purecloud-platform-client-v2 245.1.0 → 247.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 +1255 -104
- package/dist/web-amd/purecloud-platform-client-v2.js +1255 -104
- package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
- package/dist/web-cjs/bundle.js +485 -149
- package/dist/web-cjs/purecloud-platform-client-v2.js +539 -168
- package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
- package/index.d.ts +738 -285
- package/package.json +1 -1
- package/src/purecloud-platform-client-v2/ApiClient.js +6 -1
- package/src/purecloud-platform-client-v2/api/AIStudioApi.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/AssistantCopilotVariationsApi.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/BackgroundAssistantApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/BillingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/BusinessRulesApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/CarrierServicesApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ChatApi.js +1 -1
- 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 +661 -3
- 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 +1 -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/IntentsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/JourneyApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +159 -1
- package/src/purecloud-platform-client-v2/api/LanguageUnderstandingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LanguagesApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LearningApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LicenseApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LocationsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LogCaptureApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/MessagingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/NotificationsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/OAuthApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ObjectsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/OperationalEventsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/OrganizationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/OutboundApi.js +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 +3 -2
- package/src/purecloud-platform-client-v2/api/RecordingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/RoutingApi.js +31 -1
- package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ScriptsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SearchApi.js +26 -1
- package/src/purecloud-platform-client-v2/api/SettingsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SocialMediaApi.js +248 -1
- 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 +25 -1
- package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UploadsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UsageApi.js +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/UsersRulesApi.js +1 -10
- 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 +1 -1
- package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +18 -6
- package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
- 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
|
@@ -1819,6 +1819,7 @@ declare class ConversationsApi {
|
|
|
1819
1819
|
deleteAnalyticsConversationsAggregatesJob(jobId: string): Promise<void>;
|
|
1820
1820
|
deleteAnalyticsConversationsDetailsJob(jobId: string): Promise<void>;
|
|
1821
1821
|
deleteConversation(conversationId: string): Promise<void>;
|
|
1822
|
+
deleteConversationCustomattribute(conversationId: string, attributesId: string): Promise<void>;
|
|
1822
1823
|
deleteConversationParticipantCode(conversationId: string, participantId: string, addCommunicationCode: string): Promise<void>;
|
|
1823
1824
|
deleteConversationParticipantFlaggedreason(conversationId: string, participantId: string): Promise<void>;
|
|
1824
1825
|
deleteConversationsCallParticipantCommunicationPostflowaction(conversationId: string, participantId: string, communicationId: string): Promise<void>;
|
|
@@ -1828,6 +1829,7 @@ declare class ConversationsApi {
|
|
|
1828
1829
|
deleteConversationsMessagingIntegrationsAppleIntegrationId(integrationId: string): Promise<void>;
|
|
1829
1830
|
deleteConversationsMessagingIntegrationsFacebookIntegrationId(integrationId: string): Promise<void>;
|
|
1830
1831
|
deleteConversationsMessagingIntegrationsInstagramIntegrationId(integrationId: string): Promise<void>;
|
|
1832
|
+
deleteConversationsMessagingIntegrationsOpenExtensionsGooglebusinessprofileIntegrationId(integrationId: string): Promise<void>;
|
|
1831
1833
|
deleteConversationsMessagingIntegrationsOpenIntegrationId(integrationId: string): Promise<void>;
|
|
1832
1834
|
deleteConversationsMessagingIntegrationsTwitterIntegrationId(integrationId: string): Promise<void>;
|
|
1833
1835
|
deleteConversationsMessagingIntegrationsWhatsappIntegrationId(integrationId: string): Promise<Models.WhatsAppIntegration>;
|
|
@@ -1847,6 +1849,8 @@ declare class ConversationsApi {
|
|
|
1847
1849
|
getConversationCommunicationAgentchecklists(conversationId: string, communicationId: string): Promise<Models.AgentChecklistResponseList>;
|
|
1848
1850
|
getConversationCommunicationInternalmessage(conversationId: string, communicationId: string, messageId: string): Promise<Models.InternalMessageData>;
|
|
1849
1851
|
getConversationCommunicationInternalmessages(conversationId: string, communicationId: string, opts?: ConversationsApi.getConversationCommunicationInternalmessagesOptions): Promise<Models.InternalMessageDataEntityListing>;
|
|
1852
|
+
getConversationCustomattribute(conversationId: string, attributesId: string): Promise<Models.CustomAttributes>;
|
|
1853
|
+
getConversationCustomattributes(conversationId: string): Promise<Models.CustomAttributesListing>;
|
|
1850
1854
|
getConversationParticipantSecureivrsession(conversationId: string, participantId: string, secureSessionId: string): Promise<Models.SecureSession>;
|
|
1851
1855
|
getConversationParticipantSecureivrsessions(conversationId: string, participantId: string): Promise<Models.SecureSessionEntityListing>;
|
|
1852
1856
|
getConversationParticipantWrapup(conversationId: string, participantId: string, opts?: ConversationsApi.getConversationParticipantWrapupOptions): Promise<Models.AssignedWrapupCode>;
|
|
@@ -1880,6 +1884,13 @@ declare class ConversationsApi {
|
|
|
1880
1884
|
getConversationsCobrowsesessionParticipantWrapup(conversationId: string, participantId: string, opts?: ConversationsApi.getConversationsCobrowsesessionParticipantWrapupOptions): Promise<Models.AssignedWrapupCode>;
|
|
1881
1885
|
getConversationsCobrowsesessionParticipantWrapupcodes(conversationId: string, participantId: string): Promise<Array<Models.WrapupCode>>;
|
|
1882
1886
|
getConversationsCobrowsesessions(): Promise<Models.CobrowseConversationEntityListing>;
|
|
1887
|
+
getConversationsCustomattributesSchema(schemaId: string): Promise<Models.ConversationDataSchema>;
|
|
1888
|
+
getConversationsCustomattributesSchemaVersion(schemaId: string, versionId: string): Promise<Models.ConversationDataSchema>;
|
|
1889
|
+
getConversationsCustomattributesSchemaVersions(schemaId: string): Promise<Models.ConversationDataSchemaListing>;
|
|
1890
|
+
getConversationsCustomattributesSchemas(): Promise<Models.ConversationDataSchemaListing>;
|
|
1891
|
+
getConversationsCustomattributesSchemasCoretype(coreTypeName: string): Promise<Models.Coretype>;
|
|
1892
|
+
getConversationsCustomattributesSchemasCoretypes(): Promise<Models.CoretypeListing>;
|
|
1893
|
+
getConversationsCustomattributesSchemasLimits(): Promise<Models.SchemaQuantityLimits>;
|
|
1883
1894
|
getConversationsEmail(conversationId: string): Promise<Models.EmailConversation>;
|
|
1884
1895
|
getConversationsEmailMessage(conversationId: string, messageId: string): Promise<Models.EmailMessage>;
|
|
1885
1896
|
getConversationsEmailMessages(conversationId: string): Promise<Models.EmailMessagePreviewListing>;
|
|
@@ -1921,6 +1932,10 @@ declare class ConversationsApi {
|
|
|
1921
1932
|
getConversationsMessagingIntegrationsInstagram(opts?: ConversationsApi.getConversationsMessagingIntegrationsInstagramOptions): Promise<Models.InstagramIntegrationEntityListing>;
|
|
1922
1933
|
getConversationsMessagingIntegrationsInstagramIntegrationId(integrationId: string, opts?: ConversationsApi.getConversationsMessagingIntegrationsInstagramIntegrationIdOptions): Promise<Models.InstagramIntegration>;
|
|
1923
1934
|
getConversationsMessagingIntegrationsOpen(opts?: ConversationsApi.getConversationsMessagingIntegrationsOpenOptions): Promise<Models.OpenIntegrationEntityListing>;
|
|
1935
|
+
getConversationsMessagingIntegrationsOpenExtensionsGooglebusinessprofileIntegrationId(integrationId: string, opts?: ConversationsApi.getConversationsMessagingIntegrationsOpenExtensionsGooglebusinessprofileIntegrationIdOptions): Promise<Models.GoogleBusinessProfileOpenIntegration>;
|
|
1936
|
+
getConversationsMessagingIntegrationsOpenExtensionsGooglebusinessprofileOauthSettings(): Promise<Models.GoogleOAuthSettingsResponse>;
|
|
1937
|
+
getConversationsMessagingIntegrationsOpenExtensionsGooglebusinessprofileToken(tokenId: string): Promise<Models.GoogleAuthToken>;
|
|
1938
|
+
getConversationsMessagingIntegrationsOpenExtensionsGooglebusinessprofileTokenAccounts(tokenId: string): Promise<Models.GoogleBusinessProfileAccountListing>;
|
|
1924
1939
|
getConversationsMessagingIntegrationsOpenIntegrationId(integrationId: string, opts?: ConversationsApi.getConversationsMessagingIntegrationsOpenIntegrationIdOptions): Promise<Models.OpenIntegration>;
|
|
1925
1940
|
getConversationsMessagingIntegrationsTwitter(opts?: ConversationsApi.getConversationsMessagingIntegrationsTwitterOptions): Promise<Models.TwitterIntegrationEntityListing>;
|
|
1926
1941
|
getConversationsMessagingIntegrationsTwitterIntegrationId(integrationId: string, opts?: ConversationsApi.getConversationsMessagingIntegrationsTwitterIntegrationIdOptions): Promise<Models.TwitterIntegration>;
|
|
@@ -1941,6 +1956,8 @@ declare class ConversationsApi {
|
|
|
1941
1956
|
getConversationsVideoDetails(conferenceId: string): Promise<Models.VideoConferenceDetails>;
|
|
1942
1957
|
getConversationsVideoParticipantCommunicationWrapup(conversationId: string, participantId: string, communicationId: string, opts?: ConversationsApi.getConversationsVideoParticipantCommunicationWrapupOptions): Promise<Models.AssignedWrapupCode>;
|
|
1943
1958
|
getConversationsVideosMeeting(meetingId: string): Promise<Models.MeetingIdRecord>;
|
|
1959
|
+
patchConversationCustomattributes(conversationId: string, opts?: ConversationsApi.patchConversationCustomattributesOptions): Promise<void>;
|
|
1960
|
+
patchConversationCustomattributesBulk(conversationId: string, opts?: ConversationsApi.patchConversationCustomattributesBulkOptions): Promise<Models.CustomAttributesBulkUpdateResponseMap>;
|
|
1944
1961
|
patchConversationParticipant(conversationId: string, participantId: string, body: Models.MediaParticipantRequest): Promise<void>;
|
|
1945
1962
|
patchConversationParticipantAttributes(conversationId: string, participantId: string, body: Models.ParticipantAttributes): Promise<void>;
|
|
1946
1963
|
patchConversationRecordingstate(conversationId: string, body: Models.SetRecordingState): Promise<void>;
|
|
@@ -1983,6 +2000,7 @@ declare class ConversationsApi {
|
|
|
1983
2000
|
patchConversationsMessagingIntegrationsAppleIntegrationId(integrationId: string, body: Models.AppleIntegrationUpdateRequest): Promise<Models.AppleIntegration>;
|
|
1984
2001
|
patchConversationsMessagingIntegrationsFacebookIntegrationId(integrationId: string, body: Models.FacebookIntegrationUpdateRequest): Promise<Models.FacebookIntegration>;
|
|
1985
2002
|
patchConversationsMessagingIntegrationsInstagramIntegrationId(integrationId: string, body: Models.InstagramIntegrationUpdateRequest): Promise<Models.InstagramIntegration>;
|
|
2003
|
+
patchConversationsMessagingIntegrationsOpenExtensionsGooglebusinessprofileIntegrationId(integrationId: string, body: Models.GoogleBusinessProfileOpenIntegrationUpdateRequest): Promise<Models.GoogleBusinessProfileOpenIntegration>;
|
|
1986
2004
|
patchConversationsMessagingIntegrationsOpenIntegrationId(integrationId: string, body: Models.OpenIntegrationUpdateRequest): Promise<Models.OpenIntegration>;
|
|
1987
2005
|
patchConversationsMessagingIntegrationsTwitterIntegrationId(integrationId: string, body: Models.TwitterIntegrationUpdateRequest): Promise<Models.TwitterIntegration>;
|
|
1988
2006
|
patchConversationsMessagingIntegrationsWhatsappEmbeddedsignupIntegrationId(integrationId: string, body: Models.WhatsAppEmbeddedSignupIntegrationActivationRequest): Promise<Models.WhatsAppIntegration>;
|
|
@@ -2046,6 +2064,8 @@ declare class ConversationsApi {
|
|
|
2046
2064
|
postConversationsChats(body: Models.CreateWebChatRequest): Promise<Models.ChatConversation>;
|
|
2047
2065
|
postConversationsCobrowsesessionParticipantCommunicationWrapup(conversationId: string, participantId: string, communicationId: string, opts?: ConversationsApi.postConversationsCobrowsesessionParticipantCommunicationWrapupOptions): Promise<void>;
|
|
2048
2066
|
postConversationsCobrowsesessionParticipantReplace(conversationId: string, participantId: string, opts?: ConversationsApi.postConversationsCobrowsesessionParticipantReplaceOptions): Promise<void>;
|
|
2067
|
+
postConversationsCustomattributesSchemas(body: Models.ConversationJsonSchemaRequest): Promise<Models.ConversationDataSchema>;
|
|
2068
|
+
postConversationsCustomattributesSearch(body: Models.ConversationCustomAttributesSearchRequest): Promise<Models.JsonSearchResponse>;
|
|
2049
2069
|
postConversationsEmailInboundmessages(conversationId: string, body: Models.InboundMessageRequest): Promise<Models.EmailConversation>;
|
|
2050
2070
|
postConversationsEmailMessages(conversationId: string, body: Models.EmailMessage): Promise<Models.EmailMessageReply>;
|
|
2051
2071
|
postConversationsEmailMessagesDraftAttachmentsCopy(conversationId: string, body: Models.CopyAttachmentsRequest): Promise<Models.EmailMessage>;
|
|
@@ -2077,6 +2097,8 @@ declare class ConversationsApi {
|
|
|
2077
2097
|
postConversationsMessagingIntegrationsFacebook(body: Models.FacebookIntegrationRequest): Promise<Models.FacebookIntegration>;
|
|
2078
2098
|
postConversationsMessagingIntegrationsInstagram(body: Models.InstagramIntegrationRequest): Promise<Models.InstagramIntegration>;
|
|
2079
2099
|
postConversationsMessagingIntegrationsOpen(body: Models.OpenIntegrationRequest): Promise<Models.OpenIntegration>;
|
|
2100
|
+
postConversationsMessagingIntegrationsOpenExtensionsGooglebusinessprofile(body: Models.GoogleBusinessProfileOpenIntegrationRequest): Promise<Models.GoogleBusinessProfileOpenIntegration>;
|
|
2101
|
+
postConversationsMessagingIntegrationsOpenExtensionsGooglebusinessprofileTokens(body: Models.GoogleAuthTokenRequest): Promise<Models.GoogleAuthToken>;
|
|
2080
2102
|
postConversationsMessagingIntegrationsTwitter(body: Models.TwitterIntegrationRequest): Promise<Models.TwitterIntegration>;
|
|
2081
2103
|
postConversationsMessagingIntegrationsWhatsapp(body: Models.WhatsAppIntegrationRequest): Promise<Models.WhatsAppIntegration>;
|
|
2082
2104
|
postConversationsMessagingIntegrationsWhatsappEmbeddedsignup(body: Models.WhatsAppEmbeddedSignupIntegrationRequest): Promise<Models.WhatsAppIntegration>;
|
|
@@ -2088,6 +2110,8 @@ declare class ConversationsApi {
|
|
|
2088
2110
|
postConversationsVideoAgentconferenceCommunication(conversationId: string, communicationId: string): Promise<Models.VideoConferenceDetails>;
|
|
2089
2111
|
postConversationsVideoParticipantCommunicationWrapup(conversationId: string, participantId: string, communicationId: string, opts?: ConversationsApi.postConversationsVideoParticipantCommunicationWrapupOptions): Promise<void>;
|
|
2090
2112
|
postConversationsVideosMeetings(body: Models.GenerateMeetingIdRequest): Promise<Models.MeetingIdRecord>;
|
|
2113
|
+
putConversationCustomattributes(conversationId: string, opts?: ConversationsApi.putConversationCustomattributesOptions): Promise<Models.CustomAttributesIdResponse>;
|
|
2114
|
+
putConversationCustomattributesBulk(conversationId: string, opts?: ConversationsApi.putConversationCustomattributesBulkOptions): Promise<Models.CustomAttributesBulkUpdateResponseMap>;
|
|
2091
2115
|
putConversationParticipantFlaggedreason(conversationId: string, participantId: string): Promise<void>;
|
|
2092
2116
|
putConversationSecureattributes(conversationId: string, body: Models.ConversationSecureAttributes): Promise<string>;
|
|
2093
2117
|
putConversationTags(conversationId: string, body: Models.ConversationTagsUpdate): Promise<string>;
|
|
@@ -2096,6 +2120,7 @@ declare class ConversationsApi {
|
|
|
2096
2120
|
putConversationsCallbackRecordingstate(conversationId: string, body: Models.SetRecordingState): Promise<string>;
|
|
2097
2121
|
putConversationsChatRecordingstate(conversationId: string, body: Models.SetRecordingState): Promise<string>;
|
|
2098
2122
|
putConversationsCobrowsesessionRecordingstate(conversationId: string, body: Models.SetRecordingState): Promise<string>;
|
|
2123
|
+
putConversationsCustomattributesSchema(schemaId: string, body: Models.ConversationSchemaUpdateRequest): Promise<Models.ConversationDataSchema>;
|
|
2099
2124
|
putConversationsEmailMessagesDraft(conversationId: string, body: Models.EmailMessage): Promise<Models.EmailMessage>;
|
|
2100
2125
|
putConversationsEmailRecordingstate(conversationId: string, body: Models.SetRecordingState): Promise<string>;
|
|
2101
2126
|
putConversationsKeyconfiguration(keyconfigurationsId: string, body: Models.ConversationEncryptionConfiguration): Promise<Models.ConversationEncryptionConfiguration>;
|
|
@@ -2250,6 +2275,9 @@ declare namespace ConversationsApi {
|
|
|
2250
2275
|
"supportedContentId"?: string;
|
|
2251
2276
|
"messagingSettingId"?: string;
|
|
2252
2277
|
}
|
|
2278
|
+
export interface getConversationsMessagingIntegrationsOpenExtensionsGooglebusinessprofileIntegrationIdOptions {
|
|
2279
|
+
"expand"?: string;
|
|
2280
|
+
}
|
|
2253
2281
|
export interface getConversationsMessagingIntegrationsOpenIntegrationIdOptions {
|
|
2254
2282
|
"expand"?: string;
|
|
2255
2283
|
}
|
|
@@ -2293,6 +2321,12 @@ declare namespace ConversationsApi {
|
|
|
2293
2321
|
export interface getConversationsVideoParticipantCommunicationWrapupOptions {
|
|
2294
2322
|
"provisional"?: boolean;
|
|
2295
2323
|
}
|
|
2324
|
+
export interface patchConversationCustomattributesOptions {
|
|
2325
|
+
"body"?: Models.CustomAttributesPatchRequest;
|
|
2326
|
+
}
|
|
2327
|
+
export interface patchConversationCustomattributesBulkOptions {
|
|
2328
|
+
"body"?: Array<Models.CustomAttributesPatchRequest>;
|
|
2329
|
+
}
|
|
2296
2330
|
export interface patchConversationSummaryEngagementsOptions {
|
|
2297
2331
|
"body"?: Models.EngagementRequest;
|
|
2298
2332
|
}
|
|
@@ -2378,6 +2412,12 @@ declare namespace ConversationsApi {
|
|
|
2378
2412
|
export interface postConversationsVideoParticipantCommunicationWrapupOptions {
|
|
2379
2413
|
"body"?: Models.WrapupInput;
|
|
2380
2414
|
}
|
|
2415
|
+
export interface putConversationCustomattributesOptions {
|
|
2416
|
+
"body"?: Models.CustomAttributesUpdateRequest;
|
|
2417
|
+
}
|
|
2418
|
+
export interface putConversationCustomattributesBulkOptions {
|
|
2419
|
+
"body"?: Array<Models.CustomAttributesUpdateRequest>;
|
|
2420
|
+
}
|
|
2381
2421
|
}
|
|
2382
2422
|
|
|
2383
2423
|
declare class DataExtensionsApi {
|
|
@@ -3877,6 +3917,7 @@ declare class KnowledgeApi {
|
|
|
3877
3917
|
deleteKnowledgeKnowledgebaseSourcesSalesforceSourceId(knowledgeBaseId: string, sourceId: string): Promise<void>;
|
|
3878
3918
|
deleteKnowledgeKnowledgebaseSourcesServicenowSourceId(knowledgeBaseId: string, sourceId: string): Promise<void>;
|
|
3879
3919
|
deleteKnowledgeKnowledgebaseSynchronizeJob(knowledgeBaseId: string, syncJobId: string): Promise<void>;
|
|
3920
|
+
deleteKnowledgeSetting(knowledgeSettingId: string): Promise<void>;
|
|
3880
3921
|
getKnowledgeGuestSessionCategories(sessionId: string, opts?: KnowledgeApi.getKnowledgeGuestSessionCategoriesOptions): Promise<Models.GuestCategoryResponseListing>;
|
|
3881
3922
|
getKnowledgeGuestSessionDocument(sessionId: string, documentId: string): Promise<Models.KnowledgeGuestDocumentResponse>;
|
|
3882
3923
|
getKnowledgeGuestSessionDocuments(sessionId: string, opts?: KnowledgeApi.getKnowledgeGuestSessionDocumentsOptions): Promise<Models.KnowledgeGuestDocumentResponseListing>;
|
|
@@ -3910,6 +3951,8 @@ declare class KnowledgeApi {
|
|
|
3910
3951
|
getKnowledgeKnowledgebaseUnansweredGroups(knowledgeBaseId: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseUnansweredGroupsOptions): Promise<Models.UnansweredGroups>;
|
|
3911
3952
|
getKnowledgeKnowledgebaseUploadsUrlsJob(knowledgeBaseId: string, jobId: string): Promise<Models.GetUploadSourceUrlJobStatusResponse>;
|
|
3912
3953
|
getKnowledgeKnowledgebases(opts?: KnowledgeApi.getKnowledgeKnowledgebasesOptions): Promise<Models.KnowledgeBaseListing>;
|
|
3954
|
+
getKnowledgeSetting(knowledgeSettingId: string): Promise<Models.KnowledgeSettingsResponse>;
|
|
3955
|
+
getKnowledgeSettings(opts?: KnowledgeApi.getKnowledgeSettingsOptions): Promise<Models.KnowledgeSettingListing>;
|
|
3913
3956
|
patchKnowledgeGuestSessionDocumentsSearchSearchId(sessionId: string, searchId: string, body: Models.SearchUpdateRequest): Promise<void>;
|
|
3914
3957
|
patchKnowledgeKnowledgebase(knowledgeBaseId: string, body: Models.KnowledgeBaseUpdateRequest): Promise<Models.KnowledgeBase>;
|
|
3915
3958
|
patchKnowledgeKnowledgebaseCategory(knowledgeBaseId: string, categoryId: string, body: Models.CategoryUpdateRequest): Promise<Models.CategoryResponse>;
|
|
@@ -3923,6 +3966,7 @@ declare class KnowledgeApi {
|
|
|
3923
3966
|
patchKnowledgeKnowledgebaseParseJob(knowledgeBaseId: string, parseJobId: string, body: Models.KnowledgeParseJobRequestPatch): Promise<void>;
|
|
3924
3967
|
patchKnowledgeKnowledgebaseSynchronizeJob(knowledgeBaseId: string, syncJobId: string, body: Models.SyncStatusRequest): Promise<Models.KnowledgeSyncJobResponse>;
|
|
3925
3968
|
patchKnowledgeKnowledgebaseUnansweredGroupPhrasegroup(knowledgeBaseId: string, groupId: string, phraseGroupId: string, body: Models.UnansweredPhraseGroupPatchRequestBody): Promise<Models.UnansweredPhraseGroupUpdateResponse>;
|
|
3969
|
+
patchKnowledgeSetting(knowledgeSettingId: string, body: Models.KnowledgeSettingsRequest): Promise<Models.KnowledgeSettingsResponse>;
|
|
3926
3970
|
postKnowledgeDocumentuploads(body: Models.UploadUrlRequest): Promise<Models.UploadUrlResponse>;
|
|
3927
3971
|
postKnowledgeGuestSessionDocumentCopies(sessionId: string, documentId: string, opts?: KnowledgeApi.postKnowledgeGuestSessionDocumentCopiesOptions): Promise<void>;
|
|
3928
3972
|
postKnowledgeGuestSessionDocumentFeedback(sessionId: string, documentId: string, opts?: KnowledgeApi.postKnowledgeGuestSessionDocumentFeedbackOptions): Promise<Models.KnowledgeGuestDocumentFeedback>;
|
|
@@ -3960,6 +4004,8 @@ declare class KnowledgeApi {
|
|
|
3960
4004
|
postKnowledgeKnowledgebaseSynchronizeJobs(knowledgeBaseId: string, body: Models.KnowledgeSyncJobRequest): Promise<Models.KnowledgeSyncJobResponse>;
|
|
3961
4005
|
postKnowledgeKnowledgebaseUploadsUrlsJobs(knowledgeBaseId: string, body: Models.CreateUploadSourceUrlJobRequest): Promise<Models.CreateUploadSourceUrlJobResponse>;
|
|
3962
4006
|
postKnowledgeKnowledgebases(body: Models.KnowledgeBaseCreateRequest): Promise<Models.KnowledgeBase>;
|
|
4007
|
+
postKnowledgeSearchPreview(opts?: KnowledgeApi.postKnowledgeSearchPreviewOptions): Promise<Models.KnowledgeSearchPreviewResponse>;
|
|
4008
|
+
postKnowledgeSettings(opts?: KnowledgeApi.postKnowledgeSettingsOptions): Promise<Models.KnowledgeSettingsResponse>;
|
|
3963
4009
|
putKnowledgeKnowledgebaseSourcesSalesforceSourceId(knowledgeBaseId: string, sourceId: string, body: Models.SalesforceSourceRequest): Promise<Models.SalesforceSourceResponse>;
|
|
3964
4010
|
putKnowledgeKnowledgebaseSourcesServicenowSourceId(knowledgeBaseId: string, sourceId: string, body: Models.ServiceNowSourceRequest): Promise<Models.ServiceNowSourceResponse>;
|
|
3965
4011
|
}
|
|
@@ -4109,6 +4155,15 @@ declare namespace KnowledgeApi {
|
|
|
4109
4155
|
"sortBy"?: string;
|
|
4110
4156
|
"sortOrder"?: string;
|
|
4111
4157
|
}
|
|
4158
|
+
export interface getKnowledgeSettingsOptions {
|
|
4159
|
+
"before"?: string;
|
|
4160
|
+
"after"?: string;
|
|
4161
|
+
"pageSize"?: string;
|
|
4162
|
+
"name"?: string;
|
|
4163
|
+
"sourceId"?: string;
|
|
4164
|
+
"sortBy"?: string;
|
|
4165
|
+
"sortOrder"?: string;
|
|
4166
|
+
}
|
|
4112
4167
|
export interface patchKnowledgeKnowledgebaseChunksSearchSearchIdOptions {
|
|
4113
4168
|
"body"?: Models.ChunkSearchRegisterRequest;
|
|
4114
4169
|
}
|
|
@@ -4169,6 +4224,12 @@ declare namespace KnowledgeApi {
|
|
|
4169
4224
|
export interface postKnowledgeKnowledgebaseSourcesServicenowSourceIdSyncOptions {
|
|
4170
4225
|
"body"?: object;
|
|
4171
4226
|
}
|
|
4227
|
+
export interface postKnowledgeSearchPreviewOptions {
|
|
4228
|
+
"body"?: Models.KnowledgeSearchPreviewRequest;
|
|
4229
|
+
}
|
|
4230
|
+
export interface postKnowledgeSettingsOptions {
|
|
4231
|
+
"body"?: Models.KnowledgeSettingsRequest;
|
|
4232
|
+
}
|
|
4172
4233
|
}
|
|
4173
4234
|
|
|
4174
4235
|
declare class LanguageUnderstandingApi {
|
|
@@ -5488,7 +5549,7 @@ declare class QualityApi {
|
|
|
5488
5549
|
postQualityPublishedforms(body: Models.PublishForm): Promise<Models.EvaluationFormResponse>;
|
|
5489
5550
|
postQualityPublishedformsEvaluations(body: Models.PublishForm): Promise<Models.EvaluationFormResponse>;
|
|
5490
5551
|
postQualityPublishedformsSurveys(body: Models.PublishForm): Promise<Models.SurveyForm>;
|
|
5491
|
-
postQualitySurveys(body: Models.CreateSurveyRequest): Promise<Models.
|
|
5552
|
+
postQualitySurveys(body: Models.CreateSurveyRequest): Promise<Models.CreateSurveyResponse>;
|
|
5492
5553
|
postQualitySurveysScoring(body: Models.SurveyFormAndScoringSet): Promise<Models.SurveyScoringSet>;
|
|
5493
5554
|
putQualityCalibration(calibrationId: string, body: Models.Calibration): Promise<Models.Calibration>;
|
|
5494
5555
|
putQualityConversationEvaluation(conversationId: string, evaluationId: string, body: Models.Evaluation, opts?: QualityApi.putQualityConversationEvaluationOptions): Promise<Models.EvaluationResponse>;
|
|
@@ -5658,6 +5719,7 @@ declare namespace QualityApi {
|
|
|
5658
5719
|
"expand"?: string;
|
|
5659
5720
|
}
|
|
5660
5721
|
export interface postQualityConversationEvaluationsOptions {
|
|
5722
|
+
"idempotencyKey"?: string;
|
|
5661
5723
|
"expand"?: string;
|
|
5662
5724
|
}
|
|
5663
5725
|
export interface putQualityConversationEvaluationOptions {
|
|
@@ -5991,6 +6053,7 @@ declare class RoutingApi {
|
|
|
5991
6053
|
patchRoutingQueueUsers(queueId: string, body: Array<Models.QueueMember>): Promise<Models.QueueMemberEntityListingV1>;
|
|
5992
6054
|
patchRoutingSettingsContactcenter(body: Models.ContactCenterSettings): Promise<void>;
|
|
5993
6055
|
patchRoutingSettingsTranscription(body: Models.TranscriptionSettings): Promise<Models.TranscriptionSettings>;
|
|
6056
|
+
patchRoutingSkill(skillId: string, body: Models.UpdateSkillDivisionRequest): Promise<Models.RoutingSkill>;
|
|
5994
6057
|
patchRoutingSkillgroup(skillGroupId: string, body: Models.SkillGroup): Promise<Models.SkillGroup>;
|
|
5995
6058
|
patchRoutingSmsPhonenumber(phoneNumberId: string, body: Models.SmsPhoneNumberPatchRequest): Promise<Models.SmsPhoneNumber>;
|
|
5996
6059
|
patchUserQueue(queueId: string, userId: string, body: Models.UserQueue): Promise<Models.UserQueue>;
|
|
@@ -6582,6 +6645,7 @@ declare class SearchApi {
|
|
|
6582
6645
|
getTelephonyProvidersEdgesSitesSearch(q64: string, opts?: SearchApi.getTelephonyProvidersEdgesSitesSearchOptions): Promise<Models.SitesSearchResponse>;
|
|
6583
6646
|
getUsersSearch(q64: string, opts?: SearchApi.getUsersSearchOptions): Promise<Models.UsersSearchResponse>;
|
|
6584
6647
|
getVoicemailSearch(q64: string, opts?: SearchApi.getVoicemailSearchOptions): Promise<Models.VoicemailsSearchResponse>;
|
|
6648
|
+
postConversationsCustomattributesSearch(body: Models.ConversationCustomAttributesSearchRequest): Promise<Models.JsonSearchResponse>;
|
|
6585
6649
|
postConversationsParticipantsAttributesSearch(body: Models.ConversationParticipantSearchRequest): Promise<Models.JsonCursorSearchResponse>;
|
|
6586
6650
|
postDocumentationAllSearch(body: Models.DocumentationV2SearchRequest): Promise<Models.JsonNodeSearchResponse>;
|
|
6587
6651
|
postDocumentationGknSearch(body: Models.GKNDocumentationSearchRequest): Promise<Models.GKNDocumentationSearchResponse>;
|
|
@@ -6669,6 +6733,7 @@ declare class SocialMediaApi {
|
|
|
6669
6733
|
deleteSocialmediaMessage(messageId: string): Promise<void>;
|
|
6670
6734
|
deleteSocialmediaTopic(topicId: string, opts?: SocialMediaApi.deleteSocialmediaTopicOptions): Promise<void>;
|
|
6671
6735
|
deleteSocialmediaTopicDataingestionrulesFacebookFacebookIngestionRuleId(topicId: string, facebookIngestionRuleId: string, opts?: SocialMediaApi.deleteSocialmediaTopicDataingestionrulesFacebookFacebookIngestionRuleIdOptions): Promise<void>;
|
|
6736
|
+
deleteSocialmediaTopicDataingestionrulesGooglebusinessprofileGoogleBusinessProfileIngestionRuleId(topicId: string, googleBusinessProfileIngestionRuleId: string, opts?: SocialMediaApi.deleteSocialmediaTopicDataingestionrulesGooglebusinessprofileGoogleBusinessProfileIngestionRuleIdOptions): Promise<void>;
|
|
6672
6737
|
deleteSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleId(topicId: string, instagramIngestionRuleId: string, opts?: SocialMediaApi.deleteSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleIdOptions): Promise<void>;
|
|
6673
6738
|
deleteSocialmediaTopicDataingestionrulesOpenOpenId(topicId: string, openId: string, opts?: SocialMediaApi.deleteSocialmediaTopicDataingestionrulesOpenOpenIdOptions): Promise<void>;
|
|
6674
6739
|
deleteSocialmediaTopicDataingestionrulesTwitterTwitterIngestionRuleId(topicId: string, twitterIngestionRuleId: string, opts?: SocialMediaApi.deleteSocialmediaTopicDataingestionrulesTwitterTwitterIngestionRuleIdOptions): Promise<void>;
|
|
@@ -6683,6 +6748,9 @@ declare class SocialMediaApi {
|
|
|
6683
6748
|
getSocialmediaTopicDataingestionrulesFacebookFacebookIngestionRuleId(topicId: string, facebookIngestionRuleId: string, opts?: SocialMediaApi.getSocialmediaTopicDataingestionrulesFacebookFacebookIngestionRuleIdOptions): Promise<Models.FacebookDataIngestionRuleResponse>;
|
|
6684
6749
|
getSocialmediaTopicDataingestionrulesFacebookFacebookIngestionRuleIdVersion(topicId: string, facebookIngestionRuleId: string, dataIngestionRuleVersion: string, opts?: SocialMediaApi.getSocialmediaTopicDataingestionrulesFacebookFacebookIngestionRuleIdVersionOptions): Promise<Models.FacebookDataIngestionRuleVersionResponse>;
|
|
6685
6750
|
getSocialmediaTopicDataingestionrulesFacebookFacebookIngestionRuleIdVersions(topicId: string, facebookIngestionRuleId: string, opts?: SocialMediaApi.getSocialmediaTopicDataingestionrulesFacebookFacebookIngestionRuleIdVersionsOptions): Promise<Models.FacebookDataIngestionRuleVersionResponseEntityListing>;
|
|
6751
|
+
getSocialmediaTopicDataingestionrulesGooglebusinessprofileGoogleBusinessProfileIngestionRuleId(topicId: string, googleBusinessProfileIngestionRuleId: string, opts?: SocialMediaApi.getSocialmediaTopicDataingestionrulesGooglebusinessprofileGoogleBusinessProfileIngestionRuleIdOptions): Promise<Models.GoogleBusinessProfileDataIngestionRuleResponse>;
|
|
6752
|
+
getSocialmediaTopicDataingestionrulesGooglebusinessprofileGoogleBusinessProfileIngestionRuleIdVersion(topicId: string, googleBusinessProfileIngestionRuleId: string, dataIngestionRuleVersion: string, opts?: SocialMediaApi.getSocialmediaTopicDataingestionrulesGooglebusinessprofileGoogleBusinessProfileIngestionRuleIdVersionOptions): Promise<Models.GoogleBusinessProfileDataIngestionRuleVersionResponse>;
|
|
6753
|
+
getSocialmediaTopicDataingestionrulesGooglebusinessprofileGoogleBusinessProfileIngestionRuleIdVersions(topicId: string, googleBusinessProfileIngestionRuleId: string, opts?: SocialMediaApi.getSocialmediaTopicDataingestionrulesGooglebusinessprofileGoogleBusinessProfileIngestionRuleIdVersionsOptions): Promise<Models.GoogleBusinessProfileDataIngestionRuleVersionResponseEntityListing>;
|
|
6686
6754
|
getSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleId(topicId: string, instagramIngestionRuleId: string, opts?: SocialMediaApi.getSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleIdOptions): Promise<Models.InstagramDataIngestionRuleResponse>;
|
|
6687
6755
|
getSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleIdVersion(topicId: string, instagramIngestionRuleId: string, dataIngestionRuleVersion: string, opts?: SocialMediaApi.getSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleIdVersionOptions): Promise<Models.InstagramDataIngestionRuleVersionResponse>;
|
|
6688
6756
|
getSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleIdVersions(topicId: string, instagramIngestionRuleId: string, opts?: SocialMediaApi.getSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleIdVersionsOptions): Promise<Models.InstagramDataIngestionRuleVersionResponseEntityListing>;
|
|
@@ -6695,6 +6763,7 @@ declare class SocialMediaApi {
|
|
|
6695
6763
|
getSocialmediaTopics(opts?: SocialMediaApi.getSocialmediaTopicsOptions): Promise<Models.SocialTopicWithDataIngestionRuleMetadataResponseEntityListing>;
|
|
6696
6764
|
patchSocialmediaTopic(topicId: string, opts?: SocialMediaApi.patchSocialmediaTopicOptions): Promise<Models.SocialTopicResponse>;
|
|
6697
6765
|
patchSocialmediaTopicDataingestionrulesFacebookFacebookIngestionRuleId(topicId: string, facebookIngestionRuleId: string, opts?: SocialMediaApi.patchSocialmediaTopicDataingestionrulesFacebookFacebookIngestionRuleIdOptions): Promise<Models.FacebookDataIngestionRuleResponse>;
|
|
6766
|
+
patchSocialmediaTopicDataingestionrulesGooglebusinessprofileGoogleBusinessProfileIngestionRuleId(topicId: string, googleBusinessProfileIngestionRuleId: string, opts?: SocialMediaApi.patchSocialmediaTopicDataingestionrulesGooglebusinessprofileGoogleBusinessProfileIngestionRuleIdOptions): Promise<Models.GoogleBusinessProfileDataIngestionRuleResponse>;
|
|
6698
6767
|
patchSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleId(topicId: string, instagramIngestionRuleId: string, opts?: SocialMediaApi.patchSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleIdOptions): Promise<Models.InstagramDataIngestionRuleResponse>;
|
|
6699
6768
|
patchSocialmediaTopicDataingestionrulesOpenOpenId(topicId: string, openId: string, opts?: SocialMediaApi.patchSocialmediaTopicDataingestionrulesOpenOpenIdOptions): Promise<Models.OpenDataIngestionRuleResponse>;
|
|
6700
6769
|
patchSocialmediaTopicDataingestionrulesTwitterTwitterIngestionRuleId(topicId: string, twitterIngestionRuleId: string, opts?: SocialMediaApi.patchSocialmediaTopicDataingestionrulesTwitterTwitterIngestionRuleIdOptions): Promise<Models.TwitterDataIngestionRuleResponse>;
|
|
@@ -6703,6 +6772,7 @@ declare class SocialMediaApi {
|
|
|
6703
6772
|
postSocialmediaEscalationrules(opts?: SocialMediaApi.postSocialmediaEscalationrulesOptions): Promise<Models.EscalationRuleResponse>;
|
|
6704
6773
|
postSocialmediaEscalationsMessages(divisionId: string, opts?: SocialMediaApi.postSocialmediaEscalationsMessagesOptions): Promise<Models.ManualEscalationResponse>;
|
|
6705
6774
|
postSocialmediaTopicDataingestionrulesFacebook(topicId: string, opts?: SocialMediaApi.postSocialmediaTopicDataingestionrulesFacebookOptions): Promise<Models.FacebookDataIngestionRuleResponse>;
|
|
6775
|
+
postSocialmediaTopicDataingestionrulesGooglebusinessprofile(topicId: string, opts?: SocialMediaApi.postSocialmediaTopicDataingestionrulesGooglebusinessprofileOptions): Promise<Models.GoogleBusinessProfileDataIngestionRuleResponse>;
|
|
6706
6776
|
postSocialmediaTopicDataingestionrulesInstagram(topicId: string, opts?: SocialMediaApi.postSocialmediaTopicDataingestionrulesInstagramOptions): Promise<Models.InstagramDataIngestionRuleResponse>;
|
|
6707
6777
|
postSocialmediaTopicDataingestionrulesOpen(topicId: string, opts?: SocialMediaApi.postSocialmediaTopicDataingestionrulesOpenOptions): Promise<Models.OpenDataIngestionRuleResponse>;
|
|
6708
6778
|
postSocialmediaTopicDataingestionrulesOpenRuleIdMessagesBulk(topicId: string, ruleId: string, body: Array<Models.OpenSocialMediaNormalizedMessage>): Promise<Models.OpenSocialNormalizedMessageEntityListing>;
|
|
@@ -6712,6 +6782,7 @@ declare class SocialMediaApi {
|
|
|
6712
6782
|
postSocialmediaTwitterHistoricalTweets(body: Models.TwitterDataHistoricalTweetRequest): Promise<Models.TwitterDataHistoricalTweetResponse>;
|
|
6713
6783
|
putSocialmediaEscalationrule(escalationRuleId: string, opts?: SocialMediaApi.putSocialmediaEscalationruleOptions): Promise<Models.EscalationRuleResponse>;
|
|
6714
6784
|
putSocialmediaTopicDataingestionrulesFacebookFacebookIngestionRuleId(topicId: string, facebookIngestionRuleId: string, opts?: SocialMediaApi.putSocialmediaTopicDataingestionrulesFacebookFacebookIngestionRuleIdOptions): Promise<Models.FacebookDataIngestionRuleResponse>;
|
|
6785
|
+
putSocialmediaTopicDataingestionrulesGooglebusinessprofileGoogleBusinessProfileIngestionRuleId(topicId: string, googleBusinessProfileIngestionRuleId: string, opts?: SocialMediaApi.putSocialmediaTopicDataingestionrulesGooglebusinessprofileGoogleBusinessProfileIngestionRuleIdOptions): Promise<Models.GoogleBusinessProfileDataIngestionRuleResponse>;
|
|
6715
6786
|
putSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleId(topicId: string, instagramIngestionRuleId: string, opts?: SocialMediaApi.putSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleIdOptions): Promise<Models.InstagramDataIngestionRuleResponse>;
|
|
6716
6787
|
putSocialmediaTopicDataingestionrulesOpenOpenId(topicId: string, openId: string, opts?: SocialMediaApi.putSocialmediaTopicDataingestionrulesOpenOpenIdOptions): Promise<Models.OpenDataIngestionRuleResponse>;
|
|
6717
6788
|
putSocialmediaTopicDataingestionrulesTwitterTwitterIngestionRuleId(topicId: string, twitterIngestionRuleId: string, opts?: SocialMediaApi.putSocialmediaTopicDataingestionrulesTwitterTwitterIngestionRuleIdOptions): Promise<Models.TwitterDataIngestionRuleResponse>;
|
|
@@ -6724,6 +6795,9 @@ declare namespace SocialMediaApi {
|
|
|
6724
6795
|
export interface deleteSocialmediaTopicDataingestionrulesFacebookFacebookIngestionRuleIdOptions {
|
|
6725
6796
|
"hardDelete"?: boolean;
|
|
6726
6797
|
}
|
|
6798
|
+
export interface deleteSocialmediaTopicDataingestionrulesGooglebusinessprofileGoogleBusinessProfileIngestionRuleIdOptions {
|
|
6799
|
+
"hardDelete"?: boolean;
|
|
6800
|
+
}
|
|
6727
6801
|
export interface deleteSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleIdOptions {
|
|
6728
6802
|
"hardDelete"?: boolean;
|
|
6729
6803
|
}
|
|
@@ -6765,6 +6839,17 @@ declare namespace SocialMediaApi {
|
|
|
6765
6839
|
"pageSize"?: number;
|
|
6766
6840
|
"includeDeleted"?: boolean;
|
|
6767
6841
|
}
|
|
6842
|
+
export interface getSocialmediaTopicDataingestionrulesGooglebusinessprofileGoogleBusinessProfileIngestionRuleIdOptions {
|
|
6843
|
+
"includeDeleted"?: boolean;
|
|
6844
|
+
}
|
|
6845
|
+
export interface getSocialmediaTopicDataingestionrulesGooglebusinessprofileGoogleBusinessProfileIngestionRuleIdVersionOptions {
|
|
6846
|
+
"includeDeleted"?: boolean;
|
|
6847
|
+
}
|
|
6848
|
+
export interface getSocialmediaTopicDataingestionrulesGooglebusinessprofileGoogleBusinessProfileIngestionRuleIdVersionsOptions {
|
|
6849
|
+
"pageNumber"?: number;
|
|
6850
|
+
"pageSize"?: number;
|
|
6851
|
+
"includeDeleted"?: boolean;
|
|
6852
|
+
}
|
|
6768
6853
|
export interface getSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleIdOptions {
|
|
6769
6854
|
"includeDeleted"?: boolean;
|
|
6770
6855
|
}
|
|
@@ -6812,6 +6897,9 @@ declare namespace SocialMediaApi {
|
|
|
6812
6897
|
export interface patchSocialmediaTopicDataingestionrulesFacebookFacebookIngestionRuleIdOptions {
|
|
6813
6898
|
"body"?: Models.DataIngestionRuleStatusPatchRequest;
|
|
6814
6899
|
}
|
|
6900
|
+
export interface patchSocialmediaTopicDataingestionrulesGooglebusinessprofileGoogleBusinessProfileIngestionRuleIdOptions {
|
|
6901
|
+
"body"?: Models.DataIngestionRuleStatusPatchRequest;
|
|
6902
|
+
}
|
|
6815
6903
|
export interface patchSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleIdOptions {
|
|
6816
6904
|
"body"?: Models.DataIngestionRuleStatusPatchRequest;
|
|
6817
6905
|
}
|
|
@@ -6830,6 +6918,9 @@ declare namespace SocialMediaApi {
|
|
|
6830
6918
|
export interface postSocialmediaTopicDataingestionrulesFacebookOptions {
|
|
6831
6919
|
"body"?: Models.FacebookDataIngestionRuleRequest;
|
|
6832
6920
|
}
|
|
6921
|
+
export interface postSocialmediaTopicDataingestionrulesGooglebusinessprofileOptions {
|
|
6922
|
+
"body"?: Models.GoogleBusinessProfileDataIngestionRuleRequest;
|
|
6923
|
+
}
|
|
6833
6924
|
export interface postSocialmediaTopicDataingestionrulesInstagramOptions {
|
|
6834
6925
|
"body"?: Models.InstagramDataIngestionRuleRequest;
|
|
6835
6926
|
}
|
|
@@ -6848,6 +6939,9 @@ declare namespace SocialMediaApi {
|
|
|
6848
6939
|
export interface putSocialmediaTopicDataingestionrulesFacebookFacebookIngestionRuleIdOptions {
|
|
6849
6940
|
"body"?: Models.FacebookDataIngestionRuleRequest;
|
|
6850
6941
|
}
|
|
6942
|
+
export interface putSocialmediaTopicDataingestionrulesGooglebusinessprofileGoogleBusinessProfileIngestionRuleIdOptions {
|
|
6943
|
+
"body"?: Models.GoogleBusinessProfileDataIngestionRuleRequest;
|
|
6944
|
+
}
|
|
6851
6945
|
export interface putSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleIdOptions {
|
|
6852
6946
|
"body"?: Models.InstagramDataIngestionRuleRequest;
|
|
6853
6947
|
}
|
|
@@ -7244,6 +7338,7 @@ declare class TelephonyApi {
|
|
|
7244
7338
|
constructor(apiClient?: ApiClientClass);
|
|
7245
7339
|
getTelephonyAgentGreetings(agentId: string): Promise<Models.AgentGreeting>;
|
|
7246
7340
|
getTelephonyAgentsGreetingsMe(): Promise<Models.SelfAgentGreeting>;
|
|
7341
|
+
getTelephonyCallsMetrics(opts?: TelephonyApi.getTelephonyCallsMetricsOptions): Promise<Models.OrganizationCallMetrics>;
|
|
7247
7342
|
getTelephonyMediaregions(): Promise<Models.MediaRegions>;
|
|
7248
7343
|
getTelephonySipmessagesConversation(conversationId: string): Promise<Models.Callmessage>;
|
|
7249
7344
|
getTelephonySipmessagesConversationHeaders(conversationId: string, opts?: TelephonyApi.getTelephonySipmessagesConversationHeadersOptions): Promise<Models.Callheader>;
|
|
@@ -7255,6 +7350,9 @@ declare class TelephonyApi {
|
|
|
7255
7350
|
}
|
|
7256
7351
|
|
|
7257
7352
|
declare namespace TelephonyApi {
|
|
7353
|
+
export interface getTelephonyCallsMetricsOptions {
|
|
7354
|
+
"metricType"?: string;
|
|
7355
|
+
}
|
|
7258
7356
|
export interface getTelephonySipmessagesConversationHeadersOptions {
|
|
7259
7357
|
"keys"?: Array<string>;
|
|
7260
7358
|
}
|
|
@@ -8167,7 +8265,7 @@ declare class WebDeploymentsApi {
|
|
|
8167
8265
|
deleteWebdeploymentsDeploymentCobrowseSessionId(deploymentId: string, sessionId: string): Promise<object>;
|
|
8168
8266
|
deleteWebdeploymentsTokenRevoke(opts?: WebDeploymentsApi.deleteWebdeploymentsTokenRevokeOptions): Promise<void>;
|
|
8169
8267
|
getWebdeploymentsConfigurationVersion(configurationId: string, versionId: string): Promise<Models.WebDeploymentConfigurationVersion>;
|
|
8170
|
-
getWebdeploymentsConfigurationVersions(configurationId: string): Promise<Models.WebDeploymentConfigurationVersionEntityListing>;
|
|
8268
|
+
getWebdeploymentsConfigurationVersions(configurationId: string, opts?: WebDeploymentsApi.getWebdeploymentsConfigurationVersionsOptions): Promise<Models.WebDeploymentConfigurationVersionEntityListing>;
|
|
8171
8269
|
getWebdeploymentsConfigurationVersionsDraft(configurationId: string): Promise<Models.WebDeploymentConfigurationVersion>;
|
|
8172
8270
|
getWebdeploymentsConfigurations(opts?: WebDeploymentsApi.getWebdeploymentsConfigurationsOptions): Promise<Models.WebDeploymentConfigurationVersionEntityListing>;
|
|
8173
8271
|
getWebdeploymentsDeployment(deploymentId: string, opts?: WebDeploymentsApi.getWebdeploymentsDeploymentOptions): Promise<Models.WebDeployment>;
|
|
@@ -8190,7 +8288,15 @@ declare namespace WebDeploymentsApi {
|
|
|
8190
8288
|
"xJourneySessionId"?: string;
|
|
8191
8289
|
"xJourneySessionType"?: string;
|
|
8192
8290
|
}
|
|
8291
|
+
export interface getWebdeploymentsConfigurationVersionsOptions {
|
|
8292
|
+
"pageSize"?: string;
|
|
8293
|
+
"before"?: string;
|
|
8294
|
+
"after"?: string;
|
|
8295
|
+
}
|
|
8193
8296
|
export interface getWebdeploymentsConfigurationsOptions {
|
|
8297
|
+
"pageSize"?: string;
|
|
8298
|
+
"before"?: string;
|
|
8299
|
+
"after"?: string;
|
|
8194
8300
|
"showOnlyPublished"?: boolean;
|
|
8195
8301
|
}
|
|
8196
8302
|
export interface getWebdeploymentsDeploymentOptions {
|
|
@@ -8201,6 +8307,9 @@ declare namespace WebDeploymentsApi {
|
|
|
8201
8307
|
"expand"?: Array<string>;
|
|
8202
8308
|
}
|
|
8203
8309
|
export interface getWebdeploymentsDeploymentsOptions {
|
|
8310
|
+
"pageSize"?: string;
|
|
8311
|
+
"before"?: string;
|
|
8312
|
+
"after"?: string;
|
|
8204
8313
|
"expand"?: Array<string>;
|
|
8205
8314
|
}
|
|
8206
8315
|
export interface postWebdeploymentsTokenRefreshOptions {
|
|
@@ -8742,8 +8851,8 @@ declare namespace Models {
|
|
|
8742
8851
|
"pageNumber"?: number;
|
|
8743
8852
|
"total"?: number;
|
|
8744
8853
|
"firstUri"?: string;
|
|
8745
|
-
"nextUri"?: string;
|
|
8746
8854
|
"previousUri"?: string;
|
|
8855
|
+
"nextUri"?: string;
|
|
8747
8856
|
"lastUri"?: string;
|
|
8748
8857
|
"selfUri"?: string;
|
|
8749
8858
|
"pageCount"?: number;
|
|
@@ -8950,8 +9059,8 @@ declare namespace Models {
|
|
|
8950
9059
|
"pageNumber"?: number;
|
|
8951
9060
|
"total"?: number;
|
|
8952
9061
|
"firstUri"?: string;
|
|
8953
|
-
"nextUri"?: string;
|
|
8954
9062
|
"previousUri"?: string;
|
|
9063
|
+
"nextUri"?: string;
|
|
8955
9064
|
"lastUri"?: string;
|
|
8956
9065
|
"selfUri"?: string;
|
|
8957
9066
|
"pageCount"?: number;
|
|
@@ -8979,8 +9088,8 @@ declare namespace Models {
|
|
|
8979
9088
|
"pageNumber"?: number;
|
|
8980
9089
|
"total"?: number;
|
|
8981
9090
|
"firstUri"?: string;
|
|
8982
|
-
"nextUri"?: string;
|
|
8983
9091
|
"previousUri"?: string;
|
|
9092
|
+
"nextUri"?: string;
|
|
8984
9093
|
"lastUri"?: string;
|
|
8985
9094
|
"selfUri"?: string;
|
|
8986
9095
|
"pageCount"?: number;
|
|
@@ -9074,8 +9183,8 @@ declare namespace Models {
|
|
|
9074
9183
|
"pageNumber"?: number;
|
|
9075
9184
|
"total"?: number;
|
|
9076
9185
|
"firstUri"?: string;
|
|
9077
|
-
"nextUri"?: string;
|
|
9078
9186
|
"previousUri"?: string;
|
|
9187
|
+
"nextUri"?: string;
|
|
9079
9188
|
"lastUri"?: string;
|
|
9080
9189
|
"selfUri"?: string;
|
|
9081
9190
|
"pageCount"?: number;
|
|
@@ -9131,8 +9240,8 @@ declare namespace Models {
|
|
|
9131
9240
|
"pageNumber"?: number;
|
|
9132
9241
|
"total"?: number;
|
|
9133
9242
|
"firstUri"?: string;
|
|
9134
|
-
"nextUri"?: string;
|
|
9135
9243
|
"previousUri"?: string;
|
|
9244
|
+
"nextUri"?: string;
|
|
9136
9245
|
"lastUri"?: string;
|
|
9137
9246
|
"selfUri"?: string;
|
|
9138
9247
|
"pageCount"?: number;
|
|
@@ -9157,8 +9266,8 @@ declare namespace Models {
|
|
|
9157
9266
|
"pageNumber"?: number;
|
|
9158
9267
|
"total"?: number;
|
|
9159
9268
|
"firstUri"?: string;
|
|
9160
|
-
"nextUri"?: string;
|
|
9161
9269
|
"previousUri"?: string;
|
|
9270
|
+
"nextUri"?: string;
|
|
9162
9271
|
"lastUri"?: string;
|
|
9163
9272
|
"selfUri"?: string;
|
|
9164
9273
|
"pageCount"?: number;
|
|
@@ -9691,8 +9800,8 @@ declare namespace Models {
|
|
|
9691
9800
|
"pageNumber"?: number;
|
|
9692
9801
|
"total"?: number;
|
|
9693
9802
|
"firstUri"?: string;
|
|
9694
|
-
"nextUri"?: string;
|
|
9695
9803
|
"previousUri"?: string;
|
|
9804
|
+
"nextUri"?: string;
|
|
9696
9805
|
"lastUri"?: string;
|
|
9697
9806
|
"selfUri"?: string;
|
|
9698
9807
|
"pageCount"?: number;
|
|
@@ -10044,8 +10153,8 @@ declare namespace Models {
|
|
|
10044
10153
|
"pageNumber"?: number;
|
|
10045
10154
|
"total"?: number;
|
|
10046
10155
|
"firstUri"?: string;
|
|
10047
|
-
"nextUri"?: string;
|
|
10048
10156
|
"previousUri"?: string;
|
|
10157
|
+
"nextUri"?: string;
|
|
10049
10158
|
"lastUri"?: string;
|
|
10050
10159
|
"selfUri"?: string;
|
|
10051
10160
|
"pageCount"?: number;
|
|
@@ -10333,8 +10442,8 @@ declare namespace Models {
|
|
|
10333
10442
|
"pageNumber"?: number;
|
|
10334
10443
|
"total"?: number;
|
|
10335
10444
|
"firstUri"?: string;
|
|
10336
|
-
"nextUri"?: string;
|
|
10337
10445
|
"previousUri"?: string;
|
|
10446
|
+
"nextUri"?: string;
|
|
10338
10447
|
"lastUri"?: string;
|
|
10339
10448
|
"selfUri"?: string;
|
|
10340
10449
|
"pageCount"?: number;
|
|
@@ -11123,8 +11232,8 @@ declare namespace Models {
|
|
|
11123
11232
|
"pageNumber"?: number;
|
|
11124
11233
|
"total"?: number;
|
|
11125
11234
|
"firstUri"?: string;
|
|
11126
|
-
"nextUri"?: string;
|
|
11127
11235
|
"previousUri"?: string;
|
|
11236
|
+
"nextUri"?: string;
|
|
11128
11237
|
"lastUri"?: string;
|
|
11129
11238
|
"selfUri"?: string;
|
|
11130
11239
|
"pageCount"?: number;
|
|
@@ -11574,8 +11683,8 @@ declare namespace Models {
|
|
|
11574
11683
|
"pageNumber"?: number;
|
|
11575
11684
|
"total"?: number;
|
|
11576
11685
|
"firstUri"?: string;
|
|
11577
|
-
"nextUri"?: string;
|
|
11578
11686
|
"previousUri"?: string;
|
|
11687
|
+
"nextUri"?: string;
|
|
11579
11688
|
"lastUri"?: string;
|
|
11580
11689
|
"selfUri"?: string;
|
|
11581
11690
|
"pageCount"?: number;
|
|
@@ -11803,8 +11912,8 @@ declare namespace Models {
|
|
|
11803
11912
|
"pageNumber"?: number;
|
|
11804
11913
|
"total"?: number;
|
|
11805
11914
|
"firstUri"?: string;
|
|
11806
|
-
"nextUri"?: string;
|
|
11807
11915
|
"previousUri"?: string;
|
|
11916
|
+
"nextUri"?: string;
|
|
11808
11917
|
"lastUri"?: string;
|
|
11809
11918
|
"selfUri"?: string;
|
|
11810
11919
|
"pageCount"?: number;
|
|
@@ -11876,8 +11985,8 @@ declare namespace Models {
|
|
|
11876
11985
|
"pageNumber"?: number;
|
|
11877
11986
|
"total"?: number;
|
|
11878
11987
|
"firstUri"?: string;
|
|
11879
|
-
"nextUri"?: string;
|
|
11880
11988
|
"previousUri"?: string;
|
|
11989
|
+
"nextUri"?: string;
|
|
11881
11990
|
"lastUri"?: string;
|
|
11882
11991
|
"selfUri"?: string;
|
|
11883
11992
|
"pageCount"?: number;
|
|
@@ -12115,8 +12224,8 @@ declare namespace Models {
|
|
|
12115
12224
|
"pageNumber"?: number;
|
|
12116
12225
|
"total"?: number;
|
|
12117
12226
|
"firstUri"?: string;
|
|
12118
|
-
"nextUri"?: string;
|
|
12119
12227
|
"previousUri"?: string;
|
|
12228
|
+
"nextUri"?: string;
|
|
12120
12229
|
"lastUri"?: string;
|
|
12121
12230
|
"selfUri"?: string;
|
|
12122
12231
|
"pageCount"?: number;
|
|
@@ -12669,8 +12778,8 @@ declare namespace Models {
|
|
|
12669
12778
|
"pageNumber"?: number;
|
|
12670
12779
|
"total"?: number;
|
|
12671
12780
|
"firstUri"?: string;
|
|
12672
|
-
"nextUri"?: string;
|
|
12673
12781
|
"previousUri"?: string;
|
|
12782
|
+
"nextUri"?: string;
|
|
12674
12783
|
"lastUri"?: string;
|
|
12675
12784
|
"selfUri"?: string;
|
|
12676
12785
|
"pageCount"?: number;
|
|
@@ -12688,8 +12797,8 @@ declare namespace Models {
|
|
|
12688
12797
|
"pageNumber"?: number;
|
|
12689
12798
|
"total"?: number;
|
|
12690
12799
|
"firstUri"?: string;
|
|
12691
|
-
"nextUri"?: string;
|
|
12692
12800
|
"previousUri"?: string;
|
|
12801
|
+
"nextUri"?: string;
|
|
12693
12802
|
"lastUri"?: string;
|
|
12694
12803
|
"selfUri"?: string;
|
|
12695
12804
|
"pageCount"?: number;
|
|
@@ -12758,8 +12867,8 @@ declare namespace Models {
|
|
|
12758
12867
|
"pageNumber"?: number;
|
|
12759
12868
|
"total"?: number;
|
|
12760
12869
|
"firstUri"?: string;
|
|
12761
|
-
"nextUri"?: string;
|
|
12762
12870
|
"previousUri"?: string;
|
|
12871
|
+
"nextUri"?: string;
|
|
12763
12872
|
"lastUri"?: string;
|
|
12764
12873
|
"selfUri"?: string;
|
|
12765
12874
|
"pageCount"?: number;
|
|
@@ -12801,8 +12910,8 @@ declare namespace Models {
|
|
|
12801
12910
|
"pageNumber"?: number;
|
|
12802
12911
|
"total"?: number;
|
|
12803
12912
|
"firstUri"?: string;
|
|
12804
|
-
"nextUri"?: string;
|
|
12805
12913
|
"previousUri"?: string;
|
|
12914
|
+
"nextUri"?: string;
|
|
12806
12915
|
"lastUri"?: string;
|
|
12807
12916
|
"selfUri"?: string;
|
|
12808
12917
|
"pageCount"?: number;
|
|
@@ -14052,10 +14161,6 @@ declare namespace Models {
|
|
|
14052
14161
|
"actions"?: Models.ContentActions;
|
|
14053
14162
|
}
|
|
14054
14163
|
|
|
14055
|
-
export interface ButtonQuickReplyPayload {
|
|
14056
|
-
"value": string;
|
|
14057
|
-
}
|
|
14058
|
-
|
|
14059
14164
|
export interface ButtonResponse {
|
|
14060
14165
|
"type"?: string;
|
|
14061
14166
|
"text"?: string;
|
|
@@ -14081,8 +14186,8 @@ declare namespace Models {
|
|
|
14081
14186
|
"pageNumber"?: number;
|
|
14082
14187
|
"total"?: number;
|
|
14083
14188
|
"firstUri"?: string;
|
|
14084
|
-
"nextUri"?: string;
|
|
14085
14189
|
"previousUri"?: string;
|
|
14190
|
+
"nextUri"?: string;
|
|
14086
14191
|
"lastUri"?: string;
|
|
14087
14192
|
"selfUri"?: string;
|
|
14088
14193
|
"pageCount"?: number;
|
|
@@ -14144,8 +14249,8 @@ declare namespace Models {
|
|
|
14144
14249
|
"pageNumber"?: number;
|
|
14145
14250
|
"total"?: number;
|
|
14146
14251
|
"firstUri"?: string;
|
|
14147
|
-
"nextUri"?: string;
|
|
14148
14252
|
"previousUri"?: string;
|
|
14253
|
+
"nextUri"?: string;
|
|
14149
14254
|
"lastUri"?: string;
|
|
14150
14255
|
"selfUri"?: string;
|
|
14151
14256
|
"pageCount"?: number;
|
|
@@ -14253,8 +14358,8 @@ declare namespace Models {
|
|
|
14253
14358
|
"pageNumber"?: number;
|
|
14254
14359
|
"total"?: number;
|
|
14255
14360
|
"firstUri"?: string;
|
|
14256
|
-
"nextUri"?: string;
|
|
14257
14361
|
"previousUri"?: string;
|
|
14362
|
+
"nextUri"?: string;
|
|
14258
14363
|
"lastUri"?: string;
|
|
14259
14364
|
"selfUri"?: string;
|
|
14260
14365
|
"pageCount"?: number;
|
|
@@ -14315,8 +14420,8 @@ declare namespace Models {
|
|
|
14315
14420
|
"pageNumber"?: number;
|
|
14316
14421
|
"total"?: number;
|
|
14317
14422
|
"firstUri"?: string;
|
|
14318
|
-
"nextUri"?: string;
|
|
14319
14423
|
"previousUri"?: string;
|
|
14424
|
+
"nextUri"?: string;
|
|
14320
14425
|
"lastUri"?: string;
|
|
14321
14426
|
"selfUri"?: string;
|
|
14322
14427
|
"pageCount"?: number;
|
|
@@ -14469,8 +14574,8 @@ declare namespace Models {
|
|
|
14469
14574
|
"pageNumber"?: number;
|
|
14470
14575
|
"total"?: number;
|
|
14471
14576
|
"firstUri"?: string;
|
|
14472
|
-
"nextUri"?: string;
|
|
14473
14577
|
"previousUri"?: string;
|
|
14578
|
+
"nextUri"?: string;
|
|
14474
14579
|
"lastUri"?: string;
|
|
14475
14580
|
"selfUri"?: string;
|
|
14476
14581
|
"pageCount"?: number;
|
|
@@ -14563,8 +14668,8 @@ declare namespace Models {
|
|
|
14563
14668
|
"pageNumber"?: number;
|
|
14564
14669
|
"total"?: number;
|
|
14565
14670
|
"firstUri"?: string;
|
|
14566
|
-
"nextUri"?: string;
|
|
14567
14671
|
"previousUri"?: string;
|
|
14672
|
+
"nextUri"?: string;
|
|
14568
14673
|
"lastUri"?: string;
|
|
14569
14674
|
"selfUri"?: string;
|
|
14570
14675
|
"pageCount"?: number;
|
|
@@ -14745,8 +14850,8 @@ declare namespace Models {
|
|
|
14745
14850
|
"pageNumber"?: number;
|
|
14746
14851
|
"total"?: number;
|
|
14747
14852
|
"firstUri"?: string;
|
|
14748
|
-
"nextUri"?: string;
|
|
14749
14853
|
"previousUri"?: string;
|
|
14854
|
+
"nextUri"?: string;
|
|
14750
14855
|
"lastUri"?: string;
|
|
14751
14856
|
"selfUri"?: string;
|
|
14752
14857
|
"pageCount"?: number;
|
|
@@ -14758,8 +14863,8 @@ declare namespace Models {
|
|
|
14758
14863
|
"pageNumber"?: number;
|
|
14759
14864
|
"total"?: number;
|
|
14760
14865
|
"firstUri"?: string;
|
|
14761
|
-
"nextUri"?: string;
|
|
14762
14866
|
"previousUri"?: string;
|
|
14867
|
+
"nextUri"?: string;
|
|
14763
14868
|
"lastUri"?: string;
|
|
14764
14869
|
"selfUri"?: string;
|
|
14765
14870
|
"pageCount"?: number;
|
|
@@ -14950,8 +15055,8 @@ declare namespace Models {
|
|
|
14950
15055
|
"pageNumber"?: number;
|
|
14951
15056
|
"total"?: number;
|
|
14952
15057
|
"firstUri"?: string;
|
|
14953
|
-
"nextUri"?: string;
|
|
14954
15058
|
"previousUri"?: string;
|
|
15059
|
+
"nextUri"?: string;
|
|
14955
15060
|
"lastUri"?: string;
|
|
14956
15061
|
"selfUri"?: string;
|
|
14957
15062
|
"pageCount"?: number;
|
|
@@ -15046,8 +15151,8 @@ declare namespace Models {
|
|
|
15046
15151
|
"pageNumber"?: number;
|
|
15047
15152
|
"total"?: number;
|
|
15048
15153
|
"firstUri"?: string;
|
|
15049
|
-
"nextUri"?: string;
|
|
15050
15154
|
"previousUri"?: string;
|
|
15155
|
+
"nextUri"?: string;
|
|
15051
15156
|
"lastUri"?: string;
|
|
15052
15157
|
"selfUri"?: string;
|
|
15053
15158
|
"pageCount"?: number;
|
|
@@ -15236,7 +15341,6 @@ declare namespace Models {
|
|
|
15236
15341
|
"index"?: number;
|
|
15237
15342
|
"bodyParameters"?: Array<Models.TemplateParameter>;
|
|
15238
15343
|
"buttonUrlParameters"?: Array<Models.TemplateParameter>;
|
|
15239
|
-
"buttonQuickReplyPayloads"?: Array<Models.ButtonQuickReplyPayload>;
|
|
15240
15344
|
}
|
|
15241
15345
|
|
|
15242
15346
|
export interface Carousel {
|
|
@@ -15325,8 +15429,8 @@ declare namespace Models {
|
|
|
15325
15429
|
"pageNumber"?: number;
|
|
15326
15430
|
"total"?: number;
|
|
15327
15431
|
"firstUri"?: string;
|
|
15328
|
-
"nextUri"?: string;
|
|
15329
15432
|
"previousUri"?: string;
|
|
15433
|
+
"nextUri"?: string;
|
|
15330
15434
|
"lastUri"?: string;
|
|
15331
15435
|
"selfUri"?: string;
|
|
15332
15436
|
"pageCount"?: number;
|
|
@@ -15431,8 +15535,8 @@ declare namespace Models {
|
|
|
15431
15535
|
"pageNumber"?: number;
|
|
15432
15536
|
"total"?: number;
|
|
15433
15537
|
"firstUri"?: string;
|
|
15434
|
-
"nextUri"?: string;
|
|
15435
15538
|
"previousUri"?: string;
|
|
15539
|
+
"nextUri"?: string;
|
|
15436
15540
|
"lastUri"?: string;
|
|
15437
15541
|
"selfUri"?: string;
|
|
15438
15542
|
"pageCount"?: number;
|
|
@@ -15516,8 +15620,8 @@ declare namespace Models {
|
|
|
15516
15620
|
"pageNumber"?: number;
|
|
15517
15621
|
"total"?: number;
|
|
15518
15622
|
"firstUri"?: string;
|
|
15519
|
-
"nextUri"?: string;
|
|
15520
15623
|
"previousUri"?: string;
|
|
15624
|
+
"nextUri"?: string;
|
|
15521
15625
|
"lastUri"?: string;
|
|
15522
15626
|
"selfUri"?: string;
|
|
15523
15627
|
"pageCount"?: number;
|
|
@@ -15785,8 +15889,8 @@ declare namespace Models {
|
|
|
15785
15889
|
"pageNumber"?: number;
|
|
15786
15890
|
"total"?: number;
|
|
15787
15891
|
"firstUri"?: string;
|
|
15788
|
-
"nextUri"?: string;
|
|
15789
15892
|
"previousUri"?: string;
|
|
15893
|
+
"nextUri"?: string;
|
|
15790
15894
|
"lastUri"?: string;
|
|
15791
15895
|
"selfUri"?: string;
|
|
15792
15896
|
"pageCount"?: number;
|
|
@@ -15875,8 +15979,8 @@ declare namespace Models {
|
|
|
15875
15979
|
"pageNumber"?: number;
|
|
15876
15980
|
"total"?: number;
|
|
15877
15981
|
"firstUri"?: string;
|
|
15878
|
-
"nextUri"?: string;
|
|
15879
15982
|
"previousUri"?: string;
|
|
15983
|
+
"nextUri"?: string;
|
|
15880
15984
|
"lastUri"?: string;
|
|
15881
15985
|
"selfUri"?: string;
|
|
15882
15986
|
"pageCount"?: number;
|
|
@@ -15928,8 +16032,8 @@ declare namespace Models {
|
|
|
15928
16032
|
"pageNumber"?: number;
|
|
15929
16033
|
"total"?: number;
|
|
15930
16034
|
"firstUri"?: string;
|
|
15931
|
-
"nextUri"?: string;
|
|
15932
16035
|
"previousUri"?: string;
|
|
16036
|
+
"nextUri"?: string;
|
|
15933
16037
|
"lastUri"?: string;
|
|
15934
16038
|
"selfUri"?: string;
|
|
15935
16039
|
"pageCount"?: number;
|
|
@@ -15974,8 +16078,8 @@ declare namespace Models {
|
|
|
15974
16078
|
"pageNumber"?: number;
|
|
15975
16079
|
"total"?: number;
|
|
15976
16080
|
"firstUri"?: string;
|
|
15977
|
-
"nextUri"?: string;
|
|
15978
16081
|
"previousUri"?: string;
|
|
16082
|
+
"nextUri"?: string;
|
|
15979
16083
|
"lastUri"?: string;
|
|
15980
16084
|
"selfUri"?: string;
|
|
15981
16085
|
"pageCount"?: number;
|
|
@@ -16062,8 +16166,8 @@ declare namespace Models {
|
|
|
16062
16166
|
"pageNumber"?: number;
|
|
16063
16167
|
"total"?: number;
|
|
16064
16168
|
"firstUri"?: string;
|
|
16065
|
-
"nextUri"?: string;
|
|
16066
16169
|
"previousUri"?: string;
|
|
16170
|
+
"nextUri"?: string;
|
|
16067
16171
|
"lastUri"?: string;
|
|
16068
16172
|
"selfUri"?: string;
|
|
16069
16173
|
"pageCount"?: number;
|
|
@@ -16230,8 +16334,8 @@ declare namespace Models {
|
|
|
16230
16334
|
"pageNumber"?: number;
|
|
16231
16335
|
"total"?: number;
|
|
16232
16336
|
"firstUri"?: string;
|
|
16233
|
-
"nextUri"?: string;
|
|
16234
16337
|
"previousUri"?: string;
|
|
16338
|
+
"nextUri"?: string;
|
|
16235
16339
|
"lastUri"?: string;
|
|
16236
16340
|
"selfUri"?: string;
|
|
16237
16341
|
"pageCount"?: number;
|
|
@@ -16293,8 +16397,8 @@ declare namespace Models {
|
|
|
16293
16397
|
"pageNumber"?: number;
|
|
16294
16398
|
"total"?: number;
|
|
16295
16399
|
"firstUri"?: string;
|
|
16296
|
-
"nextUri"?: string;
|
|
16297
16400
|
"previousUri"?: string;
|
|
16401
|
+
"nextUri"?: string;
|
|
16298
16402
|
"lastUri"?: string;
|
|
16299
16403
|
"selfUri"?: string;
|
|
16300
16404
|
"pageCount"?: number;
|
|
@@ -16306,8 +16410,8 @@ declare namespace Models {
|
|
|
16306
16410
|
"pageNumber"?: number;
|
|
16307
16411
|
"total"?: number;
|
|
16308
16412
|
"firstUri"?: string;
|
|
16309
|
-
"nextUri"?: string;
|
|
16310
16413
|
"previousUri"?: string;
|
|
16414
|
+
"nextUri"?: string;
|
|
16311
16415
|
"lastUri"?: string;
|
|
16312
16416
|
"selfUri"?: string;
|
|
16313
16417
|
"pageCount"?: number;
|
|
@@ -16355,8 +16459,8 @@ declare namespace Models {
|
|
|
16355
16459
|
"pageNumber"?: number;
|
|
16356
16460
|
"total"?: number;
|
|
16357
16461
|
"firstUri"?: string;
|
|
16358
|
-
"nextUri"?: string;
|
|
16359
16462
|
"previousUri"?: string;
|
|
16463
|
+
"nextUri"?: string;
|
|
16360
16464
|
"lastUri"?: string;
|
|
16361
16465
|
"selfUri"?: string;
|
|
16362
16466
|
"pageCount"?: number;
|
|
@@ -16640,8 +16744,8 @@ declare namespace Models {
|
|
|
16640
16744
|
"pageNumber"?: number;
|
|
16641
16745
|
"total"?: number;
|
|
16642
16746
|
"firstUri"?: string;
|
|
16643
|
-
"nextUri"?: string;
|
|
16644
16747
|
"previousUri"?: string;
|
|
16748
|
+
"nextUri"?: string;
|
|
16645
16749
|
"lastUri"?: string;
|
|
16646
16750
|
"selfUri"?: string;
|
|
16647
16751
|
"pageCount"?: number;
|
|
@@ -16653,8 +16757,8 @@ declare namespace Models {
|
|
|
16653
16757
|
"pageNumber"?: number;
|
|
16654
16758
|
"total"?: number;
|
|
16655
16759
|
"firstUri"?: string;
|
|
16656
|
-
"nextUri"?: string;
|
|
16657
16760
|
"previousUri"?: string;
|
|
16761
|
+
"nextUri"?: string;
|
|
16658
16762
|
"lastUri"?: string;
|
|
16659
16763
|
"selfUri"?: string;
|
|
16660
16764
|
"pageCount"?: number;
|
|
@@ -16905,8 +17009,8 @@ declare namespace Models {
|
|
|
16905
17009
|
"pageNumber"?: number;
|
|
16906
17010
|
"total"?: number;
|
|
16907
17011
|
"firstUri"?: string;
|
|
16908
|
-
"nextUri"?: string;
|
|
16909
17012
|
"previousUri"?: string;
|
|
17013
|
+
"nextUri"?: string;
|
|
16910
17014
|
"lastUri"?: string;
|
|
16911
17015
|
"selfUri"?: string;
|
|
16912
17016
|
"pageCount"?: number;
|
|
@@ -16918,8 +17022,8 @@ declare namespace Models {
|
|
|
16918
17022
|
"pageNumber"?: number;
|
|
16919
17023
|
"total"?: number;
|
|
16920
17024
|
"firstUri"?: string;
|
|
16921
|
-
"nextUri"?: string;
|
|
16922
17025
|
"previousUri"?: string;
|
|
17026
|
+
"nextUri"?: string;
|
|
16923
17027
|
"lastUri"?: string;
|
|
16924
17028
|
"selfUri"?: string;
|
|
16925
17029
|
"pageCount"?: number;
|
|
@@ -16954,8 +17058,8 @@ declare namespace Models {
|
|
|
16954
17058
|
"pageNumber"?: number;
|
|
16955
17059
|
"total"?: number;
|
|
16956
17060
|
"firstUri"?: string;
|
|
16957
|
-
"nextUri"?: string;
|
|
16958
17061
|
"previousUri"?: string;
|
|
17062
|
+
"nextUri"?: string;
|
|
16959
17063
|
"lastUri"?: string;
|
|
16960
17064
|
"selfUri"?: string;
|
|
16961
17065
|
"pageCount"?: number;
|
|
@@ -17008,8 +17112,8 @@ declare namespace Models {
|
|
|
17008
17112
|
"pageNumber"?: number;
|
|
17009
17113
|
"total"?: number;
|
|
17010
17114
|
"firstUri"?: string;
|
|
17011
|
-
"nextUri"?: string;
|
|
17012
17115
|
"previousUri"?: string;
|
|
17116
|
+
"nextUri"?: string;
|
|
17013
17117
|
"lastUri"?: string;
|
|
17014
17118
|
"selfUri"?: string;
|
|
17015
17119
|
"pageCount"?: number;
|
|
@@ -17056,8 +17160,8 @@ declare namespace Models {
|
|
|
17056
17160
|
"total"?: number;
|
|
17057
17161
|
"contactsCount"?: number;
|
|
17058
17162
|
"firstUri"?: string;
|
|
17059
|
-
"nextUri"?: string;
|
|
17060
17163
|
"previousUri"?: string;
|
|
17164
|
+
"nextUri"?: string;
|
|
17061
17165
|
"lastUri"?: string;
|
|
17062
17166
|
"selfUri"?: string;
|
|
17063
17167
|
"pageCount"?: number;
|
|
@@ -17800,8 +17904,9 @@ declare namespace Models {
|
|
|
17800
17904
|
"pageSize"?: number;
|
|
17801
17905
|
}
|
|
17802
17906
|
|
|
17803
|
-
export interface
|
|
17804
|
-
"
|
|
17907
|
+
export interface ConversationAttributeProperties {
|
|
17908
|
+
"schema": Models.ConversationSchemaReference;
|
|
17909
|
+
"name": string;
|
|
17805
17910
|
}
|
|
17806
17911
|
|
|
17807
17912
|
export interface ConversationBasic {
|
|
@@ -18224,8 +18329,8 @@ declare namespace Models {
|
|
|
18224
18329
|
"pageNumber"?: number;
|
|
18225
18330
|
"total"?: number;
|
|
18226
18331
|
"firstUri"?: string;
|
|
18227
|
-
"nextUri"?: string;
|
|
18228
18332
|
"previousUri"?: string;
|
|
18333
|
+
"nextUri"?: string;
|
|
18229
18334
|
"lastUri"?: string;
|
|
18230
18335
|
"selfUri"?: string;
|
|
18231
18336
|
"pageCount"?: number;
|
|
@@ -18249,6 +18354,7 @@ declare namespace Models {
|
|
|
18249
18354
|
}
|
|
18250
18355
|
|
|
18251
18356
|
export interface ConversationChannelMetadata {
|
|
18357
|
+
"subType"?: string;
|
|
18252
18358
|
}
|
|
18253
18359
|
|
|
18254
18360
|
export interface ConversationChat {
|
|
@@ -18891,6 +18997,43 @@ declare namespace Models {
|
|
|
18891
18997
|
"text": string;
|
|
18892
18998
|
}
|
|
18893
18999
|
|
|
19000
|
+
export interface ConversationCustomAttributesSearchCriteria {
|
|
19001
|
+
"endValue"?: string;
|
|
19002
|
+
"values"?: Array<string>;
|
|
19003
|
+
"startValue"?: string;
|
|
19004
|
+
"value"?: string;
|
|
19005
|
+
"operator"?: string;
|
|
19006
|
+
"group"?: Array<Models.ConversationCustomAttributesSearchCriteria>;
|
|
19007
|
+
"dateFormat"?: string;
|
|
19008
|
+
"type": string;
|
|
19009
|
+
"fields"?: Array<string>;
|
|
19010
|
+
}
|
|
19011
|
+
|
|
19012
|
+
export interface ConversationCustomAttributesSearchRequest {
|
|
19013
|
+
"expand"?: Array<string>;
|
|
19014
|
+
"pageSize"?: number;
|
|
19015
|
+
"pageNumber"?: number;
|
|
19016
|
+
"sort"?: Array<Models.SearchSort>;
|
|
19017
|
+
"sortBy"?: string;
|
|
19018
|
+
"sortOrder"?: string;
|
|
19019
|
+
}
|
|
19020
|
+
|
|
19021
|
+
export interface ConversationDataSchema {
|
|
19022
|
+
"id"?: string;
|
|
19023
|
+
"version"?: number;
|
|
19024
|
+
"enabled"?: boolean;
|
|
19025
|
+
"dateCreated"?: string;
|
|
19026
|
+
"createdBy"?: Models.DomainEntityRef;
|
|
19027
|
+
"jsonSchema"?: Models.ConversationJsonSchemaDocument;
|
|
19028
|
+
"selfUri"?: string;
|
|
19029
|
+
}
|
|
19030
|
+
|
|
19031
|
+
export interface ConversationDataSchemaListing {
|
|
19032
|
+
"total"?: number;
|
|
19033
|
+
"entities"?: Array<Models.ConversationDataSchema>;
|
|
19034
|
+
"selfUri"?: string;
|
|
19035
|
+
}
|
|
19036
|
+
|
|
18894
19037
|
export interface ConversationDeletionProtectionQuery {
|
|
18895
19038
|
"conversationIds": Array<string>;
|
|
18896
19039
|
}
|
|
@@ -19138,8 +19281,8 @@ declare namespace Models {
|
|
|
19138
19281
|
"pageNumber"?: number;
|
|
19139
19282
|
"total"?: number;
|
|
19140
19283
|
"firstUri"?: string;
|
|
19141
|
-
"nextUri"?: string;
|
|
19142
19284
|
"previousUri"?: string;
|
|
19285
|
+
"nextUri"?: string;
|
|
19143
19286
|
"lastUri"?: string;
|
|
19144
19287
|
"selfUri"?: string;
|
|
19145
19288
|
"pageCount"?: number;
|
|
@@ -19812,6 +19955,22 @@ declare namespace Models {
|
|
|
19812
19955
|
"rating"?: string;
|
|
19813
19956
|
}
|
|
19814
19957
|
|
|
19958
|
+
export interface ConversationJsonSchemaDocument {
|
|
19959
|
+
"$schema"?: string;
|
|
19960
|
+
"title"?: string;
|
|
19961
|
+
"description"?: string;
|
|
19962
|
+
"required"?: Array<string>;
|
|
19963
|
+
"properties"?: { [key: string]: object; };
|
|
19964
|
+
}
|
|
19965
|
+
|
|
19966
|
+
export interface ConversationJsonSchemaRequest {
|
|
19967
|
+
"$schema": string;
|
|
19968
|
+
"title": string;
|
|
19969
|
+
"description"?: string;
|
|
19970
|
+
"required"?: Array<string>;
|
|
19971
|
+
"properties": { [key: string]: object; };
|
|
19972
|
+
}
|
|
19973
|
+
|
|
19815
19974
|
export interface ConversationKnowledgeArticleSuggestionsTopicKnowledgeAnswer {
|
|
19816
19975
|
"answer"?: string;
|
|
19817
19976
|
"startIndex"?: number;
|
|
@@ -20550,22 +20709,17 @@ declare namespace Models {
|
|
|
20550
20709
|
"label"?: string;
|
|
20551
20710
|
}
|
|
20552
20711
|
|
|
20553
|
-
export interface ConversationSchemaAttribute {
|
|
20554
|
-
"name": string;
|
|
20555
|
-
}
|
|
20556
|
-
|
|
20557
|
-
export interface ConversationSchemaData {
|
|
20558
|
-
"schema": Models.ConversationSchemaReference;
|
|
20559
|
-
"attributes": Array<Models.ConversationSchemaAttribute>;
|
|
20560
|
-
"operator"?: string;
|
|
20561
|
-
}
|
|
20562
|
-
|
|
20563
20712
|
export interface ConversationSchemaReference {
|
|
20564
20713
|
"id": string;
|
|
20565
|
-
"version": number;
|
|
20566
20714
|
"selfUri"?: string;
|
|
20567
20715
|
}
|
|
20568
20716
|
|
|
20717
|
+
export interface ConversationSchemaUpdateRequest {
|
|
20718
|
+
"version": number;
|
|
20719
|
+
"enabled": boolean;
|
|
20720
|
+
"jsonSchema": Models.ConversationJsonSchemaRequest;
|
|
20721
|
+
}
|
|
20722
|
+
|
|
20569
20723
|
export interface ConversationScreenShareEventTopicConversationDivisionMembership {
|
|
20570
20724
|
"division"?: Models.ConversationScreenShareEventTopicDomainEntityRef;
|
|
20571
20725
|
"entities"?: Array<Models.ConversationScreenShareEventTopicDivisionEntityRef>;
|
|
@@ -21414,6 +21568,8 @@ declare namespace Models {
|
|
|
21414
21568
|
"nluEngineType"?: string;
|
|
21415
21569
|
"nluConfig"?: Models.NluConfig;
|
|
21416
21570
|
"ruleEngineConfig"?: Models.RuleEngineConfig;
|
|
21571
|
+
"autoSearchConfig"?: Models.AutoSearchConfig;
|
|
21572
|
+
"manualSearchConfig"?: Models.ManualSearchConfig;
|
|
21417
21573
|
"selfUri"?: string;
|
|
21418
21574
|
}
|
|
21419
21575
|
|
|
@@ -21440,6 +21596,7 @@ declare namespace Models {
|
|
|
21440
21596
|
"name": string;
|
|
21441
21597
|
"type": string;
|
|
21442
21598
|
"participantDataProperties"?: Models.ParticipantDataProperties;
|
|
21599
|
+
"conversationAttributeProperties"?: Models.ConversationAttributeProperties;
|
|
21443
21600
|
}
|
|
21444
21601
|
|
|
21445
21602
|
export interface CopilotFallbackAction {
|
|
@@ -22035,6 +22192,25 @@ declare namespace Models {
|
|
|
22035
22192
|
"queueId"?: string;
|
|
22036
22193
|
}
|
|
22037
22194
|
|
|
22195
|
+
export interface CreateSurveyResponse {
|
|
22196
|
+
"id"?: string;
|
|
22197
|
+
"name"?: string;
|
|
22198
|
+
"conversation"?: Models.ConversationReference;
|
|
22199
|
+
"surveyForm"?: Models.SurveyForm;
|
|
22200
|
+
"agent"?: Models.DomainEntityRef;
|
|
22201
|
+
"status"?: string;
|
|
22202
|
+
"queue"?: Models.QueueReference;
|
|
22203
|
+
"answers"?: Models.SurveyScoringSet;
|
|
22204
|
+
"completedDate"?: string;
|
|
22205
|
+
"surveyErrorDetails"?: Models.SurveyErrorDetails;
|
|
22206
|
+
"agentTeam"?: Models.Team;
|
|
22207
|
+
"surveyType"?: string;
|
|
22208
|
+
"missingRequiredAnswer"?: boolean;
|
|
22209
|
+
"flow"?: Models.AddressableEntityRef;
|
|
22210
|
+
"customerSurveyUrl"?: string;
|
|
22211
|
+
"selfUri"?: string;
|
|
22212
|
+
}
|
|
22213
|
+
|
|
22038
22214
|
export interface CreateTimeOffLimitRequest {
|
|
22039
22215
|
"granularity"?: string;
|
|
22040
22216
|
"defaultLimitMinutes"?: number;
|
|
@@ -22249,8 +22425,8 @@ declare namespace Models {
|
|
|
22249
22425
|
"pageNumber"?: number;
|
|
22250
22426
|
"total"?: number;
|
|
22251
22427
|
"firstUri"?: string;
|
|
22252
|
-
"nextUri"?: string;
|
|
22253
22428
|
"previousUri"?: string;
|
|
22429
|
+
"nextUri"?: string;
|
|
22254
22430
|
"lastUri"?: string;
|
|
22255
22431
|
"selfUri"?: string;
|
|
22256
22432
|
"pageCount"?: number;
|
|
@@ -22276,8 +22452,8 @@ declare namespace Models {
|
|
|
22276
22452
|
"pageNumber"?: number;
|
|
22277
22453
|
"total"?: number;
|
|
22278
22454
|
"firstUri"?: string;
|
|
22279
|
-
"nextUri"?: string;
|
|
22280
22455
|
"previousUri"?: string;
|
|
22456
|
+
"nextUri"?: string;
|
|
22281
22457
|
"lastUri"?: string;
|
|
22282
22458
|
"selfUri"?: string;
|
|
22283
22459
|
"pageCount"?: number;
|
|
@@ -22494,6 +22670,53 @@ declare namespace Models {
|
|
|
22494
22670
|
"after"?: string;
|
|
22495
22671
|
}
|
|
22496
22672
|
|
|
22673
|
+
export interface CustomAttributes {
|
|
22674
|
+
"id"?: string;
|
|
22675
|
+
"name"?: string;
|
|
22676
|
+
"conversationId"?: string;
|
|
22677
|
+
"divisions"?: Array<string>;
|
|
22678
|
+
"schema"?: Models.ConversationDataSchema;
|
|
22679
|
+
"customAttributes"?: { [key: string]: object; };
|
|
22680
|
+
"customAttributesTimestamps"?: { [key: string]: string; };
|
|
22681
|
+
"version"?: number;
|
|
22682
|
+
"dateCreated"?: string;
|
|
22683
|
+
"dateModified"?: string;
|
|
22684
|
+
"selfUri"?: string;
|
|
22685
|
+
}
|
|
22686
|
+
|
|
22687
|
+
export interface CustomAttributesBulkUpdateResponse {
|
|
22688
|
+
"attributes"?: Models.CustomAttributes;
|
|
22689
|
+
"statusCode"?: number;
|
|
22690
|
+
"errorMessage"?: string;
|
|
22691
|
+
}
|
|
22692
|
+
|
|
22693
|
+
export interface CustomAttributesBulkUpdateResponseMap {
|
|
22694
|
+
"results"?: { [key: string]: Models.CustomAttributesBulkUpdateResponse; };
|
|
22695
|
+
}
|
|
22696
|
+
|
|
22697
|
+
export interface CustomAttributesIdResponse {
|
|
22698
|
+
"id"?: string;
|
|
22699
|
+
}
|
|
22700
|
+
|
|
22701
|
+
export interface CustomAttributesListing {
|
|
22702
|
+
"results"?: Array<Models.CustomAttributes>;
|
|
22703
|
+
}
|
|
22704
|
+
|
|
22705
|
+
export interface CustomAttributesPatchRequest {
|
|
22706
|
+
"id": string;
|
|
22707
|
+
"divisions"?: Array<string>;
|
|
22708
|
+
"version"?: number;
|
|
22709
|
+
"customAttributes": { [key: string]: object; };
|
|
22710
|
+
}
|
|
22711
|
+
|
|
22712
|
+
export interface CustomAttributesUpdateRequest {
|
|
22713
|
+
"id": string;
|
|
22714
|
+
"divisions"?: Array<string>;
|
|
22715
|
+
"schemaId"?: string;
|
|
22716
|
+
"version"?: number;
|
|
22717
|
+
"customAttributes": { [key: string]: object; };
|
|
22718
|
+
}
|
|
22719
|
+
|
|
22497
22720
|
export interface CustomEventAttribute {
|
|
22498
22721
|
"dataType": string;
|
|
22499
22722
|
"value": string;
|
|
@@ -22582,8 +22805,8 @@ declare namespace Models {
|
|
|
22582
22805
|
"pageNumber"?: number;
|
|
22583
22806
|
"total"?: number;
|
|
22584
22807
|
"firstUri"?: string;
|
|
22585
|
-
"nextUri"?: string;
|
|
22586
22808
|
"previousUri"?: string;
|
|
22809
|
+
"nextUri"?: string;
|
|
22587
22810
|
"lastUri"?: string;
|
|
22588
22811
|
"selfUri"?: string;
|
|
22589
22812
|
"pageCount"?: number;
|
|
@@ -22608,8 +22831,8 @@ declare namespace Models {
|
|
|
22608
22831
|
"pageNumber"?: number;
|
|
22609
22832
|
"total"?: number;
|
|
22610
22833
|
"firstUri"?: string;
|
|
22611
|
-
"nextUri"?: string;
|
|
22612
22834
|
"previousUri"?: string;
|
|
22835
|
+
"nextUri"?: string;
|
|
22613
22836
|
"lastUri"?: string;
|
|
22614
22837
|
"selfUri"?: string;
|
|
22615
22838
|
"pageCount"?: number;
|
|
@@ -22666,8 +22889,8 @@ declare namespace Models {
|
|
|
22666
22889
|
"pageNumber"?: number;
|
|
22667
22890
|
"total"?: number;
|
|
22668
22891
|
"firstUri"?: string;
|
|
22669
|
-
"nextUri"?: string;
|
|
22670
22892
|
"previousUri"?: string;
|
|
22893
|
+
"nextUri"?: string;
|
|
22671
22894
|
"lastUri"?: string;
|
|
22672
22895
|
"selfUri"?: string;
|
|
22673
22896
|
"pageCount"?: number;
|
|
@@ -22732,8 +22955,8 @@ declare namespace Models {
|
|
|
22732
22955
|
"total"?: number;
|
|
22733
22956
|
"totalNumberOfEntities"?: number;
|
|
22734
22957
|
"firstUri"?: string;
|
|
22735
|
-
"nextUri"?: string;
|
|
22736
22958
|
"previousUri"?: string;
|
|
22959
|
+
"nextUri"?: string;
|
|
22737
22960
|
"lastUri"?: string;
|
|
22738
22961
|
"selfUri"?: string;
|
|
22739
22962
|
"pageCount"?: number;
|
|
@@ -22756,8 +22979,8 @@ declare namespace Models {
|
|
|
22756
22979
|
"pageNumber"?: number;
|
|
22757
22980
|
"total"?: number;
|
|
22758
22981
|
"firstUri"?: string;
|
|
22759
|
-
"nextUri"?: string;
|
|
22760
22982
|
"previousUri"?: string;
|
|
22983
|
+
"nextUri"?: string;
|
|
22761
22984
|
"lastUri"?: string;
|
|
22762
22985
|
"selfUri"?: string;
|
|
22763
22986
|
"pageCount"?: number;
|
|
@@ -22790,8 +23013,8 @@ declare namespace Models {
|
|
|
22790
23013
|
"total"?: number;
|
|
22791
23014
|
"totalNumberOfEntities"?: number;
|
|
22792
23015
|
"firstUri"?: string;
|
|
22793
|
-
"nextUri"?: string;
|
|
22794
23016
|
"previousUri"?: string;
|
|
23017
|
+
"nextUri"?: string;
|
|
22795
23018
|
"lastUri"?: string;
|
|
22796
23019
|
"selfUri"?: string;
|
|
22797
23020
|
"pageCount"?: number;
|
|
@@ -22851,8 +23074,8 @@ declare namespace Models {
|
|
|
22851
23074
|
"pageNumber"?: number;
|
|
22852
23075
|
"total"?: number;
|
|
22853
23076
|
"firstUri"?: string;
|
|
22854
|
-
"nextUri"?: string;
|
|
22855
23077
|
"previousUri"?: string;
|
|
23078
|
+
"nextUri"?: string;
|
|
22856
23079
|
"lastUri"?: string;
|
|
22857
23080
|
"selfUri"?: string;
|
|
22858
23081
|
"pageCount"?: number;
|
|
@@ -22880,8 +23103,8 @@ declare namespace Models {
|
|
|
22880
23103
|
"pageNumber"?: number;
|
|
22881
23104
|
"total"?: number;
|
|
22882
23105
|
"firstUri"?: string;
|
|
22883
|
-
"nextUri"?: string;
|
|
22884
23106
|
"previousUri"?: string;
|
|
23107
|
+
"nextUri"?: string;
|
|
22885
23108
|
"lastUri"?: string;
|
|
22886
23109
|
"selfUri"?: string;
|
|
22887
23110
|
"pageCount"?: number;
|
|
@@ -22974,8 +23197,8 @@ declare namespace Models {
|
|
|
22974
23197
|
"pageNumber"?: number;
|
|
22975
23198
|
"total"?: number;
|
|
22976
23199
|
"firstUri"?: string;
|
|
22977
|
-
"nextUri"?: string;
|
|
22978
23200
|
"previousUri"?: string;
|
|
23201
|
+
"nextUri"?: string;
|
|
22979
23202
|
"lastUri"?: string;
|
|
22980
23203
|
"selfUri"?: string;
|
|
22981
23204
|
"pageCount"?: number;
|
|
@@ -23071,8 +23294,8 @@ declare namespace Models {
|
|
|
23071
23294
|
"pageNumber"?: number;
|
|
23072
23295
|
"total"?: number;
|
|
23073
23296
|
"firstUri"?: string;
|
|
23074
|
-
"nextUri"?: string;
|
|
23075
23297
|
"previousUri"?: string;
|
|
23298
|
+
"nextUri"?: string;
|
|
23076
23299
|
"lastUri"?: string;
|
|
23077
23300
|
"selfUri"?: string;
|
|
23078
23301
|
"pageCount"?: number;
|
|
@@ -23084,8 +23307,8 @@ declare namespace Models {
|
|
|
23084
23307
|
"pageNumber"?: number;
|
|
23085
23308
|
"total"?: number;
|
|
23086
23309
|
"firstUri"?: string;
|
|
23087
|
-
"nextUri"?: string;
|
|
23088
23310
|
"previousUri"?: string;
|
|
23311
|
+
"nextUri"?: string;
|
|
23089
23312
|
"lastUri"?: string;
|
|
23090
23313
|
"selfUri"?: string;
|
|
23091
23314
|
"pageCount"?: number;
|
|
@@ -23220,8 +23443,8 @@ declare namespace Models {
|
|
|
23220
23443
|
"pageNumber"?: number;
|
|
23221
23444
|
"total"?: number;
|
|
23222
23445
|
"firstUri"?: string;
|
|
23223
|
-
"nextUri"?: string;
|
|
23224
23446
|
"previousUri"?: string;
|
|
23447
|
+
"nextUri"?: string;
|
|
23225
23448
|
"lastUri"?: string;
|
|
23226
23449
|
"selfUri"?: string;
|
|
23227
23450
|
"pageCount"?: number;
|
|
@@ -23357,8 +23580,8 @@ declare namespace Models {
|
|
|
23357
23580
|
"pageNumber"?: number;
|
|
23358
23581
|
"total"?: number;
|
|
23359
23582
|
"firstUri"?: string;
|
|
23360
|
-
"nextUri"?: string;
|
|
23361
23583
|
"previousUri"?: string;
|
|
23584
|
+
"nextUri"?: string;
|
|
23362
23585
|
"lastUri"?: string;
|
|
23363
23586
|
"selfUri"?: string;
|
|
23364
23587
|
"pageCount"?: number;
|
|
@@ -23390,8 +23613,8 @@ declare namespace Models {
|
|
|
23390
23613
|
"pageNumber"?: number;
|
|
23391
23614
|
"total"?: number;
|
|
23392
23615
|
"firstUri"?: string;
|
|
23393
|
-
"nextUri"?: string;
|
|
23394
23616
|
"previousUri"?: string;
|
|
23617
|
+
"nextUri"?: string;
|
|
23395
23618
|
"lastUri"?: string;
|
|
23396
23619
|
"selfUri"?: string;
|
|
23397
23620
|
"pageCount"?: number;
|
|
@@ -23536,8 +23759,8 @@ declare namespace Models {
|
|
|
23536
23759
|
"pageNumber"?: number;
|
|
23537
23760
|
"total"?: number;
|
|
23538
23761
|
"firstUri"?: string;
|
|
23539
|
-
"nextUri"?: string;
|
|
23540
23762
|
"previousUri"?: string;
|
|
23763
|
+
"nextUri"?: string;
|
|
23541
23764
|
"lastUri"?: string;
|
|
23542
23765
|
"selfUri"?: string;
|
|
23543
23766
|
"pageCount"?: number;
|
|
@@ -24005,8 +24228,8 @@ declare namespace Models {
|
|
|
24005
24228
|
"pageNumber"?: number;
|
|
24006
24229
|
"total"?: number;
|
|
24007
24230
|
"firstUri"?: string;
|
|
24008
|
-
"nextUri"?: string;
|
|
24009
24231
|
"previousUri"?: string;
|
|
24232
|
+
"nextUri"?: string;
|
|
24010
24233
|
"lastUri"?: string;
|
|
24011
24234
|
"selfUri"?: string;
|
|
24012
24235
|
"pageCount"?: number;
|
|
@@ -24289,8 +24512,8 @@ declare namespace Models {
|
|
|
24289
24512
|
"pageNumber"?: number;
|
|
24290
24513
|
"total"?: number;
|
|
24291
24514
|
"firstUri"?: string;
|
|
24292
|
-
"nextUri"?: string;
|
|
24293
24515
|
"previousUri"?: string;
|
|
24516
|
+
"nextUri"?: string;
|
|
24294
24517
|
"lastUri"?: string;
|
|
24295
24518
|
"selfUri"?: string;
|
|
24296
24519
|
"pageCount"?: number;
|
|
@@ -24321,8 +24544,8 @@ declare namespace Models {
|
|
|
24321
24544
|
"pageNumber"?: number;
|
|
24322
24545
|
"total"?: number;
|
|
24323
24546
|
"firstUri"?: string;
|
|
24324
|
-
"nextUri"?: string;
|
|
24325
24547
|
"previousUri"?: string;
|
|
24548
|
+
"nextUri"?: string;
|
|
24326
24549
|
"lastUri"?: string;
|
|
24327
24550
|
"selfUri"?: string;
|
|
24328
24551
|
"pageCount"?: number;
|
|
@@ -24447,8 +24670,8 @@ declare namespace Models {
|
|
|
24447
24670
|
"pageNumber"?: number;
|
|
24448
24671
|
"total"?: number;
|
|
24449
24672
|
"firstUri"?: string;
|
|
24450
|
-
"nextUri"?: string;
|
|
24451
24673
|
"previousUri"?: string;
|
|
24674
|
+
"nextUri"?: string;
|
|
24452
24675
|
"lastUri"?: string;
|
|
24453
24676
|
"selfUri"?: string;
|
|
24454
24677
|
"pageCount"?: number;
|
|
@@ -24477,8 +24700,8 @@ declare namespace Models {
|
|
|
24477
24700
|
"pageNumber"?: number;
|
|
24478
24701
|
"total"?: number;
|
|
24479
24702
|
"firstUri"?: string;
|
|
24480
|
-
"nextUri"?: string;
|
|
24481
24703
|
"previousUri"?: string;
|
|
24704
|
+
"nextUri"?: string;
|
|
24482
24705
|
"lastUri"?: string;
|
|
24483
24706
|
"selfUri"?: string;
|
|
24484
24707
|
"pageCount"?: number;
|
|
@@ -24563,13 +24786,20 @@ declare namespace Models {
|
|
|
24563
24786
|
"total"?: number;
|
|
24564
24787
|
"allDivsPermitted"?: boolean;
|
|
24565
24788
|
"firstUri"?: string;
|
|
24566
|
-
"nextUri"?: string;
|
|
24567
24789
|
"previousUri"?: string;
|
|
24790
|
+
"nextUri"?: string;
|
|
24568
24791
|
"lastUri"?: string;
|
|
24569
24792
|
"selfUri"?: string;
|
|
24570
24793
|
"pageCount"?: number;
|
|
24571
24794
|
}
|
|
24572
24795
|
|
|
24796
|
+
export interface DmarcResult {
|
|
24797
|
+
"status": string;
|
|
24798
|
+
"detectedPolicy"?: string;
|
|
24799
|
+
"dateChecked": string;
|
|
24800
|
+
"records": Array<Models.Record>;
|
|
24801
|
+
}
|
|
24802
|
+
|
|
24573
24803
|
export interface DncList {
|
|
24574
24804
|
"id"?: string;
|
|
24575
24805
|
"name": string;
|
|
@@ -24625,8 +24855,8 @@ declare namespace Models {
|
|
|
24625
24855
|
"pageNumber"?: number;
|
|
24626
24856
|
"total"?: number;
|
|
24627
24857
|
"firstUri"?: string;
|
|
24628
|
-
"nextUri"?: string;
|
|
24629
24858
|
"previousUri"?: string;
|
|
24859
|
+
"nextUri"?: string;
|
|
24630
24860
|
"lastUri"?: string;
|
|
24631
24861
|
"selfUri"?: string;
|
|
24632
24862
|
"pageCount"?: number;
|
|
@@ -24638,8 +24868,8 @@ declare namespace Models {
|
|
|
24638
24868
|
"pageNumber"?: number;
|
|
24639
24869
|
"total"?: number;
|
|
24640
24870
|
"firstUri"?: string;
|
|
24641
|
-
"nextUri"?: string;
|
|
24642
24871
|
"previousUri"?: string;
|
|
24872
|
+
"nextUri"?: string;
|
|
24643
24873
|
"lastUri"?: string;
|
|
24644
24874
|
"selfUri"?: string;
|
|
24645
24875
|
"pageCount"?: number;
|
|
@@ -24987,8 +25217,8 @@ declare namespace Models {
|
|
|
24987
25217
|
"pageNumber"?: number;
|
|
24988
25218
|
"total"?: number;
|
|
24989
25219
|
"firstUri"?: string;
|
|
24990
|
-
"nextUri"?: string;
|
|
24991
25220
|
"previousUri"?: string;
|
|
25221
|
+
"nextUri"?: string;
|
|
24992
25222
|
"lastUri"?: string;
|
|
24993
25223
|
"selfUri"?: string;
|
|
24994
25224
|
"pageCount"?: number;
|
|
@@ -25306,8 +25536,8 @@ declare namespace Models {
|
|
|
25306
25536
|
"pageNumber"?: number;
|
|
25307
25537
|
"total"?: number;
|
|
25308
25538
|
"firstUri"?: string;
|
|
25309
|
-
"nextUri"?: string;
|
|
25310
25539
|
"previousUri"?: string;
|
|
25540
|
+
"nextUri"?: string;
|
|
25311
25541
|
"lastUri"?: string;
|
|
25312
25542
|
"selfUri"?: string;
|
|
25313
25543
|
"pageCount"?: number;
|
|
@@ -25325,8 +25555,8 @@ declare namespace Models {
|
|
|
25325
25555
|
"pageNumber"?: number;
|
|
25326
25556
|
"total"?: number;
|
|
25327
25557
|
"firstUri"?: string;
|
|
25328
|
-
"nextUri"?: string;
|
|
25329
25558
|
"previousUri"?: string;
|
|
25559
|
+
"nextUri"?: string;
|
|
25330
25560
|
"lastUri"?: string;
|
|
25331
25561
|
"selfUri"?: string;
|
|
25332
25562
|
"pageCount"?: number;
|
|
@@ -25338,8 +25568,8 @@ declare namespace Models {
|
|
|
25338
25568
|
"pageNumber"?: number;
|
|
25339
25569
|
"total"?: number;
|
|
25340
25570
|
"firstUri"?: string;
|
|
25341
|
-
"nextUri"?: string;
|
|
25342
25571
|
"previousUri"?: string;
|
|
25572
|
+
"nextUri"?: string;
|
|
25343
25573
|
"lastUri"?: string;
|
|
25344
25574
|
"selfUri"?: string;
|
|
25345
25575
|
"pageCount"?: number;
|
|
@@ -25351,8 +25581,8 @@ declare namespace Models {
|
|
|
25351
25581
|
"pageNumber"?: number;
|
|
25352
25582
|
"total"?: number;
|
|
25353
25583
|
"firstUri"?: string;
|
|
25354
|
-
"nextUri"?: string;
|
|
25355
25584
|
"previousUri"?: string;
|
|
25585
|
+
"nextUri"?: string;
|
|
25356
25586
|
"lastUri"?: string;
|
|
25357
25587
|
"selfUri"?: string;
|
|
25358
25588
|
"pageCount"?: number;
|
|
@@ -25364,8 +25594,8 @@ declare namespace Models {
|
|
|
25364
25594
|
"pageNumber"?: number;
|
|
25365
25595
|
"total"?: number;
|
|
25366
25596
|
"firstUri"?: string;
|
|
25367
|
-
"nextUri"?: string;
|
|
25368
25597
|
"previousUri"?: string;
|
|
25598
|
+
"nextUri"?: string;
|
|
25369
25599
|
"lastUri"?: string;
|
|
25370
25600
|
"selfUri"?: string;
|
|
25371
25601
|
"pageCount"?: number;
|
|
@@ -25496,17 +25726,8 @@ declare namespace Models {
|
|
|
25496
25726
|
"id"?: string;
|
|
25497
25727
|
"name": string;
|
|
25498
25728
|
"description"?: string;
|
|
25499
|
-
"defaultRoleId"?: string;
|
|
25500
25729
|
"permissions"?: Array<string>;
|
|
25501
|
-
"unusedPermissions"?: Array<string>;
|
|
25502
25730
|
"permissionPolicies"?: Array<Models.DomainPermissionPolicy>;
|
|
25503
|
-
"userCount"?: number;
|
|
25504
|
-
"roleNeedsUpdate"?: boolean;
|
|
25505
|
-
"baseLicense"?: string;
|
|
25506
|
-
"addonLicenses"?: Array<string>;
|
|
25507
|
-
"dateLicenseLastUpdated"?: string;
|
|
25508
|
-
"base"?: boolean;
|
|
25509
|
-
"default"?: boolean;
|
|
25510
25731
|
"selfUri"?: string;
|
|
25511
25732
|
}
|
|
25512
25733
|
|
|
@@ -25727,6 +25948,9 @@ declare namespace Models {
|
|
|
25727
25948
|
"relativeWeight"?: number;
|
|
25728
25949
|
}
|
|
25729
25950
|
|
|
25951
|
+
export interface DynamicUtilization {
|
|
25952
|
+
}
|
|
25953
|
+
|
|
25730
25954
|
export interface Edge {
|
|
25731
25955
|
"id"?: string;
|
|
25732
25956
|
"name": string;
|
|
@@ -25802,8 +26026,8 @@ declare namespace Models {
|
|
|
25802
26026
|
"total"?: number;
|
|
25803
26027
|
"totalNumberOfEntities"?: number;
|
|
25804
26028
|
"firstUri"?: string;
|
|
25805
|
-
"nextUri"?: string;
|
|
25806
26029
|
"previousUri"?: string;
|
|
26030
|
+
"nextUri"?: string;
|
|
25807
26031
|
"lastUri"?: string;
|
|
25808
26032
|
"selfUri"?: string;
|
|
25809
26033
|
"pageCount"?: number;
|
|
@@ -25836,8 +26060,8 @@ declare namespace Models {
|
|
|
25836
26060
|
"total"?: number;
|
|
25837
26061
|
"totalNumberOfEntities"?: number;
|
|
25838
26062
|
"firstUri"?: string;
|
|
25839
|
-
"nextUri"?: string;
|
|
25840
26063
|
"previousUri"?: string;
|
|
26064
|
+
"nextUri"?: string;
|
|
25841
26065
|
"lastUri"?: string;
|
|
25842
26066
|
"selfUri"?: string;
|
|
25843
26067
|
"pageCount"?: number;
|
|
@@ -26177,8 +26401,8 @@ declare namespace Models {
|
|
|
26177
26401
|
"pageNumber"?: number;
|
|
26178
26402
|
"total"?: number;
|
|
26179
26403
|
"firstUri"?: string;
|
|
26180
|
-
"nextUri"?: string;
|
|
26181
26404
|
"previousUri"?: string;
|
|
26405
|
+
"nextUri"?: string;
|
|
26182
26406
|
"lastUri"?: string;
|
|
26183
26407
|
"selfUri"?: string;
|
|
26184
26408
|
"pageCount"?: number;
|
|
@@ -26247,8 +26471,8 @@ declare namespace Models {
|
|
|
26247
26471
|
"pageNumber"?: number;
|
|
26248
26472
|
"total"?: number;
|
|
26249
26473
|
"firstUri"?: string;
|
|
26250
|
-
"nextUri"?: string;
|
|
26251
26474
|
"previousUri"?: string;
|
|
26475
|
+
"nextUri"?: string;
|
|
26252
26476
|
"lastUri"?: string;
|
|
26253
26477
|
"selfUri"?: string;
|
|
26254
26478
|
"pageCount"?: number;
|
|
@@ -26428,8 +26652,8 @@ declare namespace Models {
|
|
|
26428
26652
|
"pageNumber"?: number;
|
|
26429
26653
|
"total"?: number;
|
|
26430
26654
|
"firstUri"?: string;
|
|
26431
|
-
"nextUri"?: string;
|
|
26432
26655
|
"previousUri"?: string;
|
|
26656
|
+
"nextUri"?: string;
|
|
26433
26657
|
"lastUri"?: string;
|
|
26434
26658
|
"selfUri"?: string;
|
|
26435
26659
|
"pageCount"?: number;
|
|
@@ -26592,8 +26816,8 @@ declare namespace Models {
|
|
|
26592
26816
|
"total"?: number;
|
|
26593
26817
|
"totalNumberOfEntities"?: number;
|
|
26594
26818
|
"firstUri"?: string;
|
|
26595
|
-
"nextUri"?: string;
|
|
26596
26819
|
"previousUri"?: string;
|
|
26820
|
+
"nextUri"?: string;
|
|
26597
26821
|
"lastUri"?: string;
|
|
26598
26822
|
"selfUri"?: string;
|
|
26599
26823
|
"pageCount"?: number;
|
|
@@ -26605,8 +26829,8 @@ declare namespace Models {
|
|
|
26605
26829
|
"pageNumber"?: number;
|
|
26606
26830
|
"total"?: number;
|
|
26607
26831
|
"firstUri"?: string;
|
|
26608
|
-
"nextUri"?: string;
|
|
26609
26832
|
"previousUri"?: string;
|
|
26833
|
+
"nextUri"?: string;
|
|
26610
26834
|
"lastUri"?: string;
|
|
26611
26835
|
"selfUri"?: string;
|
|
26612
26836
|
"pageCount"?: number;
|
|
@@ -26667,8 +26891,8 @@ declare namespace Models {
|
|
|
26667
26891
|
"pageNumber"?: number;
|
|
26668
26892
|
"total"?: number;
|
|
26669
26893
|
"firstUri"?: string;
|
|
26670
|
-
"nextUri"?: string;
|
|
26671
26894
|
"previousUri"?: string;
|
|
26895
|
+
"nextUri"?: string;
|
|
26672
26896
|
"lastUri"?: string;
|
|
26673
26897
|
"selfUri"?: string;
|
|
26674
26898
|
"pageCount"?: number;
|
|
@@ -26802,6 +27026,7 @@ declare namespace Models {
|
|
|
26802
27026
|
"facebookEscalation"?: Models.EscalationTarget;
|
|
26803
27027
|
"instagramEscalation"?: Models.EscalationTarget;
|
|
26804
27028
|
"twitterEscalation"?: Models.EscalationTarget;
|
|
27029
|
+
"googleBusinessProfileEscalation"?: Models.EscalationTarget;
|
|
26805
27030
|
}
|
|
26806
27031
|
|
|
26807
27032
|
export interface EscalationRuleResponse {
|
|
@@ -26818,6 +27043,7 @@ declare namespace Models {
|
|
|
26818
27043
|
"facebookEscalation"?: Models.EscalationTarget;
|
|
26819
27044
|
"instagramEscalation"?: Models.EscalationTarget;
|
|
26820
27045
|
"twitterEscalation"?: Models.EscalationTarget;
|
|
27046
|
+
"googleBusinessProfileEscalation"?: Models.EscalationTarget;
|
|
26821
27047
|
"selfUri"?: string;
|
|
26822
27048
|
}
|
|
26823
27049
|
|
|
@@ -27067,8 +27293,8 @@ declare namespace Models {
|
|
|
27067
27293
|
"pageNumber"?: number;
|
|
27068
27294
|
"total"?: number;
|
|
27069
27295
|
"firstUri"?: string;
|
|
27070
|
-
"nextUri"?: string;
|
|
27071
27296
|
"previousUri"?: string;
|
|
27297
|
+
"nextUri"?: string;
|
|
27072
27298
|
"lastUri"?: string;
|
|
27073
27299
|
"selfUri"?: string;
|
|
27074
27300
|
"pageCount"?: number;
|
|
@@ -27116,8 +27342,8 @@ declare namespace Models {
|
|
|
27116
27342
|
"pageNumber"?: number;
|
|
27117
27343
|
"total"?: number;
|
|
27118
27344
|
"firstUri"?: string;
|
|
27119
|
-
"nextUri"?: string;
|
|
27120
27345
|
"previousUri"?: string;
|
|
27346
|
+
"nextUri"?: string;
|
|
27121
27347
|
"lastUri"?: string;
|
|
27122
27348
|
"selfUri"?: string;
|
|
27123
27349
|
"pageCount"?: number;
|
|
@@ -27428,8 +27654,8 @@ declare namespace Models {
|
|
|
27428
27654
|
"pageNumber"?: number;
|
|
27429
27655
|
"total"?: number;
|
|
27430
27656
|
"firstUri"?: string;
|
|
27431
|
-
"nextUri"?: string;
|
|
27432
27657
|
"previousUri"?: string;
|
|
27658
|
+
"nextUri"?: string;
|
|
27433
27659
|
"lastUri"?: string;
|
|
27434
27660
|
"selfUri"?: string;
|
|
27435
27661
|
"pageCount"?: number;
|
|
@@ -27678,8 +27904,8 @@ declare namespace Models {
|
|
|
27678
27904
|
"total"?: number;
|
|
27679
27905
|
"totalNumberOfEntities"?: number;
|
|
27680
27906
|
"firstUri"?: string;
|
|
27681
|
-
"nextUri"?: string;
|
|
27682
27907
|
"previousUri"?: string;
|
|
27908
|
+
"nextUri"?: string;
|
|
27683
27909
|
"lastUri"?: string;
|
|
27684
27910
|
"selfUri"?: string;
|
|
27685
27911
|
"pageCount"?: number;
|
|
@@ -27717,8 +27943,8 @@ declare namespace Models {
|
|
|
27717
27943
|
"total"?: number;
|
|
27718
27944
|
"totalNumberOfEntities"?: number;
|
|
27719
27945
|
"firstUri"?: string;
|
|
27720
|
-
"nextUri"?: string;
|
|
27721
27946
|
"previousUri"?: string;
|
|
27947
|
+
"nextUri"?: string;
|
|
27722
27948
|
"lastUri"?: string;
|
|
27723
27949
|
"selfUri"?: string;
|
|
27724
27950
|
"pageCount"?: number;
|
|
@@ -27731,8 +27957,8 @@ declare namespace Models {
|
|
|
27731
27957
|
"total"?: number;
|
|
27732
27958
|
"totalNumberOfEntities"?: number;
|
|
27733
27959
|
"firstUri"?: string;
|
|
27734
|
-
"nextUri"?: string;
|
|
27735
27960
|
"previousUri"?: string;
|
|
27961
|
+
"nextUri"?: string;
|
|
27736
27962
|
"lastUri"?: string;
|
|
27737
27963
|
"selfUri"?: string;
|
|
27738
27964
|
"pageCount"?: number;
|
|
@@ -28376,8 +28602,8 @@ declare namespace Models {
|
|
|
28376
28602
|
"pageNumber"?: number;
|
|
28377
28603
|
"total"?: number;
|
|
28378
28604
|
"firstUri"?: string;
|
|
28379
|
-
"nextUri"?: string;
|
|
28380
28605
|
"previousUri"?: string;
|
|
28606
|
+
"nextUri"?: string;
|
|
28381
28607
|
"lastUri"?: string;
|
|
28382
28608
|
"selfUri"?: string;
|
|
28383
28609
|
"pageCount"?: number;
|
|
@@ -28453,8 +28679,8 @@ declare namespace Models {
|
|
|
28453
28679
|
"total"?: number;
|
|
28454
28680
|
"partialResults"?: boolean;
|
|
28455
28681
|
"firstUri"?: string;
|
|
28456
|
-
"nextUri"?: string;
|
|
28457
28682
|
"previousUri"?: string;
|
|
28683
|
+
"nextUri"?: string;
|
|
28458
28684
|
"lastUri"?: string;
|
|
28459
28685
|
"selfUri"?: string;
|
|
28460
28686
|
"pageCount"?: number;
|
|
@@ -28533,8 +28759,8 @@ declare namespace Models {
|
|
|
28533
28759
|
"pageNumber"?: number;
|
|
28534
28760
|
"total"?: number;
|
|
28535
28761
|
"firstUri"?: string;
|
|
28536
|
-
"nextUri"?: string;
|
|
28537
28762
|
"previousUri"?: string;
|
|
28763
|
+
"nextUri"?: string;
|
|
28538
28764
|
"lastUri"?: string;
|
|
28539
28765
|
"selfUri"?: string;
|
|
28540
28766
|
"pageCount"?: number;
|
|
@@ -28579,8 +28805,8 @@ declare namespace Models {
|
|
|
28579
28805
|
"pageNumber"?: number;
|
|
28580
28806
|
"total"?: number;
|
|
28581
28807
|
"firstUri"?: string;
|
|
28582
|
-
"nextUri"?: string;
|
|
28583
28808
|
"previousUri"?: string;
|
|
28809
|
+
"nextUri"?: string;
|
|
28584
28810
|
"lastUri"?: string;
|
|
28585
28811
|
"selfUri"?: string;
|
|
28586
28812
|
"pageCount"?: number;
|
|
@@ -28676,8 +28902,8 @@ declare namespace Models {
|
|
|
28676
28902
|
"pageNumber"?: number;
|
|
28677
28903
|
"total"?: number;
|
|
28678
28904
|
"firstUri"?: string;
|
|
28679
|
-
"nextUri"?: string;
|
|
28680
28905
|
"previousUri"?: string;
|
|
28906
|
+
"nextUri"?: string;
|
|
28681
28907
|
"lastUri"?: string;
|
|
28682
28908
|
"selfUri"?: string;
|
|
28683
28909
|
"pageCount"?: number;
|
|
@@ -28729,8 +28955,8 @@ declare namespace Models {
|
|
|
28729
28955
|
"pageNumber"?: number;
|
|
28730
28956
|
"total"?: number;
|
|
28731
28957
|
"firstUri"?: string;
|
|
28732
|
-
"nextUri"?: string;
|
|
28733
28958
|
"previousUri"?: string;
|
|
28959
|
+
"nextUri"?: string;
|
|
28734
28960
|
"lastUri"?: string;
|
|
28735
28961
|
"selfUri"?: string;
|
|
28736
28962
|
"pageCount"?: number;
|
|
@@ -28889,8 +29115,8 @@ declare namespace Models {
|
|
|
28889
29115
|
"pageNumber"?: number;
|
|
28890
29116
|
"total"?: number;
|
|
28891
29117
|
"firstUri"?: string;
|
|
28892
|
-
"nextUri"?: string;
|
|
28893
29118
|
"previousUri"?: string;
|
|
29119
|
+
"nextUri"?: string;
|
|
28894
29120
|
"lastUri"?: string;
|
|
28895
29121
|
"selfUri"?: string;
|
|
28896
29122
|
"pageCount"?: number;
|
|
@@ -29144,8 +29370,8 @@ declare namespace Models {
|
|
|
29144
29370
|
"pageNumber"?: number;
|
|
29145
29371
|
"total"?: number;
|
|
29146
29372
|
"firstUri"?: string;
|
|
29147
|
-
"nextUri"?: string;
|
|
29148
29373
|
"previousUri"?: string;
|
|
29374
|
+
"nextUri"?: string;
|
|
29149
29375
|
"lastUri"?: string;
|
|
29150
29376
|
"selfUri"?: string;
|
|
29151
29377
|
"pageCount"?: number;
|
|
@@ -29183,8 +29409,8 @@ declare namespace Models {
|
|
|
29183
29409
|
"pageNumber"?: number;
|
|
29184
29410
|
"total"?: number;
|
|
29185
29411
|
"firstUri"?: string;
|
|
29186
|
-
"nextUri"?: string;
|
|
29187
29412
|
"previousUri"?: string;
|
|
29413
|
+
"nextUri"?: string;
|
|
29188
29414
|
"lastUri"?: string;
|
|
29189
29415
|
"selfUri"?: string;
|
|
29190
29416
|
"pageCount"?: number;
|
|
@@ -29510,8 +29736,8 @@ declare namespace Models {
|
|
|
29510
29736
|
"pageNumber"?: number;
|
|
29511
29737
|
"total"?: number;
|
|
29512
29738
|
"firstUri"?: string;
|
|
29513
|
-
"nextUri"?: string;
|
|
29514
29739
|
"previousUri"?: string;
|
|
29740
|
+
"nextUri"?: string;
|
|
29515
29741
|
"lastUri"?: string;
|
|
29516
29742
|
"selfUri"?: string;
|
|
29517
29743
|
"pageCount"?: number;
|
|
@@ -29523,8 +29749,8 @@ declare namespace Models {
|
|
|
29523
29749
|
"pageNumber"?: number;
|
|
29524
29750
|
"total"?: number;
|
|
29525
29751
|
"firstUri"?: string;
|
|
29526
|
-
"nextUri"?: string;
|
|
29527
29752
|
"previousUri"?: string;
|
|
29753
|
+
"nextUri"?: string;
|
|
29528
29754
|
"lastUri"?: string;
|
|
29529
29755
|
"selfUri"?: string;
|
|
29530
29756
|
"pageCount"?: number;
|
|
@@ -29618,8 +29844,8 @@ declare namespace Models {
|
|
|
29618
29844
|
"pageNumber"?: number;
|
|
29619
29845
|
"total"?: number;
|
|
29620
29846
|
"firstUri"?: string;
|
|
29621
|
-
"nextUri"?: string;
|
|
29622
29847
|
"previousUri"?: string;
|
|
29848
|
+
"nextUri"?: string;
|
|
29623
29849
|
"lastUri"?: string;
|
|
29624
29850
|
"selfUri"?: string;
|
|
29625
29851
|
"pageCount"?: number;
|
|
@@ -29631,8 +29857,8 @@ declare namespace Models {
|
|
|
29631
29857
|
"pageNumber"?: number;
|
|
29632
29858
|
"total"?: number;
|
|
29633
29859
|
"firstUri"?: string;
|
|
29634
|
-
"nextUri"?: string;
|
|
29635
29860
|
"previousUri"?: string;
|
|
29861
|
+
"nextUri"?: string;
|
|
29636
29862
|
"lastUri"?: string;
|
|
29637
29863
|
"selfUri"?: string;
|
|
29638
29864
|
"pageCount"?: number;
|
|
@@ -29677,8 +29903,8 @@ declare namespace Models {
|
|
|
29677
29903
|
"pageNumber"?: number;
|
|
29678
29904
|
"total"?: number;
|
|
29679
29905
|
"firstUri"?: string;
|
|
29680
|
-
"nextUri"?: string;
|
|
29681
29906
|
"previousUri"?: string;
|
|
29907
|
+
"nextUri"?: string;
|
|
29682
29908
|
"lastUri"?: string;
|
|
29683
29909
|
"selfUri"?: string;
|
|
29684
29910
|
"pageCount"?: number;
|
|
@@ -29715,8 +29941,8 @@ declare namespace Models {
|
|
|
29715
29941
|
"pageNumber"?: number;
|
|
29716
29942
|
"total"?: number;
|
|
29717
29943
|
"firstUri"?: string;
|
|
29718
|
-
"nextUri"?: string;
|
|
29719
29944
|
"previousUri"?: string;
|
|
29945
|
+
"nextUri"?: string;
|
|
29720
29946
|
"lastUri"?: string;
|
|
29721
29947
|
"selfUri"?: string;
|
|
29722
29948
|
"pageCount"?: number;
|
|
@@ -29777,8 +30003,8 @@ declare namespace Models {
|
|
|
29777
30003
|
"pageNumber"?: number;
|
|
29778
30004
|
"total"?: number;
|
|
29779
30005
|
"firstUri"?: string;
|
|
29780
|
-
"nextUri"?: string;
|
|
29781
30006
|
"previousUri"?: string;
|
|
30007
|
+
"nextUri"?: string;
|
|
29782
30008
|
"lastUri"?: string;
|
|
29783
30009
|
"selfUri"?: string;
|
|
29784
30010
|
"pageCount"?: number;
|
|
@@ -29792,6 +30018,13 @@ declare namespace Models {
|
|
|
29792
30018
|
"warningCodes"?: Array<string>;
|
|
29793
30019
|
}
|
|
29794
30020
|
|
|
30021
|
+
export interface FollowersFilter {
|
|
30022
|
+
"operator": string;
|
|
30023
|
+
"from"?: number;
|
|
30024
|
+
"to"?: number;
|
|
30025
|
+
"value"?: number;
|
|
30026
|
+
}
|
|
30027
|
+
|
|
29795
30028
|
export interface FooterTemplate {
|
|
29796
30029
|
"type"?: string;
|
|
29797
30030
|
"applicableResources"?: Array<string>;
|
|
@@ -30032,8 +30265,8 @@ declare namespace Models {
|
|
|
30032
30265
|
"pageNumber"?: number;
|
|
30033
30266
|
"total"?: number;
|
|
30034
30267
|
"firstUri"?: string;
|
|
30035
|
-
"nextUri"?: string;
|
|
30036
30268
|
"previousUri"?: string;
|
|
30269
|
+
"nextUri"?: string;
|
|
30037
30270
|
"lastUri"?: string;
|
|
30038
30271
|
"selfUri"?: string;
|
|
30039
30272
|
"pageCount"?: number;
|
|
@@ -30058,8 +30291,8 @@ declare namespace Models {
|
|
|
30058
30291
|
"pageNumber"?: number;
|
|
30059
30292
|
"total"?: number;
|
|
30060
30293
|
"firstUri"?: string;
|
|
30061
|
-
"nextUri"?: string;
|
|
30062
30294
|
"previousUri"?: string;
|
|
30295
|
+
"nextUri"?: string;
|
|
30063
30296
|
"lastUri"?: string;
|
|
30064
30297
|
"selfUri"?: string;
|
|
30065
30298
|
"pageCount"?: number;
|
|
@@ -30324,8 +30557,8 @@ declare namespace Models {
|
|
|
30324
30557
|
"pageNumber"?: number;
|
|
30325
30558
|
"total"?: number;
|
|
30326
30559
|
"firstUri"?: string;
|
|
30327
|
-
"nextUri"?: string;
|
|
30328
30560
|
"previousUri"?: string;
|
|
30561
|
+
"nextUri"?: string;
|
|
30329
30562
|
"lastUri"?: string;
|
|
30330
30563
|
"selfUri"?: string;
|
|
30331
30564
|
"pageCount"?: number;
|
|
@@ -30337,8 +30570,8 @@ declare namespace Models {
|
|
|
30337
30570
|
"pageNumber"?: number;
|
|
30338
30571
|
"total"?: number;
|
|
30339
30572
|
"firstUri"?: string;
|
|
30340
|
-
"nextUri"?: string;
|
|
30341
30573
|
"previousUri"?: string;
|
|
30574
|
+
"nextUri"?: string;
|
|
30342
30575
|
"lastUri"?: string;
|
|
30343
30576
|
"selfUri"?: string;
|
|
30344
30577
|
"pageCount"?: number;
|
|
@@ -30402,6 +30635,124 @@ declare namespace Models {
|
|
|
30402
30635
|
"selfUri"?: string;
|
|
30403
30636
|
}
|
|
30404
30637
|
|
|
30638
|
+
export interface GoogleAuthToken {
|
|
30639
|
+
"id": string;
|
|
30640
|
+
"clientId": string;
|
|
30641
|
+
"scopes": Array<string>;
|
|
30642
|
+
"dateCreated": string;
|
|
30643
|
+
"createdBy": Models.DomainEntityRef;
|
|
30644
|
+
}
|
|
30645
|
+
|
|
30646
|
+
export interface GoogleAuthTokenReference {
|
|
30647
|
+
"id": string;
|
|
30648
|
+
}
|
|
30649
|
+
|
|
30650
|
+
export interface GoogleAuthTokenRequest {
|
|
30651
|
+
"code": string;
|
|
30652
|
+
"redirectUri": string;
|
|
30653
|
+
}
|
|
30654
|
+
|
|
30655
|
+
export interface GoogleBusinessProfileAccount {
|
|
30656
|
+
"id": string;
|
|
30657
|
+
"name": string;
|
|
30658
|
+
}
|
|
30659
|
+
|
|
30660
|
+
export interface GoogleBusinessProfileAccountListing {
|
|
30661
|
+
"entities"?: Array<Models.GoogleBusinessProfileAccount>;
|
|
30662
|
+
}
|
|
30663
|
+
|
|
30664
|
+
export interface GoogleBusinessProfileAccountReference {
|
|
30665
|
+
"id": string;
|
|
30666
|
+
}
|
|
30667
|
+
|
|
30668
|
+
export interface GoogleBusinessProfileDataIngestionRuleRequest {
|
|
30669
|
+
"name": string;
|
|
30670
|
+
"description"?: string;
|
|
30671
|
+
"integrationId": string;
|
|
30672
|
+
"externalSource": Models.DomainEntityRef;
|
|
30673
|
+
}
|
|
30674
|
+
|
|
30675
|
+
export interface GoogleBusinessProfileDataIngestionRuleResponse {
|
|
30676
|
+
"id"?: string;
|
|
30677
|
+
"name"?: string;
|
|
30678
|
+
"description"?: string;
|
|
30679
|
+
"status"?: string;
|
|
30680
|
+
"version"?: number;
|
|
30681
|
+
"dateCreated"?: string;
|
|
30682
|
+
"dateModified"?: string;
|
|
30683
|
+
"platform"?: string;
|
|
30684
|
+
"countries"?: Array<string>;
|
|
30685
|
+
"integrationId"?: string;
|
|
30686
|
+
"externalSource"?: Models.DomainEntityRef;
|
|
30687
|
+
"selfUri"?: string;
|
|
30688
|
+
}
|
|
30689
|
+
|
|
30690
|
+
export interface GoogleBusinessProfileDataIngestionRuleVersionResponse {
|
|
30691
|
+
"id"?: string;
|
|
30692
|
+
"name"?: string;
|
|
30693
|
+
"description"?: string;
|
|
30694
|
+
"status"?: string;
|
|
30695
|
+
"version"?: number;
|
|
30696
|
+
"dateCreated"?: string;
|
|
30697
|
+
"dateModified"?: string;
|
|
30698
|
+
"platform"?: string;
|
|
30699
|
+
"countries"?: Array<string>;
|
|
30700
|
+
"integrationId"?: string;
|
|
30701
|
+
"externalSource"?: Models.DomainEntityRef;
|
|
30702
|
+
"selfUri"?: string;
|
|
30703
|
+
}
|
|
30704
|
+
|
|
30705
|
+
export interface GoogleBusinessProfileDataIngestionRuleVersionResponseEntityListing {
|
|
30706
|
+
"entities"?: Array<Models.GoogleBusinessProfileDataIngestionRuleVersionResponse>;
|
|
30707
|
+
"pageSize"?: number;
|
|
30708
|
+
"pageNumber"?: number;
|
|
30709
|
+
"total"?: number;
|
|
30710
|
+
"firstUri"?: string;
|
|
30711
|
+
"previousUri"?: string;
|
|
30712
|
+
"nextUri"?: string;
|
|
30713
|
+
"lastUri"?: string;
|
|
30714
|
+
"selfUri"?: string;
|
|
30715
|
+
"pageCount"?: number;
|
|
30716
|
+
}
|
|
30717
|
+
|
|
30718
|
+
export interface GoogleBusinessProfileOpenIntegration {
|
|
30719
|
+
"id": string;
|
|
30720
|
+
"name": string;
|
|
30721
|
+
"supportedContent"?: Models.SupportedContentReference;
|
|
30722
|
+
"messagingSetting"?: Models.MessagingSettingReference;
|
|
30723
|
+
"status"?: string;
|
|
30724
|
+
"recipient"?: Models.DomainEntityRef;
|
|
30725
|
+
"dateCreated"?: string;
|
|
30726
|
+
"dateModified"?: string;
|
|
30727
|
+
"createdBy"?: Models.DomainEntityRef;
|
|
30728
|
+
"modifiedBy"?: Models.DomainEntityRef;
|
|
30729
|
+
"createStatus"?: string;
|
|
30730
|
+
"createError"?: Models.ErrorBody;
|
|
30731
|
+
"token": Models.GoogleAuthTokenReference;
|
|
30732
|
+
"account": Models.GoogleBusinessProfileAccountReference;
|
|
30733
|
+
"selfUri"?: string;
|
|
30734
|
+
}
|
|
30735
|
+
|
|
30736
|
+
export interface GoogleBusinessProfileOpenIntegrationRequest {
|
|
30737
|
+
"id"?: string;
|
|
30738
|
+
"name": string;
|
|
30739
|
+
"supportedContent"?: Models.SupportedContentReference;
|
|
30740
|
+
"messagingSetting"?: Models.MessagingSettingRequestReference;
|
|
30741
|
+
"token": Models.GoogleAuthTokenReference;
|
|
30742
|
+
"account": Models.GoogleBusinessProfileAccountReference;
|
|
30743
|
+
"selfUri"?: string;
|
|
30744
|
+
}
|
|
30745
|
+
|
|
30746
|
+
export interface GoogleBusinessProfileOpenIntegrationUpdateRequest {
|
|
30747
|
+
"id"?: string;
|
|
30748
|
+
"name"?: string;
|
|
30749
|
+
"supportedContent"?: Models.SupportedContentReference;
|
|
30750
|
+
"messagingSetting"?: Models.MessagingSettingRequestReference;
|
|
30751
|
+
"token"?: Models.GoogleAuthTokenReference;
|
|
30752
|
+
"account"?: Models.GoogleBusinessProfileAccountReference;
|
|
30753
|
+
"selfUri"?: string;
|
|
30754
|
+
}
|
|
30755
|
+
|
|
30405
30756
|
export interface GoogleDialogflowConfig {
|
|
30406
30757
|
"integrationId"?: string;
|
|
30407
30758
|
"conversationProfiles": Array<Models.ConversationProfile>;
|
|
@@ -30414,6 +30765,11 @@ declare namespace Models {
|
|
|
30414
30765
|
"eventInputParameters"?: { [key: string]: string; };
|
|
30415
30766
|
}
|
|
30416
30767
|
|
|
30768
|
+
export interface GoogleOAuthSettingsResponse {
|
|
30769
|
+
"clientId": string;
|
|
30770
|
+
"scopes": Array<string>;
|
|
30771
|
+
}
|
|
30772
|
+
|
|
30417
30773
|
export interface Grammar {
|
|
30418
30774
|
"id"?: string;
|
|
30419
30775
|
"name"?: string;
|
|
@@ -30455,8 +30811,8 @@ declare namespace Models {
|
|
|
30455
30811
|
"pageNumber"?: number;
|
|
30456
30812
|
"total"?: number;
|
|
30457
30813
|
"firstUri"?: string;
|
|
30458
|
-
"nextUri"?: string;
|
|
30459
30814
|
"previousUri"?: string;
|
|
30815
|
+
"nextUri"?: string;
|
|
30460
30816
|
"lastUri"?: string;
|
|
30461
30817
|
"selfUri"?: string;
|
|
30462
30818
|
"pageCount"?: number;
|
|
@@ -30495,8 +30851,8 @@ declare namespace Models {
|
|
|
30495
30851
|
"pageNumber"?: number;
|
|
30496
30852
|
"total"?: number;
|
|
30497
30853
|
"firstUri"?: string;
|
|
30498
|
-
"nextUri"?: string;
|
|
30499
30854
|
"previousUri"?: string;
|
|
30855
|
+
"nextUri"?: string;
|
|
30500
30856
|
"lastUri"?: string;
|
|
30501
30857
|
"selfUri"?: string;
|
|
30502
30858
|
"pageCount"?: number;
|
|
@@ -30578,8 +30934,8 @@ declare namespace Models {
|
|
|
30578
30934
|
"pageNumber"?: number;
|
|
30579
30935
|
"total"?: number;
|
|
30580
30936
|
"firstUri"?: string;
|
|
30581
|
-
"nextUri"?: string;
|
|
30582
30937
|
"previousUri"?: string;
|
|
30938
|
+
"nextUri"?: string;
|
|
30583
30939
|
"lastUri"?: string;
|
|
30584
30940
|
"selfUri"?: string;
|
|
30585
30941
|
"pageCount"?: number;
|
|
@@ -30624,8 +30980,8 @@ declare namespace Models {
|
|
|
30624
30980
|
"pageNumber"?: number;
|
|
30625
30981
|
"total"?: number;
|
|
30626
30982
|
"firstUri"?: string;
|
|
30627
|
-
"nextUri"?: string;
|
|
30628
30983
|
"previousUri"?: string;
|
|
30984
|
+
"nextUri"?: string;
|
|
30629
30985
|
"lastUri"?: string;
|
|
30630
30986
|
"selfUri"?: string;
|
|
30631
30987
|
"pageCount"?: number;
|
|
@@ -30749,8 +31105,8 @@ declare namespace Models {
|
|
|
30749
31105
|
"pageNumber"?: number;
|
|
30750
31106
|
"total"?: number;
|
|
30751
31107
|
"firstUri"?: string;
|
|
30752
|
-
"nextUri"?: string;
|
|
30753
31108
|
"previousUri"?: string;
|
|
31109
|
+
"nextUri"?: string;
|
|
30754
31110
|
"lastUri"?: string;
|
|
30755
31111
|
"selfUri"?: string;
|
|
30756
31112
|
"pageCount"?: number;
|
|
@@ -30871,6 +31227,11 @@ declare namespace Models {
|
|
|
30871
31227
|
"value"?: string;
|
|
30872
31228
|
}
|
|
30873
31229
|
|
|
31230
|
+
export interface HeaderEntry {
|
|
31231
|
+
"key"?: string;
|
|
31232
|
+
"value"?: string;
|
|
31233
|
+
}
|
|
31234
|
+
|
|
30874
31235
|
export interface HealthInfo {
|
|
30875
31236
|
"status"?: string;
|
|
30876
31237
|
"errorInfo"?: Models.FlowHealthErrorInfo;
|
|
@@ -31217,8 +31578,8 @@ declare namespace Models {
|
|
|
31217
31578
|
"total"?: number;
|
|
31218
31579
|
"totalNumberOfEntities"?: number;
|
|
31219
31580
|
"firstUri"?: string;
|
|
31220
|
-
"nextUri"?: string;
|
|
31221
31581
|
"previousUri"?: string;
|
|
31582
|
+
"nextUri"?: string;
|
|
31222
31583
|
"lastUri"?: string;
|
|
31223
31584
|
"selfUri"?: string;
|
|
31224
31585
|
"pageCount"?: number;
|
|
@@ -31231,8 +31592,8 @@ declare namespace Models {
|
|
|
31231
31592
|
"total"?: number;
|
|
31232
31593
|
"totalNumberOfEntities"?: number;
|
|
31233
31594
|
"firstUri"?: string;
|
|
31234
|
-
"nextUri"?: string;
|
|
31235
31595
|
"previousUri"?: string;
|
|
31596
|
+
"nextUri"?: string;
|
|
31236
31597
|
"lastUri"?: string;
|
|
31237
31598
|
"selfUri"?: string;
|
|
31238
31599
|
"pageCount"?: number;
|
|
@@ -31284,8 +31645,8 @@ declare namespace Models {
|
|
|
31284
31645
|
"pageNumber"?: number;
|
|
31285
31646
|
"total"?: number;
|
|
31286
31647
|
"firstUri"?: string;
|
|
31287
|
-
"nextUri"?: string;
|
|
31288
31648
|
"previousUri"?: string;
|
|
31649
|
+
"nextUri"?: string;
|
|
31289
31650
|
"lastUri"?: string;
|
|
31290
31651
|
"selfUri"?: string;
|
|
31291
31652
|
"pageCount"?: number;
|
|
@@ -31372,8 +31733,8 @@ declare namespace Models {
|
|
|
31372
31733
|
"pageNumber"?: number;
|
|
31373
31734
|
"total"?: number;
|
|
31374
31735
|
"firstUri"?: string;
|
|
31375
|
-
"nextUri"?: string;
|
|
31376
31736
|
"previousUri"?: string;
|
|
31737
|
+
"nextUri"?: string;
|
|
31377
31738
|
"lastUri"?: string;
|
|
31378
31739
|
"selfUri"?: string;
|
|
31379
31740
|
"pageCount"?: number;
|
|
@@ -31385,8 +31746,8 @@ declare namespace Models {
|
|
|
31385
31746
|
"pageNumber"?: number;
|
|
31386
31747
|
"total"?: number;
|
|
31387
31748
|
"firstUri"?: string;
|
|
31388
|
-
"nextUri"?: string;
|
|
31389
31749
|
"previousUri"?: string;
|
|
31750
|
+
"nextUri"?: string;
|
|
31390
31751
|
"lastUri"?: string;
|
|
31391
31752
|
"selfUri"?: string;
|
|
31392
31753
|
"pageCount"?: number;
|
|
@@ -31474,8 +31835,8 @@ declare namespace Models {
|
|
|
31474
31835
|
"pageNumber"?: number;
|
|
31475
31836
|
"total"?: number;
|
|
31476
31837
|
"firstUri"?: string;
|
|
31477
|
-
"nextUri"?: string;
|
|
31478
31838
|
"previousUri"?: string;
|
|
31839
|
+
"nextUri"?: string;
|
|
31479
31840
|
"lastUri"?: string;
|
|
31480
31841
|
"selfUri"?: string;
|
|
31481
31842
|
"pageCount"?: number;
|
|
@@ -31534,8 +31895,8 @@ declare namespace Models {
|
|
|
31534
31895
|
"pageNumber"?: number;
|
|
31535
31896
|
"total"?: number;
|
|
31536
31897
|
"firstUri"?: string;
|
|
31537
|
-
"nextUri"?: string;
|
|
31538
31898
|
"previousUri"?: string;
|
|
31899
|
+
"nextUri"?: string;
|
|
31539
31900
|
"lastUri"?: string;
|
|
31540
31901
|
"selfUri"?: string;
|
|
31541
31902
|
"pageCount"?: number;
|
|
@@ -31593,8 +31954,8 @@ declare namespace Models {
|
|
|
31593
31954
|
"pageNumber"?: number;
|
|
31594
31955
|
"total"?: number;
|
|
31595
31956
|
"firstUri"?: string;
|
|
31596
|
-
"nextUri"?: string;
|
|
31597
31957
|
"previousUri"?: string;
|
|
31958
|
+
"nextUri"?: string;
|
|
31598
31959
|
"lastUri"?: string;
|
|
31599
31960
|
"selfUri"?: string;
|
|
31600
31961
|
"pageCount"?: number;
|
|
@@ -31867,8 +32228,8 @@ declare namespace Models {
|
|
|
31867
32228
|
"pageNumber"?: number;
|
|
31868
32229
|
"total"?: number;
|
|
31869
32230
|
"firstUri"?: string;
|
|
31870
|
-
"nextUri"?: string;
|
|
31871
32231
|
"previousUri"?: string;
|
|
32232
|
+
"nextUri"?: string;
|
|
31872
32233
|
"lastUri"?: string;
|
|
31873
32234
|
"selfUri"?: string;
|
|
31874
32235
|
"pageCount"?: number;
|
|
@@ -31916,8 +32277,8 @@ declare namespace Models {
|
|
|
31916
32277
|
"pageNumber"?: number;
|
|
31917
32278
|
"total"?: number;
|
|
31918
32279
|
"firstUri"?: string;
|
|
31919
|
-
"nextUri"?: string;
|
|
31920
32280
|
"previousUri"?: string;
|
|
32281
|
+
"nextUri"?: string;
|
|
31921
32282
|
"lastUri"?: string;
|
|
31922
32283
|
"selfUri"?: string;
|
|
31923
32284
|
"pageCount"?: number;
|
|
@@ -31993,8 +32354,8 @@ declare namespace Models {
|
|
|
31993
32354
|
"pageNumber"?: number;
|
|
31994
32355
|
"total"?: number;
|
|
31995
32356
|
"firstUri"?: string;
|
|
31996
|
-
"nextUri"?: string;
|
|
31997
32357
|
"previousUri"?: string;
|
|
32358
|
+
"nextUri"?: string;
|
|
31998
32359
|
"lastUri"?: string;
|
|
31999
32360
|
"selfUri"?: string;
|
|
32000
32361
|
"pageCount"?: number;
|
|
@@ -32045,8 +32406,8 @@ declare namespace Models {
|
|
|
32045
32406
|
"pageNumber"?: number;
|
|
32046
32407
|
"total"?: number;
|
|
32047
32408
|
"firstUri"?: string;
|
|
32048
|
-
"nextUri"?: string;
|
|
32049
32409
|
"previousUri"?: string;
|
|
32410
|
+
"nextUri"?: string;
|
|
32050
32411
|
"lastUri"?: string;
|
|
32051
32412
|
"selfUri"?: string;
|
|
32052
32413
|
"pageCount"?: number;
|
|
@@ -32093,8 +32454,8 @@ declare namespace Models {
|
|
|
32093
32454
|
"pageNumber"?: number;
|
|
32094
32455
|
"total"?: number;
|
|
32095
32456
|
"firstUri"?: string;
|
|
32096
|
-
"nextUri"?: string;
|
|
32097
32457
|
"previousUri"?: string;
|
|
32458
|
+
"nextUri"?: string;
|
|
32098
32459
|
"lastUri"?: string;
|
|
32099
32460
|
"selfUri"?: string;
|
|
32100
32461
|
"pageCount"?: number;
|
|
@@ -32148,8 +32509,8 @@ declare namespace Models {
|
|
|
32148
32509
|
"pageNumber"?: number;
|
|
32149
32510
|
"total"?: number;
|
|
32150
32511
|
"firstUri"?: string;
|
|
32151
|
-
"nextUri"?: string;
|
|
32152
32512
|
"previousUri"?: string;
|
|
32513
|
+
"nextUri"?: string;
|
|
32153
32514
|
"lastUri"?: string;
|
|
32154
32515
|
"selfUri"?: string;
|
|
32155
32516
|
"pageCount"?: number;
|
|
@@ -32173,8 +32534,8 @@ declare namespace Models {
|
|
|
32173
32534
|
"pageNumber"?: number;
|
|
32174
32535
|
"total"?: number;
|
|
32175
32536
|
"firstUri"?: string;
|
|
32176
|
-
"nextUri"?: string;
|
|
32177
32537
|
"previousUri"?: string;
|
|
32538
|
+
"nextUri"?: string;
|
|
32178
32539
|
"lastUri"?: string;
|
|
32179
32540
|
"selfUri"?: string;
|
|
32180
32541
|
"pageCount"?: number;
|
|
@@ -33252,8 +33613,8 @@ declare namespace Models {
|
|
|
33252
33613
|
"pageNumber"?: number;
|
|
33253
33614
|
"total"?: number;
|
|
33254
33615
|
"firstUri"?: string;
|
|
33255
|
-
"nextUri"?: string;
|
|
33256
33616
|
"previousUri"?: string;
|
|
33617
|
+
"nextUri"?: string;
|
|
33257
33618
|
"lastUri"?: string;
|
|
33258
33619
|
"selfUri"?: string;
|
|
33259
33620
|
"pageCount"?: number;
|
|
@@ -33294,8 +33655,8 @@ declare namespace Models {
|
|
|
33294
33655
|
"pageNumber"?: number;
|
|
33295
33656
|
"total"?: number;
|
|
33296
33657
|
"firstUri"?: string;
|
|
33297
|
-
"nextUri"?: string;
|
|
33298
33658
|
"previousUri"?: string;
|
|
33659
|
+
"nextUri"?: string;
|
|
33299
33660
|
"lastUri"?: string;
|
|
33300
33661
|
"selfUri"?: string;
|
|
33301
33662
|
"pageCount"?: number;
|
|
@@ -33341,8 +33702,8 @@ declare namespace Models {
|
|
|
33341
33702
|
"pageNumber"?: number;
|
|
33342
33703
|
"total"?: number;
|
|
33343
33704
|
"firstUri"?: string;
|
|
33344
|
-
"nextUri"?: string;
|
|
33345
33705
|
"previousUri"?: string;
|
|
33706
|
+
"nextUri"?: string;
|
|
33346
33707
|
"lastUri"?: string;
|
|
33347
33708
|
"selfUri"?: string;
|
|
33348
33709
|
"pageCount"?: number;
|
|
@@ -33965,6 +34326,11 @@ declare namespace Models {
|
|
|
33965
34326
|
"mediaType"?: string;
|
|
33966
34327
|
}
|
|
33967
34328
|
|
|
34329
|
+
export interface KnowledgeConversationTurn {
|
|
34330
|
+
"participant"?: string;
|
|
34331
|
+
"text"?: string;
|
|
34332
|
+
}
|
|
34333
|
+
|
|
33968
34334
|
export interface KnowledgeDocumentAlternative {
|
|
33969
34335
|
"phrase": string;
|
|
33970
34336
|
"autocomplete": boolean;
|
|
@@ -34432,6 +34798,11 @@ declare namespace Models {
|
|
|
34432
34798
|
"selfUri"?: string;
|
|
34433
34799
|
}
|
|
34434
34800
|
|
|
34801
|
+
export interface KnowledgeGenerationSetting {
|
|
34802
|
+
"answerGeneration": boolean;
|
|
34803
|
+
"generationLanguage"?: string;
|
|
34804
|
+
}
|
|
34805
|
+
|
|
34435
34806
|
export interface KnowledgeGroupStatistics {
|
|
34436
34807
|
"unlinkedPhraseCount"?: number;
|
|
34437
34808
|
"unlinkedPhraseHitCount"?: number;
|
|
@@ -34756,6 +35127,13 @@ declare namespace Models {
|
|
|
34756
35127
|
"body"?: Models.DocumentBody;
|
|
34757
35128
|
}
|
|
34758
35129
|
|
|
35130
|
+
export interface KnowledgeRetrievedReference {
|
|
35131
|
+
"confidence"?: number;
|
|
35132
|
+
"text"?: string;
|
|
35133
|
+
"fileName"?: string;
|
|
35134
|
+
"url"?: string;
|
|
35135
|
+
}
|
|
35136
|
+
|
|
34759
35137
|
export interface KnowledgeSearchClientApplication {
|
|
34760
35138
|
"type": string;
|
|
34761
35139
|
"deployment"?: Models.AddressableEntityRef;
|
|
@@ -34789,17 +35167,65 @@ declare namespace Models {
|
|
|
34789
35167
|
"selfUri"?: string;
|
|
34790
35168
|
}
|
|
34791
35169
|
|
|
35170
|
+
export interface KnowledgeSearchPreviewRequest {
|
|
35171
|
+
"query": string;
|
|
35172
|
+
"sources": Array<Models.V3SourceRef>;
|
|
35173
|
+
"generationSetting": Models.KnowledgeGenerationSetting;
|
|
35174
|
+
"stateful"?: boolean;
|
|
35175
|
+
"conversationTurns"?: Array<Models.KnowledgeConversationTurn>;
|
|
35176
|
+
}
|
|
35177
|
+
|
|
35178
|
+
export interface KnowledgeSearchPreviewResponse {
|
|
35179
|
+
"query"?: string;
|
|
35180
|
+
"searchId"?: string;
|
|
35181
|
+
"sessionId"?: string;
|
|
35182
|
+
"result"?: Models.KnowledgeSearchResult;
|
|
35183
|
+
}
|
|
35184
|
+
|
|
35185
|
+
export interface KnowledgeSearchResult {
|
|
35186
|
+
"generatedAnswer"?: string;
|
|
35187
|
+
"retrievedReferences"?: Array<Models.KnowledgeRetrievedReference>;
|
|
35188
|
+
}
|
|
35189
|
+
|
|
34792
35190
|
export interface KnowledgeSetting {
|
|
34793
35191
|
"id": string;
|
|
34794
35192
|
"selfUri"?: string;
|
|
34795
35193
|
}
|
|
34796
35194
|
|
|
35195
|
+
export interface KnowledgeSettingListing {
|
|
35196
|
+
"entities"?: Array<Models.KnowledgeSettingsResponse>;
|
|
35197
|
+
"nextUri"?: string;
|
|
35198
|
+
"selfUri"?: string;
|
|
35199
|
+
"previousUri"?: string;
|
|
35200
|
+
}
|
|
35201
|
+
|
|
34797
35202
|
export interface KnowledgeSettings {
|
|
34798
35203
|
"knowledgeId"?: string;
|
|
34799
35204
|
"description"?: string;
|
|
34800
35205
|
"knowledgeType"?: string;
|
|
34801
35206
|
}
|
|
34802
35207
|
|
|
35208
|
+
export interface KnowledgeSettingsRequest {
|
|
35209
|
+
"name": string;
|
|
35210
|
+
"description"?: string;
|
|
35211
|
+
"sources": Array<Models.V3SourceRef>;
|
|
35212
|
+
"generationSetting"?: Models.KnowledgeGenerationSetting;
|
|
35213
|
+
"stateful"?: boolean;
|
|
35214
|
+
}
|
|
35215
|
+
|
|
35216
|
+
export interface KnowledgeSettingsResponse {
|
|
35217
|
+
"id"?: string;
|
|
35218
|
+
"name"?: string;
|
|
35219
|
+
"description"?: string;
|
|
35220
|
+
"sources"?: Array<Models.V3SourceRef>;
|
|
35221
|
+
"generationSetting"?: Models.KnowledgeGenerationSetting;
|
|
35222
|
+
"stateful"?: boolean;
|
|
35223
|
+
"dateCreated"?: string;
|
|
35224
|
+
"dateModified"?: string;
|
|
35225
|
+
"modifiedBy"?: Models.UserReference;
|
|
35226
|
+
"selfUri"?: string;
|
|
35227
|
+
}
|
|
35228
|
+
|
|
34803
35229
|
export interface KnowledgeSuggestionConfig {
|
|
34804
35230
|
"vendorName": string;
|
|
34805
35231
|
"knowledgeBase"?: Models.KnowledgeBaseReference;
|
|
@@ -34938,8 +35364,8 @@ declare namespace Models {
|
|
|
34938
35364
|
"pageNumber"?: number;
|
|
34939
35365
|
"total"?: number;
|
|
34940
35366
|
"firstUri"?: string;
|
|
34941
|
-
"nextUri"?: string;
|
|
34942
35367
|
"previousUri"?: string;
|
|
35368
|
+
"nextUri"?: string;
|
|
34943
35369
|
"lastUri"?: string;
|
|
34944
35370
|
"selfUri"?: string;
|
|
34945
35371
|
"pageCount"?: number;
|
|
@@ -35237,8 +35663,8 @@ declare namespace Models {
|
|
|
35237
35663
|
"total"?: number;
|
|
35238
35664
|
"unfilteredTotal"?: number;
|
|
35239
35665
|
"firstUri"?: string;
|
|
35240
|
-
"nextUri"?: string;
|
|
35241
35666
|
"previousUri"?: string;
|
|
35667
|
+
"nextUri"?: string;
|
|
35242
35668
|
"lastUri"?: string;
|
|
35243
35669
|
"selfUri"?: string;
|
|
35244
35670
|
"pageCount"?: number;
|
|
@@ -35255,8 +35681,8 @@ declare namespace Models {
|
|
|
35255
35681
|
"pageNumber"?: number;
|
|
35256
35682
|
"total"?: number;
|
|
35257
35683
|
"firstUri"?: string;
|
|
35258
|
-
"nextUri"?: string;
|
|
35259
35684
|
"previousUri"?: string;
|
|
35685
|
+
"nextUri"?: string;
|
|
35260
35686
|
"lastUri"?: string;
|
|
35261
35687
|
"selfUri"?: string;
|
|
35262
35688
|
"pageCount"?: number;
|
|
@@ -35365,8 +35791,8 @@ declare namespace Models {
|
|
|
35365
35791
|
"total"?: number;
|
|
35366
35792
|
"totalLegacyRules"?: number;
|
|
35367
35793
|
"firstUri"?: string;
|
|
35368
|
-
"nextUri"?: string;
|
|
35369
35794
|
"previousUri"?: string;
|
|
35795
|
+
"nextUri"?: string;
|
|
35370
35796
|
"lastUri"?: string;
|
|
35371
35797
|
"selfUri"?: string;
|
|
35372
35798
|
"pageCount"?: number;
|
|
@@ -35673,8 +36099,8 @@ declare namespace Models {
|
|
|
35673
36099
|
"pageNumber"?: number;
|
|
35674
36100
|
"total"?: number;
|
|
35675
36101
|
"firstUri"?: string;
|
|
35676
|
-
"nextUri"?: string;
|
|
35677
36102
|
"previousUri"?: string;
|
|
36103
|
+
"nextUri"?: string;
|
|
35678
36104
|
"lastUri"?: string;
|
|
35679
36105
|
"selfUri"?: string;
|
|
35680
36106
|
"pageCount"?: number;
|
|
@@ -35686,8 +36112,8 @@ declare namespace Models {
|
|
|
35686
36112
|
"pageNumber"?: number;
|
|
35687
36113
|
"total"?: number;
|
|
35688
36114
|
"firstUri"?: string;
|
|
35689
|
-
"nextUri"?: string;
|
|
35690
36115
|
"previousUri"?: string;
|
|
36116
|
+
"nextUri"?: string;
|
|
35691
36117
|
"lastUri"?: string;
|
|
35692
36118
|
"selfUri"?: string;
|
|
35693
36119
|
"pageCount"?: number;
|
|
@@ -35735,8 +36161,8 @@ declare namespace Models {
|
|
|
35735
36161
|
"pageNumber"?: number;
|
|
35736
36162
|
"total"?: number;
|
|
35737
36163
|
"firstUri"?: string;
|
|
35738
|
-
"nextUri"?: string;
|
|
35739
36164
|
"previousUri"?: string;
|
|
36165
|
+
"nextUri"?: string;
|
|
35740
36166
|
"lastUri"?: string;
|
|
35741
36167
|
"selfUri"?: string;
|
|
35742
36168
|
"pageCount"?: number;
|
|
@@ -35748,8 +36174,8 @@ declare namespace Models {
|
|
|
35748
36174
|
"pageNumber"?: number;
|
|
35749
36175
|
"total"?: number;
|
|
35750
36176
|
"firstUri"?: string;
|
|
35751
|
-
"nextUri"?: string;
|
|
35752
36177
|
"previousUri"?: string;
|
|
36178
|
+
"nextUri"?: string;
|
|
35753
36179
|
"lastUri"?: string;
|
|
35754
36180
|
"selfUri"?: string;
|
|
35755
36181
|
"pageCount"?: number;
|
|
@@ -35790,8 +36216,8 @@ declare namespace Models {
|
|
|
35790
36216
|
"pageNumber"?: number;
|
|
35791
36217
|
"total"?: number;
|
|
35792
36218
|
"firstUri"?: string;
|
|
35793
|
-
"nextUri"?: string;
|
|
35794
36219
|
"previousUri"?: string;
|
|
36220
|
+
"nextUri"?: string;
|
|
35795
36221
|
"lastUri"?: string;
|
|
35796
36222
|
"selfUri"?: string;
|
|
35797
36223
|
"pageCount"?: number;
|
|
@@ -35931,8 +36357,8 @@ declare namespace Models {
|
|
|
35931
36357
|
"total"?: number;
|
|
35932
36358
|
"totalNumberOfEntities"?: number;
|
|
35933
36359
|
"firstUri"?: string;
|
|
35934
|
-
"nextUri"?: string;
|
|
35935
36360
|
"previousUri"?: string;
|
|
36361
|
+
"nextUri"?: string;
|
|
35936
36362
|
"lastUri"?: string;
|
|
35937
36363
|
"selfUri"?: string;
|
|
35938
36364
|
"pageCount"?: number;
|
|
@@ -35945,8 +36371,8 @@ declare namespace Models {
|
|
|
35945
36371
|
"total"?: number;
|
|
35946
36372
|
"totalNumberOfEntities"?: number;
|
|
35947
36373
|
"firstUri"?: string;
|
|
35948
|
-
"nextUri"?: string;
|
|
35949
36374
|
"previousUri"?: string;
|
|
36375
|
+
"nextUri"?: string;
|
|
35950
36376
|
"lastUri"?: string;
|
|
35951
36377
|
"selfUri"?: string;
|
|
35952
36378
|
"pageCount"?: number;
|
|
@@ -35982,6 +36408,7 @@ declare namespace Models {
|
|
|
35982
36408
|
"id"?: string;
|
|
35983
36409
|
"title"?: string;
|
|
35984
36410
|
"subtitle"?: string;
|
|
36411
|
+
"header"?: string;
|
|
35985
36412
|
"sections": Array<Models.ListPickerSection>;
|
|
35986
36413
|
}
|
|
35987
36414
|
|
|
@@ -36209,8 +36636,8 @@ declare namespace Models {
|
|
|
36209
36636
|
"pageNumber"?: number;
|
|
36210
36637
|
"total"?: number;
|
|
36211
36638
|
"firstUri"?: string;
|
|
36212
|
-
"nextUri"?: string;
|
|
36213
36639
|
"previousUri"?: string;
|
|
36640
|
+
"nextUri"?: string;
|
|
36214
36641
|
"lastUri"?: string;
|
|
36215
36642
|
"selfUri"?: string;
|
|
36216
36643
|
"pageCount"?: number;
|
|
@@ -36327,8 +36754,8 @@ declare namespace Models {
|
|
|
36327
36754
|
"pageNumber"?: number;
|
|
36328
36755
|
"total"?: number;
|
|
36329
36756
|
"firstUri"?: string;
|
|
36330
|
-
"nextUri"?: string;
|
|
36331
36757
|
"previousUri"?: string;
|
|
36758
|
+
"nextUri"?: string;
|
|
36332
36759
|
"lastUri"?: string;
|
|
36333
36760
|
"selfUri"?: string;
|
|
36334
36761
|
"pageCount"?: number;
|
|
@@ -36431,8 +36858,8 @@ declare namespace Models {
|
|
|
36431
36858
|
"total"?: number;
|
|
36432
36859
|
"firstUri"?: string;
|
|
36433
36860
|
"pageCount"?: number;
|
|
36434
|
-
"nextUri"?: string;
|
|
36435
36861
|
"previousUri"?: string;
|
|
36862
|
+
"nextUri"?: string;
|
|
36436
36863
|
"lastUri"?: string;
|
|
36437
36864
|
"selfUri"?: string;
|
|
36438
36865
|
}
|
|
@@ -36810,8 +37237,8 @@ declare namespace Models {
|
|
|
36810
37237
|
"pageNumber"?: number;
|
|
36811
37238
|
"total"?: number;
|
|
36812
37239
|
"firstUri"?: string;
|
|
36813
|
-
"nextUri"?: string;
|
|
36814
37240
|
"previousUri"?: string;
|
|
37241
|
+
"nextUri"?: string;
|
|
36815
37242
|
"lastUri"?: string;
|
|
36816
37243
|
"selfUri"?: string;
|
|
36817
37244
|
"pageCount"?: number;
|
|
@@ -36909,8 +37336,8 @@ declare namespace Models {
|
|
|
36909
37336
|
"pageNumber"?: number;
|
|
36910
37337
|
"total"?: number;
|
|
36911
37338
|
"firstUri"?: string;
|
|
36912
|
-
"nextUri"?: string;
|
|
36913
37339
|
"previousUri"?: string;
|
|
37340
|
+
"nextUri"?: string;
|
|
36914
37341
|
"lastUri"?: string;
|
|
36915
37342
|
"selfUri"?: string;
|
|
36916
37343
|
"pageCount"?: number;
|
|
@@ -37063,8 +37490,8 @@ declare namespace Models {
|
|
|
37063
37490
|
"pageNumber"?: number;
|
|
37064
37491
|
"total"?: number;
|
|
37065
37492
|
"firstUri"?: string;
|
|
37066
|
-
"nextUri"?: string;
|
|
37067
37493
|
"previousUri"?: string;
|
|
37494
|
+
"nextUri"?: string;
|
|
37068
37495
|
"lastUri"?: string;
|
|
37069
37496
|
"selfUri"?: string;
|
|
37070
37497
|
"pageCount"?: number;
|
|
@@ -37076,8 +37503,8 @@ declare namespace Models {
|
|
|
37076
37503
|
"pageNumber"?: number;
|
|
37077
37504
|
"total"?: number;
|
|
37078
37505
|
"firstUri"?: string;
|
|
37079
|
-
"nextUri"?: string;
|
|
37080
37506
|
"previousUri"?: string;
|
|
37507
|
+
"nextUri"?: string;
|
|
37081
37508
|
"lastUri"?: string;
|
|
37082
37509
|
"selfUri"?: string;
|
|
37083
37510
|
"pageCount"?: number;
|
|
@@ -37102,8 +37529,8 @@ declare namespace Models {
|
|
|
37102
37529
|
"pageNumber"?: number;
|
|
37103
37530
|
"total"?: number;
|
|
37104
37531
|
"firstUri"?: string;
|
|
37105
|
-
"nextUri"?: string;
|
|
37106
37532
|
"previousUri"?: string;
|
|
37533
|
+
"nextUri"?: string;
|
|
37107
37534
|
"lastUri"?: string;
|
|
37108
37535
|
"selfUri"?: string;
|
|
37109
37536
|
"pageCount"?: number;
|
|
@@ -37151,8 +37578,8 @@ declare namespace Models {
|
|
|
37151
37578
|
"pageNumber"?: number;
|
|
37152
37579
|
"total"?: number;
|
|
37153
37580
|
"firstUri"?: string;
|
|
37154
|
-
"nextUri"?: string;
|
|
37155
37581
|
"previousUri"?: string;
|
|
37582
|
+
"nextUri"?: string;
|
|
37156
37583
|
"lastUri"?: string;
|
|
37157
37584
|
"selfUri"?: string;
|
|
37158
37585
|
"pageCount"?: number;
|
|
@@ -37219,6 +37646,7 @@ declare namespace Models {
|
|
|
37219
37646
|
"messagingSetting"?: Models.MessagingSettingReference;
|
|
37220
37647
|
"status"?: string;
|
|
37221
37648
|
"messengerType": string;
|
|
37649
|
+
"openExtensionType"?: string;
|
|
37222
37650
|
"recipient"?: Models.DomainEntityRef;
|
|
37223
37651
|
"dateCreated"?: string;
|
|
37224
37652
|
"dateModified"?: string;
|
|
@@ -37234,8 +37662,8 @@ declare namespace Models {
|
|
|
37234
37662
|
"pageNumber"?: number;
|
|
37235
37663
|
"total"?: number;
|
|
37236
37664
|
"firstUri"?: string;
|
|
37237
|
-
"nextUri"?: string;
|
|
37238
37665
|
"previousUri"?: string;
|
|
37666
|
+
"nextUri"?: string;
|
|
37239
37667
|
"lastUri"?: string;
|
|
37240
37668
|
"selfUri"?: string;
|
|
37241
37669
|
"pageCount"?: number;
|
|
@@ -37717,6 +38145,7 @@ declare namespace Models {
|
|
|
37717
38145
|
"sourceId"?: string;
|
|
37718
38146
|
"primary"?: boolean;
|
|
37719
38147
|
"presenceDefinition"?: Models.PresenceDefinition;
|
|
38148
|
+
"futurePresenceDefinition"?: Models.PresenceDefinition;
|
|
37720
38149
|
"message"?: string;
|
|
37721
38150
|
"modifiedDate"?: string;
|
|
37722
38151
|
"selfUri"?: string;
|
|
@@ -37855,8 +38284,8 @@ declare namespace Models {
|
|
|
37855
38284
|
"pageNumber"?: number;
|
|
37856
38285
|
"total"?: number;
|
|
37857
38286
|
"firstUri"?: string;
|
|
37858
|
-
"nextUri"?: string;
|
|
37859
38287
|
"previousUri"?: string;
|
|
38288
|
+
"nextUri"?: string;
|
|
37860
38289
|
"lastUri"?: string;
|
|
37861
38290
|
"selfUri"?: string;
|
|
37862
38291
|
"pageCount"?: number;
|
|
@@ -37887,8 +38316,8 @@ declare namespace Models {
|
|
|
37887
38316
|
"pageNumber"?: number;
|
|
37888
38317
|
"total"?: number;
|
|
37889
38318
|
"firstUri"?: string;
|
|
37890
|
-
"nextUri"?: string;
|
|
37891
38319
|
"previousUri"?: string;
|
|
38320
|
+
"nextUri"?: string;
|
|
37892
38321
|
"lastUri"?: string;
|
|
37893
38322
|
"selfUri"?: string;
|
|
37894
38323
|
"pageCount"?: number;
|
|
@@ -37918,8 +38347,8 @@ declare namespace Models {
|
|
|
37918
38347
|
"pageNumber"?: number;
|
|
37919
38348
|
"total"?: number;
|
|
37920
38349
|
"firstUri"?: string;
|
|
37921
|
-
"nextUri"?: string;
|
|
37922
38350
|
"previousUri"?: string;
|
|
38351
|
+
"nextUri"?: string;
|
|
37923
38352
|
"lastUri"?: string;
|
|
37924
38353
|
"selfUri"?: string;
|
|
37925
38354
|
"pageCount"?: number;
|
|
@@ -37995,8 +38424,8 @@ declare namespace Models {
|
|
|
37995
38424
|
"total"?: number;
|
|
37996
38425
|
"partialResults"?: boolean;
|
|
37997
38426
|
"firstUri"?: string;
|
|
37998
|
-
"nextUri"?: string;
|
|
37999
38427
|
"previousUri"?: string;
|
|
38428
|
+
"nextUri"?: string;
|
|
38000
38429
|
"lastUri"?: string;
|
|
38001
38430
|
"selfUri"?: string;
|
|
38002
38431
|
"pageCount"?: number;
|
|
@@ -38046,8 +38475,8 @@ declare namespace Models {
|
|
|
38046
38475
|
"pageNumber"?: number;
|
|
38047
38476
|
"total"?: number;
|
|
38048
38477
|
"firstUri"?: string;
|
|
38049
|
-
"nextUri"?: string;
|
|
38050
38478
|
"previousUri"?: string;
|
|
38479
|
+
"nextUri"?: string;
|
|
38051
38480
|
"lastUri"?: string;
|
|
38052
38481
|
"selfUri"?: string;
|
|
38053
38482
|
"pageCount"?: number;
|
|
@@ -38195,8 +38624,8 @@ declare namespace Models {
|
|
|
38195
38624
|
"pageNumber"?: number;
|
|
38196
38625
|
"total"?: number;
|
|
38197
38626
|
"firstUri"?: string;
|
|
38198
|
-
"nextUri"?: string;
|
|
38199
38627
|
"previousUri"?: string;
|
|
38628
|
+
"nextUri"?: string;
|
|
38200
38629
|
"lastUri"?: string;
|
|
38201
38630
|
"selfUri"?: string;
|
|
38202
38631
|
"pageCount"?: number;
|
|
@@ -38403,8 +38832,8 @@ declare namespace Models {
|
|
|
38403
38832
|
"pageNumber"?: number;
|
|
38404
38833
|
"total"?: number;
|
|
38405
38834
|
"firstUri"?: string;
|
|
38406
|
-
"nextUri"?: string;
|
|
38407
38835
|
"previousUri"?: string;
|
|
38836
|
+
"nextUri"?: string;
|
|
38408
38837
|
"lastUri"?: string;
|
|
38409
38838
|
"selfUri"?: string;
|
|
38410
38839
|
"pageCount"?: number;
|
|
@@ -38429,7 +38858,7 @@ declare namespace Models {
|
|
|
38429
38858
|
"from": Models.OpenMessagingFromRecipient;
|
|
38430
38859
|
"time": string;
|
|
38431
38860
|
"messageId"?: string;
|
|
38432
|
-
"metadata"?:
|
|
38861
|
+
"metadata"?: Models.ConversationChannelMetadata;
|
|
38433
38862
|
}
|
|
38434
38863
|
|
|
38435
38864
|
export interface OpenInboundMessagingChannel {
|
|
@@ -38498,8 +38927,8 @@ declare namespace Models {
|
|
|
38498
38927
|
"pageNumber"?: number;
|
|
38499
38928
|
"total"?: number;
|
|
38500
38929
|
"firstUri"?: string;
|
|
38501
|
-
"nextUri"?: string;
|
|
38502
38930
|
"previousUri"?: string;
|
|
38931
|
+
"nextUri"?: string;
|
|
38503
38932
|
"lastUri"?: string;
|
|
38504
38933
|
"selfUri"?: string;
|
|
38505
38934
|
"pageCount"?: number;
|
|
@@ -38555,7 +38984,7 @@ declare namespace Models {
|
|
|
38555
38984
|
"to": Models.OpenMessagingToRecipient;
|
|
38556
38985
|
"from": Models.OpenMessagingFromRecipient;
|
|
38557
38986
|
"time": string;
|
|
38558
|
-
"metadata"?:
|
|
38987
|
+
"metadata"?: Models.ConversationChannelMetadata;
|
|
38559
38988
|
}
|
|
38560
38989
|
|
|
38561
38990
|
export interface OpenMessagingFromRecipient {
|
|
@@ -38622,7 +39051,7 @@ declare namespace Models {
|
|
|
38622
39051
|
"to"?: Models.OpenSocialMediaRecipient;
|
|
38623
39052
|
"from": Models.OpenSocialMediaRecipient;
|
|
38624
39053
|
"time": string;
|
|
38625
|
-
"metadata"?:
|
|
39054
|
+
"metadata"?: Models.ConversationChannelMetadata;
|
|
38626
39055
|
"publicMetadata": Models.OpenSocialMediaPublicMetadata;
|
|
38627
39056
|
}
|
|
38628
39057
|
|
|
@@ -38695,8 +39124,8 @@ declare namespace Models {
|
|
|
38695
39124
|
"pageNumber"?: number;
|
|
38696
39125
|
"total"?: number;
|
|
38697
39126
|
"firstUri"?: string;
|
|
38698
|
-
"nextUri"?: string;
|
|
38699
39127
|
"previousUri"?: string;
|
|
39128
|
+
"nextUri"?: string;
|
|
38700
39129
|
"lastUri"?: string;
|
|
38701
39130
|
"selfUri"?: string;
|
|
38702
39131
|
"pageCount"?: number;
|
|
@@ -38708,8 +39137,8 @@ declare namespace Models {
|
|
|
38708
39137
|
"pageNumber"?: number;
|
|
38709
39138
|
"total"?: number;
|
|
38710
39139
|
"firstUri"?: string;
|
|
38711
|
-
"nextUri"?: string;
|
|
38712
39140
|
"previousUri"?: string;
|
|
39141
|
+
"nextUri"?: string;
|
|
38713
39142
|
"lastUri"?: string;
|
|
38714
39143
|
"selfUri"?: string;
|
|
38715
39144
|
"pageCount"?: number;
|
|
@@ -38914,6 +39343,18 @@ declare namespace Models {
|
|
|
38914
39343
|
"selfUri"?: string;
|
|
38915
39344
|
}
|
|
38916
39345
|
|
|
39346
|
+
export interface OrganizationCallMetrics {
|
|
39347
|
+
"usage": number;
|
|
39348
|
+
"autoScalingTriggerPercentage": number;
|
|
39349
|
+
"cpuIntensity": string;
|
|
39350
|
+
"memoryIntensity": string;
|
|
39351
|
+
"concurrentCallCount": number;
|
|
39352
|
+
"concurrentCallSessionCount": number;
|
|
39353
|
+
"maxCallCapacity": number;
|
|
39354
|
+
"maxCallSessionCapacity": number;
|
|
39355
|
+
"autoScaleInProgress": string;
|
|
39356
|
+
}
|
|
39357
|
+
|
|
38917
39358
|
export interface OrganizationFeatures {
|
|
38918
39359
|
"realtimeCIC"?: boolean;
|
|
38919
39360
|
"purecloud"?: boolean;
|
|
@@ -38967,8 +39408,8 @@ declare namespace Models {
|
|
|
38967
39408
|
"pageNumber"?: number;
|
|
38968
39409
|
"total"?: number;
|
|
38969
39410
|
"firstUri"?: string;
|
|
38970
|
-
"nextUri"?: string;
|
|
38971
39411
|
"previousUri"?: string;
|
|
39412
|
+
"nextUri"?: string;
|
|
38972
39413
|
"lastUri"?: string;
|
|
38973
39414
|
"selfUri"?: string;
|
|
38974
39415
|
"pageCount"?: number;
|
|
@@ -39025,8 +39466,8 @@ declare namespace Models {
|
|
|
39025
39466
|
"pageNumber"?: number;
|
|
39026
39467
|
"total"?: number;
|
|
39027
39468
|
"firstUri"?: string;
|
|
39028
|
-
"nextUri"?: string;
|
|
39029
39469
|
"previousUri"?: string;
|
|
39470
|
+
"nextUri"?: string;
|
|
39030
39471
|
"lastUri"?: string;
|
|
39031
39472
|
"selfUri"?: string;
|
|
39032
39473
|
"pageCount"?: number;
|
|
@@ -39064,8 +39505,8 @@ declare namespace Models {
|
|
|
39064
39505
|
"pageNumber"?: number;
|
|
39065
39506
|
"total"?: number;
|
|
39066
39507
|
"firstUri"?: string;
|
|
39067
|
-
"nextUri"?: string;
|
|
39068
39508
|
"previousUri"?: string;
|
|
39509
|
+
"nextUri"?: string;
|
|
39069
39510
|
"lastUri"?: string;
|
|
39070
39511
|
"selfUri"?: string;
|
|
39071
39512
|
"pageCount"?: number;
|
|
@@ -39153,8 +39594,8 @@ declare namespace Models {
|
|
|
39153
39594
|
"pageNumber"?: number;
|
|
39154
39595
|
"total"?: number;
|
|
39155
39596
|
"firstUri"?: string;
|
|
39156
|
-
"nextUri"?: string;
|
|
39157
39597
|
"previousUri"?: string;
|
|
39598
|
+
"nextUri"?: string;
|
|
39158
39599
|
"lastUri"?: string;
|
|
39159
39600
|
"selfUri"?: string;
|
|
39160
39601
|
"pageCount"?: number;
|
|
@@ -39733,8 +40174,8 @@ declare namespace Models {
|
|
|
39733
40174
|
"total"?: number;
|
|
39734
40175
|
"totalNumberOfEntities"?: number;
|
|
39735
40176
|
"firstUri"?: string;
|
|
39736
|
-
"nextUri"?: string;
|
|
39737
40177
|
"previousUri"?: string;
|
|
40178
|
+
"nextUri"?: string;
|
|
39738
40179
|
"lastUri"?: string;
|
|
39739
40180
|
"selfUri"?: string;
|
|
39740
40181
|
"pageCount"?: number;
|
|
@@ -39747,8 +40188,8 @@ declare namespace Models {
|
|
|
39747
40188
|
"total"?: number;
|
|
39748
40189
|
"totalNumberOfEntities"?: number;
|
|
39749
40190
|
"firstUri"?: string;
|
|
39750
|
-
"nextUri"?: string;
|
|
39751
40191
|
"previousUri"?: string;
|
|
40192
|
+
"nextUri"?: string;
|
|
39752
40193
|
"lastUri"?: string;
|
|
39753
40194
|
"selfUri"?: string;
|
|
39754
40195
|
"pageCount"?: number;
|
|
@@ -39932,8 +40373,8 @@ declare namespace Models {
|
|
|
39932
40373
|
"pageNumber"?: number;
|
|
39933
40374
|
"total"?: number;
|
|
39934
40375
|
"firstUri"?: string;
|
|
39935
|
-
"nextUri"?: string;
|
|
39936
40376
|
"previousUri"?: string;
|
|
40377
|
+
"nextUri"?: string;
|
|
39937
40378
|
"lastUri"?: string;
|
|
39938
40379
|
"selfUri"?: string;
|
|
39939
40380
|
"pageCount"?: number;
|
|
@@ -40626,8 +41067,8 @@ declare namespace Models {
|
|
|
40626
41067
|
"pageNumber"?: number;
|
|
40627
41068
|
"total"?: number;
|
|
40628
41069
|
"firstUri"?: string;
|
|
40629
|
-
"nextUri"?: string;
|
|
40630
41070
|
"previousUri"?: string;
|
|
41071
|
+
"nextUri"?: string;
|
|
40631
41072
|
"lastUri"?: string;
|
|
40632
41073
|
"selfUri"?: string;
|
|
40633
41074
|
"pageCount"?: number;
|
|
@@ -40731,8 +41172,8 @@ declare namespace Models {
|
|
|
40731
41172
|
"total"?: number;
|
|
40732
41173
|
"totalNumberOfEntities"?: number;
|
|
40733
41174
|
"firstUri"?: string;
|
|
40734
|
-
"nextUri"?: string;
|
|
40735
41175
|
"previousUri"?: string;
|
|
41176
|
+
"nextUri"?: string;
|
|
40736
41177
|
"lastUri"?: string;
|
|
40737
41178
|
"selfUri"?: string;
|
|
40738
41179
|
"pageCount"?: number;
|
|
@@ -40810,8 +41251,8 @@ declare namespace Models {
|
|
|
40810
41251
|
"total"?: number;
|
|
40811
41252
|
"totalNumberOfEntities"?: number;
|
|
40812
41253
|
"firstUri"?: string;
|
|
40813
|
-
"nextUri"?: string;
|
|
40814
41254
|
"previousUri"?: string;
|
|
41255
|
+
"nextUri"?: string;
|
|
40815
41256
|
"lastUri"?: string;
|
|
40816
41257
|
"selfUri"?: string;
|
|
40817
41258
|
"pageCount"?: number;
|
|
@@ -40836,8 +41277,8 @@ declare namespace Models {
|
|
|
40836
41277
|
"total"?: number;
|
|
40837
41278
|
"totalNumberOfEntities"?: number;
|
|
40838
41279
|
"firstUri"?: string;
|
|
40839
|
-
"nextUri"?: string;
|
|
40840
41280
|
"previousUri"?: string;
|
|
41281
|
+
"nextUri"?: string;
|
|
40841
41282
|
"lastUri"?: string;
|
|
40842
41283
|
"selfUri"?: string;
|
|
40843
41284
|
"pageCount"?: number;
|
|
@@ -40915,8 +41356,8 @@ declare namespace Models {
|
|
|
40915
41356
|
"pageNumber"?: number;
|
|
40916
41357
|
"total"?: number;
|
|
40917
41358
|
"firstUri"?: string;
|
|
40918
|
-
"nextUri"?: string;
|
|
40919
41359
|
"previousUri"?: string;
|
|
41360
|
+
"nextUri"?: string;
|
|
40920
41361
|
"lastUri"?: string;
|
|
40921
41362
|
"selfUri"?: string;
|
|
40922
41363
|
"pageCount"?: number;
|
|
@@ -41092,8 +41533,8 @@ declare namespace Models {
|
|
|
41092
41533
|
"pageNumber"?: number;
|
|
41093
41534
|
"total"?: number;
|
|
41094
41535
|
"firstUri"?: string;
|
|
41095
|
-
"nextUri"?: string;
|
|
41096
41536
|
"previousUri"?: string;
|
|
41537
|
+
"nextUri"?: string;
|
|
41097
41538
|
"lastUri"?: string;
|
|
41098
41539
|
"selfUri"?: string;
|
|
41099
41540
|
"pageCount"?: number;
|
|
@@ -41424,8 +41865,8 @@ declare namespace Models {
|
|
|
41424
41865
|
"pageNumber"?: number;
|
|
41425
41866
|
"total"?: number;
|
|
41426
41867
|
"firstUri"?: string;
|
|
41427
|
-
"nextUri"?: string;
|
|
41428
41868
|
"previousUri"?: string;
|
|
41869
|
+
"nextUri"?: string;
|
|
41429
41870
|
"lastUri"?: string;
|
|
41430
41871
|
"selfUri"?: string;
|
|
41431
41872
|
"pageCount"?: number;
|
|
@@ -41583,8 +42024,8 @@ declare namespace Models {
|
|
|
41583
42024
|
"pageNumber"?: number;
|
|
41584
42025
|
"total"?: number;
|
|
41585
42026
|
"firstUri"?: string;
|
|
41586
|
-
"nextUri"?: string;
|
|
41587
42027
|
"previousUri"?: string;
|
|
42028
|
+
"nextUri"?: string;
|
|
41588
42029
|
"lastUri"?: string;
|
|
41589
42030
|
"selfUri"?: string;
|
|
41590
42031
|
"pageCount"?: number;
|
|
@@ -41601,8 +42042,8 @@ declare namespace Models {
|
|
|
41601
42042
|
"pageNumber"?: number;
|
|
41602
42043
|
"total"?: number;
|
|
41603
42044
|
"firstUri"?: string;
|
|
41604
|
-
"nextUri"?: string;
|
|
41605
42045
|
"previousUri"?: string;
|
|
42046
|
+
"nextUri"?: string;
|
|
41606
42047
|
"lastUri"?: string;
|
|
41607
42048
|
"selfUri"?: string;
|
|
41608
42049
|
"pageCount"?: number;
|
|
@@ -45036,8 +45477,8 @@ declare namespace Models {
|
|
|
45036
45477
|
"pageNumber"?: number;
|
|
45037
45478
|
"total"?: number;
|
|
45038
45479
|
"firstUri"?: string;
|
|
45039
|
-
"nextUri"?: string;
|
|
45040
45480
|
"previousUri"?: string;
|
|
45481
|
+
"nextUri"?: string;
|
|
45041
45482
|
"lastUri"?: string;
|
|
45042
45483
|
"selfUri"?: string;
|
|
45043
45484
|
"pageCount"?: number;
|
|
@@ -45067,8 +45508,8 @@ declare namespace Models {
|
|
|
45067
45508
|
"pageNumber"?: number;
|
|
45068
45509
|
"pageSize"?: number;
|
|
45069
45510
|
"firstUri"?: string;
|
|
45070
|
-
"nextUri"?: string;
|
|
45071
45511
|
"previousUri"?: string;
|
|
45512
|
+
"nextUri"?: string;
|
|
45072
45513
|
"selfUri"?: string;
|
|
45073
45514
|
}
|
|
45074
45515
|
|
|
@@ -45078,8 +45519,8 @@ declare namespace Models {
|
|
|
45078
45519
|
"pageNumber"?: number;
|
|
45079
45520
|
"total"?: number;
|
|
45080
45521
|
"firstUri"?: string;
|
|
45081
|
-
"nextUri"?: string;
|
|
45082
45522
|
"previousUri"?: string;
|
|
45523
|
+
"nextUri"?: string;
|
|
45083
45524
|
"lastUri"?: string;
|
|
45084
45525
|
"selfUri"?: string;
|
|
45085
45526
|
"pageCount"?: number;
|
|
@@ -45324,8 +45765,8 @@ declare namespace Models {
|
|
|
45324
45765
|
"pageNumber"?: number;
|
|
45325
45766
|
"total"?: number;
|
|
45326
45767
|
"firstUri"?: string;
|
|
45327
|
-
"nextUri"?: string;
|
|
45328
45768
|
"previousUri"?: string;
|
|
45769
|
+
"nextUri"?: string;
|
|
45329
45770
|
"lastUri"?: string;
|
|
45330
45771
|
"selfUri"?: string;
|
|
45331
45772
|
"pageCount"?: number;
|
|
@@ -45588,8 +46029,8 @@ declare namespace Models {
|
|
|
45588
46029
|
"pageNumber"?: number;
|
|
45589
46030
|
"total"?: number;
|
|
45590
46031
|
"firstUri"?: string;
|
|
45591
|
-
"nextUri"?: string;
|
|
45592
46032
|
"previousUri"?: string;
|
|
46033
|
+
"nextUri"?: string;
|
|
45593
46034
|
"lastUri"?: string;
|
|
45594
46035
|
"selfUri"?: string;
|
|
45595
46036
|
"pageCount"?: number;
|
|
@@ -45665,6 +46106,7 @@ declare namespace Models {
|
|
|
45665
46106
|
"paymentResponse"?: Models.PaymentResponse;
|
|
45666
46107
|
"form"?: Models.RecordingForm;
|
|
45667
46108
|
"roadsideAssistance"?: Models.RecordingRoadsideAssistance;
|
|
46109
|
+
"richLink"?: Models.RichLink;
|
|
45668
46110
|
"messageReceipts"?: Array<Models.RecordingMessageReceipt>;
|
|
45669
46111
|
}
|
|
45670
46112
|
|
|
@@ -45881,8 +46323,8 @@ declare namespace Models {
|
|
|
45881
46323
|
"total"?: number;
|
|
45882
46324
|
"partialResults"?: boolean;
|
|
45883
46325
|
"firstUri"?: string;
|
|
45884
|
-
"nextUri"?: string;
|
|
45885
46326
|
"previousUri"?: string;
|
|
46327
|
+
"nextUri"?: string;
|
|
45886
46328
|
"lastUri"?: string;
|
|
45887
46329
|
"selfUri"?: string;
|
|
45888
46330
|
"pageCount"?: number;
|
|
@@ -45965,8 +46407,8 @@ declare namespace Models {
|
|
|
45965
46407
|
"pageNumber"?: number;
|
|
45966
46408
|
"total"?: number;
|
|
45967
46409
|
"firstUri"?: string;
|
|
45968
|
-
"nextUri"?: string;
|
|
45969
46410
|
"previousUri"?: string;
|
|
46411
|
+
"nextUri"?: string;
|
|
45970
46412
|
"lastUri"?: string;
|
|
45971
46413
|
"selfUri"?: string;
|
|
45972
46414
|
"pageCount"?: number;
|
|
@@ -46039,8 +46481,8 @@ declare namespace Models {
|
|
|
46039
46481
|
"pageNumber"?: number;
|
|
46040
46482
|
"total"?: number;
|
|
46041
46483
|
"firstUri"?: string;
|
|
46042
|
-
"nextUri"?: string;
|
|
46043
46484
|
"previousUri"?: string;
|
|
46485
|
+
"nextUri"?: string;
|
|
46044
46486
|
"lastUri"?: string;
|
|
46045
46487
|
"selfUri"?: string;
|
|
46046
46488
|
"pageCount"?: number;
|
|
@@ -46164,8 +46606,8 @@ declare namespace Models {
|
|
|
46164
46606
|
"total"?: number;
|
|
46165
46607
|
"queueTotal": number;
|
|
46166
46608
|
"firstUri"?: string;
|
|
46167
|
-
"nextUri"?: string;
|
|
46168
46609
|
"previousUri"?: string;
|
|
46610
|
+
"nextUri"?: string;
|
|
46169
46611
|
"lastUri"?: string;
|
|
46170
46612
|
"selfUri"?: string;
|
|
46171
46613
|
"pageCount"?: number;
|
|
@@ -46494,8 +46936,8 @@ declare namespace Models {
|
|
|
46494
46936
|
"total"?: number;
|
|
46495
46937
|
"pageCount"?: number;
|
|
46496
46938
|
"firstUri"?: string;
|
|
46497
|
-
"nextUri"?: string;
|
|
46498
46939
|
"previousUri"?: string;
|
|
46940
|
+
"nextUri"?: string;
|
|
46499
46941
|
"lastUri"?: string;
|
|
46500
46942
|
"selfUri"?: string;
|
|
46501
46943
|
}
|
|
@@ -46506,8 +46948,8 @@ declare namespace Models {
|
|
|
46506
46948
|
"pageNumber"?: number;
|
|
46507
46949
|
"total"?: number;
|
|
46508
46950
|
"firstUri"?: string;
|
|
46509
|
-
"nextUri"?: string;
|
|
46510
46951
|
"previousUri"?: string;
|
|
46952
|
+
"nextUri"?: string;
|
|
46511
46953
|
"lastUri"?: string;
|
|
46512
46954
|
"selfUri"?: string;
|
|
46513
46955
|
"pageCount"?: number;
|
|
@@ -46561,8 +47003,8 @@ declare namespace Models {
|
|
|
46561
47003
|
"pageNumber"?: number;
|
|
46562
47004
|
"total"?: number;
|
|
46563
47005
|
"firstUri"?: string;
|
|
46564
|
-
"nextUri"?: string;
|
|
46565
47006
|
"previousUri"?: string;
|
|
47007
|
+
"nextUri"?: string;
|
|
46566
47008
|
"lastUri"?: string;
|
|
46567
47009
|
"selfUri"?: string;
|
|
46568
47010
|
"pageCount"?: number;
|
|
@@ -46917,8 +47359,8 @@ declare namespace Models {
|
|
|
46917
47359
|
"pageNumber"?: number;
|
|
46918
47360
|
"total"?: number;
|
|
46919
47361
|
"firstUri"?: string;
|
|
46920
|
-
"nextUri"?: string;
|
|
46921
47362
|
"previousUri"?: string;
|
|
47363
|
+
"nextUri"?: string;
|
|
46922
47364
|
"lastUri"?: string;
|
|
46923
47365
|
"selfUri"?: string;
|
|
46924
47366
|
"pageCount"?: number;
|
|
@@ -47049,8 +47491,8 @@ declare namespace Models {
|
|
|
47049
47491
|
"total"?: number;
|
|
47050
47492
|
"totalNumberOfEntities"?: number;
|
|
47051
47493
|
"firstUri"?: string;
|
|
47052
|
-
"nextUri"?: string;
|
|
47053
47494
|
"previousUri"?: string;
|
|
47495
|
+
"nextUri"?: string;
|
|
47054
47496
|
"lastUri"?: string;
|
|
47055
47497
|
"selfUri"?: string;
|
|
47056
47498
|
"pageCount"?: number;
|
|
@@ -47063,8 +47505,8 @@ declare namespace Models {
|
|
|
47063
47505
|
"total"?: number;
|
|
47064
47506
|
"totalNumberOfEntities"?: number;
|
|
47065
47507
|
"firstUri"?: string;
|
|
47066
|
-
"nextUri"?: string;
|
|
47067
47508
|
"previousUri"?: string;
|
|
47509
|
+
"nextUri"?: string;
|
|
47068
47510
|
"lastUri"?: string;
|
|
47069
47511
|
"selfUri"?: string;
|
|
47070
47512
|
"pageCount"?: number;
|
|
@@ -47135,8 +47577,8 @@ declare namespace Models {
|
|
|
47135
47577
|
"total"?: number;
|
|
47136
47578
|
"totalNumberOfEntities"?: number;
|
|
47137
47579
|
"firstUri"?: string;
|
|
47138
|
-
"nextUri"?: string;
|
|
47139
47580
|
"previousUri"?: string;
|
|
47581
|
+
"nextUri"?: string;
|
|
47140
47582
|
"lastUri"?: string;
|
|
47141
47583
|
"selfUri"?: string;
|
|
47142
47584
|
"pageCount"?: number;
|
|
@@ -47149,8 +47591,8 @@ declare namespace Models {
|
|
|
47149
47591
|
"total"?: number;
|
|
47150
47592
|
"totalNumberOfEntities"?: number;
|
|
47151
47593
|
"firstUri"?: string;
|
|
47152
|
-
"nextUri"?: string;
|
|
47153
47594
|
"previousUri"?: string;
|
|
47595
|
+
"nextUri"?: string;
|
|
47154
47596
|
"lastUri"?: string;
|
|
47155
47597
|
"selfUri"?: string;
|
|
47156
47598
|
"pageCount"?: number;
|
|
@@ -47595,8 +48037,8 @@ declare namespace Models {
|
|
|
47595
48037
|
"total"?: number;
|
|
47596
48038
|
"truncatedDivisions"?: boolean;
|
|
47597
48039
|
"firstUri"?: string;
|
|
47598
|
-
"nextUri"?: string;
|
|
47599
48040
|
"previousUri"?: string;
|
|
48041
|
+
"nextUri"?: string;
|
|
47600
48042
|
"lastUri"?: string;
|
|
47601
48043
|
"selfUri"?: string;
|
|
47602
48044
|
"pageCount"?: number;
|
|
@@ -47727,8 +48169,8 @@ declare namespace Models {
|
|
|
47727
48169
|
"pageNumber"?: number;
|
|
47728
48170
|
"total"?: number;
|
|
47729
48171
|
"firstUri"?: string;
|
|
47730
|
-
"nextUri"?: string;
|
|
47731
48172
|
"previousUri"?: string;
|
|
48173
|
+
"nextUri"?: string;
|
|
47732
48174
|
"lastUri"?: string;
|
|
47733
48175
|
"selfUri"?: string;
|
|
47734
48176
|
"pageCount"?: number;
|
|
@@ -47814,8 +48256,8 @@ declare namespace Models {
|
|
|
47814
48256
|
"pageNumber"?: number;
|
|
47815
48257
|
"total"?: number;
|
|
47816
48258
|
"firstUri"?: string;
|
|
47817
|
-
"nextUri"?: string;
|
|
47818
48259
|
"previousUri"?: string;
|
|
48260
|
+
"nextUri"?: string;
|
|
47819
48261
|
"lastUri"?: string;
|
|
47820
48262
|
"selfUri"?: string;
|
|
47821
48263
|
"pageCount"?: number;
|
|
@@ -48196,8 +48638,8 @@ declare namespace Models {
|
|
|
48196
48638
|
"pageNumber"?: number;
|
|
48197
48639
|
"total"?: number;
|
|
48198
48640
|
"firstUri"?: string;
|
|
48199
|
-
"nextUri"?: string;
|
|
48200
48641
|
"previousUri"?: string;
|
|
48642
|
+
"nextUri"?: string;
|
|
48201
48643
|
"lastUri"?: string;
|
|
48202
48644
|
"selfUri"?: string;
|
|
48203
48645
|
"pageCount"?: number;
|
|
@@ -48465,8 +48907,8 @@ declare namespace Models {
|
|
|
48465
48907
|
"total"?: number;
|
|
48466
48908
|
"totalNumberOfEntities"?: number;
|
|
48467
48909
|
"firstUri"?: string;
|
|
48468
|
-
"nextUri"?: string;
|
|
48469
48910
|
"previousUri"?: string;
|
|
48911
|
+
"nextUri"?: string;
|
|
48470
48912
|
"lastUri"?: string;
|
|
48471
48913
|
"selfUri"?: string;
|
|
48472
48914
|
"pageCount"?: number;
|
|
@@ -48518,8 +48960,8 @@ declare namespace Models {
|
|
|
48518
48960
|
"pageNumber"?: number;
|
|
48519
48961
|
"total"?: number;
|
|
48520
48962
|
"firstUri"?: string;
|
|
48521
|
-
"nextUri"?: string;
|
|
48522
48963
|
"previousUri"?: string;
|
|
48964
|
+
"nextUri"?: string;
|
|
48523
48965
|
"lastUri"?: string;
|
|
48524
48966
|
"selfUri"?: string;
|
|
48525
48967
|
"pageCount"?: number;
|
|
@@ -48630,8 +49072,8 @@ declare namespace Models {
|
|
|
48630
49072
|
"pageNumber"?: number;
|
|
48631
49073
|
"total"?: number;
|
|
48632
49074
|
"firstUri"?: string;
|
|
48633
|
-
"nextUri"?: string;
|
|
48634
49075
|
"previousUri"?: string;
|
|
49076
|
+
"nextUri"?: string;
|
|
48635
49077
|
"lastUri"?: string;
|
|
48636
49078
|
"selfUri"?: string;
|
|
48637
49079
|
"pageCount"?: number;
|
|
@@ -48719,8 +49161,8 @@ declare namespace Models {
|
|
|
48719
49161
|
"pageNumber"?: number;
|
|
48720
49162
|
"total"?: number;
|
|
48721
49163
|
"firstUri"?: string;
|
|
48722
|
-
"nextUri"?: string;
|
|
48723
49164
|
"previousUri"?: string;
|
|
49165
|
+
"nextUri"?: string;
|
|
48724
49166
|
"lastUri"?: string;
|
|
48725
49167
|
"selfUri"?: string;
|
|
48726
49168
|
"pageCount"?: number;
|
|
@@ -48806,8 +49248,8 @@ declare namespace Models {
|
|
|
48806
49248
|
"pageNumber"?: number;
|
|
48807
49249
|
"total"?: number;
|
|
48808
49250
|
"firstUri"?: string;
|
|
48809
|
-
"nextUri"?: string;
|
|
48810
49251
|
"previousUri"?: string;
|
|
49252
|
+
"nextUri"?: string;
|
|
48811
49253
|
"lastUri"?: string;
|
|
48812
49254
|
"selfUri"?: string;
|
|
48813
49255
|
"pageCount"?: number;
|
|
@@ -49003,8 +49445,8 @@ declare namespace Models {
|
|
|
49003
49445
|
"pageNumber"?: number;
|
|
49004
49446
|
"total"?: number;
|
|
49005
49447
|
"firstUri"?: string;
|
|
49006
|
-
"nextUri"?: string;
|
|
49007
49448
|
"previousUri"?: string;
|
|
49449
|
+
"nextUri"?: string;
|
|
49008
49450
|
"lastUri"?: string;
|
|
49009
49451
|
"selfUri"?: string;
|
|
49010
49452
|
"pageCount"?: number;
|
|
@@ -49320,8 +49762,8 @@ declare namespace Models {
|
|
|
49320
49762
|
"total"?: number;
|
|
49321
49763
|
"totalNumberOfEntities"?: number;
|
|
49322
49764
|
"firstUri"?: string;
|
|
49323
|
-
"nextUri"?: string;
|
|
49324
49765
|
"previousUri"?: string;
|
|
49766
|
+
"nextUri"?: string;
|
|
49325
49767
|
"lastUri"?: string;
|
|
49326
49768
|
"selfUri"?: string;
|
|
49327
49769
|
"pageCount"?: number;
|
|
@@ -49396,8 +49838,8 @@ declare namespace Models {
|
|
|
49396
49838
|
"pageNumber"?: number;
|
|
49397
49839
|
"total"?: number;
|
|
49398
49840
|
"firstUri"?: string;
|
|
49399
|
-
"nextUri"?: string;
|
|
49400
49841
|
"previousUri"?: string;
|
|
49842
|
+
"nextUri"?: string;
|
|
49401
49843
|
"lastUri"?: string;
|
|
49402
49844
|
"selfUri"?: string;
|
|
49403
49845
|
"pageCount"?: number;
|
|
@@ -49422,8 +49864,8 @@ declare namespace Models {
|
|
|
49422
49864
|
"pageNumber"?: number;
|
|
49423
49865
|
"total"?: number;
|
|
49424
49866
|
"firstUri"?: string;
|
|
49425
|
-
"nextUri"?: string;
|
|
49426
49867
|
"previousUri"?: string;
|
|
49868
|
+
"nextUri"?: string;
|
|
49427
49869
|
"lastUri"?: string;
|
|
49428
49870
|
"selfUri"?: string;
|
|
49429
49871
|
"pageCount"?: number;
|
|
@@ -49690,8 +50132,8 @@ declare namespace Models {
|
|
|
49690
50132
|
"pageNumber"?: number;
|
|
49691
50133
|
"total"?: number;
|
|
49692
50134
|
"firstUri"?: string;
|
|
49693
|
-
"nextUri"?: string;
|
|
49694
50135
|
"previousUri"?: string;
|
|
50136
|
+
"nextUri"?: string;
|
|
49695
50137
|
"lastUri"?: string;
|
|
49696
50138
|
"selfUri"?: string;
|
|
49697
50139
|
"pageCount"?: number;
|
|
@@ -49814,8 +50256,8 @@ declare namespace Models {
|
|
|
49814
50256
|
"pageNumber"?: number;
|
|
49815
50257
|
"total"?: number;
|
|
49816
50258
|
"firstUri"?: string;
|
|
49817
|
-
"nextUri"?: string;
|
|
49818
50259
|
"previousUri"?: string;
|
|
50260
|
+
"nextUri"?: string;
|
|
49819
50261
|
"lastUri"?: string;
|
|
49820
50262
|
"selfUri"?: string;
|
|
49821
50263
|
"pageCount"?: number;
|
|
@@ -50002,8 +50444,8 @@ declare namespace Models {
|
|
|
50002
50444
|
"pageNumber"?: number;
|
|
50003
50445
|
"total"?: number;
|
|
50004
50446
|
"firstUri"?: string;
|
|
50005
|
-
"nextUri"?: string;
|
|
50006
50447
|
"previousUri"?: string;
|
|
50448
|
+
"nextUri"?: string;
|
|
50007
50449
|
"lastUri"?: string;
|
|
50008
50450
|
"selfUri"?: string;
|
|
50009
50451
|
"pageCount"?: number;
|
|
@@ -50123,8 +50565,8 @@ declare namespace Models {
|
|
|
50123
50565
|
"pageNumber"?: number;
|
|
50124
50566
|
"total"?: number;
|
|
50125
50567
|
"firstUri"?: string;
|
|
50126
|
-
"nextUri"?: string;
|
|
50127
50568
|
"previousUri"?: string;
|
|
50569
|
+
"nextUri"?: string;
|
|
50128
50570
|
"lastUri"?: string;
|
|
50129
50571
|
"selfUri"?: string;
|
|
50130
50572
|
"pageCount"?: number;
|
|
@@ -50136,8 +50578,8 @@ declare namespace Models {
|
|
|
50136
50578
|
"pageNumber"?: number;
|
|
50137
50579
|
"total"?: number;
|
|
50138
50580
|
"firstUri"?: string;
|
|
50139
|
-
"nextUri"?: string;
|
|
50140
50581
|
"previousUri"?: string;
|
|
50582
|
+
"nextUri"?: string;
|
|
50141
50583
|
"lastUri"?: string;
|
|
50142
50584
|
"selfUri"?: string;
|
|
50143
50585
|
"pageCount"?: number;
|
|
@@ -50163,8 +50605,8 @@ declare namespace Models {
|
|
|
50163
50605
|
"pageNumber"?: number;
|
|
50164
50606
|
"total"?: number;
|
|
50165
50607
|
"firstUri"?: string;
|
|
50166
|
-
"nextUri"?: string;
|
|
50167
50608
|
"previousUri"?: string;
|
|
50609
|
+
"nextUri"?: string;
|
|
50168
50610
|
"lastUri"?: string;
|
|
50169
50611
|
"selfUri"?: string;
|
|
50170
50612
|
"pageCount"?: number;
|
|
@@ -51019,8 +51461,8 @@ declare namespace Models {
|
|
|
51019
51461
|
"pageNumber"?: number;
|
|
51020
51462
|
"total"?: number;
|
|
51021
51463
|
"firstUri"?: string;
|
|
51022
|
-
"nextUri"?: string;
|
|
51023
51464
|
"previousUri"?: string;
|
|
51465
|
+
"nextUri"?: string;
|
|
51024
51466
|
"lastUri"?: string;
|
|
51025
51467
|
"selfUri"?: string;
|
|
51026
51468
|
"pageCount"?: number;
|
|
@@ -51569,8 +52011,8 @@ declare namespace Models {
|
|
|
51569
52011
|
"total"?: number;
|
|
51570
52012
|
"totalNumberOfEntities"?: number;
|
|
51571
52013
|
"firstUri"?: string;
|
|
51572
|
-
"nextUri"?: string;
|
|
51573
52014
|
"previousUri"?: string;
|
|
52015
|
+
"nextUri"?: string;
|
|
51574
52016
|
"lastUri"?: string;
|
|
51575
52017
|
"selfUri"?: string;
|
|
51576
52018
|
"pageCount"?: number;
|
|
@@ -51588,8 +52030,8 @@ declare namespace Models {
|
|
|
51588
52030
|
"total"?: number;
|
|
51589
52031
|
"totalNumberOfEntities"?: number;
|
|
51590
52032
|
"firstUri"?: string;
|
|
51591
|
-
"nextUri"?: string;
|
|
51592
52033
|
"previousUri"?: string;
|
|
52034
|
+
"nextUri"?: string;
|
|
51593
52035
|
"lastUri"?: string;
|
|
51594
52036
|
"selfUri"?: string;
|
|
51595
52037
|
"pageCount"?: number;
|
|
@@ -51658,8 +52100,8 @@ declare namespace Models {
|
|
|
51658
52100
|
"total"?: number;
|
|
51659
52101
|
"totalNumberOfEntities"?: number;
|
|
51660
52102
|
"firstUri"?: string;
|
|
51661
|
-
"nextUri"?: string;
|
|
51662
52103
|
"previousUri"?: string;
|
|
52104
|
+
"nextUri"?: string;
|
|
51663
52105
|
"lastUri"?: string;
|
|
51664
52106
|
"selfUri"?: string;
|
|
51665
52107
|
"pageCount"?: number;
|
|
@@ -51741,8 +52183,8 @@ declare namespace Models {
|
|
|
51741
52183
|
"pageNumber"?: number;
|
|
51742
52184
|
"total"?: number;
|
|
51743
52185
|
"firstUri"?: string;
|
|
51744
|
-
"nextUri"?: string;
|
|
51745
52186
|
"previousUri"?: string;
|
|
52187
|
+
"nextUri"?: string;
|
|
51746
52188
|
"lastUri"?: string;
|
|
51747
52189
|
"selfUri"?: string;
|
|
51748
52190
|
"pageCount"?: number;
|
|
@@ -51775,8 +52217,8 @@ declare namespace Models {
|
|
|
51775
52217
|
"pageNumber"?: number;
|
|
51776
52218
|
"total"?: number;
|
|
51777
52219
|
"firstUri"?: string;
|
|
51778
|
-
"nextUri"?: string;
|
|
51779
52220
|
"previousUri"?: string;
|
|
52221
|
+
"nextUri"?: string;
|
|
51780
52222
|
"lastUri"?: string;
|
|
51781
52223
|
"selfUri"?: string;
|
|
51782
52224
|
"pageCount"?: number;
|
|
@@ -51861,8 +52303,8 @@ declare namespace Models {
|
|
|
51861
52303
|
"pageNumber"?: number;
|
|
51862
52304
|
"total"?: number;
|
|
51863
52305
|
"firstUri"?: string;
|
|
51864
|
-
"nextUri"?: string;
|
|
51865
52306
|
"previousUri"?: string;
|
|
52307
|
+
"nextUri"?: string;
|
|
51866
52308
|
"lastUri"?: string;
|
|
51867
52309
|
"selfUri"?: string;
|
|
51868
52310
|
"pageCount"?: number;
|
|
@@ -51956,8 +52398,8 @@ declare namespace Models {
|
|
|
51956
52398
|
"pageNumber"?: number;
|
|
51957
52399
|
"total"?: number;
|
|
51958
52400
|
"firstUri"?: string;
|
|
51959
|
-
"nextUri"?: string;
|
|
51960
52401
|
"previousUri"?: string;
|
|
52402
|
+
"nextUri"?: string;
|
|
51961
52403
|
"lastUri"?: string;
|
|
51962
52404
|
"selfUri"?: string;
|
|
51963
52405
|
"pageCount"?: number;
|
|
@@ -51980,8 +52422,8 @@ declare namespace Models {
|
|
|
51980
52422
|
"pageNumber"?: number;
|
|
51981
52423
|
"total"?: number;
|
|
51982
52424
|
"firstUri"?: string;
|
|
51983
|
-
"nextUri"?: string;
|
|
51984
52425
|
"previousUri"?: string;
|
|
52426
|
+
"nextUri"?: string;
|
|
51985
52427
|
"lastUri"?: string;
|
|
51986
52428
|
"selfUri"?: string;
|
|
51987
52429
|
"pageCount"?: number;
|
|
@@ -52008,8 +52450,8 @@ declare namespace Models {
|
|
|
52008
52450
|
"pageNumber"?: number;
|
|
52009
52451
|
"total"?: number;
|
|
52010
52452
|
"firstUri"?: string;
|
|
52011
|
-
"nextUri"?: string;
|
|
52012
52453
|
"previousUri"?: string;
|
|
52454
|
+
"nextUri"?: string;
|
|
52013
52455
|
"lastUri"?: string;
|
|
52014
52456
|
"selfUri"?: string;
|
|
52015
52457
|
"pageCount"?: number;
|
|
@@ -52073,8 +52515,8 @@ declare namespace Models {
|
|
|
52073
52515
|
"pageNumber"?: number;
|
|
52074
52516
|
"total"?: number;
|
|
52075
52517
|
"firstUri"?: string;
|
|
52076
|
-
"nextUri"?: string;
|
|
52077
52518
|
"previousUri"?: string;
|
|
52519
|
+
"nextUri"?: string;
|
|
52078
52520
|
"lastUri"?: string;
|
|
52079
52521
|
"selfUri"?: string;
|
|
52080
52522
|
"pageCount"?: number;
|
|
@@ -52118,8 +52560,8 @@ declare namespace Models {
|
|
|
52118
52560
|
"pageNumber"?: number;
|
|
52119
52561
|
"total"?: number;
|
|
52120
52562
|
"firstUri"?: string;
|
|
52121
|
-
"nextUri"?: string;
|
|
52122
52563
|
"previousUri"?: string;
|
|
52564
|
+
"nextUri"?: string;
|
|
52123
52565
|
"lastUri"?: string;
|
|
52124
52566
|
"selfUri"?: string;
|
|
52125
52567
|
"pageCount"?: number;
|
|
@@ -52196,8 +52638,8 @@ declare namespace Models {
|
|
|
52196
52638
|
"pageNumber"?: number;
|
|
52197
52639
|
"total"?: number;
|
|
52198
52640
|
"firstUri"?: string;
|
|
52199
|
-
"nextUri"?: string;
|
|
52200
52641
|
"previousUri"?: string;
|
|
52642
|
+
"nextUri"?: string;
|
|
52201
52643
|
"lastUri"?: string;
|
|
52202
52644
|
"selfUri"?: string;
|
|
52203
52645
|
"pageCount"?: number;
|
|
@@ -52320,8 +52762,8 @@ declare namespace Models {
|
|
|
52320
52762
|
"pageNumber"?: number;
|
|
52321
52763
|
"total"?: number;
|
|
52322
52764
|
"firstUri"?: string;
|
|
52323
|
-
"nextUri"?: string;
|
|
52324
52765
|
"previousUri"?: string;
|
|
52766
|
+
"nextUri"?: string;
|
|
52325
52767
|
"lastUri"?: string;
|
|
52326
52768
|
"selfUri"?: string;
|
|
52327
52769
|
"pageCount"?: number;
|
|
@@ -52598,6 +53040,10 @@ declare namespace Models {
|
|
|
52598
53040
|
"impactOverride"?: Models.ServiceGoalTemplateImpactOverride;
|
|
52599
53041
|
}
|
|
52600
53042
|
|
|
53043
|
+
export interface UpdateSkillDivisionRequest {
|
|
53044
|
+
"divisionId"?: string;
|
|
53045
|
+
}
|
|
53046
|
+
|
|
52601
53047
|
export interface UpdateStaffingGroupRequest {
|
|
52602
53048
|
"name"?: string;
|
|
52603
53049
|
"userIds"?: Models.SetWrapperString;
|
|
@@ -52966,8 +53412,8 @@ declare namespace Models {
|
|
|
52966
53412
|
"pageNumber"?: number;
|
|
52967
53413
|
"total"?: number;
|
|
52968
53414
|
"firstUri"?: string;
|
|
52969
|
-
"nextUri"?: string;
|
|
52970
53415
|
"previousUri"?: string;
|
|
53416
|
+
"nextUri"?: string;
|
|
52971
53417
|
"lastUri"?: string;
|
|
52972
53418
|
"selfUri"?: string;
|
|
52973
53419
|
"pageCount"?: number;
|
|
@@ -53168,8 +53614,8 @@ declare namespace Models {
|
|
|
53168
53614
|
"pageNumber"?: number;
|
|
53169
53615
|
"total"?: number;
|
|
53170
53616
|
"firstUri"?: string;
|
|
53171
|
-
"nextUri"?: string;
|
|
53172
53617
|
"previousUri"?: string;
|
|
53618
|
+
"nextUri"?: string;
|
|
53173
53619
|
"lastUri"?: string;
|
|
53174
53620
|
"selfUri"?: string;
|
|
53175
53621
|
"pageCount"?: number;
|
|
@@ -53258,8 +53704,8 @@ declare namespace Models {
|
|
|
53258
53704
|
"pageNumber"?: number;
|
|
53259
53705
|
"total"?: number;
|
|
53260
53706
|
"firstUri"?: string;
|
|
53261
|
-
"nextUri"?: string;
|
|
53262
53707
|
"previousUri"?: string;
|
|
53708
|
+
"nextUri"?: string;
|
|
53263
53709
|
"lastUri"?: string;
|
|
53264
53710
|
"selfUri"?: string;
|
|
53265
53711
|
"pageCount"?: number;
|
|
@@ -53396,6 +53842,7 @@ declare namespace Models {
|
|
|
53396
53842
|
"sourceId"?: string;
|
|
53397
53843
|
"primary"?: boolean;
|
|
53398
53844
|
"presenceDefinition"?: Models.PresenceDefinition;
|
|
53845
|
+
"futurePresenceDefinition"?: Models.PresenceDefinition;
|
|
53399
53846
|
"message"?: string;
|
|
53400
53847
|
"modifiedDate"?: string;
|
|
53401
53848
|
"selfUri"?: string;
|
|
@@ -53434,8 +53881,8 @@ declare namespace Models {
|
|
|
53434
53881
|
"pageNumber"?: number;
|
|
53435
53882
|
"total"?: number;
|
|
53436
53883
|
"firstUri"?: string;
|
|
53437
|
-
"nextUri"?: string;
|
|
53438
53884
|
"previousUri"?: string;
|
|
53885
|
+
"nextUri"?: string;
|
|
53439
53886
|
"lastUri"?: string;
|
|
53440
53887
|
"selfUri"?: string;
|
|
53441
53888
|
"pageCount"?: number;
|
|
@@ -53503,8 +53950,8 @@ declare namespace Models {
|
|
|
53503
53950
|
"pageNumber"?: number;
|
|
53504
53951
|
"total"?: number;
|
|
53505
53952
|
"firstUri"?: string;
|
|
53506
|
-
"nextUri"?: string;
|
|
53507
53953
|
"previousUri"?: string;
|
|
53954
|
+
"nextUri"?: string;
|
|
53508
53955
|
"lastUri"?: string;
|
|
53509
53956
|
"selfUri"?: string;
|
|
53510
53957
|
"pageCount"?: number;
|
|
@@ -53531,8 +53978,8 @@ declare namespace Models {
|
|
|
53531
53978
|
"pageNumber"?: number;
|
|
53532
53979
|
"total"?: number;
|
|
53533
53980
|
"firstUri"?: string;
|
|
53534
|
-
"nextUri"?: string;
|
|
53535
53981
|
"previousUri"?: string;
|
|
53982
|
+
"nextUri"?: string;
|
|
53536
53983
|
"lastUri"?: string;
|
|
53537
53984
|
"selfUri"?: string;
|
|
53538
53985
|
"pageCount"?: number;
|
|
@@ -53749,8 +54196,8 @@ declare namespace Models {
|
|
|
53749
54196
|
"pageNumber"?: number;
|
|
53750
54197
|
"total"?: number;
|
|
53751
54198
|
"firstUri"?: string;
|
|
53752
|
-
"nextUri"?: string;
|
|
53753
54199
|
"previousUri"?: string;
|
|
54200
|
+
"nextUri"?: string;
|
|
53754
54201
|
"lastUri"?: string;
|
|
53755
54202
|
"selfUri"?: string;
|
|
53756
54203
|
"pageCount"?: number;
|
|
@@ -53929,8 +54376,8 @@ declare namespace Models {
|
|
|
53929
54376
|
"pageNumber"?: number;
|
|
53930
54377
|
"total"?: number;
|
|
53931
54378
|
"firstUri"?: string;
|
|
53932
|
-
"nextUri"?: string;
|
|
53933
54379
|
"previousUri"?: string;
|
|
54380
|
+
"nextUri"?: string;
|
|
53934
54381
|
"lastUri"?: string;
|
|
53935
54382
|
"selfUri"?: string;
|
|
53936
54383
|
"pageCount"?: number;
|
|
@@ -54003,8 +54450,8 @@ declare namespace Models {
|
|
|
54003
54450
|
"pageNumber"?: number;
|
|
54004
54451
|
"total"?: number;
|
|
54005
54452
|
"firstUri"?: string;
|
|
54006
|
-
"nextUri"?: string;
|
|
54007
54453
|
"previousUri"?: string;
|
|
54454
|
+
"nextUri"?: string;
|
|
54008
54455
|
"lastUri"?: string;
|
|
54009
54456
|
"selfUri"?: string;
|
|
54010
54457
|
"pageCount"?: number;
|
|
@@ -54056,8 +54503,8 @@ declare namespace Models {
|
|
|
54056
54503
|
"pageNumber"?: number;
|
|
54057
54504
|
"total"?: number;
|
|
54058
54505
|
"firstUri"?: string;
|
|
54059
|
-
"nextUri"?: string;
|
|
54060
54506
|
"previousUri"?: string;
|
|
54507
|
+
"nextUri"?: string;
|
|
54061
54508
|
"lastUri"?: string;
|
|
54062
54509
|
"selfUri"?: string;
|
|
54063
54510
|
"pageCount"?: number;
|
|
@@ -54085,8 +54532,8 @@ declare namespace Models {
|
|
|
54085
54532
|
"pageNumber"?: number;
|
|
54086
54533
|
"total"?: number;
|
|
54087
54534
|
"firstUri"?: string;
|
|
54088
|
-
"nextUri"?: string;
|
|
54089
54535
|
"previousUri"?: string;
|
|
54536
|
+
"nextUri"?: string;
|
|
54090
54537
|
"lastUri"?: string;
|
|
54091
54538
|
"selfUri"?: string;
|
|
54092
54539
|
"pageCount"?: number;
|
|
@@ -54693,6 +55140,11 @@ declare namespace Models {
|
|
|
54693
55140
|
"error"?: Models.V2WfmMainForecastExportSnapshotEventMainForecastErrorBody;
|
|
54694
55141
|
}
|
|
54695
55142
|
|
|
55143
|
+
export interface V3SourceRef {
|
|
55144
|
+
"id": string;
|
|
55145
|
+
"selfUri"?: string;
|
|
55146
|
+
}
|
|
55147
|
+
|
|
54696
55148
|
export interface ValidateAddressRequest {
|
|
54697
55149
|
"address"?: Models.StreetAddress;
|
|
54698
55150
|
}
|
|
@@ -55114,7 +55566,8 @@ declare namespace Models {
|
|
|
55114
55566
|
"sentimentTrendCategories"?: Array<string>;
|
|
55115
55567
|
"contentModerationFlags"?: Array<string>;
|
|
55116
55568
|
"sessionExpired"?: boolean;
|
|
55117
|
-
"
|
|
55569
|
+
"engagementSources"?: Array<string>;
|
|
55570
|
+
"isSnippetRecorded"?: boolean;
|
|
55118
55571
|
}
|
|
55119
55572
|
|
|
55120
55573
|
export interface VisibilityCondition {
|
|
@@ -55230,8 +55683,8 @@ declare namespace Models {
|
|
|
55230
55683
|
"pageNumber"?: number;
|
|
55231
55684
|
"total"?: number;
|
|
55232
55685
|
"firstUri"?: string;
|
|
55233
|
-
"nextUri"?: string;
|
|
55234
55686
|
"previousUri"?: string;
|
|
55687
|
+
"nextUri"?: string;
|
|
55235
55688
|
"lastUri"?: string;
|
|
55236
55689
|
"selfUri"?: string;
|
|
55237
55690
|
"pageCount"?: number;
|
|
@@ -55446,8 +55899,8 @@ declare namespace Models {
|
|
|
55446
55899
|
"pageNumber"?: number;
|
|
55447
55900
|
"total"?: number;
|
|
55448
55901
|
"firstUri"?: string;
|
|
55449
|
-
"nextUri"?: string;
|
|
55450
55902
|
"previousUri"?: string;
|
|
55903
|
+
"nextUri"?: string;
|
|
55451
55904
|
"lastUri"?: string;
|
|
55452
55905
|
"selfUri"?: string;
|
|
55453
55906
|
"pageCount"?: number;
|
|
@@ -57392,8 +57845,8 @@ declare namespace Models {
|
|
|
57392
57845
|
"pageNumber"?: number;
|
|
57393
57846
|
"total"?: number;
|
|
57394
57847
|
"firstUri"?: string;
|
|
57395
|
-
"nextUri"?: string;
|
|
57396
57848
|
"previousUri"?: string;
|
|
57849
|
+
"nextUri"?: string;
|
|
57397
57850
|
"lastUri"?: string;
|
|
57398
57851
|
"selfUri"?: string;
|
|
57399
57852
|
"pageCount"?: number;
|
|
@@ -57476,8 +57929,8 @@ declare namespace Models {
|
|
|
57476
57929
|
"pageNumber"?: number;
|
|
57477
57930
|
"total"?: number;
|
|
57478
57931
|
"firstUri"?: string;
|
|
57479
|
-
"nextUri"?: string;
|
|
57480
57932
|
"previousUri"?: string;
|
|
57933
|
+
"nextUri"?: string;
|
|
57481
57934
|
"lastUri"?: string;
|
|
57482
57935
|
"selfUri"?: string;
|
|
57483
57936
|
"pageCount"?: number;
|
|
@@ -58997,8 +59450,8 @@ declare namespace Models {
|
|
|
58997
59450
|
"pageNumber"?: number;
|
|
58998
59451
|
"total"?: number;
|
|
58999
59452
|
"firstUri"?: string;
|
|
59000
|
-
"nextUri"?: string;
|
|
59001
59453
|
"previousUri"?: string;
|
|
59454
|
+
"nextUri"?: string;
|
|
59002
59455
|
"lastUri"?: string;
|
|
59003
59456
|
"selfUri"?: string;
|
|
59004
59457
|
"pageCount"?: number;
|
|
@@ -59022,8 +59475,8 @@ declare namespace Models {
|
|
|
59022
59475
|
"pageNumber"?: number;
|
|
59023
59476
|
"total"?: number;
|
|
59024
59477
|
"firstUri"?: string;
|
|
59025
|
-
"nextUri"?: string;
|
|
59026
59478
|
"previousUri"?: string;
|
|
59479
|
+
"nextUri"?: string;
|
|
59027
59480
|
"lastUri"?: string;
|
|
59028
59481
|
"selfUri"?: string;
|
|
59029
59482
|
"pageCount"?: number;
|
|
@@ -59256,8 +59709,8 @@ declare namespace Models {
|
|
|
59256
59709
|
"pageNumber"?: number;
|
|
59257
59710
|
"total"?: number;
|
|
59258
59711
|
"firstUri"?: string;
|
|
59259
|
-
"nextUri"?: string;
|
|
59260
59712
|
"previousUri"?: string;
|
|
59713
|
+
"nextUri"?: string;
|
|
59261
59714
|
"lastUri"?: string;
|
|
59262
59715
|
"selfUri"?: string;
|
|
59263
59716
|
"pageCount"?: number;
|