purecloud-platform-client-v2 220.0.0 → 221.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 +1301 -126
- package/dist/web-amd/purecloud-platform-client-v2.js +1301 -126
- package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
- package/dist/web-cjs/bundle.js +456 -156
- package/dist/web-cjs/purecloud-platform-client-v2.js +456 -156
- package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
- package/index.d.ts +600 -10
- 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 +3 -4
- 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 +35 -8
- package/src/purecloud-platform-client-v2/api/DataExtensionsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/DataPrivacyApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/DownloadsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/EmailsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/EmployeeEngagementApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/EventsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +1 -16
- 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 +1 -1
- package/src/purecloud-platform-client-v2/api/TeamsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TelephonyApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UploadsApi.js +1 -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 +1 -1
- 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;
|
|
@@ -1258,16 +1259,108 @@ declare namespace AuthorizationApi {
|
|
|
1258
1259
|
|
|
1259
1260
|
declare class BillingApi {
|
|
1260
1261
|
constructor(apiClient?: ApiClientClass);
|
|
1262
|
+
getBillingContract(contractId: string): Promise<Models.BillingContract>;
|
|
1263
|
+
getBillingContractBillingperiod(contractId: string, billingPeriodId: string): Promise<Models.BillingContractPeriodDetail>;
|
|
1264
|
+
getBillingContracts(opts?: BillingApi.getBillingContractsOptions): Promise<Models.BillingContractListing>;
|
|
1265
|
+
getBillingContractsInvoiceDocument(invoiceId: string): Promise<Models.UrlResponse>;
|
|
1266
|
+
getBillingContractsInvoiceLines(invoiceId: string, opts?: BillingApi.getBillingContractsInvoiceLinesOptions): Promise<Models.BillingInvoiceItemListing>;
|
|
1267
|
+
getBillingContractsInvoices(opts?: BillingApi.getBillingContractsInvoicesOptions): Promise<Models.BillingInvoiceListing>;
|
|
1261
1268
|
getBillingReportsBillableusage(startDate: string, endDate: string): Promise<Models.BillingUsageReport>;
|
|
1262
1269
|
getBillingTrusteebillingoverviewTrustorOrgId(trustorOrgId: string, opts?: BillingApi.getBillingTrusteebillingoverviewTrustorOrgIdOptions): Promise<Models.TrusteeBillingOverview>;
|
|
1263
1270
|
}
|
|
1264
1271
|
|
|
1265
1272
|
declare namespace BillingApi {
|
|
1273
|
+
export interface getBillingContractsOptions {
|
|
1274
|
+
"before"?: string;
|
|
1275
|
+
"after"?: string;
|
|
1276
|
+
"pageSize"?: string;
|
|
1277
|
+
"dateStart"?: string;
|
|
1278
|
+
"dateEnd"?: string;
|
|
1279
|
+
"status"?: string;
|
|
1280
|
+
"externalNumber"?: string;
|
|
1281
|
+
}
|
|
1282
|
+
export interface getBillingContractsInvoiceLinesOptions {
|
|
1283
|
+
"before"?: string;
|
|
1284
|
+
"after"?: string;
|
|
1285
|
+
"pageSize"?: string;
|
|
1286
|
+
}
|
|
1287
|
+
export interface getBillingContractsInvoicesOptions {
|
|
1288
|
+
"before"?: string;
|
|
1289
|
+
"after"?: string;
|
|
1290
|
+
"pageSize"?: string;
|
|
1291
|
+
"dateStart"?: string;
|
|
1292
|
+
"dateEnd"?: string;
|
|
1293
|
+
"paymentStatus"?: string;
|
|
1294
|
+
}
|
|
1266
1295
|
export interface getBillingTrusteebillingoverviewTrustorOrgIdOptions {
|
|
1267
1296
|
"billingPeriodIndex"?: number;
|
|
1268
1297
|
}
|
|
1269
1298
|
}
|
|
1270
1299
|
|
|
1300
|
+
declare class BusinessRulesApi {
|
|
1301
|
+
constructor(apiClient?: ApiClientClass);
|
|
1302
|
+
deleteBusinessrulesDecisiontable(tableId: string, opts?: BusinessRulesApi.deleteBusinessrulesDecisiontableOptions): Promise<void>;
|
|
1303
|
+
deleteBusinessrulesDecisiontableVersion(tableId: string, tableVersion: number): Promise<void>;
|
|
1304
|
+
deleteBusinessrulesDecisiontableVersionRow(tableId: string, tableVersion: number, rowId: string): Promise<void>;
|
|
1305
|
+
deleteBusinessrulesSchema(schemaId: string): Promise<void>;
|
|
1306
|
+
getBusinessrulesDecisiontable(tableId: string): Promise<Models.DecisionTable>;
|
|
1307
|
+
getBusinessrulesDecisiontableVersion(tableId: string, tableVersion: number): Promise<Models.DecisionTableVersion>;
|
|
1308
|
+
getBusinessrulesDecisiontableVersionRow(tableId: string, tableVersion: number, rowId: string): Promise<Models.DecisionTableRow>;
|
|
1309
|
+
getBusinessrulesDecisiontableVersionRows(tableId: string, tableVersion: number, opts?: BusinessRulesApi.getBusinessrulesDecisiontableVersionRowsOptions): Promise<Models.DecisionTableRowListing>;
|
|
1310
|
+
getBusinessrulesDecisiontableVersions(tableId: string, opts?: BusinessRulesApi.getBusinessrulesDecisiontableVersionsOptions): Promise<Models.DecisionTableVersionListing>;
|
|
1311
|
+
getBusinessrulesDecisiontables(opts?: BusinessRulesApi.getBusinessrulesDecisiontablesOptions): Promise<Models.DecisionTableListing>;
|
|
1312
|
+
getBusinessrulesDecisiontablesSearch(opts?: BusinessRulesApi.getBusinessrulesDecisiontablesSearchOptions): Promise<Models.DecisionTableListing>;
|
|
1313
|
+
getBusinessrulesSchema(schemaId: string): Promise<Models.DataSchema>;
|
|
1314
|
+
getBusinessrulesSchemas(): Promise<Models.DataSchemaListing>;
|
|
1315
|
+
getBusinessrulesSchemasCoretype(coreTypeName: string): Promise<Models.Coretype>;
|
|
1316
|
+
getBusinessrulesSchemasCoretypes(): Promise<Models.CoretypeListing>;
|
|
1317
|
+
patchBusinessrulesDecisiontable(tableId: string, body: Models.UpdateDecisionTableRequest): Promise<Models.DecisionTable>;
|
|
1318
|
+
patchBusinessrulesDecisiontableVersion(tableId: string, tableVersion: number, body: Models.UpdateDecisionTableVersionRequest): Promise<Models.DecisionTableVersion>;
|
|
1319
|
+
patchBusinessrulesDecisiontableVersionRow(tableId: string, tableVersion: number, rowId: string, body: Models.UpdateDecisionTableRowRequest): Promise<Models.DecisionTableRow>;
|
|
1320
|
+
postBusinessrulesDecisiontableExecute(tableId: string, body: Models.DecisionTableExecutionRequest): Promise<Models.DecisionTableExecutionResponse>;
|
|
1321
|
+
postBusinessrulesDecisiontableVersionCopy(tableId: string, tableVersion: number, body: Models.CopyDecisionTableRequest): Promise<Models.DecisionTableVersion>;
|
|
1322
|
+
postBusinessrulesDecisiontableVersionExecute(tableId: string, tableVersion: number, body: Models.DecisionTableExecutionRequest): Promise<Models.DecisionTableExecutionResponse>;
|
|
1323
|
+
postBusinessrulesDecisiontableVersionRows(tableId: string, tableVersion: number, body: Models.CreateDecisionTableRowRequest): Promise<Models.DecisionTableRow>;
|
|
1324
|
+
postBusinessrulesDecisiontableVersionRowsSearch(tableId: string, tableVersion: number, body: Models.SearchDecisionTableRowsRequest, opts?: BusinessRulesApi.postBusinessrulesDecisiontableVersionRowsSearchOptions): Promise<Models.DecisionTableRowListing>;
|
|
1325
|
+
postBusinessrulesDecisiontableVersionSync(tableId: string, tableVersion: number): Promise<Models.DecisionTableVersion>;
|
|
1326
|
+
postBusinessrulesDecisiontableVersions(tableId: string): Promise<Models.DecisionTableVersion>;
|
|
1327
|
+
postBusinessrulesDecisiontables(body: Models.CreateDecisionTableRequest): Promise<Models.DecisionTableVersion>;
|
|
1328
|
+
postBusinessrulesSchemas(body: Models.DataSchema): Promise<Models.DataSchema>;
|
|
1329
|
+
putBusinessrulesDecisiontableVersionPublish(tableId: string, tableVersion: number): Promise<Models.DecisionTableVersion>;
|
|
1330
|
+
putBusinessrulesSchema(schemaId: string, body: Models.DataSchema): Promise<Models.DataSchema>;
|
|
1331
|
+
}
|
|
1332
|
+
|
|
1333
|
+
declare namespace BusinessRulesApi {
|
|
1334
|
+
export interface deleteBusinessrulesDecisiontableOptions {
|
|
1335
|
+
"forceDelete"?: boolean;
|
|
1336
|
+
}
|
|
1337
|
+
export interface getBusinessrulesDecisiontableVersionRowsOptions {
|
|
1338
|
+
"pageNumber"?: string;
|
|
1339
|
+
"pageSize"?: string;
|
|
1340
|
+
}
|
|
1341
|
+
export interface getBusinessrulesDecisiontableVersionsOptions {
|
|
1342
|
+
"after"?: string;
|
|
1343
|
+
"pageSize"?: string;
|
|
1344
|
+
"divisionIds"?: Array<string>;
|
|
1345
|
+
}
|
|
1346
|
+
export interface getBusinessrulesDecisiontablesOptions {
|
|
1347
|
+
"after"?: string;
|
|
1348
|
+
"pageSize"?: string;
|
|
1349
|
+
"divisionIds"?: Array<string>;
|
|
1350
|
+
}
|
|
1351
|
+
export interface getBusinessrulesDecisiontablesSearchOptions {
|
|
1352
|
+
"before"?: string;
|
|
1353
|
+
"after"?: string;
|
|
1354
|
+
"pageSize"?: string;
|
|
1355
|
+
"schemaId"?: string;
|
|
1356
|
+
"name"?: string;
|
|
1357
|
+
}
|
|
1358
|
+
export interface postBusinessrulesDecisiontableVersionRowsSearchOptions {
|
|
1359
|
+
"pageNumber"?: string;
|
|
1360
|
+
"pageSize"?: string;
|
|
1361
|
+
}
|
|
1362
|
+
}
|
|
1363
|
+
|
|
1271
1364
|
declare class CarrierServicesApi {
|
|
1272
1365
|
constructor(apiClient?: ApiClientClass);
|
|
1273
1366
|
getCarrierservicesIntegrationsEmergencylocationsMe(phoneNumber: string): Promise<Models.EmergencyLocation>;
|
|
@@ -1292,7 +1385,7 @@ declare class ChatApi {
|
|
|
1292
1385
|
getChatsRoomMessage(roomJid: string, messageIds: string): Promise<Models.ChatMessageEntityListing>;
|
|
1293
1386
|
getChatsRoomMessages(roomJid: string, opts?: ChatApi.getChatsRoomMessagesOptions): Promise<Models.ChatMessageEntityListing>;
|
|
1294
1387
|
getChatsRoomParticipant(roomJid: string, participantJid: string): Promise<Models.RoomParticipant>;
|
|
1295
|
-
getChatsRoomParticipants(roomJid: string): Promise<Models.RoomParticipantsResponse>;
|
|
1388
|
+
getChatsRoomParticipants(roomJid: string, opts?: ChatApi.getChatsRoomParticipantsOptions): Promise<Models.RoomParticipantsResponse>;
|
|
1296
1389
|
getChatsSettings(): Promise<Models.ChatSettings>;
|
|
1297
1390
|
getChatsThreadMessages(threadId: string, opts?: ChatApi.getChatsThreadMessagesOptions): Promise<Models.ChatMessageEntityListing>;
|
|
1298
1391
|
getChatsUser(userId: string): Promise<Models.OneOnOne>;
|
|
@@ -1322,6 +1415,9 @@ declare namespace ChatApi {
|
|
|
1322
1415
|
"before"?: string;
|
|
1323
1416
|
"after"?: string;
|
|
1324
1417
|
}
|
|
1418
|
+
export interface getChatsRoomParticipantsOptions {
|
|
1419
|
+
"notify"?: boolean;
|
|
1420
|
+
}
|
|
1325
1421
|
export interface getChatsThreadMessagesOptions {
|
|
1326
1422
|
"limit"?: string;
|
|
1327
1423
|
"before"?: string;
|
|
@@ -1652,6 +1748,7 @@ declare class ConversationsApi {
|
|
|
1652
1748
|
patchConversationParticipant(conversationId: string, participantId: string, body: Models.MediaParticipantRequest): Promise<void>;
|
|
1653
1749
|
patchConversationParticipantAttributes(conversationId: string, participantId: string, body: Models.ParticipantAttributes): Promise<void>;
|
|
1654
1750
|
patchConversationSecureattributes(conversationId: string, body: Models.ConversationSecureAttributes): Promise<string>;
|
|
1751
|
+
patchConversationSummaryEngagements(conversationId: string, summaryId: string, opts?: ConversationsApi.patchConversationSummaryEngagementsOptions): Promise<void>;
|
|
1655
1752
|
patchConversationSummaryFeedback(conversationId: string, summaryId: string, opts?: ConversationsApi.patchConversationSummaryFeedbackOptions): Promise<void>;
|
|
1656
1753
|
patchConversationUtilizationlabel(conversationId: string, body: Models.ConversationUtilizationLabelUpdate): Promise<string>;
|
|
1657
1754
|
patchConversationsAftercallworkConversationIdParticipantCommunication(conversationId: string, participantId: string, communicationId: string, body: Models.AfterCallWorkUpdate): Promise<Models.AfterCallWorkUpdate>;
|
|
@@ -1955,6 +2052,9 @@ declare namespace ConversationsApi {
|
|
|
1955
2052
|
export interface getConversationsVideoParticipantCommunicationWrapupOptions {
|
|
1956
2053
|
"provisional"?: boolean;
|
|
1957
2054
|
}
|
|
2055
|
+
export interface patchConversationSummaryEngagementsOptions {
|
|
2056
|
+
"body"?: Models.EngagementRequest;
|
|
2057
|
+
}
|
|
1958
2058
|
export interface patchConversationSummaryFeedbackOptions {
|
|
1959
2059
|
"body"?: Models.FeedbackUpdateRequest;
|
|
1960
2060
|
}
|
|
@@ -5427,7 +5527,7 @@ declare class RoutingApi {
|
|
|
5427
5527
|
getRoutingAvailablemediatypes(): Promise<Models.AvailableMediaTypeEntityListing>;
|
|
5428
5528
|
getRoutingDirectroutingbackupSettingsMe(): Promise<Models.AgentDirectRoutingBackupSettings>;
|
|
5429
5529
|
getRoutingEmailDomain(domainId: string): Promise<Models.InboundDomain>;
|
|
5430
|
-
getRoutingEmailDomainRoute(domainName: string, routeId: string): Promise<Models.InboundRoute>;
|
|
5530
|
+
getRoutingEmailDomainRoute(domainName: string, routeId: string, opts?: RoutingApi.getRoutingEmailDomainRouteOptions): Promise<Models.InboundRoute>;
|
|
5431
5531
|
getRoutingEmailDomainRouteIdentityresolution(domainName: string, routeId: string): Promise<Models.IdentityResolutionConfig>;
|
|
5432
5532
|
getRoutingEmailDomainRoutes(domainName: string, opts?: RoutingApi.getRoutingEmailDomainRoutesOptions): Promise<Models.InboundRouteEntityListing>;
|
|
5433
5533
|
getRoutingEmailDomains(opts?: RoutingApi.getRoutingEmailDomainsOptions): Promise<Models.InboundDomainEntityListing>;
|
|
@@ -5445,7 +5545,7 @@ declare class RoutingApi {
|
|
|
5445
5545
|
getRoutingPredictorModels(predictorId: string): Promise<Models.PredictorModels>;
|
|
5446
5546
|
getRoutingPredictors(opts?: RoutingApi.getRoutingPredictorsOptions): Promise<Models.PredictorListing>;
|
|
5447
5547
|
getRoutingPredictorsKeyperformanceindicators(opts?: RoutingApi.getRoutingPredictorsKeyperformanceindicatorsOptions): Promise<Array<Models.KeyPerformanceIndicator>>;
|
|
5448
|
-
getRoutingQueue(queueId: string): Promise<Models.Queue>;
|
|
5548
|
+
getRoutingQueue(queueId: string, opts?: RoutingApi.getRoutingQueueOptions): Promise<Models.Queue>;
|
|
5449
5549
|
getRoutingQueueAssistant(queueId: string, opts?: RoutingApi.getRoutingQueueAssistantOptions): Promise<Models.AssistantQueue>;
|
|
5450
5550
|
getRoutingQueueComparisonperiod(queueId: string, comparisonPeriodId: string): Promise<Models.ComparisonPeriod>;
|
|
5451
5551
|
getRoutingQueueComparisonperiods(queueId: string): Promise<Models.ComparisonPeriodListing>;
|
|
@@ -5573,10 +5673,14 @@ declare namespace RoutingApi {
|
|
|
5573
5673
|
export interface getRoutingAssessmentsJobsOptions {
|
|
5574
5674
|
"divisionId"?: Array<string>;
|
|
5575
5675
|
}
|
|
5676
|
+
export interface getRoutingEmailDomainRouteOptions {
|
|
5677
|
+
"expand"?: Array<string>;
|
|
5678
|
+
}
|
|
5576
5679
|
export interface getRoutingEmailDomainRoutesOptions {
|
|
5577
5680
|
"pageSize"?: number;
|
|
5578
5681
|
"pageNumber"?: number;
|
|
5579
5682
|
"pattern"?: string;
|
|
5683
|
+
"expand"?: Array<string>;
|
|
5580
5684
|
}
|
|
5581
5685
|
export interface getRoutingEmailDomainsOptions {
|
|
5582
5686
|
"pageSize"?: number;
|
|
@@ -5613,6 +5717,9 @@ declare namespace RoutingApi {
|
|
|
5613
5717
|
"kpiGroup"?: string;
|
|
5614
5718
|
"expand"?: Array<string>;
|
|
5615
5719
|
}
|
|
5720
|
+
export interface getRoutingQueueOptions {
|
|
5721
|
+
"expand"?: Array<string>;
|
|
5722
|
+
}
|
|
5616
5723
|
export interface getRoutingQueueAssistantOptions {
|
|
5617
5724
|
"expand"?: string;
|
|
5618
5725
|
}
|
|
@@ -5663,6 +5770,7 @@ declare namespace RoutingApi {
|
|
|
5663
5770
|
"peerId"?: Array<string>;
|
|
5664
5771
|
"cannedResponseLibraryId"?: string;
|
|
5665
5772
|
"hasPeer"?: boolean;
|
|
5773
|
+
"expand"?: Array<string>;
|
|
5666
5774
|
}
|
|
5667
5775
|
export interface getRoutingQueuesDivisionviewsOptions {
|
|
5668
5776
|
"pageSize"?: number;
|
|
@@ -5731,6 +5839,7 @@ declare namespace RoutingApi {
|
|
|
5731
5839
|
"language"?: string;
|
|
5732
5840
|
"integrationId"?: string;
|
|
5733
5841
|
"supportedContentId"?: string;
|
|
5842
|
+
"expand"?: Array<string>;
|
|
5734
5843
|
}
|
|
5735
5844
|
export interface getRoutingUtilizationLabelsOptions {
|
|
5736
5845
|
"pageSize"?: number;
|
|
@@ -6125,15 +6234,18 @@ declare namespace SearchApi {
|
|
|
6125
6234
|
declare class SettingsApi {
|
|
6126
6235
|
constructor(apiClient?: ApiClientClass);
|
|
6127
6236
|
deleteEmailsSettingsThreading(): Promise<void>;
|
|
6237
|
+
deleteExternalcontactsSettings(): Promise<Models.UpdatedSettingsResponse>;
|
|
6128
6238
|
deleteUsersAgentuiAgentsAutoanswerAgentIdSettings(agentId: string): Promise<void>;
|
|
6129
6239
|
getEmailsSettings(): Promise<Models.EmailSettings>;
|
|
6130
6240
|
getEmailsSettingsThreading(): Promise<Models.EmailThreadingSettings>;
|
|
6241
|
+
getExternalcontactsSettings(): Promise<Models.ExternalContactsSettings>;
|
|
6131
6242
|
getSettingsExecutiondata(): Promise<Models.ExecutionDataGlobalSettingsResponse>;
|
|
6132
6243
|
getUsersAgentuiAgentsAutoanswerAgentIdSettings(agentId: string): Promise<Models.AutoAnswerSettings>;
|
|
6133
6244
|
patchEmailsSettings(opts?: SettingsApi.patchEmailsSettingsOptions): Promise<Models.EmailSettings>;
|
|
6134
6245
|
patchEmailsSettingsThreading(opts?: SettingsApi.patchEmailsSettingsThreadingOptions): Promise<Models.EmailThreadingSettings>;
|
|
6135
6246
|
patchSettingsExecutiondata(body: Models.ExecutionDataSettingsRequest): Promise<Models.ExecutionDataGlobalSettingsResponse>;
|
|
6136
6247
|
patchUsersAgentuiAgentsAutoanswerAgentIdSettings(agentId: string, body: Models.AutoAnswerSettings): Promise<Models.AutoAnswerSettings>;
|
|
6248
|
+
putExternalcontactsSettings(opts?: SettingsApi.putExternalcontactsSettingsOptions): Promise<Models.UpdatedSettingsResponse>;
|
|
6137
6249
|
putUsersAgentuiAgentsAutoanswerAgentIdSettings(agentId: string, body: Models.AutoAnswerSettings): Promise<Models.AutoAnswerSettings>;
|
|
6138
6250
|
}
|
|
6139
6251
|
|
|
@@ -6144,6 +6256,9 @@ declare namespace SettingsApi {
|
|
|
6144
6256
|
export interface patchEmailsSettingsThreadingOptions {
|
|
6145
6257
|
"body"?: Models.EmailThreadingSettings;
|
|
6146
6258
|
}
|
|
6259
|
+
export interface putExternalcontactsSettingsOptions {
|
|
6260
|
+
"body"?: Models.ExternalContactsSettings;
|
|
6261
|
+
}
|
|
6147
6262
|
}
|
|
6148
6263
|
|
|
6149
6264
|
declare class SocialMediaApi {
|
|
@@ -9842,6 +9957,7 @@ declare namespace Models {
|
|
|
9842
9957
|
"mediaStatsMinConversationMos"?: number;
|
|
9843
9958
|
"mediaStatsMinConversationRFactor"?: number;
|
|
9844
9959
|
"originatingDirection"?: string;
|
|
9960
|
+
"originatingSocialMediaPublic"?: boolean;
|
|
9845
9961
|
"selfServed"?: boolean;
|
|
9846
9962
|
"evaluations"?: Array<Models.AnalyticsEvaluation>;
|
|
9847
9963
|
"surveys"?: Array<Models.AnalyticsSurvey>;
|
|
@@ -9902,6 +10018,7 @@ declare namespace Models {
|
|
|
9902
10018
|
"mediaStatsMinConversationMos"?: number;
|
|
9903
10019
|
"mediaStatsMinConversationRFactor"?: number;
|
|
9904
10020
|
"originatingDirection"?: string;
|
|
10021
|
+
"originatingSocialMediaPublic"?: boolean;
|
|
9905
10022
|
"selfServed"?: boolean;
|
|
9906
10023
|
"evaluations"?: Array<Models.AnalyticsEvaluation>;
|
|
9907
10024
|
"surveys"?: Array<Models.AnalyticsSurvey>;
|
|
@@ -11468,6 +11585,135 @@ declare namespace Models {
|
|
|
11468
11585
|
"selfUri"?: string;
|
|
11469
11586
|
}
|
|
11470
11587
|
|
|
11588
|
+
export interface BillingCharge {
|
|
11589
|
+
"id"?: string;
|
|
11590
|
+
"product"?: Models.BillingProduct;
|
|
11591
|
+
"organizations"?: Array<Models.NamedEntity>;
|
|
11592
|
+
"getprepaidQuantity"?: number;
|
|
11593
|
+
"getfairuseQuantity"?: number;
|
|
11594
|
+
"getactualQuantity"?: number;
|
|
11595
|
+
"getoverageQuantity"?: number;
|
|
11596
|
+
"overageRate"?: number;
|
|
11597
|
+
"overageCharge"?: number;
|
|
11598
|
+
"overageCurrency"?: string;
|
|
11599
|
+
}
|
|
11600
|
+
|
|
11601
|
+
export interface BillingContract {
|
|
11602
|
+
"id"?: string;
|
|
11603
|
+
"externalNumber"?: string;
|
|
11604
|
+
"status"?: string;
|
|
11605
|
+
"commercialModel"?: string;
|
|
11606
|
+
"getpurchaseOrderNumbers"?: Array<string>;
|
|
11607
|
+
"billToCustomer"?: Models.Customer;
|
|
11608
|
+
"soldToCustomer"?: Models.Customer;
|
|
11609
|
+
"endCustomer"?: Models.Customer;
|
|
11610
|
+
"dateStart"?: string;
|
|
11611
|
+
"dateEnd"?: string;
|
|
11612
|
+
"dateRampStart"?: string;
|
|
11613
|
+
"dateRampEnd"?: string;
|
|
11614
|
+
"billingPeriods"?: Array<Models.BillingContractPeriod>;
|
|
11615
|
+
"plans"?: Array<Models.BillingPlan>;
|
|
11616
|
+
}
|
|
11617
|
+
|
|
11618
|
+
export interface BillingContractListing {
|
|
11619
|
+
"entities"?: Array<Models.BillingContract>;
|
|
11620
|
+
"nextUri"?: string;
|
|
11621
|
+
"selfUri"?: string;
|
|
11622
|
+
"previousUri"?: string;
|
|
11623
|
+
}
|
|
11624
|
+
|
|
11625
|
+
export interface BillingContractPeriod {
|
|
11626
|
+
"id"?: string;
|
|
11627
|
+
"dateStart"?: string;
|
|
11628
|
+
"dateEnd"?: string;
|
|
11629
|
+
"status"?: string;
|
|
11630
|
+
}
|
|
11631
|
+
|
|
11632
|
+
export interface BillingContractPeriodDetail {
|
|
11633
|
+
"id"?: string;
|
|
11634
|
+
"dateStart"?: string;
|
|
11635
|
+
"dateEnd"?: string;
|
|
11636
|
+
"status"?: string;
|
|
11637
|
+
"charges"?: Array<Models.BillingCharge>;
|
|
11638
|
+
"wallets"?: Array<Models.BillingWallet>;
|
|
11639
|
+
}
|
|
11640
|
+
|
|
11641
|
+
export interface BillingInvoice {
|
|
11642
|
+
"id"?: string;
|
|
11643
|
+
"billToCustomer"?: Models.Customer;
|
|
11644
|
+
"shipToCustomer"?: Models.Customer;
|
|
11645
|
+
"soldToCustomer"?: Models.Customer;
|
|
11646
|
+
"dateInvoiced"?: string;
|
|
11647
|
+
"billToAddress"?: Models.InvoiceAddress;
|
|
11648
|
+
"shipToAddress"?: Models.InvoiceAddress;
|
|
11649
|
+
"currencyIsoCode"?: string;
|
|
11650
|
+
"paymentStatus"?: string;
|
|
11651
|
+
"paymentTerms"?: string;
|
|
11652
|
+
"paymentLink"?: string;
|
|
11653
|
+
"customerPoNumber"?: string;
|
|
11654
|
+
"customerInvoiceType"?: string;
|
|
11655
|
+
"amount"?: number;
|
|
11656
|
+
}
|
|
11657
|
+
|
|
11658
|
+
export interface BillingInvoiceItem {
|
|
11659
|
+
"id"?: string;
|
|
11660
|
+
"product"?: Models.BillingProduct;
|
|
11661
|
+
"description"?: string;
|
|
11662
|
+
"dateTransacted"?: string;
|
|
11663
|
+
"dateStart"?: string;
|
|
11664
|
+
"dateEnd"?: string;
|
|
11665
|
+
"organization"?: Models.NamedEntity;
|
|
11666
|
+
"quantity"?: number;
|
|
11667
|
+
"unitOfMeasure"?: string;
|
|
11668
|
+
"amount"?: number;
|
|
11669
|
+
}
|
|
11670
|
+
|
|
11671
|
+
export interface BillingInvoiceItemListing {
|
|
11672
|
+
"entities"?: Array<Models.BillingInvoiceItem>;
|
|
11673
|
+
"nextUri"?: string;
|
|
11674
|
+
"selfUri"?: string;
|
|
11675
|
+
"previousUri"?: string;
|
|
11676
|
+
}
|
|
11677
|
+
|
|
11678
|
+
export interface BillingInvoiceListing {
|
|
11679
|
+
"entities"?: Array<Models.BillingInvoice>;
|
|
11680
|
+
"nextUri"?: string;
|
|
11681
|
+
"selfUri"?: string;
|
|
11682
|
+
"previousUri"?: string;
|
|
11683
|
+
}
|
|
11684
|
+
|
|
11685
|
+
export interface BillingPlan {
|
|
11686
|
+
"id"?: string;
|
|
11687
|
+
"name"?: string;
|
|
11688
|
+
"organizations"?: Array<Models.NamedEntity>;
|
|
11689
|
+
"product"?: Models.BillingProduct;
|
|
11690
|
+
"items"?: Array<Models.BillingPlanItem>;
|
|
11691
|
+
}
|
|
11692
|
+
|
|
11693
|
+
export interface BillingPlanItem {
|
|
11694
|
+
"itemNumber"?: string;
|
|
11695
|
+
"name"?: string;
|
|
11696
|
+
"type"?: string;
|
|
11697
|
+
"function"?: string;
|
|
11698
|
+
"description"?: string;
|
|
11699
|
+
"dateChargedThrough"?: string;
|
|
11700
|
+
"currencyIsoCode"?: string;
|
|
11701
|
+
"discountAmount"?: number;
|
|
11702
|
+
"dateEffectiveStart"?: string;
|
|
11703
|
+
"dateEffectiveEnd"?: string;
|
|
11704
|
+
"overagePrice"?: number;
|
|
11705
|
+
"price"?: number;
|
|
11706
|
+
"quantity"?: number;
|
|
11707
|
+
"unitOfMeasure"?: string;
|
|
11708
|
+
}
|
|
11709
|
+
|
|
11710
|
+
export interface BillingProduct {
|
|
11711
|
+
"id"?: string;
|
|
11712
|
+
"sku"?: string;
|
|
11713
|
+
"name"?: string;
|
|
11714
|
+
"unitOfMeasure"?: string;
|
|
11715
|
+
}
|
|
11716
|
+
|
|
11471
11717
|
export interface BillingUsage {
|
|
11472
11718
|
"name": string;
|
|
11473
11719
|
"totalUsage": string;
|
|
@@ -11489,6 +11735,23 @@ declare namespace Models {
|
|
|
11489
11735
|
"date": string;
|
|
11490
11736
|
}
|
|
11491
11737
|
|
|
11738
|
+
export interface BillingWallet {
|
|
11739
|
+
"id"?: string;
|
|
11740
|
+
"name"?: string;
|
|
11741
|
+
"organizations"?: Array<Models.NamedEntity>;
|
|
11742
|
+
"product"?: Models.BillingProduct;
|
|
11743
|
+
"startingBalance"?: number;
|
|
11744
|
+
"endingBalance"?: number;
|
|
11745
|
+
"balanceIncrease"?: number;
|
|
11746
|
+
"balanceDecrease"?: number;
|
|
11747
|
+
"balanceConsumption"?: number;
|
|
11748
|
+
"balanceOverage"?: number;
|
|
11749
|
+
"balanceOverageRate"?: number;
|
|
11750
|
+
"balanceOverageCharge"?: number;
|
|
11751
|
+
"balanceOverageCurrency"?: string;
|
|
11752
|
+
"unitOfMeasure"?: string;
|
|
11753
|
+
}
|
|
11754
|
+
|
|
11492
11755
|
export interface Biography {
|
|
11493
11756
|
"biography"?: string;
|
|
11494
11757
|
"interests"?: Array<string>;
|
|
@@ -13457,6 +13720,7 @@ declare namespace Models {
|
|
|
13457
13720
|
"maxCallsPerAgentDecimal"?: number;
|
|
13458
13721
|
"callbackAutoAnswer"?: boolean;
|
|
13459
13722
|
"dynamicLineBalancingSettings"?: Models.DynamicLineBalancingSettings;
|
|
13723
|
+
"diagnosticsSettings"?: Models.DiagnosticsSettings;
|
|
13460
13724
|
"selfUri"?: string;
|
|
13461
13725
|
}
|
|
13462
13726
|
|
|
@@ -13474,6 +13738,12 @@ declare namespace Models {
|
|
|
13474
13738
|
"scheduledInteractionsCount"?: number;
|
|
13475
13739
|
"timeZoneRescheduledCallsCount"?: number;
|
|
13476
13740
|
"filteredOutContactsCount"?: number;
|
|
13741
|
+
"idleAgents"?: number;
|
|
13742
|
+
"effectiveIdleAgents"?: number;
|
|
13743
|
+
"linesUtilization"?: Models.CampaignLinesUtilization;
|
|
13744
|
+
"numberOfContactsCalled"?: number;
|
|
13745
|
+
"totalNumberOfContacts"?: number;
|
|
13746
|
+
"campaignErrors"?: Array<Models.RestErrorDetail>;
|
|
13477
13747
|
"campaignSkillStatistics"?: Models.CampaignSkillStatistics;
|
|
13478
13748
|
}
|
|
13479
13749
|
|
|
@@ -13940,6 +14210,11 @@ declare namespace Models {
|
|
|
13940
14210
|
"entities"?: Array<Models.ChannelTopic>;
|
|
13941
14211
|
}
|
|
13942
14212
|
|
|
14213
|
+
export interface ChartColumn {
|
|
14214
|
+
"id"?: string;
|
|
14215
|
+
"columnType"?: string;
|
|
14216
|
+
}
|
|
14217
|
+
|
|
13943
14218
|
export interface Chat {
|
|
13944
14219
|
"jabberId"?: string;
|
|
13945
14220
|
}
|
|
@@ -14990,6 +15265,7 @@ declare namespace Models {
|
|
|
14990
15265
|
"criteria"?: Models.ContactBulkSearchCriteria;
|
|
14991
15266
|
"contactIds"?: Array<string>;
|
|
14992
15267
|
"contact"?: Models.DialerContact;
|
|
15268
|
+
"generateDownloadURI"?: boolean;
|
|
14993
15269
|
}
|
|
14994
15270
|
|
|
14995
15271
|
export interface ContactBulkSearchCriteria {
|
|
@@ -15000,6 +15276,7 @@ declare namespace Models {
|
|
|
15000
15276
|
export interface ContactBulkSearchParameters {
|
|
15001
15277
|
"contactListFilterId"?: string;
|
|
15002
15278
|
"criteria"?: Models.ContactBulkSearchCriteria;
|
|
15279
|
+
"generateDownloadURI"?: boolean;
|
|
15003
15280
|
}
|
|
15004
15281
|
|
|
15005
15282
|
export interface ContactCallbackRequest {
|
|
@@ -15108,6 +15385,7 @@ declare namespace Models {
|
|
|
15108
15385
|
|
|
15109
15386
|
export interface ContactImportJobRequest {
|
|
15110
15387
|
"settingsId": string;
|
|
15388
|
+
"division"?: Models.WritableStarrableDivision;
|
|
15111
15389
|
}
|
|
15112
15390
|
|
|
15113
15391
|
export interface ContactImportJobResponse {
|
|
@@ -15117,6 +15395,7 @@ declare namespace Models {
|
|
|
15117
15395
|
"executionStep"?: string;
|
|
15118
15396
|
"metadata"?: Models.ContactImportJobMetadata;
|
|
15119
15397
|
"dateCreated"?: string;
|
|
15398
|
+
"division"?: Models.StarrableDivision;
|
|
15120
15399
|
"selfUri"?: string;
|
|
15121
15400
|
"settings": Models.AddressableEntityRef;
|
|
15122
15401
|
}
|
|
@@ -15946,6 +16225,11 @@ declare namespace Models {
|
|
|
15946
16225
|
"files"?: Models.SnapshotFiles;
|
|
15947
16226
|
}
|
|
15948
16227
|
|
|
16228
|
+
export interface Contractual {
|
|
16229
|
+
"schemaPropertyKey": string;
|
|
16230
|
+
"contractual"?: Models.Contractual;
|
|
16231
|
+
}
|
|
16232
|
+
|
|
15949
16233
|
export interface Conversation {
|
|
15950
16234
|
"id"?: string;
|
|
15951
16235
|
"name"?: string;
|
|
@@ -19152,6 +19436,11 @@ declare namespace Models {
|
|
|
19152
19436
|
"weekDate": string;
|
|
19153
19437
|
}
|
|
19154
19438
|
|
|
19439
|
+
export interface CopyDecisionTableRequest {
|
|
19440
|
+
"name": string;
|
|
19441
|
+
"description"?: string;
|
|
19442
|
+
}
|
|
19443
|
+
|
|
19155
19444
|
export interface CopyVoicemailMessage {
|
|
19156
19445
|
"voicemailMessageId": string;
|
|
19157
19446
|
"userId"?: string;
|
|
@@ -19354,6 +19643,25 @@ declare namespace Models {
|
|
|
19354
19643
|
"shareInsightsData"?: boolean;
|
|
19355
19644
|
}
|
|
19356
19645
|
|
|
19646
|
+
export interface CreateDecisionTableColumnsRequest {
|
|
19647
|
+
"inputs": Array<Models.DecisionTableInputColumnRequest>;
|
|
19648
|
+
"outputs": Array<Models.DecisionTableOutputColumnRequest>;
|
|
19649
|
+
}
|
|
19650
|
+
|
|
19651
|
+
export interface CreateDecisionTableRequest {
|
|
19652
|
+
"name": string;
|
|
19653
|
+
"description"?: string;
|
|
19654
|
+
"divisionId": string;
|
|
19655
|
+
"schemaId": string;
|
|
19656
|
+
"columns": Models.CreateDecisionTableColumnsRequest;
|
|
19657
|
+
}
|
|
19658
|
+
|
|
19659
|
+
export interface CreateDecisionTableRowRequest {
|
|
19660
|
+
"rowIndex"?: number;
|
|
19661
|
+
"inputs": { [key: string]: Models.DecisionTableRowParameterValue; };
|
|
19662
|
+
"outputs": { [key: string]: Models.DecisionTableRowParameterValue; };
|
|
19663
|
+
}
|
|
19664
|
+
|
|
19357
19665
|
export interface CreateEmailRequest {
|
|
19358
19666
|
"queueId"?: string;
|
|
19359
19667
|
"flowId"?: string;
|
|
@@ -19956,6 +20264,7 @@ declare namespace Models {
|
|
|
19956
20264
|
export interface CsvJobRequest {
|
|
19957
20265
|
"uploadId": string;
|
|
19958
20266
|
"settingsId": string;
|
|
20267
|
+
"division"?: Models.WritableStarrableDivision;
|
|
19959
20268
|
}
|
|
19960
20269
|
|
|
19961
20270
|
export interface CsvJobResponse {
|
|
@@ -20097,6 +20406,12 @@ declare namespace Models {
|
|
|
20097
20406
|
"selfUri"?: string;
|
|
20098
20407
|
}
|
|
20099
20408
|
|
|
20409
|
+
export interface Customer {
|
|
20410
|
+
"id"?: string;
|
|
20411
|
+
"number"?: string;
|
|
20412
|
+
"name"?: string;
|
|
20413
|
+
}
|
|
20414
|
+
|
|
20100
20415
|
export interface CustomerEndDetailEventTopicCustomerEndEvent {
|
|
20101
20416
|
"eventTime"?: number;
|
|
20102
20417
|
"conversationId"?: string;
|
|
@@ -20533,6 +20848,146 @@ declare namespace Models {
|
|
|
20533
20848
|
"endBusinessUnitDate"?: string;
|
|
20534
20849
|
}
|
|
20535
20850
|
|
|
20851
|
+
export interface DecisionTable {
|
|
20852
|
+
"id"?: string;
|
|
20853
|
+
"name"?: string;
|
|
20854
|
+
"division"?: Models.Division;
|
|
20855
|
+
"description"?: string;
|
|
20856
|
+
"dateCreated"?: string;
|
|
20857
|
+
"dateModified"?: string;
|
|
20858
|
+
"datePublished"?: string;
|
|
20859
|
+
"published"?: Models.DecisionTableVersionEntity;
|
|
20860
|
+
"latest"?: Models.DecisionTableVersionEntity;
|
|
20861
|
+
"columns"?: Models.DecisionTableColumns;
|
|
20862
|
+
"publishedContract"?: Models.DecisionTableContract;
|
|
20863
|
+
"selfUri"?: string;
|
|
20864
|
+
}
|
|
20865
|
+
|
|
20866
|
+
export interface DecisionTableColumnDefaultRowValue {
|
|
20867
|
+
"value"?: string;
|
|
20868
|
+
"special"?: string;
|
|
20869
|
+
}
|
|
20870
|
+
|
|
20871
|
+
export interface DecisionTableColumns {
|
|
20872
|
+
"inputs"?: Array<Models.DecisionTableInputColumn>;
|
|
20873
|
+
"outputs"?: Array<Models.DecisionTableOutputColumn>;
|
|
20874
|
+
}
|
|
20875
|
+
|
|
20876
|
+
export interface DecisionTableContract {
|
|
20877
|
+
"parentSchema"?: Models.DomainEntityRef;
|
|
20878
|
+
"rowAuthoringSchema"?: Models.JsonSchemaWithDefinitions;
|
|
20879
|
+
"executionInputSchema"?: Models.JsonSchemaWithDefinitions;
|
|
20880
|
+
"executionOutputSchema"?: Models.JsonSchemaWithDefinitions;
|
|
20881
|
+
}
|
|
20882
|
+
|
|
20883
|
+
export interface DecisionTableExecutionRequest {
|
|
20884
|
+
"inputs": { [key: string]: object; };
|
|
20885
|
+
}
|
|
20886
|
+
|
|
20887
|
+
export interface DecisionTableExecutionResponse {
|
|
20888
|
+
"table": Models.DecisionTableVersionEntity;
|
|
20889
|
+
"rowExecutionOutputs": Array<Models.DecisionTableRowExecutionOutput>;
|
|
20890
|
+
}
|
|
20891
|
+
|
|
20892
|
+
export interface DecisionTableInputColumn {
|
|
20893
|
+
"id"?: string;
|
|
20894
|
+
"defaultsTo"?: Models.DecisionTableColumnDefaultRowValue;
|
|
20895
|
+
"expression": Models.DecisionTableInputColumnExpression;
|
|
20896
|
+
}
|
|
20897
|
+
|
|
20898
|
+
export interface DecisionTableInputColumnExpression {
|
|
20899
|
+
"contractual": Models.Contractual;
|
|
20900
|
+
"comparator": string;
|
|
20901
|
+
}
|
|
20902
|
+
|
|
20903
|
+
export interface DecisionTableInputColumnRequest {
|
|
20904
|
+
"defaultsTo"?: Models.DecisionTableColumnDefaultRowValue;
|
|
20905
|
+
"expression": Models.DecisionTableInputColumnExpression;
|
|
20906
|
+
}
|
|
20907
|
+
|
|
20908
|
+
export interface DecisionTableListing {
|
|
20909
|
+
"entities"?: Array<Models.DecisionTable>;
|
|
20910
|
+
"nextUri"?: string;
|
|
20911
|
+
"selfUri"?: string;
|
|
20912
|
+
"previousUri"?: string;
|
|
20913
|
+
}
|
|
20914
|
+
|
|
20915
|
+
export interface DecisionTableOutputColumn {
|
|
20916
|
+
"id"?: string;
|
|
20917
|
+
"defaultsTo"?: Models.DecisionTableColumnDefaultRowValue;
|
|
20918
|
+
"value": Models.OutputValue;
|
|
20919
|
+
}
|
|
20920
|
+
|
|
20921
|
+
export interface DecisionTableOutputColumnRequest {
|
|
20922
|
+
"defaultsTo"?: Models.DecisionTableColumnDefaultRowValue;
|
|
20923
|
+
"value": Models.OutputValue;
|
|
20924
|
+
}
|
|
20925
|
+
|
|
20926
|
+
export interface DecisionTableRow {
|
|
20927
|
+
"id"?: string;
|
|
20928
|
+
"table": Models.DecisionTableVersionEntity;
|
|
20929
|
+
"rowIndex"?: number;
|
|
20930
|
+
"dateCreated"?: string;
|
|
20931
|
+
"dateModified"?: string;
|
|
20932
|
+
"inputs"?: { [key: string]: Models.DecisionTableRowParameterValue; };
|
|
20933
|
+
"outputs"?: { [key: string]: Models.DecisionTableRowParameterValue; };
|
|
20934
|
+
"selfUri"?: string;
|
|
20935
|
+
}
|
|
20936
|
+
|
|
20937
|
+
export interface DecisionTableRowExecutionOutput {
|
|
20938
|
+
"rowId": string;
|
|
20939
|
+
"outputs": { [key: string]: object; };
|
|
20940
|
+
}
|
|
20941
|
+
|
|
20942
|
+
export interface DecisionTableRowListing {
|
|
20943
|
+
"entities"?: Array<Models.DecisionTableRow>;
|
|
20944
|
+
"pageSize"?: number;
|
|
20945
|
+
"pageNumber"?: number;
|
|
20946
|
+
"total"?: number;
|
|
20947
|
+
"nextUri"?: string;
|
|
20948
|
+
"previousUri"?: string;
|
|
20949
|
+
"lastUri"?: string;
|
|
20950
|
+
"firstUri"?: string;
|
|
20951
|
+
"selfUri"?: string;
|
|
20952
|
+
"pageCount"?: number;
|
|
20953
|
+
}
|
|
20954
|
+
|
|
20955
|
+
export interface DecisionTableRowParameterValue {
|
|
20956
|
+
"literal"?: Models.Literal;
|
|
20957
|
+
}
|
|
20958
|
+
|
|
20959
|
+
export interface DecisionTableVersion {
|
|
20960
|
+
"id"?: string;
|
|
20961
|
+
"name"?: string;
|
|
20962
|
+
"division"?: Models.Division;
|
|
20963
|
+
"version"?: number;
|
|
20964
|
+
"status"?: string;
|
|
20965
|
+
"description"?: string;
|
|
20966
|
+
"rowCount"?: number;
|
|
20967
|
+
"rowsUri"?: string;
|
|
20968
|
+
"dateCreated"?: string;
|
|
20969
|
+
"dateModified"?: string;
|
|
20970
|
+
"datePublished"?: string;
|
|
20971
|
+
"columns"?: Models.DecisionTableColumns;
|
|
20972
|
+
"contract"?: Models.DecisionTableContract;
|
|
20973
|
+
"selfUri"?: string;
|
|
20974
|
+
}
|
|
20975
|
+
|
|
20976
|
+
export interface DecisionTableVersionEntity {
|
|
20977
|
+
"id"?: string;
|
|
20978
|
+
"name"?: string;
|
|
20979
|
+
"division"?: Models.Division;
|
|
20980
|
+
"version"?: number;
|
|
20981
|
+
"selfUri"?: string;
|
|
20982
|
+
}
|
|
20983
|
+
|
|
20984
|
+
export interface DecisionTableVersionListing {
|
|
20985
|
+
"entities"?: Array<Models.DecisionTableVersion>;
|
|
20986
|
+
"nextUri"?: string;
|
|
20987
|
+
"selfUri"?: string;
|
|
20988
|
+
"previousUri"?: string;
|
|
20989
|
+
}
|
|
20990
|
+
|
|
20536
20991
|
export interface DefaultGreetingList {
|
|
20537
20992
|
"id"?: string;
|
|
20538
20993
|
"name"?: string;
|
|
@@ -20559,6 +21014,16 @@ declare namespace Models {
|
|
|
20559
21014
|
"initialDirection"?: string;
|
|
20560
21015
|
}
|
|
20561
21016
|
|
|
21017
|
+
export interface Definition {
|
|
21018
|
+
"name"?: string;
|
|
21019
|
+
"title"?: string;
|
|
21020
|
+
"description"?: string;
|
|
21021
|
+
"type"?: Array<string>;
|
|
21022
|
+
"pattern"?: string;
|
|
21023
|
+
"items"?: Models.Items;
|
|
21024
|
+
"selfUri"?: string;
|
|
21025
|
+
}
|
|
21026
|
+
|
|
20562
21027
|
export interface DeletableUserReference {
|
|
20563
21028
|
"id"?: string;
|
|
20564
21029
|
"delete"?: boolean;
|
|
@@ -20796,6 +21261,7 @@ declare namespace Models {
|
|
|
20796
21261
|
}
|
|
20797
21262
|
|
|
20798
21263
|
export interface DiagnosticsSettings {
|
|
21264
|
+
"reportLowMaxCallsPerAgentAlert"?: boolean;
|
|
20799
21265
|
}
|
|
20800
21266
|
|
|
20801
21267
|
export interface DialerAction {
|
|
@@ -22638,8 +23104,8 @@ declare namespace Models {
|
|
|
22638
23104
|
"permissionPolicies"?: Array<Models.DomainPermissionPolicy>;
|
|
22639
23105
|
"userCount"?: number;
|
|
22640
23106
|
"roleNeedsUpdate"?: boolean;
|
|
22641
|
-
"base"?: boolean;
|
|
22642
23107
|
"default"?: boolean;
|
|
23108
|
+
"base"?: boolean;
|
|
22643
23109
|
"selfUri"?: string;
|
|
22644
23110
|
}
|
|
22645
23111
|
|
|
@@ -22653,8 +23119,8 @@ declare namespace Models {
|
|
|
22653
23119
|
"permissionPolicies"?: Array<Models.DomainPermissionPolicy>;
|
|
22654
23120
|
"userCount"?: number;
|
|
22655
23121
|
"roleNeedsUpdate"?: boolean;
|
|
22656
|
-
"base"?: boolean;
|
|
22657
23122
|
"default"?: boolean;
|
|
23123
|
+
"base"?: boolean;
|
|
22658
23124
|
"selfUri"?: string;
|
|
22659
23125
|
}
|
|
22660
23126
|
|
|
@@ -22668,8 +23134,8 @@ declare namespace Models {
|
|
|
22668
23134
|
"permissionPolicies"?: Array<Models.DomainPermissionPolicy>;
|
|
22669
23135
|
"userCount"?: number;
|
|
22670
23136
|
"roleNeedsUpdate"?: boolean;
|
|
22671
|
-
"base"?: boolean;
|
|
22672
23137
|
"default"?: boolean;
|
|
23138
|
+
"base"?: boolean;
|
|
22673
23139
|
"selfUri"?: string;
|
|
22674
23140
|
}
|
|
22675
23141
|
|
|
@@ -23843,6 +24309,11 @@ declare namespace Models {
|
|
|
23843
24309
|
"selfUri"?: string;
|
|
23844
24310
|
}
|
|
23845
24311
|
|
|
24312
|
+
export interface EngagementRequest {
|
|
24313
|
+
"visibility"?: string;
|
|
24314
|
+
"status"?: string;
|
|
24315
|
+
}
|
|
24316
|
+
|
|
23846
24317
|
export interface EngineIntegration {
|
|
23847
24318
|
"id"?: string;
|
|
23848
24319
|
"selfUri"?: string;
|
|
@@ -25454,6 +25925,8 @@ declare namespace Models {
|
|
|
25454
25925
|
"trustor"?: Models.Trustor;
|
|
25455
25926
|
"schema"?: Models.DataSchema;
|
|
25456
25927
|
"customFields"?: { [key: string]: object; };
|
|
25928
|
+
"identifiers"?: Array<Models.ExternalOrganizationIdentifier>;
|
|
25929
|
+
"externalIds"?: Array<Models.ExternalId>;
|
|
25457
25930
|
"externalDataSources"?: Array<Models.ExternalDataSource>;
|
|
25458
25931
|
"selfUri"?: string;
|
|
25459
25932
|
}
|
|
@@ -28729,6 +29202,23 @@ declare namespace Models {
|
|
|
28729
29202
|
"message"?: string;
|
|
28730
29203
|
}
|
|
28731
29204
|
|
|
29205
|
+
export interface InvoiceAddress {
|
|
29206
|
+
"getdateEffective"?: string;
|
|
29207
|
+
"addressType"?: string;
|
|
29208
|
+
"currencyIsoCode"?: string;
|
|
29209
|
+
"line1"?: string;
|
|
29210
|
+
"line2"?: string;
|
|
29211
|
+
"line3"?: string;
|
|
29212
|
+
"cityName"?: string;
|
|
29213
|
+
"postalCode"?: string;
|
|
29214
|
+
"stateCode"?: string;
|
|
29215
|
+
"countryCode"?: string;
|
|
29216
|
+
"getcitySubdivision1"?: string;
|
|
29217
|
+
"regionSubdivision1"?: string;
|
|
29218
|
+
"regionSubdivision2"?: string;
|
|
29219
|
+
"country"?: string;
|
|
29220
|
+
}
|
|
29221
|
+
|
|
28732
29222
|
export interface IpAddressAuthentication {
|
|
28733
29223
|
"networkWhitelist"?: Array<string>;
|
|
28734
29224
|
}
|
|
@@ -30109,6 +30599,18 @@ declare namespace Models {
|
|
|
30109
30599
|
"additionalProperties"?: object;
|
|
30110
30600
|
}
|
|
30111
30601
|
|
|
30602
|
+
export interface JsonSchemaWithDefinitions {
|
|
30603
|
+
"id"?: string;
|
|
30604
|
+
"$schema"?: string;
|
|
30605
|
+
"title"?: string;
|
|
30606
|
+
"description"?: string;
|
|
30607
|
+
"type"?: string;
|
|
30608
|
+
"required"?: Array<string>;
|
|
30609
|
+
"properties"?: { [key: string]: object; };
|
|
30610
|
+
"additionalProperties"?: object;
|
|
30611
|
+
"definitions"?: { [key: string]: Models.Definition; };
|
|
30612
|
+
}
|
|
30613
|
+
|
|
30112
30614
|
export interface JsonSearchResponse {
|
|
30113
30615
|
"total": number;
|
|
30114
30616
|
"pageCount": number;
|
|
@@ -32489,6 +32991,16 @@ declare namespace Models {
|
|
|
32489
32991
|
"previousUri"?: string;
|
|
32490
32992
|
}
|
|
32491
32993
|
|
|
32994
|
+
export interface Literal {
|
|
32995
|
+
"string"?: string;
|
|
32996
|
+
"integer"?: number;
|
|
32997
|
+
"number"?: number;
|
|
32998
|
+
"date"?: string;
|
|
32999
|
+
"datetime"?: string;
|
|
33000
|
+
"special"?: string;
|
|
33001
|
+
"boolean"?: boolean;
|
|
33002
|
+
}
|
|
33003
|
+
|
|
32492
33004
|
export interface LocalDateRange {
|
|
32493
33005
|
"startDate"?: string;
|
|
32494
33006
|
"endDate"?: string;
|
|
@@ -32753,11 +33265,11 @@ declare namespace Models {
|
|
|
32753
33265
|
"pageSize"?: number;
|
|
32754
33266
|
"pageNumber"?: number;
|
|
32755
33267
|
"total"?: number;
|
|
33268
|
+
"pageCount"?: number;
|
|
32756
33269
|
"nextUri"?: string;
|
|
32757
33270
|
"previousUri"?: string;
|
|
32758
33271
|
"lastUri"?: string;
|
|
32759
33272
|
"firstUri"?: string;
|
|
32760
|
-
"pageCount"?: number;
|
|
32761
33273
|
"selfUri"?: string;
|
|
32762
33274
|
}
|
|
32763
33275
|
|
|
@@ -35962,6 +36474,11 @@ declare namespace Models {
|
|
|
35962
36474
|
"score"?: number;
|
|
35963
36475
|
}
|
|
35964
36476
|
|
|
36477
|
+
export interface OutputValue {
|
|
36478
|
+
"schemaPropertyKey": string;
|
|
36479
|
+
"properties"?: Array<Models.OutputValue>;
|
|
36480
|
+
}
|
|
36481
|
+
|
|
35965
36482
|
export interface OverallBestPoints {
|
|
35966
36483
|
"division"?: Models.Division;
|
|
35967
36484
|
"bestPoints"?: Array<Models.OverallBestPointsItem>;
|
|
@@ -37359,9 +37876,9 @@ declare namespace Models {
|
|
|
37359
37876
|
export interface ProgramsMappingsEntityListing {
|
|
37360
37877
|
"entities"?: Array<Models.ProgramMappings>;
|
|
37361
37878
|
"pageSize"?: number;
|
|
37879
|
+
"pageCount"?: number;
|
|
37362
37880
|
"nextUri"?: string;
|
|
37363
37881
|
"selfUri"?: string;
|
|
37364
|
-
"pageCount"?: number;
|
|
37365
37882
|
}
|
|
37366
37883
|
|
|
37367
37884
|
export interface ProgressConsultTransferEvent {
|
|
@@ -37460,6 +37977,16 @@ declare namespace Models {
|
|
|
37460
37977
|
"newValues"?: Array<string>;
|
|
37461
37978
|
}
|
|
37462
37979
|
|
|
37980
|
+
export interface PropertyDefinition {
|
|
37981
|
+
"title"?: string;
|
|
37982
|
+
"description"?: string;
|
|
37983
|
+
"type"?: Array<string>;
|
|
37984
|
+
"pattern"?: string;
|
|
37985
|
+
"format"?: string;
|
|
37986
|
+
"items"?: Models.Items;
|
|
37987
|
+
"properties"?: { [key: string]: Models.PropertyDefinition; };
|
|
37988
|
+
}
|
|
37989
|
+
|
|
37463
37990
|
export interface PropertyIndexRequest {
|
|
37464
37991
|
"sessionId": string;
|
|
37465
37992
|
"targetDate": string;
|
|
@@ -41199,6 +41726,7 @@ declare namespace Models {
|
|
|
41199
41726
|
"maxAllowedRestorationsForOrg"?: number;
|
|
41200
41727
|
"remainingRestorationsAllowedForOrg"?: number;
|
|
41201
41728
|
"sessionId"?: string;
|
|
41729
|
+
"region"?: string;
|
|
41202
41730
|
"selfUri"?: string;
|
|
41203
41731
|
}
|
|
41204
41732
|
|
|
@@ -41458,6 +41986,7 @@ declare namespace Models {
|
|
|
41458
41986
|
"recipientEmails"?: Array<string>;
|
|
41459
41987
|
"includeDurationFormatInHeader"?: boolean;
|
|
41460
41988
|
"durationFormat"?: string;
|
|
41989
|
+
"chartColumns"?: Array<Models.ChartColumn>;
|
|
41461
41990
|
}
|
|
41462
41991
|
|
|
41463
41992
|
export interface ReportingExportJobResponse {
|
|
@@ -41492,6 +42021,7 @@ declare namespace Models {
|
|
|
41492
42021
|
"includeDurationFormatInHeader"?: boolean;
|
|
41493
42022
|
"durationFormat"?: string;
|
|
41494
42023
|
"exportAllowedToRerun"?: boolean;
|
|
42024
|
+
"chartColumns"?: Array<Models.ChartColumn>;
|
|
41495
42025
|
"enabled"?: boolean;
|
|
41496
42026
|
"selfUri"?: string;
|
|
41497
42027
|
}
|
|
@@ -42004,6 +42534,7 @@ declare namespace Models {
|
|
|
42004
42534
|
export interface RestErrorDetail {
|
|
42005
42535
|
"error": string;
|
|
42006
42536
|
"details"?: string;
|
|
42537
|
+
"userParams"?: Array<Models.UserParam>;
|
|
42007
42538
|
}
|
|
42008
42539
|
|
|
42009
42540
|
export interface RestorePresenceSettings {
|
|
@@ -42275,6 +42806,17 @@ declare namespace Models {
|
|
|
42275
42806
|
"skillIds"?: Array<string>;
|
|
42276
42807
|
}
|
|
42277
42808
|
|
|
42809
|
+
export interface RowSearchFilter {
|
|
42810
|
+
"predicates": Array<Models.RowSearchPredicate>;
|
|
42811
|
+
}
|
|
42812
|
+
|
|
42813
|
+
export interface RowSearchPredicate {
|
|
42814
|
+
"columnId": string;
|
|
42815
|
+
"operator": string;
|
|
42816
|
+
"value"?: string;
|
|
42817
|
+
"special"?: string;
|
|
42818
|
+
}
|
|
42819
|
+
|
|
42278
42820
|
export interface RuleConfig {
|
|
42279
42821
|
"id"?: string;
|
|
42280
42822
|
"enabled": boolean;
|
|
@@ -43019,6 +43561,10 @@ declare namespace Models {
|
|
|
43019
43561
|
"fields"?: Array<string>;
|
|
43020
43562
|
}
|
|
43021
43563
|
|
|
43564
|
+
export interface SearchDecisionTableRowsRequest {
|
|
43565
|
+
"filter": Models.RowSearchFilter;
|
|
43566
|
+
}
|
|
43567
|
+
|
|
43022
43568
|
export interface SearchRequest {
|
|
43023
43569
|
"sortOrder"?: string;
|
|
43024
43570
|
"sortBy"?: string;
|
|
@@ -44205,6 +44751,7 @@ declare namespace Models {
|
|
|
44205
44751
|
"countNeutral"?: number;
|
|
44206
44752
|
"countUnknown"?: number;
|
|
44207
44753
|
"sum"?: number;
|
|
44754
|
+
"average"?: number;
|
|
44208
44755
|
"current"?: number;
|
|
44209
44756
|
"ratio"?: number;
|
|
44210
44757
|
"numerator"?: number;
|
|
@@ -44321,7 +44868,7 @@ declare namespace Models {
|
|
|
44321
44868
|
"summaryType"?: string;
|
|
44322
44869
|
"mediaType"?: string;
|
|
44323
44870
|
"language"?: string;
|
|
44324
|
-
"
|
|
44871
|
+
"sourceId"?: string;
|
|
44325
44872
|
"summary"?: string;
|
|
44326
44873
|
"generated"?: boolean;
|
|
44327
44874
|
"dateCreated"?: string;
|
|
@@ -47210,9 +47757,9 @@ declare namespace Models {
|
|
|
47210
47757
|
export interface UnpublishedProgramsEntityListing {
|
|
47211
47758
|
"entities"?: Array<Models.Program>;
|
|
47212
47759
|
"pageSize"?: number;
|
|
47760
|
+
"pageCount"?: number;
|
|
47213
47761
|
"nextUri"?: string;
|
|
47214
47762
|
"selfUri"?: string;
|
|
47215
|
-
"pageCount"?: number;
|
|
47216
47763
|
}
|
|
47217
47764
|
|
|
47218
47765
|
export interface UnreadFields {
|
|
@@ -47307,6 +47854,26 @@ declare namespace Models {
|
|
|
47307
47854
|
"updateOption": string;
|
|
47308
47855
|
}
|
|
47309
47856
|
|
|
47857
|
+
export interface UpdateDecisionTableColumnsRequest {
|
|
47858
|
+
"inputs"?: Array<Models.DecisionTableInputColumnRequest>;
|
|
47859
|
+
"outputs"?: Array<Models.DecisionTableOutputColumnRequest>;
|
|
47860
|
+
}
|
|
47861
|
+
|
|
47862
|
+
export interface UpdateDecisionTableRequest {
|
|
47863
|
+
"name"?: string;
|
|
47864
|
+
"description"?: string;
|
|
47865
|
+
"columns"?: Models.UpdateDecisionTableColumnsRequest;
|
|
47866
|
+
}
|
|
47867
|
+
|
|
47868
|
+
export interface UpdateDecisionTableRowRequest {
|
|
47869
|
+
"inputs"?: { [key: string]: Models.DecisionTableRowParameterValue; };
|
|
47870
|
+
"outputs"?: { [key: string]: Models.DecisionTableRowParameterValue; };
|
|
47871
|
+
}
|
|
47872
|
+
|
|
47873
|
+
export interface UpdateDecisionTableVersionRequest {
|
|
47874
|
+
"rowIndexUpdate": Models.UpdateRowIndexRequest;
|
|
47875
|
+
}
|
|
47876
|
+
|
|
47310
47877
|
export interface UpdateDraftInput {
|
|
47311
47878
|
"category"?: string;
|
|
47312
47879
|
"name"?: string;
|
|
@@ -47371,6 +47938,11 @@ declare namespace Models {
|
|
|
47371
47938
|
"metadata": Models.WfmVersionedEntityMetadata;
|
|
47372
47939
|
}
|
|
47373
47940
|
|
|
47941
|
+
export interface UpdateRowIndexRequest {
|
|
47942
|
+
"rowId": string;
|
|
47943
|
+
"rowIndex": number;
|
|
47944
|
+
}
|
|
47945
|
+
|
|
47374
47946
|
export interface UpdateScheduleUploadResponse {
|
|
47375
47947
|
"uploadKey"?: string;
|
|
47376
47948
|
"url"?: string;
|
|
@@ -47502,6 +48074,10 @@ declare namespace Models {
|
|
|
47502
48074
|
"metadata": Models.WfmVersionedEntityMetadata;
|
|
47503
48075
|
}
|
|
47504
48076
|
|
|
48077
|
+
export interface UpdatedSettingsResponse {
|
|
48078
|
+
"message"?: string;
|
|
48079
|
+
}
|
|
48080
|
+
|
|
47505
48081
|
export interface UpdatedTopicObject {
|
|
47506
48082
|
}
|
|
47507
48083
|
|
|
@@ -47793,6 +48369,12 @@ declare namespace Models {
|
|
|
47793
48369
|
"rank"?: number;
|
|
47794
48370
|
}
|
|
47795
48371
|
|
|
48372
|
+
export interface UserChatSettings {
|
|
48373
|
+
"muted"?: boolean;
|
|
48374
|
+
"mentionsOnly"?: boolean;
|
|
48375
|
+
"notifyOnReactions"?: boolean;
|
|
48376
|
+
}
|
|
48377
|
+
|
|
47796
48378
|
export interface UserConversationSummary {
|
|
47797
48379
|
"userId"?: string;
|
|
47798
48380
|
"call"?: Models.MediaSummary;
|
|
@@ -49512,6 +50094,7 @@ declare namespace Models {
|
|
|
49512
50094
|
"programIds"?: Array<string>;
|
|
49513
50095
|
"categoryIds"?: Array<string>;
|
|
49514
50096
|
"deliveryPushed"?: boolean;
|
|
50097
|
+
"socialRatings"?: Array<number>;
|
|
49515
50098
|
}
|
|
49516
50099
|
|
|
49517
50100
|
export interface VisibilityCondition {
|
|
@@ -50150,6 +50733,7 @@ declare namespace Models {
|
|
|
50150
50733
|
"generic"?: Models.WebMessagingGeneric;
|
|
50151
50734
|
"card"?: Models.ContentCard;
|
|
50152
50735
|
"carousel"?: Models.ContentCarousel;
|
|
50736
|
+
"datePicker"?: Models.ContentDatePicker;
|
|
50153
50737
|
}
|
|
50154
50738
|
|
|
50155
50739
|
export interface WebMessagingEvent {
|
|
@@ -51644,6 +52228,12 @@ declare namespace Models {
|
|
|
51644
52228
|
"entities"?: Array<Models.WhatsAppAvailablePhoneNumberDetails>;
|
|
51645
52229
|
}
|
|
51646
52230
|
|
|
52231
|
+
export interface WhatsAppCallingConfigurationRequest {
|
|
52232
|
+
}
|
|
52233
|
+
|
|
52234
|
+
export interface WhatsAppCallingConfigurationResponse {
|
|
52235
|
+
}
|
|
52236
|
+
|
|
51647
52237
|
export interface WhatsAppColumn {
|
|
51648
52238
|
"columnName": string;
|
|
51649
52239
|
"type": string;
|