purecloud-platform-client-v2 204.0.0 → 204.1.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 (89) hide show
  1. package/README.md +8 -10
  2. package/dist/node/purecloud-platform-client-v2.js +130 -94
  3. package/dist/web-amd/purecloud-platform-client-v2.js +130 -94
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +91 -94
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +2028 -2031
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +46 -1
  9. package/package.json +4 -1
  10. package/src/purecloud-platform-client-v2/ApiClient.js +1 -1
  11. package/src/purecloud-platform-client-v2/api/AgentAssistantsApi.js +1 -1
  12. package/src/purecloud-platform-client-v2/api/AgentCopilotApi.js +1 -1
  13. package/src/purecloud-platform-client-v2/api/AgentUIApi.js +1 -1
  14. package/src/purecloud-platform-client-v2/api/AlertingApi.js +1 -1
  15. package/src/purecloud-platform-client-v2/api/AnalyticsApi.js +1 -1
  16. package/src/purecloud-platform-client-v2/api/ArchitectApi.js +1 -14
  17. package/src/purecloud-platform-client-v2/api/AuditApi.js +1 -1
  18. package/src/purecloud-platform-client-v2/api/AuthorizationApi.js +1 -1
  19. package/src/purecloud-platform-client-v2/api/BillingApi.js +1 -1
  20. package/src/purecloud-platform-client-v2/api/CarrierServicesApi.js +1 -1
  21. package/src/purecloud-platform-client-v2/api/ChatApi.js +1 -1
  22. package/src/purecloud-platform-client-v2/api/CoachingApi.js +1 -1
  23. package/src/purecloud-platform-client-v2/api/ContentManagementApi.js +1 -1
  24. package/src/purecloud-platform-client-v2/api/ConversationsApi.js +1 -2
  25. package/src/purecloud-platform-client-v2/api/DataExtensionsApi.js +1 -1
  26. package/src/purecloud-platform-client-v2/api/DownloadsApi.js +1 -1
  27. package/src/purecloud-platform-client-v2/api/EmailsApi.js +1 -1
  28. package/src/purecloud-platform-client-v2/api/EmployeeEngagementApi.js +1 -1
  29. package/src/purecloud-platform-client-v2/api/EventsApi.js +1 -1
  30. package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +1 -1
  31. package/src/purecloud-platform-client-v2/api/FaxApi.js +1 -1
  32. package/src/purecloud-platform-client-v2/api/FlowsApi.js +1 -1
  33. package/src/purecloud-platform-client-v2/api/GamificationApi.js +1 -1
  34. package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +1 -1
  35. package/src/purecloud-platform-client-v2/api/GeolocationApi.js +1 -1
  36. package/src/purecloud-platform-client-v2/api/GreetingsApi.js +1 -1
  37. package/src/purecloud-platform-client-v2/api/GroupsApi.js +1 -1
  38. package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +1 -1
  39. package/src/purecloud-platform-client-v2/api/InfrastructureAsCodeApi.js +1 -1
  40. package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +51 -1
  41. package/src/purecloud-platform-client-v2/api/JourneyApi.js +1 -1
  42. package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +1 -1
  43. package/src/purecloud-platform-client-v2/api/LanguageUnderstandingApi.js +1 -1
  44. package/src/purecloud-platform-client-v2/api/LanguagesApi.js +1 -1
  45. package/src/purecloud-platform-client-v2/api/LearningApi.js +1 -1
  46. package/src/purecloud-platform-client-v2/api/LicenseApi.js +1 -1
  47. package/src/purecloud-platform-client-v2/api/LocationsApi.js +1 -1
  48. package/src/purecloud-platform-client-v2/api/LogCaptureApi.js +1 -1
  49. package/src/purecloud-platform-client-v2/api/MessagingApi.js +1 -1
  50. package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +1 -1
  51. package/src/purecloud-platform-client-v2/api/NotificationsApi.js +1 -1
  52. package/src/purecloud-platform-client-v2/api/OAuthApi.js +1 -1
  53. package/src/purecloud-platform-client-v2/api/ObjectsApi.js +1 -1
  54. package/src/purecloud-platform-client-v2/api/OperationalEventsApi.js +1 -1
  55. package/src/purecloud-platform-client-v2/api/OrganizationApi.js +1 -1
  56. package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +1 -1
  57. package/src/purecloud-platform-client-v2/api/OutboundApi.js +1 -1
  58. package/src/purecloud-platform-client-v2/api/PresenceApi.js +1 -1
  59. package/src/purecloud-platform-client-v2/api/ProcessAutomationApi.js +1 -1
  60. package/src/purecloud-platform-client-v2/api/QualityApi.js +1 -1
  61. package/src/purecloud-platform-client-v2/api/RecordingApi.js +1 -1
  62. package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
  63. package/src/purecloud-platform-client-v2/api/RoutingApi.js +1 -1
  64. package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
  65. package/src/purecloud-platform-client-v2/api/ScreenRecordingApi.js +1 -1
  66. package/src/purecloud-platform-client-v2/api/ScriptsApi.js +1 -1
  67. package/src/purecloud-platform-client-v2/api/SearchApi.js +1 -1
  68. package/src/purecloud-platform-client-v2/api/SettingsApi.js +1 -1
  69. package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +1 -1
  70. package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
  71. package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
  72. package/src/purecloud-platform-client-v2/api/TaskManagementApi.js +1 -1
  73. package/src/purecloud-platform-client-v2/api/TeamsApi.js +1 -1
  74. package/src/purecloud-platform-client-v2/api/TelephonyApi.js +1 -1
  75. package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +1 -1
  76. package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
  77. package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
  78. package/src/purecloud-platform-client-v2/api/UploadsApi.js +1 -1
  79. package/src/purecloud-platform-client-v2/api/UsageApi.js +1 -1
  80. package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
  81. package/src/purecloud-platform-client-v2/api/UsersApi.js +1 -1
  82. package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
  83. package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
  84. package/src/purecloud-platform-client-v2/api/WebChatApi.js +1 -1
  85. package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +1 -1
  86. package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +1 -1
  87. package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
  88. package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +1 -1
  89. package/src/purecloud-platform-client-v2/index.js +1 -1
@@ -402,7 +402,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
402
402
 
403
403
  /**
404
404
  * @module purecloud-platform-client-v2/ApiClient
405
- * @version 204.0.0
405
+ * @version 204.1.0
406
406
  */
407
407
  class ApiClient {
408
408
  /**
@@ -1824,7 +1824,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
1824
1824
  /**
1825
1825
  * AgentAssistants service.
1826
1826
  * @module purecloud-platform-client-v2/api/AgentAssistantsApi
1827
- * @version 204.0.0
1827
+ * @version 204.1.0
1828
1828
  */
1829
1829
 
1830
1830
  /**
@@ -2200,7 +2200,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
2200
2200
  /**
2201
2201
  * AgentCopilot service.
2202
2202
  * @module purecloud-platform-client-v2/api/AgentCopilotApi
2203
- * @version 204.0.0
2203
+ * @version 204.1.0
2204
2204
  */
2205
2205
 
2206
2206
  /**
@@ -2276,7 +2276,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
2276
2276
  /**
2277
2277
  * AgentUI service.
2278
2278
  * @module purecloud-platform-client-v2/api/AgentUIApi
2279
- * @version 204.0.0
2279
+ * @version 204.1.0
2280
2280
  */
2281
2281
 
2282
2282
  /**
@@ -2407,7 +2407,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
2407
2407
  /**
2408
2408
  * Alerting service.
2409
2409
  * @module purecloud-platform-client-v2/api/AlertingApi
2410
- * @version 204.0.0
2410
+ * @version 204.1.0
2411
2411
  */
2412
2412
 
2413
2413
  /**
@@ -3068,7 +3068,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
3068
3068
  /**
3069
3069
  * Analytics service.
3070
3070
  * @module purecloud-platform-client-v2/api/AnalyticsApi
3071
- * @version 204.0.0
3071
+ * @version 204.1.0
3072
3072
  */
3073
3073
 
3074
3074
  /**
@@ -5680,7 +5680,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
5680
5680
  /**
5681
5681
  * Architect service.
5682
5682
  * @module purecloud-platform-client-v2/api/ArchitectApi
5683
- * @version 204.0.0
5683
+ * @version 204.1.0
5684
5684
  */
5685
5685
 
5686
5686
  /**
@@ -5724,7 +5724,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
5724
5724
  * Delete a grammar.
5725
5725
  *
5726
5726
  * @param {String} grammarId grammar ID
5727
- * deleteArchitectGrammar is a preview method and is subject to both breaking and non-breaking changes at any time without notice
5728
5727
  */
5729
5728
  deleteArchitectGrammar(grammarId) {
5730
5729
  // verify the required parameter 'grammarId' is set
@@ -5751,7 +5750,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
5751
5750
  *
5752
5751
  * @param {String} grammarId Grammar ID
5753
5752
  * @param {String} languageCode Language
5754
- * deleteArchitectGrammarLanguage is a preview method and is subject to both breaking and non-breaking changes at any time without notice
5755
5753
  */
5756
5754
  deleteArchitectGrammarLanguage(grammarId, languageCode) {
5757
5755
  // verify the required parameter 'grammarId' is set
@@ -5782,7 +5780,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
5782
5780
  *
5783
5781
  * @param {String} grammarId Grammar ID
5784
5782
  * @param {String} languageCode Language
5785
- * deleteArchitectGrammarLanguageFilesDtmf is a preview method and is subject to both breaking and non-breaking changes at any time without notice
5786
5783
  */
5787
5784
  deleteArchitectGrammarLanguageFilesDtmf(grammarId, languageCode) {
5788
5785
  // verify the required parameter 'grammarId' is set
@@ -5813,7 +5810,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
5813
5810
  *
5814
5811
  * @param {String} grammarId Grammar ID
5815
5812
  * @param {String} languageCode Language
5816
- * deleteArchitectGrammarLanguageFilesVoice is a preview method and is subject to both breaking and non-breaking changes at any time without notice
5817
5813
  */
5818
5814
  deleteArchitectGrammarLanguageFilesVoice(grammarId, languageCode) {
5819
5815
  // verify the required parameter 'grammarId' is set
@@ -6604,7 +6600,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
6604
6600
  * @param {String} grammarId grammar ID
6605
6601
  * @param {Object} opts Optional parameters
6606
6602
  * @param {Boolean} opts.includeFileUrls Include grammar language file URLs
6607
- * getArchitectGrammar is a preview method and is subject to both breaking and non-breaking changes at any time without notice
6608
6603
  */
6609
6604
  getArchitectGrammar(grammarId, opts) {
6610
6605
  opts = opts || {};
@@ -6633,7 +6628,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
6633
6628
  *
6634
6629
  * @param {String} grammarId Grammar ID
6635
6630
  * @param {String} languageCode Language
6636
- * getArchitectGrammarLanguage is a preview method and is subject to both breaking and non-breaking changes at any time without notice
6637
6631
  */
6638
6632
  getArchitectGrammarLanguage(grammarId, languageCode) {
6639
6633
  // verify the required parameter 'grammarId' is set
@@ -6672,7 +6666,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
6672
6666
  * @param {String} opts.description Description
6673
6667
  * @param {String} opts.nameOrDescription Name or description
6674
6668
  * @param {Boolean} opts.includeFileUrls Include grammar language file URLs
6675
- * getArchitectGrammars is a preview method and is subject to both breaking and non-breaking changes at any time without notice
6676
6669
  */
6677
6670
  getArchitectGrammars(opts) {
6678
6671
  opts = opts || {};
@@ -8368,7 +8361,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
8368
8361
  * @param {String} grammarId grammar ID
8369
8362
  * @param {Object} opts Optional parameters
8370
8363
  * @param {Object} opts.body
8371
- * patchArchitectGrammar is a preview method and is subject to both breaking and non-breaking changes at any time without notice
8372
8364
  */
8373
8365
  patchArchitectGrammar(grammarId, opts) {
8374
8366
  opts = opts || {};
@@ -8399,7 +8391,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
8399
8391
  * @param {String} languageCode Language
8400
8392
  * @param {Object} opts Optional parameters
8401
8393
  * @param {Object} opts.body
8402
- * patchArchitectGrammarLanguage is a preview method and is subject to both breaking and non-breaking changes at any time without notice
8403
8394
  */
8404
8395
  patchArchitectGrammarLanguage(grammarId, languageCode, opts) {
8405
8396
  opts = opts || {};
@@ -8503,7 +8494,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
8503
8494
  * @param {String} grammarId Grammar ID
8504
8495
  * @param {String} languageCode Language
8505
8496
  * @param {Object} body query
8506
- * postArchitectGrammarLanguageFilesDtmf is a preview method and is subject to both breaking and non-breaking changes at any time without notice
8507
8497
  */
8508
8498
  postArchitectGrammarLanguageFilesDtmf(grammarId, languageCode, body) {
8509
8499
  // verify the required parameter 'grammarId' is set
@@ -8539,7 +8529,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
8539
8529
  * @param {String} grammarId Grammar ID
8540
8530
  * @param {String} languageCode Language
8541
8531
  * @param {Object} body query
8542
- * postArchitectGrammarLanguageFilesVoice is a preview method and is subject to both breaking and non-breaking changes at any time without notice
8543
8532
  */
8544
8533
  postArchitectGrammarLanguageFilesVoice(grammarId, languageCode, body) {
8545
8534
  // verify the required parameter 'grammarId' is set
@@ -8574,7 +8563,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
8574
8563
  *
8575
8564
  * @param {String} grammarId Grammar ID
8576
8565
  * @param {Object} body
8577
- * postArchitectGrammarLanguages is a preview method and is subject to both breaking and non-breaking changes at any time without notice
8578
8566
  */
8579
8567
  postArchitectGrammarLanguages(grammarId, body) {
8580
8568
  // verify the required parameter 'grammarId' is set
@@ -8604,7 +8592,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
8604
8592
  * Create a new grammar
8605
8593
  *
8606
8594
  * @param {Object} body
8607
- * postArchitectGrammars is a preview method and is subject to both breaking and non-breaking changes at any time without notice
8608
8595
  */
8609
8596
  postArchitectGrammars(body) {
8610
8597
  // verify the required parameter 'body' is set
@@ -9815,7 +9802,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
9815
9802
  /**
9816
9803
  * Audit service.
9817
9804
  * @module purecloud-platform-client-v2/api/AuditApi
9818
- * @version 204.0.0
9805
+ * @version 204.1.0
9819
9806
  */
9820
9807
 
9821
9808
  /**
@@ -10016,7 +10003,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
10016
10003
  /**
10017
10004
  * Authorization service.
10018
10005
  * @module purecloud-platform-client-v2/api/AuthorizationApi
10019
- * @version 204.0.0
10006
+ * @version 204.1.0
10020
10007
  */
10021
10008
 
10022
10009
  /**
@@ -11299,7 +11286,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
11299
11286
  /**
11300
11287
  * Billing service.
11301
11288
  * @module purecloud-platform-client-v2/api/BillingApi
11302
- * @version 204.0.0
11289
+ * @version 204.1.0
11303
11290
  */
11304
11291
 
11305
11292
  /**
@@ -11379,7 +11366,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
11379
11366
  /**
11380
11367
  * CarrierServices service.
11381
11368
  * @module purecloud-platform-client-v2/api/CarrierServicesApi
11382
- * @version 204.0.0
11369
+ * @version 204.1.0
11383
11370
  */
11384
11371
 
11385
11372
  /**
@@ -11449,7 +11436,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
11449
11436
  /**
11450
11437
  * Chat service.
11451
11438
  * @module purecloud-platform-client-v2/api/ChatApi
11452
- * @version 204.0.0
11439
+ * @version 204.1.0
11453
11440
  */
11454
11441
 
11455
11442
  /**
@@ -12385,7 +12372,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
12385
12372
  /**
12386
12373
  * Coaching service.
12387
12374
  * @module purecloud-platform-client-v2/api/CoachingApi
12388
- * @version 204.0.0
12375
+ * @version 204.1.0
12389
12376
  */
12390
12377
 
12391
12378
  /**
@@ -12962,7 +12949,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
12962
12949
  /**
12963
12950
  * ContentManagement service.
12964
12951
  * @module purecloud-platform-client-v2/api/ContentManagementApi
12965
- * @version 204.0.0
12952
+ * @version 204.1.0
12966
12953
  */
12967
12954
 
12968
12955
  /**
@@ -14044,7 +14031,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
14044
14031
  /**
14045
14032
  * Conversations service.
14046
14033
  * @module purecloud-platform-client-v2/api/ConversationsApi
14047
- * @version 204.0.0
14034
+ * @version 204.1.0
14048
14035
  */
14049
14036
 
14050
14037
  /**
@@ -16900,7 +16887,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
16900
16887
  *
16901
16888
  * @param {String} conversationId conversation ID
16902
16889
  * @param {Object} body Conversation Utilization Label
16903
- * patchConversationUtilizationlabel is a preview method and is subject to both breaking and non-breaking changes at any time without notice
16904
16890
  */
16905
16891
  patchConversationUtilizationlabel(conversationId, body) {
16906
16892
  // verify the required parameter 'conversationId' is set
@@ -21157,7 +21143,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
21157
21143
  /**
21158
21144
  * DataExtensions service.
21159
21145
  * @module purecloud-platform-client-v2/api/DataExtensionsApi
21160
- * @version 204.0.0
21146
+ * @version 204.1.0
21161
21147
  */
21162
21148
 
21163
21149
  /**
@@ -21243,7 +21229,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
21243
21229
  /**
21244
21230
  * Downloads service.
21245
21231
  * @module purecloud-platform-client-v2/api/DownloadsApi
21246
- * @version 204.0.0
21232
+ * @version 204.1.0
21247
21233
  */
21248
21234
 
21249
21235
  /**
@@ -21295,7 +21281,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
21295
21281
  /**
21296
21282
  * Emails service.
21297
21283
  * @module purecloud-platform-client-v2/api/EmailsApi
21298
- * @version 204.0.0
21284
+ * @version 204.1.0
21299
21285
  */
21300
21286
 
21301
21287
  /**
@@ -21360,7 +21346,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
21360
21346
  /**
21361
21347
  * EmployeeEngagement service.
21362
21348
  * @module purecloud-platform-client-v2/api/EmployeeEngagementApi
21363
- * @version 204.0.0
21349
+ * @version 204.1.0
21364
21350
  */
21365
21351
 
21366
21352
  /**
@@ -21511,7 +21497,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
21511
21497
  /**
21512
21498
  * Events service.
21513
21499
  * @module purecloud-platform-client-v2/api/EventsApi
21514
- * @version 204.0.0
21500
+ * @version 204.1.0
21515
21501
  */
21516
21502
 
21517
21503
  /**
@@ -21607,7 +21593,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
21607
21593
  /**
21608
21594
  * ExternalContacts service.
21609
21595
  * @module purecloud-platform-client-v2/api/ExternalContactsApi
21610
- * @version 204.0.0
21596
+ * @version 204.1.0
21611
21597
  */
21612
21598
 
21613
21599
  /**
@@ -23706,7 +23692,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
23706
23692
  /**
23707
23693
  * Fax service.
23708
23694
  * @module purecloud-platform-client-v2/api/FaxApi
23709
- * @version 204.0.0
23695
+ * @version 204.1.0
23710
23696
  */
23711
23697
 
23712
23698
  /**
@@ -23921,7 +23907,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
23921
23907
  /**
23922
23908
  * Flows service.
23923
23909
  * @module purecloud-platform-client-v2/api/FlowsApi
23924
- * @version 204.0.0
23910
+ * @version 204.1.0
23925
23911
  */
23926
23912
 
23927
23913
  /**
@@ -24104,7 +24090,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
24104
24090
  /**
24105
24091
  * Gamification service.
24106
24092
  * @module purecloud-platform-client-v2/api/GamificationApi
24107
- * @version 204.0.0
24093
+ * @version 204.1.0
24108
24094
  */
24109
24095
 
24110
24096
  /**
@@ -26190,7 +26176,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
26190
26176
  /**
26191
26177
  * GeneralDataProtectionRegulation service.
26192
26178
  * @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
26193
- * @version 204.0.0
26179
+ * @version 204.1.0
26194
26180
  */
26195
26181
 
26196
26182
  /**
@@ -26320,7 +26306,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
26320
26306
  /**
26321
26307
  * Geolocation service.
26322
26308
  * @module purecloud-platform-client-v2/api/GeolocationApi
26323
- * @version 204.0.0
26309
+ * @version 204.1.0
26324
26310
  */
26325
26311
 
26326
26312
  /**
@@ -26451,7 +26437,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
26451
26437
  /**
26452
26438
  * Greetings service.
26453
26439
  * @module purecloud-platform-client-v2/api/GreetingsApi
26454
- * @version 204.0.0
26440
+ * @version 204.1.0
26455
26441
  */
26456
26442
 
26457
26443
  /**
@@ -26906,7 +26892,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
26906
26892
  /**
26907
26893
  * Groups service.
26908
26894
  * @module purecloud-platform-client-v2/api/GroupsApi
26909
- * @version 204.0.0
26895
+ * @version 204.1.0
26910
26896
  */
26911
26897
 
26912
26898
  /**
@@ -27425,7 +27411,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
27425
27411
  /**
27426
27412
  * IdentityProvider service.
27427
27413
  * @module purecloud-platform-client-v2/api/IdentityProviderApi
27428
- * @version 204.0.0
27414
+ * @version 204.1.0
27429
27415
  */
27430
27416
 
27431
27417
  /**
@@ -28286,7 +28272,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
28286
28272
  /**
28287
28273
  * InfrastructureAsCode service.
28288
28274
  * @module purecloud-platform-client-v2/api/InfrastructureAsCodeApi
28289
- * @version 204.0.0
28275
+ * @version 204.1.0
28290
28276
  */
28291
28277
 
28292
28278
  /**
@@ -28453,7 +28439,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
28453
28439
  /**
28454
28440
  * Integrations service.
28455
28441
  * @module purecloud-platform-client-v2/api/IntegrationsApi
28456
- * @version 204.0.0
28442
+ * @version 204.1.0
28457
28443
  */
28458
28444
 
28459
28445
  /**
@@ -29330,6 +29316,56 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
29330
29316
  );
29331
29317
  }
29332
29318
 
29319
+ /**
29320
+ * Get a list of Audio Connector integrations
29321
+ *
29322
+ * @param {Object} opts Optional parameters
29323
+ * @param {Number} opts.pageNumber Page number (default to 1)
29324
+ * @param {Number} opts.pageSize Page size (default to 25)
29325
+ */
29326
+ getIntegrationsSpeechAudioconnector(opts) {
29327
+ opts = opts || {};
29328
+
29329
+
29330
+ return this.apiClient.callApi(
29331
+ '/api/v2/integrations/speech/audioconnector',
29332
+ 'GET',
29333
+ { },
29334
+ { 'pageNumber': opts['pageNumber'],'pageSize': opts['pageSize'] },
29335
+ { },
29336
+ { },
29337
+ null,
29338
+ ['PureCloud OAuth'],
29339
+ ['application/json'],
29340
+ ['application/json']
29341
+ );
29342
+ }
29343
+
29344
+ /**
29345
+ * Get an Audio Connector integration
29346
+ *
29347
+ * @param {String} integrationId The integration ID
29348
+ */
29349
+ getIntegrationsSpeechAudioconnectorIntegrationId(integrationId) {
29350
+ // verify the required parameter 'integrationId' is set
29351
+ if (integrationId === undefined || integrationId === null) {
29352
+ throw 'Missing the required parameter "integrationId" when calling getIntegrationsSpeechAudioconnectorIntegrationId';
29353
+ }
29354
+
29355
+ return this.apiClient.callApi(
29356
+ '/api/v2/integrations/speech/audioconnector/{integrationId}',
29357
+ 'GET',
29358
+ { 'integrationId': integrationId },
29359
+ { },
29360
+ { },
29361
+ { },
29362
+ null,
29363
+ ['PureCloud OAuth'],
29364
+ ['application/json'],
29365
+ ['application/json']
29366
+ );
29367
+ }
29368
+
29333
29369
  /**
29334
29370
  * Get details about a Dialogflow agent
29335
29371
  *
@@ -30825,7 +30861,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
30825
30861
  /**
30826
30862
  * Journey service.
30827
30863
  * @module purecloud-platform-client-v2/api/JourneyApi
30828
- * @version 204.0.0
30864
+ * @version 204.1.0
30829
30865
  */
30830
30866
 
30831
30867
  /**
@@ -32468,7 +32504,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
32468
32504
  /**
32469
32505
  * Knowledge service.
32470
32506
  * @module purecloud-platform-client-v2/api/KnowledgeApi
32471
- * @version 204.0.0
32507
+ * @version 204.1.0
32472
32508
  */
32473
32509
 
32474
32510
  /**
@@ -35841,7 +35877,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
35841
35877
  /**
35842
35878
  * LanguageUnderstanding service.
35843
35879
  * @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
35844
- * @version 204.0.0
35880
+ * @version 204.1.0
35845
35881
  */
35846
35882
 
35847
35883
  /**
@@ -36875,7 +36911,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
36875
36911
  /**
36876
36912
  * Languages service.
36877
36913
  * @module purecloud-platform-client-v2/api/LanguagesApi
36878
- * @version 204.0.0
36914
+ * @version 204.1.0
36879
36915
  */
36880
36916
 
36881
36917
  /**
@@ -37097,7 +37133,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
37097
37133
  /**
37098
37134
  * Learning service.
37099
37135
  * @module purecloud-platform-client-v2/api/LearningApi
37100
- * @version 204.0.0
37136
+ * @version 204.1.0
37101
37137
  */
37102
37138
 
37103
37139
  /**
@@ -38126,7 +38162,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
38126
38162
  /**
38127
38163
  * License service.
38128
38164
  * @module purecloud-platform-client-v2/api/LicenseApi
38129
- * @version 204.0.0
38165
+ * @version 204.1.0
38130
38166
  */
38131
38167
 
38132
38168
  /**
@@ -38364,7 +38400,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
38364
38400
  /**
38365
38401
  * Locations service.
38366
38402
  * @module purecloud-platform-client-v2/api/LocationsApi
38367
- * @version 204.0.0
38403
+ * @version 204.1.0
38368
38404
  */
38369
38405
 
38370
38406
  /**
@@ -38600,7 +38636,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
38600
38636
  /**
38601
38637
  * LogCapture service.
38602
38638
  * @module purecloud-platform-client-v2/api/LogCaptureApi
38603
- * @version 204.0.0
38639
+ * @version 204.1.0
38604
38640
  */
38605
38641
 
38606
38642
  /**
@@ -38800,7 +38836,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
38800
38836
  /**
38801
38837
  * Messaging service.
38802
38838
  * @module purecloud-platform-client-v2/api/MessagingApi
38803
- * @version 204.0.0
38839
+ * @version 204.1.0
38804
38840
  */
38805
38841
 
38806
38842
  /**
@@ -39159,7 +39195,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
39159
39195
  /**
39160
39196
  * MobileDevices service.
39161
39197
  * @module purecloud-platform-client-v2/api/MobileDevicesApi
39162
- * @version 204.0.0
39198
+ * @version 204.1.0
39163
39199
  */
39164
39200
 
39165
39201
  /**
@@ -39310,7 +39346,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
39310
39346
  /**
39311
39347
  * Notifications service.
39312
39348
  * @module purecloud-platform-client-v2/api/NotificationsApi
39313
- * @version 204.0.0
39349
+ * @version 204.1.0
39314
39350
  */
39315
39351
 
39316
39352
  /**
@@ -39543,7 +39579,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
39543
39579
  /**
39544
39580
  * OAuth service.
39545
39581
  * @module purecloud-platform-client-v2/api/OAuthApi
39546
- * @version 204.0.0
39582
+ * @version 204.1.0
39547
39583
  */
39548
39584
 
39549
39585
  /**
@@ -39909,7 +39945,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
39909
39945
  /**
39910
39946
  * Objects service.
39911
39947
  * @module purecloud-platform-client-v2/api/ObjectsApi
39912
- * @version 204.0.0
39948
+ * @version 204.1.0
39913
39949
  */
39914
39950
 
39915
39951
  /**
@@ -40179,7 +40215,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
40179
40215
  /**
40180
40216
  * OperationalEvents service.
40181
40217
  * @module purecloud-platform-client-v2/api/OperationalEventsApi
40182
- * @version 204.0.0
40218
+ * @version 204.1.0
40183
40219
  */
40184
40220
 
40185
40221
  /**
@@ -40245,7 +40281,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
40245
40281
  /**
40246
40282
  * Organization service.
40247
40283
  * @module purecloud-platform-client-v2/api/OrganizationApi
40248
- * @version 204.0.0
40284
+ * @version 204.1.0
40249
40285
  */
40250
40286
 
40251
40287
  /**
@@ -40787,7 +40823,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
40787
40823
  /**
40788
40824
  * OrganizationAuthorization service.
40789
40825
  * @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
40790
- * @version 204.0.0
40826
+ * @version 204.1.0
40791
40827
  */
40792
40828
 
40793
40829
  /**
@@ -42134,7 +42170,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
42134
42170
  /**
42135
42171
  * Outbound service.
42136
42172
  * @module purecloud-platform-client-v2/api/OutboundApi
42137
- * @version 204.0.0
42173
+ * @version 204.1.0
42138
42174
  */
42139
42175
 
42140
42176
  /**
@@ -46551,7 +46587,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
46551
46587
  /**
46552
46588
  * Presence service.
46553
46589
  * @module purecloud-platform-client-v2/api/PresenceApi
46554
- * @version 204.0.0
46590
+ * @version 204.1.0
46555
46591
  */
46556
46592
 
46557
46593
  /**
@@ -47295,7 +47331,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
47295
47331
  /**
47296
47332
  * ProcessAutomation service.
47297
47333
  * @module purecloud-platform-client-v2/api/ProcessAutomationApi
47298
- * @version 204.0.0
47334
+ * @version 204.1.0
47299
47335
  */
47300
47336
 
47301
47337
  /**
@@ -47534,7 +47570,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
47534
47570
  /**
47535
47571
  * Quality service.
47536
47572
  * @module purecloud-platform-client-v2/api/QualityApi
47537
- * @version 204.0.0
47573
+ * @version 204.1.0
47538
47574
  */
47539
47575
 
47540
47576
  /**
@@ -49320,7 +49356,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
49320
49356
  /**
49321
49357
  * Recording service.
49322
49358
  * @module purecloud-platform-client-v2/api/RecordingApi
49323
- * @version 204.0.0
49359
+ * @version 204.1.0
49324
49360
  */
49325
49361
 
49326
49362
  /**
@@ -50979,7 +51015,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
50979
51015
  /**
50980
51016
  * ResponseManagement service.
50981
51017
  * @module purecloud-platform-client-v2/api/ResponseManagementApi
50982
- * @version 204.0.0
51018
+ * @version 204.1.0
50983
51019
  */
50984
51020
 
50985
51021
  /**
@@ -51489,7 +51525,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
51489
51525
  /**
51490
51526
  * Routing service.
51491
51527
  * @module purecloud-platform-client-v2/api/RoutingApi
51492
- * @version 204.0.0
51528
+ * @version 204.1.0
51493
51529
  */
51494
51530
 
51495
51531
  /**
@@ -55637,7 +55673,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
55637
55673
  /**
55638
55674
  * SCIM service.
55639
55675
  * @module purecloud-platform-client-v2/api/SCIMApi
55640
- * @version 204.0.0
55676
+ * @version 204.1.0
55641
55677
  */
55642
55678
 
55643
55679
  /**
@@ -56514,7 +56550,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
56514
56550
  /**
56515
56551
  * ScreenRecording service.
56516
56552
  * @module purecloud-platform-client-v2/api/ScreenRecordingApi
56517
- * @version 204.0.0
56553
+ * @version 204.1.0
56518
56554
  */
56519
56555
 
56520
56556
  /**
@@ -56559,7 +56595,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
56559
56595
  /**
56560
56596
  * Scripts service.
56561
56597
  * @module purecloud-platform-client-v2/api/ScriptsApi
56562
- * @version 204.0.0
56598
+ * @version 204.1.0
56563
56599
  */
56564
56600
 
56565
56601
  /**
@@ -57003,7 +57039,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
57003
57039
  /**
57004
57040
  * Search service.
57005
57041
  * @module purecloud-platform-client-v2/api/SearchApi
57006
- * @version 204.0.0
57042
+ * @version 204.1.0
57007
57043
  */
57008
57044
 
57009
57045
  /**
@@ -57692,7 +57728,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
57692
57728
  /**
57693
57729
  * Settings service.
57694
57730
  * @module purecloud-platform-client-v2/api/SettingsApi
57695
- * @version 204.0.0
57731
+ * @version 204.1.0
57696
57732
  */
57697
57733
 
57698
57734
  /**
@@ -57912,7 +57948,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
57912
57948
  /**
57913
57949
  * SpeechTextAnalytics service.
57914
57950
  * @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
57915
- * @version 204.0.0
57951
+ * @version 204.1.0
57916
57952
  */
57917
57953
 
57918
57954
  /**
@@ -59190,7 +59226,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
59190
59226
  /**
59191
59227
  * Stations service.
59192
59228
  * @module purecloud-platform-client-v2/api/StationsApi
59193
- * @version 204.0.0
59229
+ * @version 204.1.0
59194
59230
  */
59195
59231
 
59196
59232
  /**
@@ -59292,7 +59328,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
59292
59328
  /**
59293
59329
  * Suggest service.
59294
59330
  * @module purecloud-platform-client-v2/api/SuggestApi
59295
- * @version 204.0.0
59331
+ * @version 204.1.0
59296
59332
  */
59297
59333
 
59298
59334
  /**
@@ -59431,7 +59467,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
59431
59467
  /**
59432
59468
  * TaskManagement service.
59433
59469
  * @module purecloud-platform-client-v2/api/TaskManagementApi
59434
- * @version 204.0.0
59470
+ * @version 204.1.0
59435
59471
  */
59436
59472
 
59437
59473
  /**
@@ -60785,7 +60821,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
60785
60821
  /**
60786
60822
  * Teams service.
60787
60823
  * @module purecloud-platform-client-v2/api/TeamsApi
60788
- * @version 204.0.0
60824
+ * @version 204.1.0
60789
60825
  */
60790
60826
 
60791
60827
  /**
@@ -61086,7 +61122,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
61086
61122
  /**
61087
61123
  * Telephony service.
61088
61124
  * @module purecloud-platform-client-v2/api/TelephonyApi
61089
- * @version 204.0.0
61125
+ * @version 204.1.0
61090
61126
  */
61091
61127
 
61092
61128
  /**
@@ -61268,7 +61304,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
61268
61304
  /**
61269
61305
  * TelephonyProvidersEdge service.
61270
61306
  * @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
61271
- * @version 204.0.0
61307
+ * @version 204.1.0
61272
61308
  */
61273
61309
 
61274
61310
  /**
@@ -64596,7 +64632,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
64596
64632
  /**
64597
64633
  * Textbots service.
64598
64634
  * @module purecloud-platform-client-v2/api/TextbotsApi
64599
- * @version 204.0.0
64635
+ * @version 204.1.0
64600
64636
  */
64601
64637
 
64602
64638
  /**
@@ -64724,7 +64760,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
64724
64760
  /**
64725
64761
  * Tokens service.
64726
64762
  * @module purecloud-platform-client-v2/api/TokensApi
64727
- * @version 204.0.0
64763
+ * @version 204.1.0
64728
64764
  */
64729
64765
 
64730
64766
  /**
@@ -64878,7 +64914,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
64878
64914
  /**
64879
64915
  * Uploads service.
64880
64916
  * @module purecloud-platform-client-v2/api/UploadsApi
64881
- * @version 204.0.0
64917
+ * @version 204.1.0
64882
64918
  */
64883
64919
 
64884
64920
  /**
@@ -65147,7 +65183,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
65147
65183
  /**
65148
65184
  * Usage service.
65149
65185
  * @module purecloud-platform-client-v2/api/UsageApi
65150
- * @version 204.0.0
65186
+ * @version 204.1.0
65151
65187
  */
65152
65188
 
65153
65189
  /**
@@ -65362,7 +65398,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
65362
65398
  /**
65363
65399
  * UserRecordings service.
65364
65400
  * @module purecloud-platform-client-v2/api/UserRecordingsApi
65365
- * @version 204.0.0
65401
+ * @version 204.1.0
65366
65402
  */
65367
65403
 
65368
65404
  /**
@@ -65577,7 +65613,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
65577
65613
  /**
65578
65614
  * Users service.
65579
65615
  * @module purecloud-platform-client-v2/api/UsersApi
65580
- * @version 204.0.0
65616
+ * @version 204.1.0
65581
65617
  */
65582
65618
 
65583
65619
  /**
@@ -68380,7 +68416,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
68380
68416
  /**
68381
68417
  * Utilities service.
68382
68418
  * @module purecloud-platform-client-v2/api/UtilitiesApi
68383
- * @version 204.0.0
68419
+ * @version 204.1.0
68384
68420
  */
68385
68421
 
68386
68422
  /**
@@ -68491,7 +68527,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
68491
68527
  /**
68492
68528
  * Voicemail service.
68493
68529
  * @module purecloud-platform-client-v2/api/VoicemailApi
68494
- * @version 204.0.0
68530
+ * @version 204.1.0
68495
68531
  */
68496
68532
 
68497
68533
  /**
@@ -69158,7 +69194,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
69158
69194
  /**
69159
69195
  * WebChat service.
69160
69196
  * @module purecloud-platform-client-v2/api/WebChatApi
69161
- * @version 204.0.0
69197
+ * @version 204.1.0
69162
69198
  */
69163
69199
 
69164
69200
  /**
@@ -69709,7 +69745,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
69709
69745
  /**
69710
69746
  * WebDeployments service.
69711
69747
  * @module purecloud-platform-client-v2/api/WebDeploymentsApi
69712
- * @version 204.0.0
69748
+ * @version 204.1.0
69713
69749
  */
69714
69750
 
69715
69751
  /**
@@ -70236,7 +70272,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
70236
70272
  /**
70237
70273
  * WebMessaging service.
70238
70274
  * @module purecloud-platform-client-v2/api/WebMessagingApi
70239
- * @version 204.0.0
70275
+ * @version 204.1.0
70240
70276
  */
70241
70277
 
70242
70278
  /**
@@ -70282,7 +70318,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
70282
70318
  /**
70283
70319
  * Widgets service.
70284
70320
  * @module purecloud-platform-client-v2/api/WidgetsApi
70285
- * @version 204.0.0
70321
+ * @version 204.1.0
70286
70322
  */
70287
70323
 
70288
70324
  /**
@@ -70428,7 +70464,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
70428
70464
  /**
70429
70465
  * WorkforceManagement service.
70430
70466
  * @module purecloud-platform-client-v2/api/WorkforceManagementApi
70431
- * @version 204.0.0
70467
+ * @version 204.1.0
70432
70468
  */
70433
70469
 
70434
70470
  /**
@@ -77583,7 +77619,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
77583
77619
  * </pre>
77584
77620
  * </p>
77585
77621
  * @module purecloud-platform-client-v2/index
77586
- * @version 204.0.0
77622
+ * @version 204.1.0
77587
77623
  */
77588
77624
  class platformClient {
77589
77625
  constructor() {