purecloud-platform-client-v2 216.0.0 → 217.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/dist/node/purecloud-platform-client-v2.js +826 -457
- package/dist/web-amd/purecloud-platform-client-v2.js +826 -457
- package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
- package/dist/web-cjs/bundle.js +314 -217
- package/dist/web-cjs/purecloud-platform-client-v2.js +319 -220
- package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
- package/index.d.ts +345 -220
- package/package.json +1 -1
- package/src/purecloud-platform-client-v2/ApiClient.js +1 -1
- package/src/purecloud-platform-client-v2/api/AgentAssistantsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AgentCopilotApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AgentUIApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AlertingApi.js +1 -305
- package/src/purecloud-platform-client-v2/api/AnalyticsApi.js +2 -2
- package/src/purecloud-platform-client-v2/api/ArchitectApi.js +112 -1
- package/src/purecloud-platform-client-v2/api/AuditApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AuthorizationApi.js +9 -8
- 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 -5
- package/src/purecloud-platform-client-v2/api/CoachingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ContentManagementApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ConversationsApi.js +174 -2
- package/src/purecloud-platform-client-v2/api/DataExtensionsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/DataPrivacyApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/DownloadsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/EmailsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/EmployeeEngagementApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/EventsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +167 -4
- 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 +5 -3
- package/src/purecloud-platform-client-v2/api/JourneyApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +13 -11
- 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 +9 -8
- package/src/purecloud-platform-client-v2/api/OperationalEventsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/OrganizationApi.js +3 -1
- package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/OutboundApi.js +19 -7
- 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 +4 -29
- package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/RoutingApi.js +182 -1
- package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ScreenRecordingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ScriptsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SearchApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SettingsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SocialMediaApi.js +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 +1 -1
- package/src/purecloud-platform-client-v2/api/TeamsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TelephonyApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +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 -3
- package/src/purecloud-platform-client-v2/api/UsageApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UsersApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/WebChatApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +58 -1
- package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +1 -1
- package/src/purecloud-platform-client-v2/index.js +1 -1
package/index.d.ts
CHANGED
|
@@ -216,45 +216,22 @@ declare class AlertingApi {
|
|
|
216
216
|
constructor(apiClient?: ApiClientClass);
|
|
217
217
|
deleteAlertingAlert(alertId: string): Promise<void>;
|
|
218
218
|
deleteAlertingAlertsAll(): Promise<object>;
|
|
219
|
-
deleteAlertingInteractionstatsAlert(alertId: string): Promise<void>;
|
|
220
|
-
deleteAlertingInteractionstatsRule(ruleId: string): Promise<void>;
|
|
221
219
|
deleteAlertingRule(ruleId: string): Promise<void>;
|
|
222
220
|
getAlertingAlert(alertId: string): Promise<Models.CommonAlert>;
|
|
223
|
-
getAlertingAlertsActive(): Promise<Models.ActiveAlertCount>;
|
|
224
|
-
getAlertingInteractionstatsAlert(alertId: string, opts?: AlertingApi.getAlertingInteractionstatsAlertOptions): Promise<Models.InteractionStatsAlert>;
|
|
225
|
-
getAlertingInteractionstatsAlerts(opts?: AlertingApi.getAlertingInteractionstatsAlertsOptions): Promise<Models.InteractionStatsAlertContainer>;
|
|
226
|
-
getAlertingInteractionstatsAlertsUnread(): Promise<Models.UnreadMetric>;
|
|
227
|
-
getAlertingInteractionstatsRule(ruleId: string, opts?: AlertingApi.getAlertingInteractionstatsRuleOptions): Promise<Models.InteractionStatsRule>;
|
|
228
|
-
getAlertingInteractionstatsRules(opts?: AlertingApi.getAlertingInteractionstatsRulesOptions): Promise<Models.InteractionStatsRuleContainer>;
|
|
229
221
|
getAlertingRule(ruleId: string): Promise<Models.CommonRule>;
|
|
230
222
|
patchAlertingAlert(alertId: string, opts?: AlertingApi.patchAlertingAlertOptions): Promise<Models.CommonAlert>;
|
|
231
223
|
patchAlertingAlertsAll(opts?: AlertingApi.patchAlertingAlertsAllOptions): Promise<object>;
|
|
232
224
|
patchAlertingAlertsBulk(body: Models.CommonAlertBulkUpdateRequest): Promise<Models.BulkResponse>;
|
|
233
225
|
patchAlertingRulesBulk(body: Models.CommonRuleBulkUpdateNotificationsRequest): Promise<Models.BulkResponse>;
|
|
234
226
|
postAlertingAlertsQuery(opts?: AlertingApi.postAlertingAlertsQueryOptions): Promise<Models.AlertListing>;
|
|
235
|
-
postAlertingInteractionstatsRules(body: Models.InteractionStatsRule, opts?: AlertingApi.postAlertingInteractionstatsRulesOptions): Promise<Models.InteractionStatsRule>;
|
|
236
227
|
postAlertingRules(body: Models.CommonRule): Promise<Models.CommonRule>;
|
|
237
228
|
postAlertingRulesBulkRemove(body: Models.CommonRuleBulkDeleteRequest): Promise<Models.BulkResponse>;
|
|
238
229
|
postAlertingRulesQuery(opts?: AlertingApi.postAlertingRulesQueryOptions): Promise<Models.CommonRuleContainer>;
|
|
239
|
-
putAlertingAlert(alertId: string, opts?: AlertingApi.putAlertingAlertOptions): Promise<Models.
|
|
240
|
-
putAlertingInteractionstatsAlert(alertId: string, body: Models.UnreadStatus, opts?: AlertingApi.putAlertingInteractionstatsAlertOptions): Promise<Models.UnreadStatus>;
|
|
241
|
-
putAlertingInteractionstatsRule(ruleId: string, body: Models.InteractionStatsRule, opts?: AlertingApi.putAlertingInteractionstatsRuleOptions): Promise<Models.InteractionStatsRule>;
|
|
230
|
+
putAlertingAlert(alertId: string, opts?: AlertingApi.putAlertingAlertOptions): Promise<Models.AlertingUnreadStatus>;
|
|
242
231
|
putAlertingRule(ruleId: string, body: Models.ModifiableRuleProperties): Promise<Models.CommonRule>;
|
|
243
232
|
}
|
|
244
233
|
|
|
245
234
|
declare namespace AlertingApi {
|
|
246
|
-
export interface getAlertingInteractionstatsAlertOptions {
|
|
247
|
-
"expand"?: Array<string>;
|
|
248
|
-
}
|
|
249
|
-
export interface getAlertingInteractionstatsAlertsOptions {
|
|
250
|
-
"expand"?: Array<string>;
|
|
251
|
-
}
|
|
252
|
-
export interface getAlertingInteractionstatsRuleOptions {
|
|
253
|
-
"expand"?: Array<string>;
|
|
254
|
-
}
|
|
255
|
-
export interface getAlertingInteractionstatsRulesOptions {
|
|
256
|
-
"expand"?: Array<string>;
|
|
257
|
-
}
|
|
258
235
|
export interface patchAlertingAlertOptions {
|
|
259
236
|
"body"?: Models.AlertRequest;
|
|
260
237
|
}
|
|
@@ -264,21 +241,12 @@ declare namespace AlertingApi {
|
|
|
264
241
|
export interface postAlertingAlertsQueryOptions {
|
|
265
242
|
"body"?: Models.GetAlertQuery;
|
|
266
243
|
}
|
|
267
|
-
export interface postAlertingInteractionstatsRulesOptions {
|
|
268
|
-
"expand"?: Array<string>;
|
|
269
|
-
}
|
|
270
244
|
export interface postAlertingRulesQueryOptions {
|
|
271
245
|
"body"?: Models.GetRulesQuery;
|
|
272
246
|
}
|
|
273
247
|
export interface putAlertingAlertOptions {
|
|
274
248
|
"body"?: Models.AlertingUnreadStatus;
|
|
275
249
|
}
|
|
276
|
-
export interface putAlertingInteractionstatsAlertOptions {
|
|
277
|
-
"expand"?: Array<string>;
|
|
278
|
-
}
|
|
279
|
-
export interface putAlertingInteractionstatsRuleOptions {
|
|
280
|
-
"expand"?: Array<string>;
|
|
281
|
-
}
|
|
282
250
|
}
|
|
283
251
|
|
|
284
252
|
declare class AnalyticsApi {
|
|
@@ -560,6 +528,7 @@ declare class ArchitectApi {
|
|
|
560
528
|
getArchitectGrammarLanguage(grammarId: string, languageCode: string): Promise<Models.GrammarLanguage>;
|
|
561
529
|
getArchitectGrammars(opts?: ArchitectApi.getArchitectGrammarsOptions): Promise<Models.GrammarListing>;
|
|
562
530
|
getArchitectIvr(ivrId: string): Promise<Models.IVR>;
|
|
531
|
+
getArchitectIvrIdentityresolution(ivrId: string): Promise<Models.IdentityResolutionConfig>;
|
|
563
532
|
getArchitectIvrs(opts?: ArchitectApi.getArchitectIvrsOptions): Promise<Models.IVREntityListing>;
|
|
564
533
|
getArchitectIvrsDivisionviews(opts?: ArchitectApi.getArchitectIvrsDivisionviewsOptions): Promise<Models.IVRDivisionViewEntityListing>;
|
|
565
534
|
getArchitectPrompt(promptId: string, opts?: ArchitectApi.getArchitectPromptOptions): Promise<Models.Prompt>;
|
|
@@ -600,6 +569,7 @@ declare class ArchitectApi {
|
|
|
600
569
|
getFlowsDatatablesDivisionviews(opts?: ArchitectApi.getFlowsDatatablesDivisionviewsOptions): Promise<Models.DataTablesDomainEntityListing>;
|
|
601
570
|
getFlowsDivisionviews(opts?: ArchitectApi.getFlowsDivisionviewsOptions): Promise<Models.FlowDivisionViewEntityListing>;
|
|
602
571
|
getFlowsExecution(flowExecutionId: string): Promise<Models.FlowRuntimeExecution>;
|
|
572
|
+
getFlowsExportJob(jobId: string, opts?: ArchitectApi.getFlowsExportJobOptions): Promise<Models.ArchitectExportJobStateResponse>;
|
|
603
573
|
getFlowsInstance(instanceId: string, opts?: ArchitectApi.getFlowsInstanceOptions): Promise<Models.GetFlowExecutionDataJobResult>;
|
|
604
574
|
getFlowsInstancesJob(jobId: string): Promise<Models.GetFlowExecutionDataJobResult>;
|
|
605
575
|
getFlowsInstancesQuerycapabilities(opts?: ArchitectApi.getFlowsInstancesQuerycapabilitiesOptions): Promise<Models.FlowsQueryCriteriaResponse>;
|
|
@@ -646,6 +616,7 @@ declare class ArchitectApi {
|
|
|
646
616
|
postFlowsDatatableRows(datatableId: string, dataTableRow: object): Promise<{ [key: string]: object; }>;
|
|
647
617
|
postFlowsDatatables(body: Models.DataTable): Promise<Models.DataTable>;
|
|
648
618
|
postFlowsExecutions(flowLaunchRequest: Models.FlowExecutionLaunchRequest): Promise<Models.FlowExecutionLaunchResponse>;
|
|
619
|
+
postFlowsExportJobs(body: Models.RegisterArchitectExportJob): Promise<Models.RegisterArchitectExportJobResponse>;
|
|
649
620
|
postFlowsInstancesJobs(body: Models.ExecutionDataRequest, opts?: ArchitectApi.postFlowsInstancesJobsOptions): Promise<Models.GetFlowExecutionDataJobResult>;
|
|
650
621
|
postFlowsInstancesQuery(body: Models.CriteriaQuery, opts?: ArchitectApi.postFlowsInstancesQueryOptions): Promise<Models.FlowResultEntityListing>;
|
|
651
622
|
postFlowsJobs(): Promise<Models.RegisterArchitectJobResponse>;
|
|
@@ -653,6 +624,7 @@ declare class ArchitectApi {
|
|
|
653
624
|
postFlowsOutcomes(opts?: ArchitectApi.postFlowsOutcomesOptions): Promise<Models.FlowOutcome>;
|
|
654
625
|
putArchitectEmergencygroup(emergencyGroupId: string, body: Models.EmergencyGroup): Promise<Models.EmergencyGroup>;
|
|
655
626
|
putArchitectIvr(ivrId: string, body: Models.IVR): Promise<Models.IVR>;
|
|
627
|
+
putArchitectIvrIdentityresolution(ivrId: string, body: Models.IdentityResolutionConfig): Promise<Models.IdentityResolutionConfig>;
|
|
656
628
|
putArchitectPrompt(promptId: string, body: Models.Prompt): Promise<Models.Prompt>;
|
|
657
629
|
putArchitectPromptResource(promptId: string, languageCode: string, body: Models.PromptAsset): Promise<Models.PromptAsset>;
|
|
658
630
|
putArchitectSchedule(scheduleId: string, body: Models.Schedule): Promise<Models.Schedule>;
|
|
@@ -968,6 +940,9 @@ declare namespace ArchitectApi {
|
|
|
968
940
|
"divisionId"?: Array<string>;
|
|
969
941
|
"includeSchemas"?: boolean;
|
|
970
942
|
}
|
|
943
|
+
export interface getFlowsExportJobOptions {
|
|
944
|
+
"expand"?: Array<string>;
|
|
945
|
+
}
|
|
971
946
|
export interface getFlowsInstanceOptions {
|
|
972
947
|
"expand"?: string;
|
|
973
948
|
}
|
|
@@ -1136,7 +1111,7 @@ declare class AuthorizationApi {
|
|
|
1136
1111
|
patchAuthorizationRole(roleId: string, body: Models.DomainOrganizationRole): Promise<Models.DomainOrganizationRole>;
|
|
1137
1112
|
patchAuthorizationSettings(body: Models.AuthorizationSettings): Promise<Models.AuthorizationSettings>;
|
|
1138
1113
|
postAuthorizationDivisionObject(divisionId: string, objectType: string, body: Array<string>): Promise<void>;
|
|
1139
|
-
postAuthorizationDivisionRestore(divisionId: string,
|
|
1114
|
+
postAuthorizationDivisionRestore(divisionId: string, body: Models.AuthzDivision): Promise<Models.AuthzDivision>;
|
|
1140
1115
|
postAuthorizationDivisions(body: Models.AuthzDivision): Promise<Models.AuthzDivision>;
|
|
1141
1116
|
postAuthorizationPoliciesTarget(targetName: string, body: Models.AuthorizationPolicy): Promise<Models.AuthorizationPolicy>;
|
|
1142
1117
|
postAuthorizationPoliciesTargetValidate(targetName: string, body: Models.AuthorizationPolicy): Promise<Models.ValidationErrorListing>;
|
|
@@ -1249,9 +1224,6 @@ declare namespace AuthorizationApi {
|
|
|
1249
1224
|
export interface getAuthorizationSubjectsRolecountsOptions {
|
|
1250
1225
|
"id"?: Array<string>;
|
|
1251
1226
|
}
|
|
1252
|
-
export interface postAuthorizationDivisionRestoreOptions {
|
|
1253
|
-
"body"?: Models.AuthzDivision;
|
|
1254
|
-
}
|
|
1255
1227
|
export interface postAuthorizationRoleOptions {
|
|
1256
1228
|
"subjectType"?: string;
|
|
1257
1229
|
}
|
|
@@ -1632,6 +1604,9 @@ declare class ConversationsApi {
|
|
|
1632
1604
|
getConversationsMessagesCachedmediaCachedMediaItemId(cachedMediaItemId: string): Promise<Models.CachedMediaItem>;
|
|
1633
1605
|
getConversationsMessagingFacebookApp(): Promise<Models.FacebookAppCredentials>;
|
|
1634
1606
|
getConversationsMessagingFacebookPermissions(): Promise<Models.FacebookPermissionEntityListing>;
|
|
1607
|
+
getConversationsMessagingIdentityresolutionIntegrationsFacebookIntegrationId(integrationId: string): Promise<Models.IdentityResolutionConfig>;
|
|
1608
|
+
getConversationsMessagingIdentityresolutionIntegrationsOpenIntegrationId(integrationId: string): Promise<Models.OpenMessagingIdentityResolutionConfig>;
|
|
1609
|
+
getConversationsMessagingIdentityresolutionIntegrationsWhatsappIntegrationId(integrationId: string): Promise<Models.IdentityResolutionConfig>;
|
|
1635
1610
|
getConversationsMessagingIntegrations(opts?: ConversationsApi.getConversationsMessagingIntegrationsOptions): Promise<Models.MessagingIntegrationEntityListing>;
|
|
1636
1611
|
getConversationsMessagingIntegrationsFacebook(opts?: ConversationsApi.getConversationsMessagingIntegrationsFacebookOptions): Promise<Models.FacebookIntegrationEntityListing>;
|
|
1637
1612
|
getConversationsMessagingIntegrationsFacebookIntegrationId(integrationId: string, opts?: ConversationsApi.getConversationsMessagingIntegrationsFacebookIntegrationIdOptions): Promise<Models.FacebookIntegration>;
|
|
@@ -1787,6 +1762,9 @@ declare class ConversationsApi {
|
|
|
1787
1762
|
putConversationsEmailRecordingstate(conversationId: string, body: Models.SetRecordingState): Promise<string>;
|
|
1788
1763
|
putConversationsKeyconfiguration(keyconfigurationsId: string, body: Models.ConversationEncryptionConfiguration): Promise<Models.ConversationEncryptionConfiguration>;
|
|
1789
1764
|
putConversationsMessageRecordingstate(conversationId: string, body: Models.SetRecordingState): Promise<string>;
|
|
1765
|
+
putConversationsMessagingIdentityresolutionIntegrationsFacebookIntegrationId(integrationId: string, body: Models.IdentityResolutionConfig): Promise<Models.IdentityResolutionConfig>;
|
|
1766
|
+
putConversationsMessagingIdentityresolutionIntegrationsOpenIntegrationId(integrationId: string, body: Models.OpenMessagingIdentityResolutionConfig): Promise<Models.OpenMessagingIdentityResolutionConfig>;
|
|
1767
|
+
putConversationsMessagingIdentityresolutionIntegrationsWhatsappIntegrationId(integrationId: string, body: Models.IdentityResolutionConfig): Promise<Models.IdentityResolutionConfig>;
|
|
1790
1768
|
putConversationsMessagingSettingsDefault(body: Models.MessagingSettingDefaultRequest): Promise<Models.MessagingSetting>;
|
|
1791
1769
|
putConversationsMessagingSupportedcontentDefault(body: Models.SupportedContentReference): Promise<Models.SupportedContent>;
|
|
1792
1770
|
putConversationsMessagingThreadingtimeline(body: Models.ConversationThreadingWindow): Promise<Models.ConversationThreadingWindow>;
|
|
@@ -2143,12 +2121,17 @@ declare class ExternalContactsApi {
|
|
|
2143
2121
|
getExternalcontactsRelationship(relationshipId: string, opts?: ExternalContactsApi.getExternalcontactsRelationshipOptions): Promise<Models.Relationship>;
|
|
2144
2122
|
getExternalcontactsReversewhitepageslookup(lookupVal: string, opts?: ExternalContactsApi.getExternalcontactsReversewhitepageslookupOptions): Promise<Models.ReverseWhitepagesLookupResult>;
|
|
2145
2123
|
getExternalcontactsScanContacts(opts?: ExternalContactsApi.getExternalcontactsScanContactsOptions): Promise<Models.CursorContactListing>;
|
|
2124
|
+
getExternalcontactsScanContactsDivisionviewsAll(opts?: ExternalContactsApi.getExternalcontactsScanContactsDivisionviewsAllOptions): Promise<Models.CursorContactListing>;
|
|
2146
2125
|
getExternalcontactsScanNotes(opts?: ExternalContactsApi.getExternalcontactsScanNotesOptions): Promise<Models.CursorNoteListing>;
|
|
2126
|
+
getExternalcontactsScanNotesDivisionviewsAll(opts?: ExternalContactsApi.getExternalcontactsScanNotesDivisionviewsAllOptions): Promise<Models.CursorNoteListing>;
|
|
2147
2127
|
getExternalcontactsScanOrganizations(opts?: ExternalContactsApi.getExternalcontactsScanOrganizationsOptions): Promise<Models.CursorOrganizationListing>;
|
|
2128
|
+
getExternalcontactsScanOrganizationsDivisionviewsAll(opts?: ExternalContactsApi.getExternalcontactsScanOrganizationsDivisionviewsAllOptions): Promise<Models.CursorOrganizationListing>;
|
|
2148
2129
|
getExternalcontactsScanRelationships(opts?: ExternalContactsApi.getExternalcontactsScanRelationshipsOptions): Promise<Models.CursorRelationshipListing>;
|
|
2130
|
+
getExternalcontactsScanRelationshipsDivisionviewsAll(opts?: ExternalContactsApi.getExternalcontactsScanRelationshipsDivisionviewsAllOptions): Promise<Models.CursorRelationshipListing>;
|
|
2149
2131
|
patchExternalcontactsContactIdentifiers(contactId: string, body: Models.IdentifierClaimRequest): Promise<Models.ContactIdentifier>;
|
|
2150
2132
|
postExternalcontactsBulkContacts(body: Models.BulkIdsRequest): Promise<Models.BulkFetchContactsResponse>;
|
|
2151
2133
|
postExternalcontactsBulkContactsAdd(body: Models.BulkContactsRequest): Promise<Models.BulkContactsResponse>;
|
|
2134
|
+
postExternalcontactsBulkContactsDivisionviews(body: Models.BulkIdsRequest): Promise<Models.BulkFetchContactsResponse>;
|
|
2152
2135
|
postExternalcontactsBulkContactsRemove(body: Models.BulkIdsRequest): Promise<Models.BulkDeleteResponse>;
|
|
2153
2136
|
postExternalcontactsBulkContactsUnresolved(body: Models.BulkIdsRequest): Promise<Models.BulkFetchContactsResponse>;
|
|
2154
2137
|
postExternalcontactsBulkContactsUpdate(body: Models.BulkContactsRequest): Promise<Models.BulkContactsResponse>;
|
|
@@ -2158,6 +2141,7 @@ declare class ExternalContactsApi {
|
|
|
2158
2141
|
postExternalcontactsBulkNotesUpdate(body: Models.BulkNotesRequest): Promise<Models.BulkNotesResponse>;
|
|
2159
2142
|
postExternalcontactsBulkOrganizations(body: Models.BulkIdsRequest): Promise<Models.BulkFetchOrganizationsResponse>;
|
|
2160
2143
|
postExternalcontactsBulkOrganizationsAdd(body: Models.BulkOrganizationsRequest): Promise<Models.BulkOrganizationsResponse>;
|
|
2144
|
+
postExternalcontactsBulkOrganizationsDivisionviews(body: Models.BulkIdsRequest): Promise<Models.BulkFetchOrganizationsResponse>;
|
|
2161
2145
|
postExternalcontactsBulkOrganizationsRemove(body: Models.BulkIdsRequest): Promise<Models.BulkDeleteResponse>;
|
|
2162
2146
|
postExternalcontactsBulkOrganizationsUpdate(body: Models.BulkOrganizationsRequest): Promise<Models.BulkOrganizationsResponse>;
|
|
2163
2147
|
postExternalcontactsBulkRelationships(body: Models.BulkIdsRequest): Promise<Models.BulkFetchRelationshipsResponse>;
|
|
@@ -2222,6 +2206,7 @@ declare namespace ExternalContactsApi {
|
|
|
2222
2206
|
"q"?: string;
|
|
2223
2207
|
"sortOrder"?: string;
|
|
2224
2208
|
"expand"?: Array<string>;
|
|
2209
|
+
"divisionIds"?: Array<string>;
|
|
2225
2210
|
}
|
|
2226
2211
|
export interface getExternalcontactsExternalsourcesOptions {
|
|
2227
2212
|
"cursor"?: string;
|
|
@@ -2284,28 +2269,50 @@ declare namespace ExternalContactsApi {
|
|
|
2284
2269
|
"sortOrder"?: string;
|
|
2285
2270
|
"expand"?: Array<string>;
|
|
2286
2271
|
"includeTrustors"?: boolean;
|
|
2272
|
+
"divisionIds"?: Array<string>;
|
|
2287
2273
|
}
|
|
2288
2274
|
export interface getExternalcontactsRelationshipOptions {
|
|
2289
2275
|
"expand"?: Array<string>;
|
|
2290
2276
|
}
|
|
2291
2277
|
export interface getExternalcontactsReversewhitepageslookupOptions {
|
|
2292
2278
|
"expand"?: Array<string>;
|
|
2279
|
+
"divisionId"?: string;
|
|
2293
2280
|
}
|
|
2294
2281
|
export interface getExternalcontactsScanContactsOptions {
|
|
2295
2282
|
"limit"?: number;
|
|
2296
2283
|
"cursor"?: string;
|
|
2284
|
+
"divisionId"?: string;
|
|
2285
|
+
}
|
|
2286
|
+
export interface getExternalcontactsScanContactsDivisionviewsAllOptions {
|
|
2287
|
+
"limit"?: number;
|
|
2288
|
+
"cursor"?: string;
|
|
2297
2289
|
}
|
|
2298
2290
|
export interface getExternalcontactsScanNotesOptions {
|
|
2299
2291
|
"limit"?: number;
|
|
2300
2292
|
"cursor"?: string;
|
|
2293
|
+
"divisionId"?: string;
|
|
2294
|
+
}
|
|
2295
|
+
export interface getExternalcontactsScanNotesDivisionviewsAllOptions {
|
|
2296
|
+
"limit"?: number;
|
|
2297
|
+
"cursor"?: string;
|
|
2301
2298
|
}
|
|
2302
2299
|
export interface getExternalcontactsScanOrganizationsOptions {
|
|
2303
2300
|
"limit"?: number;
|
|
2304
2301
|
"cursor"?: string;
|
|
2302
|
+
"divisionId"?: string;
|
|
2303
|
+
}
|
|
2304
|
+
export interface getExternalcontactsScanOrganizationsDivisionviewsAllOptions {
|
|
2305
|
+
"limit"?: number;
|
|
2306
|
+
"cursor"?: string;
|
|
2305
2307
|
}
|
|
2306
2308
|
export interface getExternalcontactsScanRelationshipsOptions {
|
|
2307
2309
|
"limit"?: number;
|
|
2308
2310
|
"cursor"?: string;
|
|
2311
|
+
"divisionId"?: string;
|
|
2312
|
+
}
|
|
2313
|
+
export interface getExternalcontactsScanRelationshipsDivisionviewsAllOptions {
|
|
2314
|
+
"limit"?: number;
|
|
2315
|
+
"cursor"?: string;
|
|
2309
2316
|
}
|
|
2310
2317
|
export interface postExternalcontactsIdentifierlookupOptions {
|
|
2311
2318
|
"expand"?: Array<string>;
|
|
@@ -2833,10 +2840,12 @@ declare namespace IntegrationsApi {
|
|
|
2833
2840
|
}
|
|
2834
2841
|
export interface getIntegrationsActionOptions {
|
|
2835
2842
|
"expand"?: string;
|
|
2843
|
+
"flatten"?: boolean;
|
|
2836
2844
|
"includeConfig"?: boolean;
|
|
2837
2845
|
}
|
|
2838
2846
|
export interface getIntegrationsActionDraftOptions {
|
|
2839
2847
|
"expand"?: string;
|
|
2848
|
+
"flatten"?: boolean;
|
|
2840
2849
|
"includeConfig"?: boolean;
|
|
2841
2850
|
}
|
|
2842
2851
|
export interface getIntegrationsActionDraftSchemaOptions {
|
|
@@ -3357,9 +3366,9 @@ declare class KnowledgeApi {
|
|
|
3357
3366
|
postKnowledgeKnowledgebaseParseJobs(knowledgeBaseId: string, body: Models.KnowledgeParseJobRequest): Promise<Models.KnowledgeParseJobResponse>;
|
|
3358
3367
|
postKnowledgeKnowledgebaseSearch(knowledgeBaseId: string, opts?: KnowledgeApi.postKnowledgeKnowledgebaseSearchOptions): Promise<Models.KnowledgeSearchResponse>;
|
|
3359
3368
|
postKnowledgeKnowledgebaseSourcesSalesforce(knowledgeBaseId: string, body: Models.SalesforceSourceRequest): Promise<Models.KnowledgeSyncJobResponse>;
|
|
3360
|
-
postKnowledgeKnowledgebaseSourcesSalesforceSourceIdSync(knowledgeBaseId: string, sourceId: string): Promise<Models.SourceSyncResponse>;
|
|
3369
|
+
postKnowledgeKnowledgebaseSourcesSalesforceSourceIdSync(knowledgeBaseId: string, sourceId: string, opts?: KnowledgeApi.postKnowledgeKnowledgebaseSourcesSalesforceSourceIdSyncOptions): Promise<Models.SourceSyncResponse>;
|
|
3361
3370
|
postKnowledgeKnowledgebaseSourcesServicenow(knowledgeBaseId: string, body: Models.ServiceNowSourceRequest): Promise<Models.KnowledgeSyncJobResponse>;
|
|
3362
|
-
postKnowledgeKnowledgebaseSourcesServicenowSourceIdSync(knowledgeBaseId: string, sourceId: string): Promise<Models.SourceSyncResponse>;
|
|
3371
|
+
postKnowledgeKnowledgebaseSourcesServicenowSourceIdSync(knowledgeBaseId: string, sourceId: string, opts?: KnowledgeApi.postKnowledgeKnowledgebaseSourcesServicenowSourceIdSyncOptions): Promise<Models.SourceSyncResponse>;
|
|
3363
3372
|
postKnowledgeKnowledgebaseSynchronizeJobs(knowledgeBaseId: string, body: Models.KnowledgeSyncJobRequest): Promise<Models.KnowledgeSyncJobResponse>;
|
|
3364
3373
|
postKnowledgeKnowledgebaseUploadsUrlsJobs(knowledgeBaseId: string, body: Models.CreateUploadSourceUrlJobRequest): Promise<Models.CreateUploadSourceUrlJobResponse>;
|
|
3365
3374
|
postKnowledgeKnowledgebases(body: Models.KnowledgeBaseCreateRequest): Promise<Models.KnowledgeBase>;
|
|
@@ -3588,6 +3597,12 @@ declare namespace KnowledgeApi {
|
|
|
3588
3597
|
export interface postKnowledgeKnowledgebaseSearchOptions {
|
|
3589
3598
|
"body"?: Models.KnowledgeSearchRequest;
|
|
3590
3599
|
}
|
|
3600
|
+
export interface postKnowledgeKnowledgebaseSourcesSalesforceSourceIdSyncOptions {
|
|
3601
|
+
"body"?: object;
|
|
3602
|
+
}
|
|
3603
|
+
export interface postKnowledgeKnowledgebaseSourcesServicenowSourceIdSyncOptions {
|
|
3604
|
+
"body"?: object;
|
|
3605
|
+
}
|
|
3591
3606
|
}
|
|
3592
3607
|
|
|
3593
3608
|
declare class LanguageUnderstandingApi {
|
|
@@ -4044,7 +4059,7 @@ declare class ObjectsApi {
|
|
|
4044
4059
|
getAuthorizationDivisionsHome(): Promise<Models.AuthzDivision>;
|
|
4045
4060
|
getAuthorizationDivisionsLimit(): Promise<number>;
|
|
4046
4061
|
postAuthorizationDivisionObject(divisionId: string, objectType: string, body: Array<string>): Promise<void>;
|
|
4047
|
-
postAuthorizationDivisionRestore(divisionId: string,
|
|
4062
|
+
postAuthorizationDivisionRestore(divisionId: string, body: Models.AuthzDivision): Promise<Models.AuthzDivision>;
|
|
4048
4063
|
postAuthorizationDivisions(body: Models.AuthzDivision): Promise<Models.AuthzDivision>;
|
|
4049
4064
|
putAuthorizationDivision(divisionId: string, body: Models.AuthzDivision): Promise<Models.AuthzDivision>;
|
|
4050
4065
|
}
|
|
@@ -4067,9 +4082,6 @@ declare namespace ObjectsApi {
|
|
|
4067
4082
|
"id"?: Array<string>;
|
|
4068
4083
|
"name"?: string;
|
|
4069
4084
|
}
|
|
4070
|
-
export interface postAuthorizationDivisionRestoreOptions {
|
|
4071
|
-
"body"?: Models.AuthzDivision;
|
|
4072
|
-
}
|
|
4073
4085
|
}
|
|
4074
4086
|
|
|
4075
4087
|
declare class OperationalEventsApi {
|
|
@@ -4351,7 +4363,7 @@ declare class OutboundApi {
|
|
|
4351
4363
|
patchOutboundDnclistCustomexclusioncolumns(dncListId: string, body: Models.DncPatchCustomExclusionColumnsRequest): Promise<void>;
|
|
4352
4364
|
patchOutboundDnclistEmailaddresses(dncListId: string, body: Models.DncPatchEmailsRequest): Promise<void>;
|
|
4353
4365
|
patchOutboundDnclistPhonenumbers(dncListId: string, body: Models.DncPatchPhoneNumbersRequest): Promise<void>;
|
|
4354
|
-
patchOutboundSettings(body: Models.OutboundSettings): Promise<void>;
|
|
4366
|
+
patchOutboundSettings(body: Models.OutboundSettings, opts?: OutboundApi.patchOutboundSettingsOptions): Promise<void>;
|
|
4355
4367
|
postOutboundAttemptlimits(body: Models.AttemptLimits): Promise<Models.AttemptLimits>;
|
|
4356
4368
|
postOutboundCallabletimesets(body: Models.CallableTimeSet): Promise<Models.CallableTimeSet>;
|
|
4357
4369
|
postOutboundCallanalysisresponsesets(body: Models.ResponseSet): Promise<Models.ResponseSet>;
|
|
@@ -4360,7 +4372,7 @@ declare class OutboundApi {
|
|
|
4360
4372
|
postOutboundCampaignStart(campaignId: string): Promise<void>;
|
|
4361
4373
|
postOutboundCampaignStop(campaignId: string): Promise<void>;
|
|
4362
4374
|
postOutboundCampaignrules(body: Models.CampaignRule): Promise<Models.CampaignRule>;
|
|
4363
|
-
postOutboundCampaigns(body: Models.Campaign): Promise<Models.Campaign>;
|
|
4375
|
+
postOutboundCampaigns(body: Models.Campaign, opts?: OutboundApi.postOutboundCampaignsOptions): Promise<Models.Campaign>;
|
|
4364
4376
|
postOutboundCampaignsProgress(body: Array<string>): Promise<Array<Models.CampaignProgress>>;
|
|
4365
4377
|
postOutboundContactlistClear(contactListId: string): Promise<void>;
|
|
4366
4378
|
postOutboundContactlistContacts(contactListId: string, body: Array<Models.WritableDialerContact>, opts?: OutboundApi.postOutboundContactlistContactsOptions): Promise<Array<Models.DialerContact>>;
|
|
@@ -4394,7 +4406,7 @@ declare class OutboundApi {
|
|
|
4394
4406
|
putOutboundAttemptlimit(attemptLimitsId: string, body: Models.AttemptLimits): Promise<Models.AttemptLimits>;
|
|
4395
4407
|
putOutboundCallabletimeset(callableTimeSetId: string, body: Models.CallableTimeSet): Promise<Models.CallableTimeSet>;
|
|
4396
4408
|
putOutboundCallanalysisresponseset(callAnalysisSetId: string, body: Models.ResponseSet): Promise<Models.ResponseSet>;
|
|
4397
|
-
putOutboundCampaign(campaignId: string, body: Models.Campaign): Promise<Models.Campaign>;
|
|
4409
|
+
putOutboundCampaign(campaignId: string, body: Models.Campaign, opts?: OutboundApi.putOutboundCampaignOptions): Promise<Models.Campaign>;
|
|
4398
4410
|
putOutboundCampaignAgent(campaignId: string, userId: string, body: Models.Agent): Promise<string>;
|
|
4399
4411
|
putOutboundCampaignrule(campaignRuleId: string, body: Models.CampaignRule): Promise<Models.CampaignRule>;
|
|
4400
4412
|
putOutboundContactlist(contactListId: string, body: Models.ContactList): Promise<Models.ContactList>;
|
|
@@ -4691,6 +4703,12 @@ declare namespace OutboundApi {
|
|
|
4691
4703
|
"sortBy"?: string;
|
|
4692
4704
|
"sortOrder"?: string;
|
|
4693
4705
|
}
|
|
4706
|
+
export interface patchOutboundSettingsOptions {
|
|
4707
|
+
"useMaxCallsPerAgentDecimal"?: boolean;
|
|
4708
|
+
}
|
|
4709
|
+
export interface postOutboundCampaignsOptions {
|
|
4710
|
+
"useMaxCallsPerAgentDecimal"?: boolean;
|
|
4711
|
+
}
|
|
4694
4712
|
export interface postOutboundContactlistContactsOptions {
|
|
4695
4713
|
"priority"?: boolean;
|
|
4696
4714
|
"clearSystemData"?: boolean;
|
|
@@ -4702,6 +4720,9 @@ declare namespace OutboundApi {
|
|
|
4702
4720
|
export interface postOutboundDnclistPhonenumbersOptions {
|
|
4703
4721
|
"expirationDateTime"?: string;
|
|
4704
4722
|
}
|
|
4723
|
+
export interface putOutboundCampaignOptions {
|
|
4724
|
+
"useMaxCallsPerAgentDecimal"?: boolean;
|
|
4725
|
+
}
|
|
4705
4726
|
}
|
|
4706
4727
|
|
|
4707
4728
|
declare class PresenceApi {
|
|
@@ -5058,7 +5079,6 @@ declare class RecordingApi {
|
|
|
5058
5079
|
getRecordingSettings(opts?: RecordingApi.getRecordingSettingsOptions): Promise<Models.RecordingSettings>;
|
|
5059
5080
|
getRecordingUploadsReport(reportId: string): Promise<Models.RecordingUploadReport>;
|
|
5060
5081
|
getRecordingsRetentionQuery(retentionThresholdDays: number, opts?: RecordingApi.getRecordingsRetentionQueryOptions): Promise<Models.RecordingRetentionCursorEntityListing>;
|
|
5061
|
-
getRecordingsScreensessions(opts?: RecordingApi.getRecordingsScreensessionsOptions): Promise<Models.ScreenRecordingSessionListing>;
|
|
5062
5082
|
getRecordingsScreensessionsDetails(): Promise<Models.ScreenRecordingActiveSessions>;
|
|
5063
5083
|
patchRecordingCrossplatformMediaretentionpolicy(policyId: string, body: Models.CrossPlatformPolicyUpdate): Promise<Models.CrossPlatformPolicy>;
|
|
5064
5084
|
patchRecordingMediaretentionpolicy(policyId: string, body: Models.PolicyUpdate): Promise<Models.Policy>;
|
|
@@ -5102,6 +5122,7 @@ declare namespace RecordingApi {
|
|
|
5102
5122
|
"maxWaitMs"?: number;
|
|
5103
5123
|
"formatId"?: string;
|
|
5104
5124
|
"mediaFormats"?: Array<string>;
|
|
5125
|
+
"locale"?: string;
|
|
5105
5126
|
}
|
|
5106
5127
|
export interface getOrphanrecordingMediaOptions {
|
|
5107
5128
|
"formatId"?: string;
|
|
@@ -5176,10 +5197,6 @@ declare namespace RecordingApi {
|
|
|
5176
5197
|
"cursor"?: string;
|
|
5177
5198
|
"pageSize"?: number;
|
|
5178
5199
|
}
|
|
5179
|
-
export interface getRecordingsScreensessionsOptions {
|
|
5180
|
-
"pageSize"?: number;
|
|
5181
|
-
"pageNumber"?: number;
|
|
5182
|
-
}
|
|
5183
5200
|
export interface putConversationRecordingOptions {
|
|
5184
5201
|
"clearExport"?: boolean;
|
|
5185
5202
|
}
|
|
@@ -5274,6 +5291,7 @@ declare class RoutingApi {
|
|
|
5274
5291
|
getRoutingDirectroutingbackupSettingsMe(): Promise<Models.AgentDirectRoutingBackupSettings>;
|
|
5275
5292
|
getRoutingEmailDomain(domainId: string): Promise<Models.InboundDomain>;
|
|
5276
5293
|
getRoutingEmailDomainRoute(domainName: string, routeId: string): Promise<Models.InboundRoute>;
|
|
5294
|
+
getRoutingEmailDomainRouteIdentityresolution(domainName: string, routeId: string): Promise<Models.IdentityResolutionConfig>;
|
|
5277
5295
|
getRoutingEmailDomainRoutes(domainName: string, opts?: RoutingApi.getRoutingEmailDomainRoutesOptions): Promise<Models.InboundRouteEntityListing>;
|
|
5278
5296
|
getRoutingEmailDomains(opts?: RoutingApi.getRoutingEmailDomainsOptions): Promise<Models.InboundDomainEntityListing>;
|
|
5279
5297
|
getRoutingEmailOutboundDomain(domainId: string): Promise<Models.OutboundDomain>;
|
|
@@ -5295,6 +5313,7 @@ declare class RoutingApi {
|
|
|
5295
5313
|
getRoutingQueueComparisonperiod(queueId: string, comparisonPeriodId: string): Promise<Models.ComparisonPeriod>;
|
|
5296
5314
|
getRoutingQueueComparisonperiods(queueId: string): Promise<Models.ComparisonPeriodListing>;
|
|
5297
5315
|
getRoutingQueueEstimatedwaittime(queueId: string, opts?: RoutingApi.getRoutingQueueEstimatedwaittimeOptions): Promise<Models.EstimatedWaitTimePredictions>;
|
|
5316
|
+
getRoutingQueueIdentityresolution(queueId: string): Promise<Models.IdentityResolutionQueueConfig>;
|
|
5298
5317
|
getRoutingQueueMediatypeEstimatedwaittime(queueId: string, mediaType: string, opts?: RoutingApi.getRoutingQueueMediatypeEstimatedwaittimeOptions): Promise<Models.EstimatedWaitTimePredictions>;
|
|
5299
5318
|
getRoutingQueueMembers(queueId: string, opts?: RoutingApi.getRoutingQueueMembersOptions): Promise<Models.QueueMemberEntityListing>;
|
|
5300
5319
|
getRoutingQueueUsers(queueId: string, opts?: RoutingApi.getRoutingQueueUsersOptions): Promise<Models.QueueMemberEntityListingV1>;
|
|
@@ -5315,6 +5334,7 @@ declare class RoutingApi {
|
|
|
5315
5334
|
getRoutingSmsAddress(addressId: string): Promise<Models.SmsAddress>;
|
|
5316
5335
|
getRoutingSmsAddresses(opts?: RoutingApi.getRoutingSmsAddressesOptions): Promise<Models.SmsAddressEntityListing>;
|
|
5317
5336
|
getRoutingSmsAvailablephonenumbers(countryCode: string, phoneNumberType: string, opts?: RoutingApi.getRoutingSmsAvailablephonenumbersOptions): Promise<Models.SMSAvailablePhoneNumberEntityListing>;
|
|
5337
|
+
getRoutingSmsIdentityresolutionPhonenumber(addressId: string): Promise<Models.IdentityResolutionConfig>;
|
|
5318
5338
|
getRoutingSmsPhonenumber(phoneNumberId: string, opts?: RoutingApi.getRoutingSmsPhonenumberOptions): Promise<Models.SmsPhoneNumber>;
|
|
5319
5339
|
getRoutingSmsPhonenumbers(opts?: RoutingApi.getRoutingSmsPhonenumbersOptions): Promise<Models.SmsPhoneNumberEntityListing>;
|
|
5320
5340
|
getRoutingUserDirectroutingbackupSettings(userId: string): Promise<Models.AgentDirectRoutingBackupSettings>;
|
|
@@ -5379,11 +5399,14 @@ declare class RoutingApi {
|
|
|
5379
5399
|
postUserRoutingskills(userId: string, body: Models.UserRoutingSkillPost): Promise<Models.UserRoutingSkill>;
|
|
5380
5400
|
putRoutingDirectroutingbackupSettingsMe(body: Models.AgentDirectRoutingBackupSettings): Promise<Models.AgentDirectRoutingBackupSettings>;
|
|
5381
5401
|
putRoutingEmailDomainRoute(domainName: string, routeId: string, body: Models.InboundRoute): Promise<Models.InboundRoute>;
|
|
5402
|
+
putRoutingEmailDomainRouteIdentityresolution(domainName: string, routeId: string, body: Models.IdentityResolutionConfig): Promise<Models.IdentityResolutionConfig>;
|
|
5382
5403
|
putRoutingEmailOutboundDomainActivation(domainId: string): Promise<Models.EmailOutboundDomainResult>;
|
|
5383
5404
|
putRoutingMessageRecipient(recipientId: string, body: Models.RecipientRequest): Promise<Models.Recipient>;
|
|
5384
5405
|
putRoutingQueue(queueId: string, body: Models.QueueRequest): Promise<Models.Queue>;
|
|
5406
|
+
putRoutingQueueIdentityresolution(queueId: string, body: Models.IdentityResolutionQueueConfig): Promise<Models.IdentityResolutionQueueConfig>;
|
|
5385
5407
|
putRoutingSettings(body: Models.RoutingSettings): Promise<Models.RoutingSettings>;
|
|
5386
5408
|
putRoutingSettingsTranscription(body: Models.TranscriptionSettings): Promise<Models.TranscriptionSettings>;
|
|
5409
|
+
putRoutingSmsIdentityresolutionPhonenumber(addressId: string, body: Models.IdentityResolutionConfig): Promise<Models.IdentityResolutionConfig>;
|
|
5387
5410
|
putRoutingUserDirectroutingbackupSettings(userId: string, body: Models.AgentDirectRoutingBackupSettings): Promise<Models.AgentDirectRoutingBackupSettings>;
|
|
5388
5411
|
putRoutingUserUtilization(userId: string, body: Models.UtilizationRequest): Promise<Models.AgentMaxUtilizationResponse>;
|
|
5389
5412
|
putRoutingUtilization(body: Models.UtilizationRequest): Promise<Models.UtilizationResponse>;
|
|
@@ -7307,6 +7330,7 @@ declare class WebDeploymentsApi {
|
|
|
7307
7330
|
getWebdeploymentsDeployment(deploymentId: string, opts?: WebDeploymentsApi.getWebdeploymentsDeploymentOptions): Promise<Models.WebDeployment>;
|
|
7308
7331
|
getWebdeploymentsDeploymentCobrowseSessionId(deploymentId: string, sessionId: string): Promise<Models.CobrowseWebMessagingSession>;
|
|
7309
7332
|
getWebdeploymentsDeploymentConfigurations(deploymentId: string, opts?: WebDeploymentsApi.getWebdeploymentsDeploymentConfigurationsOptions): Promise<Models.WebDeploymentActiveConfigurationOnDeployment>;
|
|
7333
|
+
getWebdeploymentsDeploymentIdentityresolution(deploymentId: string): Promise<Models.IdentityResolutionConfig>;
|
|
7310
7334
|
getWebdeploymentsDeployments(opts?: WebDeploymentsApi.getWebdeploymentsDeploymentsOptions): Promise<Models.ExpandableWebDeploymentEntityListing>;
|
|
7311
7335
|
postWebdeploymentsConfigurationVersionsDraftPublish(configurationId: string): Promise<Models.WebDeploymentConfigurationVersion>;
|
|
7312
7336
|
postWebdeploymentsConfigurations(configurationVersion: Models.WebDeploymentConfigurationVersion): Promise<Models.WebDeploymentConfigurationVersion>;
|
|
@@ -7315,6 +7339,7 @@ declare class WebDeploymentsApi {
|
|
|
7315
7339
|
postWebdeploymentsTokenRefresh(opts?: WebDeploymentsApi.postWebdeploymentsTokenRefreshOptions): Promise<Models.SignedData>;
|
|
7316
7340
|
putWebdeploymentsConfigurationVersionsDraft(configurationId: string, configurationVersion: Models.WebDeploymentConfigurationVersion): Promise<Models.WebDeploymentConfigurationVersion>;
|
|
7317
7341
|
putWebdeploymentsDeployment(deploymentId: string, deployment: Models.WebDeployment): Promise<Models.WebDeployment>;
|
|
7342
|
+
putWebdeploymentsDeploymentIdentityresolution(deploymentId: string, body: Models.IdentityResolutionConfig): Promise<Models.IdentityResolutionConfig>;
|
|
7318
7343
|
}
|
|
7319
7344
|
|
|
7320
7345
|
declare namespace WebDeploymentsApi {
|
|
@@ -8005,6 +8030,12 @@ declare namespace Models {
|
|
|
8005
8030
|
"relyingPartyIdentifier"?: string;
|
|
8006
8031
|
"certificate"?: string;
|
|
8007
8032
|
"certificates"?: Array<string>;
|
|
8033
|
+
"logoImageData"?: string;
|
|
8034
|
+
"nameIdentifierFormat"?: string;
|
|
8035
|
+
"ssoBinding"?: string;
|
|
8036
|
+
"signAuthnRequests"?: boolean;
|
|
8037
|
+
"providerName"?: string;
|
|
8038
|
+
"displayOnLogin"?: boolean;
|
|
8008
8039
|
"selfUri"?: string;
|
|
8009
8040
|
}
|
|
8010
8041
|
|
|
@@ -8366,8 +8397,8 @@ declare namespace Models {
|
|
|
8366
8397
|
"successSchemaUri"?: string;
|
|
8367
8398
|
"errorSchema"?: Models.JsonSchemaDocument;
|
|
8368
8399
|
"errorSchemaUri"?: string;
|
|
8369
|
-
"successSchemaFlattened"?: Models.
|
|
8370
|
-
"errorSchemaFlattened"?:
|
|
8400
|
+
"successSchemaFlattened"?: Models.FlattenedJsonSchemaDocument;
|
|
8401
|
+
"errorSchemaFlattened"?: Models.FlattenedJsonSchemaDocument;
|
|
8371
8402
|
}
|
|
8372
8403
|
|
|
8373
8404
|
export interface ActionProperties {
|
|
@@ -8444,10 +8475,6 @@ declare namespace Models {
|
|
|
8444
8475
|
"delayInSeconds"?: number;
|
|
8445
8476
|
}
|
|
8446
8477
|
|
|
8447
|
-
export interface ActiveAlertCount {
|
|
8448
|
-
"count"?: number;
|
|
8449
|
-
}
|
|
8450
|
-
|
|
8451
8478
|
export interface ActivityCode {
|
|
8452
8479
|
"id"?: string;
|
|
8453
8480
|
"selfUri"?: string;
|
|
@@ -10131,6 +10158,15 @@ declare namespace Models {
|
|
|
10131
10158
|
"homeOrg"?: Models.ArchitectDependencyTrackingBuildNotificationHomeOrganization;
|
|
10132
10159
|
}
|
|
10133
10160
|
|
|
10161
|
+
export interface ArchitectExportJobStateResponse {
|
|
10162
|
+
"id"?: string;
|
|
10163
|
+
"status"?: string;
|
|
10164
|
+
"command"?: string;
|
|
10165
|
+
"downloadUrl"?: string;
|
|
10166
|
+
"messages"?: Array<Models.ArchitectJobMessage>;
|
|
10167
|
+
"selfUri"?: string;
|
|
10168
|
+
}
|
|
10169
|
+
|
|
10134
10170
|
export interface ArchitectFlowFields {
|
|
10135
10171
|
"architectFlow"?: Models.AddressableEntityRef;
|
|
10136
10172
|
"flowRequestMappings"?: Array<Models.RequestMapping>;
|
|
@@ -10240,6 +10276,13 @@ declare namespace Models {
|
|
|
10240
10276
|
"homeOrg"?: Models.ArchitectFlowOutcomeNotificationHomeOrganization;
|
|
10241
10277
|
}
|
|
10242
10278
|
|
|
10279
|
+
export interface ArchitectFlowReference {
|
|
10280
|
+
"id"?: string;
|
|
10281
|
+
"name"?: string;
|
|
10282
|
+
"type"?: string;
|
|
10283
|
+
"version"?: string;
|
|
10284
|
+
}
|
|
10285
|
+
|
|
10243
10286
|
export interface ArchitectJobMessage {
|
|
10244
10287
|
"dateTime"?: string;
|
|
10245
10288
|
"type"?: string;
|
|
@@ -10804,7 +10847,7 @@ declare namespace Models {
|
|
|
10804
10847
|
|
|
10805
10848
|
export interface AuditQueryRequest {
|
|
10806
10849
|
"interval": string;
|
|
10807
|
-
"serviceName"
|
|
10850
|
+
"serviceName"?: string;
|
|
10808
10851
|
"filters"?: Array<Models.AuditQueryFilter>;
|
|
10809
10852
|
"sort"?: Array<Models.AuditQuerySort>;
|
|
10810
10853
|
}
|
|
@@ -11121,6 +11164,20 @@ declare namespace Models {
|
|
|
11121
11164
|
"consultTransferEvents"?: Array<Models.ConsultTransferEvent>;
|
|
11122
11165
|
"progressConsultTransferEvents"?: Array<Models.ProgressConsultTransferEvent>;
|
|
11123
11166
|
"endConsultTransferEvents"?: Array<Models.EndConsultTransferEvent>;
|
|
11167
|
+
"emailBeginTransmittingEvents"?: Array<Models.EmailBeginTransmittingEvent>;
|
|
11168
|
+
"emailCommunicationEndedEvents"?: Array<Models.EmailCommunicationEndedEvent>;
|
|
11169
|
+
"emailExternalEstablishedEvents"?: Array<Models.EmailExternalEstablishedEvent>;
|
|
11170
|
+
"emailFlowEstablishedEvents"?: Array<Models.EmailFlowEstablishedEvent>;
|
|
11171
|
+
"emailRoutingEstablishedEvents"?: Array<Models.EmailRoutingEstablishedEvent>;
|
|
11172
|
+
"emailUserEstablishedEvents"?: Array<Models.EmailUserEstablishedEvent>;
|
|
11173
|
+
"emailCommunicationAnsweredEvents"?: Array<Models.EmailCommunicationAnsweredEvent>;
|
|
11174
|
+
"emailCommunicationDispositionAppliedEvents"?: Array<Models.EmailCommunicationDispositionAppliedEvent>;
|
|
11175
|
+
"emailCommunicationSentMessageEvents"?: Array<Models.EmailCommunicationSentMessageEvent>;
|
|
11176
|
+
"emailHoldUpdatedEvents"?: Array<Models.EmailHoldUpdatedEvent>;
|
|
11177
|
+
"emailEndTransferEvents"?: Array<Models.EmailEndTransferEvent>;
|
|
11178
|
+
"emailProgressTransferEvents"?: Array<Models.EmailProgressTransferEvent>;
|
|
11179
|
+
"emailRoutingTransferEvents"?: Array<Models.EmailRoutingTransferEvent>;
|
|
11180
|
+
"emailUserTransferEvents"?: Array<Models.EmailUserTransferEvent>;
|
|
11124
11181
|
}
|
|
11125
11182
|
|
|
11126
11183
|
export interface BatchDownloadJobResult {
|
|
@@ -12111,93 +12168,93 @@ declare namespace Models {
|
|
|
12111
12168
|
}
|
|
12112
12169
|
|
|
12113
12170
|
export interface BulkContactsResponse {
|
|
12114
|
-
"results"?: Array<Models.
|
|
12171
|
+
"results"?: Array<Models.BulkResponseResultExternalContactExternalContactBulkEntityErrorExternalContact>;
|
|
12115
12172
|
"errorCount"?: number;
|
|
12116
12173
|
"errorIndexes"?: Array<number>;
|
|
12117
12174
|
}
|
|
12118
12175
|
|
|
12119
12176
|
export interface BulkDeleteResponse {
|
|
12120
|
-
"results"?: Array<Models.
|
|
12177
|
+
"results"?: Array<Models.BulkResponseResultVoidEntityBulkEntityErrorEntity>;
|
|
12121
12178
|
"errorCount"?: number;
|
|
12122
12179
|
"errorIndexes"?: Array<number>;
|
|
12123
12180
|
}
|
|
12124
12181
|
|
|
12125
|
-
export interface
|
|
12126
|
-
"message"?: string;
|
|
12182
|
+
export interface BulkEntityErrorEntity {
|
|
12127
12183
|
"code"?: string;
|
|
12128
|
-
}
|
|
12129
|
-
|
|
12130
|
-
export interface BulkErrorDetail {
|
|
12131
|
-
"fieldName"?: string;
|
|
12132
|
-
"value"?: string;
|
|
12133
12184
|
"message"?: string;
|
|
12185
|
+
"status"?: number;
|
|
12186
|
+
"retryable"?: boolean;
|
|
12187
|
+
"details"?: Array<Models.BulkErrorDetail>;
|
|
12188
|
+
"entity"?: Models.Entity;
|
|
12134
12189
|
}
|
|
12135
12190
|
|
|
12136
|
-
export interface
|
|
12191
|
+
export interface BulkEntityErrorExternalContact {
|
|
12137
12192
|
"code"?: string;
|
|
12138
12193
|
"message"?: string;
|
|
12139
12194
|
"status"?: number;
|
|
12140
12195
|
"retryable"?: boolean;
|
|
12141
|
-
"entity"?: Models.Entity;
|
|
12142
12196
|
"details"?: Array<Models.BulkErrorDetail>;
|
|
12197
|
+
"entity"?: Models.ExternalContact;
|
|
12143
12198
|
}
|
|
12144
12199
|
|
|
12145
|
-
export interface
|
|
12200
|
+
export interface BulkEntityErrorExternalOrganization {
|
|
12146
12201
|
"code"?: string;
|
|
12147
12202
|
"message"?: string;
|
|
12148
12203
|
"status"?: number;
|
|
12149
12204
|
"retryable"?: boolean;
|
|
12150
|
-
"entity"?: Models.ExternalContact;
|
|
12151
12205
|
"details"?: Array<Models.BulkErrorDetail>;
|
|
12206
|
+
"entity"?: Models.ExternalOrganization;
|
|
12152
12207
|
}
|
|
12153
12208
|
|
|
12154
|
-
export interface
|
|
12209
|
+
export interface BulkEntityErrorNote {
|
|
12155
12210
|
"code"?: string;
|
|
12156
12211
|
"message"?: string;
|
|
12157
12212
|
"status"?: number;
|
|
12158
12213
|
"retryable"?: boolean;
|
|
12159
|
-
"entity"?: Models.ExternalOrganization;
|
|
12160
12214
|
"details"?: Array<Models.BulkErrorDetail>;
|
|
12215
|
+
"entity"?: Models.Note;
|
|
12161
12216
|
}
|
|
12162
12217
|
|
|
12163
|
-
export interface
|
|
12218
|
+
export interface BulkEntityErrorRelationship {
|
|
12164
12219
|
"code"?: string;
|
|
12165
12220
|
"message"?: string;
|
|
12166
12221
|
"status"?: number;
|
|
12167
12222
|
"retryable"?: boolean;
|
|
12168
|
-
"entity"?: Models.Note;
|
|
12169
12223
|
"details"?: Array<Models.BulkErrorDetail>;
|
|
12224
|
+
"entity"?: Models.Relationship;
|
|
12170
12225
|
}
|
|
12171
12226
|
|
|
12172
|
-
export interface
|
|
12227
|
+
export interface BulkError {
|
|
12228
|
+
"message"?: string;
|
|
12173
12229
|
"code"?: string;
|
|
12230
|
+
}
|
|
12231
|
+
|
|
12232
|
+
export interface BulkErrorDetail {
|
|
12233
|
+
"fieldName"?: string;
|
|
12234
|
+
"value"?: string;
|
|
12174
12235
|
"message"?: string;
|
|
12175
|
-
"status"?: number;
|
|
12176
|
-
"retryable"?: boolean;
|
|
12177
|
-
"entity"?: Models.Relationship;
|
|
12178
|
-
"details"?: Array<Models.BulkErrorDetail>;
|
|
12179
12236
|
}
|
|
12180
12237
|
|
|
12181
12238
|
export interface BulkFetchContactsResponse {
|
|
12182
|
-
"results"?: Array<Models.
|
|
12239
|
+
"results"?: Array<Models.BulkResponseResultExternalContactEntityBulkEntityErrorEntity>;
|
|
12183
12240
|
"errorCount"?: number;
|
|
12184
12241
|
"errorIndexes"?: Array<number>;
|
|
12185
12242
|
}
|
|
12186
12243
|
|
|
12187
12244
|
export interface BulkFetchNotesResponse {
|
|
12188
|
-
"results"?: Array<Models.
|
|
12245
|
+
"results"?: Array<Models.BulkResponseResultNoteEntityBulkEntityErrorEntity>;
|
|
12189
12246
|
"errorCount"?: number;
|
|
12190
12247
|
"errorIndexes"?: Array<number>;
|
|
12191
12248
|
}
|
|
12192
12249
|
|
|
12193
12250
|
export interface BulkFetchOrganizationsResponse {
|
|
12194
|
-
"results"?: Array<Models.
|
|
12251
|
+
"results"?: Array<Models.BulkResponseResultExternalOrganizationEntityBulkEntityErrorEntity>;
|
|
12195
12252
|
"errorCount"?: number;
|
|
12196
12253
|
"errorIndexes"?: Array<number>;
|
|
12197
12254
|
}
|
|
12198
12255
|
|
|
12199
12256
|
export interface BulkFetchRelationshipsResponse {
|
|
12200
|
-
"results"?: Array<Models.
|
|
12257
|
+
"results"?: Array<Models.BulkResponseResultRelationshipEntityBulkEntityErrorEntity>;
|
|
12201
12258
|
"errorCount"?: number;
|
|
12202
12259
|
"errorIndexes"?: Array<number>;
|
|
12203
12260
|
}
|
|
@@ -12288,7 +12345,7 @@ declare namespace Models {
|
|
|
12288
12345
|
}
|
|
12289
12346
|
|
|
12290
12347
|
export interface BulkNotesResponse {
|
|
12291
|
-
"results"?: Array<Models.
|
|
12348
|
+
"results"?: Array<Models.BulkResponseResultNoteNoteBulkEntityErrorNote>;
|
|
12292
12349
|
"errorCount"?: number;
|
|
12293
12350
|
"errorIndexes"?: Array<number>;
|
|
12294
12351
|
}
|
|
@@ -12298,7 +12355,7 @@ declare namespace Models {
|
|
|
12298
12355
|
}
|
|
12299
12356
|
|
|
12300
12357
|
export interface BulkOrganizationsResponse {
|
|
12301
|
-
"results"?: Array<Models.
|
|
12358
|
+
"results"?: Array<Models.BulkResponseResultExternalOrganizationExternalOrganizationBulkEntityErrorExternalOrganization>;
|
|
12302
12359
|
"errorCount"?: number;
|
|
12303
12360
|
"errorIndexes"?: Array<number>;
|
|
12304
12361
|
}
|
|
@@ -12308,7 +12365,7 @@ declare namespace Models {
|
|
|
12308
12365
|
}
|
|
12309
12366
|
|
|
12310
12367
|
export interface BulkRelationshipsResponse {
|
|
12311
|
-
"results"?: Array<Models.
|
|
12368
|
+
"results"?: Array<Models.BulkResponseResultRelationshipRelationshipBulkEntityErrorRelationship>;
|
|
12312
12369
|
"errorCount"?: number;
|
|
12313
12370
|
"errorIndexes"?: Array<number>;
|
|
12314
12371
|
}
|
|
@@ -12319,67 +12376,67 @@ declare namespace Models {
|
|
|
12319
12376
|
"errorIndexes"?: Array<number>;
|
|
12320
12377
|
}
|
|
12321
12378
|
|
|
12322
|
-
export interface
|
|
12379
|
+
export interface BulkResponseResultExternalContactEntityBulkEntityErrorEntity {
|
|
12323
12380
|
"id"?: string;
|
|
12324
12381
|
"success"?: boolean;
|
|
12325
12382
|
"entity"?: Models.ExternalContact;
|
|
12326
|
-
"error"?: Models.
|
|
12383
|
+
"error"?: Models.BulkEntityErrorEntity;
|
|
12327
12384
|
}
|
|
12328
12385
|
|
|
12329
|
-
export interface
|
|
12386
|
+
export interface BulkResponseResultExternalContactExternalContactBulkEntityErrorExternalContact {
|
|
12330
12387
|
"id"?: string;
|
|
12331
12388
|
"success"?: boolean;
|
|
12332
12389
|
"entity"?: Models.ExternalContact;
|
|
12333
|
-
"error"?: Models.
|
|
12390
|
+
"error"?: Models.BulkEntityErrorExternalContact;
|
|
12334
12391
|
}
|
|
12335
12392
|
|
|
12336
|
-
export interface
|
|
12393
|
+
export interface BulkResponseResultExternalOrganizationEntityBulkEntityErrorEntity {
|
|
12337
12394
|
"id"?: string;
|
|
12338
12395
|
"success"?: boolean;
|
|
12339
12396
|
"entity"?: Models.ExternalOrganization;
|
|
12340
|
-
"error"?: Models.
|
|
12397
|
+
"error"?: Models.BulkEntityErrorEntity;
|
|
12341
12398
|
}
|
|
12342
12399
|
|
|
12343
|
-
export interface
|
|
12400
|
+
export interface BulkResponseResultExternalOrganizationExternalOrganizationBulkEntityErrorExternalOrganization {
|
|
12344
12401
|
"id"?: string;
|
|
12345
12402
|
"success"?: boolean;
|
|
12346
12403
|
"entity"?: Models.ExternalOrganization;
|
|
12347
|
-
"error"?: Models.
|
|
12404
|
+
"error"?: Models.BulkEntityErrorExternalOrganization;
|
|
12348
12405
|
}
|
|
12349
12406
|
|
|
12350
|
-
export interface
|
|
12407
|
+
export interface BulkResponseResultNoteEntityBulkEntityErrorEntity {
|
|
12351
12408
|
"id"?: string;
|
|
12352
12409
|
"success"?: boolean;
|
|
12353
12410
|
"entity"?: Models.Note;
|
|
12354
|
-
"error"?: Models.
|
|
12411
|
+
"error"?: Models.BulkEntityErrorEntity;
|
|
12355
12412
|
}
|
|
12356
12413
|
|
|
12357
|
-
export interface
|
|
12414
|
+
export interface BulkResponseResultNoteNoteBulkEntityErrorNote {
|
|
12358
12415
|
"id"?: string;
|
|
12359
12416
|
"success"?: boolean;
|
|
12360
12417
|
"entity"?: Models.Note;
|
|
12361
|
-
"error"?: Models.
|
|
12418
|
+
"error"?: Models.BulkEntityErrorNote;
|
|
12362
12419
|
}
|
|
12363
12420
|
|
|
12364
|
-
export interface
|
|
12421
|
+
export interface BulkResponseResultRelationshipEntityBulkEntityErrorEntity {
|
|
12365
12422
|
"id"?: string;
|
|
12366
12423
|
"success"?: boolean;
|
|
12367
12424
|
"entity"?: Models.Relationship;
|
|
12368
|
-
"error"?: Models.
|
|
12425
|
+
"error"?: Models.BulkEntityErrorEntity;
|
|
12369
12426
|
}
|
|
12370
12427
|
|
|
12371
|
-
export interface
|
|
12428
|
+
export interface BulkResponseResultRelationshipRelationshipBulkEntityErrorRelationship {
|
|
12372
12429
|
"id"?: string;
|
|
12373
12430
|
"success"?: boolean;
|
|
12374
12431
|
"entity"?: Models.Relationship;
|
|
12375
|
-
"error"?: Models.
|
|
12432
|
+
"error"?: Models.BulkEntityErrorRelationship;
|
|
12376
12433
|
}
|
|
12377
12434
|
|
|
12378
|
-
export interface
|
|
12435
|
+
export interface BulkResponseResultVoidEntityBulkEntityErrorEntity {
|
|
12379
12436
|
"id"?: string;
|
|
12380
12437
|
"success"?: boolean;
|
|
12381
12438
|
"entity"?: object;
|
|
12382
|
-
"error"?: Models.
|
|
12439
|
+
"error"?: Models.BulkEntityErrorEntity;
|
|
12383
12440
|
}
|
|
12384
12441
|
|
|
12385
12442
|
export interface BulkResult {
|
|
@@ -13116,6 +13173,7 @@ declare namespace Models {
|
|
|
13116
13173
|
"dynamicContactQueueingSettings"?: Models.DynamicContactQueueingSettings;
|
|
13117
13174
|
"skillColumns"?: Array<string>;
|
|
13118
13175
|
"maxCallsPerAgent"?: number;
|
|
13176
|
+
"maxCallsPerAgentDecimal"?: number;
|
|
13119
13177
|
"callbackAutoAnswer"?: boolean;
|
|
13120
13178
|
"dynamicLineBalancingSettings"?: Models.DynamicLineBalancingSettings;
|
|
13121
13179
|
"selfUri"?: string;
|
|
@@ -13925,6 +13983,8 @@ declare namespace Models {
|
|
|
13925
13983
|
"wfmSchedule"?: Models.WfmScheduleReference;
|
|
13926
13984
|
"dateCompleted"?: string;
|
|
13927
13985
|
"externalLinks"?: Array<string>;
|
|
13986
|
+
"location"?: string;
|
|
13987
|
+
"shareInsightsData"?: boolean;
|
|
13928
13988
|
"selfUri"?: string;
|
|
13929
13989
|
}
|
|
13930
13990
|
|
|
@@ -14683,6 +14743,7 @@ declare namespace Models {
|
|
|
14683
14743
|
|
|
14684
14744
|
export interface ContactIdentifier {
|
|
14685
14745
|
"id"?: string;
|
|
14746
|
+
"division"?: Models.WritableStarrableDivision;
|
|
14686
14747
|
"type": string;
|
|
14687
14748
|
"value": string;
|
|
14688
14749
|
"dateCreated"?: string;
|
|
@@ -15054,6 +15115,20 @@ declare namespace Models {
|
|
|
15054
15115
|
"cards": Array<Models.ContentCard>;
|
|
15055
15116
|
}
|
|
15056
15117
|
|
|
15118
|
+
export interface ContentDatePicker {
|
|
15119
|
+
"title"?: string;
|
|
15120
|
+
"subtitle"?: string;
|
|
15121
|
+
"imageUrl"?: string;
|
|
15122
|
+
"dateMinimum"?: string;
|
|
15123
|
+
"dateMaximum"?: string;
|
|
15124
|
+
"availableTimes": Array<Models.ContentDatePickerAvailableTime>;
|
|
15125
|
+
}
|
|
15126
|
+
|
|
15127
|
+
export interface ContentDatePickerAvailableTime {
|
|
15128
|
+
"duration"?: number;
|
|
15129
|
+
"dateTime"?: string;
|
|
15130
|
+
}
|
|
15131
|
+
|
|
15057
15132
|
export interface ContentFileRequest {
|
|
15058
15133
|
"uploadKey"?: string;
|
|
15059
15134
|
"name"?: string;
|
|
@@ -15093,14 +15168,6 @@ declare namespace Models {
|
|
|
15093
15168
|
"components"?: Array<Models.ListItemComponent>;
|
|
15094
15169
|
}
|
|
15095
15170
|
|
|
15096
|
-
export interface ContentLocation {
|
|
15097
|
-
"url"?: string;
|
|
15098
|
-
"address"?: string;
|
|
15099
|
-
"text"?: string;
|
|
15100
|
-
"latitude"?: number;
|
|
15101
|
-
"longitude"?: number;
|
|
15102
|
-
}
|
|
15103
|
-
|
|
15104
15171
|
export interface ContentManagementSingleDocumentTopicDocumentDataV2 {
|
|
15105
15172
|
"id"?: string;
|
|
15106
15173
|
"name"?: string;
|
|
@@ -15170,6 +15237,7 @@ declare namespace Models {
|
|
|
15170
15237
|
"language"?: string;
|
|
15171
15238
|
"header"?: Models.NotificationTemplateHeader;
|
|
15172
15239
|
"body": Models.NotificationTemplateBody;
|
|
15240
|
+
"buttons"?: Array<Models.NotificationTemplateButton>;
|
|
15173
15241
|
"footer"?: Models.NotificationTemplateFooter;
|
|
15174
15242
|
}
|
|
15175
15243
|
|
|
@@ -16327,6 +16395,7 @@ declare namespace Models {
|
|
|
16327
16395
|
"language"?: string;
|
|
16328
16396
|
"header"?: Models.ConversationNotificationTemplateHeader;
|
|
16329
16397
|
"body": Models.ConversationNotificationTemplateBody;
|
|
16398
|
+
"buttons"?: Array<Models.ConversationNotificationTemplateButton>;
|
|
16330
16399
|
"footer"?: Models.ConversationNotificationTemplateFooter;
|
|
16331
16400
|
}
|
|
16332
16401
|
|
|
@@ -18589,6 +18658,8 @@ declare namespace Models {
|
|
|
18589
18658
|
"documentIds"?: Array<string>;
|
|
18590
18659
|
"wfmSchedule"?: Models.WfmScheduleReference;
|
|
18591
18660
|
"externalLinks"?: Array<string>;
|
|
18661
|
+
"location"?: string;
|
|
18662
|
+
"shareInsightsData"?: boolean;
|
|
18592
18663
|
}
|
|
18593
18664
|
|
|
18594
18665
|
export interface CreateEmailRequest {
|
|
@@ -18608,6 +18679,7 @@ declare namespace Models {
|
|
|
18608
18679
|
"htmlBody"?: string;
|
|
18609
18680
|
"textBody"?: string;
|
|
18610
18681
|
"externalContactId"?: string;
|
|
18682
|
+
"utilizationLabel"?: string;
|
|
18611
18683
|
}
|
|
18612
18684
|
|
|
18613
18685
|
export interface CreateGeneralProgramTopicsDefinitionsJob {
|
|
@@ -19301,12 +19373,12 @@ declare namespace Models {
|
|
|
19301
19373
|
"certificate"?: string;
|
|
19302
19374
|
"certificates"?: Array<string>;
|
|
19303
19375
|
"logoImageData"?: string;
|
|
19304
|
-
"endpointCompression"?: boolean;
|
|
19305
19376
|
"nameIdentifierFormat"?: string;
|
|
19306
19377
|
"ssoBinding"?: string;
|
|
19307
19378
|
"signAuthnRequests"?: boolean;
|
|
19308
19379
|
"providerName"?: string;
|
|
19309
19380
|
"displayOnLogin"?: boolean;
|
|
19381
|
+
"endpointCompression"?: boolean;
|
|
19310
19382
|
"selfUri"?: string;
|
|
19311
19383
|
}
|
|
19312
19384
|
|
|
@@ -19347,6 +19419,12 @@ declare namespace Models {
|
|
|
19347
19419
|
"relyingPartyIdentifier"?: string;
|
|
19348
19420
|
"certificate"?: string;
|
|
19349
19421
|
"certificates"?: Array<string>;
|
|
19422
|
+
"logoImageData"?: string;
|
|
19423
|
+
"nameIdentifierFormat"?: string;
|
|
19424
|
+
"ssoBinding"?: string;
|
|
19425
|
+
"signAuthnRequests"?: boolean;
|
|
19426
|
+
"providerName"?: string;
|
|
19427
|
+
"displayOnLogin"?: boolean;
|
|
19350
19428
|
"selfUri"?: string;
|
|
19351
19429
|
}
|
|
19352
19430
|
|
|
@@ -23768,6 +23846,12 @@ declare namespace Models {
|
|
|
23768
23846
|
"entities"?: Array<Models.DomainEntityRef>;
|
|
23769
23847
|
}
|
|
23770
23848
|
|
|
23849
|
+
export interface ExportDetails {
|
|
23850
|
+
"flow": Models.ArchitectFlowReference;
|
|
23851
|
+
"fileName"?: string;
|
|
23852
|
+
"exportType"?: string;
|
|
23853
|
+
}
|
|
23854
|
+
|
|
23771
23855
|
export interface ExportScriptRequest {
|
|
23772
23856
|
"fileName"?: string;
|
|
23773
23857
|
"versionId"?: string;
|
|
@@ -23871,6 +23955,7 @@ declare namespace Models {
|
|
|
23871
23955
|
|
|
23872
23956
|
export interface ExternalContact {
|
|
23873
23957
|
"id"?: string;
|
|
23958
|
+
"division"?: Models.WritableStarrableDivision;
|
|
23874
23959
|
"firstName"?: string;
|
|
23875
23960
|
"middleName"?: string;
|
|
23876
23961
|
"lastName"?: string;
|
|
@@ -24506,6 +24591,7 @@ declare namespace Models {
|
|
|
24506
24591
|
export interface ExternalOrganization {
|
|
24507
24592
|
"id"?: string;
|
|
24508
24593
|
"name": string;
|
|
24594
|
+
"division"?: Models.WritableStarrableDivision;
|
|
24509
24595
|
"companyType"?: string;
|
|
24510
24596
|
"industry"?: string;
|
|
24511
24597
|
"primaryContactId"?: string;
|
|
@@ -24530,6 +24616,7 @@ declare namespace Models {
|
|
|
24530
24616
|
|
|
24531
24617
|
export interface ExternalOrganizationIdentifier {
|
|
24532
24618
|
"id"?: string;
|
|
24619
|
+
"division"?: Models.WritableStarrableDivision;
|
|
24533
24620
|
"type": string;
|
|
24534
24621
|
"value": string;
|
|
24535
24622
|
"dateCreated"?: string;
|
|
@@ -24553,6 +24640,7 @@ declare namespace Models {
|
|
|
24553
24640
|
|
|
24554
24641
|
export interface ExternalOrganizationTrustorLink {
|
|
24555
24642
|
"id"?: string;
|
|
24643
|
+
"division"?: Models.WritableStarrableDivision;
|
|
24556
24644
|
"externalOrganizationId"?: string;
|
|
24557
24645
|
"trustorOrgId"?: string;
|
|
24558
24646
|
"dateCreated"?: string;
|
|
@@ -24990,6 +25078,11 @@ declare namespace Models {
|
|
|
24990
25078
|
"daysOfWeek"?: Array<string>;
|
|
24991
25079
|
}
|
|
24992
25080
|
|
|
25081
|
+
export interface FlattenedJsonSchemaDocument {
|
|
25082
|
+
"schema"?: Models.JsonSchemaDocument;
|
|
25083
|
+
"arrayProperties"?: Array<string>;
|
|
25084
|
+
}
|
|
25085
|
+
|
|
24993
25086
|
export interface Flow {
|
|
24994
25087
|
"id"?: string;
|
|
24995
25088
|
"name": string;
|
|
@@ -26096,6 +26189,12 @@ declare namespace Models {
|
|
|
26096
26189
|
"relyingPartyIdentifier"?: string;
|
|
26097
26190
|
"certificate"?: string;
|
|
26098
26191
|
"certificates"?: Array<string>;
|
|
26192
|
+
"logoImageData"?: string;
|
|
26193
|
+
"nameIdentifierFormat"?: string;
|
|
26194
|
+
"ssoBinding"?: string;
|
|
26195
|
+
"signAuthnRequests"?: boolean;
|
|
26196
|
+
"providerName"?: string;
|
|
26197
|
+
"displayOnLogin"?: boolean;
|
|
26099
26198
|
"selfUri"?: string;
|
|
26100
26199
|
}
|
|
26101
26200
|
|
|
@@ -26192,8 +26291,12 @@ declare namespace Models {
|
|
|
26192
26291
|
"certificate"?: string;
|
|
26193
26292
|
"certificates"?: Array<string>;
|
|
26194
26293
|
"logoImageData"?: string;
|
|
26195
|
-
"endpointCompression"?: boolean;
|
|
26196
26294
|
"nameIdentifierFormat"?: string;
|
|
26295
|
+
"ssoBinding"?: string;
|
|
26296
|
+
"signAuthnRequests"?: boolean;
|
|
26297
|
+
"providerName"?: string;
|
|
26298
|
+
"displayOnLogin"?: boolean;
|
|
26299
|
+
"endpointCompression"?: boolean;
|
|
26197
26300
|
"selfUri"?: string;
|
|
26198
26301
|
}
|
|
26199
26302
|
|
|
@@ -26506,6 +26609,11 @@ declare namespace Models {
|
|
|
26506
26609
|
"selfUri"?: string;
|
|
26507
26610
|
}
|
|
26508
26611
|
|
|
26612
|
+
export interface GroupEmailPolicy {
|
|
26613
|
+
"emailMembers"?: boolean;
|
|
26614
|
+
"emailGroup"?: boolean;
|
|
26615
|
+
}
|
|
26616
|
+
|
|
26509
26617
|
export interface GroupEntityListing {
|
|
26510
26618
|
"entities"?: Array<Models.Group>;
|
|
26511
26619
|
"pageSize"?: number;
|
|
@@ -27060,6 +27168,12 @@ declare namespace Models {
|
|
|
27060
27168
|
"relyingPartyIdentifier"?: string;
|
|
27061
27169
|
"certificate"?: string;
|
|
27062
27170
|
"certificates"?: Array<string>;
|
|
27171
|
+
"logoImageData"?: string;
|
|
27172
|
+
"nameIdentifierFormat"?: string;
|
|
27173
|
+
"ssoBinding"?: string;
|
|
27174
|
+
"signAuthnRequests"?: boolean;
|
|
27175
|
+
"providerName"?: string;
|
|
27176
|
+
"displayOnLogin"?: boolean;
|
|
27063
27177
|
"selfUri"?: string;
|
|
27064
27178
|
}
|
|
27065
27179
|
|
|
@@ -27071,7 +27185,7 @@ declare namespace Models {
|
|
|
27071
27185
|
}
|
|
27072
27186
|
|
|
27073
27187
|
export interface IdentityProviderEntityListing {
|
|
27074
|
-
"entities"?: Array<Models.
|
|
27188
|
+
"entities"?: Array<Models.SAMLProvider>;
|
|
27075
27189
|
"pageSize"?: number;
|
|
27076
27190
|
"pageNumber"?: number;
|
|
27077
27191
|
"total"?: number;
|
|
@@ -27085,6 +27199,7 @@ declare namespace Models {
|
|
|
27085
27199
|
|
|
27086
27200
|
export interface IdentityResolutionConfig {
|
|
27087
27201
|
"id"?: string;
|
|
27202
|
+
"division"?: Models.WritableStarrableDivision;
|
|
27088
27203
|
"resolveIdentities": boolean;
|
|
27089
27204
|
"selfUri"?: string;
|
|
27090
27205
|
}
|
|
@@ -27699,69 +27814,6 @@ declare namespace Models {
|
|
|
27699
27814
|
"assessment"?: string;
|
|
27700
27815
|
}
|
|
27701
27816
|
|
|
27702
|
-
export interface InteractionStatsAlert {
|
|
27703
|
-
"id"?: string;
|
|
27704
|
-
"name": string;
|
|
27705
|
-
"dimension": string;
|
|
27706
|
-
"dimensionValue": string;
|
|
27707
|
-
"metric": string;
|
|
27708
|
-
"mediaType": string;
|
|
27709
|
-
"numericRange": string;
|
|
27710
|
-
"statistic": string;
|
|
27711
|
-
"value": number;
|
|
27712
|
-
"ruleId": string;
|
|
27713
|
-
"unread": boolean;
|
|
27714
|
-
"startDate": string;
|
|
27715
|
-
"endDate"?: string;
|
|
27716
|
-
"notificationUsers": Array<Models.User>;
|
|
27717
|
-
"alertTypes": Array<string>;
|
|
27718
|
-
"ruleUri"?: string;
|
|
27719
|
-
"selfUri"?: string;
|
|
27720
|
-
}
|
|
27721
|
-
|
|
27722
|
-
export interface InteractionStatsAlertContainer {
|
|
27723
|
-
"entities"?: Array<Models.InteractionStatsAlert>;
|
|
27724
|
-
"pageSize"?: number;
|
|
27725
|
-
"pageNumber"?: number;
|
|
27726
|
-
"total"?: number;
|
|
27727
|
-
"firstUri"?: string;
|
|
27728
|
-
"lastUri"?: string;
|
|
27729
|
-
"selfUri"?: string;
|
|
27730
|
-
"nextUri"?: string;
|
|
27731
|
-
"previousUri"?: string;
|
|
27732
|
-
"pageCount"?: number;
|
|
27733
|
-
}
|
|
27734
|
-
|
|
27735
|
-
export interface InteractionStatsRule {
|
|
27736
|
-
"id"?: string;
|
|
27737
|
-
"name": string;
|
|
27738
|
-
"dimension": string;
|
|
27739
|
-
"dimensionValue": string;
|
|
27740
|
-
"metric": string;
|
|
27741
|
-
"mediaType": string;
|
|
27742
|
-
"numericRange": string;
|
|
27743
|
-
"statistic": string;
|
|
27744
|
-
"value": number;
|
|
27745
|
-
"enabled": boolean;
|
|
27746
|
-
"inAlarm"?: boolean;
|
|
27747
|
-
"notificationUsers": Array<Models.User>;
|
|
27748
|
-
"alertTypes": Array<string>;
|
|
27749
|
-
"selfUri"?: string;
|
|
27750
|
-
}
|
|
27751
|
-
|
|
27752
|
-
export interface InteractionStatsRuleContainer {
|
|
27753
|
-
"entities"?: Array<Models.InteractionStatsRule>;
|
|
27754
|
-
"pageSize"?: number;
|
|
27755
|
-
"pageNumber"?: number;
|
|
27756
|
-
"total"?: number;
|
|
27757
|
-
"firstUri"?: string;
|
|
27758
|
-
"lastUri"?: string;
|
|
27759
|
-
"selfUri"?: string;
|
|
27760
|
-
"nextUri"?: string;
|
|
27761
|
-
"previousUri"?: string;
|
|
27762
|
-
"pageCount"?: number;
|
|
27763
|
-
}
|
|
27764
|
-
|
|
27765
27817
|
export interface InternalMessage {
|
|
27766
27818
|
"state"?: string;
|
|
27767
27819
|
"initialState"?: string;
|
|
@@ -28712,6 +28764,7 @@ declare namespace Models {
|
|
|
28712
28764
|
"dateCompleted": string;
|
|
28713
28765
|
"status": string;
|
|
28714
28766
|
"journeyView": Models.JourneyView;
|
|
28767
|
+
"dateCompletionEstimated": string;
|
|
28715
28768
|
"selfUri"?: string;
|
|
28716
28769
|
}
|
|
28717
28770
|
|
|
@@ -29574,6 +29627,7 @@ declare namespace Models {
|
|
|
29574
29627
|
"categoryId"?: string;
|
|
29575
29628
|
"labelIds"?: Array<string>;
|
|
29576
29629
|
"externalId"?: string;
|
|
29630
|
+
"externalUrl"?: string;
|
|
29577
29631
|
"selfUri"?: string;
|
|
29578
29632
|
}
|
|
29579
29633
|
|
|
@@ -29663,7 +29717,7 @@ declare namespace Models {
|
|
|
29663
29717
|
}
|
|
29664
29718
|
|
|
29665
29719
|
export interface KnowledgeDocumentPresentation {
|
|
29666
|
-
"documents": Array<Models.
|
|
29720
|
+
"documents": Array<Models.PresentedKnowledgeDocument>;
|
|
29667
29721
|
"searchId"?: string;
|
|
29668
29722
|
"queryType"?: string;
|
|
29669
29723
|
"surfacingMethod"?: string;
|
|
@@ -29705,6 +29759,7 @@ declare namespace Models {
|
|
|
29705
29759
|
"categoryId"?: string;
|
|
29706
29760
|
"labelIds"?: Array<string>;
|
|
29707
29761
|
"externalId"?: string;
|
|
29762
|
+
"externalUrl"?: string;
|
|
29708
29763
|
"selfUri"?: string;
|
|
29709
29764
|
}
|
|
29710
29765
|
|
|
@@ -29857,12 +29912,6 @@ declare namespace Models {
|
|
|
29857
29912
|
"previousUri"?: string;
|
|
29858
29913
|
}
|
|
29859
29914
|
|
|
29860
|
-
export interface KnowledgeDocumentVersionVariationReference {
|
|
29861
|
-
"documentId": string;
|
|
29862
|
-
"documentVariationId": string;
|
|
29863
|
-
"documentVersionId": string;
|
|
29864
|
-
}
|
|
29865
|
-
|
|
29866
29915
|
export interface KnowledgeDocumentView {
|
|
29867
29916
|
"documentVariationId": string;
|
|
29868
29917
|
"documentVersionId": string;
|
|
@@ -29978,7 +30027,7 @@ declare namespace Models {
|
|
|
29978
30027
|
}
|
|
29979
30028
|
|
|
29980
30029
|
export interface KnowledgeGuestDocumentPresentation {
|
|
29981
|
-
"documents": Array<Models.
|
|
30030
|
+
"documents": Array<Models.PresentedKnowledgeDocument>;
|
|
29982
30031
|
"searchId"?: string;
|
|
29983
30032
|
"queryType"?: string;
|
|
29984
30033
|
"surfacingMethod"?: string;
|
|
@@ -30390,6 +30439,9 @@ declare namespace Models {
|
|
|
30390
30439
|
"countLabelDeleteFailure"?: number;
|
|
30391
30440
|
}
|
|
30392
30441
|
|
|
30442
|
+
export interface KnowledgeSyncRequest {
|
|
30443
|
+
}
|
|
30444
|
+
|
|
30393
30445
|
export interface KnowledgeTraining {
|
|
30394
30446
|
"id"?: string;
|
|
30395
30447
|
"dateTriggered"?: string;
|
|
@@ -32149,7 +32201,6 @@ declare namespace Models {
|
|
|
32149
32201
|
|
|
32150
32202
|
export interface MessageContent {
|
|
32151
32203
|
"contentType": string;
|
|
32152
|
-
"location"?: Models.ContentLocation;
|
|
32153
32204
|
"attachment"?: Models.ContentAttachment;
|
|
32154
32205
|
"quickReply"?: Models.ContentQuickReply;
|
|
32155
32206
|
"buttonResponse"?: Models.ContentButtonResponse;
|
|
@@ -32164,6 +32215,7 @@ declare namespace Models {
|
|
|
32164
32215
|
"carousel"?: Models.ContentCarousel;
|
|
32165
32216
|
"text"?: Models.ContentText;
|
|
32166
32217
|
"quickReplyV2"?: Models.ContentQuickReplyV2;
|
|
32218
|
+
"datePicker"?: Models.ContentDatePicker;
|
|
32167
32219
|
}
|
|
32168
32220
|
|
|
32169
32221
|
export interface MessageConversation {
|
|
@@ -32236,6 +32288,7 @@ declare namespace Models {
|
|
|
32236
32288
|
"typing"?: Models.EventTyping;
|
|
32237
32289
|
"presence"?: Models.EventPresence;
|
|
32238
32290
|
"video"?: Models.EventVideo;
|
|
32291
|
+
"reactions"?: Array<Models.ContentReaction>;
|
|
32239
32292
|
}
|
|
32240
32293
|
|
|
32241
32294
|
export interface MessageFooter {
|
|
@@ -32346,6 +32399,15 @@ declare namespace Models {
|
|
|
32346
32399
|
"customerParticipation"?: string;
|
|
32347
32400
|
}
|
|
32348
32401
|
|
|
32402
|
+
export interface MessageMediaSettings {
|
|
32403
|
+
"enableAutoAnswer"?: boolean;
|
|
32404
|
+
"alertingTimeoutSeconds"?: number;
|
|
32405
|
+
"serviceLevel"?: Models.ServiceLevel;
|
|
32406
|
+
"autoAnswerAlertToneSeconds"?: number;
|
|
32407
|
+
"manualAnswerAlertToneSeconds"?: number;
|
|
32408
|
+
"subTypeSettings"?: { [key: string]: Models.BaseMediaSettings; };
|
|
32409
|
+
}
|
|
32410
|
+
|
|
32349
32411
|
export interface MessageSticker {
|
|
32350
32412
|
"url"?: string;
|
|
32351
32413
|
"id"?: string;
|
|
@@ -33299,6 +33361,7 @@ declare namespace Models {
|
|
|
33299
33361
|
|
|
33300
33362
|
export interface Note {
|
|
33301
33363
|
"id"?: string;
|
|
33364
|
+
"division"?: Models.WritableStarrableDivision;
|
|
33302
33365
|
"entityId"?: string;
|
|
33303
33366
|
"entityType"?: string;
|
|
33304
33367
|
"noteText"?: string;
|
|
@@ -33328,6 +33391,15 @@ declare namespace Models {
|
|
|
33328
33391
|
"parameters": Array<Models.NotificationTemplateParameter>;
|
|
33329
33392
|
}
|
|
33330
33393
|
|
|
33394
|
+
export interface NotificationTemplateButton {
|
|
33395
|
+
"type": string;
|
|
33396
|
+
"text"?: string;
|
|
33397
|
+
"index": number;
|
|
33398
|
+
"phoneNumber"?: string;
|
|
33399
|
+
"url"?: string;
|
|
33400
|
+
"parameters"?: Array<Models.NotificationTemplateParameter>;
|
|
33401
|
+
}
|
|
33402
|
+
|
|
33331
33403
|
export interface NotificationTemplateFooter {
|
|
33332
33404
|
"text"?: string;
|
|
33333
33405
|
}
|
|
@@ -33657,6 +33729,12 @@ declare namespace Models {
|
|
|
33657
33729
|
"relyingPartyIdentifier"?: string;
|
|
33658
33730
|
"certificate"?: string;
|
|
33659
33731
|
"certificates"?: Array<string>;
|
|
33732
|
+
"logoImageData"?: string;
|
|
33733
|
+
"nameIdentifierFormat"?: string;
|
|
33734
|
+
"ssoBinding"?: string;
|
|
33735
|
+
"signAuthnRequests"?: boolean;
|
|
33736
|
+
"providerName"?: string;
|
|
33737
|
+
"displayOnLogin"?: boolean;
|
|
33660
33738
|
"selfUri"?: string;
|
|
33661
33739
|
}
|
|
33662
33740
|
|
|
@@ -33671,6 +33749,12 @@ declare namespace Models {
|
|
|
33671
33749
|
"relyingPartyIdentifier"?: string;
|
|
33672
33750
|
"certificate"?: string;
|
|
33673
33751
|
"certificates"?: Array<string>;
|
|
33752
|
+
"logoImageData"?: string;
|
|
33753
|
+
"nameIdentifierFormat"?: string;
|
|
33754
|
+
"ssoBinding"?: string;
|
|
33755
|
+
"signAuthnRequests"?: boolean;
|
|
33756
|
+
"providerName"?: string;
|
|
33757
|
+
"displayOnLogin"?: boolean;
|
|
33674
33758
|
"selfUri"?: string;
|
|
33675
33759
|
}
|
|
33676
33760
|
|
|
@@ -33892,6 +33976,7 @@ declare namespace Models {
|
|
|
33892
33976
|
|
|
33893
33977
|
export interface OpenMessagingIdentityResolutionConfig {
|
|
33894
33978
|
"id"?: string;
|
|
33979
|
+
"division"?: Models.WritableStarrableDivision;
|
|
33895
33980
|
"resolveIdentities": boolean;
|
|
33896
33981
|
"selfUri"?: string;
|
|
33897
33982
|
}
|
|
@@ -33988,6 +34073,7 @@ declare namespace Models {
|
|
|
33988
34073
|
export interface OperationalEvent {
|
|
33989
34074
|
"eventDefinition"?: Models.AddressableEntityRef;
|
|
33990
34075
|
"entityId"?: string;
|
|
34076
|
+
"entityToken"?: string;
|
|
33991
34077
|
"entityName"?: string;
|
|
33992
34078
|
"previousValue"?: string;
|
|
33993
34079
|
"currentValue"?: string;
|
|
@@ -34677,6 +34763,7 @@ declare namespace Models {
|
|
|
34677
34763
|
"dateModified"?: string;
|
|
34678
34764
|
"version"?: number;
|
|
34679
34765
|
"maxCallsPerAgent"?: number;
|
|
34766
|
+
"maxCallsPerAgentDecimal"?: number;
|
|
34680
34767
|
"maxConfigurableCallsPerAgent"?: number;
|
|
34681
34768
|
"maxLineUtilization"?: number;
|
|
34682
34769
|
"abandonSeconds"?: number;
|
|
@@ -35722,6 +35809,12 @@ declare namespace Models {
|
|
|
35722
35809
|
"relyingPartyIdentifier"?: string;
|
|
35723
35810
|
"certificate"?: string;
|
|
35724
35811
|
"certificates"?: Array<string>;
|
|
35812
|
+
"logoImageData"?: string;
|
|
35813
|
+
"nameIdentifierFormat"?: string;
|
|
35814
|
+
"ssoBinding"?: string;
|
|
35815
|
+
"signAuthnRequests"?: boolean;
|
|
35816
|
+
"providerName"?: string;
|
|
35817
|
+
"displayOnLogin"?: boolean;
|
|
35725
35818
|
"selfUri"?: string;
|
|
35726
35819
|
}
|
|
35727
35820
|
|
|
@@ -36087,6 +36180,13 @@ declare namespace Models {
|
|
|
36087
36180
|
"selfUri"?: string;
|
|
36088
36181
|
}
|
|
36089
36182
|
|
|
36183
|
+
export interface PresentedKnowledgeDocument {
|
|
36184
|
+
"documentId": string;
|
|
36185
|
+
"documentVariationId": string;
|
|
36186
|
+
"documentVersionId": string;
|
|
36187
|
+
"surfacingMethod"?: string;
|
|
36188
|
+
}
|
|
36189
|
+
|
|
36090
36190
|
export interface ProcessScheduleUpdateUploadRequest {
|
|
36091
36191
|
"uploadKey": string;
|
|
36092
36192
|
"teamIds"?: Array<string>;
|
|
@@ -36371,6 +36471,12 @@ declare namespace Models {
|
|
|
36371
36471
|
"relyingPartyIdentifier"?: string;
|
|
36372
36472
|
"certificate"?: string;
|
|
36373
36473
|
"certificates"?: Array<string>;
|
|
36474
|
+
"logoImageData"?: string;
|
|
36475
|
+
"nameIdentifierFormat"?: string;
|
|
36476
|
+
"ssoBinding"?: string;
|
|
36477
|
+
"signAuthnRequests"?: boolean;
|
|
36478
|
+
"providerName"?: string;
|
|
36479
|
+
"displayOnLogin"?: boolean;
|
|
36374
36480
|
"autoProvisionUsers"?: boolean;
|
|
36375
36481
|
"selfUri"?: string;
|
|
36376
36482
|
}
|
|
@@ -39420,7 +39526,7 @@ declare namespace Models {
|
|
|
39420
39526
|
"callback"?: Models.CallbackMediaSettings;
|
|
39421
39527
|
"chat"?: Models.MediaSettings;
|
|
39422
39528
|
"email"?: Models.EmailMediaSettings;
|
|
39423
|
-
"message"?: Models.
|
|
39529
|
+
"message"?: Models.MessageMediaSettings;
|
|
39424
39530
|
}
|
|
39425
39531
|
|
|
39426
39532
|
export interface QueueMember {
|
|
@@ -39927,7 +40033,9 @@ declare namespace Models {
|
|
|
39927
40033
|
"buttonResponse"?: Models.ButtonResponse;
|
|
39928
40034
|
"story"?: Models.RecordingContentStory;
|
|
39929
40035
|
"cards"?: Array<Models.Card>;
|
|
40036
|
+
"notificationTemplate"?: Models.RecordingNotificationTemplate;
|
|
39930
40037
|
"contentType"?: string;
|
|
40038
|
+
"events"?: Array<Models.ConversationMessageEvent>;
|
|
39931
40039
|
}
|
|
39932
40040
|
|
|
39933
40041
|
export interface RecordingMetadata {
|
|
@@ -40077,6 +40185,17 @@ declare namespace Models {
|
|
|
40077
40185
|
"selfUri"?: string;
|
|
40078
40186
|
}
|
|
40079
40187
|
|
|
40188
|
+
export interface RegisterArchitectExportJob {
|
|
40189
|
+
"flows": Array<Models.ExportDetails>;
|
|
40190
|
+
}
|
|
40191
|
+
|
|
40192
|
+
export interface RegisterArchitectExportJobResponse {
|
|
40193
|
+
"id"?: string;
|
|
40194
|
+
"status"?: string;
|
|
40195
|
+
"totalFlows"?: number;
|
|
40196
|
+
"selfUri"?: string;
|
|
40197
|
+
}
|
|
40198
|
+
|
|
40080
40199
|
export interface RegisterArchitectJobResponse {
|
|
40081
40200
|
"id"?: string;
|
|
40082
40201
|
"presignedUrl"?: string;
|
|
@@ -40086,6 +40205,7 @@ declare namespace Models {
|
|
|
40086
40205
|
|
|
40087
40206
|
export interface Relationship {
|
|
40088
40207
|
"id"?: string;
|
|
40208
|
+
"division"?: Models.WritableStarrableDivision;
|
|
40089
40209
|
"user": Models.User;
|
|
40090
40210
|
"externalOrganization": Models.ExternalOrganization;
|
|
40091
40211
|
"relationship": string;
|
|
@@ -41056,6 +41176,26 @@ declare namespace Models {
|
|
|
41056
41176
|
"pageCount"?: number;
|
|
41057
41177
|
}
|
|
41058
41178
|
|
|
41179
|
+
export interface SAMLProvider {
|
|
41180
|
+
"id"?: string;
|
|
41181
|
+
"name"?: string;
|
|
41182
|
+
"disabled"?: boolean;
|
|
41183
|
+
"issuerURI"?: string;
|
|
41184
|
+
"ssoTargetURI"?: string;
|
|
41185
|
+
"sloURI"?: string;
|
|
41186
|
+
"sloBinding"?: string;
|
|
41187
|
+
"relyingPartyIdentifier"?: string;
|
|
41188
|
+
"certificate"?: string;
|
|
41189
|
+
"certificates"?: Array<string>;
|
|
41190
|
+
"logoImageData"?: string;
|
|
41191
|
+
"nameIdentifierFormat"?: string;
|
|
41192
|
+
"ssoBinding"?: string;
|
|
41193
|
+
"signAuthnRequests"?: boolean;
|
|
41194
|
+
"providerName"?: string;
|
|
41195
|
+
"displayOnLogin"?: boolean;
|
|
41196
|
+
"selfUri"?: string;
|
|
41197
|
+
}
|
|
41198
|
+
|
|
41059
41199
|
export interface SIPSearchPublicRequest {
|
|
41060
41200
|
"id"?: string;
|
|
41061
41201
|
"name"?: string;
|
|
@@ -41084,6 +41224,12 @@ declare namespace Models {
|
|
|
41084
41224
|
"relyingPartyIdentifier"?: string;
|
|
41085
41225
|
"certificate"?: string;
|
|
41086
41226
|
"certificates"?: Array<string>;
|
|
41227
|
+
"logoImageData"?: string;
|
|
41228
|
+
"nameIdentifierFormat"?: string;
|
|
41229
|
+
"ssoBinding"?: string;
|
|
41230
|
+
"signAuthnRequests"?: boolean;
|
|
41231
|
+
"providerName"?: string;
|
|
41232
|
+
"displayOnLogin"?: boolean;
|
|
41087
41233
|
"selfUri"?: string;
|
|
41088
41234
|
}
|
|
41089
41235
|
|
|
@@ -41317,6 +41463,7 @@ declare namespace Models {
|
|
|
41317
41463
|
"defaultShrinkagePercent"?: number;
|
|
41318
41464
|
"shrinkageOverrides"?: Models.ShrinkageOverrides;
|
|
41319
41465
|
"planningPeriod"?: Models.ValueWrapperPlanningPeriodSettings;
|
|
41466
|
+
"monthlyPlanningPeriod"?: Models.ValueWrapperMonthlyPlanningPeriodSettings;
|
|
41320
41467
|
"startDayOfWeekend"?: string;
|
|
41321
41468
|
}
|
|
41322
41469
|
|
|
@@ -41325,6 +41472,7 @@ declare namespace Models {
|
|
|
41325
41472
|
"defaultShrinkagePercent"?: number;
|
|
41326
41473
|
"shrinkageOverrides"?: Models.ShrinkageOverrides;
|
|
41327
41474
|
"planningPeriod"?: Models.PlanningPeriodSettings;
|
|
41475
|
+
"monthlyPlanningPeriod"?: Models.MonthlyPlanningPeriodSettings;
|
|
41328
41476
|
"startDayOfWeekend"?: string;
|
|
41329
41477
|
}
|
|
41330
41478
|
|
|
@@ -41636,29 +41784,6 @@ declare namespace Models {
|
|
|
41636
41784
|
"metaData"?: Array<Models.ScreenRecordingMetaData>;
|
|
41637
41785
|
}
|
|
41638
41786
|
|
|
41639
|
-
export interface ScreenRecordingSession {
|
|
41640
|
-
"id"?: string;
|
|
41641
|
-
"name"?: string;
|
|
41642
|
-
"user"?: Models.User;
|
|
41643
|
-
"communicationId"?: string;
|
|
41644
|
-
"conversation"?: Models.Conversation;
|
|
41645
|
-
"startTime"?: string;
|
|
41646
|
-
"selfUri"?: string;
|
|
41647
|
-
}
|
|
41648
|
-
|
|
41649
|
-
export interface ScreenRecordingSessionListing {
|
|
41650
|
-
"entities"?: Array<Models.ScreenRecordingSession>;
|
|
41651
|
-
"pageSize"?: number;
|
|
41652
|
-
"pageNumber"?: number;
|
|
41653
|
-
"total"?: number;
|
|
41654
|
-
"firstUri"?: string;
|
|
41655
|
-
"lastUri"?: string;
|
|
41656
|
-
"selfUri"?: string;
|
|
41657
|
-
"nextUri"?: string;
|
|
41658
|
-
"previousUri"?: string;
|
|
41659
|
-
"pageCount"?: number;
|
|
41660
|
-
}
|
|
41661
|
-
|
|
41662
41787
|
export interface ScreenRecordingUserAuthenticatedInfo {
|
|
41663
41788
|
"backgroundAssistantId": string;
|
|
41664
41789
|
}
|
|
@@ -45738,14 +45863,6 @@ declare namespace Models {
|
|
|
45738
45863
|
"state": boolean;
|
|
45739
45864
|
}
|
|
45740
45865
|
|
|
45741
|
-
export interface UnreadMetric {
|
|
45742
|
-
"count"?: number;
|
|
45743
|
-
}
|
|
45744
|
-
|
|
45745
|
-
export interface UnreadStatus {
|
|
45746
|
-
"unread"?: boolean;
|
|
45747
|
-
}
|
|
45748
|
-
|
|
45749
45866
|
export interface UpdateActionInput {
|
|
45750
45867
|
"category"?: string;
|
|
45751
45868
|
"name"?: string;
|
|
@@ -45825,6 +45942,8 @@ declare namespace Models {
|
|
|
45825
45942
|
"status"?: string;
|
|
45826
45943
|
"wfmSchedule"?: Models.WfmScheduleReference;
|
|
45827
45944
|
"externalLinks"?: Array<string>;
|
|
45945
|
+
"location"?: string;
|
|
45946
|
+
"shareInsightsData"?: boolean;
|
|
45828
45947
|
}
|
|
45829
45948
|
|
|
45830
45949
|
export interface UpdateContactColumnActionSettings {
|
|
@@ -47779,8 +47898,10 @@ declare namespace Models {
|
|
|
47779
47898
|
"mediaTypes"?: Array<string>;
|
|
47780
47899
|
"queueIds"?: Array<string>;
|
|
47781
47900
|
"skillIds"?: Array<string>;
|
|
47901
|
+
"assignedSkillIds"?: Array<string>;
|
|
47782
47902
|
"skillGroups"?: Array<string>;
|
|
47783
47903
|
"languageIds"?: Array<string>;
|
|
47904
|
+
"assignedLanguageIds"?: Array<string>;
|
|
47784
47905
|
"languageGroups"?: Array<string>;
|
|
47785
47906
|
"directions"?: Array<string>;
|
|
47786
47907
|
"originatingDirections"?: Array<string>;
|
|
@@ -47996,6 +48117,8 @@ declare namespace Models {
|
|
|
47996
48117
|
"comparisonQueueIds"?: Array<string>;
|
|
47997
48118
|
"viewMetrics"?: Array<string>;
|
|
47998
48119
|
"timelineCategories"?: Array<string>;
|
|
48120
|
+
"acw"?: boolean;
|
|
48121
|
+
"segmentTypes"?: Array<string>;
|
|
47999
48122
|
}
|
|
48000
48123
|
|
|
48001
48124
|
export interface VisibilityCondition {
|
|
@@ -48048,6 +48171,7 @@ declare namespace Models {
|
|
|
48048
48171
|
"disableEmailPii"?: boolean;
|
|
48049
48172
|
"includeEmailTranscriptions"?: boolean;
|
|
48050
48173
|
"languagePreference"?: string;
|
|
48174
|
+
"emailPolicy"?: Models.GroupEmailPolicy;
|
|
48051
48175
|
"rotateCallsSecs"?: number;
|
|
48052
48176
|
"stopRingingAfterRotations"?: number;
|
|
48053
48177
|
"overflowGroupId"?: string;
|
|
@@ -50225,6 +50349,7 @@ declare namespace Models {
|
|
|
50225
50349
|
"showTimeInStatus"?: boolean;
|
|
50226
50350
|
"showOfflineAgents"?: boolean;
|
|
50227
50351
|
"selectedStatuses"?: Array<string>;
|
|
50352
|
+
"selectedSegmentTypes"?: Array<string>;
|
|
50228
50353
|
"agentInteractionSortOrder"?: string;
|
|
50229
50354
|
}
|
|
50230
50355
|
|