@objectstack/spec 3.0.8 → 3.0.9
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/api/index.d.mts +3 -2
- package/dist/api/index.d.ts +3 -2
- package/dist/api/index.js +2027 -51
- package/dist/api/index.js.map +1 -1
- package/dist/api/index.mjs +1943 -52
- package/dist/api/index.mjs.map +1 -1
- package/dist/automation/index.d.mts +2 -1
- package/dist/automation/index.d.ts +2 -1
- package/dist/automation/index.js +408 -4
- package/dist/automation/index.js.map +1 -1
- package/dist/automation/index.mjs +386 -5
- package/dist/automation/index.mjs.map +1 -1
- package/dist/cloud/index.d.mts +1 -1
- package/dist/cloud/index.d.ts +1 -1
- package/dist/cloud/index.js +87 -57
- package/dist/cloud/index.js.map +1 -1
- package/dist/cloud/index.mjs +86 -58
- package/dist/cloud/index.mjs.map +1 -1
- package/dist/contracts/index.d.mts +6 -3
- package/dist/contracts/index.d.ts +6 -3
- package/dist/data/index.d.mts +2 -2
- package/dist/data/index.d.ts +2 -2
- package/dist/data/index.js +6 -0
- package/dist/data/index.js.map +1 -1
- package/dist/data/index.mjs +6 -0
- package/dist/data/index.mjs.map +1 -1
- package/dist/execution.zod-CNIVLUlM.d.mts +753 -0
- package/dist/execution.zod-CNIVLUlM.d.ts +753 -0
- package/dist/export.zod-JY1n479p.d.mts +868 -0
- package/dist/export.zod-JY1n479p.d.ts +868 -0
- package/dist/{index-D2Ax_A0R.d.mts → index-BPPEvklW.d.mts} +17177 -6700
- package/dist/{index-BROcs0kJ.d.mts → index-Bkf-4Hgd.d.mts} +1 -1
- package/dist/{index-Clv7cLYS.d.ts → index-C6lkTV3q.d.ts} +281 -237
- package/dist/{index-B1AZWWcE.d.ts → index-CEqhxDGw.d.ts} +625 -1930
- package/dist/{index-C7sOJ4RJ.d.mts → index-CsQmxhEF.d.mts} +246 -2
- package/dist/{index-C7sOJ4RJ.d.ts → index-CsQmxhEF.d.ts} +246 -2
- package/dist/{index-Bh-dF2Ju.d.ts → index-D0K6e9cT.d.ts} +1 -1
- package/dist/{index-Ci0RXmHz.d.mts → index-D7IVfhww.d.mts} +625 -1930
- package/dist/{index-DYNhHUVz.d.mts → index-DXGnzTsY.d.mts} +484 -4
- package/dist/{index-JCZedZdf.d.mts → index-DcxXBkSo.d.mts} +70 -2
- package/dist/{index-JCZedZdf.d.ts → index-DcxXBkSo.d.ts} +70 -2
- package/dist/{index-BRuf4O2a.d.ts → index-KZbFyT_N.d.ts} +484 -4
- package/dist/{index-DIaB52-2.d.mts → index-RL3hxi-b.d.mts} +281 -237
- package/dist/{index-CzktECeu.d.ts → index-zkXIOLcm.d.ts} +17177 -6700
- package/dist/index.d.mts +142 -10
- package/dist/index.d.ts +142 -10
- package/dist/index.js +2150 -197
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2150 -197
- package/dist/index.mjs.map +1 -1
- package/dist/kernel/index.d.mts +3 -3
- package/dist/kernel/index.d.ts +3 -3
- package/dist/kernel/index.js +421 -65
- package/dist/kernel/index.js.map +1 -1
- package/dist/kernel/index.mjs +402 -66
- package/dist/kernel/index.mjs.map +1 -1
- package/dist/{package-registry.zod-CO7_ejFC.d.mts → package-registry.zod-DeXhB8jL.d.mts} +149 -1
- package/dist/{package-registry.zod-CO7_ejFC.d.ts → package-registry.zod-DeXhB8jL.d.ts} +149 -1
- package/dist/package-upgrade.zod-CDgftw9z.d.mts +2686 -0
- package/dist/package-upgrade.zod-CDgftw9z.d.ts +2686 -0
- package/dist/studio/index.d.mts +1 -1
- package/dist/studio/index.d.ts +1 -1
- package/dist/studio/index.js +173 -0
- package/dist/studio/index.js.map +1 -1
- package/dist/studio/index.mjs +164 -1
- package/dist/studio/index.mjs.map +1 -1
- package/dist/{subscription.zod-DCztHI1t.d.ts → subscription.zod-CJ4JWmNt.d.ts} +5 -0
- package/dist/{subscription.zod-DwAnxzbq.d.mts → subscription.zod-D5j365Fg.d.mts} +5 -0
- package/dist/ui/index.js +6 -0
- package/dist/ui/index.js.map +1 -1
- package/dist/ui/index.mjs +6 -0
- 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 +17 -0
- package/json-schema/api/AutomationFlowPathParams.json +16 -0
- package/json-schema/api/AutomationRunPathParams.json +21 -0
- 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 +104 -0
- 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 +42 -0
- package/json-schema/api/CompleteChunkedUploadResponse.json +107 -0
- 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 +93 -0
- package/json-schema/api/CreateExportJobResponse.json +108 -0
- package/json-schema/api/CreateFeedItemRequest.json +2 -2
- package/json-schema/api/CreateFeedItemResponse.json +30 -2
- package/json-schema/api/CreateFlowRequest.json +486 -0
- package/json-schema/api/CreateFlowResponse.json +553 -0
- 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 +12 -0
- 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 +16 -0
- package/json-schema/api/DeleteFlowResponse.json +87 -0
- 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 +5 -3
- package/json-schema/api/DisablePackageResponse.json +83 -4
- package/json-schema/api/Discovery.json +90 -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 +5 -3
- package/json-schema/api/EnablePackageResponse.json +83 -4
- 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 +13 -0
- package/json-schema/api/ExportImportTemplate.json +123 -0
- package/json-schema/api/ExportJobProgress.json +174 -0
- package/json-schema/api/ExportJobStatus.json +14 -0
- package/json-schema/api/ExportJobSummary.json +75 -0
- 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 +8 -3
- 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 +48 -0
- package/json-schema/api/FileTypeValidation.json +48 -0
- 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 +6 -2
- package/json-schema/api/FlowSummary.json +55 -0
- 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 +53 -0
- package/json-schema/api/GetChangelogResponse.json +198 -0
- package/json-schema/api/GetDataRequest.json +2 -2
- package/json-schema/api/GetDataResponse.json +2 -2
- package/json-schema/api/GetDiscoveryRequest.json +2 -2
- package/json-schema/api/GetDiscoveryResponse.json +81 -2
- package/json-schema/api/GetEffectivePermissionsRequest.json +2 -2
- package/json-schema/api/GetEffectivePermissionsResponse.json +2 -2
- package/json-schema/api/GetExportJobDownloadRequest.json +16 -0
- package/json-schema/api/GetExportJobDownloadResponse.json +122 -0
- package/json-schema/api/GetFeedRequest.json +2 -2
- package/json-schema/api/GetFeedResponse.json +30 -2
- package/json-schema/api/GetFieldLabelsRequest.json +2 -2
- package/json-schema/api/GetFieldLabelsResponse.json +2 -2
- package/json-schema/api/GetFlowRequest.json +16 -0
- package/json-schema/api/GetFlowResponse.json +553 -0
- package/json-schema/api/GetInstalledPackageRequest.json +16 -0
- package/json-schema/api/GetInstalledPackageResponse.json +1992 -0
- 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 +5 -3
- package/json-schema/api/GetPackageResponse.json +82 -4
- 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 +21 -0
- package/json-schema/api/GetRunResponse.json +284 -0
- 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/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 +77 -0
- package/json-schema/api/ImportValidationMode.json +11 -0
- package/json-schema/api/ImportValidationResult.json +150 -0
- package/json-schema/api/InitiateChunkedUploadRequest.json +56 -0
- package/json-schema/api/InitiateChunkedUploadResponse.json +113 -0
- package/json-schema/api/InstallPackageRequest.json +26 -3
- package/json-schema/api/InstallPackageResponse.json +196 -4
- package/json-schema/api/ListExportJobsRequest.json +39 -0
- package/json-schema/api/ListExportJobsResponse.json +163 -0
- package/json-schema/api/ListFlowsRequest.json +44 -0
- package/json-schema/api/ListFlowsResponse.json +149 -0
- package/json-schema/api/ListInstalledPackagesRequest.json +40 -0
- package/json-schema/api/ListInstalledPackagesResponse.json +2020 -0
- package/json-schema/api/ListNotificationsRequest.json +2 -2
- package/json-schema/api/ListNotificationsResponse.json +2 -2
- package/json-schema/api/ListPackagesRequest.json +7 -4
- package/json-schema/api/ListPackagesResponse.json +86 -6
- package/json-schema/api/ListRecordResponse.json +2 -2
- package/json-schema/api/ListRunsRequest.json +42 -0
- package/json-schema/api/ListRunsResponse.json +311 -0
- 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 +21 -0
- package/json-schema/api/PackageInstallRequest.json +1877 -0
- package/json-schema/api/PackageInstallResponse.json +2155 -0
- package/json-schema/api/PackagePathParams.json +16 -0
- package/json-schema/api/PackageRollbackRequest.json +28 -0
- package/json-schema/api/PackageRollbackResponse.json +91 -0
- package/json-schema/api/PackageUpgradeRequest.json +1851 -0
- package/json-schema/api/PackageUpgradeResponse.json +269 -0
- package/json-schema/api/PinFeedItemRequest.json +26 -0
- package/json-schema/api/PinFeedItemResponse.json +94 -0
- 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 +1818 -0
- package/json-schema/api/ResolveDependenciesResponse.json +183 -0
- 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 +114 -0
- package/json-schema/api/ScheduleExportResponse.json +105 -0
- package/json-schema/api/ScheduledExport.json +146 -0
- package/json-schema/api/SchemaDefinition.json +2 -2
- package/json-schema/api/SearchFeedRequest.json +77 -0
- package/json-schema/api/SearchFeedResponse.json +372 -0
- package/json-schema/api/ServiceInfo.json +37 -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 +26 -0
- package/json-schema/api/StarFeedItemResponse.json +94 -0
- 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 +21 -0
- package/json-schema/api/ToggleFlowResponse.json +87 -0
- package/json-schema/api/TransportProtocol.json +2 -2
- package/json-schema/api/TriggerFlowRequest.json +44 -0
- package/json-schema/api/TriggerFlowResponse.json +93 -0
- package/json-schema/api/UninstallPackageApiRequest.json +16 -0
- package/json-schema/api/UninstallPackageApiResponse.json +92 -0
- package/json-schema/api/UninstallPackageRequest.json +5 -3
- package/json-schema/api/UninstallPackageResponse.json +8 -4
- package/json-schema/api/UnpinFeedItemRequest.json +26 -0
- package/json-schema/api/UnpinFeedItemResponse.json +87 -0
- package/json-schema/api/UnregisterDeviceRequest.json +2 -2
- package/json-schema/api/UnregisterDeviceResponse.json +2 -2
- package/json-schema/api/UnstarFeedItemRequest.json +26 -0
- package/json-schema/api/UnstarFeedItemResponse.json +87 -0
- 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 +30 -2
- package/json-schema/api/UpdateFlowRequest.json +489 -0
- package/json-schema/api/UpdateFlowResponse.json +553 -0
- 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 +223 -0
- package/json-schema/api/UploadArtifactResponse.json +136 -0
- package/json-schema/api/UploadChunkRequest.json +28 -0
- package/json-schema/api/UploadChunkResponse.json +96 -0
- package/json-schema/api/UploadProgress.json +153 -0
- 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 +47 -0
- 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 +35 -0
- package/json-schema/automation/BpmnElementMapping.json +32 -0
- package/json-schema/automation/BpmnExportOptions.json +79 -0
- package/json-schema/automation/BpmnImportOptions.json +79 -0
- package/json-schema/automation/BpmnInteropResult.json +71 -0
- package/json-schema/automation/BpmnUnmappedStrategy.json +13 -0
- package/json-schema/automation/BpmnVersion.json +11 -0
- package/json-schema/automation/Checkpoint.json +75 -0
- package/json-schema/automation/ConcurrencyPolicy.json +47 -0
- 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 +76 -0
- package/json-schema/automation/ExecutionErrorSeverity.json +11 -0
- package/json-schema/automation/ExecutionLog.json +217 -0
- package/json-schema/automation/ExecutionStatus.json +16 -0
- package/json-schema/automation/ExecutionStepLog.json +99 -0
- package/json-schema/automation/FieldUpdateAction.json +2 -2
- package/json-schema/automation/Flow.json +200 -7
- package/json-schema/automation/FlowEdge.json +12 -5
- package/json-schema/automation/FlowNode.json +168 -3
- package/json-schema/automation/FlowNodeAction.json +6 -3
- package/json-schema/automation/FlowVariable.json +2 -2
- package/json-schema/automation/FlowVersionHistory.json +523 -0
- package/json-schema/automation/GuardRef.json +2 -2
- package/json-schema/automation/HttpCallAction.json +2 -2
- package/json-schema/automation/NodeExecutorDescriptor.json +62 -0
- 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 +125 -0
- 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 +14 -0
- package/json-schema/automation/WaitExecutorConfig.json +67 -0
- package/json-schema/automation/WaitResumePayload.json +70 -0
- package/json-schema/automation/WaitTimeoutBehavior.json +12 -0
- 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 +4 -3
- package/json-schema/cloud/AppDiscoveryResponse.json +22 -12
- package/json-schema/cloud/AppSubscription.json +2 -2
- package/json-schema/cloud/ArtifactDownloadResponse.json +46 -0
- package/json-schema/cloud/ArtifactReference.json +48 -0
- 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 +3 -2
- package/json-schema/cloud/MarketplaceCategory.json +3 -2
- package/json-schema/cloud/MarketplaceHealthMetrics.json +2 -2
- package/json-schema/cloud/MarketplaceInstallRequest.json +51 -2
- package/json-schema/cloud/MarketplaceInstallResponse.json +8 -3
- package/json-schema/cloud/MarketplaceListing.json +69 -5
- package/json-schema/cloud/MarketplaceSearchRequest.json +11 -2
- package/json-schema/cloud/MarketplaceSearchResponse.json +84 -12
- package/json-schema/cloud/PackageSubmission.json +9 -2
- package/json-schema/cloud/PolicyAction.json +2 -2
- package/json-schema/cloud/PolicyViolationType.json +2 -2
- package/json-schema/cloud/PricingModel.json +3 -2
- package/json-schema/cloud/Publisher.json +5 -2
- package/json-schema/cloud/PublisherProfile.json +4 -3
- package/json-schema/cloud/PublisherVerification.json +3 -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 +6 -4
- 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 +30 -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/TimeUpdateInterval.json +2 -2
- package/json-schema/data/TransformType.json +2 -2
- package/json-schema/data/UniquenessValidation.json +2 -2
- package/json-schema/data/ValidationRule.json +2 -2
- package/json-schema/data/VectorConfig.json +2 -2
- package/json-schema/data/VersioningConfig.json +2 -2
- package/json-schema/data/WindowFunction.json +2 -2
- package/json-schema/data/WindowFunctionNode.json +2 -2
- package/json-schema/data/WindowSpec.json +2 -2
- package/json-schema/identity/Account.json +2 -2
- package/json-schema/identity/ApiKey.json +2 -2
- package/json-schema/identity/Invitation.json +2 -2
- package/json-schema/identity/InvitationStatus.json +2 -2
- package/json-schema/identity/Member.json +2 -2
- package/json-schema/identity/Organization.json +2 -2
- package/json-schema/identity/Role.json +2 -2
- package/json-schema/identity/SCIMAddress.json +2 -2
- package/json-schema/identity/SCIMBulkOperation.json +2 -2
- package/json-schema/identity/SCIMBulkRequest.json +2 -2
- package/json-schema/identity/SCIMBulkResponse.json +2 -2
- package/json-schema/identity/SCIMBulkResponseOperation.json +2 -2
- package/json-schema/identity/SCIMEmail.json +2 -2
- package/json-schema/identity/SCIMEnterpriseUser.json +2 -2
- package/json-schema/identity/SCIMError.json +2 -2
- package/json-schema/identity/SCIMGroup.json +2 -2
- package/json-schema/identity/SCIMGroupReference.json +2 -2
- package/json-schema/identity/SCIMListResponse.json +2 -2
- package/json-schema/identity/SCIMMemberReference.json +2 -2
- package/json-schema/identity/SCIMMeta.json +2 -2
- package/json-schema/identity/SCIMName.json +2 -2
- package/json-schema/identity/SCIMPatchOperation.json +2 -2
- package/json-schema/identity/SCIMPatchRequest.json +2 -2
- package/json-schema/identity/SCIMPhoneNumber.json +2 -2
- package/json-schema/identity/SCIMUser.json +2 -2
- package/json-schema/identity/Session.json +2 -2
- package/json-schema/identity/User.json +2 -2
- package/json-schema/identity/VerificationToken.json +2 -2
- package/json-schema/integration/AckMode.json +2 -2
- package/json-schema/integration/ApiVersionConfig.json +2 -2
- package/json-schema/integration/BuildConfig.json +2 -2
- package/json-schema/integration/CdcConfig.json +2 -2
- package/json-schema/integration/CircuitBreakerConfig.json +2 -2
- package/json-schema/integration/ConflictResolution.json +2 -2
- package/json-schema/integration/Connector.json +2 -2
- package/json-schema/integration/ConnectorAction.json +2 -2
- package/json-schema/integration/ConnectorHealth.json +2 -2
- package/json-schema/integration/ConnectorStatus.json +2 -2
- package/json-schema/integration/ConnectorTrigger.json +2 -2
- package/json-schema/integration/ConnectorType.json +2 -2
- package/json-schema/integration/ConsumerConfig.json +2 -2
- package/json-schema/integration/DataSyncConfig.json +2 -2
- package/json-schema/integration/DatabaseConnector.json +2 -2
- package/json-schema/integration/DatabasePoolConfig.json +2 -2
- package/json-schema/integration/DatabaseProvider.json +2 -2
- package/json-schema/integration/DatabaseTable.json +2 -2
- package/json-schema/integration/DeliveryGuarantee.json +2 -2
- package/json-schema/integration/DeploymentConfig.json +2 -2
- package/json-schema/integration/DlqConfig.json +2 -2
- package/json-schema/integration/DomainConfig.json +2 -2
- package/json-schema/integration/EdgeFunctionConfig.json +2 -2
- package/json-schema/integration/EnvironmentVariables.json +2 -2
- package/json-schema/integration/ErrorCategory.json +2 -2
- package/json-schema/integration/ErrorMappingConfig.json +2 -2
- package/json-schema/integration/ErrorMappingRule.json +2 -2
- package/json-schema/integration/FieldMapping.json +2 -2
- package/json-schema/integration/FileAccessPattern.json +2 -2
- package/json-schema/integration/FileFilterConfig.json +2 -2
- package/json-schema/integration/FileMetadataConfig.json +2 -2
- package/json-schema/integration/FileStorageConnector.json +2 -2
- package/json-schema/integration/FileStorageProvider.json +2 -2
- package/json-schema/integration/FileVersioningConfig.json +2 -2
- package/json-schema/integration/GitHubActionsWorkflow.json +2 -2
- package/json-schema/integration/GitHubCommitConfig.json +2 -2
- package/json-schema/integration/GitHubConnector.json +2 -2
- package/json-schema/integration/GitHubIssueTracking.json +2 -2
- package/json-schema/integration/GitHubProvider.json +2 -2
- package/json-schema/integration/GitHubPullRequestConfig.json +2 -2
- package/json-schema/integration/GitHubReleaseConfig.json +2 -2
- package/json-schema/integration/GitHubRepository.json +2 -2
- package/json-schema/integration/GitRepositoryConfig.json +2 -2
- package/json-schema/integration/HealthCheckConfig.json +2 -2
- package/json-schema/integration/MessageFormat.json +2 -2
- package/json-schema/integration/MessageQueueConnector.json +2 -2
- package/json-schema/integration/MessageQueueProvider.json +2 -2
- package/json-schema/integration/MultipartUploadConfig.json +2 -2
- package/json-schema/integration/ProducerConfig.json +2 -2
- package/json-schema/integration/RateLimitConfig.json +2 -2
- package/json-schema/integration/RateLimitStrategy.json +2 -2
- package/json-schema/integration/RetryConfig.json +2 -2
- package/json-schema/integration/RetryStrategy.json +2 -2
- package/json-schema/integration/SaasConnector.json +2 -2
- package/json-schema/integration/SaasObjectType.json +2 -2
- package/json-schema/integration/SaasProvider.json +2 -2
- package/json-schema/integration/SslConfig.json +2 -2
- package/json-schema/integration/StorageBucket.json +2 -2
- package/json-schema/integration/SyncStrategy.json +2 -2
- package/json-schema/integration/TopicQueue.json +2 -2
- package/json-schema/integration/VercelConnector.json +2 -2
- package/json-schema/integration/VercelFramework.json +2 -2
- package/json-schema/integration/VercelMonitoring.json +2 -2
- package/json-schema/integration/VercelProject.json +2 -2
- package/json-schema/integration/VercelProvider.json +2 -2
- package/json-schema/integration/VercelTeam.json +2 -2
- package/json-schema/integration/WebhookConfig.json +2 -2
- package/json-schema/integration/WebhookEvent.json +2 -2
- package/json-schema/integration/WebhookSignatureAlgorithm.json +2 -2
- package/json-schema/kernel/ActivationEvent.json +2 -2
- package/json-schema/kernel/AdvancedPluginLifecycleConfig.json +2 -2
- package/json-schema/kernel/ArtifactChecksum.json +35 -0
- package/json-schema/kernel/ArtifactFileEntry.json +45 -0
- package/json-schema/kernel/ArtifactSignature.json +44 -0
- 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 +64 -112
- package/json-schema/kernel/DependencyStatusEnum.json +13 -0
- 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 +5 -3
- package/json-schema/kernel/DisablePackageResponse.json +83 -4
- 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 +5 -3
- package/json-schema/kernel/EnablePackageResponse.json +83 -4
- 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 +5 -3
- package/json-schema/kernel/GetPackageResponse.json +82 -4
- 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 +26 -3
- package/json-schema/kernel/InstallPackageResponse.json +196 -4
- package/json-schema/kernel/InstalledPackage.json +80 -3
- 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 +7 -4
- package/json-schema/kernel/ListPackagesResponse.json +86 -6
- package/json-schema/kernel/Manifest.json +17 -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 +24 -0
- package/json-schema/kernel/MetadataChangeType.json +3 -2
- package/json-schema/kernel/MetadataCollectionInfo.json +2 -2
- package/json-schema/kernel/MetadataDependency.json +2 -2
- package/json-schema/kernel/MetadataDiffItem.json +5 -3
- 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 +37 -0
- package/json-schema/kernel/NamespaceRegistryEntry.json +39 -0
- 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 +200 -0
- 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 +3 -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 +73 -0
- package/json-schema/kernel/PluginBuildResult.json +245 -0
- 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 +164 -0
- 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 +59 -0
- package/json-schema/kernel/PluginPublishResult.json +46 -0
- 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 +43 -0
- package/json-schema/kernel/PluginValidateResult.json +416 -0
- 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 +32 -0
- package/json-schema/kernel/ResolvedDependency.json +45 -0
- package/json-schema/kernel/ResourceType.json +2 -2
- package/json-schema/kernel/RollbackPackageRequest.json +3 -2
- package/json-schema/kernel/RollbackPackageResponse.json +6 -3
- 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/UninstallPackageRequest.json +5 -3
- package/json-schema/kernel/UninstallPackageResponse.json +8 -4
- package/json-schema/kernel/UpgradeContext.json +35 -0
- package/json-schema/kernel/UpgradeImpactLevel.json +3 -2
- package/json-schema/kernel/UpgradePackageRequest.json +18 -2
- package/json-schema/kernel/UpgradePackageResponse.json +13 -6
- package/json-schema/kernel/UpgradePhase.json +3 -2
- package/json-schema/kernel/UpgradePlan.json +9 -5
- package/json-schema/kernel/UpgradeSnapshot.json +20 -3
- package/json-schema/kernel/ValidationError.json +2 -2
- package/json-schema/kernel/ValidationFinding.json +36 -0
- package/json-schema/kernel/ValidationResult.json +2 -2
- package/json-schema/kernel/ValidationSeverityEnum.json +12 -0
- 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 +48338 -21882
- package/json-schema/openapi.json +1 -1
- package/json-schema/qa/TestAction.json +2 -2
- package/json-schema/qa/TestActionType.json +2 -2
- package/json-schema/qa/TestAssertion.json +2 -2
- package/json-schema/qa/TestAssertionType.json +2 -2
- package/json-schema/qa/TestContext.json +2 -2
- package/json-schema/qa/TestScenario.json +2 -2
- package/json-schema/qa/TestStep.json +2 -2
- package/json-schema/qa/TestSuite.json +2 -2
- package/json-schema/security/AuditPolicy.json +2 -2
- package/json-schema/security/CriteriaSharingRule.json +2 -2
- package/json-schema/security/FieldPermission.json +2 -2
- package/json-schema/security/NetworkPolicy.json +2 -2
- package/json-schema/security/OWDModel.json +2 -2
- package/json-schema/security/ObjectPermission.json +2 -2
- package/json-schema/security/OwnerSharingRule.json +2 -2
- package/json-schema/security/PasswordPolicy.json +2 -2
- package/json-schema/security/PermissionSet.json +2 -2
- package/json-schema/security/Policy.json +2 -2
- package/json-schema/security/RLSAuditConfig.json +2 -2
- package/json-schema/security/RLSAuditEvent.json +2 -2
- package/json-schema/security/RLSConfig.json +2 -2
- package/json-schema/security/RLSEvaluationResult.json +2 -2
- package/json-schema/security/RLSOperation.json +2 -2
- package/json-schema/security/RLSUserContext.json +2 -2
- package/json-schema/security/RowLevelSecurityPolicy.json +2 -2
- package/json-schema/security/SessionPolicy.json +2 -2
- package/json-schema/security/ShareRecipientType.json +2 -2
- package/json-schema/security/SharingLevel.json +2 -2
- package/json-schema/security/SharingRule.json +2 -2
- package/json-schema/security/SharingRuleType.json +2 -2
- package/json-schema/security/Territory.json +2 -2
- package/json-schema/security/TerritoryModel.json +2 -2
- package/json-schema/security/TerritoryType.json +2 -2
- package/json-schema/shared/AggregationFunctionEnum.json +2 -2
- package/json-schema/shared/AppName.json +2 -2
- package/json-schema/shared/BaseMetadataRecord.json +2 -2
- package/json-schema/shared/CacheStrategyEnum.json +2 -2
- package/json-schema/shared/CorsConfig.json +2 -2
- package/json-schema/shared/EventName.json +2 -2
- package/json-schema/shared/FieldMapping.json +2 -2
- package/json-schema/shared/FieldName.json +2 -2
- package/json-schema/shared/FlowName.json +2 -2
- package/json-schema/shared/HttpMethod.json +2 -2
- package/json-schema/shared/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 +240 -0
- package/json-schema/studio/FlowCanvasEdge.json +71 -0
- package/json-schema/studio/FlowCanvasEdgeStyle.json +13 -0
- package/json-schema/studio/FlowCanvasNode.json +57 -0
- package/json-schema/studio/FlowLayoutAlgorithm.json +13 -0
- package/json-schema/studio/FlowLayoutDirection.json +13 -0
- package/json-schema/studio/FlowNodeRenderDescriptor.json +88 -0
- package/json-schema/studio/FlowNodeShape.json +17 -0
- 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/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/AuditLogConfig.json +2 -2
- package/json-schema/system/AuditRetentionPolicy.json +2 -2
- package/json-schema/system/AuditStorageConfig.json +2 -2
- package/json-schema/system/AuthConfig.json +2 -2
- package/json-schema/system/AuthPluginConfig.json +2 -2
- package/json-schema/system/AuthProviderConfig.json +2 -2
- package/json-schema/system/AwarenessEvent.json +2 -2
- package/json-schema/system/AwarenessSession.json +2 -2
- package/json-schema/system/AwarenessUpdate.json +2 -2
- package/json-schema/system/AwarenessUserState.json +2 -2
- package/json-schema/system/BackupConfig.json +2 -2
- package/json-schema/system/BackupRetention.json +2 -2
- package/json-schema/system/BackupStrategy.json +2 -2
- package/json-schema/system/BatchProgress.json +2 -2
- package/json-schema/system/BucketConfig.json +2 -2
- package/json-schema/system/CRDTMergeResult.json +2 -2
- package/json-schema/system/CRDTState.json +2 -2
- package/json-schema/system/CRDTType.json +2 -2
- package/json-schema/system/CacheAvalanchePrevention.json +2 -2
- package/json-schema/system/CacheConfig.json +2 -2
- package/json-schema/system/CacheConsistency.json +2 -2
- package/json-schema/system/CacheInvalidation.json +2 -2
- package/json-schema/system/CacheStrategy.json +2 -2
- package/json-schema/system/CacheTier.json +2 -2
- package/json-schema/system/CacheWarmup.json +2 -2
- package/json-schema/system/ChangeImpact.json +2 -2
- package/json-schema/system/ChangePriority.json +2 -2
- package/json-schema/system/ChangeRequest.json +2 -2
- package/json-schema/system/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 +2 -2
- package/json-schema/system/ComplianceEncryptionRequirement.json +2 -2
- package/json-schema/system/ConsoleDestinationConfig.json +2 -2
- package/json-schema/system/ConsumerConfig.json +2 -2
- package/json-schema/system/CoreServiceName.json +2 -2
- package/json-schema/system/CounterOperation.json +2 -2
- package/json-schema/system/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/DataClassificationPolicy.json +2 -2
- package/json-schema/system/DatabaseLevelIsolationStrategy.json +2 -2
- package/json-schema/system/DeadLetterQueue.json +2 -2
- package/json-schema/system/DeleteObjectOperation.json +2 -2
- 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/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/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/PushNotification.json +2 -2
- package/json-schema/system/QueueConfig.json +2 -2
- package/json-schema/system/RPO.json +2 -2
- package/json-schema/system/RTO.json +2 -2
- package/json-schema/system/RegistryConfig.json +2 -2
- package/json-schema/system/RegistrySyncPolicy.json +2 -2
- package/json-schema/system/RegistryUpstream.json +2 -2
- package/json-schema/system/RemoveFieldOperation.json +2 -2
- package/json-schema/system/RenameObjectOperation.json +2 -2
- package/json-schema/system/RetryPolicy.json +2 -2
- package/json-schema/system/RollbackPlan.json +2 -2
- package/json-schema/system/RouteHandlerMetadata.json +2 -2
- package/json-schema/system/RowLevelIsolationStrategy.json +2 -2
- package/json-schema/system/SMSTemplate.json +2 -2
- package/json-schema/system/SamplingDecision.json +2 -2
- package/json-schema/system/SamplingStrategyType.json +2 -2
- package/json-schema/system/Schedule.json +2 -2
- package/json-schema/system/SearchConfig.json +2 -2
- package/json-schema/system/SearchIndexConfig.json +2 -2
- package/json-schema/system/SearchProvider.json +2 -2
- package/json-schema/system/SecurityContextConfig.json +2 -2
- package/json-schema/system/SecurityEventCorrelation.json +2 -2
- package/json-schema/system/ServerCapabilities.json +2 -2
- package/json-schema/system/ServerEvent.json +2 -2
- package/json-schema/system/ServerEventType.json +2 -2
- package/json-schema/system/ServerStatus.json +2 -2
- package/json-schema/system/ServiceConfig.json +2 -2
- package/json-schema/system/ServiceCriticality.json +2 -2
- package/json-schema/system/ServiceLevelIndicator.json +2 -2
- package/json-schema/system/ServiceLevelObjective.json +2 -2
- package/json-schema/system/ServiceStatus.json +2 -2
- package/json-schema/system/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/SuspiciousActivityRule.json +2 -2
- package/json-schema/system/Task.json +2 -2
- package/json-schema/system/TaskExecutionResult.json +2 -2
- package/json-schema/system/TaskPriority.json +2 -2
- package/json-schema/system/TaskRetryPolicy.json +2 -2
- package/json-schema/system/TaskStatus.json +2 -2
- package/json-schema/system/Tenant.json +2 -2
- package/json-schema/system/TenantIsolationConfig.json +2 -2
- package/json-schema/system/TenantIsolationLevel.json +2 -2
- package/json-schema/system/TenantQuota.json +2 -2
- package/json-schema/system/TenantSecurityPolicy.json +2 -2
- package/json-schema/system/TextCRDTOperation.json +2 -2
- package/json-schema/system/TextCRDTState.json +2 -2
- package/json-schema/system/TimeSeries.json +2 -2
- package/json-schema/system/TimeSeriesDataPoint.json +2 -2
- package/json-schema/system/TopicConfig.json +2 -2
- package/json-schema/system/TraceContext.json +2 -2
- package/json-schema/system/TraceContextPropagation.json +2 -2
- package/json-schema/system/TraceFlags.json +2 -2
- package/json-schema/system/TracePropagationFormat.json +2 -2
- package/json-schema/system/TraceSamplingConfig.json +2 -2
- package/json-schema/system/TraceState.json +2 -2
- package/json-schema/system/TracingConfig.json +2 -2
- package/json-schema/system/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 +2 -2
- package/json-schema/ui/AnimationTrigger.json +2 -2
- package/json-schema/ui/App.json +2 -2
- package/json-schema/ui/AppBranding.json +2 -2
- package/json-schema/ui/AppearanceConfig.json +2 -2
- package/json-schema/ui/AriaProps.json +2 -2
- package/json-schema/ui/BlankPageLayout.json +2 -2
- package/json-schema/ui/BlankPageLayoutItem.json +2 -2
- package/json-schema/ui/BorderRadius.json +2 -2
- package/json-schema/ui/BreakpointColumnMap.json +2 -2
- package/json-schema/ui/BreakpointName.json +2 -2
- package/json-schema/ui/BreakpointOrderMap.json +2 -2
- package/json-schema/ui/Breakpoints.json +2 -2
- package/json-schema/ui/CalendarConfig.json +2 -2
- package/json-schema/ui/ChartAnnotation.json +2 -2
- package/json-schema/ui/ChartAxis.json +2 -2
- package/json-schema/ui/ChartConfig.json +2 -2
- package/json-schema/ui/ChartInteraction.json +2 -2
- package/json-schema/ui/ChartSeries.json +2 -2
- package/json-schema/ui/ChartType.json +2 -2
- package/json-schema/ui/ColorPalette.json +2 -2
- package/json-schema/ui/ColumnSummary.json +2 -2
- package/json-schema/ui/ComponentAnimation.json +2 -2
- package/json-schema/ui/ConflictResolution.json +2 -2
- package/json-schema/ui/Dashboard.json +2 -2
- package/json-schema/ui/DashboardHeader.json +2 -2
- package/json-schema/ui/DashboardHeaderAction.json +2 -2
- package/json-schema/ui/DashboardNavItem.json +2 -2
- package/json-schema/ui/DashboardWidget.json +2 -2
- package/json-schema/ui/DateFormat.json +2 -2
- package/json-schema/ui/DensityMode.json +2 -2
- package/json-schema/ui/DndConfig.json +2 -2
- package/json-schema/ui/DragConstraint.json +2 -2
- package/json-schema/ui/DragHandle.json +2 -2
- package/json-schema/ui/DragItem.json +2 -2
- package/json-schema/ui/DropEffect.json +2 -2
- package/json-schema/ui/DropZone.json +2 -2
- package/json-schema/ui/EasingFunction.json +2 -2
- package/json-schema/ui/ElementButtonProps.json +2 -2
- package/json-schema/ui/ElementDataSource.json +2 -2
- package/json-schema/ui/ElementFilterProps.json +2 -2
- package/json-schema/ui/ElementFormProps.json +2 -2
- package/json-schema/ui/ElementImageProps.json +2 -2
- package/json-schema/ui/ElementNumberProps.json +2 -2
- package/json-schema/ui/ElementRecordPickerProps.json +2 -2
- package/json-schema/ui/ElementTextProps.json +2 -2
- package/json-schema/ui/EmbedConfig.json +2 -2
- package/json-schema/ui/EvictionPolicy.json +2 -2
- package/json-schema/ui/FocusManagement.json +2 -2
- package/json-schema/ui/FocusTrapConfig.json +2 -2
- package/json-schema/ui/FormField.json +2 -2
- package/json-schema/ui/GalleryConfig.json +2 -2
- package/json-schema/ui/GanttConfig.json +2 -2
- package/json-schema/ui/GestureConfig.json +2 -2
- package/json-schema/ui/GestureType.json +2 -2
- package/json-schema/ui/GlobalFilter.json +2 -2
- package/json-schema/ui/GlobalFilterOptionsFrom.json +2 -2
- package/json-schema/ui/GroupNavItem.json +2 -2
- package/json-schema/ui/GroupingConfig.json +2 -2
- package/json-schema/ui/GroupingField.json +2 -2
- package/json-schema/ui/HttpMethod.json +2 -2
- package/json-schema/ui/HttpRequest.json +2 -2
- package/json-schema/ui/I18nLabel.json +2 -2
- package/json-schema/ui/I18nObject.json +2 -2
- package/json-schema/ui/InterfacePageConfig.json +2 -2
- package/json-schema/ui/KanbanConfig.json +2 -2
- package/json-schema/ui/KeyboardNavigationConfig.json +2 -2
- package/json-schema/ui/KeyboardShortcut.json +2 -2
- package/json-schema/ui/ListColumn.json +2 -2
- package/json-schema/ui/ListView.json +2 -2
- package/json-schema/ui/LocaleConfig.json +2 -2
- package/json-schema/ui/LongPressGestureConfig.json +2 -2
- package/json-schema/ui/MotionConfig.json +2 -2
- package/json-schema/ui/NavigationArea.json +2 -2
- package/json-schema/ui/NavigationConfig.json +2 -2
- package/json-schema/ui/NavigationItem.json +2 -2
- package/json-schema/ui/NavigationMode.json +2 -2
- package/json-schema/ui/Notification.json +2 -2
- package/json-schema/ui/NotificationAction.json +2 -2
- package/json-schema/ui/NotificationConfig.json +2 -2
- package/json-schema/ui/NotificationPosition.json +2 -2
- package/json-schema/ui/NotificationSeverity.json +2 -2
- package/json-schema/ui/NotificationType.json +2 -2
- package/json-schema/ui/NumberFormat.json +2 -2
- package/json-schema/ui/ObjectNavItem.json +2 -2
- package/json-schema/ui/OfflineCacheConfig.json +2 -2
- package/json-schema/ui/OfflineConfig.json +2 -2
- package/json-schema/ui/OfflineStrategy.json +2 -2
- package/json-schema/ui/Page.json +2 -2
- package/json-schema/ui/PageAccordionProps.json +2 -2
- package/json-schema/ui/PageCardProps.json +2 -2
- package/json-schema/ui/PageComponent.json +2 -2
- package/json-schema/ui/PageComponentType.json +2 -2
- package/json-schema/ui/PageHeaderProps.json +2 -2
- package/json-schema/ui/PageNavItem.json +2 -2
- package/json-schema/ui/PageRegion.json +2 -2
- package/json-schema/ui/PageTabsProps.json +2 -2
- package/json-schema/ui/PageTransition.json +2 -2
- package/json-schema/ui/PageType.json +2 -2
- package/json-schema/ui/PageVariable.json +2 -2
- package/json-schema/ui/PaginationConfig.json +2 -2
- package/json-schema/ui/PerformanceConfig.json +2 -2
- package/json-schema/ui/PersistStorage.json +2 -2
- package/json-schema/ui/PinchGestureConfig.json +2 -2
- package/json-schema/ui/PluralRule.json +2 -2
- package/json-schema/ui/RecordActivityProps.json +2 -2
- package/json-schema/ui/RecordChatterProps.json +2 -2
- package/json-schema/ui/RecordDetailsProps.json +2 -2
- package/json-schema/ui/RecordHighlightsProps.json +2 -2
- package/json-schema/ui/RecordPathProps.json +2 -2
- package/json-schema/ui/RecordRelatedListProps.json +2 -2
- package/json-schema/ui/RecordReviewConfig.json +2 -2
- package/json-schema/ui/Report.json +2 -2
- package/json-schema/ui/ReportChart.json +2 -2
- package/json-schema/ui/ReportColumn.json +2 -2
- package/json-schema/ui/ReportGrouping.json +2 -2
- package/json-schema/ui/ReportNavItem.json +2 -2
- package/json-schema/ui/ReportType.json +2 -2
- package/json-schema/ui/ResponsiveConfig.json +2 -2
- package/json-schema/ui/RowColorConfig.json +2 -2
- package/json-schema/ui/RowHeight.json +2 -2
- package/json-schema/ui/SelectionConfig.json +2 -2
- package/json-schema/ui/Shadow.json +2 -2
- package/json-schema/ui/SharingConfig.json +2 -2
- package/json-schema/ui/Spacing.json +2 -2
- package/json-schema/ui/SwipeDirection.json +2 -2
- package/json-schema/ui/SwipeGestureConfig.json +2 -2
- package/json-schema/ui/SyncConfig.json +2 -2
- package/json-schema/ui/Theme.json +2 -2
- package/json-schema/ui/ThemeMode.json +2 -2
- package/json-schema/ui/TimelineConfig.json +2 -2
- package/json-schema/ui/TouchInteraction.json +2 -2
- package/json-schema/ui/TouchTargetConfig.json +2 -2
- package/json-schema/ui/TransitionConfig.json +2 -2
- package/json-schema/ui/TransitionPreset.json +2 -2
- package/json-schema/ui/Typography.json +2 -2
- package/json-schema/ui/UrlNavItem.json +2 -2
- package/json-schema/ui/UserActionsConfig.json +2 -2
- package/json-schema/ui/ViewData.json +2 -2
- package/json-schema/ui/ViewSharing.json +2 -2
- package/json-schema/ui/ViewTab.json +2 -2
- package/json-schema/ui/VisualizationType.json +2 -2
- package/json-schema/ui/WcagContrastLevel.json +2 -2
- package/json-schema/ui/WidgetActionType.json +2 -2
- package/json-schema/ui/WidgetColorVariant.json +2 -2
- package/json-schema/ui/WidgetEvent.json +2 -2
- package/json-schema/ui/WidgetLifecycle.json +2 -2
- package/json-schema/ui/WidgetManifest.json +2 -2
- package/json-schema/ui/WidgetMeasure.json +2 -2
- package/json-schema/ui/WidgetProperty.json +2 -2
- package/json-schema/ui/WidgetSource.json +2 -2
- package/json-schema/ui/ZIndex.json +2 -2
- package/package.json +1 -1
- package/dist/metadata-plugin.zod-Cjm0qlEF.d.mts +0 -703
- package/dist/metadata-plugin.zod-Cjm0qlEF.d.ts +0 -703
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
import { C as CustomizationOrigin,
|
|
3
|
-
import { D as DisablePackageRequest, g as DisablePackageRequestSchema, f as DisablePackageResponse, h as DisablePackageResponseSchema, E as EnablePackageRequest, i as EnablePackageRequestSchema, e as EnablePackageResponse, j as EnablePackageResponseSchema, G as GetPackageRequest, k as GetPackageRequestSchema, b as GetPackageResponse, l as GetPackageResponseSchema, I as InstallPackageRequest, m as InstallPackageRequestSchema, c as InstallPackageResponse, n as InstallPackageResponseSchema, o as InstalledPackage, t as InstalledPackageSchema, L as ListPackagesRequest, p as ListPackagesRequestSchema, a as ListPackagesResponse, q as ListPackagesResponseSchema, P as PackageStatus,
|
|
2
|
+
import { A as ArtifactChecksum, h as ArtifactChecksumSchema, i as ArtifactFileEntry, j as ArtifactFileEntrySchema, k as ArtifactSignature, l as ArtifactSignatureSchema, C as CustomizationOrigin, m as CustomizationOriginSchema, n as CustomizationPolicy, o as CustomizationPolicySchema, p as DEFAULT_METADATA_TYPE_REGISTRY, D as DependencyResolutionResult, q as DependencyResolutionResultSchema, r as DependencyStatus, s as DependencyStatusEnum, F as FieldChange, t as FieldChangeSchema, u as ManifestSchema, v as MergeConflict, w as MergeConflictSchema, x as MergeResult, y as MergeResultSchema, z as MergeStrategyConfig, B as MergeStrategyConfigSchema, E as MetadataBulkRegisterRequest, G as MetadataBulkRegisterRequestSchema, b as MetadataBulkResult, H as MetadataBulkResultSchema, I as MetadataCategory, J as MetadataCategoryEnum, K as MetadataChangeType, L as MetadataChangeTypeSchema, e as MetadataDependency, N as MetadataDependencySchema, Q as MetadataDiffItem, S as MetadataDiffItemSchema, T as MetadataEvent, V as MetadataEventSchema, c as MetadataOverlay, W as MetadataOverlaySchema, X as MetadataPluginConfig, Y as MetadataPluginConfigSchema, Z as MetadataPluginManifest, _ as MetadataPluginManifestSchema, M as MetadataQuery, a as MetadataQueryResult, $ as MetadataQueryResultSchema, a0 as MetadataQuerySchema, a1 as MetadataType, a2 as MetadataTypeRegistryEntry, a3 as MetadataTypeRegistryEntrySchema, a4 as MetadataTypeSchema, d as MetadataValidationResult, a5 as MetadataValidationResultSchema, O as ObjectStackManifest, a6 as ObjectStackManifestInput, P as PackageArtifact, a7 as PackageArtifactInput, a8 as PackageArtifactSchema, a9 as RequiredAction, aa as RequiredActionSchema, ab as ResolvedDependency, ac as ResolvedDependencySchema, ad as RollbackPackageRequest, ae as RollbackPackageRequestSchema, R as RollbackPackageResponse, af as RollbackPackageResponseSchema, ag as UpgradeImpactLevel, ah as UpgradeImpactLevelSchema, ai as UpgradePackageRequest, aj as UpgradePackageRequestSchema, f as UpgradePackageResponse, ak as UpgradePackageResponseSchema, al as UpgradePhase, am as UpgradePhaseSchema, U as UpgradePlan, an as UpgradePlanSchema, g as UpgradeSnapshot, ao as UpgradeSnapshotSchema } from './package-upgrade.zod-CDgftw9z.mjs';
|
|
3
|
+
import { D as DisablePackageRequest, g as DisablePackageRequestSchema, f as DisablePackageResponse, h as DisablePackageResponseSchema, E as EnablePackageRequest, i as EnablePackageRequestSchema, e as EnablePackageResponse, j as EnablePackageResponseSchema, G as GetPackageRequest, k as GetPackageRequestSchema, b as GetPackageResponse, l as GetPackageResponseSchema, I as InstallPackageRequest, m as InstallPackageRequestSchema, c as InstallPackageResponse, n as InstallPackageResponseSchema, o as InstalledPackage, t as InstalledPackageSchema, L as ListPackagesRequest, p as ListPackagesRequestSchema, a as ListPackagesResponse, q as ListPackagesResponseSchema, N as NamespaceConflictError, u as NamespaceConflictErrorSchema, v as NamespaceRegistryEntry, w as NamespaceRegistryEntrySchema, P as PackageStatus, x as PackageStatusEnum, U as UninstallPackageRequest, r as UninstallPackageRequestSchema, d as UninstallPackageResponse, s as UninstallPackageResponseSchema } from './package-registry.zod-DeXhB8jL.mjs';
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
6
|
* # CLI Extension Protocol
|
|
@@ -94,6 +94,328 @@ declare const OclifPluginConfigSchema: z.ZodObject<{
|
|
|
94
94
|
type CLICommandContribution = z.infer<typeof CLICommandContributionSchema>;
|
|
95
95
|
type OclifPluginConfig = z.infer<typeof OclifPluginConfigSchema>;
|
|
96
96
|
|
|
97
|
+
/**
|
|
98
|
+
* # CLI Plugin Commands Protocol
|
|
99
|
+
*
|
|
100
|
+
* Defines the input/output schemas for the `os plugin` CLI commands
|
|
101
|
+
* that manage the package build → validate → publish lifecycle.
|
|
102
|
+
*
|
|
103
|
+
* ## Commands
|
|
104
|
+
* ```
|
|
105
|
+
* os plugin build — Build a .tgz artifact from the current project
|
|
106
|
+
* os plugin validate — Validate an artifact's structure, checksums, and signature
|
|
107
|
+
* os plugin publish — Upload an artifact to the marketplace
|
|
108
|
+
* ```
|
|
109
|
+
*
|
|
110
|
+
* ## Architecture Alignment
|
|
111
|
+
* - **npm**: `npm pack` → `npm publish`
|
|
112
|
+
* - **Helm**: `helm package` → `helm push`
|
|
113
|
+
* - **VS Code**: `vsce package` → `vsce publish`
|
|
114
|
+
* - **Salesforce**: `sf package version create` → `sf package version promote`
|
|
115
|
+
*/
|
|
116
|
+
/**
|
|
117
|
+
* Options for the `os plugin build` command.
|
|
118
|
+
* Reads the project manifest and produces a .tgz artifact.
|
|
119
|
+
*/
|
|
120
|
+
declare const PluginBuildOptionsSchema: z.ZodObject<{
|
|
121
|
+
directory: z.ZodOptional<z.ZodString>;
|
|
122
|
+
outDir: z.ZodOptional<z.ZodString>;
|
|
123
|
+
format: z.ZodDefault<z.ZodEnum<{
|
|
124
|
+
tgz: "tgz";
|
|
125
|
+
zip: "zip";
|
|
126
|
+
}>>;
|
|
127
|
+
sign: z.ZodDefault<z.ZodBoolean>;
|
|
128
|
+
privateKeyPath: z.ZodOptional<z.ZodString>;
|
|
129
|
+
signAlgorithm: z.ZodOptional<z.ZodEnum<{
|
|
130
|
+
"RSA-SHA256": "RSA-SHA256";
|
|
131
|
+
"RSA-SHA384": "RSA-SHA384";
|
|
132
|
+
"RSA-SHA512": "RSA-SHA512";
|
|
133
|
+
"ECDSA-SHA256": "ECDSA-SHA256";
|
|
134
|
+
}>>;
|
|
135
|
+
checksumAlgorithm: z.ZodDefault<z.ZodEnum<{
|
|
136
|
+
sha256: "sha256";
|
|
137
|
+
sha384: "sha384";
|
|
138
|
+
sha512: "sha512";
|
|
139
|
+
}>>;
|
|
140
|
+
includeData: z.ZodDefault<z.ZodBoolean>;
|
|
141
|
+
includeLocales: z.ZodDefault<z.ZodBoolean>;
|
|
142
|
+
}, z.core.$strip>;
|
|
143
|
+
type PluginBuildOptions = z.infer<typeof PluginBuildOptionsSchema>;
|
|
144
|
+
/**
|
|
145
|
+
* Result of the `os plugin build` command.
|
|
146
|
+
*/
|
|
147
|
+
declare const PluginBuildResultSchema: z.ZodObject<{
|
|
148
|
+
success: z.ZodBoolean;
|
|
149
|
+
artifactPath: z.ZodOptional<z.ZodString>;
|
|
150
|
+
artifact: z.ZodOptional<z.ZodObject<{
|
|
151
|
+
formatVersion: z.ZodDefault<z.ZodString>;
|
|
152
|
+
packageId: z.ZodString;
|
|
153
|
+
version: z.ZodString;
|
|
154
|
+
format: z.ZodDefault<z.ZodEnum<{
|
|
155
|
+
tgz: "tgz";
|
|
156
|
+
zip: "zip";
|
|
157
|
+
}>>;
|
|
158
|
+
size: z.ZodOptional<z.ZodNumber>;
|
|
159
|
+
builtAt: z.ZodString;
|
|
160
|
+
builtWith: z.ZodOptional<z.ZodString>;
|
|
161
|
+
files: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
162
|
+
path: z.ZodString;
|
|
163
|
+
size: z.ZodNumber;
|
|
164
|
+
category: z.ZodOptional<z.ZodEnum<{
|
|
165
|
+
objects: "objects";
|
|
166
|
+
pages: "pages";
|
|
167
|
+
dashboards: "dashboards";
|
|
168
|
+
reports: "reports";
|
|
169
|
+
actions: "actions";
|
|
170
|
+
themes: "themes";
|
|
171
|
+
workflows: "workflows";
|
|
172
|
+
flows: "flows";
|
|
173
|
+
permissions: "permissions";
|
|
174
|
+
apis: "apis";
|
|
175
|
+
agents: "agents";
|
|
176
|
+
triggers: "triggers";
|
|
177
|
+
views: "views";
|
|
178
|
+
translations: "translations";
|
|
179
|
+
datasets: "datasets";
|
|
180
|
+
}>>;
|
|
181
|
+
}, z.core.$strip>>>;
|
|
182
|
+
metadataCategories: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
183
|
+
objects: "objects";
|
|
184
|
+
pages: "pages";
|
|
185
|
+
dashboards: "dashboards";
|
|
186
|
+
reports: "reports";
|
|
187
|
+
actions: "actions";
|
|
188
|
+
themes: "themes";
|
|
189
|
+
workflows: "workflows";
|
|
190
|
+
flows: "flows";
|
|
191
|
+
permissions: "permissions";
|
|
192
|
+
apis: "apis";
|
|
193
|
+
agents: "agents";
|
|
194
|
+
triggers: "triggers";
|
|
195
|
+
views: "views";
|
|
196
|
+
translations: "translations";
|
|
197
|
+
datasets: "datasets";
|
|
198
|
+
}>>>;
|
|
199
|
+
checksums: z.ZodOptional<z.ZodObject<{
|
|
200
|
+
algorithm: z.ZodDefault<z.ZodEnum<{
|
|
201
|
+
sha256: "sha256";
|
|
202
|
+
sha384: "sha384";
|
|
203
|
+
sha512: "sha512";
|
|
204
|
+
}>>;
|
|
205
|
+
files: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
206
|
+
}, z.core.$strip>>;
|
|
207
|
+
signature: z.ZodOptional<z.ZodObject<{
|
|
208
|
+
algorithm: z.ZodDefault<z.ZodEnum<{
|
|
209
|
+
"RSA-SHA256": "RSA-SHA256";
|
|
210
|
+
"RSA-SHA384": "RSA-SHA384";
|
|
211
|
+
"RSA-SHA512": "RSA-SHA512";
|
|
212
|
+
"ECDSA-SHA256": "ECDSA-SHA256";
|
|
213
|
+
}>>;
|
|
214
|
+
publicKeyRef: z.ZodString;
|
|
215
|
+
signature: z.ZodString;
|
|
216
|
+
signedAt: z.ZodOptional<z.ZodString>;
|
|
217
|
+
signedBy: z.ZodOptional<z.ZodString>;
|
|
218
|
+
}, z.core.$strip>>;
|
|
219
|
+
}, z.core.$strip>>;
|
|
220
|
+
fileCount: z.ZodOptional<z.ZodNumber>;
|
|
221
|
+
size: z.ZodOptional<z.ZodNumber>;
|
|
222
|
+
durationMs: z.ZodOptional<z.ZodNumber>;
|
|
223
|
+
errorMessage: z.ZodOptional<z.ZodString>;
|
|
224
|
+
warnings: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
225
|
+
}, z.core.$strip>;
|
|
226
|
+
type PluginBuildResult = z.infer<typeof PluginBuildResultSchema>;
|
|
227
|
+
/**
|
|
228
|
+
* Validation severity levels.
|
|
229
|
+
*/
|
|
230
|
+
declare const ValidationSeverityEnum: z.ZodEnum<{
|
|
231
|
+
error: "error";
|
|
232
|
+
warning: "warning";
|
|
233
|
+
info: "info";
|
|
234
|
+
}>;
|
|
235
|
+
/**
|
|
236
|
+
* A single validation finding.
|
|
237
|
+
*/
|
|
238
|
+
declare const ValidationFindingSchema: z.ZodObject<{
|
|
239
|
+
severity: z.ZodEnum<{
|
|
240
|
+
error: "error";
|
|
241
|
+
warning: "warning";
|
|
242
|
+
info: "info";
|
|
243
|
+
}>;
|
|
244
|
+
rule: z.ZodString;
|
|
245
|
+
message: z.ZodString;
|
|
246
|
+
path: z.ZodOptional<z.ZodString>;
|
|
247
|
+
}, z.core.$strip>;
|
|
248
|
+
type ValidationFinding = z.infer<typeof ValidationFindingSchema>;
|
|
249
|
+
/**
|
|
250
|
+
* Options for the `os plugin validate` command.
|
|
251
|
+
*/
|
|
252
|
+
declare const PluginValidateOptionsSchema: z.ZodObject<{
|
|
253
|
+
artifactPath: z.ZodString;
|
|
254
|
+
verifySignature: z.ZodDefault<z.ZodBoolean>;
|
|
255
|
+
publicKeyPath: z.ZodOptional<z.ZodString>;
|
|
256
|
+
verifyChecksums: z.ZodDefault<z.ZodBoolean>;
|
|
257
|
+
validateMetadata: z.ZodDefault<z.ZodBoolean>;
|
|
258
|
+
platformVersion: z.ZodOptional<z.ZodString>;
|
|
259
|
+
}, z.core.$strip>;
|
|
260
|
+
type PluginValidateOptions = z.infer<typeof PluginValidateOptionsSchema>;
|
|
261
|
+
/**
|
|
262
|
+
* Result of the `os plugin validate` command.
|
|
263
|
+
*/
|
|
264
|
+
declare const PluginValidateResultSchema: z.ZodObject<{
|
|
265
|
+
valid: z.ZodBoolean;
|
|
266
|
+
artifact: z.ZodOptional<z.ZodObject<{
|
|
267
|
+
formatVersion: z.ZodDefault<z.ZodString>;
|
|
268
|
+
packageId: z.ZodString;
|
|
269
|
+
version: z.ZodString;
|
|
270
|
+
format: z.ZodDefault<z.ZodEnum<{
|
|
271
|
+
tgz: "tgz";
|
|
272
|
+
zip: "zip";
|
|
273
|
+
}>>;
|
|
274
|
+
size: z.ZodOptional<z.ZodNumber>;
|
|
275
|
+
builtAt: z.ZodString;
|
|
276
|
+
builtWith: z.ZodOptional<z.ZodString>;
|
|
277
|
+
files: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
278
|
+
path: z.ZodString;
|
|
279
|
+
size: z.ZodNumber;
|
|
280
|
+
category: z.ZodOptional<z.ZodEnum<{
|
|
281
|
+
objects: "objects";
|
|
282
|
+
pages: "pages";
|
|
283
|
+
dashboards: "dashboards";
|
|
284
|
+
reports: "reports";
|
|
285
|
+
actions: "actions";
|
|
286
|
+
themes: "themes";
|
|
287
|
+
workflows: "workflows";
|
|
288
|
+
flows: "flows";
|
|
289
|
+
permissions: "permissions";
|
|
290
|
+
apis: "apis";
|
|
291
|
+
agents: "agents";
|
|
292
|
+
triggers: "triggers";
|
|
293
|
+
views: "views";
|
|
294
|
+
translations: "translations";
|
|
295
|
+
datasets: "datasets";
|
|
296
|
+
}>>;
|
|
297
|
+
}, z.core.$strip>>>;
|
|
298
|
+
metadataCategories: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
299
|
+
objects: "objects";
|
|
300
|
+
pages: "pages";
|
|
301
|
+
dashboards: "dashboards";
|
|
302
|
+
reports: "reports";
|
|
303
|
+
actions: "actions";
|
|
304
|
+
themes: "themes";
|
|
305
|
+
workflows: "workflows";
|
|
306
|
+
flows: "flows";
|
|
307
|
+
permissions: "permissions";
|
|
308
|
+
apis: "apis";
|
|
309
|
+
agents: "agents";
|
|
310
|
+
triggers: "triggers";
|
|
311
|
+
views: "views";
|
|
312
|
+
translations: "translations";
|
|
313
|
+
datasets: "datasets";
|
|
314
|
+
}>>>;
|
|
315
|
+
checksums: z.ZodOptional<z.ZodObject<{
|
|
316
|
+
algorithm: z.ZodDefault<z.ZodEnum<{
|
|
317
|
+
sha256: "sha256";
|
|
318
|
+
sha384: "sha384";
|
|
319
|
+
sha512: "sha512";
|
|
320
|
+
}>>;
|
|
321
|
+
files: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
322
|
+
}, z.core.$strip>>;
|
|
323
|
+
signature: z.ZodOptional<z.ZodObject<{
|
|
324
|
+
algorithm: z.ZodDefault<z.ZodEnum<{
|
|
325
|
+
"RSA-SHA256": "RSA-SHA256";
|
|
326
|
+
"RSA-SHA384": "RSA-SHA384";
|
|
327
|
+
"RSA-SHA512": "RSA-SHA512";
|
|
328
|
+
"ECDSA-SHA256": "ECDSA-SHA256";
|
|
329
|
+
}>>;
|
|
330
|
+
publicKeyRef: z.ZodString;
|
|
331
|
+
signature: z.ZodString;
|
|
332
|
+
signedAt: z.ZodOptional<z.ZodString>;
|
|
333
|
+
signedBy: z.ZodOptional<z.ZodString>;
|
|
334
|
+
}, z.core.$strip>>;
|
|
335
|
+
}, z.core.$strip>>;
|
|
336
|
+
checksumVerification: z.ZodOptional<z.ZodObject<{
|
|
337
|
+
passed: z.ZodBoolean;
|
|
338
|
+
checksums: z.ZodOptional<z.ZodObject<{
|
|
339
|
+
algorithm: z.ZodDefault<z.ZodEnum<{
|
|
340
|
+
sha256: "sha256";
|
|
341
|
+
sha384: "sha384";
|
|
342
|
+
sha512: "sha512";
|
|
343
|
+
}>>;
|
|
344
|
+
files: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
345
|
+
}, z.core.$strip>>;
|
|
346
|
+
mismatches: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
347
|
+
}, z.core.$strip>>;
|
|
348
|
+
signatureVerification: z.ZodOptional<z.ZodObject<{
|
|
349
|
+
passed: z.ZodBoolean;
|
|
350
|
+
signature: z.ZodOptional<z.ZodObject<{
|
|
351
|
+
algorithm: z.ZodDefault<z.ZodEnum<{
|
|
352
|
+
"RSA-SHA256": "RSA-SHA256";
|
|
353
|
+
"RSA-SHA384": "RSA-SHA384";
|
|
354
|
+
"RSA-SHA512": "RSA-SHA512";
|
|
355
|
+
"ECDSA-SHA256": "ECDSA-SHA256";
|
|
356
|
+
}>>;
|
|
357
|
+
publicKeyRef: z.ZodString;
|
|
358
|
+
signature: z.ZodString;
|
|
359
|
+
signedAt: z.ZodOptional<z.ZodString>;
|
|
360
|
+
signedBy: z.ZodOptional<z.ZodString>;
|
|
361
|
+
}, z.core.$strip>>;
|
|
362
|
+
failureReason: z.ZodOptional<z.ZodString>;
|
|
363
|
+
}, z.core.$strip>>;
|
|
364
|
+
platformCompatibility: z.ZodOptional<z.ZodObject<{
|
|
365
|
+
compatible: z.ZodBoolean;
|
|
366
|
+
requiredRange: z.ZodOptional<z.ZodString>;
|
|
367
|
+
targetVersion: z.ZodOptional<z.ZodString>;
|
|
368
|
+
}, z.core.$strip>>;
|
|
369
|
+
findings: z.ZodArray<z.ZodObject<{
|
|
370
|
+
severity: z.ZodEnum<{
|
|
371
|
+
error: "error";
|
|
372
|
+
warning: "warning";
|
|
373
|
+
info: "info";
|
|
374
|
+
}>;
|
|
375
|
+
rule: z.ZodString;
|
|
376
|
+
message: z.ZodString;
|
|
377
|
+
path: z.ZodOptional<z.ZodString>;
|
|
378
|
+
}, z.core.$strip>>;
|
|
379
|
+
summary: z.ZodOptional<z.ZodObject<{
|
|
380
|
+
errors: z.ZodNumber;
|
|
381
|
+
warnings: z.ZodNumber;
|
|
382
|
+
infos: z.ZodNumber;
|
|
383
|
+
}, z.core.$strip>>;
|
|
384
|
+
}, z.core.$strip>;
|
|
385
|
+
type PluginValidateResult = z.infer<typeof PluginValidateResultSchema>;
|
|
386
|
+
/**
|
|
387
|
+
* Options for the `os plugin publish` command.
|
|
388
|
+
*/
|
|
389
|
+
declare const PluginPublishOptionsSchema: z.ZodObject<{
|
|
390
|
+
artifactPath: z.ZodString;
|
|
391
|
+
registryUrl: z.ZodOptional<z.ZodString>;
|
|
392
|
+
token: z.ZodOptional<z.ZodString>;
|
|
393
|
+
releaseNotes: z.ZodOptional<z.ZodString>;
|
|
394
|
+
preRelease: z.ZodDefault<z.ZodBoolean>;
|
|
395
|
+
skipValidation: z.ZodDefault<z.ZodBoolean>;
|
|
396
|
+
access: z.ZodDefault<z.ZodEnum<{
|
|
397
|
+
public: "public";
|
|
398
|
+
restricted: "restricted";
|
|
399
|
+
}>>;
|
|
400
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
401
|
+
}, z.core.$strip>;
|
|
402
|
+
type PluginPublishOptions = z.infer<typeof PluginPublishOptionsSchema>;
|
|
403
|
+
/**
|
|
404
|
+
* Result of the `os plugin publish` command.
|
|
405
|
+
*/
|
|
406
|
+
declare const PluginPublishResultSchema: z.ZodObject<{
|
|
407
|
+
success: z.ZodBoolean;
|
|
408
|
+
packageId: z.ZodOptional<z.ZodString>;
|
|
409
|
+
version: z.ZodOptional<z.ZodString>;
|
|
410
|
+
artifactUrl: z.ZodOptional<z.ZodString>;
|
|
411
|
+
sha256: z.ZodOptional<z.ZodString>;
|
|
412
|
+
submissionId: z.ZodOptional<z.ZodString>;
|
|
413
|
+
errorMessage: z.ZodOptional<z.ZodString>;
|
|
414
|
+
message: z.ZodOptional<z.ZodString>;
|
|
415
|
+
}, z.core.$strip>;
|
|
416
|
+
type PluginPublishResult = z.infer<typeof PluginPublishResultSchema>;
|
|
417
|
+
type ValidationSeverity = z.infer<typeof ValidationSeverityEnum>;
|
|
418
|
+
|
|
97
419
|
/**
|
|
98
420
|
* Runtime Mode Enum
|
|
99
421
|
* Defines the operating mode of the kernel
|
|
@@ -1003,1937 +1325,255 @@ type FeatureFlag = z.infer<typeof FeatureFlagSchema>;
|
|
|
1003
1325
|
type FeatureFlagInput = z.input<typeof FeatureFlagSchema>;
|
|
1004
1326
|
|
|
1005
1327
|
/**
|
|
1006
|
-
*
|
|
1007
|
-
* This defines the structure of a package configuration in the ObjectStack ecosystem.
|
|
1008
|
-
* All packages (apps, plugins, drivers, modules) must conform to this schema.
|
|
1328
|
+
* # Metadata Loader Protocol
|
|
1009
1329
|
*
|
|
1010
|
-
*
|
|
1011
|
-
*
|
|
1012
|
-
*
|
|
1013
|
-
* version: 1.0.0
|
|
1014
|
-
* type: app
|
|
1015
|
-
* name: Acme CRM
|
|
1016
|
-
* description: Customer Relationship Management system
|
|
1017
|
-
* permissions:
|
|
1018
|
-
* - system.user.read
|
|
1019
|
-
* - system.object.create
|
|
1020
|
-
* objects:
|
|
1021
|
-
* - "./src/objects/*.object.yml"
|
|
1022
|
-
* ```
|
|
1023
|
-
*/
|
|
1024
|
-
declare const ManifestSchema: z.ZodObject<{
|
|
1025
|
-
id: z.ZodString;
|
|
1026
|
-
namespace: z.ZodOptional<z.ZodString>;
|
|
1027
|
-
version: z.ZodString;
|
|
1028
|
-
type: z.ZodEnum<{
|
|
1029
|
-
theme: "theme";
|
|
1030
|
-
driver: "driver";
|
|
1031
|
-
app: "app";
|
|
1032
|
-
server: "server";
|
|
1033
|
-
ui: "ui";
|
|
1034
|
-
module: "module";
|
|
1035
|
-
agent: "agent";
|
|
1036
|
-
objectql: "objectql";
|
|
1037
|
-
plugin: "plugin";
|
|
1038
|
-
gateway: "gateway";
|
|
1039
|
-
adapter: "adapter";
|
|
1040
|
-
}>;
|
|
1041
|
-
name: z.ZodString;
|
|
1042
|
-
description: z.ZodOptional<z.ZodString>;
|
|
1043
|
-
permissions: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1044
|
-
objects: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1045
|
-
datasources: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1046
|
-
dependencies: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1047
|
-
configuration: z.ZodOptional<z.ZodObject<{
|
|
1048
|
-
title: z.ZodOptional<z.ZodString>;
|
|
1049
|
-
properties: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
1050
|
-
type: z.ZodEnum<{
|
|
1051
|
-
string: "string";
|
|
1052
|
-
number: "number";
|
|
1053
|
-
boolean: "boolean";
|
|
1054
|
-
object: "object";
|
|
1055
|
-
array: "array";
|
|
1056
|
-
}>;
|
|
1057
|
-
default: z.ZodOptional<z.ZodUnknown>;
|
|
1058
|
-
description: z.ZodOptional<z.ZodString>;
|
|
1059
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
1060
|
-
secret: z.ZodOptional<z.ZodBoolean>;
|
|
1061
|
-
enum: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1062
|
-
}, z.core.$strip>>;
|
|
1063
|
-
}, z.core.$strip>>;
|
|
1064
|
-
contributes: z.ZodOptional<z.ZodObject<{
|
|
1065
|
-
kinds: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1066
|
-
id: z.ZodString;
|
|
1067
|
-
globs: z.ZodArray<z.ZodString>;
|
|
1068
|
-
description: z.ZodOptional<z.ZodString>;
|
|
1069
|
-
}, z.core.$strip>>>;
|
|
1070
|
-
events: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1071
|
-
menus: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodObject<{
|
|
1072
|
-
id: z.ZodString;
|
|
1073
|
-
label: z.ZodString;
|
|
1074
|
-
command: z.ZodOptional<z.ZodString>;
|
|
1075
|
-
}, z.core.$strip>>>>;
|
|
1076
|
-
themes: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1077
|
-
id: z.ZodString;
|
|
1078
|
-
label: z.ZodString;
|
|
1079
|
-
path: z.ZodString;
|
|
1080
|
-
}, z.core.$strip>>>;
|
|
1081
|
-
translations: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1082
|
-
locale: z.ZodString;
|
|
1083
|
-
path: z.ZodString;
|
|
1084
|
-
}, z.core.$strip>>>;
|
|
1085
|
-
actions: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1086
|
-
name: z.ZodString;
|
|
1087
|
-
label: z.ZodOptional<z.ZodString>;
|
|
1088
|
-
description: z.ZodOptional<z.ZodString>;
|
|
1089
|
-
input: z.ZodOptional<z.ZodUnknown>;
|
|
1090
|
-
output: z.ZodOptional<z.ZodUnknown>;
|
|
1091
|
-
}, z.core.$strip>>>;
|
|
1092
|
-
drivers: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1093
|
-
id: z.ZodString;
|
|
1094
|
-
label: z.ZodString;
|
|
1095
|
-
description: z.ZodOptional<z.ZodString>;
|
|
1096
|
-
}, z.core.$strip>>>;
|
|
1097
|
-
fieldTypes: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1098
|
-
name: z.ZodString;
|
|
1099
|
-
label: z.ZodString;
|
|
1100
|
-
description: z.ZodOptional<z.ZodString>;
|
|
1101
|
-
}, z.core.$strip>>>;
|
|
1102
|
-
functions: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1103
|
-
name: z.ZodString;
|
|
1104
|
-
description: z.ZodOptional<z.ZodString>;
|
|
1105
|
-
args: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1106
|
-
returnType: z.ZodOptional<z.ZodString>;
|
|
1107
|
-
}, z.core.$strip>>>;
|
|
1108
|
-
routes: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1109
|
-
prefix: z.ZodString;
|
|
1110
|
-
service: z.ZodString;
|
|
1111
|
-
methods: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1112
|
-
}, z.core.$strip>>>;
|
|
1113
|
-
commands: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1114
|
-
name: z.ZodString;
|
|
1115
|
-
description: z.ZodOptional<z.ZodString>;
|
|
1116
|
-
module: z.ZodOptional<z.ZodString>;
|
|
1117
|
-
}, z.core.$strip>>>;
|
|
1118
|
-
}, z.core.$strip>>;
|
|
1119
|
-
data: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1120
|
-
object: z.ZodString;
|
|
1121
|
-
externalId: z.ZodDefault<z.ZodString>;
|
|
1122
|
-
mode: z.ZodDefault<z.ZodEnum<{
|
|
1123
|
-
insert: "insert";
|
|
1124
|
-
update: "update";
|
|
1125
|
-
upsert: "upsert";
|
|
1126
|
-
replace: "replace";
|
|
1127
|
-
ignore: "ignore";
|
|
1128
|
-
}>>;
|
|
1129
|
-
env: z.ZodDefault<z.ZodArray<z.ZodEnum<{
|
|
1130
|
-
prod: "prod";
|
|
1131
|
-
dev: "dev";
|
|
1132
|
-
test: "test";
|
|
1133
|
-
}>>>;
|
|
1134
|
-
records: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1135
|
-
}, z.core.$strip>>>;
|
|
1136
|
-
capabilities: z.ZodOptional<z.ZodObject<{
|
|
1137
|
-
implements: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1138
|
-
protocol: z.ZodObject<{
|
|
1139
|
-
id: z.ZodString;
|
|
1140
|
-
label: z.ZodString;
|
|
1141
|
-
version: z.ZodObject<{
|
|
1142
|
-
major: z.ZodNumber;
|
|
1143
|
-
minor: z.ZodNumber;
|
|
1144
|
-
patch: z.ZodNumber;
|
|
1145
|
-
}, z.core.$strip>;
|
|
1146
|
-
specification: z.ZodOptional<z.ZodString>;
|
|
1147
|
-
description: z.ZodOptional<z.ZodString>;
|
|
1148
|
-
}, z.core.$strip>;
|
|
1149
|
-
conformance: z.ZodDefault<z.ZodEnum<{
|
|
1150
|
-
partial: "partial";
|
|
1151
|
-
deprecated: "deprecated";
|
|
1152
|
-
full: "full";
|
|
1153
|
-
experimental: "experimental";
|
|
1154
|
-
}>>;
|
|
1155
|
-
implementedFeatures: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1156
|
-
features: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1157
|
-
name: z.ZodString;
|
|
1158
|
-
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
1159
|
-
description: z.ZodOptional<z.ZodString>;
|
|
1160
|
-
sinceVersion: z.ZodOptional<z.ZodString>;
|
|
1161
|
-
deprecatedSince: z.ZodOptional<z.ZodString>;
|
|
1162
|
-
}, z.core.$strip>>>;
|
|
1163
|
-
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1164
|
-
certified: z.ZodDefault<z.ZodBoolean>;
|
|
1165
|
-
certificationDate: z.ZodOptional<z.ZodString>;
|
|
1166
|
-
}, z.core.$strip>>>;
|
|
1167
|
-
provides: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1168
|
-
id: z.ZodString;
|
|
1169
|
-
name: z.ZodString;
|
|
1170
|
-
description: z.ZodOptional<z.ZodString>;
|
|
1171
|
-
version: z.ZodObject<{
|
|
1172
|
-
major: z.ZodNumber;
|
|
1173
|
-
minor: z.ZodNumber;
|
|
1174
|
-
patch: z.ZodNumber;
|
|
1175
|
-
}, z.core.$strip>;
|
|
1176
|
-
methods: z.ZodArray<z.ZodObject<{
|
|
1177
|
-
name: z.ZodString;
|
|
1178
|
-
description: z.ZodOptional<z.ZodString>;
|
|
1179
|
-
parameters: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1180
|
-
name: z.ZodString;
|
|
1181
|
-
type: z.ZodString;
|
|
1182
|
-
required: z.ZodDefault<z.ZodBoolean>;
|
|
1183
|
-
description: z.ZodOptional<z.ZodString>;
|
|
1184
|
-
}, z.core.$strip>>>;
|
|
1185
|
-
returnType: z.ZodOptional<z.ZodString>;
|
|
1186
|
-
async: z.ZodDefault<z.ZodBoolean>;
|
|
1187
|
-
}, z.core.$strip>>;
|
|
1188
|
-
events: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1189
|
-
name: z.ZodString;
|
|
1190
|
-
description: z.ZodOptional<z.ZodString>;
|
|
1191
|
-
payload: z.ZodOptional<z.ZodString>;
|
|
1192
|
-
}, z.core.$strip>>>;
|
|
1193
|
-
stability: z.ZodDefault<z.ZodEnum<{
|
|
1194
|
-
alpha: "alpha";
|
|
1195
|
-
experimental: "experimental";
|
|
1196
|
-
stable: "stable";
|
|
1197
|
-
beta: "beta";
|
|
1198
|
-
}>>;
|
|
1199
|
-
}, z.core.$strip>>>;
|
|
1200
|
-
requires: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1201
|
-
pluginId: z.ZodString;
|
|
1202
|
-
version: z.ZodString;
|
|
1203
|
-
optional: z.ZodDefault<z.ZodBoolean>;
|
|
1204
|
-
reason: z.ZodOptional<z.ZodString>;
|
|
1205
|
-
requiredCapabilities: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1206
|
-
}, z.core.$strip>>>;
|
|
1207
|
-
extensionPoints: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1208
|
-
id: z.ZodString;
|
|
1209
|
-
name: z.ZodString;
|
|
1210
|
-
description: z.ZodOptional<z.ZodString>;
|
|
1211
|
-
type: z.ZodEnum<{
|
|
1212
|
-
provider: "provider";
|
|
1213
|
-
action: "action";
|
|
1214
|
-
widget: "widget";
|
|
1215
|
-
hook: "hook";
|
|
1216
|
-
transformer: "transformer";
|
|
1217
|
-
validator: "validator";
|
|
1218
|
-
decorator: "decorator";
|
|
1219
|
-
}>;
|
|
1220
|
-
contract: z.ZodOptional<z.ZodObject<{
|
|
1221
|
-
input: z.ZodOptional<z.ZodString>;
|
|
1222
|
-
output: z.ZodOptional<z.ZodString>;
|
|
1223
|
-
signature: z.ZodOptional<z.ZodString>;
|
|
1224
|
-
}, z.core.$strip>>;
|
|
1225
|
-
cardinality: z.ZodDefault<z.ZodEnum<{
|
|
1226
|
-
multiple: "multiple";
|
|
1227
|
-
single: "single";
|
|
1228
|
-
}>>;
|
|
1229
|
-
}, z.core.$strip>>>;
|
|
1230
|
-
extensions: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1231
|
-
targetPluginId: z.ZodString;
|
|
1232
|
-
extensionPointId: z.ZodString;
|
|
1233
|
-
implementation: z.ZodString;
|
|
1234
|
-
priority: z.ZodDefault<z.ZodNumber>;
|
|
1235
|
-
}, z.core.$strip>>>;
|
|
1236
|
-
}, z.core.$strip>>;
|
|
1237
|
-
extensions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1238
|
-
loading: z.ZodOptional<z.ZodObject<{
|
|
1239
|
-
strategy: z.ZodDefault<z.ZodEnum<{
|
|
1240
|
-
lazy: "lazy";
|
|
1241
|
-
parallel: "parallel";
|
|
1242
|
-
eager: "eager";
|
|
1243
|
-
deferred: "deferred";
|
|
1244
|
-
"on-demand": "on-demand";
|
|
1245
|
-
}>>;
|
|
1246
|
-
preload: z.ZodOptional<z.ZodObject<{
|
|
1247
|
-
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
1248
|
-
priority: z.ZodDefault<z.ZodNumber>;
|
|
1249
|
-
resources: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1250
|
-
code: "code";
|
|
1251
|
-
dependencies: "dependencies";
|
|
1252
|
-
metadata: "metadata";
|
|
1253
|
-
assets: "assets";
|
|
1254
|
-
services: "services";
|
|
1255
|
-
}>>>;
|
|
1256
|
-
conditions: z.ZodOptional<z.ZodObject<{
|
|
1257
|
-
routes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1258
|
-
roles: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1259
|
-
deviceType: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1260
|
-
desktop: "desktop";
|
|
1261
|
-
mobile: "mobile";
|
|
1262
|
-
tablet: "tablet";
|
|
1263
|
-
}>>>;
|
|
1264
|
-
minNetworkSpeed: z.ZodOptional<z.ZodEnum<{
|
|
1265
|
-
"slow-2g": "slow-2g";
|
|
1266
|
-
"2g": "2g";
|
|
1267
|
-
"3g": "3g";
|
|
1268
|
-
"4g": "4g";
|
|
1269
|
-
}>>;
|
|
1270
|
-
}, z.core.$strip>>;
|
|
1271
|
-
}, z.core.$strip>>;
|
|
1272
|
-
codeSplitting: z.ZodOptional<z.ZodObject<{
|
|
1273
|
-
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
1274
|
-
strategy: z.ZodDefault<z.ZodEnum<{
|
|
1275
|
-
custom: "custom";
|
|
1276
|
-
size: "size";
|
|
1277
|
-
route: "route";
|
|
1278
|
-
feature: "feature";
|
|
1279
|
-
}>>;
|
|
1280
|
-
chunkNaming: z.ZodDefault<z.ZodEnum<{
|
|
1281
|
-
hashed: "hashed";
|
|
1282
|
-
sequential: "sequential";
|
|
1283
|
-
named: "named";
|
|
1284
|
-
}>>;
|
|
1285
|
-
maxChunkSize: z.ZodOptional<z.ZodNumber>;
|
|
1286
|
-
sharedDependencies: z.ZodOptional<z.ZodObject<{
|
|
1287
|
-
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
1288
|
-
minChunks: z.ZodDefault<z.ZodNumber>;
|
|
1289
|
-
}, z.core.$strip>>;
|
|
1290
|
-
}, z.core.$strip>>;
|
|
1291
|
-
dynamicImport: z.ZodOptional<z.ZodObject<{
|
|
1292
|
-
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
1293
|
-
mode: z.ZodDefault<z.ZodEnum<{
|
|
1294
|
-
lazy: "lazy";
|
|
1295
|
-
async: "async";
|
|
1296
|
-
sync: "sync";
|
|
1297
|
-
eager: "eager";
|
|
1298
|
-
}>>;
|
|
1299
|
-
prefetch: z.ZodDefault<z.ZodBoolean>;
|
|
1300
|
-
preload: z.ZodDefault<z.ZodBoolean>;
|
|
1301
|
-
webpackChunkName: z.ZodOptional<z.ZodString>;
|
|
1302
|
-
timeout: z.ZodDefault<z.ZodNumber>;
|
|
1303
|
-
retry: z.ZodOptional<z.ZodObject<{
|
|
1304
|
-
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
1305
|
-
maxAttempts: z.ZodDefault<z.ZodNumber>;
|
|
1306
|
-
backoffMs: z.ZodDefault<z.ZodNumber>;
|
|
1307
|
-
}, z.core.$strip>>;
|
|
1308
|
-
}, z.core.$strip>>;
|
|
1309
|
-
initialization: z.ZodOptional<z.ZodObject<{
|
|
1310
|
-
mode: z.ZodDefault<z.ZodEnum<{
|
|
1311
|
-
async: "async";
|
|
1312
|
-
parallel: "parallel";
|
|
1313
|
-
sequential: "sequential";
|
|
1314
|
-
sync: "sync";
|
|
1315
|
-
}>>;
|
|
1316
|
-
timeout: z.ZodDefault<z.ZodNumber>;
|
|
1317
|
-
priority: z.ZodDefault<z.ZodNumber>;
|
|
1318
|
-
critical: z.ZodDefault<z.ZodBoolean>;
|
|
1319
|
-
retry: z.ZodOptional<z.ZodObject<{
|
|
1320
|
-
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
1321
|
-
maxAttempts: z.ZodDefault<z.ZodNumber>;
|
|
1322
|
-
backoffMs: z.ZodDefault<z.ZodNumber>;
|
|
1323
|
-
}, z.core.$strip>>;
|
|
1324
|
-
healthCheckInterval: z.ZodOptional<z.ZodNumber>;
|
|
1325
|
-
}, z.core.$strip>>;
|
|
1326
|
-
dependencyResolution: z.ZodOptional<z.ZodObject<{
|
|
1327
|
-
strategy: z.ZodDefault<z.ZodEnum<{
|
|
1328
|
-
strict: "strict";
|
|
1329
|
-
pinned: "pinned";
|
|
1330
|
-
latest: "latest";
|
|
1331
|
-
compatible: "compatible";
|
|
1332
|
-
}>>;
|
|
1333
|
-
peerDependencies: z.ZodOptional<z.ZodObject<{
|
|
1334
|
-
resolve: z.ZodDefault<z.ZodBoolean>;
|
|
1335
|
-
onMissing: z.ZodDefault<z.ZodEnum<{
|
|
1336
|
-
error: "error";
|
|
1337
|
-
warn: "warn";
|
|
1338
|
-
ignore: "ignore";
|
|
1339
|
-
}>>;
|
|
1340
|
-
onMismatch: z.ZodDefault<z.ZodEnum<{
|
|
1341
|
-
error: "error";
|
|
1342
|
-
warn: "warn";
|
|
1343
|
-
ignore: "ignore";
|
|
1344
|
-
}>>;
|
|
1345
|
-
}, z.core.$strip>>;
|
|
1346
|
-
optionalDependencies: z.ZodOptional<z.ZodObject<{
|
|
1347
|
-
load: z.ZodDefault<z.ZodBoolean>;
|
|
1348
|
-
onFailure: z.ZodDefault<z.ZodEnum<{
|
|
1349
|
-
warn: "warn";
|
|
1350
|
-
ignore: "ignore";
|
|
1351
|
-
}>>;
|
|
1352
|
-
}, z.core.$strip>>;
|
|
1353
|
-
conflictResolution: z.ZodDefault<z.ZodEnum<{
|
|
1354
|
-
latest: "latest";
|
|
1355
|
-
manual: "manual";
|
|
1356
|
-
fail: "fail";
|
|
1357
|
-
oldest: "oldest";
|
|
1358
|
-
}>>;
|
|
1359
|
-
circularDependencies: z.ZodDefault<z.ZodEnum<{
|
|
1360
|
-
error: "error";
|
|
1361
|
-
warn: "warn";
|
|
1362
|
-
allow: "allow";
|
|
1363
|
-
}>>;
|
|
1364
|
-
}, z.core.$strip>>;
|
|
1365
|
-
hotReload: z.ZodOptional<z.ZodObject<{
|
|
1366
|
-
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
1367
|
-
environment: z.ZodDefault<z.ZodEnum<{
|
|
1368
|
-
development: "development";
|
|
1369
|
-
production: "production";
|
|
1370
|
-
staging: "staging";
|
|
1371
|
-
}>>;
|
|
1372
|
-
strategy: z.ZodDefault<z.ZodEnum<{
|
|
1373
|
-
partial: "partial";
|
|
1374
|
-
full: "full";
|
|
1375
|
-
"state-preserve": "state-preserve";
|
|
1376
|
-
}>>;
|
|
1377
|
-
watchPatterns: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1378
|
-
ignorePatterns: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1379
|
-
debounceMs: z.ZodDefault<z.ZodNumber>;
|
|
1380
|
-
preserveState: z.ZodDefault<z.ZodBoolean>;
|
|
1381
|
-
stateSerialization: z.ZodOptional<z.ZodObject<{
|
|
1382
|
-
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
1383
|
-
handler: z.ZodOptional<z.ZodString>;
|
|
1384
|
-
}, z.core.$strip>>;
|
|
1385
|
-
hooks: z.ZodOptional<z.ZodObject<{
|
|
1386
|
-
beforeReload: z.ZodOptional<z.ZodString>;
|
|
1387
|
-
afterReload: z.ZodOptional<z.ZodString>;
|
|
1388
|
-
onError: z.ZodOptional<z.ZodString>;
|
|
1389
|
-
}, z.core.$strip>>;
|
|
1390
|
-
productionSafety: z.ZodOptional<z.ZodObject<{
|
|
1391
|
-
healthValidation: z.ZodDefault<z.ZodBoolean>;
|
|
1392
|
-
rollbackOnFailure: z.ZodDefault<z.ZodBoolean>;
|
|
1393
|
-
healthTimeout: z.ZodDefault<z.ZodNumber>;
|
|
1394
|
-
drainConnections: z.ZodDefault<z.ZodBoolean>;
|
|
1395
|
-
drainTimeout: z.ZodDefault<z.ZodNumber>;
|
|
1396
|
-
maxConcurrentReloads: z.ZodDefault<z.ZodNumber>;
|
|
1397
|
-
minReloadInterval: z.ZodDefault<z.ZodNumber>;
|
|
1398
|
-
}, z.core.$strip>>;
|
|
1399
|
-
}, z.core.$strip>>;
|
|
1400
|
-
caching: z.ZodOptional<z.ZodObject<{
|
|
1401
|
-
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
1402
|
-
storage: z.ZodDefault<z.ZodEnum<{
|
|
1403
|
-
hybrid: "hybrid";
|
|
1404
|
-
indexeddb: "indexeddb";
|
|
1405
|
-
memory: "memory";
|
|
1406
|
-
disk: "disk";
|
|
1407
|
-
}>>;
|
|
1408
|
-
keyStrategy: z.ZodDefault<z.ZodEnum<{
|
|
1409
|
-
hash: "hash";
|
|
1410
|
-
timestamp: "timestamp";
|
|
1411
|
-
version: "version";
|
|
1412
|
-
}>>;
|
|
1413
|
-
ttl: z.ZodOptional<z.ZodNumber>;
|
|
1414
|
-
maxSize: z.ZodOptional<z.ZodNumber>;
|
|
1415
|
-
invalidateOn: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1416
|
-
error: "error";
|
|
1417
|
-
manual: "manual";
|
|
1418
|
-
"version-change": "version-change";
|
|
1419
|
-
"dependency-change": "dependency-change";
|
|
1420
|
-
}>>>;
|
|
1421
|
-
compression: z.ZodOptional<z.ZodObject<{
|
|
1422
|
-
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
1423
|
-
algorithm: z.ZodDefault<z.ZodEnum<{
|
|
1424
|
-
gzip: "gzip";
|
|
1425
|
-
brotli: "brotli";
|
|
1426
|
-
deflate: "deflate";
|
|
1427
|
-
}>>;
|
|
1428
|
-
}, z.core.$strip>>;
|
|
1429
|
-
}, z.core.$strip>>;
|
|
1430
|
-
sandboxing: z.ZodOptional<z.ZodObject<{
|
|
1431
|
-
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
1432
|
-
scope: z.ZodDefault<z.ZodEnum<{
|
|
1433
|
-
"automation-only": "automation-only";
|
|
1434
|
-
"untrusted-only": "untrusted-only";
|
|
1435
|
-
"all-plugins": "all-plugins";
|
|
1436
|
-
}>>;
|
|
1437
|
-
isolationLevel: z.ZodDefault<z.ZodEnum<{
|
|
1438
|
-
none: "none";
|
|
1439
|
-
process: "process";
|
|
1440
|
-
vm: "vm";
|
|
1441
|
-
iframe: "iframe";
|
|
1442
|
-
"web-worker": "web-worker";
|
|
1443
|
-
}>>;
|
|
1444
|
-
allowedCapabilities: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1445
|
-
resourceQuotas: z.ZodOptional<z.ZodObject<{
|
|
1446
|
-
maxMemoryMB: z.ZodOptional<z.ZodNumber>;
|
|
1447
|
-
maxCpuTimeMs: z.ZodOptional<z.ZodNumber>;
|
|
1448
|
-
maxFileDescriptors: z.ZodOptional<z.ZodNumber>;
|
|
1449
|
-
maxNetworkKBps: z.ZodOptional<z.ZodNumber>;
|
|
1450
|
-
}, z.core.$strip>>;
|
|
1451
|
-
permissions: z.ZodOptional<z.ZodObject<{
|
|
1452
|
-
allowedAPIs: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1453
|
-
allowedPaths: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1454
|
-
allowedEndpoints: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1455
|
-
allowedEnvVars: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1456
|
-
}, z.core.$strip>>;
|
|
1457
|
-
ipc: z.ZodOptional<z.ZodObject<{
|
|
1458
|
-
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
1459
|
-
transport: z.ZodDefault<z.ZodEnum<{
|
|
1460
|
-
memory: "memory";
|
|
1461
|
-
"message-port": "message-port";
|
|
1462
|
-
"unix-socket": "unix-socket";
|
|
1463
|
-
tcp: "tcp";
|
|
1464
|
-
}>>;
|
|
1465
|
-
maxMessageSize: z.ZodDefault<z.ZodNumber>;
|
|
1466
|
-
timeout: z.ZodDefault<z.ZodNumber>;
|
|
1467
|
-
allowedServices: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1468
|
-
}, z.core.$strip>>;
|
|
1469
|
-
}, z.core.$strip>>;
|
|
1470
|
-
monitoring: z.ZodOptional<z.ZodObject<{
|
|
1471
|
-
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
1472
|
-
metrics: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1473
|
-
"load-time": "load-time";
|
|
1474
|
-
"init-time": "init-time";
|
|
1475
|
-
"memory-usage": "memory-usage";
|
|
1476
|
-
"cpu-usage": "cpu-usage";
|
|
1477
|
-
"api-calls": "api-calls";
|
|
1478
|
-
"error-rate": "error-rate";
|
|
1479
|
-
"cache-hit-rate": "cache-hit-rate";
|
|
1480
|
-
}>>>;
|
|
1481
|
-
samplingRate: z.ZodDefault<z.ZodNumber>;
|
|
1482
|
-
reportingInterval: z.ZodDefault<z.ZodNumber>;
|
|
1483
|
-
budgets: z.ZodOptional<z.ZodObject<{
|
|
1484
|
-
maxLoadTimeMs: z.ZodOptional<z.ZodNumber>;
|
|
1485
|
-
maxInitTimeMs: z.ZodOptional<z.ZodNumber>;
|
|
1486
|
-
maxMemoryMB: z.ZodOptional<z.ZodNumber>;
|
|
1487
|
-
}, z.core.$strip>>;
|
|
1488
|
-
onBudgetViolation: z.ZodDefault<z.ZodEnum<{
|
|
1489
|
-
error: "error";
|
|
1490
|
-
warn: "warn";
|
|
1491
|
-
ignore: "ignore";
|
|
1492
|
-
}>>;
|
|
1493
|
-
}, z.core.$strip>>;
|
|
1494
|
-
}, z.core.$strip>>;
|
|
1495
|
-
}, z.core.$strip>;
|
|
1496
|
-
/**
|
|
1497
|
-
* TypeScript type inferred from the ManifestSchema.
|
|
1498
|
-
* Use this type for type-safe manifest handling in TypeScript code.
|
|
1499
|
-
*/
|
|
1500
|
-
type ObjectStackManifest = z.infer<typeof ManifestSchema>;
|
|
1501
|
-
type ObjectStackManifestInput = z.input<typeof ManifestSchema>;
|
|
1502
|
-
|
|
1503
|
-
/**
|
|
1504
|
-
* # Metadata Loader Protocol
|
|
1505
|
-
*
|
|
1506
|
-
* Defines the standard interface for loading and saving metadata in ObjectStack.
|
|
1507
|
-
* This protocol enables consistent metadata operations across different storage backends
|
|
1508
|
-
* (filesystem, HTTP, S3, databases) and serialization formats (JSON, YAML, TypeScript).
|
|
1330
|
+
* Defines the standard interface for loading and saving metadata in ObjectStack.
|
|
1331
|
+
* This protocol enables consistent metadata operations across different storage backends
|
|
1332
|
+
* (filesystem, HTTP, S3, databases) and serialization formats (JSON, YAML, TypeScript).
|
|
1509
1333
|
*/
|
|
1510
1334
|
/**
|
|
1511
1335
|
* Metadata Format Enum
|
|
1512
1336
|
* Supported serialization formats for metadata
|
|
1513
|
-
*/
|
|
1514
|
-
declare const MetadataFormatSchema: z.ZodEnum<{
|
|
1515
|
-
javascript: "javascript";
|
|
1516
|
-
yaml: "yaml";
|
|
1517
|
-
json: "json";
|
|
1518
|
-
typescript: "typescript";
|
|
1519
|
-
}>;
|
|
1520
|
-
/**
|
|
1521
|
-
* Metadata Statistics
|
|
1522
|
-
* Information about a metadata item without loading its full content
|
|
1523
|
-
*/
|
|
1524
|
-
declare const MetadataStatsSchema: z.ZodObject<{
|
|
1525
|
-
size: z.ZodNumber;
|
|
1526
|
-
modifiedAt: z.ZodString;
|
|
1527
|
-
etag: z.ZodString;
|
|
1528
|
-
format: z.ZodEnum<{
|
|
1529
|
-
javascript: "javascript";
|
|
1530
|
-
yaml: "yaml";
|
|
1531
|
-
json: "json";
|
|
1532
|
-
typescript: "typescript";
|
|
1533
|
-
}>;
|
|
1534
|
-
path: z.ZodOptional<z.ZodString>;
|
|
1535
|
-
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1536
|
-
}, z.core.$strip>;
|
|
1537
|
-
/**
|
|
1538
|
-
* Metadata Load Options
|
|
1539
|
-
*/
|
|
1540
|
-
declare const MetadataLoadOptionsSchema: z.ZodObject<{
|
|
1541
|
-
patterns: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1542
|
-
ifNoneMatch: z.ZodOptional<z.ZodString>;
|
|
1543
|
-
ifModifiedSince: z.ZodOptional<z.ZodString>;
|
|
1544
|
-
validate: z.ZodDefault<z.ZodBoolean>;
|
|
1545
|
-
useCache: z.ZodDefault<z.ZodBoolean>;
|
|
1546
|
-
filter: z.ZodOptional<z.ZodString>;
|
|
1547
|
-
limit: z.ZodOptional<z.ZodNumber>;
|
|
1548
|
-
recursive: z.ZodDefault<z.ZodBoolean>;
|
|
1549
|
-
}, z.core.$strip>;
|
|
1550
|
-
/**
|
|
1551
|
-
* Metadata Save Options
|
|
1552
|
-
*/
|
|
1553
|
-
declare const MetadataSaveOptionsSchema: z.ZodObject<{
|
|
1554
|
-
format: z.ZodDefault<z.ZodEnum<{
|
|
1555
|
-
javascript: "javascript";
|
|
1556
|
-
yaml: "yaml";
|
|
1557
|
-
json: "json";
|
|
1558
|
-
typescript: "typescript";
|
|
1559
|
-
}>>;
|
|
1560
|
-
prettify: z.ZodDefault<z.ZodBoolean>;
|
|
1561
|
-
indent: z.ZodDefault<z.ZodNumber>;
|
|
1562
|
-
sortKeys: z.ZodDefault<z.ZodBoolean>;
|
|
1563
|
-
includeDefaults: z.ZodDefault<z.ZodBoolean>;
|
|
1564
|
-
backup: z.ZodDefault<z.ZodBoolean>;
|
|
1565
|
-
overwrite: z.ZodDefault<z.ZodBoolean>;
|
|
1566
|
-
atomic: z.ZodDefault<z.ZodBoolean>;
|
|
1567
|
-
path: z.ZodOptional<z.ZodString>;
|
|
1568
|
-
}, z.core.$strip>;
|
|
1569
|
-
/**
|
|
1570
|
-
* Metadata Export Options
|
|
1571
|
-
*/
|
|
1572
|
-
declare const MetadataExportOptionsSchema: z.ZodObject<{
|
|
1573
|
-
output: z.ZodString;
|
|
1574
|
-
format: z.ZodDefault<z.ZodEnum<{
|
|
1575
|
-
javascript: "javascript";
|
|
1576
|
-
yaml: "yaml";
|
|
1577
|
-
json: "json";
|
|
1578
|
-
typescript: "typescript";
|
|
1579
|
-
}>>;
|
|
1580
|
-
filter: z.ZodOptional<z.ZodString>;
|
|
1581
|
-
includeStats: z.ZodDefault<z.ZodBoolean>;
|
|
1582
|
-
compress: z.ZodDefault<z.ZodBoolean>;
|
|
1583
|
-
prettify: z.ZodDefault<z.ZodBoolean>;
|
|
1584
|
-
}, z.core.$strip>;
|
|
1585
|
-
/**
|
|
1586
|
-
* Metadata Import Options
|
|
1587
|
-
*/
|
|
1588
|
-
declare const MetadataImportOptionsSchema: z.ZodObject<{
|
|
1589
|
-
conflictResolution: z.ZodDefault<z.ZodEnum<{
|
|
1590
|
-
skip: "skip";
|
|
1591
|
-
merge: "merge";
|
|
1592
|
-
overwrite: "overwrite";
|
|
1593
|
-
fail: "fail";
|
|
1594
|
-
}>>;
|
|
1595
|
-
validate: z.ZodDefault<z.ZodBoolean>;
|
|
1596
|
-
dryRun: z.ZodDefault<z.ZodBoolean>;
|
|
1597
|
-
continueOnError: z.ZodDefault<z.ZodBoolean>;
|
|
1598
|
-
transform: z.ZodOptional<z.ZodString>;
|
|
1599
|
-
}, z.core.$strip>;
|
|
1600
|
-
/**
|
|
1601
|
-
* Metadata Loader Result
|
|
1602
|
-
* Result of a metadata load operation
|
|
1603
|
-
*/
|
|
1604
|
-
declare const MetadataLoadResultSchema: z.ZodObject<{
|
|
1605
|
-
data: z.ZodNullable<z.ZodUnknown>;
|
|
1606
|
-
fromCache: z.ZodDefault<z.ZodBoolean>;
|
|
1607
|
-
notModified: z.ZodDefault<z.ZodBoolean>;
|
|
1608
|
-
etag: z.ZodOptional<z.ZodString>;
|
|
1609
|
-
stats: z.ZodOptional<z.ZodObject<{
|
|
1610
|
-
size: z.ZodNumber;
|
|
1611
|
-
modifiedAt: z.ZodString;
|
|
1612
|
-
etag: z.ZodString;
|
|
1613
|
-
format: z.ZodEnum<{
|
|
1614
|
-
javascript: "javascript";
|
|
1615
|
-
yaml: "yaml";
|
|
1616
|
-
json: "json";
|
|
1617
|
-
typescript: "typescript";
|
|
1618
|
-
}>;
|
|
1619
|
-
path: z.ZodOptional<z.ZodString>;
|
|
1620
|
-
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1621
|
-
}, z.core.$strip>>;
|
|
1622
|
-
loadTime: z.ZodOptional<z.ZodNumber>;
|
|
1623
|
-
}, z.core.$strip>;
|
|
1624
|
-
/**
|
|
1625
|
-
* Metadata Save Result
|
|
1626
|
-
*/
|
|
1627
|
-
declare const MetadataSaveResultSchema: z.ZodObject<{
|
|
1628
|
-
success: z.ZodBoolean;
|
|
1629
|
-
path: z.ZodString;
|
|
1630
|
-
etag: z.ZodOptional<z.ZodString>;
|
|
1631
|
-
size: z.ZodOptional<z.ZodNumber>;
|
|
1632
|
-
saveTime: z.ZodOptional<z.ZodNumber>;
|
|
1633
|
-
backupPath: z.ZodOptional<z.ZodString>;
|
|
1634
|
-
}, z.core.$strip>;
|
|
1635
|
-
/**
|
|
1636
|
-
* Metadata Watch Event
|
|
1637
|
-
*/
|
|
1638
|
-
declare const MetadataWatchEventSchema: z.ZodObject<{
|
|
1639
|
-
type: z.ZodEnum<{
|
|
1640
|
-
added: "added";
|
|
1641
|
-
changed: "changed";
|
|
1642
|
-
deleted: "deleted";
|
|
1643
|
-
}>;
|
|
1644
|
-
metadataType: z.ZodString;
|
|
1645
|
-
name: z.ZodString;
|
|
1646
|
-
path: z.ZodString;
|
|
1647
|
-
data: z.ZodOptional<z.ZodUnknown>;
|
|
1648
|
-
timestamp: z.ZodString;
|
|
1649
|
-
}, z.core.$strip>;
|
|
1650
|
-
/**
|
|
1651
|
-
* Metadata Collection Info
|
|
1652
|
-
* Summary of a metadata collection
|
|
1653
|
-
*/
|
|
1654
|
-
declare const MetadataCollectionInfoSchema: z.ZodObject<{
|
|
1655
|
-
type: z.ZodString;
|
|
1656
|
-
count: z.ZodNumber;
|
|
1657
|
-
formats: z.ZodArray<z.ZodEnum<{
|
|
1658
|
-
javascript: "javascript";
|
|
1659
|
-
yaml: "yaml";
|
|
1660
|
-
json: "json";
|
|
1661
|
-
typescript: "typescript";
|
|
1662
|
-
}>>;
|
|
1663
|
-
totalSize: z.ZodOptional<z.ZodNumber>;
|
|
1664
|
-
lastModified: z.ZodOptional<z.ZodString>;
|
|
1665
|
-
location: z.ZodOptional<z.ZodString>;
|
|
1666
|
-
}, z.core.$strip>;
|
|
1667
|
-
/**
|
|
1668
|
-
* Metadata Loader Interface Contract
|
|
1669
|
-
* Defines the standard methods all metadata loaders must implement
|
|
1670
|
-
*/
|
|
1671
|
-
declare const MetadataLoaderContractSchema: z.ZodObject<{
|
|
1672
|
-
name: z.ZodString;
|
|
1673
|
-
protocol: z.ZodEnum<{
|
|
1674
|
-
"file:": "file:";
|
|
1675
|
-
"http:": "http:";
|
|
1676
|
-
"s3:": "s3:";
|
|
1677
|
-
"datasource:": "datasource:";
|
|
1678
|
-
"memory:": "memory:";
|
|
1679
|
-
}>;
|
|
1680
|
-
capabilities: z.ZodObject<{
|
|
1681
|
-
read: z.ZodDefault<z.ZodBoolean>;
|
|
1682
|
-
write: z.ZodDefault<z.ZodBoolean>;
|
|
1683
|
-
watch: z.ZodDefault<z.ZodBoolean>;
|
|
1684
|
-
list: z.ZodDefault<z.ZodBoolean>;
|
|
1685
|
-
}, z.core.$strip>;
|
|
1686
|
-
supportedFormats: z.ZodArray<z.ZodEnum<{
|
|
1687
|
-
javascript: "javascript";
|
|
1688
|
-
yaml: "yaml";
|
|
1689
|
-
json: "json";
|
|
1690
|
-
typescript: "typescript";
|
|
1691
|
-
}>>;
|
|
1692
|
-
supportsWatch: z.ZodDefault<z.ZodBoolean>;
|
|
1693
|
-
supportsWrite: z.ZodDefault<z.ZodBoolean>;
|
|
1694
|
-
supportsCache: z.ZodDefault<z.ZodBoolean>;
|
|
1695
|
-
}, z.core.$strip>;
|
|
1696
|
-
/**
|
|
1697
|
-
* Metadata Fallback Strategy
|
|
1698
|
-
* Determines behavior when the primary datasource is unavailable.
|
|
1699
|
-
*/
|
|
1700
|
-
declare const MetadataFallbackStrategySchema: z.ZodEnum<{
|
|
1701
|
-
none: "none";
|
|
1702
|
-
memory: "memory";
|
|
1703
|
-
filesystem: "filesystem";
|
|
1704
|
-
}>;
|
|
1705
|
-
/**
|
|
1706
|
-
* Metadata Manager Configuration
|
|
1707
|
-
*/
|
|
1708
|
-
declare const MetadataManagerConfigSchema: z.ZodObject<{
|
|
1709
|
-
datasource: z.ZodOptional<z.ZodString>;
|
|
1710
|
-
tableName: z.ZodDefault<z.ZodString>;
|
|
1711
|
-
fallback: z.ZodDefault<z.ZodEnum<{
|
|
1712
|
-
none: "none";
|
|
1713
|
-
memory: "memory";
|
|
1714
|
-
filesystem: "filesystem";
|
|
1715
|
-
}>>;
|
|
1716
|
-
rootDir: z.ZodOptional<z.ZodString>;
|
|
1717
|
-
formats: z.ZodDefault<z.ZodArray<z.ZodEnum<{
|
|
1718
|
-
javascript: "javascript";
|
|
1719
|
-
yaml: "yaml";
|
|
1720
|
-
json: "json";
|
|
1721
|
-
typescript: "typescript";
|
|
1722
|
-
}>>>;
|
|
1723
|
-
cache: z.ZodOptional<z.ZodObject<{
|
|
1724
|
-
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
1725
|
-
ttl: z.ZodDefault<z.ZodNumber>;
|
|
1726
|
-
maxSize: z.ZodOptional<z.ZodNumber>;
|
|
1727
|
-
}, z.core.$strip>>;
|
|
1728
|
-
watch: z.ZodDefault<z.ZodBoolean>;
|
|
1729
|
-
watchOptions: z.ZodOptional<z.ZodObject<{
|
|
1730
|
-
ignored: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1731
|
-
persistent: z.ZodDefault<z.ZodBoolean>;
|
|
1732
|
-
ignoreInitial: z.ZodDefault<z.ZodBoolean>;
|
|
1733
|
-
}, z.core.$strip>>;
|
|
1734
|
-
validation: z.ZodOptional<z.ZodObject<{
|
|
1735
|
-
strict: z.ZodDefault<z.ZodBoolean>;
|
|
1736
|
-
throwOnError: z.ZodDefault<z.ZodBoolean>;
|
|
1737
|
-
}, z.core.$strip>>;
|
|
1738
|
-
loaderOptions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1739
|
-
}, z.core.$strip>;
|
|
1740
|
-
type MetadataFormat = z.infer<typeof MetadataFormatSchema>;
|
|
1741
|
-
type MetadataStats = z.infer<typeof MetadataStatsSchema>;
|
|
1742
|
-
type MetadataLoadOptions = z.input<typeof MetadataLoadOptionsSchema>;
|
|
1743
|
-
type MetadataSaveOptions = z.infer<typeof MetadataSaveOptionsSchema>;
|
|
1744
|
-
type MetadataExportOptions = z.infer<typeof MetadataExportOptionsSchema>;
|
|
1745
|
-
type MetadataImportOptions = z.infer<typeof MetadataImportOptionsSchema>;
|
|
1746
|
-
type MetadataLoadResult = z.infer<typeof MetadataLoadResultSchema>;
|
|
1747
|
-
type MetadataSaveResult = z.infer<typeof MetadataSaveResultSchema>;
|
|
1748
|
-
type MetadataWatchEvent = z.infer<typeof MetadataWatchEventSchema>;
|
|
1749
|
-
type MetadataCollectionInfo = z.infer<typeof MetadataCollectionInfoSchema>;
|
|
1750
|
-
type MetadataLoaderContract = z.input<typeof MetadataLoaderContractSchema>;
|
|
1751
|
-
type MetadataManagerConfig = z.input<typeof MetadataManagerConfigSchema>;
|
|
1752
|
-
type MetadataFallbackStrategy = z.infer<typeof MetadataFallbackStrategySchema>;
|
|
1753
|
-
|
|
1754
|
-
/**
|
|
1755
|
-
* # Package Upgrade Protocol
|
|
1756
|
-
*
|
|
1757
|
-
* Defines the complete lifecycle for upgrading installed packages,
|
|
1758
|
-
* including pre-upgrade analysis, snapshot/backup, execution, validation,
|
|
1759
|
-
* and rollback capabilities.
|
|
1760
|
-
*
|
|
1761
|
-
* ## Architecture Alignment
|
|
1762
|
-
* - **Salesforce**: Managed Package upgrade with push upgrades and subscriber control
|
|
1763
|
-
* - **ServiceNow**: Update Sets with preview, commit, and back-out support
|
|
1764
|
-
* - **Helm**: Helm upgrade with rollback to previous release
|
|
1765
|
-
* - **Kubernetes**: Rolling update with readiness probes and automatic rollback
|
|
1766
|
-
*
|
|
1767
|
-
* ## Upgrade Flow
|
|
1768
|
-
* ```
|
|
1769
|
-
* 1. PreCheck → Validate compatibility, check dependencies
|
|
1770
|
-
* 2. Plan → Generate upgrade plan with metadata diff
|
|
1771
|
-
* 3. Snapshot → Backup current state (metadata + customizations)
|
|
1772
|
-
* 4. Execute → Apply new package metadata with 3-way merge
|
|
1773
|
-
* 5. Validate → Run post-upgrade health checks
|
|
1774
|
-
* 6. Commit → Finalize upgrade (or Rollback on failure)
|
|
1775
|
-
* ```
|
|
1776
|
-
*/
|
|
1777
|
-
/**
|
|
1778
|
-
* Metadata Change Type
|
|
1779
|
-
* Type of change detected between package versions.
|
|
1780
|
-
*/
|
|
1781
|
-
declare const MetadataChangeTypeSchema: z.ZodEnum<{
|
|
1782
|
-
removed: "removed";
|
|
1783
|
-
added: "added";
|
|
1784
|
-
modified: "modified";
|
|
1785
|
-
renamed: "renamed";
|
|
1786
|
-
}>;
|
|
1787
|
-
/**
|
|
1788
|
-
* Metadata Diff Item
|
|
1789
|
-
* Describes a single metadata change between two package versions.
|
|
1790
|
-
*/
|
|
1791
|
-
declare const MetadataDiffItemSchema: z.ZodObject<{
|
|
1792
|
-
type: z.ZodString;
|
|
1793
|
-
name: z.ZodString;
|
|
1794
|
-
changeType: z.ZodEnum<{
|
|
1795
|
-
removed: "removed";
|
|
1796
|
-
added: "added";
|
|
1797
|
-
modified: "modified";
|
|
1798
|
-
renamed: "renamed";
|
|
1799
|
-
}>;
|
|
1800
|
-
hasConflict: z.ZodDefault<z.ZodBoolean>;
|
|
1801
|
-
summary: z.ZodOptional<z.ZodString>;
|
|
1802
|
-
previousName: z.ZodOptional<z.ZodString>;
|
|
1803
|
-
}, z.core.$strip>;
|
|
1804
|
-
/**
|
|
1805
|
-
* Upgrade Impact Level
|
|
1806
|
-
* Indicates the severity of impact the upgrade will have.
|
|
1807
|
-
*/
|
|
1808
|
-
declare const UpgradeImpactLevelSchema: z.ZodEnum<{
|
|
1809
|
-
none: "none";
|
|
1810
|
-
medium: "medium";
|
|
1811
|
-
critical: "critical";
|
|
1812
|
-
high: "high";
|
|
1813
|
-
low: "low";
|
|
1814
|
-
}>;
|
|
1815
|
-
/**
|
|
1816
|
-
* Upgrade Plan Schema
|
|
1817
|
-
* The analysis result before executing an upgrade.
|
|
1818
|
-
* Generated by comparing old version metadata with new version metadata.
|
|
1819
|
-
*/
|
|
1820
|
-
declare const UpgradePlanSchema: z.ZodObject<{
|
|
1821
|
-
packageId: z.ZodString;
|
|
1822
|
-
fromVersion: z.ZodString;
|
|
1823
|
-
toVersion: z.ZodString;
|
|
1824
|
-
impactLevel: z.ZodEnum<{
|
|
1825
|
-
none: "none";
|
|
1826
|
-
medium: "medium";
|
|
1827
|
-
critical: "critical";
|
|
1828
|
-
high: "high";
|
|
1829
|
-
low: "low";
|
|
1830
|
-
}>;
|
|
1831
|
-
changes: z.ZodArray<z.ZodObject<{
|
|
1832
|
-
type: z.ZodString;
|
|
1833
|
-
name: z.ZodString;
|
|
1834
|
-
changeType: z.ZodEnum<{
|
|
1835
|
-
removed: "removed";
|
|
1836
|
-
added: "added";
|
|
1837
|
-
modified: "modified";
|
|
1838
|
-
renamed: "renamed";
|
|
1839
|
-
}>;
|
|
1840
|
-
hasConflict: z.ZodDefault<z.ZodBoolean>;
|
|
1841
|
-
summary: z.ZodOptional<z.ZodString>;
|
|
1842
|
-
previousName: z.ZodOptional<z.ZodString>;
|
|
1843
|
-
}, z.core.$strip>>;
|
|
1844
|
-
affectedCustomizations: z.ZodDefault<z.ZodNumber>;
|
|
1845
|
-
requiresMigration: z.ZodDefault<z.ZodBoolean>;
|
|
1846
|
-
migrationScripts: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1847
|
-
dependencyUpgrades: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1848
|
-
packageId: z.ZodString;
|
|
1849
|
-
fromVersion: z.ZodString;
|
|
1850
|
-
toVersion: z.ZodString;
|
|
1851
|
-
}, z.core.$strip>>>;
|
|
1852
|
-
estimatedDuration: z.ZodOptional<z.ZodNumber>;
|
|
1853
|
-
summary: z.ZodOptional<z.ZodString>;
|
|
1854
|
-
}, z.core.$strip>;
|
|
1855
|
-
/**
|
|
1856
|
-
* Upgrade Snapshot Schema
|
|
1857
|
-
* Captures the complete state before an upgrade for rollback capability.
|
|
1858
|
-
*/
|
|
1859
|
-
declare const UpgradeSnapshotSchema: z.ZodObject<{
|
|
1860
|
-
id: z.ZodString;
|
|
1861
|
-
packageId: z.ZodString;
|
|
1862
|
-
fromVersion: z.ZodString;
|
|
1863
|
-
toVersion: z.ZodString;
|
|
1864
|
-
tenantId: z.ZodOptional<z.ZodString>;
|
|
1865
|
-
previousManifest: z.ZodObject<{
|
|
1866
|
-
id: z.ZodString;
|
|
1867
|
-
namespace: z.ZodOptional<z.ZodString>;
|
|
1868
|
-
version: z.ZodString;
|
|
1869
|
-
type: z.ZodEnum<{
|
|
1870
|
-
theme: "theme";
|
|
1871
|
-
driver: "driver";
|
|
1872
|
-
app: "app";
|
|
1873
|
-
server: "server";
|
|
1874
|
-
ui: "ui";
|
|
1875
|
-
module: "module";
|
|
1876
|
-
agent: "agent";
|
|
1877
|
-
objectql: "objectql";
|
|
1878
|
-
plugin: "plugin";
|
|
1879
|
-
gateway: "gateway";
|
|
1880
|
-
adapter: "adapter";
|
|
1881
|
-
}>;
|
|
1882
|
-
name: z.ZodString;
|
|
1883
|
-
description: z.ZodOptional<z.ZodString>;
|
|
1884
|
-
permissions: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1885
|
-
objects: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1886
|
-
datasources: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1887
|
-
dependencies: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1888
|
-
configuration: z.ZodOptional<z.ZodObject<{
|
|
1889
|
-
title: z.ZodOptional<z.ZodString>;
|
|
1890
|
-
properties: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
1891
|
-
type: z.ZodEnum<{
|
|
1892
|
-
string: "string";
|
|
1893
|
-
number: "number";
|
|
1894
|
-
boolean: "boolean";
|
|
1895
|
-
object: "object";
|
|
1896
|
-
array: "array";
|
|
1897
|
-
}>;
|
|
1898
|
-
default: z.ZodOptional<z.ZodUnknown>;
|
|
1899
|
-
description: z.ZodOptional<z.ZodString>;
|
|
1900
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
1901
|
-
secret: z.ZodOptional<z.ZodBoolean>;
|
|
1902
|
-
enum: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1903
|
-
}, z.core.$strip>>;
|
|
1904
|
-
}, z.core.$strip>>;
|
|
1905
|
-
contributes: z.ZodOptional<z.ZodObject<{
|
|
1906
|
-
kinds: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1907
|
-
id: z.ZodString;
|
|
1908
|
-
globs: z.ZodArray<z.ZodString>;
|
|
1909
|
-
description: z.ZodOptional<z.ZodString>;
|
|
1910
|
-
}, z.core.$strip>>>;
|
|
1911
|
-
events: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1912
|
-
menus: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodObject<{
|
|
1913
|
-
id: z.ZodString;
|
|
1914
|
-
label: z.ZodString;
|
|
1915
|
-
command: z.ZodOptional<z.ZodString>;
|
|
1916
|
-
}, z.core.$strip>>>>;
|
|
1917
|
-
themes: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1918
|
-
id: z.ZodString;
|
|
1919
|
-
label: z.ZodString;
|
|
1920
|
-
path: z.ZodString;
|
|
1921
|
-
}, z.core.$strip>>>;
|
|
1922
|
-
translations: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1923
|
-
locale: z.ZodString;
|
|
1924
|
-
path: z.ZodString;
|
|
1925
|
-
}, z.core.$strip>>>;
|
|
1926
|
-
actions: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1927
|
-
name: z.ZodString;
|
|
1928
|
-
label: z.ZodOptional<z.ZodString>;
|
|
1929
|
-
description: z.ZodOptional<z.ZodString>;
|
|
1930
|
-
input: z.ZodOptional<z.ZodUnknown>;
|
|
1931
|
-
output: z.ZodOptional<z.ZodUnknown>;
|
|
1932
|
-
}, z.core.$strip>>>;
|
|
1933
|
-
drivers: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1934
|
-
id: z.ZodString;
|
|
1935
|
-
label: z.ZodString;
|
|
1936
|
-
description: z.ZodOptional<z.ZodString>;
|
|
1937
|
-
}, z.core.$strip>>>;
|
|
1938
|
-
fieldTypes: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1939
|
-
name: z.ZodString;
|
|
1940
|
-
label: z.ZodString;
|
|
1941
|
-
description: z.ZodOptional<z.ZodString>;
|
|
1942
|
-
}, z.core.$strip>>>;
|
|
1943
|
-
functions: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1944
|
-
name: z.ZodString;
|
|
1945
|
-
description: z.ZodOptional<z.ZodString>;
|
|
1946
|
-
args: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1947
|
-
returnType: z.ZodOptional<z.ZodString>;
|
|
1948
|
-
}, z.core.$strip>>>;
|
|
1949
|
-
routes: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1950
|
-
prefix: z.ZodString;
|
|
1951
|
-
service: z.ZodString;
|
|
1952
|
-
methods: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1953
|
-
}, z.core.$strip>>>;
|
|
1954
|
-
commands: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1955
|
-
name: z.ZodString;
|
|
1956
|
-
description: z.ZodOptional<z.ZodString>;
|
|
1957
|
-
module: z.ZodOptional<z.ZodString>;
|
|
1958
|
-
}, z.core.$strip>>>;
|
|
1959
|
-
}, z.core.$strip>>;
|
|
1960
|
-
data: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1961
|
-
object: z.ZodString;
|
|
1962
|
-
externalId: z.ZodDefault<z.ZodString>;
|
|
1963
|
-
mode: z.ZodDefault<z.ZodEnum<{
|
|
1964
|
-
insert: "insert";
|
|
1965
|
-
update: "update";
|
|
1966
|
-
upsert: "upsert";
|
|
1967
|
-
replace: "replace";
|
|
1968
|
-
ignore: "ignore";
|
|
1969
|
-
}>>;
|
|
1970
|
-
env: z.ZodDefault<z.ZodArray<z.ZodEnum<{
|
|
1971
|
-
prod: "prod";
|
|
1972
|
-
dev: "dev";
|
|
1973
|
-
test: "test";
|
|
1974
|
-
}>>>;
|
|
1975
|
-
records: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1976
|
-
}, z.core.$strip>>>;
|
|
1977
|
-
capabilities: z.ZodOptional<z.ZodObject<{
|
|
1978
|
-
implements: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1979
|
-
protocol: z.ZodObject<{
|
|
1980
|
-
id: z.ZodString;
|
|
1981
|
-
label: z.ZodString;
|
|
1982
|
-
version: z.ZodObject<{
|
|
1983
|
-
major: z.ZodNumber;
|
|
1984
|
-
minor: z.ZodNumber;
|
|
1985
|
-
patch: z.ZodNumber;
|
|
1986
|
-
}, z.core.$strip>;
|
|
1987
|
-
specification: z.ZodOptional<z.ZodString>;
|
|
1988
|
-
description: z.ZodOptional<z.ZodString>;
|
|
1989
|
-
}, z.core.$strip>;
|
|
1990
|
-
conformance: z.ZodDefault<z.ZodEnum<{
|
|
1991
|
-
partial: "partial";
|
|
1992
|
-
deprecated: "deprecated";
|
|
1993
|
-
full: "full";
|
|
1994
|
-
experimental: "experimental";
|
|
1995
|
-
}>>;
|
|
1996
|
-
implementedFeatures: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1997
|
-
features: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1998
|
-
name: z.ZodString;
|
|
1999
|
-
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
2000
|
-
description: z.ZodOptional<z.ZodString>;
|
|
2001
|
-
sinceVersion: z.ZodOptional<z.ZodString>;
|
|
2002
|
-
deprecatedSince: z.ZodOptional<z.ZodString>;
|
|
2003
|
-
}, z.core.$strip>>>;
|
|
2004
|
-
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
2005
|
-
certified: z.ZodDefault<z.ZodBoolean>;
|
|
2006
|
-
certificationDate: z.ZodOptional<z.ZodString>;
|
|
2007
|
-
}, z.core.$strip>>>;
|
|
2008
|
-
provides: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2009
|
-
id: z.ZodString;
|
|
2010
|
-
name: z.ZodString;
|
|
2011
|
-
description: z.ZodOptional<z.ZodString>;
|
|
2012
|
-
version: z.ZodObject<{
|
|
2013
|
-
major: z.ZodNumber;
|
|
2014
|
-
minor: z.ZodNumber;
|
|
2015
|
-
patch: z.ZodNumber;
|
|
2016
|
-
}, z.core.$strip>;
|
|
2017
|
-
methods: z.ZodArray<z.ZodObject<{
|
|
2018
|
-
name: z.ZodString;
|
|
2019
|
-
description: z.ZodOptional<z.ZodString>;
|
|
2020
|
-
parameters: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2021
|
-
name: z.ZodString;
|
|
2022
|
-
type: z.ZodString;
|
|
2023
|
-
required: z.ZodDefault<z.ZodBoolean>;
|
|
2024
|
-
description: z.ZodOptional<z.ZodString>;
|
|
2025
|
-
}, z.core.$strip>>>;
|
|
2026
|
-
returnType: z.ZodOptional<z.ZodString>;
|
|
2027
|
-
async: z.ZodDefault<z.ZodBoolean>;
|
|
2028
|
-
}, z.core.$strip>>;
|
|
2029
|
-
events: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2030
|
-
name: z.ZodString;
|
|
2031
|
-
description: z.ZodOptional<z.ZodString>;
|
|
2032
|
-
payload: z.ZodOptional<z.ZodString>;
|
|
2033
|
-
}, z.core.$strip>>>;
|
|
2034
|
-
stability: z.ZodDefault<z.ZodEnum<{
|
|
2035
|
-
alpha: "alpha";
|
|
2036
|
-
experimental: "experimental";
|
|
2037
|
-
stable: "stable";
|
|
2038
|
-
beta: "beta";
|
|
2039
|
-
}>>;
|
|
2040
|
-
}, z.core.$strip>>>;
|
|
2041
|
-
requires: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2042
|
-
pluginId: z.ZodString;
|
|
2043
|
-
version: z.ZodString;
|
|
2044
|
-
optional: z.ZodDefault<z.ZodBoolean>;
|
|
2045
|
-
reason: z.ZodOptional<z.ZodString>;
|
|
2046
|
-
requiredCapabilities: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2047
|
-
}, z.core.$strip>>>;
|
|
2048
|
-
extensionPoints: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2049
|
-
id: z.ZodString;
|
|
2050
|
-
name: z.ZodString;
|
|
2051
|
-
description: z.ZodOptional<z.ZodString>;
|
|
2052
|
-
type: z.ZodEnum<{
|
|
2053
|
-
provider: "provider";
|
|
2054
|
-
action: "action";
|
|
2055
|
-
widget: "widget";
|
|
2056
|
-
hook: "hook";
|
|
2057
|
-
transformer: "transformer";
|
|
2058
|
-
validator: "validator";
|
|
2059
|
-
decorator: "decorator";
|
|
2060
|
-
}>;
|
|
2061
|
-
contract: z.ZodOptional<z.ZodObject<{
|
|
2062
|
-
input: z.ZodOptional<z.ZodString>;
|
|
2063
|
-
output: z.ZodOptional<z.ZodString>;
|
|
2064
|
-
signature: z.ZodOptional<z.ZodString>;
|
|
2065
|
-
}, z.core.$strip>>;
|
|
2066
|
-
cardinality: z.ZodDefault<z.ZodEnum<{
|
|
2067
|
-
multiple: "multiple";
|
|
2068
|
-
single: "single";
|
|
2069
|
-
}>>;
|
|
2070
|
-
}, z.core.$strip>>>;
|
|
2071
|
-
extensions: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2072
|
-
targetPluginId: z.ZodString;
|
|
2073
|
-
extensionPointId: z.ZodString;
|
|
2074
|
-
implementation: z.ZodString;
|
|
2075
|
-
priority: z.ZodDefault<z.ZodNumber>;
|
|
2076
|
-
}, z.core.$strip>>>;
|
|
2077
|
-
}, z.core.$strip>>;
|
|
2078
|
-
extensions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
2079
|
-
loading: z.ZodOptional<z.ZodObject<{
|
|
2080
|
-
strategy: z.ZodDefault<z.ZodEnum<{
|
|
2081
|
-
lazy: "lazy";
|
|
2082
|
-
parallel: "parallel";
|
|
2083
|
-
eager: "eager";
|
|
2084
|
-
deferred: "deferred";
|
|
2085
|
-
"on-demand": "on-demand";
|
|
2086
|
-
}>>;
|
|
2087
|
-
preload: z.ZodOptional<z.ZodObject<{
|
|
2088
|
-
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
2089
|
-
priority: z.ZodDefault<z.ZodNumber>;
|
|
2090
|
-
resources: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
2091
|
-
code: "code";
|
|
2092
|
-
dependencies: "dependencies";
|
|
2093
|
-
metadata: "metadata";
|
|
2094
|
-
assets: "assets";
|
|
2095
|
-
services: "services";
|
|
2096
|
-
}>>>;
|
|
2097
|
-
conditions: z.ZodOptional<z.ZodObject<{
|
|
2098
|
-
routes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2099
|
-
roles: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2100
|
-
deviceType: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
2101
|
-
desktop: "desktop";
|
|
2102
|
-
mobile: "mobile";
|
|
2103
|
-
tablet: "tablet";
|
|
2104
|
-
}>>>;
|
|
2105
|
-
minNetworkSpeed: z.ZodOptional<z.ZodEnum<{
|
|
2106
|
-
"slow-2g": "slow-2g";
|
|
2107
|
-
"2g": "2g";
|
|
2108
|
-
"3g": "3g";
|
|
2109
|
-
"4g": "4g";
|
|
2110
|
-
}>>;
|
|
2111
|
-
}, z.core.$strip>>;
|
|
2112
|
-
}, z.core.$strip>>;
|
|
2113
|
-
codeSplitting: z.ZodOptional<z.ZodObject<{
|
|
2114
|
-
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
2115
|
-
strategy: z.ZodDefault<z.ZodEnum<{
|
|
2116
|
-
custom: "custom";
|
|
2117
|
-
size: "size";
|
|
2118
|
-
route: "route";
|
|
2119
|
-
feature: "feature";
|
|
2120
|
-
}>>;
|
|
2121
|
-
chunkNaming: z.ZodDefault<z.ZodEnum<{
|
|
2122
|
-
hashed: "hashed";
|
|
2123
|
-
sequential: "sequential";
|
|
2124
|
-
named: "named";
|
|
2125
|
-
}>>;
|
|
2126
|
-
maxChunkSize: z.ZodOptional<z.ZodNumber>;
|
|
2127
|
-
sharedDependencies: z.ZodOptional<z.ZodObject<{
|
|
2128
|
-
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
2129
|
-
minChunks: z.ZodDefault<z.ZodNumber>;
|
|
2130
|
-
}, z.core.$strip>>;
|
|
2131
|
-
}, z.core.$strip>>;
|
|
2132
|
-
dynamicImport: z.ZodOptional<z.ZodObject<{
|
|
2133
|
-
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
2134
|
-
mode: z.ZodDefault<z.ZodEnum<{
|
|
2135
|
-
lazy: "lazy";
|
|
2136
|
-
async: "async";
|
|
2137
|
-
sync: "sync";
|
|
2138
|
-
eager: "eager";
|
|
2139
|
-
}>>;
|
|
2140
|
-
prefetch: z.ZodDefault<z.ZodBoolean>;
|
|
2141
|
-
preload: z.ZodDefault<z.ZodBoolean>;
|
|
2142
|
-
webpackChunkName: z.ZodOptional<z.ZodString>;
|
|
2143
|
-
timeout: z.ZodDefault<z.ZodNumber>;
|
|
2144
|
-
retry: z.ZodOptional<z.ZodObject<{
|
|
2145
|
-
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
2146
|
-
maxAttempts: z.ZodDefault<z.ZodNumber>;
|
|
2147
|
-
backoffMs: z.ZodDefault<z.ZodNumber>;
|
|
2148
|
-
}, z.core.$strip>>;
|
|
2149
|
-
}, z.core.$strip>>;
|
|
2150
|
-
initialization: z.ZodOptional<z.ZodObject<{
|
|
2151
|
-
mode: z.ZodDefault<z.ZodEnum<{
|
|
2152
|
-
async: "async";
|
|
2153
|
-
parallel: "parallel";
|
|
2154
|
-
sequential: "sequential";
|
|
2155
|
-
sync: "sync";
|
|
2156
|
-
}>>;
|
|
2157
|
-
timeout: z.ZodDefault<z.ZodNumber>;
|
|
2158
|
-
priority: z.ZodDefault<z.ZodNumber>;
|
|
2159
|
-
critical: z.ZodDefault<z.ZodBoolean>;
|
|
2160
|
-
retry: z.ZodOptional<z.ZodObject<{
|
|
2161
|
-
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
2162
|
-
maxAttempts: z.ZodDefault<z.ZodNumber>;
|
|
2163
|
-
backoffMs: z.ZodDefault<z.ZodNumber>;
|
|
2164
|
-
}, z.core.$strip>>;
|
|
2165
|
-
healthCheckInterval: z.ZodOptional<z.ZodNumber>;
|
|
2166
|
-
}, z.core.$strip>>;
|
|
2167
|
-
dependencyResolution: z.ZodOptional<z.ZodObject<{
|
|
2168
|
-
strategy: z.ZodDefault<z.ZodEnum<{
|
|
2169
|
-
strict: "strict";
|
|
2170
|
-
pinned: "pinned";
|
|
2171
|
-
latest: "latest";
|
|
2172
|
-
compatible: "compatible";
|
|
2173
|
-
}>>;
|
|
2174
|
-
peerDependencies: z.ZodOptional<z.ZodObject<{
|
|
2175
|
-
resolve: z.ZodDefault<z.ZodBoolean>;
|
|
2176
|
-
onMissing: z.ZodDefault<z.ZodEnum<{
|
|
2177
|
-
error: "error";
|
|
2178
|
-
warn: "warn";
|
|
2179
|
-
ignore: "ignore";
|
|
2180
|
-
}>>;
|
|
2181
|
-
onMismatch: z.ZodDefault<z.ZodEnum<{
|
|
2182
|
-
error: "error";
|
|
2183
|
-
warn: "warn";
|
|
2184
|
-
ignore: "ignore";
|
|
2185
|
-
}>>;
|
|
2186
|
-
}, z.core.$strip>>;
|
|
2187
|
-
optionalDependencies: z.ZodOptional<z.ZodObject<{
|
|
2188
|
-
load: z.ZodDefault<z.ZodBoolean>;
|
|
2189
|
-
onFailure: z.ZodDefault<z.ZodEnum<{
|
|
2190
|
-
warn: "warn";
|
|
2191
|
-
ignore: "ignore";
|
|
2192
|
-
}>>;
|
|
2193
|
-
}, z.core.$strip>>;
|
|
2194
|
-
conflictResolution: z.ZodDefault<z.ZodEnum<{
|
|
2195
|
-
latest: "latest";
|
|
2196
|
-
manual: "manual";
|
|
2197
|
-
fail: "fail";
|
|
2198
|
-
oldest: "oldest";
|
|
2199
|
-
}>>;
|
|
2200
|
-
circularDependencies: z.ZodDefault<z.ZodEnum<{
|
|
2201
|
-
error: "error";
|
|
2202
|
-
warn: "warn";
|
|
2203
|
-
allow: "allow";
|
|
2204
|
-
}>>;
|
|
2205
|
-
}, z.core.$strip>>;
|
|
2206
|
-
hotReload: z.ZodOptional<z.ZodObject<{
|
|
2207
|
-
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
2208
|
-
environment: z.ZodDefault<z.ZodEnum<{
|
|
2209
|
-
development: "development";
|
|
2210
|
-
production: "production";
|
|
2211
|
-
staging: "staging";
|
|
2212
|
-
}>>;
|
|
2213
|
-
strategy: z.ZodDefault<z.ZodEnum<{
|
|
2214
|
-
partial: "partial";
|
|
2215
|
-
full: "full";
|
|
2216
|
-
"state-preserve": "state-preserve";
|
|
2217
|
-
}>>;
|
|
2218
|
-
watchPatterns: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2219
|
-
ignorePatterns: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2220
|
-
debounceMs: z.ZodDefault<z.ZodNumber>;
|
|
2221
|
-
preserveState: z.ZodDefault<z.ZodBoolean>;
|
|
2222
|
-
stateSerialization: z.ZodOptional<z.ZodObject<{
|
|
2223
|
-
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
2224
|
-
handler: z.ZodOptional<z.ZodString>;
|
|
2225
|
-
}, z.core.$strip>>;
|
|
2226
|
-
hooks: z.ZodOptional<z.ZodObject<{
|
|
2227
|
-
beforeReload: z.ZodOptional<z.ZodString>;
|
|
2228
|
-
afterReload: z.ZodOptional<z.ZodString>;
|
|
2229
|
-
onError: z.ZodOptional<z.ZodString>;
|
|
2230
|
-
}, z.core.$strip>>;
|
|
2231
|
-
productionSafety: z.ZodOptional<z.ZodObject<{
|
|
2232
|
-
healthValidation: z.ZodDefault<z.ZodBoolean>;
|
|
2233
|
-
rollbackOnFailure: z.ZodDefault<z.ZodBoolean>;
|
|
2234
|
-
healthTimeout: z.ZodDefault<z.ZodNumber>;
|
|
2235
|
-
drainConnections: z.ZodDefault<z.ZodBoolean>;
|
|
2236
|
-
drainTimeout: z.ZodDefault<z.ZodNumber>;
|
|
2237
|
-
maxConcurrentReloads: z.ZodDefault<z.ZodNumber>;
|
|
2238
|
-
minReloadInterval: z.ZodDefault<z.ZodNumber>;
|
|
2239
|
-
}, z.core.$strip>>;
|
|
2240
|
-
}, z.core.$strip>>;
|
|
2241
|
-
caching: z.ZodOptional<z.ZodObject<{
|
|
2242
|
-
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
2243
|
-
storage: z.ZodDefault<z.ZodEnum<{
|
|
2244
|
-
hybrid: "hybrid";
|
|
2245
|
-
indexeddb: "indexeddb";
|
|
2246
|
-
memory: "memory";
|
|
2247
|
-
disk: "disk";
|
|
2248
|
-
}>>;
|
|
2249
|
-
keyStrategy: z.ZodDefault<z.ZodEnum<{
|
|
2250
|
-
hash: "hash";
|
|
2251
|
-
timestamp: "timestamp";
|
|
2252
|
-
version: "version";
|
|
2253
|
-
}>>;
|
|
2254
|
-
ttl: z.ZodOptional<z.ZodNumber>;
|
|
2255
|
-
maxSize: z.ZodOptional<z.ZodNumber>;
|
|
2256
|
-
invalidateOn: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
2257
|
-
error: "error";
|
|
2258
|
-
manual: "manual";
|
|
2259
|
-
"version-change": "version-change";
|
|
2260
|
-
"dependency-change": "dependency-change";
|
|
2261
|
-
}>>>;
|
|
2262
|
-
compression: z.ZodOptional<z.ZodObject<{
|
|
2263
|
-
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
2264
|
-
algorithm: z.ZodDefault<z.ZodEnum<{
|
|
2265
|
-
gzip: "gzip";
|
|
2266
|
-
brotli: "brotli";
|
|
2267
|
-
deflate: "deflate";
|
|
2268
|
-
}>>;
|
|
2269
|
-
}, z.core.$strip>>;
|
|
2270
|
-
}, z.core.$strip>>;
|
|
2271
|
-
sandboxing: z.ZodOptional<z.ZodObject<{
|
|
2272
|
-
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
2273
|
-
scope: z.ZodDefault<z.ZodEnum<{
|
|
2274
|
-
"automation-only": "automation-only";
|
|
2275
|
-
"untrusted-only": "untrusted-only";
|
|
2276
|
-
"all-plugins": "all-plugins";
|
|
2277
|
-
}>>;
|
|
2278
|
-
isolationLevel: z.ZodDefault<z.ZodEnum<{
|
|
2279
|
-
none: "none";
|
|
2280
|
-
process: "process";
|
|
2281
|
-
vm: "vm";
|
|
2282
|
-
iframe: "iframe";
|
|
2283
|
-
"web-worker": "web-worker";
|
|
2284
|
-
}>>;
|
|
2285
|
-
allowedCapabilities: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2286
|
-
resourceQuotas: z.ZodOptional<z.ZodObject<{
|
|
2287
|
-
maxMemoryMB: z.ZodOptional<z.ZodNumber>;
|
|
2288
|
-
maxCpuTimeMs: z.ZodOptional<z.ZodNumber>;
|
|
2289
|
-
maxFileDescriptors: z.ZodOptional<z.ZodNumber>;
|
|
2290
|
-
maxNetworkKBps: z.ZodOptional<z.ZodNumber>;
|
|
2291
|
-
}, z.core.$strip>>;
|
|
2292
|
-
permissions: z.ZodOptional<z.ZodObject<{
|
|
2293
|
-
allowedAPIs: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2294
|
-
allowedPaths: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2295
|
-
allowedEndpoints: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2296
|
-
allowedEnvVars: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2297
|
-
}, z.core.$strip>>;
|
|
2298
|
-
ipc: z.ZodOptional<z.ZodObject<{
|
|
2299
|
-
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
2300
|
-
transport: z.ZodDefault<z.ZodEnum<{
|
|
2301
|
-
memory: "memory";
|
|
2302
|
-
"message-port": "message-port";
|
|
2303
|
-
"unix-socket": "unix-socket";
|
|
2304
|
-
tcp: "tcp";
|
|
2305
|
-
}>>;
|
|
2306
|
-
maxMessageSize: z.ZodDefault<z.ZodNumber>;
|
|
2307
|
-
timeout: z.ZodDefault<z.ZodNumber>;
|
|
2308
|
-
allowedServices: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2309
|
-
}, z.core.$strip>>;
|
|
2310
|
-
}, z.core.$strip>>;
|
|
2311
|
-
monitoring: z.ZodOptional<z.ZodObject<{
|
|
2312
|
-
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
2313
|
-
metrics: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
2314
|
-
"load-time": "load-time";
|
|
2315
|
-
"init-time": "init-time";
|
|
2316
|
-
"memory-usage": "memory-usage";
|
|
2317
|
-
"cpu-usage": "cpu-usage";
|
|
2318
|
-
"api-calls": "api-calls";
|
|
2319
|
-
"error-rate": "error-rate";
|
|
2320
|
-
"cache-hit-rate": "cache-hit-rate";
|
|
2321
|
-
}>>>;
|
|
2322
|
-
samplingRate: z.ZodDefault<z.ZodNumber>;
|
|
2323
|
-
reportingInterval: z.ZodDefault<z.ZodNumber>;
|
|
2324
|
-
budgets: z.ZodOptional<z.ZodObject<{
|
|
2325
|
-
maxLoadTimeMs: z.ZodOptional<z.ZodNumber>;
|
|
2326
|
-
maxInitTimeMs: z.ZodOptional<z.ZodNumber>;
|
|
2327
|
-
maxMemoryMB: z.ZodOptional<z.ZodNumber>;
|
|
2328
|
-
}, z.core.$strip>>;
|
|
2329
|
-
onBudgetViolation: z.ZodDefault<z.ZodEnum<{
|
|
2330
|
-
error: "error";
|
|
2331
|
-
warn: "warn";
|
|
2332
|
-
ignore: "ignore";
|
|
2333
|
-
}>>;
|
|
2334
|
-
}, z.core.$strip>>;
|
|
2335
|
-
}, z.core.$strip>>;
|
|
2336
|
-
}, z.core.$strip>;
|
|
2337
|
-
metadataSnapshot: z.ZodArray<z.ZodObject<{
|
|
2338
|
-
type: z.ZodString;
|
|
2339
|
-
name: z.ZodString;
|
|
2340
|
-
metadata: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
2341
|
-
}, z.core.$strip>>;
|
|
2342
|
-
customizationSnapshot: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
2343
|
-
createdAt: z.ZodString;
|
|
2344
|
-
expiresAt: z.ZodOptional<z.ZodString>;
|
|
2345
|
-
}, z.core.$strip>;
|
|
2346
|
-
/**
|
|
2347
|
-
* Upgrade Package Request
|
|
2348
|
-
*/
|
|
2349
|
-
declare const UpgradePackageRequestSchema: z.ZodObject<{
|
|
2350
|
-
packageId: z.ZodString;
|
|
2351
|
-
targetVersion: z.ZodOptional<z.ZodString>;
|
|
2352
|
-
manifest: z.ZodOptional<z.ZodObject<{
|
|
2353
|
-
id: z.ZodString;
|
|
2354
|
-
namespace: z.ZodOptional<z.ZodString>;
|
|
2355
|
-
version: z.ZodString;
|
|
2356
|
-
type: z.ZodEnum<{
|
|
2357
|
-
theme: "theme";
|
|
2358
|
-
driver: "driver";
|
|
2359
|
-
app: "app";
|
|
2360
|
-
server: "server";
|
|
2361
|
-
ui: "ui";
|
|
2362
|
-
module: "module";
|
|
2363
|
-
agent: "agent";
|
|
2364
|
-
objectql: "objectql";
|
|
2365
|
-
plugin: "plugin";
|
|
2366
|
-
gateway: "gateway";
|
|
2367
|
-
adapter: "adapter";
|
|
2368
|
-
}>;
|
|
2369
|
-
name: z.ZodString;
|
|
2370
|
-
description: z.ZodOptional<z.ZodString>;
|
|
2371
|
-
permissions: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2372
|
-
objects: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2373
|
-
datasources: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2374
|
-
dependencies: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
2375
|
-
configuration: z.ZodOptional<z.ZodObject<{
|
|
2376
|
-
title: z.ZodOptional<z.ZodString>;
|
|
2377
|
-
properties: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
2378
|
-
type: z.ZodEnum<{
|
|
2379
|
-
string: "string";
|
|
2380
|
-
number: "number";
|
|
2381
|
-
boolean: "boolean";
|
|
2382
|
-
object: "object";
|
|
2383
|
-
array: "array";
|
|
2384
|
-
}>;
|
|
2385
|
-
default: z.ZodOptional<z.ZodUnknown>;
|
|
2386
|
-
description: z.ZodOptional<z.ZodString>;
|
|
2387
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
2388
|
-
secret: z.ZodOptional<z.ZodBoolean>;
|
|
2389
|
-
enum: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2390
|
-
}, z.core.$strip>>;
|
|
2391
|
-
}, z.core.$strip>>;
|
|
2392
|
-
contributes: z.ZodOptional<z.ZodObject<{
|
|
2393
|
-
kinds: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2394
|
-
id: z.ZodString;
|
|
2395
|
-
globs: z.ZodArray<z.ZodString>;
|
|
2396
|
-
description: z.ZodOptional<z.ZodString>;
|
|
2397
|
-
}, z.core.$strip>>>;
|
|
2398
|
-
events: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2399
|
-
menus: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodObject<{
|
|
2400
|
-
id: z.ZodString;
|
|
2401
|
-
label: z.ZodString;
|
|
2402
|
-
command: z.ZodOptional<z.ZodString>;
|
|
2403
|
-
}, z.core.$strip>>>>;
|
|
2404
|
-
themes: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2405
|
-
id: z.ZodString;
|
|
2406
|
-
label: z.ZodString;
|
|
2407
|
-
path: z.ZodString;
|
|
2408
|
-
}, z.core.$strip>>>;
|
|
2409
|
-
translations: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2410
|
-
locale: z.ZodString;
|
|
2411
|
-
path: z.ZodString;
|
|
2412
|
-
}, z.core.$strip>>>;
|
|
2413
|
-
actions: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2414
|
-
name: z.ZodString;
|
|
2415
|
-
label: z.ZodOptional<z.ZodString>;
|
|
2416
|
-
description: z.ZodOptional<z.ZodString>;
|
|
2417
|
-
input: z.ZodOptional<z.ZodUnknown>;
|
|
2418
|
-
output: z.ZodOptional<z.ZodUnknown>;
|
|
2419
|
-
}, z.core.$strip>>>;
|
|
2420
|
-
drivers: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2421
|
-
id: z.ZodString;
|
|
2422
|
-
label: z.ZodString;
|
|
2423
|
-
description: z.ZodOptional<z.ZodString>;
|
|
2424
|
-
}, z.core.$strip>>>;
|
|
2425
|
-
fieldTypes: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2426
|
-
name: z.ZodString;
|
|
2427
|
-
label: z.ZodString;
|
|
2428
|
-
description: z.ZodOptional<z.ZodString>;
|
|
2429
|
-
}, z.core.$strip>>>;
|
|
2430
|
-
functions: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2431
|
-
name: z.ZodString;
|
|
2432
|
-
description: z.ZodOptional<z.ZodString>;
|
|
2433
|
-
args: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2434
|
-
returnType: z.ZodOptional<z.ZodString>;
|
|
2435
|
-
}, z.core.$strip>>>;
|
|
2436
|
-
routes: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2437
|
-
prefix: z.ZodString;
|
|
2438
|
-
service: z.ZodString;
|
|
2439
|
-
methods: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2440
|
-
}, z.core.$strip>>>;
|
|
2441
|
-
commands: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2442
|
-
name: z.ZodString;
|
|
2443
|
-
description: z.ZodOptional<z.ZodString>;
|
|
2444
|
-
module: z.ZodOptional<z.ZodString>;
|
|
2445
|
-
}, z.core.$strip>>>;
|
|
2446
|
-
}, z.core.$strip>>;
|
|
2447
|
-
data: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2448
|
-
object: z.ZodString;
|
|
2449
|
-
externalId: z.ZodDefault<z.ZodString>;
|
|
2450
|
-
mode: z.ZodDefault<z.ZodEnum<{
|
|
2451
|
-
insert: "insert";
|
|
2452
|
-
update: "update";
|
|
2453
|
-
upsert: "upsert";
|
|
2454
|
-
replace: "replace";
|
|
2455
|
-
ignore: "ignore";
|
|
2456
|
-
}>>;
|
|
2457
|
-
env: z.ZodDefault<z.ZodArray<z.ZodEnum<{
|
|
2458
|
-
prod: "prod";
|
|
2459
|
-
dev: "dev";
|
|
2460
|
-
test: "test";
|
|
2461
|
-
}>>>;
|
|
2462
|
-
records: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
2463
|
-
}, z.core.$strip>>>;
|
|
2464
|
-
capabilities: z.ZodOptional<z.ZodObject<{
|
|
2465
|
-
implements: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2466
|
-
protocol: z.ZodObject<{
|
|
2467
|
-
id: z.ZodString;
|
|
2468
|
-
label: z.ZodString;
|
|
2469
|
-
version: z.ZodObject<{
|
|
2470
|
-
major: z.ZodNumber;
|
|
2471
|
-
minor: z.ZodNumber;
|
|
2472
|
-
patch: z.ZodNumber;
|
|
2473
|
-
}, z.core.$strip>;
|
|
2474
|
-
specification: z.ZodOptional<z.ZodString>;
|
|
2475
|
-
description: z.ZodOptional<z.ZodString>;
|
|
2476
|
-
}, z.core.$strip>;
|
|
2477
|
-
conformance: z.ZodDefault<z.ZodEnum<{
|
|
2478
|
-
partial: "partial";
|
|
2479
|
-
deprecated: "deprecated";
|
|
2480
|
-
full: "full";
|
|
2481
|
-
experimental: "experimental";
|
|
2482
|
-
}>>;
|
|
2483
|
-
implementedFeatures: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2484
|
-
features: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2485
|
-
name: z.ZodString;
|
|
2486
|
-
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
2487
|
-
description: z.ZodOptional<z.ZodString>;
|
|
2488
|
-
sinceVersion: z.ZodOptional<z.ZodString>;
|
|
2489
|
-
deprecatedSince: z.ZodOptional<z.ZodString>;
|
|
2490
|
-
}, z.core.$strip>>>;
|
|
2491
|
-
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
2492
|
-
certified: z.ZodDefault<z.ZodBoolean>;
|
|
2493
|
-
certificationDate: z.ZodOptional<z.ZodString>;
|
|
2494
|
-
}, z.core.$strip>>>;
|
|
2495
|
-
provides: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2496
|
-
id: z.ZodString;
|
|
2497
|
-
name: z.ZodString;
|
|
2498
|
-
description: z.ZodOptional<z.ZodString>;
|
|
2499
|
-
version: z.ZodObject<{
|
|
2500
|
-
major: z.ZodNumber;
|
|
2501
|
-
minor: z.ZodNumber;
|
|
2502
|
-
patch: z.ZodNumber;
|
|
2503
|
-
}, z.core.$strip>;
|
|
2504
|
-
methods: z.ZodArray<z.ZodObject<{
|
|
2505
|
-
name: z.ZodString;
|
|
2506
|
-
description: z.ZodOptional<z.ZodString>;
|
|
2507
|
-
parameters: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2508
|
-
name: z.ZodString;
|
|
2509
|
-
type: z.ZodString;
|
|
2510
|
-
required: z.ZodDefault<z.ZodBoolean>;
|
|
2511
|
-
description: z.ZodOptional<z.ZodString>;
|
|
2512
|
-
}, z.core.$strip>>>;
|
|
2513
|
-
returnType: z.ZodOptional<z.ZodString>;
|
|
2514
|
-
async: z.ZodDefault<z.ZodBoolean>;
|
|
2515
|
-
}, z.core.$strip>>;
|
|
2516
|
-
events: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2517
|
-
name: z.ZodString;
|
|
2518
|
-
description: z.ZodOptional<z.ZodString>;
|
|
2519
|
-
payload: z.ZodOptional<z.ZodString>;
|
|
2520
|
-
}, z.core.$strip>>>;
|
|
2521
|
-
stability: z.ZodDefault<z.ZodEnum<{
|
|
2522
|
-
alpha: "alpha";
|
|
2523
|
-
experimental: "experimental";
|
|
2524
|
-
stable: "stable";
|
|
2525
|
-
beta: "beta";
|
|
2526
|
-
}>>;
|
|
2527
|
-
}, z.core.$strip>>>;
|
|
2528
|
-
requires: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2529
|
-
pluginId: z.ZodString;
|
|
2530
|
-
version: z.ZodString;
|
|
2531
|
-
optional: z.ZodDefault<z.ZodBoolean>;
|
|
2532
|
-
reason: z.ZodOptional<z.ZodString>;
|
|
2533
|
-
requiredCapabilities: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2534
|
-
}, z.core.$strip>>>;
|
|
2535
|
-
extensionPoints: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2536
|
-
id: z.ZodString;
|
|
2537
|
-
name: z.ZodString;
|
|
2538
|
-
description: z.ZodOptional<z.ZodString>;
|
|
2539
|
-
type: z.ZodEnum<{
|
|
2540
|
-
provider: "provider";
|
|
2541
|
-
action: "action";
|
|
2542
|
-
widget: "widget";
|
|
2543
|
-
hook: "hook";
|
|
2544
|
-
transformer: "transformer";
|
|
2545
|
-
validator: "validator";
|
|
2546
|
-
decorator: "decorator";
|
|
2547
|
-
}>;
|
|
2548
|
-
contract: z.ZodOptional<z.ZodObject<{
|
|
2549
|
-
input: z.ZodOptional<z.ZodString>;
|
|
2550
|
-
output: z.ZodOptional<z.ZodString>;
|
|
2551
|
-
signature: z.ZodOptional<z.ZodString>;
|
|
2552
|
-
}, z.core.$strip>>;
|
|
2553
|
-
cardinality: z.ZodDefault<z.ZodEnum<{
|
|
2554
|
-
multiple: "multiple";
|
|
2555
|
-
single: "single";
|
|
2556
|
-
}>>;
|
|
2557
|
-
}, z.core.$strip>>>;
|
|
2558
|
-
extensions: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2559
|
-
targetPluginId: z.ZodString;
|
|
2560
|
-
extensionPointId: z.ZodString;
|
|
2561
|
-
implementation: z.ZodString;
|
|
2562
|
-
priority: z.ZodDefault<z.ZodNumber>;
|
|
2563
|
-
}, z.core.$strip>>>;
|
|
2564
|
-
}, z.core.$strip>>;
|
|
2565
|
-
extensions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
2566
|
-
loading: z.ZodOptional<z.ZodObject<{
|
|
2567
|
-
strategy: z.ZodDefault<z.ZodEnum<{
|
|
2568
|
-
lazy: "lazy";
|
|
2569
|
-
parallel: "parallel";
|
|
2570
|
-
eager: "eager";
|
|
2571
|
-
deferred: "deferred";
|
|
2572
|
-
"on-demand": "on-demand";
|
|
2573
|
-
}>>;
|
|
2574
|
-
preload: z.ZodOptional<z.ZodObject<{
|
|
2575
|
-
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
2576
|
-
priority: z.ZodDefault<z.ZodNumber>;
|
|
2577
|
-
resources: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
2578
|
-
code: "code";
|
|
2579
|
-
dependencies: "dependencies";
|
|
2580
|
-
metadata: "metadata";
|
|
2581
|
-
assets: "assets";
|
|
2582
|
-
services: "services";
|
|
2583
|
-
}>>>;
|
|
2584
|
-
conditions: z.ZodOptional<z.ZodObject<{
|
|
2585
|
-
routes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2586
|
-
roles: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2587
|
-
deviceType: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
2588
|
-
desktop: "desktop";
|
|
2589
|
-
mobile: "mobile";
|
|
2590
|
-
tablet: "tablet";
|
|
2591
|
-
}>>>;
|
|
2592
|
-
minNetworkSpeed: z.ZodOptional<z.ZodEnum<{
|
|
2593
|
-
"slow-2g": "slow-2g";
|
|
2594
|
-
"2g": "2g";
|
|
2595
|
-
"3g": "3g";
|
|
2596
|
-
"4g": "4g";
|
|
2597
|
-
}>>;
|
|
2598
|
-
}, z.core.$strip>>;
|
|
2599
|
-
}, z.core.$strip>>;
|
|
2600
|
-
codeSplitting: z.ZodOptional<z.ZodObject<{
|
|
2601
|
-
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
2602
|
-
strategy: z.ZodDefault<z.ZodEnum<{
|
|
2603
|
-
custom: "custom";
|
|
2604
|
-
size: "size";
|
|
2605
|
-
route: "route";
|
|
2606
|
-
feature: "feature";
|
|
2607
|
-
}>>;
|
|
2608
|
-
chunkNaming: z.ZodDefault<z.ZodEnum<{
|
|
2609
|
-
hashed: "hashed";
|
|
2610
|
-
sequential: "sequential";
|
|
2611
|
-
named: "named";
|
|
2612
|
-
}>>;
|
|
2613
|
-
maxChunkSize: z.ZodOptional<z.ZodNumber>;
|
|
2614
|
-
sharedDependencies: z.ZodOptional<z.ZodObject<{
|
|
2615
|
-
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
2616
|
-
minChunks: z.ZodDefault<z.ZodNumber>;
|
|
2617
|
-
}, z.core.$strip>>;
|
|
2618
|
-
}, z.core.$strip>>;
|
|
2619
|
-
dynamicImport: z.ZodOptional<z.ZodObject<{
|
|
2620
|
-
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
2621
|
-
mode: z.ZodDefault<z.ZodEnum<{
|
|
2622
|
-
lazy: "lazy";
|
|
2623
|
-
async: "async";
|
|
2624
|
-
sync: "sync";
|
|
2625
|
-
eager: "eager";
|
|
2626
|
-
}>>;
|
|
2627
|
-
prefetch: z.ZodDefault<z.ZodBoolean>;
|
|
2628
|
-
preload: z.ZodDefault<z.ZodBoolean>;
|
|
2629
|
-
webpackChunkName: z.ZodOptional<z.ZodString>;
|
|
2630
|
-
timeout: z.ZodDefault<z.ZodNumber>;
|
|
2631
|
-
retry: z.ZodOptional<z.ZodObject<{
|
|
2632
|
-
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
2633
|
-
maxAttempts: z.ZodDefault<z.ZodNumber>;
|
|
2634
|
-
backoffMs: z.ZodDefault<z.ZodNumber>;
|
|
2635
|
-
}, z.core.$strip>>;
|
|
2636
|
-
}, z.core.$strip>>;
|
|
2637
|
-
initialization: z.ZodOptional<z.ZodObject<{
|
|
2638
|
-
mode: z.ZodDefault<z.ZodEnum<{
|
|
2639
|
-
async: "async";
|
|
2640
|
-
parallel: "parallel";
|
|
2641
|
-
sequential: "sequential";
|
|
2642
|
-
sync: "sync";
|
|
2643
|
-
}>>;
|
|
2644
|
-
timeout: z.ZodDefault<z.ZodNumber>;
|
|
2645
|
-
priority: z.ZodDefault<z.ZodNumber>;
|
|
2646
|
-
critical: z.ZodDefault<z.ZodBoolean>;
|
|
2647
|
-
retry: z.ZodOptional<z.ZodObject<{
|
|
2648
|
-
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
2649
|
-
maxAttempts: z.ZodDefault<z.ZodNumber>;
|
|
2650
|
-
backoffMs: z.ZodDefault<z.ZodNumber>;
|
|
2651
|
-
}, z.core.$strip>>;
|
|
2652
|
-
healthCheckInterval: z.ZodOptional<z.ZodNumber>;
|
|
2653
|
-
}, z.core.$strip>>;
|
|
2654
|
-
dependencyResolution: z.ZodOptional<z.ZodObject<{
|
|
2655
|
-
strategy: z.ZodDefault<z.ZodEnum<{
|
|
2656
|
-
strict: "strict";
|
|
2657
|
-
pinned: "pinned";
|
|
2658
|
-
latest: "latest";
|
|
2659
|
-
compatible: "compatible";
|
|
2660
|
-
}>>;
|
|
2661
|
-
peerDependencies: z.ZodOptional<z.ZodObject<{
|
|
2662
|
-
resolve: z.ZodDefault<z.ZodBoolean>;
|
|
2663
|
-
onMissing: z.ZodDefault<z.ZodEnum<{
|
|
2664
|
-
error: "error";
|
|
2665
|
-
warn: "warn";
|
|
2666
|
-
ignore: "ignore";
|
|
2667
|
-
}>>;
|
|
2668
|
-
onMismatch: z.ZodDefault<z.ZodEnum<{
|
|
2669
|
-
error: "error";
|
|
2670
|
-
warn: "warn";
|
|
2671
|
-
ignore: "ignore";
|
|
2672
|
-
}>>;
|
|
2673
|
-
}, z.core.$strip>>;
|
|
2674
|
-
optionalDependencies: z.ZodOptional<z.ZodObject<{
|
|
2675
|
-
load: z.ZodDefault<z.ZodBoolean>;
|
|
2676
|
-
onFailure: z.ZodDefault<z.ZodEnum<{
|
|
2677
|
-
warn: "warn";
|
|
2678
|
-
ignore: "ignore";
|
|
2679
|
-
}>>;
|
|
2680
|
-
}, z.core.$strip>>;
|
|
2681
|
-
conflictResolution: z.ZodDefault<z.ZodEnum<{
|
|
2682
|
-
latest: "latest";
|
|
2683
|
-
manual: "manual";
|
|
2684
|
-
fail: "fail";
|
|
2685
|
-
oldest: "oldest";
|
|
2686
|
-
}>>;
|
|
2687
|
-
circularDependencies: z.ZodDefault<z.ZodEnum<{
|
|
2688
|
-
error: "error";
|
|
2689
|
-
warn: "warn";
|
|
2690
|
-
allow: "allow";
|
|
2691
|
-
}>>;
|
|
2692
|
-
}, z.core.$strip>>;
|
|
2693
|
-
hotReload: z.ZodOptional<z.ZodObject<{
|
|
2694
|
-
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
2695
|
-
environment: z.ZodDefault<z.ZodEnum<{
|
|
2696
|
-
development: "development";
|
|
2697
|
-
production: "production";
|
|
2698
|
-
staging: "staging";
|
|
2699
|
-
}>>;
|
|
2700
|
-
strategy: z.ZodDefault<z.ZodEnum<{
|
|
2701
|
-
partial: "partial";
|
|
2702
|
-
full: "full";
|
|
2703
|
-
"state-preserve": "state-preserve";
|
|
2704
|
-
}>>;
|
|
2705
|
-
watchPatterns: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2706
|
-
ignorePatterns: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2707
|
-
debounceMs: z.ZodDefault<z.ZodNumber>;
|
|
2708
|
-
preserveState: z.ZodDefault<z.ZodBoolean>;
|
|
2709
|
-
stateSerialization: z.ZodOptional<z.ZodObject<{
|
|
2710
|
-
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
2711
|
-
handler: z.ZodOptional<z.ZodString>;
|
|
2712
|
-
}, z.core.$strip>>;
|
|
2713
|
-
hooks: z.ZodOptional<z.ZodObject<{
|
|
2714
|
-
beforeReload: z.ZodOptional<z.ZodString>;
|
|
2715
|
-
afterReload: z.ZodOptional<z.ZodString>;
|
|
2716
|
-
onError: z.ZodOptional<z.ZodString>;
|
|
2717
|
-
}, z.core.$strip>>;
|
|
2718
|
-
productionSafety: z.ZodOptional<z.ZodObject<{
|
|
2719
|
-
healthValidation: z.ZodDefault<z.ZodBoolean>;
|
|
2720
|
-
rollbackOnFailure: z.ZodDefault<z.ZodBoolean>;
|
|
2721
|
-
healthTimeout: z.ZodDefault<z.ZodNumber>;
|
|
2722
|
-
drainConnections: z.ZodDefault<z.ZodBoolean>;
|
|
2723
|
-
drainTimeout: z.ZodDefault<z.ZodNumber>;
|
|
2724
|
-
maxConcurrentReloads: z.ZodDefault<z.ZodNumber>;
|
|
2725
|
-
minReloadInterval: z.ZodDefault<z.ZodNumber>;
|
|
2726
|
-
}, z.core.$strip>>;
|
|
2727
|
-
}, z.core.$strip>>;
|
|
2728
|
-
caching: z.ZodOptional<z.ZodObject<{
|
|
2729
|
-
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
2730
|
-
storage: z.ZodDefault<z.ZodEnum<{
|
|
2731
|
-
hybrid: "hybrid";
|
|
2732
|
-
indexeddb: "indexeddb";
|
|
2733
|
-
memory: "memory";
|
|
2734
|
-
disk: "disk";
|
|
2735
|
-
}>>;
|
|
2736
|
-
keyStrategy: z.ZodDefault<z.ZodEnum<{
|
|
2737
|
-
hash: "hash";
|
|
2738
|
-
timestamp: "timestamp";
|
|
2739
|
-
version: "version";
|
|
2740
|
-
}>>;
|
|
2741
|
-
ttl: z.ZodOptional<z.ZodNumber>;
|
|
2742
|
-
maxSize: z.ZodOptional<z.ZodNumber>;
|
|
2743
|
-
invalidateOn: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
2744
|
-
error: "error";
|
|
2745
|
-
manual: "manual";
|
|
2746
|
-
"version-change": "version-change";
|
|
2747
|
-
"dependency-change": "dependency-change";
|
|
2748
|
-
}>>>;
|
|
2749
|
-
compression: z.ZodOptional<z.ZodObject<{
|
|
2750
|
-
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
2751
|
-
algorithm: z.ZodDefault<z.ZodEnum<{
|
|
2752
|
-
gzip: "gzip";
|
|
2753
|
-
brotli: "brotli";
|
|
2754
|
-
deflate: "deflate";
|
|
2755
|
-
}>>;
|
|
2756
|
-
}, z.core.$strip>>;
|
|
2757
|
-
}, z.core.$strip>>;
|
|
2758
|
-
sandboxing: z.ZodOptional<z.ZodObject<{
|
|
2759
|
-
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
2760
|
-
scope: z.ZodDefault<z.ZodEnum<{
|
|
2761
|
-
"automation-only": "automation-only";
|
|
2762
|
-
"untrusted-only": "untrusted-only";
|
|
2763
|
-
"all-plugins": "all-plugins";
|
|
2764
|
-
}>>;
|
|
2765
|
-
isolationLevel: z.ZodDefault<z.ZodEnum<{
|
|
2766
|
-
none: "none";
|
|
2767
|
-
process: "process";
|
|
2768
|
-
vm: "vm";
|
|
2769
|
-
iframe: "iframe";
|
|
2770
|
-
"web-worker": "web-worker";
|
|
2771
|
-
}>>;
|
|
2772
|
-
allowedCapabilities: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2773
|
-
resourceQuotas: z.ZodOptional<z.ZodObject<{
|
|
2774
|
-
maxMemoryMB: z.ZodOptional<z.ZodNumber>;
|
|
2775
|
-
maxCpuTimeMs: z.ZodOptional<z.ZodNumber>;
|
|
2776
|
-
maxFileDescriptors: z.ZodOptional<z.ZodNumber>;
|
|
2777
|
-
maxNetworkKBps: z.ZodOptional<z.ZodNumber>;
|
|
2778
|
-
}, z.core.$strip>>;
|
|
2779
|
-
permissions: z.ZodOptional<z.ZodObject<{
|
|
2780
|
-
allowedAPIs: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2781
|
-
allowedPaths: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2782
|
-
allowedEndpoints: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2783
|
-
allowedEnvVars: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2784
|
-
}, z.core.$strip>>;
|
|
2785
|
-
ipc: z.ZodOptional<z.ZodObject<{
|
|
2786
|
-
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
2787
|
-
transport: z.ZodDefault<z.ZodEnum<{
|
|
2788
|
-
memory: "memory";
|
|
2789
|
-
"message-port": "message-port";
|
|
2790
|
-
"unix-socket": "unix-socket";
|
|
2791
|
-
tcp: "tcp";
|
|
2792
|
-
}>>;
|
|
2793
|
-
maxMessageSize: z.ZodDefault<z.ZodNumber>;
|
|
2794
|
-
timeout: z.ZodDefault<z.ZodNumber>;
|
|
2795
|
-
allowedServices: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2796
|
-
}, z.core.$strip>>;
|
|
2797
|
-
}, z.core.$strip>>;
|
|
2798
|
-
monitoring: z.ZodOptional<z.ZodObject<{
|
|
2799
|
-
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
2800
|
-
metrics: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
2801
|
-
"load-time": "load-time";
|
|
2802
|
-
"init-time": "init-time";
|
|
2803
|
-
"memory-usage": "memory-usage";
|
|
2804
|
-
"cpu-usage": "cpu-usage";
|
|
2805
|
-
"api-calls": "api-calls";
|
|
2806
|
-
"error-rate": "error-rate";
|
|
2807
|
-
"cache-hit-rate": "cache-hit-rate";
|
|
2808
|
-
}>>>;
|
|
2809
|
-
samplingRate: z.ZodDefault<z.ZodNumber>;
|
|
2810
|
-
reportingInterval: z.ZodDefault<z.ZodNumber>;
|
|
2811
|
-
budgets: z.ZodOptional<z.ZodObject<{
|
|
2812
|
-
maxLoadTimeMs: z.ZodOptional<z.ZodNumber>;
|
|
2813
|
-
maxInitTimeMs: z.ZodOptional<z.ZodNumber>;
|
|
2814
|
-
maxMemoryMB: z.ZodOptional<z.ZodNumber>;
|
|
2815
|
-
}, z.core.$strip>>;
|
|
2816
|
-
onBudgetViolation: z.ZodDefault<z.ZodEnum<{
|
|
2817
|
-
error: "error";
|
|
2818
|
-
warn: "warn";
|
|
2819
|
-
ignore: "ignore";
|
|
2820
|
-
}>>;
|
|
2821
|
-
}, z.core.$strip>>;
|
|
2822
|
-
}, z.core.$strip>>;
|
|
2823
|
-
}, z.core.$strip>>;
|
|
2824
|
-
createSnapshot: z.ZodDefault<z.ZodBoolean>;
|
|
2825
|
-
mergeStrategy: z.ZodDefault<z.ZodEnum<{
|
|
2826
|
-
"keep-custom": "keep-custom";
|
|
2827
|
-
"accept-incoming": "accept-incoming";
|
|
2828
|
-
"three-way-merge": "three-way-merge";
|
|
1337
|
+
*/
|
|
1338
|
+
declare const MetadataFormatSchema: z.ZodEnum<{
|
|
1339
|
+
javascript: "javascript";
|
|
1340
|
+
yaml: "yaml";
|
|
1341
|
+
json: "json";
|
|
1342
|
+
typescript: "typescript";
|
|
1343
|
+
}>;
|
|
1344
|
+
/**
|
|
1345
|
+
* Metadata Statistics
|
|
1346
|
+
* Information about a metadata item without loading its full content
|
|
1347
|
+
*/
|
|
1348
|
+
declare const MetadataStatsSchema: z.ZodObject<{
|
|
1349
|
+
size: z.ZodNumber;
|
|
1350
|
+
modifiedAt: z.ZodString;
|
|
1351
|
+
etag: z.ZodString;
|
|
1352
|
+
format: z.ZodEnum<{
|
|
1353
|
+
javascript: "javascript";
|
|
1354
|
+
yaml: "yaml";
|
|
1355
|
+
json: "json";
|
|
1356
|
+
typescript: "typescript";
|
|
1357
|
+
}>;
|
|
1358
|
+
path: z.ZodOptional<z.ZodString>;
|
|
1359
|
+
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1360
|
+
}, z.core.$strip>;
|
|
1361
|
+
/**
|
|
1362
|
+
* Metadata Load Options
|
|
1363
|
+
*/
|
|
1364
|
+
declare const MetadataLoadOptionsSchema: z.ZodObject<{
|
|
1365
|
+
patterns: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1366
|
+
ifNoneMatch: z.ZodOptional<z.ZodString>;
|
|
1367
|
+
ifModifiedSince: z.ZodOptional<z.ZodString>;
|
|
1368
|
+
validate: z.ZodDefault<z.ZodBoolean>;
|
|
1369
|
+
useCache: z.ZodDefault<z.ZodBoolean>;
|
|
1370
|
+
filter: z.ZodOptional<z.ZodString>;
|
|
1371
|
+
limit: z.ZodOptional<z.ZodNumber>;
|
|
1372
|
+
recursive: z.ZodDefault<z.ZodBoolean>;
|
|
1373
|
+
}, z.core.$strip>;
|
|
1374
|
+
/**
|
|
1375
|
+
* Metadata Save Options
|
|
1376
|
+
*/
|
|
1377
|
+
declare const MetadataSaveOptionsSchema: z.ZodObject<{
|
|
1378
|
+
format: z.ZodDefault<z.ZodEnum<{
|
|
1379
|
+
javascript: "javascript";
|
|
1380
|
+
yaml: "yaml";
|
|
1381
|
+
json: "json";
|
|
1382
|
+
typescript: "typescript";
|
|
1383
|
+
}>>;
|
|
1384
|
+
prettify: z.ZodDefault<z.ZodBoolean>;
|
|
1385
|
+
indent: z.ZodDefault<z.ZodNumber>;
|
|
1386
|
+
sortKeys: z.ZodDefault<z.ZodBoolean>;
|
|
1387
|
+
includeDefaults: z.ZodDefault<z.ZodBoolean>;
|
|
1388
|
+
backup: z.ZodDefault<z.ZodBoolean>;
|
|
1389
|
+
overwrite: z.ZodDefault<z.ZodBoolean>;
|
|
1390
|
+
atomic: z.ZodDefault<z.ZodBoolean>;
|
|
1391
|
+
path: z.ZodOptional<z.ZodString>;
|
|
1392
|
+
}, z.core.$strip>;
|
|
1393
|
+
/**
|
|
1394
|
+
* Metadata Export Options
|
|
1395
|
+
*/
|
|
1396
|
+
declare const MetadataExportOptionsSchema: z.ZodObject<{
|
|
1397
|
+
output: z.ZodString;
|
|
1398
|
+
format: z.ZodDefault<z.ZodEnum<{
|
|
1399
|
+
javascript: "javascript";
|
|
1400
|
+
yaml: "yaml";
|
|
1401
|
+
json: "json";
|
|
1402
|
+
typescript: "typescript";
|
|
1403
|
+
}>>;
|
|
1404
|
+
filter: z.ZodOptional<z.ZodString>;
|
|
1405
|
+
includeStats: z.ZodDefault<z.ZodBoolean>;
|
|
1406
|
+
compress: z.ZodDefault<z.ZodBoolean>;
|
|
1407
|
+
prettify: z.ZodDefault<z.ZodBoolean>;
|
|
1408
|
+
}, z.core.$strip>;
|
|
1409
|
+
/**
|
|
1410
|
+
* Metadata Import Options
|
|
1411
|
+
*/
|
|
1412
|
+
declare const MetadataImportOptionsSchema: z.ZodObject<{
|
|
1413
|
+
conflictResolution: z.ZodDefault<z.ZodEnum<{
|
|
1414
|
+
skip: "skip";
|
|
1415
|
+
merge: "merge";
|
|
1416
|
+
overwrite: "overwrite";
|
|
1417
|
+
fail: "fail";
|
|
2829
1418
|
}>>;
|
|
1419
|
+
validate: z.ZodDefault<z.ZodBoolean>;
|
|
2830
1420
|
dryRun: z.ZodDefault<z.ZodBoolean>;
|
|
2831
|
-
|
|
1421
|
+
continueOnError: z.ZodDefault<z.ZodBoolean>;
|
|
1422
|
+
transform: z.ZodOptional<z.ZodString>;
|
|
2832
1423
|
}, z.core.$strip>;
|
|
2833
1424
|
/**
|
|
2834
|
-
*
|
|
2835
|
-
*
|
|
1425
|
+
* Metadata Loader Result
|
|
1426
|
+
* Result of a metadata load operation
|
|
2836
1427
|
*/
|
|
2837
|
-
declare const
|
|
2838
|
-
|
|
2839
|
-
|
|
2840
|
-
|
|
2841
|
-
|
|
2842
|
-
|
|
2843
|
-
|
|
2844
|
-
|
|
2845
|
-
|
|
2846
|
-
|
|
2847
|
-
|
|
2848
|
-
|
|
1428
|
+
declare const MetadataLoadResultSchema: z.ZodObject<{
|
|
1429
|
+
data: z.ZodNullable<z.ZodUnknown>;
|
|
1430
|
+
fromCache: z.ZodDefault<z.ZodBoolean>;
|
|
1431
|
+
notModified: z.ZodDefault<z.ZodBoolean>;
|
|
1432
|
+
etag: z.ZodOptional<z.ZodString>;
|
|
1433
|
+
stats: z.ZodOptional<z.ZodObject<{
|
|
1434
|
+
size: z.ZodNumber;
|
|
1435
|
+
modifiedAt: z.ZodString;
|
|
1436
|
+
etag: z.ZodString;
|
|
1437
|
+
format: z.ZodEnum<{
|
|
1438
|
+
javascript: "javascript";
|
|
1439
|
+
yaml: "yaml";
|
|
1440
|
+
json: "json";
|
|
1441
|
+
typescript: "typescript";
|
|
1442
|
+
}>;
|
|
1443
|
+
path: z.ZodOptional<z.ZodString>;
|
|
1444
|
+
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1445
|
+
}, z.core.$strip>>;
|
|
1446
|
+
loadTime: z.ZodOptional<z.ZodNumber>;
|
|
1447
|
+
}, z.core.$strip>;
|
|
2849
1448
|
/**
|
|
2850
|
-
*
|
|
1449
|
+
* Metadata Save Result
|
|
2851
1450
|
*/
|
|
2852
|
-
declare const
|
|
1451
|
+
declare const MetadataSaveResultSchema: z.ZodObject<{
|
|
2853
1452
|
success: z.ZodBoolean;
|
|
2854
|
-
|
|
2855
|
-
|
|
2856
|
-
|
|
2857
|
-
|
|
2858
|
-
|
|
2859
|
-
|
|
2860
|
-
|
|
2861
|
-
|
|
2862
|
-
|
|
2863
|
-
|
|
2864
|
-
|
|
1453
|
+
path: z.ZodString;
|
|
1454
|
+
etag: z.ZodOptional<z.ZodString>;
|
|
1455
|
+
size: z.ZodOptional<z.ZodNumber>;
|
|
1456
|
+
saveTime: z.ZodOptional<z.ZodNumber>;
|
|
1457
|
+
backupPath: z.ZodOptional<z.ZodString>;
|
|
1458
|
+
}, z.core.$strip>;
|
|
1459
|
+
/**
|
|
1460
|
+
* Metadata Watch Event
|
|
1461
|
+
*/
|
|
1462
|
+
declare const MetadataWatchEventSchema: z.ZodObject<{
|
|
1463
|
+
type: z.ZodEnum<{
|
|
1464
|
+
added: "added";
|
|
1465
|
+
changed: "changed";
|
|
1466
|
+
deleted: "deleted";
|
|
2865
1467
|
}>;
|
|
2866
|
-
|
|
2867
|
-
|
|
2868
|
-
|
|
2869
|
-
|
|
2870
|
-
|
|
2871
|
-
none: "none";
|
|
2872
|
-
medium: "medium";
|
|
2873
|
-
critical: "critical";
|
|
2874
|
-
high: "high";
|
|
2875
|
-
low: "low";
|
|
2876
|
-
}>;
|
|
2877
|
-
changes: z.ZodArray<z.ZodObject<{
|
|
2878
|
-
type: z.ZodString;
|
|
2879
|
-
name: z.ZodString;
|
|
2880
|
-
changeType: z.ZodEnum<{
|
|
2881
|
-
removed: "removed";
|
|
2882
|
-
added: "added";
|
|
2883
|
-
modified: "modified";
|
|
2884
|
-
renamed: "renamed";
|
|
2885
|
-
}>;
|
|
2886
|
-
hasConflict: z.ZodDefault<z.ZodBoolean>;
|
|
2887
|
-
summary: z.ZodOptional<z.ZodString>;
|
|
2888
|
-
previousName: z.ZodOptional<z.ZodString>;
|
|
2889
|
-
}, z.core.$strip>>;
|
|
2890
|
-
affectedCustomizations: z.ZodDefault<z.ZodNumber>;
|
|
2891
|
-
requiresMigration: z.ZodDefault<z.ZodBoolean>;
|
|
2892
|
-
migrationScripts: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2893
|
-
dependencyUpgrades: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2894
|
-
packageId: z.ZodString;
|
|
2895
|
-
fromVersion: z.ZodString;
|
|
2896
|
-
toVersion: z.ZodString;
|
|
2897
|
-
}, z.core.$strip>>>;
|
|
2898
|
-
estimatedDuration: z.ZodOptional<z.ZodNumber>;
|
|
2899
|
-
summary: z.ZodOptional<z.ZodString>;
|
|
2900
|
-
}, z.core.$strip>>;
|
|
2901
|
-
snapshotId: z.ZodOptional<z.ZodString>;
|
|
2902
|
-
conflicts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2903
|
-
path: z.ZodString;
|
|
2904
|
-
baseValue: z.ZodUnknown;
|
|
2905
|
-
incomingValue: z.ZodUnknown;
|
|
2906
|
-
customValue: z.ZodUnknown;
|
|
2907
|
-
}, z.core.$strip>>>;
|
|
2908
|
-
errorMessage: z.ZodOptional<z.ZodString>;
|
|
2909
|
-
message: z.ZodOptional<z.ZodString>;
|
|
1468
|
+
metadataType: z.ZodString;
|
|
1469
|
+
name: z.ZodString;
|
|
1470
|
+
path: z.ZodString;
|
|
1471
|
+
data: z.ZodOptional<z.ZodUnknown>;
|
|
1472
|
+
timestamp: z.ZodString;
|
|
2910
1473
|
}, z.core.$strip>;
|
|
2911
1474
|
/**
|
|
2912
|
-
*
|
|
1475
|
+
* Metadata Collection Info
|
|
1476
|
+
* Summary of a metadata collection
|
|
2913
1477
|
*/
|
|
2914
|
-
declare const
|
|
2915
|
-
|
|
2916
|
-
|
|
2917
|
-
|
|
1478
|
+
declare const MetadataCollectionInfoSchema: z.ZodObject<{
|
|
1479
|
+
type: z.ZodString;
|
|
1480
|
+
count: z.ZodNumber;
|
|
1481
|
+
formats: z.ZodArray<z.ZodEnum<{
|
|
1482
|
+
javascript: "javascript";
|
|
1483
|
+
yaml: "yaml";
|
|
1484
|
+
json: "json";
|
|
1485
|
+
typescript: "typescript";
|
|
1486
|
+
}>>;
|
|
1487
|
+
totalSize: z.ZodOptional<z.ZodNumber>;
|
|
1488
|
+
lastModified: z.ZodOptional<z.ZodString>;
|
|
1489
|
+
location: z.ZodOptional<z.ZodString>;
|
|
2918
1490
|
}, z.core.$strip>;
|
|
2919
1491
|
/**
|
|
2920
|
-
*
|
|
1492
|
+
* Metadata Loader Interface Contract
|
|
1493
|
+
* Defines the standard methods all metadata loaders must implement
|
|
2921
1494
|
*/
|
|
2922
|
-
declare const
|
|
2923
|
-
|
|
2924
|
-
|
|
2925
|
-
|
|
1495
|
+
declare const MetadataLoaderContractSchema: z.ZodObject<{
|
|
1496
|
+
name: z.ZodString;
|
|
1497
|
+
protocol: z.ZodEnum<{
|
|
1498
|
+
"file:": "file:";
|
|
1499
|
+
"http:": "http:";
|
|
1500
|
+
"s3:": "s3:";
|
|
1501
|
+
"datasource:": "datasource:";
|
|
1502
|
+
"memory:": "memory:";
|
|
1503
|
+
}>;
|
|
1504
|
+
capabilities: z.ZodObject<{
|
|
1505
|
+
read: z.ZodDefault<z.ZodBoolean>;
|
|
1506
|
+
write: z.ZodDefault<z.ZodBoolean>;
|
|
1507
|
+
watch: z.ZodDefault<z.ZodBoolean>;
|
|
1508
|
+
list: z.ZodDefault<z.ZodBoolean>;
|
|
1509
|
+
}, z.core.$strip>;
|
|
1510
|
+
supportedFormats: z.ZodArray<z.ZodEnum<{
|
|
1511
|
+
javascript: "javascript";
|
|
1512
|
+
yaml: "yaml";
|
|
1513
|
+
json: "json";
|
|
1514
|
+
typescript: "typescript";
|
|
1515
|
+
}>>;
|
|
1516
|
+
supportsWatch: z.ZodDefault<z.ZodBoolean>;
|
|
1517
|
+
supportsWrite: z.ZodDefault<z.ZodBoolean>;
|
|
1518
|
+
supportsCache: z.ZodDefault<z.ZodBoolean>;
|
|
1519
|
+
}, z.core.$strip>;
|
|
1520
|
+
/**
|
|
1521
|
+
* Metadata Fallback Strategy
|
|
1522
|
+
* Determines behavior when the primary datasource is unavailable.
|
|
1523
|
+
*/
|
|
1524
|
+
declare const MetadataFallbackStrategySchema: z.ZodEnum<{
|
|
1525
|
+
none: "none";
|
|
1526
|
+
memory: "memory";
|
|
1527
|
+
filesystem: "filesystem";
|
|
1528
|
+
}>;
|
|
1529
|
+
/**
|
|
1530
|
+
* Metadata Manager Configuration
|
|
1531
|
+
*/
|
|
1532
|
+
declare const MetadataManagerConfigSchema: z.ZodObject<{
|
|
1533
|
+
datasource: z.ZodOptional<z.ZodString>;
|
|
1534
|
+
tableName: z.ZodDefault<z.ZodString>;
|
|
1535
|
+
fallback: z.ZodDefault<z.ZodEnum<{
|
|
1536
|
+
none: "none";
|
|
1537
|
+
memory: "memory";
|
|
1538
|
+
filesystem: "filesystem";
|
|
1539
|
+
}>>;
|
|
1540
|
+
rootDir: z.ZodOptional<z.ZodString>;
|
|
1541
|
+
formats: z.ZodDefault<z.ZodArray<z.ZodEnum<{
|
|
1542
|
+
javascript: "javascript";
|
|
1543
|
+
yaml: "yaml";
|
|
1544
|
+
json: "json";
|
|
1545
|
+
typescript: "typescript";
|
|
1546
|
+
}>>>;
|
|
1547
|
+
cache: z.ZodOptional<z.ZodObject<{
|
|
1548
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
1549
|
+
ttl: z.ZodDefault<z.ZodNumber>;
|
|
1550
|
+
maxSize: z.ZodOptional<z.ZodNumber>;
|
|
1551
|
+
}, z.core.$strip>>;
|
|
1552
|
+
watch: z.ZodDefault<z.ZodBoolean>;
|
|
1553
|
+
watchOptions: z.ZodOptional<z.ZodObject<{
|
|
1554
|
+
ignored: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1555
|
+
persistent: z.ZodDefault<z.ZodBoolean>;
|
|
1556
|
+
ignoreInitial: z.ZodDefault<z.ZodBoolean>;
|
|
1557
|
+
}, z.core.$strip>>;
|
|
1558
|
+
validation: z.ZodOptional<z.ZodObject<{
|
|
1559
|
+
strict: z.ZodDefault<z.ZodBoolean>;
|
|
1560
|
+
throwOnError: z.ZodDefault<z.ZodBoolean>;
|
|
1561
|
+
}, z.core.$strip>>;
|
|
1562
|
+
loaderOptions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
2926
1563
|
}, z.core.$strip>;
|
|
2927
|
-
type
|
|
2928
|
-
type
|
|
2929
|
-
type
|
|
2930
|
-
type
|
|
2931
|
-
type
|
|
2932
|
-
type
|
|
2933
|
-
type
|
|
2934
|
-
type
|
|
2935
|
-
type
|
|
2936
|
-
type
|
|
1564
|
+
type MetadataFormat = z.infer<typeof MetadataFormatSchema>;
|
|
1565
|
+
type MetadataStats = z.infer<typeof MetadataStatsSchema>;
|
|
1566
|
+
type MetadataLoadOptions = z.input<typeof MetadataLoadOptionsSchema>;
|
|
1567
|
+
type MetadataSaveOptions = z.infer<typeof MetadataSaveOptionsSchema>;
|
|
1568
|
+
type MetadataExportOptions = z.infer<typeof MetadataExportOptionsSchema>;
|
|
1569
|
+
type MetadataImportOptions = z.infer<typeof MetadataImportOptionsSchema>;
|
|
1570
|
+
type MetadataLoadResult = z.infer<typeof MetadataLoadResultSchema>;
|
|
1571
|
+
type MetadataSaveResult = z.infer<typeof MetadataSaveResultSchema>;
|
|
1572
|
+
type MetadataWatchEvent = z.infer<typeof MetadataWatchEventSchema>;
|
|
1573
|
+
type MetadataCollectionInfo = z.infer<typeof MetadataCollectionInfoSchema>;
|
|
1574
|
+
type MetadataLoaderContract = z.input<typeof MetadataLoaderContractSchema>;
|
|
1575
|
+
type MetadataManagerConfig = z.input<typeof MetadataManagerConfigSchema>;
|
|
1576
|
+
type MetadataFallbackStrategy = z.infer<typeof MetadataFallbackStrategySchema>;
|
|
2937
1577
|
|
|
2938
1578
|
/**
|
|
2939
1579
|
* # Plugin Capability Protocol
|
|
@@ -5964,7 +4604,7 @@ declare const DependencyConflictSchema: z.ZodObject<{
|
|
|
5964
4604
|
* Dependency Resolution Result
|
|
5965
4605
|
* Result of dependency resolution process
|
|
5966
4606
|
*/
|
|
5967
|
-
declare const
|
|
4607
|
+
declare const PluginDependencyResolutionResultSchema: z.ZodObject<{
|
|
5968
4608
|
success: z.ZodBoolean;
|
|
5969
4609
|
resolved: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5970
4610
|
pluginId: z.ZodString;
|
|
@@ -6023,8 +4663,8 @@ declare const MultiVersionSupportSchema: z.ZodObject<{
|
|
|
6023
4663
|
custom: "custom";
|
|
6024
4664
|
pinned: "pinned";
|
|
6025
4665
|
latest: "latest";
|
|
6026
|
-
stable: "stable";
|
|
6027
4666
|
compatible: "compatible";
|
|
4667
|
+
stable: "stable";
|
|
6028
4668
|
canary: "canary";
|
|
6029
4669
|
}>>;
|
|
6030
4670
|
routing: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -6168,7 +4808,7 @@ type DeprecationNotice = z.infer<typeof DeprecationNoticeSchema>;
|
|
|
6168
4808
|
type CompatibilityMatrixEntry = z.infer<typeof CompatibilityMatrixEntrySchema>;
|
|
6169
4809
|
type PluginCompatibilityMatrix = z.infer<typeof PluginCompatibilityMatrixSchema>;
|
|
6170
4810
|
type DependencyConflict = z.infer<typeof DependencyConflictSchema>;
|
|
6171
|
-
type
|
|
4811
|
+
type PluginDependencyResolutionResult = z.infer<typeof PluginDependencyResolutionResultSchema>;
|
|
6172
4812
|
type MultiVersionSupport = z.infer<typeof MultiVersionSupportSchema>;
|
|
6173
4813
|
type PluginVersionMetadata = z.infer<typeof PluginVersionMetadataSchema>;
|
|
6174
4814
|
|
|
@@ -6211,6 +4851,20 @@ declare const PluginContextSchema: z.ZodObject<{
|
|
|
6211
4851
|
}, z.core.$strip>;
|
|
6212
4852
|
type PluginContextData = z.infer<typeof PluginContextSchema>;
|
|
6213
4853
|
type PluginContext = PluginContextData;
|
|
4854
|
+
/**
|
|
4855
|
+
* Upgrade Context Schema
|
|
4856
|
+
*
|
|
4857
|
+
* Provides version migration context to the `onUpgrade` lifecycle hook.
|
|
4858
|
+
* Enables developers to write conditional migration logic based on
|
|
4859
|
+
* the previous and new versions.
|
|
4860
|
+
*/
|
|
4861
|
+
declare const UpgradeContextSchema: z.ZodObject<{
|
|
4862
|
+
previousVersion: z.ZodString;
|
|
4863
|
+
newVersion: z.ZodString;
|
|
4864
|
+
isMajorUpgrade: z.ZodBoolean;
|
|
4865
|
+
previousMetadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
4866
|
+
}, z.core.$strip>;
|
|
4867
|
+
type UpgradeContext = z.infer<typeof UpgradeContextSchema>;
|
|
6214
4868
|
declare const PluginLifecycleSchema: z.ZodObject<{
|
|
6215
4869
|
onInstall: z.ZodOptional<z.ZodFunction<z.core.$ZodFunctionArgs, z.core.$ZodFunctionOut>>;
|
|
6216
4870
|
onEnable: z.ZodOptional<z.ZodFunction<z.core.$ZodFunctionArgs, z.core.$ZodFunctionOut>>;
|
|
@@ -7946,6 +6600,12 @@ type index_ActivationEvent = ActivationEvent;
|
|
|
7946
6600
|
declare const index_ActivationEventSchema: typeof ActivationEventSchema;
|
|
7947
6601
|
type index_AdvancedPluginLifecycleConfig = AdvancedPluginLifecycleConfig;
|
|
7948
6602
|
declare const index_AdvancedPluginLifecycleConfigSchema: typeof AdvancedPluginLifecycleConfigSchema;
|
|
6603
|
+
declare const index_ArtifactChecksum: typeof ArtifactChecksum;
|
|
6604
|
+
declare const index_ArtifactChecksumSchema: typeof ArtifactChecksumSchema;
|
|
6605
|
+
declare const index_ArtifactFileEntry: typeof ArtifactFileEntry;
|
|
6606
|
+
declare const index_ArtifactFileEntrySchema: typeof ArtifactFileEntrySchema;
|
|
6607
|
+
declare const index_ArtifactSignature: typeof ArtifactSignature;
|
|
6608
|
+
declare const index_ArtifactSignatureSchema: typeof ArtifactSignatureSchema;
|
|
7949
6609
|
type index_BreakingChange = BreakingChange;
|
|
7950
6610
|
declare const index_BreakingChangeSchema: typeof BreakingChangeSchema;
|
|
7951
6611
|
type index_CLICommandContribution = CLICommandContribution;
|
|
@@ -7970,8 +6630,10 @@ type index_DependencyGraph = DependencyGraph;
|
|
|
7970
6630
|
type index_DependencyGraphNode = DependencyGraphNode;
|
|
7971
6631
|
declare const index_DependencyGraphNodeSchema: typeof DependencyGraphNodeSchema;
|
|
7972
6632
|
declare const index_DependencyGraphSchema: typeof DependencyGraphSchema;
|
|
7973
|
-
|
|
6633
|
+
declare const index_DependencyResolutionResult: typeof DependencyResolutionResult;
|
|
7974
6634
|
declare const index_DependencyResolutionResultSchema: typeof DependencyResolutionResultSchema;
|
|
6635
|
+
declare const index_DependencyStatus: typeof DependencyStatus;
|
|
6636
|
+
declare const index_DependencyStatusEnum: typeof DependencyStatusEnum;
|
|
7975
6637
|
type index_DeprecationNotice = DeprecationNotice;
|
|
7976
6638
|
declare const index_DeprecationNoticeSchema: typeof DeprecationNoticeSchema;
|
|
7977
6639
|
type index_DevFixtureConfig = DevFixtureConfig;
|
|
@@ -8094,13 +6756,15 @@ declare const index_MetadataBulkRegisterRequest: typeof MetadataBulkRegisterRequ
|
|
|
8094
6756
|
declare const index_MetadataBulkRegisterRequestSchema: typeof MetadataBulkRegisterRequestSchema;
|
|
8095
6757
|
declare const index_MetadataBulkResult: typeof MetadataBulkResult;
|
|
8096
6758
|
declare const index_MetadataBulkResultSchema: typeof MetadataBulkResultSchema;
|
|
8097
|
-
|
|
6759
|
+
declare const index_MetadataCategory: typeof MetadataCategory;
|
|
6760
|
+
declare const index_MetadataCategoryEnum: typeof MetadataCategoryEnum;
|
|
6761
|
+
declare const index_MetadataChangeType: typeof MetadataChangeType;
|
|
8098
6762
|
declare const index_MetadataChangeTypeSchema: typeof MetadataChangeTypeSchema;
|
|
8099
6763
|
type index_MetadataCollectionInfo = MetadataCollectionInfo;
|
|
8100
6764
|
declare const index_MetadataCollectionInfoSchema: typeof MetadataCollectionInfoSchema;
|
|
8101
6765
|
declare const index_MetadataDependency: typeof MetadataDependency;
|
|
8102
6766
|
declare const index_MetadataDependencySchema: typeof MetadataDependencySchema;
|
|
8103
|
-
|
|
6767
|
+
declare const index_MetadataDiffItem: typeof MetadataDiffItem;
|
|
8104
6768
|
declare const index_MetadataDiffItemSchema: typeof MetadataDiffItemSchema;
|
|
8105
6769
|
declare const index_MetadataEvent: typeof MetadataEvent;
|
|
8106
6770
|
declare const index_MetadataEventSchema: typeof MetadataEventSchema;
|
|
@@ -8146,8 +6810,12 @@ type index_MetadataWatchEvent = MetadataWatchEvent;
|
|
|
8146
6810
|
declare const index_MetadataWatchEventSchema: typeof MetadataWatchEventSchema;
|
|
8147
6811
|
type index_MultiVersionSupport = MultiVersionSupport;
|
|
8148
6812
|
declare const index_MultiVersionSupportSchema: typeof MultiVersionSupportSchema;
|
|
8149
|
-
|
|
8150
|
-
|
|
6813
|
+
declare const index_NamespaceConflictError: typeof NamespaceConflictError;
|
|
6814
|
+
declare const index_NamespaceConflictErrorSchema: typeof NamespaceConflictErrorSchema;
|
|
6815
|
+
declare const index_NamespaceRegistryEntry: typeof NamespaceRegistryEntry;
|
|
6816
|
+
declare const index_NamespaceRegistryEntrySchema: typeof NamespaceRegistryEntrySchema;
|
|
6817
|
+
declare const index_ObjectStackManifest: typeof ObjectStackManifest;
|
|
6818
|
+
declare const index_ObjectStackManifestInput: typeof ObjectStackManifestInput;
|
|
8151
6819
|
type index_OclifPluginConfig = OclifPluginConfig;
|
|
8152
6820
|
declare const index_OclifPluginConfigSchema: typeof OclifPluginConfigSchema;
|
|
8153
6821
|
type index_OpsDomainModule = OpsDomainModule;
|
|
@@ -8156,6 +6824,9 @@ type index_OpsFilePath = OpsFilePath;
|
|
|
8156
6824
|
declare const index_OpsFilePathSchema: typeof OpsFilePathSchema;
|
|
8157
6825
|
type index_OpsPluginStructure = OpsPluginStructure;
|
|
8158
6826
|
declare const index_OpsPluginStructureSchema: typeof OpsPluginStructureSchema;
|
|
6827
|
+
declare const index_PackageArtifact: typeof PackageArtifact;
|
|
6828
|
+
declare const index_PackageArtifactInput: typeof PackageArtifactInput;
|
|
6829
|
+
declare const index_PackageArtifactSchema: typeof PackageArtifactSchema;
|
|
8159
6830
|
type index_PackageDependency = PackageDependency;
|
|
8160
6831
|
type index_PackageDependencyConflict = PackageDependencyConflict;
|
|
8161
6832
|
declare const index_PackageDependencyConflictSchema: typeof PackageDependencyConflictSchema;
|
|
@@ -8172,6 +6843,10 @@ type index_PermissionScope = PermissionScope;
|
|
|
8172
6843
|
declare const index_PermissionScopeSchema: typeof PermissionScopeSchema;
|
|
8173
6844
|
type index_PermissionSet = PermissionSet;
|
|
8174
6845
|
declare const index_PermissionSetSchema: typeof PermissionSetSchema;
|
|
6846
|
+
type index_PluginBuildOptions = PluginBuildOptions;
|
|
6847
|
+
declare const index_PluginBuildOptionsSchema: typeof PluginBuildOptionsSchema;
|
|
6848
|
+
type index_PluginBuildResult = PluginBuildResult;
|
|
6849
|
+
declare const index_PluginBuildResultSchema: typeof PluginBuildResultSchema;
|
|
8175
6850
|
type index_PluginCaching = PluginCaching;
|
|
8176
6851
|
declare const index_PluginCachingSchema: typeof PluginCachingSchema;
|
|
8177
6852
|
type index_PluginCapability = PluginCapability;
|
|
@@ -8188,6 +6863,8 @@ declare const index_PluginContextSchema: typeof PluginContextSchema;
|
|
|
8188
6863
|
type index_PluginDefinition = PluginDefinition;
|
|
8189
6864
|
type index_PluginDependency = PluginDependency;
|
|
8190
6865
|
type index_PluginDependencyResolution = PluginDependencyResolution;
|
|
6866
|
+
type index_PluginDependencyResolutionResult = PluginDependencyResolutionResult;
|
|
6867
|
+
declare const index_PluginDependencyResolutionResultSchema: typeof PluginDependencyResolutionResultSchema;
|
|
8191
6868
|
declare const index_PluginDependencyResolutionSchema: typeof PluginDependencyResolutionSchema;
|
|
8192
6869
|
declare const index_PluginDependencySchema: typeof PluginDependencySchema;
|
|
8193
6870
|
type index_PluginDiscoveryConfig = PluginDiscoveryConfig;
|
|
@@ -8235,6 +6912,10 @@ type index_PluginPreloadConfig = PluginPreloadConfig;
|
|
|
8235
6912
|
declare const index_PluginPreloadConfigSchema: typeof PluginPreloadConfigSchema;
|
|
8236
6913
|
type index_PluginProvenance = PluginProvenance;
|
|
8237
6914
|
declare const index_PluginProvenanceSchema: typeof PluginProvenanceSchema;
|
|
6915
|
+
type index_PluginPublishOptions = PluginPublishOptions;
|
|
6916
|
+
declare const index_PluginPublishOptionsSchema: typeof PluginPublishOptionsSchema;
|
|
6917
|
+
type index_PluginPublishResult = PluginPublishResult;
|
|
6918
|
+
declare const index_PluginPublishResultSchema: typeof PluginPublishResultSchema;
|
|
8238
6919
|
type index_PluginQualityMetrics = PluginQualityMetrics;
|
|
8239
6920
|
type index_PluginQualityMetricsInput = PluginQualityMetricsInput;
|
|
8240
6921
|
declare const index_PluginQualityMetricsSchema: typeof PluginQualityMetricsSchema;
|
|
@@ -8267,6 +6948,10 @@ type index_PluginTrustScore = PluginTrustScore;
|
|
|
8267
6948
|
declare const index_PluginTrustScoreSchema: typeof PluginTrustScoreSchema;
|
|
8268
6949
|
type index_PluginUpdateStrategy = PluginUpdateStrategy;
|
|
8269
6950
|
declare const index_PluginUpdateStrategySchema: typeof PluginUpdateStrategySchema;
|
|
6951
|
+
type index_PluginValidateOptions = PluginValidateOptions;
|
|
6952
|
+
declare const index_PluginValidateOptionsSchema: typeof PluginValidateOptionsSchema;
|
|
6953
|
+
type index_PluginValidateResult = PluginValidateResult;
|
|
6954
|
+
declare const index_PluginValidateResultSchema: typeof PluginValidateResultSchema;
|
|
8270
6955
|
type index_PluginVendor = PluginVendor;
|
|
8271
6956
|
type index_PluginVendorInput = PluginVendorInput;
|
|
8272
6957
|
declare const index_PluginVendorSchema: typeof PluginVendorSchema;
|
|
@@ -8282,11 +6967,15 @@ type index_ProtocolVersion = ProtocolVersion;
|
|
|
8282
6967
|
declare const index_ProtocolVersionSchema: typeof ProtocolVersionSchema;
|
|
8283
6968
|
type index_RealTimeNotificationConfig = RealTimeNotificationConfig;
|
|
8284
6969
|
declare const index_RealTimeNotificationConfigSchema: typeof RealTimeNotificationConfigSchema;
|
|
6970
|
+
declare const index_RequiredAction: typeof RequiredAction;
|
|
6971
|
+
declare const index_RequiredActionSchema: typeof RequiredActionSchema;
|
|
6972
|
+
declare const index_ResolvedDependency: typeof ResolvedDependency;
|
|
6973
|
+
declare const index_ResolvedDependencySchema: typeof ResolvedDependencySchema;
|
|
8285
6974
|
type index_ResourceType = ResourceType;
|
|
8286
6975
|
declare const index_ResourceTypeSchema: typeof ResourceTypeSchema;
|
|
8287
|
-
|
|
6976
|
+
declare const index_RollbackPackageRequest: typeof RollbackPackageRequest;
|
|
8288
6977
|
declare const index_RollbackPackageRequestSchema: typeof RollbackPackageRequestSchema;
|
|
8289
|
-
|
|
6978
|
+
declare const index_RollbackPackageResponse: typeof RollbackPackageResponse;
|
|
8290
6979
|
declare const index_RollbackPackageResponseSchema: typeof RollbackPackageResponseSchema;
|
|
8291
6980
|
type index_RuntimeConfig = RuntimeConfig;
|
|
8292
6981
|
declare const index_RuntimeConfigSchema: typeof RuntimeConfigSchema;
|
|
@@ -8330,29 +7019,35 @@ declare const index_UninstallPackageRequest: typeof UninstallPackageRequest;
|
|
|
8330
7019
|
declare const index_UninstallPackageRequestSchema: typeof UninstallPackageRequestSchema;
|
|
8331
7020
|
declare const index_UninstallPackageResponse: typeof UninstallPackageResponse;
|
|
8332
7021
|
declare const index_UninstallPackageResponseSchema: typeof UninstallPackageResponseSchema;
|
|
8333
|
-
type
|
|
7022
|
+
type index_UpgradeContext = UpgradeContext;
|
|
7023
|
+
declare const index_UpgradeContextSchema: typeof UpgradeContextSchema;
|
|
7024
|
+
declare const index_UpgradeImpactLevel: typeof UpgradeImpactLevel;
|
|
8334
7025
|
declare const index_UpgradeImpactLevelSchema: typeof UpgradeImpactLevelSchema;
|
|
8335
|
-
|
|
7026
|
+
declare const index_UpgradePackageRequest: typeof UpgradePackageRequest;
|
|
8336
7027
|
declare const index_UpgradePackageRequestSchema: typeof UpgradePackageRequestSchema;
|
|
8337
|
-
|
|
7028
|
+
declare const index_UpgradePackageResponse: typeof UpgradePackageResponse;
|
|
8338
7029
|
declare const index_UpgradePackageResponseSchema: typeof UpgradePackageResponseSchema;
|
|
8339
|
-
|
|
7030
|
+
declare const index_UpgradePhase: typeof UpgradePhase;
|
|
8340
7031
|
declare const index_UpgradePhaseSchema: typeof UpgradePhaseSchema;
|
|
8341
|
-
|
|
7032
|
+
declare const index_UpgradePlan: typeof UpgradePlan;
|
|
8342
7033
|
declare const index_UpgradePlanSchema: typeof UpgradePlanSchema;
|
|
8343
|
-
|
|
7034
|
+
declare const index_UpgradeSnapshot: typeof UpgradeSnapshot;
|
|
8344
7035
|
declare const index_UpgradeSnapshotSchema: typeof UpgradeSnapshotSchema;
|
|
8345
7036
|
type index_ValidationError = ValidationError;
|
|
8346
7037
|
declare const index_ValidationErrorSchema: typeof ValidationErrorSchema;
|
|
7038
|
+
type index_ValidationFinding = ValidationFinding;
|
|
7039
|
+
declare const index_ValidationFindingSchema: typeof ValidationFindingSchema;
|
|
8347
7040
|
type index_ValidationResult = ValidationResult;
|
|
8348
7041
|
declare const index_ValidationResultSchema: typeof ValidationResultSchema;
|
|
7042
|
+
type index_ValidationSeverity = ValidationSeverity;
|
|
7043
|
+
declare const index_ValidationSeverityEnum: typeof ValidationSeverityEnum;
|
|
8349
7044
|
type index_ValidationWarning = ValidationWarning;
|
|
8350
7045
|
declare const index_ValidationWarningSchema: typeof ValidationWarningSchema;
|
|
8351
7046
|
type index_VersionConstraint = VersionConstraint;
|
|
8352
7047
|
declare const index_VersionConstraintSchema: typeof VersionConstraintSchema;
|
|
8353
7048
|
type index_VulnerabilitySeverity = VulnerabilitySeverity;
|
|
8354
7049
|
declare namespace index {
|
|
8355
|
-
export { type index_ActivationEvent as ActivationEvent, index_ActivationEventSchema as ActivationEventSchema, type index_AdvancedPluginLifecycleConfig as AdvancedPluginLifecycleConfig, index_AdvancedPluginLifecycleConfigSchema as AdvancedPluginLifecycleConfigSchema, type index_BreakingChange as BreakingChange, index_BreakingChangeSchema as BreakingChangeSchema, type index_CLICommandContribution as CLICommandContribution, index_CLICommandContributionSchema as CLICommandContributionSchema, index_CORE_PLUGIN_TYPES as CORE_PLUGIN_TYPES, type index_CapabilityConformanceLevel as CapabilityConformanceLevel, index_CapabilityConformanceLevelSchema as CapabilityConformanceLevelSchema, type index_CompatibilityLevel as CompatibilityLevel, index_CompatibilityLevelSchema as CompatibilityLevelSchema, type index_CompatibilityMatrixEntry as CompatibilityMatrixEntry, index_CompatibilityMatrixEntrySchema as CompatibilityMatrixEntrySchema, index_CustomizationOrigin as CustomizationOrigin, index_CustomizationOriginSchema as CustomizationOriginSchema, index_CustomizationPolicy as CustomizationPolicy, index_CustomizationPolicySchema as CustomizationPolicySchema, index_DEFAULT_METADATA_TYPE_REGISTRY as DEFAULT_METADATA_TYPE_REGISTRY, type index_DeadLetterQueueEntry as DeadLetterQueueEntry, index_DeadLetterQueueEntrySchema as DeadLetterQueueEntrySchema, type index_DependencyConflict as DependencyConflict, index_DependencyConflictSchema as DependencyConflictSchema, type index_DependencyGraph as DependencyGraph, type index_DependencyGraphNode as DependencyGraphNode, index_DependencyGraphNodeSchema as DependencyGraphNodeSchema, index_DependencyGraphSchema as DependencyGraphSchema, type index_DependencyResolutionResult as DependencyResolutionResult, index_DependencyResolutionResultSchema as DependencyResolutionResultSchema, type index_DeprecationNotice as DeprecationNotice, index_DeprecationNoticeSchema as DeprecationNoticeSchema, type index_DevFixtureConfig as DevFixtureConfig, index_DevFixtureConfigSchema as DevFixtureConfigSchema, type index_DevPluginConfig as DevPluginConfig, type index_DevPluginConfigInput as DevPluginConfigInput, index_DevPluginConfigSchema as DevPluginConfigSchema, type index_DevPluginPreset as DevPluginPreset, type index_DevServiceOverride as DevServiceOverride, index_DevServiceOverrideSchema as DevServiceOverrideSchema, type index_DevToolsConfig as DevToolsConfig, index_DevToolsConfigSchema as DevToolsConfigSchema, index_DisablePackageRequest as DisablePackageRequest, index_DisablePackageRequestSchema as DisablePackageRequestSchema, index_DisablePackageResponse as DisablePackageResponse, index_DisablePackageResponseSchema as DisablePackageResponseSchema, type index_DistributedStateConfig as DistributedStateConfig, index_DistributedStateConfigSchema as DistributedStateConfigSchema, type index_DynamicLoadRequest as DynamicLoadRequest, type index_DynamicLoadRequestInput as DynamicLoadRequestInput, index_DynamicLoadRequestSchema as DynamicLoadRequestSchema, type index_DynamicLoadingConfig as DynamicLoadingConfig, type index_DynamicLoadingConfigInput as DynamicLoadingConfigInput, index_DynamicLoadingConfigSchema as DynamicLoadingConfigSchema, type index_DynamicPluginOperation as DynamicPluginOperation, index_DynamicPluginOperationSchema as DynamicPluginOperationSchema, type index_DynamicPluginResult as DynamicPluginResult, index_DynamicPluginResultSchema as DynamicPluginResultSchema, type index_DynamicUnloadRequest as DynamicUnloadRequest, type index_DynamicUnloadRequestInput as DynamicUnloadRequestInput, index_DynamicUnloadRequestSchema as DynamicUnloadRequestSchema, index_EVENT_PRIORITY_VALUES as EVENT_PRIORITY_VALUES, index_EnablePackageRequest as EnablePackageRequest, index_EnablePackageRequestSchema as EnablePackageRequestSchema, index_EnablePackageResponse as EnablePackageResponse, index_EnablePackageResponseSchema as EnablePackageResponseSchema, type index_Event as Event, type index_EventBusConfig as EventBusConfig, index_EventBusConfigSchema as EventBusConfigSchema, type index_EventHandler as EventHandler, index_EventHandlerSchema as EventHandlerSchema, type index_EventLogEntry as EventLogEntry, index_EventLogEntrySchema as EventLogEntrySchema, type index_EventMessageQueueConfig as EventMessageQueueConfig, index_EventMessageQueueConfigSchema as EventMessageQueueConfigSchema, index_EventMetadataSchema as EventMetadataSchema, type index_EventPersistence as EventPersistence, index_EventPersistenceSchema as EventPersistenceSchema, type index_EventPhase as EventPhase, index_EventPhaseSchema as EventPhaseSchema, type index_EventPriority as EventPriority, type index_EventQueueConfig as EventQueueConfig, index_EventQueueConfigSchema as EventQueueConfigSchema, type index_EventReplayConfig as EventReplayConfig, index_EventReplayConfigSchema as EventReplayConfigSchema, type index_EventRoute as EventRoute, index_EventRouteSchema as EventRouteSchema, index_EventSchema as EventSchema, type index_EventSourcingConfig as EventSourcingConfig, index_EventSourcingConfigSchema as EventSourcingConfigSchema, type index_EventTypeDefinition as EventTypeDefinition, index_EventTypeDefinitionSchema as EventTypeDefinitionSchema, type index_EventWebhookConfig as EventWebhookConfig, index_EventWebhookConfigSchema as EventWebhookConfigSchema, type index_ExecutionContext as ExecutionContext, index_ExecutionContextSchema as ExecutionContextSchema, type index_ExtensionPoint as ExtensionPoint, index_ExtensionPointSchema as ExtensionPointSchema, type index_FeatureFlag as FeatureFlag, type index_FeatureFlagInput as FeatureFlagInput, index_FeatureFlagSchema as FeatureFlagSchema, index_FeatureStrategy as FeatureStrategy, index_FieldChange as FieldChange, index_FieldChangeSchema as FieldChangeSchema, index_GetPackageRequest as GetPackageRequest, index_GetPackageRequestSchema as GetPackageRequestSchema, index_GetPackageResponse as GetPackageResponse, index_GetPackageResponseSchema as GetPackageResponseSchema, type index_GracefulDegradation as GracefulDegradation, index_GracefulDegradationSchema as GracefulDegradationSchema, type index_HealthStatus as HealthStatus, index_HealthStatusSchema as HealthStatusSchema, type index_HookRegisteredEvent as HookRegisteredEvent, index_HookRegisteredEventSchema as HookRegisteredEventSchema, type index_HookTriggeredEvent as HookTriggeredEvent, index_HookTriggeredEventSchema as HookTriggeredEventSchema, type index_HotReloadConfig as HotReloadConfig, index_HotReloadConfigSchema as HotReloadConfigSchema, index_InstallPackageRequest as InstallPackageRequest, index_InstallPackageRequestSchema as InstallPackageRequestSchema, index_InstallPackageResponse as InstallPackageResponse, index_InstallPackageResponseSchema as InstallPackageResponseSchema, index_InstalledPackage as InstalledPackage, index_InstalledPackageSchema as InstalledPackageSchema, type index_KernelContext as KernelContext, index_KernelContextSchema as KernelContextSchema, index_KernelEventBaseSchema as KernelEventBaseSchema, type index_KernelReadyEvent as KernelReadyEvent, index_KernelReadyEventSchema as KernelReadyEventSchema, type index_KernelSecurityPolicy as KernelSecurityPolicy, index_KernelSecurityPolicySchema as KernelSecurityPolicySchema, type index_KernelSecurityScanResult as KernelSecurityScanResult, index_KernelSecurityScanResultSchema as KernelSecurityScanResultSchema, type index_KernelSecurityVulnerability as KernelSecurityVulnerability, index_KernelSecurityVulnerabilitySchema as KernelSecurityVulnerabilitySchema, type index_KernelShutdownEvent as KernelShutdownEvent, index_KernelShutdownEventSchema as KernelShutdownEventSchema, index_ListPackagesRequest as ListPackagesRequest, index_ListPackagesRequestSchema as ListPackagesRequestSchema, index_ListPackagesResponse as ListPackagesResponse, index_ListPackagesResponseSchema as ListPackagesResponseSchema, index_ManifestSchema as ManifestSchema, index_MergeConflict as MergeConflict, index_MergeConflictSchema as MergeConflictSchema, index_MergeResult as MergeResult, index_MergeResultSchema as MergeResultSchema, index_MergeStrategyConfig as MergeStrategyConfig, index_MergeStrategyConfigSchema as MergeStrategyConfigSchema, index_MetadataBulkRegisterRequest as MetadataBulkRegisterRequest, index_MetadataBulkRegisterRequestSchema as MetadataBulkRegisterRequestSchema, index_MetadataBulkResult as MetadataBulkResult, index_MetadataBulkResultSchema as MetadataBulkResultSchema, type index_MetadataChangeType as MetadataChangeType, index_MetadataChangeTypeSchema as MetadataChangeTypeSchema, type index_MetadataCollectionInfo as MetadataCollectionInfo, index_MetadataCollectionInfoSchema as MetadataCollectionInfoSchema, index_MetadataDependency as MetadataDependency, index_MetadataDependencySchema as MetadataDependencySchema, type index_MetadataDiffItem as MetadataDiffItem, index_MetadataDiffItemSchema as MetadataDiffItemSchema, index_MetadataEvent as MetadataEvent, index_MetadataEventSchema as MetadataEventSchema, type index_MetadataExportOptions as MetadataExportOptions, index_MetadataExportOptionsSchema as MetadataExportOptionsSchema, type index_MetadataFallbackStrategy as MetadataFallbackStrategy, index_MetadataFallbackStrategySchema as MetadataFallbackStrategySchema, type index_MetadataFormat as MetadataFormat, index_MetadataFormatSchema as MetadataFormatSchema, type index_MetadataImportOptions as MetadataImportOptions, index_MetadataImportOptionsSchema as MetadataImportOptionsSchema, type index_MetadataLoadOptions as MetadataLoadOptions, index_MetadataLoadOptionsSchema as MetadataLoadOptionsSchema, type index_MetadataLoadResult as MetadataLoadResult, index_MetadataLoadResultSchema as MetadataLoadResultSchema, type index_MetadataLoaderContract as MetadataLoaderContract, index_MetadataLoaderContractSchema as MetadataLoaderContractSchema, type index_MetadataManagerConfig as MetadataManagerConfig, index_MetadataManagerConfigSchema as MetadataManagerConfigSchema, index_MetadataOverlay as MetadataOverlay, index_MetadataOverlaySchema as MetadataOverlaySchema, index_MetadataPluginConfig as MetadataPluginConfig, index_MetadataPluginConfigSchema as MetadataPluginConfigSchema, index_MetadataPluginManifest as MetadataPluginManifest, index_MetadataPluginManifestSchema as MetadataPluginManifestSchema, index_MetadataQuery as MetadataQuery, index_MetadataQueryResult as MetadataQueryResult, index_MetadataQueryResultSchema as MetadataQueryResultSchema, index_MetadataQuerySchema as MetadataQuerySchema, type index_MetadataSaveOptions as MetadataSaveOptions, index_MetadataSaveOptionsSchema as MetadataSaveOptionsSchema, type index_MetadataSaveResult as MetadataSaveResult, index_MetadataSaveResultSchema as MetadataSaveResultSchema, type index_MetadataStats as MetadataStats, index_MetadataStatsSchema as MetadataStatsSchema, index_MetadataType as MetadataType, index_MetadataTypeRegistryEntry as MetadataTypeRegistryEntry, index_MetadataTypeRegistryEntrySchema as MetadataTypeRegistryEntrySchema, index_MetadataTypeSchema as MetadataTypeSchema, index_MetadataValidationResult as MetadataValidationResult, index_MetadataValidationResultSchema as MetadataValidationResultSchema, type index_MetadataWatchEvent as MetadataWatchEvent, index_MetadataWatchEventSchema as MetadataWatchEventSchema, type index_MultiVersionSupport as MultiVersionSupport, index_MultiVersionSupportSchema as MultiVersionSupportSchema, type index_ObjectStackManifest as ObjectStackManifest, type index_ObjectStackManifestInput as ObjectStackManifestInput, type index_OclifPluginConfig as OclifPluginConfig, index_OclifPluginConfigSchema as OclifPluginConfigSchema, type index_OpsDomainModule as OpsDomainModule, index_OpsDomainModuleSchema as OpsDomainModuleSchema, type index_OpsFilePath as OpsFilePath, index_OpsFilePathSchema as OpsFilePathSchema, type index_OpsPluginStructure as OpsPluginStructure, index_OpsPluginStructureSchema as OpsPluginStructureSchema, type index_PackageDependency as PackageDependency, type index_PackageDependencyConflict as PackageDependencyConflict, index_PackageDependencyConflictSchema as PackageDependencyConflictSchema, type index_PackageDependencyResolutionResult as PackageDependencyResolutionResult, index_PackageDependencyResolutionResultSchema as PackageDependencyResolutionResultSchema, index_PackageDependencySchema as PackageDependencySchema, index_PackageStatus as PackageStatus, index_PackageStatusEnum as PackageStatusEnum, type index_Permission as Permission, type index_PermissionAction as PermissionAction, index_PermissionActionSchema as PermissionActionSchema, index_PermissionSchema as PermissionSchema, type index_PermissionScope as PermissionScope, index_PermissionScopeSchema as PermissionScopeSchema, type index_PermissionSet as PermissionSet, index_PermissionSetSchema as PermissionSetSchema, type index_PluginCaching as PluginCaching, index_PluginCachingSchema as PluginCachingSchema, type index_PluginCapability as PluginCapability, type index_PluginCapabilityManifest as PluginCapabilityManifest, index_PluginCapabilityManifestSchema as PluginCapabilityManifestSchema, index_PluginCapabilitySchema as PluginCapabilitySchema, type index_PluginCodeSplitting as PluginCodeSplitting, index_PluginCodeSplittingSchema as PluginCodeSplittingSchema, type index_PluginCompatibilityMatrix as PluginCompatibilityMatrix, index_PluginCompatibilityMatrixSchema as PluginCompatibilityMatrixSchema, type index_PluginContext as PluginContext, type index_PluginContextData as PluginContextData, index_PluginContextSchema as PluginContextSchema, type index_PluginDefinition as PluginDefinition, type index_PluginDependency as PluginDependency, type index_PluginDependencyResolution as PluginDependencyResolution, index_PluginDependencyResolutionSchema as PluginDependencyResolutionSchema, index_PluginDependencySchema as PluginDependencySchema, type index_PluginDiscoveryConfig as PluginDiscoveryConfig, index_PluginDiscoveryConfigSchema as PluginDiscoveryConfigSchema, type index_PluginDiscoverySource as PluginDiscoverySource, index_PluginDiscoverySourceSchema as PluginDiscoverySourceSchema, type index_PluginDynamicImport as PluginDynamicImport, index_PluginDynamicImportSchema as PluginDynamicImportSchema, type index_PluginErrorEvent as PluginErrorEvent, index_PluginErrorEventSchema as PluginErrorEventSchema, index_PluginEventBaseSchema as PluginEventBaseSchema, type index_PluginHealthCheck as PluginHealthCheck, index_PluginHealthCheckSchema as PluginHealthCheckSchema, type index_PluginHealthReport as PluginHealthReport, index_PluginHealthReportSchema as PluginHealthReportSchema, type index_PluginHealthStatus as PluginHealthStatus, index_PluginHealthStatusSchema as PluginHealthStatusSchema, type index_PluginHotReload as PluginHotReload, index_PluginHotReloadSchema as PluginHotReloadSchema, type index_PluginInitialization as PluginInitialization, index_PluginInitializationSchema as PluginInitializationSchema, type index_PluginInstallConfig as PluginInstallConfig, type index_PluginInstallConfigInput as PluginInstallConfigInput, index_PluginInstallConfigSchema as PluginInstallConfigSchema, type index_PluginInterface as PluginInterface, index_PluginInterfaceSchema as PluginInterfaceSchema, type index_PluginLifecycleEventType as PluginLifecycleEventType, type index_PluginLifecycleHooks as PluginLifecycleHooks, type index_PluginLifecyclePhaseEvent as PluginLifecyclePhaseEvent, index_PluginLifecyclePhaseEventSchema as PluginLifecyclePhaseEventSchema, index_PluginLifecycleSchema as PluginLifecycleSchema, type index_PluginLoadingConfig as PluginLoadingConfig, index_PluginLoadingConfigSchema as PluginLoadingConfigSchema, type index_PluginLoadingEvent as PluginLoadingEvent, index_PluginLoadingEventSchema as PluginLoadingEventSchema, type index_PluginLoadingState as PluginLoadingState, index_PluginLoadingStateSchema as PluginLoadingStateSchema, type index_PluginLoadingStrategy as PluginLoadingStrategy, index_PluginLoadingStrategySchema as PluginLoadingStrategySchema, type index_PluginMetadata as PluginMetadata, index_PluginMetadataSchema as PluginMetadataSchema, type index_PluginPerformanceMonitoring as PluginPerformanceMonitoring, index_PluginPerformanceMonitoringSchema as PluginPerformanceMonitoringSchema, type index_PluginPreloadConfig as PluginPreloadConfig, index_PluginPreloadConfigSchema as PluginPreloadConfigSchema, type index_PluginProvenance as PluginProvenance, index_PluginProvenanceSchema as PluginProvenanceSchema, type index_PluginQualityMetrics as PluginQualityMetrics, type index_PluginQualityMetricsInput as PluginQualityMetricsInput, index_PluginQualityMetricsSchema as PluginQualityMetricsSchema, type index_PluginRegisteredEvent as PluginRegisteredEvent, index_PluginRegisteredEventSchema as PluginRegisteredEventSchema, type index_PluginRegistryEntry as PluginRegistryEntry, type index_PluginRegistryEntryInput as PluginRegistryEntryInput, index_PluginRegistryEntrySchema as PluginRegistryEntrySchema, type index_PluginSandboxing as PluginSandboxing, index_PluginSandboxingSchema as PluginSandboxingSchema, index_PluginSchema as PluginSchema, type index_PluginSearchFilters as PluginSearchFilters, type index_PluginSearchFiltersInput as PluginSearchFiltersInput, index_PluginSearchFiltersSchema as PluginSearchFiltersSchema, type index_PluginSecurityManifest as PluginSecurityManifest, index_PluginSecurityManifestSchema as PluginSecurityManifestSchema, index_PluginSecurityProtocol as PluginSecurityProtocol, type index_PluginSource as PluginSource, index_PluginSourceSchema as PluginSourceSchema, type index_PluginStartupResult as PluginStartupResult, index_PluginStartupResultSchema as PluginStartupResultSchema, type index_PluginStateSnapshot as PluginStateSnapshot, index_PluginStateSnapshotSchema as PluginStateSnapshotSchema, type index_PluginStatistics as PluginStatistics, type index_PluginStatisticsInput as PluginStatisticsInput, index_PluginStatisticsSchema as PluginStatisticsSchema, type index_PluginTrustLevel as PluginTrustLevel, index_PluginTrustLevelSchema as PluginTrustLevelSchema, type index_PluginTrustScore as PluginTrustScore, index_PluginTrustScoreSchema as PluginTrustScoreSchema, type index_PluginUpdateStrategy as PluginUpdateStrategy, index_PluginUpdateStrategySchema as PluginUpdateStrategySchema, type index_PluginVendor as PluginVendor, type index_PluginVendorInput as PluginVendorInput, index_PluginVendorSchema as PluginVendorSchema, type index_PluginVersionMetadata as PluginVersionMetadata, index_PluginVersionMetadataSchema as PluginVersionMetadataSchema, type index_PreviewModeConfig as PreviewModeConfig, index_PreviewModeConfigSchema as PreviewModeConfigSchema, type index_ProtocolFeature as ProtocolFeature, index_ProtocolFeatureSchema as ProtocolFeatureSchema, type index_ProtocolReference as ProtocolReference, index_ProtocolReferenceSchema as ProtocolReferenceSchema, type index_ProtocolVersion as ProtocolVersion, index_ProtocolVersionSchema as ProtocolVersionSchema, type index_RealTimeNotificationConfig as RealTimeNotificationConfig, index_RealTimeNotificationConfigSchema as RealTimeNotificationConfigSchema, type index_ResourceType as ResourceType, index_ResourceTypeSchema as ResourceTypeSchema, type index_RollbackPackageRequest as RollbackPackageRequest, index_RollbackPackageRequestSchema as RollbackPackageRequestSchema, type index_RollbackPackageResponse as RollbackPackageResponse, index_RollbackPackageResponseSchema as RollbackPackageResponseSchema, type index_RuntimeConfig as RuntimeConfig, index_RuntimeConfigSchema as RuntimeConfigSchema, type index_RuntimeMode as RuntimeMode, type index_SBOM as SBOM, type index_SBOMEntry as SBOMEntry, index_SBOMEntrySchema as SBOMEntrySchema, index_SBOMSchema as SBOMSchema, type index_SandboxConfig as SandboxConfig, index_SandboxConfigSchema as SandboxConfigSchema, type index_ScopeConfig as ScopeConfig, index_ScopeConfigSchema as ScopeConfigSchema, type index_ScopeInfo as ScopeInfo, index_ScopeInfoSchema as ScopeInfoSchema, type index_SecurityPolicy as SecurityPolicy, index_SecurityPolicySchema as SecurityPolicySchema, type index_SecurityScanResult as SecurityScanResult, index_SecurityScanResultSchema as SecurityScanResultSchema, type index_SecurityVulnerability as SecurityVulnerability, index_SecurityVulnerabilitySchema as SecurityVulnerabilitySchema, type index_SemanticVersion as SemanticVersion, index_SemanticVersionSchema as SemanticVersionSchema, type index_ServiceFactoryRegistration as ServiceFactoryRegistration, index_ServiceFactoryRegistrationSchema as ServiceFactoryRegistrationSchema, type index_ServiceMetadata as ServiceMetadata, index_ServiceMetadataSchema as ServiceMetadataSchema, type index_ServiceRegisteredEvent as ServiceRegisteredEvent, index_ServiceRegisteredEventSchema as ServiceRegisteredEventSchema, type index_ServiceRegistryConfig as ServiceRegistryConfig, type index_ServiceRegistryConfigInput as ServiceRegistryConfigInput, index_ServiceRegistryConfigSchema as ServiceRegistryConfigSchema, type index_ServiceScopeType as ServiceScopeType, type index_ServiceUnregisteredEvent as ServiceUnregisteredEvent, index_ServiceUnregisteredEventSchema as ServiceUnregisteredEventSchema, type index_StartupOptions as StartupOptions, type index_StartupOptionsInput as StartupOptionsInput, index_StartupOptionsSchema as StartupOptionsSchema, type index_StartupOrchestrationResult as StartupOrchestrationResult, index_StartupOrchestrationResultSchema as StartupOrchestrationResultSchema, index_UninstallPackageRequest as UninstallPackageRequest, index_UninstallPackageRequestSchema as UninstallPackageRequestSchema, index_UninstallPackageResponse as UninstallPackageResponse, index_UninstallPackageResponseSchema as UninstallPackageResponseSchema, type index_UpgradeImpactLevel as UpgradeImpactLevel, index_UpgradeImpactLevelSchema as UpgradeImpactLevelSchema, type index_UpgradePackageRequest as UpgradePackageRequest, index_UpgradePackageRequestSchema as UpgradePackageRequestSchema, type index_UpgradePackageResponse as UpgradePackageResponse, index_UpgradePackageResponseSchema as UpgradePackageResponseSchema, type index_UpgradePhase as UpgradePhase, index_UpgradePhaseSchema as UpgradePhaseSchema, type index_UpgradePlan as UpgradePlan, index_UpgradePlanSchema as UpgradePlanSchema, type index_UpgradeSnapshot as UpgradeSnapshot, index_UpgradeSnapshotSchema as UpgradeSnapshotSchema, type index_ValidationError as ValidationError, index_ValidationErrorSchema as ValidationErrorSchema, type index_ValidationResult as ValidationResult, index_ValidationResultSchema as ValidationResultSchema, type index_ValidationWarning as ValidationWarning, index_ValidationWarningSchema as ValidationWarningSchema, type index_VersionConstraint as VersionConstraint, index_VersionConstraintSchema as VersionConstraintSchema, type index_VulnerabilitySeverity as VulnerabilitySeverity };
|
|
7050
|
+
export { type index_ActivationEvent as ActivationEvent, index_ActivationEventSchema as ActivationEventSchema, type index_AdvancedPluginLifecycleConfig as AdvancedPluginLifecycleConfig, index_AdvancedPluginLifecycleConfigSchema as AdvancedPluginLifecycleConfigSchema, index_ArtifactChecksum as ArtifactChecksum, index_ArtifactChecksumSchema as ArtifactChecksumSchema, index_ArtifactFileEntry as ArtifactFileEntry, index_ArtifactFileEntrySchema as ArtifactFileEntrySchema, index_ArtifactSignature as ArtifactSignature, index_ArtifactSignatureSchema as ArtifactSignatureSchema, type index_BreakingChange as BreakingChange, index_BreakingChangeSchema as BreakingChangeSchema, type index_CLICommandContribution as CLICommandContribution, index_CLICommandContributionSchema as CLICommandContributionSchema, index_CORE_PLUGIN_TYPES as CORE_PLUGIN_TYPES, type index_CapabilityConformanceLevel as CapabilityConformanceLevel, index_CapabilityConformanceLevelSchema as CapabilityConformanceLevelSchema, type index_CompatibilityLevel as CompatibilityLevel, index_CompatibilityLevelSchema as CompatibilityLevelSchema, type index_CompatibilityMatrixEntry as CompatibilityMatrixEntry, index_CompatibilityMatrixEntrySchema as CompatibilityMatrixEntrySchema, index_CustomizationOrigin as CustomizationOrigin, index_CustomizationOriginSchema as CustomizationOriginSchema, index_CustomizationPolicy as CustomizationPolicy, index_CustomizationPolicySchema as CustomizationPolicySchema, index_DEFAULT_METADATA_TYPE_REGISTRY as DEFAULT_METADATA_TYPE_REGISTRY, type index_DeadLetterQueueEntry as DeadLetterQueueEntry, index_DeadLetterQueueEntrySchema as DeadLetterQueueEntrySchema, type index_DependencyConflict as DependencyConflict, index_DependencyConflictSchema as DependencyConflictSchema, type index_DependencyGraph as DependencyGraph, type index_DependencyGraphNode as DependencyGraphNode, index_DependencyGraphNodeSchema as DependencyGraphNodeSchema, index_DependencyGraphSchema as DependencyGraphSchema, index_DependencyResolutionResult as DependencyResolutionResult, index_DependencyResolutionResultSchema as DependencyResolutionResultSchema, index_DependencyStatus as DependencyStatus, index_DependencyStatusEnum as DependencyStatusEnum, type index_DeprecationNotice as DeprecationNotice, index_DeprecationNoticeSchema as DeprecationNoticeSchema, type index_DevFixtureConfig as DevFixtureConfig, index_DevFixtureConfigSchema as DevFixtureConfigSchema, type index_DevPluginConfig as DevPluginConfig, type index_DevPluginConfigInput as DevPluginConfigInput, index_DevPluginConfigSchema as DevPluginConfigSchema, type index_DevPluginPreset as DevPluginPreset, type index_DevServiceOverride as DevServiceOverride, index_DevServiceOverrideSchema as DevServiceOverrideSchema, type index_DevToolsConfig as DevToolsConfig, index_DevToolsConfigSchema as DevToolsConfigSchema, index_DisablePackageRequest as DisablePackageRequest, index_DisablePackageRequestSchema as DisablePackageRequestSchema, index_DisablePackageResponse as DisablePackageResponse, index_DisablePackageResponseSchema as DisablePackageResponseSchema, type index_DistributedStateConfig as DistributedStateConfig, index_DistributedStateConfigSchema as DistributedStateConfigSchema, type index_DynamicLoadRequest as DynamicLoadRequest, type index_DynamicLoadRequestInput as DynamicLoadRequestInput, index_DynamicLoadRequestSchema as DynamicLoadRequestSchema, type index_DynamicLoadingConfig as DynamicLoadingConfig, type index_DynamicLoadingConfigInput as DynamicLoadingConfigInput, index_DynamicLoadingConfigSchema as DynamicLoadingConfigSchema, type index_DynamicPluginOperation as DynamicPluginOperation, index_DynamicPluginOperationSchema as DynamicPluginOperationSchema, type index_DynamicPluginResult as DynamicPluginResult, index_DynamicPluginResultSchema as DynamicPluginResultSchema, type index_DynamicUnloadRequest as DynamicUnloadRequest, type index_DynamicUnloadRequestInput as DynamicUnloadRequestInput, index_DynamicUnloadRequestSchema as DynamicUnloadRequestSchema, index_EVENT_PRIORITY_VALUES as EVENT_PRIORITY_VALUES, index_EnablePackageRequest as EnablePackageRequest, index_EnablePackageRequestSchema as EnablePackageRequestSchema, index_EnablePackageResponse as EnablePackageResponse, index_EnablePackageResponseSchema as EnablePackageResponseSchema, type index_Event as Event, type index_EventBusConfig as EventBusConfig, index_EventBusConfigSchema as EventBusConfigSchema, type index_EventHandler as EventHandler, index_EventHandlerSchema as EventHandlerSchema, type index_EventLogEntry as EventLogEntry, index_EventLogEntrySchema as EventLogEntrySchema, type index_EventMessageQueueConfig as EventMessageQueueConfig, index_EventMessageQueueConfigSchema as EventMessageQueueConfigSchema, index_EventMetadataSchema as EventMetadataSchema, type index_EventPersistence as EventPersistence, index_EventPersistenceSchema as EventPersistenceSchema, type index_EventPhase as EventPhase, index_EventPhaseSchema as EventPhaseSchema, type index_EventPriority as EventPriority, type index_EventQueueConfig as EventQueueConfig, index_EventQueueConfigSchema as EventQueueConfigSchema, type index_EventReplayConfig as EventReplayConfig, index_EventReplayConfigSchema as EventReplayConfigSchema, type index_EventRoute as EventRoute, index_EventRouteSchema as EventRouteSchema, index_EventSchema as EventSchema, type index_EventSourcingConfig as EventSourcingConfig, index_EventSourcingConfigSchema as EventSourcingConfigSchema, type index_EventTypeDefinition as EventTypeDefinition, index_EventTypeDefinitionSchema as EventTypeDefinitionSchema, type index_EventWebhookConfig as EventWebhookConfig, index_EventWebhookConfigSchema as EventWebhookConfigSchema, type index_ExecutionContext as ExecutionContext, index_ExecutionContextSchema as ExecutionContextSchema, type index_ExtensionPoint as ExtensionPoint, index_ExtensionPointSchema as ExtensionPointSchema, type index_FeatureFlag as FeatureFlag, type index_FeatureFlagInput as FeatureFlagInput, index_FeatureFlagSchema as FeatureFlagSchema, index_FeatureStrategy as FeatureStrategy, index_FieldChange as FieldChange, index_FieldChangeSchema as FieldChangeSchema, index_GetPackageRequest as GetPackageRequest, index_GetPackageRequestSchema as GetPackageRequestSchema, index_GetPackageResponse as GetPackageResponse, index_GetPackageResponseSchema as GetPackageResponseSchema, type index_GracefulDegradation as GracefulDegradation, index_GracefulDegradationSchema as GracefulDegradationSchema, type index_HealthStatus as HealthStatus, index_HealthStatusSchema as HealthStatusSchema, type index_HookRegisteredEvent as HookRegisteredEvent, index_HookRegisteredEventSchema as HookRegisteredEventSchema, type index_HookTriggeredEvent as HookTriggeredEvent, index_HookTriggeredEventSchema as HookTriggeredEventSchema, type index_HotReloadConfig as HotReloadConfig, index_HotReloadConfigSchema as HotReloadConfigSchema, index_InstallPackageRequest as InstallPackageRequest, index_InstallPackageRequestSchema as InstallPackageRequestSchema, index_InstallPackageResponse as InstallPackageResponse, index_InstallPackageResponseSchema as InstallPackageResponseSchema, index_InstalledPackage as InstalledPackage, index_InstalledPackageSchema as InstalledPackageSchema, type index_KernelContext as KernelContext, index_KernelContextSchema as KernelContextSchema, index_KernelEventBaseSchema as KernelEventBaseSchema, type index_KernelReadyEvent as KernelReadyEvent, index_KernelReadyEventSchema as KernelReadyEventSchema, type index_KernelSecurityPolicy as KernelSecurityPolicy, index_KernelSecurityPolicySchema as KernelSecurityPolicySchema, type index_KernelSecurityScanResult as KernelSecurityScanResult, index_KernelSecurityScanResultSchema as KernelSecurityScanResultSchema, type index_KernelSecurityVulnerability as KernelSecurityVulnerability, index_KernelSecurityVulnerabilitySchema as KernelSecurityVulnerabilitySchema, type index_KernelShutdownEvent as KernelShutdownEvent, index_KernelShutdownEventSchema as KernelShutdownEventSchema, index_ListPackagesRequest as ListPackagesRequest, index_ListPackagesRequestSchema as ListPackagesRequestSchema, index_ListPackagesResponse as ListPackagesResponse, index_ListPackagesResponseSchema as ListPackagesResponseSchema, index_ManifestSchema as ManifestSchema, index_MergeConflict as MergeConflict, index_MergeConflictSchema as MergeConflictSchema, index_MergeResult as MergeResult, index_MergeResultSchema as MergeResultSchema, index_MergeStrategyConfig as MergeStrategyConfig, index_MergeStrategyConfigSchema as MergeStrategyConfigSchema, index_MetadataBulkRegisterRequest as MetadataBulkRegisterRequest, index_MetadataBulkRegisterRequestSchema as MetadataBulkRegisterRequestSchema, index_MetadataBulkResult as MetadataBulkResult, index_MetadataBulkResultSchema as MetadataBulkResultSchema, index_MetadataCategory as MetadataCategory, index_MetadataCategoryEnum as MetadataCategoryEnum, index_MetadataChangeType as MetadataChangeType, index_MetadataChangeTypeSchema as MetadataChangeTypeSchema, type index_MetadataCollectionInfo as MetadataCollectionInfo, index_MetadataCollectionInfoSchema as MetadataCollectionInfoSchema, index_MetadataDependency as MetadataDependency, index_MetadataDependencySchema as MetadataDependencySchema, index_MetadataDiffItem as MetadataDiffItem, index_MetadataDiffItemSchema as MetadataDiffItemSchema, index_MetadataEvent as MetadataEvent, index_MetadataEventSchema as MetadataEventSchema, type index_MetadataExportOptions as MetadataExportOptions, index_MetadataExportOptionsSchema as MetadataExportOptionsSchema, type index_MetadataFallbackStrategy as MetadataFallbackStrategy, index_MetadataFallbackStrategySchema as MetadataFallbackStrategySchema, type index_MetadataFormat as MetadataFormat, index_MetadataFormatSchema as MetadataFormatSchema, type index_MetadataImportOptions as MetadataImportOptions, index_MetadataImportOptionsSchema as MetadataImportOptionsSchema, type index_MetadataLoadOptions as MetadataLoadOptions, index_MetadataLoadOptionsSchema as MetadataLoadOptionsSchema, type index_MetadataLoadResult as MetadataLoadResult, index_MetadataLoadResultSchema as MetadataLoadResultSchema, type index_MetadataLoaderContract as MetadataLoaderContract, index_MetadataLoaderContractSchema as MetadataLoaderContractSchema, type index_MetadataManagerConfig as MetadataManagerConfig, index_MetadataManagerConfigSchema as MetadataManagerConfigSchema, index_MetadataOverlay as MetadataOverlay, index_MetadataOverlaySchema as MetadataOverlaySchema, index_MetadataPluginConfig as MetadataPluginConfig, index_MetadataPluginConfigSchema as MetadataPluginConfigSchema, index_MetadataPluginManifest as MetadataPluginManifest, index_MetadataPluginManifestSchema as MetadataPluginManifestSchema, index_MetadataQuery as MetadataQuery, index_MetadataQueryResult as MetadataQueryResult, index_MetadataQueryResultSchema as MetadataQueryResultSchema, index_MetadataQuerySchema as MetadataQuerySchema, type index_MetadataSaveOptions as MetadataSaveOptions, index_MetadataSaveOptionsSchema as MetadataSaveOptionsSchema, type index_MetadataSaveResult as MetadataSaveResult, index_MetadataSaveResultSchema as MetadataSaveResultSchema, type index_MetadataStats as MetadataStats, index_MetadataStatsSchema as MetadataStatsSchema, index_MetadataType as MetadataType, index_MetadataTypeRegistryEntry as MetadataTypeRegistryEntry, index_MetadataTypeRegistryEntrySchema as MetadataTypeRegistryEntrySchema, index_MetadataTypeSchema as MetadataTypeSchema, index_MetadataValidationResult as MetadataValidationResult, index_MetadataValidationResultSchema as MetadataValidationResultSchema, type index_MetadataWatchEvent as MetadataWatchEvent, index_MetadataWatchEventSchema as MetadataWatchEventSchema, type index_MultiVersionSupport as MultiVersionSupport, index_MultiVersionSupportSchema as MultiVersionSupportSchema, index_NamespaceConflictError as NamespaceConflictError, index_NamespaceConflictErrorSchema as NamespaceConflictErrorSchema, index_NamespaceRegistryEntry as NamespaceRegistryEntry, index_NamespaceRegistryEntrySchema as NamespaceRegistryEntrySchema, index_ObjectStackManifest as ObjectStackManifest, index_ObjectStackManifestInput as ObjectStackManifestInput, type index_OclifPluginConfig as OclifPluginConfig, index_OclifPluginConfigSchema as OclifPluginConfigSchema, type index_OpsDomainModule as OpsDomainModule, index_OpsDomainModuleSchema as OpsDomainModuleSchema, type index_OpsFilePath as OpsFilePath, index_OpsFilePathSchema as OpsFilePathSchema, type index_OpsPluginStructure as OpsPluginStructure, index_OpsPluginStructureSchema as OpsPluginStructureSchema, index_PackageArtifact as PackageArtifact, index_PackageArtifactInput as PackageArtifactInput, index_PackageArtifactSchema as PackageArtifactSchema, type index_PackageDependency as PackageDependency, type index_PackageDependencyConflict as PackageDependencyConflict, index_PackageDependencyConflictSchema as PackageDependencyConflictSchema, type index_PackageDependencyResolutionResult as PackageDependencyResolutionResult, index_PackageDependencyResolutionResultSchema as PackageDependencyResolutionResultSchema, index_PackageDependencySchema as PackageDependencySchema, index_PackageStatus as PackageStatus, index_PackageStatusEnum as PackageStatusEnum, type index_Permission as Permission, type index_PermissionAction as PermissionAction, index_PermissionActionSchema as PermissionActionSchema, index_PermissionSchema as PermissionSchema, type index_PermissionScope as PermissionScope, index_PermissionScopeSchema as PermissionScopeSchema, type index_PermissionSet as PermissionSet, index_PermissionSetSchema as PermissionSetSchema, type index_PluginBuildOptions as PluginBuildOptions, index_PluginBuildOptionsSchema as PluginBuildOptionsSchema, type index_PluginBuildResult as PluginBuildResult, index_PluginBuildResultSchema as PluginBuildResultSchema, type index_PluginCaching as PluginCaching, index_PluginCachingSchema as PluginCachingSchema, type index_PluginCapability as PluginCapability, type index_PluginCapabilityManifest as PluginCapabilityManifest, index_PluginCapabilityManifestSchema as PluginCapabilityManifestSchema, index_PluginCapabilitySchema as PluginCapabilitySchema, type index_PluginCodeSplitting as PluginCodeSplitting, index_PluginCodeSplittingSchema as PluginCodeSplittingSchema, type index_PluginCompatibilityMatrix as PluginCompatibilityMatrix, index_PluginCompatibilityMatrixSchema as PluginCompatibilityMatrixSchema, type index_PluginContext as PluginContext, type index_PluginContextData as PluginContextData, index_PluginContextSchema as PluginContextSchema, type index_PluginDefinition as PluginDefinition, type index_PluginDependency as PluginDependency, type index_PluginDependencyResolution as PluginDependencyResolution, type index_PluginDependencyResolutionResult as PluginDependencyResolutionResult, index_PluginDependencyResolutionResultSchema as PluginDependencyResolutionResultSchema, index_PluginDependencyResolutionSchema as PluginDependencyResolutionSchema, index_PluginDependencySchema as PluginDependencySchema, type index_PluginDiscoveryConfig as PluginDiscoveryConfig, index_PluginDiscoveryConfigSchema as PluginDiscoveryConfigSchema, type index_PluginDiscoverySource as PluginDiscoverySource, index_PluginDiscoverySourceSchema as PluginDiscoverySourceSchema, type index_PluginDynamicImport as PluginDynamicImport, index_PluginDynamicImportSchema as PluginDynamicImportSchema, type index_PluginErrorEvent as PluginErrorEvent, index_PluginErrorEventSchema as PluginErrorEventSchema, index_PluginEventBaseSchema as PluginEventBaseSchema, type index_PluginHealthCheck as PluginHealthCheck, index_PluginHealthCheckSchema as PluginHealthCheckSchema, type index_PluginHealthReport as PluginHealthReport, index_PluginHealthReportSchema as PluginHealthReportSchema, type index_PluginHealthStatus as PluginHealthStatus, index_PluginHealthStatusSchema as PluginHealthStatusSchema, type index_PluginHotReload as PluginHotReload, index_PluginHotReloadSchema as PluginHotReloadSchema, type index_PluginInitialization as PluginInitialization, index_PluginInitializationSchema as PluginInitializationSchema, type index_PluginInstallConfig as PluginInstallConfig, type index_PluginInstallConfigInput as PluginInstallConfigInput, index_PluginInstallConfigSchema as PluginInstallConfigSchema, type index_PluginInterface as PluginInterface, index_PluginInterfaceSchema as PluginInterfaceSchema, type index_PluginLifecycleEventType as PluginLifecycleEventType, type index_PluginLifecycleHooks as PluginLifecycleHooks, type index_PluginLifecyclePhaseEvent as PluginLifecyclePhaseEvent, index_PluginLifecyclePhaseEventSchema as PluginLifecyclePhaseEventSchema, index_PluginLifecycleSchema as PluginLifecycleSchema, type index_PluginLoadingConfig as PluginLoadingConfig, index_PluginLoadingConfigSchema as PluginLoadingConfigSchema, type index_PluginLoadingEvent as PluginLoadingEvent, index_PluginLoadingEventSchema as PluginLoadingEventSchema, type index_PluginLoadingState as PluginLoadingState, index_PluginLoadingStateSchema as PluginLoadingStateSchema, type index_PluginLoadingStrategy as PluginLoadingStrategy, index_PluginLoadingStrategySchema as PluginLoadingStrategySchema, type index_PluginMetadata as PluginMetadata, index_PluginMetadataSchema as PluginMetadataSchema, type index_PluginPerformanceMonitoring as PluginPerformanceMonitoring, index_PluginPerformanceMonitoringSchema as PluginPerformanceMonitoringSchema, type index_PluginPreloadConfig as PluginPreloadConfig, index_PluginPreloadConfigSchema as PluginPreloadConfigSchema, type index_PluginProvenance as PluginProvenance, index_PluginProvenanceSchema as PluginProvenanceSchema, type index_PluginPublishOptions as PluginPublishOptions, index_PluginPublishOptionsSchema as PluginPublishOptionsSchema, type index_PluginPublishResult as PluginPublishResult, index_PluginPublishResultSchema as PluginPublishResultSchema, type index_PluginQualityMetrics as PluginQualityMetrics, type index_PluginQualityMetricsInput as PluginQualityMetricsInput, index_PluginQualityMetricsSchema as PluginQualityMetricsSchema, type index_PluginRegisteredEvent as PluginRegisteredEvent, index_PluginRegisteredEventSchema as PluginRegisteredEventSchema, type index_PluginRegistryEntry as PluginRegistryEntry, type index_PluginRegistryEntryInput as PluginRegistryEntryInput, index_PluginRegistryEntrySchema as PluginRegistryEntrySchema, type index_PluginSandboxing as PluginSandboxing, index_PluginSandboxingSchema as PluginSandboxingSchema, index_PluginSchema as PluginSchema, type index_PluginSearchFilters as PluginSearchFilters, type index_PluginSearchFiltersInput as PluginSearchFiltersInput, index_PluginSearchFiltersSchema as PluginSearchFiltersSchema, type index_PluginSecurityManifest as PluginSecurityManifest, index_PluginSecurityManifestSchema as PluginSecurityManifestSchema, index_PluginSecurityProtocol as PluginSecurityProtocol, type index_PluginSource as PluginSource, index_PluginSourceSchema as PluginSourceSchema, type index_PluginStartupResult as PluginStartupResult, index_PluginStartupResultSchema as PluginStartupResultSchema, type index_PluginStateSnapshot as PluginStateSnapshot, index_PluginStateSnapshotSchema as PluginStateSnapshotSchema, type index_PluginStatistics as PluginStatistics, type index_PluginStatisticsInput as PluginStatisticsInput, index_PluginStatisticsSchema as PluginStatisticsSchema, type index_PluginTrustLevel as PluginTrustLevel, index_PluginTrustLevelSchema as PluginTrustLevelSchema, type index_PluginTrustScore as PluginTrustScore, index_PluginTrustScoreSchema as PluginTrustScoreSchema, type index_PluginUpdateStrategy as PluginUpdateStrategy, index_PluginUpdateStrategySchema as PluginUpdateStrategySchema, type index_PluginValidateOptions as PluginValidateOptions, index_PluginValidateOptionsSchema as PluginValidateOptionsSchema, type index_PluginValidateResult as PluginValidateResult, index_PluginValidateResultSchema as PluginValidateResultSchema, type index_PluginVendor as PluginVendor, type index_PluginVendorInput as PluginVendorInput, index_PluginVendorSchema as PluginVendorSchema, type index_PluginVersionMetadata as PluginVersionMetadata, index_PluginVersionMetadataSchema as PluginVersionMetadataSchema, type index_PreviewModeConfig as PreviewModeConfig, index_PreviewModeConfigSchema as PreviewModeConfigSchema, type index_ProtocolFeature as ProtocolFeature, index_ProtocolFeatureSchema as ProtocolFeatureSchema, type index_ProtocolReference as ProtocolReference, index_ProtocolReferenceSchema as ProtocolReferenceSchema, type index_ProtocolVersion as ProtocolVersion, index_ProtocolVersionSchema as ProtocolVersionSchema, type index_RealTimeNotificationConfig as RealTimeNotificationConfig, index_RealTimeNotificationConfigSchema as RealTimeNotificationConfigSchema, index_RequiredAction as RequiredAction, index_RequiredActionSchema as RequiredActionSchema, index_ResolvedDependency as ResolvedDependency, index_ResolvedDependencySchema as ResolvedDependencySchema, type index_ResourceType as ResourceType, index_ResourceTypeSchema as ResourceTypeSchema, index_RollbackPackageRequest as RollbackPackageRequest, index_RollbackPackageRequestSchema as RollbackPackageRequestSchema, index_RollbackPackageResponse as RollbackPackageResponse, index_RollbackPackageResponseSchema as RollbackPackageResponseSchema, type index_RuntimeConfig as RuntimeConfig, index_RuntimeConfigSchema as RuntimeConfigSchema, type index_RuntimeMode as RuntimeMode, type index_SBOM as SBOM, type index_SBOMEntry as SBOMEntry, index_SBOMEntrySchema as SBOMEntrySchema, index_SBOMSchema as SBOMSchema, type index_SandboxConfig as SandboxConfig, index_SandboxConfigSchema as SandboxConfigSchema, type index_ScopeConfig as ScopeConfig, index_ScopeConfigSchema as ScopeConfigSchema, type index_ScopeInfo as ScopeInfo, index_ScopeInfoSchema as ScopeInfoSchema, type index_SecurityPolicy as SecurityPolicy, index_SecurityPolicySchema as SecurityPolicySchema, type index_SecurityScanResult as SecurityScanResult, index_SecurityScanResultSchema as SecurityScanResultSchema, type index_SecurityVulnerability as SecurityVulnerability, index_SecurityVulnerabilitySchema as SecurityVulnerabilitySchema, type index_SemanticVersion as SemanticVersion, index_SemanticVersionSchema as SemanticVersionSchema, type index_ServiceFactoryRegistration as ServiceFactoryRegistration, index_ServiceFactoryRegistrationSchema as ServiceFactoryRegistrationSchema, type index_ServiceMetadata as ServiceMetadata, index_ServiceMetadataSchema as ServiceMetadataSchema, type index_ServiceRegisteredEvent as ServiceRegisteredEvent, index_ServiceRegisteredEventSchema as ServiceRegisteredEventSchema, type index_ServiceRegistryConfig as ServiceRegistryConfig, type index_ServiceRegistryConfigInput as ServiceRegistryConfigInput, index_ServiceRegistryConfigSchema as ServiceRegistryConfigSchema, type index_ServiceScopeType as ServiceScopeType, type index_ServiceUnregisteredEvent as ServiceUnregisteredEvent, index_ServiceUnregisteredEventSchema as ServiceUnregisteredEventSchema, type index_StartupOptions as StartupOptions, type index_StartupOptionsInput as StartupOptionsInput, index_StartupOptionsSchema as StartupOptionsSchema, type index_StartupOrchestrationResult as StartupOrchestrationResult, index_StartupOrchestrationResultSchema as StartupOrchestrationResultSchema, index_UninstallPackageRequest as UninstallPackageRequest, index_UninstallPackageRequestSchema as UninstallPackageRequestSchema, index_UninstallPackageResponse as UninstallPackageResponse, index_UninstallPackageResponseSchema as UninstallPackageResponseSchema, type index_UpgradeContext as UpgradeContext, index_UpgradeContextSchema as UpgradeContextSchema, index_UpgradeImpactLevel as UpgradeImpactLevel, index_UpgradeImpactLevelSchema as UpgradeImpactLevelSchema, index_UpgradePackageRequest as UpgradePackageRequest, index_UpgradePackageRequestSchema as UpgradePackageRequestSchema, index_UpgradePackageResponse as UpgradePackageResponse, index_UpgradePackageResponseSchema as UpgradePackageResponseSchema, index_UpgradePhase as UpgradePhase, index_UpgradePhaseSchema as UpgradePhaseSchema, index_UpgradePlan as UpgradePlan, index_UpgradePlanSchema as UpgradePlanSchema, index_UpgradeSnapshot as UpgradeSnapshot, index_UpgradeSnapshotSchema as UpgradeSnapshotSchema, type index_ValidationError as ValidationError, index_ValidationErrorSchema as ValidationErrorSchema, type index_ValidationFinding as ValidationFinding, index_ValidationFindingSchema as ValidationFindingSchema, type index_ValidationResult as ValidationResult, index_ValidationResultSchema as ValidationResultSchema, type index_ValidationSeverity as ValidationSeverity, index_ValidationSeverityEnum as ValidationSeverityEnum, type index_ValidationWarning as ValidationWarning, index_ValidationWarningSchema as ValidationWarningSchema, type index_VersionConstraint as VersionConstraint, index_VersionConstraintSchema as VersionConstraintSchema, type index_VulnerabilitySeverity as VulnerabilitySeverity };
|
|
8356
7051
|
}
|
|
8357
7052
|
|
|
8358
|
-
export { FeatureFlagSchema as $, type EventPersistence as A, EventQueueConfigSchema as B, CLICommandContributionSchema as C, DevServiceOverrideSchema as D, EventPriority as E, type EventQueueConfig as F, EventReplayConfigSchema as G, type EventReplayConfig as H, EventSourcingConfigSchema as I, type EventSourcingConfig as J, KernelContextSchema as K, DeadLetterQueueEntrySchema as L, type DeadLetterQueueEntry as M, EventLogEntrySchema as N, OclifPluginConfigSchema as O, type PluginContext as P, type EventLogEntry as Q, RuntimeMode as R, EventWebhookConfigSchema as S, type EventWebhookConfig as T, EventMessageQueueConfigSchema as U, type EventMessageQueueConfig as V, RealTimeNotificationConfigSchema as W, type RealTimeNotificationConfig as X, EventBusConfigSchema as Y, type EventBusConfig as Z, FeatureStrategy as _, type CLICommandContribution as a, type ProtocolFeature as a$, FeatureFlag as a0, type FeatureFlagInput as a1, ManifestSchema as a2, type ObjectStackManifest as a3, type ObjectStackManifestInput as a4, MetadataFormatSchema as a5, MetadataStatsSchema as a6, MetadataLoadOptionsSchema as a7, MetadataSaveOptionsSchema as a8, MetadataExportOptionsSchema as a9, UpgradePackageRequestSchema as aA, UpgradePhaseSchema as aB, UpgradePackageResponseSchema as aC, RollbackPackageRequestSchema as aD, RollbackPackageResponseSchema as aE, type MetadataChangeType as aF, type MetadataDiffItem as aG, type UpgradeImpactLevel as aH, type UpgradePlan as aI, type UpgradeSnapshot as aJ, type UpgradePackageRequest as aK, type UpgradePhase as aL, type UpgradePackageResponse as aM, type RollbackPackageRequest as aN, type RollbackPackageResponse as aO, CapabilityConformanceLevelSchema as aP, ProtocolVersionSchema as aQ, ProtocolReferenceSchema as aR, ProtocolFeatureSchema as aS, PluginCapabilitySchema as aT, PluginInterfaceSchema as aU, PluginDependencySchema as aV, ExtensionPointSchema as aW, PluginCapabilityManifestSchema as aX, type CapabilityConformanceLevel as aY, type ProtocolVersion as aZ, type ProtocolReference as a_, MetadataImportOptionsSchema as aa, MetadataLoadResultSchema as ab, MetadataSaveResultSchema as ac, MetadataWatchEventSchema as ad, MetadataCollectionInfoSchema as ae, MetadataLoaderContractSchema as af, MetadataFallbackStrategySchema as ag, MetadataManagerConfigSchema as ah, type MetadataFormat as ai, type MetadataStats as aj, type MetadataLoadOptions as ak, type MetadataSaveOptions as al, type MetadataExportOptions as am, type MetadataImportOptions as an, type MetadataLoadResult as ao, type MetadataSaveResult as ap, type MetadataWatchEvent as aq, type MetadataCollectionInfo as ar, type MetadataLoaderContract as as, type MetadataManagerConfig as at, type MetadataFallbackStrategy as au, MetadataChangeTypeSchema as av, MetadataDiffItemSchema as aw, UpgradeImpactLevelSchema as ax, UpgradePlanSchema as ay, UpgradeSnapshotSchema as az, type OclifPluginConfig as b, type PluginInitialization as b$, type PluginCapability as b0, type PluginInterface as b1, type PluginDependency as b2, type ExtensionPoint as b3, type PluginCapabilityManifest as b4, PluginHealthStatusSchema as b5, PluginHealthCheckSchema as b6, PluginHealthReportSchema as b7, DistributedStateConfigSchema as b8, HotReloadConfigSchema as b9, HookRegisteredEventSchema as bA, type HookRegisteredEvent as bB, HookTriggeredEventSchema as bC, type HookTriggeredEvent as bD, KernelEventBaseSchema as bE, KernelReadyEventSchema as bF, type KernelReadyEvent as bG, KernelShutdownEventSchema as bH, type KernelShutdownEvent as bI, PluginLifecycleEventType as bJ, PluginLoadingStrategySchema as bK, PluginPreloadConfigSchema as bL, PluginCodeSplittingSchema as bM, PluginDynamicImportSchema as bN, PluginInitializationSchema as bO, PluginDependencyResolutionSchema as bP, PluginHotReloadSchema as bQ, PluginCachingSchema as bR, PluginSandboxingSchema as bS, PluginPerformanceMonitoringSchema as bT, PluginLoadingConfigSchema as bU, PluginLoadingEventSchema as bV, PluginLoadingStateSchema as bW, type PluginLoadingStrategy as bX, type PluginPreloadConfig as bY, type PluginCodeSplitting as bZ, type PluginDynamicImport as b_, GracefulDegradationSchema as ba, PluginUpdateStrategySchema as bb, PluginStateSnapshotSchema as bc, AdvancedPluginLifecycleConfigSchema as bd, type PluginHealthStatus as be, type PluginHealthCheck as bf, type PluginHealthReport as bg, type DistributedStateConfig as bh, type HotReloadConfig as bi, type GracefulDegradation as bj, type PluginUpdateStrategy as bk, type PluginStateSnapshot as bl, type AdvancedPluginLifecycleConfig as bm, EventPhaseSchema as bn, type EventPhase as bo, PluginEventBaseSchema as bp, PluginRegisteredEventSchema as bq, type PluginRegisteredEvent as br, PluginLifecyclePhaseEventSchema as bs, type PluginLifecyclePhaseEvent as bt, PluginErrorEventSchema as bu, type PluginErrorEvent as bv, ServiceRegisteredEventSchema as bw, type ServiceRegisteredEvent as bx, ServiceUnregisteredEventSchema as by, type ServiceUnregisteredEvent as bz, PreviewModeConfigSchema as c, ValidationResultSchema as c$, type PluginDependencyResolution as c0, type PluginHotReload as c1, type PluginCaching as c2, type PluginSandboxing as c3, type PluginPerformanceMonitoring as c4, type PluginLoadingConfig as c5, type PluginLoadingEvent as c6, type PluginLoadingState as c7, DynamicPluginOperationSchema as c8, PluginSourceSchema as c9, KernelSecurityVulnerabilitySchema as cA, KernelSecurityScanResultSchema as cB, KernelSecurityPolicySchema as cC, PluginTrustLevelSchema as cD, PluginSecurityManifestSchema as cE, type PermissionScope as cF, type PermissionAction as cG, type ResourceType as cH, type Permission as cI, type PermissionSet as cJ, type RuntimeConfig as cK, type SandboxConfig as cL, type KernelSecurityVulnerability as cM, type KernelSecurityScanResult as cN, type KernelSecurityPolicy as cO, type PluginTrustLevel as cP, type PluginSecurityManifest as cQ, OpsFilePathSchema as cR, OpsDomainModuleSchema as cS, OpsPluginStructureSchema as cT, type OpsFilePath as cU, type OpsDomainModule as cV, type OpsPluginStructure as cW, ValidationErrorSchema as cX, type ValidationError as cY, ValidationWarningSchema as cZ, type ValidationWarning as c_, ActivationEventSchema as ca, DynamicLoadRequestSchema as cb, DynamicUnloadRequestSchema as cc, DynamicPluginResultSchema as cd, PluginDiscoverySourceSchema as ce, PluginDiscoveryConfigSchema as cf, DynamicLoadingConfigSchema as cg, type DynamicPluginOperation as ch, type PluginSource as ci, type ActivationEvent as cj, type DynamicLoadRequest as ck, type DynamicUnloadRequest as cl, type DynamicPluginResult as cm, type PluginDiscoverySource as cn, type PluginDiscoveryConfig as co, type DynamicLoadingConfig as cp, type DynamicLoadRequestInput as cq, type DynamicUnloadRequestInput as cr, type DynamicLoadingConfigInput as cs, PermissionScopeSchema as ct, PermissionActionSchema as cu, ResourceTypeSchema as cv, PermissionSchema as cw, PermissionSetSchema as cx, RuntimeConfigSchema as cy, SandboxConfigSchema as cz, type PreviewModeConfig as d, type PluginQualityMetricsInput as d$, type ValidationResult as d0, PluginMetadataSchema as d1, type PluginMetadata as d2, SemanticVersionSchema as d3, VersionConstraintSchema as d4, CompatibilityLevelSchema as d5, BreakingChangeSchema as d6, DeprecationNoticeSchema as d7, CompatibilityMatrixEntrySchema as d8, PluginCompatibilityMatrixSchema as d9, ServiceRegistryConfigSchema as dA, type ServiceRegistryConfig as dB, type ServiceRegistryConfigInput as dC, ServiceFactoryRegistrationSchema as dD, type ServiceFactoryRegistration as dE, ScopeConfigSchema as dF, type ScopeConfig as dG, ScopeInfoSchema as dH, type ScopeInfo as dI, StartupOptionsSchema as dJ, type StartupOptions as dK, type StartupOptionsInput as dL, HealthStatusSchema as dM, type HealthStatus as dN, PluginStartupResultSchema as dO, type PluginStartupResult as dP, StartupOrchestrationResultSchema as dQ, type StartupOrchestrationResult as dR, PluginVendorSchema as dS, PluginQualityMetricsSchema as dT, PluginStatisticsSchema as dU, PluginRegistryEntrySchema as dV, PluginSearchFiltersSchema as dW, PluginInstallConfigSchema as dX, type PluginVendor as dY, type PluginVendorInput as dZ, type PluginQualityMetrics as d_, DependencyConflictSchema as da, DependencyResolutionResultSchema as db, MultiVersionSupportSchema as dc, PluginVersionMetadataSchema as dd, type SemanticVersion as de, type VersionConstraint as df, type CompatibilityLevel as dg, type BreakingChange as dh, type DeprecationNotice as di, type CompatibilityMatrixEntry as dj, type PluginCompatibilityMatrix as dk, type DependencyConflict as dl, type DependencyResolutionResult as dm, type MultiVersionSupport as dn, type PluginVersionMetadata as dp, PluginContextSchema as dq, type PluginContextData as dr, PluginLifecycleSchema as ds, type PluginLifecycleHooks as dt, CORE_PLUGIN_TYPES as du, PluginSchema as dv, type PluginDefinition as dw, ServiceScopeType as dx, ServiceMetadataSchema as dy, type ServiceMetadata as dz, type KernelContext as e, type PluginStatistics as e0, type PluginStatisticsInput as e1, type PluginRegistryEntry as e2, type PluginRegistryEntryInput as e3, type PluginSearchFilters as e4, type PluginSearchFiltersInput as e5, type PluginInstallConfig as e6, type PluginInstallConfigInput as e7, VulnerabilitySeverity as e8, SecurityVulnerabilitySchema as e9, type SecurityVulnerability as ea, SecurityScanResultSchema as eb, type SecurityScanResult as ec, SecurityPolicySchema as ed, type SecurityPolicy as ee, PackageDependencySchema as ef, type PackageDependency as eg, DependencyGraphNodeSchema as eh, type DependencyGraphNode as ei, DependencyGraphSchema as ej, type DependencyGraph as ek, PackageDependencyConflictSchema as el, type PackageDependencyConflict as em, PackageDependencyResolutionResultSchema as en, type PackageDependencyResolutionResult as eo, SBOMEntrySchema as ep, type SBOMEntry as eq, SBOMSchema as er, type SBOM as es, PluginProvenanceSchema as et, type PluginProvenance as eu, PluginTrustScoreSchema as ev, type PluginTrustScore as ew, PluginSecurityProtocol as ex, ExecutionContextSchema as ey, type ExecutionContext as ez, type DevServiceOverride as f, DevFixtureConfigSchema as g, type DevFixtureConfig as h, index as i, DevToolsConfigSchema as j, type DevToolsConfig as k, DevPluginPreset as l, DevPluginConfigSchema as m, type DevPluginConfig as n, type DevPluginConfigInput as o, EVENT_PRIORITY_VALUES as p, EventMetadataSchema as q, EventTypeDefinitionSchema as r, type EventTypeDefinition as s, EventSchema as t, type Event as u, EventHandlerSchema as v, type EventHandler as w, EventRouteSchema as x, type EventRoute as y, EventPersistenceSchema as z };
|
|
7053
|
+
export { type EventReplayConfig as $, DevPluginPreset as A, DevPluginConfigSchema as B, CLICommandContributionSchema as C, DevServiceOverrideSchema as D, type DevPluginConfig as E, type DevPluginConfigInput as F, EventPriority as G, EVENT_PRIORITY_VALUES as H, EventMetadataSchema as I, EventTypeDefinitionSchema as J, KernelContextSchema as K, type EventTypeDefinition as L, EventSchema as M, type Event as N, OclifPluginConfigSchema as O, type PluginContext as P, EventHandlerSchema as Q, RuntimeMode as R, type EventHandler as S, EventRouteSchema as T, type EventRoute as U, ValidationSeverityEnum as V, EventPersistenceSchema as W, type EventPersistence as X, EventQueueConfigSchema as Y, type EventQueueConfig as Z, EventReplayConfigSchema as _, type CLICommandContribution as a, PluginHealthCheckSchema as a$, EventSourcingConfigSchema as a0, type EventSourcingConfig as a1, DeadLetterQueueEntrySchema as a2, type DeadLetterQueueEntry as a3, EventLogEntrySchema as a4, type EventLogEntry as a5, EventWebhookConfigSchema as a6, type EventWebhookConfig as a7, EventMessageQueueConfigSchema as a8, type EventMessageQueueConfig as a9, type MetadataImportOptions as aA, type MetadataLoadResult as aB, type MetadataSaveResult as aC, type MetadataWatchEvent as aD, type MetadataCollectionInfo as aE, type MetadataLoaderContract as aF, type MetadataManagerConfig as aG, type MetadataFallbackStrategy as aH, CapabilityConformanceLevelSchema as aI, ProtocolVersionSchema as aJ, ProtocolReferenceSchema as aK, ProtocolFeatureSchema as aL, PluginCapabilitySchema as aM, PluginInterfaceSchema as aN, PluginDependencySchema as aO, ExtensionPointSchema as aP, PluginCapabilityManifestSchema as aQ, type CapabilityConformanceLevel as aR, type ProtocolVersion as aS, type ProtocolReference as aT, type ProtocolFeature as aU, type PluginCapability as aV, type PluginInterface as aW, type PluginDependency as aX, type ExtensionPoint as aY, type PluginCapabilityManifest as aZ, PluginHealthStatusSchema as a_, RealTimeNotificationConfigSchema as aa, type RealTimeNotificationConfig as ab, EventBusConfigSchema as ac, type EventBusConfig as ad, FeatureStrategy as ae, FeatureFlagSchema as af, FeatureFlag as ag, type FeatureFlagInput as ah, MetadataFormatSchema as ai, MetadataStatsSchema as aj, MetadataLoadOptionsSchema as ak, MetadataSaveOptionsSchema as al, MetadataExportOptionsSchema as am, MetadataImportOptionsSchema as an, MetadataLoadResultSchema as ao, MetadataSaveResultSchema as ap, MetadataWatchEventSchema as aq, MetadataCollectionInfoSchema as ar, MetadataLoaderContractSchema as as, MetadataFallbackStrategySchema as at, MetadataManagerConfigSchema as au, type MetadataFormat as av, type MetadataStats as aw, type MetadataLoadOptions as ax, type MetadataSaveOptions as ay, type MetadataExportOptions as az, type OclifPluginConfig as b, type PluginLoadingEvent as b$, PluginHealthReportSchema as b0, DistributedStateConfigSchema as b1, HotReloadConfigSchema as b2, GracefulDegradationSchema as b3, PluginUpdateStrategySchema as b4, PluginStateSnapshotSchema as b5, AdvancedPluginLifecycleConfigSchema as b6, type PluginHealthStatus as b7, type PluginHealthCheck as b8, type PluginHealthReport as b9, KernelShutdownEventSchema as bA, type KernelShutdownEvent as bB, PluginLifecycleEventType as bC, PluginLoadingStrategySchema as bD, PluginPreloadConfigSchema as bE, PluginCodeSplittingSchema as bF, PluginDynamicImportSchema as bG, PluginInitializationSchema as bH, PluginDependencyResolutionSchema as bI, PluginHotReloadSchema as bJ, PluginCachingSchema as bK, PluginSandboxingSchema as bL, PluginPerformanceMonitoringSchema as bM, PluginLoadingConfigSchema as bN, PluginLoadingEventSchema as bO, PluginLoadingStateSchema as bP, type PluginLoadingStrategy as bQ, type PluginPreloadConfig as bR, type PluginCodeSplitting as bS, type PluginDynamicImport as bT, type PluginInitialization as bU, type PluginDependencyResolution as bV, type PluginHotReload as bW, type PluginCaching as bX, type PluginSandboxing as bY, type PluginPerformanceMonitoring as bZ, type PluginLoadingConfig as b_, type DistributedStateConfig as ba, type HotReloadConfig as bb, type GracefulDegradation as bc, type PluginUpdateStrategy as bd, type PluginStateSnapshot as be, type AdvancedPluginLifecycleConfig as bf, EventPhaseSchema as bg, type EventPhase as bh, PluginEventBaseSchema as bi, PluginRegisteredEventSchema as bj, type PluginRegisteredEvent as bk, PluginLifecyclePhaseEventSchema as bl, type PluginLifecyclePhaseEvent as bm, PluginErrorEventSchema as bn, type PluginErrorEvent as bo, ServiceRegisteredEventSchema as bp, type ServiceRegisteredEvent as bq, ServiceUnregisteredEventSchema as br, type ServiceUnregisteredEvent as bs, HookRegisteredEventSchema as bt, type HookRegisteredEvent as bu, HookTriggeredEventSchema as bv, type HookTriggeredEvent as bw, KernelEventBaseSchema as bx, KernelReadyEventSchema as by, type KernelReadyEvent as bz, PluginBuildOptionsSchema as c, BreakingChangeSchema as c$, type PluginLoadingState as c0, DynamicPluginOperationSchema as c1, PluginSourceSchema as c2, ActivationEventSchema as c3, DynamicLoadRequestSchema as c4, DynamicUnloadRequestSchema as c5, DynamicPluginResultSchema as c6, PluginDiscoverySourceSchema as c7, PluginDiscoveryConfigSchema as c8, DynamicLoadingConfigSchema as c9, type ResourceType as cA, type Permission as cB, type PermissionSet as cC, type RuntimeConfig as cD, type SandboxConfig as cE, type KernelSecurityVulnerability as cF, type KernelSecurityScanResult as cG, type KernelSecurityPolicy as cH, type PluginTrustLevel as cI, type PluginSecurityManifest as cJ, OpsFilePathSchema as cK, OpsDomainModuleSchema as cL, OpsPluginStructureSchema as cM, type OpsFilePath as cN, type OpsDomainModule as cO, type OpsPluginStructure as cP, ValidationErrorSchema as cQ, type ValidationError as cR, ValidationWarningSchema as cS, type ValidationWarning as cT, ValidationResultSchema as cU, type ValidationResult as cV, PluginMetadataSchema as cW, type PluginMetadata as cX, SemanticVersionSchema as cY, VersionConstraintSchema as cZ, CompatibilityLevelSchema as c_, type DynamicPluginOperation as ca, type PluginSource as cb, type ActivationEvent as cc, type DynamicLoadRequest as cd, type DynamicUnloadRequest as ce, type DynamicPluginResult as cf, type PluginDiscoverySource as cg, type PluginDiscoveryConfig as ch, type DynamicLoadingConfig as ci, type DynamicLoadRequestInput as cj, type DynamicUnloadRequestInput as ck, type DynamicLoadingConfigInput as cl, PermissionScopeSchema as cm, PermissionActionSchema as cn, ResourceTypeSchema as co, PermissionSchema as cp, PermissionSetSchema as cq, RuntimeConfigSchema as cr, SandboxConfigSchema as cs, KernelSecurityVulnerabilitySchema as ct, KernelSecurityScanResultSchema as cu, KernelSecurityPolicySchema as cv, PluginTrustLevelSchema as cw, PluginSecurityManifestSchema as cx, type PermissionScope as cy, type PermissionAction as cz, type PluginBuildOptions as d, type PluginSearchFilters as d$, DeprecationNoticeSchema as d0, CompatibilityMatrixEntrySchema as d1, PluginCompatibilityMatrixSchema as d2, DependencyConflictSchema as d3, PluginDependencyResolutionResultSchema as d4, MultiVersionSupportSchema as d5, PluginVersionMetadataSchema as d6, type SemanticVersion as d7, type VersionConstraint as d8, type CompatibilityLevel as d9, ScopeConfigSchema as dA, type ScopeConfig as dB, ScopeInfoSchema as dC, type ScopeInfo as dD, StartupOptionsSchema as dE, type StartupOptions as dF, type StartupOptionsInput as dG, HealthStatusSchema as dH, type HealthStatus as dI, PluginStartupResultSchema as dJ, type PluginStartupResult as dK, StartupOrchestrationResultSchema as dL, type StartupOrchestrationResult as dM, PluginVendorSchema as dN, PluginQualityMetricsSchema as dO, PluginStatisticsSchema as dP, PluginRegistryEntrySchema as dQ, PluginSearchFiltersSchema as dR, PluginInstallConfigSchema as dS, type PluginVendor as dT, type PluginVendorInput as dU, type PluginQualityMetrics as dV, type PluginQualityMetricsInput as dW, type PluginStatistics as dX, type PluginStatisticsInput as dY, type PluginRegistryEntry as dZ, type PluginRegistryEntryInput as d_, type BreakingChange as da, type DeprecationNotice as db, type CompatibilityMatrixEntry as dc, type PluginCompatibilityMatrix as dd, type DependencyConflict as de, type PluginDependencyResolutionResult as df, type MultiVersionSupport as dg, type PluginVersionMetadata as dh, PluginContextSchema as di, type PluginContextData as dj, UpgradeContextSchema as dk, type UpgradeContext as dl, PluginLifecycleSchema as dm, type PluginLifecycleHooks as dn, CORE_PLUGIN_TYPES as dp, PluginSchema as dq, type PluginDefinition as dr, ServiceScopeType as ds, ServiceMetadataSchema as dt, type ServiceMetadata as du, ServiceRegistryConfigSchema as dv, type ServiceRegistryConfig as dw, type ServiceRegistryConfigInput as dx, ServiceFactoryRegistrationSchema as dy, type ServiceFactoryRegistration as dz, PluginBuildResultSchema as e, type PluginSearchFiltersInput as e0, type PluginInstallConfig as e1, type PluginInstallConfigInput as e2, VulnerabilitySeverity as e3, SecurityVulnerabilitySchema as e4, type SecurityVulnerability as e5, SecurityScanResultSchema as e6, type SecurityScanResult as e7, SecurityPolicySchema as e8, type SecurityPolicy as e9, PackageDependencySchema as ea, type PackageDependency as eb, DependencyGraphNodeSchema as ec, type DependencyGraphNode as ed, DependencyGraphSchema as ee, type DependencyGraph as ef, PackageDependencyConflictSchema as eg, type PackageDependencyConflict as eh, PackageDependencyResolutionResultSchema as ei, type PackageDependencyResolutionResult as ej, SBOMEntrySchema as ek, type SBOMEntry as el, SBOMSchema as em, type SBOM as en, PluginProvenanceSchema as eo, type PluginProvenance as ep, PluginTrustScoreSchema as eq, type PluginTrustScore as er, PluginSecurityProtocol as es, ExecutionContextSchema as et, type ExecutionContext as eu, type PluginBuildResult as f, ValidationFindingSchema as g, type ValidationFinding as h, index as i, PluginValidateOptionsSchema as j, type PluginValidateOptions as k, PluginValidateResultSchema as l, type PluginValidateResult as m, PluginPublishOptionsSchema as n, type PluginPublishOptions as o, PluginPublishResultSchema as p, type PluginPublishResult as q, type ValidationSeverity as r, PreviewModeConfigSchema as s, type PreviewModeConfig as t, type KernelContext as u, type DevServiceOverride as v, DevFixtureConfigSchema as w, type DevFixtureConfig as x, DevToolsConfigSchema as y, type DevToolsConfig as z };
|