purecloud-platform-client-v2 218.1.0 → 219.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 +1118 -100
- package/dist/web-amd/purecloud-platform-client-v2.js +1118 -100
- package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
- package/dist/web-cjs/bundle.js +349 -100
- package/dist/web-cjs/purecloud-platform-client-v2.js +349 -100
- package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
- package/index.d.ts +499 -8
- 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 +54 -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 +1 -1
- package/src/purecloud-platform-client-v2/api/DataExtensionsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/DataPrivacyApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/DownloadsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/EmailsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/EmployeeEngagementApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/EventsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +396 -2
- 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 +366 -1
- package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GeolocationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GreetingsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GroupsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/InfrastructureAsCodeApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/JourneyApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LanguageUnderstandingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LanguagesApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LearningApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LicenseApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LocationsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LogCaptureApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/MessagingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/NotificationsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/OAuthApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ObjectsApi.js +54 -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 +60 -1
- package/src/purecloud-platform-client-v2/api/PresenceApi.js +11 -11
- 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 +6 -4
- 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/SocialMediaApi.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/TaskManagementApi.js +66 -1
- package/src/purecloud-platform-client-v2/api/TeamsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TelephonyApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UploadsApi.js +26 -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 +7 -5
- package/src/purecloud-platform-client-v2/index.js +1 -1
package/index.d.ts
CHANGED
|
@@ -1085,8 +1085,10 @@ declare class AuthorizationApi {
|
|
|
1085
1085
|
getAuthorizationDivision(divisionId: string, opts?: AuthorizationApi.getAuthorizationDivisionOptions): Promise<Models.AuthzDivision>;
|
|
1086
1086
|
getAuthorizationDivisionGrants(divisionId: string, opts?: AuthorizationApi.getAuthorizationDivisionGrantsOptions): Promise<Models.AuthzDivisionGrantEntityListing>;
|
|
1087
1087
|
getAuthorizationDivisions(opts?: AuthorizationApi.getAuthorizationDivisionsOptions): Promise<Models.AuthzDivisionEntityListing>;
|
|
1088
|
+
getAuthorizationDivisionsDeleted(opts?: AuthorizationApi.getAuthorizationDivisionsDeletedOptions): Promise<Models.AuthzDivisionEntityListing>;
|
|
1088
1089
|
getAuthorizationDivisionsHome(): Promise<Models.AuthzDivision>;
|
|
1089
1090
|
getAuthorizationDivisionsLimit(): Promise<number>;
|
|
1091
|
+
getAuthorizationDivisionsQuery(opts?: AuthorizationApi.getAuthorizationDivisionsQueryOptions): Promise<Models.AuthzDivisionCursorListing>;
|
|
1090
1092
|
getAuthorizationDivisionspermittedMe(permission: string, opts?: AuthorizationApi.getAuthorizationDivisionspermittedMeOptions): Promise<Array<Models.AuthzDivision>>;
|
|
1091
1093
|
getAuthorizationDivisionspermittedPagedMe(permission: string, opts?: AuthorizationApi.getAuthorizationDivisionspermittedPagedMeOptions): Promise<Models.DivsPermittedEntityListing>;
|
|
1092
1094
|
getAuthorizationDivisionspermittedPagedSubjectId(subjectId: string, permission: string, opts?: AuthorizationApi.getAuthorizationDivisionspermittedPagedSubjectIdOptions): Promise<Models.DivsPermittedEntityListing>;
|
|
@@ -1159,6 +1161,17 @@ declare namespace AuthorizationApi {
|
|
|
1159
1161
|
"id"?: Array<string>;
|
|
1160
1162
|
"name"?: string;
|
|
1161
1163
|
}
|
|
1164
|
+
export interface getAuthorizationDivisionsDeletedOptions {
|
|
1165
|
+
"pageNumber"?: number;
|
|
1166
|
+
"pageSize"?: number;
|
|
1167
|
+
}
|
|
1168
|
+
export interface getAuthorizationDivisionsQueryOptions {
|
|
1169
|
+
"before"?: string;
|
|
1170
|
+
"after"?: string;
|
|
1171
|
+
"pageSize"?: string;
|
|
1172
|
+
"id"?: Array<string>;
|
|
1173
|
+
"name"?: string;
|
|
1174
|
+
}
|
|
1162
1175
|
export interface getAuthorizationDivisionspermittedMeOptions {
|
|
1163
1176
|
"name"?: string;
|
|
1164
1177
|
}
|
|
@@ -2130,6 +2143,9 @@ declare class ExternalContactsApi {
|
|
|
2130
2143
|
getExternalcontactsContactsSchemaVersion(schemaId: string, versionId: string): Promise<Models.DataSchema>;
|
|
2131
2144
|
getExternalcontactsContactsSchemaVersions(schemaId: string): Promise<Models.DataSchema>;
|
|
2132
2145
|
getExternalcontactsContactsSchemas(): Promise<Models.DataSchemaListing>;
|
|
2146
|
+
getExternalcontactsContactsSchemasCoretype(coreTypeName: string): Promise<Models.Coretype>;
|
|
2147
|
+
getExternalcontactsContactsSchemasCoretypes(): Promise<Models.Coretype>;
|
|
2148
|
+
getExternalcontactsContactsSchemasLimits(): Promise<Models.SchemaQuantityLimits>;
|
|
2133
2149
|
getExternalcontactsExternalsource(externalSourceId: string): Promise<Models.ExternalSource>;
|
|
2134
2150
|
getExternalcontactsExternalsources(opts?: ExternalContactsApi.getExternalcontactsExternalsourcesOptions): Promise<Models.CursorExternalSourceListing>;
|
|
2135
2151
|
getExternalcontactsImportCsvSetting(settingsId: string): Promise<Models.CsvSettings>;
|
|
@@ -2142,6 +2158,7 @@ declare class ExternalContactsApi {
|
|
|
2142
2158
|
getExternalcontactsImportSettings(opts?: ExternalContactsApi.getExternalcontactsImportSettingsOptions): Promise<Models.ContactImportSettingsEntityListing>;
|
|
2143
2159
|
getExternalcontactsOrganization(externalOrganizationId: string, opts?: ExternalContactsApi.getExternalcontactsOrganizationOptions): Promise<Models.ExternalOrganization>;
|
|
2144
2160
|
getExternalcontactsOrganizationContacts(externalOrganizationId: string, opts?: ExternalContactsApi.getExternalcontactsOrganizationContactsOptions): Promise<Models.ContactListing>;
|
|
2161
|
+
getExternalcontactsOrganizationIdentifiers(externalOrganizationId: string): Promise<Models.ExternalOrganizationIdentifierListing>;
|
|
2145
2162
|
getExternalcontactsOrganizationNote(externalOrganizationId: string, noteId: string, opts?: ExternalContactsApi.getExternalcontactsOrganizationNoteOptions): Promise<Models.Note>;
|
|
2146
2163
|
getExternalcontactsOrganizationNotes(externalOrganizationId: string, opts?: ExternalContactsApi.getExternalcontactsOrganizationNotesOptions): Promise<Models.NoteListing>;
|
|
2147
2164
|
getExternalcontactsOrganizationRelationships(externalOrganizationId: string, opts?: ExternalContactsApi.getExternalcontactsOrganizationRelationshipsOptions): Promise<Models.RelationshipListing>;
|
|
@@ -2150,6 +2167,9 @@ declare class ExternalContactsApi {
|
|
|
2150
2167
|
getExternalcontactsOrganizationsSchemaVersion(schemaId: string, versionId: string): Promise<Models.DataSchema>;
|
|
2151
2168
|
getExternalcontactsOrganizationsSchemaVersions(schemaId: string): Promise<Models.DataSchema>;
|
|
2152
2169
|
getExternalcontactsOrganizationsSchemas(): Promise<Models.DataSchemaListing>;
|
|
2170
|
+
getExternalcontactsOrganizationsSchemasCoretype(coreTypeName: string): Promise<Models.Coretype>;
|
|
2171
|
+
getExternalcontactsOrganizationsSchemasCoretypes(): Promise<Models.Coretype>;
|
|
2172
|
+
getExternalcontactsOrganizationsSchemasLimits(): Promise<Models.SchemaQuantityLimits>;
|
|
2153
2173
|
getExternalcontactsRelationship(relationshipId: string, opts?: ExternalContactsApi.getExternalcontactsRelationshipOptions): Promise<Models.Relationship>;
|
|
2154
2174
|
getExternalcontactsReversewhitepageslookup(lookupVal: string, opts?: ExternalContactsApi.getExternalcontactsReversewhitepageslookupOptions): Promise<Models.ReverseWhitepagesLookupResult>;
|
|
2155
2175
|
getExternalcontactsScanContacts(opts?: ExternalContactsApi.getExternalcontactsScanContactsOptions): Promise<Models.CursorContactListing>;
|
|
@@ -2161,9 +2181,11 @@ declare class ExternalContactsApi {
|
|
|
2161
2181
|
getExternalcontactsScanRelationships(opts?: ExternalContactsApi.getExternalcontactsScanRelationshipsOptions): Promise<Models.CursorRelationshipListing>;
|
|
2162
2182
|
getExternalcontactsScanRelationshipsDivisionviewsAll(opts?: ExternalContactsApi.getExternalcontactsScanRelationshipsDivisionviewsAllOptions): Promise<Models.CursorRelationshipListing>;
|
|
2163
2183
|
patchExternalcontactsContactIdentifiers(contactId: string, body: Models.IdentifierClaimRequest): Promise<Models.ContactIdentifier>;
|
|
2184
|
+
patchExternalcontactsOrganizationIdentifiers(externalOrganizationId: string, body: Models.ExternalOrganizationIdentifierClaimRequest): Promise<Models.ExternalOrganizationIdentifier>;
|
|
2164
2185
|
postExternalcontactsBulkContacts(body: Models.BulkIdsRequest): Promise<Models.BulkFetchContactsResponse>;
|
|
2165
2186
|
postExternalcontactsBulkContactsAdd(body: Models.BulkContactsRequest): Promise<Models.BulkContactsResponse>;
|
|
2166
2187
|
postExternalcontactsBulkContactsDivisionviews(body: Models.BulkIdsRequest): Promise<Models.BulkFetchContactsResponse>;
|
|
2188
|
+
postExternalcontactsBulkContactsEnrich(body: Models.BulkContactsEnrichRequest, opts?: ExternalContactsApi.postExternalcontactsBulkContactsEnrichOptions): Promise<Models.BulkContactsEnrichResponse>;
|
|
2167
2189
|
postExternalcontactsBulkContactsRemove(body: Models.BulkIdsRequest): Promise<Models.BulkDeleteResponse>;
|
|
2168
2190
|
postExternalcontactsBulkContactsUnresolved(body: Models.BulkIdsRequest): Promise<Models.BulkFetchContactsResponse>;
|
|
2169
2191
|
postExternalcontactsBulkContactsUpdate(body: Models.BulkContactsRequest): Promise<Models.BulkContactsResponse>;
|
|
@@ -2174,6 +2196,7 @@ declare class ExternalContactsApi {
|
|
|
2174
2196
|
postExternalcontactsBulkOrganizations(body: Models.BulkIdsRequest): Promise<Models.BulkFetchOrganizationsResponse>;
|
|
2175
2197
|
postExternalcontactsBulkOrganizationsAdd(body: Models.BulkOrganizationsRequest): Promise<Models.BulkOrganizationsResponse>;
|
|
2176
2198
|
postExternalcontactsBulkOrganizationsDivisionviews(body: Models.BulkIdsRequest): Promise<Models.BulkFetchOrganizationsResponse>;
|
|
2199
|
+
postExternalcontactsBulkOrganizationsEnrich(body: Models.BulkOrganizationsEnrichRequest, opts?: ExternalContactsApi.postExternalcontactsBulkOrganizationsEnrichOptions): Promise<Models.BulkOrganizationsEnrichResponse>;
|
|
2177
2200
|
postExternalcontactsBulkOrganizationsRemove(body: Models.BulkIdsRequest): Promise<Models.BulkDeleteResponse>;
|
|
2178
2201
|
postExternalcontactsBulkOrganizationsUpdate(body: Models.BulkOrganizationsRequest): Promise<Models.BulkOrganizationsResponse>;
|
|
2179
2202
|
postExternalcontactsBulkRelationships(body: Models.BulkIdsRequest): Promise<Models.BulkFetchRelationshipsResponse>;
|
|
@@ -2183,10 +2206,14 @@ declare class ExternalContactsApi {
|
|
|
2183
2206
|
postExternalcontactsContactNotes(contactId: string, body: Models.Note): Promise<Models.Note>;
|
|
2184
2207
|
postExternalcontactsContactPromotion(contactId: string): Promise<Models.ExternalContact>;
|
|
2185
2208
|
postExternalcontactsContacts(body: Models.ExternalContact): Promise<Models.ExternalContact>;
|
|
2209
|
+
postExternalcontactsContactsEnrich(body: Models.ContactEnrichRequest, opts?: ExternalContactsApi.postExternalcontactsContactsEnrichOptions): Promise<Models.ExternalContact>;
|
|
2186
2210
|
postExternalcontactsContactsExports(body: Models.ContactsExport): Promise<Models.ContactsExport>;
|
|
2211
|
+
postExternalcontactsContactsMerge(body: Models.MergeContactsRequest): Promise<Models.ExternalContact>;
|
|
2187
2212
|
postExternalcontactsContactsSchemas(body: Models.DataSchema): Promise<Models.DataSchema>;
|
|
2188
2213
|
postExternalcontactsExternalsources(body: Models.ExternalSource): Promise<Models.ExternalSource>;
|
|
2189
2214
|
postExternalcontactsIdentifierlookup(identifier: Models.ContactIdentifier, opts?: ExternalContactsApi.postExternalcontactsIdentifierlookupOptions): Promise<Models.ExternalContact>;
|
|
2215
|
+
postExternalcontactsIdentifierlookupContacts(identifier: Models.ContactIdentifier, opts?: ExternalContactsApi.postExternalcontactsIdentifierlookupContactsOptions): Promise<Models.ExternalContact>;
|
|
2216
|
+
postExternalcontactsIdentifierlookupOrganizations(identifier: Models.ExternalOrganizationIdentifier, opts?: ExternalContactsApi.postExternalcontactsIdentifierlookupOrganizationsOptions): Promise<Models.ExternalOrganization>;
|
|
2190
2217
|
postExternalcontactsImportCsvJobs(body: Models.CsvJobRequest): Promise<Models.CsvJobResponse>;
|
|
2191
2218
|
postExternalcontactsImportCsvSettings(body: Models.CsvSettings): Promise<Models.CsvSettings>;
|
|
2192
2219
|
postExternalcontactsImportCsvUploads(body: Models.CsvUploadRequest): Promise<Models.CsvUploadResponse>;
|
|
@@ -2195,6 +2222,7 @@ declare class ExternalContactsApi {
|
|
|
2195
2222
|
postExternalcontactsMergeContacts(body: Models.MergeRequest): Promise<Models.ExternalContact>;
|
|
2196
2223
|
postExternalcontactsOrganizationNotes(externalOrganizationId: string, body: Models.Note): Promise<Models.Note>;
|
|
2197
2224
|
postExternalcontactsOrganizations(body: Models.ExternalOrganization): Promise<Models.ExternalOrganization>;
|
|
2225
|
+
postExternalcontactsOrganizationsEnrich(body: Models.ExternalOrganizationEnrichRequest, opts?: ExternalContactsApi.postExternalcontactsOrganizationsEnrichOptions): Promise<Models.ExternalOrganization>;
|
|
2198
2226
|
postExternalcontactsOrganizationsSchemas(body: Models.DataSchema): Promise<Models.DataSchema>;
|
|
2199
2227
|
postExternalcontactsRelationships(body: Models.Relationship): Promise<Models.Relationship>;
|
|
2200
2228
|
putExternalcontactsContact(contactId: string, body: Models.ExternalContact): Promise<Models.ExternalContact>;
|
|
@@ -2352,9 +2380,27 @@ declare namespace ExternalContactsApi {
|
|
|
2352
2380
|
"limit"?: number;
|
|
2353
2381
|
"cursor"?: string;
|
|
2354
2382
|
}
|
|
2383
|
+
export interface postExternalcontactsBulkContactsEnrichOptions {
|
|
2384
|
+
"dryRun"?: boolean;
|
|
2385
|
+
}
|
|
2386
|
+
export interface postExternalcontactsBulkOrganizationsEnrichOptions {
|
|
2387
|
+
"dryRun"?: boolean;
|
|
2388
|
+
}
|
|
2389
|
+
export interface postExternalcontactsContactsEnrichOptions {
|
|
2390
|
+
"dryRun"?: boolean;
|
|
2391
|
+
}
|
|
2355
2392
|
export interface postExternalcontactsIdentifierlookupOptions {
|
|
2356
2393
|
"expand"?: Array<string>;
|
|
2357
2394
|
}
|
|
2395
|
+
export interface postExternalcontactsIdentifierlookupContactsOptions {
|
|
2396
|
+
"expand"?: Array<string>;
|
|
2397
|
+
}
|
|
2398
|
+
export interface postExternalcontactsIdentifierlookupOrganizationsOptions {
|
|
2399
|
+
"expand"?: Array<string>;
|
|
2400
|
+
}
|
|
2401
|
+
export interface postExternalcontactsOrganizationsEnrichOptions {
|
|
2402
|
+
"dryRun"?: boolean;
|
|
2403
|
+
}
|
|
2358
2404
|
}
|
|
2359
2405
|
|
|
2360
2406
|
declare class FaxApi {
|
|
@@ -2402,8 +2448,17 @@ declare namespace FlowsApi {
|
|
|
2402
2448
|
declare class GamificationApi {
|
|
2403
2449
|
constructor(apiClient?: ApiClientClass);
|
|
2404
2450
|
deleteEmployeeperformanceExternalmetricsDefinition(metricId: string): Promise<void>;
|
|
2451
|
+
deleteGamificationContest(contestId: string): Promise<void>;
|
|
2405
2452
|
getEmployeeperformanceExternalmetricsDefinition(metricId: string): Promise<Models.ExternalMetricDefinition>;
|
|
2406
2453
|
getEmployeeperformanceExternalmetricsDefinitions(opts?: GamificationApi.getEmployeeperformanceExternalmetricsDefinitionsOptions): Promise<Models.ExternalMetricDefinitionListing>;
|
|
2454
|
+
getGamificationContest(contestId: string): Promise<Models.ContestsResponse>;
|
|
2455
|
+
getGamificationContestAgentsScores(contestId: string, opts?: GamificationApi.getGamificationContestAgentsScoresOptions): Promise<Models.ContestScoresAgentsPagedList>;
|
|
2456
|
+
getGamificationContestAgentsScoresMe(contestId: string, opts?: GamificationApi.getGamificationContestAgentsScoresMeOptions): Promise<Models.ContestScoresAgentsPagedList>;
|
|
2457
|
+
getGamificationContestAgentsScoresTrends(contestId: string): Promise<Models.ContestScoresGroupTrendList>;
|
|
2458
|
+
getGamificationContestAgentsScoresTrendsMe(contestId: string): Promise<Models.ContestScoresAgentTrendList>;
|
|
2459
|
+
getGamificationContestPrizeimage(contestId: string, prizeImageId: string): Promise<Models.PrizeImages>;
|
|
2460
|
+
getGamificationContests(opts?: GamificationApi.getGamificationContestsOptions): Promise<Models.GetContestsEssentialsListing>;
|
|
2461
|
+
getGamificationContestsMe(opts?: GamificationApi.getGamificationContestsMeOptions): Promise<Models.GetContestsEssentialsListing>;
|
|
2407
2462
|
getGamificationInsights(filterType: string, filterId: string, granularity: string, comparativePeriodStartWorkday: string, primaryPeriodStartWorkday: string, opts?: GamificationApi.getGamificationInsightsOptions): Promise<Models.InsightsSummary>;
|
|
2408
2463
|
getGamificationInsightsDetails(filterType: string, filterId: string, granularity: string, comparativePeriodStartWorkday: string, primaryPeriodStartWorkday: string): Promise<Models.InsightsDetails>;
|
|
2409
2464
|
getGamificationInsightsGroupsTrends(filterType: string, filterId: string, granularity: string, comparativePeriodStartWorkday: string, comparativePeriodEndWorkday: string, primaryPeriodStartWorkday: string, primaryPeriodEndWorkday: string): Promise<Models.InsightsTrend>;
|
|
@@ -2451,8 +2506,11 @@ declare class GamificationApi {
|
|
|
2451
2506
|
getGamificationTemplate(templateId: string): Promise<Models.ObjectiveTemplate>;
|
|
2452
2507
|
getGamificationTemplates(): Promise<Models.GetTemplatesResponse>;
|
|
2453
2508
|
patchEmployeeperformanceExternalmetricsDefinition(metricId: string, body: Models.ExternalMetricDefinitionUpdateRequest): Promise<Models.ExternalMetricDefinition>;
|
|
2509
|
+
patchGamificationContest(contestId: string, body: Models.ContestsFinalizeRequest): Promise<Models.ContestsResponse>;
|
|
2454
2510
|
postEmployeeperformanceExternalmetricsData(opts?: GamificationApi.postEmployeeperformanceExternalmetricsDataOptions): Promise<Models.ExternalMetricDataWriteResponse>;
|
|
2455
2511
|
postEmployeeperformanceExternalmetricsDefinitions(opts?: GamificationApi.postEmployeeperformanceExternalmetricsDefinitionsOptions): Promise<Models.ExternalMetricDefinition>;
|
|
2512
|
+
postGamificationContests(body: Models.ContestsCreateRequest): Promise<Models.ContestsResponse>;
|
|
2513
|
+
postGamificationContestsUploadsPrizeimages(body: Models.GamificationContestPrizeImageUploadUrlRequest): Promise<Models.UploadUrlResponse>;
|
|
2456
2514
|
postGamificationProfileActivate(profileId: string): Promise<Models.PerformanceProfile>;
|
|
2457
2515
|
postGamificationProfileDeactivate(profileId: string): Promise<Models.PerformanceProfile>;
|
|
2458
2516
|
postGamificationProfileMembers(profileId: string, body: Models.AssignUsers): Promise<Models.Assignment>;
|
|
@@ -2462,6 +2520,7 @@ declare class GamificationApi {
|
|
|
2462
2520
|
postGamificationProfiles(body: Models.CreatePerformanceProfile, opts?: GamificationApi.postGamificationProfilesOptions): Promise<Models.PerformanceProfile>;
|
|
2463
2521
|
postGamificationProfilesUserQuery(userId: string, body: Models.UserProfilesInDateRangeRequest): Promise<Models.UserProfilesInDateRange>;
|
|
2464
2522
|
postGamificationProfilesUsersMeQuery(body: Models.UserProfilesInDateRangeRequest): Promise<Models.UserProfilesInDateRange>;
|
|
2523
|
+
putGamificationContest(contestId: string, body: Models.ContestsCreateRequest): Promise<Models.ContestsResponse>;
|
|
2465
2524
|
putGamificationProfile(profileId: string, opts?: GamificationApi.putGamificationProfileOptions): Promise<Models.PerformanceProfile>;
|
|
2466
2525
|
putGamificationProfileMetric(profileId: string, metricId: string, body: Models.CreateMetric): Promise<Models.Metric>;
|
|
2467
2526
|
putGamificationStatus(status: Models.GamificationStatus): Promise<Models.GamificationStatus>;
|
|
@@ -2472,6 +2531,37 @@ declare namespace GamificationApi {
|
|
|
2472
2531
|
"pageSize"?: number;
|
|
2473
2532
|
"pageNumber"?: number;
|
|
2474
2533
|
}
|
|
2534
|
+
export interface getGamificationContestAgentsScoresOptions {
|
|
2535
|
+
"pageNumber"?: number;
|
|
2536
|
+
"pageSize"?: number;
|
|
2537
|
+
"workday"?: string;
|
|
2538
|
+
"returnsView"?: string;
|
|
2539
|
+
}
|
|
2540
|
+
export interface getGamificationContestAgentsScoresMeOptions {
|
|
2541
|
+
"pageNumber"?: number;
|
|
2542
|
+
"pageSize"?: number;
|
|
2543
|
+
"workday"?: string;
|
|
2544
|
+
"returnsView"?: string;
|
|
2545
|
+
}
|
|
2546
|
+
export interface getGamificationContestsOptions {
|
|
2547
|
+
"pageNumber"?: number;
|
|
2548
|
+
"pageSize"?: number;
|
|
2549
|
+
"dateStart"?: string;
|
|
2550
|
+
"dateEnd"?: string;
|
|
2551
|
+
"status"?: Array<string>;
|
|
2552
|
+
"sortBy"?: string;
|
|
2553
|
+
"sortOrder"?: string;
|
|
2554
|
+
}
|
|
2555
|
+
export interface getGamificationContestsMeOptions {
|
|
2556
|
+
"pageNumber"?: number;
|
|
2557
|
+
"pageSize"?: number;
|
|
2558
|
+
"dateStart"?: string;
|
|
2559
|
+
"dateEnd"?: string;
|
|
2560
|
+
"status"?: Array<string>;
|
|
2561
|
+
"sortBy"?: string;
|
|
2562
|
+
"sortOrder"?: string;
|
|
2563
|
+
"view"?: string;
|
|
2564
|
+
}
|
|
2475
2565
|
export interface getGamificationInsightsOptions {
|
|
2476
2566
|
"pageSize"?: number;
|
|
2477
2567
|
"pageNumber"?: number;
|
|
@@ -4095,8 +4185,10 @@ declare class ObjectsApi {
|
|
|
4095
4185
|
deleteAuthorizationDivision(divisionId: string, opts?: ObjectsApi.deleteAuthorizationDivisionOptions): Promise<void>;
|
|
4096
4186
|
getAuthorizationDivision(divisionId: string, opts?: ObjectsApi.getAuthorizationDivisionOptions): Promise<Models.AuthzDivision>;
|
|
4097
4187
|
getAuthorizationDivisions(opts?: ObjectsApi.getAuthorizationDivisionsOptions): Promise<Models.AuthzDivisionEntityListing>;
|
|
4188
|
+
getAuthorizationDivisionsDeleted(opts?: ObjectsApi.getAuthorizationDivisionsDeletedOptions): Promise<Models.AuthzDivisionEntityListing>;
|
|
4098
4189
|
getAuthorizationDivisionsHome(): Promise<Models.AuthzDivision>;
|
|
4099
4190
|
getAuthorizationDivisionsLimit(): Promise<number>;
|
|
4191
|
+
getAuthorizationDivisionsQuery(opts?: ObjectsApi.getAuthorizationDivisionsQueryOptions): Promise<Models.AuthzDivisionCursorListing>;
|
|
4100
4192
|
postAuthorizationDivisionObject(divisionId: string, objectType: string, body: Array<string>): Promise<void>;
|
|
4101
4193
|
postAuthorizationDivisionRestore(divisionId: string, body: Models.AuthzDivision): Promise<Models.AuthzDivision>;
|
|
4102
4194
|
postAuthorizationDivisions(body: Models.AuthzDivision): Promise<Models.AuthzDivision>;
|
|
@@ -4121,6 +4213,17 @@ declare namespace ObjectsApi {
|
|
|
4121
4213
|
"id"?: Array<string>;
|
|
4122
4214
|
"name"?: string;
|
|
4123
4215
|
}
|
|
4216
|
+
export interface getAuthorizationDivisionsDeletedOptions {
|
|
4217
|
+
"pageNumber"?: number;
|
|
4218
|
+
"pageSize"?: number;
|
|
4219
|
+
}
|
|
4220
|
+
export interface getAuthorizationDivisionsQueryOptions {
|
|
4221
|
+
"before"?: string;
|
|
4222
|
+
"after"?: string;
|
|
4223
|
+
"pageSize"?: string;
|
|
4224
|
+
"id"?: Array<string>;
|
|
4225
|
+
"name"?: string;
|
|
4226
|
+
}
|
|
4124
4227
|
}
|
|
4125
4228
|
|
|
4126
4229
|
declare class OperationalEventsApi {
|
|
@@ -4304,6 +4407,7 @@ declare class OutboundApi {
|
|
|
4304
4407
|
deleteOutboundDnclistCustomexclusioncolumns(dncListId: string, opts?: OutboundApi.deleteOutboundDnclistCustomexclusioncolumnsOptions): Promise<void>;
|
|
4305
4408
|
deleteOutboundDnclistEmailaddresses(dncListId: string, opts?: OutboundApi.deleteOutboundDnclistEmailaddressesOptions): Promise<void>;
|
|
4306
4409
|
deleteOutboundDnclistPhonenumbers(dncListId: string, opts?: OutboundApi.deleteOutboundDnclistPhonenumbersOptions): Promise<void>;
|
|
4410
|
+
deleteOutboundDnclistWhatsappnumbers(dncListId: string, opts?: OutboundApi.deleteOutboundDnclistWhatsappnumbersOptions): Promise<void>;
|
|
4307
4411
|
deleteOutboundFilespecificationtemplate(fileSpecificationTemplateId: string): Promise<void>;
|
|
4308
4412
|
deleteOutboundFilespecificationtemplatesBulk(id: Array<string>): Promise<void>;
|
|
4309
4413
|
deleteOutboundImporttemplate(importTemplateId: string): Promise<void>;
|
|
@@ -4390,6 +4494,7 @@ declare class OutboundApi {
|
|
|
4390
4494
|
patchOutboundDnclistCustomexclusioncolumns(dncListId: string, body: Models.DncPatchCustomExclusionColumnsRequest): Promise<void>;
|
|
4391
4495
|
patchOutboundDnclistEmailaddresses(dncListId: string, body: Models.DncPatchEmailsRequest): Promise<void>;
|
|
4392
4496
|
patchOutboundDnclistPhonenumbers(dncListId: string, body: Models.DncPatchPhoneNumbersRequest): Promise<void>;
|
|
4497
|
+
patchOutboundDnclistWhatsappnumbers(dncListId: string, body: Models.DncPatchWhatsAppNumbersRequest): Promise<void>;
|
|
4393
4498
|
patchOutboundSettings(body: Models.OutboundSettings, opts?: OutboundApi.patchOutboundSettingsOptions): Promise<void>;
|
|
4394
4499
|
postOutboundAttemptlimits(body: Models.AttemptLimits): Promise<Models.AttemptLimits>;
|
|
4395
4500
|
postOutboundCallabletimesets(body: Models.CallableTimeSet): Promise<Models.CallableTimeSet>;
|
|
@@ -4464,6 +4569,9 @@ declare namespace OutboundApi {
|
|
|
4464
4569
|
export interface deleteOutboundDnclistPhonenumbersOptions {
|
|
4465
4570
|
"expiredOnly"?: boolean;
|
|
4466
4571
|
}
|
|
4572
|
+
export interface deleteOutboundDnclistWhatsappnumbersOptions {
|
|
4573
|
+
"expiredOnly"?: boolean;
|
|
4574
|
+
}
|
|
4467
4575
|
export interface getOutboundAttemptlimitsOptions {
|
|
4468
4576
|
"pageSize"?: number;
|
|
4469
4577
|
"pageNumber"?: number;
|
|
@@ -4754,11 +4862,11 @@ declare namespace OutboundApi {
|
|
|
4754
4862
|
|
|
4755
4863
|
declare class PresenceApi {
|
|
4756
4864
|
constructor(apiClient?: ApiClientClass);
|
|
4757
|
-
|
|
4865
|
+
deletePresenceDefinition0(definitionId: string): Promise<void>;
|
|
4758
4866
|
deletePresenceSource(sourceId: string): Promise<void>;
|
|
4759
4867
|
deletePresencedefinition(presenceId: string): Promise<void>;
|
|
4760
|
-
|
|
4761
|
-
|
|
4868
|
+
getPresenceDefinition0(definitionId: string, opts?: PresenceApi.getPresenceDefinition0Options): Promise<Models.OrganizationPresenceDefinition>;
|
|
4869
|
+
getPresenceDefinitions0(opts?: PresenceApi.getPresenceDefinitions0Options): Promise<Models.OrganizationPresenceDefinitionEntityListing>;
|
|
4762
4870
|
getPresenceSettings(): Promise<Models.PresenceSettings>;
|
|
4763
4871
|
getPresenceSource(sourceId: string): Promise<Models.Source>;
|
|
4764
4872
|
getPresenceSources(opts?: PresenceApi.getPresenceSourcesOptions): Promise<Models.SourceEntityListing>;
|
|
@@ -4772,10 +4880,10 @@ declare class PresenceApi {
|
|
|
4772
4880
|
getUsersPresencesPurecloudBulk(opts?: PresenceApi.getUsersPresencesPurecloudBulkOptions): Promise<Array<Models.UcUserPresence>>;
|
|
4773
4881
|
patchUserPresence(userId: string, sourceId: string, body: Models.UserPresence): Promise<Models.UserPresence>;
|
|
4774
4882
|
patchUserPresencesPurecloud(userId: string, body: Models.UserPresence): Promise<Models.UserPresence>;
|
|
4775
|
-
|
|
4883
|
+
postPresenceDefinitions0(body: Models.OrganizationPresenceDefinition): Promise<Models.OrganizationPresenceDefinition>;
|
|
4776
4884
|
postPresenceSources(body: Models.Source): Promise<Models.Source>;
|
|
4777
4885
|
postPresencedefinitions(body: Models.OrganizationPresence): Promise<Models.OrganizationPresence>;
|
|
4778
|
-
|
|
4886
|
+
putPresenceDefinition0(definitionId: string, body: Models.OrganizationPresenceDefinition): Promise<Models.OrganizationPresenceDefinition>;
|
|
4779
4887
|
putPresenceSettings(body: Models.PresenceSettings): Promise<Models.PresenceSettings>;
|
|
4780
4888
|
putPresenceSource(sourceId: string, body: Models.Source): Promise<Models.Source>;
|
|
4781
4889
|
putPresenceUserPrimarysource(userId: string, body: Models.UserPrimarySource): Promise<Models.UserPrimarySource>;
|
|
@@ -4784,10 +4892,10 @@ declare class PresenceApi {
|
|
|
4784
4892
|
}
|
|
4785
4893
|
|
|
4786
4894
|
declare namespace PresenceApi {
|
|
4787
|
-
export interface
|
|
4895
|
+
export interface getPresenceDefinition0Options {
|
|
4788
4896
|
"localeCode"?: string;
|
|
4789
4897
|
}
|
|
4790
|
-
export interface
|
|
4898
|
+
export interface getPresenceDefinitions0Options {
|
|
4791
4899
|
"deactivated"?: string;
|
|
4792
4900
|
"divisionId"?: Array<string>;
|
|
4793
4901
|
"localeCode"?: string;
|
|
@@ -5476,6 +5584,8 @@ declare namespace RoutingApi {
|
|
|
5476
5584
|
"filter"?: string;
|
|
5477
5585
|
}
|
|
5478
5586
|
export interface getRoutingEmailOutboundDomainsOptions {
|
|
5587
|
+
"pageSize"?: number;
|
|
5588
|
+
"pageNumber"?: number;
|
|
5479
5589
|
"filter"?: string;
|
|
5480
5590
|
}
|
|
5481
5591
|
export interface getRoutingLanguagesOptions {
|
|
@@ -6391,6 +6501,9 @@ declare class TaskManagementApi {
|
|
|
6391
6501
|
getTaskmanagementWorkitemsSchemaVersion(schemaId: string, versionId: string): Promise<Models.DataSchema>;
|
|
6392
6502
|
getTaskmanagementWorkitemsSchemaVersions(schemaId: string): Promise<Models.DataSchema>;
|
|
6393
6503
|
getTaskmanagementWorkitemsSchemas(): Promise<Models.DataSchemaListing>;
|
|
6504
|
+
getTaskmanagementWorkitemsSchemasCoretype(coreTypeName: string): Promise<Models.Coretype>;
|
|
6505
|
+
getTaskmanagementWorkitemsSchemasCoretypes(): Promise<Models.Coretype>;
|
|
6506
|
+
getTaskmanagementWorkitemsSchemasLimits(): Promise<Models.SchemaQuantityLimits>;
|
|
6394
6507
|
getTaskmanagementWorktype(worktypeId: string, opts?: TaskManagementApi.getTaskmanagementWorktypeOptions): Promise<Models.Worktype>;
|
|
6395
6508
|
getTaskmanagementWorktypeFlowsDatebasedRule(worktypeId: string, ruleId: string): Promise<Models.WorkitemDateBasedRule>;
|
|
6396
6509
|
getTaskmanagementWorktypeFlowsDatebasedRules(worktypeId: string, opts?: TaskManagementApi.getTaskmanagementWorktypeFlowsDatebasedRulesOptions): Promise<Models.WorkitemDateBasedRuleListing>;
|
|
@@ -6944,6 +7057,7 @@ declare namespace TokensApi {
|
|
|
6944
7057
|
declare class UploadsApi {
|
|
6945
7058
|
constructor(apiClient?: ApiClientClass);
|
|
6946
7059
|
getKnowledgeKnowledgebaseUploadsUrlsJob(knowledgeBaseId: string, jobId: string): Promise<Models.GetUploadSourceUrlJobStatusResponse>;
|
|
7060
|
+
postGamificationContestsUploadsPrizeimages(body: Models.GamificationContestPrizeImageUploadUrlRequest): Promise<Models.UploadUrlResponse>;
|
|
6947
7061
|
postIntegrationsActionDraftFunctionUpload(actionId: string, body: Models.FunctionUploadRequest): Promise<Models.FunctionUploadResponse>;
|
|
6948
7062
|
postKnowledgeDocumentuploads(body: Models.UploadUrlRequest): Promise<Models.UploadUrlResponse>;
|
|
6949
7063
|
postKnowledgeKnowledgebaseUploadsUrlsJobs(knowledgeBaseId: string, body: Models.CreateUploadSourceUrlJobRequest): Promise<Models.CreateUploadSourceUrlJobResponse>;
|
|
@@ -11062,6 +11176,13 @@ declare namespace Models {
|
|
|
11062
11176
|
"selfUri"?: string;
|
|
11063
11177
|
}
|
|
11064
11178
|
|
|
11179
|
+
export interface AuthzDivisionCursorListing {
|
|
11180
|
+
"entities"?: Array<Models.AuthzDivision>;
|
|
11181
|
+
"nextUri"?: string;
|
|
11182
|
+
"selfUri"?: string;
|
|
11183
|
+
"previousUri"?: string;
|
|
11184
|
+
}
|
|
11185
|
+
|
|
11065
11186
|
export interface AuthzDivisionEntityListing {
|
|
11066
11187
|
"entities"?: Array<Models.AuthzDivision>;
|
|
11067
11188
|
"pageSize"?: number;
|
|
@@ -11656,6 +11777,15 @@ declare namespace Models {
|
|
|
11656
11777
|
"schedule"?: Models.BuScheduleReference;
|
|
11657
11778
|
}
|
|
11658
11779
|
|
|
11780
|
+
export interface BuAgentScheduleShiftRequest {
|
|
11781
|
+
"id"?: string;
|
|
11782
|
+
"startDate"?: string;
|
|
11783
|
+
"lengthMinutes"?: number;
|
|
11784
|
+
"activities"?: Array<Models.BuAgentScheduleActivity>;
|
|
11785
|
+
"manuallyEdited"?: boolean;
|
|
11786
|
+
"schedule"?: Models.BuScheduleReference;
|
|
11787
|
+
}
|
|
11788
|
+
|
|
11659
11789
|
export interface BuAgentScheduleUpdate {
|
|
11660
11790
|
"type"?: string;
|
|
11661
11791
|
"shiftStartDates"?: Array<string>;
|
|
@@ -11852,7 +11982,7 @@ declare namespace Models {
|
|
|
11852
11982
|
"userId": string;
|
|
11853
11983
|
"workPlanId"?: Models.ValueWrapperString;
|
|
11854
11984
|
"workPlanIdsPerWeek"?: Models.ListWrapperString;
|
|
11855
|
-
"shifts"?: Array<Models.
|
|
11985
|
+
"shifts"?: Array<Models.BuAgentScheduleShiftRequest>;
|
|
11856
11986
|
"fullDayTimeOffMarkers"?: Array<Models.BuFullDayTimeOffMarker>;
|
|
11857
11987
|
}
|
|
11858
11988
|
|
|
@@ -12247,6 +12377,16 @@ declare namespace Models {
|
|
|
12247
12377
|
"errorIndexes"?: Array<number>;
|
|
12248
12378
|
}
|
|
12249
12379
|
|
|
12380
|
+
export interface BulkContactsEnrichRequest {
|
|
12381
|
+
"entities"?: Array<Models.ContactEnrichRequest>;
|
|
12382
|
+
}
|
|
12383
|
+
|
|
12384
|
+
export interface BulkContactsEnrichResponse {
|
|
12385
|
+
"results"?: Array<Models.BulkResponseResultExternalContactContactEnrichRequestBulkEntityErrorContactEnrichRequest>;
|
|
12386
|
+
"errorCount"?: number;
|
|
12387
|
+
"errorIndexes"?: Array<number>;
|
|
12388
|
+
}
|
|
12389
|
+
|
|
12250
12390
|
export interface BulkContactsRequest {
|
|
12251
12391
|
"entities"?: Array<Models.ExternalContact>;
|
|
12252
12392
|
}
|
|
@@ -12263,6 +12403,15 @@ declare namespace Models {
|
|
|
12263
12403
|
"errorIndexes"?: Array<number>;
|
|
12264
12404
|
}
|
|
12265
12405
|
|
|
12406
|
+
export interface BulkEntityErrorContactEnrichRequest {
|
|
12407
|
+
"code"?: string;
|
|
12408
|
+
"message"?: string;
|
|
12409
|
+
"status"?: number;
|
|
12410
|
+
"retryable"?: boolean;
|
|
12411
|
+
"details"?: Array<Models.BulkErrorDetail>;
|
|
12412
|
+
"entity"?: Models.ContactEnrichRequest;
|
|
12413
|
+
}
|
|
12414
|
+
|
|
12266
12415
|
export interface BulkEntityErrorEntity {
|
|
12267
12416
|
"code"?: string;
|
|
12268
12417
|
"message"?: string;
|
|
@@ -12290,6 +12439,15 @@ declare namespace Models {
|
|
|
12290
12439
|
"entity"?: Models.ExternalOrganization;
|
|
12291
12440
|
}
|
|
12292
12441
|
|
|
12442
|
+
export interface BulkEntityErrorExternalOrganizationEnrichRequest {
|
|
12443
|
+
"code"?: string;
|
|
12444
|
+
"message"?: string;
|
|
12445
|
+
"status"?: number;
|
|
12446
|
+
"retryable"?: boolean;
|
|
12447
|
+
"details"?: Array<Models.BulkErrorDetail>;
|
|
12448
|
+
"entity"?: Models.ExternalOrganizationEnrichRequest;
|
|
12449
|
+
}
|
|
12450
|
+
|
|
12293
12451
|
export interface BulkEntityErrorNote {
|
|
12294
12452
|
"code"?: string;
|
|
12295
12453
|
"message"?: string;
|
|
@@ -12434,6 +12592,16 @@ declare namespace Models {
|
|
|
12434
12592
|
"errorIndexes"?: Array<number>;
|
|
12435
12593
|
}
|
|
12436
12594
|
|
|
12595
|
+
export interface BulkOrganizationsEnrichRequest {
|
|
12596
|
+
"entities"?: Array<Models.ExternalOrganizationEnrichRequest>;
|
|
12597
|
+
}
|
|
12598
|
+
|
|
12599
|
+
export interface BulkOrganizationsEnrichResponse {
|
|
12600
|
+
"results"?: Array<Models.BulkResponseResultExternalOrganizationExternalOrganizationEnrichRequestBulkEntityErrorExternalOrganizationEnrichRequest>;
|
|
12601
|
+
"errorCount"?: number;
|
|
12602
|
+
"errorIndexes"?: Array<number>;
|
|
12603
|
+
}
|
|
12604
|
+
|
|
12437
12605
|
export interface BulkOrganizationsRequest {
|
|
12438
12606
|
"entities"?: Array<Models.ExternalOrganization>;
|
|
12439
12607
|
}
|
|
@@ -12460,6 +12628,13 @@ declare namespace Models {
|
|
|
12460
12628
|
"errorIndexes"?: Array<number>;
|
|
12461
12629
|
}
|
|
12462
12630
|
|
|
12631
|
+
export interface BulkResponseResultExternalContactContactEnrichRequestBulkEntityErrorContactEnrichRequest {
|
|
12632
|
+
"id"?: string;
|
|
12633
|
+
"success"?: boolean;
|
|
12634
|
+
"entity"?: Models.ExternalContact;
|
|
12635
|
+
"error"?: Models.BulkEntityErrorContactEnrichRequest;
|
|
12636
|
+
}
|
|
12637
|
+
|
|
12463
12638
|
export interface BulkResponseResultExternalContactEntityBulkEntityErrorEntity {
|
|
12464
12639
|
"id"?: string;
|
|
12465
12640
|
"success"?: boolean;
|
|
@@ -12488,6 +12663,13 @@ declare namespace Models {
|
|
|
12488
12663
|
"error"?: Models.BulkEntityErrorExternalOrganization;
|
|
12489
12664
|
}
|
|
12490
12665
|
|
|
12666
|
+
export interface BulkResponseResultExternalOrganizationExternalOrganizationEnrichRequestBulkEntityErrorExternalOrganizationEnrichRequest {
|
|
12667
|
+
"id"?: string;
|
|
12668
|
+
"success"?: boolean;
|
|
12669
|
+
"entity"?: Models.ExternalOrganization;
|
|
12670
|
+
"error"?: Models.BulkEntityErrorExternalOrganizationEnrichRequest;
|
|
12671
|
+
}
|
|
12672
|
+
|
|
12491
12673
|
export interface BulkResponseResultNoteEntityBulkEntityErrorEntity {
|
|
12492
12674
|
"id"?: string;
|
|
12493
12675
|
"success"?: boolean;
|
|
@@ -14837,6 +15019,20 @@ declare namespace Models {
|
|
|
14837
15019
|
"divisionId"?: string;
|
|
14838
15020
|
}
|
|
14839
15021
|
|
|
15022
|
+
export interface ContactEnrichOptions {
|
|
15023
|
+
"promote"?: boolean;
|
|
15024
|
+
}
|
|
15025
|
+
|
|
15026
|
+
export interface ContactEnrichRequest {
|
|
15027
|
+
"id"?: string;
|
|
15028
|
+
"division"?: Models.WritableStarrableDivision;
|
|
15029
|
+
"matchingIdentifiers": Array<Models.ContactIdentifier>;
|
|
15030
|
+
"action": string;
|
|
15031
|
+
"contact"?: Models.ExternalContact;
|
|
15032
|
+
"fieldRules"?: Models.EnrichFieldRules;
|
|
15033
|
+
"options"?: Models.ContactEnrichOptions;
|
|
15034
|
+
}
|
|
15035
|
+
|
|
14840
15036
|
export interface ContactIdentifier {
|
|
14841
15037
|
"id"?: string;
|
|
14842
15038
|
"division"?: Models.WritableStarrableDivision;
|
|
@@ -14928,6 +15124,7 @@ declare namespace Models {
|
|
|
14928
15124
|
"columnNames": Array<string>;
|
|
14929
15125
|
"phoneColumns"?: Array<Models.ContactPhoneNumberColumn>;
|
|
14930
15126
|
"emailColumns"?: Array<Models.EmailColumn>;
|
|
15127
|
+
"whatsAppColumns"?: Array<Models.WhatsAppColumn>;
|
|
14931
15128
|
"importStatus"?: Models.ImportStatus;
|
|
14932
15129
|
"previewModeColumnName"?: string;
|
|
14933
15130
|
"previewModeAcceptedValues"?: Array<string>;
|
|
@@ -14947,6 +15144,7 @@ declare namespace Models {
|
|
|
14947
15144
|
"columnNames": Array<string>;
|
|
14948
15145
|
"phoneColumns"?: Array<Models.ContactPhoneNumberColumn>;
|
|
14949
15146
|
"emailColumns"?: Array<Models.EmailColumn>;
|
|
15147
|
+
"whatsAppColumns"?: Array<Models.WhatsAppColumn>;
|
|
14950
15148
|
"importStatus"?: Models.ImportStatus;
|
|
14951
15149
|
"size"?: number;
|
|
14952
15150
|
"selfUri"?: string;
|
|
@@ -15040,6 +15238,7 @@ declare namespace Models {
|
|
|
15040
15238
|
"columnNames": Array<string>;
|
|
15041
15239
|
"phoneColumns"?: Array<Models.ContactPhoneNumberColumn>;
|
|
15042
15240
|
"emailColumns"?: Array<Models.EmailColumn>;
|
|
15241
|
+
"whatsAppColumns"?: Array<Models.WhatsAppColumn>;
|
|
15043
15242
|
"previewModeColumnName"?: string;
|
|
15044
15243
|
"previewModeAcceptedValues"?: Array<string>;
|
|
15045
15244
|
"attemptLimits"?: Models.DomainEntityRef;
|
|
@@ -15489,6 +15688,193 @@ declare namespace Models {
|
|
|
15489
15688
|
"selfUri"?: string;
|
|
15490
15689
|
}
|
|
15491
15690
|
|
|
15691
|
+
export interface ContestDisqualifiedAgents {
|
|
15692
|
+
"id"?: string;
|
|
15693
|
+
"note"?: string;
|
|
15694
|
+
"selfUri"?: string;
|
|
15695
|
+
}
|
|
15696
|
+
|
|
15697
|
+
export interface ContestMetricScore {
|
|
15698
|
+
"metric"?: Models.AddressableEntityRef;
|
|
15699
|
+
"score"?: number;
|
|
15700
|
+
"totalPoints"?: number;
|
|
15701
|
+
"percentOfGoal"?: number;
|
|
15702
|
+
}
|
|
15703
|
+
|
|
15704
|
+
export interface ContestMetricScoreRanked {
|
|
15705
|
+
"metric"?: Models.AddressableEntityRef;
|
|
15706
|
+
"score"?: number;
|
|
15707
|
+
"totalPoints"?: number;
|
|
15708
|
+
"percentOfGoal"?: number;
|
|
15709
|
+
"rank"?: number;
|
|
15710
|
+
}
|
|
15711
|
+
|
|
15712
|
+
export interface ContestMetrics {
|
|
15713
|
+
"id": string;
|
|
15714
|
+
"name"?: string;
|
|
15715
|
+
"weight": number;
|
|
15716
|
+
"minimumQualifier": number;
|
|
15717
|
+
"selfUri"?: string;
|
|
15718
|
+
}
|
|
15719
|
+
|
|
15720
|
+
export interface ContestPrizes {
|
|
15721
|
+
"tier": number;
|
|
15722
|
+
"name": string;
|
|
15723
|
+
"description": string;
|
|
15724
|
+
"imageId": string;
|
|
15725
|
+
"imageUrl"?: string;
|
|
15726
|
+
"winnersCount": number;
|
|
15727
|
+
}
|
|
15728
|
+
|
|
15729
|
+
export interface ContestProfile {
|
|
15730
|
+
"id": string;
|
|
15731
|
+
"name"?: string;
|
|
15732
|
+
"selfUri"?: string;
|
|
15733
|
+
}
|
|
15734
|
+
|
|
15735
|
+
export interface ContestRequesingParticipantDailyInfo {
|
|
15736
|
+
"dateWorkday"?: string;
|
|
15737
|
+
"contestScore"?: Models.ContestScoreRanked;
|
|
15738
|
+
}
|
|
15739
|
+
|
|
15740
|
+
export interface ContestScore {
|
|
15741
|
+
"score"?: number;
|
|
15742
|
+
"totalPoints"?: number;
|
|
15743
|
+
"percentOfGoal"?: number;
|
|
15744
|
+
}
|
|
15745
|
+
|
|
15746
|
+
export interface ContestScoreRanked {
|
|
15747
|
+
"score"?: number;
|
|
15748
|
+
"totalPoints"?: number;
|
|
15749
|
+
"percentOfGoal"?: number;
|
|
15750
|
+
"rank"?: number;
|
|
15751
|
+
"tier"?: number;
|
|
15752
|
+
}
|
|
15753
|
+
|
|
15754
|
+
export interface ContestScoresAgentTrend {
|
|
15755
|
+
"contestScore"?: Models.ContestScoreRanked;
|
|
15756
|
+
"metricScores"?: Array<Models.ContestMetricScoreRanked>;
|
|
15757
|
+
"disqualified"?: boolean;
|
|
15758
|
+
"dateWorkday"?: string;
|
|
15759
|
+
}
|
|
15760
|
+
|
|
15761
|
+
export interface ContestScoresAgentTrendList {
|
|
15762
|
+
"entities"?: Array<Models.ContestScoresAgentTrend>;
|
|
15763
|
+
"user"?: Models.UserReference;
|
|
15764
|
+
}
|
|
15765
|
+
|
|
15766
|
+
export interface ContestScoresAgents {
|
|
15767
|
+
"contestScore"?: Models.ContestScoreRanked;
|
|
15768
|
+
"metricScores"?: Array<Models.ContestMetricScoreRanked>;
|
|
15769
|
+
"disqualified"?: boolean;
|
|
15770
|
+
"user"?: Models.UserReference;
|
|
15771
|
+
}
|
|
15772
|
+
|
|
15773
|
+
export interface ContestScoresAgentsPagedList {
|
|
15774
|
+
"entities"?: Array<Models.ContestScoresAgents>;
|
|
15775
|
+
"pageSize"?: number;
|
|
15776
|
+
"pageNumber"?: number;
|
|
15777
|
+
"total"?: number;
|
|
15778
|
+
"dateWorkday"?: string;
|
|
15779
|
+
"pageCount"?: number;
|
|
15780
|
+
}
|
|
15781
|
+
|
|
15782
|
+
export interface ContestScoresGroupTrend {
|
|
15783
|
+
"dateWorkday"?: string;
|
|
15784
|
+
"contestScore"?: Models.ContestScore;
|
|
15785
|
+
"metricScores"?: Array<Models.ContestMetricScore>;
|
|
15786
|
+
}
|
|
15787
|
+
|
|
15788
|
+
export interface ContestScoresGroupTrendList {
|
|
15789
|
+
"entities"?: Array<Models.ContestScoresGroupTrend>;
|
|
15790
|
+
}
|
|
15791
|
+
|
|
15792
|
+
export interface ContestUserRank {
|
|
15793
|
+
"id"?: string;
|
|
15794
|
+
"rank"?: number;
|
|
15795
|
+
"selfUri"?: string;
|
|
15796
|
+
}
|
|
15797
|
+
|
|
15798
|
+
export interface ContestWinners {
|
|
15799
|
+
"tier"?: number;
|
|
15800
|
+
"users"?: Array<Models.ContestUserRank>;
|
|
15801
|
+
}
|
|
15802
|
+
|
|
15803
|
+
export interface ContestWinnersRequest {
|
|
15804
|
+
"tier"?: number;
|
|
15805
|
+
"userIds"?: Array<string>;
|
|
15806
|
+
}
|
|
15807
|
+
|
|
15808
|
+
export interface ContestsCreateRequest {
|
|
15809
|
+
"id"?: string;
|
|
15810
|
+
"division"?: Models.WritableDivision;
|
|
15811
|
+
"title": string;
|
|
15812
|
+
"description": string;
|
|
15813
|
+
"dateStart": string;
|
|
15814
|
+
"dateEnd": string;
|
|
15815
|
+
"winningCriteria": string;
|
|
15816
|
+
"dateAnnounced": string;
|
|
15817
|
+
"announcementTimezone": string;
|
|
15818
|
+
"anonymization": string;
|
|
15819
|
+
"metrics": Array<Models.ContestMetrics>;
|
|
15820
|
+
"prizes": Array<Models.ContestPrizes>;
|
|
15821
|
+
"profileId": string;
|
|
15822
|
+
"participantIds": Array<string>;
|
|
15823
|
+
"selfUri"?: string;
|
|
15824
|
+
}
|
|
15825
|
+
|
|
15826
|
+
export interface ContestsEssentials {
|
|
15827
|
+
"id"?: string;
|
|
15828
|
+
"title": string;
|
|
15829
|
+
"status"?: string;
|
|
15830
|
+
"dateStart": string;
|
|
15831
|
+
"dateEnd": string;
|
|
15832
|
+
"profile"?: Models.ContestProfile;
|
|
15833
|
+
"participantCount"?: number;
|
|
15834
|
+
"dateAnnounced": string;
|
|
15835
|
+
"dateFinalized"?: string;
|
|
15836
|
+
"dateCancelled"?: string;
|
|
15837
|
+
"dateModified"?: string;
|
|
15838
|
+
"dateScoresModified"?: string;
|
|
15839
|
+
"metrics": Array<Models.ContestMetrics>;
|
|
15840
|
+
"requestingParticipantContestInfo"?: Models.ContestRequesingParticipantDailyInfo;
|
|
15841
|
+
"selfUri"?: string;
|
|
15842
|
+
}
|
|
15843
|
+
|
|
15844
|
+
export interface ContestsFinalizeRequest {
|
|
15845
|
+
"status": string;
|
|
15846
|
+
"winners"?: Array<Models.ContestWinnersRequest>;
|
|
15847
|
+
"disqualifiedAgents"?: Array<Models.ContestDisqualifiedAgents>;
|
|
15848
|
+
}
|
|
15849
|
+
|
|
15850
|
+
export interface ContestsResponse {
|
|
15851
|
+
"id"?: string;
|
|
15852
|
+
"division"?: Models.WritableDivision;
|
|
15853
|
+
"title": string;
|
|
15854
|
+
"description": string;
|
|
15855
|
+
"dateStart": string;
|
|
15856
|
+
"dateEnd": string;
|
|
15857
|
+
"winningCriteria": string;
|
|
15858
|
+
"dateAnnounced": string;
|
|
15859
|
+
"announcementTimezone": string;
|
|
15860
|
+
"anonymization": string;
|
|
15861
|
+
"metrics": Array<Models.ContestMetrics>;
|
|
15862
|
+
"prizes": Array<Models.ContestPrizes>;
|
|
15863
|
+
"version"?: number;
|
|
15864
|
+
"createdBy"?: Models.UserReference;
|
|
15865
|
+
"profile"?: Models.ContestProfile;
|
|
15866
|
+
"participants"?: Array<Models.UserReference>;
|
|
15867
|
+
"status"?: string;
|
|
15868
|
+
"participantCount"?: number;
|
|
15869
|
+
"dateFinalized"?: string;
|
|
15870
|
+
"dateCancelled"?: string;
|
|
15871
|
+
"dateModified"?: string;
|
|
15872
|
+
"dateScoresModified"?: string;
|
|
15873
|
+
"winners"?: Array<Models.ContestWinners>;
|
|
15874
|
+
"disqualifiedAgents"?: Array<Models.ContestDisqualifiedAgents>;
|
|
15875
|
+
"selfUri"?: string;
|
|
15876
|
+
}
|
|
15877
|
+
|
|
15492
15878
|
export interface Context {
|
|
15493
15879
|
"patterns": Array<Models.ContextPattern>;
|
|
15494
15880
|
}
|
|
@@ -16520,6 +16906,13 @@ declare namespace Models {
|
|
|
16520
16906
|
"dateTime"?: string;
|
|
16521
16907
|
}
|
|
16522
16908
|
|
|
16909
|
+
export interface ConversationContentInteractiveApplication {
|
|
16910
|
+
"name"?: string;
|
|
16911
|
+
"url"?: string;
|
|
16912
|
+
"receivedMessage"?: Models.ConversationContentReceivedReplyMessage;
|
|
16913
|
+
"replyMessage"?: Models.ConversationContentReceivedReplyMessage;
|
|
16914
|
+
}
|
|
16915
|
+
|
|
16523
16916
|
export interface ConversationContentLocation {
|
|
16524
16917
|
"url"?: string;
|
|
16525
16918
|
"address"?: string;
|
|
@@ -16554,6 +16947,12 @@ declare namespace Models {
|
|
|
16554
16947
|
"count": number;
|
|
16555
16948
|
}
|
|
16556
16949
|
|
|
16950
|
+
export interface ConversationContentReceivedReplyMessage {
|
|
16951
|
+
"title"?: string;
|
|
16952
|
+
"subtitle"?: string;
|
|
16953
|
+
"imageUrl"?: string;
|
|
16954
|
+
}
|
|
16955
|
+
|
|
16557
16956
|
export interface ConversationContentStory {
|
|
16558
16957
|
"type"?: string;
|
|
16559
16958
|
"url"?: string;
|
|
@@ -19985,6 +20384,7 @@ declare namespace Models {
|
|
|
19985
20384
|
"countRecordsUpdated"?: number;
|
|
19986
20385
|
"countRecordsDeleted"?: number;
|
|
19987
20386
|
"countRecordsFailed"?: number;
|
|
20387
|
+
"uploadHeaders"?: { [key: string]: string; };
|
|
19988
20388
|
"selfUri"?: string;
|
|
19989
20389
|
}
|
|
19990
20390
|
|
|
@@ -20560,6 +20960,7 @@ declare namespace Models {
|
|
|
20560
20960
|
"callRecords"?: { [key: string]: Models.CallRecord; };
|
|
20561
20961
|
"latestSmsEvaluations"?: { [key: string]: Models.MessageEvaluation; };
|
|
20562
20962
|
"latestEmailEvaluations"?: { [key: string]: Models.MessageEvaluation; };
|
|
20963
|
+
"latestWhatsAppEvaluations"?: { [key: string]: Models.MessageEvaluation; };
|
|
20563
20964
|
"callable"?: boolean;
|
|
20564
20965
|
"phoneNumberStatus"?: { [key: string]: Models.PhoneNumberStatus; };
|
|
20565
20966
|
"contactableStatus"?: { [key: string]: Models.ContactableStatus; };
|
|
@@ -21338,6 +21739,12 @@ declare namespace Models {
|
|
|
21338
21739
|
"expirationDateTime"?: string;
|
|
21339
21740
|
}
|
|
21340
21741
|
|
|
21742
|
+
export interface DncPatchWhatsAppNumbersRequest {
|
|
21743
|
+
"action"?: string;
|
|
21744
|
+
"whatsAppNumbers"?: Array<string>;
|
|
21745
|
+
"expirationDateTime"?: string;
|
|
21746
|
+
}
|
|
21747
|
+
|
|
21341
21748
|
export interface DnclistDownloadReadyExportUri {
|
|
21342
21749
|
"uri"?: string;
|
|
21343
21750
|
"exportTimestamp"?: string;
|
|
@@ -22232,6 +22639,7 @@ declare namespace Models {
|
|
|
22232
22639
|
export interface DomainResourceConditionValue {
|
|
22233
22640
|
"user"?: Models.User;
|
|
22234
22641
|
"queue"?: Models.Queue;
|
|
22642
|
+
"team"?: Models.Team;
|
|
22235
22643
|
"value"?: string;
|
|
22236
22644
|
"type"?: string;
|
|
22237
22645
|
}
|
|
@@ -23341,6 +23749,18 @@ declare namespace Models {
|
|
|
23341
23749
|
"selfUri"?: string;
|
|
23342
23750
|
}
|
|
23343
23751
|
|
|
23752
|
+
export interface EnrichFieldRule {
|
|
23753
|
+
"field"?: string;
|
|
23754
|
+
"action"?: string;
|
|
23755
|
+
"arrayAction"?: string;
|
|
23756
|
+
}
|
|
23757
|
+
|
|
23758
|
+
export interface EnrichFieldRules {
|
|
23759
|
+
"defaultAction"?: string;
|
|
23760
|
+
"rules"?: Array<Models.EnrichFieldRule>;
|
|
23761
|
+
"defaultArrayAction"?: string;
|
|
23762
|
+
}
|
|
23763
|
+
|
|
23344
23764
|
export interface Entity {
|
|
23345
23765
|
"id"?: string;
|
|
23346
23766
|
}
|
|
@@ -24296,6 +24716,7 @@ declare namespace Models {
|
|
|
24296
24716
|
"whatsAppId"?: Models.WhatsAppId;
|
|
24297
24717
|
"facebookId"?: Models.FacebookId;
|
|
24298
24718
|
"externalIds"?: Array<Models.ExternalId>;
|
|
24719
|
+
"identifiers"?: Array<Models.ContactIdentifier>;
|
|
24299
24720
|
"modifyDate"?: string;
|
|
24300
24721
|
"createDate"?: string;
|
|
24301
24722
|
"externalOrganization"?: Models.ExternalOrganization;
|
|
@@ -24935,6 +25356,16 @@ declare namespace Models {
|
|
|
24935
25356
|
"selfUri"?: string;
|
|
24936
25357
|
}
|
|
24937
25358
|
|
|
25359
|
+
export interface ExternalOrganizationEnrichRequest {
|
|
25360
|
+
"id"?: string;
|
|
25361
|
+
"division"?: Models.WritableStarrableDivision;
|
|
25362
|
+
"matchingIdentifiers"?: Array<Models.ExternalOrganizationIdentifier>;
|
|
25363
|
+
"action"?: string;
|
|
25364
|
+
"externalOrganization"?: Models.ExternalOrganization;
|
|
25365
|
+
"fieldRules"?: Models.EnrichFieldRules;
|
|
25366
|
+
"selfUri"?: string;
|
|
25367
|
+
}
|
|
25368
|
+
|
|
24938
25369
|
export interface ExternalOrganizationIdentifier {
|
|
24939
25370
|
"id"?: string;
|
|
24940
25371
|
"division"?: Models.WritableStarrableDivision;
|
|
@@ -24945,6 +25376,15 @@ declare namespace Models {
|
|
|
24945
25376
|
"selfUri"?: string;
|
|
24946
25377
|
}
|
|
24947
25378
|
|
|
25379
|
+
export interface ExternalOrganizationIdentifierClaimRequest {
|
|
25380
|
+
"operation": string;
|
|
25381
|
+
"identifier": Models.ExternalOrganizationIdentifier;
|
|
25382
|
+
}
|
|
25383
|
+
|
|
25384
|
+
export interface ExternalOrganizationIdentifierListing {
|
|
25385
|
+
"entities"?: Array<Models.ExternalOrganizationIdentifier>;
|
|
25386
|
+
}
|
|
25387
|
+
|
|
24948
25388
|
export interface ExternalOrganizationListing {
|
|
24949
25389
|
"entities"?: Array<Models.ExternalOrganization>;
|
|
24950
25390
|
"pageSize"?: number;
|
|
@@ -26524,6 +26964,15 @@ declare namespace Models {
|
|
|
26524
26964
|
"selfUri"?: string;
|
|
26525
26965
|
}
|
|
26526
26966
|
|
|
26967
|
+
export interface GamificationContestPrizeImageUploadUrlRequest {
|
|
26968
|
+
"fileName"?: string;
|
|
26969
|
+
"contentMd5"?: string;
|
|
26970
|
+
"signedUrlTimeoutSeconds"?: number;
|
|
26971
|
+
"contentType": string;
|
|
26972
|
+
"contentLength": number;
|
|
26973
|
+
"serverSideEncryption"?: string;
|
|
26974
|
+
}
|
|
26975
|
+
|
|
26527
26976
|
export interface GamificationScorecardChangeTopicEvaluationDetail {
|
|
26528
26977
|
"evaluationId"?: string;
|
|
26529
26978
|
"conversationId"?: string;
|
|
@@ -26698,6 +27147,19 @@ declare namespace Models {
|
|
|
26698
27147
|
"pageCount"?: number;
|
|
26699
27148
|
}
|
|
26700
27149
|
|
|
27150
|
+
export interface GetContestsEssentialsListing {
|
|
27151
|
+
"entities"?: Array<Models.ContestsEssentials>;
|
|
27152
|
+
"pageSize"?: number;
|
|
27153
|
+
"pageNumber"?: number;
|
|
27154
|
+
"total"?: number;
|
|
27155
|
+
"firstUri"?: string;
|
|
27156
|
+
"lastUri"?: string;
|
|
27157
|
+
"selfUri"?: string;
|
|
27158
|
+
"nextUri"?: string;
|
|
27159
|
+
"previousUri"?: string;
|
|
27160
|
+
"pageCount"?: number;
|
|
27161
|
+
}
|
|
27162
|
+
|
|
26701
27163
|
export interface GetFlowExecutionDataJobResult {
|
|
26702
27164
|
"id"?: string;
|
|
26703
27165
|
"name"?: string;
|
|
@@ -32458,6 +32920,11 @@ declare namespace Models {
|
|
|
32458
32920
|
"entities"?: Array<Models.Member>;
|
|
32459
32921
|
}
|
|
32460
32922
|
|
|
32923
|
+
export interface MergeContactsRequest {
|
|
32924
|
+
"contactIds": Array<string>;
|
|
32925
|
+
"valueOverride"?: Models.ExternalContact;
|
|
32926
|
+
}
|
|
32927
|
+
|
|
32461
32928
|
export interface MergeOperation {
|
|
32462
32929
|
"sourceContact"?: Models.AddressableEntityRef;
|
|
32463
32930
|
"targetContact"?: Models.AddressableEntityRef;
|
|
@@ -32749,6 +33216,7 @@ declare namespace Models {
|
|
|
32749
33216
|
"dynamicContactQueueingSettings"?: Models.DynamicContactQueueingSettings;
|
|
32750
33217
|
"emailConfig"?: Models.EmailConfig;
|
|
32751
33218
|
"smsConfig"?: Models.SmsConfig;
|
|
33219
|
+
"whatsAppConfig"?: Models.WhatsAppConfig;
|
|
32752
33220
|
"selfUri"?: string;
|
|
32753
33221
|
}
|
|
32754
33222
|
|
|
@@ -33468,6 +33936,7 @@ declare namespace Models {
|
|
|
33468
33936
|
"type": string;
|
|
33469
33937
|
"subType"?: string;
|
|
33470
33938
|
"maxLength"?: number;
|
|
33939
|
+
"minLength"?: number;
|
|
33471
33940
|
"examples"?: Array<Models.NamedEntityTypeMechanismExample>;
|
|
33472
33941
|
}
|
|
33473
33942
|
|
|
@@ -34284,6 +34753,7 @@ declare namespace Models {
|
|
|
34284
34753
|
"id"?: string;
|
|
34285
34754
|
"division"?: Models.WritableStarrableDivision;
|
|
34286
34755
|
"resolveIdentities": boolean;
|
|
34756
|
+
"externalSource"?: Models.AddressableEntityRef;
|
|
34287
34757
|
"selfUri"?: string;
|
|
34288
34758
|
}
|
|
34289
34759
|
|
|
@@ -34488,6 +34958,7 @@ declare namespace Models {
|
|
|
34488
34958
|
"languagePreference"?: string;
|
|
34489
34959
|
"lastTokenIssued"?: Models.OAuthLastTokenIssued;
|
|
34490
34960
|
"dateLastLogin"?: string;
|
|
34961
|
+
"dateWelcomeSent"?: string;
|
|
34491
34962
|
"organization"?: Models.Organization;
|
|
34492
34963
|
}
|
|
34493
34964
|
|
|
@@ -36281,6 +36752,12 @@ declare namespace Models {
|
|
|
36281
36752
|
"startDate": string;
|
|
36282
36753
|
}
|
|
36283
36754
|
|
|
36755
|
+
export interface PlanningPeriodShiftConstraints {
|
|
36756
|
+
"enabled"?: boolean;
|
|
36757
|
+
"minimumCount"?: number;
|
|
36758
|
+
"maximumCount"?: number;
|
|
36759
|
+
}
|
|
36760
|
+
|
|
36284
36761
|
export interface Policy {
|
|
36285
36762
|
"id"?: string;
|
|
36286
36763
|
"name"?: string;
|
|
@@ -36610,6 +37087,10 @@ declare namespace Models {
|
|
|
36610
37087
|
"surfacingMethod"?: string;
|
|
36611
37088
|
}
|
|
36612
37089
|
|
|
37090
|
+
export interface PrizeImages {
|
|
37091
|
+
"imageUrl"?: string;
|
|
37092
|
+
}
|
|
37093
|
+
|
|
36613
37094
|
export interface ProcessScheduleUpdateUploadRequest {
|
|
36614
37095
|
"uploadKey": string;
|
|
36615
37096
|
"teamIds"?: Array<string>;
|
|
@@ -45100,6 +45581,12 @@ declare namespace Models {
|
|
|
45100
45581
|
"empty"?: boolean;
|
|
45101
45582
|
}
|
|
45102
45583
|
|
|
45584
|
+
export interface TimeAndDateSubCondition {
|
|
45585
|
+
}
|
|
45586
|
+
|
|
45587
|
+
export interface TimeAndDateSubConditionRange {
|
|
45588
|
+
}
|
|
45589
|
+
|
|
45103
45590
|
export interface TimeInterval {
|
|
45104
45591
|
"months"?: number;
|
|
45105
45592
|
"weeks"?: number;
|
|
@@ -46112,6 +46599,7 @@ declare namespace Models {
|
|
|
46112
46599
|
"languagePreference"?: string;
|
|
46113
46600
|
"lastTokenIssued"?: Models.OAuthLastTokenIssued;
|
|
46114
46601
|
"dateLastLogin"?: string;
|
|
46602
|
+
"dateWelcomeSent"?: string;
|
|
46115
46603
|
"trustUserDetails"?: Models.TrustUserDetails;
|
|
46116
46604
|
}
|
|
46117
46605
|
|
|
@@ -46938,6 +47426,7 @@ declare namespace Models {
|
|
|
46938
47426
|
"languagePreference"?: string;
|
|
46939
47427
|
"lastTokenIssued"?: Models.OAuthLastTokenIssued;
|
|
46940
47428
|
"dateLastLogin"?: string;
|
|
47429
|
+
"dateWelcomeSent"?: string;
|
|
46941
47430
|
"selfUri"?: string;
|
|
46942
47431
|
}
|
|
46943
47432
|
|
|
@@ -47400,6 +47889,7 @@ declare namespace Models {
|
|
|
47400
47889
|
"languagePreference"?: string;
|
|
47401
47890
|
"lastTokenIssued"?: Models.OAuthLastTokenIssued;
|
|
47402
47891
|
"dateLastLogin"?: string;
|
|
47892
|
+
"dateWelcomeSent"?: string;
|
|
47403
47893
|
"date"?: Models.ServerDate;
|
|
47404
47894
|
"geolocationSettings"?: Models.GeolocationSettings;
|
|
47405
47895
|
"organization"?: Models.Organization;
|
|
@@ -52773,6 +53263,7 @@ declare namespace Models {
|
|
|
52773
53263
|
"data": { [key: string]: string; };
|
|
52774
53264
|
"latestSmsEvaluations"?: { [key: string]: Models.MessageEvaluation; };
|
|
52775
53265
|
"latestEmailEvaluations"?: { [key: string]: Models.MessageEvaluation; };
|
|
53266
|
+
"latestWhatsAppEvaluations"?: { [key: string]: Models.MessageEvaluation; };
|
|
52776
53267
|
"callable"?: boolean;
|
|
52777
53268
|
"phoneNumberStatus"?: { [key: string]: Models.PhoneNumberStatus; };
|
|
52778
53269
|
"contactableStatus"?: { [key: string]: Models.ContactableStatus; };
|