typekro 0.28.0 → 0.29.0

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 (674) hide show
  1. package/dist/.tsbuildinfo +1 -1
  2. package/dist/advanced/index.d.ts +5 -1
  3. package/dist/advanced/index.d.ts.map +1 -1
  4. package/dist/advanced/index.js +2 -3
  5. package/dist/advanced/index.js.map +1 -1
  6. package/dist/alchemy/deployers.d.ts +6 -4
  7. package/dist/alchemy/deployers.d.ts.map +1 -1
  8. package/dist/alchemy/deployers.js +46 -9
  9. package/dist/alchemy/deployers.js.map +1 -1
  10. package/dist/alchemy/index.d.ts +2 -3
  11. package/dist/alchemy/index.d.ts.map +1 -1
  12. package/dist/alchemy/index.js +1 -1
  13. package/dist/alchemy/index.js.map +1 -1
  14. package/dist/alchemy/kro-delete.d.ts +6 -5
  15. package/dist/alchemy/kro-delete.d.ts.map +1 -1
  16. package/dist/alchemy/kro-delete.js +169 -22
  17. package/dist/alchemy/kro-delete.js.map +1 -1
  18. package/dist/alchemy/resource-registration.d.ts +24 -31
  19. package/dist/alchemy/resource-registration.d.ts.map +1 -1
  20. package/dist/alchemy/resource-registration.js +439 -75
  21. package/dist/alchemy/resource-registration.js.map +1 -1
  22. package/dist/alchemy/types.d.ts +56 -14
  23. package/dist/alchemy/types.d.ts.map +1 -1
  24. package/dist/alchemy/utilities.d.ts +2 -2
  25. package/dist/alchemy/utilities.d.ts.map +1 -1
  26. package/dist/compositions/typekro-runtime/typekro-runtime.d.ts.map +1 -1
  27. package/dist/compositions/typekro-runtime/typekro-runtime.js +31 -28
  28. package/dist/compositions/typekro-runtime/typekro-runtime.js.map +1 -1
  29. package/dist/compositions/typekro-runtime/types.d.ts +12 -0
  30. package/dist/compositions/typekro-runtime/types.d.ts.map +1 -1
  31. package/dist/core/composition/analysis-metadata.d.ts +15 -0
  32. package/dist/core/composition/analysis-metadata.d.ts.map +1 -0
  33. package/dist/core/composition/analysis-metadata.js +20 -0
  34. package/dist/core/composition/analysis-metadata.js.map +1 -0
  35. package/dist/core/composition/imperative.d.ts.map +1 -1
  36. package/dist/core/composition/imperative.js +38 -9
  37. package/dist/core/composition/imperative.js.map +1 -1
  38. package/dist/core/composition/nested-status-cel.js +3 -3
  39. package/dist/core/composition/nested-status-cel.js.map +1 -1
  40. package/dist/core/constants/brands.d.ts +1 -1
  41. package/dist/core/constants/brands.d.ts.map +1 -1
  42. package/dist/core/constants/brands.js +1 -1
  43. package/dist/core/constants/brands.js.map +1 -1
  44. package/dist/core/dependencies/resolver.d.ts +3 -1
  45. package/dist/core/dependencies/resolver.d.ts.map +1 -1
  46. package/dist/core/dependencies/resolver.js +29 -13
  47. package/dist/core/dependencies/resolver.js.map +1 -1
  48. package/dist/core/deployment/deletion-result.d.ts +22 -0
  49. package/dist/core/deployment/deletion-result.d.ts.map +1 -0
  50. package/dist/core/deployment/deletion-result.js +108 -0
  51. package/dist/core/deployment/deletion-result.js.map +1 -0
  52. package/dist/core/deployment/deployment-state-discovery.d.ts +1 -0
  53. package/dist/core/deployment/deployment-state-discovery.d.ts.map +1 -1
  54. package/dist/core/deployment/deployment-state-discovery.js +89 -9
  55. package/dist/core/deployment/deployment-state-discovery.js.map +1 -1
  56. package/dist/core/deployment/direct-factory.d.ts +46 -25
  57. package/dist/core/deployment/direct-factory.d.ts.map +1 -1
  58. package/dist/core/deployment/direct-factory.js +536 -126
  59. package/dist/core/deployment/direct-factory.js.map +1 -1
  60. package/dist/core/deployment/engine.d.ts +4 -1
  61. package/dist/core/deployment/engine.d.ts.map +1 -1
  62. package/dist/core/deployment/engine.js +105 -34
  63. package/dist/core/deployment/engine.js.map +1 -1
  64. package/dist/core/deployment/errors.d.ts +20 -1
  65. package/dist/core/deployment/errors.d.ts.map +1 -1
  66. package/dist/core/deployment/errors.js +55 -0
  67. package/dist/core/deployment/errors.js.map +1 -1
  68. package/dist/core/deployment/event-monitor.d.ts +4 -3
  69. package/dist/core/deployment/event-monitor.d.ts.map +1 -1
  70. package/dist/core/deployment/event-monitor.js +17 -5
  71. package/dist/core/deployment/event-monitor.js.map +1 -1
  72. package/dist/core/deployment/index.d.ts +1 -1
  73. package/dist/core/deployment/index.d.ts.map +1 -1
  74. package/dist/core/deployment/index.js +1 -1
  75. package/dist/core/deployment/index.js.map +1 -1
  76. package/dist/core/deployment/k8s-helpers.d.ts +1 -1
  77. package/dist/core/deployment/k8s-helpers.d.ts.map +1 -1
  78. package/dist/core/deployment/k8s-helpers.js +11 -5
  79. package/dist/core/deployment/k8s-helpers.js.map +1 -1
  80. package/dist/core/deployment/kro-factory.d.ts +54 -30
  81. package/dist/core/deployment/kro-factory.d.ts.map +1 -1
  82. package/dist/core/deployment/kro-factory.js +2002 -259
  83. package/dist/core/deployment/kro-factory.js.map +1 -1
  84. package/dist/core/deployment/kro-instance-admission.d.ts +17 -0
  85. package/dist/core/deployment/kro-instance-admission.d.ts.map +1 -0
  86. package/dist/core/deployment/kro-instance-admission.js +73 -0
  87. package/dist/core/deployment/kro-instance-admission.js.map +1 -0
  88. package/dist/core/deployment/kro-instance-safety.d.ts +0 -3
  89. package/dist/core/deployment/kro-instance-safety.d.ts.map +1 -1
  90. package/dist/core/deployment/kro-instance-safety.js +0 -11
  91. package/dist/core/deployment/kro-instance-safety.js.map +1 -1
  92. package/dist/core/deployment/kro-namespace-teardown.d.ts +63 -5
  93. package/dist/core/deployment/kro-namespace-teardown.d.ts.map +1 -1
  94. package/dist/core/deployment/kro-namespace-teardown.js +124 -12
  95. package/dist/core/deployment/kro-namespace-teardown.js.map +1 -1
  96. package/dist/core/deployment/kro-readiness.d.ts +2 -0
  97. package/dist/core/deployment/kro-readiness.d.ts.map +1 -1
  98. package/dist/core/deployment/kro-readiness.js +50 -8
  99. package/dist/core/deployment/kro-readiness.js.map +1 -1
  100. package/dist/core/deployment/poll-timeout.d.ts +45 -0
  101. package/dist/core/deployment/poll-timeout.d.ts.map +1 -0
  102. package/dist/core/deployment/poll-timeout.js +78 -0
  103. package/dist/core/deployment/poll-timeout.js.map +1 -0
  104. package/dist/core/deployment/readiness.d.ts.map +1 -1
  105. package/dist/core/deployment/readiness.js +30 -21
  106. package/dist/core/deployment/readiness.js.map +1 -1
  107. package/dist/core/deployment/resource-applier.d.ts +19 -3
  108. package/dist/core/deployment/resource-applier.d.ts.map +1 -1
  109. package/dist/core/deployment/resource-applier.js +263 -44
  110. package/dist/core/deployment/resource-applier.js.map +1 -1
  111. package/dist/core/deployment/rollback-manager.d.ts +6 -1
  112. package/dist/core/deployment/rollback-manager.d.ts.map +1 -1
  113. package/dist/core/deployment/rollback-manager.js +38 -12
  114. package/dist/core/deployment/rollback-manager.js.map +1 -1
  115. package/dist/core/deployment/schema-cel-evaluator.d.ts.map +1 -1
  116. package/dist/core/deployment/schema-cel-evaluator.js +63 -0
  117. package/dist/core/deployment/schema-cel-evaluator.js.map +1 -1
  118. package/dist/core/deployment/shared-utilities.d.ts +11 -6
  119. package/dist/core/deployment/shared-utilities.d.ts.map +1 -1
  120. package/dist/core/deployment/shared-utilities.js +169 -14
  121. package/dist/core/deployment/shared-utilities.js.map +1 -1
  122. package/dist/core/deployment/singleton-gitops.d.ts.map +1 -1
  123. package/dist/core/deployment/singleton-gitops.js +0 -2
  124. package/dist/core/deployment/singleton-gitops.js.map +1 -1
  125. package/dist/core/deployment/singleton-owner-drift.d.ts +11 -2
  126. package/dist/core/deployment/singleton-owner-drift.d.ts.map +1 -1
  127. package/dist/core/deployment/singleton-owner-drift.js +30 -13
  128. package/dist/core/deployment/singleton-owner-drift.js.map +1 -1
  129. package/dist/core/deployment/strategies/base-strategy.d.ts +2 -0
  130. package/dist/core/deployment/strategies/base-strategy.d.ts.map +1 -1
  131. package/dist/core/deployment/strategies/base-strategy.js +19 -2
  132. package/dist/core/deployment/strategies/base-strategy.js.map +1 -1
  133. package/dist/core/deployment/strategies/direct-strategy.d.ts +3 -0
  134. package/dist/core/deployment/strategies/direct-strategy.d.ts.map +1 -1
  135. package/dist/core/deployment/strategies/direct-strategy.js +31 -8
  136. package/dist/core/deployment/strategies/direct-strategy.js.map +1 -1
  137. package/dist/core/deployment/strategies/index.d.ts +1 -1
  138. package/dist/core/deployment/strategies/index.d.ts.map +1 -1
  139. package/dist/core/deployment/strategies/index.js +1 -1
  140. package/dist/core/deployment/strategies/index.js.map +1 -1
  141. package/dist/core/errors.d.ts +2 -2
  142. package/dist/core/errors.d.ts.map +1 -1
  143. package/dist/core/errors.js.map +1 -1
  144. package/dist/core/expressions/analysis/cel-emitter.d.ts.map +1 -1
  145. package/dist/core/expressions/analysis/cel-emitter.js +17 -13
  146. package/dist/core/expressions/analysis/cel-emitter.js.map +1 -1
  147. package/dist/core/expressions/analysis/expression-metadata.d.ts +15 -0
  148. package/dist/core/expressions/analysis/expression-metadata.d.ts.map +1 -0
  149. package/dist/core/expressions/analysis/expression-metadata.js +10 -0
  150. package/dist/core/expressions/analysis/expression-metadata.js.map +1 -0
  151. package/dist/core/expressions/analysis/ready-when.d.ts +3 -0
  152. package/dist/core/expressions/analysis/ready-when.d.ts.map +1 -0
  153. package/dist/core/expressions/analysis/ready-when.js +127 -0
  154. package/dist/core/expressions/analysis/ready-when.js.map +1 -0
  155. package/dist/core/expressions/composition/composition-analyzer-helpers.d.ts +3 -2
  156. package/dist/core/expressions/composition/composition-analyzer-helpers.d.ts.map +1 -1
  157. package/dist/core/expressions/composition/composition-analyzer-helpers.js +6 -4
  158. package/dist/core/expressions/composition/composition-analyzer-helpers.js.map +1 -1
  159. package/dist/core/expressions/composition/composition-analyzer-ternary.d.ts +3 -2
  160. package/dist/core/expressions/composition/composition-analyzer-ternary.d.ts.map +1 -1
  161. package/dist/core/expressions/composition/composition-analyzer-ternary.js +12 -12
  162. package/dist/core/expressions/composition/composition-analyzer-ternary.js.map +1 -1
  163. package/dist/core/expressions/composition/composition-analyzer-traversal.d.ts.map +1 -1
  164. package/dist/core/expressions/composition/composition-analyzer-traversal.js +68 -4
  165. package/dist/core/expressions/composition/composition-analyzer-traversal.js.map +1 -1
  166. package/dist/core/expressions/composition/composition-analyzer-types.d.ts +2 -0
  167. package/dist/core/expressions/composition/composition-analyzer-types.d.ts.map +1 -1
  168. package/dist/core/expressions/composition/composition-analyzer.d.ts.map +1 -1
  169. package/dist/core/expressions/composition/composition-analyzer.js +2 -0
  170. package/dist/core/expressions/composition/composition-analyzer.js.map +1 -1
  171. package/dist/core/expressions/factory/status-builder-analyzer.d.ts.map +1 -1
  172. package/dist/core/expressions/factory/status-builder-analyzer.js +14 -1
  173. package/dist/core/expressions/factory/status-builder-analyzer.js.map +1 -1
  174. package/dist/core/kubernetes/api.d.ts.map +1 -1
  175. package/dist/core/kubernetes/api.js +2 -3
  176. package/dist/core/kubernetes/api.js.map +1 -1
  177. package/dist/core/kubernetes/bun-api-client.d.ts +1 -1
  178. package/dist/core/kubernetes/bun-api-client.d.ts.map +1 -1
  179. package/dist/core/kubernetes/bun-api-client.js +17 -17
  180. package/dist/core/kubernetes/bun-api-client.js.map +1 -1
  181. package/dist/core/kubernetes/bun-http-library.d.ts +16 -0
  182. package/dist/core/kubernetes/bun-http-library.d.ts.map +1 -1
  183. package/dist/core/kubernetes/bun-http-library.js +7 -1
  184. package/dist/core/kubernetes/bun-http-library.js.map +1 -1
  185. package/dist/core/kubernetes/bun-watch.d.ts +30 -0
  186. package/dist/core/kubernetes/bun-watch.d.ts.map +1 -0
  187. package/dist/core/kubernetes/bun-watch.js +144 -0
  188. package/dist/core/kubernetes/bun-watch.js.map +1 -0
  189. package/dist/core/kubernetes/client-node-runtime.d.ts +10 -0
  190. package/dist/core/kubernetes/client-node-runtime.d.ts.map +1 -0
  191. package/dist/core/kubernetes/client-node-runtime.js +15 -0
  192. package/dist/core/kubernetes/client-node-runtime.js.map +1 -0
  193. package/dist/core/kubernetes/client-provider.d.ts +21 -1
  194. package/dist/core/kubernetes/client-provider.d.ts.map +1 -1
  195. package/dist/core/kubernetes/client-provider.js +10 -10
  196. package/dist/core/kubernetes/client-provider.js.map +1 -1
  197. package/dist/core/kubernetes/index.d.ts +1 -1
  198. package/dist/core/kubernetes/index.d.ts.map +1 -1
  199. package/dist/core/kubernetes/index.js.map +1 -1
  200. package/dist/core/metadata/resource-metadata.d.ts +24 -1
  201. package/dist/core/metadata/resource-metadata.d.ts.map +1 -1
  202. package/dist/core/metadata/resource-metadata.js +8 -4
  203. package/dist/core/metadata/resource-metadata.js.map +1 -1
  204. package/dist/core/planning/artifact-codec.d.ts +14 -0
  205. package/dist/core/planning/artifact-codec.d.ts.map +1 -0
  206. package/dist/core/planning/artifact-codec.js +329 -0
  207. package/dist/core/planning/artifact-codec.js.map +1 -0
  208. package/dist/core/planning/artifacts.d.ts +212 -0
  209. package/dist/core/planning/artifacts.d.ts.map +1 -0
  210. package/dist/core/planning/artifacts.js +5 -0
  211. package/dist/core/planning/artifacts.js.map +1 -0
  212. package/dist/core/planning/aspects.d.ts +11 -0
  213. package/dist/core/planning/aspects.d.ts.map +1 -0
  214. package/dist/core/planning/aspects.js +77 -0
  215. package/dist/core/planning/aspects.js.map +1 -0
  216. package/dist/core/planning/canonical.d.ts +10 -0
  217. package/dist/core/planning/canonical.d.ts.map +1 -0
  218. package/dist/core/planning/canonical.js +54 -0
  219. package/dist/core/planning/canonical.js.map +1 -0
  220. package/dist/core/planning/capabilities.d.ts +16 -0
  221. package/dist/core/planning/capabilities.d.ts.map +1 -0
  222. package/dist/core/planning/capabilities.js +90 -0
  223. package/dist/core/planning/capabilities.js.map +1 -0
  224. package/dist/core/planning/capture.d.ts +29 -0
  225. package/dist/core/planning/capture.d.ts.map +1 -0
  226. package/dist/core/planning/capture.js +18 -0
  227. package/dist/core/planning/capture.js.map +1 -0
  228. package/dist/core/planning/compiler.d.ts +12 -0
  229. package/dist/core/planning/compiler.d.ts.map +1 -0
  230. package/dist/core/planning/compiler.js +631 -0
  231. package/dist/core/planning/compiler.js.map +1 -0
  232. package/dist/core/planning/direct-runtime-adapter.d.ts +39 -0
  233. package/dist/core/planning/direct-runtime-adapter.d.ts.map +1 -0
  234. package/dist/core/planning/direct-runtime-adapter.js +238 -0
  235. package/dist/core/planning/direct-runtime-adapter.js.map +1 -0
  236. package/dist/core/planning/execution-record.d.ts +21 -0
  237. package/dist/core/planning/execution-record.d.ts.map +1 -0
  238. package/dist/core/planning/execution-record.js +304 -0
  239. package/dist/core/planning/execution-record.js.map +1 -0
  240. package/dist/core/planning/index.d.ts +20 -0
  241. package/dist/core/planning/index.d.ts.map +1 -0
  242. package/dist/core/planning/index.js +18 -0
  243. package/dist/core/planning/index.js.map +1 -0
  244. package/dist/core/planning/kro-bundle.d.ts +24 -0
  245. package/dist/core/planning/kro-bundle.d.ts.map +1 -0
  246. package/dist/core/planning/kro-bundle.js +314 -0
  247. package/dist/core/planning/kro-bundle.js.map +1 -0
  248. package/dist/core/planning/kro-runtime-adapter.d.ts +28 -0
  249. package/dist/core/planning/kro-runtime-adapter.d.ts.map +1 -0
  250. package/dist/core/planning/kro-runtime-adapter.js +211 -0
  251. package/dist/core/planning/kro-runtime-adapter.js.map +1 -0
  252. package/dist/core/planning/materialization.d.ts +54 -0
  253. package/dist/core/planning/materialization.d.ts.map +1 -0
  254. package/dist/core/planning/materialization.js +489 -0
  255. package/dist/core/planning/materialization.js.map +1 -0
  256. package/dist/core/planning/plan-codec.d.ts +11 -0
  257. package/dist/core/planning/plan-codec.d.ts.map +1 -0
  258. package/dist/core/planning/plan-codec.js +555 -0
  259. package/dist/core/planning/plan-codec.js.map +1 -0
  260. package/dist/core/planning/planner.d.ts +21 -0
  261. package/dist/core/planning/planner.d.ts.map +1 -0
  262. package/dist/core/planning/planner.js +1518 -0
  263. package/dist/core/planning/planner.js.map +1 -0
  264. package/dist/core/planning/schema.d.ts +10 -0
  265. package/dist/core/planning/schema.d.ts.map +1 -0
  266. package/dist/core/planning/schema.js +159 -0
  267. package/dist/core/planning/schema.js.map +1 -0
  268. package/dist/core/planning/types.d.ts +441 -0
  269. package/dist/core/planning/types.d.ts.map +1 -0
  270. package/dist/core/planning/types.js +3 -0
  271. package/dist/core/planning/types.js.map +1 -0
  272. package/dist/core/planning/values.d.ts +76 -0
  273. package/dist/core/planning/values.d.ts.map +1 -0
  274. package/dist/core/planning/values.js +852 -0
  275. package/dist/core/planning/values.js.map +1 -0
  276. package/dist/core/proxy/create-resource.d.ts +12 -0
  277. package/dist/core/proxy/create-resource.d.ts.map +1 -1
  278. package/dist/core/proxy/create-resource.js +39 -9
  279. package/dist/core/proxy/create-resource.js.map +1 -1
  280. package/dist/core/readiness/evaluator-factories.d.ts +3 -1
  281. package/dist/core/readiness/evaluator-factories.d.ts.map +1 -1
  282. package/dist/core/readiness/evaluator-factories.js +130 -5
  283. package/dist/core/readiness/evaluator-factories.js.map +1 -1
  284. package/dist/core/readiness/index.d.ts +2 -1
  285. package/dist/core/readiness/index.d.ts.map +1 -1
  286. package/dist/core/readiness/index.js +2 -1
  287. package/dist/core/readiness/index.js.map +1 -1
  288. package/dist/core/readiness/portable-strategies.d.ts +28 -0
  289. package/dist/core/readiness/portable-strategies.d.ts.map +1 -0
  290. package/dist/core/readiness/portable-strategies.js +55 -0
  291. package/dist/core/readiness/portable-strategies.js.map +1 -0
  292. package/dist/core/readiness/strategy-configuration.d.ts +12 -0
  293. package/dist/core/readiness/strategy-configuration.d.ts.map +1 -0
  294. package/dist/core/readiness/strategy-configuration.js +51 -0
  295. package/dist/core/readiness/strategy-configuration.js.map +1 -0
  296. package/dist/core/references/cel-evaluator.d.ts +5 -0
  297. package/dist/core/references/cel-evaluator.d.ts.map +1 -1
  298. package/dist/core/references/cel-evaluator.js +33 -2
  299. package/dist/core/references/cel-evaluator.js.map +1 -1
  300. package/dist/core/references/external-refs.d.ts +2 -0
  301. package/dist/core/references/external-refs.d.ts.map +1 -1
  302. package/dist/core/references/external-refs.js +3 -1
  303. package/dist/core/references/external-refs.js.map +1 -1
  304. package/dist/core/references/resolver.d.ts +7 -1
  305. package/dist/core/references/resolver.d.ts.map +1 -1
  306. package/dist/core/references/resolver.js +91 -9
  307. package/dist/core/references/resolver.js.map +1 -1
  308. package/dist/core/references/schema-proxy.d.ts.map +1 -1
  309. package/dist/core/references/schema-proxy.js +35 -21
  310. package/dist/core/references/schema-proxy.js.map +1 -1
  311. package/dist/core/resources/factory-registry.d.ts +64 -2
  312. package/dist/core/resources/factory-registry.d.ts.map +1 -1
  313. package/dist/core/resources/factory-registry.js +74 -3
  314. package/dist/core/resources/factory-registry.js.map +1 -1
  315. package/dist/core/resources/index.d.ts +3 -2
  316. package/dist/core/resources/index.d.ts.map +1 -1
  317. package/dist/core/resources/index.js +2 -1
  318. package/dist/core/resources/index.js.map +1 -1
  319. package/dist/core/resources/live-comparison.d.ts +58 -0
  320. package/dist/core/resources/live-comparison.d.ts.map +1 -0
  321. package/dist/core/resources/live-comparison.js +293 -0
  322. package/dist/core/resources/live-comparison.js.map +1 -0
  323. package/dist/core/runtime/standalone-operation.d.ts +12 -0
  324. package/dist/core/runtime/standalone-operation.d.ts.map +1 -0
  325. package/dist/core/runtime/standalone-operation.js +62 -0
  326. package/dist/core/runtime/standalone-operation.js.map +1 -0
  327. package/dist/core/serialization/cel-references.d.ts.map +1 -1
  328. package/dist/core/serialization/cel-references.js +11 -1
  329. package/dist/core/serialization/cel-references.js.map +1 -1
  330. package/dist/core/serialization/core.d.ts.map +1 -1
  331. package/dist/core/serialization/core.js +277 -182
  332. package/dist/core/serialization/core.js.map +1 -1
  333. package/dist/core/serialization/schema.d.ts.map +1 -1
  334. package/dist/core/serialization/schema.js +3 -3
  335. package/dist/core/serialization/schema.js.map +1 -1
  336. package/dist/core/serialization/status-analysis-pipeline.d.ts +1 -1
  337. package/dist/core/serialization/status-analysis-pipeline.d.ts.map +1 -1
  338. package/dist/core/serialization/status-analysis-pipeline.js +14 -11
  339. package/dist/core/serialization/status-analysis-pipeline.js.map +1 -1
  340. package/dist/core/serialization/yaml.d.ts +5 -1
  341. package/dist/core/serialization/yaml.d.ts.map +1 -1
  342. package/dist/core/serialization/yaml.js +35 -182
  343. package/dist/core/serialization/yaml.js.map +1 -1
  344. package/dist/core/types/deployment.d.ts +135 -14
  345. package/dist/core/types/deployment.d.ts.map +1 -1
  346. package/dist/core/types/kubernetes.d.ts +3 -0
  347. package/dist/core/types/kubernetes.d.ts.map +1 -1
  348. package/dist/core/types/resource-graph.d.ts +7 -1
  349. package/dist/core/types/resource-graph.d.ts.map +1 -1
  350. package/dist/core/types/serialization.d.ts +8 -1
  351. package/dist/core/types/serialization.d.ts.map +1 -1
  352. package/dist/core/validation/cel-validator.d.ts.map +1 -1
  353. package/dist/core/validation/cel-validator.js +25 -16
  354. package/dist/core/validation/cel-validator.js.map +1 -1
  355. package/dist/experimental-planning.d.ts +13 -0
  356. package/dist/experimental-planning.d.ts.map +1 -0
  357. package/dist/experimental-planning.js +12 -0
  358. package/dist/experimental-planning.js.map +1 -0
  359. package/dist/factories/apisix/compositions/apisix-bootstrap.d.ts.map +1 -1
  360. package/dist/factories/apisix/compositions/apisix-bootstrap.js +27 -22
  361. package/dist/factories/apisix/compositions/apisix-bootstrap.js.map +1 -1
  362. package/dist/factories/apisix/compositions/apisix-helm-repository.d.ts +15 -0
  363. package/dist/factories/apisix/compositions/apisix-helm-repository.d.ts.map +1 -0
  364. package/dist/factories/apisix/compositions/apisix-helm-repository.js +28 -0
  365. package/dist/factories/apisix/compositions/apisix-helm-repository.js.map +1 -0
  366. package/dist/factories/apisix/compositions/index.d.ts +1 -0
  367. package/dist/factories/apisix/compositions/index.d.ts.map +1 -1
  368. package/dist/factories/apisix/compositions/index.js +1 -0
  369. package/dist/factories/apisix/compositions/index.js.map +1 -1
  370. package/dist/factories/apisix/types.d.ts +22 -0
  371. package/dist/factories/apisix/types.d.ts.map +1 -1
  372. package/dist/factories/apisix/types.js +16 -0
  373. package/dist/factories/apisix/types.js.map +1 -1
  374. package/dist/factories/apisix/utils/admin-credentials.d.ts +1 -0
  375. package/dist/factories/apisix/utils/admin-credentials.d.ts.map +1 -1
  376. package/dist/factories/apisix/utils/admin-credentials.js +5 -4
  377. package/dist/factories/apisix/utils/admin-credentials.js.map +1 -1
  378. package/dist/factories/caddy/compositions/caddy-ingress.d.ts.map +1 -1
  379. package/dist/factories/caddy/compositions/caddy-ingress.js +9 -2
  380. package/dist/factories/caddy/compositions/caddy-ingress.js.map +1 -1
  381. package/dist/factories/cert-manager/compositions/cert-manager-bootstrap.d.ts.map +1 -1
  382. package/dist/factories/cert-manager/compositions/cert-manager-bootstrap.js +11 -25
  383. package/dist/factories/cert-manager/compositions/cert-manager-bootstrap.js.map +1 -1
  384. package/dist/factories/cert-manager/resources/certificates.d.ts.map +1 -1
  385. package/dist/factories/cert-manager/resources/certificates.js +2 -1
  386. package/dist/factories/cert-manager/resources/certificates.js.map +1 -1
  387. package/dist/factories/cert-manager/resources/challenges.d.ts.map +1 -1
  388. package/dist/factories/cert-manager/resources/challenges.js +3 -0
  389. package/dist/factories/cert-manager/resources/challenges.js.map +1 -1
  390. package/dist/factories/cilium/compositions/cilium-bootstrap.d.ts +4 -4
  391. package/dist/factories/cilium/resources/gateway.d.ts.map +1 -1
  392. package/dist/factories/cilium/resources/gateway.js +13 -12
  393. package/dist/factories/cilium/resources/gateway.js.map +1 -1
  394. package/dist/factories/cilium/resources/networking.d.ts.map +1 -1
  395. package/dist/factories/cilium/resources/networking.js +9 -0
  396. package/dist/factories/cilium/resources/networking.js.map +1 -1
  397. package/dist/factories/clickhouse/compositions/clickhouse-operator-bootstrap.d.ts +2 -1
  398. package/dist/factories/clickhouse/compositions/clickhouse-operator-bootstrap.d.ts.map +1 -1
  399. package/dist/factories/clickhouse/compositions/clickhouse-operator-bootstrap.js +2 -6
  400. package/dist/factories/clickhouse/compositions/clickhouse-operator-bootstrap.js.map +1 -1
  401. package/dist/factories/clickhouse/resources/installation.d.ts.map +1 -1
  402. package/dist/factories/clickhouse/resources/installation.js +2 -0
  403. package/dist/factories/clickhouse/resources/installation.js.map +1 -1
  404. package/dist/factories/clickhouse/resources/keeper.d.ts.map +1 -1
  405. package/dist/factories/clickhouse/resources/keeper.js +2 -0
  406. package/dist/factories/clickhouse/resources/keeper.js.map +1 -1
  407. package/dist/factories/clickhouse/types.d.ts +5 -2
  408. package/dist/factories/clickhouse/types.d.ts.map +1 -1
  409. package/dist/factories/clickhouse/types.js +2 -1
  410. package/dist/factories/clickhouse/types.js.map +1 -1
  411. package/dist/factories/clickstack/compositions/k8s-telemetry.d.ts +4 -2
  412. package/dist/factories/clickstack/compositions/k8s-telemetry.d.ts.map +1 -1
  413. package/dist/factories/clickstack/compositions/k8s-telemetry.js +2 -5
  414. package/dist/factories/clickstack/compositions/k8s-telemetry.js.map +1 -1
  415. package/dist/factories/clickstack/types.d.ts +2 -1
  416. package/dist/factories/clickstack/types.d.ts.map +1 -1
  417. package/dist/factories/clickstack/types.js +3 -1
  418. package/dist/factories/clickstack/types.js.map +1 -1
  419. package/dist/factories/cnpg/compositions/cnpg-bootstrap.d.ts +2 -1
  420. package/dist/factories/cnpg/compositions/cnpg-bootstrap.d.ts.map +1 -1
  421. package/dist/factories/cnpg/compositions/cnpg-bootstrap.js +3 -8
  422. package/dist/factories/cnpg/compositions/cnpg-bootstrap.js.map +1 -1
  423. package/dist/factories/cnpg/resources/backup.d.ts.map +1 -1
  424. package/dist/factories/cnpg/resources/backup.js +2 -0
  425. package/dist/factories/cnpg/resources/backup.js.map +1 -1
  426. package/dist/factories/cnpg/resources/cluster.d.ts.map +1 -1
  427. package/dist/factories/cnpg/resources/cluster.js +2 -1
  428. package/dist/factories/cnpg/resources/cluster.js.map +1 -1
  429. package/dist/factories/cnpg/resources/pooler.d.ts.map +1 -1
  430. package/dist/factories/cnpg/resources/pooler.js +2 -0
  431. package/dist/factories/cnpg/resources/pooler.js.map +1 -1
  432. package/dist/factories/cnpg/resources/scheduled-backup.d.ts.map +1 -1
  433. package/dist/factories/cnpg/resources/scheduled-backup.js +2 -1
  434. package/dist/factories/cnpg/resources/scheduled-backup.js.map +1 -1
  435. package/dist/factories/cnpg/types.d.ts +6 -3
  436. package/dist/factories/cnpg/types.d.ts.map +1 -1
  437. package/dist/factories/cnpg/types.js +2 -1
  438. package/dist/factories/cnpg/types.js.map +1 -1
  439. package/dist/factories/dagster/compositions/dagster-bootstrap.d.ts +2 -0
  440. package/dist/factories/dagster/compositions/dagster-bootstrap.d.ts.map +1 -1
  441. package/dist/factories/dagster/types.d.ts +5 -0
  442. package/dist/factories/dagster/types.d.ts.map +1 -1
  443. package/dist/factories/dagster/types.js +1 -0
  444. package/dist/factories/dagster/types.js.map +1 -1
  445. package/dist/factories/dagster/utils/helm-values-mapper.js +3 -0
  446. package/dist/factories/dagster/utils/helm-values-mapper.js.map +1 -1
  447. package/dist/factories/external-dns/compositions/external-dns-bootstrap.d.ts.map +1 -1
  448. package/dist/factories/external-dns/compositions/external-dns-bootstrap.js +7 -4
  449. package/dist/factories/external-dns/compositions/external-dns-bootstrap.js.map +1 -1
  450. package/dist/factories/external-dns/resources/dns-endpoint.d.ts.map +1 -1
  451. package/dist/factories/external-dns/resources/dns-endpoint.js +20 -18
  452. package/dist/factories/external-dns/resources/dns-endpoint.js.map +1 -1
  453. package/dist/factories/flux/git-repository.d.ts.map +1 -1
  454. package/dist/factories/flux/git-repository.js +41 -34
  455. package/dist/factories/flux/git-repository.js.map +1 -1
  456. package/dist/factories/flux/kustomize/readiness-evaluators.d.ts +0 -6
  457. package/dist/factories/flux/kustomize/readiness-evaluators.d.ts.map +1 -1
  458. package/dist/factories/flux/kustomize/readiness-evaluators.js +12 -2
  459. package/dist/factories/flux/kustomize/readiness-evaluators.js.map +1 -1
  460. package/dist/factories/harbor/compositions/harbor-installation.d.ts +46 -38
  461. package/dist/factories/harbor/compositions/harbor-installation.d.ts.map +1 -1
  462. package/dist/factories/harbor/compositions/harbor-installation.js +4 -2
  463. package/dist/factories/harbor/compositions/harbor-installation.js.map +1 -1
  464. package/dist/factories/harbor/types.d.ts +13 -11
  465. package/dist/factories/harbor/types.d.ts.map +1 -1
  466. package/dist/factories/harbor/types.js +11 -9
  467. package/dist/factories/harbor/types.js.map +1 -1
  468. package/dist/factories/helm/helm-repository.d.ts.map +1 -1
  469. package/dist/factories/helm/helm-repository.js +14 -1
  470. package/dist/factories/helm/helm-repository.js.map +1 -1
  471. package/dist/factories/helm/index.d.ts +2 -0
  472. package/dist/factories/helm/index.d.ts.map +1 -1
  473. package/dist/factories/helm/index.js +1 -0
  474. package/dist/factories/helm/index.js.map +1 -1
  475. package/dist/factories/helm/readiness-evaluators.d.ts.map +1 -1
  476. package/dist/factories/helm/readiness-evaluators.js +46 -7
  477. package/dist/factories/helm/readiness-evaluators.js.map +1 -1
  478. package/dist/factories/helm/status.d.ts +18 -0
  479. package/dist/factories/helm/status.d.ts.map +1 -0
  480. package/dist/factories/helm/status.js +38 -0
  481. package/dist/factories/helm/status.js.map +1 -0
  482. package/dist/factories/index.d.ts +2 -2
  483. package/dist/factories/index.d.ts.map +1 -1
  484. package/dist/factories/index.js +4 -4
  485. package/dist/factories/index.js.map +1 -1
  486. package/dist/factories/inngest/compositions/inngest-bootstrap.d.ts +1 -1
  487. package/dist/factories/inngest/compositions/inngest-bootstrap.d.ts.map +1 -1
  488. package/dist/factories/inngest/compositions/inngest-bootstrap.js +2 -4
  489. package/dist/factories/inngest/compositions/inngest-bootstrap.js.map +1 -1
  490. package/dist/factories/inngest/resources/helm.d.ts.map +1 -1
  491. package/dist/factories/inngest/resources/helm.js +12 -3
  492. package/dist/factories/inngest/resources/helm.js.map +1 -1
  493. package/dist/factories/inngest/types.d.ts +3 -7
  494. package/dist/factories/inngest/types.d.ts.map +1 -1
  495. package/dist/factories/inngest/types.js +1 -1
  496. package/dist/factories/inngest/types.js.map +1 -1
  497. package/dist/factories/kro/kro-crd.d.ts.map +1 -1
  498. package/dist/factories/kro/kro-crd.js +32 -33
  499. package/dist/factories/kro/kro-crd.js.map +1 -1
  500. package/dist/factories/kro/kro-custom-resource.d.ts.map +1 -1
  501. package/dist/factories/kro/kro-custom-resource.js +91 -85
  502. package/dist/factories/kro/kro-custom-resource.js.map +1 -1
  503. package/dist/factories/kro/resource-graph-definition.d.ts.map +1 -1
  504. package/dist/factories/kro/resource-graph-definition.js +127 -117
  505. package/dist/factories/kro/resource-graph-definition.js.map +1 -1
  506. package/dist/factories/kubernetes/autoscaling/horizontal-pod-autoscaler-v1.d.ts.map +1 -1
  507. package/dist/factories/kubernetes/autoscaling/horizontal-pod-autoscaler-v1.js +27 -26
  508. package/dist/factories/kubernetes/autoscaling/horizontal-pod-autoscaler-v1.js.map +1 -1
  509. package/dist/factories/kubernetes/autoscaling/horizontal-pod-autoscaler.d.ts.map +1 -1
  510. package/dist/factories/kubernetes/autoscaling/horizontal-pod-autoscaler.js +22 -22
  511. package/dist/factories/kubernetes/autoscaling/horizontal-pod-autoscaler.js.map +1 -1
  512. package/dist/factories/kubernetes/certificates/certificate-signing-request.d.ts.map +1 -1
  513. package/dist/factories/kubernetes/certificates/certificate-signing-request.js +41 -39
  514. package/dist/factories/kubernetes/certificates/certificate-signing-request.js.map +1 -1
  515. package/dist/factories/kubernetes/core/component-status.d.ts.map +1 -1
  516. package/dist/factories/kubernetes/core/component-status.js +14 -16
  517. package/dist/factories/kubernetes/core/component-status.js.map +1 -1
  518. package/dist/factories/kubernetes/core/namespace.d.ts.map +1 -1
  519. package/dist/factories/kubernetes/core/namespace.js +31 -38
  520. package/dist/factories/kubernetes/core/namespace.js.map +1 -1
  521. package/dist/factories/kubernetes/core/node.d.ts.map +1 -1
  522. package/dist/factories/kubernetes/core/node.js +17 -25
  523. package/dist/factories/kubernetes/core/node.js.map +1 -1
  524. package/dist/factories/kubernetes/core/pod.d.ts.map +1 -1
  525. package/dist/factories/kubernetes/core/pod.js +31 -35
  526. package/dist/factories/kubernetes/core/pod.js.map +1 -1
  527. package/dist/factories/kubernetes/extensions/custom-resource-definition.d.ts.map +1 -1
  528. package/dist/factories/kubernetes/extensions/custom-resource-definition.js +34 -36
  529. package/dist/factories/kubernetes/extensions/custom-resource-definition.js.map +1 -1
  530. package/dist/factories/kubernetes/extensions/custom-resource.d.ts.map +1 -1
  531. package/dist/factories/kubernetes/extensions/custom-resource.js +2 -4
  532. package/dist/factories/kubernetes/extensions/custom-resource.js.map +1 -1
  533. package/dist/factories/kubernetes/networking/endpoints.d.ts.map +1 -1
  534. package/dist/factories/kubernetes/networking/endpoints.js +29 -30
  535. package/dist/factories/kubernetes/networking/endpoints.js.map +1 -1
  536. package/dist/factories/kubernetes/networking/ingress.d.ts.map +1 -1
  537. package/dist/factories/kubernetes/networking/ingress.js +46 -57
  538. package/dist/factories/kubernetes/networking/ingress.js.map +1 -1
  539. package/dist/factories/kubernetes/networking/network-policy.d.ts +9 -0
  540. package/dist/factories/kubernetes/networking/network-policy.d.ts.map +1 -1
  541. package/dist/factories/kubernetes/networking/network-policy.js +51 -1
  542. package/dist/factories/kubernetes/networking/network-policy.js.map +1 -1
  543. package/dist/factories/kubernetes/networking/service.d.ts.map +1 -1
  544. package/dist/factories/kubernetes/networking/service.js +48 -40
  545. package/dist/factories/kubernetes/networking/service.js.map +1 -1
  546. package/dist/factories/kubernetes/policy/pod-disruption-budget.d.ts.map +1 -1
  547. package/dist/factories/kubernetes/policy/pod-disruption-budget.js +40 -46
  548. package/dist/factories/kubernetes/policy/pod-disruption-budget.js.map +1 -1
  549. package/dist/factories/kubernetes/policy/resource-quota.d.ts.map +1 -1
  550. package/dist/factories/kubernetes/policy/resource-quota.js +30 -34
  551. package/dist/factories/kubernetes/policy/resource-quota.js.map +1 -1
  552. package/dist/factories/kubernetes/storage/persistent-volume-claim.d.ts.map +1 -1
  553. package/dist/factories/kubernetes/storage/persistent-volume-claim.js +22 -21
  554. package/dist/factories/kubernetes/storage/persistent-volume-claim.js.map +1 -1
  555. package/dist/factories/kubernetes/storage/persistent-volume.d.ts.map +1 -1
  556. package/dist/factories/kubernetes/storage/persistent-volume.js +32 -38
  557. package/dist/factories/kubernetes/storage/persistent-volume.js.map +1 -1
  558. package/dist/factories/kubernetes/storage/volume-attachment.d.ts.map +1 -1
  559. package/dist/factories/kubernetes/storage/volume-attachment.js +12 -11
  560. package/dist/factories/kubernetes/storage/volume-attachment.js.map +1 -1
  561. package/dist/factories/kubernetes/workloads/cron-job.d.ts.map +1 -1
  562. package/dist/factories/kubernetes/workloads/cron-job.js +39 -34
  563. package/dist/factories/kubernetes/workloads/cron-job.js.map +1 -1
  564. package/dist/factories/kubernetes/workloads/daemon-set.d.ts.map +1 -1
  565. package/dist/factories/kubernetes/workloads/daemon-set.js +24 -23
  566. package/dist/factories/kubernetes/workloads/daemon-set.js.map +1 -1
  567. package/dist/factories/kubernetes/workloads/deployment.d.ts.map +1 -1
  568. package/dist/factories/kubernetes/workloads/deployment.js +45 -35
  569. package/dist/factories/kubernetes/workloads/deployment.js.map +1 -1
  570. package/dist/factories/kubernetes/workloads/job.d.ts.map +1 -1
  571. package/dist/factories/kubernetes/workloads/job.js +87 -77
  572. package/dist/factories/kubernetes/workloads/job.js.map +1 -1
  573. package/dist/factories/kubernetes/workloads/replica-set.d.ts.map +1 -1
  574. package/dist/factories/kubernetes/workloads/replica-set.js +24 -24
  575. package/dist/factories/kubernetes/workloads/replica-set.js.map +1 -1
  576. package/dist/factories/kubernetes/workloads/replication-controller.d.ts.map +1 -1
  577. package/dist/factories/kubernetes/workloads/replication-controller.js +37 -26
  578. package/dist/factories/kubernetes/workloads/replication-controller.js.map +1 -1
  579. package/dist/factories/kubernetes/workloads/stateful-set.d.ts.map +1 -1
  580. package/dist/factories/kubernetes/workloads/stateful-set.js +69 -55
  581. package/dist/factories/kubernetes/workloads/stateful-set.js.map +1 -1
  582. package/dist/factories/kubernetes/yaml/yaml-artifact-applier.d.ts +15 -0
  583. package/dist/factories/kubernetes/yaml/yaml-artifact-applier.d.ts.map +1 -0
  584. package/dist/factories/kubernetes/yaml/yaml-artifact-applier.js +69 -0
  585. package/dist/factories/kubernetes/yaml/yaml-artifact-applier.js.map +1 -0
  586. package/dist/factories/kubernetes/yaml/yaml-directory.d.ts +2 -1
  587. package/dist/factories/kubernetes/yaml/yaml-directory.d.ts.map +1 -1
  588. package/dist/factories/kubernetes/yaml/yaml-directory.js +3 -34
  589. package/dist/factories/kubernetes/yaml/yaml-directory.js.map +1 -1
  590. package/dist/factories/kubernetes/yaml/yaml-file.d.ts +13 -91
  591. package/dist/factories/kubernetes/yaml/yaml-file.d.ts.map +1 -1
  592. package/dist/factories/kubernetes/yaml/yaml-file.js +21 -311
  593. package/dist/factories/kubernetes/yaml/yaml-file.js.map +1 -1
  594. package/dist/factories/nats/compositions/nats-bootstrap.d.ts +2 -2
  595. package/dist/factories/nats/compositions/nats-bootstrap.d.ts.map +1 -1
  596. package/dist/factories/nats/compositions/nats-bootstrap.js +2 -3
  597. package/dist/factories/nats/compositions/nats-bootstrap.js.map +1 -1
  598. package/dist/factories/nats/resources/jetstream.d.ts.map +1 -1
  599. package/dist/factories/nats/resources/jetstream.js +2 -0
  600. package/dist/factories/nats/resources/jetstream.js.map +1 -1
  601. package/dist/factories/nats/types.d.ts +3 -3
  602. package/dist/factories/nats/types.js +1 -1
  603. package/dist/factories/nats/types.js.map +1 -1
  604. package/dist/factories/ory/compositions/ory-platform-stack.d.ts.map +1 -1
  605. package/dist/factories/ory/compositions/ory-platform-stack.js +35 -9
  606. package/dist/factories/ory/compositions/ory-platform-stack.js.map +1 -1
  607. package/dist/factories/ory/resources/oathkeeper-rule.d.ts.map +1 -1
  608. package/dist/factories/ory/resources/oathkeeper-rule.js +11 -8
  609. package/dist/factories/ory/resources/oathkeeper-rule.js.map +1 -1
  610. package/dist/factories/ory/resources/oauth2-client.d.ts.map +1 -1
  611. package/dist/factories/ory/resources/oauth2-client.js +12 -9
  612. package/dist/factories/ory/resources/oauth2-client.js.map +1 -1
  613. package/dist/factories/ory/types.d.ts +3 -0
  614. package/dist/factories/ory/types.d.ts.map +1 -1
  615. package/dist/factories/ory/types.js +1 -0
  616. package/dist/factories/ory/types.js.map +1 -1
  617. package/dist/factories/rook/compositions/rook-ceph-operator-installation.d.ts +2 -2
  618. package/dist/factories/rook/compositions/rook-ceph-operator-installation.d.ts.map +1 -1
  619. package/dist/factories/rook/compositions/rook-ceph-operator-installation.js +2 -3
  620. package/dist/factories/rook/compositions/rook-ceph-operator-installation.js.map +1 -1
  621. package/dist/factories/rook/resources/ceph-object-store-user.d.ts.map +1 -1
  622. package/dist/factories/rook/resources/ceph-object-store-user.js +2 -0
  623. package/dist/factories/rook/resources/ceph-object-store-user.js.map +1 -1
  624. package/dist/factories/rook/resources/ceph-object-store.d.ts.map +1 -1
  625. package/dist/factories/rook/resources/ceph-object-store.js +2 -0
  626. package/dist/factories/rook/resources/ceph-object-store.js.map +1 -1
  627. package/dist/factories/rook/resources/object-bucket-claim.d.ts.map +1 -1
  628. package/dist/factories/rook/resources/object-bucket-claim.js +2 -0
  629. package/dist/factories/rook/resources/object-bucket-claim.js.map +1 -1
  630. package/dist/factories/rook/types.d.ts +1 -1
  631. package/dist/factories/rook/types.js +1 -1
  632. package/dist/factories/rook/types.js.map +1 -1
  633. package/dist/factories/searxng/compositions/searxng-bootstrap.d.ts.map +1 -1
  634. package/dist/factories/searxng/compositions/searxng-bootstrap.js +2 -2
  635. package/dist/factories/searxng/compositions/searxng-bootstrap.js.map +1 -1
  636. package/dist/factories/searxng/resources/searxng.d.ts.map +1 -1
  637. package/dist/factories/searxng/resources/searxng.js +2 -0
  638. package/dist/factories/searxng/resources/searxng.js.map +1 -1
  639. package/dist/factories/valkey/compositions/valkey-bootstrap.d.ts +2 -2
  640. package/dist/factories/valkey/compositions/valkey-bootstrap.d.ts.map +1 -1
  641. package/dist/factories/valkey/compositions/valkey-bootstrap.js +4 -9
  642. package/dist/factories/valkey/compositions/valkey-bootstrap.js.map +1 -1
  643. package/dist/factories/valkey/resources/valkey.d.ts.map +1 -1
  644. package/dist/factories/valkey/resources/valkey.js +2 -1
  645. package/dist/factories/valkey/resources/valkey.js.map +1 -1
  646. package/dist/factories/valkey/types.d.ts +3 -7
  647. package/dist/factories/valkey/types.d.ts.map +1 -1
  648. package/dist/factories/valkey/types.js +1 -1
  649. package/dist/factories/valkey/types.js.map +1 -1
  650. package/dist/factories/webapp/compositions/web-app-with-processing.d.ts +3 -2
  651. package/dist/factories/webapp/compositions/web-app-with-processing.d.ts.map +1 -1
  652. package/dist/factories/webapp/compositions/web-app-with-processing.js +7 -6
  653. package/dist/factories/webapp/compositions/web-app-with-processing.js.map +1 -1
  654. package/dist/factories/webapp/types.d.ts +1 -0
  655. package/dist/factories/webapp/types.d.ts.map +1 -1
  656. package/dist/factories/webapp/types.js +2 -0
  657. package/dist/factories/webapp/types.js.map +1 -1
  658. package/dist/index.d.ts +2 -1
  659. package/dist/index.d.ts.map +1 -1
  660. package/dist/index.js +1 -1
  661. package/dist/index.js.map +1 -1
  662. package/dist/shared/brands.d.ts +7 -0
  663. package/dist/shared/brands.d.ts.map +1 -1
  664. package/dist/shared/brands.js +7 -0
  665. package/dist/shared/brands.js.map +1 -1
  666. package/dist/utils/index.d.ts +3 -3
  667. package/dist/utils/index.d.ts.map +1 -1
  668. package/dist/utils/index.js +3 -3
  669. package/dist/utils/index.js.map +1 -1
  670. package/package.json +20 -5
  671. package/dist/factories/kubernetes/yaml/conflict-handler.d.ts +0 -23
  672. package/dist/factories/kubernetes/yaml/conflict-handler.d.ts.map +0 -1
  673. package/dist/factories/kubernetes/yaml/conflict-handler.js +0 -83
  674. package/dist/factories/kubernetes/yaml/conflict-handler.js.map +0 -1
@@ -0,0 +1,441 @@
1
+ import type { AnyAspectDefinition } from '../aspects/types.js';
2
+ import type { KubernetesResource } from '../types/kubernetes.js';
3
+ /** Version of the experimental semantic planning DTOs. */
4
+ export declare const SEMANTIC_PLAN_VERSION: 1;
5
+ /** Stable JSON-compatible primitive. */
6
+ export type PlanPrimitive = string | number | boolean | null;
7
+ /** Source location attached to a planning diagnostic when available. */
8
+ export interface PlanSourceLocation {
9
+ readonly file?: string;
10
+ readonly line?: number;
11
+ readonly column?: number;
12
+ }
13
+ /** Structured diagnostic returned by inspection, planning, and canonicalization. */
14
+ export interface PlanDiagnostic {
15
+ readonly code: string;
16
+ readonly severity: 'info' | 'warning' | 'error';
17
+ readonly message: string;
18
+ readonly path?: string;
19
+ readonly location?: PlanSourceLocation;
20
+ readonly details?: Readonly<Record<string, PlanPrimitive>>;
21
+ }
22
+ /** Reference captured by portable expression IR. */
23
+ export interface ExpressionReferenceIR {
24
+ readonly source: 'spec' | 'resource';
25
+ readonly resourceId?: string;
26
+ readonly fieldPath: string;
27
+ }
28
+ /**
29
+ * Canonical expression accepted by the Gate B compatibility frontend.
30
+ *
31
+ * Natural TypeScript, computed expressions, and explicit CEL all lower to this
32
+ * representation before direct evaluation or KRO emission. Raw CEL remains
33
+ * explicitly target-constrained.
34
+ */
35
+ export interface ExpressionIR {
36
+ readonly version: 1;
37
+ readonly language: 'portable-cel' | 'raw-cel';
38
+ readonly expression: string;
39
+ readonly references: readonly ExpressionReferenceIR[];
40
+ readonly sensitivity: 'public' | 'sensitive';
41
+ readonly sourceLocation?: PlanSourceLocation;
42
+ }
43
+ export interface PlanLiteralValue {
44
+ readonly kind: 'literal';
45
+ readonly value: PlanPrimitive;
46
+ }
47
+ export interface PlanArrayValue {
48
+ readonly kind: 'array';
49
+ readonly items: readonly PlanValue[];
50
+ }
51
+ export interface PlanObjectEntry {
52
+ readonly key: string;
53
+ readonly value: PlanValue;
54
+ }
55
+ export interface PlanObjectValue {
56
+ readonly kind: 'object';
57
+ readonly entries: readonly PlanObjectEntry[];
58
+ }
59
+ export interface PlanReferenceValue {
60
+ readonly kind: 'reference';
61
+ readonly source: 'spec' | 'resource';
62
+ readonly resourceId?: string;
63
+ readonly fieldPath: string;
64
+ /** Absence is a valid value and omits the containing materialized field. */
65
+ readonly optional?: true;
66
+ /** The producer is a flattened composition boundary, not a Kubernetes child. */
67
+ readonly nestedComposition?: true;
68
+ }
69
+ export interface PlanExpressionValue {
70
+ readonly kind: 'expression';
71
+ readonly expression: ExpressionIR;
72
+ }
73
+ export type PlanTemplateSegment = {
74
+ readonly kind: 'literal';
75
+ readonly value: string;
76
+ } | {
77
+ readonly kind: 'expression';
78
+ readonly expression: ExpressionIR;
79
+ } | {
80
+ readonly kind: 'reference';
81
+ readonly source: 'spec' | 'resource';
82
+ readonly resourceId?: string;
83
+ readonly fieldPath: string;
84
+ /** Absence omits the complete containing template value. */
85
+ readonly optional?: true;
86
+ /** The producer is a flattened composition boundary, not a Kubernetes child. */
87
+ readonly nestedComposition?: true;
88
+ };
89
+ /** String template with references preserved as typed segments. */
90
+ export interface PlanTemplateValue {
91
+ readonly kind: 'template';
92
+ readonly segments: readonly PlanTemplateSegment[];
93
+ }
94
+ export interface PlanOmittedValue {
95
+ readonly kind: 'omitted';
96
+ }
97
+ export interface SensitiveValueRef {
98
+ readonly kind: 'sensitive-binding';
99
+ readonly binding: string;
100
+ readonly version?: string;
101
+ }
102
+ /**
103
+ * A symbolic or derived value whose materialized result is sensitive.
104
+ *
105
+ * The wrapped value must itself be safe to serialize. In particular, this is
106
+ * used for spec/resource references and portable expressions that feed a
107
+ * Kubernetes Secret; it is never a container for inline plaintext bytes.
108
+ */
109
+ export interface PlanSensitiveValue {
110
+ readonly kind: 'sensitive-value';
111
+ readonly value: PlanValue;
112
+ }
113
+ export interface ExternalInputRef {
114
+ readonly kind: 'external-input';
115
+ readonly name: string;
116
+ }
117
+ export interface ArtifactOutputRef {
118
+ readonly kind: 'artifact-output';
119
+ readonly requirementId: string;
120
+ readonly output: string;
121
+ }
122
+ /** Canonical, unambiguous value tree used by semantic plans. */
123
+ export type PlanValue = PlanLiteralValue | PlanArrayValue | PlanObjectValue | PlanReferenceValue | PlanExpressionValue | PlanTemplateValue | PlanOmittedValue | SensitiveValueRef | PlanSensitiveValue | ExternalInputRef | ArtifactOutputRef;
124
+ /** Result of lowering a runtime authoring value into canonical plan form. */
125
+ export interface PlanValueLoweringResult {
126
+ readonly value: PlanValue;
127
+ readonly diagnostics: readonly PlanDiagnostic[];
128
+ readonly sensitivity: 'public' | 'sensitive';
129
+ }
130
+ export interface SchemaPropertyIR {
131
+ readonly name: string;
132
+ readonly required: boolean;
133
+ readonly schema: SchemaNodeIR;
134
+ readonly defaultValue?: PlanValue;
135
+ }
136
+ /** Canonical constraint values supported by the portable schema profile. */
137
+ export type SchemaConstraintValue = PlanPrimitive | readonly PlanPrimitive[];
138
+ export type SchemaNodeIR = {
139
+ readonly kind: 'primitive';
140
+ readonly type: 'string' | 'number' | 'boolean' | 'null' | 'unknown';
141
+ readonly constraints?: Readonly<Record<string, SchemaConstraintValue>>;
142
+ } | {
143
+ readonly kind: 'literal';
144
+ readonly value: PlanPrimitive;
145
+ } | {
146
+ readonly kind: 'array';
147
+ readonly items: SchemaNodeIR;
148
+ } | {
149
+ readonly kind: 'object';
150
+ readonly properties: readonly SchemaPropertyIR[];
151
+ } | {
152
+ readonly kind: 'union';
153
+ readonly variants: readonly SchemaNodeIR[];
154
+ } | {
155
+ readonly kind: 'unsupported';
156
+ readonly description: string;
157
+ readonly raw: PlanValue;
158
+ };
159
+ /** Versioned canonical schema representation derived from ArkType JSON. */
160
+ export interface SchemaIR {
161
+ readonly version: 1;
162
+ readonly root: SchemaNodeIR;
163
+ readonly digest: string;
164
+ readonly diagnostics: readonly PlanDiagnostic[];
165
+ }
166
+ export type CompositionIdentity = {
167
+ readonly name: string;
168
+ readonly apiVersion: string;
169
+ readonly kind: string;
170
+ readonly stability: 'stable';
171
+ readonly revision: {
172
+ readonly kind: 'version';
173
+ readonly value: string;
174
+ } | {
175
+ readonly kind: 'bundle-digest';
176
+ readonly value: string;
177
+ };
178
+ readonly diagnosticSourceDigest?: string;
179
+ } | {
180
+ readonly name: string;
181
+ readonly apiVersion: string;
182
+ readonly kind: string;
183
+ readonly stability: 'preview-unstable';
184
+ readonly diagnosticSourceDigest: string;
185
+ };
186
+ export interface CapabilityRequirement {
187
+ readonly id: string;
188
+ readonly version: number;
189
+ /** Deployment representation required by this capability. */
190
+ readonly target?: 'direct' | 'kro';
191
+ /** Execution host required to satisfy this capability. */
192
+ readonly host?: 'standalone' | 'alchemy';
193
+ /** Output form required to satisfy this capability. */
194
+ readonly output?: 'live' | 'static';
195
+ readonly nodeId?: string;
196
+ }
197
+ export interface StatusProjection {
198
+ readonly path: string;
199
+ readonly source: 'live-resource' | 'desired-spec' | 'static' | 'derived' | 'client-only';
200
+ readonly mode: 'auto' | 'native' | 'relay' | 'client-only';
201
+ readonly persistedPath?: string;
202
+ readonly value?: PlanValue;
203
+ }
204
+ export interface StatusContract {
205
+ readonly persistedSchema: SchemaIR;
206
+ readonly hydratedSchema: SchemaIR;
207
+ readonly projections: readonly StatusProjection[];
208
+ }
209
+ export interface AspectManifestEntry {
210
+ readonly id: string;
211
+ readonly revision: string;
212
+ readonly configuration: PlanValue;
213
+ readonly order: number;
214
+ }
215
+ export interface OrdinaryInputBinding {
216
+ readonly kind: 'ordinary';
217
+ readonly value: unknown;
218
+ }
219
+ export interface SensitiveInputBinding {
220
+ readonly kind: 'sensitive';
221
+ readonly binding: string;
222
+ readonly version?: string;
223
+ }
224
+ export interface ArtifactInputBinding {
225
+ readonly kind: 'artifact';
226
+ readonly requirement: ArtifactRequirement;
227
+ }
228
+ export type DeclaredInputBinding = OrdinaryInputBinding | SensitiveInputBinding | ArtifactInputBinding;
229
+ export type DeclaredInputManifestEntry = {
230
+ readonly name: string;
231
+ readonly kind: 'ordinary';
232
+ readonly value: PlanValue;
233
+ } | {
234
+ readonly name: string;
235
+ readonly kind: 'sensitive';
236
+ readonly binding: string;
237
+ readonly version?: string;
238
+ } | {
239
+ readonly name: string;
240
+ readonly kind: 'artifact';
241
+ readonly requirement: ArtifactRequirement;
242
+ };
243
+ export interface ArtifactRequirement {
244
+ readonly kind: string;
245
+ readonly id: string;
246
+ readonly descriptor: PlanValue;
247
+ readonly outputs: readonly string[];
248
+ }
249
+ /** One artifact output consumed by a compiled operation. */
250
+ export interface ArtifactOutputUse {
251
+ readonly requirementId: string;
252
+ readonly output: string;
253
+ /** The output flows through a sensitive-value boundary and must be redacted in host state. */
254
+ readonly sensitive: boolean;
255
+ }
256
+ export interface RepresentationRequirement {
257
+ readonly target: 'direct' | 'kro';
258
+ readonly kind: string;
259
+ readonly extension: string;
260
+ readonly version: number;
261
+ readonly inputs: PlanValue;
262
+ readonly sourceNodeId?: string;
263
+ readonly factoryName?: string;
264
+ }
265
+ export interface CanonicalizerManifestEntry {
266
+ readonly id: string;
267
+ readonly revision: string;
268
+ readonly stage: 'desired';
269
+ /** Factory registration whose resource caused this canonicalizer to run. */
270
+ readonly factoryName?: string;
271
+ }
272
+ export interface PlanOptions {
273
+ readonly aspects?: readonly AnyAspectDefinition[];
274
+ readonly inputs?: Readonly<Record<string, DeclaredInputBinding>>;
275
+ readonly strict?: boolean;
276
+ }
277
+ export interface CompositionInspection {
278
+ readonly version: 1;
279
+ readonly composition: CompositionIdentity;
280
+ readonly specSchema: SchemaIR;
281
+ readonly status: StatusContract;
282
+ readonly potentialCapabilities: readonly CapabilityRequirement[];
283
+ readonly diagnostics: readonly PlanDiagnostic[];
284
+ }
285
+ export interface LogicalInstanceIdentity {
286
+ readonly composition: string;
287
+ readonly name: PlanValue;
288
+ }
289
+ export interface KubernetesIdentity {
290
+ readonly apiVersion: string;
291
+ readonly kind: string;
292
+ readonly name: PlanValue;
293
+ readonly namespace?: PlanValue;
294
+ readonly scope: 'cluster' | 'namespaced';
295
+ }
296
+ export interface UnusedEvidence {
297
+ readonly provider: string;
298
+ readonly version: number;
299
+ readonly inputs: PlanValue;
300
+ }
301
+ export interface LifecyclePolicy {
302
+ readonly creation: 'create' | 'adopt' | 'require-existing';
303
+ readonly management: 'authoritative' | 'cooperative' | 'reference-only';
304
+ readonly deletion: 'delete' | 'retain' | 'delete-when-unused';
305
+ readonly instancing: {
306
+ readonly kind: 'per-instance';
307
+ } | {
308
+ readonly kind: 'per-scope';
309
+ readonly key: PlanValue;
310
+ } | {
311
+ readonly kind: 'per-cluster';
312
+ };
313
+ readonly sharing: 'exclusive' | 'shareable';
314
+ readonly unusedEvidence?: UnusedEvidence;
315
+ }
316
+ /** Serializable identity for the client-side strategy used to evaluate readiness. */
317
+ export interface RuntimeReadinessClassification {
318
+ readonly reason: 'ambient-clock' | 'ambient-state' | 'host-callback' | 'opaque-code' | 'unclassified-evaluator';
319
+ readonly description?: string;
320
+ }
321
+ export type ReadinessStrategyIdentity = {
322
+ readonly kind: 'registered';
323
+ readonly id: string;
324
+ readonly revision: string;
325
+ readonly configuration?: PlanValue;
326
+ } | {
327
+ readonly kind: 'runtime-binding';
328
+ readonly binding: string;
329
+ readonly version: 1;
330
+ /**
331
+ * Why this evaluator cannot be reconstructed from canonical artifact data.
332
+ * Optional only for decoding persisted experimental records created before
333
+ * runtime readiness classification was introduced.
334
+ */
335
+ readonly classification?: RuntimeReadinessClassification;
336
+ };
337
+ export interface PlanTemplateOverride {
338
+ readonly propertyPath: string;
339
+ readonly value: PlanValue;
340
+ }
341
+ /** One analyzer-proven collection dimension shared by direct and KRO lowering. */
342
+ export interface PlanIterationDimension {
343
+ /** Stable source-level iterator variable used by portable collection expressions. */
344
+ readonly variable: string;
345
+ /** Portable expression that evaluates to the collection for this dimension. */
346
+ readonly collection: PlanValue;
347
+ /** Canonical schema-proxy path whose `$item` sentinel is bound by this dimension. */
348
+ readonly itemPath: string;
349
+ }
350
+ export interface PlanNode {
351
+ readonly id: string;
352
+ readonly type: 'kubernetes-resource' | 'compatibility-closure';
353
+ readonly identity?: KubernetesIdentity;
354
+ readonly desired?: PlanValue;
355
+ readonly lifecycle: LifecyclePolicy;
356
+ readonly activation: readonly PlanValue[];
357
+ readonly readiness: readonly PlanValue[];
358
+ readonly readinessStrategy?: ReadinessStrategyIdentity;
359
+ /** Analyzer-proven collection dimensions retained for both target compilers. */
360
+ readonly iteration?: readonly PlanIterationDimension[];
361
+ /** Analyzer-produced property replacements applied after template lowering. */
362
+ readonly templateOverrides?: readonly PlanTemplateOverride[];
363
+ readonly requiredCapabilities: readonly CapabilityRequirement[];
364
+ }
365
+ export type PlanEdge = {
366
+ readonly kind: 'output';
367
+ readonly producer: string;
368
+ readonly consumer: string;
369
+ readonly output: string;
370
+ } | {
371
+ readonly kind: 'existence' | 'ready';
372
+ readonly prerequisite: string;
373
+ readonly dependent: string;
374
+ } | {
375
+ readonly kind: 'ownership';
376
+ readonly owner: string;
377
+ readonly child: string;
378
+ } | {
379
+ readonly kind: 'delete-after';
380
+ readonly resource: string;
381
+ readonly blocker: string;
382
+ };
383
+ export interface DesiredStatePlan {
384
+ readonly version: 1;
385
+ readonly composition: CompositionIdentity;
386
+ readonly schemas: {
387
+ readonly irVersion: 1;
388
+ readonly spec: SchemaIR;
389
+ readonly specDigest: string;
390
+ readonly persistedStatusDigest: string;
391
+ readonly hydratedStatusDigest: string;
392
+ };
393
+ readonly status: StatusContract;
394
+ readonly instance: LogicalInstanceIdentity;
395
+ readonly spec: PlanValue;
396
+ readonly nodes: readonly PlanNode[];
397
+ readonly edges: readonly PlanEdge[];
398
+ readonly outputs: Readonly<Record<string, PlanValue>>;
399
+ readonly inputs: readonly DeclaredInputManifestEntry[];
400
+ readonly aspects: readonly AspectManifestEntry[];
401
+ readonly representationRequirements: readonly RepresentationRequirement[];
402
+ readonly provenance: {
403
+ readonly canonicalizers: readonly CanonicalizerManifestEntry[];
404
+ };
405
+ readonly requiredCapabilities: readonly CapabilityRequirement[];
406
+ readonly durability: {
407
+ readonly cacheEligible: boolean;
408
+ readonly provenanceEligible: boolean;
409
+ readonly reasons: readonly PlanDiagnostic[];
410
+ };
411
+ readonly inputDigest: string;
412
+ readonly aspectDigest: string;
413
+ readonly semanticContentDigest: string;
414
+ readonly planIdentityDigest: string;
415
+ readonly diagnostics: readonly PlanDiagnostic[];
416
+ }
417
+ /** Internal capture shared by inspection and planning. */
418
+ export interface CapturedCompositionIR {
419
+ readonly version: 1;
420
+ readonly definition: {
421
+ readonly name: string;
422
+ readonly apiVersion: string;
423
+ readonly kind: string;
424
+ readonly group?: string;
425
+ readonly revision?: string;
426
+ readonly specSchema: {
427
+ readonly json?: unknown;
428
+ };
429
+ readonly statusSchema: {
430
+ readonly json?: unknown;
431
+ };
432
+ };
433
+ readonly resources: Readonly<Record<string, KubernetesResource>>;
434
+ readonly statusMappings: Readonly<Record<string, unknown>>;
435
+ /** Flattened nested-composition outputs used to classify virtual status references. */
436
+ readonly nestedStatusMappings: Readonly<Record<string, string>>;
437
+ readonly compatibilityClosures: readonly string[];
438
+ readonly potentialCapabilities: readonly CapabilityRequirement[];
439
+ readonly canonicalizers: readonly CanonicalizerManifestEntry[];
440
+ }
441
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/core/planning/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,qBAAqB,CAAC;AAC/D,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;AAEjE,0DAA0D;AAC1D,eAAO,MAAM,qBAAqB,EAAG,CAAU,CAAC;AAEhD,wCAAwC;AACxC,MAAM,MAAM,aAAa,GAAG,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,IAAI,CAAC;AAE7D,wEAAwE;AACxE,MAAM,WAAW,kBAAkB;IACjC,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC;IACvB,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC;IACvB,QAAQ,CAAC,MAAM,CAAC,EAAE,MAAM,CAAC;CAC1B;AAED,oFAAoF;AACpF,MAAM,WAAW,cAAc;IAC7B,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,QAAQ,EAAE,MAAM,GAAG,SAAS,GAAG,OAAO,CAAC;IAChD,QAAQ,CAAC,OAAO,EAAE,MAAM,CAAC;IACzB,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC;IACvB,QAAQ,CAAC,QAAQ,CAAC,EAAE,kBAAkB,CAAC;IACvC,QAAQ,CAAC,OAAO,CAAC,EAAE,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC;CAC5D;AAED,oDAAoD;AACpD,MAAM,WAAW,qBAAqB;IACpC,QAAQ,CAAC,MAAM,EAAE,MAAM,GAAG,UAAU,CAAC;IACrC,QAAQ,CAAC,UAAU,CAAC,EAAE,MAAM,CAAC;IAC7B,QAAQ,CAAC,SAAS,EAAE,MAAM,CAAC;CAC5B;AAED;;;;;;GAMG;AACH,MAAM,WAAW,YAAY;IAC3B,QAAQ,CAAC,OAAO,EAAE,CAAC,CAAC;IACpB,QAAQ,CAAC,QAAQ,EAAE,cAAc,GAAG,SAAS,CAAC;IAC9C,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC;IAC5B,QAAQ,CAAC,UAAU,EAAE,SAAS,qBAAqB,EAAE,CAAC;IACtD,QAAQ,CAAC,WAAW,EAAE,QAAQ,GAAG,WAAW,CAAC;IAC7C,QAAQ,CAAC,cAAc,CAAC,EAAE,kBAAkB,CAAC;CAC9C;AAED,MAAM,WAAW,gBAAgB;IAC/B,QAAQ,CAAC,IAAI,EAAE,SAAS,CAAC;IACzB,QAAQ,CAAC,KAAK,EAAE,aAAa,CAAC;CAC/B;AAED,MAAM,WAAW,cAAc;IAC7B,QAAQ,CAAC,IAAI,EAAE,OAAO,CAAC;IACvB,QAAQ,CAAC,KAAK,EAAE,SAAS,SAAS,EAAE,CAAC;CACtC;AAED,MAAM,WAAW,eAAe;IAC9B,QAAQ,CAAC,GAAG,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,KAAK,EAAE,SAAS,CAAC;CAC3B;AAED,MAAM,WAAW,eAAe;IAC9B,QAAQ,CAAC,IAAI,EAAE,QAAQ,CAAC;IACxB,QAAQ,CAAC,OAAO,EAAE,SAAS,eAAe,EAAE,CAAC;CAC9C;AAED,MAAM,WAAW,kBAAkB;IACjC,QAAQ,CAAC,IAAI,EAAE,WAAW,CAAC;IAC3B,QAAQ,CAAC,MAAM,EAAE,MAAM,GAAG,UAAU,CAAC;IACrC,QAAQ,CAAC,UAAU,CAAC,EAAE,MAAM,CAAC;IAC7B,QAAQ,CAAC,SAAS,EAAE,MAAM,CAAC;IAC3B,4EAA4E;IAC5E,QAAQ,CAAC,QAAQ,CAAC,EAAE,IAAI,CAAC;IACzB,gFAAgF;IAChF,QAAQ,CAAC,iBAAiB,CAAC,EAAE,IAAI,CAAC;CACnC;AAED,MAAM,WAAW,mBAAmB;IAClC,QAAQ,CAAC,IAAI,EAAE,YAAY,CAAC;IAC5B,QAAQ,CAAC,UAAU,EAAE,YAAY,CAAC;CACnC;AAED,MAAM,MAAM,mBAAmB,GAC3B;IAAE,QAAQ,CAAC,IAAI,EAAE,SAAS,CAAC;IAAC,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAA;CAAE,GACpD;IAAE,QAAQ,CAAC,IAAI,EAAE,YAAY,CAAC;IAAC,QAAQ,CAAC,UAAU,EAAE,YAAY,CAAA;CAAE,GAClE;IACE,QAAQ,CAAC,IAAI,EAAE,WAAW,CAAC;IAC3B,QAAQ,CAAC,MAAM,EAAE,MAAM,GAAG,UAAU,CAAC;IACrC,QAAQ,CAAC,UAAU,CAAC,EAAE,MAAM,CAAC;IAC7B,QAAQ,CAAC,SAAS,EAAE,MAAM,CAAC;IAC3B,4DAA4D;IAC5D,QAAQ,CAAC,QAAQ,CAAC,EAAE,IAAI,CAAC;IACzB,gFAAgF;IAChF,QAAQ,CAAC,iBAAiB,CAAC,EAAE,IAAI,CAAC;CACnC,CAAC;AAEN,mEAAmE;AACnE,MAAM,WAAW,iBAAiB;IAChC,QAAQ,CAAC,IAAI,EAAE,UAAU,CAAC;IAC1B,QAAQ,CAAC,QAAQ,EAAE,SAAS,mBAAmB,EAAE,CAAC;CACnD;AAED,MAAM,WAAW,gBAAgB;IAC/B,QAAQ,CAAC,IAAI,EAAE,SAAS,CAAC;CAC1B;AAED,MAAM,WAAW,iBAAiB;IAChC,QAAQ,CAAC,IAAI,EAAE,mBAAmB,CAAC;IACnC,QAAQ,CAAC,OAAO,EAAE,MAAM,CAAC;IACzB,QAAQ,CAAC,OAAO,CAAC,EAAE,MAAM,CAAC;CAC3B;AAED;;;;;;GAMG;AACH,MAAM,WAAW,kBAAkB;IACjC,QAAQ,CAAC,IAAI,EAAE,iBAAiB,CAAC;IACjC,QAAQ,CAAC,KAAK,EAAE,SAAS,CAAC;CAC3B;AAED,MAAM,WAAW,gBAAgB;IAC/B,QAAQ,CAAC,IAAI,EAAE,gBAAgB,CAAC;IAChC,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;CACvB;AAED,MAAM,WAAW,iBAAiB;IAChC,QAAQ,CAAC,IAAI,EAAE,iBAAiB,CAAC;IACjC,QAAQ,CAAC,aAAa,EAAE,MAAM,CAAC;IAC/B,QAAQ,CAAC,MAAM,EAAE,MAAM,CAAC;CACzB;AAED,gEAAgE;AAChE,MAAM,MAAM,SAAS,GACjB,gBAAgB,GAChB,cAAc,GACd,eAAe,GACf,kBAAkB,GAClB,mBAAmB,GACnB,iBAAiB,GACjB,gBAAgB,GAChB,iBAAiB,GACjB,kBAAkB,GAClB,gBAAgB,GAChB,iBAAiB,CAAC;AAEtB,6EAA6E;AAC7E,MAAM,WAAW,uBAAuB;IACtC,QAAQ,CAAC,KAAK,EAAE,SAAS,CAAC;IAC1B,QAAQ,CAAC,WAAW,EAAE,SAAS,cAAc,EAAE,CAAC;IAChD,QAAQ,CAAC,WAAW,EAAE,QAAQ,GAAG,WAAW,CAAC;CAC9C;AAED,MAAM,WAAW,gBAAgB;IAC/B,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,QAAQ,EAAE,OAAO,CAAC;IAC3B,QAAQ,CAAC,MAAM,EAAE,YAAY,CAAC;IAC9B,QAAQ,CAAC,YAAY,CAAC,EAAE,SAAS,CAAC;CACnC;AAED,4EAA4E;AAC5E,MAAM,MAAM,qBAAqB,GAAG,aAAa,GAAG,SAAS,aAAa,EAAE,CAAC;AAE7E,MAAM,MAAM,YAAY,GACpB;IACE,QAAQ,CAAC,IAAI,EAAE,WAAW,CAAC;IAC3B,QAAQ,CAAC,IAAI,EAAE,QAAQ,GAAG,QAAQ,GAAG,SAAS,GAAG,MAAM,GAAG,SAAS,CAAC;IACpE,QAAQ,CAAC,WAAW,CAAC,EAAE,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,qBAAqB,CAAC,CAAC,CAAC;CACxE,GACD;IAAE,QAAQ,CAAC,IAAI,EAAE,SAAS,CAAC;IAAC,QAAQ,CAAC,KAAK,EAAE,aAAa,CAAA;CAAE,GAC3D;IAAE,QAAQ,CAAC,IAAI,EAAE,OAAO,CAAC;IAAC,QAAQ,CAAC,KAAK,EAAE,YAAY,CAAA;CAAE,GACxD;IAAE,QAAQ,CAAC,IAAI,EAAE,QAAQ,CAAC;IAAC,QAAQ,CAAC,UAAU,EAAE,SAAS,gBAAgB,EAAE,CAAA;CAAE,GAC7E;IAAE,QAAQ,CAAC,IAAI,EAAE,OAAO,CAAC;IAAC,QAAQ,CAAC,QAAQ,EAAE,SAAS,YAAY,EAAE,CAAA;CAAE,GACtE;IAAE,QAAQ,CAAC,IAAI,EAAE,aAAa,CAAC;IAAC,QAAQ,CAAC,WAAW,EAAE,MAAM,CAAC;IAAC,QAAQ,CAAC,GAAG,EAAE,SAAS,CAAA;CAAE,CAAC;AAE5F,2EAA2E;AAC3E,MAAM,WAAW,QAAQ;IACvB,QAAQ,CAAC,OAAO,EAAE,CAAC,CAAC;IACpB,QAAQ,CAAC,IAAI,EAAE,YAAY,CAAC;IAC5B,QAAQ,CAAC,MAAM,EAAE,MAAM,CAAC;IACxB,QAAQ,CAAC,WAAW,EAAE,SAAS,cAAc,EAAE,CAAC;CACjD;AAED,MAAM,MAAM,mBAAmB,GAC3B;IACE,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC;IAC5B,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,SAAS,EAAE,QAAQ,CAAC;IAC7B,QAAQ,CAAC,QAAQ,EACb;QAAE,QAAQ,CAAC,IAAI,EAAE,SAAS,CAAC;QAAC,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAA;KAAE,GACpD;QAAE,QAAQ,CAAC,IAAI,EAAE,eAAe,CAAC;QAAC,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAA;KAAE,CAAC;IAC/D,QAAQ,CAAC,sBAAsB,CAAC,EAAE,MAAM,CAAC;CAC1C,GACD;IACE,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC;IAC5B,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,SAAS,EAAE,kBAAkB,CAAC;IACvC,QAAQ,CAAC,sBAAsB,EAAE,MAAM,CAAC;CACzC,CAAC;AAEN,MAAM,WAAW,qBAAqB;IACpC,QAAQ,CAAC,EAAE,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,OAAO,EAAE,MAAM,CAAC;IACzB,6DAA6D;IAC7D,QAAQ,CAAC,MAAM,CAAC,EAAE,QAAQ,GAAG,KAAK,CAAC;IACnC,0DAA0D;IAC1D,QAAQ,CAAC,IAAI,CAAC,EAAE,YAAY,GAAG,SAAS,CAAC;IACzC,uDAAuD;IACvD,QAAQ,CAAC,MAAM,CAAC,EAAE,MAAM,GAAG,QAAQ,CAAC;IACpC,QAAQ,CAAC,MAAM,CAAC,EAAE,MAAM,CAAC;CAC1B;AAED,MAAM,WAAW,gBAAgB;IAC/B,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,MAAM,EAAE,eAAe,GAAG,cAAc,GAAG,QAAQ,GAAG,SAAS,GAAG,aAAa,CAAC;IACzF,QAAQ,CAAC,IAAI,EAAE,MAAM,GAAG,QAAQ,GAAG,OAAO,GAAG,aAAa,CAAC;IAC3D,QAAQ,CAAC,aAAa,CAAC,EAAE,MAAM,CAAC;IAChC,QAAQ,CAAC,KAAK,CAAC,EAAE,SAAS,CAAC;CAC5B;AAED,MAAM,WAAW,cAAc;IAC7B,QAAQ,CAAC,eAAe,EAAE,QAAQ,CAAC;IACnC,QAAQ,CAAC,cAAc,EAAE,QAAQ,CAAC;IAClC,QAAQ,CAAC,WAAW,EAAE,SAAS,gBAAgB,EAAE,CAAC;CACnD;AAED,MAAM,WAAW,mBAAmB;IAClC,QAAQ,CAAC,EAAE,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,QAAQ,EAAE,MAAM,CAAC;IAC1B,QAAQ,CAAC,aAAa,EAAE,SAAS,CAAC;IAClC,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAC;CACxB;AAED,MAAM,WAAW,oBAAoB;IACnC,QAAQ,CAAC,IAAI,EAAE,UAAU,CAAC;IAC1B,QAAQ,CAAC,KAAK,EAAE,OAAO,CAAC;CACzB;AAED,MAAM,WAAW,qBAAqB;IACpC,QAAQ,CAAC,IAAI,EAAE,WAAW,CAAC;IAC3B,QAAQ,CAAC,OAAO,EAAE,MAAM,CAAC;IACzB,QAAQ,CAAC,OAAO,CAAC,EAAE,MAAM,CAAC;CAC3B;AAED,MAAM,WAAW,oBAAoB;IACnC,QAAQ,CAAC,IAAI,EAAE,UAAU,CAAC;IAC1B,QAAQ,CAAC,WAAW,EAAE,mBAAmB,CAAC;CAC3C;AAED,MAAM,MAAM,oBAAoB,GAC5B,oBAAoB,GACpB,qBAAqB,GACrB,oBAAoB,CAAC;AAEzB,MAAM,MAAM,0BAA0B,GAClC;IAAE,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;IAAC,QAAQ,CAAC,IAAI,EAAE,UAAU,CAAC;IAAC,QAAQ,CAAC,KAAK,EAAE,SAAS,CAAA;CAAE,GAC/E;IACE,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,IAAI,EAAE,WAAW,CAAC;IAC3B,QAAQ,CAAC,OAAO,EAAE,MAAM,CAAC;IACzB,QAAQ,CAAC,OAAO,CAAC,EAAE,MAAM,CAAC;CAC3B,GACD;IAAE,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;IAAC,QAAQ,CAAC,IAAI,EAAE,UAAU,CAAC;IAAC,QAAQ,CAAC,WAAW,EAAE,mBAAmB,CAAA;CAAE,CAAC;AAEpG,MAAM,WAAW,mBAAmB;IAClC,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,EAAE,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,UAAU,EAAE,SAAS,CAAC;IAC/B,QAAQ,CAAC,OAAO,EAAE,SAAS,MAAM,EAAE,CAAC;CACrC;AAED,4DAA4D;AAC5D,MAAM,WAAW,iBAAiB;IAChC,QAAQ,CAAC,aAAa,EAAE,MAAM,CAAC;IAC/B,QAAQ,CAAC,MAAM,EAAE,MAAM,CAAC;IACxB,8FAA8F;IAC9F,QAAQ,CAAC,SAAS,EAAE,OAAO,CAAC;CAC7B;AAED,MAAM,WAAW,yBAAyB;IACxC,QAAQ,CAAC,MAAM,EAAE,QAAQ,GAAG,KAAK,CAAC;IAClC,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,SAAS,EAAE,MAAM,CAAC;IAC3B,QAAQ,CAAC,OAAO,EAAE,MAAM,CAAC;IACzB,QAAQ,CAAC,MAAM,EAAE,SAAS,CAAC;IAC3B,QAAQ,CAAC,YAAY,CAAC,EAAE,MAAM,CAAC;IAC/B,QAAQ,CAAC,WAAW,CAAC,EAAE,MAAM,CAAC;CAC/B;AAED,MAAM,WAAW,0BAA0B;IACzC,QAAQ,CAAC,EAAE,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,QAAQ,EAAE,MAAM,CAAC;IAC1B,QAAQ,CAAC,KAAK,EAAE,SAAS,CAAC;IAC1B,4EAA4E;IAC5E,QAAQ,CAAC,WAAW,CAAC,EAAE,MAAM,CAAC;CAC/B;AAED,MAAM,WAAW,WAAW;IAC1B,QAAQ,CAAC,OAAO,CAAC,EAAE,SAAS,mBAAmB,EAAE,CAAC;IAClD,QAAQ,CAAC,MAAM,CAAC,EAAE,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,oBAAoB,CAAC,CAAC,CAAC;IACjE,QAAQ,CAAC,MAAM,CAAC,EAAE,OAAO,CAAC;CAC3B;AAED,MAAM,WAAW,qBAAqB;IACpC,QAAQ,CAAC,OAAO,EAAE,CAAC,CAAC;IACpB,QAAQ,CAAC,WAAW,EAAE,mBAAmB,CAAC;IAC1C,QAAQ,CAAC,UAAU,EAAE,QAAQ,CAAC;IAC9B,QAAQ,CAAC,MAAM,EAAE,cAAc,CAAC;IAChC,QAAQ,CAAC,qBAAqB,EAAE,SAAS,qBAAqB,EAAE,CAAC;IACjE,QAAQ,CAAC,WAAW,EAAE,SAAS,cAAc,EAAE,CAAC;CACjD;AAED,MAAM,WAAW,uBAAuB;IACtC,QAAQ,CAAC,WAAW,EAAE,MAAM,CAAC;IAC7B,QAAQ,CAAC,IAAI,EAAE,SAAS,CAAC;CAC1B;AAED,MAAM,WAAW,kBAAkB;IACjC,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC;IAC5B,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,IAAI,EAAE,SAAS,CAAC;IACzB,QAAQ,CAAC,SAAS,CAAC,EAAE,SAAS,CAAC;IAC/B,QAAQ,CAAC,KAAK,EAAE,SAAS,GAAG,YAAY,CAAC;CAC1C;AAED,MAAM,WAAW,cAAc;IAC7B,QAAQ,CAAC,QAAQ,EAAE,MAAM,CAAC;IAC1B,QAAQ,CAAC,OAAO,EAAE,MAAM,CAAC;IACzB,QAAQ,CAAC,MAAM,EAAE,SAAS,CAAC;CAC5B;AAED,MAAM,WAAW,eAAe;IAC9B,QAAQ,CAAC,QAAQ,EAAE,QAAQ,GAAG,OAAO,GAAG,kBAAkB,CAAC;IAC3D,QAAQ,CAAC,UAAU,EAAE,eAAe,GAAG,aAAa,GAAG,gBAAgB,CAAC;IACxE,QAAQ,CAAC,QAAQ,EAAE,QAAQ,GAAG,QAAQ,GAAG,oBAAoB,CAAC;IAC9D,QAAQ,CAAC,UAAU,EACf;QAAE,QAAQ,CAAC,IAAI,EAAE,cAAc,CAAA;KAAE,GACjC;QAAE,QAAQ,CAAC,IAAI,EAAE,WAAW,CAAC;QAAC,QAAQ,CAAC,GAAG,EAAE,SAAS,CAAA;KAAE,GACvD;QAAE,QAAQ,CAAC,IAAI,EAAE,aAAa,CAAA;KAAE,CAAC;IACrC,QAAQ,CAAC,OAAO,EAAE,WAAW,GAAG,WAAW,CAAC;IAC5C,QAAQ,CAAC,cAAc,CAAC,EAAE,cAAc,CAAC;CAC1C;AAED,qFAAqF;AACrF,MAAM,WAAW,8BAA8B;IAC7C,QAAQ,CAAC,MAAM,EACX,eAAe,GACf,eAAe,GACf,eAAe,GACf,aAAa,GACb,wBAAwB,CAAC;IAC7B,QAAQ,CAAC,WAAW,CAAC,EAAE,MAAM,CAAC;CAC/B;AAED,MAAM,MAAM,yBAAyB,GACjC;IACE,QAAQ,CAAC,IAAI,EAAE,YAAY,CAAC;IAC5B,QAAQ,CAAC,EAAE,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,QAAQ,EAAE,MAAM,CAAC;IAC1B,QAAQ,CAAC,aAAa,CAAC,EAAE,SAAS,CAAC;CACpC,GACD;IACE,QAAQ,CAAC,IAAI,EAAE,iBAAiB,CAAC;IACjC,QAAQ,CAAC,OAAO,EAAE,MAAM,CAAC;IACzB,QAAQ,CAAC,OAAO,EAAE,CAAC,CAAC;IACpB;;;;OAIG;IACH,QAAQ,CAAC,cAAc,CAAC,EAAE,8BAA8B,CAAC;CAC1D,CAAC;AAEN,MAAM,WAAW,oBAAoB;IACnC,QAAQ,CAAC,YAAY,EAAE,MAAM,CAAC;IAC9B,QAAQ,CAAC,KAAK,EAAE,SAAS,CAAC;CAC3B;AAED,kFAAkF;AAClF,MAAM,WAAW,sBAAsB;IACrC,qFAAqF;IACrF,QAAQ,CAAC,QAAQ,EAAE,MAAM,CAAC;IAC1B,+EAA+E;IAC/E,QAAQ,CAAC,UAAU,EAAE,SAAS,CAAC;IAC/B,qFAAqF;IACrF,QAAQ,CAAC,QAAQ,EAAE,MAAM,CAAC;CAC3B;AAED,MAAM,WAAW,QAAQ;IACvB,QAAQ,CAAC,EAAE,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,IAAI,EAAE,qBAAqB,GAAG,uBAAuB,CAAC;IAC/D,QAAQ,CAAC,QAAQ,CAAC,EAAE,kBAAkB,CAAC;IACvC,QAAQ,CAAC,OAAO,CAAC,EAAE,SAAS,CAAC;IAC7B,QAAQ,CAAC,SAAS,EAAE,eAAe,CAAC;IACpC,QAAQ,CAAC,UAAU,EAAE,SAAS,SAAS,EAAE,CAAC;IAC1C,QAAQ,CAAC,SAAS,EAAE,SAAS,SAAS,EAAE,CAAC;IACzC,QAAQ,CAAC,iBAAiB,CAAC,EAAE,yBAAyB,CAAC;IACvD,gFAAgF;IAChF,QAAQ,CAAC,SAAS,CAAC,EAAE,SAAS,sBAAsB,EAAE,CAAC;IACvD,+EAA+E;IAC/E,QAAQ,CAAC,iBAAiB,CAAC,EAAE,SAAS,oBAAoB,EAAE,CAAC;IAC7D,QAAQ,CAAC,oBAAoB,EAAE,SAAS,qBAAqB,EAAE,CAAC;CACjE;AAED,MAAM,MAAM,QAAQ,GAChB;IACE,QAAQ,CAAC,IAAI,EAAE,QAAQ,CAAC;IACxB,QAAQ,CAAC,QAAQ,EAAE,MAAM,CAAC;IAC1B,QAAQ,CAAC,QAAQ,EAAE,MAAM,CAAC;IAC1B,QAAQ,CAAC,MAAM,EAAE,MAAM,CAAC;CACzB,GACD;IACE,QAAQ,CAAC,IAAI,EAAE,WAAW,GAAG,OAAO,CAAC;IACrC,QAAQ,CAAC,YAAY,EAAE,MAAM,CAAC;IAC9B,QAAQ,CAAC,SAAS,EAAE,MAAM,CAAC;CAC5B,GACD;IAAE,QAAQ,CAAC,IAAI,EAAE,WAAW,CAAC;IAAC,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAC;IAAC,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAA;CAAE,GAC9E;IAAE,QAAQ,CAAC,IAAI,EAAE,cAAc,CAAC;IAAC,QAAQ,CAAC,QAAQ,EAAE,MAAM,CAAC;IAAC,QAAQ,CAAC,OAAO,EAAE,MAAM,CAAA;CAAE,CAAC;AAE3F,MAAM,WAAW,gBAAgB;IAC/B,QAAQ,CAAC,OAAO,EAAE,CAAC,CAAC;IACpB,QAAQ,CAAC,WAAW,EAAE,mBAAmB,CAAC;IAC1C,QAAQ,CAAC,OAAO,EAAE;QAChB,QAAQ,CAAC,SAAS,EAAE,CAAC,CAAC;QACtB,QAAQ,CAAC,IAAI,EAAE,QAAQ,CAAC;QACxB,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC;QAC5B,QAAQ,CAAC,qBAAqB,EAAE,MAAM,CAAC;QACvC,QAAQ,CAAC,oBAAoB,EAAE,MAAM,CAAC;KACvC,CAAC;IACF,QAAQ,CAAC,MAAM,EAAE,cAAc,CAAC;IAChC,QAAQ,CAAC,QAAQ,EAAE,uBAAuB,CAAC;IAC3C,QAAQ,CAAC,IAAI,EAAE,SAAS,CAAC;IACzB,QAAQ,CAAC,KAAK,EAAE,SAAS,QAAQ,EAAE,CAAC;IACpC,QAAQ,CAAC,KAAK,EAAE,SAAS,QAAQ,EAAE,CAAC;IACpC,QAAQ,CAAC,OAAO,EAAE,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,SAAS,CAAC,CAAC,CAAC;IACtD,QAAQ,CAAC,MAAM,EAAE,SAAS,0BAA0B,EAAE,CAAC;IACvD,QAAQ,CAAC,OAAO,EAAE,SAAS,mBAAmB,EAAE,CAAC;IACjD,QAAQ,CAAC,0BAA0B,EAAE,SAAS,yBAAyB,EAAE,CAAC;IAC1E,QAAQ,CAAC,UAAU,EAAE;QACnB,QAAQ,CAAC,cAAc,EAAE,SAAS,0BAA0B,EAAE,CAAC;KAChE,CAAC;IACF,QAAQ,CAAC,oBAAoB,EAAE,SAAS,qBAAqB,EAAE,CAAC;IAChE,QAAQ,CAAC,UAAU,EAAE;QACnB,QAAQ,CAAC,aAAa,EAAE,OAAO,CAAC;QAChC,QAAQ,CAAC,kBAAkB,EAAE,OAAO,CAAC;QACrC,QAAQ,CAAC,OAAO,EAAE,SAAS,cAAc,EAAE,CAAC;KAC7C,CAAC;IACF,QAAQ,CAAC,WAAW,EAAE,MAAM,CAAC;IAC7B,QAAQ,CAAC,YAAY,EAAE,MAAM,CAAC;IAC9B,QAAQ,CAAC,qBAAqB,EAAE,MAAM,CAAC;IACvC,QAAQ,CAAC,kBAAkB,EAAE,MAAM,CAAC;IACpC,QAAQ,CAAC,WAAW,EAAE,SAAS,cAAc,EAAE,CAAC;CACjD;AAED,0DAA0D;AAC1D,MAAM,WAAW,qBAAqB;IACpC,QAAQ,CAAC,OAAO,EAAE,CAAC,CAAC;IACpB,QAAQ,CAAC,UAAU,EAAE;QACnB,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;QACtB,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC;QAC5B,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;QACtB,QAAQ,CAAC,KAAK,CAAC,EAAE,MAAM,CAAC;QACxB,QAAQ,CAAC,QAAQ,CAAC,EAAE,MAAM,CAAC;QAC3B,QAAQ,CAAC,UAAU,EAAE;YAAE,QAAQ,CAAC,IAAI,CAAC,EAAE,OAAO,CAAA;SAAE,CAAC;QACjD,QAAQ,CAAC,YAAY,EAAE;YAAE,QAAQ,CAAC,IAAI,CAAC,EAAE,OAAO,CAAA;SAAE,CAAC;KACpD,CAAC;IACF,QAAQ,CAAC,SAAS,EAAE,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,kBAAkB,CAAC,CAAC,CAAC;IACjE,QAAQ,CAAC,cAAc,EAAE,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC;IAC3D,uFAAuF;IACvF,QAAQ,CAAC,oBAAoB,EAAE,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC,CAAC;IAChE,QAAQ,CAAC,qBAAqB,EAAE,SAAS,MAAM,EAAE,CAAC;IAClD,QAAQ,CAAC,qBAAqB,EAAE,SAAS,qBAAqB,EAAE,CAAC;IACjE,QAAQ,CAAC,cAAc,EAAE,SAAS,0BAA0B,EAAE,CAAC;CAChE"}
@@ -0,0 +1,3 @@
1
+ /** Version of the experimental semantic planning DTOs. */
2
+ export const SEMANTIC_PLAN_VERSION = 1;
3
+ //# sourceMappingURL=types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.js","sourceRoot":"","sources":["../../../src/core/planning/types.ts"],"names":[],"mappings":"AAGA,0DAA0D;AAC1D,MAAM,CAAC,MAAM,qBAAqB,GAAG,CAAU,CAAC"}
@@ -0,0 +1,76 @@
1
+ import type { CelEvaluationContext } from '../types/references.js';
2
+ import type { ArtifactOutputRef, ArtifactOutputUse, ExpressionIR, ExpressionReferenceIR, ExternalInputRef, PlanSourceLocation, PlanValue, PlanValueLoweringResult, SchemaIR, SensitiveValueRef } from './types.js';
3
+ declare const SENSITIVE_INPUT_BRAND: unique symbol;
4
+ declare const EXTERNAL_INPUT_BRAND: unique symbol;
5
+ declare const ARTIFACT_OUTPUT_BRAND: unique symbol;
6
+ declare const PLAN_EXPRESSION_BRAND: unique symbol;
7
+ type SensitiveValueInput = SensitiveValueRef & {
8
+ readonly [SENSITIVE_INPUT_BRAND]: true;
9
+ };
10
+ type ExternalInput = ExternalInputRef & {
11
+ readonly [EXTERNAL_INPUT_BRAND]: true;
12
+ };
13
+ type ArtifactOutput<T> = ArtifactOutputRef & T & {
14
+ readonly [ARTIFACT_OUTPUT_BRAND]: true;
15
+ };
16
+ type ExpressionValueInput = {
17
+ readonly kind: 'expression';
18
+ readonly expression: ExpressionIR;
19
+ readonly [PLAN_EXPRESSION_BRAND]: true;
20
+ };
21
+ /** Detect an explicit planning value embedded in an otherwise ordinary value tree. */
22
+ export declare function containsExplicitPlanValue(value: unknown, seen?: WeakSet<object>): boolean;
23
+ /** Declare an opaque sensitive binding without embedding its plaintext value. */
24
+ export declare function sensitiveValue(binding: string, version?: string): SensitiveValueInput;
25
+ /** Reference a declared external planning input from a value tree. */
26
+ export declare function externalInput(name: string): ExternalInput;
27
+ /**
28
+ * Reference an output of a declared artifact requirement.
29
+ *
30
+ * Artifact producers most commonly return strings such as image digests, so the authoring value
31
+ * defaults to `string`. Callers may select another direct-mode value type explicitly.
32
+ */
33
+ export declare function artifactOutput<T = string>(requirementId: string, output: string): ArtifactOutput<T>;
34
+ /**
35
+ * KRO root-spec field reserved for TypeKro's per-installation provider bindings.
36
+ *
37
+ * This is intentionally stable because persisted Alchemy state and generated
38
+ * custom resources must agree on the field name. KRO compilation rejects user
39
+ * schemas and instance specs that claim it.
40
+ */
41
+ export declare const KRO_ARTIFACT_BINDINGS_SPEC_FIELD = "typekroArtifactBindings";
42
+ /** Stable KRO instance-spec field for one artifact requirement. */
43
+ export declare function kroArtifactRequirementField(requirementId: string): string;
44
+ /** Stable KRO instance-spec field for one artifact output. */
45
+ export declare function kroArtifactOutputField(output: string): string;
46
+ /**
47
+ * Find every cross-provider artifact output used by a canonical value or artifact DTO.
48
+ * Sensitivity follows the nearest `sensitive-value` envelope so durable hosts can redact
49
+ * only the outputs that actually carry secret material.
50
+ */
51
+ export declare function collectArtifactOutputUses(value: unknown): readonly ArtifactOutputUse[];
52
+ /** Embed a portable or target-constrained expression in a PlanValue tree. */
53
+ export declare function planExpression(expression: ExpressionIR): ExpressionValueInput;
54
+ /** Create canonical expression IR from emitted CEL. */
55
+ export declare function expressionIR(expression: string, options?: {
56
+ readonly language?: ExpressionIR['language'];
57
+ readonly sensitivity?: ExpressionIR['sensitivity'];
58
+ readonly references?: readonly ExpressionReferenceIR[];
59
+ readonly sourceLocation?: PlanSourceLocation;
60
+ }): ExpressionIR;
61
+ /** Lower an authoring/runtime value into canonical PlanValue form. */
62
+ export declare function lowerPlanValue(value: unknown, options?: {
63
+ readonly expressionLanguage?: ExpressionIR['language'];
64
+ readonly specSchema?: SchemaIR;
65
+ readonly strict?: boolean;
66
+ }): PlanValueLoweringResult;
67
+ /** Canonically encode a PlanValue. */
68
+ export declare function encodePlanValue(value: PlanValue): string;
69
+ /** Decode and structurally validate a PlanValue. */
70
+ export declare function decodePlanValue(encoded: string): PlanValue;
71
+ /** Emit the canonical CEL source consumed by the KRO frontend. */
72
+ export declare function emitExpressionCel(expression: ExpressionIR): string;
73
+ /** Evaluate portable expression IR through the same CEL evaluator used by direct mode. */
74
+ export declare function evaluateExpressionIR(expression: ExpressionIR, context: CelEvaluationContext): Promise<unknown>;
75
+ export {};
76
+ //# sourceMappingURL=values.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"values.d.ts","sourceRoot":"","sources":["../../../src/core/planning/values.ts"],"names":[],"mappings":"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"}