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