@careflair/common 1.0.29 → 1.0.30
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
|
@@ -412,6 +412,7 @@ 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",
|
package/dist/enums/index.js
CHANGED
|
@@ -483,6 +483,7 @@ 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";
|