purecloud-platform-client-v2 205.0.0 → 207.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 +102 -3
- package/dist/node/purecloud-platform-client-v2.js +1241 -133
- package/dist/web-amd/purecloud-platform-client-v2.js +1241 -133
- package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
- package/dist/web-cjs/bundle.js +384 -137
- package/dist/web-cjs/purecloud-platform-client-v2.js +384 -137
- package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
- package/index.d.ts +1242 -275
- package/package.json +1 -1
- package/src/purecloud-platform-client-v2/ApiClient.js +40 -18
- 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 +7 -6
- package/src/purecloud-platform-client-v2/api/ArchitectApi.js +2 -2
- package/src/purecloud-platform-client-v2/api/AuditApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AuthorizationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/BillingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/CarrierServicesApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ChatApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/CoachingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ContentManagementApi.js +2 -3
- package/src/purecloud-platform-client-v2/api/ConversationsApi.js +9 -5
- package/src/purecloud-platform-client-v2/api/DataExtensionsApi.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 +232 -1
- package/src/purecloud-platform-client-v2/api/FaxApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/FlowsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GamificationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GeolocationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GreetingsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GroupsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/InfrastructureAsCodeApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/JourneyApi.js +191 -4
- package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +1 -19
- 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 +48 -1
- package/src/purecloud-platform-client-v2/api/OutboundApi.js +101 -1
- package/src/purecloud-platform-client-v2/api/PresenceApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ProcessAutomationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/QualityApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/RecordingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/RoutingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ScreenRecordingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ScriptsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SearchApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SettingsApi.js +1 -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 +311 -1
- package/src/purecloud-platform-client-v2/api/TeamsApi.js +7 -3
- package/src/purecloud-platform-client-v2/api/TelephonyApi.js +1 -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 +27 -1
- package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/VoicemailApi.js +56 -1
- package/src/purecloud-platform-client-v2/api/WebChatApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +2 -2
- 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 +60 -1
- package/src/purecloud-platform-client-v2/configuration.js +81 -0
- package/src/purecloud-platform-client-v2/index.js +1 -1
package/index.d.ts
CHANGED
|
@@ -21,6 +21,7 @@ declare class ApiClientClass {
|
|
|
21
21
|
logout(logoutRedirectUri: string): void;
|
|
22
22
|
setAccessToken(token: string): void;
|
|
23
23
|
setEnvironment(environment: string): void;
|
|
24
|
+
setGateway(gateway: GatewayConfiguration): void;
|
|
24
25
|
setPersistSettings(doPersist: boolean, prefix?: string): void;
|
|
25
26
|
setReturnExtendedResponses(returnExtended: boolean): void;
|
|
26
27
|
setStorageKey(storageKey: string): void;
|
|
@@ -50,6 +51,16 @@ declare class ProxyConfig {
|
|
|
50
51
|
protocol: string;
|
|
51
52
|
}
|
|
52
53
|
|
|
54
|
+
declare interface GatewayConfiguration {
|
|
55
|
+
host: string;
|
|
56
|
+
protocol?: string;
|
|
57
|
+
port?: number;
|
|
58
|
+
path_params_login?: string;
|
|
59
|
+
path_params_api?: string;
|
|
60
|
+
username?: string;
|
|
61
|
+
password?: string;
|
|
62
|
+
}
|
|
63
|
+
|
|
53
64
|
declare class Configuration {
|
|
54
65
|
instance: Configuration;
|
|
55
66
|
configPath: string;
|
|
@@ -62,7 +73,10 @@ declare class Configuration {
|
|
|
62
73
|
authUrl: string;
|
|
63
74
|
logger: Logger;
|
|
64
75
|
config: any;
|
|
76
|
+
gateway?: GatewayConfiguration;
|
|
65
77
|
setEnvironment(environment: string): void;
|
|
78
|
+
setGateway(gateway: GatewayConfiguration): void;
|
|
79
|
+
getConfUrl(pathType: string, regionUrl: string): string;
|
|
66
80
|
}
|
|
67
81
|
|
|
68
82
|
declare class Logger {
|
|
@@ -372,6 +386,7 @@ declare namespace AnalyticsApi {
|
|
|
372
386
|
"pageSize"?: number;
|
|
373
387
|
"id"?: Array<string>;
|
|
374
388
|
"state"?: string;
|
|
389
|
+
"deletedOnly"?: boolean;
|
|
375
390
|
}
|
|
376
391
|
export interface getAnalyticsReportingExportsOptions {
|
|
377
392
|
"pageNumber"?: number;
|
|
@@ -389,6 +404,7 @@ declare namespace AnalyticsApi {
|
|
|
389
404
|
"pageSize"?: number;
|
|
390
405
|
"publicOnly"?: boolean;
|
|
391
406
|
"favoriteOnly"?: boolean;
|
|
407
|
+
"deletedOnly"?: boolean;
|
|
392
408
|
"name"?: string;
|
|
393
409
|
}
|
|
394
410
|
export interface getAnalyticsResolutionsAggregatesJobResultsOptions {
|
|
@@ -1024,7 +1040,7 @@ declare class AuthorizationApi {
|
|
|
1024
1040
|
getAuthorizationRole(roleId: string, opts?: AuthorizationApi.getAuthorizationRoleOptions): Promise<Models.DomainOrganizationRole>;
|
|
1025
1041
|
getAuthorizationRoleComparedefaultRightRoleId(leftRoleId: string, rightRoleId: string): Promise<Models.DomainOrgRoleDifference>;
|
|
1026
1042
|
getAuthorizationRoleSubjectgrants(roleId: string, opts?: AuthorizationApi.getAuthorizationRoleSubjectgrantsOptions): Promise<Models.SubjectDivisionGrantsEntityListing>;
|
|
1027
|
-
getAuthorizationRoleUsers(roleId: string, opts?: AuthorizationApi.getAuthorizationRoleUsersOptions): Promise<Models.
|
|
1043
|
+
getAuthorizationRoleUsers(roleId: string, opts?: AuthorizationApi.getAuthorizationRoleUsersOptions): Promise<Models.UserReferenceEntityListing>;
|
|
1028
1044
|
getAuthorizationRoles(opts?: AuthorizationApi.getAuthorizationRolesOptions): Promise<Models.OrganizationRoleEntityListing>;
|
|
1029
1045
|
getAuthorizationRolesSettings(): Promise<Models.RoleSettings>;
|
|
1030
1046
|
getAuthorizationSettings(): Promise<Models.AuthorizationSettings>;
|
|
@@ -1363,7 +1379,6 @@ declare namespace ContentManagementApi {
|
|
|
1363
1379
|
"expand"?: Array<string>;
|
|
1364
1380
|
}
|
|
1365
1381
|
export interface getContentmanagementSharedSharedIdOptions {
|
|
1366
|
-
"redirect"?: boolean;
|
|
1367
1382
|
"disposition"?: string;
|
|
1368
1383
|
"contentType"?: string;
|
|
1369
1384
|
"expand"?: string;
|
|
@@ -1631,7 +1646,7 @@ declare class ConversationsApi {
|
|
|
1631
1646
|
postConversationsMessageCommunicationMessagesMedia(conversationId: string, communicationId: string): Promise<Models.MessageMediaData>;
|
|
1632
1647
|
postConversationsMessageCommunicationTyping(conversationId: string, communicationId: string, body: Models.MessageTypingEventRequest): Promise<void>;
|
|
1633
1648
|
postConversationsMessageInboundOpenEvent(integrationId: string, body: Models.OpenInboundNormalizedEvent): Promise<Models.OpenEventNormalizedMessage>;
|
|
1634
|
-
postConversationsMessageInboundOpenMessage(integrationId: string, body: Models.OpenInboundNormalizedMessage): Promise<Models.OpenMessageNormalizedMessage>;
|
|
1649
|
+
postConversationsMessageInboundOpenMessage(integrationId: string, body: Models.OpenInboundNormalizedMessage, opts?: ConversationsApi.postConversationsMessageInboundOpenMessageOptions): Promise<Models.OpenMessageNormalizedMessage>;
|
|
1635
1650
|
postConversationsMessageInboundOpenReceipt(integrationId: string, body: Models.OpenInboundNormalizedReceipt): Promise<Models.OpenReceiptNormalizedMessage>;
|
|
1636
1651
|
postConversationsMessageMessagesBulk(conversationId: string, opts?: ConversationsApi.postConversationsMessageMessagesBulkOptions): Promise<Models.TextMessageListing>;
|
|
1637
1652
|
postConversationsMessageParticipantCommunicationWrapup(conversationId: string, participantId: string, communicationId: string, opts?: ConversationsApi.postConversationsMessageParticipantCommunicationWrapupOptions): Promise<void>;
|
|
@@ -1873,6 +1888,9 @@ declare namespace ConversationsApi {
|
|
|
1873
1888
|
export interface postConversationsMessageCommunicationMessagesOptions {
|
|
1874
1889
|
"useNormalizedMessage"?: boolean;
|
|
1875
1890
|
}
|
|
1891
|
+
export interface postConversationsMessageInboundOpenMessageOptions {
|
|
1892
|
+
"prefetchConversationId"?: boolean;
|
|
1893
|
+
}
|
|
1876
1894
|
export interface postConversationsMessageMessagesBulkOptions {
|
|
1877
1895
|
"useNormalizedMessage"?: boolean;
|
|
1878
1896
|
"body"?: Array<string>;
|
|
@@ -1952,6 +1970,7 @@ declare class ExternalContactsApi {
|
|
|
1952
1970
|
deleteExternalcontactsContactNote(contactId: string, noteId: string): Promise<object>;
|
|
1953
1971
|
deleteExternalcontactsContactsSchema(schemaId: string): Promise<void>;
|
|
1954
1972
|
deleteExternalcontactsExternalsource(externalSourceId: string): Promise<object>;
|
|
1973
|
+
deleteExternalcontactsImportCsvSetting(settingsId: string): Promise<void>;
|
|
1955
1974
|
deleteExternalcontactsOrganization(externalOrganizationId: string): Promise<object>;
|
|
1956
1975
|
deleteExternalcontactsOrganizationNote(externalOrganizationId: string, noteId: string): Promise<object>;
|
|
1957
1976
|
deleteExternalcontactsOrganizationTrustor(externalOrganizationId: string): Promise<void>;
|
|
@@ -1969,6 +1988,10 @@ declare class ExternalContactsApi {
|
|
|
1969
1988
|
getExternalcontactsContactsSchemas(): Promise<Models.DataSchemaListing>;
|
|
1970
1989
|
getExternalcontactsExternalsource(externalSourceId: string): Promise<Models.ExternalSource>;
|
|
1971
1990
|
getExternalcontactsExternalsources(opts?: ExternalContactsApi.getExternalcontactsExternalsourcesOptions): Promise<Models.CursorExternalSourceListing>;
|
|
1991
|
+
getExternalcontactsImportCsvSetting(settingsId: string): Promise<Models.CsvSettings>;
|
|
1992
|
+
getExternalcontactsImportCsvSettings(opts?: ExternalContactsApi.getExternalcontactsImportCsvSettingsOptions): Promise<Models.Listing>;
|
|
1993
|
+
getExternalcontactsImportCsvUploadDetails(uploadId: string): Promise<Models.CsvUploadDetailsResponse>;
|
|
1994
|
+
getExternalcontactsImportCsvUploadPreview(uploadId: string): Promise<Models.CsvUploadPreviewResponse>;
|
|
1972
1995
|
getExternalcontactsOrganization(externalOrganizationId: string, opts?: ExternalContactsApi.getExternalcontactsOrganizationOptions): Promise<Models.ExternalOrganization>;
|
|
1973
1996
|
getExternalcontactsOrganizationContacts(externalOrganizationId: string, opts?: ExternalContactsApi.getExternalcontactsOrganizationContactsOptions): Promise<Models.ContactListing>;
|
|
1974
1997
|
getExternalcontactsOrganizationNote(externalOrganizationId: string, noteId: string, opts?: ExternalContactsApi.getExternalcontactsOrganizationNoteOptions): Promise<Models.Note>;
|
|
@@ -2009,6 +2032,9 @@ declare class ExternalContactsApi {
|
|
|
2009
2032
|
postExternalcontactsContactsSchemas(body: Models.DataSchema): Promise<Models.DataSchema>;
|
|
2010
2033
|
postExternalcontactsExternalsources(body: Models.ExternalSource): Promise<Models.ExternalSource>;
|
|
2011
2034
|
postExternalcontactsIdentifierlookup(identifier: Models.ContactIdentifier, opts?: ExternalContactsApi.postExternalcontactsIdentifierlookupOptions): Promise<Models.ExternalContact>;
|
|
2035
|
+
postExternalcontactsImportCsvJobs(body: Models.CsvJobRequest): Promise<Models.CsvJobResponse>;
|
|
2036
|
+
postExternalcontactsImportCsvSettings(body: Models.CsvSettings): Promise<Models.CsvSettings>;
|
|
2037
|
+
postExternalcontactsImportCsvUploads(body: Models.CsvUploadRequest): Promise<Models.CsvUploadResponse>;
|
|
2012
2038
|
postExternalcontactsMergeContacts(body: Models.MergeRequest): Promise<Models.ExternalContact>;
|
|
2013
2039
|
postExternalcontactsOrganizationNotes(externalOrganizationId: string, body: Models.Note): Promise<Models.Note>;
|
|
2014
2040
|
postExternalcontactsOrganizations(body: Models.ExternalOrganization): Promise<Models.ExternalOrganization>;
|
|
@@ -2019,6 +2045,7 @@ declare class ExternalContactsApi {
|
|
|
2019
2045
|
putExternalcontactsContactsSchema(schemaId: string, body: Models.DataSchema): Promise<Models.DataSchema>;
|
|
2020
2046
|
putExternalcontactsConversation(conversationId: string, body: Models.ConversationAssociation): Promise<void>;
|
|
2021
2047
|
putExternalcontactsExternalsource(externalSourceId: string, body: Models.ExternalSource): Promise<Models.ExternalSource>;
|
|
2048
|
+
putExternalcontactsImportCsvSetting(settingsId: string, body: Models.CsvSettings): Promise<Models.CsvSettings>;
|
|
2022
2049
|
putExternalcontactsOrganization(externalOrganizationId: string, body: Models.ExternalOrganization): Promise<Models.ExternalOrganization>;
|
|
2023
2050
|
putExternalcontactsOrganizationNote(externalOrganizationId: string, noteId: string, body: Models.Note): Promise<Models.Note>;
|
|
2024
2051
|
putExternalcontactsOrganizationTrustorTrustorId(externalOrganizationId: string, trustorId: string): Promise<Models.ExternalOrganizationTrustorLink>;
|
|
@@ -2060,6 +2087,11 @@ declare namespace ExternalContactsApi {
|
|
|
2060
2087
|
"name"?: string;
|
|
2061
2088
|
"active"?: boolean;
|
|
2062
2089
|
}
|
|
2090
|
+
export interface getExternalcontactsImportCsvSettingsOptions {
|
|
2091
|
+
"after"?: string;
|
|
2092
|
+
"pageSize"?: string;
|
|
2093
|
+
"externalSettingsId"?: string;
|
|
2094
|
+
}
|
|
2063
2095
|
export interface getExternalcontactsOrganizationOptions {
|
|
2064
2096
|
"expand"?: Array<string>;
|
|
2065
2097
|
"includeTrustors"?: boolean;
|
|
@@ -2856,8 +2888,11 @@ declare class JourneyApi {
|
|
|
2856
2888
|
getJourneySessionOutcomescores(sessionId: string): Promise<Models.OutcomeScoresResult>;
|
|
2857
2889
|
getJourneyView(viewId: string): Promise<Models.JourneyView>;
|
|
2858
2890
|
getJourneyViewVersion(viewId: string, versionId: string): Promise<Models.JourneyView>;
|
|
2891
|
+
getJourneyViewVersionChart(viewId: string, journeyViewVersion: string, chartId: string): Promise<Models.JourneyViewChart>;
|
|
2892
|
+
getJourneyViewVersionChartVersion(viewId: string, journeyViewVersion: string, chartId: string, chartVersion: string): Promise<Models.JourneyViewChart>;
|
|
2859
2893
|
getJourneyViewVersionJob(viewId: string, journeyVersionId: string, jobId: string): Promise<Models.JourneyViewJob>;
|
|
2860
2894
|
getJourneyViewVersionJobResults(viewId: string, journeyViewVersion: string, jobId: string): Promise<Models.JourneyViewResult>;
|
|
2895
|
+
getJourneyViewVersionJobResultsChart(viewId: string, journeyVersionId: string, jobId: string, chartId: string): Promise<Models.JourneyViewChartResult>;
|
|
2861
2896
|
getJourneyViewVersionJobsLatest(viewId: string, journeyVersionId: string): Promise<Models.JourneyViewJob>;
|
|
2862
2897
|
getJourneyViews(opts?: JourneyApi.getJourneyViewsOptions): Promise<Models.JourneyViewListing>;
|
|
2863
2898
|
getJourneyViewsEventdefinition(eventDefinitionId: string): Promise<Models.JourneyEventDefinition>;
|
|
@@ -2868,6 +2903,7 @@ declare class JourneyApi {
|
|
|
2868
2903
|
patchJourneyActiontemplate(actionTemplateId: string, opts?: JourneyApi.patchJourneyActiontemplateOptions): Promise<Models.ActionTemplate>;
|
|
2869
2904
|
patchJourneyOutcome(outcomeId: string, opts?: JourneyApi.patchJourneyOutcomeOptions): Promise<Models.Outcome>;
|
|
2870
2905
|
patchJourneySegment(segmentId: string, opts?: JourneyApi.patchJourneySegmentOptions): Promise<Models.JourneySegment>;
|
|
2906
|
+
patchJourneyViewVersionJob(viewId: string, journeyVersionId: string, jobId: string, body: Models.JourneyViewJob): Promise<Models.JourneyViewJob>;
|
|
2871
2907
|
postAnalyticsJourneysAggregatesJobs(body: Models.JourneyAsyncAggregationQuery): Promise<Models.AsyncQueryResponse>;
|
|
2872
2908
|
postAnalyticsJourneysAggregatesQuery(body: Models.JourneyAggregationQuery): Promise<Models.JourneyAggregateQueryResponse>;
|
|
2873
2909
|
postJourneyActionmaps(opts?: JourneyApi.postJourneyActionmapsOptions): Promise<Models.ActionMap>;
|
|
@@ -2884,7 +2920,8 @@ declare class JourneyApi {
|
|
|
2884
2920
|
postJourneyViewVersionJobs(viewId: string, journeyVersionId: string): Promise<Models.JourneyViewJob>;
|
|
2885
2921
|
postJourneyViewVersions(viewId: string, body: Models.JourneyView): Promise<Models.JourneyView>;
|
|
2886
2922
|
postJourneyViews(body: Models.JourneyView): Promise<Models.JourneyView>;
|
|
2887
|
-
postJourneyViewsEncodingsValidate(opts?: JourneyApi.postJourneyViewsEncodingsValidateOptions): Promise<Models.EntityListing>;
|
|
2923
|
+
postJourneyViewsEncodingsValidate(opts?: JourneyApi.postJourneyViewsEncodingsValidateOptions): Promise<Models.EntityListing>;
|
|
2924
|
+
putJourneyViewVersion(viewId: string, versionId: string, body: Models.JourneyView): Promise<Models.JourneyView>;
|
|
2888
2925
|
}
|
|
2889
2926
|
|
|
2890
2927
|
declare namespace JourneyApi {
|
|
@@ -3035,8 +3072,8 @@ declare class KnowledgeApi {
|
|
|
3035
3072
|
getKnowledgeKnowledgebaseDocument(knowledgeBaseId: string, documentId: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseDocumentOptions): Promise<Models.KnowledgeDocumentResponse>;
|
|
3036
3073
|
getKnowledgeKnowledgebaseDocumentFeedback(knowledgeBaseId: string, documentId: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseDocumentFeedbackOptions): Promise<Models.KnowledgeDocumentFeedbackResponseListing>;
|
|
3037
3074
|
getKnowledgeKnowledgebaseDocumentFeedbackFeedbackId(knowledgeBaseId: string, documentId: string, feedbackId: string): Promise<Models.KnowledgeDocumentFeedbackResponse>;
|
|
3038
|
-
getKnowledgeKnowledgebaseDocumentVariation(documentVariationId: string, documentId: string, knowledgeBaseId: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseDocumentVariationOptions): Promise<Models.
|
|
3039
|
-
getKnowledgeKnowledgebaseDocumentVariations(knowledgeBaseId: string, documentId: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseDocumentVariationsOptions): Promise<Models.
|
|
3075
|
+
getKnowledgeKnowledgebaseDocumentVariation(documentVariationId: string, documentId: string, knowledgeBaseId: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseDocumentVariationOptions): Promise<Models.DocumentVariationResponse>;
|
|
3076
|
+
getKnowledgeKnowledgebaseDocumentVariations(knowledgeBaseId: string, documentId: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseDocumentVariationsOptions): Promise<Models.DocumentVariationResponseListing>;
|
|
3040
3077
|
getKnowledgeKnowledgebaseDocumentVersion(knowledgeBaseId: string, documentId: string, versionId: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseDocumentVersionOptions): Promise<Models.KnowledgeDocumentVersion>;
|
|
3041
3078
|
getKnowledgeKnowledgebaseDocumentVersionVariation(knowledgeBaseId: string, documentId: string, versionId: string, variationId: string): Promise<Models.KnowledgeDocumentVersionVariation>;
|
|
3042
3079
|
getKnowledgeKnowledgebaseDocumentVersionVariations(knowledgeBaseId: string, documentId: string, versionId: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseDocumentVersionVariationsOptions): Promise<Models.KnowledgeDocumentVersionVariationListing>;
|
|
@@ -3071,7 +3108,7 @@ declare class KnowledgeApi {
|
|
|
3071
3108
|
patchKnowledgeKnowledgebaseCategory(knowledgeBaseId: string, categoryId: string, body: Models.CategoryUpdateRequest): Promise<Models.CategoryResponse>;
|
|
3072
3109
|
patchKnowledgeKnowledgebaseDocument(knowledgeBaseId: string, documentId: string, body: Models.KnowledgeDocumentReq): Promise<Models.KnowledgeDocumentResponse>;
|
|
3073
3110
|
patchKnowledgeKnowledgebaseDocumentFeedbackFeedbackId(knowledgeBaseId: string, documentId: string, feedbackId: string, opts?: KnowledgeApi.patchKnowledgeKnowledgebaseDocumentFeedbackFeedbackIdOptions): Promise<Models.KnowledgeDocumentFeedbackResponse>;
|
|
3074
|
-
patchKnowledgeKnowledgebaseDocumentVariation(documentVariationId: string, documentId: string, knowledgeBaseId: string, body: Models.
|
|
3111
|
+
patchKnowledgeKnowledgebaseDocumentVariation(documentVariationId: string, documentId: string, knowledgeBaseId: string, body: Models.DocumentVariationRequest): Promise<Models.DocumentVariationResponse>;
|
|
3075
3112
|
patchKnowledgeKnowledgebaseDocumentsSearchSearchId(knowledgeBaseId: string, searchId: string, opts?: KnowledgeApi.patchKnowledgeKnowledgebaseDocumentsSearchSearchIdOptions): Promise<void>;
|
|
3076
3113
|
patchKnowledgeKnowledgebaseImportJob(knowledgeBaseId: string, importJobId: string, body: Models.ImportStatusRequest): Promise<Models.KnowledgeImportJobResponse>;
|
|
3077
3114
|
patchKnowledgeKnowledgebaseLabel(knowledgeBaseId: string, labelId: string, body: Models.LabelUpdateRequest): Promise<Models.LabelResponse>;
|
|
@@ -3094,10 +3131,10 @@ declare class KnowledgeApi {
|
|
|
3094
3131
|
postKnowledgeKnowledgebaseCategories(knowledgeBaseId: string, body: Models.CategoryCreateRequest): Promise<Models.CategoryResponse>;
|
|
3095
3132
|
postKnowledgeKnowledgebaseDocumentCopies(knowledgeBaseId: string, documentId: string, opts?: KnowledgeApi.postKnowledgeKnowledgebaseDocumentCopiesOptions): Promise<void>;
|
|
3096
3133
|
postKnowledgeKnowledgebaseDocumentFeedback(knowledgeBaseId: string, documentId: string, opts?: KnowledgeApi.postKnowledgeKnowledgebaseDocumentFeedbackOptions): Promise<Models.KnowledgeDocumentFeedbackResponse>;
|
|
3097
|
-
postKnowledgeKnowledgebaseDocumentVariations(knowledgeBaseId: string, documentId: string, body: Models.
|
|
3134
|
+
postKnowledgeKnowledgebaseDocumentVariations(knowledgeBaseId: string, documentId: string, body: Models.DocumentVariationRequest): Promise<Models.DocumentVariationResponse>;
|
|
3098
3135
|
postKnowledgeKnowledgebaseDocumentVersions(knowledgeBaseId: string, documentId: string, body: Models.KnowledgeDocumentVersion): Promise<Models.KnowledgeDocumentVersion>;
|
|
3099
3136
|
postKnowledgeKnowledgebaseDocumentViews(knowledgeBaseId: string, documentId: string, opts?: KnowledgeApi.postKnowledgeKnowledgebaseDocumentViewsOptions): Promise<void>;
|
|
3100
|
-
postKnowledgeKnowledgebaseDocuments(knowledgeBaseId: string, body: Models.
|
|
3137
|
+
postKnowledgeKnowledgebaseDocuments(knowledgeBaseId: string, body: Models.KnowledgeDocumentCreateRequest): Promise<Models.KnowledgeDocumentResponse>;
|
|
3101
3138
|
postKnowledgeKnowledgebaseDocumentsAnswers(knowledgeBaseId: string, body: Models.KnowledgeDocumentsAnswerFilter): Promise<Models.KnowledgeAnswerDocumentsResponse>;
|
|
3102
3139
|
postKnowledgeKnowledgebaseDocumentsBulkRemove(knowledgeBaseId: string, body: Models.KnowledgeDocumentBulkRemoveRequest): Promise<Models.BulkResponse>;
|
|
3103
3140
|
postKnowledgeKnowledgebaseDocumentsBulkUpdate(knowledgeBaseId: string, body: Models.KnowledgeDocumentBulkUpdateRequest): Promise<Models.BulkResponse>;
|
|
@@ -3900,6 +3937,7 @@ declare class OrganizationAuthorizationApi {
|
|
|
3900
3937
|
getOrgauthorizationTrusteeUserRoles(trusteeOrgId: string, trusteeUserId: string): Promise<Models.UserAuthorization>;
|
|
3901
3938
|
getOrgauthorizationTrusteeUsers(trusteeOrgId: string, opts?: OrganizationAuthorizationApi.getOrgauthorizationTrusteeUsersOptions): Promise<Models.TrustUserEntityListing>;
|
|
3902
3939
|
getOrgauthorizationTrustees(opts?: OrganizationAuthorizationApi.getOrgauthorizationTrusteesOptions): Promise<Models.TrustEntityListing>;
|
|
3940
|
+
getOrgauthorizationTrusteesCare(): Promise<Models.TrusteeReferenceList>;
|
|
3903
3941
|
getOrgauthorizationTrusteesDefault(): Promise<Models.Trustee>;
|
|
3904
3942
|
getOrgauthorizationTrustor(trustorOrgId: string): Promise<Models.Trustor>;
|
|
3905
3943
|
getOrgauthorizationTrustorCloneduser(trustorOrgId: string, trusteeUserId: string): Promise<Models.ClonedUser>;
|
|
@@ -3914,6 +3952,7 @@ declare class OrganizationAuthorizationApi {
|
|
|
3914
3952
|
postOrgauthorizationTrusteeUsers(trusteeOrgId: string, body: Models.TrustMemberCreate): Promise<Models.TrustUser>;
|
|
3915
3953
|
postOrgauthorizationTrustees(body: Models.TrustCreate): Promise<Models.Trustee>;
|
|
3916
3954
|
postOrgauthorizationTrusteesAudits(body: Models.TrusteeAuditQueryRequest, opts?: OrganizationAuthorizationApi.postOrgauthorizationTrusteesAuditsOptions): Promise<object>;
|
|
3955
|
+
postOrgauthorizationTrusteesCare(opts?: OrganizationAuthorizationApi.postOrgauthorizationTrusteesCareOptions): Promise<Models.TrustEntityListing>;
|
|
3917
3956
|
postOrgauthorizationTrusteesDefault(opts?: OrganizationAuthorizationApi.postOrgauthorizationTrusteesDefaultOptions): Promise<Models.Trustee>;
|
|
3918
3957
|
postOrgauthorizationTrustorAudits(body: Models.TrustorAuditQueryRequest, opts?: OrganizationAuthorizationApi.postOrgauthorizationTrustorAuditsOptions): Promise<object>;
|
|
3919
3958
|
putOrgauthorizationTrustee(trusteeOrgId: string, body: Models.TrustUpdate): Promise<Models.Trustee>;
|
|
@@ -3957,6 +3996,12 @@ declare namespace OrganizationAuthorizationApi {
|
|
|
3957
3996
|
"sortBy"?: string;
|
|
3958
3997
|
"sortOrder"?: string;
|
|
3959
3998
|
}
|
|
3999
|
+
export interface postOrgauthorizationTrusteesCareOptions {
|
|
4000
|
+
"assignDefaultRole"?: boolean;
|
|
4001
|
+
"autoExpire"?: boolean;
|
|
4002
|
+
"assignFullAccess"?: boolean;
|
|
4003
|
+
"allowTrustedUserAccess"?: boolean;
|
|
4004
|
+
}
|
|
3960
4005
|
export interface postOrgauthorizationTrusteesDefaultOptions {
|
|
3961
4006
|
"assignDefaultRole"?: boolean;
|
|
3962
4007
|
"autoExpire"?: boolean;
|
|
@@ -4080,6 +4125,8 @@ declare class OutboundApi {
|
|
|
4080
4125
|
postOutboundCallanalysisresponsesets(body: Models.ResponseSet): Promise<Models.ResponseSet>;
|
|
4081
4126
|
postOutboundCampaignAgentownedmappingpreview(campaignId: string): Promise<object>;
|
|
4082
4127
|
postOutboundCampaignCallbackSchedule(campaignId: string, body: Models.ContactCallbackRequest): Promise<Models.ContactCallbackRequest>;
|
|
4128
|
+
postOutboundCampaignStart(campaignId: string): Promise<void>;
|
|
4129
|
+
postOutboundCampaignStop(campaignId: string): Promise<void>;
|
|
4083
4130
|
postOutboundCampaignrules(body: Models.CampaignRule): Promise<Models.CampaignRule>;
|
|
4084
4131
|
postOutboundCampaigns(body: Models.Campaign): Promise<Models.Campaign>;
|
|
4085
4132
|
postOutboundCampaignsProgress(body: Array<string>): Promise<Array<Models.CampaignProgress>>;
|
|
@@ -4106,6 +4153,8 @@ declare class OutboundApi {
|
|
|
4106
4153
|
postOutboundFilespecificationtemplates(body: Models.FileSpecificationTemplate): Promise<Models.FileSpecificationTemplate>;
|
|
4107
4154
|
postOutboundImporttemplates(body: Models.ImportTemplate): Promise<Models.ImportTemplate>;
|
|
4108
4155
|
postOutboundImporttemplatesBulkAdd(body: Array<Models.ImportTemplate>): Promise<Models.ImportTemplateEntityListing>;
|
|
4156
|
+
postOutboundMessagingcampaignStart(messagingCampaignId: string): Promise<void>;
|
|
4157
|
+
postOutboundMessagingcampaignStop(messagingCampaignId: string): Promise<void>;
|
|
4109
4158
|
postOutboundMessagingcampaigns(body: Models.MessagingCampaign): Promise<Models.MessagingCampaign>;
|
|
4110
4159
|
postOutboundMessagingcampaignsProgress(body: Array<string>): Promise<Array<Models.CampaignProgress>>;
|
|
4111
4160
|
postOutboundRulesets(body: Models.RuleSet): Promise<Models.RuleSet>;
|
|
@@ -5834,6 +5883,8 @@ declare class TaskManagementApi {
|
|
|
5834
5883
|
deleteTaskmanagementWorkitem(workitemId: string): Promise<void>;
|
|
5835
5884
|
deleteTaskmanagementWorkitemsSchema(schemaId: string): Promise<void>;
|
|
5836
5885
|
deleteTaskmanagementWorktype(worktypeId: string): Promise<void>;
|
|
5886
|
+
deleteTaskmanagementWorktypeFlowsOnattributechangeRule(worktypeId: string, ruleId: string): Promise<void>;
|
|
5887
|
+
deleteTaskmanagementWorktypeFlowsOncreateRule(worktypeId: string, ruleId: string): Promise<void>;
|
|
5837
5888
|
deleteTaskmanagementWorktypeStatus(worktypeId: string, statusId: string): Promise<void>;
|
|
5838
5889
|
getTaskmanagementWorkbin(workbinId: string): Promise<Models.Workbin>;
|
|
5839
5890
|
getTaskmanagementWorkbinHistory(workbinId: string, opts?: TaskManagementApi.getTaskmanagementWorkbinHistoryOptions): Promise<Models.WorkbinChangeListing>;
|
|
@@ -5852,6 +5903,10 @@ declare class TaskManagementApi {
|
|
|
5852
5903
|
getTaskmanagementWorkitemsSchemaVersions(schemaId: string): Promise<Models.DataSchema>;
|
|
5853
5904
|
getTaskmanagementWorkitemsSchemas(): Promise<Models.DataSchemaListing>;
|
|
5854
5905
|
getTaskmanagementWorktype(worktypeId: string, opts?: TaskManagementApi.getTaskmanagementWorktypeOptions): Promise<Models.Worktype>;
|
|
5906
|
+
getTaskmanagementWorktypeFlowsOnattributechangeRule(worktypeId: string, ruleId: string): Promise<Models.WorkitemOnAttributeChangeRule>;
|
|
5907
|
+
getTaskmanagementWorktypeFlowsOnattributechangeRules(worktypeId: string, opts?: TaskManagementApi.getTaskmanagementWorktypeFlowsOnattributechangeRulesOptions): Promise<Models.WorkitemOnAttributeChangeRuleListing>;
|
|
5908
|
+
getTaskmanagementWorktypeFlowsOncreateRule(worktypeId: string, ruleId: string): Promise<Models.WorkitemOnCreateRule>;
|
|
5909
|
+
getTaskmanagementWorktypeFlowsOncreateRules(worktypeId: string, opts?: TaskManagementApi.getTaskmanagementWorktypeFlowsOncreateRulesOptions): Promise<Models.WorkitemOnCreateRuleListing>;
|
|
5855
5910
|
getTaskmanagementWorktypeHistory(worktypeId: string, opts?: TaskManagementApi.getTaskmanagementWorktypeHistoryOptions): Promise<Models.WorktypeChangeListing>;
|
|
5856
5911
|
getTaskmanagementWorktypeStatus(worktypeId: string, statusId: string): Promise<Models.WorkitemStatus>;
|
|
5857
5912
|
getTaskmanagementWorktypeStatuses(worktypeId: string): Promise<Models.WorkitemStatusListing>;
|
|
@@ -5863,6 +5918,8 @@ declare class TaskManagementApi {
|
|
|
5863
5918
|
patchTaskmanagementWorkitemUserWrapups(workitemId: string, userId: string, body: Models.WorkitemWrapupUpdate): Promise<Models.WorkitemWrapup>;
|
|
5864
5919
|
patchTaskmanagementWorkitemUsersMeWrapups(workitemId: string, body: Models.WorkitemWrapupUpdate): Promise<Models.WorkitemWrapup>;
|
|
5865
5920
|
patchTaskmanagementWorktype(worktypeId: string, body: Models.WorktypeUpdate): Promise<Models.Worktype>;
|
|
5921
|
+
patchTaskmanagementWorktypeFlowsOnattributechangeRule(worktypeId: string, ruleId: string, body: Models.WorkitemOnAttributeChangeRuleUpdate): Promise<Models.WorkitemOnAttributeChangeRule>;
|
|
5922
|
+
patchTaskmanagementWorktypeFlowsOncreateRule(worktypeId: string, ruleId: string, body: Models.WorkitemOnCreateRuleUpdate): Promise<Models.WorkitemOnCreateRule>;
|
|
5866
5923
|
patchTaskmanagementWorktypeStatus(worktypeId: string, statusId: string, body: Models.WorkitemStatusUpdate): Promise<Models.WorkitemStatus>;
|
|
5867
5924
|
postTaskmanagementWorkbins(body: Models.WorkbinCreate): Promise<Models.Workbin>;
|
|
5868
5925
|
postTaskmanagementWorkbinsQuery(body: Models.WorkbinQueryRequest): Promise<Models.WorkbinQueryEntityListing>;
|
|
@@ -5873,6 +5930,8 @@ declare class TaskManagementApi {
|
|
|
5873
5930
|
postTaskmanagementWorkitemsQuery(body: Models.WorkitemQueryPostRequest): Promise<Models.WorkitemPostQueryEntityListing>;
|
|
5874
5931
|
postTaskmanagementWorkitemsQueryJobs(body: Models.WorkitemQueryJobCreate): Promise<Models.WorkitemQueryJobResponse>;
|
|
5875
5932
|
postTaskmanagementWorkitemsSchemas(body: Models.DataSchema): Promise<Models.DataSchema>;
|
|
5933
|
+
postTaskmanagementWorktypeFlowsOnattributechangeRules(worktypeId: string, body: Models.WorkitemOnAttributeChangeRuleCreate): Promise<Models.WorkitemOnAttributeChangeRule>;
|
|
5934
|
+
postTaskmanagementWorktypeFlowsOncreateRules(worktypeId: string, body: Models.WorkitemOnCreateRuleCreate): Promise<Models.WorkitemOnCreateRule>;
|
|
5876
5935
|
postTaskmanagementWorktypeStatuses(worktypeId: string, body: Models.WorkitemStatusCreate): Promise<Models.WorkitemStatus>;
|
|
5877
5936
|
postTaskmanagementWorktypes(body: Models.WorktypeCreate): Promise<Models.Worktype>;
|
|
5878
5937
|
postTaskmanagementWorktypesQuery(body: Models.WorktypeQueryRequest): Promise<Models.WorktypeQueryEntityListing>;
|
|
@@ -5918,6 +5977,14 @@ declare namespace TaskManagementApi {
|
|
|
5918
5977
|
export interface getTaskmanagementWorktypeOptions {
|
|
5919
5978
|
"expands"?: Array<string>;
|
|
5920
5979
|
}
|
|
5980
|
+
export interface getTaskmanagementWorktypeFlowsOnattributechangeRulesOptions {
|
|
5981
|
+
"after"?: string;
|
|
5982
|
+
"pageSize"?: number;
|
|
5983
|
+
}
|
|
5984
|
+
export interface getTaskmanagementWorktypeFlowsOncreateRulesOptions {
|
|
5985
|
+
"after"?: string;
|
|
5986
|
+
"pageSize"?: number;
|
|
5987
|
+
}
|
|
5921
5988
|
export interface getTaskmanagementWorktypeHistoryOptions {
|
|
5922
5989
|
"after"?: string;
|
|
5923
5990
|
"pageSize"?: number;
|
|
@@ -5937,7 +6004,7 @@ declare namespace TaskManagementApi {
|
|
|
5937
6004
|
declare class TeamsApi {
|
|
5938
6005
|
deleteTeam(teamId: string): Promise<void>;
|
|
5939
6006
|
deleteTeamMembers(teamId: string, id: string): Promise<void>;
|
|
5940
|
-
getTeam(teamId: string): Promise<Models.Team>;
|
|
6007
|
+
getTeam(teamId: string, opts?: TeamsApi.getTeamOptions): Promise<Models.Team>;
|
|
5941
6008
|
getTeamMembers(teamId: string, opts?: TeamsApi.getTeamMembersOptions): Promise<Models.TeamMemberEntityListing>;
|
|
5942
6009
|
getTeams(opts?: TeamsApi.getTeamsOptions): Promise<Models.TeamEntityListing>;
|
|
5943
6010
|
patchTeam(teamId: string, body: Models.Team): Promise<Models.Team>;
|
|
@@ -5948,6 +6015,9 @@ declare class TeamsApi {
|
|
|
5948
6015
|
}
|
|
5949
6016
|
|
|
5950
6017
|
declare namespace TeamsApi {
|
|
6018
|
+
export interface getTeamOptions {
|
|
6019
|
+
"expand"?: string;
|
|
6020
|
+
}
|
|
5951
6021
|
export interface getTeamMembersOptions {
|
|
5952
6022
|
"pageSize"?: number;
|
|
5953
6023
|
"before"?: string;
|
|
@@ -6467,6 +6537,7 @@ declare class UsersApi {
|
|
|
6467
6537
|
getUserTrustors(userId: string, opts?: UsersApi.getUserTrustorsOptions): Promise<Models.TrustorEntityListing>;
|
|
6468
6538
|
getUserVerifiers(userId: string): Promise<Models.VerifierEntityListing>;
|
|
6469
6539
|
getUsers(opts?: UsersApi.getUsersOptions): Promise<Models.UserEntityListing>;
|
|
6540
|
+
getUsersChatsMe(opts?: UsersApi.getUsersChatsMeOptions): Promise<Models.ChatItemCursorListing>;
|
|
6470
6541
|
getUsersDevelopmentActivities(opts?: UsersApi.getUsersDevelopmentActivitiesOptions): Promise<Models.DevelopmentActivityListing>;
|
|
6471
6542
|
getUsersDevelopmentActivitiesMe(opts?: UsersApi.getUsersDevelopmentActivitiesMeOptions): Promise<Models.DevelopmentActivityListing>;
|
|
6472
6543
|
getUsersDevelopmentActivity(activityId: string, type: string): Promise<Models.DevelopmentActivity>;
|
|
@@ -6612,6 +6683,11 @@ declare namespace UsersApi {
|
|
|
6612
6683
|
"integrationPresenceSource"?: string;
|
|
6613
6684
|
"state"?: string;
|
|
6614
6685
|
}
|
|
6686
|
+
export interface getUsersChatsMeOptions {
|
|
6687
|
+
"excludeClosed"?: boolean;
|
|
6688
|
+
"includePresence"?: boolean;
|
|
6689
|
+
"after"?: string;
|
|
6690
|
+
}
|
|
6615
6691
|
export interface getUsersDevelopmentActivitiesOptions {
|
|
6616
6692
|
"userId"?: Array<string>;
|
|
6617
6693
|
"moduleId"?: string;
|
|
@@ -6698,6 +6774,8 @@ declare class VoicemailApi {
|
|
|
6698
6774
|
getVoicemailPolicy(): Promise<Models.VoicemailOrganizationPolicy>;
|
|
6699
6775
|
getVoicemailQueueMessages(queueId: string, opts?: VoicemailApi.getVoicemailQueueMessagesOptions): Promise<Models.VoicemailMessageEntityListing>;
|
|
6700
6776
|
getVoicemailSearch(q64: string, opts?: VoicemailApi.getVoicemailSearchOptions): Promise<Models.VoicemailsSearchResponse>;
|
|
6777
|
+
getVoicemailUserMailbox(userId: string): Promise<Models.VoicemailMailboxInfo>;
|
|
6778
|
+
getVoicemailUserMessages(userId: string, opts?: VoicemailApi.getVoicemailUserMessagesOptions): Promise<Models.VoicemailMessageEntityListing>;
|
|
6701
6779
|
getVoicemailUserpolicy(userId: string): Promise<Models.VoicemailUserPolicy>;
|
|
6702
6780
|
patchVoicemailGroupPolicy(groupId: string, body: Models.VoicemailGroupPolicy): Promise<Models.VoicemailGroupPolicy>;
|
|
6703
6781
|
patchVoicemailMePolicy(body: Models.VoicemailUserPolicy): Promise<Models.VoicemailUserPolicy>;
|
|
@@ -6736,6 +6814,10 @@ declare namespace VoicemailApi {
|
|
|
6736
6814
|
export interface getVoicemailSearchOptions {
|
|
6737
6815
|
"expand"?: Array<string>;
|
|
6738
6816
|
}
|
|
6817
|
+
export interface getVoicemailUserMessagesOptions {
|
|
6818
|
+
"pageSize"?: number;
|
|
6819
|
+
"pageNumber"?: number;
|
|
6820
|
+
}
|
|
6739
6821
|
export interface postVoicemailMessagesOptions {
|
|
6740
6822
|
"body"?: Models.CopyVoicemailMessage;
|
|
6741
6823
|
}
|
|
@@ -6983,6 +7065,7 @@ declare class WorkforceManagementApi {
|
|
|
6983
7065
|
patchWorkforcemanagementBusinessunitWorkplanbidGroupPreferences(businessUnitId: string, bidId: string, bidGroupId: string, opts?: WorkforceManagementApi.patchWorkforcemanagementBusinessunitWorkplanbidGroupPreferencesOptions): Promise<Models.AdminAgentWorkPlanPreferenceResponse>;
|
|
6984
7066
|
patchWorkforcemanagementManagementunit(managementUnitId: string, opts?: WorkforceManagementApi.patchWorkforcemanagementManagementunitOptions): Promise<Models.ManagementUnit>;
|
|
6985
7067
|
patchWorkforcemanagementManagementunitAgents(managementUnitId: string, opts?: WorkforceManagementApi.patchWorkforcemanagementManagementunitAgentsOptions): Promise<void>;
|
|
7068
|
+
patchWorkforcemanagementManagementunitAgentsWorkplansBulk(managementUnitId: string, opts?: WorkforceManagementApi.patchWorkforcemanagementManagementunitAgentsWorkplansBulkOptions): Promise<Models.UpdateMuAgentWorkPlansBatchResponse>;
|
|
6986
7069
|
patchWorkforcemanagementManagementunitTimeofflimit(managementUnitId: string, timeOffLimitId: string, opts?: WorkforceManagementApi.patchWorkforcemanagementManagementunitTimeofflimitOptions): Promise<Models.TimeOffLimit>;
|
|
6987
7070
|
patchWorkforcemanagementManagementunitTimeoffplan(managementUnitId: string, timeOffPlanId: string, opts?: WorkforceManagementApi.patchWorkforcemanagementManagementunitTimeoffplanOptions): Promise<Models.TimeOffPlan>;
|
|
6988
7071
|
patchWorkforcemanagementManagementunitTimeoffrequestUserIntegrationstatus(managementUnitId: string, timeOffRequestId: string, userId: string, opts?: WorkforceManagementApi.patchWorkforcemanagementManagementunitTimeoffrequestUserIntegrationstatusOptions): Promise<Models.UserTimeOffIntegrationStatusResponse>;
|
|
@@ -7044,6 +7127,7 @@ declare class WorkforceManagementApi {
|
|
|
7044
7127
|
postWorkforcemanagementHistoricaldataDeletejob(): Promise<Models.HistoricalImportDeleteJobResponse>;
|
|
7045
7128
|
postWorkforcemanagementHistoricaldataValidate(opts?: WorkforceManagementApi.postWorkforcemanagementHistoricaldataValidateOptions): Promise<void>;
|
|
7046
7129
|
postWorkforcemanagementIntegrationsHriTimeofftypesJobs(hrisIntegrationId: string): Promise<Models.HrisTimeOffTypesResponse>;
|
|
7130
|
+
postWorkforcemanagementManagementunitAgentsWorkplansQuery(managementUnitId: string, opts?: WorkforceManagementApi.postWorkforcemanagementManagementunitAgentsWorkplansQueryOptions): Promise<Models.AgentsWorkPlansResponse>;
|
|
7047
7131
|
postWorkforcemanagementManagementunitAgentschedulesSearch(managementUnitId: string, opts?: WorkforceManagementApi.postWorkforcemanagementManagementunitAgentschedulesSearchOptions): Promise<Models.BuAsyncAgentSchedulesSearchResponse>;
|
|
7048
7132
|
postWorkforcemanagementManagementunitHistoricaladherencequery(managementUnitId: string, opts?: WorkforceManagementApi.postWorkforcemanagementManagementunitHistoricaladherencequeryOptions): Promise<Models.WfmHistoricalAdherenceResponse>;
|
|
7049
7133
|
postWorkforcemanagementManagementunitMove(managementUnitId: string, opts?: WorkforceManagementApi.postWorkforcemanagementManagementunitMoveOptions): Promise<Models.MoveManagementUnitResponse>;
|
|
@@ -7234,6 +7318,9 @@ declare namespace WorkforceManagementApi {
|
|
|
7234
7318
|
export interface patchWorkforcemanagementManagementunitAgentsOptions {
|
|
7235
7319
|
"body"?: Models.UpdateMuAgentsRequest;
|
|
7236
7320
|
}
|
|
7321
|
+
export interface patchWorkforcemanagementManagementunitAgentsWorkplansBulkOptions {
|
|
7322
|
+
"body"?: Models.UpdateMuAgentWorkPlansBatchRequest;
|
|
7323
|
+
}
|
|
7237
7324
|
export interface patchWorkforcemanagementManagementunitTimeofflimitOptions {
|
|
7238
7325
|
"body"?: Models.UpdateTimeOffLimitRequest;
|
|
7239
7326
|
}
|
|
@@ -7359,6 +7446,10 @@ declare namespace WorkforceManagementApi {
|
|
|
7359
7446
|
export interface postWorkforcemanagementHistoricaldataValidateOptions {
|
|
7360
7447
|
"body"?: Models.ValidationServiceRequest;
|
|
7361
7448
|
}
|
|
7449
|
+
export interface postWorkforcemanagementManagementunitAgentsWorkplansQueryOptions {
|
|
7450
|
+
"forceDownloadService"?: boolean;
|
|
7451
|
+
"body"?: Models.GetAgentsWorkPlansRequest;
|
|
7452
|
+
}
|
|
7362
7453
|
export interface postWorkforcemanagementManagementunitAgentschedulesSearchOptions {
|
|
7363
7454
|
"forceAsync"?: boolean;
|
|
7364
7455
|
"forceDownloadService"?: boolean;
|
|
@@ -7485,8 +7576,8 @@ declare namespace Models {
|
|
|
7485
7576
|
"pageSize"?: number;
|
|
7486
7577
|
"pageNumber"?: number;
|
|
7487
7578
|
"total"?: number;
|
|
7488
|
-
"firstUri"?: string;
|
|
7489
7579
|
"lastUri"?: string;
|
|
7580
|
+
"firstUri"?: string;
|
|
7490
7581
|
"selfUri"?: string;
|
|
7491
7582
|
"nextUri"?: string;
|
|
7492
7583
|
"previousUri"?: string;
|
|
@@ -7686,8 +7777,8 @@ declare namespace Models {
|
|
|
7686
7777
|
"pageSize"?: number;
|
|
7687
7778
|
"pageNumber"?: number;
|
|
7688
7779
|
"total"?: number;
|
|
7689
|
-
"firstUri"?: string;
|
|
7690
7780
|
"lastUri"?: string;
|
|
7781
|
+
"firstUri"?: string;
|
|
7691
7782
|
"selfUri"?: string;
|
|
7692
7783
|
"nextUri"?: string;
|
|
7693
7784
|
"previousUri"?: string;
|
|
@@ -7715,8 +7806,8 @@ declare namespace Models {
|
|
|
7715
7806
|
"pageSize"?: number;
|
|
7716
7807
|
"pageNumber"?: number;
|
|
7717
7808
|
"total"?: number;
|
|
7718
|
-
"firstUri"?: string;
|
|
7719
7809
|
"lastUri"?: string;
|
|
7810
|
+
"firstUri"?: string;
|
|
7720
7811
|
"selfUri"?: string;
|
|
7721
7812
|
"nextUri"?: string;
|
|
7722
7813
|
"previousUri"?: string;
|
|
@@ -7810,8 +7901,8 @@ declare namespace Models {
|
|
|
7810
7901
|
"pageSize"?: number;
|
|
7811
7902
|
"pageNumber"?: number;
|
|
7812
7903
|
"total"?: number;
|
|
7813
|
-
"firstUri"?: string;
|
|
7814
7904
|
"lastUri"?: string;
|
|
7905
|
+
"firstUri"?: string;
|
|
7815
7906
|
"selfUri"?: string;
|
|
7816
7907
|
"nextUri"?: string;
|
|
7817
7908
|
"previousUri"?: string;
|
|
@@ -7867,8 +7958,8 @@ declare namespace Models {
|
|
|
7867
7958
|
"pageSize"?: number;
|
|
7868
7959
|
"pageNumber"?: number;
|
|
7869
7960
|
"total"?: number;
|
|
7870
|
-
"firstUri"?: string;
|
|
7871
7961
|
"lastUri"?: string;
|
|
7962
|
+
"firstUri"?: string;
|
|
7872
7963
|
"selfUri"?: string;
|
|
7873
7964
|
"nextUri"?: string;
|
|
7874
7965
|
"previousUri"?: string;
|
|
@@ -7893,8 +7984,8 @@ declare namespace Models {
|
|
|
7893
7984
|
"pageSize"?: number;
|
|
7894
7985
|
"pageNumber"?: number;
|
|
7895
7986
|
"total"?: number;
|
|
7896
|
-
"firstUri"?: string;
|
|
7897
7987
|
"lastUri"?: string;
|
|
7988
|
+
"firstUri"?: string;
|
|
7898
7989
|
"selfUri"?: string;
|
|
7899
7990
|
"nextUri"?: string;
|
|
7900
7991
|
"previousUri"?: string;
|
|
@@ -8406,8 +8497,8 @@ declare namespace Models {
|
|
|
8406
8497
|
"pageSize"?: number;
|
|
8407
8498
|
"pageNumber"?: number;
|
|
8408
8499
|
"total"?: number;
|
|
8409
|
-
"firstUri"?: string;
|
|
8410
8500
|
"lastUri"?: string;
|
|
8501
|
+
"firstUri"?: string;
|
|
8411
8502
|
"selfUri"?: string;
|
|
8412
8503
|
"nextUri"?: string;
|
|
8413
8504
|
"previousUri"?: string;
|
|
@@ -8693,6 +8784,11 @@ declare namespace Models {
|
|
|
8693
8784
|
"activities": Array<Models.AgentWorkPlanActivity>;
|
|
8694
8785
|
}
|
|
8695
8786
|
|
|
8787
|
+
export interface AgentWorkPlans {
|
|
8788
|
+
"user": Models.UserReference;
|
|
8789
|
+
"workPlanLookupKeysPerWeek": Array<number>;
|
|
8790
|
+
}
|
|
8791
|
+
|
|
8696
8792
|
export interface AgentlessEmailSendRequestDto {
|
|
8697
8793
|
"senderType": string;
|
|
8698
8794
|
"conversationId"?: string;
|
|
@@ -8724,6 +8820,11 @@ declare namespace Models {
|
|
|
8724
8820
|
"entities"?: Array<Models.AgentIntegrationsResponse>;
|
|
8725
8821
|
}
|
|
8726
8822
|
|
|
8823
|
+
export interface AgentsWorkPlansResponse {
|
|
8824
|
+
"downloadUrl"?: string;
|
|
8825
|
+
"result"?: Models.MuAgentsWorkPlansResult;
|
|
8826
|
+
}
|
|
8827
|
+
|
|
8727
8828
|
export interface AggregateMetricData {
|
|
8728
8829
|
"metric"?: string;
|
|
8729
8830
|
"qualifier"?: string;
|
|
@@ -8779,8 +8880,8 @@ declare namespace Models {
|
|
|
8779
8880
|
"pageSize"?: number;
|
|
8780
8881
|
"pageNumber"?: number;
|
|
8781
8882
|
"total"?: number;
|
|
8782
|
-
"firstUri"?: string;
|
|
8783
8883
|
"lastUri"?: string;
|
|
8884
|
+
"firstUri"?: string;
|
|
8784
8885
|
"selfUri"?: string;
|
|
8785
8886
|
"nextUri"?: string;
|
|
8786
8887
|
"previousUri"?: string;
|
|
@@ -9717,6 +9818,11 @@ declare namespace Models {
|
|
|
9717
9818
|
"locationUrl"?: string;
|
|
9718
9819
|
}
|
|
9719
9820
|
|
|
9821
|
+
export interface ArticlesFilter {
|
|
9822
|
+
"labels"?: Models.LabelsFilter;
|
|
9823
|
+
"categories"?: Models.CategoriesFilter;
|
|
9824
|
+
}
|
|
9825
|
+
|
|
9720
9826
|
export interface AssessmentForm {
|
|
9721
9827
|
"id"?: string;
|
|
9722
9828
|
"dateModified"?: string;
|
|
@@ -9849,8 +9955,8 @@ declare namespace Models {
|
|
|
9849
9955
|
"pageSize"?: number;
|
|
9850
9956
|
"pageNumber"?: number;
|
|
9851
9957
|
"total"?: number;
|
|
9852
|
-
"firstUri"?: string;
|
|
9853
9958
|
"lastUri"?: string;
|
|
9959
|
+
"firstUri"?: string;
|
|
9854
9960
|
"selfUri"?: string;
|
|
9855
9961
|
"nextUri"?: string;
|
|
9856
9962
|
"previousUri"?: string;
|
|
@@ -10017,8 +10123,8 @@ declare namespace Models {
|
|
|
10017
10123
|
"pageSize"?: number;
|
|
10018
10124
|
"pageNumber"?: number;
|
|
10019
10125
|
"total"?: number;
|
|
10020
|
-
"firstUri"?: string;
|
|
10021
10126
|
"lastUri"?: string;
|
|
10127
|
+
"firstUri"?: string;
|
|
10022
10128
|
"selfUri"?: string;
|
|
10023
10129
|
"nextUri"?: string;
|
|
10024
10130
|
"previousUri"?: string;
|
|
@@ -10090,8 +10196,8 @@ declare namespace Models {
|
|
|
10090
10196
|
"pageSize"?: number;
|
|
10091
10197
|
"pageNumber"?: number;
|
|
10092
10198
|
"total"?: number;
|
|
10093
|
-
"firstUri"?: string;
|
|
10094
10199
|
"lastUri"?: string;
|
|
10200
|
+
"firstUri"?: string;
|
|
10095
10201
|
"selfUri"?: string;
|
|
10096
10202
|
"nextUri"?: string;
|
|
10097
10203
|
"previousUri"?: string;
|
|
@@ -10290,8 +10396,8 @@ declare namespace Models {
|
|
|
10290
10396
|
"pageSize"?: number;
|
|
10291
10397
|
"pageNumber"?: number;
|
|
10292
10398
|
"total"?: number;
|
|
10293
|
-
"firstUri"?: string;
|
|
10294
10399
|
"lastUri"?: string;
|
|
10400
|
+
"firstUri"?: string;
|
|
10295
10401
|
"selfUri"?: string;
|
|
10296
10402
|
"nextUri"?: string;
|
|
10297
10403
|
"previousUri"?: string;
|
|
@@ -10664,8 +10770,8 @@ declare namespace Models {
|
|
|
10664
10770
|
"pageSize"?: number;
|
|
10665
10771
|
"pageNumber"?: number;
|
|
10666
10772
|
"total"?: number;
|
|
10667
|
-
"firstUri"?: string;
|
|
10668
10773
|
"lastUri"?: string;
|
|
10774
|
+
"firstUri"?: string;
|
|
10669
10775
|
"selfUri"?: string;
|
|
10670
10776
|
"nextUri"?: string;
|
|
10671
10777
|
"previousUri"?: string;
|
|
@@ -10683,8 +10789,8 @@ declare namespace Models {
|
|
|
10683
10789
|
"pageSize"?: number;
|
|
10684
10790
|
"pageNumber"?: number;
|
|
10685
10791
|
"total"?: number;
|
|
10686
|
-
"firstUri"?: string;
|
|
10687
10792
|
"lastUri"?: string;
|
|
10793
|
+
"firstUri"?: string;
|
|
10688
10794
|
"selfUri"?: string;
|
|
10689
10795
|
"nextUri"?: string;
|
|
10690
10796
|
"previousUri"?: string;
|
|
@@ -11744,6 +11850,9 @@ declare namespace Models {
|
|
|
11744
11850
|
"metadata": Models.WfmVersionedEntityMetadata;
|
|
11745
11851
|
}
|
|
11746
11852
|
|
|
11853
|
+
export interface Button {
|
|
11854
|
+
}
|
|
11855
|
+
|
|
11747
11856
|
export interface ButtonComponent {
|
|
11748
11857
|
"title"?: string;
|
|
11749
11858
|
"actions"?: Models.ContentActions;
|
|
@@ -11772,8 +11881,8 @@ declare namespace Models {
|
|
|
11772
11881
|
"pageSize"?: number;
|
|
11773
11882
|
"pageNumber"?: number;
|
|
11774
11883
|
"total"?: number;
|
|
11775
|
-
"firstUri"?: string;
|
|
11776
11884
|
"lastUri"?: string;
|
|
11885
|
+
"firstUri"?: string;
|
|
11777
11886
|
"selfUri"?: string;
|
|
11778
11887
|
"nextUri"?: string;
|
|
11779
11888
|
"previousUri"?: string;
|
|
@@ -11835,8 +11944,8 @@ declare namespace Models {
|
|
|
11835
11944
|
"pageSize"?: number;
|
|
11836
11945
|
"pageNumber"?: number;
|
|
11837
11946
|
"total"?: number;
|
|
11838
|
-
"firstUri"?: string;
|
|
11839
11947
|
"lastUri"?: string;
|
|
11948
|
+
"firstUri"?: string;
|
|
11840
11949
|
"selfUri"?: string;
|
|
11841
11950
|
"nextUri"?: string;
|
|
11842
11951
|
"previousUri"?: string;
|
|
@@ -11938,8 +12047,8 @@ declare namespace Models {
|
|
|
11938
12047
|
"pageSize"?: number;
|
|
11939
12048
|
"pageNumber"?: number;
|
|
11940
12049
|
"total"?: number;
|
|
11941
|
-
"firstUri"?: string;
|
|
11942
12050
|
"lastUri"?: string;
|
|
12051
|
+
"firstUri"?: string;
|
|
11943
12052
|
"selfUri"?: string;
|
|
11944
12053
|
"nextUri"?: string;
|
|
11945
12054
|
"previousUri"?: string;
|
|
@@ -12000,8 +12109,8 @@ declare namespace Models {
|
|
|
12000
12109
|
"pageSize"?: number;
|
|
12001
12110
|
"pageNumber"?: number;
|
|
12002
12111
|
"total"?: number;
|
|
12003
|
-
"firstUri"?: string;
|
|
12004
12112
|
"lastUri"?: string;
|
|
12113
|
+
"firstUri"?: string;
|
|
12005
12114
|
"selfUri"?: string;
|
|
12006
12115
|
"nextUri"?: string;
|
|
12007
12116
|
"previousUri"?: string;
|
|
@@ -12149,8 +12258,8 @@ declare namespace Models {
|
|
|
12149
12258
|
"pageSize"?: number;
|
|
12150
12259
|
"pageNumber"?: number;
|
|
12151
12260
|
"total"?: number;
|
|
12152
|
-
"firstUri"?: string;
|
|
12153
12261
|
"lastUri"?: string;
|
|
12262
|
+
"firstUri"?: string;
|
|
12154
12263
|
"selfUri"?: string;
|
|
12155
12264
|
"nextUri"?: string;
|
|
12156
12265
|
"previousUri"?: string;
|
|
@@ -12241,8 +12350,8 @@ declare namespace Models {
|
|
|
12241
12350
|
"pageSize"?: number;
|
|
12242
12351
|
"pageNumber"?: number;
|
|
12243
12352
|
"total"?: number;
|
|
12244
|
-
"firstUri"?: string;
|
|
12245
12353
|
"lastUri"?: string;
|
|
12354
|
+
"firstUri"?: string;
|
|
12246
12355
|
"selfUri"?: string;
|
|
12247
12356
|
"nextUri"?: string;
|
|
12248
12357
|
"previousUri"?: string;
|
|
@@ -12313,9 +12422,15 @@ declare namespace Models {
|
|
|
12313
12422
|
"autoAnswerAlertToneSeconds"?: number;
|
|
12314
12423
|
"manualAnswerAlertToneSeconds"?: number;
|
|
12315
12424
|
"subTypeSettings"?: { [key: string]: Models.BaseMediaSettings; };
|
|
12425
|
+
"mode"?: string;
|
|
12316
12426
|
"enableAutoDialAndEnd"?: boolean;
|
|
12317
12427
|
"autoDialDelaySeconds"?: number;
|
|
12318
12428
|
"autoEndDelaySeconds"?: number;
|
|
12429
|
+
"pacingModifier"?: number;
|
|
12430
|
+
"liveVoiceReactionType"?: string;
|
|
12431
|
+
"liveVoiceFlow"?: Models.DomainEntityRef;
|
|
12432
|
+
"answeringMachineReactionType"?: string;
|
|
12433
|
+
"answeringMachineFlow"?: Models.DomainEntityRef;
|
|
12319
12434
|
}
|
|
12320
12435
|
|
|
12321
12436
|
export interface Callheader {
|
|
@@ -12366,6 +12481,7 @@ declare namespace Models {
|
|
|
12366
12481
|
"contactListFilters"?: Array<Models.DomainEntityRef>;
|
|
12367
12482
|
"division"?: Models.DomainEntityRef;
|
|
12368
12483
|
"dynamicContactQueueingSettings"?: Models.DynamicContactQueueingSettings;
|
|
12484
|
+
"skillColumns"?: Array<string>;
|
|
12369
12485
|
"maxCallsPerAgent"?: number;
|
|
12370
12486
|
"callbackAutoAnswer"?: boolean;
|
|
12371
12487
|
"dynamicLineBalancingSettings"?: Models.DynamicLineBalancingSettings;
|
|
@@ -12401,8 +12517,8 @@ declare namespace Models {
|
|
|
12401
12517
|
"pageSize"?: number;
|
|
12402
12518
|
"pageNumber"?: number;
|
|
12403
12519
|
"total"?: number;
|
|
12404
|
-
"firstUri"?: string;
|
|
12405
12520
|
"lastUri"?: string;
|
|
12521
|
+
"firstUri"?: string;
|
|
12406
12522
|
"selfUri"?: string;
|
|
12407
12523
|
"nextUri"?: string;
|
|
12408
12524
|
"previousUri"?: string;
|
|
@@ -12414,8 +12530,8 @@ declare namespace Models {
|
|
|
12414
12530
|
"pageSize"?: number;
|
|
12415
12531
|
"pageNumber"?: number;
|
|
12416
12532
|
"total"?: number;
|
|
12417
|
-
"firstUri"?: string;
|
|
12418
12533
|
"lastUri"?: string;
|
|
12534
|
+
"firstUri"?: string;
|
|
12419
12535
|
"selfUri"?: string;
|
|
12420
12536
|
"nextUri"?: string;
|
|
12421
12537
|
"previousUri"?: string;
|
|
@@ -12511,6 +12627,9 @@ declare namespace Models {
|
|
|
12511
12627
|
"campaignRuleActions": Array<Models.CampaignRuleAction>;
|
|
12512
12628
|
"matchAnyConditions"?: boolean;
|
|
12513
12629
|
"enabled"?: boolean;
|
|
12630
|
+
"campaignRuleProcessing"?: string;
|
|
12631
|
+
"conditionGroups"?: Array<Models.CampaignRuleConditionGroup>;
|
|
12632
|
+
"executionSettings"?: Models.CampaignRuleExecutionSettings;
|
|
12514
12633
|
"selfUri"?: string;
|
|
12515
12634
|
}
|
|
12516
12635
|
|
|
@@ -12548,8 +12667,8 @@ declare namespace Models {
|
|
|
12548
12667
|
"pageSize"?: number;
|
|
12549
12668
|
"pageNumber"?: number;
|
|
12550
12669
|
"total"?: number;
|
|
12551
|
-
"firstUri"?: string;
|
|
12552
12670
|
"lastUri"?: string;
|
|
12671
|
+
"firstUri"?: string;
|
|
12553
12672
|
"selfUri"?: string;
|
|
12554
12673
|
"nextUri"?: string;
|
|
12555
12674
|
"previousUri"?: string;
|
|
@@ -12557,6 +12676,8 @@ declare namespace Models {
|
|
|
12557
12676
|
}
|
|
12558
12677
|
|
|
12559
12678
|
export interface CampaignRuleExecutionSettings {
|
|
12679
|
+
"frequency": string;
|
|
12680
|
+
"timeZoneId"?: string;
|
|
12560
12681
|
}
|
|
12561
12682
|
|
|
12562
12683
|
export interface CampaignRuleParameters {
|
|
@@ -12569,6 +12690,22 @@ declare namespace Models {
|
|
|
12569
12690
|
"relativeWeight"?: number;
|
|
12570
12691
|
"maxCallsPerAgent"?: number;
|
|
12571
12692
|
"queue"?: Models.DomainEntityRef;
|
|
12693
|
+
"messagesPerMinute"?: number;
|
|
12694
|
+
"smsContentTemplate"?: Models.DomainEntityRef;
|
|
12695
|
+
"emailContentTemplate"?: Models.DomainEntityRef;
|
|
12696
|
+
}
|
|
12697
|
+
|
|
12698
|
+
export interface CampaignRuleWarning {
|
|
12699
|
+
"code": string;
|
|
12700
|
+
"message": string;
|
|
12701
|
+
"params"?: Models.CampaignRuleWarningParameters;
|
|
12702
|
+
}
|
|
12703
|
+
|
|
12704
|
+
export interface CampaignRuleWarningParameters {
|
|
12705
|
+
"actionId"?: string;
|
|
12706
|
+
"conditionId"?: string;
|
|
12707
|
+
"actionType"?: string;
|
|
12708
|
+
"conditionType"?: string;
|
|
12572
12709
|
}
|
|
12573
12710
|
|
|
12574
12711
|
export interface CampaignSchedule {
|
|
@@ -12602,8 +12739,8 @@ declare namespace Models {
|
|
|
12602
12739
|
"pageSize"?: number;
|
|
12603
12740
|
"pageNumber"?: number;
|
|
12604
12741
|
"total"?: number;
|
|
12605
|
-
"firstUri"?: string;
|
|
12606
12742
|
"lastUri"?: string;
|
|
12743
|
+
"firstUri"?: string;
|
|
12607
12744
|
"selfUri"?: string;
|
|
12608
12745
|
"nextUri"?: string;
|
|
12609
12746
|
"previousUri"?: string;
|
|
@@ -12624,7 +12761,10 @@ declare namespace Models {
|
|
|
12624
12761
|
"scheduledCalls"?: number;
|
|
12625
12762
|
"timeZoneRescheduledCalls"?: number;
|
|
12626
12763
|
"filteredOutContactsCount"?: number;
|
|
12764
|
+
"rightPartyContactsCount"?: number;
|
|
12765
|
+
"validAttempts"?: number;
|
|
12627
12766
|
"linesUtilization"?: Models.CampaignLinesUtilization;
|
|
12767
|
+
"businessCategoryMetrics"?: Models.CampaignBusinessCategoryMetrics;
|
|
12628
12768
|
}
|
|
12629
12769
|
|
|
12630
12770
|
export interface CampaignTimeSlot {
|
|
@@ -12659,14 +12799,18 @@ declare namespace Models {
|
|
|
12659
12799
|
"pageSize"?: number;
|
|
12660
12800
|
"pageNumber"?: number;
|
|
12661
12801
|
"total"?: number;
|
|
12662
|
-
"firstUri"?: string;
|
|
12663
12802
|
"lastUri"?: string;
|
|
12803
|
+
"firstUri"?: string;
|
|
12664
12804
|
"selfUri"?: string;
|
|
12665
12805
|
"nextUri"?: string;
|
|
12666
12806
|
"previousUri"?: string;
|
|
12667
12807
|
"pageCount"?: number;
|
|
12668
12808
|
}
|
|
12669
12809
|
|
|
12810
|
+
export interface CategoriesFilter {
|
|
12811
|
+
"entities": Array<Models.CategoryEntity>;
|
|
12812
|
+
}
|
|
12813
|
+
|
|
12670
12814
|
export interface Category {
|
|
12671
12815
|
"name"?: string;
|
|
12672
12816
|
}
|
|
@@ -12680,6 +12824,11 @@ declare namespace Models {
|
|
|
12680
12824
|
"selfUri"?: string;
|
|
12681
12825
|
}
|
|
12682
12826
|
|
|
12827
|
+
export interface CategoryEntity {
|
|
12828
|
+
"id": string;
|
|
12829
|
+
"selfUri"?: string;
|
|
12830
|
+
}
|
|
12831
|
+
|
|
12683
12832
|
export interface CategoryEntityListing {
|
|
12684
12833
|
"entities"?: Array<Models.Category>;
|
|
12685
12834
|
"pageSize"?: number;
|
|
@@ -12763,8 +12912,8 @@ declare namespace Models {
|
|
|
12763
12912
|
"pageSize"?: number;
|
|
12764
12913
|
"pageNumber"?: number;
|
|
12765
12914
|
"total"?: number;
|
|
12766
|
-
"firstUri"?: string;
|
|
12767
12915
|
"lastUri"?: string;
|
|
12916
|
+
"firstUri"?: string;
|
|
12768
12917
|
"selfUri"?: string;
|
|
12769
12918
|
"nextUri"?: string;
|
|
12770
12919
|
"previousUri"?: string;
|
|
@@ -12840,14 +12989,40 @@ declare namespace Models {
|
|
|
12840
12989
|
"pageSize"?: number;
|
|
12841
12990
|
"pageNumber"?: number;
|
|
12842
12991
|
"total"?: number;
|
|
12843
|
-
"firstUri"?: string;
|
|
12844
12992
|
"lastUri"?: string;
|
|
12993
|
+
"firstUri"?: string;
|
|
12845
12994
|
"selfUri"?: string;
|
|
12846
12995
|
"nextUri"?: string;
|
|
12847
12996
|
"previousUri"?: string;
|
|
12848
12997
|
"pageCount"?: number;
|
|
12849
12998
|
}
|
|
12850
12999
|
|
|
13000
|
+
export interface ChatFavorite {
|
|
13001
|
+
"id": string;
|
|
13002
|
+
"externalId": string;
|
|
13003
|
+
}
|
|
13004
|
+
|
|
13005
|
+
export interface ChatItem {
|
|
13006
|
+
"id"?: string;
|
|
13007
|
+
"name"?: string;
|
|
13008
|
+
"open": boolean;
|
|
13009
|
+
"favorite"?: Models.ChatFavorite;
|
|
13010
|
+
"images"?: Array<Models.Image>;
|
|
13011
|
+
"dateLastMessage"?: string;
|
|
13012
|
+
"dateClosed"?: string;
|
|
13013
|
+
"user"?: Models.ChatUserRef;
|
|
13014
|
+
"room"?: Models.Room;
|
|
13015
|
+
"chatType": string;
|
|
13016
|
+
"selfUri"?: string;
|
|
13017
|
+
}
|
|
13018
|
+
|
|
13019
|
+
export interface ChatItemCursorListing {
|
|
13020
|
+
"entities"?: Array<Models.ChatItem>;
|
|
13021
|
+
"nextUri"?: string;
|
|
13022
|
+
"selfUri"?: string;
|
|
13023
|
+
"previousUri"?: string;
|
|
13024
|
+
}
|
|
13025
|
+
|
|
12851
13026
|
export interface ChatMediaParticipant {
|
|
12852
13027
|
"id"?: string;
|
|
12853
13028
|
"name"?: string;
|
|
@@ -12946,7 +13121,16 @@ declare namespace Models {
|
|
|
12946
13121
|
"name"?: string;
|
|
12947
13122
|
"displayName"?: string;
|
|
12948
13123
|
"username"?: string;
|
|
12949
|
-
"images"?: Array<Models.
|
|
13124
|
+
"images"?: Array<Models.Image>;
|
|
13125
|
+
}
|
|
13126
|
+
|
|
13127
|
+
export interface ChatPresence {
|
|
13128
|
+
"source"?: string;
|
|
13129
|
+
"organizationPresence"?: Models.OrganizationPresence;
|
|
13130
|
+
"systemPresence"?: string;
|
|
13131
|
+
"message"?: string;
|
|
13132
|
+
"dateModified"?: string;
|
|
13133
|
+
"outOfOffice"?: Models.OutOfOffice;
|
|
12950
13134
|
}
|
|
12951
13135
|
|
|
12952
13136
|
export interface ChatReaction {
|
|
@@ -12966,6 +13150,16 @@ declare namespace Models {
|
|
|
12966
13150
|
"messageRetentionPeriodDays"?: number;
|
|
12967
13151
|
}
|
|
12968
13152
|
|
|
13153
|
+
export interface ChatUserRef {
|
|
13154
|
+
"id"?: string;
|
|
13155
|
+
"name"?: string;
|
|
13156
|
+
"selfUri"?: string;
|
|
13157
|
+
"jid"?: string;
|
|
13158
|
+
"inactive"?: boolean;
|
|
13159
|
+
"integrations"?: Array<Models.Contact>;
|
|
13160
|
+
"presence"?: Models.ChatPresence;
|
|
13161
|
+
}
|
|
13162
|
+
|
|
12969
13163
|
export interface ChatUserSettings {
|
|
12970
13164
|
"mobile": Models.MobileSettings;
|
|
12971
13165
|
}
|
|
@@ -12997,8 +13191,8 @@ declare namespace Models {
|
|
|
12997
13191
|
"pageSize"?: number;
|
|
12998
13192
|
"pageNumber"?: number;
|
|
12999
13193
|
"total"?: number;
|
|
13000
|
-
"firstUri"?: string;
|
|
13001
13194
|
"lastUri"?: string;
|
|
13195
|
+
"firstUri"?: string;
|
|
13002
13196
|
"selfUri"?: string;
|
|
13003
13197
|
"nextUri"?: string;
|
|
13004
13198
|
"previousUri"?: string;
|
|
@@ -13045,8 +13239,8 @@ declare namespace Models {
|
|
|
13045
13239
|
"pageSize"?: number;
|
|
13046
13240
|
"pageNumber"?: number;
|
|
13047
13241
|
"total"?: number;
|
|
13048
|
-
"firstUri"?: string;
|
|
13049
13242
|
"lastUri"?: string;
|
|
13243
|
+
"firstUri"?: string;
|
|
13050
13244
|
"selfUri"?: string;
|
|
13051
13245
|
"nextUri"?: string;
|
|
13052
13246
|
"previousUri"?: string;
|
|
@@ -13096,8 +13290,8 @@ declare namespace Models {
|
|
|
13096
13290
|
"pageSize"?: number;
|
|
13097
13291
|
"pageNumber"?: number;
|
|
13098
13292
|
"total"?: number;
|
|
13099
|
-
"firstUri"?: string;
|
|
13100
13293
|
"lastUri"?: string;
|
|
13294
|
+
"firstUri"?: string;
|
|
13101
13295
|
"selfUri"?: string;
|
|
13102
13296
|
"nextUri"?: string;
|
|
13103
13297
|
"previousUri"?: string;
|
|
@@ -13142,8 +13336,8 @@ declare namespace Models {
|
|
|
13142
13336
|
"pageSize"?: number;
|
|
13143
13337
|
"pageNumber"?: number;
|
|
13144
13338
|
"total"?: number;
|
|
13145
|
-
"firstUri"?: string;
|
|
13146
13339
|
"lastUri"?: string;
|
|
13340
|
+
"firstUri"?: string;
|
|
13147
13341
|
"selfUri"?: string;
|
|
13148
13342
|
"nextUri"?: string;
|
|
13149
13343
|
"previousUri"?: string;
|
|
@@ -13188,8 +13382,8 @@ declare namespace Models {
|
|
|
13188
13382
|
"pageSize"?: number;
|
|
13189
13383
|
"pageNumber"?: number;
|
|
13190
13384
|
"total"?: number;
|
|
13191
|
-
"firstUri"?: string;
|
|
13192
13385
|
"lastUri"?: string;
|
|
13386
|
+
"firstUri"?: string;
|
|
13193
13387
|
"selfUri"?: string;
|
|
13194
13388
|
"nextUri"?: string;
|
|
13195
13389
|
"previousUri"?: string;
|
|
@@ -13348,8 +13542,8 @@ declare namespace Models {
|
|
|
13348
13542
|
"pageSize"?: number;
|
|
13349
13543
|
"pageNumber"?: number;
|
|
13350
13544
|
"total"?: number;
|
|
13351
|
-
"firstUri"?: string;
|
|
13352
13545
|
"lastUri"?: string;
|
|
13546
|
+
"firstUri"?: string;
|
|
13353
13547
|
"selfUri"?: string;
|
|
13354
13548
|
"nextUri"?: string;
|
|
13355
13549
|
"previousUri"?: string;
|
|
@@ -13406,8 +13600,8 @@ declare namespace Models {
|
|
|
13406
13600
|
"pageSize"?: number;
|
|
13407
13601
|
"pageNumber"?: number;
|
|
13408
13602
|
"total"?: number;
|
|
13409
|
-
"firstUri"?: string;
|
|
13410
13603
|
"lastUri"?: string;
|
|
13604
|
+
"firstUri"?: string;
|
|
13411
13605
|
"selfUri"?: string;
|
|
13412
13606
|
"nextUri"?: string;
|
|
13413
13607
|
"previousUri"?: string;
|
|
@@ -13419,8 +13613,8 @@ declare namespace Models {
|
|
|
13419
13613
|
"pageSize"?: number;
|
|
13420
13614
|
"pageNumber"?: number;
|
|
13421
13615
|
"total"?: number;
|
|
13422
|
-
"firstUri"?: string;
|
|
13423
13616
|
"lastUri"?: string;
|
|
13617
|
+
"firstUri"?: string;
|
|
13424
13618
|
"selfUri"?: string;
|
|
13425
13619
|
"nextUri"?: string;
|
|
13426
13620
|
"previousUri"?: string;
|
|
@@ -13468,8 +13662,8 @@ declare namespace Models {
|
|
|
13468
13662
|
"pageSize"?: number;
|
|
13469
13663
|
"pageNumber"?: number;
|
|
13470
13664
|
"total"?: number;
|
|
13471
|
-
"firstUri"?: string;
|
|
13472
13665
|
"lastUri"?: string;
|
|
13666
|
+
"firstUri"?: string;
|
|
13473
13667
|
"selfUri"?: string;
|
|
13474
13668
|
"nextUri"?: string;
|
|
13475
13669
|
"previousUri"?: string;
|
|
@@ -13704,8 +13898,8 @@ declare namespace Models {
|
|
|
13704
13898
|
"pageSize"?: number;
|
|
13705
13899
|
"pageNumber"?: number;
|
|
13706
13900
|
"total"?: number;
|
|
13707
|
-
"firstUri"?: string;
|
|
13708
13901
|
"lastUri"?: string;
|
|
13902
|
+
"firstUri"?: string;
|
|
13709
13903
|
"selfUri"?: string;
|
|
13710
13904
|
"nextUri"?: string;
|
|
13711
13905
|
"previousUri"?: string;
|
|
@@ -13717,8 +13911,8 @@ declare namespace Models {
|
|
|
13717
13911
|
"pageSize"?: number;
|
|
13718
13912
|
"pageNumber"?: number;
|
|
13719
13913
|
"total"?: number;
|
|
13720
|
-
"firstUri"?: string;
|
|
13721
13914
|
"lastUri"?: string;
|
|
13915
|
+
"firstUri"?: string;
|
|
13722
13916
|
"selfUri"?: string;
|
|
13723
13917
|
"nextUri"?: string;
|
|
13724
13918
|
"previousUri"?: string;
|
|
@@ -13876,8 +14070,8 @@ declare namespace Models {
|
|
|
13876
14070
|
"pageSize"?: number;
|
|
13877
14071
|
"pageNumber"?: number;
|
|
13878
14072
|
"total"?: number;
|
|
13879
|
-
"firstUri"?: string;
|
|
13880
14073
|
"lastUri"?: string;
|
|
14074
|
+
"firstUri"?: string;
|
|
13881
14075
|
"selfUri"?: string;
|
|
13882
14076
|
"nextUri"?: string;
|
|
13883
14077
|
"previousUri"?: string;
|
|
@@ -13889,8 +14083,8 @@ declare namespace Models {
|
|
|
13889
14083
|
"pageSize"?: number;
|
|
13890
14084
|
"pageNumber"?: number;
|
|
13891
14085
|
"total"?: number;
|
|
13892
|
-
"firstUri"?: string;
|
|
13893
14086
|
"lastUri"?: string;
|
|
14087
|
+
"firstUri"?: string;
|
|
13894
14088
|
"selfUri"?: string;
|
|
13895
14089
|
"nextUri"?: string;
|
|
13896
14090
|
"previousUri"?: string;
|
|
@@ -13925,8 +14119,8 @@ declare namespace Models {
|
|
|
13925
14119
|
"pageSize"?: number;
|
|
13926
14120
|
"pageNumber"?: number;
|
|
13927
14121
|
"total"?: number;
|
|
13928
|
-
"firstUri"?: string;
|
|
13929
14122
|
"lastUri"?: string;
|
|
14123
|
+
"firstUri"?: string;
|
|
13930
14124
|
"selfUri"?: string;
|
|
13931
14125
|
"nextUri"?: string;
|
|
13932
14126
|
"previousUri"?: string;
|
|
@@ -13978,8 +14172,8 @@ declare namespace Models {
|
|
|
13978
14172
|
"pageSize"?: number;
|
|
13979
14173
|
"pageNumber"?: number;
|
|
13980
14174
|
"total"?: number;
|
|
13981
|
-
"firstUri"?: string;
|
|
13982
14175
|
"lastUri"?: string;
|
|
14176
|
+
"firstUri"?: string;
|
|
13983
14177
|
"selfUri"?: string;
|
|
13984
14178
|
"nextUri"?: string;
|
|
13985
14179
|
"previousUri"?: string;
|
|
@@ -14014,8 +14208,8 @@ declare namespace Models {
|
|
|
14014
14208
|
"pageNumber"?: number;
|
|
14015
14209
|
"total"?: number;
|
|
14016
14210
|
"contactsCount"?: number;
|
|
14017
|
-
"firstUri"?: string;
|
|
14018
14211
|
"lastUri"?: string;
|
|
14212
|
+
"firstUri"?: string;
|
|
14019
14213
|
"selfUri"?: string;
|
|
14020
14214
|
"nextUri"?: string;
|
|
14021
14215
|
"previousUri"?: string;
|
|
@@ -14130,6 +14324,18 @@ declare namespace Models {
|
|
|
14130
14324
|
"cards": Array<Models.ContentCard>;
|
|
14131
14325
|
}
|
|
14132
14326
|
|
|
14327
|
+
export interface ContentFileRequest {
|
|
14328
|
+
"uploadKey"?: string;
|
|
14329
|
+
"name"?: string;
|
|
14330
|
+
}
|
|
14331
|
+
|
|
14332
|
+
export interface ContentFileResponse {
|
|
14333
|
+
"name": string;
|
|
14334
|
+
"type": string;
|
|
14335
|
+
"checksum": string;
|
|
14336
|
+
"size": number;
|
|
14337
|
+
}
|
|
14338
|
+
|
|
14133
14339
|
export interface ContentFilterItem {
|
|
14134
14340
|
"name"?: string;
|
|
14135
14341
|
"type"?: string;
|
|
@@ -14614,6 +14820,7 @@ declare namespace Models {
|
|
|
14614
14820
|
"contextId"?: string;
|
|
14615
14821
|
"details"?: Array<Models.ConversationCallEventTopicDetail>;
|
|
14616
14822
|
"errors"?: Array<Models.ConversationCallEventTopicErrorBody>;
|
|
14823
|
+
"limit"?: Models.ConversationCallEventTopicLimit;
|
|
14617
14824
|
}
|
|
14618
14825
|
|
|
14619
14826
|
export interface ConversationCallEventTopicFaxStatus {
|
|
@@ -14653,6 +14860,13 @@ declare namespace Models {
|
|
|
14653
14860
|
"type"?: string;
|
|
14654
14861
|
}
|
|
14655
14862
|
|
|
14863
|
+
export interface ConversationCallEventTopicLimit {
|
|
14864
|
+
"key"?: string;
|
|
14865
|
+
"namespace"?: string;
|
|
14866
|
+
"value"?: number;
|
|
14867
|
+
"documented"?: boolean;
|
|
14868
|
+
}
|
|
14869
|
+
|
|
14656
14870
|
export interface ConversationCallEventTopicQueueMediaSettings {
|
|
14657
14871
|
"alertingTimeoutSeconds"?: number;
|
|
14658
14872
|
"autoAnswerAlertToneSeconds"?: number;
|
|
@@ -14772,6 +14986,7 @@ declare namespace Models {
|
|
|
14772
14986
|
"contextId"?: string;
|
|
14773
14987
|
"details"?: Array<Models.ConversationCallbackEventTopicDetail>;
|
|
14774
14988
|
"errors"?: Array<Models.ConversationCallbackEventTopicErrorBody>;
|
|
14989
|
+
"limit"?: Models.ConversationCallbackEventTopicLimit;
|
|
14775
14990
|
}
|
|
14776
14991
|
|
|
14777
14992
|
export interface ConversationCallbackEventTopicJourneyAction {
|
|
@@ -14800,6 +15015,13 @@ declare namespace Models {
|
|
|
14800
15015
|
"type"?: string;
|
|
14801
15016
|
}
|
|
14802
15017
|
|
|
15018
|
+
export interface ConversationCallbackEventTopicLimit {
|
|
15019
|
+
"key"?: string;
|
|
15020
|
+
"namespace"?: string;
|
|
15021
|
+
"value"?: number;
|
|
15022
|
+
"documented"?: boolean;
|
|
15023
|
+
}
|
|
15024
|
+
|
|
14803
15025
|
export interface ConversationCallbackEventTopicPhoneNumberColumn {
|
|
14804
15026
|
"columnName"?: string;
|
|
14805
15027
|
"type"?: string;
|
|
@@ -14840,8 +15062,8 @@ declare namespace Models {
|
|
|
14840
15062
|
"pageSize"?: number;
|
|
14841
15063
|
"pageNumber"?: number;
|
|
14842
15064
|
"total"?: number;
|
|
14843
|
-
"firstUri"?: string;
|
|
14844
15065
|
"lastUri"?: string;
|
|
15066
|
+
"firstUri"?: string;
|
|
14845
15067
|
"selfUri"?: string;
|
|
14846
15068
|
"nextUri"?: string;
|
|
14847
15069
|
"previousUri"?: string;
|
|
@@ -14969,6 +15191,7 @@ declare namespace Models {
|
|
|
14969
15191
|
"contextId"?: string;
|
|
14970
15192
|
"details"?: Array<Models.ConversationChatEventTopicDetail>;
|
|
14971
15193
|
"errors"?: Array<Models.ConversationChatEventTopicErrorBody>;
|
|
15194
|
+
"limit"?: Models.ConversationChatEventTopicLimit;
|
|
14972
15195
|
}
|
|
14973
15196
|
|
|
14974
15197
|
export interface ConversationChatEventTopicJourneyAction {
|
|
@@ -14997,6 +15220,13 @@ declare namespace Models {
|
|
|
14997
15220
|
"type"?: string;
|
|
14998
15221
|
}
|
|
14999
15222
|
|
|
15223
|
+
export interface ConversationChatEventTopicLimit {
|
|
15224
|
+
"key"?: string;
|
|
15225
|
+
"namespace"?: string;
|
|
15226
|
+
"value"?: number;
|
|
15227
|
+
"documented"?: boolean;
|
|
15228
|
+
}
|
|
15229
|
+
|
|
15000
15230
|
export interface ConversationChatEventTopicQueueMediaSettings {
|
|
15001
15231
|
"alertingTimeoutSeconds"?: number;
|
|
15002
15232
|
"autoAnswerAlertToneSeconds"?: number;
|
|
@@ -15108,6 +15338,7 @@ declare namespace Models {
|
|
|
15108
15338
|
"contextId"?: string;
|
|
15109
15339
|
"details"?: Array<Models.ConversationCobrowseEventTopicDetail>;
|
|
15110
15340
|
"errors"?: Array<Models.ConversationCobrowseEventTopicErrorBody>;
|
|
15341
|
+
"limit"?: Models.ConversationCobrowseEventTopicLimit;
|
|
15111
15342
|
}
|
|
15112
15343
|
|
|
15113
15344
|
export interface ConversationCobrowseEventTopicJourneyAction {
|
|
@@ -15136,6 +15367,13 @@ declare namespace Models {
|
|
|
15136
15367
|
"type"?: string;
|
|
15137
15368
|
}
|
|
15138
15369
|
|
|
15370
|
+
export interface ConversationCobrowseEventTopicLimit {
|
|
15371
|
+
"key"?: string;
|
|
15372
|
+
"namespace"?: string;
|
|
15373
|
+
"value"?: number;
|
|
15374
|
+
"documented"?: boolean;
|
|
15375
|
+
}
|
|
15376
|
+
|
|
15139
15377
|
export interface ConversationCobrowseEventTopicQueueMediaSettings {
|
|
15140
15378
|
"alertingTimeoutSeconds"?: number;
|
|
15141
15379
|
"autoAnswerAlertToneSeconds"?: number;
|
|
@@ -15277,7 +15515,7 @@ declare namespace Models {
|
|
|
15277
15515
|
|
|
15278
15516
|
export interface ConversationDivisionMembership {
|
|
15279
15517
|
"division"?: Models.DomainEntityRef;
|
|
15280
|
-
"entities"?: Array<Models.
|
|
15518
|
+
"entities"?: Array<Models.DivisionEntityRef>;
|
|
15281
15519
|
}
|
|
15282
15520
|
|
|
15283
15521
|
export interface ConversationEditedSummary {
|
|
@@ -15376,6 +15614,7 @@ declare namespace Models {
|
|
|
15376
15614
|
"contextId"?: string;
|
|
15377
15615
|
"details"?: Array<Models.ConversationEmailEventTopicDetail>;
|
|
15378
15616
|
"errors"?: Array<Models.ConversationEmailEventTopicErrorBody>;
|
|
15617
|
+
"limit"?: Models.ConversationEmailEventTopicLimit;
|
|
15379
15618
|
}
|
|
15380
15619
|
|
|
15381
15620
|
export interface ConversationEmailEventTopicJourneyAction {
|
|
@@ -15404,6 +15643,13 @@ declare namespace Models {
|
|
|
15404
15643
|
"type"?: string;
|
|
15405
15644
|
}
|
|
15406
15645
|
|
|
15646
|
+
export interface ConversationEmailEventTopicLimit {
|
|
15647
|
+
"key"?: string;
|
|
15648
|
+
"namespace"?: string;
|
|
15649
|
+
"value"?: number;
|
|
15650
|
+
"documented"?: boolean;
|
|
15651
|
+
}
|
|
15652
|
+
|
|
15407
15653
|
export interface ConversationEmailEventTopicQueueMediaSettings {
|
|
15408
15654
|
"alertingTimeoutSeconds"?: number;
|
|
15409
15655
|
"autoAnswerAlertToneSeconds"?: number;
|
|
@@ -15461,8 +15707,8 @@ declare namespace Models {
|
|
|
15461
15707
|
"pageSize"?: number;
|
|
15462
15708
|
"pageNumber"?: number;
|
|
15463
15709
|
"total"?: number;
|
|
15464
|
-
"firstUri"?: string;
|
|
15465
15710
|
"lastUri"?: string;
|
|
15711
|
+
"firstUri"?: string;
|
|
15466
15712
|
"selfUri"?: string;
|
|
15467
15713
|
"nextUri"?: string;
|
|
15468
15714
|
"previousUri"?: string;
|
|
@@ -15700,6 +15946,27 @@ declare namespace Models {
|
|
|
15700
15946
|
"userId"?: string;
|
|
15701
15947
|
}
|
|
15702
15948
|
|
|
15949
|
+
export interface ConversationEventTopicInternalMessage {
|
|
15950
|
+
"id"?: string;
|
|
15951
|
+
"state"?: string;
|
|
15952
|
+
"initialState"?: string;
|
|
15953
|
+
"provider"?: string;
|
|
15954
|
+
"peerId"?: string;
|
|
15955
|
+
"disconnectType"?: string;
|
|
15956
|
+
"connectedTime"?: string;
|
|
15957
|
+
"disconnectedTime"?: string;
|
|
15958
|
+
"targetUserId"?: string;
|
|
15959
|
+
"sourceUserId"?: string;
|
|
15960
|
+
"toAddress"?: Models.ConversationEventTopicAddress;
|
|
15961
|
+
"fromAddress"?: Models.ConversationEventTopicAddress;
|
|
15962
|
+
"messages"?: Array<Models.ConversationEventTopicInternalMessageDetails>;
|
|
15963
|
+
}
|
|
15964
|
+
|
|
15965
|
+
export interface ConversationEventTopicInternalMessageDetails {
|
|
15966
|
+
"messageId"?: string;
|
|
15967
|
+
"messageTime"?: string;
|
|
15968
|
+
}
|
|
15969
|
+
|
|
15703
15970
|
export interface ConversationEventTopicJourneyAction {
|
|
15704
15971
|
"id"?: string;
|
|
15705
15972
|
"actionMap"?: Models.ConversationEventTopicJourneyActionMap;
|
|
@@ -15765,6 +16032,7 @@ declare namespace Models {
|
|
|
15765
16032
|
"errorInfo"?: Models.ConversationEventTopicErrorDetails;
|
|
15766
16033
|
"stickers"?: Array<Models.ConversationEventTopicMessageSticker>;
|
|
15767
16034
|
"messageMetadata"?: Models.ConversationEventTopicMessageMetadata;
|
|
16035
|
+
"socialVisibility"?: string;
|
|
15768
16036
|
}
|
|
15769
16037
|
|
|
15770
16038
|
export interface ConversationEventTopicMessageMedia {
|
|
@@ -15840,6 +16108,7 @@ declare namespace Models {
|
|
|
15840
16108
|
"cobrowsesessions"?: Array<Models.ConversationEventTopicCobrowse>;
|
|
15841
16109
|
"emails"?: Array<Models.ConversationEventTopicEmail>;
|
|
15842
16110
|
"messages"?: Array<Models.ConversationEventTopicMessage>;
|
|
16111
|
+
"internalMessages"?: Array<Models.ConversationEventTopicInternalMessage>;
|
|
15843
16112
|
"screenshares"?: Array<Models.ConversationEventTopicScreenshare>;
|
|
15844
16113
|
"socialExpressions"?: Array<Models.ConversationEventTopicSocialExpression>;
|
|
15845
16114
|
"videos"?: Array<Models.ConversationEventTopicVideo>;
|
|
@@ -16019,6 +16288,7 @@ declare namespace Models {
|
|
|
16019
16288
|
"contextId"?: string;
|
|
16020
16289
|
"details"?: Array<Models.ConversationMessageEventTopicDetail>;
|
|
16021
16290
|
"errors"?: Array<Models.ConversationMessageEventTopicErrorBody>;
|
|
16291
|
+
"limit"?: Models.ConversationMessageEventTopicLimit;
|
|
16022
16292
|
}
|
|
16023
16293
|
|
|
16024
16294
|
export interface ConversationMessageEventTopicErrorDetails {
|
|
@@ -16057,6 +16327,13 @@ declare namespace Models {
|
|
|
16057
16327
|
"type"?: string;
|
|
16058
16328
|
}
|
|
16059
16329
|
|
|
16330
|
+
export interface ConversationMessageEventTopicLimit {
|
|
16331
|
+
"key"?: string;
|
|
16332
|
+
"namespace"?: string;
|
|
16333
|
+
"value"?: number;
|
|
16334
|
+
"documented"?: boolean;
|
|
16335
|
+
}
|
|
16336
|
+
|
|
16060
16337
|
export interface ConversationMessageEventTopicMessageConversation {
|
|
16061
16338
|
"id"?: string;
|
|
16062
16339
|
"name"?: string;
|
|
@@ -16075,6 +16352,7 @@ declare namespace Models {
|
|
|
16075
16352
|
"stickers"?: Array<Models.ConversationMessageEventTopicMessageSticker>;
|
|
16076
16353
|
"errorInfo"?: Models.ConversationMessageEventTopicErrorDetails;
|
|
16077
16354
|
"messageMetadata"?: Models.ConversationMessageEventTopicMessageMetadata;
|
|
16355
|
+
"socialVisibility"?: string;
|
|
16078
16356
|
}
|
|
16079
16357
|
|
|
16080
16358
|
export interface ConversationMessageEventTopicMessageMedia {
|
|
@@ -16214,6 +16492,7 @@ declare namespace Models {
|
|
|
16214
16492
|
"firstName"?: string;
|
|
16215
16493
|
"lastName"?: string;
|
|
16216
16494
|
"email"?: string;
|
|
16495
|
+
"externalContactId"?: string;
|
|
16217
16496
|
"additionalIds"?: Array<Models.ConversationRecipientAdditionalIdentifier>;
|
|
16218
16497
|
}
|
|
16219
16498
|
|
|
@@ -16225,6 +16504,7 @@ declare namespace Models {
|
|
|
16225
16504
|
"firstName"?: string;
|
|
16226
16505
|
"lastName"?: string;
|
|
16227
16506
|
"email"?: string;
|
|
16507
|
+
"externalContactId"?: string;
|
|
16228
16508
|
"additionalIds"?: Array<Models.ConversationRecipientAdditionalIdentifier>;
|
|
16229
16509
|
}
|
|
16230
16510
|
|
|
@@ -16487,6 +16767,7 @@ declare namespace Models {
|
|
|
16487
16767
|
"contextId"?: string;
|
|
16488
16768
|
"details"?: Array<Models.ConversationScreenShareEventTopicDetail>;
|
|
16489
16769
|
"errors"?: Array<Models.ConversationScreenShareEventTopicErrorBody>;
|
|
16770
|
+
"limit"?: Models.ConversationScreenShareEventTopicLimit;
|
|
16490
16771
|
}
|
|
16491
16772
|
|
|
16492
16773
|
export interface ConversationScreenShareEventTopicJourneyAction {
|
|
@@ -16515,6 +16796,13 @@ declare namespace Models {
|
|
|
16515
16796
|
"type"?: string;
|
|
16516
16797
|
}
|
|
16517
16798
|
|
|
16799
|
+
export interface ConversationScreenShareEventTopicLimit {
|
|
16800
|
+
"key"?: string;
|
|
16801
|
+
"namespace"?: string;
|
|
16802
|
+
"value"?: number;
|
|
16803
|
+
"documented"?: boolean;
|
|
16804
|
+
}
|
|
16805
|
+
|
|
16518
16806
|
export interface ConversationScreenShareEventTopicQueueMediaSettings {
|
|
16519
16807
|
"alertingTimeoutSeconds"?: number;
|
|
16520
16808
|
"autoAnswerAlertToneSeconds"?: number;
|
|
@@ -16642,6 +16930,7 @@ declare namespace Models {
|
|
|
16642
16930
|
"contextId"?: string;
|
|
16643
16931
|
"details"?: Array<Models.ConversationSocialExpressionEventTopicDetail>;
|
|
16644
16932
|
"errors"?: Array<Models.ConversationSocialExpressionEventTopicErrorBody>;
|
|
16933
|
+
"limit"?: Models.ConversationSocialExpressionEventTopicLimit;
|
|
16645
16934
|
}
|
|
16646
16935
|
|
|
16647
16936
|
export interface ConversationSocialExpressionEventTopicJourneyAction {
|
|
@@ -16670,6 +16959,13 @@ declare namespace Models {
|
|
|
16670
16959
|
"type"?: string;
|
|
16671
16960
|
}
|
|
16672
16961
|
|
|
16962
|
+
export interface ConversationSocialExpressionEventTopicLimit {
|
|
16963
|
+
"key"?: string;
|
|
16964
|
+
"namespace"?: string;
|
|
16965
|
+
"value"?: number;
|
|
16966
|
+
"documented"?: boolean;
|
|
16967
|
+
}
|
|
16968
|
+
|
|
16673
16969
|
export interface ConversationSocialExpressionEventTopicQueueMediaSettings {
|
|
16674
16970
|
"alertingTimeoutSeconds"?: number;
|
|
16675
16971
|
"autoAnswerAlertToneSeconds"?: number;
|
|
@@ -16791,6 +17087,65 @@ declare namespace Models {
|
|
|
16791
17087
|
"outcome"?: string;
|
|
16792
17088
|
}
|
|
16793
17089
|
|
|
17090
|
+
export interface ConversationSummaryTopicVirtualAgentsConversationHeadline {
|
|
17091
|
+
"text"?: string;
|
|
17092
|
+
"description"?: string;
|
|
17093
|
+
"score"?: number;
|
|
17094
|
+
}
|
|
17095
|
+
|
|
17096
|
+
export interface ConversationSummaryTopicVirtualAgentsConversationReason {
|
|
17097
|
+
"text"?: string;
|
|
17098
|
+
"description"?: string;
|
|
17099
|
+
"score"?: number;
|
|
17100
|
+
}
|
|
17101
|
+
|
|
17102
|
+
export interface ConversationSummaryTopicVirtualAgentsConversationResolution {
|
|
17103
|
+
"text"?: string;
|
|
17104
|
+
"description"?: string;
|
|
17105
|
+
"resolutionValue"?: string;
|
|
17106
|
+
"score"?: number;
|
|
17107
|
+
}
|
|
17108
|
+
|
|
17109
|
+
export interface ConversationSummaryTopicVirtualAgentsConversationSummary {
|
|
17110
|
+
"text"?: string;
|
|
17111
|
+
"score"?: number;
|
|
17112
|
+
}
|
|
17113
|
+
|
|
17114
|
+
export interface ConversationSummaryTopicVirtualAgentsConversationSummaryEvent {
|
|
17115
|
+
"conversationId"?: string;
|
|
17116
|
+
"participants"?: Array<Models.ConversationSummaryTopicVirtualAgentsConversationSummaryParticipant>;
|
|
17117
|
+
"communicationIds"?: Array<string>;
|
|
17118
|
+
"createdDate"?: string;
|
|
17119
|
+
"messageType"?: string;
|
|
17120
|
+
"mediaType"?: string;
|
|
17121
|
+
"summaryId"?: string;
|
|
17122
|
+
"language"?: string;
|
|
17123
|
+
"summary"?: Models.ConversationSummaryTopicVirtualAgentsConversationSummary;
|
|
17124
|
+
"headline"?: Models.ConversationSummaryTopicVirtualAgentsConversationHeadline;
|
|
17125
|
+
"reason"?: Models.ConversationSummaryTopicVirtualAgentsConversationReason;
|
|
17126
|
+
"resolution"?: Models.ConversationSummaryTopicVirtualAgentsConversationResolution;
|
|
17127
|
+
"wrapUpCodes"?: Array<Models.ConversationSummaryTopicVirtualAgentsConversationWrapUpCode>;
|
|
17128
|
+
"triggerSource"?: Models.ConversationSummaryTopicVirtualAgentsTriggerSource;
|
|
17129
|
+
"lastEditedBy"?: Models.ConversationSummaryTopicVirtualAgentsConversationSummaryParticipant;
|
|
17130
|
+
}
|
|
17131
|
+
|
|
17132
|
+
export interface ConversationSummaryTopicVirtualAgentsConversationSummaryParticipant {
|
|
17133
|
+
"userId"?: string;
|
|
17134
|
+
"purpose"?: string;
|
|
17135
|
+
}
|
|
17136
|
+
|
|
17137
|
+
export interface ConversationSummaryTopicVirtualAgentsConversationWrapUpCode {
|
|
17138
|
+
"wrapUpCodeId"?: string;
|
|
17139
|
+
"name"?: string;
|
|
17140
|
+
"description"?: string;
|
|
17141
|
+
"score"?: number;
|
|
17142
|
+
}
|
|
17143
|
+
|
|
17144
|
+
export interface ConversationSummaryTopicVirtualAgentsTriggerSource {
|
|
17145
|
+
"sourceType"?: string;
|
|
17146
|
+
"sourceId"?: string;
|
|
17147
|
+
}
|
|
17148
|
+
|
|
16794
17149
|
export interface ConversationSummaryWrapupCode {
|
|
16795
17150
|
"name"?: string;
|
|
16796
17151
|
"description"?: string;
|
|
@@ -16854,6 +17209,7 @@ declare namespace Models {
|
|
|
16854
17209
|
"contextId"?: string;
|
|
16855
17210
|
"details"?: Array<Models.ConversationVideoEventTopicDetail>;
|
|
16856
17211
|
"errors"?: Array<Models.ConversationVideoEventTopicErrorBody>;
|
|
17212
|
+
"limit"?: Models.ConversationVideoEventTopicLimit;
|
|
16857
17213
|
}
|
|
16858
17214
|
|
|
16859
17215
|
export interface ConversationVideoEventTopicJourneyAction {
|
|
@@ -16882,6 +17238,13 @@ declare namespace Models {
|
|
|
16882
17238
|
"type"?: string;
|
|
16883
17239
|
}
|
|
16884
17240
|
|
|
17241
|
+
export interface ConversationVideoEventTopicLimit {
|
|
17242
|
+
"key"?: string;
|
|
17243
|
+
"namespace"?: string;
|
|
17244
|
+
"value"?: number;
|
|
17245
|
+
"documented"?: boolean;
|
|
17246
|
+
}
|
|
17247
|
+
|
|
16885
17248
|
export interface ConversationVideoEventTopicQueueMediaSettings {
|
|
16886
17249
|
"alertingTimeoutSeconds"?: number;
|
|
16887
17250
|
"autoAnswerAlertToneSeconds"?: number;
|
|
@@ -17660,8 +18023,8 @@ declare namespace Models {
|
|
|
17660
18023
|
"pageSize"?: number;
|
|
17661
18024
|
"pageNumber"?: number;
|
|
17662
18025
|
"total"?: number;
|
|
17663
|
-
"firstUri"?: string;
|
|
17664
18026
|
"lastUri"?: string;
|
|
18027
|
+
"firstUri"?: string;
|
|
17665
18028
|
"selfUri"?: string;
|
|
17666
18029
|
"nextUri"?: string;
|
|
17667
18030
|
"previousUri"?: string;
|
|
@@ -17687,8 +18050,8 @@ declare namespace Models {
|
|
|
17687
18050
|
"pageSize"?: number;
|
|
17688
18051
|
"pageNumber"?: number;
|
|
17689
18052
|
"total"?: number;
|
|
17690
|
-
"firstUri"?: string;
|
|
17691
18053
|
"lastUri"?: string;
|
|
18054
|
+
"firstUri"?: string;
|
|
17692
18055
|
"selfUri"?: string;
|
|
17693
18056
|
"nextUri"?: string;
|
|
17694
18057
|
"previousUri"?: string;
|
|
@@ -17798,6 +18161,50 @@ declare namespace Models {
|
|
|
17798
18161
|
"enabled"?: boolean;
|
|
17799
18162
|
}
|
|
17800
18163
|
|
|
18164
|
+
export interface CsvJobRequest {
|
|
18165
|
+
"uploadId": string;
|
|
18166
|
+
"settingsId": string;
|
|
18167
|
+
}
|
|
18168
|
+
|
|
18169
|
+
export interface CsvJobResponse {
|
|
18170
|
+
"job": Models.AddressableEntityRef;
|
|
18171
|
+
}
|
|
18172
|
+
|
|
18173
|
+
export interface CsvMappingEntry {
|
|
18174
|
+
"sourceField": string;
|
|
18175
|
+
"targetField": string;
|
|
18176
|
+
}
|
|
18177
|
+
|
|
18178
|
+
export interface CsvSettings {
|
|
18179
|
+
"id"?: string;
|
|
18180
|
+
"externalSettingsId"?: string;
|
|
18181
|
+
"mappings": Array<Models.CsvMappingEntry>;
|
|
18182
|
+
"selfUri"?: string;
|
|
18183
|
+
}
|
|
18184
|
+
|
|
18185
|
+
export interface CsvUploadDetailsResponse {
|
|
18186
|
+
"uploadId": string;
|
|
18187
|
+
"fileName"?: string;
|
|
18188
|
+
"validationResult": Models.ValidationResult;
|
|
18189
|
+
}
|
|
18190
|
+
|
|
18191
|
+
export interface CsvUploadPreviewResponse {
|
|
18192
|
+
"uploadId": string;
|
|
18193
|
+
"headers": Array<string>;
|
|
18194
|
+
"entries": Array<Array<string>>;
|
|
18195
|
+
}
|
|
18196
|
+
|
|
18197
|
+
export interface CsvUploadRequest {
|
|
18198
|
+
"fileName"?: string;
|
|
18199
|
+
"fileSize": number;
|
|
18200
|
+
}
|
|
18201
|
+
|
|
18202
|
+
export interface CsvUploadResponse {
|
|
18203
|
+
"uploadId": string;
|
|
18204
|
+
"uploadUrl": string;
|
|
18205
|
+
"uploadHeaders": Array<Models.Header>;
|
|
18206
|
+
}
|
|
18207
|
+
|
|
17801
18208
|
export interface CtaButtonStyleProperties {
|
|
17802
18209
|
"color"?: string;
|
|
17803
18210
|
"font"?: string;
|
|
@@ -17993,8 +18400,8 @@ declare namespace Models {
|
|
|
17993
18400
|
"pageNumber"?: number;
|
|
17994
18401
|
"total"?: number;
|
|
17995
18402
|
"totalNumberOfEntities"?: number;
|
|
17996
|
-
"firstUri"?: string;
|
|
17997
18403
|
"lastUri"?: string;
|
|
18404
|
+
"firstUri"?: string;
|
|
17998
18405
|
"selfUri"?: string;
|
|
17999
18406
|
"nextUri"?: string;
|
|
18000
18407
|
"previousUri"?: string;
|
|
@@ -18017,8 +18424,8 @@ declare namespace Models {
|
|
|
18017
18424
|
"pageSize"?: number;
|
|
18018
18425
|
"pageNumber"?: number;
|
|
18019
18426
|
"total"?: number;
|
|
18020
|
-
"firstUri"?: string;
|
|
18021
18427
|
"lastUri"?: string;
|
|
18428
|
+
"firstUri"?: string;
|
|
18022
18429
|
"selfUri"?: string;
|
|
18023
18430
|
"nextUri"?: string;
|
|
18024
18431
|
"previousUri"?: string;
|
|
@@ -18051,8 +18458,8 @@ declare namespace Models {
|
|
|
18051
18458
|
"pageNumber"?: number;
|
|
18052
18459
|
"total"?: number;
|
|
18053
18460
|
"totalNumberOfEntities"?: number;
|
|
18054
|
-
"firstUri"?: string;
|
|
18055
18461
|
"lastUri"?: string;
|
|
18462
|
+
"firstUri"?: string;
|
|
18056
18463
|
"selfUri"?: string;
|
|
18057
18464
|
"nextUri"?: string;
|
|
18058
18465
|
"previousUri"?: string;
|
|
@@ -18080,6 +18487,7 @@ declare namespace Models {
|
|
|
18080
18487
|
"layoutType"?: string;
|
|
18081
18488
|
"dateCreated": string;
|
|
18082
18489
|
"dateModified": string;
|
|
18490
|
+
"dateDeleted": string;
|
|
18083
18491
|
"createdBy"?: Models.AddressableEntityRef;
|
|
18084
18492
|
"shared"?: boolean;
|
|
18085
18493
|
"dashboardsSharedWith"?: Models.DashboardsSharedWith;
|
|
@@ -18095,8 +18503,8 @@ declare namespace Models {
|
|
|
18095
18503
|
"pageSize"?: number;
|
|
18096
18504
|
"pageNumber"?: number;
|
|
18097
18505
|
"total"?: number;
|
|
18098
|
-
"firstUri"?: string;
|
|
18099
18506
|
"lastUri"?: string;
|
|
18507
|
+
"firstUri"?: string;
|
|
18100
18508
|
"selfUri"?: string;
|
|
18101
18509
|
"nextUri"?: string;
|
|
18102
18510
|
"previousUri"?: string;
|
|
@@ -18124,8 +18532,8 @@ declare namespace Models {
|
|
|
18124
18532
|
"pageSize"?: number;
|
|
18125
18533
|
"pageNumber"?: number;
|
|
18126
18534
|
"total"?: number;
|
|
18127
|
-
"firstUri"?: string;
|
|
18128
18535
|
"lastUri"?: string;
|
|
18536
|
+
"firstUri"?: string;
|
|
18129
18537
|
"selfUri"?: string;
|
|
18130
18538
|
"nextUri"?: string;
|
|
18131
18539
|
"previousUri"?: string;
|
|
@@ -18231,8 +18639,8 @@ declare namespace Models {
|
|
|
18231
18639
|
"pageSize"?: number;
|
|
18232
18640
|
"pageNumber"?: number;
|
|
18233
18641
|
"total"?: number;
|
|
18234
|
-
"firstUri"?: string;
|
|
18235
18642
|
"lastUri"?: string;
|
|
18643
|
+
"firstUri"?: string;
|
|
18236
18644
|
"selfUri"?: string;
|
|
18237
18645
|
"nextUri"?: string;
|
|
18238
18646
|
"previousUri"?: string;
|
|
@@ -18244,8 +18652,8 @@ declare namespace Models {
|
|
|
18244
18652
|
"pageSize"?: number;
|
|
18245
18653
|
"pageNumber"?: number;
|
|
18246
18654
|
"total"?: number;
|
|
18247
|
-
"firstUri"?: string;
|
|
18248
18655
|
"lastUri"?: string;
|
|
18656
|
+
"firstUri"?: string;
|
|
18249
18657
|
"selfUri"?: string;
|
|
18250
18658
|
"nextUri"?: string;
|
|
18251
18659
|
"previousUri"?: string;
|
|
@@ -18333,8 +18741,8 @@ declare namespace Models {
|
|
|
18333
18741
|
"pageSize"?: number;
|
|
18334
18742
|
"pageNumber"?: number;
|
|
18335
18743
|
"total"?: number;
|
|
18336
|
-
"firstUri"?: string;
|
|
18337
18744
|
"lastUri"?: string;
|
|
18745
|
+
"firstUri"?: string;
|
|
18338
18746
|
"selfUri"?: string;
|
|
18339
18747
|
"nextUri"?: string;
|
|
18340
18748
|
"previousUri"?: string;
|
|
@@ -18366,8 +18774,8 @@ declare namespace Models {
|
|
|
18366
18774
|
"pageSize"?: number;
|
|
18367
18775
|
"pageNumber"?: number;
|
|
18368
18776
|
"total"?: number;
|
|
18369
|
-
"firstUri"?: string;
|
|
18370
18777
|
"lastUri"?: string;
|
|
18778
|
+
"firstUri"?: string;
|
|
18371
18779
|
"selfUri"?: string;
|
|
18372
18780
|
"nextUri"?: string;
|
|
18373
18781
|
"previousUri"?: string;
|
|
@@ -18503,8 +18911,8 @@ declare namespace Models {
|
|
|
18503
18911
|
"pageSize"?: number;
|
|
18504
18912
|
"pageNumber"?: number;
|
|
18505
18913
|
"total"?: number;
|
|
18506
|
-
"firstUri"?: string;
|
|
18507
18914
|
"lastUri"?: string;
|
|
18915
|
+
"firstUri"?: string;
|
|
18508
18916
|
"selfUri"?: string;
|
|
18509
18917
|
"nextUri"?: string;
|
|
18510
18918
|
"previousUri"?: string;
|
|
@@ -18937,8 +19345,8 @@ declare namespace Models {
|
|
|
18937
19345
|
"pageSize"?: number;
|
|
18938
19346
|
"pageNumber"?: number;
|
|
18939
19347
|
"total"?: number;
|
|
18940
|
-
"firstUri"?: string;
|
|
18941
19348
|
"lastUri"?: string;
|
|
19349
|
+
"firstUri"?: string;
|
|
18942
19350
|
"selfUri"?: string;
|
|
18943
19351
|
"nextUri"?: string;
|
|
18944
19352
|
"previousUri"?: string;
|
|
@@ -19206,8 +19614,8 @@ declare namespace Models {
|
|
|
19206
19614
|
"pageSize"?: number;
|
|
19207
19615
|
"pageNumber"?: number;
|
|
19208
19616
|
"total"?: number;
|
|
19209
|
-
"firstUri"?: string;
|
|
19210
19617
|
"lastUri"?: string;
|
|
19618
|
+
"firstUri"?: string;
|
|
19211
19619
|
"selfUri"?: string;
|
|
19212
19620
|
"nextUri"?: string;
|
|
19213
19621
|
"previousUri"?: string;
|
|
@@ -19238,8 +19646,8 @@ declare namespace Models {
|
|
|
19238
19646
|
"pageSize"?: number;
|
|
19239
19647
|
"pageNumber"?: number;
|
|
19240
19648
|
"total"?: number;
|
|
19241
|
-
"firstUri"?: string;
|
|
19242
19649
|
"lastUri"?: string;
|
|
19650
|
+
"firstUri"?: string;
|
|
19243
19651
|
"selfUri"?: string;
|
|
19244
19652
|
"nextUri"?: string;
|
|
19245
19653
|
"previousUri"?: string;
|
|
@@ -19361,8 +19769,8 @@ declare namespace Models {
|
|
|
19361
19769
|
"pageSize"?: number;
|
|
19362
19770
|
"pageNumber"?: number;
|
|
19363
19771
|
"total"?: number;
|
|
19364
|
-
"firstUri"?: string;
|
|
19365
19772
|
"lastUri"?: string;
|
|
19773
|
+
"firstUri"?: string;
|
|
19366
19774
|
"selfUri"?: string;
|
|
19367
19775
|
"nextUri"?: string;
|
|
19368
19776
|
"previousUri"?: string;
|
|
@@ -19391,8 +19799,8 @@ declare namespace Models {
|
|
|
19391
19799
|
"pageSize"?: number;
|
|
19392
19800
|
"pageNumber"?: number;
|
|
19393
19801
|
"total"?: number;
|
|
19394
|
-
"firstUri"?: string;
|
|
19395
19802
|
"lastUri"?: string;
|
|
19803
|
+
"firstUri"?: string;
|
|
19396
19804
|
"selfUri"?: string;
|
|
19397
19805
|
"nextUri"?: string;
|
|
19398
19806
|
"previousUri"?: string;
|
|
@@ -19437,6 +19845,13 @@ declare namespace Models {
|
|
|
19437
19845
|
"selfUri"?: string;
|
|
19438
19846
|
}
|
|
19439
19847
|
|
|
19848
|
+
export interface DivisionEntityRef {
|
|
19849
|
+
"id"?: string;
|
|
19850
|
+
"name"?: string;
|
|
19851
|
+
"selfUri"?: string;
|
|
19852
|
+
"dateDivisionUpdated"?: string;
|
|
19853
|
+
}
|
|
19854
|
+
|
|
19440
19855
|
export interface DivisionReference {
|
|
19441
19856
|
"id"?: string;
|
|
19442
19857
|
"selfUri"?: string;
|
|
@@ -19448,8 +19863,8 @@ declare namespace Models {
|
|
|
19448
19863
|
"pageNumber"?: number;
|
|
19449
19864
|
"total"?: number;
|
|
19450
19865
|
"allDivsPermitted"?: boolean;
|
|
19451
|
-
"firstUri"?: string;
|
|
19452
19866
|
"lastUri"?: string;
|
|
19867
|
+
"firstUri"?: string;
|
|
19453
19868
|
"selfUri"?: string;
|
|
19454
19869
|
"nextUri"?: string;
|
|
19455
19870
|
"previousUri"?: string;
|
|
@@ -19510,8 +19925,8 @@ declare namespace Models {
|
|
|
19510
19925
|
"pageSize"?: number;
|
|
19511
19926
|
"pageNumber"?: number;
|
|
19512
19927
|
"total"?: number;
|
|
19513
|
-
"firstUri"?: string;
|
|
19514
19928
|
"lastUri"?: string;
|
|
19929
|
+
"firstUri"?: string;
|
|
19515
19930
|
"selfUri"?: string;
|
|
19516
19931
|
"nextUri"?: string;
|
|
19517
19932
|
"previousUri"?: string;
|
|
@@ -19523,8 +19938,8 @@ declare namespace Models {
|
|
|
19523
19938
|
"pageSize"?: number;
|
|
19524
19939
|
"pageNumber"?: number;
|
|
19525
19940
|
"total"?: number;
|
|
19526
|
-
"firstUri"?: string;
|
|
19527
19941
|
"lastUri"?: string;
|
|
19942
|
+
"firstUri"?: string;
|
|
19528
19943
|
"selfUri"?: string;
|
|
19529
19944
|
"nextUri"?: string;
|
|
19530
19945
|
"previousUri"?: string;
|
|
@@ -19634,18 +20049,18 @@ declare namespace Models {
|
|
|
19634
20049
|
"type": string;
|
|
19635
20050
|
"image"?: Models.DocumentBodyImage;
|
|
19636
20051
|
"video"?: Models.DocumentBodyVideo;
|
|
20052
|
+
"paragraph"?: Models.DocumentBodyParagraph;
|
|
19637
20053
|
"list"?: Models.DocumentBodyList;
|
|
19638
20054
|
"table"?: Models.DocumentBodyTable;
|
|
19639
|
-
"paragraph"?: Models.DocumentBodyParagraph;
|
|
19640
20055
|
}
|
|
19641
20056
|
|
|
19642
20057
|
export interface DocumentBodyBlockWithHighlight {
|
|
19643
20058
|
"type": string;
|
|
19644
20059
|
"image"?: Models.DocumentBodyImage;
|
|
19645
20060
|
"video"?: Models.DocumentBodyVideo;
|
|
19646
|
-
"list"?: Models.DocumentBodyList;
|
|
19647
|
-
"table"?: Models.DocumentBodyTable;
|
|
19648
20061
|
"paragraph"?: Models.DocumentBodyParagraphWithHighlight;
|
|
20062
|
+
"list"?: Models.DocumentBodyListWithHighlight;
|
|
20063
|
+
"table"?: Models.DocumentBodyTableWithHighlight;
|
|
19649
20064
|
}
|
|
19650
20065
|
|
|
19651
20066
|
export interface DocumentBodyImage {
|
|
@@ -19661,14 +20076,14 @@ declare namespace Models {
|
|
|
19661
20076
|
}
|
|
19662
20077
|
|
|
19663
20078
|
export interface DocumentBodyList {
|
|
19664
|
-
"blocks": Array<Models.DocumentBodyListBlock>;
|
|
19665
20079
|
"properties"?: Models.DocumentBodyListBlockProperties;
|
|
20080
|
+
"blocks": Array<Models.DocumentBodyListBlock>;
|
|
19666
20081
|
}
|
|
19667
20082
|
|
|
19668
20083
|
export interface DocumentBodyListBlock {
|
|
19669
20084
|
"type": string;
|
|
19670
|
-
"blocks": Array<Models.DocumentListContentBlock>;
|
|
19671
20085
|
"properties"?: Models.DocumentBodyListItemProperties;
|
|
20086
|
+
"blocks": Array<Models.DocumentListContentBlock>;
|
|
19672
20087
|
}
|
|
19673
20088
|
|
|
19674
20089
|
export interface DocumentBodyListBlockProperties {
|
|
@@ -19676,6 +20091,12 @@ declare namespace Models {
|
|
|
19676
20091
|
"orderedType"?: string;
|
|
19677
20092
|
}
|
|
19678
20093
|
|
|
20094
|
+
export interface DocumentBodyListBlockWithHighlight {
|
|
20095
|
+
"type": string;
|
|
20096
|
+
"properties"?: Models.DocumentBodyListItemProperties;
|
|
20097
|
+
"blocks": Array<Models.DocumentListContentBlockWithHighlight>;
|
|
20098
|
+
}
|
|
20099
|
+
|
|
19679
20100
|
export interface DocumentBodyListItemProperties {
|
|
19680
20101
|
"backgroundColor"?: string;
|
|
19681
20102
|
"align"?: string;
|
|
@@ -19687,6 +20108,11 @@ declare namespace Models {
|
|
|
19687
20108
|
"orderedType"?: string;
|
|
19688
20109
|
}
|
|
19689
20110
|
|
|
20111
|
+
export interface DocumentBodyListWithHighlight {
|
|
20112
|
+
"properties"?: Models.DocumentBodyListBlockProperties;
|
|
20113
|
+
"blocks": Array<Models.DocumentBodyListBlockWithHighlight>;
|
|
20114
|
+
}
|
|
20115
|
+
|
|
19690
20116
|
export interface DocumentBodyParagraph {
|
|
19691
20117
|
"blocks": Array<Models.DocumentContentBlock>;
|
|
19692
20118
|
"properties"?: Models.DocumentBodyParagraphProperties;
|
|
@@ -19706,9 +20132,17 @@ declare namespace Models {
|
|
|
19706
20132
|
"properties"?: Models.DocumentBodyParagraphProperties;
|
|
19707
20133
|
}
|
|
19708
20134
|
|
|
20135
|
+
export interface DocumentBodyRequest {
|
|
20136
|
+
"blocks": Array<Models.DocumentBodyBlock>;
|
|
20137
|
+
}
|
|
20138
|
+
|
|
20139
|
+
export interface DocumentBodyResponse {
|
|
20140
|
+
"blocks": Array<Models.DocumentBodyBlock>;
|
|
20141
|
+
}
|
|
20142
|
+
|
|
19709
20143
|
export interface DocumentBodyTable {
|
|
19710
|
-
"rows": Array<Models.DocumentBodyTableRowBlock>;
|
|
19711
20144
|
"properties"?: Models.DocumentBodyTableProperties;
|
|
20145
|
+
"rows": Array<Models.DocumentBodyTableRowBlock>;
|
|
19712
20146
|
}
|
|
19713
20147
|
|
|
19714
20148
|
export interface DocumentBodyTableCaptionBlock {
|
|
@@ -19725,8 +20159,8 @@ declare namespace Models {
|
|
|
19725
20159
|
}
|
|
19726
20160
|
|
|
19727
20161
|
export interface DocumentBodyTableCellBlock {
|
|
19728
|
-
"blocks": Array<Models.DocumentTableContentBlock>;
|
|
19729
20162
|
"properties"?: Models.DocumentBodyTableCellBlockProperties;
|
|
20163
|
+
"blocks": Array<Models.DocumentTableContentBlock>;
|
|
19730
20164
|
}
|
|
19731
20165
|
|
|
19732
20166
|
export interface DocumentBodyTableCellBlockProperties {
|
|
@@ -19744,6 +20178,11 @@ declare namespace Models {
|
|
|
19744
20178
|
"rowSpan"?: number;
|
|
19745
20179
|
}
|
|
19746
20180
|
|
|
20181
|
+
export interface DocumentBodyTableCellBlockWithHighlight {
|
|
20182
|
+
"properties"?: Models.DocumentBodyTableCellBlockProperties;
|
|
20183
|
+
"blocks": Array<Models.DocumentTableContentBlockWithHighlight>;
|
|
20184
|
+
}
|
|
20185
|
+
|
|
19747
20186
|
export interface DocumentBodyTableProperties {
|
|
19748
20187
|
"width"?: number;
|
|
19749
20188
|
"height"?: number;
|
|
@@ -19758,8 +20197,8 @@ declare namespace Models {
|
|
|
19758
20197
|
}
|
|
19759
20198
|
|
|
19760
20199
|
export interface DocumentBodyTableRowBlock {
|
|
19761
|
-
"cells": Array<Models.DocumentBodyTableCellBlock>;
|
|
19762
20200
|
"properties"?: Models.DocumentBodyTableRowBlockProperties;
|
|
20201
|
+
"cells": Array<Models.DocumentBodyTableCellBlock>;
|
|
19763
20202
|
}
|
|
19764
20203
|
|
|
19765
20204
|
export interface DocumentBodyTableRowBlockProperties {
|
|
@@ -19771,6 +20210,16 @@ declare namespace Models {
|
|
|
19771
20210
|
"backgroundColor"?: string;
|
|
19772
20211
|
}
|
|
19773
20212
|
|
|
20213
|
+
export interface DocumentBodyTableRowBlockWithHighlight {
|
|
20214
|
+
"properties"?: Models.DocumentBodyTableRowBlockProperties;
|
|
20215
|
+
"cells": Array<Models.DocumentBodyTableCellBlockWithHighlight>;
|
|
20216
|
+
}
|
|
20217
|
+
|
|
20218
|
+
export interface DocumentBodyTableWithHighlight {
|
|
20219
|
+
"properties"?: Models.DocumentBodyTableProperties;
|
|
20220
|
+
"rows": Array<Models.DocumentBodyTableRowBlockWithHighlight>;
|
|
20221
|
+
}
|
|
20222
|
+
|
|
19774
20223
|
export interface DocumentBodyVideo {
|
|
19775
20224
|
"url": string;
|
|
19776
20225
|
"properties"?: Models.DocumentBodyVideoProperties;
|
|
@@ -19820,8 +20269,8 @@ declare namespace Models {
|
|
|
19820
20269
|
"pageSize"?: number;
|
|
19821
20270
|
"pageNumber"?: number;
|
|
19822
20271
|
"total"?: number;
|
|
19823
|
-
"firstUri"?: string;
|
|
19824
20272
|
"lastUri"?: string;
|
|
20273
|
+
"firstUri"?: string;
|
|
19825
20274
|
"selfUri"?: string;
|
|
19826
20275
|
"nextUri"?: string;
|
|
19827
20276
|
"previousUri"?: string;
|
|
@@ -19838,8 +20287,17 @@ declare namespace Models {
|
|
|
19838
20287
|
"type": string;
|
|
19839
20288
|
"text"?: Models.DocumentText;
|
|
19840
20289
|
"image"?: Models.DocumentBodyImage;
|
|
20290
|
+
"video"?: Models.DocumentBodyVideo;
|
|
19841
20291
|
"list"?: Models.DocumentBodyList;
|
|
20292
|
+
}
|
|
20293
|
+
|
|
20294
|
+
export interface DocumentListContentBlockWithHighlight {
|
|
20295
|
+
"type": string;
|
|
20296
|
+
"text"?: Models.DocumentText;
|
|
20297
|
+
"image"?: Models.DocumentBodyImage;
|
|
19842
20298
|
"video"?: Models.DocumentBodyVideo;
|
|
20299
|
+
"list"?: Models.DocumentBodyListWithHighlight;
|
|
20300
|
+
"answerHighlight"?: Models.DocumentContentHighlightIndex;
|
|
19843
20301
|
}
|
|
19844
20302
|
|
|
19845
20303
|
export interface DocumentListing {
|
|
@@ -19877,14 +20335,25 @@ declare namespace Models {
|
|
|
19877
20335
|
|
|
19878
20336
|
export interface DocumentTableContentBlock {
|
|
19879
20337
|
"type": string;
|
|
19880
|
-
"paragraph"?: Models.DocumentBodyParagraph;
|
|
19881
20338
|
"text"?: Models.DocumentText;
|
|
19882
20339
|
"image"?: Models.DocumentBodyImage;
|
|
19883
20340
|
"video"?: Models.DocumentBodyVideo;
|
|
20341
|
+
"paragraph"?: Models.DocumentBodyParagraph;
|
|
19884
20342
|
"list"?: Models.DocumentBodyList;
|
|
19885
20343
|
"table"?: Models.DocumentBodyTable;
|
|
19886
20344
|
}
|
|
19887
20345
|
|
|
20346
|
+
export interface DocumentTableContentBlockWithHighlight {
|
|
20347
|
+
"type": string;
|
|
20348
|
+
"text"?: Models.DocumentText;
|
|
20349
|
+
"image"?: Models.DocumentBodyImage;
|
|
20350
|
+
"video"?: Models.DocumentBodyVideo;
|
|
20351
|
+
"paragraph"?: Models.DocumentBodyParagraphWithHighlight;
|
|
20352
|
+
"list"?: Models.DocumentBodyListWithHighlight;
|
|
20353
|
+
"table"?: Models.DocumentBodyTableWithHighlight;
|
|
20354
|
+
"answerHighlight"?: Models.DocumentContentHighlightIndex;
|
|
20355
|
+
}
|
|
20356
|
+
|
|
19888
20357
|
export interface DocumentText {
|
|
19889
20358
|
"text": string;
|
|
19890
20359
|
"marks"?: Array<string>;
|
|
@@ -19924,7 +20393,7 @@ declare namespace Models {
|
|
|
19924
20393
|
"tagIds"?: Array<string>;
|
|
19925
20394
|
}
|
|
19926
20395
|
|
|
19927
|
-
export interface
|
|
20396
|
+
export interface DocumentVariationAnswer {
|
|
19928
20397
|
"id"?: string;
|
|
19929
20398
|
"dateCreated"?: string;
|
|
19930
20399
|
"dateModified"?: string;
|
|
@@ -19933,11 +20402,16 @@ declare namespace Models {
|
|
|
19933
20402
|
"document"?: Models.KnowledgeDocumentReference;
|
|
19934
20403
|
"priority"?: number;
|
|
19935
20404
|
"name"?: string;
|
|
19936
|
-
"body"?: Models.
|
|
20405
|
+
"body"?: Models.DocumentBodyWithHighlight;
|
|
19937
20406
|
"selfUri"?: string;
|
|
19938
20407
|
}
|
|
19939
20408
|
|
|
19940
|
-
export interface
|
|
20409
|
+
export interface DocumentVariationContext {
|
|
20410
|
+
"context": Models.KnowledgeContextReference;
|
|
20411
|
+
"values": Array<Models.KnowledgeContextValueReference>;
|
|
20412
|
+
}
|
|
20413
|
+
|
|
20414
|
+
export interface DocumentVariationRequest {
|
|
19941
20415
|
"id"?: string;
|
|
19942
20416
|
"dateCreated"?: string;
|
|
19943
20417
|
"dateModified"?: string;
|
|
@@ -19946,17 +20420,25 @@ declare namespace Models {
|
|
|
19946
20420
|
"document"?: Models.KnowledgeDocumentReference;
|
|
19947
20421
|
"priority"?: number;
|
|
19948
20422
|
"name"?: string;
|
|
19949
|
-
"body"?: Models.
|
|
20423
|
+
"body"?: Models.DocumentBodyRequest;
|
|
19950
20424
|
"selfUri"?: string;
|
|
19951
20425
|
}
|
|
19952
20426
|
|
|
19953
|
-
export interface
|
|
19954
|
-
"
|
|
19955
|
-
"
|
|
20427
|
+
export interface DocumentVariationResponse {
|
|
20428
|
+
"id"?: string;
|
|
20429
|
+
"dateCreated"?: string;
|
|
20430
|
+
"dateModified"?: string;
|
|
20431
|
+
"documentVersion"?: Models.AddressableEntityRef;
|
|
20432
|
+
"contexts": Array<Models.DocumentVariationContext>;
|
|
20433
|
+
"document"?: Models.KnowledgeDocumentReference;
|
|
20434
|
+
"priority"?: number;
|
|
20435
|
+
"name"?: string;
|
|
20436
|
+
"body"?: Models.DocumentBodyResponse;
|
|
20437
|
+
"selfUri"?: string;
|
|
19956
20438
|
}
|
|
19957
20439
|
|
|
19958
|
-
export interface
|
|
19959
|
-
"entities"?: Array<Models.
|
|
20440
|
+
export interface DocumentVariationResponseListing {
|
|
20441
|
+
"entities"?: Array<Models.DocumentVariationResponse>;
|
|
19960
20442
|
"nextUri"?: string;
|
|
19961
20443
|
"selfUri"?: string;
|
|
19962
20444
|
"previousUri"?: string;
|
|
@@ -20108,8 +20590,8 @@ declare namespace Models {
|
|
|
20108
20590
|
"pageSize"?: number;
|
|
20109
20591
|
"pageNumber"?: number;
|
|
20110
20592
|
"total"?: number;
|
|
20111
|
-
"firstUri"?: string;
|
|
20112
20593
|
"lastUri"?: string;
|
|
20594
|
+
"firstUri"?: string;
|
|
20113
20595
|
"selfUri"?: string;
|
|
20114
20596
|
"nextUri"?: string;
|
|
20115
20597
|
"previousUri"?: string;
|
|
@@ -20127,8 +20609,8 @@ declare namespace Models {
|
|
|
20127
20609
|
"pageSize"?: number;
|
|
20128
20610
|
"pageNumber"?: number;
|
|
20129
20611
|
"total"?: number;
|
|
20130
|
-
"firstUri"?: string;
|
|
20131
20612
|
"lastUri"?: string;
|
|
20613
|
+
"firstUri"?: string;
|
|
20132
20614
|
"selfUri"?: string;
|
|
20133
20615
|
"nextUri"?: string;
|
|
20134
20616
|
"previousUri"?: string;
|
|
@@ -20140,8 +20622,8 @@ declare namespace Models {
|
|
|
20140
20622
|
"pageSize"?: number;
|
|
20141
20623
|
"pageNumber"?: number;
|
|
20142
20624
|
"total"?: number;
|
|
20143
|
-
"firstUri"?: string;
|
|
20144
20625
|
"lastUri"?: string;
|
|
20626
|
+
"firstUri"?: string;
|
|
20145
20627
|
"selfUri"?: string;
|
|
20146
20628
|
"nextUri"?: string;
|
|
20147
20629
|
"previousUri"?: string;
|
|
@@ -20153,8 +20635,8 @@ declare namespace Models {
|
|
|
20153
20635
|
"pageSize"?: number;
|
|
20154
20636
|
"pageNumber"?: number;
|
|
20155
20637
|
"total"?: number;
|
|
20156
|
-
"firstUri"?: string;
|
|
20157
20638
|
"lastUri"?: string;
|
|
20639
|
+
"firstUri"?: string;
|
|
20158
20640
|
"selfUri"?: string;
|
|
20159
20641
|
"nextUri"?: string;
|
|
20160
20642
|
"previousUri"?: string;
|
|
@@ -20166,8 +20648,8 @@ declare namespace Models {
|
|
|
20166
20648
|
"pageSize"?: number;
|
|
20167
20649
|
"pageNumber"?: number;
|
|
20168
20650
|
"total"?: number;
|
|
20169
|
-
"firstUri"?: string;
|
|
20170
20651
|
"lastUri"?: string;
|
|
20652
|
+
"firstUri"?: string;
|
|
20171
20653
|
"selfUri"?: string;
|
|
20172
20654
|
"nextUri"?: string;
|
|
20173
20655
|
"previousUri"?: string;
|
|
@@ -20578,8 +21060,8 @@ declare namespace Models {
|
|
|
20578
21060
|
"pageNumber"?: number;
|
|
20579
21061
|
"total"?: number;
|
|
20580
21062
|
"totalNumberOfEntities"?: number;
|
|
20581
|
-
"firstUri"?: string;
|
|
20582
21063
|
"lastUri"?: string;
|
|
21064
|
+
"firstUri"?: string;
|
|
20583
21065
|
"selfUri"?: string;
|
|
20584
21066
|
"nextUri"?: string;
|
|
20585
21067
|
"previousUri"?: string;
|
|
@@ -20612,8 +21094,8 @@ declare namespace Models {
|
|
|
20612
21094
|
"pageNumber"?: number;
|
|
20613
21095
|
"total"?: number;
|
|
20614
21096
|
"totalNumberOfEntities"?: number;
|
|
20615
|
-
"firstUri"?: string;
|
|
20616
21097
|
"lastUri"?: string;
|
|
21098
|
+
"firstUri"?: string;
|
|
20617
21099
|
"selfUri"?: string;
|
|
20618
21100
|
"nextUri"?: string;
|
|
20619
21101
|
"previousUri"?: string;
|
|
@@ -20952,8 +21434,8 @@ declare namespace Models {
|
|
|
20952
21434
|
"pageSize"?: number;
|
|
20953
21435
|
"pageNumber"?: number;
|
|
20954
21436
|
"total"?: number;
|
|
20955
|
-
"firstUri"?: string;
|
|
20956
21437
|
"lastUri"?: string;
|
|
21438
|
+
"firstUri"?: string;
|
|
20957
21439
|
"selfUri"?: string;
|
|
20958
21440
|
"nextUri"?: string;
|
|
20959
21441
|
"previousUri"?: string;
|
|
@@ -21020,8 +21502,8 @@ declare namespace Models {
|
|
|
21020
21502
|
"pageSize"?: number;
|
|
21021
21503
|
"pageNumber"?: number;
|
|
21022
21504
|
"total"?: number;
|
|
21023
|
-
"firstUri"?: string;
|
|
21024
21505
|
"lastUri"?: string;
|
|
21506
|
+
"firstUri"?: string;
|
|
21025
21507
|
"selfUri"?: string;
|
|
21026
21508
|
"nextUri"?: string;
|
|
21027
21509
|
"previousUri"?: string;
|
|
@@ -21144,6 +21626,15 @@ declare namespace Models {
|
|
|
21144
21626
|
"customerParticipation"?: string;
|
|
21145
21627
|
}
|
|
21146
21628
|
|
|
21629
|
+
export interface EmailMediaSettings {
|
|
21630
|
+
"enableAutoAnswer"?: boolean;
|
|
21631
|
+
"alertingTimeoutSeconds"?: number;
|
|
21632
|
+
"serviceLevel"?: Models.ServiceLevel;
|
|
21633
|
+
"autoAnswerAlertToneSeconds"?: number;
|
|
21634
|
+
"manualAnswerAlertToneSeconds"?: number;
|
|
21635
|
+
"subTypeSettings"?: { [key: string]: Models.BaseMediaSettings; };
|
|
21636
|
+
}
|
|
21637
|
+
|
|
21147
21638
|
export interface EmailMessage {
|
|
21148
21639
|
"id"?: string;
|
|
21149
21640
|
"name"?: string;
|
|
@@ -21190,8 +21681,8 @@ declare namespace Models {
|
|
|
21190
21681
|
"pageSize"?: number;
|
|
21191
21682
|
"pageNumber"?: number;
|
|
21192
21683
|
"total"?: number;
|
|
21193
|
-
"firstUri"?: string;
|
|
21194
21684
|
"lastUri"?: string;
|
|
21685
|
+
"firstUri"?: string;
|
|
21195
21686
|
"selfUri"?: string;
|
|
21196
21687
|
"nextUri"?: string;
|
|
21197
21688
|
"previousUri"?: string;
|
|
@@ -21335,8 +21826,8 @@ declare namespace Models {
|
|
|
21335
21826
|
"pageNumber"?: number;
|
|
21336
21827
|
"total"?: number;
|
|
21337
21828
|
"totalNumberOfEntities"?: number;
|
|
21338
|
-
"firstUri"?: string;
|
|
21339
21829
|
"lastUri"?: string;
|
|
21830
|
+
"firstUri"?: string;
|
|
21340
21831
|
"selfUri"?: string;
|
|
21341
21832
|
"nextUri"?: string;
|
|
21342
21833
|
"previousUri"?: string;
|
|
@@ -21348,8 +21839,8 @@ declare namespace Models {
|
|
|
21348
21839
|
"pageSize"?: number;
|
|
21349
21840
|
"pageNumber"?: number;
|
|
21350
21841
|
"total"?: number;
|
|
21351
|
-
"firstUri"?: string;
|
|
21352
21842
|
"lastUri"?: string;
|
|
21843
|
+
"firstUri"?: string;
|
|
21353
21844
|
"selfUri"?: string;
|
|
21354
21845
|
"nextUri"?: string;
|
|
21355
21846
|
"previousUri"?: string;
|
|
@@ -21397,8 +21888,8 @@ declare namespace Models {
|
|
|
21397
21888
|
"pageSize"?: number;
|
|
21398
21889
|
"pageNumber"?: number;
|
|
21399
21890
|
"total"?: number;
|
|
21400
|
-
"firstUri"?: string;
|
|
21401
21891
|
"lastUri"?: string;
|
|
21892
|
+
"firstUri"?: string;
|
|
21402
21893
|
"selfUri"?: string;
|
|
21403
21894
|
"nextUri"?: string;
|
|
21404
21895
|
"previousUri"?: string;
|
|
@@ -21740,8 +22231,8 @@ declare namespace Models {
|
|
|
21740
22231
|
"pageSize"?: number;
|
|
21741
22232
|
"pageNumber"?: number;
|
|
21742
22233
|
"total"?: number;
|
|
21743
|
-
"firstUri"?: string;
|
|
21744
22234
|
"lastUri"?: string;
|
|
22235
|
+
"firstUri"?: string;
|
|
21745
22236
|
"selfUri"?: string;
|
|
21746
22237
|
"nextUri"?: string;
|
|
21747
22238
|
"previousUri"?: string;
|
|
@@ -21781,8 +22272,8 @@ declare namespace Models {
|
|
|
21781
22272
|
"pageSize"?: number;
|
|
21782
22273
|
"pageNumber"?: number;
|
|
21783
22274
|
"total"?: number;
|
|
21784
|
-
"firstUri"?: string;
|
|
21785
22275
|
"lastUri"?: string;
|
|
22276
|
+
"firstUri"?: string;
|
|
21786
22277
|
"selfUri"?: string;
|
|
21787
22278
|
"nextUri"?: string;
|
|
21788
22279
|
"previousUri"?: string;
|
|
@@ -21999,8 +22490,8 @@ declare namespace Models {
|
|
|
21999
22490
|
"pageSize"?: number;
|
|
22000
22491
|
"pageNumber"?: number;
|
|
22001
22492
|
"total"?: number;
|
|
22002
|
-
"firstUri"?: string;
|
|
22003
22493
|
"lastUri"?: string;
|
|
22494
|
+
"firstUri"?: string;
|
|
22004
22495
|
"selfUri"?: string;
|
|
22005
22496
|
"nextUri"?: string;
|
|
22006
22497
|
"previousUri"?: string;
|
|
@@ -22144,16 +22635,18 @@ declare namespace Models {
|
|
|
22144
22635
|
"dateCreated"?: string;
|
|
22145
22636
|
"dateModified"?: string;
|
|
22146
22637
|
"lastModifiedUser"?: Models.AddressableEntityRef;
|
|
22147
|
-
"flow"?: Models.
|
|
22638
|
+
"flow"?: Models.WebDeploymentFlowEntityRef;
|
|
22148
22639
|
"status"?: string;
|
|
22149
22640
|
"configuration": Models.WebDeploymentConfigurationVersionResponse;
|
|
22150
22641
|
"selfUri"?: string;
|
|
22151
22642
|
}
|
|
22152
22643
|
|
|
22153
22644
|
export interface ExpandableWebDeploymentEntityListing {
|
|
22154
|
-
"total"?: number;
|
|
22155
22645
|
"entities"?: Array<Models.ExpandableWebDeployment>;
|
|
22646
|
+
"nextUri"?: string;
|
|
22156
22647
|
"selfUri"?: string;
|
|
22648
|
+
"previousUri"?: string;
|
|
22649
|
+
"total"?: number;
|
|
22157
22650
|
}
|
|
22158
22651
|
|
|
22159
22652
|
export interface ExpansionCriterium {
|
|
@@ -22205,8 +22698,8 @@ declare namespace Models {
|
|
|
22205
22698
|
"pageNumber"?: number;
|
|
22206
22699
|
"total"?: number;
|
|
22207
22700
|
"totalNumberOfEntities"?: number;
|
|
22208
|
-
"firstUri"?: string;
|
|
22209
22701
|
"lastUri"?: string;
|
|
22702
|
+
"firstUri"?: string;
|
|
22210
22703
|
"selfUri"?: string;
|
|
22211
22704
|
"nextUri"?: string;
|
|
22212
22705
|
"previousUri"?: string;
|
|
@@ -22244,8 +22737,8 @@ declare namespace Models {
|
|
|
22244
22737
|
"pageNumber"?: number;
|
|
22245
22738
|
"total"?: number;
|
|
22246
22739
|
"totalNumberOfEntities"?: number;
|
|
22247
|
-
"firstUri"?: string;
|
|
22248
22740
|
"lastUri"?: string;
|
|
22741
|
+
"firstUri"?: string;
|
|
22249
22742
|
"selfUri"?: string;
|
|
22250
22743
|
"nextUri"?: string;
|
|
22251
22744
|
"previousUri"?: string;
|
|
@@ -22258,8 +22751,8 @@ declare namespace Models {
|
|
|
22258
22751
|
"pageNumber"?: number;
|
|
22259
22752
|
"total"?: number;
|
|
22260
22753
|
"totalNumberOfEntities"?: number;
|
|
22261
|
-
"firstUri"?: string;
|
|
22262
22754
|
"lastUri"?: string;
|
|
22755
|
+
"firstUri"?: string;
|
|
22263
22756
|
"selfUri"?: string;
|
|
22264
22757
|
"nextUri"?: string;
|
|
22265
22758
|
"previousUri"?: string;
|
|
@@ -22633,6 +23126,11 @@ declare namespace Models {
|
|
|
22633
23126
|
"id"?: string;
|
|
22634
23127
|
}
|
|
22635
23128
|
|
|
23129
|
+
export interface ExternalContactsSettings {
|
|
23130
|
+
"manuallyAssignDivisionsToInteractions"?: boolean;
|
|
23131
|
+
"manuallyAssignDivisionsToContacts"?: boolean;
|
|
23132
|
+
}
|
|
23133
|
+
|
|
22636
23134
|
export interface ExternalContactsUnresolvedContactChangedTopicContact {
|
|
22637
23135
|
"id"?: string;
|
|
22638
23136
|
"division"?: Models.ExternalContactsUnresolvedContactChangedTopicDivision;
|
|
@@ -22877,8 +23375,8 @@ declare namespace Models {
|
|
|
22877
23375
|
"pageSize"?: number;
|
|
22878
23376
|
"pageNumber"?: number;
|
|
22879
23377
|
"total"?: number;
|
|
22880
|
-
"firstUri"?: string;
|
|
22881
23378
|
"lastUri"?: string;
|
|
23379
|
+
"firstUri"?: string;
|
|
22882
23380
|
"selfUri"?: string;
|
|
22883
23381
|
"nextUri"?: string;
|
|
22884
23382
|
"previousUri"?: string;
|
|
@@ -22923,8 +23421,8 @@ declare namespace Models {
|
|
|
22923
23421
|
"pageNumber"?: number;
|
|
22924
23422
|
"total"?: number;
|
|
22925
23423
|
"partialResults"?: boolean;
|
|
22926
|
-
"firstUri"?: string;
|
|
22927
23424
|
"lastUri"?: string;
|
|
23425
|
+
"firstUri"?: string;
|
|
22928
23426
|
"selfUri"?: string;
|
|
22929
23427
|
"nextUri"?: string;
|
|
22930
23428
|
"previousUri"?: string;
|
|
@@ -22989,8 +23487,8 @@ declare namespace Models {
|
|
|
22989
23487
|
"pageSize"?: number;
|
|
22990
23488
|
"pageNumber"?: number;
|
|
22991
23489
|
"total"?: number;
|
|
22992
|
-
"firstUri"?: string;
|
|
22993
23490
|
"lastUri"?: string;
|
|
23491
|
+
"firstUri"?: string;
|
|
22994
23492
|
"selfUri"?: string;
|
|
22995
23493
|
"nextUri"?: string;
|
|
22996
23494
|
"previousUri"?: string;
|
|
@@ -23086,8 +23584,8 @@ declare namespace Models {
|
|
|
23086
23584
|
"pageSize"?: number;
|
|
23087
23585
|
"pageNumber"?: number;
|
|
23088
23586
|
"total"?: number;
|
|
23089
|
-
"firstUri"?: string;
|
|
23090
23587
|
"lastUri"?: string;
|
|
23588
|
+
"firstUri"?: string;
|
|
23091
23589
|
"selfUri"?: string;
|
|
23092
23590
|
"nextUri"?: string;
|
|
23093
23591
|
"previousUri"?: string;
|
|
@@ -23139,8 +23637,8 @@ declare namespace Models {
|
|
|
23139
23637
|
"pageSize"?: number;
|
|
23140
23638
|
"pageNumber"?: number;
|
|
23141
23639
|
"total"?: number;
|
|
23142
|
-
"firstUri"?: string;
|
|
23143
23640
|
"lastUri"?: string;
|
|
23641
|
+
"firstUri"?: string;
|
|
23144
23642
|
"selfUri"?: string;
|
|
23145
23643
|
"nextUri"?: string;
|
|
23146
23644
|
"previousUri"?: string;
|
|
@@ -23288,8 +23786,8 @@ declare namespace Models {
|
|
|
23288
23786
|
"pageSize"?: number;
|
|
23289
23787
|
"pageNumber"?: number;
|
|
23290
23788
|
"total"?: number;
|
|
23291
|
-
"firstUri"?: string;
|
|
23292
23789
|
"lastUri"?: string;
|
|
23790
|
+
"firstUri"?: string;
|
|
23293
23791
|
"selfUri"?: string;
|
|
23294
23792
|
"nextUri"?: string;
|
|
23295
23793
|
"previousUri"?: string;
|
|
@@ -23531,8 +24029,8 @@ declare namespace Models {
|
|
|
23531
24029
|
"pageSize"?: number;
|
|
23532
24030
|
"pageNumber"?: number;
|
|
23533
24031
|
"total"?: number;
|
|
23534
|
-
"firstUri"?: string;
|
|
23535
24032
|
"lastUri"?: string;
|
|
24033
|
+
"firstUri"?: string;
|
|
23536
24034
|
"selfUri"?: string;
|
|
23537
24035
|
"nextUri"?: string;
|
|
23538
24036
|
"previousUri"?: string;
|
|
@@ -23570,8 +24068,8 @@ declare namespace Models {
|
|
|
23570
24068
|
"pageSize"?: number;
|
|
23571
24069
|
"pageNumber"?: number;
|
|
23572
24070
|
"total"?: number;
|
|
23573
|
-
"firstUri"?: string;
|
|
23574
24071
|
"lastUri"?: string;
|
|
24072
|
+
"firstUri"?: string;
|
|
23575
24073
|
"selfUri"?: string;
|
|
23576
24074
|
"nextUri"?: string;
|
|
23577
24075
|
"previousUri"?: string;
|
|
@@ -23892,8 +24390,8 @@ declare namespace Models {
|
|
|
23892
24390
|
"pageSize"?: number;
|
|
23893
24391
|
"pageNumber"?: number;
|
|
23894
24392
|
"total"?: number;
|
|
23895
|
-
"firstUri"?: string;
|
|
23896
24393
|
"lastUri"?: string;
|
|
24394
|
+
"firstUri"?: string;
|
|
23897
24395
|
"selfUri"?: string;
|
|
23898
24396
|
"nextUri"?: string;
|
|
23899
24397
|
"previousUri"?: string;
|
|
@@ -23905,8 +24403,8 @@ declare namespace Models {
|
|
|
23905
24403
|
"pageSize"?: number;
|
|
23906
24404
|
"pageNumber"?: number;
|
|
23907
24405
|
"total"?: number;
|
|
23908
|
-
"firstUri"?: string;
|
|
23909
24406
|
"lastUri"?: string;
|
|
24407
|
+
"firstUri"?: string;
|
|
23910
24408
|
"selfUri"?: string;
|
|
23911
24409
|
"nextUri"?: string;
|
|
23912
24410
|
"previousUri"?: string;
|
|
@@ -24000,8 +24498,8 @@ declare namespace Models {
|
|
|
24000
24498
|
"pageSize"?: number;
|
|
24001
24499
|
"pageNumber"?: number;
|
|
24002
24500
|
"total"?: number;
|
|
24003
|
-
"firstUri"?: string;
|
|
24004
24501
|
"lastUri"?: string;
|
|
24502
|
+
"firstUri"?: string;
|
|
24005
24503
|
"selfUri"?: string;
|
|
24006
24504
|
"nextUri"?: string;
|
|
24007
24505
|
"previousUri"?: string;
|
|
@@ -24013,8 +24511,8 @@ declare namespace Models {
|
|
|
24013
24511
|
"pageSize"?: number;
|
|
24014
24512
|
"pageNumber"?: number;
|
|
24015
24513
|
"total"?: number;
|
|
24016
|
-
"firstUri"?: string;
|
|
24017
24514
|
"lastUri"?: string;
|
|
24515
|
+
"firstUri"?: string;
|
|
24018
24516
|
"selfUri"?: string;
|
|
24019
24517
|
"nextUri"?: string;
|
|
24020
24518
|
"previousUri"?: string;
|
|
@@ -24057,8 +24555,8 @@ declare namespace Models {
|
|
|
24057
24555
|
"pageSize"?: number;
|
|
24058
24556
|
"pageNumber"?: number;
|
|
24059
24557
|
"total"?: number;
|
|
24060
|
-
"firstUri"?: string;
|
|
24061
24558
|
"lastUri"?: string;
|
|
24559
|
+
"firstUri"?: string;
|
|
24062
24560
|
"selfUri"?: string;
|
|
24063
24561
|
"nextUri"?: string;
|
|
24064
24562
|
"previousUri"?: string;
|
|
@@ -24095,8 +24593,8 @@ declare namespace Models {
|
|
|
24095
24593
|
"pageSize"?: number;
|
|
24096
24594
|
"pageNumber"?: number;
|
|
24097
24595
|
"total"?: number;
|
|
24098
|
-
"firstUri"?: string;
|
|
24099
24596
|
"lastUri"?: string;
|
|
24597
|
+
"firstUri"?: string;
|
|
24100
24598
|
"selfUri"?: string;
|
|
24101
24599
|
"nextUri"?: string;
|
|
24102
24600
|
"previousUri"?: string;
|
|
@@ -24157,8 +24655,8 @@ declare namespace Models {
|
|
|
24157
24655
|
"pageSize"?: number;
|
|
24158
24656
|
"pageNumber"?: number;
|
|
24159
24657
|
"total"?: number;
|
|
24160
|
-
"firstUri"?: string;
|
|
24161
24658
|
"lastUri"?: string;
|
|
24659
|
+
"firstUri"?: string;
|
|
24162
24660
|
"selfUri"?: string;
|
|
24163
24661
|
"nextUri"?: string;
|
|
24164
24662
|
"previousUri"?: string;
|
|
@@ -24253,6 +24751,7 @@ declare namespace Models {
|
|
|
24253
24751
|
}
|
|
24254
24752
|
|
|
24255
24753
|
export interface FreeTrialNamespace {
|
|
24754
|
+
"name"?: string;
|
|
24256
24755
|
"friendlyName"?: string;
|
|
24257
24756
|
"limits"?: Array<Models.FreeTrialLimit>;
|
|
24258
24757
|
}
|
|
@@ -24341,8 +24840,8 @@ declare namespace Models {
|
|
|
24341
24840
|
"pageSize"?: number;
|
|
24342
24841
|
"pageNumber"?: number;
|
|
24343
24842
|
"total"?: number;
|
|
24344
|
-
"firstUri"?: string;
|
|
24345
24843
|
"lastUri"?: string;
|
|
24844
|
+
"firstUri"?: string;
|
|
24346
24845
|
"selfUri"?: string;
|
|
24347
24846
|
"nextUri"?: string;
|
|
24348
24847
|
"previousUri"?: string;
|
|
@@ -24367,8 +24866,8 @@ declare namespace Models {
|
|
|
24367
24866
|
"pageSize"?: number;
|
|
24368
24867
|
"pageNumber"?: number;
|
|
24369
24868
|
"total"?: number;
|
|
24370
|
-
"firstUri"?: string;
|
|
24371
24869
|
"lastUri"?: string;
|
|
24870
|
+
"firstUri"?: string;
|
|
24372
24871
|
"selfUri"?: string;
|
|
24373
24872
|
"nextUri"?: string;
|
|
24374
24873
|
"previousUri"?: string;
|
|
@@ -24569,6 +25068,12 @@ declare namespace Models {
|
|
|
24569
25068
|
"selfUri"?: string;
|
|
24570
25069
|
}
|
|
24571
25070
|
|
|
25071
|
+
export interface GetAgentsWorkPlansRequest {
|
|
25072
|
+
"agentIds": Array<string>;
|
|
25073
|
+
"startDate": string;
|
|
25074
|
+
"weekCount": number;
|
|
25075
|
+
}
|
|
25076
|
+
|
|
24572
25077
|
export interface GetAlertQuery {
|
|
24573
25078
|
"ruleType": string;
|
|
24574
25079
|
"queryType": string;
|
|
@@ -24585,8 +25090,8 @@ declare namespace Models {
|
|
|
24585
25090
|
"pageSize"?: number;
|
|
24586
25091
|
"pageNumber"?: number;
|
|
24587
25092
|
"total"?: number;
|
|
24588
|
-
"firstUri"?: string;
|
|
24589
25093
|
"lastUri"?: string;
|
|
25094
|
+
"firstUri"?: string;
|
|
24590
25095
|
"selfUri"?: string;
|
|
24591
25096
|
"nextUri"?: string;
|
|
24592
25097
|
"previousUri"?: string;
|
|
@@ -24703,8 +25208,8 @@ declare namespace Models {
|
|
|
24703
25208
|
"pageSize"?: number;
|
|
24704
25209
|
"pageNumber"?: number;
|
|
24705
25210
|
"total"?: number;
|
|
24706
|
-
"firstUri"?: string;
|
|
24707
25211
|
"lastUri"?: string;
|
|
25212
|
+
"firstUri"?: string;
|
|
24708
25213
|
"selfUri"?: string;
|
|
24709
25214
|
"nextUri"?: string;
|
|
24710
25215
|
"previousUri"?: string;
|
|
@@ -24743,8 +25248,8 @@ declare namespace Models {
|
|
|
24743
25248
|
"pageSize"?: number;
|
|
24744
25249
|
"pageNumber"?: number;
|
|
24745
25250
|
"total"?: number;
|
|
24746
|
-
"firstUri"?: string;
|
|
24747
25251
|
"lastUri"?: string;
|
|
25252
|
+
"firstUri"?: string;
|
|
24748
25253
|
"selfUri"?: string;
|
|
24749
25254
|
"nextUri"?: string;
|
|
24750
25255
|
"previousUri"?: string;
|
|
@@ -24772,12 +25277,13 @@ declare namespace Models {
|
|
|
24772
25277
|
"state"?: string;
|
|
24773
25278
|
"version"?: number;
|
|
24774
25279
|
"type": string;
|
|
24775
|
-
"images"?: Array<Models.
|
|
25280
|
+
"images"?: Array<Models.Image>;
|
|
24776
25281
|
"addresses"?: Array<Models.GroupContact>;
|
|
24777
25282
|
"rulesVisible": boolean;
|
|
24778
25283
|
"visibility": string;
|
|
24779
25284
|
"rolesEnabled"?: boolean;
|
|
24780
25285
|
"includeOwners"?: boolean;
|
|
25286
|
+
"callsEnabled"?: boolean;
|
|
24781
25287
|
"owners"?: Array<Models.User>;
|
|
24782
25288
|
"selfUri"?: string;
|
|
24783
25289
|
}
|
|
@@ -24804,12 +25310,13 @@ declare namespace Models {
|
|
|
24804
25310
|
"state"?: string;
|
|
24805
25311
|
"version"?: number;
|
|
24806
25312
|
"type": string;
|
|
24807
|
-
"images"?: Array<Models.
|
|
25313
|
+
"images"?: Array<Models.Image>;
|
|
24808
25314
|
"addresses"?: Array<Models.GroupContact>;
|
|
24809
25315
|
"rulesVisible": boolean;
|
|
24810
25316
|
"visibility": string;
|
|
24811
25317
|
"rolesEnabled"?: boolean;
|
|
24812
25318
|
"includeOwners"?: boolean;
|
|
25319
|
+
"callsEnabled"?: boolean;
|
|
24813
25320
|
"ownerIds"?: Array<string>;
|
|
24814
25321
|
"selfUri"?: string;
|
|
24815
25322
|
}
|
|
@@ -24819,8 +25326,8 @@ declare namespace Models {
|
|
|
24819
25326
|
"pageSize"?: number;
|
|
24820
25327
|
"pageNumber"?: number;
|
|
24821
25328
|
"total"?: number;
|
|
24822
|
-
"firstUri"?: string;
|
|
24823
25329
|
"lastUri"?: string;
|
|
25330
|
+
"firstUri"?: string;
|
|
24824
25331
|
"selfUri"?: string;
|
|
24825
25332
|
"nextUri"?: string;
|
|
24826
25333
|
"previousUri"?: string;
|
|
@@ -24865,8 +25372,8 @@ declare namespace Models {
|
|
|
24865
25372
|
"pageSize"?: number;
|
|
24866
25373
|
"pageNumber"?: number;
|
|
24867
25374
|
"total"?: number;
|
|
24868
|
-
"firstUri"?: string;
|
|
24869
25375
|
"lastUri"?: string;
|
|
25376
|
+
"firstUri"?: string;
|
|
24870
25377
|
"selfUri"?: string;
|
|
24871
25378
|
"nextUri"?: string;
|
|
24872
25379
|
"previousUri"?: string;
|
|
@@ -24907,12 +25414,13 @@ declare namespace Models {
|
|
|
24907
25414
|
"description"?: string;
|
|
24908
25415
|
"state"?: string;
|
|
24909
25416
|
"version": number;
|
|
24910
|
-
"images"?: Array<Models.
|
|
25417
|
+
"images"?: Array<Models.Image>;
|
|
24911
25418
|
"addresses"?: Array<Models.GroupContact>;
|
|
24912
25419
|
"rulesVisible"?: boolean;
|
|
24913
25420
|
"visibility"?: string;
|
|
24914
25421
|
"rolesEnabled"?: boolean;
|
|
24915
25422
|
"includeOwners"?: boolean;
|
|
25423
|
+
"callsEnabled"?: boolean;
|
|
24916
25424
|
"ownerIds"?: Array<string>;
|
|
24917
25425
|
"selfUri"?: string;
|
|
24918
25426
|
}
|
|
@@ -24973,6 +25481,11 @@ declare namespace Models {
|
|
|
24973
25481
|
"value": number;
|
|
24974
25482
|
}
|
|
24975
25483
|
|
|
25484
|
+
export interface Header {
|
|
25485
|
+
"name"?: string;
|
|
25486
|
+
"value"?: string;
|
|
25487
|
+
}
|
|
25488
|
+
|
|
24976
25489
|
export interface HealthInfo {
|
|
24977
25490
|
"status"?: string;
|
|
24978
25491
|
"errorInfo"?: Models.FlowHealthErrorInfo;
|
|
@@ -25277,8 +25790,8 @@ declare namespace Models {
|
|
|
25277
25790
|
"pageNumber"?: number;
|
|
25278
25791
|
"total"?: number;
|
|
25279
25792
|
"totalNumberOfEntities"?: number;
|
|
25280
|
-
"firstUri"?: string;
|
|
25281
25793
|
"lastUri"?: string;
|
|
25794
|
+
"firstUri"?: string;
|
|
25282
25795
|
"selfUri"?: string;
|
|
25283
25796
|
"nextUri"?: string;
|
|
25284
25797
|
"previousUri"?: string;
|
|
@@ -25291,8 +25804,8 @@ declare namespace Models {
|
|
|
25291
25804
|
"pageNumber"?: number;
|
|
25292
25805
|
"total"?: number;
|
|
25293
25806
|
"totalNumberOfEntities"?: number;
|
|
25294
|
-
"firstUri"?: string;
|
|
25295
25807
|
"lastUri"?: string;
|
|
25808
|
+
"firstUri"?: string;
|
|
25296
25809
|
"selfUri"?: string;
|
|
25297
25810
|
"nextUri"?: string;
|
|
25298
25811
|
"previousUri"?: string;
|
|
@@ -25330,8 +25843,8 @@ declare namespace Models {
|
|
|
25330
25843
|
"pageSize"?: number;
|
|
25331
25844
|
"pageNumber"?: number;
|
|
25332
25845
|
"total"?: number;
|
|
25333
|
-
"firstUri"?: string;
|
|
25334
25846
|
"lastUri"?: string;
|
|
25847
|
+
"firstUri"?: string;
|
|
25335
25848
|
"selfUri"?: string;
|
|
25336
25849
|
"nextUri"?: string;
|
|
25337
25850
|
"previousUri"?: string;
|
|
@@ -25344,6 +25857,10 @@ declare namespace Models {
|
|
|
25344
25857
|
"selfUri"?: string;
|
|
25345
25858
|
}
|
|
25346
25859
|
|
|
25860
|
+
export interface IdentityResolutionQueueConfig {
|
|
25861
|
+
"callOnBehalfOfQueue"?: Models.IdentityResolutionConfig;
|
|
25862
|
+
}
|
|
25863
|
+
|
|
25347
25864
|
export interface IdleEventTrigger {
|
|
25348
25865
|
"eventName": string;
|
|
25349
25866
|
"idleAfterSeconds"?: number;
|
|
@@ -25358,6 +25875,11 @@ declare namespace Models {
|
|
|
25358
25875
|
"values"?: Array<string>;
|
|
25359
25876
|
}
|
|
25360
25877
|
|
|
25878
|
+
export interface Image {
|
|
25879
|
+
"resolution"?: string;
|
|
25880
|
+
"imageUri"?: string;
|
|
25881
|
+
}
|
|
25882
|
+
|
|
25361
25883
|
export interface ImapSettings {
|
|
25362
25884
|
"integration"?: Models.DomainEntityRef;
|
|
25363
25885
|
"status"?: string;
|
|
@@ -25446,8 +25968,8 @@ declare namespace Models {
|
|
|
25446
25968
|
"pageSize"?: number;
|
|
25447
25969
|
"pageNumber"?: number;
|
|
25448
25970
|
"total"?: number;
|
|
25449
|
-
"firstUri"?: string;
|
|
25450
25971
|
"lastUri"?: string;
|
|
25972
|
+
"firstUri"?: string;
|
|
25451
25973
|
"selfUri"?: string;
|
|
25452
25974
|
"nextUri"?: string;
|
|
25453
25975
|
"previousUri"?: string;
|
|
@@ -25483,8 +26005,8 @@ declare namespace Models {
|
|
|
25483
26005
|
"pageSize"?: number;
|
|
25484
26006
|
"pageNumber"?: number;
|
|
25485
26007
|
"total"?: number;
|
|
25486
|
-
"firstUri"?: string;
|
|
25487
26008
|
"lastUri"?: string;
|
|
26009
|
+
"firstUri"?: string;
|
|
25488
26010
|
"selfUri"?: string;
|
|
25489
26011
|
"nextUri"?: string;
|
|
25490
26012
|
"previousUri"?: string;
|
|
@@ -25541,8 +26063,8 @@ declare namespace Models {
|
|
|
25541
26063
|
"pageSize"?: number;
|
|
25542
26064
|
"pageNumber"?: number;
|
|
25543
26065
|
"total"?: number;
|
|
25544
|
-
"firstUri"?: string;
|
|
25545
26066
|
"lastUri"?: string;
|
|
26067
|
+
"firstUri"?: string;
|
|
25546
26068
|
"selfUri"?: string;
|
|
25547
26069
|
"nextUri"?: string;
|
|
25548
26070
|
"previousUri"?: string;
|
|
@@ -25758,8 +26280,8 @@ declare namespace Models {
|
|
|
25758
26280
|
"pageSize"?: number;
|
|
25759
26281
|
"pageNumber"?: number;
|
|
25760
26282
|
"total"?: number;
|
|
25761
|
-
"firstUri"?: string;
|
|
25762
26283
|
"lastUri"?: string;
|
|
26284
|
+
"firstUri"?: string;
|
|
25763
26285
|
"selfUri"?: string;
|
|
25764
26286
|
"nextUri"?: string;
|
|
25765
26287
|
"previousUri"?: string;
|
|
@@ -25835,8 +26357,8 @@ declare namespace Models {
|
|
|
25835
26357
|
"pageSize"?: number;
|
|
25836
26358
|
"pageNumber"?: number;
|
|
25837
26359
|
"total"?: number;
|
|
25838
|
-
"firstUri"?: string;
|
|
25839
26360
|
"lastUri"?: string;
|
|
26361
|
+
"firstUri"?: string;
|
|
25840
26362
|
"selfUri"?: string;
|
|
25841
26363
|
"nextUri"?: string;
|
|
25842
26364
|
"previousUri"?: string;
|
|
@@ -25861,7 +26383,7 @@ declare namespace Models {
|
|
|
25861
26383
|
"description"?: string;
|
|
25862
26384
|
"provider"?: string;
|
|
25863
26385
|
"category"?: string;
|
|
25864
|
-
"images"?: Array<Models.
|
|
26386
|
+
"images"?: Array<Models.Image>;
|
|
25865
26387
|
"configPropertiesSchemaUri"?: string;
|
|
25866
26388
|
"configAdvancedSchemaUri"?: string;
|
|
25867
26389
|
"helpUri"?: string;
|
|
@@ -25887,8 +26409,8 @@ declare namespace Models {
|
|
|
25887
26409
|
"pageSize"?: number;
|
|
25888
26410
|
"pageNumber"?: number;
|
|
25889
26411
|
"total"?: number;
|
|
25890
|
-
"firstUri"?: string;
|
|
25891
26412
|
"lastUri"?: string;
|
|
26413
|
+
"firstUri"?: string;
|
|
25892
26414
|
"selfUri"?: string;
|
|
25893
26415
|
"nextUri"?: string;
|
|
25894
26416
|
"previousUri"?: string;
|
|
@@ -25903,6 +26425,7 @@ declare namespace Models {
|
|
|
25903
26425
|
export interface IntentDefinition {
|
|
25904
26426
|
"id"?: string;
|
|
25905
26427
|
"name": string;
|
|
26428
|
+
"description"?: string;
|
|
25906
26429
|
"entityTypeBindings"?: Array<Models.NamedEntityTypeBinding>;
|
|
25907
26430
|
"entityNameReferences"?: Array<string>;
|
|
25908
26431
|
"utterances": Array<Models.NluUtterance>;
|
|
@@ -25941,8 +26464,8 @@ declare namespace Models {
|
|
|
25941
26464
|
"pageSize"?: number;
|
|
25942
26465
|
"pageNumber"?: number;
|
|
25943
26466
|
"total"?: number;
|
|
25944
|
-
"firstUri"?: string;
|
|
25945
26467
|
"lastUri"?: string;
|
|
26468
|
+
"firstUri"?: string;
|
|
25946
26469
|
"selfUri"?: string;
|
|
25947
26470
|
"nextUri"?: string;
|
|
25948
26471
|
"previousUri"?: string;
|
|
@@ -25971,8 +26494,8 @@ declare namespace Models {
|
|
|
25971
26494
|
"pageSize"?: number;
|
|
25972
26495
|
"pageNumber"?: number;
|
|
25973
26496
|
"total"?: number;
|
|
25974
|
-
"firstUri"?: string;
|
|
25975
26497
|
"lastUri"?: string;
|
|
26498
|
+
"firstUri"?: string;
|
|
25976
26499
|
"selfUri"?: string;
|
|
25977
26500
|
"nextUri"?: string;
|
|
25978
26501
|
"previousUri"?: string;
|
|
@@ -26775,6 +27298,7 @@ declare namespace Models {
|
|
|
26775
27298
|
"interval"?: string;
|
|
26776
27299
|
"duration"?: string;
|
|
26777
27300
|
"elements": Array<Models.JourneyViewElement>;
|
|
27301
|
+
"charts"?: Array<Models.JourneyViewChart>;
|
|
26778
27302
|
"dateCreated"?: string;
|
|
26779
27303
|
"dateModified"?: string;
|
|
26780
27304
|
"selfUri"?: string;
|
|
@@ -26889,8 +27413,8 @@ declare namespace Models {
|
|
|
26889
27413
|
"pageSize"?: number;
|
|
26890
27414
|
"pageNumber"?: number;
|
|
26891
27415
|
"total"?: number;
|
|
26892
|
-
"firstUri"?: string;
|
|
26893
27416
|
"lastUri"?: string;
|
|
27417
|
+
"firstUri"?: string;
|
|
26894
27418
|
"selfUri"?: string;
|
|
26895
27419
|
"nextUri"?: string;
|
|
26896
27420
|
"previousUri"?: string;
|
|
@@ -26915,8 +27439,8 @@ declare namespace Models {
|
|
|
26915
27439
|
"pageSize"?: number;
|
|
26916
27440
|
"pageNumber"?: number;
|
|
26917
27441
|
"total"?: number;
|
|
26918
|
-
"firstUri"?: string;
|
|
26919
27442
|
"lastUri"?: string;
|
|
27443
|
+
"firstUri"?: string;
|
|
26920
27444
|
"selfUri"?: string;
|
|
26921
27445
|
"nextUri"?: string;
|
|
26922
27446
|
"previousUri"?: string;
|
|
@@ -27714,6 +28238,20 @@ declare namespace Models {
|
|
|
27714
28238
|
"application": Models.KnowledgeSearchClientApplication;
|
|
27715
28239
|
}
|
|
27716
28240
|
|
|
28241
|
+
export interface KnowledgeDocumentCreateRequest {
|
|
28242
|
+
"id"?: string;
|
|
28243
|
+
"title": string;
|
|
28244
|
+
"visible"?: boolean;
|
|
28245
|
+
"alternatives"?: Array<Models.KnowledgeDocumentAlternative>;
|
|
28246
|
+
"categoryId"?: string;
|
|
28247
|
+
"labelIds"?: Array<string>;
|
|
28248
|
+
"externalId"?: string;
|
|
28249
|
+
"selfUri"?: string;
|
|
28250
|
+
}
|
|
28251
|
+
|
|
28252
|
+
export interface KnowledgeDocumentDescriptor {
|
|
28253
|
+
}
|
|
28254
|
+
|
|
27717
28255
|
export interface KnowledgeDocumentFeedback {
|
|
27718
28256
|
"id"?: string;
|
|
27719
28257
|
"documentVariation": Models.EntityReference;
|
|
@@ -27871,7 +28409,7 @@ declare namespace Models {
|
|
|
27871
28409
|
"externalUrl"?: string;
|
|
27872
28410
|
"source"?: Models.AddressableEntityRef;
|
|
27873
28411
|
"readonly"?: boolean;
|
|
27874
|
-
"variations"?: Array<Models.
|
|
28412
|
+
"variations"?: Array<Models.DocumentVariationResponse>;
|
|
27875
28413
|
"selfUri"?: string;
|
|
27876
28414
|
}
|
|
27877
28415
|
|
|
@@ -27979,7 +28517,7 @@ declare namespace Models {
|
|
|
27979
28517
|
"contexts": Array<Models.DocumentVariationContext>;
|
|
27980
28518
|
"priority"?: number;
|
|
27981
28519
|
"name"?: string;
|
|
27982
|
-
"body"?: Models.
|
|
28520
|
+
"body"?: Models.DocumentBodyResponse;
|
|
27983
28521
|
"selfUri"?: string;
|
|
27984
28522
|
"documentVersion"?: Models.AddressableEntityRef;
|
|
27985
28523
|
}
|
|
@@ -28170,7 +28708,7 @@ declare namespace Models {
|
|
|
28170
28708
|
"documentVersion"?: Models.AddressableEntityRef;
|
|
28171
28709
|
"contexts": Array<Models.KnowledgeGuestDocumentVariationContext>;
|
|
28172
28710
|
"document"?: Models.AddressableEntityRef;
|
|
28173
|
-
"body"?: Models.
|
|
28711
|
+
"body"?: Models.DocumentBodyResponse;
|
|
28174
28712
|
"selfUri"?: string;
|
|
28175
28713
|
}
|
|
28176
28714
|
|
|
@@ -28553,6 +29091,11 @@ declare namespace Models {
|
|
|
28553
29091
|
"selfUri"?: string;
|
|
28554
29092
|
}
|
|
28555
29093
|
|
|
29094
|
+
export interface LabelEntity {
|
|
29095
|
+
"id": string;
|
|
29096
|
+
"selfUri"?: string;
|
|
29097
|
+
}
|
|
29098
|
+
|
|
28556
29099
|
export interface LabelListing {
|
|
28557
29100
|
"entities"?: Array<Models.LabelResponse>;
|
|
28558
29101
|
"nextUri"?: string;
|
|
@@ -28590,6 +29133,10 @@ declare namespace Models {
|
|
|
28590
29133
|
"labelName"?: string;
|
|
28591
29134
|
}
|
|
28592
29135
|
|
|
29136
|
+
export interface LabelsFilter {
|
|
29137
|
+
"entities": Array<Models.LabelEntity>;
|
|
29138
|
+
}
|
|
29139
|
+
|
|
28593
29140
|
export interface Language {
|
|
28594
29141
|
"id"?: string;
|
|
28595
29142
|
"name": string;
|
|
@@ -28604,8 +29151,8 @@ declare namespace Models {
|
|
|
28604
29151
|
"pageSize"?: number;
|
|
28605
29152
|
"pageNumber"?: number;
|
|
28606
29153
|
"total"?: number;
|
|
28607
|
-
"firstUri"?: string;
|
|
28608
29154
|
"lastUri"?: string;
|
|
29155
|
+
"firstUri"?: string;
|
|
28609
29156
|
"selfUri"?: string;
|
|
28610
29157
|
"nextUri"?: string;
|
|
28611
29158
|
"previousUri"?: string;
|
|
@@ -28891,8 +29438,8 @@ declare namespace Models {
|
|
|
28891
29438
|
"pageNumber"?: number;
|
|
28892
29439
|
"total"?: number;
|
|
28893
29440
|
"unfilteredTotal"?: number;
|
|
28894
|
-
"firstUri"?: string;
|
|
28895
29441
|
"lastUri"?: string;
|
|
29442
|
+
"firstUri"?: string;
|
|
28896
29443
|
"selfUri"?: string;
|
|
28897
29444
|
"nextUri"?: string;
|
|
28898
29445
|
"previousUri"?: string;
|
|
@@ -28909,8 +29456,8 @@ declare namespace Models {
|
|
|
28909
29456
|
"pageSize"?: number;
|
|
28910
29457
|
"pageNumber"?: number;
|
|
28911
29458
|
"total"?: number;
|
|
28912
|
-
"firstUri"?: string;
|
|
28913
29459
|
"lastUri"?: string;
|
|
29460
|
+
"firstUri"?: string;
|
|
28914
29461
|
"selfUri"?: string;
|
|
28915
29462
|
"nextUri"?: string;
|
|
28916
29463
|
"previousUri"?: string;
|
|
@@ -29156,8 +29703,8 @@ declare namespace Models {
|
|
|
29156
29703
|
"pageSize"?: number;
|
|
29157
29704
|
"pageNumber"?: number;
|
|
29158
29705
|
"total"?: number;
|
|
29159
|
-
"firstUri"?: string;
|
|
29160
29706
|
"lastUri"?: string;
|
|
29707
|
+
"firstUri"?: string;
|
|
29161
29708
|
"selfUri"?: string;
|
|
29162
29709
|
"nextUri"?: string;
|
|
29163
29710
|
"previousUri"?: string;
|
|
@@ -29273,8 +29820,8 @@ declare namespace Models {
|
|
|
29273
29820
|
"pageSize"?: number;
|
|
29274
29821
|
"pageNumber"?: number;
|
|
29275
29822
|
"total"?: number;
|
|
29276
|
-
"firstUri"?: string;
|
|
29277
29823
|
"lastUri"?: string;
|
|
29824
|
+
"firstUri"?: string;
|
|
29278
29825
|
"selfUri"?: string;
|
|
29279
29826
|
"nextUri"?: string;
|
|
29280
29827
|
"previousUri"?: string;
|
|
@@ -29286,8 +29833,8 @@ declare namespace Models {
|
|
|
29286
29833
|
"pageSize"?: number;
|
|
29287
29834
|
"pageNumber"?: number;
|
|
29288
29835
|
"total"?: number;
|
|
29289
|
-
"firstUri"?: string;
|
|
29290
29836
|
"lastUri"?: string;
|
|
29837
|
+
"firstUri"?: string;
|
|
29291
29838
|
"selfUri"?: string;
|
|
29292
29839
|
"nextUri"?: string;
|
|
29293
29840
|
"previousUri"?: string;
|
|
@@ -29335,8 +29882,8 @@ declare namespace Models {
|
|
|
29335
29882
|
"pageSize"?: number;
|
|
29336
29883
|
"pageNumber"?: number;
|
|
29337
29884
|
"total"?: number;
|
|
29338
|
-
"firstUri"?: string;
|
|
29339
29885
|
"lastUri"?: string;
|
|
29886
|
+
"firstUri"?: string;
|
|
29340
29887
|
"selfUri"?: string;
|
|
29341
29888
|
"nextUri"?: string;
|
|
29342
29889
|
"previousUri"?: string;
|
|
@@ -29348,8 +29895,8 @@ declare namespace Models {
|
|
|
29348
29895
|
"pageSize"?: number;
|
|
29349
29896
|
"pageNumber"?: number;
|
|
29350
29897
|
"total"?: number;
|
|
29351
|
-
"firstUri"?: string;
|
|
29352
29898
|
"lastUri"?: string;
|
|
29899
|
+
"firstUri"?: string;
|
|
29353
29900
|
"selfUri"?: string;
|
|
29354
29901
|
"nextUri"?: string;
|
|
29355
29902
|
"previousUri"?: string;
|
|
@@ -29390,8 +29937,8 @@ declare namespace Models {
|
|
|
29390
29937
|
"pageSize"?: number;
|
|
29391
29938
|
"pageNumber"?: number;
|
|
29392
29939
|
"total"?: number;
|
|
29393
|
-
"firstUri"?: string;
|
|
29394
29940
|
"lastUri"?: string;
|
|
29941
|
+
"firstUri"?: string;
|
|
29395
29942
|
"selfUri"?: string;
|
|
29396
29943
|
"nextUri"?: string;
|
|
29397
29944
|
"previousUri"?: string;
|
|
@@ -29545,8 +30092,8 @@ declare namespace Models {
|
|
|
29545
30092
|
"pageNumber"?: number;
|
|
29546
30093
|
"total"?: number;
|
|
29547
30094
|
"totalNumberOfEntities"?: number;
|
|
29548
|
-
"firstUri"?: string;
|
|
29549
30095
|
"lastUri"?: string;
|
|
30096
|
+
"firstUri"?: string;
|
|
29550
30097
|
"selfUri"?: string;
|
|
29551
30098
|
"nextUri"?: string;
|
|
29552
30099
|
"previousUri"?: string;
|
|
@@ -29559,8 +30106,8 @@ declare namespace Models {
|
|
|
29559
30106
|
"pageNumber"?: number;
|
|
29560
30107
|
"total"?: number;
|
|
29561
30108
|
"totalNumberOfEntities"?: number;
|
|
29562
|
-
"firstUri"?: string;
|
|
29563
30109
|
"lastUri"?: string;
|
|
30110
|
+
"firstUri"?: string;
|
|
29564
30111
|
"selfUri"?: string;
|
|
29565
30112
|
"nextUri"?: string;
|
|
29566
30113
|
"previousUri"?: string;
|
|
@@ -29680,6 +30227,13 @@ declare namespace Models {
|
|
|
29680
30227
|
"selfUri"?: string;
|
|
29681
30228
|
}
|
|
29682
30229
|
|
|
30230
|
+
export interface Listing {
|
|
30231
|
+
"entities"?: Array<Models.CsvSettings>;
|
|
30232
|
+
"nextUri"?: string;
|
|
30233
|
+
"selfUri"?: string;
|
|
30234
|
+
"previousUri"?: string;
|
|
30235
|
+
}
|
|
30236
|
+
|
|
29683
30237
|
export interface LocalDateRange {
|
|
29684
30238
|
"startDate"?: string;
|
|
29685
30239
|
"endDate"?: string;
|
|
@@ -29787,8 +30341,8 @@ declare namespace Models {
|
|
|
29787
30341
|
"pageSize"?: number;
|
|
29788
30342
|
"pageNumber"?: number;
|
|
29789
30343
|
"total"?: number;
|
|
29790
|
-
"firstUri"?: string;
|
|
29791
30344
|
"lastUri"?: string;
|
|
30345
|
+
"firstUri"?: string;
|
|
29792
30346
|
"selfUri"?: string;
|
|
29793
30347
|
"nextUri"?: string;
|
|
29794
30348
|
"previousUri"?: string;
|
|
@@ -29892,8 +30446,8 @@ declare namespace Models {
|
|
|
29892
30446
|
"pageSize"?: number;
|
|
29893
30447
|
"pageNumber"?: number;
|
|
29894
30448
|
"total"?: number;
|
|
29895
|
-
"firstUri"?: string;
|
|
29896
30449
|
"lastUri"?: string;
|
|
30450
|
+
"firstUri"?: string;
|
|
29897
30451
|
"selfUri"?: string;
|
|
29898
30452
|
"nextUri"?: string;
|
|
29899
30453
|
"previousUri"?: string;
|
|
@@ -29943,8 +30497,8 @@ declare namespace Models {
|
|
|
29943
30497
|
"pageSize"?: number;
|
|
29944
30498
|
"pageNumber"?: number;
|
|
29945
30499
|
"total"?: number;
|
|
29946
|
-
"firstUri"?: string;
|
|
29947
30500
|
"lastUri"?: string;
|
|
30501
|
+
"firstUri"?: string;
|
|
29948
30502
|
"nextUri"?: string;
|
|
29949
30503
|
"pageCount"?: number;
|
|
29950
30504
|
"previousUri"?: string;
|
|
@@ -30264,8 +30818,8 @@ declare namespace Models {
|
|
|
30264
30818
|
"pageSize"?: number;
|
|
30265
30819
|
"pageNumber"?: number;
|
|
30266
30820
|
"total"?: number;
|
|
30267
|
-
"firstUri"?: string;
|
|
30268
30821
|
"lastUri"?: string;
|
|
30822
|
+
"firstUri"?: string;
|
|
30269
30823
|
"selfUri"?: string;
|
|
30270
30824
|
"nextUri"?: string;
|
|
30271
30825
|
"previousUri"?: string;
|
|
@@ -30313,6 +30867,12 @@ declare namespace Models {
|
|
|
30313
30867
|
"timestamp"?: string;
|
|
30314
30868
|
}
|
|
30315
30869
|
|
|
30870
|
+
export interface MessageFooter {
|
|
30871
|
+
}
|
|
30872
|
+
|
|
30873
|
+
export interface MessageHeader {
|
|
30874
|
+
}
|
|
30875
|
+
|
|
30316
30876
|
export interface MessageInfo {
|
|
30317
30877
|
"localizableMessageCode"?: string;
|
|
30318
30878
|
"message"?: string;
|
|
@@ -30465,8 +31025,8 @@ declare namespace Models {
|
|
|
30465
31025
|
"pageSize"?: number;
|
|
30466
31026
|
"pageNumber"?: number;
|
|
30467
31027
|
"total"?: number;
|
|
30468
|
-
"firstUri"?: string;
|
|
30469
31028
|
"lastUri"?: string;
|
|
31029
|
+
"firstUri"?: string;
|
|
30470
31030
|
"selfUri"?: string;
|
|
30471
31031
|
"nextUri"?: string;
|
|
30472
31032
|
"previousUri"?: string;
|
|
@@ -30478,8 +31038,8 @@ declare namespace Models {
|
|
|
30478
31038
|
"pageSize"?: number;
|
|
30479
31039
|
"pageNumber"?: number;
|
|
30480
31040
|
"total"?: number;
|
|
30481
|
-
"firstUri"?: string;
|
|
30482
31041
|
"lastUri"?: string;
|
|
31042
|
+
"firstUri"?: string;
|
|
30483
31043
|
"selfUri"?: string;
|
|
30484
31044
|
"nextUri"?: string;
|
|
30485
31045
|
"previousUri"?: string;
|
|
@@ -30503,8 +31063,8 @@ declare namespace Models {
|
|
|
30503
31063
|
"pageSize"?: number;
|
|
30504
31064
|
"pageNumber"?: number;
|
|
30505
31065
|
"total"?: number;
|
|
30506
|
-
"firstUri"?: string;
|
|
30507
31066
|
"lastUri"?: string;
|
|
31067
|
+
"firstUri"?: string;
|
|
30508
31068
|
"selfUri"?: string;
|
|
30509
31069
|
"nextUri"?: string;
|
|
30510
31070
|
"previousUri"?: string;
|
|
@@ -30541,8 +31101,8 @@ declare namespace Models {
|
|
|
30541
31101
|
"pageSize"?: number;
|
|
30542
31102
|
"pageNumber"?: number;
|
|
30543
31103
|
"total"?: number;
|
|
30544
|
-
"firstUri"?: string;
|
|
30545
31104
|
"lastUri"?: string;
|
|
31105
|
+
"firstUri"?: string;
|
|
30546
31106
|
"selfUri"?: string;
|
|
30547
31107
|
"nextUri"?: string;
|
|
30548
31108
|
"previousUri"?: string;
|
|
@@ -30617,8 +31177,8 @@ declare namespace Models {
|
|
|
30617
31177
|
"pageSize"?: number;
|
|
30618
31178
|
"pageNumber"?: number;
|
|
30619
31179
|
"total"?: number;
|
|
30620
|
-
"firstUri"?: string;
|
|
30621
31180
|
"lastUri"?: string;
|
|
31181
|
+
"firstUri"?: string;
|
|
30622
31182
|
"selfUri"?: string;
|
|
30623
31183
|
"nextUri"?: string;
|
|
30624
31184
|
"previousUri"?: string;
|
|
@@ -30642,6 +31202,7 @@ declare namespace Models {
|
|
|
30642
31202
|
"firstName"?: string;
|
|
30643
31203
|
"lastName"?: string;
|
|
30644
31204
|
"email"?: string;
|
|
31205
|
+
"externalContactId"?: string;
|
|
30645
31206
|
"additionalIds"?: Array<Models.RecipientAdditionalIdentifier>;
|
|
30646
31207
|
}
|
|
30647
31208
|
|
|
@@ -31080,6 +31641,12 @@ declare namespace Models {
|
|
|
31080
31641
|
"agentOnQueueTimes": Array<Models.AgentQueueTimeRequest>;
|
|
31081
31642
|
}
|
|
31082
31643
|
|
|
31644
|
+
export interface MuAgentsWorkPlansResult {
|
|
31645
|
+
"entities"?: Array<Models.AgentWorkPlans>;
|
|
31646
|
+
"referenceStartWeekDate": string;
|
|
31647
|
+
"workPlanLookup": { [key: string]: Models.WorkPlanReference; };
|
|
31648
|
+
}
|
|
31649
|
+
|
|
31083
31650
|
export interface MuRescheduleResultWrapper {
|
|
31084
31651
|
"agentSchedules"?: Array<Models.BuAgentScheduleRescheduleResponse>;
|
|
31085
31652
|
}
|
|
@@ -31140,9 +31707,18 @@ declare namespace Models {
|
|
|
31140
31707
|
"items": Array<Models.NamedEntityTypeItem>;
|
|
31141
31708
|
"restricted"?: boolean;
|
|
31142
31709
|
"type": string;
|
|
31710
|
+
"subType"?: string;
|
|
31711
|
+
"maxLength"?: number;
|
|
31712
|
+
"examples"?: Array<Models.NamedEntityTypeMechanismExample>;
|
|
31713
|
+
}
|
|
31714
|
+
|
|
31715
|
+
export interface NamedEntityTypeMechanismExample {
|
|
31716
|
+
"text": string;
|
|
31717
|
+
"resolvedValue": string;
|
|
31143
31718
|
}
|
|
31144
31719
|
|
|
31145
31720
|
export interface NamespaceDocs {
|
|
31721
|
+
"name"?: string;
|
|
31146
31722
|
"friendlyName"?: string;
|
|
31147
31723
|
"limits"?: Array<Models.LimitDocs>;
|
|
31148
31724
|
}
|
|
@@ -31217,8 +31793,8 @@ declare namespace Models {
|
|
|
31217
31793
|
"pageSize"?: number;
|
|
31218
31794
|
"pageNumber"?: number;
|
|
31219
31795
|
"total"?: number;
|
|
31220
|
-
"firstUri"?: string;
|
|
31221
31796
|
"lastUri"?: string;
|
|
31797
|
+
"firstUri"?: string;
|
|
31222
31798
|
"selfUri"?: string;
|
|
31223
31799
|
"nextUri"?: string;
|
|
31224
31800
|
"previousUri"?: string;
|
|
@@ -31248,8 +31824,8 @@ declare namespace Models {
|
|
|
31248
31824
|
"pageSize"?: number;
|
|
31249
31825
|
"pageNumber"?: number;
|
|
31250
31826
|
"total"?: number;
|
|
31251
|
-
"firstUri"?: string;
|
|
31252
31827
|
"lastUri"?: string;
|
|
31828
|
+
"firstUri"?: string;
|
|
31253
31829
|
"selfUri"?: string;
|
|
31254
31830
|
"nextUri"?: string;
|
|
31255
31831
|
"previousUri"?: string;
|
|
@@ -31272,8 +31848,8 @@ declare namespace Models {
|
|
|
31272
31848
|
"pageSize"?: number;
|
|
31273
31849
|
"pageNumber"?: number;
|
|
31274
31850
|
"total"?: number;
|
|
31275
|
-
"firstUri"?: string;
|
|
31276
31851
|
"lastUri"?: string;
|
|
31852
|
+
"firstUri"?: string;
|
|
31277
31853
|
"selfUri"?: string;
|
|
31278
31854
|
"nextUri"?: string;
|
|
31279
31855
|
"previousUri"?: string;
|
|
@@ -31321,6 +31897,7 @@ declare namespace Models {
|
|
|
31321
31897
|
|
|
31322
31898
|
export interface NluUtterance {
|
|
31323
31899
|
"id"?: string;
|
|
31900
|
+
"source"?: string;
|
|
31324
31901
|
"segments": Array<Models.NluUtteranceSegment>;
|
|
31325
31902
|
}
|
|
31326
31903
|
|
|
@@ -31347,8 +31924,8 @@ declare namespace Models {
|
|
|
31347
31924
|
"pageNumber"?: number;
|
|
31348
31925
|
"total"?: number;
|
|
31349
31926
|
"partialResults"?: boolean;
|
|
31350
|
-
"firstUri"?: string;
|
|
31351
31927
|
"lastUri"?: string;
|
|
31928
|
+
"firstUri"?: string;
|
|
31352
31929
|
"selfUri"?: string;
|
|
31353
31930
|
"nextUri"?: string;
|
|
31354
31931
|
"previousUri"?: string;
|
|
@@ -31418,8 +31995,8 @@ declare namespace Models {
|
|
|
31418
31995
|
"pageSize"?: number;
|
|
31419
31996
|
"pageNumber"?: number;
|
|
31420
31997
|
"total"?: number;
|
|
31421
|
-
"firstUri"?: string;
|
|
31422
31998
|
"lastUri"?: string;
|
|
31999
|
+
"firstUri"?: string;
|
|
31423
32000
|
"selfUri"?: string;
|
|
31424
32001
|
"nextUri"?: string;
|
|
31425
32002
|
"previousUri"?: string;
|
|
@@ -31556,8 +32133,8 @@ declare namespace Models {
|
|
|
31556
32133
|
"pageSize"?: number;
|
|
31557
32134
|
"pageNumber"?: number;
|
|
31558
32135
|
"total"?: number;
|
|
31559
|
-
"firstUri"?: string;
|
|
31560
32136
|
"lastUri"?: string;
|
|
32137
|
+
"firstUri"?: string;
|
|
31561
32138
|
"selfUri"?: string;
|
|
31562
32139
|
"nextUri"?: string;
|
|
31563
32140
|
"previousUri"?: string;
|
|
@@ -31806,8 +32383,8 @@ declare namespace Models {
|
|
|
31806
32383
|
"pageSize"?: number;
|
|
31807
32384
|
"pageNumber"?: number;
|
|
31808
32385
|
"total"?: number;
|
|
31809
|
-
"firstUri"?: string;
|
|
31810
32386
|
"lastUri"?: string;
|
|
32387
|
+
"firstUri"?: string;
|
|
31811
32388
|
"selfUri"?: string;
|
|
31812
32389
|
"nextUri"?: string;
|
|
31813
32390
|
"previousUri"?: string;
|
|
@@ -31853,6 +32430,7 @@ declare namespace Models {
|
|
|
31853
32430
|
"text"?: string;
|
|
31854
32431
|
"content"?: Array<Models.OpenMessageContent>;
|
|
31855
32432
|
"metadata"?: { [key: string]: string; };
|
|
32433
|
+
"conversationId"?: string;
|
|
31856
32434
|
}
|
|
31857
32435
|
|
|
31858
32436
|
export interface OpenMessagingChannel {
|
|
@@ -32031,7 +32609,7 @@ declare namespace Models {
|
|
|
32031
32609
|
"title"?: string;
|
|
32032
32610
|
"username"?: string;
|
|
32033
32611
|
"manager"?: Models.User;
|
|
32034
|
-
"images"?: Array<Models.
|
|
32612
|
+
"images"?: Array<Models.Image>;
|
|
32035
32613
|
"version": number;
|
|
32036
32614
|
"certifications"?: Array<string>;
|
|
32037
32615
|
"biography"?: Models.Biography;
|
|
@@ -32134,8 +32712,8 @@ declare namespace Models {
|
|
|
32134
32712
|
"pageSize"?: number;
|
|
32135
32713
|
"pageNumber"?: number;
|
|
32136
32714
|
"total"?: number;
|
|
32137
|
-
"firstUri"?: string;
|
|
32138
32715
|
"lastUri"?: string;
|
|
32716
|
+
"firstUri"?: string;
|
|
32139
32717
|
"selfUri"?: string;
|
|
32140
32718
|
"nextUri"?: string;
|
|
32141
32719
|
"previousUri"?: string;
|
|
@@ -32155,8 +32733,8 @@ declare namespace Models {
|
|
|
32155
32733
|
"pageSize"?: number;
|
|
32156
32734
|
"pageNumber"?: number;
|
|
32157
32735
|
"total"?: number;
|
|
32158
|
-
"firstUri"?: string;
|
|
32159
32736
|
"lastUri"?: string;
|
|
32737
|
+
"firstUri"?: string;
|
|
32160
32738
|
"selfUri"?: string;
|
|
32161
32739
|
"nextUri"?: string;
|
|
32162
32740
|
"previousUri"?: string;
|
|
@@ -32187,8 +32765,8 @@ declare namespace Models {
|
|
|
32187
32765
|
"pageSize"?: number;
|
|
32188
32766
|
"pageNumber"?: number;
|
|
32189
32767
|
"total"?: number;
|
|
32190
|
-
"firstUri"?: string;
|
|
32191
32768
|
"lastUri"?: string;
|
|
32769
|
+
"firstUri"?: string;
|
|
32192
32770
|
"selfUri"?: string;
|
|
32193
32771
|
"nextUri"?: string;
|
|
32194
32772
|
"previousUri"?: string;
|
|
@@ -32268,8 +32846,8 @@ declare namespace Models {
|
|
|
32268
32846
|
"pageSize"?: number;
|
|
32269
32847
|
"pageNumber"?: number;
|
|
32270
32848
|
"total"?: number;
|
|
32271
|
-
"firstUri"?: string;
|
|
32272
32849
|
"lastUri"?: string;
|
|
32850
|
+
"firstUri"?: string;
|
|
32273
32851
|
"selfUri"?: string;
|
|
32274
32852
|
"nextUri"?: string;
|
|
32275
32853
|
"previousUri"?: string;
|
|
@@ -32592,8 +33170,8 @@ declare namespace Models {
|
|
|
32592
33170
|
"pageNumber"?: number;
|
|
32593
33171
|
"total"?: number;
|
|
32594
33172
|
"totalNumberOfEntities"?: number;
|
|
32595
|
-
"firstUri"?: string;
|
|
32596
33173
|
"lastUri"?: string;
|
|
33174
|
+
"firstUri"?: string;
|
|
32597
33175
|
"selfUri"?: string;
|
|
32598
33176
|
"nextUri"?: string;
|
|
32599
33177
|
"previousUri"?: string;
|
|
@@ -32606,8 +33184,8 @@ declare namespace Models {
|
|
|
32606
33184
|
"pageNumber"?: number;
|
|
32607
33185
|
"total"?: number;
|
|
32608
33186
|
"totalNumberOfEntities"?: number;
|
|
32609
|
-
"firstUri"?: string;
|
|
32610
33187
|
"lastUri"?: string;
|
|
33188
|
+
"firstUri"?: string;
|
|
32611
33189
|
"selfUri"?: string;
|
|
32612
33190
|
"nextUri"?: string;
|
|
32613
33191
|
"previousUri"?: string;
|
|
@@ -32722,8 +33300,8 @@ declare namespace Models {
|
|
|
32722
33300
|
"pageSize"?: number;
|
|
32723
33301
|
"pageNumber"?: number;
|
|
32724
33302
|
"total"?: number;
|
|
32725
|
-
"firstUri"?: string;
|
|
32726
33303
|
"lastUri"?: string;
|
|
33304
|
+
"firstUri"?: string;
|
|
32727
33305
|
"selfUri"?: string;
|
|
32728
33306
|
"nextUri"?: string;
|
|
32729
33307
|
"previousUri"?: string;
|
|
@@ -32878,6 +33456,7 @@ declare namespace Models {
|
|
|
32878
33456
|
"userUri"?: string;
|
|
32879
33457
|
"userId"?: string;
|
|
32880
33458
|
"externalContactId"?: string;
|
|
33459
|
+
"externalContactInitialDivisionId"?: string;
|
|
32881
33460
|
"externalOrganizationId"?: string;
|
|
32882
33461
|
"queueId"?: string;
|
|
32883
33462
|
"groupId"?: string;
|
|
@@ -32933,6 +33512,7 @@ declare namespace Models {
|
|
|
32933
33512
|
"userUri"?: string;
|
|
32934
33513
|
"userId"?: string;
|
|
32935
33514
|
"externalContactId"?: string;
|
|
33515
|
+
"externalContactInitialDivisionId"?: string;
|
|
32936
33516
|
"externalOrganizationId"?: string;
|
|
32937
33517
|
"queueId"?: string;
|
|
32938
33518
|
"groupId"?: string;
|
|
@@ -33358,8 +33938,8 @@ declare namespace Models {
|
|
|
33358
33938
|
"pageSize"?: number;
|
|
33359
33939
|
"pageNumber"?: number;
|
|
33360
33940
|
"total"?: number;
|
|
33361
|
-
"firstUri"?: string;
|
|
33362
33941
|
"lastUri"?: string;
|
|
33942
|
+
"firstUri"?: string;
|
|
33363
33943
|
"selfUri"?: string;
|
|
33364
33944
|
"nextUri"?: string;
|
|
33365
33945
|
"previousUri"?: string;
|
|
@@ -33432,8 +34012,8 @@ declare namespace Models {
|
|
|
33432
34012
|
"pageNumber"?: number;
|
|
33433
34013
|
"total"?: number;
|
|
33434
34014
|
"totalNumberOfEntities"?: number;
|
|
33435
|
-
"firstUri"?: string;
|
|
33436
34015
|
"lastUri"?: string;
|
|
34016
|
+
"firstUri"?: string;
|
|
33437
34017
|
"selfUri"?: string;
|
|
33438
34018
|
"nextUri"?: string;
|
|
33439
34019
|
"previousUri"?: string;
|
|
@@ -33511,8 +34091,8 @@ declare namespace Models {
|
|
|
33511
34091
|
"pageNumber"?: number;
|
|
33512
34092
|
"total"?: number;
|
|
33513
34093
|
"totalNumberOfEntities"?: number;
|
|
33514
|
-
"firstUri"?: string;
|
|
33515
34094
|
"lastUri"?: string;
|
|
34095
|
+
"firstUri"?: string;
|
|
33516
34096
|
"selfUri"?: string;
|
|
33517
34097
|
"nextUri"?: string;
|
|
33518
34098
|
"previousUri"?: string;
|
|
@@ -33537,8 +34117,8 @@ declare namespace Models {
|
|
|
33537
34117
|
"pageNumber"?: number;
|
|
33538
34118
|
"total"?: number;
|
|
33539
34119
|
"totalNumberOfEntities"?: number;
|
|
33540
|
-
"firstUri"?: string;
|
|
33541
34120
|
"lastUri"?: string;
|
|
34121
|
+
"firstUri"?: string;
|
|
33542
34122
|
"selfUri"?: string;
|
|
33543
34123
|
"nextUri"?: string;
|
|
33544
34124
|
"previousUri"?: string;
|
|
@@ -33615,8 +34195,8 @@ declare namespace Models {
|
|
|
33615
34195
|
"pageSize"?: number;
|
|
33616
34196
|
"pageNumber"?: number;
|
|
33617
34197
|
"total"?: number;
|
|
33618
|
-
"firstUri"?: string;
|
|
33619
34198
|
"lastUri"?: string;
|
|
34199
|
+
"firstUri"?: string;
|
|
33620
34200
|
"selfUri"?: string;
|
|
33621
34201
|
"nextUri"?: string;
|
|
33622
34202
|
"previousUri"?: string;
|
|
@@ -33736,8 +34316,8 @@ declare namespace Models {
|
|
|
33736
34316
|
"pageSize"?: number;
|
|
33737
34317
|
"pageNumber"?: number;
|
|
33738
34318
|
"total"?: number;
|
|
33739
|
-
"firstUri"?: string;
|
|
33740
34319
|
"lastUri"?: string;
|
|
34320
|
+
"firstUri"?: string;
|
|
33741
34321
|
"selfUri"?: string;
|
|
33742
34322
|
"nextUri"?: string;
|
|
33743
34323
|
"previousUri"?: string;
|
|
@@ -34124,8 +34704,8 @@ declare namespace Models {
|
|
|
34124
34704
|
"pageSize"?: number;
|
|
34125
34705
|
"pageNumber"?: number;
|
|
34126
34706
|
"total"?: number;
|
|
34127
|
-
"firstUri"?: string;
|
|
34128
34707
|
"lastUri"?: string;
|
|
34708
|
+
"firstUri"?: string;
|
|
34129
34709
|
"selfUri"?: string;
|
|
34130
34710
|
"nextUri"?: string;
|
|
34131
34711
|
"previousUri"?: string;
|
|
@@ -34137,8 +34717,8 @@ declare namespace Models {
|
|
|
34137
34717
|
"pageSize"?: number;
|
|
34138
34718
|
"pageNumber"?: number;
|
|
34139
34719
|
"total"?: number;
|
|
34140
|
-
"firstUri"?: string;
|
|
34141
34720
|
"lastUri"?: string;
|
|
34721
|
+
"firstUri"?: string;
|
|
34142
34722
|
"selfUri"?: string;
|
|
34143
34723
|
"nextUri"?: string;
|
|
34144
34724
|
"previousUri"?: string;
|
|
@@ -34543,6 +35123,7 @@ declare namespace Models {
|
|
|
34543
35123
|
"contextId"?: string;
|
|
34544
35124
|
"details"?: Array<Models.QueueConversationCallEventTopicDetail>;
|
|
34545
35125
|
"errors"?: Array<Models.QueueConversationCallEventTopicErrorBody>;
|
|
35126
|
+
"limit"?: Models.QueueConversationCallEventTopicLimit;
|
|
34546
35127
|
}
|
|
34547
35128
|
|
|
34548
35129
|
export interface QueueConversationCallEventTopicFaxStatus {
|
|
@@ -34582,6 +35163,13 @@ declare namespace Models {
|
|
|
34582
35163
|
"type"?: string;
|
|
34583
35164
|
}
|
|
34584
35165
|
|
|
35166
|
+
export interface QueueConversationCallEventTopicLimit {
|
|
35167
|
+
"key"?: string;
|
|
35168
|
+
"namespace"?: string;
|
|
35169
|
+
"value"?: number;
|
|
35170
|
+
"documented"?: boolean;
|
|
35171
|
+
}
|
|
35172
|
+
|
|
34585
35173
|
export interface QueueConversationCallEventTopicQueueMediaSettings {
|
|
34586
35174
|
"alertingTimeoutSeconds"?: number;
|
|
34587
35175
|
"autoAnswerAlertToneSeconds"?: number;
|
|
@@ -34701,6 +35289,7 @@ declare namespace Models {
|
|
|
34701
35289
|
"contextId"?: string;
|
|
34702
35290
|
"details"?: Array<Models.QueueConversationCallbackEventTopicDetail>;
|
|
34703
35291
|
"errors"?: Array<Models.QueueConversationCallbackEventTopicErrorBody>;
|
|
35292
|
+
"limit"?: Models.QueueConversationCallbackEventTopicLimit;
|
|
34704
35293
|
}
|
|
34705
35294
|
|
|
34706
35295
|
export interface QueueConversationCallbackEventTopicJourneyAction {
|
|
@@ -34729,6 +35318,13 @@ declare namespace Models {
|
|
|
34729
35318
|
"type"?: string;
|
|
34730
35319
|
}
|
|
34731
35320
|
|
|
35321
|
+
export interface QueueConversationCallbackEventTopicLimit {
|
|
35322
|
+
"key"?: string;
|
|
35323
|
+
"namespace"?: string;
|
|
35324
|
+
"value"?: number;
|
|
35325
|
+
"documented"?: boolean;
|
|
35326
|
+
}
|
|
35327
|
+
|
|
34732
35328
|
export interface QueueConversationCallbackEventTopicPhoneNumberColumn {
|
|
34733
35329
|
"columnName"?: string;
|
|
34734
35330
|
"type"?: string;
|
|
@@ -34843,6 +35439,7 @@ declare namespace Models {
|
|
|
34843
35439
|
"contextId"?: string;
|
|
34844
35440
|
"details"?: Array<Models.QueueConversationChatEventTopicDetail>;
|
|
34845
35441
|
"errors"?: Array<Models.QueueConversationChatEventTopicErrorBody>;
|
|
35442
|
+
"limit"?: Models.QueueConversationChatEventTopicLimit;
|
|
34846
35443
|
}
|
|
34847
35444
|
|
|
34848
35445
|
export interface QueueConversationChatEventTopicJourneyAction {
|
|
@@ -34871,6 +35468,13 @@ declare namespace Models {
|
|
|
34871
35468
|
"type"?: string;
|
|
34872
35469
|
}
|
|
34873
35470
|
|
|
35471
|
+
export interface QueueConversationChatEventTopicLimit {
|
|
35472
|
+
"key"?: string;
|
|
35473
|
+
"namespace"?: string;
|
|
35474
|
+
"value"?: number;
|
|
35475
|
+
"documented"?: boolean;
|
|
35476
|
+
}
|
|
35477
|
+
|
|
34874
35478
|
export interface QueueConversationChatEventTopicQueueMediaSettings {
|
|
34875
35479
|
"alertingTimeoutSeconds"?: number;
|
|
34876
35480
|
"autoAnswerAlertToneSeconds"?: number;
|
|
@@ -34978,6 +35582,7 @@ declare namespace Models {
|
|
|
34978
35582
|
"contextId"?: string;
|
|
34979
35583
|
"details"?: Array<Models.QueueConversationCobrowseEventTopicDetail>;
|
|
34980
35584
|
"errors"?: Array<Models.QueueConversationCobrowseEventTopicErrorBody>;
|
|
35585
|
+
"limit"?: Models.QueueConversationCobrowseEventTopicLimit;
|
|
34981
35586
|
}
|
|
34982
35587
|
|
|
34983
35588
|
export interface QueueConversationCobrowseEventTopicJourneyAction {
|
|
@@ -35006,6 +35611,13 @@ declare namespace Models {
|
|
|
35006
35611
|
"type"?: string;
|
|
35007
35612
|
}
|
|
35008
35613
|
|
|
35614
|
+
export interface QueueConversationCobrowseEventTopicLimit {
|
|
35615
|
+
"key"?: string;
|
|
35616
|
+
"namespace"?: string;
|
|
35617
|
+
"value"?: number;
|
|
35618
|
+
"documented"?: boolean;
|
|
35619
|
+
}
|
|
35620
|
+
|
|
35009
35621
|
export interface QueueConversationCobrowseEventTopicQueueMediaSettings {
|
|
35010
35622
|
"alertingTimeoutSeconds"?: number;
|
|
35011
35623
|
"autoAnswerAlertToneSeconds"?: number;
|
|
@@ -35122,6 +35734,7 @@ declare namespace Models {
|
|
|
35122
35734
|
"contextId"?: string;
|
|
35123
35735
|
"details"?: Array<Models.QueueConversationEmailEventTopicDetail>;
|
|
35124
35736
|
"errors"?: Array<Models.QueueConversationEmailEventTopicErrorBody>;
|
|
35737
|
+
"limit"?: Models.QueueConversationEmailEventTopicLimit;
|
|
35125
35738
|
}
|
|
35126
35739
|
|
|
35127
35740
|
export interface QueueConversationEmailEventTopicJourneyAction {
|
|
@@ -35150,6 +35763,13 @@ declare namespace Models {
|
|
|
35150
35763
|
"type"?: string;
|
|
35151
35764
|
}
|
|
35152
35765
|
|
|
35766
|
+
export interface QueueConversationEmailEventTopicLimit {
|
|
35767
|
+
"key"?: string;
|
|
35768
|
+
"namespace"?: string;
|
|
35769
|
+
"value"?: number;
|
|
35770
|
+
"documented"?: boolean;
|
|
35771
|
+
}
|
|
35772
|
+
|
|
35153
35773
|
export interface QueueConversationEmailEventTopicQueueMediaSettings {
|
|
35154
35774
|
"alertingTimeoutSeconds"?: number;
|
|
35155
35775
|
"autoAnswerAlertToneSeconds"?: number;
|
|
@@ -35396,6 +36016,27 @@ declare namespace Models {
|
|
|
35396
36016
|
"userId"?: string;
|
|
35397
36017
|
}
|
|
35398
36018
|
|
|
36019
|
+
export interface QueueConversationEventTopicInternalMessage {
|
|
36020
|
+
"id"?: string;
|
|
36021
|
+
"state"?: string;
|
|
36022
|
+
"initialState"?: string;
|
|
36023
|
+
"provider"?: string;
|
|
36024
|
+
"peerId"?: string;
|
|
36025
|
+
"disconnectType"?: string;
|
|
36026
|
+
"connectedTime"?: string;
|
|
36027
|
+
"disconnectedTime"?: string;
|
|
36028
|
+
"targetUserId"?: string;
|
|
36029
|
+
"sourceUserId"?: string;
|
|
36030
|
+
"toAddress"?: Models.QueueConversationEventTopicAddress;
|
|
36031
|
+
"fromAddress"?: Models.QueueConversationEventTopicAddress;
|
|
36032
|
+
"messages"?: Array<Models.QueueConversationEventTopicInternalMessageDetails>;
|
|
36033
|
+
}
|
|
36034
|
+
|
|
36035
|
+
export interface QueueConversationEventTopicInternalMessageDetails {
|
|
36036
|
+
"messageId"?: string;
|
|
36037
|
+
"messageTime"?: string;
|
|
36038
|
+
}
|
|
36039
|
+
|
|
35399
36040
|
export interface QueueConversationEventTopicJourneyAction {
|
|
35400
36041
|
"id"?: string;
|
|
35401
36042
|
"actionMap"?: Models.QueueConversationEventTopicJourneyActionMap;
|
|
@@ -35461,6 +36102,7 @@ declare namespace Models {
|
|
|
35461
36102
|
"errorInfo"?: Models.QueueConversationEventTopicErrorDetails;
|
|
35462
36103
|
"stickers"?: Array<Models.QueueConversationEventTopicMessageSticker>;
|
|
35463
36104
|
"messageMetadata"?: Models.QueueConversationEventTopicMessageMetadata;
|
|
36105
|
+
"socialVisibility"?: string;
|
|
35464
36106
|
}
|
|
35465
36107
|
|
|
35466
36108
|
export interface QueueConversationEventTopicMessageMedia {
|
|
@@ -35536,6 +36178,7 @@ declare namespace Models {
|
|
|
35536
36178
|
"cobrowsesessions"?: Array<Models.QueueConversationEventTopicCobrowse>;
|
|
35537
36179
|
"emails"?: Array<Models.QueueConversationEventTopicEmail>;
|
|
35538
36180
|
"messages"?: Array<Models.QueueConversationEventTopicMessage>;
|
|
36181
|
+
"internalMessages"?: Array<Models.QueueConversationEventTopicInternalMessage>;
|
|
35539
36182
|
"screenshares"?: Array<Models.QueueConversationEventTopicScreenshare>;
|
|
35540
36183
|
"socialExpressions"?: Array<Models.QueueConversationEventTopicSocialExpression>;
|
|
35541
36184
|
"videos"?: Array<Models.QueueConversationEventTopicVideo>;
|
|
@@ -35682,6 +36325,7 @@ declare namespace Models {
|
|
|
35682
36325
|
"contextId"?: string;
|
|
35683
36326
|
"details"?: Array<Models.QueueConversationMessageEventTopicDetail>;
|
|
35684
36327
|
"errors"?: Array<Models.QueueConversationMessageEventTopicErrorBody>;
|
|
36328
|
+
"limit"?: Models.QueueConversationMessageEventTopicLimit;
|
|
35685
36329
|
}
|
|
35686
36330
|
|
|
35687
36331
|
export interface QueueConversationMessageEventTopicErrorDetails {
|
|
@@ -35720,6 +36364,13 @@ declare namespace Models {
|
|
|
35720
36364
|
"type"?: string;
|
|
35721
36365
|
}
|
|
35722
36366
|
|
|
36367
|
+
export interface QueueConversationMessageEventTopicLimit {
|
|
36368
|
+
"key"?: string;
|
|
36369
|
+
"namespace"?: string;
|
|
36370
|
+
"value"?: number;
|
|
36371
|
+
"documented"?: boolean;
|
|
36372
|
+
}
|
|
36373
|
+
|
|
35723
36374
|
export interface QueueConversationMessageEventTopicMessageConversation {
|
|
35724
36375
|
"id"?: string;
|
|
35725
36376
|
"name"?: string;
|
|
@@ -35738,6 +36389,7 @@ declare namespace Models {
|
|
|
35738
36389
|
"stickers"?: Array<Models.QueueConversationMessageEventTopicMessageSticker>;
|
|
35739
36390
|
"errorInfo"?: Models.QueueConversationMessageEventTopicErrorDetails;
|
|
35740
36391
|
"messageMetadata"?: Models.QueueConversationMessageEventTopicMessageMetadata;
|
|
36392
|
+
"socialVisibility"?: string;
|
|
35741
36393
|
}
|
|
35742
36394
|
|
|
35743
36395
|
export interface QueueConversationMessageEventTopicMessageMedia {
|
|
@@ -35868,6 +36520,7 @@ declare namespace Models {
|
|
|
35868
36520
|
"contextId"?: string;
|
|
35869
36521
|
"details"?: Array<Models.QueueConversationScreenShareEventTopicDetail>;
|
|
35870
36522
|
"errors"?: Array<Models.QueueConversationScreenShareEventTopicErrorBody>;
|
|
36523
|
+
"limit"?: Models.QueueConversationScreenShareEventTopicLimit;
|
|
35871
36524
|
}
|
|
35872
36525
|
|
|
35873
36526
|
export interface QueueConversationScreenShareEventTopicJourneyAction {
|
|
@@ -35896,6 +36549,13 @@ declare namespace Models {
|
|
|
35896
36549
|
"type"?: string;
|
|
35897
36550
|
}
|
|
35898
36551
|
|
|
36552
|
+
export interface QueueConversationScreenShareEventTopicLimit {
|
|
36553
|
+
"key"?: string;
|
|
36554
|
+
"namespace"?: string;
|
|
36555
|
+
"value"?: number;
|
|
36556
|
+
"documented"?: boolean;
|
|
36557
|
+
}
|
|
36558
|
+
|
|
35899
36559
|
export interface QueueConversationScreenShareEventTopicQueueMediaSettings {
|
|
35900
36560
|
"alertingTimeoutSeconds"?: number;
|
|
35901
36561
|
"autoAnswerAlertToneSeconds"?: number;
|
|
@@ -36196,6 +36856,27 @@ declare namespace Models {
|
|
|
36196
36856
|
"userId"?: string;
|
|
36197
36857
|
}
|
|
36198
36858
|
|
|
36859
|
+
export interface QueueConversationSocialExpressionEventTopicInternalMessage {
|
|
36860
|
+
"id"?: string;
|
|
36861
|
+
"state"?: string;
|
|
36862
|
+
"initialState"?: string;
|
|
36863
|
+
"provider"?: string;
|
|
36864
|
+
"peerId"?: string;
|
|
36865
|
+
"disconnectType"?: string;
|
|
36866
|
+
"connectedTime"?: string;
|
|
36867
|
+
"disconnectedTime"?: string;
|
|
36868
|
+
"targetUserId"?: string;
|
|
36869
|
+
"sourceUserId"?: string;
|
|
36870
|
+
"toAddress"?: Models.QueueConversationSocialExpressionEventTopicAddress;
|
|
36871
|
+
"fromAddress"?: Models.QueueConversationSocialExpressionEventTopicAddress;
|
|
36872
|
+
"messages"?: Array<Models.QueueConversationSocialExpressionEventTopicInternalMessageDetails>;
|
|
36873
|
+
}
|
|
36874
|
+
|
|
36875
|
+
export interface QueueConversationSocialExpressionEventTopicInternalMessageDetails {
|
|
36876
|
+
"messageId"?: string;
|
|
36877
|
+
"messageTime"?: string;
|
|
36878
|
+
}
|
|
36879
|
+
|
|
36199
36880
|
export interface QueueConversationSocialExpressionEventTopicJourneyAction {
|
|
36200
36881
|
"id"?: string;
|
|
36201
36882
|
"actionMap"?: Models.QueueConversationSocialExpressionEventTopicJourneyActionMap;
|
|
@@ -36261,6 +36942,7 @@ declare namespace Models {
|
|
|
36261
36942
|
"errorInfo"?: Models.QueueConversationSocialExpressionEventTopicErrorDetails;
|
|
36262
36943
|
"stickers"?: Array<Models.QueueConversationSocialExpressionEventTopicMessageSticker>;
|
|
36263
36944
|
"messageMetadata"?: Models.QueueConversationSocialExpressionEventTopicMessageMetadata;
|
|
36945
|
+
"socialVisibility"?: string;
|
|
36264
36946
|
}
|
|
36265
36947
|
|
|
36266
36948
|
export interface QueueConversationSocialExpressionEventTopicMessageMedia {
|
|
@@ -36336,6 +37018,7 @@ declare namespace Models {
|
|
|
36336
37018
|
"cobrowsesessions"?: Array<Models.QueueConversationSocialExpressionEventTopicCobrowse>;
|
|
36337
37019
|
"emails"?: Array<Models.QueueConversationSocialExpressionEventTopicEmail>;
|
|
36338
37020
|
"messages"?: Array<Models.QueueConversationSocialExpressionEventTopicMessage>;
|
|
37021
|
+
"internalMessages"?: Array<Models.QueueConversationSocialExpressionEventTopicInternalMessage>;
|
|
36339
37022
|
"screenshares"?: Array<Models.QueueConversationSocialExpressionEventTopicScreenshare>;
|
|
36340
37023
|
"socialExpressions"?: Array<Models.QueueConversationSocialExpressionEventTopicSocialExpression>;
|
|
36341
37024
|
"videos"?: Array<Models.QueueConversationSocialExpressionEventTopicVideo>;
|
|
@@ -36677,6 +37360,27 @@ declare namespace Models {
|
|
|
36677
37360
|
"userId"?: string;
|
|
36678
37361
|
}
|
|
36679
37362
|
|
|
37363
|
+
export interface QueueConversationVideoEventTopicInternalMessage {
|
|
37364
|
+
"id"?: string;
|
|
37365
|
+
"state"?: string;
|
|
37366
|
+
"initialState"?: string;
|
|
37367
|
+
"provider"?: string;
|
|
37368
|
+
"peerId"?: string;
|
|
37369
|
+
"disconnectType"?: string;
|
|
37370
|
+
"connectedTime"?: string;
|
|
37371
|
+
"disconnectedTime"?: string;
|
|
37372
|
+
"targetUserId"?: string;
|
|
37373
|
+
"sourceUserId"?: string;
|
|
37374
|
+
"toAddress"?: Models.QueueConversationVideoEventTopicAddress;
|
|
37375
|
+
"fromAddress"?: Models.QueueConversationVideoEventTopicAddress;
|
|
37376
|
+
"messages"?: Array<Models.QueueConversationVideoEventTopicInternalMessageDetails>;
|
|
37377
|
+
}
|
|
37378
|
+
|
|
37379
|
+
export interface QueueConversationVideoEventTopicInternalMessageDetails {
|
|
37380
|
+
"messageId"?: string;
|
|
37381
|
+
"messageTime"?: string;
|
|
37382
|
+
}
|
|
37383
|
+
|
|
36680
37384
|
export interface QueueConversationVideoEventTopicJourneyAction {
|
|
36681
37385
|
"id"?: string;
|
|
36682
37386
|
"actionMap"?: Models.QueueConversationVideoEventTopicJourneyActionMap;
|
|
@@ -36742,6 +37446,7 @@ declare namespace Models {
|
|
|
36742
37446
|
"errorInfo"?: Models.QueueConversationVideoEventTopicErrorDetails;
|
|
36743
37447
|
"stickers"?: Array<Models.QueueConversationVideoEventTopicMessageSticker>;
|
|
36744
37448
|
"messageMetadata"?: Models.QueueConversationVideoEventTopicMessageMetadata;
|
|
37449
|
+
"socialVisibility"?: string;
|
|
36745
37450
|
}
|
|
36746
37451
|
|
|
36747
37452
|
export interface QueueConversationVideoEventTopicMessageMedia {
|
|
@@ -36817,6 +37522,7 @@ declare namespace Models {
|
|
|
36817
37522
|
"cobrowsesessions"?: Array<Models.QueueConversationVideoEventTopicCobrowse>;
|
|
36818
37523
|
"emails"?: Array<Models.QueueConversationVideoEventTopicEmail>;
|
|
36819
37524
|
"messages"?: Array<Models.QueueConversationVideoEventTopicMessage>;
|
|
37525
|
+
"internalMessages"?: Array<Models.QueueConversationVideoEventTopicInternalMessage>;
|
|
36820
37526
|
"screenshares"?: Array<Models.QueueConversationVideoEventTopicScreenshare>;
|
|
36821
37527
|
"socialExpressions"?: Array<Models.QueueConversationVideoEventTopicSocialExpression>;
|
|
36822
37528
|
"videos"?: Array<Models.QueueConversationVideoEventTopicVideo>;
|
|
@@ -36947,8 +37653,8 @@ declare namespace Models {
|
|
|
36947
37653
|
"pageSize"?: number;
|
|
36948
37654
|
"pageNumber"?: number;
|
|
36949
37655
|
"total"?: number;
|
|
36950
|
-
"firstUri"?: string;
|
|
36951
37656
|
"lastUri"?: string;
|
|
37657
|
+
"firstUri"?: string;
|
|
36952
37658
|
"selfUri"?: string;
|
|
36953
37659
|
"nextUri"?: string;
|
|
36954
37660
|
"previousUri"?: string;
|
|
@@ -36959,7 +37665,7 @@ declare namespace Models {
|
|
|
36959
37665
|
"call"?: Models.MediaSettings;
|
|
36960
37666
|
"callback"?: Models.CallbackMediaSettings;
|
|
36961
37667
|
"chat"?: Models.MediaSettings;
|
|
36962
|
-
"email"?: Models.
|
|
37668
|
+
"email"?: Models.EmailMediaSettings;
|
|
36963
37669
|
"message"?: Models.MediaSettings;
|
|
36964
37670
|
}
|
|
36965
37671
|
|
|
@@ -36989,8 +37695,8 @@ declare namespace Models {
|
|
|
36989
37695
|
"pageSize"?: number;
|
|
36990
37696
|
"pageNumber"?: number;
|
|
36991
37697
|
"total"?: number;
|
|
36992
|
-
"firstUri"?: string;
|
|
36993
37698
|
"lastUri"?: string;
|
|
37699
|
+
"firstUri"?: string;
|
|
36994
37700
|
"selfUri"?: string;
|
|
36995
37701
|
"nextUri"?: string;
|
|
36996
37702
|
"previousUri"?: string;
|
|
@@ -37218,8 +37924,8 @@ declare namespace Models {
|
|
|
37218
37924
|
"pageSize"?: number;
|
|
37219
37925
|
"pageNumber"?: number;
|
|
37220
37926
|
"total"?: number;
|
|
37221
|
-
"firstUri"?: string;
|
|
37222
37927
|
"lastUri"?: string;
|
|
37928
|
+
"firstUri"?: string;
|
|
37223
37929
|
"selfUri"?: string;
|
|
37224
37930
|
"nextUri"?: string;
|
|
37225
37931
|
"previousUri"?: string;
|
|
@@ -37327,6 +38033,15 @@ declare namespace Models {
|
|
|
37327
38033
|
"actualTranscodeTimeMs"?: number;
|
|
37328
38034
|
}
|
|
37329
38035
|
|
|
38036
|
+
export interface RecordingAttachment {
|
|
38037
|
+
"id"?: string;
|
|
38038
|
+
"mediaType"?: string;
|
|
38039
|
+
"url"?: string;
|
|
38040
|
+
"mime"?: string;
|
|
38041
|
+
"text"?: string;
|
|
38042
|
+
"fileName"?: string;
|
|
38043
|
+
}
|
|
38044
|
+
|
|
37330
38045
|
export interface RecordingButtonComponent {
|
|
37331
38046
|
"title"?: string;
|
|
37332
38047
|
"actions"?: Models.RecordingContentActions;
|
|
@@ -37412,8 +38127,8 @@ declare namespace Models {
|
|
|
37412
38127
|
"pageSize"?: number;
|
|
37413
38128
|
"pageNumber"?: number;
|
|
37414
38129
|
"total"?: number;
|
|
37415
|
-
"firstUri"?: string;
|
|
37416
38130
|
"lastUri"?: string;
|
|
38131
|
+
"firstUri"?: string;
|
|
37417
38132
|
"selfUri"?: string;
|
|
37418
38133
|
"nextUri"?: string;
|
|
37419
38134
|
"previousUri"?: string;
|
|
@@ -37484,6 +38199,15 @@ declare namespace Models {
|
|
|
37484
38199
|
"selfUri"?: string;
|
|
37485
38200
|
}
|
|
37486
38201
|
|
|
38202
|
+
export interface RecordingNotificationTemplate {
|
|
38203
|
+
"id"?: string;
|
|
38204
|
+
"language"?: string;
|
|
38205
|
+
"header"?: Models.RecordingTemplateHeader;
|
|
38206
|
+
"body"?: Models.RecordingTemplateBody;
|
|
38207
|
+
"buttons"?: Array<Models.RecordingTemplateButton>;
|
|
38208
|
+
"footer"?: Models.RecordingTemplateFooter;
|
|
38209
|
+
}
|
|
38210
|
+
|
|
37487
38211
|
export interface RecordingRetention {
|
|
37488
38212
|
"conversationId"?: string;
|
|
37489
38213
|
"recordingId"?: string;
|
|
@@ -37510,6 +38234,29 @@ declare namespace Models {
|
|
|
37510
38234
|
"recordingBatchDownloadUrlTtl"?: number;
|
|
37511
38235
|
}
|
|
37512
38236
|
|
|
38237
|
+
export interface RecordingTemplateBody {
|
|
38238
|
+
"text"?: string;
|
|
38239
|
+
}
|
|
38240
|
+
|
|
38241
|
+
export interface RecordingTemplateButton {
|
|
38242
|
+
"type"?: string;
|
|
38243
|
+
"text"?: string;
|
|
38244
|
+
"index"?: number;
|
|
38245
|
+
"phoneNumber"?: string;
|
|
38246
|
+
"url"?: string;
|
|
38247
|
+
"isSelected"?: boolean;
|
|
38248
|
+
}
|
|
38249
|
+
|
|
38250
|
+
export interface RecordingTemplateFooter {
|
|
38251
|
+
"text"?: string;
|
|
38252
|
+
}
|
|
38253
|
+
|
|
38254
|
+
export interface RecordingTemplateHeader {
|
|
38255
|
+
"type"?: string;
|
|
38256
|
+
"text"?: string;
|
|
38257
|
+
"media"?: Models.RecordingAttachment;
|
|
38258
|
+
}
|
|
38259
|
+
|
|
37513
38260
|
export interface RecordingTranscodeCompleteTopicMediaResult {
|
|
37514
38261
|
"channelId"?: string;
|
|
37515
38262
|
"waveUri"?: string;
|
|
@@ -37596,8 +38343,8 @@ declare namespace Models {
|
|
|
37596
38343
|
"pageNumber"?: number;
|
|
37597
38344
|
"total"?: number;
|
|
37598
38345
|
"partialResults"?: boolean;
|
|
37599
|
-
"firstUri"?: string;
|
|
37600
38346
|
"lastUri"?: string;
|
|
38347
|
+
"firstUri"?: string;
|
|
37601
38348
|
"selfUri"?: string;
|
|
37602
38349
|
"nextUri"?: string;
|
|
37603
38350
|
"previousUri"?: string;
|
|
@@ -37666,8 +38413,8 @@ declare namespace Models {
|
|
|
37666
38413
|
"pageSize"?: number;
|
|
37667
38414
|
"pageNumber"?: number;
|
|
37668
38415
|
"total"?: number;
|
|
37669
|
-
"firstUri"?: string;
|
|
37670
38416
|
"lastUri"?: string;
|
|
38417
|
+
"firstUri"?: string;
|
|
37671
38418
|
"selfUri"?: string;
|
|
37672
38419
|
"nextUri"?: string;
|
|
37673
38420
|
"previousUri"?: string;
|
|
@@ -37738,8 +38485,8 @@ declare namespace Models {
|
|
|
37738
38485
|
"pageSize"?: number;
|
|
37739
38486
|
"pageNumber"?: number;
|
|
37740
38487
|
"total"?: number;
|
|
37741
|
-
"firstUri"?: string;
|
|
37742
38488
|
"lastUri"?: string;
|
|
38489
|
+
"firstUri"?: string;
|
|
37743
38490
|
"selfUri"?: string;
|
|
37744
38491
|
"nextUri"?: string;
|
|
37745
38492
|
"previousUri"?: string;
|
|
@@ -38134,8 +38881,8 @@ declare namespace Models {
|
|
|
38134
38881
|
"pageSize"?: number;
|
|
38135
38882
|
"pageNumber"?: number;
|
|
38136
38883
|
"total"?: number;
|
|
38137
|
-
"firstUri"?: string;
|
|
38138
38884
|
"lastUri"?: string;
|
|
38885
|
+
"firstUri"?: string;
|
|
38139
38886
|
"selfUri"?: string;
|
|
38140
38887
|
"nextUri"?: string;
|
|
38141
38888
|
"previousUri"?: string;
|
|
@@ -38147,8 +38894,8 @@ declare namespace Models {
|
|
|
38147
38894
|
"pageSize"?: number;
|
|
38148
38895
|
"pageNumber"?: number;
|
|
38149
38896
|
"total"?: number;
|
|
38150
|
-
"firstUri"?: string;
|
|
38151
38897
|
"lastUri"?: string;
|
|
38898
|
+
"firstUri"?: string;
|
|
38152
38899
|
"selfUri"?: string;
|
|
38153
38900
|
"nextUri"?: string;
|
|
38154
38901
|
"previousUri"?: string;
|
|
@@ -38201,8 +38948,8 @@ declare namespace Models {
|
|
|
38201
38948
|
"pageSize"?: number;
|
|
38202
38949
|
"pageNumber"?: number;
|
|
38203
38950
|
"total"?: number;
|
|
38204
|
-
"firstUri"?: string;
|
|
38205
38951
|
"lastUri"?: string;
|
|
38952
|
+
"firstUri"?: string;
|
|
38206
38953
|
"selfUri"?: string;
|
|
38207
38954
|
"nextUri"?: string;
|
|
38208
38955
|
"previousUri"?: string;
|
|
@@ -38526,8 +39273,8 @@ declare namespace Models {
|
|
|
38526
39273
|
"pageSize"?: number;
|
|
38527
39274
|
"pageNumber"?: number;
|
|
38528
39275
|
"total"?: number;
|
|
38529
|
-
"firstUri"?: string;
|
|
38530
39276
|
"lastUri"?: string;
|
|
39277
|
+
"firstUri"?: string;
|
|
38531
39278
|
"selfUri"?: string;
|
|
38532
39279
|
"nextUri"?: string;
|
|
38533
39280
|
"previousUri"?: string;
|
|
@@ -38629,8 +39376,8 @@ declare namespace Models {
|
|
|
38629
39376
|
"pageNumber"?: number;
|
|
38630
39377
|
"total"?: number;
|
|
38631
39378
|
"totalNumberOfEntities"?: number;
|
|
38632
|
-
"firstUri"?: string;
|
|
38633
39379
|
"lastUri"?: string;
|
|
39380
|
+
"firstUri"?: string;
|
|
38634
39381
|
"selfUri"?: string;
|
|
38635
39382
|
"nextUri"?: string;
|
|
38636
39383
|
"previousUri"?: string;
|
|
@@ -38643,8 +39390,8 @@ declare namespace Models {
|
|
|
38643
39390
|
"pageNumber"?: number;
|
|
38644
39391
|
"total"?: number;
|
|
38645
39392
|
"totalNumberOfEntities"?: number;
|
|
38646
|
-
"firstUri"?: string;
|
|
38647
39393
|
"lastUri"?: string;
|
|
39394
|
+
"firstUri"?: string;
|
|
38648
39395
|
"selfUri"?: string;
|
|
38649
39396
|
"nextUri"?: string;
|
|
38650
39397
|
"previousUri"?: string;
|
|
@@ -38715,8 +39462,8 @@ declare namespace Models {
|
|
|
38715
39462
|
"pageNumber"?: number;
|
|
38716
39463
|
"total"?: number;
|
|
38717
39464
|
"totalNumberOfEntities"?: number;
|
|
38718
|
-
"firstUri"?: string;
|
|
38719
39465
|
"lastUri"?: string;
|
|
39466
|
+
"firstUri"?: string;
|
|
38720
39467
|
"selfUri"?: string;
|
|
38721
39468
|
"nextUri"?: string;
|
|
38722
39469
|
"previousUri"?: string;
|
|
@@ -38729,8 +39476,8 @@ declare namespace Models {
|
|
|
38729
39476
|
"pageNumber"?: number;
|
|
38730
39477
|
"total"?: number;
|
|
38731
39478
|
"totalNumberOfEntities"?: number;
|
|
38732
|
-
"firstUri"?: string;
|
|
38733
39479
|
"lastUri"?: string;
|
|
39480
|
+
"firstUri"?: string;
|
|
38734
39481
|
"selfUri"?: string;
|
|
38735
39482
|
"nextUri"?: string;
|
|
38736
39483
|
"previousUri"?: string;
|
|
@@ -39127,8 +39874,8 @@ declare namespace Models {
|
|
|
39127
39874
|
"pageSize"?: number;
|
|
39128
39875
|
"pageNumber"?: number;
|
|
39129
39876
|
"total"?: number;
|
|
39130
|
-
"firstUri"?: string;
|
|
39131
39877
|
"lastUri"?: string;
|
|
39878
|
+
"firstUri"?: string;
|
|
39132
39879
|
"selfUri"?: string;
|
|
39133
39880
|
"nextUri"?: string;
|
|
39134
39881
|
"previousUri"?: string;
|
|
@@ -39187,8 +39934,8 @@ declare namespace Models {
|
|
|
39187
39934
|
"pageSize"?: number;
|
|
39188
39935
|
"pageNumber"?: number;
|
|
39189
39936
|
"total"?: number;
|
|
39190
|
-
"firstUri"?: string;
|
|
39191
39937
|
"lastUri"?: string;
|
|
39938
|
+
"firstUri"?: string;
|
|
39192
39939
|
"selfUri"?: string;
|
|
39193
39940
|
"nextUri"?: string;
|
|
39194
39941
|
"previousUri"?: string;
|
|
@@ -39309,8 +40056,8 @@ declare namespace Models {
|
|
|
39309
40056
|
"pageSize"?: number;
|
|
39310
40057
|
"pageNumber"?: number;
|
|
39311
40058
|
"total"?: number;
|
|
39312
|
-
"firstUri"?: string;
|
|
39313
40059
|
"lastUri"?: string;
|
|
40060
|
+
"firstUri"?: string;
|
|
39314
40061
|
"selfUri"?: string;
|
|
39315
40062
|
"nextUri"?: string;
|
|
39316
40063
|
"previousUri"?: string;
|
|
@@ -39361,8 +40108,8 @@ declare namespace Models {
|
|
|
39361
40108
|
"pageSize"?: number;
|
|
39362
40109
|
"pageNumber"?: number;
|
|
39363
40110
|
"total"?: number;
|
|
39364
|
-
"firstUri"?: string;
|
|
39365
40111
|
"lastUri"?: string;
|
|
40112
|
+
"firstUri"?: string;
|
|
39366
40113
|
"selfUri"?: string;
|
|
39367
40114
|
"nextUri"?: string;
|
|
39368
40115
|
"previousUri"?: string;
|
|
@@ -39659,8 +40406,8 @@ declare namespace Models {
|
|
|
39659
40406
|
"pageSize"?: number;
|
|
39660
40407
|
"pageNumber"?: number;
|
|
39661
40408
|
"total"?: number;
|
|
39662
|
-
"firstUri"?: string;
|
|
39663
40409
|
"lastUri"?: string;
|
|
40410
|
+
"firstUri"?: string;
|
|
39664
40411
|
"selfUri"?: string;
|
|
39665
40412
|
"nextUri"?: string;
|
|
39666
40413
|
"previousUri"?: string;
|
|
@@ -39910,8 +40657,8 @@ declare namespace Models {
|
|
|
39910
40657
|
"pageNumber"?: number;
|
|
39911
40658
|
"total"?: number;
|
|
39912
40659
|
"totalNumberOfEntities"?: number;
|
|
39913
|
-
"firstUri"?: string;
|
|
39914
40660
|
"lastUri"?: string;
|
|
40661
|
+
"firstUri"?: string;
|
|
39915
40662
|
"selfUri"?: string;
|
|
39916
40663
|
"nextUri"?: string;
|
|
39917
40664
|
"previousUri"?: string;
|
|
@@ -39929,8 +40676,8 @@ declare namespace Models {
|
|
|
39929
40676
|
"pageSize"?: number;
|
|
39930
40677
|
"pageNumber"?: number;
|
|
39931
40678
|
"total"?: number;
|
|
39932
|
-
"firstUri"?: string;
|
|
39933
40679
|
"lastUri"?: string;
|
|
40680
|
+
"firstUri"?: string;
|
|
39934
40681
|
"selfUri"?: string;
|
|
39935
40682
|
"nextUri"?: string;
|
|
39936
40683
|
"previousUri"?: string;
|
|
@@ -40041,8 +40788,8 @@ declare namespace Models {
|
|
|
40041
40788
|
"pageSize"?: number;
|
|
40042
40789
|
"pageNumber"?: number;
|
|
40043
40790
|
"total"?: number;
|
|
40044
|
-
"firstUri"?: string;
|
|
40045
40791
|
"lastUri"?: string;
|
|
40792
|
+
"firstUri"?: string;
|
|
40046
40793
|
"selfUri"?: string;
|
|
40047
40794
|
"nextUri"?: string;
|
|
40048
40795
|
"previousUri"?: string;
|
|
@@ -40122,8 +40869,8 @@ declare namespace Models {
|
|
|
40122
40869
|
"pageSize"?: number;
|
|
40123
40870
|
"pageNumber"?: number;
|
|
40124
40871
|
"total"?: number;
|
|
40125
|
-
"firstUri"?: string;
|
|
40126
40872
|
"lastUri"?: string;
|
|
40873
|
+
"firstUri"?: string;
|
|
40127
40874
|
"selfUri"?: string;
|
|
40128
40875
|
"nextUri"?: string;
|
|
40129
40876
|
"previousUri"?: string;
|
|
@@ -40190,6 +40937,11 @@ declare namespace Models {
|
|
|
40190
40937
|
"value"?: string;
|
|
40191
40938
|
}
|
|
40192
40939
|
|
|
40940
|
+
export interface SocialKeyword {
|
|
40941
|
+
"includes"?: Array<string>;
|
|
40942
|
+
"excludes"?: Array<string>;
|
|
40943
|
+
}
|
|
40944
|
+
|
|
40193
40945
|
export interface SortItem {
|
|
40194
40946
|
"name"?: string;
|
|
40195
40947
|
"ascending"?: boolean;
|
|
@@ -40439,8 +41191,8 @@ declare namespace Models {
|
|
|
40439
41191
|
"pageNumber"?: number;
|
|
40440
41192
|
"total"?: number;
|
|
40441
41193
|
"totalNumberOfEntities"?: number;
|
|
40442
|
-
"firstUri"?: string;
|
|
40443
41194
|
"lastUri"?: string;
|
|
41195
|
+
"firstUri"?: string;
|
|
40444
41196
|
"selfUri"?: string;
|
|
40445
41197
|
"nextUri"?: string;
|
|
40446
41198
|
"previousUri"?: string;
|
|
@@ -40511,8 +41263,8 @@ declare namespace Models {
|
|
|
40511
41263
|
"pageSize"?: number;
|
|
40512
41264
|
"pageNumber"?: number;
|
|
40513
41265
|
"total"?: number;
|
|
40514
|
-
"firstUri"?: string;
|
|
40515
41266
|
"lastUri"?: string;
|
|
41267
|
+
"firstUri"?: string;
|
|
40516
41268
|
"selfUri"?: string;
|
|
40517
41269
|
"nextUri"?: string;
|
|
40518
41270
|
"previousUri"?: string;
|
|
@@ -40532,8 +41284,8 @@ declare namespace Models {
|
|
|
40532
41284
|
"pageSize"?: number;
|
|
40533
41285
|
"pageNumber"?: number;
|
|
40534
41286
|
"total"?: number;
|
|
40535
|
-
"firstUri"?: string;
|
|
40536
41287
|
"lastUri"?: string;
|
|
41288
|
+
"firstUri"?: string;
|
|
40537
41289
|
"selfUri"?: string;
|
|
40538
41290
|
"nextUri"?: string;
|
|
40539
41291
|
"previousUri"?: string;
|
|
@@ -40769,8 +41521,8 @@ declare namespace Models {
|
|
|
40769
41521
|
"pageSize"?: number;
|
|
40770
41522
|
"pageNumber"?: number;
|
|
40771
41523
|
"total"?: number;
|
|
40772
|
-
"firstUri"?: string;
|
|
40773
41524
|
"lastUri"?: string;
|
|
41525
|
+
"firstUri"?: string;
|
|
40774
41526
|
"selfUri"?: string;
|
|
40775
41527
|
"nextUri"?: string;
|
|
40776
41528
|
"previousUri"?: string;
|
|
@@ -40823,6 +41575,9 @@ declare namespace Models {
|
|
|
40823
41575
|
"completedDate"?: string;
|
|
40824
41576
|
"surveyErrorDetails"?: Models.SurveyErrorDetails;
|
|
40825
41577
|
"agentTeam"?: Models.Team;
|
|
41578
|
+
"surveyType"?: string;
|
|
41579
|
+
"missingRequiredAnswer"?: boolean;
|
|
41580
|
+
"flow"?: Models.AddressableEntityRef;
|
|
40826
41581
|
"selfUri"?: string;
|
|
40827
41582
|
}
|
|
40828
41583
|
|
|
@@ -40949,8 +41704,8 @@ declare namespace Models {
|
|
|
40949
41704
|
"pageSize"?: number;
|
|
40950
41705
|
"pageNumber"?: number;
|
|
40951
41706
|
"total"?: number;
|
|
40952
|
-
"firstUri"?: string;
|
|
40953
41707
|
"lastUri"?: string;
|
|
41708
|
+
"firstUri"?: string;
|
|
40954
41709
|
"selfUri"?: string;
|
|
40955
41710
|
"nextUri"?: string;
|
|
40956
41711
|
"previousUri"?: string;
|
|
@@ -41060,8 +41815,8 @@ declare namespace Models {
|
|
|
41060
41815
|
"pageSize"?: number;
|
|
41061
41816
|
"pageNumber"?: number;
|
|
41062
41817
|
"total"?: number;
|
|
41063
|
-
"firstUri"?: string;
|
|
41064
41818
|
"lastUri"?: string;
|
|
41819
|
+
"firstUri"?: string;
|
|
41065
41820
|
"selfUri"?: string;
|
|
41066
41821
|
"nextUri"?: string;
|
|
41067
41822
|
"previousUri"?: string;
|
|
@@ -41073,8 +41828,8 @@ declare namespace Models {
|
|
|
41073
41828
|
"pageSize"?: number;
|
|
41074
41829
|
"pageNumber"?: number;
|
|
41075
41830
|
"total"?: number;
|
|
41076
|
-
"firstUri"?: string;
|
|
41077
41831
|
"lastUri"?: string;
|
|
41832
|
+
"firstUri"?: string;
|
|
41078
41833
|
"selfUri"?: string;
|
|
41079
41834
|
"nextUri"?: string;
|
|
41080
41835
|
"previousUri"?: string;
|
|
@@ -41100,8 +41855,8 @@ declare namespace Models {
|
|
|
41100
41855
|
"pageSize"?: number;
|
|
41101
41856
|
"pageNumber"?: number;
|
|
41102
41857
|
"total"?: number;
|
|
41103
|
-
"firstUri"?: string;
|
|
41104
41858
|
"lastUri"?: string;
|
|
41859
|
+
"firstUri"?: string;
|
|
41105
41860
|
"selfUri"?: string;
|
|
41106
41861
|
"nextUri"?: string;
|
|
41107
41862
|
"previousUri"?: string;
|
|
@@ -41778,8 +42533,8 @@ declare namespace Models {
|
|
|
41778
42533
|
"pageSize"?: number;
|
|
41779
42534
|
"pageNumber"?: number;
|
|
41780
42535
|
"total"?: number;
|
|
41781
|
-
"firstUri"?: string;
|
|
41782
42536
|
"lastUri"?: string;
|
|
42537
|
+
"firstUri"?: string;
|
|
41783
42538
|
"selfUri"?: string;
|
|
41784
42539
|
"nextUri"?: string;
|
|
41785
42540
|
"previousUri"?: string;
|
|
@@ -42289,8 +43044,8 @@ declare namespace Models {
|
|
|
42289
43044
|
"pageNumber"?: number;
|
|
42290
43045
|
"total"?: number;
|
|
42291
43046
|
"totalNumberOfEntities"?: number;
|
|
42292
|
-
"firstUri"?: string;
|
|
42293
43047
|
"lastUri"?: string;
|
|
43048
|
+
"firstUri"?: string;
|
|
42294
43049
|
"selfUri"?: string;
|
|
42295
43050
|
"nextUri"?: string;
|
|
42296
43051
|
"previousUri"?: string;
|
|
@@ -42308,8 +43063,8 @@ declare namespace Models {
|
|
|
42308
43063
|
"pageNumber"?: number;
|
|
42309
43064
|
"total"?: number;
|
|
42310
43065
|
"totalNumberOfEntities"?: number;
|
|
42311
|
-
"firstUri"?: string;
|
|
42312
43066
|
"lastUri"?: string;
|
|
43067
|
+
"firstUri"?: string;
|
|
42313
43068
|
"selfUri"?: string;
|
|
42314
43069
|
"nextUri"?: string;
|
|
42315
43070
|
"previousUri"?: string;
|
|
@@ -42378,8 +43133,8 @@ declare namespace Models {
|
|
|
42378
43133
|
"pageNumber"?: number;
|
|
42379
43134
|
"total"?: number;
|
|
42380
43135
|
"totalNumberOfEntities"?: number;
|
|
42381
|
-
"firstUri"?: string;
|
|
42382
43136
|
"lastUri"?: string;
|
|
43137
|
+
"firstUri"?: string;
|
|
42383
43138
|
"selfUri"?: string;
|
|
42384
43139
|
"nextUri"?: string;
|
|
42385
43140
|
"previousUri"?: string;
|
|
@@ -42461,8 +43216,8 @@ declare namespace Models {
|
|
|
42461
43216
|
"pageSize"?: number;
|
|
42462
43217
|
"pageNumber"?: number;
|
|
42463
43218
|
"total"?: number;
|
|
42464
|
-
"firstUri"?: string;
|
|
42465
43219
|
"lastUri"?: string;
|
|
43220
|
+
"firstUri"?: string;
|
|
42466
43221
|
"selfUri"?: string;
|
|
42467
43222
|
"nextUri"?: string;
|
|
42468
43223
|
"previousUri"?: string;
|
|
@@ -42478,12 +43233,13 @@ declare namespace Models {
|
|
|
42478
43233
|
"state"?: string;
|
|
42479
43234
|
"version"?: number;
|
|
42480
43235
|
"type": string;
|
|
42481
|
-
"images"?: Array<Models.
|
|
43236
|
+
"images"?: Array<Models.Image>;
|
|
42482
43237
|
"addresses"?: Array<Models.GroupContact>;
|
|
42483
43238
|
"rulesVisible": boolean;
|
|
42484
43239
|
"visibility": string;
|
|
42485
43240
|
"rolesEnabled"?: boolean;
|
|
42486
43241
|
"includeOwners"?: boolean;
|
|
43242
|
+
"callsEnabled"?: boolean;
|
|
42487
43243
|
"owners"?: Array<Models.User>;
|
|
42488
43244
|
"dateCreated"?: string;
|
|
42489
43245
|
"createdBy"?: Models.OrgUser;
|
|
@@ -42494,8 +43250,8 @@ declare namespace Models {
|
|
|
42494
43250
|
"pageSize"?: number;
|
|
42495
43251
|
"pageNumber"?: number;
|
|
42496
43252
|
"total"?: number;
|
|
42497
|
-
"firstUri"?: string;
|
|
42498
43253
|
"lastUri"?: string;
|
|
43254
|
+
"firstUri"?: string;
|
|
42499
43255
|
"selfUri"?: string;
|
|
42500
43256
|
"nextUri"?: string;
|
|
42501
43257
|
"previousUri"?: string;
|
|
@@ -42541,7 +43297,7 @@ declare namespace Models {
|
|
|
42541
43297
|
"title"?: string;
|
|
42542
43298
|
"username"?: string;
|
|
42543
43299
|
"manager"?: Models.User;
|
|
42544
|
-
"images"?: Array<Models.
|
|
43300
|
+
"images"?: Array<Models.Image>;
|
|
42545
43301
|
"version": number;
|
|
42546
43302
|
"certifications"?: Array<string>;
|
|
42547
43303
|
"biography"?: Models.Biography;
|
|
@@ -42579,8 +43335,8 @@ declare namespace Models {
|
|
|
42579
43335
|
"pageSize"?: number;
|
|
42580
43336
|
"pageNumber"?: number;
|
|
42581
43337
|
"total"?: number;
|
|
42582
|
-
"firstUri"?: string;
|
|
42583
43338
|
"lastUri"?: string;
|
|
43339
|
+
"firstUri"?: string;
|
|
42584
43340
|
"selfUri"?: string;
|
|
42585
43341
|
"nextUri"?: string;
|
|
42586
43342
|
"previousUri"?: string;
|
|
@@ -42645,6 +43401,10 @@ declare namespace Models {
|
|
|
42645
43401
|
"selfUri"?: string;
|
|
42646
43402
|
}
|
|
42647
43403
|
|
|
43404
|
+
export interface TrusteeReferenceList {
|
|
43405
|
+
"entities"?: Array<Models.AddressableEntityRef>;
|
|
43406
|
+
}
|
|
43407
|
+
|
|
42648
43408
|
export interface Trustor {
|
|
42649
43409
|
"id"?: string;
|
|
42650
43410
|
"enabled": boolean;
|
|
@@ -42670,8 +43430,8 @@ declare namespace Models {
|
|
|
42670
43430
|
"pageSize"?: number;
|
|
42671
43431
|
"pageNumber"?: number;
|
|
42672
43432
|
"total"?: number;
|
|
42673
|
-
"firstUri"?: string;
|
|
42674
43433
|
"lastUri"?: string;
|
|
43434
|
+
"firstUri"?: string;
|
|
42675
43435
|
"selfUri"?: string;
|
|
42676
43436
|
"nextUri"?: string;
|
|
42677
43437
|
"previousUri"?: string;
|
|
@@ -42694,8 +43454,8 @@ declare namespace Models {
|
|
|
42694
43454
|
"pageSize"?: number;
|
|
42695
43455
|
"pageNumber"?: number;
|
|
42696
43456
|
"total"?: number;
|
|
42697
|
-
"firstUri"?: string;
|
|
42698
43457
|
"lastUri"?: string;
|
|
43458
|
+
"firstUri"?: string;
|
|
42699
43459
|
"selfUri"?: string;
|
|
42700
43460
|
"nextUri"?: string;
|
|
42701
43461
|
"previousUri"?: string;
|
|
@@ -42722,8 +43482,8 @@ declare namespace Models {
|
|
|
42722
43482
|
"pageSize"?: number;
|
|
42723
43483
|
"pageNumber"?: number;
|
|
42724
43484
|
"total"?: number;
|
|
42725
|
-
"firstUri"?: string;
|
|
42726
43485
|
"lastUri"?: string;
|
|
43486
|
+
"firstUri"?: string;
|
|
42727
43487
|
"selfUri"?: string;
|
|
42728
43488
|
"nextUri"?: string;
|
|
42729
43489
|
"previousUri"?: string;
|
|
@@ -42769,8 +43529,8 @@ declare namespace Models {
|
|
|
42769
43529
|
"pageSize"?: number;
|
|
42770
43530
|
"pageNumber"?: number;
|
|
42771
43531
|
"total"?: number;
|
|
42772
|
-
"firstUri"?: string;
|
|
42773
43532
|
"lastUri"?: string;
|
|
43533
|
+
"firstUri"?: string;
|
|
42774
43534
|
"selfUri"?: string;
|
|
42775
43535
|
"nextUri"?: string;
|
|
42776
43536
|
"previousUri"?: string;
|
|
@@ -42851,6 +43611,7 @@ declare namespace Models {
|
|
|
42851
43611
|
"i10n": { [key: string]: Models.UCI10n; };
|
|
42852
43612
|
"polledPresence": boolean;
|
|
42853
43613
|
"pollIntervalSec"?: number;
|
|
43614
|
+
"includeBadge"?: boolean;
|
|
42854
43615
|
"userPermissions": Array<string>;
|
|
42855
43616
|
"oauthScopes"?: Array<string>;
|
|
42856
43617
|
"selfUri"?: string;
|
|
@@ -42861,8 +43622,8 @@ declare namespace Models {
|
|
|
42861
43622
|
"pageSize"?: number;
|
|
42862
43623
|
"pageNumber"?: number;
|
|
42863
43624
|
"total"?: number;
|
|
42864
|
-
"firstUri"?: string;
|
|
42865
43625
|
"lastUri"?: string;
|
|
43626
|
+
"firstUri"?: string;
|
|
42866
43627
|
"selfUri"?: string;
|
|
42867
43628
|
"nextUri"?: string;
|
|
42868
43629
|
"previousUri"?: string;
|
|
@@ -43003,6 +43764,26 @@ declare namespace Models {
|
|
|
43003
43764
|
"userId": string;
|
|
43004
43765
|
}
|
|
43005
43766
|
|
|
43767
|
+
export interface UpdateMuAgentWorkPlanFailureResponse {
|
|
43768
|
+
"user": Models.UserReference;
|
|
43769
|
+
"failure": string;
|
|
43770
|
+
"notFoundWorkPlanId"?: string;
|
|
43771
|
+
}
|
|
43772
|
+
|
|
43773
|
+
export interface UpdateMuAgentWorkPlanRequest {
|
|
43774
|
+
"userId": string;
|
|
43775
|
+
"workPlanId"?: Models.ValueWrapperString;
|
|
43776
|
+
"workPlanOverrides"?: Models.WorkPlanOverrideListWrapperWorkPlanOverrideRequest;
|
|
43777
|
+
}
|
|
43778
|
+
|
|
43779
|
+
export interface UpdateMuAgentWorkPlansBatchRequest {
|
|
43780
|
+
"entities"?: Array<Models.UpdateMuAgentWorkPlanRequest>;
|
|
43781
|
+
}
|
|
43782
|
+
|
|
43783
|
+
export interface UpdateMuAgentWorkPlansBatchResponse {
|
|
43784
|
+
"failures": Array<Models.UpdateMuAgentWorkPlanFailureResponse>;
|
|
43785
|
+
}
|
|
43786
|
+
|
|
43006
43787
|
export interface UpdateMuAgentsRequest {
|
|
43007
43788
|
"entities"?: Array<Models.UpdateMuAgentRequest>;
|
|
43008
43789
|
}
|
|
@@ -43107,7 +43888,7 @@ declare namespace Models {
|
|
|
43107
43888
|
"username"?: string;
|
|
43108
43889
|
"preferredName"?: string;
|
|
43109
43890
|
"manager"?: string;
|
|
43110
|
-
"images"?: Array<Models.
|
|
43891
|
+
"images"?: Array<Models.Image>;
|
|
43111
43892
|
"version": number;
|
|
43112
43893
|
"profileSkills"?: Array<string>;
|
|
43113
43894
|
"locations"?: Array<Models.Location>;
|
|
@@ -43213,7 +43994,7 @@ declare namespace Models {
|
|
|
43213
43994
|
"title"?: string;
|
|
43214
43995
|
"username"?: string;
|
|
43215
43996
|
"manager"?: Models.User;
|
|
43216
|
-
"images"?: Array<Models.
|
|
43997
|
+
"images"?: Array<Models.Image>;
|
|
43217
43998
|
"version": number;
|
|
43218
43999
|
"certifications"?: Array<string>;
|
|
43219
44000
|
"biography"?: Models.Biography;
|
|
@@ -43373,8 +44154,8 @@ declare namespace Models {
|
|
|
43373
44154
|
"pageSize"?: number;
|
|
43374
44155
|
"pageNumber"?: number;
|
|
43375
44156
|
"total"?: number;
|
|
43376
|
-
"firstUri"?: string;
|
|
43377
44157
|
"lastUri"?: string;
|
|
44158
|
+
"firstUri"?: string;
|
|
43378
44159
|
"selfUri"?: string;
|
|
43379
44160
|
"nextUri"?: string;
|
|
43380
44161
|
"previousUri"?: string;
|
|
@@ -43540,8 +44321,8 @@ declare namespace Models {
|
|
|
43540
44321
|
"pageSize"?: number;
|
|
43541
44322
|
"pageNumber"?: number;
|
|
43542
44323
|
"total"?: number;
|
|
43543
|
-
"firstUri"?: string;
|
|
43544
44324
|
"lastUri"?: string;
|
|
44325
|
+
"firstUri"?: string;
|
|
43545
44326
|
"selfUri"?: string;
|
|
43546
44327
|
"nextUri"?: string;
|
|
43547
44328
|
"previousUri"?: string;
|
|
@@ -43600,11 +44381,6 @@ declare namespace Models {
|
|
|
43600
44381
|
"id"?: string;
|
|
43601
44382
|
}
|
|
43602
44383
|
|
|
43603
|
-
export interface UserImage {
|
|
43604
|
-
"resolution"?: string;
|
|
43605
|
-
"imageUri"?: string;
|
|
43606
|
-
}
|
|
43607
|
-
|
|
43608
44384
|
export interface UserInsightsTrend {
|
|
43609
44385
|
"performanceProfile"?: Models.AddressableEntityRef;
|
|
43610
44386
|
"division"?: Models.DivisionReference;
|
|
@@ -43635,8 +44411,8 @@ declare namespace Models {
|
|
|
43635
44411
|
"pageSize"?: number;
|
|
43636
44412
|
"pageNumber"?: number;
|
|
43637
44413
|
"total"?: number;
|
|
43638
|
-
"firstUri"?: string;
|
|
43639
44414
|
"lastUri"?: string;
|
|
44415
|
+
"firstUri"?: string;
|
|
43640
44416
|
"selfUri"?: string;
|
|
43641
44417
|
"nextUri"?: string;
|
|
43642
44418
|
"previousUri"?: string;
|
|
@@ -43677,7 +44453,7 @@ declare namespace Models {
|
|
|
43677
44453
|
"title"?: string;
|
|
43678
44454
|
"username"?: string;
|
|
43679
44455
|
"manager"?: Models.User;
|
|
43680
|
-
"images"?: Array<Models.
|
|
44456
|
+
"images"?: Array<Models.Image>;
|
|
43681
44457
|
"version": number;
|
|
43682
44458
|
"certifications"?: Array<string>;
|
|
43683
44459
|
"biography"?: Models.Biography;
|
|
@@ -43721,6 +44497,9 @@ declare namespace Models {
|
|
|
43721
44497
|
"selfUri"?: string;
|
|
43722
44498
|
}
|
|
43723
44499
|
|
|
44500
|
+
export interface UserNextActivityReminder {
|
|
44501
|
+
}
|
|
44502
|
+
|
|
43724
44503
|
export interface UserObservationDataContainer {
|
|
43725
44504
|
"group"?: { [key: string]: string; };
|
|
43726
44505
|
"data"?: Array<Models.ObservationMetricData>;
|
|
@@ -43804,8 +44583,8 @@ declare namespace Models {
|
|
|
43804
44583
|
"pageSize"?: number;
|
|
43805
44584
|
"pageNumber"?: number;
|
|
43806
44585
|
"total"?: number;
|
|
43807
|
-
"firstUri"?: string;
|
|
43808
44586
|
"lastUri"?: string;
|
|
44587
|
+
"firstUri"?: string;
|
|
43809
44588
|
"selfUri"?: string;
|
|
43810
44589
|
"nextUri"?: string;
|
|
43811
44590
|
"previousUri"?: string;
|
|
@@ -43871,8 +44650,8 @@ declare namespace Models {
|
|
|
43871
44650
|
"pageSize"?: number;
|
|
43872
44651
|
"pageNumber"?: number;
|
|
43873
44652
|
"total"?: number;
|
|
43874
|
-
"firstUri"?: string;
|
|
43875
44653
|
"lastUri"?: string;
|
|
44654
|
+
"firstUri"?: string;
|
|
43876
44655
|
"selfUri"?: string;
|
|
43877
44656
|
"nextUri"?: string;
|
|
43878
44657
|
"previousUri"?: string;
|
|
@@ -43900,8 +44679,8 @@ declare namespace Models {
|
|
|
43900
44679
|
"pageSize"?: number;
|
|
43901
44680
|
"pageNumber"?: number;
|
|
43902
44681
|
"total"?: number;
|
|
43903
|
-
"firstUri"?: string;
|
|
43904
44682
|
"lastUri"?: string;
|
|
44683
|
+
"firstUri"?: string;
|
|
43905
44684
|
"selfUri"?: string;
|
|
43906
44685
|
"nextUri"?: string;
|
|
43907
44686
|
"previousUri"?: string;
|
|
@@ -43913,6 +44692,14 @@ declare namespace Models {
|
|
|
43913
44692
|
"selfUri"?: string;
|
|
43914
44693
|
}
|
|
43915
44694
|
|
|
44695
|
+
export interface UserReferenceEntityListing {
|
|
44696
|
+
"entities"?: Array<Models.UserReference>;
|
|
44697
|
+
"pageSize"?: number;
|
|
44698
|
+
"pageNumber"?: number;
|
|
44699
|
+
"total"?: number;
|
|
44700
|
+
"pageCount"?: number;
|
|
44701
|
+
}
|
|
44702
|
+
|
|
43916
44703
|
export interface UserReferenceWithName {
|
|
43917
44704
|
"id"?: string;
|
|
43918
44705
|
"name"?: string;
|
|
@@ -44100,8 +44887,8 @@ declare namespace Models {
|
|
|
44100
44887
|
"pageSize"?: number;
|
|
44101
44888
|
"pageNumber"?: number;
|
|
44102
44889
|
"total"?: number;
|
|
44103
|
-
"firstUri"?: string;
|
|
44104
44890
|
"lastUri"?: string;
|
|
44891
|
+
"firstUri"?: string;
|
|
44105
44892
|
"selfUri"?: string;
|
|
44106
44893
|
"nextUri"?: string;
|
|
44107
44894
|
"previousUri"?: string;
|
|
@@ -44267,8 +45054,8 @@ declare namespace Models {
|
|
|
44267
45054
|
"pageSize"?: number;
|
|
44268
45055
|
"pageNumber"?: number;
|
|
44269
45056
|
"total"?: number;
|
|
44270
|
-
"firstUri"?: string;
|
|
44271
45057
|
"lastUri"?: string;
|
|
45058
|
+
"firstUri"?: string;
|
|
44272
45059
|
"selfUri"?: string;
|
|
44273
45060
|
"nextUri"?: string;
|
|
44274
45061
|
"previousUri"?: string;
|
|
@@ -44296,8 +45083,8 @@ declare namespace Models {
|
|
|
44296
45083
|
"pageSize"?: number;
|
|
44297
45084
|
"pageNumber"?: number;
|
|
44298
45085
|
"total"?: number;
|
|
44299
|
-
"firstUri"?: string;
|
|
44300
45086
|
"lastUri"?: string;
|
|
45087
|
+
"firstUri"?: string;
|
|
44301
45088
|
"selfUri"?: string;
|
|
44302
45089
|
"nextUri"?: string;
|
|
44303
45090
|
"previousUri"?: string;
|
|
@@ -44658,6 +45445,22 @@ declare namespace Models {
|
|
|
44658
45445
|
"waitBetweenNotificationMs"?: number;
|
|
44659
45446
|
}
|
|
44660
45447
|
|
|
45448
|
+
export interface V2WebMessagingUndeliveredMessageTopicMessage {
|
|
45449
|
+
"id"?: string;
|
|
45450
|
+
"eventTimeMs"?: number;
|
|
45451
|
+
}
|
|
45452
|
+
|
|
45453
|
+
export interface V2WebMessagingUndeliveredMessageTopicWebMessagingUndeliveredMessageEventBody {
|
|
45454
|
+
"conversationId"?: string;
|
|
45455
|
+
"deploymentId"?: string;
|
|
45456
|
+
"participantId"?: string;
|
|
45457
|
+
"externalContactId"?: string;
|
|
45458
|
+
"communicationId"?: string;
|
|
45459
|
+
"sessionExpiry"?: number;
|
|
45460
|
+
"messages"?: Array<Models.V2WebMessagingUndeliveredMessageTopicMessage>;
|
|
45461
|
+
"eventTimeMs"?: number;
|
|
45462
|
+
}
|
|
45463
|
+
|
|
44661
45464
|
export interface V2WemEngagementCelebrationUpdatesTopicEngagementCelebration {
|
|
44662
45465
|
"id"?: string;
|
|
44663
45466
|
"recipient"?: Models.V2WemEngagementCelebrationUpdatesTopicUserId;
|
|
@@ -44702,6 +45505,11 @@ declare namespace Models {
|
|
|
44702
45505
|
"messages"?: Models.ValidateWorkPlanMessages;
|
|
44703
45506
|
}
|
|
44704
45507
|
|
|
45508
|
+
export interface ValidationError {
|
|
45509
|
+
"lineNumber": number;
|
|
45510
|
+
"message": string;
|
|
45511
|
+
}
|
|
45512
|
+
|
|
44705
45513
|
export interface ValidationLimits {
|
|
44706
45514
|
"minLength"?: Models.MinLength;
|
|
44707
45515
|
"maxLength"?: Models.MaxLength;
|
|
@@ -44711,6 +45519,12 @@ declare namespace Models {
|
|
|
44711
45519
|
"maximum"?: Models.MaxLength;
|
|
44712
45520
|
}
|
|
44713
45521
|
|
|
45522
|
+
export interface ValidationResult {
|
|
45523
|
+
"separatorValid": boolean;
|
|
45524
|
+
"fileEncodingValid": boolean;
|
|
45525
|
+
"errors": Array<Models.ValidationError>;
|
|
45526
|
+
}
|
|
45527
|
+
|
|
44714
45528
|
export interface ValidationServiceRequest {
|
|
44715
45529
|
"dateImportEnded": string;
|
|
44716
45530
|
"uploadKey": string;
|
|
@@ -45007,6 +45821,18 @@ declare namespace Models {
|
|
|
45007
45821
|
"dashboardType"?: string;
|
|
45008
45822
|
"dashboardAccessFilter"?: string;
|
|
45009
45823
|
"transcriptDurationMilliseconds"?: Array<Models.NumericRange>;
|
|
45824
|
+
"socialCountries"?: Array<string>;
|
|
45825
|
+
"socialLanguages"?: Array<string>;
|
|
45826
|
+
"socialChannels"?: Array<string>;
|
|
45827
|
+
"socialSentimentCategory"?: Array<string>;
|
|
45828
|
+
"socialTopicIds"?: Array<string>;
|
|
45829
|
+
"socialIngestionRuleIds"?: Array<string>;
|
|
45830
|
+
"socialConversationCreated"?: boolean;
|
|
45831
|
+
"socialContentType"?: Array<string>;
|
|
45832
|
+
"socialKeywords"?: Array<Models.SocialKeyword>;
|
|
45833
|
+
"socialPostEscalated"?: boolean;
|
|
45834
|
+
"socialClassifications"?: Array<string>;
|
|
45835
|
+
"filterUsersByManagerIds"?: Array<string>;
|
|
45010
45836
|
}
|
|
45011
45837
|
|
|
45012
45838
|
export interface VisibilityCondition {
|
|
@@ -45116,8 +45942,8 @@ declare namespace Models {
|
|
|
45116
45942
|
"pageSize"?: number;
|
|
45117
45943
|
"pageNumber"?: number;
|
|
45118
45944
|
"total"?: number;
|
|
45119
|
-
"firstUri"?: string;
|
|
45120
45945
|
"lastUri"?: string;
|
|
45946
|
+
"firstUri"?: string;
|
|
45121
45947
|
"selfUri"?: string;
|
|
45122
45948
|
"nextUri"?: string;
|
|
45123
45949
|
"previousUri"?: string;
|
|
@@ -45332,8 +46158,8 @@ declare namespace Models {
|
|
|
45332
46158
|
"pageSize"?: number;
|
|
45333
46159
|
"pageNumber"?: number;
|
|
45334
46160
|
"total"?: number;
|
|
45335
|
-
"firstUri"?: string;
|
|
45336
46161
|
"lastUri"?: string;
|
|
46162
|
+
"firstUri"?: string;
|
|
45337
46163
|
"selfUri"?: string;
|
|
45338
46164
|
"nextUri"?: string;
|
|
45339
46165
|
"previousUri"?: string;
|
|
@@ -45389,7 +46215,7 @@ declare namespace Models {
|
|
|
45389
46215
|
"dateCreated"?: string;
|
|
45390
46216
|
"dateModified"?: string;
|
|
45391
46217
|
"lastModifiedUser"?: Models.AddressableEntityRef;
|
|
45392
|
-
"flow"?: Models.
|
|
46218
|
+
"flow"?: Models.WebDeploymentFlowEntityRef;
|
|
45393
46219
|
"status"?: string;
|
|
45394
46220
|
"configuration": Models.WebDeploymentConfigurationVersionEntityRef;
|
|
45395
46221
|
"selfUri"?: string;
|
|
@@ -45426,9 +46252,11 @@ declare namespace Models {
|
|
|
45426
46252
|
}
|
|
45427
46253
|
|
|
45428
46254
|
export interface WebDeploymentConfigurationVersionEntityListing {
|
|
45429
|
-
"total"?: number;
|
|
45430
46255
|
"entities"?: Array<Models.WebDeploymentConfigurationVersion>;
|
|
46256
|
+
"nextUri"?: string;
|
|
45431
46257
|
"selfUri"?: string;
|
|
46258
|
+
"previousUri"?: string;
|
|
46259
|
+
"total"?: number;
|
|
45432
46260
|
}
|
|
45433
46261
|
|
|
45434
46262
|
export interface WebDeploymentConfigurationVersionEntityRef {
|
|
@@ -45463,6 +46291,14 @@ declare namespace Models {
|
|
|
45463
46291
|
"selfUri"?: string;
|
|
45464
46292
|
}
|
|
45465
46293
|
|
|
46294
|
+
export interface WebDeploymentFlowEntityRef {
|
|
46295
|
+
"id": string;
|
|
46296
|
+
"name"?: string;
|
|
46297
|
+
"selfUri"?: string;
|
|
46298
|
+
"flowDescription"?: string;
|
|
46299
|
+
"publishVersion"?: Models.FlowVersion;
|
|
46300
|
+
}
|
|
46301
|
+
|
|
45466
46302
|
export interface WebDeploymentHeadlessMode {
|
|
45467
46303
|
"enabled"?: boolean;
|
|
45468
46304
|
}
|
|
@@ -46565,6 +47401,8 @@ declare namespace Models {
|
|
|
46565
47401
|
"error"?: string;
|
|
46566
47402
|
"active"?: boolean;
|
|
46567
47403
|
"type"?: string;
|
|
47404
|
+
"fileName"?: string;
|
|
47405
|
+
"fileSize"?: number;
|
|
46568
47406
|
}
|
|
46569
47407
|
|
|
46570
47408
|
export interface WfmHistoricalShrinkageCalculationsCompleteTopicHistoricalShrinkageCalculationsCompleteNotification {
|
|
@@ -46924,6 +47762,11 @@ declare namespace Models {
|
|
|
46924
47762
|
"name"?: string;
|
|
46925
47763
|
}
|
|
46926
47764
|
|
|
47765
|
+
export interface WfmUserScheduleAdherenceUpdatedMuTopicUserNextActivityReminder {
|
|
47766
|
+
"activityCategory"?: string;
|
|
47767
|
+
"startDate"?: string;
|
|
47768
|
+
}
|
|
47769
|
+
|
|
46927
47770
|
export interface WfmUserScheduleAdherenceUpdatedMuTopicUserReference {
|
|
46928
47771
|
"id"?: string;
|
|
46929
47772
|
}
|
|
@@ -46947,6 +47790,8 @@ declare namespace Models {
|
|
|
46947
47790
|
"activeQueues"?: Array<Models.WfmUserScheduleAdherenceUpdatedMuTopicQueueReference>;
|
|
46948
47791
|
"activeQueuesModifiedTime"?: string;
|
|
46949
47792
|
"removedFromManagementUnit"?: boolean;
|
|
47793
|
+
"suppressOnTimeReminder"?: boolean;
|
|
47794
|
+
"nextActivityReminders"?: Array<Models.WfmUserScheduleAdherenceUpdatedMuTopicUserNextActivityReminder>;
|
|
46950
47795
|
}
|
|
46951
47796
|
|
|
46952
47797
|
export interface WfmUserScheduleAdherenceUpdatedTeamTopicActivityCodeReference {
|
|
@@ -46974,6 +47819,11 @@ declare namespace Models {
|
|
|
46974
47819
|
"name"?: string;
|
|
46975
47820
|
}
|
|
46976
47821
|
|
|
47822
|
+
export interface WfmUserScheduleAdherenceUpdatedTeamTopicUserNextActivityReminder {
|
|
47823
|
+
"activityCategory"?: string;
|
|
47824
|
+
"startDate"?: string;
|
|
47825
|
+
}
|
|
47826
|
+
|
|
46977
47827
|
export interface WfmUserScheduleAdherenceUpdatedTeamTopicUserReference {
|
|
46978
47828
|
"id"?: string;
|
|
46979
47829
|
}
|
|
@@ -46997,6 +47847,8 @@ declare namespace Models {
|
|
|
46997
47847
|
"activeQueues"?: Array<Models.WfmUserScheduleAdherenceUpdatedTeamTopicQueueReference>;
|
|
46998
47848
|
"activeQueuesModifiedTime"?: string;
|
|
46999
47849
|
"removedFromManagementUnit"?: boolean;
|
|
47850
|
+
"suppressOnTimeReminder"?: boolean;
|
|
47851
|
+
"nextActivityReminders"?: Array<Models.WfmUserScheduleAdherenceUpdatedTeamTopicUserNextActivityReminder>;
|
|
47000
47852
|
}
|
|
47001
47853
|
|
|
47002
47854
|
export interface WfmUserScheduleAdherenceUpdatedTopicActivityCodeReference {
|
|
@@ -47024,6 +47876,11 @@ declare namespace Models {
|
|
|
47024
47876
|
"name"?: string;
|
|
47025
47877
|
}
|
|
47026
47878
|
|
|
47879
|
+
export interface WfmUserScheduleAdherenceUpdatedTopicUserNextActivityReminder {
|
|
47880
|
+
"activityCategory"?: string;
|
|
47881
|
+
"startDate"?: string;
|
|
47882
|
+
}
|
|
47883
|
+
|
|
47027
47884
|
export interface WfmUserScheduleAdherenceUpdatedTopicUserReference {
|
|
47028
47885
|
"id"?: string;
|
|
47029
47886
|
}
|
|
@@ -47047,6 +47904,8 @@ declare namespace Models {
|
|
|
47047
47904
|
"activeQueues"?: Array<Models.WfmUserScheduleAdherenceUpdatedTopicQueueReference>;
|
|
47048
47905
|
"activeQueuesModifiedTime"?: string;
|
|
47049
47906
|
"removedFromManagementUnit"?: boolean;
|
|
47907
|
+
"suppressOnTimeReminder"?: boolean;
|
|
47908
|
+
"nextActivityReminders"?: Array<Models.WfmUserScheduleAdherenceUpdatedTopicUserNextActivityReminder>;
|
|
47050
47909
|
}
|
|
47051
47910
|
|
|
47052
47911
|
export interface WfmVersionedEntityMetadata {
|
|
@@ -47069,7 +47928,7 @@ declare namespace Models {
|
|
|
47069
47928
|
|
|
47070
47929
|
export interface WhatsAppDefinition {
|
|
47071
47930
|
"name": string;
|
|
47072
|
-
"namespace"
|
|
47931
|
+
"namespace"?: string;
|
|
47073
47932
|
"language": string;
|
|
47074
47933
|
}
|
|
47075
47934
|
|
|
@@ -47121,8 +47980,8 @@ declare namespace Models {
|
|
|
47121
47980
|
"pageSize"?: number;
|
|
47122
47981
|
"pageNumber"?: number;
|
|
47123
47982
|
"total"?: number;
|
|
47124
|
-
"firstUri"?: string;
|
|
47125
47983
|
"lastUri"?: string;
|
|
47984
|
+
"firstUri"?: string;
|
|
47126
47985
|
"selfUri"?: string;
|
|
47127
47986
|
"nextUri"?: string;
|
|
47128
47987
|
"previousUri"?: string;
|
|
@@ -47428,6 +48287,18 @@ declare namespace Models {
|
|
|
47428
48287
|
"workPlan": Models.WorkPlanReference;
|
|
47429
48288
|
}
|
|
47430
48289
|
|
|
48290
|
+
export interface WorkPlanOverrideListWrapperWorkPlanOverrideRequest {
|
|
48291
|
+
"values"?: Array<Models.WorkPlanOverrideRequest>;
|
|
48292
|
+
"deleteAll"?: boolean;
|
|
48293
|
+
}
|
|
48294
|
+
|
|
48295
|
+
export interface WorkPlanOverrideRequest {
|
|
48296
|
+
"action"?: string;
|
|
48297
|
+
"startDate": string;
|
|
48298
|
+
"weekCount"?: number;
|
|
48299
|
+
"workPlanId"?: string;
|
|
48300
|
+
}
|
|
48301
|
+
|
|
47431
48302
|
export interface WorkPlanPatternRequest {
|
|
47432
48303
|
"workPlanIds": Array<string>;
|
|
47433
48304
|
}
|
|
@@ -47803,6 +48674,71 @@ declare namespace Models {
|
|
|
47803
48674
|
"id": string;
|
|
47804
48675
|
}
|
|
47805
48676
|
|
|
48677
|
+
export interface WorkitemOnAttributeChangeCondition {
|
|
48678
|
+
"attribute": string;
|
|
48679
|
+
"newValue": string;
|
|
48680
|
+
"oldValue"?: string;
|
|
48681
|
+
}
|
|
48682
|
+
|
|
48683
|
+
export interface WorkitemOnAttributeChangeConditionUpdate {
|
|
48684
|
+
"attribute": string;
|
|
48685
|
+
"newValue": string;
|
|
48686
|
+
"oldValue"?: string;
|
|
48687
|
+
}
|
|
48688
|
+
|
|
48689
|
+
export interface WorkitemOnAttributeChangeRule {
|
|
48690
|
+
"id"?: string;
|
|
48691
|
+
"name"?: string;
|
|
48692
|
+
"type"?: string;
|
|
48693
|
+
"action"?: Models.WorkitemRuleAction;
|
|
48694
|
+
"worktype"?: Models.WorktypeReference;
|
|
48695
|
+
"condition"?: Models.WorkitemOnAttributeChangeCondition;
|
|
48696
|
+
"selfUri"?: string;
|
|
48697
|
+
}
|
|
48698
|
+
|
|
48699
|
+
export interface WorkitemOnAttributeChangeRuleCreate {
|
|
48700
|
+
"name": string;
|
|
48701
|
+
"condition": Models.WorkitemOnAttributeChangeCondition;
|
|
48702
|
+
}
|
|
48703
|
+
|
|
48704
|
+
export interface WorkitemOnAttributeChangeRuleListing {
|
|
48705
|
+
"entities"?: Array<Models.WorkitemOnAttributeChangeRule>;
|
|
48706
|
+
"nextUri"?: string;
|
|
48707
|
+
"selfUri"?: string;
|
|
48708
|
+
"previousUri"?: string;
|
|
48709
|
+
"after"?: string;
|
|
48710
|
+
}
|
|
48711
|
+
|
|
48712
|
+
export interface WorkitemOnAttributeChangeRuleUpdate {
|
|
48713
|
+
"name"?: string;
|
|
48714
|
+
"condition"?: Models.WorkitemOnAttributeChangeConditionUpdate;
|
|
48715
|
+
}
|
|
48716
|
+
|
|
48717
|
+
export interface WorkitemOnCreateRule {
|
|
48718
|
+
"id"?: string;
|
|
48719
|
+
"name"?: string;
|
|
48720
|
+
"type"?: string;
|
|
48721
|
+
"action"?: Models.WorkitemRuleAction;
|
|
48722
|
+
"worktype"?: Models.WorktypeReference;
|
|
48723
|
+
"selfUri"?: string;
|
|
48724
|
+
}
|
|
48725
|
+
|
|
48726
|
+
export interface WorkitemOnCreateRuleCreate {
|
|
48727
|
+
"name": string;
|
|
48728
|
+
}
|
|
48729
|
+
|
|
48730
|
+
export interface WorkitemOnCreateRuleListing {
|
|
48731
|
+
"entities"?: Array<Models.WorkitemOnCreateRule>;
|
|
48732
|
+
"nextUri"?: string;
|
|
48733
|
+
"selfUri"?: string;
|
|
48734
|
+
"previousUri"?: string;
|
|
48735
|
+
"after"?: string;
|
|
48736
|
+
}
|
|
48737
|
+
|
|
48738
|
+
export interface WorkitemOnCreateRuleUpdate {
|
|
48739
|
+
"name"?: string;
|
|
48740
|
+
}
|
|
48741
|
+
|
|
47806
48742
|
export interface WorkitemPagedEntityListing {
|
|
47807
48743
|
"entities"?: Array<Models.Workitem>;
|
|
47808
48744
|
"pageSize"?: number;
|
|
@@ -47824,9 +48760,12 @@ declare namespace Models {
|
|
|
47824
48760
|
"pageSize"?: number;
|
|
47825
48761
|
"pageNumber"?: number;
|
|
47826
48762
|
"filters": Array<Models.WorkitemQueryJobFilter>;
|
|
48763
|
+
"queryFilters"?: Array<Models.WorkitemQueryJobQueryFilters>;
|
|
47827
48764
|
"expands"?: Array<string>;
|
|
47828
48765
|
"attributes"?: Array<string>;
|
|
47829
48766
|
"sort"?: Models.WorkitemQueryJobSort;
|
|
48767
|
+
"dateIntervalStart"?: string;
|
|
48768
|
+
"dateIntervalEnd"?: string;
|
|
47830
48769
|
}
|
|
47831
48770
|
|
|
47832
48771
|
export interface WorkitemQueryJobError {
|
|
@@ -47840,6 +48779,23 @@ declare namespace Models {
|
|
|
47840
48779
|
"values": Array<string>;
|
|
47841
48780
|
}
|
|
47842
48781
|
|
|
48782
|
+
export interface WorkitemQueryJobQueryFilters {
|
|
48783
|
+
"name": string;
|
|
48784
|
+
"operator"?: string;
|
|
48785
|
+
"criteria": Array<Models.WorkitemQueryJobQueryFiltersCriteria>;
|
|
48786
|
+
}
|
|
48787
|
+
|
|
48788
|
+
export interface WorkitemQueryJobQueryFiltersCriteria {
|
|
48789
|
+
"operator"?: string;
|
|
48790
|
+
"predicates": Array<Models.WorkitemQueryJobQueryFiltersPredicate>;
|
|
48791
|
+
}
|
|
48792
|
+
|
|
48793
|
+
export interface WorkitemQueryJobQueryFiltersPredicate {
|
|
48794
|
+
"name": string;
|
|
48795
|
+
"operator": string;
|
|
48796
|
+
"values"?: Array<object>;
|
|
48797
|
+
}
|
|
48798
|
+
|
|
47843
48799
|
export interface WorkitemQueryJobResponse {
|
|
47844
48800
|
"id"?: string;
|
|
47845
48801
|
"state"?: string;
|
|
@@ -47881,7 +48837,12 @@ declare namespace Models {
|
|
|
47881
48837
|
"selfUri"?: string;
|
|
47882
48838
|
}
|
|
47883
48839
|
|
|
48840
|
+
export interface WorkitemRuleAction {
|
|
48841
|
+
"type"?: string;
|
|
48842
|
+
}
|
|
48843
|
+
|
|
47884
48844
|
export interface WorkitemRuleSettings {
|
|
48845
|
+
"flowRulesEnabled"?: boolean;
|
|
47885
48846
|
}
|
|
47886
48847
|
|
|
47887
48848
|
export interface WorkitemSchema {
|
|
@@ -48337,8 +49298,8 @@ declare namespace Models {
|
|
|
48337
49298
|
"pageSize"?: number;
|
|
48338
49299
|
"pageNumber"?: number;
|
|
48339
49300
|
"total"?: number;
|
|
48340
|
-
"firstUri"?: string;
|
|
48341
49301
|
"lastUri"?: string;
|
|
49302
|
+
"firstUri"?: string;
|
|
48342
49303
|
"selfUri"?: string;
|
|
48343
49304
|
"nextUri"?: string;
|
|
48344
49305
|
"previousUri"?: string;
|
|
@@ -48362,8 +49323,8 @@ declare namespace Models {
|
|
|
48362
49323
|
"pageSize"?: number;
|
|
48363
49324
|
"pageNumber"?: number;
|
|
48364
49325
|
"total"?: number;
|
|
48365
|
-
"firstUri"?: string;
|
|
48366
49326
|
"lastUri"?: string;
|
|
49327
|
+
"firstUri"?: string;
|
|
48367
49328
|
"selfUri"?: string;
|
|
48368
49329
|
"nextUri"?: string;
|
|
48369
49330
|
"previousUri"?: string;
|
|
@@ -48397,6 +49358,8 @@ declare namespace Models {
|
|
|
48397
49358
|
"assignmentEnabled"?: boolean;
|
|
48398
49359
|
"schema"?: Models.WorkitemSchema;
|
|
48399
49360
|
"serviceLevelTarget"?: number;
|
|
49361
|
+
"ruleSettings"?: Models.WorkitemRuleSettings;
|
|
49362
|
+
"flow"?: Models.WorkitemFlowReference;
|
|
48400
49363
|
"selfUri"?: string;
|
|
48401
49364
|
}
|
|
48402
49365
|
|
|
@@ -48419,6 +49382,7 @@ declare namespace Models {
|
|
|
48419
49382
|
"assignmentEnabled"?: boolean;
|
|
48420
49383
|
"schemaId"?: string;
|
|
48421
49384
|
"serviceLevelTarget"?: number;
|
|
49385
|
+
"ruleSettings"?: Models.WorkitemRuleSettings;
|
|
48422
49386
|
"description"?: string;
|
|
48423
49387
|
"divisionId"?: string;
|
|
48424
49388
|
"disableDefaultStatusCreation"?: boolean;
|
|
@@ -48490,6 +49454,7 @@ declare namespace Models {
|
|
|
48490
49454
|
"assignmentEnabled"?: boolean;
|
|
48491
49455
|
"schemaId"?: string;
|
|
48492
49456
|
"serviceLevelTarget"?: number;
|
|
49457
|
+
"ruleSettings"?: Models.WorkitemRuleSettings;
|
|
48493
49458
|
"description"?: string;
|
|
48494
49459
|
"defaultStatusId"?: string;
|
|
48495
49460
|
"schemaVersion"?: number;
|
|
@@ -48520,6 +49485,8 @@ declare namespace Models {
|
|
|
48520
49485
|
"assignmentEnabled"?: boolean;
|
|
48521
49486
|
"schema"?: Models.WorkitemSchema;
|
|
48522
49487
|
"serviceLevelTarget"?: number;
|
|
49488
|
+
"ruleSettings"?: Models.WorkitemRuleSettings;
|
|
49489
|
+
"flow"?: Models.WorkitemFlowReference;
|
|
48523
49490
|
"version"?: number;
|
|
48524
49491
|
"selfUri"?: string;
|
|
48525
49492
|
}
|
|
@@ -48577,8 +49544,8 @@ declare namespace Models {
|
|
|
48577
49544
|
"pageSize"?: number;
|
|
48578
49545
|
"pageNumber"?: number;
|
|
48579
49546
|
"total"?: number;
|
|
48580
|
-
"firstUri"?: string;
|
|
48581
49547
|
"lastUri"?: string;
|
|
49548
|
+
"firstUri"?: string;
|
|
48582
49549
|
"selfUri"?: string;
|
|
48583
49550
|
"nextUri"?: string;
|
|
48584
49551
|
"previousUri"?: string;
|