purecloud-platform-client-v2 154.0.0 → 155.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 (77) hide show
  1. package/README.md +2 -2
  2. package/dist/node/purecloud-platform-client-v2.js +323 -77
  3. package/dist/web-amd/purecloud-platform-client-v2.js +323 -77
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +323 -77
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +323 -77
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +409 -227
  9. package/package.json +1 -1
  10. package/src/purecloud-platform-client-v2/ApiClient.js +1 -1
  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 +1 -1
  21. package/src/purecloud-platform-client-v2/api/DataExtensionsApi.js +1 -1
  22. package/src/purecloud-platform-client-v2/api/DownloadsApi.js +1 -1
  23. package/src/purecloud-platform-client-v2/api/EventsApi.js +1 -1
  24. package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +1 -1
  25. package/src/purecloud-platform-client-v2/api/FaxApi.js +1 -1
  26. package/src/purecloud-platform-client-v2/api/FlowsApi.js +1 -1
  27. package/src/purecloud-platform-client-v2/api/GamificationApi.js +1 -1
  28. package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +1 -1
  29. package/src/purecloud-platform-client-v2/api/GeolocationApi.js +1 -1
  30. package/src/purecloud-platform-client-v2/api/GreetingsApi.js +1 -1
  31. package/src/purecloud-platform-client-v2/api/GroupsApi.js +1 -1
  32. package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +1 -1
  33. package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +1 -1
  34. package/src/purecloud-platform-client-v2/api/JourneyApi.js +1 -1
  35. package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +1 -1
  36. package/src/purecloud-platform-client-v2/api/LanguageUnderstandingApi.js +116 -8
  37. package/src/purecloud-platform-client-v2/api/LanguagesApi.js +1 -1
  38. package/src/purecloud-platform-client-v2/api/LearningApi.js +1 -1
  39. package/src/purecloud-platform-client-v2/api/LicenseApi.js +1 -1
  40. package/src/purecloud-platform-client-v2/api/LocationsApi.js +1 -1
  41. package/src/purecloud-platform-client-v2/api/MessagingApi.js +1 -1
  42. package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +1 -1
  43. package/src/purecloud-platform-client-v2/api/NotificationsApi.js +1 -1
  44. package/src/purecloud-platform-client-v2/api/OAuthApi.js +1 -1
  45. package/src/purecloud-platform-client-v2/api/ObjectsApi.js +1 -1
  46. package/src/purecloud-platform-client-v2/api/OrganizationApi.js +1 -1
  47. package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +1 -1
  48. package/src/purecloud-platform-client-v2/api/OutboundApi.js +119 -1
  49. package/src/purecloud-platform-client-v2/api/PresenceApi.js +3 -3
  50. package/src/purecloud-platform-client-v2/api/ProcessAutomationApi.js +1 -1
  51. package/src/purecloud-platform-client-v2/api/QualityApi.js +1 -1
  52. package/src/purecloud-platform-client-v2/api/RecordingApi.js +1 -1
  53. package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
  54. package/src/purecloud-platform-client-v2/api/RoutingApi.js +1 -1
  55. package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
  56. package/src/purecloud-platform-client-v2/api/ScriptsApi.js +1 -1
  57. package/src/purecloud-platform-client-v2/api/SearchApi.js +1 -1
  58. package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +1 -1
  59. package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
  60. package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
  61. package/src/purecloud-platform-client-v2/api/TeamsApi.js +1 -1
  62. package/src/purecloud-platform-client-v2/api/TelephonyApi.js +21 -1
  63. package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +1 -1
  64. package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
  65. package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
  66. package/src/purecloud-platform-client-v2/api/UploadsApi.js +1 -1
  67. package/src/purecloud-platform-client-v2/api/UsageApi.js +1 -1
  68. package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
  69. package/src/purecloud-platform-client-v2/api/UsersApi.js +1 -1
  70. package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
  71. package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
  72. package/src/purecloud-platform-client-v2/api/WebChatApi.js +1 -1
  73. package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +1 -1
  74. package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +1 -1
  75. package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
  76. package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +1 -1
  77. package/src/purecloud-platform-client-v2/index.js +1 -1
@@ -399,7 +399,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
399
399
 
400
400
  /**
401
401
  * @module purecloud-platform-client-v2/ApiClient
402
- * @version 154.0.0
402
+ * @version 155.0.0
403
403
  */
404
404
  class ApiClient {
405
405
  /**
@@ -1478,7 +1478,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
1478
1478
  /**
1479
1479
  * Alerting service.
1480
1480
  * @module purecloud-platform-client-v2/api/AlertingApi
1481
- * @version 154.0.0
1481
+ * @version 155.0.0
1482
1482
  */
1483
1483
 
1484
1484
  /**
@@ -1792,7 +1792,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
1792
1792
  /**
1793
1793
  * Analytics service.
1794
1794
  * @module purecloud-platform-client-v2/api/AnalyticsApi
1795
- * @version 154.0.0
1795
+ * @version 155.0.0
1796
1796
  */
1797
1797
 
1798
1798
  /**
@@ -3046,7 +3046,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
3046
3046
  /**
3047
3047
  * Architect service.
3048
3048
  * @module purecloud-platform-client-v2/api/ArchitectApi
3049
- * @version 154.0.0
3049
+ * @version 155.0.0
3050
3050
  */
3051
3051
 
3052
3052
  /**
@@ -6094,7 +6094,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
6094
6094
  /**
6095
6095
  * Audit service.
6096
6096
  * @module purecloud-platform-client-v2/api/AuditApi
6097
- * @version 154.0.0
6097
+ * @version 155.0.0
6098
6098
  */
6099
6099
 
6100
6100
  /**
@@ -6265,7 +6265,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
6265
6265
  /**
6266
6266
  * Authorization service.
6267
6267
  * @module purecloud-platform-client-v2/api/AuthorizationApi
6268
- * @version 154.0.0
6268
+ * @version 155.0.0
6269
6269
  */
6270
6270
 
6271
6271
  /**
@@ -7493,7 +7493,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
7493
7493
  /**
7494
7494
  * Billing service.
7495
7495
  * @module purecloud-platform-client-v2/api/BillingApi
7496
- * @version 154.0.0
7496
+ * @version 155.0.0
7497
7497
  */
7498
7498
 
7499
7499
  /**
@@ -7573,7 +7573,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
7573
7573
  /**
7574
7574
  * Chat service.
7575
7575
  * @module purecloud-platform-client-v2/api/ChatApi
7576
- * @version 154.0.0
7576
+ * @version 155.0.0
7577
7577
  */
7578
7578
 
7579
7579
  /**
@@ -7664,7 +7664,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
7664
7664
  /**
7665
7665
  * Coaching service.
7666
7666
  * @module purecloud-platform-client-v2/api/CoachingApi
7667
- * @version 154.0.0
7667
+ * @version 155.0.0
7668
7668
  */
7669
7669
 
7670
7670
  /**
@@ -8241,7 +8241,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
8241
8241
  /**
8242
8242
  * ContentManagement service.
8243
8243
  * @module purecloud-platform-client-v2/api/ContentManagementApi
8244
- * @version 154.0.0
8244
+ * @version 155.0.0
8245
8245
  */
8246
8246
 
8247
8247
  /**
@@ -9381,7 +9381,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
9381
9381
  /**
9382
9382
  * Conversations service.
9383
9383
  * @module purecloud-platform-client-v2/api/ConversationsApi
9384
- * @version 154.0.0
9384
+ * @version 155.0.0
9385
9385
  */
9386
9386
 
9387
9387
  /**
@@ -14604,7 +14604,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
14604
14604
  /**
14605
14605
  * DataExtensions service.
14606
14606
  * @module purecloud-platform-client-v2/api/DataExtensionsApi
14607
- * @version 154.0.0
14607
+ * @version 155.0.0
14608
14608
  */
14609
14609
 
14610
14610
  /**
@@ -14690,7 +14690,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
14690
14690
  /**
14691
14691
  * Downloads service.
14692
14692
  * @module purecloud-platform-client-v2/api/DownloadsApi
14693
- * @version 154.0.0
14693
+ * @version 155.0.0
14694
14694
  */
14695
14695
 
14696
14696
  /**
@@ -14742,7 +14742,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
14742
14742
  /**
14743
14743
  * Events service.
14744
14744
  * @module purecloud-platform-client-v2/api/EventsApi
14745
- * @version 154.0.0
14745
+ * @version 155.0.0
14746
14746
  */
14747
14747
 
14748
14748
  /**
@@ -14838,7 +14838,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
14838
14838
  /**
14839
14839
  * ExternalContacts service.
14840
14840
  * @module purecloud-platform-client-v2/api/ExternalContactsApi
14841
- * @version 154.0.0
14841
+ * @version 155.0.0
14842
14842
  */
14843
14843
 
14844
14844
  /**
@@ -16796,7 +16796,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
16796
16796
  /**
16797
16797
  * Fax service.
16798
16798
  * @module purecloud-platform-client-v2/api/FaxApi
16799
- * @version 154.0.0
16799
+ * @version 155.0.0
16800
16800
  */
16801
16801
 
16802
16802
  /**
@@ -16967,7 +16967,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
16967
16967
  /**
16968
16968
  * Flows service.
16969
16969
  * @module purecloud-platform-client-v2/api/FlowsApi
16970
- * @version 154.0.0
16970
+ * @version 155.0.0
16971
16971
  */
16972
16972
 
16973
16973
  /**
@@ -17038,7 +17038,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
17038
17038
  /**
17039
17039
  * Gamification service.
17040
17040
  * @module purecloud-platform-client-v2/api/GamificationApi
17041
- * @version 154.0.0
17041
+ * @version 155.0.0
17042
17042
  */
17043
17043
 
17044
17044
  /**
@@ -18655,7 +18655,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
18655
18655
  /**
18656
18656
  * GeneralDataProtectionRegulation service.
18657
18657
  * @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
18658
- * @version 154.0.0
18658
+ * @version 155.0.0
18659
18659
  */
18660
18660
 
18661
18661
  /**
@@ -18785,7 +18785,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
18785
18785
  /**
18786
18786
  * Geolocation service.
18787
18787
  * @module purecloud-platform-client-v2/api/GeolocationApi
18788
- * @version 154.0.0
18788
+ * @version 155.0.0
18789
18789
  */
18790
18790
 
18791
18791
  /**
@@ -18916,7 +18916,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
18916
18916
  /**
18917
18917
  * Greetings service.
18918
18918
  * @module purecloud-platform-client-v2/api/GreetingsApi
18919
- * @version 154.0.0
18919
+ * @version 155.0.0
18920
18920
  */
18921
18921
 
18922
18922
  /**
@@ -19371,7 +19371,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
19371
19371
  /**
19372
19372
  * Groups service.
19373
19373
  * @module purecloud-platform-client-v2/api/GroupsApi
19374
- * @version 154.0.0
19374
+ * @version 155.0.0
19375
19375
  */
19376
19376
 
19377
19377
  /**
@@ -19777,7 +19777,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
19777
19777
  /**
19778
19778
  * IdentityProvider service.
19779
19779
  * @module purecloud-platform-client-v2/api/IdentityProviderApi
19780
- * @version 154.0.0
19780
+ * @version 155.0.0
19781
19781
  */
19782
19782
 
19783
19783
  /**
@@ -20533,7 +20533,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
20533
20533
  /**
20534
20534
  * Integrations service.
20535
20535
  * @module purecloud-platform-client-v2/api/IntegrationsApi
20536
- * @version 154.0.0
20536
+ * @version 155.0.0
20537
20537
  */
20538
20538
 
20539
20539
  /**
@@ -22133,7 +22133,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
22133
22133
  /**
22134
22134
  * Journey service.
22135
22135
  * @module purecloud-platform-client-v2/api/JourneyApi
22136
- * @version 154.0.0
22136
+ * @version 155.0.0
22137
22137
  */
22138
22138
 
22139
22139
  /**
@@ -22919,7 +22919,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
22919
22919
  /**
22920
22920
  * Knowledge service.
22921
22921
  * @module purecloud-platform-client-v2/api/KnowledgeApi
22922
- * @version 154.0.0
22922
+ * @version 155.0.0
22923
22923
  */
22924
22924
 
22925
22925
  /**
@@ -25352,7 +25352,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
25352
25352
  /**
25353
25353
  * LanguageUnderstanding service.
25354
25354
  * @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
25355
- * @version 154.0.0
25355
+ * @version 155.0.0
25356
25356
  */
25357
25357
 
25358
25358
  /**
@@ -25542,6 +25542,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
25542
25542
  * @param {String} opts.dateStart Begin of time window as ISO-8601 date.
25543
25543
  * @param {String} opts.dateEnd End of time window as ISO-8601 date.
25544
25544
  * @param {Boolean} opts.includeDeleted Whether to include soft-deleted items in the result.
25545
+ * @param {String} opts.language Whether to filter response based on the language, e.g. en-us, pt-br.
25545
25546
  * @param {Number} opts.pageNumber Page number (default to 1)
25546
25547
  * @param {Number} opts.pageSize Page size (default to 25)
25547
25548
  * @param {Boolean} opts.enableCursorPagination Enable Cursor Pagination (default to false)
@@ -25560,7 +25561,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
25560
25561
  '/api/v2/languageunderstanding/domains/{domainId}/feedback',
25561
25562
  'GET',
25562
25563
  { 'domainId': domainId },
25563
- { 'intentName': opts['intentName'],'assessment': opts['assessment'],'dateStart': opts['dateStart'],'dateEnd': opts['dateEnd'],'includeDeleted': opts['includeDeleted'],'pageNumber': opts['pageNumber'],'pageSize': opts['pageSize'],'enableCursorPagination': opts['enableCursorPagination'],'after': opts['after'],'fields': this.apiClient.buildCollectionParam(opts['fields'], 'multi') },
25564
+ { 'intentName': opts['intentName'],'assessment': opts['assessment'],'dateStart': opts['dateStart'],'dateEnd': opts['dateEnd'],'includeDeleted': opts['includeDeleted'],'language': opts['language'],'pageNumber': opts['pageNumber'],'pageSize': opts['pageSize'],'enableCursorPagination': opts['enableCursorPagination'],'after': opts['after'],'fields': this.apiClient.buildCollectionParam(opts['fields'], 'multi') },
25564
25565
  { },
25565
25566
  { },
25566
25567
  null,
@@ -25754,8 +25755,13 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
25754
25755
  *
25755
25756
  * @param {String} minerId Miner ID
25756
25757
  * @param {String} draftId Draft ID
25758
+ * @param {Object} opts Optional parameters
25759
+ * @param {String} opts.draftIntentId Parameter to filter a specific intent.
25760
+ * @param {String} opts.draftTopicId Parameter to filter a specific topic.
25757
25761
  */
25758
- getLanguageunderstandingMinerDraft(minerId, draftId) {
25762
+ getLanguageunderstandingMinerDraft(minerId, draftId, opts) {
25763
+ opts = opts || {};
25764
+
25759
25765
  // verify the required parameter 'minerId' is set
25760
25766
  if (minerId === undefined || minerId === null) {
25761
25767
  throw 'Missing the required parameter "minerId" when calling getLanguageunderstandingMinerDraft';
@@ -25769,7 +25775,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
25769
25775
  '/api/v2/languageunderstanding/miners/{minerId}/drafts/{draftId}',
25770
25776
  'GET',
25771
25777
  { 'minerId': minerId,'draftId': draftId },
25772
- { },
25778
+ { 'draftIntentId': opts['draftIntentId'],'draftTopicId': opts['draftTopicId'] },
25773
25779
  { },
25774
25780
  { },
25775
25781
  null,
@@ -25867,17 +25873,115 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
25867
25873
  );
25868
25874
  }
25869
25875
 
25876
+ /**
25877
+ * Retrieves details of a particular topic.
25878
+ *
25879
+ * @param {String} minerId Miner ID
25880
+ * @param {String} topicId The ID of the topic to be retrieved.
25881
+ * @param {Object} opts Optional parameters
25882
+ * @param {Object} opts.expand Option to fetch phrases
25883
+ */
25884
+ getLanguageunderstandingMinerTopic(minerId, topicId, opts) {
25885
+ opts = opts || {};
25886
+
25887
+ // verify the required parameter 'minerId' is set
25888
+ if (minerId === undefined || minerId === null) {
25889
+ throw 'Missing the required parameter "minerId" when calling getLanguageunderstandingMinerTopic';
25890
+ }
25891
+ // verify the required parameter 'topicId' is set
25892
+ if (topicId === undefined || topicId === null) {
25893
+ throw 'Missing the required parameter "topicId" when calling getLanguageunderstandingMinerTopic';
25894
+ }
25895
+
25896
+ return this.apiClient.callApi(
25897
+ '/api/v2/languageunderstanding/miners/{minerId}/topics/{topicId}',
25898
+ 'GET',
25899
+ { 'minerId': minerId,'topicId': topicId },
25900
+ { 'expand': opts['expand'] },
25901
+ { },
25902
+ { },
25903
+ null,
25904
+ ['PureCloud OAuth'],
25905
+ ['application/json'],
25906
+ ['application/json']
25907
+ );
25908
+ }
25909
+
25910
+ /**
25911
+ * Retrieves utterances related to a phrase in a topic.
25912
+ *
25913
+ * @param {String} minerId Miner ID
25914
+ * @param {String} topicId The ID of the topic to be retrieved.
25915
+ * @param {String} phraseId The ID of the phrase to be retrieved.
25916
+ */
25917
+ getLanguageunderstandingMinerTopicPhrase(minerId, topicId, phraseId) {
25918
+ // verify the required parameter 'minerId' is set
25919
+ if (minerId === undefined || minerId === null) {
25920
+ throw 'Missing the required parameter "minerId" when calling getLanguageunderstandingMinerTopicPhrase';
25921
+ }
25922
+ // verify the required parameter 'topicId' is set
25923
+ if (topicId === undefined || topicId === null) {
25924
+ throw 'Missing the required parameter "topicId" when calling getLanguageunderstandingMinerTopicPhrase';
25925
+ }
25926
+ // verify the required parameter 'phraseId' is set
25927
+ if (phraseId === undefined || phraseId === null) {
25928
+ throw 'Missing the required parameter "phraseId" when calling getLanguageunderstandingMinerTopicPhrase';
25929
+ }
25930
+
25931
+ return this.apiClient.callApi(
25932
+ '/api/v2/languageunderstanding/miners/{minerId}/topics/{topicId}/phrases/{phraseId}',
25933
+ 'GET',
25934
+ { 'minerId': minerId,'topicId': topicId,'phraseId': phraseId },
25935
+ { },
25936
+ { },
25937
+ { },
25938
+ null,
25939
+ ['PureCloud OAuth'],
25940
+ ['application/json'],
25941
+ ['application/json']
25942
+ );
25943
+ }
25944
+
25945
+ /**
25946
+ * Retrieve a list of mined topics.
25947
+ *
25948
+ * @param {String} minerId Miner ID
25949
+ */
25950
+ getLanguageunderstandingMinerTopics(minerId) {
25951
+ // verify the required parameter 'minerId' is set
25952
+ if (minerId === undefined || minerId === null) {
25953
+ throw 'Missing the required parameter "minerId" when calling getLanguageunderstandingMinerTopics';
25954
+ }
25955
+
25956
+ return this.apiClient.callApi(
25957
+ '/api/v2/languageunderstanding/miners/{minerId}/topics',
25958
+ 'GET',
25959
+ { 'minerId': minerId },
25960
+ { },
25961
+ { },
25962
+ { },
25963
+ null,
25964
+ ['PureCloud OAuth'],
25965
+ ['application/json'],
25966
+ ['application/json']
25967
+ );
25968
+ }
25969
+
25870
25970
  /**
25871
25971
  * Retrieve the list of miners created.
25872
25972
  *
25973
+ * @param {Object} opts Optional parameters
25974
+ * @param {String} opts.minerType Type of miner, either intent or topic
25873
25975
  */
25874
- getLanguageunderstandingMiners() {
25976
+ getLanguageunderstandingMiners(opts) {
25977
+ opts = opts || {};
25978
+
25875
25979
 
25876
25980
  return this.apiClient.callApi(
25877
25981
  '/api/v2/languageunderstanding/miners',
25878
25982
  'GET',
25879
25983
  { },
25880
- { },
25984
+ { 'minerType': opts['minerType'] },
25881
25985
  { },
25882
25986
  { },
25883
25987
  null,
@@ -26081,8 +26185,12 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
26081
26185
  *
26082
26186
  * @param {String} domainId ID of the NLU domain.
26083
26187
  * @param {Object} body The NLU Domain Version to create.
26188
+ * @param {Object} opts Optional parameters
26189
+ * @param {Boolean} opts.includeUtterances Whether utterances for intent definition should be included when marshalling response.
26084
26190
  */
26085
- postLanguageunderstandingDomainVersions(domainId, body) {
26191
+ postLanguageunderstandingDomainVersions(domainId, body, opts) {
26192
+ opts = opts || {};
26193
+
26086
26194
  // verify the required parameter 'domainId' is set
26087
26195
  if (domainId === undefined || domainId === null) {
26088
26196
  throw 'Missing the required parameter "domainId" when calling postLanguageunderstandingDomainVersions';
@@ -26096,7 +26204,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
26096
26204
  '/api/v2/languageunderstanding/domains/{domainId}/versions',
26097
26205
  'POST',
26098
26206
  { 'domainId': domainId },
26099
- { },
26207
+ { 'includeUtterances': opts['includeUtterances'] },
26100
26208
  { },
26101
26209
  { },
26102
26210
  body,
@@ -26256,7 +26364,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
26256
26364
  /**
26257
26365
  * Languages service.
26258
26366
  * @module purecloud-platform-client-v2/api/LanguagesApi
26259
- * @version 154.0.0
26367
+ * @version 155.0.0
26260
26368
  */
26261
26369
 
26262
26370
  /**
@@ -26524,7 +26632,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
26524
26632
  /**
26525
26633
  * Learning service.
26526
26634
  * @module purecloud-platform-client-v2/api/LearningApi
26527
- * @version 154.0.0
26635
+ * @version 155.0.0
26528
26636
  */
26529
26637
 
26530
26638
  /**
@@ -27285,7 +27393,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
27285
27393
  /**
27286
27394
  * License service.
27287
27395
  * @module purecloud-platform-client-v2/api/LicenseApi
27288
- * @version 154.0.0
27396
+ * @version 155.0.0
27289
27397
  */
27290
27398
 
27291
27399
  /**
@@ -27523,7 +27631,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
27523
27631
  /**
27524
27632
  * Locations service.
27525
27633
  * @module purecloud-platform-client-v2/api/LocationsApi
27526
- * @version 154.0.0
27634
+ * @version 155.0.0
27527
27635
  */
27528
27636
 
27529
27637
  /**
@@ -27759,7 +27867,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
27759
27867
  /**
27760
27868
  * Messaging service.
27761
27869
  * @module purecloud-platform-client-v2/api/MessagingApi
27762
- * @version 154.0.0
27870
+ * @version 155.0.0
27763
27871
  */
27764
27872
 
27765
27873
  /**
@@ -27910,7 +28018,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
27910
28018
  /**
27911
28019
  * MobileDevices service.
27912
28020
  * @module purecloud-platform-client-v2/api/MobileDevicesApi
27913
- * @version 154.0.0
28021
+ * @version 155.0.0
27914
28022
  */
27915
28023
 
27916
28024
  /**
@@ -28061,7 +28169,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
28061
28169
  /**
28062
28170
  * Notifications service.
28063
28171
  * @module purecloud-platform-client-v2/api/NotificationsApi
28064
- * @version 154.0.0
28172
+ * @version 155.0.0
28065
28173
  */
28066
28174
 
28067
28175
  /**
@@ -28286,7 +28394,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
28286
28394
  /**
28287
28395
  * OAuth service.
28288
28396
  * @module purecloud-platform-client-v2/api/OAuthApi
28289
- * @version 154.0.0
28397
+ * @version 155.0.0
28290
28398
  */
28291
28399
 
28292
28400
  /**
@@ -28652,7 +28760,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
28652
28760
  /**
28653
28761
  * Objects service.
28654
28762
  * @module purecloud-platform-client-v2/api/ObjectsApi
28655
- * @version 154.0.0
28763
+ * @version 155.0.0
28656
28764
  */
28657
28765
 
28658
28766
  /**
@@ -28923,7 +29031,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
28923
29031
  /**
28924
29032
  * Organization service.
28925
29033
  * @module purecloud-platform-client-v2/api/OrganizationApi
28926
- * @version 154.0.0
29034
+ * @version 155.0.0
28927
29035
  */
28928
29036
 
28929
29037
  /**
@@ -29326,7 +29434,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
29326
29434
  /**
29327
29435
  * OrganizationAuthorization service.
29328
29436
  * @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
29329
- * @version 154.0.0
29437
+ * @version 155.0.0
29330
29438
  */
29331
29439
 
29332
29440
  /**
@@ -30251,7 +30359,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
30251
30359
  /**
30252
30360
  * Outbound service.
30253
30361
  * @module purecloud-platform-client-v2/api/OutboundApi
30254
- * @version 154.0.0
30362
+ * @version 155.0.0
30255
30363
  */
30256
30364
 
30257
30365
  /**
@@ -30601,6 +30709,64 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
30601
30709
  );
30602
30710
  }
30603
30711
 
30712
+ /**
30713
+ * Deletes all or expired email addresses from a DNC list.
30714
+ * This operation is Only for Internal DNC lists of email addresses
30715
+ * @param {String} dncListId DncList ID
30716
+ * @param {Object} opts Optional parameters
30717
+ * @param {Boolean} opts.expiredOnly Set to true to only remove DNC entries that are expired (default to false)
30718
+ */
30719
+ deleteOutboundDnclistEmailaddresses(dncListId, opts) {
30720
+ opts = opts || {};
30721
+
30722
+ // verify the required parameter 'dncListId' is set
30723
+ if (dncListId === undefined || dncListId === null) {
30724
+ throw 'Missing the required parameter "dncListId" when calling deleteOutboundDnclistEmailaddresses';
30725
+ }
30726
+
30727
+ return this.apiClient.callApi(
30728
+ '/api/v2/outbound/dnclists/{dncListId}/emailaddresses',
30729
+ 'DELETE',
30730
+ { 'dncListId': dncListId },
30731
+ { 'expiredOnly': opts['expiredOnly'] },
30732
+ { },
30733
+ { },
30734
+ null,
30735
+ ['PureCloud OAuth'],
30736
+ ['application/json'],
30737
+ ['application/json']
30738
+ );
30739
+ }
30740
+
30741
+ /**
30742
+ * Deletes all or expired phone numbers from a DNC list.
30743
+ * This operation is Only for Internal DNC lists of phone numbers
30744
+ * @param {String} dncListId DncList ID
30745
+ * @param {Object} opts Optional parameters
30746
+ * @param {Boolean} opts.expiredOnly Set to true to only remove DNC entries that are expired (default to false)
30747
+ */
30748
+ deleteOutboundDnclistPhonenumbers(dncListId, opts) {
30749
+ opts = opts || {};
30750
+
30751
+ // verify the required parameter 'dncListId' is set
30752
+ if (dncListId === undefined || dncListId === null) {
30753
+ throw 'Missing the required parameter "dncListId" when calling deleteOutboundDnclistPhonenumbers';
30754
+ }
30755
+
30756
+ return this.apiClient.callApi(
30757
+ '/api/v2/outbound/dnclists/{dncListId}/phonenumbers',
30758
+ 'DELETE',
30759
+ { 'dncListId': dncListId },
30760
+ { 'expiredOnly': opts['expiredOnly'] },
30761
+ { },
30762
+ { },
30763
+ null,
30764
+ ['PureCloud OAuth'],
30765
+ ['application/json'],
30766
+ ['application/json']
30767
+ );
30768
+ }
30769
+
30604
30770
  /**
30605
30771
  * Delete an Outbound Messaging Campaign
30606
30772
  *
@@ -32371,6 +32537,66 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
32371
32537
  );
32372
32538
  }
32373
32539
 
32540
+ /**
32541
+ * Add emails to or Delete emails from a DNC list.
32542
+ * Only Internal DNC lists may be added to or deleted from
32543
+ * @param {String} dncListId DncList ID
32544
+ * @param {Object} body DNC Emails
32545
+ */
32546
+ patchOutboundDnclistEmailaddresses(dncListId, body) {
32547
+ // verify the required parameter 'dncListId' is set
32548
+ if (dncListId === undefined || dncListId === null) {
32549
+ throw 'Missing the required parameter "dncListId" when calling patchOutboundDnclistEmailaddresses';
32550
+ }
32551
+ // verify the required parameter 'body' is set
32552
+ if (body === undefined || body === null) {
32553
+ throw 'Missing the required parameter "body" when calling patchOutboundDnclistEmailaddresses';
32554
+ }
32555
+
32556
+ return this.apiClient.callApi(
32557
+ '/api/v2/outbound/dnclists/{dncListId}/emailaddresses',
32558
+ 'PATCH',
32559
+ { 'dncListId': dncListId },
32560
+ { },
32561
+ { },
32562
+ { },
32563
+ body,
32564
+ ['PureCloud OAuth'],
32565
+ ['application/json'],
32566
+ ['application/json']
32567
+ );
32568
+ }
32569
+
32570
+ /**
32571
+ * Add numbers to or delete numbers from a DNC list.
32572
+ * Only Internal DNC lists may be added to deleted from
32573
+ * @param {String} dncListId DncList ID
32574
+ * @param {Object} body DNC Phone Numbers
32575
+ */
32576
+ patchOutboundDnclistPhonenumbers(dncListId, body) {
32577
+ // verify the required parameter 'dncListId' is set
32578
+ if (dncListId === undefined || dncListId === null) {
32579
+ throw 'Missing the required parameter "dncListId" when calling patchOutboundDnclistPhonenumbers';
32580
+ }
32581
+ // verify the required parameter 'body' is set
32582
+ if (body === undefined || body === null) {
32583
+ throw 'Missing the required parameter "body" when calling patchOutboundDnclistPhonenumbers';
32584
+ }
32585
+
32586
+ return this.apiClient.callApi(
32587
+ '/api/v2/outbound/dnclists/{dncListId}/phonenumbers',
32588
+ 'PATCH',
32589
+ { 'dncListId': dncListId },
32590
+ { },
32591
+ { },
32592
+ { },
32593
+ body,
32594
+ ['PureCloud OAuth'],
32595
+ ['application/json'],
32596
+ ['application/json']
32597
+ );
32598
+ }
32599
+
32374
32600
  /**
32375
32601
  * Update the outbound settings for this organization
32376
32602
  *
@@ -33670,7 +33896,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
33670
33896
  /**
33671
33897
  * Presence service.
33672
33898
  * @module purecloud-platform-client-v2/api/PresenceApi
33673
- * @version 154.0.0
33899
+ * @version 155.0.0
33674
33900
  */
33675
33901
 
33676
33902
  /**
@@ -33887,7 +34113,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
33887
34113
 
33888
34114
  /**
33889
34115
  * Get a user's Presence
33890
- * Get a users presence for the specified source that is not specifically listed. Used to support custom presence sources.
34116
+ * Get a users presence for the specified source that is not specifically listed. Used to support custom presence sources. This endpoint does not support registered presence sources.
33891
34117
  * @param {String} userId user Id
33892
34118
  * @param {String} sourceId Presence source ID
33893
34119
  */
@@ -33942,7 +34168,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
33942
34168
 
33943
34169
  /**
33944
34170
  * Patch a user's Presence
33945
- * Patch a users presence for the specified source that is not specifically listed. The presence object can be patched one of three ways. Option 1: Set the primary property to true. This will set the source defined in the path as the users primary presence source. Option 2: Provide the presenceDefinition value. The id is the only value required within the presenceDefinition. Option 3: Provide the message value. Option 1 can be combined with Option 2 and/or Option 3.
34171
+ * Patch a users presence for the specified source that is not specifically listed. This endpoint does not support registered presence sources. The presence object can be patched one of three ways. Option 1: Set the primary property to true. This will set the source defined in the path as the users primary presence source. Option 2: Provide the presenceDefinition value. The id is the only value required within the presenceDefinition. Option 3: Provide the message value. Option 1 can be combined with Option 2 and/or Option 3.
33946
34172
  * @param {String} userId user Id
33947
34173
  * @param {String} sourceId Presence source ID
33948
34174
  * @param {Object} body User presence
@@ -34176,7 +34402,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
34176
34402
  /**
34177
34403
  * ProcessAutomation service.
34178
34404
  * @module purecloud-platform-client-v2/api/ProcessAutomationApi
34179
- * @version 154.0.0
34405
+ * @version 155.0.0
34180
34406
  */
34181
34407
 
34182
34408
  /**
@@ -34414,7 +34640,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
34414
34640
  /**
34415
34641
  * Quality service.
34416
34642
  * @module purecloud-platform-client-v2/api/QualityApi
34417
- * @version 154.0.0
34643
+ * @version 155.0.0
34418
34644
  */
34419
34645
 
34420
34646
  /**
@@ -35992,7 +36218,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
35992
36218
  /**
35993
36219
  * Recording service.
35994
36220
  * @module purecloud-platform-client-v2/api/RecordingApi
35995
- * @version 154.0.0
36221
+ * @version 155.0.0
35996
36222
  */
35997
36223
 
35998
36224
  /**
@@ -37679,7 +37905,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
37679
37905
  /**
37680
37906
  * ResponseManagement service.
37681
37907
  * @module purecloud-platform-client-v2/api/ResponseManagementApi
37682
- * @version 154.0.0
37908
+ * @version 155.0.0
37683
37909
  */
37684
37910
 
37685
37911
  /**
@@ -38163,7 +38389,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
38163
38389
  /**
38164
38390
  * Routing service.
38165
38391
  * @module purecloud-platform-client-v2/api/RoutingApi
38166
- * @version 154.0.0
38392
+ * @version 155.0.0
38167
38393
  */
38168
38394
 
38169
38395
  /**
@@ -41578,7 +41804,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
41578
41804
  /**
41579
41805
  * SCIM service.
41580
41806
  * @module purecloud-platform-client-v2/api/SCIMApi
41581
- * @version 154.0.0
41807
+ * @version 155.0.0
41582
41808
  */
41583
41809
 
41584
41810
  /**
@@ -42455,7 +42681,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
42455
42681
  /**
42456
42682
  * Scripts service.
42457
42683
  * @module purecloud-platform-client-v2/api/ScriptsApi
42458
- * @version 154.0.0
42684
+ * @version 155.0.0
42459
42685
  */
42460
42686
 
42461
42687
  /**
@@ -42874,7 +43100,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
42874
43100
  /**
42875
43101
  * Search service.
42876
43102
  * @module purecloud-platform-client-v2/api/SearchApi
42877
- * @version 154.0.0
43103
+ * @version 155.0.0
42878
43104
  */
42879
43105
 
42880
43106
  /**
@@ -43459,7 +43685,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
43459
43685
  /**
43460
43686
  * SpeechTextAnalytics service.
43461
43687
  * @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
43462
- * @version 154.0.0
43688
+ * @version 155.0.0
43463
43689
  */
43464
43690
 
43465
43691
  /**
@@ -44313,7 +44539,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
44313
44539
  /**
44314
44540
  * Stations service.
44315
44541
  * @module purecloud-platform-client-v2/api/StationsApi
44316
- * @version 154.0.0
44542
+ * @version 155.0.0
44317
44543
  */
44318
44544
 
44319
44545
  /**
@@ -44460,7 +44686,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
44460
44686
  /**
44461
44687
  * Suggest service.
44462
44688
  * @module purecloud-platform-client-v2/api/SuggestApi
44463
- * @version 154.0.0
44689
+ * @version 155.0.0
44464
44690
  */
44465
44691
 
44466
44692
  /**
@@ -44599,7 +44825,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
44599
44825
  /**
44600
44826
  * Teams service.
44601
44827
  * @module purecloud-platform-client-v2/api/TeamsApi
44602
- * @version 154.0.0
44828
+ * @version 155.0.0
44603
44829
  */
44604
44830
 
44605
44831
  /**
@@ -44870,7 +45096,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
44870
45096
  /**
44871
45097
  * Telephony service.
44872
45098
  * @module purecloud-platform-client-v2/api/TelephonyApi
44873
- * @version 154.0.0
45099
+ * @version 155.0.0
44874
45100
  */
44875
45101
 
44876
45102
  /**
@@ -44885,6 +45111,26 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
44885
45111
  }
44886
45112
 
44887
45113
 
45114
+ /**
45115
+ * Retrieve the list of AWS regions media can stream through.
45116
+ *
45117
+ */
45118
+ getTelephonyMediaregions() {
45119
+
45120
+ return this.apiClient.callApi(
45121
+ '/api/v2/telephony/mediaregions',
45122
+ 'GET',
45123
+ { },
45124
+ { },
45125
+ { },
45126
+ { },
45127
+ null,
45128
+ ['PureCloud OAuth'],
45129
+ ['application/json'],
45130
+ ['application/json']
45131
+ );
45132
+ }
45133
+
44888
45134
  /**
44889
45135
  * Fetch SIP metadata
44890
45136
  * Fetch SIP metadata that matches a given parameter. If exactMatch is passed as a parameter only sip records that have exactly that value will be returned. For example, some records contain conversationId but not all relevant records for that call may contain the conversationId so only a partial view of the call will be reflected
@@ -44978,7 +45224,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
44978
45224
  /**
44979
45225
  * TelephonyProvidersEdge service.
44980
45226
  * @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
44981
- * @version 154.0.0
45227
+ * @version 155.0.0
44982
45228
  */
44983
45229
 
44984
45230
  /**
@@ -48611,7 +48857,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
48611
48857
  /**
48612
48858
  * Textbots service.
48613
48859
  * @module purecloud-platform-client-v2/api/TextbotsApi
48614
- * @version 154.0.0
48860
+ * @version 155.0.0
48615
48861
  */
48616
48862
 
48617
48863
  /**
@@ -48739,7 +48985,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
48739
48985
  /**
48740
48986
  * Tokens service.
48741
48987
  * @module purecloud-platform-client-v2/api/TokensApi
48742
- * @version 154.0.0
48988
+ * @version 155.0.0
48743
48989
  */
48744
48990
 
48745
48991
  /**
@@ -48845,7 +49091,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
48845
49091
  /**
48846
49092
  * Uploads service.
48847
49093
  * @module purecloud-platform-client-v2/api/UploadsApi
48848
- * @version 154.0.0
49094
+ * @version 155.0.0
48849
49095
  */
48850
49096
 
48851
49097
  /**
@@ -49021,7 +49267,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
49021
49267
  /**
49022
49268
  * Usage service.
49023
49269
  * @module purecloud-platform-client-v2/api/UsageApi
49024
- * @version 154.0.0
49270
+ * @version 155.0.0
49025
49271
  */
49026
49272
 
49027
49273
  /**
@@ -49092,7 +49338,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
49092
49338
  /**
49093
49339
  * UserRecordings service.
49094
49340
  * @module purecloud-platform-client-v2/api/UserRecordingsApi
49095
- * @version 154.0.0
49341
+ * @version 155.0.0
49096
49342
  */
49097
49343
 
49098
49344
  /**
@@ -49277,7 +49523,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
49277
49523
  /**
49278
49524
  * Users service.
49279
49525
  * @module purecloud-platform-client-v2/api/UsersApi
49280
- * @version 154.0.0
49526
+ * @version 155.0.0
49281
49527
  */
49282
49528
 
49283
49529
  /**
@@ -51634,7 +51880,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
51634
51880
  /**
51635
51881
  * Utilities service.
51636
51882
  * @module purecloud-platform-client-v2/api/UtilitiesApi
51637
- * @version 154.0.0
51883
+ * @version 155.0.0
51638
51884
  */
51639
51885
 
51640
51886
  /**
@@ -51745,7 +51991,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
51745
51991
  /**
51746
51992
  * Voicemail service.
51747
51993
  * @module purecloud-platform-client-v2/api/VoicemailApi
51748
- * @version 154.0.0
51994
+ * @version 155.0.0
51749
51995
  */
51750
51996
 
51751
51997
  /**
@@ -52412,7 +52658,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
52412
52658
  /**
52413
52659
  * WebChat service.
52414
52660
  * @module purecloud-platform-client-v2/api/WebChatApi
52415
- * @version 154.0.0
52661
+ * @version 155.0.0
52416
52662
  */
52417
52663
 
52418
52664
  /**
@@ -52956,7 +53202,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
52956
53202
  /**
52957
53203
  * WebDeployments service.
52958
53204
  * @module purecloud-platform-client-v2/api/WebDeploymentsApi
52959
- * @version 154.0.0
53205
+ * @version 155.0.0
52960
53206
  */
52961
53207
 
52962
53208
  /**
@@ -53344,7 +53590,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
53344
53590
  /**
53345
53591
  * WebMessaging service.
53346
53592
  * @module purecloud-platform-client-v2/api/WebMessagingApi
53347
- * @version 154.0.0
53593
+ * @version 155.0.0
53348
53594
  */
53349
53595
 
53350
53596
  /**
@@ -53390,7 +53636,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
53390
53636
  /**
53391
53637
  * Widgets service.
53392
53638
  * @module purecloud-platform-client-v2/api/WidgetsApi
53393
- * @version 154.0.0
53639
+ * @version 155.0.0
53394
53640
  */
53395
53641
 
53396
53642
  /**
@@ -53536,7 +53782,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
53536
53782
  /**
53537
53783
  * WorkforceManagement service.
53538
53784
  * @module purecloud-platform-client-v2/api/WorkforceManagementApi
53539
- * @version 154.0.0
53785
+ * @version 155.0.0
53540
53786
  */
53541
53787
 
53542
53788
  /**
@@ -58206,7 +58452,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
58206
58452
  * </pre>
58207
58453
  * </p>
58208
58454
  * @module purecloud-platform-client-v2/index
58209
- * @version 154.0.0
58455
+ * @version 155.0.0
58210
58456
  */
58211
58457
  class platformClient {
58212
58458
  constructor() {