purecloud-platform-client-v2 188.0.1 → 188.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 (85) hide show
  1. package/README.md +2 -2
  2. package/dist/node/purecloud-platform-client-v2.js +426 -83
  3. package/dist/web-amd/purecloud-platform-client-v2.js +426 -83
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +166 -84
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +166 -84
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +200 -1
  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 -2
  13. package/src/purecloud-platform-client-v2/api/ArchitectApi.js +1 -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 +5 -5
  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 +187 -1
  38. package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +161 -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 +1 -1
  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/LogCaptureApi.js +1 -1
  45. package/src/purecloud-platform-client-v2/api/MessagingApi.js +1 -1
  46. package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +1 -1
  47. package/src/purecloud-platform-client-v2/api/NotificationsApi.js +1 -1
  48. package/src/purecloud-platform-client-v2/api/OAuthApi.js +1 -1
  49. package/src/purecloud-platform-client-v2/api/ObjectsApi.js +1 -1
  50. package/src/purecloud-platform-client-v2/api/OperationalEventsApi.js +1 -1
  51. package/src/purecloud-platform-client-v2/api/OrganizationApi.js +1 -1
  52. package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +1 -1
  53. package/src/purecloud-platform-client-v2/api/OutboundApi.js +1 -1
  54. package/src/purecloud-platform-client-v2/api/PresenceApi.js +1 -1
  55. package/src/purecloud-platform-client-v2/api/ProcessAutomationApi.js +1 -1
  56. package/src/purecloud-platform-client-v2/api/QualityApi.js +1 -1
  57. package/src/purecloud-platform-client-v2/api/RecordingApi.js +1 -1
  58. package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
  59. package/src/purecloud-platform-client-v2/api/RoutingApi.js +1 -1
  60. package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
  61. package/src/purecloud-platform-client-v2/api/ScreenRecordingApi.js +1 -1
  62. package/src/purecloud-platform-client-v2/api/ScriptsApi.js +1 -1
  63. package/src/purecloud-platform-client-v2/api/SearchApi.js +1 -1
  64. package/src/purecloud-platform-client-v2/api/SettingsApi.js +1 -1
  65. package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +1 -1
  66. package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
  67. package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
  68. package/src/purecloud-platform-client-v2/api/TaskManagementApi.js +1 -1
  69. package/src/purecloud-platform-client-v2/api/TeamsApi.js +1 -1
  70. package/src/purecloud-platform-client-v2/api/TelephonyApi.js +1 -1
  71. package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +1 -1
  72. package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
  73. package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -3
  74. package/src/purecloud-platform-client-v2/api/UploadsApi.js +1 -1
  75. package/src/purecloud-platform-client-v2/api/UsageApi.js +1 -1
  76. package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
  77. package/src/purecloud-platform-client-v2/api/UsersApi.js +1 -1
  78. package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
  79. package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
  80. package/src/purecloud-platform-client-v2/api/WebChatApi.js +1 -1
  81. package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +1 -1
  82. package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +1 -1
  83. package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
  84. package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +1 -1
  85. 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 188.0.1
405
+ * @version 188.1.0
406
406
  */
407
407
  class ApiClient {
408
408
  /**
@@ -1821,7 +1821,7 @@ class AlertingApi {
1821
1821
  /**
1822
1822
  * Alerting service.
1823
1823
  * @module purecloud-platform-client-v2/api/AlertingApi
1824
- * @version 188.0.1
1824
+ * @version 188.1.0
1825
1825
  */
1826
1826
 
1827
1827
  /**
@@ -2482,7 +2482,7 @@ class AnalyticsApi {
2482
2482
  /**
2483
2483
  * Analytics service.
2484
2484
  * @module purecloud-platform-client-v2/api/AnalyticsApi
2485
- * @version 188.0.1
2485
+ * @version 188.1.0
2486
2486
  */
2487
2487
 
2488
2488
  /**
@@ -4486,7 +4486,6 @@ class AnalyticsApi {
4486
4486
  * Query for knowledge aggregates
4487
4487
  *
4488
4488
  * @param {Object} body query
4489
- * postAnalyticsKnowledgeAggregatesQuery is a preview method and is subject to both breaking and non-breaking changes at any time without notice
4490
4489
  */
4491
4490
  postAnalyticsKnowledgeAggregatesQuery(body) {
4492
4491
  // verify the required parameter 'body' is set
@@ -5096,7 +5095,7 @@ class ArchitectApi {
5096
5095
  /**
5097
5096
  * Architect service.
5098
5097
  * @module purecloud-platform-client-v2/api/ArchitectApi
5099
- * @version 188.0.1
5098
+ * @version 188.1.0
5100
5099
  */
5101
5100
 
5102
5101
  /**
@@ -8950,7 +8949,7 @@ class AuditApi {
8950
8949
  /**
8951
8950
  * Audit service.
8952
8951
  * @module purecloud-platform-client-v2/api/AuditApi
8953
- * @version 188.0.1
8952
+ * @version 188.1.0
8954
8953
  */
8955
8954
 
8956
8955
  /**
@@ -9121,7 +9120,7 @@ class AuthorizationApi {
9121
9120
  /**
9122
9121
  * Authorization service.
9123
9122
  * @module purecloud-platform-client-v2/api/AuthorizationApi
9124
- * @version 188.0.1
9123
+ * @version 188.1.0
9125
9124
  */
9126
9125
 
9127
9126
  /**
@@ -10351,7 +10350,7 @@ class BillingApi {
10351
10350
  /**
10352
10351
  * Billing service.
10353
10352
  * @module purecloud-platform-client-v2/api/BillingApi
10354
- * @version 188.0.1
10353
+ * @version 188.1.0
10355
10354
  */
10356
10355
 
10357
10356
  /**
@@ -10431,7 +10430,7 @@ class CarrierServicesApi {
10431
10430
  /**
10432
10431
  * CarrierServices service.
10433
10432
  * @module purecloud-platform-client-v2/api/CarrierServicesApi
10434
- * @version 188.0.1
10433
+ * @version 188.1.0
10435
10434
  */
10436
10435
 
10437
10436
  /**
@@ -10501,7 +10500,7 @@ class ChatApi {
10501
10500
  /**
10502
10501
  * Chat service.
10503
10502
  * @module purecloud-platform-client-v2/api/ChatApi
10504
- * @version 188.0.1
10503
+ * @version 188.1.0
10505
10504
  */
10506
10505
 
10507
10506
  /**
@@ -11236,7 +11235,7 @@ class CoachingApi {
11236
11235
  /**
11237
11236
  * Coaching service.
11238
11237
  * @module purecloud-platform-client-v2/api/CoachingApi
11239
- * @version 188.0.1
11238
+ * @version 188.1.0
11240
11239
  */
11241
11240
 
11242
11241
  /**
@@ -11813,7 +11812,7 @@ class ContentManagementApi {
11813
11812
  /**
11814
11813
  * ContentManagement service.
11815
11814
  * @module purecloud-platform-client-v2/api/ContentManagementApi
11816
- * @version 188.0.1
11815
+ * @version 188.1.0
11817
11816
  */
11818
11817
 
11819
11818
  /**
@@ -12895,7 +12894,7 @@ class ConversationsApi {
12895
12894
  /**
12896
12895
  * Conversations service.
12897
12896
  * @module purecloud-platform-client-v2/api/ConversationsApi
12898
- * @version 188.0.1
12897
+ * @version 188.1.0
12899
12898
  */
12900
12899
 
12901
12900
  /**
@@ -20063,7 +20062,7 @@ class DataExtensionsApi {
20063
20062
  /**
20064
20063
  * DataExtensions service.
20065
20064
  * @module purecloud-platform-client-v2/api/DataExtensionsApi
20066
- * @version 188.0.1
20065
+ * @version 188.1.0
20067
20066
  */
20068
20067
 
20069
20068
  /**
@@ -20149,7 +20148,7 @@ class DownloadsApi {
20149
20148
  /**
20150
20149
  * Downloads service.
20151
20150
  * @module purecloud-platform-client-v2/api/DownloadsApi
20152
- * @version 188.0.1
20151
+ * @version 188.1.0
20153
20152
  */
20154
20153
 
20155
20154
  /**
@@ -20201,7 +20200,7 @@ class EmailsApi {
20201
20200
  /**
20202
20201
  * Emails service.
20203
20202
  * @module purecloud-platform-client-v2/api/EmailsApi
20204
- * @version 188.0.1
20203
+ * @version 188.1.0
20205
20204
  */
20206
20205
 
20207
20206
  /**
@@ -20266,7 +20265,7 @@ class EventsApi {
20266
20265
  /**
20267
20266
  * Events service.
20268
20267
  * @module purecloud-platform-client-v2/api/EventsApi
20269
- * @version 188.0.1
20268
+ * @version 188.1.0
20270
20269
  */
20271
20270
 
20272
20271
  /**
@@ -20362,7 +20361,7 @@ class ExternalContactsApi {
20362
20361
  /**
20363
20362
  * ExternalContacts service.
20364
20363
  * @module purecloud-platform-client-v2/api/ExternalContactsApi
20365
- * @version 188.0.1
20364
+ * @version 188.1.0
20366
20365
  */
20367
20366
 
20368
20367
  /**
@@ -21223,7 +21222,7 @@ class ExternalContactsApi {
21223
21222
  * Scan for external contacts using paging
21224
21223
  *
21225
21224
  * @param {Object} opts Optional parameters
21226
- * @param {Number} opts.limit The number of contacts per page; must be between 10 and 200, default is 100)
21225
+ * @param {Number} opts.limit The number of contacts per page; must be between 10 and 200, default is 100
21227
21226
  * @param {String} opts.cursor Indicates where to resume query results (not required for first page), each page returns a new cursor with a 24h TTL
21228
21227
  */
21229
21228
  getExternalcontactsScanContacts(opts) {
@@ -21248,7 +21247,7 @@ class ExternalContactsApi {
21248
21247
  * Scan for notes using paging
21249
21248
  *
21250
21249
  * @param {Object} opts Optional parameters
21251
- * @param {Number} opts.limit The number of notes per page; must be between 10 and 200, default is 100)
21250
+ * @param {Number} opts.limit The number of notes per page; must be between 10 and 200, default is 100
21252
21251
  * @param {String} opts.cursor Indicates where to resume query results (not required for first page), each page returns a new cursor with a 24h TTL
21253
21252
  */
21254
21253
  getExternalcontactsScanNotes(opts) {
@@ -21273,7 +21272,7 @@ class ExternalContactsApi {
21273
21272
  * Scan for external organizations using paging
21274
21273
  *
21275
21274
  * @param {Object} opts Optional parameters
21276
- * @param {Number} opts.limit The number of organizations per page; must be between 10 and 200, default is 100)
21275
+ * @param {Number} opts.limit The number of organizations per page; must be between 10 and 200, default is 100
21277
21276
  * @param {String} opts.cursor Indicates where to resume query results (not required for first page), each page returns a new cursor with a 24h TTL
21278
21277
  */
21279
21278
  getExternalcontactsScanOrganizations(opts) {
@@ -21298,7 +21297,7 @@ class ExternalContactsApi {
21298
21297
  * Scan for relationships
21299
21298
  *
21300
21299
  * @param {Object} opts Optional parameters
21301
- * @param {Number} opts.limit The number of relationships per page; must be between 10 and 200, default is 100)
21300
+ * @param {Number} opts.limit The number of relationships per page; must be between 10 and 200, default is 100
21302
21301
  * @param {String} opts.cursor Indicates where to resume query results (not required for first page), each page returns a new cursor with a 24h TTL
21303
21302
  */
21304
21303
  getExternalcontactsScanRelationships(opts) {
@@ -22320,7 +22319,7 @@ class FaxApi {
22320
22319
  /**
22321
22320
  * Fax service.
22322
22321
  * @module purecloud-platform-client-v2/api/FaxApi
22323
- * @version 188.0.1
22322
+ * @version 188.1.0
22324
22323
  */
22325
22324
 
22326
22325
  /**
@@ -22491,7 +22490,7 @@ class FlowsApi {
22491
22490
  /**
22492
22491
  * Flows service.
22493
22492
  * @module purecloud-platform-client-v2/api/FlowsApi
22494
- * @version 188.0.1
22493
+ * @version 188.1.0
22495
22494
  */
22496
22495
 
22497
22496
  /**
@@ -22675,7 +22674,7 @@ class GamificationApi {
22675
22674
  /**
22676
22675
  * Gamification service.
22677
22676
  * @module purecloud-platform-client-v2/api/GamificationApi
22678
- * @version 188.0.1
22677
+ * @version 188.1.0
22679
22678
  */
22680
22679
 
22681
22680
  /**
@@ -24761,7 +24760,7 @@ class GeneralDataProtectionRegulationApi {
24761
24760
  /**
24762
24761
  * GeneralDataProtectionRegulation service.
24763
24762
  * @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
24764
- * @version 188.0.1
24763
+ * @version 188.1.0
24765
24764
  */
24766
24765
 
24767
24766
  /**
@@ -24891,7 +24890,7 @@ class GeolocationApi {
24891
24890
  /**
24892
24891
  * Geolocation service.
24893
24892
  * @module purecloud-platform-client-v2/api/GeolocationApi
24894
- * @version 188.0.1
24893
+ * @version 188.1.0
24895
24894
  */
24896
24895
 
24897
24896
  /**
@@ -25022,7 +25021,7 @@ class GreetingsApi {
25022
25021
  /**
25023
25022
  * Greetings service.
25024
25023
  * @module purecloud-platform-client-v2/api/GreetingsApi
25025
- * @version 188.0.1
25024
+ * @version 188.1.0
25026
25025
  */
25027
25026
 
25028
25027
  /**
@@ -25477,7 +25476,7 @@ class GroupsApi {
25477
25476
  /**
25478
25477
  * Groups service.
25479
25478
  * @module purecloud-platform-client-v2/api/GroupsApi
25480
- * @version 188.0.1
25479
+ * @version 188.1.0
25481
25480
  */
25482
25481
 
25483
25482
  /**
@@ -25996,7 +25995,7 @@ class IdentityProviderApi {
25996
25995
  /**
25997
25996
  * IdentityProvider service.
25998
25997
  * @module purecloud-platform-client-v2/api/IdentityProviderApi
25999
- * @version 188.0.1
25998
+ * @version 188.1.0
26000
25999
  */
26001
26000
 
26002
26001
  /**
@@ -26857,7 +26856,7 @@ class InfrastructureAsCodeApi {
26857
26856
  /**
26858
26857
  * InfrastructureAsCode service.
26859
26858
  * @module purecloud-platform-client-v2/api/InfrastructureAsCodeApi
26860
- * @version 188.0.1
26859
+ * @version 188.1.0
26861
26860
  */
26862
26861
 
26863
26862
  /**
@@ -27024,7 +27023,7 @@ class IntegrationsApi {
27024
27023
  /**
27025
27024
  * Integrations service.
27026
27025
  * @module purecloud-platform-client-v2/api/IntegrationsApi
27027
- * @version 188.0.1
27026
+ * @version 188.1.0
27028
27027
  */
27029
27028
 
27030
27029
  /**
@@ -29146,7 +29145,7 @@ class JourneyApi {
29146
29145
  /**
29147
29146
  * Journey service.
29148
29147
  * @module purecloud-platform-client-v2/api/JourneyApi
29149
- * @version 188.0.1
29148
+ * @version 188.1.0
29150
29149
  */
29151
29150
 
29152
29151
  /**
@@ -29290,6 +29289,32 @@ class JourneyApi {
29290
29289
  );
29291
29290
  }
29292
29291
 
29292
+ /**
29293
+ * Delete a Journey View by ID
29294
+ * deletes all versions
29295
+ * @param {String} viewId viewId
29296
+ * deleteJourneyView is a preview method and is subject to both breaking and non-breaking changes at any time without notice
29297
+ */
29298
+ deleteJourneyView(viewId) {
29299
+ // verify the required parameter 'viewId' is set
29300
+ if (viewId === undefined || viewId === null) {
29301
+ throw 'Missing the required parameter "viewId" when calling deleteJourneyView';
29302
+ }
29303
+
29304
+ return this.apiClient.callApi(
29305
+ '/api/v2/journey/views/{viewId}',
29306
+ 'DELETE',
29307
+ { 'viewId': viewId },
29308
+ { },
29309
+ { },
29310
+ { },
29311
+ null,
29312
+ ['PureCloud OAuth'],
29313
+ ['application/json'],
29314
+ ['application/json']
29315
+ );
29316
+ }
29317
+
29293
29318
  /**
29294
29319
  * Get status for async query for journey aggregates
29295
29320
  *
@@ -29913,6 +29938,84 @@ class JourneyApi {
29913
29938
  );
29914
29939
  }
29915
29940
 
29941
+ /**
29942
+ * Get a Journey View by ID
29943
+ * returns the latest version
29944
+ * @param {String} viewId viewId
29945
+ * getJourneyView is a preview method and is subject to both breaking and non-breaking changes at any time without notice
29946
+ */
29947
+ getJourneyView(viewId) {
29948
+ // verify the required parameter 'viewId' is set
29949
+ if (viewId === undefined || viewId === null) {
29950
+ throw 'Missing the required parameter "viewId" when calling getJourneyView';
29951
+ }
29952
+
29953
+ return this.apiClient.callApi(
29954
+ '/api/v2/journey/views/{viewId}',
29955
+ 'GET',
29956
+ { 'viewId': viewId },
29957
+ { },
29958
+ { },
29959
+ { },
29960
+ null,
29961
+ ['PureCloud OAuth'],
29962
+ ['application/json'],
29963
+ ['application/json']
29964
+ );
29965
+ }
29966
+
29967
+ /**
29968
+ * Get a Journey View by ID and version
29969
+ *
29970
+ * @param {String} viewId viewId
29971
+ * @param {String} versionId versionId
29972
+ * getJourneyViewVersion is a preview method and is subject to both breaking and non-breaking changes at any time without notice
29973
+ */
29974
+ getJourneyViewVersion(viewId, versionId) {
29975
+ // verify the required parameter 'viewId' is set
29976
+ if (viewId === undefined || viewId === null) {
29977
+ throw 'Missing the required parameter "viewId" when calling getJourneyViewVersion';
29978
+ }
29979
+ // verify the required parameter 'versionId' is set
29980
+ if (versionId === undefined || versionId === null) {
29981
+ throw 'Missing the required parameter "versionId" when calling getJourneyViewVersion';
29982
+ }
29983
+
29984
+ return this.apiClient.callApi(
29985
+ '/api/v2/journey/views/{viewId}/versions/{versionId}',
29986
+ 'GET',
29987
+ { 'viewId': viewId,'versionId': versionId },
29988
+ { },
29989
+ { },
29990
+ { },
29991
+ null,
29992
+ ['PureCloud OAuth'],
29993
+ ['application/json'],
29994
+ ['application/json']
29995
+ );
29996
+ }
29997
+
29998
+ /**
29999
+ * Get a list of Journey Views
30000
+ *
30001
+ * getJourneyViews is a preview method and is subject to both breaking and non-breaking changes at any time without notice
30002
+ */
30003
+ getJourneyViews() {
30004
+
30005
+ return this.apiClient.callApi(
30006
+ '/api/v2/journey/views',
30007
+ 'GET',
30008
+ { },
30009
+ { },
30010
+ { },
30011
+ { },
30012
+ null,
30013
+ ['PureCloud OAuth'],
30014
+ ['application/json'],
30015
+ ['application/json']
30016
+ );
30017
+ }
30018
+
29916
30019
  /**
29917
30020
  * Update single action map.
29918
30021
  *
@@ -30241,6 +30344,31 @@ class JourneyApi {
30241
30344
  );
30242
30345
  }
30243
30346
 
30347
+ /**
30348
+ * Query for flow paths.
30349
+ *
30350
+ * @param {Object} opts Optional parameters
30351
+ * @param {Object} opts.body
30352
+ * postJourneyFlowsPathsQuery is a preview method and is subject to both breaking and non-breaking changes at any time without notice
30353
+ */
30354
+ postJourneyFlowsPathsQuery(opts) {
30355
+ opts = opts || {};
30356
+
30357
+
30358
+ return this.apiClient.callApi(
30359
+ '/api/v2/journey/flows/paths/query',
30360
+ 'POST',
30361
+ { },
30362
+ { },
30363
+ { },
30364
+ { },
30365
+ opts['body'],
30366
+ ['PureCloud OAuth'],
30367
+ ['application/json'],
30368
+ ['application/json']
30369
+ );
30370
+ }
30371
+
30244
30372
  /**
30245
30373
  * Create an outcome.
30246
30374
  *
@@ -30338,13 +30466,70 @@ class JourneyApi {
30338
30466
  );
30339
30467
  }
30340
30468
 
30469
+ /**
30470
+ * Update a Journey View by ID
30471
+ * creates a new version
30472
+ * @param {String} viewId viewId
30473
+ * @param {Object} body JourneyView
30474
+ * postJourneyViewVersions is a preview method and is subject to both breaking and non-breaking changes at any time without notice
30475
+ */
30476
+ postJourneyViewVersions(viewId, body) {
30477
+ // verify the required parameter 'viewId' is set
30478
+ if (viewId === undefined || viewId === null) {
30479
+ throw 'Missing the required parameter "viewId" when calling postJourneyViewVersions';
30480
+ }
30481
+ // verify the required parameter 'body' is set
30482
+ if (body === undefined || body === null) {
30483
+ throw 'Missing the required parameter "body" when calling postJourneyViewVersions';
30484
+ }
30485
+
30486
+ return this.apiClient.callApi(
30487
+ '/api/v2/journey/views/{viewId}/versions',
30488
+ 'POST',
30489
+ { 'viewId': viewId },
30490
+ { },
30491
+ { },
30492
+ { },
30493
+ body,
30494
+ ['PureCloud OAuth'],
30495
+ ['application/json'],
30496
+ ['application/json']
30497
+ );
30498
+ }
30499
+
30500
+ /**
30501
+ * Create a new Journey View
30502
+ *
30503
+ * @param {Object} body JourneyView
30504
+ * postJourneyViews is a preview method and is subject to both breaking and non-breaking changes at any time without notice
30505
+ */
30506
+ postJourneyViews(body) {
30507
+ // verify the required parameter 'body' is set
30508
+ if (body === undefined || body === null) {
30509
+ throw 'Missing the required parameter "body" when calling postJourneyViews';
30510
+ }
30511
+
30512
+ return this.apiClient.callApi(
30513
+ '/api/v2/journey/views',
30514
+ 'POST',
30515
+ { },
30516
+ { },
30517
+ { },
30518
+ { },
30519
+ body,
30520
+ ['PureCloud OAuth'],
30521
+ ['application/json'],
30522
+ ['application/json']
30523
+ );
30524
+ }
30525
+
30341
30526
  }
30342
30527
 
30343
30528
  class KnowledgeApi {
30344
30529
  /**
30345
30530
  * Knowledge service.
30346
30531
  * @module purecloud-platform-client-v2/api/KnowledgeApi
30347
- * @version 188.0.1
30532
+ * @version 188.1.0
30348
30533
  */
30349
30534
 
30350
30535
  /**
@@ -32493,6 +32678,40 @@ class KnowledgeApi {
32493
32678
  );
32494
32679
  }
32495
32680
 
32681
+ /**
32682
+ * Indicate that the document was copied by the user.
32683
+ *
32684
+ * @param {String} sessionId Knowledge guest session ID.
32685
+ * @param {String} documentId Document ID
32686
+ * @param {Object} opts Optional parameters
32687
+ * @param {Object} opts.body
32688
+ */
32689
+ postKnowledgeGuestSessionDocumentCopies(sessionId, documentId, opts) {
32690
+ opts = opts || {};
32691
+
32692
+ // verify the required parameter 'sessionId' is set
32693
+ if (sessionId === undefined || sessionId === null) {
32694
+ throw 'Missing the required parameter "sessionId" when calling postKnowledgeGuestSessionDocumentCopies';
32695
+ }
32696
+ // verify the required parameter 'documentId' is set
32697
+ if (documentId === undefined || documentId === null) {
32698
+ throw 'Missing the required parameter "documentId" when calling postKnowledgeGuestSessionDocumentCopies';
32699
+ }
32700
+
32701
+ return this.apiClient.callApi(
32702
+ '/api/v2/knowledge/guest/sessions/{sessionId}/documents/{documentId}/copies',
32703
+ 'POST',
32704
+ { 'sessionId': sessionId,'documentId': documentId },
32705
+ { },
32706
+ { },
32707
+ { },
32708
+ opts['body'],
32709
+ ['PureCloud OAuth'],
32710
+ ['application/json'],
32711
+ ['application/json']
32712
+ );
32713
+ }
32714
+
32496
32715
  /**
32497
32716
  * Give feedback on a document
32498
32717
  *
@@ -32527,6 +32746,69 @@ class KnowledgeApi {
32527
32746
  );
32528
32747
  }
32529
32748
 
32749
+ /**
32750
+ * Create view event for a document.
32751
+ *
32752
+ * @param {String} sessionId Knowledge guest session ID.
32753
+ * @param {String} documentId Document ID
32754
+ * @param {Object} opts Optional parameters
32755
+ * @param {Object} opts.body
32756
+ */
32757
+ postKnowledgeGuestSessionDocumentViews(sessionId, documentId, opts) {
32758
+ opts = opts || {};
32759
+
32760
+ // verify the required parameter 'sessionId' is set
32761
+ if (sessionId === undefined || sessionId === null) {
32762
+ throw 'Missing the required parameter "sessionId" when calling postKnowledgeGuestSessionDocumentViews';
32763
+ }
32764
+ // verify the required parameter 'documentId' is set
32765
+ if (documentId === undefined || documentId === null) {
32766
+ throw 'Missing the required parameter "documentId" when calling postKnowledgeGuestSessionDocumentViews';
32767
+ }
32768
+
32769
+ return this.apiClient.callApi(
32770
+ '/api/v2/knowledge/guest/sessions/{sessionId}/documents/{documentId}/views',
32771
+ 'POST',
32772
+ { 'sessionId': sessionId,'documentId': documentId },
32773
+ { },
32774
+ { },
32775
+ { },
32776
+ opts['body'],
32777
+ ['PureCloud OAuth'],
32778
+ ['application/json'],
32779
+ ['application/json']
32780
+ );
32781
+ }
32782
+
32783
+ /**
32784
+ * Indicate that documents were presented to the user.
32785
+ *
32786
+ * @param {String} sessionId Knowledge guest session ID.
32787
+ * @param {Object} opts Optional parameters
32788
+ * @param {Object} opts.body
32789
+ */
32790
+ postKnowledgeGuestSessionDocumentsPresentations(sessionId, opts) {
32791
+ opts = opts || {};
32792
+
32793
+ // verify the required parameter 'sessionId' is set
32794
+ if (sessionId === undefined || sessionId === null) {
32795
+ throw 'Missing the required parameter "sessionId" when calling postKnowledgeGuestSessionDocumentsPresentations';
32796
+ }
32797
+
32798
+ return this.apiClient.callApi(
32799
+ '/api/v2/knowledge/guest/sessions/{sessionId}/documents/presentations',
32800
+ 'POST',
32801
+ { 'sessionId': sessionId },
32802
+ { },
32803
+ { },
32804
+ { },
32805
+ opts['body'],
32806
+ ['PureCloud OAuth'],
32807
+ ['application/json'],
32808
+ ['application/json']
32809
+ );
32810
+ }
32811
+
32530
32812
  /**
32531
32813
  * Search the documents in a guest session.
32532
32814
  *
@@ -32641,6 +32923,40 @@ class KnowledgeApi {
32641
32923
  );
32642
32924
  }
32643
32925
 
32926
+ /**
32927
+ * Indicate that the document was copied by the user.
32928
+ *
32929
+ * @param {String} knowledgeBaseId Knowledge base ID.
32930
+ * @param {String} documentId Document ID.
32931
+ * @param {Object} opts Optional parameters
32932
+ * @param {Object} opts.body
32933
+ */
32934
+ postKnowledgeKnowledgebaseDocumentCopies(knowledgeBaseId, documentId, opts) {
32935
+ opts = opts || {};
32936
+
32937
+ // verify the required parameter 'knowledgeBaseId' is set
32938
+ if (knowledgeBaseId === undefined || knowledgeBaseId === null) {
32939
+ throw 'Missing the required parameter "knowledgeBaseId" when calling postKnowledgeKnowledgebaseDocumentCopies';
32940
+ }
32941
+ // verify the required parameter 'documentId' is set
32942
+ if (documentId === undefined || documentId === null) {
32943
+ throw 'Missing the required parameter "documentId" when calling postKnowledgeKnowledgebaseDocumentCopies';
32944
+ }
32945
+
32946
+ return this.apiClient.callApi(
32947
+ '/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/{documentId}/copies',
32948
+ 'POST',
32949
+ { 'knowledgeBaseId': knowledgeBaseId,'documentId': documentId },
32950
+ { },
32951
+ { },
32952
+ { },
32953
+ opts['body'],
32954
+ ['PureCloud OAuth'],
32955
+ ['application/json'],
32956
+ ['application/json']
32957
+ );
32958
+ }
32959
+
32644
32960
  /**
32645
32961
  * Give feedback on a document
32646
32962
  *
@@ -32871,6 +33187,35 @@ class KnowledgeApi {
32871
33187
  );
32872
33188
  }
32873
33189
 
33190
+ /**
33191
+ * Indicate that documents were presented to the user.
33192
+ *
33193
+ * @param {String} knowledgeBaseId Knowledge base ID.
33194
+ * @param {Object} opts Optional parameters
33195
+ * @param {Object} opts.body
33196
+ */
33197
+ postKnowledgeKnowledgebaseDocumentsPresentations(knowledgeBaseId, opts) {
33198
+ opts = opts || {};
33199
+
33200
+ // verify the required parameter 'knowledgeBaseId' is set
33201
+ if (knowledgeBaseId === undefined || knowledgeBaseId === null) {
33202
+ throw 'Missing the required parameter "knowledgeBaseId" when calling postKnowledgeKnowledgebaseDocumentsPresentations';
33203
+ }
33204
+
33205
+ return this.apiClient.callApi(
33206
+ '/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/presentations',
33207
+ 'POST',
33208
+ { 'knowledgeBaseId': knowledgeBaseId },
33209
+ { },
33210
+ { },
33211
+ { },
33212
+ opts['body'],
33213
+ ['PureCloud OAuth'],
33214
+ ['application/json'],
33215
+ ['application/json']
33216
+ );
33217
+ }
33218
+
32874
33219
  /**
32875
33220
  * Search the documents in a knowledge base.
32876
33221
  *
@@ -33427,7 +33772,7 @@ class LanguageUnderstandingApi {
33427
33772
  /**
33428
33773
  * LanguageUnderstanding service.
33429
33774
  * @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
33430
- * @version 188.0.1
33775
+ * @version 188.1.0
33431
33776
  */
33432
33777
 
33433
33778
  /**
@@ -34440,7 +34785,7 @@ class LanguagesApi {
34440
34785
  /**
34441
34786
  * Languages service.
34442
34787
  * @module purecloud-platform-client-v2/api/LanguagesApi
34443
- * @version 188.0.1
34788
+ * @version 188.1.0
34444
34789
  */
34445
34790
 
34446
34791
  /**
@@ -34662,7 +35007,7 @@ class LearningApi {
34662
35007
  /**
34663
35008
  * Learning service.
34664
35009
  * @module purecloud-platform-client-v2/api/LearningApi
34665
- * @version 188.0.1
35010
+ * @version 188.1.0
34666
35011
  */
34667
35012
 
34668
35013
  /**
@@ -35518,7 +35863,7 @@ class LicenseApi {
35518
35863
  /**
35519
35864
  * License service.
35520
35865
  * @module purecloud-platform-client-v2/api/LicenseApi
35521
- * @version 188.0.1
35866
+ * @version 188.1.0
35522
35867
  */
35523
35868
 
35524
35869
  /**
@@ -35756,7 +36101,7 @@ class LocationsApi {
35756
36101
  /**
35757
36102
  * Locations service.
35758
36103
  * @module purecloud-platform-client-v2/api/LocationsApi
35759
- * @version 188.0.1
36104
+ * @version 188.1.0
35760
36105
  */
35761
36106
 
35762
36107
  /**
@@ -35992,7 +36337,7 @@ class LogCaptureApi {
35992
36337
  /**
35993
36338
  * LogCapture service.
35994
36339
  * @module purecloud-platform-client-v2/api/LogCaptureApi
35995
- * @version 188.0.1
36340
+ * @version 188.1.0
35996
36341
  */
35997
36342
 
35998
36343
  /**
@@ -36192,7 +36537,7 @@ class MessagingApi {
36192
36537
  /**
36193
36538
  * Messaging service.
36194
36539
  * @module purecloud-platform-client-v2/api/MessagingApi
36195
- * @version 188.0.1
36540
+ * @version 188.1.0
36196
36541
  */
36197
36542
 
36198
36543
  /**
@@ -36551,7 +36896,7 @@ class MobileDevicesApi {
36551
36896
  /**
36552
36897
  * MobileDevices service.
36553
36898
  * @module purecloud-platform-client-v2/api/MobileDevicesApi
36554
- * @version 188.0.1
36899
+ * @version 188.1.0
36555
36900
  */
36556
36901
 
36557
36902
  /**
@@ -36702,7 +37047,7 @@ class NotificationsApi {
36702
37047
  /**
36703
37048
  * Notifications service.
36704
37049
  * @module purecloud-platform-client-v2/api/NotificationsApi
36705
- * @version 188.0.1
37050
+ * @version 188.1.0
36706
37051
  */
36707
37052
 
36708
37053
  /**
@@ -36935,7 +37280,7 @@ class OAuthApi {
36935
37280
  /**
36936
37281
  * OAuth service.
36937
37282
  * @module purecloud-platform-client-v2/api/OAuthApi
36938
- * @version 188.0.1
37283
+ * @version 188.1.0
36939
37284
  */
36940
37285
 
36941
37286
  /**
@@ -37301,7 +37646,7 @@ class ObjectsApi {
37301
37646
  /**
37302
37647
  * Objects service.
37303
37648
  * @module purecloud-platform-client-v2/api/ObjectsApi
37304
- * @version 188.0.1
37649
+ * @version 188.1.0
37305
37650
  */
37306
37651
 
37307
37652
  /**
@@ -37571,7 +37916,7 @@ class OperationalEventsApi {
37571
37916
  /**
37572
37917
  * OperationalEvents service.
37573
37918
  * @module purecloud-platform-client-v2/api/OperationalEventsApi
37574
- * @version 188.0.1
37919
+ * @version 188.1.0
37575
37920
  */
37576
37921
 
37577
37922
  /**
@@ -37637,7 +37982,7 @@ class OrganizationApi {
37637
37982
  /**
37638
37983
  * Organization service.
37639
37984
  * @module purecloud-platform-client-v2/api/OrganizationApi
37640
- * @version 188.0.1
37985
+ * @version 188.1.0
37641
37986
  */
37642
37987
 
37643
37988
  /**
@@ -38092,7 +38437,7 @@ class OrganizationAuthorizationApi {
38092
38437
  /**
38093
38438
  * OrganizationAuthorization service.
38094
38439
  * @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
38095
- * @version 188.0.1
38440
+ * @version 188.1.0
38096
38441
  */
38097
38442
 
38098
38443
  /**
@@ -39439,7 +39784,7 @@ class OutboundApi {
39439
39784
  /**
39440
39785
  * Outbound service.
39441
39786
  * @module purecloud-platform-client-v2/api/OutboundApi
39442
- * @version 188.0.1
39787
+ * @version 188.1.0
39443
39788
  */
39444
39789
 
39445
39790
  /**
@@ -43676,7 +44021,7 @@ class PresenceApi {
43676
44021
  /**
43677
44022
  * Presence service.
43678
44023
  * @module purecloud-platform-client-v2/api/PresenceApi
43679
- * @version 188.0.1
44024
+ * @version 188.1.0
43680
44025
  */
43681
44026
 
43682
44027
  /**
@@ -44420,7 +44765,7 @@ class ProcessAutomationApi {
44420
44765
  /**
44421
44766
  * ProcessAutomation service.
44422
44767
  * @module purecloud-platform-client-v2/api/ProcessAutomationApi
44423
- * @version 188.0.1
44768
+ * @version 188.1.0
44424
44769
  */
44425
44770
 
44426
44771
  /**
@@ -44659,7 +45004,7 @@ class QualityApi {
44659
45004
  /**
44660
45005
  * Quality service.
44661
45006
  * @module purecloud-platform-client-v2/api/QualityApi
44662
- * @version 188.0.1
45007
+ * @version 188.1.0
44663
45008
  */
44664
45009
 
44665
45010
  /**
@@ -46416,7 +46761,7 @@ class RecordingApi {
46416
46761
  /**
46417
46762
  * Recording service.
46418
46763
  * @module purecloud-platform-client-v2/api/RecordingApi
46419
- * @version 188.0.1
46764
+ * @version 188.1.0
46420
46765
  */
46421
46766
 
46422
46767
  /**
@@ -48053,7 +48398,7 @@ class ResponseManagementApi {
48053
48398
  /**
48054
48399
  * ResponseManagement service.
48055
48400
  * @module purecloud-platform-client-v2/api/ResponseManagementApi
48056
- * @version 188.0.1
48401
+ * @version 188.1.0
48057
48402
  */
48058
48403
 
48059
48404
  /**
@@ -48538,7 +48883,7 @@ class RoutingApi {
48538
48883
  /**
48539
48884
  * Routing service.
48540
48885
  * @module purecloud-platform-client-v2/api/RoutingApi
48541
- * @version 188.0.1
48886
+ * @version 188.1.0
48542
48887
  */
48543
48888
 
48544
48889
  /**
@@ -52491,7 +52836,7 @@ class SCIMApi {
52491
52836
  /**
52492
52837
  * SCIM service.
52493
52838
  * @module purecloud-platform-client-v2/api/SCIMApi
52494
- * @version 188.0.1
52839
+ * @version 188.1.0
52495
52840
  */
52496
52841
 
52497
52842
  /**
@@ -53368,7 +53713,7 @@ class ScreenRecordingApi {
53368
53713
  /**
53369
53714
  * ScreenRecording service.
53370
53715
  * @module purecloud-platform-client-v2/api/ScreenRecordingApi
53371
- * @version 188.0.1
53716
+ * @version 188.1.0
53372
53717
  */
53373
53718
 
53374
53719
  /**
@@ -53413,7 +53758,7 @@ class ScriptsApi {
53413
53758
  /**
53414
53759
  * Scripts service.
53415
53760
  * @module purecloud-platform-client-v2/api/ScriptsApi
53416
- * @version 188.0.1
53761
+ * @version 188.1.0
53417
53762
  */
53418
53763
 
53419
53764
  /**
@@ -53857,7 +54202,7 @@ class SearchApi {
53857
54202
  /**
53858
54203
  * Search service.
53859
54204
  * @module purecloud-platform-client-v2/api/SearchApi
53860
- * @version 188.0.1
54205
+ * @version 188.1.0
53861
54206
  */
53862
54207
 
53863
54208
  /**
@@ -54546,7 +54891,7 @@ class SettingsApi {
54546
54891
  /**
54547
54892
  * Settings service.
54548
54893
  * @module purecloud-platform-client-v2/api/SettingsApi
54549
- * @version 188.0.1
54894
+ * @version 188.1.0
54550
54895
  */
54551
54896
 
54552
54897
  /**
@@ -54611,7 +54956,7 @@ class SpeechTextAnalyticsApi {
54611
54956
  /**
54612
54957
  * SpeechTextAnalytics service.
54613
54958
  * @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
54614
- * @version 188.0.1
54959
+ * @version 188.1.0
54615
54960
  */
54616
54961
 
54617
54962
  /**
@@ -55725,7 +56070,7 @@ class StationsApi {
55725
56070
  /**
55726
56071
  * Stations service.
55727
56072
  * @module purecloud-platform-client-v2/api/StationsApi
55728
- * @version 188.0.1
56073
+ * @version 188.1.0
55729
56074
  */
55730
56075
 
55731
56076
  /**
@@ -55827,7 +56172,7 @@ class SuggestApi {
55827
56172
  /**
55828
56173
  * Suggest service.
55829
56174
  * @module purecloud-platform-client-v2/api/SuggestApi
55830
- * @version 188.0.1
56175
+ * @version 188.1.0
55831
56176
  */
55832
56177
 
55833
56178
  /**
@@ -55966,7 +56311,7 @@ class TaskManagementApi {
55966
56311
  /**
55967
56312
  * TaskManagement service.
55968
56313
  * @module purecloud-platform-client-v2/api/TaskManagementApi
55969
- * @version 188.0.1
56314
+ * @version 188.1.0
55970
56315
  */
55971
56316
 
55972
56317
  /**
@@ -57247,7 +57592,7 @@ class TeamsApi {
57247
57592
  /**
57248
57593
  * Teams service.
57249
57594
  * @module purecloud-platform-client-v2/api/TeamsApi
57250
- * @version 188.0.1
57595
+ * @version 188.1.0
57251
57596
  */
57252
57597
 
57253
57598
  /**
@@ -57549,7 +57894,7 @@ class TelephonyApi {
57549
57894
  /**
57550
57895
  * Telephony service.
57551
57896
  * @module purecloud-platform-client-v2/api/TelephonyApi
57552
- * @version 188.0.1
57897
+ * @version 188.1.0
57553
57898
  */
57554
57899
 
57555
57900
  /**
@@ -57731,7 +58076,7 @@ class TelephonyProvidersEdgeApi {
57731
58076
  /**
57732
58077
  * TelephonyProvidersEdge service.
57733
58078
  * @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
57734
- * @version 188.0.1
58079
+ * @version 188.1.0
57735
58080
  */
57736
58081
 
57737
58082
  /**
@@ -61080,7 +61425,7 @@ class TextbotsApi {
61080
61425
  /**
61081
61426
  * Textbots service.
61082
61427
  * @module purecloud-platform-client-v2/api/TextbotsApi
61083
- * @version 188.0.1
61428
+ * @version 188.1.0
61084
61429
  */
61085
61430
 
61086
61431
  /**
@@ -61208,7 +61553,7 @@ class TokensApi {
61208
61553
  /**
61209
61554
  * Tokens service.
61210
61555
  * @module purecloud-platform-client-v2/api/TokensApi
61211
- * @version 188.0.1
61556
+ * @version 188.1.0
61212
61557
  */
61213
61558
 
61214
61559
  /**
@@ -61295,7 +61640,6 @@ class TokensApi {
61295
61640
  /**
61296
61641
  * Get the current Idle Token Timeout Value
61297
61642
  *
61298
- * getTokensTimeout is a preview method and is subject to both breaking and non-breaking changes at any time without notice
61299
61643
  */
61300
61644
  getTokensTimeout() {
61301
61645
 
@@ -61338,7 +61682,6 @@ class TokensApi {
61338
61682
  *
61339
61683
  * @param {Object} opts Optional parameters
61340
61684
  * @param {Object} opts.body
61341
- * putTokensTimeout is a preview method and is subject to both breaking and non-breaking changes at any time without notice
61342
61685
  */
61343
61686
  putTokensTimeout(opts) {
61344
61687
  opts = opts || {};
@@ -61364,7 +61707,7 @@ class UploadsApi {
61364
61707
  /**
61365
61708
  * Uploads service.
61366
61709
  * @module purecloud-platform-client-v2/api/UploadsApi
61367
- * @version 188.0.1
61710
+ * @version 188.1.0
61368
61711
  */
61369
61712
 
61370
61713
  /**
@@ -61633,7 +61976,7 @@ class UsageApi {
61633
61976
  /**
61634
61977
  * Usage service.
61635
61978
  * @module purecloud-platform-client-v2/api/UsageApi
61636
- * @version 188.0.1
61979
+ * @version 188.1.0
61637
61980
  */
61638
61981
 
61639
61982
  /**
@@ -61843,7 +62186,7 @@ class UserRecordingsApi {
61843
62186
  /**
61844
62187
  * UserRecordings service.
61845
62188
  * @module purecloud-platform-client-v2/api/UserRecordingsApi
61846
- * @version 188.0.1
62189
+ * @version 188.1.0
61847
62190
  */
61848
62191
 
61849
62192
  /**
@@ -62028,7 +62371,7 @@ class UsersApi {
62028
62371
  /**
62029
62372
  * Users service.
62030
62373
  * @module purecloud-platform-client-v2/api/UsersApi
62031
- * @version 188.0.1
62374
+ * @version 188.1.0
62032
62375
  */
62033
62376
 
62034
62377
  /**
@@ -64679,7 +65022,7 @@ class UtilitiesApi {
64679
65022
  /**
64680
65023
  * Utilities service.
64681
65024
  * @module purecloud-platform-client-v2/api/UtilitiesApi
64682
- * @version 188.0.1
65025
+ * @version 188.1.0
64683
65026
  */
64684
65027
 
64685
65028
  /**
@@ -64790,7 +65133,7 @@ class VoicemailApi {
64790
65133
  /**
64791
65134
  * Voicemail service.
64792
65135
  * @module purecloud-platform-client-v2/api/VoicemailApi
64793
- * @version 188.0.1
65136
+ * @version 188.1.0
64794
65137
  */
64795
65138
 
64796
65139
  /**
@@ -65457,7 +65800,7 @@ class WebChatApi {
65457
65800
  /**
65458
65801
  * WebChat service.
65459
65802
  * @module purecloud-platform-client-v2/api/WebChatApi
65460
- * @version 188.0.1
65803
+ * @version 188.1.0
65461
65804
  */
65462
65805
 
65463
65806
  /**
@@ -66006,7 +66349,7 @@ class WebDeploymentsApi {
66006
66349
  /**
66007
66350
  * WebDeployments service.
66008
66351
  * @module purecloud-platform-client-v2/api/WebDeploymentsApi
66009
- * @version 188.0.1
66352
+ * @version 188.1.0
66010
66353
  */
66011
66354
 
66012
66355
  /**
@@ -66533,7 +66876,7 @@ class WebMessagingApi {
66533
66876
  /**
66534
66877
  * WebMessaging service.
66535
66878
  * @module purecloud-platform-client-v2/api/WebMessagingApi
66536
- * @version 188.0.1
66879
+ * @version 188.1.0
66537
66880
  */
66538
66881
 
66539
66882
  /**
@@ -66579,7 +66922,7 @@ class WidgetsApi {
66579
66922
  /**
66580
66923
  * Widgets service.
66581
66924
  * @module purecloud-platform-client-v2/api/WidgetsApi
66582
- * @version 188.0.1
66925
+ * @version 188.1.0
66583
66926
  */
66584
66927
 
66585
66928
  /**
@@ -66725,7 +67068,7 @@ class WorkforceManagementApi {
66725
67068
  /**
66726
67069
  * WorkforceManagement service.
66727
67070
  * @module purecloud-platform-client-v2/api/WorkforceManagementApi
66728
- * @version 188.0.1
67071
+ * @version 188.1.0
66729
67072
  */
66730
67073
 
66731
67074
  /**
@@ -72120,7 +72463,7 @@ class WorkforceManagementApi {
72120
72463
  * </pre>
72121
72464
  * </p>
72122
72465
  * @module purecloud-platform-client-v2/index
72123
- * @version 188.0.1
72466
+ * @version 188.1.0
72124
72467
  */
72125
72468
  class platformClient {
72126
72469
  constructor() {