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
@@ -9336,7 +9336,7 @@ class Configuration {
9336
9336
 
9337
9337
  /**
9338
9338
  * @module purecloud-platform-client-v2/ApiClient
9339
- * @version 174.0.0
9339
+ * @version 175.0.0
9340
9340
  */
9341
9341
  class ApiClient {
9342
9342
  /**
@@ -10415,7 +10415,7 @@ class AlertingApi {
10415
10415
  /**
10416
10416
  * Alerting service.
10417
10417
  * @module purecloud-platform-client-v2/api/AlertingApi
10418
- * @version 174.0.0
10418
+ * @version 175.0.0
10419
10419
  */
10420
10420
 
10421
10421
  /**
@@ -11065,7 +11065,7 @@ class AnalyticsApi {
11065
11065
  /**
11066
11066
  * Analytics service.
11067
11067
  * @module purecloud-platform-client-v2/api/AnalyticsApi
11068
- * @version 174.0.0
11068
+ * @version 175.0.0
11069
11069
  */
11070
11070
 
11071
11071
  /**
@@ -13511,7 +13511,7 @@ class ArchitectApi {
13511
13511
  /**
13512
13512
  * Architect service.
13513
13513
  * @module purecloud-platform-client-v2/api/ArchitectApi
13514
- * @version 174.0.0
13514
+ * @version 175.0.0
13515
13515
  */
13516
13516
 
13517
13517
  /**
@@ -15204,6 +15204,125 @@ class ArchitectApi {
15204
15204
  );
15205
15205
  }
15206
15206
 
15207
+ /**
15208
+ * Get overall health scores for all intents present in the NLU domain version associated with the bot flow version.
15209
+ *
15210
+ * @param {String} flowId Flow ID.
15211
+ * @param {String} versionId Version ID.
15212
+ * @param {Object} opts Optional parameters
15213
+ * @param {Object} opts.language Language to filter for
15214
+ */
15215
+ getFlowVersionHealth(flowId, versionId, opts) {
15216
+ opts = opts || {};
15217
+
15218
+ // verify the required parameter 'flowId' is set
15219
+ if (flowId === undefined || flowId === null) {
15220
+ throw 'Missing the required parameter "flowId" when calling getFlowVersionHealth';
15221
+ }
15222
+ // verify the required parameter 'versionId' is set
15223
+ if (versionId === undefined || versionId === null) {
15224
+ throw 'Missing the required parameter "versionId" when calling getFlowVersionHealth';
15225
+ }
15226
+
15227
+ return this.apiClient.callApi(
15228
+ '/api/v2/flows/{flowId}/versions/{versionId}/health',
15229
+ 'GET',
15230
+ { 'flowId': flowId,'versionId': versionId },
15231
+ { 'language': opts['language'] },
15232
+ { },
15233
+ { },
15234
+ null,
15235
+ ['PureCloud OAuth'],
15236
+ ['application/json'],
15237
+ ['application/json']
15238
+ );
15239
+ }
15240
+
15241
+ /**
15242
+ * Get health scores and other health metrics for a specific intent. This includes the health metrics for each utterance in an intent.
15243
+ *
15244
+ * @param {String} flowId Flow ID.
15245
+ * @param {String} versionId Version ID.
15246
+ * @param {String} intentId Intent ID.
15247
+ * @param {Object} language Language to filter for
15248
+ */
15249
+ getFlowVersionIntentHealth(flowId, versionId, intentId, language) {
15250
+ // verify the required parameter 'flowId' is set
15251
+ if (flowId === undefined || flowId === null) {
15252
+ throw 'Missing the required parameter "flowId" when calling getFlowVersionIntentHealth';
15253
+ }
15254
+ // verify the required parameter 'versionId' is set
15255
+ if (versionId === undefined || versionId === null) {
15256
+ throw 'Missing the required parameter "versionId" when calling getFlowVersionIntentHealth';
15257
+ }
15258
+ // verify the required parameter 'intentId' is set
15259
+ if (intentId === undefined || intentId === null) {
15260
+ throw 'Missing the required parameter "intentId" when calling getFlowVersionIntentHealth';
15261
+ }
15262
+ // verify the required parameter 'language' is set
15263
+ if (language === undefined || language === null) {
15264
+ throw 'Missing the required parameter "language" when calling getFlowVersionIntentHealth';
15265
+ }
15266
+
15267
+ return this.apiClient.callApi(
15268
+ '/api/v2/flows/{flowId}/versions/{versionId}/intents/{intentId}/health',
15269
+ 'GET',
15270
+ { 'flowId': flowId,'versionId': versionId,'intentId': intentId },
15271
+ { 'language': language },
15272
+ { },
15273
+ { },
15274
+ null,
15275
+ ['PureCloud OAuth'],
15276
+ ['application/json'],
15277
+ ['application/json']
15278
+ );
15279
+ }
15280
+
15281
+ /**
15282
+ * Get health metrics associated with a specific utterance of an intent.
15283
+ *
15284
+ * @param {String} flowId Flow ID.
15285
+ * @param {String} versionId Version ID.
15286
+ * @param {String} intentId Intent ID.
15287
+ * @param {String} utteranceId Utterance ID.
15288
+ * @param {Object} language Language to filter for
15289
+ */
15290
+ getFlowVersionIntentUtteranceHealth(flowId, versionId, intentId, utteranceId, language) {
15291
+ // verify the required parameter 'flowId' is set
15292
+ if (flowId === undefined || flowId === null) {
15293
+ throw 'Missing the required parameter "flowId" when calling getFlowVersionIntentUtteranceHealth';
15294
+ }
15295
+ // verify the required parameter 'versionId' is set
15296
+ if (versionId === undefined || versionId === null) {
15297
+ throw 'Missing the required parameter "versionId" when calling getFlowVersionIntentUtteranceHealth';
15298
+ }
15299
+ // verify the required parameter 'intentId' is set
15300
+ if (intentId === undefined || intentId === null) {
15301
+ throw 'Missing the required parameter "intentId" when calling getFlowVersionIntentUtteranceHealth';
15302
+ }
15303
+ // verify the required parameter 'utteranceId' is set
15304
+ if (utteranceId === undefined || utteranceId === null) {
15305
+ throw 'Missing the required parameter "utteranceId" when calling getFlowVersionIntentUtteranceHealth';
15306
+ }
15307
+ // verify the required parameter 'language' is set
15308
+ if (language === undefined || language === null) {
15309
+ throw 'Missing the required parameter "language" when calling getFlowVersionIntentUtteranceHealth';
15310
+ }
15311
+
15312
+ return this.apiClient.callApi(
15313
+ '/api/v2/flows/{flowId}/versions/{versionId}/intents/{intentId}/utterances/{utteranceId}/health',
15314
+ 'GET',
15315
+ { 'flowId': flowId,'versionId': versionId,'intentId': intentId,'utteranceId': utteranceId },
15316
+ { 'language': language },
15317
+ { },
15318
+ { },
15319
+ null,
15320
+ ['PureCloud OAuth'],
15321
+ ['application/json'],
15322
+ ['application/json']
15323
+ );
15324
+ }
15325
+
15207
15326
  /**
15208
15327
  * Get flow version list
15209
15328
  *
@@ -17192,7 +17311,7 @@ class AuditApi {
17192
17311
  /**
17193
17312
  * Audit service.
17194
17313
  * @module purecloud-platform-client-v2/api/AuditApi
17195
- * @version 174.0.0
17314
+ * @version 175.0.0
17196
17315
  */
17197
17316
 
17198
17317
  /**
@@ -17363,7 +17482,7 @@ class AuthorizationApi {
17363
17482
  /**
17364
17483
  * Authorization service.
17365
17484
  * @module purecloud-platform-client-v2/api/AuthorizationApi
17366
- * @version 174.0.0
17485
+ * @version 175.0.0
17367
17486
  */
17368
17487
 
17369
17488
  /**
@@ -18594,7 +18713,7 @@ class BillingApi {
18594
18713
  /**
18595
18714
  * Billing service.
18596
18715
  * @module purecloud-platform-client-v2/api/BillingApi
18597
- * @version 174.0.0
18716
+ * @version 175.0.0
18598
18717
  */
18599
18718
 
18600
18719
  /**
@@ -18674,7 +18793,7 @@ class CarrierServicesApi {
18674
18793
  /**
18675
18794
  * CarrierServices service.
18676
18795
  * @module purecloud-platform-client-v2/api/CarrierServicesApi
18677
- * @version 174.0.0
18796
+ * @version 175.0.0
18678
18797
  */
18679
18798
 
18680
18799
  /**
@@ -18744,7 +18863,7 @@ class ChatApi {
18744
18863
  /**
18745
18864
  * Chat service.
18746
18865
  * @module purecloud-platform-client-v2/api/ChatApi
18747
- * @version 174.0.0
18866
+ * @version 175.0.0
18748
18867
  */
18749
18868
 
18750
18869
  /**
@@ -18908,7 +19027,7 @@ class CoachingApi {
18908
19027
  /**
18909
19028
  * Coaching service.
18910
19029
  * @module purecloud-platform-client-v2/api/CoachingApi
18911
- * @version 174.0.0
19030
+ * @version 175.0.0
18912
19031
  */
18913
19032
 
18914
19033
  /**
@@ -19485,7 +19604,7 @@ class ContentManagementApi {
19485
19604
  /**
19486
19605
  * ContentManagement service.
19487
19606
  * @module purecloud-platform-client-v2/api/ContentManagementApi
19488
- * @version 174.0.0
19607
+ * @version 175.0.0
19489
19608
  */
19490
19609
 
19491
19610
  /**
@@ -20628,7 +20747,7 @@ class ConversationsApi {
20628
20747
  /**
20629
20748
  * Conversations service.
20630
20749
  * @module purecloud-platform-client-v2/api/ConversationsApi
20631
- * @version 174.0.0
20750
+ * @version 175.0.0
20632
20751
  */
20633
20752
 
20634
20753
  /**
@@ -27712,7 +27831,7 @@ class DataExtensionsApi {
27712
27831
  /**
27713
27832
  * DataExtensions service.
27714
27833
  * @module purecloud-platform-client-v2/api/DataExtensionsApi
27715
- * @version 174.0.0
27834
+ * @version 175.0.0
27716
27835
  */
27717
27836
 
27718
27837
  /**
@@ -27798,7 +27917,7 @@ class DownloadsApi {
27798
27917
  /**
27799
27918
  * Downloads service.
27800
27919
  * @module purecloud-platform-client-v2/api/DownloadsApi
27801
- * @version 174.0.0
27920
+ * @version 175.0.0
27802
27921
  */
27803
27922
 
27804
27923
  /**
@@ -27850,7 +27969,7 @@ class EmailsApi {
27850
27969
  /**
27851
27970
  * Emails service.
27852
27971
  * @module purecloud-platform-client-v2/api/EmailsApi
27853
- * @version 174.0.0
27972
+ * @version 175.0.0
27854
27973
  */
27855
27974
 
27856
27975
  /**
@@ -27915,7 +28034,7 @@ class EventsApi {
27915
28034
  /**
27916
28035
  * Events service.
27917
28036
  * @module purecloud-platform-client-v2/api/EventsApi
27918
- * @version 174.0.0
28037
+ * @version 175.0.0
27919
28038
  */
27920
28039
 
27921
28040
  /**
@@ -28011,7 +28130,7 @@ class ExternalContactsApi {
28011
28130
  /**
28012
28131
  * ExternalContacts service.
28013
28132
  * @module purecloud-platform-client-v2/api/ExternalContactsApi
28014
- * @version 174.0.0
28133
+ * @version 175.0.0
28015
28134
  */
28016
28135
 
28017
28136
  /**
@@ -29969,7 +30088,7 @@ class FaxApi {
29969
30088
  /**
29970
30089
  * Fax service.
29971
30090
  * @module purecloud-platform-client-v2/api/FaxApi
29972
- * @version 174.0.0
30091
+ * @version 175.0.0
29973
30092
  */
29974
30093
 
29975
30094
  /**
@@ -30140,7 +30259,7 @@ class FlowsApi {
30140
30259
  /**
30141
30260
  * Flows service.
30142
30261
  * @module purecloud-platform-client-v2/api/FlowsApi
30143
- * @version 174.0.0
30262
+ * @version 175.0.0
30144
30263
  */
30145
30264
 
30146
30265
  /**
@@ -30324,7 +30443,7 @@ class GamificationApi {
30324
30443
  /**
30325
30444
  * Gamification service.
30326
30445
  * @module purecloud-platform-client-v2/api/GamificationApi
30327
- * @version 174.0.0
30446
+ * @version 175.0.0
30328
30447
  */
30329
30448
 
30330
30449
  /**
@@ -32410,7 +32529,7 @@ class GeneralDataProtectionRegulationApi {
32410
32529
  /**
32411
32530
  * GeneralDataProtectionRegulation service.
32412
32531
  * @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
32413
- * @version 174.0.0
32532
+ * @version 175.0.0
32414
32533
  */
32415
32534
 
32416
32535
  /**
@@ -32540,7 +32659,7 @@ class GeolocationApi {
32540
32659
  /**
32541
32660
  * Geolocation service.
32542
32661
  * @module purecloud-platform-client-v2/api/GeolocationApi
32543
- * @version 174.0.0
32662
+ * @version 175.0.0
32544
32663
  */
32545
32664
 
32546
32665
  /**
@@ -32671,7 +32790,7 @@ class GreetingsApi {
32671
32790
  /**
32672
32791
  * Greetings service.
32673
32792
  * @module purecloud-platform-client-v2/api/GreetingsApi
32674
- * @version 174.0.0
32793
+ * @version 175.0.0
32675
32794
  */
32676
32795
 
32677
32796
  /**
@@ -33126,7 +33245,7 @@ class GroupsApi {
33126
33245
  /**
33127
33246
  * Groups service.
33128
33247
  * @module purecloud-platform-client-v2/api/GroupsApi
33129
- * @version 174.0.0
33248
+ * @version 175.0.0
33130
33249
  */
33131
33250
 
33132
33251
  /**
@@ -33645,7 +33764,7 @@ class IdentityProviderApi {
33645
33764
  /**
33646
33765
  * IdentityProvider service.
33647
33766
  * @module purecloud-platform-client-v2/api/IdentityProviderApi
33648
- * @version 174.0.0
33767
+ * @version 175.0.0
33649
33768
  */
33650
33769
 
33651
33770
  /**
@@ -34401,7 +34520,7 @@ class InfrastructureAsCodeApi {
34401
34520
  /**
34402
34521
  * InfrastructureAsCode service.
34403
34522
  * @module purecloud-platform-client-v2/api/InfrastructureAsCodeApi
34404
- * @version 174.0.0
34523
+ * @version 175.0.0
34405
34524
  */
34406
34525
 
34407
34526
  /**
@@ -34568,7 +34687,7 @@ class IntegrationsApi {
34568
34687
  /**
34569
34688
  * Integrations service.
34570
34689
  * @module purecloud-platform-client-v2/api/IntegrationsApi
34571
- * @version 174.0.0
34690
+ * @version 175.0.0
34572
34691
  */
34573
34692
 
34574
34693
  /**
@@ -36530,7 +36649,7 @@ class JourneyApi {
36530
36649
  /**
36531
36650
  * Journey service.
36532
36651
  * @module purecloud-platform-client-v2/api/JourneyApi
36533
- * @version 174.0.0
36652
+ * @version 175.0.0
36534
36653
  */
36535
36654
 
36536
36655
  /**
@@ -37694,7 +37813,7 @@ class KnowledgeApi {
37694
37813
  /**
37695
37814
  * Knowledge service.
37696
37815
  * @module purecloud-platform-client-v2/api/KnowledgeApi
37697
- * @version 174.0.0
37816
+ * @version 175.0.0
37698
37817
  */
37699
37818
 
37700
37819
  /**
@@ -40515,7 +40634,7 @@ class LanguageUnderstandingApi {
40515
40634
  /**
40516
40635
  * LanguageUnderstanding service.
40517
40636
  * @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
40518
- * @version 174.0.0
40637
+ * @version 175.0.0
40519
40638
  */
40520
40639
 
40521
40640
  /**
@@ -41528,7 +41647,7 @@ class LanguagesApi {
41528
41647
  /**
41529
41648
  * Languages service.
41530
41649
  * @module purecloud-platform-client-v2/api/LanguagesApi
41531
- * @version 174.0.0
41650
+ * @version 175.0.0
41532
41651
  */
41533
41652
 
41534
41653
  /**
@@ -41750,7 +41869,7 @@ class LearningApi {
41750
41869
  /**
41751
41870
  * Learning service.
41752
41871
  * @module purecloud-platform-client-v2/api/LearningApi
41753
- * @version 174.0.0
41872
+ * @version 175.0.0
41754
41873
  */
41755
41874
 
41756
41875
  /**
@@ -42393,8 +42512,12 @@ class LearningApi {
42393
42512
  * Publish a Learning module
42394
42513
  *
42395
42514
  * @param {String} moduleId The ID of the learning module
42515
+ * @param {Object} opts Optional parameters
42516
+ * @param {Object} opts.body The request body
42396
42517
  */
42397
- postLearningModulePublish(moduleId) {
42518
+ postLearningModulePublish(moduleId, opts) {
42519
+ opts = opts || {};
42520
+
42398
42521
  // verify the required parameter 'moduleId' is set
42399
42522
  if (moduleId === undefined || moduleId === null) {
42400
42523
  throw 'Missing the required parameter "moduleId" when calling postLearningModulePublish';
@@ -42407,7 +42530,7 @@ class LearningApi {
42407
42530
  { },
42408
42531
  { },
42409
42532
  { },
42410
- null,
42533
+ opts['body'],
42411
42534
  ['PureCloud OAuth'],
42412
42535
  ['application/json'],
42413
42536
  ['application/json']
@@ -42565,7 +42688,7 @@ class LicenseApi {
42565
42688
  /**
42566
42689
  * License service.
42567
42690
  * @module purecloud-platform-client-v2/api/LicenseApi
42568
- * @version 174.0.0
42691
+ * @version 175.0.0
42569
42692
  */
42570
42693
 
42571
42694
  /**
@@ -42803,7 +42926,7 @@ class LocationsApi {
42803
42926
  /**
42804
42927
  * Locations service.
42805
42928
  * @module purecloud-platform-client-v2/api/LocationsApi
42806
- * @version 174.0.0
42929
+ * @version 175.0.0
42807
42930
  */
42808
42931
 
42809
42932
  /**
@@ -43039,7 +43162,7 @@ class MessagingApi {
43039
43162
  /**
43040
43163
  * Messaging service.
43041
43164
  * @module purecloud-platform-client-v2/api/MessagingApi
43042
- * @version 174.0.0
43165
+ * @version 175.0.0
43043
43166
  */
43044
43167
 
43045
43168
  /**
@@ -43398,7 +43521,7 @@ class MobileDevicesApi {
43398
43521
  /**
43399
43522
  * MobileDevices service.
43400
43523
  * @module purecloud-platform-client-v2/api/MobileDevicesApi
43401
- * @version 174.0.0
43524
+ * @version 175.0.0
43402
43525
  */
43403
43526
 
43404
43527
  /**
@@ -43549,7 +43672,7 @@ class NotificationsApi {
43549
43672
  /**
43550
43673
  * Notifications service.
43551
43674
  * @module purecloud-platform-client-v2/api/NotificationsApi
43552
- * @version 174.0.0
43675
+ * @version 175.0.0
43553
43676
  */
43554
43677
 
43555
43678
  /**
@@ -43782,7 +43905,7 @@ class OAuthApi {
43782
43905
  /**
43783
43906
  * OAuth service.
43784
43907
  * @module purecloud-platform-client-v2/api/OAuthApi
43785
- * @version 174.0.0
43908
+ * @version 175.0.0
43786
43909
  */
43787
43910
 
43788
43911
  /**
@@ -44148,7 +44271,7 @@ class ObjectsApi {
44148
44271
  /**
44149
44272
  * Objects service.
44150
44273
  * @module purecloud-platform-client-v2/api/ObjectsApi
44151
- * @version 174.0.0
44274
+ * @version 175.0.0
44152
44275
  */
44153
44276
 
44154
44277
  /**
@@ -44419,7 +44542,7 @@ class OrganizationApi {
44419
44542
  /**
44420
44543
  * Organization service.
44421
44544
  * @module purecloud-platform-client-v2/api/OrganizationApi
44422
- * @version 174.0.0
44545
+ * @version 175.0.0
44423
44546
  */
44424
44547
 
44425
44548
  /**
@@ -44874,7 +44997,7 @@ class OrganizationAuthorizationApi {
44874
44997
  /**
44875
44998
  * OrganizationAuthorization service.
44876
44999
  * @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
44877
- * @version 174.0.0
45000
+ * @version 175.0.0
44878
45001
  */
44879
45002
 
44880
45003
  /**
@@ -46221,7 +46344,7 @@ class OutboundApi {
46221
46344
  /**
46222
46345
  * Outbound service.
46223
46346
  * @module purecloud-platform-client-v2/api/OutboundApi
46224
- * @version 174.0.0
46347
+ * @version 175.0.0
46225
46348
  */
46226
46349
 
46227
46350
  /**
@@ -49843,7 +49966,7 @@ class PresenceApi {
49843
49966
  /**
49844
49967
  * Presence service.
49845
49968
  * @module purecloud-platform-client-v2/api/PresenceApi
49846
- * @version 174.0.0
49969
+ * @version 175.0.0
49847
49970
  */
49848
49971
 
49849
49972
  /**
@@ -50582,7 +50705,7 @@ class ProcessAutomationApi {
50582
50705
  /**
50583
50706
  * ProcessAutomation service.
50584
50707
  * @module purecloud-platform-client-v2/api/ProcessAutomationApi
50585
- * @version 174.0.0
50708
+ * @version 175.0.0
50586
50709
  */
50587
50710
 
50588
50711
  /**
@@ -50821,7 +50944,7 @@ class QualityApi {
50821
50944
  /**
50822
50945
  * Quality service.
50823
50946
  * @module purecloud-platform-client-v2/api/QualityApi
50824
- * @version 174.0.0
50947
+ * @version 175.0.0
50825
50948
  */
50826
50949
 
50827
50950
  /**
@@ -52575,7 +52698,7 @@ class RecordingApi {
52575
52698
  /**
52576
52699
  * Recording service.
52577
52700
  * @module purecloud-platform-client-v2/api/RecordingApi
52578
- * @version 174.0.0
52701
+ * @version 175.0.0
52579
52702
  */
52580
52703
 
52581
52704
  /**
@@ -54212,7 +54335,7 @@ class ResponseManagementApi {
54212
54335
  /**
54213
54336
  * ResponseManagement service.
54214
54337
  * @module purecloud-platform-client-v2/api/ResponseManagementApi
54215
- * @version 174.0.0
54338
+ * @version 175.0.0
54216
54339
  */
54217
54340
 
54218
54341
  /**
@@ -54697,7 +54820,7 @@ class RoutingApi {
54697
54820
  /**
54698
54821
  * Routing service.
54699
54822
  * @module purecloud-platform-client-v2/api/RoutingApi
54700
- * @version 174.0.0
54823
+ * @version 175.0.0
54701
54824
  */
54702
54825
 
54703
54826
  /**
@@ -58405,7 +58528,7 @@ class SCIMApi {
58405
58528
  /**
58406
58529
  * SCIM service.
58407
58530
  * @module purecloud-platform-client-v2/api/SCIMApi
58408
- * @version 174.0.0
58531
+ * @version 175.0.0
58409
58532
  */
58410
58533
 
58411
58534
  /**
@@ -59282,7 +59405,7 @@ class ScriptsApi {
59282
59405
  /**
59283
59406
  * Scripts service.
59284
59407
  * @module purecloud-platform-client-v2/api/ScriptsApi
59285
- * @version 174.0.0
59408
+ * @version 175.0.0
59286
59409
  */
59287
59410
 
59288
59411
  /**
@@ -59726,7 +59849,7 @@ class SearchApi {
59726
59849
  /**
59727
59850
  * Search service.
59728
59851
  * @module purecloud-platform-client-v2/api/SearchApi
59729
- * @version 174.0.0
59852
+ * @version 175.0.0
59730
59853
  */
59731
59854
 
59732
59855
  /**
@@ -60415,7 +60538,7 @@ class SettingsApi {
60415
60538
  /**
60416
60539
  * Settings service.
60417
60540
  * @module purecloud-platform-client-v2/api/SettingsApi
60418
- * @version 174.0.0
60541
+ * @version 175.0.0
60419
60542
  */
60420
60543
 
60421
60544
  /**
@@ -60480,7 +60603,7 @@ class SpeechTextAnalyticsApi {
60480
60603
  /**
60481
60604
  * SpeechTextAnalytics service.
60482
60605
  * @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
60483
- * @version 174.0.0
60606
+ * @version 175.0.0
60484
60607
  */
60485
60608
 
60486
60609
  /**
@@ -61463,7 +61586,7 @@ class StationsApi {
61463
61586
  /**
61464
61587
  * Stations service.
61465
61588
  * @module purecloud-platform-client-v2/api/StationsApi
61466
- * @version 174.0.0
61589
+ * @version 175.0.0
61467
61590
  */
61468
61591
 
61469
61592
  /**
@@ -61565,7 +61688,7 @@ class SuggestApi {
61565
61688
  /**
61566
61689
  * Suggest service.
61567
61690
  * @module purecloud-platform-client-v2/api/SuggestApi
61568
- * @version 174.0.0
61691
+ * @version 175.0.0
61569
61692
  */
61570
61693
 
61571
61694
  /**
@@ -61704,7 +61827,7 @@ class TaskManagementApi {
61704
61827
  /**
61705
61828
  * TaskManagement service.
61706
61829
  * @module purecloud-platform-client-v2/api/TaskManagementApi
61707
- * @version 174.0.0
61830
+ * @version 175.0.0
61708
61831
  */
61709
61832
 
61710
61833
  /**
@@ -62985,7 +63108,7 @@ class TeamsApi {
62985
63108
  /**
62986
63109
  * Teams service.
62987
63110
  * @module purecloud-platform-client-v2/api/TeamsApi
62988
- * @version 174.0.0
63111
+ * @version 175.0.0
62989
63112
  */
62990
63113
 
62991
63114
  /**
@@ -63287,7 +63410,7 @@ class TelephonyApi {
63287
63410
  /**
63288
63411
  * Telephony service.
63289
63412
  * @module purecloud-platform-client-v2/api/TelephonyApi
63290
- * @version 174.0.0
63413
+ * @version 175.0.0
63291
63414
  */
63292
63415
 
63293
63416
  /**
@@ -63415,7 +63538,7 @@ class TelephonyProvidersEdgeApi {
63415
63538
  /**
63416
63539
  * TelephonyProvidersEdge service.
63417
63540
  * @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
63418
- * @version 174.0.0
63541
+ * @version 175.0.0
63419
63542
  */
63420
63543
 
63421
63544
  /**
@@ -66704,7 +66827,7 @@ class TextbotsApi {
66704
66827
  /**
66705
66828
  * Textbots service.
66706
66829
  * @module purecloud-platform-client-v2/api/TextbotsApi
66707
- * @version 174.0.0
66830
+ * @version 175.0.0
66708
66831
  */
66709
66832
 
66710
66833
  /**
@@ -66832,7 +66955,7 @@ class TokensApi {
66832
66955
  /**
66833
66956
  * Tokens service.
66834
66957
  * @module purecloud-platform-client-v2/api/TokensApi
66835
- * @version 174.0.0
66958
+ * @version 175.0.0
66836
66959
  */
66837
66960
 
66838
66961
  /**
@@ -66988,7 +67111,7 @@ class UploadsApi {
66988
67111
  /**
66989
67112
  * Uploads service.
66990
67113
  * @module purecloud-platform-client-v2/api/UploadsApi
66991
- * @version 174.0.0
67114
+ * @version 175.0.0
66992
67115
  */
66993
67116
 
66994
67117
  /**
@@ -67164,7 +67287,7 @@ class UsageApi {
67164
67287
  /**
67165
67288
  * Usage service.
67166
67289
  * @module purecloud-platform-client-v2/api/UsageApi
67167
- * @version 174.0.0
67290
+ * @version 175.0.0
67168
67291
  */
67169
67292
 
67170
67293
  /**
@@ -67374,7 +67497,7 @@ class UserRecordingsApi {
67374
67497
  /**
67375
67498
  * UserRecordings service.
67376
67499
  * @module purecloud-platform-client-v2/api/UserRecordingsApi
67377
- * @version 174.0.0
67500
+ * @version 175.0.0
67378
67501
  */
67379
67502
 
67380
67503
  /**
@@ -67559,7 +67682,7 @@ class UsersApi {
67559
67682
  /**
67560
67683
  * Users service.
67561
67684
  * @module purecloud-platform-client-v2/api/UsersApi
67562
- * @version 174.0.0
67685
+ * @version 175.0.0
67563
67686
  */
67564
67687
 
67565
67688
  /**
@@ -70120,7 +70243,7 @@ class UtilitiesApi {
70120
70243
  /**
70121
70244
  * Utilities service.
70122
70245
  * @module purecloud-platform-client-v2/api/UtilitiesApi
70123
- * @version 174.0.0
70246
+ * @version 175.0.0
70124
70247
  */
70125
70248
 
70126
70249
  /**
@@ -70231,7 +70354,7 @@ class VoicemailApi {
70231
70354
  /**
70232
70355
  * Voicemail service.
70233
70356
  * @module purecloud-platform-client-v2/api/VoicemailApi
70234
- * @version 174.0.0
70357
+ * @version 175.0.0
70235
70358
  */
70236
70359
 
70237
70360
  /**
@@ -70898,7 +71021,7 @@ class WebChatApi {
70898
71021
  /**
70899
71022
  * WebChat service.
70900
71023
  * @module purecloud-platform-client-v2/api/WebChatApi
70901
- * @version 174.0.0
71024
+ * @version 175.0.0
70902
71025
  */
70903
71026
 
70904
71027
  /**
@@ -71447,7 +71570,7 @@ class WebDeploymentsApi {
71447
71570
  /**
71448
71571
  * WebDeployments service.
71449
71572
  * @module purecloud-platform-client-v2/api/WebDeploymentsApi
71450
- * @version 174.0.0
71573
+ * @version 175.0.0
71451
71574
  */
71452
71575
 
71453
71576
  /**
@@ -71974,7 +72097,7 @@ class WebMessagingApi {
71974
72097
  /**
71975
72098
  * WebMessaging service.
71976
72099
  * @module purecloud-platform-client-v2/api/WebMessagingApi
71977
- * @version 174.0.0
72100
+ * @version 175.0.0
71978
72101
  */
71979
72102
 
71980
72103
  /**
@@ -72020,7 +72143,7 @@ class WidgetsApi {
72020
72143
  /**
72021
72144
  * Widgets service.
72022
72145
  * @module purecloud-platform-client-v2/api/WidgetsApi
72023
- * @version 174.0.0
72146
+ * @version 175.0.0
72024
72147
  */
72025
72148
 
72026
72149
  /**
@@ -72166,7 +72289,7 @@ class WorkforceManagementApi {
72166
72289
  /**
72167
72290
  * WorkforceManagement service.
72168
72291
  * @module purecloud-platform-client-v2/api/WorkforceManagementApi
72169
- * @version 174.0.0
72292
+ * @version 175.0.0
72170
72293
  */
72171
72294
 
72172
72295
  /**
@@ -77330,7 +77453,7 @@ class WorkforceManagementApi {
77330
77453
  * </pre>
77331
77454
  * </p>
77332
77455
  * @module purecloud-platform-client-v2/index
77333
- * @version 174.0.0
77456
+ * @version 175.0.0
77334
77457
  */
77335
77458
  class platformClient {
77336
77459
  constructor() {