purecloud-platform-client-v2 188.0.1 → 189.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 (85) hide show
  1. package/README.md +2 -2
  2. package/dist/node/purecloud-platform-client-v2.js +1059 -113
  3. package/dist/web-amd/purecloud-platform-client-v2.js +1059 -113
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +340 -115
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +359 -122
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +727 -7
  9. package/package.json +1 -1
  10. package/src/purecloud-platform-client-v2/ApiClient.js +1 -1
  11. package/src/purecloud-platform-client-v2/api/AlertingApi.js +1 -1
  12. package/src/purecloud-platform-client-v2/api/AnalyticsApi.js +1 -2
  13. package/src/purecloud-platform-client-v2/api/ArchitectApi.js +298 -6
  14. package/src/purecloud-platform-client-v2/api/AuditApi.js +1 -1
  15. package/src/purecloud-platform-client-v2/api/AuthorizationApi.js +1 -1
  16. package/src/purecloud-platform-client-v2/api/BillingApi.js +1 -1
  17. package/src/purecloud-platform-client-v2/api/CarrierServicesApi.js +1 -1
  18. package/src/purecloud-platform-client-v2/api/ChatApi.js +1 -1
  19. package/src/purecloud-platform-client-v2/api/CoachingApi.js +1 -1
  20. package/src/purecloud-platform-client-v2/api/ContentManagementApi.js +1 -1
  21. package/src/purecloud-platform-client-v2/api/ConversationsApi.js +13 -9
  22. package/src/purecloud-platform-client-v2/api/DataExtensionsApi.js +1 -1
  23. package/src/purecloud-platform-client-v2/api/DownloadsApi.js +1 -1
  24. package/src/purecloud-platform-client-v2/api/EmailsApi.js +1 -1
  25. package/src/purecloud-platform-client-v2/api/EventsApi.js +1 -1
  26. package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +5 -5
  27. package/src/purecloud-platform-client-v2/api/FaxApi.js +1 -1
  28. package/src/purecloud-platform-client-v2/api/FlowsApi.js +1 -1
  29. package/src/purecloud-platform-client-v2/api/GamificationApi.js +1 -1
  30. package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +1 -1
  31. package/src/purecloud-platform-client-v2/api/GeolocationApi.js +1 -1
  32. package/src/purecloud-platform-client-v2/api/GreetingsApi.js +1 -1
  33. package/src/purecloud-platform-client-v2/api/GroupsApi.js +1 -1
  34. package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +1 -1
  35. package/src/purecloud-platform-client-v2/api/InfrastructureAsCodeApi.js +1 -1
  36. package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +240 -11
  37. package/src/purecloud-platform-client-v2/api/JourneyApi.js +187 -1
  38. package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +161 -1
  39. package/src/purecloud-platform-client-v2/api/LanguageUnderstandingApi.js +1 -1
  40. package/src/purecloud-platform-client-v2/api/LanguagesApi.js +1 -1
  41. package/src/purecloud-platform-client-v2/api/LearningApi.js +1 -1
  42. package/src/purecloud-platform-client-v2/api/LicenseApi.js +1 -1
  43. package/src/purecloud-platform-client-v2/api/LocationsApi.js +1 -1
  44. package/src/purecloud-platform-client-v2/api/LogCaptureApi.js +1 -1
  45. package/src/purecloud-platform-client-v2/api/MessagingApi.js +1 -1
  46. package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +1 -1
  47. package/src/purecloud-platform-client-v2/api/NotificationsApi.js +1 -1
  48. package/src/purecloud-platform-client-v2/api/OAuthApi.js +1 -1
  49. package/src/purecloud-platform-client-v2/api/ObjectsApi.js +1 -1
  50. package/src/purecloud-platform-client-v2/api/OperationalEventsApi.js +1 -1
  51. package/src/purecloud-platform-client-v2/api/OrganizationApi.js +1 -1
  52. package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +1 -1
  53. package/src/purecloud-platform-client-v2/api/OutboundApi.js +7 -3
  54. package/src/purecloud-platform-client-v2/api/PresenceApi.js +1 -1
  55. package/src/purecloud-platform-client-v2/api/ProcessAutomationApi.js +1 -1
  56. package/src/purecloud-platform-client-v2/api/QualityApi.js +4 -4
  57. package/src/purecloud-platform-client-v2/api/RecordingApi.js +1 -1
  58. package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
  59. package/src/purecloud-platform-client-v2/api/RoutingApi.js +1 -1
  60. package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
  61. package/src/purecloud-platform-client-v2/api/ScreenRecordingApi.js +1 -1
  62. package/src/purecloud-platform-client-v2/api/ScriptsApi.js +1 -1
  63. package/src/purecloud-platform-client-v2/api/SearchApi.js +1 -1
  64. package/src/purecloud-platform-client-v2/api/SettingsApi.js +48 -1
  65. package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +1 -1
  66. package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
  67. package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
  68. package/src/purecloud-platform-client-v2/api/TaskManagementApi.js +27 -1
  69. package/src/purecloud-platform-client-v2/api/TeamsApi.js +1 -1
  70. package/src/purecloud-platform-client-v2/api/TelephonyApi.js +1 -1
  71. package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +1 -1
  72. package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
  73. package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -3
  74. package/src/purecloud-platform-client-v2/api/UploadsApi.js +1 -1
  75. package/src/purecloud-platform-client-v2/api/UsageApi.js +1 -1
  76. package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
  77. package/src/purecloud-platform-client-v2/api/UsersApi.js +1 -1
  78. package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
  79. package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
  80. package/src/purecloud-platform-client-v2/api/WebChatApi.js +1 -1
  81. package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +1 -1
  82. package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +1 -1
  83. package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
  84. package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +4 -3
  85. package/src/purecloud-platform-client-v2/index.js +1 -1
@@ -399,7 +399,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
399
399
 
400
400
  /**
401
401
  * @module purecloud-platform-client-v2/ApiClient
402
- * @version 188.0.1
402
+ * @version 189.0.0
403
403
  */
404
404
  class ApiClient {
405
405
  /**
@@ -1818,7 +1818,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
1818
1818
  /**
1819
1819
  * Alerting service.
1820
1820
  * @module purecloud-platform-client-v2/api/AlertingApi
1821
- * @version 188.0.1
1821
+ * @version 189.0.0
1822
1822
  */
1823
1823
 
1824
1824
  /**
@@ -2479,7 +2479,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
2479
2479
  /**
2480
2480
  * Analytics service.
2481
2481
  * @module purecloud-platform-client-v2/api/AnalyticsApi
2482
- * @version 188.0.1
2482
+ * @version 189.0.0
2483
2483
  */
2484
2484
 
2485
2485
  /**
@@ -4483,7 +4483,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
4483
4483
  * Query for knowledge aggregates
4484
4484
  *
4485
4485
  * @param {Object} body query
4486
- * postAnalyticsKnowledgeAggregatesQuery is a preview method and is subject to both breaking and non-breaking changes at any time without notice
4487
4486
  */
4488
4487
  postAnalyticsKnowledgeAggregatesQuery(body) {
4489
4488
  // verify the required parameter 'body' is set
@@ -5093,7 +5092,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
5093
5092
  /**
5094
5093
  * Architect service.
5095
5094
  * @module purecloud-platform-client-v2/api/ArchitectApi
5096
- * @version 188.0.1
5095
+ * @version 189.0.0
5097
5096
  */
5098
5097
 
5099
5098
  /**
@@ -5496,6 +5495,32 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
5496
5495
  );
5497
5496
  }
5498
5497
 
5498
+ /**
5499
+ * Deletes a log level for a flow by flow id.
5500
+ * Deletes the associated log level for a flow by flow id
5501
+ * @param {String} flowId The flow id to delete the loglevel for
5502
+ * deleteFlowInstancesSettingsLoglevels is a preview method and is subject to both breaking and non-breaking changes at any time without notice
5503
+ */
5504
+ deleteFlowInstancesSettingsLoglevels(flowId) {
5505
+ // verify the required parameter 'flowId' is set
5506
+ if (flowId === undefined || flowId === null) {
5507
+ throw 'Missing the required parameter "flowId" when calling deleteFlowInstancesSettingsLoglevels';
5508
+ }
5509
+
5510
+ return this.apiClient.callApi(
5511
+ '/api/v2/flows/{flowId}/instances/settings/loglevels',
5512
+ 'DELETE',
5513
+ { 'flowId': flowId },
5514
+ { },
5515
+ { },
5516
+ { },
5517
+ null,
5518
+ ['PureCloud OAuth'],
5519
+ ['application/json'],
5520
+ ['application/json']
5521
+ );
5522
+ }
5523
+
5499
5524
  /**
5500
5525
  * Batch-delete a list of flows
5501
5526
  * Multiple IDs can be specified, in which case all specified flows will be deleted. Asynchronous. Notification topic: v2.flows.{flowId}
@@ -5580,6 +5605,27 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
5580
5605
  );
5581
5606
  }
5582
5607
 
5608
+ /**
5609
+ * Resets the org log level to default, base
5610
+ * Resets the org log level to default, base
5611
+ * deleteFlowsInstancesSettingsLoglevelsDefault is a preview method and is subject to both breaking and non-breaking changes at any time without notice
5612
+ */
5613
+ deleteFlowsInstancesSettingsLoglevelsDefault() {
5614
+
5615
+ return this.apiClient.callApi(
5616
+ '/api/v2/flows/instances/settings/loglevels/default',
5617
+ 'DELETE',
5618
+ { },
5619
+ { },
5620
+ { },
5621
+ { },
5622
+ null,
5623
+ ['PureCloud OAuth'],
5624
+ ['application/json'],
5625
+ ['application/json']
5626
+ );
5627
+ }
5628
+
5583
5629
  /**
5584
5630
  * Delete a flow milestone.
5585
5631
  *
@@ -6707,6 +6753,36 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
6707
6753
  );
6708
6754
  }
6709
6755
 
6756
+ /**
6757
+ * Retrieves the log level for a flow by flow id.
6758
+ * Retrieves the log level for a flow by flow id.
6759
+ * @param {String} flowId The flow id to get the loglevel for
6760
+ * @param {Object} opts Optional parameters
6761
+ * @param {Array.<String>} opts.expand Expand instructions for the result
6762
+ * getFlowInstancesSettingsLoglevels is a preview method and is subject to both breaking and non-breaking changes at any time without notice
6763
+ */
6764
+ getFlowInstancesSettingsLoglevels(flowId, opts) {
6765
+ opts = opts || {};
6766
+
6767
+ // verify the required parameter 'flowId' is set
6768
+ if (flowId === undefined || flowId === null) {
6769
+ throw 'Missing the required parameter "flowId" when calling getFlowInstancesSettingsLoglevels';
6770
+ }
6771
+
6772
+ return this.apiClient.callApi(
6773
+ '/api/v2/flows/{flowId}/instances/settings/loglevels',
6774
+ 'GET',
6775
+ { 'flowId': flowId },
6776
+ { 'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi') },
6777
+ { },
6778
+ { },
6779
+ null,
6780
+ ['PureCloud OAuth'],
6781
+ ['application/json'],
6782
+ ['application/json']
6783
+ );
6784
+ }
6785
+
6710
6786
  /**
6711
6787
  * Get the latest configuration for flow
6712
6788
  *
@@ -7336,7 +7412,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
7336
7412
  * @param {String} instanceId Instance ID
7337
7413
  * @param {Object} opts Optional parameters
7338
7414
  * @param {Object} opts.expand Expand various details.
7339
- * getFlowsInstance is a preview method and is subject to both breaking and non-breaking changes at any time without notice
7340
7415
  */
7341
7416
  getFlowsInstance(instanceId, opts) {
7342
7417
  opts = opts || {};
@@ -7364,7 +7439,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
7364
7439
  * Get the status and/or results of an asynchronous flow execution data retrieval job
7365
7440
  *
7366
7441
  * @param {String} jobId The asynchronous job ID
7367
- * getFlowsInstancesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
7368
7442
  */
7369
7443
  getFlowsInstancesJob(jobId) {
7370
7444
  // verify the required parameter 'jobId' is set
@@ -7391,7 +7465,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
7391
7465
  * Returns the queryable parameters that can be used to build a query for execution data.
7392
7466
  * @param {Object} opts Optional parameters
7393
7467
  * @param {Object} opts.expand Expand various query types.
7394
- * getFlowsInstancesQuerycapabilities is a preview method and is subject to both breaking and non-breaking changes at any time without notice
7395
7468
  */
7396
7469
  getFlowsInstancesQuerycapabilities(opts) {
7397
7470
  opts = opts || {};
@@ -7411,6 +7484,100 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
7411
7484
  );
7412
7485
  }
7413
7486
 
7487
+ /**
7488
+ * Get the execution history enabled setting.
7489
+ * Get the execution history enabled setting.
7490
+ * getFlowsInstancesSettingsExecutiondata is a preview method and is subject to both breaking and non-breaking changes at any time without notice
7491
+ */
7492
+ getFlowsInstancesSettingsExecutiondata() {
7493
+
7494
+ return this.apiClient.callApi(
7495
+ '/api/v2/flows/instances/settings/executiondata',
7496
+ 'GET',
7497
+ { },
7498
+ { },
7499
+ { },
7500
+ { },
7501
+ null,
7502
+ ['PureCloud OAuth'],
7503
+ ['application/json'],
7504
+ ['application/json']
7505
+ );
7506
+ }
7507
+
7508
+ /**
7509
+ * Retrieve a list of LogLevels for the organization.
7510
+ * Returns a paged set of LogLevels per flow id
7511
+ * @param {Object} opts Optional parameters
7512
+ * @param {Array.<String>} opts.expand Expand instructions for the result
7513
+ * @param {Number} opts.pageNumber Page number (default to 1)
7514
+ * @param {Number} opts.pageSize Number of entities to return. Maximum of 200. (default to 25)
7515
+ * getFlowsInstancesSettingsLoglevels is a preview method and is subject to both breaking and non-breaking changes at any time without notice
7516
+ */
7517
+ getFlowsInstancesSettingsLoglevels(opts) {
7518
+ opts = opts || {};
7519
+
7520
+
7521
+ return this.apiClient.callApi(
7522
+ '/api/v2/flows/instances/settings/loglevels',
7523
+ 'GET',
7524
+ { },
7525
+ { 'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi'),'pageNumber': opts['pageNumber'],'pageSize': opts['pageSize'] },
7526
+ { },
7527
+ { },
7528
+ null,
7529
+ ['PureCloud OAuth'],
7530
+ ['application/json'],
7531
+ ['application/json']
7532
+ );
7533
+ }
7534
+
7535
+ /**
7536
+ * Gets the available flow log level characteristics for this organization.
7537
+ * Log levels can be customized and this returns the set of available characteristics that can be enabled/disabled.
7538
+ * getFlowsInstancesSettingsLoglevelsCharacteristics is a preview method and is subject to both breaking and non-breaking changes at any time without notice
7539
+ */
7540
+ getFlowsInstancesSettingsLoglevelsCharacteristics() {
7541
+
7542
+ return this.apiClient.callApi(
7543
+ '/api/v2/flows/instances/settings/loglevels/characteristics',
7544
+ 'GET',
7545
+ { },
7546
+ { },
7547
+ { },
7548
+ { },
7549
+ null,
7550
+ ['PureCloud OAuth'],
7551
+ ['application/json'],
7552
+ ['application/json']
7553
+ );
7554
+ }
7555
+
7556
+ /**
7557
+ * Returns the flow default log level.
7558
+ * Returns the flow default log level which will be used if no specific flow id log level is found.
7559
+ * @param {Object} opts Optional parameters
7560
+ * @param {Array.<String>} opts.expand Expand instructions for the result
7561
+ * getFlowsInstancesSettingsLoglevelsDefault is a preview method and is subject to both breaking and non-breaking changes at any time without notice
7562
+ */
7563
+ getFlowsInstancesSettingsLoglevelsDefault(opts) {
7564
+ opts = opts || {};
7565
+
7566
+
7567
+ return this.apiClient.callApi(
7568
+ '/api/v2/flows/instances/settings/loglevels/default',
7569
+ 'GET',
7570
+ { },
7571
+ { 'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi') },
7572
+ { },
7573
+ { },
7574
+ null,
7575
+ ['PureCloud OAuth'],
7576
+ ['application/json'],
7577
+ ['application/json']
7578
+ );
7579
+ }
7580
+
7414
7581
  /**
7415
7582
  * Fetch Architect Job Status
7416
7583
  *
@@ -7679,6 +7846,32 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
7679
7846
  );
7680
7847
  }
7681
7848
 
7849
+ /**
7850
+ * Edit the execution history enabled setting.
7851
+ * Edit the execution history enabled setting.
7852
+ * @param {Object} body New Execution Data Setting
7853
+ * patchFlowsInstancesSettingsExecutiondata is a preview method and is subject to both breaking and non-breaking changes at any time without notice
7854
+ */
7855
+ patchFlowsInstancesSettingsExecutiondata(body) {
7856
+ // verify the required parameter 'body' is set
7857
+ if (body === undefined || body === null) {
7858
+ throw 'Missing the required parameter "body" when calling patchFlowsInstancesSettingsExecutiondata';
7859
+ }
7860
+
7861
+ return this.apiClient.callApi(
7862
+ '/api/v2/flows/instances/settings/executiondata',
7863
+ 'PATCH',
7864
+ { },
7865
+ { },
7866
+ { },
7867
+ { },
7868
+ body,
7869
+ ['PureCloud OAuth'],
7870
+ ['application/json'],
7871
+ ['application/json']
7872
+ );
7873
+ }
7874
+
7682
7875
  /**
7683
7876
  * Rebuild Dependency Tracking data for an organization
7684
7877
  * Asynchronous. Notification topic: v2.architect.dependencytracking.build
@@ -8088,6 +8281,41 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
8088
8281
  );
8089
8282
  }
8090
8283
 
8284
+ /**
8285
+ * Set the logLevel for a particular flow id
8286
+ * Assigns a new loglevel to a flow id
8287
+ * @param {String} flowId The flow id to set the loglevel for
8288
+ * @param {Object} body New LogLevel settings
8289
+ * @param {Object} opts Optional parameters
8290
+ * @param {Array.<String>} opts.expand Expand instructions for the result
8291
+ * postFlowInstancesSettingsLoglevels is a preview method and is subject to both breaking and non-breaking changes at any time without notice
8292
+ */
8293
+ postFlowInstancesSettingsLoglevels(flowId, body, opts) {
8294
+ opts = opts || {};
8295
+
8296
+ // verify the required parameter 'flowId' is set
8297
+ if (flowId === undefined || flowId === null) {
8298
+ throw 'Missing the required parameter "flowId" when calling postFlowInstancesSettingsLoglevels';
8299
+ }
8300
+ // verify the required parameter 'body' is set
8301
+ if (body === undefined || body === null) {
8302
+ throw 'Missing the required parameter "body" when calling postFlowInstancesSettingsLoglevels';
8303
+ }
8304
+
8305
+ return this.apiClient.callApi(
8306
+ '/api/v2/flows/{flowId}/instances/settings/loglevels',
8307
+ 'POST',
8308
+ { 'flowId': flowId },
8309
+ { 'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi') },
8310
+ { },
8311
+ { },
8312
+ body,
8313
+ ['PureCloud OAuth'],
8314
+ ['application/json'],
8315
+ ['application/json']
8316
+ );
8317
+ }
8318
+
8091
8319
  /**
8092
8320
  * Create flow version
8093
8321
  *
@@ -8442,7 +8670,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
8442
8670
  * @param {Object} body Requested Flow Ids
8443
8671
  * @param {Object} opts Optional parameters
8444
8672
  * @param {Object} opts.expand Expand various query types.
8445
- * postFlowsInstancesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
8446
8673
  */
8447
8674
  postFlowsInstancesJobs(body, opts) {
8448
8675
  opts = opts || {};
@@ -8473,7 +8700,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
8473
8700
  * @param {Object} opts Optional parameters
8474
8701
  * @param {Boolean} opts.indexOnly indexes only
8475
8702
  * @param {Number} opts.pageSize number of results to return (default to 50)
8476
- * postFlowsInstancesQuery is a preview method and is subject to both breaking and non-breaking changes at any time without notice
8477
8703
  */
8478
8704
  postFlowsInstancesQuery(body, opts) {
8479
8705
  opts = opts || {};
@@ -8815,6 +9041,41 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
8815
9041
  );
8816
9042
  }
8817
9043
 
9044
+ /**
9045
+ * Edit the logLevel for a particular flow id
9046
+ * Updates the loglevel for a flow id
9047
+ * @param {String} flowId The flow id to edit the loglevel for
9048
+ * @param {Object} body New LogLevel settings
9049
+ * @param {Object} opts Optional parameters
9050
+ * @param {Array.<String>} opts.expand Expand instructions for the result
9051
+ * putFlowInstancesSettingsLoglevels is a preview method and is subject to both breaking and non-breaking changes at any time without notice
9052
+ */
9053
+ putFlowInstancesSettingsLoglevels(flowId, body, opts) {
9054
+ opts = opts || {};
9055
+
9056
+ // verify the required parameter 'flowId' is set
9057
+ if (flowId === undefined || flowId === null) {
9058
+ throw 'Missing the required parameter "flowId" when calling putFlowInstancesSettingsLoglevels';
9059
+ }
9060
+ // verify the required parameter 'body' is set
9061
+ if (body === undefined || body === null) {
9062
+ throw 'Missing the required parameter "body" when calling putFlowInstancesSettingsLoglevels';
9063
+ }
9064
+
9065
+ return this.apiClient.callApi(
9066
+ '/api/v2/flows/{flowId}/instances/settings/loglevels',
9067
+ 'PUT',
9068
+ { 'flowId': flowId },
9069
+ { 'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi') },
9070
+ { },
9071
+ { },
9072
+ body,
9073
+ ['PureCloud OAuth'],
9074
+ ['application/json'],
9075
+ ['application/json']
9076
+ );
9077
+ }
9078
+
8818
9079
  /**
8819
9080
  * Updates a specific datatable by id
8820
9081
  * Updates a schema for a datatable with the given datatableId -updates allow only new fields to be added in the schema, no changes or removals of existing fields.
@@ -8883,6 +9144,36 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
8883
9144
  );
8884
9145
  }
8885
9146
 
9147
+ /**
9148
+ * Edit the flow default log level.
9149
+ * Edit the flow default log level.
9150
+ * @param {Object} body New LogLevel settings
9151
+ * @param {Object} opts Optional parameters
9152
+ * @param {Array.<String>} opts.expand Expand instructions for the result
9153
+ * putFlowsInstancesSettingsLoglevelsDefault is a preview method and is subject to both breaking and non-breaking changes at any time without notice
9154
+ */
9155
+ putFlowsInstancesSettingsLoglevelsDefault(body, opts) {
9156
+ opts = opts || {};
9157
+
9158
+ // verify the required parameter 'body' is set
9159
+ if (body === undefined || body === null) {
9160
+ throw 'Missing the required parameter "body" when calling putFlowsInstancesSettingsLoglevelsDefault';
9161
+ }
9162
+
9163
+ return this.apiClient.callApi(
9164
+ '/api/v2/flows/instances/settings/loglevels/default',
9165
+ 'PUT',
9166
+ { },
9167
+ { 'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi') },
9168
+ { },
9169
+ { },
9170
+ body,
9171
+ ['PureCloud OAuth'],
9172
+ ['application/json'],
9173
+ ['application/json']
9174
+ );
9175
+ }
9176
+
8886
9177
  /**
8887
9178
  * Updates a flow milestone
8888
9179
  *
@@ -8947,7 +9238,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
8947
9238
  /**
8948
9239
  * Audit service.
8949
9240
  * @module purecloud-platform-client-v2/api/AuditApi
8950
- * @version 188.0.1
9241
+ * @version 189.0.0
8951
9242
  */
8952
9243
 
8953
9244
  /**
@@ -9118,7 +9409,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
9118
9409
  /**
9119
9410
  * Authorization service.
9120
9411
  * @module purecloud-platform-client-v2/api/AuthorizationApi
9121
- * @version 188.0.1
9412
+ * @version 189.0.0
9122
9413
  */
9123
9414
 
9124
9415
  /**
@@ -10348,7 +10639,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
10348
10639
  /**
10349
10640
  * Billing service.
10350
10641
  * @module purecloud-platform-client-v2/api/BillingApi
10351
- * @version 188.0.1
10642
+ * @version 189.0.0
10352
10643
  */
10353
10644
 
10354
10645
  /**
@@ -10428,7 +10719,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
10428
10719
  /**
10429
10720
  * CarrierServices service.
10430
10721
  * @module purecloud-platform-client-v2/api/CarrierServicesApi
10431
- * @version 188.0.1
10722
+ * @version 189.0.0
10432
10723
  */
10433
10724
 
10434
10725
  /**
@@ -10498,7 +10789,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
10498
10789
  /**
10499
10790
  * Chat service.
10500
10791
  * @module purecloud-platform-client-v2/api/ChatApi
10501
- * @version 188.0.1
10792
+ * @version 189.0.0
10502
10793
  */
10503
10794
 
10504
10795
  /**
@@ -11233,7 +11524,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
11233
11524
  /**
11234
11525
  * Coaching service.
11235
11526
  * @module purecloud-platform-client-v2/api/CoachingApi
11236
- * @version 188.0.1
11527
+ * @version 189.0.0
11237
11528
  */
11238
11529
 
11239
11530
  /**
@@ -11810,7 +12101,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
11810
12101
  /**
11811
12102
  * ContentManagement service.
11812
12103
  * @module purecloud-platform-client-v2/api/ContentManagementApi
11813
- * @version 188.0.1
12104
+ * @version 189.0.0
11814
12105
  */
11815
12106
 
11816
12107
  /**
@@ -12892,7 +13183,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
12892
13183
  /**
12893
13184
  * Conversations service.
12894
13185
  * @module purecloud-platform-client-v2/api/ConversationsApi
12895
- * @version 188.0.1
13186
+ * @version 189.0.0
12896
13187
  */
12897
13188
 
12898
13189
  /**
@@ -13133,9 +13424,10 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
13133
13424
  }
13134
13425
 
13135
13426
  /**
13136
- * Delete a LINE messenger integration
13137
- *
13427
+ * Delete a LINE messenger integration (Deprecated)
13428
+ * This endpoint is deprecated. Please see the article https://help.mypurecloud.com/articles/deprecation-native-line-third-party-messaging-channel/
13138
13429
  * @param {String} integrationId Integration ID
13430
+ * @deprecated
13139
13431
  */
13140
13432
  deleteConversationsMessagingIntegrationsLineIntegrationId(integrationId) {
13141
13433
  // verify the required parameter 'integrationId' is set
@@ -15144,14 +15436,15 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
15144
15436
  }
15145
15437
 
15146
15438
  /**
15147
- * Get a list of LINE messenger Integrations
15148
- *
15439
+ * Get a list of LINE messenger Integrations (Deprecated)
15440
+ * This endpoint is deprecated. Please see the article https://help.mypurecloud.com/articles/deprecation-native-line-third-party-messaging-channel/
15149
15441
  * @param {Object} opts Optional parameters
15150
15442
  * @param {Number} opts.pageSize Page size (default to 25)
15151
15443
  * @param {Number} opts.pageNumber Page number (default to 1)
15152
15444
  * @param {Object} opts.expand Expand instructions for the return value.
15153
15445
  * @param {String} opts.supportedContentId Filter integrations returned based on the supported content ID
15154
15446
  * @param {String} opts.messagingSettingId Filter integrations returned based on the setting ID
15447
+ * @deprecated
15155
15448
  */
15156
15449
  getConversationsMessagingIntegrationsLine(opts) {
15157
15450
  opts = opts || {};
@@ -15172,11 +15465,12 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
15172
15465
  }
15173
15466
 
15174
15467
  /**
15175
- * Get a LINE messenger integration
15176
- *
15468
+ * Get a LINE messenger integration (Deprecated)
15469
+ * This endpoint is deprecated. Please see the article https://help.mypurecloud.com/articles/deprecation-native-line-third-party-messaging-channel/
15177
15470
  * @param {String} integrationId Integration ID
15178
15471
  * @param {Object} opts Optional parameters
15179
15472
  * @param {Object} opts.expand Expand instructions for the return value.
15473
+ * @deprecated
15180
15474
  */
15181
15475
  getConversationsMessagingIntegrationsLineIntegrationId(integrationId, opts) {
15182
15476
  opts = opts || {};
@@ -19860,10 +20154,11 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
19860
20154
  }
19861
20155
 
19862
20156
  /**
19863
- * Update a LINE messenger integration
19864
- *
20157
+ * Update a LINE messenger integration (Deprecated)
20158
+ * This endpoint is deprecated. Please see the article https://help.mypurecloud.com/articles/deprecation-native-line-third-party-messaging-channel/
19865
20159
  * @param {String} integrationId Integration ID
19866
20160
  * @param {Object} body LineIntegrationRequest
20161
+ * @deprecated
19867
20162
  */
19868
20163
  putConversationsMessagingIntegrationsLineIntegrationId(integrationId, body) {
19869
20164
  // verify the required parameter 'integrationId' is set
@@ -20060,7 +20355,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
20060
20355
  /**
20061
20356
  * DataExtensions service.
20062
20357
  * @module purecloud-platform-client-v2/api/DataExtensionsApi
20063
- * @version 188.0.1
20358
+ * @version 189.0.0
20064
20359
  */
20065
20360
 
20066
20361
  /**
@@ -20146,7 +20441,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
20146
20441
  /**
20147
20442
  * Downloads service.
20148
20443
  * @module purecloud-platform-client-v2/api/DownloadsApi
20149
- * @version 188.0.1
20444
+ * @version 189.0.0
20150
20445
  */
20151
20446
 
20152
20447
  /**
@@ -20198,7 +20493,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
20198
20493
  /**
20199
20494
  * Emails service.
20200
20495
  * @module purecloud-platform-client-v2/api/EmailsApi
20201
- * @version 188.0.1
20496
+ * @version 189.0.0
20202
20497
  */
20203
20498
 
20204
20499
  /**
@@ -20263,7 +20558,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
20263
20558
  /**
20264
20559
  * Events service.
20265
20560
  * @module purecloud-platform-client-v2/api/EventsApi
20266
- * @version 188.0.1
20561
+ * @version 189.0.0
20267
20562
  */
20268
20563
 
20269
20564
  /**
@@ -20359,7 +20654,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
20359
20654
  /**
20360
20655
  * ExternalContacts service.
20361
20656
  * @module purecloud-platform-client-v2/api/ExternalContactsApi
20362
- * @version 188.0.1
20657
+ * @version 189.0.0
20363
20658
  */
20364
20659
 
20365
20660
  /**
@@ -21220,7 +21515,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
21220
21515
  * Scan for external contacts using paging
21221
21516
  *
21222
21517
  * @param {Object} opts Optional parameters
21223
- * @param {Number} opts.limit The number of contacts per page; must be between 10 and 200, default is 100)
21518
+ * @param {Number} opts.limit The number of contacts per page; must be between 10 and 200, default is 100
21224
21519
  * @param {String} opts.cursor Indicates where to resume query results (not required for first page), each page returns a new cursor with a 24h TTL
21225
21520
  */
21226
21521
  getExternalcontactsScanContacts(opts) {
@@ -21245,7 +21540,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
21245
21540
  * Scan for notes using paging
21246
21541
  *
21247
21542
  * @param {Object} opts Optional parameters
21248
- * @param {Number} opts.limit The number of notes per page; must be between 10 and 200, default is 100)
21543
+ * @param {Number} opts.limit The number of notes per page; must be between 10 and 200, default is 100
21249
21544
  * @param {String} opts.cursor Indicates where to resume query results (not required for first page), each page returns a new cursor with a 24h TTL
21250
21545
  */
21251
21546
  getExternalcontactsScanNotes(opts) {
@@ -21270,7 +21565,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
21270
21565
  * Scan for external organizations using paging
21271
21566
  *
21272
21567
  * @param {Object} opts Optional parameters
21273
- * @param {Number} opts.limit The number of organizations per page; must be between 10 and 200, default is 100)
21568
+ * @param {Number} opts.limit The number of organizations per page; must be between 10 and 200, default is 100
21274
21569
  * @param {String} opts.cursor Indicates where to resume query results (not required for first page), each page returns a new cursor with a 24h TTL
21275
21570
  */
21276
21571
  getExternalcontactsScanOrganizations(opts) {
@@ -21295,7 +21590,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
21295
21590
  * Scan for relationships
21296
21591
  *
21297
21592
  * @param {Object} opts Optional parameters
21298
- * @param {Number} opts.limit The number of relationships per page; must be between 10 and 200, default is 100)
21593
+ * @param {Number} opts.limit The number of relationships per page; must be between 10 and 200, default is 100
21299
21594
  * @param {String} opts.cursor Indicates where to resume query results (not required for first page), each page returns a new cursor with a 24h TTL
21300
21595
  */
21301
21596
  getExternalcontactsScanRelationships(opts) {
@@ -22317,7 +22612,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
22317
22612
  /**
22318
22613
  * Fax service.
22319
22614
  * @module purecloud-platform-client-v2/api/FaxApi
22320
- * @version 188.0.1
22615
+ * @version 189.0.0
22321
22616
  */
22322
22617
 
22323
22618
  /**
@@ -22488,7 +22783,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
22488
22783
  /**
22489
22784
  * Flows service.
22490
22785
  * @module purecloud-platform-client-v2/api/FlowsApi
22491
- * @version 188.0.1
22786
+ * @version 189.0.0
22492
22787
  */
22493
22788
 
22494
22789
  /**
@@ -22672,7 +22967,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
22672
22967
  /**
22673
22968
  * Gamification service.
22674
22969
  * @module purecloud-platform-client-v2/api/GamificationApi
22675
- * @version 188.0.1
22970
+ * @version 189.0.0
22676
22971
  */
22677
22972
 
22678
22973
  /**
@@ -24758,7 +25053,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
24758
25053
  /**
24759
25054
  * GeneralDataProtectionRegulation service.
24760
25055
  * @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
24761
- * @version 188.0.1
25056
+ * @version 189.0.0
24762
25057
  */
24763
25058
 
24764
25059
  /**
@@ -24888,7 +25183,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
24888
25183
  /**
24889
25184
  * Geolocation service.
24890
25185
  * @module purecloud-platform-client-v2/api/GeolocationApi
24891
- * @version 188.0.1
25186
+ * @version 189.0.0
24892
25187
  */
24893
25188
 
24894
25189
  /**
@@ -25019,7 +25314,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
25019
25314
  /**
25020
25315
  * Greetings service.
25021
25316
  * @module purecloud-platform-client-v2/api/GreetingsApi
25022
- * @version 188.0.1
25317
+ * @version 189.0.0
25023
25318
  */
25024
25319
 
25025
25320
  /**
@@ -25474,7 +25769,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
25474
25769
  /**
25475
25770
  * Groups service.
25476
25771
  * @module purecloud-platform-client-v2/api/GroupsApi
25477
- * @version 188.0.1
25772
+ * @version 189.0.0
25478
25773
  */
25479
25774
 
25480
25775
  /**
@@ -25993,7 +26288,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
25993
26288
  /**
25994
26289
  * IdentityProvider service.
25995
26290
  * @module purecloud-platform-client-v2/api/IdentityProviderApi
25996
- * @version 188.0.1
26291
+ * @version 189.0.0
25997
26292
  */
25998
26293
 
25999
26294
  /**
@@ -26854,7 +27149,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
26854
27149
  /**
26855
27150
  * InfrastructureAsCode service.
26856
27151
  * @module purecloud-platform-client-v2/api/InfrastructureAsCodeApi
26857
- * @version 188.0.1
27152
+ * @version 189.0.0
26858
27153
  */
26859
27154
 
26860
27155
  /**
@@ -27021,7 +27316,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
27021
27316
  /**
27022
27317
  * Integrations service.
27023
27318
  * @module purecloud-platform-client-v2/api/IntegrationsApi
27024
- * @version 188.0.1
27319
+ * @version 189.0.0
27025
27320
  */
27026
27321
 
27027
27322
  /**
@@ -27928,6 +28223,57 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
27928
28223
  );
27929
28224
  }
27930
28225
 
28226
+ /**
28227
+ * Get details about a Dialogflow CX agent
28228
+ *
28229
+ * @param {String} agentId The agent ID
28230
+ */
28231
+ getIntegrationsSpeechDialogflowcxAgent(agentId) {
28232
+ // verify the required parameter 'agentId' is set
28233
+ if (agentId === undefined || agentId === null) {
28234
+ throw 'Missing the required parameter "agentId" when calling getIntegrationsSpeechDialogflowcxAgent';
28235
+ }
28236
+
28237
+ return this.apiClient.callApi(
28238
+ '/api/v2/integrations/speech/dialogflowcx/agents/{agentId}',
28239
+ 'GET',
28240
+ { 'agentId': agentId },
28241
+ { },
28242
+ { },
28243
+ { },
28244
+ null,
28245
+ ['PureCloud OAuth'],
28246
+ ['application/json'],
28247
+ ['application/json']
28248
+ );
28249
+ }
28250
+
28251
+ /**
28252
+ * Get a list of Dialogflow CX agents in the customers' Google accounts
28253
+ *
28254
+ * @param {Object} opts Optional parameters
28255
+ * @param {Number} opts.pageNumber Page number (default to 1)
28256
+ * @param {Number} opts.pageSize Page size (default to 25)
28257
+ * @param {String} opts.name Filter on agent name
28258
+ */
28259
+ getIntegrationsSpeechDialogflowcxAgents(opts) {
28260
+ opts = opts || {};
28261
+
28262
+
28263
+ return this.apiClient.callApi(
28264
+ '/api/v2/integrations/speech/dialogflowcx/agents',
28265
+ 'GET',
28266
+ { },
28267
+ { 'pageNumber': opts['pageNumber'],'pageSize': opts['pageSize'],'name': opts['name'] },
28268
+ { },
28269
+ { },
28270
+ null,
28271
+ ['PureCloud OAuth'],
28272
+ ['application/json'],
28273
+ ['application/json']
28274
+ );
28275
+ }
28276
+
27931
28277
  /**
27932
28278
  * Get details about a Lex bot alias
27933
28279
  *
@@ -28011,6 +28357,89 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
28011
28357
  );
28012
28358
  }
28013
28359
 
28360
+ /**
28361
+ * Get details about a Lex V2 bot alias
28362
+ *
28363
+ * @param {String} aliasId The Alias ID
28364
+ */
28365
+ getIntegrationsSpeechLexv2BotAlias(aliasId) {
28366
+ // verify the required parameter 'aliasId' is set
28367
+ if (aliasId === undefined || aliasId === null) {
28368
+ throw 'Missing the required parameter "aliasId" when calling getIntegrationsSpeechLexv2BotAlias';
28369
+ }
28370
+
28371
+ return this.apiClient.callApi(
28372
+ '/api/v2/integrations/speech/lexv2/bot/alias/{aliasId}',
28373
+ 'GET',
28374
+ { 'aliasId': aliasId },
28375
+ { },
28376
+ { },
28377
+ { },
28378
+ null,
28379
+ ['PureCloud OAuth'],
28380
+ ['application/json'],
28381
+ ['application/json']
28382
+ );
28383
+ }
28384
+
28385
+ /**
28386
+ * Get a list of aliases for a Lex V2 bot
28387
+ *
28388
+ * @param {String} botId The Bot ID
28389
+ * @param {Object} opts Optional parameters
28390
+ * @param {Number} opts.pageNumber Page number (default to 1)
28391
+ * @param {Number} opts.pageSize Page size (default to 25)
28392
+ * @param {Object} opts.status Filter on alias status
28393
+ * @param {String} opts.name Filter on alias name
28394
+ */
28395
+ getIntegrationsSpeechLexv2BotBotIdAliases(botId, opts) {
28396
+ opts = opts || {};
28397
+
28398
+ // verify the required parameter 'botId' is set
28399
+ if (botId === undefined || botId === null) {
28400
+ throw 'Missing the required parameter "botId" when calling getIntegrationsSpeechLexv2BotBotIdAliases';
28401
+ }
28402
+
28403
+ return this.apiClient.callApi(
28404
+ '/api/v2/integrations/speech/lexv2/bot/{botId}/aliases',
28405
+ 'GET',
28406
+ { 'botId': botId },
28407
+ { 'pageNumber': opts['pageNumber'],'pageSize': opts['pageSize'],'status': opts['status'],'name': opts['name'] },
28408
+ { },
28409
+ { },
28410
+ null,
28411
+ ['PureCloud OAuth'],
28412
+ ['application/json'],
28413
+ ['application/json']
28414
+ );
28415
+ }
28416
+
28417
+ /**
28418
+ * Get a list of Lex V2 bots
28419
+ *
28420
+ * @param {Object} opts Optional parameters
28421
+ * @param {Number} opts.pageNumber Page number (default to 1)
28422
+ * @param {Number} opts.pageSize Page size (default to 25)
28423
+ * @param {String} opts.name Filter on bot name
28424
+ */
28425
+ getIntegrationsSpeechLexv2Bots(opts) {
28426
+ opts = opts || {};
28427
+
28428
+
28429
+ return this.apiClient.callApi(
28430
+ '/api/v2/integrations/speech/lexv2/bots',
28431
+ 'GET',
28432
+ { },
28433
+ { 'pageNumber': opts['pageNumber'],'pageSize': opts['pageSize'],'name': opts['name'] },
28434
+ { },
28435
+ { },
28436
+ null,
28437
+ ['PureCloud OAuth'],
28438
+ ['application/json'],
28439
+ ['application/json']
28440
+ );
28441
+ }
28442
+
28014
28443
  /**
28015
28444
  * Get a Nuance bot in the specified Integration
28016
28445
  *
@@ -28019,7 +28448,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
28019
28448
  * @param {Object} opts Optional parameters
28020
28449
  * @param {Array.<String>} opts.expand expand
28021
28450
  * @param {Object} opts.targetChannel targetChannel
28022
- * getIntegrationsSpeechNuanceNuanceIntegrationIdBot is a preview method and is subject to both breaking and non-breaking changes at any time without notice
28023
28451
  */
28024
28452
  getIntegrationsSpeechNuanceNuanceIntegrationIdBot(nuanceIntegrationId, botId, opts) {
28025
28453
  opts = opts || {};
@@ -28053,7 +28481,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
28053
28481
  * @param {String} nuanceIntegrationId The integration ID for this group of bots
28054
28482
  * @param {String} botId The Nuance bot ID
28055
28483
  * @param {String} jobId The asynchronous job ID
28056
- * getIntegrationsSpeechNuanceNuanceIntegrationIdBotJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
28057
28484
  */
28058
28485
  getIntegrationsSpeechNuanceNuanceIntegrationIdBotJob(nuanceIntegrationId, botId, jobId) {
28059
28486
  // verify the required parameter 'nuanceIntegrationId' is set
@@ -28089,7 +28516,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
28089
28516
  * @param {String} nuanceIntegrationId The integration ID for this group of bots
28090
28517
  * @param {String} botId The Nuance bot ID
28091
28518
  * @param {String} jobId The asynchronous job ID
28092
- * getIntegrationsSpeechNuanceNuanceIntegrationIdBotJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
28093
28519
  */
28094
28520
  getIntegrationsSpeechNuanceNuanceIntegrationIdBotJobResults(nuanceIntegrationId, botId, jobId) {
28095
28521
  // verify the required parameter 'nuanceIntegrationId' is set
@@ -28127,7 +28553,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
28127
28553
  * @param {Number} opts.pageNumber Page number (default to 1)
28128
28554
  * @param {Number} opts.pageSize Page size (default to 25)
28129
28555
  * @param {Boolean} opts.onlyRegisteredBots Limit bots to the ones configured for Genesys Cloud usage (default to true)
28130
- * getIntegrationsSpeechNuanceNuanceIntegrationIdBots is a preview method and is subject to both breaking and non-breaking changes at any time without notice
28131
28556
  */
28132
28557
  getIntegrationsSpeechNuanceNuanceIntegrationIdBots(nuanceIntegrationId, opts) {
28133
28558
  opts = opts || {};
@@ -28156,7 +28581,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
28156
28581
  *
28157
28582
  * @param {String} nuanceIntegrationId The integration ID for this group of bots
28158
28583
  * @param {String} jobId The asynchronous job ID
28159
- * getIntegrationsSpeechNuanceNuanceIntegrationIdBotsJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
28160
28584
  */
28161
28585
  getIntegrationsSpeechNuanceNuanceIntegrationIdBotsJob(nuanceIntegrationId, jobId) {
28162
28586
  // verify the required parameter 'nuanceIntegrationId' is set
@@ -28187,7 +28611,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
28187
28611
  *
28188
28612
  * @param {String} nuanceIntegrationId The integration ID for this group of bots
28189
28613
  * @param {String} jobId The asynchronous job ID
28190
- * getIntegrationsSpeechNuanceNuanceIntegrationIdBotsJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
28191
28614
  */
28192
28615
  getIntegrationsSpeechNuanceNuanceIntegrationIdBotsJobResults(nuanceIntegrationId, jobId) {
28193
28616
  // verify the required parameter 'nuanceIntegrationId' is set
@@ -28213,6 +28636,57 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
28213
28636
  );
28214
28637
  }
28215
28638
 
28639
+ /**
28640
+ * Get details about a STT engine
28641
+ *
28642
+ * @param {String} engineId The engine ID
28643
+ */
28644
+ getIntegrationsSpeechSttEngine(engineId) {
28645
+ // verify the required parameter 'engineId' is set
28646
+ if (engineId === undefined || engineId === null) {
28647
+ throw 'Missing the required parameter "engineId" when calling getIntegrationsSpeechSttEngine';
28648
+ }
28649
+
28650
+ return this.apiClient.callApi(
28651
+ '/api/v2/integrations/speech/stt/engines/{engineId}',
28652
+ 'GET',
28653
+ { 'engineId': engineId },
28654
+ { },
28655
+ { },
28656
+ { },
28657
+ null,
28658
+ ['PureCloud OAuth'],
28659
+ ['application/json'],
28660
+ ['application/json']
28661
+ );
28662
+ }
28663
+
28664
+ /**
28665
+ * Get a list of STT engines enabled for org
28666
+ *
28667
+ * @param {Object} opts Optional parameters
28668
+ * @param {Number} opts.pageNumber Page number (default to 1)
28669
+ * @param {Number} opts.pageSize Page size (default to 25)
28670
+ * @param {String} opts.name Filter on engine name
28671
+ */
28672
+ getIntegrationsSpeechSttEngines(opts) {
28673
+ opts = opts || {};
28674
+
28675
+
28676
+ return this.apiClient.callApi(
28677
+ '/api/v2/integrations/speech/stt/engines',
28678
+ 'GET',
28679
+ { },
28680
+ { 'pageNumber': opts['pageNumber'],'pageSize': opts['pageSize'],'name': opts['name'] },
28681
+ { },
28682
+ { },
28683
+ null,
28684
+ ['PureCloud OAuth'],
28685
+ ['application/json'],
28686
+ ['application/json']
28687
+ );
28688
+ }
28689
+
28216
28690
  /**
28217
28691
  * Get details about a TTS engine
28218
28692
  *
@@ -28434,6 +28908,60 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
28434
28908
  );
28435
28909
  }
28436
28910
 
28911
+ /**
28912
+ * UC integration client application configuration.
28913
+ * This endpoint returns basic UI configuration data for the specified Unified Communications integration client application.
28914
+ * @param {String} ucIntegrationId 3rd Party Service Type
28915
+ */
28916
+ getIntegrationsUnifiedcommunicationsClientapp(ucIntegrationId) {
28917
+ // verify the required parameter 'ucIntegrationId' is set
28918
+ if (ucIntegrationId === undefined || ucIntegrationId === null) {
28919
+ throw 'Missing the required parameter "ucIntegrationId" when calling getIntegrationsUnifiedcommunicationsClientapp';
28920
+ }
28921
+
28922
+ return this.apiClient.callApi(
28923
+ '/api/v2/integrations/unifiedcommunications/clientapps/{ucIntegrationId}',
28924
+ 'GET',
28925
+ { 'ucIntegrationId': ucIntegrationId },
28926
+ { },
28927
+ { },
28928
+ { },
28929
+ null,
28930
+ ['PureCloud OAuth'],
28931
+ ['application/json'],
28932
+ ['application/json']
28933
+ );
28934
+ }
28935
+
28936
+ /**
28937
+ * List UC integration client application configurations.
28938
+ * This endpoint returns basic UI configuration data for all Unified Communications integrations client applications enabled.
28939
+ * @param {Object} opts Optional parameters
28940
+ * @param {Number} opts.pageSize The total page size requested (default to 25)
28941
+ * @param {Number} opts.pageNumber The page number requested (default to 1)
28942
+ * @param {String} opts.sortBy variable name requested to sort by
28943
+ * @param {Array.<String>} opts.expand variable name requested by expand list
28944
+ * @param {String} opts.nextPage next page token
28945
+ * @param {String} opts.previousPage Previous page token
28946
+ */
28947
+ getIntegrationsUnifiedcommunicationsClientapps(opts) {
28948
+ opts = opts || {};
28949
+
28950
+
28951
+ return this.apiClient.callApi(
28952
+ '/api/v2/integrations/unifiedcommunications/clientapps',
28953
+ 'GET',
28954
+ { },
28955
+ { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'sortBy': opts['sortBy'],'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi'),'nextPage': opts['nextPage'],'previousPage': opts['previousPage'] },
28956
+ { },
28957
+ { },
28958
+ null,
28959
+ ['PureCloud OAuth'],
28960
+ ['application/json'],
28961
+ ['application/json']
28962
+ );
28963
+ }
28964
+
28437
28965
  /**
28438
28966
  * List permitted user app integrations for the logged in user
28439
28967
  *
@@ -28841,7 +29369,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
28841
29369
  * @param {Object} opts Optional parameters
28842
29370
  * @param {Array.<String>} opts.expand expand
28843
29371
  * @param {String} opts.body targetChannel
28844
- * postIntegrationsSpeechNuanceNuanceIntegrationIdBotJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
28845
29372
  */
28846
29373
  postIntegrationsSpeechNuanceNuanceIntegrationIdBotJobs(nuanceIntegrationId, botId, opts) {
28847
29374
  opts = opts || {};
@@ -28877,7 +29404,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
28877
29404
  * @param {Number} opts.pageNumber Page number (default to 1)
28878
29405
  * @param {Number} opts.pageSize Page size (default to 25)
28879
29406
  * @param {Boolean} opts.onlyRegisteredBots Limit bots to the ones configured for Genesys Cloud usage (default to true)
28880
- * postIntegrationsSpeechNuanceNuanceIntegrationIdBotsJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
28881
29407
  */
28882
29408
  postIntegrationsSpeechNuanceNuanceIntegrationIdBotsJobs(nuanceIntegrationId, opts) {
28883
29409
  opts = opts || {};
@@ -28906,7 +29432,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
28906
29432
  *
28907
29433
  * @param {String} nuanceIntegrationId The integration ID for this group of bots
28908
29434
  * @param {Object} settings
28909
- * postIntegrationsSpeechNuanceNuanceIntegrationIdBotsLaunchValidate is a preview method and is subject to both breaking and non-breaking changes at any time without notice
28910
29435
  */
28911
29436
  postIntegrationsSpeechNuanceNuanceIntegrationIdBotsLaunchValidate(nuanceIntegrationId, settings) {
28912
29437
  // verify the required parameter 'nuanceIntegrationId' is set
@@ -29056,7 +29581,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
29056
29581
  *
29057
29582
  * @param {String} nuanceIntegrationId The integration ID for this group of bots
29058
29583
  * @param {Object} settings
29059
- * putIntegrationsSpeechNuanceNuanceIntegrationIdBotsLaunchSettings is a preview method and is subject to both breaking and non-breaking changes at any time without notice
29060
29584
  */
29061
29585
  putIntegrationsSpeechNuanceNuanceIntegrationIdBotsLaunchSettings(nuanceIntegrationId, settings) {
29062
29586
  // verify the required parameter 'nuanceIntegrationId' is set
@@ -29143,7 +29667,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
29143
29667
  /**
29144
29668
  * Journey service.
29145
29669
  * @module purecloud-platform-client-v2/api/JourneyApi
29146
- * @version 188.0.1
29670
+ * @version 189.0.0
29147
29671
  */
29148
29672
 
29149
29673
  /**
@@ -29287,6 +29811,32 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
29287
29811
  );
29288
29812
  }
29289
29813
 
29814
+ /**
29815
+ * Delete a Journey View by ID
29816
+ * deletes all versions
29817
+ * @param {String} viewId viewId
29818
+ * deleteJourneyView is a preview method and is subject to both breaking and non-breaking changes at any time without notice
29819
+ */
29820
+ deleteJourneyView(viewId) {
29821
+ // verify the required parameter 'viewId' is set
29822
+ if (viewId === undefined || viewId === null) {
29823
+ throw 'Missing the required parameter "viewId" when calling deleteJourneyView';
29824
+ }
29825
+
29826
+ return this.apiClient.callApi(
29827
+ '/api/v2/journey/views/{viewId}',
29828
+ 'DELETE',
29829
+ { 'viewId': viewId },
29830
+ { },
29831
+ { },
29832
+ { },
29833
+ null,
29834
+ ['PureCloud OAuth'],
29835
+ ['application/json'],
29836
+ ['application/json']
29837
+ );
29838
+ }
29839
+
29290
29840
  /**
29291
29841
  * Get status for async query for journey aggregates
29292
29842
  *
@@ -29910,6 +30460,84 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
29910
30460
  );
29911
30461
  }
29912
30462
 
30463
+ /**
30464
+ * Get a Journey View by ID
30465
+ * returns the latest version
30466
+ * @param {String} viewId viewId
30467
+ * getJourneyView is a preview method and is subject to both breaking and non-breaking changes at any time without notice
30468
+ */
30469
+ getJourneyView(viewId) {
30470
+ // verify the required parameter 'viewId' is set
30471
+ if (viewId === undefined || viewId === null) {
30472
+ throw 'Missing the required parameter "viewId" when calling getJourneyView';
30473
+ }
30474
+
30475
+ return this.apiClient.callApi(
30476
+ '/api/v2/journey/views/{viewId}',
30477
+ 'GET',
30478
+ { 'viewId': viewId },
30479
+ { },
30480
+ { },
30481
+ { },
30482
+ null,
30483
+ ['PureCloud OAuth'],
30484
+ ['application/json'],
30485
+ ['application/json']
30486
+ );
30487
+ }
30488
+
30489
+ /**
30490
+ * Get a Journey View by ID and version
30491
+ *
30492
+ * @param {String} viewId viewId
30493
+ * @param {String} versionId versionId
30494
+ * getJourneyViewVersion is a preview method and is subject to both breaking and non-breaking changes at any time without notice
30495
+ */
30496
+ getJourneyViewVersion(viewId, versionId) {
30497
+ // verify the required parameter 'viewId' is set
30498
+ if (viewId === undefined || viewId === null) {
30499
+ throw 'Missing the required parameter "viewId" when calling getJourneyViewVersion';
30500
+ }
30501
+ // verify the required parameter 'versionId' is set
30502
+ if (versionId === undefined || versionId === null) {
30503
+ throw 'Missing the required parameter "versionId" when calling getJourneyViewVersion';
30504
+ }
30505
+
30506
+ return this.apiClient.callApi(
30507
+ '/api/v2/journey/views/{viewId}/versions/{versionId}',
30508
+ 'GET',
30509
+ { 'viewId': viewId,'versionId': versionId },
30510
+ { },
30511
+ { },
30512
+ { },
30513
+ null,
30514
+ ['PureCloud OAuth'],
30515
+ ['application/json'],
30516
+ ['application/json']
30517
+ );
30518
+ }
30519
+
30520
+ /**
30521
+ * Get a list of Journey Views
30522
+ *
30523
+ * getJourneyViews is a preview method and is subject to both breaking and non-breaking changes at any time without notice
30524
+ */
30525
+ getJourneyViews() {
30526
+
30527
+ return this.apiClient.callApi(
30528
+ '/api/v2/journey/views',
30529
+ 'GET',
30530
+ { },
30531
+ { },
30532
+ { },
30533
+ { },
30534
+ null,
30535
+ ['PureCloud OAuth'],
30536
+ ['application/json'],
30537
+ ['application/json']
30538
+ );
30539
+ }
30540
+
29913
30541
  /**
29914
30542
  * Update single action map.
29915
30543
  *
@@ -30238,6 +30866,31 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
30238
30866
  );
30239
30867
  }
30240
30868
 
30869
+ /**
30870
+ * Query for flow paths.
30871
+ *
30872
+ * @param {Object} opts Optional parameters
30873
+ * @param {Object} opts.body
30874
+ * postJourneyFlowsPathsQuery is a preview method and is subject to both breaking and non-breaking changes at any time without notice
30875
+ */
30876
+ postJourneyFlowsPathsQuery(opts) {
30877
+ opts = opts || {};
30878
+
30879
+
30880
+ return this.apiClient.callApi(
30881
+ '/api/v2/journey/flows/paths/query',
30882
+ 'POST',
30883
+ { },
30884
+ { },
30885
+ { },
30886
+ { },
30887
+ opts['body'],
30888
+ ['PureCloud OAuth'],
30889
+ ['application/json'],
30890
+ ['application/json']
30891
+ );
30892
+ }
30893
+
30241
30894
  /**
30242
30895
  * Create an outcome.
30243
30896
  *
@@ -30335,13 +30988,70 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
30335
30988
  );
30336
30989
  }
30337
30990
 
30991
+ /**
30992
+ * Update a Journey View by ID
30993
+ * creates a new version
30994
+ * @param {String} viewId viewId
30995
+ * @param {Object} body JourneyView
30996
+ * postJourneyViewVersions is a preview method and is subject to both breaking and non-breaking changes at any time without notice
30997
+ */
30998
+ postJourneyViewVersions(viewId, body) {
30999
+ // verify the required parameter 'viewId' is set
31000
+ if (viewId === undefined || viewId === null) {
31001
+ throw 'Missing the required parameter "viewId" when calling postJourneyViewVersions';
31002
+ }
31003
+ // verify the required parameter 'body' is set
31004
+ if (body === undefined || body === null) {
31005
+ throw 'Missing the required parameter "body" when calling postJourneyViewVersions';
31006
+ }
31007
+
31008
+ return this.apiClient.callApi(
31009
+ '/api/v2/journey/views/{viewId}/versions',
31010
+ 'POST',
31011
+ { 'viewId': viewId },
31012
+ { },
31013
+ { },
31014
+ { },
31015
+ body,
31016
+ ['PureCloud OAuth'],
31017
+ ['application/json'],
31018
+ ['application/json']
31019
+ );
31020
+ }
31021
+
31022
+ /**
31023
+ * Create a new Journey View
31024
+ *
31025
+ * @param {Object} body JourneyView
31026
+ * postJourneyViews is a preview method and is subject to both breaking and non-breaking changes at any time without notice
31027
+ */
31028
+ postJourneyViews(body) {
31029
+ // verify the required parameter 'body' is set
31030
+ if (body === undefined || body === null) {
31031
+ throw 'Missing the required parameter "body" when calling postJourneyViews';
31032
+ }
31033
+
31034
+ return this.apiClient.callApi(
31035
+ '/api/v2/journey/views',
31036
+ 'POST',
31037
+ { },
31038
+ { },
31039
+ { },
31040
+ { },
31041
+ body,
31042
+ ['PureCloud OAuth'],
31043
+ ['application/json'],
31044
+ ['application/json']
31045
+ );
31046
+ }
31047
+
30338
31048
  }
30339
31049
 
30340
31050
  class KnowledgeApi {
30341
31051
  /**
30342
31052
  * Knowledge service.
30343
31053
  * @module purecloud-platform-client-v2/api/KnowledgeApi
30344
- * @version 188.0.1
31054
+ * @version 189.0.0
30345
31055
  */
30346
31056
 
30347
31057
  /**
@@ -32490,6 +33200,40 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
32490
33200
  );
32491
33201
  }
32492
33202
 
33203
+ /**
33204
+ * Indicate that the document was copied by the user.
33205
+ *
33206
+ * @param {String} sessionId Knowledge guest session ID.
33207
+ * @param {String} documentId Document ID
33208
+ * @param {Object} opts Optional parameters
33209
+ * @param {Object} opts.body
33210
+ */
33211
+ postKnowledgeGuestSessionDocumentCopies(sessionId, documentId, opts) {
33212
+ opts = opts || {};
33213
+
33214
+ // verify the required parameter 'sessionId' is set
33215
+ if (sessionId === undefined || sessionId === null) {
33216
+ throw 'Missing the required parameter "sessionId" when calling postKnowledgeGuestSessionDocumentCopies';
33217
+ }
33218
+ // verify the required parameter 'documentId' is set
33219
+ if (documentId === undefined || documentId === null) {
33220
+ throw 'Missing the required parameter "documentId" when calling postKnowledgeGuestSessionDocumentCopies';
33221
+ }
33222
+
33223
+ return this.apiClient.callApi(
33224
+ '/api/v2/knowledge/guest/sessions/{sessionId}/documents/{documentId}/copies',
33225
+ 'POST',
33226
+ { 'sessionId': sessionId,'documentId': documentId },
33227
+ { },
33228
+ { },
33229
+ { },
33230
+ opts['body'],
33231
+ ['PureCloud OAuth'],
33232
+ ['application/json'],
33233
+ ['application/json']
33234
+ );
33235
+ }
33236
+
32493
33237
  /**
32494
33238
  * Give feedback on a document
32495
33239
  *
@@ -32524,6 +33268,69 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
32524
33268
  );
32525
33269
  }
32526
33270
 
33271
+ /**
33272
+ * Create view event for a document.
33273
+ *
33274
+ * @param {String} sessionId Knowledge guest session ID.
33275
+ * @param {String} documentId Document ID
33276
+ * @param {Object} opts Optional parameters
33277
+ * @param {Object} opts.body
33278
+ */
33279
+ postKnowledgeGuestSessionDocumentViews(sessionId, documentId, opts) {
33280
+ opts = opts || {};
33281
+
33282
+ // verify the required parameter 'sessionId' is set
33283
+ if (sessionId === undefined || sessionId === null) {
33284
+ throw 'Missing the required parameter "sessionId" when calling postKnowledgeGuestSessionDocumentViews';
33285
+ }
33286
+ // verify the required parameter 'documentId' is set
33287
+ if (documentId === undefined || documentId === null) {
33288
+ throw 'Missing the required parameter "documentId" when calling postKnowledgeGuestSessionDocumentViews';
33289
+ }
33290
+
33291
+ return this.apiClient.callApi(
33292
+ '/api/v2/knowledge/guest/sessions/{sessionId}/documents/{documentId}/views',
33293
+ 'POST',
33294
+ { 'sessionId': sessionId,'documentId': documentId },
33295
+ { },
33296
+ { },
33297
+ { },
33298
+ opts['body'],
33299
+ ['PureCloud OAuth'],
33300
+ ['application/json'],
33301
+ ['application/json']
33302
+ );
33303
+ }
33304
+
33305
+ /**
33306
+ * Indicate that documents were presented to the user.
33307
+ *
33308
+ * @param {String} sessionId Knowledge guest session ID.
33309
+ * @param {Object} opts Optional parameters
33310
+ * @param {Object} opts.body
33311
+ */
33312
+ postKnowledgeGuestSessionDocumentsPresentations(sessionId, opts) {
33313
+ opts = opts || {};
33314
+
33315
+ // verify the required parameter 'sessionId' is set
33316
+ if (sessionId === undefined || sessionId === null) {
33317
+ throw 'Missing the required parameter "sessionId" when calling postKnowledgeGuestSessionDocumentsPresentations';
33318
+ }
33319
+
33320
+ return this.apiClient.callApi(
33321
+ '/api/v2/knowledge/guest/sessions/{sessionId}/documents/presentations',
33322
+ 'POST',
33323
+ { 'sessionId': sessionId },
33324
+ { },
33325
+ { },
33326
+ { },
33327
+ opts['body'],
33328
+ ['PureCloud OAuth'],
33329
+ ['application/json'],
33330
+ ['application/json']
33331
+ );
33332
+ }
33333
+
32527
33334
  /**
32528
33335
  * Search the documents in a guest session.
32529
33336
  *
@@ -32638,6 +33445,40 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
32638
33445
  );
32639
33446
  }
32640
33447
 
33448
+ /**
33449
+ * Indicate that the document was copied by the user.
33450
+ *
33451
+ * @param {String} knowledgeBaseId Knowledge base ID.
33452
+ * @param {String} documentId Document ID.
33453
+ * @param {Object} opts Optional parameters
33454
+ * @param {Object} opts.body
33455
+ */
33456
+ postKnowledgeKnowledgebaseDocumentCopies(knowledgeBaseId, documentId, opts) {
33457
+ opts = opts || {};
33458
+
33459
+ // verify the required parameter 'knowledgeBaseId' is set
33460
+ if (knowledgeBaseId === undefined || knowledgeBaseId === null) {
33461
+ throw 'Missing the required parameter "knowledgeBaseId" when calling postKnowledgeKnowledgebaseDocumentCopies';
33462
+ }
33463
+ // verify the required parameter 'documentId' is set
33464
+ if (documentId === undefined || documentId === null) {
33465
+ throw 'Missing the required parameter "documentId" when calling postKnowledgeKnowledgebaseDocumentCopies';
33466
+ }
33467
+
33468
+ return this.apiClient.callApi(
33469
+ '/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/{documentId}/copies',
33470
+ 'POST',
33471
+ { 'knowledgeBaseId': knowledgeBaseId,'documentId': documentId },
33472
+ { },
33473
+ { },
33474
+ { },
33475
+ opts['body'],
33476
+ ['PureCloud OAuth'],
33477
+ ['application/json'],
33478
+ ['application/json']
33479
+ );
33480
+ }
33481
+
32641
33482
  /**
32642
33483
  * Give feedback on a document
32643
33484
  *
@@ -32868,6 +33709,35 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
32868
33709
  );
32869
33710
  }
32870
33711
 
33712
+ /**
33713
+ * Indicate that documents were presented to the user.
33714
+ *
33715
+ * @param {String} knowledgeBaseId Knowledge base ID.
33716
+ * @param {Object} opts Optional parameters
33717
+ * @param {Object} opts.body
33718
+ */
33719
+ postKnowledgeKnowledgebaseDocumentsPresentations(knowledgeBaseId, opts) {
33720
+ opts = opts || {};
33721
+
33722
+ // verify the required parameter 'knowledgeBaseId' is set
33723
+ if (knowledgeBaseId === undefined || knowledgeBaseId === null) {
33724
+ throw 'Missing the required parameter "knowledgeBaseId" when calling postKnowledgeKnowledgebaseDocumentsPresentations';
33725
+ }
33726
+
33727
+ return this.apiClient.callApi(
33728
+ '/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/presentations',
33729
+ 'POST',
33730
+ { 'knowledgeBaseId': knowledgeBaseId },
33731
+ { },
33732
+ { },
33733
+ { },
33734
+ opts['body'],
33735
+ ['PureCloud OAuth'],
33736
+ ['application/json'],
33737
+ ['application/json']
33738
+ );
33739
+ }
33740
+
32871
33741
  /**
32872
33742
  * Search the documents in a knowledge base.
32873
33743
  *
@@ -33424,7 +34294,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
33424
34294
  /**
33425
34295
  * LanguageUnderstanding service.
33426
34296
  * @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
33427
- * @version 188.0.1
34297
+ * @version 189.0.0
33428
34298
  */
33429
34299
 
33430
34300
  /**
@@ -34437,7 +35307,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
34437
35307
  /**
34438
35308
  * Languages service.
34439
35309
  * @module purecloud-platform-client-v2/api/LanguagesApi
34440
- * @version 188.0.1
35310
+ * @version 189.0.0
34441
35311
  */
34442
35312
 
34443
35313
  /**
@@ -34659,7 +35529,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
34659
35529
  /**
34660
35530
  * Learning service.
34661
35531
  * @module purecloud-platform-client-v2/api/LearningApi
34662
- * @version 188.0.1
35532
+ * @version 189.0.0
34663
35533
  */
34664
35534
 
34665
35535
  /**
@@ -35515,7 +36385,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
35515
36385
  /**
35516
36386
  * License service.
35517
36387
  * @module purecloud-platform-client-v2/api/LicenseApi
35518
- * @version 188.0.1
36388
+ * @version 189.0.0
35519
36389
  */
35520
36390
 
35521
36391
  /**
@@ -35753,7 +36623,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
35753
36623
  /**
35754
36624
  * Locations service.
35755
36625
  * @module purecloud-platform-client-v2/api/LocationsApi
35756
- * @version 188.0.1
36626
+ * @version 189.0.0
35757
36627
  */
35758
36628
 
35759
36629
  /**
@@ -35989,7 +36859,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
35989
36859
  /**
35990
36860
  * LogCapture service.
35991
36861
  * @module purecloud-platform-client-v2/api/LogCaptureApi
35992
- * @version 188.0.1
36862
+ * @version 189.0.0
35993
36863
  */
35994
36864
 
35995
36865
  /**
@@ -36189,7 +37059,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
36189
37059
  /**
36190
37060
  * Messaging service.
36191
37061
  * @module purecloud-platform-client-v2/api/MessagingApi
36192
- * @version 188.0.1
37062
+ * @version 189.0.0
36193
37063
  */
36194
37064
 
36195
37065
  /**
@@ -36548,7 +37418,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
36548
37418
  /**
36549
37419
  * MobileDevices service.
36550
37420
  * @module purecloud-platform-client-v2/api/MobileDevicesApi
36551
- * @version 188.0.1
37421
+ * @version 189.0.0
36552
37422
  */
36553
37423
 
36554
37424
  /**
@@ -36699,7 +37569,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
36699
37569
  /**
36700
37570
  * Notifications service.
36701
37571
  * @module purecloud-platform-client-v2/api/NotificationsApi
36702
- * @version 188.0.1
37572
+ * @version 189.0.0
36703
37573
  */
36704
37574
 
36705
37575
  /**
@@ -36932,7 +37802,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
36932
37802
  /**
36933
37803
  * OAuth service.
36934
37804
  * @module purecloud-platform-client-v2/api/OAuthApi
36935
- * @version 188.0.1
37805
+ * @version 189.0.0
36936
37806
  */
36937
37807
 
36938
37808
  /**
@@ -37298,7 +38168,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
37298
38168
  /**
37299
38169
  * Objects service.
37300
38170
  * @module purecloud-platform-client-v2/api/ObjectsApi
37301
- * @version 188.0.1
38171
+ * @version 189.0.0
37302
38172
  */
37303
38173
 
37304
38174
  /**
@@ -37568,7 +38438,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
37568
38438
  /**
37569
38439
  * OperationalEvents service.
37570
38440
  * @module purecloud-platform-client-v2/api/OperationalEventsApi
37571
- * @version 188.0.1
38441
+ * @version 189.0.0
37572
38442
  */
37573
38443
 
37574
38444
  /**
@@ -37634,7 +38504,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
37634
38504
  /**
37635
38505
  * Organization service.
37636
38506
  * @module purecloud-platform-client-v2/api/OrganizationApi
37637
- * @version 188.0.1
38507
+ * @version 189.0.0
37638
38508
  */
37639
38509
 
37640
38510
  /**
@@ -38089,7 +38959,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
38089
38959
  /**
38090
38960
  * OrganizationAuthorization service.
38091
38961
  * @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
38092
- * @version 188.0.1
38962
+ * @version 189.0.0
38093
38963
  */
38094
38964
 
38095
38965
  /**
@@ -39436,7 +40306,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
39436
40306
  /**
39437
40307
  * Outbound service.
39438
40308
  * @module purecloud-platform-client-v2/api/OutboundApi
39439
- * @version 188.0.1
40309
+ * @version 189.0.0
39440
40310
  */
39441
40311
 
39442
40312
  /**
@@ -42467,8 +43337,12 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
42467
43337
  * Initiate the export of a contact list.
42468
43338
  * Returns 200 if received OK.
42469
43339
  * @param {String} contactListId ContactList ID
43340
+ * @param {Object} opts Optional parameters
43341
+ * @param {Object} opts.body Export information to get
42470
43342
  */
42471
- postOutboundContactlistExport(contactListId) {
43343
+ postOutboundContactlistExport(contactListId, opts) {
43344
+ opts = opts || {};
43345
+
42472
43346
  // verify the required parameter 'contactListId' is set
42473
43347
  if (contactListId === undefined || contactListId === null) {
42474
43348
  throw 'Missing the required parameter "contactListId" when calling postOutboundContactlistExport';
@@ -42481,7 +43355,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
42481
43355
  { },
42482
43356
  { },
42483
43357
  { },
42484
- null,
43358
+ opts['body'],
42485
43359
  ['PureCloud OAuth'],
42486
43360
  ['application/json'],
42487
43361
  ['application/json']
@@ -43673,7 +44547,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
43673
44547
  /**
43674
44548
  * Presence service.
43675
44549
  * @module purecloud-platform-client-v2/api/PresenceApi
43676
- * @version 188.0.1
44550
+ * @version 189.0.0
43677
44551
  */
43678
44552
 
43679
44553
  /**
@@ -44417,7 +45291,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
44417
45291
  /**
44418
45292
  * ProcessAutomation service.
44419
45293
  * @module purecloud-platform-client-v2/api/ProcessAutomationApi
44420
- * @version 188.0.1
45294
+ * @version 189.0.0
44421
45295
  */
44422
45296
 
44423
45297
  /**
@@ -44656,7 +45530,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
44656
45530
  /**
44657
45531
  * Quality service.
44658
45532
  * @module purecloud-platform-client-v2/api/QualityApi
44659
- * @version 188.0.1
45533
+ * @version 189.0.0
44660
45534
  */
44661
45535
 
44662
45536
  /**
@@ -45279,7 +46153,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
45279
46153
  }
45280
46154
 
45281
46155
  /**
45282
- * Get the list of evaluation forms
46156
+ * Get the list of evaluation forms. If you set expand=publishHistory, then you will be able to get published versions for each corresponding evaluation form.
45283
46157
  *
45284
46158
  * @param {Object} opts Optional parameters
45285
46159
  * @param {Number} opts.pageSize The total page size requested (default to 25)
@@ -45368,7 +46242,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
45368
46242
 
45369
46243
  /**
45370
46244
  * Get the list of evaluation forms
45371
- * By default, "published" field is always returned as false for all evaluation forms. If you set "expand=publishHistory", then you will be able to get published versions for each corresponding evaluation form. In addition, "questionGroups", the detailed information about evaluation form, is not returned by default. We will enhance this field in the future release.
46245
+ * By default, "published" field is always returned as false for all evaluation forms. If you set "expand=publishHistory", then you will be able to get published versions for each corresponding evaluation form. In addition, "questionGroups", the detailed information about evaluation form, is not returned. We will enhance this field in a future release.
45372
46246
  * @param {Object} opts Optional parameters
45373
46247
  * @param {Number} opts.pageSize The total page size requested (default to 25)
45374
46248
  * @param {Number} opts.pageNumber The page number requested (default to 1)
@@ -45478,7 +46352,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
45478
46352
  }
45479
46353
 
45480
46354
  /**
45481
- * Get the list of survey forms
46355
+ * Get the list of survey forms. If you set expand=publishHistory, then you will be able to get published versions for each corresponding survey form.
45482
46356
  *
45483
46357
  * @param {Object} opts Optional parameters
45484
46358
  * @param {Number} opts.pageSize The total page size requested (default to 25)
@@ -46413,7 +47287,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
46413
47287
  /**
46414
47288
  * Recording service.
46415
47289
  * @module purecloud-platform-client-v2/api/RecordingApi
46416
- * @version 188.0.1
47290
+ * @version 189.0.0
46417
47291
  */
46418
47292
 
46419
47293
  /**
@@ -48050,7 +48924,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
48050
48924
  /**
48051
48925
  * ResponseManagement service.
48052
48926
  * @module purecloud-platform-client-v2/api/ResponseManagementApi
48053
- * @version 188.0.1
48927
+ * @version 189.0.0
48054
48928
  */
48055
48929
 
48056
48930
  /**
@@ -48535,7 +49409,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
48535
49409
  /**
48536
49410
  * Routing service.
48537
49411
  * @module purecloud-platform-client-v2/api/RoutingApi
48538
- * @version 188.0.1
49412
+ * @version 189.0.0
48539
49413
  */
48540
49414
 
48541
49415
  /**
@@ -52488,7 +53362,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
52488
53362
  /**
52489
53363
  * SCIM service.
52490
53364
  * @module purecloud-platform-client-v2/api/SCIMApi
52491
- * @version 188.0.1
53365
+ * @version 189.0.0
52492
53366
  */
52493
53367
 
52494
53368
  /**
@@ -53365,7 +54239,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
53365
54239
  /**
53366
54240
  * ScreenRecording service.
53367
54241
  * @module purecloud-platform-client-v2/api/ScreenRecordingApi
53368
- * @version 188.0.1
54242
+ * @version 189.0.0
53369
54243
  */
53370
54244
 
53371
54245
  /**
@@ -53410,7 +54284,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
53410
54284
  /**
53411
54285
  * Scripts service.
53412
54286
  * @module purecloud-platform-client-v2/api/ScriptsApi
53413
- * @version 188.0.1
54287
+ * @version 189.0.0
53414
54288
  */
53415
54289
 
53416
54290
  /**
@@ -53854,7 +54728,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
53854
54728
  /**
53855
54729
  * Search service.
53856
54730
  * @module purecloud-platform-client-v2/api/SearchApi
53857
- * @version 188.0.1
54731
+ * @version 189.0.0
53858
54732
  */
53859
54733
 
53860
54734
  /**
@@ -54543,7 +55417,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
54543
55417
  /**
54544
55418
  * Settings service.
54545
55419
  * @module purecloud-platform-client-v2/api/SettingsApi
54546
- * @version 188.0.1
55420
+ * @version 189.0.0
54547
55421
  */
54548
55422
 
54549
55423
  /**
@@ -54578,6 +55452,27 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
54578
55452
  );
54579
55453
  }
54580
55454
 
55455
+ /**
55456
+ * Get the execution history enabled setting.
55457
+ * Get the execution history enabled setting.
55458
+ * getSettingsExecutiondata is a preview method and is subject to both breaking and non-breaking changes at any time without notice
55459
+ */
55460
+ getSettingsExecutiondata() {
55461
+
55462
+ return this.apiClient.callApi(
55463
+ '/api/v2/settings/executiondata',
55464
+ 'GET',
55465
+ { },
55466
+ { },
55467
+ { },
55468
+ { },
55469
+ null,
55470
+ ['PureCloud OAuth'],
55471
+ ['application/json'],
55472
+ ['application/json']
55473
+ );
55474
+ }
55475
+
54581
55476
  /**
54582
55477
  * Patch email Contact Center settings
54583
55478
  *
@@ -54602,13 +55497,39 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
54602
55497
  );
54603
55498
  }
54604
55499
 
55500
+ /**
55501
+ * Edit the execution history on off setting.
55502
+ * Edit the execution history on off setting.
55503
+ * @param {Object} body New Execution Data Setting
55504
+ * patchSettingsExecutiondata is a preview method and is subject to both breaking and non-breaking changes at any time without notice
55505
+ */
55506
+ patchSettingsExecutiondata(body) {
55507
+ // verify the required parameter 'body' is set
55508
+ if (body === undefined || body === null) {
55509
+ throw 'Missing the required parameter "body" when calling patchSettingsExecutiondata';
55510
+ }
55511
+
55512
+ return this.apiClient.callApi(
55513
+ '/api/v2/settings/executiondata',
55514
+ 'PATCH',
55515
+ { },
55516
+ { },
55517
+ { },
55518
+ { },
55519
+ body,
55520
+ ['PureCloud OAuth'],
55521
+ ['application/json'],
55522
+ ['application/json']
55523
+ );
55524
+ }
55525
+
54605
55526
  }
54606
55527
 
54607
55528
  class SpeechTextAnalyticsApi {
54608
55529
  /**
54609
55530
  * SpeechTextAnalytics service.
54610
55531
  * @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
54611
- * @version 188.0.1
55532
+ * @version 189.0.0
54612
55533
  */
54613
55534
 
54614
55535
  /**
@@ -55722,7 +56643,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
55722
56643
  /**
55723
56644
  * Stations service.
55724
56645
  * @module purecloud-platform-client-v2/api/StationsApi
55725
- * @version 188.0.1
56646
+ * @version 189.0.0
55726
56647
  */
55727
56648
 
55728
56649
  /**
@@ -55824,7 +56745,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
55824
56745
  /**
55825
56746
  * Suggest service.
55826
56747
  * @module purecloud-platform-client-v2/api/SuggestApi
55827
- * @version 188.0.1
56748
+ * @version 189.0.0
55828
56749
  */
55829
56750
 
55830
56751
  /**
@@ -55963,7 +56884,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
55963
56884
  /**
55964
56885
  * TaskManagement service.
55965
56886
  * @module purecloud-platform-client-v2/api/TaskManagementApi
55966
- * @version 188.0.1
56887
+ * @version 189.0.0
55967
56888
  */
55968
56889
 
55969
56890
  /**
@@ -56627,6 +57548,32 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
56627
57548
  );
56628
57549
  }
56629
57550
 
57551
+ /**
57552
+ * Get list of statuses for this worktype.
57553
+ *
57554
+ * @param {String} worktypeId Worktype id
57555
+ * getTaskmanagementWorktypeStatuses is a preview method and is subject to both breaking and non-breaking changes at any time without notice
57556
+ */
57557
+ getTaskmanagementWorktypeStatuses(worktypeId) {
57558
+ // verify the required parameter 'worktypeId' is set
57559
+ if (worktypeId === undefined || worktypeId === null) {
57560
+ throw 'Missing the required parameter "worktypeId" when calling getTaskmanagementWorktypeStatuses';
57561
+ }
57562
+
57563
+ return this.apiClient.callApi(
57564
+ '/api/v2/taskmanagement/worktypes/{worktypeId}/statuses',
57565
+ 'GET',
57566
+ { 'worktypeId': worktypeId },
57567
+ { },
57568
+ { },
57569
+ { },
57570
+ null,
57571
+ ['PureCloud OAuth'],
57572
+ ['application/json'],
57573
+ ['application/json']
57574
+ );
57575
+ }
57576
+
56630
57577
  /**
56631
57578
  * Get a version of a worktype
56632
57579
  *
@@ -57244,7 +58191,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
57244
58191
  /**
57245
58192
  * Teams service.
57246
58193
  * @module purecloud-platform-client-v2/api/TeamsApi
57247
- * @version 188.0.1
58194
+ * @version 189.0.0
57248
58195
  */
57249
58196
 
57250
58197
  /**
@@ -57546,7 +58493,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
57546
58493
  /**
57547
58494
  * Telephony service.
57548
58495
  * @module purecloud-platform-client-v2/api/TelephonyApi
57549
- * @version 188.0.1
58496
+ * @version 189.0.0
57550
58497
  */
57551
58498
 
57552
58499
  /**
@@ -57728,7 +58675,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
57728
58675
  /**
57729
58676
  * TelephonyProvidersEdge service.
57730
58677
  * @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
57731
- * @version 188.0.1
58678
+ * @version 189.0.0
57732
58679
  */
57733
58680
 
57734
58681
  /**
@@ -61077,7 +62024,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
61077
62024
  /**
61078
62025
  * Textbots service.
61079
62026
  * @module purecloud-platform-client-v2/api/TextbotsApi
61080
- * @version 188.0.1
62027
+ * @version 189.0.0
61081
62028
  */
61082
62029
 
61083
62030
  /**
@@ -61205,7 +62152,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
61205
62152
  /**
61206
62153
  * Tokens service.
61207
62154
  * @module purecloud-platform-client-v2/api/TokensApi
61208
- * @version 188.0.1
62155
+ * @version 189.0.0
61209
62156
  */
61210
62157
 
61211
62158
  /**
@@ -61292,7 +62239,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
61292
62239
  /**
61293
62240
  * Get the current Idle Token Timeout Value
61294
62241
  *
61295
- * getTokensTimeout is a preview method and is subject to both breaking and non-breaking changes at any time without notice
61296
62242
  */
61297
62243
  getTokensTimeout() {
61298
62244
 
@@ -61335,7 +62281,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
61335
62281
  *
61336
62282
  * @param {Object} opts Optional parameters
61337
62283
  * @param {Object} opts.body
61338
- * putTokensTimeout is a preview method and is subject to both breaking and non-breaking changes at any time without notice
61339
62284
  */
61340
62285
  putTokensTimeout(opts) {
61341
62286
  opts = opts || {};
@@ -61361,7 +62306,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
61361
62306
  /**
61362
62307
  * Uploads service.
61363
62308
  * @module purecloud-platform-client-v2/api/UploadsApi
61364
- * @version 188.0.1
62309
+ * @version 189.0.0
61365
62310
  */
61366
62311
 
61367
62312
  /**
@@ -61630,7 +62575,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
61630
62575
  /**
61631
62576
  * Usage service.
61632
62577
  * @module purecloud-platform-client-v2/api/UsageApi
61633
- * @version 188.0.1
62578
+ * @version 189.0.0
61634
62579
  */
61635
62580
 
61636
62581
  /**
@@ -61840,7 +62785,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
61840
62785
  /**
61841
62786
  * UserRecordings service.
61842
62787
  * @module purecloud-platform-client-v2/api/UserRecordingsApi
61843
- * @version 188.0.1
62788
+ * @version 189.0.0
61844
62789
  */
61845
62790
 
61846
62791
  /**
@@ -62025,7 +62970,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
62025
62970
  /**
62026
62971
  * Users service.
62027
62972
  * @module purecloud-platform-client-v2/api/UsersApi
62028
- * @version 188.0.1
62973
+ * @version 189.0.0
62029
62974
  */
62030
62975
 
62031
62976
  /**
@@ -64676,7 +65621,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
64676
65621
  /**
64677
65622
  * Utilities service.
64678
65623
  * @module purecloud-platform-client-v2/api/UtilitiesApi
64679
- * @version 188.0.1
65624
+ * @version 189.0.0
64680
65625
  */
64681
65626
 
64682
65627
  /**
@@ -64787,7 +65732,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
64787
65732
  /**
64788
65733
  * Voicemail service.
64789
65734
  * @module purecloud-platform-client-v2/api/VoicemailApi
64790
- * @version 188.0.1
65735
+ * @version 189.0.0
64791
65736
  */
64792
65737
 
64793
65738
  /**
@@ -65454,7 +66399,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
65454
66399
  /**
65455
66400
  * WebChat service.
65456
66401
  * @module purecloud-platform-client-v2/api/WebChatApi
65457
- * @version 188.0.1
66402
+ * @version 189.0.0
65458
66403
  */
65459
66404
 
65460
66405
  /**
@@ -66003,7 +66948,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
66003
66948
  /**
66004
66949
  * WebDeployments service.
66005
66950
  * @module purecloud-platform-client-v2/api/WebDeploymentsApi
66006
- * @version 188.0.1
66951
+ * @version 189.0.0
66007
66952
  */
66008
66953
 
66009
66954
  /**
@@ -66530,7 +67475,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
66530
67475
  /**
66531
67476
  * WebMessaging service.
66532
67477
  * @module purecloud-platform-client-v2/api/WebMessagingApi
66533
- * @version 188.0.1
67478
+ * @version 189.0.0
66534
67479
  */
66535
67480
 
66536
67481
  /**
@@ -66576,7 +67521,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
66576
67521
  /**
66577
67522
  * Widgets service.
66578
67523
  * @module purecloud-platform-client-v2/api/WidgetsApi
66579
- * @version 188.0.1
67524
+ * @version 189.0.0
66580
67525
  */
66581
67526
 
66582
67527
  /**
@@ -66722,7 +67667,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
66722
67667
  /**
66723
67668
  * WorkforceManagement service.
66724
67669
  * @module purecloud-platform-client-v2/api/WorkforceManagementApi
66725
- * @version 188.0.1
67670
+ * @version 189.0.0
66726
67671
  */
66727
67672
 
66728
67673
  /**
@@ -67243,9 +68188,10 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
67243
68188
  }
67244
68189
 
67245
68190
  /**
67246
- * Get status of the modeling job
67247
- *
68191
+ * To get status of the modeling job.
68192
+ * This Endpoint is Deprecated, and not recommended to be used.
67248
68193
  * @param {String} jobId The id of the modeling job
68194
+ * @deprecated
67249
68195
  */
67250
68196
  getWorkforcemanagementAdhocmodelingjob(jobId) {
67251
68197
  // verify the required parameter 'jobId' is set
@@ -72117,7 +73063,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
72117
73063
  * </pre>
72118
73064
  * </p>
72119
73065
  * @module purecloud-platform-client-v2/index
72120
- * @version 188.0.1
73066
+ * @version 189.0.0
72121
73067
  */
72122
73068
  class platformClient {
72123
73069
  constructor() {