@objectstack/spec 3.0.9 → 3.0.10
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 +6 -6
- package/dist/api/index.d.ts +6 -6
- package/dist/api/index.js +93 -13
- package/dist/api/index.js.map +1 -1
- package/dist/api/index.mjs +93 -14
- package/dist/api/index.mjs.map +1 -1
- package/dist/app-install.zod-BEVR4Rrw.d.mts +387 -0
- package/dist/app-install.zod-BEVR4Rrw.d.ts +387 -0
- package/dist/automation/index.d.mts +1 -1
- package/dist/automation/index.d.ts +1 -1
- package/dist/cloud/index.d.mts +1 -1
- package/dist/cloud/index.d.ts +1 -1
- package/dist/contracts/index.d.mts +8 -7
- package/dist/contracts/index.d.ts +8 -7
- package/dist/data/index.d.mts +5 -5
- package/dist/data/index.d.ts +5 -5
- package/dist/data/index.js +255 -0
- package/dist/data/index.js.map +1 -1
- package/dist/data/index.mjs +247 -1
- package/dist/data/index.mjs.map +1 -1
- package/dist/{field.zod-BHxpAwVr.d.ts → field.zod-CMm9uHBm.d.ts} +3 -3
- package/dist/{field.zod-mxBoNxg8.d.mts → field.zod-K9xdi_Bk.d.mts} +3 -3
- package/dist/{filter.zod-CtZ3VJ3e.d.mts → filter.zod-BAmN6a5B.d.mts} +53 -1
- package/dist/{filter.zod-CtZ3VJ3e.d.ts → filter.zod-BAmN6a5B.d.ts} +53 -1
- package/dist/{http.zod-zoVvPkD-.d.mts → http.zod-D7ZTstT3.d.mts} +33 -1
- package/dist/{http.zod-zoVvPkD-.d.ts → http.zod-D7ZTstT3.d.ts} +33 -1
- package/dist/{index-AqIVxuzT.d.mts → index-B_XH6aFD.d.mts} +26 -26
- package/dist/{index-CdgkfP4m.d.ts → index-BjQsCsO9.d.ts} +6 -2
- package/dist/{index-ClaAfDgl.d.mts → index-CCSUF3WR.d.mts} +6 -2
- package/dist/{index-D0K6e9cT.d.ts → index-CIiQ-UuT.d.mts} +153 -213
- package/dist/{index-DXGnzTsY.d.mts → index-CJIWgRtH.d.mts} +488 -7
- package/dist/{index-DTc_NZfW.d.ts → index-CNiPVzsx.d.ts} +26 -26
- package/dist/{index-zkXIOLcm.d.ts → index-CVsfQ7rS.d.ts} +970 -110
- package/dist/{index-DsbZHCgH.d.ts → index-DEvrB28l.d.ts} +1016 -22
- package/dist/{index-CsTJO_xM.d.mts → index-DRLcnyOy.d.ts} +333 -90
- package/dist/{index-KZbFyT_N.d.ts → index-DZ7LmKj0.d.ts} +488 -7
- package/dist/{index-Bkf-4Hgd.d.mts → index-D_XkwA3D.d.ts} +153 -213
- package/dist/{index-CEqhxDGw.d.ts → index-DrCY7GGk.d.ts} +73 -17
- package/dist/{index-DIgqySbe.d.mts → index-Duacv2Tg.d.mts} +1016 -22
- package/dist/{index-BPPEvklW.d.mts → index-Dyec30Bw.d.mts} +970 -110
- package/dist/{index-D7IVfhww.d.mts → index-c0nqlX_G.d.mts} +73 -17
- package/dist/{index-SXEQtWmF.d.ts → index-iPNdbMFV.d.mts} +333 -90
- package/dist/index.d.mts +335 -72
- package/dist/index.d.ts +335 -72
- package/dist/index.js +1560 -110
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1560 -110
- package/dist/index.mjs.map +1 -1
- package/dist/kernel/index.d.mts +2 -2
- package/dist/kernel/index.d.ts +2 -2
- package/dist/kernel/index.js +429 -0
- package/dist/kernel/index.js.map +1 -1
- package/dist/kernel/index.mjs +429 -1
- package/dist/kernel/index.mjs.map +1 -1
- package/dist/qa/index.d.mts +1 -1
- package/dist/qa/index.d.ts +1 -1
- package/dist/shared/index.d.mts +2 -2
- package/dist/shared/index.d.ts +2 -2
- package/dist/shared/index.js +10 -0
- package/dist/shared/index.js.map +1 -1
- package/dist/shared/index.mjs +9 -1
- package/dist/shared/index.mjs.map +1 -1
- package/dist/{subscription.zod-CJ4JWmNt.d.ts → subscription.zod-D1ut7JDL.d.ts} +248 -3
- package/dist/{subscription.zod-D5j365Fg.d.mts → subscription.zod-Dy8wi1B9.d.mts} +248 -3
- package/dist/system/index.d.mts +3 -2
- package/dist/system/index.d.ts +3 -2
- package/dist/system/index.js +1142 -73
- package/dist/system/index.js.map +1 -1
- package/dist/system/index.mjs +1096 -74
- package/dist/system/index.mjs.map +1 -1
- package/dist/ui/index.d.mts +3 -2
- package/dist/ui/index.d.ts +3 -2
- package/dist/ui/index.js +127 -24
- package/dist/ui/index.js.map +1 -1
- package/dist/ui/index.mjs +124 -25
- package/dist/ui/index.mjs.map +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/FeedbackLoop.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/Resolution.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/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/ToolCall.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/AiChatRequest.json +2 -2
- package/json-schema/api/AiChatResponse.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/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/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 +16 -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/HttpFindQueryParams.json +53 -0
- 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/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/ObjectDefinitionResponse.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/RouteDefinition.json +2 -2
- package/json-schema/api/RouteGenerationConfig.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/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/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/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/Object.json +2 -2
- package/json-schema/data/ObjectCapabilities.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/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/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 +96 -0
- package/json-schema/data/TenantResolverStrategy.json +14 -0
- package/json-schema/data/TimeUpdateInterval.json +2 -2
- package/json-schema/data/TransformType.json +2 -2
- package/json-schema/data/TursoGroup.json +38 -0
- package/json-schema/data/TursoMultiTenantConfig.json +187 -0
- 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 +194 -0
- 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 +8136 -3411
- 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 +3 -5
- package/json-schema/shared/HttpRequest.json +50 -0
- 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/AnalyzerConfig.json +2 -2
- package/json-schema/system/AppCompatibilityCheck.json +56 -0
- package/json-schema/system/AppInstallRequest.json +38 -0
- package/json-schema/system/AppInstallResult.json +63 -0
- package/json-schema/system/AppManifest.json +93 -0
- 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 +97 -0
- package/json-schema/system/AuditFindingSeverity.json +12 -0
- package/json-schema/system/AuditFindingStatus.json +14 -0
- package/json-schema/system/AuditLogConfig.json +2 -2
- package/json-schema/system/AuditRetentionPolicy.json +2 -2
- package/json-schema/system/AuditSchedule.json +167 -0
- 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 +62 -2
- package/json-schema/system/ChangeSchema.json +51 -0
- package/json-schema/system/ChangeSet.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 +171 -3
- package/json-schema/system/ComplianceEncryptionRequirement.json +4 -3
- package/json-schema/system/ComplianceFramework.json +15 -0
- 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/CreateObjectOperation.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 +16 -0
- package/json-schema/system/DataClassificationPolicy.json +2 -2
- package/json-schema/system/DatabaseLevelIsolationStrategy.json +2 -2
- package/json-schema/system/DatabaseProvider.json +12 -0
- package/json-schema/system/DeadLetterQueue.json +2 -2
- package/json-schema/system/DeleteObjectOperation.json +2 -2
- package/json-schema/system/DeployBundle.json +139 -0
- package/json-schema/system/DeployDiff.json +106 -0
- package/json-schema/system/DeployManifest.json +64 -0
- package/json-schema/system/DeployStatusEnum.json +16 -0
- package/json-schema/system/DeployValidationIssue.json +36 -0
- package/json-schema/system/DeployValidationResult.json +72 -0
- package/json-schema/system/DisasterRecoveryPlan.json +2 -2
- package/json-schema/system/DistributedCacheConfig.json +2 -2
- package/json-schema/system/EmailTemplate.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 +193 -0
- package/json-schema/system/IncidentCategory.json +19 -0
- package/json-schema/system/IncidentNotificationMatrix.json +91 -0
- package/json-schema/system/IncidentNotificationRule.json +62 -0
- package/json-schema/system/IncidentResponsePhase.json +48 -0
- package/json-schema/system/IncidentResponsePolicy.json +142 -0
- package/json-schema/system/IncidentSeverity.json +12 -0
- package/json-schema/system/IncidentStatus.json +16 -0
- 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/MessageQueueConfig.json +2 -2
- package/json-schema/system/MessageQueueProvider.json +2 -2
- package/json-schema/system/MetadataCollectionInfo.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/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/MigrationOperation.json +2 -2
- package/json-schema/system/MigrationPlan.json +68 -0
- package/json-schema/system/MigrationStatement.json +35 -0
- 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/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/Plan.json +2 -2
- package/json-schema/system/PresignedUrlConfig.json +2 -2
- package/json-schema/system/ProvisioningStep.json +52 -0
- package/json-schema/system/PushNotification.json +2 -2
- package/json-schema/system/QueueConfig.json +2 -2
- package/json-schema/system/QuotaEnforcementResult.json +33 -0
- 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 +4 -3
- 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/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 +13 -0
- package/json-schema/system/SupplierRiskLevel.json +12 -0
- package/json-schema/system/SupplierSecurityAssessment.json +184 -0
- package/json-schema/system/SupplierSecurityPolicy.json +57 -0
- package/json-schema/system/SupplierSecurityRequirement.json +40 -0
- 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 +78 -2
- package/json-schema/system/TenantConnectionConfig.json +26 -0
- package/json-schema/system/TenantIsolationConfig.json +2 -2
- package/json-schema/system/TenantIsolationLevel.json +2 -2
- package/json-schema/system/TenantPlan.json +12 -0
- package/json-schema/system/TenantProvisioningRequest.json +61 -0
- package/json-schema/system/TenantProvisioningResult.json +130 -0
- package/json-schema/system/TenantProvisioningStatusEnum.json +14 -0
- package/json-schema/system/TenantQuota.json +26 -2
- package/json-schema/system/TenantRegion.json +15 -0
- package/json-schema/system/TenantSecurityPolicy.json +2 -2
- package/json-schema/system/TenantUsage.json +66 -0
- 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 +18 -0
- package/json-schema/system/TrainingCompletionStatus.json +13 -0
- package/json-schema/system/TrainingCourse.json +78 -0
- package/json-schema/system/TrainingPlan.json +128 -0
- package/json-schema/system/TrainingRecord.json +57 -0
- package/json-schema/system/TranslationBundle.json +2 -2
- package/json-schema/system/TranslationConfig.json +2 -2
- package/json-schema/system/TranslationData.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/Action.json +2 -2
- package/json-schema/ui/ActionNavItem.json +2 -2
- package/json-schema/ui/ActionParam.json +2 -2
- package/json-schema/ui/AddRecordConfig.json +2 -2
- package/json-schema/ui/Animation.json +5 -5
- 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 +14 -2
- package/json-schema/ui/ConflictResolution.json +2 -2
- package/json-schema/ui/Dashboard.json +41 -6
- package/json-schema/ui/DashboardHeader.json +5 -3
- package/json-schema/ui/DashboardHeaderAction.json +5 -3
- package/json-schema/ui/DashboardNavItem.json +2 -2
- package/json-schema/ui/DashboardWidget.json +12 -3
- 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 +38 -3
- 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 +38 -3
- package/json-schema/ui/ElementRecordPickerProps.json +38 -3
- 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 +28 -4
- 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 +100 -4
- 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 +280 -5
- package/json-schema/ui/LocaleConfig.json +2 -2
- package/json-schema/ui/LongPressGestureConfig.json +2 -2
- package/json-schema/ui/MotionConfig.json +18 -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 +150 -7
- package/json-schema/ui/PageAccordionProps.json +2 -2
- package/json-schema/ui/PageCardProps.json +2 -2
- package/json-schema/ui/PageComponent.json +38 -3
- 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 +38 -3
- 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 +51 -3
- package/json-schema/ui/RecordReviewConfig.json +50 -4
- 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 +5 -5
- 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 +6 -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 +52 -0
- package/json-schema/ui/ViewSharing.json +2 -2
- package/json-schema/ui/ViewTab.json +51 -3
- package/json-schema/ui/VisualizationType.json +2 -2
- package/json-schema/ui/WcagContrastLevel.json +2 -2
- package/json-schema/ui/WidgetActionType.json +5 -3
- 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 +2 -2
- package/dist/{export.zod-JY1n479p.d.mts → export.zod-D4NQy11G.d.mts} +10 -10
- package/dist/{export.zod-JY1n479p.d.ts → export.zod-D4NQy11G.d.ts} +10 -10
- package/dist/{index-DcxXBkSo.d.ts → index-BFKeZTt2.d.mts} +4 -4
- package/dist/{index-DcxXBkSo.d.mts → index-BFKeZTt2.d.ts} +4 -4
- package/dist/{index-DE9Tb8px.d.mts → index-CCGT6YVz.d.mts} +18 -18
- package/dist/{index-DE9Tb8px.d.ts → index-CCGT6YVz.d.ts} +18 -18
- package/dist/{index-C6lkTV3q.d.ts → index-CkWzo978.d.ts} +3 -3
- package/dist/{index-RL3hxi-b.d.mts → index-D2Ta27J4.d.mts} +3 -3
- package/dist/{object.zod-D5DAHp9X.d.mts → object.zod-BkW4b4v5.d.mts} +4 -4
- package/dist/{object.zod-CXDcD0i1.d.ts → object.zod-BueWlT2y.d.ts} +4 -4
- package/dist/{package-upgrade.zod-CDgftw9z.d.mts → package-upgrade.zod-h5P-54yD.d.mts} +8 -8
- package/dist/{package-upgrade.zod-CDgftw9z.d.ts → package-upgrade.zod-h5P-54yD.d.ts} +8 -8
package/dist/index.mjs
CHANGED
|
@@ -19,6 +19,8 @@ __export(shared_exports, {
|
|
|
19
19
|
FieldNameSchema: () => FieldNameSchema,
|
|
20
20
|
FlowNameSchema: () => FlowNameSchema,
|
|
21
21
|
HttpMethod: () => HttpMethod,
|
|
22
|
+
HttpMethodSchema: () => HttpMethodSchema,
|
|
23
|
+
HttpRequestSchema: () => HttpRequestSchema,
|
|
22
24
|
IsolationLevelEnum: () => IsolationLevelEnum,
|
|
23
25
|
MAP_SUPPORTED_FIELDS: () => MAP_SUPPORTED_FIELDS,
|
|
24
26
|
METADATA_ALIASES: () => METADATA_ALIASES,
|
|
@@ -106,6 +108,14 @@ var HttpMethod = z.enum([
|
|
|
106
108
|
"HEAD",
|
|
107
109
|
"OPTIONS"
|
|
108
110
|
]);
|
|
111
|
+
var HttpMethodSchema = z.enum(["GET", "POST", "PUT", "PATCH", "DELETE"]);
|
|
112
|
+
var HttpRequestSchema = z.object({
|
|
113
|
+
url: z.string().describe("API endpoint URL"),
|
|
114
|
+
method: HttpMethodSchema.optional().default("GET").describe("HTTP method"),
|
|
115
|
+
headers: z.record(z.string(), z.string()).optional().describe("Custom HTTP headers"),
|
|
116
|
+
params: z.record(z.string(), z.unknown()).optional().describe("Query parameters"),
|
|
117
|
+
body: z.unknown().optional().describe("Request body for POST/PUT/PATCH")
|
|
118
|
+
});
|
|
109
119
|
var CorsConfigSchema = z.object({
|
|
110
120
|
/**
|
|
111
121
|
* Enable CORS
|
|
@@ -1109,6 +1119,8 @@ __export(data_exports, {
|
|
|
1109
1119
|
ReplicationConfigSchema: () => ReplicationConfigSchema,
|
|
1110
1120
|
SQLDialectSchema: () => SQLDialectSchema,
|
|
1111
1121
|
SQLDriverConfigSchema: () => SQLDriverConfigSchema,
|
|
1122
|
+
SQLiteAlterTableLimitations: () => SQLiteAlterTableLimitations,
|
|
1123
|
+
SQLiteDataTypeMappingDefaults: () => SQLiteDataTypeMappingDefaults,
|
|
1112
1124
|
SSLConfigSchema: () => SSLConfigSchema,
|
|
1113
1125
|
ScriptValidationSchema: () => ScriptValidationSchema,
|
|
1114
1126
|
SearchConfigSchema: () => SearchConfigSchema,
|
|
@@ -1122,15 +1134,22 @@ __export(data_exports, {
|
|
|
1122
1134
|
StringOperatorSchema: () => StringOperatorSchema,
|
|
1123
1135
|
SubscriptionEventType: () => SubscriptionEventType,
|
|
1124
1136
|
TenancyConfigSchema: () => TenancyConfigSchema,
|
|
1137
|
+
TenantDatabaseLifecycleSchema: () => TenantDatabaseLifecycleSchema,
|
|
1138
|
+
TenantResolverStrategySchema: () => TenantResolverStrategySchema,
|
|
1125
1139
|
TimeUpdateInterval: () => TimeUpdateInterval,
|
|
1126
1140
|
TransformType: () => TransformType,
|
|
1141
|
+
TursoGroupSchema: () => TursoGroupSchema,
|
|
1142
|
+
TursoMultiTenantConfigSchema: () => TursoMultiTenantConfigSchema,
|
|
1127
1143
|
UniquenessValidationSchema: () => UniquenessValidationSchema,
|
|
1144
|
+
VALID_AST_OPERATORS: () => VALID_AST_OPERATORS,
|
|
1128
1145
|
ValidationRuleSchema: () => ValidationRuleSchema,
|
|
1129
1146
|
VectorConfigSchema: () => VectorConfigSchema,
|
|
1130
1147
|
VersioningConfigSchema: () => VersioningConfigSchema,
|
|
1131
1148
|
WindowFunction: () => WindowFunction,
|
|
1132
1149
|
WindowFunctionNodeSchema: () => WindowFunctionNodeSchema,
|
|
1133
|
-
WindowSpecSchema: () => WindowSpecSchema
|
|
1150
|
+
WindowSpecSchema: () => WindowSpecSchema,
|
|
1151
|
+
isFilterAST: () => isFilterAST,
|
|
1152
|
+
parseFilterAST: () => parseFilterAST
|
|
1134
1153
|
});
|
|
1135
1154
|
var FieldReferenceSchema = z.object({
|
|
1136
1155
|
$field: z.string().describe("Field Reference/Column Name")
|
|
@@ -1236,6 +1255,108 @@ var NormalizedFilterSchema = z.lazy(
|
|
|
1236
1255
|
]).optional()
|
|
1237
1256
|
})
|
|
1238
1257
|
);
|
|
1258
|
+
var VALID_AST_OPERATORS = /* @__PURE__ */ new Set([
|
|
1259
|
+
"=",
|
|
1260
|
+
"==",
|
|
1261
|
+
"!=",
|
|
1262
|
+
"<>",
|
|
1263
|
+
">",
|
|
1264
|
+
">=",
|
|
1265
|
+
"<",
|
|
1266
|
+
"<=",
|
|
1267
|
+
"in",
|
|
1268
|
+
"nin",
|
|
1269
|
+
"not_in",
|
|
1270
|
+
"contains",
|
|
1271
|
+
"like",
|
|
1272
|
+
"startswith",
|
|
1273
|
+
"starts_with",
|
|
1274
|
+
"endswith",
|
|
1275
|
+
"ends_with",
|
|
1276
|
+
"between",
|
|
1277
|
+
"is_null",
|
|
1278
|
+
"is_not_null"
|
|
1279
|
+
]);
|
|
1280
|
+
function isFilterAST(filter) {
|
|
1281
|
+
if (!Array.isArray(filter) || filter.length === 0) return false;
|
|
1282
|
+
const first = filter[0];
|
|
1283
|
+
if (typeof first === "string") {
|
|
1284
|
+
const lower = first.toLowerCase();
|
|
1285
|
+
if (lower === "and" || lower === "or") {
|
|
1286
|
+
return filter.length >= 2 && filter.slice(1).every((child) => isFilterAST(child));
|
|
1287
|
+
}
|
|
1288
|
+
if (filter.length >= 2 && typeof filter[1] === "string") {
|
|
1289
|
+
return VALID_AST_OPERATORS.has(filter[1].toLowerCase());
|
|
1290
|
+
}
|
|
1291
|
+
}
|
|
1292
|
+
if (filter.every((item) => isFilterAST(item))) {
|
|
1293
|
+
return filter.length > 0;
|
|
1294
|
+
}
|
|
1295
|
+
return false;
|
|
1296
|
+
}
|
|
1297
|
+
var AST_OPERATOR_MAP = {
|
|
1298
|
+
"=": "$eq",
|
|
1299
|
+
"==": "$eq",
|
|
1300
|
+
"!=": "$ne",
|
|
1301
|
+
"<>": "$ne",
|
|
1302
|
+
">": "$gt",
|
|
1303
|
+
">=": "$gte",
|
|
1304
|
+
"<": "$lt",
|
|
1305
|
+
"<=": "$lte",
|
|
1306
|
+
"in": "$in",
|
|
1307
|
+
"nin": "$nin",
|
|
1308
|
+
"not_in": "$nin",
|
|
1309
|
+
"contains": "$contains",
|
|
1310
|
+
"like": "$contains",
|
|
1311
|
+
"startswith": "$startsWith",
|
|
1312
|
+
"starts_with": "$startsWith",
|
|
1313
|
+
"endswith": "$endsWith",
|
|
1314
|
+
"ends_with": "$endsWith",
|
|
1315
|
+
"between": "$between",
|
|
1316
|
+
"is_null": "$null",
|
|
1317
|
+
"is_not_null": "$null"
|
|
1318
|
+
};
|
|
1319
|
+
function convertComparison(node) {
|
|
1320
|
+
const [field, operator, value] = node;
|
|
1321
|
+
const op = operator.toLowerCase();
|
|
1322
|
+
if (op === "=" || op === "==") {
|
|
1323
|
+
return { [field]: value };
|
|
1324
|
+
}
|
|
1325
|
+
if (op === "is_null") {
|
|
1326
|
+
return { [field]: { $null: true } };
|
|
1327
|
+
}
|
|
1328
|
+
if (op === "is_not_null") {
|
|
1329
|
+
return { [field]: { $null: false } };
|
|
1330
|
+
}
|
|
1331
|
+
const mapped = AST_OPERATOR_MAP[op];
|
|
1332
|
+
if (mapped) {
|
|
1333
|
+
return { [field]: { [mapped]: value } };
|
|
1334
|
+
}
|
|
1335
|
+
return { [field]: { [`$${op}`]: value } };
|
|
1336
|
+
}
|
|
1337
|
+
function parseFilterAST(filter) {
|
|
1338
|
+
if (filter == null) return void 0;
|
|
1339
|
+
if (!Array.isArray(filter)) return filter;
|
|
1340
|
+
if (filter.length === 0) return void 0;
|
|
1341
|
+
const first = filter[0];
|
|
1342
|
+
if (typeof first === "string" && (first.toLowerCase() === "and" || first.toLowerCase() === "or")) {
|
|
1343
|
+
const logicOp = `$${first.toLowerCase()}`;
|
|
1344
|
+
const children = filter.slice(1).map((child) => parseFilterAST(child)).filter(Boolean);
|
|
1345
|
+
if (children.length === 0) return void 0;
|
|
1346
|
+
if (children.length === 1) return children[0];
|
|
1347
|
+
return { [logicOp]: children };
|
|
1348
|
+
}
|
|
1349
|
+
if (filter.length >= 2 && typeof first === "string") {
|
|
1350
|
+
return convertComparison(filter);
|
|
1351
|
+
}
|
|
1352
|
+
if (filter.every((item) => Array.isArray(item))) {
|
|
1353
|
+
const children = filter.map((child) => parseFilterAST(child)).filter(Boolean);
|
|
1354
|
+
if (children.length === 0) return void 0;
|
|
1355
|
+
if (children.length === 1) return children[0];
|
|
1356
|
+
return { $and: children };
|
|
1357
|
+
}
|
|
1358
|
+
return void 0;
|
|
1359
|
+
}
|
|
1239
1360
|
var FILTER_OPERATORS = [
|
|
1240
1361
|
// Equality
|
|
1241
1362
|
"$eq",
|
|
@@ -2688,6 +2809,37 @@ var SQLDriverConfigSchema = DriverConfigSchema.extend({
|
|
|
2688
2809
|
}, {
|
|
2689
2810
|
message: "sslConfig is required when ssl is true"
|
|
2690
2811
|
});
|
|
2812
|
+
var SQLiteDataTypeMappingDefaults = {
|
|
2813
|
+
text: "TEXT",
|
|
2814
|
+
number: "REAL",
|
|
2815
|
+
boolean: "INTEGER",
|
|
2816
|
+
date: "TEXT",
|
|
2817
|
+
datetime: "TEXT",
|
|
2818
|
+
json: "TEXT",
|
|
2819
|
+
uuid: "TEXT",
|
|
2820
|
+
binary: "BLOB"
|
|
2821
|
+
};
|
|
2822
|
+
var SQLiteAlterTableLimitations = {
|
|
2823
|
+
/** SQLite supports ADD COLUMN */
|
|
2824
|
+
supportsAddColumn: true,
|
|
2825
|
+
/** SQLite supports RENAME COLUMN (3.25.0+) */
|
|
2826
|
+
supportsRenameColumn: true,
|
|
2827
|
+
/** SQLite supports DROP COLUMN (3.35.0+) */
|
|
2828
|
+
supportsDropColumn: true,
|
|
2829
|
+
/** SQLite does NOT support MODIFY/ALTER COLUMN type */
|
|
2830
|
+
supportsModifyColumn: false,
|
|
2831
|
+
/** SQLite does NOT support adding constraints to existing columns */
|
|
2832
|
+
supportsAddConstraint: false,
|
|
2833
|
+
/**
|
|
2834
|
+
* When an unsupported alteration is needed, the migration planner
|
|
2835
|
+
* must use the 12-step table rebuild strategy:
|
|
2836
|
+
* 1. CREATE new table with desired schema
|
|
2837
|
+
* 2. Copy data from old table
|
|
2838
|
+
* 3. DROP old table
|
|
2839
|
+
* 4. RENAME new table to old name
|
|
2840
|
+
*/
|
|
2841
|
+
rebuildStrategy: "create_copy_drop_rename"
|
|
2842
|
+
};
|
|
2691
2843
|
var NoSQLDatabaseTypeSchema = z.enum([
|
|
2692
2844
|
"mongodb",
|
|
2693
2845
|
"couchdb",
|
|
@@ -3694,6 +3846,119 @@ var RecordSubscriptionSchema = z.object({
|
|
|
3694
3846
|
/** Timestamps */
|
|
3695
3847
|
createdAt: z.string().datetime().describe("Subscription creation timestamp")
|
|
3696
3848
|
});
|
|
3849
|
+
var TenantResolverStrategySchema = z.enum([
|
|
3850
|
+
"header",
|
|
3851
|
+
// Resolve from X-Tenant-ID request header
|
|
3852
|
+
"subdomain",
|
|
3853
|
+
// Resolve from subdomain (e.g., acme.app.com → acme)
|
|
3854
|
+
"path",
|
|
3855
|
+
// Resolve from URL path segment (e.g., /api/acme/...)
|
|
3856
|
+
"token",
|
|
3857
|
+
// Resolve from JWT claim (e.g., tenant_id in access token)
|
|
3858
|
+
"lookup"
|
|
3859
|
+
// Resolve from control-plane database lookup
|
|
3860
|
+
]).describe("Strategy for resolving tenant identity from request context");
|
|
3861
|
+
var TursoGroupSchema = z.object({
|
|
3862
|
+
/**
|
|
3863
|
+
* Group name identifier.
|
|
3864
|
+
* Used to reference the group when creating new tenant databases.
|
|
3865
|
+
*/
|
|
3866
|
+
name: z.string().min(1).describe("Turso database group name"),
|
|
3867
|
+
/**
|
|
3868
|
+
* Primary location for the group (Turso region code).
|
|
3869
|
+
* Example: 'iad' (US East), 'lhr' (London), 'nrt' (Tokyo)
|
|
3870
|
+
*/
|
|
3871
|
+
primaryLocation: z.string().min(2).describe("Primary Turso region code (e.g., iad, lhr, nrt)"),
|
|
3872
|
+
/**
|
|
3873
|
+
* Additional replica locations for read performance.
|
|
3874
|
+
* Databases in this group will have read replicas in these regions.
|
|
3875
|
+
*/
|
|
3876
|
+
replicaLocations: z.array(z.string().min(2)).default([]).describe("Additional replica region codes"),
|
|
3877
|
+
/**
|
|
3878
|
+
* Schema database name within the group.
|
|
3879
|
+
* When using multi-db schemas, this is the "parent" database
|
|
3880
|
+
* whose schema is shared by all child (tenant) databases.
|
|
3881
|
+
*/
|
|
3882
|
+
schemaDatabase: z.string().optional().describe("Schema database name for multi-db schemas")
|
|
3883
|
+
}).describe("Turso database group configuration");
|
|
3884
|
+
var TenantDatabaseLifecycleSchema = z.object({
|
|
3885
|
+
/**
|
|
3886
|
+
* Hook executed when a new tenant is created.
|
|
3887
|
+
* Defines how the tenant database is provisioned.
|
|
3888
|
+
*/
|
|
3889
|
+
onTenantCreate: z.object({
|
|
3890
|
+
/** Whether to automatically create a Turso database */
|
|
3891
|
+
autoCreate: z.boolean().default(true).describe("Auto-create database on tenant registration"),
|
|
3892
|
+
/** Database group to create the database in */
|
|
3893
|
+
group: z.string().optional().describe("Turso group for the new database"),
|
|
3894
|
+
/** Whether to apply schema from the group schema database */
|
|
3895
|
+
applyGroupSchema: z.boolean().default(true).describe("Apply shared schema from group"),
|
|
3896
|
+
/** Seed data to populate on creation */
|
|
3897
|
+
seedData: z.boolean().default(false).describe("Populate seed data on creation")
|
|
3898
|
+
}).describe("Tenant creation hook"),
|
|
3899
|
+
/**
|
|
3900
|
+
* Hook executed when a tenant is deleted/destroyed.
|
|
3901
|
+
*/
|
|
3902
|
+
onTenantDelete: z.object({
|
|
3903
|
+
/** Whether to destroy the database immediately or schedule for deletion */
|
|
3904
|
+
immediate: z.boolean().default(false).describe("Destroy database immediately"),
|
|
3905
|
+
/** Grace period in hours before permanent deletion (soft-delete) */
|
|
3906
|
+
gracePeriodHours: z.number().int().min(0).default(72).describe("Grace period before permanent deletion"),
|
|
3907
|
+
/** Whether to create a final backup before deletion */
|
|
3908
|
+
createBackup: z.boolean().default(true).describe("Create backup before deletion")
|
|
3909
|
+
}).describe("Tenant deletion hook"),
|
|
3910
|
+
/**
|
|
3911
|
+
* Hook executed when a tenant is suspended (e.g., unpaid, policy violation).
|
|
3912
|
+
*/
|
|
3913
|
+
onTenantSuspend: z.object({
|
|
3914
|
+
/** Whether to revoke auth tokens on suspension */
|
|
3915
|
+
revokeTokens: z.boolean().default(true).describe("Revoke auth tokens on suspension"),
|
|
3916
|
+
/** Whether to set database to read-only mode */
|
|
3917
|
+
readOnly: z.boolean().default(true).describe("Set database to read-only on suspension")
|
|
3918
|
+
}).describe("Tenant suspension hook")
|
|
3919
|
+
}).describe("Tenant database lifecycle hooks");
|
|
3920
|
+
var TursoMultiTenantConfigSchema = z.object({
|
|
3921
|
+
/**
|
|
3922
|
+
* Turso organization slug.
|
|
3923
|
+
* Used for Platform API calls and URL construction.
|
|
3924
|
+
*/
|
|
3925
|
+
organizationSlug: z.string().min(1).describe("Turso organization slug"),
|
|
3926
|
+
/**
|
|
3927
|
+
* URL template for constructing tenant database URLs.
|
|
3928
|
+
* Use `{tenant_id}` as placeholder for the tenant identifier.
|
|
3929
|
+
*
|
|
3930
|
+
* Example: 'libsql://{tenant_id}-myorg.turso.io'
|
|
3931
|
+
*/
|
|
3932
|
+
urlTemplate: z.string().min(1).describe("URL template with {tenant_id} placeholder"),
|
|
3933
|
+
/**
|
|
3934
|
+
* Group-level auth token for Turso Platform API operations.
|
|
3935
|
+
* Used for database creation, deletion, and management.
|
|
3936
|
+
* This token has full access to all databases in the group.
|
|
3937
|
+
*/
|
|
3938
|
+
groupAuthToken: z.string().min(1).describe("Group-level auth token for platform operations"),
|
|
3939
|
+
/**
|
|
3940
|
+
* Strategy for resolving tenant identity from the request context.
|
|
3941
|
+
*/
|
|
3942
|
+
tenantResolverStrategy: TenantResolverStrategySchema.default("token"),
|
|
3943
|
+
/**
|
|
3944
|
+
* Turso database group configuration.
|
|
3945
|
+
*/
|
|
3946
|
+
group: TursoGroupSchema.optional().describe("Database group configuration"),
|
|
3947
|
+
/**
|
|
3948
|
+
* Lifecycle hooks for tenant database management.
|
|
3949
|
+
*/
|
|
3950
|
+
lifecycle: TenantDatabaseLifecycleSchema.optional().describe("Lifecycle hooks"),
|
|
3951
|
+
/**
|
|
3952
|
+
* Maximum number of cached tenant database connections.
|
|
3953
|
+
* Connections are evicted using LRU strategy when the limit is reached.
|
|
3954
|
+
*/
|
|
3955
|
+
maxCachedConnections: z.number().int().min(1).default(100).describe("Max cached tenant connections (LRU)"),
|
|
3956
|
+
/**
|
|
3957
|
+
* Connection cache TTL in seconds.
|
|
3958
|
+
* Cached connections are refreshed after this period.
|
|
3959
|
+
*/
|
|
3960
|
+
connectionCacheTTL: z.number().int().min(0).default(300).describe("Connection cache TTL in seconds")
|
|
3961
|
+
}).describe("Turso multi-tenant router configuration");
|
|
3697
3962
|
|
|
3698
3963
|
// src/security/index.ts
|
|
3699
3964
|
var security_exports = {};
|
|
@@ -4388,6 +4653,7 @@ __export(ui_exports, {
|
|
|
4388
4653
|
DashboardWidgetSchema: () => DashboardWidgetSchema,
|
|
4389
4654
|
DateFormatSchema: () => DateFormatSchema,
|
|
4390
4655
|
DensityMode: () => DensityMode,
|
|
4656
|
+
DensityModeSchema: () => DensityModeSchema,
|
|
4391
4657
|
DndConfigSchema: () => DndConfigSchema,
|
|
4392
4658
|
DragConstraintSchema: () => DragConstraintSchema,
|
|
4393
4659
|
DragHandleSchema: () => DragHandleSchema,
|
|
@@ -4490,6 +4756,7 @@ __export(ui_exports, {
|
|
|
4490
4756
|
SwipeGestureConfigSchema: () => SwipeGestureConfigSchema,
|
|
4491
4757
|
SyncConfigSchema: () => SyncConfigSchema,
|
|
4492
4758
|
ThemeMode: () => ThemeMode,
|
|
4759
|
+
ThemeModeSchema: () => ThemeModeSchema,
|
|
4493
4760
|
ThemeSchema: () => ThemeSchema,
|
|
4494
4761
|
TimelineConfigSchema: () => TimelineConfigSchema,
|
|
4495
4762
|
TouchInteractionSchema: () => TouchInteractionSchema,
|
|
@@ -4500,11 +4767,13 @@ __export(ui_exports, {
|
|
|
4500
4767
|
UrlNavItemSchema: () => UrlNavItemSchema,
|
|
4501
4768
|
UserActionsConfigSchema: () => UserActionsConfigSchema,
|
|
4502
4769
|
ViewDataSchema: () => ViewDataSchema,
|
|
4770
|
+
ViewFilterRuleSchema: () => ViewFilterRuleSchema,
|
|
4503
4771
|
ViewSchema: () => ViewSchema,
|
|
4504
4772
|
ViewSharingSchema: () => ViewSharingSchema,
|
|
4505
4773
|
ViewTabSchema: () => ViewTabSchema,
|
|
4506
4774
|
VisualizationTypeSchema: () => VisualizationTypeSchema,
|
|
4507
4775
|
WcagContrastLevel: () => WcagContrastLevel,
|
|
4776
|
+
WcagContrastLevelSchema: () => WcagContrastLevelSchema,
|
|
4508
4777
|
WidgetActionTypeSchema: () => WidgetActionTypeSchema,
|
|
4509
4778
|
WidgetColorVariantSchema: () => WidgetColorVariantSchema,
|
|
4510
4779
|
WidgetEventSchema: () => WidgetEventSchema,
|
|
@@ -4943,14 +5212,6 @@ var App = {
|
|
|
4943
5212
|
function defineApp(config) {
|
|
4944
5213
|
return AppSchema.parse(config);
|
|
4945
5214
|
}
|
|
4946
|
-
var HttpMethodSchema = z.enum(["GET", "POST", "PUT", "PATCH", "DELETE"]);
|
|
4947
|
-
var HttpRequestSchema = z.object({
|
|
4948
|
-
url: z.string().describe("API endpoint URL"),
|
|
4949
|
-
method: HttpMethodSchema.optional().default("GET").describe("HTTP method"),
|
|
4950
|
-
headers: z.record(z.string(), z.string()).optional().describe("Custom HTTP headers"),
|
|
4951
|
-
params: z.record(z.string(), z.unknown()).optional().describe("Query parameters"),
|
|
4952
|
-
body: z.unknown().optional().describe("Request body for POST/PUT/PATCH")
|
|
4953
|
-
});
|
|
4954
5215
|
var ViewDataSchema = z.discriminatedUnion("provider", [
|
|
4955
5216
|
z.object({
|
|
4956
5217
|
provider: z.literal("object"),
|
|
@@ -4966,6 +5227,14 @@ var ViewDataSchema = z.discriminatedUnion("provider", [
|
|
|
4966
5227
|
items: z.array(z.unknown()).describe("Static data array")
|
|
4967
5228
|
})
|
|
4968
5229
|
]);
|
|
5230
|
+
var ViewFilterRuleSchema = z.object({
|
|
5231
|
+
/** Field name to filter on */
|
|
5232
|
+
field: z.string().describe("Field name to filter on"),
|
|
5233
|
+
/** Filter operator */
|
|
5234
|
+
operator: z.string().describe("Filter operator (e.g. equals, not_equals, contains, this_quarter)"),
|
|
5235
|
+
/** Filter value (optional for unary operators like is_null, this_quarter) */
|
|
5236
|
+
value: z.union([z.string(), z.number(), z.boolean(), z.null(), z.array(z.union([z.string(), z.number()]))]).optional().describe("Filter value")
|
|
5237
|
+
}).describe("View filter rule");
|
|
4969
5238
|
var ColumnSummarySchema = z.enum([
|
|
4970
5239
|
"none",
|
|
4971
5240
|
"count",
|
|
@@ -5073,7 +5342,7 @@ var ViewTabSchema = z.object({
|
|
|
5073
5342
|
label: I18nLabelSchema.optional().describe("Display label"),
|
|
5074
5343
|
icon: z.string().optional().describe("Tab icon name"),
|
|
5075
5344
|
view: z.string().optional().describe("Referenced list view name from listViews"),
|
|
5076
|
-
filter: z.array(
|
|
5345
|
+
filter: z.array(ViewFilterRuleSchema).optional().describe("Tab-specific filter criteria"),
|
|
5077
5346
|
order: z.number().int().min(0).optional().describe("Tab display order"),
|
|
5078
5347
|
pinned: z.boolean().default(false).describe("Pin tab (cannot be removed by users)"),
|
|
5079
5348
|
isDefault: z.boolean().default(false).describe("Set as the default active tab"),
|
|
@@ -5158,7 +5427,7 @@ var ListViewSchema = z.object({
|
|
|
5158
5427
|
z.array(ListColumnSchema)
|
|
5159
5428
|
// Enhanced: detailed column config
|
|
5160
5429
|
]).describe("Fields to display as columns"),
|
|
5161
|
-
filter: z.array(
|
|
5430
|
+
filter: z.array(ViewFilterRuleSchema).optional().describe("Filter criteria (JSON Rules)"),
|
|
5162
5431
|
sort: z.union([
|
|
5163
5432
|
z.string(),
|
|
5164
5433
|
//Legacy "field desc"
|
|
@@ -5175,7 +5444,7 @@ var ListViewSchema = z.object({
|
|
|
5175
5444
|
field: z.string().describe("Field name to filter by"),
|
|
5176
5445
|
label: z.string().optional().describe("Display label for the chip"),
|
|
5177
5446
|
operator: z.enum(["equals", "not_equals", "contains", "in", "is_null", "is_not_null"]).default("equals").describe("Filter operator"),
|
|
5178
|
-
value: z.
|
|
5447
|
+
value: z.union([z.string(), z.number(), z.boolean(), z.null(), z.array(z.union([z.string(), z.number()]))]).optional().describe("Preset filter value")
|
|
5179
5448
|
})).optional().describe("One-click filter chips for quick record filtering"),
|
|
5180
5449
|
/** Grid Features */
|
|
5181
5450
|
resizable: z.boolean().optional().describe("Enable column resizing"),
|
|
@@ -5238,7 +5507,11 @@ var ListViewSchema = z.object({
|
|
|
5238
5507
|
icon: z.string().optional()
|
|
5239
5508
|
}).optional().describe("Empty state configuration when no records found"),
|
|
5240
5509
|
/** ARIA accessibility attributes */
|
|
5241
|
-
aria: AriaPropsSchema.optional().describe("ARIA accessibility attributes for the list view")
|
|
5510
|
+
aria: AriaPropsSchema.optional().describe("ARIA accessibility attributes for the list view"),
|
|
5511
|
+
/** Responsive layout overrides per breakpoint */
|
|
5512
|
+
responsive: ResponsiveConfigSchema.optional().describe("Responsive layout configuration"),
|
|
5513
|
+
/** Performance optimization settings */
|
|
5514
|
+
performance: PerformanceConfigSchema.optional().describe("Performance optimization settings")
|
|
5242
5515
|
});
|
|
5243
5516
|
var FormFieldSchema = z.object({
|
|
5244
5517
|
field: z.string().describe("Field name (snake_case)"),
|
|
@@ -5318,9 +5591,11 @@ var WidgetColorVariantSchema = z.enum([
|
|
|
5318
5591
|
"danger"
|
|
5319
5592
|
]).describe("Widget color variant");
|
|
5320
5593
|
var WidgetActionTypeSchema = z.enum([
|
|
5594
|
+
"script",
|
|
5321
5595
|
"url",
|
|
5322
5596
|
"modal",
|
|
5323
|
-
"flow"
|
|
5597
|
+
"flow",
|
|
5598
|
+
"api"
|
|
5324
5599
|
]).describe("Widget action type");
|
|
5325
5600
|
var DashboardHeaderActionSchema = z.object({
|
|
5326
5601
|
/** Action label */
|
|
@@ -5351,6 +5626,8 @@ var WidgetMeasureSchema = z.object({
|
|
|
5351
5626
|
format: z.string().optional().describe("Number format string")
|
|
5352
5627
|
}).describe("Widget measure definition");
|
|
5353
5628
|
var DashboardWidgetSchema = z.object({
|
|
5629
|
+
/** Unique widget identifier (snake_case, used for targetWidgets references) */
|
|
5630
|
+
id: SnakeCaseIdentifierSchema.describe("Unique widget identifier (snake_case)"),
|
|
5354
5631
|
/** Widget Title */
|
|
5355
5632
|
title: I18nLabelSchema.optional().describe("Widget title"),
|
|
5356
5633
|
/** Widget Description (displayed below the title) */
|
|
@@ -5418,13 +5695,13 @@ var GlobalFilterSchema = z.object({
|
|
|
5418
5695
|
type: z.enum(["text", "select", "date", "number", "lookup"]).optional().describe("Filter input type"),
|
|
5419
5696
|
/** Static options for select/lookup filters */
|
|
5420
5697
|
options: z.array(z.object({
|
|
5421
|
-
value: z.
|
|
5698
|
+
value: z.union([z.string(), z.number(), z.boolean()]).describe("Option value"),
|
|
5422
5699
|
label: I18nLabelSchema
|
|
5423
5700
|
})).optional().describe("Static filter options"),
|
|
5424
5701
|
/** Dynamic data binding for filter options */
|
|
5425
5702
|
optionsFrom: GlobalFilterOptionsFromSchema.optional().describe("Dynamic filter options from object"),
|
|
5426
5703
|
/** Default filter value */
|
|
5427
|
-
defaultValue: z.
|
|
5704
|
+
defaultValue: z.union([z.string(), z.number(), z.boolean()]).optional().describe("Default filter value"),
|
|
5428
5705
|
/** Filter application scope */
|
|
5429
5706
|
scope: z.enum(["dashboard", "widget"]).default("dashboard").describe("Filter application scope"),
|
|
5430
5707
|
/** Widget IDs to apply this filter to (when scope is widget) */
|
|
@@ -5625,7 +5902,7 @@ var PageComponentType = z.enum([
|
|
|
5625
5902
|
var ElementDataSourceSchema = z.object({
|
|
5626
5903
|
object: z.string().describe("Object to query"),
|
|
5627
5904
|
view: z.string().optional().describe("Named view to apply"),
|
|
5628
|
-
filter:
|
|
5905
|
+
filter: FilterConditionSchema.optional().describe("Additional filter criteria"),
|
|
5629
5906
|
sort: z.array(SortItemSchema).optional().describe("Sort order"),
|
|
5630
5907
|
limit: z.number().int().positive().optional().describe("Max records to display")
|
|
5631
5908
|
});
|
|
@@ -5716,14 +5993,14 @@ var PageTypeSchema = z.enum([
|
|
|
5716
5993
|
]).describe("Page type \u2014 platform or interface page types");
|
|
5717
5994
|
var RecordReviewConfigSchema = z.object({
|
|
5718
5995
|
object: z.string().describe("Target object for review"),
|
|
5719
|
-
filter:
|
|
5996
|
+
filter: FilterConditionSchema.optional().describe("Filter criteria for review queue"),
|
|
5720
5997
|
sort: z.array(SortItemSchema).optional().describe("Sort order for review queue"),
|
|
5721
5998
|
displayFields: z.array(z.string()).optional().describe("Fields to display on the review page"),
|
|
5722
5999
|
actions: z.array(z.object({
|
|
5723
6000
|
label: z.string().describe("Action button label"),
|
|
5724
6001
|
type: z.enum(["approve", "reject", "skip", "custom"]).describe("Action type"),
|
|
5725
6002
|
field: z.string().optional().describe("Field to update on action"),
|
|
5726
|
-
value: z.
|
|
6003
|
+
value: z.union([z.string(), z.number(), z.boolean()]).optional().describe("Value to set on action"),
|
|
5727
6004
|
nextRecord: z.boolean().optional().default(true).describe("Auto-advance to next record after action")
|
|
5728
6005
|
})).describe("Review actions"),
|
|
5729
6006
|
navigation: z.enum(["sequential", "random", "filtered"]).optional().default("sequential").describe("Record navigation mode"),
|
|
@@ -5733,7 +6010,7 @@ var InterfacePageConfigSchema = z.object({
|
|
|
5733
6010
|
/** Data binding */
|
|
5734
6011
|
source: z.string().optional().describe("Source object name for the page"),
|
|
5735
6012
|
levels: z.number().int().min(1).optional().describe("Number of hierarchy levels to display"),
|
|
5736
|
-
filterBy: z.array(
|
|
6013
|
+
filterBy: z.array(ViewFilterRuleSchema).optional().describe("Page-level filter criteria"),
|
|
5737
6014
|
/** Appearance */
|
|
5738
6015
|
appearance: AppearanceConfigSchema.optional().describe("Appearance and visualization configuration"),
|
|
5739
6016
|
/** User filters */
|
|
@@ -5777,6 +6054,21 @@ var PageSchema = z.object({
|
|
|
5777
6054
|
interfaceConfig: InterfacePageConfigSchema.optional().describe("Interface-level page configuration (for Airtable-style interface pages)"),
|
|
5778
6055
|
/** ARIA accessibility attributes */
|
|
5779
6056
|
aria: AriaPropsSchema.optional().describe("ARIA accessibility attributes")
|
|
6057
|
+
}).superRefine((data, ctx) => {
|
|
6058
|
+
if (data.type === "record_review" && !data.recordReview) {
|
|
6059
|
+
ctx.addIssue({
|
|
6060
|
+
code: z.ZodIssueCode.custom,
|
|
6061
|
+
path: ["recordReview"],
|
|
6062
|
+
message: 'recordReview is required when type is "record_review"'
|
|
6063
|
+
});
|
|
6064
|
+
}
|
|
6065
|
+
if (data.type === "blank" && !data.blankLayout) {
|
|
6066
|
+
ctx.addIssue({
|
|
6067
|
+
code: z.ZodIssueCode.custom,
|
|
6068
|
+
path: ["blankLayout"],
|
|
6069
|
+
message: 'blankLayout is required when type is "blank"'
|
|
6070
|
+
});
|
|
6071
|
+
}
|
|
5780
6072
|
});
|
|
5781
6073
|
var WidgetLifecycleSchema = z.object({
|
|
5782
6074
|
/**
|
|
@@ -6101,7 +6393,7 @@ var RecordRelatedListProps = z.object({
|
|
|
6101
6393
|
}))
|
|
6102
6394
|
]).optional().describe("Sort order for related records"),
|
|
6103
6395
|
limit: z.number().int().positive().default(5).describe("Number of records to display initially"),
|
|
6104
|
-
filter: z.array(
|
|
6396
|
+
filter: z.array(ViewFilterRuleSchema).optional().describe("Additional filter criteria for related records"),
|
|
6105
6397
|
title: I18nLabelSchema.optional().describe("Custom title for the related list"),
|
|
6106
6398
|
showViewAll: z.boolean().default(true).describe('Show "View All" link to see all related records'),
|
|
6107
6399
|
actions: z.array(z.string()).optional().describe("Action IDs available for related records"),
|
|
@@ -6192,7 +6484,7 @@ var ElementNumberPropsSchema = z.object({
|
|
|
6192
6484
|
object: z.string().describe("Source object"),
|
|
6193
6485
|
field: z.string().optional().describe("Field to aggregate"),
|
|
6194
6486
|
aggregate: z.enum(["count", "sum", "avg", "min", "max"]).describe("Aggregation function"),
|
|
6195
|
-
filter:
|
|
6487
|
+
filter: FilterConditionSchema.optional().describe("Filter criteria"),
|
|
6196
6488
|
format: z.enum(["number", "currency", "percent"]).optional().describe("Number display format"),
|
|
6197
6489
|
prefix: z.string().optional().describe('Prefix text (e.g. "$")'),
|
|
6198
6490
|
suffix: z.string().optional().describe('Suffix text (e.g. "%")'),
|
|
@@ -6239,7 +6531,7 @@ var ElementRecordPickerPropsSchema = z.object({
|
|
|
6239
6531
|
object: z.string().describe("Object to pick records from"),
|
|
6240
6532
|
displayField: z.string().describe("Field to display as the record label"),
|
|
6241
6533
|
searchFields: z.array(z.string()).optional().describe("Fields to search against"),
|
|
6242
|
-
filter:
|
|
6534
|
+
filter: FilterConditionSchema.optional().describe("Filter criteria for available records"),
|
|
6243
6535
|
multiple: z.boolean().optional().default(false).describe("Allow multiple record selection"),
|
|
6244
6536
|
targetVariable: z.string().optional().describe("Page variable to bind selected record ID(s)"),
|
|
6245
6537
|
placeholder: I18nLabelSchema.optional().describe("Placeholder text"),
|
|
@@ -6467,9 +6759,9 @@ var AnimationSchema = z.object({
|
|
|
6467
6759
|
timing: z.object({
|
|
6468
6760
|
linear: z.string().optional().describe("Linear timing function"),
|
|
6469
6761
|
ease: z.string().optional().describe("Ease timing function"),
|
|
6470
|
-
|
|
6471
|
-
|
|
6472
|
-
|
|
6762
|
+
ease_in: z.string().optional().describe("Ease-in timing function"),
|
|
6763
|
+
ease_out: z.string().optional().describe("Ease-out timing function"),
|
|
6764
|
+
ease_in_out: z.string().optional().describe("Ease-in-out timing function")
|
|
6473
6765
|
}).optional()
|
|
6474
6766
|
});
|
|
6475
6767
|
var ZIndexSchema = z.object({
|
|
@@ -6482,15 +6774,18 @@ var ZIndexSchema = z.object({
|
|
|
6482
6774
|
popover: z.number().optional().describe("Popover z-index (e.g., 1060)"),
|
|
6483
6775
|
tooltip: z.number().optional().describe("Tooltip z-index (e.g., 1070)")
|
|
6484
6776
|
});
|
|
6485
|
-
var
|
|
6486
|
-
var
|
|
6487
|
-
var
|
|
6777
|
+
var ThemeModeSchema = z.enum(["light", "dark", "auto"]);
|
|
6778
|
+
var ThemeMode = ThemeModeSchema;
|
|
6779
|
+
var DensityModeSchema = z.enum(["compact", "regular", "spacious"]);
|
|
6780
|
+
var DensityMode = DensityModeSchema;
|
|
6781
|
+
var WcagContrastLevelSchema = z.enum(["AA", "AAA"]);
|
|
6782
|
+
var WcagContrastLevel = WcagContrastLevelSchema;
|
|
6488
6783
|
var ThemeSchema = z.object({
|
|
6489
6784
|
name: SnakeCaseIdentifierSchema.describe("Unique theme identifier (snake_case)"),
|
|
6490
6785
|
label: z.string().describe("Human-readable theme name"),
|
|
6491
6786
|
description: z.string().optional().describe("Theme description"),
|
|
6492
6787
|
/** Theme mode */
|
|
6493
|
-
mode:
|
|
6788
|
+
mode: ThemeModeSchema.default("light").describe("Theme mode (light, dark, or auto)"),
|
|
6494
6789
|
/** Color system */
|
|
6495
6790
|
colors: ColorPaletteSchema.describe("Color palette configuration"),
|
|
6496
6791
|
/** Typography */
|
|
@@ -6518,9 +6813,9 @@ var ThemeSchema = z.object({
|
|
|
6518
6813
|
/** Extends another theme */
|
|
6519
6814
|
extends: z.string().optional().describe("Base theme to extend from"),
|
|
6520
6815
|
/** Display density mode */
|
|
6521
|
-
density:
|
|
6816
|
+
density: DensityModeSchema.optional().describe("Display density: compact, regular, or spacious"),
|
|
6522
6817
|
/** WCAG contrast level requirement */
|
|
6523
|
-
wcagContrast:
|
|
6818
|
+
wcagContrast: WcagContrastLevelSchema.optional().describe("WCAG color contrast level (AA or AAA)"),
|
|
6524
6819
|
/** Right-to-left language support */
|
|
6525
6820
|
rtl: z.boolean().optional().describe("Enable right-to-left layout direction"),
|
|
6526
6821
|
/** Touch target accessibility configuration */
|
|
@@ -6597,7 +6892,8 @@ var TransitionConfigSchema = z.object({
|
|
|
6597
6892
|
duration: z.number().optional().describe("Transition duration in milliseconds"),
|
|
6598
6893
|
easing: EasingFunctionSchema.optional().describe("Easing function for the transition"),
|
|
6599
6894
|
delay: z.number().optional().describe("Delay before transition starts in milliseconds"),
|
|
6600
|
-
customKeyframes: z.string().optional().describe("CSS @keyframes name for custom animations")
|
|
6895
|
+
customKeyframes: z.string().optional().describe("CSS @keyframes name for custom animations"),
|
|
6896
|
+
themeToken: z.string().optional().describe('Reference to a theme animation token (e.g. "animation.duration.fast")')
|
|
6601
6897
|
}).describe("Animation transition configuration");
|
|
6602
6898
|
var AnimationTriggerSchema = z.enum([
|
|
6603
6899
|
"on_mount",
|
|
@@ -6720,6 +7016,10 @@ __export(system_exports, {
|
|
|
6720
7016
|
AccessControlConfigSchema: () => AccessControlConfigSchema,
|
|
6721
7017
|
AddFieldOperation: () => AddFieldOperation,
|
|
6722
7018
|
AnalyzerConfigSchema: () => AnalyzerConfigSchema,
|
|
7019
|
+
AppCompatibilityCheckSchema: () => AppCompatibilityCheckSchema,
|
|
7020
|
+
AppInstallRequestSchema: () => AppInstallRequestSchema,
|
|
7021
|
+
AppInstallResultSchema: () => AppInstallResultSchema,
|
|
7022
|
+
AppManifestSchema: () => AppManifestSchema,
|
|
6723
7023
|
AuditConfigSchema: () => AuditConfigSchema,
|
|
6724
7024
|
AuditEventActorSchema: () => AuditEventActorSchema,
|
|
6725
7025
|
AuditEventChangeSchema: () => AuditEventChangeSchema,
|
|
@@ -6728,8 +7028,12 @@ __export(system_exports, {
|
|
|
6728
7028
|
AuditEventSeverity: () => AuditEventSeverity,
|
|
6729
7029
|
AuditEventTargetSchema: () => AuditEventTargetSchema,
|
|
6730
7030
|
AuditEventType: () => AuditEventType,
|
|
7031
|
+
AuditFindingSchema: () => AuditFindingSchema,
|
|
7032
|
+
AuditFindingSeveritySchema: () => AuditFindingSeveritySchema,
|
|
7033
|
+
AuditFindingStatusSchema: () => AuditFindingStatusSchema,
|
|
6731
7034
|
AuditLogConfigSchema: () => AuditLogConfigSchema,
|
|
6732
7035
|
AuditRetentionPolicySchema: () => AuditRetentionPolicySchema,
|
|
7036
|
+
AuditScheduleSchema: () => AuditScheduleSchema,
|
|
6733
7037
|
AuditStorageConfigSchema: () => AuditStorageConfigSchema,
|
|
6734
7038
|
AuthConfigSchema: () => AuthConfigSchema,
|
|
6735
7039
|
AuthPluginConfigSchema: () => AuthPluginConfigSchema,
|
|
@@ -6768,6 +7072,7 @@ __export(system_exports, {
|
|
|
6768
7072
|
ComplianceAuditRequirementSchema: () => ComplianceAuditRequirementSchema,
|
|
6769
7073
|
ComplianceConfigSchema: () => ComplianceConfigSchema,
|
|
6770
7074
|
ComplianceEncryptionRequirementSchema: () => ComplianceEncryptionRequirementSchema,
|
|
7075
|
+
ComplianceFrameworkSchema: () => ComplianceFrameworkSchema,
|
|
6771
7076
|
ConsoleDestinationConfigSchema: () => ConsoleDestinationConfigSchema,
|
|
6772
7077
|
ConsumerConfigSchema: () => ConsumerConfigSchema,
|
|
6773
7078
|
CoreServiceName: () => CoreServiceName,
|
|
@@ -6780,9 +7085,17 @@ __export(system_exports, {
|
|
|
6780
7085
|
CursorUpdateSchema: () => CursorUpdateSchema,
|
|
6781
7086
|
DEFAULT_SUSPICIOUS_ACTIVITY_RULES: () => DEFAULT_SUSPICIOUS_ACTIVITY_RULES,
|
|
6782
7087
|
DataClassificationPolicySchema: () => DataClassificationPolicySchema,
|
|
7088
|
+
DataClassificationSchema: () => DataClassificationSchema,
|
|
6783
7089
|
DatabaseLevelIsolationStrategySchema: () => DatabaseLevelIsolationStrategySchema,
|
|
7090
|
+
DatabaseProviderSchema: () => DatabaseProviderSchema,
|
|
6784
7091
|
DeadLetterQueueSchema: () => DeadLetterQueueSchema,
|
|
6785
7092
|
DeleteObjectOperation: () => DeleteObjectOperation,
|
|
7093
|
+
DeployBundleSchema: () => DeployBundleSchema,
|
|
7094
|
+
DeployDiffSchema: () => DeployDiffSchema,
|
|
7095
|
+
DeployManifestSchema: () => DeployManifestSchema,
|
|
7096
|
+
DeployStatusEnum: () => DeployStatusEnum,
|
|
7097
|
+
DeployValidationIssueSchema: () => DeployValidationIssueSchema,
|
|
7098
|
+
DeployValidationResultSchema: () => DeployValidationResultSchema,
|
|
6786
7099
|
DisasterRecoveryPlanSchema: () => DisasterRecoveryPlanSchema,
|
|
6787
7100
|
DistributedCacheConfigSchema: () => DistributedCacheConfigSchema,
|
|
6788
7101
|
EmailTemplateSchema: () => EmailTemplateSchema,
|
|
@@ -6807,6 +7120,14 @@ __export(system_exports, {
|
|
|
6807
7120
|
HttpServerConfig: () => HttpServerConfig,
|
|
6808
7121
|
HttpServerConfigSchema: () => HttpServerConfigSchema,
|
|
6809
7122
|
InAppNotificationSchema: () => InAppNotificationSchema,
|
|
7123
|
+
IncidentCategorySchema: () => IncidentCategorySchema,
|
|
7124
|
+
IncidentNotificationMatrixSchema: () => IncidentNotificationMatrixSchema,
|
|
7125
|
+
IncidentNotificationRuleSchema: () => IncidentNotificationRuleSchema,
|
|
7126
|
+
IncidentResponsePhaseSchema: () => IncidentResponsePhaseSchema,
|
|
7127
|
+
IncidentResponsePolicySchema: () => IncidentResponsePolicySchema,
|
|
7128
|
+
IncidentSchema: () => IncidentSchema,
|
|
7129
|
+
IncidentSeveritySchema: () => IncidentSeveritySchema,
|
|
7130
|
+
IncidentStatusSchema: () => IncidentStatusSchema,
|
|
6810
7131
|
IntervalScheduleSchema: () => IntervalScheduleSchema,
|
|
6811
7132
|
JobExecutionSchema: () => JobExecutionSchema,
|
|
6812
7133
|
JobExecutionStatus: () => JobExecutionStatus,
|
|
@@ -6866,6 +7187,8 @@ __export(system_exports, {
|
|
|
6866
7187
|
MiddlewareType: () => MiddlewareType,
|
|
6867
7188
|
MigrationDependencySchema: () => MigrationDependencySchema,
|
|
6868
7189
|
MigrationOperationSchema: () => MigrationOperationSchema,
|
|
7190
|
+
MigrationPlanSchema: () => MigrationPlanSchema,
|
|
7191
|
+
MigrationStatementSchema: () => MigrationStatementSchema,
|
|
6869
7192
|
ModifyFieldOperation: () => ModifyFieldOperation,
|
|
6870
7193
|
MultipartUploadConfigSchema: () => MultipartUploadConfigSchema,
|
|
6871
7194
|
MutualTLSConfigSchema: () => MutualTLSConfigSchema,
|
|
@@ -6888,9 +7211,11 @@ __export(system_exports, {
|
|
|
6888
7211
|
PNCounterSchema: () => PNCounterSchema,
|
|
6889
7212
|
PlanSchema: () => PlanSchema,
|
|
6890
7213
|
PresignedUrlConfigSchema: () => PresignedUrlConfigSchema,
|
|
7214
|
+
ProvisioningStepSchema: () => ProvisioningStepSchema,
|
|
6891
7215
|
PushNotificationSchema: () => PushNotificationSchema,
|
|
6892
7216
|
QueueConfig: () => QueueConfig,
|
|
6893
7217
|
QueueConfigSchema: () => QueueConfigSchema,
|
|
7218
|
+
QuotaEnforcementResultSchema: () => QuotaEnforcementResultSchema,
|
|
6894
7219
|
RPOSchema: () => RPOSchema,
|
|
6895
7220
|
RTOSchema: () => RTOSchema,
|
|
6896
7221
|
RegistryConfigSchema: () => RegistryConfigSchema,
|
|
@@ -6906,6 +7231,7 @@ __export(system_exports, {
|
|
|
6906
7231
|
SamplingDecision: () => SamplingDecision,
|
|
6907
7232
|
SamplingStrategyType: () => SamplingStrategyType,
|
|
6908
7233
|
ScheduleSchema: () => ScheduleSchema,
|
|
7234
|
+
SchemaChangeSchema: () => SchemaChangeSchema,
|
|
6909
7235
|
SchemaLevelIsolationStrategySchema: () => SchemaLevelIsolationStrategySchema,
|
|
6910
7236
|
SearchConfigSchema: () => SearchConfigSchema2,
|
|
6911
7237
|
SearchIndexConfigSchema: () => SearchIndexConfigSchema,
|
|
@@ -6936,6 +7262,11 @@ __export(system_exports, {
|
|
|
6936
7262
|
StorageProviderSchema: () => StorageProviderSchema,
|
|
6937
7263
|
StorageScopeSchema: () => StorageScopeSchema,
|
|
6938
7264
|
StructuredLogEntrySchema: () => StructuredLogEntrySchema,
|
|
7265
|
+
SupplierAssessmentStatusSchema: () => SupplierAssessmentStatusSchema,
|
|
7266
|
+
SupplierRiskLevelSchema: () => SupplierRiskLevelSchema,
|
|
7267
|
+
SupplierSecurityAssessmentSchema: () => SupplierSecurityAssessmentSchema,
|
|
7268
|
+
SupplierSecurityPolicySchema: () => SupplierSecurityPolicySchema,
|
|
7269
|
+
SupplierSecurityRequirementSchema: () => SupplierSecurityRequirementSchema,
|
|
6939
7270
|
SuspiciousActivityRuleSchema: () => SuspiciousActivityRuleSchema,
|
|
6940
7271
|
SystemFieldName: () => SystemFieldName,
|
|
6941
7272
|
SystemObjectName: () => SystemObjectName,
|
|
@@ -6946,11 +7277,18 @@ __export(system_exports, {
|
|
|
6946
7277
|
TaskRetryPolicySchema: () => TaskRetryPolicySchema,
|
|
6947
7278
|
TaskSchema: () => TaskSchema,
|
|
6948
7279
|
TaskStatus: () => TaskStatus,
|
|
7280
|
+
TenantConnectionConfigSchema: () => TenantConnectionConfigSchema,
|
|
6949
7281
|
TenantIsolationConfigSchema: () => TenantIsolationConfigSchema,
|
|
6950
7282
|
TenantIsolationLevel: () => TenantIsolationLevel,
|
|
7283
|
+
TenantPlanSchema: () => TenantPlanSchema,
|
|
7284
|
+
TenantProvisioningRequestSchema: () => TenantProvisioningRequestSchema,
|
|
7285
|
+
TenantProvisioningResultSchema: () => TenantProvisioningResultSchema,
|
|
7286
|
+
TenantProvisioningStatusEnum: () => TenantProvisioningStatusEnum,
|
|
6951
7287
|
TenantQuotaSchema: () => TenantQuotaSchema,
|
|
7288
|
+
TenantRegionSchema: () => TenantRegionSchema,
|
|
6952
7289
|
TenantSchema: () => TenantSchema,
|
|
6953
7290
|
TenantSecurityPolicySchema: () => TenantSecurityPolicySchema,
|
|
7291
|
+
TenantUsageSchema: () => TenantUsageSchema,
|
|
6954
7292
|
TextCRDTOperationSchema: () => TextCRDTOperationSchema,
|
|
6955
7293
|
TextCRDTStateSchema: () => TextCRDTStateSchema,
|
|
6956
7294
|
TimeSeriesDataPointSchema: () => TimeSeriesDataPointSchema,
|
|
@@ -6963,6 +7301,11 @@ __export(system_exports, {
|
|
|
6963
7301
|
TraceSamplingConfigSchema: () => TraceSamplingConfigSchema,
|
|
6964
7302
|
TraceStateSchema: () => TraceStateSchema,
|
|
6965
7303
|
TracingConfigSchema: () => TracingConfigSchema,
|
|
7304
|
+
TrainingCategorySchema: () => TrainingCategorySchema,
|
|
7305
|
+
TrainingCompletionStatusSchema: () => TrainingCompletionStatusSchema,
|
|
7306
|
+
TrainingCourseSchema: () => TrainingCourseSchema,
|
|
7307
|
+
TrainingPlanSchema: () => TrainingPlanSchema,
|
|
7308
|
+
TrainingRecordSchema: () => TrainingRecordSchema,
|
|
6966
7309
|
TranslationBundleSchema: () => TranslationBundleSchema,
|
|
6967
7310
|
TranslationConfigSchema: () => TranslationConfigSchema,
|
|
6968
7311
|
TranslationDataSchema: () => TranslationDataSchema,
|
|
@@ -10012,6 +10355,70 @@ var TracingConfigSchema = z.object({
|
|
|
10012
10355
|
exportInterval: z.number().int().positive().optional().default(5e3)
|
|
10013
10356
|
}).optional()
|
|
10014
10357
|
}).describe("Tracing configuration");
|
|
10358
|
+
var DataClassificationSchema = z.enum([
|
|
10359
|
+
"pii",
|
|
10360
|
+
"phi",
|
|
10361
|
+
"pci",
|
|
10362
|
+
"financial",
|
|
10363
|
+
"confidential",
|
|
10364
|
+
"internal",
|
|
10365
|
+
"public"
|
|
10366
|
+
]).describe("Data classification level");
|
|
10367
|
+
var ComplianceFrameworkSchema = z.enum([
|
|
10368
|
+
"gdpr",
|
|
10369
|
+
"hipaa",
|
|
10370
|
+
"sox",
|
|
10371
|
+
"pci_dss",
|
|
10372
|
+
"ccpa",
|
|
10373
|
+
"iso27001"
|
|
10374
|
+
]).describe("Compliance framework identifier");
|
|
10375
|
+
var ComplianceAuditRequirementSchema = z.object({
|
|
10376
|
+
framework: ComplianceFrameworkSchema.describe("Compliance framework identifier"),
|
|
10377
|
+
requiredEvents: z.array(z.string()).describe('Audit event types required by this framework (e.g., "data.delete", "auth.login")'),
|
|
10378
|
+
retentionDays: z.number().min(1).describe("Minimum audit log retention period required by this framework (in days)"),
|
|
10379
|
+
alertOnMissing: z.boolean().default(true).describe("Raise alert if a required audit event is not being captured")
|
|
10380
|
+
}).describe("Compliance framework audit event requirements");
|
|
10381
|
+
var ComplianceEncryptionRequirementSchema = z.object({
|
|
10382
|
+
framework: ComplianceFrameworkSchema.describe("Compliance framework identifier"),
|
|
10383
|
+
dataClassifications: z.array(DataClassificationSchema).describe("Data classifications that must be encrypted under this framework"),
|
|
10384
|
+
minimumAlgorithm: z.enum(["aes-256-gcm", "aes-256-cbc", "chacha20-poly1305"]).default("aes-256-gcm").describe("Minimum encryption algorithm strength required"),
|
|
10385
|
+
keyRotationMaxDays: z.number().min(1).default(90).describe("Maximum key rotation interval required (in days)")
|
|
10386
|
+
}).describe("Compliance framework encryption requirements");
|
|
10387
|
+
var MaskingVisibilityRuleSchema = z.object({
|
|
10388
|
+
dataClassification: DataClassificationSchema.describe("Data classification this rule applies to"),
|
|
10389
|
+
defaultMasked: z.boolean().default(true).describe("Whether data is masked by default"),
|
|
10390
|
+
unmaskRoles: z.array(z.string()).optional().describe("Roles allowed to view unmasked data"),
|
|
10391
|
+
auditUnmask: z.boolean().default(true).describe("Log an audit event when data is unmasked"),
|
|
10392
|
+
requireApproval: z.boolean().default(false).describe("Require explicit approval before unmasking"),
|
|
10393
|
+
approvalRoles: z.array(z.string()).optional().describe("Roles that can approve unmasking requests")
|
|
10394
|
+
}).describe("Masking visibility and audit rule per data classification");
|
|
10395
|
+
var SecurityEventCorrelationSchema = z.object({
|
|
10396
|
+
enabled: z.boolean().default(true).describe("Enable cross-subsystem security event correlation"),
|
|
10397
|
+
correlationId: z.boolean().default(true).describe("Inject a shared correlation ID into audit, encryption, and masking events"),
|
|
10398
|
+
linkAuthToAudit: z.boolean().default(true).describe("Link authentication events to subsequent data operation audit trails"),
|
|
10399
|
+
linkEncryptionToAudit: z.boolean().default(true).describe("Log encryption/decryption operations in the audit trail"),
|
|
10400
|
+
linkMaskingToAudit: z.boolean().default(true).describe("Log masking/unmasking operations in the audit trail")
|
|
10401
|
+
}).describe("Cross-subsystem security event correlation configuration");
|
|
10402
|
+
var DataClassificationPolicySchema = z.object({
|
|
10403
|
+
classification: DataClassificationSchema.describe("Data classification level"),
|
|
10404
|
+
requireEncryption: z.boolean().default(false).describe("Encryption required for this classification"),
|
|
10405
|
+
requireMasking: z.boolean().default(false).describe("Masking required for this classification"),
|
|
10406
|
+
requireAudit: z.boolean().default(false).describe("Audit trail required for access to this classification"),
|
|
10407
|
+
retentionDays: z.number().optional().describe("Data retention limit in days (for compliance)")
|
|
10408
|
+
}).describe("Security policy for a specific data classification level");
|
|
10409
|
+
var SecurityContextConfigSchema = z.object({
|
|
10410
|
+
enabled: z.boolean().default(true).describe("Enable unified security context governance"),
|
|
10411
|
+
complianceAuditRequirements: z.array(ComplianceAuditRequirementSchema).optional().describe("Compliance-driven audit event requirements"),
|
|
10412
|
+
complianceEncryptionRequirements: z.array(ComplianceEncryptionRequirementSchema).optional().describe("Compliance-driven encryption requirements by data classification"),
|
|
10413
|
+
maskingVisibility: z.array(MaskingVisibilityRuleSchema).optional().describe("Masking visibility rules per data classification"),
|
|
10414
|
+
dataClassifications: z.array(DataClassificationPolicySchema).optional().describe("Data classification policies for unified security enforcement"),
|
|
10415
|
+
eventCorrelation: SecurityEventCorrelationSchema.optional().describe("Cross-subsystem security event correlation settings"),
|
|
10416
|
+
enforceOnWrite: z.boolean().default(true).describe("Enforce encryption and masking requirements on data write operations"),
|
|
10417
|
+
enforceOnRead: z.boolean().default(true).describe("Enforce masking and audit requirements on data read operations"),
|
|
10418
|
+
failOpen: z.boolean().default(false).describe("When false (default), deny access if security context cannot be evaluated")
|
|
10419
|
+
}).describe("Unified security context governance configuration");
|
|
10420
|
+
|
|
10421
|
+
// src/system/change-management.zod.ts
|
|
10015
10422
|
var ChangeTypeSchema = z.enum([
|
|
10016
10423
|
"standard",
|
|
10017
10424
|
// Pre-approved, low-risk changes
|
|
@@ -10186,6 +10593,39 @@ var ChangeRequestSchema = z.object({
|
|
|
10186
10593
|
*/
|
|
10187
10594
|
actualEnd: z.number().optional().describe("Actual end time")
|
|
10188
10595
|
}).optional().describe("Schedule"),
|
|
10596
|
+
/**
|
|
10597
|
+
* Security impact assessment for the change (A.8.32)
|
|
10598
|
+
*/
|
|
10599
|
+
securityImpact: z.object({
|
|
10600
|
+
/**
|
|
10601
|
+
* Whether a security impact assessment has been performed
|
|
10602
|
+
*/
|
|
10603
|
+
assessed: z.boolean().describe("Whether security impact has been assessed"),
|
|
10604
|
+
/**
|
|
10605
|
+
* Security risk level of this change
|
|
10606
|
+
*/
|
|
10607
|
+
riskLevel: z.enum(["none", "low", "medium", "high", "critical"]).optional().describe("Security risk level"),
|
|
10608
|
+
/**
|
|
10609
|
+
* Data classifications affected by this change
|
|
10610
|
+
*/
|
|
10611
|
+
affectedDataClassifications: z.array(DataClassificationSchema).optional().describe("Affected data classifications"),
|
|
10612
|
+
/**
|
|
10613
|
+
* Whether the change requires security team approval
|
|
10614
|
+
*/
|
|
10615
|
+
requiresSecurityApproval: z.boolean().default(false).describe("Whether security team approval is required"),
|
|
10616
|
+
/**
|
|
10617
|
+
* Security reviewer user ID
|
|
10618
|
+
*/
|
|
10619
|
+
reviewedBy: z.string().optional().describe("Security reviewer user ID"),
|
|
10620
|
+
/**
|
|
10621
|
+
* Security review completion timestamp (Unix milliseconds)
|
|
10622
|
+
*/
|
|
10623
|
+
reviewedAt: z.number().optional().describe("Security review timestamp"),
|
|
10624
|
+
/**
|
|
10625
|
+
* Security review notes or conditions
|
|
10626
|
+
*/
|
|
10627
|
+
reviewNotes: z.string().optional().describe("Security review notes or conditions")
|
|
10628
|
+
}).optional().describe("Security impact assessment per ISO 27001:2022 A.8.32"),
|
|
10189
10629
|
/**
|
|
10190
10630
|
* Approval workflow configuration
|
|
10191
10631
|
*/
|
|
@@ -10397,81 +10837,648 @@ var AuditLogConfigSchema = z.object({
|
|
|
10397
10837
|
"failed-login"
|
|
10398
10838
|
])).describe("Event types to capture in the audit log")
|
|
10399
10839
|
}).describe("Audit log configuration for compliance and security monitoring");
|
|
10840
|
+
var AuditFindingSeveritySchema = z.enum([
|
|
10841
|
+
"critical",
|
|
10842
|
+
// Immediate remediation required
|
|
10843
|
+
"major",
|
|
10844
|
+
// Significant non-conformity
|
|
10845
|
+
"minor",
|
|
10846
|
+
// Minor non-conformity
|
|
10847
|
+
"observation"
|
|
10848
|
+
// Improvement opportunity
|
|
10849
|
+
]);
|
|
10850
|
+
var AuditFindingStatusSchema = z.enum([
|
|
10851
|
+
"open",
|
|
10852
|
+
// Finding identified, not yet addressed
|
|
10853
|
+
"in_remediation",
|
|
10854
|
+
// Remediation in progress
|
|
10855
|
+
"remediated",
|
|
10856
|
+
// Remediation completed, pending verification
|
|
10857
|
+
"verified",
|
|
10858
|
+
// Remediation verified and accepted
|
|
10859
|
+
"accepted_risk",
|
|
10860
|
+
// Risk accepted by management
|
|
10861
|
+
"closed"
|
|
10862
|
+
// Finding closed
|
|
10863
|
+
]);
|
|
10864
|
+
var AuditFindingSchema = z.object({
|
|
10865
|
+
/**
|
|
10866
|
+
* Unique finding identifier
|
|
10867
|
+
*/
|
|
10868
|
+
id: z.string().describe("Unique finding identifier"),
|
|
10869
|
+
/**
|
|
10870
|
+
* Short descriptive title
|
|
10871
|
+
*/
|
|
10872
|
+
title: z.string().describe("Finding title"),
|
|
10873
|
+
/**
|
|
10874
|
+
* Detailed description of the finding
|
|
10875
|
+
*/
|
|
10876
|
+
description: z.string().describe("Finding description"),
|
|
10877
|
+
/**
|
|
10878
|
+
* Finding severity
|
|
10879
|
+
*/
|
|
10880
|
+
severity: AuditFindingSeveritySchema.describe("Finding severity"),
|
|
10881
|
+
/**
|
|
10882
|
+
* Current status
|
|
10883
|
+
*/
|
|
10884
|
+
status: AuditFindingStatusSchema.describe("Finding status"),
|
|
10885
|
+
/**
|
|
10886
|
+
* ISO 27001 control reference (e.g., "A.5.35", "A.8.15")
|
|
10887
|
+
*/
|
|
10888
|
+
controlReference: z.string().optional().describe("ISO 27001 control reference"),
|
|
10889
|
+
/**
|
|
10890
|
+
* Compliance framework
|
|
10891
|
+
*/
|
|
10892
|
+
framework: ComplianceFrameworkSchema.optional().describe("Related compliance framework"),
|
|
10893
|
+
/**
|
|
10894
|
+
* Timestamp when finding was identified (Unix milliseconds)
|
|
10895
|
+
*/
|
|
10896
|
+
identifiedAt: z.number().describe("Identification timestamp"),
|
|
10897
|
+
/**
|
|
10898
|
+
* User or entity who identified the finding
|
|
10899
|
+
*/
|
|
10900
|
+
identifiedBy: z.string().describe("Identifier (auditor name or system)"),
|
|
10901
|
+
/**
|
|
10902
|
+
* Planned remediation actions
|
|
10903
|
+
*/
|
|
10904
|
+
remediationPlan: z.string().optional().describe("Remediation plan"),
|
|
10905
|
+
/**
|
|
10906
|
+
* Remediation deadline (Unix milliseconds)
|
|
10907
|
+
*/
|
|
10908
|
+
remediationDeadline: z.number().optional().describe("Remediation deadline timestamp"),
|
|
10909
|
+
/**
|
|
10910
|
+
* Timestamp when remediation was verified (Unix milliseconds)
|
|
10911
|
+
*/
|
|
10912
|
+
verifiedAt: z.number().optional().describe("Verification timestamp"),
|
|
10913
|
+
/**
|
|
10914
|
+
* Verifier name or role
|
|
10915
|
+
*/
|
|
10916
|
+
verifiedBy: z.string().optional().describe("Verifier name or role"),
|
|
10917
|
+
/**
|
|
10918
|
+
* Notes or comments
|
|
10919
|
+
*/
|
|
10920
|
+
notes: z.string().optional().describe("Additional notes")
|
|
10921
|
+
}).describe("Audit finding with remediation tracking per ISO 27001:2022 A.5.35");
|
|
10922
|
+
var AuditScheduleSchema = z.object({
|
|
10923
|
+
/**
|
|
10924
|
+
* Unique audit schedule identifier
|
|
10925
|
+
*/
|
|
10926
|
+
id: z.string().describe("Unique audit schedule identifier"),
|
|
10927
|
+
/**
|
|
10928
|
+
* Audit title or name
|
|
10929
|
+
*/
|
|
10930
|
+
title: z.string().describe("Audit title"),
|
|
10931
|
+
/**
|
|
10932
|
+
* Scope of areas to audit
|
|
10933
|
+
*/
|
|
10934
|
+
scope: z.array(z.string()).describe("Audit scope areas"),
|
|
10935
|
+
/**
|
|
10936
|
+
* Target compliance framework
|
|
10937
|
+
*/
|
|
10938
|
+
framework: ComplianceFrameworkSchema.describe("Target compliance framework"),
|
|
10939
|
+
/**
|
|
10940
|
+
* Scheduled audit date (Unix milliseconds)
|
|
10941
|
+
*/
|
|
10942
|
+
scheduledAt: z.number().describe("Scheduled audit timestamp"),
|
|
10943
|
+
/**
|
|
10944
|
+
* Actual completion date (Unix milliseconds)
|
|
10945
|
+
*/
|
|
10946
|
+
completedAt: z.number().optional().describe("Completion timestamp"),
|
|
10947
|
+
/**
|
|
10948
|
+
* Assessor name, team, or external firm
|
|
10949
|
+
*/
|
|
10950
|
+
assessor: z.string().describe("Assessor or audit team"),
|
|
10951
|
+
/**
|
|
10952
|
+
* Whether this is an external (independent) audit
|
|
10953
|
+
*/
|
|
10954
|
+
isExternal: z.boolean().default(false).describe("Whether this is an external audit"),
|
|
10955
|
+
/**
|
|
10956
|
+
* Recurrence interval in months (0 = one-time)
|
|
10957
|
+
*/
|
|
10958
|
+
recurrenceMonths: z.number().default(0).describe("Recurrence interval in months (0 = one-time)"),
|
|
10959
|
+
/**
|
|
10960
|
+
* Findings from this audit
|
|
10961
|
+
*/
|
|
10962
|
+
findings: z.array(AuditFindingSchema).optional().describe("Audit findings")
|
|
10963
|
+
}).describe("Audit schedule for independent security reviews per ISO 27001:2022 A.5.35");
|
|
10400
10964
|
var ComplianceConfigSchema = z.object({
|
|
10401
10965
|
gdpr: GDPRConfigSchema.optional().describe("GDPR compliance settings"),
|
|
10402
10966
|
hipaa: HIPAAConfigSchema.optional().describe("HIPAA compliance settings"),
|
|
10403
10967
|
pciDss: PCIDSSConfigSchema.optional().describe("PCI-DSS compliance settings"),
|
|
10404
|
-
auditLog: AuditLogConfigSchema.describe("Audit log configuration")
|
|
10405
|
-
|
|
10406
|
-
|
|
10407
|
-
|
|
10408
|
-
|
|
10409
|
-
|
|
10410
|
-
|
|
10411
|
-
|
|
10412
|
-
|
|
10413
|
-
|
|
10414
|
-
|
|
10415
|
-
|
|
10416
|
-
|
|
10417
|
-
|
|
10418
|
-
|
|
10419
|
-
|
|
10420
|
-
|
|
10421
|
-
|
|
10422
|
-
|
|
10423
|
-
|
|
10424
|
-
|
|
10425
|
-
|
|
10426
|
-
|
|
10427
|
-
|
|
10428
|
-
|
|
10429
|
-
|
|
10430
|
-
|
|
10431
|
-
|
|
10432
|
-
|
|
10433
|
-
|
|
10434
|
-
|
|
10435
|
-
|
|
10436
|
-
|
|
10437
|
-
|
|
10438
|
-
|
|
10439
|
-
|
|
10440
|
-
|
|
10441
|
-
|
|
10442
|
-
|
|
10443
|
-
|
|
10444
|
-
|
|
10445
|
-
|
|
10446
|
-
|
|
10447
|
-
|
|
10448
|
-
|
|
10449
|
-
|
|
10450
|
-
|
|
10451
|
-
|
|
10452
|
-
|
|
10453
|
-
|
|
10454
|
-
|
|
10455
|
-
|
|
10456
|
-
|
|
10457
|
-
|
|
10458
|
-
|
|
10459
|
-
|
|
10460
|
-
|
|
10461
|
-
|
|
10462
|
-
|
|
10463
|
-
|
|
10464
|
-
|
|
10465
|
-
|
|
10466
|
-
|
|
10467
|
-
|
|
10468
|
-
|
|
10469
|
-
|
|
10470
|
-
|
|
10471
|
-
|
|
10472
|
-
|
|
10473
|
-
|
|
10474
|
-
|
|
10968
|
+
auditLog: AuditLogConfigSchema.describe("Audit log configuration"),
|
|
10969
|
+
auditSchedules: z.array(AuditScheduleSchema).optional().describe("Scheduled compliance audits (A.5.35)")
|
|
10970
|
+
}).describe("Unified compliance configuration spanning GDPR, HIPAA, PCI-DSS, and audit governance");
|
|
10971
|
+
var IncidentSeveritySchema = z.enum([
|
|
10972
|
+
"critical",
|
|
10973
|
+
// Immediate threat to business operations or data integrity
|
|
10974
|
+
"high",
|
|
10975
|
+
// Significant impact requiring urgent response
|
|
10976
|
+
"medium",
|
|
10977
|
+
// Moderate impact with controlled response timeline
|
|
10978
|
+
"low"
|
|
10979
|
+
// Minor impact with standard response procedures
|
|
10980
|
+
]);
|
|
10981
|
+
var IncidentCategorySchema = z.enum([
|
|
10982
|
+
"data_breach",
|
|
10983
|
+
// Unauthorized access or disclosure of data
|
|
10984
|
+
"malware",
|
|
10985
|
+
// Malicious software detection
|
|
10986
|
+
"unauthorized_access",
|
|
10987
|
+
// Unauthorized system or data access
|
|
10988
|
+
"denial_of_service",
|
|
10989
|
+
// Service availability attack
|
|
10990
|
+
"social_engineering",
|
|
10991
|
+
// Phishing, pretexting, or manipulation
|
|
10992
|
+
"insider_threat",
|
|
10993
|
+
// Threat originating from internal actors
|
|
10994
|
+
"physical_security",
|
|
10995
|
+
// Physical security breach
|
|
10996
|
+
"configuration_error",
|
|
10997
|
+
// Security misconfiguration
|
|
10998
|
+
"vulnerability_exploit",
|
|
10999
|
+
// Exploitation of known vulnerability
|
|
11000
|
+
"policy_violation",
|
|
11001
|
+
// Violation of security policies
|
|
11002
|
+
"other"
|
|
11003
|
+
// Other security incidents
|
|
11004
|
+
]);
|
|
11005
|
+
var IncidentStatusSchema = z.enum([
|
|
11006
|
+
"reported",
|
|
11007
|
+
// Initial report received
|
|
11008
|
+
"triaged",
|
|
11009
|
+
// Severity and category assessed
|
|
11010
|
+
"investigating",
|
|
11011
|
+
// Active investigation in progress
|
|
11012
|
+
"containing",
|
|
11013
|
+
// Containment measures being applied
|
|
11014
|
+
"eradicating",
|
|
11015
|
+
// Root cause being removed
|
|
11016
|
+
"recovering",
|
|
11017
|
+
// Systems being restored to normal
|
|
11018
|
+
"resolved",
|
|
11019
|
+
// Incident resolved
|
|
11020
|
+
"closed"
|
|
11021
|
+
// Post-incident review complete
|
|
11022
|
+
]);
|
|
11023
|
+
var IncidentResponsePhaseSchema = z.object({
|
|
11024
|
+
/**
|
|
11025
|
+
* Phase name identifier
|
|
11026
|
+
*/
|
|
11027
|
+
phase: z.enum([
|
|
11028
|
+
"identification",
|
|
11029
|
+
"containment",
|
|
11030
|
+
"eradication",
|
|
11031
|
+
"recovery",
|
|
11032
|
+
"lessons_learned"
|
|
11033
|
+
]).describe("Response phase name"),
|
|
11034
|
+
/**
|
|
11035
|
+
* Phase description and objectives
|
|
11036
|
+
*/
|
|
11037
|
+
description: z.string().describe("Phase description and objectives"),
|
|
11038
|
+
/**
|
|
11039
|
+
* Responsible team or role for this phase
|
|
11040
|
+
*/
|
|
11041
|
+
assignedTo: z.string().describe("Responsible team or role"),
|
|
11042
|
+
/**
|
|
11043
|
+
* Target completion time in hours from incident start
|
|
11044
|
+
*/
|
|
11045
|
+
targetHours: z.number().min(0).describe("Target completion time in hours"),
|
|
11046
|
+
/**
|
|
11047
|
+
* Actual completion timestamp (Unix milliseconds)
|
|
11048
|
+
*/
|
|
11049
|
+
completedAt: z.number().optional().describe("Actual completion timestamp"),
|
|
11050
|
+
/**
|
|
11051
|
+
* Notes and findings during this phase
|
|
11052
|
+
*/
|
|
11053
|
+
notes: z.string().optional().describe("Phase notes and findings")
|
|
11054
|
+
}).describe("Incident response phase with timing and assignment");
|
|
11055
|
+
var IncidentNotificationRuleSchema = z.object({
|
|
11056
|
+
/**
|
|
11057
|
+
* Minimum severity level that triggers this notification
|
|
11058
|
+
*/
|
|
11059
|
+
severity: IncidentSeveritySchema.describe("Minimum severity to trigger notification"),
|
|
11060
|
+
/**
|
|
11061
|
+
* Notification channels to use
|
|
11062
|
+
*/
|
|
11063
|
+
channels: z.array(z.enum([
|
|
11064
|
+
"email",
|
|
11065
|
+
"sms",
|
|
11066
|
+
"slack",
|
|
11067
|
+
"pagerduty",
|
|
11068
|
+
"webhook"
|
|
11069
|
+
])).describe("Notification channels"),
|
|
11070
|
+
/**
|
|
11071
|
+
* Roles or teams to notify
|
|
11072
|
+
*/
|
|
11073
|
+
recipients: z.array(z.string()).describe("Roles or teams to notify"),
|
|
11074
|
+
/**
|
|
11075
|
+
* Maximum time in minutes to send notification after incident detection
|
|
11076
|
+
*/
|
|
11077
|
+
withinMinutes: z.number().min(1).describe("Notification deadline in minutes from detection"),
|
|
11078
|
+
/**
|
|
11079
|
+
* Whether to notify external regulators (for data breaches)
|
|
11080
|
+
*/
|
|
11081
|
+
notifyRegulators: z.boolean().default(false).describe("Whether to notify regulatory authorities"),
|
|
11082
|
+
/**
|
|
11083
|
+
* Regulatory notification deadline in hours (e.g., GDPR 72h)
|
|
11084
|
+
*/
|
|
11085
|
+
regulatorDeadlineHours: z.number().optional().describe("Regulatory notification deadline in hours")
|
|
11086
|
+
}).describe("Incident notification rule per severity level");
|
|
11087
|
+
var IncidentNotificationMatrixSchema = z.object({
|
|
11088
|
+
/**
|
|
11089
|
+
* Notification rules ordered by severity
|
|
11090
|
+
*/
|
|
11091
|
+
rules: z.array(IncidentNotificationRuleSchema).describe("Notification rules by severity level"),
|
|
11092
|
+
/**
|
|
11093
|
+
* Default escalation timeout in minutes before auto-escalation
|
|
11094
|
+
*/
|
|
11095
|
+
escalationTimeoutMinutes: z.number().default(30).describe("Auto-escalation timeout in minutes"),
|
|
11096
|
+
/**
|
|
11097
|
+
* Escalation chain: ordered list of roles to escalate to
|
|
11098
|
+
*/
|
|
11099
|
+
escalationChain: z.array(z.string()).default([]).describe("Ordered escalation chain of roles")
|
|
11100
|
+
}).describe("Incident notification matrix with escalation policies");
|
|
11101
|
+
var IncidentSchema = z.object({
|
|
11102
|
+
/**
|
|
11103
|
+
* Unique incident identifier
|
|
11104
|
+
*/
|
|
11105
|
+
id: z.string().describe("Unique incident identifier"),
|
|
11106
|
+
/**
|
|
11107
|
+
* Short descriptive title of the incident
|
|
11108
|
+
*/
|
|
11109
|
+
title: z.string().describe("Incident title"),
|
|
11110
|
+
/**
|
|
11111
|
+
* Detailed description of the security event
|
|
11112
|
+
*/
|
|
11113
|
+
description: z.string().describe("Detailed incident description"),
|
|
11114
|
+
/**
|
|
11115
|
+
* Severity classification
|
|
11116
|
+
*/
|
|
11117
|
+
severity: IncidentSeveritySchema.describe("Incident severity level"),
|
|
11118
|
+
/**
|
|
11119
|
+
* Incident category / type
|
|
11120
|
+
*/
|
|
11121
|
+
category: IncidentCategorySchema.describe("Incident category"),
|
|
11122
|
+
/**
|
|
11123
|
+
* Current status in the incident lifecycle
|
|
11124
|
+
*/
|
|
11125
|
+
status: IncidentStatusSchema.describe("Current incident status"),
|
|
11126
|
+
/**
|
|
11127
|
+
* User or system that reported the incident
|
|
11128
|
+
*/
|
|
11129
|
+
reportedBy: z.string().describe("Reporter user ID or system name"),
|
|
11130
|
+
/**
|
|
11131
|
+
* Timestamp when the incident was reported (Unix milliseconds)
|
|
11132
|
+
*/
|
|
11133
|
+
reportedAt: z.number().describe("Report timestamp"),
|
|
11134
|
+
/**
|
|
11135
|
+
* Timestamp when the incident was detected (may differ from reported)
|
|
11136
|
+
*/
|
|
11137
|
+
detectedAt: z.number().optional().describe("Detection timestamp"),
|
|
11138
|
+
/**
|
|
11139
|
+
* Timestamp when the incident was resolved
|
|
11140
|
+
*/
|
|
11141
|
+
resolvedAt: z.number().optional().describe("Resolution timestamp"),
|
|
11142
|
+
/**
|
|
11143
|
+
* Systems affected by the incident
|
|
11144
|
+
*/
|
|
11145
|
+
affectedSystems: z.array(z.string()).describe("Affected systems"),
|
|
11146
|
+
/**
|
|
11147
|
+
* Data classifications affected (for data breach assessment)
|
|
11148
|
+
*/
|
|
11149
|
+
affectedDataClassifications: z.array(DataClassificationSchema).optional().describe("Affected data classifications"),
|
|
11150
|
+
/**
|
|
11151
|
+
* Structured response phases tracking
|
|
11152
|
+
*/
|
|
11153
|
+
responsePhases: z.array(IncidentResponsePhaseSchema).optional().describe("Incident response phases"),
|
|
11154
|
+
/**
|
|
11155
|
+
* Root cause analysis (completed post-incident)
|
|
11156
|
+
*/
|
|
11157
|
+
rootCause: z.string().optional().describe("Root cause analysis"),
|
|
11158
|
+
/**
|
|
11159
|
+
* Corrective actions taken or planned
|
|
11160
|
+
*/
|
|
11161
|
+
correctiveActions: z.array(z.string()).optional().describe("Corrective actions taken or planned"),
|
|
11162
|
+
/**
|
|
11163
|
+
* Lessons learned from the incident (A.5.28)
|
|
11164
|
+
*/
|
|
11165
|
+
lessonsLearned: z.string().optional().describe("Lessons learned from the incident"),
|
|
11166
|
+
/**
|
|
11167
|
+
* Related change request IDs (if changes resulted from incident)
|
|
11168
|
+
*/
|
|
11169
|
+
relatedChangeRequestIds: z.array(z.string()).optional().describe("Related change request IDs"),
|
|
11170
|
+
/**
|
|
11171
|
+
* Custom metadata for extensibility
|
|
11172
|
+
*/
|
|
11173
|
+
metadata: z.record(z.string(), z.unknown()).optional().describe("Custom metadata key-value pairs")
|
|
11174
|
+
}).describe("Security incident record per ISO 27001:2022 A.5.24\u2013A.5.28");
|
|
11175
|
+
var IncidentResponsePolicySchema = z.object({
|
|
11176
|
+
/**
|
|
11177
|
+
* Whether incident response is enabled
|
|
11178
|
+
*/
|
|
11179
|
+
enabled: z.boolean().default(true).describe("Enable incident response management"),
|
|
11180
|
+
/**
|
|
11181
|
+
* Notification matrix configuration
|
|
11182
|
+
*/
|
|
11183
|
+
notificationMatrix: IncidentNotificationMatrixSchema.describe("Notification and escalation matrix"),
|
|
11184
|
+
/**
|
|
11185
|
+
* Default response team or role
|
|
11186
|
+
*/
|
|
11187
|
+
defaultResponseTeam: z.string().describe("Default incident response team or role"),
|
|
11188
|
+
/**
|
|
11189
|
+
* Maximum time in hours to begin initial triage
|
|
11190
|
+
*/
|
|
11191
|
+
triageDeadlineHours: z.number().default(1).describe("Maximum hours to begin triage after detection"),
|
|
11192
|
+
/**
|
|
11193
|
+
* Whether to require post-incident review for all incidents
|
|
11194
|
+
*/
|
|
11195
|
+
requirePostIncidentReview: z.boolean().default(true).describe("Require post-incident review for all incidents"),
|
|
11196
|
+
/**
|
|
11197
|
+
* Minimum severity level that requires regulatory notification
|
|
11198
|
+
*/
|
|
11199
|
+
regulatoryNotificationThreshold: IncidentSeveritySchema.default("high").describe("Minimum severity requiring regulatory notification"),
|
|
11200
|
+
/**
|
|
11201
|
+
* Retention period for incident records in days
|
|
11202
|
+
*/
|
|
11203
|
+
retentionDays: z.number().default(2555).describe("Incident record retention period in days (default ~7 years)")
|
|
11204
|
+
}).describe("Organization-level incident response policy per ISO 27001:2022");
|
|
11205
|
+
var SupplierRiskLevelSchema = z.enum([
|
|
11206
|
+
"critical",
|
|
11207
|
+
// Direct access to sensitive data or core infrastructure
|
|
11208
|
+
"high",
|
|
11209
|
+
// Significant data processing or service dependency
|
|
11210
|
+
"medium",
|
|
11211
|
+
// Limited data access with moderate dependency
|
|
11212
|
+
"low"
|
|
11213
|
+
// Minimal data access and low service dependency
|
|
11214
|
+
]);
|
|
11215
|
+
var SupplierAssessmentStatusSchema = z.enum([
|
|
11216
|
+
"pending",
|
|
11217
|
+
// Assessment not yet started
|
|
11218
|
+
"in_progress",
|
|
11219
|
+
// Assessment currently underway
|
|
11220
|
+
"completed",
|
|
11221
|
+
// Assessment completed
|
|
11222
|
+
"expired",
|
|
11223
|
+
// Assessment past its validity period
|
|
11224
|
+
"failed"
|
|
11225
|
+
// Supplier did not meet security requirements
|
|
11226
|
+
]);
|
|
11227
|
+
var SupplierSecurityRequirementSchema = z.object({
|
|
11228
|
+
/**
|
|
11229
|
+
* Requirement identifier
|
|
11230
|
+
*/
|
|
11231
|
+
id: z.string().describe("Requirement identifier"),
|
|
11232
|
+
/**
|
|
11233
|
+
* Requirement description
|
|
11234
|
+
*/
|
|
11235
|
+
description: z.string().describe("Requirement description"),
|
|
11236
|
+
/**
|
|
11237
|
+
* ISO 27001 control reference (e.g., "A.5.19")
|
|
11238
|
+
*/
|
|
11239
|
+
controlReference: z.string().optional().describe("ISO 27001 control reference"),
|
|
11240
|
+
/**
|
|
11241
|
+
* Whether this requirement is mandatory
|
|
11242
|
+
*/
|
|
11243
|
+
mandatory: z.boolean().default(true).describe("Whether this requirement is mandatory"),
|
|
11244
|
+
/**
|
|
11245
|
+
* Compliance status
|
|
11246
|
+
*/
|
|
11247
|
+
compliant: z.boolean().optional().describe("Whether the supplier meets this requirement"),
|
|
11248
|
+
/**
|
|
11249
|
+
* Evidence or notes for compliance assessment
|
|
11250
|
+
*/
|
|
11251
|
+
evidence: z.string().optional().describe("Compliance evidence or assessment notes")
|
|
11252
|
+
}).describe("Individual supplier security requirement");
|
|
11253
|
+
var SupplierSecurityAssessmentSchema = z.object({
|
|
11254
|
+
/**
|
|
11255
|
+
* Unique supplier identifier
|
|
11256
|
+
*/
|
|
11257
|
+
supplierId: z.string().describe("Unique supplier identifier"),
|
|
11258
|
+
/**
|
|
11259
|
+
* Supplier name
|
|
11260
|
+
*/
|
|
11261
|
+
supplierName: z.string().describe("Supplier display name"),
|
|
11262
|
+
/**
|
|
11263
|
+
* Risk classification
|
|
11264
|
+
*/
|
|
11265
|
+
riskLevel: SupplierRiskLevelSchema.describe("Supplier risk classification"),
|
|
11266
|
+
/**
|
|
11267
|
+
* Assessment status
|
|
11268
|
+
*/
|
|
11269
|
+
status: SupplierAssessmentStatusSchema.describe("Assessment status"),
|
|
11270
|
+
/**
|
|
11271
|
+
* User or team who performed the assessment
|
|
11272
|
+
*/
|
|
11273
|
+
assessedBy: z.string().describe("Assessor user ID or team"),
|
|
11274
|
+
/**
|
|
11275
|
+
* Assessment completion timestamp (Unix milliseconds)
|
|
11276
|
+
*/
|
|
11277
|
+
assessedAt: z.number().describe("Assessment timestamp"),
|
|
11278
|
+
/**
|
|
11279
|
+
* Assessment validity expiry (Unix milliseconds)
|
|
11280
|
+
*/
|
|
11281
|
+
validUntil: z.number().describe("Assessment validity expiry timestamp"),
|
|
11282
|
+
/**
|
|
11283
|
+
* Security requirements assessed
|
|
11284
|
+
*/
|
|
11285
|
+
requirements: z.array(SupplierSecurityRequirementSchema).describe("Security requirements and their compliance status"),
|
|
11286
|
+
/**
|
|
11287
|
+
* Overall compliance result
|
|
11288
|
+
*/
|
|
11289
|
+
overallCompliant: z.boolean().describe("Whether supplier meets all mandatory requirements"),
|
|
11290
|
+
/**
|
|
11291
|
+
* Data classifications shared with this supplier
|
|
11292
|
+
*/
|
|
11293
|
+
dataClassificationsShared: z.array(DataClassificationSchema).optional().describe("Data classifications shared with supplier"),
|
|
11294
|
+
/**
|
|
11295
|
+
* Services provided by the supplier
|
|
11296
|
+
*/
|
|
11297
|
+
servicesProvided: z.array(z.string()).optional().describe("Services provided by this supplier"),
|
|
11298
|
+
/**
|
|
11299
|
+
* Certifications held by the supplier
|
|
11300
|
+
*/
|
|
11301
|
+
certifications: z.array(z.string()).optional().describe("Supplier certifications (e.g., ISO 27001, SOC 2)"),
|
|
11302
|
+
/**
|
|
11303
|
+
* Remediation items for non-compliant requirements
|
|
11304
|
+
*/
|
|
11305
|
+
remediationItems: z.array(z.object({
|
|
11306
|
+
requirementId: z.string().describe("Non-compliant requirement ID"),
|
|
11307
|
+
action: z.string().describe("Required remediation action"),
|
|
11308
|
+
deadline: z.number().describe("Remediation deadline timestamp"),
|
|
11309
|
+
status: z.enum(["pending", "in_progress", "completed"]).default("pending").describe("Remediation status")
|
|
11310
|
+
})).optional().describe("Remediation items for non-compliant requirements"),
|
|
11311
|
+
/**
|
|
11312
|
+
* Custom metadata
|
|
11313
|
+
*/
|
|
11314
|
+
metadata: z.record(z.string(), z.unknown()).optional().describe("Custom metadata key-value pairs")
|
|
11315
|
+
}).describe("Supplier security assessment record per ISO 27001:2022 A.5.19\u2013A.5.21");
|
|
11316
|
+
var SupplierSecurityPolicySchema = z.object({
|
|
11317
|
+
/**
|
|
11318
|
+
* Whether supplier security management is enabled
|
|
11319
|
+
*/
|
|
11320
|
+
enabled: z.boolean().default(true).describe("Enable supplier security management"),
|
|
11321
|
+
/**
|
|
11322
|
+
* Reassessment interval in days
|
|
11323
|
+
*/
|
|
11324
|
+
reassessmentIntervalDays: z.number().default(365).describe("Supplier reassessment interval in days"),
|
|
11325
|
+
/**
|
|
11326
|
+
* Whether to require supplier security assessment before onboarding
|
|
11327
|
+
*/
|
|
11328
|
+
requirePreOnboardingAssessment: z.boolean().default(true).describe("Require security assessment before supplier onboarding"),
|
|
11329
|
+
/**
|
|
11330
|
+
* Minimum risk level that requires formal assessment
|
|
11331
|
+
*/
|
|
11332
|
+
formalAssessmentThreshold: SupplierRiskLevelSchema.default("medium").describe("Minimum risk level requiring formal assessment"),
|
|
11333
|
+
/**
|
|
11334
|
+
* Whether to monitor supplier security changes (A.5.22)
|
|
11335
|
+
*/
|
|
11336
|
+
monitorChanges: z.boolean().default(true).describe("Monitor supplier security posture changes"),
|
|
11337
|
+
/**
|
|
11338
|
+
* Required certifications for critical suppliers
|
|
11339
|
+
*/
|
|
11340
|
+
requiredCertifications: z.array(z.string()).default([]).describe("Required certifications for critical-risk suppliers")
|
|
11341
|
+
}).describe("Organization-level supplier security management policy per ISO 27001:2022");
|
|
11342
|
+
var TrainingCategorySchema = z.enum([
|
|
11343
|
+
"security_awareness",
|
|
11344
|
+
// General security awareness
|
|
11345
|
+
"data_protection",
|
|
11346
|
+
// Data handling and privacy
|
|
11347
|
+
"incident_response",
|
|
11348
|
+
// Incident reporting and response
|
|
11349
|
+
"access_control",
|
|
11350
|
+
// Access management best practices
|
|
11351
|
+
"phishing_awareness",
|
|
11352
|
+
// Phishing and social engineering
|
|
11353
|
+
"compliance",
|
|
11354
|
+
// Regulatory compliance (GDPR, HIPAA, etc.)
|
|
11355
|
+
"secure_development",
|
|
11356
|
+
// Secure coding and development practices
|
|
11357
|
+
"physical_security",
|
|
11358
|
+
// Physical security awareness
|
|
11359
|
+
"business_continuity",
|
|
11360
|
+
// Business continuity and disaster recovery
|
|
11361
|
+
"other"
|
|
11362
|
+
// Other training categories
|
|
11363
|
+
]);
|
|
11364
|
+
var TrainingCompletionStatusSchema = z.enum([
|
|
11365
|
+
"not_started",
|
|
11366
|
+
// Training not yet begun
|
|
11367
|
+
"in_progress",
|
|
11368
|
+
// Training currently underway
|
|
11369
|
+
"completed",
|
|
11370
|
+
// Training completed successfully
|
|
11371
|
+
"failed",
|
|
11372
|
+
// Training assessment not passed
|
|
11373
|
+
"expired"
|
|
11374
|
+
// Training certification has expired
|
|
11375
|
+
]);
|
|
11376
|
+
var TrainingCourseSchema = z.object({
|
|
11377
|
+
/**
|
|
11378
|
+
* Unique course identifier
|
|
11379
|
+
*/
|
|
11380
|
+
id: z.string().describe("Unique course identifier"),
|
|
11381
|
+
/**
|
|
11382
|
+
* Course title
|
|
11383
|
+
*/
|
|
11384
|
+
title: z.string().describe("Course title"),
|
|
11385
|
+
/**
|
|
11386
|
+
* Course description and objectives
|
|
11387
|
+
*/
|
|
11388
|
+
description: z.string().describe("Course description and learning objectives"),
|
|
11389
|
+
/**
|
|
11390
|
+
* Training category
|
|
11391
|
+
*/
|
|
11392
|
+
category: TrainingCategorySchema.describe("Training category"),
|
|
11393
|
+
/**
|
|
11394
|
+
* Estimated duration in minutes
|
|
11395
|
+
*/
|
|
11396
|
+
durationMinutes: z.number().min(1).describe("Estimated course duration in minutes"),
|
|
11397
|
+
/**
|
|
11398
|
+
* Whether this training is mandatory
|
|
11399
|
+
*/
|
|
11400
|
+
mandatory: z.boolean().default(false).describe("Whether training is mandatory"),
|
|
11401
|
+
/**
|
|
11402
|
+
* Target roles or groups for this training
|
|
11403
|
+
*/
|
|
11404
|
+
targetRoles: z.array(z.string()).describe("Target roles or groups"),
|
|
11405
|
+
/**
|
|
11406
|
+
* Validity period in days before recertification is needed
|
|
11407
|
+
*/
|
|
11408
|
+
validityDays: z.number().optional().describe("Certification validity period in days"),
|
|
11409
|
+
/**
|
|
11410
|
+
* Minimum passing score (percentage) for assessment
|
|
11411
|
+
*/
|
|
11412
|
+
passingScore: z.number().min(0).max(100).optional().describe("Minimum passing score percentage"),
|
|
11413
|
+
/**
|
|
11414
|
+
* Course version for tracking content updates
|
|
11415
|
+
*/
|
|
11416
|
+
version: z.string().optional().describe("Course content version")
|
|
11417
|
+
}).describe("Security training course definition");
|
|
11418
|
+
var TrainingRecordSchema = z.object({
|
|
11419
|
+
/**
|
|
11420
|
+
* Reference to the course ID
|
|
11421
|
+
*/
|
|
11422
|
+
courseId: z.string().describe("Training course identifier"),
|
|
11423
|
+
/**
|
|
11424
|
+
* User who completed (or is assigned) the training
|
|
11425
|
+
*/
|
|
11426
|
+
userId: z.string().describe("User identifier"),
|
|
11427
|
+
/**
|
|
11428
|
+
* Completion status
|
|
11429
|
+
*/
|
|
11430
|
+
status: TrainingCompletionStatusSchema.describe("Training completion status"),
|
|
11431
|
+
/**
|
|
11432
|
+
* Training assignment date (Unix milliseconds)
|
|
11433
|
+
*/
|
|
11434
|
+
assignedAt: z.number().describe("Assignment timestamp"),
|
|
11435
|
+
/**
|
|
11436
|
+
* Training completion date (Unix milliseconds)
|
|
11437
|
+
*/
|
|
11438
|
+
completedAt: z.number().optional().describe("Completion timestamp"),
|
|
11439
|
+
/**
|
|
11440
|
+
* Assessment score (percentage)
|
|
11441
|
+
*/
|
|
11442
|
+
score: z.number().min(0).max(100).optional().describe("Assessment score percentage"),
|
|
11443
|
+
/**
|
|
11444
|
+
* Certification expiry date (Unix milliseconds)
|
|
11445
|
+
*/
|
|
11446
|
+
expiresAt: z.number().optional().describe("Certification expiry timestamp"),
|
|
11447
|
+
/**
|
|
11448
|
+
* Notes or comments from instructor or system
|
|
11449
|
+
*/
|
|
11450
|
+
notes: z.string().optional().describe("Training notes or comments")
|
|
11451
|
+
}).describe("Individual training completion record");
|
|
11452
|
+
var TrainingPlanSchema = z.object({
|
|
11453
|
+
/**
|
|
11454
|
+
* Whether training management is enabled
|
|
11455
|
+
*/
|
|
11456
|
+
enabled: z.boolean().default(true).describe("Enable training management"),
|
|
11457
|
+
/**
|
|
11458
|
+
* Training courses in the plan
|
|
11459
|
+
*/
|
|
11460
|
+
courses: z.array(TrainingCourseSchema).describe("Training courses"),
|
|
11461
|
+
/**
|
|
11462
|
+
* Default recertification interval in days
|
|
11463
|
+
*/
|
|
11464
|
+
recertificationIntervalDays: z.number().default(365).describe("Default recertification interval in days"),
|
|
11465
|
+
/**
|
|
11466
|
+
* Whether to track training completion for compliance reporting
|
|
11467
|
+
*/
|
|
11468
|
+
trackCompletion: z.boolean().default(true).describe("Track training completion for compliance"),
|
|
11469
|
+
/**
|
|
11470
|
+
* Grace period in days after expiry before non-compliance escalation
|
|
11471
|
+
*/
|
|
11472
|
+
gracePeriodDays: z.number().default(30).describe("Grace period in days after certification expiry"),
|
|
11473
|
+
/**
|
|
11474
|
+
* Whether to send reminders for upcoming training deadlines
|
|
11475
|
+
*/
|
|
11476
|
+
sendReminders: z.boolean().default(true).describe("Send reminders for upcoming training deadlines"),
|
|
11477
|
+
/**
|
|
11478
|
+
* Days before deadline to send first reminder
|
|
11479
|
+
*/
|
|
11480
|
+
reminderDaysBefore: z.number().default(14).describe("Days before deadline to send first reminder")
|
|
11481
|
+
}).describe("Organizational training plan per ISO 27001:2022 A.6.3");
|
|
10475
11482
|
var CronScheduleSchema = z.object({
|
|
10476
11483
|
type: z.literal("cron"),
|
|
10477
11484
|
expression: z.string().describe('Cron expression (e.g., "0 0 * * *" for daily at midnight)'),
|
|
@@ -11732,6 +12739,22 @@ var TenantIsolationLevel = z.enum([
|
|
|
11732
12739
|
"isolated_db"
|
|
11733
12740
|
// Separate database per tenant (maximum isolation)
|
|
11734
12741
|
]);
|
|
12742
|
+
var DatabaseProviderSchema = z.enum([
|
|
12743
|
+
"turso",
|
|
12744
|
+
// Turso/libSQL (DB-per-Tenant, edge-native)
|
|
12745
|
+
"postgres",
|
|
12746
|
+
// PostgreSQL (traditional, self-hosted or managed)
|
|
12747
|
+
"memory"
|
|
12748
|
+
// In-memory (testing/development only)
|
|
12749
|
+
]).describe("Database provider for tenant data");
|
|
12750
|
+
var TenantConnectionConfigSchema = z.object({
|
|
12751
|
+
/** Database connection URL */
|
|
12752
|
+
url: z.string().min(1).describe("Database connection URL"),
|
|
12753
|
+
/** Authentication token (JWT for Turso, password for Postgres) */
|
|
12754
|
+
authToken: z.string().optional().describe("Database auth token (encrypted at rest)"),
|
|
12755
|
+
/** Turso database group name */
|
|
12756
|
+
group: z.string().optional().describe("Turso database group name")
|
|
12757
|
+
}).describe("Tenant database connection configuration");
|
|
11735
12758
|
var TenantQuotaSchema = z.object({
|
|
11736
12759
|
/**
|
|
11737
12760
|
* Maximum number of users allowed for this tenant
|
|
@@ -11744,8 +12767,52 @@ var TenantQuotaSchema = z.object({
|
|
|
11744
12767
|
/**
|
|
11745
12768
|
* API rate limit (requests per minute)
|
|
11746
12769
|
*/
|
|
11747
|
-
apiRateLimit: z.number().int().positive().optional().describe("API requests per minute")
|
|
11748
|
-
|
|
12770
|
+
apiRateLimit: z.number().int().positive().optional().describe("API requests per minute"),
|
|
12771
|
+
/**
|
|
12772
|
+
* Maximum number of custom objects the tenant can create
|
|
12773
|
+
*/
|
|
12774
|
+
maxObjects: z.number().int().positive().optional().describe("Maximum number of custom objects"),
|
|
12775
|
+
/**
|
|
12776
|
+
* Maximum records per object/table
|
|
12777
|
+
*/
|
|
12778
|
+
maxRecordsPerObject: z.number().int().positive().optional().describe("Maximum records per object"),
|
|
12779
|
+
/**
|
|
12780
|
+
* Maximum deployments allowed per day
|
|
12781
|
+
*/
|
|
12782
|
+
maxDeploymentsPerDay: z.number().int().positive().optional().describe("Maximum deployments per day"),
|
|
12783
|
+
/**
|
|
12784
|
+
* Maximum storage in bytes
|
|
12785
|
+
*/
|
|
12786
|
+
maxStorageBytes: z.number().int().positive().optional().describe("Maximum storage in bytes")
|
|
12787
|
+
});
|
|
12788
|
+
var TenantUsageSchema = z.object({
|
|
12789
|
+
/** Current number of custom objects */
|
|
12790
|
+
currentObjectCount: z.number().int().min(0).default(0).describe("Current number of custom objects"),
|
|
12791
|
+
/** Current total record count across all objects */
|
|
12792
|
+
currentRecordCount: z.number().int().min(0).default(0).describe("Total records across all objects"),
|
|
12793
|
+
/** Current storage usage in bytes */
|
|
12794
|
+
currentStorageBytes: z.number().int().min(0).default(0).describe("Current storage usage in bytes"),
|
|
12795
|
+
/** Deployments executed today */
|
|
12796
|
+
deploymentsToday: z.number().int().min(0).default(0).describe("Deployments executed today"),
|
|
12797
|
+
/** Current number of active users */
|
|
12798
|
+
currentUsers: z.number().int().min(0).default(0).describe("Current number of active users"),
|
|
12799
|
+
/** API requests in the current minute */
|
|
12800
|
+
apiRequestsThisMinute: z.number().int().min(0).default(0).describe("API requests in the current minute"),
|
|
12801
|
+
/** Last updated timestamp (ISO 8601) */
|
|
12802
|
+
lastUpdatedAt: z.string().datetime().optional().describe("Last usage update time")
|
|
12803
|
+
}).describe("Current tenant resource usage");
|
|
12804
|
+
var QuotaEnforcementResultSchema = z.object({
|
|
12805
|
+
/** Whether the operation is allowed */
|
|
12806
|
+
allowed: z.boolean().describe("Whether the operation is within quota"),
|
|
12807
|
+
/** Quota that would be exceeded (if not allowed) */
|
|
12808
|
+
exceededQuota: z.string().optional().describe("Name of the exceeded quota"),
|
|
12809
|
+
/** Current usage value */
|
|
12810
|
+
currentUsage: z.number().optional().describe("Current usage value"),
|
|
12811
|
+
/** Quota limit value */
|
|
12812
|
+
limit: z.number().optional().describe("Quota limit"),
|
|
12813
|
+
/** Human-readable message */
|
|
12814
|
+
message: z.string().optional().describe("Human-readable quota message")
|
|
12815
|
+
}).describe("Quota enforcement check result");
|
|
11749
12816
|
var TenantSchema = z.object({
|
|
11750
12817
|
/**
|
|
11751
12818
|
* Unique tenant identifier
|
|
@@ -11759,6 +12826,28 @@ var TenantSchema = z.object({
|
|
|
11759
12826
|
* Data isolation level
|
|
11760
12827
|
*/
|
|
11761
12828
|
isolationLevel: TenantIsolationLevel,
|
|
12829
|
+
/**
|
|
12830
|
+
* Database provider for this tenant
|
|
12831
|
+
*/
|
|
12832
|
+
databaseProvider: DatabaseProviderSchema.optional().describe("Database provider"),
|
|
12833
|
+
/**
|
|
12834
|
+
* Database connection configuration (encrypted at rest)
|
|
12835
|
+
*/
|
|
12836
|
+
connectionConfig: TenantConnectionConfigSchema.optional().describe("Database connection config"),
|
|
12837
|
+
/**
|
|
12838
|
+
* Current provisioning status
|
|
12839
|
+
*/
|
|
12840
|
+
provisioningStatus: z.enum([
|
|
12841
|
+
"provisioning",
|
|
12842
|
+
"active",
|
|
12843
|
+
"suspended",
|
|
12844
|
+
"failed",
|
|
12845
|
+
"destroying"
|
|
12846
|
+
]).optional().describe("Current provisioning lifecycle status"),
|
|
12847
|
+
/**
|
|
12848
|
+
* Tenant subscription plan
|
|
12849
|
+
*/
|
|
12850
|
+
plan: z.enum(["free", "pro", "enterprise"]).optional().describe("Subscription plan"),
|
|
11762
12851
|
/**
|
|
11763
12852
|
* Custom configuration values
|
|
11764
12853
|
*/
|
|
@@ -12235,6 +13324,274 @@ var RegistryConfigSchema = z.object({
|
|
|
12235
13324
|
priority: z.number().int().min(1).default(1)
|
|
12236
13325
|
})).optional().describe("Mirror registries for redundancy")
|
|
12237
13326
|
});
|
|
13327
|
+
var TenantProvisioningStatusEnum = z.enum([
|
|
13328
|
+
"provisioning",
|
|
13329
|
+
// Database creation in progress
|
|
13330
|
+
"active",
|
|
13331
|
+
// Fully provisioned and operational
|
|
13332
|
+
"suspended",
|
|
13333
|
+
// Temporarily disabled (billing, policy)
|
|
13334
|
+
"failed",
|
|
13335
|
+
// Provisioning failed (requires retry or manual intervention)
|
|
13336
|
+
"destroying"
|
|
13337
|
+
// Deletion in progress
|
|
13338
|
+
]).describe("Tenant provisioning lifecycle status");
|
|
13339
|
+
var TenantPlanSchema = z.enum([
|
|
13340
|
+
"free",
|
|
13341
|
+
// Free tier with limited quotas
|
|
13342
|
+
"pro",
|
|
13343
|
+
// Professional tier with higher quotas
|
|
13344
|
+
"enterprise"
|
|
13345
|
+
// Enterprise tier with custom quotas and SLAs
|
|
13346
|
+
]).describe("Tenant subscription plan");
|
|
13347
|
+
var TenantRegionSchema = z.enum([
|
|
13348
|
+
"us-east",
|
|
13349
|
+
// US East (Virginia)
|
|
13350
|
+
"us-west",
|
|
13351
|
+
// US West (Oregon)
|
|
13352
|
+
"eu-west",
|
|
13353
|
+
// EU West (Ireland)
|
|
13354
|
+
"eu-central",
|
|
13355
|
+
// EU Central (Frankfurt)
|
|
13356
|
+
"ap-southeast",
|
|
13357
|
+
// Asia Pacific (Singapore)
|
|
13358
|
+
"ap-northeast"
|
|
13359
|
+
// Asia Pacific (Tokyo)
|
|
13360
|
+
]).describe("Available deployment region");
|
|
13361
|
+
var ProvisioningStepSchema = z.object({
|
|
13362
|
+
/** Step identifier */
|
|
13363
|
+
name: z.string().min(1).describe("Step name (e.g., create_database, sync_schema)"),
|
|
13364
|
+
/** Step execution status */
|
|
13365
|
+
status: z.enum(["pending", "running", "completed", "failed", "skipped"]).describe("Step status"),
|
|
13366
|
+
/** When the step started (ISO 8601) */
|
|
13367
|
+
startedAt: z.string().datetime().optional().describe("Step start time"),
|
|
13368
|
+
/** When the step completed (ISO 8601) */
|
|
13369
|
+
completedAt: z.string().datetime().optional().describe("Step completion time"),
|
|
13370
|
+
/** Duration in milliseconds */
|
|
13371
|
+
durationMs: z.number().int().min(0).optional().describe("Step duration in ms"),
|
|
13372
|
+
/** Error message if the step failed */
|
|
13373
|
+
error: z.string().optional().describe("Error message on failure")
|
|
13374
|
+
}).describe("Individual provisioning step status");
|
|
13375
|
+
var TenantProvisioningRequestSchema = z.object({
|
|
13376
|
+
/** Organization ID that owns this tenant */
|
|
13377
|
+
orgId: z.string().min(1).describe("Organization ID"),
|
|
13378
|
+
/** Requested subscription plan */
|
|
13379
|
+
plan: TenantPlanSchema.default("free"),
|
|
13380
|
+
/** Preferred deployment region */
|
|
13381
|
+
region: TenantRegionSchema.default("us-east"),
|
|
13382
|
+
/** Optional tenant display name */
|
|
13383
|
+
displayName: z.string().optional().describe("Tenant display name"),
|
|
13384
|
+
/** Optional initial admin user email */
|
|
13385
|
+
adminEmail: z.string().email().optional().describe("Initial admin user email"),
|
|
13386
|
+
/** Optional metadata to attach to the tenant */
|
|
13387
|
+
metadata: z.record(z.string(), z.unknown()).optional().describe("Additional metadata")
|
|
13388
|
+
}).describe("Tenant provisioning request");
|
|
13389
|
+
var TenantProvisioningResultSchema = z.object({
|
|
13390
|
+
/** Unique tenant identifier */
|
|
13391
|
+
tenantId: z.string().min(1).describe("Provisioned tenant ID"),
|
|
13392
|
+
/** Database connection URL (libsql:// or https://) */
|
|
13393
|
+
connectionUrl: z.string().min(1).describe("Database connection URL"),
|
|
13394
|
+
/** Current provisioning status */
|
|
13395
|
+
status: TenantProvisioningStatusEnum,
|
|
13396
|
+
/** Deployment region */
|
|
13397
|
+
region: TenantRegionSchema,
|
|
13398
|
+
/** Active subscription plan */
|
|
13399
|
+
plan: TenantPlanSchema,
|
|
13400
|
+
/** Provisioning pipeline steps with status */
|
|
13401
|
+
steps: z.array(ProvisioningStepSchema).default([]).describe("Pipeline step statuses"),
|
|
13402
|
+
/** Total provisioning duration in milliseconds */
|
|
13403
|
+
totalDurationMs: z.number().int().min(0).optional().describe("Total provisioning duration"),
|
|
13404
|
+
/** Provisioned timestamp (ISO 8601) */
|
|
13405
|
+
provisionedAt: z.string().datetime().optional().describe("Provisioning completion time"),
|
|
13406
|
+
/** Error message if provisioning failed */
|
|
13407
|
+
error: z.string().optional().describe("Error message on failure")
|
|
13408
|
+
}).describe("Tenant provisioning result");
|
|
13409
|
+
var DeployStatusEnum = z.enum([
|
|
13410
|
+
"validating",
|
|
13411
|
+
// Zod schema validation in progress
|
|
13412
|
+
"diffing",
|
|
13413
|
+
// Comparing desired state vs current state
|
|
13414
|
+
"migrating",
|
|
13415
|
+
// Executing DDL statements
|
|
13416
|
+
"registering",
|
|
13417
|
+
// Updating metadata registry
|
|
13418
|
+
"ready",
|
|
13419
|
+
// Deployment complete and live
|
|
13420
|
+
"failed",
|
|
13421
|
+
// Deployment failed at some stage
|
|
13422
|
+
"rolling_back"
|
|
13423
|
+
// Rollback in progress
|
|
13424
|
+
]).describe("Deployment lifecycle status");
|
|
13425
|
+
var SchemaChangeSchema = z.object({
|
|
13426
|
+
/** Type of entity being changed */
|
|
13427
|
+
entityType: z.enum(["object", "field", "index", "view", "flow", "permission"]).describe("Entity type"),
|
|
13428
|
+
/** Name of the entity */
|
|
13429
|
+
entityName: z.string().min(1).describe("Entity name"),
|
|
13430
|
+
/** Parent entity name (e.g., object name for a field change) */
|
|
13431
|
+
parentEntity: z.string().optional().describe("Parent entity name"),
|
|
13432
|
+
/** Type of change */
|
|
13433
|
+
changeType: z.enum(["added", "modified", "removed"]).describe("Change type"),
|
|
13434
|
+
/** Previous value (for modified/removed) */
|
|
13435
|
+
oldValue: z.unknown().optional().describe("Previous value"),
|
|
13436
|
+
/** New value (for added/modified) */
|
|
13437
|
+
newValue: z.unknown().optional().describe("New value")
|
|
13438
|
+
}).describe("Individual schema change");
|
|
13439
|
+
var DeployDiffSchema = z.object({
|
|
13440
|
+
/** List of all schema changes */
|
|
13441
|
+
changes: z.array(SchemaChangeSchema).default([]).describe("List of schema changes"),
|
|
13442
|
+
/** Summary counts */
|
|
13443
|
+
summary: z.object({
|
|
13444
|
+
added: z.number().int().min(0).default(0).describe("Number of added entities"),
|
|
13445
|
+
modified: z.number().int().min(0).default(0).describe("Number of modified entities"),
|
|
13446
|
+
removed: z.number().int().min(0).default(0).describe("Number of removed entities")
|
|
13447
|
+
}).describe("Change summary counts"),
|
|
13448
|
+
/** Whether the diff contains breaking changes (e.g., column removal) */
|
|
13449
|
+
hasBreakingChanges: z.boolean().default(false).describe("Whether diff contains breaking changes")
|
|
13450
|
+
}).describe("Schema diff between current and desired state");
|
|
13451
|
+
var MigrationStatementSchema = z.object({
|
|
13452
|
+
/** SQL DDL statement to execute */
|
|
13453
|
+
sql: z.string().min(1).describe("SQL DDL statement"),
|
|
13454
|
+
/** Whether this statement is reversible */
|
|
13455
|
+
reversible: z.boolean().default(true).describe("Whether the statement can be reversed"),
|
|
13456
|
+
/** Reverse SQL statement (for rollback) */
|
|
13457
|
+
rollbackSql: z.string().optional().describe("Reverse SQL for rollback"),
|
|
13458
|
+
/** Execution order (lower = earlier) */
|
|
13459
|
+
order: z.number().int().min(0).describe("Execution order")
|
|
13460
|
+
}).describe("Single DDL migration statement");
|
|
13461
|
+
var MigrationPlanSchema = z.object({
|
|
13462
|
+
/** Ordered list of migration statements */
|
|
13463
|
+
statements: z.array(MigrationStatementSchema).default([]).describe("Ordered DDL statements"),
|
|
13464
|
+
/** SQL dialect the statements are written for */
|
|
13465
|
+
dialect: z.string().min(1).describe("Target SQL dialect"),
|
|
13466
|
+
/** Whether the entire plan is reversible */
|
|
13467
|
+
reversible: z.boolean().default(true).describe("Whether the plan can be fully rolled back"),
|
|
13468
|
+
/** Estimated execution time in milliseconds */
|
|
13469
|
+
estimatedDurationMs: z.number().int().min(0).optional().describe("Estimated execution time")
|
|
13470
|
+
}).describe("Ordered migration plan");
|
|
13471
|
+
var DeployValidationIssueSchema = z.object({
|
|
13472
|
+
/** Severity of the issue */
|
|
13473
|
+
severity: z.enum(["error", "warning", "info"]).describe("Issue severity"),
|
|
13474
|
+
/** Entity path where the issue was found */
|
|
13475
|
+
path: z.string().describe("Entity path (e.g., objects.project_task.fields.name)"),
|
|
13476
|
+
/** Human-readable issue description */
|
|
13477
|
+
message: z.string().describe("Issue description"),
|
|
13478
|
+
/** Zod error code if applicable */
|
|
13479
|
+
code: z.string().optional().describe("Validation error code")
|
|
13480
|
+
}).describe("Validation issue");
|
|
13481
|
+
var DeployValidationResultSchema = z.object({
|
|
13482
|
+
/** Whether the bundle passed validation */
|
|
13483
|
+
valid: z.boolean().describe("Whether the bundle is valid"),
|
|
13484
|
+
/** List of validation issues */
|
|
13485
|
+
issues: z.array(DeployValidationIssueSchema).default([]).describe("Validation issues"),
|
|
13486
|
+
/** Number of errors */
|
|
13487
|
+
errorCount: z.number().int().min(0).default(0).describe("Number of errors"),
|
|
13488
|
+
/** Number of warnings */
|
|
13489
|
+
warningCount: z.number().int().min(0).default(0).describe("Number of warnings")
|
|
13490
|
+
}).describe("Bundle validation result");
|
|
13491
|
+
var DeployManifestSchema = z.object({
|
|
13492
|
+
/** Deployment version (semver) */
|
|
13493
|
+
version: z.string().min(1).describe("Deployment version"),
|
|
13494
|
+
/** SHA256 checksum of the bundle contents */
|
|
13495
|
+
checksum: z.string().optional().describe("SHA256 checksum"),
|
|
13496
|
+
/** Object definitions included in this deployment */
|
|
13497
|
+
objects: z.array(z.string()).default([]).describe("Object names included"),
|
|
13498
|
+
/** View definitions included */
|
|
13499
|
+
views: z.array(z.string()).default([]).describe("View names included"),
|
|
13500
|
+
/** Flow definitions included */
|
|
13501
|
+
flows: z.array(z.string()).default([]).describe("Flow names included"),
|
|
13502
|
+
/** Permission definitions included */
|
|
13503
|
+
permissions: z.array(z.string()).default([]).describe("Permission names included"),
|
|
13504
|
+
/** Timestamp of bundle creation (ISO 8601) */
|
|
13505
|
+
createdAt: z.string().datetime().optional().describe("Bundle creation time")
|
|
13506
|
+
}).describe("Deployment manifest");
|
|
13507
|
+
var DeployBundleSchema = z.object({
|
|
13508
|
+
/** Bundle manifest with version and contents list */
|
|
13509
|
+
manifest: DeployManifestSchema,
|
|
13510
|
+
/** Object definitions (JSON-serialized ObjectStack objects) */
|
|
13511
|
+
objects: z.array(z.record(z.string(), z.unknown())).default([]).describe("Object definitions"),
|
|
13512
|
+
/** View definitions */
|
|
13513
|
+
views: z.array(z.record(z.string(), z.unknown())).default([]).describe("View definitions"),
|
|
13514
|
+
/** Flow definitions */
|
|
13515
|
+
flows: z.array(z.record(z.string(), z.unknown())).default([]).describe("Flow definitions"),
|
|
13516
|
+
/** Permission definitions */
|
|
13517
|
+
permissions: z.array(z.record(z.string(), z.unknown())).default([]).describe("Permission definitions"),
|
|
13518
|
+
/** Seed data records to populate after schema migration */
|
|
13519
|
+
seedData: z.array(z.record(z.string(), z.unknown())).default([]).describe("Seed data records")
|
|
13520
|
+
}).describe("Deploy bundle containing all metadata for deployment");
|
|
13521
|
+
var AppManifestSchema = z.object({
|
|
13522
|
+
/** Unique app identifier (snake_case) */
|
|
13523
|
+
name: z.string().regex(/^[a-z_][a-z0-9_]*$/).describe("App identifier (snake_case)"),
|
|
13524
|
+
/** Display label for the app */
|
|
13525
|
+
label: z.string().min(1).describe("App display label"),
|
|
13526
|
+
/** App version (semver) */
|
|
13527
|
+
version: z.string().min(1).describe("App version (semver)"),
|
|
13528
|
+
/** App description */
|
|
13529
|
+
description: z.string().optional().describe("App description"),
|
|
13530
|
+
/** Minimum kernel version required */
|
|
13531
|
+
minKernelVersion: z.string().optional().describe("Minimum required kernel version"),
|
|
13532
|
+
/** Object definitions provided by this app */
|
|
13533
|
+
objects: z.array(z.string()).default([]).describe("Object names provided"),
|
|
13534
|
+
/** View definitions provided */
|
|
13535
|
+
views: z.array(z.string()).default([]).describe("View names provided"),
|
|
13536
|
+
/** Flow definitions provided */
|
|
13537
|
+
flows: z.array(z.string()).default([]).describe("Flow names provided"),
|
|
13538
|
+
/** Whether seed data is included */
|
|
13539
|
+
hasSeedData: z.boolean().default(false).describe("Whether app includes seed data"),
|
|
13540
|
+
/** Seed data records to populate on install */
|
|
13541
|
+
seedData: z.array(z.record(z.string(), z.unknown())).default([]).describe("Seed data records"),
|
|
13542
|
+
/** App dependencies (other apps that must be installed first) */
|
|
13543
|
+
dependencies: z.array(z.string()).default([]).describe("Required app dependencies")
|
|
13544
|
+
}).describe("App manifest for marketplace installation");
|
|
13545
|
+
var AppCompatibilityCheckSchema = z.object({
|
|
13546
|
+
/** Whether the app is compatible with the current environment */
|
|
13547
|
+
compatible: z.boolean().describe("Whether the app is compatible"),
|
|
13548
|
+
/** Compatibility issues found */
|
|
13549
|
+
issues: z.array(z.object({
|
|
13550
|
+
/** Issue severity */
|
|
13551
|
+
severity: z.enum(["error", "warning"]).describe("Issue severity"),
|
|
13552
|
+
/** Issue description */
|
|
13553
|
+
message: z.string().describe("Issue description"),
|
|
13554
|
+
/** Issue category */
|
|
13555
|
+
category: z.enum([
|
|
13556
|
+
"kernel_version",
|
|
13557
|
+
// Kernel version mismatch
|
|
13558
|
+
"object_conflict",
|
|
13559
|
+
// Object name already exists
|
|
13560
|
+
"dependency_missing",
|
|
13561
|
+
// Required dependency not installed
|
|
13562
|
+
"quota_exceeded"
|
|
13563
|
+
// Tenant quota would be exceeded
|
|
13564
|
+
]).describe("Issue category")
|
|
13565
|
+
})).default([]).describe("Compatibility issues")
|
|
13566
|
+
}).describe("App compatibility check result");
|
|
13567
|
+
var AppInstallRequestSchema = z.object({
|
|
13568
|
+
/** Target tenant ID */
|
|
13569
|
+
tenantId: z.string().min(1).describe("Target tenant ID"),
|
|
13570
|
+
/** App identifier to install */
|
|
13571
|
+
appId: z.string().min(1).describe("App identifier"),
|
|
13572
|
+
/** Optional configuration overrides */
|
|
13573
|
+
configOverrides: z.record(z.string(), z.unknown()).optional().describe("Configuration overrides"),
|
|
13574
|
+
/** Whether to skip seed data */
|
|
13575
|
+
skipSeedData: z.boolean().default(false).describe("Skip seed data population")
|
|
13576
|
+
}).describe("App install request");
|
|
13577
|
+
var AppInstallResultSchema = z.object({
|
|
13578
|
+
/** Whether the installation succeeded */
|
|
13579
|
+
success: z.boolean().describe("Whether installation succeeded"),
|
|
13580
|
+
/** App identifier that was installed */
|
|
13581
|
+
appId: z.string().describe("Installed app identifier"),
|
|
13582
|
+
/** App version installed */
|
|
13583
|
+
version: z.string().describe("Installed app version"),
|
|
13584
|
+
/** Objects created or updated */
|
|
13585
|
+
installedObjects: z.array(z.string()).default([]).describe("Objects created/updated"),
|
|
13586
|
+
/** Tables created in the database */
|
|
13587
|
+
createdTables: z.array(z.string()).default([]).describe("Database tables created"),
|
|
13588
|
+
/** Number of seed records inserted */
|
|
13589
|
+
seededRecords: z.number().int().min(0).default(0).describe("Seed records inserted"),
|
|
13590
|
+
/** Installation duration in milliseconds */
|
|
13591
|
+
durationMs: z.number().int().min(0).optional().describe("Installation duration"),
|
|
13592
|
+
/** Error message if installation failed */
|
|
13593
|
+
error: z.string().optional().describe("Error message on failure")
|
|
13594
|
+
}).describe("App install result");
|
|
12238
13595
|
|
|
12239
13596
|
// src/system/constants/paths.ts
|
|
12240
13597
|
var PKG_CONVENTIONS = {
|
|
@@ -12584,6 +13941,7 @@ __export(kernel_exports, {
|
|
|
12584
13941
|
ServiceUnregisteredEventSchema: () => ServiceUnregisteredEventSchema,
|
|
12585
13942
|
StartupOptionsSchema: () => StartupOptionsSchema,
|
|
12586
13943
|
StartupOrchestrationResultSchema: () => StartupOrchestrationResultSchema,
|
|
13944
|
+
TenantRuntimeContextSchema: () => TenantRuntimeContextSchema,
|
|
12587
13945
|
UninstallPackageRequestSchema: () => UninstallPackageRequestSchema,
|
|
12588
13946
|
UninstallPackageResponseSchema: () => UninstallPackageResponseSchema,
|
|
12589
13947
|
UpgradeContextSchema: () => UpgradeContextSchema,
|
|
@@ -12927,6 +14285,18 @@ var KernelContextSchema = z.object({
|
|
|
12927
14285
|
*/
|
|
12928
14286
|
previewMode: PreviewModeConfigSchema.optional().describe('Preview/demo mode configuration (used when mode is "preview")')
|
|
12929
14287
|
});
|
|
14288
|
+
var TenantRuntimeContextSchema = KernelContextSchema.extend({
|
|
14289
|
+
/** Unique tenant identifier resolved from the current session */
|
|
14290
|
+
tenantId: z.string().min(1).describe("Resolved tenant identifier"),
|
|
14291
|
+
/** Tenant subscription plan */
|
|
14292
|
+
tenantPlan: z.enum(["free", "pro", "enterprise"]).describe("Tenant subscription plan"),
|
|
14293
|
+
/** Tenant deployment region */
|
|
14294
|
+
tenantRegion: z.string().optional().describe("Tenant deployment region"),
|
|
14295
|
+
/** Tenant database connection URL */
|
|
14296
|
+
tenantDbUrl: z.string().min(1).describe("Tenant database connection URL"),
|
|
14297
|
+
/** Optional tenant quotas for the current plan */
|
|
14298
|
+
tenantQuotas: TenantQuotaSchema.optional().describe("Tenant resource quotas")
|
|
14299
|
+
}).describe("Tenant-aware kernel runtime context");
|
|
12930
14300
|
var DependencyStatusEnum = z.enum([
|
|
12931
14301
|
"satisfied",
|
|
12932
14302
|
// Already installed and version compatible
|
|
@@ -25514,6 +26884,7 @@ __export(api_exports, {
|
|
|
25514
26884
|
GraphQLScalarType: () => GraphQLScalarType,
|
|
25515
26885
|
GraphQLSubscriptionConfigSchema: () => GraphQLSubscriptionConfigSchema,
|
|
25516
26886
|
GraphQLTypeConfigSchema: () => GraphQLTypeConfigSchema,
|
|
26887
|
+
HttpFindQueryParamsSchema: () => HttpFindQueryParamsSchema,
|
|
25517
26888
|
HttpMethod: () => HttpMethod,
|
|
25518
26889
|
HttpStatusCode: () => HttpStatusCode,
|
|
25519
26890
|
IdRequestSchema: () => IdRequestSchema,
|
|
@@ -27969,9 +29340,26 @@ var FindDataResponseSchema = z.object({
|
|
|
27969
29340
|
nextCursor: z.string().optional().describe("Cursor for the next page of results (cursor-based pagination)."),
|
|
27970
29341
|
hasMore: z.boolean().optional().describe("True if there are more records available (pagination).")
|
|
27971
29342
|
});
|
|
29343
|
+
var HttpFindQueryParamsSchema = z.object({
|
|
29344
|
+
/** @canonical Singular form — the standard going forward. JSON string of filter expression or AST. */
|
|
29345
|
+
filter: z.string().optional().describe("JSON-encoded filter expression (canonical, singular)."),
|
|
29346
|
+
/** @deprecated Use `filter` (singular). Accepted for backward compatibility. */
|
|
29347
|
+
filters: z.string().optional().describe("JSON-encoded filter expression (deprecated plural alias)."),
|
|
29348
|
+
select: z.string().optional().describe("Comma-separated list of fields to retrieve."),
|
|
29349
|
+
sort: z.string().optional().describe('Sort expression (e.g. "name asc,created_at desc" or "-created_at").'),
|
|
29350
|
+
orderBy: z.string().optional().describe("Alias for sort (OData compatibility)."),
|
|
29351
|
+
top: z.coerce.number().optional().describe("Max records to return (limit)."),
|
|
29352
|
+
skip: z.coerce.number().optional().describe("Records to skip (offset)."),
|
|
29353
|
+
expand: z.string().optional().describe("Comma-separated list of relations to eager-load."),
|
|
29354
|
+
search: z.string().optional().describe("Full-text search query."),
|
|
29355
|
+
distinct: z.coerce.boolean().optional().describe("SELECT DISTINCT flag."),
|
|
29356
|
+
count: z.coerce.boolean().optional().describe("Include total count in response.")
|
|
29357
|
+
});
|
|
27972
29358
|
var GetDataRequestSchema = z.object({
|
|
27973
29359
|
object: z.string().describe("The object name."),
|
|
27974
|
-
id: z.string().describe("The unique record identifier (primary key).")
|
|
29360
|
+
id: z.string().describe("The unique record identifier (primary key)."),
|
|
29361
|
+
select: z.array(z.string()).optional().describe("Fields to include in the response (allowlisted query param)."),
|
|
29362
|
+
expand: z.array(z.string()).optional().describe("Relations to eager-load (allowlisted query param).")
|
|
27975
29363
|
});
|
|
27976
29364
|
var GetDataResponseSchema = z.object({
|
|
27977
29365
|
object: z.string().describe("The object name."),
|
|
@@ -34072,7 +35460,7 @@ __export(integration_exports, {
|
|
|
34072
35460
|
DataSyncConfigSchema: () => DataSyncConfigSchema2,
|
|
34073
35461
|
DatabaseConnectorSchema: () => DatabaseConnectorSchema,
|
|
34074
35462
|
DatabasePoolConfigSchema: () => DatabasePoolConfigSchema,
|
|
34075
|
-
DatabaseProviderSchema: () =>
|
|
35463
|
+
DatabaseProviderSchema: () => DatabaseProviderSchema2,
|
|
34076
35464
|
DatabaseTableSchema: () => DatabaseTableSchema,
|
|
34077
35465
|
DeliveryGuaranteeSchema: () => DeliveryGuaranteeSchema,
|
|
34078
35466
|
DeploymentConfigSchema: () => DeploymentConfigSchema,
|
|
@@ -34741,7 +36129,7 @@ var hubspotConnectorExample = {
|
|
|
34741
36129
|
status: "active",
|
|
34742
36130
|
enabled: true
|
|
34743
36131
|
};
|
|
34744
|
-
var
|
|
36132
|
+
var DatabaseProviderSchema2 = z.enum([
|
|
34745
36133
|
"postgresql",
|
|
34746
36134
|
"mysql",
|
|
34747
36135
|
"mariadb",
|
|
@@ -34804,7 +36192,7 @@ var DatabaseConnectorSchema = ConnectorSchema2.extend({
|
|
|
34804
36192
|
/**
|
|
34805
36193
|
* Database provider
|
|
34806
36194
|
*/
|
|
34807
|
-
provider:
|
|
36195
|
+
provider: DatabaseProviderSchema2.describe("Database provider type"),
|
|
34808
36196
|
/**
|
|
34809
36197
|
* Connection configuration
|
|
34810
36198
|
*/
|
|
@@ -37418,6 +38806,68 @@ function validateCrossReferences(config) {
|
|
|
37418
38806
|
}
|
|
37419
38807
|
}
|
|
37420
38808
|
}
|
|
38809
|
+
if (config.data) {
|
|
38810
|
+
for (const dataset of config.data) {
|
|
38811
|
+
if (dataset.object && !objectNames.has(dataset.object)) {
|
|
38812
|
+
errors.push(
|
|
38813
|
+
`Seed data references object '${dataset.object}' which is not defined in objects.`
|
|
38814
|
+
);
|
|
38815
|
+
}
|
|
38816
|
+
}
|
|
38817
|
+
}
|
|
38818
|
+
if (config.apps) {
|
|
38819
|
+
const dashboardNames = /* @__PURE__ */ new Set();
|
|
38820
|
+
if (config.dashboards) {
|
|
38821
|
+
for (const d of config.dashboards) {
|
|
38822
|
+
dashboardNames.add(d.name);
|
|
38823
|
+
}
|
|
38824
|
+
}
|
|
38825
|
+
const pageNames = /* @__PURE__ */ new Set();
|
|
38826
|
+
if (config.pages) {
|
|
38827
|
+
for (const p of config.pages) {
|
|
38828
|
+
pageNames.add(p.name);
|
|
38829
|
+
}
|
|
38830
|
+
}
|
|
38831
|
+
const reportNames = /* @__PURE__ */ new Set();
|
|
38832
|
+
if (config.reports) {
|
|
38833
|
+
for (const r of config.reports) {
|
|
38834
|
+
reportNames.add(r.name);
|
|
38835
|
+
}
|
|
38836
|
+
}
|
|
38837
|
+
for (const app of config.apps) {
|
|
38838
|
+
if (!app.navigation) continue;
|
|
38839
|
+
const checkNavItems = (items, appName) => {
|
|
38840
|
+
for (const item of items) {
|
|
38841
|
+
if (!item || typeof item !== "object") continue;
|
|
38842
|
+
const nav = item;
|
|
38843
|
+
if (nav.type === "object" && typeof nav.objectName === "string" && !objectNames.has(nav.objectName)) {
|
|
38844
|
+
errors.push(
|
|
38845
|
+
`App '${appName}' navigation references object '${nav.objectName}' which is not defined in objects.`
|
|
38846
|
+
);
|
|
38847
|
+
}
|
|
38848
|
+
if (nav.type === "dashboard" && typeof nav.dashboardName === "string" && dashboardNames.size > 0 && !dashboardNames.has(nav.dashboardName)) {
|
|
38849
|
+
errors.push(
|
|
38850
|
+
`App '${appName}' navigation references dashboard '${nav.dashboardName}' which is not defined in dashboards.`
|
|
38851
|
+
);
|
|
38852
|
+
}
|
|
38853
|
+
if (nav.type === "page" && typeof nav.pageName === "string" && pageNames.size > 0 && !pageNames.has(nav.pageName)) {
|
|
38854
|
+
errors.push(
|
|
38855
|
+
`App '${appName}' navigation references page '${nav.pageName}' which is not defined in pages.`
|
|
38856
|
+
);
|
|
38857
|
+
}
|
|
38858
|
+
if (nav.type === "report" && typeof nav.reportName === "string" && reportNames.size > 0 && !reportNames.has(nav.reportName)) {
|
|
38859
|
+
errors.push(
|
|
38860
|
+
`App '${appName}' navigation references report '${nav.reportName}' which is not defined in reports.`
|
|
38861
|
+
);
|
|
38862
|
+
}
|
|
38863
|
+
if (nav.type === "group" && Array.isArray(nav.children)) {
|
|
38864
|
+
checkNavItems(nav.children, appName);
|
|
38865
|
+
}
|
|
38866
|
+
}
|
|
38867
|
+
};
|
|
38868
|
+
checkNavItems(app.navigation, app.name);
|
|
38869
|
+
}
|
|
38870
|
+
}
|
|
37421
38871
|
return errors;
|
|
37422
38872
|
}
|
|
37423
38873
|
function defineStack(config, options) {
|