purecloud-platform-client-v2 217.0.0 → 218.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 +805 -195
- package/dist/web-amd/purecloud-platform-client-v2.js +805 -195
- package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
- package/dist/web-cjs/bundle.js +275 -152
- package/dist/web-cjs/purecloud-platform-client-v2.js +275 -152
- package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
- package/index.d.ts +606 -72
- package/package.json +1 -1
- package/src/purecloud-platform-client-v2/ApiClient.js +1 -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 +1 -1
- 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/CarrierServicesApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ChatApi.js +1 -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 +214 -1
- 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 +77 -1
- package/src/purecloud-platform-client-v2/api/FaxApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/FlowsApi.js +1 -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 +1 -1
- package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +1 -6
- 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 -70
- package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/OutboundApi.js +1 -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 +1 -2
- package/src/purecloud-platform-client-v2/api/RecordingApi.js +3 -2
- 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 -1
- package/src/purecloud-platform-client-v2/api/SettingsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SocialMediaApi.js +403 -20
- package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +1 -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 +1 -1
- package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +3 -2
- 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 +1 -1
- package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UsersApi.js +1 -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 +19 -10
- 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 +11 -6
- package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +1 -1
- package/src/purecloud-platform-client-v2/index.js +1 -1
package/index.d.ts
CHANGED
|
@@ -1536,6 +1536,7 @@ declare class ConversationsApi {
|
|
|
1536
1536
|
deleteConversationsMessagingIntegrationsFacebookIntegrationId(integrationId: string): Promise<void>;
|
|
1537
1537
|
deleteConversationsMessagingIntegrationsInstagramIntegrationId(integrationId: string): Promise<void>;
|
|
1538
1538
|
deleteConversationsMessagingIntegrationsOpenIntegrationId(integrationId: string): Promise<void>;
|
|
1539
|
+
deleteConversationsMessagingIntegrationsTwitterIntegrationId(integrationId: string): Promise<void>;
|
|
1539
1540
|
deleteConversationsMessagingIntegrationsWhatsappIntegrationId(integrationId: string): Promise<Models.WhatsAppIntegration>;
|
|
1540
1541
|
deleteConversationsMessagingSetting(messageSettingId: string): Promise<void>;
|
|
1541
1542
|
deleteConversationsMessagingSettingsDefault(): Promise<void>;
|
|
@@ -1607,6 +1608,7 @@ declare class ConversationsApi {
|
|
|
1607
1608
|
getConversationsMessagingIdentityresolutionIntegrationsFacebookIntegrationId(integrationId: string): Promise<Models.IdentityResolutionConfig>;
|
|
1608
1609
|
getConversationsMessagingIdentityresolutionIntegrationsOpenIntegrationId(integrationId: string): Promise<Models.OpenMessagingIdentityResolutionConfig>;
|
|
1609
1610
|
getConversationsMessagingIdentityresolutionIntegrationsWhatsappIntegrationId(integrationId: string): Promise<Models.IdentityResolutionConfig>;
|
|
1611
|
+
getConversationsMessagingIntegrationTwitterOauthSettings(integrationId: string): Promise<Models.TwitterOAuthSettings>;
|
|
1610
1612
|
getConversationsMessagingIntegrations(opts?: ConversationsApi.getConversationsMessagingIntegrationsOptions): Promise<Models.MessagingIntegrationEntityListing>;
|
|
1611
1613
|
getConversationsMessagingIntegrationsFacebook(opts?: ConversationsApi.getConversationsMessagingIntegrationsFacebookOptions): Promise<Models.FacebookIntegrationEntityListing>;
|
|
1612
1614
|
getConversationsMessagingIntegrationsFacebookIntegrationId(integrationId: string, opts?: ConversationsApi.getConversationsMessagingIntegrationsFacebookIntegrationIdOptions): Promise<Models.FacebookIntegration>;
|
|
@@ -1614,6 +1616,9 @@ declare class ConversationsApi {
|
|
|
1614
1616
|
getConversationsMessagingIntegrationsInstagramIntegrationId(integrationId: string, opts?: ConversationsApi.getConversationsMessagingIntegrationsInstagramIntegrationIdOptions): Promise<Models.InstagramIntegration>;
|
|
1615
1617
|
getConversationsMessagingIntegrationsOpen(opts?: ConversationsApi.getConversationsMessagingIntegrationsOpenOptions): Promise<Models.OpenIntegrationEntityListing>;
|
|
1616
1618
|
getConversationsMessagingIntegrationsOpenIntegrationId(integrationId: string, opts?: ConversationsApi.getConversationsMessagingIntegrationsOpenIntegrationIdOptions): Promise<Models.OpenIntegration>;
|
|
1619
|
+
getConversationsMessagingIntegrationsTwitter(opts?: ConversationsApi.getConversationsMessagingIntegrationsTwitterOptions): Promise<Models.TwitterIntegrationEntityListing>;
|
|
1620
|
+
getConversationsMessagingIntegrationsTwitterIntegrationId(integrationId: string, opts?: ConversationsApi.getConversationsMessagingIntegrationsTwitterIntegrationIdOptions): Promise<Models.TwitterIntegration>;
|
|
1621
|
+
getConversationsMessagingIntegrationsTwitterOauthSettings(): Promise<Models.TwitterSignupOAuthSettings>;
|
|
1617
1622
|
getConversationsMessagingIntegrationsWhatsapp(opts?: ConversationsApi.getConversationsMessagingIntegrationsWhatsappOptions): Promise<Models.WhatsAppIntegrationEntityListing>;
|
|
1618
1623
|
getConversationsMessagingIntegrationsWhatsappIntegrationId(integrationId: string, opts?: ConversationsApi.getConversationsMessagingIntegrationsWhatsappIntegrationIdOptions): Promise<Models.WhatsAppIntegration>;
|
|
1619
1624
|
getConversationsMessagingSetting(messageSettingId: string): Promise<Models.MessagingSetting>;
|
|
@@ -1665,6 +1670,7 @@ declare class ConversationsApi {
|
|
|
1665
1670
|
patchConversationsMessagingIntegrationsFacebookIntegrationId(integrationId: string, body: Models.FacebookIntegrationUpdateRequest): Promise<Models.FacebookIntegration>;
|
|
1666
1671
|
patchConversationsMessagingIntegrationsInstagramIntegrationId(integrationId: string, body: Models.InstagramIntegrationUpdateRequest): Promise<Models.InstagramIntegration>;
|
|
1667
1672
|
patchConversationsMessagingIntegrationsOpenIntegrationId(integrationId: string, body: Models.OpenIntegrationUpdateRequest): Promise<Models.OpenIntegration>;
|
|
1673
|
+
patchConversationsMessagingIntegrationsTwitterIntegrationId(integrationId: string, body: Models.TwitterIntegrationUpdateRequest): Promise<Models.TwitterIntegration>;
|
|
1668
1674
|
patchConversationsMessagingIntegrationsWhatsappEmbeddedsignupIntegrationId(integrationId: string, body: Models.WhatsAppEmbeddedSignupIntegrationActivationRequest): Promise<Models.WhatsAppIntegration>;
|
|
1669
1675
|
patchConversationsMessagingIntegrationsWhatsappIntegrationId(integrationId: string, body: Models.WhatsAppIntegrationUpdateRequest): Promise<Models.WhatsAppIntegration>;
|
|
1670
1676
|
patchConversationsMessagingSetting(messageSettingId: string, body: Models.MessagingSettingPatchRequest): Promise<Models.MessagingSetting>;
|
|
@@ -1741,6 +1747,7 @@ declare class ConversationsApi {
|
|
|
1741
1747
|
postConversationsMessagingIntegrationsFacebook(body: Models.FacebookIntegrationRequest): Promise<Models.FacebookIntegration>;
|
|
1742
1748
|
postConversationsMessagingIntegrationsInstagram(body: Models.InstagramIntegrationRequest): Promise<Models.InstagramIntegration>;
|
|
1743
1749
|
postConversationsMessagingIntegrationsOpen(body: Models.OpenIntegrationRequest): Promise<Models.OpenIntegration>;
|
|
1750
|
+
postConversationsMessagingIntegrationsTwitter(body: Models.TwitterIntegrationRequest): Promise<Models.TwitterIntegration>;
|
|
1744
1751
|
postConversationsMessagingIntegrationsWhatsapp(body: Models.WhatsAppIntegrationRequest): Promise<Models.WhatsAppIntegration>;
|
|
1745
1752
|
postConversationsMessagingIntegrationsWhatsappEmbeddedsignup(body: Models.WhatsAppEmbeddedSignupIntegrationRequest): Promise<Models.WhatsAppIntegration>;
|
|
1746
1753
|
postConversationsMessagingSettings(body: Models.MessagingSettingRequest): Promise<Models.MessagingSetting>;
|
|
@@ -1748,6 +1755,7 @@ declare class ConversationsApi {
|
|
|
1748
1755
|
postConversationsParticipantsAttributesSearch(body: Models.ConversationParticipantSearchRequest): Promise<Models.JsonCursorSearchResponse>;
|
|
1749
1756
|
postConversationsScreenshareParticipantCommunicationWrapup(conversationId: string, participantId: string, communicationId: string, opts?: ConversationsApi.postConversationsScreenshareParticipantCommunicationWrapupOptions): Promise<void>;
|
|
1750
1757
|
postConversationsSocialParticipantCommunicationWrapup(conversationId: string, participantId: string, communicationId: string, opts?: ConversationsApi.postConversationsSocialParticipantCommunicationWrapupOptions): Promise<void>;
|
|
1758
|
+
postConversationsVideoAgentconferenceCommunication(conversationId: string, communicationId: string): Promise<Models.VideoConferenceDetails>;
|
|
1751
1759
|
postConversationsVideoParticipantCommunicationWrapup(conversationId: string, participantId: string, communicationId: string, opts?: ConversationsApi.postConversationsVideoParticipantCommunicationWrapupOptions): Promise<void>;
|
|
1752
1760
|
postConversationsVideosMeetings(body: Models.GenerateMeetingIdRequest): Promise<Models.MeetingIdRecord>;
|
|
1753
1761
|
putConversationParticipantFlaggedreason(conversationId: string, participantId: string): Promise<void>;
|
|
@@ -1893,6 +1901,16 @@ declare namespace ConversationsApi {
|
|
|
1893
1901
|
export interface getConversationsMessagingIntegrationsOpenIntegrationIdOptions {
|
|
1894
1902
|
"expand"?: string;
|
|
1895
1903
|
}
|
|
1904
|
+
export interface getConversationsMessagingIntegrationsTwitterOptions {
|
|
1905
|
+
"pageSize"?: number;
|
|
1906
|
+
"pageNumber"?: number;
|
|
1907
|
+
"expand"?: string;
|
|
1908
|
+
"supportedContentId"?: string;
|
|
1909
|
+
"messagingSettingId"?: string;
|
|
1910
|
+
}
|
|
1911
|
+
export interface getConversationsMessagingIntegrationsTwitterIntegrationIdOptions {
|
|
1912
|
+
"expand"?: string;
|
|
1913
|
+
}
|
|
1896
1914
|
export interface getConversationsMessagingIntegrationsWhatsappOptions {
|
|
1897
1915
|
"pageSize"?: number;
|
|
1898
1916
|
"pageNumber"?: number;
|
|
@@ -2094,6 +2112,8 @@ declare class ExternalContactsApi {
|
|
|
2094
2112
|
getExternalcontactsContactNotes(contactId: string, opts?: ExternalContactsApi.getExternalcontactsContactNotesOptions): Promise<Models.NoteListing>;
|
|
2095
2113
|
getExternalcontactsContactUnresolved(contactId: string, opts?: ExternalContactsApi.getExternalcontactsContactUnresolvedOptions): Promise<Models.ExternalContact>;
|
|
2096
2114
|
getExternalcontactsContacts(opts?: ExternalContactsApi.getExternalcontactsContactsOptions): Promise<Models.ContactListing>;
|
|
2115
|
+
getExternalcontactsContactsExport(exportId: string): Promise<Models.ContactsExport>;
|
|
2116
|
+
getExternalcontactsContactsExports(opts?: ExternalContactsApi.getExternalcontactsContactsExportsOptions): Promise<Models.ExportListing>;
|
|
2097
2117
|
getExternalcontactsContactsSchema(schemaId: string): Promise<Models.DataSchema>;
|
|
2098
2118
|
getExternalcontactsContactsSchemaVersion(schemaId: string, versionId: string): Promise<Models.DataSchema>;
|
|
2099
2119
|
getExternalcontactsContactsSchemaVersions(schemaId: string): Promise<Models.DataSchema>;
|
|
@@ -2151,6 +2171,7 @@ declare class ExternalContactsApi {
|
|
|
2151
2171
|
postExternalcontactsContactNotes(contactId: string, body: Models.Note): Promise<Models.Note>;
|
|
2152
2172
|
postExternalcontactsContactPromotion(contactId: string): Promise<Models.ExternalContact>;
|
|
2153
2173
|
postExternalcontactsContacts(body: Models.ExternalContact): Promise<Models.ExternalContact>;
|
|
2174
|
+
postExternalcontactsContactsExports(body: Models.ContactsExport): Promise<Models.ContactsExport>;
|
|
2154
2175
|
postExternalcontactsContactsSchemas(body: Models.DataSchema): Promise<Models.DataSchema>;
|
|
2155
2176
|
postExternalcontactsExternalsources(body: Models.ExternalSource): Promise<Models.ExternalSource>;
|
|
2156
2177
|
postExternalcontactsIdentifierlookup(identifier: Models.ContactIdentifier, opts?: ExternalContactsApi.postExternalcontactsIdentifierlookupOptions): Promise<Models.ExternalContact>;
|
|
@@ -2208,6 +2229,11 @@ declare namespace ExternalContactsApi {
|
|
|
2208
2229
|
"expand"?: Array<string>;
|
|
2209
2230
|
"divisionIds"?: Array<string>;
|
|
2210
2231
|
}
|
|
2232
|
+
export interface getExternalcontactsContactsExportsOptions {
|
|
2233
|
+
"divisionIds"?: Array<string>;
|
|
2234
|
+
"after"?: string;
|
|
2235
|
+
"pageSize"?: number;
|
|
2236
|
+
}
|
|
2211
2237
|
export interface getExternalcontactsExternalsourcesOptions {
|
|
2212
2238
|
"cursor"?: string;
|
|
2213
2239
|
"limit"?: number;
|
|
@@ -4115,9 +4141,7 @@ declare class OrganizationApi {
|
|
|
4115
4141
|
getOrganizationsLimitsDocs(): Promise<Models.LimitDocumentation>;
|
|
4116
4142
|
getOrganizationsLimitsDocsFreetrial(): Promise<Models.FreeTrialLimitDocs>;
|
|
4117
4143
|
getOrganizationsLimitsNamespace(namespaceName: string): Promise<Models.LimitsEntityListing>;
|
|
4118
|
-
getOrganizationsLimitsNamespaceCounts(namespaceName: string, opts?: OrganizationApi.getOrganizationsLimitsNamespaceCountsOptions): Promise<Models.LimitCountListing>;
|
|
4119
4144
|
getOrganizationsLimitsNamespaceDefaults(namespaceName: string): Promise<Models.LimitsEntityListing>;
|
|
4120
|
-
getOrganizationsLimitsNamespaceLimitCounts(namespaceName: string, limitName: string, opts?: OrganizationApi.getOrganizationsLimitsNamespaceLimitCountsOptions): Promise<Models.LimitCountListing>;
|
|
4121
4145
|
getOrganizationsLimitsNamespaces(opts?: OrganizationApi.getOrganizationsLimitsNamespacesOptions): Promise<object>;
|
|
4122
4146
|
getOrganizationsMe(): Promise<Models.Organization>;
|
|
4123
4147
|
getOrganizationsWhitelist(): Promise<Models.OrgWhitelistSettings>;
|
|
@@ -4137,16 +4161,6 @@ declare namespace OrganizationApi {
|
|
|
4137
4161
|
"pageSize"?: number;
|
|
4138
4162
|
"expand"?: Array<string>;
|
|
4139
4163
|
}
|
|
4140
|
-
export interface getOrganizationsLimitsNamespaceCountsOptions {
|
|
4141
|
-
"cursor"?: string;
|
|
4142
|
-
"entityId"?: string;
|
|
4143
|
-
"userId"?: string;
|
|
4144
|
-
}
|
|
4145
|
-
export interface getOrganizationsLimitsNamespaceLimitCountsOptions {
|
|
4146
|
-
"entityId"?: string;
|
|
4147
|
-
"userId"?: string;
|
|
4148
|
-
"cursor"?: string;
|
|
4149
|
-
}
|
|
4150
4164
|
export interface getOrganizationsLimitsNamespacesOptions {
|
|
4151
4165
|
"pageSize"?: number;
|
|
4152
4166
|
"pageNumber"?: number;
|
|
@@ -5123,6 +5137,7 @@ declare namespace RecordingApi {
|
|
|
5123
5137
|
"formatId"?: string;
|
|
5124
5138
|
"mediaFormats"?: Array<string>;
|
|
5125
5139
|
"locale"?: string;
|
|
5140
|
+
"includePauseAnnotationsForScreenRecordings"?: boolean;
|
|
5126
5141
|
}
|
|
5127
5142
|
export interface getOrphanrecordingMediaOptions {
|
|
5128
5143
|
"formatId"?: string;
|
|
@@ -5996,11 +6011,20 @@ declare namespace SettingsApi {
|
|
|
5996
6011
|
|
|
5997
6012
|
declare class SocialMediaApi {
|
|
5998
6013
|
constructor(apiClient?: ApiClientClass);
|
|
6014
|
+
deleteSocialmediaEscalationrule(escalationRuleId: string): Promise<void>;
|
|
6015
|
+
deleteSocialmediaMessage(messageId: string): Promise<void>;
|
|
5999
6016
|
deleteSocialmediaTopic(topicId: string, opts?: SocialMediaApi.deleteSocialmediaTopicOptions): Promise<void>;
|
|
6000
6017
|
deleteSocialmediaTopicDataingestionrulesFacebookFacebookIngestionRuleId(topicId: string, facebookIngestionRuleId: string, opts?: SocialMediaApi.deleteSocialmediaTopicDataingestionrulesFacebookFacebookIngestionRuleIdOptions): Promise<void>;
|
|
6001
6018
|
deleteSocialmediaTopicDataingestionrulesOpenOpenId(topicId: string, openId: string, opts?: SocialMediaApi.deleteSocialmediaTopicDataingestionrulesOpenOpenIdOptions): Promise<void>;
|
|
6002
6019
|
deleteSocialmediaTopicDataingestionrulesTwitterTwitterIngestionRuleId(topicId: string, twitterIngestionRuleId: string, opts?: SocialMediaApi.deleteSocialmediaTopicDataingestionrulesTwitterTwitterIngestionRuleIdOptions): Promise<void>;
|
|
6020
|
+
getSocialmediaAnalyticsAggregatesJob(jobId: string): Promise<Models.AsyncQueryStatus>;
|
|
6021
|
+
getSocialmediaAnalyticsAggregatesJobResults(jobId: string, opts?: SocialMediaApi.getSocialmediaAnalyticsAggregatesJobResultsOptions): Promise<Models.SocialMediaAsyncAggregateQueryResponse>;
|
|
6022
|
+
getSocialmediaAnalyticsMessagesJob(jobId: string): Promise<Models.AsyncQueryStatus>;
|
|
6023
|
+
getSocialmediaAnalyticsMessagesJobResults(jobId: string, opts?: SocialMediaApi.getSocialmediaAnalyticsMessagesJobResultsOptions): Promise<Models.SocialMediaAsyncDetailQueryResponse>;
|
|
6024
|
+
getSocialmediaEscalationrule(escalationRuleId: string): Promise<Models.EscalationRuleResponse>;
|
|
6025
|
+
getSocialmediaEscalationrules(divisionId: string, opts?: SocialMediaApi.getSocialmediaEscalationrulesOptions): Promise<Models.SocialEscalationResponseEntityListing>;
|
|
6003
6026
|
getSocialmediaTopic(topicId: string, opts?: SocialMediaApi.getSocialmediaTopicOptions): Promise<Models.SocialTopicResponse>;
|
|
6027
|
+
getSocialmediaTopicDataingestionrules(topicId: string, opts?: SocialMediaApi.getSocialmediaTopicDataingestionrulesOptions): Promise<Models.DataIngestionRuleResponseEntityListing>;
|
|
6004
6028
|
getSocialmediaTopicDataingestionrulesFacebookFacebookIngestionRuleId(topicId: string, facebookIngestionRuleId: string, opts?: SocialMediaApi.getSocialmediaTopicDataingestionrulesFacebookFacebookIngestionRuleIdOptions): Promise<Models.FacebookDataIngestionRuleResponse>;
|
|
6005
6029
|
getSocialmediaTopicDataingestionrulesFacebookFacebookIngestionRuleIdVersion(topicId: string, facebookIngestionRuleId: string, dataIngestionRuleVersion: string, opts?: SocialMediaApi.getSocialmediaTopicDataingestionrulesFacebookFacebookIngestionRuleIdVersionOptions): Promise<Models.FacebookDataIngestionRuleVersionResponse>;
|
|
6006
6030
|
getSocialmediaTopicDataingestionrulesFacebookFacebookIngestionRuleIdVersions(topicId: string, facebookIngestionRuleId: string, opts?: SocialMediaApi.getSocialmediaTopicDataingestionrulesFacebookFacebookIngestionRuleIdVersionsOptions): Promise<Models.FacebookDataIngestionRuleVersionResponseEntityListing>;
|
|
@@ -6015,10 +6039,16 @@ declare class SocialMediaApi {
|
|
|
6015
6039
|
patchSocialmediaTopicDataingestionrulesFacebookFacebookIngestionRuleId(topicId: string, facebookIngestionRuleId: string, opts?: SocialMediaApi.patchSocialmediaTopicDataingestionrulesFacebookFacebookIngestionRuleIdOptions): Promise<Models.FacebookDataIngestionRuleResponse>;
|
|
6016
6040
|
patchSocialmediaTopicDataingestionrulesOpenOpenId(topicId: string, openId: string, opts?: SocialMediaApi.patchSocialmediaTopicDataingestionrulesOpenOpenIdOptions): Promise<Models.OpenDataIngestionRuleResponse>;
|
|
6017
6041
|
patchSocialmediaTopicDataingestionrulesTwitterTwitterIngestionRuleId(topicId: string, twitterIngestionRuleId: string, opts?: SocialMediaApi.patchSocialmediaTopicDataingestionrulesTwitterTwitterIngestionRuleIdOptions): Promise<Models.TwitterDataIngestionRuleResponse>;
|
|
6042
|
+
postSocialmediaAnalyticsAggregatesJobs(body: Models.SocialMediaAsyncAggregationQuery): Promise<Models.AsyncQueryResponse>;
|
|
6043
|
+
postSocialmediaAnalyticsMessagesJobs(body: Models.SocialMediaAsyncDetailQuery): Promise<Models.AsyncQueryResponse>;
|
|
6044
|
+
postSocialmediaEscalationrules(opts?: SocialMediaApi.postSocialmediaEscalationrulesOptions): Promise<Models.EscalationRuleResponse>;
|
|
6045
|
+
postSocialmediaEscalationsMessages(divisionId: string, opts?: SocialMediaApi.postSocialmediaEscalationsMessagesOptions): Promise<Models.ManualEscalationResponse>;
|
|
6018
6046
|
postSocialmediaTopicDataingestionrulesFacebook(topicId: string, opts?: SocialMediaApi.postSocialmediaTopicDataingestionrulesFacebookOptions): Promise<Models.FacebookDataIngestionRuleResponse>;
|
|
6019
6047
|
postSocialmediaTopicDataingestionrulesOpen(topicId: string, opts?: SocialMediaApi.postSocialmediaTopicDataingestionrulesOpenOptions): Promise<Models.OpenDataIngestionRuleResponse>;
|
|
6020
6048
|
postSocialmediaTopicDataingestionrulesTwitter(topicId: string, opts?: SocialMediaApi.postSocialmediaTopicDataingestionrulesTwitterOptions): Promise<Models.TwitterDataIngestionRuleResponse>;
|
|
6021
6049
|
postSocialmediaTopics(opts?: SocialMediaApi.postSocialmediaTopicsOptions): Promise<Models.SocialTopicResponse>;
|
|
6050
|
+
postSocialmediaTwitterHistoricalTweets(body: Models.TwitterDataHistoricalTweetRequest): Promise<Models.TwitterDataHistoricalTweetResponse>;
|
|
6051
|
+
putSocialmediaEscalationrule(escalationRuleId: string, opts?: SocialMediaApi.putSocialmediaEscalationruleOptions): Promise<Models.EscalationRuleResponse>;
|
|
6022
6052
|
putSocialmediaTopicDataingestionrulesFacebookFacebookIngestionRuleId(topicId: string, facebookIngestionRuleId: string, opts?: SocialMediaApi.putSocialmediaTopicDataingestionrulesFacebookFacebookIngestionRuleIdOptions): Promise<Models.FacebookDataIngestionRuleResponse>;
|
|
6023
6053
|
putSocialmediaTopicDataingestionrulesOpenOpenId(topicId: string, openId: string, opts?: SocialMediaApi.putSocialmediaTopicDataingestionrulesOpenOpenIdOptions): Promise<Models.OpenDataIngestionRuleResponse>;
|
|
6024
6054
|
putSocialmediaTopicDataingestionrulesTwitterTwitterIngestionRuleId(topicId: string, twitterIngestionRuleId: string, opts?: SocialMediaApi.putSocialmediaTopicDataingestionrulesTwitterTwitterIngestionRuleIdOptions): Promise<Models.TwitterDataIngestionRuleResponse>;
|
|
@@ -6037,9 +6067,24 @@ declare namespace SocialMediaApi {
|
|
|
6037
6067
|
export interface deleteSocialmediaTopicDataingestionrulesTwitterTwitterIngestionRuleIdOptions {
|
|
6038
6068
|
"hardDelete"?: boolean;
|
|
6039
6069
|
}
|
|
6070
|
+
export interface getSocialmediaAnalyticsAggregatesJobResultsOptions {
|
|
6071
|
+
"cursor"?: string;
|
|
6072
|
+
}
|
|
6073
|
+
export interface getSocialmediaAnalyticsMessagesJobResultsOptions {
|
|
6074
|
+
"cursor"?: string;
|
|
6075
|
+
}
|
|
6076
|
+
export interface getSocialmediaEscalationrulesOptions {
|
|
6077
|
+
"pageNumber"?: number;
|
|
6078
|
+
"pageSize"?: number;
|
|
6079
|
+
}
|
|
6040
6080
|
export interface getSocialmediaTopicOptions {
|
|
6041
6081
|
"includeDeleted"?: boolean;
|
|
6042
6082
|
}
|
|
6083
|
+
export interface getSocialmediaTopicDataingestionrulesOptions {
|
|
6084
|
+
"pageNumber"?: number;
|
|
6085
|
+
"pageSize"?: number;
|
|
6086
|
+
"includeDeleted"?: boolean;
|
|
6087
|
+
}
|
|
6043
6088
|
export interface getSocialmediaTopicDataingestionrulesFacebookFacebookIngestionRuleIdOptions {
|
|
6044
6089
|
"includeDeleted"?: boolean;
|
|
6045
6090
|
}
|
|
@@ -6091,6 +6136,12 @@ declare namespace SocialMediaApi {
|
|
|
6091
6136
|
export interface patchSocialmediaTopicDataingestionrulesTwitterTwitterIngestionRuleIdOptions {
|
|
6092
6137
|
"body"?: Models.DataIngestionRuleStatusPatchRequest;
|
|
6093
6138
|
}
|
|
6139
|
+
export interface postSocialmediaEscalationrulesOptions {
|
|
6140
|
+
"body"?: Models.EscalationRuleRequest;
|
|
6141
|
+
}
|
|
6142
|
+
export interface postSocialmediaEscalationsMessagesOptions {
|
|
6143
|
+
"body"?: Models.ManualEscalationRequest;
|
|
6144
|
+
}
|
|
6094
6145
|
export interface postSocialmediaTopicDataingestionrulesFacebookOptions {
|
|
6095
6146
|
"body"?: Models.FacebookDataIngestionRuleRequest;
|
|
6096
6147
|
}
|
|
@@ -6103,6 +6154,9 @@ declare namespace SocialMediaApi {
|
|
|
6103
6154
|
export interface postSocialmediaTopicsOptions {
|
|
6104
6155
|
"body"?: Models.SocialTopicRequest;
|
|
6105
6156
|
}
|
|
6157
|
+
export interface putSocialmediaEscalationruleOptions {
|
|
6158
|
+
"body"?: Models.EscalationRuleRequest;
|
|
6159
|
+
}
|
|
6106
6160
|
export interface putSocialmediaTopicDataingestionrulesFacebookFacebookIngestionRuleIdOptions {
|
|
6107
6161
|
"body"?: Models.FacebookDataIngestionRuleRequest;
|
|
6108
6162
|
}
|
|
@@ -6692,6 +6746,7 @@ declare namespace TelephonyProvidersEdgeApi {
|
|
|
6692
6746
|
"pageNumber"?: number;
|
|
6693
6747
|
"sortBy"?: string;
|
|
6694
6748
|
"_number"?: string;
|
|
6749
|
+
"divisionId"?: Array<string>;
|
|
6695
6750
|
}
|
|
6696
6751
|
export interface getTelephonyProvidersEdgesExtensionpoolsDivisionviewsOptions {
|
|
6697
6752
|
"pageNumber"?: number;
|
|
@@ -9389,6 +9444,9 @@ declare namespace Models {
|
|
|
9389
9444
|
}
|
|
9390
9445
|
|
|
9391
9446
|
export interface AiScoring {
|
|
9447
|
+
"failureType"?: string;
|
|
9448
|
+
"pending"?: boolean;
|
|
9449
|
+
"dateLastChanged"?: string;
|
|
9392
9450
|
}
|
|
9393
9451
|
|
|
9394
9452
|
export interface AiScoringSetting {
|
|
@@ -9622,7 +9680,7 @@ declare namespace Models {
|
|
|
9622
9680
|
}
|
|
9623
9681
|
|
|
9624
9682
|
export interface AnalyticsAgentStateCountsResponse {
|
|
9625
|
-
"
|
|
9683
|
+
"segmentCounts"?: Array<Models.AgentStateSegmentTypeCount>;
|
|
9626
9684
|
}
|
|
9627
9685
|
|
|
9628
9686
|
export interface AnalyticsAgentStateQueryResponse {
|
|
@@ -9872,6 +9930,7 @@ declare namespace Models {
|
|
|
9872
9930
|
"coachedParticipantId"?: string;
|
|
9873
9931
|
"cobrowseRole"?: string;
|
|
9874
9932
|
"cobrowseRoomId"?: string;
|
|
9933
|
+
"deliveryPushed"?: boolean;
|
|
9875
9934
|
"deliveryStatus"?: string;
|
|
9876
9935
|
"deliveryStatusChangeDate"?: string;
|
|
9877
9936
|
"destinationAddresses"?: Array<string>;
|
|
@@ -11878,6 +11937,8 @@ declare namespace Models {
|
|
|
11878
11937
|
"doNotChangeDailyPaidTime": boolean;
|
|
11879
11938
|
"doNotChangeShiftStartTimes": boolean;
|
|
11880
11939
|
"doNotChangeManuallyEditedShifts": boolean;
|
|
11940
|
+
"activitySmoothingType"?: string;
|
|
11941
|
+
"induceScheduleVariability"?: boolean;
|
|
11881
11942
|
}
|
|
11882
11943
|
|
|
11883
11944
|
export interface BuRescheduleResult {
|
|
@@ -11976,6 +12037,8 @@ declare namespace Models {
|
|
|
11976
12037
|
"syncTimeOffProperties"?: Models.SetWrapperSyncTimeOffProperty;
|
|
11977
12038
|
"serviceGoalImpact"?: Models.WfmServiceGoalImpactSettings;
|
|
11978
12039
|
"allowWorkPlanPerMinuteGranularity"?: boolean;
|
|
12040
|
+
"activitySmoothingType"?: string;
|
|
12041
|
+
"induceScheduleVariability"?: boolean;
|
|
11979
12042
|
}
|
|
11980
12043
|
|
|
11981
12044
|
export interface BuSchedulingSettingsResponse {
|
|
@@ -11983,6 +12046,8 @@ declare namespace Models {
|
|
|
11983
12046
|
"syncTimeOffProperties"?: Array<string>;
|
|
11984
12047
|
"serviceGoalImpact"?: Models.WfmServiceGoalImpactSettings;
|
|
11985
12048
|
"allowWorkPlanPerMinuteGranularity"?: boolean;
|
|
12049
|
+
"activitySmoothingType": string;
|
|
12050
|
+
"induceScheduleVariability": boolean;
|
|
11986
12051
|
}
|
|
11987
12052
|
|
|
11988
12053
|
export interface BuSearchAgentSchedulesRequest {
|
|
@@ -14195,6 +14260,7 @@ declare namespace Models {
|
|
|
14195
14260
|
"to"?: Models.CollaborateChatAdhocMessageEventTopicCollaborateChatEntity;
|
|
14196
14261
|
"mentions"?: Array<Models.CollaborateChatAdhocMessageEventTopicCollaborateChatEntity>;
|
|
14197
14262
|
"notifyAll"?: boolean;
|
|
14263
|
+
"reactions"?: { [key: string]: Array<string>; };
|
|
14198
14264
|
}
|
|
14199
14265
|
|
|
14200
14266
|
export interface CollaborateChatGroupMessageEventTopicCollaborateChatEntity {
|
|
@@ -14212,6 +14278,7 @@ declare namespace Models {
|
|
|
14212
14278
|
"to"?: Models.CollaborateChatGroupMessageEventTopicCollaborateChatEntity;
|
|
14213
14279
|
"mentions"?: Array<Models.CollaborateChatGroupMessageEventTopicCollaborateChatEntity>;
|
|
14214
14280
|
"notifyAll"?: boolean;
|
|
14281
|
+
"reactions"?: { [key: string]: Array<string>; };
|
|
14215
14282
|
}
|
|
14216
14283
|
|
|
14217
14284
|
export interface Column {
|
|
@@ -15065,6 +15132,40 @@ declare namespace Models {
|
|
|
15065
15132
|
"selfUri"?: string;
|
|
15066
15133
|
}
|
|
15067
15134
|
|
|
15135
|
+
export interface ContactsExport {
|
|
15136
|
+
"id"?: string;
|
|
15137
|
+
"divisionIds"?: Array<string>;
|
|
15138
|
+
"queryConditions"?: Models.ContactsExportQueryConditions;
|
|
15139
|
+
"createdBy"?: Models.DomainEntityRef;
|
|
15140
|
+
"dateCreated"?: string;
|
|
15141
|
+
"status"?: string;
|
|
15142
|
+
"downloadUrl"?: string;
|
|
15143
|
+
"selfUri"?: string;
|
|
15144
|
+
}
|
|
15145
|
+
|
|
15146
|
+
export interface ContactsExportFieldFilter {
|
|
15147
|
+
"field": string;
|
|
15148
|
+
"value": string;
|
|
15149
|
+
}
|
|
15150
|
+
|
|
15151
|
+
export interface ContactsExportFieldListFilter {
|
|
15152
|
+
"field": string;
|
|
15153
|
+
"values": Array<string>;
|
|
15154
|
+
}
|
|
15155
|
+
|
|
15156
|
+
export interface ContactsExportFilter {
|
|
15157
|
+
"eq"?: Models.ContactsExportFieldFilter;
|
|
15158
|
+
"in"?: Models.ContactsExportFieldListFilter;
|
|
15159
|
+
"and"?: Array<Models.ContactsExportFilter>;
|
|
15160
|
+
"or"?: Array<Models.ContactsExportFilter>;
|
|
15161
|
+
"not"?: Models.ContactsExportFilter;
|
|
15162
|
+
}
|
|
15163
|
+
|
|
15164
|
+
export interface ContactsExportQueryConditions {
|
|
15165
|
+
"filters"?: Models.ContactsExportFilter;
|
|
15166
|
+
"limit"?: number;
|
|
15167
|
+
}
|
|
15168
|
+
|
|
15068
15169
|
export interface ContactsExportRequest {
|
|
15069
15170
|
"contactListFilterId"?: string;
|
|
15070
15171
|
"criteria"?: Models.ContactBulkSearchCriteria;
|
|
@@ -16465,7 +16566,7 @@ declare namespace Models {
|
|
|
16465
16566
|
"entities"?: Array<Models.DivisionEntityRef>;
|
|
16466
16567
|
}
|
|
16467
16568
|
|
|
16468
|
-
export interface
|
|
16569
|
+
export interface ConversationEditedInput {
|
|
16469
16570
|
"text"?: string;
|
|
16470
16571
|
"dateModified"?: string;
|
|
16471
16572
|
}
|
|
@@ -17927,7 +18028,7 @@ declare namespace Models {
|
|
|
17927
18028
|
"mediaType"?: string;
|
|
17928
18029
|
"language"?: string;
|
|
17929
18030
|
"predictedWrapupCodes"?: Array<Models.ConversationSummaryWrapupCode>;
|
|
17930
|
-
"editedSummary"?: Models.
|
|
18031
|
+
"editedSummary"?: Models.ConversationEditedInput;
|
|
17931
18032
|
"reason"?: Models.ConversationSummaryReason;
|
|
17932
18033
|
"followup"?: Models.ConversationSummaryFollowup;
|
|
17933
18034
|
"resolution"?: Models.ConversationSummaryResolution;
|
|
@@ -18110,7 +18211,7 @@ declare namespace Models {
|
|
|
18110
18211
|
"mediaType"?: string;
|
|
18111
18212
|
"language"?: string;
|
|
18112
18213
|
"predictedWrapupCodes"?: Array<Models.ConversationSummaryWrapupCode>;
|
|
18113
|
-
"editedSummary"?: Models.
|
|
18214
|
+
"editedSummary"?: Models.ConversationEditedInput;
|
|
18114
18215
|
"reason"?: Models.ConversationSummaryReason;
|
|
18115
18216
|
"followup"?: Models.ConversationSummaryFollowup;
|
|
18116
18217
|
"resolution"?: Models.ConversationSummaryResolution;
|
|
@@ -18139,6 +18240,68 @@ declare namespace Models {
|
|
|
18139
18240
|
"outcome"?: string;
|
|
18140
18241
|
}
|
|
18141
18242
|
|
|
18243
|
+
export interface ConversationSummaryTopicConversationHeadline {
|
|
18244
|
+
"text"?: string;
|
|
18245
|
+
"description"?: string;
|
|
18246
|
+
"score"?: number;
|
|
18247
|
+
}
|
|
18248
|
+
|
|
18249
|
+
export interface ConversationSummaryTopicConversationReason {
|
|
18250
|
+
"text"?: string;
|
|
18251
|
+
"description"?: string;
|
|
18252
|
+
"score"?: number;
|
|
18253
|
+
}
|
|
18254
|
+
|
|
18255
|
+
export interface ConversationSummaryTopicConversationResolution {
|
|
18256
|
+
"text"?: string;
|
|
18257
|
+
"description"?: string;
|
|
18258
|
+
"resolutionValue"?: string;
|
|
18259
|
+
"score"?: number;
|
|
18260
|
+
}
|
|
18261
|
+
|
|
18262
|
+
export interface ConversationSummaryTopicConversationSummary {
|
|
18263
|
+
"text"?: string;
|
|
18264
|
+
"score"?: number;
|
|
18265
|
+
}
|
|
18266
|
+
|
|
18267
|
+
export interface ConversationSummaryTopicConversationSummaryEvent {
|
|
18268
|
+
"conversationId"?: string;
|
|
18269
|
+
"queueId"?: string;
|
|
18270
|
+
"participants"?: Array<Models.ConversationSummaryTopicConversationSummaryParticipant>;
|
|
18271
|
+
"communicationIds"?: Array<string>;
|
|
18272
|
+
"createdDate"?: string;
|
|
18273
|
+
"messageType"?: string;
|
|
18274
|
+
"mediaType"?: string;
|
|
18275
|
+
"summaryId"?: string;
|
|
18276
|
+
"language"?: string;
|
|
18277
|
+
"summary"?: Models.ConversationSummaryTopicConversationSummary;
|
|
18278
|
+
"headline"?: Models.ConversationSummaryTopicConversationHeadline;
|
|
18279
|
+
"reason"?: Models.ConversationSummaryTopicConversationReason;
|
|
18280
|
+
"resolution"?: Models.ConversationSummaryTopicConversationResolution;
|
|
18281
|
+
"wrapUpCodes"?: Array<Models.ConversationSummaryTopicConversationWrapUpCode>;
|
|
18282
|
+
"triggerSource"?: Models.ConversationSummaryTopicTriggerSource;
|
|
18283
|
+
"lastEditedBy"?: Models.ConversationSummaryTopicConversationSummaryParticipant;
|
|
18284
|
+
"errorType"?: string;
|
|
18285
|
+
"durationMs"?: number;
|
|
18286
|
+
}
|
|
18287
|
+
|
|
18288
|
+
export interface ConversationSummaryTopicConversationSummaryParticipant {
|
|
18289
|
+
"userId"?: string;
|
|
18290
|
+
"purpose"?: string;
|
|
18291
|
+
}
|
|
18292
|
+
|
|
18293
|
+
export interface ConversationSummaryTopicConversationWrapUpCode {
|
|
18294
|
+
"wrapUpCodeId"?: string;
|
|
18295
|
+
"name"?: string;
|
|
18296
|
+
"description"?: string;
|
|
18297
|
+
"score"?: number;
|
|
18298
|
+
}
|
|
18299
|
+
|
|
18300
|
+
export interface ConversationSummaryTopicTriggerSource {
|
|
18301
|
+
"sourceType"?: string;
|
|
18302
|
+
"sourceId"?: string;
|
|
18303
|
+
}
|
|
18304
|
+
|
|
18142
18305
|
export interface ConversationSummaryTopicVirtualAgentsConversationHeadline {
|
|
18143
18306
|
"text"?: string;
|
|
18144
18307
|
"description"?: string;
|
|
@@ -18682,9 +18845,31 @@ declare namespace Models {
|
|
|
18682
18845
|
"utilizationLabel"?: string;
|
|
18683
18846
|
}
|
|
18684
18847
|
|
|
18848
|
+
export interface CreateGeneralProgramTestPhraseDetectedPhrase {
|
|
18849
|
+
"foundPhrase"?: string;
|
|
18850
|
+
"snippet"?: string;
|
|
18851
|
+
"confidence"?: number;
|
|
18852
|
+
}
|
|
18853
|
+
|
|
18854
|
+
export interface CreateGeneralProgramTestPhraseMatchedTranscript {
|
|
18855
|
+
"timestamp"?: number;
|
|
18856
|
+
"transcriptId"?: string;
|
|
18857
|
+
"communicationId"?: string;
|
|
18858
|
+
"conversationId"?: string;
|
|
18859
|
+
"mediaType"?: string;
|
|
18860
|
+
"detectedPhrases"?: Array<Models.CreateGeneralProgramTestPhraseDetectedPhrase>;
|
|
18861
|
+
}
|
|
18862
|
+
|
|
18863
|
+
export interface CreateGeneralProgramTestTopicPhraseResults {
|
|
18864
|
+
"processedTranscriptsCount"?: number;
|
|
18865
|
+
"matchedTranscriptsCount"?: number;
|
|
18866
|
+
"matchedTranscripts"?: Array<Models.CreateGeneralProgramTestPhraseMatchedTranscript>;
|
|
18867
|
+
}
|
|
18868
|
+
|
|
18685
18869
|
export interface CreateGeneralProgramTopicsDefinitionsJob {
|
|
18686
18870
|
"id"?: string;
|
|
18687
18871
|
"state"?: string;
|
|
18872
|
+
"testTopicPhraseResults"?: Array<Models.CreateGeneralProgramTestTopicPhraseResults>;
|
|
18688
18873
|
}
|
|
18689
18874
|
|
|
18690
18875
|
export interface CreateIntegrationRequest {
|
|
@@ -18706,7 +18891,7 @@ declare namespace Models {
|
|
|
18706
18891
|
export interface CreateManagementUnitSettingsRequest {
|
|
18707
18892
|
"adherence"?: Models.AdherenceSettings;
|
|
18708
18893
|
"shortTermForecasting"?: Models.ShortTermForecastingSettings;
|
|
18709
|
-
"timeOff"?: Models.
|
|
18894
|
+
"timeOff"?: Models.TimeOffSettingsRequest;
|
|
18710
18895
|
"scheduling"?: Models.SchedulingSettingsRequest;
|
|
18711
18896
|
"shiftTrading"?: Models.ShiftTradeSettings;
|
|
18712
18897
|
}
|
|
@@ -19661,14 +19846,33 @@ declare namespace Models {
|
|
|
19661
19846
|
"dataAvailabilityDate"?: string;
|
|
19662
19847
|
}
|
|
19663
19848
|
|
|
19664
|
-
export interface
|
|
19665
|
-
"
|
|
19849
|
+
export interface DataIngestionRuleResponse {
|
|
19850
|
+
"id"?: string;
|
|
19851
|
+
"name"?: string;
|
|
19852
|
+
"description"?: string;
|
|
19853
|
+
"status"?: string;
|
|
19854
|
+
"version"?: number;
|
|
19855
|
+
"dateCreated"?: string;
|
|
19856
|
+
"dateModified"?: string;
|
|
19857
|
+
"platform"?: string;
|
|
19858
|
+
"selfUri"?: string;
|
|
19859
|
+
}
|
|
19860
|
+
|
|
19861
|
+
export interface DataIngestionRuleResponseEntityListing {
|
|
19862
|
+
"entities"?: Array<Models.DataIngestionRuleResponse>;
|
|
19863
|
+
"pageSize"?: number;
|
|
19864
|
+
"pageNumber"?: number;
|
|
19865
|
+
"total"?: number;
|
|
19866
|
+
"firstUri"?: string;
|
|
19867
|
+
"lastUri"?: string;
|
|
19868
|
+
"selfUri"?: string;
|
|
19869
|
+
"nextUri"?: string;
|
|
19870
|
+
"previousUri"?: string;
|
|
19871
|
+
"pageCount"?: number;
|
|
19666
19872
|
}
|
|
19667
19873
|
|
|
19668
|
-
export interface
|
|
19669
|
-
"
|
|
19670
|
-
"open"?: Array<Models.OpenDataIngestionRuleResponse>;
|
|
19671
|
-
"facebook"?: Array<Models.FacebookDataIngestionRuleResponse>;
|
|
19874
|
+
export interface DataIngestionRuleStatusPatchRequest {
|
|
19875
|
+
"status": string;
|
|
19672
19876
|
}
|
|
19673
19877
|
|
|
19674
19878
|
export interface DataIngestionRulesMetadata {
|
|
@@ -19924,7 +20128,7 @@ declare namespace Models {
|
|
|
19924
20128
|
}
|
|
19925
20129
|
|
|
19926
20130
|
export interface Destination {
|
|
19927
|
-
"address"
|
|
20131
|
+
"address"?: string;
|
|
19928
20132
|
"name"?: string;
|
|
19929
20133
|
"userId"?: string;
|
|
19930
20134
|
"queueId"?: string;
|
|
@@ -20055,6 +20259,9 @@ declare namespace Models {
|
|
|
20055
20259
|
"manufacturer"?: string;
|
|
20056
20260
|
}
|
|
20057
20261
|
|
|
20262
|
+
export interface DiagnosticsSettings {
|
|
20263
|
+
}
|
|
20264
|
+
|
|
20058
20265
|
export interface DialerAction {
|
|
20059
20266
|
"type": string;
|
|
20060
20267
|
"actionTypeName": string;
|
|
@@ -21202,6 +21409,9 @@ declare namespace Models {
|
|
|
21202
21409
|
"backgroundColor"?: string;
|
|
21203
21410
|
"align"?: string;
|
|
21204
21411
|
"indentation"?: number;
|
|
21412
|
+
"width"?: number;
|
|
21413
|
+
"widthWithUnit"?: Models.DocumentElementLength;
|
|
21414
|
+
"altText"?: string;
|
|
21205
21415
|
}
|
|
21206
21416
|
|
|
21207
21417
|
export interface DocumentBodyList {
|
|
@@ -21295,6 +21505,7 @@ declare namespace Models {
|
|
|
21295
21505
|
export interface DocumentBodyTableCellBlockProperties {
|
|
21296
21506
|
"cellType"?: string;
|
|
21297
21507
|
"width"?: number;
|
|
21508
|
+
"widthWithUnit"?: Models.DocumentElementLength;
|
|
21298
21509
|
"height"?: number;
|
|
21299
21510
|
"horizontalAlign"?: string;
|
|
21300
21511
|
"verticalAlign"?: string;
|
|
@@ -21314,6 +21525,7 @@ declare namespace Models {
|
|
|
21314
21525
|
|
|
21315
21526
|
export interface DocumentBodyTableProperties {
|
|
21316
21527
|
"width"?: number;
|
|
21528
|
+
"widthWithUnit"?: Models.DocumentElementLength;
|
|
21317
21529
|
"height"?: number;
|
|
21318
21530
|
"cellSpacing"?: number;
|
|
21319
21531
|
"cellPadding"?: number;
|
|
@@ -21358,6 +21570,8 @@ declare namespace Models {
|
|
|
21358
21570
|
"backgroundColor"?: string;
|
|
21359
21571
|
"align"?: string;
|
|
21360
21572
|
"indentation"?: number;
|
|
21573
|
+
"width"?: Models.DocumentElementLength;
|
|
21574
|
+
"height"?: Models.DocumentElementLength;
|
|
21361
21575
|
}
|
|
21362
21576
|
|
|
21363
21577
|
export interface DocumentBodyWithHighlight {
|
|
@@ -23127,6 +23341,42 @@ declare namespace Models {
|
|
|
23127
23341
|
"code"?: string;
|
|
23128
23342
|
}
|
|
23129
23343
|
|
|
23344
|
+
export interface EscalationRuleRequest {
|
|
23345
|
+
"name": string;
|
|
23346
|
+
"matchCriteria": string;
|
|
23347
|
+
"priority": number;
|
|
23348
|
+
"divisionId": string;
|
|
23349
|
+
"description"?: string;
|
|
23350
|
+
"status"?: string;
|
|
23351
|
+
"openEscalation"?: Models.EscalationTarget;
|
|
23352
|
+
"facebookEscalation"?: Models.EscalationTarget;
|
|
23353
|
+
"instagramEscalation"?: Models.EscalationTarget;
|
|
23354
|
+
"twitterEscalation"?: Models.EscalationTarget;
|
|
23355
|
+
}
|
|
23356
|
+
|
|
23357
|
+
export interface EscalationRuleResponse {
|
|
23358
|
+
"id"?: string;
|
|
23359
|
+
"name"?: string;
|
|
23360
|
+
"matchCriteria": string;
|
|
23361
|
+
"priority"?: number;
|
|
23362
|
+
"divisionId": string;
|
|
23363
|
+
"description"?: string;
|
|
23364
|
+
"dateCreated"?: string;
|
|
23365
|
+
"dateModified"?: string;
|
|
23366
|
+
"status"?: string;
|
|
23367
|
+
"openEscalation"?: Models.EscalationTarget;
|
|
23368
|
+
"facebookEscalation"?: Models.EscalationTarget;
|
|
23369
|
+
"instagramEscalation"?: Models.EscalationTarget;
|
|
23370
|
+
"twitterEscalation"?: Models.EscalationTarget;
|
|
23371
|
+
"selfUri"?: string;
|
|
23372
|
+
}
|
|
23373
|
+
|
|
23374
|
+
export interface EscalationTarget {
|
|
23375
|
+
"targetType": string;
|
|
23376
|
+
"destination": string;
|
|
23377
|
+
"override"?: Models.OverrideEscalationTarget;
|
|
23378
|
+
}
|
|
23379
|
+
|
|
23130
23380
|
export interface EstimateAvailableFullDayTimeOffRequest {
|
|
23131
23381
|
"date": string;
|
|
23132
23382
|
"requestedDurationMinutes"?: number;
|
|
@@ -23208,6 +23458,7 @@ declare namespace Models {
|
|
|
23208
23458
|
"authorizedActions"?: Array<string>;
|
|
23209
23459
|
"hasAssistanceFailed"?: boolean;
|
|
23210
23460
|
"evaluationSource"?: Models.EvaluationSource;
|
|
23461
|
+
"aiScoring"?: Models.AiScoring;
|
|
23211
23462
|
"selfUri"?: string;
|
|
23212
23463
|
}
|
|
23213
23464
|
|
|
@@ -23379,6 +23630,7 @@ declare namespace Models {
|
|
|
23379
23630
|
"questionGroups": Array<Models.EvaluationQuestionGroup>;
|
|
23380
23631
|
"publishedVersions"?: Models.DomainEntityListingEvaluationForm;
|
|
23381
23632
|
"evaluationSettings"?: Models.EvaluationSettings;
|
|
23633
|
+
"aiScoring"?: Models.AiScoringSettings;
|
|
23382
23634
|
"selfUri"?: string;
|
|
23383
23635
|
}
|
|
23384
23636
|
|
|
@@ -23397,6 +23649,7 @@ declare namespace Models {
|
|
|
23397
23649
|
"weightMode"?: string;
|
|
23398
23650
|
"evaluationSettings"?: Models.EvaluationSettings;
|
|
23399
23651
|
"publishedVersions"?: Models.DomainEntityListingEvaluationForm;
|
|
23652
|
+
"aiScoring"?: Models.AiScoringSettings;
|
|
23400
23653
|
"selfUri"?: string;
|
|
23401
23654
|
}
|
|
23402
23655
|
|
|
@@ -23479,6 +23732,7 @@ declare namespace Models {
|
|
|
23479
23732
|
|
|
23480
23733
|
export interface EvaluationQuestion {
|
|
23481
23734
|
"id"?: string;
|
|
23735
|
+
"contextId"?: string;
|
|
23482
23736
|
"text"?: string;
|
|
23483
23737
|
"helpText"?: string;
|
|
23484
23738
|
"type"?: string;
|
|
@@ -23492,6 +23746,7 @@ declare namespace Models {
|
|
|
23492
23746
|
|
|
23493
23747
|
export interface EvaluationQuestionGroup {
|
|
23494
23748
|
"id"?: string;
|
|
23749
|
+
"contextId"?: string;
|
|
23495
23750
|
"name"?: string;
|
|
23496
23751
|
"type"?: string;
|
|
23497
23752
|
"defaultAnswersToHighest"?: boolean;
|
|
@@ -23531,6 +23786,7 @@ declare namespace Models {
|
|
|
23531
23786
|
"assistedAnswerId"?: string;
|
|
23532
23787
|
"failedKillQuestion"?: boolean;
|
|
23533
23788
|
"comments"?: string;
|
|
23789
|
+
"aiAnswer"?: Models.AiAnswer;
|
|
23534
23790
|
}
|
|
23535
23791
|
|
|
23536
23792
|
export interface EvaluationReference {
|
|
@@ -23570,6 +23826,7 @@ declare namespace Models {
|
|
|
23570
23826
|
"authorizedActions"?: Array<string>;
|
|
23571
23827
|
"hasAssistanceFailed"?: boolean;
|
|
23572
23828
|
"evaluationSource"?: Models.EvaluationSource;
|
|
23829
|
+
"aiScoring"?: Models.AiScoring;
|
|
23573
23830
|
"selfUri"?: string;
|
|
23574
23831
|
}
|
|
23575
23832
|
|
|
@@ -23852,6 +24109,13 @@ declare namespace Models {
|
|
|
23852
24109
|
"exportType"?: string;
|
|
23853
24110
|
}
|
|
23854
24111
|
|
|
24112
|
+
export interface ExportListing {
|
|
24113
|
+
"entities"?: Array<Models.ContactsExport>;
|
|
24114
|
+
"nextUri"?: string;
|
|
24115
|
+
"selfUri"?: string;
|
|
24116
|
+
"previousUri"?: string;
|
|
24117
|
+
}
|
|
24118
|
+
|
|
23855
24119
|
export interface ExportScriptRequest {
|
|
23856
24120
|
"fileName"?: string;
|
|
23857
24121
|
"versionId"?: string;
|
|
@@ -24594,7 +24858,6 @@ declare namespace Models {
|
|
|
24594
24858
|
"division"?: Models.WritableStarrableDivision;
|
|
24595
24859
|
"companyType"?: string;
|
|
24596
24860
|
"industry"?: string;
|
|
24597
|
-
"primaryContactId"?: string;
|
|
24598
24861
|
"address"?: Models.ContactAddress;
|
|
24599
24862
|
"phoneNumber"?: Models.PhoneNumber;
|
|
24600
24863
|
"faxNumber"?: Models.PhoneNumber;
|
|
@@ -26430,20 +26693,6 @@ declare namespace Models {
|
|
|
26430
26693
|
"selfUri"?: string;
|
|
26431
26694
|
}
|
|
26432
26695
|
|
|
26433
|
-
export interface GoogleBusinessProfileDataIngestionRuleResponse {
|
|
26434
|
-
"id"?: string;
|
|
26435
|
-
"name"?: string;
|
|
26436
|
-
"description"?: string;
|
|
26437
|
-
"status"?: string;
|
|
26438
|
-
"version"?: number;
|
|
26439
|
-
"dateCreated"?: string;
|
|
26440
|
-
"dateModified"?: string;
|
|
26441
|
-
"platform"?: string;
|
|
26442
|
-
"integrationId"?: string;
|
|
26443
|
-
"externalSource"?: Models.DomainEntityRef;
|
|
26444
|
-
"selfUri"?: string;
|
|
26445
|
-
}
|
|
26446
|
-
|
|
26447
26696
|
export interface GoogleDialogflowConfig {
|
|
26448
26697
|
"integrationId"?: string;
|
|
26449
26698
|
"conversationProfiles": Array<Models.ConversationProfile>;
|
|
@@ -27222,6 +27471,10 @@ declare namespace Models {
|
|
|
27222
27471
|
"values"?: Array<string>;
|
|
27223
27472
|
}
|
|
27224
27473
|
|
|
27474
|
+
export interface IgnoredActivityCodeIds {
|
|
27475
|
+
"values"?: Array<string>;
|
|
27476
|
+
}
|
|
27477
|
+
|
|
27225
27478
|
export interface Image {
|
|
27226
27479
|
"resolution"?: string;
|
|
27227
27480
|
"imageUri"?: string;
|
|
@@ -27608,19 +27861,6 @@ declare namespace Models {
|
|
|
27608
27861
|
"primaryPeriod"?: Array<Models.TrendData>;
|
|
27609
27862
|
}
|
|
27610
27863
|
|
|
27611
|
-
export interface InstagramDataIngestionRuleResponse {
|
|
27612
|
-
"id"?: string;
|
|
27613
|
-
"name"?: string;
|
|
27614
|
-
"description"?: string;
|
|
27615
|
-
"status"?: string;
|
|
27616
|
-
"version"?: number;
|
|
27617
|
-
"dateCreated"?: string;
|
|
27618
|
-
"dateModified"?: string;
|
|
27619
|
-
"platform"?: string;
|
|
27620
|
-
"integrationId"?: string;
|
|
27621
|
-
"selfUri"?: string;
|
|
27622
|
-
}
|
|
27623
|
-
|
|
27624
27864
|
export interface InstagramId {
|
|
27625
27865
|
"ids"?: Array<Models.InstagramScopedId>;
|
|
27626
27866
|
"displayName"?: string;
|
|
@@ -29944,6 +30184,7 @@ declare namespace Models {
|
|
|
29944
30184
|
export interface KnowledgeExportJobFilter {
|
|
29945
30185
|
"documentsFilter"?: Models.KnowledgeExportJobDocumentsFilter;
|
|
29946
30186
|
"versionFilter": string;
|
|
30187
|
+
"exclude"?: Array<string>;
|
|
29947
30188
|
}
|
|
29948
30189
|
|
|
29949
30190
|
export interface KnowledgeExportJobRequest {
|
|
@@ -31398,20 +31639,6 @@ declare namespace Models {
|
|
|
31398
31639
|
"previousUri"?: string;
|
|
31399
31640
|
}
|
|
31400
31641
|
|
|
31401
|
-
export interface LimitCount {
|
|
31402
|
-
"name"?: string;
|
|
31403
|
-
"estimatedCount"?: number;
|
|
31404
|
-
"max"?: number;
|
|
31405
|
-
"entityId"?: string;
|
|
31406
|
-
"userId"?: string;
|
|
31407
|
-
}
|
|
31408
|
-
|
|
31409
|
-
export interface LimitCountListing {
|
|
31410
|
-
"entities"?: Array<Models.LimitCount>;
|
|
31411
|
-
"nextUri"?: string;
|
|
31412
|
-
"selfUri"?: string;
|
|
31413
|
-
}
|
|
31414
|
-
|
|
31415
31642
|
export interface LimitDocs {
|
|
31416
31643
|
"key"?: string;
|
|
31417
31644
|
"defaultValue"?: number;
|
|
@@ -31819,6 +32046,7 @@ declare namespace Models {
|
|
|
31819
32046
|
"id"?: string;
|
|
31820
32047
|
"dateStarted"?: string;
|
|
31821
32048
|
"dateExpired": string;
|
|
32049
|
+
"captureMethod"?: string;
|
|
31822
32050
|
"selfUri"?: string;
|
|
31823
32051
|
}
|
|
31824
32052
|
|
|
@@ -31900,7 +32128,7 @@ declare namespace Models {
|
|
|
31900
32128
|
export interface ManagementUnitSettingsRequest {
|
|
31901
32129
|
"adherence"?: Models.AdherenceSettings;
|
|
31902
32130
|
"shortTermForecasting"?: Models.ShortTermForecastingSettings;
|
|
31903
|
-
"timeOff"?: Models.
|
|
32131
|
+
"timeOff"?: Models.TimeOffSettingsRequest;
|
|
31904
32132
|
"scheduling"?: Models.SchedulingSettingsRequest;
|
|
31905
32133
|
"shiftTrading"?: Models.ShiftTradeSettings;
|
|
31906
32134
|
"metadata": Models.WfmVersionedEntityMetadata;
|
|
@@ -31909,7 +32137,7 @@ declare namespace Models {
|
|
|
31909
32137
|
export interface ManagementUnitSettingsResponse {
|
|
31910
32138
|
"adherence"?: Models.AdherenceSettings;
|
|
31911
32139
|
"shortTermForecasting"?: Models.ShortTermForecastingSettings;
|
|
31912
|
-
"timeOff"?: Models.
|
|
32140
|
+
"timeOff"?: Models.TimeOffSettingsResponse;
|
|
31913
32141
|
"scheduling"?: Models.SchedulingSettingsResponse;
|
|
31914
32142
|
"shiftTrading"?: Models.ShiftTradeSettings;
|
|
31915
32143
|
"metadata": Models.WfmVersionedEntityMetadata;
|
|
@@ -31920,6 +32148,18 @@ declare namespace Models {
|
|
|
31920
32148
|
"$ref"?: string;
|
|
31921
32149
|
}
|
|
31922
32150
|
|
|
32151
|
+
export interface ManualEscalationRequest {
|
|
32152
|
+
"socialMediaNormalizedMessageId": string;
|
|
32153
|
+
"escalationTarget"?: Models.EscalationTarget;
|
|
32154
|
+
}
|
|
32155
|
+
|
|
32156
|
+
export interface ManualEscalationResponse {
|
|
32157
|
+
"socialMediaNormalizedMessageId"?: string;
|
|
32158
|
+
"conversationNormalizedMessageId"?: string;
|
|
32159
|
+
"escalationTarget"?: Models.EscalationTarget;
|
|
32160
|
+
"escalationStatus"?: string;
|
|
32161
|
+
}
|
|
32162
|
+
|
|
31923
32163
|
export interface MarkContactAddressUncontactableActionSettings {
|
|
31924
32164
|
}
|
|
31925
32165
|
|
|
@@ -34014,6 +34254,11 @@ declare namespace Models {
|
|
|
34014
34254
|
"direction": string;
|
|
34015
34255
|
}
|
|
34016
34256
|
|
|
34257
|
+
export interface OpenRichMediaSetting {
|
|
34258
|
+
"quickReply"?: Models.OutboundOnlySetting;
|
|
34259
|
+
"cards"?: Models.OutboundOnlySetting;
|
|
34260
|
+
}
|
|
34261
|
+
|
|
34017
34262
|
export interface Operand {
|
|
34018
34263
|
"type": string;
|
|
34019
34264
|
"occurrence"?: number;
|
|
@@ -34101,6 +34346,7 @@ declare namespace Models {
|
|
|
34101
34346
|
"parentEntity"?: string;
|
|
34102
34347
|
"entityType"?: string;
|
|
34103
34348
|
"conversationId"?: string;
|
|
34349
|
+
"entityToken"?: string;
|
|
34104
34350
|
"timestamp"?: number;
|
|
34105
34351
|
}
|
|
34106
34352
|
|
|
@@ -34686,6 +34932,10 @@ declare namespace Models {
|
|
|
34686
34932
|
"name"?: string;
|
|
34687
34933
|
}
|
|
34688
34934
|
|
|
34935
|
+
export interface OutboundOnlySetting {
|
|
34936
|
+
"outbound"?: string;
|
|
34937
|
+
}
|
|
34938
|
+
|
|
34689
34939
|
export interface OutboundRoute {
|
|
34690
34940
|
"id"?: string;
|
|
34691
34941
|
"name": string;
|
|
@@ -34960,6 +35210,10 @@ declare namespace Models {
|
|
|
34960
35210
|
"dateEndWorkday"?: string;
|
|
34961
35211
|
}
|
|
34962
35212
|
|
|
35213
|
+
export interface OverrideEscalationTarget {
|
|
35214
|
+
"integrationId": string;
|
|
35215
|
+
}
|
|
35216
|
+
|
|
34963
35217
|
export interface PINConfiguration {
|
|
34964
35218
|
"minimumLength"?: number;
|
|
34965
35219
|
"maximumLength"?: number;
|
|
@@ -36269,9 +36523,31 @@ declare namespace Models {
|
|
|
36269
36523
|
"tags"?: Array<string>;
|
|
36270
36524
|
}
|
|
36271
36525
|
|
|
36526
|
+
export interface ProgramTopicLinksTestPhraseDetectedPhrase {
|
|
36527
|
+
"foundPhrase"?: string;
|
|
36528
|
+
"snippet"?: string;
|
|
36529
|
+
"confidence"?: number;
|
|
36530
|
+
}
|
|
36531
|
+
|
|
36532
|
+
export interface ProgramTopicLinksTestPhraseMatchedTranscript {
|
|
36533
|
+
"timestamp"?: number;
|
|
36534
|
+
"transcriptId"?: string;
|
|
36535
|
+
"communicationId"?: string;
|
|
36536
|
+
"conversationId"?: string;
|
|
36537
|
+
"mediaType"?: string;
|
|
36538
|
+
"detectedPhrases"?: Array<Models.ProgramTopicLinksTestPhraseDetectedPhrase>;
|
|
36539
|
+
}
|
|
36540
|
+
|
|
36541
|
+
export interface ProgramTopicLinksTestTopicPhraseResults {
|
|
36542
|
+
"processedTranscriptsCount"?: number;
|
|
36543
|
+
"matchedTranscriptsCount"?: number;
|
|
36544
|
+
"matchedTranscripts"?: Array<Models.ProgramTopicLinksTestPhraseMatchedTranscript>;
|
|
36545
|
+
}
|
|
36546
|
+
|
|
36272
36547
|
export interface ProgramTopicLinksTopicsDefinitionsJob {
|
|
36273
36548
|
"id"?: string;
|
|
36274
36549
|
"state"?: string;
|
|
36550
|
+
"testTopicPhraseResults"?: Array<Models.ProgramTopicLinksTestTopicPhraseResults>;
|
|
36275
36551
|
}
|
|
36276
36552
|
|
|
36277
36553
|
export interface ProgramTranscriptionEngine {
|
|
@@ -36417,9 +36693,31 @@ declare namespace Models {
|
|
|
36417
36693
|
"id": string;
|
|
36418
36694
|
}
|
|
36419
36695
|
|
|
36696
|
+
export interface PublishProgramTestPhraseDetectedPhrase {
|
|
36697
|
+
"foundPhrase"?: string;
|
|
36698
|
+
"snippet"?: string;
|
|
36699
|
+
"confidence"?: number;
|
|
36700
|
+
}
|
|
36701
|
+
|
|
36702
|
+
export interface PublishProgramTestPhraseMatchedTranscript {
|
|
36703
|
+
"timestamp"?: number;
|
|
36704
|
+
"transcriptId"?: string;
|
|
36705
|
+
"communicationId"?: string;
|
|
36706
|
+
"conversationId"?: string;
|
|
36707
|
+
"mediaType"?: string;
|
|
36708
|
+
"detectedPhrases"?: Array<Models.PublishProgramTestPhraseDetectedPhrase>;
|
|
36709
|
+
}
|
|
36710
|
+
|
|
36711
|
+
export interface PublishProgramTestTopicPhraseResults {
|
|
36712
|
+
"processedTranscriptsCount"?: number;
|
|
36713
|
+
"matchedTranscriptsCount"?: number;
|
|
36714
|
+
"matchedTranscripts"?: Array<Models.PublishProgramTestPhraseMatchedTranscript>;
|
|
36715
|
+
}
|
|
36716
|
+
|
|
36420
36717
|
export interface PublishProgramTopicsDefinitionsJob {
|
|
36421
36718
|
"id"?: string;
|
|
36422
36719
|
"state"?: string;
|
|
36720
|
+
"testTopicPhraseResults"?: Array<Models.PublishProgramTestTopicPhraseResults>;
|
|
36423
36721
|
}
|
|
36424
36722
|
|
|
36425
36723
|
export interface PublishScriptRequestData {
|
|
@@ -36427,9 +36725,31 @@ declare namespace Models {
|
|
|
36427
36725
|
"versionId"?: string;
|
|
36428
36726
|
}
|
|
36429
36727
|
|
|
36728
|
+
export interface PublishTopicTestPhraseDetectedPhrase {
|
|
36729
|
+
"foundPhrase"?: string;
|
|
36730
|
+
"snippet"?: string;
|
|
36731
|
+
"confidence"?: number;
|
|
36732
|
+
}
|
|
36733
|
+
|
|
36734
|
+
export interface PublishTopicTestPhraseMatchedTranscript {
|
|
36735
|
+
"timestamp"?: number;
|
|
36736
|
+
"transcriptId"?: string;
|
|
36737
|
+
"communicationId"?: string;
|
|
36738
|
+
"conversationId"?: string;
|
|
36739
|
+
"mediaType"?: string;
|
|
36740
|
+
"detectedPhrases"?: Array<Models.PublishTopicTestPhraseDetectedPhrase>;
|
|
36741
|
+
}
|
|
36742
|
+
|
|
36743
|
+
export interface PublishTopicTestTopicPhraseResults {
|
|
36744
|
+
"processedTranscriptsCount"?: number;
|
|
36745
|
+
"matchedTranscriptsCount"?: number;
|
|
36746
|
+
"matchedTranscripts"?: Array<Models.PublishTopicTestPhraseMatchedTranscript>;
|
|
36747
|
+
}
|
|
36748
|
+
|
|
36430
36749
|
export interface PublishTopicTopicsDefinitionsJob {
|
|
36431
36750
|
"id"?: string;
|
|
36432
36751
|
"state"?: string;
|
|
36752
|
+
"testTopicPhraseResults"?: Array<Models.PublishTopicTestTopicPhraseResults>;
|
|
36433
36753
|
}
|
|
36434
36754
|
|
|
36435
36755
|
export interface PublishedSurveyFormReference {
|
|
@@ -40832,6 +41152,7 @@ declare namespace Models {
|
|
|
40832
41152
|
"responses": { [key: string]: Models.Reaction; };
|
|
40833
41153
|
"beepDetectionEnabled"?: boolean;
|
|
40834
41154
|
"amdSpeechDistinguishEnabled"?: boolean;
|
|
41155
|
+
"liveSpeakerDetectionMode"?: string;
|
|
40835
41156
|
"selfUri"?: string;
|
|
40836
41157
|
}
|
|
40837
41158
|
|
|
@@ -41446,6 +41767,8 @@ declare namespace Models {
|
|
|
41446
41767
|
|
|
41447
41768
|
export interface SchedulingOptionsRequest {
|
|
41448
41769
|
"noForecastOptions"?: Models.SchedulingNoForecastOptionsRequest;
|
|
41770
|
+
"activitySmoothingType"?: string;
|
|
41771
|
+
"induceScheduleVariability"?: boolean;
|
|
41449
41772
|
}
|
|
41450
41773
|
|
|
41451
41774
|
export interface SchedulingPeriod {
|
|
@@ -41830,6 +42153,7 @@ declare namespace Models {
|
|
|
41830
42153
|
"pageSize"?: number;
|
|
41831
42154
|
"pageNumber"?: number;
|
|
41832
42155
|
"total"?: number;
|
|
42156
|
+
"truncatedDivisions"?: boolean;
|
|
41833
42157
|
"firstUri"?: string;
|
|
41834
42158
|
"lastUri"?: string;
|
|
41835
42159
|
"selfUri"?: string;
|
|
@@ -42026,6 +42350,12 @@ declare namespace Models {
|
|
|
42026
42350
|
"columnName"?: string;
|
|
42027
42351
|
}
|
|
42028
42352
|
|
|
42353
|
+
export interface SelectedCustomCalculationColumns {
|
|
42354
|
+
"customCalculation"?: Models.AddressableEntityRef;
|
|
42355
|
+
"restricted"?: boolean;
|
|
42356
|
+
"softDeleted"?: boolean;
|
|
42357
|
+
}
|
|
42358
|
+
|
|
42029
42359
|
export interface SelectorEventTrigger {
|
|
42030
42360
|
"selector": string;
|
|
42031
42361
|
"eventName": string;
|
|
@@ -42920,6 +43250,19 @@ declare namespace Models {
|
|
|
42920
43250
|
"daysInPast"?: number;
|
|
42921
43251
|
}
|
|
42922
43252
|
|
|
43253
|
+
export interface SocialEscalationResponseEntityListing {
|
|
43254
|
+
"entities"?: Array<Models.EscalationRuleResponse>;
|
|
43255
|
+
"pageSize"?: number;
|
|
43256
|
+
"pageNumber"?: number;
|
|
43257
|
+
"total"?: number;
|
|
43258
|
+
"firstUri"?: string;
|
|
43259
|
+
"lastUri"?: string;
|
|
43260
|
+
"selfUri"?: string;
|
|
43261
|
+
"nextUri"?: string;
|
|
43262
|
+
"previousUri"?: string;
|
|
43263
|
+
"pageCount"?: number;
|
|
43264
|
+
}
|
|
43265
|
+
|
|
42923
43266
|
export interface SocialExpression {
|
|
42924
43267
|
"state"?: string;
|
|
42925
43268
|
"id"?: string;
|
|
@@ -42953,6 +43296,102 @@ declare namespace Models {
|
|
|
42953
43296
|
"excludes"?: Array<string>;
|
|
42954
43297
|
}
|
|
42955
43298
|
|
|
43299
|
+
export interface SocialMediaAggregateDataContainer {
|
|
43300
|
+
"group"?: { [key: string]: string; };
|
|
43301
|
+
"data"?: Array<Models.SocialMediaStatisticalResponse>;
|
|
43302
|
+
}
|
|
43303
|
+
|
|
43304
|
+
export interface SocialMediaAggregateMetricData {
|
|
43305
|
+
"metric"?: string;
|
|
43306
|
+
"qualifier"?: string;
|
|
43307
|
+
"stats"?: Models.SocialMediaStatisticalSummary;
|
|
43308
|
+
}
|
|
43309
|
+
|
|
43310
|
+
export interface SocialMediaAsyncAggregateQueryResponse {
|
|
43311
|
+
"results"?: Array<Models.SocialMediaAggregateDataContainer>;
|
|
43312
|
+
"cursor"?: string;
|
|
43313
|
+
}
|
|
43314
|
+
|
|
43315
|
+
export interface SocialMediaAsyncAggregationQuery {
|
|
43316
|
+
"interval": string;
|
|
43317
|
+
"granularity"?: string;
|
|
43318
|
+
"timeZone"?: string;
|
|
43319
|
+
"groupBy"?: Array<string>;
|
|
43320
|
+
"filter"?: Models.SocialMediaQueryFilter;
|
|
43321
|
+
"metrics": Array<string>;
|
|
43322
|
+
"pageSize"?: number;
|
|
43323
|
+
}
|
|
43324
|
+
|
|
43325
|
+
export interface SocialMediaAsyncDetailQuery {
|
|
43326
|
+
"interval": string;
|
|
43327
|
+
"timeZone"?: string;
|
|
43328
|
+
"filter"?: Models.SocialMediaQueryFilter;
|
|
43329
|
+
"pageSize"?: number;
|
|
43330
|
+
"order"?: string;
|
|
43331
|
+
}
|
|
43332
|
+
|
|
43333
|
+
export interface SocialMediaAsyncDetailQueryResponse {
|
|
43334
|
+
"results"?: Array<Models.SocialMediaDetailDataContainer>;
|
|
43335
|
+
"cursor"?: string;
|
|
43336
|
+
}
|
|
43337
|
+
|
|
43338
|
+
export interface SocialMediaDetailDataContainer {
|
|
43339
|
+
"interval"?: string;
|
|
43340
|
+
"messages"?: Array<Models.SocialMediaDetailMessageContainer>;
|
|
43341
|
+
}
|
|
43342
|
+
|
|
43343
|
+
export interface SocialMediaDetailMessageContainer {
|
|
43344
|
+
"id"?: string;
|
|
43345
|
+
"normalizedMessage"?: Models.ConversationNormalizedMessage;
|
|
43346
|
+
"escalationInfo"?: Models.SocialMediaMessageEscalationInfo;
|
|
43347
|
+
}
|
|
43348
|
+
|
|
43349
|
+
export interface SocialMediaMessageEscalationInfo {
|
|
43350
|
+
"escalationStatus"?: string;
|
|
43351
|
+
}
|
|
43352
|
+
|
|
43353
|
+
export interface SocialMediaQueryClause {
|
|
43354
|
+
"type": string;
|
|
43355
|
+
"predicates": Array<Models.SocialMediaQueryPredicate>;
|
|
43356
|
+
}
|
|
43357
|
+
|
|
43358
|
+
export interface SocialMediaQueryFilter {
|
|
43359
|
+
"type": string;
|
|
43360
|
+
"clauses"?: Array<Models.SocialMediaQueryClause>;
|
|
43361
|
+
"predicates"?: Array<Models.SocialMediaQueryPredicate>;
|
|
43362
|
+
}
|
|
43363
|
+
|
|
43364
|
+
export interface SocialMediaQueryPredicate {
|
|
43365
|
+
"type"?: string;
|
|
43366
|
+
"dimension"?: string;
|
|
43367
|
+
"operator"?: string;
|
|
43368
|
+
"value"?: string;
|
|
43369
|
+
"range"?: Models.NumericRange;
|
|
43370
|
+
}
|
|
43371
|
+
|
|
43372
|
+
export interface SocialMediaStatisticalResponse {
|
|
43373
|
+
"interval"?: string;
|
|
43374
|
+
"metrics"?: Array<Models.SocialMediaAggregateMetricData>;
|
|
43375
|
+
}
|
|
43376
|
+
|
|
43377
|
+
export interface SocialMediaStatisticalSummary {
|
|
43378
|
+
"max"?: number;
|
|
43379
|
+
"min"?: number;
|
|
43380
|
+
"count"?: number;
|
|
43381
|
+
"countNegative"?: number;
|
|
43382
|
+
"countPositive"?: number;
|
|
43383
|
+
"countNeutral"?: number;
|
|
43384
|
+
"countUnknown"?: number;
|
|
43385
|
+
"sum"?: number;
|
|
43386
|
+
"current"?: number;
|
|
43387
|
+
"ratio"?: number;
|
|
43388
|
+
"numerator"?: number;
|
|
43389
|
+
"denominator"?: number;
|
|
43390
|
+
"target"?: number;
|
|
43391
|
+
"p95"?: number;
|
|
43392
|
+
"p99"?: number;
|
|
43393
|
+
}
|
|
43394
|
+
|
|
42956
43395
|
export interface SocialTopicPatchRequest {
|
|
42957
43396
|
"name"?: string;
|
|
42958
43397
|
"description"?: string;
|
|
@@ -42973,7 +43412,7 @@ declare namespace Models {
|
|
|
42973
43412
|
"dateModified"?: string;
|
|
42974
43413
|
"divisionId"?: string;
|
|
42975
43414
|
"status"?: string;
|
|
42976
|
-
"
|
|
43415
|
+
"dataIngestionRulesMetadata"?: Array<Models.DataIngestionRulesMetadata>;
|
|
42977
43416
|
"selfUri"?: string;
|
|
42978
43417
|
}
|
|
42979
43418
|
|
|
@@ -44670,7 +45109,13 @@ declare namespace Models {
|
|
|
44670
45109
|
"selfUri"?: string;
|
|
44671
45110
|
}
|
|
44672
45111
|
|
|
44673
|
-
export interface
|
|
45112
|
+
export interface TimeOffSettingsRequest {
|
|
45113
|
+
"submissionRangeEnforced"?: boolean;
|
|
45114
|
+
"submissionEarliestDaysFromNow"?: number;
|
|
45115
|
+
"submissionLatestDaysFromNow"?: number;
|
|
45116
|
+
}
|
|
45117
|
+
|
|
45118
|
+
export interface TimeOffSettingsResponse {
|
|
44674
45119
|
"submissionRangeEnforced"?: boolean;
|
|
44675
45120
|
"submissionEarliestDaysFromNow"?: number;
|
|
44676
45121
|
"submissionLatestDaysFromNow"?: number;
|
|
@@ -45649,6 +46094,23 @@ declare namespace Models {
|
|
|
45649
46094
|
"pageCount"?: number;
|
|
45650
46095
|
}
|
|
45651
46096
|
|
|
46097
|
+
export interface TweetUsage {
|
|
46098
|
+
"ingestionLimit"?: number;
|
|
46099
|
+
"tweetCount"?: number;
|
|
46100
|
+
"dateStart"?: string;
|
|
46101
|
+
}
|
|
46102
|
+
|
|
46103
|
+
export interface TwitterDataHistoricalTweetRequest {
|
|
46104
|
+
"searchTerms": string;
|
|
46105
|
+
"countries"?: Array<string>;
|
|
46106
|
+
}
|
|
46107
|
+
|
|
46108
|
+
export interface TwitterDataHistoricalTweetResponse {
|
|
46109
|
+
"matchingTweets"?: number;
|
|
46110
|
+
"previousNumberOfDays"?: number;
|
|
46111
|
+
"usageStatistics"?: Models.TweetUsage;
|
|
46112
|
+
}
|
|
46113
|
+
|
|
45652
46114
|
export interface TwitterDataIngestionRuleRequest {
|
|
45653
46115
|
"name": string;
|
|
45654
46116
|
"description"?: string;
|
|
@@ -45705,6 +46167,70 @@ declare namespace Models {
|
|
|
45705
46167
|
"profileUrl"?: string;
|
|
45706
46168
|
}
|
|
45707
46169
|
|
|
46170
|
+
export interface TwitterIntegration {
|
|
46171
|
+
"id": string;
|
|
46172
|
+
"name": string;
|
|
46173
|
+
"supportedContent"?: Models.SupportedContentReference;
|
|
46174
|
+
"messagingSetting"?: Models.MessagingSettingReference;
|
|
46175
|
+
"status"?: string;
|
|
46176
|
+
"recipient"?: Models.DomainEntityRef;
|
|
46177
|
+
"dateCreated"?: string;
|
|
46178
|
+
"dateModified"?: string;
|
|
46179
|
+
"createdBy"?: Models.DomainEntityRef;
|
|
46180
|
+
"modifiedBy"?: Models.DomainEntityRef;
|
|
46181
|
+
"version": number;
|
|
46182
|
+
"createStatus"?: string;
|
|
46183
|
+
"createError"?: Models.ErrorBody;
|
|
46184
|
+
"selfUri"?: string;
|
|
46185
|
+
}
|
|
46186
|
+
|
|
46187
|
+
export interface TwitterIntegrationEntityListing {
|
|
46188
|
+
"entities"?: Array<Models.TwitterIntegration>;
|
|
46189
|
+
"pageSize"?: number;
|
|
46190
|
+
"pageNumber"?: number;
|
|
46191
|
+
"total"?: number;
|
|
46192
|
+
"firstUri"?: string;
|
|
46193
|
+
"lastUri"?: string;
|
|
46194
|
+
"selfUri"?: string;
|
|
46195
|
+
"nextUri"?: string;
|
|
46196
|
+
"previousUri"?: string;
|
|
46197
|
+
"pageCount"?: number;
|
|
46198
|
+
}
|
|
46199
|
+
|
|
46200
|
+
export interface TwitterIntegrationRequest {
|
|
46201
|
+
"id"?: string;
|
|
46202
|
+
"name": string;
|
|
46203
|
+
"supportedContent"?: Models.SupportedContentReference;
|
|
46204
|
+
"messagingSetting"?: Models.MessagingSettingRequestReference;
|
|
46205
|
+
"signupCode": string;
|
|
46206
|
+
"appId": string;
|
|
46207
|
+
"codeChallenge": string;
|
|
46208
|
+
"redirectUri": string;
|
|
46209
|
+
"selfUri"?: string;
|
|
46210
|
+
}
|
|
46211
|
+
|
|
46212
|
+
export interface TwitterIntegrationUpdateRequest {
|
|
46213
|
+
"id"?: string;
|
|
46214
|
+
"name"?: string;
|
|
46215
|
+
"supportedContent"?: Models.SupportedContentReference;
|
|
46216
|
+
"messagingSetting"?: Models.MessagingSettingRequestReference;
|
|
46217
|
+
"signupCode"?: string;
|
|
46218
|
+
"codeChallenge"?: string;
|
|
46219
|
+
"redirectUri"?: string;
|
|
46220
|
+
"selfUri"?: string;
|
|
46221
|
+
}
|
|
46222
|
+
|
|
46223
|
+
export interface TwitterOAuthSettings {
|
|
46224
|
+
"clientId"?: string;
|
|
46225
|
+
"scopes"?: Array<string>;
|
|
46226
|
+
}
|
|
46227
|
+
|
|
46228
|
+
export interface TwitterSignupOAuthSettings {
|
|
46229
|
+
"clientId"?: string;
|
|
46230
|
+
"scopes"?: Array<string>;
|
|
46231
|
+
"appId"?: string;
|
|
46232
|
+
}
|
|
46233
|
+
|
|
45708
46234
|
export interface TypedAttribute {
|
|
45709
46235
|
"type"?: string;
|
|
45710
46236
|
"value"?: string;
|
|
@@ -47576,7 +48102,7 @@ declare namespace Models {
|
|
|
47576
48102
|
|
|
47577
48103
|
export interface V2MobiusAlertsTopicCondition {
|
|
47578
48104
|
"id"?: string;
|
|
47579
|
-
"
|
|
48105
|
+
"clauses"?: Array<Models.V2MobiusAlertsTopicCondition>;
|
|
47580
48106
|
"predicates"?: Array<Models.V2MobiusAlertsTopicConditionRulePredicate>;
|
|
47581
48107
|
"type"?: string;
|
|
47582
48108
|
}
|
|
@@ -47621,7 +48147,7 @@ declare namespace Models {
|
|
|
47621
48147
|
|
|
47622
48148
|
export interface V2MobiusRulesTopicCondition {
|
|
47623
48149
|
"id"?: string;
|
|
47624
|
-
"
|
|
48150
|
+
"clauses"?: Array<Models.V2MobiusRulesTopicCondition>;
|
|
47625
48151
|
"predicates"?: Array<Models.V2MobiusRulesTopicConditionRulePredicate>;
|
|
47626
48152
|
"type"?: string;
|
|
47627
48153
|
}
|
|
@@ -47814,6 +48340,10 @@ declare namespace Models {
|
|
|
47814
48340
|
"value"?: Models.HrisTimeOffType;
|
|
47815
48341
|
}
|
|
47816
48342
|
|
|
48343
|
+
export interface ValueWrapperLocalDate {
|
|
48344
|
+
"value"?: string;
|
|
48345
|
+
}
|
|
48346
|
+
|
|
47817
48347
|
export interface ValueWrapperMonthlyPlanningPeriodSettings {
|
|
47818
48348
|
"value"?: Models.MonthlyPlanningPeriodSettings;
|
|
47819
48349
|
}
|
|
@@ -48119,6 +48649,8 @@ declare namespace Models {
|
|
|
48119
48649
|
"timelineCategories"?: Array<string>;
|
|
48120
48650
|
"acw"?: boolean;
|
|
48121
48651
|
"segmentTypes"?: Array<string>;
|
|
48652
|
+
"programIds"?: Array<string>;
|
|
48653
|
+
"categoryIds"?: Array<string>;
|
|
48122
48654
|
}
|
|
48123
48655
|
|
|
48124
48656
|
export interface VisibilityCondition {
|
|
@@ -51270,6 +51802,7 @@ declare namespace Models {
|
|
|
51270
51802
|
"defaultDestinationStatusId"?: string;
|
|
51271
51803
|
"statusTransitionDelaySeconds"?: number;
|
|
51272
51804
|
"statusTransitionTime"?: string;
|
|
51805
|
+
"autoTerminateWorkitem"?: boolean;
|
|
51273
51806
|
}
|
|
51274
51807
|
|
|
51275
51808
|
export interface WorkitemStatusFilter {
|
|
@@ -51296,6 +51829,7 @@ declare namespace Models {
|
|
|
51296
51829
|
"defaultDestinationStatusId"?: string;
|
|
51297
51830
|
"statusTransitionDelaySeconds"?: number;
|
|
51298
51831
|
"statusTransitionTime"?: string;
|
|
51832
|
+
"autoTerminateWorkitem"?: boolean;
|
|
51299
51833
|
}
|
|
51300
51834
|
|
|
51301
51835
|
export interface WorkitemTerminate {
|