purecloud-platform-client-v2 132.0.0 → 133.0.2

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 (73) hide show
  1. package/README.md +2 -2
  2. package/dist/node/purecloud-platform-client-v2.js +93 -68
  3. package/dist/web-amd/purecloud-platform-client-v2.js +93 -68
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +93 -68
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +93 -68
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +181 -2
  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 +1 -1
  19. package/src/purecloud-platform-client-v2/api/ContentManagementApi.js +1 -1
  20. package/src/purecloud-platform-client-v2/api/ConversationsApi.js +26 -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/MessagingApi.js +1 -1
  40. package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +1 -1
  41. package/src/purecloud-platform-client-v2/api/NotificationsApi.js +1 -1
  42. package/src/purecloud-platform-client-v2/api/OAuthApi.js +1 -1
  43. package/src/purecloud-platform-client-v2/api/ObjectsApi.js +1 -1
  44. package/src/purecloud-platform-client-v2/api/OrganizationApi.js +1 -1
  45. package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +1 -1
  46. package/src/purecloud-platform-client-v2/api/OutboundApi.js +1 -1
  47. package/src/purecloud-platform-client-v2/api/PresenceApi.js +1 -1
  48. package/src/purecloud-platform-client-v2/api/QualityApi.js +3 -3
  49. package/src/purecloud-platform-client-v2/api/RecordingApi.js +1 -1
  50. package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
  51. package/src/purecloud-platform-client-v2/api/RoutingApi.js +1 -1
  52. package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
  53. package/src/purecloud-platform-client-v2/api/ScriptsApi.js +1 -1
  54. package/src/purecloud-platform-client-v2/api/SearchApi.js +1 -1
  55. package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +1 -1
  56. package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
  57. package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
  58. package/src/purecloud-platform-client-v2/api/TelephonyApi.js +1 -1
  59. package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +1 -1
  60. package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
  61. package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
  62. package/src/purecloud-platform-client-v2/api/UploadsApi.js +1 -1
  63. package/src/purecloud-platform-client-v2/api/UsageApi.js +1 -1
  64. package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
  65. package/src/purecloud-platform-client-v2/api/UsersApi.js +1 -1
  66. package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
  67. package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
  68. package/src/purecloud-platform-client-v2/api/WebChatApi.js +1 -1
  69. package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +1 -1
  70. package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +1 -1
  71. package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
  72. package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +2 -2
  73. package/src/purecloud-platform-client-v2/index.js +1 -1
@@ -393,7 +393,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
393
393
 
394
394
  /**
395
395
  * @module purecloud-platform-client-v2/ApiClient
396
- * @version 132.0.0
396
+ * @version 133.0.2
397
397
  */
398
398
  class ApiClient {
399
399
  /**
@@ -1340,7 +1340,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
1340
1340
 
1341
1341
  // set header parameters
1342
1342
  request.set(that.defaultHeaders).set(that.normalizeParams(headerParams));
1343
- //request.set({ 'purecloud-sdk': '132.0.0' });
1343
+ //request.set({ 'purecloud-sdk': '133.0.2' });
1344
1344
 
1345
1345
  // set request timeout
1346
1346
  request.timeout(that.timeout);
@@ -1440,7 +1440,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
1440
1440
  /**
1441
1441
  * Alerting service.
1442
1442
  * @module purecloud-platform-client-v2/api/AlertingApi
1443
- * @version 132.0.0
1443
+ * @version 133.0.2
1444
1444
  */
1445
1445
 
1446
1446
  /**
@@ -1754,7 +1754,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
1754
1754
  /**
1755
1755
  * Analytics service.
1756
1756
  * @module purecloud-platform-client-v2/api/AnalyticsApi
1757
- * @version 132.0.0
1757
+ * @version 133.0.2
1758
1758
  */
1759
1759
 
1760
1760
  /**
@@ -2936,7 +2936,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
2936
2936
  /**
2937
2937
  * Architect service.
2938
2938
  * @module purecloud-platform-client-v2/api/ArchitectApi
2939
- * @version 132.0.0
2939
+ * @version 133.0.2
2940
2940
  */
2941
2941
 
2942
2942
  /**
@@ -5932,7 +5932,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
5932
5932
  /**
5933
5933
  * Audit service.
5934
5934
  * @module purecloud-platform-client-v2/api/AuditApi
5935
- * @version 132.0.0
5935
+ * @version 133.0.2
5936
5936
  */
5937
5937
 
5938
5938
  /**
@@ -6103,7 +6103,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
6103
6103
  /**
6104
6104
  * Authorization service.
6105
6105
  * @module purecloud-platform-client-v2/api/AuthorizationApi
6106
- * @version 132.0.0
6106
+ * @version 133.0.2
6107
6107
  */
6108
6108
 
6109
6109
  /**
@@ -7286,7 +7286,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
7286
7286
  /**
7287
7287
  * Billing service.
7288
7288
  * @module purecloud-platform-client-v2/api/BillingApi
7289
- * @version 132.0.0
7289
+ * @version 133.0.2
7290
7290
  */
7291
7291
 
7292
7292
  /**
@@ -7366,7 +7366,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
7366
7366
  /**
7367
7367
  * Chat service.
7368
7368
  * @module purecloud-platform-client-v2/api/ChatApi
7369
- * @version 132.0.0
7369
+ * @version 133.0.2
7370
7370
  */
7371
7371
 
7372
7372
  /**
@@ -7457,7 +7457,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
7457
7457
  /**
7458
7458
  * Coaching service.
7459
7459
  * @module purecloud-platform-client-v2/api/CoachingApi
7460
- * @version 132.0.0
7460
+ * @version 133.0.2
7461
7461
  */
7462
7462
 
7463
7463
  /**
@@ -8034,7 +8034,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
8034
8034
  /**
8035
8035
  * ContentManagement service.
8036
8036
  * @module purecloud-platform-client-v2/api/ContentManagementApi
8037
- * @version 132.0.0
8037
+ * @version 133.0.2
8038
8038
  */
8039
8039
 
8040
8040
  /**
@@ -9174,7 +9174,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
9174
9174
  /**
9175
9175
  * Conversations service.
9176
9176
  * @module purecloud-platform-client-v2/api/ConversationsApi
9177
- * @version 132.0.0
9177
+ * @version 133.0.2
9178
9178
  */
9179
9179
 
9180
9180
  /**
@@ -10505,6 +10505,31 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
10505
10505
  );
10506
10506
  }
10507
10507
 
10508
+ /**
10509
+ * Get emails settings for a given conversation
10510
+ *
10511
+ * @param {String} conversationId conversationId
10512
+ */
10513
+ getConversationsEmailSettings(conversationId) {
10514
+ // verify the required parameter 'conversationId' is set
10515
+ if (conversationId === undefined || conversationId === null) {
10516
+ throw 'Missing the required parameter "conversationId" when calling getConversationsEmailSettings';
10517
+ }
10518
+
10519
+ return this.apiClient.callApi(
10520
+ '/api/v2/conversations/emails/{conversationId}/settings',
10521
+ 'GET',
10522
+ { 'conversationId': conversationId },
10523
+ { },
10524
+ { },
10525
+ { },
10526
+ null,
10527
+ ['PureCloud OAuth'],
10528
+ ['application/json'],
10529
+ ['application/json']
10530
+ );
10531
+ }
10532
+
10508
10533
  /**
10509
10534
  * Get active email conversations for the logged in user
10510
10535
  *
@@ -13738,7 +13763,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
13738
13763
  /**
13739
13764
  * DataExtensions service.
13740
13765
  * @module purecloud-platform-client-v2/api/DataExtensionsApi
13741
- * @version 132.0.0
13766
+ * @version 133.0.2
13742
13767
  */
13743
13768
 
13744
13769
  /**
@@ -13824,7 +13849,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
13824
13849
  /**
13825
13850
  * ExternalContacts service.
13826
13851
  * @module purecloud-platform-client-v2/api/ExternalContactsApi
13827
- * @version 132.0.0
13852
+ * @version 133.0.2
13828
13853
  */
13829
13854
 
13830
13855
  /**
@@ -15567,7 +15592,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
15567
15592
  /**
15568
15593
  * Fax service.
15569
15594
  * @module purecloud-platform-client-v2/api/FaxApi
15570
- * @version 132.0.0
15595
+ * @version 133.0.2
15571
15596
  */
15572
15597
 
15573
15598
  /**
@@ -15738,7 +15763,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
15738
15763
  /**
15739
15764
  * Flows service.
15740
15765
  * @module purecloud-platform-client-v2/api/FlowsApi
15741
- * @version 132.0.0
15766
+ * @version 133.0.2
15742
15767
  */
15743
15768
 
15744
15769
  /**
@@ -15809,7 +15834,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
15809
15834
  /**
15810
15835
  * Gamification service.
15811
15836
  * @module purecloud-platform-client-v2/api/GamificationApi
15812
- * @version 132.0.0
15837
+ * @version 133.0.2
15813
15838
  */
15814
15839
 
15815
15840
  /**
@@ -17239,7 +17264,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
17239
17264
  /**
17240
17265
  * GeneralDataProtectionRegulation service.
17241
17266
  * @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
17242
- * @version 132.0.0
17267
+ * @version 133.0.2
17243
17268
  */
17244
17269
 
17245
17270
  /**
@@ -17369,7 +17394,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
17369
17394
  /**
17370
17395
  * Geolocation service.
17371
17396
  * @module purecloud-platform-client-v2/api/GeolocationApi
17372
- * @version 132.0.0
17397
+ * @version 133.0.2
17373
17398
  */
17374
17399
 
17375
17400
  /**
@@ -17500,7 +17525,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
17500
17525
  /**
17501
17526
  * Greetings service.
17502
17527
  * @module purecloud-platform-client-v2/api/GreetingsApi
17503
- * @version 132.0.0
17528
+ * @version 133.0.2
17504
17529
  */
17505
17530
 
17506
17531
  /**
@@ -17955,7 +17980,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
17955
17980
  /**
17956
17981
  * Groups service.
17957
17982
  * @module purecloud-platform-client-v2/api/GroupsApi
17958
- * @version 132.0.0
17983
+ * @version 133.0.2
17959
17984
  */
17960
17985
 
17961
17986
  /**
@@ -18360,7 +18385,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
18360
18385
  /**
18361
18386
  * IdentityProvider service.
18362
18387
  * @module purecloud-platform-client-v2/api/IdentityProviderApi
18363
- * @version 132.0.0
18388
+ * @version 133.0.2
18364
18389
  */
18365
18390
 
18366
18391
  /**
@@ -19116,7 +19141,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
19116
19141
  /**
19117
19142
  * Integrations service.
19118
19143
  * @module purecloud-platform-client-v2/api/IntegrationsApi
19119
- * @version 132.0.0
19144
+ * @version 133.0.2
19120
19145
  */
19121
19146
 
19122
19147
  /**
@@ -20791,7 +20816,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
20791
20816
  /**
20792
20817
  * Journey service.
20793
20818
  * @module purecloud-platform-client-v2/api/JourneyApi
20794
- * @version 132.0.0
20819
+ * @version 133.0.2
20795
20820
  */
20796
20821
 
20797
20822
  /**
@@ -21502,7 +21527,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
21502
21527
  /**
21503
21528
  * Knowledge service.
21504
21529
  * @module purecloud-platform-client-v2/api/KnowledgeApi
21505
- * @version 132.0.0
21530
+ * @version 133.0.2
21506
21531
  */
21507
21532
 
21508
21533
  /**
@@ -22402,7 +22427,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
22402
22427
  /**
22403
22428
  * LanguageUnderstanding service.
22404
22429
  * @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
22405
- * @version 132.0.0
22430
+ * @version 133.0.2
22406
22431
  */
22407
22432
 
22408
22433
  /**
@@ -23306,7 +23331,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
23306
23331
  /**
23307
23332
  * Languages service.
23308
23333
  * @module purecloud-platform-client-v2/api/LanguagesApi
23309
- * @version 132.0.0
23334
+ * @version 133.0.2
23310
23335
  */
23311
23336
 
23312
23337
  /**
@@ -23574,7 +23599,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
23574
23599
  /**
23575
23600
  * Learning service.
23576
23601
  * @module purecloud-platform-client-v2/api/LearningApi
23577
- * @version 132.0.0
23602
+ * @version 133.0.2
23578
23603
  */
23579
23604
 
23580
23605
  /**
@@ -24165,7 +24190,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
24165
24190
  /**
24166
24191
  * License service.
24167
24192
  * @module purecloud-platform-client-v2/api/LicenseApi
24168
- * @version 132.0.0
24193
+ * @version 133.0.2
24169
24194
  */
24170
24195
 
24171
24196
  /**
@@ -24403,7 +24428,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
24403
24428
  /**
24404
24429
  * Locations service.
24405
24430
  * @module purecloud-platform-client-v2/api/LocationsApi
24406
- * @version 132.0.0
24431
+ * @version 133.0.2
24407
24432
  */
24408
24433
 
24409
24434
  /**
@@ -24639,7 +24664,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
24639
24664
  /**
24640
24665
  * Messaging service.
24641
24666
  * @module purecloud-platform-client-v2/api/MessagingApi
24642
- * @version 132.0.0
24667
+ * @version 133.0.2
24643
24668
  */
24644
24669
 
24645
24670
  /**
@@ -24790,7 +24815,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
24790
24815
  /**
24791
24816
  * MobileDevices service.
24792
24817
  * @module purecloud-platform-client-v2/api/MobileDevicesApi
24793
- * @version 132.0.0
24818
+ * @version 133.0.2
24794
24819
  */
24795
24820
 
24796
24821
  /**
@@ -24941,7 +24966,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
24941
24966
  /**
24942
24967
  * Notifications service.
24943
24968
  * @module purecloud-platform-client-v2/api/NotificationsApi
24944
- * @version 132.0.0
24969
+ * @version 133.0.2
24945
24970
  */
24946
24971
 
24947
24972
  /**
@@ -25166,7 +25191,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
25166
25191
  /**
25167
25192
  * OAuth service.
25168
25193
  * @module purecloud-platform-client-v2/api/OAuthApi
25169
- * @version 132.0.0
25194
+ * @version 133.0.2
25170
25195
  */
25171
25196
 
25172
25197
  /**
@@ -25524,7 +25549,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
25524
25549
  /**
25525
25550
  * Objects service.
25526
25551
  * @module purecloud-platform-client-v2/api/ObjectsApi
25527
- * @version 132.0.0
25552
+ * @version 133.0.2
25528
25553
  */
25529
25554
 
25530
25555
  /**
@@ -25795,7 +25820,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
25795
25820
  /**
25796
25821
  * Organization service.
25797
25822
  * @module purecloud-platform-client-v2/api/OrganizationApi
25798
- * @version 132.0.0
25823
+ * @version 133.0.2
25799
25824
  */
25800
25825
 
25801
25826
  /**
@@ -26198,7 +26223,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
26198
26223
  /**
26199
26224
  * OrganizationAuthorization service.
26200
26225
  * @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
26201
- * @version 132.0.0
26226
+ * @version 133.0.2
26202
26227
  */
26203
26228
 
26204
26229
  /**
@@ -27123,7 +27148,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
27123
27148
  /**
27124
27149
  * Outbound service.
27125
27150
  * @module purecloud-platform-client-v2/api/OutboundApi
27126
- * @version 132.0.0
27151
+ * @version 133.0.2
27127
27152
  */
27128
27153
 
27129
27154
  /**
@@ -30153,7 +30178,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
30153
30178
  /**
30154
30179
  * Presence service.
30155
30180
  * @module purecloud-platform-client-v2/api/PresenceApi
30156
- * @version 132.0.0
30181
+ * @version 133.0.2
30157
30182
  */
30158
30183
 
30159
30184
  /**
@@ -30525,7 +30550,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
30525
30550
  /**
30526
30551
  * Quality service.
30527
30552
  * @module purecloud-platform-client-v2/api/QualityApi
30528
- * @version 132.0.0
30553
+ * @version 133.0.2
30529
30554
  */
30530
30555
 
30531
30556
  /**
@@ -30576,7 +30601,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
30576
30601
  * @param {String} conversationId conversationId
30577
30602
  * @param {String} evaluationId evaluationId
30578
30603
  * @param {Object} opts Optional parameters
30579
- * @param {String} opts.expand evaluatorId
30604
+ * @param {String} opts.expand evaluatorId, evaluationForm
30580
30605
  */
30581
30606
  deleteQualityConversationEvaluation(conversationId, evaluationId, opts) {
30582
30607
  opts = opts || {};
@@ -31945,7 +31970,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
31945
31970
  * @param {String} evaluationId evaluationId
31946
31971
  * @param {Object} body evaluation
31947
31972
  * @param {Object} opts Optional parameters
31948
- * @param {String} opts.expand evaluatorId
31973
+ * @param {String} opts.expand evaluatorId, evaluationForm
31949
31974
  */
31950
31975
  putQualityConversationEvaluation(conversationId, evaluationId, body, opts) {
31951
31976
  opts = opts || {};
@@ -32103,7 +32128,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
32103
32128
  /**
32104
32129
  * Recording service.
32105
32130
  * @module purecloud-platform-client-v2/api/RecordingApi
32106
- * @version 132.0.0
32131
+ * @version 133.0.2
32107
32132
  */
32108
32133
 
32109
32134
  /**
@@ -33629,7 +33654,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
33629
33654
  /**
33630
33655
  * ResponseManagement service.
33631
33656
  * @module purecloud-platform-client-v2/api/ResponseManagementApi
33632
- * @version 132.0.0
33657
+ * @version 133.0.2
33633
33658
  */
33634
33659
 
33635
33660
  /**
@@ -33954,7 +33979,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
33954
33979
  /**
33955
33980
  * Routing service.
33956
33981
  * @module purecloud-platform-client-v2/api/RoutingApi
33957
- * @version 132.0.0
33982
+ * @version 133.0.2
33958
33983
  */
33959
33984
 
33960
33985
  /**
@@ -36877,7 +36902,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
36877
36902
  /**
36878
36903
  * SCIM service.
36879
36904
  * @module purecloud-platform-client-v2/api/SCIMApi
36880
- * @version 132.0.0
36905
+ * @version 133.0.2
36881
36906
  */
36882
36907
 
36883
36908
  /**
@@ -37754,7 +37779,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
37754
37779
  /**
37755
37780
  * Scripts service.
37756
37781
  * @module purecloud-platform-client-v2/api/ScriptsApi
37757
- * @version 132.0.0
37782
+ * @version 133.0.2
37758
37783
  */
37759
37784
 
37760
37785
  /**
@@ -38107,7 +38132,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
38107
38132
  /**
38108
38133
  * Search service.
38109
38134
  * @module purecloud-platform-client-v2/api/SearchApi
38110
- * @version 132.0.0
38135
+ * @version 133.0.2
38111
38136
  */
38112
38137
 
38113
38138
  /**
@@ -38642,7 +38667,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
38642
38667
  /**
38643
38668
  * SpeechTextAnalytics service.
38644
38669
  * @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
38645
- * @version 132.0.0
38670
+ * @version 133.0.2
38646
38671
  */
38647
38672
 
38648
38673
  /**
@@ -39495,7 +39520,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
39495
39520
  /**
39496
39521
  * Stations service.
39497
39522
  * @module purecloud-platform-client-v2/api/StationsApi
39498
- * @version 132.0.0
39523
+ * @version 133.0.2
39499
39524
  */
39500
39525
 
39501
39526
  /**
@@ -39642,7 +39667,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
39642
39667
  /**
39643
39668
  * Suggest service.
39644
39669
  * @module purecloud-platform-client-v2/api/SuggestApi
39645
- * @version 132.0.0
39670
+ * @version 133.0.2
39646
39671
  */
39647
39672
 
39648
39673
  /**
@@ -39781,7 +39806,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
39781
39806
  /**
39782
39807
  * Telephony service.
39783
39808
  * @module purecloud-platform-client-v2/api/TelephonyApi
39784
- * @version 132.0.0
39809
+ * @version 133.0.2
39785
39810
  */
39786
39811
 
39787
39812
  /**
@@ -39889,7 +39914,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
39889
39914
  /**
39890
39915
  * TelephonyProvidersEdge service.
39891
39916
  * @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
39892
- * @version 132.0.0
39917
+ * @version 133.0.2
39893
39918
  */
39894
39919
 
39895
39920
  /**
@@ -43522,7 +43547,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
43522
43547
  /**
43523
43548
  * Textbots service.
43524
43549
  * @module purecloud-platform-client-v2/api/TextbotsApi
43525
- * @version 132.0.0
43550
+ * @version 133.0.2
43526
43551
  */
43527
43552
 
43528
43553
  /**
@@ -43650,7 +43675,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
43650
43675
  /**
43651
43676
  * Tokens service.
43652
43677
  * @module purecloud-platform-client-v2/api/TokensApi
43653
- * @version 132.0.0
43678
+ * @version 133.0.2
43654
43679
  */
43655
43680
 
43656
43681
  /**
@@ -43756,7 +43781,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
43756
43781
  /**
43757
43782
  * Uploads service.
43758
43783
  * @module purecloud-platform-client-v2/api/UploadsApi
43759
- * @version 132.0.0
43784
+ * @version 133.0.2
43760
43785
  */
43761
43786
 
43762
43787
  /**
@@ -43932,7 +43957,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
43932
43957
  /**
43933
43958
  * Usage service.
43934
43959
  * @module purecloud-platform-client-v2/api/UsageApi
43935
- * @version 132.0.0
43960
+ * @version 133.0.2
43936
43961
  */
43937
43962
 
43938
43963
  /**
@@ -44003,7 +44028,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
44003
44028
  /**
44004
44029
  * UserRecordings service.
44005
44030
  * @module purecloud-platform-client-v2/api/UserRecordingsApi
44006
- * @version 132.0.0
44031
+ * @version 133.0.2
44007
44032
  */
44008
44033
 
44009
44034
  /**
@@ -44187,7 +44212,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
44187
44212
  /**
44188
44213
  * Users service.
44189
44214
  * @module purecloud-platform-client-v2/api/UsersApi
44190
- * @version 132.0.0
44215
+ * @version 133.0.2
44191
44216
  */
44192
44217
 
44193
44218
  /**
@@ -46489,7 +46514,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
46489
46514
  /**
46490
46515
  * Utilities service.
46491
46516
  * @module purecloud-platform-client-v2/api/UtilitiesApi
46492
- * @version 132.0.0
46517
+ * @version 133.0.2
46493
46518
  */
46494
46519
 
46495
46520
  /**
@@ -46600,7 +46625,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
46600
46625
  /**
46601
46626
  * Voicemail service.
46602
46627
  * @module purecloud-platform-client-v2/api/VoicemailApi
46603
- * @version 132.0.0
46628
+ * @version 133.0.2
46604
46629
  */
46605
46630
 
46606
46631
  /**
@@ -47267,7 +47292,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
47267
47292
  /**
47268
47293
  * WebChat service.
47269
47294
  * @module purecloud-platform-client-v2/api/WebChatApi
47270
- * @version 132.0.0
47295
+ * @version 133.0.2
47271
47296
  */
47272
47297
 
47273
47298
  /**
@@ -47811,7 +47836,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
47811
47836
  /**
47812
47837
  * WebDeployments service.
47813
47838
  * @module purecloud-platform-client-v2/api/WebDeploymentsApi
47814
- * @version 132.0.0
47839
+ * @version 133.0.2
47815
47840
  */
47816
47841
 
47817
47842
  /**
@@ -48166,7 +48191,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
48166
48191
  /**
48167
48192
  * WebMessaging service.
48168
48193
  * @module purecloud-platform-client-v2/api/WebMessagingApi
48169
- * @version 132.0.0
48194
+ * @version 133.0.2
48170
48195
  */
48171
48196
 
48172
48197
  /**
@@ -48212,7 +48237,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
48212
48237
  /**
48213
48238
  * Widgets service.
48214
48239
  * @module purecloud-platform-client-v2/api/WidgetsApi
48215
- * @version 132.0.0
48240
+ * @version 133.0.2
48216
48241
  */
48217
48242
 
48218
48243
  /**
@@ -48358,7 +48383,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
48358
48383
  /**
48359
48384
  * WorkforceManagement service.
48360
48385
  * @module purecloud-platform-client-v2/api/WorkforceManagementApi
48361
- * @version 132.0.0
48386
+ * @version 133.0.2
48362
48387
  */
48363
48388
 
48364
48389
  /**
@@ -50459,7 +50484,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
50459
50484
 
50460
50485
  /**
50461
50486
  * Get a list of notifications for the current user
50462
- *
50487
+ * Notifications are only initially sent if you have the relevant Notify and Edit permissions
50463
50488
  */
50464
50489
  getWorkforcemanagementNotifications() {
50465
50490
 
@@ -52389,7 +52414,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
52389
52414
  * </pre>
52390
52415
  * </p>
52391
52416
  * @module purecloud-platform-client-v2/index
52392
- * @version 132.0.0
52417
+ * @version 133.0.2
52393
52418
  */
52394
52419
  class platformClient {
52395
52420
  constructor() {