purecloud-platform-client-v2 224.0.0 → 226.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 +2853 -2693
- package/dist/web-amd/purecloud-platform-client-v2.js +2853 -2693
- package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
- package/dist/web-cjs/bundle.js +2679 -2639
- package/dist/web-cjs/purecloud-platform-client-v2.js +2679 -2639
- package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
- package/index.d.ts +227 -162
- package/package.json +1 -1
- package/src/purecloud-platform-client-v2/ApiClient.js +1 -1
- package/src/purecloud-platform-client-v2/api/AIStudioApi.js +16 -16
- package/src/purecloud-platform-client-v2/api/AgentAssistantsApi.js +13 -13
- package/src/purecloud-platform-client-v2/api/AgentCopilotApi.js +3 -3
- package/src/purecloud-platform-client-v2/api/AgentUIApi.js +5 -5
- package/src/purecloud-platform-client-v2/api/AlertingApi.js +8 -8
- package/src/purecloud-platform-client-v2/api/AnalyticsApi.js +45 -45
- package/src/purecloud-platform-client-v2/api/ArchitectApi.js +121 -121
- package/src/purecloud-platform-client-v2/api/AuditApi.js +3 -3
- package/src/purecloud-platform-client-v2/api/AuthorizationApi.js +47 -47
- package/src/purecloud-platform-client-v2/api/BillingApi.js +7 -7
- package/src/purecloud-platform-client-v2/api/BusinessRulesApi.js +29 -29
- package/src/purecloud-platform-client-v2/api/CarrierServicesApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ChatApi.js +38 -38
- package/src/purecloud-platform-client-v2/api/CoachingApi.js +17 -17
- package/src/purecloud-platform-client-v2/api/ContentManagementApi.js +32 -32
- package/src/purecloud-platform-client-v2/api/ConversationsApi.js +486 -342
- package/src/purecloud-platform-client-v2/api/DataExtensionsApi.js +2 -2
- package/src/purecloud-platform-client-v2/api/DataPrivacyApi.js +4 -4
- package/src/purecloud-platform-client-v2/api/DownloadsApi.js +2 -2
- package/src/purecloud-platform-client-v2/api/EmailsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/EmployeeEngagementApi.js +4 -4
- package/src/purecloud-platform-client-v2/api/EventsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +66 -66
- package/src/purecloud-platform-client-v2/api/FaxApi.js +5 -5
- package/src/purecloud-platform-client-v2/api/FlowsApi.js +3 -3
- package/src/purecloud-platform-client-v2/api/GamificationApi.js +49 -49
- package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +2 -2
- package/src/purecloud-platform-client-v2/api/GeolocationApi.js +5 -5
- package/src/purecloud-platform-client-v2/api/GreetingsApi.js +16 -16
- package/src/purecloud-platform-client-v2/api/GroupsApi.js +12 -12
- package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +4 -4
- package/src/purecloud-platform-client-v2/api/InfrastructureAsCodeApi.js +3 -3
- package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +82 -81
- package/src/purecloud-platform-client-v2/api/JourneyApi.js +68 -68
- package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +212 -212
- package/src/purecloud-platform-client-v2/api/LanguageUnderstandingApi.js +46 -46
- package/src/purecloud-platform-client-v2/api/LanguagesApi.js +4 -4
- package/src/purecloud-platform-client-v2/api/LearningApi.js +28 -28
- package/src/purecloud-platform-client-v2/api/LicenseApi.js +5 -5
- package/src/purecloud-platform-client-v2/api/LocationsApi.js +5 -5
- package/src/purecloud-platform-client-v2/api/LogCaptureApi.js +5 -5
- package/src/purecloud-platform-client-v2/api/MessagingApi.js +7 -7
- package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +4 -4
- package/src/purecloud-platform-client-v2/api/NotificationsApi.js +6 -6
- package/src/purecloud-platform-client-v2/api/OAuthApi.js +11 -11
- package/src/purecloud-platform-client-v2/api/ObjectsApi.js +7 -7
- package/src/purecloud-platform-client-v2/api/OperationalEventsApi.js +2 -2
- package/src/purecloud-platform-client-v2/api/OrganizationApi.js +5 -5
- package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +59 -59
- package/src/purecloud-platform-client-v2/api/OutboundApi.js +118 -118
- package/src/purecloud-platform-client-v2/api/PresenceApi.js +19 -19
- package/src/purecloud-platform-client-v2/api/ProcessAutomationApi.js +6 -6
- package/src/purecloud-platform-client-v2/api/QualityApi.js +36 -36
- package/src/purecloud-platform-client-v2/api/RecordingApi.js +42 -42
- package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +11 -11
- package/src/purecloud-platform-client-v2/api/RoutingApi.js +121 -120
- package/src/purecloud-platform-client-v2/api/SCIMApi.js +19 -19
- package/src/purecloud-platform-client-v2/api/ScreenRecordingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ScriptsApi.js +13 -13
- package/src/purecloud-platform-client-v2/api/SearchApi.js +2 -2
- package/src/purecloud-platform-client-v2/api/SettingsApi.js +5 -5
- package/src/purecloud-platform-client-v2/api/SocialMediaApi.js +59 -59
- package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +33 -33
- package/src/purecloud-platform-client-v2/api/StationsApi.js +3 -3
- package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TaskManagementApi.js +78 -78
- package/src/purecloud-platform-client-v2/api/TeamsApi.js +7 -7
- package/src/purecloud-platform-client-v2/api/TelephonyApi.js +4 -4
- package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +95 -95
- package/src/purecloud-platform-client-v2/api/TextbotsApi.js +2 -2
- package/src/purecloud-platform-client-v2/api/TokensApi.js +2 -2
- package/src/purecloud-platform-client-v2/api/UploadsApi.js +6 -6
- package/src/purecloud-platform-client-v2/api/UsageApi.js +7 -7
- package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +6 -6
- package/src/purecloud-platform-client-v2/api/UsersApi.js +93 -93
- package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/VoicemailApi.js +16 -16
- package/src/purecloud-platform-client-v2/api/WebChatApi.js +21 -21
- package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +18 -18
- package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/WidgetsApi.js +4 -4
- package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +317 -359
- package/src/purecloud-platform-client-v2/configuration.js +80 -23
- package/src/purecloud-platform-client-v2/index.js +1 -1
package/index.d.ts
CHANGED
|
@@ -84,6 +84,7 @@ declare class Configuration {
|
|
|
84
84
|
setEnvironment(environment: string): void;
|
|
85
85
|
setGateway(gateway: GatewayConfiguration): void;
|
|
86
86
|
getConfUrl(pathType: string, regionUrl: string): string;
|
|
87
|
+
setConfigPath(path: string): void;
|
|
87
88
|
}
|
|
88
89
|
|
|
89
90
|
declare class HttpRequestOptions {
|
|
@@ -1848,9 +1849,11 @@ declare class ConversationsApi {
|
|
|
1848
1849
|
postConversationParticipantInternalmessagesUsersCommunications(conversationId: string, participantId: string, body: Models.MessagingConferWithUserRequest): Promise<Models.MessagingConferResponse>;
|
|
1849
1850
|
postConversationParticipantReplace(conversationId: string, participantId: string, body: Models.TransferRequest): Promise<void>;
|
|
1850
1851
|
postConversationParticipantReplaceAgent(conversationId: string, participantId: string, body: Models.TransferToAgentRequest): Promise<void>;
|
|
1852
|
+
postConversationParticipantReplaceContactExternal(conversationId: string, participantId: string, body: Models.TransferToExternalContactRequest): Promise<void>;
|
|
1851
1853
|
postConversationParticipantReplaceExternal(conversationId: string, participantId: string, body: Models.TransferToExternalRequest): Promise<void>;
|
|
1852
1854
|
postConversationParticipantReplaceQueue(conversationId: string, participantId: string, body: Models.TransferToQueueRequest): Promise<void>;
|
|
1853
1855
|
postConversationParticipantSecureivrsessions(conversationId: string, participantId: string, opts?: ConversationsApi.postConversationParticipantSecureivrsessionsOptions): Promise<Models.SecureSession>;
|
|
1856
|
+
postConversationParticipantTransfer(conversationId: string, participantId: string, body: Models.TransferToAddressRequest): Promise<void>;
|
|
1854
1857
|
postConversationSuggestionEngagement(conversationId: string, suggestionId: string, body: Models.SuggestionEngagement): Promise<Models.SuggestionEngagement>;
|
|
1855
1858
|
postConversationSuggestionsFeedback(conversationId: string, body: Models.Feedback): Promise<void>;
|
|
1856
1859
|
postConversationSummaryFeedback(conversationId: string, summaryId: string, opts?: ConversationsApi.postConversationSummaryFeedbackOptions): Promise<void>;
|
|
@@ -1860,10 +1863,12 @@ declare class ConversationsApi {
|
|
|
1860
1863
|
postConversationsCallParticipantCommunicationWrapup(conversationId: string, participantId: string, communicationId: string, opts?: ConversationsApi.postConversationsCallParticipantCommunicationWrapupOptions): Promise<void>;
|
|
1861
1864
|
postConversationsCallParticipantConsult(conversationId: string, participantId: string, body: Models.ConsultTransfer): Promise<Models.ConsultTransferResponse>;
|
|
1862
1865
|
postConversationsCallParticipantConsultAgent(conversationId: string, participantId: string, body: Models.ConsultTransferToAgent): Promise<Models.ConsultTransferResponse>;
|
|
1866
|
+
postConversationsCallParticipantConsultContactExternal(conversationId: string, participantId: string, body: Models.ConsultTransferToExternalContact): Promise<Models.ConsultTransferResponse>;
|
|
1863
1867
|
postConversationsCallParticipantConsultExternal(conversationId: string, participantId: string, body: Models.ConsultTransferToExternal): Promise<Models.ConsultTransferResponse>;
|
|
1864
1868
|
postConversationsCallParticipantConsultQueue(conversationId: string, participantId: string, body: Models.ConsultTransferToQueue): Promise<Models.ConsultTransferResponse>;
|
|
1865
1869
|
postConversationsCallParticipantMonitor(conversationId: string, participantId: string): Promise<void>;
|
|
1866
1870
|
postConversationsCallParticipantReplace(conversationId: string, participantId: string, body: Models.TransferRequest): Promise<void>;
|
|
1871
|
+
postConversationsCallParticipantVoiceConsult(conversationId: string, participantId: string, body: Models.ConsultTransferToAddress): Promise<Models.ConsultTransferResponse>;
|
|
1867
1872
|
postConversationsCallParticipants(conversationId: string, body: Models.Conversation): Promise<Models.Conversation>;
|
|
1868
1873
|
postConversationsCallbackParticipantCommunicationWrapup(conversationId: string, participantId: string, communicationId: string, opts?: ConversationsApi.postConversationsCallbackParticipantCommunicationWrapupOptions): Promise<void>;
|
|
1869
1874
|
postConversationsCallbackParticipantReplace(conversationId: string, participantId: string, body: Models.TransferRequest): Promise<void>;
|
|
@@ -5847,6 +5852,7 @@ declare namespace RoutingApi {
|
|
|
5847
5852
|
export interface getRoutingQueueWrapupcodesOptions {
|
|
5848
5853
|
"pageSize"?: number;
|
|
5849
5854
|
"pageNumber"?: number;
|
|
5855
|
+
"name"?: string;
|
|
5850
5856
|
}
|
|
5851
5857
|
export interface getRoutingQueuesOptions {
|
|
5852
5858
|
"pageNumber"?: number;
|
|
@@ -7891,7 +7897,6 @@ declare class WorkforceManagementApi {
|
|
|
7891
7897
|
getWorkforcemanagementCalendarUrlIcs(): Promise<Models.CalendarUrlResponse>;
|
|
7892
7898
|
getWorkforcemanagementHistoricaldataBulkRemoveJob(jobId: string): Promise<Models.HistoricalImportDeleteFilesJobResponse>;
|
|
7893
7899
|
getWorkforcemanagementHistoricaldataBulkRemoveJobs(): Promise<Models.HistoricalImportOverallDeleteStatusResponse>;
|
|
7894
|
-
getWorkforcemanagementHistoricaldataDeletejob(): Promise<Models.HistoricalImportDeleteJobResponse>;
|
|
7895
7900
|
getWorkforcemanagementHistoricaldataImportstatus(): Promise<Models.HistoricalImportStatusListing>;
|
|
7896
7901
|
getWorkforcemanagementHistoricaldataImportstatusJobId(jobId: string): Promise<Models.HistoricalImportStatusJobResponse>;
|
|
7897
7902
|
getWorkforcemanagementIntegrationsHris(): Promise<Models.WfmIntegrationListing>;
|
|
@@ -8009,7 +8014,6 @@ declare class WorkforceManagementApi {
|
|
|
8009
8014
|
postWorkforcemanagementBusinessunits(body: Models.CreateBusinessUnitRequest): Promise<Models.BusinessUnitResponse>;
|
|
8010
8015
|
postWorkforcemanagementCalendarUrlIcs(opts?: WorkforceManagementApi.postWorkforcemanagementCalendarUrlIcsOptions): Promise<Models.CalendarUrlResponse>;
|
|
8011
8016
|
postWorkforcemanagementHistoricaldataBulkRemoveJobs(body: Models.HistoricalImportDeleteFilesJobRequest): Promise<Models.HistoricalImportDeleteFilesJobResponse>;
|
|
8012
|
-
postWorkforcemanagementHistoricaldataDeletejob(): Promise<Models.HistoricalImportDeleteJobResponse>;
|
|
8013
8017
|
postWorkforcemanagementHistoricaldataValidate(body: Models.ValidationServiceRequest): Promise<Models.ValidationServiceAsyncResponse>;
|
|
8014
8018
|
postWorkforcemanagementIntegrationsHriTimeofftypesJobs(hrisIntegrationId: string): Promise<Models.HrisTimeOffTypesResponse>;
|
|
8015
8019
|
postWorkforcemanagementManagementunitAgentsWorkplansQuery(managementUnitId: string, body: Models.GetAgentsWorkPlansRequest, opts?: WorkforceManagementApi.postWorkforcemanagementManagementunitAgentsWorkplansQueryOptions): Promise<Models.AgentsWorkPlansResponse>;
|
|
@@ -9872,6 +9876,7 @@ declare namespace Models {
|
|
|
9872
9876
|
"customerParticipation"?: boolean;
|
|
9873
9877
|
"divisionIds"?: Array<string>;
|
|
9874
9878
|
"externalTag"?: string;
|
|
9879
|
+
"inactivityTimeout"?: string;
|
|
9875
9880
|
"knowledgeBaseIds"?: Array<string>;
|
|
9876
9881
|
"mediaStatsMinConversationMos"?: number;
|
|
9877
9882
|
"mediaStatsMinConversationRFactor"?: number;
|
|
@@ -9933,6 +9938,7 @@ declare namespace Models {
|
|
|
9933
9938
|
"customerParticipation"?: boolean;
|
|
9934
9939
|
"divisionIds"?: Array<string>;
|
|
9935
9940
|
"externalTag"?: string;
|
|
9941
|
+
"inactivityTimeout"?: string;
|
|
9936
9942
|
"knowledgeBaseIds"?: Array<string>;
|
|
9937
9943
|
"mediaStatsMinConversationMos"?: number;
|
|
9938
9944
|
"mediaStatsMinConversationRFactor"?: number;
|
|
@@ -13098,6 +13104,7 @@ declare namespace Models {
|
|
|
13098
13104
|
"text"?: string;
|
|
13099
13105
|
"payload"?: string;
|
|
13100
13106
|
"messageType"?: string;
|
|
13107
|
+
"originatingMessageId"?: string;
|
|
13101
13108
|
}
|
|
13102
13109
|
|
|
13103
13110
|
export interface CachedMediaItem {
|
|
@@ -15197,6 +15204,12 @@ declare namespace Models {
|
|
|
15197
15204
|
"destinationParticipantId": string;
|
|
15198
15205
|
}
|
|
15199
15206
|
|
|
15207
|
+
export interface ConsultTransferToAddress {
|
|
15208
|
+
"speakTo": string;
|
|
15209
|
+
"consultingUserId"?: string;
|
|
15210
|
+
"address"?: string;
|
|
15211
|
+
}
|
|
15212
|
+
|
|
15200
15213
|
export interface ConsultTransferToAgent {
|
|
15201
15214
|
"speakTo": string;
|
|
15202
15215
|
"consultingUserId"?: string;
|
|
@@ -15210,6 +15223,13 @@ declare namespace Models {
|
|
|
15210
15223
|
"address"?: string;
|
|
15211
15224
|
}
|
|
15212
15225
|
|
|
15226
|
+
export interface ConsultTransferToExternalContact {
|
|
15227
|
+
"speakTo": string;
|
|
15228
|
+
"consultingUserId"?: string;
|
|
15229
|
+
"contactId": string;
|
|
15230
|
+
"phoneType": string;
|
|
15231
|
+
}
|
|
15232
|
+
|
|
15213
15233
|
export interface ConsultTransferToQueue {
|
|
15214
15234
|
"speakTo": string;
|
|
15215
15235
|
"consultingUserId"?: string;
|
|
@@ -15743,17 +15763,6 @@ declare namespace Models {
|
|
|
15743
15763
|
"textback"?: string;
|
|
15744
15764
|
}
|
|
15745
15765
|
|
|
15746
|
-
export interface ContentAttachment {
|
|
15747
|
-
"id"?: string;
|
|
15748
|
-
"mediaType": string;
|
|
15749
|
-
"url"?: string;
|
|
15750
|
-
"mime"?: string;
|
|
15751
|
-
"text"?: string;
|
|
15752
|
-
"sha256"?: string;
|
|
15753
|
-
"filename"?: string;
|
|
15754
|
-
"contentSizeBytes"?: number;
|
|
15755
|
-
}
|
|
15756
|
-
|
|
15757
15766
|
export interface ContentButtonResponse {
|
|
15758
15767
|
"id"?: string;
|
|
15759
15768
|
"type": string;
|
|
@@ -15815,33 +15824,6 @@ declare namespace Models {
|
|
|
15815
15824
|
"values"?: Array<string>;
|
|
15816
15825
|
}
|
|
15817
15826
|
|
|
15818
|
-
export interface ContentGeneric {
|
|
15819
|
-
"title"?: string;
|
|
15820
|
-
"description"?: string;
|
|
15821
|
-
"image"?: string;
|
|
15822
|
-
"video"?: string;
|
|
15823
|
-
"actions"?: Models.ContentActions;
|
|
15824
|
-
"components"?: Array<Models.ButtonComponent>;
|
|
15825
|
-
}
|
|
15826
|
-
|
|
15827
|
-
export interface ContentList {
|
|
15828
|
-
"id"?: string;
|
|
15829
|
-
"listType"?: string;
|
|
15830
|
-
"title"?: string;
|
|
15831
|
-
"description"?: string;
|
|
15832
|
-
"submitLabel"?: string;
|
|
15833
|
-
"actions"?: Models.ContentActions;
|
|
15834
|
-
"components"?: Array<Models.ListItemComponent>;
|
|
15835
|
-
}
|
|
15836
|
-
|
|
15837
|
-
export interface ContentLocation {
|
|
15838
|
-
"url"?: string;
|
|
15839
|
-
"address"?: string;
|
|
15840
|
-
"text"?: string;
|
|
15841
|
-
"latitude"?: number;
|
|
15842
|
-
"longitude"?: number;
|
|
15843
|
-
}
|
|
15844
|
-
|
|
15845
15827
|
export interface ContentManagementSingleDocumentTopicDocumentDataV2 {
|
|
15846
15828
|
"id"?: string;
|
|
15847
15829
|
"name"?: string;
|
|
@@ -15906,15 +15888,6 @@ declare namespace Models {
|
|
|
15906
15888
|
"id"?: string;
|
|
15907
15889
|
}
|
|
15908
15890
|
|
|
15909
|
-
export interface ContentNotificationTemplate {
|
|
15910
|
-
"id"?: string;
|
|
15911
|
-
"language"?: string;
|
|
15912
|
-
"header"?: Models.NotificationTemplateHeader;
|
|
15913
|
-
"body": Models.NotificationTemplateBody;
|
|
15914
|
-
"buttons"?: Array<Models.NotificationTemplateButton>;
|
|
15915
|
-
"footer"?: Models.NotificationTemplateFooter;
|
|
15916
|
-
}
|
|
15917
|
-
|
|
15918
15891
|
export interface ContentOffer {
|
|
15919
15892
|
"imageUrl"?: string;
|
|
15920
15893
|
"displayMode": string;
|
|
@@ -15949,25 +15922,6 @@ declare namespace Models {
|
|
|
15949
15922
|
"right"?: string;
|
|
15950
15923
|
}
|
|
15951
15924
|
|
|
15952
|
-
export interface ContentPostback {
|
|
15953
|
-
"id"?: string;
|
|
15954
|
-
"text"?: string;
|
|
15955
|
-
"payload": string;
|
|
15956
|
-
}
|
|
15957
|
-
|
|
15958
|
-
export interface ContentQuickReply {
|
|
15959
|
-
"id"?: string;
|
|
15960
|
-
"text": string;
|
|
15961
|
-
"payload": string;
|
|
15962
|
-
"image"?: string;
|
|
15963
|
-
"action"?: string;
|
|
15964
|
-
}
|
|
15965
|
-
|
|
15966
|
-
export interface ContentQuickReplyV2 {
|
|
15967
|
-
"title": string;
|
|
15968
|
-
"actions": Array<Models.ContentQuickReply>;
|
|
15969
|
-
}
|
|
15970
|
-
|
|
15971
15925
|
export interface ContentReaction {
|
|
15972
15926
|
"reactionType": string;
|
|
15973
15927
|
"count": number;
|
|
@@ -15977,17 +15931,6 @@ declare namespace Models {
|
|
|
15977
15931
|
"story"?: Models.StorySetting;
|
|
15978
15932
|
}
|
|
15979
15933
|
|
|
15980
|
-
export interface ContentStory {
|
|
15981
|
-
"type": string;
|
|
15982
|
-
"url": string;
|
|
15983
|
-
"replyToId"?: string;
|
|
15984
|
-
}
|
|
15985
|
-
|
|
15986
|
-
export interface ContentText {
|
|
15987
|
-
"type"?: string;
|
|
15988
|
-
"body": string;
|
|
15989
|
-
}
|
|
15990
|
-
|
|
15991
15934
|
export interface ContestCompleteData {
|
|
15992
15935
|
"dateEnd"?: string;
|
|
15993
15936
|
"anonymization"?: string;
|
|
@@ -16129,11 +16072,13 @@ declare namespace Models {
|
|
|
16129
16072
|
export interface ContestUserRank {
|
|
16130
16073
|
"id"?: string;
|
|
16131
16074
|
"rank"?: number;
|
|
16075
|
+
"score"?: number;
|
|
16132
16076
|
"selfUri"?: string;
|
|
16133
16077
|
}
|
|
16134
16078
|
|
|
16135
16079
|
export interface ContestWinners {
|
|
16136
16080
|
"tier"?: number;
|
|
16081
|
+
"winnersCount"?: number;
|
|
16137
16082
|
"users"?: Array<Models.ContestUserRank>;
|
|
16138
16083
|
}
|
|
16139
16084
|
|
|
@@ -16459,6 +16404,7 @@ declare namespace Models {
|
|
|
16459
16404
|
"otherMediaUris"?: Array<string>;
|
|
16460
16405
|
"address"?: string;
|
|
16461
16406
|
"utilizationLabelId"?: string;
|
|
16407
|
+
"inactivityTimeout"?: string;
|
|
16462
16408
|
"divisions"?: Array<Models.ConversationCallEventTopicConversationDivisionMembership>;
|
|
16463
16409
|
"recordingState"?: string;
|
|
16464
16410
|
"securePause"?: boolean;
|
|
@@ -16651,6 +16597,7 @@ declare namespace Models {
|
|
|
16651
16597
|
"otherMediaUris"?: Array<string>;
|
|
16652
16598
|
"address"?: string;
|
|
16653
16599
|
"utilizationLabelId"?: string;
|
|
16600
|
+
"inactivityTimeout"?: string;
|
|
16654
16601
|
"divisions"?: Array<Models.ConversationCallbackEventTopicConversationDivisionMembership>;
|
|
16655
16602
|
}
|
|
16656
16603
|
|
|
@@ -16892,6 +16839,7 @@ declare namespace Models {
|
|
|
16892
16839
|
"otherMediaUris"?: Array<string>;
|
|
16893
16840
|
"address"?: string;
|
|
16894
16841
|
"utilizationLabelId"?: string;
|
|
16842
|
+
"inactivityTimeout"?: string;
|
|
16895
16843
|
"divisions"?: Array<Models.ConversationChatEventTopicConversationDivisionMembership>;
|
|
16896
16844
|
}
|
|
16897
16845
|
|
|
@@ -17054,6 +17002,7 @@ declare namespace Models {
|
|
|
17054
17002
|
"otherMediaUris"?: Array<string>;
|
|
17055
17003
|
"address"?: string;
|
|
17056
17004
|
"utilizationLabelId"?: string;
|
|
17005
|
+
"inactivityTimeout"?: string;
|
|
17057
17006
|
"divisions"?: Array<Models.ConversationCobrowseEventTopicConversationDivisionMembership>;
|
|
17058
17007
|
}
|
|
17059
17008
|
|
|
@@ -17397,6 +17346,14 @@ declare namespace Models {
|
|
|
17397
17346
|
"contactField": string;
|
|
17398
17347
|
}
|
|
17399
17348
|
|
|
17349
|
+
export interface ConversationContentRoadsideAssistance {
|
|
17350
|
+
"text"?: string;
|
|
17351
|
+
"phoneNumber"?: string;
|
|
17352
|
+
"isDevicePhoneNumber"?: boolean;
|
|
17353
|
+
"location"?: Models.ConversationContentLocation;
|
|
17354
|
+
"messageNumber"?: number;
|
|
17355
|
+
}
|
|
17356
|
+
|
|
17400
17357
|
export interface ConversationContentStory {
|
|
17401
17358
|
"type"?: string;
|
|
17402
17359
|
"url"?: string;
|
|
@@ -17508,6 +17465,7 @@ declare namespace Models {
|
|
|
17508
17465
|
"otherMediaUris"?: Array<string>;
|
|
17509
17466
|
"address"?: string;
|
|
17510
17467
|
"utilizationLabelId"?: string;
|
|
17468
|
+
"inactivityTimeout"?: string;
|
|
17511
17469
|
"divisions"?: Array<Models.ConversationEmailEventTopicConversationDivisionMembership>;
|
|
17512
17470
|
}
|
|
17513
17471
|
|
|
@@ -17824,6 +17782,7 @@ declare namespace Models {
|
|
|
17824
17782
|
"externalTag"?: string;
|
|
17825
17783
|
"utilizationLabelId"?: string;
|
|
17826
17784
|
"securePause"?: boolean;
|
|
17785
|
+
"inactivityTimeout"?: string;
|
|
17827
17786
|
"divisions"?: Array<Models.ConversationEventTopicConversationDivisionMembership>;
|
|
17828
17787
|
}
|
|
17829
17788
|
|
|
@@ -18371,6 +18330,7 @@ declare namespace Models {
|
|
|
18371
18330
|
"otherMediaUris"?: Array<string>;
|
|
18372
18331
|
"address"?: string;
|
|
18373
18332
|
"utilizationLabelId"?: string;
|
|
18333
|
+
"inactivityTimeout"?: string;
|
|
18374
18334
|
"divisions"?: Array<Models.ConversationMessageEventTopicConversationDivisionMembership>;
|
|
18375
18335
|
}
|
|
18376
18336
|
|
|
@@ -18898,6 +18858,7 @@ declare namespace Models {
|
|
|
18898
18858
|
"otherMediaUris"?: Array<string>;
|
|
18899
18859
|
"address"?: string;
|
|
18900
18860
|
"utilizationLabelId"?: string;
|
|
18861
|
+
"inactivityTimeout"?: string;
|
|
18901
18862
|
"divisions"?: Array<Models.ConversationScreenShareEventTopicConversationDivisionMembership>;
|
|
18902
18863
|
}
|
|
18903
18864
|
|
|
@@ -19079,6 +19040,7 @@ declare namespace Models {
|
|
|
19079
19040
|
"otherMediaUris"?: Array<string>;
|
|
19080
19041
|
"address"?: string;
|
|
19081
19042
|
"utilizationLabelId"?: string;
|
|
19043
|
+
"inactivityTimeout"?: string;
|
|
19082
19044
|
"divisions"?: Array<Models.ConversationSocialExpressionEventTopicConversationDivisionMembership>;
|
|
19083
19045
|
}
|
|
19084
19046
|
|
|
@@ -19479,6 +19441,7 @@ declare namespace Models {
|
|
|
19479
19441
|
"otherMediaUris"?: Array<string>;
|
|
19480
19442
|
"address"?: string;
|
|
19481
19443
|
"utilizationLabelId"?: string;
|
|
19444
|
+
"inactivityTimeout"?: string;
|
|
19482
19445
|
"divisions"?: Array<Models.ConversationVideoEventTopicConversationDivisionMembership>;
|
|
19483
19446
|
}
|
|
19484
19447
|
|
|
@@ -21017,9 +20980,11 @@ declare namespace Models {
|
|
|
21017
20980
|
}
|
|
21018
20981
|
|
|
21019
20982
|
export interface DatePicker {
|
|
20983
|
+
"id"?: string;
|
|
21020
20984
|
"title"?: string;
|
|
21021
20985
|
"subtitle"?: string;
|
|
21022
20986
|
"datePickerAvailableDateTimes": Array<Models.DatePickerAvailableDateTime>;
|
|
20987
|
+
"dateSelected"?: string;
|
|
21023
20988
|
}
|
|
21024
20989
|
|
|
21025
20990
|
export interface DatePickerAvailableDateTime {
|
|
@@ -23308,8 +23273,8 @@ declare namespace Models {
|
|
|
23308
23273
|
"permissionPolicies"?: Array<Models.DomainPermissionPolicy>;
|
|
23309
23274
|
"userCount"?: number;
|
|
23310
23275
|
"roleNeedsUpdate"?: boolean;
|
|
23311
|
-
"default"?: boolean;
|
|
23312
23276
|
"base"?: boolean;
|
|
23277
|
+
"default"?: boolean;
|
|
23313
23278
|
"selfUri"?: string;
|
|
23314
23279
|
}
|
|
23315
23280
|
|
|
@@ -23323,8 +23288,8 @@ declare namespace Models {
|
|
|
23323
23288
|
"permissionPolicies"?: Array<Models.DomainPermissionPolicy>;
|
|
23324
23289
|
"userCount"?: number;
|
|
23325
23290
|
"roleNeedsUpdate"?: boolean;
|
|
23326
|
-
"default"?: boolean;
|
|
23327
23291
|
"base"?: boolean;
|
|
23292
|
+
"default"?: boolean;
|
|
23328
23293
|
"selfUri"?: string;
|
|
23329
23294
|
}
|
|
23330
23295
|
|
|
@@ -23338,8 +23303,8 @@ declare namespace Models {
|
|
|
23338
23303
|
"permissionPolicies"?: Array<Models.DomainPermissionPolicy>;
|
|
23339
23304
|
"userCount"?: number;
|
|
23340
23305
|
"roleNeedsUpdate"?: boolean;
|
|
23341
|
-
"default"?: boolean;
|
|
23342
23306
|
"base"?: boolean;
|
|
23307
|
+
"default"?: boolean;
|
|
23343
23308
|
"selfUri"?: string;
|
|
23344
23309
|
}
|
|
23345
23310
|
|
|
@@ -28544,13 +28509,6 @@ declare namespace Models {
|
|
|
28544
28509
|
"selfUri"?: string;
|
|
28545
28510
|
}
|
|
28546
28511
|
|
|
28547
|
-
export interface HistoricalImportDeleteJobResponse {
|
|
28548
|
-
"id"?: string;
|
|
28549
|
-
"name"?: string;
|
|
28550
|
-
"status"?: string;
|
|
28551
|
-
"selfUri"?: string;
|
|
28552
|
-
}
|
|
28553
|
-
|
|
28554
28512
|
export interface HistoricalImportOverallDeleteStatusResponse {
|
|
28555
28513
|
"entities"?: Array<Models.HistoricalDataJobEntityStatus>;
|
|
28556
28514
|
"status"?: string;
|
|
@@ -32720,6 +32678,16 @@ declare namespace Models {
|
|
|
32720
32678
|
"archivalMode"?: string;
|
|
32721
32679
|
}
|
|
32722
32680
|
|
|
32681
|
+
export interface LearningModuleAutoAssignRequest {
|
|
32682
|
+
"ruleId": string;
|
|
32683
|
+
"enabled": boolean;
|
|
32684
|
+
}
|
|
32685
|
+
|
|
32686
|
+
export interface LearningModuleAutoAssignResponse {
|
|
32687
|
+
"rule": Models.UsersRulesRuleReference;
|
|
32688
|
+
"enabled": boolean;
|
|
32689
|
+
}
|
|
32690
|
+
|
|
32723
32691
|
export interface LearningModuleCoverArtRequest {
|
|
32724
32692
|
"id": string;
|
|
32725
32693
|
}
|
|
@@ -33340,17 +33308,8 @@ declare namespace Models {
|
|
|
33340
33308
|
"result"?: Models.AlternativeShiftTradeListing;
|
|
33341
33309
|
}
|
|
33342
33310
|
|
|
33343
|
-
export interface ListItemComponent {
|
|
33344
|
-
"id"?: string;
|
|
33345
|
-
"rmid"?: string;
|
|
33346
|
-
"type"?: string;
|
|
33347
|
-
"image"?: string;
|
|
33348
|
-
"title"?: string;
|
|
33349
|
-
"description"?: string;
|
|
33350
|
-
"actions"?: Models.ContentActions;
|
|
33351
|
-
}
|
|
33352
|
-
|
|
33353
33311
|
export interface ListPicker {
|
|
33312
|
+
"id"?: string;
|
|
33354
33313
|
"title"?: string;
|
|
33355
33314
|
"subtitle"?: string;
|
|
33356
33315
|
"sections": Array<Models.ListPickerSection>;
|
|
@@ -34107,26 +34066,6 @@ declare namespace Models {
|
|
|
34107
34066
|
"queueMediaSettings"?: Models.ConversationQueueMediaSettings;
|
|
34108
34067
|
}
|
|
34109
34068
|
|
|
34110
|
-
export interface MessageContent {
|
|
34111
|
-
"contentType": string;
|
|
34112
|
-
"attachment"?: Models.ContentAttachment;
|
|
34113
|
-
"quickReply"?: Models.ContentQuickReply;
|
|
34114
|
-
"buttonResponse"?: Models.ContentButtonResponse;
|
|
34115
|
-
"generic"?: Models.ContentGeneric;
|
|
34116
|
-
"list"?: Models.ContentList;
|
|
34117
|
-
"template"?: Models.ContentNotificationTemplate;
|
|
34118
|
-
"reactions"?: Array<Models.ContentReaction>;
|
|
34119
|
-
"mention"?: Models.MessagingRecipient;
|
|
34120
|
-
"postback"?: Models.ContentPostback;
|
|
34121
|
-
"story"?: Models.ContentStory;
|
|
34122
|
-
"card"?: Models.ContentCard;
|
|
34123
|
-
"carousel"?: Models.ContentCarousel;
|
|
34124
|
-
"text"?: Models.ContentText;
|
|
34125
|
-
"quickReplyV2"?: Models.ContentQuickReplyV2;
|
|
34126
|
-
"datePicker"?: Models.ContentDatePicker;
|
|
34127
|
-
"location"?: Models.ContentLocation;
|
|
34128
|
-
}
|
|
34129
|
-
|
|
34130
34069
|
export interface MessageConversation {
|
|
34131
34070
|
"id"?: string;
|
|
34132
34071
|
"name"?: string;
|
|
@@ -34565,18 +34504,6 @@ declare namespace Models {
|
|
|
34565
34504
|
"destinationCommunicationId": string;
|
|
34566
34505
|
}
|
|
34567
34506
|
|
|
34568
|
-
export interface MessagingRecipient {
|
|
34569
|
-
"nickname"?: string;
|
|
34570
|
-
"id": string;
|
|
34571
|
-
"idType"?: string;
|
|
34572
|
-
"image"?: string;
|
|
34573
|
-
"firstName"?: string;
|
|
34574
|
-
"lastName"?: string;
|
|
34575
|
-
"email"?: string;
|
|
34576
|
-
"externalContactId"?: string;
|
|
34577
|
-
"additionalIds"?: Array<Models.RecipientAdditionalIdentifier>;
|
|
34578
|
-
}
|
|
34579
|
-
|
|
34580
34507
|
export interface MessagingRoutingEstablishedEvent {
|
|
34581
34508
|
"eventId": string;
|
|
34582
34509
|
"eventDateTime": string;
|
|
@@ -35321,36 +35248,6 @@ declare namespace Models {
|
|
|
35321
35248
|
"pageCount"?: number;
|
|
35322
35249
|
}
|
|
35323
35250
|
|
|
35324
|
-
export interface NotificationTemplateBody {
|
|
35325
|
-
"text"?: string;
|
|
35326
|
-
"parameters": Array<Models.NotificationTemplateParameter>;
|
|
35327
|
-
}
|
|
35328
|
-
|
|
35329
|
-
export interface NotificationTemplateButton {
|
|
35330
|
-
"type": string;
|
|
35331
|
-
"text"?: string;
|
|
35332
|
-
"index": number;
|
|
35333
|
-
"phoneNumber"?: string;
|
|
35334
|
-
"url"?: string;
|
|
35335
|
-
"parameters"?: Array<Models.NotificationTemplateParameter>;
|
|
35336
|
-
}
|
|
35337
|
-
|
|
35338
|
-
export interface NotificationTemplateFooter {
|
|
35339
|
-
"text"?: string;
|
|
35340
|
-
}
|
|
35341
|
-
|
|
35342
|
-
export interface NotificationTemplateHeader {
|
|
35343
|
-
"type": string;
|
|
35344
|
-
"text"?: string;
|
|
35345
|
-
"media"?: Models.ContentAttachment;
|
|
35346
|
-
"parameters"?: Array<Models.NotificationTemplateParameter>;
|
|
35347
|
-
}
|
|
35348
|
-
|
|
35349
|
-
export interface NotificationTemplateParameter {
|
|
35350
|
-
"name"?: string;
|
|
35351
|
-
"text": string;
|
|
35352
|
-
}
|
|
35353
|
-
|
|
35354
35251
|
export interface NotificationsResponse {
|
|
35355
35252
|
"entities"?: Array<Models.WfmUserNotification>;
|
|
35356
35253
|
}
|
|
@@ -39035,6 +38932,7 @@ declare namespace Models {
|
|
|
39035
38932
|
"otherMediaUris"?: Array<string>;
|
|
39036
38933
|
"address"?: string;
|
|
39037
38934
|
"utilizationLabelId"?: string;
|
|
38935
|
+
"inactivityTimeout"?: string;
|
|
39038
38936
|
"divisions"?: Array<Models.QueueConversationCallEventTopicConversationDivisionMembership>;
|
|
39039
38937
|
"recordingState"?: string;
|
|
39040
38938
|
"securePause"?: boolean;
|
|
@@ -39227,6 +39125,7 @@ declare namespace Models {
|
|
|
39227
39125
|
"otherMediaUris"?: Array<string>;
|
|
39228
39126
|
"address"?: string;
|
|
39229
39127
|
"utilizationLabelId"?: string;
|
|
39128
|
+
"inactivityTimeout"?: string;
|
|
39230
39129
|
"divisions"?: Array<Models.QueueConversationCallbackEventTopicConversationDivisionMembership>;
|
|
39231
39130
|
}
|
|
39232
39131
|
|
|
@@ -39410,6 +39309,7 @@ declare namespace Models {
|
|
|
39410
39309
|
"otherMediaUris"?: Array<string>;
|
|
39411
39310
|
"address"?: string;
|
|
39412
39311
|
"utilizationLabelId"?: string;
|
|
39312
|
+
"inactivityTimeout"?: string;
|
|
39413
39313
|
"divisions"?: Array<Models.QueueConversationChatEventTopicConversationDivisionMembership>;
|
|
39414
39314
|
}
|
|
39415
39315
|
|
|
@@ -39568,6 +39468,7 @@ declare namespace Models {
|
|
|
39568
39468
|
"otherMediaUris"?: Array<string>;
|
|
39569
39469
|
"address"?: string;
|
|
39570
39470
|
"utilizationLabelId"?: string;
|
|
39471
|
+
"inactivityTimeout"?: string;
|
|
39571
39472
|
"divisions"?: Array<Models.QueueConversationCobrowseEventTopicConversationDivisionMembership>;
|
|
39572
39473
|
}
|
|
39573
39474
|
|
|
@@ -39768,6 +39669,7 @@ declare namespace Models {
|
|
|
39768
39669
|
"otherMediaUris"?: Array<string>;
|
|
39769
39670
|
"address"?: string;
|
|
39770
39671
|
"utilizationLabelId"?: string;
|
|
39672
|
+
"inactivityTimeout"?: string;
|
|
39771
39673
|
"divisions"?: Array<Models.QueueConversationEmailEventTopicConversationDivisionMembership>;
|
|
39772
39674
|
}
|
|
39773
39675
|
|
|
@@ -40032,6 +39934,7 @@ declare namespace Models {
|
|
|
40032
39934
|
"externalTag"?: string;
|
|
40033
39935
|
"utilizationLabelId"?: string;
|
|
40034
39936
|
"securePause"?: boolean;
|
|
39937
|
+
"inactivityTimeout"?: string;
|
|
40035
39938
|
"divisions"?: Array<Models.QueueConversationEventTopicConversationDivisionMembership>;
|
|
40036
39939
|
}
|
|
40037
39940
|
|
|
@@ -40513,6 +40416,7 @@ declare namespace Models {
|
|
|
40513
40416
|
"otherMediaUris"?: Array<string>;
|
|
40514
40417
|
"address"?: string;
|
|
40515
40418
|
"utilizationLabelId"?: string;
|
|
40419
|
+
"inactivityTimeout"?: string;
|
|
40516
40420
|
"divisions"?: Array<Models.QueueConversationMessageEventTopicConversationDivisionMembership>;
|
|
40517
40421
|
}
|
|
40518
40422
|
|
|
@@ -40728,6 +40632,7 @@ declare namespace Models {
|
|
|
40728
40632
|
"otherMediaUris"?: Array<string>;
|
|
40729
40633
|
"address"?: string;
|
|
40730
40634
|
"utilizationLabelId"?: string;
|
|
40635
|
+
"inactivityTimeout"?: string;
|
|
40731
40636
|
"divisions"?: Array<Models.QueueConversationScreenShareEventTopicConversationDivisionMembership>;
|
|
40732
40637
|
}
|
|
40733
40638
|
|
|
@@ -40930,6 +40835,7 @@ declare namespace Models {
|
|
|
40930
40835
|
"externalTag"?: string;
|
|
40931
40836
|
"utilizationLabelId"?: string;
|
|
40932
40837
|
"securePause"?: boolean;
|
|
40838
|
+
"inactivityTimeout"?: string;
|
|
40933
40839
|
"divisions"?: Array<Models.QueueConversationSocialExpressionEventTopicConversationDivisionMembership>;
|
|
40934
40840
|
}
|
|
40935
40841
|
|
|
@@ -41456,6 +41362,7 @@ declare namespace Models {
|
|
|
41456
41362
|
"externalTag"?: string;
|
|
41457
41363
|
"utilizationLabelId"?: string;
|
|
41458
41364
|
"securePause"?: boolean;
|
|
41365
|
+
"inactivityTimeout"?: string;
|
|
41459
41366
|
"divisions"?: Array<Models.QueueConversationVideoEventTopicConversationDivisionMembership>;
|
|
41460
41367
|
}
|
|
41461
41368
|
|
|
@@ -42103,6 +42010,11 @@ declare namespace Models {
|
|
|
42103
42010
|
"minutesBetweenAttempts"?: number;
|
|
42104
42011
|
}
|
|
42105
42012
|
|
|
42013
|
+
export interface ReceivedReplyMessage {
|
|
42014
|
+
"title"?: string;
|
|
42015
|
+
"subtitle"?: string;
|
|
42016
|
+
}
|
|
42017
|
+
|
|
42106
42018
|
export interface Recipient {
|
|
42107
42019
|
"id"?: string;
|
|
42108
42020
|
"name"?: string;
|
|
@@ -42316,6 +42228,52 @@ declare namespace Models {
|
|
|
42316
42228
|
"actualTranscodeTimeMs"?: number;
|
|
42317
42229
|
}
|
|
42318
42230
|
|
|
42231
|
+
export interface RecordingForm {
|
|
42232
|
+
"introduction"?: Models.RecordingIntroduction;
|
|
42233
|
+
"formPages"?: Array<Models.RecordingFormPage>;
|
|
42234
|
+
"receivedMessage"?: Models.ReceivedReplyMessage;
|
|
42235
|
+
"replyMessage"?: Models.ReceivedReplyMessage;
|
|
42236
|
+
"response"?: Array<Models.RecordingFormResponseComponent>;
|
|
42237
|
+
"originatingMessageId"?: string;
|
|
42238
|
+
"cannedResponseId"?: string;
|
|
42239
|
+
}
|
|
42240
|
+
|
|
42241
|
+
export interface RecordingFormPage {
|
|
42242
|
+
"title"?: string;
|
|
42243
|
+
"subtitle"?: string;
|
|
42244
|
+
"pageComponents"?: Array<Models.RecordingFormPageComponent>;
|
|
42245
|
+
}
|
|
42246
|
+
|
|
42247
|
+
export interface RecordingFormPageComponent {
|
|
42248
|
+
"formComponentType"?: string;
|
|
42249
|
+
"datePicker"?: Models.DatePicker;
|
|
42250
|
+
"wheelPicker"?: Models.RecordingWheelPicker;
|
|
42251
|
+
"listPicker"?: Models.ListPicker;
|
|
42252
|
+
"input"?: Models.RecordingInput;
|
|
42253
|
+
}
|
|
42254
|
+
|
|
42255
|
+
export interface RecordingFormResponseComponent {
|
|
42256
|
+
"id"?: string;
|
|
42257
|
+
"component"?: Models.RecordingFormResponseContent;
|
|
42258
|
+
}
|
|
42259
|
+
|
|
42260
|
+
export interface RecordingFormResponseContent {
|
|
42261
|
+
"contentType"?: string;
|
|
42262
|
+
"buttonResponse"?: Models.ButtonResponse;
|
|
42263
|
+
}
|
|
42264
|
+
|
|
42265
|
+
export interface RecordingInput {
|
|
42266
|
+
"id"?: string;
|
|
42267
|
+
"title"?: string;
|
|
42268
|
+
"subtitle"?: string;
|
|
42269
|
+
"responseText"?: string;
|
|
42270
|
+
}
|
|
42271
|
+
|
|
42272
|
+
export interface RecordingIntroduction {
|
|
42273
|
+
"title"?: string;
|
|
42274
|
+
"subtitle"?: string;
|
|
42275
|
+
}
|
|
42276
|
+
|
|
42319
42277
|
export interface RecordingJob {
|
|
42320
42278
|
"id"?: string;
|
|
42321
42279
|
"state": string;
|
|
@@ -42501,6 +42459,18 @@ declare namespace Models {
|
|
|
42501
42459
|
"uploadStatus"?: string;
|
|
42502
42460
|
}
|
|
42503
42461
|
|
|
42462
|
+
export interface RecordingWheelPicker {
|
|
42463
|
+
"id"?: string;
|
|
42464
|
+
"items"?: Array<Models.RecordingWheelPickerItem>;
|
|
42465
|
+
}
|
|
42466
|
+
|
|
42467
|
+
export interface RecordingWheelPickerItem {
|
|
42468
|
+
"id"?: string;
|
|
42469
|
+
"title"?: string;
|
|
42470
|
+
"value"?: string;
|
|
42471
|
+
"isSelected"?: boolean;
|
|
42472
|
+
}
|
|
42473
|
+
|
|
42504
42474
|
export interface RecurrenceEndSettings {
|
|
42505
42475
|
"lastDate"?: string;
|
|
42506
42476
|
"noEndDate"?: boolean;
|
|
@@ -47005,7 +46975,7 @@ declare namespace Models {
|
|
|
47005
46975
|
"text": string;
|
|
47006
46976
|
"type": string;
|
|
47007
46977
|
"format"?: Models.Format;
|
|
47008
|
-
"content"?: Array<Models.
|
|
46978
|
+
"content"?: Array<Models.ConversationMessageContent>;
|
|
47009
46979
|
}
|
|
47010
46980
|
|
|
47011
46981
|
export interface TextBotTextModeConstraints {
|
|
@@ -47688,6 +47658,12 @@ declare namespace Models {
|
|
|
47688
47658
|
"selfUri"?: string;
|
|
47689
47659
|
}
|
|
47690
47660
|
|
|
47661
|
+
export interface TransferToAddressRequest {
|
|
47662
|
+
"transferType"?: string;
|
|
47663
|
+
"keepInternalMessageAlive"?: boolean;
|
|
47664
|
+
"address"?: string;
|
|
47665
|
+
}
|
|
47666
|
+
|
|
47691
47667
|
export interface TransferToAgentRequest {
|
|
47692
47668
|
"transferType"?: string;
|
|
47693
47669
|
"keepInternalMessageAlive"?: boolean;
|
|
@@ -47697,6 +47673,13 @@ declare namespace Models {
|
|
|
47697
47673
|
"voicemail"?: boolean;
|
|
47698
47674
|
}
|
|
47699
47675
|
|
|
47676
|
+
export interface TransferToExternalContactRequest {
|
|
47677
|
+
"transferType"?: string;
|
|
47678
|
+
"keepInternalMessageAlive"?: boolean;
|
|
47679
|
+
"contactId": string;
|
|
47680
|
+
"phoneType": string;
|
|
47681
|
+
}
|
|
47682
|
+
|
|
47700
47683
|
export interface TransferToExternalRequest {
|
|
47701
47684
|
"transferType"?: string;
|
|
47702
47685
|
"keepInternalMessageAlive"?: boolean;
|
|
@@ -50023,6 +50006,11 @@ declare namespace Models {
|
|
|
50023
50006
|
"allowScreenShare"?: boolean;
|
|
50024
50007
|
}
|
|
50025
50008
|
|
|
50009
|
+
export interface UsersRulesRuleReference {
|
|
50010
|
+
"id"?: string;
|
|
50011
|
+
"selfUri"?: string;
|
|
50012
|
+
}
|
|
50013
|
+
|
|
50026
50014
|
export interface UsersSearchResponse {
|
|
50027
50015
|
"total": number;
|
|
50028
50016
|
"pageCount": number;
|
|
@@ -50439,18 +50427,69 @@ declare namespace Models {
|
|
|
50439
50427
|
"waitBetweenNotificationMs"?: number;
|
|
50440
50428
|
}
|
|
50441
50429
|
|
|
50430
|
+
export interface V2QueueObservationMetricData {
|
|
50431
|
+
"metric"?: string;
|
|
50432
|
+
"observations"?: Array<Models.V2QueueObservationObservation>;
|
|
50433
|
+
"truncated"?: boolean;
|
|
50434
|
+
"stats"?: Models.V2QueueObservationMetricStats;
|
|
50435
|
+
}
|
|
50436
|
+
|
|
50437
|
+
export interface V2QueueObservationMetricGroup {
|
|
50438
|
+
"group"?: { [key: string]: string; };
|
|
50439
|
+
"data"?: Models.V2QueueObservationMetricData;
|
|
50440
|
+
}
|
|
50441
|
+
|
|
50442
|
+
export interface V2QueueObservationMetricStats {
|
|
50443
|
+
"count"?: number;
|
|
50444
|
+
"calculatedMetricValue"?: number;
|
|
50445
|
+
}
|
|
50446
|
+
|
|
50447
|
+
export interface V2QueueObservationObservation {
|
|
50448
|
+
"observationDate"?: string;
|
|
50449
|
+
"conversationId"?: string;
|
|
50450
|
+
"sessionId"?: string;
|
|
50451
|
+
"requestedRoutingSkillIds"?: Array<string>;
|
|
50452
|
+
"requestedLanguageId"?: string;
|
|
50453
|
+
"routingPriority"?: number;
|
|
50454
|
+
"participantName"?: string;
|
|
50455
|
+
"userId"?: string;
|
|
50456
|
+
"direction"?: string;
|
|
50457
|
+
"convertedFrom"?: string;
|
|
50458
|
+
"convertedTo"?: string;
|
|
50459
|
+
"addressFrom"?: string;
|
|
50460
|
+
"addressTo"?: string;
|
|
50461
|
+
"ani"?: string;
|
|
50462
|
+
"dnis"?: string;
|
|
50463
|
+
"teamId"?: string;
|
|
50464
|
+
"scoredAgents"?: Array<Models.V2QueueObservationScoredAgent>;
|
|
50465
|
+
"requestedRoutings"?: Array<string>;
|
|
50466
|
+
"usedRouting"?: string;
|
|
50467
|
+
}
|
|
50468
|
+
|
|
50469
|
+
export interface V2QueueObservationObservationNotification {
|
|
50470
|
+
"results"?: Array<Models.V2QueueObservationMetricGroup>;
|
|
50471
|
+
}
|
|
50472
|
+
|
|
50473
|
+
export interface V2QueueObservationScoredAgent {
|
|
50474
|
+
"scoredAgentId"?: string;
|
|
50475
|
+
"agentScore"?: number;
|
|
50476
|
+
}
|
|
50477
|
+
|
|
50442
50478
|
export interface V2SessionConversationsSummarySettingsPreviewEventConversationFollowupAction {
|
|
50443
50479
|
"text"?: string;
|
|
50480
|
+
"description"?: string;
|
|
50444
50481
|
"score"?: number;
|
|
50445
50482
|
}
|
|
50446
50483
|
|
|
50447
50484
|
export interface V2SessionConversationsSummarySettingsPreviewEventConversationReasonMessage {
|
|
50448
50485
|
"text"?: string;
|
|
50486
|
+
"description"?: string;
|
|
50449
50487
|
"score"?: number;
|
|
50450
50488
|
}
|
|
50451
50489
|
|
|
50452
50490
|
export interface V2SessionConversationsSummarySettingsPreviewEventConversationResolutionMessage {
|
|
50453
50491
|
"text"?: string;
|
|
50492
|
+
"description"?: string;
|
|
50454
50493
|
"score"?: number;
|
|
50455
50494
|
}
|
|
50456
50495
|
|
|
@@ -50481,6 +50520,29 @@ declare namespace Models {
|
|
|
50481
50520
|
"durationMs"?: number;
|
|
50482
50521
|
}
|
|
50483
50522
|
|
|
50523
|
+
export interface V2StaTopicsDetectedTopicParticipant {
|
|
50524
|
+
"userId"?: string;
|
|
50525
|
+
"queueId"?: string;
|
|
50526
|
+
"divisionId"?: string;
|
|
50527
|
+
"purpose"?: string;
|
|
50528
|
+
}
|
|
50529
|
+
|
|
50530
|
+
export interface V2StaTopicsDetectedTopicTopicDetected {
|
|
50531
|
+
"participant"?: string;
|
|
50532
|
+
"topicId"?: string;
|
|
50533
|
+
"topicName"?: string;
|
|
50534
|
+
}
|
|
50535
|
+
|
|
50536
|
+
export interface V2StaTopicsDetectedTopicTopicsDetectedMessage {
|
|
50537
|
+
"conversationId"?: string;
|
|
50538
|
+
"communicationId"?: string;
|
|
50539
|
+
"recordingId"?: string;
|
|
50540
|
+
"transcriptId"?: string;
|
|
50541
|
+
"mediaType"?: string;
|
|
50542
|
+
"topics"?: Array<Models.V2StaTopicsDetectedTopicTopicDetected>;
|
|
50543
|
+
"participants"?: Array<Models.V2StaTopicsDetectedTopicParticipant>;
|
|
50544
|
+
}
|
|
50545
|
+
|
|
50484
50546
|
export interface V2WebMessagingUndeliveredMessageTopicMessage {
|
|
50485
50547
|
"id"?: string;
|
|
50486
50548
|
"eventTimeMs"?: number;
|
|
@@ -51016,6 +51078,8 @@ declare namespace Models {
|
|
|
51016
51078
|
}
|
|
51017
51079
|
|
|
51018
51080
|
export interface VoicemailMailboxInfo {
|
|
51081
|
+
"id"?: string;
|
|
51082
|
+
"ownerType"?: string;
|
|
51019
51083
|
"usageSizeBytes"?: number;
|
|
51020
51084
|
"totalCount"?: number;
|
|
51021
51085
|
"unreadCount"?: number;
|
|
@@ -51026,6 +51090,7 @@ declare namespace Models {
|
|
|
51026
51090
|
"oldestUnreadDate"?: string;
|
|
51027
51091
|
"newestReadDate"?: string;
|
|
51028
51092
|
"oldestReadDate"?: string;
|
|
51093
|
+
"selfUri"?: string;
|
|
51029
51094
|
}
|
|
51030
51095
|
|
|
51031
51096
|
export interface VoicemailMediaInfo {
|