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