purecloud-platform-client-v2 227.0.0 → 229.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/dist/node/purecloud-platform-client-v2.js +1841 -237
- package/dist/web-amd/purecloud-platform-client-v2.js +1841 -237
- package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
- package/dist/web-cjs/bundle.js +583 -188
- package/dist/web-cjs/purecloud-platform-client-v2.js +583 -188
- package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
- package/index.d.ts +1320 -290
- package/package.json +4 -4
- package/src/purecloud-platform-client-v2/ApiClient.js +1 -1
- package/src/purecloud-platform-client-v2/api/AIStudioApi.js +32 -1
- package/src/purecloud-platform-client-v2/api/AgentAssistantsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AgentCopilotApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AgentUIApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AlertingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AnalyticsApi.js +391 -26
- package/src/purecloud-platform-client-v2/api/ArchitectApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AuditApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AuthorizationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/BillingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/BusinessRulesApi.js +4 -46
- package/src/purecloud-platform-client-v2/api/CarrierServicesApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ChatApi.js +7 -4
- package/src/purecloud-platform-client-v2/api/CoachingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ContentManagementApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ConversationsApi.js +61 -35
- package/src/purecloud-platform-client-v2/api/DataExtensionsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/DataPrivacyApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/DownloadsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/EmailsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/EmployeeEngagementApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/EventsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +60 -1
- package/src/purecloud-platform-client-v2/api/FaxApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/FlowsApi.js +27 -1
- package/src/purecloud-platform-client-v2/api/GamificationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GeolocationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GreetingsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GroupsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/InfrastructureAsCodeApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/JourneyApi.js +86 -1
- package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +30 -1
- package/src/purecloud-platform-client-v2/api/LanguageUnderstandingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LanguagesApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LearningApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LicenseApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LocationsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LogCaptureApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/MessagingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/NotificationsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/OAuthApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ObjectsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/OperationalEventsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/OrganizationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/OutboundApi.js +101 -1
- package/src/purecloud-platform-client-v2/api/PresenceApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ProcessAutomationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/QualityApi.js +53 -1
- package/src/purecloud-platform-client-v2/api/RecordingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/RoutingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ScreenRecordingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ScriptsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SearchApi.js +1 -26
- package/src/purecloud-platform-client-v2/api/SettingsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SocialMediaApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +158 -1
- package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TaskManagementApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TeamsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TelephonyApi.js +105 -1
- package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UploadsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UsageApi.js +121 -1
- package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UsersApi.js +27 -1
- package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/WebChatApi.js +12 -12
- package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/WidgetsApi.js +6 -6
- package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +494 -6
- package/src/purecloud-platform-client-v2/index.js +1 -1
|
@@ -5,7 +5,7 @@ class WebChatApi {
|
|
|
5
5
|
/**
|
|
6
6
|
* WebChat service.
|
|
7
7
|
* @module purecloud-platform-client-v2/api/WebChatApi
|
|
8
|
-
* @version
|
|
8
|
+
* @version 229.0.0
|
|
9
9
|
*/
|
|
10
10
|
|
|
11
11
|
/**
|
|
@@ -48,7 +48,7 @@ class WebChatApi {
|
|
|
48
48
|
|
|
49
49
|
/**
|
|
50
50
|
* Remove a member from a chat conversation
|
|
51
|
-
* This endpoint is deprecated. Please see the article https://help.
|
|
51
|
+
* This endpoint is deprecated. Please see the article https://help.genesys.cloud/articles/deprecation-removal-of-acd-web-chat-version-2/
|
|
52
52
|
* @param {String} conversationId conversationId
|
|
53
53
|
* @param {String} memberId memberId
|
|
54
54
|
* @deprecated
|
|
@@ -146,7 +146,7 @@ class WebChatApi {
|
|
|
146
146
|
|
|
147
147
|
/**
|
|
148
148
|
* Get a media request in the conversation
|
|
149
|
-
* This endpoint is deprecated. Please see the article https://help.
|
|
149
|
+
* This endpoint is deprecated. Please see the article https://help.genesys.cloud/articles/deprecation-legacy-co-browse-and-screenshare/
|
|
150
150
|
* @param {String} conversationId conversationId
|
|
151
151
|
* @param {String} mediaRequestId mediaRequestId
|
|
152
152
|
* @deprecated
|
|
@@ -177,7 +177,7 @@ class WebChatApi {
|
|
|
177
177
|
|
|
178
178
|
/**
|
|
179
179
|
* Get all media requests to the guest in the conversation
|
|
180
|
-
* This endpoint is deprecated. Please see the article https://help.
|
|
180
|
+
* This endpoint is deprecated. Please see the article https://help.genesys.cloud/articles/deprecation-removal-of-acd-web-chat-version-2/
|
|
181
181
|
* @param {String} conversationId conversationId
|
|
182
182
|
* @deprecated
|
|
183
183
|
*/
|
|
@@ -203,7 +203,7 @@ class WebChatApi {
|
|
|
203
203
|
|
|
204
204
|
/**
|
|
205
205
|
* Get a web chat conversation member
|
|
206
|
-
* This endpoint is deprecated. Please see the article https://help.
|
|
206
|
+
* This endpoint is deprecated. Please see the article https://help.genesys.cloud/articles/deprecation-removal-of-acd-web-chat-version-2/
|
|
207
207
|
* @param {String} conversationId conversationId
|
|
208
208
|
* @param {String} memberId memberId
|
|
209
209
|
* @deprecated
|
|
@@ -234,7 +234,7 @@ class WebChatApi {
|
|
|
234
234
|
|
|
235
235
|
/**
|
|
236
236
|
* Get the members of a chat conversation.
|
|
237
|
-
* This endpoint is deprecated. Please see the article https://help.
|
|
237
|
+
* This endpoint is deprecated. Please see the article https://help.genesys.cloud/articles/deprecation-removal-of-acd-web-chat-version-2/
|
|
238
238
|
* @param {String} conversationId conversationId
|
|
239
239
|
* @param {Object} opts Optional parameters
|
|
240
240
|
* @param {Number} opts.pageSize The number of entries to return per page, or omitted for the default. (default to 25)
|
|
@@ -266,7 +266,7 @@ class WebChatApi {
|
|
|
266
266
|
|
|
267
267
|
/**
|
|
268
268
|
* Get a web chat conversation message
|
|
269
|
-
* This endpoint is deprecated. Please see the article https://help.
|
|
269
|
+
* This endpoint is deprecated. Please see the article https://help.genesys.cloud/articles/deprecation-removal-of-acd-web-chat-version-2/
|
|
270
270
|
* @param {String} conversationId conversationId
|
|
271
271
|
* @param {String} messageId messageId
|
|
272
272
|
* @deprecated
|
|
@@ -297,7 +297,7 @@ class WebChatApi {
|
|
|
297
297
|
|
|
298
298
|
/**
|
|
299
299
|
* Get the messages of a chat conversation.
|
|
300
|
-
* This endpoint is deprecated. Please see the article https://help.
|
|
300
|
+
* This endpoint is deprecated. Please see the article https://help.genesys.cloud/articles/deprecation-removal-of-acd-web-chat-version-2/
|
|
301
301
|
* @param {String} conversationId conversationId
|
|
302
302
|
* @param {Object} opts Optional parameters
|
|
303
303
|
* @param {String} opts.after If available, get the messages chronologically after the id of this message
|
|
@@ -350,7 +350,7 @@ class WebChatApi {
|
|
|
350
350
|
|
|
351
351
|
/**
|
|
352
352
|
* Update a media request in the conversation, setting the state to ACCEPTED/DECLINED/ERRORED
|
|
353
|
-
* This endpoint is deprecated. Please see the article https://help.
|
|
353
|
+
* This endpoint is deprecated. Please see the article https://help.genesys.cloud/articles/deprecation-legacy-co-browse-and-screenshare/
|
|
354
354
|
* @param {String} conversationId conversationId
|
|
355
355
|
* @param {String} mediaRequestId mediaRequestId
|
|
356
356
|
* @param {Object} body Request
|
|
@@ -412,7 +412,7 @@ class WebChatApi {
|
|
|
412
412
|
|
|
413
413
|
/**
|
|
414
414
|
* Send a message in a chat conversation.
|
|
415
|
-
* This endpoint is deprecated. Please see the article https://help.
|
|
415
|
+
* This endpoint is deprecated. Please see the article https://help.genesys.cloud/articles/deprecation-removal-of-acd-web-chat-version-2/
|
|
416
416
|
* @param {String} conversationId conversationId
|
|
417
417
|
* @param {String} memberId memberId
|
|
418
418
|
* @param {Object} body Message
|
|
@@ -448,7 +448,7 @@ class WebChatApi {
|
|
|
448
448
|
|
|
449
449
|
/**
|
|
450
450
|
* Send a typing-indicator in a chat conversation.
|
|
451
|
-
* This endpoint is deprecated. Please see the article https://help.
|
|
451
|
+
* This endpoint is deprecated. Please see the article https://help.genesys.cloud/articles/deprecation-removal-of-acd-web-chat-version-2/
|
|
452
452
|
* @param {String} conversationId conversationId
|
|
453
453
|
* @param {String} memberId memberId
|
|
454
454
|
* @deprecated
|
|
@@ -479,7 +479,7 @@ class WebChatApi {
|
|
|
479
479
|
|
|
480
480
|
/**
|
|
481
481
|
* Create an ACD chat conversation from an external customer.
|
|
482
|
-
* This endpoint is deprecated. Please see the article https://help.
|
|
482
|
+
* This endpoint is deprecated. Please see the article https://help.genesys.cloud/articles/deprecation-removal-of-acd-web-chat-version-2/. This endpoint will create a new ACD Chat conversation under the specified Chat Deployment. The conversation will begin with a guest member in it (with a role=CUSTOMER) according to the customer information that is supplied. If the guest member is authenticated, the memberAuthToken field should include his JWT as generated by the POST /api/v2/signeddata resource; if the guest member is anonymous (and the Deployment permits it) this field can be omitted. The returned data includes the IDs of the conversation created, along with a newly-create JWT token that you can supply to all future endpoints as authentication to perform operations against that conversation. After successfully creating a conversation, you should connect a websocket to the event stream named in the eventStreamUri field of the response; the conversation is not routed until the event stream is attached.
|
|
483
483
|
* @param {Object} body CreateConversationRequest
|
|
484
484
|
* @deprecated
|
|
485
485
|
*/
|
|
@@ -5,7 +5,7 @@ class WidgetsApi {
|
|
|
5
5
|
/**
|
|
6
6
|
* Widgets service.
|
|
7
7
|
* @module purecloud-platform-client-v2/api/WidgetsApi
|
|
8
|
-
* @version
|
|
8
|
+
* @version 229.0.0
|
|
9
9
|
*/
|
|
10
10
|
|
|
11
11
|
/**
|
|
@@ -22,7 +22,7 @@ class WidgetsApi {
|
|
|
22
22
|
|
|
23
23
|
/**
|
|
24
24
|
* Delete a Widget deployment
|
|
25
|
-
* This endpoint is deprecated. Please see the article https://help.
|
|
25
|
+
* This endpoint is deprecated. Please see the article https://help.genesys.cloud/articles/deprecation-removal-of-acd-web-chat-version-2/.
|
|
26
26
|
* @param {String} deploymentId Widget Config Id
|
|
27
27
|
* @deprecated
|
|
28
28
|
*/
|
|
@@ -48,7 +48,7 @@ class WidgetsApi {
|
|
|
48
48
|
|
|
49
49
|
/**
|
|
50
50
|
* Get a Widget deployment
|
|
51
|
-
* This endpoint is deprecated. Please see the article https://help.
|
|
51
|
+
* This endpoint is deprecated. Please see the article https://help.genesys.cloud/articles/deprecation-removal-of-acd-web-chat-version-2/.
|
|
52
52
|
* @param {String} deploymentId Widget Config Id
|
|
53
53
|
* @deprecated
|
|
54
54
|
*/
|
|
@@ -74,7 +74,7 @@ class WidgetsApi {
|
|
|
74
74
|
|
|
75
75
|
/**
|
|
76
76
|
* List Widget deployments
|
|
77
|
-
* This endpoint is deprecated. Please see the article https://help.
|
|
77
|
+
* This endpoint is deprecated. Please see the article https://help.genesys.cloud/articles/deprecation-removal-of-acd-web-chat-version-2/.
|
|
78
78
|
* @deprecated
|
|
79
79
|
*/
|
|
80
80
|
getWidgetsDeployments() {
|
|
@@ -95,7 +95,7 @@ class WidgetsApi {
|
|
|
95
95
|
|
|
96
96
|
/**
|
|
97
97
|
* Create Widget deployment
|
|
98
|
-
* This endpoint is deprecated. Please see the article https://help.
|
|
98
|
+
* This endpoint is deprecated. Please see the article https://help.genesys.cloud/articles/deprecation-removal-of-acd-web-chat-version-2/.
|
|
99
99
|
* @param {Object} body Deployment
|
|
100
100
|
* @deprecated
|
|
101
101
|
*/
|
|
@@ -121,7 +121,7 @@ class WidgetsApi {
|
|
|
121
121
|
|
|
122
122
|
/**
|
|
123
123
|
* Update a Widget deployment
|
|
124
|
-
* This endpoint is deprecated. Please see the article https://help.
|
|
124
|
+
* This endpoint is deprecated. Please see the article https://help.genesys.cloud/articles/deprecation-removal-of-acd-web-chat-version-2/.
|
|
125
125
|
* @param {String} deploymentId Widget Config Id
|
|
126
126
|
* @param {Object} body Deployment
|
|
127
127
|
* @deprecated
|