purecloud-platform-client-v2 192.0.0 → 192.2.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 (86) hide show
  1. package/README.md +2 -2
  2. package/dist/node/purecloud-platform-client-v2.js +110 -78
  3. package/dist/web-amd/purecloud-platform-client-v2.js +110 -78
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +85 -79
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +85 -79
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +536 -457
  9. package/package.json +1 -1
  10. package/src/purecloud-platform-client-v2/ApiClient.js +1 -1
  11. package/src/purecloud-platform-client-v2/PureCloudRegionHosts.js +3 -0
  12. package/src/purecloud-platform-client-v2/api/AlertingApi.js +1 -1
  13. package/src/purecloud-platform-client-v2/api/AnalyticsApi.js +1 -1
  14. package/src/purecloud-platform-client-v2/api/ArchitectApi.js +1 -1
  15. package/src/purecloud-platform-client-v2/api/AuditApi.js +1 -1
  16. package/src/purecloud-platform-client-v2/api/AuthorizationApi.js +1 -1
  17. package/src/purecloud-platform-client-v2/api/BillingApi.js +1 -1
  18. package/src/purecloud-platform-client-v2/api/CarrierServicesApi.js +1 -1
  19. package/src/purecloud-platform-client-v2/api/ChatApi.js +1 -1
  20. package/src/purecloud-platform-client-v2/api/CoachingApi.js +1 -1
  21. package/src/purecloud-platform-client-v2/api/ContentManagementApi.js +1 -1
  22. package/src/purecloud-platform-client-v2/api/ConversationsApi.js +32 -1
  23. package/src/purecloud-platform-client-v2/api/DataExtensionsApi.js +1 -1
  24. package/src/purecloud-platform-client-v2/api/DownloadsApi.js +1 -1
  25. package/src/purecloud-platform-client-v2/api/EmailsApi.js +1 -1
  26. package/src/purecloud-platform-client-v2/api/EventsApi.js +1 -1
  27. package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +1 -1
  28. package/src/purecloud-platform-client-v2/api/FaxApi.js +1 -1
  29. package/src/purecloud-platform-client-v2/api/FlowsApi.js +1 -1
  30. package/src/purecloud-platform-client-v2/api/GamificationApi.js +1 -1
  31. package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +1 -1
  32. package/src/purecloud-platform-client-v2/api/GeolocationApi.js +1 -1
  33. package/src/purecloud-platform-client-v2/api/GreetingsApi.js +1 -1
  34. package/src/purecloud-platform-client-v2/api/GroupsApi.js +1 -1
  35. package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +1 -1
  36. package/src/purecloud-platform-client-v2/api/InfrastructureAsCodeApi.js +1 -1
  37. package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +1 -1
  38. package/src/purecloud-platform-client-v2/api/JourneyApi.js +1 -2
  39. package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +1 -1
  40. package/src/purecloud-platform-client-v2/api/LanguageUnderstandingApi.js +1 -1
  41. package/src/purecloud-platform-client-v2/api/LanguagesApi.js +1 -1
  42. package/src/purecloud-platform-client-v2/api/LearningApi.js +1 -1
  43. package/src/purecloud-platform-client-v2/api/LicenseApi.js +1 -1
  44. package/src/purecloud-platform-client-v2/api/LocationsApi.js +1 -1
  45. package/src/purecloud-platform-client-v2/api/LogCaptureApi.js +1 -1
  46. package/src/purecloud-platform-client-v2/api/MessagingApi.js +1 -1
  47. package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +1 -1
  48. package/src/purecloud-platform-client-v2/api/NotificationsApi.js +1 -1
  49. package/src/purecloud-platform-client-v2/api/OAuthApi.js +1 -1
  50. package/src/purecloud-platform-client-v2/api/ObjectsApi.js +1 -1
  51. package/src/purecloud-platform-client-v2/api/OperationalEventsApi.js +1 -1
  52. package/src/purecloud-platform-client-v2/api/OrganizationApi.js +1 -1
  53. package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +1 -1
  54. package/src/purecloud-platform-client-v2/api/OutboundApi.js +1 -1
  55. package/src/purecloud-platform-client-v2/api/PresenceApi.js +1 -1
  56. package/src/purecloud-platform-client-v2/api/ProcessAutomationApi.js +1 -1
  57. package/src/purecloud-platform-client-v2/api/QualityApi.js +1 -1
  58. package/src/purecloud-platform-client-v2/api/RecordingApi.js +1 -2
  59. package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
  60. package/src/purecloud-platform-client-v2/api/RoutingApi.js +1 -1
  61. package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
  62. package/src/purecloud-platform-client-v2/api/ScreenRecordingApi.js +1 -1
  63. package/src/purecloud-platform-client-v2/api/ScriptsApi.js +1 -1
  64. package/src/purecloud-platform-client-v2/api/SearchApi.js +1 -1
  65. package/src/purecloud-platform-client-v2/api/SettingsApi.js +1 -1
  66. package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +1 -1
  67. package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
  68. package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
  69. package/src/purecloud-platform-client-v2/api/TaskManagementApi.js +1 -1
  70. package/src/purecloud-platform-client-v2/api/TeamsApi.js +1 -1
  71. package/src/purecloud-platform-client-v2/api/TelephonyApi.js +1 -1
  72. package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +1 -1
  73. package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
  74. package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
  75. package/src/purecloud-platform-client-v2/api/UploadsApi.js +1 -1
  76. package/src/purecloud-platform-client-v2/api/UsageApi.js +1 -1
  77. package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
  78. package/src/purecloud-platform-client-v2/api/UsersApi.js +1 -1
  79. package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
  80. package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
  81. package/src/purecloud-platform-client-v2/api/WebChatApi.js +1 -1
  82. package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +1 -1
  83. package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +1 -1
  84. package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
  85. package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +1 -1
  86. package/src/purecloud-platform-client-v2/index.js +1 -1
@@ -18,6 +18,9 @@ define(['axios', 'qs'], (function (axios, qs) { 'use strict';
18
18
  ap_south_1: 'aps1.pure.cloud',
19
19
  us_east_2: 'use2.us-gov-pure.cloud',
20
20
  sa_east_1: 'sae1.pure.cloud',
21
+ me_central_1: 'mec1.pure.cloud',
22
+ ap_northeast_3: 'apne3.pure.cloud',
23
+ eu_central_2: 'euc2.pure.cloud',
21
24
  };
22
25
 
23
26
  const logLevels = {
@@ -399,7 +402,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
399
402
 
400
403
  /**
401
404
  * @module purecloud-platform-client-v2/ApiClient
402
- * @version 192.0.0
405
+ * @version 192.2.0
403
406
  */
404
407
  class ApiClient {
405
408
  /**
@@ -1818,7 +1821,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
1818
1821
  /**
1819
1822
  * Alerting service.
1820
1823
  * @module purecloud-platform-client-v2/api/AlertingApi
1821
- * @version 192.0.0
1824
+ * @version 192.2.0
1822
1825
  */
1823
1826
 
1824
1827
  /**
@@ -2479,7 +2482,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
2479
2482
  /**
2480
2483
  * Analytics service.
2481
2484
  * @module purecloud-platform-client-v2/api/AnalyticsApi
2482
- * @version 192.0.0
2485
+ * @version 192.2.0
2483
2486
  */
2484
2487
 
2485
2488
  /**
@@ -5253,7 +5256,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
5253
5256
  /**
5254
5257
  * Architect service.
5255
5258
  * @module purecloud-platform-client-v2/api/ArchitectApi
5256
- * @version 192.0.0
5259
+ * @version 192.2.0
5257
5260
  */
5258
5261
 
5259
5262
  /**
@@ -9399,7 +9402,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
9399
9402
  /**
9400
9403
  * Audit service.
9401
9404
  * @module purecloud-platform-client-v2/api/AuditApi
9402
- * @version 192.0.0
9405
+ * @version 192.2.0
9403
9406
  */
9404
9407
 
9405
9408
  /**
@@ -9570,7 +9573,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
9570
9573
  /**
9571
9574
  * Authorization service.
9572
9575
  * @module purecloud-platform-client-v2/api/AuthorizationApi
9573
- * @version 192.0.0
9576
+ * @version 192.2.0
9574
9577
  */
9575
9578
 
9576
9579
  /**
@@ -10808,7 +10811,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
10808
10811
  /**
10809
10812
  * Billing service.
10810
10813
  * @module purecloud-platform-client-v2/api/BillingApi
10811
- * @version 192.0.0
10814
+ * @version 192.2.0
10812
10815
  */
10813
10816
 
10814
10817
  /**
@@ -10888,7 +10891,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
10888
10891
  /**
10889
10892
  * CarrierServices service.
10890
10893
  * @module purecloud-platform-client-v2/api/CarrierServicesApi
10891
- * @version 192.0.0
10894
+ * @version 192.2.0
10892
10895
  */
10893
10896
 
10894
10897
  /**
@@ -10958,7 +10961,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
10958
10961
  /**
10959
10962
  * Chat service.
10960
10963
  * @module purecloud-platform-client-v2/api/ChatApi
10961
- * @version 192.0.0
10964
+ * @version 192.2.0
10962
10965
  */
10963
10966
 
10964
10967
  /**
@@ -11847,7 +11850,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
11847
11850
  /**
11848
11851
  * Coaching service.
11849
11852
  * @module purecloud-platform-client-v2/api/CoachingApi
11850
- * @version 192.0.0
11853
+ * @version 192.2.0
11851
11854
  */
11852
11855
 
11853
11856
  /**
@@ -12424,7 +12427,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
12424
12427
  /**
12425
12428
  * ContentManagement service.
12426
12429
  * @module purecloud-platform-client-v2/api/ContentManagementApi
12427
- * @version 192.0.0
12430
+ * @version 192.2.0
12428
12431
  */
12429
12432
 
12430
12433
  /**
@@ -13506,7 +13509,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
13506
13509
  /**
13507
13510
  * Conversations service.
13508
13511
  * @module purecloud-platform-client-v2/api/ConversationsApi
13509
- * @version 192.0.0
13512
+ * @version 192.2.0
13510
13513
  */
13511
13514
 
13512
13515
  /**
@@ -16495,6 +16498,37 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
16495
16498
  );
16496
16499
  }
16497
16500
 
16501
+ /**
16502
+ * Update the utilization label on a conversation. When there is no value provided, the system default label is applied
16503
+ *
16504
+ * @param {String} conversationId conversation ID
16505
+ * @param {Object} body Conversation Utilization Label
16506
+ * patchConversationUtilizationlabel is a preview method and is subject to both breaking and non-breaking changes at any time without notice
16507
+ */
16508
+ patchConversationUtilizationlabel(conversationId, body) {
16509
+ // verify the required parameter 'conversationId' is set
16510
+ if (conversationId === undefined || conversationId === null) {
16511
+ throw 'Missing the required parameter "conversationId" when calling patchConversationUtilizationlabel';
16512
+ }
16513
+ // verify the required parameter 'body' is set
16514
+ if (body === undefined || body === null) {
16515
+ throw 'Missing the required parameter "body" when calling patchConversationUtilizationlabel';
16516
+ }
16517
+
16518
+ return this.apiClient.callApi(
16519
+ '/api/v2/conversations/{conversationId}/utilizationlabel',
16520
+ 'PATCH',
16521
+ { 'conversationId': conversationId },
16522
+ { },
16523
+ { },
16524
+ { },
16525
+ body,
16526
+ ['PureCloud OAuth'],
16527
+ ['application/json'],
16528
+ ['application/json']
16529
+ );
16530
+ }
16531
+
16498
16532
  /**
16499
16533
  * Update after-call work for this conversation communication.
16500
16534
  *
@@ -20717,7 +20751,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
20717
20751
  /**
20718
20752
  * DataExtensions service.
20719
20753
  * @module purecloud-platform-client-v2/api/DataExtensionsApi
20720
- * @version 192.0.0
20754
+ * @version 192.2.0
20721
20755
  */
20722
20756
 
20723
20757
  /**
@@ -20803,7 +20837,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
20803
20837
  /**
20804
20838
  * Downloads service.
20805
20839
  * @module purecloud-platform-client-v2/api/DownloadsApi
20806
- * @version 192.0.0
20840
+ * @version 192.2.0
20807
20841
  */
20808
20842
 
20809
20843
  /**
@@ -20855,7 +20889,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
20855
20889
  /**
20856
20890
  * Emails service.
20857
20891
  * @module purecloud-platform-client-v2/api/EmailsApi
20858
- * @version 192.0.0
20892
+ * @version 192.2.0
20859
20893
  */
20860
20894
 
20861
20895
  /**
@@ -20920,7 +20954,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
20920
20954
  /**
20921
20955
  * Events service.
20922
20956
  * @module purecloud-platform-client-v2/api/EventsApi
20923
- * @version 192.0.0
20957
+ * @version 192.2.0
20924
20958
  */
20925
20959
 
20926
20960
  /**
@@ -21016,7 +21050,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
21016
21050
  /**
21017
21051
  * ExternalContacts service.
21018
21052
  * @module purecloud-platform-client-v2/api/ExternalContactsApi
21019
- * @version 192.0.0
21053
+ * @version 192.2.0
21020
21054
  */
21021
21055
 
21022
21056
  /**
@@ -22974,7 +23008,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
22974
23008
  /**
22975
23009
  * Fax service.
22976
23010
  * @module purecloud-platform-client-v2/api/FaxApi
22977
- * @version 192.0.0
23011
+ * @version 192.2.0
22978
23012
  */
22979
23013
 
22980
23014
  /**
@@ -23189,7 +23223,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
23189
23223
  /**
23190
23224
  * Flows service.
23191
23225
  * @module purecloud-platform-client-v2/api/FlowsApi
23192
- * @version 192.0.0
23226
+ * @version 192.2.0
23193
23227
  */
23194
23228
 
23195
23229
  /**
@@ -23373,7 +23407,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
23373
23407
  /**
23374
23408
  * Gamification service.
23375
23409
  * @module purecloud-platform-client-v2/api/GamificationApi
23376
- * @version 192.0.0
23410
+ * @version 192.2.0
23377
23411
  */
23378
23412
 
23379
23413
  /**
@@ -25459,7 +25493,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
25459
25493
  /**
25460
25494
  * GeneralDataProtectionRegulation service.
25461
25495
  * @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
25462
- * @version 192.0.0
25496
+ * @version 192.2.0
25463
25497
  */
25464
25498
 
25465
25499
  /**
@@ -25589,7 +25623,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
25589
25623
  /**
25590
25624
  * Geolocation service.
25591
25625
  * @module purecloud-platform-client-v2/api/GeolocationApi
25592
- * @version 192.0.0
25626
+ * @version 192.2.0
25593
25627
  */
25594
25628
 
25595
25629
  /**
@@ -25720,7 +25754,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
25720
25754
  /**
25721
25755
  * Greetings service.
25722
25756
  * @module purecloud-platform-client-v2/api/GreetingsApi
25723
- * @version 192.0.0
25757
+ * @version 192.2.0
25724
25758
  */
25725
25759
 
25726
25760
  /**
@@ -26175,7 +26209,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
26175
26209
  /**
26176
26210
  * Groups service.
26177
26211
  * @module purecloud-platform-client-v2/api/GroupsApi
26178
- * @version 192.0.0
26212
+ * @version 192.2.0
26179
26213
  */
26180
26214
 
26181
26215
  /**
@@ -26694,7 +26728,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
26694
26728
  /**
26695
26729
  * IdentityProvider service.
26696
26730
  * @module purecloud-platform-client-v2/api/IdentityProviderApi
26697
- * @version 192.0.0
26731
+ * @version 192.2.0
26698
26732
  */
26699
26733
 
26700
26734
  /**
@@ -27555,7 +27589,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
27555
27589
  /**
27556
27590
  * InfrastructureAsCode service.
27557
27591
  * @module purecloud-platform-client-v2/api/InfrastructureAsCodeApi
27558
- * @version 192.0.0
27592
+ * @version 192.2.0
27559
27593
  */
27560
27594
 
27561
27595
  /**
@@ -27722,7 +27756,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
27722
27756
  /**
27723
27757
  * Integrations service.
27724
27758
  * @module purecloud-platform-client-v2/api/IntegrationsApi
27725
- * @version 192.0.0
27759
+ * @version 192.2.0
27726
27760
  */
27727
27761
 
27728
27762
  /**
@@ -30074,7 +30108,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
30074
30108
  /**
30075
30109
  * Journey service.
30076
30110
  * @module purecloud-platform-client-v2/api/JourneyApi
30077
- * @version 192.0.0
30111
+ * @version 192.2.0
30078
30112
  */
30079
30113
 
30080
30114
  /**
@@ -31428,7 +31462,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
31428
31462
  *
31429
31463
  * @param {Object} opts Optional parameters
31430
31464
  * @param {Object} opts.body
31431
- * postJourneyFlowsPathsQuery is a preview method and is subject to both breaking and non-breaking changes at any time without notice
31432
31465
  */
31433
31466
  postJourneyFlowsPathsQuery(opts) {
31434
31467
  opts = opts || {};
@@ -31664,7 +31697,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
31664
31697
  /**
31665
31698
  * Knowledge service.
31666
31699
  * @module purecloud-platform-client-v2/api/KnowledgeApi
31667
- * @version 192.0.0
31700
+ * @version 192.2.0
31668
31701
  */
31669
31702
 
31670
31703
  /**
@@ -34907,7 +34940,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
34907
34940
  /**
34908
34941
  * LanguageUnderstanding service.
34909
34942
  * @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
34910
- * @version 192.0.0
34943
+ * @version 192.2.0
34911
34944
  */
34912
34945
 
34913
34946
  /**
@@ -35941,7 +35974,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
35941
35974
  /**
35942
35975
  * Languages service.
35943
35976
  * @module purecloud-platform-client-v2/api/LanguagesApi
35944
- * @version 192.0.0
35977
+ * @version 192.2.0
35945
35978
  */
35946
35979
 
35947
35980
  /**
@@ -36163,7 +36196,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
36163
36196
  /**
36164
36197
  * Learning service.
36165
36198
  * @module purecloud-platform-client-v2/api/LearningApi
36166
- * @version 192.0.0
36199
+ * @version 192.2.0
36167
36200
  */
36168
36201
 
36169
36202
  /**
@@ -37018,7 +37051,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
37018
37051
  /**
37019
37052
  * License service.
37020
37053
  * @module purecloud-platform-client-v2/api/LicenseApi
37021
- * @version 192.0.0
37054
+ * @version 192.2.0
37022
37055
  */
37023
37056
 
37024
37057
  /**
@@ -37256,7 +37289,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
37256
37289
  /**
37257
37290
  * Locations service.
37258
37291
  * @module purecloud-platform-client-v2/api/LocationsApi
37259
- * @version 192.0.0
37292
+ * @version 192.2.0
37260
37293
  */
37261
37294
 
37262
37295
  /**
@@ -37492,7 +37525,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
37492
37525
  /**
37493
37526
  * LogCapture service.
37494
37527
  * @module purecloud-platform-client-v2/api/LogCaptureApi
37495
- * @version 192.0.0
37528
+ * @version 192.2.0
37496
37529
  */
37497
37530
 
37498
37531
  /**
@@ -37692,7 +37725,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
37692
37725
  /**
37693
37726
  * Messaging service.
37694
37727
  * @module purecloud-platform-client-v2/api/MessagingApi
37695
- * @version 192.0.0
37728
+ * @version 192.2.0
37696
37729
  */
37697
37730
 
37698
37731
  /**
@@ -38051,7 +38084,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
38051
38084
  /**
38052
38085
  * MobileDevices service.
38053
38086
  * @module purecloud-platform-client-v2/api/MobileDevicesApi
38054
- * @version 192.0.0
38087
+ * @version 192.2.0
38055
38088
  */
38056
38089
 
38057
38090
  /**
@@ -38202,7 +38235,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
38202
38235
  /**
38203
38236
  * Notifications service.
38204
38237
  * @module purecloud-platform-client-v2/api/NotificationsApi
38205
- * @version 192.0.0
38238
+ * @version 192.2.0
38206
38239
  */
38207
38240
 
38208
38241
  /**
@@ -38435,7 +38468,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
38435
38468
  /**
38436
38469
  * OAuth service.
38437
38470
  * @module purecloud-platform-client-v2/api/OAuthApi
38438
- * @version 192.0.0
38471
+ * @version 192.2.0
38439
38472
  */
38440
38473
 
38441
38474
  /**
@@ -38801,7 +38834,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
38801
38834
  /**
38802
38835
  * Objects service.
38803
38836
  * @module purecloud-platform-client-v2/api/ObjectsApi
38804
- * @version 192.0.0
38837
+ * @version 192.2.0
38805
38838
  */
38806
38839
 
38807
38840
  /**
@@ -39071,7 +39104,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
39071
39104
  /**
39072
39105
  * OperationalEvents service.
39073
39106
  * @module purecloud-platform-client-v2/api/OperationalEventsApi
39074
- * @version 192.0.0
39107
+ * @version 192.2.0
39075
39108
  */
39076
39109
 
39077
39110
  /**
@@ -39137,7 +39170,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
39137
39170
  /**
39138
39171
  * Organization service.
39139
39172
  * @module purecloud-platform-client-v2/api/OrganizationApi
39140
- * @version 192.0.0
39173
+ * @version 192.2.0
39141
39174
  */
39142
39175
 
39143
39176
  /**
@@ -39592,7 +39625,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
39592
39625
  /**
39593
39626
  * OrganizationAuthorization service.
39594
39627
  * @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
39595
- * @version 192.0.0
39628
+ * @version 192.2.0
39596
39629
  */
39597
39630
 
39598
39631
  /**
@@ -40939,7 +40972,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
40939
40972
  /**
40940
40973
  * Outbound service.
40941
40974
  * @module purecloud-platform-client-v2/api/OutboundApi
40942
- * @version 192.0.0
40975
+ * @version 192.2.0
40943
40976
  */
40944
40977
 
40945
40978
  /**
@@ -45181,7 +45214,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
45181
45214
  /**
45182
45215
  * Presence service.
45183
45216
  * @module purecloud-platform-client-v2/api/PresenceApi
45184
- * @version 192.0.0
45217
+ * @version 192.2.0
45185
45218
  */
45186
45219
 
45187
45220
  /**
@@ -45925,7 +45958,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
45925
45958
  /**
45926
45959
  * ProcessAutomation service.
45927
45960
  * @module purecloud-platform-client-v2/api/ProcessAutomationApi
45928
- * @version 192.0.0
45961
+ * @version 192.2.0
45929
45962
  */
45930
45963
 
45931
45964
  /**
@@ -46164,7 +46197,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
46164
46197
  /**
46165
46198
  * Quality service.
46166
46199
  * @module purecloud-platform-client-v2/api/QualityApi
46167
- * @version 192.0.0
46200
+ * @version 192.2.0
46168
46201
  */
46169
46202
 
46170
46203
  /**
@@ -47921,7 +47954,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
47921
47954
  /**
47922
47955
  * Recording service.
47923
47956
  * @module purecloud-platform-client-v2/api/RecordingApi
47924
- * @version 192.0.0
47957
+ * @version 192.2.0
47925
47958
  */
47926
47959
 
47927
47960
  /**
@@ -48834,7 +48867,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
48834
48867
  /**
48835
48868
  * Retrieves an object containing the total number of concurrent active screen recordings
48836
48869
  *
48837
- * getRecordingsScreensessionsDetails is a preview method and is subject to both breaking and non-breaking changes at any time without notice
48838
48870
  */
48839
48871
  getRecordingsScreensessionsDetails() {
48840
48872
 
@@ -49580,7 +49612,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
49580
49612
  /**
49581
49613
  * ResponseManagement service.
49582
49614
  * @module purecloud-platform-client-v2/api/ResponseManagementApi
49583
- * @version 192.0.0
49615
+ * @version 192.2.0
49584
49616
  */
49585
49617
 
49586
49618
  /**
@@ -50090,7 +50122,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
50090
50122
  /**
50091
50123
  * Routing service.
50092
50124
  * @module purecloud-platform-client-v2/api/RoutingApi
50093
- * @version 192.0.0
50125
+ * @version 192.2.0
50094
50126
  */
50095
50127
 
50096
50128
  /**
@@ -54070,7 +54102,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
54070
54102
  /**
54071
54103
  * SCIM service.
54072
54104
  * @module purecloud-platform-client-v2/api/SCIMApi
54073
- * @version 192.0.0
54105
+ * @version 192.2.0
54074
54106
  */
54075
54107
 
54076
54108
  /**
@@ -54947,7 +54979,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
54947
54979
  /**
54948
54980
  * ScreenRecording service.
54949
54981
  * @module purecloud-platform-client-v2/api/ScreenRecordingApi
54950
- * @version 192.0.0
54982
+ * @version 192.2.0
54951
54983
  */
54952
54984
 
54953
54985
  /**
@@ -54992,7 +55024,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
54992
55024
  /**
54993
55025
  * Scripts service.
54994
55026
  * @module purecloud-platform-client-v2/api/ScriptsApi
54995
- * @version 192.0.0
55027
+ * @version 192.2.0
54996
55028
  */
54997
55029
 
54998
55030
  /**
@@ -55436,7 +55468,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
55436
55468
  /**
55437
55469
  * Search service.
55438
55470
  * @module purecloud-platform-client-v2/api/SearchApi
55439
- * @version 192.0.0
55471
+ * @version 192.2.0
55440
55472
  */
55441
55473
 
55442
55474
  /**
@@ -56125,7 +56157,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
56125
56157
  /**
56126
56158
  * Settings service.
56127
56159
  * @module purecloud-platform-client-v2/api/SettingsApi
56128
- * @version 192.0.0
56160
+ * @version 192.2.0
56129
56161
  */
56130
56162
 
56131
56163
  /**
@@ -56237,7 +56269,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
56237
56269
  /**
56238
56270
  * SpeechTextAnalytics service.
56239
56271
  * @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
56240
- * @version 192.0.0
56272
+ * @version 192.2.0
56241
56273
  */
56242
56274
 
56243
56275
  /**
@@ -57351,7 +57383,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
57351
57383
  /**
57352
57384
  * Stations service.
57353
57385
  * @module purecloud-platform-client-v2/api/StationsApi
57354
- * @version 192.0.0
57386
+ * @version 192.2.0
57355
57387
  */
57356
57388
 
57357
57389
  /**
@@ -57453,7 +57485,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
57453
57485
  /**
57454
57486
  * Suggest service.
57455
57487
  * @module purecloud-platform-client-v2/api/SuggestApi
57456
- * @version 192.0.0
57488
+ * @version 192.2.0
57457
57489
  */
57458
57490
 
57459
57491
  /**
@@ -57592,7 +57624,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
57592
57624
  /**
57593
57625
  * TaskManagement service.
57594
57626
  * @module purecloud-platform-client-v2/api/TaskManagementApi
57595
- * @version 192.0.0
57627
+ * @version 192.2.0
57596
57628
  */
57597
57629
 
57598
57630
  /**
@@ -58977,7 +59009,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
58977
59009
  /**
58978
59010
  * Teams service.
58979
59011
  * @module purecloud-platform-client-v2/api/TeamsApi
58980
- * @version 192.0.0
59012
+ * @version 192.2.0
58981
59013
  */
58982
59014
 
58983
59015
  /**
@@ -59279,7 +59311,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
59279
59311
  /**
59280
59312
  * Telephony service.
59281
59313
  * @module purecloud-platform-client-v2/api/TelephonyApi
59282
- * @version 192.0.0
59314
+ * @version 192.2.0
59283
59315
  */
59284
59316
 
59285
59317
  /**
@@ -59461,7 +59493,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
59461
59493
  /**
59462
59494
  * TelephonyProvidersEdge service.
59463
59495
  * @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
59464
- * @version 192.0.0
59496
+ * @version 192.2.0
59465
59497
  */
59466
59498
 
59467
59499
  /**
@@ -62789,7 +62821,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
62789
62821
  /**
62790
62822
  * Textbots service.
62791
62823
  * @module purecloud-platform-client-v2/api/TextbotsApi
62792
- * @version 192.0.0
62824
+ * @version 192.2.0
62793
62825
  */
62794
62826
 
62795
62827
  /**
@@ -62917,7 +62949,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
62917
62949
  /**
62918
62950
  * Tokens service.
62919
62951
  * @module purecloud-platform-client-v2/api/TokensApi
62920
- * @version 192.0.0
62952
+ * @version 192.2.0
62921
62953
  */
62922
62954
 
62923
62955
  /**
@@ -63071,7 +63103,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
63071
63103
  /**
63072
63104
  * Uploads service.
63073
63105
  * @module purecloud-platform-client-v2/api/UploadsApi
63074
- * @version 192.0.0
63106
+ * @version 192.2.0
63075
63107
  */
63076
63108
 
63077
63109
  /**
@@ -63340,7 +63372,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
63340
63372
  /**
63341
63373
  * Usage service.
63342
63374
  * @module purecloud-platform-client-v2/api/UsageApi
63343
- * @version 192.0.0
63375
+ * @version 192.2.0
63344
63376
  */
63345
63377
 
63346
63378
  /**
@@ -63555,7 +63587,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
63555
63587
  /**
63556
63588
  * UserRecordings service.
63557
63589
  * @module purecloud-platform-client-v2/api/UserRecordingsApi
63558
- * @version 192.0.0
63590
+ * @version 192.2.0
63559
63591
  */
63560
63592
 
63561
63593
  /**
@@ -63740,7 +63772,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
63740
63772
  /**
63741
63773
  * Users service.
63742
63774
  * @module purecloud-platform-client-v2/api/UsersApi
63743
- * @version 192.0.0
63775
+ * @version 192.2.0
63744
63776
  */
63745
63777
 
63746
63778
  /**
@@ -66399,7 +66431,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
66399
66431
  /**
66400
66432
  * Utilities service.
66401
66433
  * @module purecloud-platform-client-v2/api/UtilitiesApi
66402
- * @version 192.0.0
66434
+ * @version 192.2.0
66403
66435
  */
66404
66436
 
66405
66437
  /**
@@ -66510,7 +66542,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
66510
66542
  /**
66511
66543
  * Voicemail service.
66512
66544
  * @module purecloud-platform-client-v2/api/VoicemailApi
66513
- * @version 192.0.0
66545
+ * @version 192.2.0
66514
66546
  */
66515
66547
 
66516
66548
  /**
@@ -67177,7 +67209,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
67177
67209
  /**
67178
67210
  * WebChat service.
67179
67211
  * @module purecloud-platform-client-v2/api/WebChatApi
67180
- * @version 192.0.0
67212
+ * @version 192.2.0
67181
67213
  */
67182
67214
 
67183
67215
  /**
@@ -67728,7 +67760,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
67728
67760
  /**
67729
67761
  * WebDeployments service.
67730
67762
  * @module purecloud-platform-client-v2/api/WebDeploymentsApi
67731
- * @version 192.0.0
67763
+ * @version 192.2.0
67732
67764
  */
67733
67765
 
67734
67766
  /**
@@ -68255,7 +68287,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
68255
68287
  /**
68256
68288
  * WebMessaging service.
68257
68289
  * @module purecloud-platform-client-v2/api/WebMessagingApi
68258
- * @version 192.0.0
68290
+ * @version 192.2.0
68259
68291
  */
68260
68292
 
68261
68293
  /**
@@ -68301,7 +68333,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
68301
68333
  /**
68302
68334
  * Widgets service.
68303
68335
  * @module purecloud-platform-client-v2/api/WidgetsApi
68304
- * @version 192.0.0
68336
+ * @version 192.2.0
68305
68337
  */
68306
68338
 
68307
68339
  /**
@@ -68447,7 +68479,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
68447
68479
  /**
68448
68480
  * WorkforceManagement service.
68449
68481
  * @module purecloud-platform-client-v2/api/WorkforceManagementApi
68450
- * @version 192.0.0
68482
+ * @version 192.2.0
68451
68483
  */
68452
68484
 
68453
68485
  /**
@@ -74358,7 +74390,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
74358
74390
  * </pre>
74359
74391
  * </p>
74360
74392
  * @module purecloud-platform-client-v2/index
74361
- * @version 192.0.0
74393
+ * @version 192.2.0
74362
74394
  */
74363
74395
  class platformClient {
74364
74396
  constructor() {