purecloud-platform-client-v2 126.1.0 → 127.0.0

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.
Files changed (72) hide show
  1. package/README.md +2 -2
  2. package/dist/node/purecloud-platform-client-v2.js +90 -66
  3. package/dist/web-amd/purecloud-platform-client-v2.js +90 -66
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +90 -66
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +90 -66
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +34 -23
  9. package/package.json +1 -1
  10. package/src/purecloud-platform-client-v2/ApiClient.js +2 -2
  11. package/src/purecloud-platform-client-v2/api/AlertingApi.js +1 -1
  12. package/src/purecloud-platform-client-v2/api/AnalyticsApi.js +1 -1
  13. package/src/purecloud-platform-client-v2/api/ArchitectApi.js +1 -1
  14. package/src/purecloud-platform-client-v2/api/AuditApi.js +1 -1
  15. package/src/purecloud-platform-client-v2/api/AuthorizationApi.js +1 -1
  16. package/src/purecloud-platform-client-v2/api/BillingApi.js +1 -1
  17. package/src/purecloud-platform-client-v2/api/ChatApi.js +1 -1
  18. package/src/purecloud-platform-client-v2/api/CoachingApi.js +1 -1
  19. package/src/purecloud-platform-client-v2/api/ContentManagementApi.js +1 -1
  20. package/src/purecloud-platform-client-v2/api/ConversationsApi.js +1 -1
  21. package/src/purecloud-platform-client-v2/api/DataExtensionsApi.js +1 -1
  22. package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +1 -1
  23. package/src/purecloud-platform-client-v2/api/FaxApi.js +1 -1
  24. package/src/purecloud-platform-client-v2/api/FlowsApi.js +1 -1
  25. package/src/purecloud-platform-client-v2/api/GamificationApi.js +1 -1
  26. package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +1 -1
  27. package/src/purecloud-platform-client-v2/api/GeolocationApi.js +1 -1
  28. package/src/purecloud-platform-client-v2/api/GreetingsApi.js +1 -1
  29. package/src/purecloud-platform-client-v2/api/GroupsApi.js +1 -1
  30. package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +1 -1
  31. package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +1 -1
  32. package/src/purecloud-platform-client-v2/api/JourneyApi.js +1 -1
  33. package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +1 -1
  34. package/src/purecloud-platform-client-v2/api/LanguageUnderstandingApi.js +1 -1
  35. package/src/purecloud-platform-client-v2/api/LanguagesApi.js +1 -1
  36. package/src/purecloud-platform-client-v2/api/LearningApi.js +1 -1
  37. package/src/purecloud-platform-client-v2/api/LicenseApi.js +1 -1
  38. package/src/purecloud-platform-client-v2/api/LocationsApi.js +1 -1
  39. package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +1 -1
  40. package/src/purecloud-platform-client-v2/api/NotificationsApi.js +1 -1
  41. package/src/purecloud-platform-client-v2/api/OAuthApi.js +1 -1
  42. package/src/purecloud-platform-client-v2/api/ObjectsApi.js +1 -1
  43. package/src/purecloud-platform-client-v2/api/OrganizationApi.js +1 -1
  44. package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +1 -1
  45. package/src/purecloud-platform-client-v2/api/OutboundApi.js +1 -1
  46. package/src/purecloud-platform-client-v2/api/PresenceApi.js +1 -1
  47. package/src/purecloud-platform-client-v2/api/QualityApi.js +1 -1
  48. package/src/purecloud-platform-client-v2/api/RecordingApi.js +7 -3
  49. package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
  50. package/src/purecloud-platform-client-v2/api/RoutingApi.js +1 -1
  51. package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
  52. package/src/purecloud-platform-client-v2/api/ScriptsApi.js +1 -1
  53. package/src/purecloud-platform-client-v2/api/SearchApi.js +1 -1
  54. package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +21 -1
  55. package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
  56. package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
  57. package/src/purecloud-platform-client-v2/api/TelephonyApi.js +1 -1
  58. package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +1 -1
  59. package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
  60. package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
  61. package/src/purecloud-platform-client-v2/api/UploadsApi.js +1 -1
  62. package/src/purecloud-platform-client-v2/api/UsageApi.js +1 -1
  63. package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
  64. package/src/purecloud-platform-client-v2/api/UsersApi.js +1 -1
  65. package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
  66. package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
  67. package/src/purecloud-platform-client-v2/api/WebChatApi.js +1 -1
  68. package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +1 -1
  69. package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +1 -1
  70. package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
  71. package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +1 -1
  72. package/src/purecloud-platform-client-v2/index.js +1 -1
@@ -391,7 +391,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
391
391
 
392
392
  /**
393
393
  * @module purecloud-platform-client-v2/ApiClient
394
- * @version 126.1.0
394
+ * @version 127.0.0
395
395
  */
396
396
  class ApiClient {
397
397
  /**
@@ -1338,7 +1338,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
1338
1338
 
1339
1339
  // set header parameters
1340
1340
  request.set(that.defaultHeaders).set(that.normalizeParams(headerParams));
1341
- //request.set({ 'purecloud-sdk': '126.1.0' });
1341
+ //request.set({ 'purecloud-sdk': '127.0.0' });
1342
1342
 
1343
1343
  // set request timeout
1344
1344
  request.timeout(that.timeout);
@@ -1438,7 +1438,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
1438
1438
  /**
1439
1439
  * Alerting service.
1440
1440
  * @module purecloud-platform-client-v2/api/AlertingApi
1441
- * @version 126.1.0
1441
+ * @version 127.0.0
1442
1442
  */
1443
1443
 
1444
1444
  /**
@@ -1752,7 +1752,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
1752
1752
  /**
1753
1753
  * Analytics service.
1754
1754
  * @module purecloud-platform-client-v2/api/AnalyticsApi
1755
- * @version 126.1.0
1755
+ * @version 127.0.0
1756
1756
  */
1757
1757
 
1758
1758
  /**
@@ -2889,7 +2889,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
2889
2889
  /**
2890
2890
  * Architect service.
2891
2891
  * @module purecloud-platform-client-v2/api/ArchitectApi
2892
- * @version 126.1.0
2892
+ * @version 127.0.0
2893
2893
  */
2894
2894
 
2895
2895
  /**
@@ -5885,7 +5885,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
5885
5885
  /**
5886
5886
  * Audit service.
5887
5887
  * @module purecloud-platform-client-v2/api/AuditApi
5888
- * @version 126.1.0
5888
+ * @version 127.0.0
5889
5889
  */
5890
5890
 
5891
5891
  /**
@@ -6056,7 +6056,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
6056
6056
  /**
6057
6057
  * Authorization service.
6058
6058
  * @module purecloud-platform-client-v2/api/AuthorizationApi
6059
- * @version 126.1.0
6059
+ * @version 127.0.0
6060
6060
  */
6061
6061
 
6062
6062
  /**
@@ -7239,7 +7239,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
7239
7239
  /**
7240
7240
  * Billing service.
7241
7241
  * @module purecloud-platform-client-v2/api/BillingApi
7242
- * @version 126.1.0
7242
+ * @version 127.0.0
7243
7243
  */
7244
7244
 
7245
7245
  /**
@@ -7319,7 +7319,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
7319
7319
  /**
7320
7320
  * Chat service.
7321
7321
  * @module purecloud-platform-client-v2/api/ChatApi
7322
- * @version 126.1.0
7322
+ * @version 127.0.0
7323
7323
  */
7324
7324
 
7325
7325
  /**
@@ -7410,7 +7410,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
7410
7410
  /**
7411
7411
  * Coaching service.
7412
7412
  * @module purecloud-platform-client-v2/api/CoachingApi
7413
- * @version 126.1.0
7413
+ * @version 127.0.0
7414
7414
  */
7415
7415
 
7416
7416
  /**
@@ -7985,7 +7985,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
7985
7985
  /**
7986
7986
  * ContentManagement service.
7987
7987
  * @module purecloud-platform-client-v2/api/ContentManagementApi
7988
- * @version 126.1.0
7988
+ * @version 127.0.0
7989
7989
  */
7990
7990
 
7991
7991
  /**
@@ -9125,7 +9125,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
9125
9125
  /**
9126
9126
  * Conversations service.
9127
9127
  * @module purecloud-platform-client-v2/api/ConversationsApi
9128
- * @version 126.1.0
9128
+ * @version 127.0.0
9129
9129
  */
9130
9130
 
9131
9131
  /**
@@ -13514,7 +13514,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
13514
13514
  /**
13515
13515
  * DataExtensions service.
13516
13516
  * @module purecloud-platform-client-v2/api/DataExtensionsApi
13517
- * @version 126.1.0
13517
+ * @version 127.0.0
13518
13518
  */
13519
13519
 
13520
13520
  /**
@@ -13600,7 +13600,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
13600
13600
  /**
13601
13601
  * ExternalContacts service.
13602
13602
  * @module purecloud-platform-client-v2/api/ExternalContactsApi
13603
- * @version 126.1.0
13603
+ * @version 127.0.0
13604
13604
  */
13605
13605
 
13606
13606
  /**
@@ -15343,7 +15343,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
15343
15343
  /**
15344
15344
  * Fax service.
15345
15345
  * @module purecloud-platform-client-v2/api/FaxApi
15346
- * @version 126.1.0
15346
+ * @version 127.0.0
15347
15347
  */
15348
15348
 
15349
15349
  /**
@@ -15514,7 +15514,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
15514
15514
  /**
15515
15515
  * Flows service.
15516
15516
  * @module purecloud-platform-client-v2/api/FlowsApi
15517
- * @version 126.1.0
15517
+ * @version 127.0.0
15518
15518
  */
15519
15519
 
15520
15520
  /**
@@ -15585,7 +15585,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
15585
15585
  /**
15586
15586
  * Gamification service.
15587
15587
  * @module purecloud-platform-client-v2/api/GamificationApi
15588
- * @version 126.1.0
15588
+ * @version 127.0.0
15589
15589
  */
15590
15590
 
15591
15591
  /**
@@ -16891,7 +16891,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
16891
16891
  /**
16892
16892
  * GeneralDataProtectionRegulation service.
16893
16893
  * @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
16894
- * @version 126.1.0
16894
+ * @version 127.0.0
16895
16895
  */
16896
16896
 
16897
16897
  /**
@@ -17021,7 +17021,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
17021
17021
  /**
17022
17022
  * Geolocation service.
17023
17023
  * @module purecloud-platform-client-v2/api/GeolocationApi
17024
- * @version 126.1.0
17024
+ * @version 127.0.0
17025
17025
  */
17026
17026
 
17027
17027
  /**
@@ -17152,7 +17152,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
17152
17152
  /**
17153
17153
  * Greetings service.
17154
17154
  * @module purecloud-platform-client-v2/api/GreetingsApi
17155
- * @version 126.1.0
17155
+ * @version 127.0.0
17156
17156
  */
17157
17157
 
17158
17158
  /**
@@ -17607,7 +17607,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
17607
17607
  /**
17608
17608
  * Groups service.
17609
17609
  * @module purecloud-platform-client-v2/api/GroupsApi
17610
- * @version 126.1.0
17610
+ * @version 127.0.0
17611
17611
  */
17612
17612
 
17613
17613
  /**
@@ -18012,7 +18012,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
18012
18012
  /**
18013
18013
  * IdentityProvider service.
18014
18014
  * @module purecloud-platform-client-v2/api/IdentityProviderApi
18015
- * @version 126.1.0
18015
+ * @version 127.0.0
18016
18016
  */
18017
18017
 
18018
18018
  /**
@@ -18768,7 +18768,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
18768
18768
  /**
18769
18769
  * Integrations service.
18770
18770
  * @module purecloud-platform-client-v2/api/IntegrationsApi
18771
- * @version 126.1.0
18771
+ * @version 127.0.0
18772
18772
  */
18773
18773
 
18774
18774
  /**
@@ -20414,7 +20414,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
20414
20414
  /**
20415
20415
  * Journey service.
20416
20416
  * @module purecloud-platform-client-v2/api/JourneyApi
20417
- * @version 126.1.0
20417
+ * @version 127.0.0
20418
20418
  */
20419
20419
 
20420
20420
  /**
@@ -21125,7 +21125,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
21125
21125
  /**
21126
21126
  * Knowledge service.
21127
21127
  * @module purecloud-platform-client-v2/api/KnowledgeApi
21128
- * @version 126.1.0
21128
+ * @version 127.0.0
21129
21129
  */
21130
21130
 
21131
21131
  /**
@@ -22025,7 +22025,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
22025
22025
  /**
22026
22026
  * LanguageUnderstanding service.
22027
22027
  * @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
22028
- * @version 126.1.0
22028
+ * @version 127.0.0
22029
22029
  */
22030
22030
 
22031
22031
  /**
@@ -22929,7 +22929,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
22929
22929
  /**
22930
22930
  * Languages service.
22931
22931
  * @module purecloud-platform-client-v2/api/LanguagesApi
22932
- * @version 126.1.0
22932
+ * @version 127.0.0
22933
22933
  */
22934
22934
 
22935
22935
  /**
@@ -23197,7 +23197,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
23197
23197
  /**
23198
23198
  * Learning service.
23199
23199
  * @module purecloud-platform-client-v2/api/LearningApi
23200
- * @version 126.1.0
23200
+ * @version 127.0.0
23201
23201
  */
23202
23202
 
23203
23203
  /**
@@ -23788,7 +23788,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
23788
23788
  /**
23789
23789
  * License service.
23790
23790
  * @module purecloud-platform-client-v2/api/LicenseApi
23791
- * @version 126.1.0
23791
+ * @version 127.0.0
23792
23792
  */
23793
23793
 
23794
23794
  /**
@@ -24026,7 +24026,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
24026
24026
  /**
24027
24027
  * Locations service.
24028
24028
  * @module purecloud-platform-client-v2/api/LocationsApi
24029
- * @version 126.1.0
24029
+ * @version 127.0.0
24030
24030
  */
24031
24031
 
24032
24032
  /**
@@ -24262,7 +24262,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
24262
24262
  /**
24263
24263
  * MobileDevices service.
24264
24264
  * @module purecloud-platform-client-v2/api/MobileDevicesApi
24265
- * @version 126.1.0
24265
+ * @version 127.0.0
24266
24266
  */
24267
24267
 
24268
24268
  /**
@@ -24413,7 +24413,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
24413
24413
  /**
24414
24414
  * Notifications service.
24415
24415
  * @module purecloud-platform-client-v2/api/NotificationsApi
24416
- * @version 126.1.0
24416
+ * @version 127.0.0
24417
24417
  */
24418
24418
 
24419
24419
  /**
@@ -24638,7 +24638,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
24638
24638
  /**
24639
24639
  * OAuth service.
24640
24640
  * @module purecloud-platform-client-v2/api/OAuthApi
24641
- * @version 126.1.0
24641
+ * @version 127.0.0
24642
24642
  */
24643
24643
 
24644
24644
  /**
@@ -24996,7 +24996,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
24996
24996
  /**
24997
24997
  * Objects service.
24998
24998
  * @module purecloud-platform-client-v2/api/ObjectsApi
24999
- * @version 126.1.0
24999
+ * @version 127.0.0
25000
25000
  */
25001
25001
 
25002
25002
  /**
@@ -25267,7 +25267,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
25267
25267
  /**
25268
25268
  * Organization service.
25269
25269
  * @module purecloud-platform-client-v2/api/OrganizationApi
25270
- * @version 126.1.0
25270
+ * @version 127.0.0
25271
25271
  */
25272
25272
 
25273
25273
  /**
@@ -25670,7 +25670,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
25670
25670
  /**
25671
25671
  * OrganizationAuthorization service.
25672
25672
  * @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
25673
- * @version 126.1.0
25673
+ * @version 127.0.0
25674
25674
  */
25675
25675
 
25676
25676
  /**
@@ -26595,7 +26595,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
26595
26595
  /**
26596
26596
  * Outbound service.
26597
26597
  * @module purecloud-platform-client-v2/api/OutboundApi
26598
- * @version 126.1.0
26598
+ * @version 127.0.0
26599
26599
  */
26600
26600
 
26601
26601
  /**
@@ -29621,7 +29621,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
29621
29621
  /**
29622
29622
  * Presence service.
29623
29623
  * @module purecloud-platform-client-v2/api/PresenceApi
29624
- * @version 126.1.0
29624
+ * @version 127.0.0
29625
29625
  */
29626
29626
 
29627
29627
  /**
@@ -29993,7 +29993,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
29993
29993
  /**
29994
29994
  * Quality service.
29995
29995
  * @module purecloud-platform-client-v2/api/QualityApi
29996
- * @version 126.1.0
29996
+ * @version 127.0.0
29997
29997
  */
29998
29998
 
29999
29999
  /**
@@ -31521,7 +31521,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
31521
31521
  /**
31522
31522
  * Recording service.
31523
31523
  * @module purecloud-platform-client-v2/api/RecordingApi
31524
- * @version 126.1.0
31524
+ * @version 127.0.0
31525
31525
  */
31526
31526
 
31527
31527
  /**
@@ -32117,6 +32117,8 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
32117
32117
  * @param {Object} opts Optional parameters
32118
32118
  * @param {Number} opts.pageSize Page size. Maximum is 100. (default to 25)
32119
32119
  * @param {Number} opts.pageNumber Page number (default to 1)
32120
+ * @param {Boolean} opts.includeTotal If false, cursor will be used to locate the page instead of pageNumber.
32121
+ * @param {String} opts.cursor Indicates where to resume query results (not required for first page)
32120
32122
  */
32121
32123
  getRecordingJobFailedrecordings(jobId, opts) {
32122
32124
  opts = opts || {};
@@ -32130,7 +32132,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
32130
32132
  '/api/v2/recording/jobs/{jobId}/failedrecordings',
32131
32133
  'GET',
32132
32134
  { 'jobId': jobId },
32133
- { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'] },
32135
+ { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'includeTotal': opts['includeTotal'],'cursor': opts['cursor'] },
32134
32136
  { },
32135
32137
  { },
32136
32138
  null,
@@ -32150,6 +32152,8 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
32150
32152
  * @param {Object} opts.state Filter by state
32151
32153
  * @param {Boolean} opts.showOnlyMyJobs Show only my jobs
32152
32154
  * @param {Object} opts.jobType Job Type (Can be left empty for both)
32155
+ * @param {Boolean} opts.includeTotal If false, cursor will be used to locate the page instead of pageNumber.
32156
+ * @param {String} opts.cursor Indicates where to resume query results (not required for first page)
32153
32157
  */
32154
32158
  getRecordingJobs(opts) {
32155
32159
  opts = opts || {};
@@ -32159,7 +32163,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
32159
32163
  '/api/v2/recording/jobs',
32160
32164
  'GET',
32161
32165
  { },
32162
- { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'sortBy': opts['sortBy'],'state': opts['state'],'showOnlyMyJobs': opts['showOnlyMyJobs'],'jobType': opts['jobType'] },
32166
+ { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'sortBy': opts['sortBy'],'state': opts['state'],'showOnlyMyJobs': opts['showOnlyMyJobs'],'jobType': opts['jobType'],'includeTotal': opts['includeTotal'],'cursor': opts['cursor'] },
32163
32167
  { },
32164
32168
  { },
32165
32169
  null,
@@ -33040,7 +33044,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
33040
33044
  /**
33041
33045
  * ResponseManagement service.
33042
33046
  * @module purecloud-platform-client-v2/api/ResponseManagementApi
33043
- * @version 126.1.0
33047
+ * @version 127.0.0
33044
33048
  */
33045
33049
 
33046
33050
  /**
@@ -33365,7 +33369,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
33365
33369
  /**
33366
33370
  * Routing service.
33367
33371
  * @module purecloud-platform-client-v2/api/RoutingApi
33368
- * @version 126.1.0
33372
+ * @version 127.0.0
33369
33373
  */
33370
33374
 
33371
33375
  /**
@@ -36284,7 +36288,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
36284
36288
  /**
36285
36289
  * SCIM service.
36286
36290
  * @module purecloud-platform-client-v2/api/SCIMApi
36287
- * @version 126.1.0
36291
+ * @version 127.0.0
36288
36292
  */
36289
36293
 
36290
36294
  /**
@@ -37161,7 +37165,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
37161
37165
  /**
37162
37166
  * Scripts service.
37163
37167
  * @module purecloud-platform-client-v2/api/ScriptsApi
37164
- * @version 126.1.0
37168
+ * @version 127.0.0
37165
37169
  */
37166
37170
 
37167
37171
  /**
@@ -37514,7 +37518,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
37514
37518
  /**
37515
37519
  * Search service.
37516
37520
  * @module purecloud-platform-client-v2/api/SearchApi
37517
- * @version 126.1.0
37521
+ * @version 127.0.0
37518
37522
  */
37519
37523
 
37520
37524
  /**
@@ -38049,7 +38053,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
38049
38053
  /**
38050
38054
  * SpeechTextAnalytics service.
38051
38055
  * @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
38052
- * @version 126.1.0
38056
+ * @version 127.0.0
38053
38057
  */
38054
38058
 
38055
38059
  /**
@@ -38413,6 +38417,26 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
38413
38417
  );
38414
38418
  }
38415
38419
 
38420
+ /**
38421
+ * Get the list of Speech & Text Analytics sentiment supported dialects
38422
+ *
38423
+ */
38424
+ getSpeechandtextanalyticsSentimentDialects() {
38425
+
38426
+ return this.apiClient.callApi(
38427
+ '/api/v2/speechandtextanalytics/sentiment/dialects',
38428
+ 'GET',
38429
+ { },
38430
+ { },
38431
+ { },
38432
+ { },
38433
+ null,
38434
+ ['PureCloud OAuth'],
38435
+ ['application/json'],
38436
+ ['application/json']
38437
+ );
38438
+ }
38439
+
38416
38440
  /**
38417
38441
  * Get the list of Speech & Text Analytics SentimentFeedback
38418
38442
  *
@@ -38902,7 +38926,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
38902
38926
  /**
38903
38927
  * Stations service.
38904
38928
  * @module purecloud-platform-client-v2/api/StationsApi
38905
- * @version 126.1.0
38929
+ * @version 127.0.0
38906
38930
  */
38907
38931
 
38908
38932
  /**
@@ -39049,7 +39073,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
39049
39073
  /**
39050
39074
  * Suggest service.
39051
39075
  * @module purecloud-platform-client-v2/api/SuggestApi
39052
- * @version 126.1.0
39076
+ * @version 127.0.0
39053
39077
  */
39054
39078
 
39055
39079
  /**
@@ -39188,7 +39212,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
39188
39212
  /**
39189
39213
  * Telephony service.
39190
39214
  * @module purecloud-platform-client-v2/api/TelephonyApi
39191
- * @version 126.1.0
39215
+ * @version 127.0.0
39192
39216
  */
39193
39217
 
39194
39218
  /**
@@ -39296,7 +39320,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
39296
39320
  /**
39297
39321
  * TelephonyProvidersEdge service.
39298
39322
  * @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
39299
- * @version 126.1.0
39323
+ * @version 127.0.0
39300
39324
  */
39301
39325
 
39302
39326
  /**
@@ -42909,7 +42933,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
42909
42933
  /**
42910
42934
  * Textbots service.
42911
42935
  * @module purecloud-platform-client-v2/api/TextbotsApi
42912
- * @version 126.1.0
42936
+ * @version 127.0.0
42913
42937
  */
42914
42938
 
42915
42939
  /**
@@ -43010,7 +43034,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
43010
43034
  /**
43011
43035
  * Tokens service.
43012
43036
  * @module purecloud-platform-client-v2/api/TokensApi
43013
- * @version 126.1.0
43037
+ * @version 127.0.0
43014
43038
  */
43015
43039
 
43016
43040
  /**
@@ -43116,7 +43140,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
43116
43140
  /**
43117
43141
  * Uploads service.
43118
43142
  * @module purecloud-platform-client-v2/api/UploadsApi
43119
- * @version 126.1.0
43143
+ * @version 127.0.0
43120
43144
  */
43121
43145
 
43122
43146
  /**
@@ -43292,7 +43316,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
43292
43316
  /**
43293
43317
  * Usage service.
43294
43318
  * @module purecloud-platform-client-v2/api/UsageApi
43295
- * @version 126.1.0
43319
+ * @version 127.0.0
43296
43320
  */
43297
43321
 
43298
43322
  /**
@@ -43363,7 +43387,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
43363
43387
  /**
43364
43388
  * UserRecordings service.
43365
43389
  * @module purecloud-platform-client-v2/api/UserRecordingsApi
43366
- * @version 126.1.0
43390
+ * @version 127.0.0
43367
43391
  */
43368
43392
 
43369
43393
  /**
@@ -43547,7 +43571,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
43547
43571
  /**
43548
43572
  * Users service.
43549
43573
  * @module purecloud-platform-client-v2/api/UsersApi
43550
- * @version 126.1.0
43574
+ * @version 127.0.0
43551
43575
  */
43552
43576
 
43553
43577
  /**
@@ -45849,7 +45873,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
45849
45873
  /**
45850
45874
  * Utilities service.
45851
45875
  * @module purecloud-platform-client-v2/api/UtilitiesApi
45852
- * @version 126.1.0
45876
+ * @version 127.0.0
45853
45877
  */
45854
45878
 
45855
45879
  /**
@@ -45960,7 +45984,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
45960
45984
  /**
45961
45985
  * Voicemail service.
45962
45986
  * @module purecloud-platform-client-v2/api/VoicemailApi
45963
- * @version 126.1.0
45987
+ * @version 127.0.0
45964
45988
  */
45965
45989
 
45966
45990
  /**
@@ -46627,7 +46651,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
46627
46651
  /**
46628
46652
  * WebChat service.
46629
46653
  * @module purecloud-platform-client-v2/api/WebChatApi
46630
- * @version 126.1.0
46654
+ * @version 127.0.0
46631
46655
  */
46632
46656
 
46633
46657
  /**
@@ -47171,7 +47195,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
47171
47195
  /**
47172
47196
  * WebDeployments service.
47173
47197
  * @module purecloud-platform-client-v2/api/WebDeploymentsApi
47174
- * @version 126.1.0
47198
+ * @version 127.0.0
47175
47199
  */
47176
47200
 
47177
47201
  /**
@@ -47526,7 +47550,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
47526
47550
  /**
47527
47551
  * WebMessaging service.
47528
47552
  * @module purecloud-platform-client-v2/api/WebMessagingApi
47529
- * @version 126.1.0
47553
+ * @version 127.0.0
47530
47554
  */
47531
47555
 
47532
47556
  /**
@@ -47572,7 +47596,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
47572
47596
  /**
47573
47597
  * Widgets service.
47574
47598
  * @module purecloud-platform-client-v2/api/WidgetsApi
47575
- * @version 126.1.0
47599
+ * @version 127.0.0
47576
47600
  */
47577
47601
 
47578
47602
  /**
@@ -47718,7 +47742,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
47718
47742
  /**
47719
47743
  * WorkforceManagement service.
47720
47744
  * @module purecloud-platform-client-v2/api/WorkforceManagementApi
47721
- * @version 126.1.0
47745
+ * @version 127.0.0
47722
47746
  */
47723
47747
 
47724
47748
  /**
@@ -51749,7 +51773,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
51749
51773
  * </pre>
51750
51774
  * </p>
51751
51775
  * @module purecloud-platform-client-v2/index
51752
- * @version 126.1.0
51776
+ * @version 127.0.0
51753
51777
  */
51754
51778
  class platformClient {
51755
51779
  constructor() {