@careflair/common 1.0.30 → 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 +1 -0
- package/dist/enums/index.js +1 -0
- package/package.json +1 -1
package/dist/enums/index.d.ts
CHANGED
|
@@ -417,6 +417,7 @@ export declare enum PushNotificationType {
|
|
|
417
417
|
NDIS_SCREENING_REMINDER = "ndis_screening_reminder",
|
|
418
418
|
WWCC_REMINDER = "wwcc_reminder",
|
|
419
419
|
NEW_JOB_OPPORTUNITY = "new_job_opportunity",
|
|
420
|
+
NEW_PROPOSAL = "new_proposal",
|
|
420
421
|
ID_VERIFICATION_SUCCESS = "id_verification_success",
|
|
421
422
|
ID_VERIFICATION_RESUBMISSION_REQUESTED = "id_verification_resubmission_requested",
|
|
422
423
|
ID_VERIFICATION_DECLINED = "id_verification_declined",
|
package/dist/enums/index.js
CHANGED
|
@@ -488,6 +488,7 @@ var PushNotificationType;
|
|
|
488
488
|
PushNotificationType["NDIS_SCREENING_REMINDER"] = "ndis_screening_reminder";
|
|
489
489
|
PushNotificationType["WWCC_REMINDER"] = "wwcc_reminder";
|
|
490
490
|
PushNotificationType["NEW_JOB_OPPORTUNITY"] = "new_job_opportunity";
|
|
491
|
+
PushNotificationType["NEW_PROPOSAL"] = "new_proposal";
|
|
491
492
|
PushNotificationType["ID_VERIFICATION_SUCCESS"] = "id_verification_success";
|
|
492
493
|
PushNotificationType["ID_VERIFICATION_RESUBMISSION_REQUESTED"] = "id_verification_resubmission_requested";
|
|
493
494
|
PushNotificationType["ID_VERIFICATION_DECLINED"] = "id_verification_declined";
|