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
@@ -402,7 +402,7 @@ class Configuration {
402
402
 
403
403
  /**
404
404
  * @module purecloud-platform-client-v2/ApiClient
405
- * @version 174.0.0
405
+ * @version 175.0.0
406
406
  */
407
407
  class ApiClient {
408
408
  /**
@@ -1488,7 +1488,7 @@ class AlertingApi {
1488
1488
  /**
1489
1489
  * Alerting service.
1490
1490
  * @module purecloud-platform-client-v2/api/AlertingApi
1491
- * @version 174.0.0
1491
+ * @version 175.0.0
1492
1492
  */
1493
1493
 
1494
1494
  /**
@@ -2138,7 +2138,7 @@ class AnalyticsApi {
2138
2138
  /**
2139
2139
  * Analytics service.
2140
2140
  * @module purecloud-platform-client-v2/api/AnalyticsApi
2141
- * @version 174.0.0
2141
+ * @version 175.0.0
2142
2142
  */
2143
2143
 
2144
2144
  /**
@@ -4584,7 +4584,7 @@ class ArchitectApi {
4584
4584
  /**
4585
4585
  * Architect service.
4586
4586
  * @module purecloud-platform-client-v2/api/ArchitectApi
4587
- * @version 174.0.0
4587
+ * @version 175.0.0
4588
4588
  */
4589
4589
 
4590
4590
  /**
@@ -6277,6 +6277,125 @@ class ArchitectApi {
6277
6277
  );
6278
6278
  }
6279
6279
 
6280
+ /**
6281
+ * Get overall health scores for all intents present in the NLU domain version associated with the bot flow version.
6282
+ *
6283
+ * @param {String} flowId Flow ID.
6284
+ * @param {String} versionId Version ID.
6285
+ * @param {Object} opts Optional parameters
6286
+ * @param {Object} opts.language Language to filter for
6287
+ */
6288
+ getFlowVersionHealth(flowId, versionId, opts) {
6289
+ opts = opts || {};
6290
+
6291
+ // verify the required parameter 'flowId' is set
6292
+ if (flowId === undefined || flowId === null) {
6293
+ throw 'Missing the required parameter "flowId" when calling getFlowVersionHealth';
6294
+ }
6295
+ // verify the required parameter 'versionId' is set
6296
+ if (versionId === undefined || versionId === null) {
6297
+ throw 'Missing the required parameter "versionId" when calling getFlowVersionHealth';
6298
+ }
6299
+
6300
+ return this.apiClient.callApi(
6301
+ '/api/v2/flows/{flowId}/versions/{versionId}/health',
6302
+ 'GET',
6303
+ { 'flowId': flowId,'versionId': versionId },
6304
+ { 'language': opts['language'] },
6305
+ { },
6306
+ { },
6307
+ null,
6308
+ ['PureCloud OAuth'],
6309
+ ['application/json'],
6310
+ ['application/json']
6311
+ );
6312
+ }
6313
+
6314
+ /**
6315
+ * Get health scores and other health metrics for a specific intent. This includes the health metrics for each utterance in an intent.
6316
+ *
6317
+ * @param {String} flowId Flow ID.
6318
+ * @param {String} versionId Version ID.
6319
+ * @param {String} intentId Intent ID.
6320
+ * @param {Object} language Language to filter for
6321
+ */
6322
+ getFlowVersionIntentHealth(flowId, versionId, intentId, language) {
6323
+ // verify the required parameter 'flowId' is set
6324
+ if (flowId === undefined || flowId === null) {
6325
+ throw 'Missing the required parameter "flowId" when calling getFlowVersionIntentHealth';
6326
+ }
6327
+ // verify the required parameter 'versionId' is set
6328
+ if (versionId === undefined || versionId === null) {
6329
+ throw 'Missing the required parameter "versionId" when calling getFlowVersionIntentHealth';
6330
+ }
6331
+ // verify the required parameter 'intentId' is set
6332
+ if (intentId === undefined || intentId === null) {
6333
+ throw 'Missing the required parameter "intentId" when calling getFlowVersionIntentHealth';
6334
+ }
6335
+ // verify the required parameter 'language' is set
6336
+ if (language === undefined || language === null) {
6337
+ throw 'Missing the required parameter "language" when calling getFlowVersionIntentHealth';
6338
+ }
6339
+
6340
+ return this.apiClient.callApi(
6341
+ '/api/v2/flows/{flowId}/versions/{versionId}/intents/{intentId}/health',
6342
+ 'GET',
6343
+ { 'flowId': flowId,'versionId': versionId,'intentId': intentId },
6344
+ { 'language': language },
6345
+ { },
6346
+ { },
6347
+ null,
6348
+ ['PureCloud OAuth'],
6349
+ ['application/json'],
6350
+ ['application/json']
6351
+ );
6352
+ }
6353
+
6354
+ /**
6355
+ * Get health metrics associated with a specific utterance of an intent.
6356
+ *
6357
+ * @param {String} flowId Flow ID.
6358
+ * @param {String} versionId Version ID.
6359
+ * @param {String} intentId Intent ID.
6360
+ * @param {String} utteranceId Utterance ID.
6361
+ * @param {Object} language Language to filter for
6362
+ */
6363
+ getFlowVersionIntentUtteranceHealth(flowId, versionId, intentId, utteranceId, language) {
6364
+ // verify the required parameter 'flowId' is set
6365
+ if (flowId === undefined || flowId === null) {
6366
+ throw 'Missing the required parameter "flowId" when calling getFlowVersionIntentUtteranceHealth';
6367
+ }
6368
+ // verify the required parameter 'versionId' is set
6369
+ if (versionId === undefined || versionId === null) {
6370
+ throw 'Missing the required parameter "versionId" when calling getFlowVersionIntentUtteranceHealth';
6371
+ }
6372
+ // verify the required parameter 'intentId' is set
6373
+ if (intentId === undefined || intentId === null) {
6374
+ throw 'Missing the required parameter "intentId" when calling getFlowVersionIntentUtteranceHealth';
6375
+ }
6376
+ // verify the required parameter 'utteranceId' is set
6377
+ if (utteranceId === undefined || utteranceId === null) {
6378
+ throw 'Missing the required parameter "utteranceId" when calling getFlowVersionIntentUtteranceHealth';
6379
+ }
6380
+ // verify the required parameter 'language' is set
6381
+ if (language === undefined || language === null) {
6382
+ throw 'Missing the required parameter "language" when calling getFlowVersionIntentUtteranceHealth';
6383
+ }
6384
+
6385
+ return this.apiClient.callApi(
6386
+ '/api/v2/flows/{flowId}/versions/{versionId}/intents/{intentId}/utterances/{utteranceId}/health',
6387
+ 'GET',
6388
+ { 'flowId': flowId,'versionId': versionId,'intentId': intentId,'utteranceId': utteranceId },
6389
+ { 'language': language },
6390
+ { },
6391
+ { },
6392
+ null,
6393
+ ['PureCloud OAuth'],
6394
+ ['application/json'],
6395
+ ['application/json']
6396
+ );
6397
+ }
6398
+
6280
6399
  /**
6281
6400
  * Get flow version list
6282
6401
  *
@@ -8265,7 +8384,7 @@ class AuditApi {
8265
8384
  /**
8266
8385
  * Audit service.
8267
8386
  * @module purecloud-platform-client-v2/api/AuditApi
8268
- * @version 174.0.0
8387
+ * @version 175.0.0
8269
8388
  */
8270
8389
 
8271
8390
  /**
@@ -8436,7 +8555,7 @@ class AuthorizationApi {
8436
8555
  /**
8437
8556
  * Authorization service.
8438
8557
  * @module purecloud-platform-client-v2/api/AuthorizationApi
8439
- * @version 174.0.0
8558
+ * @version 175.0.0
8440
8559
  */
8441
8560
 
8442
8561
  /**
@@ -9667,7 +9786,7 @@ class BillingApi {
9667
9786
  /**
9668
9787
  * Billing service.
9669
9788
  * @module purecloud-platform-client-v2/api/BillingApi
9670
- * @version 174.0.0
9789
+ * @version 175.0.0
9671
9790
  */
9672
9791
 
9673
9792
  /**
@@ -9747,7 +9866,7 @@ class CarrierServicesApi {
9747
9866
  /**
9748
9867
  * CarrierServices service.
9749
9868
  * @module purecloud-platform-client-v2/api/CarrierServicesApi
9750
- * @version 174.0.0
9869
+ * @version 175.0.0
9751
9870
  */
9752
9871
 
9753
9872
  /**
@@ -9817,7 +9936,7 @@ class ChatApi {
9817
9936
  /**
9818
9937
  * Chat service.
9819
9938
  * @module purecloud-platform-client-v2/api/ChatApi
9820
- * @version 174.0.0
9939
+ * @version 175.0.0
9821
9940
  */
9822
9941
 
9823
9942
  /**
@@ -9981,7 +10100,7 @@ class CoachingApi {
9981
10100
  /**
9982
10101
  * Coaching service.
9983
10102
  * @module purecloud-platform-client-v2/api/CoachingApi
9984
- * @version 174.0.0
10103
+ * @version 175.0.0
9985
10104
  */
9986
10105
 
9987
10106
  /**
@@ -10558,7 +10677,7 @@ class ContentManagementApi {
10558
10677
  /**
10559
10678
  * ContentManagement service.
10560
10679
  * @module purecloud-platform-client-v2/api/ContentManagementApi
10561
- * @version 174.0.0
10680
+ * @version 175.0.0
10562
10681
  */
10563
10682
 
10564
10683
  /**
@@ -11701,7 +11820,7 @@ class ConversationsApi {
11701
11820
  /**
11702
11821
  * Conversations service.
11703
11822
  * @module purecloud-platform-client-v2/api/ConversationsApi
11704
- * @version 174.0.0
11823
+ * @version 175.0.0
11705
11824
  */
11706
11825
 
11707
11826
  /**
@@ -18785,7 +18904,7 @@ class DataExtensionsApi {
18785
18904
  /**
18786
18905
  * DataExtensions service.
18787
18906
  * @module purecloud-platform-client-v2/api/DataExtensionsApi
18788
- * @version 174.0.0
18907
+ * @version 175.0.0
18789
18908
  */
18790
18909
 
18791
18910
  /**
@@ -18871,7 +18990,7 @@ class DownloadsApi {
18871
18990
  /**
18872
18991
  * Downloads service.
18873
18992
  * @module purecloud-platform-client-v2/api/DownloadsApi
18874
- * @version 174.0.0
18993
+ * @version 175.0.0
18875
18994
  */
18876
18995
 
18877
18996
  /**
@@ -18923,7 +19042,7 @@ class EmailsApi {
18923
19042
  /**
18924
19043
  * Emails service.
18925
19044
  * @module purecloud-platform-client-v2/api/EmailsApi
18926
- * @version 174.0.0
19045
+ * @version 175.0.0
18927
19046
  */
18928
19047
 
18929
19048
  /**
@@ -18988,7 +19107,7 @@ class EventsApi {
18988
19107
  /**
18989
19108
  * Events service.
18990
19109
  * @module purecloud-platform-client-v2/api/EventsApi
18991
- * @version 174.0.0
19110
+ * @version 175.0.0
18992
19111
  */
18993
19112
 
18994
19113
  /**
@@ -19084,7 +19203,7 @@ class ExternalContactsApi {
19084
19203
  /**
19085
19204
  * ExternalContacts service.
19086
19205
  * @module purecloud-platform-client-v2/api/ExternalContactsApi
19087
- * @version 174.0.0
19206
+ * @version 175.0.0
19088
19207
  */
19089
19208
 
19090
19209
  /**
@@ -21042,7 +21161,7 @@ class FaxApi {
21042
21161
  /**
21043
21162
  * Fax service.
21044
21163
  * @module purecloud-platform-client-v2/api/FaxApi
21045
- * @version 174.0.0
21164
+ * @version 175.0.0
21046
21165
  */
21047
21166
 
21048
21167
  /**
@@ -21213,7 +21332,7 @@ class FlowsApi {
21213
21332
  /**
21214
21333
  * Flows service.
21215
21334
  * @module purecloud-platform-client-v2/api/FlowsApi
21216
- * @version 174.0.0
21335
+ * @version 175.0.0
21217
21336
  */
21218
21337
 
21219
21338
  /**
@@ -21397,7 +21516,7 @@ class GamificationApi {
21397
21516
  /**
21398
21517
  * Gamification service.
21399
21518
  * @module purecloud-platform-client-v2/api/GamificationApi
21400
- * @version 174.0.0
21519
+ * @version 175.0.0
21401
21520
  */
21402
21521
 
21403
21522
  /**
@@ -23483,7 +23602,7 @@ class GeneralDataProtectionRegulationApi {
23483
23602
  /**
23484
23603
  * GeneralDataProtectionRegulation service.
23485
23604
  * @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
23486
- * @version 174.0.0
23605
+ * @version 175.0.0
23487
23606
  */
23488
23607
 
23489
23608
  /**
@@ -23613,7 +23732,7 @@ class GeolocationApi {
23613
23732
  /**
23614
23733
  * Geolocation service.
23615
23734
  * @module purecloud-platform-client-v2/api/GeolocationApi
23616
- * @version 174.0.0
23735
+ * @version 175.0.0
23617
23736
  */
23618
23737
 
23619
23738
  /**
@@ -23744,7 +23863,7 @@ class GreetingsApi {
23744
23863
  /**
23745
23864
  * Greetings service.
23746
23865
  * @module purecloud-platform-client-v2/api/GreetingsApi
23747
- * @version 174.0.0
23866
+ * @version 175.0.0
23748
23867
  */
23749
23868
 
23750
23869
  /**
@@ -24199,7 +24318,7 @@ class GroupsApi {
24199
24318
  /**
24200
24319
  * Groups service.
24201
24320
  * @module purecloud-platform-client-v2/api/GroupsApi
24202
- * @version 174.0.0
24321
+ * @version 175.0.0
24203
24322
  */
24204
24323
 
24205
24324
  /**
@@ -24718,7 +24837,7 @@ class IdentityProviderApi {
24718
24837
  /**
24719
24838
  * IdentityProvider service.
24720
24839
  * @module purecloud-platform-client-v2/api/IdentityProviderApi
24721
- * @version 174.0.0
24840
+ * @version 175.0.0
24722
24841
  */
24723
24842
 
24724
24843
  /**
@@ -25474,7 +25593,7 @@ class InfrastructureAsCodeApi {
25474
25593
  /**
25475
25594
  * InfrastructureAsCode service.
25476
25595
  * @module purecloud-platform-client-v2/api/InfrastructureAsCodeApi
25477
- * @version 174.0.0
25596
+ * @version 175.0.0
25478
25597
  */
25479
25598
 
25480
25599
  /**
@@ -25641,7 +25760,7 @@ class IntegrationsApi {
25641
25760
  /**
25642
25761
  * Integrations service.
25643
25762
  * @module purecloud-platform-client-v2/api/IntegrationsApi
25644
- * @version 174.0.0
25763
+ * @version 175.0.0
25645
25764
  */
25646
25765
 
25647
25766
  /**
@@ -27603,7 +27722,7 @@ class JourneyApi {
27603
27722
  /**
27604
27723
  * Journey service.
27605
27724
  * @module purecloud-platform-client-v2/api/JourneyApi
27606
- * @version 174.0.0
27725
+ * @version 175.0.0
27607
27726
  */
27608
27727
 
27609
27728
  /**
@@ -28767,7 +28886,7 @@ class KnowledgeApi {
28767
28886
  /**
28768
28887
  * Knowledge service.
28769
28888
  * @module purecloud-platform-client-v2/api/KnowledgeApi
28770
- * @version 174.0.0
28889
+ * @version 175.0.0
28771
28890
  */
28772
28891
 
28773
28892
  /**
@@ -31588,7 +31707,7 @@ class LanguageUnderstandingApi {
31588
31707
  /**
31589
31708
  * LanguageUnderstanding service.
31590
31709
  * @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
31591
- * @version 174.0.0
31710
+ * @version 175.0.0
31592
31711
  */
31593
31712
 
31594
31713
  /**
@@ -32601,7 +32720,7 @@ class LanguagesApi {
32601
32720
  /**
32602
32721
  * Languages service.
32603
32722
  * @module purecloud-platform-client-v2/api/LanguagesApi
32604
- * @version 174.0.0
32723
+ * @version 175.0.0
32605
32724
  */
32606
32725
 
32607
32726
  /**
@@ -32823,7 +32942,7 @@ class LearningApi {
32823
32942
  /**
32824
32943
  * Learning service.
32825
32944
  * @module purecloud-platform-client-v2/api/LearningApi
32826
- * @version 174.0.0
32945
+ * @version 175.0.0
32827
32946
  */
32828
32947
 
32829
32948
  /**
@@ -33466,8 +33585,12 @@ class LearningApi {
33466
33585
  * Publish a Learning module
33467
33586
  *
33468
33587
  * @param {String} moduleId The ID of the learning module
33588
+ * @param {Object} opts Optional parameters
33589
+ * @param {Object} opts.body The request body
33469
33590
  */
33470
- postLearningModulePublish(moduleId) {
33591
+ postLearningModulePublish(moduleId, opts) {
33592
+ opts = opts || {};
33593
+
33471
33594
  // verify the required parameter 'moduleId' is set
33472
33595
  if (moduleId === undefined || moduleId === null) {
33473
33596
  throw 'Missing the required parameter "moduleId" when calling postLearningModulePublish';
@@ -33480,7 +33603,7 @@ class LearningApi {
33480
33603
  { },
33481
33604
  { },
33482
33605
  { },
33483
- null,
33606
+ opts['body'],
33484
33607
  ['PureCloud OAuth'],
33485
33608
  ['application/json'],
33486
33609
  ['application/json']
@@ -33638,7 +33761,7 @@ class LicenseApi {
33638
33761
  /**
33639
33762
  * License service.
33640
33763
  * @module purecloud-platform-client-v2/api/LicenseApi
33641
- * @version 174.0.0
33764
+ * @version 175.0.0
33642
33765
  */
33643
33766
 
33644
33767
  /**
@@ -33876,7 +33999,7 @@ class LocationsApi {
33876
33999
  /**
33877
34000
  * Locations service.
33878
34001
  * @module purecloud-platform-client-v2/api/LocationsApi
33879
- * @version 174.0.0
34002
+ * @version 175.0.0
33880
34003
  */
33881
34004
 
33882
34005
  /**
@@ -34112,7 +34235,7 @@ class MessagingApi {
34112
34235
  /**
34113
34236
  * Messaging service.
34114
34237
  * @module purecloud-platform-client-v2/api/MessagingApi
34115
- * @version 174.0.0
34238
+ * @version 175.0.0
34116
34239
  */
34117
34240
 
34118
34241
  /**
@@ -34471,7 +34594,7 @@ class MobileDevicesApi {
34471
34594
  /**
34472
34595
  * MobileDevices service.
34473
34596
  * @module purecloud-platform-client-v2/api/MobileDevicesApi
34474
- * @version 174.0.0
34597
+ * @version 175.0.0
34475
34598
  */
34476
34599
 
34477
34600
  /**
@@ -34622,7 +34745,7 @@ class NotificationsApi {
34622
34745
  /**
34623
34746
  * Notifications service.
34624
34747
  * @module purecloud-platform-client-v2/api/NotificationsApi
34625
- * @version 174.0.0
34748
+ * @version 175.0.0
34626
34749
  */
34627
34750
 
34628
34751
  /**
@@ -34855,7 +34978,7 @@ class OAuthApi {
34855
34978
  /**
34856
34979
  * OAuth service.
34857
34980
  * @module purecloud-platform-client-v2/api/OAuthApi
34858
- * @version 174.0.0
34981
+ * @version 175.0.0
34859
34982
  */
34860
34983
 
34861
34984
  /**
@@ -35221,7 +35344,7 @@ class ObjectsApi {
35221
35344
  /**
35222
35345
  * Objects service.
35223
35346
  * @module purecloud-platform-client-v2/api/ObjectsApi
35224
- * @version 174.0.0
35347
+ * @version 175.0.0
35225
35348
  */
35226
35349
 
35227
35350
  /**
@@ -35492,7 +35615,7 @@ class OrganizationApi {
35492
35615
  /**
35493
35616
  * Organization service.
35494
35617
  * @module purecloud-platform-client-v2/api/OrganizationApi
35495
- * @version 174.0.0
35618
+ * @version 175.0.0
35496
35619
  */
35497
35620
 
35498
35621
  /**
@@ -35947,7 +36070,7 @@ class OrganizationAuthorizationApi {
35947
36070
  /**
35948
36071
  * OrganizationAuthorization service.
35949
36072
  * @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
35950
- * @version 174.0.0
36073
+ * @version 175.0.0
35951
36074
  */
35952
36075
 
35953
36076
  /**
@@ -37294,7 +37417,7 @@ class OutboundApi {
37294
37417
  /**
37295
37418
  * Outbound service.
37296
37419
  * @module purecloud-platform-client-v2/api/OutboundApi
37297
- * @version 174.0.0
37420
+ * @version 175.0.0
37298
37421
  */
37299
37422
 
37300
37423
  /**
@@ -40916,7 +41039,7 @@ class PresenceApi {
40916
41039
  /**
40917
41040
  * Presence service.
40918
41041
  * @module purecloud-platform-client-v2/api/PresenceApi
40919
- * @version 174.0.0
41042
+ * @version 175.0.0
40920
41043
  */
40921
41044
 
40922
41045
  /**
@@ -41655,7 +41778,7 @@ class ProcessAutomationApi {
41655
41778
  /**
41656
41779
  * ProcessAutomation service.
41657
41780
  * @module purecloud-platform-client-v2/api/ProcessAutomationApi
41658
- * @version 174.0.0
41781
+ * @version 175.0.0
41659
41782
  */
41660
41783
 
41661
41784
  /**
@@ -41894,7 +42017,7 @@ class QualityApi {
41894
42017
  /**
41895
42018
  * Quality service.
41896
42019
  * @module purecloud-platform-client-v2/api/QualityApi
41897
- * @version 174.0.0
42020
+ * @version 175.0.0
41898
42021
  */
41899
42022
 
41900
42023
  /**
@@ -43648,7 +43771,7 @@ class RecordingApi {
43648
43771
  /**
43649
43772
  * Recording service.
43650
43773
  * @module purecloud-platform-client-v2/api/RecordingApi
43651
- * @version 174.0.0
43774
+ * @version 175.0.0
43652
43775
  */
43653
43776
 
43654
43777
  /**
@@ -45285,7 +45408,7 @@ class ResponseManagementApi {
45285
45408
  /**
45286
45409
  * ResponseManagement service.
45287
45410
  * @module purecloud-platform-client-v2/api/ResponseManagementApi
45288
- * @version 174.0.0
45411
+ * @version 175.0.0
45289
45412
  */
45290
45413
 
45291
45414
  /**
@@ -45770,7 +45893,7 @@ class RoutingApi {
45770
45893
  /**
45771
45894
  * Routing service.
45772
45895
  * @module purecloud-platform-client-v2/api/RoutingApi
45773
- * @version 174.0.0
45896
+ * @version 175.0.0
45774
45897
  */
45775
45898
 
45776
45899
  /**
@@ -49478,7 +49601,7 @@ class SCIMApi {
49478
49601
  /**
49479
49602
  * SCIM service.
49480
49603
  * @module purecloud-platform-client-v2/api/SCIMApi
49481
- * @version 174.0.0
49604
+ * @version 175.0.0
49482
49605
  */
49483
49606
 
49484
49607
  /**
@@ -50355,7 +50478,7 @@ class ScriptsApi {
50355
50478
  /**
50356
50479
  * Scripts service.
50357
50480
  * @module purecloud-platform-client-v2/api/ScriptsApi
50358
- * @version 174.0.0
50481
+ * @version 175.0.0
50359
50482
  */
50360
50483
 
50361
50484
  /**
@@ -50799,7 +50922,7 @@ class SearchApi {
50799
50922
  /**
50800
50923
  * Search service.
50801
50924
  * @module purecloud-platform-client-v2/api/SearchApi
50802
- * @version 174.0.0
50925
+ * @version 175.0.0
50803
50926
  */
50804
50927
 
50805
50928
  /**
@@ -51488,7 +51611,7 @@ class SettingsApi {
51488
51611
  /**
51489
51612
  * Settings service.
51490
51613
  * @module purecloud-platform-client-v2/api/SettingsApi
51491
- * @version 174.0.0
51614
+ * @version 175.0.0
51492
51615
  */
51493
51616
 
51494
51617
  /**
@@ -51553,7 +51676,7 @@ class SpeechTextAnalyticsApi {
51553
51676
  /**
51554
51677
  * SpeechTextAnalytics service.
51555
51678
  * @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
51556
- * @version 174.0.0
51679
+ * @version 175.0.0
51557
51680
  */
51558
51681
 
51559
51682
  /**
@@ -52536,7 +52659,7 @@ class StationsApi {
52536
52659
  /**
52537
52660
  * Stations service.
52538
52661
  * @module purecloud-platform-client-v2/api/StationsApi
52539
- * @version 174.0.0
52662
+ * @version 175.0.0
52540
52663
  */
52541
52664
 
52542
52665
  /**
@@ -52638,7 +52761,7 @@ class SuggestApi {
52638
52761
  /**
52639
52762
  * Suggest service.
52640
52763
  * @module purecloud-platform-client-v2/api/SuggestApi
52641
- * @version 174.0.0
52764
+ * @version 175.0.0
52642
52765
  */
52643
52766
 
52644
52767
  /**
@@ -52777,7 +52900,7 @@ class TaskManagementApi {
52777
52900
  /**
52778
52901
  * TaskManagement service.
52779
52902
  * @module purecloud-platform-client-v2/api/TaskManagementApi
52780
- * @version 174.0.0
52903
+ * @version 175.0.0
52781
52904
  */
52782
52905
 
52783
52906
  /**
@@ -54058,7 +54181,7 @@ class TeamsApi {
54058
54181
  /**
54059
54182
  * Teams service.
54060
54183
  * @module purecloud-platform-client-v2/api/TeamsApi
54061
- * @version 174.0.0
54184
+ * @version 175.0.0
54062
54185
  */
54063
54186
 
54064
54187
  /**
@@ -54360,7 +54483,7 @@ class TelephonyApi {
54360
54483
  /**
54361
54484
  * Telephony service.
54362
54485
  * @module purecloud-platform-client-v2/api/TelephonyApi
54363
- * @version 174.0.0
54486
+ * @version 175.0.0
54364
54487
  */
54365
54488
 
54366
54489
  /**
@@ -54488,7 +54611,7 @@ class TelephonyProvidersEdgeApi {
54488
54611
  /**
54489
54612
  * TelephonyProvidersEdge service.
54490
54613
  * @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
54491
- * @version 174.0.0
54614
+ * @version 175.0.0
54492
54615
  */
54493
54616
 
54494
54617
  /**
@@ -57777,7 +57900,7 @@ class TextbotsApi {
57777
57900
  /**
57778
57901
  * Textbots service.
57779
57902
  * @module purecloud-platform-client-v2/api/TextbotsApi
57780
- * @version 174.0.0
57903
+ * @version 175.0.0
57781
57904
  */
57782
57905
 
57783
57906
  /**
@@ -57905,7 +58028,7 @@ class TokensApi {
57905
58028
  /**
57906
58029
  * Tokens service.
57907
58030
  * @module purecloud-platform-client-v2/api/TokensApi
57908
- * @version 174.0.0
58031
+ * @version 175.0.0
57909
58032
  */
57910
58033
 
57911
58034
  /**
@@ -58061,7 +58184,7 @@ class UploadsApi {
58061
58184
  /**
58062
58185
  * Uploads service.
58063
58186
  * @module purecloud-platform-client-v2/api/UploadsApi
58064
- * @version 174.0.0
58187
+ * @version 175.0.0
58065
58188
  */
58066
58189
 
58067
58190
  /**
@@ -58237,7 +58360,7 @@ class UsageApi {
58237
58360
  /**
58238
58361
  * Usage service.
58239
58362
  * @module purecloud-platform-client-v2/api/UsageApi
58240
- * @version 174.0.0
58363
+ * @version 175.0.0
58241
58364
  */
58242
58365
 
58243
58366
  /**
@@ -58447,7 +58570,7 @@ class UserRecordingsApi {
58447
58570
  /**
58448
58571
  * UserRecordings service.
58449
58572
  * @module purecloud-platform-client-v2/api/UserRecordingsApi
58450
- * @version 174.0.0
58573
+ * @version 175.0.0
58451
58574
  */
58452
58575
 
58453
58576
  /**
@@ -58632,7 +58755,7 @@ class UsersApi {
58632
58755
  /**
58633
58756
  * Users service.
58634
58757
  * @module purecloud-platform-client-v2/api/UsersApi
58635
- * @version 174.0.0
58758
+ * @version 175.0.0
58636
58759
  */
58637
58760
 
58638
58761
  /**
@@ -61193,7 +61316,7 @@ class UtilitiesApi {
61193
61316
  /**
61194
61317
  * Utilities service.
61195
61318
  * @module purecloud-platform-client-v2/api/UtilitiesApi
61196
- * @version 174.0.0
61319
+ * @version 175.0.0
61197
61320
  */
61198
61321
 
61199
61322
  /**
@@ -61304,7 +61427,7 @@ class VoicemailApi {
61304
61427
  /**
61305
61428
  * Voicemail service.
61306
61429
  * @module purecloud-platform-client-v2/api/VoicemailApi
61307
- * @version 174.0.0
61430
+ * @version 175.0.0
61308
61431
  */
61309
61432
 
61310
61433
  /**
@@ -61971,7 +62094,7 @@ class WebChatApi {
61971
62094
  /**
61972
62095
  * WebChat service.
61973
62096
  * @module purecloud-platform-client-v2/api/WebChatApi
61974
- * @version 174.0.0
62097
+ * @version 175.0.0
61975
62098
  */
61976
62099
 
61977
62100
  /**
@@ -62520,7 +62643,7 @@ class WebDeploymentsApi {
62520
62643
  /**
62521
62644
  * WebDeployments service.
62522
62645
  * @module purecloud-platform-client-v2/api/WebDeploymentsApi
62523
- * @version 174.0.0
62646
+ * @version 175.0.0
62524
62647
  */
62525
62648
 
62526
62649
  /**
@@ -63047,7 +63170,7 @@ class WebMessagingApi {
63047
63170
  /**
63048
63171
  * WebMessaging service.
63049
63172
  * @module purecloud-platform-client-v2/api/WebMessagingApi
63050
- * @version 174.0.0
63173
+ * @version 175.0.0
63051
63174
  */
63052
63175
 
63053
63176
  /**
@@ -63093,7 +63216,7 @@ class WidgetsApi {
63093
63216
  /**
63094
63217
  * Widgets service.
63095
63218
  * @module purecloud-platform-client-v2/api/WidgetsApi
63096
- * @version 174.0.0
63219
+ * @version 175.0.0
63097
63220
  */
63098
63221
 
63099
63222
  /**
@@ -63239,7 +63362,7 @@ class WorkforceManagementApi {
63239
63362
  /**
63240
63363
  * WorkforceManagement service.
63241
63364
  * @module purecloud-platform-client-v2/api/WorkforceManagementApi
63242
- * @version 174.0.0
63365
+ * @version 175.0.0
63243
63366
  */
63244
63367
 
63245
63368
  /**
@@ -68403,7 +68526,7 @@ class WorkforceManagementApi {
68403
68526
  * </pre>
68404
68527
  * </p>
68405
68528
  * @module purecloud-platform-client-v2/index
68406
- * @version 174.0.0
68529
+ * @version 175.0.0
68407
68530
  */
68408
68531
  class platformClient {
68409
68532
  constructor() {