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
package/README.md CHANGED
@@ -27,7 +27,7 @@ For direct use in a browser script:
27
27
 
28
28
  ```{"language":"html"}
29
29
  <!-- Include the CJS SDK -->
30
- <script src="https://sdk-cdn.mypurecloud.com/javascript/129.0.0/purecloud-platform-client-v2.min.js"></script>
30
+ <script src="https://sdk-cdn.mypurecloud.com/javascript/130.0.0/purecloud-platform-client-v2.min.js"></script>
31
31
 
32
32
  <script type="text/javascript">
33
33
  // Obtain a reference to the platformClient object
@@ -44,7 +44,7 @@ For direct use in a browser script:
44
44
 
45
45
  <script type="text/javascript">
46
46
  // Obtain a reference to the platformClient object
47
- requirejs(['https://sdk-cdn.mypurecloud.com/javascript/amd/129.0.0/purecloud-platform-client-v2.min.js'], (platformClient) => {
47
+ requirejs(['https://sdk-cdn.mypurecloud.com/javascript/amd/130.0.0/purecloud-platform-client-v2.min.js'], (platformClient) => {
48
48
  console.log(platformClient);
49
49
  });
50
50
  </script>
@@ -393,7 +393,7 @@ class Configuration {
393
393
 
394
394
  /**
395
395
  * @module purecloud-platform-client-v2/ApiClient
396
- * @version 129.0.0
396
+ * @version 130.0.0
397
397
  */
398
398
  class ApiClient {
399
399
  /**
@@ -1340,7 +1340,7 @@ class ApiClient {
1340
1340
 
1341
1341
  // set header parameters
1342
1342
  request.set(that.defaultHeaders).set(that.normalizeParams(headerParams));
1343
- //request.set({ 'purecloud-sdk': '129.0.0' });
1343
+ //request.set({ 'purecloud-sdk': '130.0.0' });
1344
1344
 
1345
1345
  // set request timeout
1346
1346
  request.timeout(that.timeout);
@@ -1440,7 +1440,7 @@ class AlertingApi {
1440
1440
  /**
1441
1441
  * Alerting service.
1442
1442
  * @module purecloud-platform-client-v2/api/AlertingApi
1443
- * @version 129.0.0
1443
+ * @version 130.0.0
1444
1444
  */
1445
1445
 
1446
1446
  /**
@@ -1754,7 +1754,7 @@ class AnalyticsApi {
1754
1754
  /**
1755
1755
  * Analytics service.
1756
1756
  * @module purecloud-platform-client-v2/api/AnalyticsApi
1757
- * @version 129.0.0
1757
+ * @version 130.0.0
1758
1758
  */
1759
1759
 
1760
1760
  /**
@@ -2891,7 +2891,7 @@ class ArchitectApi {
2891
2891
  /**
2892
2892
  * Architect service.
2893
2893
  * @module purecloud-platform-client-v2/api/ArchitectApi
2894
- * @version 129.0.0
2894
+ * @version 130.0.0
2895
2895
  */
2896
2896
 
2897
2897
  /**
@@ -5887,7 +5887,7 @@ class AuditApi {
5887
5887
  /**
5888
5888
  * Audit service.
5889
5889
  * @module purecloud-platform-client-v2/api/AuditApi
5890
- * @version 129.0.0
5890
+ * @version 130.0.0
5891
5891
  */
5892
5892
 
5893
5893
  /**
@@ -6058,7 +6058,7 @@ class AuthorizationApi {
6058
6058
  /**
6059
6059
  * Authorization service.
6060
6060
  * @module purecloud-platform-client-v2/api/AuthorizationApi
6061
- * @version 129.0.0
6061
+ * @version 130.0.0
6062
6062
  */
6063
6063
 
6064
6064
  /**
@@ -7241,7 +7241,7 @@ class BillingApi {
7241
7241
  /**
7242
7242
  * Billing service.
7243
7243
  * @module purecloud-platform-client-v2/api/BillingApi
7244
- * @version 129.0.0
7244
+ * @version 130.0.0
7245
7245
  */
7246
7246
 
7247
7247
  /**
@@ -7321,7 +7321,7 @@ class ChatApi {
7321
7321
  /**
7322
7322
  * Chat service.
7323
7323
  * @module purecloud-platform-client-v2/api/ChatApi
7324
- * @version 129.0.0
7324
+ * @version 130.0.0
7325
7325
  */
7326
7326
 
7327
7327
  /**
@@ -7412,7 +7412,7 @@ class CoachingApi {
7412
7412
  /**
7413
7413
  * Coaching service.
7414
7414
  * @module purecloud-platform-client-v2/api/CoachingApi
7415
- * @version 129.0.0
7415
+ * @version 130.0.0
7416
7416
  */
7417
7417
 
7418
7418
  /**
@@ -7611,6 +7611,7 @@ class CoachingApi {
7611
7611
  * @param {Array.<String>} opts.relationships Relationships to filter by
7612
7612
  * @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
7613
7613
  * @param {Object} opts.overdue Overdue status to filter by
7614
+ * @param {Object} opts.intervalCondition Filter condition for interval
7614
7615
  */
7615
7616
  getCoachingAppointments(userIds, opts) {
7616
7617
  opts = opts || {};
@@ -7624,7 +7625,7 @@ class CoachingApi {
7624
7625
  '/api/v2/coaching/appointments',
7625
7626
  'GET',
7626
7627
  { },
7627
- { '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'] },
7628
+ { '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'] },
7628
7629
  { },
7629
7630
  { },
7630
7631
  null,
@@ -7647,6 +7648,7 @@ class CoachingApi {
7647
7648
  * @param {Array.<String>} opts.relationships Relationships to filter by
7648
7649
  * @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
7649
7650
  * @param {Object} opts.overdue Overdue status to filter by
7651
+ * @param {Object} opts.intervalCondition Filter condition for interval
7650
7652
  */
7651
7653
  getCoachingAppointmentsMe(opts) {
7652
7654
  opts = opts || {};
@@ -7656,7 +7658,7 @@ class CoachingApi {
7656
7658
  '/api/v2/coaching/appointments/me',
7657
7659
  'GET',
7658
7660
  { },
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'] },
7661
+ { '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'] },
7660
7662
  { },
7661
7663
  { },
7662
7664
  null,
@@ -7987,7 +7989,7 @@ class ContentManagementApi {
7987
7989
  /**
7988
7990
  * ContentManagement service.
7989
7991
  * @module purecloud-platform-client-v2/api/ContentManagementApi
7990
- * @version 129.0.0
7992
+ * @version 130.0.0
7991
7993
  */
7992
7994
 
7993
7995
  /**
@@ -9127,7 +9129,7 @@ class ConversationsApi {
9127
9129
  /**
9128
9130
  * Conversations service.
9129
9131
  * @module purecloud-platform-client-v2/api/ConversationsApi
9130
- * @version 129.0.0
9132
+ * @version 130.0.0
9131
9133
  */
9132
9134
 
9133
9135
  /**
@@ -13516,7 +13518,7 @@ class DataExtensionsApi {
13516
13518
  /**
13517
13519
  * DataExtensions service.
13518
13520
  * @module purecloud-platform-client-v2/api/DataExtensionsApi
13519
- * @version 129.0.0
13521
+ * @version 130.0.0
13520
13522
  */
13521
13523
 
13522
13524
  /**
@@ -13602,7 +13604,7 @@ class ExternalContactsApi {
13602
13604
  /**
13603
13605
  * ExternalContacts service.
13604
13606
  * @module purecloud-platform-client-v2/api/ExternalContactsApi
13605
- * @version 129.0.0
13607
+ * @version 130.0.0
13606
13608
  */
13607
13609
 
13608
13610
  /**
@@ -15345,7 +15347,7 @@ class FaxApi {
15345
15347
  /**
15346
15348
  * Fax service.
15347
15349
  * @module purecloud-platform-client-v2/api/FaxApi
15348
- * @version 129.0.0
15350
+ * @version 130.0.0
15349
15351
  */
15350
15352
 
15351
15353
  /**
@@ -15516,7 +15518,7 @@ class FlowsApi {
15516
15518
  /**
15517
15519
  * Flows service.
15518
15520
  * @module purecloud-platform-client-v2/api/FlowsApi
15519
- * @version 129.0.0
15521
+ * @version 130.0.0
15520
15522
  */
15521
15523
 
15522
15524
  /**
@@ -15587,7 +15589,7 @@ class GamificationApi {
15587
15589
  /**
15588
15590
  * Gamification service.
15589
15591
  * @module purecloud-platform-client-v2/api/GamificationApi
15590
- * @version 129.0.0
15592
+ * @version 130.0.0
15591
15593
  */
15592
15594
 
15593
15595
  /**
@@ -17013,7 +17015,7 @@ class GeneralDataProtectionRegulationApi {
17013
17015
  /**
17014
17016
  * GeneralDataProtectionRegulation service.
17015
17017
  * @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
17016
- * @version 129.0.0
17018
+ * @version 130.0.0
17017
17019
  */
17018
17020
 
17019
17021
  /**
@@ -17143,7 +17145,7 @@ class GeolocationApi {
17143
17145
  /**
17144
17146
  * Geolocation service.
17145
17147
  * @module purecloud-platform-client-v2/api/GeolocationApi
17146
- * @version 129.0.0
17148
+ * @version 130.0.0
17147
17149
  */
17148
17150
 
17149
17151
  /**
@@ -17274,7 +17276,7 @@ class GreetingsApi {
17274
17276
  /**
17275
17277
  * Greetings service.
17276
17278
  * @module purecloud-platform-client-v2/api/GreetingsApi
17277
- * @version 129.0.0
17279
+ * @version 130.0.0
17278
17280
  */
17279
17281
 
17280
17282
  /**
@@ -17729,7 +17731,7 @@ class GroupsApi {
17729
17731
  /**
17730
17732
  * Groups service.
17731
17733
  * @module purecloud-platform-client-v2/api/GroupsApi
17732
- * @version 129.0.0
17734
+ * @version 130.0.0
17733
17735
  */
17734
17736
 
17735
17737
  /**
@@ -18134,7 +18136,7 @@ class IdentityProviderApi {
18134
18136
  /**
18135
18137
  * IdentityProvider service.
18136
18138
  * @module purecloud-platform-client-v2/api/IdentityProviderApi
18137
- * @version 129.0.0
18139
+ * @version 130.0.0
18138
18140
  */
18139
18141
 
18140
18142
  /**
@@ -18890,7 +18892,7 @@ class IntegrationsApi {
18890
18892
  /**
18891
18893
  * Integrations service.
18892
18894
  * @module purecloud-platform-client-v2/api/IntegrationsApi
18893
- * @version 129.0.0
18895
+ * @version 130.0.0
18894
18896
  */
18895
18897
 
18896
18898
  /**
@@ -20565,7 +20567,7 @@ class JourneyApi {
20565
20567
  /**
20566
20568
  * Journey service.
20567
20569
  * @module purecloud-platform-client-v2/api/JourneyApi
20568
- * @version 129.0.0
20570
+ * @version 130.0.0
20569
20571
  */
20570
20572
 
20571
20573
  /**
@@ -21276,7 +21278,7 @@ class KnowledgeApi {
21276
21278
  /**
21277
21279
  * Knowledge service.
21278
21280
  * @module purecloud-platform-client-v2/api/KnowledgeApi
21279
- * @version 129.0.0
21281
+ * @version 130.0.0
21280
21282
  */
21281
21283
 
21282
21284
  /**
@@ -22176,7 +22178,7 @@ class LanguageUnderstandingApi {
22176
22178
  /**
22177
22179
  * LanguageUnderstanding service.
22178
22180
  * @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
22179
- * @version 129.0.0
22181
+ * @version 130.0.0
22180
22182
  */
22181
22183
 
22182
22184
  /**
@@ -23080,7 +23082,7 @@ class LanguagesApi {
23080
23082
  /**
23081
23083
  * Languages service.
23082
23084
  * @module purecloud-platform-client-v2/api/LanguagesApi
23083
- * @version 129.0.0
23085
+ * @version 130.0.0
23084
23086
  */
23085
23087
 
23086
23088
  /**
@@ -23348,7 +23350,7 @@ class LearningApi {
23348
23350
  /**
23349
23351
  * Learning service.
23350
23352
  * @module purecloud-platform-client-v2/api/LearningApi
23351
- * @version 129.0.0
23353
+ * @version 130.0.0
23352
23354
  */
23353
23355
 
23354
23356
  /**
@@ -23939,7 +23941,7 @@ class LicenseApi {
23939
23941
  /**
23940
23942
  * License service.
23941
23943
  * @module purecloud-platform-client-v2/api/LicenseApi
23942
- * @version 129.0.0
23944
+ * @version 130.0.0
23943
23945
  */
23944
23946
 
23945
23947
  /**
@@ -24177,7 +24179,7 @@ class LocationsApi {
24177
24179
  /**
24178
24180
  * Locations service.
24179
24181
  * @module purecloud-platform-client-v2/api/LocationsApi
24180
- * @version 129.0.0
24182
+ * @version 130.0.0
24181
24183
  */
24182
24184
 
24183
24185
  /**
@@ -24413,7 +24415,7 @@ class MobileDevicesApi {
24413
24415
  /**
24414
24416
  * MobileDevices service.
24415
24417
  * @module purecloud-platform-client-v2/api/MobileDevicesApi
24416
- * @version 129.0.0
24418
+ * @version 130.0.0
24417
24419
  */
24418
24420
 
24419
24421
  /**
@@ -24564,7 +24566,7 @@ class NotificationsApi {
24564
24566
  /**
24565
24567
  * Notifications service.
24566
24568
  * @module purecloud-platform-client-v2/api/NotificationsApi
24567
- * @version 129.0.0
24569
+ * @version 130.0.0
24568
24570
  */
24569
24571
 
24570
24572
  /**
@@ -24789,7 +24791,7 @@ class OAuthApi {
24789
24791
  /**
24790
24792
  * OAuth service.
24791
24793
  * @module purecloud-platform-client-v2/api/OAuthApi
24792
- * @version 129.0.0
24794
+ * @version 130.0.0
24793
24795
  */
24794
24796
 
24795
24797
  /**
@@ -25147,7 +25149,7 @@ class ObjectsApi {
25147
25149
  /**
25148
25150
  * Objects service.
25149
25151
  * @module purecloud-platform-client-v2/api/ObjectsApi
25150
- * @version 129.0.0
25152
+ * @version 130.0.0
25151
25153
  */
25152
25154
 
25153
25155
  /**
@@ -25418,7 +25420,7 @@ class OrganizationApi {
25418
25420
  /**
25419
25421
  * Organization service.
25420
25422
  * @module purecloud-platform-client-v2/api/OrganizationApi
25421
- * @version 129.0.0
25423
+ * @version 130.0.0
25422
25424
  */
25423
25425
 
25424
25426
  /**
@@ -25821,7 +25823,7 @@ class OrganizationAuthorizationApi {
25821
25823
  /**
25822
25824
  * OrganizationAuthorization service.
25823
25825
  * @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
25824
- * @version 129.0.0
25826
+ * @version 130.0.0
25825
25827
  */
25826
25828
 
25827
25829
  /**
@@ -26746,7 +26748,7 @@ class OutboundApi {
26746
26748
  /**
26747
26749
  * Outbound service.
26748
26750
  * @module purecloud-platform-client-v2/api/OutboundApi
26749
- * @version 129.0.0
26751
+ * @version 130.0.0
26750
26752
  */
26751
26753
 
26752
26754
  /**
@@ -29772,7 +29774,7 @@ class PresenceApi {
29772
29774
  /**
29773
29775
  * Presence service.
29774
29776
  * @module purecloud-platform-client-v2/api/PresenceApi
29775
- * @version 129.0.0
29777
+ * @version 130.0.0
29776
29778
  */
29777
29779
 
29778
29780
  /**
@@ -30144,7 +30146,7 @@ class QualityApi {
30144
30146
  /**
30145
30147
  * Quality service.
30146
30148
  * @module purecloud-platform-client-v2/api/QualityApi
30147
- * @version 129.0.0
30149
+ * @version 130.0.0
30148
30150
  */
30149
30151
 
30150
30152
  /**
@@ -31672,7 +31674,7 @@ class RecordingApi {
31672
31674
  /**
31673
31675
  * Recording service.
31674
31676
  * @module purecloud-platform-client-v2/api/RecordingApi
31675
- * @version 129.0.0
31677
+ * @version 130.0.0
31676
31678
  */
31677
31679
 
31678
31680
  /**
@@ -31878,11 +31880,11 @@ class RecordingApi {
31878
31880
  * @param {String} conversationId Conversation ID
31879
31881
  * @param {String} recordingId Recording ID
31880
31882
  * @param {Object} opts Optional parameters
31881
- * @param {Object} opts.formatId The desired media format. (default to WEBM)
31882
- * @param {Object} opts.emailFormatId The desired media format when downloading an email recording. (default to EML)
31883
- * @param {Object} opts.chatFormatId The desired media format when downloading a chat recording. (default to ZIP)
31884
- * @param {Object} opts.messageFormatId The desired media format when downloading a message recording. (default to ZIP)
31885
- * @param {Boolean} opts.download requesting a download format of the recording (default to false)
31883
+ * @param {Object} opts.formatId The desired media format. Valid values:WAV,WEBM,WAV_ULAW,OGG_VORBIS,OGG_OPUS,MP3,NONE (default to WEBM)
31884
+ * @param {Object} opts.emailFormatId The desired media format when downloading an email recording. Valid values:EML,NONE (default to EML)
31885
+ * @param {Object} opts.chatFormatId The desired media format when downloading a chat recording. Valid values:ZIP,NONE (default to ZIP)
31886
+ * @param {Object} opts.messageFormatId The desired media format when downloading a message recording. Valid values:ZIP,NONE (default to ZIP)
31887
+ * @param {Boolean} opts.download requesting a download format of the recording. Valid values:true,false (default to false)
31886
31888
  * @param {String} opts.fileName the name of the downloaded fileName
31887
31889
  * @param {String} opts.locale The locale for the requested file when downloading, as an ISO 639-1 code
31888
31890
  */
@@ -31978,7 +31980,7 @@ class RecordingApi {
31978
31980
  }
31979
31981
 
31980
31982
  /**
31981
- * Get recording metadata for a conversation. Does not return playable media.
31983
+ * 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.
31982
31984
  *
31983
31985
  * @param {String} conversationId Conversation ID
31984
31986
  */
@@ -32038,7 +32040,7 @@ class RecordingApi {
32038
32040
  * @param {String} conversationId Conversation ID
32039
32041
  * @param {Object} opts Optional parameters
32040
32042
  * @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)
32041
- * @param {Object} opts.formatId The desired media format (default to WEBM)
32043
+ * @param {Object} opts.formatId The desired media format . Valid values:WAV,WEBM,WAV_ULAW,OGG_VORBIS,OGG_OPUS,MP3,NONE. (default to WEBM)
32042
32044
  */
32043
32045
  getConversationRecordings(conversationId, opts) {
32044
32046
  opts = opts || {};
@@ -33195,7 +33197,7 @@ class ResponseManagementApi {
33195
33197
  /**
33196
33198
  * ResponseManagement service.
33197
33199
  * @module purecloud-platform-client-v2/api/ResponseManagementApi
33198
- * @version 129.0.0
33200
+ * @version 130.0.0
33199
33201
  */
33200
33202
 
33201
33203
  /**
@@ -33520,7 +33522,7 @@ class RoutingApi {
33520
33522
  /**
33521
33523
  * Routing service.
33522
33524
  * @module purecloud-platform-client-v2/api/RoutingApi
33523
- * @version 129.0.0
33525
+ * @version 130.0.0
33524
33526
  */
33525
33527
 
33526
33528
  /**
@@ -34958,10 +34960,14 @@ class RoutingApi {
34958
34960
  *
34959
34961
  * @param {Object} opts Optional parameters
34960
34962
  * @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.
34961
- * @param {Object} opts.phoneNumberType Filter on phone number type
34962
- * @param {Object} opts.phoneNumberStatus Filter on phone number status
34963
+ * @param {Array.<String>} opts.phoneNumberType Filter on phone number type
34964
+ * @param {Array.<String>} opts.phoneNumberStatus Filter on phone number status
34965
+ * @param {Array.<String>} opts.countryCode Filter on country code
34963
34966
  * @param {Number} opts.pageSize Page size (default to 25)
34964
34967
  * @param {Number} opts.pageNumber Page number (default to 1)
34968
+ * @param {Object} opts.sortBy Optional field to sort results
34969
+ * @param {Object} opts.sortOrder Sort order
34970
+ * @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)
34965
34971
  */
34966
34972
  getRoutingSmsPhonenumbers(opts) {
34967
34973
  opts = opts || {};
@@ -34971,7 +34977,7 @@ class RoutingApi {
34971
34977
  '/api/v2/routing/sms/phonenumbers',
34972
34978
  'GET',
34973
34979
  { },
34974
- { 'phoneNumber': opts['phoneNumber'],'phoneNumberType': opts['phoneNumberType'],'phoneNumberStatus': opts['phoneNumberStatus'],'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'] },
34980
+ { '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'] },
34975
34981
  { },
34976
34982
  { },
34977
34983
  null,
@@ -36439,7 +36445,7 @@ class SCIMApi {
36439
36445
  /**
36440
36446
  * SCIM service.
36441
36447
  * @module purecloud-platform-client-v2/api/SCIMApi
36442
- * @version 129.0.0
36448
+ * @version 130.0.0
36443
36449
  */
36444
36450
 
36445
36451
  /**
@@ -37316,7 +37322,7 @@ class ScriptsApi {
37316
37322
  /**
37317
37323
  * Scripts service.
37318
37324
  * @module purecloud-platform-client-v2/api/ScriptsApi
37319
- * @version 129.0.0
37325
+ * @version 130.0.0
37320
37326
  */
37321
37327
 
37322
37328
  /**
@@ -37669,7 +37675,7 @@ class SearchApi {
37669
37675
  /**
37670
37676
  * Search service.
37671
37677
  * @module purecloud-platform-client-v2/api/SearchApi
37672
- * @version 129.0.0
37678
+ * @version 130.0.0
37673
37679
  */
37674
37680
 
37675
37681
  /**
@@ -38204,7 +38210,7 @@ class SpeechTextAnalyticsApi {
38204
38210
  /**
38205
38211
  * SpeechTextAnalytics service.
38206
38212
  * @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
38207
- * @version 129.0.0
38213
+ * @version 130.0.0
38208
38214
  */
38209
38215
 
38210
38216
  /**
@@ -39077,7 +39083,7 @@ class StationsApi {
39077
39083
  /**
39078
39084
  * Stations service.
39079
39085
  * @module purecloud-platform-client-v2/api/StationsApi
39080
- * @version 129.0.0
39086
+ * @version 130.0.0
39081
39087
  */
39082
39088
 
39083
39089
  /**
@@ -39224,7 +39230,7 @@ class SuggestApi {
39224
39230
  /**
39225
39231
  * Suggest service.
39226
39232
  * @module purecloud-platform-client-v2/api/SuggestApi
39227
- * @version 129.0.0
39233
+ * @version 130.0.0
39228
39234
  */
39229
39235
 
39230
39236
  /**
@@ -39363,7 +39369,7 @@ class TelephonyApi {
39363
39369
  /**
39364
39370
  * Telephony service.
39365
39371
  * @module purecloud-platform-client-v2/api/TelephonyApi
39366
- * @version 129.0.0
39372
+ * @version 130.0.0
39367
39373
  */
39368
39374
 
39369
39375
  /**
@@ -39471,7 +39477,7 @@ class TelephonyProvidersEdgeApi {
39471
39477
  /**
39472
39478
  * TelephonyProvidersEdge service.
39473
39479
  * @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
39474
- * @version 129.0.0
39480
+ * @version 130.0.0
39475
39481
  */
39476
39482
 
39477
39483
  /**
@@ -43104,7 +43110,7 @@ class TextbotsApi {
43104
43110
  /**
43105
43111
  * Textbots service.
43106
43112
  * @module purecloud-platform-client-v2/api/TextbotsApi
43107
- * @version 129.0.0
43113
+ * @version 130.0.0
43108
43114
  */
43109
43115
 
43110
43116
  /**
@@ -43232,7 +43238,7 @@ class TokensApi {
43232
43238
  /**
43233
43239
  * Tokens service.
43234
43240
  * @module purecloud-platform-client-v2/api/TokensApi
43235
- * @version 129.0.0
43241
+ * @version 130.0.0
43236
43242
  */
43237
43243
 
43238
43244
  /**
@@ -43338,7 +43344,7 @@ class UploadsApi {
43338
43344
  /**
43339
43345
  * Uploads service.
43340
43346
  * @module purecloud-platform-client-v2/api/UploadsApi
43341
- * @version 129.0.0
43347
+ * @version 130.0.0
43342
43348
  */
43343
43349
 
43344
43350
  /**
@@ -43514,7 +43520,7 @@ class UsageApi {
43514
43520
  /**
43515
43521
  * Usage service.
43516
43522
  * @module purecloud-platform-client-v2/api/UsageApi
43517
- * @version 129.0.0
43523
+ * @version 130.0.0
43518
43524
  */
43519
43525
 
43520
43526
  /**
@@ -43585,7 +43591,7 @@ class UserRecordingsApi {
43585
43591
  /**
43586
43592
  * UserRecordings service.
43587
43593
  * @module purecloud-platform-client-v2/api/UserRecordingsApi
43588
- * @version 129.0.0
43594
+ * @version 130.0.0
43589
43595
  */
43590
43596
 
43591
43597
  /**
@@ -43769,7 +43775,7 @@ class UsersApi {
43769
43775
  /**
43770
43776
  * Users service.
43771
43777
  * @module purecloud-platform-client-v2/api/UsersApi
43772
- * @version 129.0.0
43778
+ * @version 130.0.0
43773
43779
  */
43774
43780
 
43775
43781
  /**
@@ -46071,7 +46077,7 @@ class UtilitiesApi {
46071
46077
  /**
46072
46078
  * Utilities service.
46073
46079
  * @module purecloud-platform-client-v2/api/UtilitiesApi
46074
- * @version 129.0.0
46080
+ * @version 130.0.0
46075
46081
  */
46076
46082
 
46077
46083
  /**
@@ -46107,7 +46113,7 @@ class UtilitiesApi {
46107
46113
  }
46108
46114
 
46109
46115
  /**
46110
- * Get public ip address ranges for PureCloud
46116
+ * Get public ip address ranges for Genesys Cloud
46111
46117
  *
46112
46118
  */
46113
46119
  getIpranges() {
@@ -46182,7 +46188,7 @@ class VoicemailApi {
46182
46188
  /**
46183
46189
  * Voicemail service.
46184
46190
  * @module purecloud-platform-client-v2/api/VoicemailApi
46185
- * @version 129.0.0
46191
+ * @version 130.0.0
46186
46192
  */
46187
46193
 
46188
46194
  /**
@@ -46849,7 +46855,7 @@ class WebChatApi {
46849
46855
  /**
46850
46856
  * WebChat service.
46851
46857
  * @module purecloud-platform-client-v2/api/WebChatApi
46852
- * @version 129.0.0
46858
+ * @version 130.0.0
46853
46859
  */
46854
46860
 
46855
46861
  /**
@@ -47393,7 +47399,7 @@ class WebDeploymentsApi {
47393
47399
  /**
47394
47400
  * WebDeployments service.
47395
47401
  * @module purecloud-platform-client-v2/api/WebDeploymentsApi
47396
- * @version 129.0.0
47402
+ * @version 130.0.0
47397
47403
  */
47398
47404
 
47399
47405
  /**
@@ -47748,7 +47754,7 @@ class WebMessagingApi {
47748
47754
  /**
47749
47755
  * WebMessaging service.
47750
47756
  * @module purecloud-platform-client-v2/api/WebMessagingApi
47751
- * @version 129.0.0
47757
+ * @version 130.0.0
47752
47758
  */
47753
47759
 
47754
47760
  /**
@@ -47794,7 +47800,7 @@ class WidgetsApi {
47794
47800
  /**
47795
47801
  * Widgets service.
47796
47802
  * @module purecloud-platform-client-v2/api/WidgetsApi
47797
- * @version 129.0.0
47803
+ * @version 130.0.0
47798
47804
  */
47799
47805
 
47800
47806
  /**
@@ -47940,7 +47946,7 @@ class WorkforceManagementApi {
47940
47946
  /**
47941
47947
  * WorkforceManagement service.
47942
47948
  * @module purecloud-platform-client-v2/api/WorkforceManagementApi
47943
- * @version 129.0.0
47949
+ * @version 130.0.0
47944
47950
  */
47945
47951
 
47946
47952
  /**
@@ -51971,7 +51977,7 @@ class WorkforceManagementApi {
51971
51977
  * </pre>
51972
51978
  * </p>
51973
51979
  * @module purecloud-platform-client-v2/index
51974
- * @version 129.0.0
51980
+ * @version 130.0.0
51975
51981
  */
51976
51982
  class platformClient {
51977
51983
  constructor() {