purecloud-platform-client-v2 207.0.0 → 208.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 (89) hide show
  1. package/README.md +3 -3
  2. package/dist/node/purecloud-platform-client-v2.js +384 -124
  3. package/dist/web-amd/purecloud-platform-client-v2.js +384 -124
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +185 -124
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +202 -127
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +871 -336
  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/AgentAssistantsApi.js +1 -1
  12. package/src/purecloud-platform-client-v2/api/AgentCopilotApi.js +1 -1
  13. package/src/purecloud-platform-client-v2/api/AgentUIApi.js +1 -1
  14. package/src/purecloud-platform-client-v2/api/AlertingApi.js +1 -1
  15. package/src/purecloud-platform-client-v2/api/AnalyticsApi.js +1 -1
  16. package/src/purecloud-platform-client-v2/api/ArchitectApi.js +1 -1
  17. package/src/purecloud-platform-client-v2/api/AuditApi.js +1 -1
  18. package/src/purecloud-platform-client-v2/api/AuthorizationApi.js +1 -1
  19. package/src/purecloud-platform-client-v2/api/BillingApi.js +1 -1
  20. package/src/purecloud-platform-client-v2/api/CarrierServicesApi.js +1 -1
  21. package/src/purecloud-platform-client-v2/api/ChatApi.js +1 -1
  22. package/src/purecloud-platform-client-v2/api/CoachingApi.js +1 -1
  23. package/src/purecloud-platform-client-v2/api/ContentManagementApi.js +1 -1
  24. package/src/purecloud-platform-client-v2/api/ConversationsApi.js +1 -1
  25. package/src/purecloud-platform-client-v2/api/DataExtensionsApi.js +1 -1
  26. package/src/purecloud-platform-client-v2/api/DownloadsApi.js +1 -1
  27. package/src/purecloud-platform-client-v2/api/EmailsApi.js +1 -1
  28. package/src/purecloud-platform-client-v2/api/EmployeeEngagementApi.js +1 -1
  29. package/src/purecloud-platform-client-v2/api/EventsApi.js +1 -1
  30. package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +3 -8
  31. package/src/purecloud-platform-client-v2/api/FaxApi.js +1 -1
  32. package/src/purecloud-platform-client-v2/api/FlowsApi.js +1 -1
  33. package/src/purecloud-platform-client-v2/api/GamificationApi.js +1 -1
  34. package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +1 -1
  35. package/src/purecloud-platform-client-v2/api/GeolocationApi.js +1 -1
  36. package/src/purecloud-platform-client-v2/api/GreetingsApi.js +1 -1
  37. package/src/purecloud-platform-client-v2/api/GroupsApi.js +1 -1
  38. package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +1 -1
  39. package/src/purecloud-platform-client-v2/api/InfrastructureAsCodeApi.js +1 -1
  40. package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +31 -11
  41. package/src/purecloud-platform-client-v2/api/JourneyApi.js +136 -1
  42. package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +5 -3
  43. package/src/purecloud-platform-client-v2/api/LanguageUnderstandingApi.js +1 -1
  44. package/src/purecloud-platform-client-v2/api/LanguagesApi.js +1 -1
  45. package/src/purecloud-platform-client-v2/api/LearningApi.js +1 -1
  46. package/src/purecloud-platform-client-v2/api/LicenseApi.js +1 -1
  47. package/src/purecloud-platform-client-v2/api/LocationsApi.js +1 -1
  48. package/src/purecloud-platform-client-v2/api/LogCaptureApi.js +1 -1
  49. package/src/purecloud-platform-client-v2/api/MessagingApi.js +1 -1
  50. package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +1 -1
  51. package/src/purecloud-platform-client-v2/api/NotificationsApi.js +1 -1
  52. package/src/purecloud-platform-client-v2/api/OAuthApi.js +1 -1
  53. package/src/purecloud-platform-client-v2/api/ObjectsApi.js +1 -1
  54. package/src/purecloud-platform-client-v2/api/OperationalEventsApi.js +1 -1
  55. package/src/purecloud-platform-client-v2/api/OrganizationApi.js +1 -1
  56. package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +1 -1
  57. package/src/purecloud-platform-client-v2/api/OutboundApi.js +1 -1
  58. package/src/purecloud-platform-client-v2/api/PresenceApi.js +1 -1
  59. package/src/purecloud-platform-client-v2/api/ProcessAutomationApi.js +1 -1
  60. package/src/purecloud-platform-client-v2/api/QualityApi.js +1 -1
  61. package/src/purecloud-platform-client-v2/api/RecordingApi.js +1 -1
  62. package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
  63. package/src/purecloud-platform-client-v2/api/RoutingApi.js +12 -12
  64. package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
  65. package/src/purecloud-platform-client-v2/api/ScreenRecordingApi.js +1 -1
  66. package/src/purecloud-platform-client-v2/api/ScriptsApi.js +1 -1
  67. package/src/purecloud-platform-client-v2/api/SearchApi.js +55 -1
  68. package/src/purecloud-platform-client-v2/api/SettingsApi.js +1 -1
  69. package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +4 -4
  70. package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
  71. package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
  72. package/src/purecloud-platform-client-v2/api/TaskManagementApi.js +1 -1
  73. package/src/purecloud-platform-client-v2/api/TeamsApi.js +1 -1
  74. package/src/purecloud-platform-client-v2/api/TelephonyApi.js +1 -1
  75. package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +55 -1
  76. package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
  77. package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
  78. package/src/purecloud-platform-client-v2/api/UploadsApi.js +1 -1
  79. package/src/purecloud-platform-client-v2/api/UsageApi.js +1 -1
  80. package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
  81. package/src/purecloud-platform-client-v2/api/UsersApi.js +12 -12
  82. package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
  83. package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
  84. package/src/purecloud-platform-client-v2/api/WebChatApi.js +1 -1
  85. package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +1 -1
  86. package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +1 -1
  87. package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
  88. package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +1 -1
  89. package/src/purecloud-platform-client-v2/index.js +1 -1
@@ -483,7 +483,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
483
483
 
484
484
  /**
485
485
  * @module purecloud-platform-client-v2/ApiClient
486
- * @version 207.0.0
486
+ * @version 208.0.0
487
487
  */
488
488
  class ApiClient {
489
489
  /**
@@ -1927,7 +1927,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
1927
1927
  /**
1928
1928
  * AgentAssistants service.
1929
1929
  * @module purecloud-platform-client-v2/api/AgentAssistantsApi
1930
- * @version 207.0.0
1930
+ * @version 208.0.0
1931
1931
  */
1932
1932
 
1933
1933
  /**
@@ -2303,7 +2303,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
2303
2303
  /**
2304
2304
  * AgentCopilot service.
2305
2305
  * @module purecloud-platform-client-v2/api/AgentCopilotApi
2306
- * @version 207.0.0
2306
+ * @version 208.0.0
2307
2307
  */
2308
2308
 
2309
2309
  /**
@@ -2379,7 +2379,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
2379
2379
  /**
2380
2380
  * AgentUI service.
2381
2381
  * @module purecloud-platform-client-v2/api/AgentUIApi
2382
- * @version 207.0.0
2382
+ * @version 208.0.0
2383
2383
  */
2384
2384
 
2385
2385
  /**
@@ -2510,7 +2510,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
2510
2510
  /**
2511
2511
  * Alerting service.
2512
2512
  * @module purecloud-platform-client-v2/api/AlertingApi
2513
- * @version 207.0.0
2513
+ * @version 208.0.0
2514
2514
  */
2515
2515
 
2516
2516
  /**
@@ -3171,7 +3171,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
3171
3171
  /**
3172
3172
  * Analytics service.
3173
3173
  * @module purecloud-platform-client-v2/api/AnalyticsApi
3174
- * @version 207.0.0
3174
+ * @version 208.0.0
3175
3175
  */
3176
3176
 
3177
3177
  /**
@@ -5784,7 +5784,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
5784
5784
  /**
5785
5785
  * Architect service.
5786
5786
  * @module purecloud-platform-client-v2/api/ArchitectApi
5787
- * @version 207.0.0
5787
+ * @version 208.0.0
5788
5788
  */
5789
5789
 
5790
5790
  /**
@@ -9906,7 +9906,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
9906
9906
  /**
9907
9907
  * Audit service.
9908
9908
  * @module purecloud-platform-client-v2/api/AuditApi
9909
- * @version 207.0.0
9909
+ * @version 208.0.0
9910
9910
  */
9911
9911
 
9912
9912
  /**
@@ -10107,7 +10107,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
10107
10107
  /**
10108
10108
  * Authorization service.
10109
10109
  * @module purecloud-platform-client-v2/api/AuthorizationApi
10110
- * @version 207.0.0
10110
+ * @version 208.0.0
10111
10111
  */
10112
10112
 
10113
10113
  /**
@@ -11390,7 +11390,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
11390
11390
  /**
11391
11391
  * Billing service.
11392
11392
  * @module purecloud-platform-client-v2/api/BillingApi
11393
- * @version 207.0.0
11393
+ * @version 208.0.0
11394
11394
  */
11395
11395
 
11396
11396
  /**
@@ -11470,7 +11470,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
11470
11470
  /**
11471
11471
  * CarrierServices service.
11472
11472
  * @module purecloud-platform-client-v2/api/CarrierServicesApi
11473
- * @version 207.0.0
11473
+ * @version 208.0.0
11474
11474
  */
11475
11475
 
11476
11476
  /**
@@ -11540,7 +11540,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
11540
11540
  /**
11541
11541
  * Chat service.
11542
11542
  * @module purecloud-platform-client-v2/api/ChatApi
11543
- * @version 207.0.0
11543
+ * @version 208.0.0
11544
11544
  */
11545
11545
 
11546
11546
  /**
@@ -12476,7 +12476,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
12476
12476
  /**
12477
12477
  * Coaching service.
12478
12478
  * @module purecloud-platform-client-v2/api/CoachingApi
12479
- * @version 207.0.0
12479
+ * @version 208.0.0
12480
12480
  */
12481
12481
 
12482
12482
  /**
@@ -13053,7 +13053,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
13053
13053
  /**
13054
13054
  * ContentManagement service.
13055
13055
  * @module purecloud-platform-client-v2/api/ContentManagementApi
13056
- * @version 207.0.0
13056
+ * @version 208.0.0
13057
13057
  */
13058
13058
 
13059
13059
  /**
@@ -14134,7 +14134,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
14134
14134
  /**
14135
14135
  * Conversations service.
14136
14136
  * @module purecloud-platform-client-v2/api/ConversationsApi
14137
- * @version 207.0.0
14137
+ * @version 208.0.0
14138
14138
  */
14139
14139
 
14140
14140
  /**
@@ -21276,7 +21276,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
21276
21276
  /**
21277
21277
  * DataExtensions service.
21278
21278
  * @module purecloud-platform-client-v2/api/DataExtensionsApi
21279
- * @version 207.0.0
21279
+ * @version 208.0.0
21280
21280
  */
21281
21281
 
21282
21282
  /**
@@ -21362,7 +21362,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
21362
21362
  /**
21363
21363
  * Downloads service.
21364
21364
  * @module purecloud-platform-client-v2/api/DownloadsApi
21365
- * @version 207.0.0
21365
+ * @version 208.0.0
21366
21366
  */
21367
21367
 
21368
21368
  /**
@@ -21414,7 +21414,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
21414
21414
  /**
21415
21415
  * Emails service.
21416
21416
  * @module purecloud-platform-client-v2/api/EmailsApi
21417
- * @version 207.0.0
21417
+ * @version 208.0.0
21418
21418
  */
21419
21419
 
21420
21420
  /**
@@ -21479,7 +21479,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
21479
21479
  /**
21480
21480
  * EmployeeEngagement service.
21481
21481
  * @module purecloud-platform-client-v2/api/EmployeeEngagementApi
21482
- * @version 207.0.0
21482
+ * @version 208.0.0
21483
21483
  */
21484
21484
 
21485
21485
  /**
@@ -21630,7 +21630,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
21630
21630
  /**
21631
21631
  * Events service.
21632
21632
  * @module purecloud-platform-client-v2/api/EventsApi
21633
- * @version 207.0.0
21633
+ * @version 208.0.0
21634
21634
  */
21635
21635
 
21636
21636
  /**
@@ -21726,7 +21726,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
21726
21726
  /**
21727
21727
  * ExternalContacts service.
21728
21728
  * @module purecloud-platform-client-v2/api/ExternalContactsApi
21729
- * @version 207.0.0
21729
+ * @version 208.0.0
21730
21730
  */
21731
21731
 
21732
21732
  /**
@@ -21825,7 +21825,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
21825
21825
  * Delete an External Source. WARNING: Any records that reference this External Source will not be automatically cleaned up. Those records will still be editable, but their External IDs may not be fully viewable.
21826
21826
  *
21827
21827
  * @param {String} externalSourceId External Source ID
21828
- * deleteExternalcontactsExternalsource is a preview method and is subject to both breaking and non-breaking changes at any time without notice
21829
21828
  */
21830
21829
  deleteExternalcontactsExternalsource(externalSourceId) {
21831
21830
  // verify the required parameter 'externalSourceId' is set
@@ -22133,7 +22132,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
22133
22132
  *
22134
22133
  * @param {String} contactId ExternalContact ID
22135
22134
  * @param {Object} opts Optional parameters
22136
- * @param {Array.<String>} opts.expand which fields, if any, to expand (externalOrganization,externalDataSources,identifiers)
22135
+ * @param {Array.<String>} opts.expand which fields, if any, to expand
22137
22136
  */
22138
22137
  getExternalcontactsContactUnresolved(contactId, opts) {
22139
22138
  opts = opts || {};
@@ -22289,7 +22288,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
22289
22288
  * Fetch an External Source
22290
22289
  *
22291
22290
  * @param {String} externalSourceId External Source ID
22292
- * getExternalcontactsExternalsource is a preview method and is subject to both breaking and non-breaking changes at any time without notice
22293
22291
  */
22294
22292
  getExternalcontactsExternalsource(externalSourceId) {
22295
22293
  // verify the required parameter 'externalSourceId' is set
@@ -22319,7 +22317,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
22319
22317
  * @param {Number} opts.limit The number of ExternalSources per page; must be between 10 and 200, default is 100
22320
22318
  * @param {String} opts.name Filter by external source name. Filtering is prefix filtering and not an exact match
22321
22319
  * @param {Boolean} opts.active Filter by active status of external source
22322
- * getExternalcontactsExternalsources is a preview method and is subject to both breaking and non-breaking changes at any time without notice
22323
22320
  */
22324
22321
  getExternalcontactsExternalsources(opts) {
22325
22322
  opts = opts || {};
@@ -22445,7 +22442,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
22445
22442
  *
22446
22443
  * @param {String} externalOrganizationId External Organization ID
22447
22444
  * @param {Object} opts Optional parameters
22448
- * @param {Array.<String>} opts.expand which fields, if any, to expand (externalDataSources)
22445
+ * @param {Array.<String>} opts.expand which fields, if any, to expand
22449
22446
  * @param {Boolean} opts.includeTrustors (true or false) whether or not to include trustor information embedded in the externalOrganization
22450
22447
  */
22451
22448
  getExternalcontactsOrganization(externalOrganizationId, opts) {
@@ -23453,7 +23450,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
23453
23450
  * Create an External Source
23454
23451
  *
23455
23452
  * @param {Object} body External Source
23456
- * postExternalcontactsExternalsources is a preview method and is subject to both breaking and non-breaking changes at any time without notice
23457
23453
  */
23458
23454
  postExternalcontactsExternalsources(body) {
23459
23455
  // verify the required parameter 'body' is set
@@ -23839,7 +23835,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
23839
23835
  *
23840
23836
  * @param {String} externalSourceId External Source ID
23841
23837
  * @param {Object} body External Source
23842
- * putExternalcontactsExternalsource is a preview method and is subject to both breaking and non-breaking changes at any time without notice
23843
23838
  */
23844
23839
  putExternalcontactsExternalsource(externalSourceId, body) {
23845
23840
  // verify the required parameter 'externalSourceId' is set
@@ -24056,7 +24051,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
24056
24051
  /**
24057
24052
  * Fax service.
24058
24053
  * @module purecloud-platform-client-v2/api/FaxApi
24059
- * @version 207.0.0
24054
+ * @version 208.0.0
24060
24055
  */
24061
24056
 
24062
24057
  /**
@@ -24271,7 +24266,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
24271
24266
  /**
24272
24267
  * Flows service.
24273
24268
  * @module purecloud-platform-client-v2/api/FlowsApi
24274
- * @version 207.0.0
24269
+ * @version 208.0.0
24275
24270
  */
24276
24271
 
24277
24272
  /**
@@ -24454,7 +24449,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
24454
24449
  /**
24455
24450
  * Gamification service.
24456
24451
  * @module purecloud-platform-client-v2/api/GamificationApi
24457
- * @version 207.0.0
24452
+ * @version 208.0.0
24458
24453
  */
24459
24454
 
24460
24455
  /**
@@ -26540,7 +26535,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
26540
26535
  /**
26541
26536
  * GeneralDataProtectionRegulation service.
26542
26537
  * @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
26543
- * @version 207.0.0
26538
+ * @version 208.0.0
26544
26539
  */
26545
26540
 
26546
26541
  /**
@@ -26670,7 +26665,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
26670
26665
  /**
26671
26666
  * Geolocation service.
26672
26667
  * @module purecloud-platform-client-v2/api/GeolocationApi
26673
- * @version 207.0.0
26668
+ * @version 208.0.0
26674
26669
  */
26675
26670
 
26676
26671
  /**
@@ -26801,7 +26796,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
26801
26796
  /**
26802
26797
  * Greetings service.
26803
26798
  * @module purecloud-platform-client-v2/api/GreetingsApi
26804
- * @version 207.0.0
26799
+ * @version 208.0.0
26805
26800
  */
26806
26801
 
26807
26802
  /**
@@ -27256,7 +27251,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
27256
27251
  /**
27257
27252
  * Groups service.
27258
27253
  * @module purecloud-platform-client-v2/api/GroupsApi
27259
- * @version 207.0.0
27254
+ * @version 208.0.0
27260
27255
  */
27261
27256
 
27262
27257
  /**
@@ -27775,7 +27770,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
27775
27770
  /**
27776
27771
  * IdentityProvider service.
27777
27772
  * @module purecloud-platform-client-v2/api/IdentityProviderApi
27778
- * @version 207.0.0
27773
+ * @version 208.0.0
27779
27774
  */
27780
27775
 
27781
27776
  /**
@@ -28636,7 +28631,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
28636
28631
  /**
28637
28632
  * InfrastructureAsCode service.
28638
28633
  * @module purecloud-platform-client-v2/api/InfrastructureAsCodeApi
28639
- * @version 207.0.0
28634
+ * @version 208.0.0
28640
28635
  */
28641
28636
 
28642
28637
  /**
@@ -28803,7 +28798,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
28803
28798
  /**
28804
28799
  * Integrations service.
28805
28800
  * @module purecloud-platform-client-v2/api/IntegrationsApi
28806
- * @version 207.0.0
28801
+ * @version 208.0.0
28807
28802
  */
28808
28803
 
28809
28804
  /**
@@ -29097,8 +29092,12 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
29097
29092
  *
29098
29093
  * @param {String} actionId actionId
29099
29094
  * @param {String} fileName Name of schema file to be retrieved for this draft.
29095
+ * @param {Object} opts Optional parameters
29096
+ * @param {Boolean} opts.flatten Indicates the response should be reformatted, based on Architect's flattening format. (default to false)
29100
29097
  */
29101
- getIntegrationsActionDraftSchema(actionId, fileName) {
29098
+ getIntegrationsActionDraftSchema(actionId, fileName, opts) {
29099
+ opts = opts || {};
29100
+
29102
29101
  // verify the required parameter 'actionId' is set
29103
29102
  if (actionId === undefined || actionId === null) {
29104
29103
  throw 'Missing the required parameter "actionId" when calling getIntegrationsActionDraftSchema';
@@ -29112,7 +29111,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
29112
29111
  '/api/v2/integrations/actions/{actionId}/draft/schemas/{fileName}',
29113
29112
  'GET',
29114
29113
  { 'actionId': actionId,'fileName': fileName },
29115
- { },
29114
+ { 'flatten': opts['flatten'] },
29116
29115
  { },
29117
29116
  { },
29118
29117
  null,
@@ -29208,8 +29207,12 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
29208
29207
  *
29209
29208
  * @param {String} actionId actionId
29210
29209
  * @param {String} fileName Name of schema file to be retrieved for this action.
29210
+ * @param {Object} opts Optional parameters
29211
+ * @param {Boolean} opts.flatten Indicates the response should be reformatted, based on Architect's flattening format. (default to false)
29211
29212
  */
29212
- getIntegrationsActionSchema(actionId, fileName) {
29213
+ getIntegrationsActionSchema(actionId, fileName, opts) {
29214
+ opts = opts || {};
29215
+
29213
29216
  // verify the required parameter 'actionId' is set
29214
29217
  if (actionId === undefined || actionId === null) {
29215
29218
  throw 'Missing the required parameter "actionId" when calling getIntegrationsActionSchema';
@@ -29223,7 +29226,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
29223
29226
  '/api/v2/integrations/actions/{actionId}/schemas/{fileName}',
29224
29227
  'GET',
29225
29228
  { 'actionId': actionId,'fileName': fileName },
29226
- { },
29229
+ { 'flatten': opts['flatten'] },
29227
29230
  { },
29228
29231
  { },
29229
29232
  null,
@@ -30760,8 +30763,12 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
30760
30763
  *
30761
30764
  * @param {String} actionId actionId
30762
30765
  * @param {Object.<String, {String: Object}>} body Map of parameters used for variable substitution.
30766
+ * @param {Object} opts Optional parameters
30767
+ * @param {Boolean} opts.flatten Indicates the response should be reformatted, based on Architect's flattening format. (default to false)
30763
30768
  */
30764
- postIntegrationsActionDraftTest(actionId, body) {
30769
+ postIntegrationsActionDraftTest(actionId, body, opts) {
30770
+ opts = opts || {};
30771
+
30765
30772
  // verify the required parameter 'actionId' is set
30766
30773
  if (actionId === undefined || actionId === null) {
30767
30774
  throw 'Missing the required parameter "actionId" when calling postIntegrationsActionDraftTest';
@@ -30775,7 +30782,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
30775
30782
  '/api/v2/integrations/actions/{actionId}/draft/test',
30776
30783
  'POST',
30777
30784
  { 'actionId': actionId },
30778
- { },
30785
+ { 'flatten': opts['flatten'] },
30779
30786
  { },
30780
30787
  { },
30781
30788
  body,
@@ -30790,8 +30797,12 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
30790
30797
  *
30791
30798
  * @param {String} actionId actionId
30792
30799
  * @param {Object.<String, {String: Object}>} body Map of parameters used for variable substitution.
30800
+ * @param {Object} opts Optional parameters
30801
+ * @param {Boolean} opts.flatten Indicates the response should be reformatted, based on Architect's flattening format. (default to false)
30793
30802
  */
30794
- postIntegrationsActionExecute(actionId, body) {
30803
+ postIntegrationsActionExecute(actionId, body, opts) {
30804
+ opts = opts || {};
30805
+
30795
30806
  // verify the required parameter 'actionId' is set
30796
30807
  if (actionId === undefined || actionId === null) {
30797
30808
  throw 'Missing the required parameter "actionId" when calling postIntegrationsActionExecute';
@@ -30805,7 +30816,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
30805
30816
  '/api/v2/integrations/actions/{actionId}/execute',
30806
30817
  'POST',
30807
30818
  { 'actionId': actionId },
30808
- { },
30819
+ { 'flatten': opts['flatten'] },
30809
30820
  { },
30810
30821
  { },
30811
30822
  body,
@@ -30820,8 +30831,12 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
30820
30831
  *
30821
30832
  * @param {String} actionId actionId
30822
30833
  * @param {Object.<String, {String: Object}>} body Map of parameters used for variable substitution.
30834
+ * @param {Object} opts Optional parameters
30835
+ * @param {Boolean} opts.flatten Indicates the response should be reformatted, based on Architect's flattening format. (default to false)
30823
30836
  */
30824
- postIntegrationsActionTest(actionId, body) {
30837
+ postIntegrationsActionTest(actionId, body, opts) {
30838
+ opts = opts || {};
30839
+
30825
30840
  // verify the required parameter 'actionId' is set
30826
30841
  if (actionId === undefined || actionId === null) {
30827
30842
  throw 'Missing the required parameter "actionId" when calling postIntegrationsActionTest';
@@ -30835,7 +30850,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
30835
30850
  '/api/v2/integrations/actions/{actionId}/test',
30836
30851
  'POST',
30837
30852
  { 'actionId': actionId },
30838
- { },
30853
+ { 'flatten': opts['flatten'] },
30839
30854
  { },
30840
30855
  { },
30841
30856
  body,
@@ -31225,7 +31240,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
31225
31240
  /**
31226
31241
  * Journey service.
31227
31242
  * @module purecloud-platform-client-v2/api/JourneyApi
31228
- * @version 207.0.0
31243
+ * @version 208.0.0
31229
31244
  */
31230
31245
 
31231
31246
  /**
@@ -31394,6 +31409,31 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
31394
31409
  );
31395
31410
  }
31396
31411
 
31412
+ /**
31413
+ * Delete the Schedule of a JourneyView
31414
+ * used for long descriptions
31415
+ * @param {String} viewId Journey View Id
31416
+ */
31417
+ deleteJourneyViewSchedules(viewId) {
31418
+ // verify the required parameter 'viewId' is set
31419
+ if (viewId === undefined || viewId === null) {
31420
+ throw 'Missing the required parameter "viewId" when calling deleteJourneyViewSchedules';
31421
+ }
31422
+
31423
+ return this.apiClient.callApi(
31424
+ '/api/v2/journey/views/{viewId}/schedules',
31425
+ 'DELETE',
31426
+ { 'viewId': viewId },
31427
+ { },
31428
+ { },
31429
+ { },
31430
+ null,
31431
+ ['PureCloud OAuth'],
31432
+ ['application/json'],
31433
+ ['application/json']
31434
+ );
31435
+ }
31436
+
31397
31437
  /**
31398
31438
  * Get status for async query for journey aggregates
31399
31439
  *
@@ -32042,6 +32082,31 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
32042
32082
  );
32043
32083
  }
32044
32084
 
32085
+ /**
32086
+ * Get the Schedule for a JourneyView
32087
+ * used for long descriptions
32088
+ * @param {String} viewId Journey View Id
32089
+ */
32090
+ getJourneyViewSchedules(viewId) {
32091
+ // verify the required parameter 'viewId' is set
32092
+ if (viewId === undefined || viewId === null) {
32093
+ throw 'Missing the required parameter "viewId" when calling getJourneyViewSchedules';
32094
+ }
32095
+
32096
+ return this.apiClient.callApi(
32097
+ '/api/v2/journey/views/{viewId}/schedules',
32098
+ 'GET',
32099
+ { 'viewId': viewId },
32100
+ { },
32101
+ { },
32102
+ { },
32103
+ null,
32104
+ ['PureCloud OAuth'],
32105
+ ['application/json'],
32106
+ ['application/json']
32107
+ );
32108
+ }
32109
+
32045
32110
  /**
32046
32111
  * Get a Journey View by ID and version
32047
32112
  *
@@ -32387,6 +32452,31 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
32387
32452
  );
32388
32453
  }
32389
32454
 
32455
+ /**
32456
+ * Get the journey schedules for an organization.
32457
+ *
32458
+ * @param {Object} opts Optional parameters
32459
+ * @param {Number} opts.pageNumber The number of the page to return (default to 1)
32460
+ * @param {Number} opts.pageSize Max number of entities to return (default to 25)
32461
+ */
32462
+ getJourneyViewsSchedules(opts) {
32463
+ opts = opts || {};
32464
+
32465
+
32466
+ return this.apiClient.callApi(
32467
+ '/api/v2/journey/views/schedules',
32468
+ 'GET',
32469
+ { },
32470
+ { 'pageNumber': opts['pageNumber'],'pageSize': opts['pageSize'] },
32471
+ { },
32472
+ { },
32473
+ null,
32474
+ ['PureCloud OAuth'],
32475
+ ['application/json'],
32476
+ ['application/json']
32477
+ );
32478
+ }
32479
+
32390
32480
  /**
32391
32481
  * Update single action map.
32392
32482
  *
@@ -32905,6 +32995,36 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
32905
32995
  );
32906
32996
  }
32907
32997
 
32998
+ /**
32999
+ * Add a new Schedule to a JourneyView
33000
+ *
33001
+ * @param {String} viewId Journey View Id
33002
+ * @param {Object} body journeyViewSchedule
33003
+ */
33004
+ postJourneyViewSchedules(viewId, body) {
33005
+ // verify the required parameter 'viewId' is set
33006
+ if (viewId === undefined || viewId === null) {
33007
+ throw 'Missing the required parameter "viewId" when calling postJourneyViewSchedules';
33008
+ }
33009
+ // verify the required parameter 'body' is set
33010
+ if (body === undefined || body === null) {
33011
+ throw 'Missing the required parameter "body" when calling postJourneyViewSchedules';
33012
+ }
33013
+
33014
+ return this.apiClient.callApi(
33015
+ '/api/v2/journey/views/{viewId}/schedules',
33016
+ 'POST',
33017
+ { 'viewId': viewId },
33018
+ { },
33019
+ { },
33020
+ { },
33021
+ body,
33022
+ ['PureCloud OAuth'],
33023
+ ['application/json'],
33024
+ ['application/json']
33025
+ );
33026
+ }
33027
+
32908
33028
  /**
32909
33029
  * Submit a job request for a journey view version.
32910
33030
  * used for long descriptions
@@ -33014,6 +33134,36 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
33014
33134
  );
33015
33135
  }
33016
33136
 
33137
+ /**
33138
+ * Update the Schedule for a JourneyView
33139
+ * used for long descriptions
33140
+ * @param {String} viewId Journey View Id
33141
+ * @param {Object} body journeyViewSchedule
33142
+ */
33143
+ putJourneyViewSchedules(viewId, body) {
33144
+ // verify the required parameter 'viewId' is set
33145
+ if (viewId === undefined || viewId === null) {
33146
+ throw 'Missing the required parameter "viewId" when calling putJourneyViewSchedules';
33147
+ }
33148
+ // verify the required parameter 'body' is set
33149
+ if (body === undefined || body === null) {
33150
+ throw 'Missing the required parameter "body" when calling putJourneyViewSchedules';
33151
+ }
33152
+
33153
+ return this.apiClient.callApi(
33154
+ '/api/v2/journey/views/{viewId}/schedules',
33155
+ 'PUT',
33156
+ { 'viewId': viewId },
33157
+ { },
33158
+ { },
33159
+ { },
33160
+ body,
33161
+ ['PureCloud OAuth'],
33162
+ ['application/json'],
33163
+ ['application/json']
33164
+ );
33165
+ }
33166
+
33017
33167
  /**
33018
33168
  * Update a Journey View by ID and version
33019
33169
  * does not create a new version
@@ -33055,7 +33205,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
33055
33205
  /**
33056
33206
  * Knowledge service.
33057
33207
  * @module purecloud-platform-client-v2/api/KnowledgeApi
33058
- * @version 207.0.0
33208
+ * @version 208.0.0
33059
33209
  */
33060
33210
 
33061
33211
  /**
@@ -33814,6 +33964,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
33814
33964
  * @param {String} knowledgeBaseId Globally unique identifier for a knowledge base.
33815
33965
  * @param {Object} opts Optional parameters
33816
33966
  * @param {Object} opts.documentState The state of the document.
33967
+ * @param {Array.<String>} opts.expand The specified entity attributes will be filled. Comma separated values expected.
33817
33968
  */
33818
33969
  getKnowledgeKnowledgebaseDocumentVariation(documentVariationId, documentId, knowledgeBaseId, opts) {
33819
33970
  opts = opts || {};
@@ -33835,7 +33986,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
33835
33986
  '/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/{documentId}/variations/{documentVariationId}',
33836
33987
  'GET',
33837
33988
  { 'documentVariationId': documentVariationId,'documentId': documentId,'knowledgeBaseId': knowledgeBaseId },
33838
- { 'documentState': opts['documentState'] },
33989
+ { 'documentState': opts['documentState'],'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi') },
33839
33990
  { },
33840
33991
  { },
33841
33992
  null,
@@ -33855,6 +34006,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
33855
34006
  * @param {String} opts.after The cursor that points to the end of the set of entities that has been returned.
33856
34007
  * @param {String} opts.pageSize Number of entities to return. Maximum of 200.
33857
34008
  * @param {Object} opts.documentState The state of the document.
34009
+ * @param {Array.<String>} opts.expand The specified entity attributes will be filled. Comma separated values expected.
33858
34010
  */
33859
34011
  getKnowledgeKnowledgebaseDocumentVariations(knowledgeBaseId, documentId, opts) {
33860
34012
  opts = opts || {};
@@ -33872,7 +34024,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
33872
34024
  '/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/{documentId}/variations',
33873
34025
  'GET',
33874
34026
  { 'knowledgeBaseId': knowledgeBaseId,'documentId': documentId },
33875
- { 'before': opts['before'],'after': opts['after'],'pageSize': opts['pageSize'],'documentState': opts['documentState'] },
34027
+ { 'before': opts['before'],'after': opts['after'],'pageSize': opts['pageSize'],'documentState': opts['documentState'],'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi') },
33876
34028
  { },
33877
34029
  { },
33878
34030
  null,
@@ -36925,7 +37077,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
36925
37077
  /**
36926
37078
  * LanguageUnderstanding service.
36927
37079
  * @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
36928
- * @version 207.0.0
37080
+ * @version 208.0.0
36929
37081
  */
36930
37082
 
36931
37083
  /**
@@ -37959,7 +38111,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
37959
38111
  /**
37960
38112
  * Languages service.
37961
38113
  * @module purecloud-platform-client-v2/api/LanguagesApi
37962
- * @version 207.0.0
38114
+ * @version 208.0.0
37963
38115
  */
37964
38116
 
37965
38117
  /**
@@ -38181,7 +38333,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
38181
38333
  /**
38182
38334
  * Learning service.
38183
38335
  * @module purecloud-platform-client-v2/api/LearningApi
38184
- * @version 207.0.0
38336
+ * @version 208.0.0
38185
38337
  */
38186
38338
 
38187
38339
  /**
@@ -39210,7 +39362,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
39210
39362
  /**
39211
39363
  * License service.
39212
39364
  * @module purecloud-platform-client-v2/api/LicenseApi
39213
- * @version 207.0.0
39365
+ * @version 208.0.0
39214
39366
  */
39215
39367
 
39216
39368
  /**
@@ -39448,7 +39600,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
39448
39600
  /**
39449
39601
  * Locations service.
39450
39602
  * @module purecloud-platform-client-v2/api/LocationsApi
39451
- * @version 207.0.0
39603
+ * @version 208.0.0
39452
39604
  */
39453
39605
 
39454
39606
  /**
@@ -39684,7 +39836,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
39684
39836
  /**
39685
39837
  * LogCapture service.
39686
39838
  * @module purecloud-platform-client-v2/api/LogCaptureApi
39687
- * @version 207.0.0
39839
+ * @version 208.0.0
39688
39840
  */
39689
39841
 
39690
39842
  /**
@@ -39884,7 +40036,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
39884
40036
  /**
39885
40037
  * Messaging service.
39886
40038
  * @module purecloud-platform-client-v2/api/MessagingApi
39887
- * @version 207.0.0
40039
+ * @version 208.0.0
39888
40040
  */
39889
40041
 
39890
40042
  /**
@@ -40243,7 +40395,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
40243
40395
  /**
40244
40396
  * MobileDevices service.
40245
40397
  * @module purecloud-platform-client-v2/api/MobileDevicesApi
40246
- * @version 207.0.0
40398
+ * @version 208.0.0
40247
40399
  */
40248
40400
 
40249
40401
  /**
@@ -40394,7 +40546,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
40394
40546
  /**
40395
40547
  * Notifications service.
40396
40548
  * @module purecloud-platform-client-v2/api/NotificationsApi
40397
- * @version 207.0.0
40549
+ * @version 208.0.0
40398
40550
  */
40399
40551
 
40400
40552
  /**
@@ -40627,7 +40779,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
40627
40779
  /**
40628
40780
  * OAuth service.
40629
40781
  * @module purecloud-platform-client-v2/api/OAuthApi
40630
- * @version 207.0.0
40782
+ * @version 208.0.0
40631
40783
  */
40632
40784
 
40633
40785
  /**
@@ -40993,7 +41145,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
40993
41145
  /**
40994
41146
  * Objects service.
40995
41147
  * @module purecloud-platform-client-v2/api/ObjectsApi
40996
- * @version 207.0.0
41148
+ * @version 208.0.0
40997
41149
  */
40998
41150
 
40999
41151
  /**
@@ -41263,7 +41415,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
41263
41415
  /**
41264
41416
  * OperationalEvents service.
41265
41417
  * @module purecloud-platform-client-v2/api/OperationalEventsApi
41266
- * @version 207.0.0
41418
+ * @version 208.0.0
41267
41419
  */
41268
41420
 
41269
41421
  /**
@@ -41329,7 +41481,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
41329
41481
  /**
41330
41482
  * Organization service.
41331
41483
  * @module purecloud-platform-client-v2/api/OrganizationApi
41332
- * @version 207.0.0
41484
+ * @version 208.0.0
41333
41485
  */
41334
41486
 
41335
41487
  /**
@@ -41871,7 +42023,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
41871
42023
  /**
41872
42024
  * OrganizationAuthorization service.
41873
42025
  * @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
41874
- * @version 207.0.0
42026
+ * @version 208.0.0
41875
42027
  */
41876
42028
 
41877
42029
  /**
@@ -43265,7 +43417,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
43265
43417
  /**
43266
43418
  * Outbound service.
43267
43419
  * @module purecloud-platform-client-v2/api/OutboundApi
43268
- * @version 207.0.0
43420
+ * @version 208.0.0
43269
43421
  */
43270
43422
 
43271
43423
  /**
@@ -47812,7 +47964,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
47812
47964
  /**
47813
47965
  * Presence service.
47814
47966
  * @module purecloud-platform-client-v2/api/PresenceApi
47815
- * @version 207.0.0
47967
+ * @version 208.0.0
47816
47968
  */
47817
47969
 
47818
47970
  /**
@@ -48556,7 +48708,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
48556
48708
  /**
48557
48709
  * ProcessAutomation service.
48558
48710
  * @module purecloud-platform-client-v2/api/ProcessAutomationApi
48559
- * @version 207.0.0
48711
+ * @version 208.0.0
48560
48712
  */
48561
48713
 
48562
48714
  /**
@@ -48795,7 +48947,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
48795
48947
  /**
48796
48948
  * Quality service.
48797
48949
  * @module purecloud-platform-client-v2/api/QualityApi
48798
- * @version 207.0.0
48950
+ * @version 208.0.0
48799
48951
  */
48800
48952
 
48801
48953
  /**
@@ -50581,7 +50733,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
50581
50733
  /**
50582
50734
  * Recording service.
50583
50735
  * @module purecloud-platform-client-v2/api/RecordingApi
50584
- * @version 207.0.0
50736
+ * @version 208.0.0
50585
50737
  */
50586
50738
 
50587
50739
  /**
@@ -52240,7 +52392,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
52240
52392
  /**
52241
52393
  * ResponseManagement service.
52242
52394
  * @module purecloud-platform-client-v2/api/ResponseManagementApi
52243
- * @version 207.0.0
52395
+ * @version 208.0.0
52244
52396
  */
52245
52397
 
52246
52398
  /**
@@ -52750,7 +52902,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
52750
52902
  /**
52751
52903
  * Routing service.
52752
52904
  * @module purecloud-platform-client-v2/api/RoutingApi
52753
- * @version 207.0.0
52905
+ * @version 208.0.0
52754
52906
  */
52755
52907
 
52756
52908
  /**
@@ -53335,7 +53487,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
53335
53487
  }
53336
53488
 
53337
53489
  /**
53338
- * Remove routing language from user
53490
+ * Remove a routing language from a user
53339
53491
  *
53340
53492
  * @param {String} userId User ID
53341
53493
  * @param {String} languageId languageId
@@ -53365,7 +53517,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
53365
53517
  }
53366
53518
 
53367
53519
  /**
53368
- * Remove routing skill from user
53520
+ * Remove a routing skill from a user
53369
53521
  *
53370
53522
  * @param {String} userId User ID
53371
53523
  * @param {String} skillId skillId
@@ -55144,7 +55296,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
55144
55296
  }
55145
55297
 
55146
55298
  /**
55147
- * List routing language for user
55299
+ * List routing languages assigned to a user
55148
55300
  *
55149
55301
  * @param {String} userId User ID
55150
55302
  * @param {Object} opts Optional parameters
@@ -55175,7 +55327,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
55175
55327
  }
55176
55328
 
55177
55329
  /**
55178
- * List routing skills for user
55330
+ * List routing skills assigned to a user
55179
55331
  *
55180
55332
  * @param {String} userId User ID
55181
55333
  * @param {Object} opts Optional parameters
@@ -55637,7 +55789,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
55637
55789
  }
55638
55790
 
55639
55791
  /**
55640
- * Update routing language proficiency or state.
55792
+ * Update an assigned routing language's proficiency
55641
55793
  *
55642
55794
  * @param {String} userId User ID
55643
55795
  * @param {String} languageId languageId
@@ -55672,7 +55824,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
55672
55824
  }
55673
55825
 
55674
55826
  /**
55675
- * Add bulk routing language to user. Max limit 50 languages
55827
+ * Assign multiple routing languages to a user. Max 50 routing languages in request body
55676
55828
  *
55677
55829
  * @param {String} userId User ID
55678
55830
  * @param {Array.<Object>} body Language
@@ -55702,7 +55854,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
55702
55854
  }
55703
55855
 
55704
55856
  /**
55705
- * Bulk add routing skills to user
55857
+ * Assign multiple routing skills to a user
55706
55858
  *
55707
55859
  * @param {String} userId User ID
55708
55860
  * @param {Array.<Object>} body Skill
@@ -56398,7 +56550,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
56398
56550
  }
56399
56551
 
56400
56552
  /**
56401
- * Add routing language to user
56553
+ * Assign a routing language to a user
56402
56554
  *
56403
56555
  * @param {String} userId User ID
56404
56556
  * @param {Object} body Language
@@ -56428,7 +56580,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
56428
56580
  }
56429
56581
 
56430
56582
  /**
56431
- * Add routing skill to user
56583
+ * Assign a routing skill to a user
56432
56584
  *
56433
56585
  * @param {String} userId User ID
56434
56586
  * @param {Object} body Skill
@@ -56828,7 +56980,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
56828
56980
  }
56829
56981
 
56830
56982
  /**
56831
- * Update routing skill proficiency or state.
56983
+ * Update an assigned routing skill's proficiency
56832
56984
  *
56833
56985
  * @param {String} userId User ID
56834
56986
  * @param {String} skillId skillId
@@ -56863,7 +57015,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
56863
57015
  }
56864
57016
 
56865
57017
  /**
56866
- * Replace all routing skills assigned to a user
57018
+ * Assign multiple routing skills to a user, replacing any current assignments
56867
57019
  *
56868
57020
  * @param {String} userId User ID
56869
57021
  * @param {Array.<Object>} body Skill
@@ -56898,7 +57050,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
56898
57050
  /**
56899
57051
  * SCIM service.
56900
57052
  * @module purecloud-platform-client-v2/api/SCIMApi
56901
- * @version 207.0.0
57053
+ * @version 208.0.0
56902
57054
  */
56903
57055
 
56904
57056
  /**
@@ -57775,7 +57927,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
57775
57927
  /**
57776
57928
  * ScreenRecording service.
57777
57929
  * @module purecloud-platform-client-v2/api/ScreenRecordingApi
57778
- * @version 207.0.0
57930
+ * @version 208.0.0
57779
57931
  */
57780
57932
 
57781
57933
  /**
@@ -57820,7 +57972,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
57820
57972
  /**
57821
57973
  * Scripts service.
57822
57974
  * @module purecloud-platform-client-v2/api/ScriptsApi
57823
- * @version 207.0.0
57975
+ * @version 208.0.0
57824
57976
  */
57825
57977
 
57826
57978
  /**
@@ -58264,7 +58416,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
58264
58416
  /**
58265
58417
  * Search service.
58266
58418
  * @module purecloud-platform-client-v2/api/SearchApi
58267
- * @version 207.0.0
58419
+ * @version 208.0.0
58268
58420
  */
58269
58421
 
58270
58422
  /**
@@ -58447,6 +58599,35 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
58447
58599
  );
58448
58600
  }
58449
58601
 
58602
+ /**
58603
+ * Search sites using the q64 value returned from a previous search
58604
+ *
58605
+ * @param {String} q64 q64
58606
+ * @param {Object} opts Optional parameters
58607
+ * @param {Array.<String>} opts.expand expand
58608
+ */
58609
+ getTelephonyProvidersEdgesSitesSearch(q64, opts) {
58610
+ opts = opts || {};
58611
+
58612
+ // verify the required parameter 'q64' is set
58613
+ if (q64 === undefined || q64 === null) {
58614
+ throw 'Missing the required parameter "q64" when calling getTelephonyProvidersEdgesSitesSearch';
58615
+ }
58616
+
58617
+ return this.apiClient.callApi(
58618
+ '/api/v2/telephony/providers/edges/sites/search',
58619
+ 'GET',
58620
+ { },
58621
+ { 'q64': q64,'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi') },
58622
+ { },
58623
+ { },
58624
+ null,
58625
+ ['PureCloud OAuth'],
58626
+ ['application/json'],
58627
+ ['application/json']
58628
+ );
58629
+ }
58630
+
58450
58631
  /**
58451
58632
  * Search users using the q64 value returned from a previous search
58452
58633
  *
@@ -58820,6 +59001,31 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
58820
59001
  );
58821
59002
  }
58822
59003
 
59004
+ /**
59005
+ * Search sites
59006
+ *
59007
+ * @param {Object} body Search request options
59008
+ */
59009
+ postTelephonyProvidersEdgesSitesSearch(body) {
59010
+ // verify the required parameter 'body' is set
59011
+ if (body === undefined || body === null) {
59012
+ throw 'Missing the required parameter "body" when calling postTelephonyProvidersEdgesSitesSearch';
59013
+ }
59014
+
59015
+ return this.apiClient.callApi(
59016
+ '/api/v2/telephony/providers/edges/sites/search',
59017
+ 'POST',
59018
+ { },
59019
+ { },
59020
+ { },
59021
+ { },
59022
+ body,
59023
+ ['PureCloud OAuth'],
59024
+ ['application/json'],
59025
+ ['application/json']
59026
+ );
59027
+ }
59028
+
58823
59029
  /**
58824
59030
  * Search users
58825
59031
  *
@@ -58953,7 +59159,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
58953
59159
  /**
58954
59160
  * Settings service.
58955
59161
  * @module purecloud-platform-client-v2/api/SettingsApi
58956
- * @version 207.0.0
59162
+ * @version 208.0.0
58957
59163
  */
58958
59164
 
58959
59165
  /**
@@ -59173,7 +59379,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
59173
59379
  /**
59174
59380
  * SpeechTextAnalytics service.
59175
59381
  * @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
59176
- * @version 207.0.0
59382
+ * @version 208.0.0
59177
59383
  */
59178
59384
 
59179
59385
  /**
@@ -59992,13 +60198,13 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
59992
60198
  }
59993
60199
 
59994
60200
  /**
59995
- * Translate all communication(s) for an interaction.
60201
+ * Translate a single interaction recording (or an email conversation)
59996
60202
  *
59997
60203
  * @param {String} languageId Target translation language
59998
60204
  * @param {String} conversationId Conversation id
59999
60205
  * @param {Object} opts Optional parameters
60000
- * @param {String} opts.communicationId Communication id associated with the conversation
60001
- * @param {String} opts.recordingId Recording id associated with the communication
60206
+ * @param {String} opts.communicationId Communication id associated with the conversation. Please provide a valid communicationId when requesting non-email interactions.
60207
+ * @param {String} opts.recordingId Recording id associated with the communication. Please provide a valid recordingId when requesting voice interactions.
60002
60208
  * getSpeechandtextanalyticsTranslationsLanguageConversation is a preview method and is subject to both breaking and non-breaking changes at any time without notice
60003
60209
  */
60004
60210
  getSpeechandtextanalyticsTranslationsLanguageConversation(languageId, conversationId, opts) {
@@ -60508,7 +60714,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
60508
60714
  /**
60509
60715
  * Stations service.
60510
60716
  * @module purecloud-platform-client-v2/api/StationsApi
60511
- * @version 207.0.0
60717
+ * @version 208.0.0
60512
60718
  */
60513
60719
 
60514
60720
  /**
@@ -60610,7 +60816,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
60610
60816
  /**
60611
60817
  * Suggest service.
60612
60818
  * @module purecloud-platform-client-v2/api/SuggestApi
60613
- * @version 207.0.0
60819
+ * @version 208.0.0
60614
60820
  */
60615
60821
 
60616
60822
  /**
@@ -60749,7 +60955,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
60749
60955
  /**
60750
60956
  * TaskManagement service.
60751
60957
  * @module purecloud-platform-client-v2/api/TaskManagementApi
60752
- * @version 207.0.0
60958
+ * @version 208.0.0
60753
60959
  */
60754
60960
 
60755
60961
  /**
@@ -62413,7 +62619,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
62413
62619
  /**
62414
62620
  * Teams service.
62415
62621
  * @module purecloud-platform-client-v2/api/TeamsApi
62416
- * @version 207.0.0
62622
+ * @version 208.0.0
62417
62623
  */
62418
62624
 
62419
62625
  /**
@@ -62718,7 +62924,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
62718
62924
  /**
62719
62925
  * Telephony service.
62720
62926
  * @module purecloud-platform-client-v2/api/TelephonyApi
62721
- * @version 207.0.0
62927
+ * @version 208.0.0
62722
62928
  */
62723
62929
 
62724
62930
  /**
@@ -62900,7 +63106,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
62900
63106
  /**
62901
63107
  * TelephonyProvidersEdge service.
62902
63108
  * @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
62903
- * @version 207.0.0
63109
+ * @version 208.0.0
62904
63110
  */
62905
63111
 
62906
63112
  /**
@@ -64877,6 +65083,35 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
64877
65083
  );
64878
65084
  }
64879
65085
 
65086
+ /**
65087
+ * Search sites using the q64 value returned from a previous search
65088
+ *
65089
+ * @param {String} q64 q64
65090
+ * @param {Object} opts Optional parameters
65091
+ * @param {Array.<String>} opts.expand expand
65092
+ */
65093
+ getTelephonyProvidersEdgesSitesSearch(q64, opts) {
65094
+ opts = opts || {};
65095
+
65096
+ // verify the required parameter 'q64' is set
65097
+ if (q64 === undefined || q64 === null) {
65098
+ throw 'Missing the required parameter "q64" when calling getTelephonyProvidersEdgesSitesSearch';
65099
+ }
65100
+
65101
+ return this.apiClient.callApi(
65102
+ '/api/v2/telephony/providers/edges/sites/search',
65103
+ 'GET',
65104
+ { },
65105
+ { 'q64': q64,'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi') },
65106
+ { },
65107
+ { },
65108
+ null,
65109
+ ['PureCloud OAuth'],
65110
+ ['application/json'],
65111
+ ['application/json']
65112
+ );
65113
+ }
65114
+
64880
65115
  /**
64881
65116
  * Get a list of Edge-compatible time zones
64882
65117
  *
@@ -65806,6 +66041,31 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
65806
66041
  );
65807
66042
  }
65808
66043
 
66044
+ /**
66045
+ * Search sites
66046
+ *
66047
+ * @param {Object} body Search request options
66048
+ */
66049
+ postTelephonyProvidersEdgesSitesSearch(body) {
66050
+ // verify the required parameter 'body' is set
66051
+ if (body === undefined || body === null) {
66052
+ throw 'Missing the required parameter "body" when calling postTelephonyProvidersEdgesSitesSearch';
66053
+ }
66054
+
66055
+ return this.apiClient.callApi(
66056
+ '/api/v2/telephony/providers/edges/sites/search',
66057
+ 'POST',
66058
+ { },
66059
+ { },
66060
+ { },
66061
+ { },
66062
+ body,
66063
+ ['PureCloud OAuth'],
66064
+ ['application/json'],
66065
+ ['application/json']
66066
+ );
66067
+ }
66068
+
65809
66069
  /**
65810
66070
  * Create a Trunk Base Settings object
65811
66071
  *
@@ -66297,7 +66557,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
66297
66557
  /**
66298
66558
  * Textbots service.
66299
66559
  * @module purecloud-platform-client-v2/api/TextbotsApi
66300
- * @version 207.0.0
66560
+ * @version 208.0.0
66301
66561
  */
66302
66562
 
66303
66563
  /**
@@ -66425,7 +66685,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
66425
66685
  /**
66426
66686
  * Tokens service.
66427
66687
  * @module purecloud-platform-client-v2/api/TokensApi
66428
- * @version 207.0.0
66688
+ * @version 208.0.0
66429
66689
  */
66430
66690
 
66431
66691
  /**
@@ -66579,7 +66839,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
66579
66839
  /**
66580
66840
  * Uploads service.
66581
66841
  * @module purecloud-platform-client-v2/api/UploadsApi
66582
- * @version 207.0.0
66842
+ * @version 208.0.0
66583
66843
  */
66584
66844
 
66585
66845
  /**
@@ -66848,7 +67108,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
66848
67108
  /**
66849
67109
  * Usage service.
66850
67110
  * @module purecloud-platform-client-v2/api/UsageApi
66851
- * @version 207.0.0
67111
+ * @version 208.0.0
66852
67112
  */
66853
67113
 
66854
67114
  /**
@@ -67063,7 +67323,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
67063
67323
  /**
67064
67324
  * UserRecordings service.
67065
67325
  * @module purecloud-platform-client-v2/api/UserRecordingsApi
67066
- * @version 207.0.0
67326
+ * @version 208.0.0
67067
67327
  */
67068
67328
 
67069
67329
  /**
@@ -67278,7 +67538,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
67278
67538
  /**
67279
67539
  * Users service.
67280
67540
  * @module purecloud-platform-client-v2/api/UsersApi
67281
- * @version 207.0.0
67541
+ * @version 208.0.0
67282
67542
  */
67283
67543
 
67284
67544
  /**
@@ -67449,7 +67709,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
67449
67709
  }
67450
67710
 
67451
67711
  /**
67452
- * Remove routing language from user
67712
+ * Remove a routing language from a user
67453
67713
  *
67454
67714
  * @param {String} userId User ID
67455
67715
  * @param {String} languageId languageId
@@ -67479,7 +67739,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
67479
67739
  }
67480
67740
 
67481
67741
  /**
67482
- * Remove routing skill from user
67742
+ * Remove a routing skill from a user
67483
67743
  *
67484
67744
  * @param {String} userId User ID
67485
67745
  * @param {String} skillId skillId
@@ -68311,7 +68571,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
68311
68571
  }
68312
68572
 
68313
68573
  /**
68314
- * List routing language for user
68574
+ * List routing languages assigned to a user
68315
68575
  *
68316
68576
  * @param {String} userId User ID
68317
68577
  * @param {Object} opts Optional parameters
@@ -68342,7 +68602,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
68342
68602
  }
68343
68603
 
68344
68604
  /**
68345
- * List routing skills for user
68605
+ * List routing skills assigned to a user
68346
68606
  *
68347
68607
  * @param {String} userId User ID
68348
68608
  * @param {Object} opts Optional parameters
@@ -68938,7 +69198,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
68938
69198
  }
68939
69199
 
68940
69200
  /**
68941
- * Update routing language proficiency or state.
69201
+ * Update an assigned routing language's proficiency
68942
69202
  *
68943
69203
  * @param {String} userId User ID
68944
69204
  * @param {String} languageId languageId
@@ -68973,7 +69233,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
68973
69233
  }
68974
69234
 
68975
69235
  /**
68976
- * Add bulk routing language to user. Max limit 50 languages
69236
+ * Assign multiple routing languages to a user. Max 50 routing languages in request body
68977
69237
  *
68978
69238
  * @param {String} userId User ID
68979
69239
  * @param {Array.<Object>} body Language
@@ -69003,7 +69263,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
69003
69263
  }
69004
69264
 
69005
69265
  /**
69006
- * Bulk add routing skills to user
69266
+ * Assign multiple routing skills to a user
69007
69267
  *
69008
69268
  * @param {String} userId User ID
69009
69269
  * @param {Array.<Object>} body Skill
@@ -69440,7 +69700,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
69440
69700
  }
69441
69701
 
69442
69702
  /**
69443
- * Add routing language to user
69703
+ * Assign a routing language to a user
69444
69704
  *
69445
69705
  * @param {String} userId User ID
69446
69706
  * @param {Object} body Language
@@ -69470,7 +69730,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
69470
69730
  }
69471
69731
 
69472
69732
  /**
69473
- * Add routing skill to user
69733
+ * Assign a routing skill to a user
69474
69734
  *
69475
69735
  * @param {String} userId User ID
69476
69736
  * @param {Object} body Skill
@@ -69882,7 +70142,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
69882
70142
  }
69883
70143
 
69884
70144
  /**
69885
- * Update routing skill proficiency or state.
70145
+ * Update an assigned routing skill's proficiency
69886
70146
  *
69887
70147
  * @param {String} userId User ID
69888
70148
  * @param {String} skillId skillId
@@ -69917,7 +70177,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
69917
70177
  }
69918
70178
 
69919
70179
  /**
69920
- * Replace all routing skills assigned to a user
70180
+ * Assign multiple routing skills to a user, replacing any current assignments
69921
70181
  *
69922
70182
  * @param {String} userId User ID
69923
70183
  * @param {Array.<Object>} body Skill
@@ -70107,7 +70367,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
70107
70367
  /**
70108
70368
  * Utilities service.
70109
70369
  * @module purecloud-platform-client-v2/api/UtilitiesApi
70110
- * @version 207.0.0
70370
+ * @version 208.0.0
70111
70371
  */
70112
70372
 
70113
70373
  /**
@@ -70218,7 +70478,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
70218
70478
  /**
70219
70479
  * Voicemail service.
70220
70480
  * @module purecloud-platform-client-v2/api/VoicemailApi
70221
- * @version 207.0.0
70481
+ * @version 208.0.0
70222
70482
  */
70223
70483
 
70224
70484
  /**
@@ -70940,7 +71200,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
70940
71200
  /**
70941
71201
  * WebChat service.
70942
71202
  * @module purecloud-platform-client-v2/api/WebChatApi
70943
- * @version 207.0.0
71203
+ * @version 208.0.0
70944
71204
  */
70945
71205
 
70946
71206
  /**
@@ -71491,7 +71751,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
71491
71751
  /**
71492
71752
  * WebDeployments service.
71493
71753
  * @module purecloud-platform-client-v2/api/WebDeploymentsApi
71494
- * @version 207.0.0
71754
+ * @version 208.0.0
71495
71755
  */
71496
71756
 
71497
71757
  /**
@@ -72018,7 +72278,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
72018
72278
  /**
72019
72279
  * WebMessaging service.
72020
72280
  * @module purecloud-platform-client-v2/api/WebMessagingApi
72021
- * @version 207.0.0
72281
+ * @version 208.0.0
72022
72282
  */
72023
72283
 
72024
72284
  /**
@@ -72064,7 +72324,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
72064
72324
  /**
72065
72325
  * Widgets service.
72066
72326
  * @module purecloud-platform-client-v2/api/WidgetsApi
72067
- * @version 207.0.0
72327
+ * @version 208.0.0
72068
72328
  */
72069
72329
 
72070
72330
  /**
@@ -72210,7 +72470,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
72210
72470
  /**
72211
72471
  * WorkforceManagement service.
72212
72472
  * @module purecloud-platform-client-v2/api/WorkforceManagementApi
72213
- * @version 207.0.0
72473
+ * @version 208.0.0
72214
72474
  */
72215
72475
 
72216
72476
  /**
@@ -79424,7 +79684,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
79424
79684
  * </pre>
79425
79685
  * </p>
79426
79686
  * @module purecloud-platform-client-v2/index
79427
- * @version 207.0.0
79687
+ * @version 208.0.0
79428
79688
  */
79429
79689
  class platformClient {
79430
79690
  constructor() {