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
@@ -6873,7 +6873,7 @@ class Configuration {
6873
6873
 
6874
6874
  /**
6875
6875
  * @module purecloud-platform-client-v2/ApiClient
6876
- * @version 129.0.0
6876
+ * @version 130.0.0
6877
6877
  */
6878
6878
  class ApiClient {
6879
6879
  /**
@@ -7813,7 +7813,7 @@ class ApiClient {
7813
7813
 
7814
7814
  // set header parameters
7815
7815
  request.set(that.defaultHeaders).set(that.normalizeParams(headerParams));
7816
- //request.set({ 'purecloud-sdk': '129.0.0' });
7816
+ //request.set({ 'purecloud-sdk': '130.0.0' });
7817
7817
 
7818
7818
  // set request timeout
7819
7819
  request.timeout(that.timeout);
@@ -7913,7 +7913,7 @@ class AlertingApi {
7913
7913
  /**
7914
7914
  * Alerting service.
7915
7915
  * @module purecloud-platform-client-v2/api/AlertingApi
7916
- * @version 129.0.0
7916
+ * @version 130.0.0
7917
7917
  */
7918
7918
 
7919
7919
  /**
@@ -8227,7 +8227,7 @@ class AnalyticsApi {
8227
8227
  /**
8228
8228
  * Analytics service.
8229
8229
  * @module purecloud-platform-client-v2/api/AnalyticsApi
8230
- * @version 129.0.0
8230
+ * @version 130.0.0
8231
8231
  */
8232
8232
 
8233
8233
  /**
@@ -9364,7 +9364,7 @@ class ArchitectApi {
9364
9364
  /**
9365
9365
  * Architect service.
9366
9366
  * @module purecloud-platform-client-v2/api/ArchitectApi
9367
- * @version 129.0.0
9367
+ * @version 130.0.0
9368
9368
  */
9369
9369
 
9370
9370
  /**
@@ -12360,7 +12360,7 @@ class AuditApi {
12360
12360
  /**
12361
12361
  * Audit service.
12362
12362
  * @module purecloud-platform-client-v2/api/AuditApi
12363
- * @version 129.0.0
12363
+ * @version 130.0.0
12364
12364
  */
12365
12365
 
12366
12366
  /**
@@ -12531,7 +12531,7 @@ class AuthorizationApi {
12531
12531
  /**
12532
12532
  * Authorization service.
12533
12533
  * @module purecloud-platform-client-v2/api/AuthorizationApi
12534
- * @version 129.0.0
12534
+ * @version 130.0.0
12535
12535
  */
12536
12536
 
12537
12537
  /**
@@ -13714,7 +13714,7 @@ class BillingApi {
13714
13714
  /**
13715
13715
  * Billing service.
13716
13716
  * @module purecloud-platform-client-v2/api/BillingApi
13717
- * @version 129.0.0
13717
+ * @version 130.0.0
13718
13718
  */
13719
13719
 
13720
13720
  /**
@@ -13794,7 +13794,7 @@ class ChatApi {
13794
13794
  /**
13795
13795
  * Chat service.
13796
13796
  * @module purecloud-platform-client-v2/api/ChatApi
13797
- * @version 129.0.0
13797
+ * @version 130.0.0
13798
13798
  */
13799
13799
 
13800
13800
  /**
@@ -13885,7 +13885,7 @@ class CoachingApi {
13885
13885
  /**
13886
13886
  * Coaching service.
13887
13887
  * @module purecloud-platform-client-v2/api/CoachingApi
13888
- * @version 129.0.0
13888
+ * @version 130.0.0
13889
13889
  */
13890
13890
 
13891
13891
  /**
@@ -14084,6 +14084,7 @@ class CoachingApi {
14084
14084
  * @param {Array.<String>} opts.relationships Relationships to filter by
14085
14085
  * @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
14086
14086
  * @param {Object} opts.overdue Overdue status to filter by
14087
+ * @param {Object} opts.intervalCondition Filter condition for interval
14087
14088
  */
14088
14089
  getCoachingAppointments(userIds, opts) {
14089
14090
  opts = opts || {};
@@ -14097,7 +14098,7 @@ class CoachingApi {
14097
14098
  '/api/v2/coaching/appointments',
14098
14099
  'GET',
14099
14100
  { },
14100
- { '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'] },
14101
+ { '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'] },
14101
14102
  { },
14102
14103
  { },
14103
14104
  null,
@@ -14120,6 +14121,7 @@ class CoachingApi {
14120
14121
  * @param {Array.<String>} opts.relationships Relationships to filter by
14121
14122
  * @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
14122
14123
  * @param {Object} opts.overdue Overdue status to filter by
14124
+ * @param {Object} opts.intervalCondition Filter condition for interval
14123
14125
  */
14124
14126
  getCoachingAppointmentsMe(opts) {
14125
14127
  opts = opts || {};
@@ -14129,7 +14131,7 @@ class CoachingApi {
14129
14131
  '/api/v2/coaching/appointments/me',
14130
14132
  'GET',
14131
14133
  { },
14132
- { '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'] },
14134
+ { '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'] },
14133
14135
  { },
14134
14136
  { },
14135
14137
  null,
@@ -14460,7 +14462,7 @@ class ContentManagementApi {
14460
14462
  /**
14461
14463
  * ContentManagement service.
14462
14464
  * @module purecloud-platform-client-v2/api/ContentManagementApi
14463
- * @version 129.0.0
14465
+ * @version 130.0.0
14464
14466
  */
14465
14467
 
14466
14468
  /**
@@ -15600,7 +15602,7 @@ class ConversationsApi {
15600
15602
  /**
15601
15603
  * Conversations service.
15602
15604
  * @module purecloud-platform-client-v2/api/ConversationsApi
15603
- * @version 129.0.0
15605
+ * @version 130.0.0
15604
15606
  */
15605
15607
 
15606
15608
  /**
@@ -19989,7 +19991,7 @@ class DataExtensionsApi {
19989
19991
  /**
19990
19992
  * DataExtensions service.
19991
19993
  * @module purecloud-platform-client-v2/api/DataExtensionsApi
19992
- * @version 129.0.0
19994
+ * @version 130.0.0
19993
19995
  */
19994
19996
 
19995
19997
  /**
@@ -20075,7 +20077,7 @@ class ExternalContactsApi {
20075
20077
  /**
20076
20078
  * ExternalContacts service.
20077
20079
  * @module purecloud-platform-client-v2/api/ExternalContactsApi
20078
- * @version 129.0.0
20080
+ * @version 130.0.0
20079
20081
  */
20080
20082
 
20081
20083
  /**
@@ -21818,7 +21820,7 @@ class FaxApi {
21818
21820
  /**
21819
21821
  * Fax service.
21820
21822
  * @module purecloud-platform-client-v2/api/FaxApi
21821
- * @version 129.0.0
21823
+ * @version 130.0.0
21822
21824
  */
21823
21825
 
21824
21826
  /**
@@ -21989,7 +21991,7 @@ class FlowsApi {
21989
21991
  /**
21990
21992
  * Flows service.
21991
21993
  * @module purecloud-platform-client-v2/api/FlowsApi
21992
- * @version 129.0.0
21994
+ * @version 130.0.0
21993
21995
  */
21994
21996
 
21995
21997
  /**
@@ -22060,7 +22062,7 @@ class GamificationApi {
22060
22062
  /**
22061
22063
  * Gamification service.
22062
22064
  * @module purecloud-platform-client-v2/api/GamificationApi
22063
- * @version 129.0.0
22065
+ * @version 130.0.0
22064
22066
  */
22065
22067
 
22066
22068
  /**
@@ -23486,7 +23488,7 @@ class GeneralDataProtectionRegulationApi {
23486
23488
  /**
23487
23489
  * GeneralDataProtectionRegulation service.
23488
23490
  * @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
23489
- * @version 129.0.0
23491
+ * @version 130.0.0
23490
23492
  */
23491
23493
 
23492
23494
  /**
@@ -23616,7 +23618,7 @@ class GeolocationApi {
23616
23618
  /**
23617
23619
  * Geolocation service.
23618
23620
  * @module purecloud-platform-client-v2/api/GeolocationApi
23619
- * @version 129.0.0
23621
+ * @version 130.0.0
23620
23622
  */
23621
23623
 
23622
23624
  /**
@@ -23747,7 +23749,7 @@ class GreetingsApi {
23747
23749
  /**
23748
23750
  * Greetings service.
23749
23751
  * @module purecloud-platform-client-v2/api/GreetingsApi
23750
- * @version 129.0.0
23752
+ * @version 130.0.0
23751
23753
  */
23752
23754
 
23753
23755
  /**
@@ -24202,7 +24204,7 @@ class GroupsApi {
24202
24204
  /**
24203
24205
  * Groups service.
24204
24206
  * @module purecloud-platform-client-v2/api/GroupsApi
24205
- * @version 129.0.0
24207
+ * @version 130.0.0
24206
24208
  */
24207
24209
 
24208
24210
  /**
@@ -24607,7 +24609,7 @@ class IdentityProviderApi {
24607
24609
  /**
24608
24610
  * IdentityProvider service.
24609
24611
  * @module purecloud-platform-client-v2/api/IdentityProviderApi
24610
- * @version 129.0.0
24612
+ * @version 130.0.0
24611
24613
  */
24612
24614
 
24613
24615
  /**
@@ -25363,7 +25365,7 @@ class IntegrationsApi {
25363
25365
  /**
25364
25366
  * Integrations service.
25365
25367
  * @module purecloud-platform-client-v2/api/IntegrationsApi
25366
- * @version 129.0.0
25368
+ * @version 130.0.0
25367
25369
  */
25368
25370
 
25369
25371
  /**
@@ -27038,7 +27040,7 @@ class JourneyApi {
27038
27040
  /**
27039
27041
  * Journey service.
27040
27042
  * @module purecloud-platform-client-v2/api/JourneyApi
27041
- * @version 129.0.0
27043
+ * @version 130.0.0
27042
27044
  */
27043
27045
 
27044
27046
  /**
@@ -27749,7 +27751,7 @@ class KnowledgeApi {
27749
27751
  /**
27750
27752
  * Knowledge service.
27751
27753
  * @module purecloud-platform-client-v2/api/KnowledgeApi
27752
- * @version 129.0.0
27754
+ * @version 130.0.0
27753
27755
  */
27754
27756
 
27755
27757
  /**
@@ -28649,7 +28651,7 @@ class LanguageUnderstandingApi {
28649
28651
  /**
28650
28652
  * LanguageUnderstanding service.
28651
28653
  * @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
28652
- * @version 129.0.0
28654
+ * @version 130.0.0
28653
28655
  */
28654
28656
 
28655
28657
  /**
@@ -29553,7 +29555,7 @@ class LanguagesApi {
29553
29555
  /**
29554
29556
  * Languages service.
29555
29557
  * @module purecloud-platform-client-v2/api/LanguagesApi
29556
- * @version 129.0.0
29558
+ * @version 130.0.0
29557
29559
  */
29558
29560
 
29559
29561
  /**
@@ -29821,7 +29823,7 @@ class LearningApi {
29821
29823
  /**
29822
29824
  * Learning service.
29823
29825
  * @module purecloud-platform-client-v2/api/LearningApi
29824
- * @version 129.0.0
29826
+ * @version 130.0.0
29825
29827
  */
29826
29828
 
29827
29829
  /**
@@ -30412,7 +30414,7 @@ class LicenseApi {
30412
30414
  /**
30413
30415
  * License service.
30414
30416
  * @module purecloud-platform-client-v2/api/LicenseApi
30415
- * @version 129.0.0
30417
+ * @version 130.0.0
30416
30418
  */
30417
30419
 
30418
30420
  /**
@@ -30650,7 +30652,7 @@ class LocationsApi {
30650
30652
  /**
30651
30653
  * Locations service.
30652
30654
  * @module purecloud-platform-client-v2/api/LocationsApi
30653
- * @version 129.0.0
30655
+ * @version 130.0.0
30654
30656
  */
30655
30657
 
30656
30658
  /**
@@ -30886,7 +30888,7 @@ class MobileDevicesApi {
30886
30888
  /**
30887
30889
  * MobileDevices service.
30888
30890
  * @module purecloud-platform-client-v2/api/MobileDevicesApi
30889
- * @version 129.0.0
30891
+ * @version 130.0.0
30890
30892
  */
30891
30893
 
30892
30894
  /**
@@ -31037,7 +31039,7 @@ class NotificationsApi {
31037
31039
  /**
31038
31040
  * Notifications service.
31039
31041
  * @module purecloud-platform-client-v2/api/NotificationsApi
31040
- * @version 129.0.0
31042
+ * @version 130.0.0
31041
31043
  */
31042
31044
 
31043
31045
  /**
@@ -31262,7 +31264,7 @@ class OAuthApi {
31262
31264
  /**
31263
31265
  * OAuth service.
31264
31266
  * @module purecloud-platform-client-v2/api/OAuthApi
31265
- * @version 129.0.0
31267
+ * @version 130.0.0
31266
31268
  */
31267
31269
 
31268
31270
  /**
@@ -31620,7 +31622,7 @@ class ObjectsApi {
31620
31622
  /**
31621
31623
  * Objects service.
31622
31624
  * @module purecloud-platform-client-v2/api/ObjectsApi
31623
- * @version 129.0.0
31625
+ * @version 130.0.0
31624
31626
  */
31625
31627
 
31626
31628
  /**
@@ -31891,7 +31893,7 @@ class OrganizationApi {
31891
31893
  /**
31892
31894
  * Organization service.
31893
31895
  * @module purecloud-platform-client-v2/api/OrganizationApi
31894
- * @version 129.0.0
31896
+ * @version 130.0.0
31895
31897
  */
31896
31898
 
31897
31899
  /**
@@ -32294,7 +32296,7 @@ class OrganizationAuthorizationApi {
32294
32296
  /**
32295
32297
  * OrganizationAuthorization service.
32296
32298
  * @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
32297
- * @version 129.0.0
32299
+ * @version 130.0.0
32298
32300
  */
32299
32301
 
32300
32302
  /**
@@ -33219,7 +33221,7 @@ class OutboundApi {
33219
33221
  /**
33220
33222
  * Outbound service.
33221
33223
  * @module purecloud-platform-client-v2/api/OutboundApi
33222
- * @version 129.0.0
33224
+ * @version 130.0.0
33223
33225
  */
33224
33226
 
33225
33227
  /**
@@ -36245,7 +36247,7 @@ class PresenceApi {
36245
36247
  /**
36246
36248
  * Presence service.
36247
36249
  * @module purecloud-platform-client-v2/api/PresenceApi
36248
- * @version 129.0.0
36250
+ * @version 130.0.0
36249
36251
  */
36250
36252
 
36251
36253
  /**
@@ -36617,7 +36619,7 @@ class QualityApi {
36617
36619
  /**
36618
36620
  * Quality service.
36619
36621
  * @module purecloud-platform-client-v2/api/QualityApi
36620
- * @version 129.0.0
36622
+ * @version 130.0.0
36621
36623
  */
36622
36624
 
36623
36625
  /**
@@ -38145,7 +38147,7 @@ class RecordingApi {
38145
38147
  /**
38146
38148
  * Recording service.
38147
38149
  * @module purecloud-platform-client-v2/api/RecordingApi
38148
- * @version 129.0.0
38150
+ * @version 130.0.0
38149
38151
  */
38150
38152
 
38151
38153
  /**
@@ -38351,11 +38353,11 @@ class RecordingApi {
38351
38353
  * @param {String} conversationId Conversation ID
38352
38354
  * @param {String} recordingId Recording ID
38353
38355
  * @param {Object} opts Optional parameters
38354
- * @param {Object} opts.formatId The desired media format. (default to WEBM)
38355
- * @param {Object} opts.emailFormatId The desired media format when downloading an email recording. (default to EML)
38356
- * @param {Object} opts.chatFormatId The desired media format when downloading a chat recording. (default to ZIP)
38357
- * @param {Object} opts.messageFormatId The desired media format when downloading a message recording. (default to ZIP)
38358
- * @param {Boolean} opts.download requesting a download format of the recording (default to false)
38356
+ * @param {Object} opts.formatId The desired media format. Valid values:WAV,WEBM,WAV_ULAW,OGG_VORBIS,OGG_OPUS,MP3,NONE (default to WEBM)
38357
+ * @param {Object} opts.emailFormatId The desired media format when downloading an email recording. Valid values:EML,NONE (default to EML)
38358
+ * @param {Object} opts.chatFormatId The desired media format when downloading a chat recording. Valid values:ZIP,NONE (default to ZIP)
38359
+ * @param {Object} opts.messageFormatId The desired media format when downloading a message recording. Valid values:ZIP,NONE (default to ZIP)
38360
+ * @param {Boolean} opts.download requesting a download format of the recording. Valid values:true,false (default to false)
38359
38361
  * @param {String} opts.fileName the name of the downloaded fileName
38360
38362
  * @param {String} opts.locale The locale for the requested file when downloading, as an ISO 639-1 code
38361
38363
  */
@@ -38451,7 +38453,7 @@ class RecordingApi {
38451
38453
  }
38452
38454
 
38453
38455
  /**
38454
- * Get recording metadata for a conversation. Does not return playable media.
38456
+ * 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.
38455
38457
  *
38456
38458
  * @param {String} conversationId Conversation ID
38457
38459
  */
@@ -38511,7 +38513,7 @@ class RecordingApi {
38511
38513
  * @param {String} conversationId Conversation ID
38512
38514
  * @param {Object} opts Optional parameters
38513
38515
  * @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)
38514
- * @param {Object} opts.formatId The desired media format (default to WEBM)
38516
+ * @param {Object} opts.formatId The desired media format . Valid values:WAV,WEBM,WAV_ULAW,OGG_VORBIS,OGG_OPUS,MP3,NONE. (default to WEBM)
38515
38517
  */
38516
38518
  getConversationRecordings(conversationId, opts) {
38517
38519
  opts = opts || {};
@@ -39668,7 +39670,7 @@ class ResponseManagementApi {
39668
39670
  /**
39669
39671
  * ResponseManagement service.
39670
39672
  * @module purecloud-platform-client-v2/api/ResponseManagementApi
39671
- * @version 129.0.0
39673
+ * @version 130.0.0
39672
39674
  */
39673
39675
 
39674
39676
  /**
@@ -39993,7 +39995,7 @@ class RoutingApi {
39993
39995
  /**
39994
39996
  * Routing service.
39995
39997
  * @module purecloud-platform-client-v2/api/RoutingApi
39996
- * @version 129.0.0
39998
+ * @version 130.0.0
39997
39999
  */
39998
40000
 
39999
40001
  /**
@@ -41431,10 +41433,14 @@ class RoutingApi {
41431
41433
  *
41432
41434
  * @param {Object} opts Optional parameters
41433
41435
  * @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.
41434
- * @param {Object} opts.phoneNumberType Filter on phone number type
41435
- * @param {Object} opts.phoneNumberStatus Filter on phone number status
41436
+ * @param {Array.<String>} opts.phoneNumberType Filter on phone number type
41437
+ * @param {Array.<String>} opts.phoneNumberStatus Filter on phone number status
41438
+ * @param {Array.<String>} opts.countryCode Filter on country code
41436
41439
  * @param {Number} opts.pageSize Page size (default to 25)
41437
41440
  * @param {Number} opts.pageNumber Page number (default to 1)
41441
+ * @param {Object} opts.sortBy Optional field to sort results
41442
+ * @param {Object} opts.sortOrder Sort order
41443
+ * @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)
41438
41444
  */
41439
41445
  getRoutingSmsPhonenumbers(opts) {
41440
41446
  opts = opts || {};
@@ -41444,7 +41450,7 @@ class RoutingApi {
41444
41450
  '/api/v2/routing/sms/phonenumbers',
41445
41451
  'GET',
41446
41452
  { },
41447
- { 'phoneNumber': opts['phoneNumber'],'phoneNumberType': opts['phoneNumberType'],'phoneNumberStatus': opts['phoneNumberStatus'],'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'] },
41453
+ { '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'] },
41448
41454
  { },
41449
41455
  { },
41450
41456
  null,
@@ -42912,7 +42918,7 @@ class SCIMApi {
42912
42918
  /**
42913
42919
  * SCIM service.
42914
42920
  * @module purecloud-platform-client-v2/api/SCIMApi
42915
- * @version 129.0.0
42921
+ * @version 130.0.0
42916
42922
  */
42917
42923
 
42918
42924
  /**
@@ -43789,7 +43795,7 @@ class ScriptsApi {
43789
43795
  /**
43790
43796
  * Scripts service.
43791
43797
  * @module purecloud-platform-client-v2/api/ScriptsApi
43792
- * @version 129.0.0
43798
+ * @version 130.0.0
43793
43799
  */
43794
43800
 
43795
43801
  /**
@@ -44142,7 +44148,7 @@ class SearchApi {
44142
44148
  /**
44143
44149
  * Search service.
44144
44150
  * @module purecloud-platform-client-v2/api/SearchApi
44145
- * @version 129.0.0
44151
+ * @version 130.0.0
44146
44152
  */
44147
44153
 
44148
44154
  /**
@@ -44677,7 +44683,7 @@ class SpeechTextAnalyticsApi {
44677
44683
  /**
44678
44684
  * SpeechTextAnalytics service.
44679
44685
  * @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
44680
- * @version 129.0.0
44686
+ * @version 130.0.0
44681
44687
  */
44682
44688
 
44683
44689
  /**
@@ -45550,7 +45556,7 @@ class StationsApi {
45550
45556
  /**
45551
45557
  * Stations service.
45552
45558
  * @module purecloud-platform-client-v2/api/StationsApi
45553
- * @version 129.0.0
45559
+ * @version 130.0.0
45554
45560
  */
45555
45561
 
45556
45562
  /**
@@ -45697,7 +45703,7 @@ class SuggestApi {
45697
45703
  /**
45698
45704
  * Suggest service.
45699
45705
  * @module purecloud-platform-client-v2/api/SuggestApi
45700
- * @version 129.0.0
45706
+ * @version 130.0.0
45701
45707
  */
45702
45708
 
45703
45709
  /**
@@ -45836,7 +45842,7 @@ class TelephonyApi {
45836
45842
  /**
45837
45843
  * Telephony service.
45838
45844
  * @module purecloud-platform-client-v2/api/TelephonyApi
45839
- * @version 129.0.0
45845
+ * @version 130.0.0
45840
45846
  */
45841
45847
 
45842
45848
  /**
@@ -45944,7 +45950,7 @@ class TelephonyProvidersEdgeApi {
45944
45950
  /**
45945
45951
  * TelephonyProvidersEdge service.
45946
45952
  * @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
45947
- * @version 129.0.0
45953
+ * @version 130.0.0
45948
45954
  */
45949
45955
 
45950
45956
  /**
@@ -49577,7 +49583,7 @@ class TextbotsApi {
49577
49583
  /**
49578
49584
  * Textbots service.
49579
49585
  * @module purecloud-platform-client-v2/api/TextbotsApi
49580
- * @version 129.0.0
49586
+ * @version 130.0.0
49581
49587
  */
49582
49588
 
49583
49589
  /**
@@ -49705,7 +49711,7 @@ class TokensApi {
49705
49711
  /**
49706
49712
  * Tokens service.
49707
49713
  * @module purecloud-platform-client-v2/api/TokensApi
49708
- * @version 129.0.0
49714
+ * @version 130.0.0
49709
49715
  */
49710
49716
 
49711
49717
  /**
@@ -49811,7 +49817,7 @@ class UploadsApi {
49811
49817
  /**
49812
49818
  * Uploads service.
49813
49819
  * @module purecloud-platform-client-v2/api/UploadsApi
49814
- * @version 129.0.0
49820
+ * @version 130.0.0
49815
49821
  */
49816
49822
 
49817
49823
  /**
@@ -49987,7 +49993,7 @@ class UsageApi {
49987
49993
  /**
49988
49994
  * Usage service.
49989
49995
  * @module purecloud-platform-client-v2/api/UsageApi
49990
- * @version 129.0.0
49996
+ * @version 130.0.0
49991
49997
  */
49992
49998
 
49993
49999
  /**
@@ -50058,7 +50064,7 @@ class UserRecordingsApi {
50058
50064
  /**
50059
50065
  * UserRecordings service.
50060
50066
  * @module purecloud-platform-client-v2/api/UserRecordingsApi
50061
- * @version 129.0.0
50067
+ * @version 130.0.0
50062
50068
  */
50063
50069
 
50064
50070
  /**
@@ -50242,7 +50248,7 @@ class UsersApi {
50242
50248
  /**
50243
50249
  * Users service.
50244
50250
  * @module purecloud-platform-client-v2/api/UsersApi
50245
- * @version 129.0.0
50251
+ * @version 130.0.0
50246
50252
  */
50247
50253
 
50248
50254
  /**
@@ -52544,7 +52550,7 @@ class UtilitiesApi {
52544
52550
  /**
52545
52551
  * Utilities service.
52546
52552
  * @module purecloud-platform-client-v2/api/UtilitiesApi
52547
- * @version 129.0.0
52553
+ * @version 130.0.0
52548
52554
  */
52549
52555
 
52550
52556
  /**
@@ -52580,7 +52586,7 @@ class UtilitiesApi {
52580
52586
  }
52581
52587
 
52582
52588
  /**
52583
- * Get public ip address ranges for PureCloud
52589
+ * Get public ip address ranges for Genesys Cloud
52584
52590
  *
52585
52591
  */
52586
52592
  getIpranges() {
@@ -52655,7 +52661,7 @@ class VoicemailApi {
52655
52661
  /**
52656
52662
  * Voicemail service.
52657
52663
  * @module purecloud-platform-client-v2/api/VoicemailApi
52658
- * @version 129.0.0
52664
+ * @version 130.0.0
52659
52665
  */
52660
52666
 
52661
52667
  /**
@@ -53322,7 +53328,7 @@ class WebChatApi {
53322
53328
  /**
53323
53329
  * WebChat service.
53324
53330
  * @module purecloud-platform-client-v2/api/WebChatApi
53325
- * @version 129.0.0
53331
+ * @version 130.0.0
53326
53332
  */
53327
53333
 
53328
53334
  /**
@@ -53866,7 +53872,7 @@ class WebDeploymentsApi {
53866
53872
  /**
53867
53873
  * WebDeployments service.
53868
53874
  * @module purecloud-platform-client-v2/api/WebDeploymentsApi
53869
- * @version 129.0.0
53875
+ * @version 130.0.0
53870
53876
  */
53871
53877
 
53872
53878
  /**
@@ -54221,7 +54227,7 @@ class WebMessagingApi {
54221
54227
  /**
54222
54228
  * WebMessaging service.
54223
54229
  * @module purecloud-platform-client-v2/api/WebMessagingApi
54224
- * @version 129.0.0
54230
+ * @version 130.0.0
54225
54231
  */
54226
54232
 
54227
54233
  /**
@@ -54267,7 +54273,7 @@ class WidgetsApi {
54267
54273
  /**
54268
54274
  * Widgets service.
54269
54275
  * @module purecloud-platform-client-v2/api/WidgetsApi
54270
- * @version 129.0.0
54276
+ * @version 130.0.0
54271
54277
  */
54272
54278
 
54273
54279
  /**
@@ -54413,7 +54419,7 @@ class WorkforceManagementApi {
54413
54419
  /**
54414
54420
  * WorkforceManagement service.
54415
54421
  * @module purecloud-platform-client-v2/api/WorkforceManagementApi
54416
- * @version 129.0.0
54422
+ * @version 130.0.0
54417
54423
  */
54418
54424
 
54419
54425
  /**
@@ -58444,7 +58450,7 @@ class WorkforceManagementApi {
58444
58450
  * </pre>
58445
58451
  * </p>
58446
58452
  * @module purecloud-platform-client-v2/index
58447
- * @version 129.0.0
58453
+ * @version 130.0.0
58448
58454
  */
58449
58455
  class platformClient {
58450
58456
  constructor() {