@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.
@@ -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",
@@ -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";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@careflair/common",
3
- "version": "1.0.29",
3
+ "version": "1.0.30",
4
4
  "description": "Shared assets for CareFlair",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",