purecloud-platform-client-v2 220.0.0 → 222.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 +1428 -138
- package/dist/web-amd/purecloud-platform-client-v2.js +1428 -138
- package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
- package/dist/web-cjs/bundle.js +497 -168
- package/dist/web-cjs/purecloud-platform-client-v2.js +497 -168
- package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
- package/index.d.ts +1041 -253
- package/package.json +1 -1
- package/src/purecloud-platform-client-v2/ApiClient.js +1 -1
- package/src/purecloud-platform-client-v2/api/AgentAssistantsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AgentCopilotApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AgentUIApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AlertingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AnalyticsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ArchitectApi.js +5 -5
- 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 +177 -1
- package/src/purecloud-platform-client-v2/api/BusinessRulesApi.js +919 -0
- package/src/purecloud-platform-client-v2/api/CarrierServicesApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ChatApi.js +7 -3
- 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 +153 -14
- 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 +3 -18
- package/src/purecloud-platform-client-v2/api/FaxApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/FlowsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GamificationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GeolocationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GreetingsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GroupsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/InfrastructureAsCodeApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/JourneyApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LanguageUnderstandingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LanguagesApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LearningApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LicenseApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LocationsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LogCaptureApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/MessagingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/NotificationsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/OAuthApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ObjectsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/OperationalEventsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/OrganizationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/OutboundApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/PresenceApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ProcessAutomationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/QualityApi.js +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 +19 -14
- 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 +65 -1
- package/src/purecloud-platform-client-v2/api/SocialMediaApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +1 -3
- 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 +2 -2
- 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 +3 -2
- package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UploadsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UsageApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UsersApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/WebChatApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +1 -3
- 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 +3 -2
- package/src/purecloud-platform-client-v2/index.js +7 -1
package/index.d.ts
CHANGED
|
@@ -737,6 +737,7 @@ declare namespace ArchitectApi {
|
|
|
737
737
|
"name"?: string;
|
|
738
738
|
"dnis"?: string;
|
|
739
739
|
"scheduleGroup"?: string;
|
|
740
|
+
"expand"?: Array<string>;
|
|
740
741
|
}
|
|
741
742
|
export interface getArchitectIvrsDivisionviewsOptions {
|
|
742
743
|
"pageNumber"?: number;
|
|
@@ -887,6 +888,7 @@ declare namespace ArchitectApi {
|
|
|
887
888
|
"secure"?: string;
|
|
888
889
|
"deleted"?: boolean;
|
|
889
890
|
"includeSchemas"?: boolean;
|
|
891
|
+
"virtualAgentEnabled"?: boolean;
|
|
890
892
|
"publishedAfter"?: string;
|
|
891
893
|
"publishedBefore"?: string;
|
|
892
894
|
"divisionId"?: Array<string>;
|
|
@@ -1258,16 +1260,108 @@ declare namespace AuthorizationApi {
|
|
|
1258
1260
|
|
|
1259
1261
|
declare class BillingApi {
|
|
1260
1262
|
constructor(apiClient?: ApiClientClass);
|
|
1263
|
+
getBillingContract(contractId: string): Promise<Models.BillingContract>;
|
|
1264
|
+
getBillingContractBillingperiod(contractId: string, billingPeriodId: string): Promise<Models.BillingContractPeriodDetail>;
|
|
1265
|
+
getBillingContracts(opts?: BillingApi.getBillingContractsOptions): Promise<Models.BillingContractListing>;
|
|
1266
|
+
getBillingContractsInvoiceDocument(invoiceId: string): Promise<Models.UrlResponse>;
|
|
1267
|
+
getBillingContractsInvoiceLines(invoiceId: string, opts?: BillingApi.getBillingContractsInvoiceLinesOptions): Promise<Models.BillingInvoiceItemListing>;
|
|
1268
|
+
getBillingContractsInvoices(opts?: BillingApi.getBillingContractsInvoicesOptions): Promise<Models.BillingInvoiceListing>;
|
|
1261
1269
|
getBillingReportsBillableusage(startDate: string, endDate: string): Promise<Models.BillingUsageReport>;
|
|
1262
1270
|
getBillingTrusteebillingoverviewTrustorOrgId(trustorOrgId: string, opts?: BillingApi.getBillingTrusteebillingoverviewTrustorOrgIdOptions): Promise<Models.TrusteeBillingOverview>;
|
|
1263
1271
|
}
|
|
1264
1272
|
|
|
1265
1273
|
declare namespace BillingApi {
|
|
1274
|
+
export interface getBillingContractsOptions {
|
|
1275
|
+
"before"?: string;
|
|
1276
|
+
"after"?: string;
|
|
1277
|
+
"pageSize"?: string;
|
|
1278
|
+
"dateStart"?: string;
|
|
1279
|
+
"dateEnd"?: string;
|
|
1280
|
+
"status"?: string;
|
|
1281
|
+
"externalNumber"?: string;
|
|
1282
|
+
}
|
|
1283
|
+
export interface getBillingContractsInvoiceLinesOptions {
|
|
1284
|
+
"before"?: string;
|
|
1285
|
+
"after"?: string;
|
|
1286
|
+
"pageSize"?: string;
|
|
1287
|
+
}
|
|
1288
|
+
export interface getBillingContractsInvoicesOptions {
|
|
1289
|
+
"before"?: string;
|
|
1290
|
+
"after"?: string;
|
|
1291
|
+
"pageSize"?: string;
|
|
1292
|
+
"dateStart"?: string;
|
|
1293
|
+
"dateEnd"?: string;
|
|
1294
|
+
"paymentStatus"?: string;
|
|
1295
|
+
}
|
|
1266
1296
|
export interface getBillingTrusteebillingoverviewTrustorOrgIdOptions {
|
|
1267
1297
|
"billingPeriodIndex"?: number;
|
|
1268
1298
|
}
|
|
1269
1299
|
}
|
|
1270
1300
|
|
|
1301
|
+
declare class BusinessRulesApi {
|
|
1302
|
+
constructor(apiClient?: ApiClientClass);
|
|
1303
|
+
deleteBusinessrulesDecisiontable(tableId: string, opts?: BusinessRulesApi.deleteBusinessrulesDecisiontableOptions): Promise<void>;
|
|
1304
|
+
deleteBusinessrulesDecisiontableVersion(tableId: string, tableVersion: number): Promise<void>;
|
|
1305
|
+
deleteBusinessrulesDecisiontableVersionRow(tableId: string, tableVersion: number, rowId: string): Promise<void>;
|
|
1306
|
+
deleteBusinessrulesSchema(schemaId: string): Promise<void>;
|
|
1307
|
+
getBusinessrulesDecisiontable(tableId: string): Promise<Models.DecisionTable>;
|
|
1308
|
+
getBusinessrulesDecisiontableVersion(tableId: string, tableVersion: number): Promise<Models.DecisionTableVersion>;
|
|
1309
|
+
getBusinessrulesDecisiontableVersionRow(tableId: string, tableVersion: number, rowId: string): Promise<Models.DecisionTableRow>;
|
|
1310
|
+
getBusinessrulesDecisiontableVersionRows(tableId: string, tableVersion: number, opts?: BusinessRulesApi.getBusinessrulesDecisiontableVersionRowsOptions): Promise<Models.DecisionTableRowListing>;
|
|
1311
|
+
getBusinessrulesDecisiontableVersions(tableId: string, opts?: BusinessRulesApi.getBusinessrulesDecisiontableVersionsOptions): Promise<Models.DecisionTableVersionListing>;
|
|
1312
|
+
getBusinessrulesDecisiontables(opts?: BusinessRulesApi.getBusinessrulesDecisiontablesOptions): Promise<Models.DecisionTableListing>;
|
|
1313
|
+
getBusinessrulesDecisiontablesSearch(opts?: BusinessRulesApi.getBusinessrulesDecisiontablesSearchOptions): Promise<Models.DecisionTableListing>;
|
|
1314
|
+
getBusinessrulesSchema(schemaId: string): Promise<Models.DataSchema>;
|
|
1315
|
+
getBusinessrulesSchemas(): Promise<Models.DataSchemaListing>;
|
|
1316
|
+
getBusinessrulesSchemasCoretype(coreTypeName: string): Promise<Models.Coretype>;
|
|
1317
|
+
getBusinessrulesSchemasCoretypes(): Promise<Models.CoretypeListing>;
|
|
1318
|
+
patchBusinessrulesDecisiontable(tableId: string, body: Models.UpdateDecisionTableRequest): Promise<Models.DecisionTable>;
|
|
1319
|
+
patchBusinessrulesDecisiontableVersion(tableId: string, tableVersion: number, body: Models.UpdateDecisionTableVersionRequest): Promise<Models.DecisionTableVersion>;
|
|
1320
|
+
patchBusinessrulesDecisiontableVersionRow(tableId: string, tableVersion: number, rowId: string, body: Models.UpdateDecisionTableRowRequest): Promise<Models.DecisionTableRow>;
|
|
1321
|
+
postBusinessrulesDecisiontableExecute(tableId: string, body: Models.DecisionTableExecutionRequest): Promise<Models.DecisionTableExecutionResponse>;
|
|
1322
|
+
postBusinessrulesDecisiontableVersionCopy(tableId: string, tableVersion: number, body: Models.CopyDecisionTableRequest): Promise<Models.DecisionTableVersion>;
|
|
1323
|
+
postBusinessrulesDecisiontableVersionExecute(tableId: string, tableVersion: number, body: Models.DecisionTableExecutionRequest): Promise<Models.DecisionTableExecutionResponse>;
|
|
1324
|
+
postBusinessrulesDecisiontableVersionRows(tableId: string, tableVersion: number, body: Models.CreateDecisionTableRowRequest): Promise<Models.DecisionTableRow>;
|
|
1325
|
+
postBusinessrulesDecisiontableVersionRowsSearch(tableId: string, tableVersion: number, body: Models.SearchDecisionTableRowsRequest, opts?: BusinessRulesApi.postBusinessrulesDecisiontableVersionRowsSearchOptions): Promise<Models.DecisionTableRowListing>;
|
|
1326
|
+
postBusinessrulesDecisiontableVersionSync(tableId: string, tableVersion: number): Promise<Models.DecisionTableVersion>;
|
|
1327
|
+
postBusinessrulesDecisiontableVersions(tableId: string): Promise<Models.DecisionTableVersion>;
|
|
1328
|
+
postBusinessrulesDecisiontables(body: Models.CreateDecisionTableRequest): Promise<Models.DecisionTableVersion>;
|
|
1329
|
+
postBusinessrulesSchemas(body: Models.DataSchema): Promise<Models.DataSchema>;
|
|
1330
|
+
putBusinessrulesDecisiontableVersionPublish(tableId: string, tableVersion: number): Promise<Models.DecisionTableVersion>;
|
|
1331
|
+
putBusinessrulesSchema(schemaId: string, body: Models.DataSchema): Promise<Models.DataSchema>;
|
|
1332
|
+
}
|
|
1333
|
+
|
|
1334
|
+
declare namespace BusinessRulesApi {
|
|
1335
|
+
export interface deleteBusinessrulesDecisiontableOptions {
|
|
1336
|
+
"forceDelete"?: boolean;
|
|
1337
|
+
}
|
|
1338
|
+
export interface getBusinessrulesDecisiontableVersionRowsOptions {
|
|
1339
|
+
"pageNumber"?: string;
|
|
1340
|
+
"pageSize"?: string;
|
|
1341
|
+
}
|
|
1342
|
+
export interface getBusinessrulesDecisiontableVersionsOptions {
|
|
1343
|
+
"after"?: string;
|
|
1344
|
+
"pageSize"?: string;
|
|
1345
|
+
"divisionIds"?: Array<string>;
|
|
1346
|
+
}
|
|
1347
|
+
export interface getBusinessrulesDecisiontablesOptions {
|
|
1348
|
+
"after"?: string;
|
|
1349
|
+
"pageSize"?: string;
|
|
1350
|
+
"divisionIds"?: Array<string>;
|
|
1351
|
+
}
|
|
1352
|
+
export interface getBusinessrulesDecisiontablesSearchOptions {
|
|
1353
|
+
"before"?: string;
|
|
1354
|
+
"after"?: string;
|
|
1355
|
+
"pageSize"?: string;
|
|
1356
|
+
"schemaId"?: string;
|
|
1357
|
+
"name"?: string;
|
|
1358
|
+
}
|
|
1359
|
+
export interface postBusinessrulesDecisiontableVersionRowsSearchOptions {
|
|
1360
|
+
"pageNumber"?: string;
|
|
1361
|
+
"pageSize"?: string;
|
|
1362
|
+
}
|
|
1363
|
+
}
|
|
1364
|
+
|
|
1271
1365
|
declare class CarrierServicesApi {
|
|
1272
1366
|
constructor(apiClient?: ApiClientClass);
|
|
1273
1367
|
getCarrierservicesIntegrationsEmergencylocationsMe(phoneNumber: string): Promise<Models.EmergencyLocation>;
|
|
@@ -1292,7 +1386,7 @@ declare class ChatApi {
|
|
|
1292
1386
|
getChatsRoomMessage(roomJid: string, messageIds: string): Promise<Models.ChatMessageEntityListing>;
|
|
1293
1387
|
getChatsRoomMessages(roomJid: string, opts?: ChatApi.getChatsRoomMessagesOptions): Promise<Models.ChatMessageEntityListing>;
|
|
1294
1388
|
getChatsRoomParticipant(roomJid: string, participantJid: string): Promise<Models.RoomParticipant>;
|
|
1295
|
-
getChatsRoomParticipants(roomJid: string): Promise<Models.RoomParticipantsResponse>;
|
|
1389
|
+
getChatsRoomParticipants(roomJid: string, opts?: ChatApi.getChatsRoomParticipantsOptions): Promise<Models.RoomParticipantsResponse>;
|
|
1296
1390
|
getChatsSettings(): Promise<Models.ChatSettings>;
|
|
1297
1391
|
getChatsThreadMessages(threadId: string, opts?: ChatApi.getChatsThreadMessagesOptions): Promise<Models.ChatMessageEntityListing>;
|
|
1298
1392
|
getChatsUser(userId: string): Promise<Models.OneOnOne>;
|
|
@@ -1322,6 +1416,9 @@ declare namespace ChatApi {
|
|
|
1322
1416
|
"before"?: string;
|
|
1323
1417
|
"after"?: string;
|
|
1324
1418
|
}
|
|
1419
|
+
export interface getChatsRoomParticipantsOptions {
|
|
1420
|
+
"notify"?: boolean;
|
|
1421
|
+
}
|
|
1325
1422
|
export interface getChatsThreadMessagesOptions {
|
|
1326
1423
|
"limit"?: string;
|
|
1327
1424
|
"before"?: string;
|
|
@@ -1620,7 +1717,9 @@ declare class ConversationsApi {
|
|
|
1620
1717
|
getConversationsMessagesCachedmediaCachedMediaItemId(cachedMediaItemId: string): Promise<Models.CachedMediaItem>;
|
|
1621
1718
|
getConversationsMessagingFacebookApp(): Promise<Models.FacebookAppCredentials>;
|
|
1622
1719
|
getConversationsMessagingFacebookPermissions(): Promise<Models.FacebookPermissionEntityListing>;
|
|
1720
|
+
getConversationsMessagingIdentityresolutionIntegrationsAppleIntegrationId(integrationId: string): Promise<Models.IdentityResolutionConfig>;
|
|
1623
1721
|
getConversationsMessagingIdentityresolutionIntegrationsFacebookIntegrationId(integrationId: string): Promise<Models.IdentityResolutionConfig>;
|
|
1722
|
+
getConversationsMessagingIdentityresolutionIntegrationsInstagramIntegrationId(integrationId: string): Promise<Models.IdentityResolutionConfig>;
|
|
1624
1723
|
getConversationsMessagingIdentityresolutionIntegrationsOpenIntegrationId(integrationId: string): Promise<Models.OpenMessagingIdentityResolutionConfig>;
|
|
1625
1724
|
getConversationsMessagingIdentityresolutionIntegrationsWhatsappIntegrationId(integrationId: string): Promise<Models.IdentityResolutionConfig>;
|
|
1626
1725
|
getConversationsMessagingIntegrationTwitterOauthSettings(integrationId: string): Promise<Models.TwitterOAuthSettings>;
|
|
@@ -1652,6 +1751,7 @@ declare class ConversationsApi {
|
|
|
1652
1751
|
patchConversationParticipant(conversationId: string, participantId: string, body: Models.MediaParticipantRequest): Promise<void>;
|
|
1653
1752
|
patchConversationParticipantAttributes(conversationId: string, participantId: string, body: Models.ParticipantAttributes): Promise<void>;
|
|
1654
1753
|
patchConversationSecureattributes(conversationId: string, body: Models.ConversationSecureAttributes): Promise<string>;
|
|
1754
|
+
patchConversationSummaryEngagements(conversationId: string, summaryId: string, opts?: ConversationsApi.patchConversationSummaryEngagementsOptions): Promise<void>;
|
|
1655
1755
|
patchConversationSummaryFeedback(conversationId: string, summaryId: string, opts?: ConversationsApi.patchConversationSummaryFeedbackOptions): Promise<void>;
|
|
1656
1756
|
patchConversationUtilizationlabel(conversationId: string, body: Models.ConversationUtilizationLabelUpdate): Promise<string>;
|
|
1657
1757
|
patchConversationsAftercallworkConversationIdParticipantCommunication(conversationId: string, participantId: string, communicationId: string, body: Models.AfterCallWorkUpdate): Promise<Models.AfterCallWorkUpdate>;
|
|
@@ -1787,7 +1887,9 @@ declare class ConversationsApi {
|
|
|
1787
1887
|
putConversationsEmailRecordingstate(conversationId: string, body: Models.SetRecordingState): Promise<string>;
|
|
1788
1888
|
putConversationsKeyconfiguration(keyconfigurationsId: string, body: Models.ConversationEncryptionConfiguration): Promise<Models.ConversationEncryptionConfiguration>;
|
|
1789
1889
|
putConversationsMessageRecordingstate(conversationId: string, body: Models.SetRecordingState): Promise<string>;
|
|
1890
|
+
putConversationsMessagingIdentityresolutionIntegrationsAppleIntegrationId(integrationId: string, body: Models.IdentityResolutionConfig): Promise<Models.IdentityResolutionConfig>;
|
|
1790
1891
|
putConversationsMessagingIdentityresolutionIntegrationsFacebookIntegrationId(integrationId: string, body: Models.IdentityResolutionConfig): Promise<Models.IdentityResolutionConfig>;
|
|
1892
|
+
putConversationsMessagingIdentityresolutionIntegrationsInstagramIntegrationId(integrationId: string, body: Models.IdentityResolutionConfig): Promise<Models.IdentityResolutionConfig>;
|
|
1791
1893
|
putConversationsMessagingIdentityresolutionIntegrationsOpenIntegrationId(integrationId: string, body: Models.OpenMessagingIdentityResolutionConfig): Promise<Models.OpenMessagingIdentityResolutionConfig>;
|
|
1792
1894
|
putConversationsMessagingIdentityresolutionIntegrationsWhatsappIntegrationId(integrationId: string, body: Models.IdentityResolutionConfig): Promise<Models.IdentityResolutionConfig>;
|
|
1793
1895
|
putConversationsMessagingSettingsDefault(body: Models.MessagingSettingDefaultRequest): Promise<Models.MessagingSetting>;
|
|
@@ -1955,6 +2057,9 @@ declare namespace ConversationsApi {
|
|
|
1955
2057
|
export interface getConversationsVideoParticipantCommunicationWrapupOptions {
|
|
1956
2058
|
"provisional"?: boolean;
|
|
1957
2059
|
}
|
|
2060
|
+
export interface patchConversationSummaryEngagementsOptions {
|
|
2061
|
+
"body"?: Models.EngagementRequest;
|
|
2062
|
+
}
|
|
1958
2063
|
export interface patchConversationSummaryFeedbackOptions {
|
|
1959
2064
|
"body"?: Models.FeedbackUpdateRequest;
|
|
1960
2065
|
}
|
|
@@ -2145,7 +2250,7 @@ declare class ExternalContactsApi {
|
|
|
2145
2250
|
getExternalcontactsContactsSchemaVersions(schemaId: string): Promise<Models.DataSchema>;
|
|
2146
2251
|
getExternalcontactsContactsSchemas(): Promise<Models.DataSchemaListing>;
|
|
2147
2252
|
getExternalcontactsContactsSchemasCoretype(coreTypeName: string): Promise<Models.Coretype>;
|
|
2148
|
-
getExternalcontactsContactsSchemasCoretypes(): Promise<Models.
|
|
2253
|
+
getExternalcontactsContactsSchemasCoretypes(): Promise<Models.CoretypeListing>;
|
|
2149
2254
|
getExternalcontactsContactsSchemasLimits(): Promise<Models.SchemaQuantityLimits>;
|
|
2150
2255
|
getExternalcontactsExternalsource(externalSourceId: string): Promise<Models.ExternalSource>;
|
|
2151
2256
|
getExternalcontactsExternalsources(opts?: ExternalContactsApi.getExternalcontactsExternalsourcesOptions): Promise<Models.CursorExternalSourceListing>;
|
|
@@ -2169,7 +2274,7 @@ declare class ExternalContactsApi {
|
|
|
2169
2274
|
getExternalcontactsOrganizationsSchemaVersions(schemaId: string): Promise<Models.DataSchema>;
|
|
2170
2275
|
getExternalcontactsOrganizationsSchemas(): Promise<Models.DataSchemaListing>;
|
|
2171
2276
|
getExternalcontactsOrganizationsSchemasCoretype(coreTypeName: string): Promise<Models.Coretype>;
|
|
2172
|
-
getExternalcontactsOrganizationsSchemasCoretypes(): Promise<Models.
|
|
2277
|
+
getExternalcontactsOrganizationsSchemasCoretypes(): Promise<Models.CoretypeListing>;
|
|
2173
2278
|
getExternalcontactsOrganizationsSchemasLimits(): Promise<Models.SchemaQuantityLimits>;
|
|
2174
2279
|
getExternalcontactsRelationship(relationshipId: string, opts?: ExternalContactsApi.getExternalcontactsRelationshipOptions): Promise<Models.Relationship>;
|
|
2175
2280
|
getExternalcontactsReversewhitepageslookup(lookupVal: string, opts?: ExternalContactsApi.getExternalcontactsReversewhitepageslookupOptions): Promise<Models.ReverseWhitepagesLookupResult>;
|
|
@@ -5427,7 +5532,7 @@ declare class RoutingApi {
|
|
|
5427
5532
|
getRoutingAvailablemediatypes(): Promise<Models.AvailableMediaTypeEntityListing>;
|
|
5428
5533
|
getRoutingDirectroutingbackupSettingsMe(): Promise<Models.AgentDirectRoutingBackupSettings>;
|
|
5429
5534
|
getRoutingEmailDomain(domainId: string): Promise<Models.InboundDomain>;
|
|
5430
|
-
getRoutingEmailDomainRoute(domainName: string, routeId: string): Promise<Models.InboundRoute>;
|
|
5535
|
+
getRoutingEmailDomainRoute(domainName: string, routeId: string, opts?: RoutingApi.getRoutingEmailDomainRouteOptions): Promise<Models.InboundRoute>;
|
|
5431
5536
|
getRoutingEmailDomainRouteIdentityresolution(domainName: string, routeId: string): Promise<Models.IdentityResolutionConfig>;
|
|
5432
5537
|
getRoutingEmailDomainRoutes(domainName: string, opts?: RoutingApi.getRoutingEmailDomainRoutesOptions): Promise<Models.InboundRouteEntityListing>;
|
|
5433
5538
|
getRoutingEmailDomains(opts?: RoutingApi.getRoutingEmailDomainsOptions): Promise<Models.InboundDomainEntityListing>;
|
|
@@ -5445,7 +5550,7 @@ declare class RoutingApi {
|
|
|
5445
5550
|
getRoutingPredictorModels(predictorId: string): Promise<Models.PredictorModels>;
|
|
5446
5551
|
getRoutingPredictors(opts?: RoutingApi.getRoutingPredictorsOptions): Promise<Models.PredictorListing>;
|
|
5447
5552
|
getRoutingPredictorsKeyperformanceindicators(opts?: RoutingApi.getRoutingPredictorsKeyperformanceindicatorsOptions): Promise<Array<Models.KeyPerformanceIndicator>>;
|
|
5448
|
-
getRoutingQueue(queueId: string): Promise<Models.Queue>;
|
|
5553
|
+
getRoutingQueue(queueId: string, opts?: RoutingApi.getRoutingQueueOptions): Promise<Models.Queue>;
|
|
5449
5554
|
getRoutingQueueAssistant(queueId: string, opts?: RoutingApi.getRoutingQueueAssistantOptions): Promise<Models.AssistantQueue>;
|
|
5450
5555
|
getRoutingQueueComparisonperiod(queueId: string, comparisonPeriodId: string): Promise<Models.ComparisonPeriod>;
|
|
5451
5556
|
getRoutingQueueComparisonperiods(queueId: string): Promise<Models.ComparisonPeriodListing>;
|
|
@@ -5573,10 +5678,14 @@ declare namespace RoutingApi {
|
|
|
5573
5678
|
export interface getRoutingAssessmentsJobsOptions {
|
|
5574
5679
|
"divisionId"?: Array<string>;
|
|
5575
5680
|
}
|
|
5681
|
+
export interface getRoutingEmailDomainRouteOptions {
|
|
5682
|
+
"expand"?: Array<string>;
|
|
5683
|
+
}
|
|
5576
5684
|
export interface getRoutingEmailDomainRoutesOptions {
|
|
5577
5685
|
"pageSize"?: number;
|
|
5578
5686
|
"pageNumber"?: number;
|
|
5579
5687
|
"pattern"?: string;
|
|
5688
|
+
"expand"?: Array<string>;
|
|
5580
5689
|
}
|
|
5581
5690
|
export interface getRoutingEmailDomainsOptions {
|
|
5582
5691
|
"pageSize"?: number;
|
|
@@ -5613,6 +5722,9 @@ declare namespace RoutingApi {
|
|
|
5613
5722
|
"kpiGroup"?: string;
|
|
5614
5723
|
"expand"?: Array<string>;
|
|
5615
5724
|
}
|
|
5725
|
+
export interface getRoutingQueueOptions {
|
|
5726
|
+
"expand"?: Array<string>;
|
|
5727
|
+
}
|
|
5616
5728
|
export interface getRoutingQueueAssistantOptions {
|
|
5617
5729
|
"expand"?: string;
|
|
5618
5730
|
}
|
|
@@ -5663,6 +5775,7 @@ declare namespace RoutingApi {
|
|
|
5663
5775
|
"peerId"?: Array<string>;
|
|
5664
5776
|
"cannedResponseLibraryId"?: string;
|
|
5665
5777
|
"hasPeer"?: boolean;
|
|
5778
|
+
"expand"?: Array<string>;
|
|
5666
5779
|
}
|
|
5667
5780
|
export interface getRoutingQueuesDivisionviewsOptions {
|
|
5668
5781
|
"pageSize"?: number;
|
|
@@ -5731,6 +5844,7 @@ declare namespace RoutingApi {
|
|
|
5731
5844
|
"language"?: string;
|
|
5732
5845
|
"integrationId"?: string;
|
|
5733
5846
|
"supportedContentId"?: string;
|
|
5847
|
+
"expand"?: Array<string>;
|
|
5734
5848
|
}
|
|
5735
5849
|
export interface getRoutingUtilizationLabelsOptions {
|
|
5736
5850
|
"pageSize"?: number;
|
|
@@ -6125,15 +6239,18 @@ declare namespace SearchApi {
|
|
|
6125
6239
|
declare class SettingsApi {
|
|
6126
6240
|
constructor(apiClient?: ApiClientClass);
|
|
6127
6241
|
deleteEmailsSettingsThreading(): Promise<void>;
|
|
6242
|
+
deleteExternalcontactsSettings(): Promise<Models.UpdatedSettingsResponse>;
|
|
6128
6243
|
deleteUsersAgentuiAgentsAutoanswerAgentIdSettings(agentId: string): Promise<void>;
|
|
6129
6244
|
getEmailsSettings(): Promise<Models.EmailSettings>;
|
|
6130
6245
|
getEmailsSettingsThreading(): Promise<Models.EmailThreadingSettings>;
|
|
6246
|
+
getExternalcontactsSettings(): Promise<Models.ExternalContactsSettings>;
|
|
6131
6247
|
getSettingsExecutiondata(): Promise<Models.ExecutionDataGlobalSettingsResponse>;
|
|
6132
6248
|
getUsersAgentuiAgentsAutoanswerAgentIdSettings(agentId: string): Promise<Models.AutoAnswerSettings>;
|
|
6133
6249
|
patchEmailsSettings(opts?: SettingsApi.patchEmailsSettingsOptions): Promise<Models.EmailSettings>;
|
|
6134
6250
|
patchEmailsSettingsThreading(opts?: SettingsApi.patchEmailsSettingsThreadingOptions): Promise<Models.EmailThreadingSettings>;
|
|
6135
6251
|
patchSettingsExecutiondata(body: Models.ExecutionDataSettingsRequest): Promise<Models.ExecutionDataGlobalSettingsResponse>;
|
|
6136
6252
|
patchUsersAgentuiAgentsAutoanswerAgentIdSettings(agentId: string, body: Models.AutoAnswerSettings): Promise<Models.AutoAnswerSettings>;
|
|
6253
|
+
putExternalcontactsSettings(opts?: SettingsApi.putExternalcontactsSettingsOptions): Promise<Models.UpdatedSettingsResponse>;
|
|
6137
6254
|
putUsersAgentuiAgentsAutoanswerAgentIdSettings(agentId: string, body: Models.AutoAnswerSettings): Promise<Models.AutoAnswerSettings>;
|
|
6138
6255
|
}
|
|
6139
6256
|
|
|
@@ -6144,6 +6261,9 @@ declare namespace SettingsApi {
|
|
|
6144
6261
|
export interface patchEmailsSettingsThreadingOptions {
|
|
6145
6262
|
"body"?: Models.EmailThreadingSettings;
|
|
6146
6263
|
}
|
|
6264
|
+
export interface putExternalcontactsSettingsOptions {
|
|
6265
|
+
"body"?: Models.ExternalContactsSettings;
|
|
6266
|
+
}
|
|
6147
6267
|
}
|
|
6148
6268
|
|
|
6149
6269
|
declare class SocialMediaApi {
|
|
@@ -6510,7 +6630,7 @@ declare class TaskManagementApi {
|
|
|
6510
6630
|
getTaskmanagementWorkitemsSchemaVersions(schemaId: string): Promise<Models.DataSchema>;
|
|
6511
6631
|
getTaskmanagementWorkitemsSchemas(): Promise<Models.DataSchemaListing>;
|
|
6512
6632
|
getTaskmanagementWorkitemsSchemasCoretype(coreTypeName: string): Promise<Models.Coretype>;
|
|
6513
|
-
getTaskmanagementWorkitemsSchemasCoretypes(): Promise<Models.
|
|
6633
|
+
getTaskmanagementWorkitemsSchemasCoretypes(): Promise<Models.CoretypeListing>;
|
|
6514
6634
|
getTaskmanagementWorkitemsSchemasLimits(): Promise<Models.SchemaQuantityLimits>;
|
|
6515
6635
|
getTaskmanagementWorktype(worktypeId: string, opts?: TaskManagementApi.getTaskmanagementWorktypeOptions): Promise<Models.Worktype>;
|
|
6516
6636
|
getTaskmanagementWorktypeFlowsDatebasedRule(worktypeId: string, ruleId: string): Promise<Models.WorkitemDateBasedRule>;
|
|
@@ -7039,6 +7159,7 @@ declare namespace TextbotsApi {
|
|
|
7039
7159
|
"botType"?: Array<string>;
|
|
7040
7160
|
"botName"?: string;
|
|
7041
7161
|
"botId"?: Array<string>;
|
|
7162
|
+
"virtualAgentEnabled"?: boolean;
|
|
7042
7163
|
"pageSize"?: number;
|
|
7043
7164
|
}
|
|
7044
7165
|
}
|
|
@@ -7918,6 +8039,7 @@ declare namespace WorkforceManagementApi {
|
|
|
7918
8039
|
}
|
|
7919
8040
|
export interface getWorkforcemanagementManagementunitWeekShifttradesOptions {
|
|
7920
8041
|
"evaluateMatches"?: boolean;
|
|
8042
|
+
"includeCrossWeekShifts"?: boolean;
|
|
7921
8043
|
"forceDownloadService"?: boolean;
|
|
7922
8044
|
}
|
|
7923
8045
|
export interface getWorkforcemanagementManagementunitWorkplanOptions {
|
|
@@ -8247,8 +8369,8 @@ declare namespace Models {
|
|
|
8247
8369
|
"pageSize"?: number;
|
|
8248
8370
|
"pageNumber"?: number;
|
|
8249
8371
|
"total"?: number;
|
|
8250
|
-
"nextUri"?: string;
|
|
8251
8372
|
"previousUri"?: string;
|
|
8373
|
+
"nextUri"?: string;
|
|
8252
8374
|
"lastUri"?: string;
|
|
8253
8375
|
"firstUri"?: string;
|
|
8254
8376
|
"selfUri"?: string;
|
|
@@ -8448,8 +8570,8 @@ declare namespace Models {
|
|
|
8448
8570
|
"pageSize"?: number;
|
|
8449
8571
|
"pageNumber"?: number;
|
|
8450
8572
|
"total"?: number;
|
|
8451
|
-
"nextUri"?: string;
|
|
8452
8573
|
"previousUri"?: string;
|
|
8574
|
+
"nextUri"?: string;
|
|
8453
8575
|
"lastUri"?: string;
|
|
8454
8576
|
"firstUri"?: string;
|
|
8455
8577
|
"selfUri"?: string;
|
|
@@ -8477,8 +8599,8 @@ declare namespace Models {
|
|
|
8477
8599
|
"pageSize"?: number;
|
|
8478
8600
|
"pageNumber"?: number;
|
|
8479
8601
|
"total"?: number;
|
|
8480
|
-
"nextUri"?: string;
|
|
8481
8602
|
"previousUri"?: string;
|
|
8603
|
+
"nextUri"?: string;
|
|
8482
8604
|
"lastUri"?: string;
|
|
8483
8605
|
"firstUri"?: string;
|
|
8484
8606
|
"selfUri"?: string;
|
|
@@ -8572,8 +8694,8 @@ declare namespace Models {
|
|
|
8572
8694
|
"pageSize"?: number;
|
|
8573
8695
|
"pageNumber"?: number;
|
|
8574
8696
|
"total"?: number;
|
|
8575
|
-
"nextUri"?: string;
|
|
8576
8697
|
"previousUri"?: string;
|
|
8698
|
+
"nextUri"?: string;
|
|
8577
8699
|
"lastUri"?: string;
|
|
8578
8700
|
"firstUri"?: string;
|
|
8579
8701
|
"selfUri"?: string;
|
|
@@ -8629,8 +8751,8 @@ declare namespace Models {
|
|
|
8629
8751
|
"pageSize"?: number;
|
|
8630
8752
|
"pageNumber"?: number;
|
|
8631
8753
|
"total"?: number;
|
|
8632
|
-
"nextUri"?: string;
|
|
8633
8754
|
"previousUri"?: string;
|
|
8755
|
+
"nextUri"?: string;
|
|
8634
8756
|
"lastUri"?: string;
|
|
8635
8757
|
"firstUri"?: string;
|
|
8636
8758
|
"selfUri"?: string;
|
|
@@ -8655,8 +8777,8 @@ declare namespace Models {
|
|
|
8655
8777
|
"pageSize"?: number;
|
|
8656
8778
|
"pageNumber"?: number;
|
|
8657
8779
|
"total"?: number;
|
|
8658
|
-
"nextUri"?: string;
|
|
8659
8780
|
"previousUri"?: string;
|
|
8781
|
+
"nextUri"?: string;
|
|
8660
8782
|
"lastUri"?: string;
|
|
8661
8783
|
"firstUri"?: string;
|
|
8662
8784
|
"selfUri"?: string;
|
|
@@ -8905,7 +9027,6 @@ declare namespace Models {
|
|
|
8905
9027
|
export interface AdditionalMessage {
|
|
8906
9028
|
"textBody": string;
|
|
8907
9029
|
"mediaIds"?: Array<string>;
|
|
8908
|
-
"stickerIds"?: Array<string>;
|
|
8909
9030
|
"messagingTemplate"?: Models.SendMessagingTemplateRequest;
|
|
8910
9031
|
}
|
|
8911
9032
|
|
|
@@ -9164,8 +9285,8 @@ declare namespace Models {
|
|
|
9164
9285
|
"pageSize"?: number;
|
|
9165
9286
|
"pageNumber"?: number;
|
|
9166
9287
|
"total"?: number;
|
|
9167
|
-
"nextUri"?: string;
|
|
9168
9288
|
"previousUri"?: string;
|
|
9289
|
+
"nextUri"?: string;
|
|
9169
9290
|
"lastUri"?: string;
|
|
9170
9291
|
"firstUri"?: string;
|
|
9171
9292
|
"selfUri"?: string;
|
|
@@ -9606,8 +9727,8 @@ declare namespace Models {
|
|
|
9606
9727
|
"pageSize"?: number;
|
|
9607
9728
|
"pageNumber"?: number;
|
|
9608
9729
|
"total"?: number;
|
|
9609
|
-
"nextUri"?: string;
|
|
9610
9730
|
"previousUri"?: string;
|
|
9731
|
+
"nextUri"?: string;
|
|
9611
9732
|
"lastUri"?: string;
|
|
9612
9733
|
"firstUri"?: string;
|
|
9613
9734
|
"selfUri"?: string;
|
|
@@ -9842,6 +9963,7 @@ declare namespace Models {
|
|
|
9842
9963
|
"mediaStatsMinConversationMos"?: number;
|
|
9843
9964
|
"mediaStatsMinConversationRFactor"?: number;
|
|
9844
9965
|
"originatingDirection"?: string;
|
|
9966
|
+
"originatingSocialMediaPublic"?: boolean;
|
|
9845
9967
|
"selfServed"?: boolean;
|
|
9846
9968
|
"evaluations"?: Array<Models.AnalyticsEvaluation>;
|
|
9847
9969
|
"surveys"?: Array<Models.AnalyticsSurvey>;
|
|
@@ -9902,6 +10024,7 @@ declare namespace Models {
|
|
|
9902
10024
|
"mediaStatsMinConversationMos"?: number;
|
|
9903
10025
|
"mediaStatsMinConversationRFactor"?: number;
|
|
9904
10026
|
"originatingDirection"?: string;
|
|
10027
|
+
"originatingSocialMediaPublic"?: boolean;
|
|
9905
10028
|
"selfServed"?: boolean;
|
|
9906
10029
|
"evaluations"?: Array<Models.AnalyticsEvaluation>;
|
|
9907
10030
|
"surveys"?: Array<Models.AnalyticsSurvey>;
|
|
@@ -10329,6 +10452,10 @@ declare namespace Models {
|
|
|
10329
10452
|
"listType"?: string;
|
|
10330
10453
|
}
|
|
10331
10454
|
|
|
10455
|
+
export interface AppleOpaqueId {
|
|
10456
|
+
"value"?: string;
|
|
10457
|
+
}
|
|
10458
|
+
|
|
10332
10459
|
export interface ApprovalNamespace {
|
|
10333
10460
|
"namespace"?: string;
|
|
10334
10461
|
"status"?: string;
|
|
@@ -10728,8 +10855,8 @@ declare namespace Models {
|
|
|
10728
10855
|
"pageSize"?: number;
|
|
10729
10856
|
"pageNumber"?: number;
|
|
10730
10857
|
"total"?: number;
|
|
10731
|
-
"nextUri"?: string;
|
|
10732
10858
|
"previousUri"?: string;
|
|
10859
|
+
"nextUri"?: string;
|
|
10733
10860
|
"lastUri"?: string;
|
|
10734
10861
|
"firstUri"?: string;
|
|
10735
10862
|
"selfUri"?: string;
|
|
@@ -10896,8 +11023,8 @@ declare namespace Models {
|
|
|
10896
11023
|
"pageSize"?: number;
|
|
10897
11024
|
"pageNumber"?: number;
|
|
10898
11025
|
"total"?: number;
|
|
10899
|
-
"nextUri"?: string;
|
|
10900
11026
|
"previousUri"?: string;
|
|
11027
|
+
"nextUri"?: string;
|
|
10901
11028
|
"lastUri"?: string;
|
|
10902
11029
|
"firstUri"?: string;
|
|
10903
11030
|
"selfUri"?: string;
|
|
@@ -10969,8 +11096,8 @@ declare namespace Models {
|
|
|
10969
11096
|
"pageSize"?: number;
|
|
10970
11097
|
"pageNumber"?: number;
|
|
10971
11098
|
"total"?: number;
|
|
10972
|
-
"nextUri"?: string;
|
|
10973
11099
|
"previousUri"?: string;
|
|
11100
|
+
"nextUri"?: string;
|
|
10974
11101
|
"lastUri"?: string;
|
|
10975
11102
|
"firstUri"?: string;
|
|
10976
11103
|
"selfUri"?: string;
|
|
@@ -11197,8 +11324,8 @@ declare namespace Models {
|
|
|
11197
11324
|
"pageSize"?: number;
|
|
11198
11325
|
"pageNumber"?: number;
|
|
11199
11326
|
"total"?: number;
|
|
11200
|
-
"nextUri"?: string;
|
|
11201
11327
|
"previousUri"?: string;
|
|
11328
|
+
"nextUri"?: string;
|
|
11202
11329
|
"lastUri"?: string;
|
|
11203
11330
|
"firstUri"?: string;
|
|
11204
11331
|
"selfUri"?: string;
|
|
@@ -11468,6 +11595,135 @@ declare namespace Models {
|
|
|
11468
11595
|
"selfUri"?: string;
|
|
11469
11596
|
}
|
|
11470
11597
|
|
|
11598
|
+
export interface BillingCharge {
|
|
11599
|
+
"id"?: string;
|
|
11600
|
+
"product"?: Models.BillingProduct;
|
|
11601
|
+
"organizations"?: Array<Models.NamedEntity>;
|
|
11602
|
+
"getprepaidQuantity"?: number;
|
|
11603
|
+
"getfairuseQuantity"?: number;
|
|
11604
|
+
"getactualQuantity"?: number;
|
|
11605
|
+
"getoverageQuantity"?: number;
|
|
11606
|
+
"overageRate"?: number;
|
|
11607
|
+
"overageCharge"?: number;
|
|
11608
|
+
"overageCurrency"?: string;
|
|
11609
|
+
}
|
|
11610
|
+
|
|
11611
|
+
export interface BillingContract {
|
|
11612
|
+
"id"?: string;
|
|
11613
|
+
"externalNumber"?: string;
|
|
11614
|
+
"status"?: string;
|
|
11615
|
+
"commercialModel"?: string;
|
|
11616
|
+
"getpurchaseOrderNumbers"?: Array<string>;
|
|
11617
|
+
"billToCustomer"?: Models.Customer;
|
|
11618
|
+
"soldToCustomer"?: Models.Customer;
|
|
11619
|
+
"endCustomer"?: Models.Customer;
|
|
11620
|
+
"dateStart"?: string;
|
|
11621
|
+
"dateEnd"?: string;
|
|
11622
|
+
"dateRampStart"?: string;
|
|
11623
|
+
"dateRampEnd"?: string;
|
|
11624
|
+
"billingPeriods"?: Array<Models.BillingContractPeriod>;
|
|
11625
|
+
"plans"?: Array<Models.BillingPlan>;
|
|
11626
|
+
}
|
|
11627
|
+
|
|
11628
|
+
export interface BillingContractListing {
|
|
11629
|
+
"entities"?: Array<Models.BillingContract>;
|
|
11630
|
+
"nextUri"?: string;
|
|
11631
|
+
"selfUri"?: string;
|
|
11632
|
+
"previousUri"?: string;
|
|
11633
|
+
}
|
|
11634
|
+
|
|
11635
|
+
export interface BillingContractPeriod {
|
|
11636
|
+
"id"?: string;
|
|
11637
|
+
"dateStart"?: string;
|
|
11638
|
+
"dateEnd"?: string;
|
|
11639
|
+
"status"?: string;
|
|
11640
|
+
}
|
|
11641
|
+
|
|
11642
|
+
export interface BillingContractPeriodDetail {
|
|
11643
|
+
"id"?: string;
|
|
11644
|
+
"dateStart"?: string;
|
|
11645
|
+
"dateEnd"?: string;
|
|
11646
|
+
"status"?: string;
|
|
11647
|
+
"charges"?: Array<Models.BillingCharge>;
|
|
11648
|
+
"wallets"?: Array<Models.BillingWallet>;
|
|
11649
|
+
}
|
|
11650
|
+
|
|
11651
|
+
export interface BillingInvoice {
|
|
11652
|
+
"id"?: string;
|
|
11653
|
+
"billToCustomer"?: Models.Customer;
|
|
11654
|
+
"shipToCustomer"?: Models.Customer;
|
|
11655
|
+
"soldToCustomer"?: Models.Customer;
|
|
11656
|
+
"dateInvoiced"?: string;
|
|
11657
|
+
"billToAddress"?: Models.InvoiceAddress;
|
|
11658
|
+
"shipToAddress"?: Models.InvoiceAddress;
|
|
11659
|
+
"currencyIsoCode"?: string;
|
|
11660
|
+
"paymentStatus"?: string;
|
|
11661
|
+
"paymentTerms"?: string;
|
|
11662
|
+
"paymentLink"?: string;
|
|
11663
|
+
"customerPoNumber"?: string;
|
|
11664
|
+
"customerInvoiceType"?: string;
|
|
11665
|
+
"amount"?: number;
|
|
11666
|
+
}
|
|
11667
|
+
|
|
11668
|
+
export interface BillingInvoiceItem {
|
|
11669
|
+
"id"?: string;
|
|
11670
|
+
"product"?: Models.BillingProduct;
|
|
11671
|
+
"description"?: string;
|
|
11672
|
+
"dateTransacted"?: string;
|
|
11673
|
+
"dateStart"?: string;
|
|
11674
|
+
"dateEnd"?: string;
|
|
11675
|
+
"organization"?: Models.NamedEntity;
|
|
11676
|
+
"quantity"?: number;
|
|
11677
|
+
"unitOfMeasure"?: string;
|
|
11678
|
+
"amount"?: number;
|
|
11679
|
+
}
|
|
11680
|
+
|
|
11681
|
+
export interface BillingInvoiceItemListing {
|
|
11682
|
+
"entities"?: Array<Models.BillingInvoiceItem>;
|
|
11683
|
+
"nextUri"?: string;
|
|
11684
|
+
"selfUri"?: string;
|
|
11685
|
+
"previousUri"?: string;
|
|
11686
|
+
}
|
|
11687
|
+
|
|
11688
|
+
export interface BillingInvoiceListing {
|
|
11689
|
+
"entities"?: Array<Models.BillingInvoice>;
|
|
11690
|
+
"nextUri"?: string;
|
|
11691
|
+
"selfUri"?: string;
|
|
11692
|
+
"previousUri"?: string;
|
|
11693
|
+
}
|
|
11694
|
+
|
|
11695
|
+
export interface BillingPlan {
|
|
11696
|
+
"id"?: string;
|
|
11697
|
+
"name"?: string;
|
|
11698
|
+
"organizations"?: Array<Models.NamedEntity>;
|
|
11699
|
+
"product"?: Models.BillingProduct;
|
|
11700
|
+
"items"?: Array<Models.BillingPlanItem>;
|
|
11701
|
+
}
|
|
11702
|
+
|
|
11703
|
+
export interface BillingPlanItem {
|
|
11704
|
+
"itemNumber"?: string;
|
|
11705
|
+
"name"?: string;
|
|
11706
|
+
"type"?: string;
|
|
11707
|
+
"function"?: string;
|
|
11708
|
+
"description"?: string;
|
|
11709
|
+
"dateChargedThrough"?: string;
|
|
11710
|
+
"currencyIsoCode"?: string;
|
|
11711
|
+
"discountAmount"?: number;
|
|
11712
|
+
"dateEffectiveStart"?: string;
|
|
11713
|
+
"dateEffectiveEnd"?: string;
|
|
11714
|
+
"overagePrice"?: number;
|
|
11715
|
+
"price"?: number;
|
|
11716
|
+
"quantity"?: number;
|
|
11717
|
+
"unitOfMeasure"?: string;
|
|
11718
|
+
}
|
|
11719
|
+
|
|
11720
|
+
export interface BillingProduct {
|
|
11721
|
+
"id"?: string;
|
|
11722
|
+
"sku"?: string;
|
|
11723
|
+
"name"?: string;
|
|
11724
|
+
"unitOfMeasure"?: string;
|
|
11725
|
+
}
|
|
11726
|
+
|
|
11471
11727
|
export interface BillingUsage {
|
|
11472
11728
|
"name": string;
|
|
11473
11729
|
"totalUsage": string;
|
|
@@ -11489,6 +11745,23 @@ declare namespace Models {
|
|
|
11489
11745
|
"date": string;
|
|
11490
11746
|
}
|
|
11491
11747
|
|
|
11748
|
+
export interface BillingWallet {
|
|
11749
|
+
"id"?: string;
|
|
11750
|
+
"name"?: string;
|
|
11751
|
+
"organizations"?: Array<Models.NamedEntity>;
|
|
11752
|
+
"product"?: Models.BillingProduct;
|
|
11753
|
+
"startingBalance"?: number;
|
|
11754
|
+
"endingBalance"?: number;
|
|
11755
|
+
"balanceIncrease"?: number;
|
|
11756
|
+
"balanceDecrease"?: number;
|
|
11757
|
+
"balanceConsumption"?: number;
|
|
11758
|
+
"balanceOverage"?: number;
|
|
11759
|
+
"balanceOverageRate"?: number;
|
|
11760
|
+
"balanceOverageCharge"?: number;
|
|
11761
|
+
"balanceOverageCurrency"?: string;
|
|
11762
|
+
"unitOfMeasure"?: string;
|
|
11763
|
+
}
|
|
11764
|
+
|
|
11492
11765
|
export interface Biography {
|
|
11493
11766
|
"biography"?: string;
|
|
11494
11767
|
"interests"?: Array<string>;
|
|
@@ -11583,8 +11856,8 @@ declare namespace Models {
|
|
|
11583
11856
|
"pageSize"?: number;
|
|
11584
11857
|
"pageNumber"?: number;
|
|
11585
11858
|
"total"?: number;
|
|
11586
|
-
"nextUri"?: string;
|
|
11587
11859
|
"previousUri"?: string;
|
|
11860
|
+
"nextUri"?: string;
|
|
11588
11861
|
"lastUri"?: string;
|
|
11589
11862
|
"firstUri"?: string;
|
|
11590
11863
|
"selfUri"?: string;
|
|
@@ -11602,8 +11875,8 @@ declare namespace Models {
|
|
|
11602
11875
|
"pageSize"?: number;
|
|
11603
11876
|
"pageNumber"?: number;
|
|
11604
11877
|
"total"?: number;
|
|
11605
|
-
"nextUri"?: string;
|
|
11606
11878
|
"previousUri"?: string;
|
|
11879
|
+
"nextUri"?: string;
|
|
11607
11880
|
"lastUri"?: string;
|
|
11608
11881
|
"firstUri"?: string;
|
|
11609
11882
|
"selfUri"?: string;
|
|
@@ -11648,6 +11921,7 @@ declare namespace Models {
|
|
|
11648
11921
|
"name": string;
|
|
11649
11922
|
"botType": string;
|
|
11650
11923
|
"description"?: string;
|
|
11924
|
+
"virtualAgentEnabled"?: boolean;
|
|
11651
11925
|
"selfUri"?: string;
|
|
11652
11926
|
}
|
|
11653
11927
|
|
|
@@ -11703,10 +11977,10 @@ declare namespace Models {
|
|
|
11703
11977
|
}
|
|
11704
11978
|
|
|
11705
11979
|
export interface BuAgentScheduleActivity {
|
|
11706
|
-
"startDate"
|
|
11707
|
-
"lengthMinutes"
|
|
11708
|
-
"description"
|
|
11709
|
-
"activityCodeId"
|
|
11980
|
+
"startDate": string;
|
|
11981
|
+
"lengthMinutes": number;
|
|
11982
|
+
"description": string;
|
|
11983
|
+
"activityCodeId": string;
|
|
11710
11984
|
"paid"?: boolean;
|
|
11711
11985
|
"payableMinutes"?: number;
|
|
11712
11986
|
"timeOffRequestId"?: string;
|
|
@@ -11977,13 +12251,18 @@ declare namespace Models {
|
|
|
11977
12251
|
"endDate": string;
|
|
11978
12252
|
}
|
|
11979
12253
|
|
|
11980
|
-
export interface
|
|
11981
|
-
"entities"?: Array<Models.
|
|
12254
|
+
export interface BuHeadcountForecastBuPlanningGroupHeadcountForecastResult {
|
|
12255
|
+
"entities"?: Array<Models.BuPlanningGroupHeadcountForecastResult>;
|
|
12256
|
+
"referenceStartDate"?: string;
|
|
12257
|
+
}
|
|
12258
|
+
|
|
12259
|
+
export interface BuHeadcountForecastBuPlanningGroupHeadcountForecastUploadSchema {
|
|
12260
|
+
"entities"?: Array<Models.BuPlanningGroupHeadcountForecastUploadSchema>;
|
|
11982
12261
|
"referenceStartDate"?: string;
|
|
11983
12262
|
}
|
|
11984
12263
|
|
|
11985
12264
|
export interface BuHeadcountForecastResponse {
|
|
11986
|
-
"result"?: Models.
|
|
12265
|
+
"result"?: Models.BuHeadcountForecastBuPlanningGroupHeadcountForecastResult;
|
|
11987
12266
|
"downloadUrl"?: string;
|
|
11988
12267
|
}
|
|
11989
12268
|
|
|
@@ -12054,10 +12333,16 @@ declare namespace Models {
|
|
|
12054
12333
|
"scheduling"?: Models.BuScheduleNotificationsSettingsResponse;
|
|
12055
12334
|
}
|
|
12056
12335
|
|
|
12057
|
-
export interface
|
|
12336
|
+
export interface BuPlanningGroupHeadcountForecastResult {
|
|
12337
|
+
"requiredPerInterval"?: Array<number>;
|
|
12338
|
+
"requiredWithoutShrinkagePerInterval"?: Array<number>;
|
|
12058
12339
|
"planningGroup"?: Models.PlanningGroupReference;
|
|
12340
|
+
}
|
|
12341
|
+
|
|
12342
|
+
export interface BuPlanningGroupHeadcountForecastUploadSchema {
|
|
12059
12343
|
"requiredPerInterval"?: Array<number>;
|
|
12060
12344
|
"requiredWithoutShrinkagePerInterval"?: Array<number>;
|
|
12345
|
+
"planningGroupId": string;
|
|
12061
12346
|
}
|
|
12062
12347
|
|
|
12063
12348
|
export interface BuQueryAdherenceExplanationsRequest {
|
|
@@ -12102,7 +12387,7 @@ declare namespace Models {
|
|
|
12102
12387
|
export interface BuRescheduleResult {
|
|
12103
12388
|
"generationResults"?: Models.ScheduleGenerationResult;
|
|
12104
12389
|
"generationResultsDownloadUrl"?: string;
|
|
12105
|
-
"headcountForecast"?: Models.
|
|
12390
|
+
"headcountForecast"?: Models.BuHeadcountForecastBuPlanningGroupHeadcountForecastResult;
|
|
12106
12391
|
"headcountForecastDownloadUrl"?: string;
|
|
12107
12392
|
"agentSchedules"?: Array<Models.BuRescheduleAgentScheduleResult>;
|
|
12108
12393
|
}
|
|
@@ -12843,8 +13128,8 @@ declare namespace Models {
|
|
|
12843
13128
|
"pageSize"?: number;
|
|
12844
13129
|
"pageNumber"?: number;
|
|
12845
13130
|
"total"?: number;
|
|
12846
|
-
"nextUri"?: string;
|
|
12847
13131
|
"previousUri"?: string;
|
|
13132
|
+
"nextUri"?: string;
|
|
12848
13133
|
"lastUri"?: string;
|
|
12849
13134
|
"firstUri"?: string;
|
|
12850
13135
|
"selfUri"?: string;
|
|
@@ -12906,8 +13191,8 @@ declare namespace Models {
|
|
|
12906
13191
|
"pageSize"?: number;
|
|
12907
13192
|
"pageNumber"?: number;
|
|
12908
13193
|
"total"?: number;
|
|
12909
|
-
"nextUri"?: string;
|
|
12910
13194
|
"previousUri"?: string;
|
|
13195
|
+
"nextUri"?: string;
|
|
12911
13196
|
"lastUri"?: string;
|
|
12912
13197
|
"firstUri"?: string;
|
|
12913
13198
|
"selfUri"?: string;
|
|
@@ -13012,8 +13297,8 @@ declare namespace Models {
|
|
|
13012
13297
|
"pageSize"?: number;
|
|
13013
13298
|
"pageNumber"?: number;
|
|
13014
13299
|
"total"?: number;
|
|
13015
|
-
"nextUri"?: string;
|
|
13016
13300
|
"previousUri"?: string;
|
|
13301
|
+
"nextUri"?: string;
|
|
13017
13302
|
"lastUri"?: string;
|
|
13018
13303
|
"firstUri"?: string;
|
|
13019
13304
|
"selfUri"?: string;
|
|
@@ -13074,8 +13359,8 @@ declare namespace Models {
|
|
|
13074
13359
|
"pageSize"?: number;
|
|
13075
13360
|
"pageNumber"?: number;
|
|
13076
13361
|
"total"?: number;
|
|
13077
|
-
"nextUri"?: string;
|
|
13078
13362
|
"previousUri"?: string;
|
|
13363
|
+
"nextUri"?: string;
|
|
13079
13364
|
"lastUri"?: string;
|
|
13080
13365
|
"firstUri"?: string;
|
|
13081
13366
|
"selfUri"?: string;
|
|
@@ -13225,8 +13510,8 @@ declare namespace Models {
|
|
|
13225
13510
|
"pageSize"?: number;
|
|
13226
13511
|
"pageNumber"?: number;
|
|
13227
13512
|
"total"?: number;
|
|
13228
|
-
"nextUri"?: string;
|
|
13229
13513
|
"previousUri"?: string;
|
|
13514
|
+
"nextUri"?: string;
|
|
13230
13515
|
"lastUri"?: string;
|
|
13231
13516
|
"firstUri"?: string;
|
|
13232
13517
|
"selfUri"?: string;
|
|
@@ -13318,8 +13603,8 @@ declare namespace Models {
|
|
|
13318
13603
|
"pageSize"?: number;
|
|
13319
13604
|
"pageNumber"?: number;
|
|
13320
13605
|
"total"?: number;
|
|
13321
|
-
"nextUri"?: string;
|
|
13322
13606
|
"previousUri"?: string;
|
|
13607
|
+
"nextUri"?: string;
|
|
13323
13608
|
"lastUri"?: string;
|
|
13324
13609
|
"firstUri"?: string;
|
|
13325
13610
|
"selfUri"?: string;
|
|
@@ -13457,6 +13742,7 @@ declare namespace Models {
|
|
|
13457
13742
|
"maxCallsPerAgentDecimal"?: number;
|
|
13458
13743
|
"callbackAutoAnswer"?: boolean;
|
|
13459
13744
|
"dynamicLineBalancingSettings"?: Models.DynamicLineBalancingSettings;
|
|
13745
|
+
"diagnosticsSettings"?: Models.DiagnosticsSettings;
|
|
13460
13746
|
"selfUri"?: string;
|
|
13461
13747
|
}
|
|
13462
13748
|
|
|
@@ -13474,6 +13760,12 @@ declare namespace Models {
|
|
|
13474
13760
|
"scheduledInteractionsCount"?: number;
|
|
13475
13761
|
"timeZoneRescheduledCallsCount"?: number;
|
|
13476
13762
|
"filteredOutContactsCount"?: number;
|
|
13763
|
+
"idleAgents"?: number;
|
|
13764
|
+
"effectiveIdleAgents"?: number;
|
|
13765
|
+
"linesUtilization"?: Models.CampaignLinesUtilization;
|
|
13766
|
+
"numberOfContactsCalled"?: number;
|
|
13767
|
+
"totalNumberOfContacts"?: number;
|
|
13768
|
+
"campaignErrors"?: Array<Models.RestErrorDetail>;
|
|
13477
13769
|
"campaignSkillStatistics"?: Models.CampaignSkillStatistics;
|
|
13478
13770
|
}
|
|
13479
13771
|
|
|
@@ -13489,8 +13781,8 @@ declare namespace Models {
|
|
|
13489
13781
|
"pageSize"?: number;
|
|
13490
13782
|
"pageNumber"?: number;
|
|
13491
13783
|
"total"?: number;
|
|
13492
|
-
"nextUri"?: string;
|
|
13493
13784
|
"previousUri"?: string;
|
|
13785
|
+
"nextUri"?: string;
|
|
13494
13786
|
"lastUri"?: string;
|
|
13495
13787
|
"firstUri"?: string;
|
|
13496
13788
|
"selfUri"?: string;
|
|
@@ -13502,8 +13794,8 @@ declare namespace Models {
|
|
|
13502
13794
|
"pageSize"?: number;
|
|
13503
13795
|
"pageNumber"?: number;
|
|
13504
13796
|
"total"?: number;
|
|
13505
|
-
"nextUri"?: string;
|
|
13506
13797
|
"previousUri"?: string;
|
|
13798
|
+
"nextUri"?: string;
|
|
13507
13799
|
"lastUri"?: string;
|
|
13508
13800
|
"firstUri"?: string;
|
|
13509
13801
|
"selfUri"?: string;
|
|
@@ -13644,8 +13936,8 @@ declare namespace Models {
|
|
|
13644
13936
|
"pageSize"?: number;
|
|
13645
13937
|
"pageNumber"?: number;
|
|
13646
13938
|
"total"?: number;
|
|
13647
|
-
"nextUri"?: string;
|
|
13648
13939
|
"previousUri"?: string;
|
|
13940
|
+
"nextUri"?: string;
|
|
13649
13941
|
"lastUri"?: string;
|
|
13650
13942
|
"firstUri"?: string;
|
|
13651
13943
|
"selfUri"?: string;
|
|
@@ -13719,8 +14011,8 @@ declare namespace Models {
|
|
|
13719
14011
|
"pageSize"?: number;
|
|
13720
14012
|
"pageNumber"?: number;
|
|
13721
14013
|
"total"?: number;
|
|
13722
|
-
"nextUri"?: string;
|
|
13723
14014
|
"previousUri"?: string;
|
|
14015
|
+
"nextUri"?: string;
|
|
13724
14016
|
"lastUri"?: string;
|
|
13725
14017
|
"firstUri"?: string;
|
|
13726
14018
|
"selfUri"?: string;
|
|
@@ -13779,8 +14071,8 @@ declare namespace Models {
|
|
|
13779
14071
|
"pageSize"?: number;
|
|
13780
14072
|
"pageNumber"?: number;
|
|
13781
14073
|
"total"?: number;
|
|
13782
|
-
"nextUri"?: string;
|
|
13783
14074
|
"previousUri"?: string;
|
|
14075
|
+
"nextUri"?: string;
|
|
13784
14076
|
"lastUri"?: string;
|
|
13785
14077
|
"firstUri"?: string;
|
|
13786
14078
|
"selfUri"?: string;
|
|
@@ -13892,8 +14184,8 @@ declare namespace Models {
|
|
|
13892
14184
|
"pageSize"?: number;
|
|
13893
14185
|
"pageNumber"?: number;
|
|
13894
14186
|
"total"?: number;
|
|
13895
|
-
"nextUri"?: string;
|
|
13896
14187
|
"previousUri"?: string;
|
|
14188
|
+
"nextUri"?: string;
|
|
13897
14189
|
"lastUri"?: string;
|
|
13898
14190
|
"firstUri"?: string;
|
|
13899
14191
|
"selfUri"?: string;
|
|
@@ -13940,6 +14232,11 @@ declare namespace Models {
|
|
|
13940
14232
|
"entities"?: Array<Models.ChannelTopic>;
|
|
13941
14233
|
}
|
|
13942
14234
|
|
|
14235
|
+
export interface ChartColumn {
|
|
14236
|
+
"id"?: string;
|
|
14237
|
+
"columnType"?: string;
|
|
14238
|
+
}
|
|
14239
|
+
|
|
13943
14240
|
export interface Chat {
|
|
13944
14241
|
"jabberId"?: string;
|
|
13945
14242
|
}
|
|
@@ -13970,8 +14267,8 @@ declare namespace Models {
|
|
|
13970
14267
|
"pageSize"?: number;
|
|
13971
14268
|
"pageNumber"?: number;
|
|
13972
14269
|
"total"?: number;
|
|
13973
|
-
"nextUri"?: string;
|
|
13974
14270
|
"previousUri"?: string;
|
|
14271
|
+
"nextUri"?: string;
|
|
13975
14272
|
"lastUri"?: string;
|
|
13976
14273
|
"firstUri"?: string;
|
|
13977
14274
|
"selfUri"?: string;
|
|
@@ -14175,8 +14472,8 @@ declare namespace Models {
|
|
|
14175
14472
|
"pageSize"?: number;
|
|
14176
14473
|
"pageNumber"?: number;
|
|
14177
14474
|
"total"?: number;
|
|
14178
|
-
"nextUri"?: string;
|
|
14179
14475
|
"previousUri"?: string;
|
|
14476
|
+
"nextUri"?: string;
|
|
14180
14477
|
"lastUri"?: string;
|
|
14181
14478
|
"firstUri"?: string;
|
|
14182
14479
|
"selfUri"?: string;
|
|
@@ -14223,8 +14520,8 @@ declare namespace Models {
|
|
|
14223
14520
|
"pageSize"?: number;
|
|
14224
14521
|
"pageNumber"?: number;
|
|
14225
14522
|
"total"?: number;
|
|
14226
|
-
"nextUri"?: string;
|
|
14227
14523
|
"previousUri"?: string;
|
|
14524
|
+
"nextUri"?: string;
|
|
14228
14525
|
"lastUri"?: string;
|
|
14229
14526
|
"firstUri"?: string;
|
|
14230
14527
|
"selfUri"?: string;
|
|
@@ -14276,8 +14573,8 @@ declare namespace Models {
|
|
|
14276
14573
|
"pageSize"?: number;
|
|
14277
14574
|
"pageNumber"?: number;
|
|
14278
14575
|
"total"?: number;
|
|
14279
|
-
"nextUri"?: string;
|
|
14280
14576
|
"previousUri"?: string;
|
|
14577
|
+
"nextUri"?: string;
|
|
14281
14578
|
"lastUri"?: string;
|
|
14282
14579
|
"firstUri"?: string;
|
|
14283
14580
|
"selfUri"?: string;
|
|
@@ -14322,8 +14619,8 @@ declare namespace Models {
|
|
|
14322
14619
|
"pageSize"?: number;
|
|
14323
14620
|
"pageNumber"?: number;
|
|
14324
14621
|
"total"?: number;
|
|
14325
|
-
"nextUri"?: string;
|
|
14326
14622
|
"previousUri"?: string;
|
|
14623
|
+
"nextUri"?: string;
|
|
14327
14624
|
"lastUri"?: string;
|
|
14328
14625
|
"firstUri"?: string;
|
|
14329
14626
|
"selfUri"?: string;
|
|
@@ -14369,8 +14666,8 @@ declare namespace Models {
|
|
|
14369
14666
|
"pageSize"?: number;
|
|
14370
14667
|
"pageNumber"?: number;
|
|
14371
14668
|
"total"?: number;
|
|
14372
|
-
"nextUri"?: string;
|
|
14373
14669
|
"previousUri"?: string;
|
|
14670
|
+
"nextUri"?: string;
|
|
14374
14671
|
"lastUri"?: string;
|
|
14375
14672
|
"firstUri"?: string;
|
|
14376
14673
|
"selfUri"?: string;
|
|
@@ -14536,8 +14833,8 @@ declare namespace Models {
|
|
|
14536
14833
|
"pageSize"?: number;
|
|
14537
14834
|
"pageNumber"?: number;
|
|
14538
14835
|
"total"?: number;
|
|
14539
|
-
"nextUri"?: string;
|
|
14540
14836
|
"previousUri"?: string;
|
|
14837
|
+
"nextUri"?: string;
|
|
14541
14838
|
"lastUri"?: string;
|
|
14542
14839
|
"firstUri"?: string;
|
|
14543
14840
|
"selfUri"?: string;
|
|
@@ -14599,8 +14896,8 @@ declare namespace Models {
|
|
|
14599
14896
|
"pageSize"?: number;
|
|
14600
14897
|
"pageNumber"?: number;
|
|
14601
14898
|
"total"?: number;
|
|
14602
|
-
"nextUri"?: string;
|
|
14603
14899
|
"previousUri"?: string;
|
|
14900
|
+
"nextUri"?: string;
|
|
14604
14901
|
"lastUri"?: string;
|
|
14605
14902
|
"firstUri"?: string;
|
|
14606
14903
|
"selfUri"?: string;
|
|
@@ -14612,8 +14909,8 @@ declare namespace Models {
|
|
|
14612
14909
|
"pageSize"?: number;
|
|
14613
14910
|
"pageNumber"?: number;
|
|
14614
14911
|
"total"?: number;
|
|
14615
|
-
"nextUri"?: string;
|
|
14616
14912
|
"previousUri"?: string;
|
|
14913
|
+
"nextUri"?: string;
|
|
14617
14914
|
"lastUri"?: string;
|
|
14618
14915
|
"firstUri"?: string;
|
|
14619
14916
|
"selfUri"?: string;
|
|
@@ -14661,8 +14958,8 @@ declare namespace Models {
|
|
|
14661
14958
|
"pageSize"?: number;
|
|
14662
14959
|
"pageNumber"?: number;
|
|
14663
14960
|
"total"?: number;
|
|
14664
|
-
"nextUri"?: string;
|
|
14665
14961
|
"previousUri"?: string;
|
|
14962
|
+
"nextUri"?: string;
|
|
14666
14963
|
"lastUri"?: string;
|
|
14667
14964
|
"firstUri"?: string;
|
|
14668
14965
|
"selfUri"?: string;
|
|
@@ -14930,8 +15227,8 @@ declare namespace Models {
|
|
|
14930
15227
|
"pageSize"?: number;
|
|
14931
15228
|
"pageNumber"?: number;
|
|
14932
15229
|
"total"?: number;
|
|
14933
|
-
"nextUri"?: string;
|
|
14934
15230
|
"previousUri"?: string;
|
|
15231
|
+
"nextUri"?: string;
|
|
14935
15232
|
"lastUri"?: string;
|
|
14936
15233
|
"firstUri"?: string;
|
|
14937
15234
|
"selfUri"?: string;
|
|
@@ -14943,8 +15240,8 @@ declare namespace Models {
|
|
|
14943
15240
|
"pageSize"?: number;
|
|
14944
15241
|
"pageNumber"?: number;
|
|
14945
15242
|
"total"?: number;
|
|
14946
|
-
"nextUri"?: string;
|
|
14947
15243
|
"previousUri"?: string;
|
|
15244
|
+
"nextUri"?: string;
|
|
14948
15245
|
"lastUri"?: string;
|
|
14949
15246
|
"firstUri"?: string;
|
|
14950
15247
|
"selfUri"?: string;
|
|
@@ -14990,6 +15287,7 @@ declare namespace Models {
|
|
|
14990
15287
|
"criteria"?: Models.ContactBulkSearchCriteria;
|
|
14991
15288
|
"contactIds"?: Array<string>;
|
|
14992
15289
|
"contact"?: Models.DialerContact;
|
|
15290
|
+
"generateDownloadURI"?: boolean;
|
|
14993
15291
|
}
|
|
14994
15292
|
|
|
14995
15293
|
export interface ContactBulkSearchCriteria {
|
|
@@ -15000,6 +15298,7 @@ declare namespace Models {
|
|
|
15000
15298
|
export interface ContactBulkSearchParameters {
|
|
15001
15299
|
"contactListFilterId"?: string;
|
|
15002
15300
|
"criteria"?: Models.ContactBulkSearchCriteria;
|
|
15301
|
+
"generateDownloadURI"?: boolean;
|
|
15003
15302
|
}
|
|
15004
15303
|
|
|
15005
15304
|
export interface ContactCallbackRequest {
|
|
@@ -15108,6 +15407,7 @@ declare namespace Models {
|
|
|
15108
15407
|
|
|
15109
15408
|
export interface ContactImportJobRequest {
|
|
15110
15409
|
"settingsId": string;
|
|
15410
|
+
"division"?: Models.WritableStarrableDivision;
|
|
15111
15411
|
}
|
|
15112
15412
|
|
|
15113
15413
|
export interface ContactImportJobResponse {
|
|
@@ -15117,6 +15417,7 @@ declare namespace Models {
|
|
|
15117
15417
|
"executionStep"?: string;
|
|
15118
15418
|
"metadata"?: Models.ContactImportJobMetadata;
|
|
15119
15419
|
"dateCreated"?: string;
|
|
15420
|
+
"division"?: Models.StarrableDivision;
|
|
15120
15421
|
"selfUri"?: string;
|
|
15121
15422
|
"settings": Models.AddressableEntityRef;
|
|
15122
15423
|
}
|
|
@@ -15191,8 +15492,8 @@ declare namespace Models {
|
|
|
15191
15492
|
"pageSize"?: number;
|
|
15192
15493
|
"pageNumber"?: number;
|
|
15193
15494
|
"total"?: number;
|
|
15194
|
-
"nextUri"?: string;
|
|
15195
15495
|
"previousUri"?: string;
|
|
15496
|
+
"nextUri"?: string;
|
|
15196
15497
|
"lastUri"?: string;
|
|
15197
15498
|
"firstUri"?: string;
|
|
15198
15499
|
"selfUri"?: string;
|
|
@@ -15204,8 +15505,8 @@ declare namespace Models {
|
|
|
15204
15505
|
"pageSize"?: number;
|
|
15205
15506
|
"pageNumber"?: number;
|
|
15206
15507
|
"total"?: number;
|
|
15207
|
-
"nextUri"?: string;
|
|
15208
15508
|
"previousUri"?: string;
|
|
15509
|
+
"nextUri"?: string;
|
|
15209
15510
|
"lastUri"?: string;
|
|
15210
15511
|
"firstUri"?: string;
|
|
15211
15512
|
"selfUri"?: string;
|
|
@@ -15240,8 +15541,8 @@ declare namespace Models {
|
|
|
15240
15541
|
"pageSize"?: number;
|
|
15241
15542
|
"pageNumber"?: number;
|
|
15242
15543
|
"total"?: number;
|
|
15243
|
-
"nextUri"?: string;
|
|
15244
15544
|
"previousUri"?: string;
|
|
15545
|
+
"nextUri"?: string;
|
|
15245
15546
|
"lastUri"?: string;
|
|
15246
15547
|
"firstUri"?: string;
|
|
15247
15548
|
"selfUri"?: string;
|
|
@@ -15294,8 +15595,8 @@ declare namespace Models {
|
|
|
15294
15595
|
"pageSize"?: number;
|
|
15295
15596
|
"pageNumber"?: number;
|
|
15296
15597
|
"total"?: number;
|
|
15297
|
-
"nextUri"?: string;
|
|
15298
15598
|
"previousUri"?: string;
|
|
15599
|
+
"nextUri"?: string;
|
|
15299
15600
|
"lastUri"?: string;
|
|
15300
15601
|
"firstUri"?: string;
|
|
15301
15602
|
"selfUri"?: string;
|
|
@@ -15330,8 +15631,8 @@ declare namespace Models {
|
|
|
15330
15631
|
"pageNumber"?: number;
|
|
15331
15632
|
"total"?: number;
|
|
15332
15633
|
"contactsCount"?: number;
|
|
15333
|
-
"nextUri"?: string;
|
|
15334
15634
|
"previousUri"?: string;
|
|
15635
|
+
"nextUri"?: string;
|
|
15335
15636
|
"lastUri"?: string;
|
|
15336
15637
|
"firstUri"?: string;
|
|
15337
15638
|
"selfUri"?: string;
|
|
@@ -15946,6 +16247,11 @@ declare namespace Models {
|
|
|
15946
16247
|
"files"?: Models.SnapshotFiles;
|
|
15947
16248
|
}
|
|
15948
16249
|
|
|
16250
|
+
export interface Contractual {
|
|
16251
|
+
"schemaPropertyKey": string;
|
|
16252
|
+
"contractual"?: Models.Contractual;
|
|
16253
|
+
}
|
|
16254
|
+
|
|
15949
16255
|
export interface Conversation {
|
|
15950
16256
|
"id"?: string;
|
|
15951
16257
|
"name"?: string;
|
|
@@ -16523,8 +16829,8 @@ declare namespace Models {
|
|
|
16523
16829
|
"pageSize"?: number;
|
|
16524
16830
|
"pageNumber"?: number;
|
|
16525
16831
|
"total"?: number;
|
|
16526
|
-
"nextUri"?: string;
|
|
16527
16832
|
"previousUri"?: string;
|
|
16833
|
+
"nextUri"?: string;
|
|
16528
16834
|
"lastUri"?: string;
|
|
16529
16835
|
"firstUri"?: string;
|
|
16530
16836
|
"selfUri"?: string;
|
|
@@ -16911,6 +17217,7 @@ declare namespace Models {
|
|
|
16911
17217
|
}
|
|
16912
17218
|
|
|
16913
17219
|
export interface ConversationContentButtonResponse {
|
|
17220
|
+
"originatingMessageId"?: string;
|
|
16914
17221
|
"type"?: string;
|
|
16915
17222
|
"text": string;
|
|
16916
17223
|
"payload": string;
|
|
@@ -16958,6 +17265,13 @@ declare namespace Models {
|
|
|
16958
17265
|
"replyMessage"?: Models.ConversationContentReceivedReplyMessage;
|
|
16959
17266
|
}
|
|
16960
17267
|
|
|
17268
|
+
export interface ConversationContentLineItem {
|
|
17269
|
+
"name": string;
|
|
17270
|
+
"price": number;
|
|
17271
|
+
"description"?: string;
|
|
17272
|
+
"identifier"?: string;
|
|
17273
|
+
}
|
|
17274
|
+
|
|
16961
17275
|
export interface ConversationContentListPicker {
|
|
16962
17276
|
"sections"?: Array<Models.ConversationContentListPickerSection>;
|
|
16963
17277
|
"replyMessage"?: Models.ConversationContentReceivedReplyMessage;
|
|
@@ -16994,6 +17308,34 @@ declare namespace Models {
|
|
|
16994
17308
|
"footer"?: Models.ConversationNotificationTemplateFooter;
|
|
16995
17309
|
}
|
|
16996
17310
|
|
|
17311
|
+
export interface ConversationContentPaymentRequest {
|
|
17312
|
+
"paymentPlatform": string;
|
|
17313
|
+
"countryCode": string;
|
|
17314
|
+
"currencyCode": string;
|
|
17315
|
+
"orderTotal": number;
|
|
17316
|
+
"lineItems"?: Array<Models.ConversationContentLineItem>;
|
|
17317
|
+
"shippingOptions"?: Array<Models.ConversationContentLineItem>;
|
|
17318
|
+
"requiredContactFields"?: Array<Models.ConversationContentRequiredContactField>;
|
|
17319
|
+
"receivedMessage"?: Models.ConversationContentReceivedReplyMessage;
|
|
17320
|
+
"replyMessage"?: Models.ConversationContentReceivedReplyMessage;
|
|
17321
|
+
}
|
|
17322
|
+
|
|
17323
|
+
export interface ConversationContentPaymentResponse {
|
|
17324
|
+
"originatingMessageId": string;
|
|
17325
|
+
"paymentStatus": string;
|
|
17326
|
+
"failureReason"?: string;
|
|
17327
|
+
}
|
|
17328
|
+
|
|
17329
|
+
export interface ConversationContentPush {
|
|
17330
|
+
"deviceType": string;
|
|
17331
|
+
"deviceTokenId": string;
|
|
17332
|
+
"deviceToken": string;
|
|
17333
|
+
"failedMessages": Array<Models.ConversationPushFailedMessageReferences>;
|
|
17334
|
+
"notificationMessage": Models.ConversationPushNotificationMessageLabel;
|
|
17335
|
+
"pushProviderIntegration": Models.ConversationPushProviderIntegration;
|
|
17336
|
+
"expiration": number;
|
|
17337
|
+
}
|
|
17338
|
+
|
|
16997
17339
|
export interface ConversationContentQuickReply {
|
|
16998
17340
|
"text": string;
|
|
16999
17341
|
"payload": string;
|
|
@@ -17017,6 +17359,10 @@ declare namespace Models {
|
|
|
17017
17359
|
"imageUrl"?: string;
|
|
17018
17360
|
}
|
|
17019
17361
|
|
|
17362
|
+
export interface ConversationContentRequiredContactField {
|
|
17363
|
+
"contactField": string;
|
|
17364
|
+
}
|
|
17365
|
+
|
|
17020
17366
|
export interface ConversationContentStory {
|
|
17021
17367
|
"type"?: string;
|
|
17022
17368
|
"url"?: string;
|
|
@@ -17273,8 +17619,8 @@ declare namespace Models {
|
|
|
17273
17619
|
"pageSize"?: number;
|
|
17274
17620
|
"pageNumber"?: number;
|
|
17275
17621
|
"total"?: number;
|
|
17276
|
-
"nextUri"?: string;
|
|
17277
17622
|
"previousUri"?: string;
|
|
17623
|
+
"nextUri"?: string;
|
|
17278
17624
|
"lastUri"?: string;
|
|
17279
17625
|
"firstUri"?: string;
|
|
17280
17626
|
"selfUri"?: string;
|
|
@@ -17850,6 +18196,7 @@ declare namespace Models {
|
|
|
17850
18196
|
"text"?: Models.ConversationContentText;
|
|
17851
18197
|
"quickReplyV2"?: Models.ConversationContentQuickReplyV2;
|
|
17852
18198
|
"reactions"?: Array<Models.ConversationContentReaction>;
|
|
18199
|
+
"push"?: Models.ConversationContentPush;
|
|
17853
18200
|
}
|
|
17854
18201
|
|
|
17855
18202
|
export interface ConversationMessageEvent {
|
|
@@ -18327,6 +18674,20 @@ declare namespace Models {
|
|
|
18327
18674
|
"url"?: string;
|
|
18328
18675
|
}
|
|
18329
18676
|
|
|
18677
|
+
export interface ConversationPushFailedMessageReferences {
|
|
18678
|
+
"id": string;
|
|
18679
|
+
}
|
|
18680
|
+
|
|
18681
|
+
export interface ConversationPushNotificationMessageLabel {
|
|
18682
|
+
"title": string;
|
|
18683
|
+
"body": string;
|
|
18684
|
+
}
|
|
18685
|
+
|
|
18686
|
+
export interface ConversationPushProviderIntegration {
|
|
18687
|
+
"id": string;
|
|
18688
|
+
"provider": string;
|
|
18689
|
+
}
|
|
18690
|
+
|
|
18330
18691
|
export interface ConversationQuery {
|
|
18331
18692
|
"conversationFilters"?: Array<Models.ConversationDetailQueryFilter>;
|
|
18332
18693
|
"segmentFilters"?: Array<Models.SegmentDetailQueryFilter>;
|
|
@@ -18798,6 +19159,7 @@ declare namespace Models {
|
|
|
18798
19159
|
"reason"?: Models.ConversationSummaryTopicConversationReason;
|
|
18799
19160
|
"resolution"?: Models.ConversationSummaryTopicConversationResolution;
|
|
18800
19161
|
"followupActions"?: Array<Models.ConversationSummaryTopicConversationFollowupAction>;
|
|
19162
|
+
"extractedEntities"?: Array<Models.ConversationSummaryTopicSummaryExtractedCustomEntity>;
|
|
18801
19163
|
"wrapUpCodes"?: Array<Models.ConversationSummaryTopicConversationWrapUpCode>;
|
|
18802
19164
|
"triggerSource"?: Models.ConversationSummaryTopicTriggerSource;
|
|
18803
19165
|
"lastEditedBy"?: Models.ConversationSummaryTopicConversationSummaryParticipant;
|
|
@@ -18817,6 +19179,11 @@ declare namespace Models {
|
|
|
18817
19179
|
"score"?: number;
|
|
18818
19180
|
}
|
|
18819
19181
|
|
|
19182
|
+
export interface ConversationSummaryTopicSummaryExtractedCustomEntity {
|
|
19183
|
+
"label"?: string;
|
|
19184
|
+
"value"?: string;
|
|
19185
|
+
}
|
|
19186
|
+
|
|
18820
19187
|
export interface ConversationSummaryTopicTriggerSource {
|
|
18821
19188
|
"sourceType"?: string;
|
|
18822
19189
|
"sourceId"?: string;
|
|
@@ -18868,6 +19235,7 @@ declare namespace Models {
|
|
|
18868
19235
|
"reason"?: Models.ConversationSummaryTopicVirtualAgentsConversationReason;
|
|
18869
19236
|
"resolution"?: Models.ConversationSummaryTopicVirtualAgentsConversationResolution;
|
|
18870
19237
|
"followupActions"?: Array<Models.ConversationSummaryTopicVirtualAgentsConversationFollowupAction>;
|
|
19238
|
+
"extractedEntities"?: Array<Models.ConversationSummaryTopicVirtualAgentsSummaryExtractedCustomEntity>;
|
|
18871
19239
|
"wrapUpCodes"?: Array<Models.ConversationSummaryTopicVirtualAgentsConversationWrapUpCode>;
|
|
18872
19240
|
"triggerSource"?: Models.ConversationSummaryTopicVirtualAgentsTriggerSource;
|
|
18873
19241
|
"lastEditedBy"?: Models.ConversationSummaryTopicVirtualAgentsConversationSummaryParticipant;
|
|
@@ -18887,6 +19255,11 @@ declare namespace Models {
|
|
|
18887
19255
|
"score"?: number;
|
|
18888
19256
|
}
|
|
18889
19257
|
|
|
19258
|
+
export interface ConversationSummaryTopicVirtualAgentsSummaryExtractedCustomEntity {
|
|
19259
|
+
"label"?: string;
|
|
19260
|
+
"value"?: string;
|
|
19261
|
+
}
|
|
19262
|
+
|
|
18890
19263
|
export interface ConversationSummaryTopicVirtualAgentsTriggerSource {
|
|
18891
19264
|
"sourceType"?: string;
|
|
18892
19265
|
"sourceId"?: string;
|
|
@@ -19152,6 +19525,11 @@ declare namespace Models {
|
|
|
19152
19525
|
"weekDate": string;
|
|
19153
19526
|
}
|
|
19154
19527
|
|
|
19528
|
+
export interface CopyDecisionTableRequest {
|
|
19529
|
+
"name": string;
|
|
19530
|
+
"description"?: string;
|
|
19531
|
+
}
|
|
19532
|
+
|
|
19155
19533
|
export interface CopyVoicemailMessage {
|
|
19156
19534
|
"voicemailMessageId": string;
|
|
19157
19535
|
"userId"?: string;
|
|
@@ -19354,6 +19732,25 @@ declare namespace Models {
|
|
|
19354
19732
|
"shareInsightsData"?: boolean;
|
|
19355
19733
|
}
|
|
19356
19734
|
|
|
19735
|
+
export interface CreateDecisionTableColumnsRequest {
|
|
19736
|
+
"inputs": Array<Models.DecisionTableInputColumnRequest>;
|
|
19737
|
+
"outputs": Array<Models.DecisionTableOutputColumnRequest>;
|
|
19738
|
+
}
|
|
19739
|
+
|
|
19740
|
+
export interface CreateDecisionTableRequest {
|
|
19741
|
+
"name": string;
|
|
19742
|
+
"description"?: string;
|
|
19743
|
+
"divisionId": string;
|
|
19744
|
+
"schemaId": string;
|
|
19745
|
+
"columns": Models.CreateDecisionTableColumnsRequest;
|
|
19746
|
+
}
|
|
19747
|
+
|
|
19748
|
+
export interface CreateDecisionTableRowRequest {
|
|
19749
|
+
"rowIndex"?: number;
|
|
19750
|
+
"inputs": { [key: string]: Models.DecisionTableRowParameterValue; };
|
|
19751
|
+
"outputs": { [key: string]: Models.DecisionTableRowParameterValue; };
|
|
19752
|
+
}
|
|
19753
|
+
|
|
19357
19754
|
export interface CreateEmailRequest {
|
|
19358
19755
|
"queueId"?: string;
|
|
19359
19756
|
"flowId"?: string;
|
|
@@ -19815,8 +20212,8 @@ declare namespace Models {
|
|
|
19815
20212
|
"pageSize"?: number;
|
|
19816
20213
|
"pageNumber"?: number;
|
|
19817
20214
|
"total"?: number;
|
|
19818
|
-
"nextUri"?: string;
|
|
19819
20215
|
"previousUri"?: string;
|
|
20216
|
+
"nextUri"?: string;
|
|
19820
20217
|
"lastUri"?: string;
|
|
19821
20218
|
"firstUri"?: string;
|
|
19822
20219
|
"selfUri"?: string;
|
|
@@ -19842,8 +20239,8 @@ declare namespace Models {
|
|
|
19842
20239
|
"pageSize"?: number;
|
|
19843
20240
|
"pageNumber"?: number;
|
|
19844
20241
|
"total"?: number;
|
|
19845
|
-
"nextUri"?: string;
|
|
19846
20242
|
"previousUri"?: string;
|
|
20243
|
+
"nextUri"?: string;
|
|
19847
20244
|
"lastUri"?: string;
|
|
19848
20245
|
"firstUri"?: string;
|
|
19849
20246
|
"selfUri"?: string;
|
|
@@ -19956,6 +20353,7 @@ declare namespace Models {
|
|
|
19956
20353
|
export interface CsvJobRequest {
|
|
19957
20354
|
"uploadId": string;
|
|
19958
20355
|
"settingsId": string;
|
|
20356
|
+
"division"?: Models.WritableStarrableDivision;
|
|
19959
20357
|
}
|
|
19960
20358
|
|
|
19961
20359
|
export interface CsvJobResponse {
|
|
@@ -20097,6 +20495,12 @@ declare namespace Models {
|
|
|
20097
20495
|
"selfUri"?: string;
|
|
20098
20496
|
}
|
|
20099
20497
|
|
|
20498
|
+
export interface Customer {
|
|
20499
|
+
"id"?: string;
|
|
20500
|
+
"number"?: string;
|
|
20501
|
+
"name"?: string;
|
|
20502
|
+
}
|
|
20503
|
+
|
|
20100
20504
|
export interface CustomerEndDetailEventTopicCustomerEndEvent {
|
|
20101
20505
|
"eventTime"?: number;
|
|
20102
20506
|
"conversationId"?: string;
|
|
@@ -20202,8 +20606,8 @@ declare namespace Models {
|
|
|
20202
20606
|
"pageNumber"?: number;
|
|
20203
20607
|
"total"?: number;
|
|
20204
20608
|
"totalNumberOfEntities"?: number;
|
|
20205
|
-
"nextUri"?: string;
|
|
20206
20609
|
"previousUri"?: string;
|
|
20610
|
+
"nextUri"?: string;
|
|
20207
20611
|
"lastUri"?: string;
|
|
20208
20612
|
"firstUri"?: string;
|
|
20209
20613
|
"selfUri"?: string;
|
|
@@ -20226,8 +20630,8 @@ declare namespace Models {
|
|
|
20226
20630
|
"pageSize"?: number;
|
|
20227
20631
|
"pageNumber"?: number;
|
|
20228
20632
|
"total"?: number;
|
|
20229
|
-
"nextUri"?: string;
|
|
20230
20633
|
"previousUri"?: string;
|
|
20634
|
+
"nextUri"?: string;
|
|
20231
20635
|
"lastUri"?: string;
|
|
20232
20636
|
"firstUri"?: string;
|
|
20233
20637
|
"selfUri"?: string;
|
|
@@ -20260,8 +20664,8 @@ declare namespace Models {
|
|
|
20260
20664
|
"pageNumber"?: number;
|
|
20261
20665
|
"total"?: number;
|
|
20262
20666
|
"totalNumberOfEntities"?: number;
|
|
20263
|
-
"nextUri"?: string;
|
|
20264
20667
|
"previousUri"?: string;
|
|
20668
|
+
"nextUri"?: string;
|
|
20265
20669
|
"lastUri"?: string;
|
|
20266
20670
|
"firstUri"?: string;
|
|
20267
20671
|
"selfUri"?: string;
|
|
@@ -20310,8 +20714,8 @@ declare namespace Models {
|
|
|
20310
20714
|
"pageSize"?: number;
|
|
20311
20715
|
"pageNumber"?: number;
|
|
20312
20716
|
"total"?: number;
|
|
20313
|
-
"nextUri"?: string;
|
|
20314
20717
|
"previousUri"?: string;
|
|
20718
|
+
"nextUri"?: string;
|
|
20315
20719
|
"lastUri"?: string;
|
|
20316
20720
|
"firstUri"?: string;
|
|
20317
20721
|
"selfUri"?: string;
|
|
@@ -20339,8 +20743,8 @@ declare namespace Models {
|
|
|
20339
20743
|
"pageSize"?: number;
|
|
20340
20744
|
"pageNumber"?: number;
|
|
20341
20745
|
"total"?: number;
|
|
20342
|
-
"nextUri"?: string;
|
|
20343
20746
|
"previousUri"?: string;
|
|
20747
|
+
"nextUri"?: string;
|
|
20344
20748
|
"lastUri"?: string;
|
|
20345
20749
|
"firstUri"?: string;
|
|
20346
20750
|
"selfUri"?: string;
|
|
@@ -20394,8 +20798,8 @@ declare namespace Models {
|
|
|
20394
20798
|
"pageSize"?: number;
|
|
20395
20799
|
"pageNumber"?: number;
|
|
20396
20800
|
"total"?: number;
|
|
20397
|
-
"nextUri"?: string;
|
|
20398
20801
|
"previousUri"?: string;
|
|
20802
|
+
"nextUri"?: string;
|
|
20399
20803
|
"lastUri"?: string;
|
|
20400
20804
|
"firstUri"?: string;
|
|
20401
20805
|
"selfUri"?: string;
|
|
@@ -20491,8 +20895,8 @@ declare namespace Models {
|
|
|
20491
20895
|
"pageSize"?: number;
|
|
20492
20896
|
"pageNumber"?: number;
|
|
20493
20897
|
"total"?: number;
|
|
20494
|
-
"nextUri"?: string;
|
|
20495
20898
|
"previousUri"?: string;
|
|
20899
|
+
"nextUri"?: string;
|
|
20496
20900
|
"lastUri"?: string;
|
|
20497
20901
|
"firstUri"?: string;
|
|
20498
20902
|
"selfUri"?: string;
|
|
@@ -20504,8 +20908,8 @@ declare namespace Models {
|
|
|
20504
20908
|
"pageSize"?: number;
|
|
20505
20909
|
"pageNumber"?: number;
|
|
20506
20910
|
"total"?: number;
|
|
20507
|
-
"nextUri"?: string;
|
|
20508
20911
|
"previousUri"?: string;
|
|
20912
|
+
"nextUri"?: string;
|
|
20509
20913
|
"lastUri"?: string;
|
|
20510
20914
|
"firstUri"?: string;
|
|
20511
20915
|
"selfUri"?: string;
|
|
@@ -20533,6 +20937,146 @@ declare namespace Models {
|
|
|
20533
20937
|
"endBusinessUnitDate"?: string;
|
|
20534
20938
|
}
|
|
20535
20939
|
|
|
20940
|
+
export interface DecisionTable {
|
|
20941
|
+
"id"?: string;
|
|
20942
|
+
"name"?: string;
|
|
20943
|
+
"division"?: Models.Division;
|
|
20944
|
+
"description"?: string;
|
|
20945
|
+
"dateCreated"?: string;
|
|
20946
|
+
"dateModified"?: string;
|
|
20947
|
+
"datePublished"?: string;
|
|
20948
|
+
"published"?: Models.DecisionTableVersionEntity;
|
|
20949
|
+
"latest"?: Models.DecisionTableVersionEntity;
|
|
20950
|
+
"columns"?: Models.DecisionTableColumns;
|
|
20951
|
+
"publishedContract"?: Models.DecisionTableContract;
|
|
20952
|
+
"selfUri"?: string;
|
|
20953
|
+
}
|
|
20954
|
+
|
|
20955
|
+
export interface DecisionTableColumnDefaultRowValue {
|
|
20956
|
+
"value"?: string;
|
|
20957
|
+
"special"?: string;
|
|
20958
|
+
}
|
|
20959
|
+
|
|
20960
|
+
export interface DecisionTableColumns {
|
|
20961
|
+
"inputs"?: Array<Models.DecisionTableInputColumn>;
|
|
20962
|
+
"outputs"?: Array<Models.DecisionTableOutputColumn>;
|
|
20963
|
+
}
|
|
20964
|
+
|
|
20965
|
+
export interface DecisionTableContract {
|
|
20966
|
+
"parentSchema"?: Models.DomainEntityRef;
|
|
20967
|
+
"rowAuthoringSchema"?: Models.JsonSchemaWithDefinitions;
|
|
20968
|
+
"executionInputSchema"?: Models.JsonSchemaWithDefinitions;
|
|
20969
|
+
"executionOutputSchema"?: Models.JsonSchemaWithDefinitions;
|
|
20970
|
+
}
|
|
20971
|
+
|
|
20972
|
+
export interface DecisionTableExecutionRequest {
|
|
20973
|
+
"inputs": { [key: string]: object; };
|
|
20974
|
+
}
|
|
20975
|
+
|
|
20976
|
+
export interface DecisionTableExecutionResponse {
|
|
20977
|
+
"table": Models.DecisionTableVersionEntity;
|
|
20978
|
+
"rowExecutionOutputs": Array<Models.DecisionTableRowExecutionOutput>;
|
|
20979
|
+
}
|
|
20980
|
+
|
|
20981
|
+
export interface DecisionTableInputColumn {
|
|
20982
|
+
"id"?: string;
|
|
20983
|
+
"defaultsTo"?: Models.DecisionTableColumnDefaultRowValue;
|
|
20984
|
+
"expression": Models.DecisionTableInputColumnExpression;
|
|
20985
|
+
}
|
|
20986
|
+
|
|
20987
|
+
export interface DecisionTableInputColumnExpression {
|
|
20988
|
+
"contractual": Models.Contractual;
|
|
20989
|
+
"comparator": string;
|
|
20990
|
+
}
|
|
20991
|
+
|
|
20992
|
+
export interface DecisionTableInputColumnRequest {
|
|
20993
|
+
"defaultsTo"?: Models.DecisionTableColumnDefaultRowValue;
|
|
20994
|
+
"expression": Models.DecisionTableInputColumnExpression;
|
|
20995
|
+
}
|
|
20996
|
+
|
|
20997
|
+
export interface DecisionTableListing {
|
|
20998
|
+
"entities"?: Array<Models.DecisionTable>;
|
|
20999
|
+
"nextUri"?: string;
|
|
21000
|
+
"selfUri"?: string;
|
|
21001
|
+
"previousUri"?: string;
|
|
21002
|
+
}
|
|
21003
|
+
|
|
21004
|
+
export interface DecisionTableOutputColumn {
|
|
21005
|
+
"id"?: string;
|
|
21006
|
+
"defaultsTo"?: Models.DecisionTableColumnDefaultRowValue;
|
|
21007
|
+
"value": Models.OutputValue;
|
|
21008
|
+
}
|
|
21009
|
+
|
|
21010
|
+
export interface DecisionTableOutputColumnRequest {
|
|
21011
|
+
"defaultsTo"?: Models.DecisionTableColumnDefaultRowValue;
|
|
21012
|
+
"value": Models.OutputValue;
|
|
21013
|
+
}
|
|
21014
|
+
|
|
21015
|
+
export interface DecisionTableRow {
|
|
21016
|
+
"id"?: string;
|
|
21017
|
+
"table": Models.DecisionTableVersionEntity;
|
|
21018
|
+
"rowIndex"?: number;
|
|
21019
|
+
"dateCreated"?: string;
|
|
21020
|
+
"dateModified"?: string;
|
|
21021
|
+
"inputs"?: { [key: string]: Models.DecisionTableRowParameterValue; };
|
|
21022
|
+
"outputs"?: { [key: string]: Models.DecisionTableRowParameterValue; };
|
|
21023
|
+
"selfUri"?: string;
|
|
21024
|
+
}
|
|
21025
|
+
|
|
21026
|
+
export interface DecisionTableRowExecutionOutput {
|
|
21027
|
+
"rowId": string;
|
|
21028
|
+
"outputs": { [key: string]: object; };
|
|
21029
|
+
}
|
|
21030
|
+
|
|
21031
|
+
export interface DecisionTableRowListing {
|
|
21032
|
+
"entities"?: Array<Models.DecisionTableRow>;
|
|
21033
|
+
"pageSize"?: number;
|
|
21034
|
+
"pageNumber"?: number;
|
|
21035
|
+
"total"?: number;
|
|
21036
|
+
"previousUri"?: string;
|
|
21037
|
+
"nextUri"?: string;
|
|
21038
|
+
"lastUri"?: string;
|
|
21039
|
+
"firstUri"?: string;
|
|
21040
|
+
"selfUri"?: string;
|
|
21041
|
+
"pageCount"?: number;
|
|
21042
|
+
}
|
|
21043
|
+
|
|
21044
|
+
export interface DecisionTableRowParameterValue {
|
|
21045
|
+
"literal"?: Models.Literal;
|
|
21046
|
+
}
|
|
21047
|
+
|
|
21048
|
+
export interface DecisionTableVersion {
|
|
21049
|
+
"id"?: string;
|
|
21050
|
+
"name"?: string;
|
|
21051
|
+
"division"?: Models.Division;
|
|
21052
|
+
"version"?: number;
|
|
21053
|
+
"status"?: string;
|
|
21054
|
+
"description"?: string;
|
|
21055
|
+
"rowCount"?: number;
|
|
21056
|
+
"rowsUri"?: string;
|
|
21057
|
+
"dateCreated"?: string;
|
|
21058
|
+
"dateModified"?: string;
|
|
21059
|
+
"datePublished"?: string;
|
|
21060
|
+
"columns"?: Models.DecisionTableColumns;
|
|
21061
|
+
"contract"?: Models.DecisionTableContract;
|
|
21062
|
+
"selfUri"?: string;
|
|
21063
|
+
}
|
|
21064
|
+
|
|
21065
|
+
export interface DecisionTableVersionEntity {
|
|
21066
|
+
"id"?: string;
|
|
21067
|
+
"name"?: string;
|
|
21068
|
+
"division"?: Models.Division;
|
|
21069
|
+
"version"?: number;
|
|
21070
|
+
"selfUri"?: string;
|
|
21071
|
+
}
|
|
21072
|
+
|
|
21073
|
+
export interface DecisionTableVersionListing {
|
|
21074
|
+
"entities"?: Array<Models.DecisionTableVersion>;
|
|
21075
|
+
"nextUri"?: string;
|
|
21076
|
+
"selfUri"?: string;
|
|
21077
|
+
"previousUri"?: string;
|
|
21078
|
+
}
|
|
21079
|
+
|
|
20536
21080
|
export interface DefaultGreetingList {
|
|
20537
21081
|
"id"?: string;
|
|
20538
21082
|
"name"?: string;
|
|
@@ -20559,6 +21103,16 @@ declare namespace Models {
|
|
|
20559
21103
|
"initialDirection"?: string;
|
|
20560
21104
|
}
|
|
20561
21105
|
|
|
21106
|
+
export interface Definition {
|
|
21107
|
+
"name"?: string;
|
|
21108
|
+
"title"?: string;
|
|
21109
|
+
"description"?: string;
|
|
21110
|
+
"type"?: Array<string>;
|
|
21111
|
+
"pattern"?: string;
|
|
21112
|
+
"items"?: Models.Items;
|
|
21113
|
+
"selfUri"?: string;
|
|
21114
|
+
}
|
|
21115
|
+
|
|
20562
21116
|
export interface DeletableUserReference {
|
|
20563
21117
|
"id"?: string;
|
|
20564
21118
|
"delete"?: boolean;
|
|
@@ -20604,8 +21158,8 @@ declare namespace Models {
|
|
|
20604
21158
|
"pageSize"?: number;
|
|
20605
21159
|
"pageNumber"?: number;
|
|
20606
21160
|
"total"?: number;
|
|
20607
|
-
"nextUri"?: string;
|
|
20608
21161
|
"previousUri"?: string;
|
|
21162
|
+
"nextUri"?: string;
|
|
20609
21163
|
"lastUri"?: string;
|
|
20610
21164
|
"firstUri"?: string;
|
|
20611
21165
|
"selfUri"?: string;
|
|
@@ -20637,8 +21191,8 @@ declare namespace Models {
|
|
|
20637
21191
|
"pageSize"?: number;
|
|
20638
21192
|
"pageNumber"?: number;
|
|
20639
21193
|
"total"?: number;
|
|
20640
|
-
"nextUri"?: string;
|
|
20641
21194
|
"previousUri"?: string;
|
|
21195
|
+
"nextUri"?: string;
|
|
20642
21196
|
"lastUri"?: string;
|
|
20643
21197
|
"firstUri"?: string;
|
|
20644
21198
|
"selfUri"?: string;
|
|
@@ -20774,8 +21328,8 @@ declare namespace Models {
|
|
|
20774
21328
|
"pageSize"?: number;
|
|
20775
21329
|
"pageNumber"?: number;
|
|
20776
21330
|
"total"?: number;
|
|
20777
|
-
"nextUri"?: string;
|
|
20778
21331
|
"previousUri"?: string;
|
|
21332
|
+
"nextUri"?: string;
|
|
20779
21333
|
"lastUri"?: string;
|
|
20780
21334
|
"firstUri"?: string;
|
|
20781
21335
|
"selfUri"?: string;
|
|
@@ -20796,6 +21350,7 @@ declare namespace Models {
|
|
|
20796
21350
|
}
|
|
20797
21351
|
|
|
20798
21352
|
export interface DiagnosticsSettings {
|
|
21353
|
+
"reportLowMaxCallsPerAgentAlert"?: boolean;
|
|
20799
21354
|
}
|
|
20800
21355
|
|
|
20801
21356
|
export interface DialerAction {
|
|
@@ -21212,8 +21767,8 @@ declare namespace Models {
|
|
|
21212
21767
|
"pageSize"?: number;
|
|
21213
21768
|
"pageNumber"?: number;
|
|
21214
21769
|
"total"?: number;
|
|
21215
|
-
"nextUri"?: string;
|
|
21216
21770
|
"previousUri"?: string;
|
|
21771
|
+
"nextUri"?: string;
|
|
21217
21772
|
"lastUri"?: string;
|
|
21218
21773
|
"firstUri"?: string;
|
|
21219
21774
|
"selfUri"?: string;
|
|
@@ -21481,8 +22036,8 @@ declare namespace Models {
|
|
|
21481
22036
|
"pageSize"?: number;
|
|
21482
22037
|
"pageNumber"?: number;
|
|
21483
22038
|
"total"?: number;
|
|
21484
|
-
"nextUri"?: string;
|
|
21485
22039
|
"previousUri"?: string;
|
|
22040
|
+
"nextUri"?: string;
|
|
21486
22041
|
"lastUri"?: string;
|
|
21487
22042
|
"firstUri"?: string;
|
|
21488
22043
|
"selfUri"?: string;
|
|
@@ -21513,8 +22068,8 @@ declare namespace Models {
|
|
|
21513
22068
|
"pageSize"?: number;
|
|
21514
22069
|
"pageNumber"?: number;
|
|
21515
22070
|
"total"?: number;
|
|
21516
|
-
"nextUri"?: string;
|
|
21517
22071
|
"previousUri"?: string;
|
|
22072
|
+
"nextUri"?: string;
|
|
21518
22073
|
"lastUri"?: string;
|
|
21519
22074
|
"firstUri"?: string;
|
|
21520
22075
|
"selfUri"?: string;
|
|
@@ -21636,8 +22191,8 @@ declare namespace Models {
|
|
|
21636
22191
|
"pageSize"?: number;
|
|
21637
22192
|
"pageNumber"?: number;
|
|
21638
22193
|
"total"?: number;
|
|
21639
|
-
"nextUri"?: string;
|
|
21640
22194
|
"previousUri"?: string;
|
|
22195
|
+
"nextUri"?: string;
|
|
21641
22196
|
"lastUri"?: string;
|
|
21642
22197
|
"firstUri"?: string;
|
|
21643
22198
|
"selfUri"?: string;
|
|
@@ -21666,8 +22221,8 @@ declare namespace Models {
|
|
|
21666
22221
|
"pageSize"?: number;
|
|
21667
22222
|
"pageNumber"?: number;
|
|
21668
22223
|
"total"?: number;
|
|
21669
|
-
"nextUri"?: string;
|
|
21670
22224
|
"previousUri"?: string;
|
|
22225
|
+
"nextUri"?: string;
|
|
21671
22226
|
"lastUri"?: string;
|
|
21672
22227
|
"firstUri"?: string;
|
|
21673
22228
|
"selfUri"?: string;
|
|
@@ -21737,8 +22292,8 @@ declare namespace Models {
|
|
|
21737
22292
|
"pageNumber"?: number;
|
|
21738
22293
|
"total"?: number;
|
|
21739
22294
|
"allDivsPermitted"?: boolean;
|
|
21740
|
-
"nextUri"?: string;
|
|
21741
22295
|
"previousUri"?: string;
|
|
22296
|
+
"nextUri"?: string;
|
|
21742
22297
|
"lastUri"?: string;
|
|
21743
22298
|
"firstUri"?: string;
|
|
21744
22299
|
"selfUri"?: string;
|
|
@@ -21799,8 +22354,8 @@ declare namespace Models {
|
|
|
21799
22354
|
"pageSize"?: number;
|
|
21800
22355
|
"pageNumber"?: number;
|
|
21801
22356
|
"total"?: number;
|
|
21802
|
-
"nextUri"?: string;
|
|
21803
22357
|
"previousUri"?: string;
|
|
22358
|
+
"nextUri"?: string;
|
|
21804
22359
|
"lastUri"?: string;
|
|
21805
22360
|
"firstUri"?: string;
|
|
21806
22361
|
"selfUri"?: string;
|
|
@@ -21812,8 +22367,8 @@ declare namespace Models {
|
|
|
21812
22367
|
"pageSize"?: number;
|
|
21813
22368
|
"pageNumber"?: number;
|
|
21814
22369
|
"total"?: number;
|
|
21815
|
-
"nextUri"?: string;
|
|
21816
22370
|
"previousUri"?: string;
|
|
22371
|
+
"nextUri"?: string;
|
|
21817
22372
|
"lastUri"?: string;
|
|
21818
22373
|
"firstUri"?: string;
|
|
21819
22374
|
"selfUri"?: string;
|
|
@@ -22156,8 +22711,8 @@ declare namespace Models {
|
|
|
22156
22711
|
"pageSize"?: number;
|
|
22157
22712
|
"pageNumber"?: number;
|
|
22158
22713
|
"total"?: number;
|
|
22159
|
-
"nextUri"?: string;
|
|
22160
22714
|
"previousUri"?: string;
|
|
22715
|
+
"nextUri"?: string;
|
|
22161
22716
|
"lastUri"?: string;
|
|
22162
22717
|
"firstUri"?: string;
|
|
22163
22718
|
"selfUri"?: string;
|
|
@@ -22467,8 +23022,8 @@ declare namespace Models {
|
|
|
22467
23022
|
"edgeVersion"?: string;
|
|
22468
23023
|
"publishDate"?: string;
|
|
22469
23024
|
"edgeUri"?: string;
|
|
22470
|
-
"latestRelease"?: boolean;
|
|
22471
23025
|
"current"?: boolean;
|
|
23026
|
+
"latestRelease"?: boolean;
|
|
22472
23027
|
"selfUri"?: string;
|
|
22473
23028
|
}
|
|
22474
23029
|
|
|
@@ -22477,8 +23032,8 @@ declare namespace Models {
|
|
|
22477
23032
|
"pageSize"?: number;
|
|
22478
23033
|
"pageNumber"?: number;
|
|
22479
23034
|
"total"?: number;
|
|
22480
|
-
"nextUri"?: string;
|
|
22481
23035
|
"previousUri"?: string;
|
|
23036
|
+
"nextUri"?: string;
|
|
22482
23037
|
"lastUri"?: string;
|
|
22483
23038
|
"firstUri"?: string;
|
|
22484
23039
|
"selfUri"?: string;
|
|
@@ -22496,8 +23051,8 @@ declare namespace Models {
|
|
|
22496
23051
|
"pageSize"?: number;
|
|
22497
23052
|
"pageNumber"?: number;
|
|
22498
23053
|
"total"?: number;
|
|
22499
|
-
"nextUri"?: string;
|
|
22500
23054
|
"previousUri"?: string;
|
|
23055
|
+
"nextUri"?: string;
|
|
22501
23056
|
"lastUri"?: string;
|
|
22502
23057
|
"firstUri"?: string;
|
|
22503
23058
|
"selfUri"?: string;
|
|
@@ -22509,8 +23064,8 @@ declare namespace Models {
|
|
|
22509
23064
|
"pageSize"?: number;
|
|
22510
23065
|
"pageNumber"?: number;
|
|
22511
23066
|
"total"?: number;
|
|
22512
|
-
"nextUri"?: string;
|
|
22513
23067
|
"previousUri"?: string;
|
|
23068
|
+
"nextUri"?: string;
|
|
22514
23069
|
"lastUri"?: string;
|
|
22515
23070
|
"firstUri"?: string;
|
|
22516
23071
|
"selfUri"?: string;
|
|
@@ -22522,8 +23077,8 @@ declare namespace Models {
|
|
|
22522
23077
|
"pageSize"?: number;
|
|
22523
23078
|
"pageNumber"?: number;
|
|
22524
23079
|
"total"?: number;
|
|
22525
|
-
"nextUri"?: string;
|
|
22526
23080
|
"previousUri"?: string;
|
|
23081
|
+
"nextUri"?: string;
|
|
22527
23082
|
"lastUri"?: string;
|
|
22528
23083
|
"firstUri"?: string;
|
|
22529
23084
|
"selfUri"?: string;
|
|
@@ -22535,8 +23090,8 @@ declare namespace Models {
|
|
|
22535
23090
|
"pageSize"?: number;
|
|
22536
23091
|
"pageNumber"?: number;
|
|
22537
23092
|
"total"?: number;
|
|
22538
|
-
"nextUri"?: string;
|
|
22539
23093
|
"previousUri"?: string;
|
|
23094
|
+
"nextUri"?: string;
|
|
22540
23095
|
"lastUri"?: string;
|
|
22541
23096
|
"firstUri"?: string;
|
|
22542
23097
|
"selfUri"?: string;
|
|
@@ -22638,8 +23193,8 @@ declare namespace Models {
|
|
|
22638
23193
|
"permissionPolicies"?: Array<Models.DomainPermissionPolicy>;
|
|
22639
23194
|
"userCount"?: number;
|
|
22640
23195
|
"roleNeedsUpdate"?: boolean;
|
|
22641
|
-
"base"?: boolean;
|
|
22642
23196
|
"default"?: boolean;
|
|
23197
|
+
"base"?: boolean;
|
|
22643
23198
|
"selfUri"?: string;
|
|
22644
23199
|
}
|
|
22645
23200
|
|
|
@@ -22653,8 +23208,8 @@ declare namespace Models {
|
|
|
22653
23208
|
"permissionPolicies"?: Array<Models.DomainPermissionPolicy>;
|
|
22654
23209
|
"userCount"?: number;
|
|
22655
23210
|
"roleNeedsUpdate"?: boolean;
|
|
22656
|
-
"base"?: boolean;
|
|
22657
23211
|
"default"?: boolean;
|
|
23212
|
+
"base"?: boolean;
|
|
22658
23213
|
"selfUri"?: string;
|
|
22659
23214
|
}
|
|
22660
23215
|
|
|
@@ -22668,8 +23223,8 @@ declare namespace Models {
|
|
|
22668
23223
|
"permissionPolicies"?: Array<Models.DomainPermissionPolicy>;
|
|
22669
23224
|
"userCount"?: number;
|
|
22670
23225
|
"roleNeedsUpdate"?: boolean;
|
|
22671
|
-
"base"?: boolean;
|
|
22672
23226
|
"default"?: boolean;
|
|
23227
|
+
"base"?: boolean;
|
|
22673
23228
|
"selfUri"?: string;
|
|
22674
23229
|
}
|
|
22675
23230
|
|
|
@@ -22948,8 +23503,8 @@ declare namespace Models {
|
|
|
22948
23503
|
"pageNumber"?: number;
|
|
22949
23504
|
"total"?: number;
|
|
22950
23505
|
"totalNumberOfEntities"?: number;
|
|
22951
|
-
"nextUri"?: string;
|
|
22952
23506
|
"previousUri"?: string;
|
|
23507
|
+
"nextUri"?: string;
|
|
22953
23508
|
"lastUri"?: string;
|
|
22954
23509
|
"firstUri"?: string;
|
|
22955
23510
|
"selfUri"?: string;
|
|
@@ -22982,8 +23537,8 @@ declare namespace Models {
|
|
|
22982
23537
|
"pageNumber"?: number;
|
|
22983
23538
|
"total"?: number;
|
|
22984
23539
|
"totalNumberOfEntities"?: number;
|
|
22985
|
-
"nextUri"?: string;
|
|
22986
23540
|
"previousUri"?: string;
|
|
23541
|
+
"nextUri"?: string;
|
|
22987
23542
|
"lastUri"?: string;
|
|
22988
23543
|
"firstUri"?: string;
|
|
22989
23544
|
"selfUri"?: string;
|
|
@@ -23323,8 +23878,8 @@ declare namespace Models {
|
|
|
23323
23878
|
"pageSize"?: number;
|
|
23324
23879
|
"pageNumber"?: number;
|
|
23325
23880
|
"total"?: number;
|
|
23326
|
-
"nextUri"?: string;
|
|
23327
23881
|
"previousUri"?: string;
|
|
23882
|
+
"nextUri"?: string;
|
|
23328
23883
|
"lastUri"?: string;
|
|
23329
23884
|
"firstUri"?: string;
|
|
23330
23885
|
"selfUri"?: string;
|
|
@@ -23392,8 +23947,8 @@ declare namespace Models {
|
|
|
23392
23947
|
"pageSize"?: number;
|
|
23393
23948
|
"pageNumber"?: number;
|
|
23394
23949
|
"total"?: number;
|
|
23395
|
-
"nextUri"?: string;
|
|
23396
23950
|
"previousUri"?: string;
|
|
23951
|
+
"nextUri"?: string;
|
|
23397
23952
|
"lastUri"?: string;
|
|
23398
23953
|
"firstUri"?: string;
|
|
23399
23954
|
"selfUri"?: string;
|
|
@@ -23573,8 +24128,8 @@ declare namespace Models {
|
|
|
23573
24128
|
"pageSize"?: number;
|
|
23574
24129
|
"pageNumber"?: number;
|
|
23575
24130
|
"total"?: number;
|
|
23576
|
-
"nextUri"?: string;
|
|
23577
24131
|
"previousUri"?: string;
|
|
24132
|
+
"nextUri"?: string;
|
|
23578
24133
|
"lastUri"?: string;
|
|
23579
24134
|
"firstUri"?: string;
|
|
23580
24135
|
"selfUri"?: string;
|
|
@@ -23723,8 +24278,8 @@ declare namespace Models {
|
|
|
23723
24278
|
"pageNumber"?: number;
|
|
23724
24279
|
"total"?: number;
|
|
23725
24280
|
"totalNumberOfEntities"?: number;
|
|
23726
|
-
"nextUri"?: string;
|
|
23727
24281
|
"previousUri"?: string;
|
|
24282
|
+
"nextUri"?: string;
|
|
23728
24283
|
"lastUri"?: string;
|
|
23729
24284
|
"firstUri"?: string;
|
|
23730
24285
|
"selfUri"?: string;
|
|
@@ -23736,8 +24291,8 @@ declare namespace Models {
|
|
|
23736
24291
|
"pageSize"?: number;
|
|
23737
24292
|
"pageNumber"?: number;
|
|
23738
24293
|
"total"?: number;
|
|
23739
|
-
"nextUri"?: string;
|
|
23740
24294
|
"previousUri"?: string;
|
|
24295
|
+
"nextUri"?: string;
|
|
23741
24296
|
"lastUri"?: string;
|
|
23742
24297
|
"firstUri"?: string;
|
|
23743
24298
|
"selfUri"?: string;
|
|
@@ -23798,8 +24353,8 @@ declare namespace Models {
|
|
|
23798
24353
|
"pageSize"?: number;
|
|
23799
24354
|
"pageNumber"?: number;
|
|
23800
24355
|
"total"?: number;
|
|
23801
|
-
"nextUri"?: string;
|
|
23802
24356
|
"previousUri"?: string;
|
|
24357
|
+
"nextUri"?: string;
|
|
23803
24358
|
"lastUri"?: string;
|
|
23804
24359
|
"firstUri"?: string;
|
|
23805
24360
|
"selfUri"?: string;
|
|
@@ -23843,6 +24398,11 @@ declare namespace Models {
|
|
|
23843
24398
|
"selfUri"?: string;
|
|
23844
24399
|
}
|
|
23845
24400
|
|
|
24401
|
+
export interface EngagementRequest {
|
|
24402
|
+
"visibility"?: string;
|
|
24403
|
+
"status"?: string;
|
|
24404
|
+
}
|
|
24405
|
+
|
|
23846
24406
|
export interface EngineIntegration {
|
|
23847
24407
|
"id"?: string;
|
|
23848
24408
|
"selfUri"?: string;
|
|
@@ -24192,8 +24752,8 @@ declare namespace Models {
|
|
|
24192
24752
|
"pageSize"?: number;
|
|
24193
24753
|
"pageNumber"?: number;
|
|
24194
24754
|
"total"?: number;
|
|
24195
|
-
"nextUri"?: string;
|
|
24196
24755
|
"previousUri"?: string;
|
|
24756
|
+
"nextUri"?: string;
|
|
24197
24757
|
"lastUri"?: string;
|
|
24198
24758
|
"firstUri"?: string;
|
|
24199
24759
|
"selfUri"?: string;
|
|
@@ -24237,8 +24797,8 @@ declare namespace Models {
|
|
|
24237
24797
|
"pageSize"?: number;
|
|
24238
24798
|
"pageNumber"?: number;
|
|
24239
24799
|
"total"?: number;
|
|
24240
|
-
"nextUri"?: string;
|
|
24241
24800
|
"previousUri"?: string;
|
|
24801
|
+
"nextUri"?: string;
|
|
24242
24802
|
"lastUri"?: string;
|
|
24243
24803
|
"firstUri"?: string;
|
|
24244
24804
|
"selfUri"?: string;
|
|
@@ -24465,8 +25025,8 @@ declare namespace Models {
|
|
|
24465
25025
|
"pageSize"?: number;
|
|
24466
25026
|
"pageNumber"?: number;
|
|
24467
25027
|
"total"?: number;
|
|
24468
|
-
"nextUri"?: string;
|
|
24469
25028
|
"previousUri"?: string;
|
|
25029
|
+
"nextUri"?: string;
|
|
24470
25030
|
"lastUri"?: string;
|
|
24471
25031
|
"firstUri"?: string;
|
|
24472
25032
|
"selfUri"?: string;
|
|
@@ -24736,8 +25296,8 @@ declare namespace Models {
|
|
|
24736
25296
|
"pageNumber"?: number;
|
|
24737
25297
|
"total"?: number;
|
|
24738
25298
|
"totalNumberOfEntities"?: number;
|
|
24739
|
-
"nextUri"?: string;
|
|
24740
25299
|
"previousUri"?: string;
|
|
25300
|
+
"nextUri"?: string;
|
|
24741
25301
|
"lastUri"?: string;
|
|
24742
25302
|
"firstUri"?: string;
|
|
24743
25303
|
"selfUri"?: string;
|
|
@@ -24775,8 +25335,8 @@ declare namespace Models {
|
|
|
24775
25335
|
"pageNumber"?: number;
|
|
24776
25336
|
"total"?: number;
|
|
24777
25337
|
"totalNumberOfEntities"?: number;
|
|
24778
|
-
"nextUri"?: string;
|
|
24779
25338
|
"previousUri"?: string;
|
|
25339
|
+
"nextUri"?: string;
|
|
24780
25340
|
"lastUri"?: string;
|
|
24781
25341
|
"firstUri"?: string;
|
|
24782
25342
|
"selfUri"?: string;
|
|
@@ -24789,8 +25349,8 @@ declare namespace Models {
|
|
|
24789
25349
|
"pageNumber"?: number;
|
|
24790
25350
|
"total"?: number;
|
|
24791
25351
|
"totalNumberOfEntities"?: number;
|
|
24792
|
-
"nextUri"?: string;
|
|
24793
25352
|
"previousUri"?: string;
|
|
25353
|
+
"nextUri"?: string;
|
|
24794
25354
|
"lastUri"?: string;
|
|
24795
25355
|
"firstUri"?: string;
|
|
24796
25356
|
"selfUri"?: string;
|
|
@@ -24817,6 +25377,7 @@ declare namespace Models {
|
|
|
24817
25377
|
"lineId"?: Models.LineId;
|
|
24818
25378
|
"whatsAppId"?: Models.WhatsAppId;
|
|
24819
25379
|
"facebookId"?: Models.FacebookId;
|
|
25380
|
+
"instagramId"?: Models.InstagramId;
|
|
24820
25381
|
"externalIds"?: Array<Models.ExternalId>;
|
|
24821
25382
|
"identifiers"?: Array<Models.ContactIdentifier>;
|
|
24822
25383
|
"modifyDate"?: string;
|
|
@@ -24830,6 +25391,8 @@ declare namespace Models {
|
|
|
24830
25391
|
"type"?: string;
|
|
24831
25392
|
"canonicalContact"?: Models.ContactAddressableEntityRef;
|
|
24832
25393
|
"mergeSet"?: Array<Models.ContactAddressableEntityRef>;
|
|
25394
|
+
"mergedFrom"?: Array<Models.ContactAddressableEntityRef>;
|
|
25395
|
+
"mergedTo"?: Models.ContactAddressableEntityRef;
|
|
24833
25396
|
"mergeOperation"?: Models.MergeOperation;
|
|
24834
25397
|
"selfUri"?: string;
|
|
24835
25398
|
}
|
|
@@ -24839,6 +25402,10 @@ declare namespace Models {
|
|
|
24839
25402
|
"selfUri"?: string;
|
|
24840
25403
|
}
|
|
24841
25404
|
|
|
25405
|
+
export interface ExternalContactsContactChangedTopicAppleOpaqueId {
|
|
25406
|
+
"value"?: string;
|
|
25407
|
+
}
|
|
25408
|
+
|
|
24842
25409
|
export interface ExternalContactsContactChangedTopicContact {
|
|
24843
25410
|
"id"?: string;
|
|
24844
25411
|
"division"?: Models.ExternalContactsContactChangedTopicDivision;
|
|
@@ -24865,6 +25432,7 @@ declare namespace Models {
|
|
|
24865
25432
|
"facebookId"?: Models.ExternalContactsContactChangedTopicFacebookId;
|
|
24866
25433
|
"instagramId"?: Models.ExternalContactsContactChangedTopicInstagramId;
|
|
24867
25434
|
"externalIds"?: Array<Models.ExternalContactsContactChangedTopicExternalId>;
|
|
25435
|
+
"appleOpaqueIds"?: Array<Models.ExternalContactsContactChangedTopicAppleOpaqueId>;
|
|
24868
25436
|
"canonicalContactId"?: string;
|
|
24869
25437
|
"schema"?: Models.ExternalContactsContactChangedTopicDataSchema;
|
|
24870
25438
|
"customFields"?: { [key: string]: object; };
|
|
@@ -25173,6 +25741,10 @@ declare namespace Models {
|
|
|
25173
25741
|
"manuallyAssignDivisionsToContacts"?: boolean;
|
|
25174
25742
|
}
|
|
25175
25743
|
|
|
25744
|
+
export interface ExternalContactsUnresolvedContactChangedTopicAppleOpaqueId {
|
|
25745
|
+
"value"?: string;
|
|
25746
|
+
}
|
|
25747
|
+
|
|
25176
25748
|
export interface ExternalContactsUnresolvedContactChangedTopicContact {
|
|
25177
25749
|
"id"?: string;
|
|
25178
25750
|
"division"?: Models.ExternalContactsUnresolvedContactChangedTopicDivision;
|
|
@@ -25199,6 +25771,7 @@ declare namespace Models {
|
|
|
25199
25771
|
"facebookId"?: Models.ExternalContactsUnresolvedContactChangedTopicFacebookId;
|
|
25200
25772
|
"instagramId"?: Models.ExternalContactsUnresolvedContactChangedTopicInstagramId;
|
|
25201
25773
|
"externalIds"?: Array<Models.ExternalContactsUnresolvedContactChangedTopicExternalId>;
|
|
25774
|
+
"appleOpaqueIds"?: Array<Models.ExternalContactsUnresolvedContactChangedTopicAppleOpaqueId>;
|
|
25202
25775
|
"canonicalContactId"?: string;
|
|
25203
25776
|
"schema"?: Models.ExternalContactsUnresolvedContactChangedTopicDataSchema;
|
|
25204
25777
|
"customFields"?: { [key: string]: object; };
|
|
@@ -25418,8 +25991,8 @@ declare namespace Models {
|
|
|
25418
25991
|
"pageSize"?: number;
|
|
25419
25992
|
"pageNumber"?: number;
|
|
25420
25993
|
"total"?: number;
|
|
25421
|
-
"nextUri"?: string;
|
|
25422
25994
|
"previousUri"?: string;
|
|
25995
|
+
"nextUri"?: string;
|
|
25423
25996
|
"lastUri"?: string;
|
|
25424
25997
|
"firstUri"?: string;
|
|
25425
25998
|
"selfUri"?: string;
|
|
@@ -25454,6 +26027,8 @@ declare namespace Models {
|
|
|
25454
26027
|
"trustor"?: Models.Trustor;
|
|
25455
26028
|
"schema"?: Models.DataSchema;
|
|
25456
26029
|
"customFields"?: { [key: string]: object; };
|
|
26030
|
+
"identifiers"?: Array<Models.ExternalOrganizationIdentifier>;
|
|
26031
|
+
"externalIds"?: Array<Models.ExternalId>;
|
|
25457
26032
|
"externalDataSources"?: Array<Models.ExternalDataSource>;
|
|
25458
26033
|
"selfUri"?: string;
|
|
25459
26034
|
}
|
|
@@ -25493,8 +26068,8 @@ declare namespace Models {
|
|
|
25493
26068
|
"pageNumber"?: number;
|
|
25494
26069
|
"total"?: number;
|
|
25495
26070
|
"partialResults"?: boolean;
|
|
25496
|
-
"nextUri"?: string;
|
|
25497
26071
|
"previousUri"?: string;
|
|
26072
|
+
"nextUri"?: string;
|
|
25498
26073
|
"lastUri"?: string;
|
|
25499
26074
|
"firstUri"?: string;
|
|
25500
26075
|
"selfUri"?: string;
|
|
@@ -25566,8 +26141,8 @@ declare namespace Models {
|
|
|
25566
26141
|
"pageSize"?: number;
|
|
25567
26142
|
"pageNumber"?: number;
|
|
25568
26143
|
"total"?: number;
|
|
25569
|
-
"nextUri"?: string;
|
|
25570
26144
|
"previousUri"?: string;
|
|
26145
|
+
"nextUri"?: string;
|
|
25571
26146
|
"lastUri"?: string;
|
|
25572
26147
|
"firstUri"?: string;
|
|
25573
26148
|
"selfUri"?: string;
|
|
@@ -25605,8 +26180,8 @@ declare namespace Models {
|
|
|
25605
26180
|
"pageSize"?: number;
|
|
25606
26181
|
"pageNumber"?: number;
|
|
25607
26182
|
"total"?: number;
|
|
25608
|
-
"nextUri"?: string;
|
|
25609
26183
|
"previousUri"?: string;
|
|
26184
|
+
"nextUri"?: string;
|
|
25610
26185
|
"lastUri"?: string;
|
|
25611
26186
|
"firstUri"?: string;
|
|
25612
26187
|
"selfUri"?: string;
|
|
@@ -25702,8 +26277,8 @@ declare namespace Models {
|
|
|
25702
26277
|
"pageSize"?: number;
|
|
25703
26278
|
"pageNumber"?: number;
|
|
25704
26279
|
"total"?: number;
|
|
25705
|
-
"nextUri"?: string;
|
|
25706
26280
|
"previousUri"?: string;
|
|
26281
|
+
"nextUri"?: string;
|
|
25707
26282
|
"lastUri"?: string;
|
|
25708
26283
|
"firstUri"?: string;
|
|
25709
26284
|
"selfUri"?: string;
|
|
@@ -25755,8 +26330,8 @@ declare namespace Models {
|
|
|
25755
26330
|
"pageSize"?: number;
|
|
25756
26331
|
"pageNumber"?: number;
|
|
25757
26332
|
"total"?: number;
|
|
25758
|
-
"nextUri"?: string;
|
|
25759
26333
|
"previousUri"?: string;
|
|
26334
|
+
"nextUri"?: string;
|
|
25760
26335
|
"lastUri"?: string;
|
|
25761
26336
|
"firstUri"?: string;
|
|
25762
26337
|
"selfUri"?: string;
|
|
@@ -25909,8 +26484,8 @@ declare namespace Models {
|
|
|
25909
26484
|
"pageSize"?: number;
|
|
25910
26485
|
"pageNumber"?: number;
|
|
25911
26486
|
"total"?: number;
|
|
25912
|
-
"nextUri"?: string;
|
|
25913
26487
|
"previousUri"?: string;
|
|
26488
|
+
"nextUri"?: string;
|
|
25914
26489
|
"lastUri"?: string;
|
|
25915
26490
|
"firstUri"?: string;
|
|
25916
26491
|
"selfUri"?: string;
|
|
@@ -26159,8 +26734,8 @@ declare namespace Models {
|
|
|
26159
26734
|
"pageSize"?: number;
|
|
26160
26735
|
"pageNumber"?: number;
|
|
26161
26736
|
"total"?: number;
|
|
26162
|
-
"nextUri"?: string;
|
|
26163
26737
|
"previousUri"?: string;
|
|
26738
|
+
"nextUri"?: string;
|
|
26164
26739
|
"lastUri"?: string;
|
|
26165
26740
|
"firstUri"?: string;
|
|
26166
26741
|
"selfUri"?: string;
|
|
@@ -26198,8 +26773,8 @@ declare namespace Models {
|
|
|
26198
26773
|
"pageSize"?: number;
|
|
26199
26774
|
"pageNumber"?: number;
|
|
26200
26775
|
"total"?: number;
|
|
26201
|
-
"nextUri"?: string;
|
|
26202
26776
|
"previousUri"?: string;
|
|
26777
|
+
"nextUri"?: string;
|
|
26203
26778
|
"lastUri"?: string;
|
|
26204
26779
|
"firstUri"?: string;
|
|
26205
26780
|
"selfUri"?: string;
|
|
@@ -26520,8 +27095,8 @@ declare namespace Models {
|
|
|
26520
27095
|
"pageSize"?: number;
|
|
26521
27096
|
"pageNumber"?: number;
|
|
26522
27097
|
"total"?: number;
|
|
26523
|
-
"nextUri"?: string;
|
|
26524
27098
|
"previousUri"?: string;
|
|
27099
|
+
"nextUri"?: string;
|
|
26525
27100
|
"lastUri"?: string;
|
|
26526
27101
|
"firstUri"?: string;
|
|
26527
27102
|
"selfUri"?: string;
|
|
@@ -26533,8 +27108,8 @@ declare namespace Models {
|
|
|
26533
27108
|
"pageSize"?: number;
|
|
26534
27109
|
"pageNumber"?: number;
|
|
26535
27110
|
"total"?: number;
|
|
26536
|
-
"nextUri"?: string;
|
|
26537
27111
|
"previousUri"?: string;
|
|
27112
|
+
"nextUri"?: string;
|
|
26538
27113
|
"lastUri"?: string;
|
|
26539
27114
|
"firstUri"?: string;
|
|
26540
27115
|
"selfUri"?: string;
|
|
@@ -26628,8 +27203,8 @@ declare namespace Models {
|
|
|
26628
27203
|
"pageSize"?: number;
|
|
26629
27204
|
"pageNumber"?: number;
|
|
26630
27205
|
"total"?: number;
|
|
26631
|
-
"nextUri"?: string;
|
|
26632
27206
|
"previousUri"?: string;
|
|
27207
|
+
"nextUri"?: string;
|
|
26633
27208
|
"lastUri"?: string;
|
|
26634
27209
|
"firstUri"?: string;
|
|
26635
27210
|
"selfUri"?: string;
|
|
@@ -26641,8 +27216,8 @@ declare namespace Models {
|
|
|
26641
27216
|
"pageSize"?: number;
|
|
26642
27217
|
"pageNumber"?: number;
|
|
26643
27218
|
"total"?: number;
|
|
26644
|
-
"nextUri"?: string;
|
|
26645
27219
|
"previousUri"?: string;
|
|
27220
|
+
"nextUri"?: string;
|
|
26646
27221
|
"lastUri"?: string;
|
|
26647
27222
|
"firstUri"?: string;
|
|
26648
27223
|
"selfUri"?: string;
|
|
@@ -26687,8 +27262,8 @@ declare namespace Models {
|
|
|
26687
27262
|
"pageSize"?: number;
|
|
26688
27263
|
"pageNumber"?: number;
|
|
26689
27264
|
"total"?: number;
|
|
26690
|
-
"nextUri"?: string;
|
|
26691
27265
|
"previousUri"?: string;
|
|
27266
|
+
"nextUri"?: string;
|
|
26692
27267
|
"lastUri"?: string;
|
|
26693
27268
|
"firstUri"?: string;
|
|
26694
27269
|
"selfUri"?: string;
|
|
@@ -26725,8 +27300,8 @@ declare namespace Models {
|
|
|
26725
27300
|
"pageSize"?: number;
|
|
26726
27301
|
"pageNumber"?: number;
|
|
26727
27302
|
"total"?: number;
|
|
26728
|
-
"nextUri"?: string;
|
|
26729
27303
|
"previousUri"?: string;
|
|
27304
|
+
"nextUri"?: string;
|
|
26730
27305
|
"lastUri"?: string;
|
|
26731
27306
|
"firstUri"?: string;
|
|
26732
27307
|
"selfUri"?: string;
|
|
@@ -26787,8 +27362,8 @@ declare namespace Models {
|
|
|
26787
27362
|
"pageSize"?: number;
|
|
26788
27363
|
"pageNumber"?: number;
|
|
26789
27364
|
"total"?: number;
|
|
26790
|
-
"nextUri"?: string;
|
|
26791
27365
|
"previousUri"?: string;
|
|
27366
|
+
"nextUri"?: string;
|
|
26792
27367
|
"lastUri"?: string;
|
|
26793
27368
|
"firstUri"?: string;
|
|
26794
27369
|
"selfUri"?: string;
|
|
@@ -26972,8 +27547,8 @@ declare namespace Models {
|
|
|
26972
27547
|
"pageSize"?: number;
|
|
26973
27548
|
"pageNumber"?: number;
|
|
26974
27549
|
"total"?: number;
|
|
26975
|
-
"nextUri"?: string;
|
|
26976
27550
|
"previousUri"?: string;
|
|
27551
|
+
"nextUri"?: string;
|
|
26977
27552
|
"lastUri"?: string;
|
|
26978
27553
|
"firstUri"?: string;
|
|
26979
27554
|
"selfUri"?: string;
|
|
@@ -26998,8 +27573,8 @@ declare namespace Models {
|
|
|
26998
27573
|
"pageSize"?: number;
|
|
26999
27574
|
"pageNumber"?: number;
|
|
27000
27575
|
"total"?: number;
|
|
27001
|
-
"nextUri"?: string;
|
|
27002
27576
|
"previousUri"?: string;
|
|
27577
|
+
"nextUri"?: string;
|
|
27003
27578
|
"lastUri"?: string;
|
|
27004
27579
|
"firstUri"?: string;
|
|
27005
27580
|
"selfUri"?: string;
|
|
@@ -27243,8 +27818,8 @@ declare namespace Models {
|
|
|
27243
27818
|
"pageSize"?: number;
|
|
27244
27819
|
"pageNumber"?: number;
|
|
27245
27820
|
"total"?: number;
|
|
27246
|
-
"nextUri"?: string;
|
|
27247
27821
|
"previousUri"?: string;
|
|
27822
|
+
"nextUri"?: string;
|
|
27248
27823
|
"lastUri"?: string;
|
|
27249
27824
|
"firstUri"?: string;
|
|
27250
27825
|
"selfUri"?: string;
|
|
@@ -27256,8 +27831,8 @@ declare namespace Models {
|
|
|
27256
27831
|
"pageSize"?: number;
|
|
27257
27832
|
"pageNumber"?: number;
|
|
27258
27833
|
"total"?: number;
|
|
27259
|
-
"nextUri"?: string;
|
|
27260
27834
|
"previousUri"?: string;
|
|
27835
|
+
"nextUri"?: string;
|
|
27261
27836
|
"lastUri"?: string;
|
|
27262
27837
|
"firstUri"?: string;
|
|
27263
27838
|
"selfUri"?: string;
|
|
@@ -27374,8 +27949,8 @@ declare namespace Models {
|
|
|
27374
27949
|
"pageSize"?: number;
|
|
27375
27950
|
"pageNumber"?: number;
|
|
27376
27951
|
"total"?: number;
|
|
27377
|
-
"nextUri"?: string;
|
|
27378
27952
|
"previousUri"?: string;
|
|
27953
|
+
"nextUri"?: string;
|
|
27379
27954
|
"lastUri"?: string;
|
|
27380
27955
|
"firstUri"?: string;
|
|
27381
27956
|
"selfUri"?: string;
|
|
@@ -27414,8 +27989,8 @@ declare namespace Models {
|
|
|
27414
27989
|
"pageSize"?: number;
|
|
27415
27990
|
"pageNumber"?: number;
|
|
27416
27991
|
"total"?: number;
|
|
27417
|
-
"nextUri"?: string;
|
|
27418
27992
|
"previousUri"?: string;
|
|
27993
|
+
"nextUri"?: string;
|
|
27419
27994
|
"lastUri"?: string;
|
|
27420
27995
|
"firstUri"?: string;
|
|
27421
27996
|
"selfUri"?: string;
|
|
@@ -27497,8 +28072,8 @@ declare namespace Models {
|
|
|
27497
28072
|
"pageSize"?: number;
|
|
27498
28073
|
"pageNumber"?: number;
|
|
27499
28074
|
"total"?: number;
|
|
27500
|
-
"nextUri"?: string;
|
|
27501
28075
|
"previousUri"?: string;
|
|
28076
|
+
"nextUri"?: string;
|
|
27502
28077
|
"lastUri"?: string;
|
|
27503
28078
|
"firstUri"?: string;
|
|
27504
28079
|
"selfUri"?: string;
|
|
@@ -27543,8 +28118,8 @@ declare namespace Models {
|
|
|
27543
28118
|
"pageSize"?: number;
|
|
27544
28119
|
"pageNumber"?: number;
|
|
27545
28120
|
"total"?: number;
|
|
27546
|
-
"nextUri"?: string;
|
|
27547
28121
|
"previousUri"?: string;
|
|
28122
|
+
"nextUri"?: string;
|
|
27548
28123
|
"lastUri"?: string;
|
|
27549
28124
|
"firstUri"?: string;
|
|
27550
28125
|
"selfUri"?: string;
|
|
@@ -28008,8 +28583,8 @@ declare namespace Models {
|
|
|
28008
28583
|
"pageNumber"?: number;
|
|
28009
28584
|
"total"?: number;
|
|
28010
28585
|
"totalNumberOfEntities"?: number;
|
|
28011
|
-
"nextUri"?: string;
|
|
28012
28586
|
"previousUri"?: string;
|
|
28587
|
+
"nextUri"?: string;
|
|
28013
28588
|
"lastUri"?: string;
|
|
28014
28589
|
"firstUri"?: string;
|
|
28015
28590
|
"selfUri"?: string;
|
|
@@ -28022,8 +28597,8 @@ declare namespace Models {
|
|
|
28022
28597
|
"pageNumber"?: number;
|
|
28023
28598
|
"total"?: number;
|
|
28024
28599
|
"totalNumberOfEntities"?: number;
|
|
28025
|
-
"nextUri"?: string;
|
|
28026
28600
|
"previousUri"?: string;
|
|
28601
|
+
"nextUri"?: string;
|
|
28027
28602
|
"lastUri"?: string;
|
|
28028
28603
|
"firstUri"?: string;
|
|
28029
28604
|
"selfUri"?: string;
|
|
@@ -28068,8 +28643,8 @@ declare namespace Models {
|
|
|
28068
28643
|
"pageSize"?: number;
|
|
28069
28644
|
"pageNumber"?: number;
|
|
28070
28645
|
"total"?: number;
|
|
28071
|
-
"nextUri"?: string;
|
|
28072
28646
|
"previousUri"?: string;
|
|
28647
|
+
"nextUri"?: string;
|
|
28073
28648
|
"lastUri"?: string;
|
|
28074
28649
|
"firstUri"?: string;
|
|
28075
28650
|
"selfUri"?: string;
|
|
@@ -28153,7 +28728,7 @@ declare namespace Models {
|
|
|
28153
28728
|
"weekCount": number;
|
|
28154
28729
|
"published"?: boolean;
|
|
28155
28730
|
"shortTermForecast"?: Models.BuShortTermForecastReference;
|
|
28156
|
-
"headcountForecast"?: Models.
|
|
28731
|
+
"headcountForecast"?: Models.BuHeadcountForecastBuPlanningGroupHeadcountForecastUploadSchema;
|
|
28157
28732
|
"agentSchedules"?: Array<Models.BuImportAgentScheduleUploadSchema>;
|
|
28158
28733
|
}
|
|
28159
28734
|
|
|
@@ -28198,8 +28773,8 @@ declare namespace Models {
|
|
|
28198
28773
|
"pageSize"?: number;
|
|
28199
28774
|
"pageNumber"?: number;
|
|
28200
28775
|
"total"?: number;
|
|
28201
|
-
"nextUri"?: string;
|
|
28202
28776
|
"previousUri"?: string;
|
|
28777
|
+
"nextUri"?: string;
|
|
28203
28778
|
"lastUri"?: string;
|
|
28204
28779
|
"firstUri"?: string;
|
|
28205
28780
|
"selfUri"?: string;
|
|
@@ -28235,8 +28810,8 @@ declare namespace Models {
|
|
|
28235
28810
|
"pageSize"?: number;
|
|
28236
28811
|
"pageNumber"?: number;
|
|
28237
28812
|
"total"?: number;
|
|
28238
|
-
"nextUri"?: string;
|
|
28239
28813
|
"previousUri"?: string;
|
|
28814
|
+
"nextUri"?: string;
|
|
28240
28815
|
"lastUri"?: string;
|
|
28241
28816
|
"firstUri"?: string;
|
|
28242
28817
|
"selfUri"?: string;
|
|
@@ -28293,8 +28868,8 @@ declare namespace Models {
|
|
|
28293
28868
|
"pageSize"?: number;
|
|
28294
28869
|
"pageNumber"?: number;
|
|
28295
28870
|
"total"?: number;
|
|
28296
|
-
"nextUri"?: string;
|
|
28297
28871
|
"previousUri"?: string;
|
|
28872
|
+
"nextUri"?: string;
|
|
28298
28873
|
"lastUri"?: string;
|
|
28299
28874
|
"firstUri"?: string;
|
|
28300
28875
|
"selfUri"?: string;
|
|
@@ -28525,8 +29100,8 @@ declare namespace Models {
|
|
|
28525
29100
|
"pageSize"?: number;
|
|
28526
29101
|
"pageNumber"?: number;
|
|
28527
29102
|
"total"?: number;
|
|
28528
|
-
"nextUri"?: string;
|
|
28529
29103
|
"previousUri"?: string;
|
|
29104
|
+
"nextUri"?: string;
|
|
28530
29105
|
"lastUri"?: string;
|
|
28531
29106
|
"firstUri"?: string;
|
|
28532
29107
|
"selfUri"?: string;
|
|
@@ -28602,8 +29177,8 @@ declare namespace Models {
|
|
|
28602
29177
|
"pageSize"?: number;
|
|
28603
29178
|
"pageNumber"?: number;
|
|
28604
29179
|
"total"?: number;
|
|
28605
|
-
"nextUri"?: string;
|
|
28606
29180
|
"previousUri"?: string;
|
|
29181
|
+
"nextUri"?: string;
|
|
28607
29182
|
"lastUri"?: string;
|
|
28608
29183
|
"firstUri"?: string;
|
|
28609
29184
|
"selfUri"?: string;
|
|
@@ -28654,8 +29229,8 @@ declare namespace Models {
|
|
|
28654
29229
|
"pageSize"?: number;
|
|
28655
29230
|
"pageNumber"?: number;
|
|
28656
29231
|
"total"?: number;
|
|
28657
|
-
"nextUri"?: string;
|
|
28658
29232
|
"previousUri"?: string;
|
|
29233
|
+
"nextUri"?: string;
|
|
28659
29234
|
"lastUri"?: string;
|
|
28660
29235
|
"firstUri"?: string;
|
|
28661
29236
|
"selfUri"?: string;
|
|
@@ -28729,6 +29304,23 @@ declare namespace Models {
|
|
|
28729
29304
|
"message"?: string;
|
|
28730
29305
|
}
|
|
28731
29306
|
|
|
29307
|
+
export interface InvoiceAddress {
|
|
29308
|
+
"getdateEffective"?: string;
|
|
29309
|
+
"addressType"?: string;
|
|
29310
|
+
"currencyIsoCode"?: string;
|
|
29311
|
+
"line1"?: string;
|
|
29312
|
+
"line2"?: string;
|
|
29313
|
+
"line3"?: string;
|
|
29314
|
+
"cityName"?: string;
|
|
29315
|
+
"postalCode"?: string;
|
|
29316
|
+
"stateCode"?: string;
|
|
29317
|
+
"countryCode"?: string;
|
|
29318
|
+
"getcitySubdivision1"?: string;
|
|
29319
|
+
"regionSubdivision1"?: string;
|
|
29320
|
+
"regionSubdivision2"?: string;
|
|
29321
|
+
"country"?: string;
|
|
29322
|
+
}
|
|
29323
|
+
|
|
28732
29324
|
export interface IpAddressAuthentication {
|
|
28733
29325
|
"networkWhitelist"?: Array<string>;
|
|
28734
29326
|
}
|
|
@@ -28737,6 +29329,7 @@ declare namespace Models {
|
|
|
28737
29329
|
"cidr"?: string;
|
|
28738
29330
|
"service"?: string;
|
|
28739
29331
|
"region"?: string;
|
|
29332
|
+
"direction"?: string;
|
|
28740
29333
|
}
|
|
28741
29334
|
|
|
28742
29335
|
export interface IpAddressRangeListing {
|
|
@@ -29649,8 +30242,8 @@ declare namespace Models {
|
|
|
29649
30242
|
"pageSize"?: number;
|
|
29650
30243
|
"pageNumber"?: number;
|
|
29651
30244
|
"total"?: number;
|
|
29652
|
-
"nextUri"?: string;
|
|
29653
30245
|
"previousUri"?: string;
|
|
30246
|
+
"nextUri"?: string;
|
|
29654
30247
|
"lastUri"?: string;
|
|
29655
30248
|
"firstUri"?: string;
|
|
29656
30249
|
"selfUri"?: string;
|
|
@@ -29675,8 +30268,8 @@ declare namespace Models {
|
|
|
29675
30268
|
"pageSize"?: number;
|
|
29676
30269
|
"pageNumber"?: number;
|
|
29677
30270
|
"total"?: number;
|
|
29678
|
-
"nextUri"?: string;
|
|
29679
30271
|
"previousUri"?: string;
|
|
30272
|
+
"nextUri"?: string;
|
|
29680
30273
|
"lastUri"?: string;
|
|
29681
30274
|
"firstUri"?: string;
|
|
29682
30275
|
"selfUri"?: string;
|
|
@@ -29721,8 +30314,8 @@ declare namespace Models {
|
|
|
29721
30314
|
"pageSize"?: number;
|
|
29722
30315
|
"pageNumber"?: number;
|
|
29723
30316
|
"total"?: number;
|
|
29724
|
-
"nextUri"?: string;
|
|
29725
30317
|
"previousUri"?: string;
|
|
30318
|
+
"nextUri"?: string;
|
|
29726
30319
|
"lastUri"?: string;
|
|
29727
30320
|
"firstUri"?: string;
|
|
29728
30321
|
"selfUri"?: string;
|
|
@@ -30109,6 +30702,18 @@ declare namespace Models {
|
|
|
30109
30702
|
"additionalProperties"?: object;
|
|
30110
30703
|
}
|
|
30111
30704
|
|
|
30705
|
+
export interface JsonSchemaWithDefinitions {
|
|
30706
|
+
"id"?: string;
|
|
30707
|
+
"$schema"?: string;
|
|
30708
|
+
"title"?: string;
|
|
30709
|
+
"description"?: string;
|
|
30710
|
+
"type"?: string;
|
|
30711
|
+
"required"?: Array<string>;
|
|
30712
|
+
"properties"?: { [key: string]: object; };
|
|
30713
|
+
"additionalProperties"?: object;
|
|
30714
|
+
"definitions"?: { [key: string]: Models.Definition; };
|
|
30715
|
+
}
|
|
30716
|
+
|
|
30112
30717
|
export interface JsonSearchResponse {
|
|
30113
30718
|
"total": number;
|
|
30114
30719
|
"pageCount": number;
|
|
@@ -31416,8 +32021,8 @@ declare namespace Models {
|
|
|
31416
32021
|
"pageSize"?: number;
|
|
31417
32022
|
"pageNumber"?: number;
|
|
31418
32023
|
"total"?: number;
|
|
31419
|
-
"nextUri"?: string;
|
|
31420
32024
|
"previousUri"?: string;
|
|
32025
|
+
"nextUri"?: string;
|
|
31421
32026
|
"lastUri"?: string;
|
|
31422
32027
|
"firstUri"?: string;
|
|
31423
32028
|
"selfUri"?: string;
|
|
@@ -31703,8 +32308,8 @@ declare namespace Models {
|
|
|
31703
32308
|
"pageNumber"?: number;
|
|
31704
32309
|
"total"?: number;
|
|
31705
32310
|
"unfilteredTotal"?: number;
|
|
31706
|
-
"nextUri"?: string;
|
|
31707
32311
|
"previousUri"?: string;
|
|
32312
|
+
"nextUri"?: string;
|
|
31708
32313
|
"lastUri"?: string;
|
|
31709
32314
|
"firstUri"?: string;
|
|
31710
32315
|
"selfUri"?: string;
|
|
@@ -31721,8 +32326,8 @@ declare namespace Models {
|
|
|
31721
32326
|
"pageSize"?: number;
|
|
31722
32327
|
"pageNumber"?: number;
|
|
31723
32328
|
"total"?: number;
|
|
31724
|
-
"nextUri"?: string;
|
|
31725
32329
|
"previousUri"?: string;
|
|
32330
|
+
"nextUri"?: string;
|
|
31726
32331
|
"lastUri"?: string;
|
|
31727
32332
|
"firstUri"?: string;
|
|
31728
32333
|
"selfUri"?: string;
|
|
@@ -31968,8 +32573,8 @@ declare namespace Models {
|
|
|
31968
32573
|
"pageSize"?: number;
|
|
31969
32574
|
"pageNumber"?: number;
|
|
31970
32575
|
"total"?: number;
|
|
31971
|
-
"nextUri"?: string;
|
|
31972
32576
|
"previousUri"?: string;
|
|
32577
|
+
"nextUri"?: string;
|
|
31973
32578
|
"lastUri"?: string;
|
|
31974
32579
|
"firstUri"?: string;
|
|
31975
32580
|
"selfUri"?: string;
|
|
@@ -32085,8 +32690,8 @@ declare namespace Models {
|
|
|
32085
32690
|
"pageSize"?: number;
|
|
32086
32691
|
"pageNumber"?: number;
|
|
32087
32692
|
"total"?: number;
|
|
32088
|
-
"nextUri"?: string;
|
|
32089
32693
|
"previousUri"?: string;
|
|
32694
|
+
"nextUri"?: string;
|
|
32090
32695
|
"lastUri"?: string;
|
|
32091
32696
|
"firstUri"?: string;
|
|
32092
32697
|
"selfUri"?: string;
|
|
@@ -32098,8 +32703,8 @@ declare namespace Models {
|
|
|
32098
32703
|
"pageSize"?: number;
|
|
32099
32704
|
"pageNumber"?: number;
|
|
32100
32705
|
"total"?: number;
|
|
32101
|
-
"nextUri"?: string;
|
|
32102
32706
|
"previousUri"?: string;
|
|
32707
|
+
"nextUri"?: string;
|
|
32103
32708
|
"lastUri"?: string;
|
|
32104
32709
|
"firstUri"?: string;
|
|
32105
32710
|
"selfUri"?: string;
|
|
@@ -32147,8 +32752,8 @@ declare namespace Models {
|
|
|
32147
32752
|
"pageSize"?: number;
|
|
32148
32753
|
"pageNumber"?: number;
|
|
32149
32754
|
"total"?: number;
|
|
32150
|
-
"nextUri"?: string;
|
|
32151
32755
|
"previousUri"?: string;
|
|
32756
|
+
"nextUri"?: string;
|
|
32152
32757
|
"lastUri"?: string;
|
|
32153
32758
|
"firstUri"?: string;
|
|
32154
32759
|
"selfUri"?: string;
|
|
@@ -32160,8 +32765,8 @@ declare namespace Models {
|
|
|
32160
32765
|
"pageSize"?: number;
|
|
32161
32766
|
"pageNumber"?: number;
|
|
32162
32767
|
"total"?: number;
|
|
32163
|
-
"nextUri"?: string;
|
|
32164
32768
|
"previousUri"?: string;
|
|
32769
|
+
"nextUri"?: string;
|
|
32165
32770
|
"lastUri"?: string;
|
|
32166
32771
|
"firstUri"?: string;
|
|
32167
32772
|
"selfUri"?: string;
|
|
@@ -32202,8 +32807,8 @@ declare namespace Models {
|
|
|
32202
32807
|
"pageSize"?: number;
|
|
32203
32808
|
"pageNumber"?: number;
|
|
32204
32809
|
"total"?: number;
|
|
32205
|
-
"nextUri"?: string;
|
|
32206
32810
|
"previousUri"?: string;
|
|
32811
|
+
"nextUri"?: string;
|
|
32207
32812
|
"lastUri"?: string;
|
|
32208
32813
|
"firstUri"?: string;
|
|
32209
32814
|
"selfUri"?: string;
|
|
@@ -32343,8 +32948,8 @@ declare namespace Models {
|
|
|
32343
32948
|
"pageNumber"?: number;
|
|
32344
32949
|
"total"?: number;
|
|
32345
32950
|
"totalNumberOfEntities"?: number;
|
|
32346
|
-
"nextUri"?: string;
|
|
32347
32951
|
"previousUri"?: string;
|
|
32952
|
+
"nextUri"?: string;
|
|
32348
32953
|
"lastUri"?: string;
|
|
32349
32954
|
"firstUri"?: string;
|
|
32350
32955
|
"selfUri"?: string;
|
|
@@ -32357,8 +32962,8 @@ declare namespace Models {
|
|
|
32357
32962
|
"pageNumber"?: number;
|
|
32358
32963
|
"total"?: number;
|
|
32359
32964
|
"totalNumberOfEntities"?: number;
|
|
32360
|
-
"nextUri"?: string;
|
|
32361
32965
|
"previousUri"?: string;
|
|
32966
|
+
"nextUri"?: string;
|
|
32362
32967
|
"lastUri"?: string;
|
|
32363
32968
|
"firstUri"?: string;
|
|
32364
32969
|
"selfUri"?: string;
|
|
@@ -32489,6 +33094,16 @@ declare namespace Models {
|
|
|
32489
33094
|
"previousUri"?: string;
|
|
32490
33095
|
}
|
|
32491
33096
|
|
|
33097
|
+
export interface Literal {
|
|
33098
|
+
"string"?: string;
|
|
33099
|
+
"integer"?: number;
|
|
33100
|
+
"number"?: number;
|
|
33101
|
+
"date"?: string;
|
|
33102
|
+
"datetime"?: string;
|
|
33103
|
+
"special"?: string;
|
|
33104
|
+
"boolean"?: boolean;
|
|
33105
|
+
}
|
|
33106
|
+
|
|
32492
33107
|
export interface LocalDateRange {
|
|
32493
33108
|
"startDate"?: string;
|
|
32494
33109
|
"endDate"?: string;
|
|
@@ -32596,8 +33211,8 @@ declare namespace Models {
|
|
|
32596
33211
|
"pageSize"?: number;
|
|
32597
33212
|
"pageNumber"?: number;
|
|
32598
33213
|
"total"?: number;
|
|
32599
|
-
"nextUri"?: string;
|
|
32600
33214
|
"previousUri"?: string;
|
|
33215
|
+
"nextUri"?: string;
|
|
32601
33216
|
"lastUri"?: string;
|
|
32602
33217
|
"firstUri"?: string;
|
|
32603
33218
|
"selfUri"?: string;
|
|
@@ -32702,8 +33317,8 @@ declare namespace Models {
|
|
|
32702
33317
|
"pageSize"?: number;
|
|
32703
33318
|
"pageNumber"?: number;
|
|
32704
33319
|
"total"?: number;
|
|
32705
|
-
"nextUri"?: string;
|
|
32706
33320
|
"previousUri"?: string;
|
|
33321
|
+
"nextUri"?: string;
|
|
32707
33322
|
"lastUri"?: string;
|
|
32708
33323
|
"firstUri"?: string;
|
|
32709
33324
|
"selfUri"?: string;
|
|
@@ -32727,6 +33342,21 @@ declare namespace Models {
|
|
|
32727
33342
|
"downloadUrl"?: string;
|
|
32728
33343
|
}
|
|
32729
33344
|
|
|
33345
|
+
export interface MaestroWebhooksInvocationTopicObject {
|
|
33346
|
+
}
|
|
33347
|
+
|
|
33348
|
+
export interface MaestroWebhooksInvocationTopicPublicWebhooksEvent {
|
|
33349
|
+
"webhookId"?: string;
|
|
33350
|
+
"invocationTime"?: string;
|
|
33351
|
+
"webhooksInvocation"?: Models.MaestroWebhooksInvocationTopicWebhooksInvocation;
|
|
33352
|
+
}
|
|
33353
|
+
|
|
33354
|
+
export interface MaestroWebhooksInvocationTopicWebhooksInvocation {
|
|
33355
|
+
"body"?: object;
|
|
33356
|
+
"headers"?: { [key: string]: Array<string>; };
|
|
33357
|
+
"query"?: { [key: string]: Array<string>; };
|
|
33358
|
+
}
|
|
33359
|
+
|
|
32730
33360
|
export interface MailFromResult {
|
|
32731
33361
|
"status"?: string;
|
|
32732
33362
|
"records"?: Array<Models.Record>;
|
|
@@ -32753,8 +33383,8 @@ declare namespace Models {
|
|
|
32753
33383
|
"pageSize"?: number;
|
|
32754
33384
|
"pageNumber"?: number;
|
|
32755
33385
|
"total"?: number;
|
|
32756
|
-
"nextUri"?: string;
|
|
32757
33386
|
"previousUri"?: string;
|
|
33387
|
+
"nextUri"?: string;
|
|
32758
33388
|
"lastUri"?: string;
|
|
32759
33389
|
"firstUri"?: string;
|
|
32760
33390
|
"pageCount"?: number;
|
|
@@ -32867,6 +33497,7 @@ declare namespace Models {
|
|
|
32867
33497
|
"trade"?: Models.ShiftTradeResponse;
|
|
32868
33498
|
"violations"?: Array<Models.ShiftTradeMatchViolation>;
|
|
32869
33499
|
"adminReviewViolations"?: Array<Models.ShiftTradeMatchViolation>;
|
|
33500
|
+
"unevaluatedRules"?: Array<string>;
|
|
32870
33501
|
}
|
|
32871
33502
|
|
|
32872
33503
|
export interface MatchTestResult {
|
|
@@ -33121,8 +33752,8 @@ declare namespace Models {
|
|
|
33121
33752
|
"pageSize"?: number;
|
|
33122
33753
|
"pageNumber"?: number;
|
|
33123
33754
|
"total"?: number;
|
|
33124
|
-
"nextUri"?: string;
|
|
33125
33755
|
"previousUri"?: string;
|
|
33756
|
+
"nextUri"?: string;
|
|
33126
33757
|
"lastUri"?: string;
|
|
33127
33758
|
"firstUri"?: string;
|
|
33128
33759
|
"selfUri"?: string;
|
|
@@ -33141,7 +33772,6 @@ declare namespace Models {
|
|
|
33141
33772
|
"textBody": string;
|
|
33142
33773
|
"status": string;
|
|
33143
33774
|
"media"?: Array<Models.MessageMedia>;
|
|
33144
|
-
"stickers"?: Array<Models.MessageSticker>;
|
|
33145
33775
|
"normalizedMessage"?: Models.ConversationNormalizedMessage;
|
|
33146
33776
|
"normalizedReceipts"?: Array<Models.ConversationNormalizedMessage>;
|
|
33147
33777
|
"createdBy"?: Models.User;
|
|
@@ -33361,8 +33991,8 @@ declare namespace Models {
|
|
|
33361
33991
|
"pageSize"?: number;
|
|
33362
33992
|
"pageNumber"?: number;
|
|
33363
33993
|
"total"?: number;
|
|
33364
|
-
"nextUri"?: string;
|
|
33365
33994
|
"previousUri"?: string;
|
|
33995
|
+
"nextUri"?: string;
|
|
33366
33996
|
"lastUri"?: string;
|
|
33367
33997
|
"firstUri"?: string;
|
|
33368
33998
|
"selfUri"?: string;
|
|
@@ -33374,8 +34004,8 @@ declare namespace Models {
|
|
|
33374
34004
|
"pageSize"?: number;
|
|
33375
34005
|
"pageNumber"?: number;
|
|
33376
34006
|
"total"?: number;
|
|
33377
|
-
"nextUri"?: string;
|
|
33378
34007
|
"previousUri"?: string;
|
|
34008
|
+
"nextUri"?: string;
|
|
33379
34009
|
"lastUri"?: string;
|
|
33380
34010
|
"firstUri"?: string;
|
|
33381
34011
|
"selfUri"?: string;
|
|
@@ -33400,8 +34030,8 @@ declare namespace Models {
|
|
|
33400
34030
|
"pageSize"?: number;
|
|
33401
34031
|
"pageNumber"?: number;
|
|
33402
34032
|
"total"?: number;
|
|
33403
|
-
"nextUri"?: string;
|
|
33404
34033
|
"previousUri"?: string;
|
|
34034
|
+
"nextUri"?: string;
|
|
33405
34035
|
"lastUri"?: string;
|
|
33406
34036
|
"firstUri"?: string;
|
|
33407
34037
|
"selfUri"?: string;
|
|
@@ -33438,8 +34068,8 @@ declare namespace Models {
|
|
|
33438
34068
|
"pageSize"?: number;
|
|
33439
34069
|
"pageNumber"?: number;
|
|
33440
34070
|
"total"?: number;
|
|
33441
|
-
"nextUri"?: string;
|
|
33442
34071
|
"previousUri"?: string;
|
|
34072
|
+
"nextUri"?: string;
|
|
33443
34073
|
"lastUri"?: string;
|
|
33444
34074
|
"firstUri"?: string;
|
|
33445
34075
|
"selfUri"?: string;
|
|
@@ -33514,8 +34144,8 @@ declare namespace Models {
|
|
|
33514
34144
|
"pageSize"?: number;
|
|
33515
34145
|
"pageNumber"?: number;
|
|
33516
34146
|
"total"?: number;
|
|
33517
|
-
"nextUri"?: string;
|
|
33518
34147
|
"previousUri"?: string;
|
|
34148
|
+
"nextUri"?: string;
|
|
33519
34149
|
"lastUri"?: string;
|
|
33520
34150
|
"firstUri"?: string;
|
|
33521
34151
|
"selfUri"?: string;
|
|
@@ -34061,6 +34691,7 @@ declare namespace Models {
|
|
|
34061
34691
|
"subType"?: string;
|
|
34062
34692
|
"maxLength"?: number;
|
|
34063
34693
|
"minLength"?: number;
|
|
34694
|
+
"allowSpecialChars"?: boolean;
|
|
34064
34695
|
"examples"?: Array<Models.NamedEntityTypeMechanismExample>;
|
|
34065
34696
|
}
|
|
34066
34697
|
|
|
@@ -34145,8 +34776,8 @@ declare namespace Models {
|
|
|
34145
34776
|
"pageSize"?: number;
|
|
34146
34777
|
"pageNumber"?: number;
|
|
34147
34778
|
"total"?: number;
|
|
34148
|
-
"nextUri"?: string;
|
|
34149
34779
|
"previousUri"?: string;
|
|
34780
|
+
"nextUri"?: string;
|
|
34150
34781
|
"lastUri"?: string;
|
|
34151
34782
|
"firstUri"?: string;
|
|
34152
34783
|
"selfUri"?: string;
|
|
@@ -34176,8 +34807,8 @@ declare namespace Models {
|
|
|
34176
34807
|
"pageSize"?: number;
|
|
34177
34808
|
"pageNumber"?: number;
|
|
34178
34809
|
"total"?: number;
|
|
34179
|
-
"nextUri"?: string;
|
|
34180
34810
|
"previousUri"?: string;
|
|
34811
|
+
"nextUri"?: string;
|
|
34181
34812
|
"lastUri"?: string;
|
|
34182
34813
|
"firstUri"?: string;
|
|
34183
34814
|
"selfUri"?: string;
|
|
@@ -34200,8 +34831,8 @@ declare namespace Models {
|
|
|
34200
34831
|
"pageSize"?: number;
|
|
34201
34832
|
"pageNumber"?: number;
|
|
34202
34833
|
"total"?: number;
|
|
34203
|
-
"nextUri"?: string;
|
|
34204
34834
|
"previousUri"?: string;
|
|
34835
|
+
"nextUri"?: string;
|
|
34205
34836
|
"lastUri"?: string;
|
|
34206
34837
|
"firstUri"?: string;
|
|
34207
34838
|
"selfUri"?: string;
|
|
@@ -34277,8 +34908,8 @@ declare namespace Models {
|
|
|
34277
34908
|
"pageNumber"?: number;
|
|
34278
34909
|
"total"?: number;
|
|
34279
34910
|
"partialResults"?: boolean;
|
|
34280
|
-
"nextUri"?: string;
|
|
34281
34911
|
"previousUri"?: string;
|
|
34912
|
+
"nextUri"?: string;
|
|
34282
34913
|
"lastUri"?: string;
|
|
34283
34914
|
"firstUri"?: string;
|
|
34284
34915
|
"selfUri"?: string;
|
|
@@ -34358,8 +34989,8 @@ declare namespace Models {
|
|
|
34358
34989
|
"pageSize"?: number;
|
|
34359
34990
|
"pageNumber"?: number;
|
|
34360
34991
|
"total"?: number;
|
|
34361
|
-
"nextUri"?: string;
|
|
34362
34992
|
"previousUri"?: string;
|
|
34993
|
+
"nextUri"?: string;
|
|
34363
34994
|
"lastUri"?: string;
|
|
34364
34995
|
"firstUri"?: string;
|
|
34365
34996
|
"selfUri"?: string;
|
|
@@ -34496,8 +35127,8 @@ declare namespace Models {
|
|
|
34496
35127
|
"pageSize"?: number;
|
|
34497
35128
|
"pageNumber"?: number;
|
|
34498
35129
|
"total"?: number;
|
|
34499
|
-
"nextUri"?: string;
|
|
34500
35130
|
"previousUri"?: string;
|
|
35131
|
+
"nextUri"?: string;
|
|
34501
35132
|
"lastUri"?: string;
|
|
34502
35133
|
"firstUri"?: string;
|
|
34503
35134
|
"selfUri"?: string;
|
|
@@ -34721,8 +35352,8 @@ declare namespace Models {
|
|
|
34721
35352
|
"pageSize"?: number;
|
|
34722
35353
|
"pageNumber"?: number;
|
|
34723
35354
|
"total"?: number;
|
|
34724
|
-
"nextUri"?: string;
|
|
34725
35355
|
"previousUri"?: string;
|
|
35356
|
+
"nextUri"?: string;
|
|
34726
35357
|
"lastUri"?: string;
|
|
34727
35358
|
"firstUri"?: string;
|
|
34728
35359
|
"selfUri"?: string;
|
|
@@ -34805,8 +35436,8 @@ declare namespace Models {
|
|
|
34805
35436
|
"pageSize"?: number;
|
|
34806
35437
|
"pageNumber"?: number;
|
|
34807
35438
|
"total"?: number;
|
|
34808
|
-
"nextUri"?: string;
|
|
34809
35439
|
"previousUri"?: string;
|
|
35440
|
+
"nextUri"?: string;
|
|
34810
35441
|
"lastUri"?: string;
|
|
34811
35442
|
"firstUri"?: string;
|
|
34812
35443
|
"selfUri"?: string;
|
|
@@ -35164,8 +35795,8 @@ declare namespace Models {
|
|
|
35164
35795
|
"pageSize"?: number;
|
|
35165
35796
|
"pageNumber"?: number;
|
|
35166
35797
|
"total"?: number;
|
|
35167
|
-
"nextUri"?: string;
|
|
35168
35798
|
"previousUri"?: string;
|
|
35799
|
+
"nextUri"?: string;
|
|
35169
35800
|
"lastUri"?: string;
|
|
35170
35801
|
"firstUri"?: string;
|
|
35171
35802
|
"selfUri"?: string;
|
|
@@ -35185,8 +35816,8 @@ declare namespace Models {
|
|
|
35185
35816
|
"pageSize"?: number;
|
|
35186
35817
|
"pageNumber"?: number;
|
|
35187
35818
|
"total"?: number;
|
|
35188
|
-
"nextUri"?: string;
|
|
35189
35819
|
"previousUri"?: string;
|
|
35820
|
+
"nextUri"?: string;
|
|
35190
35821
|
"lastUri"?: string;
|
|
35191
35822
|
"firstUri"?: string;
|
|
35192
35823
|
"selfUri"?: string;
|
|
@@ -35217,8 +35848,8 @@ declare namespace Models {
|
|
|
35217
35848
|
"pageSize"?: number;
|
|
35218
35849
|
"pageNumber"?: number;
|
|
35219
35850
|
"total"?: number;
|
|
35220
|
-
"nextUri"?: string;
|
|
35221
35851
|
"previousUri"?: string;
|
|
35852
|
+
"nextUri"?: string;
|
|
35222
35853
|
"lastUri"?: string;
|
|
35223
35854
|
"firstUri"?: string;
|
|
35224
35855
|
"selfUri"?: string;
|
|
@@ -35298,8 +35929,8 @@ declare namespace Models {
|
|
|
35298
35929
|
"pageSize"?: number;
|
|
35299
35930
|
"pageNumber"?: number;
|
|
35300
35931
|
"total"?: number;
|
|
35301
|
-
"nextUri"?: string;
|
|
35302
35932
|
"previousUri"?: string;
|
|
35933
|
+
"nextUri"?: string;
|
|
35303
35934
|
"lastUri"?: string;
|
|
35304
35935
|
"firstUri"?: string;
|
|
35305
35936
|
"selfUri"?: string;
|
|
@@ -35751,8 +36382,8 @@ declare namespace Models {
|
|
|
35751
36382
|
"pageNumber"?: number;
|
|
35752
36383
|
"total"?: number;
|
|
35753
36384
|
"totalNumberOfEntities"?: number;
|
|
35754
|
-
"nextUri"?: string;
|
|
35755
36385
|
"previousUri"?: string;
|
|
36386
|
+
"nextUri"?: string;
|
|
35756
36387
|
"lastUri"?: string;
|
|
35757
36388
|
"firstUri"?: string;
|
|
35758
36389
|
"selfUri"?: string;
|
|
@@ -35765,8 +36396,8 @@ declare namespace Models {
|
|
|
35765
36396
|
"pageNumber"?: number;
|
|
35766
36397
|
"total"?: number;
|
|
35767
36398
|
"totalNumberOfEntities"?: number;
|
|
35768
|
-
"nextUri"?: string;
|
|
35769
36399
|
"previousUri"?: string;
|
|
36400
|
+
"nextUri"?: string;
|
|
35770
36401
|
"lastUri"?: string;
|
|
35771
36402
|
"firstUri"?: string;
|
|
35772
36403
|
"selfUri"?: string;
|
|
@@ -35882,8 +36513,8 @@ declare namespace Models {
|
|
|
35882
36513
|
"pageSize"?: number;
|
|
35883
36514
|
"pageNumber"?: number;
|
|
35884
36515
|
"total"?: number;
|
|
35885
|
-
"nextUri"?: string;
|
|
35886
36516
|
"previousUri"?: string;
|
|
36517
|
+
"nextUri"?: string;
|
|
35887
36518
|
"lastUri"?: string;
|
|
35888
36519
|
"firstUri"?: string;
|
|
35889
36520
|
"selfUri"?: string;
|
|
@@ -35962,6 +36593,11 @@ declare namespace Models {
|
|
|
35962
36593
|
"score"?: number;
|
|
35963
36594
|
}
|
|
35964
36595
|
|
|
36596
|
+
export interface OutputValue {
|
|
36597
|
+
"schemaPropertyKey": string;
|
|
36598
|
+
"properties"?: Array<Models.OutputValue>;
|
|
36599
|
+
}
|
|
36600
|
+
|
|
35965
36601
|
export interface OverallBestPoints {
|
|
35966
36602
|
"division"?: Models.Division;
|
|
35967
36603
|
"bestPoints"?: Array<Models.OverallBestPointsItem>;
|
|
@@ -36529,8 +37165,8 @@ declare namespace Models {
|
|
|
36529
37165
|
"pageSize"?: number;
|
|
36530
37166
|
"pageNumber"?: number;
|
|
36531
37167
|
"total"?: number;
|
|
36532
|
-
"nextUri"?: string;
|
|
36533
37168
|
"previousUri"?: string;
|
|
37169
|
+
"nextUri"?: string;
|
|
36534
37170
|
"lastUri"?: string;
|
|
36535
37171
|
"firstUri"?: string;
|
|
36536
37172
|
"selfUri"?: string;
|
|
@@ -36633,8 +37269,8 @@ declare namespace Models {
|
|
|
36633
37269
|
"pageNumber"?: number;
|
|
36634
37270
|
"total"?: number;
|
|
36635
37271
|
"totalNumberOfEntities"?: number;
|
|
36636
|
-
"nextUri"?: string;
|
|
36637
37272
|
"previousUri"?: string;
|
|
37273
|
+
"nextUri"?: string;
|
|
36638
37274
|
"lastUri"?: string;
|
|
36639
37275
|
"firstUri"?: string;
|
|
36640
37276
|
"selfUri"?: string;
|
|
@@ -36712,8 +37348,8 @@ declare namespace Models {
|
|
|
36712
37348
|
"pageNumber"?: number;
|
|
36713
37349
|
"total"?: number;
|
|
36714
37350
|
"totalNumberOfEntities"?: number;
|
|
36715
|
-
"nextUri"?: string;
|
|
36716
37351
|
"previousUri"?: string;
|
|
37352
|
+
"nextUri"?: string;
|
|
36717
37353
|
"lastUri"?: string;
|
|
36718
37354
|
"firstUri"?: string;
|
|
36719
37355
|
"selfUri"?: string;
|
|
@@ -36738,8 +37374,8 @@ declare namespace Models {
|
|
|
36738
37374
|
"pageNumber"?: number;
|
|
36739
37375
|
"total"?: number;
|
|
36740
37376
|
"totalNumberOfEntities"?: number;
|
|
36741
|
-
"nextUri"?: string;
|
|
36742
37377
|
"previousUri"?: string;
|
|
37378
|
+
"nextUri"?: string;
|
|
36743
37379
|
"lastUri"?: string;
|
|
36744
37380
|
"firstUri"?: string;
|
|
36745
37381
|
"selfUri"?: string;
|
|
@@ -36816,8 +37452,8 @@ declare namespace Models {
|
|
|
36816
37452
|
"pageSize"?: number;
|
|
36817
37453
|
"pageNumber"?: number;
|
|
36818
37454
|
"total"?: number;
|
|
36819
|
-
"nextUri"?: string;
|
|
36820
37455
|
"previousUri"?: string;
|
|
37456
|
+
"nextUri"?: string;
|
|
36821
37457
|
"lastUri"?: string;
|
|
36822
37458
|
"firstUri"?: string;
|
|
36823
37459
|
"selfUri"?: string;
|
|
@@ -36977,8 +37613,8 @@ declare namespace Models {
|
|
|
36977
37613
|
"pageSize"?: number;
|
|
36978
37614
|
"pageNumber"?: number;
|
|
36979
37615
|
"total"?: number;
|
|
36980
|
-
"nextUri"?: string;
|
|
36981
37616
|
"previousUri"?: string;
|
|
37617
|
+
"nextUri"?: string;
|
|
36982
37618
|
"lastUri"?: string;
|
|
36983
37619
|
"firstUri"?: string;
|
|
36984
37620
|
"selfUri"?: string;
|
|
@@ -37264,8 +37900,8 @@ declare namespace Models {
|
|
|
37264
37900
|
"pageSize"?: number;
|
|
37265
37901
|
"pageNumber"?: number;
|
|
37266
37902
|
"total"?: number;
|
|
37267
|
-
"nextUri"?: string;
|
|
37268
37903
|
"previousUri"?: string;
|
|
37904
|
+
"nextUri"?: string;
|
|
37269
37905
|
"lastUri"?: string;
|
|
37270
37906
|
"firstUri"?: string;
|
|
37271
37907
|
"selfUri"?: string;
|
|
@@ -37428,8 +38064,8 @@ declare namespace Models {
|
|
|
37428
38064
|
"pageSize"?: number;
|
|
37429
38065
|
"pageNumber"?: number;
|
|
37430
38066
|
"total"?: number;
|
|
37431
|
-
"nextUri"?: string;
|
|
37432
38067
|
"previousUri"?: string;
|
|
38068
|
+
"nextUri"?: string;
|
|
37433
38069
|
"lastUri"?: string;
|
|
37434
38070
|
"firstUri"?: string;
|
|
37435
38071
|
"selfUri"?: string;
|
|
@@ -37446,8 +38082,8 @@ declare namespace Models {
|
|
|
37446
38082
|
"pageSize"?: number;
|
|
37447
38083
|
"pageNumber"?: number;
|
|
37448
38084
|
"total"?: number;
|
|
37449
|
-
"nextUri"?: string;
|
|
37450
38085
|
"previousUri"?: string;
|
|
38086
|
+
"nextUri"?: string;
|
|
37451
38087
|
"lastUri"?: string;
|
|
37452
38088
|
"firstUri"?: string;
|
|
37453
38089
|
"selfUri"?: string;
|
|
@@ -37460,6 +38096,16 @@ declare namespace Models {
|
|
|
37460
38096
|
"newValues"?: Array<string>;
|
|
37461
38097
|
}
|
|
37462
38098
|
|
|
38099
|
+
export interface PropertyDefinition {
|
|
38100
|
+
"title"?: string;
|
|
38101
|
+
"description"?: string;
|
|
38102
|
+
"type"?: Array<string>;
|
|
38103
|
+
"pattern"?: string;
|
|
38104
|
+
"format"?: string;
|
|
38105
|
+
"items"?: Models.Items;
|
|
38106
|
+
"properties"?: { [key: string]: Models.PropertyDefinition; };
|
|
38107
|
+
}
|
|
38108
|
+
|
|
37463
38109
|
export interface PropertyIndexRequest {
|
|
37464
38110
|
"sessionId": string;
|
|
37465
38111
|
"targetDate": string;
|
|
@@ -40641,8 +41287,8 @@ declare namespace Models {
|
|
|
40641
41287
|
"pageSize"?: number;
|
|
40642
41288
|
"pageNumber"?: number;
|
|
40643
41289
|
"total"?: number;
|
|
40644
|
-
"nextUri"?: string;
|
|
40645
41290
|
"previousUri"?: string;
|
|
41291
|
+
"nextUri"?: string;
|
|
40646
41292
|
"lastUri"?: string;
|
|
40647
41293
|
"firstUri"?: string;
|
|
40648
41294
|
"selfUri"?: string;
|
|
@@ -40672,8 +41318,8 @@ declare namespace Models {
|
|
|
40672
41318
|
"entities"?: Array<Models.QueueMember>;
|
|
40673
41319
|
"pageNumber"?: number;
|
|
40674
41320
|
"pageSize"?: number;
|
|
40675
|
-
"nextUri"?: string;
|
|
40676
41321
|
"previousUri"?: string;
|
|
41322
|
+
"nextUri"?: string;
|
|
40677
41323
|
"firstUri"?: string;
|
|
40678
41324
|
"selfUri"?: string;
|
|
40679
41325
|
}
|
|
@@ -40683,8 +41329,8 @@ declare namespace Models {
|
|
|
40683
41329
|
"pageSize"?: number;
|
|
40684
41330
|
"pageNumber"?: number;
|
|
40685
41331
|
"total"?: number;
|
|
40686
|
-
"nextUri"?: string;
|
|
40687
41332
|
"previousUri"?: string;
|
|
41333
|
+
"nextUri"?: string;
|
|
40688
41334
|
"lastUri"?: string;
|
|
40689
41335
|
"firstUri"?: string;
|
|
40690
41336
|
"selfUri"?: string;
|
|
@@ -40918,8 +41564,8 @@ declare namespace Models {
|
|
|
40918
41564
|
"pageSize"?: number;
|
|
40919
41565
|
"pageNumber"?: number;
|
|
40920
41566
|
"total"?: number;
|
|
40921
|
-
"nextUri"?: string;
|
|
40922
41567
|
"previousUri"?: string;
|
|
41568
|
+
"nextUri"?: string;
|
|
40923
41569
|
"lastUri"?: string;
|
|
40924
41570
|
"firstUri"?: string;
|
|
40925
41571
|
"selfUri"?: string;
|
|
@@ -41127,8 +41773,8 @@ declare namespace Models {
|
|
|
41127
41773
|
"pageSize"?: number;
|
|
41128
41774
|
"pageNumber"?: number;
|
|
41129
41775
|
"total"?: number;
|
|
41130
|
-
"nextUri"?: string;
|
|
41131
41776
|
"previousUri"?: string;
|
|
41777
|
+
"nextUri"?: string;
|
|
41132
41778
|
"lastUri"?: string;
|
|
41133
41779
|
"firstUri"?: string;
|
|
41134
41780
|
"selfUri"?: string;
|
|
@@ -41199,6 +41845,7 @@ declare namespace Models {
|
|
|
41199
41845
|
"maxAllowedRestorationsForOrg"?: number;
|
|
41200
41846
|
"remainingRestorationsAllowedForOrg"?: number;
|
|
41201
41847
|
"sessionId"?: string;
|
|
41848
|
+
"region"?: string;
|
|
41202
41849
|
"selfUri"?: string;
|
|
41203
41850
|
}
|
|
41204
41851
|
|
|
@@ -41359,8 +42006,8 @@ declare namespace Models {
|
|
|
41359
42006
|
"pageNumber"?: number;
|
|
41360
42007
|
"total"?: number;
|
|
41361
42008
|
"partialResults"?: boolean;
|
|
41362
|
-
"nextUri"?: string;
|
|
41363
42009
|
"previousUri"?: string;
|
|
42010
|
+
"nextUri"?: string;
|
|
41364
42011
|
"lastUri"?: string;
|
|
41365
42012
|
"firstUri"?: string;
|
|
41366
42013
|
"selfUri"?: string;
|
|
@@ -41429,8 +42076,8 @@ declare namespace Models {
|
|
|
41429
42076
|
"pageSize"?: number;
|
|
41430
42077
|
"pageNumber"?: number;
|
|
41431
42078
|
"total"?: number;
|
|
41432
|
-
"nextUri"?: string;
|
|
41433
42079
|
"previousUri"?: string;
|
|
42080
|
+
"nextUri"?: string;
|
|
41434
42081
|
"lastUri"?: string;
|
|
41435
42082
|
"firstUri"?: string;
|
|
41436
42083
|
"selfUri"?: string;
|
|
@@ -41458,6 +42105,7 @@ declare namespace Models {
|
|
|
41458
42105
|
"recipientEmails"?: Array<string>;
|
|
41459
42106
|
"includeDurationFormatInHeader"?: boolean;
|
|
41460
42107
|
"durationFormat"?: string;
|
|
42108
|
+
"chartColumns"?: Array<Models.ChartColumn>;
|
|
41461
42109
|
}
|
|
41462
42110
|
|
|
41463
42111
|
export interface ReportingExportJobResponse {
|
|
@@ -41492,6 +42140,7 @@ declare namespace Models {
|
|
|
41492
42140
|
"includeDurationFormatInHeader"?: boolean;
|
|
41493
42141
|
"durationFormat"?: string;
|
|
41494
42142
|
"exportAllowedToRerun"?: boolean;
|
|
42143
|
+
"chartColumns"?: Array<Models.ChartColumn>;
|
|
41495
42144
|
"enabled"?: boolean;
|
|
41496
42145
|
"selfUri"?: string;
|
|
41497
42146
|
}
|
|
@@ -41501,8 +42150,8 @@ declare namespace Models {
|
|
|
41501
42150
|
"pageSize"?: number;
|
|
41502
42151
|
"pageNumber"?: number;
|
|
41503
42152
|
"total"?: number;
|
|
41504
|
-
"nextUri"?: string;
|
|
41505
42153
|
"previousUri"?: string;
|
|
42154
|
+
"nextUri"?: string;
|
|
41506
42155
|
"lastUri"?: string;
|
|
41507
42156
|
"firstUri"?: string;
|
|
41508
42157
|
"selfUri"?: string;
|
|
@@ -41913,8 +42562,8 @@ declare namespace Models {
|
|
|
41913
42562
|
"pageSize"?: number;
|
|
41914
42563
|
"pageNumber"?: number;
|
|
41915
42564
|
"total"?: number;
|
|
41916
|
-
"nextUri"?: string;
|
|
41917
42565
|
"previousUri"?: string;
|
|
42566
|
+
"nextUri"?: string;
|
|
41918
42567
|
"lastUri"?: string;
|
|
41919
42568
|
"firstUri"?: string;
|
|
41920
42569
|
"selfUri"?: string;
|
|
@@ -41926,8 +42575,8 @@ declare namespace Models {
|
|
|
41926
42575
|
"pageSize"?: number;
|
|
41927
42576
|
"pageNumber"?: number;
|
|
41928
42577
|
"total"?: number;
|
|
41929
|
-
"nextUri"?: string;
|
|
41930
42578
|
"previousUri"?: string;
|
|
42579
|
+
"nextUri"?: string;
|
|
41931
42580
|
"lastUri"?: string;
|
|
41932
42581
|
"firstUri"?: string;
|
|
41933
42582
|
"selfUri"?: string;
|
|
@@ -41981,8 +42630,8 @@ declare namespace Models {
|
|
|
41981
42630
|
"pageSize"?: number;
|
|
41982
42631
|
"pageNumber"?: number;
|
|
41983
42632
|
"total"?: number;
|
|
41984
|
-
"nextUri"?: string;
|
|
41985
42633
|
"previousUri"?: string;
|
|
42634
|
+
"nextUri"?: string;
|
|
41986
42635
|
"lastUri"?: string;
|
|
41987
42636
|
"firstUri"?: string;
|
|
41988
42637
|
"selfUri"?: string;
|
|
@@ -42004,6 +42653,7 @@ declare namespace Models {
|
|
|
42004
42653
|
export interface RestErrorDetail {
|
|
42005
42654
|
"error": string;
|
|
42006
42655
|
"details"?: string;
|
|
42656
|
+
"userParams"?: Array<Models.UserParam>;
|
|
42007
42657
|
}
|
|
42008
42658
|
|
|
42009
42659
|
export interface RestorePresenceSettings {
|
|
@@ -42275,6 +42925,17 @@ declare namespace Models {
|
|
|
42275
42925
|
"skillIds"?: Array<string>;
|
|
42276
42926
|
}
|
|
42277
42927
|
|
|
42928
|
+
export interface RowSearchFilter {
|
|
42929
|
+
"predicates": Array<Models.RowSearchPredicate>;
|
|
42930
|
+
}
|
|
42931
|
+
|
|
42932
|
+
export interface RowSearchPredicate {
|
|
42933
|
+
"columnId": string;
|
|
42934
|
+
"operator": string;
|
|
42935
|
+
"value"?: string;
|
|
42936
|
+
"special"?: string;
|
|
42937
|
+
}
|
|
42938
|
+
|
|
42278
42939
|
export interface RuleConfig {
|
|
42279
42940
|
"id"?: string;
|
|
42280
42941
|
"enabled": boolean;
|
|
@@ -42308,8 +42969,8 @@ declare namespace Models {
|
|
|
42308
42969
|
"pageSize"?: number;
|
|
42309
42970
|
"pageNumber"?: number;
|
|
42310
42971
|
"total"?: number;
|
|
42311
|
-
"nextUri"?: string;
|
|
42312
42972
|
"previousUri"?: string;
|
|
42973
|
+
"nextUri"?: string;
|
|
42313
42974
|
"lastUri"?: string;
|
|
42314
42975
|
"firstUri"?: string;
|
|
42315
42976
|
"selfUri"?: string;
|
|
@@ -42440,8 +43101,8 @@ declare namespace Models {
|
|
|
42440
43101
|
"pageNumber"?: number;
|
|
42441
43102
|
"total"?: number;
|
|
42442
43103
|
"totalNumberOfEntities"?: number;
|
|
42443
|
-
"nextUri"?: string;
|
|
42444
43104
|
"previousUri"?: string;
|
|
43105
|
+
"nextUri"?: string;
|
|
42445
43106
|
"lastUri"?: string;
|
|
42446
43107
|
"firstUri"?: string;
|
|
42447
43108
|
"selfUri"?: string;
|
|
@@ -42454,8 +43115,8 @@ declare namespace Models {
|
|
|
42454
43115
|
"pageNumber"?: number;
|
|
42455
43116
|
"total"?: number;
|
|
42456
43117
|
"totalNumberOfEntities"?: number;
|
|
42457
|
-
"nextUri"?: string;
|
|
42458
43118
|
"previousUri"?: string;
|
|
43119
|
+
"nextUri"?: string;
|
|
42459
43120
|
"lastUri"?: string;
|
|
42460
43121
|
"firstUri"?: string;
|
|
42461
43122
|
"selfUri"?: string;
|
|
@@ -42526,8 +43187,8 @@ declare namespace Models {
|
|
|
42526
43187
|
"pageNumber"?: number;
|
|
42527
43188
|
"total"?: number;
|
|
42528
43189
|
"totalNumberOfEntities"?: number;
|
|
42529
|
-
"nextUri"?: string;
|
|
42530
43190
|
"previousUri"?: string;
|
|
43191
|
+
"nextUri"?: string;
|
|
42531
43192
|
"lastUri"?: string;
|
|
42532
43193
|
"firstUri"?: string;
|
|
42533
43194
|
"selfUri"?: string;
|
|
@@ -42540,8 +43201,8 @@ declare namespace Models {
|
|
|
42540
43201
|
"pageNumber"?: number;
|
|
42541
43202
|
"total"?: number;
|
|
42542
43203
|
"totalNumberOfEntities"?: number;
|
|
42543
|
-
"nextUri"?: string;
|
|
42544
43204
|
"previousUri"?: string;
|
|
43205
|
+
"nextUri"?: string;
|
|
42545
43206
|
"lastUri"?: string;
|
|
42546
43207
|
"firstUri"?: string;
|
|
42547
43208
|
"selfUri"?: string;
|
|
@@ -42975,8 +43636,8 @@ declare namespace Models {
|
|
|
42975
43636
|
"pageNumber"?: number;
|
|
42976
43637
|
"total"?: number;
|
|
42977
43638
|
"truncatedDivisions"?: boolean;
|
|
42978
|
-
"nextUri"?: string;
|
|
42979
43639
|
"previousUri"?: string;
|
|
43640
|
+
"nextUri"?: string;
|
|
42980
43641
|
"lastUri"?: string;
|
|
42981
43642
|
"firstUri"?: string;
|
|
42982
43643
|
"selfUri"?: string;
|
|
@@ -43019,6 +43680,10 @@ declare namespace Models {
|
|
|
43019
43680
|
"fields"?: Array<string>;
|
|
43020
43681
|
}
|
|
43021
43682
|
|
|
43683
|
+
export interface SearchDecisionTableRowsRequest {
|
|
43684
|
+
"filter": Models.RowSearchFilter;
|
|
43685
|
+
}
|
|
43686
|
+
|
|
43022
43687
|
export interface SearchRequest {
|
|
43023
43688
|
"sortOrder"?: string;
|
|
43024
43689
|
"sortBy"?: string;
|
|
@@ -43097,8 +43762,8 @@ declare namespace Models {
|
|
|
43097
43762
|
"pageSize"?: number;
|
|
43098
43763
|
"pageNumber"?: number;
|
|
43099
43764
|
"total"?: number;
|
|
43100
|
-
"nextUri"?: string;
|
|
43101
43765
|
"previousUri"?: string;
|
|
43766
|
+
"nextUri"?: string;
|
|
43102
43767
|
"lastUri"?: string;
|
|
43103
43768
|
"firstUri"?: string;
|
|
43104
43769
|
"selfUri"?: string;
|
|
@@ -43149,8 +43814,8 @@ declare namespace Models {
|
|
|
43149
43814
|
"pageSize"?: number;
|
|
43150
43815
|
"pageNumber"?: number;
|
|
43151
43816
|
"total"?: number;
|
|
43152
|
-
"nextUri"?: string;
|
|
43153
43817
|
"previousUri"?: string;
|
|
43818
|
+
"nextUri"?: string;
|
|
43154
43819
|
"lastUri"?: string;
|
|
43155
43820
|
"firstUri"?: string;
|
|
43156
43821
|
"selfUri"?: string;
|
|
@@ -43500,8 +44165,8 @@ declare namespace Models {
|
|
|
43500
44165
|
"pageSize"?: number;
|
|
43501
44166
|
"pageNumber"?: number;
|
|
43502
44167
|
"total"?: number;
|
|
43503
|
-
"nextUri"?: string;
|
|
43504
44168
|
"previousUri"?: string;
|
|
44169
|
+
"nextUri"?: string;
|
|
43505
44170
|
"lastUri"?: string;
|
|
43506
44171
|
"firstUri"?: string;
|
|
43507
44172
|
"selfUri"?: string;
|
|
@@ -43548,6 +44213,7 @@ declare namespace Models {
|
|
|
43548
44213
|
"receivingUser"?: Models.ShiftTradeMatchReviewUserResponse;
|
|
43549
44214
|
"violations"?: Array<Models.ShiftTradeMatchViolation>;
|
|
43550
44215
|
"adminReviewViolations"?: Array<Models.ShiftTradeMatchViolation>;
|
|
44216
|
+
"unevaluatedRules"?: Array<string>;
|
|
43551
44217
|
}
|
|
43552
44218
|
|
|
43553
44219
|
export interface ShiftTradeMatchReviewUserResponse {
|
|
@@ -43591,6 +44257,7 @@ declare namespace Models {
|
|
|
43591
44257
|
"initiatingShiftId"?: string;
|
|
43592
44258
|
"initiatingShiftStart"?: string;
|
|
43593
44259
|
"initiatingShiftEnd"?: string;
|
|
44260
|
+
"receivingWeekDate"?: string;
|
|
43594
44261
|
"receivingUser"?: Models.UserReference;
|
|
43595
44262
|
"receivingShiftId"?: string;
|
|
43596
44263
|
"receivingShiftStart"?: string;
|
|
@@ -43617,6 +44284,12 @@ declare namespace Models {
|
|
|
43617
44284
|
"requiresMatchingSkills"?: boolean;
|
|
43618
44285
|
"requiresMatchingPlanningGroups"?: boolean;
|
|
43619
44286
|
"activityCategoryRules"?: Array<Models.ShiftTradeActivityRule>;
|
|
44287
|
+
"maxTradeSpanWeeks"?: number;
|
|
44288
|
+
"maxTradesPerAgentPerWeek"?: number;
|
|
44289
|
+
"minMinutesBetweenShifts"?: number;
|
|
44290
|
+
"planningPeriodMinPaidViolations"?: string;
|
|
44291
|
+
"planningPeriodMaxPaidViolations"?: string;
|
|
44292
|
+
"minMinutesBetweenShiftsViolations"?: string;
|
|
43620
44293
|
}
|
|
43621
44294
|
|
|
43622
44295
|
export interface ShortTermForecastReference {
|
|
@@ -43751,8 +44424,8 @@ declare namespace Models {
|
|
|
43751
44424
|
"pageNumber"?: number;
|
|
43752
44425
|
"total"?: number;
|
|
43753
44426
|
"totalNumberOfEntities"?: number;
|
|
43754
|
-
"nextUri"?: string;
|
|
43755
44427
|
"previousUri"?: string;
|
|
44428
|
+
"nextUri"?: string;
|
|
43756
44429
|
"lastUri"?: string;
|
|
43757
44430
|
"firstUri"?: string;
|
|
43758
44431
|
"selfUri"?: string;
|
|
@@ -43804,8 +44477,8 @@ declare namespace Models {
|
|
|
43804
44477
|
"pageSize"?: number;
|
|
43805
44478
|
"pageNumber"?: number;
|
|
43806
44479
|
"total"?: number;
|
|
43807
|
-
"nextUri"?: string;
|
|
43808
44480
|
"previousUri"?: string;
|
|
44481
|
+
"nextUri"?: string;
|
|
43809
44482
|
"lastUri"?: string;
|
|
43810
44483
|
"firstUri"?: string;
|
|
43811
44484
|
"selfUri"?: string;
|
|
@@ -43916,8 +44589,8 @@ declare namespace Models {
|
|
|
43916
44589
|
"pageSize"?: number;
|
|
43917
44590
|
"pageNumber"?: number;
|
|
43918
44591
|
"total"?: number;
|
|
43919
|
-
"nextUri"?: string;
|
|
43920
44592
|
"previousUri"?: string;
|
|
44593
|
+
"nextUri"?: string;
|
|
43921
44594
|
"lastUri"?: string;
|
|
43922
44595
|
"firstUri"?: string;
|
|
43923
44596
|
"selfUri"?: string;
|
|
@@ -43997,8 +44670,8 @@ declare namespace Models {
|
|
|
43997
44670
|
"pageSize"?: number;
|
|
43998
44671
|
"pageNumber"?: number;
|
|
43999
44672
|
"total"?: number;
|
|
44000
|
-
"nextUri"?: string;
|
|
44001
44673
|
"previousUri"?: string;
|
|
44674
|
+
"nextUri"?: string;
|
|
44002
44675
|
"lastUri"?: string;
|
|
44003
44676
|
"firstUri"?: string;
|
|
44004
44677
|
"selfUri"?: string;
|
|
@@ -44076,8 +44749,8 @@ declare namespace Models {
|
|
|
44076
44749
|
"pageSize"?: number;
|
|
44077
44750
|
"pageNumber"?: number;
|
|
44078
44751
|
"total"?: number;
|
|
44079
|
-
"nextUri"?: string;
|
|
44080
44752
|
"previousUri"?: string;
|
|
44753
|
+
"nextUri"?: string;
|
|
44081
44754
|
"lastUri"?: string;
|
|
44082
44755
|
"firstUri"?: string;
|
|
44083
44756
|
"selfUri"?: string;
|
|
@@ -44205,6 +44878,7 @@ declare namespace Models {
|
|
|
44205
44878
|
"countNeutral"?: number;
|
|
44206
44879
|
"countUnknown"?: number;
|
|
44207
44880
|
"sum"?: number;
|
|
44881
|
+
"average"?: number;
|
|
44208
44882
|
"current"?: number;
|
|
44209
44883
|
"ratio"?: number;
|
|
44210
44884
|
"numerator"?: number;
|
|
@@ -44243,8 +44917,8 @@ declare namespace Models {
|
|
|
44243
44917
|
"pageSize"?: number;
|
|
44244
44918
|
"pageNumber"?: number;
|
|
44245
44919
|
"total"?: number;
|
|
44246
|
-
"nextUri"?: string;
|
|
44247
44920
|
"previousUri"?: string;
|
|
44921
|
+
"nextUri"?: string;
|
|
44248
44922
|
"lastUri"?: string;
|
|
44249
44923
|
"firstUri"?: string;
|
|
44250
44924
|
"selfUri"?: string;
|
|
@@ -44321,7 +44995,7 @@ declare namespace Models {
|
|
|
44321
44995
|
"summaryType"?: string;
|
|
44322
44996
|
"mediaType"?: string;
|
|
44323
44997
|
"language"?: string;
|
|
44324
|
-
"
|
|
44998
|
+
"sourceId"?: string;
|
|
44325
44999
|
"summary"?: string;
|
|
44326
45000
|
"generated"?: boolean;
|
|
44327
45001
|
"dateCreated"?: string;
|
|
@@ -44515,8 +45189,8 @@ declare namespace Models {
|
|
|
44515
45189
|
"pageNumber"?: number;
|
|
44516
45190
|
"total"?: number;
|
|
44517
45191
|
"totalNumberOfEntities"?: number;
|
|
44518
|
-
"nextUri"?: string;
|
|
44519
45192
|
"previousUri"?: string;
|
|
45193
|
+
"nextUri"?: string;
|
|
44520
45194
|
"lastUri"?: string;
|
|
44521
45195
|
"firstUri"?: string;
|
|
44522
45196
|
"selfUri"?: string;
|
|
@@ -44587,8 +45261,8 @@ declare namespace Models {
|
|
|
44587
45261
|
"pageSize"?: number;
|
|
44588
45262
|
"pageNumber"?: number;
|
|
44589
45263
|
"total"?: number;
|
|
44590
|
-
"nextUri"?: string;
|
|
44591
45264
|
"previousUri"?: string;
|
|
45265
|
+
"nextUri"?: string;
|
|
44592
45266
|
"lastUri"?: string;
|
|
44593
45267
|
"firstUri"?: string;
|
|
44594
45268
|
"selfUri"?: string;
|
|
@@ -44613,8 +45287,8 @@ declare namespace Models {
|
|
|
44613
45287
|
"pageSize"?: number;
|
|
44614
45288
|
"pageNumber"?: number;
|
|
44615
45289
|
"total"?: number;
|
|
44616
|
-
"nextUri"?: string;
|
|
44617
45290
|
"previousUri"?: string;
|
|
45291
|
+
"nextUri"?: string;
|
|
44618
45292
|
"lastUri"?: string;
|
|
44619
45293
|
"firstUri"?: string;
|
|
44620
45294
|
"selfUri"?: string;
|
|
@@ -44821,6 +45495,12 @@ declare namespace Models {
|
|
|
44821
45495
|
|
|
44822
45496
|
export interface SummaryGenerationConfig {
|
|
44823
45497
|
"enabled": boolean;
|
|
45498
|
+
"summarySetting"?: Models.SummarySettingEntity;
|
|
45499
|
+
}
|
|
45500
|
+
|
|
45501
|
+
export interface SummarySettingEntity {
|
|
45502
|
+
"id"?: string;
|
|
45503
|
+
"selfUri"?: string;
|
|
44824
45504
|
}
|
|
44825
45505
|
|
|
44826
45506
|
export interface SupportCenterCategory {
|
|
@@ -44924,8 +45604,8 @@ declare namespace Models {
|
|
|
44924
45604
|
"pageSize"?: number;
|
|
44925
45605
|
"pageNumber"?: number;
|
|
44926
45606
|
"total"?: number;
|
|
44927
|
-
"nextUri"?: string;
|
|
44928
45607
|
"previousUri"?: string;
|
|
45608
|
+
"nextUri"?: string;
|
|
44929
45609
|
"lastUri"?: string;
|
|
44930
45610
|
"firstUri"?: string;
|
|
44931
45611
|
"selfUri"?: string;
|
|
@@ -45107,8 +45787,8 @@ declare namespace Models {
|
|
|
45107
45787
|
"pageSize"?: number;
|
|
45108
45788
|
"pageNumber"?: number;
|
|
45109
45789
|
"total"?: number;
|
|
45110
|
-
"nextUri"?: string;
|
|
45111
45790
|
"previousUri"?: string;
|
|
45791
|
+
"nextUri"?: string;
|
|
45112
45792
|
"lastUri"?: string;
|
|
45113
45793
|
"firstUri"?: string;
|
|
45114
45794
|
"selfUri"?: string;
|
|
@@ -45218,8 +45898,8 @@ declare namespace Models {
|
|
|
45218
45898
|
"pageSize"?: number;
|
|
45219
45899
|
"pageNumber"?: number;
|
|
45220
45900
|
"total"?: number;
|
|
45221
|
-
"nextUri"?: string;
|
|
45222
45901
|
"previousUri"?: string;
|
|
45902
|
+
"nextUri"?: string;
|
|
45223
45903
|
"lastUri"?: string;
|
|
45224
45904
|
"firstUri"?: string;
|
|
45225
45905
|
"selfUri"?: string;
|
|
@@ -45231,8 +45911,8 @@ declare namespace Models {
|
|
|
45231
45911
|
"pageSize"?: number;
|
|
45232
45912
|
"pageNumber"?: number;
|
|
45233
45913
|
"total"?: number;
|
|
45234
|
-
"nextUri"?: string;
|
|
45235
45914
|
"previousUri"?: string;
|
|
45915
|
+
"nextUri"?: string;
|
|
45236
45916
|
"lastUri"?: string;
|
|
45237
45917
|
"firstUri"?: string;
|
|
45238
45918
|
"selfUri"?: string;
|
|
@@ -45258,8 +45938,8 @@ declare namespace Models {
|
|
|
45258
45938
|
"pageSize"?: number;
|
|
45259
45939
|
"pageNumber"?: number;
|
|
45260
45940
|
"total"?: number;
|
|
45261
|
-
"nextUri"?: string;
|
|
45262
45941
|
"previousUri"?: string;
|
|
45942
|
+
"nextUri"?: string;
|
|
45263
45943
|
"lastUri"?: string;
|
|
45264
45944
|
"firstUri"?: string;
|
|
45265
45945
|
"selfUri"?: string;
|
|
@@ -45961,8 +46641,8 @@ declare namespace Models {
|
|
|
45961
46641
|
"pageSize"?: number;
|
|
45962
46642
|
"pageNumber"?: number;
|
|
45963
46643
|
"total"?: number;
|
|
45964
|
-
"nextUri"?: string;
|
|
45965
46644
|
"previousUri"?: string;
|
|
46645
|
+
"nextUri"?: string;
|
|
45966
46646
|
"lastUri"?: string;
|
|
45967
46647
|
"firstUri"?: string;
|
|
45968
46648
|
"selfUri"?: string;
|
|
@@ -46477,8 +47157,8 @@ declare namespace Models {
|
|
|
46477
47157
|
"pageNumber"?: number;
|
|
46478
47158
|
"total"?: number;
|
|
46479
47159
|
"totalNumberOfEntities"?: number;
|
|
46480
|
-
"nextUri"?: string;
|
|
46481
47160
|
"previousUri"?: string;
|
|
47161
|
+
"nextUri"?: string;
|
|
46482
47162
|
"lastUri"?: string;
|
|
46483
47163
|
"firstUri"?: string;
|
|
46484
47164
|
"selfUri"?: string;
|
|
@@ -46496,8 +47176,8 @@ declare namespace Models {
|
|
|
46496
47176
|
"pageNumber"?: number;
|
|
46497
47177
|
"total"?: number;
|
|
46498
47178
|
"totalNumberOfEntities"?: number;
|
|
46499
|
-
"nextUri"?: string;
|
|
46500
47179
|
"previousUri"?: string;
|
|
47180
|
+
"nextUri"?: string;
|
|
46501
47181
|
"lastUri"?: string;
|
|
46502
47182
|
"firstUri"?: string;
|
|
46503
47183
|
"selfUri"?: string;
|
|
@@ -46566,8 +47246,8 @@ declare namespace Models {
|
|
|
46566
47246
|
"pageNumber"?: number;
|
|
46567
47247
|
"total"?: number;
|
|
46568
47248
|
"totalNumberOfEntities"?: number;
|
|
46569
|
-
"nextUri"?: string;
|
|
46570
47249
|
"previousUri"?: string;
|
|
47250
|
+
"nextUri"?: string;
|
|
46571
47251
|
"lastUri"?: string;
|
|
46572
47252
|
"firstUri"?: string;
|
|
46573
47253
|
"selfUri"?: string;
|
|
@@ -46649,8 +47329,8 @@ declare namespace Models {
|
|
|
46649
47329
|
"pageSize"?: number;
|
|
46650
47330
|
"pageNumber"?: number;
|
|
46651
47331
|
"total"?: number;
|
|
46652
|
-
"nextUri"?: string;
|
|
46653
47332
|
"previousUri"?: string;
|
|
47333
|
+
"nextUri"?: string;
|
|
46654
47334
|
"lastUri"?: string;
|
|
46655
47335
|
"firstUri"?: string;
|
|
46656
47336
|
"selfUri"?: string;
|
|
@@ -46683,8 +47363,8 @@ declare namespace Models {
|
|
|
46683
47363
|
"pageSize"?: number;
|
|
46684
47364
|
"pageNumber"?: number;
|
|
46685
47365
|
"total"?: number;
|
|
46686
|
-
"nextUri"?: string;
|
|
46687
47366
|
"previousUri"?: string;
|
|
47367
|
+
"nextUri"?: string;
|
|
46688
47368
|
"lastUri"?: string;
|
|
46689
47369
|
"firstUri"?: string;
|
|
46690
47370
|
"selfUri"?: string;
|
|
@@ -46769,8 +47449,8 @@ declare namespace Models {
|
|
|
46769
47449
|
"pageSize"?: number;
|
|
46770
47450
|
"pageNumber"?: number;
|
|
46771
47451
|
"total"?: number;
|
|
46772
|
-
"nextUri"?: string;
|
|
46773
47452
|
"previousUri"?: string;
|
|
47453
|
+
"nextUri"?: string;
|
|
46774
47454
|
"lastUri"?: string;
|
|
46775
47455
|
"firstUri"?: string;
|
|
46776
47456
|
"selfUri"?: string;
|
|
@@ -46864,8 +47544,8 @@ declare namespace Models {
|
|
|
46864
47544
|
"pageSize"?: number;
|
|
46865
47545
|
"pageNumber"?: number;
|
|
46866
47546
|
"total"?: number;
|
|
46867
|
-
"nextUri"?: string;
|
|
46868
47547
|
"previousUri"?: string;
|
|
47548
|
+
"nextUri"?: string;
|
|
46869
47549
|
"lastUri"?: string;
|
|
46870
47550
|
"firstUri"?: string;
|
|
46871
47551
|
"selfUri"?: string;
|
|
@@ -46888,8 +47568,8 @@ declare namespace Models {
|
|
|
46888
47568
|
"pageSize"?: number;
|
|
46889
47569
|
"pageNumber"?: number;
|
|
46890
47570
|
"total"?: number;
|
|
46891
|
-
"nextUri"?: string;
|
|
46892
47571
|
"previousUri"?: string;
|
|
47572
|
+
"nextUri"?: string;
|
|
46893
47573
|
"lastUri"?: string;
|
|
46894
47574
|
"firstUri"?: string;
|
|
46895
47575
|
"selfUri"?: string;
|
|
@@ -46916,8 +47596,8 @@ declare namespace Models {
|
|
|
46916
47596
|
"pageSize"?: number;
|
|
46917
47597
|
"pageNumber"?: number;
|
|
46918
47598
|
"total"?: number;
|
|
46919
|
-
"nextUri"?: string;
|
|
46920
47599
|
"previousUri"?: string;
|
|
47600
|
+
"nextUri"?: string;
|
|
46921
47601
|
"lastUri"?: string;
|
|
46922
47602
|
"firstUri"?: string;
|
|
46923
47603
|
"selfUri"?: string;
|
|
@@ -46981,8 +47661,8 @@ declare namespace Models {
|
|
|
46981
47661
|
"pageSize"?: number;
|
|
46982
47662
|
"pageNumber"?: number;
|
|
46983
47663
|
"total"?: number;
|
|
46984
|
-
"nextUri"?: string;
|
|
46985
47664
|
"previousUri"?: string;
|
|
47665
|
+
"nextUri"?: string;
|
|
46986
47666
|
"lastUri"?: string;
|
|
46987
47667
|
"firstUri"?: string;
|
|
46988
47668
|
"selfUri"?: string;
|
|
@@ -47019,8 +47699,8 @@ declare namespace Models {
|
|
|
47019
47699
|
"pageSize"?: number;
|
|
47020
47700
|
"pageNumber"?: number;
|
|
47021
47701
|
"total"?: number;
|
|
47022
|
-
"nextUri"?: string;
|
|
47023
47702
|
"previousUri"?: string;
|
|
47703
|
+
"nextUri"?: string;
|
|
47024
47704
|
"lastUri"?: string;
|
|
47025
47705
|
"firstUri"?: string;
|
|
47026
47706
|
"selfUri"?: string;
|
|
@@ -47097,8 +47777,8 @@ declare namespace Models {
|
|
|
47097
47777
|
"pageSize"?: number;
|
|
47098
47778
|
"pageNumber"?: number;
|
|
47099
47779
|
"total"?: number;
|
|
47100
|
-
"nextUri"?: string;
|
|
47101
47780
|
"previousUri"?: string;
|
|
47781
|
+
"nextUri"?: string;
|
|
47102
47782
|
"lastUri"?: string;
|
|
47103
47783
|
"firstUri"?: string;
|
|
47104
47784
|
"selfUri"?: string;
|
|
@@ -47190,8 +47870,8 @@ declare namespace Models {
|
|
|
47190
47870
|
"pageSize"?: number;
|
|
47191
47871
|
"pageNumber"?: number;
|
|
47192
47872
|
"total"?: number;
|
|
47193
|
-
"nextUri"?: string;
|
|
47194
47873
|
"previousUri"?: string;
|
|
47874
|
+
"nextUri"?: string;
|
|
47195
47875
|
"lastUri"?: string;
|
|
47196
47876
|
"firstUri"?: string;
|
|
47197
47877
|
"selfUri"?: string;
|
|
@@ -47307,6 +47987,26 @@ declare namespace Models {
|
|
|
47307
47987
|
"updateOption": string;
|
|
47308
47988
|
}
|
|
47309
47989
|
|
|
47990
|
+
export interface UpdateDecisionTableColumnsRequest {
|
|
47991
|
+
"inputs"?: Array<Models.DecisionTableInputColumnRequest>;
|
|
47992
|
+
"outputs"?: Array<Models.DecisionTableOutputColumnRequest>;
|
|
47993
|
+
}
|
|
47994
|
+
|
|
47995
|
+
export interface UpdateDecisionTableRequest {
|
|
47996
|
+
"name"?: string;
|
|
47997
|
+
"description"?: string;
|
|
47998
|
+
"columns"?: Models.UpdateDecisionTableColumnsRequest;
|
|
47999
|
+
}
|
|
48000
|
+
|
|
48001
|
+
export interface UpdateDecisionTableRowRequest {
|
|
48002
|
+
"inputs"?: { [key: string]: Models.DecisionTableRowParameterValue; };
|
|
48003
|
+
"outputs"?: { [key: string]: Models.DecisionTableRowParameterValue; };
|
|
48004
|
+
}
|
|
48005
|
+
|
|
48006
|
+
export interface UpdateDecisionTableVersionRequest {
|
|
48007
|
+
"rowIndexUpdate": Models.UpdateRowIndexRequest;
|
|
48008
|
+
}
|
|
48009
|
+
|
|
47310
48010
|
export interface UpdateDraftInput {
|
|
47311
48011
|
"category"?: string;
|
|
47312
48012
|
"name"?: string;
|
|
@@ -47371,6 +48071,11 @@ declare namespace Models {
|
|
|
47371
48071
|
"metadata": Models.WfmVersionedEntityMetadata;
|
|
47372
48072
|
}
|
|
47373
48073
|
|
|
48074
|
+
export interface UpdateRowIndexRequest {
|
|
48075
|
+
"rowId": string;
|
|
48076
|
+
"rowIndex": number;
|
|
48077
|
+
}
|
|
48078
|
+
|
|
47374
48079
|
export interface UpdateScheduleUploadResponse {
|
|
47375
48080
|
"uploadKey"?: string;
|
|
47376
48081
|
"url"?: string;
|
|
@@ -47382,7 +48087,7 @@ declare namespace Models {
|
|
|
47382
48087
|
"description"?: string;
|
|
47383
48088
|
"published"?: boolean;
|
|
47384
48089
|
"shortTermForecast"?: Models.BuShortTermForecastReference;
|
|
47385
|
-
"headcountForecast"?: Models.
|
|
48090
|
+
"headcountForecast"?: Models.BuHeadcountForecastBuPlanningGroupHeadcountForecastUploadSchema;
|
|
47386
48091
|
"agentSchedules"?: Array<Models.BuUpdateAgentScheduleUploadSchema>;
|
|
47387
48092
|
"metadata": Models.WfmVersionedEntityMetadata;
|
|
47388
48093
|
}
|
|
@@ -47502,6 +48207,10 @@ declare namespace Models {
|
|
|
47502
48207
|
"metadata": Models.WfmVersionedEntityMetadata;
|
|
47503
48208
|
}
|
|
47504
48209
|
|
|
48210
|
+
export interface UpdatedSettingsResponse {
|
|
48211
|
+
"message"?: string;
|
|
48212
|
+
}
|
|
48213
|
+
|
|
47505
48214
|
export interface UpdatedTopicObject {
|
|
47506
48215
|
}
|
|
47507
48216
|
|
|
@@ -47741,8 +48450,8 @@ declare namespace Models {
|
|
|
47741
48450
|
"pageSize"?: number;
|
|
47742
48451
|
"pageNumber"?: number;
|
|
47743
48452
|
"total"?: number;
|
|
47744
|
-
"nextUri"?: string;
|
|
47745
48453
|
"previousUri"?: string;
|
|
48454
|
+
"nextUri"?: string;
|
|
47746
48455
|
"lastUri"?: string;
|
|
47747
48456
|
"firstUri"?: string;
|
|
47748
48457
|
"selfUri"?: string;
|
|
@@ -47793,6 +48502,12 @@ declare namespace Models {
|
|
|
47793
48502
|
"rank"?: number;
|
|
47794
48503
|
}
|
|
47795
48504
|
|
|
48505
|
+
export interface UserChatSettings {
|
|
48506
|
+
"muted"?: boolean;
|
|
48507
|
+
"mentionsOnly"?: boolean;
|
|
48508
|
+
"notifyOnReactions"?: boolean;
|
|
48509
|
+
}
|
|
48510
|
+
|
|
47796
48511
|
export interface UserConversationSummary {
|
|
47797
48512
|
"userId"?: string;
|
|
47798
48513
|
"call"?: Models.MediaSummary;
|
|
@@ -47908,8 +48623,8 @@ declare namespace Models {
|
|
|
47908
48623
|
"pageSize"?: number;
|
|
47909
48624
|
"pageNumber"?: number;
|
|
47910
48625
|
"total"?: number;
|
|
47911
|
-
"nextUri"?: string;
|
|
47912
48626
|
"previousUri"?: string;
|
|
48627
|
+
"nextUri"?: string;
|
|
47913
48628
|
"lastUri"?: string;
|
|
47914
48629
|
"firstUri"?: string;
|
|
47915
48630
|
"selfUri"?: string;
|
|
@@ -47998,8 +48713,8 @@ declare namespace Models {
|
|
|
47998
48713
|
"pageSize"?: number;
|
|
47999
48714
|
"pageNumber"?: number;
|
|
48000
48715
|
"total"?: number;
|
|
48001
|
-
"nextUri"?: string;
|
|
48002
48716
|
"previousUri"?: string;
|
|
48717
|
+
"nextUri"?: string;
|
|
48003
48718
|
"lastUri"?: string;
|
|
48004
48719
|
"firstUri"?: string;
|
|
48005
48720
|
"selfUri"?: string;
|
|
@@ -48174,8 +48889,8 @@ declare namespace Models {
|
|
|
48174
48889
|
"pageSize"?: number;
|
|
48175
48890
|
"pageNumber"?: number;
|
|
48176
48891
|
"total"?: number;
|
|
48177
|
-
"nextUri"?: string;
|
|
48178
48892
|
"previousUri"?: string;
|
|
48893
|
+
"nextUri"?: string;
|
|
48179
48894
|
"lastUri"?: string;
|
|
48180
48895
|
"firstUri"?: string;
|
|
48181
48896
|
"selfUri"?: string;
|
|
@@ -48242,8 +48957,8 @@ declare namespace Models {
|
|
|
48242
48957
|
"pageSize"?: number;
|
|
48243
48958
|
"pageNumber"?: number;
|
|
48244
48959
|
"total"?: number;
|
|
48245
|
-
"nextUri"?: string;
|
|
48246
48960
|
"previousUri"?: string;
|
|
48961
|
+
"nextUri"?: string;
|
|
48247
48962
|
"lastUri"?: string;
|
|
48248
48963
|
"firstUri"?: string;
|
|
48249
48964
|
"selfUri"?: string;
|
|
@@ -48271,8 +48986,8 @@ declare namespace Models {
|
|
|
48271
48986
|
"pageSize"?: number;
|
|
48272
48987
|
"pageNumber"?: number;
|
|
48273
48988
|
"total"?: number;
|
|
48274
|
-
"nextUri"?: string;
|
|
48275
48989
|
"previousUri"?: string;
|
|
48990
|
+
"nextUri"?: string;
|
|
48276
48991
|
"lastUri"?: string;
|
|
48277
48992
|
"firstUri"?: string;
|
|
48278
48993
|
"selfUri"?: string;
|
|
@@ -48488,8 +49203,8 @@ declare namespace Models {
|
|
|
48488
49203
|
"pageSize"?: number;
|
|
48489
49204
|
"pageNumber"?: number;
|
|
48490
49205
|
"total"?: number;
|
|
48491
|
-
"nextUri"?: string;
|
|
48492
49206
|
"previousUri"?: string;
|
|
49207
|
+
"nextUri"?: string;
|
|
48493
49208
|
"lastUri"?: string;
|
|
48494
49209
|
"firstUri"?: string;
|
|
48495
49210
|
"selfUri"?: string;
|
|
@@ -48655,8 +49370,8 @@ declare namespace Models {
|
|
|
48655
49370
|
"pageSize"?: number;
|
|
48656
49371
|
"pageNumber"?: number;
|
|
48657
49372
|
"total"?: number;
|
|
48658
|
-
"nextUri"?: string;
|
|
48659
49373
|
"previousUri"?: string;
|
|
49374
|
+
"nextUri"?: string;
|
|
48660
49375
|
"lastUri"?: string;
|
|
48661
49376
|
"firstUri"?: string;
|
|
48662
49377
|
"selfUri"?: string;
|
|
@@ -48684,8 +49399,8 @@ declare namespace Models {
|
|
|
48684
49399
|
"pageSize"?: number;
|
|
48685
49400
|
"pageNumber"?: number;
|
|
48686
49401
|
"total"?: number;
|
|
48687
|
-
"nextUri"?: string;
|
|
48688
49402
|
"previousUri"?: string;
|
|
49403
|
+
"nextUri"?: string;
|
|
48689
49404
|
"lastUri"?: string;
|
|
48690
49405
|
"firstUri"?: string;
|
|
48691
49406
|
"selfUri"?: string;
|
|
@@ -49048,6 +49763,48 @@ declare namespace Models {
|
|
|
49048
49763
|
"waitBetweenNotificationMs"?: number;
|
|
49049
49764
|
}
|
|
49050
49765
|
|
|
49766
|
+
export interface V2SessionConversationsSummarySettingsPreviewEventConversationFollowupAction {
|
|
49767
|
+
"text"?: string;
|
|
49768
|
+
"score"?: number;
|
|
49769
|
+
}
|
|
49770
|
+
|
|
49771
|
+
export interface V2SessionConversationsSummarySettingsPreviewEventConversationReasonMessage {
|
|
49772
|
+
"text"?: string;
|
|
49773
|
+
"score"?: number;
|
|
49774
|
+
}
|
|
49775
|
+
|
|
49776
|
+
export interface V2SessionConversationsSummarySettingsPreviewEventConversationResolutionMessage {
|
|
49777
|
+
"text"?: string;
|
|
49778
|
+
"score"?: number;
|
|
49779
|
+
}
|
|
49780
|
+
|
|
49781
|
+
export interface V2SessionConversationsSummarySettingsPreviewEventConversationSummaryExtractedEntity {
|
|
49782
|
+
"label"?: string;
|
|
49783
|
+
"value"?: string;
|
|
49784
|
+
}
|
|
49785
|
+
|
|
49786
|
+
export interface V2SessionConversationsSummarySettingsPreviewEventConversationSummaryMessage {
|
|
49787
|
+
"text"?: string;
|
|
49788
|
+
"score"?: number;
|
|
49789
|
+
}
|
|
49790
|
+
|
|
49791
|
+
export interface V2SessionConversationsSummarySettingsPreviewEventConversationSummarySettingsPreviewMessage {
|
|
49792
|
+
"createdDate"?: string;
|
|
49793
|
+
"summaryId"?: string;
|
|
49794
|
+
"sessionId"?: string;
|
|
49795
|
+
"userId"?: string;
|
|
49796
|
+
"summarySettingsId"?: string;
|
|
49797
|
+
"language"?: string;
|
|
49798
|
+
"mediaType"?: string;
|
|
49799
|
+
"summary"?: Models.V2SessionConversationsSummarySettingsPreviewEventConversationSummaryMessage;
|
|
49800
|
+
"reason"?: Models.V2SessionConversationsSummarySettingsPreviewEventConversationReasonMessage;
|
|
49801
|
+
"resolution"?: Models.V2SessionConversationsSummarySettingsPreviewEventConversationResolutionMessage;
|
|
49802
|
+
"followupActions"?: Array<Models.V2SessionConversationsSummarySettingsPreviewEventConversationFollowupAction>;
|
|
49803
|
+
"extractedEntities"?: Array<Models.V2SessionConversationsSummarySettingsPreviewEventConversationSummaryExtractedEntity>;
|
|
49804
|
+
"errorType"?: string;
|
|
49805
|
+
"durationMs"?: number;
|
|
49806
|
+
}
|
|
49807
|
+
|
|
49051
49808
|
export interface V2WebMessagingUndeliveredMessageTopicMessage {
|
|
49052
49809
|
"id"?: string;
|
|
49053
49810
|
"eventTimeMs"?: number;
|
|
@@ -49512,6 +50269,8 @@ declare namespace Models {
|
|
|
49512
50269
|
"programIds"?: Array<string>;
|
|
49513
50270
|
"categoryIds"?: Array<string>;
|
|
49514
50271
|
"deliveryPushed"?: boolean;
|
|
50272
|
+
"socialRatings"?: Array<number>;
|
|
50273
|
+
"virtualAgentIds"?: Array<string>;
|
|
49515
50274
|
}
|
|
49516
50275
|
|
|
49517
50276
|
export interface VisibilityCondition {
|
|
@@ -49622,8 +50381,8 @@ declare namespace Models {
|
|
|
49622
50381
|
"pageSize"?: number;
|
|
49623
50382
|
"pageNumber"?: number;
|
|
49624
50383
|
"total"?: number;
|
|
49625
|
-
"nextUri"?: string;
|
|
49626
50384
|
"previousUri"?: string;
|
|
50385
|
+
"nextUri"?: string;
|
|
49627
50386
|
"lastUri"?: string;
|
|
49628
50387
|
"firstUri"?: string;
|
|
49629
50388
|
"selfUri"?: string;
|
|
@@ -49838,8 +50597,8 @@ declare namespace Models {
|
|
|
49838
50597
|
"pageSize"?: number;
|
|
49839
50598
|
"pageNumber"?: number;
|
|
49840
50599
|
"total"?: number;
|
|
49841
|
-
"nextUri"?: string;
|
|
49842
50600
|
"previousUri"?: string;
|
|
50601
|
+
"nextUri"?: string;
|
|
49843
50602
|
"lastUri"?: string;
|
|
49844
50603
|
"firstUri"?: string;
|
|
49845
50604
|
"selfUri"?: string;
|
|
@@ -50150,6 +50909,7 @@ declare namespace Models {
|
|
|
50150
50909
|
"generic"?: Models.WebMessagingGeneric;
|
|
50151
50910
|
"card"?: Models.ContentCard;
|
|
50152
50911
|
"carousel"?: Models.ContentCarousel;
|
|
50912
|
+
"datePicker"?: Models.ContentDatePicker;
|
|
50153
50913
|
}
|
|
50154
50914
|
|
|
50155
50915
|
export interface WebMessagingEvent {
|
|
@@ -50281,6 +51041,7 @@ declare namespace Models {
|
|
|
50281
51041
|
export interface WeekShiftTradeMatchesSummaryResponse {
|
|
50282
51042
|
"weekDate"?: string;
|
|
50283
51043
|
"count"?: number;
|
|
51044
|
+
"crossWeekReceivingCount"?: number;
|
|
50284
51045
|
}
|
|
50285
51046
|
|
|
50286
51047
|
export interface WeekShiftTradeResponse {
|
|
@@ -51644,6 +52405,12 @@ declare namespace Models {
|
|
|
51644
52405
|
"entities"?: Array<Models.WhatsAppAvailablePhoneNumberDetails>;
|
|
51645
52406
|
}
|
|
51646
52407
|
|
|
52408
|
+
export interface WhatsAppCallingConfigurationRequest {
|
|
52409
|
+
}
|
|
52410
|
+
|
|
52411
|
+
export interface WhatsAppCallingConfigurationResponse {
|
|
52412
|
+
}
|
|
52413
|
+
|
|
51647
52414
|
export interface WhatsAppColumn {
|
|
51648
52415
|
"columnName": string;
|
|
51649
52416
|
"type": string;
|
|
@@ -51712,8 +52479,8 @@ declare namespace Models {
|
|
|
51712
52479
|
"pageSize"?: number;
|
|
51713
52480
|
"pageNumber"?: number;
|
|
51714
52481
|
"total"?: number;
|
|
51715
|
-
"nextUri"?: string;
|
|
51716
52482
|
"previousUri"?: string;
|
|
52483
|
+
"nextUri"?: string;
|
|
51717
52484
|
"lastUri"?: string;
|
|
51718
52485
|
"firstUri"?: string;
|
|
51719
52486
|
"selfUri"?: string;
|
|
@@ -52916,6 +53683,12 @@ declare namespace Models {
|
|
|
52916
53683
|
"newValue"?: string;
|
|
52917
53684
|
}
|
|
52918
53685
|
|
|
53686
|
+
export interface WorkitemsEventsNotificationPropertyChange {
|
|
53687
|
+
"property"?: string;
|
|
53688
|
+
"oldValues"?: Array<string>;
|
|
53689
|
+
"newValues"?: Array<string>;
|
|
53690
|
+
}
|
|
53691
|
+
|
|
52919
53692
|
export interface WorkitemsEventsNotificationScoredAgent {
|
|
52920
53693
|
"id"?: string;
|
|
52921
53694
|
"score"?: number;
|
|
@@ -52956,6 +53729,7 @@ declare namespace Models {
|
|
|
52956
53729
|
"modifiedBy"?: string;
|
|
52957
53730
|
"operation"?: string;
|
|
52958
53731
|
"changes"?: Array<Models.WorkitemsEventsNotificationDelta>;
|
|
53732
|
+
"propertyChanges"?: Array<Models.WorkitemsEventsNotificationPropertyChange>;
|
|
52959
53733
|
"assignmentState"?: string;
|
|
52960
53734
|
"assignmentId"?: string;
|
|
52961
53735
|
"alertTimeoutSeconds"?: number;
|
|
@@ -52998,6 +53772,12 @@ declare namespace Models {
|
|
|
52998
53772
|
"newValue"?: string;
|
|
52999
53773
|
}
|
|
53000
53774
|
|
|
53775
|
+
export interface WorkitemsQueueEventsNotificationPropertyChange {
|
|
53776
|
+
"property"?: string;
|
|
53777
|
+
"oldValues"?: Array<string>;
|
|
53778
|
+
"newValues"?: Array<string>;
|
|
53779
|
+
}
|
|
53780
|
+
|
|
53001
53781
|
export interface WorkitemsQueueEventsNotificationScoredAgent {
|
|
53002
53782
|
"id"?: string;
|
|
53003
53783
|
"score"?: number;
|
|
@@ -53038,6 +53818,7 @@ declare namespace Models {
|
|
|
53038
53818
|
"modifiedBy"?: string;
|
|
53039
53819
|
"operation"?: string;
|
|
53040
53820
|
"changes"?: Array<Models.WorkitemsQueueEventsNotificationDelta>;
|
|
53821
|
+
"propertyChanges"?: Array<Models.WorkitemsQueueEventsNotificationPropertyChange>;
|
|
53041
53822
|
"assignmentState"?: string;
|
|
53042
53823
|
"assignmentId"?: string;
|
|
53043
53824
|
"alertTimeoutSeconds"?: number;
|
|
@@ -53080,6 +53861,12 @@ declare namespace Models {
|
|
|
53080
53861
|
"newValue"?: string;
|
|
53081
53862
|
}
|
|
53082
53863
|
|
|
53864
|
+
export interface WorkitemsUserEventsNotificationPropertyChange {
|
|
53865
|
+
"property"?: string;
|
|
53866
|
+
"oldValues"?: Array<string>;
|
|
53867
|
+
"newValues"?: Array<string>;
|
|
53868
|
+
}
|
|
53869
|
+
|
|
53083
53870
|
export interface WorkitemsUserEventsNotificationScoredAgent {
|
|
53084
53871
|
"id"?: string;
|
|
53085
53872
|
"score"?: number;
|
|
@@ -53120,6 +53907,7 @@ declare namespace Models {
|
|
|
53120
53907
|
"modifiedBy"?: string;
|
|
53121
53908
|
"operation"?: string;
|
|
53122
53909
|
"changes"?: Array<Models.WorkitemsUserEventsNotificationDelta>;
|
|
53910
|
+
"propertyChanges"?: Array<Models.WorkitemsUserEventsNotificationPropertyChange>;
|
|
53123
53911
|
"assignmentState"?: string;
|
|
53124
53912
|
"assignmentId"?: string;
|
|
53125
53913
|
"alertTimeoutSeconds"?: number;
|
|
@@ -53170,8 +53958,8 @@ declare namespace Models {
|
|
|
53170
53958
|
"pageSize"?: number;
|
|
53171
53959
|
"pageNumber"?: number;
|
|
53172
53960
|
"total"?: number;
|
|
53173
|
-
"nextUri"?: string;
|
|
53174
53961
|
"previousUri"?: string;
|
|
53962
|
+
"nextUri"?: string;
|
|
53175
53963
|
"lastUri"?: string;
|
|
53176
53964
|
"firstUri"?: string;
|
|
53177
53965
|
"selfUri"?: string;
|
|
@@ -53195,8 +53983,8 @@ declare namespace Models {
|
|
|
53195
53983
|
"pageSize"?: number;
|
|
53196
53984
|
"pageNumber"?: number;
|
|
53197
53985
|
"total"?: number;
|
|
53198
|
-
"nextUri"?: string;
|
|
53199
53986
|
"previousUri"?: string;
|
|
53987
|
+
"nextUri"?: string;
|
|
53200
53988
|
"lastUri"?: string;
|
|
53201
53989
|
"firstUri"?: string;
|
|
53202
53990
|
"selfUri"?: string;
|
|
@@ -53425,8 +54213,8 @@ declare namespace Models {
|
|
|
53425
54213
|
"pageSize"?: number;
|
|
53426
54214
|
"pageNumber"?: number;
|
|
53427
54215
|
"total"?: number;
|
|
53428
|
-
"nextUri"?: string;
|
|
53429
54216
|
"previousUri"?: string;
|
|
54217
|
+
"nextUri"?: string;
|
|
53430
54218
|
"lastUri"?: string;
|
|
53431
54219
|
"firstUri"?: string;
|
|
53432
54220
|
"selfUri"?: string;
|