purecloud-platform-client-v2 204.1.0 → 205.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 +778 -81
- package/dist/web-amd/purecloud-platform-client-v2.js +778 -81
- package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
- package/dist/web-cjs/bundle.js +262 -82
- package/dist/web-cjs/purecloud-platform-client-v2.js +262 -82
- package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
- package/index.d.ts +519 -2
- 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 +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/CarrierServicesApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ChatApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/CoachingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ContentManagementApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ConversationsApi.js +27 -1
- package/src/purecloud-platform-client-v2/api/DataExtensionsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/DownloadsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/EmailsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/EmployeeEngagementApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/EventsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +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/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 +516 -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 +31 -1
- package/src/purecloud-platform-client-v2/api/PresenceApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ProcessAutomationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/QualityApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/RecordingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/RoutingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ScreenRecordingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ScriptsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SearchApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SettingsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +58 -1
- package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TaskManagementApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TeamsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TelephonyApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +70 -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 +2 -2
- package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +1 -1
- package/src/purecloud-platform-client-v2/index.js +1 -1
package/index.d.ts
CHANGED
|
@@ -1460,6 +1460,7 @@ declare class ConversationsApi {
|
|
|
1460
1460
|
getConversationSecureattributes(conversationId: string): Promise<Models.ConversationSecureAttributes>;
|
|
1461
1461
|
getConversationSuggestion(conversationId: string, suggestionId: string): Promise<Models.Suggestion>;
|
|
1462
1462
|
getConversationSuggestions(conversationId: string, opts?: ConversationsApi.getConversationSuggestionsOptions): Promise<Models.SuggestionListing>;
|
|
1463
|
+
getConversationSummaries(conversationId: string): Promise<Models.ConversationSummariesGetResponse>;
|
|
1463
1464
|
getConversations(opts?: ConversationsApi.getConversationsOptions): Promise<Models.ConversationEntityListing>;
|
|
1464
1465
|
getConversationsCall(conversationId: string): Promise<Models.CallConversation>;
|
|
1465
1466
|
getConversationsCallParticipantCommunicationWrapup(conversationId: string, participantId: string, communicationId: string, opts?: ConversationsApi.getConversationsCallParticipantCommunicationWrapupOptions): Promise<Models.AssignedWrapupCode>;
|
|
@@ -3021,9 +3022,13 @@ declare class KnowledgeApi {
|
|
|
3021
3022
|
deleteKnowledgeKnowledgebaseLanguageCategory(categoryId: string, knowledgeBaseId: string, languageCode: string): Promise<Models.KnowledgeCategory>;
|
|
3022
3023
|
deleteKnowledgeKnowledgebaseLanguageDocument(documentId: string, knowledgeBaseId: string, languageCode: string): Promise<Models.KnowledgeDocument>;
|
|
3023
3024
|
deleteKnowledgeKnowledgebaseLanguageDocumentsImport(knowledgeBaseId: string, languageCode: string, importId: string): Promise<void>;
|
|
3025
|
+
deleteKnowledgeKnowledgebaseSourcesSalesforceSourceId(knowledgeBaseId: string, sourceId: string): Promise<void>;
|
|
3026
|
+
deleteKnowledgeKnowledgebaseSourcesServicenowSourceId(knowledgeBaseId: string, sourceId: string): Promise<void>;
|
|
3027
|
+
deleteKnowledgeKnowledgebaseSynchronizeJob(knowledgeBaseId: string, syncJobId: string): Promise<void>;
|
|
3024
3028
|
getKnowledgeGuestSessionCategories(sessionId: string, opts?: KnowledgeApi.getKnowledgeGuestSessionCategoriesOptions): Promise<Models.GuestCategoryResponseListing>;
|
|
3025
3029
|
getKnowledgeGuestSessionDocument(sessionId: string, documentId: string): Promise<Models.KnowledgeGuestDocumentResponse>;
|
|
3026
3030
|
getKnowledgeGuestSessionDocuments(sessionId: string, opts?: KnowledgeApi.getKnowledgeGuestSessionDocumentsOptions): Promise<Models.KnowledgeGuestDocumentResponseListing>;
|
|
3031
|
+
getKnowledgeIntegrationOptions(integrationId: string): Promise<Models.KnowledgeIntegrationOptionsResponse>;
|
|
3027
3032
|
getKnowledgeKnowledgebase(knowledgeBaseId: string): Promise<Models.KnowledgeBase>;
|
|
3028
3033
|
getKnowledgeKnowledgebaseCategories(knowledgeBaseId: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseCategoriesOptions): Promise<Models.CategoryResponseListing>;
|
|
3029
3034
|
getKnowledgeKnowledgebaseCategory(knowledgeBaseId: string, categoryId: string): Promise<Models.CategoryResponse>;
|
|
@@ -3052,6 +3057,10 @@ declare class KnowledgeApi {
|
|
|
3052
3057
|
getKnowledgeKnowledgebaseOperations(knowledgeBaseId: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseOperationsOptions): Promise<Models.OperationListing>;
|
|
3053
3058
|
getKnowledgeKnowledgebaseOperationsUsersQuery(knowledgeBaseId: string): Promise<Models.OperationCreatorUserResponse>;
|
|
3054
3059
|
getKnowledgeKnowledgebaseParseJob(knowledgeBaseId: string, parseJobId: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseParseJobOptions): Promise<Models.KnowledgeParseJobResponse>;
|
|
3060
|
+
getKnowledgeKnowledgebaseSources(knowledgeBaseId: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseSourcesOptions): Promise<Array<Models.SourceBaseResponse>>;
|
|
3061
|
+
getKnowledgeKnowledgebaseSourcesSalesforceSourceId(knowledgeBaseId: string, sourceId: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseSourcesSalesforceSourceIdOptions): Promise<Models.SalesforceSourceResponse>;
|
|
3062
|
+
getKnowledgeKnowledgebaseSourcesServicenowSourceId(knowledgeBaseId: string, sourceId: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseSourcesServicenowSourceIdOptions): Promise<Models.ServiceNowSourceResponse>;
|
|
3063
|
+
getKnowledgeKnowledgebaseSynchronizeJob(knowledgeBaseId: string, syncJobId: string): Promise<Models.KnowledgeSyncJobResponse>;
|
|
3055
3064
|
getKnowledgeKnowledgebaseUnansweredGroup(knowledgeBaseId: string, groupId: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseUnansweredGroupOptions): Promise<Models.UnansweredGroup>;
|
|
3056
3065
|
getKnowledgeKnowledgebaseUnansweredGroupPhrasegroup(knowledgeBaseId: string, groupId: string, phraseGroupId: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseUnansweredGroupPhrasegroupOptions): Promise<Models.UnansweredPhraseGroup>;
|
|
3057
3066
|
getKnowledgeKnowledgebaseUnansweredGroups(knowledgeBaseId: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseUnansweredGroupsOptions): Promise<Models.UnansweredGroups>;
|
|
@@ -3071,6 +3080,7 @@ declare class KnowledgeApi {
|
|
|
3071
3080
|
patchKnowledgeKnowledgebaseLanguageDocuments(knowledgeBaseId: string, languageCode: string, body: Array<Models.KnowledgeDocumentBulkRequest>): Promise<Models.DocumentListing>;
|
|
3072
3081
|
patchKnowledgeKnowledgebaseLanguageDocumentsImport(knowledgeBaseId: string, languageCode: string, importId: string, body: Models.ImportStatusRequest): Promise<Models.KnowledgeImport>;
|
|
3073
3082
|
patchKnowledgeKnowledgebaseParseJob(knowledgeBaseId: string, parseJobId: string, body: Models.KnowledgeParseJobRequestPatch): Promise<void>;
|
|
3083
|
+
patchKnowledgeKnowledgebaseSynchronizeJob(knowledgeBaseId: string, syncJobId: string, body: Models.SyncStatusRequest): Promise<Models.KnowledgeSyncJobResponse>;
|
|
3074
3084
|
patchKnowledgeKnowledgebaseUnansweredGroupPhrasegroup(knowledgeBaseId: string, groupId: string, phraseGroupId: string, body: Models.UnansweredPhraseGroupPatchRequestBody): Promise<Models.UnansweredPhraseGroupUpdateResponse>;
|
|
3075
3085
|
postKnowledgeDocumentuploads(body: Models.UploadUrlRequest): Promise<Models.UploadUrlResponse>;
|
|
3076
3086
|
postKnowledgeGuestSessionDocumentCopies(sessionId: string, documentId: string, opts?: KnowledgeApi.postKnowledgeGuestSessionDocumentCopiesOptions): Promise<void>;
|
|
@@ -3108,8 +3118,15 @@ declare class KnowledgeApi {
|
|
|
3108
3118
|
postKnowledgeKnowledgebaseParseJobImport(knowledgeBaseId: string, parseJobId: string, body: Models.KnowledgeParseJobRequestImport): Promise<void>;
|
|
3109
3119
|
postKnowledgeKnowledgebaseParseJobs(knowledgeBaseId: string, body: Models.KnowledgeParseJobRequest): Promise<Models.KnowledgeParseJobResponse>;
|
|
3110
3120
|
postKnowledgeKnowledgebaseSearch(knowledgeBaseId: string, opts?: KnowledgeApi.postKnowledgeKnowledgebaseSearchOptions): Promise<Models.KnowledgeSearchResponse>;
|
|
3121
|
+
postKnowledgeKnowledgebaseSourcesSalesforce(knowledgeBaseId: string, body: Models.SalesforceSourceRequest): Promise<Models.KnowledgeSyncJobResponse>;
|
|
3122
|
+
postKnowledgeKnowledgebaseSourcesSalesforceSourceIdSync(knowledgeBaseId: string, sourceId: string): Promise<Models.SourceSyncResponse>;
|
|
3123
|
+
postKnowledgeKnowledgebaseSourcesServicenow(knowledgeBaseId: string, body: Models.ServiceNowSourceRequest): Promise<Models.KnowledgeSyncJobResponse>;
|
|
3124
|
+
postKnowledgeKnowledgebaseSourcesServicenowSourceIdSync(knowledgeBaseId: string, sourceId: string): Promise<Models.SourceSyncResponse>;
|
|
3125
|
+
postKnowledgeKnowledgebaseSynchronizeJobs(knowledgeBaseId: string, body: Models.KnowledgeSyncJobRequest): Promise<Models.KnowledgeSyncJobResponse>;
|
|
3111
3126
|
postKnowledgeKnowledgebaseUploadsUrlsJobs(knowledgeBaseId: string, body: Models.CreateUploadSourceUrlJobRequest): Promise<Models.CreateUploadSourceUrlJobResponse>;
|
|
3112
|
-
postKnowledgeKnowledgebases(body: Models.KnowledgeBaseCreateRequest): Promise<Models.KnowledgeBase>;
|
|
3127
|
+
postKnowledgeKnowledgebases(body: Models.KnowledgeBaseCreateRequest): Promise<Models.KnowledgeBase>;
|
|
3128
|
+
putKnowledgeKnowledgebaseSourcesSalesforceSourceId(knowledgeBaseId: string, sourceId: string, body: Models.SalesforceSourceRequest): Promise<Models.SalesforceSourceResponse>;
|
|
3129
|
+
putKnowledgeKnowledgebaseSourcesServicenowSourceId(knowledgeBaseId: string, sourceId: string, body: Models.ServiceNowSourceRequest): Promise<Models.ServiceNowSourceResponse>;
|
|
3113
3130
|
}
|
|
3114
3131
|
|
|
3115
3132
|
declare namespace KnowledgeApi {
|
|
@@ -3240,6 +3257,17 @@ declare namespace KnowledgeApi {
|
|
|
3240
3257
|
export interface getKnowledgeKnowledgebaseParseJobOptions {
|
|
3241
3258
|
"expand"?: Array<string>;
|
|
3242
3259
|
}
|
|
3260
|
+
export interface getKnowledgeKnowledgebaseSourcesOptions {
|
|
3261
|
+
"type"?: string;
|
|
3262
|
+
"expand"?: Array<string>;
|
|
3263
|
+
"ids"?: Array<string>;
|
|
3264
|
+
}
|
|
3265
|
+
export interface getKnowledgeKnowledgebaseSourcesSalesforceSourceIdOptions {
|
|
3266
|
+
"expand"?: Array<string>;
|
|
3267
|
+
}
|
|
3268
|
+
export interface getKnowledgeKnowledgebaseSourcesServicenowSourceIdOptions {
|
|
3269
|
+
"expand"?: Array<string>;
|
|
3270
|
+
}
|
|
3243
3271
|
export interface getKnowledgeKnowledgebaseUnansweredGroupOptions {
|
|
3244
3272
|
"app"?: string;
|
|
3245
3273
|
"dateStart"?: string;
|
|
@@ -3984,6 +4012,7 @@ declare class OutboundApi {
|
|
|
3984
4012
|
getOutboundCampaignInteractions(campaignId: string): Promise<Models.CampaignInteractions>;
|
|
3985
4013
|
getOutboundCampaignLinedistribution(campaignId: string, opts?: OutboundApi.getOutboundCampaignLinedistributionOptions): Promise<Models.CampaignOutboundLinesDistribution>;
|
|
3986
4014
|
getOutboundCampaignProgress(campaignId: string): Promise<Models.CampaignProgress>;
|
|
4015
|
+
getOutboundCampaignSkillcombinations(campaignId: string, opts?: OutboundApi.getOutboundCampaignSkillcombinationsOptions): Promise<Models.PagedSkillCombinationListing>;
|
|
3987
4016
|
getOutboundCampaignStats(campaignId: string): Promise<Models.CampaignStats>;
|
|
3988
4017
|
getOutboundCampaignrule(campaignRuleId: string): Promise<Models.CampaignRule>;
|
|
3989
4018
|
getOutboundCampaignrules(opts?: OutboundApi.getOutboundCampaignrulesOptions): Promise<Models.CampaignRuleEntityListing>;
|
|
@@ -4150,6 +4179,10 @@ declare namespace OutboundApi {
|
|
|
4150
4179
|
"relativeWeight"?: number;
|
|
4151
4180
|
"outboundLineCount"?: number;
|
|
4152
4181
|
}
|
|
4182
|
+
export interface getOutboundCampaignSkillcombinationsOptions {
|
|
4183
|
+
"pageNumber"?: number;
|
|
4184
|
+
"pageSize"?: number;
|
|
4185
|
+
}
|
|
4153
4186
|
export interface getOutboundCampaignrulesOptions {
|
|
4154
4187
|
"pageSize"?: number;
|
|
4155
4188
|
"pageNumber"?: number;
|
|
@@ -5670,6 +5703,8 @@ declare class SpeechTextAnalyticsApi {
|
|
|
5670
5703
|
getSpeechandtextanalyticsTopicsGeneral(opts?: SpeechTextAnalyticsApi.getSpeechandtextanalyticsTopicsGeneralOptions): Promise<Models.GeneralTopicsEntityListing>;
|
|
5671
5704
|
getSpeechandtextanalyticsTopicsGeneralStatus(opts?: SpeechTextAnalyticsApi.getSpeechandtextanalyticsTopicsGeneralStatusOptions): Promise<Models.UnifiedGeneralTopicEntityListing>;
|
|
5672
5705
|
getSpeechandtextanalyticsTopicsPublishjob(jobId: string): Promise<Models.TopicJob>;
|
|
5706
|
+
getSpeechandtextanalyticsTranslationsLanguageConversation(languageId: string, conversationId: string, opts?: SpeechTextAnalyticsApi.getSpeechandtextanalyticsTranslationsLanguageConversationOptions): Promise<Models.CommunicationTranslationList>;
|
|
5707
|
+
getSpeechandtextanalyticsTranslationsLanguages(): Promise<Models.TranslateSupportedLanguageList>;
|
|
5673
5708
|
patchSpeechandtextanalyticsSettings(body: Models.SpeechTextAnalyticsSettingsRequest): Promise<Models.SpeechTextAnalyticsSettingsResponse>;
|
|
5674
5709
|
postSpeechandtextanalyticsCategories(body: Models.CategoryRequest): Promise<Models.StaCategory>;
|
|
5675
5710
|
postSpeechandtextanalyticsDictionaryfeedback(body: Models.DictionaryFeedback): Promise<Models.DictionaryFeedback>;
|
|
@@ -5742,6 +5777,10 @@ declare namespace SpeechTextAnalyticsApi {
|
|
|
5742
5777
|
export interface getSpeechandtextanalyticsTopicsGeneralStatusOptions {
|
|
5743
5778
|
"dialect"?: string;
|
|
5744
5779
|
}
|
|
5780
|
+
export interface getSpeechandtextanalyticsTranslationsLanguageConversationOptions {
|
|
5781
|
+
"communicationId"?: string;
|
|
5782
|
+
"recordingId"?: string;
|
|
5783
|
+
}
|
|
5745
5784
|
export interface putSpeechandtextanalyticsDictionaryfeedbackDictionaryFeedbackIdOptions {
|
|
5746
5785
|
"body"?: Models.DictionaryFeedback;
|
|
5747
5786
|
}
|
|
@@ -5953,6 +5992,7 @@ declare class TelephonyProvidersEdgeApi {
|
|
|
5953
5992
|
deleteTelephonyProvidersEdge(edgeId: string): Promise<void>;
|
|
5954
5993
|
deleteTelephonyProvidersEdgeLogicalinterface(edgeId: string, interfaceId: string): Promise<void>;
|
|
5955
5994
|
deleteTelephonyProvidersEdgeSoftwareupdate(edgeId: string): Promise<void>;
|
|
5995
|
+
deleteTelephonyProvidersEdgesAlertablepresences(): Promise<void>;
|
|
5956
5996
|
deleteTelephonyProvidersEdgesCertificateauthority(certificateId: string): Promise<void>;
|
|
5957
5997
|
deleteTelephonyProvidersEdgesDidpool(didPoolId: string): Promise<void>;
|
|
5958
5998
|
deleteTelephonyProvidersEdgesEdgegroup(edgeGroupId: string): Promise<void>;
|
|
@@ -5978,6 +6018,7 @@ declare class TelephonyProvidersEdgeApi {
|
|
|
5978
6018
|
getTelephonyProvidersEdgeSoftwareversions(edgeId: string): Promise<Models.DomainEdgeSoftwareVersionDtoEntityListing>;
|
|
5979
6019
|
getTelephonyProvidersEdgeTrunks(edgeId: string, opts?: TelephonyProvidersEdgeApi.getTelephonyProvidersEdgeTrunksOptions): Promise<Models.TrunkEntityListing>;
|
|
5980
6020
|
getTelephonyProvidersEdges(opts?: TelephonyProvidersEdgeApi.getTelephonyProvidersEdgesOptions): Promise<Models.EdgeEntityListing>;
|
|
6021
|
+
getTelephonyProvidersEdgesAlertablepresences(opts?: TelephonyProvidersEdgeApi.getTelephonyProvidersEdgesAlertablepresencesOptions): Promise<Models.AlertablePresences>;
|
|
5981
6022
|
getTelephonyProvidersEdgesCertificateauthorities(): Promise<Models.CertificateAuthorityEntityListing>;
|
|
5982
6023
|
getTelephonyProvidersEdgesCertificateauthority(certificateId: string): Promise<Models.DomainCertificateAuthority>;
|
|
5983
6024
|
getTelephonyProvidersEdgesDid(didId: string): Promise<Models.DID>;
|
|
@@ -6058,6 +6099,7 @@ declare class TelephonyProvidersEdgeApi {
|
|
|
6058
6099
|
postTelephonyProvidersEdgesTrunkbasesettings(body: Models.TrunkBase): Promise<Models.TrunkBase>;
|
|
6059
6100
|
putTelephonyProvidersEdge(edgeId: string, body: Models.Edge): Promise<Models.Edge>;
|
|
6060
6101
|
putTelephonyProvidersEdgeLogicalinterface(edgeId: string, interfaceId: string, body: Models.DomainLogicalInterface): Promise<Models.DomainLogicalInterface>;
|
|
6102
|
+
putTelephonyProvidersEdgesAlertablepresences(body: Models.AlertablePresences): Promise<void>;
|
|
6061
6103
|
putTelephonyProvidersEdgesCertificateauthority(certificateId: string, body: Models.DomainCertificateAuthority): Promise<Models.DomainCertificateAuthority>;
|
|
6062
6104
|
putTelephonyProvidersEdgesDidpool(didPoolId: string, body: Models.DIDPool): Promise<Models.DIDPool>;
|
|
6063
6105
|
putTelephonyProvidersEdgesEdgegroup(edgeGroupId: string, body: Models.EdgeGroup): Promise<Models.EdgeGroup>;
|
|
@@ -6100,6 +6142,9 @@ declare namespace TelephonyProvidersEdgeApi {
|
|
|
6100
6142
|
"managed"?: boolean;
|
|
6101
6143
|
"showCloudMedia"?: boolean;
|
|
6102
6144
|
}
|
|
6145
|
+
export interface getTelephonyProvidersEdgesAlertablepresencesOptions {
|
|
6146
|
+
"type"?: string;
|
|
6147
|
+
}
|
|
6103
6148
|
export interface getTelephonyProvidersEdgesDidpoolsOptions {
|
|
6104
6149
|
"pageSize"?: number;
|
|
6105
6150
|
"pageNumber"?: number;
|
|
@@ -8778,6 +8823,10 @@ declare namespace Models {
|
|
|
8778
8823
|
"alerting": boolean;
|
|
8779
8824
|
}
|
|
8780
8825
|
|
|
8826
|
+
export interface AlertablePresences {
|
|
8827
|
+
"alertablePresences": Array<string>;
|
|
8828
|
+
}
|
|
8829
|
+
|
|
8781
8830
|
export interface AlertingUnreadStatus {
|
|
8782
8831
|
"unread": boolean;
|
|
8783
8832
|
}
|
|
@@ -12507,6 +12556,9 @@ declare namespace Models {
|
|
|
12507
12556
|
"pageCount"?: number;
|
|
12508
12557
|
}
|
|
12509
12558
|
|
|
12559
|
+
export interface CampaignRuleExecutionSettings {
|
|
12560
|
+
}
|
|
12561
|
+
|
|
12510
12562
|
export interface CampaignRuleParameters {
|
|
12511
12563
|
"operator"?: string;
|
|
12512
12564
|
"value"?: string;
|
|
@@ -13229,6 +13281,38 @@ declare namespace Models {
|
|
|
13229
13281
|
"afterCallWorkRequired"?: boolean;
|
|
13230
13282
|
}
|
|
13231
13283
|
|
|
13284
|
+
export interface CollaborateChatAdhocMessageEventTopicCollaborateChatEntity {
|
|
13285
|
+
"entityJid"?: string;
|
|
13286
|
+
"entityId"?: string;
|
|
13287
|
+
"entityType"?: string;
|
|
13288
|
+
}
|
|
13289
|
+
|
|
13290
|
+
export interface CollaborateChatAdhocMessageEventTopicCollaborateChatMessage {
|
|
13291
|
+
"messageId"?: string;
|
|
13292
|
+
"created"?: string;
|
|
13293
|
+
"actionType"?: string;
|
|
13294
|
+
"body"?: string;
|
|
13295
|
+
"from"?: Models.CollaborateChatAdhocMessageEventTopicCollaborateChatEntity;
|
|
13296
|
+
"to"?: Models.CollaborateChatAdhocMessageEventTopicCollaborateChatEntity;
|
|
13297
|
+
"mentions"?: Array<Models.CollaborateChatAdhocMessageEventTopicCollaborateChatEntity>;
|
|
13298
|
+
}
|
|
13299
|
+
|
|
13300
|
+
export interface CollaborateChatGroupMessageEventTopicCollaborateChatEntity {
|
|
13301
|
+
"entityJid"?: string;
|
|
13302
|
+
"entityId"?: string;
|
|
13303
|
+
"entityType"?: string;
|
|
13304
|
+
}
|
|
13305
|
+
|
|
13306
|
+
export interface CollaborateChatGroupMessageEventTopicCollaborateChatMessage {
|
|
13307
|
+
"messageId"?: string;
|
|
13308
|
+
"created"?: string;
|
|
13309
|
+
"actionType"?: string;
|
|
13310
|
+
"body"?: string;
|
|
13311
|
+
"from"?: Models.CollaborateChatGroupMessageEventTopicCollaborateChatEntity;
|
|
13312
|
+
"to"?: Models.CollaborateChatGroupMessageEventTopicCollaborateChatEntity;
|
|
13313
|
+
"mentions"?: Array<Models.CollaborateChatGroupMessageEventTopicCollaborateChatEntity>;
|
|
13314
|
+
}
|
|
13315
|
+
|
|
13232
13316
|
export interface Column {
|
|
13233
13317
|
"columnName"?: string;
|
|
13234
13318
|
"columnNumber"?: number;
|
|
@@ -13437,6 +13521,15 @@ declare namespace Models {
|
|
|
13437
13521
|
"destinationConversationId"?: string;
|
|
13438
13522
|
}
|
|
13439
13523
|
|
|
13524
|
+
export interface CommunicationTranslation {
|
|
13525
|
+
"communicationId": string;
|
|
13526
|
+
"transcripts": Array<Models.TranscriptTranslation>;
|
|
13527
|
+
}
|
|
13528
|
+
|
|
13529
|
+
export interface CommunicationTranslationList {
|
|
13530
|
+
"entities"?: Array<Models.CommunicationTranslation>;
|
|
13531
|
+
}
|
|
13532
|
+
|
|
13440
13533
|
export interface ComparisonPeriod {
|
|
13441
13534
|
"id"?: string;
|
|
13442
13535
|
"kpi"?: string;
|
|
@@ -15187,6 +15280,11 @@ declare namespace Models {
|
|
|
15187
15280
|
"entities"?: Array<Models.DomainEntityRef>;
|
|
15188
15281
|
}
|
|
15189
15282
|
|
|
15283
|
+
export interface ConversationEditedSummary {
|
|
15284
|
+
"text"?: string;
|
|
15285
|
+
"dateModified"?: string;
|
|
15286
|
+
}
|
|
15287
|
+
|
|
15190
15288
|
export interface ConversationEmailEventTopicAttachment {
|
|
15191
15289
|
"attachmentId"?: string;
|
|
15192
15290
|
"name"?: string;
|
|
@@ -16191,6 +16289,7 @@ declare namespace Models {
|
|
|
16191
16289
|
"mediaType"?: string;
|
|
16192
16290
|
"messageType"?: string;
|
|
16193
16291
|
"originatingDirection"?: string;
|
|
16292
|
+
"originatingSocialMediaPublic"?: boolean;
|
|
16194
16293
|
"outboundCampaignId"?: string;
|
|
16195
16294
|
"outboundContactId"?: string;
|
|
16196
16295
|
"outboundContactListId"?: string;
|
|
@@ -16500,6 +16599,23 @@ declare namespace Models {
|
|
|
16500
16599
|
"version"?: number;
|
|
16501
16600
|
}
|
|
16502
16601
|
|
|
16602
|
+
export interface ConversationSessionSummary {
|
|
16603
|
+
"text"?: string;
|
|
16604
|
+
"status"?: string;
|
|
16605
|
+
"mediaType"?: string;
|
|
16606
|
+
"language"?: string;
|
|
16607
|
+
"predictedWrapupCodes"?: Array<Models.ConversationSummaryWrapupCode>;
|
|
16608
|
+
"editedSummary"?: Models.ConversationEditedSummary;
|
|
16609
|
+
"reason"?: Models.ConversationSummaryReason;
|
|
16610
|
+
"followup"?: Models.ConversationSummaryFollowup;
|
|
16611
|
+
"resolution"?: Models.ConversationSummaryResolution;
|
|
16612
|
+
"dateCreated"?: string;
|
|
16613
|
+
"id"?: string;
|
|
16614
|
+
"confidence"?: number;
|
|
16615
|
+
"participants"?: Array<Models.AddressableEntityRef>;
|
|
16616
|
+
"communication"?: Models.Entity;
|
|
16617
|
+
}
|
|
16618
|
+
|
|
16503
16619
|
export interface ConversationSocialExpressionEventTopicConversationRoutingData {
|
|
16504
16620
|
"queue"?: Models.ConversationSocialExpressionEventTopicUriReference;
|
|
16505
16621
|
"language"?: Models.ConversationSocialExpressionEventTopicUriReference;
|
|
@@ -16634,6 +16750,55 @@ declare namespace Models {
|
|
|
16634
16750
|
"endTime"?: string;
|
|
16635
16751
|
}
|
|
16636
16752
|
|
|
16753
|
+
export interface ConversationSummariesGetResponse {
|
|
16754
|
+
"conversation"?: Models.AddressableEntityRef;
|
|
16755
|
+
"summary"?: Models.ConversationSummary;
|
|
16756
|
+
"sessionSummaries"?: Array<Models.ConversationSessionSummary>;
|
|
16757
|
+
}
|
|
16758
|
+
|
|
16759
|
+
export interface ConversationSummary {
|
|
16760
|
+
"text"?: string;
|
|
16761
|
+
"status"?: string;
|
|
16762
|
+
"mediaType"?: string;
|
|
16763
|
+
"language"?: string;
|
|
16764
|
+
"predictedWrapupCodes"?: Array<Models.ConversationSummaryWrapupCode>;
|
|
16765
|
+
"editedSummary"?: Models.ConversationEditedSummary;
|
|
16766
|
+
"reason"?: Models.ConversationSummaryReason;
|
|
16767
|
+
"followup"?: Models.ConversationSummaryFollowup;
|
|
16768
|
+
"resolution"?: Models.ConversationSummaryResolution;
|
|
16769
|
+
"dateCreated"?: string;
|
|
16770
|
+
"id"?: string;
|
|
16771
|
+
"confidence"?: number;
|
|
16772
|
+
"participants"?: Array<Models.AddressableEntityRef>;
|
|
16773
|
+
}
|
|
16774
|
+
|
|
16775
|
+
export interface ConversationSummaryFollowup {
|
|
16776
|
+
"text"?: string;
|
|
16777
|
+
"description"?: string;
|
|
16778
|
+
"confidence"?: number;
|
|
16779
|
+
}
|
|
16780
|
+
|
|
16781
|
+
export interface ConversationSummaryReason {
|
|
16782
|
+
"text"?: string;
|
|
16783
|
+
"description"?: string;
|
|
16784
|
+
"confidence"?: number;
|
|
16785
|
+
}
|
|
16786
|
+
|
|
16787
|
+
export interface ConversationSummaryResolution {
|
|
16788
|
+
"text"?: string;
|
|
16789
|
+
"description"?: string;
|
|
16790
|
+
"confidence"?: number;
|
|
16791
|
+
"outcome"?: string;
|
|
16792
|
+
}
|
|
16793
|
+
|
|
16794
|
+
export interface ConversationSummaryWrapupCode {
|
|
16795
|
+
"name"?: string;
|
|
16796
|
+
"description"?: string;
|
|
16797
|
+
"selfUri"?: string;
|
|
16798
|
+
"id"?: string;
|
|
16799
|
+
"confidence"?: number;
|
|
16800
|
+
}
|
|
16801
|
+
|
|
16637
16802
|
export interface ConversationTagsUpdate {
|
|
16638
16803
|
"externalTag": string;
|
|
16639
16804
|
}
|
|
@@ -16845,6 +17010,10 @@ declare namespace Models {
|
|
|
16845
17010
|
"actions": Array<Models.CopilotAction>;
|
|
16846
17011
|
}
|
|
16847
17012
|
|
|
17013
|
+
export interface CopilotTranscriptionConfig {
|
|
17014
|
+
"engine": string;
|
|
17015
|
+
}
|
|
17016
|
+
|
|
16848
17017
|
export interface CopyAttachmentsRequest {
|
|
16849
17018
|
"sourceMessage": Models.DomainEntityRef;
|
|
16850
17019
|
"attachments": Array<Models.Attachment>;
|
|
@@ -17194,6 +17363,7 @@ declare namespace Models {
|
|
|
17194
17363
|
"whisperPrompt"?: Models.DomainEntityRef;
|
|
17195
17364
|
"onHoldPrompt"?: Models.DomainEntityRef;
|
|
17196
17365
|
"autoAnswerOnly"?: boolean;
|
|
17366
|
+
"cannedResponseLibraries"?: Models.CannedResponseLibraries;
|
|
17197
17367
|
"enableTranscription"?: boolean;
|
|
17198
17368
|
"enableAudioMonitoring"?: boolean;
|
|
17199
17369
|
"enableManualAssignment"?: boolean;
|
|
@@ -19928,8 +20098,8 @@ declare namespace Models {
|
|
|
19928
20098
|
"edgeVersion"?: string;
|
|
19929
20099
|
"publishDate"?: string;
|
|
19930
20100
|
"edgeUri"?: string;
|
|
19931
|
-
"current"?: boolean;
|
|
19932
20101
|
"latestRelease"?: boolean;
|
|
20102
|
+
"current"?: boolean;
|
|
19933
20103
|
"selfUri"?: string;
|
|
19934
20104
|
}
|
|
19935
20105
|
|
|
@@ -23481,6 +23651,7 @@ declare namespace Models {
|
|
|
23481
23651
|
"flowId"?: string;
|
|
23482
23652
|
"flowVersion"?: string;
|
|
23483
23653
|
"conversationId"?: string;
|
|
23654
|
+
"workitemId"?: string;
|
|
23484
23655
|
"flowType"?: string;
|
|
23485
23656
|
"flowErrorReason"?: string;
|
|
23486
23657
|
"flowWarningReason"?: string;
|
|
@@ -23628,6 +23799,7 @@ declare namespace Models {
|
|
|
23628
23799
|
"flowMilestoneIds"?: Array<string>;
|
|
23629
23800
|
"flowName"?: string;
|
|
23630
23801
|
"flowOutType"?: string;
|
|
23802
|
+
"flowSubType"?: string;
|
|
23631
23803
|
"flowType"?: string;
|
|
23632
23804
|
"flowVersion"?: string;
|
|
23633
23805
|
"groupId"?: string;
|
|
@@ -24539,6 +24711,12 @@ declare namespace Models {
|
|
|
24539
24711
|
"pageCount"?: number;
|
|
24540
24712
|
}
|
|
24541
24713
|
|
|
24714
|
+
export interface GraphApiSettings {
|
|
24715
|
+
"integration"?: Models.DomainEntityRef;
|
|
24716
|
+
"status"?: string;
|
|
24717
|
+
"errorInfo"?: Models.EmailErrorInfo;
|
|
24718
|
+
}
|
|
24719
|
+
|
|
24542
24720
|
export interface Greeting {
|
|
24543
24721
|
"id"?: string;
|
|
24544
24722
|
"name"?: string;
|
|
@@ -24599,6 +24777,7 @@ declare namespace Models {
|
|
|
24599
24777
|
"rulesVisible": boolean;
|
|
24600
24778
|
"visibility": string;
|
|
24601
24779
|
"rolesEnabled"?: boolean;
|
|
24780
|
+
"includeOwners"?: boolean;
|
|
24602
24781
|
"owners"?: Array<Models.User>;
|
|
24603
24782
|
"selfUri"?: string;
|
|
24604
24783
|
}
|
|
@@ -24630,6 +24809,7 @@ declare namespace Models {
|
|
|
24630
24809
|
"rulesVisible": boolean;
|
|
24631
24810
|
"visibility": string;
|
|
24632
24811
|
"rolesEnabled"?: boolean;
|
|
24812
|
+
"includeOwners"?: boolean;
|
|
24633
24813
|
"ownerIds"?: Array<string>;
|
|
24634
24814
|
"selfUri"?: string;
|
|
24635
24815
|
}
|
|
@@ -24732,6 +24912,7 @@ declare namespace Models {
|
|
|
24732
24912
|
"rulesVisible"?: boolean;
|
|
24733
24913
|
"visibility"?: string;
|
|
24734
24914
|
"rolesEnabled"?: boolean;
|
|
24915
|
+
"includeOwners"?: boolean;
|
|
24735
24916
|
"ownerIds"?: Array<string>;
|
|
24736
24917
|
"selfUri"?: string;
|
|
24737
24918
|
}
|
|
@@ -25716,6 +25897,7 @@ declare namespace Models {
|
|
|
25716
25897
|
|
|
25717
25898
|
export interface Intent {
|
|
25718
25899
|
"name"?: string;
|
|
25900
|
+
"description"?: string;
|
|
25719
25901
|
}
|
|
25720
25902
|
|
|
25721
25903
|
export interface IntentDefinition {
|
|
@@ -25797,6 +25979,28 @@ declare namespace Models {
|
|
|
25797
25979
|
"pageCount"?: number;
|
|
25798
25980
|
}
|
|
25799
25981
|
|
|
25982
|
+
export interface InternalMessage {
|
|
25983
|
+
"state"?: string;
|
|
25984
|
+
"initialState"?: string;
|
|
25985
|
+
"id"?: string;
|
|
25986
|
+
"segments"?: Array<Models.Segment>;
|
|
25987
|
+
"disconnectType"?: string;
|
|
25988
|
+
"connectedTime"?: string;
|
|
25989
|
+
"disconnectedTime"?: string;
|
|
25990
|
+
"provider"?: string;
|
|
25991
|
+
"peerId"?: string;
|
|
25992
|
+
"targetUserId"?: string;
|
|
25993
|
+
"sourceUserId"?: string;
|
|
25994
|
+
"toAddress"?: Models.Address;
|
|
25995
|
+
"fromAddress"?: Models.Address;
|
|
25996
|
+
"messages"?: Array<Models.InternalMessageDetails>;
|
|
25997
|
+
}
|
|
25998
|
+
|
|
25999
|
+
export interface InternalMessageDetails {
|
|
26000
|
+
"messageId"?: string;
|
|
26001
|
+
"messageTime"?: string;
|
|
26002
|
+
}
|
|
26003
|
+
|
|
25800
26004
|
export interface IntradayPerformancePredictionData {
|
|
25801
26005
|
"serviceLevelPercent"?: number;
|
|
25802
26006
|
"averageSpeedOfAnswerSeconds"?: number;
|
|
@@ -28131,6 +28335,26 @@ declare namespace Models {
|
|
|
28131
28335
|
"migrationDetected"?: boolean;
|
|
28132
28336
|
}
|
|
28133
28337
|
|
|
28338
|
+
export interface KnowledgeIntegrationFilter {
|
|
28339
|
+
"name"?: string;
|
|
28340
|
+
"type"?: string;
|
|
28341
|
+
"values"?: Array<Models.KnowledgeIntegrationFilterValue>;
|
|
28342
|
+
}
|
|
28343
|
+
|
|
28344
|
+
export interface KnowledgeIntegrationFilterValue {
|
|
28345
|
+
"key"?: string;
|
|
28346
|
+
"value"?: string;
|
|
28347
|
+
}
|
|
28348
|
+
|
|
28349
|
+
export interface KnowledgeIntegrationOptionsResponse {
|
|
28350
|
+
"filters"?: Array<Models.KnowledgeIntegrationFilter>;
|
|
28351
|
+
}
|
|
28352
|
+
|
|
28353
|
+
export interface KnowledgeIntegrationReference {
|
|
28354
|
+
"id": string;
|
|
28355
|
+
"selfUri"?: string;
|
|
28356
|
+
}
|
|
28357
|
+
|
|
28134
28358
|
export interface KnowledgeOperationSource {
|
|
28135
28359
|
"id"?: string;
|
|
28136
28360
|
"type"?: string;
|
|
@@ -28249,6 +28473,50 @@ declare namespace Models {
|
|
|
28249
28473
|
"knowledgeBases"?: Array<Models.KnowledgeBaseWithDialectReference>;
|
|
28250
28474
|
}
|
|
28251
28475
|
|
|
28476
|
+
export interface KnowledgeSyncJobReport {
|
|
28477
|
+
"errors"?: Array<Models.ErrorBody>;
|
|
28478
|
+
"statistics"?: Models.KnowledgeSyncJobStatistics;
|
|
28479
|
+
}
|
|
28480
|
+
|
|
28481
|
+
export interface KnowledgeSyncJobRequest {
|
|
28482
|
+
"uploadKey": string;
|
|
28483
|
+
"sourceId"?: string;
|
|
28484
|
+
}
|
|
28485
|
+
|
|
28486
|
+
export interface KnowledgeSyncJobResponse {
|
|
28487
|
+
"id"?: string;
|
|
28488
|
+
"uploadKey"?: string;
|
|
28489
|
+
"status"?: string;
|
|
28490
|
+
"report"?: Models.KnowledgeSyncJobReport;
|
|
28491
|
+
"knowledgeBase"?: Models.KnowledgeBaseReference;
|
|
28492
|
+
"dateCreated"?: string;
|
|
28493
|
+
"dateModified"?: string;
|
|
28494
|
+
"createdBy"?: Models.UserReference;
|
|
28495
|
+
"downloadURL"?: string;
|
|
28496
|
+
"failedEntitiesURL"?: string;
|
|
28497
|
+
"source"?: Models.KnowledgeOperationSource;
|
|
28498
|
+
"selfUri"?: string;
|
|
28499
|
+
}
|
|
28500
|
+
|
|
28501
|
+
export interface KnowledgeSyncJobStatistics {
|
|
28502
|
+
"countDocumentImportActivityCreate"?: number;
|
|
28503
|
+
"countDocumentImportActivityUpdate"?: number;
|
|
28504
|
+
"countDocumentStateDraft"?: number;
|
|
28505
|
+
"countDocumentStatePublished"?: number;
|
|
28506
|
+
"countDocumentImportSuccess"?: number;
|
|
28507
|
+
"countDocumentImportFailure"?: number;
|
|
28508
|
+
"countCategoryImportSuccess"?: number;
|
|
28509
|
+
"countCategoryImportFailure"?: number;
|
|
28510
|
+
"countLabelImportSuccess"?: number;
|
|
28511
|
+
"countLabelImportFailure"?: number;
|
|
28512
|
+
"countDocumentDeleteSuccess"?: number;
|
|
28513
|
+
"countDocumentDeleteFailure"?: number;
|
|
28514
|
+
"countCategoryDeleteSuccess"?: number;
|
|
28515
|
+
"countCategoryDeleteFailure"?: number;
|
|
28516
|
+
"countLabelDeleteSuccess"?: number;
|
|
28517
|
+
"countLabelDeleteFailure"?: number;
|
|
28518
|
+
}
|
|
28519
|
+
|
|
28252
28520
|
export interface KnowledgeTraining {
|
|
28253
28521
|
"id"?: string;
|
|
28254
28522
|
"dateTriggered"?: string;
|
|
@@ -29608,6 +29876,7 @@ declare namespace Models {
|
|
|
29608
29876
|
|
|
29609
29877
|
export interface LogCaptureUserConfiguration {
|
|
29610
29878
|
"id"?: string;
|
|
29879
|
+
"dateStarted"?: string;
|
|
29611
29880
|
"dateExpired": string;
|
|
29612
29881
|
"selfUri"?: string;
|
|
29613
29882
|
}
|
|
@@ -30032,6 +30301,7 @@ declare namespace Models {
|
|
|
30032
30301
|
"media"?: Array<Models.MessageMedia>;
|
|
30033
30302
|
"stickers"?: Array<Models.MessageSticker>;
|
|
30034
30303
|
"messageMetadata"?: Models.ConversationMessageMetadata;
|
|
30304
|
+
"socialVisibility"?: string;
|
|
30035
30305
|
"errorInfo"?: Models.ErrorBody;
|
|
30036
30306
|
}
|
|
30037
30307
|
|
|
@@ -32090,6 +32360,98 @@ declare namespace Models {
|
|
|
32090
32360
|
"senderPhoneNumber"?: string;
|
|
32091
32361
|
}
|
|
32092
32362
|
|
|
32363
|
+
export interface OutboundMessagingEmailCampaignConfigChangeContactSort {
|
|
32364
|
+
"fieldName"?: string;
|
|
32365
|
+
"direction"?: string;
|
|
32366
|
+
"numeric"?: boolean;
|
|
32367
|
+
"additionalProperties"?: { [key: string]: object; };
|
|
32368
|
+
}
|
|
32369
|
+
|
|
32370
|
+
export interface OutboundMessagingEmailCampaignConfigChangeEmailConfig {
|
|
32371
|
+
"emailColumns"?: Array<string>;
|
|
32372
|
+
"contentTemplate"?: Models.OutboundMessagingEmailCampaignConfigChangeResponseRef;
|
|
32373
|
+
"fromAddress"?: Models.OutboundMessagingEmailCampaignConfigChangeFromEmailAddress;
|
|
32374
|
+
"replyToAddress"?: Models.OutboundMessagingEmailCampaignConfigChangeReplyToEmailAddress;
|
|
32375
|
+
}
|
|
32376
|
+
|
|
32377
|
+
export interface OutboundMessagingEmailCampaignConfigChangeErrorDetail {
|
|
32378
|
+
"error"?: string;
|
|
32379
|
+
"details"?: string;
|
|
32380
|
+
}
|
|
32381
|
+
|
|
32382
|
+
export interface OutboundMessagingEmailCampaignConfigChangeFromEmailAddress {
|
|
32383
|
+
"friendlyName"?: string;
|
|
32384
|
+
"localPart"?: string;
|
|
32385
|
+
"domain"?: Models.OutboundMessagingEmailCampaignConfigChangeUriReference;
|
|
32386
|
+
}
|
|
32387
|
+
|
|
32388
|
+
export interface OutboundMessagingEmailCampaignConfigChangeMessagingCampaign {
|
|
32389
|
+
"campaignStatus"?: string;
|
|
32390
|
+
"callableTimeSet"?: Models.OutboundMessagingEmailCampaignConfigChangeUriReference;
|
|
32391
|
+
"contactList"?: Models.OutboundMessagingEmailCampaignConfigChangeUriReference;
|
|
32392
|
+
"dncLists"?: Array<Models.OutboundMessagingEmailCampaignConfigChangeUriReference>;
|
|
32393
|
+
"contactListFilters"?: Array<Models.OutboundMessagingEmailCampaignConfigChangeUriReference>;
|
|
32394
|
+
"alwaysRunning"?: boolean;
|
|
32395
|
+
"contactSorts"?: Array<Models.OutboundMessagingEmailCampaignConfigChangeContactSort>;
|
|
32396
|
+
"messagesPerMinute"?: number;
|
|
32397
|
+
"ruleSets"?: Array<Models.OutboundMessagingEmailCampaignConfigChangeUriReference>;
|
|
32398
|
+
"smsConfig"?: Models.OutboundMessagingEmailCampaignConfigChangeSmsConfig;
|
|
32399
|
+
"emailConfig"?: Models.OutboundMessagingEmailCampaignConfigChangeEmailConfig;
|
|
32400
|
+
"errors"?: Array<Models.OutboundMessagingEmailCampaignConfigChangeErrorDetail>;
|
|
32401
|
+
"id"?: string;
|
|
32402
|
+
"name"?: string;
|
|
32403
|
+
"dateCreated"?: string;
|
|
32404
|
+
"dateModified"?: string;
|
|
32405
|
+
"version"?: number;
|
|
32406
|
+
"division"?: Models.OutboundMessagingEmailCampaignConfigChangeUriReference;
|
|
32407
|
+
}
|
|
32408
|
+
|
|
32409
|
+
export interface OutboundMessagingEmailCampaignConfigChangeObject {
|
|
32410
|
+
}
|
|
32411
|
+
|
|
32412
|
+
export interface OutboundMessagingEmailCampaignConfigChangeReplyToEmailAddress {
|
|
32413
|
+
"domain"?: Models.OutboundMessagingEmailCampaignConfigChangeUriReference;
|
|
32414
|
+
"route"?: Models.OutboundMessagingEmailCampaignConfigChangeUriReference;
|
|
32415
|
+
}
|
|
32416
|
+
|
|
32417
|
+
export interface OutboundMessagingEmailCampaignConfigChangeResponseRef {
|
|
32418
|
+
"id"?: string;
|
|
32419
|
+
}
|
|
32420
|
+
|
|
32421
|
+
export interface OutboundMessagingEmailCampaignConfigChangeSmsConfig {
|
|
32422
|
+
"messageColumn"?: string;
|
|
32423
|
+
"phoneColumn"?: string;
|
|
32424
|
+
"senderSmsPhoneNumber"?: Models.OutboundMessagingEmailCampaignConfigChangeSmsPhoneNumberRef;
|
|
32425
|
+
"contentTemplate"?: Models.OutboundMessagingEmailCampaignConfigChangeResponseRef;
|
|
32426
|
+
}
|
|
32427
|
+
|
|
32428
|
+
export interface OutboundMessagingEmailCampaignConfigChangeSmsPhoneNumberRef {
|
|
32429
|
+
"phoneNumber"?: string;
|
|
32430
|
+
}
|
|
32431
|
+
|
|
32432
|
+
export interface OutboundMessagingEmailCampaignConfigChangeUriReference {
|
|
32433
|
+
"id"?: string;
|
|
32434
|
+
"name"?: string;
|
|
32435
|
+
}
|
|
32436
|
+
|
|
32437
|
+
export interface OutboundMessagingEmailCampaignProgressEventCampaignProgress {
|
|
32438
|
+
"campaign"?: Models.OutboundMessagingEmailCampaignProgressEventUriReference;
|
|
32439
|
+
"numberOfContactsCalled"?: number;
|
|
32440
|
+
"numberOfContactsMessaged"?: number;
|
|
32441
|
+
"totalNumberOfContacts"?: number;
|
|
32442
|
+
"percentage"?: number;
|
|
32443
|
+
"numberOfContactsSkipped"?: { [key: string]: number; };
|
|
32444
|
+
"additionalProperties"?: { [key: string]: object; };
|
|
32445
|
+
}
|
|
32446
|
+
|
|
32447
|
+
export interface OutboundMessagingEmailCampaignProgressEventObject {
|
|
32448
|
+
}
|
|
32449
|
+
|
|
32450
|
+
export interface OutboundMessagingEmailCampaignProgressEventUriReference {
|
|
32451
|
+
"id"?: string;
|
|
32452
|
+
"name"?: string;
|
|
32453
|
+
}
|
|
32454
|
+
|
|
32093
32455
|
export interface OutboundMessagingMessagingCampaignConfigChangeContactSort {
|
|
32094
32456
|
"fieldName"?: string;
|
|
32095
32457
|
"direction"?: string;
|
|
@@ -32474,6 +32836,14 @@ declare namespace Models {
|
|
|
32474
32836
|
export interface PagedNamespaceListing {
|
|
32475
32837
|
}
|
|
32476
32838
|
|
|
32839
|
+
export interface PagedSkillCombinationListing {
|
|
32840
|
+
"entities"?: Array<Models.SkillCombinationInfo>;
|
|
32841
|
+
"pageSize"?: number;
|
|
32842
|
+
"pageNumber"?: number;
|
|
32843
|
+
"total"?: number;
|
|
32844
|
+
"pageCount"?: number;
|
|
32845
|
+
}
|
|
32846
|
+
|
|
32477
32847
|
export interface PagelessDomainEntityListingEvaluationVersion {
|
|
32478
32848
|
"total"?: number;
|
|
32479
32849
|
"entities"?: Array<Models.EvaluationVersion>;
|
|
@@ -32546,6 +32916,7 @@ declare namespace Models {
|
|
|
32546
32916
|
"flaggedReason"?: string;
|
|
32547
32917
|
"startAcwTime"?: string;
|
|
32548
32918
|
"endAcwTime"?: string;
|
|
32919
|
+
"internalMessages"?: Array<Models.InternalMessage>;
|
|
32549
32920
|
"bargedParticipantId"?: string;
|
|
32550
32921
|
}
|
|
32551
32922
|
|
|
@@ -32600,6 +32971,7 @@ declare namespace Models {
|
|
|
32600
32971
|
"flaggedReason"?: string;
|
|
32601
32972
|
"startAcwTime"?: string;
|
|
32602
32973
|
"endAcwTime"?: string;
|
|
32974
|
+
"internalMessages"?: Array<Models.InternalMessage>;
|
|
32603
32975
|
"bargedParticipantId"?: string;
|
|
32604
32976
|
}
|
|
32605
32977
|
|
|
@@ -33232,6 +33604,12 @@ declare namespace Models {
|
|
|
33232
33604
|
"documentId": string;
|
|
33233
33605
|
}
|
|
33234
33606
|
|
|
33607
|
+
export interface PhraseTranslation {
|
|
33608
|
+
"startTimeMs": number;
|
|
33609
|
+
"participantPurpose": string;
|
|
33610
|
+
"translatedText": string;
|
|
33611
|
+
}
|
|
33612
|
+
|
|
33235
33613
|
export interface PhysicalInterfaceEntityListing {
|
|
33236
33614
|
"entities"?: Array<Models.DomainPhysicalInterface>;
|
|
33237
33615
|
"pageSize"?: number;
|
|
@@ -34054,6 +34432,7 @@ declare namespace Models {
|
|
|
34054
34432
|
"whisperPrompt"?: Models.DomainEntityRef;
|
|
34055
34433
|
"onHoldPrompt"?: Models.DomainEntityRef;
|
|
34056
34434
|
"autoAnswerOnly"?: boolean;
|
|
34435
|
+
"cannedResponseLibraries"?: Models.CannedResponseLibraries;
|
|
34057
34436
|
"enableTranscription"?: boolean;
|
|
34058
34437
|
"enableAudioMonitoring"?: boolean;
|
|
34059
34438
|
"enableManualAssignment"?: boolean;
|
|
@@ -36690,6 +37069,7 @@ declare namespace Models {
|
|
|
36690
37069
|
"whisperPrompt"?: Models.DomainEntityRef;
|
|
36691
37070
|
"onHoldPrompt"?: Models.DomainEntityRef;
|
|
36692
37071
|
"autoAnswerOnly"?: boolean;
|
|
37072
|
+
"cannedResponseLibraries"?: Models.CannedResponseLibraries;
|
|
36693
37073
|
"enableTranscription"?: boolean;
|
|
36694
37074
|
"enableAudioMonitoring"?: boolean;
|
|
36695
37075
|
"enableManualAssignment"?: boolean;
|
|
@@ -38185,6 +38565,34 @@ declare namespace Models {
|
|
|
38185
38565
|
"selfUri"?: string;
|
|
38186
38566
|
}
|
|
38187
38567
|
|
|
38568
|
+
export interface SalesforceSettings {
|
|
38569
|
+
"channel"?: string;
|
|
38570
|
+
"language"?: string;
|
|
38571
|
+
"categories"?: Array<string>;
|
|
38572
|
+
}
|
|
38573
|
+
|
|
38574
|
+
export interface SalesforceSourceRequest {
|
|
38575
|
+
"id"?: string;
|
|
38576
|
+
"name": string;
|
|
38577
|
+
"integrationId"?: string;
|
|
38578
|
+
"schedulePeriod"?: number;
|
|
38579
|
+
"settings"?: Models.SalesforceSettings;
|
|
38580
|
+
"selfUri"?: string;
|
|
38581
|
+
}
|
|
38582
|
+
|
|
38583
|
+
export interface SalesforceSourceResponse {
|
|
38584
|
+
"id"?: string;
|
|
38585
|
+
"name"?: string;
|
|
38586
|
+
"dateCreated"?: string;
|
|
38587
|
+
"dateModified"?: string;
|
|
38588
|
+
"type"?: string;
|
|
38589
|
+
"integration"?: Models.KnowledgeIntegrationReference;
|
|
38590
|
+
"schedulePeriod"?: number;
|
|
38591
|
+
"lastSync"?: Models.SourceLastSync;
|
|
38592
|
+
"settings"?: Models.SalesforceSettings;
|
|
38593
|
+
"selfUri"?: string;
|
|
38594
|
+
}
|
|
38595
|
+
|
|
38188
38596
|
export interface Schedule {
|
|
38189
38597
|
"id"?: string;
|
|
38190
38598
|
"name": string;
|
|
@@ -39070,6 +39478,34 @@ declare namespace Models {
|
|
|
39070
39478
|
"durationMs"?: number;
|
|
39071
39479
|
}
|
|
39072
39480
|
|
|
39481
|
+
export interface ServiceNowSettings {
|
|
39482
|
+
"knowledgeBaseIds"?: Array<string>;
|
|
39483
|
+
"language"?: string;
|
|
39484
|
+
"categories"?: Array<string>;
|
|
39485
|
+
}
|
|
39486
|
+
|
|
39487
|
+
export interface ServiceNowSourceRequest {
|
|
39488
|
+
"id"?: string;
|
|
39489
|
+
"name": string;
|
|
39490
|
+
"integrationId"?: string;
|
|
39491
|
+
"schedulePeriod"?: number;
|
|
39492
|
+
"settings"?: Models.ServiceNowSettings;
|
|
39493
|
+
"selfUri"?: string;
|
|
39494
|
+
}
|
|
39495
|
+
|
|
39496
|
+
export interface ServiceNowSourceResponse {
|
|
39497
|
+
"id"?: string;
|
|
39498
|
+
"name"?: string;
|
|
39499
|
+
"dateCreated"?: string;
|
|
39500
|
+
"dateModified"?: string;
|
|
39501
|
+
"type"?: string;
|
|
39502
|
+
"integration"?: Models.KnowledgeIntegrationReference;
|
|
39503
|
+
"schedulePeriod"?: number;
|
|
39504
|
+
"lastSync"?: Models.SourceLastSync;
|
|
39505
|
+
"settings"?: Models.ServiceNowSettings;
|
|
39506
|
+
"selfUri"?: string;
|
|
39507
|
+
}
|
|
39508
|
+
|
|
39073
39509
|
export interface Session {
|
|
39074
39510
|
"id": string;
|
|
39075
39511
|
"customerId"?: string;
|
|
@@ -39482,6 +39918,12 @@ declare namespace Models {
|
|
|
39482
39918
|
"pageCount"?: number;
|
|
39483
39919
|
}
|
|
39484
39920
|
|
|
39921
|
+
export interface SkillCombinationInfo {
|
|
39922
|
+
"skillCombination"?: Array<string>;
|
|
39923
|
+
"totalCount"?: number;
|
|
39924
|
+
"remainingCount"?: number;
|
|
39925
|
+
}
|
|
39926
|
+
|
|
39485
39927
|
export interface SkillEntityListing {
|
|
39486
39928
|
"entities"?: Array<Models.RoutingSkill>;
|
|
39487
39929
|
"pageSize"?: number;
|
|
@@ -39762,6 +40204,18 @@ declare namespace Models {
|
|
|
39762
40204
|
"selfUri"?: string;
|
|
39763
40205
|
}
|
|
39764
40206
|
|
|
40207
|
+
export interface SourceBaseResponse {
|
|
40208
|
+
"id"?: string;
|
|
40209
|
+
"name"?: string;
|
|
40210
|
+
"dateCreated"?: string;
|
|
40211
|
+
"dateModified"?: string;
|
|
40212
|
+
"type"?: string;
|
|
40213
|
+
"integration"?: Models.KnowledgeIntegrationReference;
|
|
40214
|
+
"schedulePeriod"?: number;
|
|
40215
|
+
"lastSync"?: Models.SourceLastSync;
|
|
40216
|
+
"selfUri"?: string;
|
|
40217
|
+
}
|
|
40218
|
+
|
|
39765
40219
|
export interface SourceConfiguration {
|
|
39766
40220
|
"sourceId": string;
|
|
39767
40221
|
"interactionId": string;
|
|
@@ -39780,11 +40234,27 @@ declare namespace Models {
|
|
|
39780
40234
|
"selfUri"?: string;
|
|
39781
40235
|
}
|
|
39782
40236
|
|
|
40237
|
+
export interface SourceLastSync {
|
|
40238
|
+
"state"?: string;
|
|
40239
|
+
"dateStarted"?: string;
|
|
40240
|
+
"dateEnded"?: string;
|
|
40241
|
+
"error"?: Models.ErrorBody;
|
|
40242
|
+
}
|
|
40243
|
+
|
|
39783
40244
|
export interface SourcePlanningGroupRequest {
|
|
39784
40245
|
"id": string;
|
|
39785
40246
|
"metadata": Models.WfmVersionedEntityMetadata;
|
|
39786
40247
|
}
|
|
39787
40248
|
|
|
40249
|
+
export interface SourceSyncResponse {
|
|
40250
|
+
"state"?: string;
|
|
40251
|
+
"error"?: Models.ErrorBody;
|
|
40252
|
+
"dateCreated"?: string;
|
|
40253
|
+
"dateModified"?: string;
|
|
40254
|
+
"knowledgeBase"?: Models.AddressableEntityRef;
|
|
40255
|
+
"source"?: Models.AddressableEntityRef;
|
|
40256
|
+
}
|
|
40257
|
+
|
|
39788
40258
|
export interface SpeechTextAnalyticsSettingsRequest {
|
|
39789
40259
|
"defaultProgramId"?: string;
|
|
39790
40260
|
"expectedDialects"?: Array<string>;
|
|
@@ -40535,6 +41005,10 @@ declare namespace Models {
|
|
|
40535
41005
|
"questionGroupScores"?: Array<Models.SurveyQuestionGroupScore>;
|
|
40536
41006
|
}
|
|
40537
41007
|
|
|
41008
|
+
export interface SyncStatusRequest {
|
|
41009
|
+
"status": string;
|
|
41010
|
+
}
|
|
41011
|
+
|
|
40538
41012
|
export interface SystemMessageObject {
|
|
40539
41013
|
}
|
|
40540
41014
|
|
|
@@ -41563,6 +42037,12 @@ declare namespace Models {
|
|
|
41563
42037
|
"excludes"?: Array<string>;
|
|
41564
42038
|
}
|
|
41565
42039
|
|
|
42040
|
+
export interface TranscriptTranslation {
|
|
42041
|
+
"id": string;
|
|
42042
|
+
"phrases"?: Array<Models.PhraseTranslation>;
|
|
42043
|
+
"translateError"?: string;
|
|
42044
|
+
}
|
|
42045
|
+
|
|
41566
42046
|
export interface TranscriptUrl {
|
|
41567
42047
|
"url"?: string;
|
|
41568
42048
|
}
|
|
@@ -41701,6 +42181,15 @@ declare namespace Models {
|
|
|
41701
42181
|
"queueName"?: string;
|
|
41702
42182
|
}
|
|
41703
42183
|
|
|
42184
|
+
export interface TranslateSupportedLanguage {
|
|
42185
|
+
"languageName": string;
|
|
42186
|
+
"languageCode": string;
|
|
42187
|
+
}
|
|
42188
|
+
|
|
42189
|
+
export interface TranslateSupportedLanguageList {
|
|
42190
|
+
"entities"?: Array<Models.TranslateSupportedLanguage>;
|
|
42191
|
+
}
|
|
42192
|
+
|
|
41704
42193
|
export interface TrendData {
|
|
41705
42194
|
"dateStartWorkday"?: string;
|
|
41706
42195
|
"dateEndWorkday"?: string;
|
|
@@ -41994,6 +42483,7 @@ declare namespace Models {
|
|
|
41994
42483
|
"rulesVisible": boolean;
|
|
41995
42484
|
"visibility": string;
|
|
41996
42485
|
"rolesEnabled"?: boolean;
|
|
42486
|
+
"includeOwners"?: boolean;
|
|
41997
42487
|
"owners"?: Array<Models.User>;
|
|
41998
42488
|
"dateCreated"?: string;
|
|
41999
42489
|
"createdBy"?: Models.OrgUser;
|
|
@@ -43359,6 +43849,7 @@ declare namespace Models {
|
|
|
43359
43849
|
"messageInQueueFlow"?: Models.DomainEntityRef;
|
|
43360
43850
|
"whisperPrompt"?: Models.DomainEntityRef;
|
|
43361
43851
|
"onHoldPrompt"?: Models.DomainEntityRef;
|
|
43852
|
+
"cannedResponseLibraries"?: Models.CannedResponseLibraries;
|
|
43362
43853
|
"enableTranscription"?: boolean;
|
|
43363
43854
|
"enableAudioMonitoring"?: boolean;
|
|
43364
43855
|
"enableManualAssignment"?: boolean;
|
|
@@ -43978,6 +44469,7 @@ declare namespace Models {
|
|
|
43978
44469
|
"journeyActionMap"?: Models.V2FlowExecutionDataFlowidTopicJourneyActionMap;
|
|
43979
44470
|
"processAutomation"?: Models.V2FlowExecutionDataFlowidTopicProcessAutomation;
|
|
43980
44471
|
"quality"?: Models.V2FlowExecutionDataFlowidTopicQuality;
|
|
44472
|
+
"workitem"?: Models.V2FlowExecutionDataFlowidTopicWorkitem;
|
|
43981
44473
|
}
|
|
43982
44474
|
|
|
43983
44475
|
export interface V2FlowExecutionDataFlowidTopicJourneyActionMap {
|
|
@@ -43995,6 +44487,27 @@ declare namespace Models {
|
|
|
43995
44487
|
"policyName"?: string;
|
|
43996
44488
|
}
|
|
43997
44489
|
|
|
44490
|
+
export interface V2FlowExecutionDataFlowidTopicWorkitem {
|
|
44491
|
+
"workitemId"?: string;
|
|
44492
|
+
"workitemName"?: string;
|
|
44493
|
+
}
|
|
44494
|
+
|
|
44495
|
+
export interface V2IntegrationPresenceEventOrganizationPresence {
|
|
44496
|
+
"id"?: string;
|
|
44497
|
+
"systemPresence"?: string;
|
|
44498
|
+
}
|
|
44499
|
+
|
|
44500
|
+
export interface V2IntegrationPresenceEventPresenceActivityEvent {
|
|
44501
|
+
"userId"?: string;
|
|
44502
|
+
"eventType"?: string;
|
|
44503
|
+
"source"?: string;
|
|
44504
|
+
"modifiedDate"?: string;
|
|
44505
|
+
"presenceDefinition"?: Models.V2IntegrationPresenceEventOrganizationPresence;
|
|
44506
|
+
"message"?: string;
|
|
44507
|
+
"currentDisplaySourceId"?: string;
|
|
44508
|
+
"previousDisplaySourceId"?: string;
|
|
44509
|
+
}
|
|
44510
|
+
|
|
43998
44511
|
export interface V2MobiusAlertsTopicAddressableEntityRef {
|
|
43999
44512
|
"id"?: string;
|
|
44000
44513
|
}
|
|
@@ -44201,6 +44714,7 @@ declare namespace Models {
|
|
|
44201
44714
|
export interface ValidationServiceRequest {
|
|
44202
44715
|
"dateImportEnded": string;
|
|
44203
44716
|
"uploadKey": string;
|
|
44717
|
+
"fileName"?: string;
|
|
44204
44718
|
}
|
|
44205
44719
|
|
|
44206
44720
|
export interface ValueWrapperActivityPlanServiceGoalImpactOverrides {
|
|
@@ -44492,6 +45006,7 @@ declare namespace Models {
|
|
|
44492
45006
|
"screenMonitorUserIds"?: Array<string>;
|
|
44493
45007
|
"dashboardType"?: string;
|
|
44494
45008
|
"dashboardAccessFilter"?: string;
|
|
45009
|
+
"transcriptDurationMilliseconds"?: Array<Models.NumericRange>;
|
|
44495
45010
|
}
|
|
44496
45011
|
|
|
44497
45012
|
export interface VisibilityCondition {
|
|
@@ -47292,6 +47807,8 @@ declare namespace Models {
|
|
|
47292
47807
|
"entities"?: Array<Models.Workitem>;
|
|
47293
47808
|
"pageSize"?: number;
|
|
47294
47809
|
"pageNumber"?: number;
|
|
47810
|
+
"total"?: number;
|
|
47811
|
+
"pageCount"?: number;
|
|
47295
47812
|
}
|
|
47296
47813
|
|
|
47297
47814
|
export interface WorkitemPostQueryEntityListing {
|