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
@@ -2263,7 +2263,7 @@ class Configuration {
2263
2263
 
2264
2264
  /**
2265
2265
  * @module purecloud-platform-client-v2/ApiClient
2266
- * @version 129.0.0
2266
+ * @version 130.0.0
2267
2267
  */
2268
2268
  class ApiClient {
2269
2269
  /**
@@ -3203,7 +3203,7 @@ class ApiClient {
3203
3203
 
3204
3204
  // set header parameters
3205
3205
  request.set(that.defaultHeaders).set(that.normalizeParams(headerParams));
3206
- //request.set({ 'purecloud-sdk': '129.0.0' });
3206
+ //request.set({ 'purecloud-sdk': '130.0.0' });
3207
3207
 
3208
3208
  // set request timeout
3209
3209
  request.timeout(that.timeout);
@@ -3303,7 +3303,7 @@ class AlertingApi {
3303
3303
  /**
3304
3304
  * Alerting service.
3305
3305
  * @module purecloud-platform-client-v2/api/AlertingApi
3306
- * @version 129.0.0
3306
+ * @version 130.0.0
3307
3307
  */
3308
3308
 
3309
3309
  /**
@@ -3617,7 +3617,7 @@ class AnalyticsApi {
3617
3617
  /**
3618
3618
  * Analytics service.
3619
3619
  * @module purecloud-platform-client-v2/api/AnalyticsApi
3620
- * @version 129.0.0
3620
+ * @version 130.0.0
3621
3621
  */
3622
3622
 
3623
3623
  /**
@@ -4754,7 +4754,7 @@ class ArchitectApi {
4754
4754
  /**
4755
4755
  * Architect service.
4756
4756
  * @module purecloud-platform-client-v2/api/ArchitectApi
4757
- * @version 129.0.0
4757
+ * @version 130.0.0
4758
4758
  */
4759
4759
 
4760
4760
  /**
@@ -7750,7 +7750,7 @@ class AuditApi {
7750
7750
  /**
7751
7751
  * Audit service.
7752
7752
  * @module purecloud-platform-client-v2/api/AuditApi
7753
- * @version 129.0.0
7753
+ * @version 130.0.0
7754
7754
  */
7755
7755
 
7756
7756
  /**
@@ -7921,7 +7921,7 @@ class AuthorizationApi {
7921
7921
  /**
7922
7922
  * Authorization service.
7923
7923
  * @module purecloud-platform-client-v2/api/AuthorizationApi
7924
- * @version 129.0.0
7924
+ * @version 130.0.0
7925
7925
  */
7926
7926
 
7927
7927
  /**
@@ -9104,7 +9104,7 @@ class BillingApi {
9104
9104
  /**
9105
9105
  * Billing service.
9106
9106
  * @module purecloud-platform-client-v2/api/BillingApi
9107
- * @version 129.0.0
9107
+ * @version 130.0.0
9108
9108
  */
9109
9109
 
9110
9110
  /**
@@ -9184,7 +9184,7 @@ class ChatApi {
9184
9184
  /**
9185
9185
  * Chat service.
9186
9186
  * @module purecloud-platform-client-v2/api/ChatApi
9187
- * @version 129.0.0
9187
+ * @version 130.0.0
9188
9188
  */
9189
9189
 
9190
9190
  /**
@@ -9275,7 +9275,7 @@ class CoachingApi {
9275
9275
  /**
9276
9276
  * Coaching service.
9277
9277
  * @module purecloud-platform-client-v2/api/CoachingApi
9278
- * @version 129.0.0
9278
+ * @version 130.0.0
9279
9279
  */
9280
9280
 
9281
9281
  /**
@@ -9474,6 +9474,7 @@ class CoachingApi {
9474
9474
  * @param {Array.<String>} opts.relationships Relationships to filter by
9475
9475
  * @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
9476
9476
  * @param {Object} opts.overdue Overdue status to filter by
9477
+ * @param {Object} opts.intervalCondition Filter condition for interval
9477
9478
  */
9478
9479
  getCoachingAppointments(userIds, opts) {
9479
9480
  opts = opts || {};
@@ -9487,7 +9488,7 @@ class CoachingApi {
9487
9488
  '/api/v2/coaching/appointments',
9488
9489
  'GET',
9489
9490
  { },
9490
- { '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'] },
9491
+ { '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'] },
9491
9492
  { },
9492
9493
  { },
9493
9494
  null,
@@ -9510,6 +9511,7 @@ class CoachingApi {
9510
9511
  * @param {Array.<String>} opts.relationships Relationships to filter by
9511
9512
  * @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
9512
9513
  * @param {Object} opts.overdue Overdue status to filter by
9514
+ * @param {Object} opts.intervalCondition Filter condition for interval
9513
9515
  */
9514
9516
  getCoachingAppointmentsMe(opts) {
9515
9517
  opts = opts || {};
@@ -9519,7 +9521,7 @@ class CoachingApi {
9519
9521
  '/api/v2/coaching/appointments/me',
9520
9522
  'GET',
9521
9523
  { },
9522
- { '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'] },
9524
+ { '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'] },
9523
9525
  { },
9524
9526
  { },
9525
9527
  null,
@@ -9850,7 +9852,7 @@ class ContentManagementApi {
9850
9852
  /**
9851
9853
  * ContentManagement service.
9852
9854
  * @module purecloud-platform-client-v2/api/ContentManagementApi
9853
- * @version 129.0.0
9855
+ * @version 130.0.0
9854
9856
  */
9855
9857
 
9856
9858
  /**
@@ -10990,7 +10992,7 @@ class ConversationsApi {
10990
10992
  /**
10991
10993
  * Conversations service.
10992
10994
  * @module purecloud-platform-client-v2/api/ConversationsApi
10993
- * @version 129.0.0
10995
+ * @version 130.0.0
10994
10996
  */
10995
10997
 
10996
10998
  /**
@@ -15379,7 +15381,7 @@ class DataExtensionsApi {
15379
15381
  /**
15380
15382
  * DataExtensions service.
15381
15383
  * @module purecloud-platform-client-v2/api/DataExtensionsApi
15382
- * @version 129.0.0
15384
+ * @version 130.0.0
15383
15385
  */
15384
15386
 
15385
15387
  /**
@@ -15465,7 +15467,7 @@ class ExternalContactsApi {
15465
15467
  /**
15466
15468
  * ExternalContacts service.
15467
15469
  * @module purecloud-platform-client-v2/api/ExternalContactsApi
15468
- * @version 129.0.0
15470
+ * @version 130.0.0
15469
15471
  */
15470
15472
 
15471
15473
  /**
@@ -17208,7 +17210,7 @@ class FaxApi {
17208
17210
  /**
17209
17211
  * Fax service.
17210
17212
  * @module purecloud-platform-client-v2/api/FaxApi
17211
- * @version 129.0.0
17213
+ * @version 130.0.0
17212
17214
  */
17213
17215
 
17214
17216
  /**
@@ -17379,7 +17381,7 @@ class FlowsApi {
17379
17381
  /**
17380
17382
  * Flows service.
17381
17383
  * @module purecloud-platform-client-v2/api/FlowsApi
17382
- * @version 129.0.0
17384
+ * @version 130.0.0
17383
17385
  */
17384
17386
 
17385
17387
  /**
@@ -17450,7 +17452,7 @@ class GamificationApi {
17450
17452
  /**
17451
17453
  * Gamification service.
17452
17454
  * @module purecloud-platform-client-v2/api/GamificationApi
17453
- * @version 129.0.0
17455
+ * @version 130.0.0
17454
17456
  */
17455
17457
 
17456
17458
  /**
@@ -18876,7 +18878,7 @@ class GeneralDataProtectionRegulationApi {
18876
18878
  /**
18877
18879
  * GeneralDataProtectionRegulation service.
18878
18880
  * @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
18879
- * @version 129.0.0
18881
+ * @version 130.0.0
18880
18882
  */
18881
18883
 
18882
18884
  /**
@@ -19006,7 +19008,7 @@ class GeolocationApi {
19006
19008
  /**
19007
19009
  * Geolocation service.
19008
19010
  * @module purecloud-platform-client-v2/api/GeolocationApi
19009
- * @version 129.0.0
19011
+ * @version 130.0.0
19010
19012
  */
19011
19013
 
19012
19014
  /**
@@ -19137,7 +19139,7 @@ class GreetingsApi {
19137
19139
  /**
19138
19140
  * Greetings service.
19139
19141
  * @module purecloud-platform-client-v2/api/GreetingsApi
19140
- * @version 129.0.0
19142
+ * @version 130.0.0
19141
19143
  */
19142
19144
 
19143
19145
  /**
@@ -19592,7 +19594,7 @@ class GroupsApi {
19592
19594
  /**
19593
19595
  * Groups service.
19594
19596
  * @module purecloud-platform-client-v2/api/GroupsApi
19595
- * @version 129.0.0
19597
+ * @version 130.0.0
19596
19598
  */
19597
19599
 
19598
19600
  /**
@@ -19997,7 +19999,7 @@ class IdentityProviderApi {
19997
19999
  /**
19998
20000
  * IdentityProvider service.
19999
20001
  * @module purecloud-platform-client-v2/api/IdentityProviderApi
20000
- * @version 129.0.0
20002
+ * @version 130.0.0
20001
20003
  */
20002
20004
 
20003
20005
  /**
@@ -20753,7 +20755,7 @@ class IntegrationsApi {
20753
20755
  /**
20754
20756
  * Integrations service.
20755
20757
  * @module purecloud-platform-client-v2/api/IntegrationsApi
20756
- * @version 129.0.0
20758
+ * @version 130.0.0
20757
20759
  */
20758
20760
 
20759
20761
  /**
@@ -22428,7 +22430,7 @@ class JourneyApi {
22428
22430
  /**
22429
22431
  * Journey service.
22430
22432
  * @module purecloud-platform-client-v2/api/JourneyApi
22431
- * @version 129.0.0
22433
+ * @version 130.0.0
22432
22434
  */
22433
22435
 
22434
22436
  /**
@@ -23139,7 +23141,7 @@ class KnowledgeApi {
23139
23141
  /**
23140
23142
  * Knowledge service.
23141
23143
  * @module purecloud-platform-client-v2/api/KnowledgeApi
23142
- * @version 129.0.0
23144
+ * @version 130.0.0
23143
23145
  */
23144
23146
 
23145
23147
  /**
@@ -24039,7 +24041,7 @@ class LanguageUnderstandingApi {
24039
24041
  /**
24040
24042
  * LanguageUnderstanding service.
24041
24043
  * @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
24042
- * @version 129.0.0
24044
+ * @version 130.0.0
24043
24045
  */
24044
24046
 
24045
24047
  /**
@@ -24943,7 +24945,7 @@ class LanguagesApi {
24943
24945
  /**
24944
24946
  * Languages service.
24945
24947
  * @module purecloud-platform-client-v2/api/LanguagesApi
24946
- * @version 129.0.0
24948
+ * @version 130.0.0
24947
24949
  */
24948
24950
 
24949
24951
  /**
@@ -25211,7 +25213,7 @@ class LearningApi {
25211
25213
  /**
25212
25214
  * Learning service.
25213
25215
  * @module purecloud-platform-client-v2/api/LearningApi
25214
- * @version 129.0.0
25216
+ * @version 130.0.0
25215
25217
  */
25216
25218
 
25217
25219
  /**
@@ -25802,7 +25804,7 @@ class LicenseApi {
25802
25804
  /**
25803
25805
  * License service.
25804
25806
  * @module purecloud-platform-client-v2/api/LicenseApi
25805
- * @version 129.0.0
25807
+ * @version 130.0.0
25806
25808
  */
25807
25809
 
25808
25810
  /**
@@ -26040,7 +26042,7 @@ class LocationsApi {
26040
26042
  /**
26041
26043
  * Locations service.
26042
26044
  * @module purecloud-platform-client-v2/api/LocationsApi
26043
- * @version 129.0.0
26045
+ * @version 130.0.0
26044
26046
  */
26045
26047
 
26046
26048
  /**
@@ -26276,7 +26278,7 @@ class MobileDevicesApi {
26276
26278
  /**
26277
26279
  * MobileDevices service.
26278
26280
  * @module purecloud-platform-client-v2/api/MobileDevicesApi
26279
- * @version 129.0.0
26281
+ * @version 130.0.0
26280
26282
  */
26281
26283
 
26282
26284
  /**
@@ -26427,7 +26429,7 @@ class NotificationsApi {
26427
26429
  /**
26428
26430
  * Notifications service.
26429
26431
  * @module purecloud-platform-client-v2/api/NotificationsApi
26430
- * @version 129.0.0
26432
+ * @version 130.0.0
26431
26433
  */
26432
26434
 
26433
26435
  /**
@@ -26652,7 +26654,7 @@ class OAuthApi {
26652
26654
  /**
26653
26655
  * OAuth service.
26654
26656
  * @module purecloud-platform-client-v2/api/OAuthApi
26655
- * @version 129.0.0
26657
+ * @version 130.0.0
26656
26658
  */
26657
26659
 
26658
26660
  /**
@@ -27010,7 +27012,7 @@ class ObjectsApi {
27010
27012
  /**
27011
27013
  * Objects service.
27012
27014
  * @module purecloud-platform-client-v2/api/ObjectsApi
27013
- * @version 129.0.0
27015
+ * @version 130.0.0
27014
27016
  */
27015
27017
 
27016
27018
  /**
@@ -27281,7 +27283,7 @@ class OrganizationApi {
27281
27283
  /**
27282
27284
  * Organization service.
27283
27285
  * @module purecloud-platform-client-v2/api/OrganizationApi
27284
- * @version 129.0.0
27286
+ * @version 130.0.0
27285
27287
  */
27286
27288
 
27287
27289
  /**
@@ -27684,7 +27686,7 @@ class OrganizationAuthorizationApi {
27684
27686
  /**
27685
27687
  * OrganizationAuthorization service.
27686
27688
  * @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
27687
- * @version 129.0.0
27689
+ * @version 130.0.0
27688
27690
  */
27689
27691
 
27690
27692
  /**
@@ -28609,7 +28611,7 @@ class OutboundApi {
28609
28611
  /**
28610
28612
  * Outbound service.
28611
28613
  * @module purecloud-platform-client-v2/api/OutboundApi
28612
- * @version 129.0.0
28614
+ * @version 130.0.0
28613
28615
  */
28614
28616
 
28615
28617
  /**
@@ -31635,7 +31637,7 @@ class PresenceApi {
31635
31637
  /**
31636
31638
  * Presence service.
31637
31639
  * @module purecloud-platform-client-v2/api/PresenceApi
31638
- * @version 129.0.0
31640
+ * @version 130.0.0
31639
31641
  */
31640
31642
 
31641
31643
  /**
@@ -32007,7 +32009,7 @@ class QualityApi {
32007
32009
  /**
32008
32010
  * Quality service.
32009
32011
  * @module purecloud-platform-client-v2/api/QualityApi
32010
- * @version 129.0.0
32012
+ * @version 130.0.0
32011
32013
  */
32012
32014
 
32013
32015
  /**
@@ -33535,7 +33537,7 @@ class RecordingApi {
33535
33537
  /**
33536
33538
  * Recording service.
33537
33539
  * @module purecloud-platform-client-v2/api/RecordingApi
33538
- * @version 129.0.0
33540
+ * @version 130.0.0
33539
33541
  */
33540
33542
 
33541
33543
  /**
@@ -33741,11 +33743,11 @@ class RecordingApi {
33741
33743
  * @param {String} conversationId Conversation ID
33742
33744
  * @param {String} recordingId Recording ID
33743
33745
  * @param {Object} opts Optional parameters
33744
- * @param {Object} opts.formatId The desired media format. (default to WEBM)
33745
- * @param {Object} opts.emailFormatId The desired media format when downloading an email recording. (default to EML)
33746
- * @param {Object} opts.chatFormatId The desired media format when downloading a chat recording. (default to ZIP)
33747
- * @param {Object} opts.messageFormatId The desired media format when downloading a message recording. (default to ZIP)
33748
- * @param {Boolean} opts.download requesting a download format of the recording (default to false)
33746
+ * @param {Object} opts.formatId The desired media format. Valid values:WAV,WEBM,WAV_ULAW,OGG_VORBIS,OGG_OPUS,MP3,NONE (default to WEBM)
33747
+ * @param {Object} opts.emailFormatId The desired media format when downloading an email recording. Valid values:EML,NONE (default to EML)
33748
+ * @param {Object} opts.chatFormatId The desired media format when downloading a chat recording. Valid values:ZIP,NONE (default to ZIP)
33749
+ * @param {Object} opts.messageFormatId The desired media format when downloading a message recording. Valid values:ZIP,NONE (default to ZIP)
33750
+ * @param {Boolean} opts.download requesting a download format of the recording. Valid values:true,false (default to false)
33749
33751
  * @param {String} opts.fileName the name of the downloaded fileName
33750
33752
  * @param {String} opts.locale The locale for the requested file when downloading, as an ISO 639-1 code
33751
33753
  */
@@ -33841,7 +33843,7 @@ class RecordingApi {
33841
33843
  }
33842
33844
 
33843
33845
  /**
33844
- * Get recording metadata for a conversation. Does not return playable media.
33846
+ * 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.
33845
33847
  *
33846
33848
  * @param {String} conversationId Conversation ID
33847
33849
  */
@@ -33901,7 +33903,7 @@ class RecordingApi {
33901
33903
  * @param {String} conversationId Conversation ID
33902
33904
  * @param {Object} opts Optional parameters
33903
33905
  * @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)
33904
- * @param {Object} opts.formatId The desired media format (default to WEBM)
33906
+ * @param {Object} opts.formatId The desired media format . Valid values:WAV,WEBM,WAV_ULAW,OGG_VORBIS,OGG_OPUS,MP3,NONE. (default to WEBM)
33905
33907
  */
33906
33908
  getConversationRecordings(conversationId, opts) {
33907
33909
  opts = opts || {};
@@ -35058,7 +35060,7 @@ class ResponseManagementApi {
35058
35060
  /**
35059
35061
  * ResponseManagement service.
35060
35062
  * @module purecloud-platform-client-v2/api/ResponseManagementApi
35061
- * @version 129.0.0
35063
+ * @version 130.0.0
35062
35064
  */
35063
35065
 
35064
35066
  /**
@@ -35383,7 +35385,7 @@ class RoutingApi {
35383
35385
  /**
35384
35386
  * Routing service.
35385
35387
  * @module purecloud-platform-client-v2/api/RoutingApi
35386
- * @version 129.0.0
35388
+ * @version 130.0.0
35387
35389
  */
35388
35390
 
35389
35391
  /**
@@ -36821,10 +36823,14 @@ class RoutingApi {
36821
36823
  *
36822
36824
  * @param {Object} opts Optional parameters
36823
36825
  * @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.
36824
- * @param {Object} opts.phoneNumberType Filter on phone number type
36825
- * @param {Object} opts.phoneNumberStatus Filter on phone number status
36826
+ * @param {Array.<String>} opts.phoneNumberType Filter on phone number type
36827
+ * @param {Array.<String>} opts.phoneNumberStatus Filter on phone number status
36828
+ * @param {Array.<String>} opts.countryCode Filter on country code
36826
36829
  * @param {Number} opts.pageSize Page size (default to 25)
36827
36830
  * @param {Number} opts.pageNumber Page number (default to 1)
36831
+ * @param {Object} opts.sortBy Optional field to sort results
36832
+ * @param {Object} opts.sortOrder Sort order
36833
+ * @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)
36828
36834
  */
36829
36835
  getRoutingSmsPhonenumbers(opts) {
36830
36836
  opts = opts || {};
@@ -36834,7 +36840,7 @@ class RoutingApi {
36834
36840
  '/api/v2/routing/sms/phonenumbers',
36835
36841
  'GET',
36836
36842
  { },
36837
- { 'phoneNumber': opts['phoneNumber'],'phoneNumberType': opts['phoneNumberType'],'phoneNumberStatus': opts['phoneNumberStatus'],'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'] },
36843
+ { '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'] },
36838
36844
  { },
36839
36845
  { },
36840
36846
  null,
@@ -38302,7 +38308,7 @@ class SCIMApi {
38302
38308
  /**
38303
38309
  * SCIM service.
38304
38310
  * @module purecloud-platform-client-v2/api/SCIMApi
38305
- * @version 129.0.0
38311
+ * @version 130.0.0
38306
38312
  */
38307
38313
 
38308
38314
  /**
@@ -39179,7 +39185,7 @@ class ScriptsApi {
39179
39185
  /**
39180
39186
  * Scripts service.
39181
39187
  * @module purecloud-platform-client-v2/api/ScriptsApi
39182
- * @version 129.0.0
39188
+ * @version 130.0.0
39183
39189
  */
39184
39190
 
39185
39191
  /**
@@ -39532,7 +39538,7 @@ class SearchApi {
39532
39538
  /**
39533
39539
  * Search service.
39534
39540
  * @module purecloud-platform-client-v2/api/SearchApi
39535
- * @version 129.0.0
39541
+ * @version 130.0.0
39536
39542
  */
39537
39543
 
39538
39544
  /**
@@ -40067,7 +40073,7 @@ class SpeechTextAnalyticsApi {
40067
40073
  /**
40068
40074
  * SpeechTextAnalytics service.
40069
40075
  * @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
40070
- * @version 129.0.0
40076
+ * @version 130.0.0
40071
40077
  */
40072
40078
 
40073
40079
  /**
@@ -40940,7 +40946,7 @@ class StationsApi {
40940
40946
  /**
40941
40947
  * Stations service.
40942
40948
  * @module purecloud-platform-client-v2/api/StationsApi
40943
- * @version 129.0.0
40949
+ * @version 130.0.0
40944
40950
  */
40945
40951
 
40946
40952
  /**
@@ -41087,7 +41093,7 @@ class SuggestApi {
41087
41093
  /**
41088
41094
  * Suggest service.
41089
41095
  * @module purecloud-platform-client-v2/api/SuggestApi
41090
- * @version 129.0.0
41096
+ * @version 130.0.0
41091
41097
  */
41092
41098
 
41093
41099
  /**
@@ -41226,7 +41232,7 @@ class TelephonyApi {
41226
41232
  /**
41227
41233
  * Telephony service.
41228
41234
  * @module purecloud-platform-client-v2/api/TelephonyApi
41229
- * @version 129.0.0
41235
+ * @version 130.0.0
41230
41236
  */
41231
41237
 
41232
41238
  /**
@@ -41334,7 +41340,7 @@ class TelephonyProvidersEdgeApi {
41334
41340
  /**
41335
41341
  * TelephonyProvidersEdge service.
41336
41342
  * @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
41337
- * @version 129.0.0
41343
+ * @version 130.0.0
41338
41344
  */
41339
41345
 
41340
41346
  /**
@@ -44967,7 +44973,7 @@ class TextbotsApi {
44967
44973
  /**
44968
44974
  * Textbots service.
44969
44975
  * @module purecloud-platform-client-v2/api/TextbotsApi
44970
- * @version 129.0.0
44976
+ * @version 130.0.0
44971
44977
  */
44972
44978
 
44973
44979
  /**
@@ -45095,7 +45101,7 @@ class TokensApi {
45095
45101
  /**
45096
45102
  * Tokens service.
45097
45103
  * @module purecloud-platform-client-v2/api/TokensApi
45098
- * @version 129.0.0
45104
+ * @version 130.0.0
45099
45105
  */
45100
45106
 
45101
45107
  /**
@@ -45201,7 +45207,7 @@ class UploadsApi {
45201
45207
  /**
45202
45208
  * Uploads service.
45203
45209
  * @module purecloud-platform-client-v2/api/UploadsApi
45204
- * @version 129.0.0
45210
+ * @version 130.0.0
45205
45211
  */
45206
45212
 
45207
45213
  /**
@@ -45377,7 +45383,7 @@ class UsageApi {
45377
45383
  /**
45378
45384
  * Usage service.
45379
45385
  * @module purecloud-platform-client-v2/api/UsageApi
45380
- * @version 129.0.0
45386
+ * @version 130.0.0
45381
45387
  */
45382
45388
 
45383
45389
  /**
@@ -45448,7 +45454,7 @@ class UserRecordingsApi {
45448
45454
  /**
45449
45455
  * UserRecordings service.
45450
45456
  * @module purecloud-platform-client-v2/api/UserRecordingsApi
45451
- * @version 129.0.0
45457
+ * @version 130.0.0
45452
45458
  */
45453
45459
 
45454
45460
  /**
@@ -45632,7 +45638,7 @@ class UsersApi {
45632
45638
  /**
45633
45639
  * Users service.
45634
45640
  * @module purecloud-platform-client-v2/api/UsersApi
45635
- * @version 129.0.0
45641
+ * @version 130.0.0
45636
45642
  */
45637
45643
 
45638
45644
  /**
@@ -47934,7 +47940,7 @@ class UtilitiesApi {
47934
47940
  /**
47935
47941
  * Utilities service.
47936
47942
  * @module purecloud-platform-client-v2/api/UtilitiesApi
47937
- * @version 129.0.0
47943
+ * @version 130.0.0
47938
47944
  */
47939
47945
 
47940
47946
  /**
@@ -47970,7 +47976,7 @@ class UtilitiesApi {
47970
47976
  }
47971
47977
 
47972
47978
  /**
47973
- * Get public ip address ranges for PureCloud
47979
+ * Get public ip address ranges for Genesys Cloud
47974
47980
  *
47975
47981
  */
47976
47982
  getIpranges() {
@@ -48045,7 +48051,7 @@ class VoicemailApi {
48045
48051
  /**
48046
48052
  * Voicemail service.
48047
48053
  * @module purecloud-platform-client-v2/api/VoicemailApi
48048
- * @version 129.0.0
48054
+ * @version 130.0.0
48049
48055
  */
48050
48056
 
48051
48057
  /**
@@ -48712,7 +48718,7 @@ class WebChatApi {
48712
48718
  /**
48713
48719
  * WebChat service.
48714
48720
  * @module purecloud-platform-client-v2/api/WebChatApi
48715
- * @version 129.0.0
48721
+ * @version 130.0.0
48716
48722
  */
48717
48723
 
48718
48724
  /**
@@ -49256,7 +49262,7 @@ class WebDeploymentsApi {
49256
49262
  /**
49257
49263
  * WebDeployments service.
49258
49264
  * @module purecloud-platform-client-v2/api/WebDeploymentsApi
49259
- * @version 129.0.0
49265
+ * @version 130.0.0
49260
49266
  */
49261
49267
 
49262
49268
  /**
@@ -49611,7 +49617,7 @@ class WebMessagingApi {
49611
49617
  /**
49612
49618
  * WebMessaging service.
49613
49619
  * @module purecloud-platform-client-v2/api/WebMessagingApi
49614
- * @version 129.0.0
49620
+ * @version 130.0.0
49615
49621
  */
49616
49622
 
49617
49623
  /**
@@ -49657,7 +49663,7 @@ class WidgetsApi {
49657
49663
  /**
49658
49664
  * Widgets service.
49659
49665
  * @module purecloud-platform-client-v2/api/WidgetsApi
49660
- * @version 129.0.0
49666
+ * @version 130.0.0
49661
49667
  */
49662
49668
 
49663
49669
  /**
@@ -49803,7 +49809,7 @@ class WorkforceManagementApi {
49803
49809
  /**
49804
49810
  * WorkforceManagement service.
49805
49811
  * @module purecloud-platform-client-v2/api/WorkforceManagementApi
49806
- * @version 129.0.0
49812
+ * @version 130.0.0
49807
49813
  */
49808
49814
 
49809
49815
  /**
@@ -53834,7 +53840,7 @@ class WorkforceManagementApi {
53834
53840
  * </pre>
53835
53841
  * </p>
53836
53842
  * @module purecloud-platform-client-v2/index
53837
- * @version 129.0.0
53843
+ * @version 130.0.0
53838
53844
  */
53839
53845
  class platformClient {
53840
53846
  constructor() {