purecloud-platform-client-v2 209.0.0 → 210.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 (91) hide show
  1. package/README.md +3 -3
  2. package/dist/node/purecloud-platform-client-v2.js +507 -101
  3. package/dist/web-amd/purecloud-platform-client-v2.js +507 -101
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +191 -97
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +260 -160
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +892 -702
  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/DataPrivacyApi.js +175 -0
  27. package/src/purecloud-platform-client-v2/api/DownloadsApi.js +1 -1
  28. package/src/purecloud-platform-client-v2/api/EmailsApi.js +1 -1
  29. package/src/purecloud-platform-client-v2/api/EmployeeEngagementApi.js +1 -1
  30. package/src/purecloud-platform-client-v2/api/EventsApi.js +1 -1
  31. package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +240 -1
  32. package/src/purecloud-platform-client-v2/api/FaxApi.js +1 -1
  33. package/src/purecloud-platform-client-v2/api/FlowsApi.js +1 -1
  34. package/src/purecloud-platform-client-v2/api/GamificationApi.js +1 -1
  35. package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +1 -1
  36. package/src/purecloud-platform-client-v2/api/GeolocationApi.js +1 -1
  37. package/src/purecloud-platform-client-v2/api/GreetingsApi.js +1 -1
  38. package/src/purecloud-platform-client-v2/api/GroupsApi.js +1 -1
  39. package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +1 -1
  40. package/src/purecloud-platform-client-v2/api/InfrastructureAsCodeApi.js +1 -1
  41. package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +1 -1
  42. package/src/purecloud-platform-client-v2/api/JourneyApi.js +9 -9
  43. package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +1 -1
  44. package/src/purecloud-platform-client-v2/api/LanguageUnderstandingApi.js +1 -1
  45. package/src/purecloud-platform-client-v2/api/LanguagesApi.js +1 -1
  46. package/src/purecloud-platform-client-v2/api/LearningApi.js +1 -1
  47. package/src/purecloud-platform-client-v2/api/LicenseApi.js +1 -1
  48. package/src/purecloud-platform-client-v2/api/LocationsApi.js +1 -1
  49. package/src/purecloud-platform-client-v2/api/LogCaptureApi.js +1 -1
  50. package/src/purecloud-platform-client-v2/api/MessagingApi.js +1 -1
  51. package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +1 -1
  52. package/src/purecloud-platform-client-v2/api/NotificationsApi.js +1 -1
  53. package/src/purecloud-platform-client-v2/api/OAuthApi.js +1 -1
  54. package/src/purecloud-platform-client-v2/api/ObjectsApi.js +1 -1
  55. package/src/purecloud-platform-client-v2/api/OperationalEventsApi.js +1 -1
  56. package/src/purecloud-platform-client-v2/api/OrganizationApi.js +1 -1
  57. package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +1 -1
  58. package/src/purecloud-platform-client-v2/api/OutboundApi.js +1 -1
  59. package/src/purecloud-platform-client-v2/api/PresenceApi.js +1 -1
  60. package/src/purecloud-platform-client-v2/api/ProcessAutomationApi.js +1 -1
  61. package/src/purecloud-platform-client-v2/api/QualityApi.js +1 -1
  62. package/src/purecloud-platform-client-v2/api/RecordingApi.js +1 -1
  63. package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
  64. package/src/purecloud-platform-client-v2/api/RoutingApi.js +1 -1
  65. package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
  66. package/src/purecloud-platform-client-v2/api/ScreenRecordingApi.js +1 -1
  67. package/src/purecloud-platform-client-v2/api/ScriptsApi.js +1 -1
  68. package/src/purecloud-platform-client-v2/api/SearchApi.js +1 -1
  69. package/src/purecloud-platform-client-v2/api/SettingsApi.js +1 -1
  70. package/src/purecloud-platform-client-v2/api/SocialMediaApi.js +1 -1
  71. package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +1 -1
  72. package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
  73. package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
  74. package/src/purecloud-platform-client-v2/api/TaskManagementApi.js +1 -1
  75. package/src/purecloud-platform-client-v2/api/TeamsApi.js +1 -1
  76. package/src/purecloud-platform-client-v2/api/TelephonyApi.js +1 -1
  77. package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +1 -1
  78. package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
  79. package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
  80. package/src/purecloud-platform-client-v2/api/UploadsApi.js +1 -1
  81. package/src/purecloud-platform-client-v2/api/UsageApi.js +1 -1
  82. package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
  83. package/src/purecloud-platform-client-v2/api/UsersApi.js +1 -1
  84. package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
  85. package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
  86. package/src/purecloud-platform-client-v2/api/WebChatApi.js +1 -1
  87. package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +1 -1
  88. package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +1 -1
  89. package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
  90. package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +5 -13
  91. package/src/purecloud-platform-client-v2/index.js +7 -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 209.0.0
486
+ * @version 210.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 209.0.0
1930
+ * @version 210.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 209.0.0
2306
+ * @version 210.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 209.0.0
2382
+ * @version 210.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 209.0.0
2513
+ * @version 210.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 209.0.0
3174
+ * @version 210.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 209.0.0
5787
+ * @version 210.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 209.0.0
9909
+ * @version 210.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 209.0.0
10110
+ * @version 210.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 209.0.0
11393
+ * @version 210.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 209.0.0
11473
+ * @version 210.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 209.0.0
11543
+ * @version 210.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 209.0.0
12479
+ * @version 210.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 209.0.0
13056
+ * @version 210.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 209.0.0
14137
+ * @version 210.0.0
14138
14138
  */
14139
14139
 
14140
14140
  /**
@@ -21275,7 +21275,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
21275
21275
  /**
21276
21276
  * DataExtensions service.
21277
21277
  * @module purecloud-platform-client-v2/api/DataExtensionsApi
21278
- * @version 209.0.0
21278
+ * @version 210.0.0
21279
21279
  */
21280
21280
 
21281
21281
  /**
@@ -21357,11 +21357,181 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
21357
21357
 
21358
21358
  }
21359
21359
 
21360
+ class DataPrivacyApi {
21361
+ /**
21362
+ * DataPrivacy service.
21363
+ * @module purecloud-platform-client-v2/api/DataPrivacyApi
21364
+ * @version 210.0.0
21365
+ */
21366
+
21367
+ /**
21368
+ * Constructs a new DataPrivacyApi.
21369
+ * @alias module:purecloud-platform-client-v2/api/DataPrivacyApi
21370
+ * @class
21371
+ * @param {module:purecloud-platform-client-v2/ApiClient} apiClient Optional API client implementation to use,
21372
+ * default to {@link module:purecloud-platform-client-v2/ApiClient#instance} if unspecified.
21373
+ */
21374
+ constructor(apiClient) {
21375
+ this.apiClient = apiClient || ApiClient.instance;
21376
+ }
21377
+
21378
+
21379
+ /**
21380
+ * Delete a masking rule.
21381
+ *
21382
+ * @param {String} ruleId ruleId
21383
+ */
21384
+ deleteDataprivacyMaskingrule(ruleId) {
21385
+ // verify the required parameter 'ruleId' is set
21386
+ if (ruleId === undefined || ruleId === null) {
21387
+ throw 'Missing the required parameter "ruleId" when calling deleteDataprivacyMaskingrule';
21388
+ }
21389
+
21390
+ return this.apiClient.callApi(
21391
+ '/api/v2/dataprivacy/maskingrules/{ruleId}',
21392
+ 'DELETE',
21393
+ { 'ruleId': ruleId },
21394
+ { },
21395
+ { },
21396
+ { },
21397
+ null,
21398
+ ['PureCloud OAuth'],
21399
+ ['application/json'],
21400
+ ['application/json']
21401
+ );
21402
+ }
21403
+
21404
+ /**
21405
+ * Fetch details about a masking rule.
21406
+ *
21407
+ * @param {String} ruleId ruleId
21408
+ */
21409
+ getDataprivacyMaskingrule(ruleId) {
21410
+ // verify the required parameter 'ruleId' is set
21411
+ if (ruleId === undefined || ruleId === null) {
21412
+ throw 'Missing the required parameter "ruleId" when calling getDataprivacyMaskingrule';
21413
+ }
21414
+
21415
+ return this.apiClient.callApi(
21416
+ '/api/v2/dataprivacy/maskingrules/{ruleId}',
21417
+ 'GET',
21418
+ { 'ruleId': ruleId },
21419
+ { },
21420
+ { },
21421
+ { },
21422
+ null,
21423
+ ['PureCloud OAuth'],
21424
+ ['application/json'],
21425
+ ['application/json']
21426
+ );
21427
+ }
21428
+
21429
+ /**
21430
+ * Retrieve the list of masking rules.
21431
+ *
21432
+ */
21433
+ getDataprivacyMaskingrules() {
21434
+
21435
+ return this.apiClient.callApi(
21436
+ '/api/v2/dataprivacy/maskingrules',
21437
+ 'GET',
21438
+ { },
21439
+ { },
21440
+ { },
21441
+ { },
21442
+ null,
21443
+ ['PureCloud OAuth'],
21444
+ ['application/json'],
21445
+ ['application/json']
21446
+ );
21447
+ }
21448
+
21449
+ /**
21450
+ * Update information about a masking rule.
21451
+ *
21452
+ * @param {String} ruleId ruleId
21453
+ * @param {Object} opts Optional parameters
21454
+ * @param {Object} opts.body
21455
+ */
21456
+ patchDataprivacyMaskingrule(ruleId, opts) {
21457
+ opts = opts || {};
21458
+
21459
+ // verify the required parameter 'ruleId' is set
21460
+ if (ruleId === undefined || ruleId === null) {
21461
+ throw 'Missing the required parameter "ruleId" when calling patchDataprivacyMaskingrule';
21462
+ }
21463
+
21464
+ return this.apiClient.callApi(
21465
+ '/api/v2/dataprivacy/maskingrules/{ruleId}',
21466
+ 'PATCH',
21467
+ { 'ruleId': ruleId },
21468
+ { },
21469
+ { },
21470
+ { },
21471
+ opts['body'],
21472
+ ['PureCloud OAuth'],
21473
+ ['application/json'],
21474
+ ['application/json']
21475
+ );
21476
+ }
21477
+
21478
+ /**
21479
+ * Create a new masking rule resource.
21480
+ *
21481
+ * @param {Object} body Details for creating masking rule resource
21482
+ */
21483
+ postDataprivacyMaskingrules(body) {
21484
+ // verify the required parameter 'body' is set
21485
+ if (body === undefined || body === null) {
21486
+ throw 'Missing the required parameter "body" when calling postDataprivacyMaskingrules';
21487
+ }
21488
+
21489
+ return this.apiClient.callApi(
21490
+ '/api/v2/dataprivacy/maskingrules',
21491
+ 'POST',
21492
+ { },
21493
+ { },
21494
+ { },
21495
+ { },
21496
+ body,
21497
+ ['PureCloud OAuth'],
21498
+ ['application/json'],
21499
+ ['application/json']
21500
+ );
21501
+ }
21502
+
21503
+ /**
21504
+ * Validate masking before creating.
21505
+ *
21506
+ * @param {Object} body Text to be masked
21507
+ */
21508
+ postDataprivacyMaskingrulesValidate(body) {
21509
+ // verify the required parameter 'body' is set
21510
+ if (body === undefined || body === null) {
21511
+ throw 'Missing the required parameter "body" when calling postDataprivacyMaskingrulesValidate';
21512
+ }
21513
+
21514
+ return this.apiClient.callApi(
21515
+ '/api/v2/dataprivacy/maskingrules/validate',
21516
+ 'POST',
21517
+ { },
21518
+ { },
21519
+ { },
21520
+ { },
21521
+ body,
21522
+ ['PureCloud OAuth'],
21523
+ ['application/json'],
21524
+ ['application/json']
21525
+ );
21526
+ }
21527
+
21528
+ }
21529
+
21360
21530
  class DownloadsApi {
21361
21531
  /**
21362
21532
  * Downloads service.
21363
21533
  * @module purecloud-platform-client-v2/api/DownloadsApi
21364
- * @version 209.0.0
21534
+ * @version 210.0.0
21365
21535
  */
21366
21536
 
21367
21537
  /**
@@ -21413,7 +21583,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
21413
21583
  /**
21414
21584
  * Emails service.
21415
21585
  * @module purecloud-platform-client-v2/api/EmailsApi
21416
- * @version 209.0.0
21586
+ * @version 210.0.0
21417
21587
  */
21418
21588
 
21419
21589
  /**
@@ -21478,7 +21648,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
21478
21648
  /**
21479
21649
  * EmployeeEngagement service.
21480
21650
  * @module purecloud-platform-client-v2/api/EmployeeEngagementApi
21481
- * @version 209.0.0
21651
+ * @version 210.0.0
21482
21652
  */
21483
21653
 
21484
21654
  /**
@@ -21629,7 +21799,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
21629
21799
  /**
21630
21800
  * Events service.
21631
21801
  * @module purecloud-platform-client-v2/api/EventsApi
21632
- * @version 209.0.0
21802
+ * @version 210.0.0
21633
21803
  */
21634
21804
 
21635
21805
  /**
@@ -21725,7 +21895,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
21725
21895
  /**
21726
21896
  * ExternalContacts service.
21727
21897
  * @module purecloud-platform-client-v2/api/ExternalContactsApi
21728
- * @version 209.0.0
21898
+ * @version 210.0.0
21729
21899
  */
21730
21900
 
21731
21901
  /**
@@ -21870,6 +22040,31 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
21870
22040
  );
21871
22041
  }
21872
22042
 
22043
+ /**
22044
+ * Delete Settings
22045
+ *
22046
+ * @param {String} settingsId Settings id
22047
+ */
22048
+ deleteExternalcontactsImportSetting(settingsId) {
22049
+ // verify the required parameter 'settingsId' is set
22050
+ if (settingsId === undefined || settingsId === null) {
22051
+ throw 'Missing the required parameter "settingsId" when calling deleteExternalcontactsImportSetting';
22052
+ }
22053
+
22054
+ return this.apiClient.callApi(
22055
+ '/api/v2/externalcontacts/import/settings/{settingsId}',
22056
+ 'DELETE',
22057
+ { 'settingsId': settingsId },
22058
+ { },
22059
+ { },
22060
+ { },
22061
+ null,
22062
+ ['PureCloud OAuth'],
22063
+ ['application/json'],
22064
+ ['application/json']
22065
+ );
22066
+ }
22067
+
21873
22068
  /**
21874
22069
  * Delete an external organization
21875
22070
  *
@@ -22436,6 +22631,110 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
22436
22631
  );
22437
22632
  }
22438
22633
 
22634
+ /**
22635
+ * Get job based on id
22636
+ *
22637
+ * @param {String} jobId Job id
22638
+ */
22639
+ getExternalcontactsImportJob(jobId) {
22640
+ // verify the required parameter 'jobId' is set
22641
+ if (jobId === undefined || jobId === null) {
22642
+ throw 'Missing the required parameter "jobId" when calling getExternalcontactsImportJob';
22643
+ }
22644
+
22645
+ return this.apiClient.callApi(
22646
+ '/api/v2/externalcontacts/import/jobs/{jobId}',
22647
+ 'GET',
22648
+ { 'jobId': jobId },
22649
+ { },
22650
+ { },
22651
+ { },
22652
+ null,
22653
+ ['PureCloud OAuth'],
22654
+ ['application/json'],
22655
+ ['application/json']
22656
+ );
22657
+ }
22658
+
22659
+ /**
22660
+ * List jobs for organization
22661
+ *
22662
+ * @param {Object} opts Optional parameters
22663
+ * @param {String} opts.after The cursor that points to the end of the set of entities that has been returned.
22664
+ * @param {String} opts.pageSize Number of entities to return. Maximum of 100. (default to 25)
22665
+ * @param {Object} opts.sortOrder Direction of sorting. (default to Ascending)
22666
+ * @param {Object} opts.jobStatus Search term to filter by jobStatus
22667
+ */
22668
+ getExternalcontactsImportJobs(opts) {
22669
+ opts = opts || {};
22670
+
22671
+
22672
+ return this.apiClient.callApi(
22673
+ '/api/v2/externalcontacts/import/jobs',
22674
+ 'GET',
22675
+ { },
22676
+ { 'after': opts['after'],'pageSize': opts['pageSize'],'sortOrder': opts['sortOrder'],'jobStatus': opts['jobStatus'] },
22677
+ { },
22678
+ { },
22679
+ null,
22680
+ ['PureCloud OAuth'],
22681
+ ['application/json'],
22682
+ ['application/json']
22683
+ );
22684
+ }
22685
+
22686
+ /**
22687
+ * Get setting based on id
22688
+ *
22689
+ * @param {String} settingsId Settings id
22690
+ */
22691
+ getExternalcontactsImportSetting(settingsId) {
22692
+ // verify the required parameter 'settingsId' is set
22693
+ if (settingsId === undefined || settingsId === null) {
22694
+ throw 'Missing the required parameter "settingsId" when calling getExternalcontactsImportSetting';
22695
+ }
22696
+
22697
+ return this.apiClient.callApi(
22698
+ '/api/v2/externalcontacts/import/settings/{settingsId}',
22699
+ 'GET',
22700
+ { 'settingsId': settingsId },
22701
+ { },
22702
+ { },
22703
+ { },
22704
+ null,
22705
+ ['PureCloud OAuth'],
22706
+ ['application/json'],
22707
+ ['application/json']
22708
+ );
22709
+ }
22710
+
22711
+ /**
22712
+ * List settings for organization
22713
+ *
22714
+ * @param {Object} opts Optional parameters
22715
+ * @param {String} opts.after The cursor that points to the end of the set of entities that has been returned.
22716
+ * @param {String} opts.pageSize Number of entities to return. Maximum of 100. (default to 25)
22717
+ * @param {Object} opts.sortOrder Direction of sorting. (default to Ascending)
22718
+ * @param {String} opts.name Search term to filter by settings name
22719
+ */
22720
+ getExternalcontactsImportSettings(opts) {
22721
+ opts = opts || {};
22722
+
22723
+
22724
+ return this.apiClient.callApi(
22725
+ '/api/v2/externalcontacts/import/settings',
22726
+ 'GET',
22727
+ { },
22728
+ { 'after': opts['after'],'pageSize': opts['pageSize'],'sortOrder': opts['sortOrder'],'name': opts['name'] },
22729
+ { },
22730
+ { },
22731
+ null,
22732
+ ['PureCloud OAuth'],
22733
+ ['application/json'],
22734
+ ['application/json']
22735
+ );
22736
+ }
22737
+
22439
22738
  /**
22440
22739
  * Fetch an external organization
22441
22740
  *
@@ -23574,6 +23873,56 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
23574
23873
  );
23575
23874
  }
23576
23875
 
23876
+ /**
23877
+ * Create a new job
23878
+ *
23879
+ * @param {Object} body Job
23880
+ */
23881
+ postExternalcontactsImportJobs(body) {
23882
+ // verify the required parameter 'body' is set
23883
+ if (body === undefined || body === null) {
23884
+ throw 'Missing the required parameter "body" when calling postExternalcontactsImportJobs';
23885
+ }
23886
+
23887
+ return this.apiClient.callApi(
23888
+ '/api/v2/externalcontacts/import/jobs',
23889
+ 'POST',
23890
+ { },
23891
+ { },
23892
+ { },
23893
+ { },
23894
+ body,
23895
+ ['PureCloud OAuth'],
23896
+ ['application/json'],
23897
+ ['application/json']
23898
+ );
23899
+ }
23900
+
23901
+ /**
23902
+ * Create a new settings
23903
+ *
23904
+ * @param {Object} body Setting
23905
+ */
23906
+ postExternalcontactsImportSettings(body) {
23907
+ // verify the required parameter 'body' is set
23908
+ if (body === undefined || body === null) {
23909
+ throw 'Missing the required parameter "body" when calling postExternalcontactsImportSettings';
23910
+ }
23911
+
23912
+ return this.apiClient.callApi(
23913
+ '/api/v2/externalcontacts/import/settings',
23914
+ 'POST',
23915
+ { },
23916
+ { },
23917
+ { },
23918
+ { },
23919
+ body,
23920
+ ['PureCloud OAuth'],
23921
+ ['application/json'],
23922
+ ['application/json']
23923
+ );
23924
+ }
23925
+
23577
23926
  /**
23578
23927
  * Merge two contacts into a new contact record
23579
23928
  * Two curated contacts cannot be merged. Refer to the Contact Merging article on the Developer Center for details
@@ -23889,6 +24238,66 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
23889
24238
  );
23890
24239
  }
23891
24240
 
24241
+ /**
24242
+ * Update Job's workflow status
24243
+ *
24244
+ * @param {String} jobId Job id
24245
+ * @param {Object} body Status of the Job's workflow
24246
+ */
24247
+ putExternalcontactsImportJob(jobId, body) {
24248
+ // verify the required parameter 'jobId' is set
24249
+ if (jobId === undefined || jobId === null) {
24250
+ throw 'Missing the required parameter "jobId" when calling putExternalcontactsImportJob';
24251
+ }
24252
+ // verify the required parameter 'body' is set
24253
+ if (body === undefined || body === null) {
24254
+ throw 'Missing the required parameter "body" when calling putExternalcontactsImportJob';
24255
+ }
24256
+
24257
+ return this.apiClient.callApi(
24258
+ '/api/v2/externalcontacts/import/jobs/{jobId}',
24259
+ 'PUT',
24260
+ { 'jobId': jobId },
24261
+ { },
24262
+ { },
24263
+ { },
24264
+ body,
24265
+ ['PureCloud OAuth'],
24266
+ ['application/json'],
24267
+ ['application/json']
24268
+ );
24269
+ }
24270
+
24271
+ /**
24272
+ * Update settings
24273
+ *
24274
+ * @param {String} settingsId Settings id
24275
+ * @param {Object} body Setting
24276
+ */
24277
+ putExternalcontactsImportSetting(settingsId, body) {
24278
+ // verify the required parameter 'settingsId' is set
24279
+ if (settingsId === undefined || settingsId === null) {
24280
+ throw 'Missing the required parameter "settingsId" when calling putExternalcontactsImportSetting';
24281
+ }
24282
+ // verify the required parameter 'body' is set
24283
+ if (body === undefined || body === null) {
24284
+ throw 'Missing the required parameter "body" when calling putExternalcontactsImportSetting';
24285
+ }
24286
+
24287
+ return this.apiClient.callApi(
24288
+ '/api/v2/externalcontacts/import/settings/{settingsId}',
24289
+ 'PUT',
24290
+ { 'settingsId': settingsId },
24291
+ { },
24292
+ { },
24293
+ { },
24294
+ body,
24295
+ ['PureCloud OAuth'],
24296
+ ['application/json'],
24297
+ ['application/json']
24298
+ );
24299
+ }
24300
+
23892
24301
  /**
23893
24302
  * Update an external organization
23894
24303
  *
@@ -24050,7 +24459,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
24050
24459
  /**
24051
24460
  * Fax service.
24052
24461
  * @module purecloud-platform-client-v2/api/FaxApi
24053
- * @version 209.0.0
24462
+ * @version 210.0.0
24054
24463
  */
24055
24464
 
24056
24465
  /**
@@ -24265,7 +24674,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
24265
24674
  /**
24266
24675
  * Flows service.
24267
24676
  * @module purecloud-platform-client-v2/api/FlowsApi
24268
- * @version 209.0.0
24677
+ * @version 210.0.0
24269
24678
  */
24270
24679
 
24271
24680
  /**
@@ -24448,7 +24857,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
24448
24857
  /**
24449
24858
  * Gamification service.
24450
24859
  * @module purecloud-platform-client-v2/api/GamificationApi
24451
- * @version 209.0.0
24860
+ * @version 210.0.0
24452
24861
  */
24453
24862
 
24454
24863
  /**
@@ -26534,7 +26943,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
26534
26943
  /**
26535
26944
  * GeneralDataProtectionRegulation service.
26536
26945
  * @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
26537
- * @version 209.0.0
26946
+ * @version 210.0.0
26538
26947
  */
26539
26948
 
26540
26949
  /**
@@ -26664,7 +27073,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
26664
27073
  /**
26665
27074
  * Geolocation service.
26666
27075
  * @module purecloud-platform-client-v2/api/GeolocationApi
26667
- * @version 209.0.0
27076
+ * @version 210.0.0
26668
27077
  */
26669
27078
 
26670
27079
  /**
@@ -26795,7 +27204,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
26795
27204
  /**
26796
27205
  * Greetings service.
26797
27206
  * @module purecloud-platform-client-v2/api/GreetingsApi
26798
- * @version 209.0.0
27207
+ * @version 210.0.0
26799
27208
  */
26800
27209
 
26801
27210
  /**
@@ -27250,7 +27659,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
27250
27659
  /**
27251
27660
  * Groups service.
27252
27661
  * @module purecloud-platform-client-v2/api/GroupsApi
27253
- * @version 209.0.0
27662
+ * @version 210.0.0
27254
27663
  */
27255
27664
 
27256
27665
  /**
@@ -27769,7 +28178,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
27769
28178
  /**
27770
28179
  * IdentityProvider service.
27771
28180
  * @module purecloud-platform-client-v2/api/IdentityProviderApi
27772
- * @version 209.0.0
28181
+ * @version 210.0.0
27773
28182
  */
27774
28183
 
27775
28184
  /**
@@ -28630,7 +29039,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
28630
29039
  /**
28631
29040
  * InfrastructureAsCode service.
28632
29041
  * @module purecloud-platform-client-v2/api/InfrastructureAsCodeApi
28633
- * @version 209.0.0
29042
+ * @version 210.0.0
28634
29043
  */
28635
29044
 
28636
29045
  /**
@@ -28797,7 +29206,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
28797
29206
  /**
28798
29207
  * Integrations service.
28799
29208
  * @module purecloud-platform-client-v2/api/IntegrationsApi
28800
- * @version 209.0.0
29209
+ * @version 210.0.0
28801
29210
  */
28802
29211
 
28803
29212
  /**
@@ -31239,7 +31648,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
31239
31648
  /**
31240
31649
  * Journey service.
31241
31650
  * @module purecloud-platform-client-v2/api/JourneyApi
31242
- * @version 209.0.0
31651
+ * @version 210.0.0
31243
31652
  */
31244
31653
 
31245
31654
  /**
@@ -31410,7 +31819,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
31410
31819
 
31411
31820
  /**
31412
31821
  * Delete the Schedule of a JourneyView
31413
- * used for long descriptions
31822
+ *
31414
31823
  * @param {String} viewId Journey View Id
31415
31824
  */
31416
31825
  deleteJourneyViewSchedules(viewId) {
@@ -32083,7 +32492,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
32083
32492
 
32084
32493
  /**
32085
32494
  * Get the Schedule for a JourneyView
32086
- * used for long descriptions
32495
+ *
32087
32496
  * @param {String} viewId Journey View Id
32088
32497
  */
32089
32498
  getJourneyViewSchedules(viewId) {
@@ -32213,7 +32622,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
32213
32622
 
32214
32623
  /**
32215
32624
  * Get the job for a journey view version.
32216
- * used for long descriptions
32625
+ *
32217
32626
  * @param {String} viewId Journey View Id
32218
32627
  * @param {String} journeyVersionId Journey View Version
32219
32628
  * @param {String} jobId JobId
@@ -32248,7 +32657,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
32248
32657
 
32249
32658
  /**
32250
32659
  * Get the result of a job for a journey view version.
32251
- * used for long descriptions
32660
+ *
32252
32661
  * @param {String} viewId JourneyViewResult id
32253
32662
  * @param {String} journeyViewVersion Journey View Version
32254
32663
  * @param {String} jobId Id of the executing job
@@ -32323,7 +32732,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
32323
32732
 
32324
32733
  /**
32325
32734
  * Get the latest job of a journey view version.
32326
- * used for long descriptions
32735
+ *
32327
32736
  * @param {String} viewId Journey View Id
32328
32737
  * @param {String} journeyVersionId Journey View Version
32329
32738
  */
@@ -32623,7 +33032,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
32623
33032
 
32624
33033
  /**
32625
33034
  * Update the job for a journey view version. Only the status can be changed and only to Cancelled
32626
- * used for long descriptions
33035
+ *
32627
33036
  * @param {String} viewId Journey View Id
32628
33037
  * @param {String} journeyVersionId Journey View Version
32629
33038
  * @param {String} jobId JobId
@@ -33026,7 +33435,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
33026
33435
 
33027
33436
  /**
33028
33437
  * Submit a job request for a journey view version.
33029
- * used for long descriptions
33438
+ *
33030
33439
  * @param {String} viewId Journey View Id
33031
33440
  * @param {String} journeyVersionId Journey View Version
33032
33441
  */
@@ -33135,7 +33544,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
33135
33544
 
33136
33545
  /**
33137
33546
  * Update the Schedule for a JourneyView
33138
- * used for long descriptions
33547
+ *
33139
33548
  * @param {String} viewId Journey View Id
33140
33549
  * @param {Object} body journeyViewSchedule
33141
33550
  */
@@ -33204,7 +33613,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
33204
33613
  /**
33205
33614
  * Knowledge service.
33206
33615
  * @module purecloud-platform-client-v2/api/KnowledgeApi
33207
- * @version 209.0.0
33616
+ * @version 210.0.0
33208
33617
  */
33209
33618
 
33210
33619
  /**
@@ -37080,7 +37489,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
37080
37489
  /**
37081
37490
  * LanguageUnderstanding service.
37082
37491
  * @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
37083
- * @version 209.0.0
37492
+ * @version 210.0.0
37084
37493
  */
37085
37494
 
37086
37495
  /**
@@ -38114,7 +38523,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
38114
38523
  /**
38115
38524
  * Languages service.
38116
38525
  * @module purecloud-platform-client-v2/api/LanguagesApi
38117
- * @version 209.0.0
38526
+ * @version 210.0.0
38118
38527
  */
38119
38528
 
38120
38529
  /**
@@ -38336,7 +38745,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
38336
38745
  /**
38337
38746
  * Learning service.
38338
38747
  * @module purecloud-platform-client-v2/api/LearningApi
38339
- * @version 209.0.0
38748
+ * @version 210.0.0
38340
38749
  */
38341
38750
 
38342
38751
  /**
@@ -39365,7 +39774,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
39365
39774
  /**
39366
39775
  * License service.
39367
39776
  * @module purecloud-platform-client-v2/api/LicenseApi
39368
- * @version 209.0.0
39777
+ * @version 210.0.0
39369
39778
  */
39370
39779
 
39371
39780
  /**
@@ -39603,7 +40012,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
39603
40012
  /**
39604
40013
  * Locations service.
39605
40014
  * @module purecloud-platform-client-v2/api/LocationsApi
39606
- * @version 209.0.0
40015
+ * @version 210.0.0
39607
40016
  */
39608
40017
 
39609
40018
  /**
@@ -39839,7 +40248,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
39839
40248
  /**
39840
40249
  * LogCapture service.
39841
40250
  * @module purecloud-platform-client-v2/api/LogCaptureApi
39842
- * @version 209.0.0
40251
+ * @version 210.0.0
39843
40252
  */
39844
40253
 
39845
40254
  /**
@@ -40039,7 +40448,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
40039
40448
  /**
40040
40449
  * Messaging service.
40041
40450
  * @module purecloud-platform-client-v2/api/MessagingApi
40042
- * @version 209.0.0
40451
+ * @version 210.0.0
40043
40452
  */
40044
40453
 
40045
40454
  /**
@@ -40398,7 +40807,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
40398
40807
  /**
40399
40808
  * MobileDevices service.
40400
40809
  * @module purecloud-platform-client-v2/api/MobileDevicesApi
40401
- * @version 209.0.0
40810
+ * @version 210.0.0
40402
40811
  */
40403
40812
 
40404
40813
  /**
@@ -40549,7 +40958,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
40549
40958
  /**
40550
40959
  * Notifications service.
40551
40960
  * @module purecloud-platform-client-v2/api/NotificationsApi
40552
- * @version 209.0.0
40961
+ * @version 210.0.0
40553
40962
  */
40554
40963
 
40555
40964
  /**
@@ -40782,7 +41191,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
40782
41191
  /**
40783
41192
  * OAuth service.
40784
41193
  * @module purecloud-platform-client-v2/api/OAuthApi
40785
- * @version 209.0.0
41194
+ * @version 210.0.0
40786
41195
  */
40787
41196
 
40788
41197
  /**
@@ -41148,7 +41557,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
41148
41557
  /**
41149
41558
  * Objects service.
41150
41559
  * @module purecloud-platform-client-v2/api/ObjectsApi
41151
- * @version 209.0.0
41560
+ * @version 210.0.0
41152
41561
  */
41153
41562
 
41154
41563
  /**
@@ -41418,7 +41827,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
41418
41827
  /**
41419
41828
  * OperationalEvents service.
41420
41829
  * @module purecloud-platform-client-v2/api/OperationalEventsApi
41421
- * @version 209.0.0
41830
+ * @version 210.0.0
41422
41831
  */
41423
41832
 
41424
41833
  /**
@@ -41535,7 +41944,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
41535
41944
  /**
41536
41945
  * Organization service.
41537
41946
  * @module purecloud-platform-client-v2/api/OrganizationApi
41538
- * @version 209.0.0
41947
+ * @version 210.0.0
41539
41948
  */
41540
41949
 
41541
41950
  /**
@@ -42077,7 +42486,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
42077
42486
  /**
42078
42487
  * OrganizationAuthorization service.
42079
42488
  * @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
42080
- * @version 209.0.0
42489
+ * @version 210.0.0
42081
42490
  */
42082
42491
 
42083
42492
  /**
@@ -43471,7 +43880,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
43471
43880
  /**
43472
43881
  * Outbound service.
43473
43882
  * @module purecloud-platform-client-v2/api/OutboundApi
43474
- * @version 209.0.0
43883
+ * @version 210.0.0
43475
43884
  */
43476
43885
 
43477
43886
  /**
@@ -48018,7 +48427,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
48018
48427
  /**
48019
48428
  * Presence service.
48020
48429
  * @module purecloud-platform-client-v2/api/PresenceApi
48021
- * @version 209.0.0
48430
+ * @version 210.0.0
48022
48431
  */
48023
48432
 
48024
48433
  /**
@@ -48762,7 +49171,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
48762
49171
  /**
48763
49172
  * ProcessAutomation service.
48764
49173
  * @module purecloud-platform-client-v2/api/ProcessAutomationApi
48765
- * @version 209.0.0
49174
+ * @version 210.0.0
48766
49175
  */
48767
49176
 
48768
49177
  /**
@@ -49001,7 +49410,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
49001
49410
  /**
49002
49411
  * Quality service.
49003
49412
  * @module purecloud-platform-client-v2/api/QualityApi
49004
- * @version 209.0.0
49413
+ * @version 210.0.0
49005
49414
  */
49006
49415
 
49007
49416
  /**
@@ -50789,7 +51198,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
50789
51198
  /**
50790
51199
  * Recording service.
50791
51200
  * @module purecloud-platform-client-v2/api/RecordingApi
50792
- * @version 209.0.0
51201
+ * @version 210.0.0
50793
51202
  */
50794
51203
 
50795
51204
  /**
@@ -52448,7 +52857,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
52448
52857
  /**
52449
52858
  * ResponseManagement service.
52450
52859
  * @module purecloud-platform-client-v2/api/ResponseManagementApi
52451
- * @version 209.0.0
52860
+ * @version 210.0.0
52452
52861
  */
52453
52862
 
52454
52863
  /**
@@ -52958,7 +53367,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
52958
53367
  /**
52959
53368
  * Routing service.
52960
53369
  * @module purecloud-platform-client-v2/api/RoutingApi
52961
- * @version 209.0.0
53370
+ * @version 210.0.0
52962
53371
  */
52963
53372
 
52964
53373
  /**
@@ -57110,7 +57519,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
57110
57519
  /**
57111
57520
  * SCIM service.
57112
57521
  * @module purecloud-platform-client-v2/api/SCIMApi
57113
- * @version 209.0.0
57522
+ * @version 210.0.0
57114
57523
  */
57115
57524
 
57116
57525
  /**
@@ -57987,7 +58396,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
57987
58396
  /**
57988
58397
  * ScreenRecording service.
57989
58398
  * @module purecloud-platform-client-v2/api/ScreenRecordingApi
57990
- * @version 209.0.0
58399
+ * @version 210.0.0
57991
58400
  */
57992
58401
 
57993
58402
  /**
@@ -58032,7 +58441,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
58032
58441
  /**
58033
58442
  * Scripts service.
58034
58443
  * @module purecloud-platform-client-v2/api/ScriptsApi
58035
- * @version 209.0.0
58444
+ * @version 210.0.0
58036
58445
  */
58037
58446
 
58038
58447
  /**
@@ -58476,7 +58885,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
58476
58885
  /**
58477
58886
  * Search service.
58478
58887
  * @module purecloud-platform-client-v2/api/SearchApi
58479
- * @version 209.0.0
58888
+ * @version 210.0.0
58480
58889
  */
58481
58890
 
58482
58891
  /**
@@ -59219,7 +59628,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
59219
59628
  /**
59220
59629
  * Settings service.
59221
59630
  * @module purecloud-platform-client-v2/api/SettingsApi
59222
- * @version 209.0.0
59631
+ * @version 210.0.0
59223
59632
  */
59224
59633
 
59225
59634
  /**
@@ -59439,7 +59848,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
59439
59848
  /**
59440
59849
  * SocialMedia service.
59441
59850
  * @module purecloud-platform-client-v2/api/SocialMediaApi
59442
- * @version 209.0.0
59851
+ * @version 210.0.0
59443
59852
  */
59444
59853
 
59445
59854
  /**
@@ -60344,7 +60753,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
60344
60753
  /**
60345
60754
  * SpeechTextAnalytics service.
60346
60755
  * @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
60347
- * @version 209.0.0
60756
+ * @version 210.0.0
60348
60757
  */
60349
60758
 
60350
60759
  /**
@@ -61679,7 +62088,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
61679
62088
  /**
61680
62089
  * Stations service.
61681
62090
  * @module purecloud-platform-client-v2/api/StationsApi
61682
- * @version 209.0.0
62091
+ * @version 210.0.0
61683
62092
  */
61684
62093
 
61685
62094
  /**
@@ -61781,7 +62190,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
61781
62190
  /**
61782
62191
  * Suggest service.
61783
62192
  * @module purecloud-platform-client-v2/api/SuggestApi
61784
- * @version 209.0.0
62193
+ * @version 210.0.0
61785
62194
  */
61786
62195
 
61787
62196
  /**
@@ -61920,7 +62329,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
61920
62329
  /**
61921
62330
  * TaskManagement service.
61922
62331
  * @module purecloud-platform-client-v2/api/TaskManagementApi
61923
- * @version 209.0.0
62332
+ * @version 210.0.0
61924
62333
  */
61925
62334
 
61926
62335
  /**
@@ -63584,7 +63993,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
63584
63993
  /**
63585
63994
  * Teams service.
63586
63995
  * @module purecloud-platform-client-v2/api/TeamsApi
63587
- * @version 209.0.0
63996
+ * @version 210.0.0
63588
63997
  */
63589
63998
 
63590
63999
  /**
@@ -63889,7 +64298,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
63889
64298
  /**
63890
64299
  * Telephony service.
63891
64300
  * @module purecloud-platform-client-v2/api/TelephonyApi
63892
- * @version 209.0.0
64301
+ * @version 210.0.0
63893
64302
  */
63894
64303
 
63895
64304
  /**
@@ -64071,7 +64480,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
64071
64480
  /**
64072
64481
  * TelephonyProvidersEdge service.
64073
64482
  * @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
64074
- * @version 209.0.0
64483
+ * @version 210.0.0
64075
64484
  */
64076
64485
 
64077
64486
  /**
@@ -67522,7 +67931,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
67522
67931
  /**
67523
67932
  * Textbots service.
67524
67933
  * @module purecloud-platform-client-v2/api/TextbotsApi
67525
- * @version 209.0.0
67934
+ * @version 210.0.0
67526
67935
  */
67527
67936
 
67528
67937
  /**
@@ -67650,7 +68059,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
67650
68059
  /**
67651
68060
  * Tokens service.
67652
68061
  * @module purecloud-platform-client-v2/api/TokensApi
67653
- * @version 209.0.0
68062
+ * @version 210.0.0
67654
68063
  */
67655
68064
 
67656
68065
  /**
@@ -67804,7 +68213,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
67804
68213
  /**
67805
68214
  * Uploads service.
67806
68215
  * @module purecloud-platform-client-v2/api/UploadsApi
67807
- * @version 209.0.0
68216
+ * @version 210.0.0
67808
68217
  */
67809
68218
 
67810
68219
  /**
@@ -68073,7 +68482,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
68073
68482
  /**
68074
68483
  * Usage service.
68075
68484
  * @module purecloud-platform-client-v2/api/UsageApi
68076
- * @version 209.0.0
68485
+ * @version 210.0.0
68077
68486
  */
68078
68487
 
68079
68488
  /**
@@ -68288,7 +68697,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
68288
68697
  /**
68289
68698
  * UserRecordings service.
68290
68699
  * @module purecloud-platform-client-v2/api/UserRecordingsApi
68291
- * @version 209.0.0
68700
+ * @version 210.0.0
68292
68701
  */
68293
68702
 
68294
68703
  /**
@@ -68503,7 +68912,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
68503
68912
  /**
68504
68913
  * Users service.
68505
68914
  * @module purecloud-platform-client-v2/api/UsersApi
68506
- * @version 209.0.0
68915
+ * @version 210.0.0
68507
68916
  */
68508
68917
 
68509
68918
  /**
@@ -71332,7 +71741,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
71332
71741
  /**
71333
71742
  * Utilities service.
71334
71743
  * @module purecloud-platform-client-v2/api/UtilitiesApi
71335
- * @version 209.0.0
71744
+ * @version 210.0.0
71336
71745
  */
71337
71746
 
71338
71747
  /**
@@ -71443,7 +71852,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
71443
71852
  /**
71444
71853
  * Voicemail service.
71445
71854
  * @module purecloud-platform-client-v2/api/VoicemailApi
71446
- * @version 209.0.0
71855
+ * @version 210.0.0
71447
71856
  */
71448
71857
 
71449
71858
  /**
@@ -72165,7 +72574,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
72165
72574
  /**
72166
72575
  * WebChat service.
72167
72576
  * @module purecloud-platform-client-v2/api/WebChatApi
72168
- * @version 209.0.0
72577
+ * @version 210.0.0
72169
72578
  */
72170
72579
 
72171
72580
  /**
@@ -72716,7 +73125,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
72716
73125
  /**
72717
73126
  * WebDeployments service.
72718
73127
  * @module purecloud-platform-client-v2/api/WebDeploymentsApi
72719
- * @version 209.0.0
73128
+ * @version 210.0.0
72720
73129
  */
72721
73130
 
72722
73131
  /**
@@ -73243,7 +73652,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
73243
73652
  /**
73244
73653
  * WebMessaging service.
73245
73654
  * @module purecloud-platform-client-v2/api/WebMessagingApi
73246
- * @version 209.0.0
73655
+ * @version 210.0.0
73247
73656
  */
73248
73657
 
73249
73658
  /**
@@ -73289,7 +73698,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
73289
73698
  /**
73290
73699
  * Widgets service.
73291
73700
  * @module purecloud-platform-client-v2/api/WidgetsApi
73292
- * @version 209.0.0
73701
+ * @version 210.0.0
73293
73702
  */
73294
73703
 
73295
73704
  /**
@@ -73435,7 +73844,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
73435
73844
  /**
73436
73845
  * WorkforceManagement service.
73437
73846
  * @module purecloud-platform-client-v2/api/WorkforceManagementApi
73438
- * @version 209.0.0
73847
+ * @version 210.0.0
73439
73848
  */
73440
73849
 
73441
73850
  /**
@@ -76335,12 +76744,8 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
76335
76744
  *
76336
76745
  * @param {String} managementUnitId The ID of the management unit, or 'mine' for the management unit of the logged-in user.
76337
76746
  * @param {String} userId The userId to whom the Time Off Request applies.
76338
- * @param {Object} opts Optional parameters
76339
- * @param {Boolean} opts.recentlyReviewed Limit results to requests that have been reviewed within the preceding 30 days (default to false)
76340
76747
  */
76341
- getWorkforcemanagementManagementunitUserTimeoffrequests(managementUnitId, userId, opts) {
76342
- opts = opts || {};
76343
-
76748
+ getWorkforcemanagementManagementunitUserTimeoffrequests(managementUnitId, userId) {
76344
76749
  // verify the required parameter 'managementUnitId' is set
76345
76750
  if (managementUnitId === undefined || managementUnitId === null) {
76346
76751
  throw 'Missing the required parameter "managementUnitId" when calling getWorkforcemanagementManagementunitUserTimeoffrequests';
@@ -76354,7 +76759,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
76354
76759
  '/api/v2/workforcemanagement/managementunits/{managementUnitId}/users/{userId}/timeoffrequests',
76355
76760
  'GET',
76356
76761
  { 'managementUnitId': managementUnitId,'userId': userId },
76357
- { 'recentlyReviewed': opts['recentlyReviewed'] },
76762
+ { },
76358
76763
  { },
76359
76764
  { },
76360
76765
  null,
@@ -76845,18 +77250,14 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
76845
77250
  /**
76846
77251
  * Get a list of time off requests for the current user
76847
77252
  *
76848
- * @param {Object} opts Optional parameters
76849
- * @param {Boolean} opts.recentlyReviewed Limit results to requests that have been reviewed within the preceding 30 days (default to false)
76850
77253
  */
76851
- getWorkforcemanagementTimeoffrequests(opts) {
76852
- opts = opts || {};
76853
-
77254
+ getWorkforcemanagementTimeoffrequests() {
76854
77255
 
76855
77256
  return this.apiClient.callApi(
76856
77257
  '/api/v2/workforcemanagement/timeoffrequests',
76857
77258
  'GET',
76858
77259
  { },
76859
- { 'recentlyReviewed': opts['recentlyReviewed'] },
77260
+ { },
76860
77261
  { },
76861
77262
  { },
76862
77263
  null,
@@ -80649,7 +81050,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
80649
81050
  * </pre>
80650
81051
  * </p>
80651
81052
  * @module purecloud-platform-client-v2/index
80652
- * @version 209.0.0
81053
+ * @version 210.0.0
80653
81054
  */
80654
81055
  class platformClient {
80655
81056
  constructor() {
@@ -80738,6 +81139,11 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
80738
81139
  * @property {module:purecloud-platform-client-v2/api/DataExtensionsApi}
80739
81140
  */
80740
81141
  this.DataExtensionsApi = DataExtensionsApi;
81142
+ /**
81143
+ * The DataPrivacyApi service constructor.
81144
+ * @property {module:purecloud-platform-client-v2/api/DataPrivacyApi}
81145
+ */
81146
+ this.DataPrivacyApi = DataPrivacyApi;
80741
81147
  /**
80742
81148
  * The DownloadsApi service constructor.
80743
81149
  * @property {module:purecloud-platform-client-v2/api/DownloadsApi}