purecloud-platform-client-v2 237.0.0 → 239.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 (94) hide show
  1. package/README.md +3 -3
  2. package/dist/node/purecloud-platform-client-v2.js +117 -87
  3. package/dist/web-amd/purecloud-platform-client-v2.js +117 -87
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +98 -87
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +98 -87
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +781 -750
  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/AIStudioApi.js +1 -1
  12. package/src/purecloud-platform-client-v2/api/AgentAssistantsApi.js +1 -1
  13. package/src/purecloud-platform-client-v2/api/AgentCopilotApi.js +1 -1
  14. package/src/purecloud-platform-client-v2/api/AgentUIApi.js +1 -1
  15. package/src/purecloud-platform-client-v2/api/AlertingApi.js +1 -1
  16. package/src/purecloud-platform-client-v2/api/AnalyticsApi.js +1 -1
  17. package/src/purecloud-platform-client-v2/api/ArchitectApi.js +1 -1
  18. package/src/purecloud-platform-client-v2/api/AuditApi.js +1 -1
  19. package/src/purecloud-platform-client-v2/api/AuthorizationApi.js +1 -1
  20. package/src/purecloud-platform-client-v2/api/BillingApi.js +1 -1
  21. package/src/purecloud-platform-client-v2/api/BusinessRulesApi.js +1 -1
  22. package/src/purecloud-platform-client-v2/api/CarrierServicesApi.js +1 -1
  23. package/src/purecloud-platform-client-v2/api/ChatApi.js +1 -1
  24. package/src/purecloud-platform-client-v2/api/CoachingApi.js +1 -1
  25. package/src/purecloud-platform-client-v2/api/ContentManagementApi.js +1 -1
  26. package/src/purecloud-platform-client-v2/api/ConversationsApi.js +1 -1
  27. package/src/purecloud-platform-client-v2/api/DataExtensionsApi.js +1 -1
  28. package/src/purecloud-platform-client-v2/api/DataPrivacyApi.js +1 -1
  29. package/src/purecloud-platform-client-v2/api/DownloadsApi.js +1 -1
  30. package/src/purecloud-platform-client-v2/api/EmailsApi.js +1 -1
  31. package/src/purecloud-platform-client-v2/api/EmployeeEngagementApi.js +30 -1
  32. package/src/purecloud-platform-client-v2/api/EventsApi.js +1 -1
  33. package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +1 -1
  34. package/src/purecloud-platform-client-v2/api/FaxApi.js +1 -1
  35. package/src/purecloud-platform-client-v2/api/FlowsApi.js +1 -1
  36. package/src/purecloud-platform-client-v2/api/GamificationApi.js +1 -1
  37. package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +1 -1
  38. package/src/purecloud-platform-client-v2/api/GeolocationApi.js +1 -1
  39. package/src/purecloud-platform-client-v2/api/GreetingsApi.js +1 -1
  40. package/src/purecloud-platform-client-v2/api/GroupsApi.js +1 -1
  41. package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +1 -1
  42. package/src/purecloud-platform-client-v2/api/InfrastructureAsCodeApi.js +1 -1
  43. package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +1 -1
  44. package/src/purecloud-platform-client-v2/api/JourneyApi.js +1 -1
  45. package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +1 -1
  46. package/src/purecloud-platform-client-v2/api/LanguageUnderstandingApi.js +1 -1
  47. package/src/purecloud-platform-client-v2/api/LanguagesApi.js +1 -1
  48. package/src/purecloud-platform-client-v2/api/LearningApi.js +1 -1
  49. package/src/purecloud-platform-client-v2/api/LicenseApi.js +1 -1
  50. package/src/purecloud-platform-client-v2/api/LocationsApi.js +1 -1
  51. package/src/purecloud-platform-client-v2/api/LogCaptureApi.js +1 -1
  52. package/src/purecloud-platform-client-v2/api/MessagingApi.js +1 -1
  53. package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +1 -1
  54. package/src/purecloud-platform-client-v2/api/NotificationsApi.js +1 -1
  55. package/src/purecloud-platform-client-v2/api/OAuthApi.js +1 -1
  56. package/src/purecloud-platform-client-v2/api/ObjectsApi.js +1 -1
  57. package/src/purecloud-platform-client-v2/api/OperationalEventsApi.js +1 -1
  58. package/src/purecloud-platform-client-v2/api/OrganizationApi.js +1 -1
  59. package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +1 -1
  60. package/src/purecloud-platform-client-v2/api/OutboundApi.js +3 -2
  61. package/src/purecloud-platform-client-v2/api/PresenceApi.js +1 -1
  62. package/src/purecloud-platform-client-v2/api/ProcessAutomationApi.js +1 -1
  63. package/src/purecloud-platform-client-v2/api/QualityApi.js +1 -1
  64. package/src/purecloud-platform-client-v2/api/RecordingApi.js +1 -1
  65. package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
  66. package/src/purecloud-platform-client-v2/api/RoutingApi.js +1 -1
  67. package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
  68. package/src/purecloud-platform-client-v2/api/ScreenRecordingApi.js +1 -1
  69. package/src/purecloud-platform-client-v2/api/ScriptsApi.js +1 -1
  70. package/src/purecloud-platform-client-v2/api/SearchApi.js +1 -1
  71. package/src/purecloud-platform-client-v2/api/SettingsApi.js +1 -1
  72. package/src/purecloud-platform-client-v2/api/SocialMediaApi.js +1 -1
  73. package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +1 -1
  74. package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
  75. package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
  76. package/src/purecloud-platform-client-v2/api/TaskManagementApi.js +1 -1
  77. package/src/purecloud-platform-client-v2/api/TeamsApi.js +1 -1
  78. package/src/purecloud-platform-client-v2/api/TelephonyApi.js +1 -1
  79. package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +1 -1
  80. package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
  81. package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
  82. package/src/purecloud-platform-client-v2/api/UploadsApi.js +1 -1
  83. package/src/purecloud-platform-client-v2/api/UsageApi.js +1 -1
  84. package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
  85. package/src/purecloud-platform-client-v2/api/UsersApi.js +1 -1
  86. package/src/purecloud-platform-client-v2/api/UsersRulesApi.js +1 -1
  87. package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
  88. package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
  89. package/src/purecloud-platform-client-v2/api/WebChatApi.js +1 -1
  90. package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +1 -1
  91. package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +1 -1
  92. package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
  93. package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +1 -1
  94. package/src/purecloud-platform-client-v2/index.js +1 -1
@@ -745,7 +745,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
745
745
 
746
746
  /**
747
747
  * @module purecloud-platform-client-v2/ApiClient
748
- * @version 237.0.0
748
+ * @version 239.0.0
749
749
  */
750
750
  class ApiClient {
751
751
  /**
@@ -1466,7 +1466,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
1466
1466
  const utf8 = new TextEncoder().encode(code);
1467
1467
  return new Promise((resolve, reject) => {
1468
1468
  window.crypto.subtle.digest("SHA-256", utf8).then((hashBuffer) => {
1469
- const hashBase64 = Buffer.from(hashBuffer).toString('base64');
1469
+ const hashBase64 = btoa(String.fromCharCode(...new Uint8Array(hashBuffer)));
1470
1470
  let hashBase64Url = hashBase64.replaceAll("+", "-").replaceAll("/", "_");
1471
1471
  hashBase64Url = hashBase64Url.split("=")[0];
1472
1472
  resolve(hashBase64Url);
@@ -2358,7 +2358,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
2358
2358
  /**
2359
2359
  * AIStudio service.
2360
2360
  * @module purecloud-platform-client-v2/api/AIStudioApi
2361
- * @version 237.0.0
2361
+ * @version 239.0.0
2362
2362
  */
2363
2363
 
2364
2364
  /**
@@ -2930,7 +2930,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
2930
2930
  /**
2931
2931
  * AgentAssistants service.
2932
2932
  * @module purecloud-platform-client-v2/api/AgentAssistantsApi
2933
- * @version 237.0.0
2933
+ * @version 239.0.0
2934
2934
  */
2935
2935
 
2936
2936
  /**
@@ -3416,7 +3416,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
3416
3416
  /**
3417
3417
  * AgentCopilot service.
3418
3418
  * @module purecloud-platform-client-v2/api/AgentCopilotApi
3419
- * @version 237.0.0
3419
+ * @version 239.0.0
3420
3420
  */
3421
3421
 
3422
3422
  /**
@@ -3516,7 +3516,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
3516
3516
  /**
3517
3517
  * AgentUI service.
3518
3518
  * @module purecloud-platform-client-v2/api/AgentUIApi
3519
- * @version 237.0.0
3519
+ * @version 239.0.0
3520
3520
  */
3521
3521
 
3522
3522
  /**
@@ -3647,7 +3647,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
3647
3647
  /**
3648
3648
  * Alerting service.
3649
3649
  * @module purecloud-platform-client-v2/api/AlertingApi
3650
- * @version 237.0.0
3650
+ * @version 239.0.0
3651
3651
  */
3652
3652
 
3653
3653
  /**
@@ -4048,7 +4048,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
4048
4048
  /**
4049
4049
  * Analytics service.
4050
4050
  * @module purecloud-platform-client-v2/api/AnalyticsApi
4051
- * @version 237.0.0
4051
+ * @version 239.0.0
4052
4052
  */
4053
4053
 
4054
4054
  /**
@@ -7316,7 +7316,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
7316
7316
  /**
7317
7317
  * Architect service.
7318
7318
  * @module purecloud-platform-client-v2/api/ArchitectApi
7319
- * @version 237.0.0
7319
+ * @version 239.0.0
7320
7320
  */
7321
7321
 
7322
7322
  /**
@@ -11611,7 +11611,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
11611
11611
  /**
11612
11612
  * Audit service.
11613
11613
  * @module purecloud-platform-client-v2/api/AuditApi
11614
- * @version 237.0.0
11614
+ * @version 239.0.0
11615
11615
  */
11616
11616
 
11617
11617
  /**
@@ -11812,7 +11812,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
11812
11812
  /**
11813
11813
  * Authorization service.
11814
11814
  * @module purecloud-platform-client-v2/api/AuthorizationApi
11815
- * @version 237.0.0
11815
+ * @version 239.0.0
11816
11816
  */
11817
11817
 
11818
11818
  /**
@@ -13527,7 +13527,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
13527
13527
  /**
13528
13528
  * Billing service.
13529
13529
  * @module purecloud-platform-client-v2/api/BillingApi
13530
- * @version 237.0.0
13530
+ * @version 239.0.0
13531
13531
  */
13532
13532
 
13533
13533
  /**
@@ -13783,7 +13783,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
13783
13783
  /**
13784
13784
  * BusinessRules service.
13785
13785
  * @module purecloud-platform-client-v2/api/BusinessRulesApi
13786
- * @version 237.0.0
13786
+ * @version 239.0.0
13787
13787
  */
13788
13788
 
13789
13789
  /**
@@ -14670,7 +14670,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
14670
14670
  /**
14671
14671
  * CarrierServices service.
14672
14672
  * @module purecloud-platform-client-v2/api/CarrierServicesApi
14673
- * @version 237.0.0
14673
+ * @version 239.0.0
14674
14674
  */
14675
14675
 
14676
14676
  /**
@@ -14740,7 +14740,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
14740
14740
  /**
14741
14741
  * Chat service.
14742
14742
  * @module purecloud-platform-client-v2/api/ChatApi
14743
- * @version 237.0.0
14743
+ * @version 239.0.0
14744
14744
  */
14745
14745
 
14746
14746
  /**
@@ -15721,7 +15721,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
15721
15721
  /**
15722
15722
  * Coaching service.
15723
15723
  * @module purecloud-platform-client-v2/api/CoachingApi
15724
- * @version 237.0.0
15724
+ * @version 239.0.0
15725
15725
  */
15726
15726
 
15727
15727
  /**
@@ -16348,7 +16348,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
16348
16348
  /**
16349
16349
  * ContentManagement service.
16350
16350
  * @module purecloud-platform-client-v2/api/ContentManagementApi
16351
- * @version 237.0.0
16351
+ * @version 239.0.0
16352
16352
  */
16353
16353
 
16354
16354
  /**
@@ -17429,7 +17429,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
17429
17429
  /**
17430
17430
  * Conversations service.
17431
17431
  * @module purecloud-platform-client-v2/api/ConversationsApi
17432
- * @version 237.0.0
17432
+ * @version 239.0.0
17433
17433
  */
17434
17434
 
17435
17435
  /**
@@ -26054,7 +26054,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
26054
26054
  /**
26055
26055
  * DataExtensions service.
26056
26056
  * @module purecloud-platform-client-v2/api/DataExtensionsApi
26057
- * @version 237.0.0
26057
+ * @version 239.0.0
26058
26058
  */
26059
26059
 
26060
26060
  /**
@@ -26140,7 +26140,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
26140
26140
  /**
26141
26141
  * DataPrivacy service.
26142
26142
  * @module purecloud-platform-client-v2/api/DataPrivacyApi
26143
- * @version 237.0.0
26143
+ * @version 239.0.0
26144
26144
  */
26145
26145
 
26146
26146
  /**
@@ -26310,7 +26310,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
26310
26310
  /**
26311
26311
  * Downloads service.
26312
26312
  * @module purecloud-platform-client-v2/api/DownloadsApi
26313
- * @version 237.0.0
26313
+ * @version 239.0.0
26314
26314
  */
26315
26315
 
26316
26316
  /**
@@ -26362,7 +26362,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
26362
26362
  /**
26363
26363
  * Emails service.
26364
26364
  * @module purecloud-platform-client-v2/api/EmailsApi
26365
- * @version 237.0.0
26365
+ * @version 239.0.0
26366
26366
  */
26367
26367
 
26368
26368
  /**
@@ -26491,7 +26491,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
26491
26491
  /**
26492
26492
  * EmployeeEngagement service.
26493
26493
  * @module purecloud-platform-client-v2/api/EmployeeEngagementApi
26494
- * @version 237.0.0
26494
+ * @version 239.0.0
26495
26495
  */
26496
26496
 
26497
26497
  /**
@@ -26581,6 +26581,35 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
26581
26581
  );
26582
26582
  }
26583
26583
 
26584
+ /**
26585
+ * Gets sent recognitions
26586
+ *
26587
+ * @param {Object} opts Optional parameters
26588
+ * @param {Object} opts.direction The direction of the recognitions. (default to received)
26589
+ * @param {String} opts.recipient The ID of the recipient (when direction is sent).
26590
+ * @param {Date} opts.dateStart The start date of the search range. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z
26591
+ * @param {Date} opts.dateEnd The end date of the search range. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z
26592
+ * @param {Number} opts.pageSize Page size (default to 100)
26593
+ * @param {Number} opts.pageNumber Page number (default to 1)
26594
+ */
26595
+ getEmployeeengagementRecognitions(opts) {
26596
+ opts = opts || {};
26597
+
26598
+
26599
+ return this.apiClient.callApi(
26600
+ '/api/v2/employeeengagement/recognitions',
26601
+ 'GET',
26602
+ { },
26603
+ { 'direction': opts['direction'],'recipient': opts['recipient'],'dateStart': opts['dateStart'],'dateEnd': opts['dateEnd'],'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'] },
26604
+ { },
26605
+ { },
26606
+ null,
26607
+ ['PureCloud OAuth'],
26608
+ ['application/json'],
26609
+ ['application/json']
26610
+ );
26611
+ }
26612
+
26584
26613
  /**
26585
26614
  * Set a state for a celebration
26586
26615
  *
@@ -26642,7 +26671,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
26642
26671
  /**
26643
26672
  * Events service.
26644
26673
  * @module purecloud-platform-client-v2/api/EventsApi
26645
- * @version 237.0.0
26674
+ * @version 239.0.0
26646
26675
  */
26647
26676
 
26648
26677
  /**
@@ -26738,7 +26767,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
26738
26767
  /**
26739
26768
  * ExternalContacts service.
26740
26769
  * @module purecloud-platform-client-v2/api/ExternalContactsApi
26741
- * @version 237.0.0
26770
+ * @version 239.0.0
26742
26771
  */
26743
26772
 
26744
26773
  /**
@@ -29985,7 +30014,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
29985
30014
  /**
29986
30015
  * Fax service.
29987
30016
  * @module purecloud-platform-client-v2/api/FaxApi
29988
- * @version 237.0.0
30017
+ * @version 239.0.0
29989
30018
  */
29990
30019
 
29991
30020
  /**
@@ -30200,7 +30229,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
30200
30229
  /**
30201
30230
  * Flows service.
30202
30231
  * @module purecloud-platform-client-v2/api/FlowsApi
30203
- * @version 237.0.0
30232
+ * @version 239.0.0
30204
30233
  */
30205
30234
 
30206
30235
  /**
@@ -30409,7 +30438,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
30409
30438
  /**
30410
30439
  * Gamification service.
30411
30440
  * @module purecloud-platform-client-v2/api/GamificationApi
30412
- * @version 237.0.0
30441
+ * @version 239.0.0
30413
30442
  */
30414
30443
 
30415
30444
  /**
@@ -32967,7 +32996,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
32967
32996
  /**
32968
32997
  * GeneralDataProtectionRegulation service.
32969
32998
  * @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
32970
- * @version 237.0.0
32999
+ * @version 239.0.0
32971
33000
  */
32972
33001
 
32973
33002
  /**
@@ -33097,7 +33126,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
33097
33126
  /**
33098
33127
  * Geolocation service.
33099
33128
  * @module purecloud-platform-client-v2/api/GeolocationApi
33100
- * @version 237.0.0
33129
+ * @version 239.0.0
33101
33130
  */
33102
33131
 
33103
33132
  /**
@@ -33228,7 +33257,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
33228
33257
  /**
33229
33258
  * Greetings service.
33230
33259
  * @module purecloud-platform-client-v2/api/GreetingsApi
33231
- * @version 237.0.0
33260
+ * @version 239.0.0
33232
33261
  */
33233
33262
 
33234
33263
  /**
@@ -33770,7 +33799,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
33770
33799
  /**
33771
33800
  * Groups service.
33772
33801
  * @module purecloud-platform-client-v2/api/GroupsApi
33773
- * @version 237.0.0
33802
+ * @version 239.0.0
33774
33803
  */
33775
33804
 
33776
33805
  /**
@@ -34289,7 +34318,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
34289
34318
  /**
34290
34319
  * IdentityProvider service.
34291
34320
  * @module purecloud-platform-client-v2/api/IdentityProviderApi
34292
- * @version 237.0.0
34321
+ * @version 239.0.0
34293
34322
  */
34294
34323
 
34295
34324
  /**
@@ -35150,7 +35179,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
35150
35179
  /**
35151
35180
  * InfrastructureAsCode service.
35152
35181
  * @module purecloud-platform-client-v2/api/InfrastructureAsCodeApi
35153
- * @version 237.0.0
35182
+ * @version 239.0.0
35154
35183
  */
35155
35184
 
35156
35185
  /**
@@ -35317,7 +35346,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
35317
35346
  /**
35318
35347
  * Integrations service.
35319
35348
  * @module purecloud-platform-client-v2/api/IntegrationsApi
35320
- * @version 237.0.0
35349
+ * @version 239.0.0
35321
35350
  */
35322
35351
 
35323
35352
  /**
@@ -37965,7 +37994,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
37965
37994
  /**
37966
37995
  * Journey service.
37967
37996
  * @module purecloud-platform-client-v2/api/JourneyApi
37968
- * @version 237.0.0
37997
+ * @version 239.0.0
37969
37998
  */
37970
37999
 
37971
38000
  /**
@@ -40062,7 +40091,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
40062
40091
  /**
40063
40092
  * Knowledge service.
40064
40093
  * @module purecloud-platform-client-v2/api/KnowledgeApi
40065
- * @version 237.0.0
40094
+ * @version 239.0.0
40066
40095
  */
40067
40096
 
40068
40097
  /**
@@ -43145,7 +43174,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
43145
43174
  /**
43146
43175
  * LanguageUnderstanding service.
43147
43176
  * @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
43148
- * @version 237.0.0
43177
+ * @version 239.0.0
43149
43178
  */
43150
43179
 
43151
43180
  /**
@@ -44364,7 +44393,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
44364
44393
  /**
44365
44394
  * Languages service.
44366
44395
  * @module purecloud-platform-client-v2/api/LanguagesApi
44367
- * @version 237.0.0
44396
+ * @version 239.0.0
44368
44397
  */
44369
44398
 
44370
44399
  /**
@@ -44586,7 +44615,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
44586
44615
  /**
44587
44616
  * Learning service.
44588
44617
  * @module purecloud-platform-client-v2/api/LearningApi
44589
- * @version 237.0.0
44618
+ * @version 239.0.0
44590
44619
  */
44591
44620
 
44592
44621
  /**
@@ -45695,7 +45724,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
45695
45724
  /**
45696
45725
  * License service.
45697
45726
  * @module purecloud-platform-client-v2/api/LicenseApi
45698
- * @version 237.0.0
45727
+ * @version 239.0.0
45699
45728
  */
45700
45729
 
45701
45730
  /**
@@ -45933,7 +45962,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
45933
45962
  /**
45934
45963
  * Locations service.
45935
45964
  * @module purecloud-platform-client-v2/api/LocationsApi
45936
- * @version 237.0.0
45965
+ * @version 239.0.0
45937
45966
  */
45938
45967
 
45939
45968
  /**
@@ -46169,7 +46198,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
46169
46198
  /**
46170
46199
  * LogCapture service.
46171
46200
  * @module purecloud-platform-client-v2/api/LogCaptureApi
46172
- * @version 237.0.0
46201
+ * @version 239.0.0
46173
46202
  */
46174
46203
 
46175
46204
  /**
@@ -46368,7 +46397,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
46368
46397
  /**
46369
46398
  * Messaging service.
46370
46399
  * @module purecloud-platform-client-v2/api/MessagingApi
46371
- * @version 237.0.0
46400
+ * @version 239.0.0
46372
46401
  */
46373
46402
 
46374
46403
  /**
@@ -46727,7 +46756,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
46727
46756
  /**
46728
46757
  * MobileDevices service.
46729
46758
  * @module purecloud-platform-client-v2/api/MobileDevicesApi
46730
- * @version 237.0.0
46759
+ * @version 239.0.0
46731
46760
  */
46732
46761
 
46733
46762
  /**
@@ -46878,7 +46907,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
46878
46907
  /**
46879
46908
  * Notifications service.
46880
46909
  * @module purecloud-platform-client-v2/api/NotificationsApi
46881
- * @version 237.0.0
46910
+ * @version 239.0.0
46882
46911
  */
46883
46912
 
46884
46913
  /**
@@ -47111,7 +47140,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
47111
47140
  /**
47112
47141
  * OAuth service.
47113
47142
  * @module purecloud-platform-client-v2/api/OAuthApi
47114
- * @version 237.0.0
47143
+ * @version 239.0.0
47115
47144
  */
47116
47145
 
47117
47146
  /**
@@ -47477,7 +47506,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
47477
47506
  /**
47478
47507
  * Objects service.
47479
47508
  * @module purecloud-platform-client-v2/api/ObjectsApi
47480
- * @version 237.0.0
47509
+ * @version 239.0.0
47481
47510
  */
47482
47511
 
47483
47512
  /**
@@ -47801,7 +47830,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
47801
47830
  /**
47802
47831
  * OperationalEvents service.
47803
47832
  * @module purecloud-platform-client-v2/api/OperationalEventsApi
47804
- * @version 237.0.0
47833
+ * @version 239.0.0
47805
47834
  */
47806
47835
 
47807
47836
  /**
@@ -47918,7 +47947,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
47918
47947
  /**
47919
47948
  * Organization service.
47920
47949
  * @module purecloud-platform-client-v2/api/OrganizationApi
47921
- * @version 237.0.0
47950
+ * @version 239.0.0
47922
47951
  */
47923
47952
 
47924
47953
  /**
@@ -48393,7 +48422,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
48393
48422
  /**
48394
48423
  * OrganizationAuthorization service.
48395
48424
  * @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
48396
- * @version 237.0.0
48425
+ * @version 239.0.0
48397
48426
  */
48398
48427
 
48399
48428
  /**
@@ -49787,7 +49816,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
49787
49816
  /**
49788
49817
  * Outbound service.
49789
49818
  * @module purecloud-platform-client-v2/api/OutboundApi
49790
- * @version 237.0.0
49819
+ * @version 239.0.0
49791
49820
  */
49792
49821
 
49793
49822
  /**
@@ -52140,6 +52169,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
52140
52169
  * @param {Array.<String>} opts.id A list of messaging campaign ids to bulk fetch
52141
52170
  * @param {String} opts.contentTemplateId Content template ID
52142
52171
  * @param {Object} opts.campaignStatus Campaign Status
52172
+ * @param {Array.<String>} opts.ruleSetIds Ruleset ID(s)
52143
52173
  */
52144
52174
  getOutboundMessagingcampaigns(opts) {
52145
52175
  opts = opts || {};
@@ -52149,7 +52179,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
52149
52179
  '/api/v2/outbound/messagingcampaigns',
52150
52180
  'GET',
52151
52181
  { },
52152
- { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'sortBy': opts['sortBy'],'sortOrder': opts['sortOrder'],'name': opts['name'],'contactListId': opts['contactListId'],'divisionId': this.apiClient.buildCollectionParam(opts['divisionId'], 'multi'),'type': opts['type'],'senderSmsPhoneNumber': opts['senderSmsPhoneNumber'],'id': this.apiClient.buildCollectionParam(opts['id'], 'multi'),'contentTemplateId': opts['contentTemplateId'],'campaignStatus': opts['campaignStatus'] },
52182
+ { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'sortBy': opts['sortBy'],'sortOrder': opts['sortOrder'],'name': opts['name'],'contactListId': opts['contactListId'],'divisionId': this.apiClient.buildCollectionParam(opts['divisionId'], 'multi'),'type': opts['type'],'senderSmsPhoneNumber': opts['senderSmsPhoneNumber'],'id': this.apiClient.buildCollectionParam(opts['id'], 'multi'),'contentTemplateId': opts['contentTemplateId'],'campaignStatus': opts['campaignStatus'],'ruleSetIds': this.apiClient.buildCollectionParam(opts['ruleSetIds'], 'multi') },
52153
52183
  { },
52154
52184
  { },
52155
52185
  null,
@@ -54534,7 +54564,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
54534
54564
  /**
54535
54565
  * Presence service.
54536
54566
  * @module purecloud-platform-client-v2/api/PresenceApi
54537
- * @version 237.0.0
54567
+ * @version 239.0.0
54538
54568
  */
54539
54569
 
54540
54570
  /**
@@ -55278,7 +55308,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
55278
55308
  /**
55279
55309
  * ProcessAutomation service.
55280
55310
  * @module purecloud-platform-client-v2/api/ProcessAutomationApi
55281
- * @version 237.0.0
55311
+ * @version 239.0.0
55282
55312
  */
55283
55313
 
55284
55314
  /**
@@ -55517,7 +55547,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
55517
55547
  /**
55518
55548
  * Quality service.
55519
55549
  * @module purecloud-platform-client-v2/api/QualityApi
55520
- * @version 237.0.0
55550
+ * @version 239.0.0
55521
55551
  */
55522
55552
 
55523
55553
  /**
@@ -57356,7 +57386,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
57356
57386
  /**
57357
57387
  * Recording service.
57358
57388
  * @module purecloud-platform-client-v2/api/RecordingApi
57359
- * @version 237.0.0
57389
+ * @version 239.0.0
57360
57390
  */
57361
57391
 
57362
57392
  /**
@@ -58961,7 +58991,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
58961
58991
  /**
58962
58992
  * ResponseManagement service.
58963
58993
  * @module purecloud-platform-client-v2/api/ResponseManagementApi
58964
- * @version 237.0.0
58994
+ * @version 239.0.0
58965
58995
  */
58966
58996
 
58967
58997
  /**
@@ -59471,7 +59501,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
59471
59501
  /**
59472
59502
  * Routing service.
59473
59503
  * @module purecloud-platform-client-v2/api/RoutingApi
59474
- * @version 237.0.0
59504
+ * @version 239.0.0
59475
59505
  */
59476
59506
 
59477
59507
  /**
@@ -63954,7 +63984,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
63954
63984
  /**
63955
63985
  * SCIM service.
63956
63986
  * @module purecloud-platform-client-v2/api/SCIMApi
63957
- * @version 237.0.0
63987
+ * @version 239.0.0
63958
63988
  */
63959
63989
 
63960
63990
  /**
@@ -64831,7 +64861,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
64831
64861
  /**
64832
64862
  * ScreenRecording service.
64833
64863
  * @module purecloud-platform-client-v2/api/ScreenRecordingApi
64834
- * @version 237.0.0
64864
+ * @version 239.0.0
64835
64865
  */
64836
64866
 
64837
64867
  /**
@@ -64876,7 +64906,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
64876
64906
  /**
64877
64907
  * Scripts service.
64878
64908
  * @module purecloud-platform-client-v2/api/ScriptsApi
64879
- * @version 237.0.0
64909
+ * @version 239.0.0
64880
64910
  */
64881
64911
 
64882
64912
  /**
@@ -65352,7 +65382,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
65352
65382
  /**
65353
65383
  * Search service.
65354
65384
  * @module purecloud-platform-client-v2/api/SearchApi
65355
- * @version 237.0.0
65385
+ * @version 239.0.0
65356
65386
  */
65357
65387
 
65358
65388
  /**
@@ -66040,7 +66070,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
66040
66070
  /**
66041
66071
  * Settings service.
66042
66072
  * @module purecloud-platform-client-v2/api/SettingsApi
66043
- * @version 237.0.0
66073
+ * @version 239.0.0
66044
66074
  */
66045
66075
 
66046
66076
  /**
@@ -66388,7 +66418,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
66388
66418
  /**
66389
66419
  * SocialMedia service.
66390
66420
  * @module purecloud-platform-client-v2/api/SocialMediaApi
66391
- * @version 237.0.0
66421
+ * @version 239.0.0
66392
66422
  */
66393
66423
 
66394
66424
  /**
@@ -67983,7 +68013,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
67983
68013
  /**
67984
68014
  * SpeechTextAnalytics service.
67985
68015
  * @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
67986
- * @version 237.0.0
68016
+ * @version 239.0.0
67987
68017
  */
67988
68018
 
67989
68019
  /**
@@ -69630,7 +69660,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
69630
69660
  /**
69631
69661
  * Stations service.
69632
69662
  * @module purecloud-platform-client-v2/api/StationsApi
69633
- * @version 237.0.0
69663
+ * @version 239.0.0
69634
69664
  */
69635
69665
 
69636
69666
  /**
@@ -69732,7 +69762,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
69732
69762
  /**
69733
69763
  * Suggest service.
69734
69764
  * @module purecloud-platform-client-v2/api/SuggestApi
69735
- * @version 237.0.0
69765
+ * @version 239.0.0
69736
69766
  */
69737
69767
 
69738
69768
  /**
@@ -69871,7 +69901,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
69871
69901
  /**
69872
69902
  * TaskManagement service.
69873
69903
  * @module purecloud-platform-client-v2/api/TaskManagementApi
69874
- * @version 237.0.0
69904
+ * @version 239.0.0
69875
69905
  */
69876
69906
 
69877
69907
  /**
@@ -72033,7 +72063,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
72033
72063
  /**
72034
72064
  * Teams service.
72035
72065
  * @module purecloud-platform-client-v2/api/TeamsApi
72036
- * @version 237.0.0
72066
+ * @version 239.0.0
72037
72067
  */
72038
72068
 
72039
72069
  /**
@@ -72338,7 +72368,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
72338
72368
  /**
72339
72369
  * Telephony service.
72340
72370
  * @module purecloud-platform-client-v2/api/TelephonyApi
72341
- * @version 237.0.0
72371
+ * @version 239.0.0
72342
72372
  */
72343
72373
 
72344
72374
  /**
@@ -72624,7 +72654,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
72624
72654
  /**
72625
72655
  * TelephonyProvidersEdge service.
72626
72656
  * @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
72627
- * @version 237.0.0
72657
+ * @version 239.0.0
72628
72658
  */
72629
72659
 
72630
72660
  /**
@@ -76117,7 +76147,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
76117
76147
  /**
76118
76148
  * Textbots service.
76119
76149
  * @module purecloud-platform-client-v2/api/TextbotsApi
76120
- * @version 237.0.0
76150
+ * @version 239.0.0
76121
76151
  */
76122
76152
 
76123
76153
  /**
@@ -76246,7 +76276,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
76246
76276
  /**
76247
76277
  * Tokens service.
76248
76278
  * @module purecloud-platform-client-v2/api/TokensApi
76249
- * @version 237.0.0
76279
+ * @version 239.0.0
76250
76280
  */
76251
76281
 
76252
76282
  /**
@@ -76400,7 +76430,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
76400
76430
  /**
76401
76431
  * Uploads service.
76402
76432
  * @module purecloud-platform-client-v2/api/UploadsApi
76403
- * @version 237.0.0
76433
+ * @version 239.0.0
76404
76434
  */
76405
76435
 
76406
76436
  /**
@@ -76691,7 +76721,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
76691
76721
  /**
76692
76722
  * Usage service.
76693
76723
  * @module purecloud-platform-client-v2/api/UsageApi
76694
- * @version 237.0.0
76724
+ * @version 239.0.0
76695
76725
  */
76696
76726
 
76697
76727
  /**
@@ -77026,7 +77056,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
77026
77056
  /**
77027
77057
  * UserRecordings service.
77028
77058
  * @module purecloud-platform-client-v2/api/UserRecordingsApi
77029
- * @version 237.0.0
77059
+ * @version 239.0.0
77030
77060
  */
77031
77061
 
77032
77062
  /**
@@ -77210,7 +77240,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
77210
77240
  /**
77211
77241
  * Users service.
77212
77242
  * @module purecloud-platform-client-v2/api/UsersApi
77213
- * @version 237.0.0
77243
+ * @version 239.0.0
77214
77244
  */
77215
77245
 
77216
77246
  /**
@@ -80219,7 +80249,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
80219
80249
  /**
80220
80250
  * UsersRules service.
80221
80251
  * @module purecloud-platform-client-v2/api/UsersRulesApi
80222
- * @version 237.0.0
80252
+ * @version 239.0.0
80223
80253
  */
80224
80254
 
80225
80255
  /**
@@ -80508,7 +80538,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
80508
80538
  /**
80509
80539
  * Utilities service.
80510
80540
  * @module purecloud-platform-client-v2/api/UtilitiesApi
80511
- * @version 237.0.0
80541
+ * @version 239.0.0
80512
80542
  */
80513
80543
 
80514
80544
  /**
@@ -80619,7 +80649,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
80619
80649
  /**
80620
80650
  * Voicemail service.
80621
80651
  * @module purecloud-platform-client-v2/api/VoicemailApi
80622
- * @version 237.0.0
80652
+ * @version 239.0.0
80623
80653
  */
80624
80654
 
80625
80655
  /**
@@ -81341,7 +81371,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
81341
81371
  /**
81342
81372
  * WebChat service.
81343
81373
  * @module purecloud-platform-client-v2/api/WebChatApi
81344
- * @version 237.0.0
81374
+ * @version 239.0.0
81345
81375
  */
81346
81376
 
81347
81377
  /**
@@ -81904,7 +81934,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
81904
81934
  /**
81905
81935
  * WebDeployments service.
81906
81936
  * @module purecloud-platform-client-v2/api/WebDeploymentsApi
81907
- * @version 237.0.0
81937
+ * @version 239.0.0
81908
81938
  */
81909
81939
 
81910
81940
  /**
@@ -82486,7 +82516,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
82486
82516
  /**
82487
82517
  * WebMessaging service.
82488
82518
  * @module purecloud-platform-client-v2/api/WebMessagingApi
82489
- * @version 237.0.0
82519
+ * @version 239.0.0
82490
82520
  */
82491
82521
 
82492
82522
  /**
@@ -82632,7 +82662,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
82632
82662
  /**
82633
82663
  * Widgets service.
82634
82664
  * @module purecloud-platform-client-v2/api/WidgetsApi
82635
- * @version 237.0.0
82665
+ * @version 239.0.0
82636
82666
  */
82637
82667
 
82638
82668
  /**
@@ -82783,7 +82813,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
82783
82813
  /**
82784
82814
  * WorkforceManagement service.
82785
82815
  * @module purecloud-platform-client-v2/api/WorkforceManagementApi
82786
- * @version 237.0.0
82816
+ * @version 239.0.0
82787
82817
  */
82788
82818
 
82789
82819
  /**
@@ -90834,7 +90864,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
90834
90864
  * </pre>
90835
90865
  * </p>
90836
90866
  * @module purecloud-platform-client-v2/index
90837
- * @version 237.0.0
90867
+ * @version 239.0.0
90838
90868
  */
90839
90869
  class platformClient {
90840
90870
  constructor() {