purecloud-platform-client-v2 134.0.0 → 136.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 +32 -29
- package/dist/node/purecloud-platform-client-v2.js +388 -214
- package/dist/web-amd/purecloud-platform-client-v2.js +388 -214
- package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
- package/dist/web-cjs/bundle.js +388 -214
- package/dist/web-cjs/purecloud-platform-client-v2.js +398 -225
- package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
- package/index.d.ts +364 -35
- 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 +5 -5
- 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 +29 -29
- 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 +11 -9
- 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 +1 -1
- 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 +26 -1
- package/src/purecloud-platform-client-v2/api/PresenceApi.js +1 -51
- package/src/purecloud-platform-client-v2/api/QualityApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/RecordingApi.js +132 -5
- package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/RoutingApi.js +7 -3
- package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ScriptsApi.js +69 -3
- 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 +2 -2
- package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UploadsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UsageApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UsersApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/WebChatApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +1 -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 +51 -51
- package/src/purecloud-platform-client-v2/index.js +1 -1
package/index.d.ts
CHANGED
|
@@ -1459,7 +1459,7 @@ declare class GamificationApi {
|
|
|
1459
1459
|
getGamificationMetricdefinition(metricDefinitionId: string): Promise<Models.MetricDefinition>;
|
|
1460
1460
|
getGamificationMetricdefinitions(): Promise<Models.GetMetricDefinitionsResponse>;
|
|
1461
1461
|
getGamificationMetrics(opts?: GamificationApi.getGamificationMetricsOptions): Promise<Models.GetMetricsResponse>;
|
|
1462
|
-
getGamificationProfile(
|
|
1462
|
+
getGamificationProfile(profileId: string): Promise<Models.PerformanceProfile>;
|
|
1463
1463
|
getGamificationProfileMembers(performanceProfileId: string): Promise<Models.MemberListing>;
|
|
1464
1464
|
getGamificationProfileMetric(profileId: string, metricId: string, opts?: GamificationApi.getGamificationProfileMetricOptions): Promise<Models.Metric>;
|
|
1465
1465
|
getGamificationProfileMetrics(profileId: string, opts?: GamificationApi.getGamificationProfileMetricsOptions): Promise<Models.GetMetricResponse>;
|
|
@@ -1488,15 +1488,15 @@ declare class GamificationApi {
|
|
|
1488
1488
|
getGamificationTemplate(templateId: string): Promise<Models.ObjectiveTemplate>;
|
|
1489
1489
|
getGamificationTemplates(): Promise<Models.GetTemplatesResponse>;
|
|
1490
1490
|
postGamificationMetrics(body: Models.CreateMetric): Promise<Models.Metric>;
|
|
1491
|
-
postGamificationProfileActivate(
|
|
1492
|
-
postGamificationProfileDeactivate(
|
|
1491
|
+
postGamificationProfileActivate(profileId: string): Promise<Models.PerformanceProfile>;
|
|
1492
|
+
postGamificationProfileDeactivate(profileId: string): Promise<Models.PerformanceProfile>;
|
|
1493
1493
|
postGamificationProfileMembers(performanceProfileId: string, body: Models.AssignUsers): Promise<Models.Assignment>;
|
|
1494
1494
|
postGamificationProfileMembersValidate(performanceProfileId: string, body: Models.ValidateAssignUsers): Promise<Models.AssignmentValidation>;
|
|
1495
1495
|
postGamificationProfileMetricLink(sourceProfileId: string, sourceMetricId: string, body: Models.TargetPerformanceProfile): Promise<Models.Metric>;
|
|
1496
1496
|
postGamificationProfileMetrics(profileId: string, body: Models.CreateMetric): Promise<Models.Metric>;
|
|
1497
1497
|
postGamificationProfiles(body: Models.CreatePerformanceProfile, opts?: GamificationApi.postGamificationProfilesOptions): Promise<Models.PerformanceProfile>;
|
|
1498
1498
|
putGamificationMetric(metricId: string, body: Models.CreateMetric, opts?: GamificationApi.putGamificationMetricOptions): Promise<Models.Metric>;
|
|
1499
|
-
putGamificationProfile(
|
|
1499
|
+
putGamificationProfile(profileId: string, opts?: GamificationApi.putGamificationProfileOptions): Promise<Models.PerformanceProfile>;
|
|
1500
1500
|
putGamificationProfileMetric(profileId: string, metricId: string, body: Models.CreateMetric): Promise<Models.Metric>;
|
|
1501
1501
|
putGamificationStatus(status: Models.GamificationStatus): Promise<Models.GamificationStatus>;
|
|
1502
1502
|
}
|
|
@@ -1820,6 +1820,7 @@ declare namespace IntegrationsApi {
|
|
|
1820
1820
|
"sortOrder"?: string;
|
|
1821
1821
|
"category"?: string;
|
|
1822
1822
|
"name"?: string;
|
|
1823
|
+
"ids"?: string;
|
|
1823
1824
|
"secure"?: string;
|
|
1824
1825
|
"includeAuthActions"?: string;
|
|
1825
1826
|
}
|
|
@@ -1841,6 +1842,7 @@ declare namespace IntegrationsApi {
|
|
|
1841
1842
|
"sortOrder"?: string;
|
|
1842
1843
|
"category"?: string;
|
|
1843
1844
|
"name"?: string;
|
|
1845
|
+
"ids"?: string;
|
|
1844
1846
|
"secure"?: string;
|
|
1845
1847
|
"includeAuthActions"?: string;
|
|
1846
1848
|
}
|
|
@@ -2611,6 +2613,7 @@ declare class OutboundApi {
|
|
|
2611
2613
|
deleteOutboundContactlists(id: Array<string>): Promise<void>;
|
|
2612
2614
|
deleteOutboundDnclist(dncListId: string): Promise<void>;
|
|
2613
2615
|
deleteOutboundMessagingcampaign(messagingCampaignId: string): Promise<Models.MessagingCampaign>;
|
|
2616
|
+
deleteOutboundMessagingcampaignProgress(messagingCampaignId: string): Promise<void>;
|
|
2614
2617
|
deleteOutboundRuleset(ruleSetId: string): Promise<void>;
|
|
2615
2618
|
deleteOutboundSchedulesCampaign(campaignId: string): Promise<void>;
|
|
2616
2619
|
deleteOutboundSchedulesSequence(sequenceId: string): Promise<void>;
|
|
@@ -2941,9 +2944,7 @@ declare class PresenceApi {
|
|
|
2941
2944
|
getPresencedefinitions(opts?: PresenceApi.getPresencedefinitionsOptions): Promise<Models.OrganizationPresenceEntityListing>;
|
|
2942
2945
|
getSystempresences(): Promise<Array<Models.SystemPresence>>;
|
|
2943
2946
|
getUserPresence(userId: string, sourceId: string): Promise<Models.UserPresence>;
|
|
2944
|
-
getUserPresencesMicrosoftteams(userId: string): Promise<Models.PresenceExpand>;
|
|
2945
2947
|
getUserPresencesPurecloud(userId: string): Promise<Models.UserPresence>;
|
|
2946
|
-
getUserPresencesZoomphone(userId: string): Promise<Models.PresenceExpand>;
|
|
2947
2948
|
patchUserPresence(userId: string, sourceId: string, body: Models.UserPresence): Promise<Models.UserPresence>;
|
|
2948
2949
|
patchUserPresencesPurecloud(userId: string, body: Models.UserPresence): Promise<Models.UserPresence>;
|
|
2949
2950
|
postPresencedefinitions(body: Models.OrganizationPresence): Promise<Models.OrganizationPresence>;
|
|
@@ -3193,6 +3194,8 @@ declare class RecordingApi {
|
|
|
3193
3194
|
getRecordingJob(jobId: string): Promise<Models.RecordingJob>;
|
|
3194
3195
|
getRecordingJobFailedrecordings(jobId: string, opts?: RecordingApi.getRecordingJobFailedrecordingsOptions): Promise<Models.FailedRecordingEntityListing>;
|
|
3195
3196
|
getRecordingJobs(opts?: RecordingApi.getRecordingJobsOptions): Promise<Models.RecordingJobEntityListing>;
|
|
3197
|
+
getRecordingKeyconfiguration(keyConfigurationId: string): Promise<Models.RecordingEncryptionConfiguration>;
|
|
3198
|
+
getRecordingKeyconfigurations(): Promise<Models.RecordingEncryptionConfigurationListing>;
|
|
3196
3199
|
getRecordingLocalkeysSetting(settingsId: string): Promise<Models.LocalEncryptionConfiguration>;
|
|
3197
3200
|
getRecordingLocalkeysSettings(): Promise<Models.LocalEncryptionConfigurationListing>;
|
|
3198
3201
|
getRecordingMediaretentionpolicies(opts?: RecordingApi.getRecordingMediaretentionpoliciesOptions): Promise<Models.PolicyEntityListing>;
|
|
@@ -3208,6 +3211,8 @@ declare class RecordingApi {
|
|
|
3208
3211
|
postRecordingBatchrequests(body: Models.BatchDownloadJobSubmission): Promise<Models.BatchDownloadJobSubmissionResult>;
|
|
3209
3212
|
postRecordingCrossplatformMediaretentionpolicies(body: Models.CrossPlatformPolicyCreate): Promise<Models.CrossPlatformPolicy>;
|
|
3210
3213
|
postRecordingJobs(body: Models.RecordingJobsQuery): Promise<Models.RecordingJob>;
|
|
3214
|
+
postRecordingKeyconfigurations(body: Models.RecordingEncryptionConfiguration): Promise<Models.RecordingEncryptionConfiguration>;
|
|
3215
|
+
postRecordingKeyconfigurationsValidate(body: Models.RecordingEncryptionConfiguration): Promise<Models.RecordingEncryptionConfiguration>;
|
|
3211
3216
|
postRecordingLocalkeys(body: Models.LocalEncryptionKeyRequest): Promise<Models.EncryptionKey>;
|
|
3212
3217
|
postRecordingLocalkeysSettings(body: Models.LocalEncryptionConfiguration): Promise<Models.LocalEncryptionConfiguration>;
|
|
3213
3218
|
postRecordingMediaretentionpolicies(body: Models.PolicyCreate): Promise<Models.Policy>;
|
|
@@ -3220,6 +3225,7 @@ declare class RecordingApi {
|
|
|
3220
3225
|
putOrphanrecording(orphanId: string, opts?: RecordingApi.putOrphanrecordingOptions): Promise<Models.Recording>;
|
|
3221
3226
|
putRecordingCrossplatformMediaretentionpolicy(policyId: string, body: Models.CrossPlatformPolicy): Promise<Models.CrossPlatformPolicy>;
|
|
3222
3227
|
putRecordingJob(jobId: string, body: Models.ExecuteRecordingJobsQuery): Promise<Models.RecordingJob>;
|
|
3228
|
+
putRecordingKeyconfiguration(keyConfigurationId: string, body: Models.RecordingEncryptionConfiguration): Promise<Models.RecordingEncryptionConfiguration>;
|
|
3223
3229
|
putRecordingLocalkeysSetting(settingsId: string, body: Models.LocalEncryptionConfiguration): Promise<Models.LocalEncryptionConfiguration>;
|
|
3224
3230
|
putRecordingMediaretentionpolicy(policyId: string, body: Models.Policy): Promise<Models.Policy>;
|
|
3225
3231
|
putRecordingRecordingkeysRotationschedule(body: Models.KeyRotationSchedule): Promise<Models.KeyRotationSchedule>;
|
|
@@ -3274,6 +3280,7 @@ declare namespace RecordingApi {
|
|
|
3274
3280
|
"enabled"?: boolean;
|
|
3275
3281
|
"summary"?: boolean;
|
|
3276
3282
|
"hasErrors"?: boolean;
|
|
3283
|
+
"deleteDaysThreshold"?: number;
|
|
3277
3284
|
}
|
|
3278
3285
|
export interface getRecordingJobFailedrecordingsOptions {
|
|
3279
3286
|
"pageSize"?: number;
|
|
@@ -3302,6 +3309,7 @@ declare namespace RecordingApi {
|
|
|
3302
3309
|
"enabled"?: boolean;
|
|
3303
3310
|
"summary"?: boolean;
|
|
3304
3311
|
"hasErrors"?: boolean;
|
|
3312
|
+
"deleteDaysThreshold"?: number;
|
|
3305
3313
|
}
|
|
3306
3314
|
export interface getRecordingRecordingkeysOptions {
|
|
3307
3315
|
"pageSize"?: number;
|
|
@@ -3396,7 +3404,7 @@ declare class RoutingApi {
|
|
|
3396
3404
|
getRoutingEmailDomain(domainId: string): Promise<Models.InboundDomain>;
|
|
3397
3405
|
getRoutingEmailDomainRoute(domainName: string, routeId: string): Promise<Models.InboundRoute>;
|
|
3398
3406
|
getRoutingEmailDomainRoutes(domainName: string, opts?: RoutingApi.getRoutingEmailDomainRoutesOptions): Promise<Models.InboundRouteEntityListing>;
|
|
3399
|
-
getRoutingEmailDomains(): Promise<Models.InboundDomainEntityListing>;
|
|
3407
|
+
getRoutingEmailDomains(opts?: RoutingApi.getRoutingEmailDomainsOptions): Promise<Models.InboundDomainEntityListing>;
|
|
3400
3408
|
getRoutingEmailSetup(): Promise<Models.EmailSetup>;
|
|
3401
3409
|
getRoutingLanguages(opts?: RoutingApi.getRoutingLanguagesOptions): Promise<Models.LanguageEntityListing>;
|
|
3402
3410
|
getRoutingMessageRecipient(recipientId: string): Promise<Models.Recipient>;
|
|
@@ -3500,6 +3508,9 @@ declare namespace RoutingApi {
|
|
|
3500
3508
|
"pageNumber"?: number;
|
|
3501
3509
|
"pattern"?: string;
|
|
3502
3510
|
}
|
|
3511
|
+
export interface getRoutingEmailDomainsOptions {
|
|
3512
|
+
"excludeStatus"?: boolean;
|
|
3513
|
+
}
|
|
3503
3514
|
export interface getRoutingLanguagesOptions {
|
|
3504
3515
|
"pageSize"?: number;
|
|
3505
3516
|
"pageNumber"?: number;
|
|
@@ -3794,7 +3805,9 @@ declare class ScriptsApi {
|
|
|
3794
3805
|
getScriptPage(scriptId: string, pageId: string, opts?: ScriptsApi.getScriptPageOptions): Promise<Models.Page>;
|
|
3795
3806
|
getScriptPages(scriptId: string, opts?: ScriptsApi.getScriptPagesOptions): Promise<Array<Models.Page>>;
|
|
3796
3807
|
getScripts(opts?: ScriptsApi.getScriptsOptions): Promise<Models.ScriptEntityListing>;
|
|
3808
|
+
getScriptsDivisionviews(opts?: ScriptsApi.getScriptsDivisionviewsOptions): Promise<Models.ScriptEntityListing>;
|
|
3797
3809
|
getScriptsPublished(opts?: ScriptsApi.getScriptsPublishedOptions): Promise<Models.ScriptEntityListing>;
|
|
3810
|
+
getScriptsPublishedDivisionviews(opts?: ScriptsApi.getScriptsPublishedDivisionviewsOptions): Promise<Models.ScriptEntityListing>;
|
|
3798
3811
|
getScriptsPublishedScriptId(scriptId: string, opts?: ScriptsApi.getScriptsPublishedScriptIdOptions): Promise<Models.Script>;
|
|
3799
3812
|
getScriptsPublishedScriptIdPage(scriptId: string, pageId: string, opts?: ScriptsApi.getScriptsPublishedScriptIdPageOptions): Promise<Models.Page>;
|
|
3800
3813
|
getScriptsPublishedScriptIdPages(scriptId: string, opts?: ScriptsApi.getScriptsPublishedScriptIdPagesOptions): Promise<Array<Models.Page>>;
|
|
@@ -3820,6 +3833,19 @@ declare namespace ScriptsApi {
|
|
|
3820
3833
|
"sortBy"?: string;
|
|
3821
3834
|
"sortOrder"?: string;
|
|
3822
3835
|
"scriptDataVersion"?: string;
|
|
3836
|
+
"divisionIds"?: string;
|
|
3837
|
+
}
|
|
3838
|
+
export interface getScriptsDivisionviewsOptions {
|
|
3839
|
+
"pageSize"?: number;
|
|
3840
|
+
"pageNumber"?: number;
|
|
3841
|
+
"expand"?: string;
|
|
3842
|
+
"name"?: string;
|
|
3843
|
+
"feature"?: string;
|
|
3844
|
+
"flowId"?: string;
|
|
3845
|
+
"sortBy"?: string;
|
|
3846
|
+
"sortOrder"?: string;
|
|
3847
|
+
"scriptDataVersion"?: string;
|
|
3848
|
+
"divisionIds"?: string;
|
|
3823
3849
|
}
|
|
3824
3850
|
export interface getScriptsPublishedOptions {
|
|
3825
3851
|
"pageSize"?: number;
|
|
@@ -3829,6 +3855,17 @@ declare namespace ScriptsApi {
|
|
|
3829
3855
|
"feature"?: string;
|
|
3830
3856
|
"flowId"?: string;
|
|
3831
3857
|
"scriptDataVersion"?: string;
|
|
3858
|
+
"divisionIds"?: string;
|
|
3859
|
+
}
|
|
3860
|
+
export interface getScriptsPublishedDivisionviewsOptions {
|
|
3861
|
+
"pageSize"?: number;
|
|
3862
|
+
"pageNumber"?: number;
|
|
3863
|
+
"expand"?: string;
|
|
3864
|
+
"name"?: string;
|
|
3865
|
+
"feature"?: string;
|
|
3866
|
+
"flowId"?: string;
|
|
3867
|
+
"scriptDataVersion"?: string;
|
|
3868
|
+
"divisionIds"?: string;
|
|
3832
3869
|
}
|
|
3833
3870
|
export interface getScriptsPublishedScriptIdOptions {
|
|
3834
3871
|
"scriptDataVersion"?: string;
|
|
@@ -5565,6 +5602,19 @@ declare namespace Models {
|
|
|
5565
5602
|
"selfUri"?: string;
|
|
5566
5603
|
}
|
|
5567
5604
|
|
|
5605
|
+
export interface AdherenceExplanationNotification {
|
|
5606
|
+
"id"?: string;
|
|
5607
|
+
"agent"?: Models.UserReference;
|
|
5608
|
+
"managementUnit"?: Models.ManagementUnitReference;
|
|
5609
|
+
"businessUnit"?: Models.BusinessUnitReference;
|
|
5610
|
+
"startDate"?: string;
|
|
5611
|
+
"lengthMinutes"?: number;
|
|
5612
|
+
"status"?: string;
|
|
5613
|
+
"type"?: string;
|
|
5614
|
+
"notes"?: string;
|
|
5615
|
+
"selfUri"?: string;
|
|
5616
|
+
}
|
|
5617
|
+
|
|
5568
5618
|
export interface AdherenceSettings {
|
|
5569
5619
|
"severeAlertThresholdMinutes"?: number;
|
|
5570
5620
|
"adherenceTargetPercent"?: number;
|
|
@@ -6688,6 +6738,7 @@ declare namespace Models {
|
|
|
6688
6738
|
"action"?: string;
|
|
6689
6739
|
"entity"?: Models.DomainEntityRef;
|
|
6690
6740
|
"entityType"?: string;
|
|
6741
|
+
"status"?: string;
|
|
6691
6742
|
"propertyChanges"?: Array<Models.PropertyChange>;
|
|
6692
6743
|
"context"?: { [key: string]: string; };
|
|
6693
6744
|
}
|
|
@@ -6902,6 +6953,10 @@ declare namespace Models {
|
|
|
6902
6953
|
"selfUri"?: string;
|
|
6903
6954
|
}
|
|
6904
6955
|
|
|
6956
|
+
export interface AutoStart {
|
|
6957
|
+
"enabled"?: boolean;
|
|
6958
|
+
}
|
|
6959
|
+
|
|
6905
6960
|
export interface AutomaticTimeZoneMappingSettings {
|
|
6906
6961
|
"callableWindows"?: Array<Models.CallableWindow>;
|
|
6907
6962
|
"supportedCountries"?: Array<string>;
|
|
@@ -7976,7 +8031,7 @@ declare namespace Models {
|
|
|
7976
8031
|
"name"?: string;
|
|
7977
8032
|
"calibrator"?: Models.User;
|
|
7978
8033
|
"agent"?: Models.User;
|
|
7979
|
-
"conversation"?: Models.
|
|
8034
|
+
"conversation"?: Models.ConversationReference;
|
|
7980
8035
|
"evaluationForm"?: Models.EvaluationForm;
|
|
7981
8036
|
"contextId"?: string;
|
|
7982
8037
|
"averageScore"?: number;
|
|
@@ -8002,7 +8057,7 @@ declare namespace Models {
|
|
|
8002
8057
|
"name"?: string;
|
|
8003
8058
|
"calibrator"?: Models.User;
|
|
8004
8059
|
"agent"?: Models.User;
|
|
8005
|
-
"conversation": Models.
|
|
8060
|
+
"conversation": Models.ConversationReference;
|
|
8006
8061
|
"evaluationForm"?: Models.EvaluationForm;
|
|
8007
8062
|
"contextId"?: string;
|
|
8008
8063
|
"averageScore"?: number;
|
|
@@ -8699,6 +8754,22 @@ declare namespace Models {
|
|
|
8699
8754
|
"day": number;
|
|
8700
8755
|
}
|
|
8701
8756
|
|
|
8757
|
+
export interface Card {
|
|
8758
|
+
"title"?: string;
|
|
8759
|
+
"description"?: string;
|
|
8760
|
+
"url"?: string;
|
|
8761
|
+
"defaultAction"?: Models.CardAction;
|
|
8762
|
+
"actions"?: Array<Models.CardAction>;
|
|
8763
|
+
}
|
|
8764
|
+
|
|
8765
|
+
export interface CardAction {
|
|
8766
|
+
"type"?: string;
|
|
8767
|
+
"text"?: string;
|
|
8768
|
+
"payload"?: string;
|
|
8769
|
+
"url"?: string;
|
|
8770
|
+
"isSelected"?: boolean;
|
|
8771
|
+
}
|
|
8772
|
+
|
|
8702
8773
|
export interface Category {
|
|
8703
8774
|
"name"?: string;
|
|
8704
8775
|
}
|
|
@@ -9298,6 +9369,19 @@ declare namespace Models {
|
|
|
9298
9369
|
"predicates"?: Array<Models.DataActionConditionPredicate>;
|
|
9299
9370
|
}
|
|
9300
9371
|
|
|
9372
|
+
export interface ConditionalGroupRouting {
|
|
9373
|
+
"rules"?: Array<Models.ConditionalGroupRoutingRule>;
|
|
9374
|
+
}
|
|
9375
|
+
|
|
9376
|
+
export interface ConditionalGroupRoutingRule {
|
|
9377
|
+
"queue"?: Models.DomainEntityRef;
|
|
9378
|
+
"metric"?: string;
|
|
9379
|
+
"operator"?: string;
|
|
9380
|
+
"conditionValue"?: number;
|
|
9381
|
+
"groups"?: Array<Models.MemberGroup>;
|
|
9382
|
+
"waitSeconds"?: number;
|
|
9383
|
+
}
|
|
9384
|
+
|
|
9301
9385
|
export interface ConfigurationOverrides {
|
|
9302
9386
|
"priority"?: boolean;
|
|
9303
9387
|
}
|
|
@@ -9608,11 +9692,31 @@ declare namespace Models {
|
|
|
9608
9692
|
|
|
9609
9693
|
export interface ContentButtonResponse {
|
|
9610
9694
|
"id"?: string;
|
|
9611
|
-
"type"
|
|
9695
|
+
"type": string;
|
|
9612
9696
|
"text": string;
|
|
9613
9697
|
"payload": string;
|
|
9614
9698
|
}
|
|
9615
9699
|
|
|
9700
|
+
export interface ContentCard {
|
|
9701
|
+
"title": string;
|
|
9702
|
+
"description"?: string;
|
|
9703
|
+
"image"?: string;
|
|
9704
|
+
"video"?: string;
|
|
9705
|
+
"defaultAction"?: Models.ContentCardAction;
|
|
9706
|
+
"actions": Array<Models.ContentCardAction>;
|
|
9707
|
+
}
|
|
9708
|
+
|
|
9709
|
+
export interface ContentCardAction {
|
|
9710
|
+
"type"?: string;
|
|
9711
|
+
"text"?: string;
|
|
9712
|
+
"payload"?: string;
|
|
9713
|
+
"url"?: string;
|
|
9714
|
+
}
|
|
9715
|
+
|
|
9716
|
+
export interface ContentCarousel {
|
|
9717
|
+
"cards": Array<Models.ContentCard>;
|
|
9718
|
+
}
|
|
9719
|
+
|
|
9616
9720
|
export interface ContentFacetFilterItem {
|
|
9617
9721
|
"name"?: string;
|
|
9618
9722
|
"type"?: string;
|
|
@@ -9786,8 +9890,12 @@ declare namespace Models {
|
|
|
9786
9890
|
}
|
|
9787
9891
|
|
|
9788
9892
|
export interface ContentReaction {
|
|
9789
|
-
"reactionType"
|
|
9790
|
-
"count"
|
|
9893
|
+
"reactionType": string;
|
|
9894
|
+
"count": number;
|
|
9895
|
+
}
|
|
9896
|
+
|
|
9897
|
+
export interface ContentSetting {
|
|
9898
|
+
"story"?: Models.StorySetting;
|
|
9791
9899
|
}
|
|
9792
9900
|
|
|
9793
9901
|
export interface ContentSortItem {
|
|
@@ -9795,6 +9903,12 @@ declare namespace Models {
|
|
|
9795
9903
|
"ascending"?: boolean;
|
|
9796
9904
|
}
|
|
9797
9905
|
|
|
9906
|
+
export interface ContentStory {
|
|
9907
|
+
"type": string;
|
|
9908
|
+
"url": string;
|
|
9909
|
+
"replyToId"?: string;
|
|
9910
|
+
}
|
|
9911
|
+
|
|
9798
9912
|
export interface Context {
|
|
9799
9913
|
"patterns": Array<Models.ContextPattern>;
|
|
9800
9914
|
}
|
|
@@ -9878,6 +9992,7 @@ declare namespace Models {
|
|
|
9878
9992
|
"showAgentTypingIndicator"?: boolean;
|
|
9879
9993
|
"showUserTypingIndicator"?: boolean;
|
|
9880
9994
|
"autoStartType"?: string;
|
|
9995
|
+
"autoStart"?: Models.AutoStart;
|
|
9881
9996
|
}
|
|
9882
9997
|
|
|
9883
9998
|
export interface ConversationAssociation {
|
|
@@ -10479,6 +10594,26 @@ declare namespace Models {
|
|
|
10479
10594
|
"payload": string;
|
|
10480
10595
|
}
|
|
10481
10596
|
|
|
10597
|
+
export interface ConversationContentCard {
|
|
10598
|
+
"title": string;
|
|
10599
|
+
"description"?: string;
|
|
10600
|
+
"image"?: string;
|
|
10601
|
+
"video"?: string;
|
|
10602
|
+
"defaultAction"?: Models.ConversationContentCardAction;
|
|
10603
|
+
"actions": Array<Models.ConversationContentCardAction>;
|
|
10604
|
+
}
|
|
10605
|
+
|
|
10606
|
+
export interface ConversationContentCardAction {
|
|
10607
|
+
"type"?: string;
|
|
10608
|
+
"text"?: string;
|
|
10609
|
+
"payload"?: string;
|
|
10610
|
+
"url"?: string;
|
|
10611
|
+
}
|
|
10612
|
+
|
|
10613
|
+
export interface ConversationContentCarousel {
|
|
10614
|
+
"cards"?: Array<Models.ConversationContentCard>;
|
|
10615
|
+
}
|
|
10616
|
+
|
|
10482
10617
|
export interface ConversationContentGeneric {
|
|
10483
10618
|
"title"?: string;
|
|
10484
10619
|
"description"?: string;
|
|
@@ -10956,6 +11091,7 @@ declare namespace Models {
|
|
|
10956
11091
|
"messageStatus"?: string;
|
|
10957
11092
|
"messageSegmentCount"?: number;
|
|
10958
11093
|
"media"?: Array<Models.ConversationEventTopicMessageMedia>;
|
|
11094
|
+
"errorInfo"?: Models.ConversationEventTopicErrorDetails;
|
|
10959
11095
|
"stickers"?: Array<Models.ConversationEventTopicMessageSticker>;
|
|
10960
11096
|
}
|
|
10961
11097
|
|
|
@@ -11105,6 +11241,7 @@ declare namespace Models {
|
|
|
11105
11241
|
|
|
11106
11242
|
export interface ConversationEventTyping {
|
|
11107
11243
|
"type": string;
|
|
11244
|
+
"duration"?: number;
|
|
11108
11245
|
}
|
|
11109
11246
|
|
|
11110
11247
|
export interface ConversationMessageContent {
|
|
@@ -11116,6 +11253,8 @@ declare namespace Models {
|
|
|
11116
11253
|
"template"?: Models.ConversationContentNotificationTemplate;
|
|
11117
11254
|
"buttonResponse"?: Models.ConversationContentButtonResponse;
|
|
11118
11255
|
"generic"?: Models.ConversationContentGeneric;
|
|
11256
|
+
"card"?: Models.ConversationContentCard;
|
|
11257
|
+
"carousel"?: Models.ConversationContentCarousel;
|
|
11119
11258
|
}
|
|
11120
11259
|
|
|
11121
11260
|
export interface ConversationMessageEvent {
|
|
@@ -11153,6 +11292,16 @@ declare namespace Models {
|
|
|
11153
11292
|
"errors"?: Array<Models.ConversationMessageEventTopicErrorBody>;
|
|
11154
11293
|
}
|
|
11155
11294
|
|
|
11295
|
+
export interface ConversationMessageEventTopicErrorDetails {
|
|
11296
|
+
"status"?: number;
|
|
11297
|
+
"code"?: string;
|
|
11298
|
+
"message"?: string;
|
|
11299
|
+
"messageWithParams"?: string;
|
|
11300
|
+
"messageParams"?: { [key: string]: string; };
|
|
11301
|
+
"contextId"?: string;
|
|
11302
|
+
"uri"?: string;
|
|
11303
|
+
}
|
|
11304
|
+
|
|
11156
11305
|
export interface ConversationMessageEventTopicJourneyAction {
|
|
11157
11306
|
"id"?: string;
|
|
11158
11307
|
"actionMap"?: Models.ConversationMessageEventTopicJourneyActionMap;
|
|
@@ -11193,6 +11342,7 @@ declare namespace Models {
|
|
|
11193
11342
|
"messageStatus"?: string;
|
|
11194
11343
|
"media"?: Array<Models.ConversationMessageEventTopicMessageMedia>;
|
|
11195
11344
|
"stickers"?: Array<Models.ConversationMessageEventTopicMessageSticker>;
|
|
11345
|
+
"errorInfo"?: Models.ConversationMessageEventTopicErrorDetails;
|
|
11196
11346
|
}
|
|
11197
11347
|
|
|
11198
11348
|
export interface ConversationMessageEventTopicMessageMedia {
|
|
@@ -14161,8 +14311,8 @@ declare namespace Models {
|
|
|
14161
14311
|
"permissionPolicies"?: Array<Models.DomainPermissionPolicy>;
|
|
14162
14312
|
"userCount"?: number;
|
|
14163
14313
|
"roleNeedsUpdate"?: boolean;
|
|
14164
|
-
"default"?: boolean;
|
|
14165
14314
|
"base"?: boolean;
|
|
14315
|
+
"default"?: boolean;
|
|
14166
14316
|
"selfUri"?: string;
|
|
14167
14317
|
}
|
|
14168
14318
|
|
|
@@ -14176,8 +14326,8 @@ declare namespace Models {
|
|
|
14176
14326
|
"permissionPolicies"?: Array<Models.DomainPermissionPolicy>;
|
|
14177
14327
|
"userCount"?: number;
|
|
14178
14328
|
"roleNeedsUpdate"?: boolean;
|
|
14179
|
-
"default"?: boolean;
|
|
14180
14329
|
"base"?: boolean;
|
|
14330
|
+
"default"?: boolean;
|
|
14181
14331
|
"selfUri"?: string;
|
|
14182
14332
|
}
|
|
14183
14333
|
|
|
@@ -14191,8 +14341,8 @@ declare namespace Models {
|
|
|
14191
14341
|
"permissionPolicies"?: Array<Models.DomainPermissionPolicy>;
|
|
14192
14342
|
"userCount"?: number;
|
|
14193
14343
|
"roleNeedsUpdate"?: boolean;
|
|
14194
|
-
"default"?: boolean;
|
|
14195
14344
|
"base"?: boolean;
|
|
14345
|
+
"default"?: boolean;
|
|
14196
14346
|
"selfUri"?: string;
|
|
14197
14347
|
}
|
|
14198
14348
|
|
|
@@ -14351,6 +14501,10 @@ declare namespace Models {
|
|
|
14351
14501
|
"durationMode"?: string;
|
|
14352
14502
|
}
|
|
14353
14503
|
|
|
14504
|
+
export interface DynamicContactQueueingSettings {
|
|
14505
|
+
"sort"?: boolean;
|
|
14506
|
+
}
|
|
14507
|
+
|
|
14354
14508
|
export interface Edge {
|
|
14355
14509
|
"id"?: string;
|
|
14356
14510
|
"name": string;
|
|
@@ -15086,7 +15240,7 @@ declare namespace Models {
|
|
|
15086
15240
|
export interface Evaluation {
|
|
15087
15241
|
"id"?: string;
|
|
15088
15242
|
"name"?: string;
|
|
15089
|
-
"conversation"?: Models.
|
|
15243
|
+
"conversation"?: Models.ConversationReference;
|
|
15090
15244
|
"evaluationForm"?: Models.EvaluationForm;
|
|
15091
15245
|
"evaluator"?: Models.User;
|
|
15092
15246
|
"agent"?: Models.User;
|
|
@@ -15401,6 +15555,10 @@ declare namespace Models {
|
|
|
15401
15555
|
"resourceURIs"?: Array<string>;
|
|
15402
15556
|
}
|
|
15403
15557
|
|
|
15558
|
+
export interface EventSetting {
|
|
15559
|
+
"typing"?: Models.TypingSetting;
|
|
15560
|
+
}
|
|
15561
|
+
|
|
15404
15562
|
export interface ExecuteRecordingJobsQuery {
|
|
15405
15563
|
"state": string;
|
|
15406
15564
|
}
|
|
@@ -15591,6 +15749,7 @@ declare namespace Models {
|
|
|
15591
15749
|
"id": string;
|
|
15592
15750
|
"name": string;
|
|
15593
15751
|
"supportedContent"?: Models.SupportedContentReference;
|
|
15752
|
+
"messagingSetting"?: Models.MessagingSettingReference;
|
|
15594
15753
|
"appId": string;
|
|
15595
15754
|
"pageId"?: string;
|
|
15596
15755
|
"pageName"?: string;
|
|
@@ -15624,6 +15783,7 @@ declare namespace Models {
|
|
|
15624
15783
|
"id"?: string;
|
|
15625
15784
|
"name": string;
|
|
15626
15785
|
"supportedContent"?: Models.SupportedContentReference;
|
|
15786
|
+
"messagingSetting"?: Models.MessagingSettingReference;
|
|
15627
15787
|
"pageAccessToken"?: string;
|
|
15628
15788
|
"userAccessToken"?: string;
|
|
15629
15789
|
"pageId"?: string;
|
|
@@ -15636,6 +15796,7 @@ declare namespace Models {
|
|
|
15636
15796
|
"id"?: string;
|
|
15637
15797
|
"name"?: string;
|
|
15638
15798
|
"supportedContent"?: Models.SupportedContentReference;
|
|
15799
|
+
"messagingSetting"?: Models.MessagingSettingReference;
|
|
15639
15800
|
"pageAccessToken"?: string;
|
|
15640
15801
|
"userAccessToken"?: string;
|
|
15641
15802
|
"selfUri"?: string;
|
|
@@ -16026,7 +16187,7 @@ declare namespace Models {
|
|
|
16026
16187
|
"selfUri"?: string;
|
|
16027
16188
|
}
|
|
16028
16189
|
|
|
16029
|
-
export interface
|
|
16190
|
+
export interface FlowMetricsTopicFlowMetricRecord {
|
|
16030
16191
|
"metric"?: string;
|
|
16031
16192
|
"metricDate"?: string;
|
|
16032
16193
|
"value"?: number;
|
|
@@ -16053,6 +16214,10 @@ declare namespace Models {
|
|
|
16053
16214
|
"dnis"?: string;
|
|
16054
16215
|
"edgeId"?: string;
|
|
16055
16216
|
"eligibleAgentCounts"?: Array<number>;
|
|
16217
|
+
"endingLanguage"?: string;
|
|
16218
|
+
"entryReason"?: string;
|
|
16219
|
+
"entryType"?: string;
|
|
16220
|
+
"exitReason"?: string;
|
|
16056
16221
|
"extendedDeliveryStatus"?: string;
|
|
16057
16222
|
"externalContactId"?: string;
|
|
16058
16223
|
"externalMediaCount"?: number;
|
|
@@ -16060,8 +16225,13 @@ declare namespace Models {
|
|
|
16060
16225
|
"externalTag"?: string;
|
|
16061
16226
|
"firstQueue"?: boolean;
|
|
16062
16227
|
"flaggedReason"?: string;
|
|
16228
|
+
"flowId"?: string;
|
|
16063
16229
|
"flowInType"?: string;
|
|
16230
|
+
"flowMilestoneIds"?: Array<string>;
|
|
16231
|
+
"flowName"?: string;
|
|
16064
16232
|
"flowOutType"?: string;
|
|
16233
|
+
"flowType"?: string;
|
|
16234
|
+
"flowVersion"?: string;
|
|
16065
16235
|
"groupId"?: string;
|
|
16066
16236
|
"interactionType"?: string;
|
|
16067
16237
|
"journeyActionId"?: string;
|
|
@@ -16071,7 +16241,7 @@ declare namespace Models {
|
|
|
16071
16241
|
"journeyCustomerIdType"?: string;
|
|
16072
16242
|
"journeyCustomerSessionId"?: string;
|
|
16073
16243
|
"journeyCustomerSessionIdType"?: string;
|
|
16074
|
-
"
|
|
16244
|
+
"knowledgeBaseId"?: string;
|
|
16075
16245
|
"mediaCount"?: number;
|
|
16076
16246
|
"mediaType"?: string;
|
|
16077
16247
|
"messageType"?: string;
|
|
@@ -16084,6 +16254,7 @@ declare namespace Models {
|
|
|
16084
16254
|
"provider"?: string;
|
|
16085
16255
|
"purpose"?: string;
|
|
16086
16256
|
"queueId"?: string;
|
|
16257
|
+
"recognitionFailureReason"?: string;
|
|
16087
16258
|
"remote"?: string;
|
|
16088
16259
|
"removedSkillIds"?: Array<string>;
|
|
16089
16260
|
"reoffered"?: boolean;
|
|
@@ -16098,22 +16269,33 @@ declare namespace Models {
|
|
|
16098
16269
|
"selfServed"?: boolean;
|
|
16099
16270
|
"sessionDnis"?: string;
|
|
16100
16271
|
"sessionId"?: string;
|
|
16272
|
+
"startingLanguage"?: string;
|
|
16101
16273
|
"stationId"?: string;
|
|
16102
16274
|
"teamId"?: string;
|
|
16275
|
+
"transferTargetAddress"?: string;
|
|
16276
|
+
"transferTargetName"?: string;
|
|
16277
|
+
"transferType"?: string;
|
|
16103
16278
|
"usedRouting"?: string;
|
|
16104
16279
|
"userId"?: string;
|
|
16105
16280
|
"waitingInteractionCounts"?: Array<number>;
|
|
16106
16281
|
"wrapUpCode"?: string;
|
|
16107
|
-
"proposedAgents"?: Array<Models.
|
|
16108
|
-
"
|
|
16282
|
+
"proposedAgents"?: Array<Models.FlowMetricsTopicFlowProposedAgent>;
|
|
16283
|
+
"outcomes"?: Array<Models.FlowMetricsTopicFlowOutcome>;
|
|
16284
|
+
"scoredAgents"?: Array<Models.FlowMetricsTopicFlowScoredAgent>;
|
|
16285
|
+
}
|
|
16286
|
+
|
|
16287
|
+
export interface FlowMetricsTopicFlowOutcome {
|
|
16288
|
+
"flowOutcome"?: string;
|
|
16289
|
+
"flowOutcomeId"?: string;
|
|
16290
|
+
"flowOutcomeValue"?: string;
|
|
16109
16291
|
}
|
|
16110
16292
|
|
|
16111
|
-
export interface
|
|
16293
|
+
export interface FlowMetricsTopicFlowProposedAgent {
|
|
16112
16294
|
"agentRank"?: number;
|
|
16113
16295
|
"proposedAgentId"?: string;
|
|
16114
16296
|
}
|
|
16115
16297
|
|
|
16116
|
-
export interface
|
|
16298
|
+
export interface FlowMetricsTopicFlowScoredAgent {
|
|
16117
16299
|
"agentScore"?: number;
|
|
16118
16300
|
"scoredAgentId"?: string;
|
|
16119
16301
|
}
|
|
@@ -17180,6 +17362,10 @@ declare namespace Models {
|
|
|
17180
17362
|
"subject"?: string;
|
|
17181
17363
|
}
|
|
17182
17364
|
|
|
17365
|
+
export interface InboundOnlySetting {
|
|
17366
|
+
"inbound"?: string;
|
|
17367
|
+
}
|
|
17368
|
+
|
|
17183
17369
|
export interface InboundRoute {
|
|
17184
17370
|
"id"?: string;
|
|
17185
17371
|
"name"?: string;
|
|
@@ -18952,6 +19138,7 @@ declare namespace Models {
|
|
|
18952
19138
|
"id": string;
|
|
18953
19139
|
"name": string;
|
|
18954
19140
|
"supportedContent"?: Models.SupportedContentReference;
|
|
19141
|
+
"messagingSetting"?: Models.MessagingSettingReference;
|
|
18955
19142
|
"channelId": string;
|
|
18956
19143
|
"webhookUri": string;
|
|
18957
19144
|
"status"?: string;
|
|
@@ -18983,6 +19170,7 @@ declare namespace Models {
|
|
|
18983
19170
|
"id"?: string;
|
|
18984
19171
|
"name": string;
|
|
18985
19172
|
"supportedContent"?: Models.SupportedContentReference;
|
|
19173
|
+
"messagingSetting"?: Models.MessagingSettingReference;
|
|
18986
19174
|
"channelId"?: string;
|
|
18987
19175
|
"channelSecret"?: string;
|
|
18988
19176
|
"switcherSecret"?: string;
|
|
@@ -19464,6 +19652,9 @@ declare namespace Models {
|
|
|
19464
19652
|
"reactions"?: Array<Models.ContentReaction>;
|
|
19465
19653
|
"mention"?: Models.MessagingRecipient;
|
|
19466
19654
|
"postback"?: Models.ContentPostback;
|
|
19655
|
+
"story"?: Models.ContentStory;
|
|
19656
|
+
"card"?: Models.ContentCard;
|
|
19657
|
+
"carousel"?: Models.ContentCarousel;
|
|
19467
19658
|
}
|
|
19468
19659
|
|
|
19469
19660
|
export interface MessageConversation {
|
|
@@ -19515,6 +19706,7 @@ declare namespace Models {
|
|
|
19515
19706
|
"messageTime"?: string;
|
|
19516
19707
|
"media"?: Array<Models.MessageMedia>;
|
|
19517
19708
|
"stickers"?: Array<Models.MessageSticker>;
|
|
19709
|
+
"errorInfo"?: Models.ErrorBody;
|
|
19518
19710
|
}
|
|
19519
19711
|
|
|
19520
19712
|
export interface MessageEvaluation {
|
|
@@ -19684,6 +19876,7 @@ declare namespace Models {
|
|
|
19684
19876
|
"id": string;
|
|
19685
19877
|
"name": string;
|
|
19686
19878
|
"supportedContent"?: Models.SupportedContentReference;
|
|
19879
|
+
"messagingSetting"?: Models.MessagingSettingReference;
|
|
19687
19880
|
"status"?: string;
|
|
19688
19881
|
"messengerType": string;
|
|
19689
19882
|
"recipient"?: Models.DomainEntityRef;
|
|
@@ -19716,6 +19909,20 @@ declare namespace Models {
|
|
|
19716
19909
|
"firstName"?: string;
|
|
19717
19910
|
"lastName"?: string;
|
|
19718
19911
|
"email"?: string;
|
|
19912
|
+
"additionalIds"?: Array<Models.RecipientAdditionalIdentifier>;
|
|
19913
|
+
}
|
|
19914
|
+
|
|
19915
|
+
export interface MessagingSettingReference {
|
|
19916
|
+
"id": string;
|
|
19917
|
+
"name"?: string;
|
|
19918
|
+
"selfUri"?: string;
|
|
19919
|
+
"dateCreated"?: string;
|
|
19920
|
+
"dateModified"?: string;
|
|
19921
|
+
"version"?: string;
|
|
19922
|
+
"createdBy"?: Models.DomainEntityRef;
|
|
19923
|
+
"updatedBy"?: Models.DomainEntityRef;
|
|
19924
|
+
"content"?: Models.ContentSetting;
|
|
19925
|
+
"event"?: Models.EventSetting;
|
|
19719
19926
|
}
|
|
19720
19927
|
|
|
19721
19928
|
export interface MessagingSticker {
|
|
@@ -19758,12 +19965,17 @@ declare namespace Models {
|
|
|
19758
19965
|
"knowledge"?: Models.Knowledge;
|
|
19759
19966
|
}
|
|
19760
19967
|
|
|
19968
|
+
export interface MessengerHomeScreen {
|
|
19969
|
+
"enabled"?: boolean;
|
|
19970
|
+
}
|
|
19971
|
+
|
|
19761
19972
|
export interface MessengerSettings {
|
|
19762
19973
|
"enabled"?: boolean;
|
|
19763
19974
|
"styles"?: Models.MessengerStyles;
|
|
19764
19975
|
"launcherButton"?: Models.LauncherButtonSettings;
|
|
19765
19976
|
"fileUpload"?: Models.FileUploadSettings;
|
|
19766
19977
|
"apps"?: Models.MessengerApps;
|
|
19978
|
+
"homeScreen"?: Models.MessengerHomeScreen;
|
|
19767
19979
|
}
|
|
19768
19980
|
|
|
19769
19981
|
export interface MessengerStyles {
|
|
@@ -20443,6 +20655,7 @@ declare namespace Models {
|
|
|
20443
20655
|
"id": string;
|
|
20444
20656
|
"name": string;
|
|
20445
20657
|
"supportedContent"?: Models.SupportedContentReference;
|
|
20658
|
+
"messagingSetting"?: Models.MessagingSettingReference;
|
|
20446
20659
|
"outboundNotificationWebhookUrl": string;
|
|
20447
20660
|
"outboundNotificationWebhookSignatureSecretToken": string;
|
|
20448
20661
|
"webhookHeaders"?: { [key: string]: string; };
|
|
@@ -20474,6 +20687,7 @@ declare namespace Models {
|
|
|
20474
20687
|
"id"?: string;
|
|
20475
20688
|
"name": string;
|
|
20476
20689
|
"supportedContent"?: Models.SupportedContentReference;
|
|
20690
|
+
"messagingSetting"?: Models.MessagingSettingReference;
|
|
20477
20691
|
"outboundNotificationWebhookUrl": string;
|
|
20478
20692
|
"outboundNotificationWebhookSignatureSecretToken": string;
|
|
20479
20693
|
"webhookHeaders"?: { [key: string]: string; };
|
|
@@ -20484,6 +20698,7 @@ declare namespace Models {
|
|
|
20484
20698
|
"id"?: string;
|
|
20485
20699
|
"name": string;
|
|
20486
20700
|
"supportedContent"?: Models.SupportedContentReference;
|
|
20701
|
+
"messagingSetting"?: Models.MessagingSettingReference;
|
|
20487
20702
|
"outboundNotificationWebhookUrl"?: string;
|
|
20488
20703
|
"outboundNotificationWebhookSignatureSecretToken"?: string;
|
|
20489
20704
|
"webhookHeaders"?: { [key: string]: string; };
|
|
@@ -20812,15 +21027,16 @@ declare namespace Models {
|
|
|
20812
21027
|
"alwaysRunning"?: boolean;
|
|
20813
21028
|
"contactSorts"?: Array<Models.OutboundMessagingMessagingCampaignConfigChangeContactSort>;
|
|
20814
21029
|
"messagesPerMinute"?: number;
|
|
21030
|
+
"ruleSets"?: Array<Models.OutboundMessagingMessagingCampaignConfigChangeUriReference>;
|
|
20815
21031
|
"smsConfig"?: Models.OutboundMessagingMessagingCampaignConfigChangeSmsConfig;
|
|
20816
21032
|
"emailConfig"?: Models.OutboundMessagingMessagingCampaignConfigChangeEmailConfig;
|
|
20817
21033
|
"errors"?: Array<Models.OutboundMessagingMessagingCampaignConfigChangeErrorDetail>;
|
|
20818
21034
|
"id"?: string;
|
|
20819
|
-
"division"?: Models.OutboundMessagingMessagingCampaignConfigChangeUriReference;
|
|
20820
21035
|
"name"?: string;
|
|
20821
21036
|
"dateCreated"?: string;
|
|
20822
21037
|
"dateModified"?: string;
|
|
20823
21038
|
"version"?: number;
|
|
21039
|
+
"division"?: Models.OutboundMessagingMessagingCampaignConfigChangeUriReference;
|
|
20824
21040
|
}
|
|
20825
21041
|
|
|
20826
21042
|
export interface OutboundMessagingMessagingCampaignConfigChangeReplyToEmailAddress {
|
|
@@ -21875,14 +22091,6 @@ declare namespace Models {
|
|
|
21875
22091
|
"modifiedDate"?: string;
|
|
21876
22092
|
}
|
|
21877
22093
|
|
|
21878
|
-
export interface PresenceExpand {
|
|
21879
|
-
"id"?: string;
|
|
21880
|
-
"name"?: string;
|
|
21881
|
-
"presences"?: Array<Models.UserPresence>;
|
|
21882
|
-
"outOfOffices"?: Array<Models.OutOfOffice>;
|
|
21883
|
-
"selfUri"?: string;
|
|
21884
|
-
}
|
|
21885
|
-
|
|
21886
22094
|
export interface ProcessScheduleUpdateUploadRequest {
|
|
21887
22095
|
"uploadKey": string;
|
|
21888
22096
|
"teamIds"?: Array<string>;
|
|
@@ -23166,6 +23374,7 @@ declare namespace Models {
|
|
|
23166
23374
|
"messageStatus"?: string;
|
|
23167
23375
|
"messageSegmentCount"?: number;
|
|
23168
23376
|
"media"?: Array<Models.QueueConversationEventTopicMessageMedia>;
|
|
23377
|
+
"errorInfo"?: Models.QueueConversationEventTopicErrorDetails;
|
|
23169
23378
|
"stickers"?: Array<Models.QueueConversationEventTopicMessageSticker>;
|
|
23170
23379
|
}
|
|
23171
23380
|
|
|
@@ -23341,6 +23550,16 @@ declare namespace Models {
|
|
|
23341
23550
|
"errors"?: Array<Models.QueueConversationMessageEventTopicErrorBody>;
|
|
23342
23551
|
}
|
|
23343
23552
|
|
|
23553
|
+
export interface QueueConversationMessageEventTopicErrorDetails {
|
|
23554
|
+
"status"?: number;
|
|
23555
|
+
"code"?: string;
|
|
23556
|
+
"message"?: string;
|
|
23557
|
+
"messageWithParams"?: string;
|
|
23558
|
+
"messageParams"?: { [key: string]: string; };
|
|
23559
|
+
"contextId"?: string;
|
|
23560
|
+
"uri"?: string;
|
|
23561
|
+
}
|
|
23562
|
+
|
|
23344
23563
|
export interface QueueConversationMessageEventTopicJourneyAction {
|
|
23345
23564
|
"id"?: string;
|
|
23346
23565
|
"actionMap"?: Models.QueueConversationMessageEventTopicJourneyActionMap;
|
|
@@ -23381,6 +23600,7 @@ declare namespace Models {
|
|
|
23381
23600
|
"messageStatus"?: string;
|
|
23382
23601
|
"media"?: Array<Models.QueueConversationMessageEventTopicMessageMedia>;
|
|
23383
23602
|
"stickers"?: Array<Models.QueueConversationMessageEventTopicMessageSticker>;
|
|
23603
|
+
"errorInfo"?: Models.QueueConversationMessageEventTopicErrorDetails;
|
|
23384
23604
|
}
|
|
23385
23605
|
|
|
23386
23606
|
export interface QueueConversationMessageEventTopicMessageMedia {
|
|
@@ -23828,6 +24048,7 @@ declare namespace Models {
|
|
|
23828
24048
|
"messageStatus"?: string;
|
|
23829
24049
|
"messageSegmentCount"?: number;
|
|
23830
24050
|
"media"?: Array<Models.QueueConversationSocialExpressionEventTopicMessageMedia>;
|
|
24051
|
+
"errorInfo"?: Models.QueueConversationSocialExpressionEventTopicErrorDetails;
|
|
23831
24052
|
"stickers"?: Array<Models.QueueConversationSocialExpressionEventTopicMessageSticker>;
|
|
23832
24053
|
}
|
|
23833
24054
|
|
|
@@ -24229,6 +24450,7 @@ declare namespace Models {
|
|
|
24229
24450
|
"messageStatus"?: string;
|
|
24230
24451
|
"messageSegmentCount"?: number;
|
|
24231
24452
|
"media"?: Array<Models.QueueConversationVideoEventTopicMessageMedia>;
|
|
24453
|
+
"errorInfo"?: Models.QueueConversationVideoEventTopicErrorDetails;
|
|
24232
24454
|
"stickers"?: Array<Models.QueueConversationVideoEventTopicMessageSticker>;
|
|
24233
24455
|
}
|
|
24234
24456
|
|
|
@@ -24623,6 +24845,7 @@ declare namespace Models {
|
|
|
24623
24845
|
"recordingFileRole"?: string;
|
|
24624
24846
|
"recordingErrorStatus"?: string;
|
|
24625
24847
|
"originalRecordingStartTime"?: string;
|
|
24848
|
+
"creationTime"?: string;
|
|
24626
24849
|
"selfUri"?: string;
|
|
24627
24850
|
}
|
|
24628
24851
|
|
|
@@ -24673,6 +24896,22 @@ declare namespace Models {
|
|
|
24673
24896
|
"time"?: string;
|
|
24674
24897
|
}
|
|
24675
24898
|
|
|
24899
|
+
export interface RecordingEncryptionConfiguration {
|
|
24900
|
+
"id"?: string;
|
|
24901
|
+
"url": string;
|
|
24902
|
+
"apiId"?: string;
|
|
24903
|
+
"apiKey"?: string;
|
|
24904
|
+
"keyConfigurationType": string;
|
|
24905
|
+
"lastError"?: Models.ErrorBody;
|
|
24906
|
+
"selfUri"?: string;
|
|
24907
|
+
}
|
|
24908
|
+
|
|
24909
|
+
export interface RecordingEncryptionConfigurationListing {
|
|
24910
|
+
"total"?: number;
|
|
24911
|
+
"entities"?: Array<Models.RecordingEncryptionConfiguration>;
|
|
24912
|
+
"selfUri"?: string;
|
|
24913
|
+
}
|
|
24914
|
+
|
|
24676
24915
|
export interface RecordingEventMediaResult {
|
|
24677
24916
|
"channelId"?: string;
|
|
24678
24917
|
"waveUri"?: string;
|
|
@@ -26111,6 +26350,7 @@ declare namespace Models {
|
|
|
26111
26350
|
export interface Script {
|
|
26112
26351
|
"id"?: string;
|
|
26113
26352
|
"name"?: string;
|
|
26353
|
+
"division"?: Models.Division;
|
|
26114
26354
|
"versionId"?: string;
|
|
26115
26355
|
"createdDate"?: string;
|
|
26116
26356
|
"modifiedDate"?: string;
|
|
@@ -26453,6 +26693,11 @@ declare namespace Models {
|
|
|
26453
26693
|
"values"?: Array<string>;
|
|
26454
26694
|
}
|
|
26455
26695
|
|
|
26696
|
+
export interface SettingDirection {
|
|
26697
|
+
"inbound"?: string;
|
|
26698
|
+
"outbound"?: string;
|
|
26699
|
+
}
|
|
26700
|
+
|
|
26456
26701
|
export interface Share {
|
|
26457
26702
|
"id"?: string;
|
|
26458
26703
|
"name"?: string;
|
|
@@ -27054,6 +27299,11 @@ declare namespace Models {
|
|
|
27054
27299
|
"rejectReason"?: string;
|
|
27055
27300
|
}
|
|
27056
27301
|
|
|
27302
|
+
export interface StorySetting {
|
|
27303
|
+
"mention"?: Models.InboundOnlySetting;
|
|
27304
|
+
"reply"?: Models.InboundOnlySetting;
|
|
27305
|
+
}
|
|
27306
|
+
|
|
27057
27307
|
export interface StreetAddress {
|
|
27058
27308
|
"country": string;
|
|
27059
27309
|
"A1": string;
|
|
@@ -27128,9 +27378,48 @@ declare namespace Models {
|
|
|
27128
27378
|
"query": Array<Models.SuggestSearchCriteria>;
|
|
27129
27379
|
}
|
|
27130
27380
|
|
|
27381
|
+
export interface SupportCenterCustomMessage {
|
|
27382
|
+
"defaultValue"?: string;
|
|
27383
|
+
"type"?: string;
|
|
27384
|
+
}
|
|
27385
|
+
|
|
27386
|
+
export interface SupportCenterGlobalStyle {
|
|
27387
|
+
"backgroundColor"?: string;
|
|
27388
|
+
"primaryColor"?: string;
|
|
27389
|
+
"primaryColorDark"?: string;
|
|
27390
|
+
"primaryColorLight"?: string;
|
|
27391
|
+
"textColor"?: string;
|
|
27392
|
+
"fontFamily"?: string;
|
|
27393
|
+
}
|
|
27394
|
+
|
|
27395
|
+
export interface SupportCenterHeroStyle {
|
|
27396
|
+
"backgroundColor"?: string;
|
|
27397
|
+
"textColor"?: string;
|
|
27398
|
+
}
|
|
27399
|
+
|
|
27400
|
+
export interface SupportCenterModuleSetting {
|
|
27401
|
+
"type"?: string;
|
|
27402
|
+
"enabled"?: boolean;
|
|
27403
|
+
}
|
|
27404
|
+
|
|
27405
|
+
export interface SupportCenterScreen {
|
|
27406
|
+
"type"?: string;
|
|
27407
|
+
"moduleSettings"?: Array<Models.SupportCenterModuleSetting>;
|
|
27408
|
+
}
|
|
27409
|
+
|
|
27131
27410
|
export interface SupportCenterSettings {
|
|
27132
27411
|
"enabled"?: boolean;
|
|
27133
27412
|
"knowledgeBase"?: Models.AddressableEntityRef;
|
|
27413
|
+
"customMessages"?: Array<Models.SupportCenterCustomMessage>;
|
|
27414
|
+
"routerType"?: string;
|
|
27415
|
+
"screens"?: Array<Models.SupportCenterScreen>;
|
|
27416
|
+
"enabledCategories"?: Array<Models.AddressableEntityRef>;
|
|
27417
|
+
"styleSetting"?: Models.SupportCenterStyleSetting;
|
|
27418
|
+
}
|
|
27419
|
+
|
|
27420
|
+
export interface SupportCenterStyleSetting {
|
|
27421
|
+
"heroStyle"?: Models.SupportCenterHeroStyle;
|
|
27422
|
+
"globalStyle"?: Models.SupportCenterGlobalStyle;
|
|
27134
27423
|
}
|
|
27135
27424
|
|
|
27136
27425
|
export interface SupportedContent {
|
|
@@ -28558,6 +28847,7 @@ declare namespace Models {
|
|
|
28558
28847
|
"id": string;
|
|
28559
28848
|
"name": string;
|
|
28560
28849
|
"supportedContent"?: Models.SupportedContentReference;
|
|
28850
|
+
"messagingSetting"?: Models.MessagingSettingReference;
|
|
28561
28851
|
"accessTokenKey": string;
|
|
28562
28852
|
"consumerKey": string;
|
|
28563
28853
|
"username"?: string;
|
|
@@ -28593,6 +28883,7 @@ declare namespace Models {
|
|
|
28593
28883
|
"id"?: string;
|
|
28594
28884
|
"name": string;
|
|
28595
28885
|
"supportedContent"?: Models.SupportedContentReference;
|
|
28886
|
+
"messagingSetting"?: Models.MessagingSettingReference;
|
|
28596
28887
|
"accessTokenKey": string;
|
|
28597
28888
|
"accessTokenSecret": string;
|
|
28598
28889
|
"consumerKey": string;
|
|
@@ -28602,6 +28893,10 @@ declare namespace Models {
|
|
|
28602
28893
|
"selfUri"?: string;
|
|
28603
28894
|
}
|
|
28604
28895
|
|
|
28896
|
+
export interface TypingSetting {
|
|
28897
|
+
"on"?: Models.SettingDirection;
|
|
28898
|
+
}
|
|
28899
|
+
|
|
28605
28900
|
export interface UCI10n {
|
|
28606
28901
|
"name"?: string;
|
|
28607
28902
|
}
|
|
@@ -29447,9 +29742,6 @@ declare namespace Models {
|
|
|
29447
29742
|
"userParams"?: Array<Models.UserRoutingStatusUserParam>;
|
|
29448
29743
|
}
|
|
29449
29744
|
|
|
29450
|
-
export interface UserRoutingStatusObject {
|
|
29451
|
-
}
|
|
29452
|
-
|
|
29453
29745
|
export interface UserRoutingStatusRoutingStatus {
|
|
29454
29746
|
"status"?: string;
|
|
29455
29747
|
"startTime"?: string;
|
|
@@ -29461,7 +29753,7 @@ declare namespace Models {
|
|
|
29461
29753
|
}
|
|
29462
29754
|
|
|
29463
29755
|
export interface UserRoutingStatusUserRoutingStatus {
|
|
29464
|
-
"id"?:
|
|
29756
|
+
"id"?: string;
|
|
29465
29757
|
"routingStatus"?: Models.UserRoutingStatusRoutingStatus;
|
|
29466
29758
|
"errorInfo"?: Models.UserRoutingStatusErrorInfo;
|
|
29467
29759
|
}
|
|
@@ -31554,11 +31846,32 @@ declare namespace Models {
|
|
|
31554
31846
|
"type"?: string;
|
|
31555
31847
|
"shiftTrade"?: Models.ShiftTradeNotification;
|
|
31556
31848
|
"timeOffRequest"?: Models.TimeOffRequestNotification;
|
|
31849
|
+
"adherenceExplanation"?: Models.AdherenceExplanationNotification;
|
|
31557
31850
|
"markedAsRead": boolean;
|
|
31558
31851
|
"agentNotification"?: boolean;
|
|
31559
31852
|
"otherNotificationIdsInGroup"?: Array<string>;
|
|
31560
31853
|
}
|
|
31561
31854
|
|
|
31855
|
+
export interface WfmUserNotificationTopicAdherenceExplanationNotification {
|
|
31856
|
+
"id"?: string;
|
|
31857
|
+
"agent"?: Models.WfmUserNotificationTopicUserReference;
|
|
31858
|
+
"managementUnit"?: Models.WfmUserNotificationTopicManagementUnit;
|
|
31859
|
+
"businessUnit"?: Models.WfmUserNotificationTopicBusinessUnit;
|
|
31860
|
+
"startDate"?: string;
|
|
31861
|
+
"lengthMinutes"?: number;
|
|
31862
|
+
"status"?: string;
|
|
31863
|
+
"type"?: string;
|
|
31864
|
+
"notes"?: string;
|
|
31865
|
+
}
|
|
31866
|
+
|
|
31867
|
+
export interface WfmUserNotificationTopicBusinessUnit {
|
|
31868
|
+
"id"?: string;
|
|
31869
|
+
}
|
|
31870
|
+
|
|
31871
|
+
export interface WfmUserNotificationTopicManagementUnit {
|
|
31872
|
+
"id"?: string;
|
|
31873
|
+
}
|
|
31874
|
+
|
|
31562
31875
|
export interface WfmUserNotificationTopicShiftTradeNotification {
|
|
31563
31876
|
"weekDate"?: string;
|
|
31564
31877
|
"tradeId"?: string;
|
|
@@ -31590,6 +31903,7 @@ declare namespace Models {
|
|
|
31590
31903
|
"type"?: string;
|
|
31591
31904
|
"shiftTrade"?: Models.WfmUserNotificationTopicShiftTradeNotification;
|
|
31592
31905
|
"timeOffRequest"?: Models.WfmUserNotificationTopicTimeOffRequestNotification;
|
|
31906
|
+
"adherenceExplanation"?: Models.WfmUserNotificationTopicAdherenceExplanationNotification;
|
|
31593
31907
|
"agentNotification"?: boolean;
|
|
31594
31908
|
"otherNotificationIdsInGroup"?: Array<string>;
|
|
31595
31909
|
"markedAsRead"?: boolean;
|
|
@@ -31729,6 +32043,16 @@ declare namespace Models {
|
|
|
31729
32043
|
"dateCreated"?: string;
|
|
31730
32044
|
}
|
|
31731
32045
|
|
|
32046
|
+
export interface WhatsAppAvailablePhoneNumberDetails {
|
|
32047
|
+
"name": string;
|
|
32048
|
+
"phoneNumber"?: string;
|
|
32049
|
+
"status": string;
|
|
32050
|
+
}
|
|
32051
|
+
|
|
32052
|
+
export interface WhatsAppAvailablePhoneNumberDetailsListing {
|
|
32053
|
+
"entities"?: Array<Models.WhatsAppAvailablePhoneNumberDetails>;
|
|
32054
|
+
}
|
|
32055
|
+
|
|
31732
32056
|
export interface WhatsAppDefinition {
|
|
31733
32057
|
"name": string;
|
|
31734
32058
|
"namespace": string;
|
|
@@ -31744,7 +32068,9 @@ declare namespace Models {
|
|
|
31744
32068
|
"id": string;
|
|
31745
32069
|
"name": string;
|
|
31746
32070
|
"supportedContent"?: Models.SupportedContentReference;
|
|
32071
|
+
"messagingSetting"?: Models.MessagingSettingReference;
|
|
31747
32072
|
"phoneNumber": string;
|
|
32073
|
+
"availablePhoneNumbers"?: Models.WhatsAppAvailablePhoneNumberDetailsListing;
|
|
31748
32074
|
"status"?: string;
|
|
31749
32075
|
"recipient"?: Models.DomainEntityRef;
|
|
31750
32076
|
"dateCreated"?: string;
|
|
@@ -31776,6 +32102,7 @@ declare namespace Models {
|
|
|
31776
32102
|
"id"?: string;
|
|
31777
32103
|
"name": string;
|
|
31778
32104
|
"supportedContent"?: Models.SupportedContentReference;
|
|
32105
|
+
"messagingSetting"?: Models.MessagingSettingReference;
|
|
31779
32106
|
"phoneNumber": string;
|
|
31780
32107
|
"wabaCertificate": string;
|
|
31781
32108
|
"selfUri"?: string;
|
|
@@ -31785,9 +32112,11 @@ declare namespace Models {
|
|
|
31785
32112
|
"id"?: string;
|
|
31786
32113
|
"name"?: string;
|
|
31787
32114
|
"supportedContent"?: Models.SupportedContentReference;
|
|
32115
|
+
"messagingSetting"?: Models.MessagingSettingReference;
|
|
31788
32116
|
"action"?: string;
|
|
31789
32117
|
"authenticationMethod"?: string;
|
|
31790
32118
|
"confirmationCode"?: string;
|
|
32119
|
+
"phoneNumber"?: string;
|
|
31791
32120
|
"selfUri"?: string;
|
|
31792
32121
|
}
|
|
31793
32122
|
|