All checks were successful
Dev CI / Backend — Lint (push) Successful in 10m23s
Dev CI / Backend — Unit Tests (push) Successful in 10m17s
Dev CI / Frontend — Lint & Type-check (push) Successful in 11m3s
Dev CI / Frontend — Unit Tests (push) Successful in 10m33s
Dev CI / Notify Failure (push) Has been skipped
31 lines
888 B
JSON
31 lines
888 B
JSON
{
|
|
"booking": {
|
|
"created": {
|
|
"title": "Booking Created",
|
|
"message": "Your booking {bookingNumber} has been created successfully."
|
|
},
|
|
"updated": {
|
|
"title": "Booking Updated",
|
|
"message": "Booking {bookingNumber} status changed to {status}."
|
|
},
|
|
"confirmed": {
|
|
"title": "Booking Confirmed",
|
|
"message": "Your booking {bookingNumber} has been confirmed by the carrier."
|
|
},
|
|
"rejected": {
|
|
"title": "Booking Rejected",
|
|
"message": "Your booking {bookingNumber} has been rejected by the carrier."
|
|
},
|
|
"documentUploaded": {
|
|
"title": "Document Uploaded",
|
|
"message": "Document \"{documentName}\" has been uploaded for your booking."
|
|
}
|
|
},
|
|
"system": {
|
|
"welcome": {
|
|
"title": "Welcome to Xpeditis",
|
|
"message": "Hi {firstName}, welcome aboard! Start by searching for rates."
|
|
}
|
|
}
|
|
}
|