purecloud-platform-client-v2 129.0.0 → 130.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 +83 -77
  3. package/dist/web-amd/purecloud-platform-client-v2.js +83 -77
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +83 -77
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +83 -77
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +137 -12
  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 +5 -3
  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 +8 -8
  49. package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
  50. package/src/purecloud-platform-client-v2/api/RoutingApi.js +8 -4
  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 +1 -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 +2 -2
  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 129.0.0
394
+ * @version 130.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': '129.0.0' });
1341
+ //request.set({ 'purecloud-sdk': '130.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 129.0.0
1441
+ * @version 130.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 129.0.0
1755
+ * @version 130.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 129.0.0
2892
+ * @version 130.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 129.0.0
5888
+ * @version 130.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 129.0.0
6059
+ * @version 130.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 129.0.0
7242
+ * @version 130.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 129.0.0
7322
+ * @version 130.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 129.0.0
7413
+ * @version 130.0.0
7414
7414
  */
7415
7415
 
7416
7416
  /**
@@ -7609,6 +7609,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
7609
7609
  * @param {Array.<String>} opts.relationships Relationships to filter by
7610
7610
  * @param {String} opts.completionInterval Appointment completion start and end to filter by. End date is not inclusive. Intervals are represented as an ISO-8601 string. For example: YYYY-MM-DDThh:mm:ss/YYYY-MM-DDThh:mm:ss
7611
7611
  * @param {Object} opts.overdue Overdue status to filter by
7612
+ * @param {Object} opts.intervalCondition Filter condition for interval
7612
7613
  */
7613
7614
  getCoachingAppointments(userIds, opts) {
7614
7615
  opts = opts || {};
@@ -7622,7 +7623,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
7622
7623
  '/api/v2/coaching/appointments',
7623
7624
  'GET',
7624
7625
  { },
7625
- { 'userIds': this.apiClient.buildCollectionParam(userIds, 'multi'),'interval': opts['interval'],'pageNumber': opts['pageNumber'],'pageSize': opts['pageSize'],'statuses': this.apiClient.buildCollectionParam(opts['statuses'], 'multi'),'facilitatorIds': this.apiClient.buildCollectionParam(opts['facilitatorIds'], 'multi'),'sortOrder': opts['sortOrder'],'relationships': this.apiClient.buildCollectionParam(opts['relationships'], 'multi'),'completionInterval': opts['completionInterval'],'overdue': opts['overdue'] },
7626
+ { 'userIds': this.apiClient.buildCollectionParam(userIds, 'multi'),'interval': opts['interval'],'pageNumber': opts['pageNumber'],'pageSize': opts['pageSize'],'statuses': this.apiClient.buildCollectionParam(opts['statuses'], 'multi'),'facilitatorIds': this.apiClient.buildCollectionParam(opts['facilitatorIds'], 'multi'),'sortOrder': opts['sortOrder'],'relationships': this.apiClient.buildCollectionParam(opts['relationships'], 'multi'),'completionInterval': opts['completionInterval'],'overdue': opts['overdue'],'intervalCondition': opts['intervalCondition'] },
7626
7627
  { },
7627
7628
  { },
7628
7629
  null,
@@ -7645,6 +7646,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
7645
7646
  * @param {Array.<String>} opts.relationships Relationships to filter by
7646
7647
  * @param {String} opts.completionInterval Appointment completion start and end to filter by. End date is not inclusive. Intervals are represented as an ISO-8601 string. For example: YYYY-MM-DDThh:mm:ss/YYYY-MM-DDThh:mm:ss
7647
7648
  * @param {Object} opts.overdue Overdue status to filter by
7649
+ * @param {Object} opts.intervalCondition Filter condition for interval
7648
7650
  */
7649
7651
  getCoachingAppointmentsMe(opts) {
7650
7652
  opts = opts || {};
@@ -7654,7 +7656,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
7654
7656
  '/api/v2/coaching/appointments/me',
7655
7657
  'GET',
7656
7658
  { },
7657
- { 'interval': opts['interval'],'pageNumber': opts['pageNumber'],'pageSize': opts['pageSize'],'statuses': this.apiClient.buildCollectionParam(opts['statuses'], 'multi'),'facilitatorIds': this.apiClient.buildCollectionParam(opts['facilitatorIds'], 'multi'),'sortOrder': opts['sortOrder'],'relationships': this.apiClient.buildCollectionParam(opts['relationships'], 'multi'),'completionInterval': opts['completionInterval'],'overdue': opts['overdue'] },
7659
+ { 'interval': opts['interval'],'pageNumber': opts['pageNumber'],'pageSize': opts['pageSize'],'statuses': this.apiClient.buildCollectionParam(opts['statuses'], 'multi'),'facilitatorIds': this.apiClient.buildCollectionParam(opts['facilitatorIds'], 'multi'),'sortOrder': opts['sortOrder'],'relationships': this.apiClient.buildCollectionParam(opts['relationships'], 'multi'),'completionInterval': opts['completionInterval'],'overdue': opts['overdue'],'intervalCondition': opts['intervalCondition'] },
7658
7660
  { },
7659
7661
  { },
7660
7662
  null,
@@ -7985,7 +7987,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
7985
7987
  /**
7986
7988
  * ContentManagement service.
7987
7989
  * @module purecloud-platform-client-v2/api/ContentManagementApi
7988
- * @version 129.0.0
7990
+ * @version 130.0.0
7989
7991
  */
7990
7992
 
7991
7993
  /**
@@ -9125,7 +9127,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
9125
9127
  /**
9126
9128
  * Conversations service.
9127
9129
  * @module purecloud-platform-client-v2/api/ConversationsApi
9128
- * @version 129.0.0
9130
+ * @version 130.0.0
9129
9131
  */
9130
9132
 
9131
9133
  /**
@@ -13514,7 +13516,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
13514
13516
  /**
13515
13517
  * DataExtensions service.
13516
13518
  * @module purecloud-platform-client-v2/api/DataExtensionsApi
13517
- * @version 129.0.0
13519
+ * @version 130.0.0
13518
13520
  */
13519
13521
 
13520
13522
  /**
@@ -13600,7 +13602,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
13600
13602
  /**
13601
13603
  * ExternalContacts service.
13602
13604
  * @module purecloud-platform-client-v2/api/ExternalContactsApi
13603
- * @version 129.0.0
13605
+ * @version 130.0.0
13604
13606
  */
13605
13607
 
13606
13608
  /**
@@ -15343,7 +15345,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
15343
15345
  /**
15344
15346
  * Fax service.
15345
15347
  * @module purecloud-platform-client-v2/api/FaxApi
15346
- * @version 129.0.0
15348
+ * @version 130.0.0
15347
15349
  */
15348
15350
 
15349
15351
  /**
@@ -15514,7 +15516,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
15514
15516
  /**
15515
15517
  * Flows service.
15516
15518
  * @module purecloud-platform-client-v2/api/FlowsApi
15517
- * @version 129.0.0
15519
+ * @version 130.0.0
15518
15520
  */
15519
15521
 
15520
15522
  /**
@@ -15585,7 +15587,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
15585
15587
  /**
15586
15588
  * Gamification service.
15587
15589
  * @module purecloud-platform-client-v2/api/GamificationApi
15588
- * @version 129.0.0
15590
+ * @version 130.0.0
15589
15591
  */
15590
15592
 
15591
15593
  /**
@@ -17011,7 +17013,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
17011
17013
  /**
17012
17014
  * GeneralDataProtectionRegulation service.
17013
17015
  * @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
17014
- * @version 129.0.0
17016
+ * @version 130.0.0
17015
17017
  */
17016
17018
 
17017
17019
  /**
@@ -17141,7 +17143,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
17141
17143
  /**
17142
17144
  * Geolocation service.
17143
17145
  * @module purecloud-platform-client-v2/api/GeolocationApi
17144
- * @version 129.0.0
17146
+ * @version 130.0.0
17145
17147
  */
17146
17148
 
17147
17149
  /**
@@ -17272,7 +17274,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
17272
17274
  /**
17273
17275
  * Greetings service.
17274
17276
  * @module purecloud-platform-client-v2/api/GreetingsApi
17275
- * @version 129.0.0
17277
+ * @version 130.0.0
17276
17278
  */
17277
17279
 
17278
17280
  /**
@@ -17727,7 +17729,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
17727
17729
  /**
17728
17730
  * Groups service.
17729
17731
  * @module purecloud-platform-client-v2/api/GroupsApi
17730
- * @version 129.0.0
17732
+ * @version 130.0.0
17731
17733
  */
17732
17734
 
17733
17735
  /**
@@ -18132,7 +18134,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
18132
18134
  /**
18133
18135
  * IdentityProvider service.
18134
18136
  * @module purecloud-platform-client-v2/api/IdentityProviderApi
18135
- * @version 129.0.0
18137
+ * @version 130.0.0
18136
18138
  */
18137
18139
 
18138
18140
  /**
@@ -18888,7 +18890,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
18888
18890
  /**
18889
18891
  * Integrations service.
18890
18892
  * @module purecloud-platform-client-v2/api/IntegrationsApi
18891
- * @version 129.0.0
18893
+ * @version 130.0.0
18892
18894
  */
18893
18895
 
18894
18896
  /**
@@ -20563,7 +20565,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
20563
20565
  /**
20564
20566
  * Journey service.
20565
20567
  * @module purecloud-platform-client-v2/api/JourneyApi
20566
- * @version 129.0.0
20568
+ * @version 130.0.0
20567
20569
  */
20568
20570
 
20569
20571
  /**
@@ -21274,7 +21276,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
21274
21276
  /**
21275
21277
  * Knowledge service.
21276
21278
  * @module purecloud-platform-client-v2/api/KnowledgeApi
21277
- * @version 129.0.0
21279
+ * @version 130.0.0
21278
21280
  */
21279
21281
 
21280
21282
  /**
@@ -22174,7 +22176,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
22174
22176
  /**
22175
22177
  * LanguageUnderstanding service.
22176
22178
  * @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
22177
- * @version 129.0.0
22179
+ * @version 130.0.0
22178
22180
  */
22179
22181
 
22180
22182
  /**
@@ -23078,7 +23080,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
23078
23080
  /**
23079
23081
  * Languages service.
23080
23082
  * @module purecloud-platform-client-v2/api/LanguagesApi
23081
- * @version 129.0.0
23083
+ * @version 130.0.0
23082
23084
  */
23083
23085
 
23084
23086
  /**
@@ -23346,7 +23348,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
23346
23348
  /**
23347
23349
  * Learning service.
23348
23350
  * @module purecloud-platform-client-v2/api/LearningApi
23349
- * @version 129.0.0
23351
+ * @version 130.0.0
23350
23352
  */
23351
23353
 
23352
23354
  /**
@@ -23937,7 +23939,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
23937
23939
  /**
23938
23940
  * License service.
23939
23941
  * @module purecloud-platform-client-v2/api/LicenseApi
23940
- * @version 129.0.0
23942
+ * @version 130.0.0
23941
23943
  */
23942
23944
 
23943
23945
  /**
@@ -24175,7 +24177,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
24175
24177
  /**
24176
24178
  * Locations service.
24177
24179
  * @module purecloud-platform-client-v2/api/LocationsApi
24178
- * @version 129.0.0
24180
+ * @version 130.0.0
24179
24181
  */
24180
24182
 
24181
24183
  /**
@@ -24411,7 +24413,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
24411
24413
  /**
24412
24414
  * MobileDevices service.
24413
24415
  * @module purecloud-platform-client-v2/api/MobileDevicesApi
24414
- * @version 129.0.0
24416
+ * @version 130.0.0
24415
24417
  */
24416
24418
 
24417
24419
  /**
@@ -24562,7 +24564,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
24562
24564
  /**
24563
24565
  * Notifications service.
24564
24566
  * @module purecloud-platform-client-v2/api/NotificationsApi
24565
- * @version 129.0.0
24567
+ * @version 130.0.0
24566
24568
  */
24567
24569
 
24568
24570
  /**
@@ -24787,7 +24789,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
24787
24789
  /**
24788
24790
  * OAuth service.
24789
24791
  * @module purecloud-platform-client-v2/api/OAuthApi
24790
- * @version 129.0.0
24792
+ * @version 130.0.0
24791
24793
  */
24792
24794
 
24793
24795
  /**
@@ -25145,7 +25147,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
25145
25147
  /**
25146
25148
  * Objects service.
25147
25149
  * @module purecloud-platform-client-v2/api/ObjectsApi
25148
- * @version 129.0.0
25150
+ * @version 130.0.0
25149
25151
  */
25150
25152
 
25151
25153
  /**
@@ -25416,7 +25418,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
25416
25418
  /**
25417
25419
  * Organization service.
25418
25420
  * @module purecloud-platform-client-v2/api/OrganizationApi
25419
- * @version 129.0.0
25421
+ * @version 130.0.0
25420
25422
  */
25421
25423
 
25422
25424
  /**
@@ -25819,7 +25821,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
25819
25821
  /**
25820
25822
  * OrganizationAuthorization service.
25821
25823
  * @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
25822
- * @version 129.0.0
25824
+ * @version 130.0.0
25823
25825
  */
25824
25826
 
25825
25827
  /**
@@ -26744,7 +26746,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
26744
26746
  /**
26745
26747
  * Outbound service.
26746
26748
  * @module purecloud-platform-client-v2/api/OutboundApi
26747
- * @version 129.0.0
26749
+ * @version 130.0.0
26748
26750
  */
26749
26751
 
26750
26752
  /**
@@ -29770,7 +29772,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
29770
29772
  /**
29771
29773
  * Presence service.
29772
29774
  * @module purecloud-platform-client-v2/api/PresenceApi
29773
- * @version 129.0.0
29775
+ * @version 130.0.0
29774
29776
  */
29775
29777
 
29776
29778
  /**
@@ -30142,7 +30144,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
30142
30144
  /**
30143
30145
  * Quality service.
30144
30146
  * @module purecloud-platform-client-v2/api/QualityApi
30145
- * @version 129.0.0
30147
+ * @version 130.0.0
30146
30148
  */
30147
30149
 
30148
30150
  /**
@@ -31670,7 +31672,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
31670
31672
  /**
31671
31673
  * Recording service.
31672
31674
  * @module purecloud-platform-client-v2/api/RecordingApi
31673
- * @version 129.0.0
31675
+ * @version 130.0.0
31674
31676
  */
31675
31677
 
31676
31678
  /**
@@ -31876,11 +31878,11 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
31876
31878
  * @param {String} conversationId Conversation ID
31877
31879
  * @param {String} recordingId Recording ID
31878
31880
  * @param {Object} opts Optional parameters
31879
- * @param {Object} opts.formatId The desired media format. (default to WEBM)
31880
- * @param {Object} opts.emailFormatId The desired media format when downloading an email recording. (default to EML)
31881
- * @param {Object} opts.chatFormatId The desired media format when downloading a chat recording. (default to ZIP)
31882
- * @param {Object} opts.messageFormatId The desired media format when downloading a message recording. (default to ZIP)
31883
- * @param {Boolean} opts.download requesting a download format of the recording (default to false)
31881
+ * @param {Object} opts.formatId The desired media format. Valid values:WAV,WEBM,WAV_ULAW,OGG_VORBIS,OGG_OPUS,MP3,NONE (default to WEBM)
31882
+ * @param {Object} opts.emailFormatId The desired media format when downloading an email recording. Valid values:EML,NONE (default to EML)
31883
+ * @param {Object} opts.chatFormatId The desired media format when downloading a chat recording. Valid values:ZIP,NONE (default to ZIP)
31884
+ * @param {Object} opts.messageFormatId The desired media format when downloading a message recording. Valid values:ZIP,NONE (default to ZIP)
31885
+ * @param {Boolean} opts.download requesting a download format of the recording. Valid values:true,false (default to false)
31884
31886
  * @param {String} opts.fileName the name of the downloaded fileName
31885
31887
  * @param {String} opts.locale The locale for the requested file when downloading, as an ISO 639-1 code
31886
31888
  */
@@ -31976,7 +31978,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
31976
31978
  }
31977
31979
 
31978
31980
  /**
31979
- * Get recording metadata for a conversation. Does not return playable media.
31981
+ * Get recording metadata for a conversation. Does not return playable media. Annotations won&#39;t be included in the response if recording:recording:view permission is missing.
31980
31982
  *
31981
31983
  * @param {String} conversationId Conversation ID
31982
31984
  */
@@ -32036,7 +32038,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
32036
32038
  * @param {String} conversationId Conversation ID
32037
32039
  * @param {Object} opts Optional parameters
32038
32040
  * @param {Number} opts.maxWaitMs The maximum number of milliseconds to wait for the recording to be ready. Must be a positive value. (default to 5000)
32039
- * @param {Object} opts.formatId The desired media format (default to WEBM)
32041
+ * @param {Object} opts.formatId The desired media format . Valid values:WAV,WEBM,WAV_ULAW,OGG_VORBIS,OGG_OPUS,MP3,NONE. (default to WEBM)
32040
32042
  */
32041
32043
  getConversationRecordings(conversationId, opts) {
32042
32044
  opts = opts || {};
@@ -33193,7 +33195,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
33193
33195
  /**
33194
33196
  * ResponseManagement service.
33195
33197
  * @module purecloud-platform-client-v2/api/ResponseManagementApi
33196
- * @version 129.0.0
33198
+ * @version 130.0.0
33197
33199
  */
33198
33200
 
33199
33201
  /**
@@ -33518,7 +33520,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
33518
33520
  /**
33519
33521
  * Routing service.
33520
33522
  * @module purecloud-platform-client-v2/api/RoutingApi
33521
- * @version 129.0.0
33523
+ * @version 130.0.0
33522
33524
  */
33523
33525
 
33524
33526
  /**
@@ -34956,10 +34958,14 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
34956
34958
  *
34957
34959
  * @param {Object} opts Optional parameters
34958
34960
  * @param {String} opts.phoneNumber Filter on phone number address. Allowable characters are the digits &#39;0-9&#39; and the wild card character &#39;\\*&#39;. If just digits are present, a contains search is done on the address pattern. For example, &#39;317&#39; could be matched anywhere in the address. An &#39;\\*&#39; will match multiple digits. For example, to match a specific area code within the US a pattern like &#39;1317*&#39; could be used.
34959
- * @param {Object} opts.phoneNumberType Filter on phone number type
34960
- * @param {Object} opts.phoneNumberStatus Filter on phone number status
34961
+ * @param {Array.<String>} opts.phoneNumberType Filter on phone number type
34962
+ * @param {Array.<String>} opts.phoneNumberStatus Filter on phone number status
34963
+ * @param {Array.<String>} opts.countryCode Filter on country code
34961
34964
  * @param {Number} opts.pageSize Page size (default to 25)
34962
34965
  * @param {Number} opts.pageNumber Page number (default to 1)
34966
+ * @param {Object} opts.sortBy Optional field to sort results
34967
+ * @param {Object} opts.sortOrder Sort order
34968
+ * @param {String} opts.language A language tag (which is sometimes referred to as a \&quot;locale identifier\&quot;) to use to localize country field and sort operations (default to en-US)
34963
34969
  */
34964
34970
  getRoutingSmsPhonenumbers(opts) {
34965
34971
  opts = opts || {};
@@ -34969,7 +34975,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
34969
34975
  '/api/v2/routing/sms/phonenumbers',
34970
34976
  'GET',
34971
34977
  { },
34972
- { 'phoneNumber': opts['phoneNumber'],'phoneNumberType': opts['phoneNumberType'],'phoneNumberStatus': opts['phoneNumberStatus'],'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'] },
34978
+ { 'phoneNumber': opts['phoneNumber'],'phoneNumberType': this.apiClient.buildCollectionParam(opts['phoneNumberType'], 'multi'),'phoneNumberStatus': this.apiClient.buildCollectionParam(opts['phoneNumberStatus'], 'multi'),'countryCode': this.apiClient.buildCollectionParam(opts['countryCode'], 'multi'),'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'sortBy': opts['sortBy'],'sortOrder': opts['sortOrder'],'language': opts['language'] },
34973
34979
  { },
34974
34980
  { },
34975
34981
  null,
@@ -36437,7 +36443,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
36437
36443
  /**
36438
36444
  * SCIM service.
36439
36445
  * @module purecloud-platform-client-v2/api/SCIMApi
36440
- * @version 129.0.0
36446
+ * @version 130.0.0
36441
36447
  */
36442
36448
 
36443
36449
  /**
@@ -37314,7 +37320,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
37314
37320
  /**
37315
37321
  * Scripts service.
37316
37322
  * @module purecloud-platform-client-v2/api/ScriptsApi
37317
- * @version 129.0.0
37323
+ * @version 130.0.0
37318
37324
  */
37319
37325
 
37320
37326
  /**
@@ -37667,7 +37673,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
37667
37673
  /**
37668
37674
  * Search service.
37669
37675
  * @module purecloud-platform-client-v2/api/SearchApi
37670
- * @version 129.0.0
37676
+ * @version 130.0.0
37671
37677
  */
37672
37678
 
37673
37679
  /**
@@ -38202,7 +38208,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
38202
38208
  /**
38203
38209
  * SpeechTextAnalytics service.
38204
38210
  * @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
38205
- * @version 129.0.0
38211
+ * @version 130.0.0
38206
38212
  */
38207
38213
 
38208
38214
  /**
@@ -39075,7 +39081,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
39075
39081
  /**
39076
39082
  * Stations service.
39077
39083
  * @module purecloud-platform-client-v2/api/StationsApi
39078
- * @version 129.0.0
39084
+ * @version 130.0.0
39079
39085
  */
39080
39086
 
39081
39087
  /**
@@ -39222,7 +39228,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
39222
39228
  /**
39223
39229
  * Suggest service.
39224
39230
  * @module purecloud-platform-client-v2/api/SuggestApi
39225
- * @version 129.0.0
39231
+ * @version 130.0.0
39226
39232
  */
39227
39233
 
39228
39234
  /**
@@ -39361,7 +39367,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
39361
39367
  /**
39362
39368
  * Telephony service.
39363
39369
  * @module purecloud-platform-client-v2/api/TelephonyApi
39364
- * @version 129.0.0
39370
+ * @version 130.0.0
39365
39371
  */
39366
39372
 
39367
39373
  /**
@@ -39469,7 +39475,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
39469
39475
  /**
39470
39476
  * TelephonyProvidersEdge service.
39471
39477
  * @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
39472
- * @version 129.0.0
39478
+ * @version 130.0.0
39473
39479
  */
39474
39480
 
39475
39481
  /**
@@ -43102,7 +43108,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
43102
43108
  /**
43103
43109
  * Textbots service.
43104
43110
  * @module purecloud-platform-client-v2/api/TextbotsApi
43105
- * @version 129.0.0
43111
+ * @version 130.0.0
43106
43112
  */
43107
43113
 
43108
43114
  /**
@@ -43230,7 +43236,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
43230
43236
  /**
43231
43237
  * Tokens service.
43232
43238
  * @module purecloud-platform-client-v2/api/TokensApi
43233
- * @version 129.0.0
43239
+ * @version 130.0.0
43234
43240
  */
43235
43241
 
43236
43242
  /**
@@ -43336,7 +43342,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
43336
43342
  /**
43337
43343
  * Uploads service.
43338
43344
  * @module purecloud-platform-client-v2/api/UploadsApi
43339
- * @version 129.0.0
43345
+ * @version 130.0.0
43340
43346
  */
43341
43347
 
43342
43348
  /**
@@ -43512,7 +43518,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
43512
43518
  /**
43513
43519
  * Usage service.
43514
43520
  * @module purecloud-platform-client-v2/api/UsageApi
43515
- * @version 129.0.0
43521
+ * @version 130.0.0
43516
43522
  */
43517
43523
 
43518
43524
  /**
@@ -43583,7 +43589,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
43583
43589
  /**
43584
43590
  * UserRecordings service.
43585
43591
  * @module purecloud-platform-client-v2/api/UserRecordingsApi
43586
- * @version 129.0.0
43592
+ * @version 130.0.0
43587
43593
  */
43588
43594
 
43589
43595
  /**
@@ -43767,7 +43773,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
43767
43773
  /**
43768
43774
  * Users service.
43769
43775
  * @module purecloud-platform-client-v2/api/UsersApi
43770
- * @version 129.0.0
43776
+ * @version 130.0.0
43771
43777
  */
43772
43778
 
43773
43779
  /**
@@ -46069,7 +46075,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
46069
46075
  /**
46070
46076
  * Utilities service.
46071
46077
  * @module purecloud-platform-client-v2/api/UtilitiesApi
46072
- * @version 129.0.0
46078
+ * @version 130.0.0
46073
46079
  */
46074
46080
 
46075
46081
  /**
@@ -46105,7 +46111,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
46105
46111
  }
46106
46112
 
46107
46113
  /**
46108
- * Get public ip address ranges for PureCloud
46114
+ * Get public ip address ranges for Genesys Cloud
46109
46115
  *
46110
46116
  */
46111
46117
  getIpranges() {
@@ -46180,7 +46186,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
46180
46186
  /**
46181
46187
  * Voicemail service.
46182
46188
  * @module purecloud-platform-client-v2/api/VoicemailApi
46183
- * @version 129.0.0
46189
+ * @version 130.0.0
46184
46190
  */
46185
46191
 
46186
46192
  /**
@@ -46847,7 +46853,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
46847
46853
  /**
46848
46854
  * WebChat service.
46849
46855
  * @module purecloud-platform-client-v2/api/WebChatApi
46850
- * @version 129.0.0
46856
+ * @version 130.0.0
46851
46857
  */
46852
46858
 
46853
46859
  /**
@@ -47391,7 +47397,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
47391
47397
  /**
47392
47398
  * WebDeployments service.
47393
47399
  * @module purecloud-platform-client-v2/api/WebDeploymentsApi
47394
- * @version 129.0.0
47400
+ * @version 130.0.0
47395
47401
  */
47396
47402
 
47397
47403
  /**
@@ -47746,7 +47752,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
47746
47752
  /**
47747
47753
  * WebMessaging service.
47748
47754
  * @module purecloud-platform-client-v2/api/WebMessagingApi
47749
- * @version 129.0.0
47755
+ * @version 130.0.0
47750
47756
  */
47751
47757
 
47752
47758
  /**
@@ -47792,7 +47798,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
47792
47798
  /**
47793
47799
  * Widgets service.
47794
47800
  * @module purecloud-platform-client-v2/api/WidgetsApi
47795
- * @version 129.0.0
47801
+ * @version 130.0.0
47796
47802
  */
47797
47803
 
47798
47804
  /**
@@ -47938,7 +47944,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
47938
47944
  /**
47939
47945
  * WorkforceManagement service.
47940
47946
  * @module purecloud-platform-client-v2/api/WorkforceManagementApi
47941
- * @version 129.0.0
47947
+ * @version 130.0.0
47942
47948
  */
47943
47949
 
47944
47950
  /**
@@ -51969,7 +51975,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
51969
51975
  * </pre>
51970
51976
  * </p>
51971
51977
  * @module purecloud-platform-client-v2/index
51972
- * @version 129.0.0
51978
+ * @version 130.0.0
51973
51979
  */
51974
51980
  class platformClient {
51975
51981
  constructor() {