purecloud-platform-client-v2 188.1.0 → 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 +709 -106
  3. package/dist/web-amd/purecloud-platform-client-v2.js +709 -106
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +250 -107
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +269 -114
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +527 -6
  9. package/package.json +1 -1
  10. package/src/purecloud-platform-client-v2/ApiClient.js +1 -1
  11. package/src/purecloud-platform-client-v2/api/AlertingApi.js +1 -1
  12. package/src/purecloud-platform-client-v2/api/AnalyticsApi.js +1 -1
  13. package/src/purecloud-platform-client-v2/api/ArchitectApi.js +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 +1 -1
  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 +1 -1
  38. package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +1 -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 -1
  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.1.0
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.1.0
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.1.0
2482
+ * @version 189.0.0
2483
2483
  */
2484
2484
 
2485
2485
  /**
@@ -5092,7 +5092,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
5092
5092
  /**
5093
5093
  * Architect service.
5094
5094
  * @module purecloud-platform-client-v2/api/ArchitectApi
5095
- * @version 188.1.0
5095
+ * @version 189.0.0
5096
5096
  */
5097
5097
 
5098
5098
  /**
@@ -5495,6 +5495,32 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
5495
5495
  );
5496
5496
  }
5497
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
+
5498
5524
  /**
5499
5525
  * Batch-delete a list of flows
5500
5526
  * Multiple IDs can be specified, in which case all specified flows will be deleted. Asynchronous. Notification topic: v2.flows.{flowId}
@@ -5579,6 +5605,27 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
5579
5605
  );
5580
5606
  }
5581
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
+
5582
5629
  /**
5583
5630
  * Delete a flow milestone.
5584
5631
  *
@@ -6706,6 +6753,36 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
6706
6753
  );
6707
6754
  }
6708
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
+
6709
6786
  /**
6710
6787
  * Get the latest configuration for flow
6711
6788
  *
@@ -7335,7 +7412,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
7335
7412
  * @param {String} instanceId Instance ID
7336
7413
  * @param {Object} opts Optional parameters
7337
7414
  * @param {Object} opts.expand Expand various details.
7338
- * getFlowsInstance is a preview method and is subject to both breaking and non-breaking changes at any time without notice
7339
7415
  */
7340
7416
  getFlowsInstance(instanceId, opts) {
7341
7417
  opts = opts || {};
@@ -7363,7 +7439,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
7363
7439
  * Get the status and/or results of an asynchronous flow execution data retrieval job
7364
7440
  *
7365
7441
  * @param {String} jobId The asynchronous job ID
7366
- * getFlowsInstancesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
7367
7442
  */
7368
7443
  getFlowsInstancesJob(jobId) {
7369
7444
  // verify the required parameter 'jobId' is set
@@ -7390,7 +7465,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
7390
7465
  * Returns the queryable parameters that can be used to build a query for execution data.
7391
7466
  * @param {Object} opts Optional parameters
7392
7467
  * @param {Object} opts.expand Expand various query types.
7393
- * getFlowsInstancesQuerycapabilities is a preview method and is subject to both breaking and non-breaking changes at any time without notice
7394
7468
  */
7395
7469
  getFlowsInstancesQuerycapabilities(opts) {
7396
7470
  opts = opts || {};
@@ -7410,6 +7484,100 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
7410
7484
  );
7411
7485
  }
7412
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
+
7413
7581
  /**
7414
7582
  * Fetch Architect Job Status
7415
7583
  *
@@ -7678,6 +7846,32 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
7678
7846
  );
7679
7847
  }
7680
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
+
7681
7875
  /**
7682
7876
  * Rebuild Dependency Tracking data for an organization
7683
7877
  * Asynchronous. Notification topic: v2.architect.dependencytracking.build
@@ -8087,6 +8281,41 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
8087
8281
  );
8088
8282
  }
8089
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
+
8090
8319
  /**
8091
8320
  * Create flow version
8092
8321
  *
@@ -8441,7 +8670,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
8441
8670
  * @param {Object} body Requested Flow Ids
8442
8671
  * @param {Object} opts Optional parameters
8443
8672
  * @param {Object} opts.expand Expand various query types.
8444
- * postFlowsInstancesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
8445
8673
  */
8446
8674
  postFlowsInstancesJobs(body, opts) {
8447
8675
  opts = opts || {};
@@ -8472,7 +8700,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
8472
8700
  * @param {Object} opts Optional parameters
8473
8701
  * @param {Boolean} opts.indexOnly indexes only
8474
8702
  * @param {Number} opts.pageSize number of results to return (default to 50)
8475
- * postFlowsInstancesQuery is a preview method and is subject to both breaking and non-breaking changes at any time without notice
8476
8703
  */
8477
8704
  postFlowsInstancesQuery(body, opts) {
8478
8705
  opts = opts || {};
@@ -8814,6 +9041,41 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
8814
9041
  );
8815
9042
  }
8816
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
+
8817
9079
  /**
8818
9080
  * Updates a specific datatable by id
8819
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.
@@ -8882,6 +9144,36 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
8882
9144
  );
8883
9145
  }
8884
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
+
8885
9177
  /**
8886
9178
  * Updates a flow milestone
8887
9179
  *
@@ -8946,7 +9238,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
8946
9238
  /**
8947
9239
  * Audit service.
8948
9240
  * @module purecloud-platform-client-v2/api/AuditApi
8949
- * @version 188.1.0
9241
+ * @version 189.0.0
8950
9242
  */
8951
9243
 
8952
9244
  /**
@@ -9117,7 +9409,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
9117
9409
  /**
9118
9410
  * Authorization service.
9119
9411
  * @module purecloud-platform-client-v2/api/AuthorizationApi
9120
- * @version 188.1.0
9412
+ * @version 189.0.0
9121
9413
  */
9122
9414
 
9123
9415
  /**
@@ -10347,7 +10639,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
10347
10639
  /**
10348
10640
  * Billing service.
10349
10641
  * @module purecloud-platform-client-v2/api/BillingApi
10350
- * @version 188.1.0
10642
+ * @version 189.0.0
10351
10643
  */
10352
10644
 
10353
10645
  /**
@@ -10427,7 +10719,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
10427
10719
  /**
10428
10720
  * CarrierServices service.
10429
10721
  * @module purecloud-platform-client-v2/api/CarrierServicesApi
10430
- * @version 188.1.0
10722
+ * @version 189.0.0
10431
10723
  */
10432
10724
 
10433
10725
  /**
@@ -10497,7 +10789,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
10497
10789
  /**
10498
10790
  * Chat service.
10499
10791
  * @module purecloud-platform-client-v2/api/ChatApi
10500
- * @version 188.1.0
10792
+ * @version 189.0.0
10501
10793
  */
10502
10794
 
10503
10795
  /**
@@ -11232,7 +11524,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
11232
11524
  /**
11233
11525
  * Coaching service.
11234
11526
  * @module purecloud-platform-client-v2/api/CoachingApi
11235
- * @version 188.1.0
11527
+ * @version 189.0.0
11236
11528
  */
11237
11529
 
11238
11530
  /**
@@ -11809,7 +12101,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
11809
12101
  /**
11810
12102
  * ContentManagement service.
11811
12103
  * @module purecloud-platform-client-v2/api/ContentManagementApi
11812
- * @version 188.1.0
12104
+ * @version 189.0.0
11813
12105
  */
11814
12106
 
11815
12107
  /**
@@ -12891,7 +13183,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
12891
13183
  /**
12892
13184
  * Conversations service.
12893
13185
  * @module purecloud-platform-client-v2/api/ConversationsApi
12894
- * @version 188.1.0
13186
+ * @version 189.0.0
12895
13187
  */
12896
13188
 
12897
13189
  /**
@@ -13132,9 +13424,10 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
13132
13424
  }
13133
13425
 
13134
13426
  /**
13135
- * Delete a LINE messenger integration
13136
- *
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/
13137
13429
  * @param {String} integrationId Integration ID
13430
+ * @deprecated
13138
13431
  */
13139
13432
  deleteConversationsMessagingIntegrationsLineIntegrationId(integrationId) {
13140
13433
  // verify the required parameter 'integrationId' is set
@@ -15143,14 +15436,15 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
15143
15436
  }
15144
15437
 
15145
15438
  /**
15146
- * Get a list of LINE messenger Integrations
15147
- *
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/
15148
15441
  * @param {Object} opts Optional parameters
15149
15442
  * @param {Number} opts.pageSize Page size (default to 25)
15150
15443
  * @param {Number} opts.pageNumber Page number (default to 1)
15151
15444
  * @param {Object} opts.expand Expand instructions for the return value.
15152
15445
  * @param {String} opts.supportedContentId Filter integrations returned based on the supported content ID
15153
15446
  * @param {String} opts.messagingSettingId Filter integrations returned based on the setting ID
15447
+ * @deprecated
15154
15448
  */
15155
15449
  getConversationsMessagingIntegrationsLine(opts) {
15156
15450
  opts = opts || {};
@@ -15171,11 +15465,12 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
15171
15465
  }
15172
15466
 
15173
15467
  /**
15174
- * Get a LINE messenger integration
15175
- *
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/
15176
15470
  * @param {String} integrationId Integration ID
15177
15471
  * @param {Object} opts Optional parameters
15178
15472
  * @param {Object} opts.expand Expand instructions for the return value.
15473
+ * @deprecated
15179
15474
  */
15180
15475
  getConversationsMessagingIntegrationsLineIntegrationId(integrationId, opts) {
15181
15476
  opts = opts || {};
@@ -19859,10 +20154,11 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
19859
20154
  }
19860
20155
 
19861
20156
  /**
19862
- * Update a LINE messenger integration
19863
- *
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/
19864
20159
  * @param {String} integrationId Integration ID
19865
20160
  * @param {Object} body LineIntegrationRequest
20161
+ * @deprecated
19866
20162
  */
19867
20163
  putConversationsMessagingIntegrationsLineIntegrationId(integrationId, body) {
19868
20164
  // verify the required parameter 'integrationId' is set
@@ -20059,7 +20355,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
20059
20355
  /**
20060
20356
  * DataExtensions service.
20061
20357
  * @module purecloud-platform-client-v2/api/DataExtensionsApi
20062
- * @version 188.1.0
20358
+ * @version 189.0.0
20063
20359
  */
20064
20360
 
20065
20361
  /**
@@ -20145,7 +20441,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
20145
20441
  /**
20146
20442
  * Downloads service.
20147
20443
  * @module purecloud-platform-client-v2/api/DownloadsApi
20148
- * @version 188.1.0
20444
+ * @version 189.0.0
20149
20445
  */
20150
20446
 
20151
20447
  /**
@@ -20197,7 +20493,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
20197
20493
  /**
20198
20494
  * Emails service.
20199
20495
  * @module purecloud-platform-client-v2/api/EmailsApi
20200
- * @version 188.1.0
20496
+ * @version 189.0.0
20201
20497
  */
20202
20498
 
20203
20499
  /**
@@ -20262,7 +20558,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
20262
20558
  /**
20263
20559
  * Events service.
20264
20560
  * @module purecloud-platform-client-v2/api/EventsApi
20265
- * @version 188.1.0
20561
+ * @version 189.0.0
20266
20562
  */
20267
20563
 
20268
20564
  /**
@@ -20358,7 +20654,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
20358
20654
  /**
20359
20655
  * ExternalContacts service.
20360
20656
  * @module purecloud-platform-client-v2/api/ExternalContactsApi
20361
- * @version 188.1.0
20657
+ * @version 189.0.0
20362
20658
  */
20363
20659
 
20364
20660
  /**
@@ -22316,7 +22612,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
22316
22612
  /**
22317
22613
  * Fax service.
22318
22614
  * @module purecloud-platform-client-v2/api/FaxApi
22319
- * @version 188.1.0
22615
+ * @version 189.0.0
22320
22616
  */
22321
22617
 
22322
22618
  /**
@@ -22487,7 +22783,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
22487
22783
  /**
22488
22784
  * Flows service.
22489
22785
  * @module purecloud-platform-client-v2/api/FlowsApi
22490
- * @version 188.1.0
22786
+ * @version 189.0.0
22491
22787
  */
22492
22788
 
22493
22789
  /**
@@ -22671,7 +22967,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
22671
22967
  /**
22672
22968
  * Gamification service.
22673
22969
  * @module purecloud-platform-client-v2/api/GamificationApi
22674
- * @version 188.1.0
22970
+ * @version 189.0.0
22675
22971
  */
22676
22972
 
22677
22973
  /**
@@ -24757,7 +25053,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
24757
25053
  /**
24758
25054
  * GeneralDataProtectionRegulation service.
24759
25055
  * @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
24760
- * @version 188.1.0
25056
+ * @version 189.0.0
24761
25057
  */
24762
25058
 
24763
25059
  /**
@@ -24887,7 +25183,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
24887
25183
  /**
24888
25184
  * Geolocation service.
24889
25185
  * @module purecloud-platform-client-v2/api/GeolocationApi
24890
- * @version 188.1.0
25186
+ * @version 189.0.0
24891
25187
  */
24892
25188
 
24893
25189
  /**
@@ -25018,7 +25314,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
25018
25314
  /**
25019
25315
  * Greetings service.
25020
25316
  * @module purecloud-platform-client-v2/api/GreetingsApi
25021
- * @version 188.1.0
25317
+ * @version 189.0.0
25022
25318
  */
25023
25319
 
25024
25320
  /**
@@ -25473,7 +25769,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
25473
25769
  /**
25474
25770
  * Groups service.
25475
25771
  * @module purecloud-platform-client-v2/api/GroupsApi
25476
- * @version 188.1.0
25772
+ * @version 189.0.0
25477
25773
  */
25478
25774
 
25479
25775
  /**
@@ -25992,7 +26288,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
25992
26288
  /**
25993
26289
  * IdentityProvider service.
25994
26290
  * @module purecloud-platform-client-v2/api/IdentityProviderApi
25995
- * @version 188.1.0
26291
+ * @version 189.0.0
25996
26292
  */
25997
26293
 
25998
26294
  /**
@@ -26853,7 +27149,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
26853
27149
  /**
26854
27150
  * InfrastructureAsCode service.
26855
27151
  * @module purecloud-platform-client-v2/api/InfrastructureAsCodeApi
26856
- * @version 188.1.0
27152
+ * @version 189.0.0
26857
27153
  */
26858
27154
 
26859
27155
  /**
@@ -27020,7 +27316,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
27020
27316
  /**
27021
27317
  * Integrations service.
27022
27318
  * @module purecloud-platform-client-v2/api/IntegrationsApi
27023
- * @version 188.1.0
27319
+ * @version 189.0.0
27024
27320
  */
27025
27321
 
27026
27322
  /**
@@ -27927,6 +28223,57 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
27927
28223
  );
27928
28224
  }
27929
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
+
27930
28277
  /**
27931
28278
  * Get details about a Lex bot alias
27932
28279
  *
@@ -28010,6 +28357,89 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
28010
28357
  );
28011
28358
  }
28012
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
+
28013
28443
  /**
28014
28444
  * Get a Nuance bot in the specified Integration
28015
28445
  *
@@ -28018,7 +28448,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
28018
28448
  * @param {Object} opts Optional parameters
28019
28449
  * @param {Array.<String>} opts.expand expand
28020
28450
  * @param {Object} opts.targetChannel targetChannel
28021
- * getIntegrationsSpeechNuanceNuanceIntegrationIdBot is a preview method and is subject to both breaking and non-breaking changes at any time without notice
28022
28451
  */
28023
28452
  getIntegrationsSpeechNuanceNuanceIntegrationIdBot(nuanceIntegrationId, botId, opts) {
28024
28453
  opts = opts || {};
@@ -28052,7 +28481,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
28052
28481
  * @param {String} nuanceIntegrationId The integration ID for this group of bots
28053
28482
  * @param {String} botId The Nuance bot ID
28054
28483
  * @param {String} jobId The asynchronous job ID
28055
- * getIntegrationsSpeechNuanceNuanceIntegrationIdBotJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
28056
28484
  */
28057
28485
  getIntegrationsSpeechNuanceNuanceIntegrationIdBotJob(nuanceIntegrationId, botId, jobId) {
28058
28486
  // verify the required parameter 'nuanceIntegrationId' is set
@@ -28088,7 +28516,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
28088
28516
  * @param {String} nuanceIntegrationId The integration ID for this group of bots
28089
28517
  * @param {String} botId The Nuance bot ID
28090
28518
  * @param {String} jobId The asynchronous job ID
28091
- * getIntegrationsSpeechNuanceNuanceIntegrationIdBotJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
28092
28519
  */
28093
28520
  getIntegrationsSpeechNuanceNuanceIntegrationIdBotJobResults(nuanceIntegrationId, botId, jobId) {
28094
28521
  // verify the required parameter 'nuanceIntegrationId' is set
@@ -28126,7 +28553,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
28126
28553
  * @param {Number} opts.pageNumber Page number (default to 1)
28127
28554
  * @param {Number} opts.pageSize Page size (default to 25)
28128
28555
  * @param {Boolean} opts.onlyRegisteredBots Limit bots to the ones configured for Genesys Cloud usage (default to true)
28129
- * getIntegrationsSpeechNuanceNuanceIntegrationIdBots is a preview method and is subject to both breaking and non-breaking changes at any time without notice
28130
28556
  */
28131
28557
  getIntegrationsSpeechNuanceNuanceIntegrationIdBots(nuanceIntegrationId, opts) {
28132
28558
  opts = opts || {};
@@ -28155,7 +28581,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
28155
28581
  *
28156
28582
  * @param {String} nuanceIntegrationId The integration ID for this group of bots
28157
28583
  * @param {String} jobId The asynchronous job ID
28158
- * getIntegrationsSpeechNuanceNuanceIntegrationIdBotsJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
28159
28584
  */
28160
28585
  getIntegrationsSpeechNuanceNuanceIntegrationIdBotsJob(nuanceIntegrationId, jobId) {
28161
28586
  // verify the required parameter 'nuanceIntegrationId' is set
@@ -28186,7 +28611,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
28186
28611
  *
28187
28612
  * @param {String} nuanceIntegrationId The integration ID for this group of bots
28188
28613
  * @param {String} jobId The asynchronous job ID
28189
- * getIntegrationsSpeechNuanceNuanceIntegrationIdBotsJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
28190
28614
  */
28191
28615
  getIntegrationsSpeechNuanceNuanceIntegrationIdBotsJobResults(nuanceIntegrationId, jobId) {
28192
28616
  // verify the required parameter 'nuanceIntegrationId' is set
@@ -28212,6 +28636,57 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
28212
28636
  );
28213
28637
  }
28214
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
+
28215
28690
  /**
28216
28691
  * Get details about a TTS engine
28217
28692
  *
@@ -28433,6 +28908,60 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
28433
28908
  );
28434
28909
  }
28435
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
+
28436
28965
  /**
28437
28966
  * List permitted user app integrations for the logged in user
28438
28967
  *
@@ -28840,7 +29369,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
28840
29369
  * @param {Object} opts Optional parameters
28841
29370
  * @param {Array.<String>} opts.expand expand
28842
29371
  * @param {String} opts.body targetChannel
28843
- * postIntegrationsSpeechNuanceNuanceIntegrationIdBotJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
28844
29372
  */
28845
29373
  postIntegrationsSpeechNuanceNuanceIntegrationIdBotJobs(nuanceIntegrationId, botId, opts) {
28846
29374
  opts = opts || {};
@@ -28876,7 +29404,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
28876
29404
  * @param {Number} opts.pageNumber Page number (default to 1)
28877
29405
  * @param {Number} opts.pageSize Page size (default to 25)
28878
29406
  * @param {Boolean} opts.onlyRegisteredBots Limit bots to the ones configured for Genesys Cloud usage (default to true)
28879
- * postIntegrationsSpeechNuanceNuanceIntegrationIdBotsJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
28880
29407
  */
28881
29408
  postIntegrationsSpeechNuanceNuanceIntegrationIdBotsJobs(nuanceIntegrationId, opts) {
28882
29409
  opts = opts || {};
@@ -28905,7 +29432,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
28905
29432
  *
28906
29433
  * @param {String} nuanceIntegrationId The integration ID for this group of bots
28907
29434
  * @param {Object} settings
28908
- * postIntegrationsSpeechNuanceNuanceIntegrationIdBotsLaunchValidate is a preview method and is subject to both breaking and non-breaking changes at any time without notice
28909
29435
  */
28910
29436
  postIntegrationsSpeechNuanceNuanceIntegrationIdBotsLaunchValidate(nuanceIntegrationId, settings) {
28911
29437
  // verify the required parameter 'nuanceIntegrationId' is set
@@ -29055,7 +29581,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
29055
29581
  *
29056
29582
  * @param {String} nuanceIntegrationId The integration ID for this group of bots
29057
29583
  * @param {Object} settings
29058
- * putIntegrationsSpeechNuanceNuanceIntegrationIdBotsLaunchSettings is a preview method and is subject to both breaking and non-breaking changes at any time without notice
29059
29584
  */
29060
29585
  putIntegrationsSpeechNuanceNuanceIntegrationIdBotsLaunchSettings(nuanceIntegrationId, settings) {
29061
29586
  // verify the required parameter 'nuanceIntegrationId' is set
@@ -29142,7 +29667,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
29142
29667
  /**
29143
29668
  * Journey service.
29144
29669
  * @module purecloud-platform-client-v2/api/JourneyApi
29145
- * @version 188.1.0
29670
+ * @version 189.0.0
29146
29671
  */
29147
29672
 
29148
29673
  /**
@@ -30526,7 +31051,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
30526
31051
  /**
30527
31052
  * Knowledge service.
30528
31053
  * @module purecloud-platform-client-v2/api/KnowledgeApi
30529
- * @version 188.1.0
31054
+ * @version 189.0.0
30530
31055
  */
30531
31056
 
30532
31057
  /**
@@ -33769,7 +34294,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
33769
34294
  /**
33770
34295
  * LanguageUnderstanding service.
33771
34296
  * @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
33772
- * @version 188.1.0
34297
+ * @version 189.0.0
33773
34298
  */
33774
34299
 
33775
34300
  /**
@@ -34782,7 +35307,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
34782
35307
  /**
34783
35308
  * Languages service.
34784
35309
  * @module purecloud-platform-client-v2/api/LanguagesApi
34785
- * @version 188.1.0
35310
+ * @version 189.0.0
34786
35311
  */
34787
35312
 
34788
35313
  /**
@@ -35004,7 +35529,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
35004
35529
  /**
35005
35530
  * Learning service.
35006
35531
  * @module purecloud-platform-client-v2/api/LearningApi
35007
- * @version 188.1.0
35532
+ * @version 189.0.0
35008
35533
  */
35009
35534
 
35010
35535
  /**
@@ -35860,7 +36385,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
35860
36385
  /**
35861
36386
  * License service.
35862
36387
  * @module purecloud-platform-client-v2/api/LicenseApi
35863
- * @version 188.1.0
36388
+ * @version 189.0.0
35864
36389
  */
35865
36390
 
35866
36391
  /**
@@ -36098,7 +36623,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
36098
36623
  /**
36099
36624
  * Locations service.
36100
36625
  * @module purecloud-platform-client-v2/api/LocationsApi
36101
- * @version 188.1.0
36626
+ * @version 189.0.0
36102
36627
  */
36103
36628
 
36104
36629
  /**
@@ -36334,7 +36859,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
36334
36859
  /**
36335
36860
  * LogCapture service.
36336
36861
  * @module purecloud-platform-client-v2/api/LogCaptureApi
36337
- * @version 188.1.0
36862
+ * @version 189.0.0
36338
36863
  */
36339
36864
 
36340
36865
  /**
@@ -36534,7 +37059,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
36534
37059
  /**
36535
37060
  * Messaging service.
36536
37061
  * @module purecloud-platform-client-v2/api/MessagingApi
36537
- * @version 188.1.0
37062
+ * @version 189.0.0
36538
37063
  */
36539
37064
 
36540
37065
  /**
@@ -36893,7 +37418,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
36893
37418
  /**
36894
37419
  * MobileDevices service.
36895
37420
  * @module purecloud-platform-client-v2/api/MobileDevicesApi
36896
- * @version 188.1.0
37421
+ * @version 189.0.0
36897
37422
  */
36898
37423
 
36899
37424
  /**
@@ -37044,7 +37569,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
37044
37569
  /**
37045
37570
  * Notifications service.
37046
37571
  * @module purecloud-platform-client-v2/api/NotificationsApi
37047
- * @version 188.1.0
37572
+ * @version 189.0.0
37048
37573
  */
37049
37574
 
37050
37575
  /**
@@ -37277,7 +37802,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
37277
37802
  /**
37278
37803
  * OAuth service.
37279
37804
  * @module purecloud-platform-client-v2/api/OAuthApi
37280
- * @version 188.1.0
37805
+ * @version 189.0.0
37281
37806
  */
37282
37807
 
37283
37808
  /**
@@ -37643,7 +38168,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
37643
38168
  /**
37644
38169
  * Objects service.
37645
38170
  * @module purecloud-platform-client-v2/api/ObjectsApi
37646
- * @version 188.1.0
38171
+ * @version 189.0.0
37647
38172
  */
37648
38173
 
37649
38174
  /**
@@ -37913,7 +38438,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
37913
38438
  /**
37914
38439
  * OperationalEvents service.
37915
38440
  * @module purecloud-platform-client-v2/api/OperationalEventsApi
37916
- * @version 188.1.0
38441
+ * @version 189.0.0
37917
38442
  */
37918
38443
 
37919
38444
  /**
@@ -37979,7 +38504,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
37979
38504
  /**
37980
38505
  * Organization service.
37981
38506
  * @module purecloud-platform-client-v2/api/OrganizationApi
37982
- * @version 188.1.0
38507
+ * @version 189.0.0
37983
38508
  */
37984
38509
 
37985
38510
  /**
@@ -38434,7 +38959,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
38434
38959
  /**
38435
38960
  * OrganizationAuthorization service.
38436
38961
  * @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
38437
- * @version 188.1.0
38962
+ * @version 189.0.0
38438
38963
  */
38439
38964
 
38440
38965
  /**
@@ -39781,7 +40306,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
39781
40306
  /**
39782
40307
  * Outbound service.
39783
40308
  * @module purecloud-platform-client-v2/api/OutboundApi
39784
- * @version 188.1.0
40309
+ * @version 189.0.0
39785
40310
  */
39786
40311
 
39787
40312
  /**
@@ -42812,8 +43337,12 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
42812
43337
  * Initiate the export of a contact list.
42813
43338
  * Returns 200 if received OK.
42814
43339
  * @param {String} contactListId ContactList ID
43340
+ * @param {Object} opts Optional parameters
43341
+ * @param {Object} opts.body Export information to get
42815
43342
  */
42816
- postOutboundContactlistExport(contactListId) {
43343
+ postOutboundContactlistExport(contactListId, opts) {
43344
+ opts = opts || {};
43345
+
42817
43346
  // verify the required parameter 'contactListId' is set
42818
43347
  if (contactListId === undefined || contactListId === null) {
42819
43348
  throw 'Missing the required parameter "contactListId" when calling postOutboundContactlistExport';
@@ -42826,7 +43355,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
42826
43355
  { },
42827
43356
  { },
42828
43357
  { },
42829
- null,
43358
+ opts['body'],
42830
43359
  ['PureCloud OAuth'],
42831
43360
  ['application/json'],
42832
43361
  ['application/json']
@@ -44018,7 +44547,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
44018
44547
  /**
44019
44548
  * Presence service.
44020
44549
  * @module purecloud-platform-client-v2/api/PresenceApi
44021
- * @version 188.1.0
44550
+ * @version 189.0.0
44022
44551
  */
44023
44552
 
44024
44553
  /**
@@ -44762,7 +45291,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
44762
45291
  /**
44763
45292
  * ProcessAutomation service.
44764
45293
  * @module purecloud-platform-client-v2/api/ProcessAutomationApi
44765
- * @version 188.1.0
45294
+ * @version 189.0.0
44766
45295
  */
44767
45296
 
44768
45297
  /**
@@ -45001,7 +45530,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
45001
45530
  /**
45002
45531
  * Quality service.
45003
45532
  * @module purecloud-platform-client-v2/api/QualityApi
45004
- * @version 188.1.0
45533
+ * @version 189.0.0
45005
45534
  */
45006
45535
 
45007
45536
  /**
@@ -45624,7 +46153,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
45624
46153
  }
45625
46154
 
45626
46155
  /**
45627
- * 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.
45628
46157
  *
45629
46158
  * @param {Object} opts Optional parameters
45630
46159
  * @param {Number} opts.pageSize The total page size requested (default to 25)
@@ -45713,7 +46242,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
45713
46242
 
45714
46243
  /**
45715
46244
  * Get the list of evaluation forms
45716
- * 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.
45717
46246
  * @param {Object} opts Optional parameters
45718
46247
  * @param {Number} opts.pageSize The total page size requested (default to 25)
45719
46248
  * @param {Number} opts.pageNumber The page number requested (default to 1)
@@ -45823,7 +46352,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
45823
46352
  }
45824
46353
 
45825
46354
  /**
45826
- * 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.
45827
46356
  *
45828
46357
  * @param {Object} opts Optional parameters
45829
46358
  * @param {Number} opts.pageSize The total page size requested (default to 25)
@@ -46758,7 +47287,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
46758
47287
  /**
46759
47288
  * Recording service.
46760
47289
  * @module purecloud-platform-client-v2/api/RecordingApi
46761
- * @version 188.1.0
47290
+ * @version 189.0.0
46762
47291
  */
46763
47292
 
46764
47293
  /**
@@ -48395,7 +48924,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
48395
48924
  /**
48396
48925
  * ResponseManagement service.
48397
48926
  * @module purecloud-platform-client-v2/api/ResponseManagementApi
48398
- * @version 188.1.0
48927
+ * @version 189.0.0
48399
48928
  */
48400
48929
 
48401
48930
  /**
@@ -48880,7 +49409,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
48880
49409
  /**
48881
49410
  * Routing service.
48882
49411
  * @module purecloud-platform-client-v2/api/RoutingApi
48883
- * @version 188.1.0
49412
+ * @version 189.0.0
48884
49413
  */
48885
49414
 
48886
49415
  /**
@@ -52833,7 +53362,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
52833
53362
  /**
52834
53363
  * SCIM service.
52835
53364
  * @module purecloud-platform-client-v2/api/SCIMApi
52836
- * @version 188.1.0
53365
+ * @version 189.0.0
52837
53366
  */
52838
53367
 
52839
53368
  /**
@@ -53710,7 +54239,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
53710
54239
  /**
53711
54240
  * ScreenRecording service.
53712
54241
  * @module purecloud-platform-client-v2/api/ScreenRecordingApi
53713
- * @version 188.1.0
54242
+ * @version 189.0.0
53714
54243
  */
53715
54244
 
53716
54245
  /**
@@ -53755,7 +54284,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
53755
54284
  /**
53756
54285
  * Scripts service.
53757
54286
  * @module purecloud-platform-client-v2/api/ScriptsApi
53758
- * @version 188.1.0
54287
+ * @version 189.0.0
53759
54288
  */
53760
54289
 
53761
54290
  /**
@@ -54199,7 +54728,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
54199
54728
  /**
54200
54729
  * Search service.
54201
54730
  * @module purecloud-platform-client-v2/api/SearchApi
54202
- * @version 188.1.0
54731
+ * @version 189.0.0
54203
54732
  */
54204
54733
 
54205
54734
  /**
@@ -54888,7 +55417,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
54888
55417
  /**
54889
55418
  * Settings service.
54890
55419
  * @module purecloud-platform-client-v2/api/SettingsApi
54891
- * @version 188.1.0
55420
+ * @version 189.0.0
54892
55421
  */
54893
55422
 
54894
55423
  /**
@@ -54923,6 +55452,27 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
54923
55452
  );
54924
55453
  }
54925
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
+
54926
55476
  /**
54927
55477
  * Patch email Contact Center settings
54928
55478
  *
@@ -54947,13 +55497,39 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
54947
55497
  );
54948
55498
  }
54949
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
+
54950
55526
  }
54951
55527
 
54952
55528
  class SpeechTextAnalyticsApi {
54953
55529
  /**
54954
55530
  * SpeechTextAnalytics service.
54955
55531
  * @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
54956
- * @version 188.1.0
55532
+ * @version 189.0.0
54957
55533
  */
54958
55534
 
54959
55535
  /**
@@ -56067,7 +56643,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
56067
56643
  /**
56068
56644
  * Stations service.
56069
56645
  * @module purecloud-platform-client-v2/api/StationsApi
56070
- * @version 188.1.0
56646
+ * @version 189.0.0
56071
56647
  */
56072
56648
 
56073
56649
  /**
@@ -56169,7 +56745,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
56169
56745
  /**
56170
56746
  * Suggest service.
56171
56747
  * @module purecloud-platform-client-v2/api/SuggestApi
56172
- * @version 188.1.0
56748
+ * @version 189.0.0
56173
56749
  */
56174
56750
 
56175
56751
  /**
@@ -56308,7 +56884,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
56308
56884
  /**
56309
56885
  * TaskManagement service.
56310
56886
  * @module purecloud-platform-client-v2/api/TaskManagementApi
56311
- * @version 188.1.0
56887
+ * @version 189.0.0
56312
56888
  */
56313
56889
 
56314
56890
  /**
@@ -56972,6 +57548,32 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
56972
57548
  );
56973
57549
  }
56974
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
+
56975
57577
  /**
56976
57578
  * Get a version of a worktype
56977
57579
  *
@@ -57589,7 +58191,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
57589
58191
  /**
57590
58192
  * Teams service.
57591
58193
  * @module purecloud-platform-client-v2/api/TeamsApi
57592
- * @version 188.1.0
58194
+ * @version 189.0.0
57593
58195
  */
57594
58196
 
57595
58197
  /**
@@ -57891,7 +58493,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
57891
58493
  /**
57892
58494
  * Telephony service.
57893
58495
  * @module purecloud-platform-client-v2/api/TelephonyApi
57894
- * @version 188.1.0
58496
+ * @version 189.0.0
57895
58497
  */
57896
58498
 
57897
58499
  /**
@@ -58073,7 +58675,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
58073
58675
  /**
58074
58676
  * TelephonyProvidersEdge service.
58075
58677
  * @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
58076
- * @version 188.1.0
58678
+ * @version 189.0.0
58077
58679
  */
58078
58680
 
58079
58681
  /**
@@ -61422,7 +62024,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
61422
62024
  /**
61423
62025
  * Textbots service.
61424
62026
  * @module purecloud-platform-client-v2/api/TextbotsApi
61425
- * @version 188.1.0
62027
+ * @version 189.0.0
61426
62028
  */
61427
62029
 
61428
62030
  /**
@@ -61550,7 +62152,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
61550
62152
  /**
61551
62153
  * Tokens service.
61552
62154
  * @module purecloud-platform-client-v2/api/TokensApi
61553
- * @version 188.1.0
62155
+ * @version 189.0.0
61554
62156
  */
61555
62157
 
61556
62158
  /**
@@ -61704,7 +62306,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
61704
62306
  /**
61705
62307
  * Uploads service.
61706
62308
  * @module purecloud-platform-client-v2/api/UploadsApi
61707
- * @version 188.1.0
62309
+ * @version 189.0.0
61708
62310
  */
61709
62311
 
61710
62312
  /**
@@ -61973,7 +62575,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
61973
62575
  /**
61974
62576
  * Usage service.
61975
62577
  * @module purecloud-platform-client-v2/api/UsageApi
61976
- * @version 188.1.0
62578
+ * @version 189.0.0
61977
62579
  */
61978
62580
 
61979
62581
  /**
@@ -62183,7 +62785,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
62183
62785
  /**
62184
62786
  * UserRecordings service.
62185
62787
  * @module purecloud-platform-client-v2/api/UserRecordingsApi
62186
- * @version 188.1.0
62788
+ * @version 189.0.0
62187
62789
  */
62188
62790
 
62189
62791
  /**
@@ -62368,7 +62970,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
62368
62970
  /**
62369
62971
  * Users service.
62370
62972
  * @module purecloud-platform-client-v2/api/UsersApi
62371
- * @version 188.1.0
62973
+ * @version 189.0.0
62372
62974
  */
62373
62975
 
62374
62976
  /**
@@ -65019,7 +65621,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
65019
65621
  /**
65020
65622
  * Utilities service.
65021
65623
  * @module purecloud-platform-client-v2/api/UtilitiesApi
65022
- * @version 188.1.0
65624
+ * @version 189.0.0
65023
65625
  */
65024
65626
 
65025
65627
  /**
@@ -65130,7 +65732,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
65130
65732
  /**
65131
65733
  * Voicemail service.
65132
65734
  * @module purecloud-platform-client-v2/api/VoicemailApi
65133
- * @version 188.1.0
65735
+ * @version 189.0.0
65134
65736
  */
65135
65737
 
65136
65738
  /**
@@ -65797,7 +66399,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
65797
66399
  /**
65798
66400
  * WebChat service.
65799
66401
  * @module purecloud-platform-client-v2/api/WebChatApi
65800
- * @version 188.1.0
66402
+ * @version 189.0.0
65801
66403
  */
65802
66404
 
65803
66405
  /**
@@ -66346,7 +66948,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
66346
66948
  /**
66347
66949
  * WebDeployments service.
66348
66950
  * @module purecloud-platform-client-v2/api/WebDeploymentsApi
66349
- * @version 188.1.0
66951
+ * @version 189.0.0
66350
66952
  */
66351
66953
 
66352
66954
  /**
@@ -66873,7 +67475,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
66873
67475
  /**
66874
67476
  * WebMessaging service.
66875
67477
  * @module purecloud-platform-client-v2/api/WebMessagingApi
66876
- * @version 188.1.0
67478
+ * @version 189.0.0
66877
67479
  */
66878
67480
 
66879
67481
  /**
@@ -66919,7 +67521,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
66919
67521
  /**
66920
67522
  * Widgets service.
66921
67523
  * @module purecloud-platform-client-v2/api/WidgetsApi
66922
- * @version 188.1.0
67524
+ * @version 189.0.0
66923
67525
  */
66924
67526
 
66925
67527
  /**
@@ -67065,7 +67667,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
67065
67667
  /**
67066
67668
  * WorkforceManagement service.
67067
67669
  * @module purecloud-platform-client-v2/api/WorkforceManagementApi
67068
- * @version 188.1.0
67670
+ * @version 189.0.0
67069
67671
  */
67070
67672
 
67071
67673
  /**
@@ -67586,9 +68188,10 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
67586
68188
  }
67587
68189
 
67588
68190
  /**
67589
- * Get status of the modeling job
67590
- *
68191
+ * To get status of the modeling job.
68192
+ * This Endpoint is Deprecated, and not recommended to be used.
67591
68193
  * @param {String} jobId The id of the modeling job
68194
+ * @deprecated
67592
68195
  */
67593
68196
  getWorkforcemanagementAdhocmodelingjob(jobId) {
67594
68197
  // verify the required parameter 'jobId' is set
@@ -72460,7 +73063,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
72460
73063
  * </pre>
72461
73064
  * </p>
72462
73065
  * @module purecloud-platform-client-v2/index
72463
- * @version 188.1.0
73066
+ * @version 189.0.0
72464
73067
  */
72465
73068
  class platformClient {
72466
73069
  constructor() {