purecloud-platform-client-v2 231.0.0 → 233.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 +22 -3
- package/dist/node/purecloud-platform-client-v2.js +378 -111
- package/dist/web-amd/purecloud-platform-client-v2.js +378 -111
- package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
- package/dist/web-cjs/bundle.js +183 -112
- package/dist/web-cjs/purecloud-platform-client-v2.js +183 -112
- package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
- package/index.d.ts +1090 -522
- package/package.json +1 -1
- package/src/purecloud-platform-client-v2/ApiClient.js +31 -6
- package/src/purecloud-platform-client-v2/api/AIStudioApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AgentAssistantsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AgentCopilotApi.js +25 -1
- package/src/purecloud-platform-client-v2/api/AgentUIApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AlertingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AnalyticsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ArchitectApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AuditApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AuthorizationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/BillingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/BusinessRulesApi.js +3 -3
- 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 +173 -4
- package/src/purecloud-platform-client-v2/api/DataExtensionsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/DataPrivacyApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/DownloadsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/EmailsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/EmployeeEngagementApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/EventsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +1 -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 +11 -5
- 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 +5 -2
- 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 +7 -3
- package/src/purecloud-platform-client-v2/api/LicenseApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LocationsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LogCaptureApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/MessagingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/NotificationsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/OAuthApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ObjectsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/OperationalEventsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/OrganizationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/OutboundApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/PresenceApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ProcessAutomationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/QualityApi.js +2 -2
- 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 +3 -2
- 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 +3 -3
- package/src/purecloud-platform-client-v2/api/TeamsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TelephonyApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UploadsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UsageApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UsersApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/WebChatApi.js +7 -4
- 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 +31 -1
- package/src/purecloud-platform-client-v2/index.js +1 -1
package/index.d.ts
CHANGED
|
@@ -28,6 +28,9 @@ declare class ApiClientClass {
|
|
|
28
28
|
setReturnExtendedResponses(returnExtended: boolean): void;
|
|
29
29
|
setStorageKey(storageKey: string): void;
|
|
30
30
|
setProxyAgent(agent: any): void;
|
|
31
|
+
getUseLegacyParameterFilter(): boolean;
|
|
32
|
+
setUseLegacyParameterFilter(useLegacyParameterFilter: boolean): void;
|
|
33
|
+
buildCollectionParam(param: any, collectionFormat: string): any;
|
|
31
34
|
|
|
32
35
|
setHttpClient(httpClient: AbstractHttpClient): void;
|
|
33
36
|
getHttpClient(): AbstractHttpClient;
|
|
@@ -249,10 +252,14 @@ declare namespace AgentAssistantsApi {
|
|
|
249
252
|
declare class AgentCopilotApi {
|
|
250
253
|
constructor(apiClient?: ApiClientClass);
|
|
251
254
|
getAssistantCopilot(assistantId: string): Promise<Models.Copilot>;
|
|
255
|
+
getAssistantsCopilotFeaturesupport(opts?: AgentCopilotApi.getAssistantsCopilotFeaturesupportOptions): Promise<Models.LanguageSupportResponse>;
|
|
252
256
|
putAssistantCopilot(assistantId: string, body: Models.Copilot): Promise<Models.Copilot>;
|
|
253
257
|
}
|
|
254
258
|
|
|
255
259
|
declare namespace AgentCopilotApi {
|
|
260
|
+
export interface getAssistantsCopilotFeaturesupportOptions {
|
|
261
|
+
"language"?: string;
|
|
262
|
+
}
|
|
256
263
|
}
|
|
257
264
|
|
|
258
265
|
declare class AgentUIApi {
|
|
@@ -1173,7 +1180,7 @@ declare class AuthorizationApi {
|
|
|
1173
1180
|
getAuthorizationDivisionspermittedMe(permission: string, opts?: AuthorizationApi.getAuthorizationDivisionspermittedMeOptions): Promise<Array<Models.AuthzDivision>>;
|
|
1174
1181
|
getAuthorizationDivisionspermittedPagedMe(permission: string, opts?: AuthorizationApi.getAuthorizationDivisionspermittedPagedMeOptions): Promise<Models.DivsPermittedEntityListing>;
|
|
1175
1182
|
getAuthorizationDivisionspermittedPagedSubjectId(subjectId: string, permission: string, opts?: AuthorizationApi.getAuthorizationDivisionspermittedPagedSubjectIdOptions): Promise<Models.DivsPermittedEntityListing>;
|
|
1176
|
-
getAuthorizationPermissions(opts?: AuthorizationApi.getAuthorizationPermissionsOptions): Promise<Models.
|
|
1183
|
+
getAuthorizationPermissions(opts?: AuthorizationApi.getAuthorizationPermissionsOptions): Promise<Models.PermissionCollectionEntityListing>;
|
|
1177
1184
|
getAuthorizationPolicies(opts?: AuthorizationApi.getAuthorizationPoliciesOptions): Promise<Models.AuthorizationPolicyEntityListing>;
|
|
1178
1185
|
getAuthorizationPoliciesSubjectSubjectId(subjectId: string, opts?: AuthorizationApi.getAuthorizationPoliciesSubjectSubjectIdOptions): Promise<Models.AuthorizationPolicyEntityListing>;
|
|
1179
1186
|
getAuthorizationPoliciesTarget(targetName: string, opts?: AuthorizationApi.getAuthorizationPoliciesTargetOptions): Promise<Models.AuthorizationPolicyEntityListing>;
|
|
@@ -1390,8 +1397,8 @@ declare class BusinessRulesApi {
|
|
|
1390
1397
|
getBusinessrulesDecisiontableVersions(tableId: string, opts?: BusinessRulesApi.getBusinessrulesDecisiontableVersionsOptions): Promise<Models.DecisionTableVersionListing>;
|
|
1391
1398
|
getBusinessrulesDecisiontables(opts?: BusinessRulesApi.getBusinessrulesDecisiontablesOptions): Promise<Models.DecisionTableListing>;
|
|
1392
1399
|
getBusinessrulesDecisiontablesSearch(opts?: BusinessRulesApi.getBusinessrulesDecisiontablesSearchOptions): Promise<Models.DecisionTableListing>;
|
|
1393
|
-
getBusinessrulesSchema(schemaId: string): Promise<Models.
|
|
1394
|
-
getBusinessrulesSchemas(): Promise<Models.
|
|
1400
|
+
getBusinessrulesSchema(schemaId: string): Promise<Models.BusinessRulesDataSchema>;
|
|
1401
|
+
getBusinessrulesSchemas(): Promise<Models.BusinessRulesDataSchemaListing>;
|
|
1395
1402
|
getBusinessrulesSchemasCoretype(coreTypeName: string): Promise<Models.Coretype>;
|
|
1396
1403
|
getBusinessrulesSchemasCoretypes(): Promise<Models.CoretypeListing>;
|
|
1397
1404
|
patchBusinessrulesDecisiontable(tableId: string, body: Models.UpdateDecisionTableRequest): Promise<Models.DecisionTable>;
|
|
@@ -1404,10 +1411,10 @@ declare class BusinessRulesApi {
|
|
|
1404
1411
|
postBusinessrulesDecisiontableVersionSync(tableId: string, tableVersion: number): Promise<Models.DecisionTableVersion>;
|
|
1405
1412
|
postBusinessrulesDecisiontableVersions(tableId: string): Promise<Models.DecisionTableVersion>;
|
|
1406
1413
|
postBusinessrulesDecisiontables(body: Models.CreateDecisionTableRequest): Promise<Models.DecisionTableVersion>;
|
|
1407
|
-
postBusinessrulesSchemas(body: Models.
|
|
1414
|
+
postBusinessrulesSchemas(body: Models.BusinessRulesSchemaCreateRequest): Promise<Models.BusinessRulesDataSchema>;
|
|
1408
1415
|
putBusinessrulesDecisiontableVersionPublish(tableId: string, tableVersion: number): Promise<Models.DecisionTableVersion>;
|
|
1409
1416
|
putBusinessrulesDecisiontableVersionRow(tableId: string, tableVersion: number, rowId: string, body: Models.PutDecisionTableRowRequest): Promise<Models.DecisionTableRow>;
|
|
1410
|
-
putBusinessrulesSchema(schemaId: string, body: Models.
|
|
1417
|
+
putBusinessrulesSchema(schemaId: string, body: Models.BusinessRulesSchemaUpdateRequest): Promise<Models.BusinessRulesDataSchema>;
|
|
1411
1418
|
}
|
|
1412
1419
|
|
|
1413
1420
|
declare namespace BusinessRulesApi {
|
|
@@ -1733,6 +1740,7 @@ declare class ConversationsApi {
|
|
|
1733
1740
|
deleteConversationsCallParticipantConsult(conversationId: string, participantId: string): Promise<void>;
|
|
1734
1741
|
deleteConversationsEmailMessagesDraftAttachment(conversationId: string, attachmentId: string): Promise<void>;
|
|
1735
1742
|
deleteConversationsMessagesCachedmediaCachedMediaItemId(cachedMediaItemId: string): Promise<void>;
|
|
1743
|
+
deleteConversationsMessagingIntegrationsAppleIntegrationId(integrationId: string): Promise<void>;
|
|
1736
1744
|
deleteConversationsMessagingIntegrationsFacebookIntegrationId(integrationId: string): Promise<void>;
|
|
1737
1745
|
deleteConversationsMessagingIntegrationsInstagramIntegrationId(integrationId: string): Promise<void>;
|
|
1738
1746
|
deleteConversationsMessagingIntegrationsOpenIntegrationId(integrationId: string): Promise<void>;
|
|
@@ -1817,6 +1825,8 @@ declare class ConversationsApi {
|
|
|
1817
1825
|
getConversationsMessagingIdentityresolutionIntegrationsWhatsappIntegrationId(integrationId: string): Promise<Models.IdentityResolutionConfig>;
|
|
1818
1826
|
getConversationsMessagingIntegrationTwitterOauthSettings(integrationId: string): Promise<Models.TwitterOAuthSettings>;
|
|
1819
1827
|
getConversationsMessagingIntegrations(opts?: ConversationsApi.getConversationsMessagingIntegrationsOptions): Promise<Models.MessagingIntegrationEntityListing>;
|
|
1828
|
+
getConversationsMessagingIntegrationsApple(opts?: ConversationsApi.getConversationsMessagingIntegrationsAppleOptions): Promise<Models.AppleIntegrationEntityListing>;
|
|
1829
|
+
getConversationsMessagingIntegrationsAppleIntegrationId(integrationId: string, opts?: ConversationsApi.getConversationsMessagingIntegrationsAppleIntegrationIdOptions): Promise<Models.AppleIntegration>;
|
|
1820
1830
|
getConversationsMessagingIntegrationsFacebook(opts?: ConversationsApi.getConversationsMessagingIntegrationsFacebookOptions): Promise<Models.FacebookIntegrationEntityListing>;
|
|
1821
1831
|
getConversationsMessagingIntegrationsFacebookIntegrationId(integrationId: string, opts?: ConversationsApi.getConversationsMessagingIntegrationsFacebookIntegrationIdOptions): Promise<Models.FacebookIntegration>;
|
|
1822
1832
|
getConversationsMessagingIntegrationsInstagram(opts?: ConversationsApi.getConversationsMessagingIntegrationsInstagramOptions): Promise<Models.InstagramIntegrationEntityListing>;
|
|
@@ -1828,6 +1838,7 @@ declare class ConversationsApi {
|
|
|
1828
1838
|
getConversationsMessagingIntegrationsTwitterOauthSettings(): Promise<Models.TwitterSignupOAuthSettings>;
|
|
1829
1839
|
getConversationsMessagingIntegrationsWhatsapp(opts?: ConversationsApi.getConversationsMessagingIntegrationsWhatsappOptions): Promise<Models.WhatsAppIntegrationEntityListing>;
|
|
1830
1840
|
getConversationsMessagingIntegrationsWhatsappIntegrationId(integrationId: string, opts?: ConversationsApi.getConversationsMessagingIntegrationsWhatsappIntegrationIdOptions): Promise<Models.WhatsAppIntegration>;
|
|
1841
|
+
getConversationsMessagingOauthAppleCallback(code: string, state: string, opts?: ConversationsApi.getConversationsMessagingOauthAppleCallbackOptions): Promise<Models.OAuthAppleAuthorizationResponse>;
|
|
1831
1842
|
getConversationsMessagingSetting(messageSettingId: string): Promise<Models.MessagingSetting>;
|
|
1832
1843
|
getConversationsMessagingSettings(opts?: ConversationsApi.getConversationsMessagingSettingsOptions): Promise<Models.MessagingConfigListing>;
|
|
1833
1844
|
getConversationsMessagingSettingsDefault(): Promise<Models.MessagingSetting>;
|
|
@@ -1878,6 +1889,7 @@ declare class ConversationsApi {
|
|
|
1878
1889
|
patchConversationsMessageParticipant(conversationId: string, participantId: string, opts?: ConversationsApi.patchConversationsMessageParticipantOptions): Promise<void>;
|
|
1879
1890
|
patchConversationsMessageParticipantAttributes(conversationId: string, participantId: string, opts?: ConversationsApi.patchConversationsMessageParticipantAttributesOptions): Promise<Models.ParticipantAttributes>;
|
|
1880
1891
|
patchConversationsMessageParticipantCommunication(conversationId: string, participantId: string, communicationId: string, body: Models.MediaParticipantRequest): Promise<object>;
|
|
1892
|
+
patchConversationsMessagingIntegrationsAppleIntegrationId(integrationId: string, body: Models.AppleIntegrationUpdateRequest): Promise<Models.AppleIntegration>;
|
|
1881
1893
|
patchConversationsMessagingIntegrationsFacebookIntegrationId(integrationId: string, body: Models.FacebookIntegrationUpdateRequest): Promise<Models.FacebookIntegration>;
|
|
1882
1894
|
patchConversationsMessagingIntegrationsInstagramIntegrationId(integrationId: string, body: Models.InstagramIntegrationUpdateRequest): Promise<Models.InstagramIntegration>;
|
|
1883
1895
|
patchConversationsMessagingIntegrationsOpenIntegrationId(integrationId: string, body: Models.OpenIntegrationUpdateRequest): Promise<Models.OpenIntegration>;
|
|
@@ -1966,6 +1978,7 @@ declare class ConversationsApi {
|
|
|
1966
1978
|
postConversationsMessages(body: Models.CreateOutboundMessagingConversationRequest): Promise<Models.CreateOutboundMessagingConversationResponse>;
|
|
1967
1979
|
postConversationsMessagesAgentless(body: Models.SendAgentlessOutboundMessageRequest, opts?: ConversationsApi.postConversationsMessagesAgentlessOptions): Promise<Models.SendAgentlessOutboundMessageResponse>;
|
|
1968
1980
|
postConversationsMessagesInboundOpen(body: Models.OpenNormalizedMessage): Promise<Models.OpenNormalizedMessage>;
|
|
1981
|
+
postConversationsMessagingIntegrationsApple(body: Models.AppleIntegrationRequest): Promise<Models.AppleIntegration>;
|
|
1969
1982
|
postConversationsMessagingIntegrationsFacebook(body: Models.FacebookIntegrationRequest): Promise<Models.FacebookIntegration>;
|
|
1970
1983
|
postConversationsMessagingIntegrationsInstagram(body: Models.InstagramIntegrationRequest): Promise<Models.InstagramIntegration>;
|
|
1971
1984
|
postConversationsMessagingIntegrationsOpen(body: Models.OpenIntegrationRequest): Promise<Models.OpenIntegration>;
|
|
@@ -2100,6 +2113,16 @@ declare namespace ConversationsApi {
|
|
|
2100
2113
|
"supportedContentId"?: string;
|
|
2101
2114
|
"messagingSettingId"?: string;
|
|
2102
2115
|
}
|
|
2116
|
+
export interface getConversationsMessagingIntegrationsAppleOptions {
|
|
2117
|
+
"pageSize"?: number;
|
|
2118
|
+
"pageNumber"?: number;
|
|
2119
|
+
"expand"?: string;
|
|
2120
|
+
"supportedContentId"?: string;
|
|
2121
|
+
"messagingSettingId"?: string;
|
|
2122
|
+
}
|
|
2123
|
+
export interface getConversationsMessagingIntegrationsAppleIntegrationIdOptions {
|
|
2124
|
+
"expand"?: string;
|
|
2125
|
+
}
|
|
2103
2126
|
export interface getConversationsMessagingIntegrationsFacebookOptions {
|
|
2104
2127
|
"pageSize"?: number;
|
|
2105
2128
|
"pageNumber"?: number;
|
|
@@ -2150,6 +2173,9 @@ declare namespace ConversationsApi {
|
|
|
2150
2173
|
export interface getConversationsMessagingIntegrationsWhatsappIntegrationIdOptions {
|
|
2151
2174
|
"expand"?: string;
|
|
2152
2175
|
}
|
|
2176
|
+
export interface getConversationsMessagingOauthAppleCallbackOptions {
|
|
2177
|
+
"error"?: string;
|
|
2178
|
+
}
|
|
2153
2179
|
export interface getConversationsMessagingSettingsOptions {
|
|
2154
2180
|
"pageSize"?: number;
|
|
2155
2181
|
"pageNumber"?: number;
|
|
@@ -2689,7 +2715,7 @@ declare class GamificationApi {
|
|
|
2689
2715
|
getGamificationInsightsDetails(filterType: string, filterId: string, granularity: string, comparativePeriodStartWorkday: string, primaryPeriodStartWorkday: string): Promise<Models.InsightsDetails>;
|
|
2690
2716
|
getGamificationInsightsGroupsTrends(filterType: string, filterId: string, granularity: string, comparativePeriodStartWorkday: string, comparativePeriodEndWorkday: string, primaryPeriodStartWorkday: string, primaryPeriodEndWorkday: string): Promise<Models.InsightsTrend>;
|
|
2691
2717
|
getGamificationInsightsGroupsTrendsAll(filterType: string, filterId: string, granularity: string, comparativePeriodStartWorkday: string, comparativePeriodEndWorkday: string, primaryPeriodStartWorkday: string, primaryPeriodEndWorkday: string): Promise<Models.InsightsTrend>;
|
|
2692
|
-
getGamificationInsightsMembers(filterType: string, filterId: string, granularity: string, startWorkday: string): Promise<Models.InsightsAgents>;
|
|
2718
|
+
getGamificationInsightsMembers(filterType: string, filterId: string, granularity: string, startWorkday: string, opts?: GamificationApi.getGamificationInsightsMembersOptions): Promise<Models.InsightsAgents>;
|
|
2693
2719
|
getGamificationInsightsRankings(filterType: string, filterId: string, granularity: string, comparativePeriodStartWorkday: string, primaryPeriodStartWorkday: string, sortKey: string, opts?: GamificationApi.getGamificationInsightsRankingsOptions): Promise<Models.InsightsRankings>;
|
|
2694
2720
|
getGamificationInsightsTrends(filterType: string, filterId: string, granularity: string, comparativePeriodStartWorkday: string, comparativePeriodEndWorkday: string, primaryPeriodStartWorkday: string, primaryPeriodEndWorkday: string): Promise<Models.UserInsightsTrend>;
|
|
2695
2721
|
getGamificationInsightsUserDetails(userId: string, filterType: string, filterId: string, granularity: string, comparativePeriodStartWorkday: string, primaryPeriodStartWorkday: string): Promise<Models.InsightsDetails>;
|
|
@@ -2795,11 +2821,16 @@ declare namespace GamificationApi {
|
|
|
2795
2821
|
"sortMetricId"?: string;
|
|
2796
2822
|
"sortOrder"?: string;
|
|
2797
2823
|
"userIds"?: string;
|
|
2824
|
+
"reportsTo"?: string;
|
|
2825
|
+
}
|
|
2826
|
+
export interface getGamificationInsightsMembersOptions {
|
|
2827
|
+
"reportsTo"?: string;
|
|
2798
2828
|
}
|
|
2799
2829
|
export interface getGamificationInsightsRankingsOptions {
|
|
2800
2830
|
"sortMetricId"?: string;
|
|
2801
2831
|
"sectionSize"?: number;
|
|
2802
2832
|
"userIds"?: string;
|
|
2833
|
+
"reportsTo"?: string;
|
|
2803
2834
|
}
|
|
2804
2835
|
export interface getGamificationLeaderboardOptions {
|
|
2805
2836
|
"metricId"?: string;
|
|
@@ -3210,6 +3241,9 @@ declare namespace IntegrationsApi {
|
|
|
3210
3241
|
"expand"?: Array<string>;
|
|
3211
3242
|
"nextPage"?: string;
|
|
3212
3243
|
"previousPage"?: string;
|
|
3244
|
+
"ids"?: Array<string>;
|
|
3245
|
+
"integrationType"?: string;
|
|
3246
|
+
"reportedState"?: string;
|
|
3213
3247
|
}
|
|
3214
3248
|
export interface getIntegrationsActionOptions {
|
|
3215
3249
|
"expand"?: string;
|
|
@@ -4187,7 +4221,7 @@ declare class LearningApi {
|
|
|
4187
4221
|
postLearningScorm(opts?: LearningApi.postLearningScormOptions): Promise<Models.LearningScormUploadResponse>;
|
|
4188
4222
|
putLearningModule(moduleId: string, body: Models.LearningModuleRequest): Promise<Models.LearningModule>;
|
|
4189
4223
|
putLearningModulePreview(moduleId: string, body: Models.LearningModulePreviewUpdateRequest): Promise<Models.LearningModulePreviewUpdateResponse>;
|
|
4190
|
-
putLearningModuleRule(moduleId: string, body: Models.LearningModuleRule): Promise<Models.LearningModuleRule>;
|
|
4224
|
+
putLearningModuleRule(moduleId: string, body: Models.LearningModuleRule, opts?: LearningApi.putLearningModuleRuleOptions): Promise<Models.LearningModuleRule>;
|
|
4191
4225
|
}
|
|
4192
4226
|
|
|
4193
4227
|
declare namespace LearningApi {
|
|
@@ -4283,6 +4317,9 @@ declare namespace LearningApi {
|
|
|
4283
4317
|
export interface postLearningScormOptions {
|
|
4284
4318
|
"body"?: Models.LearningScormUploadRequest;
|
|
4285
4319
|
}
|
|
4320
|
+
export interface putLearningModuleRuleOptions {
|
|
4321
|
+
"assign"?: boolean;
|
|
4322
|
+
}
|
|
4286
4323
|
}
|
|
4287
4324
|
|
|
4288
4325
|
declare class LicenseApi {
|
|
@@ -5939,6 +5976,8 @@ declare namespace RoutingApi {
|
|
|
5939
5976
|
"limit"?: string;
|
|
5940
5977
|
"pageSize"?: string;
|
|
5941
5978
|
"queueId"?: Array<string>;
|
|
5979
|
+
"kpiId"?: string;
|
|
5980
|
+
"state"?: string;
|
|
5942
5981
|
}
|
|
5943
5982
|
export interface getRoutingPredictorsKeyperformanceindicatorsOptions {
|
|
5944
5983
|
"kpiGroup"?: string;
|
|
@@ -5948,7 +5987,7 @@ declare namespace RoutingApi {
|
|
|
5948
5987
|
"expand"?: Array<string>;
|
|
5949
5988
|
}
|
|
5950
5989
|
export interface getRoutingQueueAssistantOptions {
|
|
5951
|
-
"expand"?: string
|
|
5990
|
+
"expand"?: Array<string>;
|
|
5952
5991
|
}
|
|
5953
5992
|
export interface getRoutingQueueEstimatedwaittimeOptions {
|
|
5954
5993
|
"conversationId"?: string;
|
|
@@ -6797,6 +6836,7 @@ declare namespace SpeechTextAnalyticsApi {
|
|
|
6797
6836
|
export interface getSpeechandtextanalyticsTopicsOptions {
|
|
6798
6837
|
"nextPage"?: string;
|
|
6799
6838
|
"pageSize"?: number;
|
|
6839
|
+
"pageNumber"?: number;
|
|
6800
6840
|
"state"?: string;
|
|
6801
6841
|
"name"?: string;
|
|
6802
6842
|
"ids"?: Array<string>;
|
|
@@ -6956,7 +6996,7 @@ declare namespace TaskManagementApi {
|
|
|
6956
6996
|
"sortOrder"?: string;
|
|
6957
6997
|
}
|
|
6958
6998
|
export interface getTaskmanagementWorkitemOptions {
|
|
6959
|
-
"expands"?: string
|
|
6999
|
+
"expands"?: Array<string>;
|
|
6960
7000
|
}
|
|
6961
7001
|
export interface getTaskmanagementWorkitemHistoryOptions {
|
|
6962
7002
|
"after"?: string;
|
|
@@ -8173,6 +8213,7 @@ declare class WorkforceManagementApi {
|
|
|
8173
8213
|
postWorkforcemanagementAgents(body: Models.MoveAgentsRequest): Promise<Models.MoveAgentsResponse>;
|
|
8174
8214
|
postWorkforcemanagementAgentsIntegrationsHrisQuery(body: Models.QueryAgentsIntegrationsRequest): Promise<Models.AgentsIntegrationsListing>;
|
|
8175
8215
|
postWorkforcemanagementAgentsMePossibleworkshifts(body: Models.AgentPossibleWorkShiftsRequest): Promise<Models.AgentPossibleWorkShiftsResponse>;
|
|
8216
|
+
postWorkforcemanagementAgentschedulesManagementunitsMine(body: Models.AgentMuScheduleQuery, opts?: WorkforceManagementApi.postWorkforcemanagementAgentschedulesManagementunitsMineOptions): Promise<Models.AgentMuQueryResponse>;
|
|
8176
8217
|
postWorkforcemanagementAgentschedulesMine(body: Models.BuGetCurrentAgentScheduleRequest): Promise<Models.BuCurrentAgentScheduleSearchResponse>;
|
|
8177
8218
|
postWorkforcemanagementAlternativeshiftsOffersJobs(body: Models.AlternativeShiftOffersRequest): Promise<Models.AlternativeShiftAsyncResponse>;
|
|
8178
8219
|
postWorkforcemanagementAlternativeshiftsOffersSearchJobs(body: Models.AlternativeShiftSearchOffersRequest): Promise<Models.AlternativeShiftAsyncResponse>;
|
|
@@ -8391,6 +8432,10 @@ declare namespace WorkforceManagementApi {
|
|
|
8391
8432
|
"forceAsync"?: boolean;
|
|
8392
8433
|
"forceDownloadService"?: boolean;
|
|
8393
8434
|
}
|
|
8435
|
+
export interface postWorkforcemanagementAgentschedulesManagementunitsMineOptions {
|
|
8436
|
+
"forceAsync"?: boolean;
|
|
8437
|
+
"forceDownloadService"?: boolean;
|
|
8438
|
+
}
|
|
8394
8439
|
export interface postWorkforcemanagementBusinessunitAdherenceExplanationsQueryOptions {
|
|
8395
8440
|
"forceAsync"?: boolean;
|
|
8396
8441
|
"forceDownloadService"?: boolean;
|
|
@@ -8485,10 +8530,10 @@ declare namespace Models {
|
|
|
8485
8530
|
"pageNumber"?: number;
|
|
8486
8531
|
"total"?: number;
|
|
8487
8532
|
"firstUri"?: string;
|
|
8488
|
-
"previousUri"?: string;
|
|
8489
|
-
"nextUri"?: string;
|
|
8490
8533
|
"lastUri"?: string;
|
|
8491
8534
|
"selfUri"?: string;
|
|
8535
|
+
"previousUri"?: string;
|
|
8536
|
+
"nextUri"?: string;
|
|
8492
8537
|
"pageCount"?: number;
|
|
8493
8538
|
}
|
|
8494
8539
|
|
|
@@ -8686,10 +8731,10 @@ declare namespace Models {
|
|
|
8686
8731
|
"pageNumber"?: number;
|
|
8687
8732
|
"total"?: number;
|
|
8688
8733
|
"firstUri"?: string;
|
|
8689
|
-
"previousUri"?: string;
|
|
8690
|
-
"nextUri"?: string;
|
|
8691
8734
|
"lastUri"?: string;
|
|
8692
8735
|
"selfUri"?: string;
|
|
8736
|
+
"previousUri"?: string;
|
|
8737
|
+
"nextUri"?: string;
|
|
8693
8738
|
"pageCount"?: number;
|
|
8694
8739
|
}
|
|
8695
8740
|
|
|
@@ -8715,10 +8760,10 @@ declare namespace Models {
|
|
|
8715
8760
|
"pageNumber"?: number;
|
|
8716
8761
|
"total"?: number;
|
|
8717
8762
|
"firstUri"?: string;
|
|
8718
|
-
"previousUri"?: string;
|
|
8719
|
-
"nextUri"?: string;
|
|
8720
8763
|
"lastUri"?: string;
|
|
8721
8764
|
"selfUri"?: string;
|
|
8765
|
+
"previousUri"?: string;
|
|
8766
|
+
"nextUri"?: string;
|
|
8722
8767
|
"pageCount"?: number;
|
|
8723
8768
|
}
|
|
8724
8769
|
|
|
@@ -8810,10 +8855,10 @@ declare namespace Models {
|
|
|
8810
8855
|
"pageNumber"?: number;
|
|
8811
8856
|
"total"?: number;
|
|
8812
8857
|
"firstUri"?: string;
|
|
8813
|
-
"previousUri"?: string;
|
|
8814
|
-
"nextUri"?: string;
|
|
8815
8858
|
"lastUri"?: string;
|
|
8816
8859
|
"selfUri"?: string;
|
|
8860
|
+
"previousUri"?: string;
|
|
8861
|
+
"nextUri"?: string;
|
|
8817
8862
|
"pageCount"?: number;
|
|
8818
8863
|
}
|
|
8819
8864
|
|
|
@@ -8867,10 +8912,10 @@ declare namespace Models {
|
|
|
8867
8912
|
"pageNumber"?: number;
|
|
8868
8913
|
"total"?: number;
|
|
8869
8914
|
"firstUri"?: string;
|
|
8870
|
-
"previousUri"?: string;
|
|
8871
|
-
"nextUri"?: string;
|
|
8872
8915
|
"lastUri"?: string;
|
|
8873
8916
|
"selfUri"?: string;
|
|
8917
|
+
"previousUri"?: string;
|
|
8918
|
+
"nextUri"?: string;
|
|
8874
8919
|
"pageCount"?: number;
|
|
8875
8920
|
}
|
|
8876
8921
|
|
|
@@ -8893,10 +8938,10 @@ declare namespace Models {
|
|
|
8893
8938
|
"pageNumber"?: number;
|
|
8894
8939
|
"total"?: number;
|
|
8895
8940
|
"firstUri"?: string;
|
|
8896
|
-
"previousUri"?: string;
|
|
8897
|
-
"nextUri"?: string;
|
|
8898
8941
|
"lastUri"?: string;
|
|
8899
8942
|
"selfUri"?: string;
|
|
8943
|
+
"previousUri"?: string;
|
|
8944
|
+
"nextUri"?: string;
|
|
8900
8945
|
"pageCount"?: number;
|
|
8901
8946
|
}
|
|
8902
8947
|
|
|
@@ -9407,10 +9452,10 @@ declare namespace Models {
|
|
|
9407
9452
|
"pageNumber"?: number;
|
|
9408
9453
|
"total"?: number;
|
|
9409
9454
|
"firstUri"?: string;
|
|
9410
|
-
"previousUri"?: string;
|
|
9411
|
-
"nextUri"?: string;
|
|
9412
9455
|
"lastUri"?: string;
|
|
9413
9456
|
"selfUri"?: string;
|
|
9457
|
+
"previousUri"?: string;
|
|
9458
|
+
"nextUri"?: string;
|
|
9414
9459
|
"pageCount"?: number;
|
|
9415
9460
|
}
|
|
9416
9461
|
|
|
@@ -9557,6 +9602,36 @@ declare namespace Models {
|
|
|
9557
9602
|
"level"?: string;
|
|
9558
9603
|
}
|
|
9559
9604
|
|
|
9605
|
+
export interface AgentMuQueryResponse {
|
|
9606
|
+
"status": string;
|
|
9607
|
+
"operationId": string;
|
|
9608
|
+
"result"?: Models.AgentMuScheduleResult;
|
|
9609
|
+
"downloadUrl"?: string;
|
|
9610
|
+
"error"?: Models.ErrorBody;
|
|
9611
|
+
}
|
|
9612
|
+
|
|
9613
|
+
export interface AgentMuScheduleItem {
|
|
9614
|
+
"agent": Models.UserReference;
|
|
9615
|
+
"shifts": Array<Models.AgentMuScheduleShift>;
|
|
9616
|
+
"fullDayTimeOffMarkerDates": Array<string>;
|
|
9617
|
+
}
|
|
9618
|
+
|
|
9619
|
+
export interface AgentMuScheduleQuery {
|
|
9620
|
+
"startDate": string;
|
|
9621
|
+
"endDate": string;
|
|
9622
|
+
}
|
|
9623
|
+
|
|
9624
|
+
export interface AgentMuScheduleResult {
|
|
9625
|
+
"referenceStartDate": string;
|
|
9626
|
+
"agentSchedules": Array<Models.AgentMuScheduleItem>;
|
|
9627
|
+
}
|
|
9628
|
+
|
|
9629
|
+
export interface AgentMuScheduleShift {
|
|
9630
|
+
"startOffsetMinutes": number;
|
|
9631
|
+
"lengthMinutes": number;
|
|
9632
|
+
"activities": Array<Models.AgentScheduleShiftActivity>;
|
|
9633
|
+
}
|
|
9634
|
+
|
|
9560
9635
|
export interface AgentOwnedMappingPreview {
|
|
9561
9636
|
"agentOwnedColumn"?: string;
|
|
9562
9637
|
"email"?: string;
|
|
@@ -9607,6 +9682,12 @@ declare namespace Models {
|
|
|
9607
9682
|
"onQueueActivityCodeIds"?: Array<string>;
|
|
9608
9683
|
}
|
|
9609
9684
|
|
|
9685
|
+
export interface AgentScheduleShiftActivity {
|
|
9686
|
+
"activityCategory": string;
|
|
9687
|
+
"startOffsetMinutes": number;
|
|
9688
|
+
"lengthMinutes": number;
|
|
9689
|
+
}
|
|
9690
|
+
|
|
9610
9691
|
export interface AgentStateAgentQueryClause {
|
|
9611
9692
|
"type": string;
|
|
9612
9693
|
"predicates": Array<Models.AgentStateAgentQueryPredicate>;
|
|
@@ -9874,10 +9955,10 @@ declare namespace Models {
|
|
|
9874
9955
|
"pageNumber"?: number;
|
|
9875
9956
|
"total"?: number;
|
|
9876
9957
|
"firstUri"?: string;
|
|
9877
|
-
"previousUri"?: string;
|
|
9878
|
-
"nextUri"?: string;
|
|
9879
9958
|
"lastUri"?: string;
|
|
9880
9959
|
"selfUri"?: string;
|
|
9960
|
+
"previousUri"?: string;
|
|
9961
|
+
"nextUri"?: string;
|
|
9881
9962
|
"pageCount"?: number;
|
|
9882
9963
|
}
|
|
9883
9964
|
|
|
@@ -10356,6 +10437,7 @@ declare namespace Models {
|
|
|
10356
10437
|
"dnis"?: string;
|
|
10357
10438
|
"edgeId"?: string;
|
|
10358
10439
|
"eligibleAgentCounts"?: Array<number>;
|
|
10440
|
+
"engagementSource"?: string;
|
|
10359
10441
|
"extendedDeliveryStatus"?: string;
|
|
10360
10442
|
"flowInType"?: string;
|
|
10361
10443
|
"flowOutType"?: string;
|
|
@@ -10603,10 +10685,88 @@ declare namespace Models {
|
|
|
10603
10685
|
"listType"?: string;
|
|
10604
10686
|
}
|
|
10605
10687
|
|
|
10688
|
+
export interface AppleAuthentication {
|
|
10689
|
+
}
|
|
10690
|
+
|
|
10691
|
+
export interface AppleIMessageApp {
|
|
10692
|
+
"applicationName": string;
|
|
10693
|
+
"applicationId": string;
|
|
10694
|
+
"bundleId": string;
|
|
10695
|
+
}
|
|
10696
|
+
|
|
10697
|
+
export interface AppleIntegration {
|
|
10698
|
+
"id": string;
|
|
10699
|
+
"name": string;
|
|
10700
|
+
"supportedContent"?: Models.SupportedContentReference;
|
|
10701
|
+
"messagingSetting"?: Models.MessagingSettingReference;
|
|
10702
|
+
"messagesForBusinessId": string;
|
|
10703
|
+
"businessName"?: string;
|
|
10704
|
+
"logoUrl"?: string;
|
|
10705
|
+
"status"?: string;
|
|
10706
|
+
"recipient"?: Models.DomainEntityRef;
|
|
10707
|
+
"dateCreated"?: string;
|
|
10708
|
+
"dateModified"?: string;
|
|
10709
|
+
"createdBy"?: Models.DomainEntityRef;
|
|
10710
|
+
"modifiedBy"?: Models.DomainEntityRef;
|
|
10711
|
+
"createStatus"?: string;
|
|
10712
|
+
"createError"?: Models.ErrorBody;
|
|
10713
|
+
"identityResolution"?: Models.IdentityResolutionConfig;
|
|
10714
|
+
"selfUri"?: string;
|
|
10715
|
+
}
|
|
10716
|
+
|
|
10717
|
+
export interface AppleIntegrationEntityListing {
|
|
10718
|
+
"entities"?: Array<Models.AppleIntegration>;
|
|
10719
|
+
"pageSize"?: number;
|
|
10720
|
+
"pageNumber"?: number;
|
|
10721
|
+
"total"?: number;
|
|
10722
|
+
"firstUri"?: string;
|
|
10723
|
+
"lastUri"?: string;
|
|
10724
|
+
"selfUri"?: string;
|
|
10725
|
+
"previousUri"?: string;
|
|
10726
|
+
"nextUri"?: string;
|
|
10727
|
+
"pageCount"?: number;
|
|
10728
|
+
}
|
|
10729
|
+
|
|
10730
|
+
export interface AppleIntegrationRequest {
|
|
10731
|
+
"id"?: string;
|
|
10732
|
+
"name": string;
|
|
10733
|
+
"supportedContent"?: Models.SupportedContentReference;
|
|
10734
|
+
"messagingSetting"?: Models.MessagingSettingRequestReference;
|
|
10735
|
+
"messagesForBusinessId": string;
|
|
10736
|
+
"businessName"?: string;
|
|
10737
|
+
"logoUrl"?: string;
|
|
10738
|
+
"selfUri"?: string;
|
|
10739
|
+
}
|
|
10740
|
+
|
|
10741
|
+
export interface AppleIntegrationUpdateRequest {
|
|
10742
|
+
"id"?: string;
|
|
10743
|
+
"name"?: string;
|
|
10744
|
+
"supportedContent"?: Models.SupportedContentReference;
|
|
10745
|
+
"messagingSetting"?: Models.MessagingSettingRequestReference;
|
|
10746
|
+
"businessName"?: string;
|
|
10747
|
+
"logoUrl"?: string;
|
|
10748
|
+
"selfUri"?: string;
|
|
10749
|
+
}
|
|
10750
|
+
|
|
10606
10751
|
export interface AppleOpaqueId {
|
|
10607
10752
|
"value"?: string;
|
|
10608
10753
|
}
|
|
10609
10754
|
|
|
10755
|
+
export interface ApplePay {
|
|
10756
|
+
"storeName": string;
|
|
10757
|
+
"merchantId": string;
|
|
10758
|
+
"domainName": string;
|
|
10759
|
+
"paymentCapabilities": Array<string>;
|
|
10760
|
+
"supportedPaymentNetworks": Array<string>;
|
|
10761
|
+
"paymentCertificateCredentialId": string;
|
|
10762
|
+
"paymentGatewayUrl": string;
|
|
10763
|
+
"fallbackUrl"?: string;
|
|
10764
|
+
"shippingMethodUpdateUrl"?: string;
|
|
10765
|
+
"shippingContactUpdateUrl"?: string;
|
|
10766
|
+
"paymentMethodUpdateUrl"?: string;
|
|
10767
|
+
"orderTrackingUrl"?: string;
|
|
10768
|
+
}
|
|
10769
|
+
|
|
10610
10770
|
export interface ApprovalNamespace {
|
|
10611
10771
|
"namespace"?: string;
|
|
10612
10772
|
"status"?: string;
|
|
@@ -11012,10 +11172,10 @@ declare namespace Models {
|
|
|
11012
11172
|
"pageNumber"?: number;
|
|
11013
11173
|
"total"?: number;
|
|
11014
11174
|
"firstUri"?: string;
|
|
11015
|
-
"previousUri"?: string;
|
|
11016
|
-
"nextUri"?: string;
|
|
11017
11175
|
"lastUri"?: string;
|
|
11018
11176
|
"selfUri"?: string;
|
|
11177
|
+
"previousUri"?: string;
|
|
11178
|
+
"nextUri"?: string;
|
|
11019
11179
|
"pageCount"?: number;
|
|
11020
11180
|
}
|
|
11021
11181
|
|
|
@@ -11201,10 +11361,10 @@ declare namespace Models {
|
|
|
11201
11361
|
"pageNumber"?: number;
|
|
11202
11362
|
"total"?: number;
|
|
11203
11363
|
"firstUri"?: string;
|
|
11204
|
-
"previousUri"?: string;
|
|
11205
|
-
"nextUri"?: string;
|
|
11206
11364
|
"lastUri"?: string;
|
|
11207
11365
|
"selfUri"?: string;
|
|
11366
|
+
"previousUri"?: string;
|
|
11367
|
+
"nextUri"?: string;
|
|
11208
11368
|
"pageCount"?: number;
|
|
11209
11369
|
}
|
|
11210
11370
|
|
|
@@ -11274,10 +11434,10 @@ declare namespace Models {
|
|
|
11274
11434
|
"pageNumber"?: number;
|
|
11275
11435
|
"total"?: number;
|
|
11276
11436
|
"firstUri"?: string;
|
|
11277
|
-
"previousUri"?: string;
|
|
11278
|
-
"nextUri"?: string;
|
|
11279
11437
|
"lastUri"?: string;
|
|
11280
11438
|
"selfUri"?: string;
|
|
11439
|
+
"previousUri"?: string;
|
|
11440
|
+
"nextUri"?: string;
|
|
11281
11441
|
"pageCount"?: number;
|
|
11282
11442
|
}
|
|
11283
11443
|
|
|
@@ -11506,10 +11666,10 @@ declare namespace Models {
|
|
|
11506
11666
|
"pageNumber"?: number;
|
|
11507
11667
|
"total"?: number;
|
|
11508
11668
|
"firstUri"?: string;
|
|
11509
|
-
"previousUri"?: string;
|
|
11510
|
-
"nextUri"?: string;
|
|
11511
11669
|
"lastUri"?: string;
|
|
11512
11670
|
"selfUri"?: string;
|
|
11671
|
+
"previousUri"?: string;
|
|
11672
|
+
"nextUri"?: string;
|
|
11513
11673
|
"pageCount"?: number;
|
|
11514
11674
|
}
|
|
11515
11675
|
|
|
@@ -12051,10 +12211,10 @@ declare namespace Models {
|
|
|
12051
12211
|
"pageNumber"?: number;
|
|
12052
12212
|
"total"?: number;
|
|
12053
12213
|
"firstUri"?: string;
|
|
12054
|
-
"previousUri"?: string;
|
|
12055
|
-
"nextUri"?: string;
|
|
12056
12214
|
"lastUri"?: string;
|
|
12057
12215
|
"selfUri"?: string;
|
|
12216
|
+
"previousUri"?: string;
|
|
12217
|
+
"nextUri"?: string;
|
|
12058
12218
|
"pageCount"?: number;
|
|
12059
12219
|
}
|
|
12060
12220
|
|
|
@@ -12070,10 +12230,10 @@ declare namespace Models {
|
|
|
12070
12230
|
"pageNumber"?: number;
|
|
12071
12231
|
"total"?: number;
|
|
12072
12232
|
"firstUri"?: string;
|
|
12073
|
-
"previousUri"?: string;
|
|
12074
|
-
"nextUri"?: string;
|
|
12075
12233
|
"lastUri"?: string;
|
|
12076
12234
|
"selfUri"?: string;
|
|
12235
|
+
"previousUri"?: string;
|
|
12236
|
+
"nextUri"?: string;
|
|
12077
12237
|
"pageCount"?: number;
|
|
12078
12238
|
}
|
|
12079
12239
|
|
|
@@ -12140,10 +12300,10 @@ declare namespace Models {
|
|
|
12140
12300
|
"pageNumber"?: number;
|
|
12141
12301
|
"total"?: number;
|
|
12142
12302
|
"firstUri"?: string;
|
|
12143
|
-
"previousUri"?: string;
|
|
12144
|
-
"nextUri"?: string;
|
|
12145
12303
|
"lastUri"?: string;
|
|
12146
12304
|
"selfUri"?: string;
|
|
12305
|
+
"previousUri"?: string;
|
|
12306
|
+
"nextUri"?: string;
|
|
12147
12307
|
"pageCount"?: number;
|
|
12148
12308
|
}
|
|
12149
12309
|
|
|
@@ -12183,10 +12343,10 @@ declare namespace Models {
|
|
|
12183
12343
|
"pageNumber"?: number;
|
|
12184
12344
|
"total"?: number;
|
|
12185
12345
|
"firstUri"?: string;
|
|
12186
|
-
"previousUri"?: string;
|
|
12187
|
-
"nextUri"?: string;
|
|
12188
12346
|
"lastUri"?: string;
|
|
12189
12347
|
"selfUri"?: string;
|
|
12348
|
+
"previousUri"?: string;
|
|
12349
|
+
"nextUri"?: string;
|
|
12190
12350
|
"pageCount"?: number;
|
|
12191
12351
|
}
|
|
12192
12352
|
|
|
@@ -13298,6 +13458,35 @@ declare namespace Models {
|
|
|
13298
13458
|
"rings"?: Array<Models.Ring>;
|
|
13299
13459
|
}
|
|
13300
13460
|
|
|
13461
|
+
export interface BusinessRulesDataSchema {
|
|
13462
|
+
"id"?: string;
|
|
13463
|
+
"name"?: string;
|
|
13464
|
+
"version": number;
|
|
13465
|
+
"appliesTo"?: Array<string>;
|
|
13466
|
+
"enabled"?: boolean;
|
|
13467
|
+
"createdBy"?: Models.DomainEntityRef;
|
|
13468
|
+
"dateCreated"?: string;
|
|
13469
|
+
"jsonSchema": Models.JsonSchemaDocument;
|
|
13470
|
+
"selfUri"?: string;
|
|
13471
|
+
}
|
|
13472
|
+
|
|
13473
|
+
export interface BusinessRulesDataSchemaListing {
|
|
13474
|
+
"entities"?: Array<Models.BusinessRulesDataSchema>;
|
|
13475
|
+
"nextUri"?: string;
|
|
13476
|
+
"selfUri"?: string;
|
|
13477
|
+
"previousUri"?: string;
|
|
13478
|
+
}
|
|
13479
|
+
|
|
13480
|
+
export interface BusinessRulesSchemaCreateRequest {
|
|
13481
|
+
"jsonSchema": Models.JsonSchemaWithDefinitions;
|
|
13482
|
+
}
|
|
13483
|
+
|
|
13484
|
+
export interface BusinessRulesSchemaUpdateRequest {
|
|
13485
|
+
"version": number;
|
|
13486
|
+
"enabled"?: boolean;
|
|
13487
|
+
"jsonSchema": Models.JsonSchemaWithDefinitions;
|
|
13488
|
+
}
|
|
13489
|
+
|
|
13301
13490
|
export interface BusinessUnitActivityCode {
|
|
13302
13491
|
"id"?: string;
|
|
13303
13492
|
"name"?: string;
|
|
@@ -13391,10 +13580,10 @@ declare namespace Models {
|
|
|
13391
13580
|
"pageNumber"?: number;
|
|
13392
13581
|
"total"?: number;
|
|
13393
13582
|
"firstUri"?: string;
|
|
13394
|
-
"previousUri"?: string;
|
|
13395
|
-
"nextUri"?: string;
|
|
13396
13583
|
"lastUri"?: string;
|
|
13397
13584
|
"selfUri"?: string;
|
|
13585
|
+
"previousUri"?: string;
|
|
13586
|
+
"nextUri"?: string;
|
|
13398
13587
|
"pageCount"?: number;
|
|
13399
13588
|
}
|
|
13400
13589
|
|
|
@@ -13454,10 +13643,10 @@ declare namespace Models {
|
|
|
13454
13643
|
"pageNumber"?: number;
|
|
13455
13644
|
"total"?: number;
|
|
13456
13645
|
"firstUri"?: string;
|
|
13457
|
-
"previousUri"?: string;
|
|
13458
|
-
"nextUri"?: string;
|
|
13459
13646
|
"lastUri"?: string;
|
|
13460
13647
|
"selfUri"?: string;
|
|
13648
|
+
"previousUri"?: string;
|
|
13649
|
+
"nextUri"?: string;
|
|
13461
13650
|
"pageCount"?: number;
|
|
13462
13651
|
}
|
|
13463
13652
|
|
|
@@ -13561,10 +13750,10 @@ declare namespace Models {
|
|
|
13561
13750
|
"pageNumber"?: number;
|
|
13562
13751
|
"total"?: number;
|
|
13563
13752
|
"firstUri"?: string;
|
|
13564
|
-
"previousUri"?: string;
|
|
13565
|
-
"nextUri"?: string;
|
|
13566
13753
|
"lastUri"?: string;
|
|
13567
13754
|
"selfUri"?: string;
|
|
13755
|
+
"previousUri"?: string;
|
|
13756
|
+
"nextUri"?: string;
|
|
13568
13757
|
"pageCount"?: number;
|
|
13569
13758
|
}
|
|
13570
13759
|
|
|
@@ -13623,10 +13812,10 @@ declare namespace Models {
|
|
|
13623
13812
|
"pageNumber"?: number;
|
|
13624
13813
|
"total"?: number;
|
|
13625
13814
|
"firstUri"?: string;
|
|
13626
|
-
"previousUri"?: string;
|
|
13627
|
-
"nextUri"?: string;
|
|
13628
13815
|
"lastUri"?: string;
|
|
13629
13816
|
"selfUri"?: string;
|
|
13817
|
+
"previousUri"?: string;
|
|
13818
|
+
"nextUri"?: string;
|
|
13630
13819
|
"pageCount"?: number;
|
|
13631
13820
|
}
|
|
13632
13821
|
|
|
@@ -13776,10 +13965,10 @@ declare namespace Models {
|
|
|
13776
13965
|
"pageNumber"?: number;
|
|
13777
13966
|
"total"?: number;
|
|
13778
13967
|
"firstUri"?: string;
|
|
13779
|
-
"previousUri"?: string;
|
|
13780
|
-
"nextUri"?: string;
|
|
13781
13968
|
"lastUri"?: string;
|
|
13782
13969
|
"selfUri"?: string;
|
|
13970
|
+
"previousUri"?: string;
|
|
13971
|
+
"nextUri"?: string;
|
|
13783
13972
|
"pageCount"?: number;
|
|
13784
13973
|
}
|
|
13785
13974
|
|
|
@@ -13870,10 +14059,10 @@ declare namespace Models {
|
|
|
13870
14059
|
"pageNumber"?: number;
|
|
13871
14060
|
"total"?: number;
|
|
13872
14061
|
"firstUri"?: string;
|
|
13873
|
-
"previousUri"?: string;
|
|
13874
|
-
"nextUri"?: string;
|
|
13875
14062
|
"lastUri"?: string;
|
|
13876
14063
|
"selfUri"?: string;
|
|
14064
|
+
"previousUri"?: string;
|
|
14065
|
+
"nextUri"?: string;
|
|
13877
14066
|
"pageCount"?: number;
|
|
13878
14067
|
}
|
|
13879
14068
|
|
|
@@ -14050,10 +14239,10 @@ declare namespace Models {
|
|
|
14050
14239
|
"pageNumber"?: number;
|
|
14051
14240
|
"total"?: number;
|
|
14052
14241
|
"firstUri"?: string;
|
|
14053
|
-
"previousUri"?: string;
|
|
14054
|
-
"nextUri"?: string;
|
|
14055
14242
|
"lastUri"?: string;
|
|
14056
14243
|
"selfUri"?: string;
|
|
14244
|
+
"previousUri"?: string;
|
|
14245
|
+
"nextUri"?: string;
|
|
14057
14246
|
"pageCount"?: number;
|
|
14058
14247
|
}
|
|
14059
14248
|
|
|
@@ -14063,10 +14252,10 @@ declare namespace Models {
|
|
|
14063
14252
|
"pageNumber"?: number;
|
|
14064
14253
|
"total"?: number;
|
|
14065
14254
|
"firstUri"?: string;
|
|
14066
|
-
"previousUri"?: string;
|
|
14067
|
-
"nextUri"?: string;
|
|
14068
14255
|
"lastUri"?: string;
|
|
14069
14256
|
"selfUri"?: string;
|
|
14257
|
+
"previousUri"?: string;
|
|
14258
|
+
"nextUri"?: string;
|
|
14070
14259
|
"pageCount"?: number;
|
|
14071
14260
|
}
|
|
14072
14261
|
|
|
@@ -14226,10 +14415,10 @@ declare namespace Models {
|
|
|
14226
14415
|
"pageNumber"?: number;
|
|
14227
14416
|
"total"?: number;
|
|
14228
14417
|
"firstUri"?: string;
|
|
14229
|
-
"previousUri"?: string;
|
|
14230
|
-
"nextUri"?: string;
|
|
14231
14418
|
"lastUri"?: string;
|
|
14232
14419
|
"selfUri"?: string;
|
|
14420
|
+
"previousUri"?: string;
|
|
14421
|
+
"nextUri"?: string;
|
|
14233
14422
|
"pageCount"?: number;
|
|
14234
14423
|
}
|
|
14235
14424
|
|
|
@@ -14322,10 +14511,10 @@ declare namespace Models {
|
|
|
14322
14511
|
"pageNumber"?: number;
|
|
14323
14512
|
"total"?: number;
|
|
14324
14513
|
"firstUri"?: string;
|
|
14325
|
-
"previousUri"?: string;
|
|
14326
|
-
"nextUri"?: string;
|
|
14327
14514
|
"lastUri"?: string;
|
|
14328
14515
|
"selfUri"?: string;
|
|
14516
|
+
"previousUri"?: string;
|
|
14517
|
+
"nextUri"?: string;
|
|
14329
14518
|
"pageCount"?: number;
|
|
14330
14519
|
}
|
|
14331
14520
|
|
|
@@ -14487,10 +14676,10 @@ declare namespace Models {
|
|
|
14487
14676
|
"pageNumber"?: number;
|
|
14488
14677
|
"total"?: number;
|
|
14489
14678
|
"firstUri"?: string;
|
|
14490
|
-
"previousUri"?: string;
|
|
14491
|
-
"nextUri"?: string;
|
|
14492
14679
|
"lastUri"?: string;
|
|
14493
14680
|
"selfUri"?: string;
|
|
14681
|
+
"previousUri"?: string;
|
|
14682
|
+
"nextUri"?: string;
|
|
14494
14683
|
"pageCount"?: number;
|
|
14495
14684
|
}
|
|
14496
14685
|
|
|
@@ -14600,10 +14789,10 @@ declare namespace Models {
|
|
|
14600
14789
|
"pageNumber"?: number;
|
|
14601
14790
|
"total"?: number;
|
|
14602
14791
|
"firstUri"?: string;
|
|
14603
|
-
"previousUri"?: string;
|
|
14604
|
-
"nextUri"?: string;
|
|
14605
14792
|
"lastUri"?: string;
|
|
14606
14793
|
"selfUri"?: string;
|
|
14794
|
+
"previousUri"?: string;
|
|
14795
|
+
"nextUri"?: string;
|
|
14607
14796
|
"pageCount"?: number;
|
|
14608
14797
|
}
|
|
14609
14798
|
|
|
@@ -14684,10 +14873,10 @@ declare namespace Models {
|
|
|
14684
14873
|
"pageNumber"?: number;
|
|
14685
14874
|
"total"?: number;
|
|
14686
14875
|
"firstUri"?: string;
|
|
14687
|
-
"previousUri"?: string;
|
|
14688
|
-
"nextUri"?: string;
|
|
14689
14876
|
"lastUri"?: string;
|
|
14690
14877
|
"selfUri"?: string;
|
|
14878
|
+
"previousUri"?: string;
|
|
14879
|
+
"nextUri"?: string;
|
|
14691
14880
|
"pageCount"?: number;
|
|
14692
14881
|
}
|
|
14693
14882
|
|
|
@@ -14890,10 +15079,10 @@ declare namespace Models {
|
|
|
14890
15079
|
"pageNumber"?: number;
|
|
14891
15080
|
"total"?: number;
|
|
14892
15081
|
"firstUri"?: string;
|
|
14893
|
-
"previousUri"?: string;
|
|
14894
|
-
"nextUri"?: string;
|
|
14895
15082
|
"lastUri"?: string;
|
|
14896
15083
|
"selfUri"?: string;
|
|
15084
|
+
"previousUri"?: string;
|
|
15085
|
+
"nextUri"?: string;
|
|
14897
15086
|
"pageCount"?: number;
|
|
14898
15087
|
}
|
|
14899
15088
|
|
|
@@ -14980,10 +15169,10 @@ declare namespace Models {
|
|
|
14980
15169
|
"pageNumber"?: number;
|
|
14981
15170
|
"total"?: number;
|
|
14982
15171
|
"firstUri"?: string;
|
|
14983
|
-
"previousUri"?: string;
|
|
14984
|
-
"nextUri"?: string;
|
|
14985
15172
|
"lastUri"?: string;
|
|
14986
15173
|
"selfUri"?: string;
|
|
15174
|
+
"previousUri"?: string;
|
|
15175
|
+
"nextUri"?: string;
|
|
14987
15176
|
"pageCount"?: number;
|
|
14988
15177
|
}
|
|
14989
15178
|
|
|
@@ -15033,10 +15222,10 @@ declare namespace Models {
|
|
|
15033
15222
|
"pageNumber"?: number;
|
|
15034
15223
|
"total"?: number;
|
|
15035
15224
|
"firstUri"?: string;
|
|
15036
|
-
"previousUri"?: string;
|
|
15037
|
-
"nextUri"?: string;
|
|
15038
15225
|
"lastUri"?: string;
|
|
15039
15226
|
"selfUri"?: string;
|
|
15227
|
+
"previousUri"?: string;
|
|
15228
|
+
"nextUri"?: string;
|
|
15040
15229
|
"pageCount"?: number;
|
|
15041
15230
|
}
|
|
15042
15231
|
|
|
@@ -15079,10 +15268,10 @@ declare namespace Models {
|
|
|
15079
15268
|
"pageNumber"?: number;
|
|
15080
15269
|
"total"?: number;
|
|
15081
15270
|
"firstUri"?: string;
|
|
15082
|
-
"previousUri"?: string;
|
|
15083
|
-
"nextUri"?: string;
|
|
15084
15271
|
"lastUri"?: string;
|
|
15085
15272
|
"selfUri"?: string;
|
|
15273
|
+
"previousUri"?: string;
|
|
15274
|
+
"nextUri"?: string;
|
|
15086
15275
|
"pageCount"?: number;
|
|
15087
15276
|
}
|
|
15088
15277
|
|
|
@@ -15127,10 +15316,10 @@ declare namespace Models {
|
|
|
15127
15316
|
"pageNumber"?: number;
|
|
15128
15317
|
"total"?: number;
|
|
15129
15318
|
"firstUri"?: string;
|
|
15130
|
-
"previousUri"?: string;
|
|
15131
|
-
"nextUri"?: string;
|
|
15132
15319
|
"lastUri"?: string;
|
|
15133
15320
|
"selfUri"?: string;
|
|
15321
|
+
"previousUri"?: string;
|
|
15322
|
+
"nextUri"?: string;
|
|
15134
15323
|
"pageCount"?: number;
|
|
15135
15324
|
}
|
|
15136
15325
|
|
|
@@ -15295,10 +15484,10 @@ declare namespace Models {
|
|
|
15295
15484
|
"pageNumber"?: number;
|
|
15296
15485
|
"total"?: number;
|
|
15297
15486
|
"firstUri"?: string;
|
|
15298
|
-
"previousUri"?: string;
|
|
15299
|
-
"nextUri"?: string;
|
|
15300
15487
|
"lastUri"?: string;
|
|
15301
15488
|
"selfUri"?: string;
|
|
15489
|
+
"previousUri"?: string;
|
|
15490
|
+
"nextUri"?: string;
|
|
15302
15491
|
"pageCount"?: number;
|
|
15303
15492
|
}
|
|
15304
15493
|
|
|
@@ -15358,10 +15547,10 @@ declare namespace Models {
|
|
|
15358
15547
|
"pageNumber"?: number;
|
|
15359
15548
|
"total"?: number;
|
|
15360
15549
|
"firstUri"?: string;
|
|
15361
|
-
"previousUri"?: string;
|
|
15362
|
-
"nextUri"?: string;
|
|
15363
15550
|
"lastUri"?: string;
|
|
15364
15551
|
"selfUri"?: string;
|
|
15552
|
+
"previousUri"?: string;
|
|
15553
|
+
"nextUri"?: string;
|
|
15365
15554
|
"pageCount"?: number;
|
|
15366
15555
|
}
|
|
15367
15556
|
|
|
@@ -15371,10 +15560,10 @@ declare namespace Models {
|
|
|
15371
15560
|
"pageNumber"?: number;
|
|
15372
15561
|
"total"?: number;
|
|
15373
15562
|
"firstUri"?: string;
|
|
15374
|
-
"previousUri"?: string;
|
|
15375
|
-
"nextUri"?: string;
|
|
15376
15563
|
"lastUri"?: string;
|
|
15377
15564
|
"selfUri"?: string;
|
|
15565
|
+
"previousUri"?: string;
|
|
15566
|
+
"nextUri"?: string;
|
|
15378
15567
|
"pageCount"?: number;
|
|
15379
15568
|
}
|
|
15380
15569
|
|
|
@@ -15420,10 +15609,10 @@ declare namespace Models {
|
|
|
15420
15609
|
"pageNumber"?: number;
|
|
15421
15610
|
"total"?: number;
|
|
15422
15611
|
"firstUri"?: string;
|
|
15423
|
-
"previousUri"?: string;
|
|
15424
|
-
"nextUri"?: string;
|
|
15425
15612
|
"lastUri"?: string;
|
|
15426
15613
|
"selfUri"?: string;
|
|
15614
|
+
"previousUri"?: string;
|
|
15615
|
+
"nextUri"?: string;
|
|
15427
15616
|
"pageCount"?: number;
|
|
15428
15617
|
}
|
|
15429
15618
|
|
|
@@ -15705,10 +15894,10 @@ declare namespace Models {
|
|
|
15705
15894
|
"pageNumber"?: number;
|
|
15706
15895
|
"total"?: number;
|
|
15707
15896
|
"firstUri"?: string;
|
|
15708
|
-
"previousUri"?: string;
|
|
15709
|
-
"nextUri"?: string;
|
|
15710
15897
|
"lastUri"?: string;
|
|
15711
15898
|
"selfUri"?: string;
|
|
15899
|
+
"previousUri"?: string;
|
|
15900
|
+
"nextUri"?: string;
|
|
15712
15901
|
"pageCount"?: number;
|
|
15713
15902
|
}
|
|
15714
15903
|
|
|
@@ -15718,10 +15907,10 @@ declare namespace Models {
|
|
|
15718
15907
|
"pageNumber"?: number;
|
|
15719
15908
|
"total"?: number;
|
|
15720
15909
|
"firstUri"?: string;
|
|
15721
|
-
"previousUri"?: string;
|
|
15722
|
-
"nextUri"?: string;
|
|
15723
15910
|
"lastUri"?: string;
|
|
15724
15911
|
"selfUri"?: string;
|
|
15912
|
+
"previousUri"?: string;
|
|
15913
|
+
"nextUri"?: string;
|
|
15725
15914
|
"pageCount"?: number;
|
|
15726
15915
|
}
|
|
15727
15916
|
|
|
@@ -15970,10 +16159,10 @@ declare namespace Models {
|
|
|
15970
16159
|
"pageNumber"?: number;
|
|
15971
16160
|
"total"?: number;
|
|
15972
16161
|
"firstUri"?: string;
|
|
15973
|
-
"previousUri"?: string;
|
|
15974
|
-
"nextUri"?: string;
|
|
15975
16162
|
"lastUri"?: string;
|
|
15976
16163
|
"selfUri"?: string;
|
|
16164
|
+
"previousUri"?: string;
|
|
16165
|
+
"nextUri"?: string;
|
|
15977
16166
|
"pageCount"?: number;
|
|
15978
16167
|
}
|
|
15979
16168
|
|
|
@@ -15983,10 +16172,10 @@ declare namespace Models {
|
|
|
15983
16172
|
"pageNumber"?: number;
|
|
15984
16173
|
"total"?: number;
|
|
15985
16174
|
"firstUri"?: string;
|
|
15986
|
-
"previousUri"?: string;
|
|
15987
|
-
"nextUri"?: string;
|
|
15988
16175
|
"lastUri"?: string;
|
|
15989
16176
|
"selfUri"?: string;
|
|
16177
|
+
"previousUri"?: string;
|
|
16178
|
+
"nextUri"?: string;
|
|
15990
16179
|
"pageCount"?: number;
|
|
15991
16180
|
}
|
|
15992
16181
|
|
|
@@ -16019,10 +16208,10 @@ declare namespace Models {
|
|
|
16019
16208
|
"pageNumber"?: number;
|
|
16020
16209
|
"total"?: number;
|
|
16021
16210
|
"firstUri"?: string;
|
|
16022
|
-
"previousUri"?: string;
|
|
16023
|
-
"nextUri"?: string;
|
|
16024
16211
|
"lastUri"?: string;
|
|
16025
16212
|
"selfUri"?: string;
|
|
16213
|
+
"previousUri"?: string;
|
|
16214
|
+
"nextUri"?: string;
|
|
16026
16215
|
"pageCount"?: number;
|
|
16027
16216
|
}
|
|
16028
16217
|
|
|
@@ -16073,10 +16262,10 @@ declare namespace Models {
|
|
|
16073
16262
|
"pageNumber"?: number;
|
|
16074
16263
|
"total"?: number;
|
|
16075
16264
|
"firstUri"?: string;
|
|
16076
|
-
"previousUri"?: string;
|
|
16077
|
-
"nextUri"?: string;
|
|
16078
16265
|
"lastUri"?: string;
|
|
16079
16266
|
"selfUri"?: string;
|
|
16267
|
+
"previousUri"?: string;
|
|
16268
|
+
"nextUri"?: string;
|
|
16080
16269
|
"pageCount"?: number;
|
|
16081
16270
|
}
|
|
16082
16271
|
|
|
@@ -16087,10 +16276,10 @@ declare namespace Models {
|
|
|
16087
16276
|
"total"?: number;
|
|
16088
16277
|
"partialResults"?: boolean;
|
|
16089
16278
|
"firstUri"?: string;
|
|
16090
|
-
"nextUri"?: string;
|
|
16091
16279
|
"selfUri"?: string;
|
|
16092
|
-
"
|
|
16280
|
+
"nextUri"?: string;
|
|
16093
16281
|
"lastUri"?: string;
|
|
16282
|
+
"previousUri"?: string;
|
|
16094
16283
|
"pageCount"?: number;
|
|
16095
16284
|
}
|
|
16096
16285
|
|
|
@@ -16109,10 +16298,10 @@ declare namespace Models {
|
|
|
16109
16298
|
"total"?: number;
|
|
16110
16299
|
"contactsCount"?: number;
|
|
16111
16300
|
"firstUri"?: string;
|
|
16112
|
-
"previousUri"?: string;
|
|
16113
|
-
"nextUri"?: string;
|
|
16114
16301
|
"lastUri"?: string;
|
|
16115
16302
|
"selfUri"?: string;
|
|
16303
|
+
"previousUri"?: string;
|
|
16304
|
+
"nextUri"?: string;
|
|
16116
16305
|
"pageCount"?: number;
|
|
16117
16306
|
}
|
|
16118
16307
|
|
|
@@ -16349,6 +16538,7 @@ declare namespace Models {
|
|
|
16349
16538
|
|
|
16350
16539
|
export interface ContentModeration {
|
|
16351
16540
|
"flag": string;
|
|
16541
|
+
"categories"?: Array<string>;
|
|
16352
16542
|
}
|
|
16353
16543
|
|
|
16354
16544
|
export interface ContentOffer {
|
|
@@ -16655,6 +16845,43 @@ declare namespace Models {
|
|
|
16655
16845
|
"files"?: Models.SnapshotFiles;
|
|
16656
16846
|
}
|
|
16657
16847
|
|
|
16848
|
+
export interface ContractDefinition {
|
|
16849
|
+
"name"?: string;
|
|
16850
|
+
"title"?: string;
|
|
16851
|
+
"description"?: string;
|
|
16852
|
+
"type"?: Array<string>;
|
|
16853
|
+
"pattern"?: string;
|
|
16854
|
+
"items"?: Models.ContractItems;
|
|
16855
|
+
"selfUri"?: string;
|
|
16856
|
+
}
|
|
16857
|
+
|
|
16858
|
+
export interface ContractItems {
|
|
16859
|
+
"type"?: Array<string>;
|
|
16860
|
+
"pattern"?: string;
|
|
16861
|
+
}
|
|
16862
|
+
|
|
16863
|
+
export interface ContractJsonSchema {
|
|
16864
|
+
"id"?: string;
|
|
16865
|
+
"$schema"?: string;
|
|
16866
|
+
"title"?: string;
|
|
16867
|
+
"description"?: string;
|
|
16868
|
+
"type"?: string;
|
|
16869
|
+
"required"?: Array<string>;
|
|
16870
|
+
"properties"?: { [key: string]: object; };
|
|
16871
|
+
"additionalProperties"?: object;
|
|
16872
|
+
"definitions"?: { [key: string]: Models.ContractDefinition; };
|
|
16873
|
+
}
|
|
16874
|
+
|
|
16875
|
+
export interface ContractPropertyDefinition {
|
|
16876
|
+
"title"?: string;
|
|
16877
|
+
"description"?: string;
|
|
16878
|
+
"type"?: Array<string>;
|
|
16879
|
+
"pattern"?: string;
|
|
16880
|
+
"format"?: string;
|
|
16881
|
+
"items"?: Models.ContractItems;
|
|
16882
|
+
"properties"?: { [key: string]: Models.ContractPropertyDefinition; };
|
|
16883
|
+
}
|
|
16884
|
+
|
|
16658
16885
|
export interface Contractual {
|
|
16659
16886
|
"schemaPropertyKey": string;
|
|
16660
16887
|
"contractual"?: Models.Contractual;
|
|
@@ -16920,6 +17147,7 @@ declare namespace Models {
|
|
|
16920
17147
|
"recording"?: boolean;
|
|
16921
17148
|
"recordingState"?: string;
|
|
16922
17149
|
"recordersState"?: Models.ConversationCallEventTopicRecordersState;
|
|
17150
|
+
"disposition"?: Models.ConversationCallEventTopicDisposition;
|
|
16923
17151
|
"securePause"?: boolean;
|
|
16924
17152
|
"group"?: Models.ConversationCallEventTopicUriReference;
|
|
16925
17153
|
"ani"?: string;
|
|
@@ -16953,6 +17181,26 @@ declare namespace Models {
|
|
|
16953
17181
|
"entityName"?: string;
|
|
16954
17182
|
}
|
|
16955
17183
|
|
|
17184
|
+
export interface ConversationCallEventTopicDisposition {
|
|
17185
|
+
"name"?: string;
|
|
17186
|
+
"analyzer"?: string;
|
|
17187
|
+
"amdTimeout"?: Models.ConversationCallEventTopicDispositionAmdTimeout;
|
|
17188
|
+
"silentCallTimeout"?: Models.ConversationCallEventTopicDispositionSilentCallTimeout;
|
|
17189
|
+
}
|
|
17190
|
+
|
|
17191
|
+
export interface ConversationCallEventTopicDispositionAmdTimeout {
|
|
17192
|
+
"timeoutMs"?: number;
|
|
17193
|
+
"timerStartEvent"?: string;
|
|
17194
|
+
"timerStartTime"?: number;
|
|
17195
|
+
"timerEndTime"?: number;
|
|
17196
|
+
}
|
|
17197
|
+
|
|
17198
|
+
export interface ConversationCallEventTopicDispositionSilentCallTimeout {
|
|
17199
|
+
"timeoutMs"?: number;
|
|
17200
|
+
"timerStartTime"?: number;
|
|
17201
|
+
"timerEndTime"?: number;
|
|
17202
|
+
}
|
|
17203
|
+
|
|
16956
17204
|
export interface ConversationCallEventTopicDivisionEntityRef {
|
|
16957
17205
|
"id"?: string;
|
|
16958
17206
|
"selfUri"?: string;
|
|
@@ -17243,10 +17491,10 @@ declare namespace Models {
|
|
|
17243
17491
|
"pageNumber"?: number;
|
|
17244
17492
|
"total"?: number;
|
|
17245
17493
|
"firstUri"?: string;
|
|
17246
|
-
"previousUri"?: string;
|
|
17247
|
-
"nextUri"?: string;
|
|
17248
17494
|
"lastUri"?: string;
|
|
17249
17495
|
"selfUri"?: string;
|
|
17496
|
+
"previousUri"?: string;
|
|
17497
|
+
"nextUri"?: string;
|
|
17250
17498
|
"pageCount"?: number;
|
|
17251
17499
|
}
|
|
17252
17500
|
|
|
@@ -18134,10 +18382,10 @@ declare namespace Models {
|
|
|
18134
18382
|
"pageNumber"?: number;
|
|
18135
18383
|
"total"?: number;
|
|
18136
18384
|
"firstUri"?: string;
|
|
18137
|
-
"previousUri"?: string;
|
|
18138
|
-
"nextUri"?: string;
|
|
18139
18385
|
"lastUri"?: string;
|
|
18140
18386
|
"selfUri"?: string;
|
|
18387
|
+
"previousUri"?: string;
|
|
18388
|
+
"nextUri"?: string;
|
|
18141
18389
|
"pageCount"?: number;
|
|
18142
18390
|
}
|
|
18143
18391
|
|
|
@@ -18207,6 +18455,7 @@ declare namespace Models {
|
|
|
18207
18455
|
"afterCallWorkRequired"?: boolean;
|
|
18208
18456
|
"agentAssistantId"?: string;
|
|
18209
18457
|
"queueMediaSettings"?: Models.ConversationEventTopicQueueMediaSettings;
|
|
18458
|
+
"disposition"?: Models.ConversationEventTopicDisposition;
|
|
18210
18459
|
}
|
|
18211
18460
|
|
|
18212
18461
|
export interface ConversationEventTopicCallback {
|
|
@@ -18324,6 +18573,26 @@ declare namespace Models {
|
|
|
18324
18573
|
"phrase"?: string;
|
|
18325
18574
|
}
|
|
18326
18575
|
|
|
18576
|
+
export interface ConversationEventTopicDisposition {
|
|
18577
|
+
"name"?: string;
|
|
18578
|
+
"analyzer"?: string;
|
|
18579
|
+
"amdTimeout"?: Models.ConversationEventTopicDispositionAmdTimeout;
|
|
18580
|
+
"silentCallTimeout"?: Models.ConversationEventTopicDispositionSilentCallTimeout;
|
|
18581
|
+
}
|
|
18582
|
+
|
|
18583
|
+
export interface ConversationEventTopicDispositionAmdTimeout {
|
|
18584
|
+
"timeoutMs"?: number;
|
|
18585
|
+
"timerStartEvent"?: string;
|
|
18586
|
+
"timerStartTime"?: number;
|
|
18587
|
+
"timerEndTime"?: number;
|
|
18588
|
+
}
|
|
18589
|
+
|
|
18590
|
+
export interface ConversationEventTopicDispositionSilentCallTimeout {
|
|
18591
|
+
"timeoutMs"?: number;
|
|
18592
|
+
"timerStartTime"?: number;
|
|
18593
|
+
"timerEndTime"?: number;
|
|
18594
|
+
}
|
|
18595
|
+
|
|
18327
18596
|
export interface ConversationEventTopicDivisionEntityRef {
|
|
18328
18597
|
"id"?: string;
|
|
18329
18598
|
"selfUri"?: string;
|
|
@@ -18457,6 +18726,7 @@ declare namespace Models {
|
|
|
18457
18726
|
"afterCallWork"?: Models.ConversationEventTopicAfterCallWork;
|
|
18458
18727
|
"afterCallWorkRequired"?: boolean;
|
|
18459
18728
|
"agentAssistantId"?: string;
|
|
18729
|
+
"engagementSource"?: string;
|
|
18460
18730
|
"byoSmsIntegrationId"?: string;
|
|
18461
18731
|
"queueMediaSettings"?: Models.ConversationEventTopicQueueMediaSettings;
|
|
18462
18732
|
}
|
|
@@ -18897,7 +19167,13 @@ declare namespace Models {
|
|
|
18897
19167
|
"text"?: Models.ConversationContentText;
|
|
18898
19168
|
"quickReplyV2"?: Models.ConversationContentQuickReplyV2;
|
|
18899
19169
|
"reactions"?: Array<Models.ConversationContentReaction>;
|
|
19170
|
+
"datePicker"?: Models.ConversationContentDatePicker;
|
|
19171
|
+
"interactiveApplication"?: Models.ConversationContentInteractiveApplication;
|
|
19172
|
+
"listPicker"?: Models.ConversationContentListPicker;
|
|
19173
|
+
"paymentRequest"?: Models.ConversationContentPaymentRequest;
|
|
19174
|
+
"paymentResponse"?: Models.ConversationContentPaymentResponse;
|
|
18900
19175
|
"push"?: Models.ConversationContentPush;
|
|
19176
|
+
"form"?: Models.ConversationContentForm;
|
|
18901
19177
|
}
|
|
18902
19178
|
|
|
18903
19179
|
export interface ConversationMessageEvent {
|
|
@@ -19073,6 +19349,7 @@ declare namespace Models {
|
|
|
19073
19349
|
"recipientCountry"?: string;
|
|
19074
19350
|
"recipientType"?: string;
|
|
19075
19351
|
"byoSmsIntegrationId"?: string;
|
|
19352
|
+
"engagementSource"?: string;
|
|
19076
19353
|
"monitoredParticipantId"?: string;
|
|
19077
19354
|
}
|
|
19078
19355
|
|
|
@@ -21076,10 +21353,10 @@ declare namespace Models {
|
|
|
21076
21353
|
"pageNumber"?: number;
|
|
21077
21354
|
"total"?: number;
|
|
21078
21355
|
"firstUri"?: string;
|
|
21079
|
-
"previousUri"?: string;
|
|
21080
|
-
"nextUri"?: string;
|
|
21081
21356
|
"lastUri"?: string;
|
|
21082
21357
|
"selfUri"?: string;
|
|
21358
|
+
"previousUri"?: string;
|
|
21359
|
+
"nextUri"?: string;
|
|
21083
21360
|
"pageCount"?: number;
|
|
21084
21361
|
}
|
|
21085
21362
|
|
|
@@ -21103,10 +21380,10 @@ declare namespace Models {
|
|
|
21103
21380
|
"pageNumber"?: number;
|
|
21104
21381
|
"total"?: number;
|
|
21105
21382
|
"firstUri"?: string;
|
|
21106
|
-
"previousUri"?: string;
|
|
21107
|
-
"nextUri"?: string;
|
|
21108
21383
|
"lastUri"?: string;
|
|
21109
21384
|
"selfUri"?: string;
|
|
21385
|
+
"previousUri"?: string;
|
|
21386
|
+
"nextUri"?: string;
|
|
21110
21387
|
"pageCount"?: number;
|
|
21111
21388
|
}
|
|
21112
21389
|
|
|
@@ -21474,10 +21751,10 @@ declare namespace Models {
|
|
|
21474
21751
|
"total"?: number;
|
|
21475
21752
|
"totalNumberOfEntities"?: number;
|
|
21476
21753
|
"firstUri"?: string;
|
|
21477
|
-
"previousUri"?: string;
|
|
21478
|
-
"nextUri"?: string;
|
|
21479
21754
|
"lastUri"?: string;
|
|
21480
21755
|
"selfUri"?: string;
|
|
21756
|
+
"previousUri"?: string;
|
|
21757
|
+
"nextUri"?: string;
|
|
21481
21758
|
"pageCount"?: number;
|
|
21482
21759
|
}
|
|
21483
21760
|
|
|
@@ -21498,10 +21775,10 @@ declare namespace Models {
|
|
|
21498
21775
|
"pageNumber"?: number;
|
|
21499
21776
|
"total"?: number;
|
|
21500
21777
|
"firstUri"?: string;
|
|
21501
|
-
"previousUri"?: string;
|
|
21502
|
-
"nextUri"?: string;
|
|
21503
21778
|
"lastUri"?: string;
|
|
21504
21779
|
"selfUri"?: string;
|
|
21780
|
+
"previousUri"?: string;
|
|
21781
|
+
"nextUri"?: string;
|
|
21505
21782
|
"pageCount"?: number;
|
|
21506
21783
|
}
|
|
21507
21784
|
|
|
@@ -21532,10 +21809,10 @@ declare namespace Models {
|
|
|
21532
21809
|
"total"?: number;
|
|
21533
21810
|
"totalNumberOfEntities"?: number;
|
|
21534
21811
|
"firstUri"?: string;
|
|
21535
|
-
"previousUri"?: string;
|
|
21536
|
-
"nextUri"?: string;
|
|
21537
21812
|
"lastUri"?: string;
|
|
21538
21813
|
"selfUri"?: string;
|
|
21814
|
+
"previousUri"?: string;
|
|
21815
|
+
"nextUri"?: string;
|
|
21539
21816
|
"pageCount"?: number;
|
|
21540
21817
|
}
|
|
21541
21818
|
|
|
@@ -21582,10 +21859,10 @@ declare namespace Models {
|
|
|
21582
21859
|
"pageNumber"?: number;
|
|
21583
21860
|
"total"?: number;
|
|
21584
21861
|
"firstUri"?: string;
|
|
21585
|
-
"previousUri"?: string;
|
|
21586
|
-
"nextUri"?: string;
|
|
21587
21862
|
"lastUri"?: string;
|
|
21588
21863
|
"selfUri"?: string;
|
|
21864
|
+
"previousUri"?: string;
|
|
21865
|
+
"nextUri"?: string;
|
|
21589
21866
|
"pageCount"?: number;
|
|
21590
21867
|
}
|
|
21591
21868
|
|
|
@@ -21611,10 +21888,10 @@ declare namespace Models {
|
|
|
21611
21888
|
"pageNumber"?: number;
|
|
21612
21889
|
"total"?: number;
|
|
21613
21890
|
"firstUri"?: string;
|
|
21614
|
-
"previousUri"?: string;
|
|
21615
|
-
"nextUri"?: string;
|
|
21616
21891
|
"lastUri"?: string;
|
|
21617
21892
|
"selfUri"?: string;
|
|
21893
|
+
"previousUri"?: string;
|
|
21894
|
+
"nextUri"?: string;
|
|
21618
21895
|
"pageCount"?: number;
|
|
21619
21896
|
}
|
|
21620
21897
|
|
|
@@ -21704,10 +21981,10 @@ declare namespace Models {
|
|
|
21704
21981
|
"pageNumber"?: number;
|
|
21705
21982
|
"total"?: number;
|
|
21706
21983
|
"firstUri"?: string;
|
|
21707
|
-
"previousUri"?: string;
|
|
21708
|
-
"nextUri"?: string;
|
|
21709
21984
|
"lastUri"?: string;
|
|
21710
21985
|
"selfUri"?: string;
|
|
21986
|
+
"previousUri"?: string;
|
|
21987
|
+
"nextUri"?: string;
|
|
21711
21988
|
"pageCount"?: number;
|
|
21712
21989
|
}
|
|
21713
21990
|
|
|
@@ -21801,10 +22078,10 @@ declare namespace Models {
|
|
|
21801
22078
|
"pageNumber"?: number;
|
|
21802
22079
|
"total"?: number;
|
|
21803
22080
|
"firstUri"?: string;
|
|
21804
|
-
"previousUri"?: string;
|
|
21805
|
-
"nextUri"?: string;
|
|
21806
22081
|
"lastUri"?: string;
|
|
21807
22082
|
"selfUri"?: string;
|
|
22083
|
+
"previousUri"?: string;
|
|
22084
|
+
"nextUri"?: string;
|
|
21808
22085
|
"pageCount"?: number;
|
|
21809
22086
|
}
|
|
21810
22087
|
|
|
@@ -21814,10 +22091,10 @@ declare namespace Models {
|
|
|
21814
22091
|
"pageNumber"?: number;
|
|
21815
22092
|
"total"?: number;
|
|
21816
22093
|
"firstUri"?: string;
|
|
21817
|
-
"previousUri"?: string;
|
|
21818
|
-
"nextUri"?: string;
|
|
21819
22094
|
"lastUri"?: string;
|
|
21820
22095
|
"selfUri"?: string;
|
|
22096
|
+
"previousUri"?: string;
|
|
22097
|
+
"nextUri"?: string;
|
|
21821
22098
|
"pageCount"?: number;
|
|
21822
22099
|
}
|
|
21823
22100
|
|
|
@@ -21872,9 +22149,9 @@ declare namespace Models {
|
|
|
21872
22149
|
|
|
21873
22150
|
export interface DecisionTableContract {
|
|
21874
22151
|
"parentSchema"?: Models.DomainEntityRef;
|
|
21875
|
-
"rowAuthoringSchema"?: Models.
|
|
21876
|
-
"executionInputSchema"?: Models.
|
|
21877
|
-
"executionOutputSchema"?: Models.
|
|
22152
|
+
"rowAuthoringSchema"?: Models.ContractJsonSchema;
|
|
22153
|
+
"executionInputSchema"?: Models.ContractJsonSchema;
|
|
22154
|
+
"executionOutputSchema"?: Models.ContractJsonSchema;
|
|
21878
22155
|
}
|
|
21879
22156
|
|
|
21880
22157
|
export interface DecisionTableExecutionRequest {
|
|
@@ -21950,10 +22227,10 @@ declare namespace Models {
|
|
|
21950
22227
|
"pageNumber"?: number;
|
|
21951
22228
|
"total"?: number;
|
|
21952
22229
|
"firstUri"?: string;
|
|
21953
|
-
"previousUri"?: string;
|
|
21954
|
-
"nextUri"?: string;
|
|
21955
22230
|
"lastUri"?: string;
|
|
21956
22231
|
"selfUri"?: string;
|
|
22232
|
+
"previousUri"?: string;
|
|
22233
|
+
"nextUri"?: string;
|
|
21957
22234
|
"pageCount"?: number;
|
|
21958
22235
|
}
|
|
21959
22236
|
|
|
@@ -22087,10 +22364,10 @@ declare namespace Models {
|
|
|
22087
22364
|
"pageNumber"?: number;
|
|
22088
22365
|
"total"?: number;
|
|
22089
22366
|
"firstUri"?: string;
|
|
22090
|
-
"previousUri"?: string;
|
|
22091
|
-
"nextUri"?: string;
|
|
22092
22367
|
"lastUri"?: string;
|
|
22093
22368
|
"selfUri"?: string;
|
|
22369
|
+
"previousUri"?: string;
|
|
22370
|
+
"nextUri"?: string;
|
|
22094
22371
|
"pageCount"?: number;
|
|
22095
22372
|
}
|
|
22096
22373
|
|
|
@@ -22120,10 +22397,10 @@ declare namespace Models {
|
|
|
22120
22397
|
"pageNumber"?: number;
|
|
22121
22398
|
"total"?: number;
|
|
22122
22399
|
"firstUri"?: string;
|
|
22123
|
-
"previousUri"?: string;
|
|
22124
|
-
"nextUri"?: string;
|
|
22125
22400
|
"lastUri"?: string;
|
|
22126
22401
|
"selfUri"?: string;
|
|
22402
|
+
"previousUri"?: string;
|
|
22403
|
+
"nextUri"?: string;
|
|
22127
22404
|
"pageCount"?: number;
|
|
22128
22405
|
}
|
|
22129
22406
|
|
|
@@ -22264,10 +22541,10 @@ declare namespace Models {
|
|
|
22264
22541
|
"pageNumber"?: number;
|
|
22265
22542
|
"total"?: number;
|
|
22266
22543
|
"firstUri"?: string;
|
|
22267
|
-
"previousUri"?: string;
|
|
22268
|
-
"nextUri"?: string;
|
|
22269
22544
|
"lastUri"?: string;
|
|
22270
22545
|
"selfUri"?: string;
|
|
22546
|
+
"previousUri"?: string;
|
|
22547
|
+
"nextUri"?: string;
|
|
22271
22548
|
"pageCount"?: number;
|
|
22272
22549
|
}
|
|
22273
22550
|
|
|
@@ -22733,10 +23010,10 @@ declare namespace Models {
|
|
|
22733
23010
|
"pageNumber"?: number;
|
|
22734
23011
|
"total"?: number;
|
|
22735
23012
|
"firstUri"?: string;
|
|
22736
|
-
"previousUri"?: string;
|
|
22737
|
-
"nextUri"?: string;
|
|
22738
23013
|
"lastUri"?: string;
|
|
22739
23014
|
"selfUri"?: string;
|
|
23015
|
+
"previousUri"?: string;
|
|
23016
|
+
"nextUri"?: string;
|
|
22740
23017
|
"pageCount"?: number;
|
|
22741
23018
|
}
|
|
22742
23019
|
|
|
@@ -23017,10 +23294,10 @@ declare namespace Models {
|
|
|
23017
23294
|
"pageNumber"?: number;
|
|
23018
23295
|
"total"?: number;
|
|
23019
23296
|
"firstUri"?: string;
|
|
23020
|
-
"previousUri"?: string;
|
|
23021
|
-
"nextUri"?: string;
|
|
23022
23297
|
"lastUri"?: string;
|
|
23023
23298
|
"selfUri"?: string;
|
|
23299
|
+
"previousUri"?: string;
|
|
23300
|
+
"nextUri"?: string;
|
|
23024
23301
|
"pageCount"?: number;
|
|
23025
23302
|
}
|
|
23026
23303
|
|
|
@@ -23049,10 +23326,10 @@ declare namespace Models {
|
|
|
23049
23326
|
"pageNumber"?: number;
|
|
23050
23327
|
"total"?: number;
|
|
23051
23328
|
"firstUri"?: string;
|
|
23052
|
-
"previousUri"?: string;
|
|
23053
|
-
"nextUri"?: string;
|
|
23054
23329
|
"lastUri"?: string;
|
|
23055
23330
|
"selfUri"?: string;
|
|
23331
|
+
"previousUri"?: string;
|
|
23332
|
+
"nextUri"?: string;
|
|
23056
23333
|
"pageCount"?: number;
|
|
23057
23334
|
}
|
|
23058
23335
|
|
|
@@ -23172,10 +23449,10 @@ declare namespace Models {
|
|
|
23172
23449
|
"pageNumber"?: number;
|
|
23173
23450
|
"total"?: number;
|
|
23174
23451
|
"firstUri"?: string;
|
|
23175
|
-
"previousUri"?: string;
|
|
23176
|
-
"nextUri"?: string;
|
|
23177
23452
|
"lastUri"?: string;
|
|
23178
23453
|
"selfUri"?: string;
|
|
23454
|
+
"previousUri"?: string;
|
|
23455
|
+
"nextUri"?: string;
|
|
23179
23456
|
"pageCount"?: number;
|
|
23180
23457
|
}
|
|
23181
23458
|
|
|
@@ -23202,10 +23479,10 @@ declare namespace Models {
|
|
|
23202
23479
|
"pageNumber"?: number;
|
|
23203
23480
|
"total"?: number;
|
|
23204
23481
|
"firstUri"?: string;
|
|
23205
|
-
"previousUri"?: string;
|
|
23206
|
-
"nextUri"?: string;
|
|
23207
23482
|
"lastUri"?: string;
|
|
23208
23483
|
"selfUri"?: string;
|
|
23484
|
+
"previousUri"?: string;
|
|
23485
|
+
"nextUri"?: string;
|
|
23209
23486
|
"pageCount"?: number;
|
|
23210
23487
|
}
|
|
23211
23488
|
|
|
@@ -23235,12 +23512,27 @@ declare namespace Models {
|
|
|
23235
23512
|
"dispositionParameters"?: Models.DispositionParameters;
|
|
23236
23513
|
"detectedSpeechStart"?: string;
|
|
23237
23514
|
"detectedSpeechEnd"?: string;
|
|
23515
|
+
"amdTimeout"?: Models.DispositionAmdTimeout;
|
|
23516
|
+
"silentCallTimeout"?: Models.DispositionSilentCallTimeout;
|
|
23517
|
+
}
|
|
23518
|
+
|
|
23519
|
+
export interface DispositionAmdTimeout {
|
|
23520
|
+
"timeoutMs"?: number;
|
|
23521
|
+
"timerStartEvent"?: string;
|
|
23522
|
+
"timerStartTime"?: string;
|
|
23523
|
+
"timerEndTime"?: string;
|
|
23238
23524
|
}
|
|
23239
23525
|
|
|
23240
23526
|
export interface DispositionParameters {
|
|
23241
23527
|
"adjustableLiveSpeakerDetection"?: Models.AdjustableLiveSpeakerDetection;
|
|
23242
23528
|
}
|
|
23243
23529
|
|
|
23530
|
+
export interface DispositionSilentCallTimeout {
|
|
23531
|
+
"timeoutMs"?: number;
|
|
23532
|
+
"timerStartTime"?: string;
|
|
23533
|
+
"timerEndTime"?: string;
|
|
23534
|
+
}
|
|
23535
|
+
|
|
23244
23536
|
export interface Division {
|
|
23245
23537
|
"id"?: string;
|
|
23246
23538
|
"name"?: string;
|
|
@@ -23273,10 +23565,10 @@ declare namespace Models {
|
|
|
23273
23565
|
"total"?: number;
|
|
23274
23566
|
"allDivsPermitted"?: boolean;
|
|
23275
23567
|
"firstUri"?: string;
|
|
23276
|
-
"previousUri"?: string;
|
|
23277
|
-
"nextUri"?: string;
|
|
23278
23568
|
"lastUri"?: string;
|
|
23279
23569
|
"selfUri"?: string;
|
|
23570
|
+
"previousUri"?: string;
|
|
23571
|
+
"nextUri"?: string;
|
|
23280
23572
|
"pageCount"?: number;
|
|
23281
23573
|
}
|
|
23282
23574
|
|
|
@@ -23335,10 +23627,10 @@ declare namespace Models {
|
|
|
23335
23627
|
"pageNumber"?: number;
|
|
23336
23628
|
"total"?: number;
|
|
23337
23629
|
"firstUri"?: string;
|
|
23338
|
-
"previousUri"?: string;
|
|
23339
|
-
"nextUri"?: string;
|
|
23340
23630
|
"lastUri"?: string;
|
|
23341
23631
|
"selfUri"?: string;
|
|
23632
|
+
"previousUri"?: string;
|
|
23633
|
+
"nextUri"?: string;
|
|
23342
23634
|
"pageCount"?: number;
|
|
23343
23635
|
}
|
|
23344
23636
|
|
|
@@ -23348,10 +23640,10 @@ declare namespace Models {
|
|
|
23348
23640
|
"pageNumber"?: number;
|
|
23349
23641
|
"total"?: number;
|
|
23350
23642
|
"firstUri"?: string;
|
|
23351
|
-
"previousUri"?: string;
|
|
23352
|
-
"nextUri"?: string;
|
|
23353
23643
|
"lastUri"?: string;
|
|
23354
23644
|
"selfUri"?: string;
|
|
23645
|
+
"previousUri"?: string;
|
|
23646
|
+
"nextUri"?: string;
|
|
23355
23647
|
"pageCount"?: number;
|
|
23356
23648
|
}
|
|
23357
23649
|
|
|
@@ -23671,8 +23963,9 @@ declare namespace Models {
|
|
|
23671
23963
|
}
|
|
23672
23964
|
|
|
23673
23965
|
export interface DocumentChunkReference {
|
|
23674
|
-
"id"
|
|
23966
|
+
"id": string;
|
|
23675
23967
|
"title"?: string;
|
|
23968
|
+
"selfUri"?: string;
|
|
23676
23969
|
}
|
|
23677
23970
|
|
|
23678
23971
|
export interface DocumentContentBlock {
|
|
@@ -23706,10 +23999,10 @@ declare namespace Models {
|
|
|
23706
23999
|
"pageNumber"?: number;
|
|
23707
24000
|
"total"?: number;
|
|
23708
24001
|
"firstUri"?: string;
|
|
23709
|
-
"previousUri"?: string;
|
|
23710
|
-
"nextUri"?: string;
|
|
23711
24002
|
"lastUri"?: string;
|
|
23712
24003
|
"selfUri"?: string;
|
|
24004
|
+
"previousUri"?: string;
|
|
24005
|
+
"nextUri"?: string;
|
|
23713
24006
|
"pageCount"?: number;
|
|
23714
24007
|
}
|
|
23715
24008
|
|
|
@@ -24038,10 +24331,10 @@ declare namespace Models {
|
|
|
24038
24331
|
"pageNumber"?: number;
|
|
24039
24332
|
"total"?: number;
|
|
24040
24333
|
"firstUri"?: string;
|
|
24041
|
-
"previousUri"?: string;
|
|
24042
|
-
"nextUri"?: string;
|
|
24043
24334
|
"lastUri"?: string;
|
|
24044
24335
|
"selfUri"?: string;
|
|
24336
|
+
"previousUri"?: string;
|
|
24337
|
+
"nextUri"?: string;
|
|
24045
24338
|
"pageCount"?: number;
|
|
24046
24339
|
}
|
|
24047
24340
|
|
|
@@ -24057,10 +24350,10 @@ declare namespace Models {
|
|
|
24057
24350
|
"pageNumber"?: number;
|
|
24058
24351
|
"total"?: number;
|
|
24059
24352
|
"firstUri"?: string;
|
|
24060
|
-
"previousUri"?: string;
|
|
24061
|
-
"nextUri"?: string;
|
|
24062
24353
|
"lastUri"?: string;
|
|
24063
24354
|
"selfUri"?: string;
|
|
24355
|
+
"previousUri"?: string;
|
|
24356
|
+
"nextUri"?: string;
|
|
24064
24357
|
"pageCount"?: number;
|
|
24065
24358
|
}
|
|
24066
24359
|
|
|
@@ -24070,10 +24363,10 @@ declare namespace Models {
|
|
|
24070
24363
|
"pageNumber"?: number;
|
|
24071
24364
|
"total"?: number;
|
|
24072
24365
|
"firstUri"?: string;
|
|
24073
|
-
"previousUri"?: string;
|
|
24074
|
-
"nextUri"?: string;
|
|
24075
24366
|
"lastUri"?: string;
|
|
24076
24367
|
"selfUri"?: string;
|
|
24368
|
+
"previousUri"?: string;
|
|
24369
|
+
"nextUri"?: string;
|
|
24077
24370
|
"pageCount"?: number;
|
|
24078
24371
|
}
|
|
24079
24372
|
|
|
@@ -24083,10 +24376,10 @@ declare namespace Models {
|
|
|
24083
24376
|
"pageNumber"?: number;
|
|
24084
24377
|
"total"?: number;
|
|
24085
24378
|
"firstUri"?: string;
|
|
24086
|
-
"previousUri"?: string;
|
|
24087
|
-
"nextUri"?: string;
|
|
24088
24379
|
"lastUri"?: string;
|
|
24089
24380
|
"selfUri"?: string;
|
|
24381
|
+
"previousUri"?: string;
|
|
24382
|
+
"nextUri"?: string;
|
|
24090
24383
|
"pageCount"?: number;
|
|
24091
24384
|
}
|
|
24092
24385
|
|
|
@@ -24096,10 +24389,10 @@ declare namespace Models {
|
|
|
24096
24389
|
"pageNumber"?: number;
|
|
24097
24390
|
"total"?: number;
|
|
24098
24391
|
"firstUri"?: string;
|
|
24099
|
-
"previousUri"?: string;
|
|
24100
|
-
"nextUri"?: string;
|
|
24101
24392
|
"lastUri"?: string;
|
|
24102
24393
|
"selfUri"?: string;
|
|
24394
|
+
"previousUri"?: string;
|
|
24395
|
+
"nextUri"?: string;
|
|
24103
24396
|
"pageCount"?: number;
|
|
24104
24397
|
}
|
|
24105
24398
|
|
|
@@ -24251,7 +24544,7 @@ declare namespace Models {
|
|
|
24251
24544
|
"divisionAware"?: boolean;
|
|
24252
24545
|
}
|
|
24253
24546
|
|
|
24254
|
-
export interface
|
|
24547
|
+
export interface DomainPermissionCollection {
|
|
24255
24548
|
"id"?: string;
|
|
24256
24549
|
"name"?: string;
|
|
24257
24550
|
"domain"?: string;
|
|
@@ -24259,19 +24552,6 @@ declare namespace Models {
|
|
|
24259
24552
|
"selfUri"?: string;
|
|
24260
24553
|
}
|
|
24261
24554
|
|
|
24262
|
-
export interface DomainPermissionEntityListing {
|
|
24263
|
-
"entities"?: Array<Models.DomainPermissionCollectionDomainPermission>;
|
|
24264
|
-
"pageSize"?: number;
|
|
24265
|
-
"pageNumber"?: number;
|
|
24266
|
-
"total"?: number;
|
|
24267
|
-
"firstUri"?: string;
|
|
24268
|
-
"previousUri"?: string;
|
|
24269
|
-
"nextUri"?: string;
|
|
24270
|
-
"lastUri"?: string;
|
|
24271
|
-
"selfUri"?: string;
|
|
24272
|
-
"pageCount"?: number;
|
|
24273
|
-
}
|
|
24274
|
-
|
|
24275
24555
|
export interface DomainPermissionPolicy {
|
|
24276
24556
|
"domain"?: string;
|
|
24277
24557
|
"entityName"?: string;
|
|
@@ -24547,10 +24827,10 @@ declare namespace Models {
|
|
|
24547
24827
|
"total"?: number;
|
|
24548
24828
|
"totalNumberOfEntities"?: number;
|
|
24549
24829
|
"firstUri"?: string;
|
|
24550
|
-
"previousUri"?: string;
|
|
24551
|
-
"nextUri"?: string;
|
|
24552
24830
|
"lastUri"?: string;
|
|
24553
24831
|
"selfUri"?: string;
|
|
24832
|
+
"previousUri"?: string;
|
|
24833
|
+
"nextUri"?: string;
|
|
24554
24834
|
"pageCount"?: number;
|
|
24555
24835
|
}
|
|
24556
24836
|
|
|
@@ -24581,10 +24861,10 @@ declare namespace Models {
|
|
|
24581
24861
|
"total"?: number;
|
|
24582
24862
|
"totalNumberOfEntities"?: number;
|
|
24583
24863
|
"firstUri"?: string;
|
|
24584
|
-
"previousUri"?: string;
|
|
24585
|
-
"nextUri"?: string;
|
|
24586
24864
|
"lastUri"?: string;
|
|
24587
24865
|
"selfUri"?: string;
|
|
24866
|
+
"previousUri"?: string;
|
|
24867
|
+
"nextUri"?: string;
|
|
24588
24868
|
"pageCount"?: number;
|
|
24589
24869
|
}
|
|
24590
24870
|
|
|
@@ -24922,10 +25202,10 @@ declare namespace Models {
|
|
|
24922
25202
|
"pageNumber"?: number;
|
|
24923
25203
|
"total"?: number;
|
|
24924
25204
|
"firstUri"?: string;
|
|
24925
|
-
"previousUri"?: string;
|
|
24926
|
-
"nextUri"?: string;
|
|
24927
25205
|
"lastUri"?: string;
|
|
24928
25206
|
"selfUri"?: string;
|
|
25207
|
+
"previousUri"?: string;
|
|
25208
|
+
"nextUri"?: string;
|
|
24929
25209
|
"pageCount"?: number;
|
|
24930
25210
|
}
|
|
24931
25211
|
|
|
@@ -24992,10 +25272,10 @@ declare namespace Models {
|
|
|
24992
25272
|
"pageNumber"?: number;
|
|
24993
25273
|
"total"?: number;
|
|
24994
25274
|
"firstUri"?: string;
|
|
24995
|
-
"previousUri"?: string;
|
|
24996
|
-
"nextUri"?: string;
|
|
24997
25275
|
"lastUri"?: string;
|
|
24998
25276
|
"selfUri"?: string;
|
|
25277
|
+
"previousUri"?: string;
|
|
25278
|
+
"nextUri"?: string;
|
|
24999
25279
|
"pageCount"?: number;
|
|
25000
25280
|
}
|
|
25001
25281
|
|
|
@@ -25173,10 +25453,10 @@ declare namespace Models {
|
|
|
25173
25453
|
"pageNumber"?: number;
|
|
25174
25454
|
"total"?: number;
|
|
25175
25455
|
"firstUri"?: string;
|
|
25176
|
-
"previousUri"?: string;
|
|
25177
|
-
"nextUri"?: string;
|
|
25178
25456
|
"lastUri"?: string;
|
|
25179
25457
|
"selfUri"?: string;
|
|
25458
|
+
"previousUri"?: string;
|
|
25459
|
+
"nextUri"?: string;
|
|
25180
25460
|
"pageCount"?: number;
|
|
25181
25461
|
}
|
|
25182
25462
|
|
|
@@ -25243,7 +25523,7 @@ declare namespace Models {
|
|
|
25243
25523
|
|
|
25244
25524
|
export interface EmailSetting {
|
|
25245
25525
|
"id": string;
|
|
25246
|
-
"name"
|
|
25526
|
+
"name": string;
|
|
25247
25527
|
"domains"?: Models.Domains;
|
|
25248
25528
|
"selfUri"?: string;
|
|
25249
25529
|
}
|
|
@@ -25337,10 +25617,10 @@ declare namespace Models {
|
|
|
25337
25617
|
"total"?: number;
|
|
25338
25618
|
"totalNumberOfEntities"?: number;
|
|
25339
25619
|
"firstUri"?: string;
|
|
25340
|
-
"previousUri"?: string;
|
|
25341
|
-
"nextUri"?: string;
|
|
25342
25620
|
"lastUri"?: string;
|
|
25343
25621
|
"selfUri"?: string;
|
|
25622
|
+
"previousUri"?: string;
|
|
25623
|
+
"nextUri"?: string;
|
|
25344
25624
|
"pageCount"?: number;
|
|
25345
25625
|
}
|
|
25346
25626
|
|
|
@@ -25350,10 +25630,10 @@ declare namespace Models {
|
|
|
25350
25630
|
"pageNumber"?: number;
|
|
25351
25631
|
"total"?: number;
|
|
25352
25632
|
"firstUri"?: string;
|
|
25353
|
-
"previousUri"?: string;
|
|
25354
|
-
"nextUri"?: string;
|
|
25355
25633
|
"lastUri"?: string;
|
|
25356
25634
|
"selfUri"?: string;
|
|
25635
|
+
"previousUri"?: string;
|
|
25636
|
+
"nextUri"?: string;
|
|
25357
25637
|
"pageCount"?: number;
|
|
25358
25638
|
}
|
|
25359
25639
|
|
|
@@ -25412,10 +25692,10 @@ declare namespace Models {
|
|
|
25412
25692
|
"pageNumber"?: number;
|
|
25413
25693
|
"total"?: number;
|
|
25414
25694
|
"firstUri"?: string;
|
|
25415
|
-
"previousUri"?: string;
|
|
25416
|
-
"nextUri"?: string;
|
|
25417
25695
|
"lastUri"?: string;
|
|
25418
25696
|
"selfUri"?: string;
|
|
25697
|
+
"previousUri"?: string;
|
|
25698
|
+
"nextUri"?: string;
|
|
25419
25699
|
"pageCount"?: number;
|
|
25420
25700
|
}
|
|
25421
25701
|
|
|
@@ -25812,10 +26092,10 @@ declare namespace Models {
|
|
|
25812
26092
|
"pageNumber"?: number;
|
|
25813
26093
|
"total"?: number;
|
|
25814
26094
|
"firstUri"?: string;
|
|
25815
|
-
"previousUri"?: string;
|
|
25816
|
-
"nextUri"?: string;
|
|
25817
26095
|
"lastUri"?: string;
|
|
25818
26096
|
"selfUri"?: string;
|
|
26097
|
+
"previousUri"?: string;
|
|
26098
|
+
"nextUri"?: string;
|
|
25819
26099
|
"pageCount"?: number;
|
|
25820
26100
|
}
|
|
25821
26101
|
|
|
@@ -25850,10 +26130,10 @@ declare namespace Models {
|
|
|
25850
26130
|
"pageNumber"?: number;
|
|
25851
26131
|
"total"?: number;
|
|
25852
26132
|
"firstUri"?: string;
|
|
25853
|
-
"previousUri"?: string;
|
|
25854
|
-
"nextUri"?: string;
|
|
25855
26133
|
"lastUri"?: string;
|
|
25856
26134
|
"selfUri"?: string;
|
|
26135
|
+
"previousUri"?: string;
|
|
26136
|
+
"nextUri"?: string;
|
|
25857
26137
|
"pageCount"?: number;
|
|
25858
26138
|
}
|
|
25859
26139
|
|
|
@@ -25877,10 +26157,10 @@ declare namespace Models {
|
|
|
25877
26157
|
"pageNumber"?: number;
|
|
25878
26158
|
"total"?: number;
|
|
25879
26159
|
"firstUri"?: string;
|
|
25880
|
-
"previousUri"?: string;
|
|
25881
|
-
"nextUri"?: string;
|
|
25882
26160
|
"lastUri"?: string;
|
|
25883
26161
|
"selfUri"?: string;
|
|
26162
|
+
"previousUri"?: string;
|
|
26163
|
+
"nextUri"?: string;
|
|
25884
26164
|
"pageCount"?: number;
|
|
25885
26165
|
}
|
|
25886
26166
|
|
|
@@ -25959,8 +26239,8 @@ declare namespace Models {
|
|
|
25959
26239
|
"visibilityCondition"?: Models.VisibilityCondition;
|
|
25960
26240
|
"answerOptions"?: Array<Models.AnswerOption>;
|
|
25961
26241
|
"multipleSelectOptionQuestions"?: Array<Models.EvaluationQuestion>;
|
|
25962
|
-
"isKill"?: boolean;
|
|
25963
26242
|
"isCritical"?: boolean;
|
|
26243
|
+
"isKill"?: boolean;
|
|
25964
26244
|
}
|
|
25965
26245
|
|
|
25966
26246
|
export interface EvaluationQuestionGroup {
|
|
@@ -26107,10 +26387,10 @@ declare namespace Models {
|
|
|
26107
26387
|
"pageNumber"?: number;
|
|
26108
26388
|
"total"?: number;
|
|
26109
26389
|
"firstUri"?: string;
|
|
26110
|
-
"previousUri"?: string;
|
|
26111
|
-
"nextUri"?: string;
|
|
26112
26390
|
"lastUri"?: string;
|
|
26113
26391
|
"selfUri"?: string;
|
|
26392
|
+
"previousUri"?: string;
|
|
26393
|
+
"nextUri"?: string;
|
|
26114
26394
|
"pageCount"?: number;
|
|
26115
26395
|
}
|
|
26116
26396
|
|
|
@@ -26357,10 +26637,10 @@ declare namespace Models {
|
|
|
26357
26637
|
"total"?: number;
|
|
26358
26638
|
"totalNumberOfEntities"?: number;
|
|
26359
26639
|
"firstUri"?: string;
|
|
26360
|
-
"previousUri"?: string;
|
|
26361
|
-
"nextUri"?: string;
|
|
26362
26640
|
"lastUri"?: string;
|
|
26363
26641
|
"selfUri"?: string;
|
|
26642
|
+
"previousUri"?: string;
|
|
26643
|
+
"nextUri"?: string;
|
|
26364
26644
|
"pageCount"?: number;
|
|
26365
26645
|
}
|
|
26366
26646
|
|
|
@@ -26396,10 +26676,10 @@ declare namespace Models {
|
|
|
26396
26676
|
"total"?: number;
|
|
26397
26677
|
"totalNumberOfEntities"?: number;
|
|
26398
26678
|
"firstUri"?: string;
|
|
26399
|
-
"previousUri"?: string;
|
|
26400
|
-
"nextUri"?: string;
|
|
26401
26679
|
"lastUri"?: string;
|
|
26402
26680
|
"selfUri"?: string;
|
|
26681
|
+
"previousUri"?: string;
|
|
26682
|
+
"nextUri"?: string;
|
|
26403
26683
|
"pageCount"?: number;
|
|
26404
26684
|
}
|
|
26405
26685
|
|
|
@@ -26410,10 +26690,10 @@ declare namespace Models {
|
|
|
26410
26690
|
"total"?: number;
|
|
26411
26691
|
"totalNumberOfEntities"?: number;
|
|
26412
26692
|
"firstUri"?: string;
|
|
26413
|
-
"previousUri"?: string;
|
|
26414
|
-
"nextUri"?: string;
|
|
26415
26693
|
"lastUri"?: string;
|
|
26416
26694
|
"selfUri"?: string;
|
|
26695
|
+
"previousUri"?: string;
|
|
26696
|
+
"nextUri"?: string;
|
|
26417
26697
|
"pageCount"?: number;
|
|
26418
26698
|
}
|
|
26419
26699
|
|
|
@@ -27053,10 +27333,10 @@ declare namespace Models {
|
|
|
27053
27333
|
"pageNumber"?: number;
|
|
27054
27334
|
"total"?: number;
|
|
27055
27335
|
"firstUri"?: string;
|
|
27056
|
-
"previousUri"?: string;
|
|
27057
|
-
"nextUri"?: string;
|
|
27058
27336
|
"lastUri"?: string;
|
|
27059
27337
|
"selfUri"?: string;
|
|
27338
|
+
"previousUri"?: string;
|
|
27339
|
+
"nextUri"?: string;
|
|
27060
27340
|
"pageCount"?: number;
|
|
27061
27341
|
}
|
|
27062
27342
|
|
|
@@ -27130,10 +27410,10 @@ declare namespace Models {
|
|
|
27130
27410
|
"total"?: number;
|
|
27131
27411
|
"partialResults"?: boolean;
|
|
27132
27412
|
"firstUri"?: string;
|
|
27133
|
-
"previousUri"?: string;
|
|
27134
|
-
"nextUri"?: string;
|
|
27135
27413
|
"lastUri"?: string;
|
|
27136
27414
|
"selfUri"?: string;
|
|
27415
|
+
"previousUri"?: string;
|
|
27416
|
+
"nextUri"?: string;
|
|
27137
27417
|
"pageCount"?: number;
|
|
27138
27418
|
}
|
|
27139
27419
|
|
|
@@ -27205,10 +27485,10 @@ declare namespace Models {
|
|
|
27205
27485
|
"pageNumber"?: number;
|
|
27206
27486
|
"total"?: number;
|
|
27207
27487
|
"firstUri"?: string;
|
|
27208
|
-
"previousUri"?: string;
|
|
27209
|
-
"nextUri"?: string;
|
|
27210
27488
|
"lastUri"?: string;
|
|
27211
27489
|
"selfUri"?: string;
|
|
27490
|
+
"previousUri"?: string;
|
|
27491
|
+
"nextUri"?: string;
|
|
27212
27492
|
"pageCount"?: number;
|
|
27213
27493
|
}
|
|
27214
27494
|
|
|
@@ -27244,10 +27524,10 @@ declare namespace Models {
|
|
|
27244
27524
|
"pageNumber"?: number;
|
|
27245
27525
|
"total"?: number;
|
|
27246
27526
|
"firstUri"?: string;
|
|
27247
|
-
"previousUri"?: string;
|
|
27248
|
-
"nextUri"?: string;
|
|
27249
27527
|
"lastUri"?: string;
|
|
27250
27528
|
"selfUri"?: string;
|
|
27529
|
+
"previousUri"?: string;
|
|
27530
|
+
"nextUri"?: string;
|
|
27251
27531
|
"pageCount"?: number;
|
|
27252
27532
|
}
|
|
27253
27533
|
|
|
@@ -27341,10 +27621,10 @@ declare namespace Models {
|
|
|
27341
27621
|
"pageNumber"?: number;
|
|
27342
27622
|
"total"?: number;
|
|
27343
27623
|
"firstUri"?: string;
|
|
27344
|
-
"previousUri"?: string;
|
|
27345
|
-
"nextUri"?: string;
|
|
27346
27624
|
"lastUri"?: string;
|
|
27347
27625
|
"selfUri"?: string;
|
|
27626
|
+
"previousUri"?: string;
|
|
27627
|
+
"nextUri"?: string;
|
|
27348
27628
|
"pageCount"?: number;
|
|
27349
27629
|
}
|
|
27350
27630
|
|
|
@@ -27394,10 +27674,10 @@ declare namespace Models {
|
|
|
27394
27674
|
"pageNumber"?: number;
|
|
27395
27675
|
"total"?: number;
|
|
27396
27676
|
"firstUri"?: string;
|
|
27397
|
-
"previousUri"?: string;
|
|
27398
|
-
"nextUri"?: string;
|
|
27399
27677
|
"lastUri"?: string;
|
|
27400
27678
|
"selfUri"?: string;
|
|
27679
|
+
"previousUri"?: string;
|
|
27680
|
+
"nextUri"?: string;
|
|
27401
27681
|
"pageCount"?: number;
|
|
27402
27682
|
}
|
|
27403
27683
|
|
|
@@ -27478,6 +27758,12 @@ declare namespace Models {
|
|
|
27478
27758
|
"enabled"?: boolean;
|
|
27479
27759
|
}
|
|
27480
27760
|
|
|
27761
|
+
export interface FeatureSupport {
|
|
27762
|
+
"feature"?: string;
|
|
27763
|
+
"supportLevel"?: string;
|
|
27764
|
+
"details"?: string;
|
|
27765
|
+
}
|
|
27766
|
+
|
|
27481
27767
|
export interface Feedback {
|
|
27482
27768
|
"suggestionId": string;
|
|
27483
27769
|
"userProvided"?: boolean;
|
|
@@ -27548,10 +27834,10 @@ declare namespace Models {
|
|
|
27548
27834
|
"pageNumber"?: number;
|
|
27549
27835
|
"total"?: number;
|
|
27550
27836
|
"firstUri"?: string;
|
|
27551
|
-
"previousUri"?: string;
|
|
27552
|
-
"nextUri"?: string;
|
|
27553
27837
|
"lastUri"?: string;
|
|
27554
27838
|
"selfUri"?: string;
|
|
27839
|
+
"previousUri"?: string;
|
|
27840
|
+
"nextUri"?: string;
|
|
27555
27841
|
"pageCount"?: number;
|
|
27556
27842
|
}
|
|
27557
27843
|
|
|
@@ -27799,10 +28085,10 @@ declare namespace Models {
|
|
|
27799
28085
|
"pageNumber"?: number;
|
|
27800
28086
|
"total"?: number;
|
|
27801
28087
|
"firstUri"?: string;
|
|
27802
|
-
"previousUri"?: string;
|
|
27803
|
-
"nextUri"?: string;
|
|
27804
28088
|
"lastUri"?: string;
|
|
27805
28089
|
"selfUri"?: string;
|
|
28090
|
+
"previousUri"?: string;
|
|
28091
|
+
"nextUri"?: string;
|
|
27806
28092
|
"pageCount"?: number;
|
|
27807
28093
|
}
|
|
27808
28094
|
|
|
@@ -27838,10 +28124,10 @@ declare namespace Models {
|
|
|
27838
28124
|
"pageNumber"?: number;
|
|
27839
28125
|
"total"?: number;
|
|
27840
28126
|
"firstUri"?: string;
|
|
27841
|
-
"previousUri"?: string;
|
|
27842
|
-
"nextUri"?: string;
|
|
27843
28127
|
"lastUri"?: string;
|
|
27844
28128
|
"selfUri"?: string;
|
|
28129
|
+
"previousUri"?: string;
|
|
28130
|
+
"nextUri"?: string;
|
|
27845
28131
|
"pageCount"?: number;
|
|
27846
28132
|
}
|
|
27847
28133
|
|
|
@@ -28160,10 +28446,10 @@ declare namespace Models {
|
|
|
28160
28446
|
"pageNumber"?: number;
|
|
28161
28447
|
"total"?: number;
|
|
28162
28448
|
"firstUri"?: string;
|
|
28163
|
-
"previousUri"?: string;
|
|
28164
|
-
"nextUri"?: string;
|
|
28165
28449
|
"lastUri"?: string;
|
|
28166
28450
|
"selfUri"?: string;
|
|
28451
|
+
"previousUri"?: string;
|
|
28452
|
+
"nextUri"?: string;
|
|
28167
28453
|
"pageCount"?: number;
|
|
28168
28454
|
}
|
|
28169
28455
|
|
|
@@ -28173,10 +28459,10 @@ declare namespace Models {
|
|
|
28173
28459
|
"pageNumber"?: number;
|
|
28174
28460
|
"total"?: number;
|
|
28175
28461
|
"firstUri"?: string;
|
|
28176
|
-
"previousUri"?: string;
|
|
28177
|
-
"nextUri"?: string;
|
|
28178
28462
|
"lastUri"?: string;
|
|
28179
28463
|
"selfUri"?: string;
|
|
28464
|
+
"previousUri"?: string;
|
|
28465
|
+
"nextUri"?: string;
|
|
28180
28466
|
"pageCount"?: number;
|
|
28181
28467
|
}
|
|
28182
28468
|
|
|
@@ -28268,10 +28554,10 @@ declare namespace Models {
|
|
|
28268
28554
|
"pageNumber"?: number;
|
|
28269
28555
|
"total"?: number;
|
|
28270
28556
|
"firstUri"?: string;
|
|
28271
|
-
"previousUri"?: string;
|
|
28272
|
-
"nextUri"?: string;
|
|
28273
28557
|
"lastUri"?: string;
|
|
28274
28558
|
"selfUri"?: string;
|
|
28559
|
+
"previousUri"?: string;
|
|
28560
|
+
"nextUri"?: string;
|
|
28275
28561
|
"pageCount"?: number;
|
|
28276
28562
|
}
|
|
28277
28563
|
|
|
@@ -28281,10 +28567,10 @@ declare namespace Models {
|
|
|
28281
28567
|
"pageNumber"?: number;
|
|
28282
28568
|
"total"?: number;
|
|
28283
28569
|
"firstUri"?: string;
|
|
28284
|
-
"previousUri"?: string;
|
|
28285
|
-
"nextUri"?: string;
|
|
28286
28570
|
"lastUri"?: string;
|
|
28287
28571
|
"selfUri"?: string;
|
|
28572
|
+
"previousUri"?: string;
|
|
28573
|
+
"nextUri"?: string;
|
|
28288
28574
|
"pageCount"?: number;
|
|
28289
28575
|
}
|
|
28290
28576
|
|
|
@@ -28327,10 +28613,10 @@ declare namespace Models {
|
|
|
28327
28613
|
"pageNumber"?: number;
|
|
28328
28614
|
"total"?: number;
|
|
28329
28615
|
"firstUri"?: string;
|
|
28330
|
-
"previousUri"?: string;
|
|
28331
|
-
"nextUri"?: string;
|
|
28332
28616
|
"lastUri"?: string;
|
|
28333
28617
|
"selfUri"?: string;
|
|
28618
|
+
"previousUri"?: string;
|
|
28619
|
+
"nextUri"?: string;
|
|
28334
28620
|
"pageCount"?: number;
|
|
28335
28621
|
}
|
|
28336
28622
|
|
|
@@ -28365,10 +28651,10 @@ declare namespace Models {
|
|
|
28365
28651
|
"pageNumber"?: number;
|
|
28366
28652
|
"total"?: number;
|
|
28367
28653
|
"firstUri"?: string;
|
|
28368
|
-
"previousUri"?: string;
|
|
28369
|
-
"nextUri"?: string;
|
|
28370
28654
|
"lastUri"?: string;
|
|
28371
28655
|
"selfUri"?: string;
|
|
28656
|
+
"previousUri"?: string;
|
|
28657
|
+
"nextUri"?: string;
|
|
28372
28658
|
"pageCount"?: number;
|
|
28373
28659
|
}
|
|
28374
28660
|
|
|
@@ -28428,10 +28714,10 @@ declare namespace Models {
|
|
|
28428
28714
|
"pageNumber"?: number;
|
|
28429
28715
|
"total"?: number;
|
|
28430
28716
|
"firstUri"?: string;
|
|
28431
|
-
"previousUri"?: string;
|
|
28432
|
-
"nextUri"?: string;
|
|
28433
28717
|
"lastUri"?: string;
|
|
28434
28718
|
"selfUri"?: string;
|
|
28719
|
+
"previousUri"?: string;
|
|
28720
|
+
"nextUri"?: string;
|
|
28435
28721
|
"pageCount"?: number;
|
|
28436
28722
|
}
|
|
28437
28723
|
|
|
@@ -28682,10 +28968,10 @@ declare namespace Models {
|
|
|
28682
28968
|
"pageNumber"?: number;
|
|
28683
28969
|
"total"?: number;
|
|
28684
28970
|
"firstUri"?: string;
|
|
28685
|
-
"previousUri"?: string;
|
|
28686
|
-
"nextUri"?: string;
|
|
28687
28971
|
"lastUri"?: string;
|
|
28688
28972
|
"selfUri"?: string;
|
|
28973
|
+
"previousUri"?: string;
|
|
28974
|
+
"nextUri"?: string;
|
|
28689
28975
|
"pageCount"?: number;
|
|
28690
28976
|
}
|
|
28691
28977
|
|
|
@@ -28708,10 +28994,10 @@ declare namespace Models {
|
|
|
28708
28994
|
"pageNumber"?: number;
|
|
28709
28995
|
"total"?: number;
|
|
28710
28996
|
"firstUri"?: string;
|
|
28711
|
-
"previousUri"?: string;
|
|
28712
|
-
"nextUri"?: string;
|
|
28713
28997
|
"lastUri"?: string;
|
|
28714
28998
|
"selfUri"?: string;
|
|
28999
|
+
"previousUri"?: string;
|
|
29000
|
+
"nextUri"?: string;
|
|
28715
29001
|
"pageCount"?: number;
|
|
28716
29002
|
}
|
|
28717
29003
|
|
|
@@ -28832,6 +29118,16 @@ declare namespace Models {
|
|
|
28832
29118
|
"dateStartPersonalBest"?: string;
|
|
28833
29119
|
}
|
|
28834
29120
|
|
|
29121
|
+
export interface GcuccTeamsCalendarEventsGCUCCTeamsCalendarEventV2 {
|
|
29122
|
+
"externalUserId"?: string;
|
|
29123
|
+
"genesysUserId"?: string;
|
|
29124
|
+
"trigger"?: string;
|
|
29125
|
+
"eventType"?: string;
|
|
29126
|
+
"eventTime"?: string;
|
|
29127
|
+
"responseStatus"?: string;
|
|
29128
|
+
"meetingId"?: string;
|
|
29129
|
+
}
|
|
29130
|
+
|
|
28835
29131
|
export interface GeneralProgramJob {
|
|
28836
29132
|
"id"?: string;
|
|
28837
29133
|
"state"?: string;
|
|
@@ -28964,10 +29260,10 @@ declare namespace Models {
|
|
|
28964
29260
|
"pageNumber"?: number;
|
|
28965
29261
|
"total"?: number;
|
|
28966
29262
|
"firstUri"?: string;
|
|
28967
|
-
"previousUri"?: string;
|
|
28968
|
-
"nextUri"?: string;
|
|
28969
29263
|
"lastUri"?: string;
|
|
28970
29264
|
"selfUri"?: string;
|
|
29265
|
+
"previousUri"?: string;
|
|
29266
|
+
"nextUri"?: string;
|
|
28971
29267
|
"pageCount"?: number;
|
|
28972
29268
|
}
|
|
28973
29269
|
|
|
@@ -28977,10 +29273,10 @@ declare namespace Models {
|
|
|
28977
29273
|
"pageNumber"?: number;
|
|
28978
29274
|
"total"?: number;
|
|
28979
29275
|
"firstUri"?: string;
|
|
28980
|
-
"previousUri"?: string;
|
|
28981
|
-
"nextUri"?: string;
|
|
28982
29276
|
"lastUri"?: string;
|
|
28983
29277
|
"selfUri"?: string;
|
|
29278
|
+
"previousUri"?: string;
|
|
29279
|
+
"nextUri"?: string;
|
|
28984
29280
|
"pageCount"?: number;
|
|
28985
29281
|
}
|
|
28986
29282
|
|
|
@@ -29095,10 +29391,10 @@ declare namespace Models {
|
|
|
29095
29391
|
"pageNumber"?: number;
|
|
29096
29392
|
"total"?: number;
|
|
29097
29393
|
"firstUri"?: string;
|
|
29098
|
-
"previousUri"?: string;
|
|
29099
|
-
"nextUri"?: string;
|
|
29100
29394
|
"lastUri"?: string;
|
|
29101
29395
|
"selfUri"?: string;
|
|
29396
|
+
"previousUri"?: string;
|
|
29397
|
+
"nextUri"?: string;
|
|
29102
29398
|
"pageCount"?: number;
|
|
29103
29399
|
}
|
|
29104
29400
|
|
|
@@ -29135,10 +29431,10 @@ declare namespace Models {
|
|
|
29135
29431
|
"pageNumber"?: number;
|
|
29136
29432
|
"total"?: number;
|
|
29137
29433
|
"firstUri"?: string;
|
|
29138
|
-
"previousUri"?: string;
|
|
29139
|
-
"nextUri"?: string;
|
|
29140
29434
|
"lastUri"?: string;
|
|
29141
29435
|
"selfUri"?: string;
|
|
29436
|
+
"previousUri"?: string;
|
|
29437
|
+
"nextUri"?: string;
|
|
29142
29438
|
"pageCount"?: number;
|
|
29143
29439
|
}
|
|
29144
29440
|
|
|
@@ -29218,10 +29514,10 @@ declare namespace Models {
|
|
|
29218
29514
|
"pageNumber"?: number;
|
|
29219
29515
|
"total"?: number;
|
|
29220
29516
|
"firstUri"?: string;
|
|
29221
|
-
"previousUri"?: string;
|
|
29222
|
-
"nextUri"?: string;
|
|
29223
29517
|
"lastUri"?: string;
|
|
29224
29518
|
"selfUri"?: string;
|
|
29519
|
+
"previousUri"?: string;
|
|
29520
|
+
"nextUri"?: string;
|
|
29225
29521
|
"pageCount"?: number;
|
|
29226
29522
|
}
|
|
29227
29523
|
|
|
@@ -29264,10 +29560,10 @@ declare namespace Models {
|
|
|
29264
29560
|
"pageNumber"?: number;
|
|
29265
29561
|
"total"?: number;
|
|
29266
29562
|
"firstUri"?: string;
|
|
29267
|
-
"previousUri"?: string;
|
|
29268
|
-
"nextUri"?: string;
|
|
29269
29563
|
"lastUri"?: string;
|
|
29270
29564
|
"selfUri"?: string;
|
|
29565
|
+
"previousUri"?: string;
|
|
29566
|
+
"nextUri"?: string;
|
|
29271
29567
|
"pageCount"?: number;
|
|
29272
29568
|
}
|
|
29273
29569
|
|
|
@@ -29389,10 +29685,10 @@ declare namespace Models {
|
|
|
29389
29685
|
"pageNumber"?: number;
|
|
29390
29686
|
"total"?: number;
|
|
29391
29687
|
"firstUri"?: string;
|
|
29392
|
-
"previousUri"?: string;
|
|
29393
|
-
"nextUri"?: string;
|
|
29394
29688
|
"lastUri"?: string;
|
|
29395
29689
|
"selfUri"?: string;
|
|
29690
|
+
"previousUri"?: string;
|
|
29691
|
+
"nextUri"?: string;
|
|
29396
29692
|
"pageCount"?: number;
|
|
29397
29693
|
}
|
|
29398
29694
|
|
|
@@ -29803,10 +30099,10 @@ declare namespace Models {
|
|
|
29803
30099
|
"total"?: number;
|
|
29804
30100
|
"totalNumberOfEntities"?: number;
|
|
29805
30101
|
"firstUri"?: string;
|
|
29806
|
-
"previousUri"?: string;
|
|
29807
|
-
"nextUri"?: string;
|
|
29808
30102
|
"lastUri"?: string;
|
|
29809
30103
|
"selfUri"?: string;
|
|
30104
|
+
"previousUri"?: string;
|
|
30105
|
+
"nextUri"?: string;
|
|
29810
30106
|
"pageCount"?: number;
|
|
29811
30107
|
}
|
|
29812
30108
|
|
|
@@ -29817,10 +30113,10 @@ declare namespace Models {
|
|
|
29817
30113
|
"total"?: number;
|
|
29818
30114
|
"totalNumberOfEntities"?: number;
|
|
29819
30115
|
"firstUri"?: string;
|
|
29820
|
-
"previousUri"?: string;
|
|
29821
|
-
"nextUri"?: string;
|
|
29822
30116
|
"lastUri"?: string;
|
|
29823
30117
|
"selfUri"?: string;
|
|
30118
|
+
"previousUri"?: string;
|
|
30119
|
+
"nextUri"?: string;
|
|
29824
30120
|
"pageCount"?: number;
|
|
29825
30121
|
}
|
|
29826
30122
|
|
|
@@ -29863,10 +30159,10 @@ declare namespace Models {
|
|
|
29863
30159
|
"pageNumber"?: number;
|
|
29864
30160
|
"total"?: number;
|
|
29865
30161
|
"firstUri"?: string;
|
|
29866
|
-
"previousUri"?: string;
|
|
29867
|
-
"nextUri"?: string;
|
|
29868
30162
|
"lastUri"?: string;
|
|
29869
30163
|
"selfUri"?: string;
|
|
30164
|
+
"previousUri"?: string;
|
|
30165
|
+
"nextUri"?: string;
|
|
29870
30166
|
"pageCount"?: number;
|
|
29871
30167
|
}
|
|
29872
30168
|
|
|
@@ -29955,10 +30251,10 @@ declare namespace Models {
|
|
|
29955
30251
|
"pageNumber"?: number;
|
|
29956
30252
|
"total"?: number;
|
|
29957
30253
|
"firstUri"?: string;
|
|
29958
|
-
"previousUri"?: string;
|
|
29959
|
-
"nextUri"?: string;
|
|
29960
30254
|
"lastUri"?: string;
|
|
29961
30255
|
"selfUri"?: string;
|
|
30256
|
+
"previousUri"?: string;
|
|
30257
|
+
"nextUri"?: string;
|
|
29962
30258
|
"pageCount"?: number;
|
|
29963
30259
|
}
|
|
29964
30260
|
|
|
@@ -29968,10 +30264,10 @@ declare namespace Models {
|
|
|
29968
30264
|
"pageNumber"?: number;
|
|
29969
30265
|
"total"?: number;
|
|
29970
30266
|
"firstUri"?: string;
|
|
29971
|
-
"previousUri"?: string;
|
|
29972
|
-
"nextUri"?: string;
|
|
29973
30267
|
"lastUri"?: string;
|
|
29974
30268
|
"selfUri"?: string;
|
|
30269
|
+
"previousUri"?: string;
|
|
30270
|
+
"nextUri"?: string;
|
|
29975
30271
|
"pageCount"?: number;
|
|
29976
30272
|
}
|
|
29977
30273
|
|
|
@@ -30069,10 +30365,10 @@ declare namespace Models {
|
|
|
30069
30365
|
"pageNumber"?: number;
|
|
30070
30366
|
"total"?: number;
|
|
30071
30367
|
"firstUri"?: string;
|
|
30072
|
-
"previousUri"?: string;
|
|
30073
|
-
"nextUri"?: string;
|
|
30074
30368
|
"lastUri"?: string;
|
|
30075
30369
|
"selfUri"?: string;
|
|
30370
|
+
"previousUri"?: string;
|
|
30371
|
+
"nextUri"?: string;
|
|
30076
30372
|
"pageCount"?: number;
|
|
30077
30373
|
}
|
|
30078
30374
|
|
|
@@ -30119,10 +30415,10 @@ declare namespace Models {
|
|
|
30119
30415
|
"pageNumber"?: number;
|
|
30120
30416
|
"total"?: number;
|
|
30121
30417
|
"firstUri"?: string;
|
|
30122
|
-
"previousUri"?: string;
|
|
30123
|
-
"nextUri"?: string;
|
|
30124
30418
|
"lastUri"?: string;
|
|
30125
30419
|
"selfUri"?: string;
|
|
30420
|
+
"previousUri"?: string;
|
|
30421
|
+
"nextUri"?: string;
|
|
30126
30422
|
"pageCount"?: number;
|
|
30127
30423
|
}
|
|
30128
30424
|
|
|
@@ -30178,10 +30474,10 @@ declare namespace Models {
|
|
|
30178
30474
|
"pageNumber"?: number;
|
|
30179
30475
|
"total"?: number;
|
|
30180
30476
|
"firstUri"?: string;
|
|
30181
|
-
"previousUri"?: string;
|
|
30182
|
-
"nextUri"?: string;
|
|
30183
30477
|
"lastUri"?: string;
|
|
30184
30478
|
"selfUri"?: string;
|
|
30479
|
+
"previousUri"?: string;
|
|
30480
|
+
"nextUri"?: string;
|
|
30185
30481
|
"pageCount"?: number;
|
|
30186
30482
|
}
|
|
30187
30483
|
|
|
@@ -30450,10 +30746,10 @@ declare namespace Models {
|
|
|
30450
30746
|
"pageNumber"?: number;
|
|
30451
30747
|
"total"?: number;
|
|
30452
30748
|
"firstUri"?: string;
|
|
30453
|
-
"previousUri"?: string;
|
|
30454
|
-
"nextUri"?: string;
|
|
30455
30749
|
"lastUri"?: string;
|
|
30456
30750
|
"selfUri"?: string;
|
|
30751
|
+
"previousUri"?: string;
|
|
30752
|
+
"nextUri"?: string;
|
|
30457
30753
|
"pageCount"?: number;
|
|
30458
30754
|
}
|
|
30459
30755
|
|
|
@@ -30492,10 +30788,10 @@ declare namespace Models {
|
|
|
30492
30788
|
"pageNumber"?: number;
|
|
30493
30789
|
"total"?: number;
|
|
30494
30790
|
"firstUri"?: string;
|
|
30495
|
-
"previousUri"?: string;
|
|
30496
|
-
"nextUri"?: string;
|
|
30497
30791
|
"lastUri"?: string;
|
|
30498
30792
|
"selfUri"?: string;
|
|
30793
|
+
"previousUri"?: string;
|
|
30794
|
+
"nextUri"?: string;
|
|
30499
30795
|
"pageCount"?: number;
|
|
30500
30796
|
}
|
|
30501
30797
|
|
|
@@ -30569,10 +30865,10 @@ declare namespace Models {
|
|
|
30569
30865
|
"pageNumber"?: number;
|
|
30570
30866
|
"total"?: number;
|
|
30571
30867
|
"firstUri"?: string;
|
|
30572
|
-
"previousUri"?: string;
|
|
30573
|
-
"nextUri"?: string;
|
|
30574
30868
|
"lastUri"?: string;
|
|
30575
30869
|
"selfUri"?: string;
|
|
30870
|
+
"previousUri"?: string;
|
|
30871
|
+
"nextUri"?: string;
|
|
30576
30872
|
"pageCount"?: number;
|
|
30577
30873
|
}
|
|
30578
30874
|
|
|
@@ -30621,10 +30917,10 @@ declare namespace Models {
|
|
|
30621
30917
|
"pageNumber"?: number;
|
|
30622
30918
|
"total"?: number;
|
|
30623
30919
|
"firstUri"?: string;
|
|
30624
|
-
"previousUri"?: string;
|
|
30625
|
-
"nextUri"?: string;
|
|
30626
30920
|
"lastUri"?: string;
|
|
30627
30921
|
"selfUri"?: string;
|
|
30922
|
+
"previousUri"?: string;
|
|
30923
|
+
"nextUri"?: string;
|
|
30628
30924
|
"pageCount"?: number;
|
|
30629
30925
|
}
|
|
30630
30926
|
|
|
@@ -30696,10 +30992,10 @@ declare namespace Models {
|
|
|
30696
30992
|
"pageNumber"?: number;
|
|
30697
30993
|
"total"?: number;
|
|
30698
30994
|
"firstUri"?: string;
|
|
30699
|
-
"previousUri"?: string;
|
|
30700
|
-
"nextUri"?: string;
|
|
30701
30995
|
"lastUri"?: string;
|
|
30702
30996
|
"selfUri"?: string;
|
|
30997
|
+
"previousUri"?: string;
|
|
30998
|
+
"nextUri"?: string;
|
|
30703
30999
|
"pageCount"?: number;
|
|
30704
31000
|
}
|
|
30705
31001
|
|
|
@@ -30721,10 +31017,10 @@ declare namespace Models {
|
|
|
30721
31017
|
"pageNumber"?: number;
|
|
30722
31018
|
"total"?: number;
|
|
30723
31019
|
"firstUri"?: string;
|
|
30724
|
-
"previousUri"?: string;
|
|
30725
|
-
"nextUri"?: string;
|
|
30726
31020
|
"lastUri"?: string;
|
|
30727
31021
|
"selfUri"?: string;
|
|
31022
|
+
"previousUri"?: string;
|
|
31023
|
+
"nextUri"?: string;
|
|
30728
31024
|
"pageCount"?: number;
|
|
30729
31025
|
}
|
|
30730
31026
|
|
|
@@ -31785,10 +32081,10 @@ declare namespace Models {
|
|
|
31785
32081
|
"pageNumber"?: number;
|
|
31786
32082
|
"total"?: number;
|
|
31787
32083
|
"firstUri"?: string;
|
|
31788
|
-
"previousUri"?: string;
|
|
31789
|
-
"nextUri"?: string;
|
|
31790
32084
|
"lastUri"?: string;
|
|
31791
32085
|
"selfUri"?: string;
|
|
32086
|
+
"previousUri"?: string;
|
|
32087
|
+
"nextUri"?: string;
|
|
31792
32088
|
"pageCount"?: number;
|
|
31793
32089
|
}
|
|
31794
32090
|
|
|
@@ -31811,10 +32107,10 @@ declare namespace Models {
|
|
|
31811
32107
|
"pageNumber"?: number;
|
|
31812
32108
|
"total"?: number;
|
|
31813
32109
|
"firstUri"?: string;
|
|
31814
|
-
"previousUri"?: string;
|
|
31815
|
-
"nextUri"?: string;
|
|
31816
32110
|
"lastUri"?: string;
|
|
31817
32111
|
"selfUri"?: string;
|
|
32112
|
+
"previousUri"?: string;
|
|
32113
|
+
"nextUri"?: string;
|
|
31818
32114
|
"pageCount"?: number;
|
|
31819
32115
|
}
|
|
31820
32116
|
|
|
@@ -31857,10 +32153,10 @@ declare namespace Models {
|
|
|
31857
32153
|
"pageNumber"?: number;
|
|
31858
32154
|
"total"?: number;
|
|
31859
32155
|
"firstUri"?: string;
|
|
31860
|
-
"previousUri"?: string;
|
|
31861
|
-
"nextUri"?: string;
|
|
31862
32156
|
"lastUri"?: string;
|
|
31863
32157
|
"selfUri"?: string;
|
|
32158
|
+
"previousUri"?: string;
|
|
32159
|
+
"nextUri"?: string;
|
|
31864
32160
|
"pageCount"?: number;
|
|
31865
32161
|
}
|
|
31866
32162
|
|
|
@@ -33651,10 +33947,10 @@ declare namespace Models {
|
|
|
33651
33947
|
"pageNumber"?: number;
|
|
33652
33948
|
"total"?: number;
|
|
33653
33949
|
"firstUri"?: string;
|
|
33654
|
-
"previousUri"?: string;
|
|
33655
|
-
"nextUri"?: string;
|
|
33656
33950
|
"lastUri"?: string;
|
|
33657
33951
|
"selfUri"?: string;
|
|
33952
|
+
"previousUri"?: string;
|
|
33953
|
+
"nextUri"?: string;
|
|
33658
33954
|
"pageCount"?: number;
|
|
33659
33955
|
}
|
|
33660
33956
|
|
|
@@ -33669,6 +33965,15 @@ declare namespace Models {
|
|
|
33669
33965
|
"selfUri"?: string;
|
|
33670
33966
|
}
|
|
33671
33967
|
|
|
33968
|
+
export interface LanguageSupportInfoRecord {
|
|
33969
|
+
"language"?: string;
|
|
33970
|
+
"featureSupport"?: Array<Models.FeatureSupport>;
|
|
33971
|
+
}
|
|
33972
|
+
|
|
33973
|
+
export interface LanguageSupportResponse {
|
|
33974
|
+
"languages"?: Array<Models.LanguageSupportInfoRecord>;
|
|
33975
|
+
}
|
|
33976
|
+
|
|
33672
33977
|
export interface LastAttemptByColumnConditionSettings {
|
|
33673
33978
|
"emailColumnName"?: string;
|
|
33674
33979
|
"smsColumnName"?: string;
|
|
@@ -33938,10 +34243,10 @@ declare namespace Models {
|
|
|
33938
34243
|
"total"?: number;
|
|
33939
34244
|
"unfilteredTotal"?: number;
|
|
33940
34245
|
"firstUri"?: string;
|
|
33941
|
-
"previousUri"?: string;
|
|
33942
|
-
"nextUri"?: string;
|
|
33943
34246
|
"lastUri"?: string;
|
|
33944
34247
|
"selfUri"?: string;
|
|
34248
|
+
"previousUri"?: string;
|
|
34249
|
+
"nextUri"?: string;
|
|
33945
34250
|
"pageCount"?: number;
|
|
33946
34251
|
}
|
|
33947
34252
|
|
|
@@ -33956,10 +34261,10 @@ declare namespace Models {
|
|
|
33956
34261
|
"pageNumber"?: number;
|
|
33957
34262
|
"total"?: number;
|
|
33958
34263
|
"firstUri"?: string;
|
|
33959
|
-
"previousUri"?: string;
|
|
33960
|
-
"nextUri"?: string;
|
|
33961
34264
|
"lastUri"?: string;
|
|
33962
34265
|
"selfUri"?: string;
|
|
34266
|
+
"previousUri"?: string;
|
|
34267
|
+
"nextUri"?: string;
|
|
33963
34268
|
"pageCount"?: number;
|
|
33964
34269
|
}
|
|
33965
34270
|
|
|
@@ -34213,10 +34518,10 @@ declare namespace Models {
|
|
|
34213
34518
|
"pageNumber"?: number;
|
|
34214
34519
|
"total"?: number;
|
|
34215
34520
|
"firstUri"?: string;
|
|
34216
|
-
"previousUri"?: string;
|
|
34217
|
-
"nextUri"?: string;
|
|
34218
34521
|
"lastUri"?: string;
|
|
34219
34522
|
"selfUri"?: string;
|
|
34523
|
+
"previousUri"?: string;
|
|
34524
|
+
"nextUri"?: string;
|
|
34220
34525
|
"pageCount"?: number;
|
|
34221
34526
|
}
|
|
34222
34527
|
|
|
@@ -34330,10 +34635,10 @@ declare namespace Models {
|
|
|
34330
34635
|
"pageNumber"?: number;
|
|
34331
34636
|
"total"?: number;
|
|
34332
34637
|
"firstUri"?: string;
|
|
34333
|
-
"previousUri"?: string;
|
|
34334
|
-
"nextUri"?: string;
|
|
34335
34638
|
"lastUri"?: string;
|
|
34336
34639
|
"selfUri"?: string;
|
|
34640
|
+
"previousUri"?: string;
|
|
34641
|
+
"nextUri"?: string;
|
|
34337
34642
|
"pageCount"?: number;
|
|
34338
34643
|
}
|
|
34339
34644
|
|
|
@@ -34343,10 +34648,10 @@ declare namespace Models {
|
|
|
34343
34648
|
"pageNumber"?: number;
|
|
34344
34649
|
"total"?: number;
|
|
34345
34650
|
"firstUri"?: string;
|
|
34346
|
-
"previousUri"?: string;
|
|
34347
|
-
"nextUri"?: string;
|
|
34348
34651
|
"lastUri"?: string;
|
|
34349
34652
|
"selfUri"?: string;
|
|
34653
|
+
"previousUri"?: string;
|
|
34654
|
+
"nextUri"?: string;
|
|
34350
34655
|
"pageCount"?: number;
|
|
34351
34656
|
}
|
|
34352
34657
|
|
|
@@ -34392,10 +34697,10 @@ declare namespace Models {
|
|
|
34392
34697
|
"pageNumber"?: number;
|
|
34393
34698
|
"total"?: number;
|
|
34394
34699
|
"firstUri"?: string;
|
|
34395
|
-
"previousUri"?: string;
|
|
34396
|
-
"nextUri"?: string;
|
|
34397
34700
|
"lastUri"?: string;
|
|
34398
34701
|
"selfUri"?: string;
|
|
34702
|
+
"previousUri"?: string;
|
|
34703
|
+
"nextUri"?: string;
|
|
34399
34704
|
"pageCount"?: number;
|
|
34400
34705
|
}
|
|
34401
34706
|
|
|
@@ -34405,10 +34710,10 @@ declare namespace Models {
|
|
|
34405
34710
|
"pageNumber"?: number;
|
|
34406
34711
|
"total"?: number;
|
|
34407
34712
|
"firstUri"?: string;
|
|
34408
|
-
"previousUri"?: string;
|
|
34409
|
-
"nextUri"?: string;
|
|
34410
34713
|
"lastUri"?: string;
|
|
34411
34714
|
"selfUri"?: string;
|
|
34715
|
+
"previousUri"?: string;
|
|
34716
|
+
"nextUri"?: string;
|
|
34412
34717
|
"pageCount"?: number;
|
|
34413
34718
|
}
|
|
34414
34719
|
|
|
@@ -34447,10 +34752,10 @@ declare namespace Models {
|
|
|
34447
34752
|
"pageNumber"?: number;
|
|
34448
34753
|
"total"?: number;
|
|
34449
34754
|
"firstUri"?: string;
|
|
34450
|
-
"previousUri"?: string;
|
|
34451
|
-
"nextUri"?: string;
|
|
34452
34755
|
"lastUri"?: string;
|
|
34453
34756
|
"selfUri"?: string;
|
|
34757
|
+
"previousUri"?: string;
|
|
34758
|
+
"nextUri"?: string;
|
|
34454
34759
|
"pageCount"?: number;
|
|
34455
34760
|
}
|
|
34456
34761
|
|
|
@@ -34588,10 +34893,10 @@ declare namespace Models {
|
|
|
34588
34893
|
"total"?: number;
|
|
34589
34894
|
"totalNumberOfEntities"?: number;
|
|
34590
34895
|
"firstUri"?: string;
|
|
34591
|
-
"previousUri"?: string;
|
|
34592
|
-
"nextUri"?: string;
|
|
34593
34896
|
"lastUri"?: string;
|
|
34594
34897
|
"selfUri"?: string;
|
|
34898
|
+
"previousUri"?: string;
|
|
34899
|
+
"nextUri"?: string;
|
|
34595
34900
|
"pageCount"?: number;
|
|
34596
34901
|
}
|
|
34597
34902
|
|
|
@@ -34602,10 +34907,10 @@ declare namespace Models {
|
|
|
34602
34907
|
"total"?: number;
|
|
34603
34908
|
"totalNumberOfEntities"?: number;
|
|
34604
34909
|
"firstUri"?: string;
|
|
34605
|
-
"previousUri"?: string;
|
|
34606
|
-
"nextUri"?: string;
|
|
34607
34910
|
"lastUri"?: string;
|
|
34608
34911
|
"selfUri"?: string;
|
|
34912
|
+
"previousUri"?: string;
|
|
34913
|
+
"nextUri"?: string;
|
|
34609
34914
|
"pageCount"?: number;
|
|
34610
34915
|
}
|
|
34611
34916
|
|
|
@@ -34726,6 +35031,7 @@ declare namespace Models {
|
|
|
34726
35031
|
"description"?: string;
|
|
34727
35032
|
"published"?: boolean;
|
|
34728
35033
|
"strictness"?: string;
|
|
35034
|
+
"matchingType"?: string;
|
|
34729
35035
|
"programsCount"?: number;
|
|
34730
35036
|
"tags"?: Array<string>;
|
|
34731
35037
|
"dialect"?: string;
|
|
@@ -34862,10 +35168,10 @@ declare namespace Models {
|
|
|
34862
35168
|
"pageNumber"?: number;
|
|
34863
35169
|
"total"?: number;
|
|
34864
35170
|
"firstUri"?: string;
|
|
34865
|
-
"previousUri"?: string;
|
|
34866
|
-
"nextUri"?: string;
|
|
34867
35171
|
"lastUri"?: string;
|
|
34868
35172
|
"selfUri"?: string;
|
|
35173
|
+
"previousUri"?: string;
|
|
35174
|
+
"nextUri"?: string;
|
|
34869
35175
|
"pageCount"?: number;
|
|
34870
35176
|
}
|
|
34871
35177
|
|
|
@@ -34980,10 +35286,10 @@ declare namespace Models {
|
|
|
34980
35286
|
"pageNumber"?: number;
|
|
34981
35287
|
"total"?: number;
|
|
34982
35288
|
"firstUri"?: string;
|
|
34983
|
-
"previousUri"?: string;
|
|
34984
|
-
"nextUri"?: string;
|
|
34985
35289
|
"lastUri"?: string;
|
|
34986
35290
|
"selfUri"?: string;
|
|
35291
|
+
"previousUri"?: string;
|
|
35292
|
+
"nextUri"?: string;
|
|
34987
35293
|
"pageCount"?: number;
|
|
34988
35294
|
}
|
|
34989
35295
|
|
|
@@ -35079,10 +35385,10 @@ declare namespace Models {
|
|
|
35079
35385
|
"pageNumber"?: number;
|
|
35080
35386
|
"total"?: number;
|
|
35081
35387
|
"firstUri"?: string;
|
|
35082
|
-
"previousUri"?: string;
|
|
35083
|
-
"nextUri"?: string;
|
|
35084
35388
|
"lastUri"?: string;
|
|
35085
35389
|
"pageCount"?: number;
|
|
35390
|
+
"previousUri"?: string;
|
|
35391
|
+
"nextUri"?: string;
|
|
35086
35392
|
"selfUri"?: string;
|
|
35087
35393
|
}
|
|
35088
35394
|
|
|
@@ -35150,6 +35456,7 @@ declare namespace Models {
|
|
|
35150
35456
|
"definition": string;
|
|
35151
35457
|
"enabled": boolean;
|
|
35152
35458
|
"type": string;
|
|
35459
|
+
"direction"?: string;
|
|
35153
35460
|
"integrations"?: Array<string>;
|
|
35154
35461
|
"dateCreated"?: string;
|
|
35155
35462
|
"dateModified"?: string;
|
|
@@ -35432,6 +35739,7 @@ declare namespace Models {
|
|
|
35432
35739
|
"agentAssistantId"?: string;
|
|
35433
35740
|
"byoSmsIntegrationId"?: string;
|
|
35434
35741
|
"queueMediaSettings"?: Models.ConversationQueueMediaSettings;
|
|
35742
|
+
"engagementSource"?: string;
|
|
35435
35743
|
}
|
|
35436
35744
|
|
|
35437
35745
|
export interface MessageConversation {
|
|
@@ -35452,10 +35760,10 @@ declare namespace Models {
|
|
|
35452
35760
|
"pageNumber"?: number;
|
|
35453
35761
|
"total"?: number;
|
|
35454
35762
|
"firstUri"?: string;
|
|
35455
|
-
"previousUri"?: string;
|
|
35456
|
-
"nextUri"?: string;
|
|
35457
35763
|
"lastUri"?: string;
|
|
35458
35764
|
"selfUri"?: string;
|
|
35765
|
+
"previousUri"?: string;
|
|
35766
|
+
"nextUri"?: string;
|
|
35459
35767
|
"pageCount"?: number;
|
|
35460
35768
|
}
|
|
35461
35769
|
|
|
@@ -35687,10 +35995,10 @@ declare namespace Models {
|
|
|
35687
35995
|
"pageNumber"?: number;
|
|
35688
35996
|
"total"?: number;
|
|
35689
35997
|
"firstUri"?: string;
|
|
35690
|
-
"previousUri"?: string;
|
|
35691
|
-
"nextUri"?: string;
|
|
35692
35998
|
"lastUri"?: string;
|
|
35693
35999
|
"selfUri"?: string;
|
|
36000
|
+
"previousUri"?: string;
|
|
36001
|
+
"nextUri"?: string;
|
|
35694
36002
|
"pageCount"?: number;
|
|
35695
36003
|
}
|
|
35696
36004
|
|
|
@@ -35700,10 +36008,10 @@ declare namespace Models {
|
|
|
35700
36008
|
"pageNumber"?: number;
|
|
35701
36009
|
"total"?: number;
|
|
35702
36010
|
"firstUri"?: string;
|
|
35703
|
-
"previousUri"?: string;
|
|
35704
|
-
"nextUri"?: string;
|
|
35705
36011
|
"lastUri"?: string;
|
|
35706
36012
|
"selfUri"?: string;
|
|
36013
|
+
"previousUri"?: string;
|
|
36014
|
+
"nextUri"?: string;
|
|
35707
36015
|
"pageCount"?: number;
|
|
35708
36016
|
}
|
|
35709
36017
|
|
|
@@ -35726,10 +36034,10 @@ declare namespace Models {
|
|
|
35726
36034
|
"pageNumber"?: number;
|
|
35727
36035
|
"total"?: number;
|
|
35728
36036
|
"firstUri"?: string;
|
|
35729
|
-
"previousUri"?: string;
|
|
35730
|
-
"nextUri"?: string;
|
|
35731
36037
|
"lastUri"?: string;
|
|
35732
36038
|
"selfUri"?: string;
|
|
36039
|
+
"previousUri"?: string;
|
|
36040
|
+
"nextUri"?: string;
|
|
35733
36041
|
"pageCount"?: number;
|
|
35734
36042
|
}
|
|
35735
36043
|
|
|
@@ -35775,10 +36083,10 @@ declare namespace Models {
|
|
|
35775
36083
|
"pageNumber"?: number;
|
|
35776
36084
|
"total"?: number;
|
|
35777
36085
|
"firstUri"?: string;
|
|
35778
|
-
"previousUri"?: string;
|
|
35779
|
-
"nextUri"?: string;
|
|
35780
36086
|
"lastUri"?: string;
|
|
35781
36087
|
"selfUri"?: string;
|
|
36088
|
+
"previousUri"?: string;
|
|
36089
|
+
"nextUri"?: string;
|
|
35782
36090
|
"pageCount"?: number;
|
|
35783
36091
|
}
|
|
35784
36092
|
|
|
@@ -35851,10 +36159,10 @@ declare namespace Models {
|
|
|
35851
36159
|
"pageNumber"?: number;
|
|
35852
36160
|
"total"?: number;
|
|
35853
36161
|
"firstUri"?: string;
|
|
35854
|
-
"previousUri"?: string;
|
|
35855
|
-
"nextUri"?: string;
|
|
35856
36162
|
"lastUri"?: string;
|
|
35857
36163
|
"selfUri"?: string;
|
|
36164
|
+
"previousUri"?: string;
|
|
36165
|
+
"nextUri"?: string;
|
|
35858
36166
|
"pageCount"?: number;
|
|
35859
36167
|
}
|
|
35860
36168
|
|
|
@@ -36472,10 +36780,10 @@ declare namespace Models {
|
|
|
36472
36780
|
"pageNumber"?: number;
|
|
36473
36781
|
"total"?: number;
|
|
36474
36782
|
"firstUri"?: string;
|
|
36475
|
-
"previousUri"?: string;
|
|
36476
|
-
"nextUri"?: string;
|
|
36477
36783
|
"lastUri"?: string;
|
|
36478
36784
|
"selfUri"?: string;
|
|
36785
|
+
"previousUri"?: string;
|
|
36786
|
+
"nextUri"?: string;
|
|
36479
36787
|
"pageCount"?: number;
|
|
36480
36788
|
}
|
|
36481
36789
|
|
|
@@ -36504,10 +36812,10 @@ declare namespace Models {
|
|
|
36504
36812
|
"pageNumber"?: number;
|
|
36505
36813
|
"total"?: number;
|
|
36506
36814
|
"firstUri"?: string;
|
|
36507
|
-
"previousUri"?: string;
|
|
36508
|
-
"nextUri"?: string;
|
|
36509
36815
|
"lastUri"?: string;
|
|
36510
36816
|
"selfUri"?: string;
|
|
36817
|
+
"previousUri"?: string;
|
|
36818
|
+
"nextUri"?: string;
|
|
36511
36819
|
"pageCount"?: number;
|
|
36512
36820
|
}
|
|
36513
36821
|
|
|
@@ -36535,10 +36843,10 @@ declare namespace Models {
|
|
|
36535
36843
|
"pageNumber"?: number;
|
|
36536
36844
|
"total"?: number;
|
|
36537
36845
|
"firstUri"?: string;
|
|
36538
|
-
"previousUri"?: string;
|
|
36539
|
-
"nextUri"?: string;
|
|
36540
36846
|
"lastUri"?: string;
|
|
36541
36847
|
"selfUri"?: string;
|
|
36848
|
+
"previousUri"?: string;
|
|
36849
|
+
"nextUri"?: string;
|
|
36542
36850
|
"pageCount"?: number;
|
|
36543
36851
|
}
|
|
36544
36852
|
|
|
@@ -36612,10 +36920,10 @@ declare namespace Models {
|
|
|
36612
36920
|
"total"?: number;
|
|
36613
36921
|
"partialResults"?: boolean;
|
|
36614
36922
|
"firstUri"?: string;
|
|
36615
|
-
"previousUri"?: string;
|
|
36616
|
-
"nextUri"?: string;
|
|
36617
36923
|
"lastUri"?: string;
|
|
36618
36924
|
"selfUri"?: string;
|
|
36925
|
+
"previousUri"?: string;
|
|
36926
|
+
"nextUri"?: string;
|
|
36619
36927
|
"pageCount"?: number;
|
|
36620
36928
|
}
|
|
36621
36929
|
|
|
@@ -36663,10 +36971,10 @@ declare namespace Models {
|
|
|
36663
36971
|
"pageNumber"?: number;
|
|
36664
36972
|
"total"?: number;
|
|
36665
36973
|
"firstUri"?: string;
|
|
36666
|
-
"previousUri"?: string;
|
|
36667
|
-
"nextUri"?: string;
|
|
36668
36974
|
"lastUri"?: string;
|
|
36669
36975
|
"selfUri"?: string;
|
|
36976
|
+
"previousUri"?: string;
|
|
36977
|
+
"nextUri"?: string;
|
|
36670
36978
|
"pageCount"?: number;
|
|
36671
36979
|
}
|
|
36672
36980
|
|
|
@@ -36755,6 +37063,17 @@ declare namespace Models {
|
|
|
36755
37063
|
"lte"?: number;
|
|
36756
37064
|
}
|
|
36757
37065
|
|
|
37066
|
+
export interface OAuthAppleAuthorizationResponse {
|
|
37067
|
+
"redirectUrl": string;
|
|
37068
|
+
"error"?: Models.OAuthAppleAuthorizationResponseError;
|
|
37069
|
+
}
|
|
37070
|
+
|
|
37071
|
+
export interface OAuthAppleAuthorizationResponseError {
|
|
37072
|
+
"code": string;
|
|
37073
|
+
"message": string;
|
|
37074
|
+
"details"?: object;
|
|
37075
|
+
}
|
|
37076
|
+
|
|
36758
37077
|
export interface OAuthAuthorization {
|
|
36759
37078
|
"client"?: Models.OAuthClient;
|
|
36760
37079
|
"scope"?: Array<string>;
|
|
@@ -36801,10 +37120,10 @@ declare namespace Models {
|
|
|
36801
37120
|
"pageNumber"?: number;
|
|
36802
37121
|
"total"?: number;
|
|
36803
37122
|
"firstUri"?: string;
|
|
36804
|
-
"previousUri"?: string;
|
|
36805
|
-
"nextUri"?: string;
|
|
36806
37123
|
"lastUri"?: string;
|
|
36807
37124
|
"selfUri"?: string;
|
|
37125
|
+
"previousUri"?: string;
|
|
37126
|
+
"nextUri"?: string;
|
|
36808
37127
|
"pageCount"?: number;
|
|
36809
37128
|
}
|
|
36810
37129
|
|
|
@@ -37028,10 +37347,10 @@ declare namespace Models {
|
|
|
37028
37347
|
"pageNumber"?: number;
|
|
37029
37348
|
"total"?: number;
|
|
37030
37349
|
"firstUri"?: string;
|
|
37031
|
-
"previousUri"?: string;
|
|
37032
|
-
"nextUri"?: string;
|
|
37033
37350
|
"lastUri"?: string;
|
|
37034
37351
|
"selfUri"?: string;
|
|
37352
|
+
"previousUri"?: string;
|
|
37353
|
+
"nextUri"?: string;
|
|
37035
37354
|
"pageCount"?: number;
|
|
37036
37355
|
}
|
|
37037
37356
|
|
|
@@ -37123,10 +37442,10 @@ declare namespace Models {
|
|
|
37123
37442
|
"pageNumber"?: number;
|
|
37124
37443
|
"total"?: number;
|
|
37125
37444
|
"firstUri"?: string;
|
|
37126
|
-
"previousUri"?: string;
|
|
37127
|
-
"nextUri"?: string;
|
|
37128
37445
|
"lastUri"?: string;
|
|
37129
37446
|
"selfUri"?: string;
|
|
37447
|
+
"previousUri"?: string;
|
|
37448
|
+
"nextUri"?: string;
|
|
37130
37449
|
"pageCount"?: number;
|
|
37131
37450
|
}
|
|
37132
37451
|
|
|
@@ -37320,10 +37639,10 @@ declare namespace Models {
|
|
|
37320
37639
|
"pageNumber"?: number;
|
|
37321
37640
|
"total"?: number;
|
|
37322
37641
|
"firstUri"?: string;
|
|
37323
|
-
"previousUri"?: string;
|
|
37324
|
-
"nextUri"?: string;
|
|
37325
37642
|
"lastUri"?: string;
|
|
37326
37643
|
"selfUri"?: string;
|
|
37644
|
+
"previousUri"?: string;
|
|
37645
|
+
"nextUri"?: string;
|
|
37327
37646
|
"pageCount"?: number;
|
|
37328
37647
|
}
|
|
37329
37648
|
|
|
@@ -37333,10 +37652,10 @@ declare namespace Models {
|
|
|
37333
37652
|
"pageNumber"?: number;
|
|
37334
37653
|
"total"?: number;
|
|
37335
37654
|
"firstUri"?: string;
|
|
37336
|
-
"previousUri"?: string;
|
|
37337
|
-
"nextUri"?: string;
|
|
37338
37655
|
"lastUri"?: string;
|
|
37339
37656
|
"selfUri"?: string;
|
|
37657
|
+
"previousUri"?: string;
|
|
37658
|
+
"nextUri"?: string;
|
|
37340
37659
|
"pageCount"?: number;
|
|
37341
37660
|
}
|
|
37342
37661
|
|
|
@@ -37592,10 +37911,10 @@ declare namespace Models {
|
|
|
37592
37911
|
"pageNumber"?: number;
|
|
37593
37912
|
"total"?: number;
|
|
37594
37913
|
"firstUri"?: string;
|
|
37595
|
-
"previousUri"?: string;
|
|
37596
|
-
"nextUri"?: string;
|
|
37597
37914
|
"lastUri"?: string;
|
|
37598
37915
|
"selfUri"?: string;
|
|
37916
|
+
"previousUri"?: string;
|
|
37917
|
+
"nextUri"?: string;
|
|
37599
37918
|
"pageCount"?: number;
|
|
37600
37919
|
}
|
|
37601
37920
|
|
|
@@ -37650,10 +37969,10 @@ declare namespace Models {
|
|
|
37650
37969
|
"pageNumber"?: number;
|
|
37651
37970
|
"total"?: number;
|
|
37652
37971
|
"firstUri"?: string;
|
|
37653
|
-
"previousUri"?: string;
|
|
37654
|
-
"nextUri"?: string;
|
|
37655
37972
|
"lastUri"?: string;
|
|
37656
37973
|
"selfUri"?: string;
|
|
37974
|
+
"previousUri"?: string;
|
|
37975
|
+
"nextUri"?: string;
|
|
37657
37976
|
"pageCount"?: number;
|
|
37658
37977
|
}
|
|
37659
37978
|
|
|
@@ -37689,10 +38008,10 @@ declare namespace Models {
|
|
|
37689
38008
|
"pageNumber"?: number;
|
|
37690
38009
|
"total"?: number;
|
|
37691
38010
|
"firstUri"?: string;
|
|
37692
|
-
"previousUri"?: string;
|
|
37693
|
-
"nextUri"?: string;
|
|
37694
38011
|
"lastUri"?: string;
|
|
37695
38012
|
"selfUri"?: string;
|
|
38013
|
+
"previousUri"?: string;
|
|
38014
|
+
"nextUri"?: string;
|
|
37696
38015
|
"pageCount"?: number;
|
|
37697
38016
|
}
|
|
37698
38017
|
|
|
@@ -37778,10 +38097,10 @@ declare namespace Models {
|
|
|
37778
38097
|
"pageNumber"?: number;
|
|
37779
38098
|
"total"?: number;
|
|
37780
38099
|
"firstUri"?: string;
|
|
37781
|
-
"previousUri"?: string;
|
|
37782
|
-
"nextUri"?: string;
|
|
37783
38100
|
"lastUri"?: string;
|
|
37784
38101
|
"selfUri"?: string;
|
|
38102
|
+
"previousUri"?: string;
|
|
38103
|
+
"nextUri"?: string;
|
|
37785
38104
|
"pageCount"?: number;
|
|
37786
38105
|
}
|
|
37787
38106
|
|
|
@@ -38227,6 +38546,74 @@ declare namespace Models {
|
|
|
38227
38546
|
"outbound"?: string;
|
|
38228
38547
|
}
|
|
38229
38548
|
|
|
38549
|
+
export interface OutboundPreviewCampaignPostContactOutboundPreviewCampaignPostContactEvent {
|
|
38550
|
+
"eventTime"?: number;
|
|
38551
|
+
"voiceAttributes"?: Models.OutboundPreviewCampaignPostContactVoiceAttributes;
|
|
38552
|
+
"wrapupCode"?: string;
|
|
38553
|
+
"outboundCampaignId"?: string;
|
|
38554
|
+
"dialingMode"?: string;
|
|
38555
|
+
"agentScriptId"?: string;
|
|
38556
|
+
"divisionId"?: string;
|
|
38557
|
+
"outboundContactListId"?: string;
|
|
38558
|
+
"outboundContactListFilterId"?: string;
|
|
38559
|
+
"outboundQueueId"?: string;
|
|
38560
|
+
"outboundContactId"?: string;
|
|
38561
|
+
"isCampaignAlwaysRunning"?: boolean;
|
|
38562
|
+
"isCampaignSkillBased"?: boolean;
|
|
38563
|
+
"isCampaignDynamicSorting"?: boolean;
|
|
38564
|
+
"isCampaignDynamicFiltering"?: boolean;
|
|
38565
|
+
"outboundCampaignHealthMask"?: number;
|
|
38566
|
+
"isReCall"?: boolean;
|
|
38567
|
+
"scheduledDateTime"?: string;
|
|
38568
|
+
"conversationId"?: string;
|
|
38569
|
+
"isRightPartyContact"?: boolean;
|
|
38570
|
+
"callAnalysisDisposition"?: string;
|
|
38571
|
+
"agentId"?: string;
|
|
38572
|
+
}
|
|
38573
|
+
|
|
38574
|
+
export interface OutboundPreviewCampaignPostContactVoiceAttributes {
|
|
38575
|
+
"contactPhoneNumber"?: string;
|
|
38576
|
+
"contactPhoneType"?: string;
|
|
38577
|
+
"callerIdPhoneNumber"?: string;
|
|
38578
|
+
"callerIdName"?: string;
|
|
38579
|
+
"agentOwnedColumnName"?: string;
|
|
38580
|
+
"previewModeColumnName"?: string;
|
|
38581
|
+
"isDeliveredAsPreview"?: boolean;
|
|
38582
|
+
}
|
|
38583
|
+
|
|
38584
|
+
export interface OutboundPreviewCampaignPreContactOutboundPreviewCampaignPreContactEvent {
|
|
38585
|
+
"eventTime"?: number;
|
|
38586
|
+
"voiceAttributes"?: Models.OutboundPreviewCampaignPreContactVoiceAttributes;
|
|
38587
|
+
"wrapupCode"?: string;
|
|
38588
|
+
"outboundCampaignId"?: string;
|
|
38589
|
+
"dialingMode"?: string;
|
|
38590
|
+
"agentScriptId"?: string;
|
|
38591
|
+
"divisionId"?: string;
|
|
38592
|
+
"outboundContactListId"?: string;
|
|
38593
|
+
"outboundContactListFilterId"?: string;
|
|
38594
|
+
"outboundQueueId"?: string;
|
|
38595
|
+
"outboundContactId"?: string;
|
|
38596
|
+
"isCampaignAlwaysRunning"?: boolean;
|
|
38597
|
+
"isCampaignSkillBased"?: boolean;
|
|
38598
|
+
"isCampaignDynamicSorting"?: boolean;
|
|
38599
|
+
"isCampaignDynamicFiltering"?: boolean;
|
|
38600
|
+
"outboundCampaignHealthMask"?: number;
|
|
38601
|
+
"isReCall"?: boolean;
|
|
38602
|
+
"scheduledDateTime"?: string;
|
|
38603
|
+
"isFinal"?: boolean;
|
|
38604
|
+
"conversationId"?: string;
|
|
38605
|
+
}
|
|
38606
|
+
|
|
38607
|
+
export interface OutboundPreviewCampaignPreContactVoiceAttributes {
|
|
38608
|
+
"contactPhoneNumber"?: string;
|
|
38609
|
+
"contactPhoneType"?: string;
|
|
38610
|
+
"callerIdPhoneNumber"?: string;
|
|
38611
|
+
"callerIdName"?: string;
|
|
38612
|
+
"agentOwnedColumnName"?: string;
|
|
38613
|
+
"previewModeColumnName"?: string;
|
|
38614
|
+
"isDeliveredAsPreview"?: boolean;
|
|
38615
|
+
}
|
|
38616
|
+
|
|
38230
38617
|
export interface OutboundRoute {
|
|
38231
38618
|
"id"?: string;
|
|
38232
38619
|
"name": string;
|
|
@@ -38276,10 +38663,10 @@ declare namespace Models {
|
|
|
38276
38663
|
"total"?: number;
|
|
38277
38664
|
"totalNumberOfEntities"?: number;
|
|
38278
38665
|
"firstUri"?: string;
|
|
38279
|
-
"previousUri"?: string;
|
|
38280
|
-
"nextUri"?: string;
|
|
38281
38666
|
"lastUri"?: string;
|
|
38282
38667
|
"selfUri"?: string;
|
|
38668
|
+
"previousUri"?: string;
|
|
38669
|
+
"nextUri"?: string;
|
|
38283
38670
|
"pageCount"?: number;
|
|
38284
38671
|
}
|
|
38285
38672
|
|
|
@@ -38290,10 +38677,10 @@ declare namespace Models {
|
|
|
38290
38677
|
"total"?: number;
|
|
38291
38678
|
"totalNumberOfEntities"?: number;
|
|
38292
38679
|
"firstUri"?: string;
|
|
38293
|
-
"previousUri"?: string;
|
|
38294
|
-
"nextUri"?: string;
|
|
38295
38680
|
"lastUri"?: string;
|
|
38296
38681
|
"selfUri"?: string;
|
|
38682
|
+
"previousUri"?: string;
|
|
38683
|
+
"nextUri"?: string;
|
|
38297
38684
|
"pageCount"?: number;
|
|
38298
38685
|
}
|
|
38299
38686
|
|
|
@@ -38314,6 +38701,74 @@ declare namespace Models {
|
|
|
38314
38701
|
"selfUri"?: string;
|
|
38315
38702
|
}
|
|
38316
38703
|
|
|
38704
|
+
export interface OutboundVoiceCampaignPostContactOutboundVoiceCampaignPostContactEvent {
|
|
38705
|
+
"eventTime"?: number;
|
|
38706
|
+
"voiceAttributes"?: Models.OutboundVoiceCampaignPostContactVoiceAttributes;
|
|
38707
|
+
"wrapupCode"?: string;
|
|
38708
|
+
"outboundCampaignId"?: string;
|
|
38709
|
+
"dialingMode"?: string;
|
|
38710
|
+
"agentScriptId"?: string;
|
|
38711
|
+
"divisionId"?: string;
|
|
38712
|
+
"outboundContactListId"?: string;
|
|
38713
|
+
"outboundContactListFilterId"?: string;
|
|
38714
|
+
"outboundQueueId"?: string;
|
|
38715
|
+
"outboundContactId"?: string;
|
|
38716
|
+
"isCampaignAlwaysRunning"?: boolean;
|
|
38717
|
+
"isCampaignSkillBased"?: boolean;
|
|
38718
|
+
"isCampaignDynamicSorting"?: boolean;
|
|
38719
|
+
"isCampaignDynamicFiltering"?: boolean;
|
|
38720
|
+
"outboundCampaignHealthMask"?: number;
|
|
38721
|
+
"isReCall"?: boolean;
|
|
38722
|
+
"scheduledDateTime"?: string;
|
|
38723
|
+
"conversationId"?: string;
|
|
38724
|
+
"isRightPartyContact"?: boolean;
|
|
38725
|
+
"callAnalysisDisposition"?: string;
|
|
38726
|
+
"agentId"?: string;
|
|
38727
|
+
}
|
|
38728
|
+
|
|
38729
|
+
export interface OutboundVoiceCampaignPostContactVoiceAttributes {
|
|
38730
|
+
"contactPhoneNumber"?: string;
|
|
38731
|
+
"contactPhoneType"?: string;
|
|
38732
|
+
"callerIdPhoneNumber"?: string;
|
|
38733
|
+
"callerIdName"?: string;
|
|
38734
|
+
"agentOwnedColumnName"?: string;
|
|
38735
|
+
"previewModeColumnName"?: string;
|
|
38736
|
+
"isDeliveredAsPreview"?: boolean;
|
|
38737
|
+
}
|
|
38738
|
+
|
|
38739
|
+
export interface OutboundVoiceCampaignPreContactOutboundVoiceCampaignPreContactEvent {
|
|
38740
|
+
"eventTime"?: number;
|
|
38741
|
+
"voiceAttributes"?: Models.OutboundVoiceCampaignPreContactVoiceAttributes;
|
|
38742
|
+
"wrapupCode"?: string;
|
|
38743
|
+
"outboundCampaignId"?: string;
|
|
38744
|
+
"dialingMode"?: string;
|
|
38745
|
+
"agentScriptId"?: string;
|
|
38746
|
+
"divisionId"?: string;
|
|
38747
|
+
"outboundContactListId"?: string;
|
|
38748
|
+
"outboundContactListFilterId"?: string;
|
|
38749
|
+
"outboundQueueId"?: string;
|
|
38750
|
+
"outboundContactId"?: string;
|
|
38751
|
+
"isCampaignAlwaysRunning"?: boolean;
|
|
38752
|
+
"isCampaignSkillBased"?: boolean;
|
|
38753
|
+
"isCampaignDynamicSorting"?: boolean;
|
|
38754
|
+
"isCampaignDynamicFiltering"?: boolean;
|
|
38755
|
+
"outboundCampaignHealthMask"?: number;
|
|
38756
|
+
"isReCall"?: boolean;
|
|
38757
|
+
"scheduledDateTime"?: string;
|
|
38758
|
+
"isFinal"?: boolean;
|
|
38759
|
+
"conversationId"?: string;
|
|
38760
|
+
}
|
|
38761
|
+
|
|
38762
|
+
export interface OutboundVoiceCampaignPreContactVoiceAttributes {
|
|
38763
|
+
"contactPhoneNumber"?: string;
|
|
38764
|
+
"contactPhoneType"?: string;
|
|
38765
|
+
"callerIdPhoneNumber"?: string;
|
|
38766
|
+
"callerIdName"?: string;
|
|
38767
|
+
"agentOwnedColumnName"?: string;
|
|
38768
|
+
"previewModeColumnName"?: string;
|
|
38769
|
+
"isDeliveredAsPreview"?: boolean;
|
|
38770
|
+
}
|
|
38771
|
+
|
|
38317
38772
|
export interface Outcome {
|
|
38318
38773
|
"id": string;
|
|
38319
38774
|
"isActive": boolean;
|
|
@@ -38407,10 +38862,10 @@ declare namespace Models {
|
|
|
38407
38862
|
"pageNumber"?: number;
|
|
38408
38863
|
"total"?: number;
|
|
38409
38864
|
"firstUri"?: string;
|
|
38410
|
-
"previousUri"?: string;
|
|
38411
|
-
"nextUri"?: string;
|
|
38412
38865
|
"lastUri"?: string;
|
|
38413
38866
|
"selfUri"?: string;
|
|
38867
|
+
"previousUri"?: string;
|
|
38868
|
+
"nextUri"?: string;
|
|
38414
38869
|
"pageCount"?: number;
|
|
38415
38870
|
}
|
|
38416
38871
|
|
|
@@ -39085,6 +39540,19 @@ declare namespace Models {
|
|
|
39085
39540
|
"selfUri"?: string;
|
|
39086
39541
|
}
|
|
39087
39542
|
|
|
39543
|
+
export interface PermissionCollectionEntityListing {
|
|
39544
|
+
"entities"?: Array<Models.DomainPermissionCollection>;
|
|
39545
|
+
"pageSize"?: number;
|
|
39546
|
+
"pageNumber"?: number;
|
|
39547
|
+
"total"?: number;
|
|
39548
|
+
"firstUri"?: string;
|
|
39549
|
+
"lastUri"?: string;
|
|
39550
|
+
"selfUri"?: string;
|
|
39551
|
+
"previousUri"?: string;
|
|
39552
|
+
"nextUri"?: string;
|
|
39553
|
+
"pageCount"?: number;
|
|
39554
|
+
}
|
|
39555
|
+
|
|
39088
39556
|
export interface PermissionDetails {
|
|
39089
39557
|
"type"?: string;
|
|
39090
39558
|
"permissions"?: Array<string>;
|
|
@@ -39183,10 +39651,10 @@ declare namespace Models {
|
|
|
39183
39651
|
"total"?: number;
|
|
39184
39652
|
"totalNumberOfEntities"?: number;
|
|
39185
39653
|
"firstUri"?: string;
|
|
39186
|
-
"previousUri"?: string;
|
|
39187
|
-
"nextUri"?: string;
|
|
39188
39654
|
"lastUri"?: string;
|
|
39189
39655
|
"selfUri"?: string;
|
|
39656
|
+
"previousUri"?: string;
|
|
39657
|
+
"nextUri"?: string;
|
|
39190
39658
|
"pageCount"?: number;
|
|
39191
39659
|
}
|
|
39192
39660
|
|
|
@@ -39262,10 +39730,10 @@ declare namespace Models {
|
|
|
39262
39730
|
"total"?: number;
|
|
39263
39731
|
"totalNumberOfEntities"?: number;
|
|
39264
39732
|
"firstUri"?: string;
|
|
39265
|
-
"previousUri"?: string;
|
|
39266
|
-
"nextUri"?: string;
|
|
39267
39733
|
"lastUri"?: string;
|
|
39268
39734
|
"selfUri"?: string;
|
|
39735
|
+
"previousUri"?: string;
|
|
39736
|
+
"nextUri"?: string;
|
|
39269
39737
|
"pageCount"?: number;
|
|
39270
39738
|
}
|
|
39271
39739
|
|
|
@@ -39288,10 +39756,10 @@ declare namespace Models {
|
|
|
39288
39756
|
"total"?: number;
|
|
39289
39757
|
"totalNumberOfEntities"?: number;
|
|
39290
39758
|
"firstUri"?: string;
|
|
39291
|
-
"previousUri"?: string;
|
|
39292
|
-
"nextUri"?: string;
|
|
39293
39759
|
"lastUri"?: string;
|
|
39294
39760
|
"selfUri"?: string;
|
|
39761
|
+
"previousUri"?: string;
|
|
39762
|
+
"nextUri"?: string;
|
|
39295
39763
|
"pageCount"?: number;
|
|
39296
39764
|
}
|
|
39297
39765
|
|
|
@@ -39366,10 +39834,10 @@ declare namespace Models {
|
|
|
39366
39834
|
"pageNumber"?: number;
|
|
39367
39835
|
"total"?: number;
|
|
39368
39836
|
"firstUri"?: string;
|
|
39369
|
-
"previousUri"?: string;
|
|
39370
|
-
"nextUri"?: string;
|
|
39371
39837
|
"lastUri"?: string;
|
|
39372
39838
|
"selfUri"?: string;
|
|
39839
|
+
"previousUri"?: string;
|
|
39840
|
+
"nextUri"?: string;
|
|
39373
39841
|
"pageCount"?: number;
|
|
39374
39842
|
}
|
|
39375
39843
|
|
|
@@ -39543,10 +40011,10 @@ declare namespace Models {
|
|
|
39543
40011
|
"pageNumber"?: number;
|
|
39544
40012
|
"total"?: number;
|
|
39545
40013
|
"firstUri"?: string;
|
|
39546
|
-
"previousUri"?: string;
|
|
39547
|
-
"nextUri"?: string;
|
|
39548
40014
|
"lastUri"?: string;
|
|
39549
40015
|
"selfUri"?: string;
|
|
40016
|
+
"previousUri"?: string;
|
|
40017
|
+
"nextUri"?: string;
|
|
39550
40018
|
"pageCount"?: number;
|
|
39551
40019
|
}
|
|
39552
40020
|
|
|
@@ -39872,10 +40340,10 @@ declare namespace Models {
|
|
|
39872
40340
|
"pageNumber"?: number;
|
|
39873
40341
|
"total"?: number;
|
|
39874
40342
|
"firstUri"?: string;
|
|
39875
|
-
"previousUri"?: string;
|
|
39876
|
-
"nextUri"?: string;
|
|
39877
40343
|
"lastUri"?: string;
|
|
39878
40344
|
"selfUri"?: string;
|
|
40345
|
+
"previousUri"?: string;
|
|
40346
|
+
"nextUri"?: string;
|
|
39879
40347
|
"pageCount"?: number;
|
|
39880
40348
|
}
|
|
39881
40349
|
|
|
@@ -39958,17 +40426,17 @@ declare namespace Models {
|
|
|
39958
40426
|
export interface ProgramsEntityListing {
|
|
39959
40427
|
"entities"?: Array<Models.ListedProgram>;
|
|
39960
40428
|
"pageSize"?: number;
|
|
39961
|
-
"nextUri"?: string;
|
|
39962
40429
|
"selfUri"?: string;
|
|
40430
|
+
"nextUri"?: string;
|
|
39963
40431
|
"pageCount"?: number;
|
|
39964
40432
|
}
|
|
39965
40433
|
|
|
39966
40434
|
export interface ProgramsMappingsEntityListing {
|
|
39967
40435
|
"entities"?: Array<Models.ProgramMappings>;
|
|
39968
40436
|
"pageSize"?: number;
|
|
39969
|
-
"nextUri"?: string;
|
|
39970
40437
|
"selfUri"?: string;
|
|
39971
40438
|
"pageCount"?: number;
|
|
40439
|
+
"nextUri"?: string;
|
|
39972
40440
|
}
|
|
39973
40441
|
|
|
39974
40442
|
export interface ProgressConsultTransferEvent {
|
|
@@ -40036,10 +40504,10 @@ declare namespace Models {
|
|
|
40036
40504
|
"pageNumber"?: number;
|
|
40037
40505
|
"total"?: number;
|
|
40038
40506
|
"firstUri"?: string;
|
|
40039
|
-
"previousUri"?: string;
|
|
40040
|
-
"nextUri"?: string;
|
|
40041
40507
|
"lastUri"?: string;
|
|
40042
40508
|
"selfUri"?: string;
|
|
40509
|
+
"previousUri"?: string;
|
|
40510
|
+
"nextUri"?: string;
|
|
40043
40511
|
"pageCount"?: number;
|
|
40044
40512
|
}
|
|
40045
40513
|
|
|
@@ -40054,10 +40522,10 @@ declare namespace Models {
|
|
|
40054
40522
|
"pageNumber"?: number;
|
|
40055
40523
|
"total"?: number;
|
|
40056
40524
|
"firstUri"?: string;
|
|
40057
|
-
"previousUri"?: string;
|
|
40058
|
-
"nextUri"?: string;
|
|
40059
40525
|
"lastUri"?: string;
|
|
40060
40526
|
"selfUri"?: string;
|
|
40527
|
+
"previousUri"?: string;
|
|
40528
|
+
"nextUri"?: string;
|
|
40061
40529
|
"pageCount"?: number;
|
|
40062
40530
|
}
|
|
40063
40531
|
|
|
@@ -40522,6 +40990,7 @@ declare namespace Models {
|
|
|
40522
40990
|
"recording"?: boolean;
|
|
40523
40991
|
"recordingState"?: string;
|
|
40524
40992
|
"recordersState"?: Models.QueueConversationCallEventTopicRecordersState;
|
|
40993
|
+
"disposition"?: Models.QueueConversationCallEventTopicDisposition;
|
|
40525
40994
|
"securePause"?: boolean;
|
|
40526
40995
|
"group"?: Models.QueueConversationCallEventTopicUriReference;
|
|
40527
40996
|
"ani"?: string;
|
|
@@ -40555,6 +41024,26 @@ declare namespace Models {
|
|
|
40555
41024
|
"entityName"?: string;
|
|
40556
41025
|
}
|
|
40557
41026
|
|
|
41027
|
+
export interface QueueConversationCallEventTopicDisposition {
|
|
41028
|
+
"name"?: string;
|
|
41029
|
+
"analyzer"?: string;
|
|
41030
|
+
"amdTimeout"?: Models.QueueConversationCallEventTopicDispositionAmdTimeout;
|
|
41031
|
+
"silentCallTimeout"?: Models.QueueConversationCallEventTopicDispositionSilentCallTimeout;
|
|
41032
|
+
}
|
|
41033
|
+
|
|
41034
|
+
export interface QueueConversationCallEventTopicDispositionAmdTimeout {
|
|
41035
|
+
"timeoutMs"?: number;
|
|
41036
|
+
"timerStartEvent"?: string;
|
|
41037
|
+
"timerStartTime"?: number;
|
|
41038
|
+
"timerEndTime"?: number;
|
|
41039
|
+
}
|
|
41040
|
+
|
|
41041
|
+
export interface QueueConversationCallEventTopicDispositionSilentCallTimeout {
|
|
41042
|
+
"timeoutMs"?: number;
|
|
41043
|
+
"timerStartTime"?: number;
|
|
41044
|
+
"timerEndTime"?: number;
|
|
41045
|
+
}
|
|
41046
|
+
|
|
40558
41047
|
export interface QueueConversationCallEventTopicDivisionEntityRef {
|
|
40559
41048
|
"id"?: string;
|
|
40560
41049
|
"selfUri"?: string;
|
|
@@ -41385,6 +41874,7 @@ declare namespace Models {
|
|
|
41385
41874
|
"afterCallWorkRequired"?: boolean;
|
|
41386
41875
|
"agentAssistantId"?: string;
|
|
41387
41876
|
"queueMediaSettings"?: Models.QueueConversationEventTopicQueueMediaSettings;
|
|
41877
|
+
"disposition"?: Models.QueueConversationEventTopicDisposition;
|
|
41388
41878
|
}
|
|
41389
41879
|
|
|
41390
41880
|
export interface QueueConversationEventTopicCallback {
|
|
@@ -41502,6 +41992,26 @@ declare namespace Models {
|
|
|
41502
41992
|
"phrase"?: string;
|
|
41503
41993
|
}
|
|
41504
41994
|
|
|
41995
|
+
export interface QueueConversationEventTopicDisposition {
|
|
41996
|
+
"name"?: string;
|
|
41997
|
+
"analyzer"?: string;
|
|
41998
|
+
"amdTimeout"?: Models.QueueConversationEventTopicDispositionAmdTimeout;
|
|
41999
|
+
"silentCallTimeout"?: Models.QueueConversationEventTopicDispositionSilentCallTimeout;
|
|
42000
|
+
}
|
|
42001
|
+
|
|
42002
|
+
export interface QueueConversationEventTopicDispositionAmdTimeout {
|
|
42003
|
+
"timeoutMs"?: number;
|
|
42004
|
+
"timerStartEvent"?: string;
|
|
42005
|
+
"timerStartTime"?: number;
|
|
42006
|
+
"timerEndTime"?: number;
|
|
42007
|
+
}
|
|
42008
|
+
|
|
42009
|
+
export interface QueueConversationEventTopicDispositionSilentCallTimeout {
|
|
42010
|
+
"timeoutMs"?: number;
|
|
42011
|
+
"timerStartTime"?: number;
|
|
42012
|
+
"timerEndTime"?: number;
|
|
42013
|
+
}
|
|
42014
|
+
|
|
41505
42015
|
export interface QueueConversationEventTopicDivisionEntityRef {
|
|
41506
42016
|
"id"?: string;
|
|
41507
42017
|
"selfUri"?: string;
|
|
@@ -41635,6 +42145,7 @@ declare namespace Models {
|
|
|
41635
42145
|
"afterCallWork"?: Models.QueueConversationEventTopicAfterCallWork;
|
|
41636
42146
|
"afterCallWorkRequired"?: boolean;
|
|
41637
42147
|
"agentAssistantId"?: string;
|
|
42148
|
+
"engagementSource"?: string;
|
|
41638
42149
|
"byoSmsIntegrationId"?: string;
|
|
41639
42150
|
"queueMediaSettings"?: Models.QueueConversationEventTopicQueueMediaSettings;
|
|
41640
42151
|
}
|
|
@@ -42023,6 +42534,7 @@ declare namespace Models {
|
|
|
42023
42534
|
"recipientCountry"?: string;
|
|
42024
42535
|
"recipientType"?: string;
|
|
42025
42536
|
"byoSmsIntegrationId"?: string;
|
|
42537
|
+
"engagementSource"?: string;
|
|
42026
42538
|
"monitoredParticipantId"?: string;
|
|
42027
42539
|
}
|
|
42028
42540
|
|
|
@@ -42286,6 +42798,7 @@ declare namespace Models {
|
|
|
42286
42798
|
"afterCallWorkRequired"?: boolean;
|
|
42287
42799
|
"agentAssistantId"?: string;
|
|
42288
42800
|
"queueMediaSettings"?: Models.QueueConversationSocialExpressionEventTopicQueueMediaSettings;
|
|
42801
|
+
"disposition"?: Models.QueueConversationSocialExpressionEventTopicDisposition;
|
|
42289
42802
|
}
|
|
42290
42803
|
|
|
42291
42804
|
export interface QueueConversationSocialExpressionEventTopicCallback {
|
|
@@ -42403,6 +42916,26 @@ declare namespace Models {
|
|
|
42403
42916
|
"phrase"?: string;
|
|
42404
42917
|
}
|
|
42405
42918
|
|
|
42919
|
+
export interface QueueConversationSocialExpressionEventTopicDisposition {
|
|
42920
|
+
"name"?: string;
|
|
42921
|
+
"analyzer"?: string;
|
|
42922
|
+
"amdTimeout"?: Models.QueueConversationSocialExpressionEventTopicDispositionAmdTimeout;
|
|
42923
|
+
"silentCallTimeout"?: Models.QueueConversationSocialExpressionEventTopicDispositionSilentCallTimeout;
|
|
42924
|
+
}
|
|
42925
|
+
|
|
42926
|
+
export interface QueueConversationSocialExpressionEventTopicDispositionAmdTimeout {
|
|
42927
|
+
"timeoutMs"?: number;
|
|
42928
|
+
"timerStartEvent"?: string;
|
|
42929
|
+
"timerStartTime"?: number;
|
|
42930
|
+
"timerEndTime"?: number;
|
|
42931
|
+
}
|
|
42932
|
+
|
|
42933
|
+
export interface QueueConversationSocialExpressionEventTopicDispositionSilentCallTimeout {
|
|
42934
|
+
"timeoutMs"?: number;
|
|
42935
|
+
"timerStartTime"?: number;
|
|
42936
|
+
"timerEndTime"?: number;
|
|
42937
|
+
}
|
|
42938
|
+
|
|
42406
42939
|
export interface QueueConversationSocialExpressionEventTopicDivisionEntityRef {
|
|
42407
42940
|
"id"?: string;
|
|
42408
42941
|
"selfUri"?: string;
|
|
@@ -42536,6 +43069,7 @@ declare namespace Models {
|
|
|
42536
43069
|
"afterCallWork"?: Models.QueueConversationSocialExpressionEventTopicAfterCallWork;
|
|
42537
43070
|
"afterCallWorkRequired"?: boolean;
|
|
42538
43071
|
"agentAssistantId"?: string;
|
|
43072
|
+
"engagementSource"?: string;
|
|
42539
43073
|
"byoSmsIntegrationId"?: string;
|
|
42540
43074
|
"queueMediaSettings"?: Models.QueueConversationSocialExpressionEventTopicQueueMediaSettings;
|
|
42541
43075
|
}
|
|
@@ -42813,6 +43347,7 @@ declare namespace Models {
|
|
|
42813
43347
|
"afterCallWorkRequired"?: boolean;
|
|
42814
43348
|
"agentAssistantId"?: string;
|
|
42815
43349
|
"queueMediaSettings"?: Models.QueueConversationVideoEventTopicQueueMediaSettings;
|
|
43350
|
+
"disposition"?: Models.QueueConversationVideoEventTopicDisposition;
|
|
42816
43351
|
}
|
|
42817
43352
|
|
|
42818
43353
|
export interface QueueConversationVideoEventTopicCallback {
|
|
@@ -42930,6 +43465,26 @@ declare namespace Models {
|
|
|
42930
43465
|
"phrase"?: string;
|
|
42931
43466
|
}
|
|
42932
43467
|
|
|
43468
|
+
export interface QueueConversationVideoEventTopicDisposition {
|
|
43469
|
+
"name"?: string;
|
|
43470
|
+
"analyzer"?: string;
|
|
43471
|
+
"amdTimeout"?: Models.QueueConversationVideoEventTopicDispositionAmdTimeout;
|
|
43472
|
+
"silentCallTimeout"?: Models.QueueConversationVideoEventTopicDispositionSilentCallTimeout;
|
|
43473
|
+
}
|
|
43474
|
+
|
|
43475
|
+
export interface QueueConversationVideoEventTopicDispositionAmdTimeout {
|
|
43476
|
+
"timeoutMs"?: number;
|
|
43477
|
+
"timerStartEvent"?: string;
|
|
43478
|
+
"timerStartTime"?: number;
|
|
43479
|
+
"timerEndTime"?: number;
|
|
43480
|
+
}
|
|
43481
|
+
|
|
43482
|
+
export interface QueueConversationVideoEventTopicDispositionSilentCallTimeout {
|
|
43483
|
+
"timeoutMs"?: number;
|
|
43484
|
+
"timerStartTime"?: number;
|
|
43485
|
+
"timerEndTime"?: number;
|
|
43486
|
+
}
|
|
43487
|
+
|
|
42933
43488
|
export interface QueueConversationVideoEventTopicDivisionEntityRef {
|
|
42934
43489
|
"id"?: string;
|
|
42935
43490
|
"selfUri"?: string;
|
|
@@ -43063,6 +43618,7 @@ declare namespace Models {
|
|
|
43063
43618
|
"afterCallWork"?: Models.QueueConversationVideoEventTopicAfterCallWork;
|
|
43064
43619
|
"afterCallWorkRequired"?: boolean;
|
|
43065
43620
|
"agentAssistantId"?: string;
|
|
43621
|
+
"engagementSource"?: string;
|
|
43066
43622
|
"byoSmsIntegrationId"?: string;
|
|
43067
43623
|
"queueMediaSettings"?: Models.QueueConversationVideoEventTopicQueueMediaSettings;
|
|
43068
43624
|
}
|
|
@@ -43297,10 +43853,10 @@ declare namespace Models {
|
|
|
43297
43853
|
"pageNumber"?: number;
|
|
43298
43854
|
"total"?: number;
|
|
43299
43855
|
"firstUri"?: string;
|
|
43300
|
-
"previousUri"?: string;
|
|
43301
|
-
"nextUri"?: string;
|
|
43302
43856
|
"lastUri"?: string;
|
|
43303
43857
|
"selfUri"?: string;
|
|
43858
|
+
"previousUri"?: string;
|
|
43859
|
+
"nextUri"?: string;
|
|
43304
43860
|
"pageCount"?: number;
|
|
43305
43861
|
}
|
|
43306
43862
|
|
|
@@ -43328,9 +43884,9 @@ declare namespace Models {
|
|
|
43328
43884
|
"pageNumber"?: number;
|
|
43329
43885
|
"pageSize"?: number;
|
|
43330
43886
|
"firstUri"?: string;
|
|
43887
|
+
"selfUri"?: string;
|
|
43331
43888
|
"previousUri"?: string;
|
|
43332
43889
|
"nextUri"?: string;
|
|
43333
|
-
"selfUri"?: string;
|
|
43334
43890
|
}
|
|
43335
43891
|
|
|
43336
43892
|
export interface QueueMemberEntityListingV1 {
|
|
@@ -43339,10 +43895,10 @@ declare namespace Models {
|
|
|
43339
43895
|
"pageNumber"?: number;
|
|
43340
43896
|
"total"?: number;
|
|
43341
43897
|
"firstUri"?: string;
|
|
43342
|
-
"previousUri"?: string;
|
|
43343
|
-
"nextUri"?: string;
|
|
43344
43898
|
"lastUri"?: string;
|
|
43345
43899
|
"selfUri"?: string;
|
|
43900
|
+
"previousUri"?: string;
|
|
43901
|
+
"nextUri"?: string;
|
|
43346
43902
|
"pageCount"?: number;
|
|
43347
43903
|
}
|
|
43348
43904
|
|
|
@@ -43580,10 +44136,10 @@ declare namespace Models {
|
|
|
43580
44136
|
"pageNumber"?: number;
|
|
43581
44137
|
"total"?: number;
|
|
43582
44138
|
"firstUri"?: string;
|
|
43583
|
-
"previousUri"?: string;
|
|
43584
|
-
"nextUri"?: string;
|
|
43585
44139
|
"lastUri"?: string;
|
|
43586
44140
|
"selfUri"?: string;
|
|
44141
|
+
"previousUri"?: string;
|
|
44142
|
+
"nextUri"?: string;
|
|
43587
44143
|
"pageCount"?: number;
|
|
43588
44144
|
}
|
|
43589
44145
|
|
|
@@ -43835,10 +44391,10 @@ declare namespace Models {
|
|
|
43835
44391
|
"pageNumber"?: number;
|
|
43836
44392
|
"total"?: number;
|
|
43837
44393
|
"firstUri"?: string;
|
|
43838
|
-
"previousUri"?: string;
|
|
43839
|
-
"nextUri"?: string;
|
|
43840
44394
|
"lastUri"?: string;
|
|
43841
44395
|
"selfUri"?: string;
|
|
44396
|
+
"previousUri"?: string;
|
|
44397
|
+
"nextUri"?: string;
|
|
43842
44398
|
"pageCount"?: number;
|
|
43843
44399
|
}
|
|
43844
44400
|
|
|
@@ -43885,13 +44441,18 @@ declare namespace Models {
|
|
|
43885
44441
|
"messageStickerAttachments"?: Array<Models.MessageStickerAttachment>;
|
|
43886
44442
|
"quickReplies"?: Array<Models.QuickReply>;
|
|
43887
44443
|
"buttonResponse"?: Models.ButtonResponse;
|
|
44444
|
+
"buttonResponses"?: Array<Models.ButtonResponse>;
|
|
43888
44445
|
"story"?: Models.RecordingContentStory;
|
|
43889
44446
|
"cards"?: Array<Models.Card>;
|
|
43890
44447
|
"notificationTemplate"?: Models.RecordingNotificationTemplate;
|
|
43891
44448
|
"datePicker"?: Models.DatePicker;
|
|
44449
|
+
"listPicker"?: Models.ListPicker;
|
|
43892
44450
|
"contentType"?: string;
|
|
43893
44451
|
"socialVisibility"?: string;
|
|
43894
44452
|
"events"?: Array<Models.ConversationMessageEvent>;
|
|
44453
|
+
"interactiveApplication"?: Models.InteractiveApplication;
|
|
44454
|
+
"paymentRequest"?: Models.PaymentRequest;
|
|
44455
|
+
"paymentResponse"?: Models.PaymentResponse;
|
|
43895
44456
|
}
|
|
43896
44457
|
|
|
43897
44458
|
export interface RecordingMetadata {
|
|
@@ -44097,10 +44658,10 @@ declare namespace Models {
|
|
|
44097
44658
|
"total"?: number;
|
|
44098
44659
|
"partialResults"?: boolean;
|
|
44099
44660
|
"firstUri"?: string;
|
|
44100
|
-
"previousUri"?: string;
|
|
44101
|
-
"nextUri"?: string;
|
|
44102
44661
|
"lastUri"?: string;
|
|
44103
44662
|
"selfUri"?: string;
|
|
44663
|
+
"previousUri"?: string;
|
|
44664
|
+
"nextUri"?: string;
|
|
44104
44665
|
"pageCount"?: number;
|
|
44105
44666
|
}
|
|
44106
44667
|
|
|
@@ -44181,10 +44742,10 @@ declare namespace Models {
|
|
|
44181
44742
|
"pageNumber"?: number;
|
|
44182
44743
|
"total"?: number;
|
|
44183
44744
|
"firstUri"?: string;
|
|
44184
|
-
"previousUri"?: string;
|
|
44185
|
-
"nextUri"?: string;
|
|
44186
44745
|
"lastUri"?: string;
|
|
44187
44746
|
"selfUri"?: string;
|
|
44747
|
+
"previousUri"?: string;
|
|
44748
|
+
"nextUri"?: string;
|
|
44188
44749
|
"pageCount"?: number;
|
|
44189
44750
|
}
|
|
44190
44751
|
|
|
@@ -44255,10 +44816,10 @@ declare namespace Models {
|
|
|
44255
44816
|
"pageNumber"?: number;
|
|
44256
44817
|
"total"?: number;
|
|
44257
44818
|
"firstUri"?: string;
|
|
44258
|
-
"previousUri"?: string;
|
|
44259
|
-
"nextUri"?: string;
|
|
44260
44819
|
"lastUri"?: string;
|
|
44261
44820
|
"selfUri"?: string;
|
|
44821
|
+
"previousUri"?: string;
|
|
44822
|
+
"nextUri"?: string;
|
|
44262
44823
|
"pageCount"?: number;
|
|
44263
44824
|
}
|
|
44264
44825
|
|
|
@@ -44380,10 +44941,10 @@ declare namespace Models {
|
|
|
44380
44941
|
"total"?: number;
|
|
44381
44942
|
"queueTotal": number;
|
|
44382
44943
|
"firstUri"?: string;
|
|
44383
|
-
"previousUri"?: string;
|
|
44384
|
-
"nextUri"?: string;
|
|
44385
44944
|
"lastUri"?: string;
|
|
44386
44945
|
"selfUri"?: string;
|
|
44946
|
+
"previousUri"?: string;
|
|
44947
|
+
"nextUri"?: string;
|
|
44387
44948
|
"pageCount"?: number;
|
|
44388
44949
|
}
|
|
44389
44950
|
|
|
@@ -44704,10 +45265,10 @@ declare namespace Models {
|
|
|
44704
45265
|
"pageNumber"?: number;
|
|
44705
45266
|
"total"?: number;
|
|
44706
45267
|
"firstUri"?: string;
|
|
44707
|
-
"previousUri"?: string;
|
|
44708
|
-
"nextUri"?: string;
|
|
44709
45268
|
"lastUri"?: string;
|
|
44710
45269
|
"selfUri"?: string;
|
|
45270
|
+
"previousUri"?: string;
|
|
45271
|
+
"nextUri"?: string;
|
|
44711
45272
|
"pageCount"?: number;
|
|
44712
45273
|
}
|
|
44713
45274
|
|
|
@@ -44717,10 +45278,10 @@ declare namespace Models {
|
|
|
44717
45278
|
"pageNumber"?: number;
|
|
44718
45279
|
"total"?: number;
|
|
44719
45280
|
"firstUri"?: string;
|
|
44720
|
-
"previousUri"?: string;
|
|
44721
|
-
"nextUri"?: string;
|
|
44722
45281
|
"lastUri"?: string;
|
|
44723
45282
|
"selfUri"?: string;
|
|
45283
|
+
"previousUri"?: string;
|
|
45284
|
+
"nextUri"?: string;
|
|
44724
45285
|
"pageCount"?: number;
|
|
44725
45286
|
}
|
|
44726
45287
|
|
|
@@ -44772,10 +45333,10 @@ declare namespace Models {
|
|
|
44772
45333
|
"pageNumber"?: number;
|
|
44773
45334
|
"total"?: number;
|
|
44774
45335
|
"firstUri"?: string;
|
|
44775
|
-
"previousUri"?: string;
|
|
44776
|
-
"nextUri"?: string;
|
|
44777
45336
|
"lastUri"?: string;
|
|
44778
45337
|
"selfUri"?: string;
|
|
45338
|
+
"previousUri"?: string;
|
|
45339
|
+
"nextUri"?: string;
|
|
44779
45340
|
"pageCount"?: number;
|
|
44780
45341
|
}
|
|
44781
45342
|
|
|
@@ -45111,10 +45672,10 @@ declare namespace Models {
|
|
|
45111
45672
|
"pageNumber"?: number;
|
|
45112
45673
|
"total"?: number;
|
|
45113
45674
|
"firstUri"?: string;
|
|
45114
|
-
"previousUri"?: string;
|
|
45115
|
-
"nextUri"?: string;
|
|
45116
45675
|
"lastUri"?: string;
|
|
45117
45676
|
"selfUri"?: string;
|
|
45677
|
+
"previousUri"?: string;
|
|
45678
|
+
"nextUri"?: string;
|
|
45118
45679
|
"pageCount"?: number;
|
|
45119
45680
|
}
|
|
45120
45681
|
|
|
@@ -45243,10 +45804,10 @@ declare namespace Models {
|
|
|
45243
45804
|
"total"?: number;
|
|
45244
45805
|
"totalNumberOfEntities"?: number;
|
|
45245
45806
|
"firstUri"?: string;
|
|
45246
|
-
"previousUri"?: string;
|
|
45247
|
-
"nextUri"?: string;
|
|
45248
45807
|
"lastUri"?: string;
|
|
45249
45808
|
"selfUri"?: string;
|
|
45809
|
+
"previousUri"?: string;
|
|
45810
|
+
"nextUri"?: string;
|
|
45250
45811
|
"pageCount"?: number;
|
|
45251
45812
|
}
|
|
45252
45813
|
|
|
@@ -45257,10 +45818,10 @@ declare namespace Models {
|
|
|
45257
45818
|
"total"?: number;
|
|
45258
45819
|
"totalNumberOfEntities"?: number;
|
|
45259
45820
|
"firstUri"?: string;
|
|
45260
|
-
"previousUri"?: string;
|
|
45261
|
-
"nextUri"?: string;
|
|
45262
45821
|
"lastUri"?: string;
|
|
45263
45822
|
"selfUri"?: string;
|
|
45823
|
+
"previousUri"?: string;
|
|
45824
|
+
"nextUri"?: string;
|
|
45264
45825
|
"pageCount"?: number;
|
|
45265
45826
|
}
|
|
45266
45827
|
|
|
@@ -45329,10 +45890,10 @@ declare namespace Models {
|
|
|
45329
45890
|
"total"?: number;
|
|
45330
45891
|
"totalNumberOfEntities"?: number;
|
|
45331
45892
|
"firstUri"?: string;
|
|
45332
|
-
"previousUri"?: string;
|
|
45333
|
-
"nextUri"?: string;
|
|
45334
45893
|
"lastUri"?: string;
|
|
45335
45894
|
"selfUri"?: string;
|
|
45895
|
+
"previousUri"?: string;
|
|
45896
|
+
"nextUri"?: string;
|
|
45336
45897
|
"pageCount"?: number;
|
|
45337
45898
|
}
|
|
45338
45899
|
|
|
@@ -45343,10 +45904,10 @@ declare namespace Models {
|
|
|
45343
45904
|
"total"?: number;
|
|
45344
45905
|
"totalNumberOfEntities"?: number;
|
|
45345
45906
|
"firstUri"?: string;
|
|
45346
|
-
"previousUri"?: string;
|
|
45347
|
-
"nextUri"?: string;
|
|
45348
45907
|
"lastUri"?: string;
|
|
45349
45908
|
"selfUri"?: string;
|
|
45909
|
+
"previousUri"?: string;
|
|
45910
|
+
"nextUri"?: string;
|
|
45350
45911
|
"pageCount"?: number;
|
|
45351
45912
|
}
|
|
45352
45913
|
|
|
@@ -45778,10 +46339,10 @@ declare namespace Models {
|
|
|
45778
46339
|
"total"?: number;
|
|
45779
46340
|
"truncatedDivisions"?: boolean;
|
|
45780
46341
|
"firstUri"?: string;
|
|
45781
|
-
"previousUri"?: string;
|
|
45782
|
-
"nextUri"?: string;
|
|
45783
46342
|
"lastUri"?: string;
|
|
45784
46343
|
"selfUri"?: string;
|
|
46344
|
+
"previousUri"?: string;
|
|
46345
|
+
"nextUri"?: string;
|
|
45785
46346
|
"pageCount"?: number;
|
|
45786
46347
|
}
|
|
45787
46348
|
|
|
@@ -45863,6 +46424,7 @@ declare namespace Models {
|
|
|
45863
46424
|
"sessionId"?: string;
|
|
45864
46425
|
"answered": boolean;
|
|
45865
46426
|
"selectedAnswer"?: Models.SelectedAnswer;
|
|
46427
|
+
"selectedAnswers"?: Array<Models.SelectedAnswer>;
|
|
45866
46428
|
}
|
|
45867
46429
|
|
|
45868
46430
|
export interface SecondaryPresence {
|
|
@@ -45904,10 +46466,10 @@ declare namespace Models {
|
|
|
45904
46466
|
"pageNumber"?: number;
|
|
45905
46467
|
"total"?: number;
|
|
45906
46468
|
"firstUri"?: string;
|
|
45907
|
-
"previousUri"?: string;
|
|
45908
|
-
"nextUri"?: string;
|
|
45909
46469
|
"lastUri"?: string;
|
|
45910
46470
|
"selfUri"?: string;
|
|
46471
|
+
"previousUri"?: string;
|
|
46472
|
+
"nextUri"?: string;
|
|
45911
46473
|
"pageCount"?: number;
|
|
45912
46474
|
}
|
|
45913
46475
|
|
|
@@ -45991,10 +46553,10 @@ declare namespace Models {
|
|
|
45991
46553
|
"pageNumber"?: number;
|
|
45992
46554
|
"total"?: number;
|
|
45993
46555
|
"firstUri"?: string;
|
|
45994
|
-
"previousUri"?: string;
|
|
45995
|
-
"nextUri"?: string;
|
|
45996
46556
|
"lastUri"?: string;
|
|
45997
46557
|
"selfUri"?: string;
|
|
46558
|
+
"previousUri"?: string;
|
|
46559
|
+
"nextUri"?: string;
|
|
45998
46560
|
"pageCount"?: number;
|
|
45999
46561
|
}
|
|
46000
46562
|
|
|
@@ -46368,10 +46930,10 @@ declare namespace Models {
|
|
|
46368
46930
|
"pageNumber"?: number;
|
|
46369
46931
|
"total"?: number;
|
|
46370
46932
|
"firstUri"?: string;
|
|
46371
|
-
"previousUri"?: string;
|
|
46372
|
-
"nextUri"?: string;
|
|
46373
46933
|
"lastUri"?: string;
|
|
46374
46934
|
"selfUri"?: string;
|
|
46935
|
+
"previousUri"?: string;
|
|
46936
|
+
"nextUri"?: string;
|
|
46375
46937
|
"pageCount"?: number;
|
|
46376
46938
|
}
|
|
46377
46939
|
|
|
@@ -46637,10 +47199,10 @@ declare namespace Models {
|
|
|
46637
47199
|
"total"?: number;
|
|
46638
47200
|
"totalNumberOfEntities"?: number;
|
|
46639
47201
|
"firstUri"?: string;
|
|
46640
|
-
"previousUri"?: string;
|
|
46641
|
-
"nextUri"?: string;
|
|
46642
47202
|
"lastUri"?: string;
|
|
46643
47203
|
"selfUri"?: string;
|
|
47204
|
+
"previousUri"?: string;
|
|
47205
|
+
"nextUri"?: string;
|
|
46644
47206
|
"pageCount"?: number;
|
|
46645
47207
|
}
|
|
46646
47208
|
|
|
@@ -46690,10 +47252,10 @@ declare namespace Models {
|
|
|
46690
47252
|
"pageNumber"?: number;
|
|
46691
47253
|
"total"?: number;
|
|
46692
47254
|
"firstUri"?: string;
|
|
46693
|
-
"previousUri"?: string;
|
|
46694
|
-
"nextUri"?: string;
|
|
46695
47255
|
"lastUri"?: string;
|
|
46696
47256
|
"selfUri"?: string;
|
|
47257
|
+
"previousUri"?: string;
|
|
47258
|
+
"nextUri"?: string;
|
|
46697
47259
|
"pageCount"?: number;
|
|
46698
47260
|
}
|
|
46699
47261
|
|
|
@@ -46802,10 +47364,10 @@ declare namespace Models {
|
|
|
46802
47364
|
"pageNumber"?: number;
|
|
46803
47365
|
"total"?: number;
|
|
46804
47366
|
"firstUri"?: string;
|
|
46805
|
-
"previousUri"?: string;
|
|
46806
|
-
"nextUri"?: string;
|
|
46807
47367
|
"lastUri"?: string;
|
|
46808
47368
|
"selfUri"?: string;
|
|
47369
|
+
"previousUri"?: string;
|
|
47370
|
+
"nextUri"?: string;
|
|
46809
47371
|
"pageCount"?: number;
|
|
46810
47372
|
}
|
|
46811
47373
|
|
|
@@ -46884,10 +47446,10 @@ declare namespace Models {
|
|
|
46884
47446
|
"pageNumber"?: number;
|
|
46885
47447
|
"total"?: number;
|
|
46886
47448
|
"firstUri"?: string;
|
|
46887
|
-
"previousUri"?: string;
|
|
46888
|
-
"nextUri"?: string;
|
|
46889
47449
|
"lastUri"?: string;
|
|
46890
47450
|
"selfUri"?: string;
|
|
47451
|
+
"previousUri"?: string;
|
|
47452
|
+
"nextUri"?: string;
|
|
46891
47453
|
"pageCount"?: number;
|
|
46892
47454
|
}
|
|
46893
47455
|
|
|
@@ -46971,10 +47533,10 @@ declare namespace Models {
|
|
|
46971
47533
|
"pageNumber"?: number;
|
|
46972
47534
|
"total"?: number;
|
|
46973
47535
|
"firstUri"?: string;
|
|
46974
|
-
"previousUri"?: string;
|
|
46975
|
-
"nextUri"?: string;
|
|
46976
47536
|
"lastUri"?: string;
|
|
46977
47537
|
"selfUri"?: string;
|
|
47538
|
+
"previousUri"?: string;
|
|
47539
|
+
"nextUri"?: string;
|
|
46978
47540
|
"pageCount"?: number;
|
|
46979
47541
|
}
|
|
46980
47542
|
|
|
@@ -47157,10 +47719,10 @@ declare namespace Models {
|
|
|
47157
47719
|
"pageNumber"?: number;
|
|
47158
47720
|
"total"?: number;
|
|
47159
47721
|
"firstUri"?: string;
|
|
47160
|
-
"previousUri"?: string;
|
|
47161
|
-
"nextUri"?: string;
|
|
47162
47722
|
"lastUri"?: string;
|
|
47163
47723
|
"selfUri"?: string;
|
|
47724
|
+
"previousUri"?: string;
|
|
47725
|
+
"nextUri"?: string;
|
|
47164
47726
|
"pageCount"?: number;
|
|
47165
47727
|
}
|
|
47166
47728
|
|
|
@@ -47459,10 +48021,10 @@ declare namespace Models {
|
|
|
47459
48021
|
"total"?: number;
|
|
47460
48022
|
"totalNumberOfEntities"?: number;
|
|
47461
48023
|
"firstUri"?: string;
|
|
47462
|
-
"previousUri"?: string;
|
|
47463
|
-
"nextUri"?: string;
|
|
47464
48024
|
"lastUri"?: string;
|
|
47465
48025
|
"selfUri"?: string;
|
|
48026
|
+
"previousUri"?: string;
|
|
48027
|
+
"nextUri"?: string;
|
|
47466
48028
|
"pageCount"?: number;
|
|
47467
48029
|
}
|
|
47468
48030
|
|
|
@@ -47532,10 +48094,10 @@ declare namespace Models {
|
|
|
47532
48094
|
"pageNumber"?: number;
|
|
47533
48095
|
"total"?: number;
|
|
47534
48096
|
"firstUri"?: string;
|
|
47535
|
-
"previousUri"?: string;
|
|
47536
|
-
"nextUri"?: string;
|
|
47537
48097
|
"lastUri"?: string;
|
|
47538
48098
|
"selfUri"?: string;
|
|
48099
|
+
"previousUri"?: string;
|
|
48100
|
+
"nextUri"?: string;
|
|
47539
48101
|
"pageCount"?: number;
|
|
47540
48102
|
}
|
|
47541
48103
|
|
|
@@ -47558,10 +48120,10 @@ declare namespace Models {
|
|
|
47558
48120
|
"pageNumber"?: number;
|
|
47559
48121
|
"total"?: number;
|
|
47560
48122
|
"firstUri"?: string;
|
|
47561
|
-
"previousUri"?: string;
|
|
47562
|
-
"nextUri"?: string;
|
|
47563
48123
|
"lastUri"?: string;
|
|
47564
48124
|
"selfUri"?: string;
|
|
48125
|
+
"previousUri"?: string;
|
|
48126
|
+
"nextUri"?: string;
|
|
47565
48127
|
"pageCount"?: number;
|
|
47566
48128
|
}
|
|
47567
48129
|
|
|
@@ -47801,10 +48363,10 @@ declare namespace Models {
|
|
|
47801
48363
|
"pageNumber"?: number;
|
|
47802
48364
|
"total"?: number;
|
|
47803
48365
|
"firstUri"?: string;
|
|
47804
|
-
"previousUri"?: string;
|
|
47805
|
-
"nextUri"?: string;
|
|
47806
48366
|
"lastUri"?: string;
|
|
47807
48367
|
"selfUri"?: string;
|
|
48368
|
+
"previousUri"?: string;
|
|
48369
|
+
"nextUri"?: string;
|
|
47808
48370
|
"pageCount"?: number;
|
|
47809
48371
|
}
|
|
47810
48372
|
|
|
@@ -47925,10 +48487,10 @@ declare namespace Models {
|
|
|
47925
48487
|
"pageNumber"?: number;
|
|
47926
48488
|
"total"?: number;
|
|
47927
48489
|
"firstUri"?: string;
|
|
47928
|
-
"previousUri"?: string;
|
|
47929
|
-
"nextUri"?: string;
|
|
47930
48490
|
"lastUri"?: string;
|
|
47931
48491
|
"selfUri"?: string;
|
|
48492
|
+
"previousUri"?: string;
|
|
48493
|
+
"nextUri"?: string;
|
|
47932
48494
|
"pageCount"?: number;
|
|
47933
48495
|
}
|
|
47934
48496
|
|
|
@@ -48116,10 +48678,10 @@ declare namespace Models {
|
|
|
48116
48678
|
"pageNumber"?: number;
|
|
48117
48679
|
"total"?: number;
|
|
48118
48680
|
"firstUri"?: string;
|
|
48119
|
-
"previousUri"?: string;
|
|
48120
|
-
"nextUri"?: string;
|
|
48121
48681
|
"lastUri"?: string;
|
|
48122
48682
|
"selfUri"?: string;
|
|
48683
|
+
"previousUri"?: string;
|
|
48684
|
+
"nextUri"?: string;
|
|
48123
48685
|
"pageCount"?: number;
|
|
48124
48686
|
}
|
|
48125
48687
|
|
|
@@ -48129,10 +48691,10 @@ declare namespace Models {
|
|
|
48129
48691
|
"pageNumber"?: number;
|
|
48130
48692
|
"total"?: number;
|
|
48131
48693
|
"firstUri"?: string;
|
|
48132
|
-
"previousUri"?: string;
|
|
48133
|
-
"nextUri"?: string;
|
|
48134
48694
|
"lastUri"?: string;
|
|
48135
48695
|
"selfUri"?: string;
|
|
48696
|
+
"previousUri"?: string;
|
|
48697
|
+
"nextUri"?: string;
|
|
48136
48698
|
"pageCount"?: number;
|
|
48137
48699
|
}
|
|
48138
48700
|
|
|
@@ -48242,10 +48804,10 @@ declare namespace Models {
|
|
|
48242
48804
|
"pageNumber"?: number;
|
|
48243
48805
|
"total"?: number;
|
|
48244
48806
|
"firstUri"?: string;
|
|
48245
|
-
"previousUri"?: string;
|
|
48246
|
-
"nextUri"?: string;
|
|
48247
48807
|
"lastUri"?: string;
|
|
48248
48808
|
"selfUri"?: string;
|
|
48809
|
+
"previousUri"?: string;
|
|
48810
|
+
"nextUri"?: string;
|
|
48249
48811
|
"pageCount"?: number;
|
|
48250
48812
|
}
|
|
48251
48813
|
|
|
@@ -48255,10 +48817,10 @@ declare namespace Models {
|
|
|
48255
48817
|
"pageNumber"?: number;
|
|
48256
48818
|
"total"?: number;
|
|
48257
48819
|
"firstUri"?: string;
|
|
48258
|
-
"previousUri"?: string;
|
|
48259
|
-
"nextUri"?: string;
|
|
48260
48820
|
"lastUri"?: string;
|
|
48261
48821
|
"selfUri"?: string;
|
|
48822
|
+
"previousUri"?: string;
|
|
48823
|
+
"nextUri"?: string;
|
|
48262
48824
|
"pageCount"?: number;
|
|
48263
48825
|
}
|
|
48264
48826
|
|
|
@@ -48282,10 +48844,10 @@ declare namespace Models {
|
|
|
48282
48844
|
"pageNumber"?: number;
|
|
48283
48845
|
"total"?: number;
|
|
48284
48846
|
"firstUri"?: string;
|
|
48285
|
-
"previousUri"?: string;
|
|
48286
|
-
"nextUri"?: string;
|
|
48287
48847
|
"lastUri"?: string;
|
|
48288
48848
|
"selfUri"?: string;
|
|
48849
|
+
"previousUri"?: string;
|
|
48850
|
+
"nextUri"?: string;
|
|
48289
48851
|
"pageCount"?: number;
|
|
48290
48852
|
}
|
|
48291
48853
|
|
|
@@ -49045,10 +49607,10 @@ declare namespace Models {
|
|
|
49045
49607
|
"pageNumber"?: number;
|
|
49046
49608
|
"total"?: number;
|
|
49047
49609
|
"firstUri"?: string;
|
|
49048
|
-
"previousUri"?: string;
|
|
49049
|
-
"nextUri"?: string;
|
|
49050
49610
|
"lastUri"?: string;
|
|
49051
49611
|
"selfUri"?: string;
|
|
49612
|
+
"previousUri"?: string;
|
|
49613
|
+
"nextUri"?: string;
|
|
49052
49614
|
"pageCount"?: number;
|
|
49053
49615
|
}
|
|
49054
49616
|
|
|
@@ -49089,6 +49651,7 @@ declare namespace Models {
|
|
|
49089
49651
|
"description"?: string;
|
|
49090
49652
|
"published"?: boolean;
|
|
49091
49653
|
"strictness"?: string;
|
|
49654
|
+
"matchingType"?: string;
|
|
49092
49655
|
"programs"?: Array<Models.BaseProgramEntity>;
|
|
49093
49656
|
"tags"?: Array<string>;
|
|
49094
49657
|
"dialect"?: string;
|
|
@@ -49157,8 +49720,8 @@ declare namespace Models {
|
|
|
49157
49720
|
"entities"?: Array<Models.ListedTopic>;
|
|
49158
49721
|
"pageSize"?: number;
|
|
49159
49722
|
"total"?: number;
|
|
49160
|
-
"nextUri"?: string;
|
|
49161
49723
|
"selfUri"?: string;
|
|
49724
|
+
"nextUri"?: string;
|
|
49162
49725
|
"pageCount"?: number;
|
|
49163
49726
|
}
|
|
49164
49727
|
|
|
@@ -49570,10 +50133,10 @@ declare namespace Models {
|
|
|
49570
50133
|
"total"?: number;
|
|
49571
50134
|
"totalNumberOfEntities"?: number;
|
|
49572
50135
|
"firstUri"?: string;
|
|
49573
|
-
"previousUri"?: string;
|
|
49574
|
-
"nextUri"?: string;
|
|
49575
50136
|
"lastUri"?: string;
|
|
49576
50137
|
"selfUri"?: string;
|
|
50138
|
+
"previousUri"?: string;
|
|
50139
|
+
"nextUri"?: string;
|
|
49577
50140
|
"pageCount"?: number;
|
|
49578
50141
|
}
|
|
49579
50142
|
|
|
@@ -49589,10 +50152,10 @@ declare namespace Models {
|
|
|
49589
50152
|
"total"?: number;
|
|
49590
50153
|
"totalNumberOfEntities"?: number;
|
|
49591
50154
|
"firstUri"?: string;
|
|
49592
|
-
"previousUri"?: string;
|
|
49593
|
-
"nextUri"?: string;
|
|
49594
50155
|
"lastUri"?: string;
|
|
49595
50156
|
"selfUri"?: string;
|
|
50157
|
+
"previousUri"?: string;
|
|
50158
|
+
"nextUri"?: string;
|
|
49596
50159
|
"pageCount"?: number;
|
|
49597
50160
|
}
|
|
49598
50161
|
|
|
@@ -49659,10 +50222,10 @@ declare namespace Models {
|
|
|
49659
50222
|
"total"?: number;
|
|
49660
50223
|
"totalNumberOfEntities"?: number;
|
|
49661
50224
|
"firstUri"?: string;
|
|
49662
|
-
"previousUri"?: string;
|
|
49663
|
-
"nextUri"?: string;
|
|
49664
50225
|
"lastUri"?: string;
|
|
49665
50226
|
"selfUri"?: string;
|
|
50227
|
+
"previousUri"?: string;
|
|
50228
|
+
"nextUri"?: string;
|
|
49666
50229
|
"pageCount"?: number;
|
|
49667
50230
|
}
|
|
49668
50231
|
|
|
@@ -49742,10 +50305,10 @@ declare namespace Models {
|
|
|
49742
50305
|
"pageNumber"?: number;
|
|
49743
50306
|
"total"?: number;
|
|
49744
50307
|
"firstUri"?: string;
|
|
49745
|
-
"previousUri"?: string;
|
|
49746
|
-
"nextUri"?: string;
|
|
49747
50308
|
"lastUri"?: string;
|
|
49748
50309
|
"selfUri"?: string;
|
|
50310
|
+
"previousUri"?: string;
|
|
50311
|
+
"nextUri"?: string;
|
|
49749
50312
|
"pageCount"?: number;
|
|
49750
50313
|
}
|
|
49751
50314
|
|
|
@@ -49776,10 +50339,10 @@ declare namespace Models {
|
|
|
49776
50339
|
"pageNumber"?: number;
|
|
49777
50340
|
"total"?: number;
|
|
49778
50341
|
"firstUri"?: string;
|
|
49779
|
-
"previousUri"?: string;
|
|
49780
|
-
"nextUri"?: string;
|
|
49781
50342
|
"lastUri"?: string;
|
|
49782
50343
|
"selfUri"?: string;
|
|
50344
|
+
"previousUri"?: string;
|
|
50345
|
+
"nextUri"?: string;
|
|
49783
50346
|
"pageCount"?: number;
|
|
49784
50347
|
}
|
|
49785
50348
|
|
|
@@ -49862,10 +50425,10 @@ declare namespace Models {
|
|
|
49862
50425
|
"pageNumber"?: number;
|
|
49863
50426
|
"total"?: number;
|
|
49864
50427
|
"firstUri"?: string;
|
|
49865
|
-
"previousUri"?: string;
|
|
49866
|
-
"nextUri"?: string;
|
|
49867
50428
|
"lastUri"?: string;
|
|
49868
50429
|
"selfUri"?: string;
|
|
50430
|
+
"previousUri"?: string;
|
|
50431
|
+
"nextUri"?: string;
|
|
49869
50432
|
"pageCount"?: number;
|
|
49870
50433
|
}
|
|
49871
50434
|
|
|
@@ -49957,10 +50520,10 @@ declare namespace Models {
|
|
|
49957
50520
|
"pageNumber"?: number;
|
|
49958
50521
|
"total"?: number;
|
|
49959
50522
|
"firstUri"?: string;
|
|
49960
|
-
"previousUri"?: string;
|
|
49961
|
-
"nextUri"?: string;
|
|
49962
50523
|
"lastUri"?: string;
|
|
49963
50524
|
"selfUri"?: string;
|
|
50525
|
+
"previousUri"?: string;
|
|
50526
|
+
"nextUri"?: string;
|
|
49964
50527
|
"pageCount"?: number;
|
|
49965
50528
|
}
|
|
49966
50529
|
|
|
@@ -49981,10 +50544,10 @@ declare namespace Models {
|
|
|
49981
50544
|
"pageNumber"?: number;
|
|
49982
50545
|
"total"?: number;
|
|
49983
50546
|
"firstUri"?: string;
|
|
49984
|
-
"previousUri"?: string;
|
|
49985
|
-
"nextUri"?: string;
|
|
49986
50547
|
"lastUri"?: string;
|
|
49987
50548
|
"selfUri"?: string;
|
|
50549
|
+
"previousUri"?: string;
|
|
50550
|
+
"nextUri"?: string;
|
|
49988
50551
|
"pageCount"?: number;
|
|
49989
50552
|
}
|
|
49990
50553
|
|
|
@@ -50009,10 +50572,10 @@ declare namespace Models {
|
|
|
50009
50572
|
"pageNumber"?: number;
|
|
50010
50573
|
"total"?: number;
|
|
50011
50574
|
"firstUri"?: string;
|
|
50012
|
-
"previousUri"?: string;
|
|
50013
|
-
"nextUri"?: string;
|
|
50014
50575
|
"lastUri"?: string;
|
|
50015
50576
|
"selfUri"?: string;
|
|
50577
|
+
"previousUri"?: string;
|
|
50578
|
+
"nextUri"?: string;
|
|
50016
50579
|
"pageCount"?: number;
|
|
50017
50580
|
}
|
|
50018
50581
|
|
|
@@ -50074,10 +50637,10 @@ declare namespace Models {
|
|
|
50074
50637
|
"pageNumber"?: number;
|
|
50075
50638
|
"total"?: number;
|
|
50076
50639
|
"firstUri"?: string;
|
|
50077
|
-
"previousUri"?: string;
|
|
50078
|
-
"nextUri"?: string;
|
|
50079
50640
|
"lastUri"?: string;
|
|
50080
50641
|
"selfUri"?: string;
|
|
50642
|
+
"previousUri"?: string;
|
|
50643
|
+
"nextUri"?: string;
|
|
50081
50644
|
"pageCount"?: number;
|
|
50082
50645
|
}
|
|
50083
50646
|
|
|
@@ -50112,10 +50675,10 @@ declare namespace Models {
|
|
|
50112
50675
|
"pageNumber"?: number;
|
|
50113
50676
|
"total"?: number;
|
|
50114
50677
|
"firstUri"?: string;
|
|
50115
|
-
"previousUri"?: string;
|
|
50116
|
-
"nextUri"?: string;
|
|
50117
50678
|
"lastUri"?: string;
|
|
50118
50679
|
"selfUri"?: string;
|
|
50680
|
+
"previousUri"?: string;
|
|
50681
|
+
"nextUri"?: string;
|
|
50119
50682
|
"pageCount"?: number;
|
|
50120
50683
|
}
|
|
50121
50684
|
|
|
@@ -50190,10 +50753,10 @@ declare namespace Models {
|
|
|
50190
50753
|
"pageNumber"?: number;
|
|
50191
50754
|
"total"?: number;
|
|
50192
50755
|
"firstUri"?: string;
|
|
50193
|
-
"previousUri"?: string;
|
|
50194
|
-
"nextUri"?: string;
|
|
50195
50756
|
"lastUri"?: string;
|
|
50196
50757
|
"selfUri"?: string;
|
|
50758
|
+
"previousUri"?: string;
|
|
50759
|
+
"nextUri"?: string;
|
|
50197
50760
|
"pageCount"?: number;
|
|
50198
50761
|
}
|
|
50199
50762
|
|
|
@@ -50283,10 +50846,10 @@ declare namespace Models {
|
|
|
50283
50846
|
"pageNumber"?: number;
|
|
50284
50847
|
"total"?: number;
|
|
50285
50848
|
"firstUri"?: string;
|
|
50286
|
-
"previousUri"?: string;
|
|
50287
|
-
"nextUri"?: string;
|
|
50288
50849
|
"lastUri"?: string;
|
|
50289
50850
|
"selfUri"?: string;
|
|
50851
|
+
"previousUri"?: string;
|
|
50852
|
+
"nextUri"?: string;
|
|
50290
50853
|
"pageCount"?: number;
|
|
50291
50854
|
}
|
|
50292
50855
|
|
|
@@ -50308,9 +50871,9 @@ declare namespace Models {
|
|
|
50308
50871
|
export interface UnpublishedProgramsEntityListing {
|
|
50309
50872
|
"entities"?: Array<Models.Program>;
|
|
50310
50873
|
"pageSize"?: number;
|
|
50311
|
-
"nextUri"?: string;
|
|
50312
50874
|
"selfUri"?: string;
|
|
50313
50875
|
"pageCount"?: number;
|
|
50876
|
+
"nextUri"?: string;
|
|
50314
50877
|
}
|
|
50315
50878
|
|
|
50316
50879
|
export interface UnreadFields {
|
|
@@ -50904,10 +51467,10 @@ declare namespace Models {
|
|
|
50904
51467
|
"pageNumber"?: number;
|
|
50905
51468
|
"total"?: number;
|
|
50906
51469
|
"firstUri"?: string;
|
|
50907
|
-
"previousUri"?: string;
|
|
50908
|
-
"nextUri"?: string;
|
|
50909
51470
|
"lastUri"?: string;
|
|
50910
51471
|
"selfUri"?: string;
|
|
51472
|
+
"previousUri"?: string;
|
|
51473
|
+
"nextUri"?: string;
|
|
50911
51474
|
"pageCount"?: number;
|
|
50912
51475
|
}
|
|
50913
51476
|
|
|
@@ -51091,10 +51654,10 @@ declare namespace Models {
|
|
|
51091
51654
|
"pageNumber"?: number;
|
|
51092
51655
|
"total"?: number;
|
|
51093
51656
|
"firstUri"?: string;
|
|
51094
|
-
"previousUri"?: string;
|
|
51095
|
-
"nextUri"?: string;
|
|
51096
51657
|
"lastUri"?: string;
|
|
51097
51658
|
"selfUri"?: string;
|
|
51659
|
+
"previousUri"?: string;
|
|
51660
|
+
"nextUri"?: string;
|
|
51098
51661
|
"pageCount"?: number;
|
|
51099
51662
|
}
|
|
51100
51663
|
|
|
@@ -51181,10 +51744,10 @@ declare namespace Models {
|
|
|
51181
51744
|
"pageNumber"?: number;
|
|
51182
51745
|
"total"?: number;
|
|
51183
51746
|
"firstUri"?: string;
|
|
51184
|
-
"previousUri"?: string;
|
|
51185
|
-
"nextUri"?: string;
|
|
51186
51747
|
"lastUri"?: string;
|
|
51187
51748
|
"selfUri"?: string;
|
|
51749
|
+
"previousUri"?: string;
|
|
51750
|
+
"nextUri"?: string;
|
|
51188
51751
|
"pageCount"?: number;
|
|
51189
51752
|
}
|
|
51190
51753
|
|
|
@@ -51357,10 +51920,10 @@ declare namespace Models {
|
|
|
51357
51920
|
"pageNumber"?: number;
|
|
51358
51921
|
"total"?: number;
|
|
51359
51922
|
"firstUri"?: string;
|
|
51360
|
-
"previousUri"?: string;
|
|
51361
|
-
"nextUri"?: string;
|
|
51362
51923
|
"lastUri"?: string;
|
|
51363
51924
|
"selfUri"?: string;
|
|
51925
|
+
"previousUri"?: string;
|
|
51926
|
+
"nextUri"?: string;
|
|
51364
51927
|
"pageCount"?: number;
|
|
51365
51928
|
}
|
|
51366
51929
|
|
|
@@ -51426,10 +51989,10 @@ declare namespace Models {
|
|
|
51426
51989
|
"pageNumber"?: number;
|
|
51427
51990
|
"total"?: number;
|
|
51428
51991
|
"firstUri"?: string;
|
|
51429
|
-
"previousUri"?: string;
|
|
51430
|
-
"nextUri"?: string;
|
|
51431
51992
|
"lastUri"?: string;
|
|
51432
51993
|
"selfUri"?: string;
|
|
51994
|
+
"previousUri"?: string;
|
|
51995
|
+
"nextUri"?: string;
|
|
51433
51996
|
"pageCount"?: number;
|
|
51434
51997
|
}
|
|
51435
51998
|
|
|
@@ -51454,10 +52017,10 @@ declare namespace Models {
|
|
|
51454
52017
|
"pageNumber"?: number;
|
|
51455
52018
|
"total"?: number;
|
|
51456
52019
|
"firstUri"?: string;
|
|
51457
|
-
"previousUri"?: string;
|
|
51458
|
-
"nextUri"?: string;
|
|
51459
52020
|
"lastUri"?: string;
|
|
51460
52021
|
"selfUri"?: string;
|
|
52022
|
+
"previousUri"?: string;
|
|
52023
|
+
"nextUri"?: string;
|
|
51461
52024
|
"pageCount"?: number;
|
|
51462
52025
|
}
|
|
51463
52026
|
|
|
@@ -51672,10 +52235,10 @@ declare namespace Models {
|
|
|
51672
52235
|
"pageNumber"?: number;
|
|
51673
52236
|
"total"?: number;
|
|
51674
52237
|
"firstUri"?: string;
|
|
51675
|
-
"previousUri"?: string;
|
|
51676
|
-
"nextUri"?: string;
|
|
51677
52238
|
"lastUri"?: string;
|
|
51678
52239
|
"selfUri"?: string;
|
|
52240
|
+
"previousUri"?: string;
|
|
52241
|
+
"nextUri"?: string;
|
|
51679
52242
|
"pageCount"?: number;
|
|
51680
52243
|
}
|
|
51681
52244
|
|
|
@@ -51845,10 +52408,10 @@ declare namespace Models {
|
|
|
51845
52408
|
"pageNumber"?: number;
|
|
51846
52409
|
"total"?: number;
|
|
51847
52410
|
"firstUri"?: string;
|
|
51848
|
-
"previousUri"?: string;
|
|
51849
|
-
"nextUri"?: string;
|
|
51850
52411
|
"lastUri"?: string;
|
|
51851
52412
|
"selfUri"?: string;
|
|
52413
|
+
"previousUri"?: string;
|
|
52414
|
+
"nextUri"?: string;
|
|
51852
52415
|
"pageCount"?: number;
|
|
51853
52416
|
}
|
|
51854
52417
|
|
|
@@ -51874,10 +52437,10 @@ declare namespace Models {
|
|
|
51874
52437
|
"pageNumber"?: number;
|
|
51875
52438
|
"total"?: number;
|
|
51876
52439
|
"firstUri"?: string;
|
|
51877
|
-
"previousUri"?: string;
|
|
51878
|
-
"nextUri"?: string;
|
|
51879
52440
|
"lastUri"?: string;
|
|
51880
52441
|
"selfUri"?: string;
|
|
52442
|
+
"previousUri"?: string;
|
|
52443
|
+
"nextUri"?: string;
|
|
51881
52444
|
"pageCount"?: number;
|
|
51882
52445
|
}
|
|
51883
52446
|
|
|
@@ -52348,6 +52911,7 @@ declare namespace Models {
|
|
|
52348
52911
|
"conversationId"?: string;
|
|
52349
52912
|
"queueIds"?: Array<string>;
|
|
52350
52913
|
"divisionIds"?: Array<string>;
|
|
52914
|
+
"flowIds"?: Array<string>;
|
|
52351
52915
|
"agents"?: Array<Models.V2StaEmpathyOverallTopicAgentEmpathyScore>;
|
|
52352
52916
|
}
|
|
52353
52917
|
|
|
@@ -52357,6 +52921,7 @@ declare namespace Models {
|
|
|
52357
52921
|
"sentimentTrendScore"?: number;
|
|
52358
52922
|
"queueIds"?: Array<string>;
|
|
52359
52923
|
"divisionIds"?: Array<string>;
|
|
52924
|
+
"flowIds"?: Array<string>;
|
|
52360
52925
|
}
|
|
52361
52926
|
|
|
52362
52927
|
export interface V2StaTopicsDetectedTopicParticipant {
|
|
@@ -52364,6 +52929,7 @@ declare namespace Models {
|
|
|
52364
52929
|
"queueId"?: string;
|
|
52365
52930
|
"divisionId"?: string;
|
|
52366
52931
|
"purpose"?: string;
|
|
52932
|
+
"flowId"?: string;
|
|
52367
52933
|
}
|
|
52368
52934
|
|
|
52369
52935
|
export interface V2StaTopicsDetectedTopicTopicDetected {
|
|
@@ -52378,6 +52944,7 @@ declare namespace Models {
|
|
|
52378
52944
|
"recordingId"?: string;
|
|
52379
52945
|
"transcriptId"?: string;
|
|
52380
52946
|
"mediaType"?: string;
|
|
52947
|
+
"programId"?: string;
|
|
52381
52948
|
"topics"?: Array<Models.V2StaTopicsDetectedTopicTopicDetected>;
|
|
52382
52949
|
"participants"?: Array<Models.V2StaTopicsDetectedTopicParticipant>;
|
|
52383
52950
|
}
|
|
@@ -52862,6 +53429,7 @@ declare namespace Models {
|
|
|
52862
53429
|
"empathyScoreCategories"?: Array<string>;
|
|
52863
53430
|
"sentimentScoreCategories"?: Array<string>;
|
|
52864
53431
|
"sentimentTrendCategories"?: Array<string>;
|
|
53432
|
+
"contentModerationFlags"?: Array<string>;
|
|
52865
53433
|
}
|
|
52866
53434
|
|
|
52867
53435
|
export interface VisibilityCondition {
|
|
@@ -52976,10 +53544,10 @@ declare namespace Models {
|
|
|
52976
53544
|
"pageNumber"?: number;
|
|
52977
53545
|
"total"?: number;
|
|
52978
53546
|
"firstUri"?: string;
|
|
52979
|
-
"previousUri"?: string;
|
|
52980
|
-
"nextUri"?: string;
|
|
52981
53547
|
"lastUri"?: string;
|
|
52982
53548
|
"selfUri"?: string;
|
|
53549
|
+
"previousUri"?: string;
|
|
53550
|
+
"nextUri"?: string;
|
|
52983
53551
|
"pageCount"?: number;
|
|
52984
53552
|
}
|
|
52985
53553
|
|
|
@@ -53192,10 +53760,10 @@ declare namespace Models {
|
|
|
53192
53760
|
"pageNumber"?: number;
|
|
53193
53761
|
"total"?: number;
|
|
53194
53762
|
"firstUri"?: string;
|
|
53195
|
-
"previousUri"?: string;
|
|
53196
|
-
"nextUri"?: string;
|
|
53197
53763
|
"lastUri"?: string;
|
|
53198
53764
|
"selfUri"?: string;
|
|
53765
|
+
"previousUri"?: string;
|
|
53766
|
+
"nextUri"?: string;
|
|
53199
53767
|
"pageCount"?: number;
|
|
53200
53768
|
}
|
|
53201
53769
|
|
|
@@ -55025,10 +55593,10 @@ declare namespace Models {
|
|
|
55025
55593
|
"pageNumber"?: number;
|
|
55026
55594
|
"total"?: number;
|
|
55027
55595
|
"firstUri"?: string;
|
|
55028
|
-
"previousUri"?: string;
|
|
55029
|
-
"nextUri"?: string;
|
|
55030
55596
|
"lastUri"?: string;
|
|
55031
55597
|
"selfUri"?: string;
|
|
55598
|
+
"previousUri"?: string;
|
|
55599
|
+
"nextUri"?: string;
|
|
55032
55600
|
"pageCount"?: number;
|
|
55033
55601
|
}
|
|
55034
55602
|
|
|
@@ -55101,10 +55669,10 @@ declare namespace Models {
|
|
|
55101
55669
|
"pageNumber"?: number;
|
|
55102
55670
|
"total"?: number;
|
|
55103
55671
|
"firstUri"?: string;
|
|
55104
|
-
"previousUri"?: string;
|
|
55105
|
-
"nextUri"?: string;
|
|
55106
55672
|
"lastUri"?: string;
|
|
55107
55673
|
"selfUri"?: string;
|
|
55674
|
+
"previousUri"?: string;
|
|
55675
|
+
"nextUri"?: string;
|
|
55108
55676
|
"pageCount"?: number;
|
|
55109
55677
|
}
|
|
55110
55678
|
|
|
@@ -56598,10 +57166,10 @@ declare namespace Models {
|
|
|
56598
57166
|
"pageNumber"?: number;
|
|
56599
57167
|
"total"?: number;
|
|
56600
57168
|
"firstUri"?: string;
|
|
56601
|
-
"previousUri"?: string;
|
|
56602
|
-
"nextUri"?: string;
|
|
56603
57169
|
"lastUri"?: string;
|
|
56604
57170
|
"selfUri"?: string;
|
|
57171
|
+
"previousUri"?: string;
|
|
57172
|
+
"nextUri"?: string;
|
|
56605
57173
|
"pageCount"?: number;
|
|
56606
57174
|
}
|
|
56607
57175
|
|
|
@@ -56623,10 +57191,10 @@ declare namespace Models {
|
|
|
56623
57191
|
"pageNumber"?: number;
|
|
56624
57192
|
"total"?: number;
|
|
56625
57193
|
"firstUri"?: string;
|
|
56626
|
-
"previousUri"?: string;
|
|
56627
|
-
"nextUri"?: string;
|
|
56628
57194
|
"lastUri"?: string;
|
|
56629
57195
|
"selfUri"?: string;
|
|
57196
|
+
"previousUri"?: string;
|
|
57197
|
+
"nextUri"?: string;
|
|
56630
57198
|
"pageCount"?: number;
|
|
56631
57199
|
}
|
|
56632
57200
|
|
|
@@ -56853,10 +57421,10 @@ declare namespace Models {
|
|
|
56853
57421
|
"pageNumber"?: number;
|
|
56854
57422
|
"total"?: number;
|
|
56855
57423
|
"firstUri"?: string;
|
|
56856
|
-
"previousUri"?: string;
|
|
56857
|
-
"nextUri"?: string;
|
|
56858
57424
|
"lastUri"?: string;
|
|
56859
57425
|
"selfUri"?: string;
|
|
57426
|
+
"previousUri"?: string;
|
|
57427
|
+
"nextUri"?: string;
|
|
56860
57428
|
"pageCount"?: number;
|
|
56861
57429
|
}
|
|
56862
57430
|
|