@selleragent/api-contract 0.7.0 → 0.8.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/dist/.tsbuildinfo +1 -1
- package/dist/conversations.d.ts +768 -144
- package/dist/conversations.d.ts.map +1 -1
- package/dist/conversations.js +125 -1
- package/dist/conversations.js.map +1 -1
- package/dist/curation.d.ts +1483 -0
- package/dist/curation.d.ts.map +1 -0
- package/dist/curation.js +365 -0
- package/dist/curation.js.map +1 -0
- package/dist/customers.d.ts +10 -10
- package/dist/followups.d.ts +6 -6
- package/dist/index.d.ts +13 -10
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +194 -33
- package/dist/index.js.map +1 -1
- package/dist/judge-files.d.ts +263 -28
- package/dist/judge-files.d.ts.map +1 -1
- package/dist/judge-files.js +54 -2
- package/dist/judge-files.js.map +1 -1
- package/dist/operations.d.ts +8264 -3415
- package/dist/operations.d.ts.map +1 -1
- package/dist/operations.js +520 -139
- package/dist/operations.js.map +1 -1
- package/dist/ops.d.ts +842 -214
- package/dist/ops.d.ts.map +1 -1
- package/dist/ops.js +98 -4
- package/dist/ops.js.map +1 -1
- package/dist/runtime.d.ts +1023 -503
- package/dist/runtime.d.ts.map +1 -1
- package/dist/runtime.js +260 -31
- package/dist/runtime.js.map +1 -1
- package/dist/semantic-eval.d.ts +433 -0
- package/dist/semantic-eval.d.ts.map +1 -1
- package/dist/semantic-eval.js +23 -2
- package/dist/semantic-eval.js.map +1 -1
- package/package.json +1 -1
- package/dist/auth.d.ts +0 -457
- package/dist/auth.d.ts.map +0 -1
- package/dist/auth.js +0 -122
- package/dist/auth.js.map +0 -1
package/dist/index.js
CHANGED
|
@@ -1,18 +1,21 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.authInviteScopeSchema = exports.authInviteRoleSchema = exports.authInviteRecordSchema = exports.authIssueWorkspaceInviteResponseSchema = exports.authIssueWorkspaceInviteRequestSchema = exports.authIssueWorkspaceInviteOperation = exports.authIssueSystemAdminInviteResponseSchema = exports.authIssueSystemAdminInviteRequestSchema = exports.authIssueSystemAdminInviteOperation = exports.authIssueScenarioTokenResponseSchema = exports.authIssueScenarioTokenRequestSchema = exports.authIssueScenarioTokenOperation = exports.authIssueDeployTokenResponseSchema = exports.authIssueDeployTokenRequestSchema = exports.authIssueDeployTokenOperation = exports.authRevokeSessionResponseSchema = exports.authRevokeSessionRequestSchema = exports.authRevokeSessionOperation = exports.authListSessionsResponseSchema = exports.authListSessionsRequestSchema = exports.authListSessionsOperation = exports.authGetSessionResponseSchema = exports.authGetSessionRequestSchema = exports.authGetSessionOperation = exports.authExchangeScenarioTokenResponseSchema = exports.authExchangeScenarioTokenRequestSchema = exports.authGetWorkspaceTrustPolicyResponseSchema = exports.authGetWorkspaceTrustPolicyRequestSchema = exports.authGetWorkspaceTrustPolicyOperation = exports.authGetCliLoginIntentResponseSchema = exports.authGetCliLoginIntentRequestSchema = exports.authGetCliLoginIntentOperation = exports.authCliBrowserLoginStateSchema = exports.authCliBrowserLoginStateResponseSchema = exports.authCliBrowserLoginStateRequestSchema = exports.authGetCliBrowserLoginStateOperation = exports.authEnsureOperatorResponseSchema = exports.authEnsureOperatorRequestSchema = exports.authEnsureOperatorOperation = exports.authCompleteCliBrowserLoginResponseSchema = exports.authCompleteCliBrowserLoginRequestSchema = exports.authCompleteCliBrowserLoginOperation = exports.authAbandonCliLoginIntentResponseSchema = exports.authAbandonCliLoginIntentRequestSchema = exports.authAbandonCliLoginIntentOperation = exports.authCompleteMagicLinkResponseSchema = exports.authCompleteMagicLinkRequestSchema = exports.authCheckAccessResponseSchema = exports.authCheckAccessRequestSchema = exports.authCheckAccessOperation = void 0;
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
7
|
-
exports.
|
|
8
|
-
exports.
|
|
9
|
-
exports.
|
|
10
|
-
exports.
|
|
11
|
-
exports.
|
|
12
|
-
exports.
|
|
13
|
-
exports.
|
|
14
|
-
exports.
|
|
15
|
-
exports.
|
|
4
|
+
exports.businessProfileVersionSourceSchema = exports.businessProfileVersionSchema = exports.telegramIntegrationReleaseAssignmentSchema = exports.businessProfileReleaseSchema = exports.businessProfilePublishTriggerSourceSchema = exports.businessProfilePublishJobStatusSchema = exports.businessProfilePublishJobSchema = exports.businessProfileAutoRolloutStatusSchema = exports.businessProfileSourceProviderSchema = exports.businessProfileStatusSchema = exports.businessProfileProjectSecretStatusSchema = exports.businessProfileProjectSecretRefSchema = exports.businessProfileMediaRegistrySchema = exports.businessProfileMediaFolderSchema = exports.businessProfileMediaAssetSchema = exports.businessProfileMediaAssetKindSchema = exports.businessProfileProjectManifestSchema = exports.businessProfileProjectFileSchema = exports.businessProfileProjectBundleSchema = exports.businessProfileSchema = exports.businessProfileMembershipSchema = exports.businessProfileMemberEntrySchema = exports.authWorkspaceMemberEntrySchema = exports.authWorkspaceTrustPolicySchema = exports.authWorkspaceTrustModeSchema = exports.authSetWorkspaceTrustPolicyResponseSchema = exports.authSetWorkspaceTrustPolicyRequestSchema = exports.authSetWorkspaceTrustPolicyOperation = exports.authRevokeWorkspaceInviteResponseSchema = exports.authRevokeWorkspaceInviteRequestSchema = exports.authRevokeWorkspaceInviteOperation = exports.authRevokeSystemAdminInviteResponseSchema = exports.authRevokeSystemAdminInviteRequestSchema = exports.authRevokeSystemAdminInviteOperation = exports.authListWorkspaceInvitesResponseSchema = exports.authListWorkspaceInvitesRequestSchema = exports.authListWorkspaceInvitesOperation = exports.authListSystemAdminInvitesResponseSchema = exports.authListSystemAdminInvitesRequestSchema = exports.authListSystemAdminInvitesOperation = exports.authListSystemAdminsResponseSchema = exports.authListSystemAdminsRequestSchema = exports.authListSystemAdminsOperation = exports.authUpsertWorkspaceMemberResponseSchema = exports.authUpsertWorkspaceMemberRequestSchema = exports.authUpsertWorkspaceMemberOperation = exports.authListWorkspaceMembersResponseSchema = exports.authListWorkspaceMembersRequestSchema = exports.authListWorkspaceMembersOperation = exports.authInviteStatusSchema = void 0;
|
|
5
|
+
exports.integrationsGetTelegramBusinessAccountRequestSchema = exports.integrationsGetTelegramBusinessAccountOperation = exports.integrationsSetTelegramBotAutoRolloutPolicyResponseSchema = exports.integrationsSetTelegramBotAutoRolloutPolicyRequestSchema = exports.integrationsSetTelegramBotAutoRolloutPolicyOperation = exports.integrationsGetTelegramBotReleaseAssignmentResponseSchema = exports.integrationsGetTelegramBotReleaseAssignmentRequestSchema = exports.integrationsGetTelegramBotReleaseAssignmentOperation = exports.integrationsAssignReleaseResponseSchema = exports.integrationsAssignReleaseRequestSchema = exports.integrationsAssignReleaseOperation = exports.integrationsBindTelegramEmployeeResponseSchema = exports.integrationsBindTelegramEmployeeRequestSchema = exports.integrationsBindTelegramEmployeeOperation = exports.integrationsBlockTelegramBusinessAccountResponseSchema = exports.integrationsBlockTelegramBusinessAccountRequestSchema = exports.integrationsBlockTelegramBusinessAccountOperation = exports.integrationsApproveTelegramBusinessAccountResponseSchema = exports.integrationsApproveTelegramBusinessAccountRequestSchema = exports.integrationsApproveTelegramBusinessAccountOperation = exports.businessProfilesVerifyRepoAccessResponseSchema = exports.businessProfilesVerifyRepoAccessRequestSchema = exports.businessProfilesVerifyRepoAccessOperation = exports.businessProfilesStartPublishJobResponseSchema = exports.businessProfilesStartPublishJobRequestSchema = exports.businessProfilesStartPublishJobOperation = exports.businessProfilesListVersionsResponseSchema = exports.businessProfilesListVersionsRequestSchema = exports.businessProfilesListVersionsOperation = exports.businessProfilesListReleasesResponseSchema = exports.businessProfilesListReleasesRequestSchema = exports.businessProfilesListReleasesOperation = exports.businessProfilesListResponseSchema = exports.businessProfilesListRequestSchema = exports.businessProfilesListOperation = exports.businessProfilesListMembersResponseSchema = exports.businessProfilesListMembersRequestSchema = exports.businessProfilesListMembersOperation = exports.businessProfilesPromoteReleaseResponseSchema = exports.businessProfilesPromoteReleaseRequestSchema = exports.businessProfilesPromoteReleaseOperation = exports.businessProfilesCreateReleaseResponseSchema = exports.businessProfilesCreateReleaseRequestSchema = exports.businessProfilesCreateReleaseOperation = exports.businessProfilesGetPublishJobResponseSchema = exports.businessProfilesGetPublishJobRequestSchema = exports.businessProfilesGetPublishJobOperation = exports.businessProfilesGetResponseSchema = exports.businessProfilesGetRequestSchema = exports.businessProfilesGetOperation = void 0;
|
|
6
|
+
exports.authCliLoginIntentDeliveryModeSchema = exports.authCliLoginAttemptTokenSchema = exports.authCliLoginIntentSchema = exports.authRequestMagicLinkResponseSchema = exports.authRequestMagicLinkRequestSchema = exports.authRequestMagicLinkOperation = exports.authLogoutResponseSchema = exports.integrationsVerifyTelegramIntegrationResponseSchema = exports.integrationsVerifyTelegramIntegrationRequestSchema = exports.integrationsVerifyTelegramIntegrationOperation = exports.integrationsUpsertTelegramBotResponseSchema = exports.integrationsUpsertTelegramBotRequestSchema = exports.integrationsUpsertTelegramBotOperation = exports.integrationsSyncTelegramWebhookResponseSchema = exports.integrationsSyncTelegramWebhookRequestSchema = exports.integrationsSyncTelegramWebhookOperation = exports.integrationsSyncTelegramCommandsResponseSchema = exports.integrationsSyncTelegramCommandsRequestSchema = exports.integrationsSyncTelegramCommandsOperation = exports.integrationsResyncTelegramEmployeeCommandsResponseSchema = exports.integrationsResyncTelegramEmployeeCommandsRequestSchema = exports.integrationsResyncTelegramEmployeeCommandsOperation = exports.integrationsRevokeTelegramEmployeeBindingResponseSchema = exports.integrationsRevokeTelegramEmployeeBindingRequestSchema = exports.integrationsRevokeTelegramEmployeeBindingOperation = exports.integrationsRefreshTelegramBusinessAccountResponseSchema = exports.integrationsRefreshTelegramBusinessAccountRequestSchema = exports.integrationsRefreshTelegramBusinessAccountOperation = exports.integrationsReconcileTelegramIntegrationResponseSchema = exports.integrationsReconcileTelegramIntegrationRequestSchema = exports.integrationsReconcileTelegramIntegrationOperation = exports.integrationsMigrateLegacyTelegramDefaultResponseSchema = exports.integrationsMigrateLegacyTelegramDefaultRequestSchema = exports.integrationsMigrateLegacyTelegramDefaultOperation = exports.integrationsListTelegramObservedUsersResponseSchema = exports.integrationsListTelegramObservedUsersRequestSchema = exports.integrationsListTelegramObservedUsersOperation = exports.integrationsListTelegramEmployeeBindingsResponseSchema = exports.integrationsListTelegramEmployeeBindingsRequestSchema = exports.integrationsListTelegramEmployeeBindingsOperation = exports.integrationsListTelegramBusinessAccountsResponseSchema = exports.integrationsListTelegramBusinessAccountsRequestSchema = exports.integrationsListTelegramBusinessAccountsOperation = exports.integrationsListTelegramBotsResponseSchema = exports.integrationsListTelegramBotsRequestSchema = exports.integrationsListTelegramBotsOperation = exports.integrationsGetTelegramEmployeeBindingStatusResponseSchema = exports.integrationsGetTelegramEmployeeBindingStatusRequestSchema = exports.integrationsGetTelegramEmployeeBindingStatusOperation = exports.integrationsGetTelegramBusinessAccountResponseSchema = void 0;
|
|
7
|
+
exports.curationUpsertTranscriptRecordOperation = exports.curationRecordSlotAdequacySnapshotOperation = exports.curationRecordRuleEvalCacheEntryOperation = exports.curationRecordRotationDecisionOperation = exports.curationRecordFullFitOperation = exports.curationRecordFastFitOperation = exports.curationRecordEvaluationRunOperation = exports.curationListRotationCandidatesOperation = exports.curationListHistoryOperation = exports.curationListFitCandidatesOperation = exports.curationGetRuleEvalCacheOperation = exports.curationGetLatestSlotAdequacySnapshotOperation = exports.followUpsListTasksOperation = exports.followUpsEvaluateConversationOperation = exports.followUpsCompleteTaskOperation = exports.opsStartHandoffOperation = exports.opsSetOwnershipModeOperation = exports.opsSendOperatorMessageOperation = exports.opsRunRestoreDrillOperation = exports.opsRefreshTelegramIntegrationOperation = exports.opsRefreshRuntimeProviderOperation = exports.opsReconcileBusinessOperation = exports.opsRecordRolloutExecutionOperation = exports.opsListRestoreDrillsOperation = exports.opsListRolloutExecutionsOperation = exports.opsListBackupArtifactsOperation = exports.opsListConversationFeedOperation = exports.opsGetConversationWorkspaceOperation = exports.opsGetSchemaStatusOperation = exports.opsGetRestoreDrillOperation = exports.opsGetRolloutExecutionOperation = exports.opsGetReadinessOperation = exports.opsGetLegacyReconcileStatusOperation = exports.opsGetDiagnosticsOperation = exports.opsGetBackupArtifactOperation = exports.opsCreateBackupArtifactOperation = exports.opsApplySchemaMigrationsOperation = exports.opsApplyLegacyReconcileOperation = exports.opsAddOperatorNoteOperation = exports.authSessionSourceSchema = exports.authSessionRecordSchema = exports.authSessionSchema = exports.authStartCliLoginIntentResponseSchema = exports.authStartCliLoginIntentRequestSchema = exports.authStartCliLoginIntentOperation = exports.authRequestCliLoginMagicLinkResponseSchema = exports.authRequestCliLoginMagicLinkRequestSchema = exports.authRequestCliLoginMagicLinkOperation = exports.authDeployActionSchema = exports.authCliLoginIntentStatusSchema = void 0;
|
|
8
|
+
exports.runtimeFailureCategorySchema = exports.runtimeCredentialSourceSchema = exports.runtimeGetUsageSummaryResponseSchema = exports.runtimeGetUsageSummaryRequestSchema = exports.runtimeGetEffectiveModelProfileResponseSchema = exports.runtimeGetEffectiveModelProfileRequestSchema = exports.runtimeFailurePolicySchema = exports.runtimeFailurePolicyRuleSchema = exports.runtimeFailureBackoffSchema = exports.runtimeFailureBackoffModeSchema = exports.runtimeDeleteModelProfileResponseSchema = exports.runtimeDeleteModelProfileRequestSchema = exports.runtimeGetPackedContextOperation = exports.telegramObservedUserSchema = exports.telegramIntegrationModeSchema = exports.telegramEmployeeBindingStatusSchema = exports.telegramEmployeeBindingSchema = exports.telegramCommandActorClassSchema = exports.telegramBusinessBindingStatusSchema = exports.telegramBusinessAccountSchema = exports.telegramBotIntegrationSchema = exports.platformErrorSchema = exports.platformErrorCodeSchema = exports.operatorRoleSchema = exports.operatorRecordSchema = exports.operatorAccountStatusSchema = exports.operatorAccessContextSchema = exports.operationSuccessEnvelopeSchema = exports.operationRequestEnvelopeSchema = exports.operationKindSchema = exports.operationErrorEnvelopeSchema = exports.operationDefinitions = exports.operationCatalogEntrySchema = exports.isOperationId = exports.getOperationDefinition = exports.getOperationCatalog = exports.contractCatalogSchema = exports.commerceSeedCatalogOperation = exports.commerceReplaceCartItemsOperation = exports.commerceQuoteDealOperation = exports.commerceGetContextOperation = exports.commerceGetCatalogOperation = exports.commerceCreateOrderSnapshotOperation = exports.commerceCreateCartOperation = exports.conversationsReplayTranscriptOperation = exports.conversationsProcessInboundEventOperation = exports.conversationsListTimelineOperation = exports.conversationsGetReplayJobOperation = exports.conversationsGetReplyJobOperation = exports.conversationsGetContextOperation = void 0;
|
|
9
|
+
exports.workspaceMembershipSchema = exports.customersPatchMemoryOperation = exports.customersGetContextOperation = exports.customersEnsureIdentityOperation = exports.systemInfoOperation = exports.systemIntegrationStatusOperation = exports.systemHealthOperation = exports.systemEchoOperation = exports.runtimeUpsertProviderOperation = exports.runtimeUpsertModelProfileOperation = exports.runtimeReconcileModelProfilesOperation = exports.runtimeListProvidersOperation = exports.runtimeListModelProfilesOperation = exports.runtimeListFallbackEventsOperation = exports.runtimeListDecisionTracesOperation = exports.runtimeGetUsageSummaryOperation = exports.runtimeGetEffectiveModelProfileOperation = exports.runtimeDeleteModelProfileOperation = exports.runtimeUsageSummarySchema = exports.runtimeUsageEventStatusSchema = exports.runtimeUsageEventSchema = exports.runtimeUpsertProviderResponseSchema = exports.runtimeUpsertProviderRequestSchema = exports.runtimeUpsertModelProfileResponseSchema = exports.runtimeUpsertModelProfileRequestSchema = exports.runtimeStageKeySchema = exports.runtimeRoutingTargetSchema = exports.runtimeProviderScopeSchema = exports.runtimeProviderSchema = exports.runtimeProviderKindSchema = exports.runtimeProviderCapabilitiesSchema = exports.runtimeEffectiveModelRoleConfigSchema = exports.runtimeEffectiveModelProfileRolesSchema = exports.runtimeEffectiveModelProfileSchema = exports.runtimeReconcileModelProfilesResponseSchema = exports.runtimeReconcileModelProfilesRequestSchema = exports.runtimeReconcileProvidersResponseSchema = exports.runtimeReconcileProvidersRequestSchema = exports.runtimeVerifierConfigSchema = exports.runtimeModelRoleConfigSchema = exports.runtimeModelProfileScopeSchema = exports.runtimeModelProfileSchema = exports.runtimeModelProfileRolesSchema = exports.runtimeListProvidersResponseSchema = exports.runtimeListProvidersRequestSchema = exports.runtimeListModelProfilesResponseSchema = exports.runtimeListModelProfilesRequestSchema = exports.runtimeListFallbackEventsResponseSchema = exports.runtimeListFallbackEventsRequestSchema = exports.runtimeFallbackEventSchema = void 0;
|
|
10
|
+
exports.opsGetConversationWorkspaceRequestSchema = exports.opsGetBackupArtifactResponseSchema = exports.opsGetBackupArtifactRequestSchema = exports.opsCreateBackupArtifactResponseSchema = exports.opsCreateBackupArtifactRequestSchema = exports.backupArtifactSourceKindSchema = exports.backupArtifactManifestSchema = exports.backupArtifactKindSchema = exports.backupArtifactFormatSchema = exports.backupArtifactEncryptionSchema = exports.backupArtifactCoverageSchema = exports.opsApplySchemaMigrationsResponseSchema = exports.opsApplySchemaMigrationsRequestSchema = exports.opsApplyLegacyReconcileResponseSchema = exports.opsApplyLegacyReconcileRequestSchema = exports.opsAddOperatorNoteResponseSchema = exports.opsAddOperatorNoteRequestSchema = exports.operatorNoteSchema = exports.operatorActorSchema = exports.linkedConversationSummarySchema = exports.opsGetRolloutExecutionResponseSchema = exports.opsGetRolloutExecutionRequestSchema = exports.opsGetReadinessResponseSchema = exports.opsGetReadinessRequestSchema = exports.opsRemoveNotificationRoutingRecipientResponseSchema = exports.opsRemoveNotificationRoutingRecipientRequestSchema = exports.opsAddNotificationRoutingRecipientResponseSchema = exports.opsAddNotificationRoutingRecipientRequestSchema = exports.opsGetNotificationRoutingResponseSchema = exports.opsGetNotificationRoutingRequestSchema = exports.notificationRoutingProfileSchema = exports.notificationRoutingRouteSchema = exports.notificationRoutingRecipientInputSchema = exports.notificationRoutingRecipientSchema = exports.notificationRoutingClassSchema = exports.opsGetDiagnosticsResponseSchema = exports.opsGetDiagnosticsRequestSchema = exports.handoffRecordSchema = exports.conversationFeedItemSchema = exports.conversationFeedFilterSchema = exports.operationsStatusSnapshotSchema = exports.operationsStatusSchema = exports.operationsSnapshotSourceKindSchema = exports.operationsReadinessResponseSchema = exports.operationsRepairResultSchema = exports.operationsReadinessCountsSchema = exports.operationsEntityKindSchema = exports.operationsDriftSeveritySchema = exports.operationsDriftEntrySchema = exports.workspaceMembershipStatusSchema = void 0;
|
|
11
|
+
exports.rolloutPhaseStatusSchema = exports.rolloutPhaseRecordSchema = exports.rolloutExecutionStatusSchema = exports.rolloutExecutionRecordSchema = exports.rolloutCodeRefSchema = exports.releaseVerificationVerdictSchema = exports.releaseVerificationRecordSchema = exports.releaseVerificationPhaseRecordSchema = exports.restoreDrillTargetKindSchema = exports.restoreDrillRecordSchema = exports.restoreDrillCheckSchema = exports.opsSetOwnershipModeResponseSchema = exports.opsSetOwnershipModeRequestSchema = exports.opsSendOperatorMessageResponseSchema = exports.opsSendOperatorMessageRequestSchema = exports.legacyReconcileStatusSchema = exports.legacyReconcileResultSchema = exports.legacyReconcileKindSchema = exports.legacyReconcileItemSchema = exports.opsRunRestoreDrillResponseSchema = exports.opsRunRestoreDrillRequestSchema = exports.opsGetSchemaStatusResponseSchema = exports.opsGetSchemaStatusRequestSchema = exports.opsGetRestoreDrillResponseSchema = exports.opsGetRestoreDrillRequestSchema = exports.opsRefreshTelegramIntegrationResponseSchema = exports.opsRefreshTelegramIntegrationRequestSchema = exports.opsRefreshRuntimeProviderResponseSchema = exports.opsRefreshRuntimeProviderRequestSchema = exports.opsReconcileBusinessResponseSchema = exports.opsReconcileBusinessRequestSchema = exports.opsRecordReleaseVerificationResponseSchema = exports.opsRecordReleaseVerificationRequestSchema = exports.opsRecordRolloutExecutionResponseSchema = exports.opsRecordRolloutExecutionRequestSchema = exports.opsGetReleaseVerificationResponseSchema = exports.opsGetReleaseVerificationRequestSchema = exports.opsListRestoreDrillsResponseSchema = exports.opsListRestoreDrillsRequestSchema = exports.opsListRolloutExecutionsResponseSchema = exports.opsListRolloutExecutionsRequestSchema = exports.opsListReleaseVerificationsResponseSchema = exports.opsListReleaseVerificationsRequestSchema = exports.opsListBackupArtifactsResponseSchema = exports.opsListBackupArtifactsRequestSchema = exports.opsListConversationFeedResponseSchema = exports.opsListConversationFeedRequestSchema = exports.opsGetLegacyReconcileStatusResponseSchema = exports.opsGetLegacyReconcileStatusRequestSchema = exports.opsGetConversationWorkspaceResponseSchema = void 0;
|
|
12
|
+
exports.curationRunKindSchema = exports.curationRuleEvalCacheEntrySchema = exports.curationRotationDecisionSchema = exports.curationRotationDecisionRecordSchema = exports.curationRecordSlotAdequacySnapshotResponseSchema = exports.curationRecordSlotAdequacySnapshotRequestSchema = exports.curationRecordRuleEvalCacheEntryResponseSchema = exports.curationRecordRuleEvalCacheEntryRequestSchema = exports.curationRecordRotationDecisionResponseSchema = exports.curationRecordRotationDecisionRequestSchema = exports.curationRecordFullFitResponseSchema = exports.curationRecordFullFitRequestSchema = exports.curationRecordFastFitResponseSchema = exports.curationRecordFastFitRequestSchema = exports.curationRecordEvaluationRunResponseSchema = exports.curationRecordEvaluationRunRequestSchema = exports.curationRecommendedStateSchema = exports.curationListRotationCandidatesResponseSchema = exports.curationListRotationCandidatesRequestSchema = exports.curationListHistoryResponseSchema = exports.curationListHistoryRequestSchema = exports.curationListFitCandidatesResponseSchema = exports.curationListFitCandidatesRequestSchema = exports.curationGetRuleEvalCacheResponseSchema = exports.curationGetRuleEvalCacheRequestSchema = exports.curationGetLatestSlotAdequacySnapshotResponseSchema = exports.curationGetLatestSlotAdequacySnapshotRequestSchema = exports.curationFastFitProfileSchema = exports.curationEvaluationRunSchema = exports.curationEngineSchema = exports.curationCandidateStateSchema = exports.curationCandidateRecordSchema = exports.curationAdequacyStatusSchema = exports.curationAnalysisTermMatchModeSchema = exports.curationAnalysisTagDefinitionSchema = exports.curationAnalysisStageDefinitionSchema = exports.curationAnalysisSignalDefinitionSchema = exports.curationAnalysisScopeSchema = exports.curationAnalysisFileSchema = exports.curationAnalysisExpressionSchema = exports.curationAnalysisActorSchema = exports.opsStartHandoffResponseSchema = exports.opsStartHandoffRequestSchema = exports.schemaMigrationStorageModeSchema = exports.schemaMigrationStatusSchema = exports.schemaMigrationSourceKindSchema = exports.schemaMigrationLedgerEntrySchema = exports.schemaMigrationDefinitionSchema = exports.schemaMigrationChecksumMismatchSchema = exports.schemaMigrationApplyModeSchema = void 0;
|
|
13
|
+
exports.conversationReplayJobErrorSchema = exports.conversationReplyJobSummarySchema = exports.conversationReplyJobStatusSchema = exports.conversationReplyJobRecordSchema = exports.conversationReplyJobErrorSchema = exports.conversationReplyBurstSummarySchema = exports.conversationReplyBurstStatusSchema = exports.conversationReplyBurstRecordSchema = exports.conversationEventSchema = exports.conversationContextSchema = exports.conversationChannelKindSchema = exports.conversationBusinessConnectionSchema = exports.attachmentSchema = exports.attachmentKindSchema = exports.attachmentInputSchema = exports.assistModeSchema = exports.assistArtifactStatusSchema = exports.assistArtifactSchema = exports.assistArtifactKindSchema = exports.followUpsListTasksResponseSchema = exports.followUpsListTasksRequestSchema = exports.followUpsEvaluateConversationResponseSchema = exports.followUpsEvaluateConversationRequestSchema = exports.followUpsCompleteTaskResponseSchema = exports.followUpsCompleteTaskRequestSchema = exports.followUpTaskStatusSchema = exports.followUpTaskSchema = exports.followUpTaskKindSchema = exports.followUpPolicyActionSchema = exports.followUpGhostedClassSchema = exports.followUpEvaluationSchema = exports.followUpCompletionOutcomeSchema = exports.followUpActorTypeSchema = exports.followUpActorSchema = exports.curationUpsertTranscriptRecordResponseSchema = exports.curationUpsertTranscriptRecordRequestSchema = exports.curatedRegistrySlotSchema = exports.curatedRegistryFileSchema = exports.curatedRegistryCaseSchema = exports.curationTriggerSourceSchema = exports.curationTranscriptSummarySourceSchema = exports.curationTranscriptRecordMapSchema = exports.curationTranscriptRecordSchema = exports.curationSlotStatusSchema = exports.curationSlotsFileSchema = exports.curationSlotEvaluationStageSchema = exports.curationSlotEvaluationSchema = exports.curationSlotDefinitionSchema = exports.curationSlotAdequacySnapshotSchema = exports.curationSignalSchema = void 0;
|
|
14
|
+
exports.judgeFileSchemaVersionSchema = exports.canonicalJudgeTranscriptFamilyReportSchema = exports.canonicalJudgeTranscriptFamilyMemberSchema = exports.canonicalJudgeScorecardReportSchema = exports.canonicalJudgeRuleRunSchema = exports.canonicalJudgeCompareSideSchema = exports.canonicalJudgeCompareRuleDeltaSchema = exports.canonicalJudgeCompareReportSchema = exports.canonicalConversationTurnSchema = exports.canonicalConversationTurnAttachmentSchema = exports.canonicalConversationTurnAttachmentKindSchema = exports.canonicalConversationTranscriptSchema = exports.canonicalConversationTraceRefSchema = exports.canonicalConversationSummarySchema = exports.canonicalConversationRuntimeProvenanceSchema = exports.canonicalConversationProfileProvenanceSchema = exports.canonicalConversationImportProvenanceSchema = exports.canonicalConversationLineageSchema = exports.canonicalConversationFocusSchema = exports.canonicalConversationCoverageSchema = exports.canonicalConversationSourceSchema = exports.canonicalConversationParticipantSchema = exports.canonicalConversationHeaderSchema = exports.canonicalConversationContextSchema = exports.timelineEntrySchema = exports.timelineEntryKindSchema = exports.outboundDispatchSchema = exports.messageDeliveryKindSchema = exports.messageAuthorKindSchema = exports.conversationsReplayTranscriptResponseSchema = exports.conversationsReplayTranscriptRequestSchema = exports.conversationsProcessInboundEventResponseSchema = exports.conversationsProcessInboundEventRequestSchema = exports.conversationsListTimelineResponseSchema = exports.conversationsListTimelineRequestSchema = exports.conversationsGetReplayJobResponseSchema = exports.conversationsGetReplayJobRequestSchema = exports.conversationsGetReplyJobResponseSchema = exports.conversationsGetReplyJobRequestSchema = exports.conversationsGetContextResponseSchema = exports.conversationsGetContextRequestSchema = exports.conversationStatusSchema = exports.sendModeSchema = exports.ownershipModeSchema = exports.messageSchema = exports.inboundEventKindSchema = exports.conversationSchema = exports.conversationReplayJobSummarySchema = exports.conversationReplayJobStatusSchema = exports.conversationReplayJobRecordSchema = void 0;
|
|
15
|
+
exports.runtimeDecisionDraftOutboundPlanResponseSchema = exports.runtimeVerificationOutputSchema = exports.runtimeVerificationIssueTypeSchema = exports.runtimeVerificationIssueSchema = exports.retrievedDocRefSchema = exports.messageReviewOutputSchema = exports.decisionTraceSchema = exports.decisionEnvelopeSchema = exports.runtimeDecisionExecutionPayloadSchema = exports.decisionClassificationSchema = exports.decisionActionTypeSchema = exports.decisionActionSchema = exports.decisionActionOutcomeSchema = exports.cartPatchOperationTypeSchema = exports.cartPatchOperationSchema = exports.semanticJudgeRunMetadataSchema = exports.semanticJudgeResultSchema = exports.semanticJudgeInputWindowedSchema = exports.semanticJudgeInputPacketSchema = exports.semanticJudgeInputMinimalSchema = exports.semanticJudgeInputFullSchema = exports.semanticJudgeFindingSchema = exports.semanticJudgeExecutionEnvelopeSchema = exports.semanticJudgeContractErrorSchema = exports.semanticExpectationClauseSchema = exports.semanticEvidenceRefSchema = exports.semanticEvalVerdictSchema = exports.semanticEvalTargetKindSchema = exports.semanticEvalMessageSchema = exports.semanticEvalFindingStatusSchema = exports.semanticEvalEvidenceIndexEntrySchema = exports.semanticEvalContextPolicySchema = exports.semanticEvalContextLevelSchema = exports.expectationContractSchema = exports.judgeSeveritySchema = exports.judgeScorecardRuntimeSchema = exports.judgeScorecardRuleEntrySchema = exports.judgeScorecardPolicySchema = exports.judgeScorecardModeSchema = exports.judgeScorecardFileSchema = exports.judgeRuntimeEngineSchema = exports.judgeRuleFileSchema = exports.judgeRuleEpisodeSelectionStrategySchema = exports.judgeRuleEpisodeSelectionSchema = exports.judgeRuleEpisodeHintSchema = exports.judgeRuleEpisodeHintActorSchema = exports.judgeRuleClauseFileSchema = exports.judgeRuleApplyToSchema = exports.judgeRuleAcceptanceFileSchema = exports.judgeCompareDeltaKindSchema = void 0;
|
|
16
|
+
exports.cartSchema = exports.cartItemSchema = exports.cartItemInputSchema = exports.turnAnalysisSchema = exports.strategyDocumentSchema = exports.strategyCardSchema = exports.policyDocumentSchema = exports.runtimeStructuredDecisionResponseSchema = exports.runtimeStepHistoryEntrySchema = exports.runtimeReplyToneSchema = exports.runtimeReadinessSchema = exports.runtimePromptMetaSchema = exports.runtimePackedTranscriptMessageSchema = exports.runtimePromptCacheMetadataSchema = exports.runtimePackedContextSchema = exports.runtimeOutboundStepTypeSchema = exports.runtimeOutboundPlanStepSchema = exports.runtimeOutboundPlanSchema = exports.runtimeOutboundPlanKindSchema = exports.runtimeListDecisionTracesResponseSchema = exports.runtimeListDecisionTracesRequestSchema = exports.runtimeHistorySegmentStatusSchema = exports.runtimeHistorySegmentSchema = exports.runtimeHistoricalSegmentSummarySchema = exports.runtimeGetPackedContextResponseSchema = exports.runtimeGetPackedContextRequestSchema = exports.runtimeGenerationModeSchema = exports.runtimeDocKindSchema = exports.runtimeDecisionStatusSchema = exports.runtimeDecisionModeSchema = exports.runtimeUsageSchema = exports.runtimeNextStepTypeSchema = exports.runtimeNextStepSchema = exports.runtimeMediaFolderDescriptorSchema = exports.runtimeMediaFolderContentsSliceSchema = exports.runtimeMediaDiscoveryTraceEntrySchema = exports.runtimeMediaDiscoveryRequestKindSchema = exports.runtimeChannelSendMessageSchema = exports.runtimeMediaAssetKindSchema = exports.runtimeMediaAssetDescriptorSchema = exports.runtimeProviderAttemptStatusSchema = exports.runtimeProviderAttemptSchema = exports.runtimeGenerationStageSchema = exports.runtimeGenerationAttemptStatusSchema = exports.runtimeGenerationAttemptSchema = exports.runtimeGenerationAttemptKindSchema = exports.runtimeExecutionProfileSchema = exports.runtimeDecisionRequestMediaFolderContentsSchema = exports.runtimeDecisionRequestMediaFoldersSchema = exports.runtimeDecisionFinalOutboundPlanResponseSchema = void 0;
|
|
17
|
+
exports.customerIdentitySchema = exports.customerIdentityLookupSchema = exports.customerDecisionSpeedSchema = exports.customerContextSchema = exports.customerCommunicationStyleSchema = exports.customerCommercialProfileSchema = exports.customerCommercialProfilePatchSchema = exports.customerChannelSchema = exports.systemInfoResponseSchema = exports.systemInfoRequestSchema = exports.integrationOverviewEntrySchema = exports.systemIntegrationStatusResponseSchema = exports.systemIntegrationStatusRequestSchema = exports.systemHealthResponseSchema = exports.systemHealthRequestSchema = exports.systemEchoResponseSchema = exports.systemEchoRequestSchema = exports.validationIssueSchema = exports.validationIssueCodeSchema = exports.quoteSnapshotSchema = exports.pricingModelSchema = exports.pricingBreakdownSchema = exports.orderSnapshotStatusSchema = exports.orderSnapshotSchema = exports.dealStatusSchema = exports.dealSchema = exports.commerceSeedCatalogResponseSchema = exports.commerceSeedCatalogRequestSchema = exports.commerceReplaceCartItemsResponseSchema = exports.commerceReplaceCartItemsRequestSchema = exports.commerceQuoteDealResponseSchema = exports.commerceQuoteDealRequestSchema = exports.commerceGetContextResponseSchema = exports.commerceGetContextRequestSchema = exports.commerceGetCatalogResponseSchema = exports.commerceGetCatalogRequestSchema = exports.commerceCreateOrderSnapshotResponseSchema = exports.commerceCreateOrderSnapshotRequestSchema = exports.commerceCreateCartResponseSchema = exports.commerceCreateCartRequestSchema = exports.commerceContextSchema = exports.catalogRelationTypeSchema = exports.catalogRelationSchema = exports.catalogRelationInputSchema = exports.catalogProductStatusSchema = exports.catalogProductSchema = exports.catalogProductKindSchema = exports.catalogProductInputSchema = exports.cartTotalsSchema = exports.cartStatusSchema = void 0;
|
|
18
|
+
exports.memoryUpdateRecordSchema = exports.memoryUpdateActionSchema = exports.memorySourceSchema = exports.memoryPatchOutcomeSchema = exports.memoryActorTypeSchema = exports.customersPatchMemoryResponseSchema = exports.customersPatchMemoryRequestSchema = exports.customersGetContextResponseSchema = exports.customersGetContextRequestSchema = exports.customersEnsureIdentityResponseSchema = exports.customersEnsureIdentityRequestSchema = exports.customerTimelineEventSchema = exports.customerSummarySchema = exports.customerSummaryPatchSchema = exports.customerSummaryKindSchema = exports.customerRecordSchema = exports.customerProfileSchema = exports.customerProfilePatchSchema = exports.customerPriceSensitivitySchema = exports.customerOrderHistoryEntrySchema = void 0;
|
|
16
19
|
var operations_1 = require("./operations");
|
|
17
20
|
Object.defineProperty(exports, "authCheckAccessOperation", { enumerable: true, get: function () { return operations_1.authCheckAccessOperation; } });
|
|
18
21
|
Object.defineProperty(exports, "authCheckAccessRequestSchema", { enumerable: true, get: function () { return operations_1.authCheckAccessRequestSchema; } });
|
|
@@ -105,29 +108,45 @@ Object.defineProperty(exports, "businessProfileMediaRegistrySchema", { enumerabl
|
|
|
105
108
|
Object.defineProperty(exports, "businessProfileProjectSecretRefSchema", { enumerable: true, get: function () { return operations_1.businessProfileProjectSecretRefSchema; } });
|
|
106
109
|
Object.defineProperty(exports, "businessProfileProjectSecretStatusSchema", { enumerable: true, get: function () { return operations_1.businessProfileProjectSecretStatusSchema; } });
|
|
107
110
|
Object.defineProperty(exports, "businessProfileStatusSchema", { enumerable: true, get: function () { return operations_1.businessProfileStatusSchema; } });
|
|
111
|
+
Object.defineProperty(exports, "businessProfileSourceProviderSchema", { enumerable: true, get: function () { return operations_1.businessProfileSourceProviderSchema; } });
|
|
112
|
+
Object.defineProperty(exports, "businessProfileAutoRolloutStatusSchema", { enumerable: true, get: function () { return operations_1.businessProfileAutoRolloutStatusSchema; } });
|
|
113
|
+
Object.defineProperty(exports, "businessProfilePublishJobSchema", { enumerable: true, get: function () { return operations_1.businessProfilePublishJobSchema; } });
|
|
114
|
+
Object.defineProperty(exports, "businessProfilePublishJobStatusSchema", { enumerable: true, get: function () { return operations_1.businessProfilePublishJobStatusSchema; } });
|
|
115
|
+
Object.defineProperty(exports, "businessProfilePublishTriggerSourceSchema", { enumerable: true, get: function () { return operations_1.businessProfilePublishTriggerSourceSchema; } });
|
|
116
|
+
Object.defineProperty(exports, "businessProfileReleaseSchema", { enumerable: true, get: function () { return operations_1.businessProfileReleaseSchema; } });
|
|
117
|
+
Object.defineProperty(exports, "telegramIntegrationReleaseAssignmentSchema", { enumerable: true, get: function () { return operations_1.telegramIntegrationReleaseAssignmentSchema; } });
|
|
108
118
|
Object.defineProperty(exports, "businessProfileVersionSchema", { enumerable: true, get: function () { return operations_1.businessProfileVersionSchema; } });
|
|
109
119
|
Object.defineProperty(exports, "businessProfileVersionSourceSchema", { enumerable: true, get: function () { return operations_1.businessProfileVersionSourceSchema; } });
|
|
110
|
-
Object.defineProperty(exports, "businessProfilesDownloadBundleOperation", { enumerable: true, get: function () { return operations_1.businessProfilesDownloadBundleOperation; } });
|
|
111
|
-
Object.defineProperty(exports, "businessProfilesDownloadBundleRequestSchema", { enumerable: true, get: function () { return operations_1.businessProfilesDownloadBundleRequestSchema; } });
|
|
112
|
-
Object.defineProperty(exports, "businessProfilesDownloadBundleResponseSchema", { enumerable: true, get: function () { return operations_1.businessProfilesDownloadBundleResponseSchema; } });
|
|
113
|
-
Object.defineProperty(exports, "businessProfilesActivateVersionOperation", { enumerable: true, get: function () { return operations_1.businessProfilesActivateVersionOperation; } });
|
|
114
|
-
Object.defineProperty(exports, "businessProfilesActivateVersionRequestSchema", { enumerable: true, get: function () { return operations_1.businessProfilesActivateVersionRequestSchema; } });
|
|
115
|
-
Object.defineProperty(exports, "businessProfilesActivateVersionResponseSchema", { enumerable: true, get: function () { return operations_1.businessProfilesActivateVersionResponseSchema; } });
|
|
116
120
|
Object.defineProperty(exports, "businessProfilesGetOperation", { enumerable: true, get: function () { return operations_1.businessProfilesGetOperation; } });
|
|
117
121
|
Object.defineProperty(exports, "businessProfilesGetRequestSchema", { enumerable: true, get: function () { return operations_1.businessProfilesGetRequestSchema; } });
|
|
118
122
|
Object.defineProperty(exports, "businessProfilesGetResponseSchema", { enumerable: true, get: function () { return operations_1.businessProfilesGetResponseSchema; } });
|
|
123
|
+
Object.defineProperty(exports, "businessProfilesGetPublishJobOperation", { enumerable: true, get: function () { return operations_1.businessProfilesGetPublishJobOperation; } });
|
|
124
|
+
Object.defineProperty(exports, "businessProfilesGetPublishJobRequestSchema", { enumerable: true, get: function () { return operations_1.businessProfilesGetPublishJobRequestSchema; } });
|
|
125
|
+
Object.defineProperty(exports, "businessProfilesGetPublishJobResponseSchema", { enumerable: true, get: function () { return operations_1.businessProfilesGetPublishJobResponseSchema; } });
|
|
126
|
+
Object.defineProperty(exports, "businessProfilesCreateReleaseOperation", { enumerable: true, get: function () { return operations_1.businessProfilesCreateReleaseOperation; } });
|
|
127
|
+
Object.defineProperty(exports, "businessProfilesCreateReleaseRequestSchema", { enumerable: true, get: function () { return operations_1.businessProfilesCreateReleaseRequestSchema; } });
|
|
128
|
+
Object.defineProperty(exports, "businessProfilesCreateReleaseResponseSchema", { enumerable: true, get: function () { return operations_1.businessProfilesCreateReleaseResponseSchema; } });
|
|
129
|
+
Object.defineProperty(exports, "businessProfilesPromoteReleaseOperation", { enumerable: true, get: function () { return operations_1.businessProfilesPromoteReleaseOperation; } });
|
|
130
|
+
Object.defineProperty(exports, "businessProfilesPromoteReleaseRequestSchema", { enumerable: true, get: function () { return operations_1.businessProfilesPromoteReleaseRequestSchema; } });
|
|
131
|
+
Object.defineProperty(exports, "businessProfilesPromoteReleaseResponseSchema", { enumerable: true, get: function () { return operations_1.businessProfilesPromoteReleaseResponseSchema; } });
|
|
119
132
|
Object.defineProperty(exports, "businessProfilesListMembersOperation", { enumerable: true, get: function () { return operations_1.businessProfilesListMembersOperation; } });
|
|
120
133
|
Object.defineProperty(exports, "businessProfilesListMembersRequestSchema", { enumerable: true, get: function () { return operations_1.businessProfilesListMembersRequestSchema; } });
|
|
121
134
|
Object.defineProperty(exports, "businessProfilesListMembersResponseSchema", { enumerable: true, get: function () { return operations_1.businessProfilesListMembersResponseSchema; } });
|
|
122
135
|
Object.defineProperty(exports, "businessProfilesListOperation", { enumerable: true, get: function () { return operations_1.businessProfilesListOperation; } });
|
|
123
136
|
Object.defineProperty(exports, "businessProfilesListRequestSchema", { enumerable: true, get: function () { return operations_1.businessProfilesListRequestSchema; } });
|
|
124
137
|
Object.defineProperty(exports, "businessProfilesListResponseSchema", { enumerable: true, get: function () { return operations_1.businessProfilesListResponseSchema; } });
|
|
138
|
+
Object.defineProperty(exports, "businessProfilesListReleasesOperation", { enumerable: true, get: function () { return operations_1.businessProfilesListReleasesOperation; } });
|
|
139
|
+
Object.defineProperty(exports, "businessProfilesListReleasesRequestSchema", { enumerable: true, get: function () { return operations_1.businessProfilesListReleasesRequestSchema; } });
|
|
140
|
+
Object.defineProperty(exports, "businessProfilesListReleasesResponseSchema", { enumerable: true, get: function () { return operations_1.businessProfilesListReleasesResponseSchema; } });
|
|
125
141
|
Object.defineProperty(exports, "businessProfilesListVersionsOperation", { enumerable: true, get: function () { return operations_1.businessProfilesListVersionsOperation; } });
|
|
126
142
|
Object.defineProperty(exports, "businessProfilesListVersionsRequestSchema", { enumerable: true, get: function () { return operations_1.businessProfilesListVersionsRequestSchema; } });
|
|
127
143
|
Object.defineProperty(exports, "businessProfilesListVersionsResponseSchema", { enumerable: true, get: function () { return operations_1.businessProfilesListVersionsResponseSchema; } });
|
|
128
|
-
Object.defineProperty(exports, "
|
|
129
|
-
Object.defineProperty(exports, "
|
|
130
|
-
Object.defineProperty(exports, "
|
|
144
|
+
Object.defineProperty(exports, "businessProfilesStartPublishJobOperation", { enumerable: true, get: function () { return operations_1.businessProfilesStartPublishJobOperation; } });
|
|
145
|
+
Object.defineProperty(exports, "businessProfilesStartPublishJobRequestSchema", { enumerable: true, get: function () { return operations_1.businessProfilesStartPublishJobRequestSchema; } });
|
|
146
|
+
Object.defineProperty(exports, "businessProfilesStartPublishJobResponseSchema", { enumerable: true, get: function () { return operations_1.businessProfilesStartPublishJobResponseSchema; } });
|
|
147
|
+
Object.defineProperty(exports, "businessProfilesVerifyRepoAccessOperation", { enumerable: true, get: function () { return operations_1.businessProfilesVerifyRepoAccessOperation; } });
|
|
148
|
+
Object.defineProperty(exports, "businessProfilesVerifyRepoAccessRequestSchema", { enumerable: true, get: function () { return operations_1.businessProfilesVerifyRepoAccessRequestSchema; } });
|
|
149
|
+
Object.defineProperty(exports, "businessProfilesVerifyRepoAccessResponseSchema", { enumerable: true, get: function () { return operations_1.businessProfilesVerifyRepoAccessResponseSchema; } });
|
|
131
150
|
Object.defineProperty(exports, "integrationsApproveTelegramBusinessAccountOperation", { enumerable: true, get: function () { return operations_1.integrationsApproveTelegramBusinessAccountOperation; } });
|
|
132
151
|
Object.defineProperty(exports, "integrationsApproveTelegramBusinessAccountRequestSchema", { enumerable: true, get: function () { return operations_1.integrationsApproveTelegramBusinessAccountRequestSchema; } });
|
|
133
152
|
Object.defineProperty(exports, "integrationsApproveTelegramBusinessAccountResponseSchema", { enumerable: true, get: function () { return operations_1.integrationsApproveTelegramBusinessAccountResponseSchema; } });
|
|
@@ -137,6 +156,15 @@ Object.defineProperty(exports, "integrationsBlockTelegramBusinessAccountResponse
|
|
|
137
156
|
Object.defineProperty(exports, "integrationsBindTelegramEmployeeOperation", { enumerable: true, get: function () { return operations_1.integrationsBindTelegramEmployeeOperation; } });
|
|
138
157
|
Object.defineProperty(exports, "integrationsBindTelegramEmployeeRequestSchema", { enumerable: true, get: function () { return operations_1.integrationsBindTelegramEmployeeRequestSchema; } });
|
|
139
158
|
Object.defineProperty(exports, "integrationsBindTelegramEmployeeResponseSchema", { enumerable: true, get: function () { return operations_1.integrationsBindTelegramEmployeeResponseSchema; } });
|
|
159
|
+
Object.defineProperty(exports, "integrationsAssignReleaseOperation", { enumerable: true, get: function () { return operations_1.integrationsAssignReleaseOperation; } });
|
|
160
|
+
Object.defineProperty(exports, "integrationsAssignReleaseRequestSchema", { enumerable: true, get: function () { return operations_1.integrationsAssignReleaseRequestSchema; } });
|
|
161
|
+
Object.defineProperty(exports, "integrationsAssignReleaseResponseSchema", { enumerable: true, get: function () { return operations_1.integrationsAssignReleaseResponseSchema; } });
|
|
162
|
+
Object.defineProperty(exports, "integrationsGetTelegramBotReleaseAssignmentOperation", { enumerable: true, get: function () { return operations_1.integrationsGetTelegramBotReleaseAssignmentOperation; } });
|
|
163
|
+
Object.defineProperty(exports, "integrationsGetTelegramBotReleaseAssignmentRequestSchema", { enumerable: true, get: function () { return operations_1.integrationsGetTelegramBotReleaseAssignmentRequestSchema; } });
|
|
164
|
+
Object.defineProperty(exports, "integrationsGetTelegramBotReleaseAssignmentResponseSchema", { enumerable: true, get: function () { return operations_1.integrationsGetTelegramBotReleaseAssignmentResponseSchema; } });
|
|
165
|
+
Object.defineProperty(exports, "integrationsSetTelegramBotAutoRolloutPolicyOperation", { enumerable: true, get: function () { return operations_1.integrationsSetTelegramBotAutoRolloutPolicyOperation; } });
|
|
166
|
+
Object.defineProperty(exports, "integrationsSetTelegramBotAutoRolloutPolicyRequestSchema", { enumerable: true, get: function () { return operations_1.integrationsSetTelegramBotAutoRolloutPolicyRequestSchema; } });
|
|
167
|
+
Object.defineProperty(exports, "integrationsSetTelegramBotAutoRolloutPolicyResponseSchema", { enumerable: true, get: function () { return operations_1.integrationsSetTelegramBotAutoRolloutPolicyResponseSchema; } });
|
|
140
168
|
Object.defineProperty(exports, "integrationsGetTelegramBusinessAccountOperation", { enumerable: true, get: function () { return operations_1.integrationsGetTelegramBusinessAccountOperation; } });
|
|
141
169
|
Object.defineProperty(exports, "integrationsGetTelegramBusinessAccountRequestSchema", { enumerable: true, get: function () { return operations_1.integrationsGetTelegramBusinessAccountRequestSchema; } });
|
|
142
170
|
Object.defineProperty(exports, "integrationsGetTelegramBusinessAccountResponseSchema", { enumerable: true, get: function () { return operations_1.integrationsGetTelegramBusinessAccountResponseSchema; } });
|
|
@@ -201,10 +229,12 @@ Object.defineProperty(exports, "authSessionSchema", { enumerable: true, get: fun
|
|
|
201
229
|
Object.defineProperty(exports, "authSessionRecordSchema", { enumerable: true, get: function () { return operations_1.authSessionRecordSchema; } });
|
|
202
230
|
Object.defineProperty(exports, "authSessionSourceSchema", { enumerable: true, get: function () { return operations_1.authSessionSourceSchema; } });
|
|
203
231
|
Object.defineProperty(exports, "opsAddOperatorNoteOperation", { enumerable: true, get: function () { return operations_1.opsAddOperatorNoteOperation; } });
|
|
232
|
+
Object.defineProperty(exports, "opsApplyLegacyReconcileOperation", { enumerable: true, get: function () { return operations_1.opsApplyLegacyReconcileOperation; } });
|
|
204
233
|
Object.defineProperty(exports, "opsApplySchemaMigrationsOperation", { enumerable: true, get: function () { return operations_1.opsApplySchemaMigrationsOperation; } });
|
|
205
234
|
Object.defineProperty(exports, "opsCreateBackupArtifactOperation", { enumerable: true, get: function () { return operations_1.opsCreateBackupArtifactOperation; } });
|
|
206
235
|
Object.defineProperty(exports, "opsGetBackupArtifactOperation", { enumerable: true, get: function () { return operations_1.opsGetBackupArtifactOperation; } });
|
|
207
236
|
Object.defineProperty(exports, "opsGetDiagnosticsOperation", { enumerable: true, get: function () { return operations_1.opsGetDiagnosticsOperation; } });
|
|
237
|
+
Object.defineProperty(exports, "opsGetLegacyReconcileStatusOperation", { enumerable: true, get: function () { return operations_1.opsGetLegacyReconcileStatusOperation; } });
|
|
208
238
|
Object.defineProperty(exports, "opsGetReadinessOperation", { enumerable: true, get: function () { return operations_1.opsGetReadinessOperation; } });
|
|
209
239
|
Object.defineProperty(exports, "opsGetRolloutExecutionOperation", { enumerable: true, get: function () { return operations_1.opsGetRolloutExecutionOperation; } });
|
|
210
240
|
Object.defineProperty(exports, "opsGetRestoreDrillOperation", { enumerable: true, get: function () { return operations_1.opsGetRestoreDrillOperation; } });
|
|
@@ -225,7 +255,20 @@ Object.defineProperty(exports, "opsStartHandoffOperation", { enumerable: true, g
|
|
|
225
255
|
Object.defineProperty(exports, "followUpsCompleteTaskOperation", { enumerable: true, get: function () { return operations_1.followUpsCompleteTaskOperation; } });
|
|
226
256
|
Object.defineProperty(exports, "followUpsEvaluateConversationOperation", { enumerable: true, get: function () { return operations_1.followUpsEvaluateConversationOperation; } });
|
|
227
257
|
Object.defineProperty(exports, "followUpsListTasksOperation", { enumerable: true, get: function () { return operations_1.followUpsListTasksOperation; } });
|
|
258
|
+
Object.defineProperty(exports, "curationGetLatestSlotAdequacySnapshotOperation", { enumerable: true, get: function () { return operations_1.curationGetLatestSlotAdequacySnapshotOperation; } });
|
|
259
|
+
Object.defineProperty(exports, "curationGetRuleEvalCacheOperation", { enumerable: true, get: function () { return operations_1.curationGetRuleEvalCacheOperation; } });
|
|
260
|
+
Object.defineProperty(exports, "curationListFitCandidatesOperation", { enumerable: true, get: function () { return operations_1.curationListFitCandidatesOperation; } });
|
|
261
|
+
Object.defineProperty(exports, "curationListHistoryOperation", { enumerable: true, get: function () { return operations_1.curationListHistoryOperation; } });
|
|
262
|
+
Object.defineProperty(exports, "curationListRotationCandidatesOperation", { enumerable: true, get: function () { return operations_1.curationListRotationCandidatesOperation; } });
|
|
263
|
+
Object.defineProperty(exports, "curationRecordEvaluationRunOperation", { enumerable: true, get: function () { return operations_1.curationRecordEvaluationRunOperation; } });
|
|
264
|
+
Object.defineProperty(exports, "curationRecordFastFitOperation", { enumerable: true, get: function () { return operations_1.curationRecordFastFitOperation; } });
|
|
265
|
+
Object.defineProperty(exports, "curationRecordFullFitOperation", { enumerable: true, get: function () { return operations_1.curationRecordFullFitOperation; } });
|
|
266
|
+
Object.defineProperty(exports, "curationRecordRotationDecisionOperation", { enumerable: true, get: function () { return operations_1.curationRecordRotationDecisionOperation; } });
|
|
267
|
+
Object.defineProperty(exports, "curationRecordRuleEvalCacheEntryOperation", { enumerable: true, get: function () { return operations_1.curationRecordRuleEvalCacheEntryOperation; } });
|
|
268
|
+
Object.defineProperty(exports, "curationRecordSlotAdequacySnapshotOperation", { enumerable: true, get: function () { return operations_1.curationRecordSlotAdequacySnapshotOperation; } });
|
|
269
|
+
Object.defineProperty(exports, "curationUpsertTranscriptRecordOperation", { enumerable: true, get: function () { return operations_1.curationUpsertTranscriptRecordOperation; } });
|
|
228
270
|
Object.defineProperty(exports, "conversationsGetContextOperation", { enumerable: true, get: function () { return operations_1.conversationsGetContextOperation; } });
|
|
271
|
+
Object.defineProperty(exports, "conversationsGetReplyJobOperation", { enumerable: true, get: function () { return operations_1.conversationsGetReplyJobOperation; } });
|
|
229
272
|
Object.defineProperty(exports, "conversationsGetReplayJobOperation", { enumerable: true, get: function () { return operations_1.conversationsGetReplayJobOperation; } });
|
|
230
273
|
Object.defineProperty(exports, "conversationsListTimelineOperation", { enumerable: true, get: function () { return operations_1.conversationsListTimelineOperation; } });
|
|
231
274
|
Object.defineProperty(exports, "conversationsProcessInboundEventOperation", { enumerable: true, get: function () { return operations_1.conversationsProcessInboundEventOperation; } });
|
|
@@ -262,8 +305,14 @@ Object.defineProperty(exports, "telegramEmployeeBindingStatusSchema", { enumerab
|
|
|
262
305
|
Object.defineProperty(exports, "telegramIntegrationModeSchema", { enumerable: true, get: function () { return operations_1.telegramIntegrationModeSchema; } });
|
|
263
306
|
Object.defineProperty(exports, "telegramObservedUserSchema", { enumerable: true, get: function () { return operations_1.telegramObservedUserSchema; } });
|
|
264
307
|
Object.defineProperty(exports, "runtimeGetPackedContextOperation", { enumerable: true, get: function () { return operations_1.runtimeGetPackedContextOperation; } });
|
|
265
|
-
Object.defineProperty(exports, "
|
|
266
|
-
Object.defineProperty(exports, "
|
|
308
|
+
Object.defineProperty(exports, "runtimeDeleteModelProfileRequestSchema", { enumerable: true, get: function () { return operations_1.runtimeDeleteModelProfileRequestSchema; } });
|
|
309
|
+
Object.defineProperty(exports, "runtimeDeleteModelProfileResponseSchema", { enumerable: true, get: function () { return operations_1.runtimeDeleteModelProfileResponseSchema; } });
|
|
310
|
+
Object.defineProperty(exports, "runtimeFailureBackoffModeSchema", { enumerable: true, get: function () { return operations_1.runtimeFailureBackoffModeSchema; } });
|
|
311
|
+
Object.defineProperty(exports, "runtimeFailureBackoffSchema", { enumerable: true, get: function () { return operations_1.runtimeFailureBackoffSchema; } });
|
|
312
|
+
Object.defineProperty(exports, "runtimeFailurePolicyRuleSchema", { enumerable: true, get: function () { return operations_1.runtimeFailurePolicyRuleSchema; } });
|
|
313
|
+
Object.defineProperty(exports, "runtimeFailurePolicySchema", { enumerable: true, get: function () { return operations_1.runtimeFailurePolicySchema; } });
|
|
314
|
+
Object.defineProperty(exports, "runtimeGetEffectiveModelProfileRequestSchema", { enumerable: true, get: function () { return operations_1.runtimeGetEffectiveModelProfileRequestSchema; } });
|
|
315
|
+
Object.defineProperty(exports, "runtimeGetEffectiveModelProfileResponseSchema", { enumerable: true, get: function () { return operations_1.runtimeGetEffectiveModelProfileResponseSchema; } });
|
|
267
316
|
Object.defineProperty(exports, "runtimeGetUsageSummaryRequestSchema", { enumerable: true, get: function () { return operations_1.runtimeGetUsageSummaryRequestSchema; } });
|
|
268
317
|
Object.defineProperty(exports, "runtimeGetUsageSummaryResponseSchema", { enumerable: true, get: function () { return operations_1.runtimeGetUsageSummaryResponseSchema; } });
|
|
269
318
|
Object.defineProperty(exports, "runtimeCredentialSourceSchema", { enumerable: true, get: function () { return operations_1.runtimeCredentialSourceSchema; } });
|
|
@@ -271,36 +320,45 @@ Object.defineProperty(exports, "runtimeFailureCategorySchema", { enumerable: tru
|
|
|
271
320
|
Object.defineProperty(exports, "runtimeFallbackEventSchema", { enumerable: true, get: function () { return operations_1.runtimeFallbackEventSchema; } });
|
|
272
321
|
Object.defineProperty(exports, "runtimeListFallbackEventsRequestSchema", { enumerable: true, get: function () { return operations_1.runtimeListFallbackEventsRequestSchema; } });
|
|
273
322
|
Object.defineProperty(exports, "runtimeListFallbackEventsResponseSchema", { enumerable: true, get: function () { return operations_1.runtimeListFallbackEventsResponseSchema; } });
|
|
323
|
+
Object.defineProperty(exports, "runtimeListModelProfilesRequestSchema", { enumerable: true, get: function () { return operations_1.runtimeListModelProfilesRequestSchema; } });
|
|
324
|
+
Object.defineProperty(exports, "runtimeListModelProfilesResponseSchema", { enumerable: true, get: function () { return operations_1.runtimeListModelProfilesResponseSchema; } });
|
|
274
325
|
Object.defineProperty(exports, "runtimeListProvidersRequestSchema", { enumerable: true, get: function () { return operations_1.runtimeListProvidersRequestSchema; } });
|
|
275
326
|
Object.defineProperty(exports, "runtimeListProvidersResponseSchema", { enumerable: true, get: function () { return operations_1.runtimeListProvidersResponseSchema; } });
|
|
276
|
-
Object.defineProperty(exports, "
|
|
277
|
-
Object.defineProperty(exports, "
|
|
327
|
+
Object.defineProperty(exports, "runtimeModelProfileRolesSchema", { enumerable: true, get: function () { return operations_1.runtimeModelProfileRolesSchema; } });
|
|
328
|
+
Object.defineProperty(exports, "runtimeModelProfileSchema", { enumerable: true, get: function () { return operations_1.runtimeModelProfileSchema; } });
|
|
329
|
+
Object.defineProperty(exports, "runtimeModelProfileScopeSchema", { enumerable: true, get: function () { return operations_1.runtimeModelProfileScopeSchema; } });
|
|
330
|
+
Object.defineProperty(exports, "runtimeModelRoleConfigSchema", { enumerable: true, get: function () { return operations_1.runtimeModelRoleConfigSchema; } });
|
|
331
|
+
Object.defineProperty(exports, "runtimeVerifierConfigSchema", { enumerable: true, get: function () { return operations_1.runtimeVerifierConfigSchema; } });
|
|
278
332
|
Object.defineProperty(exports, "runtimeReconcileProvidersRequestSchema", { enumerable: true, get: function () { return operations_1.runtimeReconcileProvidersRequestSchema; } });
|
|
279
333
|
Object.defineProperty(exports, "runtimeReconcileProvidersResponseSchema", { enumerable: true, get: function () { return operations_1.runtimeReconcileProvidersResponseSchema; } });
|
|
280
|
-
Object.defineProperty(exports, "
|
|
281
|
-
Object.defineProperty(exports, "
|
|
334
|
+
Object.defineProperty(exports, "runtimeReconcileModelProfilesRequestSchema", { enumerable: true, get: function () { return operations_1.runtimeReconcileModelProfilesRequestSchema; } });
|
|
335
|
+
Object.defineProperty(exports, "runtimeReconcileModelProfilesResponseSchema", { enumerable: true, get: function () { return operations_1.runtimeReconcileModelProfilesResponseSchema; } });
|
|
336
|
+
Object.defineProperty(exports, "runtimeEffectiveModelProfileSchema", { enumerable: true, get: function () { return operations_1.runtimeEffectiveModelProfileSchema; } });
|
|
337
|
+
Object.defineProperty(exports, "runtimeEffectiveModelProfileRolesSchema", { enumerable: true, get: function () { return operations_1.runtimeEffectiveModelProfileRolesSchema; } });
|
|
338
|
+
Object.defineProperty(exports, "runtimeEffectiveModelRoleConfigSchema", { enumerable: true, get: function () { return operations_1.runtimeEffectiveModelRoleConfigSchema; } });
|
|
282
339
|
Object.defineProperty(exports, "runtimeProviderCapabilitiesSchema", { enumerable: true, get: function () { return operations_1.runtimeProviderCapabilitiesSchema; } });
|
|
283
340
|
Object.defineProperty(exports, "runtimeProviderKindSchema", { enumerable: true, get: function () { return operations_1.runtimeProviderKindSchema; } });
|
|
284
341
|
Object.defineProperty(exports, "runtimeProviderSchema", { enumerable: true, get: function () { return operations_1.runtimeProviderSchema; } });
|
|
285
342
|
Object.defineProperty(exports, "runtimeProviderScopeSchema", { enumerable: true, get: function () { return operations_1.runtimeProviderScopeSchema; } });
|
|
286
|
-
Object.defineProperty(exports, "runtimeRoutingProfileSchema", { enumerable: true, get: function () { return operations_1.runtimeRoutingProfileSchema; } });
|
|
287
343
|
Object.defineProperty(exports, "runtimeRoutingTargetSchema", { enumerable: true, get: function () { return operations_1.runtimeRoutingTargetSchema; } });
|
|
288
344
|
Object.defineProperty(exports, "runtimeStageKeySchema", { enumerable: true, get: function () { return operations_1.runtimeStageKeySchema; } });
|
|
345
|
+
Object.defineProperty(exports, "runtimeUpsertModelProfileRequestSchema", { enumerable: true, get: function () { return operations_1.runtimeUpsertModelProfileRequestSchema; } });
|
|
346
|
+
Object.defineProperty(exports, "runtimeUpsertModelProfileResponseSchema", { enumerable: true, get: function () { return operations_1.runtimeUpsertModelProfileResponseSchema; } });
|
|
289
347
|
Object.defineProperty(exports, "runtimeUpsertProviderRequestSchema", { enumerable: true, get: function () { return operations_1.runtimeUpsertProviderRequestSchema; } });
|
|
290
348
|
Object.defineProperty(exports, "runtimeUpsertProviderResponseSchema", { enumerable: true, get: function () { return operations_1.runtimeUpsertProviderResponseSchema; } });
|
|
291
|
-
Object.defineProperty(exports, "runtimeUpsertRoutingProfileRequestSchema", { enumerable: true, get: function () { return operations_1.runtimeUpsertRoutingProfileRequestSchema; } });
|
|
292
|
-
Object.defineProperty(exports, "runtimeUpsertRoutingProfileResponseSchema", { enumerable: true, get: function () { return operations_1.runtimeUpsertRoutingProfileResponseSchema; } });
|
|
293
349
|
Object.defineProperty(exports, "runtimeUsageEventSchema", { enumerable: true, get: function () { return operations_1.runtimeUsageEventSchema; } });
|
|
294
350
|
Object.defineProperty(exports, "runtimeUsageEventStatusSchema", { enumerable: true, get: function () { return operations_1.runtimeUsageEventStatusSchema; } });
|
|
295
351
|
Object.defineProperty(exports, "runtimeUsageSummarySchema", { enumerable: true, get: function () { return operations_1.runtimeUsageSummarySchema; } });
|
|
296
|
-
Object.defineProperty(exports, "
|
|
352
|
+
Object.defineProperty(exports, "runtimeDeleteModelProfileOperation", { enumerable: true, get: function () { return operations_1.runtimeDeleteModelProfileOperation; } });
|
|
353
|
+
Object.defineProperty(exports, "runtimeGetEffectiveModelProfileOperation", { enumerable: true, get: function () { return operations_1.runtimeGetEffectiveModelProfileOperation; } });
|
|
297
354
|
Object.defineProperty(exports, "runtimeGetUsageSummaryOperation", { enumerable: true, get: function () { return operations_1.runtimeGetUsageSummaryOperation; } });
|
|
298
355
|
Object.defineProperty(exports, "runtimeListDecisionTracesOperation", { enumerable: true, get: function () { return operations_1.runtimeListDecisionTracesOperation; } });
|
|
299
356
|
Object.defineProperty(exports, "runtimeListFallbackEventsOperation", { enumerable: true, get: function () { return operations_1.runtimeListFallbackEventsOperation; } });
|
|
357
|
+
Object.defineProperty(exports, "runtimeListModelProfilesOperation", { enumerable: true, get: function () { return operations_1.runtimeListModelProfilesOperation; } });
|
|
300
358
|
Object.defineProperty(exports, "runtimeListProvidersOperation", { enumerable: true, get: function () { return operations_1.runtimeListProvidersOperation; } });
|
|
301
|
-
Object.defineProperty(exports, "
|
|
359
|
+
Object.defineProperty(exports, "runtimeReconcileModelProfilesOperation", { enumerable: true, get: function () { return operations_1.runtimeReconcileModelProfilesOperation; } });
|
|
360
|
+
Object.defineProperty(exports, "runtimeUpsertModelProfileOperation", { enumerable: true, get: function () { return operations_1.runtimeUpsertModelProfileOperation; } });
|
|
302
361
|
Object.defineProperty(exports, "runtimeUpsertProviderOperation", { enumerable: true, get: function () { return operations_1.runtimeUpsertProviderOperation; } });
|
|
303
|
-
Object.defineProperty(exports, "runtimeUpsertRoutingProfileOperation", { enumerable: true, get: function () { return operations_1.runtimeUpsertRoutingProfileOperation; } });
|
|
304
362
|
Object.defineProperty(exports, "systemEchoOperation", { enumerable: true, get: function () { return operations_1.systemEchoOperation; } });
|
|
305
363
|
Object.defineProperty(exports, "systemHealthOperation", { enumerable: true, get: function () { return operations_1.systemHealthOperation; } });
|
|
306
364
|
Object.defineProperty(exports, "systemIntegrationStatusOperation", { enumerable: true, get: function () { return operations_1.systemIntegrationStatusOperation; } });
|
|
@@ -325,6 +383,17 @@ Object.defineProperty(exports, "conversationFeedItemSchema", { enumerable: true,
|
|
|
325
383
|
Object.defineProperty(exports, "handoffRecordSchema", { enumerable: true, get: function () { return ops_1.handoffRecordSchema; } });
|
|
326
384
|
Object.defineProperty(exports, "opsGetDiagnosticsRequestSchema", { enumerable: true, get: function () { return ops_1.opsGetDiagnosticsRequestSchema; } });
|
|
327
385
|
Object.defineProperty(exports, "opsGetDiagnosticsResponseSchema", { enumerable: true, get: function () { return ops_1.opsGetDiagnosticsResponseSchema; } });
|
|
386
|
+
Object.defineProperty(exports, "notificationRoutingClassSchema", { enumerable: true, get: function () { return ops_1.notificationRoutingClassSchema; } });
|
|
387
|
+
Object.defineProperty(exports, "notificationRoutingRecipientSchema", { enumerable: true, get: function () { return ops_1.notificationRoutingRecipientSchema; } });
|
|
388
|
+
Object.defineProperty(exports, "notificationRoutingRecipientInputSchema", { enumerable: true, get: function () { return ops_1.notificationRoutingRecipientInputSchema; } });
|
|
389
|
+
Object.defineProperty(exports, "notificationRoutingRouteSchema", { enumerable: true, get: function () { return ops_1.notificationRoutingRouteSchema; } });
|
|
390
|
+
Object.defineProperty(exports, "notificationRoutingProfileSchema", { enumerable: true, get: function () { return ops_1.notificationRoutingProfileSchema; } });
|
|
391
|
+
Object.defineProperty(exports, "opsGetNotificationRoutingRequestSchema", { enumerable: true, get: function () { return ops_1.opsGetNotificationRoutingRequestSchema; } });
|
|
392
|
+
Object.defineProperty(exports, "opsGetNotificationRoutingResponseSchema", { enumerable: true, get: function () { return ops_1.opsGetNotificationRoutingResponseSchema; } });
|
|
393
|
+
Object.defineProperty(exports, "opsAddNotificationRoutingRecipientRequestSchema", { enumerable: true, get: function () { return ops_1.opsAddNotificationRoutingRecipientRequestSchema; } });
|
|
394
|
+
Object.defineProperty(exports, "opsAddNotificationRoutingRecipientResponseSchema", { enumerable: true, get: function () { return ops_1.opsAddNotificationRoutingRecipientResponseSchema; } });
|
|
395
|
+
Object.defineProperty(exports, "opsRemoveNotificationRoutingRecipientRequestSchema", { enumerable: true, get: function () { return ops_1.opsRemoveNotificationRoutingRecipientRequestSchema; } });
|
|
396
|
+
Object.defineProperty(exports, "opsRemoveNotificationRoutingRecipientResponseSchema", { enumerable: true, get: function () { return ops_1.opsRemoveNotificationRoutingRecipientResponseSchema; } });
|
|
328
397
|
Object.defineProperty(exports, "opsGetReadinessRequestSchema", { enumerable: true, get: function () { return ops_1.opsGetReadinessRequestSchema; } });
|
|
329
398
|
Object.defineProperty(exports, "opsGetReadinessResponseSchema", { enumerable: true, get: function () { return ops_1.opsGetReadinessResponseSchema; } });
|
|
330
399
|
Object.defineProperty(exports, "opsGetRolloutExecutionRequestSchema", { enumerable: true, get: function () { return ops_1.opsGetRolloutExecutionRequestSchema; } });
|
|
@@ -334,6 +403,8 @@ Object.defineProperty(exports, "operatorActorSchema", { enumerable: true, get: f
|
|
|
334
403
|
Object.defineProperty(exports, "operatorNoteSchema", { enumerable: true, get: function () { return ops_1.operatorNoteSchema; } });
|
|
335
404
|
Object.defineProperty(exports, "opsAddOperatorNoteRequestSchema", { enumerable: true, get: function () { return ops_1.opsAddOperatorNoteRequestSchema; } });
|
|
336
405
|
Object.defineProperty(exports, "opsAddOperatorNoteResponseSchema", { enumerable: true, get: function () { return ops_1.opsAddOperatorNoteResponseSchema; } });
|
|
406
|
+
Object.defineProperty(exports, "opsApplyLegacyReconcileRequestSchema", { enumerable: true, get: function () { return ops_1.opsApplyLegacyReconcileRequestSchema; } });
|
|
407
|
+
Object.defineProperty(exports, "opsApplyLegacyReconcileResponseSchema", { enumerable: true, get: function () { return ops_1.opsApplyLegacyReconcileResponseSchema; } });
|
|
337
408
|
Object.defineProperty(exports, "opsApplySchemaMigrationsRequestSchema", { enumerable: true, get: function () { return ops_1.opsApplySchemaMigrationsRequestSchema; } });
|
|
338
409
|
Object.defineProperty(exports, "opsApplySchemaMigrationsResponseSchema", { enumerable: true, get: function () { return ops_1.opsApplySchemaMigrationsResponseSchema; } });
|
|
339
410
|
Object.defineProperty(exports, "backupArtifactCoverageSchema", { enumerable: true, get: function () { return ops_1.backupArtifactCoverageSchema; } });
|
|
@@ -348,6 +419,8 @@ Object.defineProperty(exports, "opsGetBackupArtifactRequestSchema", { enumerable
|
|
|
348
419
|
Object.defineProperty(exports, "opsGetBackupArtifactResponseSchema", { enumerable: true, get: function () { return ops_1.opsGetBackupArtifactResponseSchema; } });
|
|
349
420
|
Object.defineProperty(exports, "opsGetConversationWorkspaceRequestSchema", { enumerable: true, get: function () { return ops_1.opsGetConversationWorkspaceRequestSchema; } });
|
|
350
421
|
Object.defineProperty(exports, "opsGetConversationWorkspaceResponseSchema", { enumerable: true, get: function () { return ops_1.opsGetConversationWorkspaceResponseSchema; } });
|
|
422
|
+
Object.defineProperty(exports, "opsGetLegacyReconcileStatusRequestSchema", { enumerable: true, get: function () { return ops_1.opsGetLegacyReconcileStatusRequestSchema; } });
|
|
423
|
+
Object.defineProperty(exports, "opsGetLegacyReconcileStatusResponseSchema", { enumerable: true, get: function () { return ops_1.opsGetLegacyReconcileStatusResponseSchema; } });
|
|
351
424
|
Object.defineProperty(exports, "opsListConversationFeedRequestSchema", { enumerable: true, get: function () { return ops_1.opsListConversationFeedRequestSchema; } });
|
|
352
425
|
Object.defineProperty(exports, "opsListConversationFeedResponseSchema", { enumerable: true, get: function () { return ops_1.opsListConversationFeedResponseSchema; } });
|
|
353
426
|
Object.defineProperty(exports, "opsListBackupArtifactsRequestSchema", { enumerable: true, get: function () { return ops_1.opsListBackupArtifactsRequestSchema; } });
|
|
@@ -376,6 +449,10 @@ Object.defineProperty(exports, "opsGetSchemaStatusRequestSchema", { enumerable:
|
|
|
376
449
|
Object.defineProperty(exports, "opsGetSchemaStatusResponseSchema", { enumerable: true, get: function () { return ops_1.opsGetSchemaStatusResponseSchema; } });
|
|
377
450
|
Object.defineProperty(exports, "opsRunRestoreDrillRequestSchema", { enumerable: true, get: function () { return ops_1.opsRunRestoreDrillRequestSchema; } });
|
|
378
451
|
Object.defineProperty(exports, "opsRunRestoreDrillResponseSchema", { enumerable: true, get: function () { return ops_1.opsRunRestoreDrillResponseSchema; } });
|
|
452
|
+
Object.defineProperty(exports, "legacyReconcileItemSchema", { enumerable: true, get: function () { return ops_1.legacyReconcileItemSchema; } });
|
|
453
|
+
Object.defineProperty(exports, "legacyReconcileKindSchema", { enumerable: true, get: function () { return ops_1.legacyReconcileKindSchema; } });
|
|
454
|
+
Object.defineProperty(exports, "legacyReconcileResultSchema", { enumerable: true, get: function () { return ops_1.legacyReconcileResultSchema; } });
|
|
455
|
+
Object.defineProperty(exports, "legacyReconcileStatusSchema", { enumerable: true, get: function () { return ops_1.legacyReconcileStatusSchema; } });
|
|
379
456
|
Object.defineProperty(exports, "opsSendOperatorMessageRequestSchema", { enumerable: true, get: function () { return ops_1.opsSendOperatorMessageRequestSchema; } });
|
|
380
457
|
Object.defineProperty(exports, "opsSendOperatorMessageResponseSchema", { enumerable: true, get: function () { return ops_1.opsSendOperatorMessageResponseSchema; } });
|
|
381
458
|
Object.defineProperty(exports, "opsSetOwnershipModeRequestSchema", { enumerable: true, get: function () { return ops_1.opsSetOwnershipModeRequestSchema; } });
|
|
@@ -400,6 +477,64 @@ Object.defineProperty(exports, "schemaMigrationStatusSchema", { enumerable: true
|
|
|
400
477
|
Object.defineProperty(exports, "schemaMigrationStorageModeSchema", { enumerable: true, get: function () { return ops_1.schemaMigrationStorageModeSchema; } });
|
|
401
478
|
Object.defineProperty(exports, "opsStartHandoffRequestSchema", { enumerable: true, get: function () { return ops_1.opsStartHandoffRequestSchema; } });
|
|
402
479
|
Object.defineProperty(exports, "opsStartHandoffResponseSchema", { enumerable: true, get: function () { return ops_1.opsStartHandoffResponseSchema; } });
|
|
480
|
+
var curation_1 = require("./curation");
|
|
481
|
+
Object.defineProperty(exports, "curationAnalysisActorSchema", { enumerable: true, get: function () { return curation_1.curationAnalysisActorSchema; } });
|
|
482
|
+
Object.defineProperty(exports, "curationAnalysisExpressionSchema", { enumerable: true, get: function () { return curation_1.curationAnalysisExpressionSchema; } });
|
|
483
|
+
Object.defineProperty(exports, "curationAnalysisFileSchema", { enumerable: true, get: function () { return curation_1.curationAnalysisFileSchema; } });
|
|
484
|
+
Object.defineProperty(exports, "curationAnalysisScopeSchema", { enumerable: true, get: function () { return curation_1.curationAnalysisScopeSchema; } });
|
|
485
|
+
Object.defineProperty(exports, "curationAnalysisSignalDefinitionSchema", { enumerable: true, get: function () { return curation_1.curationAnalysisSignalDefinitionSchema; } });
|
|
486
|
+
Object.defineProperty(exports, "curationAnalysisStageDefinitionSchema", { enumerable: true, get: function () { return curation_1.curationAnalysisStageDefinitionSchema; } });
|
|
487
|
+
Object.defineProperty(exports, "curationAnalysisTagDefinitionSchema", { enumerable: true, get: function () { return curation_1.curationAnalysisTagDefinitionSchema; } });
|
|
488
|
+
Object.defineProperty(exports, "curationAnalysisTermMatchModeSchema", { enumerable: true, get: function () { return curation_1.curationAnalysisTermMatchModeSchema; } });
|
|
489
|
+
Object.defineProperty(exports, "curationAdequacyStatusSchema", { enumerable: true, get: function () { return curation_1.curationAdequacyStatusSchema; } });
|
|
490
|
+
Object.defineProperty(exports, "curationCandidateRecordSchema", { enumerable: true, get: function () { return curation_1.curationCandidateRecordSchema; } });
|
|
491
|
+
Object.defineProperty(exports, "curationCandidateStateSchema", { enumerable: true, get: function () { return curation_1.curationCandidateStateSchema; } });
|
|
492
|
+
Object.defineProperty(exports, "curationEngineSchema", { enumerable: true, get: function () { return curation_1.curationEngineSchema; } });
|
|
493
|
+
Object.defineProperty(exports, "curationEvaluationRunSchema", { enumerable: true, get: function () { return curation_1.curationEvaluationRunSchema; } });
|
|
494
|
+
Object.defineProperty(exports, "curationFastFitProfileSchema", { enumerable: true, get: function () { return curation_1.curationFastFitProfileSchema; } });
|
|
495
|
+
Object.defineProperty(exports, "curationGetLatestSlotAdequacySnapshotRequestSchema", { enumerable: true, get: function () { return curation_1.curationGetLatestSlotAdequacySnapshotRequestSchema; } });
|
|
496
|
+
Object.defineProperty(exports, "curationGetLatestSlotAdequacySnapshotResponseSchema", { enumerable: true, get: function () { return curation_1.curationGetLatestSlotAdequacySnapshotResponseSchema; } });
|
|
497
|
+
Object.defineProperty(exports, "curationGetRuleEvalCacheRequestSchema", { enumerable: true, get: function () { return curation_1.curationGetRuleEvalCacheRequestSchema; } });
|
|
498
|
+
Object.defineProperty(exports, "curationGetRuleEvalCacheResponseSchema", { enumerable: true, get: function () { return curation_1.curationGetRuleEvalCacheResponseSchema; } });
|
|
499
|
+
Object.defineProperty(exports, "curationListFitCandidatesRequestSchema", { enumerable: true, get: function () { return curation_1.curationListFitCandidatesRequestSchema; } });
|
|
500
|
+
Object.defineProperty(exports, "curationListFitCandidatesResponseSchema", { enumerable: true, get: function () { return curation_1.curationListFitCandidatesResponseSchema; } });
|
|
501
|
+
Object.defineProperty(exports, "curationListHistoryRequestSchema", { enumerable: true, get: function () { return curation_1.curationListHistoryRequestSchema; } });
|
|
502
|
+
Object.defineProperty(exports, "curationListHistoryResponseSchema", { enumerable: true, get: function () { return curation_1.curationListHistoryResponseSchema; } });
|
|
503
|
+
Object.defineProperty(exports, "curationListRotationCandidatesRequestSchema", { enumerable: true, get: function () { return curation_1.curationListRotationCandidatesRequestSchema; } });
|
|
504
|
+
Object.defineProperty(exports, "curationListRotationCandidatesResponseSchema", { enumerable: true, get: function () { return curation_1.curationListRotationCandidatesResponseSchema; } });
|
|
505
|
+
Object.defineProperty(exports, "curationRecommendedStateSchema", { enumerable: true, get: function () { return curation_1.curationRecommendedStateSchema; } });
|
|
506
|
+
Object.defineProperty(exports, "curationRecordEvaluationRunRequestSchema", { enumerable: true, get: function () { return curation_1.curationRecordEvaluationRunRequestSchema; } });
|
|
507
|
+
Object.defineProperty(exports, "curationRecordEvaluationRunResponseSchema", { enumerable: true, get: function () { return curation_1.curationRecordEvaluationRunResponseSchema; } });
|
|
508
|
+
Object.defineProperty(exports, "curationRecordFastFitRequestSchema", { enumerable: true, get: function () { return curation_1.curationRecordFastFitRequestSchema; } });
|
|
509
|
+
Object.defineProperty(exports, "curationRecordFastFitResponseSchema", { enumerable: true, get: function () { return curation_1.curationRecordFastFitResponseSchema; } });
|
|
510
|
+
Object.defineProperty(exports, "curationRecordFullFitRequestSchema", { enumerable: true, get: function () { return curation_1.curationRecordFullFitRequestSchema; } });
|
|
511
|
+
Object.defineProperty(exports, "curationRecordFullFitResponseSchema", { enumerable: true, get: function () { return curation_1.curationRecordFullFitResponseSchema; } });
|
|
512
|
+
Object.defineProperty(exports, "curationRecordRotationDecisionRequestSchema", { enumerable: true, get: function () { return curation_1.curationRecordRotationDecisionRequestSchema; } });
|
|
513
|
+
Object.defineProperty(exports, "curationRecordRotationDecisionResponseSchema", { enumerable: true, get: function () { return curation_1.curationRecordRotationDecisionResponseSchema; } });
|
|
514
|
+
Object.defineProperty(exports, "curationRecordRuleEvalCacheEntryRequestSchema", { enumerable: true, get: function () { return curation_1.curationRecordRuleEvalCacheEntryRequestSchema; } });
|
|
515
|
+
Object.defineProperty(exports, "curationRecordRuleEvalCacheEntryResponseSchema", { enumerable: true, get: function () { return curation_1.curationRecordRuleEvalCacheEntryResponseSchema; } });
|
|
516
|
+
Object.defineProperty(exports, "curationRecordSlotAdequacySnapshotRequestSchema", { enumerable: true, get: function () { return curation_1.curationRecordSlotAdequacySnapshotRequestSchema; } });
|
|
517
|
+
Object.defineProperty(exports, "curationRecordSlotAdequacySnapshotResponseSchema", { enumerable: true, get: function () { return curation_1.curationRecordSlotAdequacySnapshotResponseSchema; } });
|
|
518
|
+
Object.defineProperty(exports, "curationRotationDecisionRecordSchema", { enumerable: true, get: function () { return curation_1.curationRotationDecisionRecordSchema; } });
|
|
519
|
+
Object.defineProperty(exports, "curationRotationDecisionSchema", { enumerable: true, get: function () { return curation_1.curationRotationDecisionSchema; } });
|
|
520
|
+
Object.defineProperty(exports, "curationRuleEvalCacheEntrySchema", { enumerable: true, get: function () { return curation_1.curationRuleEvalCacheEntrySchema; } });
|
|
521
|
+
Object.defineProperty(exports, "curationRunKindSchema", { enumerable: true, get: function () { return curation_1.curationRunKindSchema; } });
|
|
522
|
+
Object.defineProperty(exports, "curationSignalSchema", { enumerable: true, get: function () { return curation_1.curationSignalSchema; } });
|
|
523
|
+
Object.defineProperty(exports, "curationSlotAdequacySnapshotSchema", { enumerable: true, get: function () { return curation_1.curationSlotAdequacySnapshotSchema; } });
|
|
524
|
+
Object.defineProperty(exports, "curationSlotDefinitionSchema", { enumerable: true, get: function () { return curation_1.curationSlotDefinitionSchema; } });
|
|
525
|
+
Object.defineProperty(exports, "curationSlotEvaluationSchema", { enumerable: true, get: function () { return curation_1.curationSlotEvaluationSchema; } });
|
|
526
|
+
Object.defineProperty(exports, "curationSlotEvaluationStageSchema", { enumerable: true, get: function () { return curation_1.curationSlotEvaluationStageSchema; } });
|
|
527
|
+
Object.defineProperty(exports, "curationSlotsFileSchema", { enumerable: true, get: function () { return curation_1.curationSlotsFileSchema; } });
|
|
528
|
+
Object.defineProperty(exports, "curationSlotStatusSchema", { enumerable: true, get: function () { return curation_1.curationSlotStatusSchema; } });
|
|
529
|
+
Object.defineProperty(exports, "curationTranscriptRecordSchema", { enumerable: true, get: function () { return curation_1.curationTranscriptRecordSchema; } });
|
|
530
|
+
Object.defineProperty(exports, "curationTranscriptRecordMapSchema", { enumerable: true, get: function () { return curation_1.curationTranscriptRecordMapSchema; } });
|
|
531
|
+
Object.defineProperty(exports, "curationTranscriptSummarySourceSchema", { enumerable: true, get: function () { return curation_1.curationTranscriptSummarySourceSchema; } });
|
|
532
|
+
Object.defineProperty(exports, "curationTriggerSourceSchema", { enumerable: true, get: function () { return curation_1.curationTriggerSourceSchema; } });
|
|
533
|
+
Object.defineProperty(exports, "curatedRegistryCaseSchema", { enumerable: true, get: function () { return curation_1.curatedRegistryCaseSchema; } });
|
|
534
|
+
Object.defineProperty(exports, "curatedRegistryFileSchema", { enumerable: true, get: function () { return curation_1.curatedRegistryFileSchema; } });
|
|
535
|
+
Object.defineProperty(exports, "curatedRegistrySlotSchema", { enumerable: true, get: function () { return curation_1.curatedRegistrySlotSchema; } });
|
|
536
|
+
Object.defineProperty(exports, "curationUpsertTranscriptRecordRequestSchema", { enumerable: true, get: function () { return curation_1.curationUpsertTranscriptRecordRequestSchema; } });
|
|
537
|
+
Object.defineProperty(exports, "curationUpsertTranscriptRecordResponseSchema", { enumerable: true, get: function () { return curation_1.curationUpsertTranscriptRecordResponseSchema; } });
|
|
403
538
|
var followups_1 = require("./followups");
|
|
404
539
|
Object.defineProperty(exports, "followUpActorSchema", { enumerable: true, get: function () { return followups_1.followUpActorSchema; } });
|
|
405
540
|
Object.defineProperty(exports, "followUpActorTypeSchema", { enumerable: true, get: function () { return followups_1.followUpActorTypeSchema; } });
|
|
@@ -428,6 +563,13 @@ Object.defineProperty(exports, "conversationBusinessConnectionSchema", { enumera
|
|
|
428
563
|
Object.defineProperty(exports, "conversationChannelKindSchema", { enumerable: true, get: function () { return conversations_1.conversationChannelKindSchema; } });
|
|
429
564
|
Object.defineProperty(exports, "conversationContextSchema", { enumerable: true, get: function () { return conversations_1.conversationContextSchema; } });
|
|
430
565
|
Object.defineProperty(exports, "conversationEventSchema", { enumerable: true, get: function () { return conversations_1.conversationEventSchema; } });
|
|
566
|
+
Object.defineProperty(exports, "conversationReplyBurstRecordSchema", { enumerable: true, get: function () { return conversations_1.conversationReplyBurstRecordSchema; } });
|
|
567
|
+
Object.defineProperty(exports, "conversationReplyBurstStatusSchema", { enumerable: true, get: function () { return conversations_1.conversationReplyBurstStatusSchema; } });
|
|
568
|
+
Object.defineProperty(exports, "conversationReplyBurstSummarySchema", { enumerable: true, get: function () { return conversations_1.conversationReplyBurstSummarySchema; } });
|
|
569
|
+
Object.defineProperty(exports, "conversationReplyJobErrorSchema", { enumerable: true, get: function () { return conversations_1.conversationReplyJobErrorSchema; } });
|
|
570
|
+
Object.defineProperty(exports, "conversationReplyJobRecordSchema", { enumerable: true, get: function () { return conversations_1.conversationReplyJobRecordSchema; } });
|
|
571
|
+
Object.defineProperty(exports, "conversationReplyJobStatusSchema", { enumerable: true, get: function () { return conversations_1.conversationReplyJobStatusSchema; } });
|
|
572
|
+
Object.defineProperty(exports, "conversationReplyJobSummarySchema", { enumerable: true, get: function () { return conversations_1.conversationReplyJobSummarySchema; } });
|
|
431
573
|
Object.defineProperty(exports, "conversationReplayJobErrorSchema", { enumerable: true, get: function () { return conversations_1.conversationReplayJobErrorSchema; } });
|
|
432
574
|
Object.defineProperty(exports, "conversationReplayJobRecordSchema", { enumerable: true, get: function () { return conversations_1.conversationReplayJobRecordSchema; } });
|
|
433
575
|
Object.defineProperty(exports, "conversationReplayJobStatusSchema", { enumerable: true, get: function () { return conversations_1.conversationReplayJobStatusSchema; } });
|
|
@@ -440,6 +582,8 @@ Object.defineProperty(exports, "sendModeSchema", { enumerable: true, get: functi
|
|
|
440
582
|
Object.defineProperty(exports, "conversationStatusSchema", { enumerable: true, get: function () { return conversations_1.conversationStatusSchema; } });
|
|
441
583
|
Object.defineProperty(exports, "conversationsGetContextRequestSchema", { enumerable: true, get: function () { return conversations_1.conversationsGetContextRequestSchema; } });
|
|
442
584
|
Object.defineProperty(exports, "conversationsGetContextResponseSchema", { enumerable: true, get: function () { return conversations_1.conversationsGetContextResponseSchema; } });
|
|
585
|
+
Object.defineProperty(exports, "conversationsGetReplyJobRequestSchema", { enumerable: true, get: function () { return conversations_1.conversationsGetReplyJobRequestSchema; } });
|
|
586
|
+
Object.defineProperty(exports, "conversationsGetReplyJobResponseSchema", { enumerable: true, get: function () { return conversations_1.conversationsGetReplyJobResponseSchema; } });
|
|
443
587
|
Object.defineProperty(exports, "conversationsGetReplayJobRequestSchema", { enumerable: true, get: function () { return conversations_1.conversationsGetReplayJobRequestSchema; } });
|
|
444
588
|
Object.defineProperty(exports, "conversationsGetReplayJobResponseSchema", { enumerable: true, get: function () { return conversations_1.conversationsGetReplayJobResponseSchema; } });
|
|
445
589
|
Object.defineProperty(exports, "conversationsListTimelineRequestSchema", { enumerable: true, get: function () { return conversations_1.conversationsListTimelineRequestSchema; } });
|
|
@@ -482,6 +626,10 @@ Object.defineProperty(exports, "judgeCompareDeltaKindSchema", { enumerable: true
|
|
|
482
626
|
Object.defineProperty(exports, "judgeRuleAcceptanceFileSchema", { enumerable: true, get: function () { return judge_files_1.judgeRuleAcceptanceFileSchema; } });
|
|
483
627
|
Object.defineProperty(exports, "judgeRuleApplyToSchema", { enumerable: true, get: function () { return judge_files_1.judgeRuleApplyToSchema; } });
|
|
484
628
|
Object.defineProperty(exports, "judgeRuleClauseFileSchema", { enumerable: true, get: function () { return judge_files_1.judgeRuleClauseFileSchema; } });
|
|
629
|
+
Object.defineProperty(exports, "judgeRuleEpisodeHintActorSchema", { enumerable: true, get: function () { return judge_files_1.judgeRuleEpisodeHintActorSchema; } });
|
|
630
|
+
Object.defineProperty(exports, "judgeRuleEpisodeHintSchema", { enumerable: true, get: function () { return judge_files_1.judgeRuleEpisodeHintSchema; } });
|
|
631
|
+
Object.defineProperty(exports, "judgeRuleEpisodeSelectionSchema", { enumerable: true, get: function () { return judge_files_1.judgeRuleEpisodeSelectionSchema; } });
|
|
632
|
+
Object.defineProperty(exports, "judgeRuleEpisodeSelectionStrategySchema", { enumerable: true, get: function () { return judge_files_1.judgeRuleEpisodeSelectionStrategySchema; } });
|
|
485
633
|
Object.defineProperty(exports, "judgeRuleFileSchema", { enumerable: true, get: function () { return judge_files_1.judgeRuleFileSchema; } });
|
|
486
634
|
Object.defineProperty(exports, "judgeRuntimeEngineSchema", { enumerable: true, get: function () { return judge_files_1.judgeRuntimeEngineSchema; } });
|
|
487
635
|
Object.defineProperty(exports, "judgeScorecardFileSchema", { enumerable: true, get: function () { return judge_files_1.judgeScorecardFileSchema; } });
|
|
@@ -517,24 +665,34 @@ Object.defineProperty(exports, "decisionActionOutcomeSchema", { enumerable: true
|
|
|
517
665
|
Object.defineProperty(exports, "decisionActionSchema", { enumerable: true, get: function () { return runtime_1.decisionActionSchema; } });
|
|
518
666
|
Object.defineProperty(exports, "decisionActionTypeSchema", { enumerable: true, get: function () { return runtime_1.decisionActionTypeSchema; } });
|
|
519
667
|
Object.defineProperty(exports, "decisionClassificationSchema", { enumerable: true, get: function () { return runtime_1.decisionClassificationSchema; } });
|
|
668
|
+
Object.defineProperty(exports, "runtimeDecisionExecutionPayloadSchema", { enumerable: true, get: function () { return runtime_1.runtimeDecisionExecutionPayloadSchema; } });
|
|
520
669
|
Object.defineProperty(exports, "decisionEnvelopeSchema", { enumerable: true, get: function () { return runtime_1.decisionEnvelopeSchema; } });
|
|
521
670
|
Object.defineProperty(exports, "decisionTraceSchema", { enumerable: true, get: function () { return runtime_1.decisionTraceSchema; } });
|
|
522
671
|
Object.defineProperty(exports, "messageReviewOutputSchema", { enumerable: true, get: function () { return runtime_1.messageReviewOutputSchema; } });
|
|
523
672
|
Object.defineProperty(exports, "retrievedDocRefSchema", { enumerable: true, get: function () { return runtime_1.retrievedDocRefSchema; } });
|
|
673
|
+
Object.defineProperty(exports, "runtimeVerificationIssueSchema", { enumerable: true, get: function () { return runtime_1.runtimeVerificationIssueSchema; } });
|
|
674
|
+
Object.defineProperty(exports, "runtimeVerificationIssueTypeSchema", { enumerable: true, get: function () { return runtime_1.runtimeVerificationIssueTypeSchema; } });
|
|
675
|
+
Object.defineProperty(exports, "runtimeVerificationOutputSchema", { enumerable: true, get: function () { return runtime_1.runtimeVerificationOutputSchema; } });
|
|
524
676
|
Object.defineProperty(exports, "runtimeDecisionDraftOutboundPlanResponseSchema", { enumerable: true, get: function () { return runtime_1.runtimeDecisionDraftOutboundPlanResponseSchema; } });
|
|
525
677
|
Object.defineProperty(exports, "runtimeDecisionFinalOutboundPlanResponseSchema", { enumerable: true, get: function () { return runtime_1.runtimeDecisionFinalOutboundPlanResponseSchema; } });
|
|
526
678
|
Object.defineProperty(exports, "runtimeDecisionRequestMediaFoldersSchema", { enumerable: true, get: function () { return runtime_1.runtimeDecisionRequestMediaFoldersSchema; } });
|
|
527
679
|
Object.defineProperty(exports, "runtimeDecisionRequestMediaFolderContentsSchema", { enumerable: true, get: function () { return runtime_1.runtimeDecisionRequestMediaFolderContentsSchema; } });
|
|
680
|
+
Object.defineProperty(exports, "runtimeExecutionProfileSchema", { enumerable: true, get: function () { return runtime_1.runtimeExecutionProfileSchema; } });
|
|
528
681
|
Object.defineProperty(exports, "runtimeGenerationAttemptKindSchema", { enumerable: true, get: function () { return runtime_1.runtimeGenerationAttemptKindSchema; } });
|
|
529
682
|
Object.defineProperty(exports, "runtimeGenerationAttemptSchema", { enumerable: true, get: function () { return runtime_1.runtimeGenerationAttemptSchema; } });
|
|
530
683
|
Object.defineProperty(exports, "runtimeGenerationAttemptStatusSchema", { enumerable: true, get: function () { return runtime_1.runtimeGenerationAttemptStatusSchema; } });
|
|
531
684
|
Object.defineProperty(exports, "runtimeGenerationStageSchema", { enumerable: true, get: function () { return runtime_1.runtimeGenerationStageSchema; } });
|
|
685
|
+
Object.defineProperty(exports, "runtimeProviderAttemptSchema", { enumerable: true, get: function () { return runtime_1.runtimeProviderAttemptSchema; } });
|
|
686
|
+
Object.defineProperty(exports, "runtimeProviderAttemptStatusSchema", { enumerable: true, get: function () { return runtime_1.runtimeProviderAttemptStatusSchema; } });
|
|
532
687
|
Object.defineProperty(exports, "runtimeMediaAssetDescriptorSchema", { enumerable: true, get: function () { return runtime_1.runtimeMediaAssetDescriptorSchema; } });
|
|
533
688
|
Object.defineProperty(exports, "runtimeMediaAssetKindSchema", { enumerable: true, get: function () { return runtime_1.runtimeMediaAssetKindSchema; } });
|
|
689
|
+
Object.defineProperty(exports, "runtimeChannelSendMessageSchema", { enumerable: true, get: function () { return runtime_1.runtimeChannelSendMessageSchema; } });
|
|
534
690
|
Object.defineProperty(exports, "runtimeMediaDiscoveryRequestKindSchema", { enumerable: true, get: function () { return runtime_1.runtimeMediaDiscoveryRequestKindSchema; } });
|
|
535
691
|
Object.defineProperty(exports, "runtimeMediaDiscoveryTraceEntrySchema", { enumerable: true, get: function () { return runtime_1.runtimeMediaDiscoveryTraceEntrySchema; } });
|
|
536
692
|
Object.defineProperty(exports, "runtimeMediaFolderContentsSliceSchema", { enumerable: true, get: function () { return runtime_1.runtimeMediaFolderContentsSliceSchema; } });
|
|
537
693
|
Object.defineProperty(exports, "runtimeMediaFolderDescriptorSchema", { enumerable: true, get: function () { return runtime_1.runtimeMediaFolderDescriptorSchema; } });
|
|
694
|
+
Object.defineProperty(exports, "runtimeNextStepSchema", { enumerable: true, get: function () { return runtime_1.runtimeNextStepSchema; } });
|
|
695
|
+
Object.defineProperty(exports, "runtimeNextStepTypeSchema", { enumerable: true, get: function () { return runtime_1.runtimeNextStepTypeSchema; } });
|
|
538
696
|
Object.defineProperty(exports, "runtimeUsageSchema", { enumerable: true, get: function () { return runtime_1.runtimeUsageSchema; } });
|
|
539
697
|
Object.defineProperty(exports, "runtimeDecisionModeSchema", { enumerable: true, get: function () { return runtime_1.runtimeDecisionModeSchema; } });
|
|
540
698
|
Object.defineProperty(exports, "runtimeDecisionStatusSchema", { enumerable: true, get: function () { return runtime_1.runtimeDecisionStatusSchema; } });
|
|
@@ -552,11 +710,14 @@ Object.defineProperty(exports, "runtimeOutboundPlanSchema", { enumerable: true,
|
|
|
552
710
|
Object.defineProperty(exports, "runtimeOutboundPlanStepSchema", { enumerable: true, get: function () { return runtime_1.runtimeOutboundPlanStepSchema; } });
|
|
553
711
|
Object.defineProperty(exports, "runtimeOutboundStepTypeSchema", { enumerable: true, get: function () { return runtime_1.runtimeOutboundStepTypeSchema; } });
|
|
554
712
|
Object.defineProperty(exports, "runtimePackedContextSchema", { enumerable: true, get: function () { return runtime_1.runtimePackedContextSchema; } });
|
|
713
|
+
Object.defineProperty(exports, "runtimePromptCacheMetadataSchema", { enumerable: true, get: function () { return runtime_1.runtimePromptCacheMetadataSchema; } });
|
|
555
714
|
Object.defineProperty(exports, "runtimePackedTranscriptMessageSchema", { enumerable: true, get: function () { return runtime_1.runtimePackedTranscriptMessageSchema; } });
|
|
556
715
|
Object.defineProperty(exports, "runtimePromptMetaSchema", { enumerable: true, get: function () { return runtime_1.runtimePromptMetaSchema; } });
|
|
557
716
|
Object.defineProperty(exports, "runtimeReadinessSchema", { enumerable: true, get: function () { return runtime_1.runtimeReadinessSchema; } });
|
|
558
717
|
Object.defineProperty(exports, "runtimeReplyToneSchema", { enumerable: true, get: function () { return runtime_1.runtimeReplyToneSchema; } });
|
|
718
|
+
Object.defineProperty(exports, "runtimeStepHistoryEntrySchema", { enumerable: true, get: function () { return runtime_1.runtimeStepHistoryEntrySchema; } });
|
|
559
719
|
Object.defineProperty(exports, "runtimeStructuredDecisionResponseSchema", { enumerable: true, get: function () { return runtime_1.runtimeStructuredDecisionResponseSchema; } });
|
|
720
|
+
Object.defineProperty(exports, "policyDocumentSchema", { enumerable: true, get: function () { return runtime_1.policyDocumentSchema; } });
|
|
560
721
|
Object.defineProperty(exports, "strategyCardSchema", { enumerable: true, get: function () { return runtime_1.strategyCardSchema; } });
|
|
561
722
|
Object.defineProperty(exports, "strategyDocumentSchema", { enumerable: true, get: function () { return runtime_1.strategyDocumentSchema; } });
|
|
562
723
|
Object.defineProperty(exports, "turnAnalysisSchema", { enumerable: true, get: function () { return runtime_1.turnAnalysisSchema; } });
|