@objectstack/spec 3.0.9 → 3.0.11
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/system/index.mjs
CHANGED
|
@@ -660,6 +660,14 @@ var HttpMethod = z.enum([
|
|
|
660
660
|
"HEAD",
|
|
661
661
|
"OPTIONS"
|
|
662
662
|
]);
|
|
663
|
+
var HttpMethodSchema = z.enum(["GET", "POST", "PUT", "PATCH", "DELETE"]);
|
|
664
|
+
z.object({
|
|
665
|
+
url: z.string().describe("API endpoint URL"),
|
|
666
|
+
method: HttpMethodSchema.optional().default("GET").describe("HTTP method"),
|
|
667
|
+
headers: z.record(z.string(), z.string()).optional().describe("Custom HTTP headers"),
|
|
668
|
+
params: z.record(z.string(), z.unknown()).optional().describe("Query parameters"),
|
|
669
|
+
body: z.unknown().optional().describe("Request body for POST/PUT/PATCH")
|
|
670
|
+
});
|
|
663
671
|
var CorsConfigSchema = z.object({
|
|
664
672
|
/**
|
|
665
673
|
* Enable CORS
|
|
@@ -3111,6 +3119,70 @@ var TracingConfigSchema = z.object({
|
|
|
3111
3119
|
exportInterval: z.number().int().positive().optional().default(5e3)
|
|
3112
3120
|
}).optional()
|
|
3113
3121
|
}).describe("Tracing configuration");
|
|
3122
|
+
var DataClassificationSchema = z.enum([
|
|
3123
|
+
"pii",
|
|
3124
|
+
"phi",
|
|
3125
|
+
"pci",
|
|
3126
|
+
"financial",
|
|
3127
|
+
"confidential",
|
|
3128
|
+
"internal",
|
|
3129
|
+
"public"
|
|
3130
|
+
]).describe("Data classification level");
|
|
3131
|
+
var ComplianceFrameworkSchema = z.enum([
|
|
3132
|
+
"gdpr",
|
|
3133
|
+
"hipaa",
|
|
3134
|
+
"sox",
|
|
3135
|
+
"pci_dss",
|
|
3136
|
+
"ccpa",
|
|
3137
|
+
"iso27001"
|
|
3138
|
+
]).describe("Compliance framework identifier");
|
|
3139
|
+
var ComplianceAuditRequirementSchema = z.object({
|
|
3140
|
+
framework: ComplianceFrameworkSchema.describe("Compliance framework identifier"),
|
|
3141
|
+
requiredEvents: z.array(z.string()).describe('Audit event types required by this framework (e.g., "data.delete", "auth.login")'),
|
|
3142
|
+
retentionDays: z.number().min(1).describe("Minimum audit log retention period required by this framework (in days)"),
|
|
3143
|
+
alertOnMissing: z.boolean().default(true).describe("Raise alert if a required audit event is not being captured")
|
|
3144
|
+
}).describe("Compliance framework audit event requirements");
|
|
3145
|
+
var ComplianceEncryptionRequirementSchema = z.object({
|
|
3146
|
+
framework: ComplianceFrameworkSchema.describe("Compliance framework identifier"),
|
|
3147
|
+
dataClassifications: z.array(DataClassificationSchema).describe("Data classifications that must be encrypted under this framework"),
|
|
3148
|
+
minimumAlgorithm: z.enum(["aes-256-gcm", "aes-256-cbc", "chacha20-poly1305"]).default("aes-256-gcm").describe("Minimum encryption algorithm strength required"),
|
|
3149
|
+
keyRotationMaxDays: z.number().min(1).default(90).describe("Maximum key rotation interval required (in days)")
|
|
3150
|
+
}).describe("Compliance framework encryption requirements");
|
|
3151
|
+
var MaskingVisibilityRuleSchema = z.object({
|
|
3152
|
+
dataClassification: DataClassificationSchema.describe("Data classification this rule applies to"),
|
|
3153
|
+
defaultMasked: z.boolean().default(true).describe("Whether data is masked by default"),
|
|
3154
|
+
unmaskRoles: z.array(z.string()).optional().describe("Roles allowed to view unmasked data"),
|
|
3155
|
+
auditUnmask: z.boolean().default(true).describe("Log an audit event when data is unmasked"),
|
|
3156
|
+
requireApproval: z.boolean().default(false).describe("Require explicit approval before unmasking"),
|
|
3157
|
+
approvalRoles: z.array(z.string()).optional().describe("Roles that can approve unmasking requests")
|
|
3158
|
+
}).describe("Masking visibility and audit rule per data classification");
|
|
3159
|
+
var SecurityEventCorrelationSchema = z.object({
|
|
3160
|
+
enabled: z.boolean().default(true).describe("Enable cross-subsystem security event correlation"),
|
|
3161
|
+
correlationId: z.boolean().default(true).describe("Inject a shared correlation ID into audit, encryption, and masking events"),
|
|
3162
|
+
linkAuthToAudit: z.boolean().default(true).describe("Link authentication events to subsequent data operation audit trails"),
|
|
3163
|
+
linkEncryptionToAudit: z.boolean().default(true).describe("Log encryption/decryption operations in the audit trail"),
|
|
3164
|
+
linkMaskingToAudit: z.boolean().default(true).describe("Log masking/unmasking operations in the audit trail")
|
|
3165
|
+
}).describe("Cross-subsystem security event correlation configuration");
|
|
3166
|
+
var DataClassificationPolicySchema = z.object({
|
|
3167
|
+
classification: DataClassificationSchema.describe("Data classification level"),
|
|
3168
|
+
requireEncryption: z.boolean().default(false).describe("Encryption required for this classification"),
|
|
3169
|
+
requireMasking: z.boolean().default(false).describe("Masking required for this classification"),
|
|
3170
|
+
requireAudit: z.boolean().default(false).describe("Audit trail required for access to this classification"),
|
|
3171
|
+
retentionDays: z.number().optional().describe("Data retention limit in days (for compliance)")
|
|
3172
|
+
}).describe("Security policy for a specific data classification level");
|
|
3173
|
+
var SecurityContextConfigSchema = z.object({
|
|
3174
|
+
enabled: z.boolean().default(true).describe("Enable unified security context governance"),
|
|
3175
|
+
complianceAuditRequirements: z.array(ComplianceAuditRequirementSchema).optional().describe("Compliance-driven audit event requirements"),
|
|
3176
|
+
complianceEncryptionRequirements: z.array(ComplianceEncryptionRequirementSchema).optional().describe("Compliance-driven encryption requirements by data classification"),
|
|
3177
|
+
maskingVisibility: z.array(MaskingVisibilityRuleSchema).optional().describe("Masking visibility rules per data classification"),
|
|
3178
|
+
dataClassifications: z.array(DataClassificationPolicySchema).optional().describe("Data classification policies for unified security enforcement"),
|
|
3179
|
+
eventCorrelation: SecurityEventCorrelationSchema.optional().describe("Cross-subsystem security event correlation settings"),
|
|
3180
|
+
enforceOnWrite: z.boolean().default(true).describe("Enforce encryption and masking requirements on data write operations"),
|
|
3181
|
+
enforceOnRead: z.boolean().default(true).describe("Enforce masking and audit requirements on data read operations"),
|
|
3182
|
+
failOpen: z.boolean().default(false).describe("When false (default), deny access if security context cannot be evaluated")
|
|
3183
|
+
}).describe("Unified security context governance configuration");
|
|
3184
|
+
|
|
3185
|
+
// src/system/change-management.zod.ts
|
|
3114
3186
|
var ChangeTypeSchema = z.enum([
|
|
3115
3187
|
"standard",
|
|
3116
3188
|
// Pre-approved, low-risk changes
|
|
@@ -3285,6 +3357,39 @@ var ChangeRequestSchema = z.object({
|
|
|
3285
3357
|
*/
|
|
3286
3358
|
actualEnd: z.number().optional().describe("Actual end time")
|
|
3287
3359
|
}).optional().describe("Schedule"),
|
|
3360
|
+
/**
|
|
3361
|
+
* Security impact assessment for the change (A.8.32)
|
|
3362
|
+
*/
|
|
3363
|
+
securityImpact: z.object({
|
|
3364
|
+
/**
|
|
3365
|
+
* Whether a security impact assessment has been performed
|
|
3366
|
+
*/
|
|
3367
|
+
assessed: z.boolean().describe("Whether security impact has been assessed"),
|
|
3368
|
+
/**
|
|
3369
|
+
* Security risk level of this change
|
|
3370
|
+
*/
|
|
3371
|
+
riskLevel: z.enum(["none", "low", "medium", "high", "critical"]).optional().describe("Security risk level"),
|
|
3372
|
+
/**
|
|
3373
|
+
* Data classifications affected by this change
|
|
3374
|
+
*/
|
|
3375
|
+
affectedDataClassifications: z.array(DataClassificationSchema).optional().describe("Affected data classifications"),
|
|
3376
|
+
/**
|
|
3377
|
+
* Whether the change requires security team approval
|
|
3378
|
+
*/
|
|
3379
|
+
requiresSecurityApproval: z.boolean().default(false).describe("Whether security team approval is required"),
|
|
3380
|
+
/**
|
|
3381
|
+
* Security reviewer user ID
|
|
3382
|
+
*/
|
|
3383
|
+
reviewedBy: z.string().optional().describe("Security reviewer user ID"),
|
|
3384
|
+
/**
|
|
3385
|
+
* Security review completion timestamp (Unix milliseconds)
|
|
3386
|
+
*/
|
|
3387
|
+
reviewedAt: z.number().optional().describe("Security review timestamp"),
|
|
3388
|
+
/**
|
|
3389
|
+
* Security review notes or conditions
|
|
3390
|
+
*/
|
|
3391
|
+
reviewNotes: z.string().optional().describe("Security review notes or conditions")
|
|
3392
|
+
}).optional().describe("Security impact assessment per ISO 27001:2022 A.8.32"),
|
|
3288
3393
|
/**
|
|
3289
3394
|
* Approval workflow configuration
|
|
3290
3395
|
*/
|
|
@@ -4239,81 +4344,648 @@ var AuditLogConfigSchema = z.object({
|
|
|
4239
4344
|
"failed-login"
|
|
4240
4345
|
])).describe("Event types to capture in the audit log")
|
|
4241
4346
|
}).describe("Audit log configuration for compliance and security monitoring");
|
|
4347
|
+
var AuditFindingSeveritySchema = z.enum([
|
|
4348
|
+
"critical",
|
|
4349
|
+
// Immediate remediation required
|
|
4350
|
+
"major",
|
|
4351
|
+
// Significant non-conformity
|
|
4352
|
+
"minor",
|
|
4353
|
+
// Minor non-conformity
|
|
4354
|
+
"observation"
|
|
4355
|
+
// Improvement opportunity
|
|
4356
|
+
]);
|
|
4357
|
+
var AuditFindingStatusSchema = z.enum([
|
|
4358
|
+
"open",
|
|
4359
|
+
// Finding identified, not yet addressed
|
|
4360
|
+
"in_remediation",
|
|
4361
|
+
// Remediation in progress
|
|
4362
|
+
"remediated",
|
|
4363
|
+
// Remediation completed, pending verification
|
|
4364
|
+
"verified",
|
|
4365
|
+
// Remediation verified and accepted
|
|
4366
|
+
"accepted_risk",
|
|
4367
|
+
// Risk accepted by management
|
|
4368
|
+
"closed"
|
|
4369
|
+
// Finding closed
|
|
4370
|
+
]);
|
|
4371
|
+
var AuditFindingSchema = z.object({
|
|
4372
|
+
/**
|
|
4373
|
+
* Unique finding identifier
|
|
4374
|
+
*/
|
|
4375
|
+
id: z.string().describe("Unique finding identifier"),
|
|
4376
|
+
/**
|
|
4377
|
+
* Short descriptive title
|
|
4378
|
+
*/
|
|
4379
|
+
title: z.string().describe("Finding title"),
|
|
4380
|
+
/**
|
|
4381
|
+
* Detailed description of the finding
|
|
4382
|
+
*/
|
|
4383
|
+
description: z.string().describe("Finding description"),
|
|
4384
|
+
/**
|
|
4385
|
+
* Finding severity
|
|
4386
|
+
*/
|
|
4387
|
+
severity: AuditFindingSeveritySchema.describe("Finding severity"),
|
|
4388
|
+
/**
|
|
4389
|
+
* Current status
|
|
4390
|
+
*/
|
|
4391
|
+
status: AuditFindingStatusSchema.describe("Finding status"),
|
|
4392
|
+
/**
|
|
4393
|
+
* ISO 27001 control reference (e.g., "A.5.35", "A.8.15")
|
|
4394
|
+
*/
|
|
4395
|
+
controlReference: z.string().optional().describe("ISO 27001 control reference"),
|
|
4396
|
+
/**
|
|
4397
|
+
* Compliance framework
|
|
4398
|
+
*/
|
|
4399
|
+
framework: ComplianceFrameworkSchema.optional().describe("Related compliance framework"),
|
|
4400
|
+
/**
|
|
4401
|
+
* Timestamp when finding was identified (Unix milliseconds)
|
|
4402
|
+
*/
|
|
4403
|
+
identifiedAt: z.number().describe("Identification timestamp"),
|
|
4404
|
+
/**
|
|
4405
|
+
* User or entity who identified the finding
|
|
4406
|
+
*/
|
|
4407
|
+
identifiedBy: z.string().describe("Identifier (auditor name or system)"),
|
|
4408
|
+
/**
|
|
4409
|
+
* Planned remediation actions
|
|
4410
|
+
*/
|
|
4411
|
+
remediationPlan: z.string().optional().describe("Remediation plan"),
|
|
4412
|
+
/**
|
|
4413
|
+
* Remediation deadline (Unix milliseconds)
|
|
4414
|
+
*/
|
|
4415
|
+
remediationDeadline: z.number().optional().describe("Remediation deadline timestamp"),
|
|
4416
|
+
/**
|
|
4417
|
+
* Timestamp when remediation was verified (Unix milliseconds)
|
|
4418
|
+
*/
|
|
4419
|
+
verifiedAt: z.number().optional().describe("Verification timestamp"),
|
|
4420
|
+
/**
|
|
4421
|
+
* Verifier name or role
|
|
4422
|
+
*/
|
|
4423
|
+
verifiedBy: z.string().optional().describe("Verifier name or role"),
|
|
4424
|
+
/**
|
|
4425
|
+
* Notes or comments
|
|
4426
|
+
*/
|
|
4427
|
+
notes: z.string().optional().describe("Additional notes")
|
|
4428
|
+
}).describe("Audit finding with remediation tracking per ISO 27001:2022 A.5.35");
|
|
4429
|
+
var AuditScheduleSchema = z.object({
|
|
4430
|
+
/**
|
|
4431
|
+
* Unique audit schedule identifier
|
|
4432
|
+
*/
|
|
4433
|
+
id: z.string().describe("Unique audit schedule identifier"),
|
|
4434
|
+
/**
|
|
4435
|
+
* Audit title or name
|
|
4436
|
+
*/
|
|
4437
|
+
title: z.string().describe("Audit title"),
|
|
4438
|
+
/**
|
|
4439
|
+
* Scope of areas to audit
|
|
4440
|
+
*/
|
|
4441
|
+
scope: z.array(z.string()).describe("Audit scope areas"),
|
|
4442
|
+
/**
|
|
4443
|
+
* Target compliance framework
|
|
4444
|
+
*/
|
|
4445
|
+
framework: ComplianceFrameworkSchema.describe("Target compliance framework"),
|
|
4446
|
+
/**
|
|
4447
|
+
* Scheduled audit date (Unix milliseconds)
|
|
4448
|
+
*/
|
|
4449
|
+
scheduledAt: z.number().describe("Scheduled audit timestamp"),
|
|
4450
|
+
/**
|
|
4451
|
+
* Actual completion date (Unix milliseconds)
|
|
4452
|
+
*/
|
|
4453
|
+
completedAt: z.number().optional().describe("Completion timestamp"),
|
|
4454
|
+
/**
|
|
4455
|
+
* Assessor name, team, or external firm
|
|
4456
|
+
*/
|
|
4457
|
+
assessor: z.string().describe("Assessor or audit team"),
|
|
4458
|
+
/**
|
|
4459
|
+
* Whether this is an external (independent) audit
|
|
4460
|
+
*/
|
|
4461
|
+
isExternal: z.boolean().default(false).describe("Whether this is an external audit"),
|
|
4462
|
+
/**
|
|
4463
|
+
* Recurrence interval in months (0 = one-time)
|
|
4464
|
+
*/
|
|
4465
|
+
recurrenceMonths: z.number().default(0).describe("Recurrence interval in months (0 = one-time)"),
|
|
4466
|
+
/**
|
|
4467
|
+
* Findings from this audit
|
|
4468
|
+
*/
|
|
4469
|
+
findings: z.array(AuditFindingSchema).optional().describe("Audit findings")
|
|
4470
|
+
}).describe("Audit schedule for independent security reviews per ISO 27001:2022 A.5.35");
|
|
4242
4471
|
var ComplianceConfigSchema = z.object({
|
|
4243
4472
|
gdpr: GDPRConfigSchema.optional().describe("GDPR compliance settings"),
|
|
4244
4473
|
hipaa: HIPAAConfigSchema.optional().describe("HIPAA compliance settings"),
|
|
4245
4474
|
pciDss: PCIDSSConfigSchema.optional().describe("PCI-DSS compliance settings"),
|
|
4246
|
-
auditLog: AuditLogConfigSchema.describe("Audit log configuration")
|
|
4247
|
-
|
|
4248
|
-
|
|
4249
|
-
|
|
4250
|
-
|
|
4251
|
-
|
|
4252
|
-
|
|
4253
|
-
|
|
4254
|
-
|
|
4255
|
-
|
|
4256
|
-
|
|
4257
|
-
|
|
4258
|
-
|
|
4259
|
-
|
|
4260
|
-
|
|
4261
|
-
|
|
4262
|
-
|
|
4263
|
-
|
|
4264
|
-
|
|
4265
|
-
|
|
4266
|
-
|
|
4267
|
-
|
|
4268
|
-
|
|
4269
|
-
|
|
4270
|
-
|
|
4271
|
-
|
|
4272
|
-
|
|
4273
|
-
|
|
4274
|
-
|
|
4275
|
-
|
|
4276
|
-
|
|
4277
|
-
|
|
4278
|
-
|
|
4279
|
-
|
|
4280
|
-
|
|
4281
|
-
|
|
4282
|
-
|
|
4283
|
-
|
|
4284
|
-
|
|
4285
|
-
|
|
4286
|
-
|
|
4287
|
-
|
|
4288
|
-
|
|
4289
|
-
|
|
4290
|
-
|
|
4291
|
-
|
|
4292
|
-
|
|
4293
|
-
|
|
4294
|
-
|
|
4295
|
-
|
|
4296
|
-
|
|
4297
|
-
|
|
4298
|
-
|
|
4299
|
-
|
|
4300
|
-
|
|
4301
|
-
|
|
4302
|
-
|
|
4303
|
-
|
|
4304
|
-
|
|
4305
|
-
|
|
4306
|
-
|
|
4307
|
-
|
|
4308
|
-
|
|
4309
|
-
|
|
4310
|
-
|
|
4311
|
-
|
|
4312
|
-
|
|
4313
|
-
|
|
4314
|
-
|
|
4315
|
-
|
|
4316
|
-
|
|
4475
|
+
auditLog: AuditLogConfigSchema.describe("Audit log configuration"),
|
|
4476
|
+
auditSchedules: z.array(AuditScheduleSchema).optional().describe("Scheduled compliance audits (A.5.35)")
|
|
4477
|
+
}).describe("Unified compliance configuration spanning GDPR, HIPAA, PCI-DSS, and audit governance");
|
|
4478
|
+
var IncidentSeveritySchema = z.enum([
|
|
4479
|
+
"critical",
|
|
4480
|
+
// Immediate threat to business operations or data integrity
|
|
4481
|
+
"high",
|
|
4482
|
+
// Significant impact requiring urgent response
|
|
4483
|
+
"medium",
|
|
4484
|
+
// Moderate impact with controlled response timeline
|
|
4485
|
+
"low"
|
|
4486
|
+
// Minor impact with standard response procedures
|
|
4487
|
+
]);
|
|
4488
|
+
var IncidentCategorySchema = z.enum([
|
|
4489
|
+
"data_breach",
|
|
4490
|
+
// Unauthorized access or disclosure of data
|
|
4491
|
+
"malware",
|
|
4492
|
+
// Malicious software detection
|
|
4493
|
+
"unauthorized_access",
|
|
4494
|
+
// Unauthorized system or data access
|
|
4495
|
+
"denial_of_service",
|
|
4496
|
+
// Service availability attack
|
|
4497
|
+
"social_engineering",
|
|
4498
|
+
// Phishing, pretexting, or manipulation
|
|
4499
|
+
"insider_threat",
|
|
4500
|
+
// Threat originating from internal actors
|
|
4501
|
+
"physical_security",
|
|
4502
|
+
// Physical security breach
|
|
4503
|
+
"configuration_error",
|
|
4504
|
+
// Security misconfiguration
|
|
4505
|
+
"vulnerability_exploit",
|
|
4506
|
+
// Exploitation of known vulnerability
|
|
4507
|
+
"policy_violation",
|
|
4508
|
+
// Violation of security policies
|
|
4509
|
+
"other"
|
|
4510
|
+
// Other security incidents
|
|
4511
|
+
]);
|
|
4512
|
+
var IncidentStatusSchema = z.enum([
|
|
4513
|
+
"reported",
|
|
4514
|
+
// Initial report received
|
|
4515
|
+
"triaged",
|
|
4516
|
+
// Severity and category assessed
|
|
4517
|
+
"investigating",
|
|
4518
|
+
// Active investigation in progress
|
|
4519
|
+
"containing",
|
|
4520
|
+
// Containment measures being applied
|
|
4521
|
+
"eradicating",
|
|
4522
|
+
// Root cause being removed
|
|
4523
|
+
"recovering",
|
|
4524
|
+
// Systems being restored to normal
|
|
4525
|
+
"resolved",
|
|
4526
|
+
// Incident resolved
|
|
4527
|
+
"closed"
|
|
4528
|
+
// Post-incident review complete
|
|
4529
|
+
]);
|
|
4530
|
+
var IncidentResponsePhaseSchema = z.object({
|
|
4531
|
+
/**
|
|
4532
|
+
* Phase name identifier
|
|
4533
|
+
*/
|
|
4534
|
+
phase: z.enum([
|
|
4535
|
+
"identification",
|
|
4536
|
+
"containment",
|
|
4537
|
+
"eradication",
|
|
4538
|
+
"recovery",
|
|
4539
|
+
"lessons_learned"
|
|
4540
|
+
]).describe("Response phase name"),
|
|
4541
|
+
/**
|
|
4542
|
+
* Phase description and objectives
|
|
4543
|
+
*/
|
|
4544
|
+
description: z.string().describe("Phase description and objectives"),
|
|
4545
|
+
/**
|
|
4546
|
+
* Responsible team or role for this phase
|
|
4547
|
+
*/
|
|
4548
|
+
assignedTo: z.string().describe("Responsible team or role"),
|
|
4549
|
+
/**
|
|
4550
|
+
* Target completion time in hours from incident start
|
|
4551
|
+
*/
|
|
4552
|
+
targetHours: z.number().min(0).describe("Target completion time in hours"),
|
|
4553
|
+
/**
|
|
4554
|
+
* Actual completion timestamp (Unix milliseconds)
|
|
4555
|
+
*/
|
|
4556
|
+
completedAt: z.number().optional().describe("Actual completion timestamp"),
|
|
4557
|
+
/**
|
|
4558
|
+
* Notes and findings during this phase
|
|
4559
|
+
*/
|
|
4560
|
+
notes: z.string().optional().describe("Phase notes and findings")
|
|
4561
|
+
}).describe("Incident response phase with timing and assignment");
|
|
4562
|
+
var IncidentNotificationRuleSchema = z.object({
|
|
4563
|
+
/**
|
|
4564
|
+
* Minimum severity level that triggers this notification
|
|
4565
|
+
*/
|
|
4566
|
+
severity: IncidentSeveritySchema.describe("Minimum severity to trigger notification"),
|
|
4567
|
+
/**
|
|
4568
|
+
* Notification channels to use
|
|
4569
|
+
*/
|
|
4570
|
+
channels: z.array(z.enum([
|
|
4571
|
+
"email",
|
|
4572
|
+
"sms",
|
|
4573
|
+
"slack",
|
|
4574
|
+
"pagerduty",
|
|
4575
|
+
"webhook"
|
|
4576
|
+
])).describe("Notification channels"),
|
|
4577
|
+
/**
|
|
4578
|
+
* Roles or teams to notify
|
|
4579
|
+
*/
|
|
4580
|
+
recipients: z.array(z.string()).describe("Roles or teams to notify"),
|
|
4581
|
+
/**
|
|
4582
|
+
* Maximum time in minutes to send notification after incident detection
|
|
4583
|
+
*/
|
|
4584
|
+
withinMinutes: z.number().min(1).describe("Notification deadline in minutes from detection"),
|
|
4585
|
+
/**
|
|
4586
|
+
* Whether to notify external regulators (for data breaches)
|
|
4587
|
+
*/
|
|
4588
|
+
notifyRegulators: z.boolean().default(false).describe("Whether to notify regulatory authorities"),
|
|
4589
|
+
/**
|
|
4590
|
+
* Regulatory notification deadline in hours (e.g., GDPR 72h)
|
|
4591
|
+
*/
|
|
4592
|
+
regulatorDeadlineHours: z.number().optional().describe("Regulatory notification deadline in hours")
|
|
4593
|
+
}).describe("Incident notification rule per severity level");
|
|
4594
|
+
var IncidentNotificationMatrixSchema = z.object({
|
|
4595
|
+
/**
|
|
4596
|
+
* Notification rules ordered by severity
|
|
4597
|
+
*/
|
|
4598
|
+
rules: z.array(IncidentNotificationRuleSchema).describe("Notification rules by severity level"),
|
|
4599
|
+
/**
|
|
4600
|
+
* Default escalation timeout in minutes before auto-escalation
|
|
4601
|
+
*/
|
|
4602
|
+
escalationTimeoutMinutes: z.number().default(30).describe("Auto-escalation timeout in minutes"),
|
|
4603
|
+
/**
|
|
4604
|
+
* Escalation chain: ordered list of roles to escalate to
|
|
4605
|
+
*/
|
|
4606
|
+
escalationChain: z.array(z.string()).default([]).describe("Ordered escalation chain of roles")
|
|
4607
|
+
}).describe("Incident notification matrix with escalation policies");
|
|
4608
|
+
var IncidentSchema = z.object({
|
|
4609
|
+
/**
|
|
4610
|
+
* Unique incident identifier
|
|
4611
|
+
*/
|
|
4612
|
+
id: z.string().describe("Unique incident identifier"),
|
|
4613
|
+
/**
|
|
4614
|
+
* Short descriptive title of the incident
|
|
4615
|
+
*/
|
|
4616
|
+
title: z.string().describe("Incident title"),
|
|
4617
|
+
/**
|
|
4618
|
+
* Detailed description of the security event
|
|
4619
|
+
*/
|
|
4620
|
+
description: z.string().describe("Detailed incident description"),
|
|
4621
|
+
/**
|
|
4622
|
+
* Severity classification
|
|
4623
|
+
*/
|
|
4624
|
+
severity: IncidentSeveritySchema.describe("Incident severity level"),
|
|
4625
|
+
/**
|
|
4626
|
+
* Incident category / type
|
|
4627
|
+
*/
|
|
4628
|
+
category: IncidentCategorySchema.describe("Incident category"),
|
|
4629
|
+
/**
|
|
4630
|
+
* Current status in the incident lifecycle
|
|
4631
|
+
*/
|
|
4632
|
+
status: IncidentStatusSchema.describe("Current incident status"),
|
|
4633
|
+
/**
|
|
4634
|
+
* User or system that reported the incident
|
|
4635
|
+
*/
|
|
4636
|
+
reportedBy: z.string().describe("Reporter user ID or system name"),
|
|
4637
|
+
/**
|
|
4638
|
+
* Timestamp when the incident was reported (Unix milliseconds)
|
|
4639
|
+
*/
|
|
4640
|
+
reportedAt: z.number().describe("Report timestamp"),
|
|
4641
|
+
/**
|
|
4642
|
+
* Timestamp when the incident was detected (may differ from reported)
|
|
4643
|
+
*/
|
|
4644
|
+
detectedAt: z.number().optional().describe("Detection timestamp"),
|
|
4645
|
+
/**
|
|
4646
|
+
* Timestamp when the incident was resolved
|
|
4647
|
+
*/
|
|
4648
|
+
resolvedAt: z.number().optional().describe("Resolution timestamp"),
|
|
4649
|
+
/**
|
|
4650
|
+
* Systems affected by the incident
|
|
4651
|
+
*/
|
|
4652
|
+
affectedSystems: z.array(z.string()).describe("Affected systems"),
|
|
4653
|
+
/**
|
|
4654
|
+
* Data classifications affected (for data breach assessment)
|
|
4655
|
+
*/
|
|
4656
|
+
affectedDataClassifications: z.array(DataClassificationSchema).optional().describe("Affected data classifications"),
|
|
4657
|
+
/**
|
|
4658
|
+
* Structured response phases tracking
|
|
4659
|
+
*/
|
|
4660
|
+
responsePhases: z.array(IncidentResponsePhaseSchema).optional().describe("Incident response phases"),
|
|
4661
|
+
/**
|
|
4662
|
+
* Root cause analysis (completed post-incident)
|
|
4663
|
+
*/
|
|
4664
|
+
rootCause: z.string().optional().describe("Root cause analysis"),
|
|
4665
|
+
/**
|
|
4666
|
+
* Corrective actions taken or planned
|
|
4667
|
+
*/
|
|
4668
|
+
correctiveActions: z.array(z.string()).optional().describe("Corrective actions taken or planned"),
|
|
4669
|
+
/**
|
|
4670
|
+
* Lessons learned from the incident (A.5.28)
|
|
4671
|
+
*/
|
|
4672
|
+
lessonsLearned: z.string().optional().describe("Lessons learned from the incident"),
|
|
4673
|
+
/**
|
|
4674
|
+
* Related change request IDs (if changes resulted from incident)
|
|
4675
|
+
*/
|
|
4676
|
+
relatedChangeRequestIds: z.array(z.string()).optional().describe("Related change request IDs"),
|
|
4677
|
+
/**
|
|
4678
|
+
* Custom metadata for extensibility
|
|
4679
|
+
*/
|
|
4680
|
+
metadata: z.record(z.string(), z.unknown()).optional().describe("Custom metadata key-value pairs")
|
|
4681
|
+
}).describe("Security incident record per ISO 27001:2022 A.5.24\u2013A.5.28");
|
|
4682
|
+
var IncidentResponsePolicySchema = z.object({
|
|
4683
|
+
/**
|
|
4684
|
+
* Whether incident response is enabled
|
|
4685
|
+
*/
|
|
4686
|
+
enabled: z.boolean().default(true).describe("Enable incident response management"),
|
|
4687
|
+
/**
|
|
4688
|
+
* Notification matrix configuration
|
|
4689
|
+
*/
|
|
4690
|
+
notificationMatrix: IncidentNotificationMatrixSchema.describe("Notification and escalation matrix"),
|
|
4691
|
+
/**
|
|
4692
|
+
* Default response team or role
|
|
4693
|
+
*/
|
|
4694
|
+
defaultResponseTeam: z.string().describe("Default incident response team or role"),
|
|
4695
|
+
/**
|
|
4696
|
+
* Maximum time in hours to begin initial triage
|
|
4697
|
+
*/
|
|
4698
|
+
triageDeadlineHours: z.number().default(1).describe("Maximum hours to begin triage after detection"),
|
|
4699
|
+
/**
|
|
4700
|
+
* Whether to require post-incident review for all incidents
|
|
4701
|
+
*/
|
|
4702
|
+
requirePostIncidentReview: z.boolean().default(true).describe("Require post-incident review for all incidents"),
|
|
4703
|
+
/**
|
|
4704
|
+
* Minimum severity level that requires regulatory notification
|
|
4705
|
+
*/
|
|
4706
|
+
regulatoryNotificationThreshold: IncidentSeveritySchema.default("high").describe("Minimum severity requiring regulatory notification"),
|
|
4707
|
+
/**
|
|
4708
|
+
* Retention period for incident records in days
|
|
4709
|
+
*/
|
|
4710
|
+
retentionDays: z.number().default(2555).describe("Incident record retention period in days (default ~7 years)")
|
|
4711
|
+
}).describe("Organization-level incident response policy per ISO 27001:2022");
|
|
4712
|
+
var SupplierRiskLevelSchema = z.enum([
|
|
4713
|
+
"critical",
|
|
4714
|
+
// Direct access to sensitive data or core infrastructure
|
|
4715
|
+
"high",
|
|
4716
|
+
// Significant data processing or service dependency
|
|
4717
|
+
"medium",
|
|
4718
|
+
// Limited data access with moderate dependency
|
|
4719
|
+
"low"
|
|
4720
|
+
// Minimal data access and low service dependency
|
|
4721
|
+
]);
|
|
4722
|
+
var SupplierAssessmentStatusSchema = z.enum([
|
|
4723
|
+
"pending",
|
|
4724
|
+
// Assessment not yet started
|
|
4725
|
+
"in_progress",
|
|
4726
|
+
// Assessment currently underway
|
|
4727
|
+
"completed",
|
|
4728
|
+
// Assessment completed
|
|
4729
|
+
"expired",
|
|
4730
|
+
// Assessment past its validity period
|
|
4731
|
+
"failed"
|
|
4732
|
+
// Supplier did not meet security requirements
|
|
4733
|
+
]);
|
|
4734
|
+
var SupplierSecurityRequirementSchema = z.object({
|
|
4735
|
+
/**
|
|
4736
|
+
* Requirement identifier
|
|
4737
|
+
*/
|
|
4738
|
+
id: z.string().describe("Requirement identifier"),
|
|
4739
|
+
/**
|
|
4740
|
+
* Requirement description
|
|
4741
|
+
*/
|
|
4742
|
+
description: z.string().describe("Requirement description"),
|
|
4743
|
+
/**
|
|
4744
|
+
* ISO 27001 control reference (e.g., "A.5.19")
|
|
4745
|
+
*/
|
|
4746
|
+
controlReference: z.string().optional().describe("ISO 27001 control reference"),
|
|
4747
|
+
/**
|
|
4748
|
+
* Whether this requirement is mandatory
|
|
4749
|
+
*/
|
|
4750
|
+
mandatory: z.boolean().default(true).describe("Whether this requirement is mandatory"),
|
|
4751
|
+
/**
|
|
4752
|
+
* Compliance status
|
|
4753
|
+
*/
|
|
4754
|
+
compliant: z.boolean().optional().describe("Whether the supplier meets this requirement"),
|
|
4755
|
+
/**
|
|
4756
|
+
* Evidence or notes for compliance assessment
|
|
4757
|
+
*/
|
|
4758
|
+
evidence: z.string().optional().describe("Compliance evidence or assessment notes")
|
|
4759
|
+
}).describe("Individual supplier security requirement");
|
|
4760
|
+
var SupplierSecurityAssessmentSchema = z.object({
|
|
4761
|
+
/**
|
|
4762
|
+
* Unique supplier identifier
|
|
4763
|
+
*/
|
|
4764
|
+
supplierId: z.string().describe("Unique supplier identifier"),
|
|
4765
|
+
/**
|
|
4766
|
+
* Supplier name
|
|
4767
|
+
*/
|
|
4768
|
+
supplierName: z.string().describe("Supplier display name"),
|
|
4769
|
+
/**
|
|
4770
|
+
* Risk classification
|
|
4771
|
+
*/
|
|
4772
|
+
riskLevel: SupplierRiskLevelSchema.describe("Supplier risk classification"),
|
|
4773
|
+
/**
|
|
4774
|
+
* Assessment status
|
|
4775
|
+
*/
|
|
4776
|
+
status: SupplierAssessmentStatusSchema.describe("Assessment status"),
|
|
4777
|
+
/**
|
|
4778
|
+
* User or team who performed the assessment
|
|
4779
|
+
*/
|
|
4780
|
+
assessedBy: z.string().describe("Assessor user ID or team"),
|
|
4781
|
+
/**
|
|
4782
|
+
* Assessment completion timestamp (Unix milliseconds)
|
|
4783
|
+
*/
|
|
4784
|
+
assessedAt: z.number().describe("Assessment timestamp"),
|
|
4785
|
+
/**
|
|
4786
|
+
* Assessment validity expiry (Unix milliseconds)
|
|
4787
|
+
*/
|
|
4788
|
+
validUntil: z.number().describe("Assessment validity expiry timestamp"),
|
|
4789
|
+
/**
|
|
4790
|
+
* Security requirements assessed
|
|
4791
|
+
*/
|
|
4792
|
+
requirements: z.array(SupplierSecurityRequirementSchema).describe("Security requirements and their compliance status"),
|
|
4793
|
+
/**
|
|
4794
|
+
* Overall compliance result
|
|
4795
|
+
*/
|
|
4796
|
+
overallCompliant: z.boolean().describe("Whether supplier meets all mandatory requirements"),
|
|
4797
|
+
/**
|
|
4798
|
+
* Data classifications shared with this supplier
|
|
4799
|
+
*/
|
|
4800
|
+
dataClassificationsShared: z.array(DataClassificationSchema).optional().describe("Data classifications shared with supplier"),
|
|
4801
|
+
/**
|
|
4802
|
+
* Services provided by the supplier
|
|
4803
|
+
*/
|
|
4804
|
+
servicesProvided: z.array(z.string()).optional().describe("Services provided by this supplier"),
|
|
4805
|
+
/**
|
|
4806
|
+
* Certifications held by the supplier
|
|
4807
|
+
*/
|
|
4808
|
+
certifications: z.array(z.string()).optional().describe("Supplier certifications (e.g., ISO 27001, SOC 2)"),
|
|
4809
|
+
/**
|
|
4810
|
+
* Remediation items for non-compliant requirements
|
|
4811
|
+
*/
|
|
4812
|
+
remediationItems: z.array(z.object({
|
|
4813
|
+
requirementId: z.string().describe("Non-compliant requirement ID"),
|
|
4814
|
+
action: z.string().describe("Required remediation action"),
|
|
4815
|
+
deadline: z.number().describe("Remediation deadline timestamp"),
|
|
4816
|
+
status: z.enum(["pending", "in_progress", "completed"]).default("pending").describe("Remediation status")
|
|
4817
|
+
})).optional().describe("Remediation items for non-compliant requirements"),
|
|
4818
|
+
/**
|
|
4819
|
+
* Custom metadata
|
|
4820
|
+
*/
|
|
4821
|
+
metadata: z.record(z.string(), z.unknown()).optional().describe("Custom metadata key-value pairs")
|
|
4822
|
+
}).describe("Supplier security assessment record per ISO 27001:2022 A.5.19\u2013A.5.21");
|
|
4823
|
+
var SupplierSecurityPolicySchema = z.object({
|
|
4824
|
+
/**
|
|
4825
|
+
* Whether supplier security management is enabled
|
|
4826
|
+
*/
|
|
4827
|
+
enabled: z.boolean().default(true).describe("Enable supplier security management"),
|
|
4828
|
+
/**
|
|
4829
|
+
* Reassessment interval in days
|
|
4830
|
+
*/
|
|
4831
|
+
reassessmentIntervalDays: z.number().default(365).describe("Supplier reassessment interval in days"),
|
|
4832
|
+
/**
|
|
4833
|
+
* Whether to require supplier security assessment before onboarding
|
|
4834
|
+
*/
|
|
4835
|
+
requirePreOnboardingAssessment: z.boolean().default(true).describe("Require security assessment before supplier onboarding"),
|
|
4836
|
+
/**
|
|
4837
|
+
* Minimum risk level that requires formal assessment
|
|
4838
|
+
*/
|
|
4839
|
+
formalAssessmentThreshold: SupplierRiskLevelSchema.default("medium").describe("Minimum risk level requiring formal assessment"),
|
|
4840
|
+
/**
|
|
4841
|
+
* Whether to monitor supplier security changes (A.5.22)
|
|
4842
|
+
*/
|
|
4843
|
+
monitorChanges: z.boolean().default(true).describe("Monitor supplier security posture changes"),
|
|
4844
|
+
/**
|
|
4845
|
+
* Required certifications for critical suppliers
|
|
4846
|
+
*/
|
|
4847
|
+
requiredCertifications: z.array(z.string()).default([]).describe("Required certifications for critical-risk suppliers")
|
|
4848
|
+
}).describe("Organization-level supplier security management policy per ISO 27001:2022");
|
|
4849
|
+
var TrainingCategorySchema = z.enum([
|
|
4850
|
+
"security_awareness",
|
|
4851
|
+
// General security awareness
|
|
4852
|
+
"data_protection",
|
|
4853
|
+
// Data handling and privacy
|
|
4854
|
+
"incident_response",
|
|
4855
|
+
// Incident reporting and response
|
|
4856
|
+
"access_control",
|
|
4857
|
+
// Access management best practices
|
|
4858
|
+
"phishing_awareness",
|
|
4859
|
+
// Phishing and social engineering
|
|
4860
|
+
"compliance",
|
|
4861
|
+
// Regulatory compliance (GDPR, HIPAA, etc.)
|
|
4862
|
+
"secure_development",
|
|
4863
|
+
// Secure coding and development practices
|
|
4864
|
+
"physical_security",
|
|
4865
|
+
// Physical security awareness
|
|
4866
|
+
"business_continuity",
|
|
4867
|
+
// Business continuity and disaster recovery
|
|
4868
|
+
"other"
|
|
4869
|
+
// Other training categories
|
|
4870
|
+
]);
|
|
4871
|
+
var TrainingCompletionStatusSchema = z.enum([
|
|
4872
|
+
"not_started",
|
|
4873
|
+
// Training not yet begun
|
|
4874
|
+
"in_progress",
|
|
4875
|
+
// Training currently underway
|
|
4876
|
+
"completed",
|
|
4877
|
+
// Training completed successfully
|
|
4878
|
+
"failed",
|
|
4879
|
+
// Training assessment not passed
|
|
4880
|
+
"expired"
|
|
4881
|
+
// Training certification has expired
|
|
4882
|
+
]);
|
|
4883
|
+
var TrainingCourseSchema = z.object({
|
|
4884
|
+
/**
|
|
4885
|
+
* Unique course identifier
|
|
4886
|
+
*/
|
|
4887
|
+
id: z.string().describe("Unique course identifier"),
|
|
4888
|
+
/**
|
|
4889
|
+
* Course title
|
|
4890
|
+
*/
|
|
4891
|
+
title: z.string().describe("Course title"),
|
|
4892
|
+
/**
|
|
4893
|
+
* Course description and objectives
|
|
4894
|
+
*/
|
|
4895
|
+
description: z.string().describe("Course description and learning objectives"),
|
|
4896
|
+
/**
|
|
4897
|
+
* Training category
|
|
4898
|
+
*/
|
|
4899
|
+
category: TrainingCategorySchema.describe("Training category"),
|
|
4900
|
+
/**
|
|
4901
|
+
* Estimated duration in minutes
|
|
4902
|
+
*/
|
|
4903
|
+
durationMinutes: z.number().min(1).describe("Estimated course duration in minutes"),
|
|
4904
|
+
/**
|
|
4905
|
+
* Whether this training is mandatory
|
|
4906
|
+
*/
|
|
4907
|
+
mandatory: z.boolean().default(false).describe("Whether training is mandatory"),
|
|
4908
|
+
/**
|
|
4909
|
+
* Target roles or groups for this training
|
|
4910
|
+
*/
|
|
4911
|
+
targetRoles: z.array(z.string()).describe("Target roles or groups"),
|
|
4912
|
+
/**
|
|
4913
|
+
* Validity period in days before recertification is needed
|
|
4914
|
+
*/
|
|
4915
|
+
validityDays: z.number().optional().describe("Certification validity period in days"),
|
|
4916
|
+
/**
|
|
4917
|
+
* Minimum passing score (percentage) for assessment
|
|
4918
|
+
*/
|
|
4919
|
+
passingScore: z.number().min(0).max(100).optional().describe("Minimum passing score percentage"),
|
|
4920
|
+
/**
|
|
4921
|
+
* Course version for tracking content updates
|
|
4922
|
+
*/
|
|
4923
|
+
version: z.string().optional().describe("Course content version")
|
|
4924
|
+
}).describe("Security training course definition");
|
|
4925
|
+
var TrainingRecordSchema = z.object({
|
|
4926
|
+
/**
|
|
4927
|
+
* Reference to the course ID
|
|
4928
|
+
*/
|
|
4929
|
+
courseId: z.string().describe("Training course identifier"),
|
|
4930
|
+
/**
|
|
4931
|
+
* User who completed (or is assigned) the training
|
|
4932
|
+
*/
|
|
4933
|
+
userId: z.string().describe("User identifier"),
|
|
4934
|
+
/**
|
|
4935
|
+
* Completion status
|
|
4936
|
+
*/
|
|
4937
|
+
status: TrainingCompletionStatusSchema.describe("Training completion status"),
|
|
4938
|
+
/**
|
|
4939
|
+
* Training assignment date (Unix milliseconds)
|
|
4940
|
+
*/
|
|
4941
|
+
assignedAt: z.number().describe("Assignment timestamp"),
|
|
4942
|
+
/**
|
|
4943
|
+
* Training completion date (Unix milliseconds)
|
|
4944
|
+
*/
|
|
4945
|
+
completedAt: z.number().optional().describe("Completion timestamp"),
|
|
4946
|
+
/**
|
|
4947
|
+
* Assessment score (percentage)
|
|
4948
|
+
*/
|
|
4949
|
+
score: z.number().min(0).max(100).optional().describe("Assessment score percentage"),
|
|
4950
|
+
/**
|
|
4951
|
+
* Certification expiry date (Unix milliseconds)
|
|
4952
|
+
*/
|
|
4953
|
+
expiresAt: z.number().optional().describe("Certification expiry timestamp"),
|
|
4954
|
+
/**
|
|
4955
|
+
* Notes or comments from instructor or system
|
|
4956
|
+
*/
|
|
4957
|
+
notes: z.string().optional().describe("Training notes or comments")
|
|
4958
|
+
}).describe("Individual training completion record");
|
|
4959
|
+
var TrainingPlanSchema = z.object({
|
|
4960
|
+
/**
|
|
4961
|
+
* Whether training management is enabled
|
|
4962
|
+
*/
|
|
4963
|
+
enabled: z.boolean().default(true).describe("Enable training management"),
|
|
4964
|
+
/**
|
|
4965
|
+
* Training courses in the plan
|
|
4966
|
+
*/
|
|
4967
|
+
courses: z.array(TrainingCourseSchema).describe("Training courses"),
|
|
4968
|
+
/**
|
|
4969
|
+
* Default recertification interval in days
|
|
4970
|
+
*/
|
|
4971
|
+
recertificationIntervalDays: z.number().default(365).describe("Default recertification interval in days"),
|
|
4972
|
+
/**
|
|
4973
|
+
* Whether to track training completion for compliance reporting
|
|
4974
|
+
*/
|
|
4975
|
+
trackCompletion: z.boolean().default(true).describe("Track training completion for compliance"),
|
|
4976
|
+
/**
|
|
4977
|
+
* Grace period in days after expiry before non-compliance escalation
|
|
4978
|
+
*/
|
|
4979
|
+
gracePeriodDays: z.number().default(30).describe("Grace period in days after certification expiry"),
|
|
4980
|
+
/**
|
|
4981
|
+
* Whether to send reminders for upcoming training deadlines
|
|
4982
|
+
*/
|
|
4983
|
+
sendReminders: z.boolean().default(true).describe("Send reminders for upcoming training deadlines"),
|
|
4984
|
+
/**
|
|
4985
|
+
* Days before deadline to send first reminder
|
|
4986
|
+
*/
|
|
4987
|
+
reminderDaysBefore: z.number().default(14).describe("Days before deadline to send first reminder")
|
|
4988
|
+
}).describe("Organizational training plan per ISO 27001:2022 A.6.3");
|
|
4317
4989
|
var CronScheduleSchema = z.object({
|
|
4318
4990
|
type: z.literal("cron"),
|
|
4319
4991
|
expression: z.string().describe('Cron expression (e.g., "0 0 * * *" for daily at midnight)'),
|
|
@@ -5574,6 +6246,22 @@ var TenantIsolationLevel = z.enum([
|
|
|
5574
6246
|
"isolated_db"
|
|
5575
6247
|
// Separate database per tenant (maximum isolation)
|
|
5576
6248
|
]);
|
|
6249
|
+
var DatabaseProviderSchema = z.enum([
|
|
6250
|
+
"turso",
|
|
6251
|
+
// Turso/libSQL (DB-per-Tenant, edge-native)
|
|
6252
|
+
"postgres",
|
|
6253
|
+
// PostgreSQL (traditional, self-hosted or managed)
|
|
6254
|
+
"memory"
|
|
6255
|
+
// In-memory (testing/development only)
|
|
6256
|
+
]).describe("Database provider for tenant data");
|
|
6257
|
+
var TenantConnectionConfigSchema = z.object({
|
|
6258
|
+
/** Database connection URL */
|
|
6259
|
+
url: z.string().min(1).describe("Database connection URL"),
|
|
6260
|
+
/** Authentication token (JWT for Turso, password for Postgres) */
|
|
6261
|
+
authToken: z.string().optional().describe("Database auth token (encrypted at rest)"),
|
|
6262
|
+
/** Turso database group name */
|
|
6263
|
+
group: z.string().optional().describe("Turso database group name")
|
|
6264
|
+
}).describe("Tenant database connection configuration");
|
|
5577
6265
|
var TenantQuotaSchema = z.object({
|
|
5578
6266
|
/**
|
|
5579
6267
|
* Maximum number of users allowed for this tenant
|
|
@@ -5586,8 +6274,52 @@ var TenantQuotaSchema = z.object({
|
|
|
5586
6274
|
/**
|
|
5587
6275
|
* API rate limit (requests per minute)
|
|
5588
6276
|
*/
|
|
5589
|
-
apiRateLimit: z.number().int().positive().optional().describe("API requests per minute")
|
|
5590
|
-
|
|
6277
|
+
apiRateLimit: z.number().int().positive().optional().describe("API requests per minute"),
|
|
6278
|
+
/**
|
|
6279
|
+
* Maximum number of custom objects the tenant can create
|
|
6280
|
+
*/
|
|
6281
|
+
maxObjects: z.number().int().positive().optional().describe("Maximum number of custom objects"),
|
|
6282
|
+
/**
|
|
6283
|
+
* Maximum records per object/table
|
|
6284
|
+
*/
|
|
6285
|
+
maxRecordsPerObject: z.number().int().positive().optional().describe("Maximum records per object"),
|
|
6286
|
+
/**
|
|
6287
|
+
* Maximum deployments allowed per day
|
|
6288
|
+
*/
|
|
6289
|
+
maxDeploymentsPerDay: z.number().int().positive().optional().describe("Maximum deployments per day"),
|
|
6290
|
+
/**
|
|
6291
|
+
* Maximum storage in bytes
|
|
6292
|
+
*/
|
|
6293
|
+
maxStorageBytes: z.number().int().positive().optional().describe("Maximum storage in bytes")
|
|
6294
|
+
});
|
|
6295
|
+
var TenantUsageSchema = z.object({
|
|
6296
|
+
/** Current number of custom objects */
|
|
6297
|
+
currentObjectCount: z.number().int().min(0).default(0).describe("Current number of custom objects"),
|
|
6298
|
+
/** Current total record count across all objects */
|
|
6299
|
+
currentRecordCount: z.number().int().min(0).default(0).describe("Total records across all objects"),
|
|
6300
|
+
/** Current storage usage in bytes */
|
|
6301
|
+
currentStorageBytes: z.number().int().min(0).default(0).describe("Current storage usage in bytes"),
|
|
6302
|
+
/** Deployments executed today */
|
|
6303
|
+
deploymentsToday: z.number().int().min(0).default(0).describe("Deployments executed today"),
|
|
6304
|
+
/** Current number of active users */
|
|
6305
|
+
currentUsers: z.number().int().min(0).default(0).describe("Current number of active users"),
|
|
6306
|
+
/** API requests in the current minute */
|
|
6307
|
+
apiRequestsThisMinute: z.number().int().min(0).default(0).describe("API requests in the current minute"),
|
|
6308
|
+
/** Last updated timestamp (ISO 8601) */
|
|
6309
|
+
lastUpdatedAt: z.string().datetime().optional().describe("Last usage update time")
|
|
6310
|
+
}).describe("Current tenant resource usage");
|
|
6311
|
+
var QuotaEnforcementResultSchema = z.object({
|
|
6312
|
+
/** Whether the operation is allowed */
|
|
6313
|
+
allowed: z.boolean().describe("Whether the operation is within quota"),
|
|
6314
|
+
/** Quota that would be exceeded (if not allowed) */
|
|
6315
|
+
exceededQuota: z.string().optional().describe("Name of the exceeded quota"),
|
|
6316
|
+
/** Current usage value */
|
|
6317
|
+
currentUsage: z.number().optional().describe("Current usage value"),
|
|
6318
|
+
/** Quota limit value */
|
|
6319
|
+
limit: z.number().optional().describe("Quota limit"),
|
|
6320
|
+
/** Human-readable message */
|
|
6321
|
+
message: z.string().optional().describe("Human-readable quota message")
|
|
6322
|
+
}).describe("Quota enforcement check result");
|
|
5591
6323
|
var TenantSchema = z.object({
|
|
5592
6324
|
/**
|
|
5593
6325
|
* Unique tenant identifier
|
|
@@ -5601,6 +6333,28 @@ var TenantSchema = z.object({
|
|
|
5601
6333
|
* Data isolation level
|
|
5602
6334
|
*/
|
|
5603
6335
|
isolationLevel: TenantIsolationLevel,
|
|
6336
|
+
/**
|
|
6337
|
+
* Database provider for this tenant
|
|
6338
|
+
*/
|
|
6339
|
+
databaseProvider: DatabaseProviderSchema.optional().describe("Database provider"),
|
|
6340
|
+
/**
|
|
6341
|
+
* Database connection configuration (encrypted at rest)
|
|
6342
|
+
*/
|
|
6343
|
+
connectionConfig: TenantConnectionConfigSchema.optional().describe("Database connection config"),
|
|
6344
|
+
/**
|
|
6345
|
+
* Current provisioning status
|
|
6346
|
+
*/
|
|
6347
|
+
provisioningStatus: z.enum([
|
|
6348
|
+
"provisioning",
|
|
6349
|
+
"active",
|
|
6350
|
+
"suspended",
|
|
6351
|
+
"failed",
|
|
6352
|
+
"destroying"
|
|
6353
|
+
]).optional().describe("Current provisioning lifecycle status"),
|
|
6354
|
+
/**
|
|
6355
|
+
* Tenant subscription plan
|
|
6356
|
+
*/
|
|
6357
|
+
plan: z.enum(["free", "pro", "enterprise"]).optional().describe("Subscription plan"),
|
|
5604
6358
|
/**
|
|
5605
6359
|
* Custom configuration values
|
|
5606
6360
|
*/
|
|
@@ -6077,6 +6831,274 @@ var RegistryConfigSchema = z.object({
|
|
|
6077
6831
|
priority: z.number().int().min(1).default(1)
|
|
6078
6832
|
})).optional().describe("Mirror registries for redundancy")
|
|
6079
6833
|
});
|
|
6834
|
+
var TenantProvisioningStatusEnum = z.enum([
|
|
6835
|
+
"provisioning",
|
|
6836
|
+
// Database creation in progress
|
|
6837
|
+
"active",
|
|
6838
|
+
// Fully provisioned and operational
|
|
6839
|
+
"suspended",
|
|
6840
|
+
// Temporarily disabled (billing, policy)
|
|
6841
|
+
"failed",
|
|
6842
|
+
// Provisioning failed (requires retry or manual intervention)
|
|
6843
|
+
"destroying"
|
|
6844
|
+
// Deletion in progress
|
|
6845
|
+
]).describe("Tenant provisioning lifecycle status");
|
|
6846
|
+
var TenantPlanSchema = z.enum([
|
|
6847
|
+
"free",
|
|
6848
|
+
// Free tier with limited quotas
|
|
6849
|
+
"pro",
|
|
6850
|
+
// Professional tier with higher quotas
|
|
6851
|
+
"enterprise"
|
|
6852
|
+
// Enterprise tier with custom quotas and SLAs
|
|
6853
|
+
]).describe("Tenant subscription plan");
|
|
6854
|
+
var TenantRegionSchema = z.enum([
|
|
6855
|
+
"us-east",
|
|
6856
|
+
// US East (Virginia)
|
|
6857
|
+
"us-west",
|
|
6858
|
+
// US West (Oregon)
|
|
6859
|
+
"eu-west",
|
|
6860
|
+
// EU West (Ireland)
|
|
6861
|
+
"eu-central",
|
|
6862
|
+
// EU Central (Frankfurt)
|
|
6863
|
+
"ap-southeast",
|
|
6864
|
+
// Asia Pacific (Singapore)
|
|
6865
|
+
"ap-northeast"
|
|
6866
|
+
// Asia Pacific (Tokyo)
|
|
6867
|
+
]).describe("Available deployment region");
|
|
6868
|
+
var ProvisioningStepSchema = z.object({
|
|
6869
|
+
/** Step identifier */
|
|
6870
|
+
name: z.string().min(1).describe("Step name (e.g., create_database, sync_schema)"),
|
|
6871
|
+
/** Step execution status */
|
|
6872
|
+
status: z.enum(["pending", "running", "completed", "failed", "skipped"]).describe("Step status"),
|
|
6873
|
+
/** When the step started (ISO 8601) */
|
|
6874
|
+
startedAt: z.string().datetime().optional().describe("Step start time"),
|
|
6875
|
+
/** When the step completed (ISO 8601) */
|
|
6876
|
+
completedAt: z.string().datetime().optional().describe("Step completion time"),
|
|
6877
|
+
/** Duration in milliseconds */
|
|
6878
|
+
durationMs: z.number().int().min(0).optional().describe("Step duration in ms"),
|
|
6879
|
+
/** Error message if the step failed */
|
|
6880
|
+
error: z.string().optional().describe("Error message on failure")
|
|
6881
|
+
}).describe("Individual provisioning step status");
|
|
6882
|
+
var TenantProvisioningRequestSchema = z.object({
|
|
6883
|
+
/** Organization ID that owns this tenant */
|
|
6884
|
+
orgId: z.string().min(1).describe("Organization ID"),
|
|
6885
|
+
/** Requested subscription plan */
|
|
6886
|
+
plan: TenantPlanSchema.default("free"),
|
|
6887
|
+
/** Preferred deployment region */
|
|
6888
|
+
region: TenantRegionSchema.default("us-east"),
|
|
6889
|
+
/** Optional tenant display name */
|
|
6890
|
+
displayName: z.string().optional().describe("Tenant display name"),
|
|
6891
|
+
/** Optional initial admin user email */
|
|
6892
|
+
adminEmail: z.string().email().optional().describe("Initial admin user email"),
|
|
6893
|
+
/** Optional metadata to attach to the tenant */
|
|
6894
|
+
metadata: z.record(z.string(), z.unknown()).optional().describe("Additional metadata")
|
|
6895
|
+
}).describe("Tenant provisioning request");
|
|
6896
|
+
var TenantProvisioningResultSchema = z.object({
|
|
6897
|
+
/** Unique tenant identifier */
|
|
6898
|
+
tenantId: z.string().min(1).describe("Provisioned tenant ID"),
|
|
6899
|
+
/** Database connection URL (libsql:// or https://) */
|
|
6900
|
+
connectionUrl: z.string().min(1).describe("Database connection URL"),
|
|
6901
|
+
/** Current provisioning status */
|
|
6902
|
+
status: TenantProvisioningStatusEnum,
|
|
6903
|
+
/** Deployment region */
|
|
6904
|
+
region: TenantRegionSchema,
|
|
6905
|
+
/** Active subscription plan */
|
|
6906
|
+
plan: TenantPlanSchema,
|
|
6907
|
+
/** Provisioning pipeline steps with status */
|
|
6908
|
+
steps: z.array(ProvisioningStepSchema).default([]).describe("Pipeline step statuses"),
|
|
6909
|
+
/** Total provisioning duration in milliseconds */
|
|
6910
|
+
totalDurationMs: z.number().int().min(0).optional().describe("Total provisioning duration"),
|
|
6911
|
+
/** Provisioned timestamp (ISO 8601) */
|
|
6912
|
+
provisionedAt: z.string().datetime().optional().describe("Provisioning completion time"),
|
|
6913
|
+
/** Error message if provisioning failed */
|
|
6914
|
+
error: z.string().optional().describe("Error message on failure")
|
|
6915
|
+
}).describe("Tenant provisioning result");
|
|
6916
|
+
var DeployStatusEnum = z.enum([
|
|
6917
|
+
"validating",
|
|
6918
|
+
// Zod schema validation in progress
|
|
6919
|
+
"diffing",
|
|
6920
|
+
// Comparing desired state vs current state
|
|
6921
|
+
"migrating",
|
|
6922
|
+
// Executing DDL statements
|
|
6923
|
+
"registering",
|
|
6924
|
+
// Updating metadata registry
|
|
6925
|
+
"ready",
|
|
6926
|
+
// Deployment complete and live
|
|
6927
|
+
"failed",
|
|
6928
|
+
// Deployment failed at some stage
|
|
6929
|
+
"rolling_back"
|
|
6930
|
+
// Rollback in progress
|
|
6931
|
+
]).describe("Deployment lifecycle status");
|
|
6932
|
+
var SchemaChangeSchema = z.object({
|
|
6933
|
+
/** Type of entity being changed */
|
|
6934
|
+
entityType: z.enum(["object", "field", "index", "view", "flow", "permission"]).describe("Entity type"),
|
|
6935
|
+
/** Name of the entity */
|
|
6936
|
+
entityName: z.string().min(1).describe("Entity name"),
|
|
6937
|
+
/** Parent entity name (e.g., object name for a field change) */
|
|
6938
|
+
parentEntity: z.string().optional().describe("Parent entity name"),
|
|
6939
|
+
/** Type of change */
|
|
6940
|
+
changeType: z.enum(["added", "modified", "removed"]).describe("Change type"),
|
|
6941
|
+
/** Previous value (for modified/removed) */
|
|
6942
|
+
oldValue: z.unknown().optional().describe("Previous value"),
|
|
6943
|
+
/** New value (for added/modified) */
|
|
6944
|
+
newValue: z.unknown().optional().describe("New value")
|
|
6945
|
+
}).describe("Individual schema change");
|
|
6946
|
+
var DeployDiffSchema = z.object({
|
|
6947
|
+
/** List of all schema changes */
|
|
6948
|
+
changes: z.array(SchemaChangeSchema).default([]).describe("List of schema changes"),
|
|
6949
|
+
/** Summary counts */
|
|
6950
|
+
summary: z.object({
|
|
6951
|
+
added: z.number().int().min(0).default(0).describe("Number of added entities"),
|
|
6952
|
+
modified: z.number().int().min(0).default(0).describe("Number of modified entities"),
|
|
6953
|
+
removed: z.number().int().min(0).default(0).describe("Number of removed entities")
|
|
6954
|
+
}).describe("Change summary counts"),
|
|
6955
|
+
/** Whether the diff contains breaking changes (e.g., column removal) */
|
|
6956
|
+
hasBreakingChanges: z.boolean().default(false).describe("Whether diff contains breaking changes")
|
|
6957
|
+
}).describe("Schema diff between current and desired state");
|
|
6958
|
+
var MigrationStatementSchema = z.object({
|
|
6959
|
+
/** SQL DDL statement to execute */
|
|
6960
|
+
sql: z.string().min(1).describe("SQL DDL statement"),
|
|
6961
|
+
/** Whether this statement is reversible */
|
|
6962
|
+
reversible: z.boolean().default(true).describe("Whether the statement can be reversed"),
|
|
6963
|
+
/** Reverse SQL statement (for rollback) */
|
|
6964
|
+
rollbackSql: z.string().optional().describe("Reverse SQL for rollback"),
|
|
6965
|
+
/** Execution order (lower = earlier) */
|
|
6966
|
+
order: z.number().int().min(0).describe("Execution order")
|
|
6967
|
+
}).describe("Single DDL migration statement");
|
|
6968
|
+
var MigrationPlanSchema = z.object({
|
|
6969
|
+
/** Ordered list of migration statements */
|
|
6970
|
+
statements: z.array(MigrationStatementSchema).default([]).describe("Ordered DDL statements"),
|
|
6971
|
+
/** SQL dialect the statements are written for */
|
|
6972
|
+
dialect: z.string().min(1).describe("Target SQL dialect"),
|
|
6973
|
+
/** Whether the entire plan is reversible */
|
|
6974
|
+
reversible: z.boolean().default(true).describe("Whether the plan can be fully rolled back"),
|
|
6975
|
+
/** Estimated execution time in milliseconds */
|
|
6976
|
+
estimatedDurationMs: z.number().int().min(0).optional().describe("Estimated execution time")
|
|
6977
|
+
}).describe("Ordered migration plan");
|
|
6978
|
+
var DeployValidationIssueSchema = z.object({
|
|
6979
|
+
/** Severity of the issue */
|
|
6980
|
+
severity: z.enum(["error", "warning", "info"]).describe("Issue severity"),
|
|
6981
|
+
/** Entity path where the issue was found */
|
|
6982
|
+
path: z.string().describe("Entity path (e.g., objects.project_task.fields.name)"),
|
|
6983
|
+
/** Human-readable issue description */
|
|
6984
|
+
message: z.string().describe("Issue description"),
|
|
6985
|
+
/** Zod error code if applicable */
|
|
6986
|
+
code: z.string().optional().describe("Validation error code")
|
|
6987
|
+
}).describe("Validation issue");
|
|
6988
|
+
var DeployValidationResultSchema = z.object({
|
|
6989
|
+
/** Whether the bundle passed validation */
|
|
6990
|
+
valid: z.boolean().describe("Whether the bundle is valid"),
|
|
6991
|
+
/** List of validation issues */
|
|
6992
|
+
issues: z.array(DeployValidationIssueSchema).default([]).describe("Validation issues"),
|
|
6993
|
+
/** Number of errors */
|
|
6994
|
+
errorCount: z.number().int().min(0).default(0).describe("Number of errors"),
|
|
6995
|
+
/** Number of warnings */
|
|
6996
|
+
warningCount: z.number().int().min(0).default(0).describe("Number of warnings")
|
|
6997
|
+
}).describe("Bundle validation result");
|
|
6998
|
+
var DeployManifestSchema = z.object({
|
|
6999
|
+
/** Deployment version (semver) */
|
|
7000
|
+
version: z.string().min(1).describe("Deployment version"),
|
|
7001
|
+
/** SHA256 checksum of the bundle contents */
|
|
7002
|
+
checksum: z.string().optional().describe("SHA256 checksum"),
|
|
7003
|
+
/** Object definitions included in this deployment */
|
|
7004
|
+
objects: z.array(z.string()).default([]).describe("Object names included"),
|
|
7005
|
+
/** View definitions included */
|
|
7006
|
+
views: z.array(z.string()).default([]).describe("View names included"),
|
|
7007
|
+
/** Flow definitions included */
|
|
7008
|
+
flows: z.array(z.string()).default([]).describe("Flow names included"),
|
|
7009
|
+
/** Permission definitions included */
|
|
7010
|
+
permissions: z.array(z.string()).default([]).describe("Permission names included"),
|
|
7011
|
+
/** Timestamp of bundle creation (ISO 8601) */
|
|
7012
|
+
createdAt: z.string().datetime().optional().describe("Bundle creation time")
|
|
7013
|
+
}).describe("Deployment manifest");
|
|
7014
|
+
var DeployBundleSchema = z.object({
|
|
7015
|
+
/** Bundle manifest with version and contents list */
|
|
7016
|
+
manifest: DeployManifestSchema,
|
|
7017
|
+
/** Object definitions (JSON-serialized ObjectStack objects) */
|
|
7018
|
+
objects: z.array(z.record(z.string(), z.unknown())).default([]).describe("Object definitions"),
|
|
7019
|
+
/** View definitions */
|
|
7020
|
+
views: z.array(z.record(z.string(), z.unknown())).default([]).describe("View definitions"),
|
|
7021
|
+
/** Flow definitions */
|
|
7022
|
+
flows: z.array(z.record(z.string(), z.unknown())).default([]).describe("Flow definitions"),
|
|
7023
|
+
/** Permission definitions */
|
|
7024
|
+
permissions: z.array(z.record(z.string(), z.unknown())).default([]).describe("Permission definitions"),
|
|
7025
|
+
/** Seed data records to populate after schema migration */
|
|
7026
|
+
seedData: z.array(z.record(z.string(), z.unknown())).default([]).describe("Seed data records")
|
|
7027
|
+
}).describe("Deploy bundle containing all metadata for deployment");
|
|
7028
|
+
var AppManifestSchema = z.object({
|
|
7029
|
+
/** Unique app identifier (snake_case) */
|
|
7030
|
+
name: z.string().regex(/^[a-z_][a-z0-9_]*$/).describe("App identifier (snake_case)"),
|
|
7031
|
+
/** Display label for the app */
|
|
7032
|
+
label: z.string().min(1).describe("App display label"),
|
|
7033
|
+
/** App version (semver) */
|
|
7034
|
+
version: z.string().min(1).describe("App version (semver)"),
|
|
7035
|
+
/** App description */
|
|
7036
|
+
description: z.string().optional().describe("App description"),
|
|
7037
|
+
/** Minimum kernel version required */
|
|
7038
|
+
minKernelVersion: z.string().optional().describe("Minimum required kernel version"),
|
|
7039
|
+
/** Object definitions provided by this app */
|
|
7040
|
+
objects: z.array(z.string()).default([]).describe("Object names provided"),
|
|
7041
|
+
/** View definitions provided */
|
|
7042
|
+
views: z.array(z.string()).default([]).describe("View names provided"),
|
|
7043
|
+
/** Flow definitions provided */
|
|
7044
|
+
flows: z.array(z.string()).default([]).describe("Flow names provided"),
|
|
7045
|
+
/** Whether seed data is included */
|
|
7046
|
+
hasSeedData: z.boolean().default(false).describe("Whether app includes seed data"),
|
|
7047
|
+
/** Seed data records to populate on install */
|
|
7048
|
+
seedData: z.array(z.record(z.string(), z.unknown())).default([]).describe("Seed data records"),
|
|
7049
|
+
/** App dependencies (other apps that must be installed first) */
|
|
7050
|
+
dependencies: z.array(z.string()).default([]).describe("Required app dependencies")
|
|
7051
|
+
}).describe("App manifest for marketplace installation");
|
|
7052
|
+
var AppCompatibilityCheckSchema = z.object({
|
|
7053
|
+
/** Whether the app is compatible with the current environment */
|
|
7054
|
+
compatible: z.boolean().describe("Whether the app is compatible"),
|
|
7055
|
+
/** Compatibility issues found */
|
|
7056
|
+
issues: z.array(z.object({
|
|
7057
|
+
/** Issue severity */
|
|
7058
|
+
severity: z.enum(["error", "warning"]).describe("Issue severity"),
|
|
7059
|
+
/** Issue description */
|
|
7060
|
+
message: z.string().describe("Issue description"),
|
|
7061
|
+
/** Issue category */
|
|
7062
|
+
category: z.enum([
|
|
7063
|
+
"kernel_version",
|
|
7064
|
+
// Kernel version mismatch
|
|
7065
|
+
"object_conflict",
|
|
7066
|
+
// Object name already exists
|
|
7067
|
+
"dependency_missing",
|
|
7068
|
+
// Required dependency not installed
|
|
7069
|
+
"quota_exceeded"
|
|
7070
|
+
// Tenant quota would be exceeded
|
|
7071
|
+
]).describe("Issue category")
|
|
7072
|
+
})).default([]).describe("Compatibility issues")
|
|
7073
|
+
}).describe("App compatibility check result");
|
|
7074
|
+
var AppInstallRequestSchema = z.object({
|
|
7075
|
+
/** Target tenant ID */
|
|
7076
|
+
tenantId: z.string().min(1).describe("Target tenant ID"),
|
|
7077
|
+
/** App identifier to install */
|
|
7078
|
+
appId: z.string().min(1).describe("App identifier"),
|
|
7079
|
+
/** Optional configuration overrides */
|
|
7080
|
+
configOverrides: z.record(z.string(), z.unknown()).optional().describe("Configuration overrides"),
|
|
7081
|
+
/** Whether to skip seed data */
|
|
7082
|
+
skipSeedData: z.boolean().default(false).describe("Skip seed data population")
|
|
7083
|
+
}).describe("App install request");
|
|
7084
|
+
var AppInstallResultSchema = z.object({
|
|
7085
|
+
/** Whether the installation succeeded */
|
|
7086
|
+
success: z.boolean().describe("Whether installation succeeded"),
|
|
7087
|
+
/** App identifier that was installed */
|
|
7088
|
+
appId: z.string().describe("Installed app identifier"),
|
|
7089
|
+
/** App version installed */
|
|
7090
|
+
version: z.string().describe("Installed app version"),
|
|
7091
|
+
/** Objects created or updated */
|
|
7092
|
+
installedObjects: z.array(z.string()).default([]).describe("Objects created/updated"),
|
|
7093
|
+
/** Tables created in the database */
|
|
7094
|
+
createdTables: z.array(z.string()).default([]).describe("Database tables created"),
|
|
7095
|
+
/** Number of seed records inserted */
|
|
7096
|
+
seededRecords: z.number().int().min(0).default(0).describe("Seed records inserted"),
|
|
7097
|
+
/** Installation duration in milliseconds */
|
|
7098
|
+
durationMs: z.number().int().min(0).optional().describe("Installation duration"),
|
|
7099
|
+
/** Error message if installation failed */
|
|
7100
|
+
error: z.string().optional().describe("Error message on failure")
|
|
7101
|
+
}).describe("App install result");
|
|
6080
7102
|
|
|
6081
7103
|
// src/system/constants/paths.ts
|
|
6082
7104
|
var PKG_CONVENTIONS = {
|
|
@@ -6214,6 +7236,6 @@ var StorageNameMapping = {
|
|
|
6214
7236
|
}
|
|
6215
7237
|
};
|
|
6216
7238
|
|
|
6217
|
-
export { AccessControlConfigSchema, AddFieldOperation, AnalyzerConfigSchema, AuditConfigSchema, AuditEventActorSchema, AuditEventChangeSchema, AuditEventFilterSchema, AuditEventSchema, AuditEventSeverity, AuditEventTargetSchema, AuditEventType, AuditLogConfigSchema, AuditRetentionPolicySchema, AuditStorageConfigSchema, AuthConfigSchema, AuthPluginConfigSchema, AuthProviderConfigSchema, AwarenessEventSchema, AwarenessSessionSchema, AwarenessUpdateSchema, AwarenessUserStateSchema, BackupConfigSchema, BackupRetentionSchema, BackupStrategySchema, BatchProgressSchema, BatchTask, BatchTaskSchema, BucketConfigSchema, CRDTMergeResultSchema, CRDTStateSchema, CRDTType, CacheAvalanchePreventionSchema, CacheConfigSchema, CacheConsistencySchema, CacheInvalidationSchema, CacheStrategySchema, CacheTierSchema, CacheWarmupSchema, ChangeImpactSchema, ChangePrioritySchema, ChangeRequestSchema, ChangeSetSchema, ChangeStatusSchema, ChangeTypeSchema, CollaborationMode, CollaborationSessionConfigSchema, CollaborationSessionSchema, CollaborativeCursorSchema, ComplianceAuditRequirementSchema, ComplianceConfigSchema, ComplianceEncryptionRequirementSchema, ConsoleDestinationConfigSchema, ConsumerConfigSchema, CoreServiceName, CounterOperationSchema, CreateObjectOperation, CronScheduleSchema, CursorColorPreset, CursorSelectionSchema, CursorStyleSchema, CursorUpdateSchema, DEFAULT_SUSPICIOUS_ACTIVITY_RULES, DataClassificationPolicySchema, DatabaseLevelIsolationStrategySchema, DeadLetterQueueSchema, DeleteObjectOperation, DisasterRecoveryPlanSchema, DistributedCacheConfigSchema, EmailTemplateSchema, EncryptionAlgorithmSchema, EncryptionConfigSchema, ExecuteSqlOperation, ExtendedLogLevel, ExternalServiceDestinationConfigSchema, FacetConfigSchema, FailoverConfigSchema, FailoverModeSchema, FeatureSchema, FieldEncryptionSchema, FieldTranslationSchema, FileDestinationConfigSchema, FileMetadataSchema, GCounterSchema, GDPRConfigSchema, HIPAAConfigSchema, HistogramBucketConfigSchema, HttpDestinationConfigSchema, HttpServerConfig, HttpServerConfigSchema, InAppNotificationSchema, IntervalScheduleSchema, JobExecutionSchema, JobExecutionStatus, JobSchema, KernelServiceMapSchema, KeyManagementProviderSchema, KeyRotationPolicySchema, LWWRegisterSchema, LicenseMetricType, LicenseSchema, LifecycleActionSchema, LifecyclePolicyConfigSchema, LifecyclePolicyRuleSchema, LocaleSchema, LogDestinationSchema, LogDestinationType, LogEnrichmentConfigSchema, LogEntrySchema, LogFormat, LogLevel, LoggerConfigSchema, LoggingConfigSchema, MaskingConfigSchema, MaskingRuleSchema, MaskingStrategySchema, MaskingVisibilityRuleSchema, MessageQueueConfigSchema, MessageQueueProviderSchema, MetadataCollectionInfoSchema, MetadataExportOptionsSchema, MetadataFallbackStrategySchema, MetadataFormatSchema, MetadataImportOptionsSchema, MetadataLoadOptionsSchema, MetadataLoadResultSchema, MetadataLoaderContractSchema, MetadataManagerConfigSchema, MetadataRecordSchema, MetadataSaveOptionsSchema, MetadataSaveResultSchema, MetadataScopeSchema, MetadataSourceSchema, MetadataStateSchema, MetadataStatsSchema, MetadataWatchEventSchema, MetricAggregationConfigSchema, MetricAggregationType, MetricDataPointSchema, MetricDefinitionSchema, MetricExportConfigSchema, MetricLabelsSchema, MetricType, MetricUnit, MetricsConfigSchema, MiddlewareConfig, MiddlewareConfigSchema, MiddlewareType, MigrationDependencySchema, MigrationOperationSchema, ModifyFieldOperation, MultipartUploadConfigSchema, MutualTLSConfigSchema, NotificationChannelSchema, NotificationConfigSchema, ORSetElementSchema, ORSetSchema, OTComponentSchema, OTOperationSchema, OTOperationType, OTTransformResultSchema, ObjectMetadataSchema, ObjectStorageConfigSchema, ObjectTranslationDataSchema, OnceScheduleSchema, OpenTelemetryCompatibilitySchema, OtelExporterType, PCIDSSConfigSchema, PKG_CONVENTIONS, PNCounterSchema, PlanSchema, PresignedUrlConfigSchema, PushNotificationSchema, QueueConfig, QueueConfigSchema, RPOSchema, RTOSchema, RegistryConfigSchema, RegistrySyncPolicySchema, RegistryUpstreamSchema, RemoveFieldOperation, RenameObjectOperation, RetryPolicySchema, RollbackPlanSchema, RouteHandlerMetadataSchema, RowLevelIsolationStrategySchema, SMSTemplateSchema, SamplingDecision, SamplingStrategyType, ScheduleSchema, SchemaLevelIsolationStrategySchema, SearchConfigSchema, SearchIndexConfigSchema, SearchProviderSchema, SecurityContextConfigSchema, SecurityEventCorrelationSchema, ServerCapabilitiesSchema, ServerEventSchema, ServerEventType, ServerStatusSchema, ServiceConfigSchema, ServiceCriticalitySchema, ServiceLevelIndicatorSchema, ServiceLevelObjectiveSchema, ServiceRequirementDef, ServiceStatusSchema, SpanAttributeValueSchema, SpanAttributesSchema, SpanEventSchema, SpanKind, SpanLinkSchema, SpanSchema, SpanStatus, StorageAclSchema, StorageClassSchema, StorageConnectionSchema, StorageNameMapping, StorageProviderSchema, StorageScopeSchema, StructuredLogEntrySchema, SuspiciousActivityRuleSchema, SystemFieldName, SystemObjectName, TASK_PRIORITY_VALUES, Task, TaskExecutionResultSchema, TaskPriority, TaskRetryPolicySchema, TaskSchema, TaskStatus, TenantIsolationConfigSchema, TenantIsolationLevel, TenantQuotaSchema, TenantSchema, TenantSecurityPolicySchema, TextCRDTOperationSchema, TextCRDTStateSchema, TimeSeriesDataPointSchema, TimeSeriesSchema, TopicConfigSchema, TraceContextPropagationSchema, TraceContextSchema, TraceFlagsSchema, TracePropagationFormat, TraceSamplingConfigSchema, TraceStateSchema, TracingConfigSchema, TranslationBundleSchema, TranslationConfigSchema, TranslationDataSchema, TranslationFileOrganizationSchema, UserActivityStatus, VectorClockSchema, WorkerConfig, WorkerConfigSchema, WorkerStatsSchema, azureBlobStorageExample, gcsStorageExample, minioStorageExample, s3StorageExample };
|
|
7239
|
+
export { AccessControlConfigSchema, AddFieldOperation, AnalyzerConfigSchema, AppCompatibilityCheckSchema, AppInstallRequestSchema, AppInstallResultSchema, AppManifestSchema, AuditConfigSchema, AuditEventActorSchema, AuditEventChangeSchema, AuditEventFilterSchema, AuditEventSchema, AuditEventSeverity, AuditEventTargetSchema, AuditEventType, AuditFindingSchema, AuditFindingSeveritySchema, AuditFindingStatusSchema, AuditLogConfigSchema, AuditRetentionPolicySchema, AuditScheduleSchema, AuditStorageConfigSchema, AuthConfigSchema, AuthPluginConfigSchema, AuthProviderConfigSchema, AwarenessEventSchema, AwarenessSessionSchema, AwarenessUpdateSchema, AwarenessUserStateSchema, BackupConfigSchema, BackupRetentionSchema, BackupStrategySchema, BatchProgressSchema, BatchTask, BatchTaskSchema, BucketConfigSchema, CRDTMergeResultSchema, CRDTStateSchema, CRDTType, CacheAvalanchePreventionSchema, CacheConfigSchema, CacheConsistencySchema, CacheInvalidationSchema, CacheStrategySchema, CacheTierSchema, CacheWarmupSchema, ChangeImpactSchema, ChangePrioritySchema, ChangeRequestSchema, ChangeSetSchema, ChangeStatusSchema, ChangeTypeSchema, CollaborationMode, CollaborationSessionConfigSchema, CollaborationSessionSchema, CollaborativeCursorSchema, ComplianceAuditRequirementSchema, ComplianceConfigSchema, ComplianceEncryptionRequirementSchema, ComplianceFrameworkSchema, ConsoleDestinationConfigSchema, ConsumerConfigSchema, CoreServiceName, CounterOperationSchema, CreateObjectOperation, CronScheduleSchema, CursorColorPreset, CursorSelectionSchema, CursorStyleSchema, CursorUpdateSchema, DEFAULT_SUSPICIOUS_ACTIVITY_RULES, DataClassificationPolicySchema, DataClassificationSchema, DatabaseLevelIsolationStrategySchema, DatabaseProviderSchema, DeadLetterQueueSchema, DeleteObjectOperation, DeployBundleSchema, DeployDiffSchema, DeployManifestSchema, DeployStatusEnum, DeployValidationIssueSchema, DeployValidationResultSchema, DisasterRecoveryPlanSchema, DistributedCacheConfigSchema, EmailTemplateSchema, EncryptionAlgorithmSchema, EncryptionConfigSchema, ExecuteSqlOperation, ExtendedLogLevel, ExternalServiceDestinationConfigSchema, FacetConfigSchema, FailoverConfigSchema, FailoverModeSchema, FeatureSchema, FieldEncryptionSchema, FieldTranslationSchema, FileDestinationConfigSchema, FileMetadataSchema, GCounterSchema, GDPRConfigSchema, HIPAAConfigSchema, HistogramBucketConfigSchema, HttpDestinationConfigSchema, HttpServerConfig, HttpServerConfigSchema, InAppNotificationSchema, IncidentCategorySchema, IncidentNotificationMatrixSchema, IncidentNotificationRuleSchema, IncidentResponsePhaseSchema, IncidentResponsePolicySchema, IncidentSchema, IncidentSeveritySchema, IncidentStatusSchema, IntervalScheduleSchema, JobExecutionSchema, JobExecutionStatus, JobSchema, KernelServiceMapSchema, KeyManagementProviderSchema, KeyRotationPolicySchema, LWWRegisterSchema, LicenseMetricType, LicenseSchema, LifecycleActionSchema, LifecyclePolicyConfigSchema, LifecyclePolicyRuleSchema, LocaleSchema, LogDestinationSchema, LogDestinationType, LogEnrichmentConfigSchema, LogEntrySchema, LogFormat, LogLevel, LoggerConfigSchema, LoggingConfigSchema, MaskingConfigSchema, MaskingRuleSchema, MaskingStrategySchema, MaskingVisibilityRuleSchema, MessageQueueConfigSchema, MessageQueueProviderSchema, MetadataCollectionInfoSchema, MetadataExportOptionsSchema, MetadataFallbackStrategySchema, MetadataFormatSchema, MetadataImportOptionsSchema, MetadataLoadOptionsSchema, MetadataLoadResultSchema, MetadataLoaderContractSchema, MetadataManagerConfigSchema, MetadataRecordSchema, MetadataSaveOptionsSchema, MetadataSaveResultSchema, MetadataScopeSchema, MetadataSourceSchema, MetadataStateSchema, MetadataStatsSchema, MetadataWatchEventSchema, MetricAggregationConfigSchema, MetricAggregationType, MetricDataPointSchema, MetricDefinitionSchema, MetricExportConfigSchema, MetricLabelsSchema, MetricType, MetricUnit, MetricsConfigSchema, MiddlewareConfig, MiddlewareConfigSchema, MiddlewareType, MigrationDependencySchema, MigrationOperationSchema, MigrationPlanSchema, MigrationStatementSchema, ModifyFieldOperation, MultipartUploadConfigSchema, MutualTLSConfigSchema, NotificationChannelSchema, NotificationConfigSchema, ORSetElementSchema, ORSetSchema, OTComponentSchema, OTOperationSchema, OTOperationType, OTTransformResultSchema, ObjectMetadataSchema, ObjectStorageConfigSchema, ObjectTranslationDataSchema, OnceScheduleSchema, OpenTelemetryCompatibilitySchema, OtelExporterType, PCIDSSConfigSchema, PKG_CONVENTIONS, PNCounterSchema, PlanSchema, PresignedUrlConfigSchema, ProvisioningStepSchema, PushNotificationSchema, QueueConfig, QueueConfigSchema, QuotaEnforcementResultSchema, RPOSchema, RTOSchema, RegistryConfigSchema, RegistrySyncPolicySchema, RegistryUpstreamSchema, RemoveFieldOperation, RenameObjectOperation, RetryPolicySchema, RollbackPlanSchema, RouteHandlerMetadataSchema, RowLevelIsolationStrategySchema, SMSTemplateSchema, SamplingDecision, SamplingStrategyType, ScheduleSchema, SchemaChangeSchema, SchemaLevelIsolationStrategySchema, SearchConfigSchema, SearchIndexConfigSchema, SearchProviderSchema, SecurityContextConfigSchema, SecurityEventCorrelationSchema, ServerCapabilitiesSchema, ServerEventSchema, ServerEventType, ServerStatusSchema, ServiceConfigSchema, ServiceCriticalitySchema, ServiceLevelIndicatorSchema, ServiceLevelObjectiveSchema, ServiceRequirementDef, ServiceStatusSchema, SpanAttributeValueSchema, SpanAttributesSchema, SpanEventSchema, SpanKind, SpanLinkSchema, SpanSchema, SpanStatus, StorageAclSchema, StorageClassSchema, StorageConnectionSchema, StorageNameMapping, StorageProviderSchema, StorageScopeSchema, StructuredLogEntrySchema, SupplierAssessmentStatusSchema, SupplierRiskLevelSchema, SupplierSecurityAssessmentSchema, SupplierSecurityPolicySchema, SupplierSecurityRequirementSchema, SuspiciousActivityRuleSchema, SystemFieldName, SystemObjectName, TASK_PRIORITY_VALUES, Task, TaskExecutionResultSchema, TaskPriority, TaskRetryPolicySchema, TaskSchema, TaskStatus, TenantConnectionConfigSchema, TenantIsolationConfigSchema, TenantIsolationLevel, TenantPlanSchema, TenantProvisioningRequestSchema, TenantProvisioningResultSchema, TenantProvisioningStatusEnum, TenantQuotaSchema, TenantRegionSchema, TenantSchema, TenantSecurityPolicySchema, TenantUsageSchema, TextCRDTOperationSchema, TextCRDTStateSchema, TimeSeriesDataPointSchema, TimeSeriesSchema, TopicConfigSchema, TraceContextPropagationSchema, TraceContextSchema, TraceFlagsSchema, TracePropagationFormat, TraceSamplingConfigSchema, TraceStateSchema, TracingConfigSchema, TrainingCategorySchema, TrainingCompletionStatusSchema, TrainingCourseSchema, TrainingPlanSchema, TrainingRecordSchema, TranslationBundleSchema, TranslationConfigSchema, TranslationDataSchema, TranslationFileOrganizationSchema, UserActivityStatus, VectorClockSchema, WorkerConfig, WorkerConfigSchema, WorkerStatsSchema, azureBlobStorageExample, gcsStorageExample, minioStorageExample, s3StorageExample };
|
|
6218
7240
|
//# sourceMappingURL=index.mjs.map
|
|
6219
7241
|
//# sourceMappingURL=index.mjs.map
|