@d19n/youfibre-odin-sdk 2.0.317 → 2.0.318

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.
@@ -45,6 +45,7 @@ export declare enum SmsMessageEntityTypes {
45
45
  * - `MOBILE_APP_REGISTRATION_CODE` - Mobile app registration code
46
46
  * - `REMEDIATION_WORK_ORDER` - Remediation work order
47
47
  * - `REMINDER` - Reminder
48
+ * - `SEVEN_DAY_POST_INSTALL_APP_SMS` - Seven day post install app sms
48
49
  * - `WORK_ORDER_DELAY` - Work order delay
49
50
  */
50
51
  export declare enum SmsMessageCategory {
@@ -59,6 +60,7 @@ export declare enum SmsMessageCategory {
59
60
  MOBILE_APP_REGISTRATION_CODE = "MOBILE_APP_REGISTRATION_CODE",
60
61
  REMEDIATION_WORK_ORDER = "REMEDIATION_WORK_ORDER",
61
62
  REMINDER = "REMINDER",
63
+ SEVEN_DAY_POST_INSTALL_APP_SMS = "SEVEN_DAY_POST_INSTALL_APP_SMS",
62
64
  WORK_ORDER_DELAY = "WORK_ORDER_DELAY"
63
65
  }
64
66
  /**
@@ -43,6 +43,7 @@ var SmsMessageEntityTypes;
43
43
  * - `MOBILE_APP_REGISTRATION_CODE` - Mobile app registration code
44
44
  * - `REMEDIATION_WORK_ORDER` - Remediation work order
45
45
  * - `REMINDER` - Reminder
46
+ * - `SEVEN_DAY_POST_INSTALL_APP_SMS` - Seven day post install app sms
46
47
  * - `WORK_ORDER_DELAY` - Work order delay
47
48
  */
48
49
  var SmsMessageCategory;
@@ -58,6 +59,7 @@ var SmsMessageCategory;
58
59
  SmsMessageCategory["MOBILE_APP_REGISTRATION_CODE"] = "MOBILE_APP_REGISTRATION_CODE";
59
60
  SmsMessageCategory["REMEDIATION_WORK_ORDER"] = "REMEDIATION_WORK_ORDER";
60
61
  SmsMessageCategory["REMINDER"] = "REMINDER";
62
+ SmsMessageCategory["SEVEN_DAY_POST_INSTALL_APP_SMS"] = "SEVEN_DAY_POST_INSTALL_APP_SMS";
61
63
  SmsMessageCategory["WORK_ORDER_DELAY"] = "WORK_ORDER_DELAY";
62
64
  })(SmsMessageCategory = exports.SmsMessageCategory || (exports.SmsMessageCategory = {}));
63
65
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@d19n/youfibre-odin-sdk",
3
- "version": "2.0.317",
3
+ "version": "2.0.318",
4
4
  "description": "",
5
5
  "author": "@d19n",
6
6
  "license": "UNLICENSED",