@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
|
-
* - `
|
|
263
|
-
* - `
|
|
264
|
-
* - `
|
|
265
|
-
* - `
|
|
262
|
+
* - `Billing`
|
|
263
|
+
* - `CLO`
|
|
264
|
+
* - `General Support`
|
|
265
|
+
* - `Order Management - Update`
|
|
266
266
|
*/
|
|
267
267
|
export declare enum ContactWhitelistedTwilioQueue {
|
|
268
|
-
BILLING = "
|
|
269
|
-
CLO = "
|
|
270
|
-
GENERAL_SUPPORT = "
|
|
271
|
-
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
|
-
* - `
|
|
247
|
-
* - `
|
|
248
|
-
* - `
|
|
249
|
-
* - `
|
|
246
|
+
* - `Billing`
|
|
247
|
+
* - `CLO`
|
|
248
|
+
* - `General Support`
|
|
249
|
+
* - `Order Management - Update`
|
|
250
250
|
*/
|
|
251
251
|
var ContactWhitelistedTwilioQueue;
|
|
252
252
|
(function (ContactWhitelistedTwilioQueue) {
|
|
253
|
-
ContactWhitelistedTwilioQueue["BILLING"] = "
|
|
254
|
-
ContactWhitelistedTwilioQueue["CLO"] = "
|
|
255
|
-
ContactWhitelistedTwilioQueue["GENERAL_SUPPORT"] = "
|
|
256
|
-
ContactWhitelistedTwilioQueue["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
|