@objectstack/spec 4.0.2 → 4.0.3
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/ai/index.d.mts +2 -2
- package/dist/ai/index.d.ts +2 -2
- package/dist/api/index.d.mts +3 -3
- package/dist/api/index.d.ts +3 -3
- package/dist/api/index.js +89 -0
- package/dist/api/index.js.map +1 -1
- package/dist/api/index.mjs +86 -1
- package/dist/api/index.mjs.map +1 -1
- package/dist/automation/index.d.mts +2 -2
- package/dist/automation/index.d.ts +2 -2
- package/dist/cloud/index.d.mts +1 -1
- package/dist/cloud/index.d.ts +1 -1
- package/dist/contracts/index.d.mts +7 -7
- package/dist/contracts/index.d.ts +7 -7
- package/dist/data/index.d.mts +3 -3
- package/dist/data/index.d.ts +3 -3
- package/dist/{index-BqLDM_a6.d.ts → index-BAWaavMb.d.ts} +318 -165
- package/dist/{index-BCj-HPon.d.ts → index-BeTMANnR.d.ts} +83 -83
- package/dist/{index-T9OLAOd1.d.ts → index-BnaFajrN.d.ts} +33 -33
- package/dist/{index-DwGp_sbU.d.mts → index-BsJ6N75V.d.mts} +23 -2
- package/dist/{index-CTSLtTwm.d.mts → index-BsiNK98P.d.mts} +22 -22
- package/dist/{index-PSz4u0Kl.d.ts → index-C7Dffsq_.d.ts} +23 -2
- package/dist/{index-dgQEN4mx.d.mts → index-CG643faC.d.mts} +47 -45
- package/dist/{index-k4sjeOQx.d.ts → index-COGGksR_.d.ts} +3 -3
- package/dist/{index-4Z4qDy0j.d.ts → index-CkOMlDMi.d.ts} +47 -45
- package/dist/{index-BP0RZbNS.d.mts → index-Cw8-4-FS.d.mts} +3 -3
- package/dist/{index-DuZ5OQoC.d.mts → index-CxMCebud.d.mts} +33 -33
- package/dist/{index-D3YldlNO.d.mts → index-DAP2qJEi.d.mts} +318 -165
- package/dist/{index-CZuSu044.d.ts → index-DHOOU0Y3.d.ts} +22 -22
- package/dist/{index-CiLN7u61.d.ts → index-DRwevace.d.ts} +11 -11
- package/dist/{index-B72WLZG7.d.mts → index-DZCwM7zE.d.mts} +83 -83
- package/dist/{index-CQcYxZEB.d.mts → index-DckpWnCi.d.mts} +11 -11
- package/dist/{index-CJaybxkq.d.mts → index-Dv0UbAYV.d.mts} +38 -8
- package/dist/{index-B6xRRcpa.d.ts → index-vyRoIiPy.d.ts} +38 -8
- package/dist/index.d.mts +93 -93
- package/dist/index.d.ts +93 -93
- package/dist/index.js +131 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +131 -0
- package/dist/index.mjs.map +1 -1
- package/dist/integration/index.d.mts +1 -1
- package/dist/integration/index.d.ts +1 -1
- package/dist/kernel/index.d.mts +3 -3
- package/dist/kernel/index.d.ts +3 -3
- package/dist/kernel/index.js.map +1 -1
- package/dist/kernel/index.mjs.map +1 -1
- package/dist/{object.zod-BJ9MSMbA.d.mts → object.zod-B3-H1NZq.d.mts} +8 -8
- package/dist/{object.zod-CFJFn4SN.d.ts → object.zod-DyPOwmkG.d.ts} +8 -8
- package/dist/{package-upgrade.zod-BrIeB0rq.d.mts → package-upgrade.zod-B1xdkA8t.d.mts} +71 -57
- package/dist/{package-upgrade.zod-BrIeB0rq.d.ts → package-upgrade.zod-B1xdkA8t.d.ts} +71 -57
- package/dist/shared/index.d.mts +1 -1
- package/dist/shared/index.d.ts +1 -1
- package/dist/shared/index.js +40 -0
- package/dist/shared/index.js.map +1 -1
- package/dist/shared/index.mjs +37 -1
- package/dist/shared/index.mjs.map +1 -1
- package/dist/system/index.d.mts +3 -3
- package/dist/system/index.d.ts +3 -3
- package/dist/system/index.js +2 -0
- package/dist/system/index.js.map +1 -1
- package/dist/system/index.mjs +2 -0
- package/dist/system/index.mjs.map +1 -1
- package/dist/ui/index.d.mts +1 -1
- package/dist/ui/index.d.ts +1 -1
- package/json-schema/ai/AICodeReviewResult.json +2 -2
- package/json-schema/ai/AIKnowledge.json +2 -2
- package/json-schema/ai/AIModelConfig.json +2 -2
- package/json-schema/ai/AIOperationCost.json +2 -2
- package/json-schema/ai/AIOpsAgentConfig.json +2 -2
- package/json-schema/ai/AIOrchestration.json +2 -2
- package/json-schema/ai/AIOrchestrationExecutionResult.json +2 -2
- package/json-schema/ai/AIOrchestrationTrigger.json +2 -2
- package/json-schema/ai/AITask.json +2 -2
- package/json-schema/ai/AITaskType.json +2 -2
- package/json-schema/ai/AITool.json +2 -2
- package/json-schema/ai/Agent.json +2 -2
- package/json-schema/ai/AgentAction.json +2 -2
- package/json-schema/ai/AgentActionResult.json +2 -2
- package/json-schema/ai/AgentActionSequence.json +2 -2
- package/json-schema/ai/AgentActionSequenceResult.json +2 -2
- package/json-schema/ai/AgentCommunicationProtocol.json +2 -2
- package/json-schema/ai/AgentGroupMember.json +2 -2
- package/json-schema/ai/AgentGroupRole.json +2 -2
- package/json-schema/ai/AnomalyDetectionConfig.json +2 -2
- package/json-schema/ai/AutoScalingPolicy.json +2 -2
- package/json-schema/ai/BatchAIOrchestrationExecution.json +2 -2
- package/json-schema/ai/BillingPeriod.json +2 -2
- package/json-schema/ai/BudgetLimit.json +2 -2
- package/json-schema/ai/BudgetStatus.json +2 -2
- package/json-schema/ai/BudgetType.json +2 -2
- package/json-schema/ai/CICDPipelineConfig.json +2 -2
- package/json-schema/ai/ChunkingStrategy.json +2 -2
- package/json-schema/ai/CodeContent.json +2 -2
- package/json-schema/ai/CodeGenerationConfig.json +2 -2
- package/json-schema/ai/CodeGenerationRequest.json +2 -2
- package/json-schema/ai/CodeGenerationTarget.json +2 -2
- package/json-schema/ai/ComponentActionParams.json +2 -2
- package/json-schema/ai/ComponentActionType.json +2 -2
- package/json-schema/ai/ComponentAgentAction.json +2 -2
- package/json-schema/ai/ConversationAnalytics.json +2 -2
- package/json-schema/ai/ConversationContext.json +2 -2
- package/json-schema/ai/ConversationMessage.json +2 -2
- package/json-schema/ai/ConversationSession.json +2 -2
- package/json-schema/ai/ConversationSummary.json +2 -2
- package/json-schema/ai/CostAlert.json +2 -2
- package/json-schema/ai/CostAlertType.json +2 -2
- package/json-schema/ai/CostAnalytics.json +2 -2
- package/json-schema/ai/CostBreakdownDimension.json +2 -2
- package/json-schema/ai/CostBreakdownEntry.json +2 -2
- package/json-schema/ai/CostEntry.json +2 -2
- package/json-schema/ai/CostMetricType.json +2 -2
- package/json-schema/ai/CostOptimizationRecommendation.json +2 -2
- package/json-schema/ai/CostQueryFilters.json +2 -2
- package/json-schema/ai/CostReport.json +2 -2
- package/json-schema/ai/DataActionParams.json +2 -2
- package/json-schema/ai/DataActionType.json +2 -2
- package/json-schema/ai/DataAgentAction.json +2 -2
- package/json-schema/ai/DeploymentStrategy.json +2 -2
- package/json-schema/ai/DevOpsAgent.json +2 -2
- package/json-schema/ai/DevOpsTool.json +2 -2
- package/json-schema/ai/DevelopmentConfig.json +2 -2
- package/json-schema/ai/DocumentChunk.json +2 -2
- package/json-schema/ai/DocumentLoaderConfig.json +2 -2
- package/json-schema/ai/DocumentMetadata.json +2 -2
- package/json-schema/ai/EmbeddingModel.json +2 -2
- package/json-schema/ai/Entity.json +2 -2
- package/json-schema/ai/EvaluationMetrics.json +2 -2
- package/json-schema/ai/FieldSynonymConfig.json +2 -2
- package/json-schema/ai/FileContent.json +2 -2
- package/json-schema/ai/FilterExpression.json +2 -2
- package/json-schema/ai/FilterGroup.json +2 -2
- package/json-schema/ai/FormActionParams.json +2 -2
- package/json-schema/ai/FormActionType.json +2 -2
- package/json-schema/ai/FormAgentAction.json +2 -2
- package/json-schema/ai/FunctionCall.json +2 -2
- package/json-schema/ai/GeneratedCode.json +2 -2
- package/json-schema/ai/GitHubIntegration.json +2 -2
- package/json-schema/ai/Hyperparameters.json +2 -2
- package/json-schema/ai/ImageContent.json +2 -2
- package/json-schema/ai/IntegrationConfig.json +2 -2
- package/json-schema/ai/IntentActionMapping.json +2 -2
- package/json-schema/ai/Issue.json +2 -2
- package/json-schema/ai/MCPCapability.json +2 -2
- package/json-schema/ai/MCPClientConfig.json +2 -2
- package/json-schema/ai/MCPPrompt.json +2 -2
- package/json-schema/ai/MCPPromptArgument.json +2 -2
- package/json-schema/ai/MCPPromptMessage.json +2 -2
- package/json-schema/ai/MCPPromptRequest.json +2 -2
- package/json-schema/ai/MCPPromptResponse.json +2 -2
- package/json-schema/ai/MCPResource.json +2 -2
- package/json-schema/ai/MCPResourceRequest.json +2 -2
- package/json-schema/ai/MCPResourceResponse.json +2 -2
- package/json-schema/ai/MCPResourceTemplate.json +2 -2
- package/json-schema/ai/MCPResourceType.json +2 -2
- package/json-schema/ai/MCPRootEntry.json +2 -2
- package/json-schema/ai/MCPRootsConfig.json +2 -2
- package/json-schema/ai/MCPSamplingConfig.json +2 -2
- package/json-schema/ai/MCPServerConfig.json +2 -2
- package/json-schema/ai/MCPServerInfo.json +2 -2
- package/json-schema/ai/MCPStreamingConfig.json +2 -2
- package/json-schema/ai/MCPTool.json +2 -2
- package/json-schema/ai/MCPToolApproval.json +2 -2
- package/json-schema/ai/MCPToolCallRequest.json +2 -2
- package/json-schema/ai/MCPToolCallResponse.json +2 -2
- package/json-schema/ai/MCPToolParameter.json +2 -2
- package/json-schema/ai/MCPTransportConfig.json +2 -2
- package/json-schema/ai/MCPTransportType.json +2 -2
- package/json-schema/ai/MessageContent.json +2 -2
- package/json-schema/ai/MessageContentType.json +2 -2
- package/json-schema/ai/MessagePruningEvent.json +2 -2
- package/json-schema/ai/MessageRole.json +2 -2
- package/json-schema/ai/MetadataFilter.json +2 -2
- package/json-schema/ai/MetadataSource.json +2 -2
- package/json-schema/ai/ModelCapability.json +2 -2
- package/json-schema/ai/ModelConfig.json +2 -2
- package/json-schema/ai/ModelDrift.json +2 -2
- package/json-schema/ai/ModelFeature.json +2 -2
- package/json-schema/ai/ModelLimits.json +2 -2
- package/json-schema/ai/ModelPricing.json +2 -2
- package/json-schema/ai/ModelProvider.json +2 -2
- package/json-schema/ai/ModelRegistry.json +2 -2
- package/json-schema/ai/ModelRegistryEntry.json +2 -2
- package/json-schema/ai/ModelSelectionCriteria.json +2 -2
- package/json-schema/ai/MonitoringConfig.json +2 -2
- package/json-schema/ai/MultiAgentGroup.json +2 -2
- package/json-schema/ai/NLQAnalytics.json +2 -2
- package/json-schema/ai/NLQFieldMapping.json +2 -2
- package/json-schema/ai/NLQModelConfig.json +2 -2
- package/json-schema/ai/NLQParseResult.json +2 -2
- package/json-schema/ai/NLQRequest.json +2 -2
- package/json-schema/ai/NLQResponse.json +2 -2
- package/json-schema/ai/NLQTrainingExample.json +2 -2
- package/json-schema/ai/NavigationActionParams.json +2 -2
- package/json-schema/ai/NavigationActionType.json +2 -2
- package/json-schema/ai/NavigationAgentAction.json +2 -2
- package/json-schema/ai/PerformanceOptimization.json +2 -2
- package/json-schema/ai/PipelineStage.json +2 -2
- package/json-schema/ai/PluginCompositionRequest.json +2 -2
- package/json-schema/ai/PluginCompositionResult.json +2 -2
- package/json-schema/ai/PluginRecommendation.json +2 -2
- package/json-schema/ai/PluginRecommendationRequest.json +2 -2
- package/json-schema/ai/PluginScaffoldingTemplate.json +2 -2
- package/json-schema/ai/PostProcessingAction.json +2 -2
- package/json-schema/ai/PredictionRequest.json +2 -2
- package/json-schema/ai/PredictionResult.json +2 -2
- package/json-schema/ai/PredictiveModel.json +2 -2
- package/json-schema/ai/PredictiveModelType.json +2 -2
- package/json-schema/ai/PromptTemplate.json +2 -2
- package/json-schema/ai/PromptVariable.json +2 -2
- package/json-schema/ai/QueryContext.json +2 -2
- package/json-schema/ai/QueryIntent.json +2 -2
- package/json-schema/ai/QueryTemplate.json +2 -2
- package/json-schema/ai/RAGPipelineConfig.json +2 -2
- package/json-schema/ai/RAGPipelineStatus.json +2 -2
- package/json-schema/ai/RAGQueryRequest.json +2 -2
- package/json-schema/ai/RAGQueryResponse.json +2 -2
- package/json-schema/ai/RerankingConfig.json +2 -2
- package/json-schema/ai/RetrievalStrategy.json +2 -2
- package/json-schema/ai/RootCauseAnalysisRequest.json +2 -2
- package/json-schema/ai/RootCauseAnalysisResult.json +2 -2
- package/json-schema/ai/SelfHealingAction.json +2 -2
- package/json-schema/ai/SelfHealingConfig.json +2 -2
- package/json-schema/ai/Skill.json +2 -2
- package/json-schema/ai/SkillTriggerCondition.json +2 -2
- package/json-schema/ai/StructuredOutputConfig.json +2 -2
- package/json-schema/ai/StructuredOutputFormat.json +2 -2
- package/json-schema/ai/TestingConfig.json +2 -2
- package/json-schema/ai/TextContent.json +2 -2
- package/json-schema/ai/Timeframe.json +2 -2
- package/json-schema/ai/TokenBudgetConfig.json +2 -2
- package/json-schema/ai/TokenBudgetStrategy.json +2 -2
- package/json-schema/ai/TokenUsage.json +2 -2
- package/json-schema/ai/TokenUsageStats.json +2 -2
- package/json-schema/ai/Tool.json +2 -2
- package/json-schema/ai/ToolCall.json +2 -2
- package/json-schema/ai/ToolCategory.json +2 -2
- package/json-schema/ai/TrainingConfig.json +2 -2
- package/json-schema/ai/TransformPipelineStep.json +2 -2
- package/json-schema/ai/TypedAgentAction.json +2 -2
- package/json-schema/ai/UIActionType.json +2 -2
- package/json-schema/ai/VectorStoreConfig.json +2 -2
- package/json-schema/ai/VectorStoreProvider.json +2 -2
- package/json-schema/ai/VercelIntegration.json +2 -2
- package/json-schema/ai/VersionManagement.json +2 -2
- package/json-schema/ai/ViewActionParams.json +2 -2
- package/json-schema/ai/ViewActionType.json +2 -2
- package/json-schema/ai/ViewAgentAction.json +2 -2
- package/json-schema/ai/WorkflowActionParams.json +2 -2
- package/json-schema/ai/WorkflowActionType.json +2 -2
- package/json-schema/ai/WorkflowAgentAction.json +2 -2
- package/json-schema/ai/WorkflowFieldCondition.json +2 -2
- package/json-schema/ai/WorkflowSchedule.json +2 -2
- package/json-schema/api/AckMessage.json +2 -2
- package/json-schema/api/AddReactionRequest.json +2 -2
- package/json-schema/api/AddReactionResponse.json +2 -2
- package/json-schema/api/AiInsightsRequest.json +2 -2
- package/json-schema/api/AiInsightsResponse.json +2 -2
- package/json-schema/api/AiNlqRequest.json +2 -2
- package/json-schema/api/AiNlqResponse.json +2 -2
- package/json-schema/api/AiSuggestRequest.json +2 -2
- package/json-schema/api/AiSuggestResponse.json +2 -2
- package/json-schema/api/AnalyticsEndpoint.json +2 -2
- package/json-schema/api/AnalyticsMetadataResponse.json +2 -2
- package/json-schema/api/AnalyticsQueryRequest.json +2 -2
- package/json-schema/api/AnalyticsResultResponse.json +2 -2
- package/json-schema/api/AnalyticsSqlResponse.json +2 -2
- package/json-schema/api/ApiChangelogEntry.json +2 -2
- package/json-schema/api/ApiDiscoveryQuery.json +2 -2
- package/json-schema/api/ApiDiscoveryResponse.json +2 -2
- package/json-schema/api/ApiDocumentationConfig.json +2 -2
- package/json-schema/api/ApiEndpoint.json +2 -2
- package/json-schema/api/ApiEndpointRegistration.json +2 -2
- package/json-schema/api/ApiError.json +2 -2
- package/json-schema/api/ApiMapping.json +2 -2
- package/json-schema/api/ApiMetadata.json +2 -2
- package/json-schema/api/ApiParameter.json +2 -2
- package/json-schema/api/ApiProtocolType.json +2 -2
- package/json-schema/api/ApiRegistry.json +2 -2
- package/json-schema/api/ApiRegistryEntry.json +2 -2
- package/json-schema/api/ApiResponse.json +2 -2
- package/json-schema/api/ApiRoutes.json +2 -2
- package/json-schema/api/ApiTestCollection.json +2 -2
- package/json-schema/api/ApiTestRequest.json +2 -2
- package/json-schema/api/ApiTestingUiConfig.json +2 -2
- package/json-schema/api/ApiTestingUiType.json +2 -2
- package/json-schema/api/AppDefinitionResponse.json +2 -2
- package/json-schema/api/AuthEndpoint.json +2 -2
- package/json-schema/api/AuthProvider.json +2 -2
- package/json-schema/api/AutomationApiErrorCode.json +2 -2
- package/json-schema/api/AutomationFlowPathParams.json +2 -2
- package/json-schema/api/AutomationRunPathParams.json +2 -2
- package/json-schema/api/AutomationTriggerRequest.json +2 -2
- package/json-schema/api/AutomationTriggerResponse.json +2 -2
- package/json-schema/api/BasePresence.json +2 -2
- package/json-schema/api/BaseResponse.json +2 -2
- package/json-schema/api/BatchConfig.json +2 -2
- package/json-schema/api/BatchDataRequest.json +2 -2
- package/json-schema/api/BatchDataResponse.json +2 -2
- package/json-schema/api/BatchEndpointsConfig.json +2 -2
- package/json-schema/api/BatchLoadingStrategy.json +2 -2
- package/json-schema/api/BatchOperationResult.json +2 -2
- package/json-schema/api/BatchOperationType.json +2 -2
- package/json-schema/api/BatchOptions.json +2 -2
- package/json-schema/api/BatchRecord.json +2 -2
- package/json-schema/api/BatchUpdateRequest.json +2 -2
- package/json-schema/api/BatchUpdateResponse.json +2 -2
- package/json-schema/api/BulkRequest.json +2 -2
- package/json-schema/api/BulkResponse.json +2 -2
- package/json-schema/api/CacheControl.json +2 -2
- package/json-schema/api/CacheDirective.json +2 -2
- package/json-schema/api/CacheInvalidationRequest.json +2 -2
- package/json-schema/api/CacheInvalidationResponse.json +2 -2
- package/json-schema/api/CacheInvalidationTarget.json +2 -2
- package/json-schema/api/Callback.json +2 -2
- package/json-schema/api/ChangelogEntry.json +2 -2
- package/json-schema/api/CheckPermissionRequest.json +2 -2
- package/json-schema/api/CheckPermissionResponse.json +2 -2
- package/json-schema/api/CodeGenerationTemplate.json +2 -2
- package/json-schema/api/CompleteChunkedUploadRequest.json +2 -2
- package/json-schema/api/CompleteChunkedUploadResponse.json +2 -2
- package/json-schema/api/CompleteUploadRequest.json +2 -2
- package/json-schema/api/ConceptListResponse.json +2 -2
- package/json-schema/api/ConflictResolutionStrategy.json +2 -2
- package/json-schema/api/CreateDataRequest.json +2 -2
- package/json-schema/api/CreateDataResponse.json +2 -2
- package/json-schema/api/CreateExportJobRequest.json +2 -2
- package/json-schema/api/CreateExportJobResponse.json +2 -2
- package/json-schema/api/CreateFeedItemRequest.json +2 -2
- package/json-schema/api/CreateFeedItemResponse.json +2 -2
- package/json-schema/api/CreateFlowRequest.json +2 -2
- package/json-schema/api/CreateFlowResponse.json +2 -2
- package/json-schema/api/CreateManyDataRequest.json +2 -2
- package/json-schema/api/CreateManyDataResponse.json +2 -2
- package/json-schema/api/CreateRequest.json +2 -2
- package/json-schema/api/CrudEndpointPattern.json +2 -2
- package/json-schema/api/CrudEndpointsConfig.json +2 -2
- package/json-schema/api/CrudOperation.json +2 -2
- package/json-schema/api/CursorMessage.json +2 -2
- package/json-schema/api/CursorPosition.json +2 -2
- package/json-schema/api/DataEvent.json +74 -0
- package/json-schema/api/DataEventType.json +12 -0
- package/json-schema/api/DataLoaderConfig.json +2 -2
- package/json-schema/api/DeduplicationStrategy.json +2 -2
- package/json-schema/api/DeleteDataRequest.json +2 -2
- package/json-schema/api/DeleteDataResponse.json +2 -2
- package/json-schema/api/DeleteFeedItemRequest.json +2 -2
- package/json-schema/api/DeleteFeedItemResponse.json +2 -2
- package/json-schema/api/DeleteFlowRequest.json +2 -2
- package/json-schema/api/DeleteFlowResponse.json +2 -2
- package/json-schema/api/DeleteManyDataRequest.json +2 -2
- package/json-schema/api/DeleteManyDataResponse.json +2 -2
- package/json-schema/api/DeleteManyRequest.json +2 -2
- package/json-schema/api/DeleteResponse.json +2 -2
- package/json-schema/api/DeleteViewRequest.json +2 -2
- package/json-schema/api/DeleteViewResponse.json +2 -2
- package/json-schema/api/DisablePackageRequest.json +2 -2
- package/json-schema/api/DisablePackageResponse.json +2 -2
- package/json-schema/api/Discovery.json +2 -2
- package/json-schema/api/DispatcherConfig.json +2 -2
- package/json-schema/api/DispatcherErrorCode.json +2 -2
- package/json-schema/api/DispatcherErrorResponse.json +2 -2
- package/json-schema/api/DispatcherRoute.json +2 -2
- package/json-schema/api/DocumentState.json +2 -2
- package/json-schema/api/ETag.json +2 -2
- package/json-schema/api/EditMessage.json +2 -2
- package/json-schema/api/EditOperation.json +2 -2
- package/json-schema/api/EditOperationType.json +2 -2
- package/json-schema/api/EnablePackageRequest.json +2 -2
- package/json-schema/api/EnablePackageResponse.json +2 -2
- package/json-schema/api/EndpointRegistry.json +2 -2
- package/json-schema/api/EnhancedApiError.json +2 -2
- package/json-schema/api/ErrorCategory.json +2 -2
- package/json-schema/api/ErrorHandlingConfig.json +2 -2
- package/json-schema/api/ErrorMessage.json +2 -2
- package/json-schema/api/ErrorResponse.json +2 -2
- package/json-schema/api/EventFilter.json +2 -2
- package/json-schema/api/EventFilterCondition.json +2 -2
- package/json-schema/api/EventMessage.json +2 -2
- package/json-schema/api/EventPattern.json +2 -2
- package/json-schema/api/EventSubscription.json +2 -2
- package/json-schema/api/ExportFormat.json +2 -2
- package/json-schema/api/ExportImportTemplate.json +2 -2
- package/json-schema/api/ExportJobProgress.json +2 -2
- package/json-schema/api/ExportJobStatus.json +2 -2
- package/json-schema/api/ExportJobSummary.json +2 -2
- package/json-schema/api/ExportRequest.json +2 -2
- package/json-schema/api/FederationEntity.json +2 -2
- package/json-schema/api/FederationEntityKey.json +2 -2
- package/json-schema/api/FederationExternalField.json +2 -2
- package/json-schema/api/FederationGateway.json +2 -2
- package/json-schema/api/FederationProvides.json +2 -2
- package/json-schema/api/FederationRequires.json +2 -2
- package/json-schema/api/FeedApiErrorCode.json +2 -2
- package/json-schema/api/FeedItemPathParams.json +2 -2
- package/json-schema/api/FeedListFilterType.json +2 -2
- package/json-schema/api/FeedPathParams.json +2 -2
- package/json-schema/api/FeedUnsubscribeRequest.json +2 -2
- package/json-schema/api/FieldError.json +2 -2
- package/json-schema/api/FieldMappingEntry.json +2 -2
- package/json-schema/api/FileTypeValidation.json +2 -2
- package/json-schema/api/FileUploadResponse.json +2 -2
- package/json-schema/api/FilterOperator.json +2 -2
- package/json-schema/api/FindDataRequest.json +2 -2
- package/json-schema/api/FindDataResponse.json +2 -2
- package/json-schema/api/FlowSummary.json +2 -2
- package/json-schema/api/GeneratedApiDocumentation.json +2 -2
- package/json-schema/api/GeneratedEndpoint.json +2 -2
- package/json-schema/api/GetAnalyticsMetaRequest.json +2 -2
- package/json-schema/api/GetChangelogRequest.json +2 -2
- package/json-schema/api/GetChangelogResponse.json +2 -2
- package/json-schema/api/GetDataRequest.json +2 -2
- package/json-schema/api/GetDataResponse.json +2 -2
- package/json-schema/api/GetDiscoveryRequest.json +2 -2
- package/json-schema/api/GetDiscoveryResponse.json +2 -2
- package/json-schema/api/GetEffectivePermissionsRequest.json +2 -2
- package/json-schema/api/GetEffectivePermissionsResponse.json +2 -2
- package/json-schema/api/GetExportJobDownloadRequest.json +2 -2
- package/json-schema/api/GetExportJobDownloadResponse.json +2 -2
- package/json-schema/api/GetFeedRequest.json +2 -2
- package/json-schema/api/GetFeedResponse.json +2 -2
- package/json-schema/api/GetFieldLabelsRequest.json +2 -2
- package/json-schema/api/GetFieldLabelsResponse.json +2 -2
- package/json-schema/api/GetFlowRequest.json +2 -2
- package/json-schema/api/GetFlowResponse.json +2 -2
- package/json-schema/api/GetInstalledPackageRequest.json +2 -2
- package/json-schema/api/GetInstalledPackageResponse.json +2 -2
- package/json-schema/api/GetLocalesRequest.json +2 -2
- package/json-schema/api/GetLocalesResponse.json +2 -2
- package/json-schema/api/GetMetaItemCachedRequest.json +2 -2
- package/json-schema/api/GetMetaItemCachedResponse.json +2 -2
- package/json-schema/api/GetMetaItemRequest.json +2 -2
- package/json-schema/api/GetMetaItemResponse.json +2 -2
- package/json-schema/api/GetMetaItemsRequest.json +2 -2
- package/json-schema/api/GetMetaItemsResponse.json +2 -2
- package/json-schema/api/GetMetaTypesRequest.json +2 -2
- package/json-schema/api/GetMetaTypesResponse.json +2 -2
- package/json-schema/api/GetNotificationPreferencesRequest.json +2 -2
- package/json-schema/api/GetNotificationPreferencesResponse.json +2 -2
- package/json-schema/api/GetObjectPermissionsRequest.json +2 -2
- package/json-schema/api/GetObjectPermissionsResponse.json +2 -2
- package/json-schema/api/GetPackageRequest.json +2 -2
- package/json-schema/api/GetPackageResponse.json +2 -2
- package/json-schema/api/GetPresenceRequest.json +2 -2
- package/json-schema/api/GetPresenceResponse.json +2 -2
- package/json-schema/api/GetPresignedUrlRequest.json +2 -2
- package/json-schema/api/GetRunRequest.json +2 -2
- package/json-schema/api/GetRunResponse.json +2 -2
- package/json-schema/api/GetTranslationsRequest.json +2 -2
- package/json-schema/api/GetTranslationsResponse.json +2 -2
- package/json-schema/api/GetUiViewRequest.json +2 -2
- package/json-schema/api/GetViewRequest.json +2 -2
- package/json-schema/api/GetWorkflowConfigRequest.json +2 -2
- package/json-schema/api/GetWorkflowConfigResponse.json +2 -2
- package/json-schema/api/GetWorkflowStateRequest.json +2 -2
- package/json-schema/api/GetWorkflowStateResponse.json +2 -2
- package/json-schema/api/GraphQLConfig.json +2 -2
- package/json-schema/api/GraphQLDataLoaderConfig.json +2 -2
- package/json-schema/api/GraphQLDirectiveConfig.json +2 -2
- package/json-schema/api/GraphQLDirectiveLocation.json +2 -2
- package/json-schema/api/GraphQLMutationConfig.json +2 -2
- package/json-schema/api/GraphQLPersistedQuery.json +2 -2
- package/json-schema/api/GraphQLQueryAdapter.json +2 -2
- package/json-schema/api/GraphQLQueryComplexity.json +2 -2
- package/json-schema/api/GraphQLQueryConfig.json +2 -2
- package/json-schema/api/GraphQLQueryDepthLimit.json +2 -2
- package/json-schema/api/GraphQLRateLimit.json +2 -2
- package/json-schema/api/GraphQLResolverConfig.json +2 -2
- package/json-schema/api/GraphQLScalarType.json +2 -2
- package/json-schema/api/GraphQLSubscriptionConfig.json +2 -2
- package/json-schema/api/GraphQLTypeConfig.json +2 -2
- package/json-schema/api/HandlerStatus.json +2 -2
- package/json-schema/api/HttpFindQueryParams.json +2 -2
- package/json-schema/api/HttpMethod.json +2 -2
- package/json-schema/api/HttpStatusCode.json +2 -2
- package/json-schema/api/IdRequest.json +2 -2
- package/json-schema/api/ImportValidationConfig.json +2 -2
- package/json-schema/api/ImportValidationMode.json +2 -2
- package/json-schema/api/ImportValidationResult.json +2 -2
- package/json-schema/api/InitiateChunkedUploadRequest.json +2 -2
- package/json-schema/api/InitiateChunkedUploadResponse.json +2 -2
- package/json-schema/api/InstallPackageRequest.json +2 -2
- package/json-schema/api/InstallPackageResponse.json +2 -2
- package/json-schema/api/ListExportJobsRequest.json +2 -2
- package/json-schema/api/ListExportJobsResponse.json +2 -2
- package/json-schema/api/ListFlowsRequest.json +2 -2
- package/json-schema/api/ListFlowsResponse.json +2 -2
- package/json-schema/api/ListInstalledPackagesRequest.json +2 -2
- package/json-schema/api/ListInstalledPackagesResponse.json +2 -2
- package/json-schema/api/ListNotificationsRequest.json +2 -2
- package/json-schema/api/ListNotificationsResponse.json +2 -2
- package/json-schema/api/ListPackagesRequest.json +2 -2
- package/json-schema/api/ListPackagesResponse.json +2 -2
- package/json-schema/api/ListRecordResponse.json +2 -2
- package/json-schema/api/ListRunsRequest.json +2 -2
- package/json-schema/api/ListRunsResponse.json +2 -2
- package/json-schema/api/ListViewsRequest.json +2 -2
- package/json-schema/api/LoginRequest.json +2 -2
- package/json-schema/api/LoginType.json +2 -2
- package/json-schema/api/MarkAllNotificationsReadRequest.json +2 -2
- package/json-schema/api/MarkAllNotificationsReadResponse.json +2 -2
- package/json-schema/api/MarkNotificationsReadRequest.json +2 -2
- package/json-schema/api/MarkNotificationsReadResponse.json +2 -2
- package/json-schema/api/MetadataBulkRegisterRequest.json +2 -2
- package/json-schema/api/MetadataBulkResponse.json +2 -2
- package/json-schema/api/MetadataBulkUnregisterRequest.json +2 -2
- package/json-schema/api/MetadataCacheRequest.json +2 -2
- package/json-schema/api/MetadataCacheResponse.json +2 -2
- package/json-schema/api/MetadataDeleteResponse.json +2 -2
- package/json-schema/api/MetadataDependenciesResponse.json +2 -2
- package/json-schema/api/MetadataDependentsResponse.json +2 -2
- package/json-schema/api/MetadataEffectiveResponse.json +2 -2
- package/json-schema/api/MetadataEndpointsConfig.json +2 -2
- package/json-schema/api/MetadataEvent.json +92 -0
- package/json-schema/api/MetadataEventType.json +47 -0
- package/json-schema/api/MetadataExistsResponse.json +2 -2
- package/json-schema/api/MetadataExportRequest.json +2 -2
- package/json-schema/api/MetadataExportResponse.json +2 -2
- package/json-schema/api/MetadataImportRequest.json +2 -2
- package/json-schema/api/MetadataImportResponse.json +2 -2
- package/json-schema/api/MetadataItemResponse.json +2 -2
- package/json-schema/api/MetadataListResponse.json +2 -2
- package/json-schema/api/MetadataNamesResponse.json +2 -2
- package/json-schema/api/MetadataOverlayResponse.json +2 -2
- package/json-schema/api/MetadataOverlaySaveRequest.json +2 -2
- package/json-schema/api/MetadataQueryRequest.json +2 -2
- package/json-schema/api/MetadataQueryResponse.json +2 -2
- package/json-schema/api/MetadataRegisterRequest.json +2 -2
- package/json-schema/api/MetadataTypeInfoResponse.json +2 -2
- package/json-schema/api/MetadataTypesResponse.json +2 -2
- package/json-schema/api/MetadataValidateRequest.json +2 -2
- package/json-schema/api/MetadataValidateResponse.json +2 -2
- package/json-schema/api/ModificationResult.json +2 -2
- package/json-schema/api/Notification.json +2 -2
- package/json-schema/api/NotificationPreferences.json +2 -2
- package/json-schema/api/ODataConfig.json +2 -2
- package/json-schema/api/ODataError.json +2 -2
- package/json-schema/api/ODataFilterFunction.json +2 -2
- package/json-schema/api/ODataFilterOperator.json +2 -2
- package/json-schema/api/ODataMetadata.json +2 -2
- package/json-schema/api/ODataQuery.json +2 -2
- package/json-schema/api/ODataQueryAdapter.json +2 -2
- package/json-schema/api/ODataResponse.json +2 -2
- package/json-schema/api/ObjectQLReference.json +2 -2
- package/json-schema/api/OpenApi31Extensions.json +2 -2
- package/json-schema/api/OpenApiGenerationConfig.json +2 -2
- package/json-schema/api/OpenApiSecurityScheme.json +2 -2
- package/json-schema/api/OpenApiServer.json +2 -2
- package/json-schema/api/OpenApiSpec.json +2 -2
- package/json-schema/api/OperatorMapping.json +2 -2
- package/json-schema/api/PackageApiErrorCode.json +2 -2
- package/json-schema/api/PackageInstallRequest.json +2 -2
- package/json-schema/api/PackageInstallResponse.json +2 -2
- package/json-schema/api/PackagePathParams.json +2 -2
- package/json-schema/api/PackageRollbackRequest.json +2 -2
- package/json-schema/api/PackageRollbackResponse.json +2 -2
- package/json-schema/api/PackageUpgradeRequest.json +2 -2
- package/json-schema/api/PackageUpgradeResponse.json +2 -2
- package/json-schema/api/PinFeedItemRequest.json +2 -2
- package/json-schema/api/PinFeedItemResponse.json +2 -2
- package/json-schema/api/PingMessage.json +2 -2
- package/json-schema/api/PongMessage.json +2 -2
- package/json-schema/api/PresenceMessage.json +2 -2
- package/json-schema/api/PresenceState.json +2 -2
- package/json-schema/api/PresenceStatus.json +2 -2
- package/json-schema/api/PresenceUpdate.json +2 -2
- package/json-schema/api/PresignedUrlResponse.json +2 -2
- package/json-schema/api/QueryAdapterConfig.json +2 -2
- package/json-schema/api/QueryAdapterTarget.json +2 -2
- package/json-schema/api/QueryOptimizationConfig.json +2 -2
- package/json-schema/api/RealtimeConfig.json +2 -2
- package/json-schema/api/RealtimeConnectRequest.json +2 -2
- package/json-schema/api/RealtimeConnectResponse.json +2 -2
- package/json-schema/api/RealtimeDisconnectRequest.json +2 -2
- package/json-schema/api/RealtimeDisconnectResponse.json +2 -2
- package/json-schema/api/RealtimeEvent.json +2 -2
- package/json-schema/api/RealtimeEventType.json +2 -2
- package/json-schema/api/RealtimePresence.json +2 -2
- package/json-schema/api/RealtimeRecordAction.json +2 -2
- package/json-schema/api/RealtimeSubscribeRequest.json +2 -2
- package/json-schema/api/RealtimeSubscribeResponse.json +2 -2
- package/json-schema/api/RealtimeUnsubscribeRequest.json +2 -2
- package/json-schema/api/RealtimeUnsubscribeResponse.json +2 -2
- package/json-schema/api/RecordData.json +2 -2
- package/json-schema/api/RefreshTokenRequest.json +2 -2
- package/json-schema/api/RegisterDeviceRequest.json +2 -2
- package/json-schema/api/RegisterDeviceResponse.json +2 -2
- package/json-schema/api/RegisterRequest.json +2 -2
- package/json-schema/api/RemoveReactionRequest.json +2 -2
- package/json-schema/api/RemoveReactionResponse.json +2 -2
- package/json-schema/api/RequestValidationConfig.json +2 -2
- package/json-schema/api/ResolveDependenciesRequest.json +2 -2
- package/json-schema/api/ResolveDependenciesResponse.json +2 -2
- package/json-schema/api/ResponseEnvelopeConfig.json +2 -2
- package/json-schema/api/RestApiConfig.json +2 -2
- package/json-schema/api/RestApiEndpoint.json +2 -2
- package/json-schema/api/RestApiPluginConfig.json +2 -2
- package/json-schema/api/RestApiRouteCategory.json +2 -2
- package/json-schema/api/RestApiRouteRegistration.json +2 -2
- package/json-schema/api/RestQueryAdapter.json +2 -2
- package/json-schema/api/RestServerConfig.json +2 -2
- package/json-schema/api/RetryStrategy.json +2 -2
- package/json-schema/api/RouteCategory.json +2 -2
- package/json-schema/api/RouteCoverageEntry.json +2 -2
- package/json-schema/api/RouteCoverageReport.json +2 -2
- package/json-schema/api/RouteDefinition.json +2 -2
- package/json-schema/api/RouteGenerationConfig.json +2 -2
- package/json-schema/api/RouteHealthEntry.json +2 -2
- package/json-schema/api/RouteHealthReport.json +2 -2
- package/json-schema/api/RouterConfig.json +2 -2
- package/json-schema/api/SaveMetaItemRequest.json +2 -2
- package/json-schema/api/SaveMetaItemResponse.json +2 -2
- package/json-schema/api/ScheduleExportRequest.json +2 -2
- package/json-schema/api/ScheduleExportResponse.json +2 -2
- package/json-schema/api/ScheduledExport.json +2 -2
- package/json-schema/api/SchemaDefinition.json +2 -2
- package/json-schema/api/SearchFeedRequest.json +2 -2
- package/json-schema/api/SearchFeedResponse.json +2 -2
- package/json-schema/api/ServiceInfo.json +2 -2
- package/json-schema/api/ServiceStatus.json +2 -2
- package/json-schema/api/Session.json +2 -2
- package/json-schema/api/SessionResponse.json +2 -2
- package/json-schema/api/SessionUser.json +2 -2
- package/json-schema/api/SetPresenceRequest.json +2 -2
- package/json-schema/api/SetPresenceResponse.json +2 -2
- package/json-schema/api/SimpleCursorPosition.json +2 -2
- package/json-schema/api/SimplePresenceState.json +2 -2
- package/json-schema/api/SingleRecordResponse.json +2 -2
- package/json-schema/api/StandardErrorCode.json +2 -2
- package/json-schema/api/StarFeedItemRequest.json +2 -2
- package/json-schema/api/StarFeedItemResponse.json +2 -2
- package/json-schema/api/SubgraphConfig.json +2 -2
- package/json-schema/api/SubscribeMessage.json +2 -2
- package/json-schema/api/SubscribeRequest.json +2 -2
- package/json-schema/api/SubscribeResponse.json +2 -2
- package/json-schema/api/Subscription.json +2 -2
- package/json-schema/api/SubscriptionEvent.json +2 -2
- package/json-schema/api/ToggleFlowRequest.json +2 -2
- package/json-schema/api/ToggleFlowResponse.json +2 -2
- package/json-schema/api/TransportProtocol.json +2 -2
- package/json-schema/api/TriggerFlowRequest.json +2 -2
- package/json-schema/api/TriggerFlowResponse.json +2 -2
- package/json-schema/api/UninstallPackageApiRequest.json +2 -2
- package/json-schema/api/UninstallPackageApiResponse.json +2 -2
- package/json-schema/api/UninstallPackageRequest.json +2 -2
- package/json-schema/api/UninstallPackageResponse.json +2 -2
- package/json-schema/api/UnpinFeedItemRequest.json +2 -2
- package/json-schema/api/UnpinFeedItemResponse.json +2 -2
- package/json-schema/api/UnregisterDeviceRequest.json +2 -2
- package/json-schema/api/UnregisterDeviceResponse.json +2 -2
- package/json-schema/api/UnstarFeedItemRequest.json +2 -2
- package/json-schema/api/UnstarFeedItemResponse.json +2 -2
- package/json-schema/api/UnsubscribeMessage.json +2 -2
- package/json-schema/api/UnsubscribeRequest.json +2 -2
- package/json-schema/api/UnsubscribeResponse.json +2 -2
- package/json-schema/api/UpdateDataRequest.json +2 -2
- package/json-schema/api/UpdateDataResponse.json +2 -2
- package/json-schema/api/UpdateFeedItemRequest.json +2 -2
- package/json-schema/api/UpdateFeedItemResponse.json +2 -2
- package/json-schema/api/UpdateFlowRequest.json +2 -2
- package/json-schema/api/UpdateFlowResponse.json +2 -2
- package/json-schema/api/UpdateManyDataRequest.json +2 -2
- package/json-schema/api/UpdateManyDataResponse.json +2 -2
- package/json-schema/api/UpdateManyRequest.json +2 -2
- package/json-schema/api/UpdateNotificationPreferencesRequest.json +2 -2
- package/json-schema/api/UpdateNotificationPreferencesResponse.json +2 -2
- package/json-schema/api/UpdateRequest.json +2 -2
- package/json-schema/api/UploadArtifactRequest.json +2 -2
- package/json-schema/api/UploadArtifactResponse.json +2 -2
- package/json-schema/api/UploadChunkRequest.json +2 -2
- package/json-schema/api/UploadChunkResponse.json +2 -2
- package/json-schema/api/UploadProgress.json +2 -2
- package/json-schema/api/UserProfileResponse.json +2 -2
- package/json-schema/api/ValidationMode.json +2 -2
- package/json-schema/api/VersionDefinition.json +2 -2
- package/json-schema/api/VersionNegotiationResponse.json +2 -2
- package/json-schema/api/VersionStatus.json +2 -2
- package/json-schema/api/VersioningConfig.json +2 -2
- package/json-schema/api/VersioningStrategy.json +2 -2
- package/json-schema/api/WebSocketConfig.json +2 -2
- package/json-schema/api/WebSocketEvent.json +2 -2
- package/json-schema/api/WebSocketMessage.json +2 -2
- package/json-schema/api/WebSocketMessageType.json +2 -2
- package/json-schema/api/WebSocketPresenceStatus.json +2 -2
- package/json-schema/api/WebSocketServerConfig.json +2 -2
- package/json-schema/api/WebhookConfig.json +2 -2
- package/json-schema/api/WebhookEvent.json +2 -2
- package/json-schema/api/WellKnownCapabilities.json +2 -2
- package/json-schema/api/WorkflowApproveRequest.json +2 -2
- package/json-schema/api/WorkflowApproveResponse.json +2 -2
- package/json-schema/api/WorkflowRejectRequest.json +2 -2
- package/json-schema/api/WorkflowRejectResponse.json +2 -2
- package/json-schema/api/WorkflowState.json +2 -2
- package/json-schema/api/WorkflowTransitionRequest.json +2 -2
- package/json-schema/api/WorkflowTransitionResponse.json +2 -2
- package/json-schema/automation/ActionRef.json +2 -2
- package/json-schema/automation/ApprovalAction.json +2 -2
- package/json-schema/automation/ApprovalActionType.json +2 -2
- package/json-schema/automation/ApprovalProcess.json +2 -2
- package/json-schema/automation/ApprovalStep.json +2 -2
- package/json-schema/automation/ApproverType.json +2 -2
- package/json-schema/automation/AuthField.json +2 -2
- package/json-schema/automation/Authentication.json +2 -2
- package/json-schema/automation/AuthenticationType.json +2 -2
- package/json-schema/automation/BpmnDiagnostic.json +2 -2
- package/json-schema/automation/BpmnElementMapping.json +2 -2
- package/json-schema/automation/BpmnExportOptions.json +2 -2
- package/json-schema/automation/BpmnImportOptions.json +2 -2
- package/json-schema/automation/BpmnInteropResult.json +2 -2
- package/json-schema/automation/BpmnUnmappedStrategy.json +2 -2
- package/json-schema/automation/BpmnVersion.json +2 -2
- package/json-schema/automation/Checkpoint.json +2 -2
- package/json-schema/automation/ConcurrencyPolicy.json +2 -2
- package/json-schema/automation/ConflictResolution.json +2 -2
- package/json-schema/automation/Connector.json +2 -2
- package/json-schema/automation/ConnectorActionRef.json +2 -2
- package/json-schema/automation/ConnectorCategory.json +2 -2
- package/json-schema/automation/ConnectorInstance.json +2 -2
- package/json-schema/automation/ConnectorOperation.json +2 -2
- package/json-schema/automation/ConnectorTrigger.json +2 -2
- package/json-schema/automation/CustomScriptAction.json +2 -2
- package/json-schema/automation/DataDestinationConfig.json +2 -2
- package/json-schema/automation/DataSourceConfig.json +2 -2
- package/json-schema/automation/DataSyncConfig.json +2 -2
- package/json-schema/automation/ETLDestination.json +2 -2
- package/json-schema/automation/ETLEndpointType.json +2 -2
- package/json-schema/automation/ETLPipeline.json +2 -2
- package/json-schema/automation/ETLPipelineRun.json +2 -2
- package/json-schema/automation/ETLRunStatus.json +2 -2
- package/json-schema/automation/ETLSource.json +2 -2
- package/json-schema/automation/ETLSyncMode.json +2 -2
- package/json-schema/automation/ETLTransformation.json +2 -2
- package/json-schema/automation/ETLTransformationType.json +2 -2
- package/json-schema/automation/EmailAlertAction.json +2 -2
- package/json-schema/automation/Event.json +2 -2
- package/json-schema/automation/ExecutionError.json +2 -2
- package/json-schema/automation/ExecutionErrorSeverity.json +2 -2
- package/json-schema/automation/ExecutionLog.json +2 -2
- package/json-schema/automation/ExecutionStatus.json +2 -2
- package/json-schema/automation/ExecutionStepLog.json +2 -2
- package/json-schema/automation/FieldUpdateAction.json +2 -2
- package/json-schema/automation/Flow.json +2 -2
- package/json-schema/automation/FlowEdge.json +2 -2
- package/json-schema/automation/FlowNode.json +2 -2
- package/json-schema/automation/FlowNodeAction.json +2 -2
- package/json-schema/automation/FlowVariable.json +2 -2
- package/json-schema/automation/FlowVersionHistory.json +2 -2
- package/json-schema/automation/GuardRef.json +2 -2
- package/json-schema/automation/HttpCallAction.json +2 -2
- package/json-schema/automation/NodeExecutorDescriptor.json +2 -2
- package/json-schema/automation/OAuth2Config.json +2 -2
- package/json-schema/automation/OperationParameter.json +2 -2
- package/json-schema/automation/OperationType.json +2 -2
- package/json-schema/automation/PushNotificationAction.json +2 -2
- package/json-schema/automation/ScheduleState.json +2 -2
- package/json-schema/automation/StateMachine.json +2 -2
- package/json-schema/automation/StateNode.json +2 -2
- package/json-schema/automation/SyncDirection.json +2 -2
- package/json-schema/automation/SyncExecutionResult.json +2 -2
- package/json-schema/automation/SyncExecutionStatus.json +2 -2
- package/json-schema/automation/SyncMode.json +2 -2
- package/json-schema/automation/TaskCreationAction.json +2 -2
- package/json-schema/automation/TimeTrigger.json +2 -2
- package/json-schema/automation/Transition.json +2 -2
- package/json-schema/automation/WaitEventType.json +2 -2
- package/json-schema/automation/WaitExecutorConfig.json +2 -2
- package/json-schema/automation/WaitResumePayload.json +2 -2
- package/json-schema/automation/WaitTimeoutBehavior.json +2 -2
- package/json-schema/automation/Webhook.json +2 -2
- package/json-schema/automation/WebhookReceiver.json +2 -2
- package/json-schema/automation/WebhookTriggerType.json +2 -2
- package/json-schema/automation/WorkflowAction.json +2 -2
- package/json-schema/automation/WorkflowRule.json +2 -2
- package/json-schema/automation/WorkflowTriggerType.json +2 -2
- package/json-schema/cloud/AnalyticsTimeRange.json +2 -2
- package/json-schema/cloud/AppDiscoveryRequest.json +2 -2
- package/json-schema/cloud/AppDiscoveryResponse.json +2 -2
- package/json-schema/cloud/AppSubscription.json +2 -2
- package/json-schema/cloud/ArtifactDownloadResponse.json +2 -2
- package/json-schema/cloud/ArtifactReference.json +2 -2
- package/json-schema/cloud/CreateListingRequest.json +2 -2
- package/json-schema/cloud/CuratedCollection.json +2 -2
- package/json-schema/cloud/FeaturedListing.json +2 -2
- package/json-schema/cloud/InstalledAppSummary.json +2 -2
- package/json-schema/cloud/ListInstalledAppsRequest.json +2 -2
- package/json-schema/cloud/ListInstalledAppsResponse.json +2 -2
- package/json-schema/cloud/ListReviewsRequest.json +2 -2
- package/json-schema/cloud/ListReviewsResponse.json +2 -2
- package/json-schema/cloud/ListingActionRequest.json +2 -2
- package/json-schema/cloud/ListingStatus.json +2 -2
- package/json-schema/cloud/MarketplaceCategory.json +2 -2
- package/json-schema/cloud/MarketplaceHealthMetrics.json +2 -2
- package/json-schema/cloud/MarketplaceInstallRequest.json +2 -2
- package/json-schema/cloud/MarketplaceInstallResponse.json +2 -2
- package/json-schema/cloud/MarketplaceListing.json +2 -2
- package/json-schema/cloud/MarketplaceSearchRequest.json +2 -2
- package/json-schema/cloud/MarketplaceSearchResponse.json +2 -2
- package/json-schema/cloud/PackageSubmission.json +2 -2
- package/json-schema/cloud/PolicyAction.json +2 -2
- package/json-schema/cloud/PolicyViolationType.json +2 -2
- package/json-schema/cloud/PricingModel.json +2 -2
- package/json-schema/cloud/Publisher.json +2 -2
- package/json-schema/cloud/PublisherProfile.json +2 -2
- package/json-schema/cloud/PublisherVerification.json +2 -2
- package/json-schema/cloud/PublishingAnalyticsRequest.json +2 -2
- package/json-schema/cloud/PublishingAnalyticsResponse.json +2 -2
- package/json-schema/cloud/RecommendationReason.json +2 -2
- package/json-schema/cloud/RecommendedApp.json +2 -2
- package/json-schema/cloud/RejectionReason.json +2 -2
- package/json-schema/cloud/ReleaseChannel.json +2 -2
- package/json-schema/cloud/ReviewCriterion.json +2 -2
- package/json-schema/cloud/ReviewDecision.json +2 -2
- package/json-schema/cloud/ReviewModerationStatus.json +2 -2
- package/json-schema/cloud/SubmissionReview.json +2 -2
- package/json-schema/cloud/SubmitReviewRequest.json +2 -2
- package/json-schema/cloud/SubscriptionStatus.json +2 -2
- package/json-schema/cloud/TimeSeriesPoint.json +2 -2
- package/json-schema/cloud/TrendingListing.json +2 -2
- package/json-schema/cloud/UpdateListingRequest.json +2 -2
- package/json-schema/cloud/UserReview.json +2 -2
- package/json-schema/cloud/VersionRelease.json +2 -2
- package/json-schema/data/Address.json +2 -2
- package/json-schema/data/AggregationFunction.json +2 -2
- package/json-schema/data/AggregationMetricType.json +2 -2
- package/json-schema/data/AggregationNode.json +2 -2
- package/json-schema/data/AggregationPipeline.json +2 -2
- package/json-schema/data/AggregationStage.json +2 -2
- package/json-schema/data/AnalyticsQuery.json +2 -2
- package/json-schema/data/ApiMethod.json +2 -2
- package/json-schema/data/AsyncValidation.json +2 -2
- package/json-schema/data/BaseEngineOptions.json +2 -2
- package/json-schema/data/CDCConfig.json +2 -2
- package/json-schema/data/ComputedFieldCache.json +2 -2
- package/json-schema/data/ConditionalValidation.json +2 -2
- package/json-schema/data/ConsistencyLevel.json +2 -2
- package/json-schema/data/CrossFieldValidation.json +2 -2
- package/json-schema/data/Cube.json +2 -2
- package/json-schema/data/CubeJoin.json +2 -2
- package/json-schema/data/CurrencyConfig.json +2 -2
- package/json-schema/data/CurrencyValue.json +2 -2
- package/json-schema/data/CustomValidator.json +2 -2
- package/json-schema/data/DataEngineAggregateOptions.json +2 -2
- package/json-schema/data/DataEngineAggregateRequest.json +2 -2
- package/json-schema/data/DataEngineBatchRequest.json +2 -2
- package/json-schema/data/DataEngineCountOptions.json +2 -2
- package/json-schema/data/DataEngineCountRequest.json +2 -2
- package/json-schema/data/DataEngineDeleteOptions.json +2 -2
- package/json-schema/data/DataEngineDeleteRequest.json +2 -2
- package/json-schema/data/DataEngineExecuteRequest.json +2 -2
- package/json-schema/data/DataEngineFilter.json +2 -2
- package/json-schema/data/DataEngineFindOneRequest.json +2 -2
- package/json-schema/data/DataEngineFindRequest.json +2 -2
- package/json-schema/data/DataEngineInsertOptions.json +2 -2
- package/json-schema/data/DataEngineInsertRequest.json +2 -2
- package/json-schema/data/DataEngineQueryOptions.json +2 -2
- package/json-schema/data/DataEngineRequest.json +2 -2
- package/json-schema/data/DataEngineSort.json +2 -2
- package/json-schema/data/DataEngineUpdateOptions.json +2 -2
- package/json-schema/data/DataEngineUpdateRequest.json +2 -2
- package/json-schema/data/DataEngineVectorFindRequest.json +2 -2
- package/json-schema/data/DataQualityRules.json +2 -2
- package/json-schema/data/DataTypeMapping.json +2 -2
- package/json-schema/data/Dataset.json +2 -2
- package/json-schema/data/DatasetLoadResult.json +2 -2
- package/json-schema/data/DatasetMode.json +2 -2
- package/json-schema/data/Datasource.json +2 -2
- package/json-schema/data/DatasourceCapabilities.json +2 -2
- package/json-schema/data/Dimension.json +2 -2
- package/json-schema/data/DimensionType.json +2 -2
- package/json-schema/data/Document.json +2 -2
- package/json-schema/data/DocumentTemplate.json +2 -2
- package/json-schema/data/DocumentValidationSchema.json +2 -2
- package/json-schema/data/DocumentVersion.json +2 -2
- package/json-schema/data/DriverCapabilities.json +2 -2
- package/json-schema/data/DriverConfig.json +2 -2
- package/json-schema/data/DriverDefinition.json +2 -2
- package/json-schema/data/DriverOptions.json +2 -2
- package/json-schema/data/DriverType.json +2 -2
- package/json-schema/data/ESignatureConfig.json +2 -2
- package/json-schema/data/EngineAggregateOptions.json +2 -2
- package/json-schema/data/EngineCountOptions.json +2 -2
- package/json-schema/data/EngineDeleteOptions.json +2 -2
- package/json-schema/data/EngineQueryOptions.json +2 -2
- package/json-schema/data/EngineUpdateOptions.json +2 -2
- package/json-schema/data/EqualityOperator.json +2 -2
- package/json-schema/data/ExternalDataSource.json +2 -2
- package/json-schema/data/ExternalFieldMapping.json +2 -2
- package/json-schema/data/ExternalLookup.json +2 -2
- package/json-schema/data/FeedActor.json +2 -2
- package/json-schema/data/FeedFilterMode.json +2 -2
- package/json-schema/data/FeedItem.json +2 -2
- package/json-schema/data/FeedItemType.json +2 -2
- package/json-schema/data/FeedVisibility.json +2 -2
- package/json-schema/data/Field.json +2 -2
- package/json-schema/data/FieldChangeEntry.json +2 -2
- package/json-schema/data/FieldMapping.json +2 -2
- package/json-schema/data/FieldNode.json +2 -2
- package/json-schema/data/FieldReference.json +2 -2
- package/json-schema/data/FieldType.json +2 -2
- package/json-schema/data/FileAttachmentConfig.json +2 -2
- package/json-schema/data/FilterCondition.json +2 -2
- package/json-schema/data/FormatValidation.json +2 -2
- package/json-schema/data/FullTextSearch.json +2 -2
- package/json-schema/data/HookContext.json +2 -2
- package/json-schema/data/HookEvent.json +2 -2
- package/json-schema/data/Index.json +2 -2
- package/json-schema/data/JSONValidation.json +2 -2
- package/json-schema/data/JoinNode.json +2 -2
- package/json-schema/data/JoinStrategy.json +2 -2
- package/json-schema/data/JoinType.json +2 -2
- package/json-schema/data/LocationCoordinates.json +2 -2
- package/json-schema/data/Mapping.json +2 -2
- package/json-schema/data/Mention.json +2 -2
- package/json-schema/data/Metric.json +2 -2
- package/json-schema/data/NoSQLDataTypeMapping.json +2 -2
- package/json-schema/data/NoSQLDatabaseType.json +2 -2
- package/json-schema/data/NoSQLDriverConfig.json +2 -2
- package/json-schema/data/NoSQLIndex.json +2 -2
- package/json-schema/data/NoSQLIndexType.json +2 -2
- package/json-schema/data/NoSQLOperationType.json +2 -2
- package/json-schema/data/NoSQLQueryOptions.json +2 -2
- package/json-schema/data/NoSQLTransactionOptions.json +2 -2
- package/json-schema/data/NotificationChannel.json +2 -2
- package/json-schema/data/ObjectCapabilities.json +2 -2
- package/json-schema/data/ObjectDependencyGraph.json +2 -2
- package/json-schema/data/ObjectDependencyNode.json +2 -2
- package/json-schema/data/ObjectExtension.json +2 -2
- package/json-schema/data/ObjectOwnershipEnum.json +2 -2
- package/json-schema/data/PartitioningConfig.json +2 -2
- package/json-schema/data/PoolConfig.json +2 -2
- package/json-schema/data/Query.json +2 -2
- package/json-schema/data/QueryFilter.json +2 -2
- package/json-schema/data/Reaction.json +2 -2
- package/json-schema/data/RecordSubscription.json +2 -2
- package/json-schema/data/ReferenceResolution.json +2 -2
- package/json-schema/data/ReferenceResolutionError.json +2 -2
- package/json-schema/data/ReplicationConfig.json +2 -2
- package/json-schema/data/SQLDialect.json +2 -2
- package/json-schema/data/SQLDriverConfig.json +2 -2
- package/json-schema/data/SSLConfig.json +2 -2
- package/json-schema/data/ScriptValidation.json +2 -2
- package/json-schema/data/SearchConfig.json +2 -2
- package/json-schema/data/SeedLoaderConfig.json +2 -2
- package/json-schema/data/SeedLoaderRequest.json +2 -2
- package/json-schema/data/SeedLoaderResult.json +2 -2
- package/json-schema/data/SelectOption.json +2 -2
- package/json-schema/data/SetOperator.json +2 -2
- package/json-schema/data/ShardingConfig.json +2 -2
- package/json-schema/data/SoftDeleteConfig.json +2 -2
- package/json-schema/data/SortNode.json +2 -2
- package/json-schema/data/SpecialOperator.json +2 -2
- package/json-schema/data/StateMachineValidation.json +2 -2
- package/json-schema/data/StringOperator.json +2 -2
- package/json-schema/data/SubscriptionEventType.json +2 -2
- package/json-schema/data/TenancyConfig.json +2 -2
- package/json-schema/data/TenantDatabaseLifecycle.json +2 -2
- package/json-schema/data/TenantResolverStrategy.json +2 -2
- package/json-schema/data/TimeUpdateInterval.json +2 -2
- package/json-schema/data/TransformType.json +2 -2
- package/json-schema/data/TursoGroup.json +2 -2
- package/json-schema/data/TursoMultiTenantConfig.json +2 -2
- package/json-schema/data/UniquenessValidation.json +2 -2
- package/json-schema/data/ValidationRule.json +2 -2
- package/json-schema/data/VectorConfig.json +2 -2
- package/json-schema/data/VersioningConfig.json +2 -2
- package/json-schema/data/WindowFunction.json +2 -2
- package/json-schema/data/WindowFunctionNode.json +2 -2
- package/json-schema/data/WindowSpec.json +2 -2
- package/json-schema/identity/Account.json +2 -2
- package/json-schema/identity/ApiKey.json +2 -2
- package/json-schema/identity/Invitation.json +2 -2
- package/json-schema/identity/InvitationStatus.json +2 -2
- package/json-schema/identity/Member.json +2 -2
- package/json-schema/identity/Organization.json +2 -2
- package/json-schema/identity/Role.json +2 -2
- package/json-schema/identity/SCIMAddress.json +2 -2
- package/json-schema/identity/SCIMBulkOperation.json +2 -2
- package/json-schema/identity/SCIMBulkRequest.json +2 -2
- package/json-schema/identity/SCIMBulkResponse.json +2 -2
- package/json-schema/identity/SCIMBulkResponseOperation.json +2 -2
- package/json-schema/identity/SCIMEmail.json +2 -2
- package/json-schema/identity/SCIMEnterpriseUser.json +2 -2
- package/json-schema/identity/SCIMError.json +2 -2
- package/json-schema/identity/SCIMGroup.json +2 -2
- package/json-schema/identity/SCIMGroupReference.json +2 -2
- package/json-schema/identity/SCIMListResponse.json +2 -2
- package/json-schema/identity/SCIMMemberReference.json +2 -2
- package/json-schema/identity/SCIMMeta.json +2 -2
- package/json-schema/identity/SCIMName.json +2 -2
- package/json-schema/identity/SCIMPatchOperation.json +2 -2
- package/json-schema/identity/SCIMPatchRequest.json +2 -2
- package/json-schema/identity/SCIMPhoneNumber.json +2 -2
- package/json-schema/identity/SCIMUser.json +2 -2
- package/json-schema/identity/Session.json +2 -2
- package/json-schema/identity/User.json +2 -2
- package/json-schema/identity/VerificationToken.json +2 -2
- package/json-schema/integration/AckMode.json +2 -2
- package/json-schema/integration/ApiVersionConfig.json +2 -2
- package/json-schema/integration/BuildConfig.json +2 -2
- package/json-schema/integration/CdcConfig.json +2 -2
- package/json-schema/integration/CircuitBreakerConfig.json +2 -2
- package/json-schema/integration/ConflictResolution.json +2 -2
- package/json-schema/integration/Connector.json +2 -2
- package/json-schema/integration/ConnectorAction.json +2 -2
- package/json-schema/integration/ConnectorHealth.json +2 -2
- package/json-schema/integration/ConnectorStatus.json +2 -2
- package/json-schema/integration/ConnectorTrigger.json +2 -2
- package/json-schema/integration/ConnectorType.json +2 -2
- package/json-schema/integration/ConsumerConfig.json +2 -2
- package/json-schema/integration/DataSyncConfig.json +2 -2
- package/json-schema/integration/DatabaseConnector.json +2 -2
- package/json-schema/integration/DatabasePoolConfig.json +2 -2
- package/json-schema/integration/DatabaseProvider.json +2 -2
- package/json-schema/integration/DatabaseTable.json +2 -2
- package/json-schema/integration/DeliveryGuarantee.json +2 -2
- package/json-schema/integration/DeploymentConfig.json +2 -2
- package/json-schema/integration/DlqConfig.json +2 -2
- package/json-schema/integration/DomainConfig.json +2 -2
- package/json-schema/integration/EdgeFunctionConfig.json +2 -2
- package/json-schema/integration/EnvironmentVariables.json +2 -2
- package/json-schema/integration/ErrorCategory.json +2 -2
- package/json-schema/integration/ErrorMappingConfig.json +2 -2
- package/json-schema/integration/ErrorMappingRule.json +2 -2
- package/json-schema/integration/FieldMapping.json +2 -2
- package/json-schema/integration/FileAccessPattern.json +2 -2
- package/json-schema/integration/FileFilterConfig.json +2 -2
- package/json-schema/integration/FileMetadataConfig.json +2 -2
- package/json-schema/integration/FileStorageConnector.json +2 -2
- package/json-schema/integration/FileStorageProvider.json +2 -2
- package/json-schema/integration/FileVersioningConfig.json +2 -2
- package/json-schema/integration/GitHubActionsWorkflow.json +2 -2
- package/json-schema/integration/GitHubCommitConfig.json +2 -2
- package/json-schema/integration/GitHubConnector.json +2 -2
- package/json-schema/integration/GitHubIssueTracking.json +2 -2
- package/json-schema/integration/GitHubProvider.json +2 -2
- package/json-schema/integration/GitHubPullRequestConfig.json +2 -2
- package/json-schema/integration/GitHubReleaseConfig.json +2 -2
- package/json-schema/integration/GitHubRepository.json +2 -2
- package/json-schema/integration/GitRepositoryConfig.json +2 -2
- package/json-schema/integration/HealthCheckConfig.json +2 -2
- package/json-schema/integration/MessageFormat.json +2 -2
- package/json-schema/integration/MessageQueueConnector.json +2 -2
- package/json-schema/integration/MessageQueueProvider.json +2 -2
- package/json-schema/integration/MultipartUploadConfig.json +2 -2
- package/json-schema/integration/ProducerConfig.json +2 -2
- package/json-schema/integration/RateLimitConfig.json +2 -2
- package/json-schema/integration/RateLimitStrategy.json +2 -2
- package/json-schema/integration/RetryConfig.json +2 -2
- package/json-schema/integration/RetryStrategy.json +2 -2
- package/json-schema/integration/SaasConnector.json +2 -2
- package/json-schema/integration/SaasObjectType.json +2 -2
- package/json-schema/integration/SaasProvider.json +2 -2
- package/json-schema/integration/SslConfig.json +2 -2
- package/json-schema/integration/StorageBucket.json +2 -2
- package/json-schema/integration/SyncStrategy.json +2 -2
- package/json-schema/integration/TopicQueue.json +2 -2
- package/json-schema/integration/VercelConnector.json +2 -2
- package/json-schema/integration/VercelFramework.json +2 -2
- package/json-schema/integration/VercelMonitoring.json +2 -2
- package/json-schema/integration/VercelProject.json +2 -2
- package/json-schema/integration/VercelProvider.json +2 -2
- package/json-schema/integration/VercelTeam.json +2 -2
- package/json-schema/integration/WebhookConfig.json +2 -2
- package/json-schema/integration/WebhookEvent.json +2 -2
- package/json-schema/integration/WebhookSignatureAlgorithm.json +2 -2
- package/json-schema/kernel/ActivationEvent.json +2 -2
- package/json-schema/kernel/AdvancedPluginLifecycleConfig.json +2 -2
- package/json-schema/kernel/ArtifactChecksum.json +2 -2
- package/json-schema/kernel/ArtifactFileEntry.json +2 -2
- package/json-schema/kernel/ArtifactSignature.json +2 -2
- package/json-schema/kernel/BreakingChange.json +2 -2
- package/json-schema/kernel/CLICommandContribution.json +2 -2
- package/json-schema/kernel/CapabilityConformanceLevel.json +2 -2
- package/json-schema/kernel/CompatibilityLevel.json +2 -2
- package/json-schema/kernel/CompatibilityMatrixEntry.json +2 -2
- package/json-schema/kernel/CustomizationOrigin.json +2 -2
- package/json-schema/kernel/CustomizationPolicy.json +2 -2
- package/json-schema/kernel/DeadLetterQueueEntry.json +2 -2
- package/json-schema/kernel/DependencyConflict.json +2 -2
- package/json-schema/kernel/DependencyGraph.json +2 -2
- package/json-schema/kernel/DependencyGraphNode.json +2 -2
- package/json-schema/kernel/DependencyResolutionResult.json +2 -2
- package/json-schema/kernel/DependencyStatusEnum.json +2 -2
- package/json-schema/kernel/DeprecationNotice.json +2 -2
- package/json-schema/kernel/DevFixtureConfig.json +2 -2
- package/json-schema/kernel/DevPluginConfig.json +2 -2
- package/json-schema/kernel/DevPluginPreset.json +2 -2
- package/json-schema/kernel/DevServiceOverride.json +2 -2
- package/json-schema/kernel/DevToolsConfig.json +2 -2
- package/json-schema/kernel/DisablePackageRequest.json +2 -2
- package/json-schema/kernel/DisablePackageResponse.json +2 -2
- package/json-schema/kernel/DistributedStateConfig.json +2 -2
- package/json-schema/kernel/DynamicLoadRequest.json +2 -2
- package/json-schema/kernel/DynamicLoadingConfig.json +2 -2
- package/json-schema/kernel/DynamicPluginOperation.json +2 -2
- package/json-schema/kernel/DynamicPluginResult.json +2 -2
- package/json-schema/kernel/DynamicUnloadRequest.json +2 -2
- package/json-schema/kernel/EnablePackageRequest.json +2 -2
- package/json-schema/kernel/EnablePackageResponse.json +2 -2
- package/json-schema/kernel/Event.json +2 -2
- package/json-schema/kernel/EventBusConfig.json +2 -2
- package/json-schema/kernel/EventHandler.json +2 -2
- package/json-schema/kernel/EventLogEntry.json +2 -2
- package/json-schema/kernel/EventMessageQueueConfig.json +2 -2
- package/json-schema/kernel/EventMetadata.json +2 -2
- package/json-schema/kernel/EventPersistence.json +2 -2
- package/json-schema/kernel/EventPhase.json +2 -2
- package/json-schema/kernel/EventPriority.json +2 -2
- package/json-schema/kernel/EventQueueConfig.json +2 -2
- package/json-schema/kernel/EventReplayConfig.json +2 -2
- package/json-schema/kernel/EventRoute.json +2 -2
- package/json-schema/kernel/EventSourcingConfig.json +2 -2
- package/json-schema/kernel/EventTypeDefinition.json +2 -2
- package/json-schema/kernel/EventWebhookConfig.json +2 -2
- package/json-schema/kernel/ExecutionContext.json +2 -2
- package/json-schema/kernel/ExtensionPoint.json +2 -2
- package/json-schema/kernel/FeatureFlag.json +2 -2
- package/json-schema/kernel/FeatureStrategy.json +2 -2
- package/json-schema/kernel/FieldChange.json +2 -2
- package/json-schema/kernel/GetPackageRequest.json +2 -2
- package/json-schema/kernel/GetPackageResponse.json +2 -2
- package/json-schema/kernel/GracefulDegradation.json +2 -2
- package/json-schema/kernel/HealthStatus.json +2 -2
- package/json-schema/kernel/HookRegisteredEvent.json +2 -2
- package/json-schema/kernel/HookTriggeredEvent.json +2 -2
- package/json-schema/kernel/HotReloadConfig.json +2 -2
- package/json-schema/kernel/InstallPackageRequest.json +2 -2
- package/json-schema/kernel/InstallPackageResponse.json +2 -2
- package/json-schema/kernel/InstalledPackage.json +2 -2
- package/json-schema/kernel/KernelContext.json +2 -2
- package/json-schema/kernel/KernelEventBase.json +2 -2
- package/json-schema/kernel/KernelReadyEvent.json +2 -2
- package/json-schema/kernel/KernelSecurityPolicy.json +2 -2
- package/json-schema/kernel/KernelSecurityScanResult.json +2 -2
- package/json-schema/kernel/KernelSecurityVulnerability.json +2 -2
- package/json-schema/kernel/KernelShutdownEvent.json +2 -2
- package/json-schema/kernel/ListPackagesRequest.json +2 -2
- package/json-schema/kernel/ListPackagesResponse.json +2 -2
- package/json-schema/kernel/Manifest.json +2 -2
- package/json-schema/kernel/MergeConflict.json +2 -2
- package/json-schema/kernel/MergeResult.json +2 -2
- package/json-schema/kernel/MergeStrategyConfig.json +2 -2
- package/json-schema/kernel/MetadataBulkRegisterRequest.json +2 -2
- package/json-schema/kernel/MetadataBulkResult.json +2 -2
- package/json-schema/kernel/MetadataCategoryEnum.json +2 -2
- package/json-schema/kernel/MetadataChangeType.json +2 -2
- package/json-schema/kernel/MetadataCollectionInfo.json +2 -2
- package/json-schema/kernel/MetadataDependency.json +2 -2
- package/json-schema/kernel/MetadataDiffItem.json +2 -2
- package/json-schema/kernel/MetadataEvent.json +2 -2
- package/json-schema/kernel/MetadataExportOptions.json +2 -2
- package/json-schema/kernel/MetadataFallbackStrategy.json +2 -2
- package/json-schema/kernel/MetadataFormat.json +2 -2
- package/json-schema/kernel/MetadataImportOptions.json +2 -2
- package/json-schema/kernel/MetadataLoadOptions.json +2 -2
- package/json-schema/kernel/MetadataLoadResult.json +2 -2
- package/json-schema/kernel/MetadataLoaderContract.json +2 -2
- package/json-schema/kernel/MetadataManagerConfig.json +2 -2
- package/json-schema/kernel/MetadataOverlay.json +2 -2
- package/json-schema/kernel/MetadataPluginConfig.json +2 -2
- package/json-schema/kernel/MetadataPluginManifest.json +2 -2
- package/json-schema/kernel/MetadataQuery.json +2 -2
- package/json-schema/kernel/MetadataQueryResult.json +2 -2
- package/json-schema/kernel/MetadataSaveOptions.json +2 -2
- package/json-schema/kernel/MetadataSaveResult.json +2 -2
- package/json-schema/kernel/MetadataStats.json +2 -2
- package/json-schema/kernel/MetadataType.json +2 -2
- package/json-schema/kernel/MetadataTypeRegistryEntry.json +2 -2
- package/json-schema/kernel/MetadataValidationResult.json +2 -2
- package/json-schema/kernel/MetadataWatchEvent.json +2 -2
- package/json-schema/kernel/MultiVersionSupport.json +2 -2
- package/json-schema/kernel/NamespaceConflictError.json +2 -2
- package/json-schema/kernel/NamespaceRegistryEntry.json +2 -2
- package/json-schema/kernel/OclifPluginConfig.json +2 -2
- package/json-schema/kernel/OpsDomainModule.json +2 -2
- package/json-schema/kernel/OpsFilePath.json +2 -2
- package/json-schema/kernel/OpsPluginStructure.json +2 -2
- package/json-schema/kernel/PackageArtifact.json +2 -2
- package/json-schema/kernel/PackageDependency.json +2 -2
- package/json-schema/kernel/PackageDependencyConflict.json +2 -2
- package/json-schema/kernel/PackageDependencyResolutionResult.json +2 -2
- package/json-schema/kernel/PackageStatusEnum.json +2 -2
- package/json-schema/kernel/Permission.json +2 -2
- package/json-schema/kernel/PermissionAction.json +2 -2
- package/json-schema/kernel/PermissionScope.json +2 -2
- package/json-schema/kernel/PermissionSet.json +2 -2
- package/json-schema/kernel/PluginBuildOptions.json +2 -2
- package/json-schema/kernel/PluginBuildResult.json +2 -2
- package/json-schema/kernel/PluginCaching.json +2 -2
- package/json-schema/kernel/PluginCapability.json +2 -2
- package/json-schema/kernel/PluginCapabilityManifest.json +2 -2
- package/json-schema/kernel/PluginCodeSplitting.json +2 -2
- package/json-schema/kernel/PluginCompatibilityMatrix.json +2 -2
- package/json-schema/kernel/PluginDependency.json +2 -2
- package/json-schema/kernel/PluginDependencyResolution.json +2 -2
- package/json-schema/kernel/PluginDependencyResolutionResult.json +2 -2
- package/json-schema/kernel/PluginDiscoveryConfig.json +2 -2
- package/json-schema/kernel/PluginDiscoverySource.json +2 -2
- package/json-schema/kernel/PluginDynamicImport.json +2 -2
- package/json-schema/kernel/PluginErrorEvent.json +2 -2
- package/json-schema/kernel/PluginEventBase.json +2 -2
- package/json-schema/kernel/PluginHealthCheck.json +2 -2
- package/json-schema/kernel/PluginHealthReport.json +2 -2
- package/json-schema/kernel/PluginHealthStatus.json +2 -2
- package/json-schema/kernel/PluginHotReload.json +2 -2
- package/json-schema/kernel/PluginInitialization.json +2 -2
- package/json-schema/kernel/PluginInstallConfig.json +2 -2
- package/json-schema/kernel/PluginInterface.json +2 -2
- package/json-schema/kernel/PluginLifecycleEventType.json +2 -2
- package/json-schema/kernel/PluginLifecyclePhaseEvent.json +2 -2
- package/json-schema/kernel/PluginLoadingConfig.json +2 -2
- package/json-schema/kernel/PluginLoadingEvent.json +2 -2
- package/json-schema/kernel/PluginLoadingState.json +2 -2
- package/json-schema/kernel/PluginLoadingStrategy.json +2 -2
- package/json-schema/kernel/PluginMetadata.json +2 -2
- package/json-schema/kernel/PluginPerformanceMonitoring.json +2 -2
- package/json-schema/kernel/PluginPreloadConfig.json +2 -2
- package/json-schema/kernel/PluginProvenance.json +2 -2
- package/json-schema/kernel/PluginPublishOptions.json +2 -2
- package/json-schema/kernel/PluginPublishResult.json +2 -2
- package/json-schema/kernel/PluginQualityMetrics.json +2 -2
- package/json-schema/kernel/PluginRegisteredEvent.json +2 -2
- package/json-schema/kernel/PluginRegistryEntry.json +2 -2
- package/json-schema/kernel/PluginSandboxing.json +2 -2
- package/json-schema/kernel/PluginSearchFilters.json +2 -2
- package/json-schema/kernel/PluginSecurityManifest.json +2 -2
- package/json-schema/kernel/PluginSource.json +2 -2
- package/json-schema/kernel/PluginStartupResult.json +2 -2
- package/json-schema/kernel/PluginStateSnapshot.json +2 -2
- package/json-schema/kernel/PluginStatistics.json +2 -2
- package/json-schema/kernel/PluginTrustLevel.json +2 -2
- package/json-schema/kernel/PluginTrustScore.json +2 -2
- package/json-schema/kernel/PluginUpdateStrategy.json +2 -2
- package/json-schema/kernel/PluginValidateOptions.json +2 -2
- package/json-schema/kernel/PluginValidateResult.json +2 -2
- package/json-schema/kernel/PluginVendor.json +2 -2
- package/json-schema/kernel/PluginVersionMetadata.json +2 -2
- package/json-schema/kernel/PreviewModeConfig.json +2 -2
- package/json-schema/kernel/ProtocolFeature.json +2 -2
- package/json-schema/kernel/ProtocolReference.json +2 -2
- package/json-schema/kernel/ProtocolVersion.json +2 -2
- package/json-schema/kernel/RealTimeNotificationConfig.json +2 -2
- package/json-schema/kernel/RequiredAction.json +2 -2
- package/json-schema/kernel/ResolvedDependency.json +2 -2
- package/json-schema/kernel/ResourceType.json +2 -2
- package/json-schema/kernel/RollbackPackageRequest.json +2 -2
- package/json-schema/kernel/RollbackPackageResponse.json +2 -2
- package/json-schema/kernel/RuntimeConfig.json +2 -2
- package/json-schema/kernel/RuntimeMode.json +2 -2
- package/json-schema/kernel/SBOM.json +2 -2
- package/json-schema/kernel/SBOMEntry.json +2 -2
- package/json-schema/kernel/SandboxConfig.json +2 -2
- package/json-schema/kernel/ScopeConfig.json +2 -2
- package/json-schema/kernel/ScopeInfo.json +2 -2
- package/json-schema/kernel/SecurityPolicy.json +2 -2
- package/json-schema/kernel/SecurityScanResult.json +2 -2
- package/json-schema/kernel/SecurityVulnerability.json +2 -2
- package/json-schema/kernel/SemanticVersion.json +2 -2
- package/json-schema/kernel/ServiceFactoryRegistration.json +2 -2
- package/json-schema/kernel/ServiceMetadata.json +2 -2
- package/json-schema/kernel/ServiceRegisteredEvent.json +2 -2
- package/json-schema/kernel/ServiceRegistryConfig.json +2 -2
- package/json-schema/kernel/ServiceScopeType.json +2 -2
- package/json-schema/kernel/ServiceUnregisteredEvent.json +2 -2
- package/json-schema/kernel/StartupOptions.json +2 -2
- package/json-schema/kernel/StartupOrchestrationResult.json +2 -2
- package/json-schema/kernel/TenantRuntimeContext.json +2 -2
- package/json-schema/kernel/UninstallPackageRequest.json +2 -2
- package/json-schema/kernel/UninstallPackageResponse.json +2 -2
- package/json-schema/kernel/UpgradeContext.json +2 -2
- package/json-schema/kernel/UpgradeImpactLevel.json +2 -2
- package/json-schema/kernel/UpgradePackageRequest.json +2 -2
- package/json-schema/kernel/UpgradePackageResponse.json +2 -2
- package/json-schema/kernel/UpgradePhase.json +2 -2
- package/json-schema/kernel/UpgradePlan.json +2 -2
- package/json-schema/kernel/UpgradeSnapshot.json +2 -2
- package/json-schema/kernel/ValidationError.json +2 -2
- package/json-schema/kernel/ValidationFinding.json +2 -2
- package/json-schema/kernel/ValidationResult.json +2 -2
- package/json-schema/kernel/ValidationSeverityEnum.json +2 -2
- package/json-schema/kernel/ValidationWarning.json +2 -2
- package/json-schema/kernel/VersionConstraint.json +2 -2
- package/json-schema/kernel/VulnerabilitySeverity.json +2 -2
- package/json-schema/objectstack.json +3771 -3546
- package/json-schema/openapi.json +1 -1
- package/json-schema/qa/TestAction.json +2 -2
- package/json-schema/qa/TestActionType.json +2 -2
- package/json-schema/qa/TestAssertion.json +2 -2
- package/json-schema/qa/TestAssertionType.json +2 -2
- package/json-schema/qa/TestContext.json +2 -2
- package/json-schema/qa/TestScenario.json +2 -2
- package/json-schema/qa/TestStep.json +2 -2
- package/json-schema/qa/TestSuite.json +2 -2
- package/json-schema/security/AuditPolicy.json +2 -2
- package/json-schema/security/CriteriaSharingRule.json +2 -2
- package/json-schema/security/FieldPermission.json +2 -2
- package/json-schema/security/NetworkPolicy.json +2 -2
- package/json-schema/security/OWDModel.json +2 -2
- package/json-schema/security/ObjectPermission.json +2 -2
- package/json-schema/security/OwnerSharingRule.json +2 -2
- package/json-schema/security/PasswordPolicy.json +2 -2
- package/json-schema/security/PermissionSet.json +2 -2
- package/json-schema/security/Policy.json +2 -2
- package/json-schema/security/RLSAuditConfig.json +2 -2
- package/json-schema/security/RLSAuditEvent.json +2 -2
- package/json-schema/security/RLSConfig.json +2 -2
- package/json-schema/security/RLSEvaluationResult.json +2 -2
- package/json-schema/security/RLSOperation.json +2 -2
- package/json-schema/security/RLSUserContext.json +2 -2
- package/json-schema/security/RowLevelSecurityPolicy.json +2 -2
- package/json-schema/security/SessionPolicy.json +2 -2
- package/json-schema/security/ShareRecipientType.json +2 -2
- package/json-schema/security/SharingLevel.json +2 -2
- package/json-schema/security/SharingRule.json +2 -2
- package/json-schema/security/SharingRuleType.json +2 -2
- package/json-schema/security/Territory.json +2 -2
- package/json-schema/security/TerritoryModel.json +2 -2
- package/json-schema/security/TerritoryType.json +2 -2
- package/json-schema/shared/AggregationFunctionEnum.json +2 -2
- package/json-schema/shared/AppName.json +2 -2
- package/json-schema/shared/BaseMetadataRecord.json +2 -2
- package/json-schema/shared/CacheStrategyEnum.json +2 -2
- package/json-schema/shared/CorsConfig.json +2 -2
- package/json-schema/shared/EventName.json +2 -2
- package/json-schema/shared/FieldMapping.json +2 -2
- package/json-schema/shared/FieldName.json +2 -2
- package/json-schema/shared/FlowName.json +2 -2
- package/json-schema/shared/HttpMethod.json +2 -2
- package/json-schema/shared/HttpRequest.json +2 -2
- package/json-schema/shared/IsolationLevelEnum.json +2 -2
- package/json-schema/shared/MetadataFormat.json +2 -2
- package/json-schema/shared/MutationEventEnum.json +2 -2
- package/json-schema/shared/ObjectName.json +2 -2
- package/json-schema/shared/RateLimitConfig.json +2 -2
- package/json-schema/shared/RoleName.json +2 -2
- package/json-schema/shared/SnakeCaseIdentifier.json +2 -2
- package/json-schema/shared/SortDirectionEnum.json +2 -2
- package/json-schema/shared/SortItem.json +2 -2
- package/json-schema/shared/StaticMount.json +2 -2
- package/json-schema/shared/SystemIdentifier.json +2 -2
- package/json-schema/shared/TransformType.json +2 -2
- package/json-schema/shared/ViewName.json +2 -2
- package/json-schema/studio/ActionContribution.json +2 -2
- package/json-schema/studio/ActionLocation.json +2 -2
- package/json-schema/studio/ActivationEvent.json +2 -2
- package/json-schema/studio/CanvasSnapSettings.json +2 -2
- package/json-schema/studio/CanvasZoomSettings.json +2 -2
- package/json-schema/studio/CommandContribution.json +2 -2
- package/json-schema/studio/ERDiagramConfig.json +2 -2
- package/json-schema/studio/ERLayoutAlgorithm.json +2 -2
- package/json-schema/studio/ERNodeDisplay.json +2 -2
- package/json-schema/studio/ElementPaletteItem.json +2 -2
- package/json-schema/studio/FieldEditorConfig.json +2 -2
- package/json-schema/studio/FieldGroup.json +2 -2
- package/json-schema/studio/FieldPropertySection.json +2 -2
- package/json-schema/studio/FlowBuilderConfig.json +2 -2
- package/json-schema/studio/FlowCanvasEdge.json +2 -2
- package/json-schema/studio/FlowCanvasEdgeStyle.json +2 -2
- package/json-schema/studio/FlowCanvasNode.json +2 -2
- package/json-schema/studio/FlowLayoutAlgorithm.json +2 -2
- package/json-schema/studio/FlowLayoutDirection.json +2 -2
- package/json-schema/studio/FlowNodeRenderDescriptor.json +2 -2
- package/json-schema/studio/FlowNodeShape.json +2 -2
- package/json-schema/studio/InterfaceBuilderConfig.json +2 -2
- package/json-schema/studio/MetadataIconContribution.json +2 -2
- package/json-schema/studio/MetadataViewerContribution.json +2 -2
- package/json-schema/studio/ObjectDesignerConfig.json +2 -2
- package/json-schema/studio/ObjectDesignerDefaultView.json +2 -2
- package/json-schema/studio/ObjectFilter.json +2 -2
- package/json-schema/studio/ObjectListDisplayMode.json +2 -2
- package/json-schema/studio/ObjectManagerConfig.json +2 -2
- package/json-schema/studio/ObjectPreviewConfig.json +2 -2
- package/json-schema/studio/ObjectPreviewTab.json +2 -2
- package/json-schema/studio/ObjectSortField.json +2 -2
- package/json-schema/studio/PageBuilderConfig.json +2 -2
- package/json-schema/studio/PanelContribution.json +2 -2
- package/json-schema/studio/PanelLocation.json +2 -2
- package/json-schema/studio/RelationshipDisplay.json +2 -2
- package/json-schema/studio/RelationshipMapperConfig.json +2 -2
- package/json-schema/studio/SidebarGroupContribution.json +2 -2
- package/json-schema/studio/StudioPluginContributions.json +2 -2
- package/json-schema/studio/StudioPluginManifest.json +2 -2
- package/json-schema/studio/ViewMode.json +2 -2
- package/json-schema/system/AccessControlConfig.json +2 -2
- package/json-schema/system/AddFieldOperation.json +2 -2
- package/json-schema/system/AdvancedAuthConfig.json +2 -2
- package/json-schema/system/AnalyzerConfig.json +2 -2
- package/json-schema/system/AppCompatibilityCheck.json +2 -2
- package/json-schema/system/AppInstallRequest.json +2 -2
- package/json-schema/system/AppInstallResult.json +2 -2
- package/json-schema/system/AppManifest.json +2 -2
- package/json-schema/system/AppTranslationBundle.json +2 -2
- package/json-schema/system/AuditConfig.json +2 -2
- package/json-schema/system/AuditEvent.json +2 -2
- package/json-schema/system/AuditEventActor.json +2 -2
- package/json-schema/system/AuditEventChange.json +2 -2
- package/json-schema/system/AuditEventFilter.json +2 -2
- package/json-schema/system/AuditEventSeverity.json +2 -2
- package/json-schema/system/AuditEventTarget.json +2 -2
- package/json-schema/system/AuditEventType.json +2 -2
- package/json-schema/system/AuditFinding.json +2 -2
- package/json-schema/system/AuditFindingSeverity.json +2 -2
- package/json-schema/system/AuditFindingStatus.json +2 -2
- package/json-schema/system/AuditLogConfig.json +2 -2
- package/json-schema/system/AuditRetentionPolicy.json +2 -2
- package/json-schema/system/AuditSchedule.json +2 -2
- package/json-schema/system/AuditStorageConfig.json +2 -2
- package/json-schema/system/AuthConfig.json +2 -2
- package/json-schema/system/AuthPluginConfig.json +2 -2
- package/json-schema/system/AuthProviderConfig.json +2 -2
- package/json-schema/system/AwarenessEvent.json +2 -2
- package/json-schema/system/AwarenessSession.json +2 -2
- package/json-schema/system/AwarenessUpdate.json +2 -2
- package/json-schema/system/AwarenessUserState.json +2 -2
- package/json-schema/system/BackupConfig.json +2 -2
- package/json-schema/system/BackupRetention.json +2 -2
- package/json-schema/system/BackupStrategy.json +2 -2
- package/json-schema/system/BatchProgress.json +2 -2
- package/json-schema/system/BucketConfig.json +2 -2
- package/json-schema/system/CRDTMergeResult.json +2 -2
- package/json-schema/system/CRDTState.json +2 -2
- package/json-schema/system/CRDTType.json +2 -2
- package/json-schema/system/CacheAvalanchePrevention.json +2 -2
- package/json-schema/system/CacheConfig.json +2 -2
- package/json-schema/system/CacheConsistency.json +2 -2
- package/json-schema/system/CacheInvalidation.json +2 -2
- package/json-schema/system/CacheStrategy.json +2 -2
- package/json-schema/system/CacheTier.json +2 -2
- package/json-schema/system/CacheWarmup.json +2 -2
- package/json-schema/system/ChangeImpact.json +2 -2
- package/json-schema/system/ChangePriority.json +2 -2
- package/json-schema/system/ChangeRequest.json +2 -2
- package/json-schema/system/ChangeSchema.json +2 -2
- package/json-schema/system/ChangeStatus.json +2 -2
- package/json-schema/system/ChangeType.json +2 -2
- package/json-schema/system/CollaborationMode.json +2 -2
- package/json-schema/system/CollaborationSession.json +2 -2
- package/json-schema/system/CollaborationSessionConfig.json +2 -2
- package/json-schema/system/CollaborativeCursor.json +2 -2
- package/json-schema/system/ComplianceAuditRequirement.json +2 -2
- package/json-schema/system/ComplianceConfig.json +2 -2
- package/json-schema/system/ComplianceEncryptionRequirement.json +2 -2
- package/json-schema/system/ComplianceFramework.json +2 -2
- package/json-schema/system/ConsoleDestinationConfig.json +2 -2
- package/json-schema/system/ConsumerConfig.json +2 -2
- package/json-schema/system/CoreServiceName.json +2 -2
- package/json-schema/system/CounterOperation.json +2 -2
- package/json-schema/system/CoverageBreakdownEntry.json +2 -2
- package/json-schema/system/CronSchedule.json +2 -2
- package/json-schema/system/CursorColorPreset.json +2 -2
- package/json-schema/system/CursorSelection.json +2 -2
- package/json-schema/system/CursorStyle.json +2 -2
- package/json-schema/system/CursorUpdate.json +2 -2
- package/json-schema/system/DataClassification.json +2 -2
- package/json-schema/system/DataClassificationPolicy.json +2 -2
- package/json-schema/system/DatabaseLevelIsolationStrategy.json +2 -2
- package/json-schema/system/DatabaseProvider.json +2 -2
- package/json-schema/system/DeadLetterQueue.json +2 -2
- package/json-schema/system/DeleteObjectOperation.json +2 -2
- package/json-schema/system/DeployBundle.json +2 -2
- package/json-schema/system/DeployDiff.json +2 -2
- package/json-schema/system/DeployManifest.json +2 -2
- package/json-schema/system/DeployStatusEnum.json +2 -2
- package/json-schema/system/DeployValidationIssue.json +2 -2
- package/json-schema/system/DeployValidationResult.json +2 -2
- package/json-schema/system/DisasterRecoveryPlan.json +2 -2
- package/json-schema/system/DistributedCacheConfig.json +2 -2
- package/json-schema/system/EmailAndPasswordConfig.json +2 -2
- package/json-schema/system/EmailTemplate.json +2 -2
- package/json-schema/system/EmailVerificationConfig.json +2 -2
- package/json-schema/system/EncryptionAlgorithm.json +2 -2
- package/json-schema/system/EncryptionConfig.json +2 -2
- package/json-schema/system/ExecuteSqlOperation.json +2 -2
- package/json-schema/system/ExtendedLogLevel.json +2 -2
- package/json-schema/system/ExternalServiceDestinationConfig.json +2 -2
- package/json-schema/system/FacetConfig.json +2 -2
- package/json-schema/system/FailoverConfig.json +2 -2
- package/json-schema/system/FailoverMode.json +2 -2
- package/json-schema/system/Feature.json +2 -2
- package/json-schema/system/FieldEncryption.json +2 -2
- package/json-schema/system/FieldTranslation.json +2 -2
- package/json-schema/system/FileDestinationConfig.json +2 -2
- package/json-schema/system/FileMetadata.json +2 -2
- package/json-schema/system/GCounter.json +2 -2
- package/json-schema/system/GDPRConfig.json +2 -2
- package/json-schema/system/HIPAAConfig.json +2 -2
- package/json-schema/system/HistogramBucketConfig.json +2 -2
- package/json-schema/system/HttpDestinationConfig.json +2 -2
- package/json-schema/system/HttpServerConfig.json +2 -2
- package/json-schema/system/InAppNotification.json +2 -2
- package/json-schema/system/Incident.json +2 -2
- package/json-schema/system/IncidentCategory.json +2 -2
- package/json-schema/system/IncidentNotificationMatrix.json +2 -2
- package/json-schema/system/IncidentNotificationRule.json +2 -2
- package/json-schema/system/IncidentResponsePhase.json +2 -2
- package/json-schema/system/IncidentResponsePolicy.json +2 -2
- package/json-schema/system/IncidentSeverity.json +2 -2
- package/json-schema/system/IncidentStatus.json +2 -2
- package/json-schema/system/IntervalSchedule.json +2 -2
- package/json-schema/system/Job.json +2 -2
- package/json-schema/system/JobExecution.json +2 -2
- package/json-schema/system/JobExecutionStatus.json +2 -2
- package/json-schema/system/KernelServiceMap.json +2 -2
- package/json-schema/system/KeyManagementProvider.json +2 -2
- package/json-schema/system/KeyRotationPolicy.json +2 -2
- package/json-schema/system/LWWRegister.json +2 -2
- package/json-schema/system/LevelIsolationStrategySchema.json +2 -2
- package/json-schema/system/License.json +2 -2
- package/json-schema/system/LicenseMetricType.json +2 -2
- package/json-schema/system/LifecycleAction.json +2 -2
- package/json-schema/system/LifecyclePolicyConfig.json +2 -2
- package/json-schema/system/LifecyclePolicyRule.json +2 -2
- package/json-schema/system/Locale.json +2 -2
- package/json-schema/system/LogDestination.json +2 -2
- package/json-schema/system/LogDestinationType.json +2 -2
- package/json-schema/system/LogEnrichmentConfig.json +2 -2
- package/json-schema/system/LogEntry.json +2 -2
- package/json-schema/system/LogFormat.json +2 -2
- package/json-schema/system/LogLevel.json +2 -2
- package/json-schema/system/LoggerConfig.json +2 -2
- package/json-schema/system/LoggingConfig.json +2 -2
- package/json-schema/system/MaskingConfig.json +2 -2
- package/json-schema/system/MaskingRule.json +2 -2
- package/json-schema/system/MaskingStrategy.json +2 -2
- package/json-schema/system/MaskingVisibilityRule.json +2 -2
- package/json-schema/system/MessageFormat.json +2 -2
- package/json-schema/system/MessageQueueConfig.json +2 -2
- package/json-schema/system/MessageQueueProvider.json +2 -2
- package/json-schema/system/MetadataCollectionInfo.json +2 -2
- package/json-schema/system/MetadataDiffResult.json +2 -2
- package/json-schema/system/MetadataExportOptions.json +2 -2
- package/json-schema/system/MetadataFallbackStrategy.json +2 -2
- package/json-schema/system/MetadataFormat.json +2 -2
- package/json-schema/system/MetadataHistoryQueryOptions.json +2 -2
- package/json-schema/system/MetadataHistoryQueryResult.json +2 -2
- package/json-schema/system/MetadataHistoryRecord.json +2 -2
- package/json-schema/system/MetadataHistoryRetentionPolicy.json +2 -2
- package/json-schema/system/MetadataImportOptions.json +2 -2
- package/json-schema/system/MetadataLoadOptions.json +2 -2
- package/json-schema/system/MetadataLoadResult.json +2 -2
- package/json-schema/system/MetadataLoaderContract.json +2 -2
- package/json-schema/system/MetadataManagerConfig.json +2 -2
- package/json-schema/system/MetadataRecord.json +2 -2
- package/json-schema/system/MetadataSaveOptions.json +2 -2
- package/json-schema/system/MetadataSaveResult.json +2 -2
- package/json-schema/system/MetadataScope.json +2 -2
- package/json-schema/system/MetadataSource.json +2 -2
- package/json-schema/system/MetadataState.json +2 -2
- package/json-schema/system/MetadataStats.json +2 -2
- package/json-schema/system/MetadataWatchEvent.json +2 -2
- package/json-schema/system/MetricAggregationConfig.json +2 -2
- package/json-schema/system/MetricAggregationType.json +2 -2
- package/json-schema/system/MetricDataPoint.json +2 -2
- package/json-schema/system/MetricDefinition.json +2 -2
- package/json-schema/system/MetricExportConfig.json +2 -2
- package/json-schema/system/MetricLabels.json +2 -2
- package/json-schema/system/MetricType.json +2 -2
- package/json-schema/system/MetricUnit.json +2 -2
- package/json-schema/system/MetricsConfig.json +2 -2
- package/json-schema/system/MiddlewareConfig.json +2 -2
- package/json-schema/system/MiddlewareType.json +2 -2
- package/json-schema/system/MigrationDependency.json +2 -2
- package/json-schema/system/MigrationPlan.json +2 -2
- package/json-schema/system/MigrationStatement.json +2 -2
- package/json-schema/system/ModifyFieldOperation.json +2 -2
- package/json-schema/system/MultipartUploadConfig.json +2 -2
- package/json-schema/system/MutualTLSConfig.json +2 -2
- package/json-schema/system/NotificationChannel.json +2 -2
- package/json-schema/system/NotificationConfig.json +2 -2
- package/json-schema/system/ORSet.json +2 -2
- package/json-schema/system/ORSetElement.json +2 -2
- package/json-schema/system/OTComponent.json +2 -2
- package/json-schema/system/OTOperation.json +2 -2
- package/json-schema/system/OTOperationType.json +2 -2
- package/json-schema/system/OTTransformResult.json +2 -2
- package/json-schema/system/ObjectMetadata.json +2 -2
- package/json-schema/system/ObjectStorageConfig.json +2 -2
- package/json-schema/system/ObjectTranslationData.json +2 -2
- package/json-schema/system/ObjectTranslationNode.json +2 -2
- package/json-schema/system/OnceSchedule.json +2 -2
- package/json-schema/system/OpenTelemetryCompatibility.json +2 -2
- package/json-schema/system/OtelExporterType.json +2 -2
- package/json-schema/system/PCIDSSConfig.json +2 -2
- package/json-schema/system/PNCounter.json +2 -2
- package/json-schema/system/PackagePublishResult.json +2 -2
- package/json-schema/system/Plan.json +2 -2
- package/json-schema/system/PresignedUrlConfig.json +2 -2
- package/json-schema/system/ProvisioningStep.json +2 -2
- package/json-schema/system/PushNotification.json +2 -2
- package/json-schema/system/QueueConfig.json +2 -2
- package/json-schema/system/QuotaEnforcementResult.json +2 -2
- package/json-schema/system/RPO.json +2 -2
- package/json-schema/system/RTO.json +2 -2
- package/json-schema/system/RegistryConfig.json +2 -2
- package/json-schema/system/RegistrySyncPolicy.json +2 -2
- package/json-schema/system/RegistryUpstream.json +2 -2
- package/json-schema/system/RemoveFieldOperation.json +2 -2
- package/json-schema/system/RenameObjectOperation.json +2 -2
- package/json-schema/system/RetryPolicy.json +2 -2
- package/json-schema/system/RollbackPlan.json +2 -2
- package/json-schema/system/RouteHandlerMetadata.json +2 -2
- package/json-schema/system/RowLevelIsolationStrategy.json +2 -2
- package/json-schema/system/SMSTemplate.json +2 -2
- package/json-schema/system/SamplingDecision.json +2 -2
- package/json-schema/system/SamplingStrategyType.json +2 -2
- package/json-schema/system/Schedule.json +2 -2
- package/json-schema/system/SearchConfig.json +2 -2
- package/json-schema/system/SearchIndexConfig.json +2 -2
- package/json-schema/system/SearchProvider.json +2 -2
- package/json-schema/system/SecurityContextConfig.json +2 -2
- package/json-schema/system/SecurityEventCorrelation.json +2 -2
- package/json-schema/system/ServerCapabilities.json +2 -2
- package/json-schema/system/ServerEvent.json +2 -2
- package/json-schema/system/ServerEventType.json +2 -2
- package/json-schema/system/ServerStatus.json +2 -2
- package/json-schema/system/ServiceConfig.json +2 -2
- package/json-schema/system/ServiceCriticality.json +2 -2
- package/json-schema/system/ServiceLevelIndicator.json +2 -2
- package/json-schema/system/ServiceLevelObjective.json +2 -2
- package/json-schema/system/ServiceStatus.json +2 -2
- package/json-schema/system/SocialProviderConfig.json +2 -2
- package/json-schema/system/Span.json +2 -2
- package/json-schema/system/SpanAttributeValue.json +2 -2
- package/json-schema/system/SpanAttributes.json +2 -2
- package/json-schema/system/SpanEvent.json +2 -2
- package/json-schema/system/SpanKind.json +2 -2
- package/json-schema/system/SpanLink.json +2 -2
- package/json-schema/system/SpanStatus.json +2 -2
- package/json-schema/system/StorageAcl.json +2 -2
- package/json-schema/system/StorageClass.json +2 -2
- package/json-schema/system/StorageConnection.json +2 -2
- package/json-schema/system/StorageProvider.json +2 -2
- package/json-schema/system/StorageScope.json +2 -2
- package/json-schema/system/StructuredLogEntry.json +2 -2
- package/json-schema/system/SupplierAssessmentStatus.json +2 -2
- package/json-schema/system/SupplierRiskLevel.json +2 -2
- package/json-schema/system/SupplierSecurityAssessment.json +2 -2
- package/json-schema/system/SupplierSecurityPolicy.json +2 -2
- package/json-schema/system/SupplierSecurityRequirement.json +2 -2
- package/json-schema/system/SuspiciousActivityRule.json +2 -2
- package/json-schema/system/Task.json +2 -2
- package/json-schema/system/TaskExecutionResult.json +2 -2
- package/json-schema/system/TaskPriority.json +2 -2
- package/json-schema/system/TaskRetryPolicy.json +2 -2
- package/json-schema/system/TaskStatus.json +2 -2
- package/json-schema/system/Tenant.json +2 -2
- package/json-schema/system/TenantConnectionConfig.json +2 -2
- package/json-schema/system/TenantIsolationConfig.json +2 -2
- package/json-schema/system/TenantIsolationLevel.json +2 -2
- package/json-schema/system/TenantPlan.json +2 -2
- package/json-schema/system/TenantProvisioningRequest.json +2 -2
- package/json-schema/system/TenantProvisioningResult.json +2 -2
- package/json-schema/system/TenantProvisioningStatusEnum.json +2 -2
- package/json-schema/system/TenantQuota.json +2 -2
- package/json-schema/system/TenantRegion.json +2 -2
- package/json-schema/system/TenantSecurityPolicy.json +2 -2
- package/json-schema/system/TenantUsage.json +2 -2
- package/json-schema/system/TextCRDTOperation.json +2 -2
- package/json-schema/system/TextCRDTState.json +2 -2
- package/json-schema/system/TimeSeries.json +2 -2
- package/json-schema/system/TimeSeriesDataPoint.json +2 -2
- package/json-schema/system/TopicConfig.json +2 -2
- package/json-schema/system/TraceContext.json +2 -2
- package/json-schema/system/TraceContextPropagation.json +2 -2
- package/json-schema/system/TraceFlags.json +2 -2
- package/json-schema/system/TracePropagationFormat.json +2 -2
- package/json-schema/system/TraceSamplingConfig.json +2 -2
- package/json-schema/system/TraceState.json +2 -2
- package/json-schema/system/TracingConfig.json +2 -2
- package/json-schema/system/TrainingCategory.json +2 -2
- package/json-schema/system/TrainingCompletionStatus.json +2 -2
- package/json-schema/system/TrainingCourse.json +2 -2
- package/json-schema/system/TrainingPlan.json +2 -2
- package/json-schema/system/TrainingRecord.json +2 -2
- package/json-schema/system/TranslationBundle.json +2 -2
- package/json-schema/system/TranslationConfig.json +2 -2
- package/json-schema/system/TranslationCoverageResult.json +2 -2
- package/json-schema/system/TranslationData.json +2 -2
- package/json-schema/system/TranslationDiffItem.json +2 -2
- package/json-schema/system/TranslationDiffStatus.json +2 -2
- package/json-schema/system/TranslationFileOrganization.json +2 -2
- package/json-schema/system/UserActivityStatus.json +2 -2
- package/json-schema/system/VectorClock.json +2 -2
- package/json-schema/system/WorkerStats.json +2 -2
- package/json-schema/ui/AIChatWindowProps.json +2 -2
- package/json-schema/ui/ActionNavItem.json +2 -2
- package/json-schema/ui/ActionParam.json +2 -2
- package/json-schema/ui/ActionType.json +2 -2
- package/json-schema/ui/AddRecordConfig.json +2 -2
- package/json-schema/ui/Animation.json +2 -2
- package/json-schema/ui/AnimationTrigger.json +2 -2
- package/json-schema/ui/App.json +2 -2
- package/json-schema/ui/AppBranding.json +2 -2
- package/json-schema/ui/AppearanceConfig.json +2 -2
- package/json-schema/ui/AriaProps.json +2 -2
- package/json-schema/ui/BlankPageLayout.json +2 -2
- package/json-schema/ui/BlankPageLayoutItem.json +2 -2
- package/json-schema/ui/BorderRadius.json +2 -2
- package/json-schema/ui/BreakpointColumnMap.json +2 -2
- package/json-schema/ui/BreakpointName.json +2 -2
- package/json-schema/ui/BreakpointOrderMap.json +2 -2
- package/json-schema/ui/Breakpoints.json +2 -2
- package/json-schema/ui/CalendarConfig.json +2 -2
- package/json-schema/ui/ChartAnnotation.json +2 -2
- package/json-schema/ui/ChartAxis.json +2 -2
- package/json-schema/ui/ChartConfig.json +2 -2
- package/json-schema/ui/ChartInteraction.json +2 -2
- package/json-schema/ui/ChartSeries.json +2 -2
- package/json-schema/ui/ChartType.json +2 -2
- package/json-schema/ui/ColorPalette.json +2 -2
- package/json-schema/ui/ColumnSummary.json +2 -2
- package/json-schema/ui/ComponentAnimation.json +2 -2
- package/json-schema/ui/ConflictResolution.json +2 -2
- package/json-schema/ui/Dashboard.json +2 -2
- package/json-schema/ui/DashboardHeader.json +2 -2
- package/json-schema/ui/DashboardHeaderAction.json +2 -2
- package/json-schema/ui/DashboardNavItem.json +2 -2
- package/json-schema/ui/DashboardWidget.json +2 -2
- package/json-schema/ui/DateFormat.json +2 -2
- package/json-schema/ui/DensityMode.json +2 -2
- package/json-schema/ui/DndConfig.json +2 -2
- package/json-schema/ui/DragConstraint.json +2 -2
- package/json-schema/ui/DragHandle.json +2 -2
- package/json-schema/ui/DragItem.json +2 -2
- package/json-schema/ui/DropEffect.json +2 -2
- package/json-schema/ui/DropZone.json +2 -2
- package/json-schema/ui/EasingFunction.json +2 -2
- package/json-schema/ui/ElementButtonProps.json +2 -2
- package/json-schema/ui/ElementDataSource.json +2 -2
- package/json-schema/ui/ElementFilterProps.json +2 -2
- package/json-schema/ui/ElementFormProps.json +2 -2
- package/json-schema/ui/ElementImageProps.json +2 -2
- package/json-schema/ui/ElementNumberProps.json +2 -2
- package/json-schema/ui/ElementRecordPickerProps.json +2 -2
- package/json-schema/ui/ElementTextProps.json +2 -2
- package/json-schema/ui/EmbedConfig.json +2 -2
- package/json-schema/ui/EvictionPolicy.json +2 -2
- package/json-schema/ui/FocusManagement.json +2 -2
- package/json-schema/ui/FocusTrapConfig.json +2 -2
- package/json-schema/ui/FormField.json +2 -2
- package/json-schema/ui/GalleryConfig.json +2 -2
- package/json-schema/ui/GanttConfig.json +2 -2
- package/json-schema/ui/GestureConfig.json +2 -2
- package/json-schema/ui/GestureType.json +2 -2
- package/json-schema/ui/GlobalFilter.json +2 -2
- package/json-schema/ui/GlobalFilterOptionsFrom.json +2 -2
- package/json-schema/ui/GroupNavItem.json +2 -2
- package/json-schema/ui/GroupingConfig.json +2 -2
- package/json-schema/ui/GroupingField.json +2 -2
- package/json-schema/ui/HttpMethod.json +2 -2
- package/json-schema/ui/HttpRequest.json +2 -2
- package/json-schema/ui/I18nLabel.json +2 -2
- package/json-schema/ui/I18nObject.json +2 -2
- package/json-schema/ui/InterfacePageConfig.json +2 -2
- package/json-schema/ui/KanbanConfig.json +2 -2
- package/json-schema/ui/KeyboardNavigationConfig.json +2 -2
- package/json-schema/ui/KeyboardShortcut.json +2 -2
- package/json-schema/ui/ListColumn.json +2 -2
- package/json-schema/ui/ListView.json +2 -2
- package/json-schema/ui/LocaleConfig.json +2 -2
- package/json-schema/ui/LongPressGestureConfig.json +2 -2
- package/json-schema/ui/MotionConfig.json +2 -2
- package/json-schema/ui/NavigationArea.json +2 -2
- package/json-schema/ui/NavigationConfig.json +2 -2
- package/json-schema/ui/NavigationItem.json +2 -2
- package/json-schema/ui/NavigationMode.json +2 -2
- package/json-schema/ui/Notification.json +2 -2
- package/json-schema/ui/NotificationAction.json +2 -2
- package/json-schema/ui/NotificationConfig.json +2 -2
- package/json-schema/ui/NotificationPosition.json +2 -2
- package/json-schema/ui/NotificationSeverity.json +2 -2
- package/json-schema/ui/NotificationType.json +2 -2
- package/json-schema/ui/NumberFormat.json +2 -2
- package/json-schema/ui/ObjectNavItem.json +2 -2
- package/json-schema/ui/OfflineCacheConfig.json +2 -2
- package/json-schema/ui/OfflineConfig.json +2 -2
- package/json-schema/ui/OfflineStrategy.json +2 -2
- package/json-schema/ui/Page.json +2 -2
- package/json-schema/ui/PageAccordionProps.json +2 -2
- package/json-schema/ui/PageCardProps.json +2 -2
- package/json-schema/ui/PageComponent.json +2 -2
- package/json-schema/ui/PageComponentType.json +2 -2
- package/json-schema/ui/PageHeaderProps.json +2 -2
- package/json-schema/ui/PageNavItem.json +2 -2
- package/json-schema/ui/PageRegion.json +2 -2
- package/json-schema/ui/PageTabsProps.json +2 -2
- package/json-schema/ui/PageTransition.json +2 -2
- package/json-schema/ui/PageType.json +2 -2
- package/json-schema/ui/PageVariable.json +2 -2
- package/json-schema/ui/PaginationConfig.json +2 -2
- package/json-schema/ui/PerformanceConfig.json +2 -2
- package/json-schema/ui/PersistStorage.json +2 -2
- package/json-schema/ui/PinchGestureConfig.json +2 -2
- package/json-schema/ui/PluralRule.json +2 -2
- package/json-schema/ui/RecordActivityProps.json +2 -2
- package/json-schema/ui/RecordChatterProps.json +2 -2
- package/json-schema/ui/RecordDetailsProps.json +2 -2
- package/json-schema/ui/RecordHighlightsProps.json +2 -2
- package/json-schema/ui/RecordPathProps.json +2 -2
- package/json-schema/ui/RecordRelatedListProps.json +2 -2
- package/json-schema/ui/RecordReviewConfig.json +2 -2
- package/json-schema/ui/Report.json +2 -2
- package/json-schema/ui/ReportChart.json +2 -2
- package/json-schema/ui/ReportColumn.json +2 -2
- package/json-schema/ui/ReportGrouping.json +2 -2
- package/json-schema/ui/ReportNavItem.json +2 -2
- package/json-schema/ui/ReportType.json +2 -2
- package/json-schema/ui/ResponsiveConfig.json +2 -2
- package/json-schema/ui/RowColorConfig.json +2 -2
- package/json-schema/ui/RowHeight.json +2 -2
- package/json-schema/ui/SelectionConfig.json +2 -2
- package/json-schema/ui/Shadow.json +2 -2
- package/json-schema/ui/SharingConfig.json +2 -2
- package/json-schema/ui/Spacing.json +2 -2
- package/json-schema/ui/SwipeDirection.json +2 -2
- package/json-schema/ui/SwipeGestureConfig.json +2 -2
- package/json-schema/ui/SyncConfig.json +2 -2
- package/json-schema/ui/Theme.json +2 -2
- package/json-schema/ui/ThemeMode.json +2 -2
- package/json-schema/ui/TimelineConfig.json +2 -2
- package/json-schema/ui/TouchInteraction.json +2 -2
- package/json-schema/ui/TouchTargetConfig.json +2 -2
- package/json-schema/ui/TransitionConfig.json +2 -2
- package/json-schema/ui/TransitionPreset.json +2 -2
- package/json-schema/ui/Typography.json +2 -2
- package/json-schema/ui/UrlNavItem.json +2 -2
- package/json-schema/ui/UserActionsConfig.json +2 -2
- package/json-schema/ui/ViewData.json +2 -2
- package/json-schema/ui/ViewFilterRule.json +2 -2
- package/json-schema/ui/ViewSharing.json +2 -2
- package/json-schema/ui/ViewTab.json +2 -2
- package/json-schema/ui/VisualizationType.json +2 -2
- package/json-schema/ui/WcagContrastLevel.json +2 -2
- package/json-schema/ui/WidgetActionType.json +2 -2
- package/json-schema/ui/WidgetColorVariant.json +2 -2
- package/json-schema/ui/WidgetEvent.json +2 -2
- package/json-schema/ui/WidgetLifecycle.json +2 -2
- package/json-schema/ui/WidgetManifest.json +2 -2
- package/json-schema/ui/WidgetMeasure.json +2 -2
- package/json-schema/ui/WidgetProperty.json +2 -2
- package/json-schema/ui/WidgetSource.json +2 -2
- package/json-schema/ui/ZIndex.json +2 -2
- package/package.json +6 -5
- package/dist/{app-install.zod-7DlLx-js.d.mts → app-install.zod-Cq61-HsS.d.mts} +2 -2
- package/dist/{app-install.zod-7DlLx-js.d.ts → app-install.zod-Cq61-HsS.d.ts} +2 -2
- package/dist/{execution.zod-BDSclvmn.d.mts → execution.zod-C-p7jwk1.d.mts} +3 -3
- package/dist/{execution.zod-BDSclvmn.d.ts → execution.zod-C-p7jwk1.d.ts} +3 -3
- package/dist/{index-GhD9B3Lr.d.mts → index-DlwJCmK3.d.mts} +2 -2
- package/dist/{index-GhD9B3Lr.d.ts → index-DlwJCmK3.d.ts} +2 -2
- package/dist/{index-P3ObzBdq.d.ts → index-b_6YhcoG.d.mts} +1 -1
- package/dist/{index-P3ObzBdq.d.mts → index-b_6YhcoG.d.ts} +1 -1
- package/dist/{package-registry.zod-DeXhB8jL.d.mts → package-registry.zod-DDWSf5sI.d.mts} +23 -23
- package/dist/{package-registry.zod-DeXhB8jL.d.ts → package-registry.zod-DDWSf5sI.d.ts} +23 -23
- package/dist/{subscription.zod-CIf7oeH1.d.ts → subscription.zod-CZkmUAf-.d.ts} +4 -4
- package/dist/{subscription.zod-BlxBx8BU.d.mts → subscription.zod-uiyhRkfQ.d.mts} +4 -4
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Q as QueryAST, F as FieldType } from './field.zod-D_DIgcSq.js';
|
|
2
2
|
import { z } from 'zod';
|
|
3
|
-
import { L as ListPackagesRequest, a as ListPackagesResponse, G as GetPackageRequest, b as GetPackageResponse, I as InstallPackageRequest, c as InstallPackageResponse, U as UninstallPackageRequest, d as UninstallPackageResponse, E as EnablePackageRequest, e as EnablePackageResponse, D as DisablePackageRequest, f as DisablePackageResponse, g as DisablePackageRequestSchema, h as DisablePackageResponseSchema, i as EnablePackageRequestSchema, j as EnablePackageResponseSchema, k as GetPackageRequestSchema, l as GetPackageResponseSchema, m as InstallPackageRequestSchema, n as InstallPackageResponseSchema, o as InstalledPackage, p as ListPackagesRequestSchema, q as ListPackagesResponseSchema, P as PackageStatus, r as UninstallPackageRequestSchema, s as UninstallPackageResponseSchema } from './package-registry.zod-
|
|
4
|
-
import { B as BaseValidationRuleShape, S as ServiceObject } from './object.zod-
|
|
3
|
+
import { L as ListPackagesRequest, a as ListPackagesResponse, G as GetPackageRequest, b as GetPackageResponse, I as InstallPackageRequest, c as InstallPackageResponse, U as UninstallPackageRequest, d as UninstallPackageResponse, E as EnablePackageRequest, e as EnablePackageResponse, D as DisablePackageRequest, f as DisablePackageResponse, g as DisablePackageRequestSchema, h as DisablePackageResponseSchema, i as EnablePackageRequestSchema, j as EnablePackageResponseSchema, k as GetPackageRequestSchema, l as GetPackageResponseSchema, m as InstallPackageRequestSchema, n as InstallPackageResponseSchema, o as InstalledPackage, p as ListPackagesRequestSchema, q as ListPackagesResponseSchema, P as PackageStatus, r as UninstallPackageRequestSchema, s as UninstallPackageResponseSchema } from './package-registry.zod-DDWSf5sI.js';
|
|
4
|
+
import { B as BaseValidationRuleShape, S as ServiceObject } from './object.zod-DyPOwmkG.js';
|
|
5
5
|
import { S as StateNodeConfig } from './state-machine.zod-DoC0JvQb.js';
|
|
6
6
|
import { C as CreateExportJobRequest, a as CreateExportJobRequestSchema, b as CreateExportJobResponse, c as CreateExportJobResponseSchema, D as DeduplicationStrategy, E as ExportApiContracts, d as ExportFormat, e as ExportImportTemplate, f as ExportImportTemplateSchema, g as ExportJobProgress, h as ExportJobProgressSchema, i as ExportJobStatus, j as ExportJobSummary, k as ExportJobSummarySchema, F as FieldMappingEntry, l as FieldMappingEntrySchema, G as GetExportJobDownloadRequest, m as GetExportJobDownloadRequestSchema, n as GetExportJobDownloadResponse, o as GetExportJobDownloadResponseSchema, I as ImportValidationConfig, p as ImportValidationConfigSchema, q as ImportValidationMode, r as ImportValidationResult, s as ImportValidationResultSchema, L as ListExportJobsRequest, t as ListExportJobsRequestSchema, u as ListExportJobsResponse, v as ListExportJobsResponseSchema, S as ScheduleExportRequest, w as ScheduleExportRequestSchema, x as ScheduleExportResponse, y as ScheduleExportResponseSchema, z as ScheduledExport, A as ScheduledExportSchema } from './export.zod-D4NQy11G.js';
|
|
7
7
|
import { H as HttpMethod } from './http.zod-D7ZTstT3.js';
|
|
@@ -559,8 +559,8 @@ declare const ApiEndpointSchema: z.ZodObject<{
|
|
|
559
559
|
summary: z.ZodOptional<z.ZodString>;
|
|
560
560
|
description: z.ZodOptional<z.ZodString>;
|
|
561
561
|
type: z.ZodEnum<{
|
|
562
|
-
script: "script";
|
|
563
562
|
flow: "flow";
|
|
563
|
+
script: "script";
|
|
564
564
|
proxy: "proxy";
|
|
565
565
|
object_operation: "object_operation";
|
|
566
566
|
}>;
|
|
@@ -608,8 +608,8 @@ declare const ApiEndpoint: z.ZodObject<{
|
|
|
608
608
|
summary: z.ZodOptional<z.ZodString>;
|
|
609
609
|
description: z.ZodOptional<z.ZodString>;
|
|
610
610
|
type: z.ZodEnum<{
|
|
611
|
-
script: "script";
|
|
612
611
|
flow: "flow";
|
|
612
|
+
script: "script";
|
|
613
613
|
proxy: "proxy";
|
|
614
614
|
object_operation: "object_operation";
|
|
615
615
|
}>;
|
|
@@ -873,6 +873,153 @@ declare const RouteHealthReportSchema: z.ZodObject<{
|
|
|
873
873
|
}, z.core.$strip>;
|
|
874
874
|
type RouteHealthReport = z.infer<typeof RouteHealthReportSchema>;
|
|
875
875
|
|
|
876
|
+
/**
|
|
877
|
+
* Metadata Event Types
|
|
878
|
+
*
|
|
879
|
+
* Triggered when metadata items are created, updated, or deleted.
|
|
880
|
+
* Follows the pattern: `metadata.{type}.{action}`
|
|
881
|
+
*
|
|
882
|
+
* Examples:
|
|
883
|
+
* - `metadata.object.created` - A new object was created
|
|
884
|
+
* - `metadata.view.updated` - A view was updated
|
|
885
|
+
* - `metadata.agent.deleted` - An agent was deleted
|
|
886
|
+
*/
|
|
887
|
+
declare const MetadataEventType: z.ZodEnum<{
|
|
888
|
+
"metadata.object.created": "metadata.object.created";
|
|
889
|
+
"metadata.object.updated": "metadata.object.updated";
|
|
890
|
+
"metadata.object.deleted": "metadata.object.deleted";
|
|
891
|
+
"metadata.field.created": "metadata.field.created";
|
|
892
|
+
"metadata.field.updated": "metadata.field.updated";
|
|
893
|
+
"metadata.field.deleted": "metadata.field.deleted";
|
|
894
|
+
"metadata.view.created": "metadata.view.created";
|
|
895
|
+
"metadata.view.updated": "metadata.view.updated";
|
|
896
|
+
"metadata.view.deleted": "metadata.view.deleted";
|
|
897
|
+
"metadata.app.created": "metadata.app.created";
|
|
898
|
+
"metadata.app.updated": "metadata.app.updated";
|
|
899
|
+
"metadata.app.deleted": "metadata.app.deleted";
|
|
900
|
+
"metadata.agent.created": "metadata.agent.created";
|
|
901
|
+
"metadata.agent.updated": "metadata.agent.updated";
|
|
902
|
+
"metadata.agent.deleted": "metadata.agent.deleted";
|
|
903
|
+
"metadata.tool.created": "metadata.tool.created";
|
|
904
|
+
"metadata.tool.updated": "metadata.tool.updated";
|
|
905
|
+
"metadata.tool.deleted": "metadata.tool.deleted";
|
|
906
|
+
"metadata.flow.created": "metadata.flow.created";
|
|
907
|
+
"metadata.flow.updated": "metadata.flow.updated";
|
|
908
|
+
"metadata.flow.deleted": "metadata.flow.deleted";
|
|
909
|
+
"metadata.action.created": "metadata.action.created";
|
|
910
|
+
"metadata.action.updated": "metadata.action.updated";
|
|
911
|
+
"metadata.action.deleted": "metadata.action.deleted";
|
|
912
|
+
"metadata.workflow.created": "metadata.workflow.created";
|
|
913
|
+
"metadata.workflow.updated": "metadata.workflow.updated";
|
|
914
|
+
"metadata.workflow.deleted": "metadata.workflow.deleted";
|
|
915
|
+
"metadata.dashboard.created": "metadata.dashboard.created";
|
|
916
|
+
"metadata.dashboard.updated": "metadata.dashboard.updated";
|
|
917
|
+
"metadata.dashboard.deleted": "metadata.dashboard.deleted";
|
|
918
|
+
"metadata.report.created": "metadata.report.created";
|
|
919
|
+
"metadata.report.updated": "metadata.report.updated";
|
|
920
|
+
"metadata.report.deleted": "metadata.report.deleted";
|
|
921
|
+
"metadata.role.created": "metadata.role.created";
|
|
922
|
+
"metadata.role.updated": "metadata.role.updated";
|
|
923
|
+
"metadata.role.deleted": "metadata.role.deleted";
|
|
924
|
+
"metadata.permission.created": "metadata.permission.created";
|
|
925
|
+
"metadata.permission.updated": "metadata.permission.updated";
|
|
926
|
+
"metadata.permission.deleted": "metadata.permission.deleted";
|
|
927
|
+
}>;
|
|
928
|
+
type MetadataEventType = z.infer<typeof MetadataEventType>;
|
|
929
|
+
/**
|
|
930
|
+
* Data Event Types
|
|
931
|
+
*
|
|
932
|
+
* Triggered when data records are created, updated, or deleted.
|
|
933
|
+
* Follows the pattern: `data.record.{action}`
|
|
934
|
+
*/
|
|
935
|
+
declare const DataEventType: z.ZodEnum<{
|
|
936
|
+
"data.record.created": "data.record.created";
|
|
937
|
+
"data.record.updated": "data.record.updated";
|
|
938
|
+
"data.record.deleted": "data.record.deleted";
|
|
939
|
+
"data.field.changed": "data.field.changed";
|
|
940
|
+
}>;
|
|
941
|
+
type DataEventType = z.infer<typeof DataEventType>;
|
|
942
|
+
/**
|
|
943
|
+
* Metadata Event Payload
|
|
944
|
+
*
|
|
945
|
+
* Represents a metadata change event (create, update, delete).
|
|
946
|
+
* Used for real-time synchronization of metadata across clients.
|
|
947
|
+
*/
|
|
948
|
+
declare const MetadataEventSchema: z.ZodObject<{
|
|
949
|
+
id: z.ZodString;
|
|
950
|
+
type: z.ZodEnum<{
|
|
951
|
+
"metadata.object.created": "metadata.object.created";
|
|
952
|
+
"metadata.object.updated": "metadata.object.updated";
|
|
953
|
+
"metadata.object.deleted": "metadata.object.deleted";
|
|
954
|
+
"metadata.field.created": "metadata.field.created";
|
|
955
|
+
"metadata.field.updated": "metadata.field.updated";
|
|
956
|
+
"metadata.field.deleted": "metadata.field.deleted";
|
|
957
|
+
"metadata.view.created": "metadata.view.created";
|
|
958
|
+
"metadata.view.updated": "metadata.view.updated";
|
|
959
|
+
"metadata.view.deleted": "metadata.view.deleted";
|
|
960
|
+
"metadata.app.created": "metadata.app.created";
|
|
961
|
+
"metadata.app.updated": "metadata.app.updated";
|
|
962
|
+
"metadata.app.deleted": "metadata.app.deleted";
|
|
963
|
+
"metadata.agent.created": "metadata.agent.created";
|
|
964
|
+
"metadata.agent.updated": "metadata.agent.updated";
|
|
965
|
+
"metadata.agent.deleted": "metadata.agent.deleted";
|
|
966
|
+
"metadata.tool.created": "metadata.tool.created";
|
|
967
|
+
"metadata.tool.updated": "metadata.tool.updated";
|
|
968
|
+
"metadata.tool.deleted": "metadata.tool.deleted";
|
|
969
|
+
"metadata.flow.created": "metadata.flow.created";
|
|
970
|
+
"metadata.flow.updated": "metadata.flow.updated";
|
|
971
|
+
"metadata.flow.deleted": "metadata.flow.deleted";
|
|
972
|
+
"metadata.action.created": "metadata.action.created";
|
|
973
|
+
"metadata.action.updated": "metadata.action.updated";
|
|
974
|
+
"metadata.action.deleted": "metadata.action.deleted";
|
|
975
|
+
"metadata.workflow.created": "metadata.workflow.created";
|
|
976
|
+
"metadata.workflow.updated": "metadata.workflow.updated";
|
|
977
|
+
"metadata.workflow.deleted": "metadata.workflow.deleted";
|
|
978
|
+
"metadata.dashboard.created": "metadata.dashboard.created";
|
|
979
|
+
"metadata.dashboard.updated": "metadata.dashboard.updated";
|
|
980
|
+
"metadata.dashboard.deleted": "metadata.dashboard.deleted";
|
|
981
|
+
"metadata.report.created": "metadata.report.created";
|
|
982
|
+
"metadata.report.updated": "metadata.report.updated";
|
|
983
|
+
"metadata.report.deleted": "metadata.report.deleted";
|
|
984
|
+
"metadata.role.created": "metadata.role.created";
|
|
985
|
+
"metadata.role.updated": "metadata.role.updated";
|
|
986
|
+
"metadata.role.deleted": "metadata.role.deleted";
|
|
987
|
+
"metadata.permission.created": "metadata.permission.created";
|
|
988
|
+
"metadata.permission.updated": "metadata.permission.updated";
|
|
989
|
+
"metadata.permission.deleted": "metadata.permission.deleted";
|
|
990
|
+
}>;
|
|
991
|
+
metadataType: z.ZodString;
|
|
992
|
+
name: z.ZodString;
|
|
993
|
+
packageId: z.ZodOptional<z.ZodString>;
|
|
994
|
+
definition: z.ZodOptional<z.ZodUnknown>;
|
|
995
|
+
userId: z.ZodOptional<z.ZodString>;
|
|
996
|
+
timestamp: z.ZodString;
|
|
997
|
+
}, z.core.$strip>;
|
|
998
|
+
type MetadataEvent = z.infer<typeof MetadataEventSchema>;
|
|
999
|
+
/**
|
|
1000
|
+
* Data Event Payload
|
|
1001
|
+
*
|
|
1002
|
+
* Represents a data record change event (create, update, delete).
|
|
1003
|
+
* Used for real-time synchronization of data records across clients.
|
|
1004
|
+
*/
|
|
1005
|
+
declare const DataEventSchema: z.ZodObject<{
|
|
1006
|
+
id: z.ZodString;
|
|
1007
|
+
type: z.ZodEnum<{
|
|
1008
|
+
"data.record.created": "data.record.created";
|
|
1009
|
+
"data.record.updated": "data.record.updated";
|
|
1010
|
+
"data.record.deleted": "data.record.deleted";
|
|
1011
|
+
"data.field.changed": "data.field.changed";
|
|
1012
|
+
}>;
|
|
1013
|
+
object: z.ZodString;
|
|
1014
|
+
recordId: z.ZodString;
|
|
1015
|
+
changes: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1016
|
+
before: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1017
|
+
after: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1018
|
+
userId: z.ZodOptional<z.ZodString>;
|
|
1019
|
+
timestamp: z.ZodString;
|
|
1020
|
+
}, z.core.$strip>;
|
|
1021
|
+
type DataEvent = z.infer<typeof DataEventSchema>;
|
|
1022
|
+
|
|
876
1023
|
/**
|
|
877
1024
|
* Realtime Shared Protocol
|
|
878
1025
|
*
|
|
@@ -1817,9 +1964,9 @@ type WebSocketServerConfig = z.infer<typeof WebSocketServerConfigSchema>;
|
|
|
1817
1964
|
*/
|
|
1818
1965
|
declare const RouteCategory: z.ZodEnum<{
|
|
1819
1966
|
api: "api";
|
|
1967
|
+
webhook: "webhook";
|
|
1820
1968
|
system: "system";
|
|
1821
1969
|
static: "static";
|
|
1822
|
-
webhook: "webhook";
|
|
1823
1970
|
auth: "auth";
|
|
1824
1971
|
plugin: "plugin";
|
|
1825
1972
|
}>;
|
|
@@ -1841,9 +1988,9 @@ declare const RouteDefinitionSchema: z.ZodObject<{
|
|
|
1841
1988
|
path: z.ZodString;
|
|
1842
1989
|
category: z.ZodDefault<z.ZodEnum<{
|
|
1843
1990
|
api: "api";
|
|
1991
|
+
webhook: "webhook";
|
|
1844
1992
|
system: "system";
|
|
1845
1993
|
static: "static";
|
|
1846
|
-
webhook: "webhook";
|
|
1847
1994
|
auth: "auth";
|
|
1848
1995
|
plugin: "plugin";
|
|
1849
1996
|
}>>;
|
|
@@ -2457,8 +2604,8 @@ type GraphQLSubscriptionConfigInput = z.input<typeof GraphQLSubscriptionConfigSc
|
|
|
2457
2604
|
declare const GraphQLResolverConfigSchema: z.ZodObject<{
|
|
2458
2605
|
path: z.ZodString;
|
|
2459
2606
|
type: z.ZodEnum<{
|
|
2460
|
-
script: "script";
|
|
2461
2607
|
datasource: "datasource";
|
|
2608
|
+
script: "script";
|
|
2462
2609
|
proxy: "proxy";
|
|
2463
2610
|
computed: "computed";
|
|
2464
2611
|
}>;
|
|
@@ -3114,8 +3261,8 @@ declare const GraphQLConfigSchema: z.ZodObject<{
|
|
|
3114
3261
|
resolvers: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3115
3262
|
path: z.ZodString;
|
|
3116
3263
|
type: z.ZodEnum<{
|
|
3117
|
-
script: "script";
|
|
3118
3264
|
datasource: "datasource";
|
|
3265
|
+
script: "script";
|
|
3119
3266
|
proxy: "proxy";
|
|
3120
3267
|
computed: "computed";
|
|
3121
3268
|
}>;
|
|
@@ -3571,8 +3718,8 @@ declare const GraphQLConfig: z.ZodObject<{
|
|
|
3571
3718
|
resolvers: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3572
3719
|
path: z.ZodString;
|
|
3573
3720
|
type: z.ZodEnum<{
|
|
3574
|
-
script: "script";
|
|
3575
3721
|
datasource: "datasource";
|
|
3722
|
+
script: "script";
|
|
3576
3723
|
proxy: "proxy";
|
|
3577
3724
|
computed: "computed";
|
|
3578
3725
|
}>;
|
|
@@ -4442,9 +4589,9 @@ declare const CacheInvalidationTarget: z.ZodEnum<{
|
|
|
4442
4589
|
object: "object";
|
|
4443
4590
|
custom: "custom";
|
|
4444
4591
|
field: "field";
|
|
4592
|
+
permission: "permission";
|
|
4445
4593
|
all: "all";
|
|
4446
4594
|
layout: "layout";
|
|
4447
|
-
permission: "permission";
|
|
4448
4595
|
}>;
|
|
4449
4596
|
type CacheInvalidationTarget = z.infer<typeof CacheInvalidationTarget>;
|
|
4450
4597
|
/**
|
|
@@ -4464,9 +4611,9 @@ declare const CacheInvalidationRequestSchema: z.ZodObject<{
|
|
|
4464
4611
|
object: "object";
|
|
4465
4612
|
custom: "custom";
|
|
4466
4613
|
field: "field";
|
|
4614
|
+
permission: "permission";
|
|
4467
4615
|
all: "all";
|
|
4468
4616
|
layout: "layout";
|
|
4469
|
-
permission: "permission";
|
|
4470
4617
|
}>;
|
|
4471
4618
|
identifiers: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
4472
4619
|
cascade: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
@@ -4558,9 +4705,9 @@ declare const MetadataCacheApi: {
|
|
|
4558
4705
|
object: "object";
|
|
4559
4706
|
custom: "custom";
|
|
4560
4707
|
field: "field";
|
|
4708
|
+
permission: "permission";
|
|
4561
4709
|
all: "all";
|
|
4562
4710
|
layout: "layout";
|
|
4563
|
-
permission: "permission";
|
|
4564
4711
|
}>;
|
|
4565
4712
|
identifiers: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
4566
4713
|
cascade: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
@@ -5403,6 +5550,7 @@ declare const GetFeedResponseSchema: z.ZodObject<{
|
|
|
5403
5550
|
type: z.ZodEnum<{
|
|
5404
5551
|
file: "file";
|
|
5405
5552
|
email: "email";
|
|
5553
|
+
approval: "approval";
|
|
5406
5554
|
event: "event";
|
|
5407
5555
|
comment: "comment";
|
|
5408
5556
|
field_change: "field_change";
|
|
@@ -5411,7 +5559,6 @@ declare const GetFeedResponseSchema: z.ZodObject<{
|
|
|
5411
5559
|
note: "note";
|
|
5412
5560
|
record_create: "record_create";
|
|
5413
5561
|
record_delete: "record_delete";
|
|
5414
|
-
approval: "approval";
|
|
5415
5562
|
sharing: "sharing";
|
|
5416
5563
|
system: "system";
|
|
5417
5564
|
}>;
|
|
@@ -5489,6 +5636,7 @@ declare const CreateFeedItemRequestSchema: z.ZodObject<{
|
|
|
5489
5636
|
type: z.ZodEnum<{
|
|
5490
5637
|
file: "file";
|
|
5491
5638
|
email: "email";
|
|
5639
|
+
approval: "approval";
|
|
5492
5640
|
event: "event";
|
|
5493
5641
|
comment: "comment";
|
|
5494
5642
|
field_change: "field_change";
|
|
@@ -5497,7 +5645,6 @@ declare const CreateFeedItemRequestSchema: z.ZodObject<{
|
|
|
5497
5645
|
note: "note";
|
|
5498
5646
|
record_create: "record_create";
|
|
5499
5647
|
record_delete: "record_delete";
|
|
5500
|
-
approval: "approval";
|
|
5501
5648
|
sharing: "sharing";
|
|
5502
5649
|
system: "system";
|
|
5503
5650
|
}>;
|
|
@@ -5544,6 +5691,7 @@ declare const CreateFeedItemResponseSchema: z.ZodObject<{
|
|
|
5544
5691
|
type: z.ZodEnum<{
|
|
5545
5692
|
file: "file";
|
|
5546
5693
|
email: "email";
|
|
5694
|
+
approval: "approval";
|
|
5547
5695
|
event: "event";
|
|
5548
5696
|
comment: "comment";
|
|
5549
5697
|
field_change: "field_change";
|
|
@@ -5552,7 +5700,6 @@ declare const CreateFeedItemResponseSchema: z.ZodObject<{
|
|
|
5552
5700
|
note: "note";
|
|
5553
5701
|
record_create: "record_create";
|
|
5554
5702
|
record_delete: "record_delete";
|
|
5555
|
-
approval: "approval";
|
|
5556
5703
|
sharing: "sharing";
|
|
5557
5704
|
system: "system";
|
|
5558
5705
|
}>;
|
|
@@ -5666,6 +5813,7 @@ declare const UpdateFeedItemResponseSchema: z.ZodObject<{
|
|
|
5666
5813
|
type: z.ZodEnum<{
|
|
5667
5814
|
file: "file";
|
|
5668
5815
|
email: "email";
|
|
5816
|
+
approval: "approval";
|
|
5669
5817
|
event: "event";
|
|
5670
5818
|
comment: "comment";
|
|
5671
5819
|
field_change: "field_change";
|
|
@@ -5674,7 +5822,6 @@ declare const UpdateFeedItemResponseSchema: z.ZodObject<{
|
|
|
5674
5822
|
note: "note";
|
|
5675
5823
|
record_create: "record_create";
|
|
5676
5824
|
record_delete: "record_delete";
|
|
5677
|
-
approval: "approval";
|
|
5678
5825
|
sharing: "sharing";
|
|
5679
5826
|
system: "system";
|
|
5680
5827
|
}>;
|
|
@@ -6040,6 +6187,7 @@ declare const SearchFeedResponseSchema: z.ZodObject<{
|
|
|
6040
6187
|
type: z.ZodEnum<{
|
|
6041
6188
|
file: "file";
|
|
6042
6189
|
email: "email";
|
|
6190
|
+
approval: "approval";
|
|
6043
6191
|
event: "event";
|
|
6044
6192
|
comment: "comment";
|
|
6045
6193
|
field_change: "field_change";
|
|
@@ -6048,7 +6196,6 @@ declare const SearchFeedResponseSchema: z.ZodObject<{
|
|
|
6048
6196
|
note: "note";
|
|
6049
6197
|
record_create: "record_create";
|
|
6050
6198
|
record_delete: "record_delete";
|
|
6051
|
-
approval: "approval";
|
|
6052
6199
|
sharing: "sharing";
|
|
6053
6200
|
system: "system";
|
|
6054
6201
|
}>;
|
|
@@ -6219,11 +6366,11 @@ declare const SubscribeRequestSchema: z.ZodObject<{
|
|
|
6219
6366
|
object: z.ZodString;
|
|
6220
6367
|
recordId: z.ZodString;
|
|
6221
6368
|
events: z.ZodDefault<z.ZodArray<z.ZodEnum<{
|
|
6369
|
+
approval: "approval";
|
|
6222
6370
|
all: "all";
|
|
6223
6371
|
comment: "comment";
|
|
6224
6372
|
field_change: "field_change";
|
|
6225
6373
|
task: "task";
|
|
6226
|
-
approval: "approval";
|
|
6227
6374
|
mention: "mention";
|
|
6228
6375
|
}>>>;
|
|
6229
6376
|
channels: z.ZodDefault<z.ZodArray<z.ZodEnum<{
|
|
@@ -6257,11 +6404,11 @@ declare const SubscribeResponseSchema: z.ZodObject<{
|
|
|
6257
6404
|
recordId: z.ZodString;
|
|
6258
6405
|
userId: z.ZodString;
|
|
6259
6406
|
events: z.ZodDefault<z.ZodArray<z.ZodEnum<{
|
|
6407
|
+
approval: "approval";
|
|
6260
6408
|
all: "all";
|
|
6261
6409
|
comment: "comment";
|
|
6262
6410
|
field_change: "field_change";
|
|
6263
6411
|
task: "task";
|
|
6264
|
-
approval: "approval";
|
|
6265
6412
|
mention: "mention";
|
|
6266
6413
|
}>>>;
|
|
6267
6414
|
channels: z.ZodDefault<z.ZodArray<z.ZodEnum<{
|
|
@@ -6371,6 +6518,7 @@ declare const FeedApiContracts: {
|
|
|
6371
6518
|
type: z.ZodEnum<{
|
|
6372
6519
|
file: "file";
|
|
6373
6520
|
email: "email";
|
|
6521
|
+
approval: "approval";
|
|
6374
6522
|
event: "event";
|
|
6375
6523
|
comment: "comment";
|
|
6376
6524
|
field_change: "field_change";
|
|
@@ -6379,7 +6527,6 @@ declare const FeedApiContracts: {
|
|
|
6379
6527
|
note: "note";
|
|
6380
6528
|
record_create: "record_create";
|
|
6381
6529
|
record_delete: "record_delete";
|
|
6382
|
-
approval: "approval";
|
|
6383
6530
|
sharing: "sharing";
|
|
6384
6531
|
system: "system";
|
|
6385
6532
|
}>;
|
|
@@ -6454,6 +6601,7 @@ declare const FeedApiContracts: {
|
|
|
6454
6601
|
type: z.ZodEnum<{
|
|
6455
6602
|
file: "file";
|
|
6456
6603
|
email: "email";
|
|
6604
|
+
approval: "approval";
|
|
6457
6605
|
event: "event";
|
|
6458
6606
|
comment: "comment";
|
|
6459
6607
|
field_change: "field_change";
|
|
@@ -6462,7 +6610,6 @@ declare const FeedApiContracts: {
|
|
|
6462
6610
|
note: "note";
|
|
6463
6611
|
record_create: "record_create";
|
|
6464
6612
|
record_delete: "record_delete";
|
|
6465
|
-
approval: "approval";
|
|
6466
6613
|
sharing: "sharing";
|
|
6467
6614
|
system: "system";
|
|
6468
6615
|
}>;
|
|
@@ -6505,6 +6652,7 @@ declare const FeedApiContracts: {
|
|
|
6505
6652
|
type: z.ZodEnum<{
|
|
6506
6653
|
file: "file";
|
|
6507
6654
|
email: "email";
|
|
6655
|
+
approval: "approval";
|
|
6508
6656
|
event: "event";
|
|
6509
6657
|
comment: "comment";
|
|
6510
6658
|
field_change: "field_change";
|
|
@@ -6513,7 +6661,6 @@ declare const FeedApiContracts: {
|
|
|
6513
6661
|
note: "note";
|
|
6514
6662
|
record_create: "record_create";
|
|
6515
6663
|
record_delete: "record_delete";
|
|
6516
|
-
approval: "approval";
|
|
6517
6664
|
sharing: "sharing";
|
|
6518
6665
|
system: "system";
|
|
6519
6666
|
}>;
|
|
@@ -6620,6 +6767,7 @@ declare const FeedApiContracts: {
|
|
|
6620
6767
|
type: z.ZodEnum<{
|
|
6621
6768
|
file: "file";
|
|
6622
6769
|
email: "email";
|
|
6770
|
+
approval: "approval";
|
|
6623
6771
|
event: "event";
|
|
6624
6772
|
comment: "comment";
|
|
6625
6773
|
field_change: "field_change";
|
|
@@ -6628,7 +6776,6 @@ declare const FeedApiContracts: {
|
|
|
6628
6776
|
note: "note";
|
|
6629
6777
|
record_create: "record_create";
|
|
6630
6778
|
record_delete: "record_delete";
|
|
6631
|
-
approval: "approval";
|
|
6632
6779
|
sharing: "sharing";
|
|
6633
6780
|
system: "system";
|
|
6634
6781
|
}>;
|
|
@@ -6945,6 +7092,7 @@ declare const FeedApiContracts: {
|
|
|
6945
7092
|
type: z.ZodEnum<{
|
|
6946
7093
|
file: "file";
|
|
6947
7094
|
email: "email";
|
|
7095
|
+
approval: "approval";
|
|
6948
7096
|
event: "event";
|
|
6949
7097
|
comment: "comment";
|
|
6950
7098
|
field_change: "field_change";
|
|
@@ -6953,7 +7101,6 @@ declare const FeedApiContracts: {
|
|
|
6953
7101
|
note: "note";
|
|
6954
7102
|
record_create: "record_create";
|
|
6955
7103
|
record_delete: "record_delete";
|
|
6956
|
-
approval: "approval";
|
|
6957
7104
|
sharing: "sharing";
|
|
6958
7105
|
system: "system";
|
|
6959
7106
|
}>;
|
|
@@ -7086,11 +7233,11 @@ declare const FeedApiContracts: {
|
|
|
7086
7233
|
object: z.ZodString;
|
|
7087
7234
|
recordId: z.ZodString;
|
|
7088
7235
|
events: z.ZodDefault<z.ZodArray<z.ZodEnum<{
|
|
7236
|
+
approval: "approval";
|
|
7089
7237
|
all: "all";
|
|
7090
7238
|
comment: "comment";
|
|
7091
7239
|
field_change: "field_change";
|
|
7092
7240
|
task: "task";
|
|
7093
|
-
approval: "approval";
|
|
7094
7241
|
mention: "mention";
|
|
7095
7242
|
}>>>;
|
|
7096
7243
|
channels: z.ZodDefault<z.ZodArray<z.ZodEnum<{
|
|
@@ -7120,11 +7267,11 @@ declare const FeedApiContracts: {
|
|
|
7120
7267
|
recordId: z.ZodString;
|
|
7121
7268
|
userId: z.ZodString;
|
|
7122
7269
|
events: z.ZodDefault<z.ZodArray<z.ZodEnum<{
|
|
7270
|
+
approval: "approval";
|
|
7123
7271
|
all: "all";
|
|
7124
7272
|
comment: "comment";
|
|
7125
7273
|
field_change: "field_change";
|
|
7126
7274
|
task: "task";
|
|
7127
|
-
approval: "approval";
|
|
7128
7275
|
mention: "mention";
|
|
7129
7276
|
}>>>;
|
|
7130
7277
|
channels: z.ZodDefault<z.ZodArray<z.ZodEnum<{
|
|
@@ -7525,9 +7672,9 @@ declare const GetUiViewResponseSchema: z.ZodObject<{
|
|
|
7525
7672
|
navigation: z.ZodOptional<z.ZodObject<{
|
|
7526
7673
|
mode: z.ZodDefault<z.ZodEnum<{
|
|
7527
7674
|
split: "split";
|
|
7675
|
+
page: "page";
|
|
7528
7676
|
modal: "modal";
|
|
7529
7677
|
none: "none";
|
|
7530
|
-
page: "page";
|
|
7531
7678
|
drawer: "drawer";
|
|
7532
7679
|
popover: "popover";
|
|
7533
7680
|
new_window: "new_window";
|
|
@@ -7980,9 +8127,9 @@ declare const GetUiViewResponseSchema: z.ZodObject<{
|
|
|
7980
8127
|
navigation: z.ZodOptional<z.ZodObject<{
|
|
7981
8128
|
mode: z.ZodDefault<z.ZodEnum<{
|
|
7982
8129
|
split: "split";
|
|
8130
|
+
page: "page";
|
|
7983
8131
|
modal: "modal";
|
|
7984
8132
|
none: "none";
|
|
7985
|
-
page: "page";
|
|
7986
8133
|
drawer: "drawer";
|
|
7987
8134
|
popover: "popover";
|
|
7988
8135
|
new_window: "new_window";
|
|
@@ -8794,9 +8941,9 @@ declare const ListViewsResponseSchema: z.ZodObject<{
|
|
|
8794
8941
|
navigation: z.ZodOptional<z.ZodObject<{
|
|
8795
8942
|
mode: z.ZodDefault<z.ZodEnum<{
|
|
8796
8943
|
split: "split";
|
|
8944
|
+
page: "page";
|
|
8797
8945
|
modal: "modal";
|
|
8798
8946
|
none: "none";
|
|
8799
|
-
page: "page";
|
|
8800
8947
|
drawer: "drawer";
|
|
8801
8948
|
popover: "popover";
|
|
8802
8949
|
new_window: "new_window";
|
|
@@ -9249,9 +9396,9 @@ declare const ListViewsResponseSchema: z.ZodObject<{
|
|
|
9249
9396
|
navigation: z.ZodOptional<z.ZodObject<{
|
|
9250
9397
|
mode: z.ZodDefault<z.ZodEnum<{
|
|
9251
9398
|
split: "split";
|
|
9399
|
+
page: "page";
|
|
9252
9400
|
modal: "modal";
|
|
9253
9401
|
none: "none";
|
|
9254
|
-
page: "page";
|
|
9255
9402
|
drawer: "drawer";
|
|
9256
9403
|
popover: "popover";
|
|
9257
9404
|
new_window: "new_window";
|
|
@@ -9713,9 +9860,9 @@ declare const GetViewResponseSchema: z.ZodObject<{
|
|
|
9713
9860
|
navigation: z.ZodOptional<z.ZodObject<{
|
|
9714
9861
|
mode: z.ZodDefault<z.ZodEnum<{
|
|
9715
9862
|
split: "split";
|
|
9863
|
+
page: "page";
|
|
9716
9864
|
modal: "modal";
|
|
9717
9865
|
none: "none";
|
|
9718
|
-
page: "page";
|
|
9719
9866
|
drawer: "drawer";
|
|
9720
9867
|
popover: "popover";
|
|
9721
9868
|
new_window: "new_window";
|
|
@@ -10168,9 +10315,9 @@ declare const GetViewResponseSchema: z.ZodObject<{
|
|
|
10168
10315
|
navigation: z.ZodOptional<z.ZodObject<{
|
|
10169
10316
|
mode: z.ZodDefault<z.ZodEnum<{
|
|
10170
10317
|
split: "split";
|
|
10318
|
+
page: "page";
|
|
10171
10319
|
modal: "modal";
|
|
10172
10320
|
none: "none";
|
|
10173
|
-
page: "page";
|
|
10174
10321
|
drawer: "drawer";
|
|
10175
10322
|
popover: "popover";
|
|
10176
10323
|
new_window: "new_window";
|
|
@@ -10628,9 +10775,9 @@ declare const CreateViewRequestSchema: z.ZodObject<{
|
|
|
10628
10775
|
navigation: z.ZodOptional<z.ZodObject<{
|
|
10629
10776
|
mode: z.ZodDefault<z.ZodEnum<{
|
|
10630
10777
|
split: "split";
|
|
10778
|
+
page: "page";
|
|
10631
10779
|
modal: "modal";
|
|
10632
10780
|
none: "none";
|
|
10633
|
-
page: "page";
|
|
10634
10781
|
drawer: "drawer";
|
|
10635
10782
|
popover: "popover";
|
|
10636
10783
|
new_window: "new_window";
|
|
@@ -11083,9 +11230,9 @@ declare const CreateViewRequestSchema: z.ZodObject<{
|
|
|
11083
11230
|
navigation: z.ZodOptional<z.ZodObject<{
|
|
11084
11231
|
mode: z.ZodDefault<z.ZodEnum<{
|
|
11085
11232
|
split: "split";
|
|
11233
|
+
page: "page";
|
|
11086
11234
|
modal: "modal";
|
|
11087
11235
|
none: "none";
|
|
11088
|
-
page: "page";
|
|
11089
11236
|
drawer: "drawer";
|
|
11090
11237
|
popover: "popover";
|
|
11091
11238
|
new_window: "new_window";
|
|
@@ -11544,9 +11691,9 @@ declare const CreateViewResponseSchema: z.ZodObject<{
|
|
|
11544
11691
|
navigation: z.ZodOptional<z.ZodObject<{
|
|
11545
11692
|
mode: z.ZodDefault<z.ZodEnum<{
|
|
11546
11693
|
split: "split";
|
|
11694
|
+
page: "page";
|
|
11547
11695
|
modal: "modal";
|
|
11548
11696
|
none: "none";
|
|
11549
|
-
page: "page";
|
|
11550
11697
|
drawer: "drawer";
|
|
11551
11698
|
popover: "popover";
|
|
11552
11699
|
new_window: "new_window";
|
|
@@ -11999,9 +12146,9 @@ declare const CreateViewResponseSchema: z.ZodObject<{
|
|
|
11999
12146
|
navigation: z.ZodOptional<z.ZodObject<{
|
|
12000
12147
|
mode: z.ZodDefault<z.ZodEnum<{
|
|
12001
12148
|
split: "split";
|
|
12149
|
+
page: "page";
|
|
12002
12150
|
modal: "modal";
|
|
12003
12151
|
none: "none";
|
|
12004
|
-
page: "page";
|
|
12005
12152
|
drawer: "drawer";
|
|
12006
12153
|
popover: "popover";
|
|
12007
12154
|
new_window: "new_window";
|
|
@@ -12460,9 +12607,9 @@ declare const UpdateViewRequestSchema: z.ZodObject<{
|
|
|
12460
12607
|
navigation: z.ZodOptional<z.ZodObject<{
|
|
12461
12608
|
mode: z.ZodDefault<z.ZodEnum<{
|
|
12462
12609
|
split: "split";
|
|
12610
|
+
page: "page";
|
|
12463
12611
|
modal: "modal";
|
|
12464
12612
|
none: "none";
|
|
12465
|
-
page: "page";
|
|
12466
12613
|
drawer: "drawer";
|
|
12467
12614
|
popover: "popover";
|
|
12468
12615
|
new_window: "new_window";
|
|
@@ -12915,9 +13062,9 @@ declare const UpdateViewRequestSchema: z.ZodObject<{
|
|
|
12915
13062
|
navigation: z.ZodOptional<z.ZodObject<{
|
|
12916
13063
|
mode: z.ZodDefault<z.ZodEnum<{
|
|
12917
13064
|
split: "split";
|
|
13065
|
+
page: "page";
|
|
12918
13066
|
modal: "modal";
|
|
12919
13067
|
none: "none";
|
|
12920
|
-
page: "page";
|
|
12921
13068
|
drawer: "drawer";
|
|
12922
13069
|
popover: "popover";
|
|
12923
13070
|
new_window: "new_window";
|
|
@@ -13376,9 +13523,9 @@ declare const UpdateViewResponseSchema: z.ZodObject<{
|
|
|
13376
13523
|
navigation: z.ZodOptional<z.ZodObject<{
|
|
13377
13524
|
mode: z.ZodDefault<z.ZodEnum<{
|
|
13378
13525
|
split: "split";
|
|
13526
|
+
page: "page";
|
|
13379
13527
|
modal: "modal";
|
|
13380
13528
|
none: "none";
|
|
13381
|
-
page: "page";
|
|
13382
13529
|
drawer: "drawer";
|
|
13383
13530
|
popover: "popover";
|
|
13384
13531
|
new_window: "new_window";
|
|
@@ -13831,9 +13978,9 @@ declare const UpdateViewResponseSchema: z.ZodObject<{
|
|
|
13831
13978
|
navigation: z.ZodOptional<z.ZodObject<{
|
|
13832
13979
|
mode: z.ZodDefault<z.ZodEnum<{
|
|
13833
13980
|
split: "split";
|
|
13981
|
+
page: "page";
|
|
13834
13982
|
modal: "modal";
|
|
13835
13983
|
none: "none";
|
|
13836
|
-
page: "page";
|
|
13837
13984
|
drawer: "drawer";
|
|
13838
13985
|
popover: "popover";
|
|
13839
13986
|
new_window: "new_window";
|
|
@@ -15306,8 +15453,8 @@ declare const RouteGenerationConfigSchema: z.ZodObject<{
|
|
|
15306
15453
|
includeObjects: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
15307
15454
|
excludeObjects: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
15308
15455
|
nameTransform: z.ZodDefault<z.ZodEnum<{
|
|
15309
|
-
none: "none";
|
|
15310
15456
|
plural: "plural";
|
|
15457
|
+
none: "none";
|
|
15311
15458
|
"kebab-case": "kebab-case";
|
|
15312
15459
|
camelCase: "camelCase";
|
|
15313
15460
|
}>>;
|
|
@@ -15570,8 +15717,8 @@ declare const RestServerConfigSchema: z.ZodObject<{
|
|
|
15570
15717
|
includeObjects: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
15571
15718
|
excludeObjects: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
15572
15719
|
nameTransform: z.ZodDefault<z.ZodEnum<{
|
|
15573
|
-
none: "none";
|
|
15574
15720
|
plural: "plural";
|
|
15721
|
+
none: "none";
|
|
15575
15722
|
"kebab-case": "kebab-case";
|
|
15576
15723
|
camelCase: "camelCase";
|
|
15577
15724
|
}>>;
|
|
@@ -15886,8 +16033,8 @@ declare const RestServerConfig: z.ZodObject<{
|
|
|
15886
16033
|
includeObjects: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
15887
16034
|
excludeObjects: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
15888
16035
|
nameTransform: z.ZodDefault<z.ZodEnum<{
|
|
15889
|
-
none: "none";
|
|
15890
16036
|
plural: "plural";
|
|
16037
|
+
none: "none";
|
|
15891
16038
|
"kebab-case": "kebab-case";
|
|
15892
16039
|
camelCase: "camelCase";
|
|
15893
16040
|
}>>;
|
|
@@ -15987,11 +16134,11 @@ declare const RestServerConfig: z.ZodObject<{
|
|
|
15987
16134
|
*/
|
|
15988
16135
|
declare const ApiProtocolType: z.ZodEnum<{
|
|
15989
16136
|
file: "file";
|
|
16137
|
+
webhook: "webhook";
|
|
15990
16138
|
metadata: "metadata";
|
|
15991
16139
|
odata: "odata";
|
|
15992
16140
|
graphql: "graphql";
|
|
15993
16141
|
websocket: "websocket";
|
|
15994
|
-
webhook: "webhook";
|
|
15995
16142
|
auth: "auth";
|
|
15996
16143
|
plugin: "plugin";
|
|
15997
16144
|
rest: "rest";
|
|
@@ -16406,11 +16553,11 @@ declare const ApiRegistryEntrySchema: z.ZodObject<{
|
|
|
16406
16553
|
name: z.ZodString;
|
|
16407
16554
|
type: z.ZodEnum<{
|
|
16408
16555
|
file: "file";
|
|
16556
|
+
webhook: "webhook";
|
|
16409
16557
|
metadata: "metadata";
|
|
16410
16558
|
odata: "odata";
|
|
16411
16559
|
graphql: "graphql";
|
|
16412
16560
|
websocket: "websocket";
|
|
16413
|
-
webhook: "webhook";
|
|
16414
16561
|
auth: "auth";
|
|
16415
16562
|
plugin: "plugin";
|
|
16416
16563
|
rest: "rest";
|
|
@@ -16617,11 +16764,11 @@ declare const ApiRegistrySchema: z.ZodObject<{
|
|
|
16617
16764
|
name: z.ZodString;
|
|
16618
16765
|
type: z.ZodEnum<{
|
|
16619
16766
|
file: "file";
|
|
16767
|
+
webhook: "webhook";
|
|
16620
16768
|
metadata: "metadata";
|
|
16621
16769
|
odata: "odata";
|
|
16622
16770
|
graphql: "graphql";
|
|
16623
16771
|
websocket: "websocket";
|
|
16624
|
-
webhook: "webhook";
|
|
16625
16772
|
auth: "auth";
|
|
16626
16773
|
plugin: "plugin";
|
|
16627
16774
|
rest: "rest";
|
|
@@ -16754,11 +16901,11 @@ declare const ApiRegistrySchema: z.ZodObject<{
|
|
|
16754
16901
|
totalEndpoints: z.ZodNumber;
|
|
16755
16902
|
byType: z.ZodOptional<z.ZodRecord<z.ZodEnum<{
|
|
16756
16903
|
file: "file";
|
|
16904
|
+
webhook: "webhook";
|
|
16757
16905
|
metadata: "metadata";
|
|
16758
16906
|
odata: "odata";
|
|
16759
16907
|
graphql: "graphql";
|
|
16760
16908
|
websocket: "websocket";
|
|
16761
|
-
webhook: "webhook";
|
|
16762
16909
|
auth: "auth";
|
|
16763
16910
|
plugin: "plugin";
|
|
16764
16911
|
rest: "rest";
|
|
@@ -16768,11 +16915,11 @@ declare const ApiRegistrySchema: z.ZodObject<{
|
|
|
16768
16915
|
name: z.ZodString;
|
|
16769
16916
|
type: z.ZodEnum<{
|
|
16770
16917
|
file: "file";
|
|
16918
|
+
webhook: "webhook";
|
|
16771
16919
|
metadata: "metadata";
|
|
16772
16920
|
odata: "odata";
|
|
16773
16921
|
graphql: "graphql";
|
|
16774
16922
|
websocket: "websocket";
|
|
16775
|
-
webhook: "webhook";
|
|
16776
16923
|
auth: "auth";
|
|
16777
16924
|
plugin: "plugin";
|
|
16778
16925
|
rest: "rest";
|
|
@@ -16906,11 +17053,11 @@ declare const ApiRegistrySchema: z.ZodObject<{
|
|
|
16906
17053
|
name: z.ZodString;
|
|
16907
17054
|
type: z.ZodEnum<{
|
|
16908
17055
|
file: "file";
|
|
17056
|
+
webhook: "webhook";
|
|
16909
17057
|
metadata: "metadata";
|
|
16910
17058
|
odata: "odata";
|
|
16911
17059
|
graphql: "graphql";
|
|
16912
17060
|
websocket: "websocket";
|
|
16913
|
-
webhook: "webhook";
|
|
16914
17061
|
auth: "auth";
|
|
16915
17062
|
plugin: "plugin";
|
|
16916
17063
|
rest: "rest";
|
|
@@ -17058,11 +17205,11 @@ declare const ApiRegistrySchema: z.ZodObject<{
|
|
|
17058
17205
|
declare const ApiDiscoveryQuerySchema: z.ZodObject<{
|
|
17059
17206
|
type: z.ZodOptional<z.ZodEnum<{
|
|
17060
17207
|
file: "file";
|
|
17208
|
+
webhook: "webhook";
|
|
17061
17209
|
metadata: "metadata";
|
|
17062
17210
|
odata: "odata";
|
|
17063
17211
|
graphql: "graphql";
|
|
17064
17212
|
websocket: "websocket";
|
|
17065
|
-
webhook: "webhook";
|
|
17066
17213
|
auth: "auth";
|
|
17067
17214
|
plugin: "plugin";
|
|
17068
17215
|
rest: "rest";
|
|
@@ -17091,11 +17238,11 @@ declare const ApiDiscoveryResponseSchema: z.ZodObject<{
|
|
|
17091
17238
|
name: z.ZodString;
|
|
17092
17239
|
type: z.ZodEnum<{
|
|
17093
17240
|
file: "file";
|
|
17241
|
+
webhook: "webhook";
|
|
17094
17242
|
metadata: "metadata";
|
|
17095
17243
|
odata: "odata";
|
|
17096
17244
|
graphql: "graphql";
|
|
17097
17245
|
websocket: "websocket";
|
|
17098
|
-
webhook: "webhook";
|
|
17099
17246
|
auth: "auth";
|
|
17100
17247
|
plugin: "plugin";
|
|
17101
17248
|
rest: "rest";
|
|
@@ -17228,11 +17375,11 @@ declare const ApiDiscoveryResponseSchema: z.ZodObject<{
|
|
|
17228
17375
|
filters: z.ZodOptional<z.ZodObject<{
|
|
17229
17376
|
type: z.ZodOptional<z.ZodEnum<{
|
|
17230
17377
|
file: "file";
|
|
17378
|
+
webhook: "webhook";
|
|
17231
17379
|
metadata: "metadata";
|
|
17232
17380
|
odata: "odata";
|
|
17233
17381
|
graphql: "graphql";
|
|
17234
17382
|
websocket: "websocket";
|
|
17235
|
-
webhook: "webhook";
|
|
17236
17383
|
auth: "auth";
|
|
17237
17384
|
plugin: "plugin";
|
|
17238
17385
|
rest: "rest";
|
|
@@ -17362,11 +17509,11 @@ declare const ApiRegistryEntry: z.ZodObject<{
|
|
|
17362
17509
|
name: z.ZodString;
|
|
17363
17510
|
type: z.ZodEnum<{
|
|
17364
17511
|
file: "file";
|
|
17512
|
+
webhook: "webhook";
|
|
17365
17513
|
metadata: "metadata";
|
|
17366
17514
|
odata: "odata";
|
|
17367
17515
|
graphql: "graphql";
|
|
17368
17516
|
websocket: "websocket";
|
|
17369
|
-
webhook: "webhook";
|
|
17370
17517
|
auth: "auth";
|
|
17371
17518
|
plugin: "plugin";
|
|
17372
17519
|
rest: "rest";
|
|
@@ -17514,11 +17661,11 @@ declare const ApiRegistry: z.ZodObject<{
|
|
|
17514
17661
|
name: z.ZodString;
|
|
17515
17662
|
type: z.ZodEnum<{
|
|
17516
17663
|
file: "file";
|
|
17664
|
+
webhook: "webhook";
|
|
17517
17665
|
metadata: "metadata";
|
|
17518
17666
|
odata: "odata";
|
|
17519
17667
|
graphql: "graphql";
|
|
17520
17668
|
websocket: "websocket";
|
|
17521
|
-
webhook: "webhook";
|
|
17522
17669
|
auth: "auth";
|
|
17523
17670
|
plugin: "plugin";
|
|
17524
17671
|
rest: "rest";
|
|
@@ -17651,11 +17798,11 @@ declare const ApiRegistry: z.ZodObject<{
|
|
|
17651
17798
|
totalEndpoints: z.ZodNumber;
|
|
17652
17799
|
byType: z.ZodOptional<z.ZodRecord<z.ZodEnum<{
|
|
17653
17800
|
file: "file";
|
|
17801
|
+
webhook: "webhook";
|
|
17654
17802
|
metadata: "metadata";
|
|
17655
17803
|
odata: "odata";
|
|
17656
17804
|
graphql: "graphql";
|
|
17657
17805
|
websocket: "websocket";
|
|
17658
|
-
webhook: "webhook";
|
|
17659
17806
|
auth: "auth";
|
|
17660
17807
|
plugin: "plugin";
|
|
17661
17808
|
rest: "rest";
|
|
@@ -17665,11 +17812,11 @@ declare const ApiRegistry: z.ZodObject<{
|
|
|
17665
17812
|
name: z.ZodString;
|
|
17666
17813
|
type: z.ZodEnum<{
|
|
17667
17814
|
file: "file";
|
|
17815
|
+
webhook: "webhook";
|
|
17668
17816
|
metadata: "metadata";
|
|
17669
17817
|
odata: "odata";
|
|
17670
17818
|
graphql: "graphql";
|
|
17671
17819
|
websocket: "websocket";
|
|
17672
|
-
webhook: "webhook";
|
|
17673
17820
|
auth: "auth";
|
|
17674
17821
|
plugin: "plugin";
|
|
17675
17822
|
rest: "rest";
|
|
@@ -17803,11 +17950,11 @@ declare const ApiRegistry: z.ZodObject<{
|
|
|
17803
17950
|
name: z.ZodString;
|
|
17804
17951
|
type: z.ZodEnum<{
|
|
17805
17952
|
file: "file";
|
|
17953
|
+
webhook: "webhook";
|
|
17806
17954
|
metadata: "metadata";
|
|
17807
17955
|
odata: "odata";
|
|
17808
17956
|
graphql: "graphql";
|
|
17809
17957
|
websocket: "websocket";
|
|
17810
|
-
webhook: "webhook";
|
|
17811
17958
|
auth: "auth";
|
|
17812
17959
|
plugin: "plugin";
|
|
17813
17960
|
rest: "rest";
|
|
@@ -20438,10 +20585,10 @@ declare const ObjectDefinitionResponseSchema: z.ZodObject<{
|
|
|
20438
20585
|
}>>;
|
|
20439
20586
|
type: z.ZodDefault<z.ZodEnum<{
|
|
20440
20587
|
url: "url";
|
|
20441
|
-
script: "script";
|
|
20442
|
-
modal: "modal";
|
|
20443
20588
|
flow: "flow";
|
|
20444
20589
|
api: "api";
|
|
20590
|
+
script: "script";
|
|
20591
|
+
modal: "modal";
|
|
20445
20592
|
}>>;
|
|
20446
20593
|
target: z.ZodOptional<z.ZodString>;
|
|
20447
20594
|
execute: z.ZodOptional<z.ZodString>;
|
|
@@ -20523,7 +20670,7 @@ declare const ObjectDefinitionResponseSchema: z.ZodObject<{
|
|
|
20523
20670
|
}, z.core.$strip>, z.ZodTransform<{
|
|
20524
20671
|
name: string;
|
|
20525
20672
|
label: string;
|
|
20526
|
-
type: "url" | "
|
|
20673
|
+
type: "url" | "flow" | "api" | "script" | "modal";
|
|
20527
20674
|
refreshAfter: boolean;
|
|
20528
20675
|
objectName?: string | undefined;
|
|
20529
20676
|
icon?: string | undefined;
|
|
@@ -20557,7 +20704,7 @@ declare const ObjectDefinitionResponseSchema: z.ZodObject<{
|
|
|
20557
20704
|
}, {
|
|
20558
20705
|
name: string;
|
|
20559
20706
|
label: string;
|
|
20560
|
-
type: "url" | "
|
|
20707
|
+
type: "url" | "flow" | "api" | "script" | "modal";
|
|
20561
20708
|
refreshAfter: boolean;
|
|
20562
20709
|
objectName?: string | undefined;
|
|
20563
20710
|
icon?: string | undefined;
|
|
@@ -21038,10 +21185,10 @@ declare const ObjectDefinitionResponseSchema: z.ZodObject<{
|
|
|
21038
21185
|
}>>;
|
|
21039
21186
|
type: z.ZodDefault<z.ZodEnum<{
|
|
21040
21187
|
url: "url";
|
|
21041
|
-
script: "script";
|
|
21042
|
-
modal: "modal";
|
|
21043
21188
|
flow: "flow";
|
|
21044
21189
|
api: "api";
|
|
21190
|
+
script: "script";
|
|
21191
|
+
modal: "modal";
|
|
21045
21192
|
}>>;
|
|
21046
21193
|
target: z.ZodOptional<z.ZodString>;
|
|
21047
21194
|
execute: z.ZodOptional<z.ZodString>;
|
|
@@ -21123,7 +21270,7 @@ declare const ObjectDefinitionResponseSchema: z.ZodObject<{
|
|
|
21123
21270
|
}, z.core.$strip>, z.ZodTransform<{
|
|
21124
21271
|
name: string;
|
|
21125
21272
|
label: string;
|
|
21126
|
-
type: "url" | "
|
|
21273
|
+
type: "url" | "flow" | "api" | "script" | "modal";
|
|
21127
21274
|
refreshAfter: boolean;
|
|
21128
21275
|
objectName?: string | undefined;
|
|
21129
21276
|
icon?: string | undefined;
|
|
@@ -21157,7 +21304,7 @@ declare const ObjectDefinitionResponseSchema: z.ZodObject<{
|
|
|
21157
21304
|
}, {
|
|
21158
21305
|
name: string;
|
|
21159
21306
|
label: string;
|
|
21160
|
-
type: "url" | "
|
|
21307
|
+
type: "url" | "flow" | "api" | "script" | "modal";
|
|
21161
21308
|
refreshAfter: boolean;
|
|
21162
21309
|
objectName?: string | undefined;
|
|
21163
21310
|
icon?: string | undefined;
|
|
@@ -21307,25 +21454,25 @@ declare const MetadataRegisterRequestSchema: z.ZodObject<{
|
|
|
21307
21454
|
object: "object";
|
|
21308
21455
|
function: "function";
|
|
21309
21456
|
field: "field";
|
|
21310
|
-
|
|
21311
|
-
flow: "flow";
|
|
21312
|
-
datasource: "datasource";
|
|
21313
|
-
profile: "profile";
|
|
21457
|
+
app: "app";
|
|
21314
21458
|
page: "page";
|
|
21315
|
-
approval: "approval";
|
|
21316
|
-
service: "service";
|
|
21317
21459
|
dashboard: "dashboard";
|
|
21318
21460
|
report: "report";
|
|
21319
21461
|
action: "action";
|
|
21320
|
-
view: "view";
|
|
21321
|
-
app: "app";
|
|
21322
|
-
validation: "validation";
|
|
21323
|
-
trigger: "trigger";
|
|
21324
21462
|
workflow: "workflow";
|
|
21463
|
+
approval: "approval";
|
|
21464
|
+
flow: "flow";
|
|
21465
|
+
role: "role";
|
|
21325
21466
|
permission: "permission";
|
|
21467
|
+
profile: "profile";
|
|
21468
|
+
agent: "agent";
|
|
21326
21469
|
hook: "hook";
|
|
21470
|
+
datasource: "datasource";
|
|
21471
|
+
view: "view";
|
|
21472
|
+
service: "service";
|
|
21473
|
+
validation: "validation";
|
|
21474
|
+
trigger: "trigger";
|
|
21327
21475
|
router: "router";
|
|
21328
|
-
agent: "agent";
|
|
21329
21476
|
translation: "translation";
|
|
21330
21477
|
tool: "tool";
|
|
21331
21478
|
skill: "skill";
|
|
@@ -21457,25 +21604,25 @@ declare const MetadataQueryRequestSchema: z.ZodObject<{
|
|
|
21457
21604
|
object: "object";
|
|
21458
21605
|
function: "function";
|
|
21459
21606
|
field: "field";
|
|
21460
|
-
|
|
21461
|
-
flow: "flow";
|
|
21462
|
-
datasource: "datasource";
|
|
21463
|
-
profile: "profile";
|
|
21607
|
+
app: "app";
|
|
21464
21608
|
page: "page";
|
|
21465
|
-
approval: "approval";
|
|
21466
|
-
service: "service";
|
|
21467
21609
|
dashboard: "dashboard";
|
|
21468
21610
|
report: "report";
|
|
21469
21611
|
action: "action";
|
|
21470
|
-
view: "view";
|
|
21471
|
-
app: "app";
|
|
21472
|
-
validation: "validation";
|
|
21473
|
-
trigger: "trigger";
|
|
21474
21612
|
workflow: "workflow";
|
|
21613
|
+
approval: "approval";
|
|
21614
|
+
flow: "flow";
|
|
21615
|
+
role: "role";
|
|
21475
21616
|
permission: "permission";
|
|
21617
|
+
profile: "profile";
|
|
21618
|
+
agent: "agent";
|
|
21476
21619
|
hook: "hook";
|
|
21620
|
+
datasource: "datasource";
|
|
21621
|
+
view: "view";
|
|
21622
|
+
service: "service";
|
|
21623
|
+
validation: "validation";
|
|
21624
|
+
trigger: "trigger";
|
|
21477
21625
|
router: "router";
|
|
21478
|
-
agent: "agent";
|
|
21479
21626
|
translation: "translation";
|
|
21480
21627
|
tool: "tool";
|
|
21481
21628
|
skill: "skill";
|
|
@@ -21988,6 +22135,7 @@ declare const DispatcherRouteSchema: z.ZodObject<{
|
|
|
21988
22135
|
service: z.ZodEnum<{
|
|
21989
22136
|
data: "data";
|
|
21990
22137
|
search: "search";
|
|
22138
|
+
workflow: "workflow";
|
|
21991
22139
|
metadata: "metadata";
|
|
21992
22140
|
cache: "cache";
|
|
21993
22141
|
graphql: "graphql";
|
|
@@ -22002,7 +22150,6 @@ declare const DispatcherRouteSchema: z.ZodObject<{
|
|
|
22002
22150
|
ai: "ai";
|
|
22003
22151
|
i18n: "i18n";
|
|
22004
22152
|
ui: "ui";
|
|
22005
|
-
workflow: "workflow";
|
|
22006
22153
|
}>;
|
|
22007
22154
|
authRequired: z.ZodDefault<z.ZodBoolean>;
|
|
22008
22155
|
criticality: z.ZodDefault<z.ZodEnum<{
|
|
@@ -22036,6 +22183,7 @@ declare const DispatcherConfigSchema: z.ZodObject<{
|
|
|
22036
22183
|
service: z.ZodEnum<{
|
|
22037
22184
|
data: "data";
|
|
22038
22185
|
search: "search";
|
|
22186
|
+
workflow: "workflow";
|
|
22039
22187
|
metadata: "metadata";
|
|
22040
22188
|
cache: "cache";
|
|
22041
22189
|
graphql: "graphql";
|
|
@@ -22050,7 +22198,6 @@ declare const DispatcherConfigSchema: z.ZodObject<{
|
|
|
22050
22198
|
ai: "ai";
|
|
22051
22199
|
i18n: "i18n";
|
|
22052
22200
|
ui: "ui";
|
|
22053
|
-
workflow: "workflow";
|
|
22054
22201
|
}>;
|
|
22055
22202
|
authRequired: z.ZodDefault<z.ZodBoolean>;
|
|
22056
22203
|
criticality: z.ZodDefault<z.ZodEnum<{
|
|
@@ -22189,6 +22336,8 @@ type DispatcherErrorResponse = z.infer<typeof DispatcherErrorResponseSchema>;
|
|
|
22189
22336
|
*/
|
|
22190
22337
|
declare const RestApiRouteCategory: z.ZodEnum<{
|
|
22191
22338
|
data: "data";
|
|
22339
|
+
workflow: "workflow";
|
|
22340
|
+
permission: "permission";
|
|
22192
22341
|
metadata: "metadata";
|
|
22193
22342
|
batch: "batch";
|
|
22194
22343
|
automation: "automation";
|
|
@@ -22198,8 +22347,6 @@ declare const RestApiRouteCategory: z.ZodEnum<{
|
|
|
22198
22347
|
ai: "ai";
|
|
22199
22348
|
i18n: "i18n";
|
|
22200
22349
|
ui: "ui";
|
|
22201
|
-
workflow: "workflow";
|
|
22202
|
-
permission: "permission";
|
|
22203
22350
|
discovery: "discovery";
|
|
22204
22351
|
}>;
|
|
22205
22352
|
type RestApiRouteCategory = z.infer<typeof RestApiRouteCategory>;
|
|
@@ -22246,6 +22393,8 @@ declare const RestApiEndpointSchema: z.ZodObject<{
|
|
|
22246
22393
|
handler: z.ZodString;
|
|
22247
22394
|
category: z.ZodEnum<{
|
|
22248
22395
|
data: "data";
|
|
22396
|
+
workflow: "workflow";
|
|
22397
|
+
permission: "permission";
|
|
22249
22398
|
metadata: "metadata";
|
|
22250
22399
|
batch: "batch";
|
|
22251
22400
|
automation: "automation";
|
|
@@ -22255,8 +22404,6 @@ declare const RestApiEndpointSchema: z.ZodObject<{
|
|
|
22255
22404
|
ai: "ai";
|
|
22256
22405
|
i18n: "i18n";
|
|
22257
22406
|
ui: "ui";
|
|
22258
|
-
workflow: "workflow";
|
|
22259
|
-
permission: "permission";
|
|
22260
22407
|
discovery: "discovery";
|
|
22261
22408
|
}>;
|
|
22262
22409
|
public: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -22305,6 +22452,8 @@ declare const RestApiRouteRegistrationSchema: z.ZodObject<{
|
|
|
22305
22452
|
service: z.ZodString;
|
|
22306
22453
|
category: z.ZodEnum<{
|
|
22307
22454
|
data: "data";
|
|
22455
|
+
workflow: "workflow";
|
|
22456
|
+
permission: "permission";
|
|
22308
22457
|
metadata: "metadata";
|
|
22309
22458
|
batch: "batch";
|
|
22310
22459
|
automation: "automation";
|
|
@@ -22314,8 +22463,6 @@ declare const RestApiRouteRegistrationSchema: z.ZodObject<{
|
|
|
22314
22463
|
ai: "ai";
|
|
22315
22464
|
i18n: "i18n";
|
|
22316
22465
|
ui: "ui";
|
|
22317
|
-
workflow: "workflow";
|
|
22318
|
-
permission: "permission";
|
|
22319
22466
|
discovery: "discovery";
|
|
22320
22467
|
}>;
|
|
22321
22468
|
methods: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
@@ -22333,6 +22480,8 @@ declare const RestApiRouteRegistrationSchema: z.ZodObject<{
|
|
|
22333
22480
|
handler: z.ZodString;
|
|
22334
22481
|
category: z.ZodEnum<{
|
|
22335
22482
|
data: "data";
|
|
22483
|
+
workflow: "workflow";
|
|
22484
|
+
permission: "permission";
|
|
22336
22485
|
metadata: "metadata";
|
|
22337
22486
|
batch: "batch";
|
|
22338
22487
|
automation: "automation";
|
|
@@ -22342,8 +22491,6 @@ declare const RestApiRouteRegistrationSchema: z.ZodObject<{
|
|
|
22342
22491
|
ai: "ai";
|
|
22343
22492
|
i18n: "i18n";
|
|
22344
22493
|
ui: "ui";
|
|
22345
|
-
workflow: "workflow";
|
|
22346
|
-
permission: "permission";
|
|
22347
22494
|
discovery: "discovery";
|
|
22348
22495
|
}>;
|
|
22349
22496
|
public: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -22574,6 +22721,8 @@ declare const RestApiPluginConfigSchema: z.ZodObject<{
|
|
|
22574
22721
|
service: z.ZodString;
|
|
22575
22722
|
category: z.ZodEnum<{
|
|
22576
22723
|
data: "data";
|
|
22724
|
+
workflow: "workflow";
|
|
22725
|
+
permission: "permission";
|
|
22577
22726
|
metadata: "metadata";
|
|
22578
22727
|
batch: "batch";
|
|
22579
22728
|
automation: "automation";
|
|
@@ -22583,8 +22732,6 @@ declare const RestApiPluginConfigSchema: z.ZodObject<{
|
|
|
22583
22732
|
ai: "ai";
|
|
22584
22733
|
i18n: "i18n";
|
|
22585
22734
|
ui: "ui";
|
|
22586
|
-
workflow: "workflow";
|
|
22587
|
-
permission: "permission";
|
|
22588
22735
|
discovery: "discovery";
|
|
22589
22736
|
}>;
|
|
22590
22737
|
methods: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
@@ -22602,6 +22749,8 @@ declare const RestApiPluginConfigSchema: z.ZodObject<{
|
|
|
22602
22749
|
handler: z.ZodString;
|
|
22603
22750
|
category: z.ZodEnum<{
|
|
22604
22751
|
data: "data";
|
|
22752
|
+
workflow: "workflow";
|
|
22753
|
+
permission: "permission";
|
|
22605
22754
|
metadata: "metadata";
|
|
22606
22755
|
batch: "batch";
|
|
22607
22756
|
automation: "automation";
|
|
@@ -22611,8 +22760,6 @@ declare const RestApiPluginConfigSchema: z.ZodObject<{
|
|
|
22611
22760
|
ai: "ai";
|
|
22612
22761
|
i18n: "i18n";
|
|
22613
22762
|
ui: "ui";
|
|
22614
|
-
workflow: "workflow";
|
|
22615
|
-
permission: "permission";
|
|
22616
22763
|
discovery: "discovery";
|
|
22617
22764
|
}>;
|
|
22618
22765
|
public: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -22864,6 +23011,8 @@ declare const RestApiPluginConfig: z.ZodObject<{
|
|
|
22864
23011
|
service: z.ZodString;
|
|
22865
23012
|
category: z.ZodEnum<{
|
|
22866
23013
|
data: "data";
|
|
23014
|
+
workflow: "workflow";
|
|
23015
|
+
permission: "permission";
|
|
22867
23016
|
metadata: "metadata";
|
|
22868
23017
|
batch: "batch";
|
|
22869
23018
|
automation: "automation";
|
|
@@ -22873,8 +23022,6 @@ declare const RestApiPluginConfig: z.ZodObject<{
|
|
|
22873
23022
|
ai: "ai";
|
|
22874
23023
|
i18n: "i18n";
|
|
22875
23024
|
ui: "ui";
|
|
22876
|
-
workflow: "workflow";
|
|
22877
|
-
permission: "permission";
|
|
22878
23025
|
discovery: "discovery";
|
|
22879
23026
|
}>;
|
|
22880
23027
|
methods: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
@@ -22892,6 +23039,8 @@ declare const RestApiPluginConfig: z.ZodObject<{
|
|
|
22892
23039
|
handler: z.ZodString;
|
|
22893
23040
|
category: z.ZodEnum<{
|
|
22894
23041
|
data: "data";
|
|
23042
|
+
workflow: "workflow";
|
|
23043
|
+
permission: "permission";
|
|
22895
23044
|
metadata: "metadata";
|
|
22896
23045
|
batch: "batch";
|
|
22897
23046
|
automation: "automation";
|
|
@@ -22901,8 +23050,6 @@ declare const RestApiPluginConfig: z.ZodObject<{
|
|
|
22901
23050
|
ai: "ai";
|
|
22902
23051
|
i18n: "i18n";
|
|
22903
23052
|
ui: "ui";
|
|
22904
|
-
workflow: "workflow";
|
|
22905
|
-
permission: "permission";
|
|
22906
23053
|
discovery: "discovery";
|
|
22907
23054
|
}>;
|
|
22908
23055
|
public: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -23083,6 +23230,8 @@ declare const RestApiRouteRegistration: z.ZodObject<{
|
|
|
23083
23230
|
service: z.ZodString;
|
|
23084
23231
|
category: z.ZodEnum<{
|
|
23085
23232
|
data: "data";
|
|
23233
|
+
workflow: "workflow";
|
|
23234
|
+
permission: "permission";
|
|
23086
23235
|
metadata: "metadata";
|
|
23087
23236
|
batch: "batch";
|
|
23088
23237
|
automation: "automation";
|
|
@@ -23092,8 +23241,6 @@ declare const RestApiRouteRegistration: z.ZodObject<{
|
|
|
23092
23241
|
ai: "ai";
|
|
23093
23242
|
i18n: "i18n";
|
|
23094
23243
|
ui: "ui";
|
|
23095
|
-
workflow: "workflow";
|
|
23096
|
-
permission: "permission";
|
|
23097
23244
|
discovery: "discovery";
|
|
23098
23245
|
}>;
|
|
23099
23246
|
methods: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
@@ -23111,6 +23258,8 @@ declare const RestApiRouteRegistration: z.ZodObject<{
|
|
|
23111
23258
|
handler: z.ZodString;
|
|
23112
23259
|
category: z.ZodEnum<{
|
|
23113
23260
|
data: "data";
|
|
23261
|
+
workflow: "workflow";
|
|
23262
|
+
permission: "permission";
|
|
23114
23263
|
metadata: "metadata";
|
|
23115
23264
|
batch: "batch";
|
|
23116
23265
|
automation: "automation";
|
|
@@ -23120,8 +23269,6 @@ declare const RestApiRouteRegistration: z.ZodObject<{
|
|
|
23120
23269
|
ai: "ai";
|
|
23121
23270
|
i18n: "i18n";
|
|
23122
23271
|
ui: "ui";
|
|
23123
|
-
workflow: "workflow";
|
|
23124
|
-
permission: "permission";
|
|
23125
23272
|
discovery: "discovery";
|
|
23126
23273
|
}>;
|
|
23127
23274
|
public: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -23206,6 +23353,8 @@ declare const RouteCoverageEntrySchema: z.ZodObject<{
|
|
|
23206
23353
|
}>;
|
|
23207
23354
|
category: z.ZodEnum<{
|
|
23208
23355
|
data: "data";
|
|
23356
|
+
workflow: "workflow";
|
|
23357
|
+
permission: "permission";
|
|
23209
23358
|
metadata: "metadata";
|
|
23210
23359
|
batch: "batch";
|
|
23211
23360
|
automation: "automation";
|
|
@@ -23215,8 +23364,6 @@ declare const RouteCoverageEntrySchema: z.ZodObject<{
|
|
|
23215
23364
|
ai: "ai";
|
|
23216
23365
|
i18n: "i18n";
|
|
23217
23366
|
ui: "ui";
|
|
23218
|
-
workflow: "workflow";
|
|
23219
|
-
permission: "permission";
|
|
23220
23367
|
discovery: "discovery";
|
|
23221
23368
|
}>;
|
|
23222
23369
|
handlerStatus: z.ZodEnum<{
|
|
@@ -23260,6 +23407,8 @@ declare const RouteCoverageReportSchema: z.ZodObject<{
|
|
|
23260
23407
|
}>;
|
|
23261
23408
|
category: z.ZodEnum<{
|
|
23262
23409
|
data: "data";
|
|
23410
|
+
workflow: "workflow";
|
|
23411
|
+
permission: "permission";
|
|
23263
23412
|
metadata: "metadata";
|
|
23264
23413
|
batch: "batch";
|
|
23265
23414
|
automation: "automation";
|
|
@@ -23269,8 +23418,6 @@ declare const RouteCoverageReportSchema: z.ZodObject<{
|
|
|
23269
23418
|
ai: "ai";
|
|
23270
23419
|
i18n: "i18n";
|
|
23271
23420
|
ui: "ui";
|
|
23272
|
-
workflow: "workflow";
|
|
23273
|
-
permission: "permission";
|
|
23274
23421
|
discovery: "discovery";
|
|
23275
23422
|
}>;
|
|
23276
23423
|
handlerStatus: z.ZodEnum<{
|
|
@@ -23715,9 +23862,9 @@ declare const GetFlowResponseSchema: z.ZodObject<{
|
|
|
23715
23862
|
}, z.core.$strip>>>;
|
|
23716
23863
|
waitEventConfig: z.ZodOptional<z.ZodObject<{
|
|
23717
23864
|
eventType: z.ZodEnum<{
|
|
23865
|
+
webhook: "webhook";
|
|
23718
23866
|
condition: "condition";
|
|
23719
23867
|
manual: "manual";
|
|
23720
|
-
webhook: "webhook";
|
|
23721
23868
|
timer: "timer";
|
|
23722
23869
|
signal: "signal";
|
|
23723
23870
|
}>;
|
|
@@ -23865,9 +24012,9 @@ declare const CreateFlowRequestSchema: z.ZodObject<{
|
|
|
23865
24012
|
}, z.core.$strip>>>;
|
|
23866
24013
|
waitEventConfig: z.ZodOptional<z.ZodObject<{
|
|
23867
24014
|
eventType: z.ZodEnum<{
|
|
24015
|
+
webhook: "webhook";
|
|
23868
24016
|
condition: "condition";
|
|
23869
24017
|
manual: "manual";
|
|
23870
|
-
webhook: "webhook";
|
|
23871
24018
|
timer: "timer";
|
|
23872
24019
|
signal: "signal";
|
|
23873
24020
|
}>;
|
|
@@ -24026,9 +24173,9 @@ declare const CreateFlowResponseSchema: z.ZodObject<{
|
|
|
24026
24173
|
}, z.core.$strip>>>;
|
|
24027
24174
|
waitEventConfig: z.ZodOptional<z.ZodObject<{
|
|
24028
24175
|
eventType: z.ZodEnum<{
|
|
24176
|
+
webhook: "webhook";
|
|
24029
24177
|
condition: "condition";
|
|
24030
24178
|
manual: "manual";
|
|
24031
|
-
webhook: "webhook";
|
|
24032
24179
|
timer: "timer";
|
|
24033
24180
|
signal: "signal";
|
|
24034
24181
|
}>;
|
|
@@ -24178,9 +24325,9 @@ declare const UpdateFlowRequestSchema: z.ZodObject<{
|
|
|
24178
24325
|
}, z.core.$strip>>>;
|
|
24179
24326
|
waitEventConfig: z.ZodOptional<z.ZodObject<{
|
|
24180
24327
|
eventType: z.ZodEnum<{
|
|
24328
|
+
webhook: "webhook";
|
|
24181
24329
|
condition: "condition";
|
|
24182
24330
|
manual: "manual";
|
|
24183
|
-
webhook: "webhook";
|
|
24184
24331
|
timer: "timer";
|
|
24185
24332
|
signal: "signal";
|
|
24186
24333
|
}>;
|
|
@@ -24340,9 +24487,9 @@ declare const UpdateFlowResponseSchema: z.ZodObject<{
|
|
|
24340
24487
|
}, z.core.$strip>>>;
|
|
24341
24488
|
waitEventConfig: z.ZodOptional<z.ZodObject<{
|
|
24342
24489
|
eventType: z.ZodEnum<{
|
|
24490
|
+
webhook: "webhook";
|
|
24343
24491
|
condition: "condition";
|
|
24344
24492
|
manual: "manual";
|
|
24345
|
-
webhook: "webhook";
|
|
24346
24493
|
timer: "timer";
|
|
24347
24494
|
signal: "signal";
|
|
24348
24495
|
}>;
|
|
@@ -24862,9 +25009,9 @@ declare const AutomationApiContracts: {
|
|
|
24862
25009
|
}, z.core.$strip>>>;
|
|
24863
25010
|
waitEventConfig: z.ZodOptional<z.ZodObject<{
|
|
24864
25011
|
eventType: z.ZodEnum<{
|
|
25012
|
+
webhook: "webhook";
|
|
24865
25013
|
condition: "condition";
|
|
24866
25014
|
manual: "manual";
|
|
24867
|
-
webhook: "webhook";
|
|
24868
25015
|
timer: "timer";
|
|
24869
25016
|
signal: "signal";
|
|
24870
25017
|
}>;
|
|
@@ -25009,9 +25156,9 @@ declare const AutomationApiContracts: {
|
|
|
25009
25156
|
}, z.core.$strip>>>;
|
|
25010
25157
|
waitEventConfig: z.ZodOptional<z.ZodObject<{
|
|
25011
25158
|
eventType: z.ZodEnum<{
|
|
25159
|
+
webhook: "webhook";
|
|
25012
25160
|
condition: "condition";
|
|
25013
25161
|
manual: "manual";
|
|
25014
|
-
webhook: "webhook";
|
|
25015
25162
|
timer: "timer";
|
|
25016
25163
|
signal: "signal";
|
|
25017
25164
|
}>;
|
|
@@ -25166,9 +25313,9 @@ declare const AutomationApiContracts: {
|
|
|
25166
25313
|
}, z.core.$strip>>>;
|
|
25167
25314
|
waitEventConfig: z.ZodOptional<z.ZodObject<{
|
|
25168
25315
|
eventType: z.ZodEnum<{
|
|
25316
|
+
webhook: "webhook";
|
|
25169
25317
|
condition: "condition";
|
|
25170
25318
|
manual: "manual";
|
|
25171
|
-
webhook: "webhook";
|
|
25172
25319
|
timer: "timer";
|
|
25173
25320
|
signal: "signal";
|
|
25174
25321
|
}>;
|
|
@@ -25315,9 +25462,9 @@ declare const AutomationApiContracts: {
|
|
|
25315
25462
|
}, z.core.$strip>>>;
|
|
25316
25463
|
waitEventConfig: z.ZodOptional<z.ZodObject<{
|
|
25317
25464
|
eventType: z.ZodEnum<{
|
|
25465
|
+
webhook: "webhook";
|
|
25318
25466
|
condition: "condition";
|
|
25319
25467
|
manual: "manual";
|
|
25320
|
-
webhook: "webhook";
|
|
25321
25468
|
timer: "timer";
|
|
25322
25469
|
signal: "signal";
|
|
25323
25470
|
}>;
|
|
@@ -25473,9 +25620,9 @@ declare const AutomationApiContracts: {
|
|
|
25473
25620
|
}, z.core.$strip>>>;
|
|
25474
25621
|
waitEventConfig: z.ZodOptional<z.ZodObject<{
|
|
25475
25622
|
eventType: z.ZodEnum<{
|
|
25623
|
+
webhook: "webhook";
|
|
25476
25624
|
condition: "condition";
|
|
25477
25625
|
manual: "manual";
|
|
25478
|
-
webhook: "webhook";
|
|
25479
25626
|
timer: "timer";
|
|
25480
25627
|
signal: "signal";
|
|
25481
25628
|
}>;
|
|
@@ -25861,12 +26008,12 @@ declare const ListInstalledPackagesResponseSchema: z.ZodObject<{
|
|
|
25861
26008
|
version: z.ZodString;
|
|
25862
26009
|
type: z.ZodEnum<{
|
|
25863
26010
|
theme: "theme";
|
|
25864
|
-
driver: "driver";
|
|
25865
26011
|
app: "app";
|
|
26012
|
+
agent: "agent";
|
|
26013
|
+
driver: "driver";
|
|
25866
26014
|
server: "server";
|
|
25867
26015
|
ui: "ui";
|
|
25868
26016
|
module: "module";
|
|
25869
|
-
agent: "agent";
|
|
25870
26017
|
objectql: "objectql";
|
|
25871
26018
|
plugin: "plugin";
|
|
25872
26019
|
gateway: "gateway";
|
|
@@ -26045,8 +26192,8 @@ declare const ListInstalledPackagesResponseSchema: z.ZodObject<{
|
|
|
26045
26192
|
type: z.ZodEnum<{
|
|
26046
26193
|
provider: "provider";
|
|
26047
26194
|
action: "action";
|
|
26048
|
-
widget: "widget";
|
|
26049
26195
|
hook: "hook";
|
|
26196
|
+
widget: "widget";
|
|
26050
26197
|
transformer: "transformer";
|
|
26051
26198
|
validator: "validator";
|
|
26052
26199
|
decorator: "decorator";
|
|
@@ -26397,12 +26544,12 @@ declare const GetInstalledPackageResponseSchema: z.ZodObject<{
|
|
|
26397
26544
|
version: z.ZodString;
|
|
26398
26545
|
type: z.ZodEnum<{
|
|
26399
26546
|
theme: "theme";
|
|
26400
|
-
driver: "driver";
|
|
26401
26547
|
app: "app";
|
|
26548
|
+
agent: "agent";
|
|
26549
|
+
driver: "driver";
|
|
26402
26550
|
server: "server";
|
|
26403
26551
|
ui: "ui";
|
|
26404
26552
|
module: "module";
|
|
26405
|
-
agent: "agent";
|
|
26406
26553
|
objectql: "objectql";
|
|
26407
26554
|
plugin: "plugin";
|
|
26408
26555
|
gateway: "gateway";
|
|
@@ -26581,8 +26728,8 @@ declare const GetInstalledPackageResponseSchema: z.ZodObject<{
|
|
|
26581
26728
|
type: z.ZodEnum<{
|
|
26582
26729
|
provider: "provider";
|
|
26583
26730
|
action: "action";
|
|
26584
|
-
widget: "widget";
|
|
26585
26731
|
hook: "hook";
|
|
26732
|
+
widget: "widget";
|
|
26586
26733
|
transformer: "transformer";
|
|
26587
26734
|
validator: "validator";
|
|
26588
26735
|
decorator: "decorator";
|
|
@@ -26910,12 +27057,12 @@ declare const PackageInstallRequestSchema: z.ZodObject<{
|
|
|
26910
27057
|
version: z.ZodString;
|
|
26911
27058
|
type: z.ZodEnum<{
|
|
26912
27059
|
theme: "theme";
|
|
26913
|
-
driver: "driver";
|
|
26914
27060
|
app: "app";
|
|
27061
|
+
agent: "agent";
|
|
27062
|
+
driver: "driver";
|
|
26915
27063
|
server: "server";
|
|
26916
27064
|
ui: "ui";
|
|
26917
27065
|
module: "module";
|
|
26918
|
-
agent: "agent";
|
|
26919
27066
|
objectql: "objectql";
|
|
26920
27067
|
plugin: "plugin";
|
|
26921
27068
|
gateway: "gateway";
|
|
@@ -27094,8 +27241,8 @@ declare const PackageInstallRequestSchema: z.ZodObject<{
|
|
|
27094
27241
|
type: z.ZodEnum<{
|
|
27095
27242
|
provider: "provider";
|
|
27096
27243
|
action: "action";
|
|
27097
|
-
widget: "widget";
|
|
27098
27244
|
hook: "hook";
|
|
27245
|
+
widget: "widget";
|
|
27099
27246
|
transformer: "transformer";
|
|
27100
27247
|
validator: "validator";
|
|
27101
27248
|
decorator: "decorator";
|
|
@@ -27420,12 +27567,12 @@ declare const PackageInstallResponseSchema: z.ZodObject<{
|
|
|
27420
27567
|
version: z.ZodString;
|
|
27421
27568
|
type: z.ZodEnum<{
|
|
27422
27569
|
theme: "theme";
|
|
27423
|
-
driver: "driver";
|
|
27424
27570
|
app: "app";
|
|
27571
|
+
agent: "agent";
|
|
27572
|
+
driver: "driver";
|
|
27425
27573
|
server: "server";
|
|
27426
27574
|
ui: "ui";
|
|
27427
27575
|
module: "module";
|
|
27428
|
-
agent: "agent";
|
|
27429
27576
|
objectql: "objectql";
|
|
27430
27577
|
plugin: "plugin";
|
|
27431
27578
|
gateway: "gateway";
|
|
@@ -27604,8 +27751,8 @@ declare const PackageInstallResponseSchema: z.ZodObject<{
|
|
|
27604
27751
|
type: z.ZodEnum<{
|
|
27605
27752
|
provider: "provider";
|
|
27606
27753
|
action: "action";
|
|
27607
|
-
widget: "widget";
|
|
27608
27754
|
hook: "hook";
|
|
27755
|
+
widget: "widget";
|
|
27609
27756
|
transformer: "transformer";
|
|
27610
27757
|
validator: "validator";
|
|
27611
27758
|
decorator: "decorator";
|
|
@@ -27971,12 +28118,12 @@ declare const PackageUpgradeRequestSchema: z.ZodObject<{
|
|
|
27971
28118
|
version: z.ZodString;
|
|
27972
28119
|
type: z.ZodEnum<{
|
|
27973
28120
|
theme: "theme";
|
|
27974
|
-
driver: "driver";
|
|
27975
28121
|
app: "app";
|
|
28122
|
+
agent: "agent";
|
|
28123
|
+
driver: "driver";
|
|
27976
28124
|
server: "server";
|
|
27977
28125
|
ui: "ui";
|
|
27978
28126
|
module: "module";
|
|
27979
|
-
agent: "agent";
|
|
27980
28127
|
objectql: "objectql";
|
|
27981
28128
|
plugin: "plugin";
|
|
27982
28129
|
gateway: "gateway";
|
|
@@ -28155,8 +28302,8 @@ declare const PackageUpgradeRequestSchema: z.ZodObject<{
|
|
|
28155
28302
|
type: z.ZodEnum<{
|
|
28156
28303
|
provider: "provider";
|
|
28157
28304
|
action: "action";
|
|
28158
|
-
widget: "widget";
|
|
28159
28305
|
hook: "hook";
|
|
28306
|
+
widget: "widget";
|
|
28160
28307
|
transformer: "transformer";
|
|
28161
28308
|
validator: "validator";
|
|
28162
28309
|
decorator: "decorator";
|
|
@@ -28531,12 +28678,12 @@ declare const ResolveDependenciesRequestSchema: z.ZodObject<{
|
|
|
28531
28678
|
version: z.ZodString;
|
|
28532
28679
|
type: z.ZodEnum<{
|
|
28533
28680
|
theme: "theme";
|
|
28534
|
-
driver: "driver";
|
|
28535
28681
|
app: "app";
|
|
28682
|
+
agent: "agent";
|
|
28683
|
+
driver: "driver";
|
|
28536
28684
|
server: "server";
|
|
28537
28685
|
ui: "ui";
|
|
28538
28686
|
module: "module";
|
|
28539
|
-
agent: "agent";
|
|
28540
28687
|
objectql: "objectql";
|
|
28541
28688
|
plugin: "plugin";
|
|
28542
28689
|
gateway: "gateway";
|
|
@@ -28715,8 +28862,8 @@ declare const ResolveDependenciesRequestSchema: z.ZodObject<{
|
|
|
28715
28862
|
type: z.ZodEnum<{
|
|
28716
28863
|
provider: "provider";
|
|
28717
28864
|
action: "action";
|
|
28718
|
-
widget: "widget";
|
|
28719
28865
|
hook: "hook";
|
|
28866
|
+
widget: "widget";
|
|
28720
28867
|
transformer: "transformer";
|
|
28721
28868
|
validator: "validator";
|
|
28722
28869
|
decorator: "decorator";
|
|
@@ -29084,9 +29231,9 @@ declare const UploadArtifactRequestSchema: z.ZodObject<{
|
|
|
29084
29231
|
permissions: "permissions";
|
|
29085
29232
|
apis: "apis";
|
|
29086
29233
|
agents: "agents";
|
|
29234
|
+
views: "views";
|
|
29087
29235
|
triggers: "triggers";
|
|
29088
29236
|
datasets: "datasets";
|
|
29089
|
-
views: "views";
|
|
29090
29237
|
translations: "translations";
|
|
29091
29238
|
}>>;
|
|
29092
29239
|
}, z.core.$strip>>>;
|
|
@@ -29102,9 +29249,9 @@ declare const UploadArtifactRequestSchema: z.ZodObject<{
|
|
|
29102
29249
|
permissions: "permissions";
|
|
29103
29250
|
apis: "apis";
|
|
29104
29251
|
agents: "agents";
|
|
29252
|
+
views: "views";
|
|
29105
29253
|
triggers: "triggers";
|
|
29106
29254
|
datasets: "datasets";
|
|
29107
|
-
views: "views";
|
|
29108
29255
|
translations: "translations";
|
|
29109
29256
|
}>>>;
|
|
29110
29257
|
checksums: z.ZodOptional<z.ZodObject<{
|
|
@@ -29297,12 +29444,12 @@ declare const PackageApiContracts: {
|
|
|
29297
29444
|
version: z.ZodString;
|
|
29298
29445
|
type: z.ZodEnum<{
|
|
29299
29446
|
theme: "theme";
|
|
29300
|
-
driver: "driver";
|
|
29301
29447
|
app: "app";
|
|
29448
|
+
agent: "agent";
|
|
29449
|
+
driver: "driver";
|
|
29302
29450
|
server: "server";
|
|
29303
29451
|
ui: "ui";
|
|
29304
29452
|
module: "module";
|
|
29305
|
-
agent: "agent";
|
|
29306
29453
|
objectql: "objectql";
|
|
29307
29454
|
plugin: "plugin";
|
|
29308
29455
|
gateway: "gateway";
|
|
@@ -29481,8 +29628,8 @@ declare const PackageApiContracts: {
|
|
|
29481
29628
|
type: z.ZodEnum<{
|
|
29482
29629
|
provider: "provider";
|
|
29483
29630
|
action: "action";
|
|
29484
|
-
widget: "widget";
|
|
29485
29631
|
hook: "hook";
|
|
29632
|
+
widget: "widget";
|
|
29486
29633
|
transformer: "transformer";
|
|
29487
29634
|
validator: "validator";
|
|
29488
29635
|
decorator: "decorator";
|
|
@@ -29829,12 +29976,12 @@ declare const PackageApiContracts: {
|
|
|
29829
29976
|
version: z.ZodString;
|
|
29830
29977
|
type: z.ZodEnum<{
|
|
29831
29978
|
theme: "theme";
|
|
29832
|
-
driver: "driver";
|
|
29833
29979
|
app: "app";
|
|
29980
|
+
agent: "agent";
|
|
29981
|
+
driver: "driver";
|
|
29834
29982
|
server: "server";
|
|
29835
29983
|
ui: "ui";
|
|
29836
29984
|
module: "module";
|
|
29837
|
-
agent: "agent";
|
|
29838
29985
|
objectql: "objectql";
|
|
29839
29986
|
plugin: "plugin";
|
|
29840
29987
|
gateway: "gateway";
|
|
@@ -30013,8 +30160,8 @@ declare const PackageApiContracts: {
|
|
|
30013
30160
|
type: z.ZodEnum<{
|
|
30014
30161
|
provider: "provider";
|
|
30015
30162
|
action: "action";
|
|
30016
|
-
widget: "widget";
|
|
30017
30163
|
hook: "hook";
|
|
30164
|
+
widget: "widget";
|
|
30018
30165
|
transformer: "transformer";
|
|
30019
30166
|
validator: "validator";
|
|
30020
30167
|
decorator: "decorator";
|
|
@@ -30339,12 +30486,12 @@ declare const PackageApiContracts: {
|
|
|
30339
30486
|
version: z.ZodString;
|
|
30340
30487
|
type: z.ZodEnum<{
|
|
30341
30488
|
theme: "theme";
|
|
30342
|
-
driver: "driver";
|
|
30343
30489
|
app: "app";
|
|
30490
|
+
agent: "agent";
|
|
30491
|
+
driver: "driver";
|
|
30344
30492
|
server: "server";
|
|
30345
30493
|
ui: "ui";
|
|
30346
30494
|
module: "module";
|
|
30347
|
-
agent: "agent";
|
|
30348
30495
|
objectql: "objectql";
|
|
30349
30496
|
plugin: "plugin";
|
|
30350
30497
|
gateway: "gateway";
|
|
@@ -30523,8 +30670,8 @@ declare const PackageApiContracts: {
|
|
|
30523
30670
|
type: z.ZodEnum<{
|
|
30524
30671
|
provider: "provider";
|
|
30525
30672
|
action: "action";
|
|
30526
|
-
widget: "widget";
|
|
30527
30673
|
hook: "hook";
|
|
30674
|
+
widget: "widget";
|
|
30528
30675
|
transformer: "transformer";
|
|
30529
30676
|
validator: "validator";
|
|
30530
30677
|
decorator: "decorator";
|
|
@@ -30845,12 +30992,12 @@ declare const PackageApiContracts: {
|
|
|
30845
30992
|
version: z.ZodString;
|
|
30846
30993
|
type: z.ZodEnum<{
|
|
30847
30994
|
theme: "theme";
|
|
30848
|
-
driver: "driver";
|
|
30849
30995
|
app: "app";
|
|
30996
|
+
agent: "agent";
|
|
30997
|
+
driver: "driver";
|
|
30850
30998
|
server: "server";
|
|
30851
30999
|
ui: "ui";
|
|
30852
31000
|
module: "module";
|
|
30853
|
-
agent: "agent";
|
|
30854
31001
|
objectql: "objectql";
|
|
30855
31002
|
plugin: "plugin";
|
|
30856
31003
|
gateway: "gateway";
|
|
@@ -31029,8 +31176,8 @@ declare const PackageApiContracts: {
|
|
|
31029
31176
|
type: z.ZodEnum<{
|
|
31030
31177
|
provider: "provider";
|
|
31031
31178
|
action: "action";
|
|
31032
|
-
widget: "widget";
|
|
31033
31179
|
hook: "hook";
|
|
31180
|
+
widget: "widget";
|
|
31034
31181
|
transformer: "transformer";
|
|
31035
31182
|
validator: "validator";
|
|
31036
31183
|
decorator: "decorator";
|
|
@@ -31393,12 +31540,12 @@ declare const PackageApiContracts: {
|
|
|
31393
31540
|
version: z.ZodString;
|
|
31394
31541
|
type: z.ZodEnum<{
|
|
31395
31542
|
theme: "theme";
|
|
31396
|
-
driver: "driver";
|
|
31397
31543
|
app: "app";
|
|
31544
|
+
agent: "agent";
|
|
31545
|
+
driver: "driver";
|
|
31398
31546
|
server: "server";
|
|
31399
31547
|
ui: "ui";
|
|
31400
31548
|
module: "module";
|
|
31401
|
-
agent: "agent";
|
|
31402
31549
|
objectql: "objectql";
|
|
31403
31550
|
plugin: "plugin";
|
|
31404
31551
|
gateway: "gateway";
|
|
@@ -31577,8 +31724,8 @@ declare const PackageApiContracts: {
|
|
|
31577
31724
|
type: z.ZodEnum<{
|
|
31578
31725
|
provider: "provider";
|
|
31579
31726
|
action: "action";
|
|
31580
|
-
widget: "widget";
|
|
31581
31727
|
hook: "hook";
|
|
31728
|
+
widget: "widget";
|
|
31582
31729
|
transformer: "transformer";
|
|
31583
31730
|
validator: "validator";
|
|
31584
31731
|
decorator: "decorator";
|
|
@@ -31946,12 +32093,12 @@ declare const PackageApiContracts: {
|
|
|
31946
32093
|
version: z.ZodString;
|
|
31947
32094
|
type: z.ZodEnum<{
|
|
31948
32095
|
theme: "theme";
|
|
31949
|
-
driver: "driver";
|
|
31950
32096
|
app: "app";
|
|
32097
|
+
agent: "agent";
|
|
32098
|
+
driver: "driver";
|
|
31951
32099
|
server: "server";
|
|
31952
32100
|
ui: "ui";
|
|
31953
32101
|
module: "module";
|
|
31954
|
-
agent: "agent";
|
|
31955
32102
|
objectql: "objectql";
|
|
31956
32103
|
plugin: "plugin";
|
|
31957
32104
|
gateway: "gateway";
|
|
@@ -32130,8 +32277,8 @@ declare const PackageApiContracts: {
|
|
|
32130
32277
|
type: z.ZodEnum<{
|
|
32131
32278
|
provider: "provider";
|
|
32132
32279
|
action: "action";
|
|
32133
|
-
widget: "widget";
|
|
32134
32280
|
hook: "hook";
|
|
32281
|
+
widget: "widget";
|
|
32135
32282
|
transformer: "transformer";
|
|
32136
32283
|
validator: "validator";
|
|
32137
32284
|
decorator: "decorator";
|
|
@@ -32491,9 +32638,9 @@ declare const PackageApiContracts: {
|
|
|
32491
32638
|
permissions: "permissions";
|
|
32492
32639
|
apis: "apis";
|
|
32493
32640
|
agents: "agents";
|
|
32641
|
+
views: "views";
|
|
32494
32642
|
triggers: "triggers";
|
|
32495
32643
|
datasets: "datasets";
|
|
32496
|
-
views: "views";
|
|
32497
32644
|
translations: "translations";
|
|
32498
32645
|
}>>;
|
|
32499
32646
|
}, z.core.$strip>>>;
|
|
@@ -32509,9 +32656,9 @@ declare const PackageApiContracts: {
|
|
|
32509
32656
|
permissions: "permissions";
|
|
32510
32657
|
apis: "apis";
|
|
32511
32658
|
agents: "agents";
|
|
32659
|
+
views: "views";
|
|
32512
32660
|
triggers: "triggers";
|
|
32513
32661
|
datasets: "datasets";
|
|
32514
|
-
views: "views";
|
|
32515
32662
|
translations: "translations";
|
|
32516
32663
|
}>>>;
|
|
32517
32664
|
checksums: z.ZodOptional<z.ZodObject<{
|
|
@@ -32837,6 +32984,9 @@ declare const index_DEFAULT_REALTIME_ROUTES: typeof DEFAULT_REALTIME_ROUTES;
|
|
|
32837
32984
|
declare const index_DEFAULT_VERSIONING_CONFIG: typeof DEFAULT_VERSIONING_CONFIG;
|
|
32838
32985
|
declare const index_DEFAULT_VIEW_ROUTES: typeof DEFAULT_VIEW_ROUTES;
|
|
32839
32986
|
declare const index_DEFAULT_WORKFLOW_ROUTES: typeof DEFAULT_WORKFLOW_ROUTES;
|
|
32987
|
+
type index_DataEvent = DataEvent;
|
|
32988
|
+
declare const index_DataEventSchema: typeof DataEventSchema;
|
|
32989
|
+
type index_DataEventType = DataEventType;
|
|
32840
32990
|
type index_DataLoaderConfig = DataLoaderConfig;
|
|
32841
32991
|
declare const index_DataLoaderConfigSchema: typeof DataLoaderConfigSchema;
|
|
32842
32992
|
declare const index_DeduplicationStrategy: typeof DeduplicationStrategy;
|
|
@@ -33191,6 +33341,9 @@ declare const index_MetadataEffectiveResponseSchema: typeof MetadataEffectiveRes
|
|
|
33191
33341
|
type index_MetadataEndpointsConfig = MetadataEndpointsConfig;
|
|
33192
33342
|
type index_MetadataEndpointsConfigInput = MetadataEndpointsConfigInput;
|
|
33193
33343
|
declare const index_MetadataEndpointsConfigSchema: typeof MetadataEndpointsConfigSchema;
|
|
33344
|
+
type index_MetadataEvent = MetadataEvent;
|
|
33345
|
+
declare const index_MetadataEventSchema: typeof MetadataEventSchema;
|
|
33346
|
+
type index_MetadataEventType = MetadataEventType;
|
|
33194
33347
|
type index_MetadataExistsResponse = MetadataExistsResponse;
|
|
33195
33348
|
declare const index_MetadataExistsResponseSchema: typeof MetadataExistsResponseSchema;
|
|
33196
33349
|
declare const index_MetadataExportRequestSchema: typeof MetadataExportRequestSchema;
|
|
@@ -33562,7 +33715,7 @@ declare const index_getAuthEndpointUrl: typeof getAuthEndpointUrl;
|
|
|
33562
33715
|
declare const index_getDefaultRouteRegistrations: typeof getDefaultRouteRegistrations;
|
|
33563
33716
|
declare const index_mapFieldTypeToGraphQL: typeof mapFieldTypeToGraphQL;
|
|
33564
33717
|
declare namespace index {
|
|
33565
|
-
export { type index_AckMessage as AckMessage, index_AckMessageSchema as AckMessageSchema, type index_AddReactionRequest as AddReactionRequest, index_AddReactionRequestSchema as AddReactionRequestSchema, type index_AddReactionResponse as AddReactionResponse, index_AddReactionResponseSchema as AddReactionResponseSchema, type index_AiInsightsRequest as AiInsightsRequest, index_AiInsightsRequestSchema as AiInsightsRequestSchema, type index_AiInsightsResponse as AiInsightsResponse, index_AiInsightsResponseSchema as AiInsightsResponseSchema, type index_AiNlqRequest as AiNlqRequest, index_AiNlqRequestSchema as AiNlqRequestSchema, type index_AiNlqResponse as AiNlqResponse, index_AiNlqResponseSchema as AiNlqResponseSchema, type index_AiSuggestRequest as AiSuggestRequest, index_AiSuggestRequestSchema as AiSuggestRequestSchema, type index_AiSuggestResponse as AiSuggestResponse, index_AiSuggestResponseSchema as AiSuggestResponseSchema, type index_AnalyticsEndpoint as AnalyticsEndpoint, type index_AnalyticsMetadataResponse as AnalyticsMetadataResponse, index_AnalyticsMetadataResponseSchema as AnalyticsMetadataResponseSchema, type AnalyticsQueryRequest$1 as AnalyticsQueryRequest, index_AnalyticsQueryRequestSchema as AnalyticsQueryRequestSchema, index_AnalyticsResultResponseSchema as AnalyticsResultResponseSchema, type index_AnalyticsSqlResponse as AnalyticsSqlResponse, index_AnalyticsSqlResponseSchema as AnalyticsSqlResponseSchema, type index_ApiChangelogEntry as ApiChangelogEntry, index_ApiChangelogEntrySchema as ApiChangelogEntrySchema, type index_ApiDiscoveryQuery as ApiDiscoveryQuery, index_ApiDiscoveryQuerySchema as ApiDiscoveryQuerySchema, type index_ApiDiscoveryResponse as ApiDiscoveryResponse, index_ApiDiscoveryResponseSchema as ApiDiscoveryResponseSchema, index_ApiDocumentationConfig as ApiDocumentationConfig, index_ApiDocumentationConfigSchema as ApiDocumentationConfigSchema, type index_ApiEndpoint as ApiEndpoint, type index_ApiEndpointInput as ApiEndpointInput, index_ApiEndpointRegistration as ApiEndpointRegistration, type index_ApiEndpointRegistrationInput as ApiEndpointRegistrationInput, index_ApiEndpointRegistrationSchema as ApiEndpointRegistrationSchema, index_ApiEndpointSchema as ApiEndpointSchema, type index_ApiError as ApiError, index_ApiErrorSchema as ApiErrorSchema, index_ApiMappingSchema as ApiMappingSchema, type index_ApiMetadata as ApiMetadata, type index_ApiMetadataInput as ApiMetadataInput, index_ApiMetadataSchema as ApiMetadataSchema, type index_ApiParameter as ApiParameter, index_ApiParameterSchema as ApiParameterSchema, type index_ApiProtocolType as ApiProtocolType, index_ApiRegistry as ApiRegistry, index_ApiRegistryEntry as ApiRegistryEntry, type index_ApiRegistryEntryInput as ApiRegistryEntryInput, index_ApiRegistryEntrySchema as ApiRegistryEntrySchema, index_ApiRegistrySchema as ApiRegistrySchema, type index_ApiResponse as ApiResponse, type index_ApiResponseInput as ApiResponseInput, index_ApiResponseSchema as ApiResponseSchema, type index_ApiRoutes as ApiRoutes, index_ApiRoutesSchema as ApiRoutesSchema, index_ApiTestCollection as ApiTestCollection, index_ApiTestCollectionSchema as ApiTestCollectionSchema, type index_ApiTestRequest as ApiTestRequest, index_ApiTestRequestSchema as ApiTestRequestSchema, type index_ApiTestingUiConfig as ApiTestingUiConfig, index_ApiTestingUiConfigSchema as ApiTestingUiConfigSchema, type index_ApiTestingUiType as ApiTestingUiType, type index_AppDefinitionResponse as AppDefinitionResponse, index_AppDefinitionResponseSchema as AppDefinitionResponseSchema, type index_AuthEndpoint as AuthEndpoint, type index_AuthEndpointAlias as AuthEndpointAlias, index_AuthEndpointAliases as AuthEndpointAliases, type index_AuthEndpointPath as AuthEndpointPath, index_AuthEndpointPaths as AuthEndpointPaths, index_AuthEndpointSchema as AuthEndpointSchema, type index_AuthProvider as AuthProvider, index_AutomationApiContracts as AutomationApiContracts, type index_AutomationApiErrorCode as AutomationApiErrorCode, type index_AutomationFlowPathParams as AutomationFlowPathParams, index_AutomationFlowPathParamsSchema as AutomationFlowPathParamsSchema, type index_AutomationRunPathParams as AutomationRunPathParams, index_AutomationRunPathParamsSchema as AutomationRunPathParamsSchema, type index_AutomationTriggerRequest as AutomationTriggerRequest, index_AutomationTriggerRequestSchema as AutomationTriggerRequestSchema, type index_AutomationTriggerResponse as AutomationTriggerResponse, index_AutomationTriggerResponseSchema as AutomationTriggerResponseSchema, type index_BasePresence as BasePresence, index_BasePresenceSchema as BasePresenceSchema, type index_BaseResponse as BaseResponse, index_BaseResponseSchema as BaseResponseSchema, index_BatchApiContracts as BatchApiContracts, type index_BatchConfig as BatchConfig, index_BatchConfigSchema as BatchConfigSchema, type index_BatchDataRequest as BatchDataRequest, index_BatchDataRequestSchema as BatchDataRequestSchema, type index_BatchDataResponse as BatchDataResponse, index_BatchDataResponseSchema as BatchDataResponseSchema, type index_BatchEndpointsConfig as BatchEndpointsConfig, type index_BatchEndpointsConfigInput as BatchEndpointsConfigInput, index_BatchEndpointsConfigSchema as BatchEndpointsConfigSchema, type index_BatchLoadingStrategy as BatchLoadingStrategy, index_BatchLoadingStrategySchema as BatchLoadingStrategySchema, type index_BatchOperationResult as BatchOperationResult, index_BatchOperationResultSchema as BatchOperationResultSchema, type index_BatchOperationType as BatchOperationType, type index_BatchOptions as BatchOptions, index_BatchOptionsSchema as BatchOptionsSchema, type index_BatchRecord as BatchRecord, index_BatchRecordSchema as BatchRecordSchema, type index_BatchUpdateRequest as BatchUpdateRequest, index_BatchUpdateRequestSchema as BatchUpdateRequestSchema, type index_BatchUpdateResponse as BatchUpdateResponse, index_BatchUpdateResponseSchema as BatchUpdateResponseSchema, type index_BulkRequest as BulkRequest, index_BulkRequestSchema as BulkRequestSchema, type index_BulkResponse as BulkResponse, index_BulkResponseSchema as BulkResponseSchema, type index_CacheControl as CacheControl, index_CacheControlSchema as CacheControlSchema, type index_CacheDirective as CacheDirective, type index_CacheInvalidationRequest as CacheInvalidationRequest, index_CacheInvalidationRequestSchema as CacheInvalidationRequestSchema, type index_CacheInvalidationResponse as CacheInvalidationResponse, index_CacheInvalidationResponseSchema as CacheInvalidationResponseSchema, type index_CacheInvalidationTarget as CacheInvalidationTarget, type index_Callback as Callback, index_CallbackSchema as CallbackSchema, type index_ChangelogEntry as ChangelogEntry, index_ChangelogEntrySchema as ChangelogEntrySchema, type index_CheckPermissionRequest as CheckPermissionRequest, index_CheckPermissionRequestSchema as CheckPermissionRequestSchema, type index_CheckPermissionResponse as CheckPermissionResponse, index_CheckPermissionResponseSchema as CheckPermissionResponseSchema, type index_CodeGenerationTemplate as CodeGenerationTemplate, index_CodeGenerationTemplateSchema as CodeGenerationTemplateSchema, type index_CompleteChunkedUploadRequest as CompleteChunkedUploadRequest, index_CompleteChunkedUploadRequestSchema as CompleteChunkedUploadRequestSchema, type index_CompleteChunkedUploadResponse as CompleteChunkedUploadResponse, index_CompleteChunkedUploadResponseSchema as CompleteChunkedUploadResponseSchema, type index_CompleteUploadRequest as CompleteUploadRequest, index_CompleteUploadRequestSchema as CompleteUploadRequestSchema, type index_ConceptListResponse as ConceptListResponse, index_ConceptListResponseSchema as ConceptListResponseSchema, type index_ConflictResolutionStrategy as ConflictResolutionStrategy, type index_CreateDataRequest as CreateDataRequest, index_CreateDataRequestSchema as CreateDataRequestSchema, type index_CreateDataResponse as CreateDataResponse, index_CreateDataResponseSchema as CreateDataResponseSchema, index_CreateExportJobRequest as CreateExportJobRequest, index_CreateExportJobRequestSchema as CreateExportJobRequestSchema, index_CreateExportJobResponse as CreateExportJobResponse, index_CreateExportJobResponseSchema as CreateExportJobResponseSchema, type index_CreateFeedItemRequest as CreateFeedItemRequest, index_CreateFeedItemRequestSchema as CreateFeedItemRequestSchema, type index_CreateFeedItemResponse as CreateFeedItemResponse, index_CreateFeedItemResponseSchema as CreateFeedItemResponseSchema, type index_CreateFlowRequest as CreateFlowRequest, index_CreateFlowRequestSchema as CreateFlowRequestSchema, type index_CreateFlowResponse as CreateFlowResponse, index_CreateFlowResponseSchema as CreateFlowResponseSchema, type index_CreateManyDataRequest as CreateManyDataRequest, index_CreateManyDataRequestSchema as CreateManyDataRequestSchema, type index_CreateManyDataResponse as CreateManyDataResponse, index_CreateManyDataResponseSchema as CreateManyDataResponseSchema, type index_CreateRequest as CreateRequest, index_CreateRequestSchema as CreateRequestSchema, type index_CreateViewRequest as CreateViewRequest, index_CreateViewRequestSchema as CreateViewRequestSchema, type index_CreateViewResponse as CreateViewResponse, index_CreateViewResponseSchema as CreateViewResponseSchema, type index_CrudEndpointPattern as CrudEndpointPattern, index_CrudEndpointPatternSchema as CrudEndpointPatternSchema, type index_CrudEndpointsConfig as CrudEndpointsConfig, type index_CrudEndpointsConfigInput as CrudEndpointsConfigInput, index_CrudEndpointsConfigSchema as CrudEndpointsConfigSchema, type index_CrudOperation as CrudOperation, type index_CursorMessage as CursorMessage, index_CursorMessageSchema as CursorMessageSchema, type index_CursorPosition as CursorPosition, index_CursorPositionSchema as CursorPositionSchema, index_DEFAULT_AI_ROUTES as DEFAULT_AI_ROUTES, index_DEFAULT_ANALYTICS_ROUTES as DEFAULT_ANALYTICS_ROUTES, index_DEFAULT_AUTOMATION_ROUTES as DEFAULT_AUTOMATION_ROUTES, index_DEFAULT_BATCH_ROUTES as DEFAULT_BATCH_ROUTES, index_DEFAULT_DATA_CRUD_ROUTES as DEFAULT_DATA_CRUD_ROUTES, index_DEFAULT_DISCOVERY_ROUTES as DEFAULT_DISCOVERY_ROUTES, index_DEFAULT_DISPATCHER_ROUTES as DEFAULT_DISPATCHER_ROUTES, index_DEFAULT_I18N_ROUTES as DEFAULT_I18N_ROUTES, index_DEFAULT_METADATA_ROUTES as DEFAULT_METADATA_ROUTES, index_DEFAULT_NOTIFICATION_ROUTES as DEFAULT_NOTIFICATION_ROUTES, index_DEFAULT_PERMISSION_ROUTES as DEFAULT_PERMISSION_ROUTES, index_DEFAULT_REALTIME_ROUTES as DEFAULT_REALTIME_ROUTES, index_DEFAULT_VERSIONING_CONFIG as DEFAULT_VERSIONING_CONFIG, index_DEFAULT_VIEW_ROUTES as DEFAULT_VIEW_ROUTES, index_DEFAULT_WORKFLOW_ROUTES as DEFAULT_WORKFLOW_ROUTES, type index_DataLoaderConfig as DataLoaderConfig, index_DataLoaderConfigSchema as DataLoaderConfigSchema, index_DeduplicationStrategy as DeduplicationStrategy, type index_DeleteDataRequest as DeleteDataRequest, index_DeleteDataRequestSchema as DeleteDataRequestSchema, type index_DeleteDataResponse as DeleteDataResponse, index_DeleteDataResponseSchema as DeleteDataResponseSchema, type index_DeleteFeedItemRequest as DeleteFeedItemRequest, index_DeleteFeedItemRequestSchema as DeleteFeedItemRequestSchema, type index_DeleteFeedItemResponse as DeleteFeedItemResponse, index_DeleteFeedItemResponseSchema as DeleteFeedItemResponseSchema, type index_DeleteFlowRequest as DeleteFlowRequest, index_DeleteFlowRequestSchema as DeleteFlowRequestSchema, type index_DeleteFlowResponse as DeleteFlowResponse, index_DeleteFlowResponseSchema as DeleteFlowResponseSchema, type index_DeleteManyDataRequest as DeleteManyDataRequest, index_DeleteManyDataRequestSchema as DeleteManyDataRequestSchema, type index_DeleteManyDataResponse as DeleteManyDataResponse, index_DeleteManyDataResponseSchema as DeleteManyDataResponseSchema, type index_DeleteManyRequest as DeleteManyRequest, index_DeleteManyRequestSchema as DeleteManyRequestSchema, type index_DeleteResponse as DeleteResponse, index_DeleteResponseSchema as DeleteResponseSchema, type index_DeleteViewRequest as DeleteViewRequest, index_DeleteViewRequestSchema as DeleteViewRequestSchema, type index_DeleteViewResponse as DeleteViewResponse, index_DeleteViewResponseSchema as DeleteViewResponseSchema, index_DisablePackageRequest as DisablePackageRequest, index_DisablePackageRequestSchema as DisablePackageRequestSchema, index_DisablePackageResponse as DisablePackageResponse, index_DisablePackageResponseSchema as DisablePackageResponseSchema, type index_DiscoveryResponse as DiscoveryResponse, index_DiscoverySchema as DiscoverySchema, type index_DispatcherConfig as DispatcherConfig, type index_DispatcherConfigInput as DispatcherConfigInput, index_DispatcherConfigSchema as DispatcherConfigSchema, type index_DispatcherErrorCode as DispatcherErrorCode, type index_DispatcherErrorResponse as DispatcherErrorResponse, index_DispatcherErrorResponseSchema as DispatcherErrorResponseSchema, type index_DispatcherRoute as DispatcherRoute, type index_DispatcherRouteInput as DispatcherRouteInput, index_DispatcherRouteSchema as DispatcherRouteSchema, type index_DocumentState as DocumentState, index_DocumentStateSchema as DocumentStateSchema, type index_ETag as ETag, index_ETagSchema as ETagSchema, type index_EditMessage as EditMessage, index_EditMessageSchema as EditMessageSchema, type index_EditOperation as EditOperation, index_EditOperationSchema as EditOperationSchema, type index_EditOperationType as EditOperationType, index_EnablePackageRequest as EnablePackageRequest, index_EnablePackageRequestSchema as EnablePackageRequestSchema, index_EnablePackageResponse as EnablePackageResponse, index_EnablePackageResponseSchema as EnablePackageResponseSchema, index_EndpointMapping as EndpointMapping, type index_EndpointMappingKey as EndpointMappingKey, type index_EndpointRegistry as EndpointRegistry, index_EndpointRegistrySchema as EndpointRegistrySchema, type index_EnhancedApiError as EnhancedApiError, index_EnhancedApiErrorSchema as EnhancedApiErrorSchema, type index_ErrorCategory as ErrorCategory, type index_ErrorHandlingConfig as ErrorHandlingConfig, type index_ErrorHandlingConfigInput as ErrorHandlingConfigInput, index_ErrorHandlingConfigSchema as ErrorHandlingConfigSchema, index_ErrorHttpStatusMap as ErrorHttpStatusMap, type index_ErrorMessage as ErrorMessage, index_ErrorMessageSchema as ErrorMessageSchema, type index_ErrorResponse as ErrorResponse, index_ErrorResponseSchema as ErrorResponseSchema, type index_EventFilter as EventFilter, type index_EventFilterCondition as EventFilterCondition, index_EventFilterSchema as EventFilterSchema, type index_EventMessage as EventMessage, index_EventMessageSchema as EventMessageSchema, type index_EventPattern as EventPattern, index_EventPatternSchema as EventPatternSchema, type index_EventSubscription as EventSubscription, index_EventSubscriptionSchema as EventSubscriptionSchema, index_ExportApiContracts as ExportApiContracts, index_ExportFormat as ExportFormat, index_ExportImportTemplate as ExportImportTemplate, index_ExportImportTemplateSchema as ExportImportTemplateSchema, index_ExportJobProgress as ExportJobProgress, index_ExportJobProgressSchema as ExportJobProgressSchema, index_ExportJobStatus as ExportJobStatus, index_ExportJobSummary as ExportJobSummary, index_ExportJobSummarySchema as ExportJobSummarySchema, type index_ExportRequest as ExportRequest, index_ExportRequestSchema as ExportRequestSchema, type index_FederationEntity as FederationEntity, type index_FederationEntityKey as FederationEntityKey, index_FederationEntityKeySchema as FederationEntityKeySchema, index_FederationEntitySchema as FederationEntitySchema, type index_FederationExternalField as FederationExternalField, index_FederationExternalFieldSchema as FederationExternalFieldSchema, type index_FederationGateway as FederationGateway, type index_FederationGatewayInput as FederationGatewayInput, index_FederationGatewaySchema as FederationGatewaySchema, type index_FederationProvides as FederationProvides, index_FederationProvidesSchema as FederationProvidesSchema, type index_FederationRequires as FederationRequires, index_FederationRequiresSchema as FederationRequiresSchema, index_FeedApiContracts as FeedApiContracts, type index_FeedApiErrorCode as FeedApiErrorCode, type index_FeedItemPathParams as FeedItemPathParams, index_FeedItemPathParamsSchema as FeedItemPathParamsSchema, index_FeedListFilterType as FeedListFilterType, type index_FeedPathParams as FeedPathParams, index_FeedPathParamsSchema as FeedPathParamsSchema, type index_FeedUnsubscribeRequest as FeedUnsubscribeRequest, index_FeedUnsubscribeRequestSchema as FeedUnsubscribeRequestSchema, type index_FieldError as FieldError, index_FieldErrorSchema as FieldErrorSchema, index_FieldMappingEntry as FieldMappingEntry, index_FieldMappingEntrySchema as FieldMappingEntrySchema, type index_FileTypeValidation as FileTypeValidation, index_FileTypeValidationSchema as FileTypeValidationSchema, type index_FileUploadResponse as FileUploadResponse, index_FileUploadResponseSchema as FileUploadResponseSchema, type index_FilterOperator as FilterOperator, type index_FindDataRequest as FindDataRequest, index_FindDataRequestSchema as FindDataRequestSchema, type index_FindDataResponse as FindDataResponse, index_FindDataResponseSchema as FindDataResponseSchema, type index_FlowSummary as FlowSummary, index_FlowSummarySchema as FlowSummarySchema, type index_GeneratedApiDocumentation as GeneratedApiDocumentation, index_GeneratedApiDocumentationSchema as GeneratedApiDocumentationSchema, type index_GeneratedEndpoint as GeneratedEndpoint, index_GeneratedEndpointSchema as GeneratedEndpointSchema, index_GetAnalyticsMetaRequestSchema as GetAnalyticsMetaRequestSchema, type index_GetChangelogRequest as GetChangelogRequest, index_GetChangelogRequestSchema as GetChangelogRequestSchema, type index_GetChangelogResponse as GetChangelogResponse, index_GetChangelogResponseSchema as GetChangelogResponseSchema, type index_GetDataRequest as GetDataRequest, index_GetDataRequestSchema as GetDataRequestSchema, type index_GetDataResponse as GetDataResponse, index_GetDataResponseSchema as GetDataResponseSchema, type index_GetDiscoveryRequest as GetDiscoveryRequest, index_GetDiscoveryRequestSchema as GetDiscoveryRequestSchema, type index_GetDiscoveryResponse as GetDiscoveryResponse, index_GetDiscoveryResponseSchema as GetDiscoveryResponseSchema, type index_GetEffectivePermissionsRequest as GetEffectivePermissionsRequest, index_GetEffectivePermissionsRequestSchema as GetEffectivePermissionsRequestSchema, type index_GetEffectivePermissionsResponse as GetEffectivePermissionsResponse, index_GetEffectivePermissionsResponseSchema as GetEffectivePermissionsResponseSchema, index_GetExportJobDownloadRequest as GetExportJobDownloadRequest, index_GetExportJobDownloadRequestSchema as GetExportJobDownloadRequestSchema, index_GetExportJobDownloadResponse as GetExportJobDownloadResponse, index_GetExportJobDownloadResponseSchema as GetExportJobDownloadResponseSchema, type index_GetFeedRequest as GetFeedRequest, index_GetFeedRequestSchema as GetFeedRequestSchema, type index_GetFeedResponse as GetFeedResponse, index_GetFeedResponseSchema as GetFeedResponseSchema, type index_GetFieldLabelsRequest as GetFieldLabelsRequest, index_GetFieldLabelsRequestSchema as GetFieldLabelsRequestSchema, type index_GetFieldLabelsResponse as GetFieldLabelsResponse, index_GetFieldLabelsResponseSchema as GetFieldLabelsResponseSchema, type index_GetFlowRequest as GetFlowRequest, index_GetFlowRequestSchema as GetFlowRequestSchema, type index_GetFlowResponse as GetFlowResponse, index_GetFlowResponseSchema as GetFlowResponseSchema, type index_GetInstalledPackageRequest as GetInstalledPackageRequest, index_GetInstalledPackageRequestSchema as GetInstalledPackageRequestSchema, type index_GetInstalledPackageResponse as GetInstalledPackageResponse, index_GetInstalledPackageResponseSchema as GetInstalledPackageResponseSchema, type index_GetLocalesRequest as GetLocalesRequest, index_GetLocalesRequestSchema as GetLocalesRequestSchema, type index_GetLocalesResponse as GetLocalesResponse, index_GetLocalesResponseSchema as GetLocalesResponseSchema, type index_GetMetaItemCachedRequest as GetMetaItemCachedRequest, index_GetMetaItemCachedRequestSchema as GetMetaItemCachedRequestSchema, type index_GetMetaItemCachedResponse as GetMetaItemCachedResponse, index_GetMetaItemCachedResponseSchema as GetMetaItemCachedResponseSchema, type index_GetMetaItemRequest as GetMetaItemRequest, index_GetMetaItemRequestSchema as GetMetaItemRequestSchema, type index_GetMetaItemResponse as GetMetaItemResponse, index_GetMetaItemResponseSchema as GetMetaItemResponseSchema, type index_GetMetaItemsRequest as GetMetaItemsRequest, index_GetMetaItemsRequestSchema as GetMetaItemsRequestSchema, type index_GetMetaItemsResponse as GetMetaItemsResponse, index_GetMetaItemsResponseSchema as GetMetaItemsResponseSchema, type index_GetMetaTypesRequest as GetMetaTypesRequest, index_GetMetaTypesRequestSchema as GetMetaTypesRequestSchema, type index_GetMetaTypesResponse as GetMetaTypesResponse, index_GetMetaTypesResponseSchema as GetMetaTypesResponseSchema, type index_GetNotificationPreferencesRequest as GetNotificationPreferencesRequest, index_GetNotificationPreferencesRequestSchema as GetNotificationPreferencesRequestSchema, type index_GetNotificationPreferencesResponse as GetNotificationPreferencesResponse, index_GetNotificationPreferencesResponseSchema as GetNotificationPreferencesResponseSchema, type index_GetObjectPermissionsRequest as GetObjectPermissionsRequest, index_GetObjectPermissionsRequestSchema as GetObjectPermissionsRequestSchema, type index_GetObjectPermissionsResponse as GetObjectPermissionsResponse, index_GetObjectPermissionsResponseSchema as GetObjectPermissionsResponseSchema, index_GetPackageRequest as GetPackageRequest, index_GetPackageRequestSchema as GetPackageRequestSchema, index_GetPackageResponse as GetPackageResponse, index_GetPackageResponseSchema as GetPackageResponseSchema, type index_GetPresenceRequest as GetPresenceRequest, index_GetPresenceRequestSchema as GetPresenceRequestSchema, type index_GetPresenceResponse as GetPresenceResponse, index_GetPresenceResponseSchema as GetPresenceResponseSchema, type index_GetPresignedUrlRequest as GetPresignedUrlRequest, index_GetPresignedUrlRequestSchema as GetPresignedUrlRequestSchema, type index_GetRunRequest as GetRunRequest, index_GetRunRequestSchema as GetRunRequestSchema, type index_GetRunResponse as GetRunResponse, index_GetRunResponseSchema as GetRunResponseSchema, type index_GetTranslationsRequest as GetTranslationsRequest, index_GetTranslationsRequestSchema as GetTranslationsRequestSchema, type index_GetTranslationsResponse as GetTranslationsResponse, index_GetTranslationsResponseSchema as GetTranslationsResponseSchema, type index_GetUiViewRequest as GetUiViewRequest, index_GetUiViewRequestSchema as GetUiViewRequestSchema, type index_GetUiViewResponse as GetUiViewResponse, index_GetUiViewResponseSchema as GetUiViewResponseSchema, type index_GetViewRequest as GetViewRequest, index_GetViewRequestSchema as GetViewRequestSchema, type index_GetViewResponse as GetViewResponse, index_GetViewResponseSchema as GetViewResponseSchema, type index_GetWorkflowConfigRequest as GetWorkflowConfigRequest, index_GetWorkflowConfigRequestSchema as GetWorkflowConfigRequestSchema, type index_GetWorkflowConfigResponse as GetWorkflowConfigResponse, index_GetWorkflowConfigResponseSchema as GetWorkflowConfigResponseSchema, type index_GetWorkflowStateRequest as GetWorkflowStateRequest, index_GetWorkflowStateRequestSchema as GetWorkflowStateRequestSchema, type index_GetWorkflowStateResponse as GetWorkflowStateResponse, index_GetWorkflowStateResponseSchema as GetWorkflowStateResponseSchema, type index_GraphQLConfig as GraphQLConfig, type index_GraphQLConfigInput as GraphQLConfigInput, index_GraphQLConfigSchema as GraphQLConfigSchema, type index_GraphQLDataLoaderConfig as GraphQLDataLoaderConfig, type index_GraphQLDataLoaderConfigInput as GraphQLDataLoaderConfigInput, index_GraphQLDataLoaderConfigSchema as GraphQLDataLoaderConfigSchema, type index_GraphQLDirectiveConfig as GraphQLDirectiveConfig, type index_GraphQLDirectiveConfigInput as GraphQLDirectiveConfigInput, index_GraphQLDirectiveConfigSchema as GraphQLDirectiveConfigSchema, type index_GraphQLDirectiveLocation as GraphQLDirectiveLocation, type index_GraphQLMutationConfig as GraphQLMutationConfig, type index_GraphQLMutationConfigInput as GraphQLMutationConfigInput, index_GraphQLMutationConfigSchema as GraphQLMutationConfigSchema, type index_GraphQLPersistedQuery as GraphQLPersistedQuery, type index_GraphQLPersistedQueryInput as GraphQLPersistedQueryInput, index_GraphQLPersistedQuerySchema as GraphQLPersistedQuerySchema, type index_GraphQLQueryAdapter as GraphQLQueryAdapter, type index_GraphQLQueryAdapterInput as GraphQLQueryAdapterInput, index_GraphQLQueryAdapterSchema as GraphQLQueryAdapterSchema, type index_GraphQLQueryComplexity as GraphQLQueryComplexity, type index_GraphQLQueryComplexityInput as GraphQLQueryComplexityInput, index_GraphQLQueryComplexitySchema as GraphQLQueryComplexitySchema, type index_GraphQLQueryConfig as GraphQLQueryConfig, type index_GraphQLQueryConfigInput as GraphQLQueryConfigInput, index_GraphQLQueryConfigSchema as GraphQLQueryConfigSchema, type index_GraphQLQueryDepthLimit as GraphQLQueryDepthLimit, type index_GraphQLQueryDepthLimitInput as GraphQLQueryDepthLimitInput, index_GraphQLQueryDepthLimitSchema as GraphQLQueryDepthLimitSchema, type index_GraphQLRateLimit as GraphQLRateLimit, type index_GraphQLRateLimitInput as GraphQLRateLimitInput, index_GraphQLRateLimitSchema as GraphQLRateLimitSchema, type index_GraphQLResolverConfig as GraphQLResolverConfig, type index_GraphQLResolverConfigInput as GraphQLResolverConfigInput, index_GraphQLResolverConfigSchema as GraphQLResolverConfigSchema, type index_GraphQLScalarType as GraphQLScalarType, type index_GraphQLSubscriptionConfig as GraphQLSubscriptionConfig, type index_GraphQLSubscriptionConfigInput as GraphQLSubscriptionConfigInput, index_GraphQLSubscriptionConfigSchema as GraphQLSubscriptionConfigSchema, type index_GraphQLTypeConfig as GraphQLTypeConfig, type index_GraphQLTypeConfigInput as GraphQLTypeConfigInput, index_GraphQLTypeConfigSchema as GraphQLTypeConfigSchema, type index_HandlerStatus as HandlerStatus, index_HandlerStatusSchema as HandlerStatusSchema, index_HttpFindQueryParamsSchema as HttpFindQueryParamsSchema, index_HttpMethod as HttpMethod, type index_HttpStatusCode as HttpStatusCode, type index_IdRequest as IdRequest, index_IdRequestSchema as IdRequestSchema, index_ImportValidationConfig as ImportValidationConfig, index_ImportValidationConfigSchema as ImportValidationConfigSchema, index_ImportValidationMode as ImportValidationMode, index_ImportValidationResult as ImportValidationResult, index_ImportValidationResultSchema as ImportValidationResultSchema, type index_InitiateChunkedUploadRequest as InitiateChunkedUploadRequest, index_InitiateChunkedUploadRequestSchema as InitiateChunkedUploadRequestSchema, type index_InitiateChunkedUploadResponse as InitiateChunkedUploadResponse, index_InitiateChunkedUploadResponseSchema as InitiateChunkedUploadResponseSchema, index_InstallPackageRequest as InstallPackageRequest, index_InstallPackageRequestSchema as InstallPackageRequestSchema, index_InstallPackageResponse as InstallPackageResponse, index_InstallPackageResponseSchema as InstallPackageResponseSchema, index_InstalledPackage as InstalledPackage, index_ListExportJobsRequest as ListExportJobsRequest, index_ListExportJobsRequestSchema as ListExportJobsRequestSchema, index_ListExportJobsResponse as ListExportJobsResponse, index_ListExportJobsResponseSchema as ListExportJobsResponseSchema, type index_ListFlowsRequest as ListFlowsRequest, index_ListFlowsRequestSchema as ListFlowsRequestSchema, type index_ListFlowsResponse as ListFlowsResponse, index_ListFlowsResponseSchema as ListFlowsResponseSchema, type index_ListInstalledPackagesRequest as ListInstalledPackagesRequest, index_ListInstalledPackagesRequestSchema as ListInstalledPackagesRequestSchema, type index_ListInstalledPackagesResponse as ListInstalledPackagesResponse, index_ListInstalledPackagesResponseSchema as ListInstalledPackagesResponseSchema, type index_ListNotificationsRequest as ListNotificationsRequest, index_ListNotificationsRequestSchema as ListNotificationsRequestSchema, type index_ListNotificationsResponse as ListNotificationsResponse, index_ListNotificationsResponseSchema as ListNotificationsResponseSchema, index_ListPackagesRequest as ListPackagesRequest, index_ListPackagesRequestSchema as ListPackagesRequestSchema, index_ListPackagesResponse as ListPackagesResponse, index_ListPackagesResponseSchema as ListPackagesResponseSchema, type index_ListRecordResponse as ListRecordResponse, index_ListRecordResponseSchema as ListRecordResponseSchema, type index_ListRunsRequest as ListRunsRequest, index_ListRunsRequestSchema as ListRunsRequestSchema, type index_ListRunsResponse as ListRunsResponse, index_ListRunsResponseSchema as ListRunsResponseSchema, type index_ListViewsRequest as ListViewsRequest, index_ListViewsRequestSchema as ListViewsRequestSchema, type index_ListViewsResponse as ListViewsResponse, index_ListViewsResponseSchema as ListViewsResponseSchema, type index_LoginRequest as LoginRequest, type index_LoginRequestInput as LoginRequestInput, index_LoginRequestSchema as LoginRequestSchema, type index_LoginType as LoginType, type index_MarkAllNotificationsReadRequest as MarkAllNotificationsReadRequest, index_MarkAllNotificationsReadRequestSchema as MarkAllNotificationsReadRequestSchema, type index_MarkAllNotificationsReadResponse as MarkAllNotificationsReadResponse, index_MarkAllNotificationsReadResponseSchema as MarkAllNotificationsReadResponseSchema, type index_MarkNotificationsReadRequest as MarkNotificationsReadRequest, index_MarkNotificationsReadRequestSchema as MarkNotificationsReadRequestSchema, type index_MarkNotificationsReadResponse as MarkNotificationsReadResponse, index_MarkNotificationsReadResponseSchema as MarkNotificationsReadResponseSchema, index_MetadataBulkRegisterRequestSchema as MetadataBulkRegisterRequestSchema, type index_MetadataBulkResponse as MetadataBulkResponse, index_MetadataBulkResponseSchema as MetadataBulkResponseSchema, index_MetadataBulkUnregisterRequestSchema as MetadataBulkUnregisterRequestSchema, index_MetadataCacheApi as MetadataCacheApi, type index_MetadataCacheRequest as MetadataCacheRequest, index_MetadataCacheRequestSchema as MetadataCacheRequestSchema, type index_MetadataCacheResponse as MetadataCacheResponse, index_MetadataCacheResponseSchema as MetadataCacheResponseSchema, type index_MetadataDeleteResponse as MetadataDeleteResponse, index_MetadataDeleteResponseSchema as MetadataDeleteResponseSchema, type index_MetadataDependenciesResponse as MetadataDependenciesResponse, index_MetadataDependenciesResponseSchema as MetadataDependenciesResponseSchema, type index_MetadataDependentsResponse as MetadataDependentsResponse, index_MetadataDependentsResponseSchema as MetadataDependentsResponseSchema, type index_MetadataEffectiveResponse as MetadataEffectiveResponse, index_MetadataEffectiveResponseSchema as MetadataEffectiveResponseSchema, type index_MetadataEndpointsConfig as MetadataEndpointsConfig, type index_MetadataEndpointsConfigInput as MetadataEndpointsConfigInput, index_MetadataEndpointsConfigSchema as MetadataEndpointsConfigSchema, type index_MetadataExistsResponse as MetadataExistsResponse, index_MetadataExistsResponseSchema as MetadataExistsResponseSchema, index_MetadataExportRequestSchema as MetadataExportRequestSchema, type index_MetadataExportResponse as MetadataExportResponse, index_MetadataExportResponseSchema as MetadataExportResponseSchema, index_MetadataImportRequestSchema as MetadataImportRequestSchema, type index_MetadataImportResponse as MetadataImportResponse, index_MetadataImportResponseSchema as MetadataImportResponseSchema, type index_MetadataItemResponse as MetadataItemResponse, index_MetadataItemResponseSchema as MetadataItemResponseSchema, type index_MetadataListResponse as MetadataListResponse, index_MetadataListResponseSchema as MetadataListResponseSchema, type index_MetadataNamesResponse as MetadataNamesResponse, index_MetadataNamesResponseSchema as MetadataNamesResponseSchema, type index_MetadataOverlayResponse as MetadataOverlayResponse, index_MetadataOverlayResponseSchema as MetadataOverlayResponseSchema, index_MetadataOverlaySaveRequestSchema as MetadataOverlaySaveRequestSchema, index_MetadataQueryRequestSchema as MetadataQueryRequestSchema, type index_MetadataQueryResponse as MetadataQueryResponse, index_MetadataQueryResponseSchema as MetadataQueryResponseSchema, type index_MetadataRegisterRequest as MetadataRegisterRequest, index_MetadataRegisterRequestSchema as MetadataRegisterRequestSchema, type index_MetadataTypeInfoResponse as MetadataTypeInfoResponse, index_MetadataTypeInfoResponseSchema as MetadataTypeInfoResponseSchema, type index_MetadataTypesResponse as MetadataTypesResponse, index_MetadataTypesResponseSchema as MetadataTypesResponseSchema, index_MetadataValidateRequestSchema as MetadataValidateRequestSchema, type index_MetadataValidateResponse as MetadataValidateResponse, index_MetadataValidateResponseSchema as MetadataValidateResponseSchema, type index_ModificationResult as ModificationResult, index_ModificationResultSchema as ModificationResultSchema, type index_Notification as Notification, type index_NotificationInput as NotificationInput, type index_NotificationPreferences as NotificationPreferences, type index_NotificationPreferencesInput as NotificationPreferencesInput, index_NotificationPreferencesSchema as NotificationPreferencesSchema, index_NotificationSchema as NotificationSchema, index_OData as OData, type index_ODataConfig as ODataConfig, index_ODataConfigSchema as ODataConfigSchema, type index_ODataError as ODataError, index_ODataErrorSchema as ODataErrorSchema, type index_ODataFilterFunction as ODataFilterFunction, index_ODataFilterFunctionSchema as ODataFilterFunctionSchema, type index_ODataFilterOperator as ODataFilterOperator, index_ODataFilterOperatorSchema as ODataFilterOperatorSchema, type index_ODataMetadata as ODataMetadata, index_ODataMetadataSchema as ODataMetadataSchema, type index_ODataQuery as ODataQuery, type index_ODataQueryAdapter as ODataQueryAdapter, type index_ODataQueryAdapterInput as ODataQueryAdapterInput, index_ODataQueryAdapterSchema as ODataQueryAdapterSchema, index_ODataQuerySchema as ODataQuerySchema, type index_ODataResponse as ODataResponse, index_ODataResponseSchema as ODataResponseSchema, type index_ObjectDefinitionResponse as ObjectDefinitionResponse, index_ObjectDefinitionResponseSchema as ObjectDefinitionResponseSchema, type index_ObjectQLReference as ObjectQLReference, index_ObjectQLReferenceSchema as ObjectQLReferenceSchema, type index_ObjectStackProtocol as ObjectStackProtocol, index_ObjectStackProtocolSchema as ObjectStackProtocolSchema, type index_ObjectStackProtocolZod as ObjectStackProtocolZod, type index_OpenApi31Extensions as OpenApi31Extensions, index_OpenApi31ExtensionsSchema as OpenApi31ExtensionsSchema, type index_OpenApiGenerationConfig as OpenApiGenerationConfig, type index_OpenApiGenerationConfigInput as OpenApiGenerationConfigInput, index_OpenApiGenerationConfigSchema as OpenApiGenerationConfigSchema, type index_OpenApiSecurityScheme as OpenApiSecurityScheme, index_OpenApiSecuritySchemeSchema as OpenApiSecuritySchemeSchema, type index_OpenApiServer as OpenApiServer, index_OpenApiServerSchema as OpenApiServerSchema, index_OpenApiSpec as OpenApiSpec, index_OpenApiSpecSchema as OpenApiSpecSchema, type index_OperatorMapping as OperatorMapping, index_OperatorMappingSchema as OperatorMappingSchema, index_PackageApiContracts as PackageApiContracts, type index_PackageApiErrorCode as PackageApiErrorCode, type index_PackageInstallRequest as PackageInstallRequest, index_PackageInstallRequestSchema as PackageInstallRequestSchema, type index_PackageInstallResponse as PackageInstallResponse, index_PackageInstallResponseSchema as PackageInstallResponseSchema, type index_PackagePathParams as PackagePathParams, index_PackagePathParamsSchema as PackagePathParamsSchema, type index_PackageRollbackRequest as PackageRollbackRequest, index_PackageRollbackRequestSchema as PackageRollbackRequestSchema, type index_PackageRollbackResponse as PackageRollbackResponse, index_PackageRollbackResponseSchema as PackageRollbackResponseSchema, index_PackageStatus as PackageStatus, type index_PackageUpgradeRequest as PackageUpgradeRequest, index_PackageUpgradeRequestSchema as PackageUpgradeRequestSchema, type index_PackageUpgradeResponse as PackageUpgradeResponse, index_PackageUpgradeResponseSchema as PackageUpgradeResponseSchema, type index_PinFeedItemRequest as PinFeedItemRequest, index_PinFeedItemRequestSchema as PinFeedItemRequestSchema, type index_PinFeedItemResponse as PinFeedItemResponse, index_PinFeedItemResponseSchema as PinFeedItemResponseSchema, type index_PingMessage as PingMessage, index_PingMessageSchema as PingMessageSchema, type index_PongMessage as PongMessage, index_PongMessageSchema as PongMessageSchema, type index_PresenceMessage as PresenceMessage, index_PresenceMessageSchema as PresenceMessageSchema, type index_PresenceState as PresenceState, index_PresenceStateSchema as PresenceStateSchema, type index_PresenceStatus as PresenceStatus, type index_PresenceUpdate as PresenceUpdate, index_PresenceUpdateSchema as PresenceUpdateSchema, type index_PresignedUrlResponse as PresignedUrlResponse, index_PresignedUrlResponseSchema as PresignedUrlResponseSchema, type index_QueryAdapterConfig as QueryAdapterConfig, type index_QueryAdapterConfigInput as QueryAdapterConfigInput, index_QueryAdapterConfigSchema as QueryAdapterConfigSchema, type index_QueryAdapterTarget as QueryAdapterTarget, index_QueryAdapterTargetSchema as QueryAdapterTargetSchema, type index_QueryOptimizationConfig as QueryOptimizationConfig, index_QueryOptimizationConfigSchema as QueryOptimizationConfigSchema, type index_RealtimeConfig as RealtimeConfig, index_RealtimeConfigSchema as RealtimeConfigSchema, type index_RealtimeConnectRequest as RealtimeConnectRequest, index_RealtimeConnectRequestSchema as RealtimeConnectRequestSchema, type index_RealtimeConnectResponse as RealtimeConnectResponse, index_RealtimeConnectResponseSchema as RealtimeConnectResponseSchema, type index_RealtimeDisconnectRequest as RealtimeDisconnectRequest, index_RealtimeDisconnectRequestSchema as RealtimeDisconnectRequestSchema, type index_RealtimeDisconnectResponse as RealtimeDisconnectResponse, index_RealtimeDisconnectResponseSchema as RealtimeDisconnectResponseSchema, type index_RealtimeEvent as RealtimeEvent, index_RealtimeEventSchema as RealtimeEventSchema, type index_RealtimeEventType as RealtimeEventType, type index_RealtimePresence as RealtimePresence, index_RealtimePresenceSchema as RealtimePresenceSchema, type index_RealtimeRecordAction as RealtimeRecordAction, type index_RealtimeSubscribeRequest as RealtimeSubscribeRequest, index_RealtimeSubscribeRequestSchema as RealtimeSubscribeRequestSchema, type index_RealtimeSubscribeResponse as RealtimeSubscribeResponse, index_RealtimeSubscribeResponseSchema as RealtimeSubscribeResponseSchema, type index_RealtimeUnsubscribeRequest as RealtimeUnsubscribeRequest, index_RealtimeUnsubscribeRequestSchema as RealtimeUnsubscribeRequestSchema, type index_RealtimeUnsubscribeResponse as RealtimeUnsubscribeResponse, index_RealtimeUnsubscribeResponseSchema as RealtimeUnsubscribeResponseSchema, type index_RecordData as RecordData, index_RecordDataSchema as RecordDataSchema, type index_RefreshTokenRequest as RefreshTokenRequest, index_RefreshTokenRequestSchema as RefreshTokenRequestSchema, type index_RegisterDeviceRequest as RegisterDeviceRequest, index_RegisterDeviceRequestSchema as RegisterDeviceRequestSchema, type index_RegisterDeviceResponse as RegisterDeviceResponse, index_RegisterDeviceResponseSchema as RegisterDeviceResponseSchema, type index_RegisterRequest as RegisterRequest, index_RegisterRequestSchema as RegisterRequestSchema, type index_RemoveReactionRequest as RemoveReactionRequest, index_RemoveReactionRequestSchema as RemoveReactionRequestSchema, type index_RemoveReactionResponse as RemoveReactionResponse, index_RemoveReactionResponseSchema as RemoveReactionResponseSchema, type index_RequestValidationConfig as RequestValidationConfig, type index_RequestValidationConfigInput as RequestValidationConfigInput, index_RequestValidationConfigSchema as RequestValidationConfigSchema, type index_ResolveDependenciesRequest as ResolveDependenciesRequest, index_ResolveDependenciesRequestSchema as ResolveDependenciesRequestSchema, type index_ResolveDependenciesResponse as ResolveDependenciesResponse, index_ResolveDependenciesResponseSchema as ResolveDependenciesResponseSchema, type index_ResponseEnvelopeConfig as ResponseEnvelopeConfig, type index_ResponseEnvelopeConfigInput as ResponseEnvelopeConfigInput, index_ResponseEnvelopeConfigSchema as ResponseEnvelopeConfigSchema, index_RestApiConfig as RestApiConfig, type index_RestApiConfigInput as RestApiConfigInput, index_RestApiConfigSchema as RestApiConfigSchema, type index_RestApiEndpoint as RestApiEndpoint, index_RestApiEndpointSchema as RestApiEndpointSchema, index_RestApiPluginConfig as RestApiPluginConfig, type index_RestApiPluginConfigInput as RestApiPluginConfigInput, index_RestApiPluginConfigSchema as RestApiPluginConfigSchema, type index_RestApiRouteCategory as RestApiRouteCategory, index_RestApiRouteRegistration as RestApiRouteRegistration, index_RestApiRouteRegistrationSchema as RestApiRouteRegistrationSchema, type index_RestQueryAdapter as RestQueryAdapter, type index_RestQueryAdapterInput as RestQueryAdapterInput, index_RestQueryAdapterSchema as RestQueryAdapterSchema, index_RestServerConfig as RestServerConfig, type index_RestServerConfigInput as RestServerConfigInput, index_RestServerConfigSchema as RestServerConfigSchema, type index_RetryStrategy as RetryStrategy, type index_RouteCategory as RouteCategory, type index_RouteCoverageEntry as RouteCoverageEntry, index_RouteCoverageEntrySchema as RouteCoverageEntrySchema, type index_RouteCoverageReport as RouteCoverageReport, index_RouteCoverageReportSchema as RouteCoverageReportSchema, type index_RouteDefinition as RouteDefinition, index_RouteDefinitionSchema as RouteDefinitionSchema, type index_RouteGenerationConfig as RouteGenerationConfig, type index_RouteGenerationConfigInput as RouteGenerationConfigInput, index_RouteGenerationConfigSchema as RouteGenerationConfigSchema, type index_RouteHealthEntry as RouteHealthEntry, index_RouteHealthEntrySchema as RouteHealthEntrySchema, type index_RouteHealthReport as RouteHealthReport, index_RouteHealthReportSchema as RouteHealthReportSchema, type index_RouterConfig as RouterConfig, index_RouterConfigSchema as RouterConfigSchema, type index_SaveMetaItemRequest as SaveMetaItemRequest, index_SaveMetaItemRequestSchema as SaveMetaItemRequestSchema, type index_SaveMetaItemResponse as SaveMetaItemResponse, index_SaveMetaItemResponseSchema as SaveMetaItemResponseSchema, index_ScheduleExportRequest as ScheduleExportRequest, index_ScheduleExportRequestSchema as ScheduleExportRequestSchema, index_ScheduleExportResponse as ScheduleExportResponse, index_ScheduleExportResponseSchema as ScheduleExportResponseSchema, index_ScheduledExport as ScheduledExport, index_ScheduledExportSchema as ScheduledExportSchema, type index_SchemaDefinition as SchemaDefinition, type index_SearchFeedRequest as SearchFeedRequest, index_SearchFeedRequestSchema as SearchFeedRequestSchema, type index_SearchFeedResponse as SearchFeedResponse, index_SearchFeedResponseSchema as SearchFeedResponseSchema, type index_ServiceInfo as ServiceInfo, index_ServiceInfoSchema as ServiceInfoSchema, type index_ServiceStatus as ServiceStatus, type index_Session as Session, type index_SessionResponse as SessionResponse, index_SessionResponseSchema as SessionResponseSchema, index_SessionSchema as SessionSchema, type index_SessionUser as SessionUser, type index_SessionUserInput as SessionUserInput, index_SessionUserSchema as SessionUserSchema, type index_SetPresenceRequest as SetPresenceRequest, index_SetPresenceRequestSchema as SetPresenceRequestSchema, type index_SetPresenceResponse as SetPresenceResponse, index_SetPresenceResponseSchema as SetPresenceResponseSchema, type index_SimpleCursorPosition as SimpleCursorPosition, index_SimpleCursorPositionSchema as SimpleCursorPositionSchema, type index_SimplePresenceState as SimplePresenceState, index_SimplePresenceStateSchema as SimplePresenceStateSchema, type index_SingleRecordResponse as SingleRecordResponse, index_SingleRecordResponseSchema as SingleRecordResponseSchema, index_StandardApiContracts as StandardApiContracts, type index_StandardErrorCode as StandardErrorCode, type index_StarFeedItemRequest as StarFeedItemRequest, index_StarFeedItemRequestSchema as StarFeedItemRequestSchema, type index_StarFeedItemResponse as StarFeedItemResponse, index_StarFeedItemResponseSchema as StarFeedItemResponseSchema, index_StorageApiContracts as StorageApiContracts, type index_SubgraphConfig as SubgraphConfig, type index_SubgraphConfigInput as SubgraphConfigInput, index_SubgraphConfigSchema as SubgraphConfigSchema, type index_SubscribeMessage as SubscribeMessage, index_SubscribeMessageSchema as SubscribeMessageSchema, type index_SubscribeRequest as SubscribeRequest, index_SubscribeRequestSchema as SubscribeRequestSchema, type index_SubscribeResponse as SubscribeResponse, index_SubscribeResponseSchema as SubscribeResponseSchema, type index_Subscription as Subscription, index_SubscriptionEventSchema as SubscriptionEventSchema, index_SubscriptionSchema as SubscriptionSchema, type index_ToggleFlowRequest as ToggleFlowRequest, index_ToggleFlowRequestSchema as ToggleFlowRequestSchema, type index_ToggleFlowResponse as ToggleFlowResponse, index_ToggleFlowResponseSchema as ToggleFlowResponseSchema, type index_TransportProtocol as TransportProtocol, type index_TriggerFlowRequest as TriggerFlowRequest, index_TriggerFlowRequestSchema as TriggerFlowRequestSchema, type index_TriggerFlowResponse as TriggerFlowResponse, index_TriggerFlowResponseSchema as TriggerFlowResponseSchema, type index_UninstallPackageApiRequest as UninstallPackageApiRequest, index_UninstallPackageApiRequestSchema as UninstallPackageApiRequestSchema, type index_UninstallPackageApiResponse as UninstallPackageApiResponse, index_UninstallPackageApiResponseSchema as UninstallPackageApiResponseSchema, index_UninstallPackageRequest as UninstallPackageRequest, index_UninstallPackageRequestSchema as UninstallPackageRequestSchema, index_UninstallPackageResponse as UninstallPackageResponse, index_UninstallPackageResponseSchema as UninstallPackageResponseSchema, type index_UnpinFeedItemRequest as UnpinFeedItemRequest, index_UnpinFeedItemRequestSchema as UnpinFeedItemRequestSchema, type index_UnpinFeedItemResponse as UnpinFeedItemResponse, index_UnpinFeedItemResponseSchema as UnpinFeedItemResponseSchema, type index_UnregisterDeviceRequest as UnregisterDeviceRequest, index_UnregisterDeviceRequestSchema as UnregisterDeviceRequestSchema, type index_UnregisterDeviceResponse as UnregisterDeviceResponse, index_UnregisterDeviceResponseSchema as UnregisterDeviceResponseSchema, type index_UnstarFeedItemRequest as UnstarFeedItemRequest, index_UnstarFeedItemRequestSchema as UnstarFeedItemRequestSchema, type index_UnstarFeedItemResponse as UnstarFeedItemResponse, index_UnstarFeedItemResponseSchema as UnstarFeedItemResponseSchema, type index_UnsubscribeMessage as UnsubscribeMessage, index_UnsubscribeMessageSchema as UnsubscribeMessageSchema, type index_UnsubscribeRequest as UnsubscribeRequest, index_UnsubscribeRequestSchema as UnsubscribeRequestSchema, type index_UnsubscribeResponse as UnsubscribeResponse, index_UnsubscribeResponseSchema as UnsubscribeResponseSchema, type index_UpdateDataRequest as UpdateDataRequest, index_UpdateDataRequestSchema as UpdateDataRequestSchema, type index_UpdateDataResponse as UpdateDataResponse, index_UpdateDataResponseSchema as UpdateDataResponseSchema, type index_UpdateFeedItemRequest as UpdateFeedItemRequest, index_UpdateFeedItemRequestSchema as UpdateFeedItemRequestSchema, type index_UpdateFeedItemResponse as UpdateFeedItemResponse, index_UpdateFeedItemResponseSchema as UpdateFeedItemResponseSchema, type index_UpdateFlowRequest as UpdateFlowRequest, index_UpdateFlowRequestSchema as UpdateFlowRequestSchema, type index_UpdateFlowResponse as UpdateFlowResponse, index_UpdateFlowResponseSchema as UpdateFlowResponseSchema, type index_UpdateManyDataRequest as UpdateManyDataRequest, index_UpdateManyDataRequestSchema as UpdateManyDataRequestSchema, type index_UpdateManyDataResponse as UpdateManyDataResponse, index_UpdateManyDataResponseSchema as UpdateManyDataResponseSchema, type index_UpdateManyRequest as UpdateManyRequest, index_UpdateManyRequestSchema as UpdateManyRequestSchema, type index_UpdateNotificationPreferencesRequest as UpdateNotificationPreferencesRequest, index_UpdateNotificationPreferencesRequestSchema as UpdateNotificationPreferencesRequestSchema, type index_UpdateNotificationPreferencesResponse as UpdateNotificationPreferencesResponse, index_UpdateNotificationPreferencesResponseSchema as UpdateNotificationPreferencesResponseSchema, type index_UpdateRequest as UpdateRequest, index_UpdateRequestSchema as UpdateRequestSchema, type index_UpdateViewRequest as UpdateViewRequest, index_UpdateViewRequestSchema as UpdateViewRequestSchema, type index_UpdateViewResponse as UpdateViewResponse, index_UpdateViewResponseSchema as UpdateViewResponseSchema, type index_UploadArtifactRequest as UploadArtifactRequest, index_UploadArtifactRequestSchema as UploadArtifactRequestSchema, type index_UploadArtifactResponse as UploadArtifactResponse, index_UploadArtifactResponseSchema as UploadArtifactResponseSchema, type index_UploadChunkRequest as UploadChunkRequest, index_UploadChunkRequestSchema as UploadChunkRequestSchema, type index_UploadChunkResponse as UploadChunkResponse, index_UploadChunkResponseSchema as UploadChunkResponseSchema, type index_UploadProgress as UploadProgress, index_UploadProgressSchema as UploadProgressSchema, type index_UserProfileResponse as UserProfileResponse, index_UserProfileResponseSchema as UserProfileResponseSchema, type index_ValidationMode as ValidationMode, type index_VersionDefinition as VersionDefinition, index_VersionDefinitionSchema as VersionDefinitionSchema, type index_VersionNegotiationResponse as VersionNegotiationResponse, index_VersionNegotiationResponseSchema as VersionNegotiationResponseSchema, type index_VersionStatus as VersionStatus, type index_VersioningConfig as VersioningConfig, type index_VersioningConfigInput as VersioningConfigInput, index_VersioningConfigSchema as VersioningConfigSchema, type index_VersioningStrategy as VersioningStrategy, type index_WebSocketConfig as WebSocketConfig, index_WebSocketConfigSchema as WebSocketConfigSchema, type index_WebSocketEvent as WebSocketEvent, index_WebSocketEventSchema as WebSocketEventSchema, type index_WebSocketMessage as WebSocketMessage, index_WebSocketMessageSchema as WebSocketMessageSchema, type index_WebSocketMessageType as WebSocketMessageType, type index_WebSocketPresenceStatus as WebSocketPresenceStatus, type index_WebSocketServerConfig as WebSocketServerConfig, index_WebSocketServerConfigSchema as WebSocketServerConfigSchema, type index_WebhookConfig as WebhookConfig, index_WebhookConfigSchema as WebhookConfigSchema, type index_WebhookEvent as WebhookEvent, index_WebhookEventSchema as WebhookEventSchema, type index_WellKnownCapabilities as WellKnownCapabilities, index_WellKnownCapabilitiesSchema as WellKnownCapabilitiesSchema, type index_WorkflowApproveRequest as WorkflowApproveRequest, index_WorkflowApproveRequestSchema as WorkflowApproveRequestSchema, type index_WorkflowApproveResponse as WorkflowApproveResponse, index_WorkflowApproveResponseSchema as WorkflowApproveResponseSchema, type index_WorkflowRejectRequest as WorkflowRejectRequest, index_WorkflowRejectRequestSchema as WorkflowRejectRequestSchema, type index_WorkflowRejectResponse as WorkflowRejectResponse, index_WorkflowRejectResponseSchema as WorkflowRejectResponseSchema, type index_WorkflowState as WorkflowState, index_WorkflowStateSchema as WorkflowStateSchema, type index_WorkflowTransitionRequest as WorkflowTransitionRequest, index_WorkflowTransitionRequestSchema as WorkflowTransitionRequestSchema, type index_WorkflowTransitionResponse as WorkflowTransitionResponse, index_WorkflowTransitionResponseSchema as WorkflowTransitionResponseSchema, index_getAuthEndpointUrl as getAuthEndpointUrl, index_getDefaultRouteRegistrations as getDefaultRouteRegistrations, index_mapFieldTypeToGraphQL as mapFieldTypeToGraphQL };
|
|
33718
|
+
export { type index_AckMessage as AckMessage, index_AckMessageSchema as AckMessageSchema, type index_AddReactionRequest as AddReactionRequest, index_AddReactionRequestSchema as AddReactionRequestSchema, type index_AddReactionResponse as AddReactionResponse, index_AddReactionResponseSchema as AddReactionResponseSchema, type index_AiInsightsRequest as AiInsightsRequest, index_AiInsightsRequestSchema as AiInsightsRequestSchema, type index_AiInsightsResponse as AiInsightsResponse, index_AiInsightsResponseSchema as AiInsightsResponseSchema, type index_AiNlqRequest as AiNlqRequest, index_AiNlqRequestSchema as AiNlqRequestSchema, type index_AiNlqResponse as AiNlqResponse, index_AiNlqResponseSchema as AiNlqResponseSchema, type index_AiSuggestRequest as AiSuggestRequest, index_AiSuggestRequestSchema as AiSuggestRequestSchema, type index_AiSuggestResponse as AiSuggestResponse, index_AiSuggestResponseSchema as AiSuggestResponseSchema, type index_AnalyticsEndpoint as AnalyticsEndpoint, type index_AnalyticsMetadataResponse as AnalyticsMetadataResponse, index_AnalyticsMetadataResponseSchema as AnalyticsMetadataResponseSchema, type AnalyticsQueryRequest$1 as AnalyticsQueryRequest, index_AnalyticsQueryRequestSchema as AnalyticsQueryRequestSchema, index_AnalyticsResultResponseSchema as AnalyticsResultResponseSchema, type index_AnalyticsSqlResponse as AnalyticsSqlResponse, index_AnalyticsSqlResponseSchema as AnalyticsSqlResponseSchema, type index_ApiChangelogEntry as ApiChangelogEntry, index_ApiChangelogEntrySchema as ApiChangelogEntrySchema, type index_ApiDiscoveryQuery as ApiDiscoveryQuery, index_ApiDiscoveryQuerySchema as ApiDiscoveryQuerySchema, type index_ApiDiscoveryResponse as ApiDiscoveryResponse, index_ApiDiscoveryResponseSchema as ApiDiscoveryResponseSchema, index_ApiDocumentationConfig as ApiDocumentationConfig, index_ApiDocumentationConfigSchema as ApiDocumentationConfigSchema, type index_ApiEndpoint as ApiEndpoint, type index_ApiEndpointInput as ApiEndpointInput, index_ApiEndpointRegistration as ApiEndpointRegistration, type index_ApiEndpointRegistrationInput as ApiEndpointRegistrationInput, index_ApiEndpointRegistrationSchema as ApiEndpointRegistrationSchema, index_ApiEndpointSchema as ApiEndpointSchema, type index_ApiError as ApiError, index_ApiErrorSchema as ApiErrorSchema, index_ApiMappingSchema as ApiMappingSchema, type index_ApiMetadata as ApiMetadata, type index_ApiMetadataInput as ApiMetadataInput, index_ApiMetadataSchema as ApiMetadataSchema, type index_ApiParameter as ApiParameter, index_ApiParameterSchema as ApiParameterSchema, type index_ApiProtocolType as ApiProtocolType, index_ApiRegistry as ApiRegistry, index_ApiRegistryEntry as ApiRegistryEntry, type index_ApiRegistryEntryInput as ApiRegistryEntryInput, index_ApiRegistryEntrySchema as ApiRegistryEntrySchema, index_ApiRegistrySchema as ApiRegistrySchema, type index_ApiResponse as ApiResponse, type index_ApiResponseInput as ApiResponseInput, index_ApiResponseSchema as ApiResponseSchema, type index_ApiRoutes as ApiRoutes, index_ApiRoutesSchema as ApiRoutesSchema, index_ApiTestCollection as ApiTestCollection, index_ApiTestCollectionSchema as ApiTestCollectionSchema, type index_ApiTestRequest as ApiTestRequest, index_ApiTestRequestSchema as ApiTestRequestSchema, type index_ApiTestingUiConfig as ApiTestingUiConfig, index_ApiTestingUiConfigSchema as ApiTestingUiConfigSchema, type index_ApiTestingUiType as ApiTestingUiType, type index_AppDefinitionResponse as AppDefinitionResponse, index_AppDefinitionResponseSchema as AppDefinitionResponseSchema, type index_AuthEndpoint as AuthEndpoint, type index_AuthEndpointAlias as AuthEndpointAlias, index_AuthEndpointAliases as AuthEndpointAliases, type index_AuthEndpointPath as AuthEndpointPath, index_AuthEndpointPaths as AuthEndpointPaths, index_AuthEndpointSchema as AuthEndpointSchema, type index_AuthProvider as AuthProvider, index_AutomationApiContracts as AutomationApiContracts, type index_AutomationApiErrorCode as AutomationApiErrorCode, type index_AutomationFlowPathParams as AutomationFlowPathParams, index_AutomationFlowPathParamsSchema as AutomationFlowPathParamsSchema, type index_AutomationRunPathParams as AutomationRunPathParams, index_AutomationRunPathParamsSchema as AutomationRunPathParamsSchema, type index_AutomationTriggerRequest as AutomationTriggerRequest, index_AutomationTriggerRequestSchema as AutomationTriggerRequestSchema, type index_AutomationTriggerResponse as AutomationTriggerResponse, index_AutomationTriggerResponseSchema as AutomationTriggerResponseSchema, type index_BasePresence as BasePresence, index_BasePresenceSchema as BasePresenceSchema, type index_BaseResponse as BaseResponse, index_BaseResponseSchema as BaseResponseSchema, index_BatchApiContracts as BatchApiContracts, type index_BatchConfig as BatchConfig, index_BatchConfigSchema as BatchConfigSchema, type index_BatchDataRequest as BatchDataRequest, index_BatchDataRequestSchema as BatchDataRequestSchema, type index_BatchDataResponse as BatchDataResponse, index_BatchDataResponseSchema as BatchDataResponseSchema, type index_BatchEndpointsConfig as BatchEndpointsConfig, type index_BatchEndpointsConfigInput as BatchEndpointsConfigInput, index_BatchEndpointsConfigSchema as BatchEndpointsConfigSchema, type index_BatchLoadingStrategy as BatchLoadingStrategy, index_BatchLoadingStrategySchema as BatchLoadingStrategySchema, type index_BatchOperationResult as BatchOperationResult, index_BatchOperationResultSchema as BatchOperationResultSchema, type index_BatchOperationType as BatchOperationType, type index_BatchOptions as BatchOptions, index_BatchOptionsSchema as BatchOptionsSchema, type index_BatchRecord as BatchRecord, index_BatchRecordSchema as BatchRecordSchema, type index_BatchUpdateRequest as BatchUpdateRequest, index_BatchUpdateRequestSchema as BatchUpdateRequestSchema, type index_BatchUpdateResponse as BatchUpdateResponse, index_BatchUpdateResponseSchema as BatchUpdateResponseSchema, type index_BulkRequest as BulkRequest, index_BulkRequestSchema as BulkRequestSchema, type index_BulkResponse as BulkResponse, index_BulkResponseSchema as BulkResponseSchema, type index_CacheControl as CacheControl, index_CacheControlSchema as CacheControlSchema, type index_CacheDirective as CacheDirective, type index_CacheInvalidationRequest as CacheInvalidationRequest, index_CacheInvalidationRequestSchema as CacheInvalidationRequestSchema, type index_CacheInvalidationResponse as CacheInvalidationResponse, index_CacheInvalidationResponseSchema as CacheInvalidationResponseSchema, type index_CacheInvalidationTarget as CacheInvalidationTarget, type index_Callback as Callback, index_CallbackSchema as CallbackSchema, type index_ChangelogEntry as ChangelogEntry, index_ChangelogEntrySchema as ChangelogEntrySchema, type index_CheckPermissionRequest as CheckPermissionRequest, index_CheckPermissionRequestSchema as CheckPermissionRequestSchema, type index_CheckPermissionResponse as CheckPermissionResponse, index_CheckPermissionResponseSchema as CheckPermissionResponseSchema, type index_CodeGenerationTemplate as CodeGenerationTemplate, index_CodeGenerationTemplateSchema as CodeGenerationTemplateSchema, type index_CompleteChunkedUploadRequest as CompleteChunkedUploadRequest, index_CompleteChunkedUploadRequestSchema as CompleteChunkedUploadRequestSchema, type index_CompleteChunkedUploadResponse as CompleteChunkedUploadResponse, index_CompleteChunkedUploadResponseSchema as CompleteChunkedUploadResponseSchema, type index_CompleteUploadRequest as CompleteUploadRequest, index_CompleteUploadRequestSchema as CompleteUploadRequestSchema, type index_ConceptListResponse as ConceptListResponse, index_ConceptListResponseSchema as ConceptListResponseSchema, type index_ConflictResolutionStrategy as ConflictResolutionStrategy, type index_CreateDataRequest as CreateDataRequest, index_CreateDataRequestSchema as CreateDataRequestSchema, type index_CreateDataResponse as CreateDataResponse, index_CreateDataResponseSchema as CreateDataResponseSchema, index_CreateExportJobRequest as CreateExportJobRequest, index_CreateExportJobRequestSchema as CreateExportJobRequestSchema, index_CreateExportJobResponse as CreateExportJobResponse, index_CreateExportJobResponseSchema as CreateExportJobResponseSchema, type index_CreateFeedItemRequest as CreateFeedItemRequest, index_CreateFeedItemRequestSchema as CreateFeedItemRequestSchema, type index_CreateFeedItemResponse as CreateFeedItemResponse, index_CreateFeedItemResponseSchema as CreateFeedItemResponseSchema, type index_CreateFlowRequest as CreateFlowRequest, index_CreateFlowRequestSchema as CreateFlowRequestSchema, type index_CreateFlowResponse as CreateFlowResponse, index_CreateFlowResponseSchema as CreateFlowResponseSchema, type index_CreateManyDataRequest as CreateManyDataRequest, index_CreateManyDataRequestSchema as CreateManyDataRequestSchema, type index_CreateManyDataResponse as CreateManyDataResponse, index_CreateManyDataResponseSchema as CreateManyDataResponseSchema, type index_CreateRequest as CreateRequest, index_CreateRequestSchema as CreateRequestSchema, type index_CreateViewRequest as CreateViewRequest, index_CreateViewRequestSchema as CreateViewRequestSchema, type index_CreateViewResponse as CreateViewResponse, index_CreateViewResponseSchema as CreateViewResponseSchema, type index_CrudEndpointPattern as CrudEndpointPattern, index_CrudEndpointPatternSchema as CrudEndpointPatternSchema, type index_CrudEndpointsConfig as CrudEndpointsConfig, type index_CrudEndpointsConfigInput as CrudEndpointsConfigInput, index_CrudEndpointsConfigSchema as CrudEndpointsConfigSchema, type index_CrudOperation as CrudOperation, type index_CursorMessage as CursorMessage, index_CursorMessageSchema as CursorMessageSchema, type index_CursorPosition as CursorPosition, index_CursorPositionSchema as CursorPositionSchema, index_DEFAULT_AI_ROUTES as DEFAULT_AI_ROUTES, index_DEFAULT_ANALYTICS_ROUTES as DEFAULT_ANALYTICS_ROUTES, index_DEFAULT_AUTOMATION_ROUTES as DEFAULT_AUTOMATION_ROUTES, index_DEFAULT_BATCH_ROUTES as DEFAULT_BATCH_ROUTES, index_DEFAULT_DATA_CRUD_ROUTES as DEFAULT_DATA_CRUD_ROUTES, index_DEFAULT_DISCOVERY_ROUTES as DEFAULT_DISCOVERY_ROUTES, index_DEFAULT_DISPATCHER_ROUTES as DEFAULT_DISPATCHER_ROUTES, index_DEFAULT_I18N_ROUTES as DEFAULT_I18N_ROUTES, index_DEFAULT_METADATA_ROUTES as DEFAULT_METADATA_ROUTES, index_DEFAULT_NOTIFICATION_ROUTES as DEFAULT_NOTIFICATION_ROUTES, index_DEFAULT_PERMISSION_ROUTES as DEFAULT_PERMISSION_ROUTES, index_DEFAULT_REALTIME_ROUTES as DEFAULT_REALTIME_ROUTES, index_DEFAULT_VERSIONING_CONFIG as DEFAULT_VERSIONING_CONFIG, index_DEFAULT_VIEW_ROUTES as DEFAULT_VIEW_ROUTES, index_DEFAULT_WORKFLOW_ROUTES as DEFAULT_WORKFLOW_ROUTES, type index_DataEvent as DataEvent, index_DataEventSchema as DataEventSchema, type index_DataEventType as DataEventType, type index_DataLoaderConfig as DataLoaderConfig, index_DataLoaderConfigSchema as DataLoaderConfigSchema, index_DeduplicationStrategy as DeduplicationStrategy, type index_DeleteDataRequest as DeleteDataRequest, index_DeleteDataRequestSchema as DeleteDataRequestSchema, type index_DeleteDataResponse as DeleteDataResponse, index_DeleteDataResponseSchema as DeleteDataResponseSchema, type index_DeleteFeedItemRequest as DeleteFeedItemRequest, index_DeleteFeedItemRequestSchema as DeleteFeedItemRequestSchema, type index_DeleteFeedItemResponse as DeleteFeedItemResponse, index_DeleteFeedItemResponseSchema as DeleteFeedItemResponseSchema, type index_DeleteFlowRequest as DeleteFlowRequest, index_DeleteFlowRequestSchema as DeleteFlowRequestSchema, type index_DeleteFlowResponse as DeleteFlowResponse, index_DeleteFlowResponseSchema as DeleteFlowResponseSchema, type index_DeleteManyDataRequest as DeleteManyDataRequest, index_DeleteManyDataRequestSchema as DeleteManyDataRequestSchema, type index_DeleteManyDataResponse as DeleteManyDataResponse, index_DeleteManyDataResponseSchema as DeleteManyDataResponseSchema, type index_DeleteManyRequest as DeleteManyRequest, index_DeleteManyRequestSchema as DeleteManyRequestSchema, type index_DeleteResponse as DeleteResponse, index_DeleteResponseSchema as DeleteResponseSchema, type index_DeleteViewRequest as DeleteViewRequest, index_DeleteViewRequestSchema as DeleteViewRequestSchema, type index_DeleteViewResponse as DeleteViewResponse, index_DeleteViewResponseSchema as DeleteViewResponseSchema, index_DisablePackageRequest as DisablePackageRequest, index_DisablePackageRequestSchema as DisablePackageRequestSchema, index_DisablePackageResponse as DisablePackageResponse, index_DisablePackageResponseSchema as DisablePackageResponseSchema, type index_DiscoveryResponse as DiscoveryResponse, index_DiscoverySchema as DiscoverySchema, type index_DispatcherConfig as DispatcherConfig, type index_DispatcherConfigInput as DispatcherConfigInput, index_DispatcherConfigSchema as DispatcherConfigSchema, type index_DispatcherErrorCode as DispatcherErrorCode, type index_DispatcherErrorResponse as DispatcherErrorResponse, index_DispatcherErrorResponseSchema as DispatcherErrorResponseSchema, type index_DispatcherRoute as DispatcherRoute, type index_DispatcherRouteInput as DispatcherRouteInput, index_DispatcherRouteSchema as DispatcherRouteSchema, type index_DocumentState as DocumentState, index_DocumentStateSchema as DocumentStateSchema, type index_ETag as ETag, index_ETagSchema as ETagSchema, type index_EditMessage as EditMessage, index_EditMessageSchema as EditMessageSchema, type index_EditOperation as EditOperation, index_EditOperationSchema as EditOperationSchema, type index_EditOperationType as EditOperationType, index_EnablePackageRequest as EnablePackageRequest, index_EnablePackageRequestSchema as EnablePackageRequestSchema, index_EnablePackageResponse as EnablePackageResponse, index_EnablePackageResponseSchema as EnablePackageResponseSchema, index_EndpointMapping as EndpointMapping, type index_EndpointMappingKey as EndpointMappingKey, type index_EndpointRegistry as EndpointRegistry, index_EndpointRegistrySchema as EndpointRegistrySchema, type index_EnhancedApiError as EnhancedApiError, index_EnhancedApiErrorSchema as EnhancedApiErrorSchema, type index_ErrorCategory as ErrorCategory, type index_ErrorHandlingConfig as ErrorHandlingConfig, type index_ErrorHandlingConfigInput as ErrorHandlingConfigInput, index_ErrorHandlingConfigSchema as ErrorHandlingConfigSchema, index_ErrorHttpStatusMap as ErrorHttpStatusMap, type index_ErrorMessage as ErrorMessage, index_ErrorMessageSchema as ErrorMessageSchema, type index_ErrorResponse as ErrorResponse, index_ErrorResponseSchema as ErrorResponseSchema, type index_EventFilter as EventFilter, type index_EventFilterCondition as EventFilterCondition, index_EventFilterSchema as EventFilterSchema, type index_EventMessage as EventMessage, index_EventMessageSchema as EventMessageSchema, type index_EventPattern as EventPattern, index_EventPatternSchema as EventPatternSchema, type index_EventSubscription as EventSubscription, index_EventSubscriptionSchema as EventSubscriptionSchema, index_ExportApiContracts as ExportApiContracts, index_ExportFormat as ExportFormat, index_ExportImportTemplate as ExportImportTemplate, index_ExportImportTemplateSchema as ExportImportTemplateSchema, index_ExportJobProgress as ExportJobProgress, index_ExportJobProgressSchema as ExportJobProgressSchema, index_ExportJobStatus as ExportJobStatus, index_ExportJobSummary as ExportJobSummary, index_ExportJobSummarySchema as ExportJobSummarySchema, type index_ExportRequest as ExportRequest, index_ExportRequestSchema as ExportRequestSchema, type index_FederationEntity as FederationEntity, type index_FederationEntityKey as FederationEntityKey, index_FederationEntityKeySchema as FederationEntityKeySchema, index_FederationEntitySchema as FederationEntitySchema, type index_FederationExternalField as FederationExternalField, index_FederationExternalFieldSchema as FederationExternalFieldSchema, type index_FederationGateway as FederationGateway, type index_FederationGatewayInput as FederationGatewayInput, index_FederationGatewaySchema as FederationGatewaySchema, type index_FederationProvides as FederationProvides, index_FederationProvidesSchema as FederationProvidesSchema, type index_FederationRequires as FederationRequires, index_FederationRequiresSchema as FederationRequiresSchema, index_FeedApiContracts as FeedApiContracts, type index_FeedApiErrorCode as FeedApiErrorCode, type index_FeedItemPathParams as FeedItemPathParams, index_FeedItemPathParamsSchema as FeedItemPathParamsSchema, index_FeedListFilterType as FeedListFilterType, type index_FeedPathParams as FeedPathParams, index_FeedPathParamsSchema as FeedPathParamsSchema, type index_FeedUnsubscribeRequest as FeedUnsubscribeRequest, index_FeedUnsubscribeRequestSchema as FeedUnsubscribeRequestSchema, type index_FieldError as FieldError, index_FieldErrorSchema as FieldErrorSchema, index_FieldMappingEntry as FieldMappingEntry, index_FieldMappingEntrySchema as FieldMappingEntrySchema, type index_FileTypeValidation as FileTypeValidation, index_FileTypeValidationSchema as FileTypeValidationSchema, type index_FileUploadResponse as FileUploadResponse, index_FileUploadResponseSchema as FileUploadResponseSchema, type index_FilterOperator as FilterOperator, type index_FindDataRequest as FindDataRequest, index_FindDataRequestSchema as FindDataRequestSchema, type index_FindDataResponse as FindDataResponse, index_FindDataResponseSchema as FindDataResponseSchema, type index_FlowSummary as FlowSummary, index_FlowSummarySchema as FlowSummarySchema, type index_GeneratedApiDocumentation as GeneratedApiDocumentation, index_GeneratedApiDocumentationSchema as GeneratedApiDocumentationSchema, type index_GeneratedEndpoint as GeneratedEndpoint, index_GeneratedEndpointSchema as GeneratedEndpointSchema, index_GetAnalyticsMetaRequestSchema as GetAnalyticsMetaRequestSchema, type index_GetChangelogRequest as GetChangelogRequest, index_GetChangelogRequestSchema as GetChangelogRequestSchema, type index_GetChangelogResponse as GetChangelogResponse, index_GetChangelogResponseSchema as GetChangelogResponseSchema, type index_GetDataRequest as GetDataRequest, index_GetDataRequestSchema as GetDataRequestSchema, type index_GetDataResponse as GetDataResponse, index_GetDataResponseSchema as GetDataResponseSchema, type index_GetDiscoveryRequest as GetDiscoveryRequest, index_GetDiscoveryRequestSchema as GetDiscoveryRequestSchema, type index_GetDiscoveryResponse as GetDiscoveryResponse, index_GetDiscoveryResponseSchema as GetDiscoveryResponseSchema, type index_GetEffectivePermissionsRequest as GetEffectivePermissionsRequest, index_GetEffectivePermissionsRequestSchema as GetEffectivePermissionsRequestSchema, type index_GetEffectivePermissionsResponse as GetEffectivePermissionsResponse, index_GetEffectivePermissionsResponseSchema as GetEffectivePermissionsResponseSchema, index_GetExportJobDownloadRequest as GetExportJobDownloadRequest, index_GetExportJobDownloadRequestSchema as GetExportJobDownloadRequestSchema, index_GetExportJobDownloadResponse as GetExportJobDownloadResponse, index_GetExportJobDownloadResponseSchema as GetExportJobDownloadResponseSchema, type index_GetFeedRequest as GetFeedRequest, index_GetFeedRequestSchema as GetFeedRequestSchema, type index_GetFeedResponse as GetFeedResponse, index_GetFeedResponseSchema as GetFeedResponseSchema, type index_GetFieldLabelsRequest as GetFieldLabelsRequest, index_GetFieldLabelsRequestSchema as GetFieldLabelsRequestSchema, type index_GetFieldLabelsResponse as GetFieldLabelsResponse, index_GetFieldLabelsResponseSchema as GetFieldLabelsResponseSchema, type index_GetFlowRequest as GetFlowRequest, index_GetFlowRequestSchema as GetFlowRequestSchema, type index_GetFlowResponse as GetFlowResponse, index_GetFlowResponseSchema as GetFlowResponseSchema, type index_GetInstalledPackageRequest as GetInstalledPackageRequest, index_GetInstalledPackageRequestSchema as GetInstalledPackageRequestSchema, type index_GetInstalledPackageResponse as GetInstalledPackageResponse, index_GetInstalledPackageResponseSchema as GetInstalledPackageResponseSchema, type index_GetLocalesRequest as GetLocalesRequest, index_GetLocalesRequestSchema as GetLocalesRequestSchema, type index_GetLocalesResponse as GetLocalesResponse, index_GetLocalesResponseSchema as GetLocalesResponseSchema, type index_GetMetaItemCachedRequest as GetMetaItemCachedRequest, index_GetMetaItemCachedRequestSchema as GetMetaItemCachedRequestSchema, type index_GetMetaItemCachedResponse as GetMetaItemCachedResponse, index_GetMetaItemCachedResponseSchema as GetMetaItemCachedResponseSchema, type index_GetMetaItemRequest as GetMetaItemRequest, index_GetMetaItemRequestSchema as GetMetaItemRequestSchema, type index_GetMetaItemResponse as GetMetaItemResponse, index_GetMetaItemResponseSchema as GetMetaItemResponseSchema, type index_GetMetaItemsRequest as GetMetaItemsRequest, index_GetMetaItemsRequestSchema as GetMetaItemsRequestSchema, type index_GetMetaItemsResponse as GetMetaItemsResponse, index_GetMetaItemsResponseSchema as GetMetaItemsResponseSchema, type index_GetMetaTypesRequest as GetMetaTypesRequest, index_GetMetaTypesRequestSchema as GetMetaTypesRequestSchema, type index_GetMetaTypesResponse as GetMetaTypesResponse, index_GetMetaTypesResponseSchema as GetMetaTypesResponseSchema, type index_GetNotificationPreferencesRequest as GetNotificationPreferencesRequest, index_GetNotificationPreferencesRequestSchema as GetNotificationPreferencesRequestSchema, type index_GetNotificationPreferencesResponse as GetNotificationPreferencesResponse, index_GetNotificationPreferencesResponseSchema as GetNotificationPreferencesResponseSchema, type index_GetObjectPermissionsRequest as GetObjectPermissionsRequest, index_GetObjectPermissionsRequestSchema as GetObjectPermissionsRequestSchema, type index_GetObjectPermissionsResponse as GetObjectPermissionsResponse, index_GetObjectPermissionsResponseSchema as GetObjectPermissionsResponseSchema, index_GetPackageRequest as GetPackageRequest, index_GetPackageRequestSchema as GetPackageRequestSchema, index_GetPackageResponse as GetPackageResponse, index_GetPackageResponseSchema as GetPackageResponseSchema, type index_GetPresenceRequest as GetPresenceRequest, index_GetPresenceRequestSchema as GetPresenceRequestSchema, type index_GetPresenceResponse as GetPresenceResponse, index_GetPresenceResponseSchema as GetPresenceResponseSchema, type index_GetPresignedUrlRequest as GetPresignedUrlRequest, index_GetPresignedUrlRequestSchema as GetPresignedUrlRequestSchema, type index_GetRunRequest as GetRunRequest, index_GetRunRequestSchema as GetRunRequestSchema, type index_GetRunResponse as GetRunResponse, index_GetRunResponseSchema as GetRunResponseSchema, type index_GetTranslationsRequest as GetTranslationsRequest, index_GetTranslationsRequestSchema as GetTranslationsRequestSchema, type index_GetTranslationsResponse as GetTranslationsResponse, index_GetTranslationsResponseSchema as GetTranslationsResponseSchema, type index_GetUiViewRequest as GetUiViewRequest, index_GetUiViewRequestSchema as GetUiViewRequestSchema, type index_GetUiViewResponse as GetUiViewResponse, index_GetUiViewResponseSchema as GetUiViewResponseSchema, type index_GetViewRequest as GetViewRequest, index_GetViewRequestSchema as GetViewRequestSchema, type index_GetViewResponse as GetViewResponse, index_GetViewResponseSchema as GetViewResponseSchema, type index_GetWorkflowConfigRequest as GetWorkflowConfigRequest, index_GetWorkflowConfigRequestSchema as GetWorkflowConfigRequestSchema, type index_GetWorkflowConfigResponse as GetWorkflowConfigResponse, index_GetWorkflowConfigResponseSchema as GetWorkflowConfigResponseSchema, type index_GetWorkflowStateRequest as GetWorkflowStateRequest, index_GetWorkflowStateRequestSchema as GetWorkflowStateRequestSchema, type index_GetWorkflowStateResponse as GetWorkflowStateResponse, index_GetWorkflowStateResponseSchema as GetWorkflowStateResponseSchema, type index_GraphQLConfig as GraphQLConfig, type index_GraphQLConfigInput as GraphQLConfigInput, index_GraphQLConfigSchema as GraphQLConfigSchema, type index_GraphQLDataLoaderConfig as GraphQLDataLoaderConfig, type index_GraphQLDataLoaderConfigInput as GraphQLDataLoaderConfigInput, index_GraphQLDataLoaderConfigSchema as GraphQLDataLoaderConfigSchema, type index_GraphQLDirectiveConfig as GraphQLDirectiveConfig, type index_GraphQLDirectiveConfigInput as GraphQLDirectiveConfigInput, index_GraphQLDirectiveConfigSchema as GraphQLDirectiveConfigSchema, type index_GraphQLDirectiveLocation as GraphQLDirectiveLocation, type index_GraphQLMutationConfig as GraphQLMutationConfig, type index_GraphQLMutationConfigInput as GraphQLMutationConfigInput, index_GraphQLMutationConfigSchema as GraphQLMutationConfigSchema, type index_GraphQLPersistedQuery as GraphQLPersistedQuery, type index_GraphQLPersistedQueryInput as GraphQLPersistedQueryInput, index_GraphQLPersistedQuerySchema as GraphQLPersistedQuerySchema, type index_GraphQLQueryAdapter as GraphQLQueryAdapter, type index_GraphQLQueryAdapterInput as GraphQLQueryAdapterInput, index_GraphQLQueryAdapterSchema as GraphQLQueryAdapterSchema, type index_GraphQLQueryComplexity as GraphQLQueryComplexity, type index_GraphQLQueryComplexityInput as GraphQLQueryComplexityInput, index_GraphQLQueryComplexitySchema as GraphQLQueryComplexitySchema, type index_GraphQLQueryConfig as GraphQLQueryConfig, type index_GraphQLQueryConfigInput as GraphQLQueryConfigInput, index_GraphQLQueryConfigSchema as GraphQLQueryConfigSchema, type index_GraphQLQueryDepthLimit as GraphQLQueryDepthLimit, type index_GraphQLQueryDepthLimitInput as GraphQLQueryDepthLimitInput, index_GraphQLQueryDepthLimitSchema as GraphQLQueryDepthLimitSchema, type index_GraphQLRateLimit as GraphQLRateLimit, type index_GraphQLRateLimitInput as GraphQLRateLimitInput, index_GraphQLRateLimitSchema as GraphQLRateLimitSchema, type index_GraphQLResolverConfig as GraphQLResolverConfig, type index_GraphQLResolverConfigInput as GraphQLResolverConfigInput, index_GraphQLResolverConfigSchema as GraphQLResolverConfigSchema, type index_GraphQLScalarType as GraphQLScalarType, type index_GraphQLSubscriptionConfig as GraphQLSubscriptionConfig, type index_GraphQLSubscriptionConfigInput as GraphQLSubscriptionConfigInput, index_GraphQLSubscriptionConfigSchema as GraphQLSubscriptionConfigSchema, type index_GraphQLTypeConfig as GraphQLTypeConfig, type index_GraphQLTypeConfigInput as GraphQLTypeConfigInput, index_GraphQLTypeConfigSchema as GraphQLTypeConfigSchema, type index_HandlerStatus as HandlerStatus, index_HandlerStatusSchema as HandlerStatusSchema, index_HttpFindQueryParamsSchema as HttpFindQueryParamsSchema, index_HttpMethod as HttpMethod, type index_HttpStatusCode as HttpStatusCode, type index_IdRequest as IdRequest, index_IdRequestSchema as IdRequestSchema, index_ImportValidationConfig as ImportValidationConfig, index_ImportValidationConfigSchema as ImportValidationConfigSchema, index_ImportValidationMode as ImportValidationMode, index_ImportValidationResult as ImportValidationResult, index_ImportValidationResultSchema as ImportValidationResultSchema, type index_InitiateChunkedUploadRequest as InitiateChunkedUploadRequest, index_InitiateChunkedUploadRequestSchema as InitiateChunkedUploadRequestSchema, type index_InitiateChunkedUploadResponse as InitiateChunkedUploadResponse, index_InitiateChunkedUploadResponseSchema as InitiateChunkedUploadResponseSchema, index_InstallPackageRequest as InstallPackageRequest, index_InstallPackageRequestSchema as InstallPackageRequestSchema, index_InstallPackageResponse as InstallPackageResponse, index_InstallPackageResponseSchema as InstallPackageResponseSchema, index_InstalledPackage as InstalledPackage, index_ListExportJobsRequest as ListExportJobsRequest, index_ListExportJobsRequestSchema as ListExportJobsRequestSchema, index_ListExportJobsResponse as ListExportJobsResponse, index_ListExportJobsResponseSchema as ListExportJobsResponseSchema, type index_ListFlowsRequest as ListFlowsRequest, index_ListFlowsRequestSchema as ListFlowsRequestSchema, type index_ListFlowsResponse as ListFlowsResponse, index_ListFlowsResponseSchema as ListFlowsResponseSchema, type index_ListInstalledPackagesRequest as ListInstalledPackagesRequest, index_ListInstalledPackagesRequestSchema as ListInstalledPackagesRequestSchema, type index_ListInstalledPackagesResponse as ListInstalledPackagesResponse, index_ListInstalledPackagesResponseSchema as ListInstalledPackagesResponseSchema, type index_ListNotificationsRequest as ListNotificationsRequest, index_ListNotificationsRequestSchema as ListNotificationsRequestSchema, type index_ListNotificationsResponse as ListNotificationsResponse, index_ListNotificationsResponseSchema as ListNotificationsResponseSchema, index_ListPackagesRequest as ListPackagesRequest, index_ListPackagesRequestSchema as ListPackagesRequestSchema, index_ListPackagesResponse as ListPackagesResponse, index_ListPackagesResponseSchema as ListPackagesResponseSchema, type index_ListRecordResponse as ListRecordResponse, index_ListRecordResponseSchema as ListRecordResponseSchema, type index_ListRunsRequest as ListRunsRequest, index_ListRunsRequestSchema as ListRunsRequestSchema, type index_ListRunsResponse as ListRunsResponse, index_ListRunsResponseSchema as ListRunsResponseSchema, type index_ListViewsRequest as ListViewsRequest, index_ListViewsRequestSchema as ListViewsRequestSchema, type index_ListViewsResponse as ListViewsResponse, index_ListViewsResponseSchema as ListViewsResponseSchema, type index_LoginRequest as LoginRequest, type index_LoginRequestInput as LoginRequestInput, index_LoginRequestSchema as LoginRequestSchema, type index_LoginType as LoginType, type index_MarkAllNotificationsReadRequest as MarkAllNotificationsReadRequest, index_MarkAllNotificationsReadRequestSchema as MarkAllNotificationsReadRequestSchema, type index_MarkAllNotificationsReadResponse as MarkAllNotificationsReadResponse, index_MarkAllNotificationsReadResponseSchema as MarkAllNotificationsReadResponseSchema, type index_MarkNotificationsReadRequest as MarkNotificationsReadRequest, index_MarkNotificationsReadRequestSchema as MarkNotificationsReadRequestSchema, type index_MarkNotificationsReadResponse as MarkNotificationsReadResponse, index_MarkNotificationsReadResponseSchema as MarkNotificationsReadResponseSchema, index_MetadataBulkRegisterRequestSchema as MetadataBulkRegisterRequestSchema, type index_MetadataBulkResponse as MetadataBulkResponse, index_MetadataBulkResponseSchema as MetadataBulkResponseSchema, index_MetadataBulkUnregisterRequestSchema as MetadataBulkUnregisterRequestSchema, index_MetadataCacheApi as MetadataCacheApi, type index_MetadataCacheRequest as MetadataCacheRequest, index_MetadataCacheRequestSchema as MetadataCacheRequestSchema, type index_MetadataCacheResponse as MetadataCacheResponse, index_MetadataCacheResponseSchema as MetadataCacheResponseSchema, type index_MetadataDeleteResponse as MetadataDeleteResponse, index_MetadataDeleteResponseSchema as MetadataDeleteResponseSchema, type index_MetadataDependenciesResponse as MetadataDependenciesResponse, index_MetadataDependenciesResponseSchema as MetadataDependenciesResponseSchema, type index_MetadataDependentsResponse as MetadataDependentsResponse, index_MetadataDependentsResponseSchema as MetadataDependentsResponseSchema, type index_MetadataEffectiveResponse as MetadataEffectiveResponse, index_MetadataEffectiveResponseSchema as MetadataEffectiveResponseSchema, type index_MetadataEndpointsConfig as MetadataEndpointsConfig, type index_MetadataEndpointsConfigInput as MetadataEndpointsConfigInput, index_MetadataEndpointsConfigSchema as MetadataEndpointsConfigSchema, type index_MetadataEvent as MetadataEvent, index_MetadataEventSchema as MetadataEventSchema, type index_MetadataEventType as MetadataEventType, type index_MetadataExistsResponse as MetadataExistsResponse, index_MetadataExistsResponseSchema as MetadataExistsResponseSchema, index_MetadataExportRequestSchema as MetadataExportRequestSchema, type index_MetadataExportResponse as MetadataExportResponse, index_MetadataExportResponseSchema as MetadataExportResponseSchema, index_MetadataImportRequestSchema as MetadataImportRequestSchema, type index_MetadataImportResponse as MetadataImportResponse, index_MetadataImportResponseSchema as MetadataImportResponseSchema, type index_MetadataItemResponse as MetadataItemResponse, index_MetadataItemResponseSchema as MetadataItemResponseSchema, type index_MetadataListResponse as MetadataListResponse, index_MetadataListResponseSchema as MetadataListResponseSchema, type index_MetadataNamesResponse as MetadataNamesResponse, index_MetadataNamesResponseSchema as MetadataNamesResponseSchema, type index_MetadataOverlayResponse as MetadataOverlayResponse, index_MetadataOverlayResponseSchema as MetadataOverlayResponseSchema, index_MetadataOverlaySaveRequestSchema as MetadataOverlaySaveRequestSchema, index_MetadataQueryRequestSchema as MetadataQueryRequestSchema, type index_MetadataQueryResponse as MetadataQueryResponse, index_MetadataQueryResponseSchema as MetadataQueryResponseSchema, type index_MetadataRegisterRequest as MetadataRegisterRequest, index_MetadataRegisterRequestSchema as MetadataRegisterRequestSchema, type index_MetadataTypeInfoResponse as MetadataTypeInfoResponse, index_MetadataTypeInfoResponseSchema as MetadataTypeInfoResponseSchema, type index_MetadataTypesResponse as MetadataTypesResponse, index_MetadataTypesResponseSchema as MetadataTypesResponseSchema, index_MetadataValidateRequestSchema as MetadataValidateRequestSchema, type index_MetadataValidateResponse as MetadataValidateResponse, index_MetadataValidateResponseSchema as MetadataValidateResponseSchema, type index_ModificationResult as ModificationResult, index_ModificationResultSchema as ModificationResultSchema, type index_Notification as Notification, type index_NotificationInput as NotificationInput, type index_NotificationPreferences as NotificationPreferences, type index_NotificationPreferencesInput as NotificationPreferencesInput, index_NotificationPreferencesSchema as NotificationPreferencesSchema, index_NotificationSchema as NotificationSchema, index_OData as OData, type index_ODataConfig as ODataConfig, index_ODataConfigSchema as ODataConfigSchema, type index_ODataError as ODataError, index_ODataErrorSchema as ODataErrorSchema, type index_ODataFilterFunction as ODataFilterFunction, index_ODataFilterFunctionSchema as ODataFilterFunctionSchema, type index_ODataFilterOperator as ODataFilterOperator, index_ODataFilterOperatorSchema as ODataFilterOperatorSchema, type index_ODataMetadata as ODataMetadata, index_ODataMetadataSchema as ODataMetadataSchema, type index_ODataQuery as ODataQuery, type index_ODataQueryAdapter as ODataQueryAdapter, type index_ODataQueryAdapterInput as ODataQueryAdapterInput, index_ODataQueryAdapterSchema as ODataQueryAdapterSchema, index_ODataQuerySchema as ODataQuerySchema, type index_ODataResponse as ODataResponse, index_ODataResponseSchema as ODataResponseSchema, type index_ObjectDefinitionResponse as ObjectDefinitionResponse, index_ObjectDefinitionResponseSchema as ObjectDefinitionResponseSchema, type index_ObjectQLReference as ObjectQLReference, index_ObjectQLReferenceSchema as ObjectQLReferenceSchema, type index_ObjectStackProtocol as ObjectStackProtocol, index_ObjectStackProtocolSchema as ObjectStackProtocolSchema, type index_ObjectStackProtocolZod as ObjectStackProtocolZod, type index_OpenApi31Extensions as OpenApi31Extensions, index_OpenApi31ExtensionsSchema as OpenApi31ExtensionsSchema, type index_OpenApiGenerationConfig as OpenApiGenerationConfig, type index_OpenApiGenerationConfigInput as OpenApiGenerationConfigInput, index_OpenApiGenerationConfigSchema as OpenApiGenerationConfigSchema, type index_OpenApiSecurityScheme as OpenApiSecurityScheme, index_OpenApiSecuritySchemeSchema as OpenApiSecuritySchemeSchema, type index_OpenApiServer as OpenApiServer, index_OpenApiServerSchema as OpenApiServerSchema, index_OpenApiSpec as OpenApiSpec, index_OpenApiSpecSchema as OpenApiSpecSchema, type index_OperatorMapping as OperatorMapping, index_OperatorMappingSchema as OperatorMappingSchema, index_PackageApiContracts as PackageApiContracts, type index_PackageApiErrorCode as PackageApiErrorCode, type index_PackageInstallRequest as PackageInstallRequest, index_PackageInstallRequestSchema as PackageInstallRequestSchema, type index_PackageInstallResponse as PackageInstallResponse, index_PackageInstallResponseSchema as PackageInstallResponseSchema, type index_PackagePathParams as PackagePathParams, index_PackagePathParamsSchema as PackagePathParamsSchema, type index_PackageRollbackRequest as PackageRollbackRequest, index_PackageRollbackRequestSchema as PackageRollbackRequestSchema, type index_PackageRollbackResponse as PackageRollbackResponse, index_PackageRollbackResponseSchema as PackageRollbackResponseSchema, index_PackageStatus as PackageStatus, type index_PackageUpgradeRequest as PackageUpgradeRequest, index_PackageUpgradeRequestSchema as PackageUpgradeRequestSchema, type index_PackageUpgradeResponse as PackageUpgradeResponse, index_PackageUpgradeResponseSchema as PackageUpgradeResponseSchema, type index_PinFeedItemRequest as PinFeedItemRequest, index_PinFeedItemRequestSchema as PinFeedItemRequestSchema, type index_PinFeedItemResponse as PinFeedItemResponse, index_PinFeedItemResponseSchema as PinFeedItemResponseSchema, type index_PingMessage as PingMessage, index_PingMessageSchema as PingMessageSchema, type index_PongMessage as PongMessage, index_PongMessageSchema as PongMessageSchema, type index_PresenceMessage as PresenceMessage, index_PresenceMessageSchema as PresenceMessageSchema, type index_PresenceState as PresenceState, index_PresenceStateSchema as PresenceStateSchema, type index_PresenceStatus as PresenceStatus, type index_PresenceUpdate as PresenceUpdate, index_PresenceUpdateSchema as PresenceUpdateSchema, type index_PresignedUrlResponse as PresignedUrlResponse, index_PresignedUrlResponseSchema as PresignedUrlResponseSchema, type index_QueryAdapterConfig as QueryAdapterConfig, type index_QueryAdapterConfigInput as QueryAdapterConfigInput, index_QueryAdapterConfigSchema as QueryAdapterConfigSchema, type index_QueryAdapterTarget as QueryAdapterTarget, index_QueryAdapterTargetSchema as QueryAdapterTargetSchema, type index_QueryOptimizationConfig as QueryOptimizationConfig, index_QueryOptimizationConfigSchema as QueryOptimizationConfigSchema, type index_RealtimeConfig as RealtimeConfig, index_RealtimeConfigSchema as RealtimeConfigSchema, type index_RealtimeConnectRequest as RealtimeConnectRequest, index_RealtimeConnectRequestSchema as RealtimeConnectRequestSchema, type index_RealtimeConnectResponse as RealtimeConnectResponse, index_RealtimeConnectResponseSchema as RealtimeConnectResponseSchema, type index_RealtimeDisconnectRequest as RealtimeDisconnectRequest, index_RealtimeDisconnectRequestSchema as RealtimeDisconnectRequestSchema, type index_RealtimeDisconnectResponse as RealtimeDisconnectResponse, index_RealtimeDisconnectResponseSchema as RealtimeDisconnectResponseSchema, type index_RealtimeEvent as RealtimeEvent, index_RealtimeEventSchema as RealtimeEventSchema, type index_RealtimeEventType as RealtimeEventType, type index_RealtimePresence as RealtimePresence, index_RealtimePresenceSchema as RealtimePresenceSchema, type index_RealtimeRecordAction as RealtimeRecordAction, type index_RealtimeSubscribeRequest as RealtimeSubscribeRequest, index_RealtimeSubscribeRequestSchema as RealtimeSubscribeRequestSchema, type index_RealtimeSubscribeResponse as RealtimeSubscribeResponse, index_RealtimeSubscribeResponseSchema as RealtimeSubscribeResponseSchema, type index_RealtimeUnsubscribeRequest as RealtimeUnsubscribeRequest, index_RealtimeUnsubscribeRequestSchema as RealtimeUnsubscribeRequestSchema, type index_RealtimeUnsubscribeResponse as RealtimeUnsubscribeResponse, index_RealtimeUnsubscribeResponseSchema as RealtimeUnsubscribeResponseSchema, type index_RecordData as RecordData, index_RecordDataSchema as RecordDataSchema, type index_RefreshTokenRequest as RefreshTokenRequest, index_RefreshTokenRequestSchema as RefreshTokenRequestSchema, type index_RegisterDeviceRequest as RegisterDeviceRequest, index_RegisterDeviceRequestSchema as RegisterDeviceRequestSchema, type index_RegisterDeviceResponse as RegisterDeviceResponse, index_RegisterDeviceResponseSchema as RegisterDeviceResponseSchema, type index_RegisterRequest as RegisterRequest, index_RegisterRequestSchema as RegisterRequestSchema, type index_RemoveReactionRequest as RemoveReactionRequest, index_RemoveReactionRequestSchema as RemoveReactionRequestSchema, type index_RemoveReactionResponse as RemoveReactionResponse, index_RemoveReactionResponseSchema as RemoveReactionResponseSchema, type index_RequestValidationConfig as RequestValidationConfig, type index_RequestValidationConfigInput as RequestValidationConfigInput, index_RequestValidationConfigSchema as RequestValidationConfigSchema, type index_ResolveDependenciesRequest as ResolveDependenciesRequest, index_ResolveDependenciesRequestSchema as ResolveDependenciesRequestSchema, type index_ResolveDependenciesResponse as ResolveDependenciesResponse, index_ResolveDependenciesResponseSchema as ResolveDependenciesResponseSchema, type index_ResponseEnvelopeConfig as ResponseEnvelopeConfig, type index_ResponseEnvelopeConfigInput as ResponseEnvelopeConfigInput, index_ResponseEnvelopeConfigSchema as ResponseEnvelopeConfigSchema, index_RestApiConfig as RestApiConfig, type index_RestApiConfigInput as RestApiConfigInput, index_RestApiConfigSchema as RestApiConfigSchema, type index_RestApiEndpoint as RestApiEndpoint, index_RestApiEndpointSchema as RestApiEndpointSchema, index_RestApiPluginConfig as RestApiPluginConfig, type index_RestApiPluginConfigInput as RestApiPluginConfigInput, index_RestApiPluginConfigSchema as RestApiPluginConfigSchema, type index_RestApiRouteCategory as RestApiRouteCategory, index_RestApiRouteRegistration as RestApiRouteRegistration, index_RestApiRouteRegistrationSchema as RestApiRouteRegistrationSchema, type index_RestQueryAdapter as RestQueryAdapter, type index_RestQueryAdapterInput as RestQueryAdapterInput, index_RestQueryAdapterSchema as RestQueryAdapterSchema, index_RestServerConfig as RestServerConfig, type index_RestServerConfigInput as RestServerConfigInput, index_RestServerConfigSchema as RestServerConfigSchema, type index_RetryStrategy as RetryStrategy, type index_RouteCategory as RouteCategory, type index_RouteCoverageEntry as RouteCoverageEntry, index_RouteCoverageEntrySchema as RouteCoverageEntrySchema, type index_RouteCoverageReport as RouteCoverageReport, index_RouteCoverageReportSchema as RouteCoverageReportSchema, type index_RouteDefinition as RouteDefinition, index_RouteDefinitionSchema as RouteDefinitionSchema, type index_RouteGenerationConfig as RouteGenerationConfig, type index_RouteGenerationConfigInput as RouteGenerationConfigInput, index_RouteGenerationConfigSchema as RouteGenerationConfigSchema, type index_RouteHealthEntry as RouteHealthEntry, index_RouteHealthEntrySchema as RouteHealthEntrySchema, type index_RouteHealthReport as RouteHealthReport, index_RouteHealthReportSchema as RouteHealthReportSchema, type index_RouterConfig as RouterConfig, index_RouterConfigSchema as RouterConfigSchema, type index_SaveMetaItemRequest as SaveMetaItemRequest, index_SaveMetaItemRequestSchema as SaveMetaItemRequestSchema, type index_SaveMetaItemResponse as SaveMetaItemResponse, index_SaveMetaItemResponseSchema as SaveMetaItemResponseSchema, index_ScheduleExportRequest as ScheduleExportRequest, index_ScheduleExportRequestSchema as ScheduleExportRequestSchema, index_ScheduleExportResponse as ScheduleExportResponse, index_ScheduleExportResponseSchema as ScheduleExportResponseSchema, index_ScheduledExport as ScheduledExport, index_ScheduledExportSchema as ScheduledExportSchema, type index_SchemaDefinition as SchemaDefinition, type index_SearchFeedRequest as SearchFeedRequest, index_SearchFeedRequestSchema as SearchFeedRequestSchema, type index_SearchFeedResponse as SearchFeedResponse, index_SearchFeedResponseSchema as SearchFeedResponseSchema, type index_ServiceInfo as ServiceInfo, index_ServiceInfoSchema as ServiceInfoSchema, type index_ServiceStatus as ServiceStatus, type index_Session as Session, type index_SessionResponse as SessionResponse, index_SessionResponseSchema as SessionResponseSchema, index_SessionSchema as SessionSchema, type index_SessionUser as SessionUser, type index_SessionUserInput as SessionUserInput, index_SessionUserSchema as SessionUserSchema, type index_SetPresenceRequest as SetPresenceRequest, index_SetPresenceRequestSchema as SetPresenceRequestSchema, type index_SetPresenceResponse as SetPresenceResponse, index_SetPresenceResponseSchema as SetPresenceResponseSchema, type index_SimpleCursorPosition as SimpleCursorPosition, index_SimpleCursorPositionSchema as SimpleCursorPositionSchema, type index_SimplePresenceState as SimplePresenceState, index_SimplePresenceStateSchema as SimplePresenceStateSchema, type index_SingleRecordResponse as SingleRecordResponse, index_SingleRecordResponseSchema as SingleRecordResponseSchema, index_StandardApiContracts as StandardApiContracts, type index_StandardErrorCode as StandardErrorCode, type index_StarFeedItemRequest as StarFeedItemRequest, index_StarFeedItemRequestSchema as StarFeedItemRequestSchema, type index_StarFeedItemResponse as StarFeedItemResponse, index_StarFeedItemResponseSchema as StarFeedItemResponseSchema, index_StorageApiContracts as StorageApiContracts, type index_SubgraphConfig as SubgraphConfig, type index_SubgraphConfigInput as SubgraphConfigInput, index_SubgraphConfigSchema as SubgraphConfigSchema, type index_SubscribeMessage as SubscribeMessage, index_SubscribeMessageSchema as SubscribeMessageSchema, type index_SubscribeRequest as SubscribeRequest, index_SubscribeRequestSchema as SubscribeRequestSchema, type index_SubscribeResponse as SubscribeResponse, index_SubscribeResponseSchema as SubscribeResponseSchema, type index_Subscription as Subscription, index_SubscriptionEventSchema as SubscriptionEventSchema, index_SubscriptionSchema as SubscriptionSchema, type index_ToggleFlowRequest as ToggleFlowRequest, index_ToggleFlowRequestSchema as ToggleFlowRequestSchema, type index_ToggleFlowResponse as ToggleFlowResponse, index_ToggleFlowResponseSchema as ToggleFlowResponseSchema, type index_TransportProtocol as TransportProtocol, type index_TriggerFlowRequest as TriggerFlowRequest, index_TriggerFlowRequestSchema as TriggerFlowRequestSchema, type index_TriggerFlowResponse as TriggerFlowResponse, index_TriggerFlowResponseSchema as TriggerFlowResponseSchema, type index_UninstallPackageApiRequest as UninstallPackageApiRequest, index_UninstallPackageApiRequestSchema as UninstallPackageApiRequestSchema, type index_UninstallPackageApiResponse as UninstallPackageApiResponse, index_UninstallPackageApiResponseSchema as UninstallPackageApiResponseSchema, index_UninstallPackageRequest as UninstallPackageRequest, index_UninstallPackageRequestSchema as UninstallPackageRequestSchema, index_UninstallPackageResponse as UninstallPackageResponse, index_UninstallPackageResponseSchema as UninstallPackageResponseSchema, type index_UnpinFeedItemRequest as UnpinFeedItemRequest, index_UnpinFeedItemRequestSchema as UnpinFeedItemRequestSchema, type index_UnpinFeedItemResponse as UnpinFeedItemResponse, index_UnpinFeedItemResponseSchema as UnpinFeedItemResponseSchema, type index_UnregisterDeviceRequest as UnregisterDeviceRequest, index_UnregisterDeviceRequestSchema as UnregisterDeviceRequestSchema, type index_UnregisterDeviceResponse as UnregisterDeviceResponse, index_UnregisterDeviceResponseSchema as UnregisterDeviceResponseSchema, type index_UnstarFeedItemRequest as UnstarFeedItemRequest, index_UnstarFeedItemRequestSchema as UnstarFeedItemRequestSchema, type index_UnstarFeedItemResponse as UnstarFeedItemResponse, index_UnstarFeedItemResponseSchema as UnstarFeedItemResponseSchema, type index_UnsubscribeMessage as UnsubscribeMessage, index_UnsubscribeMessageSchema as UnsubscribeMessageSchema, type index_UnsubscribeRequest as UnsubscribeRequest, index_UnsubscribeRequestSchema as UnsubscribeRequestSchema, type index_UnsubscribeResponse as UnsubscribeResponse, index_UnsubscribeResponseSchema as UnsubscribeResponseSchema, type index_UpdateDataRequest as UpdateDataRequest, index_UpdateDataRequestSchema as UpdateDataRequestSchema, type index_UpdateDataResponse as UpdateDataResponse, index_UpdateDataResponseSchema as UpdateDataResponseSchema, type index_UpdateFeedItemRequest as UpdateFeedItemRequest, index_UpdateFeedItemRequestSchema as UpdateFeedItemRequestSchema, type index_UpdateFeedItemResponse as UpdateFeedItemResponse, index_UpdateFeedItemResponseSchema as UpdateFeedItemResponseSchema, type index_UpdateFlowRequest as UpdateFlowRequest, index_UpdateFlowRequestSchema as UpdateFlowRequestSchema, type index_UpdateFlowResponse as UpdateFlowResponse, index_UpdateFlowResponseSchema as UpdateFlowResponseSchema, type index_UpdateManyDataRequest as UpdateManyDataRequest, index_UpdateManyDataRequestSchema as UpdateManyDataRequestSchema, type index_UpdateManyDataResponse as UpdateManyDataResponse, index_UpdateManyDataResponseSchema as UpdateManyDataResponseSchema, type index_UpdateManyRequest as UpdateManyRequest, index_UpdateManyRequestSchema as UpdateManyRequestSchema, type index_UpdateNotificationPreferencesRequest as UpdateNotificationPreferencesRequest, index_UpdateNotificationPreferencesRequestSchema as UpdateNotificationPreferencesRequestSchema, type index_UpdateNotificationPreferencesResponse as UpdateNotificationPreferencesResponse, index_UpdateNotificationPreferencesResponseSchema as UpdateNotificationPreferencesResponseSchema, type index_UpdateRequest as UpdateRequest, index_UpdateRequestSchema as UpdateRequestSchema, type index_UpdateViewRequest as UpdateViewRequest, index_UpdateViewRequestSchema as UpdateViewRequestSchema, type index_UpdateViewResponse as UpdateViewResponse, index_UpdateViewResponseSchema as UpdateViewResponseSchema, type index_UploadArtifactRequest as UploadArtifactRequest, index_UploadArtifactRequestSchema as UploadArtifactRequestSchema, type index_UploadArtifactResponse as UploadArtifactResponse, index_UploadArtifactResponseSchema as UploadArtifactResponseSchema, type index_UploadChunkRequest as UploadChunkRequest, index_UploadChunkRequestSchema as UploadChunkRequestSchema, type index_UploadChunkResponse as UploadChunkResponse, index_UploadChunkResponseSchema as UploadChunkResponseSchema, type index_UploadProgress as UploadProgress, index_UploadProgressSchema as UploadProgressSchema, type index_UserProfileResponse as UserProfileResponse, index_UserProfileResponseSchema as UserProfileResponseSchema, type index_ValidationMode as ValidationMode, type index_VersionDefinition as VersionDefinition, index_VersionDefinitionSchema as VersionDefinitionSchema, type index_VersionNegotiationResponse as VersionNegotiationResponse, index_VersionNegotiationResponseSchema as VersionNegotiationResponseSchema, type index_VersionStatus as VersionStatus, type index_VersioningConfig as VersioningConfig, type index_VersioningConfigInput as VersioningConfigInput, index_VersioningConfigSchema as VersioningConfigSchema, type index_VersioningStrategy as VersioningStrategy, type index_WebSocketConfig as WebSocketConfig, index_WebSocketConfigSchema as WebSocketConfigSchema, type index_WebSocketEvent as WebSocketEvent, index_WebSocketEventSchema as WebSocketEventSchema, type index_WebSocketMessage as WebSocketMessage, index_WebSocketMessageSchema as WebSocketMessageSchema, type index_WebSocketMessageType as WebSocketMessageType, type index_WebSocketPresenceStatus as WebSocketPresenceStatus, type index_WebSocketServerConfig as WebSocketServerConfig, index_WebSocketServerConfigSchema as WebSocketServerConfigSchema, type index_WebhookConfig as WebhookConfig, index_WebhookConfigSchema as WebhookConfigSchema, type index_WebhookEvent as WebhookEvent, index_WebhookEventSchema as WebhookEventSchema, type index_WellKnownCapabilities as WellKnownCapabilities, index_WellKnownCapabilitiesSchema as WellKnownCapabilitiesSchema, type index_WorkflowApproveRequest as WorkflowApproveRequest, index_WorkflowApproveRequestSchema as WorkflowApproveRequestSchema, type index_WorkflowApproveResponse as WorkflowApproveResponse, index_WorkflowApproveResponseSchema as WorkflowApproveResponseSchema, type index_WorkflowRejectRequest as WorkflowRejectRequest, index_WorkflowRejectRequestSchema as WorkflowRejectRequestSchema, type index_WorkflowRejectResponse as WorkflowRejectResponse, index_WorkflowRejectResponseSchema as WorkflowRejectResponseSchema, type index_WorkflowState as WorkflowState, index_WorkflowStateSchema as WorkflowStateSchema, type index_WorkflowTransitionRequest as WorkflowTransitionRequest, index_WorkflowTransitionRequestSchema as WorkflowTransitionRequestSchema, type index_WorkflowTransitionResponse as WorkflowTransitionResponse, index_WorkflowTransitionResponseSchema as WorkflowTransitionResponseSchema, index_getAuthEndpointUrl as getAuthEndpointUrl, index_getDefaultRouteRegistrations as getDefaultRouteRegistrations, index_mapFieldTypeToGraphQL as mapFieldTypeToGraphQL };
|
|
33566
33719
|
}
|
|
33567
33720
|
|
|
33568
|
-
export { ApiRegistryEntrySchema as $, type AckMessage as A, type ApiChangelogEntry as B, ApiChangelogEntrySchema as C, type ApiDiscoveryQuery as D, ApiDiscoveryQuerySchema as E, type ApiDiscoveryResponse as F, ApiDiscoveryResponseSchema as G, ApiDocumentationConfig as H, ApiDocumentationConfigSchema as I, ApiEndpoint as J, type ApiEndpointInput as K, ApiEndpointRegistration as L, type ApiEndpointRegistrationInput as M, ApiEndpointRegistrationSchema as N, ApiEndpointSchema as O, type ApiError as P, ApiErrorSchema as Q, ApiMappingSchema as R, type ApiMetadata as S, type ApiMetadataInput as T, ApiMetadataSchema as U, type ApiParameter as V, ApiParameterSchema as W, ApiProtocolType as X, ApiRegistry as Y, ApiRegistryEntry as Z, type ApiRegistryEntryInput as _, AckMessageSchema as a, type CacheControl as a$, ApiRegistrySchema as a0, type ApiResponse as a1, type ApiResponseInput as a2, ApiResponseSchema as a3, type ApiRoutes as a4, ApiRoutesSchema as a5, ApiTestCollection as a6, ApiTestCollectionSchema as a7, type ApiTestRequest as a8, ApiTestRequestSchema as a9, BatchApiContracts as aA, type BatchConfig as aB, BatchConfigSchema as aC, type BatchDataRequest as aD, BatchDataRequestSchema as aE, type BatchDataResponse as aF, BatchDataResponseSchema as aG, type BatchEndpointsConfig as aH, type BatchEndpointsConfigInput as aI, BatchEndpointsConfigSchema as aJ, type BatchLoadingStrategy as aK, BatchLoadingStrategySchema as aL, type BatchOperationResult as aM, BatchOperationResultSchema as aN, BatchOperationType as aO, type BatchOptions as aP, BatchOptionsSchema as aQ, type BatchRecord as aR, BatchRecordSchema as aS, type BatchUpdateRequest as aT, BatchUpdateRequestSchema as aU, type BatchUpdateResponse as aV, BatchUpdateResponseSchema as aW, type BulkRequest as aX, BulkRequestSchema as aY, type BulkResponse as aZ, BulkResponseSchema as a_, type ApiTestingUiConfig as aa, ApiTestingUiConfigSchema as ab, ApiTestingUiType as ac, type AppDefinitionResponse as ad, AppDefinitionResponseSchema as ae, type AuthEndpoint as af, type AuthEndpointAlias as ag, AuthEndpointAliases as ah, type AuthEndpointPath as ai, AuthEndpointPaths as aj, AuthEndpointSchema as ak, AuthProvider as al, AutomationApiContracts as am, AutomationApiErrorCode as an, type AutomationFlowPathParams as ao, AutomationFlowPathParamsSchema as ap, type AutomationRunPathParams as aq, AutomationRunPathParamsSchema as ar, type AutomationTriggerRequest as as, AutomationTriggerRequestSchema as at, type AutomationTriggerResponse as au, AutomationTriggerResponseSchema as av, type BasePresence as aw, BasePresenceSchema as ax, type BaseResponse as ay, BaseResponseSchema as az, type AddReactionRequest as b, DEFAULT_DISCOVERY_ROUTES as b$, CacheControlSchema as b0, CacheDirective as b1, type CacheInvalidationRequest as b2, CacheInvalidationRequestSchema as b3, type CacheInvalidationResponse as b4, CacheInvalidationResponseSchema as b5, CacheInvalidationTarget as b6, type Callback as b7, CallbackSchema as b8, type ChangelogEntry as b9, type CreateFlowResponse as bA, CreateFlowResponseSchema as bB, type CreateManyDataRequest as bC, CreateManyDataRequestSchema as bD, type CreateManyDataResponse as bE, CreateManyDataResponseSchema as bF, type CreateRequest as bG, CreateRequestSchema as bH, type CreateViewRequest as bI, CreateViewRequestSchema as bJ, type CreateViewResponse as bK, CreateViewResponseSchema as bL, type CrudEndpointPattern as bM, CrudEndpointPatternSchema as bN, type CrudEndpointsConfig as bO, type CrudEndpointsConfigInput as bP, CrudEndpointsConfigSchema as bQ, CrudOperation as bR, type CursorMessage as bS, CursorMessageSchema as bT, type CursorPosition as bU, CursorPositionSchema as bV, DEFAULT_AI_ROUTES as bW, DEFAULT_ANALYTICS_ROUTES as bX, DEFAULT_AUTOMATION_ROUTES as bY, DEFAULT_BATCH_ROUTES as bZ, DEFAULT_DATA_CRUD_ROUTES as b_, ChangelogEntrySchema as ba, type CheckPermissionRequest as bb, CheckPermissionRequestSchema as bc, type CheckPermissionResponse as bd, CheckPermissionResponseSchema as be, type CodeGenerationTemplate as bf, CodeGenerationTemplateSchema as bg, type CompleteChunkedUploadRequest as bh, CompleteChunkedUploadRequestSchema as bi, type CompleteChunkedUploadResponse as bj, CompleteChunkedUploadResponseSchema as bk, type CompleteUploadRequest as bl, CompleteUploadRequestSchema as bm, type ConceptListResponse as bn, ConceptListResponseSchema as bo, ConflictResolutionStrategy as bp, type CreateDataRequest as bq, CreateDataRequestSchema as br, type CreateDataResponse as bs, CreateDataResponseSchema as bt, type CreateFeedItemRequest as bu, CreateFeedItemRequestSchema as bv, type CreateFeedItemResponse as bw, CreateFeedItemResponseSchema as bx, type CreateFlowRequest as by, CreateFlowRequestSchema as bz, AddReactionRequestSchema as c, type ErrorHandlingConfigInput as c$, DEFAULT_DISPATCHER_ROUTES as c0, DEFAULT_I18N_ROUTES as c1, DEFAULT_METADATA_ROUTES as c2, DEFAULT_NOTIFICATION_ROUTES as c3, DEFAULT_PERMISSION_ROUTES as c4, DEFAULT_REALTIME_ROUTES as c5, DEFAULT_VERSIONING_CONFIG as c6, DEFAULT_VIEW_ROUTES as c7, DEFAULT_WORKFLOW_ROUTES as c8, type DataLoaderConfig as c9, DiscoverySchema as cA, type DispatcherConfig as cB, type DispatcherConfigInput as cC, DispatcherConfigSchema as cD, DispatcherErrorCode as cE, type DispatcherErrorResponse as cF, DispatcherErrorResponseSchema as cG, type DispatcherRoute as cH, type DispatcherRouteInput as cI, DispatcherRouteSchema as cJ, type DocumentState as cK, DocumentStateSchema as cL, type ETag as cM, ETagSchema as cN, type EditMessage as cO, EditMessageSchema as cP, type EditOperation as cQ, EditOperationSchema as cR, EditOperationType as cS, EndpointMapping as cT, type EndpointMappingKey as cU, type EndpointRegistry as cV, EndpointRegistrySchema as cW, type EnhancedApiError as cX, EnhancedApiErrorSchema as cY, ErrorCategory as cZ, type ErrorHandlingConfig as c_, DataLoaderConfigSchema as ca, type DeleteDataRequest as cb, DeleteDataRequestSchema as cc, type DeleteDataResponse as cd, DeleteDataResponseSchema as ce, type DeleteFeedItemRequest as cf, DeleteFeedItemRequestSchema as cg, type DeleteFeedItemResponse as ch, DeleteFeedItemResponseSchema as ci, type DeleteFlowRequest as cj, DeleteFlowRequestSchema as ck, type DeleteFlowResponse as cl, DeleteFlowResponseSchema as cm, type DeleteManyDataRequest as cn, DeleteManyDataRequestSchema as co, type DeleteManyDataResponse as cp, DeleteManyDataResponseSchema as cq, type DeleteManyRequest as cr, DeleteManyRequestSchema as cs, type DeleteResponse as ct, DeleteResponseSchema as cu, type DeleteViewRequest as cv, DeleteViewRequestSchema as cw, type DeleteViewResponse as cx, DeleteViewResponseSchema as cy, type DiscoveryResponse as cz, type AddReactionResponse as d, GetDataRequestSchema as d$, ErrorHandlingConfigSchema as d0, ErrorHttpStatusMap as d1, type ErrorMessage as d2, ErrorMessageSchema as d3, type ErrorResponse as d4, ErrorResponseSchema as d5, type EventFilter as d6, EventFilterCondition as d7, EventFilterSchema as d8, type EventMessage as d9, type FeedPathParams as dA, FeedPathParamsSchema as dB, type FeedUnsubscribeRequest as dC, FeedUnsubscribeRequestSchema as dD, type FieldError as dE, FieldErrorSchema as dF, type FileTypeValidation as dG, FileTypeValidationSchema as dH, type FileUploadResponse as dI, FileUploadResponseSchema as dJ, FilterOperator as dK, type FindDataRequest as dL, FindDataRequestSchema as dM, type FindDataResponse as dN, FindDataResponseSchema as dO, type FlowSummary as dP, FlowSummarySchema as dQ, type GeneratedApiDocumentation as dR, GeneratedApiDocumentationSchema as dS, type GeneratedEndpoint as dT, GeneratedEndpointSchema as dU, GetAnalyticsMetaRequestSchema as dV, type GetChangelogRequest as dW, GetChangelogRequestSchema as dX, type GetChangelogResponse as dY, GetChangelogResponseSchema as dZ, type GetDataRequest as d_, EventMessageSchema as da, type EventPattern as db, EventPatternSchema as dc, type EventSubscription as dd, EventSubscriptionSchema as de, type ExportRequest as df, ExportRequestSchema as dg, type FederationEntity as dh, type FederationEntityKey as di, FederationEntityKeySchema as dj, FederationEntitySchema as dk, type FederationExternalField as dl, FederationExternalFieldSchema as dm, type FederationGateway as dn, type FederationGatewayInput as dp, FederationGatewaySchema as dq, type FederationProvides as dr, FederationProvidesSchema as ds, type FederationRequires as dt, FederationRequiresSchema as du, FeedApiContracts as dv, FeedApiErrorCode as dw, type FeedItemPathParams as dx, FeedItemPathParamsSchema as dy, FeedListFilterType as dz, AddReactionResponseSchema as e, GetRunResponseSchema as e$, type GetDataResponse as e0, GetDataResponseSchema as e1, type GetDiscoveryRequest as e2, GetDiscoveryRequestSchema as e3, type GetDiscoveryResponse as e4, GetDiscoveryResponseSchema as e5, type GetEffectivePermissionsRequest as e6, GetEffectivePermissionsRequestSchema as e7, type GetEffectivePermissionsResponse as e8, GetEffectivePermissionsResponseSchema as e9, type GetMetaItemResponse as eA, GetMetaItemResponseSchema as eB, type GetMetaItemsRequest as eC, GetMetaItemsRequestSchema as eD, type GetMetaItemsResponse as eE, GetMetaItemsResponseSchema as eF, type GetMetaTypesRequest as eG, GetMetaTypesRequestSchema as eH, type GetMetaTypesResponse as eI, GetMetaTypesResponseSchema as eJ, type GetNotificationPreferencesRequest as eK, GetNotificationPreferencesRequestSchema as eL, type GetNotificationPreferencesResponse as eM, GetNotificationPreferencesResponseSchema as eN, type GetObjectPermissionsRequest as eO, GetObjectPermissionsRequestSchema as eP, type GetObjectPermissionsResponse as eQ, GetObjectPermissionsResponseSchema as eR, type GetPresenceRequest as eS, GetPresenceRequestSchema as eT, type GetPresenceResponse as eU, GetPresenceResponseSchema as eV, type GetPresignedUrlRequest as eW, GetPresignedUrlRequestSchema as eX, type GetRunRequest as eY, GetRunRequestSchema as eZ, type GetRunResponse as e_, type GetFeedRequest as ea, GetFeedRequestSchema as eb, type GetFeedResponse as ec, GetFeedResponseSchema as ed, type GetFieldLabelsRequest as ee, GetFieldLabelsRequestSchema as ef, type GetFieldLabelsResponse as eg, GetFieldLabelsResponseSchema as eh, type GetFlowRequest as ei, GetFlowRequestSchema as ej, type GetFlowResponse as ek, GetFlowResponseSchema as el, type GetInstalledPackageRequest as em, GetInstalledPackageRequestSchema as en, type GetInstalledPackageResponse as eo, GetInstalledPackageResponseSchema as ep, type GetLocalesRequest as eq, GetLocalesRequestSchema as er, type GetLocalesResponse as es, GetLocalesResponseSchema as et, type GetMetaItemCachedRequest as eu, GetMetaItemCachedRequestSchema as ev, type GetMetaItemCachedResponse as ew, GetMetaItemCachedResponseSchema as ex, type GetMetaItemRequest as ey, GetMetaItemRequestSchema as ez, type AiInsightsRequest as f, HttpFindQueryParamsSchema as f$, type GetTranslationsRequest as f0, GetTranslationsRequestSchema as f1, type GetTranslationsResponse as f2, GetTranslationsResponseSchema as f3, type GetUiViewRequest as f4, GetUiViewRequestSchema as f5, type GetUiViewResponse as f6, GetUiViewResponseSchema as f7, type GetViewRequest as f8, GetViewRequestSchema as f9, type GraphQLQueryAdapter as fA, type GraphQLQueryAdapterInput as fB, GraphQLQueryAdapterSchema as fC, type GraphQLQueryComplexity as fD, type GraphQLQueryComplexityInput as fE, GraphQLQueryComplexitySchema as fF, type GraphQLQueryConfig as fG, type GraphQLQueryConfigInput as fH, GraphQLQueryConfigSchema as fI, type GraphQLQueryDepthLimit as fJ, type GraphQLQueryDepthLimitInput as fK, GraphQLQueryDepthLimitSchema as fL, type GraphQLRateLimit as fM, type GraphQLRateLimitInput as fN, GraphQLRateLimitSchema as fO, type GraphQLResolverConfig as fP, type GraphQLResolverConfigInput as fQ, GraphQLResolverConfigSchema as fR, GraphQLScalarType as fS, type GraphQLSubscriptionConfig as fT, type GraphQLSubscriptionConfigInput as fU, GraphQLSubscriptionConfigSchema as fV, type GraphQLTypeConfig as fW, type GraphQLTypeConfigInput as fX, GraphQLTypeConfigSchema as fY, type HandlerStatus as fZ, HandlerStatusSchema as f_, type GetViewResponse as fa, GetViewResponseSchema as fb, type GetWorkflowConfigRequest as fc, GetWorkflowConfigRequestSchema as fd, type GetWorkflowConfigResponse as fe, GetWorkflowConfigResponseSchema as ff, type GetWorkflowStateRequest as fg, GetWorkflowStateRequestSchema as fh, type GetWorkflowStateResponse as fi, GetWorkflowStateResponseSchema as fj, GraphQLConfig as fk, type GraphQLConfigInput as fl, GraphQLConfigSchema as fm, type GraphQLDataLoaderConfig as fn, type GraphQLDataLoaderConfigInput as fo, GraphQLDataLoaderConfigSchema as fp, type GraphQLDirectiveConfig as fq, type GraphQLDirectiveConfigInput as fr, GraphQLDirectiveConfigSchema as fs, GraphQLDirectiveLocation as ft, type GraphQLMutationConfig as fu, type GraphQLMutationConfigInput as fv, GraphQLMutationConfigSchema as fw, type GraphQLPersistedQuery as fx, type GraphQLPersistedQueryInput as fy, GraphQLPersistedQuerySchema as fz, AiInsightsRequestSchema as g, MetadataExportRequestSchema as g$, HttpStatusCode as g0, type IdRequest as g1, IdRequestSchema as g2, type InitiateChunkedUploadRequest as g3, InitiateChunkedUploadRequestSchema as g4, type InitiateChunkedUploadResponse as g5, InitiateChunkedUploadResponseSchema as g6, type ListFlowsRequest as g7, ListFlowsRequestSchema as g8, type ListFlowsResponse as g9, MarkAllNotificationsReadResponseSchema as gA, type MarkNotificationsReadRequest as gB, MarkNotificationsReadRequestSchema as gC, type MarkNotificationsReadResponse as gD, MarkNotificationsReadResponseSchema as gE, MetadataBulkRegisterRequestSchema as gF, type MetadataBulkResponse as gG, MetadataBulkResponseSchema as gH, MetadataBulkUnregisterRequestSchema as gI, MetadataCacheApi as gJ, type MetadataCacheRequest as gK, MetadataCacheRequestSchema as gL, type MetadataCacheResponse as gM, MetadataCacheResponseSchema as gN, type MetadataDeleteResponse as gO, MetadataDeleteResponseSchema as gP, type MetadataDependenciesResponse as gQ, MetadataDependenciesResponseSchema as gR, type MetadataDependentsResponse as gS, MetadataDependentsResponseSchema as gT, type MetadataEffectiveResponse as gU, MetadataEffectiveResponseSchema as gV, type MetadataEndpointsConfig as gW, type MetadataEndpointsConfigInput as gX, MetadataEndpointsConfigSchema as gY, type MetadataExistsResponse as gZ, MetadataExistsResponseSchema as g_, ListFlowsResponseSchema as ga, type ListInstalledPackagesRequest as gb, ListInstalledPackagesRequestSchema as gc, type ListInstalledPackagesResponse as gd, ListInstalledPackagesResponseSchema as ge, type ListNotificationsRequest as gf, ListNotificationsRequestSchema as gg, type ListNotificationsResponse as gh, ListNotificationsResponseSchema as gi, type ListRecordResponse as gj, ListRecordResponseSchema as gk, type ListRunsRequest as gl, ListRunsRequestSchema as gm, type ListRunsResponse as gn, ListRunsResponseSchema as go, type ListViewsRequest as gp, ListViewsRequestSchema as gq, type ListViewsResponse as gr, ListViewsResponseSchema as gs, type LoginRequest as gt, type LoginRequestInput as gu, LoginRequestSchema as gv, LoginType as gw, type MarkAllNotificationsReadRequest as gx, MarkAllNotificationsReadRequestSchema as gy, type MarkAllNotificationsReadResponse as gz, type AiInsightsResponse as h, OpenApiGenerationConfigSchema as h$, type MetadataExportResponse as h0, MetadataExportResponseSchema as h1, MetadataImportRequestSchema as h2, type MetadataImportResponse as h3, MetadataImportResponseSchema as h4, type MetadataItemResponse as h5, MetadataItemResponseSchema as h6, type MetadataListResponse as h7, MetadataListResponseSchema as h8, type MetadataNamesResponse as h9, ODataConfigSchema as hA, type ODataError as hB, ODataErrorSchema as hC, type ODataFilterFunction as hD, ODataFilterFunctionSchema as hE, type ODataFilterOperator as hF, ODataFilterOperatorSchema as hG, type ODataMetadata as hH, ODataMetadataSchema as hI, type ODataQuery as hJ, type ODataQueryAdapter as hK, type ODataQueryAdapterInput as hL, ODataQueryAdapterSchema as hM, ODataQuerySchema as hN, type ODataResponse as hO, ODataResponseSchema as hP, type ObjectDefinitionResponse as hQ, ObjectDefinitionResponseSchema as hR, type ObjectQLReference as hS, ObjectQLReferenceSchema as hT, type ObjectStackProtocol as hU, ObjectStackProtocolSchema as hV, type ObjectStackProtocolZod as hW, type OpenApi31Extensions as hX, OpenApi31ExtensionsSchema as hY, type OpenApiGenerationConfig as hZ, type OpenApiGenerationConfigInput as h_, MetadataNamesResponseSchema as ha, type MetadataOverlayResponse as hb, MetadataOverlayResponseSchema as hc, MetadataOverlaySaveRequestSchema as hd, MetadataQueryRequestSchema as he, type MetadataQueryResponse as hf, MetadataQueryResponseSchema as hg, type MetadataRegisterRequest as hh, MetadataRegisterRequestSchema as hi, type MetadataTypeInfoResponse as hj, MetadataTypeInfoResponseSchema as hk, type MetadataTypesResponse as hl, MetadataTypesResponseSchema as hm, MetadataValidateRequestSchema as hn, type MetadataValidateResponse as ho, MetadataValidateResponseSchema as hp, type ModificationResult as hq, ModificationResultSchema as hr, type Notification as hs, type NotificationInput as ht, type NotificationPreferences as hu, type NotificationPreferencesInput as hv, NotificationPreferencesSchema as hw, NotificationSchema as hx, OData as hy, type ODataConfig as hz, index as i, type RealtimePresence as i$, type OpenApiSecurityScheme as i0, OpenApiSecuritySchemeSchema as i1, type OpenApiServer as i2, OpenApiServerSchema as i3, OpenApiSpec as i4, OpenApiSpecSchema as i5, type OperatorMapping as i6, OperatorMappingSchema as i7, PackageApiContracts as i8, PackageApiErrorCode as i9, type PresenceState as iA, PresenceStateSchema as iB, PresenceStatus as iC, type PresenceUpdate as iD, PresenceUpdateSchema as iE, type PresignedUrlResponse as iF, PresignedUrlResponseSchema as iG, type QueryAdapterConfig as iH, type QueryAdapterConfigInput as iI, QueryAdapterConfigSchema as iJ, type QueryAdapterTarget as iK, QueryAdapterTargetSchema as iL, type QueryOptimizationConfig as iM, QueryOptimizationConfigSchema as iN, type RealtimeConfig as iO, RealtimeConfigSchema as iP, type RealtimeConnectRequest as iQ, RealtimeConnectRequestSchema as iR, type RealtimeConnectResponse as iS, RealtimeConnectResponseSchema as iT, type RealtimeDisconnectRequest as iU, RealtimeDisconnectRequestSchema as iV, type RealtimeDisconnectResponse as iW, RealtimeDisconnectResponseSchema as iX, type RealtimeEvent as iY, RealtimeEventSchema as iZ, RealtimeEventType as i_, type PackageInstallRequest as ia, PackageInstallRequestSchema as ib, type PackageInstallResponse as ic, PackageInstallResponseSchema as id, type PackagePathParams as ie, PackagePathParamsSchema as ig, type PackageRollbackRequest as ih, PackageRollbackRequestSchema as ii, type PackageRollbackResponse as ij, PackageRollbackResponseSchema as ik, type PackageUpgradeRequest as il, PackageUpgradeRequestSchema as im, type PackageUpgradeResponse as io, PackageUpgradeResponseSchema as ip, type PinFeedItemRequest as iq, PinFeedItemRequestSchema as ir, type PinFeedItemResponse as is, PinFeedItemResponseSchema as it, type PingMessage as iu, PingMessageSchema as iv, type PongMessage as iw, PongMessageSchema as ix, type PresenceMessage as iy, PresenceMessageSchema as iz, AiInsightsResponseSchema as j, RouteHealthEntrySchema as j$, RealtimePresenceSchema as j0, RealtimeRecordAction as j1, type RealtimeSubscribeRequest as j2, RealtimeSubscribeRequestSchema as j3, type RealtimeSubscribeResponse as j4, RealtimeSubscribeResponseSchema as j5, type RealtimeUnsubscribeRequest as j6, RealtimeUnsubscribeRequestSchema as j7, type RealtimeUnsubscribeResponse as j8, RealtimeUnsubscribeResponseSchema as j9, RestApiConfigSchema as jA, type RestApiEndpoint as jB, RestApiEndpointSchema as jC, RestApiPluginConfig as jD, type RestApiPluginConfigInput as jE, RestApiPluginConfigSchema as jF, RestApiRouteCategory as jG, RestApiRouteRegistration as jH, RestApiRouteRegistrationSchema as jI, type RestQueryAdapter as jJ, type RestQueryAdapterInput as jK, RestQueryAdapterSchema as jL, RestServerConfig as jM, type RestServerConfigInput as jN, RestServerConfigSchema as jO, RetryStrategy as jP, RouteCategory as jQ, type RouteCoverageEntry as jR, RouteCoverageEntrySchema as jS, type RouteCoverageReport as jT, RouteCoverageReportSchema as jU, type RouteDefinition as jV, RouteDefinitionSchema as jW, type RouteGenerationConfig as jX, type RouteGenerationConfigInput as jY, RouteGenerationConfigSchema as jZ, type RouteHealthEntry as j_, type RecordData as ja, RecordDataSchema as jb, type RefreshTokenRequest as jc, RefreshTokenRequestSchema as jd, type RegisterDeviceRequest as je, RegisterDeviceRequestSchema as jf, type RegisterDeviceResponse as jg, RegisterDeviceResponseSchema as jh, type RegisterRequest as ji, RegisterRequestSchema as jj, type RemoveReactionRequest as jk, RemoveReactionRequestSchema as jl, type RemoveReactionResponse as jm, RemoveReactionResponseSchema as jn, type RequestValidationConfig as jo, type RequestValidationConfigInput as jp, RequestValidationConfigSchema as jq, type ResolveDependenciesRequest as jr, ResolveDependenciesRequestSchema as js, type ResolveDependenciesResponse as jt, ResolveDependenciesResponseSchema as ju, type ResponseEnvelopeConfig as jv, type ResponseEnvelopeConfigInput as jw, ResponseEnvelopeConfigSchema as jx, RestApiConfig as jy, type RestApiConfigInput as jz, type AiNlqRequest as k, type UninstallPackageApiResponse as k$, type RouteHealthReport as k0, RouteHealthReportSchema as k1, type RouterConfig as k2, RouterConfigSchema as k3, type SaveMetaItemRequest as k4, SaveMetaItemRequestSchema as k5, type SaveMetaItemResponse as k6, SaveMetaItemResponseSchema as k7, SchemaDefinition as k8, type SearchFeedRequest as k9, StarFeedItemRequestSchema as kA, type StarFeedItemResponse as kB, StarFeedItemResponseSchema as kC, StorageApiContracts as kD, type SubgraphConfig as kE, type SubgraphConfigInput as kF, SubgraphConfigSchema as kG, type SubscribeMessage as kH, SubscribeMessageSchema as kI, type SubscribeRequest as kJ, SubscribeRequestSchema as kK, type SubscribeResponse as kL, SubscribeResponseSchema as kM, type Subscription as kN, SubscriptionEventSchema as kO, SubscriptionSchema as kP, type ToggleFlowRequest as kQ, ToggleFlowRequestSchema as kR, type ToggleFlowResponse as kS, ToggleFlowResponseSchema as kT, TransportProtocol as kU, type TriggerFlowRequest as kV, TriggerFlowRequestSchema as kW, type TriggerFlowResponse as kX, TriggerFlowResponseSchema as kY, type UninstallPackageApiRequest as kZ, UninstallPackageApiRequestSchema as k_, SearchFeedRequestSchema as ka, type SearchFeedResponse as kb, SearchFeedResponseSchema as kc, type ServiceInfo as kd, ServiceInfoSchema as ke, ServiceStatus as kf, type Session as kg, type SessionResponse as kh, SessionResponseSchema as ki, SessionSchema as kj, type SessionUser as kk, type SessionUserInput as kl, SessionUserSchema as km, type SetPresenceRequest as kn, SetPresenceRequestSchema as ko, type SetPresenceResponse as kp, SetPresenceResponseSchema as kq, type SimpleCursorPosition as kr, SimpleCursorPositionSchema as ks, type SimplePresenceState as kt, SimplePresenceStateSchema as ku, type SingleRecordResponse as kv, SingleRecordResponseSchema as kw, StandardApiContracts as kx, StandardErrorCode as ky, type StarFeedItemRequest as kz, AiNlqRequestSchema as l, VersionNegotiationResponseSchema as l$, UninstallPackageApiResponseSchema as l0, type UnpinFeedItemRequest as l1, UnpinFeedItemRequestSchema as l2, type UnpinFeedItemResponse as l3, UnpinFeedItemResponseSchema as l4, type UnregisterDeviceRequest as l5, UnregisterDeviceRequestSchema as l6, type UnregisterDeviceResponse as l7, UnregisterDeviceResponseSchema as l8, type UnstarFeedItemRequest as l9, UpdateManyRequestSchema as lA, type UpdateNotificationPreferencesRequest as lB, UpdateNotificationPreferencesRequestSchema as lC, type UpdateNotificationPreferencesResponse as lD, UpdateNotificationPreferencesResponseSchema as lE, type UpdateRequest as lF, UpdateRequestSchema as lG, type UpdateViewRequest as lH, UpdateViewRequestSchema as lI, type UpdateViewResponse as lJ, UpdateViewResponseSchema as lK, type UploadArtifactRequest as lL, UploadArtifactRequestSchema as lM, type UploadArtifactResponse as lN, UploadArtifactResponseSchema as lO, type UploadChunkRequest as lP, UploadChunkRequestSchema as lQ, type UploadChunkResponse as lR, UploadChunkResponseSchema as lS, type UploadProgress as lT, UploadProgressSchema as lU, type UserProfileResponse as lV, UserProfileResponseSchema as lW, ValidationMode as lX, type VersionDefinition as lY, VersionDefinitionSchema as lZ, type VersionNegotiationResponse as l_, UnstarFeedItemRequestSchema as la, type UnstarFeedItemResponse as lb, UnstarFeedItemResponseSchema as lc, type UnsubscribeMessage as ld, UnsubscribeMessageSchema as le, type UnsubscribeRequest as lf, UnsubscribeRequestSchema as lg, type UnsubscribeResponse as lh, UnsubscribeResponseSchema as li, type UpdateDataRequest as lj, UpdateDataRequestSchema as lk, type UpdateDataResponse as ll, UpdateDataResponseSchema as lm, type UpdateFeedItemRequest as ln, UpdateFeedItemRequestSchema as lo, type UpdateFeedItemResponse as lp, UpdateFeedItemResponseSchema as lq, type UpdateFlowRequest as lr, UpdateFlowRequestSchema as ls, type UpdateFlowResponse as lt, UpdateFlowResponseSchema as lu, type UpdateManyDataRequest as lv, UpdateManyDataRequestSchema as lw, type UpdateManyDataResponse as lx, UpdateManyDataResponseSchema as ly, type UpdateManyRequest as lz, type AiNlqResponse as m, VersionStatus as m0, type VersioningConfig as m1, type VersioningConfigInput as m2, VersioningConfigSchema as m3, VersioningStrategy as m4, type WebSocketConfig as m5, WebSocketConfigSchema as m6, type WebSocketEvent as m7, WebSocketEventSchema as m8, type WebSocketMessage as m9, getDefaultRouteRegistrations as mA, mapFieldTypeToGraphQL as mB, WebSocketMessageSchema as ma, WebSocketMessageType as mb, WebSocketPresenceStatus as mc, type WebSocketServerConfig as md, WebSocketServerConfigSchema as me, type WebhookConfig as mf, WebhookConfigSchema as mg, type WebhookEvent as mh, WebhookEventSchema as mi, type WellKnownCapabilities as mj, WellKnownCapabilitiesSchema as mk, type WorkflowApproveRequest as ml, WorkflowApproveRequestSchema as mm, type WorkflowApproveResponse as mn, WorkflowApproveResponseSchema as mo, type WorkflowRejectRequest as mp, WorkflowRejectRequestSchema as mq, type WorkflowRejectResponse as mr, WorkflowRejectResponseSchema as ms, type WorkflowState as mt, WorkflowStateSchema as mu, type WorkflowTransitionRequest as mv, WorkflowTransitionRequestSchema as mw, type WorkflowTransitionResponse as mx, WorkflowTransitionResponseSchema as my, getAuthEndpointUrl as mz, AiNlqResponseSchema as n, type AiSuggestRequest as o, AiSuggestRequestSchema as p, type AiSuggestResponse as q, AiSuggestResponseSchema as r, AnalyticsEndpoint as s, type AnalyticsMetadataResponse as t, AnalyticsMetadataResponseSchema as u, type AnalyticsQueryRequest$1 as v, AnalyticsQueryRequestSchema as w, AnalyticsResultResponseSchema as x, type AnalyticsSqlResponse as y, AnalyticsSqlResponseSchema as z };
|
|
33721
|
+
export { ApiRegistryEntrySchema as $, type AckMessage as A, type ApiChangelogEntry as B, ApiChangelogEntrySchema as C, type ApiDiscoveryQuery as D, ApiDiscoveryQuerySchema as E, type ApiDiscoveryResponse as F, ApiDiscoveryResponseSchema as G, ApiDocumentationConfig as H, ApiDocumentationConfigSchema as I, ApiEndpoint as J, type ApiEndpointInput as K, ApiEndpointRegistration as L, type ApiEndpointRegistrationInput as M, ApiEndpointRegistrationSchema as N, ApiEndpointSchema as O, type ApiError as P, ApiErrorSchema as Q, ApiMappingSchema as R, type ApiMetadata as S, type ApiMetadataInput as T, ApiMetadataSchema as U, type ApiParameter as V, ApiParameterSchema as W, ApiProtocolType as X, ApiRegistry as Y, ApiRegistryEntry as Z, type ApiRegistryEntryInput as _, AckMessageSchema as a, type CacheControl as a$, ApiRegistrySchema as a0, type ApiResponse as a1, type ApiResponseInput as a2, ApiResponseSchema as a3, type ApiRoutes as a4, ApiRoutesSchema as a5, ApiTestCollection as a6, ApiTestCollectionSchema as a7, type ApiTestRequest as a8, ApiTestRequestSchema as a9, BatchApiContracts as aA, type BatchConfig as aB, BatchConfigSchema as aC, type BatchDataRequest as aD, BatchDataRequestSchema as aE, type BatchDataResponse as aF, BatchDataResponseSchema as aG, type BatchEndpointsConfig as aH, type BatchEndpointsConfigInput as aI, BatchEndpointsConfigSchema as aJ, type BatchLoadingStrategy as aK, BatchLoadingStrategySchema as aL, type BatchOperationResult as aM, BatchOperationResultSchema as aN, BatchOperationType as aO, type BatchOptions as aP, BatchOptionsSchema as aQ, type BatchRecord as aR, BatchRecordSchema as aS, type BatchUpdateRequest as aT, BatchUpdateRequestSchema as aU, type BatchUpdateResponse as aV, BatchUpdateResponseSchema as aW, type BulkRequest as aX, BulkRequestSchema as aY, type BulkResponse as aZ, BulkResponseSchema as a_, type ApiTestingUiConfig as aa, ApiTestingUiConfigSchema as ab, ApiTestingUiType as ac, type AppDefinitionResponse as ad, AppDefinitionResponseSchema as ae, type AuthEndpoint as af, type AuthEndpointAlias as ag, AuthEndpointAliases as ah, type AuthEndpointPath as ai, AuthEndpointPaths as aj, AuthEndpointSchema as ak, AuthProvider as al, AutomationApiContracts as am, AutomationApiErrorCode as an, type AutomationFlowPathParams as ao, AutomationFlowPathParamsSchema as ap, type AutomationRunPathParams as aq, AutomationRunPathParamsSchema as ar, type AutomationTriggerRequest as as, AutomationTriggerRequestSchema as at, type AutomationTriggerResponse as au, AutomationTriggerResponseSchema as av, type BasePresence as aw, BasePresenceSchema as ax, type BaseResponse as ay, BaseResponseSchema as az, type AddReactionRequest as b, DEFAULT_DISCOVERY_ROUTES as b$, CacheControlSchema as b0, CacheDirective as b1, type CacheInvalidationRequest as b2, CacheInvalidationRequestSchema as b3, type CacheInvalidationResponse as b4, CacheInvalidationResponseSchema as b5, CacheInvalidationTarget as b6, type Callback as b7, CallbackSchema as b8, type ChangelogEntry as b9, type CreateFlowResponse as bA, CreateFlowResponseSchema as bB, type CreateManyDataRequest as bC, CreateManyDataRequestSchema as bD, type CreateManyDataResponse as bE, CreateManyDataResponseSchema as bF, type CreateRequest as bG, CreateRequestSchema as bH, type CreateViewRequest as bI, CreateViewRequestSchema as bJ, type CreateViewResponse as bK, CreateViewResponseSchema as bL, type CrudEndpointPattern as bM, CrudEndpointPatternSchema as bN, type CrudEndpointsConfig as bO, type CrudEndpointsConfigInput as bP, CrudEndpointsConfigSchema as bQ, CrudOperation as bR, type CursorMessage as bS, CursorMessageSchema as bT, type CursorPosition as bU, CursorPositionSchema as bV, DEFAULT_AI_ROUTES as bW, DEFAULT_ANALYTICS_ROUTES as bX, DEFAULT_AUTOMATION_ROUTES as bY, DEFAULT_BATCH_ROUTES as bZ, DEFAULT_DATA_CRUD_ROUTES as b_, ChangelogEntrySchema as ba, type CheckPermissionRequest as bb, CheckPermissionRequestSchema as bc, type CheckPermissionResponse as bd, CheckPermissionResponseSchema as be, type CodeGenerationTemplate as bf, CodeGenerationTemplateSchema as bg, type CompleteChunkedUploadRequest as bh, CompleteChunkedUploadRequestSchema as bi, type CompleteChunkedUploadResponse as bj, CompleteChunkedUploadResponseSchema as bk, type CompleteUploadRequest as bl, CompleteUploadRequestSchema as bm, type ConceptListResponse as bn, ConceptListResponseSchema as bo, ConflictResolutionStrategy as bp, type CreateDataRequest as bq, CreateDataRequestSchema as br, type CreateDataResponse as bs, CreateDataResponseSchema as bt, type CreateFeedItemRequest as bu, CreateFeedItemRequestSchema as bv, type CreateFeedItemResponse as bw, CreateFeedItemResponseSchema as bx, type CreateFlowRequest as by, CreateFlowRequestSchema as bz, AddReactionRequestSchema as c, EnhancedApiErrorSchema as c$, DEFAULT_DISPATCHER_ROUTES as c0, DEFAULT_I18N_ROUTES as c1, DEFAULT_METADATA_ROUTES as c2, DEFAULT_NOTIFICATION_ROUTES as c3, DEFAULT_PERMISSION_ROUTES as c4, DEFAULT_REALTIME_ROUTES as c5, DEFAULT_VERSIONING_CONFIG as c6, DEFAULT_VIEW_ROUTES as c7, DEFAULT_WORKFLOW_ROUTES as c8, type DataEvent as c9, type DeleteViewResponse as cA, DeleteViewResponseSchema as cB, type DiscoveryResponse as cC, DiscoverySchema as cD, type DispatcherConfig as cE, type DispatcherConfigInput as cF, DispatcherConfigSchema as cG, DispatcherErrorCode as cH, type DispatcherErrorResponse as cI, DispatcherErrorResponseSchema as cJ, type DispatcherRoute as cK, type DispatcherRouteInput as cL, DispatcherRouteSchema as cM, type DocumentState as cN, DocumentStateSchema as cO, type ETag as cP, ETagSchema as cQ, type EditMessage as cR, EditMessageSchema as cS, type EditOperation as cT, EditOperationSchema as cU, EditOperationType as cV, EndpointMapping as cW, type EndpointMappingKey as cX, type EndpointRegistry as cY, EndpointRegistrySchema as cZ, type EnhancedApiError as c_, DataEventSchema as ca, DataEventType as cb, type DataLoaderConfig as cc, DataLoaderConfigSchema as cd, type DeleteDataRequest as ce, DeleteDataRequestSchema as cf, type DeleteDataResponse as cg, DeleteDataResponseSchema as ch, type DeleteFeedItemRequest as ci, DeleteFeedItemRequestSchema as cj, type DeleteFeedItemResponse as ck, DeleteFeedItemResponseSchema as cl, type DeleteFlowRequest as cm, DeleteFlowRequestSchema as cn, type DeleteFlowResponse as co, DeleteFlowResponseSchema as cp, type DeleteManyDataRequest as cq, DeleteManyDataRequestSchema as cr, type DeleteManyDataResponse as cs, DeleteManyDataResponseSchema as ct, type DeleteManyRequest as cu, DeleteManyRequestSchema as cv, type DeleteResponse as cw, DeleteResponseSchema as cx, type DeleteViewRequest as cy, DeleteViewRequestSchema as cz, type AddReactionResponse as d, type GetChangelogResponse as d$, ErrorCategory as d0, type ErrorHandlingConfig as d1, type ErrorHandlingConfigInput as d2, ErrorHandlingConfigSchema as d3, ErrorHttpStatusMap as d4, type ErrorMessage as d5, ErrorMessageSchema as d6, type ErrorResponse as d7, ErrorResponseSchema as d8, type EventFilter as d9, type FeedItemPathParams as dA, FeedItemPathParamsSchema as dB, FeedListFilterType as dC, type FeedPathParams as dD, FeedPathParamsSchema as dE, type FeedUnsubscribeRequest as dF, FeedUnsubscribeRequestSchema as dG, type FieldError as dH, FieldErrorSchema as dI, type FileTypeValidation as dJ, FileTypeValidationSchema as dK, type FileUploadResponse as dL, FileUploadResponseSchema as dM, FilterOperator as dN, type FindDataRequest as dO, FindDataRequestSchema as dP, type FindDataResponse as dQ, FindDataResponseSchema as dR, type FlowSummary as dS, FlowSummarySchema as dT, type GeneratedApiDocumentation as dU, GeneratedApiDocumentationSchema as dV, type GeneratedEndpoint as dW, GeneratedEndpointSchema as dX, GetAnalyticsMetaRequestSchema as dY, type GetChangelogRequest as dZ, GetChangelogRequestSchema as d_, EventFilterCondition as da, EventFilterSchema as db, type EventMessage as dc, EventMessageSchema as dd, type EventPattern as de, EventPatternSchema as df, type EventSubscription as dg, EventSubscriptionSchema as dh, type ExportRequest as di, ExportRequestSchema as dj, type FederationEntity as dk, type FederationEntityKey as dl, FederationEntityKeySchema as dm, FederationEntitySchema as dn, type FederationExternalField as dp, FederationExternalFieldSchema as dq, type FederationGateway as dr, type FederationGatewayInput as ds, FederationGatewaySchema as dt, type FederationProvides as du, FederationProvidesSchema as dv, type FederationRequires as dw, FederationRequiresSchema as dx, FeedApiContracts as dy, FeedApiErrorCode as dz, AddReactionResponseSchema as e, type GetRunRequest as e$, GetChangelogResponseSchema as e0, type GetDataRequest as e1, GetDataRequestSchema as e2, type GetDataResponse as e3, GetDataResponseSchema as e4, type GetDiscoveryRequest as e5, GetDiscoveryRequestSchema as e6, type GetDiscoveryResponse as e7, GetDiscoveryResponseSchema as e8, type GetEffectivePermissionsRequest as e9, GetMetaItemCachedResponseSchema as eA, type GetMetaItemRequest as eB, GetMetaItemRequestSchema as eC, type GetMetaItemResponse as eD, GetMetaItemResponseSchema as eE, type GetMetaItemsRequest as eF, GetMetaItemsRequestSchema as eG, type GetMetaItemsResponse as eH, GetMetaItemsResponseSchema as eI, type GetMetaTypesRequest as eJ, GetMetaTypesRequestSchema as eK, type GetMetaTypesResponse as eL, GetMetaTypesResponseSchema as eM, type GetNotificationPreferencesRequest as eN, GetNotificationPreferencesRequestSchema as eO, type GetNotificationPreferencesResponse as eP, GetNotificationPreferencesResponseSchema as eQ, type GetObjectPermissionsRequest as eR, GetObjectPermissionsRequestSchema as eS, type GetObjectPermissionsResponse as eT, GetObjectPermissionsResponseSchema as eU, type GetPresenceRequest as eV, GetPresenceRequestSchema as eW, type GetPresenceResponse as eX, GetPresenceResponseSchema as eY, type GetPresignedUrlRequest as eZ, GetPresignedUrlRequestSchema as e_, GetEffectivePermissionsRequestSchema as ea, type GetEffectivePermissionsResponse as eb, GetEffectivePermissionsResponseSchema as ec, type GetFeedRequest as ed, GetFeedRequestSchema as ee, type GetFeedResponse as ef, GetFeedResponseSchema as eg, type GetFieldLabelsRequest as eh, GetFieldLabelsRequestSchema as ei, type GetFieldLabelsResponse as ej, GetFieldLabelsResponseSchema as ek, type GetFlowRequest as el, GetFlowRequestSchema as em, type GetFlowResponse as en, GetFlowResponseSchema as eo, type GetInstalledPackageRequest as ep, GetInstalledPackageRequestSchema as eq, type GetInstalledPackageResponse as er, GetInstalledPackageResponseSchema as es, type GetLocalesRequest as et, GetLocalesRequestSchema as eu, type GetLocalesResponse as ev, GetLocalesResponseSchema as ew, type GetMetaItemCachedRequest as ex, GetMetaItemCachedRequestSchema as ey, type GetMetaItemCachedResponse as ez, type AiInsightsRequest as f, GraphQLTypeConfigSchema as f$, GetRunRequestSchema as f0, type GetRunResponse as f1, GetRunResponseSchema as f2, type GetTranslationsRequest as f3, GetTranslationsRequestSchema as f4, type GetTranslationsResponse as f5, GetTranslationsResponseSchema as f6, type GetUiViewRequest as f7, GetUiViewRequestSchema as f8, type GetUiViewResponse as f9, type GraphQLPersistedQuery as fA, type GraphQLPersistedQueryInput as fB, GraphQLPersistedQuerySchema as fC, type GraphQLQueryAdapter as fD, type GraphQLQueryAdapterInput as fE, GraphQLQueryAdapterSchema as fF, type GraphQLQueryComplexity as fG, type GraphQLQueryComplexityInput as fH, GraphQLQueryComplexitySchema as fI, type GraphQLQueryConfig as fJ, type GraphQLQueryConfigInput as fK, GraphQLQueryConfigSchema as fL, type GraphQLQueryDepthLimit as fM, type GraphQLQueryDepthLimitInput as fN, GraphQLQueryDepthLimitSchema as fO, type GraphQLRateLimit as fP, type GraphQLRateLimitInput as fQ, GraphQLRateLimitSchema as fR, type GraphQLResolverConfig as fS, type GraphQLResolverConfigInput as fT, GraphQLResolverConfigSchema as fU, GraphQLScalarType as fV, type GraphQLSubscriptionConfig as fW, type GraphQLSubscriptionConfigInput as fX, GraphQLSubscriptionConfigSchema as fY, type GraphQLTypeConfig as fZ, type GraphQLTypeConfigInput as f_, GetUiViewResponseSchema as fa, type GetViewRequest as fb, GetViewRequestSchema as fc, type GetViewResponse as fd, GetViewResponseSchema as fe, type GetWorkflowConfigRequest as ff, GetWorkflowConfigRequestSchema as fg, type GetWorkflowConfigResponse as fh, GetWorkflowConfigResponseSchema as fi, type GetWorkflowStateRequest as fj, GetWorkflowStateRequestSchema as fk, type GetWorkflowStateResponse as fl, GetWorkflowStateResponseSchema as fm, GraphQLConfig as fn, type GraphQLConfigInput as fo, GraphQLConfigSchema as fp, type GraphQLDataLoaderConfig as fq, type GraphQLDataLoaderConfigInput as fr, GraphQLDataLoaderConfigSchema as fs, type GraphQLDirectiveConfig as ft, type GraphQLDirectiveConfigInput as fu, GraphQLDirectiveConfigSchema as fv, GraphQLDirectiveLocation as fw, type GraphQLMutationConfig as fx, type GraphQLMutationConfigInput as fy, GraphQLMutationConfigSchema as fz, AiInsightsRequestSchema as g, MetadataEndpointsConfigSchema as g$, type HandlerStatus as g0, HandlerStatusSchema as g1, HttpFindQueryParamsSchema as g2, HttpStatusCode as g3, type IdRequest as g4, IdRequestSchema as g5, type InitiateChunkedUploadRequest as g6, InitiateChunkedUploadRequestSchema as g7, type InitiateChunkedUploadResponse as g8, InitiateChunkedUploadResponseSchema as g9, type MarkAllNotificationsReadRequest as gA, MarkAllNotificationsReadRequestSchema as gB, type MarkAllNotificationsReadResponse as gC, MarkAllNotificationsReadResponseSchema as gD, type MarkNotificationsReadRequest as gE, MarkNotificationsReadRequestSchema as gF, type MarkNotificationsReadResponse as gG, MarkNotificationsReadResponseSchema as gH, MetadataBulkRegisterRequestSchema as gI, type MetadataBulkResponse as gJ, MetadataBulkResponseSchema as gK, MetadataBulkUnregisterRequestSchema as gL, MetadataCacheApi as gM, type MetadataCacheRequest as gN, MetadataCacheRequestSchema as gO, type MetadataCacheResponse as gP, MetadataCacheResponseSchema as gQ, type MetadataDeleteResponse as gR, MetadataDeleteResponseSchema as gS, type MetadataDependenciesResponse as gT, MetadataDependenciesResponseSchema as gU, type MetadataDependentsResponse as gV, MetadataDependentsResponseSchema as gW, type MetadataEffectiveResponse as gX, MetadataEffectiveResponseSchema as gY, type MetadataEndpointsConfig as gZ, type MetadataEndpointsConfigInput as g_, type ListFlowsRequest as ga, ListFlowsRequestSchema as gb, type ListFlowsResponse as gc, ListFlowsResponseSchema as gd, type ListInstalledPackagesRequest as ge, ListInstalledPackagesRequestSchema as gf, type ListInstalledPackagesResponse as gg, ListInstalledPackagesResponseSchema as gh, type ListNotificationsRequest as gi, ListNotificationsRequestSchema as gj, type ListNotificationsResponse as gk, ListNotificationsResponseSchema as gl, type ListRecordResponse as gm, ListRecordResponseSchema as gn, type ListRunsRequest as go, ListRunsRequestSchema as gp, type ListRunsResponse as gq, ListRunsResponseSchema as gr, type ListViewsRequest as gs, ListViewsRequestSchema as gt, type ListViewsResponse as gu, ListViewsResponseSchema as gv, type LoginRequest as gw, type LoginRequestInput as gx, LoginRequestSchema as gy, LoginType as gz, type AiInsightsResponse as h, ObjectStackProtocolSchema as h$, type MetadataEvent as h0, MetadataEventSchema as h1, MetadataEventType as h2, type MetadataExistsResponse as h3, MetadataExistsResponseSchema as h4, MetadataExportRequestSchema as h5, type MetadataExportResponse as h6, MetadataExportResponseSchema as h7, MetadataImportRequestSchema as h8, type MetadataImportResponse as h9, type NotificationPreferences as hA, type NotificationPreferencesInput as hB, NotificationPreferencesSchema as hC, NotificationSchema as hD, OData as hE, type ODataConfig as hF, ODataConfigSchema as hG, type ODataError as hH, ODataErrorSchema as hI, type ODataFilterFunction as hJ, ODataFilterFunctionSchema as hK, type ODataFilterOperator as hL, ODataFilterOperatorSchema as hM, type ODataMetadata as hN, ODataMetadataSchema as hO, type ODataQuery as hP, type ODataQueryAdapter as hQ, type ODataQueryAdapterInput as hR, ODataQueryAdapterSchema as hS, ODataQuerySchema as hT, type ODataResponse as hU, ODataResponseSchema as hV, type ObjectDefinitionResponse as hW, ObjectDefinitionResponseSchema as hX, type ObjectQLReference as hY, ObjectQLReferenceSchema as hZ, type ObjectStackProtocol as h_, MetadataImportResponseSchema as ha, type MetadataItemResponse as hb, MetadataItemResponseSchema as hc, type MetadataListResponse as hd, MetadataListResponseSchema as he, type MetadataNamesResponse as hf, MetadataNamesResponseSchema as hg, type MetadataOverlayResponse as hh, MetadataOverlayResponseSchema as hi, MetadataOverlaySaveRequestSchema as hj, MetadataQueryRequestSchema as hk, type MetadataQueryResponse as hl, MetadataQueryResponseSchema as hm, type MetadataRegisterRequest as hn, MetadataRegisterRequestSchema as ho, type MetadataTypeInfoResponse as hp, MetadataTypeInfoResponseSchema as hq, type MetadataTypesResponse as hr, MetadataTypesResponseSchema as hs, MetadataValidateRequestSchema as ht, type MetadataValidateResponse as hu, MetadataValidateResponseSchema as hv, type ModificationResult as hw, ModificationResultSchema as hx, type Notification as hy, type NotificationInput as hz, index as i, RealtimeDisconnectRequestSchema as i$, type ObjectStackProtocolZod as i0, type OpenApi31Extensions as i1, OpenApi31ExtensionsSchema as i2, type OpenApiGenerationConfig as i3, type OpenApiGenerationConfigInput as i4, OpenApiGenerationConfigSchema as i5, type OpenApiSecurityScheme as i6, OpenApiSecuritySchemeSchema as i7, type OpenApiServer as i8, OpenApiServerSchema as i9, type PingMessage as iA, PingMessageSchema as iB, type PongMessage as iC, PongMessageSchema as iD, type PresenceMessage as iE, PresenceMessageSchema as iF, type PresenceState as iG, PresenceStateSchema as iH, PresenceStatus as iI, type PresenceUpdate as iJ, PresenceUpdateSchema as iK, type PresignedUrlResponse as iL, PresignedUrlResponseSchema as iM, type QueryAdapterConfig as iN, type QueryAdapterConfigInput as iO, QueryAdapterConfigSchema as iP, type QueryAdapterTarget as iQ, QueryAdapterTargetSchema as iR, type QueryOptimizationConfig as iS, QueryOptimizationConfigSchema as iT, type RealtimeConfig as iU, RealtimeConfigSchema as iV, type RealtimeConnectRequest as iW, RealtimeConnectRequestSchema as iX, type RealtimeConnectResponse as iY, RealtimeConnectResponseSchema as iZ, type RealtimeDisconnectRequest as i_, OpenApiSpec as ia, OpenApiSpecSchema as ib, type OperatorMapping as ic, OperatorMappingSchema as id, PackageApiContracts as ie, PackageApiErrorCode as ig, type PackageInstallRequest as ih, PackageInstallRequestSchema as ii, type PackageInstallResponse as ij, PackageInstallResponseSchema as ik, type PackagePathParams as il, PackagePathParamsSchema as im, type PackageRollbackRequest as io, PackageRollbackRequestSchema as ip, type PackageRollbackResponse as iq, PackageRollbackResponseSchema as ir, type PackageUpgradeRequest as is, PackageUpgradeRequestSchema as it, type PackageUpgradeResponse as iu, PackageUpgradeResponseSchema as iv, type PinFeedItemRequest as iw, PinFeedItemRequestSchema as ix, type PinFeedItemResponse as iy, PinFeedItemResponseSchema as iz, AiInsightsResponseSchema as j, type RouteDefinition as j$, type RealtimeDisconnectResponse as j0, RealtimeDisconnectResponseSchema as j1, type RealtimeEvent as j2, RealtimeEventSchema as j3, RealtimeEventType as j4, type RealtimePresence as j5, RealtimePresenceSchema as j6, RealtimeRecordAction as j7, type RealtimeSubscribeRequest as j8, RealtimeSubscribeRequestSchema as j9, ResolveDependenciesResponseSchema as jA, type ResponseEnvelopeConfig as jB, type ResponseEnvelopeConfigInput as jC, ResponseEnvelopeConfigSchema as jD, RestApiConfig as jE, type RestApiConfigInput as jF, RestApiConfigSchema as jG, type RestApiEndpoint as jH, RestApiEndpointSchema as jI, RestApiPluginConfig as jJ, type RestApiPluginConfigInput as jK, RestApiPluginConfigSchema as jL, RestApiRouteCategory as jM, RestApiRouteRegistration as jN, RestApiRouteRegistrationSchema as jO, type RestQueryAdapter as jP, type RestQueryAdapterInput as jQ, RestQueryAdapterSchema as jR, RestServerConfig as jS, type RestServerConfigInput as jT, RestServerConfigSchema as jU, RetryStrategy as jV, RouteCategory as jW, type RouteCoverageEntry as jX, RouteCoverageEntrySchema as jY, type RouteCoverageReport as jZ, RouteCoverageReportSchema as j_, type RealtimeSubscribeResponse as ja, RealtimeSubscribeResponseSchema as jb, type RealtimeUnsubscribeRequest as jc, RealtimeUnsubscribeRequestSchema as jd, type RealtimeUnsubscribeResponse as je, RealtimeUnsubscribeResponseSchema as jf, type RecordData as jg, RecordDataSchema as jh, type RefreshTokenRequest as ji, RefreshTokenRequestSchema as jj, type RegisterDeviceRequest as jk, RegisterDeviceRequestSchema as jl, type RegisterDeviceResponse as jm, RegisterDeviceResponseSchema as jn, type RegisterRequest as jo, RegisterRequestSchema as jp, type RemoveReactionRequest as jq, RemoveReactionRequestSchema as jr, type RemoveReactionResponse as js, RemoveReactionResponseSchema as jt, type RequestValidationConfig as ju, type RequestValidationConfigInput as jv, RequestValidationConfigSchema as jw, type ResolveDependenciesRequest as jx, ResolveDependenciesRequestSchema as jy, type ResolveDependenciesResponse as jz, type AiNlqRequest as k, type TriggerFlowRequest as k$, RouteDefinitionSchema as k0, type RouteGenerationConfig as k1, type RouteGenerationConfigInput as k2, RouteGenerationConfigSchema as k3, type RouteHealthEntry as k4, RouteHealthEntrySchema as k5, type RouteHealthReport as k6, RouteHealthReportSchema as k7, type RouterConfig as k8, RouterConfigSchema as k9, SimplePresenceStateSchema as kA, type SingleRecordResponse as kB, SingleRecordResponseSchema as kC, StandardApiContracts as kD, StandardErrorCode as kE, type StarFeedItemRequest as kF, StarFeedItemRequestSchema as kG, type StarFeedItemResponse as kH, StarFeedItemResponseSchema as kI, StorageApiContracts as kJ, type SubgraphConfig as kK, type SubgraphConfigInput as kL, SubgraphConfigSchema as kM, type SubscribeMessage as kN, SubscribeMessageSchema as kO, type SubscribeRequest as kP, SubscribeRequestSchema as kQ, type SubscribeResponse as kR, SubscribeResponseSchema as kS, type Subscription as kT, SubscriptionEventSchema as kU, SubscriptionSchema as kV, type ToggleFlowRequest as kW, ToggleFlowRequestSchema as kX, type ToggleFlowResponse as kY, ToggleFlowResponseSchema as kZ, TransportProtocol as k_, type SaveMetaItemRequest as ka, SaveMetaItemRequestSchema as kb, type SaveMetaItemResponse as kc, SaveMetaItemResponseSchema as kd, SchemaDefinition as ke, type SearchFeedRequest as kf, SearchFeedRequestSchema as kg, type SearchFeedResponse as kh, SearchFeedResponseSchema as ki, type ServiceInfo as kj, ServiceInfoSchema as kk, ServiceStatus as kl, type Session as km, type SessionResponse as kn, SessionResponseSchema as ko, SessionSchema as kp, type SessionUser as kq, type SessionUserInput as kr, SessionUserSchema as ks, type SetPresenceRequest as kt, SetPresenceRequestSchema as ku, type SetPresenceResponse as kv, SetPresenceResponseSchema as kw, type SimpleCursorPosition as kx, SimpleCursorPositionSchema as ky, type SimplePresenceState as kz, AiNlqRequestSchema as l, type UserProfileResponse as l$, TriggerFlowRequestSchema as l0, type TriggerFlowResponse as l1, TriggerFlowResponseSchema as l2, type UninstallPackageApiRequest as l3, UninstallPackageApiRequestSchema as l4, type UninstallPackageApiResponse as l5, UninstallPackageApiResponseSchema as l6, type UnpinFeedItemRequest as l7, UnpinFeedItemRequestSchema as l8, type UnpinFeedItemResponse as l9, UpdateFlowResponseSchema as lA, type UpdateManyDataRequest as lB, UpdateManyDataRequestSchema as lC, type UpdateManyDataResponse as lD, UpdateManyDataResponseSchema as lE, type UpdateManyRequest as lF, UpdateManyRequestSchema as lG, type UpdateNotificationPreferencesRequest as lH, UpdateNotificationPreferencesRequestSchema as lI, type UpdateNotificationPreferencesResponse as lJ, UpdateNotificationPreferencesResponseSchema as lK, type UpdateRequest as lL, UpdateRequestSchema as lM, type UpdateViewRequest as lN, UpdateViewRequestSchema as lO, type UpdateViewResponse as lP, UpdateViewResponseSchema as lQ, type UploadArtifactRequest as lR, UploadArtifactRequestSchema as lS, type UploadArtifactResponse as lT, UploadArtifactResponseSchema as lU, type UploadChunkRequest as lV, UploadChunkRequestSchema as lW, type UploadChunkResponse as lX, UploadChunkResponseSchema as lY, type UploadProgress as lZ, UploadProgressSchema as l_, UnpinFeedItemResponseSchema as la, type UnregisterDeviceRequest as lb, UnregisterDeviceRequestSchema as lc, type UnregisterDeviceResponse as ld, UnregisterDeviceResponseSchema as le, type UnstarFeedItemRequest as lf, UnstarFeedItemRequestSchema as lg, type UnstarFeedItemResponse as lh, UnstarFeedItemResponseSchema as li, type UnsubscribeMessage as lj, UnsubscribeMessageSchema as lk, type UnsubscribeRequest as ll, UnsubscribeRequestSchema as lm, type UnsubscribeResponse as ln, UnsubscribeResponseSchema as lo, type UpdateDataRequest as lp, UpdateDataRequestSchema as lq, type UpdateDataResponse as lr, UpdateDataResponseSchema as ls, type UpdateFeedItemRequest as lt, UpdateFeedItemRequestSchema as lu, type UpdateFeedItemResponse as lv, UpdateFeedItemResponseSchema as lw, type UpdateFlowRequest as lx, UpdateFlowRequestSchema as ly, type UpdateFlowResponse as lz, type AiNlqResponse as m, UserProfileResponseSchema as m0, ValidationMode as m1, type VersionDefinition as m2, VersionDefinitionSchema as m3, type VersionNegotiationResponse as m4, VersionNegotiationResponseSchema as m5, VersionStatus as m6, type VersioningConfig as m7, type VersioningConfigInput as m8, VersioningConfigSchema as m9, WorkflowStateSchema as mA, type WorkflowTransitionRequest as mB, WorkflowTransitionRequestSchema as mC, type WorkflowTransitionResponse as mD, WorkflowTransitionResponseSchema as mE, getAuthEndpointUrl as mF, getDefaultRouteRegistrations as mG, mapFieldTypeToGraphQL as mH, VersioningStrategy as ma, type WebSocketConfig as mb, WebSocketConfigSchema as mc, type WebSocketEvent as md, WebSocketEventSchema as me, type WebSocketMessage as mf, WebSocketMessageSchema as mg, WebSocketMessageType as mh, WebSocketPresenceStatus as mi, type WebSocketServerConfig as mj, WebSocketServerConfigSchema as mk, type WebhookConfig as ml, WebhookConfigSchema as mm, type WebhookEvent as mn, WebhookEventSchema as mo, type WellKnownCapabilities as mp, WellKnownCapabilitiesSchema as mq, type WorkflowApproveRequest as mr, WorkflowApproveRequestSchema as ms, type WorkflowApproveResponse as mt, WorkflowApproveResponseSchema as mu, type WorkflowRejectRequest as mv, WorkflowRejectRequestSchema as mw, type WorkflowRejectResponse as mx, WorkflowRejectResponseSchema as my, type WorkflowState as mz, AiNlqResponseSchema as n, type AiSuggestRequest as o, AiSuggestRequestSchema as p, type AiSuggestResponse as q, AiSuggestResponseSchema as r, AnalyticsEndpoint as s, type AnalyticsMetadataResponse as t, AnalyticsMetadataResponseSchema as u, type AnalyticsQueryRequest$1 as v, AnalyticsQueryRequestSchema as w, AnalyticsResultResponseSchema as x, type AnalyticsSqlResponse as y, AnalyticsSqlResponseSchema as z };
|