purecloud-platform-client-v2 99.0.0 → 99.0.1
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.
- package/README.md +2 -2
- package/dist/node/purecloud-platform-client-v2.js +59 -59
- package/dist/web-amd/purecloud-platform-client-v2.js +59 -59
- package/dist/web-cjs/bundle.js +59 -59
- package/dist/web-cjs/purecloud-platform-client-v2.js +59 -59
- package/package.json +1 -1
- package/src/purecloud-platform-client-v2/ApiClient.js +2 -2
- package/src/purecloud-platform-client-v2/api/AlertingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AnalyticsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ArchitectApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AuditApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AuthorizationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/BillingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/CoachingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ContentManagementApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ConversationsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/DataExtensionsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/FaxApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/FlowsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GeolocationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GreetingsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GroupsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/JourneyApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LanguageUnderstandingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LanguagesApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LicenseApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LocationsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/NotificationsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/OAuthApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ObjectsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/OrganizationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/OutboundApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/PresenceApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/QualityApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/RecordingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/RoutingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ScriptsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SearchApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TelephonyApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UploadsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UsageApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UsersApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/WebChatApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +1 -1
- package/src/purecloud-platform-client-v2/index.js +1 -1
|
@@ -16,7 +16,7 @@ define(['superagent'], function (superagent) { 'use strict';
|
|
|
16
16
|
|
|
17
17
|
/**
|
|
18
18
|
* @module purecloud-platform-client-v2/ApiClient
|
|
19
|
-
* @version 99.0.
|
|
19
|
+
* @version 99.0.1
|
|
20
20
|
*/
|
|
21
21
|
class ApiClient {
|
|
22
22
|
/**
|
|
@@ -772,7 +772,7 @@ define(['superagent'], function (superagent) { 'use strict';
|
|
|
772
772
|
|
|
773
773
|
// set header parameters
|
|
774
774
|
request.set(this.defaultHeaders).set(this.normalizeParams(headerParams));
|
|
775
|
-
//request.set({ 'purecloud-sdk': '99.0.
|
|
775
|
+
//request.set({ 'purecloud-sdk': '99.0.1' });
|
|
776
776
|
|
|
777
777
|
// set request timeout
|
|
778
778
|
request.timeout(this.timeout);
|
|
@@ -897,7 +897,7 @@ define(['superagent'], function (superagent) { 'use strict';
|
|
|
897
897
|
/**
|
|
898
898
|
* Alerting service.
|
|
899
899
|
* @module purecloud-platform-client-v2/api/AlertingApi
|
|
900
|
-
* @version 99.0.
|
|
900
|
+
* @version 99.0.1
|
|
901
901
|
*/
|
|
902
902
|
|
|
903
903
|
/**
|
|
@@ -1211,7 +1211,7 @@ define(['superagent'], function (superagent) { 'use strict';
|
|
|
1211
1211
|
/**
|
|
1212
1212
|
* Analytics service.
|
|
1213
1213
|
* @module purecloud-platform-client-v2/api/AnalyticsApi
|
|
1214
|
-
* @version 99.0.
|
|
1214
|
+
* @version 99.0.1
|
|
1215
1215
|
*/
|
|
1216
1216
|
|
|
1217
1217
|
/**
|
|
@@ -2291,7 +2291,7 @@ define(['superagent'], function (superagent) { 'use strict';
|
|
|
2291
2291
|
/**
|
|
2292
2292
|
* Architect service.
|
|
2293
2293
|
* @module purecloud-platform-client-v2/api/ArchitectApi
|
|
2294
|
-
* @version 99.0.
|
|
2294
|
+
* @version 99.0.1
|
|
2295
2295
|
*/
|
|
2296
2296
|
|
|
2297
2297
|
/**
|
|
@@ -5129,7 +5129,7 @@ define(['superagent'], function (superagent) { 'use strict';
|
|
|
5129
5129
|
/**
|
|
5130
5130
|
* Audit service.
|
|
5131
5131
|
* @module purecloud-platform-client-v2/api/AuditApi
|
|
5132
|
-
* @version 99.0.
|
|
5132
|
+
* @version 99.0.1
|
|
5133
5133
|
*/
|
|
5134
5134
|
|
|
5135
5135
|
/**
|
|
@@ -5300,7 +5300,7 @@ define(['superagent'], function (superagent) { 'use strict';
|
|
|
5300
5300
|
/**
|
|
5301
5301
|
* Authorization service.
|
|
5302
5302
|
* @module purecloud-platform-client-v2/api/AuthorizationApi
|
|
5303
|
-
* @version 99.0.
|
|
5303
|
+
* @version 99.0.1
|
|
5304
5304
|
*/
|
|
5305
5305
|
|
|
5306
5306
|
/**
|
|
@@ -6419,7 +6419,7 @@ define(['superagent'], function (superagent) { 'use strict';
|
|
|
6419
6419
|
/**
|
|
6420
6420
|
* Billing service.
|
|
6421
6421
|
* @module purecloud-platform-client-v2/api/BillingApi
|
|
6422
|
-
* @version 99.0.
|
|
6422
|
+
* @version 99.0.1
|
|
6423
6423
|
*/
|
|
6424
6424
|
|
|
6425
6425
|
/**
|
|
@@ -6499,7 +6499,7 @@ define(['superagent'], function (superagent) { 'use strict';
|
|
|
6499
6499
|
/**
|
|
6500
6500
|
* Coaching service.
|
|
6501
6501
|
* @module purecloud-platform-client-v2/api/CoachingApi
|
|
6502
|
-
* @version 99.0.
|
|
6502
|
+
* @version 99.0.1
|
|
6503
6503
|
*/
|
|
6504
6504
|
|
|
6505
6505
|
/**
|
|
@@ -7019,7 +7019,7 @@ define(['superagent'], function (superagent) { 'use strict';
|
|
|
7019
7019
|
/**
|
|
7020
7020
|
* ContentManagement service.
|
|
7021
7021
|
* @module purecloud-platform-client-v2/api/ContentManagementApi
|
|
7022
|
-
* @version 99.0.
|
|
7022
|
+
* @version 99.0.1
|
|
7023
7023
|
*/
|
|
7024
7024
|
|
|
7025
7025
|
/**
|
|
@@ -8159,7 +8159,7 @@ define(['superagent'], function (superagent) { 'use strict';
|
|
|
8159
8159
|
/**
|
|
8160
8160
|
* Conversations service.
|
|
8161
8161
|
* @module purecloud-platform-client-v2/api/ConversationsApi
|
|
8162
|
-
* @version 99.0.
|
|
8162
|
+
* @version 99.0.1
|
|
8163
8163
|
*/
|
|
8164
8164
|
|
|
8165
8165
|
/**
|
|
@@ -12217,7 +12217,7 @@ define(['superagent'], function (superagent) { 'use strict';
|
|
|
12217
12217
|
/**
|
|
12218
12218
|
* DataExtensions service.
|
|
12219
12219
|
* @module purecloud-platform-client-v2/api/DataExtensionsApi
|
|
12220
|
-
* @version 99.0.
|
|
12220
|
+
* @version 99.0.1
|
|
12221
12221
|
*/
|
|
12222
12222
|
|
|
12223
12223
|
/**
|
|
@@ -12303,7 +12303,7 @@ define(['superagent'], function (superagent) { 'use strict';
|
|
|
12303
12303
|
/**
|
|
12304
12304
|
* ExternalContacts service.
|
|
12305
12305
|
* @module purecloud-platform-client-v2/api/ExternalContactsApi
|
|
12306
|
-
* @version 99.0.
|
|
12306
|
+
* @version 99.0.1
|
|
12307
12307
|
*/
|
|
12308
12308
|
|
|
12309
12309
|
/**
|
|
@@ -13646,7 +13646,7 @@ define(['superagent'], function (superagent) { 'use strict';
|
|
|
13646
13646
|
/**
|
|
13647
13647
|
* Fax service.
|
|
13648
13648
|
* @module purecloud-platform-client-v2/api/FaxApi
|
|
13649
|
-
* @version 99.0.
|
|
13649
|
+
* @version 99.0.1
|
|
13650
13650
|
*/
|
|
13651
13651
|
|
|
13652
13652
|
/**
|
|
@@ -13817,7 +13817,7 @@ define(['superagent'], function (superagent) { 'use strict';
|
|
|
13817
13817
|
/**
|
|
13818
13818
|
* Flows service.
|
|
13819
13819
|
* @module purecloud-platform-client-v2/api/FlowsApi
|
|
13820
|
-
* @version 99.0.
|
|
13820
|
+
* @version 99.0.1
|
|
13821
13821
|
*/
|
|
13822
13822
|
|
|
13823
13823
|
/**
|
|
@@ -13888,7 +13888,7 @@ define(['superagent'], function (superagent) { 'use strict';
|
|
|
13888
13888
|
/**
|
|
13889
13889
|
* GeneralDataProtectionRegulation service.
|
|
13890
13890
|
* @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
|
|
13891
|
-
* @version 99.0.
|
|
13891
|
+
* @version 99.0.1
|
|
13892
13892
|
*/
|
|
13893
13893
|
|
|
13894
13894
|
/**
|
|
@@ -14018,7 +14018,7 @@ define(['superagent'], function (superagent) { 'use strict';
|
|
|
14018
14018
|
/**
|
|
14019
14019
|
* Geolocation service.
|
|
14020
14020
|
* @module purecloud-platform-client-v2/api/GeolocationApi
|
|
14021
|
-
* @version 99.0.
|
|
14021
|
+
* @version 99.0.1
|
|
14022
14022
|
*/
|
|
14023
14023
|
|
|
14024
14024
|
/**
|
|
@@ -14149,7 +14149,7 @@ define(['superagent'], function (superagent) { 'use strict';
|
|
|
14149
14149
|
/**
|
|
14150
14150
|
* Greetings service.
|
|
14151
14151
|
* @module purecloud-platform-client-v2/api/GreetingsApi
|
|
14152
|
-
* @version 99.0.
|
|
14152
|
+
* @version 99.0.1
|
|
14153
14153
|
*/
|
|
14154
14154
|
|
|
14155
14155
|
/**
|
|
@@ -14604,7 +14604,7 @@ define(['superagent'], function (superagent) { 'use strict';
|
|
|
14604
14604
|
/**
|
|
14605
14605
|
* Groups service.
|
|
14606
14606
|
* @module purecloud-platform-client-v2/api/GroupsApi
|
|
14607
|
-
* @version 99.0.
|
|
14607
|
+
* @version 99.0.1
|
|
14608
14608
|
*/
|
|
14609
14609
|
|
|
14610
14610
|
/**
|
|
@@ -15009,7 +15009,7 @@ define(['superagent'], function (superagent) { 'use strict';
|
|
|
15009
15009
|
/**
|
|
15010
15010
|
* IdentityProvider service.
|
|
15011
15011
|
* @module purecloud-platform-client-v2/api/IdentityProviderApi
|
|
15012
|
-
* @version 99.0.
|
|
15012
|
+
* @version 99.0.1
|
|
15013
15013
|
*/
|
|
15014
15014
|
|
|
15015
15015
|
/**
|
|
@@ -15765,7 +15765,7 @@ define(['superagent'], function (superagent) { 'use strict';
|
|
|
15765
15765
|
/**
|
|
15766
15766
|
* Integrations service.
|
|
15767
15767
|
* @module purecloud-platform-client-v2/api/IntegrationsApi
|
|
15768
|
-
* @version 99.0.
|
|
15768
|
+
* @version 99.0.1
|
|
15769
15769
|
*/
|
|
15770
15770
|
|
|
15771
15771
|
/**
|
|
@@ -17257,7 +17257,7 @@ define(['superagent'], function (superagent) { 'use strict';
|
|
|
17257
17257
|
/**
|
|
17258
17258
|
* Journey service.
|
|
17259
17259
|
* @module purecloud-platform-client-v2/api/JourneyApi
|
|
17260
|
-
* @version 99.0.
|
|
17260
|
+
* @version 99.0.1
|
|
17261
17261
|
*/
|
|
17262
17262
|
|
|
17263
17263
|
/**
|
|
@@ -17382,7 +17382,7 @@ define(['superagent'], function (superagent) { 'use strict';
|
|
|
17382
17382
|
/**
|
|
17383
17383
|
* Knowledge service.
|
|
17384
17384
|
* @module purecloud-platform-client-v2/api/KnowledgeApi
|
|
17385
|
-
* @version 99.0.
|
|
17385
|
+
* @version 99.0.1
|
|
17386
17386
|
*/
|
|
17387
17387
|
|
|
17388
17388
|
/**
|
|
@@ -18105,7 +18105,7 @@ define(['superagent'], function (superagent) { 'use strict';
|
|
|
18105
18105
|
/**
|
|
18106
18106
|
* LanguageUnderstanding service.
|
|
18107
18107
|
* @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
|
|
18108
|
-
* @version 99.0.
|
|
18108
|
+
* @version 99.0.1
|
|
18109
18109
|
*/
|
|
18110
18110
|
|
|
18111
18111
|
/**
|
|
@@ -18671,7 +18671,7 @@ define(['superagent'], function (superagent) { 'use strict';
|
|
|
18671
18671
|
/**
|
|
18672
18672
|
* Languages service.
|
|
18673
18673
|
* @module purecloud-platform-client-v2/api/LanguagesApi
|
|
18674
|
-
* @version 99.0.
|
|
18674
|
+
* @version 99.0.1
|
|
18675
18675
|
*/
|
|
18676
18676
|
|
|
18677
18677
|
/**
|
|
@@ -18939,7 +18939,7 @@ define(['superagent'], function (superagent) { 'use strict';
|
|
|
18939
18939
|
/**
|
|
18940
18940
|
* License service.
|
|
18941
18941
|
* @module purecloud-platform-client-v2/api/LicenseApi
|
|
18942
|
-
* @version 99.0.
|
|
18942
|
+
* @version 99.0.1
|
|
18943
18943
|
*/
|
|
18944
18944
|
|
|
18945
18945
|
/**
|
|
@@ -19177,7 +19177,7 @@ define(['superagent'], function (superagent) { 'use strict';
|
|
|
19177
19177
|
/**
|
|
19178
19178
|
* Locations service.
|
|
19179
19179
|
* @module purecloud-platform-client-v2/api/LocationsApi
|
|
19180
|
-
* @version 99.0.
|
|
19180
|
+
* @version 99.0.1
|
|
19181
19181
|
*/
|
|
19182
19182
|
|
|
19183
19183
|
/**
|
|
@@ -19413,7 +19413,7 @@ define(['superagent'], function (superagent) { 'use strict';
|
|
|
19413
19413
|
/**
|
|
19414
19414
|
* MobileDevices service.
|
|
19415
19415
|
* @module purecloud-platform-client-v2/api/MobileDevicesApi
|
|
19416
|
-
* @version 99.0.
|
|
19416
|
+
* @version 99.0.1
|
|
19417
19417
|
*/
|
|
19418
19418
|
|
|
19419
19419
|
/**
|
|
@@ -19564,7 +19564,7 @@ define(['superagent'], function (superagent) { 'use strict';
|
|
|
19564
19564
|
/**
|
|
19565
19565
|
* Notifications service.
|
|
19566
19566
|
* @module purecloud-platform-client-v2/api/NotificationsApi
|
|
19567
|
-
* @version 99.0.
|
|
19567
|
+
* @version 99.0.1
|
|
19568
19568
|
*/
|
|
19569
19569
|
|
|
19570
19570
|
/**
|
|
@@ -19763,7 +19763,7 @@ define(['superagent'], function (superagent) { 'use strict';
|
|
|
19763
19763
|
/**
|
|
19764
19764
|
* OAuth service.
|
|
19765
19765
|
* @module purecloud-platform-client-v2/api/OAuthApi
|
|
19766
|
-
* @version 99.0.
|
|
19766
|
+
* @version 99.0.1
|
|
19767
19767
|
*/
|
|
19768
19768
|
|
|
19769
19769
|
/**
|
|
@@ -20121,7 +20121,7 @@ define(['superagent'], function (superagent) { 'use strict';
|
|
|
20121
20121
|
/**
|
|
20122
20122
|
* Objects service.
|
|
20123
20123
|
* @module purecloud-platform-client-v2/api/ObjectsApi
|
|
20124
|
-
* @version 99.0.
|
|
20124
|
+
* @version 99.0.1
|
|
20125
20125
|
*/
|
|
20126
20126
|
|
|
20127
20127
|
/**
|
|
@@ -20362,7 +20362,7 @@ define(['superagent'], function (superagent) { 'use strict';
|
|
|
20362
20362
|
/**
|
|
20363
20363
|
* Organization service.
|
|
20364
20364
|
* @module purecloud-platform-client-v2/api/OrganizationApi
|
|
20365
|
-
* @version 99.0.
|
|
20365
|
+
* @version 99.0.1
|
|
20366
20366
|
*/
|
|
20367
20367
|
|
|
20368
20368
|
/**
|
|
@@ -20617,7 +20617,7 @@ define(['superagent'], function (superagent) { 'use strict';
|
|
|
20617
20617
|
/**
|
|
20618
20618
|
* OrganizationAuthorization service.
|
|
20619
20619
|
* @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
|
|
20620
|
-
* @version 99.0.
|
|
20620
|
+
* @version 99.0.1
|
|
20621
20621
|
*/
|
|
20622
20622
|
|
|
20623
20623
|
/**
|
|
@@ -21327,7 +21327,7 @@ define(['superagent'], function (superagent) { 'use strict';
|
|
|
21327
21327
|
/**
|
|
21328
21328
|
* Outbound service.
|
|
21329
21329
|
* @module purecloud-platform-client-v2/api/OutboundApi
|
|
21330
|
-
* @version 99.0.
|
|
21330
|
+
* @version 99.0.1
|
|
21331
21331
|
*/
|
|
21332
21332
|
|
|
21333
21333
|
/**
|
|
@@ -24301,7 +24301,7 @@ define(['superagent'], function (superagent) { 'use strict';
|
|
|
24301
24301
|
/**
|
|
24302
24302
|
* Presence service.
|
|
24303
24303
|
* @module purecloud-platform-client-v2/api/PresenceApi
|
|
24304
|
-
* @version 99.0.
|
|
24304
|
+
* @version 99.0.1
|
|
24305
24305
|
*/
|
|
24306
24306
|
|
|
24307
24307
|
/**
|
|
@@ -24648,7 +24648,7 @@ define(['superagent'], function (superagent) { 'use strict';
|
|
|
24648
24648
|
/**
|
|
24649
24649
|
* Quality service.
|
|
24650
24650
|
* @module purecloud-platform-client-v2/api/QualityApi
|
|
24651
|
-
* @version 99.0.
|
|
24651
|
+
* @version 99.0.1
|
|
24652
24652
|
*/
|
|
24653
24653
|
|
|
24654
24654
|
/**
|
|
@@ -26346,7 +26346,7 @@ define(['superagent'], function (superagent) { 'use strict';
|
|
|
26346
26346
|
/**
|
|
26347
26347
|
* Recording service.
|
|
26348
26348
|
* @module purecloud-platform-client-v2/api/RecordingApi
|
|
26349
|
-
* @version 99.0.
|
|
26349
|
+
* @version 99.0.1
|
|
26350
26350
|
*/
|
|
26351
26351
|
|
|
26352
26352
|
/**
|
|
@@ -27592,7 +27592,7 @@ define(['superagent'], function (superagent) { 'use strict';
|
|
|
27592
27592
|
/**
|
|
27593
27593
|
* ResponseManagement service.
|
|
27594
27594
|
* @module purecloud-platform-client-v2/api/ResponseManagementApi
|
|
27595
|
-
* @version 99.0.
|
|
27595
|
+
* @version 99.0.1
|
|
27596
27596
|
*/
|
|
27597
27597
|
|
|
27598
27598
|
/**
|
|
@@ -27917,7 +27917,7 @@ define(['superagent'], function (superagent) { 'use strict';
|
|
|
27917
27917
|
/**
|
|
27918
27918
|
* Routing service.
|
|
27919
27919
|
* @module purecloud-platform-client-v2/api/RoutingApi
|
|
27920
|
-
* @version 99.0.
|
|
27920
|
+
* @version 99.0.1
|
|
27921
27921
|
*/
|
|
27922
27922
|
|
|
27923
27923
|
/**
|
|
@@ -30216,7 +30216,7 @@ define(['superagent'], function (superagent) { 'use strict';
|
|
|
30216
30216
|
/**
|
|
30217
30217
|
* SCIM service.
|
|
30218
30218
|
* @module purecloud-platform-client-v2/api/SCIMApi
|
|
30219
|
-
* @version 99.0.
|
|
30219
|
+
* @version 99.0.1
|
|
30220
30220
|
*/
|
|
30221
30221
|
|
|
30222
30222
|
/**
|
|
@@ -31201,7 +31201,7 @@ define(['superagent'], function (superagent) { 'use strict';
|
|
|
31201
31201
|
/**
|
|
31202
31202
|
* Scripts service.
|
|
31203
31203
|
* @module purecloud-platform-client-v2/api/ScriptsApi
|
|
31204
|
-
* @version 99.0.
|
|
31204
|
+
* @version 99.0.1
|
|
31205
31205
|
*/
|
|
31206
31206
|
|
|
31207
31207
|
/**
|
|
@@ -31554,7 +31554,7 @@ define(['superagent'], function (superagent) { 'use strict';
|
|
|
31554
31554
|
/**
|
|
31555
31555
|
* Search service.
|
|
31556
31556
|
* @module purecloud-platform-client-v2/api/SearchApi
|
|
31557
|
-
* @version 99.0.
|
|
31557
|
+
* @version 99.0.1
|
|
31558
31558
|
*/
|
|
31559
31559
|
|
|
31560
31560
|
/**
|
|
@@ -32064,7 +32064,7 @@ define(['superagent'], function (superagent) { 'use strict';
|
|
|
32064
32064
|
/**
|
|
32065
32065
|
* SpeechTextAnalytics service.
|
|
32066
32066
|
* @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
|
|
32067
|
-
* @version 99.0.
|
|
32067
|
+
* @version 99.0.1
|
|
32068
32068
|
*/
|
|
32069
32069
|
|
|
32070
32070
|
/**
|
|
@@ -32140,7 +32140,7 @@ define(['superagent'], function (superagent) { 'use strict';
|
|
|
32140
32140
|
/**
|
|
32141
32141
|
* Stations service.
|
|
32142
32142
|
* @module purecloud-platform-client-v2/api/StationsApi
|
|
32143
|
-
* @version 99.0.
|
|
32143
|
+
* @version 99.0.1
|
|
32144
32144
|
*/
|
|
32145
32145
|
|
|
32146
32146
|
/**
|
|
@@ -32287,7 +32287,7 @@ define(['superagent'], function (superagent) { 'use strict';
|
|
|
32287
32287
|
/**
|
|
32288
32288
|
* Suggest service.
|
|
32289
32289
|
* @module purecloud-platform-client-v2/api/SuggestApi
|
|
32290
|
-
* @version 99.0.
|
|
32290
|
+
* @version 99.0.1
|
|
32291
32291
|
*/
|
|
32292
32292
|
|
|
32293
32293
|
/**
|
|
@@ -32426,7 +32426,7 @@ define(['superagent'], function (superagent) { 'use strict';
|
|
|
32426
32426
|
/**
|
|
32427
32427
|
* Telephony service.
|
|
32428
32428
|
* @module purecloud-platform-client-v2/api/TelephonyApi
|
|
32429
|
-
* @version 99.0.
|
|
32429
|
+
* @version 99.0.1
|
|
32430
32430
|
*/
|
|
32431
32431
|
|
|
32432
32432
|
/**
|
|
@@ -32534,7 +32534,7 @@ define(['superagent'], function (superagent) { 'use strict';
|
|
|
32534
32534
|
/**
|
|
32535
32535
|
* TelephonyProvidersEdge service.
|
|
32536
32536
|
* @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
|
|
32537
|
-
* @version 99.0.
|
|
32537
|
+
* @version 99.0.1
|
|
32538
32538
|
*/
|
|
32539
32539
|
|
|
32540
32540
|
/**
|
|
@@ -36111,7 +36111,7 @@ define(['superagent'], function (superagent) { 'use strict';
|
|
|
36111
36111
|
/**
|
|
36112
36112
|
* Textbots service.
|
|
36113
36113
|
* @module purecloud-platform-client-v2/api/TextbotsApi
|
|
36114
|
-
* @version 99.0.
|
|
36114
|
+
* @version 99.0.1
|
|
36115
36115
|
*/
|
|
36116
36116
|
|
|
36117
36117
|
/**
|
|
@@ -36157,7 +36157,7 @@ define(['superagent'], function (superagent) { 'use strict';
|
|
|
36157
36157
|
/**
|
|
36158
36158
|
* Tokens service.
|
|
36159
36159
|
* @module purecloud-platform-client-v2/api/TokensApi
|
|
36160
|
-
* @version 99.0.
|
|
36160
|
+
* @version 99.0.1
|
|
36161
36161
|
*/
|
|
36162
36162
|
|
|
36163
36163
|
/**
|
|
@@ -36243,7 +36243,7 @@ define(['superagent'], function (superagent) { 'use strict';
|
|
|
36243
36243
|
/**
|
|
36244
36244
|
* Uploads service.
|
|
36245
36245
|
* @module purecloud-platform-client-v2/api/UploadsApi
|
|
36246
|
-
* @version 99.0.
|
|
36246
|
+
* @version 99.0.1
|
|
36247
36247
|
*/
|
|
36248
36248
|
|
|
36249
36249
|
/**
|
|
@@ -36289,7 +36289,7 @@ define(['superagent'], function (superagent) { 'use strict';
|
|
|
36289
36289
|
/**
|
|
36290
36290
|
* Usage service.
|
|
36291
36291
|
* @module purecloud-platform-client-v2/api/UsageApi
|
|
36292
|
-
* @version 99.0.
|
|
36292
|
+
* @version 99.0.1
|
|
36293
36293
|
*/
|
|
36294
36294
|
|
|
36295
36295
|
/**
|
|
@@ -36360,7 +36360,7 @@ define(['superagent'], function (superagent) { 'use strict';
|
|
|
36360
36360
|
/**
|
|
36361
36361
|
* UserRecordings service.
|
|
36362
36362
|
* @module purecloud-platform-client-v2/api/UserRecordingsApi
|
|
36363
|
-
* @version 99.0.
|
|
36363
|
+
* @version 99.0.1
|
|
36364
36364
|
*/
|
|
36365
36365
|
|
|
36366
36366
|
/**
|
|
@@ -36544,7 +36544,7 @@ define(['superagent'], function (superagent) { 'use strict';
|
|
|
36544
36544
|
/**
|
|
36545
36545
|
* Users service.
|
|
36546
36546
|
* @module purecloud-platform-client-v2/api/UsersApi
|
|
36547
|
-
* @version 99.0.
|
|
36547
|
+
* @version 99.0.1
|
|
36548
36548
|
*/
|
|
36549
36549
|
|
|
36550
36550
|
/**
|
|
@@ -38757,7 +38757,7 @@ define(['superagent'], function (superagent) { 'use strict';
|
|
|
38757
38757
|
/**
|
|
38758
38758
|
* Utilities service.
|
|
38759
38759
|
* @module purecloud-platform-client-v2/api/UtilitiesApi
|
|
38760
|
-
* @version 99.0.
|
|
38760
|
+
* @version 99.0.1
|
|
38761
38761
|
*/
|
|
38762
38762
|
|
|
38763
38763
|
/**
|
|
@@ -38868,7 +38868,7 @@ define(['superagent'], function (superagent) { 'use strict';
|
|
|
38868
38868
|
/**
|
|
38869
38869
|
* Voicemail service.
|
|
38870
38870
|
* @module purecloud-platform-client-v2/api/VoicemailApi
|
|
38871
|
-
* @version 99.0.
|
|
38871
|
+
* @version 99.0.1
|
|
38872
38872
|
*/
|
|
38873
38873
|
|
|
38874
38874
|
/**
|
|
@@ -39505,7 +39505,7 @@ define(['superagent'], function (superagent) { 'use strict';
|
|
|
39505
39505
|
/**
|
|
39506
39506
|
* WebChat service.
|
|
39507
39507
|
* @module purecloud-platform-client-v2/api/WebChatApi
|
|
39508
|
-
* @version 99.0.
|
|
39508
|
+
* @version 99.0.1
|
|
39509
39509
|
*/
|
|
39510
39510
|
|
|
39511
39511
|
/**
|
|
@@ -40049,7 +40049,7 @@ define(['superagent'], function (superagent) { 'use strict';
|
|
|
40049
40049
|
/**
|
|
40050
40050
|
* Widgets service.
|
|
40051
40051
|
* @module purecloud-platform-client-v2/api/WidgetsApi
|
|
40052
|
-
* @version 99.0.
|
|
40052
|
+
* @version 99.0.1
|
|
40053
40053
|
*/
|
|
40054
40054
|
|
|
40055
40055
|
/**
|
|
@@ -40195,7 +40195,7 @@ define(['superagent'], function (superagent) { 'use strict';
|
|
|
40195
40195
|
/**
|
|
40196
40196
|
* WorkforceManagement service.
|
|
40197
40197
|
* @module purecloud-platform-client-v2/api/WorkforceManagementApi
|
|
40198
|
-
* @version 99.0.
|
|
40198
|
+
* @version 99.0.1
|
|
40199
40199
|
*/
|
|
40200
40200
|
|
|
40201
40201
|
/**
|
|
@@ -43453,7 +43453,7 @@ define(['superagent'], function (superagent) { 'use strict';
|
|
|
43453
43453
|
* </pre>
|
|
43454
43454
|
* </p>
|
|
43455
43455
|
* @module purecloud-platform-client-v2/index
|
|
43456
|
-
* @version 99.0.
|
|
43456
|
+
* @version 99.0.1
|
|
43457
43457
|
*/
|
|
43458
43458
|
class platformClient {
|
|
43459
43459
|
constructor() {
|