@d19n/youfibre-odin-sdk 2.0.179 → 2.0.180

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.
@@ -259,16 +259,16 @@ export declare enum ContactMedicallyDependant {
259
259
  * Used to whitelist this user to a specific twilio queue in a time range.
260
260
  *
261
261
  * @remarks Available options:
262
- * - `billing` - Billing
263
- * - `clo` - CLO
264
- * - `general support` - General Support
265
- * - `order management update` - Order Management - Update
262
+ * - `Billing`
263
+ * - `CLO`
264
+ * - `General Support`
265
+ * - `Order Management - Update`
266
266
  */
267
267
  export declare enum ContactWhitelistedTwilioQueue {
268
- BILLING = "billing",
269
- CLO = "clo",
270
- GENERAL_SUPPORT = "general support",
271
- ORDER_MANAGEMENT_UPDATE = "order management update"
268
+ BILLING = "Billing",
269
+ CLO = "CLO",
270
+ GENERAL_SUPPORT = "General Support",
271
+ ORDER_MANAGEMENT_UPDATE = "Order Management - Update"
272
272
  }
273
273
  /**
274
274
  * Property keys for Contact
@@ -243,17 +243,17 @@ var ContactMedicallyDependant;
243
243
  * Used to whitelist this user to a specific twilio queue in a time range.
244
244
  *
245
245
  * @remarks Available options:
246
- * - `billing` - Billing
247
- * - `clo` - CLO
248
- * - `general support` - General Support
249
- * - `order management update` - Order Management - Update
246
+ * - `Billing`
247
+ * - `CLO`
248
+ * - `General Support`
249
+ * - `Order Management - Update`
250
250
  */
251
251
  var ContactWhitelistedTwilioQueue;
252
252
  (function (ContactWhitelistedTwilioQueue) {
253
- ContactWhitelistedTwilioQueue["BILLING"] = "billing";
254
- ContactWhitelistedTwilioQueue["CLO"] = "clo";
255
- ContactWhitelistedTwilioQueue["GENERAL_SUPPORT"] = "general support";
256
- ContactWhitelistedTwilioQueue["ORDER_MANAGEMENT_UPDATE"] = "order management update";
253
+ ContactWhitelistedTwilioQueue["BILLING"] = "Billing";
254
+ ContactWhitelistedTwilioQueue["CLO"] = "CLO";
255
+ ContactWhitelistedTwilioQueue["GENERAL_SUPPORT"] = "General Support";
256
+ ContactWhitelistedTwilioQueue["ORDER_MANAGEMENT_UPDATE"] = "Order Management - Update";
257
257
  })(ContactWhitelistedTwilioQueue = exports.ContactWhitelistedTwilioQueue || (exports.ContactWhitelistedTwilioQueue = {}));
258
258
  /**
259
259
  * Property keys for Contact
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@d19n/youfibre-odin-sdk",
3
- "version": "2.0.179",
3
+ "version": "2.0.180",
4
4
  "description": "",
5
5
  "author": "@d19n",
6
6
  "license": "UNLICENSED",