@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.
Files changed (1760) hide show
  1. package/dist/api/index.d.mts +3 -2
  2. package/dist/api/index.d.ts +3 -2
  3. package/dist/api/index.js +2027 -51
  4. package/dist/api/index.js.map +1 -1
  5. package/dist/api/index.mjs +1943 -52
  6. package/dist/api/index.mjs.map +1 -1
  7. package/dist/automation/index.d.mts +2 -1
  8. package/dist/automation/index.d.ts +2 -1
  9. package/dist/automation/index.js +408 -4
  10. package/dist/automation/index.js.map +1 -1
  11. package/dist/automation/index.mjs +386 -5
  12. package/dist/automation/index.mjs.map +1 -1
  13. package/dist/cloud/index.d.mts +1 -1
  14. package/dist/cloud/index.d.ts +1 -1
  15. package/dist/cloud/index.js +87 -57
  16. package/dist/cloud/index.js.map +1 -1
  17. package/dist/cloud/index.mjs +86 -58
  18. package/dist/cloud/index.mjs.map +1 -1
  19. package/dist/contracts/index.d.mts +6 -3
  20. package/dist/contracts/index.d.ts +6 -3
  21. package/dist/data/index.d.mts +2 -2
  22. package/dist/data/index.d.ts +2 -2
  23. package/dist/data/index.js +6 -0
  24. package/dist/data/index.js.map +1 -1
  25. package/dist/data/index.mjs +6 -0
  26. package/dist/data/index.mjs.map +1 -1
  27. package/dist/execution.zod-CNIVLUlM.d.mts +753 -0
  28. package/dist/execution.zod-CNIVLUlM.d.ts +753 -0
  29. package/dist/export.zod-JY1n479p.d.mts +868 -0
  30. package/dist/export.zod-JY1n479p.d.ts +868 -0
  31. package/dist/{index-D2Ax_A0R.d.mts → index-BPPEvklW.d.mts} +17177 -6700
  32. package/dist/{index-BROcs0kJ.d.mts → index-Bkf-4Hgd.d.mts} +1 -1
  33. package/dist/{index-Clv7cLYS.d.ts → index-C6lkTV3q.d.ts} +281 -237
  34. package/dist/{index-B1AZWWcE.d.ts → index-CEqhxDGw.d.ts} +625 -1930
  35. package/dist/{index-C7sOJ4RJ.d.mts → index-CsQmxhEF.d.mts} +246 -2
  36. package/dist/{index-C7sOJ4RJ.d.ts → index-CsQmxhEF.d.ts} +246 -2
  37. package/dist/{index-Bh-dF2Ju.d.ts → index-D0K6e9cT.d.ts} +1 -1
  38. package/dist/{index-Ci0RXmHz.d.mts → index-D7IVfhww.d.mts} +625 -1930
  39. package/dist/{index-DYNhHUVz.d.mts → index-DXGnzTsY.d.mts} +484 -4
  40. package/dist/{index-JCZedZdf.d.mts → index-DcxXBkSo.d.mts} +70 -2
  41. package/dist/{index-JCZedZdf.d.ts → index-DcxXBkSo.d.ts} +70 -2
  42. package/dist/{index-BRuf4O2a.d.ts → index-KZbFyT_N.d.ts} +484 -4
  43. package/dist/{index-DIaB52-2.d.mts → index-RL3hxi-b.d.mts} +281 -237
  44. package/dist/{index-CzktECeu.d.ts → index-zkXIOLcm.d.ts} +17177 -6700
  45. package/dist/index.d.mts +142 -10
  46. package/dist/index.d.ts +142 -10
  47. package/dist/index.js +2150 -197
  48. package/dist/index.js.map +1 -1
  49. package/dist/index.mjs +2150 -197
  50. package/dist/index.mjs.map +1 -1
  51. package/dist/kernel/index.d.mts +3 -3
  52. package/dist/kernel/index.d.ts +3 -3
  53. package/dist/kernel/index.js +421 -65
  54. package/dist/kernel/index.js.map +1 -1
  55. package/dist/kernel/index.mjs +402 -66
  56. package/dist/kernel/index.mjs.map +1 -1
  57. package/dist/{package-registry.zod-CO7_ejFC.d.mts → package-registry.zod-DeXhB8jL.d.mts} +149 -1
  58. package/dist/{package-registry.zod-CO7_ejFC.d.ts → package-registry.zod-DeXhB8jL.d.ts} +149 -1
  59. package/dist/package-upgrade.zod-CDgftw9z.d.mts +2686 -0
  60. package/dist/package-upgrade.zod-CDgftw9z.d.ts +2686 -0
  61. package/dist/studio/index.d.mts +1 -1
  62. package/dist/studio/index.d.ts +1 -1
  63. package/dist/studio/index.js +173 -0
  64. package/dist/studio/index.js.map +1 -1
  65. package/dist/studio/index.mjs +164 -1
  66. package/dist/studio/index.mjs.map +1 -1
  67. package/dist/{subscription.zod-DCztHI1t.d.ts → subscription.zod-CJ4JWmNt.d.ts} +5 -0
  68. package/dist/{subscription.zod-DwAnxzbq.d.mts → subscription.zod-D5j365Fg.d.mts} +5 -0
  69. package/dist/ui/index.js +6 -0
  70. package/dist/ui/index.js.map +1 -1
  71. package/dist/ui/index.mjs +6 -0
  72. package/dist/ui/index.mjs.map +1 -1
  73. package/json-schema/ai/AICodeReviewResult.json +2 -2
  74. package/json-schema/ai/AIKnowledge.json +2 -2
  75. package/json-schema/ai/AIModelConfig.json +2 -2
  76. package/json-schema/ai/AIOperationCost.json +2 -2
  77. package/json-schema/ai/AIOpsAgentConfig.json +2 -2
  78. package/json-schema/ai/AIOrchestration.json +2 -2
  79. package/json-schema/ai/AIOrchestrationExecutionResult.json +2 -2
  80. package/json-schema/ai/AIOrchestrationTrigger.json +2 -2
  81. package/json-schema/ai/AITask.json +2 -2
  82. package/json-schema/ai/AITaskType.json +2 -2
  83. package/json-schema/ai/AITool.json +2 -2
  84. package/json-schema/ai/Agent.json +2 -2
  85. package/json-schema/ai/AgentAction.json +2 -2
  86. package/json-schema/ai/AgentActionResult.json +2 -2
  87. package/json-schema/ai/AgentActionSequence.json +2 -2
  88. package/json-schema/ai/AgentActionSequenceResult.json +2 -2
  89. package/json-schema/ai/AgentCommunicationProtocol.json +2 -2
  90. package/json-schema/ai/AgentGroupMember.json +2 -2
  91. package/json-schema/ai/AgentGroupRole.json +2 -2
  92. package/json-schema/ai/AnomalyDetectionConfig.json +2 -2
  93. package/json-schema/ai/AutoScalingPolicy.json +2 -2
  94. package/json-schema/ai/BatchAIOrchestrationExecution.json +2 -2
  95. package/json-schema/ai/BillingPeriod.json +2 -2
  96. package/json-schema/ai/BudgetLimit.json +2 -2
  97. package/json-schema/ai/BudgetStatus.json +2 -2
  98. package/json-schema/ai/BudgetType.json +2 -2
  99. package/json-schema/ai/CICDPipelineConfig.json +2 -2
  100. package/json-schema/ai/ChunkingStrategy.json +2 -2
  101. package/json-schema/ai/CodeContent.json +2 -2
  102. package/json-schema/ai/CodeGenerationConfig.json +2 -2
  103. package/json-schema/ai/CodeGenerationRequest.json +2 -2
  104. package/json-schema/ai/CodeGenerationTarget.json +2 -2
  105. package/json-schema/ai/ComponentActionParams.json +2 -2
  106. package/json-schema/ai/ComponentActionType.json +2 -2
  107. package/json-schema/ai/ComponentAgentAction.json +2 -2
  108. package/json-schema/ai/ConversationAnalytics.json +2 -2
  109. package/json-schema/ai/ConversationContext.json +2 -2
  110. package/json-schema/ai/ConversationMessage.json +2 -2
  111. package/json-schema/ai/ConversationSession.json +2 -2
  112. package/json-schema/ai/ConversationSummary.json +2 -2
  113. package/json-schema/ai/CostAlert.json +2 -2
  114. package/json-schema/ai/CostAlertType.json +2 -2
  115. package/json-schema/ai/CostAnalytics.json +2 -2
  116. package/json-schema/ai/CostBreakdownDimension.json +2 -2
  117. package/json-schema/ai/CostBreakdownEntry.json +2 -2
  118. package/json-schema/ai/CostEntry.json +2 -2
  119. package/json-schema/ai/CostMetricType.json +2 -2
  120. package/json-schema/ai/CostOptimizationRecommendation.json +2 -2
  121. package/json-schema/ai/CostQueryFilters.json +2 -2
  122. package/json-schema/ai/CostReport.json +2 -2
  123. package/json-schema/ai/DataActionParams.json +2 -2
  124. package/json-schema/ai/DataActionType.json +2 -2
  125. package/json-schema/ai/DataAgentAction.json +2 -2
  126. package/json-schema/ai/DeploymentStrategy.json +2 -2
  127. package/json-schema/ai/DevOpsAgent.json +2 -2
  128. package/json-schema/ai/DevOpsTool.json +2 -2
  129. package/json-schema/ai/DevelopmentConfig.json +2 -2
  130. package/json-schema/ai/DocumentChunk.json +2 -2
  131. package/json-schema/ai/DocumentLoaderConfig.json +2 -2
  132. package/json-schema/ai/DocumentMetadata.json +2 -2
  133. package/json-schema/ai/EmbeddingModel.json +2 -2
  134. package/json-schema/ai/Entity.json +2 -2
  135. package/json-schema/ai/EvaluationMetrics.json +2 -2
  136. package/json-schema/ai/FeedbackLoop.json +2 -2
  137. package/json-schema/ai/FieldSynonymConfig.json +2 -2
  138. package/json-schema/ai/FileContent.json +2 -2
  139. package/json-schema/ai/FilterExpression.json +2 -2
  140. package/json-schema/ai/FilterGroup.json +2 -2
  141. package/json-schema/ai/FormActionParams.json +2 -2
  142. package/json-schema/ai/FormActionType.json +2 -2
  143. package/json-schema/ai/FormAgentAction.json +2 -2
  144. package/json-schema/ai/FunctionCall.json +2 -2
  145. package/json-schema/ai/GeneratedCode.json +2 -2
  146. package/json-schema/ai/GitHubIntegration.json +2 -2
  147. package/json-schema/ai/Hyperparameters.json +2 -2
  148. package/json-schema/ai/ImageContent.json +2 -2
  149. package/json-schema/ai/IntegrationConfig.json +2 -2
  150. package/json-schema/ai/IntentActionMapping.json +2 -2
  151. package/json-schema/ai/Issue.json +2 -2
  152. package/json-schema/ai/MCPCapability.json +2 -2
  153. package/json-schema/ai/MCPClientConfig.json +2 -2
  154. package/json-schema/ai/MCPPrompt.json +2 -2
  155. package/json-schema/ai/MCPPromptArgument.json +2 -2
  156. package/json-schema/ai/MCPPromptMessage.json +2 -2
  157. package/json-schema/ai/MCPPromptRequest.json +2 -2
  158. package/json-schema/ai/MCPPromptResponse.json +2 -2
  159. package/json-schema/ai/MCPResource.json +2 -2
  160. package/json-schema/ai/MCPResourceRequest.json +2 -2
  161. package/json-schema/ai/MCPResourceResponse.json +2 -2
  162. package/json-schema/ai/MCPResourceTemplate.json +2 -2
  163. package/json-schema/ai/MCPResourceType.json +2 -2
  164. package/json-schema/ai/MCPRootEntry.json +2 -2
  165. package/json-schema/ai/MCPRootsConfig.json +2 -2
  166. package/json-schema/ai/MCPSamplingConfig.json +2 -2
  167. package/json-schema/ai/MCPServerConfig.json +2 -2
  168. package/json-schema/ai/MCPServerInfo.json +2 -2
  169. package/json-schema/ai/MCPStreamingConfig.json +2 -2
  170. package/json-schema/ai/MCPTool.json +2 -2
  171. package/json-schema/ai/MCPToolApproval.json +2 -2
  172. package/json-schema/ai/MCPToolCallRequest.json +2 -2
  173. package/json-schema/ai/MCPToolCallResponse.json +2 -2
  174. package/json-schema/ai/MCPToolParameter.json +2 -2
  175. package/json-schema/ai/MCPTransportConfig.json +2 -2
  176. package/json-schema/ai/MCPTransportType.json +2 -2
  177. package/json-schema/ai/MessageContent.json +2 -2
  178. package/json-schema/ai/MessageContentType.json +2 -2
  179. package/json-schema/ai/MessagePruningEvent.json +2 -2
  180. package/json-schema/ai/MessageRole.json +2 -2
  181. package/json-schema/ai/MetadataFilter.json +2 -2
  182. package/json-schema/ai/MetadataSource.json +2 -2
  183. package/json-schema/ai/ModelCapability.json +2 -2
  184. package/json-schema/ai/ModelConfig.json +2 -2
  185. package/json-schema/ai/ModelDrift.json +2 -2
  186. package/json-schema/ai/ModelFeature.json +2 -2
  187. package/json-schema/ai/ModelLimits.json +2 -2
  188. package/json-schema/ai/ModelPricing.json +2 -2
  189. package/json-schema/ai/ModelProvider.json +2 -2
  190. package/json-schema/ai/ModelRegistry.json +2 -2
  191. package/json-schema/ai/ModelRegistryEntry.json +2 -2
  192. package/json-schema/ai/ModelSelectionCriteria.json +2 -2
  193. package/json-schema/ai/MonitoringConfig.json +2 -2
  194. package/json-schema/ai/MultiAgentGroup.json +2 -2
  195. package/json-schema/ai/NLQAnalytics.json +2 -2
  196. package/json-schema/ai/NLQFieldMapping.json +2 -2
  197. package/json-schema/ai/NLQModelConfig.json +2 -2
  198. package/json-schema/ai/NLQParseResult.json +2 -2
  199. package/json-schema/ai/NLQRequest.json +2 -2
  200. package/json-schema/ai/NLQResponse.json +2 -2
  201. package/json-schema/ai/NLQTrainingExample.json +2 -2
  202. package/json-schema/ai/NavigationActionParams.json +2 -2
  203. package/json-schema/ai/NavigationActionType.json +2 -2
  204. package/json-schema/ai/NavigationAgentAction.json +2 -2
  205. package/json-schema/ai/PerformanceOptimization.json +2 -2
  206. package/json-schema/ai/PipelineStage.json +2 -2
  207. package/json-schema/ai/PluginCompositionRequest.json +2 -2
  208. package/json-schema/ai/PluginCompositionResult.json +2 -2
  209. package/json-schema/ai/PluginRecommendation.json +2 -2
  210. package/json-schema/ai/PluginRecommendationRequest.json +2 -2
  211. package/json-schema/ai/PluginScaffoldingTemplate.json +2 -2
  212. package/json-schema/ai/PostProcessingAction.json +2 -2
  213. package/json-schema/ai/PredictionRequest.json +2 -2
  214. package/json-schema/ai/PredictionResult.json +2 -2
  215. package/json-schema/ai/PredictiveModel.json +2 -2
  216. package/json-schema/ai/PredictiveModelType.json +2 -2
  217. package/json-schema/ai/PromptTemplate.json +2 -2
  218. package/json-schema/ai/PromptVariable.json +2 -2
  219. package/json-schema/ai/QueryContext.json +2 -2
  220. package/json-schema/ai/QueryIntent.json +2 -2
  221. package/json-schema/ai/QueryTemplate.json +2 -2
  222. package/json-schema/ai/RAGPipelineConfig.json +2 -2
  223. package/json-schema/ai/RAGPipelineStatus.json +2 -2
  224. package/json-schema/ai/RAGQueryRequest.json +2 -2
  225. package/json-schema/ai/RAGQueryResponse.json +2 -2
  226. package/json-schema/ai/RerankingConfig.json +2 -2
  227. package/json-schema/ai/Resolution.json +2 -2
  228. package/json-schema/ai/RetrievalStrategy.json +2 -2
  229. package/json-schema/ai/RootCauseAnalysisRequest.json +2 -2
  230. package/json-schema/ai/RootCauseAnalysisResult.json +2 -2
  231. package/json-schema/ai/SelfHealingAction.json +2 -2
  232. package/json-schema/ai/SelfHealingConfig.json +2 -2
  233. package/json-schema/ai/StructuredOutputConfig.json +2 -2
  234. package/json-schema/ai/StructuredOutputFormat.json +2 -2
  235. package/json-schema/ai/TestingConfig.json +2 -2
  236. package/json-schema/ai/TextContent.json +2 -2
  237. package/json-schema/ai/Timeframe.json +2 -2
  238. package/json-schema/ai/TokenBudgetConfig.json +2 -2
  239. package/json-schema/ai/TokenBudgetStrategy.json +2 -2
  240. package/json-schema/ai/TokenUsage.json +2 -2
  241. package/json-schema/ai/TokenUsageStats.json +2 -2
  242. package/json-schema/ai/ToolCall.json +2 -2
  243. package/json-schema/ai/TrainingConfig.json +2 -2
  244. package/json-schema/ai/TransformPipelineStep.json +2 -2
  245. package/json-schema/ai/TypedAgentAction.json +2 -2
  246. package/json-schema/ai/UIActionType.json +2 -2
  247. package/json-schema/ai/VectorStoreConfig.json +2 -2
  248. package/json-schema/ai/VectorStoreProvider.json +2 -2
  249. package/json-schema/ai/VercelIntegration.json +2 -2
  250. package/json-schema/ai/VersionManagement.json +2 -2
  251. package/json-schema/ai/ViewActionParams.json +2 -2
  252. package/json-schema/ai/ViewActionType.json +2 -2
  253. package/json-schema/ai/ViewAgentAction.json +2 -2
  254. package/json-schema/ai/WorkflowActionParams.json +2 -2
  255. package/json-schema/ai/WorkflowActionType.json +2 -2
  256. package/json-schema/ai/WorkflowAgentAction.json +2 -2
  257. package/json-schema/ai/WorkflowFieldCondition.json +2 -2
  258. package/json-schema/ai/WorkflowSchedule.json +2 -2
  259. package/json-schema/api/AckMessage.json +2 -2
  260. package/json-schema/api/AddReactionRequest.json +2 -2
  261. package/json-schema/api/AddReactionResponse.json +2 -2
  262. package/json-schema/api/AiChatRequest.json +2 -2
  263. package/json-schema/api/AiChatResponse.json +2 -2
  264. package/json-schema/api/AiInsightsRequest.json +2 -2
  265. package/json-schema/api/AiInsightsResponse.json +2 -2
  266. package/json-schema/api/AiNlqRequest.json +2 -2
  267. package/json-schema/api/AiNlqResponse.json +2 -2
  268. package/json-schema/api/AiSuggestRequest.json +2 -2
  269. package/json-schema/api/AiSuggestResponse.json +2 -2
  270. package/json-schema/api/AnalyticsEndpoint.json +2 -2
  271. package/json-schema/api/AnalyticsMetadataResponse.json +2 -2
  272. package/json-schema/api/AnalyticsQueryRequest.json +2 -2
  273. package/json-schema/api/AnalyticsResultResponse.json +2 -2
  274. package/json-schema/api/AnalyticsSqlResponse.json +2 -2
  275. package/json-schema/api/ApiChangelogEntry.json +2 -2
  276. package/json-schema/api/ApiDiscoveryQuery.json +2 -2
  277. package/json-schema/api/ApiDiscoveryResponse.json +2 -2
  278. package/json-schema/api/ApiDocumentationConfig.json +2 -2
  279. package/json-schema/api/ApiEndpoint.json +2 -2
  280. package/json-schema/api/ApiEndpointRegistration.json +2 -2
  281. package/json-schema/api/ApiError.json +2 -2
  282. package/json-schema/api/ApiMapping.json +2 -2
  283. package/json-schema/api/ApiMetadata.json +2 -2
  284. package/json-schema/api/ApiParameter.json +2 -2
  285. package/json-schema/api/ApiProtocolType.json +2 -2
  286. package/json-schema/api/ApiRegistry.json +2 -2
  287. package/json-schema/api/ApiRegistryEntry.json +2 -2
  288. package/json-schema/api/ApiResponse.json +2 -2
  289. package/json-schema/api/ApiRoutes.json +2 -2
  290. package/json-schema/api/ApiTestCollection.json +2 -2
  291. package/json-schema/api/ApiTestRequest.json +2 -2
  292. package/json-schema/api/ApiTestingUiConfig.json +2 -2
  293. package/json-schema/api/ApiTestingUiType.json +2 -2
  294. package/json-schema/api/AppDefinitionResponse.json +2 -2
  295. package/json-schema/api/AuthEndpoint.json +2 -2
  296. package/json-schema/api/AuthProvider.json +2 -2
  297. package/json-schema/api/AutomationApiErrorCode.json +17 -0
  298. package/json-schema/api/AutomationFlowPathParams.json +16 -0
  299. package/json-schema/api/AutomationRunPathParams.json +21 -0
  300. package/json-schema/api/AutomationTriggerRequest.json +2 -2
  301. package/json-schema/api/AutomationTriggerResponse.json +2 -2
  302. package/json-schema/api/BasePresence.json +2 -2
  303. package/json-schema/api/BaseResponse.json +2 -2
  304. package/json-schema/api/BatchConfig.json +2 -2
  305. package/json-schema/api/BatchDataRequest.json +2 -2
  306. package/json-schema/api/BatchDataResponse.json +2 -2
  307. package/json-schema/api/BatchEndpointsConfig.json +2 -2
  308. package/json-schema/api/BatchLoadingStrategy.json +2 -2
  309. package/json-schema/api/BatchOperationResult.json +2 -2
  310. package/json-schema/api/BatchOperationType.json +2 -2
  311. package/json-schema/api/BatchOptions.json +2 -2
  312. package/json-schema/api/BatchRecord.json +2 -2
  313. package/json-schema/api/BatchUpdateRequest.json +2 -2
  314. package/json-schema/api/BatchUpdateResponse.json +2 -2
  315. package/json-schema/api/BulkRequest.json +2 -2
  316. package/json-schema/api/BulkResponse.json +2 -2
  317. package/json-schema/api/CacheControl.json +2 -2
  318. package/json-schema/api/CacheDirective.json +2 -2
  319. package/json-schema/api/CacheInvalidationRequest.json +2 -2
  320. package/json-schema/api/CacheInvalidationResponse.json +2 -2
  321. package/json-schema/api/CacheInvalidationTarget.json +2 -2
  322. package/json-schema/api/Callback.json +2 -2
  323. package/json-schema/api/ChangelogEntry.json +104 -0
  324. package/json-schema/api/CheckPermissionRequest.json +2 -2
  325. package/json-schema/api/CheckPermissionResponse.json +2 -2
  326. package/json-schema/api/CodeGenerationTemplate.json +2 -2
  327. package/json-schema/api/CompleteChunkedUploadRequest.json +42 -0
  328. package/json-schema/api/CompleteChunkedUploadResponse.json +107 -0
  329. package/json-schema/api/CompleteUploadRequest.json +2 -2
  330. package/json-schema/api/ConceptListResponse.json +2 -2
  331. package/json-schema/api/ConflictResolutionStrategy.json +2 -2
  332. package/json-schema/api/CreateDataRequest.json +2 -2
  333. package/json-schema/api/CreateDataResponse.json +2 -2
  334. package/json-schema/api/CreateExportJobRequest.json +93 -0
  335. package/json-schema/api/CreateExportJobResponse.json +108 -0
  336. package/json-schema/api/CreateFeedItemRequest.json +2 -2
  337. package/json-schema/api/CreateFeedItemResponse.json +30 -2
  338. package/json-schema/api/CreateFlowRequest.json +486 -0
  339. package/json-schema/api/CreateFlowResponse.json +553 -0
  340. package/json-schema/api/CreateManyDataRequest.json +2 -2
  341. package/json-schema/api/CreateManyDataResponse.json +2 -2
  342. package/json-schema/api/CreateRequest.json +2 -2
  343. package/json-schema/api/CrudEndpointPattern.json +2 -2
  344. package/json-schema/api/CrudEndpointsConfig.json +2 -2
  345. package/json-schema/api/CrudOperation.json +2 -2
  346. package/json-schema/api/CursorMessage.json +2 -2
  347. package/json-schema/api/CursorPosition.json +2 -2
  348. package/json-schema/api/DataLoaderConfig.json +2 -2
  349. package/json-schema/api/DeduplicationStrategy.json +12 -0
  350. package/json-schema/api/DeleteDataRequest.json +2 -2
  351. package/json-schema/api/DeleteDataResponse.json +2 -2
  352. package/json-schema/api/DeleteFeedItemRequest.json +2 -2
  353. package/json-schema/api/DeleteFeedItemResponse.json +2 -2
  354. package/json-schema/api/DeleteFlowRequest.json +16 -0
  355. package/json-schema/api/DeleteFlowResponse.json +87 -0
  356. package/json-schema/api/DeleteManyDataRequest.json +2 -2
  357. package/json-schema/api/DeleteManyDataResponse.json +2 -2
  358. package/json-schema/api/DeleteManyRequest.json +2 -2
  359. package/json-schema/api/DeleteResponse.json +2 -2
  360. package/json-schema/api/DeleteViewRequest.json +2 -2
  361. package/json-schema/api/DeleteViewResponse.json +2 -2
  362. package/json-schema/api/DisablePackageRequest.json +5 -3
  363. package/json-schema/api/DisablePackageResponse.json +83 -4
  364. package/json-schema/api/Discovery.json +90 -2
  365. package/json-schema/api/DispatcherConfig.json +2 -2
  366. package/json-schema/api/DispatcherRoute.json +2 -2
  367. package/json-schema/api/DocumentState.json +2 -2
  368. package/json-schema/api/ETag.json +2 -2
  369. package/json-schema/api/EditMessage.json +2 -2
  370. package/json-schema/api/EditOperation.json +2 -2
  371. package/json-schema/api/EditOperationType.json +2 -2
  372. package/json-schema/api/EnablePackageRequest.json +5 -3
  373. package/json-schema/api/EnablePackageResponse.json +83 -4
  374. package/json-schema/api/EndpointRegistry.json +2 -2
  375. package/json-schema/api/EnhancedApiError.json +2 -2
  376. package/json-schema/api/ErrorCategory.json +2 -2
  377. package/json-schema/api/ErrorHandlingConfig.json +2 -2
  378. package/json-schema/api/ErrorMessage.json +2 -2
  379. package/json-schema/api/ErrorResponse.json +2 -2
  380. package/json-schema/api/EventFilter.json +2 -2
  381. package/json-schema/api/EventFilterCondition.json +2 -2
  382. package/json-schema/api/EventMessage.json +2 -2
  383. package/json-schema/api/EventPattern.json +2 -2
  384. package/json-schema/api/EventSubscription.json +2 -2
  385. package/json-schema/api/ExportFormat.json +13 -0
  386. package/json-schema/api/ExportImportTemplate.json +123 -0
  387. package/json-schema/api/ExportJobProgress.json +174 -0
  388. package/json-schema/api/ExportJobStatus.json +14 -0
  389. package/json-schema/api/ExportJobSummary.json +75 -0
  390. package/json-schema/api/ExportRequest.json +2 -2
  391. package/json-schema/api/FederationEntity.json +2 -2
  392. package/json-schema/api/FederationEntityKey.json +2 -2
  393. package/json-schema/api/FederationExternalField.json +2 -2
  394. package/json-schema/api/FederationGateway.json +2 -2
  395. package/json-schema/api/FederationProvides.json +2 -2
  396. package/json-schema/api/FederationRequires.json +2 -2
  397. package/json-schema/api/FeedApiErrorCode.json +8 -3
  398. package/json-schema/api/FeedItemPathParams.json +2 -2
  399. package/json-schema/api/FeedListFilterType.json +2 -2
  400. package/json-schema/api/FeedPathParams.json +2 -2
  401. package/json-schema/api/FeedUnsubscribeRequest.json +2 -2
  402. package/json-schema/api/FieldError.json +2 -2
  403. package/json-schema/api/FieldMappingEntry.json +48 -0
  404. package/json-schema/api/FileTypeValidation.json +48 -0
  405. package/json-schema/api/FileUploadResponse.json +2 -2
  406. package/json-schema/api/FilterOperator.json +2 -2
  407. package/json-schema/api/FindDataRequest.json +2 -2
  408. package/json-schema/api/FindDataResponse.json +6 -2
  409. package/json-schema/api/FlowSummary.json +55 -0
  410. package/json-schema/api/GeneratedApiDocumentation.json +2 -2
  411. package/json-schema/api/GeneratedEndpoint.json +2 -2
  412. package/json-schema/api/GetAnalyticsMetaRequest.json +2 -2
  413. package/json-schema/api/GetChangelogRequest.json +53 -0
  414. package/json-schema/api/GetChangelogResponse.json +198 -0
  415. package/json-schema/api/GetDataRequest.json +2 -2
  416. package/json-schema/api/GetDataResponse.json +2 -2
  417. package/json-schema/api/GetDiscoveryRequest.json +2 -2
  418. package/json-schema/api/GetDiscoveryResponse.json +81 -2
  419. package/json-schema/api/GetEffectivePermissionsRequest.json +2 -2
  420. package/json-schema/api/GetEffectivePermissionsResponse.json +2 -2
  421. package/json-schema/api/GetExportJobDownloadRequest.json +16 -0
  422. package/json-schema/api/GetExportJobDownloadResponse.json +122 -0
  423. package/json-schema/api/GetFeedRequest.json +2 -2
  424. package/json-schema/api/GetFeedResponse.json +30 -2
  425. package/json-schema/api/GetFieldLabelsRequest.json +2 -2
  426. package/json-schema/api/GetFieldLabelsResponse.json +2 -2
  427. package/json-schema/api/GetFlowRequest.json +16 -0
  428. package/json-schema/api/GetFlowResponse.json +553 -0
  429. package/json-schema/api/GetInstalledPackageRequest.json +16 -0
  430. package/json-schema/api/GetInstalledPackageResponse.json +1992 -0
  431. package/json-schema/api/GetLocalesRequest.json +2 -2
  432. package/json-schema/api/GetLocalesResponse.json +2 -2
  433. package/json-schema/api/GetMetaItemCachedRequest.json +2 -2
  434. package/json-schema/api/GetMetaItemCachedResponse.json +2 -2
  435. package/json-schema/api/GetMetaItemRequest.json +2 -2
  436. package/json-schema/api/GetMetaItemResponse.json +2 -2
  437. package/json-schema/api/GetMetaItemsRequest.json +2 -2
  438. package/json-schema/api/GetMetaItemsResponse.json +2 -2
  439. package/json-schema/api/GetMetaTypesRequest.json +2 -2
  440. package/json-schema/api/GetMetaTypesResponse.json +2 -2
  441. package/json-schema/api/GetNotificationPreferencesRequest.json +2 -2
  442. package/json-schema/api/GetNotificationPreferencesResponse.json +2 -2
  443. package/json-schema/api/GetObjectPermissionsRequest.json +2 -2
  444. package/json-schema/api/GetObjectPermissionsResponse.json +2 -2
  445. package/json-schema/api/GetPackageRequest.json +5 -3
  446. package/json-schema/api/GetPackageResponse.json +82 -4
  447. package/json-schema/api/GetPresenceRequest.json +2 -2
  448. package/json-schema/api/GetPresenceResponse.json +2 -2
  449. package/json-schema/api/GetPresignedUrlRequest.json +2 -2
  450. package/json-schema/api/GetRunRequest.json +21 -0
  451. package/json-schema/api/GetRunResponse.json +284 -0
  452. package/json-schema/api/GetTranslationsRequest.json +2 -2
  453. package/json-schema/api/GetTranslationsResponse.json +2 -2
  454. package/json-schema/api/GetUiViewRequest.json +2 -2
  455. package/json-schema/api/GetViewRequest.json +2 -2
  456. package/json-schema/api/GetWorkflowConfigRequest.json +2 -2
  457. package/json-schema/api/GetWorkflowConfigResponse.json +2 -2
  458. package/json-schema/api/GetWorkflowStateRequest.json +2 -2
  459. package/json-schema/api/GetWorkflowStateResponse.json +2 -2
  460. package/json-schema/api/GraphQLConfig.json +2 -2
  461. package/json-schema/api/GraphQLDataLoaderConfig.json +2 -2
  462. package/json-schema/api/GraphQLDirectiveConfig.json +2 -2
  463. package/json-schema/api/GraphQLDirectiveLocation.json +2 -2
  464. package/json-schema/api/GraphQLMutationConfig.json +2 -2
  465. package/json-schema/api/GraphQLPersistedQuery.json +2 -2
  466. package/json-schema/api/GraphQLQueryAdapter.json +2 -2
  467. package/json-schema/api/GraphQLQueryComplexity.json +2 -2
  468. package/json-schema/api/GraphQLQueryConfig.json +2 -2
  469. package/json-schema/api/GraphQLQueryDepthLimit.json +2 -2
  470. package/json-schema/api/GraphQLRateLimit.json +2 -2
  471. package/json-schema/api/GraphQLResolverConfig.json +2 -2
  472. package/json-schema/api/GraphQLScalarType.json +2 -2
  473. package/json-schema/api/GraphQLSubscriptionConfig.json +2 -2
  474. package/json-schema/api/GraphQLTypeConfig.json +2 -2
  475. package/json-schema/api/HttpMethod.json +2 -2
  476. package/json-schema/api/HttpStatusCode.json +2 -2
  477. package/json-schema/api/IdRequest.json +2 -2
  478. package/json-schema/api/ImportValidationConfig.json +77 -0
  479. package/json-schema/api/ImportValidationMode.json +11 -0
  480. package/json-schema/api/ImportValidationResult.json +150 -0
  481. package/json-schema/api/InitiateChunkedUploadRequest.json +56 -0
  482. package/json-schema/api/InitiateChunkedUploadResponse.json +113 -0
  483. package/json-schema/api/InstallPackageRequest.json +26 -3
  484. package/json-schema/api/InstallPackageResponse.json +196 -4
  485. package/json-schema/api/ListExportJobsRequest.json +39 -0
  486. package/json-schema/api/ListExportJobsResponse.json +163 -0
  487. package/json-schema/api/ListFlowsRequest.json +44 -0
  488. package/json-schema/api/ListFlowsResponse.json +149 -0
  489. package/json-schema/api/ListInstalledPackagesRequest.json +40 -0
  490. package/json-schema/api/ListInstalledPackagesResponse.json +2020 -0
  491. package/json-schema/api/ListNotificationsRequest.json +2 -2
  492. package/json-schema/api/ListNotificationsResponse.json +2 -2
  493. package/json-schema/api/ListPackagesRequest.json +7 -4
  494. package/json-schema/api/ListPackagesResponse.json +86 -6
  495. package/json-schema/api/ListRecordResponse.json +2 -2
  496. package/json-schema/api/ListRunsRequest.json +42 -0
  497. package/json-schema/api/ListRunsResponse.json +311 -0
  498. package/json-schema/api/ListViewsRequest.json +2 -2
  499. package/json-schema/api/LoginRequest.json +2 -2
  500. package/json-schema/api/LoginType.json +2 -2
  501. package/json-schema/api/MarkAllNotificationsReadRequest.json +2 -2
  502. package/json-schema/api/MarkAllNotificationsReadResponse.json +2 -2
  503. package/json-schema/api/MarkNotificationsReadRequest.json +2 -2
  504. package/json-schema/api/MarkNotificationsReadResponse.json +2 -2
  505. package/json-schema/api/MetadataBulkRegisterRequest.json +2 -2
  506. package/json-schema/api/MetadataBulkResponse.json +2 -2
  507. package/json-schema/api/MetadataBulkUnregisterRequest.json +2 -2
  508. package/json-schema/api/MetadataCacheRequest.json +2 -2
  509. package/json-schema/api/MetadataCacheResponse.json +2 -2
  510. package/json-schema/api/MetadataDeleteResponse.json +2 -2
  511. package/json-schema/api/MetadataDependenciesResponse.json +2 -2
  512. package/json-schema/api/MetadataDependentsResponse.json +2 -2
  513. package/json-schema/api/MetadataEffectiveResponse.json +2 -2
  514. package/json-schema/api/MetadataEndpointsConfig.json +2 -2
  515. package/json-schema/api/MetadataExistsResponse.json +2 -2
  516. package/json-schema/api/MetadataExportRequest.json +2 -2
  517. package/json-schema/api/MetadataExportResponse.json +2 -2
  518. package/json-schema/api/MetadataImportRequest.json +2 -2
  519. package/json-schema/api/MetadataImportResponse.json +2 -2
  520. package/json-schema/api/MetadataItemResponse.json +2 -2
  521. package/json-schema/api/MetadataListResponse.json +2 -2
  522. package/json-schema/api/MetadataNamesResponse.json +2 -2
  523. package/json-schema/api/MetadataOverlayResponse.json +2 -2
  524. package/json-schema/api/MetadataOverlaySaveRequest.json +2 -2
  525. package/json-schema/api/MetadataQueryRequest.json +2 -2
  526. package/json-schema/api/MetadataQueryResponse.json +2 -2
  527. package/json-schema/api/MetadataRegisterRequest.json +2 -2
  528. package/json-schema/api/MetadataTypeInfoResponse.json +2 -2
  529. package/json-schema/api/MetadataTypesResponse.json +2 -2
  530. package/json-schema/api/MetadataValidateRequest.json +2 -2
  531. package/json-schema/api/MetadataValidateResponse.json +2 -2
  532. package/json-schema/api/ModificationResult.json +2 -2
  533. package/json-schema/api/Notification.json +2 -2
  534. package/json-schema/api/NotificationPreferences.json +2 -2
  535. package/json-schema/api/ODataConfig.json +2 -2
  536. package/json-schema/api/ODataError.json +2 -2
  537. package/json-schema/api/ODataFilterFunction.json +2 -2
  538. package/json-schema/api/ODataFilterOperator.json +2 -2
  539. package/json-schema/api/ODataMetadata.json +2 -2
  540. package/json-schema/api/ODataQuery.json +2 -2
  541. package/json-schema/api/ODataQueryAdapter.json +2 -2
  542. package/json-schema/api/ODataResponse.json +2 -2
  543. package/json-schema/api/ObjectDefinitionResponse.json +2 -2
  544. package/json-schema/api/ObjectQLReference.json +2 -2
  545. package/json-schema/api/OpenApi31Extensions.json +2 -2
  546. package/json-schema/api/OpenApiGenerationConfig.json +2 -2
  547. package/json-schema/api/OpenApiSecurityScheme.json +2 -2
  548. package/json-schema/api/OpenApiServer.json +2 -2
  549. package/json-schema/api/OpenApiSpec.json +2 -2
  550. package/json-schema/api/OperatorMapping.json +2 -2
  551. package/json-schema/api/PackageApiErrorCode.json +21 -0
  552. package/json-schema/api/PackageInstallRequest.json +1877 -0
  553. package/json-schema/api/PackageInstallResponse.json +2155 -0
  554. package/json-schema/api/PackagePathParams.json +16 -0
  555. package/json-schema/api/PackageRollbackRequest.json +28 -0
  556. package/json-schema/api/PackageRollbackResponse.json +91 -0
  557. package/json-schema/api/PackageUpgradeRequest.json +1851 -0
  558. package/json-schema/api/PackageUpgradeResponse.json +269 -0
  559. package/json-schema/api/PinFeedItemRequest.json +26 -0
  560. package/json-schema/api/PinFeedItemResponse.json +94 -0
  561. package/json-schema/api/PingMessage.json +2 -2
  562. package/json-schema/api/PongMessage.json +2 -2
  563. package/json-schema/api/PresenceMessage.json +2 -2
  564. package/json-schema/api/PresenceState.json +2 -2
  565. package/json-schema/api/PresenceStatus.json +2 -2
  566. package/json-schema/api/PresenceUpdate.json +2 -2
  567. package/json-schema/api/PresignedUrlResponse.json +2 -2
  568. package/json-schema/api/QueryAdapterConfig.json +2 -2
  569. package/json-schema/api/QueryAdapterTarget.json +2 -2
  570. package/json-schema/api/QueryOptimizationConfig.json +2 -2
  571. package/json-schema/api/RealtimeConfig.json +2 -2
  572. package/json-schema/api/RealtimeConnectRequest.json +2 -2
  573. package/json-schema/api/RealtimeConnectResponse.json +2 -2
  574. package/json-schema/api/RealtimeDisconnectRequest.json +2 -2
  575. package/json-schema/api/RealtimeDisconnectResponse.json +2 -2
  576. package/json-schema/api/RealtimeEvent.json +2 -2
  577. package/json-schema/api/RealtimeEventType.json +2 -2
  578. package/json-schema/api/RealtimePresence.json +2 -2
  579. package/json-schema/api/RealtimeRecordAction.json +2 -2
  580. package/json-schema/api/RealtimeSubscribeRequest.json +2 -2
  581. package/json-schema/api/RealtimeSubscribeResponse.json +2 -2
  582. package/json-schema/api/RealtimeUnsubscribeRequest.json +2 -2
  583. package/json-schema/api/RealtimeUnsubscribeResponse.json +2 -2
  584. package/json-schema/api/RecordData.json +2 -2
  585. package/json-schema/api/RefreshTokenRequest.json +2 -2
  586. package/json-schema/api/RegisterDeviceRequest.json +2 -2
  587. package/json-schema/api/RegisterDeviceResponse.json +2 -2
  588. package/json-schema/api/RegisterRequest.json +2 -2
  589. package/json-schema/api/RemoveReactionRequest.json +2 -2
  590. package/json-schema/api/RemoveReactionResponse.json +2 -2
  591. package/json-schema/api/RequestValidationConfig.json +2 -2
  592. package/json-schema/api/ResolveDependenciesRequest.json +1818 -0
  593. package/json-schema/api/ResolveDependenciesResponse.json +183 -0
  594. package/json-schema/api/ResponseEnvelopeConfig.json +2 -2
  595. package/json-schema/api/RestApiConfig.json +2 -2
  596. package/json-schema/api/RestApiEndpoint.json +2 -2
  597. package/json-schema/api/RestApiPluginConfig.json +2 -2
  598. package/json-schema/api/RestApiRouteCategory.json +2 -2
  599. package/json-schema/api/RestApiRouteRegistration.json +2 -2
  600. package/json-schema/api/RestQueryAdapter.json +2 -2
  601. package/json-schema/api/RestServerConfig.json +2 -2
  602. package/json-schema/api/RetryStrategy.json +2 -2
  603. package/json-schema/api/RouteCategory.json +2 -2
  604. package/json-schema/api/RouteDefinition.json +2 -2
  605. package/json-schema/api/RouteGenerationConfig.json +2 -2
  606. package/json-schema/api/RouterConfig.json +2 -2
  607. package/json-schema/api/SaveMetaItemRequest.json +2 -2
  608. package/json-schema/api/SaveMetaItemResponse.json +2 -2
  609. package/json-schema/api/ScheduleExportRequest.json +114 -0
  610. package/json-schema/api/ScheduleExportResponse.json +105 -0
  611. package/json-schema/api/ScheduledExport.json +146 -0
  612. package/json-schema/api/SchemaDefinition.json +2 -2
  613. package/json-schema/api/SearchFeedRequest.json +77 -0
  614. package/json-schema/api/SearchFeedResponse.json +372 -0
  615. package/json-schema/api/ServiceInfo.json +37 -2
  616. package/json-schema/api/Session.json +2 -2
  617. package/json-schema/api/SessionResponse.json +2 -2
  618. package/json-schema/api/SessionUser.json +2 -2
  619. package/json-schema/api/SetPresenceRequest.json +2 -2
  620. package/json-schema/api/SetPresenceResponse.json +2 -2
  621. package/json-schema/api/SimpleCursorPosition.json +2 -2
  622. package/json-schema/api/SimplePresenceState.json +2 -2
  623. package/json-schema/api/SingleRecordResponse.json +2 -2
  624. package/json-schema/api/StandardErrorCode.json +2 -2
  625. package/json-schema/api/StarFeedItemRequest.json +26 -0
  626. package/json-schema/api/StarFeedItemResponse.json +94 -0
  627. package/json-schema/api/SubgraphConfig.json +2 -2
  628. package/json-schema/api/SubscribeMessage.json +2 -2
  629. package/json-schema/api/SubscribeRequest.json +2 -2
  630. package/json-schema/api/SubscribeResponse.json +2 -2
  631. package/json-schema/api/Subscription.json +2 -2
  632. package/json-schema/api/SubscriptionEvent.json +2 -2
  633. package/json-schema/api/ToggleFlowRequest.json +21 -0
  634. package/json-schema/api/ToggleFlowResponse.json +87 -0
  635. package/json-schema/api/TransportProtocol.json +2 -2
  636. package/json-schema/api/TriggerFlowRequest.json +44 -0
  637. package/json-schema/api/TriggerFlowResponse.json +93 -0
  638. package/json-schema/api/UninstallPackageApiRequest.json +16 -0
  639. package/json-schema/api/UninstallPackageApiResponse.json +92 -0
  640. package/json-schema/api/UninstallPackageRequest.json +5 -3
  641. package/json-schema/api/UninstallPackageResponse.json +8 -4
  642. package/json-schema/api/UnpinFeedItemRequest.json +26 -0
  643. package/json-schema/api/UnpinFeedItemResponse.json +87 -0
  644. package/json-schema/api/UnregisterDeviceRequest.json +2 -2
  645. package/json-schema/api/UnregisterDeviceResponse.json +2 -2
  646. package/json-schema/api/UnstarFeedItemRequest.json +26 -0
  647. package/json-schema/api/UnstarFeedItemResponse.json +87 -0
  648. package/json-schema/api/UnsubscribeMessage.json +2 -2
  649. package/json-schema/api/UnsubscribeRequest.json +2 -2
  650. package/json-schema/api/UnsubscribeResponse.json +2 -2
  651. package/json-schema/api/UpdateDataRequest.json +2 -2
  652. package/json-schema/api/UpdateDataResponse.json +2 -2
  653. package/json-schema/api/UpdateFeedItemRequest.json +2 -2
  654. package/json-schema/api/UpdateFeedItemResponse.json +30 -2
  655. package/json-schema/api/UpdateFlowRequest.json +489 -0
  656. package/json-schema/api/UpdateFlowResponse.json +553 -0
  657. package/json-schema/api/UpdateManyDataRequest.json +2 -2
  658. package/json-schema/api/UpdateManyDataResponse.json +2 -2
  659. package/json-schema/api/UpdateManyRequest.json +2 -2
  660. package/json-schema/api/UpdateNotificationPreferencesRequest.json +2 -2
  661. package/json-schema/api/UpdateNotificationPreferencesResponse.json +2 -2
  662. package/json-schema/api/UpdateRequest.json +2 -2
  663. package/json-schema/api/UploadArtifactRequest.json +223 -0
  664. package/json-schema/api/UploadArtifactResponse.json +136 -0
  665. package/json-schema/api/UploadChunkRequest.json +28 -0
  666. package/json-schema/api/UploadChunkResponse.json +96 -0
  667. package/json-schema/api/UploadProgress.json +153 -0
  668. package/json-schema/api/UserProfileResponse.json +2 -2
  669. package/json-schema/api/ValidationMode.json +2 -2
  670. package/json-schema/api/VersionDefinition.json +2 -2
  671. package/json-schema/api/VersionNegotiationResponse.json +2 -2
  672. package/json-schema/api/VersionStatus.json +2 -2
  673. package/json-schema/api/VersioningConfig.json +2 -2
  674. package/json-schema/api/VersioningStrategy.json +2 -2
  675. package/json-schema/api/WebSocketConfig.json +2 -2
  676. package/json-schema/api/WebSocketEvent.json +2 -2
  677. package/json-schema/api/WebSocketMessage.json +2 -2
  678. package/json-schema/api/WebSocketMessageType.json +2 -2
  679. package/json-schema/api/WebSocketPresenceStatus.json +2 -2
  680. package/json-schema/api/WebSocketServerConfig.json +2 -2
  681. package/json-schema/api/WebhookConfig.json +2 -2
  682. package/json-schema/api/WebhookEvent.json +2 -2
  683. package/json-schema/api/WellKnownCapabilities.json +47 -0
  684. package/json-schema/api/WorkflowApproveRequest.json +2 -2
  685. package/json-schema/api/WorkflowApproveResponse.json +2 -2
  686. package/json-schema/api/WorkflowRejectRequest.json +2 -2
  687. package/json-schema/api/WorkflowRejectResponse.json +2 -2
  688. package/json-schema/api/WorkflowState.json +2 -2
  689. package/json-schema/api/WorkflowTransitionRequest.json +2 -2
  690. package/json-schema/api/WorkflowTransitionResponse.json +2 -2
  691. package/json-schema/automation/ActionRef.json +2 -2
  692. package/json-schema/automation/ApprovalAction.json +2 -2
  693. package/json-schema/automation/ApprovalActionType.json +2 -2
  694. package/json-schema/automation/ApprovalProcess.json +2 -2
  695. package/json-schema/automation/ApprovalStep.json +2 -2
  696. package/json-schema/automation/ApproverType.json +2 -2
  697. package/json-schema/automation/AuthField.json +2 -2
  698. package/json-schema/automation/Authentication.json +2 -2
  699. package/json-schema/automation/AuthenticationType.json +2 -2
  700. package/json-schema/automation/BpmnDiagnostic.json +35 -0
  701. package/json-schema/automation/BpmnElementMapping.json +32 -0
  702. package/json-schema/automation/BpmnExportOptions.json +79 -0
  703. package/json-schema/automation/BpmnImportOptions.json +79 -0
  704. package/json-schema/automation/BpmnInteropResult.json +71 -0
  705. package/json-schema/automation/BpmnUnmappedStrategy.json +13 -0
  706. package/json-schema/automation/BpmnVersion.json +11 -0
  707. package/json-schema/automation/Checkpoint.json +75 -0
  708. package/json-schema/automation/ConcurrencyPolicy.json +47 -0
  709. package/json-schema/automation/ConflictResolution.json +2 -2
  710. package/json-schema/automation/Connector.json +2 -2
  711. package/json-schema/automation/ConnectorActionRef.json +2 -2
  712. package/json-schema/automation/ConnectorCategory.json +2 -2
  713. package/json-schema/automation/ConnectorInstance.json +2 -2
  714. package/json-schema/automation/ConnectorOperation.json +2 -2
  715. package/json-schema/automation/ConnectorTrigger.json +2 -2
  716. package/json-schema/automation/CustomScriptAction.json +2 -2
  717. package/json-schema/automation/DataDestinationConfig.json +2 -2
  718. package/json-schema/automation/DataSourceConfig.json +2 -2
  719. package/json-schema/automation/DataSyncConfig.json +2 -2
  720. package/json-schema/automation/ETLDestination.json +2 -2
  721. package/json-schema/automation/ETLEndpointType.json +2 -2
  722. package/json-schema/automation/ETLPipeline.json +2 -2
  723. package/json-schema/automation/ETLPipelineRun.json +2 -2
  724. package/json-schema/automation/ETLRunStatus.json +2 -2
  725. package/json-schema/automation/ETLSource.json +2 -2
  726. package/json-schema/automation/ETLSyncMode.json +2 -2
  727. package/json-schema/automation/ETLTransformation.json +2 -2
  728. package/json-schema/automation/ETLTransformationType.json +2 -2
  729. package/json-schema/automation/EmailAlertAction.json +2 -2
  730. package/json-schema/automation/Event.json +2 -2
  731. package/json-schema/automation/ExecutionError.json +76 -0
  732. package/json-schema/automation/ExecutionErrorSeverity.json +11 -0
  733. package/json-schema/automation/ExecutionLog.json +217 -0
  734. package/json-schema/automation/ExecutionStatus.json +16 -0
  735. package/json-schema/automation/ExecutionStepLog.json +99 -0
  736. package/json-schema/automation/FieldUpdateAction.json +2 -2
  737. package/json-schema/automation/Flow.json +200 -7
  738. package/json-schema/automation/FlowEdge.json +12 -5
  739. package/json-schema/automation/FlowNode.json +168 -3
  740. package/json-schema/automation/FlowNodeAction.json +6 -3
  741. package/json-schema/automation/FlowVariable.json +2 -2
  742. package/json-schema/automation/FlowVersionHistory.json +523 -0
  743. package/json-schema/automation/GuardRef.json +2 -2
  744. package/json-schema/automation/HttpCallAction.json +2 -2
  745. package/json-schema/automation/NodeExecutorDescriptor.json +62 -0
  746. package/json-schema/automation/OAuth2Config.json +2 -2
  747. package/json-schema/automation/OperationParameter.json +2 -2
  748. package/json-schema/automation/OperationType.json +2 -2
  749. package/json-schema/automation/PushNotificationAction.json +2 -2
  750. package/json-schema/automation/ScheduleState.json +125 -0
  751. package/json-schema/automation/StateMachine.json +2 -2
  752. package/json-schema/automation/StateNode.json +2 -2
  753. package/json-schema/automation/SyncDirection.json +2 -2
  754. package/json-schema/automation/SyncExecutionResult.json +2 -2
  755. package/json-schema/automation/SyncExecutionStatus.json +2 -2
  756. package/json-schema/automation/SyncMode.json +2 -2
  757. package/json-schema/automation/TaskCreationAction.json +2 -2
  758. package/json-schema/automation/TimeTrigger.json +2 -2
  759. package/json-schema/automation/Transition.json +2 -2
  760. package/json-schema/automation/WaitEventType.json +14 -0
  761. package/json-schema/automation/WaitExecutorConfig.json +67 -0
  762. package/json-schema/automation/WaitResumePayload.json +70 -0
  763. package/json-schema/automation/WaitTimeoutBehavior.json +12 -0
  764. package/json-schema/automation/Webhook.json +2 -2
  765. package/json-schema/automation/WebhookReceiver.json +2 -2
  766. package/json-schema/automation/WebhookTriggerType.json +2 -2
  767. package/json-schema/automation/WorkflowAction.json +2 -2
  768. package/json-schema/automation/WorkflowRule.json +2 -2
  769. package/json-schema/automation/WorkflowTriggerType.json +2 -2
  770. package/json-schema/cloud/AnalyticsTimeRange.json +2 -2
  771. package/json-schema/cloud/AppDiscoveryRequest.json +4 -3
  772. package/json-schema/cloud/AppDiscoveryResponse.json +22 -12
  773. package/json-schema/cloud/AppSubscription.json +2 -2
  774. package/json-schema/cloud/ArtifactDownloadResponse.json +46 -0
  775. package/json-schema/cloud/ArtifactReference.json +48 -0
  776. package/json-schema/cloud/CreateListingRequest.json +2 -2
  777. package/json-schema/cloud/CuratedCollection.json +2 -2
  778. package/json-schema/cloud/FeaturedListing.json +2 -2
  779. package/json-schema/cloud/InstalledAppSummary.json +2 -2
  780. package/json-schema/cloud/ListInstalledAppsRequest.json +2 -2
  781. package/json-schema/cloud/ListInstalledAppsResponse.json +2 -2
  782. package/json-schema/cloud/ListReviewsRequest.json +2 -2
  783. package/json-schema/cloud/ListReviewsResponse.json +2 -2
  784. package/json-schema/cloud/ListingActionRequest.json +2 -2
  785. package/json-schema/cloud/ListingStatus.json +3 -2
  786. package/json-schema/cloud/MarketplaceCategory.json +3 -2
  787. package/json-schema/cloud/MarketplaceHealthMetrics.json +2 -2
  788. package/json-schema/cloud/MarketplaceInstallRequest.json +51 -2
  789. package/json-schema/cloud/MarketplaceInstallResponse.json +8 -3
  790. package/json-schema/cloud/MarketplaceListing.json +69 -5
  791. package/json-schema/cloud/MarketplaceSearchRequest.json +11 -2
  792. package/json-schema/cloud/MarketplaceSearchResponse.json +84 -12
  793. package/json-schema/cloud/PackageSubmission.json +9 -2
  794. package/json-schema/cloud/PolicyAction.json +2 -2
  795. package/json-schema/cloud/PolicyViolationType.json +2 -2
  796. package/json-schema/cloud/PricingModel.json +3 -2
  797. package/json-schema/cloud/Publisher.json +5 -2
  798. package/json-schema/cloud/PublisherProfile.json +4 -3
  799. package/json-schema/cloud/PublisherVerification.json +3 -2
  800. package/json-schema/cloud/PublishingAnalyticsRequest.json +2 -2
  801. package/json-schema/cloud/PublishingAnalyticsResponse.json +2 -2
  802. package/json-schema/cloud/RecommendationReason.json +2 -2
  803. package/json-schema/cloud/RecommendedApp.json +6 -4
  804. package/json-schema/cloud/RejectionReason.json +2 -2
  805. package/json-schema/cloud/ReleaseChannel.json +2 -2
  806. package/json-schema/cloud/ReviewCriterion.json +2 -2
  807. package/json-schema/cloud/ReviewDecision.json +2 -2
  808. package/json-schema/cloud/ReviewModerationStatus.json +2 -2
  809. package/json-schema/cloud/SubmissionReview.json +2 -2
  810. package/json-schema/cloud/SubmitReviewRequest.json +2 -2
  811. package/json-schema/cloud/SubscriptionStatus.json +2 -2
  812. package/json-schema/cloud/TimeSeriesPoint.json +2 -2
  813. package/json-schema/cloud/TrendingListing.json +2 -2
  814. package/json-schema/cloud/UpdateListingRequest.json +2 -2
  815. package/json-schema/cloud/UserReview.json +2 -2
  816. package/json-schema/cloud/VersionRelease.json +2 -2
  817. package/json-schema/data/Address.json +2 -2
  818. package/json-schema/data/AggregationFunction.json +2 -2
  819. package/json-schema/data/AggregationMetricType.json +2 -2
  820. package/json-schema/data/AggregationNode.json +2 -2
  821. package/json-schema/data/AggregationPipeline.json +2 -2
  822. package/json-schema/data/AggregationStage.json +2 -2
  823. package/json-schema/data/AnalyticsQuery.json +2 -2
  824. package/json-schema/data/ApiMethod.json +2 -2
  825. package/json-schema/data/AsyncValidation.json +2 -2
  826. package/json-schema/data/BaseEngineOptions.json +2 -2
  827. package/json-schema/data/CDCConfig.json +2 -2
  828. package/json-schema/data/ComputedFieldCache.json +2 -2
  829. package/json-schema/data/ConditionalValidation.json +2 -2
  830. package/json-schema/data/ConsistencyLevel.json +2 -2
  831. package/json-schema/data/CrossFieldValidation.json +2 -2
  832. package/json-schema/data/Cube.json +2 -2
  833. package/json-schema/data/CubeJoin.json +2 -2
  834. package/json-schema/data/CurrencyConfig.json +2 -2
  835. package/json-schema/data/CurrencyValue.json +2 -2
  836. package/json-schema/data/CustomValidator.json +2 -2
  837. package/json-schema/data/DataEngineAggregateOptions.json +2 -2
  838. package/json-schema/data/DataEngineAggregateRequest.json +2 -2
  839. package/json-schema/data/DataEngineBatchRequest.json +2 -2
  840. package/json-schema/data/DataEngineCountOptions.json +2 -2
  841. package/json-schema/data/DataEngineCountRequest.json +2 -2
  842. package/json-schema/data/DataEngineDeleteOptions.json +2 -2
  843. package/json-schema/data/DataEngineDeleteRequest.json +2 -2
  844. package/json-schema/data/DataEngineExecuteRequest.json +2 -2
  845. package/json-schema/data/DataEngineFilter.json +2 -2
  846. package/json-schema/data/DataEngineFindOneRequest.json +2 -2
  847. package/json-schema/data/DataEngineFindRequest.json +2 -2
  848. package/json-schema/data/DataEngineInsertOptions.json +2 -2
  849. package/json-schema/data/DataEngineInsertRequest.json +2 -2
  850. package/json-schema/data/DataEngineQueryOptions.json +2 -2
  851. package/json-schema/data/DataEngineRequest.json +2 -2
  852. package/json-schema/data/DataEngineSort.json +2 -2
  853. package/json-schema/data/DataEngineUpdateOptions.json +2 -2
  854. package/json-schema/data/DataEngineUpdateRequest.json +2 -2
  855. package/json-schema/data/DataEngineVectorFindRequest.json +2 -2
  856. package/json-schema/data/DataQualityRules.json +2 -2
  857. package/json-schema/data/DataTypeMapping.json +2 -2
  858. package/json-schema/data/Dataset.json +2 -2
  859. package/json-schema/data/DatasetMode.json +2 -2
  860. package/json-schema/data/Datasource.json +2 -2
  861. package/json-schema/data/DatasourceCapabilities.json +2 -2
  862. package/json-schema/data/Dimension.json +2 -2
  863. package/json-schema/data/DimensionType.json +2 -2
  864. package/json-schema/data/Document.json +2 -2
  865. package/json-schema/data/DocumentTemplate.json +2 -2
  866. package/json-schema/data/DocumentValidationSchema.json +2 -2
  867. package/json-schema/data/DocumentVersion.json +2 -2
  868. package/json-schema/data/DriverCapabilities.json +2 -2
  869. package/json-schema/data/DriverConfig.json +2 -2
  870. package/json-schema/data/DriverDefinition.json +2 -2
  871. package/json-schema/data/DriverOptions.json +2 -2
  872. package/json-schema/data/DriverType.json +2 -2
  873. package/json-schema/data/ESignatureConfig.json +2 -2
  874. package/json-schema/data/EqualityOperator.json +2 -2
  875. package/json-schema/data/ExternalDataSource.json +2 -2
  876. package/json-schema/data/ExternalFieldMapping.json +2 -2
  877. package/json-schema/data/ExternalLookup.json +2 -2
  878. package/json-schema/data/FeedActor.json +2 -2
  879. package/json-schema/data/FeedFilterMode.json +2 -2
  880. package/json-schema/data/FeedItem.json +30 -2
  881. package/json-schema/data/FeedItemType.json +2 -2
  882. package/json-schema/data/FeedVisibility.json +2 -2
  883. package/json-schema/data/Field.json +2 -2
  884. package/json-schema/data/FieldChangeEntry.json +2 -2
  885. package/json-schema/data/FieldMapping.json +2 -2
  886. package/json-schema/data/FieldNode.json +2 -2
  887. package/json-schema/data/FieldReference.json +2 -2
  888. package/json-schema/data/FieldType.json +2 -2
  889. package/json-schema/data/FileAttachmentConfig.json +2 -2
  890. package/json-schema/data/FilterCondition.json +2 -2
  891. package/json-schema/data/FormatValidation.json +2 -2
  892. package/json-schema/data/FullTextSearch.json +2 -2
  893. package/json-schema/data/HookContext.json +2 -2
  894. package/json-schema/data/HookEvent.json +2 -2
  895. package/json-schema/data/Index.json +2 -2
  896. package/json-schema/data/JSONValidation.json +2 -2
  897. package/json-schema/data/JoinNode.json +2 -2
  898. package/json-schema/data/JoinStrategy.json +2 -2
  899. package/json-schema/data/JoinType.json +2 -2
  900. package/json-schema/data/LocationCoordinates.json +2 -2
  901. package/json-schema/data/Mapping.json +2 -2
  902. package/json-schema/data/Mention.json +2 -2
  903. package/json-schema/data/Metric.json +2 -2
  904. package/json-schema/data/NoSQLDataTypeMapping.json +2 -2
  905. package/json-schema/data/NoSQLDatabaseType.json +2 -2
  906. package/json-schema/data/NoSQLDriverConfig.json +2 -2
  907. package/json-schema/data/NoSQLIndex.json +2 -2
  908. package/json-schema/data/NoSQLIndexType.json +2 -2
  909. package/json-schema/data/NoSQLOperationType.json +2 -2
  910. package/json-schema/data/NoSQLQueryOptions.json +2 -2
  911. package/json-schema/data/NoSQLTransactionOptions.json +2 -2
  912. package/json-schema/data/NotificationChannel.json +2 -2
  913. package/json-schema/data/Object.json +2 -2
  914. package/json-schema/data/ObjectCapabilities.json +2 -2
  915. package/json-schema/data/ObjectExtension.json +2 -2
  916. package/json-schema/data/ObjectOwnershipEnum.json +2 -2
  917. package/json-schema/data/PartitioningConfig.json +2 -2
  918. package/json-schema/data/PoolConfig.json +2 -2
  919. package/json-schema/data/Query.json +2 -2
  920. package/json-schema/data/QueryFilter.json +2 -2
  921. package/json-schema/data/Reaction.json +2 -2
  922. package/json-schema/data/RecordSubscription.json +2 -2
  923. package/json-schema/data/ReplicationConfig.json +2 -2
  924. package/json-schema/data/SQLDialect.json +2 -2
  925. package/json-schema/data/SQLDriverConfig.json +2 -2
  926. package/json-schema/data/SSLConfig.json +2 -2
  927. package/json-schema/data/ScriptValidation.json +2 -2
  928. package/json-schema/data/SearchConfig.json +2 -2
  929. package/json-schema/data/SelectOption.json +2 -2
  930. package/json-schema/data/SetOperator.json +2 -2
  931. package/json-schema/data/ShardingConfig.json +2 -2
  932. package/json-schema/data/SoftDeleteConfig.json +2 -2
  933. package/json-schema/data/SortNode.json +2 -2
  934. package/json-schema/data/SpecialOperator.json +2 -2
  935. package/json-schema/data/StateMachineValidation.json +2 -2
  936. package/json-schema/data/StringOperator.json +2 -2
  937. package/json-schema/data/SubscriptionEventType.json +2 -2
  938. package/json-schema/data/TenancyConfig.json +2 -2
  939. package/json-schema/data/TimeUpdateInterval.json +2 -2
  940. package/json-schema/data/TransformType.json +2 -2
  941. package/json-schema/data/UniquenessValidation.json +2 -2
  942. package/json-schema/data/ValidationRule.json +2 -2
  943. package/json-schema/data/VectorConfig.json +2 -2
  944. package/json-schema/data/VersioningConfig.json +2 -2
  945. package/json-schema/data/WindowFunction.json +2 -2
  946. package/json-schema/data/WindowFunctionNode.json +2 -2
  947. package/json-schema/data/WindowSpec.json +2 -2
  948. package/json-schema/identity/Account.json +2 -2
  949. package/json-schema/identity/ApiKey.json +2 -2
  950. package/json-schema/identity/Invitation.json +2 -2
  951. package/json-schema/identity/InvitationStatus.json +2 -2
  952. package/json-schema/identity/Member.json +2 -2
  953. package/json-schema/identity/Organization.json +2 -2
  954. package/json-schema/identity/Role.json +2 -2
  955. package/json-schema/identity/SCIMAddress.json +2 -2
  956. package/json-schema/identity/SCIMBulkOperation.json +2 -2
  957. package/json-schema/identity/SCIMBulkRequest.json +2 -2
  958. package/json-schema/identity/SCIMBulkResponse.json +2 -2
  959. package/json-schema/identity/SCIMBulkResponseOperation.json +2 -2
  960. package/json-schema/identity/SCIMEmail.json +2 -2
  961. package/json-schema/identity/SCIMEnterpriseUser.json +2 -2
  962. package/json-schema/identity/SCIMError.json +2 -2
  963. package/json-schema/identity/SCIMGroup.json +2 -2
  964. package/json-schema/identity/SCIMGroupReference.json +2 -2
  965. package/json-schema/identity/SCIMListResponse.json +2 -2
  966. package/json-schema/identity/SCIMMemberReference.json +2 -2
  967. package/json-schema/identity/SCIMMeta.json +2 -2
  968. package/json-schema/identity/SCIMName.json +2 -2
  969. package/json-schema/identity/SCIMPatchOperation.json +2 -2
  970. package/json-schema/identity/SCIMPatchRequest.json +2 -2
  971. package/json-schema/identity/SCIMPhoneNumber.json +2 -2
  972. package/json-schema/identity/SCIMUser.json +2 -2
  973. package/json-schema/identity/Session.json +2 -2
  974. package/json-schema/identity/User.json +2 -2
  975. package/json-schema/identity/VerificationToken.json +2 -2
  976. package/json-schema/integration/AckMode.json +2 -2
  977. package/json-schema/integration/ApiVersionConfig.json +2 -2
  978. package/json-schema/integration/BuildConfig.json +2 -2
  979. package/json-schema/integration/CdcConfig.json +2 -2
  980. package/json-schema/integration/CircuitBreakerConfig.json +2 -2
  981. package/json-schema/integration/ConflictResolution.json +2 -2
  982. package/json-schema/integration/Connector.json +2 -2
  983. package/json-schema/integration/ConnectorAction.json +2 -2
  984. package/json-schema/integration/ConnectorHealth.json +2 -2
  985. package/json-schema/integration/ConnectorStatus.json +2 -2
  986. package/json-schema/integration/ConnectorTrigger.json +2 -2
  987. package/json-schema/integration/ConnectorType.json +2 -2
  988. package/json-schema/integration/ConsumerConfig.json +2 -2
  989. package/json-schema/integration/DataSyncConfig.json +2 -2
  990. package/json-schema/integration/DatabaseConnector.json +2 -2
  991. package/json-schema/integration/DatabasePoolConfig.json +2 -2
  992. package/json-schema/integration/DatabaseProvider.json +2 -2
  993. package/json-schema/integration/DatabaseTable.json +2 -2
  994. package/json-schema/integration/DeliveryGuarantee.json +2 -2
  995. package/json-schema/integration/DeploymentConfig.json +2 -2
  996. package/json-schema/integration/DlqConfig.json +2 -2
  997. package/json-schema/integration/DomainConfig.json +2 -2
  998. package/json-schema/integration/EdgeFunctionConfig.json +2 -2
  999. package/json-schema/integration/EnvironmentVariables.json +2 -2
  1000. package/json-schema/integration/ErrorCategory.json +2 -2
  1001. package/json-schema/integration/ErrorMappingConfig.json +2 -2
  1002. package/json-schema/integration/ErrorMappingRule.json +2 -2
  1003. package/json-schema/integration/FieldMapping.json +2 -2
  1004. package/json-schema/integration/FileAccessPattern.json +2 -2
  1005. package/json-schema/integration/FileFilterConfig.json +2 -2
  1006. package/json-schema/integration/FileMetadataConfig.json +2 -2
  1007. package/json-schema/integration/FileStorageConnector.json +2 -2
  1008. package/json-schema/integration/FileStorageProvider.json +2 -2
  1009. package/json-schema/integration/FileVersioningConfig.json +2 -2
  1010. package/json-schema/integration/GitHubActionsWorkflow.json +2 -2
  1011. package/json-schema/integration/GitHubCommitConfig.json +2 -2
  1012. package/json-schema/integration/GitHubConnector.json +2 -2
  1013. package/json-schema/integration/GitHubIssueTracking.json +2 -2
  1014. package/json-schema/integration/GitHubProvider.json +2 -2
  1015. package/json-schema/integration/GitHubPullRequestConfig.json +2 -2
  1016. package/json-schema/integration/GitHubReleaseConfig.json +2 -2
  1017. package/json-schema/integration/GitHubRepository.json +2 -2
  1018. package/json-schema/integration/GitRepositoryConfig.json +2 -2
  1019. package/json-schema/integration/HealthCheckConfig.json +2 -2
  1020. package/json-schema/integration/MessageFormat.json +2 -2
  1021. package/json-schema/integration/MessageQueueConnector.json +2 -2
  1022. package/json-schema/integration/MessageQueueProvider.json +2 -2
  1023. package/json-schema/integration/MultipartUploadConfig.json +2 -2
  1024. package/json-schema/integration/ProducerConfig.json +2 -2
  1025. package/json-schema/integration/RateLimitConfig.json +2 -2
  1026. package/json-schema/integration/RateLimitStrategy.json +2 -2
  1027. package/json-schema/integration/RetryConfig.json +2 -2
  1028. package/json-schema/integration/RetryStrategy.json +2 -2
  1029. package/json-schema/integration/SaasConnector.json +2 -2
  1030. package/json-schema/integration/SaasObjectType.json +2 -2
  1031. package/json-schema/integration/SaasProvider.json +2 -2
  1032. package/json-schema/integration/SslConfig.json +2 -2
  1033. package/json-schema/integration/StorageBucket.json +2 -2
  1034. package/json-schema/integration/SyncStrategy.json +2 -2
  1035. package/json-schema/integration/TopicQueue.json +2 -2
  1036. package/json-schema/integration/VercelConnector.json +2 -2
  1037. package/json-schema/integration/VercelFramework.json +2 -2
  1038. package/json-schema/integration/VercelMonitoring.json +2 -2
  1039. package/json-schema/integration/VercelProject.json +2 -2
  1040. package/json-schema/integration/VercelProvider.json +2 -2
  1041. package/json-schema/integration/VercelTeam.json +2 -2
  1042. package/json-schema/integration/WebhookConfig.json +2 -2
  1043. package/json-schema/integration/WebhookEvent.json +2 -2
  1044. package/json-schema/integration/WebhookSignatureAlgorithm.json +2 -2
  1045. package/json-schema/kernel/ActivationEvent.json +2 -2
  1046. package/json-schema/kernel/AdvancedPluginLifecycleConfig.json +2 -2
  1047. package/json-schema/kernel/ArtifactChecksum.json +35 -0
  1048. package/json-schema/kernel/ArtifactFileEntry.json +45 -0
  1049. package/json-schema/kernel/ArtifactSignature.json +44 -0
  1050. package/json-schema/kernel/BreakingChange.json +2 -2
  1051. package/json-schema/kernel/CLICommandContribution.json +2 -2
  1052. package/json-schema/kernel/CapabilityConformanceLevel.json +2 -2
  1053. package/json-schema/kernel/CompatibilityLevel.json +2 -2
  1054. package/json-schema/kernel/CompatibilityMatrixEntry.json +2 -2
  1055. package/json-schema/kernel/CustomizationOrigin.json +2 -2
  1056. package/json-schema/kernel/CustomizationPolicy.json +2 -2
  1057. package/json-schema/kernel/DeadLetterQueueEntry.json +2 -2
  1058. package/json-schema/kernel/DependencyConflict.json +2 -2
  1059. package/json-schema/kernel/DependencyGraph.json +2 -2
  1060. package/json-schema/kernel/DependencyGraphNode.json +2 -2
  1061. package/json-schema/kernel/DependencyResolutionResult.json +64 -112
  1062. package/json-schema/kernel/DependencyStatusEnum.json +13 -0
  1063. package/json-schema/kernel/DeprecationNotice.json +2 -2
  1064. package/json-schema/kernel/DevFixtureConfig.json +2 -2
  1065. package/json-schema/kernel/DevPluginConfig.json +2 -2
  1066. package/json-schema/kernel/DevPluginPreset.json +2 -2
  1067. package/json-schema/kernel/DevServiceOverride.json +2 -2
  1068. package/json-schema/kernel/DevToolsConfig.json +2 -2
  1069. package/json-schema/kernel/DisablePackageRequest.json +5 -3
  1070. package/json-schema/kernel/DisablePackageResponse.json +83 -4
  1071. package/json-schema/kernel/DistributedStateConfig.json +2 -2
  1072. package/json-schema/kernel/DynamicLoadRequest.json +2 -2
  1073. package/json-schema/kernel/DynamicLoadingConfig.json +2 -2
  1074. package/json-schema/kernel/DynamicPluginOperation.json +2 -2
  1075. package/json-schema/kernel/DynamicPluginResult.json +2 -2
  1076. package/json-schema/kernel/DynamicUnloadRequest.json +2 -2
  1077. package/json-schema/kernel/EnablePackageRequest.json +5 -3
  1078. package/json-schema/kernel/EnablePackageResponse.json +83 -4
  1079. package/json-schema/kernel/Event.json +2 -2
  1080. package/json-schema/kernel/EventBusConfig.json +2 -2
  1081. package/json-schema/kernel/EventHandler.json +2 -2
  1082. package/json-schema/kernel/EventLogEntry.json +2 -2
  1083. package/json-schema/kernel/EventMessageQueueConfig.json +2 -2
  1084. package/json-schema/kernel/EventMetadata.json +2 -2
  1085. package/json-schema/kernel/EventPersistence.json +2 -2
  1086. package/json-schema/kernel/EventPhase.json +2 -2
  1087. package/json-schema/kernel/EventPriority.json +2 -2
  1088. package/json-schema/kernel/EventQueueConfig.json +2 -2
  1089. package/json-schema/kernel/EventReplayConfig.json +2 -2
  1090. package/json-schema/kernel/EventRoute.json +2 -2
  1091. package/json-schema/kernel/EventSourcingConfig.json +2 -2
  1092. package/json-schema/kernel/EventTypeDefinition.json +2 -2
  1093. package/json-schema/kernel/EventWebhookConfig.json +2 -2
  1094. package/json-schema/kernel/ExecutionContext.json +2 -2
  1095. package/json-schema/kernel/ExtensionPoint.json +2 -2
  1096. package/json-schema/kernel/FeatureFlag.json +2 -2
  1097. package/json-schema/kernel/FeatureStrategy.json +2 -2
  1098. package/json-schema/kernel/FieldChange.json +2 -2
  1099. package/json-schema/kernel/GetPackageRequest.json +5 -3
  1100. package/json-schema/kernel/GetPackageResponse.json +82 -4
  1101. package/json-schema/kernel/GracefulDegradation.json +2 -2
  1102. package/json-schema/kernel/HealthStatus.json +2 -2
  1103. package/json-schema/kernel/HookRegisteredEvent.json +2 -2
  1104. package/json-schema/kernel/HookTriggeredEvent.json +2 -2
  1105. package/json-schema/kernel/HotReloadConfig.json +2 -2
  1106. package/json-schema/kernel/InstallPackageRequest.json +26 -3
  1107. package/json-schema/kernel/InstallPackageResponse.json +196 -4
  1108. package/json-schema/kernel/InstalledPackage.json +80 -3
  1109. package/json-schema/kernel/KernelContext.json +2 -2
  1110. package/json-schema/kernel/KernelEventBase.json +2 -2
  1111. package/json-schema/kernel/KernelReadyEvent.json +2 -2
  1112. package/json-schema/kernel/KernelSecurityPolicy.json +2 -2
  1113. package/json-schema/kernel/KernelSecurityScanResult.json +2 -2
  1114. package/json-schema/kernel/KernelSecurityVulnerability.json +2 -2
  1115. package/json-schema/kernel/KernelShutdownEvent.json +2 -2
  1116. package/json-schema/kernel/ListPackagesRequest.json +7 -4
  1117. package/json-schema/kernel/ListPackagesResponse.json +86 -6
  1118. package/json-schema/kernel/Manifest.json +17 -2
  1119. package/json-schema/kernel/MergeConflict.json +2 -2
  1120. package/json-schema/kernel/MergeResult.json +2 -2
  1121. package/json-schema/kernel/MergeStrategyConfig.json +2 -2
  1122. package/json-schema/kernel/MetadataBulkRegisterRequest.json +2 -2
  1123. package/json-schema/kernel/MetadataBulkResult.json +2 -2
  1124. package/json-schema/kernel/MetadataCategoryEnum.json +24 -0
  1125. package/json-schema/kernel/MetadataChangeType.json +3 -2
  1126. package/json-schema/kernel/MetadataCollectionInfo.json +2 -2
  1127. package/json-schema/kernel/MetadataDependency.json +2 -2
  1128. package/json-schema/kernel/MetadataDiffItem.json +5 -3
  1129. package/json-schema/kernel/MetadataEvent.json +2 -2
  1130. package/json-schema/kernel/MetadataExportOptions.json +2 -2
  1131. package/json-schema/kernel/MetadataFallbackStrategy.json +2 -2
  1132. package/json-schema/kernel/MetadataFormat.json +2 -2
  1133. package/json-schema/kernel/MetadataImportOptions.json +2 -2
  1134. package/json-schema/kernel/MetadataLoadOptions.json +2 -2
  1135. package/json-schema/kernel/MetadataLoadResult.json +2 -2
  1136. package/json-schema/kernel/MetadataLoaderContract.json +2 -2
  1137. package/json-schema/kernel/MetadataManagerConfig.json +2 -2
  1138. package/json-schema/kernel/MetadataOverlay.json +2 -2
  1139. package/json-schema/kernel/MetadataPluginConfig.json +2 -2
  1140. package/json-schema/kernel/MetadataPluginManifest.json +2 -2
  1141. package/json-schema/kernel/MetadataQuery.json +2 -2
  1142. package/json-schema/kernel/MetadataQueryResult.json +2 -2
  1143. package/json-schema/kernel/MetadataSaveOptions.json +2 -2
  1144. package/json-schema/kernel/MetadataSaveResult.json +2 -2
  1145. package/json-schema/kernel/MetadataStats.json +2 -2
  1146. package/json-schema/kernel/MetadataType.json +2 -2
  1147. package/json-schema/kernel/MetadataTypeRegistryEntry.json +2 -2
  1148. package/json-schema/kernel/MetadataValidationResult.json +2 -2
  1149. package/json-schema/kernel/MetadataWatchEvent.json +2 -2
  1150. package/json-schema/kernel/MultiVersionSupport.json +2 -2
  1151. package/json-schema/kernel/NamespaceConflictError.json +37 -0
  1152. package/json-schema/kernel/NamespaceRegistryEntry.json +39 -0
  1153. package/json-schema/kernel/OclifPluginConfig.json +2 -2
  1154. package/json-schema/kernel/OpsDomainModule.json +2 -2
  1155. package/json-schema/kernel/OpsFilePath.json +2 -2
  1156. package/json-schema/kernel/OpsPluginStructure.json +2 -2
  1157. package/json-schema/kernel/PackageArtifact.json +200 -0
  1158. package/json-schema/kernel/PackageDependency.json +2 -2
  1159. package/json-schema/kernel/PackageDependencyConflict.json +2 -2
  1160. package/json-schema/kernel/PackageDependencyResolutionResult.json +2 -2
  1161. package/json-schema/kernel/PackageStatusEnum.json +3 -2
  1162. package/json-schema/kernel/Permission.json +2 -2
  1163. package/json-schema/kernel/PermissionAction.json +2 -2
  1164. package/json-schema/kernel/PermissionScope.json +2 -2
  1165. package/json-schema/kernel/PermissionSet.json +2 -2
  1166. package/json-schema/kernel/PluginBuildOptions.json +73 -0
  1167. package/json-schema/kernel/PluginBuildResult.json +245 -0
  1168. package/json-schema/kernel/PluginCaching.json +2 -2
  1169. package/json-schema/kernel/PluginCapability.json +2 -2
  1170. package/json-schema/kernel/PluginCapabilityManifest.json +2 -2
  1171. package/json-schema/kernel/PluginCodeSplitting.json +2 -2
  1172. package/json-schema/kernel/PluginCompatibilityMatrix.json +2 -2
  1173. package/json-schema/kernel/PluginDependency.json +2 -2
  1174. package/json-schema/kernel/PluginDependencyResolution.json +2 -2
  1175. package/json-schema/kernel/PluginDependencyResolutionResult.json +164 -0
  1176. package/json-schema/kernel/PluginDiscoveryConfig.json +2 -2
  1177. package/json-schema/kernel/PluginDiscoverySource.json +2 -2
  1178. package/json-schema/kernel/PluginDynamicImport.json +2 -2
  1179. package/json-schema/kernel/PluginErrorEvent.json +2 -2
  1180. package/json-schema/kernel/PluginEventBase.json +2 -2
  1181. package/json-schema/kernel/PluginHealthCheck.json +2 -2
  1182. package/json-schema/kernel/PluginHealthReport.json +2 -2
  1183. package/json-schema/kernel/PluginHealthStatus.json +2 -2
  1184. package/json-schema/kernel/PluginHotReload.json +2 -2
  1185. package/json-schema/kernel/PluginInitialization.json +2 -2
  1186. package/json-schema/kernel/PluginInstallConfig.json +2 -2
  1187. package/json-schema/kernel/PluginInterface.json +2 -2
  1188. package/json-schema/kernel/PluginLifecycleEventType.json +2 -2
  1189. package/json-schema/kernel/PluginLifecyclePhaseEvent.json +2 -2
  1190. package/json-schema/kernel/PluginLoadingConfig.json +2 -2
  1191. package/json-schema/kernel/PluginLoadingEvent.json +2 -2
  1192. package/json-schema/kernel/PluginLoadingState.json +2 -2
  1193. package/json-schema/kernel/PluginLoadingStrategy.json +2 -2
  1194. package/json-schema/kernel/PluginMetadata.json +2 -2
  1195. package/json-schema/kernel/PluginPerformanceMonitoring.json +2 -2
  1196. package/json-schema/kernel/PluginPreloadConfig.json +2 -2
  1197. package/json-schema/kernel/PluginProvenance.json +2 -2
  1198. package/json-schema/kernel/PluginPublishOptions.json +59 -0
  1199. package/json-schema/kernel/PluginPublishResult.json +46 -0
  1200. package/json-schema/kernel/PluginQualityMetrics.json +2 -2
  1201. package/json-schema/kernel/PluginRegisteredEvent.json +2 -2
  1202. package/json-schema/kernel/PluginRegistryEntry.json +2 -2
  1203. package/json-schema/kernel/PluginSandboxing.json +2 -2
  1204. package/json-schema/kernel/PluginSearchFilters.json +2 -2
  1205. package/json-schema/kernel/PluginSecurityManifest.json +2 -2
  1206. package/json-schema/kernel/PluginSource.json +2 -2
  1207. package/json-schema/kernel/PluginStartupResult.json +2 -2
  1208. package/json-schema/kernel/PluginStateSnapshot.json +2 -2
  1209. package/json-schema/kernel/PluginStatistics.json +2 -2
  1210. package/json-schema/kernel/PluginTrustLevel.json +2 -2
  1211. package/json-schema/kernel/PluginTrustScore.json +2 -2
  1212. package/json-schema/kernel/PluginUpdateStrategy.json +2 -2
  1213. package/json-schema/kernel/PluginValidateOptions.json +43 -0
  1214. package/json-schema/kernel/PluginValidateResult.json +416 -0
  1215. package/json-schema/kernel/PluginVendor.json +2 -2
  1216. package/json-schema/kernel/PluginVersionMetadata.json +2 -2
  1217. package/json-schema/kernel/PreviewModeConfig.json +2 -2
  1218. package/json-schema/kernel/ProtocolFeature.json +2 -2
  1219. package/json-schema/kernel/ProtocolReference.json +2 -2
  1220. package/json-schema/kernel/ProtocolVersion.json +2 -2
  1221. package/json-schema/kernel/RealTimeNotificationConfig.json +2 -2
  1222. package/json-schema/kernel/RequiredAction.json +32 -0
  1223. package/json-schema/kernel/ResolvedDependency.json +45 -0
  1224. package/json-schema/kernel/ResourceType.json +2 -2
  1225. package/json-schema/kernel/RollbackPackageRequest.json +3 -2
  1226. package/json-schema/kernel/RollbackPackageResponse.json +6 -3
  1227. package/json-schema/kernel/RuntimeConfig.json +2 -2
  1228. package/json-schema/kernel/RuntimeMode.json +2 -2
  1229. package/json-schema/kernel/SBOM.json +2 -2
  1230. package/json-schema/kernel/SBOMEntry.json +2 -2
  1231. package/json-schema/kernel/SandboxConfig.json +2 -2
  1232. package/json-schema/kernel/ScopeConfig.json +2 -2
  1233. package/json-schema/kernel/ScopeInfo.json +2 -2
  1234. package/json-schema/kernel/SecurityPolicy.json +2 -2
  1235. package/json-schema/kernel/SecurityScanResult.json +2 -2
  1236. package/json-schema/kernel/SecurityVulnerability.json +2 -2
  1237. package/json-schema/kernel/SemanticVersion.json +2 -2
  1238. package/json-schema/kernel/ServiceFactoryRegistration.json +2 -2
  1239. package/json-schema/kernel/ServiceMetadata.json +2 -2
  1240. package/json-schema/kernel/ServiceRegisteredEvent.json +2 -2
  1241. package/json-schema/kernel/ServiceRegistryConfig.json +2 -2
  1242. package/json-schema/kernel/ServiceScopeType.json +2 -2
  1243. package/json-schema/kernel/ServiceUnregisteredEvent.json +2 -2
  1244. package/json-schema/kernel/StartupOptions.json +2 -2
  1245. package/json-schema/kernel/StartupOrchestrationResult.json +2 -2
  1246. package/json-schema/kernel/UninstallPackageRequest.json +5 -3
  1247. package/json-schema/kernel/UninstallPackageResponse.json +8 -4
  1248. package/json-schema/kernel/UpgradeContext.json +35 -0
  1249. package/json-schema/kernel/UpgradeImpactLevel.json +3 -2
  1250. package/json-schema/kernel/UpgradePackageRequest.json +18 -2
  1251. package/json-schema/kernel/UpgradePackageResponse.json +13 -6
  1252. package/json-schema/kernel/UpgradePhase.json +3 -2
  1253. package/json-schema/kernel/UpgradePlan.json +9 -5
  1254. package/json-schema/kernel/UpgradeSnapshot.json +20 -3
  1255. package/json-schema/kernel/ValidationError.json +2 -2
  1256. package/json-schema/kernel/ValidationFinding.json +36 -0
  1257. package/json-schema/kernel/ValidationResult.json +2 -2
  1258. package/json-schema/kernel/ValidationSeverityEnum.json +12 -0
  1259. package/json-schema/kernel/ValidationWarning.json +2 -2
  1260. package/json-schema/kernel/VersionConstraint.json +2 -2
  1261. package/json-schema/kernel/VulnerabilitySeverity.json +2 -2
  1262. package/json-schema/objectstack.json +48338 -21882
  1263. package/json-schema/openapi.json +1 -1
  1264. package/json-schema/qa/TestAction.json +2 -2
  1265. package/json-schema/qa/TestActionType.json +2 -2
  1266. package/json-schema/qa/TestAssertion.json +2 -2
  1267. package/json-schema/qa/TestAssertionType.json +2 -2
  1268. package/json-schema/qa/TestContext.json +2 -2
  1269. package/json-schema/qa/TestScenario.json +2 -2
  1270. package/json-schema/qa/TestStep.json +2 -2
  1271. package/json-schema/qa/TestSuite.json +2 -2
  1272. package/json-schema/security/AuditPolicy.json +2 -2
  1273. package/json-schema/security/CriteriaSharingRule.json +2 -2
  1274. package/json-schema/security/FieldPermission.json +2 -2
  1275. package/json-schema/security/NetworkPolicy.json +2 -2
  1276. package/json-schema/security/OWDModel.json +2 -2
  1277. package/json-schema/security/ObjectPermission.json +2 -2
  1278. package/json-schema/security/OwnerSharingRule.json +2 -2
  1279. package/json-schema/security/PasswordPolicy.json +2 -2
  1280. package/json-schema/security/PermissionSet.json +2 -2
  1281. package/json-schema/security/Policy.json +2 -2
  1282. package/json-schema/security/RLSAuditConfig.json +2 -2
  1283. package/json-schema/security/RLSAuditEvent.json +2 -2
  1284. package/json-schema/security/RLSConfig.json +2 -2
  1285. package/json-schema/security/RLSEvaluationResult.json +2 -2
  1286. package/json-schema/security/RLSOperation.json +2 -2
  1287. package/json-schema/security/RLSUserContext.json +2 -2
  1288. package/json-schema/security/RowLevelSecurityPolicy.json +2 -2
  1289. package/json-schema/security/SessionPolicy.json +2 -2
  1290. package/json-schema/security/ShareRecipientType.json +2 -2
  1291. package/json-schema/security/SharingLevel.json +2 -2
  1292. package/json-schema/security/SharingRule.json +2 -2
  1293. package/json-schema/security/SharingRuleType.json +2 -2
  1294. package/json-schema/security/Territory.json +2 -2
  1295. package/json-schema/security/TerritoryModel.json +2 -2
  1296. package/json-schema/security/TerritoryType.json +2 -2
  1297. package/json-schema/shared/AggregationFunctionEnum.json +2 -2
  1298. package/json-schema/shared/AppName.json +2 -2
  1299. package/json-schema/shared/BaseMetadataRecord.json +2 -2
  1300. package/json-schema/shared/CacheStrategyEnum.json +2 -2
  1301. package/json-schema/shared/CorsConfig.json +2 -2
  1302. package/json-schema/shared/EventName.json +2 -2
  1303. package/json-schema/shared/FieldMapping.json +2 -2
  1304. package/json-schema/shared/FieldName.json +2 -2
  1305. package/json-schema/shared/FlowName.json +2 -2
  1306. package/json-schema/shared/HttpMethod.json +2 -2
  1307. package/json-schema/shared/IsolationLevelEnum.json +2 -2
  1308. package/json-schema/shared/MetadataFormat.json +2 -2
  1309. package/json-schema/shared/MutationEventEnum.json +2 -2
  1310. package/json-schema/shared/ObjectName.json +2 -2
  1311. package/json-schema/shared/RateLimitConfig.json +2 -2
  1312. package/json-schema/shared/RoleName.json +2 -2
  1313. package/json-schema/shared/SnakeCaseIdentifier.json +2 -2
  1314. package/json-schema/shared/SortDirectionEnum.json +2 -2
  1315. package/json-schema/shared/SortItem.json +2 -2
  1316. package/json-schema/shared/StaticMount.json +2 -2
  1317. package/json-schema/shared/SystemIdentifier.json +2 -2
  1318. package/json-schema/shared/TransformType.json +2 -2
  1319. package/json-schema/shared/ViewName.json +2 -2
  1320. package/json-schema/studio/ActionContribution.json +2 -2
  1321. package/json-schema/studio/ActionLocation.json +2 -2
  1322. package/json-schema/studio/ActivationEvent.json +2 -2
  1323. package/json-schema/studio/CanvasSnapSettings.json +2 -2
  1324. package/json-schema/studio/CanvasZoomSettings.json +2 -2
  1325. package/json-schema/studio/CommandContribution.json +2 -2
  1326. package/json-schema/studio/ERDiagramConfig.json +2 -2
  1327. package/json-schema/studio/ERLayoutAlgorithm.json +2 -2
  1328. package/json-schema/studio/ERNodeDisplay.json +2 -2
  1329. package/json-schema/studio/ElementPaletteItem.json +2 -2
  1330. package/json-schema/studio/FieldEditorConfig.json +2 -2
  1331. package/json-schema/studio/FieldGroup.json +2 -2
  1332. package/json-schema/studio/FieldPropertySection.json +2 -2
  1333. package/json-schema/studio/FlowBuilderConfig.json +240 -0
  1334. package/json-schema/studio/FlowCanvasEdge.json +71 -0
  1335. package/json-schema/studio/FlowCanvasEdgeStyle.json +13 -0
  1336. package/json-schema/studio/FlowCanvasNode.json +57 -0
  1337. package/json-schema/studio/FlowLayoutAlgorithm.json +13 -0
  1338. package/json-schema/studio/FlowLayoutDirection.json +13 -0
  1339. package/json-schema/studio/FlowNodeRenderDescriptor.json +88 -0
  1340. package/json-schema/studio/FlowNodeShape.json +17 -0
  1341. package/json-schema/studio/InterfaceBuilderConfig.json +2 -2
  1342. package/json-schema/studio/MetadataIconContribution.json +2 -2
  1343. package/json-schema/studio/MetadataViewerContribution.json +2 -2
  1344. package/json-schema/studio/ObjectDesignerConfig.json +2 -2
  1345. package/json-schema/studio/ObjectDesignerDefaultView.json +2 -2
  1346. package/json-schema/studio/ObjectFilter.json +2 -2
  1347. package/json-schema/studio/ObjectListDisplayMode.json +2 -2
  1348. package/json-schema/studio/ObjectManagerConfig.json +2 -2
  1349. package/json-schema/studio/ObjectPreviewConfig.json +2 -2
  1350. package/json-schema/studio/ObjectPreviewTab.json +2 -2
  1351. package/json-schema/studio/ObjectSortField.json +2 -2
  1352. package/json-schema/studio/PageBuilderConfig.json +2 -2
  1353. package/json-schema/studio/PanelContribution.json +2 -2
  1354. package/json-schema/studio/PanelLocation.json +2 -2
  1355. package/json-schema/studio/RelationshipDisplay.json +2 -2
  1356. package/json-schema/studio/RelationshipMapperConfig.json +2 -2
  1357. package/json-schema/studio/SidebarGroupContribution.json +2 -2
  1358. package/json-schema/studio/StudioPluginContributions.json +2 -2
  1359. package/json-schema/studio/StudioPluginManifest.json +2 -2
  1360. package/json-schema/studio/ViewMode.json +2 -2
  1361. package/json-schema/system/AccessControlConfig.json +2 -2
  1362. package/json-schema/system/AddFieldOperation.json +2 -2
  1363. package/json-schema/system/AnalyzerConfig.json +2 -2
  1364. package/json-schema/system/AuditConfig.json +2 -2
  1365. package/json-schema/system/AuditEvent.json +2 -2
  1366. package/json-schema/system/AuditEventActor.json +2 -2
  1367. package/json-schema/system/AuditEventChange.json +2 -2
  1368. package/json-schema/system/AuditEventFilter.json +2 -2
  1369. package/json-schema/system/AuditEventSeverity.json +2 -2
  1370. package/json-schema/system/AuditEventTarget.json +2 -2
  1371. package/json-schema/system/AuditEventType.json +2 -2
  1372. package/json-schema/system/AuditLogConfig.json +2 -2
  1373. package/json-schema/system/AuditRetentionPolicy.json +2 -2
  1374. package/json-schema/system/AuditStorageConfig.json +2 -2
  1375. package/json-schema/system/AuthConfig.json +2 -2
  1376. package/json-schema/system/AuthPluginConfig.json +2 -2
  1377. package/json-schema/system/AuthProviderConfig.json +2 -2
  1378. package/json-schema/system/AwarenessEvent.json +2 -2
  1379. package/json-schema/system/AwarenessSession.json +2 -2
  1380. package/json-schema/system/AwarenessUpdate.json +2 -2
  1381. package/json-schema/system/AwarenessUserState.json +2 -2
  1382. package/json-schema/system/BackupConfig.json +2 -2
  1383. package/json-schema/system/BackupRetention.json +2 -2
  1384. package/json-schema/system/BackupStrategy.json +2 -2
  1385. package/json-schema/system/BatchProgress.json +2 -2
  1386. package/json-schema/system/BucketConfig.json +2 -2
  1387. package/json-schema/system/CRDTMergeResult.json +2 -2
  1388. package/json-schema/system/CRDTState.json +2 -2
  1389. package/json-schema/system/CRDTType.json +2 -2
  1390. package/json-schema/system/CacheAvalanchePrevention.json +2 -2
  1391. package/json-schema/system/CacheConfig.json +2 -2
  1392. package/json-schema/system/CacheConsistency.json +2 -2
  1393. package/json-schema/system/CacheInvalidation.json +2 -2
  1394. package/json-schema/system/CacheStrategy.json +2 -2
  1395. package/json-schema/system/CacheTier.json +2 -2
  1396. package/json-schema/system/CacheWarmup.json +2 -2
  1397. package/json-schema/system/ChangeImpact.json +2 -2
  1398. package/json-schema/system/ChangePriority.json +2 -2
  1399. package/json-schema/system/ChangeRequest.json +2 -2
  1400. package/json-schema/system/ChangeSet.json +2 -2
  1401. package/json-schema/system/ChangeStatus.json +2 -2
  1402. package/json-schema/system/ChangeType.json +2 -2
  1403. package/json-schema/system/CollaborationMode.json +2 -2
  1404. package/json-schema/system/CollaborationSession.json +2 -2
  1405. package/json-schema/system/CollaborationSessionConfig.json +2 -2
  1406. package/json-schema/system/CollaborativeCursor.json +2 -2
  1407. package/json-schema/system/ComplianceAuditRequirement.json +2 -2
  1408. package/json-schema/system/ComplianceConfig.json +2 -2
  1409. package/json-schema/system/ComplianceEncryptionRequirement.json +2 -2
  1410. package/json-schema/system/ConsoleDestinationConfig.json +2 -2
  1411. package/json-schema/system/ConsumerConfig.json +2 -2
  1412. package/json-schema/system/CoreServiceName.json +2 -2
  1413. package/json-schema/system/CounterOperation.json +2 -2
  1414. package/json-schema/system/CreateObjectOperation.json +2 -2
  1415. package/json-schema/system/CronSchedule.json +2 -2
  1416. package/json-schema/system/CursorColorPreset.json +2 -2
  1417. package/json-schema/system/CursorSelection.json +2 -2
  1418. package/json-schema/system/CursorStyle.json +2 -2
  1419. package/json-schema/system/CursorUpdate.json +2 -2
  1420. package/json-schema/system/DataClassificationPolicy.json +2 -2
  1421. package/json-schema/system/DatabaseLevelIsolationStrategy.json +2 -2
  1422. package/json-schema/system/DeadLetterQueue.json +2 -2
  1423. package/json-schema/system/DeleteObjectOperation.json +2 -2
  1424. package/json-schema/system/DisasterRecoveryPlan.json +2 -2
  1425. package/json-schema/system/DistributedCacheConfig.json +2 -2
  1426. package/json-schema/system/EmailTemplate.json +2 -2
  1427. package/json-schema/system/EncryptionAlgorithm.json +2 -2
  1428. package/json-schema/system/EncryptionConfig.json +2 -2
  1429. package/json-schema/system/ExecuteSqlOperation.json +2 -2
  1430. package/json-schema/system/ExtendedLogLevel.json +2 -2
  1431. package/json-schema/system/ExternalServiceDestinationConfig.json +2 -2
  1432. package/json-schema/system/FacetConfig.json +2 -2
  1433. package/json-schema/system/FailoverConfig.json +2 -2
  1434. package/json-schema/system/FailoverMode.json +2 -2
  1435. package/json-schema/system/Feature.json +2 -2
  1436. package/json-schema/system/FieldEncryption.json +2 -2
  1437. package/json-schema/system/FieldTranslation.json +2 -2
  1438. package/json-schema/system/FileDestinationConfig.json +2 -2
  1439. package/json-schema/system/FileMetadata.json +2 -2
  1440. package/json-schema/system/GCounter.json +2 -2
  1441. package/json-schema/system/GDPRConfig.json +2 -2
  1442. package/json-schema/system/HIPAAConfig.json +2 -2
  1443. package/json-schema/system/HistogramBucketConfig.json +2 -2
  1444. package/json-schema/system/HttpDestinationConfig.json +2 -2
  1445. package/json-schema/system/HttpServerConfig.json +2 -2
  1446. package/json-schema/system/InAppNotification.json +2 -2
  1447. package/json-schema/system/IntervalSchedule.json +2 -2
  1448. package/json-schema/system/Job.json +2 -2
  1449. package/json-schema/system/JobExecution.json +2 -2
  1450. package/json-schema/system/JobExecutionStatus.json +2 -2
  1451. package/json-schema/system/KernelServiceMap.json +2 -2
  1452. package/json-schema/system/KeyManagementProvider.json +2 -2
  1453. package/json-schema/system/KeyRotationPolicy.json +2 -2
  1454. package/json-schema/system/LWWRegister.json +2 -2
  1455. package/json-schema/system/LevelIsolationStrategySchema.json +2 -2
  1456. package/json-schema/system/License.json +2 -2
  1457. package/json-schema/system/LicenseMetricType.json +2 -2
  1458. package/json-schema/system/LifecycleAction.json +2 -2
  1459. package/json-schema/system/LifecyclePolicyConfig.json +2 -2
  1460. package/json-schema/system/LifecyclePolicyRule.json +2 -2
  1461. package/json-schema/system/Locale.json +2 -2
  1462. package/json-schema/system/LogDestination.json +2 -2
  1463. package/json-schema/system/LogDestinationType.json +2 -2
  1464. package/json-schema/system/LogEnrichmentConfig.json +2 -2
  1465. package/json-schema/system/LogEntry.json +2 -2
  1466. package/json-schema/system/LogFormat.json +2 -2
  1467. package/json-schema/system/LogLevel.json +2 -2
  1468. package/json-schema/system/LoggerConfig.json +2 -2
  1469. package/json-schema/system/LoggingConfig.json +2 -2
  1470. package/json-schema/system/MaskingConfig.json +2 -2
  1471. package/json-schema/system/MaskingRule.json +2 -2
  1472. package/json-schema/system/MaskingStrategy.json +2 -2
  1473. package/json-schema/system/MaskingVisibilityRule.json +2 -2
  1474. package/json-schema/system/MessageQueueConfig.json +2 -2
  1475. package/json-schema/system/MessageQueueProvider.json +2 -2
  1476. package/json-schema/system/MetadataCollectionInfo.json +2 -2
  1477. package/json-schema/system/MetadataExportOptions.json +2 -2
  1478. package/json-schema/system/MetadataFallbackStrategy.json +2 -2
  1479. package/json-schema/system/MetadataFormat.json +2 -2
  1480. package/json-schema/system/MetadataImportOptions.json +2 -2
  1481. package/json-schema/system/MetadataLoadOptions.json +2 -2
  1482. package/json-schema/system/MetadataLoadResult.json +2 -2
  1483. package/json-schema/system/MetadataLoaderContract.json +2 -2
  1484. package/json-schema/system/MetadataManagerConfig.json +2 -2
  1485. package/json-schema/system/MetadataRecord.json +2 -2
  1486. package/json-schema/system/MetadataSaveOptions.json +2 -2
  1487. package/json-schema/system/MetadataSaveResult.json +2 -2
  1488. package/json-schema/system/MetadataScope.json +2 -2
  1489. package/json-schema/system/MetadataSource.json +2 -2
  1490. package/json-schema/system/MetadataState.json +2 -2
  1491. package/json-schema/system/MetadataStats.json +2 -2
  1492. package/json-schema/system/MetadataWatchEvent.json +2 -2
  1493. package/json-schema/system/MetricAggregationConfig.json +2 -2
  1494. package/json-schema/system/MetricAggregationType.json +2 -2
  1495. package/json-schema/system/MetricDataPoint.json +2 -2
  1496. package/json-schema/system/MetricDefinition.json +2 -2
  1497. package/json-schema/system/MetricExportConfig.json +2 -2
  1498. package/json-schema/system/MetricLabels.json +2 -2
  1499. package/json-schema/system/MetricType.json +2 -2
  1500. package/json-schema/system/MetricUnit.json +2 -2
  1501. package/json-schema/system/MetricsConfig.json +2 -2
  1502. package/json-schema/system/MiddlewareConfig.json +2 -2
  1503. package/json-schema/system/MiddlewareType.json +2 -2
  1504. package/json-schema/system/MigrationDependency.json +2 -2
  1505. package/json-schema/system/MigrationOperation.json +2 -2
  1506. package/json-schema/system/ModifyFieldOperation.json +2 -2
  1507. package/json-schema/system/MultipartUploadConfig.json +2 -2
  1508. package/json-schema/system/MutualTLSConfig.json +2 -2
  1509. package/json-schema/system/NotificationChannel.json +2 -2
  1510. package/json-schema/system/NotificationConfig.json +2 -2
  1511. package/json-schema/system/ORSet.json +2 -2
  1512. package/json-schema/system/ORSetElement.json +2 -2
  1513. package/json-schema/system/OTComponent.json +2 -2
  1514. package/json-schema/system/OTOperation.json +2 -2
  1515. package/json-schema/system/OTOperationType.json +2 -2
  1516. package/json-schema/system/OTTransformResult.json +2 -2
  1517. package/json-schema/system/ObjectMetadata.json +2 -2
  1518. package/json-schema/system/ObjectStorageConfig.json +2 -2
  1519. package/json-schema/system/ObjectTranslationData.json +2 -2
  1520. package/json-schema/system/OnceSchedule.json +2 -2
  1521. package/json-schema/system/OpenTelemetryCompatibility.json +2 -2
  1522. package/json-schema/system/OtelExporterType.json +2 -2
  1523. package/json-schema/system/PCIDSSConfig.json +2 -2
  1524. package/json-schema/system/PNCounter.json +2 -2
  1525. package/json-schema/system/Plan.json +2 -2
  1526. package/json-schema/system/PresignedUrlConfig.json +2 -2
  1527. package/json-schema/system/PushNotification.json +2 -2
  1528. package/json-schema/system/QueueConfig.json +2 -2
  1529. package/json-schema/system/RPO.json +2 -2
  1530. package/json-schema/system/RTO.json +2 -2
  1531. package/json-schema/system/RegistryConfig.json +2 -2
  1532. package/json-schema/system/RegistrySyncPolicy.json +2 -2
  1533. package/json-schema/system/RegistryUpstream.json +2 -2
  1534. package/json-schema/system/RemoveFieldOperation.json +2 -2
  1535. package/json-schema/system/RenameObjectOperation.json +2 -2
  1536. package/json-schema/system/RetryPolicy.json +2 -2
  1537. package/json-schema/system/RollbackPlan.json +2 -2
  1538. package/json-schema/system/RouteHandlerMetadata.json +2 -2
  1539. package/json-schema/system/RowLevelIsolationStrategy.json +2 -2
  1540. package/json-schema/system/SMSTemplate.json +2 -2
  1541. package/json-schema/system/SamplingDecision.json +2 -2
  1542. package/json-schema/system/SamplingStrategyType.json +2 -2
  1543. package/json-schema/system/Schedule.json +2 -2
  1544. package/json-schema/system/SearchConfig.json +2 -2
  1545. package/json-schema/system/SearchIndexConfig.json +2 -2
  1546. package/json-schema/system/SearchProvider.json +2 -2
  1547. package/json-schema/system/SecurityContextConfig.json +2 -2
  1548. package/json-schema/system/SecurityEventCorrelation.json +2 -2
  1549. package/json-schema/system/ServerCapabilities.json +2 -2
  1550. package/json-schema/system/ServerEvent.json +2 -2
  1551. package/json-schema/system/ServerEventType.json +2 -2
  1552. package/json-schema/system/ServerStatus.json +2 -2
  1553. package/json-schema/system/ServiceConfig.json +2 -2
  1554. package/json-schema/system/ServiceCriticality.json +2 -2
  1555. package/json-schema/system/ServiceLevelIndicator.json +2 -2
  1556. package/json-schema/system/ServiceLevelObjective.json +2 -2
  1557. package/json-schema/system/ServiceStatus.json +2 -2
  1558. package/json-schema/system/Span.json +2 -2
  1559. package/json-schema/system/SpanAttributeValue.json +2 -2
  1560. package/json-schema/system/SpanAttributes.json +2 -2
  1561. package/json-schema/system/SpanEvent.json +2 -2
  1562. package/json-schema/system/SpanKind.json +2 -2
  1563. package/json-schema/system/SpanLink.json +2 -2
  1564. package/json-schema/system/SpanStatus.json +2 -2
  1565. package/json-schema/system/StorageAcl.json +2 -2
  1566. package/json-schema/system/StorageClass.json +2 -2
  1567. package/json-schema/system/StorageConnection.json +2 -2
  1568. package/json-schema/system/StorageProvider.json +2 -2
  1569. package/json-schema/system/StorageScope.json +2 -2
  1570. package/json-schema/system/StructuredLogEntry.json +2 -2
  1571. package/json-schema/system/SuspiciousActivityRule.json +2 -2
  1572. package/json-schema/system/Task.json +2 -2
  1573. package/json-schema/system/TaskExecutionResult.json +2 -2
  1574. package/json-schema/system/TaskPriority.json +2 -2
  1575. package/json-schema/system/TaskRetryPolicy.json +2 -2
  1576. package/json-schema/system/TaskStatus.json +2 -2
  1577. package/json-schema/system/Tenant.json +2 -2
  1578. package/json-schema/system/TenantIsolationConfig.json +2 -2
  1579. package/json-schema/system/TenantIsolationLevel.json +2 -2
  1580. package/json-schema/system/TenantQuota.json +2 -2
  1581. package/json-schema/system/TenantSecurityPolicy.json +2 -2
  1582. package/json-schema/system/TextCRDTOperation.json +2 -2
  1583. package/json-schema/system/TextCRDTState.json +2 -2
  1584. package/json-schema/system/TimeSeries.json +2 -2
  1585. package/json-schema/system/TimeSeriesDataPoint.json +2 -2
  1586. package/json-schema/system/TopicConfig.json +2 -2
  1587. package/json-schema/system/TraceContext.json +2 -2
  1588. package/json-schema/system/TraceContextPropagation.json +2 -2
  1589. package/json-schema/system/TraceFlags.json +2 -2
  1590. package/json-schema/system/TracePropagationFormat.json +2 -2
  1591. package/json-schema/system/TraceSamplingConfig.json +2 -2
  1592. package/json-schema/system/TraceState.json +2 -2
  1593. package/json-schema/system/TracingConfig.json +2 -2
  1594. package/json-schema/system/TranslationBundle.json +2 -2
  1595. package/json-schema/system/TranslationConfig.json +2 -2
  1596. package/json-schema/system/TranslationData.json +2 -2
  1597. package/json-schema/system/TranslationFileOrganization.json +2 -2
  1598. package/json-schema/system/UserActivityStatus.json +2 -2
  1599. package/json-schema/system/VectorClock.json +2 -2
  1600. package/json-schema/system/WorkerStats.json +2 -2
  1601. package/json-schema/ui/AIChatWindowProps.json +2 -2
  1602. package/json-schema/ui/Action.json +2 -2
  1603. package/json-schema/ui/ActionNavItem.json +2 -2
  1604. package/json-schema/ui/ActionParam.json +2 -2
  1605. package/json-schema/ui/AddRecordConfig.json +2 -2
  1606. package/json-schema/ui/Animation.json +2 -2
  1607. package/json-schema/ui/AnimationTrigger.json +2 -2
  1608. package/json-schema/ui/App.json +2 -2
  1609. package/json-schema/ui/AppBranding.json +2 -2
  1610. package/json-schema/ui/AppearanceConfig.json +2 -2
  1611. package/json-schema/ui/AriaProps.json +2 -2
  1612. package/json-schema/ui/BlankPageLayout.json +2 -2
  1613. package/json-schema/ui/BlankPageLayoutItem.json +2 -2
  1614. package/json-schema/ui/BorderRadius.json +2 -2
  1615. package/json-schema/ui/BreakpointColumnMap.json +2 -2
  1616. package/json-schema/ui/BreakpointName.json +2 -2
  1617. package/json-schema/ui/BreakpointOrderMap.json +2 -2
  1618. package/json-schema/ui/Breakpoints.json +2 -2
  1619. package/json-schema/ui/CalendarConfig.json +2 -2
  1620. package/json-schema/ui/ChartAnnotation.json +2 -2
  1621. package/json-schema/ui/ChartAxis.json +2 -2
  1622. package/json-schema/ui/ChartConfig.json +2 -2
  1623. package/json-schema/ui/ChartInteraction.json +2 -2
  1624. package/json-schema/ui/ChartSeries.json +2 -2
  1625. package/json-schema/ui/ChartType.json +2 -2
  1626. package/json-schema/ui/ColorPalette.json +2 -2
  1627. package/json-schema/ui/ColumnSummary.json +2 -2
  1628. package/json-schema/ui/ComponentAnimation.json +2 -2
  1629. package/json-schema/ui/ConflictResolution.json +2 -2
  1630. package/json-schema/ui/Dashboard.json +2 -2
  1631. package/json-schema/ui/DashboardHeader.json +2 -2
  1632. package/json-schema/ui/DashboardHeaderAction.json +2 -2
  1633. package/json-schema/ui/DashboardNavItem.json +2 -2
  1634. package/json-schema/ui/DashboardWidget.json +2 -2
  1635. package/json-schema/ui/DateFormat.json +2 -2
  1636. package/json-schema/ui/DensityMode.json +2 -2
  1637. package/json-schema/ui/DndConfig.json +2 -2
  1638. package/json-schema/ui/DragConstraint.json +2 -2
  1639. package/json-schema/ui/DragHandle.json +2 -2
  1640. package/json-schema/ui/DragItem.json +2 -2
  1641. package/json-schema/ui/DropEffect.json +2 -2
  1642. package/json-schema/ui/DropZone.json +2 -2
  1643. package/json-schema/ui/EasingFunction.json +2 -2
  1644. package/json-schema/ui/ElementButtonProps.json +2 -2
  1645. package/json-schema/ui/ElementDataSource.json +2 -2
  1646. package/json-schema/ui/ElementFilterProps.json +2 -2
  1647. package/json-schema/ui/ElementFormProps.json +2 -2
  1648. package/json-schema/ui/ElementImageProps.json +2 -2
  1649. package/json-schema/ui/ElementNumberProps.json +2 -2
  1650. package/json-schema/ui/ElementRecordPickerProps.json +2 -2
  1651. package/json-schema/ui/ElementTextProps.json +2 -2
  1652. package/json-schema/ui/EmbedConfig.json +2 -2
  1653. package/json-schema/ui/EvictionPolicy.json +2 -2
  1654. package/json-schema/ui/FocusManagement.json +2 -2
  1655. package/json-schema/ui/FocusTrapConfig.json +2 -2
  1656. package/json-schema/ui/FormField.json +2 -2
  1657. package/json-schema/ui/GalleryConfig.json +2 -2
  1658. package/json-schema/ui/GanttConfig.json +2 -2
  1659. package/json-schema/ui/GestureConfig.json +2 -2
  1660. package/json-schema/ui/GestureType.json +2 -2
  1661. package/json-schema/ui/GlobalFilter.json +2 -2
  1662. package/json-schema/ui/GlobalFilterOptionsFrom.json +2 -2
  1663. package/json-schema/ui/GroupNavItem.json +2 -2
  1664. package/json-schema/ui/GroupingConfig.json +2 -2
  1665. package/json-schema/ui/GroupingField.json +2 -2
  1666. package/json-schema/ui/HttpMethod.json +2 -2
  1667. package/json-schema/ui/HttpRequest.json +2 -2
  1668. package/json-schema/ui/I18nLabel.json +2 -2
  1669. package/json-schema/ui/I18nObject.json +2 -2
  1670. package/json-schema/ui/InterfacePageConfig.json +2 -2
  1671. package/json-schema/ui/KanbanConfig.json +2 -2
  1672. package/json-schema/ui/KeyboardNavigationConfig.json +2 -2
  1673. package/json-schema/ui/KeyboardShortcut.json +2 -2
  1674. package/json-schema/ui/ListColumn.json +2 -2
  1675. package/json-schema/ui/ListView.json +2 -2
  1676. package/json-schema/ui/LocaleConfig.json +2 -2
  1677. package/json-schema/ui/LongPressGestureConfig.json +2 -2
  1678. package/json-schema/ui/MotionConfig.json +2 -2
  1679. package/json-schema/ui/NavigationArea.json +2 -2
  1680. package/json-schema/ui/NavigationConfig.json +2 -2
  1681. package/json-schema/ui/NavigationItem.json +2 -2
  1682. package/json-schema/ui/NavigationMode.json +2 -2
  1683. package/json-schema/ui/Notification.json +2 -2
  1684. package/json-schema/ui/NotificationAction.json +2 -2
  1685. package/json-schema/ui/NotificationConfig.json +2 -2
  1686. package/json-schema/ui/NotificationPosition.json +2 -2
  1687. package/json-schema/ui/NotificationSeverity.json +2 -2
  1688. package/json-schema/ui/NotificationType.json +2 -2
  1689. package/json-schema/ui/NumberFormat.json +2 -2
  1690. package/json-schema/ui/ObjectNavItem.json +2 -2
  1691. package/json-schema/ui/OfflineCacheConfig.json +2 -2
  1692. package/json-schema/ui/OfflineConfig.json +2 -2
  1693. package/json-schema/ui/OfflineStrategy.json +2 -2
  1694. package/json-schema/ui/Page.json +2 -2
  1695. package/json-schema/ui/PageAccordionProps.json +2 -2
  1696. package/json-schema/ui/PageCardProps.json +2 -2
  1697. package/json-schema/ui/PageComponent.json +2 -2
  1698. package/json-schema/ui/PageComponentType.json +2 -2
  1699. package/json-schema/ui/PageHeaderProps.json +2 -2
  1700. package/json-schema/ui/PageNavItem.json +2 -2
  1701. package/json-schema/ui/PageRegion.json +2 -2
  1702. package/json-schema/ui/PageTabsProps.json +2 -2
  1703. package/json-schema/ui/PageTransition.json +2 -2
  1704. package/json-schema/ui/PageType.json +2 -2
  1705. package/json-schema/ui/PageVariable.json +2 -2
  1706. package/json-schema/ui/PaginationConfig.json +2 -2
  1707. package/json-schema/ui/PerformanceConfig.json +2 -2
  1708. package/json-schema/ui/PersistStorage.json +2 -2
  1709. package/json-schema/ui/PinchGestureConfig.json +2 -2
  1710. package/json-schema/ui/PluralRule.json +2 -2
  1711. package/json-schema/ui/RecordActivityProps.json +2 -2
  1712. package/json-schema/ui/RecordChatterProps.json +2 -2
  1713. package/json-schema/ui/RecordDetailsProps.json +2 -2
  1714. package/json-schema/ui/RecordHighlightsProps.json +2 -2
  1715. package/json-schema/ui/RecordPathProps.json +2 -2
  1716. package/json-schema/ui/RecordRelatedListProps.json +2 -2
  1717. package/json-schema/ui/RecordReviewConfig.json +2 -2
  1718. package/json-schema/ui/Report.json +2 -2
  1719. package/json-schema/ui/ReportChart.json +2 -2
  1720. package/json-schema/ui/ReportColumn.json +2 -2
  1721. package/json-schema/ui/ReportGrouping.json +2 -2
  1722. package/json-schema/ui/ReportNavItem.json +2 -2
  1723. package/json-schema/ui/ReportType.json +2 -2
  1724. package/json-schema/ui/ResponsiveConfig.json +2 -2
  1725. package/json-schema/ui/RowColorConfig.json +2 -2
  1726. package/json-schema/ui/RowHeight.json +2 -2
  1727. package/json-schema/ui/SelectionConfig.json +2 -2
  1728. package/json-schema/ui/Shadow.json +2 -2
  1729. package/json-schema/ui/SharingConfig.json +2 -2
  1730. package/json-schema/ui/Spacing.json +2 -2
  1731. package/json-schema/ui/SwipeDirection.json +2 -2
  1732. package/json-schema/ui/SwipeGestureConfig.json +2 -2
  1733. package/json-schema/ui/SyncConfig.json +2 -2
  1734. package/json-schema/ui/Theme.json +2 -2
  1735. package/json-schema/ui/ThemeMode.json +2 -2
  1736. package/json-schema/ui/TimelineConfig.json +2 -2
  1737. package/json-schema/ui/TouchInteraction.json +2 -2
  1738. package/json-schema/ui/TouchTargetConfig.json +2 -2
  1739. package/json-schema/ui/TransitionConfig.json +2 -2
  1740. package/json-schema/ui/TransitionPreset.json +2 -2
  1741. package/json-schema/ui/Typography.json +2 -2
  1742. package/json-schema/ui/UrlNavItem.json +2 -2
  1743. package/json-schema/ui/UserActionsConfig.json +2 -2
  1744. package/json-schema/ui/ViewData.json +2 -2
  1745. package/json-schema/ui/ViewSharing.json +2 -2
  1746. package/json-schema/ui/ViewTab.json +2 -2
  1747. package/json-schema/ui/VisualizationType.json +2 -2
  1748. package/json-schema/ui/WcagContrastLevel.json +2 -2
  1749. package/json-schema/ui/WidgetActionType.json +2 -2
  1750. package/json-schema/ui/WidgetColorVariant.json +2 -2
  1751. package/json-schema/ui/WidgetEvent.json +2 -2
  1752. package/json-schema/ui/WidgetLifecycle.json +2 -2
  1753. package/json-schema/ui/WidgetManifest.json +2 -2
  1754. package/json-schema/ui/WidgetMeasure.json +2 -2
  1755. package/json-schema/ui/WidgetProperty.json +2 -2
  1756. package/json-schema/ui/WidgetSource.json +2 -2
  1757. package/json-schema/ui/ZIndex.json +2 -2
  1758. package/package.json +1 -1
  1759. package/dist/metadata-plugin.zod-Cjm0qlEF.d.mts +0 -703
  1760. 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, f as CustomizationOriginSchema, g as CustomizationPolicy, h as CustomizationPolicySchema, D as DEFAULT_METADATA_TYPE_REGISTRY, F as FieldChange, i as FieldChangeSchema, j as MergeConflict, k as MergeConflictSchema, l as MergeResult, m as MergeResultSchema, n as MergeStrategyConfig, o as MergeStrategyConfigSchema, p as MetadataBulkRegisterRequest, q as MetadataBulkRegisterRequestSchema, b as MetadataBulkResult, r as MetadataBulkResultSchema, e as MetadataDependency, s as MetadataDependencySchema, t as MetadataEvent, u as MetadataEventSchema, c as MetadataOverlay, v as MetadataOverlaySchema, w as MetadataPluginConfig, x as MetadataPluginConfigSchema, y as MetadataPluginManifest, z as MetadataPluginManifestSchema, M as MetadataQuery, a as MetadataQueryResult, A as MetadataQueryResultSchema, B as MetadataQuerySchema, E as MetadataType, G as MetadataTypeRegistryEntry, H as MetadataTypeRegistryEntrySchema, I as MetadataTypeSchema, d as MetadataValidationResult, J as MetadataValidationResultSchema } from './metadata-plugin.zod-Cjm0qlEF.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, P as PackageStatus, u as PackageStatusEnum, U as UninstallPackageRequest, r as UninstallPackageRequestSchema, d as UninstallPackageResponse, s as UninstallPackageResponseSchema } from './package-registry.zod-CO7_ejFC.mjs';
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
- * Schema for the ObjectStack Manifest.
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
- * @example App Package
1011
- * ```yaml
1012
- * id: com.acme.crm
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
- skipValidation: z.ZodDefault<z.ZodBoolean>;
1421
+ continueOnError: z.ZodDefault<z.ZodBoolean>;
1422
+ transform: z.ZodOptional<z.ZodString>;
2832
1423
  }, z.core.$strip>;
2833
1424
  /**
2834
- * Upgrade Phase
2835
- * Current phase of the upgrade process.
1425
+ * Metadata Loader Result
1426
+ * Result of a metadata load operation
2836
1427
  */
2837
- declare const UpgradePhaseSchema: z.ZodEnum<{
2838
- snapshot: "snapshot";
2839
- completed: "completed";
2840
- failed: "failed";
2841
- "rolled-back": "rolled-back";
2842
- pending: "pending";
2843
- analyzing: "analyzing";
2844
- executing: "executing";
2845
- migrating: "migrating";
2846
- validating: "validating";
2847
- "rolling-back": "rolling-back";
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
- * Upgrade Package Response
1449
+ * Metadata Save Result
2851
1450
  */
2852
- declare const UpgradePackageResponseSchema: z.ZodObject<{
1451
+ declare const MetadataSaveResultSchema: z.ZodObject<{
2853
1452
  success: z.ZodBoolean;
2854
- phase: z.ZodEnum<{
2855
- snapshot: "snapshot";
2856
- completed: "completed";
2857
- failed: "failed";
2858
- "rolled-back": "rolled-back";
2859
- pending: "pending";
2860
- analyzing: "analyzing";
2861
- executing: "executing";
2862
- migrating: "migrating";
2863
- validating: "validating";
2864
- "rolling-back": "rolling-back";
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
- plan: z.ZodOptional<z.ZodObject<{
2867
- packageId: z.ZodString;
2868
- fromVersion: z.ZodString;
2869
- toVersion: z.ZodString;
2870
- impactLevel: z.ZodEnum<{
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
- * Rollback Package Request
1475
+ * Metadata Collection Info
1476
+ * Summary of a metadata collection
2913
1477
  */
2914
- declare const RollbackPackageRequestSchema: z.ZodObject<{
2915
- packageId: z.ZodString;
2916
- snapshotId: z.ZodString;
2917
- rollbackCustomizations: z.ZodDefault<z.ZodBoolean>;
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
- * Rollback Package Response
1492
+ * Metadata Loader Interface Contract
1493
+ * Defines the standard methods all metadata loaders must implement
2921
1494
  */
2922
- declare const RollbackPackageResponseSchema: z.ZodObject<{
2923
- success: z.ZodBoolean;
2924
- restoredVersion: z.ZodOptional<z.ZodString>;
2925
- message: z.ZodOptional<z.ZodString>;
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 MetadataChangeType = z.infer<typeof MetadataChangeTypeSchema>;
2928
- type MetadataDiffItem = z.infer<typeof MetadataDiffItemSchema>;
2929
- type UpgradeImpactLevel = z.infer<typeof UpgradeImpactLevelSchema>;
2930
- type UpgradePlan = z.infer<typeof UpgradePlanSchema>;
2931
- type UpgradeSnapshot = z.infer<typeof UpgradeSnapshotSchema>;
2932
- type UpgradePackageRequest = z.infer<typeof UpgradePackageRequestSchema>;
2933
- type UpgradePhase = z.infer<typeof UpgradePhaseSchema>;
2934
- type UpgradePackageResponse = z.infer<typeof UpgradePackageResponseSchema>;
2935
- type RollbackPackageRequest = z.infer<typeof RollbackPackageRequestSchema>;
2936
- type RollbackPackageResponse = z.infer<typeof RollbackPackageResponseSchema>;
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 DependencyResolutionResultSchema: z.ZodObject<{
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 DependencyResolutionResult = z.infer<typeof DependencyResolutionResultSchema>;
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
- type index_DependencyResolutionResult = DependencyResolutionResult;
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
- type index_MetadataChangeType = MetadataChangeType;
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
- type index_MetadataDiffItem = MetadataDiffItem;
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
- type index_ObjectStackManifest = ObjectStackManifest;
8150
- type index_ObjectStackManifestInput = ObjectStackManifestInput;
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
- type index_RollbackPackageRequest = RollbackPackageRequest;
6976
+ declare const index_RollbackPackageRequest: typeof RollbackPackageRequest;
8288
6977
  declare const index_RollbackPackageRequestSchema: typeof RollbackPackageRequestSchema;
8289
- type index_RollbackPackageResponse = RollbackPackageResponse;
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 index_UpgradeImpactLevel = UpgradeImpactLevel;
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
- type index_UpgradePackageRequest = UpgradePackageRequest;
7026
+ declare const index_UpgradePackageRequest: typeof UpgradePackageRequest;
8336
7027
  declare const index_UpgradePackageRequestSchema: typeof UpgradePackageRequestSchema;
8337
- type index_UpgradePackageResponse = UpgradePackageResponse;
7028
+ declare const index_UpgradePackageResponse: typeof UpgradePackageResponse;
8338
7029
  declare const index_UpgradePackageResponseSchema: typeof UpgradePackageResponseSchema;
8339
- type index_UpgradePhase = UpgradePhase;
7030
+ declare const index_UpgradePhase: typeof UpgradePhase;
8340
7031
  declare const index_UpgradePhaseSchema: typeof UpgradePhaseSchema;
8341
- type index_UpgradePlan = UpgradePlan;
7032
+ declare const index_UpgradePlan: typeof UpgradePlan;
8342
7033
  declare const index_UpgradePlanSchema: typeof UpgradePlanSchema;
8343
- type index_UpgradeSnapshot = UpgradeSnapshot;
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 };