purecloud-platform-client-v2 133.0.1 → 134.0.1
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 +2 -2
- package/dist/node/purecloud-platform-client-v2.js +532 -95
- package/dist/web-amd/purecloud-platform-client-v2.js +532 -95
- package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
- package/dist/web-cjs/bundle.js +532 -95
- package/dist/web-cjs/purecloud-platform-client-v2.js +544 -99
- package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
- package/index.d.ts +662 -11
- package/package.json +1 -1
- package/src/purecloud-platform-client-v2/ApiClient.js +2 -2
- package/src/purecloud-platform-client-v2/api/AlertingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AnalyticsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ArchitectApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AuditApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AuthorizationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/BillingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ChatApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/CoachingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ContentManagementApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ConversationsApi.js +76 -1
- package/src/purecloud-platform-client-v2/api/DataExtensionsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/FaxApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/FlowsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GamificationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GeolocationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GreetingsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GroupsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/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/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 +14 -6
- package/src/purecloud-platform-client-v2/api/ObjectsApi.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/QualityApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/RecordingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +160 -1
- package/src/purecloud-platform-client-v2/api/RoutingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ScriptsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SearchApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/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 -26
- 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 -1
- package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +221 -1
- package/src/purecloud-platform-client-v2/index.js +1 -1
package/index.d.ts
CHANGED
|
@@ -1064,6 +1064,7 @@ declare class ConversationsApi {
|
|
|
1064
1064
|
patchConversationsCallbackParticipant(conversationId: string, participantId: string, body: Models.MediaParticipantRequest): Promise<void>;
|
|
1065
1065
|
patchConversationsCallbackParticipantAttributes(conversationId: string, participantId: string, body: Models.ParticipantAttributes): Promise<void>;
|
|
1066
1066
|
patchConversationsCallbackParticipantCommunication(conversationId: string, participantId: string, communicationId: string, body: Models.MediaParticipantRequest): Promise<Models.Empty>;
|
|
1067
|
+
patchConversationsCallbacks(body: Models.PatchCallbackRequest): Promise<Models.PatchCallbackResponse>;
|
|
1067
1068
|
patchConversationsChat(conversationId: string, body: Models.Conversation): Promise<Models.Conversation>;
|
|
1068
1069
|
patchConversationsChatParticipant(conversationId: string, participantId: string, body: Models.MediaParticipantRequest): Promise<void>;
|
|
1069
1070
|
patchConversationsChatParticipantAttributes(conversationId: string, participantId: string, body: Models.ParticipantAttributes): Promise<void>;
|
|
@@ -1103,6 +1104,8 @@ declare class ConversationsApi {
|
|
|
1103
1104
|
postConversationsCallParticipants(conversationId: string, body: Models.Conversation): Promise<Models.Conversation>;
|
|
1104
1105
|
postConversationsCallbackParticipantReplace(conversationId: string, participantId: string, body: Models.TransferRequest): Promise<void>;
|
|
1105
1106
|
postConversationsCallbacks(body: Models.CreateCallbackCommand): Promise<Models.CreateCallbackResponse>;
|
|
1107
|
+
postConversationsCallbacksBulkDisconnect(body: Models.BulkCallbackDisconnectRequest): Promise<void>;
|
|
1108
|
+
postConversationsCallbacksBulkUpdate(body: Models.BulkCallbackPatchRequest): Promise<Models.BulkCallbackPatchResponse>;
|
|
1106
1109
|
postConversationsCalls(body: Models.CreateCallRequest): Promise<Models.CreateCallResponse>;
|
|
1107
1110
|
postConversationsChatCommunicationMessages(conversationId: string, communicationId: string, body: Models.CreateWebChatMessageRequest): Promise<Models.WebChatMessage>;
|
|
1108
1111
|
postConversationsChatCommunicationTyping(conversationId: string, communicationId: string): Promise<Models.WebChatTyping>;
|
|
@@ -2424,8 +2427,8 @@ declare namespace NotificationsApi {
|
|
|
2424
2427
|
|
|
2425
2428
|
declare class OAuthApi {
|
|
2426
2429
|
deleteOauthClient(clientId: string): Promise<void>;
|
|
2427
|
-
getOauthAuthorization(clientId: string): Promise<Models.OAuthAuthorization>;
|
|
2428
|
-
getOauthAuthorizations(): Promise<Models.OAuthAuthorizationListing>;
|
|
2430
|
+
getOauthAuthorization(clientId: string, opts?: OAuthApi.getOauthAuthorizationOptions): Promise<Models.OAuthAuthorization>;
|
|
2431
|
+
getOauthAuthorizations(opts?: OAuthApi.getOauthAuthorizationsOptions): Promise<Models.OAuthAuthorizationListing>;
|
|
2429
2432
|
getOauthClient(clientId: string): Promise<Models.OAuthClient>;
|
|
2430
2433
|
getOauthClientUsageQueryResult(executionId: string, clientId: string): Promise<Models.ApiUsageQueryResult>;
|
|
2431
2434
|
getOauthClientUsageSummary(clientId: string, opts?: OAuthApi.getOauthClientUsageSummaryOptions): Promise<Models.UsageExecutionResult>;
|
|
@@ -2439,6 +2442,12 @@ declare class OAuthApi {
|
|
|
2439
2442
|
}
|
|
2440
2443
|
|
|
2441
2444
|
declare namespace OAuthApi {
|
|
2445
|
+
export interface getOauthAuthorizationOptions {
|
|
2446
|
+
"acceptLanguage"?: string;
|
|
2447
|
+
}
|
|
2448
|
+
export interface getOauthAuthorizationsOptions {
|
|
2449
|
+
"acceptLanguage"?: string;
|
|
2450
|
+
}
|
|
2442
2451
|
export interface getOauthClientUsageSummaryOptions {
|
|
2443
2452
|
"days"?: string;
|
|
2444
2453
|
}
|
|
@@ -3320,15 +3329,21 @@ declare namespace RecordingApi {
|
|
|
3320
3329
|
declare class ResponseManagementApi {
|
|
3321
3330
|
deleteResponsemanagementLibrary(libraryId: string): Promise<void>;
|
|
3322
3331
|
deleteResponsemanagementResponse(responseId: string): Promise<void>;
|
|
3332
|
+
deleteResponsemanagementResponseasset(responseAssetId: string): Promise<void>;
|
|
3323
3333
|
getResponsemanagementLibraries(opts?: ResponseManagementApi.getResponsemanagementLibrariesOptions): Promise<Models.LibraryEntityListing>;
|
|
3324
3334
|
getResponsemanagementLibrary(libraryId: string): Promise<Models.Library>;
|
|
3325
3335
|
getResponsemanagementResponse(responseId: string, opts?: ResponseManagementApi.getResponsemanagementResponseOptions): Promise<Models.Response>;
|
|
3336
|
+
getResponsemanagementResponseasset(responseAssetId: string): Promise<Models.ResponseAsset>;
|
|
3337
|
+
getResponsemanagementResponseassetsStatusStatusId(statusId: string): Promise<Models.ResponseAssetStatus>;
|
|
3326
3338
|
getResponsemanagementResponses(libraryId: string, opts?: ResponseManagementApi.getResponsemanagementResponsesOptions): Promise<Models.ResponseEntityListing>;
|
|
3327
3339
|
postResponsemanagementLibraries(body: Models.Library): Promise<Models.Library>;
|
|
3340
|
+
postResponsemanagementResponseassetsSearch(body: Models.ResponseAssetSearchRequest, opts?: ResponseManagementApi.postResponsemanagementResponseassetsSearchOptions): Promise<Models.ResponseAssetSearchResults>;
|
|
3341
|
+
postResponsemanagementResponseassetsUploads(body: Models.CreateResponseAssetRequest): Promise<Models.CreateResponseAssetResponse>;
|
|
3328
3342
|
postResponsemanagementResponses(body: Models.Response, opts?: ResponseManagementApi.postResponsemanagementResponsesOptions): Promise<Models.Response>;
|
|
3329
3343
|
postResponsemanagementResponsesQuery(body: Models.ResponseQueryRequest): Promise<Models.ResponseQueryResults>;
|
|
3330
3344
|
putResponsemanagementLibrary(libraryId: string, body: Models.Library): Promise<Models.Library>;
|
|
3331
|
-
putResponsemanagementResponse(responseId: string, body: Models.Response, opts?: ResponseManagementApi.putResponsemanagementResponseOptions): Promise<Models.Response>;
|
|
3345
|
+
putResponsemanagementResponse(responseId: string, body: Models.Response, opts?: ResponseManagementApi.putResponsemanagementResponseOptions): Promise<Models.Response>;
|
|
3346
|
+
putResponsemanagementResponseasset(responseAssetId: string, body: Models.ResponseAssetRequest): Promise<Models.ResponseAsset>;
|
|
3332
3347
|
}
|
|
3333
3348
|
|
|
3334
3349
|
declare namespace ResponseManagementApi {
|
|
@@ -3345,6 +3360,9 @@ declare namespace ResponseManagementApi {
|
|
|
3345
3360
|
"pageSize"?: number;
|
|
3346
3361
|
"expand"?: string;
|
|
3347
3362
|
}
|
|
3363
|
+
export interface postResponsemanagementResponseassetsSearchOptions {
|
|
3364
|
+
"expand"?: Array<string>;
|
|
3365
|
+
}
|
|
3348
3366
|
export interface postResponsemanagementResponsesOptions {
|
|
3349
3367
|
"expand"?: string;
|
|
3350
3368
|
}
|
|
@@ -4393,8 +4411,7 @@ declare class UploadsApi {
|
|
|
4393
4411
|
postLanguageunderstandingMinerUploads(minerId: string, body: Models.Empty): Promise<Models.UploadUrlResponse>;
|
|
4394
4412
|
postUploadsPublicassetsImages(body: Models.UploadUrlRequest): Promise<Models.UploadUrlResponse>;
|
|
4395
4413
|
postUploadsRecordings(body: Models.UploadUrlRequest): Promise<Models.UploadUrlResponse>;
|
|
4396
|
-
postUploadsWorkforcemanagementHistoricaldataCsv(body: Models.UploadUrlRequest): Promise<Models.UploadUrlResponse>;
|
|
4397
|
-
postUploadsWorkforcemanagementHistoricaldataJson(body: Models.UploadUrlRequest): Promise<Models.UploadUrlResponse>;
|
|
4414
|
+
postUploadsWorkforcemanagementHistoricaldataCsv(body: Models.UploadUrlRequest): Promise<Models.UploadUrlResponse>;
|
|
4398
4415
|
}
|
|
4399
4416
|
|
|
4400
4417
|
declare namespace UploadsApi {
|
|
@@ -4898,10 +4915,16 @@ declare class WorkforceManagementApi {
|
|
|
4898
4915
|
postWorkforcemanagementBusinessunitWeekScheduleAgentschedulesQuery(businessUnitId: string, weekId: string, scheduleId: string, body: Models.BuQueryAgentSchedulesRequest, opts?: WorkforceManagementApi.postWorkforcemanagementBusinessunitWeekScheduleAgentschedulesQueryOptions): Promise<Models.BuAsyncAgentSchedulesQueryResponse>;
|
|
4899
4916
|
postWorkforcemanagementBusinessunitWeekScheduleCopy(businessUnitId: string, weekId: string, scheduleId: string, body: Models.BuCopyScheduleRequest): Promise<Models.BuAsyncScheduleResponse>;
|
|
4900
4917
|
postWorkforcemanagementBusinessunitWeekScheduleReschedule(businessUnitId: string, weekId: string, scheduleId: string, body: Models.BuRescheduleRequest): Promise<Models.BuAsyncScheduleRunResponse>;
|
|
4918
|
+
postWorkforcemanagementBusinessunitWeekScheduleUpdate(businessUnitId: string, weekId: string, scheduleId: string, body: Models.ProcessScheduleUpdateUploadRequest): Promise<Models.BuAsyncScheduleResponse>;
|
|
4919
|
+
postWorkforcemanagementBusinessunitWeekScheduleUpdateUploadurl(businessUnitId: string, weekId: string, scheduleId: string, body: Models.UploadUrlRequestBody): Promise<Models.UpdateScheduleUploadResponse>;
|
|
4901
4920
|
postWorkforcemanagementBusinessunitWeekSchedules(businessUnitId: string, weekId: string, body: Models.BuCreateBlankScheduleRequest): Promise<Models.BuScheduleMetadata>;
|
|
4902
4921
|
postWorkforcemanagementBusinessunitWeekSchedulesGenerate(businessUnitId: string, weekId: string, body: Models.BuGenerateScheduleRequest): Promise<Models.BuAsyncScheduleRunResponse>;
|
|
4922
|
+
postWorkforcemanagementBusinessunitWeekSchedulesImport(businessUnitId: string, weekId: string, body: Models.WfmProcessUploadRequest): Promise<Models.ScheduleUploadProcessingResponse>;
|
|
4923
|
+
postWorkforcemanagementBusinessunitWeekSchedulesImportUploadurl(businessUnitId: string, weekId: string, body: Models.UploadUrlRequestBody): Promise<Models.ImportScheduleUploadResponse>;
|
|
4903
4924
|
postWorkforcemanagementBusinessunitWeekShorttermforecastCopy(businessUnitId: string, weekDateId: string, forecastId: string, body: Models.CopyBuForecastRequest, opts?: WorkforceManagementApi.postWorkforcemanagementBusinessunitWeekShorttermforecastCopyOptions): Promise<Models.AsyncForecastOperationResult>;
|
|
4904
4925
|
postWorkforcemanagementBusinessunitWeekShorttermforecastsGenerate(businessUnitId: string, weekDateId: string, body: Models.GenerateBuForecastRequest, opts?: WorkforceManagementApi.postWorkforcemanagementBusinessunitWeekShorttermforecastsGenerateOptions): Promise<Models.AsyncForecastOperationResult>;
|
|
4926
|
+
postWorkforcemanagementBusinessunitWeekShorttermforecastsImport(businessUnitId: string, weekDateId: string, body: Models.WfmProcessUploadRequest): Promise<Models.ImportForecastResponse>;
|
|
4927
|
+
postWorkforcemanagementBusinessunitWeekShorttermforecastsImportUploadurl(businessUnitId: string, weekDateId: string, body: Models.UploadUrlRequestBody): Promise<Models.ImportForecastUploadResponse>;
|
|
4905
4928
|
postWorkforcemanagementBusinessunits(opts?: WorkforceManagementApi.postWorkforcemanagementBusinessunitsOptions): Promise<Models.BusinessUnit>;
|
|
4906
4929
|
postWorkforcemanagementCalendarUrlIcs(opts?: WorkforceManagementApi.postWorkforcemanagementCalendarUrlIcsOptions): Promise<Models.CalendarUrlResponse>;
|
|
4907
4930
|
postWorkforcemanagementHistoricaldataDeletejob(): Promise<Models.HistoricalImportDeleteJobResponse>;
|
|
@@ -7405,6 +7428,22 @@ declare namespace Models {
|
|
|
7405
7428
|
"downloadUrl"?: string;
|
|
7406
7429
|
}
|
|
7407
7430
|
|
|
7431
|
+
export interface BuImportAgentScheduleUploadSchema {
|
|
7432
|
+
"userId": string;
|
|
7433
|
+
"workPlanId"?: Models.ValueWrapperString;
|
|
7434
|
+
"workPlanIdsPerWeek"?: Models.ListWrapperString;
|
|
7435
|
+
"shifts"?: Array<Models.BuAgentScheduleShift>;
|
|
7436
|
+
"fullDayTimeOffMarkers"?: Array<Models.BuFullDayTimeOffMarker>;
|
|
7437
|
+
}
|
|
7438
|
+
|
|
7439
|
+
export interface BuImportShortTermForecastSchema {
|
|
7440
|
+
"description": string;
|
|
7441
|
+
"weekCount": number;
|
|
7442
|
+
"planningGroups": Array<Models.ForecastPlanningGroupData>;
|
|
7443
|
+
"longTermPlanningGroups"?: Array<Models.LongTermForecastPlanningGroupData>;
|
|
7444
|
+
"canUseForScheduling"?: boolean;
|
|
7445
|
+
}
|
|
7446
|
+
|
|
7408
7447
|
export interface BuIntradayDataGroup {
|
|
7409
7448
|
"mediaType"?: string;
|
|
7410
7449
|
"forecastDataSummary"?: Models.BuIntradayForecastData;
|
|
@@ -7609,6 +7648,30 @@ declare namespace Models {
|
|
|
7609
7648
|
"defaultHistoryWeeks"?: number;
|
|
7610
7649
|
}
|
|
7611
7650
|
|
|
7651
|
+
export interface BuUpdateAgentScheduleUploadSchema {
|
|
7652
|
+
"userId": string;
|
|
7653
|
+
"workPlanId"?: Models.ValueWrapperString;
|
|
7654
|
+
"workPlanIdsPerWeek"?: Models.ListWrapperString;
|
|
7655
|
+
"shifts"?: Array<Models.BuAgentScheduleShift>;
|
|
7656
|
+
"fullDayTimeOffMarkers"?: Array<Models.BuFullDayTimeOffMarker>;
|
|
7657
|
+
"metadata"?: Models.WfmVersionedEntityMetadata;
|
|
7658
|
+
"delete"?: boolean;
|
|
7659
|
+
}
|
|
7660
|
+
|
|
7661
|
+
export interface BulkCallbackDisconnectRequest {
|
|
7662
|
+
"callbackDisconnectIdentifiers": Array<Models.CallbackDisconnectIdentifier>;
|
|
7663
|
+
}
|
|
7664
|
+
|
|
7665
|
+
export interface BulkCallbackPatchRequest {
|
|
7666
|
+
"patchCallbackRequests": Array<Models.PatchCallbackRequest>;
|
|
7667
|
+
}
|
|
7668
|
+
|
|
7669
|
+
export interface BulkCallbackPatchResponse {
|
|
7670
|
+
"results"?: Array<Models.BulkResult>;
|
|
7671
|
+
"errorCount"?: number;
|
|
7672
|
+
"errorIndexes"?: Array<number>;
|
|
7673
|
+
}
|
|
7674
|
+
|
|
7612
7675
|
export interface BulkContactsRequest {
|
|
7613
7676
|
"entities"?: Array<Models.ExternalContact>;
|
|
7614
7677
|
}
|
|
@@ -7625,6 +7688,11 @@ declare namespace Models {
|
|
|
7625
7688
|
"errorIndexes"?: Array<number>;
|
|
7626
7689
|
}
|
|
7627
7690
|
|
|
7691
|
+
export interface BulkError {
|
|
7692
|
+
"message"?: string;
|
|
7693
|
+
"code"?: string;
|
|
7694
|
+
}
|
|
7695
|
+
|
|
7628
7696
|
export interface BulkErrorDetail {
|
|
7629
7697
|
"fieldName"?: string;
|
|
7630
7698
|
"value"?: string;
|
|
@@ -7797,6 +7865,11 @@ declare namespace Models {
|
|
|
7797
7865
|
"error"?: Models.BulkErrorEntity;
|
|
7798
7866
|
}
|
|
7799
7867
|
|
|
7868
|
+
export interface BulkResult {
|
|
7869
|
+
"error"?: Models.BulkError;
|
|
7870
|
+
"entity"?: object;
|
|
7871
|
+
}
|
|
7872
|
+
|
|
7800
7873
|
export interface BulkShiftTradeStateUpdateRequest {
|
|
7801
7874
|
"entities": Array<Models.BulkUpdateShiftTradeStateRequestItem>;
|
|
7802
7875
|
}
|
|
@@ -8340,6 +8413,11 @@ declare namespace Models {
|
|
|
8340
8413
|
"pageCount"?: number;
|
|
8341
8414
|
}
|
|
8342
8415
|
|
|
8416
|
+
export interface CallbackDisconnectIdentifier {
|
|
8417
|
+
"conversationId": string;
|
|
8418
|
+
"callbackId"?: string;
|
|
8419
|
+
}
|
|
8420
|
+
|
|
8343
8421
|
export interface CallbackIdentifier {
|
|
8344
8422
|
"type": string;
|
|
8345
8423
|
"id": string;
|
|
@@ -8663,8 +8741,8 @@ declare namespace Models {
|
|
|
8663
8741
|
"expirationDate"?: string;
|
|
8664
8742
|
"issueDate"?: string;
|
|
8665
8743
|
"expired"?: boolean;
|
|
8666
|
-
"signatureValid"?: boolean;
|
|
8667
8744
|
"valid"?: boolean;
|
|
8745
|
+
"signatureValid"?: boolean;
|
|
8668
8746
|
}
|
|
8669
8747
|
|
|
8670
8748
|
export interface Change {
|
|
@@ -9879,6 +9957,8 @@ declare namespace Models {
|
|
|
9879
9957
|
"documentId"?: string;
|
|
9880
9958
|
"monitoredParticipantId"?: string;
|
|
9881
9959
|
"coachedParticipantId"?: string;
|
|
9960
|
+
"bargedParticipantId"?: string;
|
|
9961
|
+
"bargedTime"?: string;
|
|
9882
9962
|
"consultParticipantId"?: string;
|
|
9883
9963
|
"faxStatus"?: Models.ConversationCallEventTopicFaxStatus;
|
|
9884
9964
|
}
|
|
@@ -10618,6 +10698,10 @@ declare namespace Models {
|
|
|
10618
10698
|
"sessionJoinToken"?: string;
|
|
10619
10699
|
}
|
|
10620
10700
|
|
|
10701
|
+
export interface ConversationEventPresence {
|
|
10702
|
+
"type": string;
|
|
10703
|
+
}
|
|
10704
|
+
|
|
10621
10705
|
export interface ConversationEventTopicAddress {
|
|
10622
10706
|
"name"?: string;
|
|
10623
10707
|
"nameRaw"?: string;
|
|
@@ -10663,6 +10747,7 @@ declare namespace Models {
|
|
|
10663
10747
|
"disconnectReasons"?: Array<Models.ConversationEventTopicDisconnectReason>;
|
|
10664
10748
|
"faxStatus"?: Models.ConversationEventTopicFaxStatus;
|
|
10665
10749
|
"uuiData"?: string;
|
|
10750
|
+
"bargedTime"?: string;
|
|
10666
10751
|
"wrapup"?: Models.ConversationEventTopicWrapup;
|
|
10667
10752
|
"afterCallWork"?: Models.ConversationEventTopicAfterCallWork;
|
|
10668
10753
|
"afterCallWorkRequired"?: boolean;
|
|
@@ -10887,6 +10972,9 @@ declare namespace Models {
|
|
|
10887
10972
|
"id"?: string;
|
|
10888
10973
|
}
|
|
10889
10974
|
|
|
10975
|
+
export interface ConversationEventTopicObject {
|
|
10976
|
+
}
|
|
10977
|
+
|
|
10890
10978
|
export interface ConversationEventTopicParticipant {
|
|
10891
10979
|
"id"?: string;
|
|
10892
10980
|
"connectedTime"?: string;
|
|
@@ -10912,6 +11000,7 @@ declare namespace Models {
|
|
|
10912
11000
|
"alertingTimeoutMs"?: number;
|
|
10913
11001
|
"monitoredParticipantId"?: string;
|
|
10914
11002
|
"coachedParticipantId"?: string;
|
|
11003
|
+
"bargedParticipantId"?: string;
|
|
10915
11004
|
"screenRecordingState"?: string;
|
|
10916
11005
|
"flaggedReason"?: string;
|
|
10917
11006
|
"attributes"?: { [key: string]: string; };
|
|
@@ -10945,6 +11034,7 @@ declare namespace Models {
|
|
|
10945
11034
|
"provider"?: string;
|
|
10946
11035
|
"scriptId"?: string;
|
|
10947
11036
|
"peerId"?: string;
|
|
11037
|
+
"peerCount"?: Models.ConversationEventTopicObject;
|
|
10948
11038
|
"disconnectType"?: string;
|
|
10949
11039
|
"connectedTime"?: string;
|
|
10950
11040
|
"disconnectedTime"?: string;
|
|
@@ -10987,6 +11077,7 @@ declare namespace Models {
|
|
|
10987
11077
|
"audioMuted"?: boolean;
|
|
10988
11078
|
"videoMuted"?: boolean;
|
|
10989
11079
|
"sharingScreen"?: boolean;
|
|
11080
|
+
"peerCount"?: Models.ConversationEventTopicObject;
|
|
10990
11081
|
"provider"?: string;
|
|
10991
11082
|
"scriptId"?: string;
|
|
10992
11083
|
"peerId"?: string;
|
|
@@ -11031,6 +11122,7 @@ declare namespace Models {
|
|
|
11031
11122
|
"eventType": string;
|
|
11032
11123
|
"coBrowse"?: Models.ConversationEventCoBrowse;
|
|
11033
11124
|
"typing"?: Models.ConversationEventTyping;
|
|
11125
|
+
"presence"?: Models.ConversationEventPresence;
|
|
11034
11126
|
}
|
|
11035
11127
|
|
|
11036
11128
|
export interface ConversationMessageEventTopicConversationRoutingData {
|
|
@@ -11197,6 +11289,7 @@ declare namespace Models {
|
|
|
11197
11289
|
"firstName"?: string;
|
|
11198
11290
|
"lastName"?: string;
|
|
11199
11291
|
"email"?: string;
|
|
11292
|
+
"additionalIds"?: Array<Models.ConversationRecipientAdditionalIdentifier>;
|
|
11200
11293
|
}
|
|
11201
11294
|
|
|
11202
11295
|
export interface ConversationMessagingToRecipient {
|
|
@@ -11207,6 +11300,7 @@ declare namespace Models {
|
|
|
11207
11300
|
"firstName"?: string;
|
|
11208
11301
|
"lastName"?: string;
|
|
11209
11302
|
"email"?: string;
|
|
11303
|
+
"additionalIds"?: Array<Models.ConversationRecipientAdditionalIdentifier>;
|
|
11210
11304
|
}
|
|
11211
11305
|
|
|
11212
11306
|
export interface ConversationMetrics {
|
|
@@ -11377,6 +11471,11 @@ declare namespace Models {
|
|
|
11377
11471
|
"message": string;
|
|
11378
11472
|
}
|
|
11379
11473
|
|
|
11474
|
+
export interface ConversationRecipientAdditionalIdentifier {
|
|
11475
|
+
"type": string;
|
|
11476
|
+
"value": string;
|
|
11477
|
+
}
|
|
11478
|
+
|
|
11380
11479
|
export interface ConversationReference {
|
|
11381
11480
|
"id"?: string;
|
|
11382
11481
|
"selfUri"?: string;
|
|
@@ -12079,6 +12178,18 @@ declare namespace Models {
|
|
|
12079
12178
|
"selfUri"?: string;
|
|
12080
12179
|
}
|
|
12081
12180
|
|
|
12181
|
+
export interface CreateResponseAssetRequest {
|
|
12182
|
+
"name": string;
|
|
12183
|
+
"divisionId"?: string;
|
|
12184
|
+
"contentMd5"?: string;
|
|
12185
|
+
}
|
|
12186
|
+
|
|
12187
|
+
export interface CreateResponseAssetResponse {
|
|
12188
|
+
"id"?: string;
|
|
12189
|
+
"url"?: string;
|
|
12190
|
+
"headers"?: { [key: string]: string; };
|
|
12191
|
+
}
|
|
12192
|
+
|
|
12082
12193
|
export interface CreateSecureSession {
|
|
12083
12194
|
"sourceParticipantId"?: string;
|
|
12084
12195
|
"flowId": string;
|
|
@@ -14879,6 +14990,7 @@ declare namespace Models {
|
|
|
14879
14990
|
"user"?: Models.User;
|
|
14880
14991
|
"localEncryptionConfiguration"?: Models.LocalEncryptionConfiguration;
|
|
14881
14992
|
"keyConfigurationType"?: string;
|
|
14993
|
+
"kmsKeyArn"?: string;
|
|
14882
14994
|
"selfUri"?: string;
|
|
14883
14995
|
}
|
|
14884
14996
|
|
|
@@ -15170,8 +15282,8 @@ declare namespace Models {
|
|
|
15170
15282
|
"commentsRequired"?: boolean;
|
|
15171
15283
|
"visibilityCondition"?: Models.VisibilityCondition;
|
|
15172
15284
|
"answerOptions"?: Array<Models.AnswerOption>;
|
|
15173
|
-
"isCritical"?: boolean;
|
|
15174
15285
|
"isKill"?: boolean;
|
|
15286
|
+
"isCritical"?: boolean;
|
|
15175
15287
|
}
|
|
15176
15288
|
|
|
15177
15289
|
export interface EvaluationQuestionGroup {
|
|
@@ -16782,7 +16894,7 @@ declare namespace Models {
|
|
|
16782
16894
|
"scheduledActivityCategory"?: string;
|
|
16783
16895
|
"actualActivityCategory"?: string;
|
|
16784
16896
|
"systemPresence"?: string;
|
|
16785
|
-
"routingStatus"?:
|
|
16897
|
+
"routingStatus"?: string;
|
|
16786
16898
|
"impact"?: string;
|
|
16787
16899
|
"secondaryPresenceLookupId"?: string;
|
|
16788
16900
|
}
|
|
@@ -16971,6 +17083,19 @@ declare namespace Models {
|
|
|
16971
17083
|
"line"?: number;
|
|
16972
17084
|
}
|
|
16973
17085
|
|
|
17086
|
+
export interface ImportForecastResponse {
|
|
17087
|
+
"status"?: string;
|
|
17088
|
+
"operationId"?: string;
|
|
17089
|
+
"result"?: Models.BuShortTermForecast;
|
|
17090
|
+
}
|
|
17091
|
+
|
|
17092
|
+
export interface ImportForecastUploadResponse {
|
|
17093
|
+
"uploadKey"?: string;
|
|
17094
|
+
"url"?: string;
|
|
17095
|
+
"headers"?: { [key: string]: string; };
|
|
17096
|
+
"uploadBodySchema"?: Models.BuImportShortTermForecastSchema;
|
|
17097
|
+
}
|
|
17098
|
+
|
|
16974
17099
|
export interface ImportReport {
|
|
16975
17100
|
"errors"?: Array<Models.ImportError>;
|
|
16976
17101
|
"validated"?: Models.ResultCounters;
|
|
@@ -16978,6 +17103,22 @@ declare namespace Models {
|
|
|
16978
17103
|
"totalDocuments"?: number;
|
|
16979
17104
|
}
|
|
16980
17105
|
|
|
17106
|
+
export interface ImportScheduleUploadResponse {
|
|
17107
|
+
"uploadKey"?: string;
|
|
17108
|
+
"url"?: string;
|
|
17109
|
+
"headers"?: { [key: string]: string; };
|
|
17110
|
+
"uploadBodySchema"?: Models.ImportScheduleUploadSchema;
|
|
17111
|
+
}
|
|
17112
|
+
|
|
17113
|
+
export interface ImportScheduleUploadSchema {
|
|
17114
|
+
"description": string;
|
|
17115
|
+
"weekCount": number;
|
|
17116
|
+
"published"?: boolean;
|
|
17117
|
+
"shortTermForecast"?: Models.BuShortTermForecastReference;
|
|
17118
|
+
"headcountForecast"?: Models.BuHeadcountForecast;
|
|
17119
|
+
"agentSchedules"?: Array<Models.BuImportAgentScheduleUploadSchema>;
|
|
17120
|
+
}
|
|
17121
|
+
|
|
16981
17122
|
export interface ImportScriptStatusResponse {
|
|
16982
17123
|
"url"?: string;
|
|
16983
17124
|
"succeeded"?: boolean;
|
|
@@ -18883,6 +19024,10 @@ declare namespace Models {
|
|
|
18883
19024
|
"values"?: Array<Models.ShiftStartVariance>;
|
|
18884
19025
|
}
|
|
18885
19026
|
|
|
19027
|
+
export interface ListWrapperString {
|
|
19028
|
+
"values"?: Array<string>;
|
|
19029
|
+
}
|
|
19030
|
+
|
|
18886
19031
|
export interface ListedProgram {
|
|
18887
19032
|
"id"?: string;
|
|
18888
19033
|
"name"?: string;
|
|
@@ -20084,12 +20229,14 @@ declare namespace Models {
|
|
|
20084
20229
|
export interface OAuthAuthorization {
|
|
20085
20230
|
"client"?: Models.OAuthClient;
|
|
20086
20231
|
"scope"?: Array<string>;
|
|
20232
|
+
"roles"?: Array<string>;
|
|
20087
20233
|
"resourceOwner"?: Models.DomainEntityRef;
|
|
20088
20234
|
"dateCreated"?: string;
|
|
20089
20235
|
"dateModified"?: string;
|
|
20090
20236
|
"createdBy"?: Models.DomainEntityRef;
|
|
20091
20237
|
"modifiedBy"?: Models.DomainEntityRef;
|
|
20092
20238
|
"pending"?: boolean;
|
|
20239
|
+
"state"?: string;
|
|
20093
20240
|
"selfUri"?: string;
|
|
20094
20241
|
}
|
|
20095
20242
|
|
|
@@ -21091,6 +21238,18 @@ declare namespace Models {
|
|
|
21091
21238
|
"target"?: string;
|
|
21092
21239
|
}
|
|
21093
21240
|
|
|
21241
|
+
export interface PatchCallbackRequest {
|
|
21242
|
+
"conversationId": string;
|
|
21243
|
+
"queueId"?: string;
|
|
21244
|
+
"agentId": string;
|
|
21245
|
+
"callbackScheduledTime"?: string;
|
|
21246
|
+
}
|
|
21247
|
+
|
|
21248
|
+
export interface PatchCallbackResponse {
|
|
21249
|
+
"conversation": Models.DomainEntityRef;
|
|
21250
|
+
"callbackIdentifiers": Array<Models.CallbackIdentifier>;
|
|
21251
|
+
}
|
|
21252
|
+
|
|
21094
21253
|
export interface PatchCloseButtonStyleProperties {
|
|
21095
21254
|
"color"?: string;
|
|
21096
21255
|
"opacity"?: number;
|
|
@@ -21724,6 +21883,12 @@ declare namespace Models {
|
|
|
21724
21883
|
"selfUri"?: string;
|
|
21725
21884
|
}
|
|
21726
21885
|
|
|
21886
|
+
export interface ProcessScheduleUpdateUploadRequest {
|
|
21887
|
+
"uploadKey": string;
|
|
21888
|
+
"teamIds"?: Array<string>;
|
|
21889
|
+
"managementUnitIdsForAddedTeamUsers"?: Array<string>;
|
|
21890
|
+
}
|
|
21891
|
+
|
|
21727
21892
|
export interface Program {
|
|
21728
21893
|
"id"?: string;
|
|
21729
21894
|
"name"?: string;
|
|
@@ -22146,6 +22311,8 @@ declare namespace Models {
|
|
|
22146
22311
|
"documentId"?: string;
|
|
22147
22312
|
"monitoredParticipantId"?: string;
|
|
22148
22313
|
"coachedParticipantId"?: string;
|
|
22314
|
+
"bargedParticipantId"?: string;
|
|
22315
|
+
"bargedTime"?: string;
|
|
22149
22316
|
"consultParticipantId"?: string;
|
|
22150
22317
|
"faxStatus"?: Models.QueueConversationCallEventTopicFaxStatus;
|
|
22151
22318
|
}
|
|
@@ -22790,6 +22957,7 @@ declare namespace Models {
|
|
|
22790
22957
|
"disconnectReasons"?: Array<Models.QueueConversationEventTopicDisconnectReason>;
|
|
22791
22958
|
"faxStatus"?: Models.QueueConversationEventTopicFaxStatus;
|
|
22792
22959
|
"uuiData"?: string;
|
|
22960
|
+
"bargedTime"?: string;
|
|
22793
22961
|
"wrapup"?: Models.QueueConversationEventTopicWrapup;
|
|
22794
22962
|
"afterCallWork"?: Models.QueueConversationEventTopicAfterCallWork;
|
|
22795
22963
|
"afterCallWorkRequired"?: boolean;
|
|
@@ -23014,6 +23182,9 @@ declare namespace Models {
|
|
|
23014
23182
|
"id"?: string;
|
|
23015
23183
|
}
|
|
23016
23184
|
|
|
23185
|
+
export interface QueueConversationEventTopicObject {
|
|
23186
|
+
}
|
|
23187
|
+
|
|
23017
23188
|
export interface QueueConversationEventTopicParticipant {
|
|
23018
23189
|
"id"?: string;
|
|
23019
23190
|
"connectedTime"?: string;
|
|
@@ -23039,6 +23210,7 @@ declare namespace Models {
|
|
|
23039
23210
|
"alertingTimeoutMs"?: number;
|
|
23040
23211
|
"monitoredParticipantId"?: string;
|
|
23041
23212
|
"coachedParticipantId"?: string;
|
|
23213
|
+
"bargedParticipantId"?: string;
|
|
23042
23214
|
"screenRecordingState"?: string;
|
|
23043
23215
|
"flaggedReason"?: string;
|
|
23044
23216
|
"attributes"?: { [key: string]: string; };
|
|
@@ -23072,6 +23244,7 @@ declare namespace Models {
|
|
|
23072
23244
|
"provider"?: string;
|
|
23073
23245
|
"scriptId"?: string;
|
|
23074
23246
|
"peerId"?: string;
|
|
23247
|
+
"peerCount"?: Models.QueueConversationEventTopicObject;
|
|
23075
23248
|
"disconnectType"?: string;
|
|
23076
23249
|
"connectedTime"?: string;
|
|
23077
23250
|
"disconnectedTime"?: string;
|
|
@@ -23114,6 +23287,7 @@ declare namespace Models {
|
|
|
23114
23287
|
"audioMuted"?: boolean;
|
|
23115
23288
|
"videoMuted"?: boolean;
|
|
23116
23289
|
"sharingScreen"?: boolean;
|
|
23290
|
+
"peerCount"?: Models.QueueConversationEventTopicObject;
|
|
23117
23291
|
"provider"?: string;
|
|
23118
23292
|
"scriptId"?: string;
|
|
23119
23293
|
"peerId"?: string;
|
|
@@ -23445,6 +23619,7 @@ declare namespace Models {
|
|
|
23445
23619
|
"disconnectReasons"?: Array<Models.QueueConversationSocialExpressionEventTopicDisconnectReason>;
|
|
23446
23620
|
"faxStatus"?: Models.QueueConversationSocialExpressionEventTopicFaxStatus;
|
|
23447
23621
|
"uuiData"?: string;
|
|
23622
|
+
"bargedTime"?: string;
|
|
23448
23623
|
"wrapup"?: Models.QueueConversationSocialExpressionEventTopicWrapup;
|
|
23449
23624
|
"afterCallWork"?: Models.QueueConversationSocialExpressionEventTopicAfterCallWork;
|
|
23450
23625
|
"afterCallWorkRequired"?: boolean;
|
|
@@ -23669,6 +23844,9 @@ declare namespace Models {
|
|
|
23669
23844
|
"id"?: string;
|
|
23670
23845
|
}
|
|
23671
23846
|
|
|
23847
|
+
export interface QueueConversationSocialExpressionEventTopicObject {
|
|
23848
|
+
}
|
|
23849
|
+
|
|
23672
23850
|
export interface QueueConversationSocialExpressionEventTopicParticipant {
|
|
23673
23851
|
"id"?: string;
|
|
23674
23852
|
"connectedTime"?: string;
|
|
@@ -23694,6 +23872,7 @@ declare namespace Models {
|
|
|
23694
23872
|
"alertingTimeoutMs"?: number;
|
|
23695
23873
|
"monitoredParticipantId"?: string;
|
|
23696
23874
|
"coachedParticipantId"?: string;
|
|
23875
|
+
"bargedParticipantId"?: string;
|
|
23697
23876
|
"screenRecordingState"?: string;
|
|
23698
23877
|
"flaggedReason"?: string;
|
|
23699
23878
|
"attributes"?: { [key: string]: string; };
|
|
@@ -23727,6 +23906,7 @@ declare namespace Models {
|
|
|
23727
23906
|
"provider"?: string;
|
|
23728
23907
|
"scriptId"?: string;
|
|
23729
23908
|
"peerId"?: string;
|
|
23909
|
+
"peerCount"?: Models.QueueConversationSocialExpressionEventTopicObject;
|
|
23730
23910
|
"disconnectType"?: string;
|
|
23731
23911
|
"connectedTime"?: string;
|
|
23732
23912
|
"disconnectedTime"?: string;
|
|
@@ -23769,6 +23949,7 @@ declare namespace Models {
|
|
|
23769
23949
|
"audioMuted"?: boolean;
|
|
23770
23950
|
"videoMuted"?: boolean;
|
|
23771
23951
|
"sharingScreen"?: boolean;
|
|
23952
|
+
"peerCount"?: Models.QueueConversationSocialExpressionEventTopicObject;
|
|
23772
23953
|
"provider"?: string;
|
|
23773
23954
|
"scriptId"?: string;
|
|
23774
23955
|
"peerId"?: string;
|
|
@@ -23839,6 +24020,7 @@ declare namespace Models {
|
|
|
23839
24020
|
"disconnectReasons"?: Array<Models.QueueConversationVideoEventTopicDisconnectReason>;
|
|
23840
24021
|
"faxStatus"?: Models.QueueConversationVideoEventTopicFaxStatus;
|
|
23841
24022
|
"uuiData"?: string;
|
|
24023
|
+
"bargedTime"?: string;
|
|
23842
24024
|
"wrapup"?: Models.QueueConversationVideoEventTopicWrapup;
|
|
23843
24025
|
"afterCallWork"?: Models.QueueConversationVideoEventTopicAfterCallWork;
|
|
23844
24026
|
"afterCallWorkRequired"?: boolean;
|
|
@@ -24063,6 +24245,9 @@ declare namespace Models {
|
|
|
24063
24245
|
"id"?: string;
|
|
24064
24246
|
}
|
|
24065
24247
|
|
|
24248
|
+
export interface QueueConversationVideoEventTopicObject {
|
|
24249
|
+
}
|
|
24250
|
+
|
|
24066
24251
|
export interface QueueConversationVideoEventTopicParticipant {
|
|
24067
24252
|
"id"?: string;
|
|
24068
24253
|
"connectedTime"?: string;
|
|
@@ -24088,6 +24273,7 @@ declare namespace Models {
|
|
|
24088
24273
|
"alertingTimeoutMs"?: number;
|
|
24089
24274
|
"monitoredParticipantId"?: string;
|
|
24090
24275
|
"coachedParticipantId"?: string;
|
|
24276
|
+
"bargedParticipantId"?: string;
|
|
24091
24277
|
"screenRecordingState"?: string;
|
|
24092
24278
|
"flaggedReason"?: string;
|
|
24093
24279
|
"attributes"?: { [key: string]: string; };
|
|
@@ -24121,6 +24307,7 @@ declare namespace Models {
|
|
|
24121
24307
|
"provider"?: string;
|
|
24122
24308
|
"scriptId"?: string;
|
|
24123
24309
|
"peerId"?: string;
|
|
24310
|
+
"peerCount"?: Models.QueueConversationVideoEventTopicObject;
|
|
24124
24311
|
"disconnectType"?: string;
|
|
24125
24312
|
"connectedTime"?: string;
|
|
24126
24313
|
"disconnectedTime"?: string;
|
|
@@ -24163,6 +24350,7 @@ declare namespace Models {
|
|
|
24163
24350
|
"audioMuted"?: boolean;
|
|
24164
24351
|
"videoMuted"?: boolean;
|
|
24165
24352
|
"sharingScreen"?: boolean;
|
|
24353
|
+
"peerCount"?: Models.QueueConversationVideoEventTopicObject;
|
|
24166
24354
|
"provider"?: string;
|
|
24167
24355
|
"scriptId"?: string;
|
|
24168
24356
|
"peerId"?: string;
|
|
@@ -24317,12 +24505,15 @@ declare namespace Models {
|
|
|
24317
24505
|
"selfUri"?: string;
|
|
24318
24506
|
}
|
|
24319
24507
|
|
|
24508
|
+
export interface QueueUserEventTopicObject {
|
|
24509
|
+
}
|
|
24510
|
+
|
|
24320
24511
|
export interface QueueUserEventTopicQueueMember {
|
|
24321
24512
|
"id"?: string;
|
|
24322
24513
|
"user"?: Models.QueueUserEventTopicUserReference;
|
|
24323
24514
|
"queueId"?: string;
|
|
24324
24515
|
"joined"?: boolean;
|
|
24325
|
-
"additionalProperties"?:
|
|
24516
|
+
"additionalProperties"?: { [key: string]: Models.QueueUserEventTopicObject; };
|
|
24326
24517
|
}
|
|
24327
24518
|
|
|
24328
24519
|
export interface QueueUserEventTopicUserReference {
|
|
@@ -24377,6 +24568,11 @@ declare namespace Models {
|
|
|
24377
24568
|
"selfUri"?: string;
|
|
24378
24569
|
}
|
|
24379
24570
|
|
|
24571
|
+
export interface RecipientAdditionalIdentifier {
|
|
24572
|
+
"type": string;
|
|
24573
|
+
"value": string;
|
|
24574
|
+
}
|
|
24575
|
+
|
|
24380
24576
|
export interface RecipientListing {
|
|
24381
24577
|
"entities"?: Array<Models.Recipient>;
|
|
24382
24578
|
"pageSize"?: number;
|
|
@@ -25027,6 +25223,58 @@ declare namespace Models {
|
|
|
25027
25223
|
"selfUri"?: string;
|
|
25028
25224
|
}
|
|
25029
25225
|
|
|
25226
|
+
export interface ResponseAsset {
|
|
25227
|
+
"id"?: string;
|
|
25228
|
+
"name"?: string;
|
|
25229
|
+
"division"?: Models.Division;
|
|
25230
|
+
"contentLength"?: number;
|
|
25231
|
+
"contentLocation"?: string;
|
|
25232
|
+
"contentType"?: string;
|
|
25233
|
+
"dateCreated"?: string;
|
|
25234
|
+
"createdBy"?: Models.DomainEntityRef;
|
|
25235
|
+
"dateModified"?: string;
|
|
25236
|
+
"modifiedBy"?: Models.DomainEntityRef;
|
|
25237
|
+
"responses"?: Array<Models.DomainEntityRef>;
|
|
25238
|
+
"selfUri"?: string;
|
|
25239
|
+
}
|
|
25240
|
+
|
|
25241
|
+
export interface ResponseAssetFilter {
|
|
25242
|
+
"endValue"?: string;
|
|
25243
|
+
"values"?: Array<string>;
|
|
25244
|
+
"startValue"?: string;
|
|
25245
|
+
"fields"?: Array<string>;
|
|
25246
|
+
"value"?: string;
|
|
25247
|
+
"type"?: string;
|
|
25248
|
+
}
|
|
25249
|
+
|
|
25250
|
+
export interface ResponseAssetRequest {
|
|
25251
|
+
"name": string;
|
|
25252
|
+
"divisionId"?: string;
|
|
25253
|
+
}
|
|
25254
|
+
|
|
25255
|
+
export interface ResponseAssetSearchRequest {
|
|
25256
|
+
"pageSize"?: number;
|
|
25257
|
+
"pageNumber"?: number;
|
|
25258
|
+
"sortOrder"?: string;
|
|
25259
|
+
"sortBy"?: string;
|
|
25260
|
+
"query": Array<Models.ResponseAssetFilter>;
|
|
25261
|
+
}
|
|
25262
|
+
|
|
25263
|
+
export interface ResponseAssetSearchResults {
|
|
25264
|
+
"total"?: number;
|
|
25265
|
+
"pageCount"?: number;
|
|
25266
|
+
"pageSize"?: number;
|
|
25267
|
+
"pageNumber"?: number;
|
|
25268
|
+
"results"?: Array<Models.ResponseAsset>;
|
|
25269
|
+
}
|
|
25270
|
+
|
|
25271
|
+
export interface ResponseAssetStatus {
|
|
25272
|
+
"id"?: string;
|
|
25273
|
+
"status"?: string;
|
|
25274
|
+
"errorCode"?: string;
|
|
25275
|
+
"errorMessage"?: string;
|
|
25276
|
+
}
|
|
25277
|
+
|
|
25030
25278
|
export interface ResponseConfig {
|
|
25031
25279
|
"translationMap"?: { [key: string]: string; };
|
|
25032
25280
|
"translationMapDefaults"?: { [key: string]: string; };
|
|
@@ -25417,6 +25665,12 @@ declare namespace Models {
|
|
|
25417
25665
|
"end": string;
|
|
25418
25666
|
}
|
|
25419
25667
|
|
|
25668
|
+
export interface ScheduleUploadProcessingResponse {
|
|
25669
|
+
"status"?: string;
|
|
25670
|
+
"operationId"?: string;
|
|
25671
|
+
"result"?: Models.BuScheduleMetadata;
|
|
25672
|
+
}
|
|
25673
|
+
|
|
25420
25674
|
export interface SchedulerMessageArgument {
|
|
25421
25675
|
"type"?: string;
|
|
25422
25676
|
"value"?: string;
|
|
@@ -27089,6 +27343,9 @@ declare namespace Models {
|
|
|
27089
27343
|
"questionGroupScores"?: Array<Models.SurveyQuestionGroupScore>;
|
|
27090
27344
|
}
|
|
27091
27345
|
|
|
27346
|
+
export interface SystemMessageObject {
|
|
27347
|
+
}
|
|
27348
|
+
|
|
27092
27349
|
export interface SystemMessageSystemMessage {
|
|
27093
27350
|
"channelId"?: string;
|
|
27094
27351
|
"systemTopicType"?: string;
|
|
@@ -27098,7 +27355,7 @@ declare namespace Models {
|
|
|
27098
27355
|
"oauthClientId"?: string;
|
|
27099
27356
|
"reason"?: string;
|
|
27100
27357
|
"message"?: string;
|
|
27101
|
-
"data"?:
|
|
27358
|
+
"data"?: { [key: string]: Models.SystemMessageObject; };
|
|
27102
27359
|
}
|
|
27103
27360
|
|
|
27104
27361
|
export interface SystemPresence {
|
|
@@ -28471,6 +28728,22 @@ declare namespace Models {
|
|
|
28471
28728
|
"metadata": Models.WfmVersionedEntityMetadata;
|
|
28472
28729
|
}
|
|
28473
28730
|
|
|
28731
|
+
export interface UpdateScheduleUploadResponse {
|
|
28732
|
+
"uploadKey"?: string;
|
|
28733
|
+
"url"?: string;
|
|
28734
|
+
"headers"?: { [key: string]: string; };
|
|
28735
|
+
"uploadBodySchema"?: Models.UpdateScheduleUploadSchema;
|
|
28736
|
+
}
|
|
28737
|
+
|
|
28738
|
+
export interface UpdateScheduleUploadSchema {
|
|
28739
|
+
"description"?: string;
|
|
28740
|
+
"published"?: boolean;
|
|
28741
|
+
"shortTermForecast"?: Models.BuShortTermForecastReference;
|
|
28742
|
+
"headcountForecast"?: Models.BuHeadcountForecast;
|
|
28743
|
+
"agentSchedules"?: Array<Models.BuUpdateAgentScheduleUploadSchema>;
|
|
28744
|
+
"metadata": Models.WfmVersionedEntityMetadata;
|
|
28745
|
+
}
|
|
28746
|
+
|
|
28474
28747
|
export interface UpdateServiceGoalTemplate {
|
|
28475
28748
|
"name"?: string;
|
|
28476
28749
|
"serviceLevel"?: Models.BuServiceLevel;
|
|
@@ -28541,6 +28814,10 @@ declare namespace Models {
|
|
|
28541
28814
|
"serverSideEncryption"?: string;
|
|
28542
28815
|
}
|
|
28543
28816
|
|
|
28817
|
+
export interface UploadUrlRequestBody {
|
|
28818
|
+
"contentLengthBytes": number;
|
|
28819
|
+
}
|
|
28820
|
+
|
|
28544
28821
|
export interface UploadUrlResponse {
|
|
28545
28822
|
"url"?: string;
|
|
28546
28823
|
"uploadKey"?: string;
|
|
@@ -29170,6 +29447,9 @@ declare namespace Models {
|
|
|
29170
29447
|
"userParams"?: Array<Models.UserRoutingStatusUserParam>;
|
|
29171
29448
|
}
|
|
29172
29449
|
|
|
29450
|
+
export interface UserRoutingStatusObject {
|
|
29451
|
+
}
|
|
29452
|
+
|
|
29173
29453
|
export interface UserRoutingStatusRoutingStatus {
|
|
29174
29454
|
"status"?: string;
|
|
29175
29455
|
"startTime"?: string;
|
|
@@ -29181,6 +29461,7 @@ declare namespace Models {
|
|
|
29181
29461
|
}
|
|
29182
29462
|
|
|
29183
29463
|
export interface UserRoutingStatusUserRoutingStatus {
|
|
29464
|
+
"id"?: Models.UserRoutingStatusObject;
|
|
29184
29465
|
"routingStatus"?: Models.UserRoutingStatusRoutingStatus;
|
|
29185
29466
|
"errorInfo"?: Models.UserRoutingStatusErrorInfo;
|
|
29186
29467
|
}
|
|
@@ -29395,6 +29676,366 @@ declare namespace Models {
|
|
|
29395
29676
|
"utteranceText"?: string;
|
|
29396
29677
|
}
|
|
29397
29678
|
|
|
29679
|
+
export interface V2ConversationMessageTypingEventForUserTopicConversationButtonComponent {
|
|
29680
|
+
"title"?: string;
|
|
29681
|
+
"actions"?: Models.V2ConversationMessageTypingEventForUserTopicConversationContentActions;
|
|
29682
|
+
}
|
|
29683
|
+
|
|
29684
|
+
export interface V2ConversationMessageTypingEventForUserTopicConversationContentActions {
|
|
29685
|
+
"url"?: string;
|
|
29686
|
+
"urlTarget"?: string;
|
|
29687
|
+
"textback"?: string;
|
|
29688
|
+
}
|
|
29689
|
+
|
|
29690
|
+
export interface V2ConversationMessageTypingEventForUserTopicConversationContentAttachment {
|
|
29691
|
+
"id"?: string;
|
|
29692
|
+
"mediaType"?: string;
|
|
29693
|
+
"url"?: string;
|
|
29694
|
+
"mime"?: string;
|
|
29695
|
+
"text"?: string;
|
|
29696
|
+
"sha256"?: string;
|
|
29697
|
+
"filename"?: string;
|
|
29698
|
+
}
|
|
29699
|
+
|
|
29700
|
+
export interface V2ConversationMessageTypingEventForUserTopicConversationContentButtonResponse {
|
|
29701
|
+
"type"?: string;
|
|
29702
|
+
"text"?: string;
|
|
29703
|
+
"payload"?: string;
|
|
29704
|
+
}
|
|
29705
|
+
|
|
29706
|
+
export interface V2ConversationMessageTypingEventForUserTopicConversationContentGeneric {
|
|
29707
|
+
"title"?: string;
|
|
29708
|
+
"description"?: string;
|
|
29709
|
+
"image"?: string;
|
|
29710
|
+
"video"?: string;
|
|
29711
|
+
"actions"?: Models.V2ConversationMessageTypingEventForUserTopicConversationContentActions;
|
|
29712
|
+
"components"?: Array<Models.V2ConversationMessageTypingEventForUserTopicConversationButtonComponent>;
|
|
29713
|
+
}
|
|
29714
|
+
|
|
29715
|
+
export interface V2ConversationMessageTypingEventForUserTopicConversationContentLocation {
|
|
29716
|
+
"url"?: string;
|
|
29717
|
+
"address"?: string;
|
|
29718
|
+
"text"?: string;
|
|
29719
|
+
"latitude"?: number;
|
|
29720
|
+
"longitude"?: number;
|
|
29721
|
+
}
|
|
29722
|
+
|
|
29723
|
+
export interface V2ConversationMessageTypingEventForUserTopicConversationContentNotificationTemplate {
|
|
29724
|
+
"id"?: string;
|
|
29725
|
+
"language"?: string;
|
|
29726
|
+
"header"?: Models.V2ConversationMessageTypingEventForUserTopicConversationNotificationTemplateHeader;
|
|
29727
|
+
"body"?: Models.V2ConversationMessageTypingEventForUserTopicConversationNotificationTemplateBody;
|
|
29728
|
+
"footer"?: Models.V2ConversationMessageTypingEventForUserTopicConversationNotificationTemplateFooter;
|
|
29729
|
+
}
|
|
29730
|
+
|
|
29731
|
+
export interface V2ConversationMessageTypingEventForUserTopicConversationContentQuickReply {
|
|
29732
|
+
"text"?: string;
|
|
29733
|
+
"payload"?: string;
|
|
29734
|
+
"image"?: string;
|
|
29735
|
+
"action"?: string;
|
|
29736
|
+
}
|
|
29737
|
+
|
|
29738
|
+
export interface V2ConversationMessageTypingEventForUserTopicConversationContentStory {
|
|
29739
|
+
"type"?: string;
|
|
29740
|
+
"url"?: string;
|
|
29741
|
+
"replyToId"?: string;
|
|
29742
|
+
}
|
|
29743
|
+
|
|
29744
|
+
export interface V2ConversationMessageTypingEventForUserTopicConversationEventCoBrowse {
|
|
29745
|
+
"type"?: string;
|
|
29746
|
+
"sessionId"?: string;
|
|
29747
|
+
"sessionJoinToken"?: string;
|
|
29748
|
+
}
|
|
29749
|
+
|
|
29750
|
+
export interface V2ConversationMessageTypingEventForUserTopicConversationEventTyping {
|
|
29751
|
+
"type"?: string;
|
|
29752
|
+
"duration"?: number;
|
|
29753
|
+
}
|
|
29754
|
+
|
|
29755
|
+
export interface V2ConversationMessageTypingEventForUserTopicConversationMessageContent {
|
|
29756
|
+
"contentType"?: string;
|
|
29757
|
+
"location"?: Models.V2ConversationMessageTypingEventForUserTopicConversationContentLocation;
|
|
29758
|
+
"story"?: Models.V2ConversationMessageTypingEventForUserTopicConversationContentStory;
|
|
29759
|
+
"attachment"?: Models.V2ConversationMessageTypingEventForUserTopicConversationContentAttachment;
|
|
29760
|
+
"quickReply"?: Models.V2ConversationMessageTypingEventForUserTopicConversationContentQuickReply;
|
|
29761
|
+
"template"?: Models.V2ConversationMessageTypingEventForUserTopicConversationContentNotificationTemplate;
|
|
29762
|
+
"buttonResponse"?: Models.V2ConversationMessageTypingEventForUserTopicConversationContentButtonResponse;
|
|
29763
|
+
"generic"?: Models.V2ConversationMessageTypingEventForUserTopicConversationContentGeneric;
|
|
29764
|
+
}
|
|
29765
|
+
|
|
29766
|
+
export interface V2ConversationMessageTypingEventForUserTopicConversationMessageEvent {
|
|
29767
|
+
"eventType"?: string;
|
|
29768
|
+
"coBrowse"?: Models.V2ConversationMessageTypingEventForUserTopicConversationEventCoBrowse;
|
|
29769
|
+
"typing"?: Models.V2ConversationMessageTypingEventForUserTopicConversationEventTyping;
|
|
29770
|
+
}
|
|
29771
|
+
|
|
29772
|
+
export interface V2ConversationMessageTypingEventForUserTopicConversationMessagingChannel {
|
|
29773
|
+
"id"?: string;
|
|
29774
|
+
"platform"?: string;
|
|
29775
|
+
"messageId"?: string;
|
|
29776
|
+
"to"?: Models.V2ConversationMessageTypingEventForUserTopicConversationMessagingToRecipient;
|
|
29777
|
+
"from"?: Models.V2ConversationMessageTypingEventForUserTopicConversationMessagingFromRecipient;
|
|
29778
|
+
"time"?: string;
|
|
29779
|
+
"metadata"?: Models.V2ConversationMessageTypingEventForUserTopicConversationMessagingChannelMetadata;
|
|
29780
|
+
}
|
|
29781
|
+
|
|
29782
|
+
export interface V2ConversationMessageTypingEventForUserTopicConversationMessagingChannelMetadata {
|
|
29783
|
+
"customAttributes"?: { [key: string]: string; };
|
|
29784
|
+
}
|
|
29785
|
+
|
|
29786
|
+
export interface V2ConversationMessageTypingEventForUserTopicConversationMessagingFromRecipient {
|
|
29787
|
+
"nickname"?: string;
|
|
29788
|
+
"id"?: string;
|
|
29789
|
+
"idType"?: string;
|
|
29790
|
+
"image"?: string;
|
|
29791
|
+
"firstName"?: string;
|
|
29792
|
+
"lastName"?: string;
|
|
29793
|
+
"email"?: string;
|
|
29794
|
+
"additionalIds"?: Array<Models.V2ConversationMessageTypingEventForUserTopicConversationRecipientAdditionalIdentifier>;
|
|
29795
|
+
}
|
|
29796
|
+
|
|
29797
|
+
export interface V2ConversationMessageTypingEventForUserTopicConversationMessagingToRecipient {
|
|
29798
|
+
"nickname"?: string;
|
|
29799
|
+
"id"?: string;
|
|
29800
|
+
"idType"?: string;
|
|
29801
|
+
"image"?: string;
|
|
29802
|
+
"firstName"?: string;
|
|
29803
|
+
"lastName"?: string;
|
|
29804
|
+
"email"?: string;
|
|
29805
|
+
"additionalIds"?: Array<Models.V2ConversationMessageTypingEventForUserTopicConversationRecipientAdditionalIdentifier>;
|
|
29806
|
+
}
|
|
29807
|
+
|
|
29808
|
+
export interface V2ConversationMessageTypingEventForUserTopicConversationNormalizedMessage {
|
|
29809
|
+
"id"?: string;
|
|
29810
|
+
"channel"?: Models.V2ConversationMessageTypingEventForUserTopicConversationMessagingChannel;
|
|
29811
|
+
"type"?: string;
|
|
29812
|
+
"text"?: string;
|
|
29813
|
+
"content"?: Array<Models.V2ConversationMessageTypingEventForUserTopicConversationMessageContent>;
|
|
29814
|
+
"events"?: Array<Models.V2ConversationMessageTypingEventForUserTopicConversationMessageEvent>;
|
|
29815
|
+
"status"?: string;
|
|
29816
|
+
"reasons"?: Array<Models.V2ConversationMessageTypingEventForUserTopicConversationReason>;
|
|
29817
|
+
"originatingEntity"?: string;
|
|
29818
|
+
"isFinalReceipt"?: boolean;
|
|
29819
|
+
"direction"?: string;
|
|
29820
|
+
"metadata"?: { [key: string]: string; };
|
|
29821
|
+
}
|
|
29822
|
+
|
|
29823
|
+
export interface V2ConversationMessageTypingEventForUserTopicConversationNotificationTemplateBody {
|
|
29824
|
+
"text"?: string;
|
|
29825
|
+
"parameters"?: Array<Models.V2ConversationMessageTypingEventForUserTopicConversationNotificationTemplateParameter>;
|
|
29826
|
+
}
|
|
29827
|
+
|
|
29828
|
+
export interface V2ConversationMessageTypingEventForUserTopicConversationNotificationTemplateFooter {
|
|
29829
|
+
"text"?: string;
|
|
29830
|
+
}
|
|
29831
|
+
|
|
29832
|
+
export interface V2ConversationMessageTypingEventForUserTopicConversationNotificationTemplateHeader {
|
|
29833
|
+
"type"?: string;
|
|
29834
|
+
"text"?: string;
|
|
29835
|
+
"media"?: Models.V2ConversationMessageTypingEventForUserTopicConversationContentAttachment;
|
|
29836
|
+
"parameters"?: Array<Models.V2ConversationMessageTypingEventForUserTopicConversationNotificationTemplateParameter>;
|
|
29837
|
+
}
|
|
29838
|
+
|
|
29839
|
+
export interface V2ConversationMessageTypingEventForUserTopicConversationNotificationTemplateParameter {
|
|
29840
|
+
"name"?: string;
|
|
29841
|
+
"text"?: string;
|
|
29842
|
+
}
|
|
29843
|
+
|
|
29844
|
+
export interface V2ConversationMessageTypingEventForUserTopicConversationReason {
|
|
29845
|
+
"code"?: string;
|
|
29846
|
+
"message"?: string;
|
|
29847
|
+
}
|
|
29848
|
+
|
|
29849
|
+
export interface V2ConversationMessageTypingEventForUserTopicConversationRecipientAdditionalIdentifier {
|
|
29850
|
+
"type"?: string;
|
|
29851
|
+
"value"?: string;
|
|
29852
|
+
}
|
|
29853
|
+
|
|
29854
|
+
export interface V2ConversationMessageTypingEventForUserTopicMessageData {
|
|
29855
|
+
"conversationId"?: string;
|
|
29856
|
+
"normalizedMessage"?: Models.V2ConversationMessageTypingEventForUserTopicConversationNormalizedMessage;
|
|
29857
|
+
}
|
|
29858
|
+
|
|
29859
|
+
export interface V2ConversationMessageTypingEventForWorkflowTopicConversationButtonComponent {
|
|
29860
|
+
"title"?: string;
|
|
29861
|
+
"actions"?: Models.V2ConversationMessageTypingEventForWorkflowTopicConversationContentActions;
|
|
29862
|
+
}
|
|
29863
|
+
|
|
29864
|
+
export interface V2ConversationMessageTypingEventForWorkflowTopicConversationContentActions {
|
|
29865
|
+
"url"?: string;
|
|
29866
|
+
"urlTarget"?: string;
|
|
29867
|
+
"textback"?: string;
|
|
29868
|
+
}
|
|
29869
|
+
|
|
29870
|
+
export interface V2ConversationMessageTypingEventForWorkflowTopicConversationContentAttachment {
|
|
29871
|
+
"id"?: string;
|
|
29872
|
+
"mediaType"?: string;
|
|
29873
|
+
"url"?: string;
|
|
29874
|
+
"mime"?: string;
|
|
29875
|
+
"text"?: string;
|
|
29876
|
+
"sha256"?: string;
|
|
29877
|
+
"filename"?: string;
|
|
29878
|
+
}
|
|
29879
|
+
|
|
29880
|
+
export interface V2ConversationMessageTypingEventForWorkflowTopicConversationContentButtonResponse {
|
|
29881
|
+
"type"?: string;
|
|
29882
|
+
"text"?: string;
|
|
29883
|
+
"payload"?: string;
|
|
29884
|
+
}
|
|
29885
|
+
|
|
29886
|
+
export interface V2ConversationMessageTypingEventForWorkflowTopicConversationContentGeneric {
|
|
29887
|
+
"title"?: string;
|
|
29888
|
+
"description"?: string;
|
|
29889
|
+
"image"?: string;
|
|
29890
|
+
"video"?: string;
|
|
29891
|
+
"actions"?: Models.V2ConversationMessageTypingEventForWorkflowTopicConversationContentActions;
|
|
29892
|
+
"components"?: Array<Models.V2ConversationMessageTypingEventForWorkflowTopicConversationButtonComponent>;
|
|
29893
|
+
}
|
|
29894
|
+
|
|
29895
|
+
export interface V2ConversationMessageTypingEventForWorkflowTopicConversationContentLocation {
|
|
29896
|
+
"url"?: string;
|
|
29897
|
+
"address"?: string;
|
|
29898
|
+
"text"?: string;
|
|
29899
|
+
"latitude"?: number;
|
|
29900
|
+
"longitude"?: number;
|
|
29901
|
+
}
|
|
29902
|
+
|
|
29903
|
+
export interface V2ConversationMessageTypingEventForWorkflowTopicConversationContentNotificationTemplate {
|
|
29904
|
+
"id"?: string;
|
|
29905
|
+
"language"?: string;
|
|
29906
|
+
"header"?: Models.V2ConversationMessageTypingEventForWorkflowTopicConversationNotificationTemplateHeader;
|
|
29907
|
+
"body"?: Models.V2ConversationMessageTypingEventForWorkflowTopicConversationNotificationTemplateBody;
|
|
29908
|
+
"footer"?: Models.V2ConversationMessageTypingEventForWorkflowTopicConversationNotificationTemplateFooter;
|
|
29909
|
+
}
|
|
29910
|
+
|
|
29911
|
+
export interface V2ConversationMessageTypingEventForWorkflowTopicConversationContentQuickReply {
|
|
29912
|
+
"text"?: string;
|
|
29913
|
+
"payload"?: string;
|
|
29914
|
+
"image"?: string;
|
|
29915
|
+
"action"?: string;
|
|
29916
|
+
}
|
|
29917
|
+
|
|
29918
|
+
export interface V2ConversationMessageTypingEventForWorkflowTopicConversationContentStory {
|
|
29919
|
+
"type"?: string;
|
|
29920
|
+
"url"?: string;
|
|
29921
|
+
"replyToId"?: string;
|
|
29922
|
+
}
|
|
29923
|
+
|
|
29924
|
+
export interface V2ConversationMessageTypingEventForWorkflowTopicConversationEventCoBrowse {
|
|
29925
|
+
"type"?: string;
|
|
29926
|
+
"sessionId"?: string;
|
|
29927
|
+
"sessionJoinToken"?: string;
|
|
29928
|
+
}
|
|
29929
|
+
|
|
29930
|
+
export interface V2ConversationMessageTypingEventForWorkflowTopicConversationEventTyping {
|
|
29931
|
+
"type"?: string;
|
|
29932
|
+
"duration"?: number;
|
|
29933
|
+
}
|
|
29934
|
+
|
|
29935
|
+
export interface V2ConversationMessageTypingEventForWorkflowTopicConversationMessageContent {
|
|
29936
|
+
"contentType"?: string;
|
|
29937
|
+
"location"?: Models.V2ConversationMessageTypingEventForWorkflowTopicConversationContentLocation;
|
|
29938
|
+
"story"?: Models.V2ConversationMessageTypingEventForWorkflowTopicConversationContentStory;
|
|
29939
|
+
"attachment"?: Models.V2ConversationMessageTypingEventForWorkflowTopicConversationContentAttachment;
|
|
29940
|
+
"quickReply"?: Models.V2ConversationMessageTypingEventForWorkflowTopicConversationContentQuickReply;
|
|
29941
|
+
"template"?: Models.V2ConversationMessageTypingEventForWorkflowTopicConversationContentNotificationTemplate;
|
|
29942
|
+
"buttonResponse"?: Models.V2ConversationMessageTypingEventForWorkflowTopicConversationContentButtonResponse;
|
|
29943
|
+
"generic"?: Models.V2ConversationMessageTypingEventForWorkflowTopicConversationContentGeneric;
|
|
29944
|
+
}
|
|
29945
|
+
|
|
29946
|
+
export interface V2ConversationMessageTypingEventForWorkflowTopicConversationMessageEvent {
|
|
29947
|
+
"eventType"?: string;
|
|
29948
|
+
"coBrowse"?: Models.V2ConversationMessageTypingEventForWorkflowTopicConversationEventCoBrowse;
|
|
29949
|
+
"typing"?: Models.V2ConversationMessageTypingEventForWorkflowTopicConversationEventTyping;
|
|
29950
|
+
}
|
|
29951
|
+
|
|
29952
|
+
export interface V2ConversationMessageTypingEventForWorkflowTopicConversationMessagingChannel {
|
|
29953
|
+
"id"?: string;
|
|
29954
|
+
"platform"?: string;
|
|
29955
|
+
"messageId"?: string;
|
|
29956
|
+
"to"?: Models.V2ConversationMessageTypingEventForWorkflowTopicConversationMessagingToRecipient;
|
|
29957
|
+
"from"?: Models.V2ConversationMessageTypingEventForWorkflowTopicConversationMessagingFromRecipient;
|
|
29958
|
+
"time"?: string;
|
|
29959
|
+
"metadata"?: Models.V2ConversationMessageTypingEventForWorkflowTopicConversationMessagingChannelMetadata;
|
|
29960
|
+
}
|
|
29961
|
+
|
|
29962
|
+
export interface V2ConversationMessageTypingEventForWorkflowTopicConversationMessagingChannelMetadata {
|
|
29963
|
+
"customAttributes"?: { [key: string]: string; };
|
|
29964
|
+
}
|
|
29965
|
+
|
|
29966
|
+
export interface V2ConversationMessageTypingEventForWorkflowTopicConversationMessagingFromRecipient {
|
|
29967
|
+
"nickname"?: string;
|
|
29968
|
+
"id"?: string;
|
|
29969
|
+
"idType"?: string;
|
|
29970
|
+
"image"?: string;
|
|
29971
|
+
"firstName"?: string;
|
|
29972
|
+
"lastName"?: string;
|
|
29973
|
+
"email"?: string;
|
|
29974
|
+
"additionalIds"?: Array<Models.V2ConversationMessageTypingEventForWorkflowTopicConversationRecipientAdditionalIdentifier>;
|
|
29975
|
+
}
|
|
29976
|
+
|
|
29977
|
+
export interface V2ConversationMessageTypingEventForWorkflowTopicConversationMessagingToRecipient {
|
|
29978
|
+
"nickname"?: string;
|
|
29979
|
+
"id"?: string;
|
|
29980
|
+
"idType"?: string;
|
|
29981
|
+
"image"?: string;
|
|
29982
|
+
"firstName"?: string;
|
|
29983
|
+
"lastName"?: string;
|
|
29984
|
+
"email"?: string;
|
|
29985
|
+
"additionalIds"?: Array<Models.V2ConversationMessageTypingEventForWorkflowTopicConversationRecipientAdditionalIdentifier>;
|
|
29986
|
+
}
|
|
29987
|
+
|
|
29988
|
+
export interface V2ConversationMessageTypingEventForWorkflowTopicConversationNormalizedMessage {
|
|
29989
|
+
"id"?: string;
|
|
29990
|
+
"channel"?: Models.V2ConversationMessageTypingEventForWorkflowTopicConversationMessagingChannel;
|
|
29991
|
+
"type"?: string;
|
|
29992
|
+
"text"?: string;
|
|
29993
|
+
"content"?: Array<Models.V2ConversationMessageTypingEventForWorkflowTopicConversationMessageContent>;
|
|
29994
|
+
"events"?: Array<Models.V2ConversationMessageTypingEventForWorkflowTopicConversationMessageEvent>;
|
|
29995
|
+
"status"?: string;
|
|
29996
|
+
"reasons"?: Array<Models.V2ConversationMessageTypingEventForWorkflowTopicConversationReason>;
|
|
29997
|
+
"originatingEntity"?: string;
|
|
29998
|
+
"isFinalReceipt"?: boolean;
|
|
29999
|
+
"direction"?: string;
|
|
30000
|
+
"metadata"?: { [key: string]: string; };
|
|
30001
|
+
}
|
|
30002
|
+
|
|
30003
|
+
export interface V2ConversationMessageTypingEventForWorkflowTopicConversationNotificationTemplateBody {
|
|
30004
|
+
"text"?: string;
|
|
30005
|
+
"parameters"?: Array<Models.V2ConversationMessageTypingEventForWorkflowTopicConversationNotificationTemplateParameter>;
|
|
30006
|
+
}
|
|
30007
|
+
|
|
30008
|
+
export interface V2ConversationMessageTypingEventForWorkflowTopicConversationNotificationTemplateFooter {
|
|
30009
|
+
"text"?: string;
|
|
30010
|
+
}
|
|
30011
|
+
|
|
30012
|
+
export interface V2ConversationMessageTypingEventForWorkflowTopicConversationNotificationTemplateHeader {
|
|
30013
|
+
"type"?: string;
|
|
30014
|
+
"text"?: string;
|
|
30015
|
+
"media"?: Models.V2ConversationMessageTypingEventForWorkflowTopicConversationContentAttachment;
|
|
30016
|
+
"parameters"?: Array<Models.V2ConversationMessageTypingEventForWorkflowTopicConversationNotificationTemplateParameter>;
|
|
30017
|
+
}
|
|
30018
|
+
|
|
30019
|
+
export interface V2ConversationMessageTypingEventForWorkflowTopicConversationNotificationTemplateParameter {
|
|
30020
|
+
"name"?: string;
|
|
30021
|
+
"text"?: string;
|
|
30022
|
+
}
|
|
30023
|
+
|
|
30024
|
+
export interface V2ConversationMessageTypingEventForWorkflowTopicConversationReason {
|
|
30025
|
+
"code"?: string;
|
|
30026
|
+
"message"?: string;
|
|
30027
|
+
}
|
|
30028
|
+
|
|
30029
|
+
export interface V2ConversationMessageTypingEventForWorkflowTopicConversationRecipientAdditionalIdentifier {
|
|
30030
|
+
"type"?: string;
|
|
30031
|
+
"value"?: string;
|
|
30032
|
+
}
|
|
30033
|
+
|
|
30034
|
+
export interface V2ConversationMessageTypingEventForWorkflowTopicMessageData {
|
|
30035
|
+
"conversationId"?: string;
|
|
30036
|
+
"normalizedMessage"?: Models.V2ConversationMessageTypingEventForWorkflowTopicConversationNormalizedMessage;
|
|
30037
|
+
}
|
|
30038
|
+
|
|
29398
30039
|
export interface ValidateAddressRequest {
|
|
29399
30040
|
"address"?: Models.StreetAddress;
|
|
29400
30041
|
}
|
|
@@ -29613,7 +30254,7 @@ declare namespace Models {
|
|
|
29613
30254
|
"journeyUrlNotContainsAllConditions"?: Array<string>;
|
|
29614
30255
|
"flowMilestoneIds"?: Array<string>;
|
|
29615
30256
|
"isAssessmentPassed"?: boolean;
|
|
29616
|
-
"
|
|
30257
|
+
"conversationInitiators"?: Array<string>;
|
|
29617
30258
|
"hasCustomerParticipated"?: boolean;
|
|
29618
30259
|
"isAcdInteraction"?: boolean;
|
|
29619
30260
|
}
|
|
@@ -30057,6 +30698,7 @@ declare namespace Models {
|
|
|
30057
30698
|
export interface WebMessagingEvent {
|
|
30058
30699
|
"eventType": string;
|
|
30059
30700
|
"coBrowse"?: Models.WebMessagingEventCoBrowse;
|
|
30701
|
+
"presence"?: Models.WebMessagingEventPresence;
|
|
30060
30702
|
}
|
|
30061
30703
|
|
|
30062
30704
|
export interface WebMessagingEventCoBrowse {
|
|
@@ -30065,6 +30707,10 @@ declare namespace Models {
|
|
|
30065
30707
|
"sessionJoinToken"?: string;
|
|
30066
30708
|
}
|
|
30067
30709
|
|
|
30710
|
+
export interface WebMessagingEventPresence {
|
|
30711
|
+
"type": string;
|
|
30712
|
+
}
|
|
30713
|
+
|
|
30068
30714
|
export interface WebMessagingGeneric {
|
|
30069
30715
|
"title"?: string;
|
|
30070
30716
|
"description"?: string;
|
|
@@ -30108,6 +30754,7 @@ declare namespace Models {
|
|
|
30108
30754
|
"firstName"?: string;
|
|
30109
30755
|
"lastName"?: string;
|
|
30110
30756
|
"nickname"?: string;
|
|
30757
|
+
"additionalIds"?: Array<Models.RecipientAdditionalIdentifier>;
|
|
30111
30758
|
}
|
|
30112
30759
|
|
|
30113
30760
|
export interface WeekSchedule {
|
|
@@ -30842,6 +31489,10 @@ declare namespace Models {
|
|
|
30842
31489
|
"status"?: string;
|
|
30843
31490
|
}
|
|
30844
31491
|
|
|
31492
|
+
export interface WfmProcessUploadRequest {
|
|
31493
|
+
"uploadKey": string;
|
|
31494
|
+
}
|
|
31495
|
+
|
|
30845
31496
|
export interface WfmScheduleActivity {
|
|
30846
31497
|
"userReference"?: Models.UserReference;
|
|
30847
31498
|
"activities"?: Array<Models.ScheduleActivity>;
|