purecloud-platform-client-v2 174.0.0 → 175.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 (82) hide show
  1. package/README.md +2 -2
  2. package/dist/node/purecloud-platform-client-v2.js +198 -75
  3. package/dist/web-amd/purecloud-platform-client-v2.js +198 -75
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +198 -75
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +198 -75
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +147 -2
  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 +120 -1
  14. package/src/purecloud-platform-client-v2/api/AuditApi.js +1 -1
  15. package/src/purecloud-platform-client-v2/api/AuthorizationApi.js +1 -1
  16. package/src/purecloud-platform-client-v2/api/BillingApi.js +1 -1
  17. package/src/purecloud-platform-client-v2/api/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 +1 -1
  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 +1 -1
  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 +7 -3
  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/MessagingApi.js +1 -1
  45. package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +1 -1
  46. package/src/purecloud-platform-client-v2/api/NotificationsApi.js +1 -1
  47. package/src/purecloud-platform-client-v2/api/OAuthApi.js +1 -1
  48. package/src/purecloud-platform-client-v2/api/ObjectsApi.js +1 -1
  49. package/src/purecloud-platform-client-v2/api/OrganizationApi.js +1 -1
  50. package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +1 -1
  51. package/src/purecloud-platform-client-v2/api/OutboundApi.js +1 -1
  52. package/src/purecloud-platform-client-v2/api/PresenceApi.js +1 -1
  53. package/src/purecloud-platform-client-v2/api/ProcessAutomationApi.js +1 -1
  54. package/src/purecloud-platform-client-v2/api/QualityApi.js +1 -1
  55. package/src/purecloud-platform-client-v2/api/RecordingApi.js +1 -1
  56. package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
  57. package/src/purecloud-platform-client-v2/api/RoutingApi.js +1 -1
  58. package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
  59. package/src/purecloud-platform-client-v2/api/ScriptsApi.js +1 -1
  60. package/src/purecloud-platform-client-v2/api/SearchApi.js +1 -1
  61. package/src/purecloud-platform-client-v2/api/SettingsApi.js +1 -1
  62. package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +1 -1
  63. package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
  64. package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
  65. package/src/purecloud-platform-client-v2/api/TaskManagementApi.js +1 -1
  66. package/src/purecloud-platform-client-v2/api/TeamsApi.js +1 -1
  67. package/src/purecloud-platform-client-v2/api/TelephonyApi.js +1 -1
  68. package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +1 -1
  69. package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
  70. package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
  71. package/src/purecloud-platform-client-v2/api/UploadsApi.js +1 -1
  72. package/src/purecloud-platform-client-v2/api/UsageApi.js +1 -1
  73. package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
  74. package/src/purecloud-platform-client-v2/api/UsersApi.js +1 -1
  75. package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
  76. package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
  77. package/src/purecloud-platform-client-v2/api/WebChatApi.js +1 -1
  78. package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +1 -1
  79. package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +1 -1
  80. package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
  81. package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +1 -1
  82. 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 174.0.0
402
+ * @version 175.0.0
403
403
  */
404
404
  class ApiClient {
405
405
  /**
@@ -1485,7 +1485,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
1485
1485
  /**
1486
1486
  * Alerting service.
1487
1487
  * @module purecloud-platform-client-v2/api/AlertingApi
1488
- * @version 174.0.0
1488
+ * @version 175.0.0
1489
1489
  */
1490
1490
 
1491
1491
  /**
@@ -2135,7 +2135,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
2135
2135
  /**
2136
2136
  * Analytics service.
2137
2137
  * @module purecloud-platform-client-v2/api/AnalyticsApi
2138
- * @version 174.0.0
2138
+ * @version 175.0.0
2139
2139
  */
2140
2140
 
2141
2141
  /**
@@ -4581,7 +4581,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
4581
4581
  /**
4582
4582
  * Architect service.
4583
4583
  * @module purecloud-platform-client-v2/api/ArchitectApi
4584
- * @version 174.0.0
4584
+ * @version 175.0.0
4585
4585
  */
4586
4586
 
4587
4587
  /**
@@ -6274,6 +6274,125 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
6274
6274
  );
6275
6275
  }
6276
6276
 
6277
+ /**
6278
+ * Get overall health scores for all intents present in the NLU domain version associated with the bot flow version.
6279
+ *
6280
+ * @param {String} flowId Flow ID.
6281
+ * @param {String} versionId Version ID.
6282
+ * @param {Object} opts Optional parameters
6283
+ * @param {Object} opts.language Language to filter for
6284
+ */
6285
+ getFlowVersionHealth(flowId, versionId, opts) {
6286
+ opts = opts || {};
6287
+
6288
+ // verify the required parameter 'flowId' is set
6289
+ if (flowId === undefined || flowId === null) {
6290
+ throw 'Missing the required parameter "flowId" when calling getFlowVersionHealth';
6291
+ }
6292
+ // verify the required parameter 'versionId' is set
6293
+ if (versionId === undefined || versionId === null) {
6294
+ throw 'Missing the required parameter "versionId" when calling getFlowVersionHealth';
6295
+ }
6296
+
6297
+ return this.apiClient.callApi(
6298
+ '/api/v2/flows/{flowId}/versions/{versionId}/health',
6299
+ 'GET',
6300
+ { 'flowId': flowId,'versionId': versionId },
6301
+ { 'language': opts['language'] },
6302
+ { },
6303
+ { },
6304
+ null,
6305
+ ['PureCloud OAuth'],
6306
+ ['application/json'],
6307
+ ['application/json']
6308
+ );
6309
+ }
6310
+
6311
+ /**
6312
+ * Get health scores and other health metrics for a specific intent. This includes the health metrics for each utterance in an intent.
6313
+ *
6314
+ * @param {String} flowId Flow ID.
6315
+ * @param {String} versionId Version ID.
6316
+ * @param {String} intentId Intent ID.
6317
+ * @param {Object} language Language to filter for
6318
+ */
6319
+ getFlowVersionIntentHealth(flowId, versionId, intentId, language) {
6320
+ // verify the required parameter 'flowId' is set
6321
+ if (flowId === undefined || flowId === null) {
6322
+ throw 'Missing the required parameter "flowId" when calling getFlowVersionIntentHealth';
6323
+ }
6324
+ // verify the required parameter 'versionId' is set
6325
+ if (versionId === undefined || versionId === null) {
6326
+ throw 'Missing the required parameter "versionId" when calling getFlowVersionIntentHealth';
6327
+ }
6328
+ // verify the required parameter 'intentId' is set
6329
+ if (intentId === undefined || intentId === null) {
6330
+ throw 'Missing the required parameter "intentId" when calling getFlowVersionIntentHealth';
6331
+ }
6332
+ // verify the required parameter 'language' is set
6333
+ if (language === undefined || language === null) {
6334
+ throw 'Missing the required parameter "language" when calling getFlowVersionIntentHealth';
6335
+ }
6336
+
6337
+ return this.apiClient.callApi(
6338
+ '/api/v2/flows/{flowId}/versions/{versionId}/intents/{intentId}/health',
6339
+ 'GET',
6340
+ { 'flowId': flowId,'versionId': versionId,'intentId': intentId },
6341
+ { 'language': language },
6342
+ { },
6343
+ { },
6344
+ null,
6345
+ ['PureCloud OAuth'],
6346
+ ['application/json'],
6347
+ ['application/json']
6348
+ );
6349
+ }
6350
+
6351
+ /**
6352
+ * Get health metrics associated with a specific utterance of an intent.
6353
+ *
6354
+ * @param {String} flowId Flow ID.
6355
+ * @param {String} versionId Version ID.
6356
+ * @param {String} intentId Intent ID.
6357
+ * @param {String} utteranceId Utterance ID.
6358
+ * @param {Object} language Language to filter for
6359
+ */
6360
+ getFlowVersionIntentUtteranceHealth(flowId, versionId, intentId, utteranceId, language) {
6361
+ // verify the required parameter 'flowId' is set
6362
+ if (flowId === undefined || flowId === null) {
6363
+ throw 'Missing the required parameter "flowId" when calling getFlowVersionIntentUtteranceHealth';
6364
+ }
6365
+ // verify the required parameter 'versionId' is set
6366
+ if (versionId === undefined || versionId === null) {
6367
+ throw 'Missing the required parameter "versionId" when calling getFlowVersionIntentUtteranceHealth';
6368
+ }
6369
+ // verify the required parameter 'intentId' is set
6370
+ if (intentId === undefined || intentId === null) {
6371
+ throw 'Missing the required parameter "intentId" when calling getFlowVersionIntentUtteranceHealth';
6372
+ }
6373
+ // verify the required parameter 'utteranceId' is set
6374
+ if (utteranceId === undefined || utteranceId === null) {
6375
+ throw 'Missing the required parameter "utteranceId" when calling getFlowVersionIntentUtteranceHealth';
6376
+ }
6377
+ // verify the required parameter 'language' is set
6378
+ if (language === undefined || language === null) {
6379
+ throw 'Missing the required parameter "language" when calling getFlowVersionIntentUtteranceHealth';
6380
+ }
6381
+
6382
+ return this.apiClient.callApi(
6383
+ '/api/v2/flows/{flowId}/versions/{versionId}/intents/{intentId}/utterances/{utteranceId}/health',
6384
+ 'GET',
6385
+ { 'flowId': flowId,'versionId': versionId,'intentId': intentId,'utteranceId': utteranceId },
6386
+ { 'language': language },
6387
+ { },
6388
+ { },
6389
+ null,
6390
+ ['PureCloud OAuth'],
6391
+ ['application/json'],
6392
+ ['application/json']
6393
+ );
6394
+ }
6395
+
6277
6396
  /**
6278
6397
  * Get flow version list
6279
6398
  *
@@ -8262,7 +8381,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
8262
8381
  /**
8263
8382
  * Audit service.
8264
8383
  * @module purecloud-platform-client-v2/api/AuditApi
8265
- * @version 174.0.0
8384
+ * @version 175.0.0
8266
8385
  */
8267
8386
 
8268
8387
  /**
@@ -8433,7 +8552,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
8433
8552
  /**
8434
8553
  * Authorization service.
8435
8554
  * @module purecloud-platform-client-v2/api/AuthorizationApi
8436
- * @version 174.0.0
8555
+ * @version 175.0.0
8437
8556
  */
8438
8557
 
8439
8558
  /**
@@ -9664,7 +9783,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
9664
9783
  /**
9665
9784
  * Billing service.
9666
9785
  * @module purecloud-platform-client-v2/api/BillingApi
9667
- * @version 174.0.0
9786
+ * @version 175.0.0
9668
9787
  */
9669
9788
 
9670
9789
  /**
@@ -9744,7 +9863,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
9744
9863
  /**
9745
9864
  * CarrierServices service.
9746
9865
  * @module purecloud-platform-client-v2/api/CarrierServicesApi
9747
- * @version 174.0.0
9866
+ * @version 175.0.0
9748
9867
  */
9749
9868
 
9750
9869
  /**
@@ -9814,7 +9933,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
9814
9933
  /**
9815
9934
  * Chat service.
9816
9935
  * @module purecloud-platform-client-v2/api/ChatApi
9817
- * @version 174.0.0
9936
+ * @version 175.0.0
9818
9937
  */
9819
9938
 
9820
9939
  /**
@@ -9978,7 +10097,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
9978
10097
  /**
9979
10098
  * Coaching service.
9980
10099
  * @module purecloud-platform-client-v2/api/CoachingApi
9981
- * @version 174.0.0
10100
+ * @version 175.0.0
9982
10101
  */
9983
10102
 
9984
10103
  /**
@@ -10555,7 +10674,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
10555
10674
  /**
10556
10675
  * ContentManagement service.
10557
10676
  * @module purecloud-platform-client-v2/api/ContentManagementApi
10558
- * @version 174.0.0
10677
+ * @version 175.0.0
10559
10678
  */
10560
10679
 
10561
10680
  /**
@@ -11698,7 +11817,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
11698
11817
  /**
11699
11818
  * Conversations service.
11700
11819
  * @module purecloud-platform-client-v2/api/ConversationsApi
11701
- * @version 174.0.0
11820
+ * @version 175.0.0
11702
11821
  */
11703
11822
 
11704
11823
  /**
@@ -18782,7 +18901,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
18782
18901
  /**
18783
18902
  * DataExtensions service.
18784
18903
  * @module purecloud-platform-client-v2/api/DataExtensionsApi
18785
- * @version 174.0.0
18904
+ * @version 175.0.0
18786
18905
  */
18787
18906
 
18788
18907
  /**
@@ -18868,7 +18987,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
18868
18987
  /**
18869
18988
  * Downloads service.
18870
18989
  * @module purecloud-platform-client-v2/api/DownloadsApi
18871
- * @version 174.0.0
18990
+ * @version 175.0.0
18872
18991
  */
18873
18992
 
18874
18993
  /**
@@ -18920,7 +19039,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
18920
19039
  /**
18921
19040
  * Emails service.
18922
19041
  * @module purecloud-platform-client-v2/api/EmailsApi
18923
- * @version 174.0.0
19042
+ * @version 175.0.0
18924
19043
  */
18925
19044
 
18926
19045
  /**
@@ -18985,7 +19104,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
18985
19104
  /**
18986
19105
  * Events service.
18987
19106
  * @module purecloud-platform-client-v2/api/EventsApi
18988
- * @version 174.0.0
19107
+ * @version 175.0.0
18989
19108
  */
18990
19109
 
18991
19110
  /**
@@ -19081,7 +19200,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
19081
19200
  /**
19082
19201
  * ExternalContacts service.
19083
19202
  * @module purecloud-platform-client-v2/api/ExternalContactsApi
19084
- * @version 174.0.0
19203
+ * @version 175.0.0
19085
19204
  */
19086
19205
 
19087
19206
  /**
@@ -21039,7 +21158,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
21039
21158
  /**
21040
21159
  * Fax service.
21041
21160
  * @module purecloud-platform-client-v2/api/FaxApi
21042
- * @version 174.0.0
21161
+ * @version 175.0.0
21043
21162
  */
21044
21163
 
21045
21164
  /**
@@ -21210,7 +21329,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
21210
21329
  /**
21211
21330
  * Flows service.
21212
21331
  * @module purecloud-platform-client-v2/api/FlowsApi
21213
- * @version 174.0.0
21332
+ * @version 175.0.0
21214
21333
  */
21215
21334
 
21216
21335
  /**
@@ -21394,7 +21513,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
21394
21513
  /**
21395
21514
  * Gamification service.
21396
21515
  * @module purecloud-platform-client-v2/api/GamificationApi
21397
- * @version 174.0.0
21516
+ * @version 175.0.0
21398
21517
  */
21399
21518
 
21400
21519
  /**
@@ -23480,7 +23599,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
23480
23599
  /**
23481
23600
  * GeneralDataProtectionRegulation service.
23482
23601
  * @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
23483
- * @version 174.0.0
23602
+ * @version 175.0.0
23484
23603
  */
23485
23604
 
23486
23605
  /**
@@ -23610,7 +23729,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
23610
23729
  /**
23611
23730
  * Geolocation service.
23612
23731
  * @module purecloud-platform-client-v2/api/GeolocationApi
23613
- * @version 174.0.0
23732
+ * @version 175.0.0
23614
23733
  */
23615
23734
 
23616
23735
  /**
@@ -23741,7 +23860,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
23741
23860
  /**
23742
23861
  * Greetings service.
23743
23862
  * @module purecloud-platform-client-v2/api/GreetingsApi
23744
- * @version 174.0.0
23863
+ * @version 175.0.0
23745
23864
  */
23746
23865
 
23747
23866
  /**
@@ -24196,7 +24315,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
24196
24315
  /**
24197
24316
  * Groups service.
24198
24317
  * @module purecloud-platform-client-v2/api/GroupsApi
24199
- * @version 174.0.0
24318
+ * @version 175.0.0
24200
24319
  */
24201
24320
 
24202
24321
  /**
@@ -24715,7 +24834,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
24715
24834
  /**
24716
24835
  * IdentityProvider service.
24717
24836
  * @module purecloud-platform-client-v2/api/IdentityProviderApi
24718
- * @version 174.0.0
24837
+ * @version 175.0.0
24719
24838
  */
24720
24839
 
24721
24840
  /**
@@ -25471,7 +25590,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
25471
25590
  /**
25472
25591
  * InfrastructureAsCode service.
25473
25592
  * @module purecloud-platform-client-v2/api/InfrastructureAsCodeApi
25474
- * @version 174.0.0
25593
+ * @version 175.0.0
25475
25594
  */
25476
25595
 
25477
25596
  /**
@@ -25638,7 +25757,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
25638
25757
  /**
25639
25758
  * Integrations service.
25640
25759
  * @module purecloud-platform-client-v2/api/IntegrationsApi
25641
- * @version 174.0.0
25760
+ * @version 175.0.0
25642
25761
  */
25643
25762
 
25644
25763
  /**
@@ -27600,7 +27719,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
27600
27719
  /**
27601
27720
  * Journey service.
27602
27721
  * @module purecloud-platform-client-v2/api/JourneyApi
27603
- * @version 174.0.0
27722
+ * @version 175.0.0
27604
27723
  */
27605
27724
 
27606
27725
  /**
@@ -28764,7 +28883,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
28764
28883
  /**
28765
28884
  * Knowledge service.
28766
28885
  * @module purecloud-platform-client-v2/api/KnowledgeApi
28767
- * @version 174.0.0
28886
+ * @version 175.0.0
28768
28887
  */
28769
28888
 
28770
28889
  /**
@@ -31585,7 +31704,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
31585
31704
  /**
31586
31705
  * LanguageUnderstanding service.
31587
31706
  * @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
31588
- * @version 174.0.0
31707
+ * @version 175.0.0
31589
31708
  */
31590
31709
 
31591
31710
  /**
@@ -32598,7 +32717,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
32598
32717
  /**
32599
32718
  * Languages service.
32600
32719
  * @module purecloud-platform-client-v2/api/LanguagesApi
32601
- * @version 174.0.0
32720
+ * @version 175.0.0
32602
32721
  */
32603
32722
 
32604
32723
  /**
@@ -32820,7 +32939,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
32820
32939
  /**
32821
32940
  * Learning service.
32822
32941
  * @module purecloud-platform-client-v2/api/LearningApi
32823
- * @version 174.0.0
32942
+ * @version 175.0.0
32824
32943
  */
32825
32944
 
32826
32945
  /**
@@ -33463,8 +33582,12 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
33463
33582
  * Publish a Learning module
33464
33583
  *
33465
33584
  * @param {String} moduleId The ID of the learning module
33585
+ * @param {Object} opts Optional parameters
33586
+ * @param {Object} opts.body The request body
33466
33587
  */
33467
- postLearningModulePublish(moduleId) {
33588
+ postLearningModulePublish(moduleId, opts) {
33589
+ opts = opts || {};
33590
+
33468
33591
  // verify the required parameter 'moduleId' is set
33469
33592
  if (moduleId === undefined || moduleId === null) {
33470
33593
  throw 'Missing the required parameter "moduleId" when calling postLearningModulePublish';
@@ -33477,7 +33600,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
33477
33600
  { },
33478
33601
  { },
33479
33602
  { },
33480
- null,
33603
+ opts['body'],
33481
33604
  ['PureCloud OAuth'],
33482
33605
  ['application/json'],
33483
33606
  ['application/json']
@@ -33635,7 +33758,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
33635
33758
  /**
33636
33759
  * License service.
33637
33760
  * @module purecloud-platform-client-v2/api/LicenseApi
33638
- * @version 174.0.0
33761
+ * @version 175.0.0
33639
33762
  */
33640
33763
 
33641
33764
  /**
@@ -33873,7 +33996,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
33873
33996
  /**
33874
33997
  * Locations service.
33875
33998
  * @module purecloud-platform-client-v2/api/LocationsApi
33876
- * @version 174.0.0
33999
+ * @version 175.0.0
33877
34000
  */
33878
34001
 
33879
34002
  /**
@@ -34109,7 +34232,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
34109
34232
  /**
34110
34233
  * Messaging service.
34111
34234
  * @module purecloud-platform-client-v2/api/MessagingApi
34112
- * @version 174.0.0
34235
+ * @version 175.0.0
34113
34236
  */
34114
34237
 
34115
34238
  /**
@@ -34468,7 +34591,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
34468
34591
  /**
34469
34592
  * MobileDevices service.
34470
34593
  * @module purecloud-platform-client-v2/api/MobileDevicesApi
34471
- * @version 174.0.0
34594
+ * @version 175.0.0
34472
34595
  */
34473
34596
 
34474
34597
  /**
@@ -34619,7 +34742,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
34619
34742
  /**
34620
34743
  * Notifications service.
34621
34744
  * @module purecloud-platform-client-v2/api/NotificationsApi
34622
- * @version 174.0.0
34745
+ * @version 175.0.0
34623
34746
  */
34624
34747
 
34625
34748
  /**
@@ -34852,7 +34975,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
34852
34975
  /**
34853
34976
  * OAuth service.
34854
34977
  * @module purecloud-platform-client-v2/api/OAuthApi
34855
- * @version 174.0.0
34978
+ * @version 175.0.0
34856
34979
  */
34857
34980
 
34858
34981
  /**
@@ -35218,7 +35341,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
35218
35341
  /**
35219
35342
  * Objects service.
35220
35343
  * @module purecloud-platform-client-v2/api/ObjectsApi
35221
- * @version 174.0.0
35344
+ * @version 175.0.0
35222
35345
  */
35223
35346
 
35224
35347
  /**
@@ -35489,7 +35612,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
35489
35612
  /**
35490
35613
  * Organization service.
35491
35614
  * @module purecloud-platform-client-v2/api/OrganizationApi
35492
- * @version 174.0.0
35615
+ * @version 175.0.0
35493
35616
  */
35494
35617
 
35495
35618
  /**
@@ -35944,7 +36067,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
35944
36067
  /**
35945
36068
  * OrganizationAuthorization service.
35946
36069
  * @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
35947
- * @version 174.0.0
36070
+ * @version 175.0.0
35948
36071
  */
35949
36072
 
35950
36073
  /**
@@ -37291,7 +37414,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
37291
37414
  /**
37292
37415
  * Outbound service.
37293
37416
  * @module purecloud-platform-client-v2/api/OutboundApi
37294
- * @version 174.0.0
37417
+ * @version 175.0.0
37295
37418
  */
37296
37419
 
37297
37420
  /**
@@ -40913,7 +41036,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
40913
41036
  /**
40914
41037
  * Presence service.
40915
41038
  * @module purecloud-platform-client-v2/api/PresenceApi
40916
- * @version 174.0.0
41039
+ * @version 175.0.0
40917
41040
  */
40918
41041
 
40919
41042
  /**
@@ -41652,7 +41775,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
41652
41775
  /**
41653
41776
  * ProcessAutomation service.
41654
41777
  * @module purecloud-platform-client-v2/api/ProcessAutomationApi
41655
- * @version 174.0.0
41778
+ * @version 175.0.0
41656
41779
  */
41657
41780
 
41658
41781
  /**
@@ -41891,7 +42014,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
41891
42014
  /**
41892
42015
  * Quality service.
41893
42016
  * @module purecloud-platform-client-v2/api/QualityApi
41894
- * @version 174.0.0
42017
+ * @version 175.0.0
41895
42018
  */
41896
42019
 
41897
42020
  /**
@@ -43645,7 +43768,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
43645
43768
  /**
43646
43769
  * Recording service.
43647
43770
  * @module purecloud-platform-client-v2/api/RecordingApi
43648
- * @version 174.0.0
43771
+ * @version 175.0.0
43649
43772
  */
43650
43773
 
43651
43774
  /**
@@ -45282,7 +45405,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
45282
45405
  /**
45283
45406
  * ResponseManagement service.
45284
45407
  * @module purecloud-platform-client-v2/api/ResponseManagementApi
45285
- * @version 174.0.0
45408
+ * @version 175.0.0
45286
45409
  */
45287
45410
 
45288
45411
  /**
@@ -45767,7 +45890,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
45767
45890
  /**
45768
45891
  * Routing service.
45769
45892
  * @module purecloud-platform-client-v2/api/RoutingApi
45770
- * @version 174.0.0
45893
+ * @version 175.0.0
45771
45894
  */
45772
45895
 
45773
45896
  /**
@@ -49475,7 +49598,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
49475
49598
  /**
49476
49599
  * SCIM service.
49477
49600
  * @module purecloud-platform-client-v2/api/SCIMApi
49478
- * @version 174.0.0
49601
+ * @version 175.0.0
49479
49602
  */
49480
49603
 
49481
49604
  /**
@@ -50352,7 +50475,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
50352
50475
  /**
50353
50476
  * Scripts service.
50354
50477
  * @module purecloud-platform-client-v2/api/ScriptsApi
50355
- * @version 174.0.0
50478
+ * @version 175.0.0
50356
50479
  */
50357
50480
 
50358
50481
  /**
@@ -50796,7 +50919,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
50796
50919
  /**
50797
50920
  * Search service.
50798
50921
  * @module purecloud-platform-client-v2/api/SearchApi
50799
- * @version 174.0.0
50922
+ * @version 175.0.0
50800
50923
  */
50801
50924
 
50802
50925
  /**
@@ -51485,7 +51608,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
51485
51608
  /**
51486
51609
  * Settings service.
51487
51610
  * @module purecloud-platform-client-v2/api/SettingsApi
51488
- * @version 174.0.0
51611
+ * @version 175.0.0
51489
51612
  */
51490
51613
 
51491
51614
  /**
@@ -51550,7 +51673,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
51550
51673
  /**
51551
51674
  * SpeechTextAnalytics service.
51552
51675
  * @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
51553
- * @version 174.0.0
51676
+ * @version 175.0.0
51554
51677
  */
51555
51678
 
51556
51679
  /**
@@ -52533,7 +52656,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
52533
52656
  /**
52534
52657
  * Stations service.
52535
52658
  * @module purecloud-platform-client-v2/api/StationsApi
52536
- * @version 174.0.0
52659
+ * @version 175.0.0
52537
52660
  */
52538
52661
 
52539
52662
  /**
@@ -52635,7 +52758,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
52635
52758
  /**
52636
52759
  * Suggest service.
52637
52760
  * @module purecloud-platform-client-v2/api/SuggestApi
52638
- * @version 174.0.0
52761
+ * @version 175.0.0
52639
52762
  */
52640
52763
 
52641
52764
  /**
@@ -52774,7 +52897,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
52774
52897
  /**
52775
52898
  * TaskManagement service.
52776
52899
  * @module purecloud-platform-client-v2/api/TaskManagementApi
52777
- * @version 174.0.0
52900
+ * @version 175.0.0
52778
52901
  */
52779
52902
 
52780
52903
  /**
@@ -54055,7 +54178,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
54055
54178
  /**
54056
54179
  * Teams service.
54057
54180
  * @module purecloud-platform-client-v2/api/TeamsApi
54058
- * @version 174.0.0
54181
+ * @version 175.0.0
54059
54182
  */
54060
54183
 
54061
54184
  /**
@@ -54357,7 +54480,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
54357
54480
  /**
54358
54481
  * Telephony service.
54359
54482
  * @module purecloud-platform-client-v2/api/TelephonyApi
54360
- * @version 174.0.0
54483
+ * @version 175.0.0
54361
54484
  */
54362
54485
 
54363
54486
  /**
@@ -54485,7 +54608,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
54485
54608
  /**
54486
54609
  * TelephonyProvidersEdge service.
54487
54610
  * @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
54488
- * @version 174.0.0
54611
+ * @version 175.0.0
54489
54612
  */
54490
54613
 
54491
54614
  /**
@@ -57774,7 +57897,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
57774
57897
  /**
57775
57898
  * Textbots service.
57776
57899
  * @module purecloud-platform-client-v2/api/TextbotsApi
57777
- * @version 174.0.0
57900
+ * @version 175.0.0
57778
57901
  */
57779
57902
 
57780
57903
  /**
@@ -57902,7 +58025,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
57902
58025
  /**
57903
58026
  * Tokens service.
57904
58027
  * @module purecloud-platform-client-v2/api/TokensApi
57905
- * @version 174.0.0
58028
+ * @version 175.0.0
57906
58029
  */
57907
58030
 
57908
58031
  /**
@@ -58058,7 +58181,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
58058
58181
  /**
58059
58182
  * Uploads service.
58060
58183
  * @module purecloud-platform-client-v2/api/UploadsApi
58061
- * @version 174.0.0
58184
+ * @version 175.0.0
58062
58185
  */
58063
58186
 
58064
58187
  /**
@@ -58234,7 +58357,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
58234
58357
  /**
58235
58358
  * Usage service.
58236
58359
  * @module purecloud-platform-client-v2/api/UsageApi
58237
- * @version 174.0.0
58360
+ * @version 175.0.0
58238
58361
  */
58239
58362
 
58240
58363
  /**
@@ -58444,7 +58567,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
58444
58567
  /**
58445
58568
  * UserRecordings service.
58446
58569
  * @module purecloud-platform-client-v2/api/UserRecordingsApi
58447
- * @version 174.0.0
58570
+ * @version 175.0.0
58448
58571
  */
58449
58572
 
58450
58573
  /**
@@ -58629,7 +58752,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
58629
58752
  /**
58630
58753
  * Users service.
58631
58754
  * @module purecloud-platform-client-v2/api/UsersApi
58632
- * @version 174.0.0
58755
+ * @version 175.0.0
58633
58756
  */
58634
58757
 
58635
58758
  /**
@@ -61190,7 +61313,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
61190
61313
  /**
61191
61314
  * Utilities service.
61192
61315
  * @module purecloud-platform-client-v2/api/UtilitiesApi
61193
- * @version 174.0.0
61316
+ * @version 175.0.0
61194
61317
  */
61195
61318
 
61196
61319
  /**
@@ -61301,7 +61424,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
61301
61424
  /**
61302
61425
  * Voicemail service.
61303
61426
  * @module purecloud-platform-client-v2/api/VoicemailApi
61304
- * @version 174.0.0
61427
+ * @version 175.0.0
61305
61428
  */
61306
61429
 
61307
61430
  /**
@@ -61968,7 +62091,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
61968
62091
  /**
61969
62092
  * WebChat service.
61970
62093
  * @module purecloud-platform-client-v2/api/WebChatApi
61971
- * @version 174.0.0
62094
+ * @version 175.0.0
61972
62095
  */
61973
62096
 
61974
62097
  /**
@@ -62517,7 +62640,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
62517
62640
  /**
62518
62641
  * WebDeployments service.
62519
62642
  * @module purecloud-platform-client-v2/api/WebDeploymentsApi
62520
- * @version 174.0.0
62643
+ * @version 175.0.0
62521
62644
  */
62522
62645
 
62523
62646
  /**
@@ -63044,7 +63167,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
63044
63167
  /**
63045
63168
  * WebMessaging service.
63046
63169
  * @module purecloud-platform-client-v2/api/WebMessagingApi
63047
- * @version 174.0.0
63170
+ * @version 175.0.0
63048
63171
  */
63049
63172
 
63050
63173
  /**
@@ -63090,7 +63213,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
63090
63213
  /**
63091
63214
  * Widgets service.
63092
63215
  * @module purecloud-platform-client-v2/api/WidgetsApi
63093
- * @version 174.0.0
63216
+ * @version 175.0.0
63094
63217
  */
63095
63218
 
63096
63219
  /**
@@ -63236,7 +63359,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
63236
63359
  /**
63237
63360
  * WorkforceManagement service.
63238
63361
  * @module purecloud-platform-client-v2/api/WorkforceManagementApi
63239
- * @version 174.0.0
63362
+ * @version 175.0.0
63240
63363
  */
63241
63364
 
63242
63365
  /**
@@ -68400,7 +68523,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
68400
68523
  * </pre>
68401
68524
  * </p>
68402
68525
  * @module purecloud-platform-client-v2/index
68403
- * @version 174.0.0
68526
+ * @version 175.0.0
68404
68527
  */
68405
68528
  class platformClient {
68406
68529
  constructor() {