@careflair/common 1.0.29 → 1.0.31
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/enums/index.d.ts +2 -0
- package/dist/enums/index.js +2 -0
- package/package.json +1 -1
package/dist/enums/index.d.ts
CHANGED
|
@@ -412,10 +412,12 @@ export declare enum screeningAndChildrenCheckStatus {
|
|
|
412
412
|
}
|
|
413
413
|
export declare enum PushNotificationType {
|
|
414
414
|
CHAT_MESSAGE = "chat_message",
|
|
415
|
+
ONBOARDING_REMINDER = "onboarding_reminder",
|
|
415
416
|
ID_VERIFICATION_REMINDER = "id_verification_reminder",
|
|
416
417
|
NDIS_SCREENING_REMINDER = "ndis_screening_reminder",
|
|
417
418
|
WWCC_REMINDER = "wwcc_reminder",
|
|
418
419
|
NEW_JOB_OPPORTUNITY = "new_job_opportunity",
|
|
420
|
+
NEW_PROPOSAL = "new_proposal",
|
|
419
421
|
ID_VERIFICATION_SUCCESS = "id_verification_success",
|
|
420
422
|
ID_VERIFICATION_RESUBMISSION_REQUESTED = "id_verification_resubmission_requested",
|
|
421
423
|
ID_VERIFICATION_DECLINED = "id_verification_declined",
|
package/dist/enums/index.js
CHANGED
|
@@ -483,10 +483,12 @@ var screeningAndChildrenCheckStatus;
|
|
|
483
483
|
var PushNotificationType;
|
|
484
484
|
(function (PushNotificationType) {
|
|
485
485
|
PushNotificationType["CHAT_MESSAGE"] = "chat_message";
|
|
486
|
+
PushNotificationType["ONBOARDING_REMINDER"] = "onboarding_reminder";
|
|
486
487
|
PushNotificationType["ID_VERIFICATION_REMINDER"] = "id_verification_reminder";
|
|
487
488
|
PushNotificationType["NDIS_SCREENING_REMINDER"] = "ndis_screening_reminder";
|
|
488
489
|
PushNotificationType["WWCC_REMINDER"] = "wwcc_reminder";
|
|
489
490
|
PushNotificationType["NEW_JOB_OPPORTUNITY"] = "new_job_opportunity";
|
|
491
|
+
PushNotificationType["NEW_PROPOSAL"] = "new_proposal";
|
|
490
492
|
PushNotificationType["ID_VERIFICATION_SUCCESS"] = "id_verification_success";
|
|
491
493
|
PushNotificationType["ID_VERIFICATION_RESUBMISSION_REQUESTED"] = "id_verification_resubmission_requested";
|
|
492
494
|
PushNotificationType["ID_VERIFICATION_DECLINED"] = "id_verification_declined";
|