@astrale-os/kernel-core 0.4.1

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 (1417) hide show
  1. package/dist/auth/access.d.ts +48 -0
  2. package/dist/auth/access.d.ts.map +1 -0
  3. package/dist/auth/access.js +2 -0
  4. package/dist/auth/access.js.map +1 -0
  5. package/dist/auth/attestation/index.d.ts +2 -0
  6. package/dist/auth/attestation/index.d.ts.map +1 -0
  7. package/dist/auth/attestation/index.js +2 -0
  8. package/dist/auth/attestation/index.js.map +1 -0
  9. package/dist/auth/attestation/types.d.ts +5 -0
  10. package/dist/auth/attestation/types.d.ts.map +1 -0
  11. package/dist/auth/attestation/types.js +2 -0
  12. package/dist/auth/attestation/types.js.map +1 -0
  13. package/dist/auth/audience/errors.d.ts +8 -0
  14. package/dist/auth/audience/errors.d.ts.map +1 -0
  15. package/dist/auth/audience/errors.js +15 -0
  16. package/dist/auth/audience/errors.js.map +1 -0
  17. package/dist/auth/audience/index.d.ts +3 -0
  18. package/dist/auth/audience/index.d.ts.map +1 -0
  19. package/dist/auth/audience/index.js +3 -0
  20. package/dist/auth/audience/index.js.map +1 -0
  21. package/dist/auth/audience/verify-audience.d.ts +4 -0
  22. package/dist/auth/audience/verify-audience.d.ts.map +1 -0
  23. package/dist/auth/audience/verify-audience.js +18 -0
  24. package/dist/auth/audience/verify-audience.js.map +1 -0
  25. package/dist/auth/claims/errors.d.ts +22 -0
  26. package/dist/auth/claims/errors.d.ts.map +1 -0
  27. package/dist/auth/claims/errors.js +33 -0
  28. package/dist/auth/claims/errors.js.map +1 -0
  29. package/dist/auth/claims/index.d.ts +4 -0
  30. package/dist/auth/claims/index.d.ts.map +1 -0
  31. package/dist/auth/claims/index.js +4 -0
  32. package/dist/auth/claims/index.js.map +1 -0
  33. package/dist/auth/claims/required-claims.d.ts +16 -0
  34. package/dist/auth/claims/required-claims.d.ts.map +1 -0
  35. package/dist/auth/claims/required-claims.js +41 -0
  36. package/dist/auth/claims/required-claims.js.map +1 -0
  37. package/dist/auth/claims/types.d.ts +33 -0
  38. package/dist/auth/claims/types.d.ts.map +1 -0
  39. package/dist/auth/claims/types.js +17 -0
  40. package/dist/auth/claims/types.js.map +1 -0
  41. package/dist/auth/context.d.ts +23 -0
  42. package/dist/auth/context.d.ts.map +1 -0
  43. package/dist/auth/context.js +2 -0
  44. package/dist/auth/context.js.map +1 -0
  45. package/dist/auth/credentials/decode.d.ts +4 -0
  46. package/dist/auth/credentials/decode.d.ts.map +1 -0
  47. package/dist/auth/credentials/decode.js +7 -0
  48. package/dist/auth/credentials/decode.js.map +1 -0
  49. package/dist/auth/credentials/envelope.d.ts +15 -0
  50. package/dist/auth/credentials/envelope.d.ts.map +1 -0
  51. package/dist/auth/credentials/envelope.js +52 -0
  52. package/dist/auth/credentials/envelope.js.map +1 -0
  53. package/dist/auth/credentials/errors.d.ts +26 -0
  54. package/dist/auth/credentials/errors.d.ts.map +1 -0
  55. package/dist/auth/credentials/errors.js +37 -0
  56. package/dist/auth/credentials/errors.js.map +1 -0
  57. package/dist/auth/credentials/index.d.ts +6 -0
  58. package/dist/auth/credentials/index.d.ts.map +1 -0
  59. package/dist/auth/credentials/index.js +6 -0
  60. package/dist/auth/credentials/index.js.map +1 -0
  61. package/dist/auth/credentials/types.d.ts +19 -0
  62. package/dist/auth/credentials/types.d.ts.map +1 -0
  63. package/dist/auth/credentials/types.js +2 -0
  64. package/dist/auth/credentials/types.js.map +1 -0
  65. package/dist/auth/credentials/verify.d.ts +16 -0
  66. package/dist/auth/credentials/verify.d.ts.map +1 -0
  67. package/dist/auth/credentials/verify.js +12 -0
  68. package/dist/auth/credentials/verify.js.map +1 -0
  69. package/dist/auth/delegation/index.d.ts +2 -0
  70. package/dist/auth/delegation/index.d.ts.map +1 -0
  71. package/dist/auth/delegation/index.js +2 -0
  72. package/dist/auth/delegation/index.js.map +1 -0
  73. package/dist/auth/delegation/types.d.ts +6 -0
  74. package/dist/auth/delegation/types.d.ts.map +1 -0
  75. package/dist/auth/delegation/types.js +2 -0
  76. package/dist/auth/delegation/types.js.map +1 -0
  77. package/dist/auth/expression/buffer.d.ts +28 -0
  78. package/dist/auth/expression/buffer.d.ts.map +1 -0
  79. package/dist/auth/expression/buffer.js +101 -0
  80. package/dist/auth/expression/buffer.js.map +1 -0
  81. package/dist/auth/expression/builder.d.ts +177 -0
  82. package/dist/auth/expression/builder.d.ts.map +1 -0
  83. package/dist/auth/expression/builder.js +287 -0
  84. package/dist/auth/expression/builder.js.map +1 -0
  85. package/dist/auth/expression/codec.d.ts +28 -0
  86. package/dist/auth/expression/codec.d.ts.map +1 -0
  87. package/dist/auth/expression/codec.js +123 -0
  88. package/dist/auth/expression/codec.js.map +1 -0
  89. package/dist/auth/expression/compact.d.ts +24 -0
  90. package/dist/auth/expression/compact.d.ts.map +1 -0
  91. package/dist/auth/expression/compact.js +143 -0
  92. package/dist/auth/expression/compact.js.map +1 -0
  93. package/dist/auth/expression/dedup.d.ts +122 -0
  94. package/dist/auth/expression/dedup.d.ts.map +1 -0
  95. package/dist/auth/expression/dedup.js +290 -0
  96. package/dist/auth/expression/dedup.js.map +1 -0
  97. package/dist/auth/expression/encoding.d.ts +31 -0
  98. package/dist/auth/expression/encoding.d.ts.map +1 -0
  99. package/dist/auth/expression/encoding.js +345 -0
  100. package/dist/auth/expression/encoding.js.map +1 -0
  101. package/dist/auth/expression/index.d.ts +11 -0
  102. package/dist/auth/expression/index.d.ts.map +1 -0
  103. package/dist/auth/expression/index.js +11 -0
  104. package/dist/auth/expression/index.js.map +1 -0
  105. package/dist/auth/expression/prune.d.ts +41 -0
  106. package/dist/auth/expression/prune.d.ts.map +1 -0
  107. package/dist/auth/expression/prune.js +144 -0
  108. package/dist/auth/expression/prune.js.map +1 -0
  109. package/dist/auth/expression/scope.d.ts +81 -0
  110. package/dist/auth/expression/scope.d.ts.map +1 -0
  111. package/dist/auth/expression/scope.js +192 -0
  112. package/dist/auth/expression/scope.js.map +1 -0
  113. package/dist/auth/expression/types.d.ts +122 -0
  114. package/dist/auth/expression/types.d.ts.map +1 -0
  115. package/dist/auth/expression/types.js +2 -0
  116. package/dist/auth/expression/types.js.map +1 -0
  117. package/dist/auth/expression/validation.d.ts +35 -0
  118. package/dist/auth/expression/validation.d.ts.map +1 -0
  119. package/dist/auth/expression/validation.js +108 -0
  120. package/dist/auth/expression/validation.js.map +1 -0
  121. package/dist/auth/expression/zod.d.ts +19 -0
  122. package/dist/auth/expression/zod.d.ts.map +1 -0
  123. package/dist/auth/expression/zod.js +58 -0
  124. package/dist/auth/expression/zod.js.map +1 -0
  125. package/dist/auth/frozen/errors.d.ts +5 -0
  126. package/dist/auth/frozen/errors.d.ts.map +1 -0
  127. package/dist/auth/frozen/errors.js +8 -0
  128. package/dist/auth/frozen/errors.js.map +1 -0
  129. package/dist/auth/frozen/index.d.ts +3 -0
  130. package/dist/auth/frozen/index.d.ts.map +1 -0
  131. package/dist/auth/frozen/index.js +3 -0
  132. package/dist/auth/frozen/index.js.map +1 -0
  133. package/dist/auth/frozen/verify-frozen.d.ts +9 -0
  134. package/dist/auth/frozen/verify-frozen.d.ts.map +1 -0
  135. package/dist/auth/frozen/verify-frozen.js +13 -0
  136. package/dist/auth/frozen/verify-frozen.js.map +1 -0
  137. package/dist/auth/grants/constants.d.ts +4 -0
  138. package/dist/auth/grants/constants.d.ts.map +1 -0
  139. package/dist/auth/grants/constants.js +4 -0
  140. package/dist/auth/grants/constants.js.map +1 -0
  141. package/dist/auth/grants/errors.d.ts +57 -0
  142. package/dist/auth/grants/errors.d.ts.map +1 -0
  143. package/dist/auth/grants/errors.js +106 -0
  144. package/dist/auth/grants/errors.js.map +1 -0
  145. package/dist/auth/grants/grant-decoder.d.ts +40 -0
  146. package/dist/auth/grants/grant-decoder.d.ts.map +1 -0
  147. package/dist/auth/grants/grant-decoder.js +141 -0
  148. package/dist/auth/grants/grant-decoder.js.map +1 -0
  149. package/dist/auth/grants/grant-encoding.d.ts +47 -0
  150. package/dist/auth/grants/grant-encoding.d.ts.map +1 -0
  151. package/dist/auth/grants/grant-encoding.js +85 -0
  152. package/dist/auth/grants/grant-encoding.js.map +1 -0
  153. package/dist/auth/grants/index.d.ts +6 -0
  154. package/dist/auth/grants/index.d.ts.map +1 -0
  155. package/dist/auth/grants/index.js +6 -0
  156. package/dist/auth/grants/index.js.map +1 -0
  157. package/dist/auth/grants/types.d.ts +27 -0
  158. package/dist/auth/grants/types.d.ts.map +1 -0
  159. package/dist/auth/grants/types.js +5 -0
  160. package/dist/auth/grants/types.js.map +1 -0
  161. package/dist/auth/identity/index.d.ts +3 -0
  162. package/dist/auth/identity/index.d.ts.map +1 -0
  163. package/dist/auth/identity/index.js +3 -0
  164. package/dist/auth/identity/index.js.map +1 -0
  165. package/dist/auth/identity/types.d.ts +51 -0
  166. package/dist/auth/identity/types.d.ts.map +1 -0
  167. package/dist/auth/identity/types.js +23 -0
  168. package/dist/auth/identity/types.js.map +1 -0
  169. package/dist/auth/identity/verify.d.ts +3 -0
  170. package/dist/auth/identity/verify.d.ts.map +1 -0
  171. package/dist/auth/identity/verify.js +10 -0
  172. package/dist/auth/identity/verify.js.map +1 -0
  173. package/dist/auth/index.d.ts +15 -0
  174. package/dist/auth/index.d.ts.map +1 -0
  175. package/dist/auth/index.js +15 -0
  176. package/dist/auth/index.js.map +1 -0
  177. package/dist/auth/issuers/ids.d.ts +15 -0
  178. package/dist/auth/issuers/ids.d.ts.map +1 -0
  179. package/dist/auth/issuers/ids.js +98 -0
  180. package/dist/auth/issuers/ids.js.map +1 -0
  181. package/dist/auth/issuers/index.d.ts +2 -0
  182. package/dist/auth/issuers/index.d.ts.map +1 -0
  183. package/dist/auth/issuers/index.js +2 -0
  184. package/dist/auth/issuers/index.js.map +1 -0
  185. package/dist/auth/jwks/index.d.ts +3 -0
  186. package/dist/auth/jwks/index.d.ts.map +1 -0
  187. package/dist/auth/jwks/index.js +3 -0
  188. package/dist/auth/jwks/index.js.map +1 -0
  189. package/dist/auth/jwks/thumbprint.d.ts +13 -0
  190. package/dist/auth/jwks/thumbprint.d.ts.map +1 -0
  191. package/dist/auth/jwks/thumbprint.js +15 -0
  192. package/dist/auth/jwks/thumbprint.js.map +1 -0
  193. package/dist/auth/jwks/types.d.ts +15 -0
  194. package/dist/auth/jwks/types.d.ts.map +1 -0
  195. package/dist/auth/jwks/types.js +8 -0
  196. package/dist/auth/jwks/types.js.map +1 -0
  197. package/dist/auth/methods/classifier.d.ts +9 -0
  198. package/dist/auth/methods/classifier.d.ts.map +1 -0
  199. package/dist/auth/methods/classifier.js +10 -0
  200. package/dist/auth/methods/classifier.js.map +1 -0
  201. package/dist/auth/methods/errors.d.ts +34 -0
  202. package/dist/auth/methods/errors.d.ts.map +1 -0
  203. package/dist/auth/methods/errors.js +67 -0
  204. package/dist/auth/methods/errors.js.map +1 -0
  205. package/dist/auth/methods/factory.d.ts +3 -0
  206. package/dist/auth/methods/factory.d.ts.map +1 -0
  207. package/dist/auth/methods/factory.js +11 -0
  208. package/dist/auth/methods/factory.js.map +1 -0
  209. package/dist/auth/methods/index.d.ts +7 -0
  210. package/dist/auth/methods/index.d.ts.map +1 -0
  211. package/dist/auth/methods/index.js +7 -0
  212. package/dist/auth/methods/index.js.map +1 -0
  213. package/dist/auth/methods/jwt/index.d.ts +2 -0
  214. package/dist/auth/methods/jwt/index.d.ts.map +1 -0
  215. package/dist/auth/methods/jwt/index.js +2 -0
  216. package/dist/auth/methods/jwt/index.js.map +1 -0
  217. package/dist/auth/methods/jwt/jwt.method.d.ts +14 -0
  218. package/dist/auth/methods/jwt/jwt.method.d.ts.map +1 -0
  219. package/dist/auth/methods/jwt/jwt.method.js +195 -0
  220. package/dist/auth/methods/jwt/jwt.method.js.map +1 -0
  221. package/dist/auth/methods/registry.d.ts +21 -0
  222. package/dist/auth/methods/registry.d.ts.map +1 -0
  223. package/dist/auth/methods/registry.js +18 -0
  224. package/dist/auth/methods/registry.js.map +1 -0
  225. package/dist/auth/methods/resolver.d.ts +9 -0
  226. package/dist/auth/methods/resolver.d.ts.map +1 -0
  227. package/dist/auth/methods/resolver.js +21 -0
  228. package/dist/auth/methods/resolver.js.map +1 -0
  229. package/dist/auth/permissions/describe.d.ts +9 -0
  230. package/dist/auth/permissions/describe.d.ts.map +1 -0
  231. package/dist/auth/permissions/describe.js +26 -0
  232. package/dist/auth/permissions/describe.js.map +1 -0
  233. package/dist/auth/permissions/index.d.ts +6 -0
  234. package/dist/auth/permissions/index.d.ts.map +1 -0
  235. package/dist/auth/permissions/index.js +6 -0
  236. package/dist/auth/permissions/index.js.map +1 -0
  237. package/dist/auth/permissions/operations.d.ts +19 -0
  238. package/dist/auth/permissions/operations.d.ts.map +1 -0
  239. package/dist/auth/permissions/operations.js +48 -0
  240. package/dist/auth/permissions/operations.js.map +1 -0
  241. package/dist/auth/permissions/permission.d.ts +30 -0
  242. package/dist/auth/permissions/permission.d.ts.map +1 -0
  243. package/dist/auth/permissions/permission.js +17 -0
  244. package/dist/auth/permissions/permission.js.map +1 -0
  245. package/dist/auth/permissions/semantic.d.ts +7 -0
  246. package/dist/auth/permissions/semantic.d.ts.map +1 -0
  247. package/dist/auth/permissions/semantic.js +6 -0
  248. package/dist/auth/permissions/semantic.js.map +1 -0
  249. package/dist/auth/permissions/validation.d.ts +6 -0
  250. package/dist/auth/permissions/validation.d.ts.map +1 -0
  251. package/dist/auth/permissions/validation.js +18 -0
  252. package/dist/auth/permissions/validation.js.map +1 -0
  253. package/dist/auth/policy/identity.d.ts +59 -0
  254. package/dist/auth/policy/identity.d.ts.map +1 -0
  255. package/dist/auth/policy/identity.js +9 -0
  256. package/dist/auth/policy/identity.js.map +1 -0
  257. package/dist/auth/policy/index.d.ts +6 -0
  258. package/dist/auth/policy/index.d.ts.map +1 -0
  259. package/dist/auth/policy/index.js +6 -0
  260. package/dist/auth/policy/index.js.map +1 -0
  261. package/dist/auth/policy/provision.d.ts +29 -0
  262. package/dist/auth/policy/provision.d.ts.map +1 -0
  263. package/dist/auth/policy/provision.js +12 -0
  264. package/dist/auth/policy/provision.js.map +1 -0
  265. package/dist/auth/policy/provisioning.d.ts +210 -0
  266. package/dist/auth/policy/provisioning.d.ts.map +1 -0
  267. package/dist/auth/policy/provisioning.js +20 -0
  268. package/dist/auth/policy/provisioning.js.map +1 -0
  269. package/dist/auth/policy/trust.types.d.ts +77 -0
  270. package/dist/auth/policy/trust.types.d.ts.map +1 -0
  271. package/dist/auth/policy/trust.types.js +16 -0
  272. package/dist/auth/policy/trust.types.js.map +1 -0
  273. package/dist/auth/policy/types.d.ts +32 -0
  274. package/dist/auth/policy/types.d.ts.map +1 -0
  275. package/dist/auth/policy/types.js +15 -0
  276. package/dist/auth/policy/types.js.map +1 -0
  277. package/dist/dns-label.d.ts +26 -0
  278. package/dist/dns-label.d.ts.map +1 -0
  279. package/dist/dns-label.js +36 -0
  280. package/dist/dns-label.js.map +1 -0
  281. package/dist/domain/accessors/bind.d.ts +21 -0
  282. package/dist/domain/accessors/bind.d.ts.map +1 -0
  283. package/dist/domain/accessors/bind.js +265 -0
  284. package/dist/domain/accessors/bind.js.map +1 -0
  285. package/dist/domain/accessors/errors.d.ts +26 -0
  286. package/dist/domain/accessors/errors.d.ts.map +1 -0
  287. package/dist/domain/accessors/errors.js +37 -0
  288. package/dist/domain/accessors/errors.js.map +1 -0
  289. package/dist/domain/accessors/flatten.d.ts +27 -0
  290. package/dist/domain/accessors/flatten.d.ts.map +1 -0
  291. package/dist/domain/accessors/flatten.js +67 -0
  292. package/dist/domain/accessors/flatten.js.map +1 -0
  293. package/dist/domain/accessors/group.d.ts +51 -0
  294. package/dist/domain/accessors/group.d.ts.map +1 -0
  295. package/dist/domain/accessors/group.js +111 -0
  296. package/dist/domain/accessors/group.js.map +1 -0
  297. package/dist/domain/accessors/index.d.ts +10 -0
  298. package/dist/domain/accessors/index.d.ts.map +1 -0
  299. package/dist/domain/accessors/index.js +9 -0
  300. package/dist/domain/accessors/index.js.map +1 -0
  301. package/dist/domain/accessors/interface-counts.d.ts +18 -0
  302. package/dist/domain/accessors/interface-counts.d.ts.map +1 -0
  303. package/dist/domain/accessors/interface-counts.js +33 -0
  304. package/dist/domain/accessors/interface-counts.js.map +1 -0
  305. package/dist/domain/accessors/methods.d.ts +38 -0
  306. package/dist/domain/accessors/methods.d.ts.map +1 -0
  307. package/dist/domain/accessors/methods.js +33 -0
  308. package/dist/domain/accessors/methods.js.map +1 -0
  309. package/dist/domain/accessors/node.d.ts +26 -0
  310. package/dist/domain/accessors/node.d.ts.map +1 -0
  311. package/dist/domain/accessors/node.js +111 -0
  312. package/dist/domain/accessors/node.js.map +1 -0
  313. package/dist/domain/accessors/shortcut.d.ts +57 -0
  314. package/dist/domain/accessors/shortcut.d.ts.map +1 -0
  315. package/dist/domain/accessors/shortcut.js +87 -0
  316. package/dist/domain/accessors/shortcut.js.map +1 -0
  317. package/dist/domain/accessors/types.d.ts +319 -0
  318. package/dist/domain/accessors/types.d.ts.map +1 -0
  319. package/dist/domain/accessors/types.js +2 -0
  320. package/dist/domain/accessors/types.js.map +1 -0
  321. package/dist/domain/addressing/edges.d.ts +9 -0
  322. package/dist/domain/addressing/edges.d.ts.map +1 -0
  323. package/dist/domain/addressing/edges.js +13 -0
  324. package/dist/domain/addressing/edges.js.map +1 -0
  325. package/dist/domain/addressing/grammar/domain.d.ts +16 -0
  326. package/dist/domain/addressing/grammar/domain.d.ts.map +1 -0
  327. package/dist/domain/addressing/grammar/domain.js +92 -0
  328. package/dist/domain/addressing/grammar/domain.js.map +1 -0
  329. package/dist/domain/addressing/grammar/instance-method.d.ts +14 -0
  330. package/dist/domain/addressing/grammar/instance-method.d.ts.map +1 -0
  331. package/dist/domain/addressing/grammar/instance-method.js +101 -0
  332. package/dist/domain/addressing/grammar/instance-method.js.map +1 -0
  333. package/dist/domain/addressing/grammar/set.d.ts +23 -0
  334. package/dist/domain/addressing/grammar/set.d.ts.map +1 -0
  335. package/dist/domain/addressing/grammar/set.js +31 -0
  336. package/dist/domain/addressing/grammar/set.js.map +1 -0
  337. package/dist/domain/addressing/grammar/tokens.d.ts +30 -0
  338. package/dist/domain/addressing/grammar/tokens.d.ts.map +1 -0
  339. package/dist/domain/addressing/grammar/tokens.js +34 -0
  340. package/dist/domain/addressing/grammar/tokens.js.map +1 -0
  341. package/dist/domain/addressing/keys/build.d.ts +10 -0
  342. package/dist/domain/addressing/keys/build.d.ts.map +1 -0
  343. package/dist/domain/addressing/keys/build.js +15 -0
  344. package/dist/domain/addressing/keys/build.js.map +1 -0
  345. package/dist/domain/addressing/keys/index.d.ts +4 -0
  346. package/dist/domain/addressing/keys/index.d.ts.map +1 -0
  347. package/dist/domain/addressing/keys/index.js +3 -0
  348. package/dist/domain/addressing/keys/index.js.map +1 -0
  349. package/dist/domain/addressing/keys/key.d.ts +70 -0
  350. package/dist/domain/addressing/keys/key.d.ts.map +1 -0
  351. package/dist/domain/addressing/keys/key.js +118 -0
  352. package/dist/domain/addressing/keys/key.js.map +1 -0
  353. package/dist/domain/addressing/keys/types.d.ts +28 -0
  354. package/dist/domain/addressing/keys/types.d.ts.map +1 -0
  355. package/dist/domain/addressing/keys/types.js +2 -0
  356. package/dist/domain/addressing/keys/types.js.map +1 -0
  357. package/dist/domain/addressing/layout/build.d.ts +20 -0
  358. package/dist/domain/addressing/layout/build.d.ts.map +1 -0
  359. package/dist/domain/addressing/layout/build.js +33 -0
  360. package/dist/domain/addressing/layout/build.js.map +1 -0
  361. package/dist/domain/addressing/layout/default.d.ts +67 -0
  362. package/dist/domain/addressing/layout/default.d.ts.map +1 -0
  363. package/dist/domain/addressing/layout/default.js +108 -0
  364. package/dist/domain/addressing/layout/default.js.map +1 -0
  365. package/dist/domain/addressing/layout/errors.d.ts +7 -0
  366. package/dist/domain/addressing/layout/errors.d.ts.map +1 -0
  367. package/dist/domain/addressing/layout/errors.js +10 -0
  368. package/dist/domain/addressing/layout/errors.js.map +1 -0
  369. package/dist/domain/addressing/layout/index.d.ts +8 -0
  370. package/dist/domain/addressing/layout/index.d.ts.map +1 -0
  371. package/dist/domain/addressing/layout/index.js +6 -0
  372. package/dist/domain/addressing/layout/index.js.map +1 -0
  373. package/dist/domain/addressing/layout/merge.d.ts +13 -0
  374. package/dist/domain/addressing/layout/merge.d.ts.map +1 -0
  375. package/dist/domain/addressing/layout/merge.js +19 -0
  376. package/dist/domain/addressing/layout/merge.js.map +1 -0
  377. package/dist/domain/addressing/layout/types.d.ts +15 -0
  378. package/dist/domain/addressing/layout/types.d.ts.map +1 -0
  379. package/dist/domain/addressing/layout/types.js +2 -0
  380. package/dist/domain/addressing/layout/types.js.map +1 -0
  381. package/dist/domain/addressing/layout/validate.d.ts +15 -0
  382. package/dist/domain/addressing/layout/validate.d.ts.map +1 -0
  383. package/dist/domain/addressing/layout/validate.js +31 -0
  384. package/dist/domain/addressing/layout/validate.js.map +1 -0
  385. package/dist/domain/addressing/namespace.d.ts +28 -0
  386. package/dist/domain/addressing/namespace.d.ts.map +1 -0
  387. package/dist/domain/addressing/namespace.js +30 -0
  388. package/dist/domain/addressing/namespace.js.map +1 -0
  389. package/dist/domain/addressing/paths/class.d.ts +47 -0
  390. package/dist/domain/addressing/paths/class.d.ts.map +1 -0
  391. package/dist/domain/addressing/paths/class.js +141 -0
  392. package/dist/domain/addressing/paths/class.js.map +1 -0
  393. package/dist/domain/addressing/paths/constants.d.ts +5 -0
  394. package/dist/domain/addressing/paths/constants.d.ts.map +1 -0
  395. package/dist/domain/addressing/paths/constants.js +10 -0
  396. package/dist/domain/addressing/paths/constants.js.map +1 -0
  397. package/dist/domain/addressing/paths/domain.d.ts +61 -0
  398. package/dist/domain/addressing/paths/domain.d.ts.map +1 -0
  399. package/dist/domain/addressing/paths/domain.js +185 -0
  400. package/dist/domain/addressing/paths/domain.js.map +1 -0
  401. package/dist/domain/addressing/paths/errors.d.ts +7 -0
  402. package/dist/domain/addressing/paths/errors.d.ts.map +1 -0
  403. package/dist/domain/addressing/paths/errors.js +12 -0
  404. package/dist/domain/addressing/paths/errors.js.map +1 -0
  405. package/dist/domain/addressing/paths/index.d.ts +12 -0
  406. package/dist/domain/addressing/paths/index.d.ts.map +1 -0
  407. package/dist/domain/addressing/paths/index.js +14 -0
  408. package/dist/domain/addressing/paths/index.js.map +1 -0
  409. package/dist/domain/addressing/paths/instance-method.d.ts +31 -0
  410. package/dist/domain/addressing/paths/instance-method.d.ts.map +1 -0
  411. package/dist/domain/addressing/paths/instance-method.js +103 -0
  412. package/dist/domain/addressing/paths/instance-method.js.map +1 -0
  413. package/dist/domain/addressing/paths/interface.d.ts +43 -0
  414. package/dist/domain/addressing/paths/interface.d.ts.map +1 -0
  415. package/dist/domain/addressing/paths/interface.js +138 -0
  416. package/dist/domain/addressing/paths/interface.js.map +1 -0
  417. package/dist/domain/addressing/paths/method.d.ts +50 -0
  418. package/dist/domain/addressing/paths/method.d.ts.map +1 -0
  419. package/dist/domain/addressing/paths/method.js +172 -0
  420. package/dist/domain/addressing/paths/method.js.map +1 -0
  421. package/dist/domain/addressing/paths/zod.d.ts +18 -0
  422. package/dist/domain/addressing/paths/zod.d.ts.map +1 -0
  423. package/dist/domain/addressing/paths/zod.js +19 -0
  424. package/dist/domain/addressing/paths/zod.js.map +1 -0
  425. package/dist/domain/addressing/refs/build.d.ts +33 -0
  426. package/dist/domain/addressing/refs/build.d.ts.map +1 -0
  427. package/dist/domain/addressing/refs/build.js +155 -0
  428. package/dist/domain/addressing/refs/build.js.map +1 -0
  429. package/dist/domain/addressing/refs/errors.d.ts +12 -0
  430. package/dist/domain/addressing/refs/errors.d.ts.map +1 -0
  431. package/dist/domain/addressing/refs/errors.js +21 -0
  432. package/dist/domain/addressing/refs/errors.js.map +1 -0
  433. package/dist/domain/addressing/refs/index.d.ts +7 -0
  434. package/dist/domain/addressing/refs/index.d.ts.map +1 -0
  435. package/dist/domain/addressing/refs/index.js +6 -0
  436. package/dist/domain/addressing/refs/index.js.map +1 -0
  437. package/dist/domain/addressing/refs/iterate.d.ts +17 -0
  438. package/dist/domain/addressing/refs/iterate.d.ts.map +1 -0
  439. package/dist/domain/addressing/refs/iterate.js +42 -0
  440. package/dist/domain/addressing/refs/iterate.js.map +1 -0
  441. package/dist/domain/addressing/refs/project.d.ts +26 -0
  442. package/dist/domain/addressing/refs/project.d.ts.map +1 -0
  443. package/dist/domain/addressing/refs/project.js +39 -0
  444. package/dist/domain/addressing/refs/project.js.map +1 -0
  445. package/dist/domain/addressing/refs/ref.d.ts +80 -0
  446. package/dist/domain/addressing/refs/ref.d.ts.map +1 -0
  447. package/dist/domain/addressing/refs/ref.js +146 -0
  448. package/dist/domain/addressing/refs/ref.js.map +1 -0
  449. package/dist/domain/addressing/refs/types.d.ts +167 -0
  450. package/dist/domain/addressing/refs/types.d.ts.map +1 -0
  451. package/dist/domain/addressing/refs/types.js +27 -0
  452. package/dist/domain/addressing/refs/types.js.map +1 -0
  453. package/dist/domain/addressing/segments/installed-in.d.ts +15 -0
  454. package/dist/domain/addressing/segments/installed-in.d.ts.map +1 -0
  455. package/dist/domain/addressing/segments/installed-in.js +19 -0
  456. package/dist/domain/addressing/segments/installed-in.js.map +1 -0
  457. package/dist/domain/addressing/segments/method-of.d.ts +10 -0
  458. package/dist/domain/addressing/segments/method-of.d.ts.map +1 -0
  459. package/dist/domain/addressing/segments/method-of.js +14 -0
  460. package/dist/domain/addressing/segments/method-of.js.map +1 -0
  461. package/dist/domain/addressing/segments/of-domain.d.ts +15 -0
  462. package/dist/domain/addressing/segments/of-domain.d.ts.map +1 -0
  463. package/dist/domain/addressing/segments/of-domain.js +19 -0
  464. package/dist/domain/addressing/segments/of-domain.js.map +1 -0
  465. package/dist/domain/compile/catalog/def-types.d.ts +28 -0
  466. package/dist/domain/compile/catalog/def-types.d.ts.map +1 -0
  467. package/dist/domain/compile/catalog/def-types.js +8 -0
  468. package/dist/domain/compile/catalog/def-types.js.map +1 -0
  469. package/dist/domain/compile/catalog/defs.d.ts +7 -0
  470. package/dist/domain/compile/catalog/defs.d.ts.map +1 -0
  471. package/dist/domain/compile/catalog/defs.js +8 -0
  472. package/dist/domain/compile/catalog/defs.js.map +1 -0
  473. package/dist/domain/compile/catalog/index.d.ts +4 -0
  474. package/dist/domain/compile/catalog/index.d.ts.map +1 -0
  475. package/dist/domain/compile/catalog/index.js +5 -0
  476. package/dist/domain/compile/catalog/index.js.map +1 -0
  477. package/dist/domain/compile/catalog/system-properties.d.ts +28 -0
  478. package/dist/domain/compile/catalog/system-properties.d.ts.map +1 -0
  479. package/dist/domain/compile/catalog/system-properties.js +71 -0
  480. package/dist/domain/compile/catalog/system-properties.js.map +1 -0
  481. package/dist/domain/compile/compile.d.ts +36 -0
  482. package/dist/domain/compile/compile.d.ts.map +1 -0
  483. package/dist/domain/compile/compile.js +91 -0
  484. package/dist/domain/compile/compile.js.map +1 -0
  485. package/dist/domain/compile/core/compile.d.ts +66 -0
  486. package/dist/domain/compile/core/compile.d.ts.map +1 -0
  487. package/dist/domain/compile/core/compile.js +139 -0
  488. package/dist/domain/compile/core/compile.js.map +1 -0
  489. package/dist/domain/compile/core/index.d.ts +3 -0
  490. package/dist/domain/compile/core/index.d.ts.map +1 -0
  491. package/dist/domain/compile/core/index.js +2 -0
  492. package/dist/domain/compile/core/index.js.map +1 -0
  493. package/dist/domain/compile/core/types.d.ts +15 -0
  494. package/dist/domain/compile/core/types.d.ts.map +1 -0
  495. package/dist/domain/compile/core/types.js +5 -0
  496. package/dist/domain/compile/core/types.js.map +1 -0
  497. package/dist/domain/compile/errors.d.ts +8 -0
  498. package/dist/domain/compile/errors.d.ts.map +1 -0
  499. package/dist/domain/compile/errors.js +12 -0
  500. package/dist/domain/compile/errors.js.map +1 -0
  501. package/dist/domain/compile/external-ids.d.ts +18 -0
  502. package/dist/domain/compile/external-ids.d.ts.map +1 -0
  503. package/dist/domain/compile/external-ids.js +23 -0
  504. package/dist/domain/compile/external-ids.js.map +1 -0
  505. package/dist/domain/compile/imports/index.d.ts +4 -0
  506. package/dist/domain/compile/imports/index.d.ts.map +1 -0
  507. package/dist/domain/compile/imports/index.js +3 -0
  508. package/dist/domain/compile/imports/index.js.map +1 -0
  509. package/dist/domain/compile/imports/resolve.d.ts +14 -0
  510. package/dist/domain/compile/imports/resolve.d.ts.map +1 -0
  511. package/dist/domain/compile/imports/resolve.js +47 -0
  512. package/dist/domain/compile/imports/resolve.js.map +1 -0
  513. package/dist/domain/compile/imports/scan.d.ts +21 -0
  514. package/dist/domain/compile/imports/scan.d.ts.map +1 -0
  515. package/dist/domain/compile/imports/scan.js +40 -0
  516. package/dist/domain/compile/imports/scan.js.map +1 -0
  517. package/dist/domain/compile/imports/types.d.ts +38 -0
  518. package/dist/domain/compile/imports/types.d.ts.map +1 -0
  519. package/dist/domain/compile/imports/types.js +2 -0
  520. package/dist/domain/compile/imports/types.js.map +1 -0
  521. package/dist/domain/compile/index.d.ts +9 -0
  522. package/dist/domain/compile/index.d.ts.map +1 -0
  523. package/dist/domain/compile/index.js +10 -0
  524. package/dist/domain/compile/index.js.map +1 -0
  525. package/dist/domain/compile/inheritance.d.ts +21 -0
  526. package/dist/domain/compile/inheritance.d.ts.map +1 -0
  527. package/dist/domain/compile/inheritance.js +52 -0
  528. package/dist/domain/compile/inheritance.js.map +1 -0
  529. package/dist/domain/compile/internals.d.ts +93 -0
  530. package/dist/domain/compile/internals.d.ts.map +1 -0
  531. package/dist/domain/compile/internals.js +78 -0
  532. package/dist/domain/compile/internals.js.map +1 -0
  533. package/dist/domain/compile/method/bind.d.ts +33 -0
  534. package/dist/domain/compile/method/bind.d.ts.map +1 -0
  535. package/dist/domain/compile/method/bind.js +182 -0
  536. package/dist/domain/compile/method/bind.js.map +1 -0
  537. package/dist/domain/compile/method/bound-method.d.ts +56 -0
  538. package/dist/domain/compile/method/bound-method.d.ts.map +1 -0
  539. package/dist/domain/compile/method/bound-method.js +2 -0
  540. package/dist/domain/compile/method/bound-method.js.map +1 -0
  541. package/dist/domain/compile/method/errors.d.ts +8 -0
  542. package/dist/domain/compile/method/errors.d.ts.map +1 -0
  543. package/dist/domain/compile/method/errors.js +12 -0
  544. package/dist/domain/compile/method/errors.js.map +1 -0
  545. package/dist/domain/compile/method/index.d.ts +12 -0
  546. package/dist/domain/compile/method/index.d.ts.map +1 -0
  547. package/dist/domain/compile/method/index.js +10 -0
  548. package/dist/domain/compile/method/index.js.map +1 -0
  549. package/dist/domain/compile/method/inheritance-keys.d.ts +24 -0
  550. package/dist/domain/compile/method/inheritance-keys.d.ts.map +1 -0
  551. package/dist/domain/compile/method/inheritance-keys.js +13 -0
  552. package/dist/domain/compile/method/inheritance-keys.js.map +1 -0
  553. package/dist/domain/compile/method/resolve.d.ts +93 -0
  554. package/dist/domain/compile/method/resolve.d.ts.map +1 -0
  555. package/dist/domain/compile/method/resolve.js +194 -0
  556. package/dist/domain/compile/method/resolve.js.map +1 -0
  557. package/dist/domain/compile/method/serialized.d.ts +130 -0
  558. package/dist/domain/compile/method/serialized.d.ts.map +1 -0
  559. package/dist/domain/compile/method/serialized.js +75 -0
  560. package/dist/domain/compile/method/serialized.js.map +1 -0
  561. package/dist/domain/compile/method/signature.d.ts +78 -0
  562. package/dist/domain/compile/method/signature.d.ts.map +1 -0
  563. package/dist/domain/compile/method/signature.js +8 -0
  564. package/dist/domain/compile/method/signature.js.map +1 -0
  565. package/dist/domain/compile/method/types.d.ts +101 -0
  566. package/dist/domain/compile/method/types.d.ts.map +1 -0
  567. package/dist/domain/compile/method/types.js +14 -0
  568. package/dist/domain/compile/method/types.js.map +1 -0
  569. package/dist/domain/compile/method/wire.d.ts +35 -0
  570. package/dist/domain/compile/method/wire.d.ts.map +1 -0
  571. package/dist/domain/compile/method/wire.js +50 -0
  572. package/dist/domain/compile/method/wire.js.map +1 -0
  573. package/dist/domain/compile/property/build.d.ts +20 -0
  574. package/dist/domain/compile/property/build.d.ts.map +1 -0
  575. package/dist/domain/compile/property/build.js +90 -0
  576. package/dist/domain/compile/property/build.js.map +1 -0
  577. package/dist/domain/compile/property/index.d.ts +3 -0
  578. package/dist/domain/compile/property/index.d.ts.map +1 -0
  579. package/dist/domain/compile/property/index.js +2 -0
  580. package/dist/domain/compile/property/index.js.map +1 -0
  581. package/dist/domain/compile/property/types.d.ts +84 -0
  582. package/dist/domain/compile/property/types.d.ts.map +1 -0
  583. package/dist/domain/compile/property/types.js +2 -0
  584. package/dist/domain/compile/property/types.js.map +1 -0
  585. package/dist/domain/compile/types.d.ts +56 -0
  586. package/dist/domain/compile/types.d.ts.map +1 -0
  587. package/dist/domain/compile/types.js +2 -0
  588. package/dist/domain/compile/types.js.map +1 -0
  589. package/dist/domain/compile/validation/index.d.ts +3 -0
  590. package/dist/domain/compile/validation/index.d.ts.map +1 -0
  591. package/dist/domain/compile/validation/index.js +2 -0
  592. package/dist/domain/compile/validation/index.js.map +1 -0
  593. package/dist/domain/compile/validation/validate.d.ts +26 -0
  594. package/dist/domain/compile/validation/validate.d.ts.map +1 -0
  595. package/dist/domain/compile/validation/validate.js +159 -0
  596. package/dist/domain/compile/validation/validate.js.map +1 -0
  597. package/dist/domain/deserialize/deserialize.d.ts +55 -0
  598. package/dist/domain/deserialize/deserialize.d.ts.map +1 -0
  599. package/dist/domain/deserialize/deserialize.js +863 -0
  600. package/dist/domain/deserialize/deserialize.js.map +1 -0
  601. package/dist/domain/deserialize/errors.d.ts +30 -0
  602. package/dist/domain/deserialize/errors.d.ts.map +1 -0
  603. package/dist/domain/deserialize/errors.js +10 -0
  604. package/dist/domain/deserialize/errors.js.map +1 -0
  605. package/dist/domain/deserialize/index.d.ts +22 -0
  606. package/dist/domain/deserialize/index.d.ts.map +1 -0
  607. package/dist/domain/deserialize/index.js +21 -0
  608. package/dist/domain/deserialize/index.js.map +1 -0
  609. package/dist/domain/errors.d.ts +11 -0
  610. package/dist/domain/errors.d.ts.map +1 -0
  611. package/dist/domain/errors.js +14 -0
  612. package/dist/domain/errors.js.map +1 -0
  613. package/dist/domain/identity/resolve-callables.d.ts +51 -0
  614. package/dist/domain/identity/resolve-callables.d.ts.map +1 -0
  615. package/dist/domain/identity/resolve-callables.js +75 -0
  616. package/dist/domain/identity/resolve-callables.js.map +1 -0
  617. package/dist/domain/index.d.ts +51 -0
  618. package/dist/domain/index.d.ts.map +1 -0
  619. package/dist/domain/index.js +37 -0
  620. package/dist/domain/index.js.map +1 -0
  621. package/dist/domain/install-bundle.d.ts +44 -0
  622. package/dist/domain/install-bundle.d.ts.map +1 -0
  623. package/dist/domain/install-bundle.js +45 -0
  624. package/dist/domain/install-bundle.js.map +1 -0
  625. package/dist/domain/origin.d.ts +18 -0
  626. package/dist/domain/origin.d.ts.map +1 -0
  627. package/dist/domain/origin.js +11 -0
  628. package/dist/domain/origin.js.map +1 -0
  629. package/dist/domain/serialize/core.d.ts +28 -0
  630. package/dist/domain/serialize/core.d.ts.map +1 -0
  631. package/dist/domain/serialize/core.js +107 -0
  632. package/dist/domain/serialize/core.js.map +1 -0
  633. package/dist/domain/serialize/errors.d.ts +8 -0
  634. package/dist/domain/serialize/errors.d.ts.map +1 -0
  635. package/dist/domain/serialize/errors.js +12 -0
  636. package/dist/domain/serialize/errors.js.map +1 -0
  637. package/dist/domain/serialize/index.d.ts +6 -0
  638. package/dist/domain/serialize/index.d.ts.map +1 -0
  639. package/dist/domain/serialize/index.js +8 -0
  640. package/dist/domain/serialize/index.js.map +1 -0
  641. package/dist/domain/serialize/merge-trees.d.ts +14 -0
  642. package/dist/domain/serialize/merge-trees.d.ts.map +1 -0
  643. package/dist/domain/serialize/merge-trees.js +39 -0
  644. package/dist/domain/serialize/merge-trees.js.map +1 -0
  645. package/dist/domain/serialize/schema.d.ts +35 -0
  646. package/dist/domain/serialize/schema.d.ts.map +1 -0
  647. package/dist/domain/serialize/schema.js +525 -0
  648. package/dist/domain/serialize/schema.js.map +1 -0
  649. package/dist/domain/serialize/serialize.d.ts +43 -0
  650. package/dist/domain/serialize/serialize.d.ts.map +1 -0
  651. package/dist/domain/serialize/serialize.js +36 -0
  652. package/dist/domain/serialize/serialize.js.map +1 -0
  653. package/dist/domain/serialize/zod-schema.d.ts +17 -0
  654. package/dist/domain/serialize/zod-schema.d.ts.map +1 -0
  655. package/dist/domain/serialize/zod-schema.js +71 -0
  656. package/dist/domain/serialize/zod-schema.js.map +1 -0
  657. package/dist/events/envelope.d.ts +19 -0
  658. package/dist/events/envelope.d.ts.map +1 -0
  659. package/dist/events/envelope.js +2 -0
  660. package/dist/events/envelope.js.map +1 -0
  661. package/dist/events/ids.d.ts +9 -0
  662. package/dist/events/ids.d.ts.map +1 -0
  663. package/dist/events/ids.js +3 -0
  664. package/dist/events/ids.js.map +1 -0
  665. package/dist/events/index.d.ts +7 -0
  666. package/dist/events/index.d.ts.map +1 -0
  667. package/dist/events/index.js +7 -0
  668. package/dist/events/index.js.map +1 -0
  669. package/dist/events/journal/filter.d.ts +14 -0
  670. package/dist/events/journal/filter.d.ts.map +1 -0
  671. package/dist/events/journal/filter.js +48 -0
  672. package/dist/events/journal/filter.js.map +1 -0
  673. package/dist/events/journal/index.d.ts +3 -0
  674. package/dist/events/journal/index.d.ts.map +1 -0
  675. package/dist/events/journal/index.js +2 -0
  676. package/dist/events/journal/index.js.map +1 -0
  677. package/dist/events/journal/types.d.ts +21 -0
  678. package/dist/events/journal/types.d.ts.map +1 -0
  679. package/dist/events/journal/types.js +2 -0
  680. package/dist/events/journal/types.js.map +1 -0
  681. package/dist/events/payloads.d.ts +61 -0
  682. package/dist/events/payloads.d.ts.map +1 -0
  683. package/dist/events/payloads.js +2 -0
  684. package/dist/events/payloads.js.map +1 -0
  685. package/dist/events/subscription.d.ts +9 -0
  686. package/dist/events/subscription.d.ts.map +1 -0
  687. package/dist/events/subscription.js +2 -0
  688. package/dist/events/subscription.js.map +1 -0
  689. package/dist/events/topics.d.ts +19 -0
  690. package/dist/events/topics.d.ts.map +1 -0
  691. package/dist/events/topics.js +6 -0
  692. package/dist/events/topics.js.map +1 -0
  693. package/dist/graph/edge/edge.d.ts +42 -0
  694. package/dist/graph/edge/edge.d.ts.map +1 -0
  695. package/dist/graph/edge/edge.js +2 -0
  696. package/dist/graph/edge/edge.js.map +1 -0
  697. package/dist/graph/edge/identity.d.ts +33 -0
  698. package/dist/graph/edge/identity.d.ts.map +1 -0
  699. package/dist/graph/edge/identity.js +10 -0
  700. package/dist/graph/edge/identity.js.map +1 -0
  701. package/dist/graph/edge/index.d.ts +4 -0
  702. package/dist/graph/edge/index.d.ts.map +1 -0
  703. package/dist/graph/edge/index.js +2 -0
  704. package/dist/graph/edge/index.js.map +1 -0
  705. package/dist/graph/edge/zod.d.ts +21 -0
  706. package/dist/graph/edge/zod.d.ts.map +1 -0
  707. package/dist/graph/edge/zod.js +27 -0
  708. package/dist/graph/edge/zod.js.map +1 -0
  709. package/dist/graph/errors.d.ts +100 -0
  710. package/dist/graph/errors.d.ts.map +1 -0
  711. package/dist/graph/errors.js +117 -0
  712. package/dist/graph/errors.js.map +1 -0
  713. package/dist/graph/graph/build/from.d.ts +62 -0
  714. package/dist/graph/graph/build/from.d.ts.map +1 -0
  715. package/dist/graph/graph/build/from.js +47 -0
  716. package/dist/graph/graph/build/from.js.map +1 -0
  717. package/dist/graph/graph/build/index.d.ts +11 -0
  718. package/dist/graph/graph/build/index.d.ts.map +1 -0
  719. package/dist/graph/graph/build/index.js +11 -0
  720. package/dist/graph/graph/build/index.js.map +1 -0
  721. package/dist/graph/graph/build/normalize.d.ts +20 -0
  722. package/dist/graph/graph/build/normalize.d.ts.map +1 -0
  723. package/dist/graph/graph/build/normalize.js +49 -0
  724. package/dist/graph/graph/build/normalize.js.map +1 -0
  725. package/dist/graph/graph/build/validate.d.ts +11 -0
  726. package/dist/graph/graph/build/validate.d.ts.map +1 -0
  727. package/dist/graph/graph/build/validate.js +56 -0
  728. package/dist/graph/graph/build/validate.js.map +1 -0
  729. package/dist/graph/graph/graph.d.ts +136 -0
  730. package/dist/graph/graph/graph.d.ts.map +1 -0
  731. package/dist/graph/graph/graph.js +220 -0
  732. package/dist/graph/graph/graph.js.map +1 -0
  733. package/dist/graph/graph/index.d.ts +24 -0
  734. package/dist/graph/graph/index.d.ts.map +1 -0
  735. package/dist/graph/graph/index.js +18 -0
  736. package/dist/graph/graph/index.js.map +1 -0
  737. package/dist/graph/graph/indexes/edges.d.ts +23 -0
  738. package/dist/graph/graph/indexes/edges.d.ts.map +1 -0
  739. package/dist/graph/graph/indexes/edges.js +49 -0
  740. package/dist/graph/graph/indexes/edges.js.map +1 -0
  741. package/dist/graph/graph/indexes/ids.d.ts +15 -0
  742. package/dist/graph/graph/indexes/ids.d.ts.map +1 -0
  743. package/dist/graph/graph/indexes/ids.js +30 -0
  744. package/dist/graph/graph/indexes/ids.js.map +1 -0
  745. package/dist/graph/graph/indexes/index.d.ts +22 -0
  746. package/dist/graph/graph/indexes/index.d.ts.map +1 -0
  747. package/dist/graph/graph/indexes/index.js +21 -0
  748. package/dist/graph/graph/indexes/index.js.map +1 -0
  749. package/dist/graph/graph/indexes/nodes.d.ts +15 -0
  750. package/dist/graph/graph/indexes/nodes.d.ts.map +1 -0
  751. package/dist/graph/graph/indexes/nodes.js +20 -0
  752. package/dist/graph/graph/indexes/nodes.js.map +1 -0
  753. package/dist/graph/graph/indexes/path-index.d.ts +54 -0
  754. package/dist/graph/graph/indexes/path-index.d.ts.map +1 -0
  755. package/dist/graph/graph/indexes/path-index.js +140 -0
  756. package/dist/graph/graph/indexes/path-index.js.map +1 -0
  757. package/dist/graph/graph/indexes/view.d.ts +60 -0
  758. package/dist/graph/graph/indexes/view.d.ts.map +1 -0
  759. package/dist/graph/graph/indexes/view.js +47 -0
  760. package/dist/graph/graph/indexes/view.js.map +1 -0
  761. package/dist/graph/graph/namespaces.d.ts +53 -0
  762. package/dist/graph/graph/namespaces.d.ts.map +1 -0
  763. package/dist/graph/graph/namespaces.js +2 -0
  764. package/dist/graph/graph/namespaces.js.map +1 -0
  765. package/dist/graph/graph/root.d.ts +36 -0
  766. package/dist/graph/graph/root.d.ts.map +1 -0
  767. package/dist/graph/graph/root.js +85 -0
  768. package/dist/graph/graph/root.js.map +1 -0
  769. package/dist/graph/graph/walker.d.ts +80 -0
  770. package/dist/graph/graph/walker.d.ts.map +1 -0
  771. package/dist/graph/graph/walker.js +126 -0
  772. package/dist/graph/graph/walker.js.map +1 -0
  773. package/dist/graph/graph/wire.d.ts +34 -0
  774. package/dist/graph/graph/wire.d.ts.map +1 -0
  775. package/dist/graph/graph/wire.js +37 -0
  776. package/dist/graph/graph/wire.js.map +1 -0
  777. package/dist/graph/index.d.ts +18 -0
  778. package/dist/graph/index.d.ts.map +1 -0
  779. package/dist/graph/index.js +14 -0
  780. package/dist/graph/index.js.map +1 -0
  781. package/dist/graph/nav/ast/predicate/index.d.ts +3 -0
  782. package/dist/graph/nav/ast/predicate/index.d.ts.map +1 -0
  783. package/dist/graph/nav/ast/predicate/index.js +2 -0
  784. package/dist/graph/nav/ast/predicate/index.js.map +1 -0
  785. package/dist/graph/nav/ast/predicate/operations.d.ts +27 -0
  786. package/dist/graph/nav/ast/predicate/operations.d.ts.map +1 -0
  787. package/dist/graph/nav/ast/predicate/operations.js +75 -0
  788. package/dist/graph/nav/ast/predicate/operations.js.map +1 -0
  789. package/dist/graph/nav/ast/predicate/types.d.ts +28 -0
  790. package/dist/graph/nav/ast/predicate/types.d.ts.map +1 -0
  791. package/dist/graph/nav/ast/predicate/types.js +3 -0
  792. package/dist/graph/nav/ast/predicate/types.js.map +1 -0
  793. package/dist/graph/nav/ast/slug.d.ts +18 -0
  794. package/dist/graph/nav/ast/slug.d.ts.map +1 -0
  795. package/dist/graph/nav/ast/slug.js +19 -0
  796. package/dist/graph/nav/ast/slug.js.map +1 -0
  797. package/dist/graph/nav/ast/step/anchor.d.ts +33 -0
  798. package/dist/graph/nav/ast/step/anchor.d.ts.map +1 -0
  799. package/dist/graph/nav/ast/step/anchor.js +15 -0
  800. package/dist/graph/nav/ast/step/anchor.js.map +1 -0
  801. package/dist/graph/nav/ast/step/index.d.ts +7 -0
  802. package/dist/graph/nav/ast/step/index.d.ts.map +1 -0
  803. package/dist/graph/nav/ast/step/index.js +3 -0
  804. package/dist/graph/nav/ast/step/index.js.map +1 -0
  805. package/dist/graph/nav/ast/step/reverse.d.ts +21 -0
  806. package/dist/graph/nav/ast/step/reverse.d.ts.map +1 -0
  807. package/dist/graph/nav/ast/step/reverse.js +58 -0
  808. package/dist/graph/nav/ast/step/reverse.js.map +1 -0
  809. package/dist/graph/nav/ast/step/traversal.d.ts +39 -0
  810. package/dist/graph/nav/ast/step/traversal.d.ts.map +1 -0
  811. package/dist/graph/nav/ast/step/traversal.js +5 -0
  812. package/dist/graph/nav/ast/step/traversal.js.map +1 -0
  813. package/dist/graph/nav/grammar/core.d.ts +25 -0
  814. package/dist/graph/nav/grammar/core.d.ts.map +1 -0
  815. package/dist/graph/nav/grammar/core.js +12 -0
  816. package/dist/graph/nav/grammar/core.js.map +1 -0
  817. package/dist/graph/nav/grammar/extension.d.ts +35 -0
  818. package/dist/graph/nav/grammar/extension.d.ts.map +1 -0
  819. package/dist/graph/nav/grammar/extension.js +2 -0
  820. package/dist/graph/nav/grammar/extension.js.map +1 -0
  821. package/dist/graph/nav/grammar/index.d.ts +7 -0
  822. package/dist/graph/nav/grammar/index.d.ts.map +1 -0
  823. package/dist/graph/nav/grammar/index.js +4 -0
  824. package/dist/graph/nav/grammar/index.js.map +1 -0
  825. package/dist/graph/nav/grammar/registry.d.ts +25 -0
  826. package/dist/graph/nav/grammar/registry.d.ts.map +1 -0
  827. package/dist/graph/nav/grammar/registry.js +38 -0
  828. package/dist/graph/nav/grammar/registry.js.map +1 -0
  829. package/dist/graph/nav/index.d.ts +36 -0
  830. package/dist/graph/nav/index.d.ts.map +1 -0
  831. package/dist/graph/nav/index.js +32 -0
  832. package/dist/graph/nav/index.js.map +1 -0
  833. package/dist/graph/nav/lex/table.d.ts +16 -0
  834. package/dist/graph/nav/lex/table.d.ts.map +1 -0
  835. package/dist/graph/nav/lex/table.js +24 -0
  836. package/dist/graph/nav/lex/table.js.map +1 -0
  837. package/dist/graph/nav/lex/token.d.ts +23 -0
  838. package/dist/graph/nav/lex/token.d.ts.map +1 -0
  839. package/dist/graph/nav/lex/token.js +2 -0
  840. package/dist/graph/nav/lex/token.js.map +1 -0
  841. package/dist/graph/nav/lex/tokenize.d.ts +5 -0
  842. package/dist/graph/nav/lex/tokenize.d.ts.map +1 -0
  843. package/dist/graph/nav/lex/tokenize.js +40 -0
  844. package/dist/graph/nav/lex/tokenize.js.map +1 -0
  845. package/dist/graph/nav/parse/predicate.d.ts +21 -0
  846. package/dist/graph/nav/parse/predicate.d.ts.map +1 -0
  847. package/dist/graph/nav/parse/predicate.js +95 -0
  848. package/dist/graph/nav/parse/predicate.js.map +1 -0
  849. package/dist/graph/nav/parse/steps.d.ts +43 -0
  850. package/dist/graph/nav/parse/steps.d.ts.map +1 -0
  851. package/dist/graph/nav/parse/steps.js +234 -0
  852. package/dist/graph/nav/parse/steps.js.map +1 -0
  853. package/dist/graph/nav/parse/stream.d.ts +24 -0
  854. package/dist/graph/nav/parse/stream.d.ts.map +1 -0
  855. package/dist/graph/nav/parse/stream.js +45 -0
  856. package/dist/graph/nav/parse/stream.js.map +1 -0
  857. package/dist/graph/nav/parse/validation.d.ts +12 -0
  858. package/dist/graph/nav/parse/validation.d.ts.map +1 -0
  859. package/dist/graph/nav/parse/validation.js +7 -0
  860. package/dist/graph/nav/parse/validation.js.map +1 -0
  861. package/dist/graph/nav/path/build.d.ts +21 -0
  862. package/dist/graph/nav/path/build.d.ts.map +1 -0
  863. package/dist/graph/nav/path/build.js +53 -0
  864. package/dist/graph/nav/path/build.js.map +1 -0
  865. package/dist/graph/nav/path/errors.d.ts +50 -0
  866. package/dist/graph/nav/path/errors.d.ts.map +1 -0
  867. package/dist/graph/nav/path/errors.js +61 -0
  868. package/dist/graph/nav/path/errors.js.map +1 -0
  869. package/dist/graph/nav/path/index.d.ts +19 -0
  870. package/dist/graph/nav/path/index.d.ts.map +1 -0
  871. package/dist/graph/nav/path/index.js +19 -0
  872. package/dist/graph/nav/path/index.js.map +1 -0
  873. package/dist/graph/nav/path/kinds/chain.d.ts +38 -0
  874. package/dist/graph/nav/path/kinds/chain.d.ts.map +1 -0
  875. package/dist/graph/nav/path/kinds/chain.js +84 -0
  876. package/dist/graph/nav/path/kinds/chain.js.map +1 -0
  877. package/dist/graph/nav/path/kinds/id-path.d.ts +44 -0
  878. package/dist/graph/nav/path/kinds/id-path.d.ts.map +1 -0
  879. package/dist/graph/nav/path/kinds/id-path.js +104 -0
  880. package/dist/graph/nav/path/kinds/id-path.js.map +1 -0
  881. package/dist/graph/nav/path/kinds/path-type.d.ts +51 -0
  882. package/dist/graph/nav/path/kinds/path-type.d.ts.map +1 -0
  883. package/dist/graph/nav/path/kinds/path-type.js +2 -0
  884. package/dist/graph/nav/path/kinds/path-type.js.map +1 -0
  885. package/dist/graph/nav/path/kinds/registry.d.ts +51 -0
  886. package/dist/graph/nav/path/kinds/registry.d.ts.map +1 -0
  887. package/dist/graph/nav/path/kinds/registry.js +85 -0
  888. package/dist/graph/nav/path/kinds/registry.js.map +1 -0
  889. package/dist/graph/nav/path/parse.d.ts +30 -0
  890. package/dist/graph/nav/path/parse.d.ts.map +1 -0
  891. package/dist/graph/nav/path/parse.js +55 -0
  892. package/dist/graph/nav/path/parse.js.map +1 -0
  893. package/dist/graph/nav/path/path.d.ts +41 -0
  894. package/dist/graph/nav/path/path.d.ts.map +1 -0
  895. package/dist/graph/nav/path/path.js +59 -0
  896. package/dist/graph/nav/path/path.js.map +1 -0
  897. package/dist/graph/nav/path/zod.d.ts +99 -0
  898. package/dist/graph/nav/path/zod.d.ts.map +1 -0
  899. package/dist/graph/nav/path/zod.js +132 -0
  900. package/dist/graph/nav/path/zod.js.map +1 -0
  901. package/dist/graph/nav/scheme/index.d.ts +6 -0
  902. package/dist/graph/nav/scheme/index.d.ts.map +1 -0
  903. package/dist/graph/nav/scheme/index.js +5 -0
  904. package/dist/graph/nav/scheme/index.js.map +1 -0
  905. package/dist/graph/nav/scheme/registry.d.ts +17 -0
  906. package/dist/graph/nav/scheme/registry.d.ts.map +1 -0
  907. package/dist/graph/nav/scheme/registry.js +24 -0
  908. package/dist/graph/nav/scheme/registry.js.map +1 -0
  909. package/dist/graph/nav/scheme/segment.d.ts +53 -0
  910. package/dist/graph/nav/scheme/segment.d.ts.map +1 -0
  911. package/dist/graph/nav/scheme/segment.js +2 -0
  912. package/dist/graph/nav/scheme/segment.js.map +1 -0
  913. package/dist/graph/nav/scheme/slug.d.ts +40 -0
  914. package/dist/graph/nav/scheme/slug.d.ts.map +1 -0
  915. package/dist/graph/nav/scheme/slug.js +86 -0
  916. package/dist/graph/nav/scheme/slug.js.map +1 -0
  917. package/dist/graph/nav/scheme/span.d.ts +17 -0
  918. package/dist/graph/nav/scheme/span.d.ts.map +1 -0
  919. package/dist/graph/nav/scheme/span.js +41 -0
  920. package/dist/graph/nav/scheme/span.js.map +1 -0
  921. package/dist/graph/nav/scheme/walk.d.ts +20 -0
  922. package/dist/graph/nav/scheme/walk.d.ts.map +1 -0
  923. package/dist/graph/nav/scheme/walk.js +75 -0
  924. package/dist/graph/nav/scheme/walk.js.map +1 -0
  925. package/dist/graph/nav/serialize/predicate.d.ts +4 -0
  926. package/dist/graph/nav/serialize/predicate.d.ts.map +1 -0
  927. package/dist/graph/nav/serialize/predicate.js +24 -0
  928. package/dist/graph/nav/serialize/predicate.js.map +1 -0
  929. package/dist/graph/nav/serialize/steps.d.ts +30 -0
  930. package/dist/graph/nav/serialize/steps.d.ts.map +1 -0
  931. package/dist/graph/nav/serialize/steps.js +53 -0
  932. package/dist/graph/nav/serialize/steps.js.map +1 -0
  933. package/dist/graph/node/index.d.ts +2 -0
  934. package/dist/graph/node/index.d.ts.map +1 -0
  935. package/dist/graph/node/index.js +2 -0
  936. package/dist/graph/node/index.js.map +1 -0
  937. package/dist/graph/node/node.d.ts +41 -0
  938. package/dist/graph/node/node.d.ts.map +1 -0
  939. package/dist/graph/node/node.js +2 -0
  940. package/dist/graph/node/node.js.map +1 -0
  941. package/dist/graph/node/zod.d.ts +21 -0
  942. package/dist/graph/node/zod.d.ts.map +1 -0
  943. package/dist/graph/node/zod.js +23 -0
  944. package/dist/graph/node/zod.js.map +1 -0
  945. package/dist/graph/props/index.d.ts +2 -0
  946. package/dist/graph/props/index.d.ts.map +1 -0
  947. package/dist/graph/props/index.js +2 -0
  948. package/dist/graph/props/index.js.map +1 -0
  949. package/dist/graph/props/properties.d.ts +3 -0
  950. package/dist/graph/props/properties.d.ts.map +1 -0
  951. package/dist/graph/props/properties.js +2 -0
  952. package/dist/graph/props/properties.js.map +1 -0
  953. package/dist/graph/props/props.d.ts +3 -0
  954. package/dist/graph/props/props.d.ts.map +1 -0
  955. package/dist/graph/props/props.js +2 -0
  956. package/dist/graph/props/props.js.map +1 -0
  957. package/dist/graph/sync/apply/index.d.ts +4 -0
  958. package/dist/graph/sync/apply/index.d.ts.map +1 -0
  959. package/dist/graph/sync/apply/index.js +2 -0
  960. package/dist/graph/sync/apply/index.js.map +1 -0
  961. package/dist/graph/sync/apply/integrity.d.ts +11 -0
  962. package/dist/graph/sync/apply/integrity.d.ts.map +1 -0
  963. package/dist/graph/sync/apply/integrity.js +7 -0
  964. package/dist/graph/sync/apply/integrity.js.map +1 -0
  965. package/dist/graph/sync/apply/push-result.d.ts +19 -0
  966. package/dist/graph/sync/apply/push-result.d.ts.map +1 -0
  967. package/dist/graph/sync/apply/push-result.js +2 -0
  968. package/dist/graph/sync/apply/push-result.js.map +1 -0
  969. package/dist/graph/sync/apply/validation.d.ts +24 -0
  970. package/dist/graph/sync/apply/validation.d.ts.map +1 -0
  971. package/dist/graph/sync/apply/validation.js +2 -0
  972. package/dist/graph/sync/apply/validation.js.map +1 -0
  973. package/dist/graph/sync/diff/changeset.d.ts +79 -0
  974. package/dist/graph/sync/diff/changeset.d.ts.map +1 -0
  975. package/dist/graph/sync/diff/changeset.js +66 -0
  976. package/dist/graph/sync/diff/changeset.js.map +1 -0
  977. package/dist/graph/sync/diff/config.d.ts +26 -0
  978. package/dist/graph/sync/diff/config.d.ts.map +1 -0
  979. package/dist/graph/sync/diff/config.js +2 -0
  980. package/dist/graph/sync/diff/config.js.map +1 -0
  981. package/dist/graph/sync/diff/default.d.ts +15 -0
  982. package/dist/graph/sync/diff/default.d.ts.map +1 -0
  983. package/dist/graph/sync/diff/default.js +26 -0
  984. package/dist/graph/sync/diff/default.js.map +1 -0
  985. package/dist/graph/sync/diff/diff.d.ts +28 -0
  986. package/dist/graph/sync/diff/diff.d.ts.map +1 -0
  987. package/dist/graph/sync/diff/diff.js +116 -0
  988. package/dist/graph/sync/diff/diff.js.map +1 -0
  989. package/dist/graph/sync/diff/index.d.ts +7 -0
  990. package/dist/graph/sync/diff/index.d.ts.map +1 -0
  991. package/dist/graph/sync/diff/index.js +5 -0
  992. package/dist/graph/sync/diff/index.js.map +1 -0
  993. package/dist/graph/sync/diff/scope.d.ts +12 -0
  994. package/dist/graph/sync/diff/scope.d.ts.map +1 -0
  995. package/dist/graph/sync/diff/scope.js +17 -0
  996. package/dist/graph/sync/diff/scope.js.map +1 -0
  997. package/dist/graph/sync/index.d.ts +12 -0
  998. package/dist/graph/sync/index.d.ts.map +1 -0
  999. package/dist/graph/sync/index.js +21 -0
  1000. package/dist/graph/sync/index.js.map +1 -0
  1001. package/dist/graph/sync/matching.d.ts +53 -0
  1002. package/dist/graph/sync/matching.d.ts.map +1 -0
  1003. package/dist/graph/sync/matching.js +54 -0
  1004. package/dist/graph/sync/matching.js.map +1 -0
  1005. package/dist/graph/sync/merge/index.d.ts +3 -0
  1006. package/dist/graph/sync/merge/index.d.ts.map +1 -0
  1007. package/dist/graph/sync/merge/index.js +3 -0
  1008. package/dist/graph/sync/merge/index.js.map +1 -0
  1009. package/dist/graph/sync/merge/merge.d.ts +21 -0
  1010. package/dist/graph/sync/merge/merge.d.ts.map +1 -0
  1011. package/dist/graph/sync/merge/merge.js +105 -0
  1012. package/dist/graph/sync/merge/merge.js.map +1 -0
  1013. package/dist/graph/sync/merge/policy.d.ts +13 -0
  1014. package/dist/graph/sync/merge/policy.d.ts.map +1 -0
  1015. package/dist/graph/sync/merge/policy.js +2 -0
  1016. package/dist/graph/sync/merge/policy.js.map +1 -0
  1017. package/dist/graph/sync/patch/index.d.ts +4 -0
  1018. package/dist/graph/sync/patch/index.d.ts.map +1 -0
  1019. package/dist/graph/sync/patch/index.js +3 -0
  1020. package/dist/graph/sync/patch/index.js.map +1 -0
  1021. package/dist/graph/sync/patch/patch.d.ts +82 -0
  1022. package/dist/graph/sync/patch/patch.d.ts.map +1 -0
  1023. package/dist/graph/sync/patch/patch.js +230 -0
  1024. package/dist/graph/sync/patch/patch.js.map +1 -0
  1025. package/dist/graph/sync/patch/set-aliases.d.ts +18 -0
  1026. package/dist/graph/sync/patch/set-aliases.d.ts.map +1 -0
  1027. package/dist/graph/sync/patch/set-aliases.js +25 -0
  1028. package/dist/graph/sync/patch/set-aliases.js.map +1 -0
  1029. package/dist/graph/sync/patch/types.d.ts +62 -0
  1030. package/dist/graph/sync/patch/types.d.ts.map +1 -0
  1031. package/dist/graph/sync/patch/types.js +2 -0
  1032. package/dist/graph/sync/patch/types.js.map +1 -0
  1033. package/dist/graph/sync/plan.d.ts +17 -0
  1034. package/dist/graph/sync/plan.d.ts.map +1 -0
  1035. package/dist/graph/sync/plan.js +23 -0
  1036. package/dist/graph/sync/plan.js.map +1 -0
  1037. package/dist/graph/sync/policy/index.d.ts +2 -0
  1038. package/dist/graph/sync/policy/index.d.ts.map +1 -0
  1039. package/dist/graph/sync/policy/index.js +2 -0
  1040. package/dist/graph/sync/policy/index.js.map +1 -0
  1041. package/dist/graph/sync/policy/sync-policy.d.ts +12 -0
  1042. package/dist/graph/sync/policy/sync-policy.d.ts.map +1 -0
  1043. package/dist/graph/sync/policy/sync-policy.js +5 -0
  1044. package/dist/graph/sync/policy/sync-policy.js.map +1 -0
  1045. package/dist/graph/sync/reconcile/config.d.ts +9 -0
  1046. package/dist/graph/sync/reconcile/config.d.ts.map +1 -0
  1047. package/dist/graph/sync/reconcile/config.js +2 -0
  1048. package/dist/graph/sync/reconcile/config.js.map +1 -0
  1049. package/dist/graph/sync/reconcile/index.d.ts +6 -0
  1050. package/dist/graph/sync/reconcile/index.d.ts.map +1 -0
  1051. package/dist/graph/sync/reconcile/index.js +6 -0
  1052. package/dist/graph/sync/reconcile/index.js.map +1 -0
  1053. package/dist/graph/sync/reconcile/reconcile.d.ts +21 -0
  1054. package/dist/graph/sync/reconcile/reconcile.d.ts.map +1 -0
  1055. package/dist/graph/sync/reconcile/reconcile.js +83 -0
  1056. package/dist/graph/sync/reconcile/reconcile.js.map +1 -0
  1057. package/dist/graph/sync/reconcile/resolve-props.d.ts +3 -0
  1058. package/dist/graph/sync/reconcile/resolve-props.d.ts.map +1 -0
  1059. package/dist/graph/sync/reconcile/resolve-props.js +19 -0
  1060. package/dist/graph/sync/reconcile/resolve-props.js.map +1 -0
  1061. package/dist/graph/sync/reconcile/resolve.d.ts +15 -0
  1062. package/dist/graph/sync/reconcile/resolve.d.ts.map +1 -0
  1063. package/dist/graph/sync/reconcile/resolve.js +117 -0
  1064. package/dist/graph/sync/reconcile/resolve.js.map +1 -0
  1065. package/dist/graph/sync/reconcile/untracked.d.ts +5 -0
  1066. package/dist/graph/sync/reconcile/untracked.d.ts.map +1 -0
  1067. package/dist/graph/sync/reconcile/untracked.js +2 -0
  1068. package/dist/graph/sync/reconcile/untracked.js.map +1 -0
  1069. package/dist/graph/sync/remote/fold.d.ts +37 -0
  1070. package/dist/graph/sync/remote/fold.d.ts.map +1 -0
  1071. package/dist/graph/sync/remote/fold.js +74 -0
  1072. package/dist/graph/sync/remote/fold.js.map +1 -0
  1073. package/dist/graph/sync/remote/index.d.ts +4 -0
  1074. package/dist/graph/sync/remote/index.d.ts.map +1 -0
  1075. package/dist/graph/sync/remote/index.js +2 -0
  1076. package/dist/graph/sync/remote/index.js.map +1 -0
  1077. package/dist/graph/sync/remote/keys.d.ts +17 -0
  1078. package/dist/graph/sync/remote/keys.d.ts.map +1 -0
  1079. package/dist/graph/sync/remote/keys.js +2 -0
  1080. package/dist/graph/sync/remote/keys.js.map +1 -0
  1081. package/dist/graph/tree/aliases.d.ts +62 -0
  1082. package/dist/graph/tree/aliases.d.ts.map +1 -0
  1083. package/dist/graph/tree/aliases.js +139 -0
  1084. package/dist/graph/tree/aliases.js.map +1 -0
  1085. package/dist/graph/tree/build/index.d.ts +32 -0
  1086. package/dist/graph/tree/build/index.d.ts.map +1 -0
  1087. package/dist/graph/tree/build/index.js +40 -0
  1088. package/dist/graph/tree/build/index.js.map +1 -0
  1089. package/dist/graph/tree/build/layout.d.ts +29 -0
  1090. package/dist/graph/tree/build/layout.d.ts.map +1 -0
  1091. package/dist/graph/tree/build/layout.js +98 -0
  1092. package/dist/graph/tree/build/layout.js.map +1 -0
  1093. package/dist/graph/tree/build/validate.d.ts +43 -0
  1094. package/dist/graph/tree/build/validate.d.ts.map +1 -0
  1095. package/dist/graph/tree/build/validate.js +150 -0
  1096. package/dist/graph/tree/build/validate.js.map +1 -0
  1097. package/dist/graph/tree/edge/endpoint.d.ts +29 -0
  1098. package/dist/graph/tree/edge/endpoint.d.ts.map +1 -0
  1099. package/dist/graph/tree/edge/endpoint.js +10 -0
  1100. package/dist/graph/tree/edge/endpoint.js.map +1 -0
  1101. package/dist/graph/tree/edge/index.d.ts +5 -0
  1102. package/dist/graph/tree/edge/index.d.ts.map +1 -0
  1103. package/dist/graph/tree/edge/index.js +3 -0
  1104. package/dist/graph/tree/edge/index.js.map +1 -0
  1105. package/dist/graph/tree/edge/tree-edge.d.ts +35 -0
  1106. package/dist/graph/tree/edge/tree-edge.d.ts.map +1 -0
  1107. package/dist/graph/tree/edge/tree-edge.js +16 -0
  1108. package/dist/graph/tree/edge/tree-edge.js.map +1 -0
  1109. package/dist/graph/tree/errors.d.ts +32 -0
  1110. package/dist/graph/tree/errors.d.ts.map +1 -0
  1111. package/dist/graph/tree/errors.js +30 -0
  1112. package/dist/graph/tree/errors.js.map +1 -0
  1113. package/dist/graph/tree/helpers.d.ts +12 -0
  1114. package/dist/graph/tree/helpers.d.ts.map +1 -0
  1115. package/dist/graph/tree/helpers.js +11 -0
  1116. package/dist/graph/tree/helpers.js.map +1 -0
  1117. package/dist/graph/tree/index.d.ts +12 -0
  1118. package/dist/graph/tree/index.d.ts.map +1 -0
  1119. package/dist/graph/tree/index.js +10 -0
  1120. package/dist/graph/tree/index.js.map +1 -0
  1121. package/dist/graph/tree/path/absolute/constants.d.ts +8 -0
  1122. package/dist/graph/tree/path/absolute/constants.d.ts.map +1 -0
  1123. package/dist/graph/tree/path/absolute/constants.js +8 -0
  1124. package/dist/graph/tree/path/absolute/constants.js.map +1 -0
  1125. package/dist/graph/tree/path/absolute/grammar.d.ts +12 -0
  1126. package/dist/graph/tree/path/absolute/grammar.d.ts.map +1 -0
  1127. package/dist/graph/tree/path/absolute/grammar.js +110 -0
  1128. package/dist/graph/tree/path/absolute/grammar.js.map +1 -0
  1129. package/dist/graph/tree/path/absolute/index.d.ts +6 -0
  1130. package/dist/graph/tree/path/absolute/index.d.ts.map +1 -0
  1131. package/dist/graph/tree/path/absolute/index.js +6 -0
  1132. package/dist/graph/tree/path/absolute/index.js.map +1 -0
  1133. package/dist/graph/tree/path/absolute/register.d.ts +9 -0
  1134. package/dist/graph/tree/path/absolute/register.d.ts.map +1 -0
  1135. package/dist/graph/tree/path/absolute/register.js +19 -0
  1136. package/dist/graph/tree/path/absolute/register.js.map +1 -0
  1137. package/dist/graph/tree/path/absolute/segment.d.ts +17 -0
  1138. package/dist/graph/tree/path/absolute/segment.d.ts.map +1 -0
  1139. package/dist/graph/tree/path/absolute/segment.js +24 -0
  1140. package/dist/graph/tree/path/absolute/segment.js.map +1 -0
  1141. package/dist/graph/tree/path/absolute/type.d.ts +52 -0
  1142. package/dist/graph/tree/path/absolute/type.d.ts.map +1 -0
  1143. package/dist/graph/tree/path/absolute/type.js +197 -0
  1144. package/dist/graph/tree/path/absolute/type.js.map +1 -0
  1145. package/dist/graph/tree/path/absolute-path.d.ts +2 -0
  1146. package/dist/graph/tree/path/absolute-path.d.ts.map +1 -0
  1147. package/dist/graph/tree/path/absolute-path.js +3 -0
  1148. package/dist/graph/tree/path/absolute-path.js.map +1 -0
  1149. package/dist/graph/tree/path/constants.d.ts +8 -0
  1150. package/dist/graph/tree/path/constants.d.ts.map +1 -0
  1151. package/dist/graph/tree/path/constants.js +8 -0
  1152. package/dist/graph/tree/path/constants.js.map +1 -0
  1153. package/dist/graph/tree/path/index.d.ts +6 -0
  1154. package/dist/graph/tree/path/index.d.ts.map +1 -0
  1155. package/dist/graph/tree/path/index.js +5 -0
  1156. package/dist/graph/tree/path/index.js.map +1 -0
  1157. package/dist/graph/tree/path/relative/constants.d.ts +5 -0
  1158. package/dist/graph/tree/path/relative/constants.d.ts.map +1 -0
  1159. package/dist/graph/tree/path/relative/constants.js +5 -0
  1160. package/dist/graph/tree/path/relative/constants.js.map +1 -0
  1161. package/dist/graph/tree/path/relative/grammar.d.ts +19 -0
  1162. package/dist/graph/tree/path/relative/grammar.d.ts.map +1 -0
  1163. package/dist/graph/tree/path/relative/grammar.js +47 -0
  1164. package/dist/graph/tree/path/relative/grammar.js.map +1 -0
  1165. package/dist/graph/tree/path/relative/index.d.ts +5 -0
  1166. package/dist/graph/tree/path/relative/index.d.ts.map +1 -0
  1167. package/dist/graph/tree/path/relative/index.js +5 -0
  1168. package/dist/graph/tree/path/relative/index.js.map +1 -0
  1169. package/dist/graph/tree/path/relative/register.d.ts +11 -0
  1170. package/dist/graph/tree/path/relative/register.d.ts.map +1 -0
  1171. package/dist/graph/tree/path/relative/register.js +18 -0
  1172. package/dist/graph/tree/path/relative/register.js.map +1 -0
  1173. package/dist/graph/tree/path/relative/type.d.ts +42 -0
  1174. package/dist/graph/tree/path/relative/type.d.ts.map +1 -0
  1175. package/dist/graph/tree/path/relative/type.js +183 -0
  1176. package/dist/graph/tree/path/relative/type.js.map +1 -0
  1177. package/dist/graph/tree/path/relative-path.d.ts +2 -0
  1178. package/dist/graph/tree/path/relative-path.d.ts.map +1 -0
  1179. package/dist/graph/tree/path/relative-path.js +3 -0
  1180. package/dist/graph/tree/path/relative-path.js.map +1 -0
  1181. package/dist/graph/tree/path/tree-path.d.ts +4 -0
  1182. package/dist/graph/tree/path/tree-path.d.ts.map +1 -0
  1183. package/dist/graph/tree/path/tree-path.js +2 -0
  1184. package/dist/graph/tree/path/tree-path.js.map +1 -0
  1185. package/dist/graph/tree/serialize.d.ts +40 -0
  1186. package/dist/graph/tree/serialize.d.ts.map +1 -0
  1187. package/dist/graph/tree/serialize.js +73 -0
  1188. package/dist/graph/tree/serialize.js.map +1 -0
  1189. package/dist/graph/tree/tree.d.ts +121 -0
  1190. package/dist/graph/tree/tree.d.ts.map +1 -0
  1191. package/dist/graph/tree/tree.js +323 -0
  1192. package/dist/graph/tree/tree.js.map +1 -0
  1193. package/dist/graph/tree/types.d.ts +41 -0
  1194. package/dist/graph/tree/types.d.ts.map +1 -0
  1195. package/dist/graph/tree/types.js +2 -0
  1196. package/dist/graph/tree/types.js.map +1 -0
  1197. package/dist/graph/tree/zod.d.ts +19 -0
  1198. package/dist/graph/tree/zod.d.ts.map +1 -0
  1199. package/dist/graph/tree/zod.js +20 -0
  1200. package/dist/graph/tree/zod.js.map +1 -0
  1201. package/dist/graph/types.d.ts +33 -0
  1202. package/dist/graph/types.d.ts.map +1 -0
  1203. package/dist/graph/types.js +2 -0
  1204. package/dist/graph/types.js.map +1 -0
  1205. package/dist/graph/zod.d.ts +61 -0
  1206. package/dist/graph/zod.d.ts.map +1 -0
  1207. package/dist/graph/zod.js +55 -0
  1208. package/dist/graph/zod.js.map +1 -0
  1209. package/dist/ids.types.d.ts +69 -0
  1210. package/dist/ids.types.d.ts.map +1 -0
  1211. package/dist/ids.types.js +24 -0
  1212. package/dist/ids.types.js.map +1 -0
  1213. package/dist/index.d.ts +26 -0
  1214. package/dist/index.d.ts.map +1 -0
  1215. package/dist/index.js +38 -0
  1216. package/dist/index.js.map +1 -0
  1217. package/dist/kernel.d.ts +9510 -0
  1218. package/dist/kernel.d.ts.map +1 -0
  1219. package/dist/kernel.js +84 -0
  1220. package/dist/kernel.js.map +1 -0
  1221. package/dist/path-dsl.d.ts +62 -0
  1222. package/dist/path-dsl.d.ts.map +1 -0
  1223. package/dist/path-dsl.js +100 -0
  1224. package/dist/path-dsl.js.map +1 -0
  1225. package/dist/schema/classes/Class.class.d.ts +279 -0
  1226. package/dist/schema/classes/Class.class.d.ts.map +1 -0
  1227. package/dist/schema/classes/Class.class.js +24 -0
  1228. package/dist/schema/classes/Class.class.js.map +1 -0
  1229. package/dist/schema/classes/Domain.class.d.ts +287 -0
  1230. package/dist/schema/classes/Domain.class.d.ts.map +1 -0
  1231. package/dist/schema/classes/Domain.class.js +28 -0
  1232. package/dist/schema/classes/Domain.class.js.map +1 -0
  1233. package/dist/schema/classes/Folder.class.d.ts +269 -0
  1234. package/dist/schema/classes/Folder.class.d.ts.map +1 -0
  1235. package/dist/schema/classes/Folder.class.js +21 -0
  1236. package/dist/schema/classes/Folder.class.js.map +1 -0
  1237. package/dist/schema/classes/Function.class.d.ts +1667 -0
  1238. package/dist/schema/classes/Function.class.d.ts.map +1 -0
  1239. package/dist/schema/classes/Function.class.js +49 -0
  1240. package/dist/schema/classes/Function.class.js.map +1 -0
  1241. package/dist/schema/classes/Interface.class.d.ts +92 -0
  1242. package/dist/schema/classes/Interface.class.d.ts.map +1 -0
  1243. package/dist/schema/classes/Interface.class.js +22 -0
  1244. package/dist/schema/classes/Interface.class.js.map +1 -0
  1245. package/dist/schema/classes/Root.class.d.ts +636 -0
  1246. package/dist/schema/classes/Root.class.d.ts.map +1 -0
  1247. package/dist/schema/classes/Root.class.js +23 -0
  1248. package/dist/schema/classes/Root.class.js.map +1 -0
  1249. package/dist/schema/classes/View.class.d.ts +3407 -0
  1250. package/dist/schema/classes/View.class.d.ts.map +1 -0
  1251. package/dist/schema/classes/View.class.js +48 -0
  1252. package/dist/schema/classes/View.class.js.map +1 -0
  1253. package/dist/schema/classes/edges/calls.class.d.ts +2 -0
  1254. package/dist/schema/classes/edges/calls.class.d.ts.map +1 -0
  1255. package/dist/schema/classes/edges/calls.class.js +4 -0
  1256. package/dist/schema/classes/edges/calls.class.js.map +1 -0
  1257. package/dist/schema/classes/edges/constrained-by.class.d.ts +2 -0
  1258. package/dist/schema/classes/edges/constrained-by.class.d.ts.map +1 -0
  1259. package/dist/schema/classes/edges/constrained-by.class.js +4 -0
  1260. package/dist/schema/classes/edges/constrained-by.class.js.map +1 -0
  1261. package/dist/schema/classes/edges/excluded-from.class.d.ts +2 -0
  1262. package/dist/schema/classes/edges/excluded-from.class.d.ts.map +1 -0
  1263. package/dist/schema/classes/edges/excluded-from.class.js +4 -0
  1264. package/dist/schema/classes/edges/excluded-from.class.js.map +1 -0
  1265. package/dist/schema/classes/edges/extends-with.class.d.ts +2 -0
  1266. package/dist/schema/classes/edges/extends-with.class.d.ts.map +1 -0
  1267. package/dist/schema/classes/edges/extends-with.class.js +4 -0
  1268. package/dist/schema/classes/edges/extends-with.class.js.map +1 -0
  1269. package/dist/schema/classes/edges/extends.class.d.ts +2 -0
  1270. package/dist/schema/classes/edges/extends.class.d.ts.map +1 -0
  1271. package/dist/schema/classes/edges/extends.class.js +4 -0
  1272. package/dist/schema/classes/edges/extends.class.js.map +1 -0
  1273. package/dist/schema/classes/edges/from.class.d.ts +2 -0
  1274. package/dist/schema/classes/edges/from.class.d.ts.map +1 -0
  1275. package/dist/schema/classes/edges/from.class.js +4 -0
  1276. package/dist/schema/classes/edges/from.class.js.map +1 -0
  1277. package/dist/schema/classes/edges/has-parent.class.d.ts +2 -0
  1278. package/dist/schema/classes/edges/has-parent.class.d.ts.map +1 -0
  1279. package/dist/schema/classes/edges/has-parent.class.js +4 -0
  1280. package/dist/schema/classes/edges/has-parent.class.js.map +1 -0
  1281. package/dist/schema/classes/edges/has-perm.class.d.ts +2 -0
  1282. package/dist/schema/classes/edges/has-perm.class.d.ts.map +1 -0
  1283. package/dist/schema/classes/edges/has-perm.class.js +5 -0
  1284. package/dist/schema/classes/edges/has-perm.class.js.map +1 -0
  1285. package/dist/schema/classes/edges/implements.class.d.ts +2 -0
  1286. package/dist/schema/classes/edges/implements.class.d.ts.map +1 -0
  1287. package/dist/schema/classes/edges/implements.class.js +4 -0
  1288. package/dist/schema/classes/edges/implements.class.js.map +1 -0
  1289. package/dist/schema/classes/edges/index.d.ts +16 -0
  1290. package/dist/schema/classes/edges/index.d.ts.map +1 -0
  1291. package/dist/schema/classes/edges/index.js +16 -0
  1292. package/dist/schema/classes/edges/index.js.map +1 -0
  1293. package/dist/schema/classes/edges/installed-in.class.d.ts +2 -0
  1294. package/dist/schema/classes/edges/installed-in.class.d.ts.map +1 -0
  1295. package/dist/schema/classes/edges/installed-in.class.js +5 -0
  1296. package/dist/schema/classes/edges/installed-in.class.js.map +1 -0
  1297. package/dist/schema/classes/edges/instance-of.class.d.ts +2 -0
  1298. package/dist/schema/classes/edges/instance-of.class.d.ts.map +1 -0
  1299. package/dist/schema/classes/edges/instance-of.class.js +5 -0
  1300. package/dist/schema/classes/edges/instance-of.class.js.map +1 -0
  1301. package/dist/schema/classes/edges/method-of.class.d.ts +2 -0
  1302. package/dist/schema/classes/edges/method-of.class.d.ts.map +1 -0
  1303. package/dist/schema/classes/edges/method-of.class.js +5 -0
  1304. package/dist/schema/classes/edges/method-of.class.js.map +1 -0
  1305. package/dist/schema/classes/edges/of-domain.class.d.ts +2 -0
  1306. package/dist/schema/classes/edges/of-domain.class.d.ts.map +1 -0
  1307. package/dist/schema/classes/edges/of-domain.class.js +4 -0
  1308. package/dist/schema/classes/edges/of-domain.class.js.map +1 -0
  1309. package/dist/schema/classes/edges/to.class.d.ts +2 -0
  1310. package/dist/schema/classes/edges/to.class.d.ts.map +1 -0
  1311. package/dist/schema/classes/edges/to.class.js +4 -0
  1312. package/dist/schema/classes/edges/to.class.js.map +1 -0
  1313. package/dist/schema/classes/edges/view-for.class.d.ts +3 -0
  1314. package/dist/schema/classes/edges/view-for.class.d.ts.map +1 -0
  1315. package/dist/schema/classes/edges/view-for.class.js +7 -0
  1316. package/dist/schema/classes/edges/view-for.class.js.map +1 -0
  1317. package/dist/schema/classes/icons.d.ts +23 -0
  1318. package/dist/schema/classes/icons.d.ts.map +1 -0
  1319. package/dist/schema/classes/icons.js +24 -0
  1320. package/dist/schema/classes/icons.js.map +1 -0
  1321. package/dist/schema/classes/index.d.ts +9 -0
  1322. package/dist/schema/classes/index.d.ts.map +1 -0
  1323. package/dist/schema/classes/index.js +9 -0
  1324. package/dist/schema/classes/index.js.map +1 -0
  1325. package/dist/schema/definitions/edge-class.d.ts +14 -0
  1326. package/dist/schema/definitions/edge-class.d.ts.map +1 -0
  1327. package/dist/schema/definitions/edge-class.js +16 -0
  1328. package/dist/schema/definitions/edge-class.js.map +1 -0
  1329. package/dist/schema/definitions/edge-interface.d.ts +18 -0
  1330. package/dist/schema/definitions/edge-interface.d.ts.map +1 -0
  1331. package/dist/schema/definitions/edge-interface.js +13 -0
  1332. package/dist/schema/definitions/edge-interface.js.map +1 -0
  1333. package/dist/schema/definitions/index.d.ts +5 -0
  1334. package/dist/schema/definitions/index.d.ts.map +1 -0
  1335. package/dist/schema/definitions/index.js +5 -0
  1336. package/dist/schema/definitions/index.js.map +1 -0
  1337. package/dist/schema/definitions/node-class.d.ts +19 -0
  1338. package/dist/schema/definitions/node-class.d.ts.map +1 -0
  1339. package/dist/schema/definitions/node-class.js +13 -0
  1340. package/dist/schema/definitions/node-class.js.map +1 -0
  1341. package/dist/schema/definitions/node-interface.d.ts +18 -0
  1342. package/dist/schema/definitions/node-interface.d.ts.map +1 -0
  1343. package/dist/schema/definitions/node-interface.js +13 -0
  1344. package/dist/schema/definitions/node-interface.js.map +1 -0
  1345. package/dist/schema/index.d.ts +5 -0
  1346. package/dist/schema/index.d.ts.map +1 -0
  1347. package/dist/schema/index.js +5 -0
  1348. package/dist/schema/index.js.map +1 -0
  1349. package/dist/schema/interfaces/Container.interface.d.ts +94 -0
  1350. package/dist/schema/interfaces/Container.interface.d.ts.map +1 -0
  1351. package/dist/schema/interfaces/Container.interface.js +24 -0
  1352. package/dist/schema/interfaces/Container.interface.js.map +1 -0
  1353. package/dist/schema/interfaces/Edge.interface.d.ts +25 -0
  1354. package/dist/schema/interfaces/Edge.interface.d.ts.map +1 -0
  1355. package/dist/schema/interfaces/Edge.interface.js +4 -0
  1356. package/dist/schema/interfaces/Edge.interface.js.map +1 -0
  1357. package/dist/schema/interfaces/Function.interface.d.ts +785 -0
  1358. package/dist/schema/interfaces/Function.interface.d.ts.map +1 -0
  1359. package/dist/schema/interfaces/Function.interface.js +28 -0
  1360. package/dist/schema/interfaces/Function.interface.js.map +1 -0
  1361. package/dist/schema/interfaces/Identity.interface.d.ts +183 -0
  1362. package/dist/schema/interfaces/Identity.interface.d.ts.map +1 -0
  1363. package/dist/schema/interfaces/Identity.interface.js +103 -0
  1364. package/dist/schema/interfaces/Identity.interface.js.map +1 -0
  1365. package/dist/schema/interfaces/Node.interface.d.ts +81 -0
  1366. package/dist/schema/interfaces/Node.interface.d.ts.map +1 -0
  1367. package/dist/schema/interfaces/Node.interface.js +72 -0
  1368. package/dist/schema/interfaces/Node.interface.js.map +1 -0
  1369. package/dist/schema/interfaces/UI.interface.d.ts +1654 -0
  1370. package/dist/schema/interfaces/UI.interface.d.ts.map +1 -0
  1371. package/dist/schema/interfaces/UI.interface.js +17 -0
  1372. package/dist/schema/interfaces/UI.interface.js.map +1 -0
  1373. package/dist/schema/interfaces/generics/Descriptable.interface.d.ts +7 -0
  1374. package/dist/schema/interfaces/generics/Descriptable.interface.d.ts.map +1 -0
  1375. package/dist/schema/interfaces/generics/Descriptable.interface.js +6 -0
  1376. package/dist/schema/interfaces/generics/Descriptable.interface.js.map +1 -0
  1377. package/dist/schema/interfaces/generics/Iconable.interface.d.ts +7 -0
  1378. package/dist/schema/interfaces/generics/Iconable.interface.d.ts.map +1 -0
  1379. package/dist/schema/interfaces/generics/Iconable.interface.js +9 -0
  1380. package/dist/schema/interfaces/generics/Iconable.interface.js.map +1 -0
  1381. package/dist/schema/interfaces/generics/Named.interface.d.ts +8 -0
  1382. package/dist/schema/interfaces/generics/Named.interface.d.ts.map +1 -0
  1383. package/dist/schema/interfaces/generics/Named.interface.js +9 -0
  1384. package/dist/schema/interfaces/generics/Named.interface.js.map +1 -0
  1385. package/dist/schema/interfaces/generics/Remotable.interface.d.ts +35 -0
  1386. package/dist/schema/interfaces/generics/Remotable.interface.d.ts.map +1 -0
  1387. package/dist/schema/interfaces/generics/Remotable.interface.js +20 -0
  1388. package/dist/schema/interfaces/generics/Remotable.interface.js.map +1 -0
  1389. package/dist/schema/interfaces/generics/Sluggable.interface.d.ts +8 -0
  1390. package/dist/schema/interfaces/generics/Sluggable.interface.d.ts.map +1 -0
  1391. package/dist/schema/interfaces/generics/Sluggable.interface.js +16 -0
  1392. package/dist/schema/interfaces/generics/Sluggable.interface.js.map +1 -0
  1393. package/dist/schema/interfaces/generics/Statused.interface.d.ts +21 -0
  1394. package/dist/schema/interfaces/generics/Statused.interface.d.ts.map +1 -0
  1395. package/dist/schema/interfaces/generics/Statused.interface.js +7 -0
  1396. package/dist/schema/interfaces/generics/Statused.interface.js.map +1 -0
  1397. package/dist/schema/interfaces/generics/Timestamped.interface.d.ts +8 -0
  1398. package/dist/schema/interfaces/generics/Timestamped.interface.d.ts.map +1 -0
  1399. package/dist/schema/interfaces/generics/Timestamped.interface.js +6 -0
  1400. package/dist/schema/interfaces/generics/Timestamped.interface.js.map +1 -0
  1401. package/dist/schema/interfaces/generics/index.d.ts +8 -0
  1402. package/dist/schema/interfaces/generics/index.d.ts.map +1 -0
  1403. package/dist/schema/interfaces/generics/index.js +8 -0
  1404. package/dist/schema/interfaces/generics/index.js.map +1 -0
  1405. package/dist/schema/interfaces/index.d.ts +8 -0
  1406. package/dist/schema/interfaces/index.d.ts.map +1 -0
  1407. package/dist/schema/interfaces/index.js +8 -0
  1408. package/dist/schema/interfaces/index.js.map +1 -0
  1409. package/dist/schema/schema.d.ts +9446 -0
  1410. package/dist/schema/schema.d.ts.map +1 -0
  1411. package/dist/schema/schema.js +49 -0
  1412. package/dist/schema/schema.js.map +1 -0
  1413. package/dist/vitest.config.d.ts +3 -0
  1414. package/dist/vitest.config.d.ts.map +1 -0
  1415. package/dist/vitest.config.js +8 -0
  1416. package/dist/vitest.config.js.map +1 -0
  1417. package/package.json +129 -0
@@ -0,0 +1,1667 @@
1
+ import z from 'zod';
2
+ /**
3
+ * `Function` — the canonical node class for every callable in the kernel graph.
4
+ *
5
+ * Materialized from a schema method declaration (`Class.foo` / `Interface.bar`),
6
+ * the resulting node carries the full Function-interface contract (ref, schemas,
7
+ * code hooks, optional binding). The dispatcher branches on `binding.remoteUrl`
8
+ * to decide between remote redirect and in-sandbox execution.
9
+ *
10
+ * One node class covers every non-UI callable: a function attached to a class
11
+ * via `method_of` (addressed as a method — see `MethodPath`) and a free-standing
12
+ * remote endpoint (the former `RemoteFunction`, distinguished only by carrying a
13
+ * `binding.remoteUrl`). Replaces the historic `Syscall` / `Method` /
14
+ * `RemoteFunction` classes — there's no separation between "kernel-internal" and
15
+ * "domain" callables at the node-class level. The distinction lives at the owner
16
+ * level (kernel-owned vs non-kernel-owned) and at the SDK API level (which
17
+ * forbids non-kernel domain authors from setting `code.*` hooks).
18
+ *
19
+ * Shares its name with the `Function` interface (separate namespaces). The flat
20
+ * `K` accessor does NOT resolve this homonym — `K.Function` fails to type-check;
21
+ * reference this class via `K.$.c('Function')` and the interface via
22
+ * `K.$.i('Function')`.
23
+ */
24
+ export declare const Function: import("@astrale-os/kernel-dsl").NodeClassDef<Omit<{
25
+ readonly implements: readonly [import("@astrale-os/kernel-dsl").NodeInterfaceDef<Omit<{
26
+ readonly extends: readonly [import("@astrale-os/kernel-dsl").NodeInterfaceDef<Omit<{
27
+ readonly methods: {
28
+ listChildren: import("@astrale-os/kernel-dsl").FnDef<{
29
+ readonly filters: z.ZodOptional<z.ZodUnknown>;
30
+ }, z.ZodArray<z.ZodCustom<import("../..").Node, import("../..").Node>>, "sealed", boolean>;
31
+ push: import("@astrale-os/kernel-dsl").FnDef<{
32
+ readonly patch: z.ZodCustom<import("../..").Patch, import("../..").Patch>;
33
+ readonly root: z.ZodType<import("../..").Path, string | import("../..").Path, z.core.$ZodTypeInternals<import("../..").Path, string | import("../..").Path>>;
34
+ }, z.ZodVoid, "sealed", boolean>;
35
+ };
36
+ }, "props"> & {
37
+ readonly inherits: readonly [import("@astrale-os/kernel-dsl").NodeInterfaceDef<{
38
+ readonly inherits: readonly [import("@astrale-os/kernel-dsl").NodeInterfaceDef<{
39
+ readonly properties: {
40
+ createdAt: z.ZodISODateTime;
41
+ updatedAt: z.ZodISODateTime;
42
+ };
43
+ }>, import("@astrale-os/kernel-dsl").NodeInterfaceDef<{
44
+ readonly properties: {
45
+ externalId: z.ZodOptional<z.ZodCustom<import("../..").ExternalId, import("../..").ExternalId>>;
46
+ updatedAt: z.ZodOptional<z.ZodISODateTime>;
47
+ onConflict: z.ZodOptional<z.ZodEnum<{
48
+ defaults: "defaults";
49
+ error: "error";
50
+ merge: "merge";
51
+ replace: "replace";
52
+ skip: "skip";
53
+ }>>;
54
+ };
55
+ }>, import("@astrale-os/kernel-dsl").NodeInterfaceDef<{
56
+ readonly properties: {
57
+ name: z.ZodString;
58
+ };
59
+ }>, import("@astrale-os/kernel-dsl").NodeInterfaceDef<{
60
+ readonly properties: {
61
+ description: z.ZodOptional<z.ZodString>;
62
+ };
63
+ }>, import("@astrale-os/kernel-dsl").NodeInterfaceDef<{
64
+ readonly properties: {
65
+ status: z.ZodEnum<{
66
+ active: "active";
67
+ creating: "creating";
68
+ deleting: "deleting";
69
+ error: "error";
70
+ updating: "updating";
71
+ }>;
72
+ };
73
+ }>];
74
+ readonly methods: {
75
+ init: import("@astrale-os/kernel-dsl").FnDef<import("@astrale-os/kernel-dsl").ParamShape, z.ZodVoid, "default", true>;
76
+ createNode: import("@astrale-os/kernel-dsl").FnDef<{
77
+ readonly class: z.ZodType<import("../../domain").ClassPath, string | import("../../domain").ClassPath, z.core.$ZodTypeInternals<import("../../domain").ClassPath, string | import("../../domain").ClassPath>>;
78
+ readonly path: z.ZodType<import("../..").AbsolutePath, string | import("../..").AbsolutePath, z.core.$ZodTypeInternals<import("../..").AbsolutePath, string | import("../..").AbsolutePath>>;
79
+ readonly props: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
80
+ }, z.ZodCustom<import("../..").Node, import("../..").Node>, "sealed", true>;
81
+ get: import("@astrale-os/kernel-dsl").FnDef<import("@astrale-os/kernel-dsl").ParamShape, z.ZodCustom<import("../..").Node, import("../..").Node>, "sealed", boolean>;
82
+ update: import("@astrale-os/kernel-dsl").FnDef<{
83
+ readonly props: z.ZodRecord<z.ZodString, z.ZodUnknown>;
84
+ }, z.ZodVoid, "default", boolean>;
85
+ delete: import("@astrale-os/kernel-dsl").FnDef<import("@astrale-os/kernel-dsl").ParamShape, z.ZodVoid, "default", boolean>;
86
+ deleteNode: import("@astrale-os/kernel-dsl").FnDef<import("@astrale-os/kernel-dsl").ParamShape, z.ZodNull, "sealed", boolean>;
87
+ move: import("@astrale-os/kernel-dsl").FnDef<{
88
+ readonly to: z.ZodType<import("../..").AbsolutePath, string | import("../..").AbsolutePath, z.core.$ZodTypeInternals<import("../..").AbsolutePath, string | import("../..").AbsolutePath>>;
89
+ }, z.ZodVoid, "sealed", boolean>;
90
+ link: import("@astrale-os/kernel-dsl").FnDef<{
91
+ readonly edgeClass: z.ZodType<import("../../domain").ClassPath, string | import("../../domain").ClassPath, z.core.$ZodTypeInternals<import("../../domain").ClassPath, string | import("../../domain").ClassPath>>;
92
+ readonly target: z.ZodType<import("../..").Path, string | import("../..").Path, z.core.$ZodTypeInternals<import("../..").Path, string | import("../..").Path>>;
93
+ readonly slug: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../..").Slug, string>>>;
94
+ readonly props: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
95
+ }, z.ZodVoid, "default", boolean>;
96
+ unlink: import("@astrale-os/kernel-dsl").FnDef<{
97
+ readonly edgeClass: z.ZodType<import("../../domain").ClassPath, string | import("../../domain").ClassPath, z.core.$ZodTypeInternals<import("../../domain").ClassPath, string | import("../../domain").ClassPath>>;
98
+ readonly target: z.ZodType<import("../..").Path, string | import("../..").Path, z.core.$ZodTypeInternals<import("../..").Path, string | import("../..").Path>>;
99
+ readonly slug: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../..").Slug, string>>>;
100
+ }, z.ZodVoid, "default", boolean>;
101
+ getLinks: import("@astrale-os/kernel-dsl").FnDef<{
102
+ readonly edgeClasses: z.ZodOptional<z.ZodArray<z.ZodType<import("../../domain").ClassPath, string | import("../../domain").ClassPath, z.core.$ZodTypeInternals<import("../../domain").ClassPath, string | import("../../domain").ClassPath>>>>;
103
+ readonly direction: z.ZodOptional<z.ZodEnum<{
104
+ both: "both";
105
+ in: "in";
106
+ out: "out";
107
+ }>>;
108
+ }, z.ZodCustom<import("../..").Edge[], import("../..").Edge[]>, "sealed", boolean>;
109
+ getTree: import("@astrale-os/kernel-dsl").FnDef<{
110
+ readonly depth: z.ZodNumber;
111
+ readonly maxNodes: z.ZodNumber;
112
+ }, z.ZodCustom<import("../..").GraphData, import("../..").GraphData>, "sealed", boolean>;
113
+ };
114
+ }>];
115
+ }>, import("@astrale-os/kernel-dsl").NodeInterfaceDef<Omit<{
116
+ readonly props: {
117
+ iss: z.ZodString;
118
+ sub: z.ZodString;
119
+ frozen: z.ZodOptional<z.ZodBoolean>;
120
+ publicKey: z.ZodOptional<z.ZodObject<{
121
+ jwk: z.ZodOptional<z.ZodCustom<import("jose").JWK, import("jose").JWK>>;
122
+ jwksUri: z.ZodOptional<z.ZodURL>;
123
+ }, z.core.$strip>>;
124
+ requiredClaims: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
125
+ claim: z.ZodString;
126
+ op: z.ZodLiteral<"eq">;
127
+ value: z.ZodType<import("../..").JsonValue, unknown, z.core.$ZodTypeInternals<import("../..").JsonValue, unknown>>;
128
+ }, z.core.$strip>, z.ZodObject<{
129
+ claim: z.ZodString;
130
+ op: z.ZodLiteral<"contains">;
131
+ value: z.ZodType<import("../..").JsonValue, unknown, z.core.$ZodTypeInternals<import("../..").JsonValue, unknown>>;
132
+ }, z.core.$strip>, z.ZodObject<{
133
+ claim: z.ZodString;
134
+ op: z.ZodLiteral<"exists">;
135
+ }, z.core.$strip>], "op">>>;
136
+ };
137
+ readonly methods: {
138
+ extendIdentity: import("@astrale-os/kernel-dsl").FnDef<{
139
+ readonly with: z.ZodType<import("../..").Path, string | import("../..").Path, z.core.$ZodTypeInternals<import("../..").Path, string | import("../..").Path>>;
140
+ }, z.ZodVoid, "sealed", boolean>;
141
+ constrainIdentity: import("@astrale-os/kernel-dsl").FnDef<{
142
+ readonly by: z.ZodType<import("../..").Path, string | import("../..").Path, z.core.$ZodTypeInternals<import("../..").Path, string | import("../..").Path>>;
143
+ }, z.ZodVoid, "sealed", boolean>;
144
+ excludeIdentity: import("@astrale-os/kernel-dsl").FnDef<{
145
+ readonly without: z.ZodType<import("../..").Path, string | import("../..").Path, z.core.$ZodTypeInternals<import("../..").Path, string | import("../..").Path>>;
146
+ }, z.ZodVoid, "sealed", boolean>;
147
+ removeExtension: import("@astrale-os/kernel-dsl").FnDef<{
148
+ readonly identity: z.ZodType<import("../..").Path, string | import("../..").Path, z.core.$ZodTypeInternals<import("../..").Path, string | import("../..").Path>>;
149
+ }, z.ZodVoid, "sealed", boolean>;
150
+ removeConstraint: import("@astrale-os/kernel-dsl").FnDef<{
151
+ readonly identity: z.ZodType<import("../..").Path, string | import("../..").Path, z.core.$ZodTypeInternals<import("../..").Path, string | import("../..").Path>>;
152
+ }, z.ZodVoid, "sealed", boolean>;
153
+ removeExclusion: import("@astrale-os/kernel-dsl").FnDef<{
154
+ readonly identity: z.ZodType<import("../..").Path, string | import("../..").Path, z.core.$ZodTypeInternals<import("../..").Path, string | import("../..").Path>>;
155
+ }, z.ZodVoid, "sealed", boolean>;
156
+ grantPerm: import("@astrale-os/kernel-dsl").FnDef<{
157
+ readonly node: z.ZodType<import("../..").Path, string | import("../..").Path, z.core.$ZodTypeInternals<import("../..").Path, string | import("../..").Path>>;
158
+ readonly perms: z.ZodNumber;
159
+ }, z.ZodVoid, "sealed", boolean>;
160
+ revokePerm: import("@astrale-os/kernel-dsl").FnDef<{
161
+ readonly node: z.ZodType<import("../..").Path, string | import("../..").Path, z.core.$ZodTypeInternals<import("../..").Path, string | import("../..").Path>>;
162
+ readonly perms: z.ZodNumber;
163
+ }, z.ZodVoid, "sealed", boolean>;
164
+ checkPerm: import("@astrale-os/kernel-dsl").FnDef<{
165
+ readonly node: z.ZodType<import("../..").Path, string | import("../..").Path, z.core.$ZodTypeInternals<import("../..").Path, string | import("../..").Path>>;
166
+ readonly perms: z.ZodNumber;
167
+ }, z.ZodBoolean, "sealed", boolean>;
168
+ registerIdentity: import("@astrale-os/kernel-dsl").FnDef<{
169
+ readonly signingKey: z.ZodOptional<z.ZodObject<{
170
+ publicKey: z.ZodObject<{
171
+ jwk: z.ZodOptional<z.ZodCustom<import("jose").JWK, import("jose").JWK>>;
172
+ jwksUri: z.ZodOptional<z.ZodURL>;
173
+ }, z.core.$strip>;
174
+ credential: z.ZodString;
175
+ }, z.core.$strip>>;
176
+ }, z.ZodObject<{
177
+ iss: z.ZodString;
178
+ sub: z.ZodString;
179
+ }, z.core.$strip>, "sealed", boolean>;
180
+ mintIdentityCredential: import("@astrale-os/kernel-dsl").FnDef<{}, z.ZodString, "sealed", boolean>;
181
+ mintDelegationCredential: import("@astrale-os/kernel-dsl").FnDef<{
182
+ readonly audience: z.ZodOptional<z.ZodString>;
183
+ readonly delegation: z.ZodCustom<import("../..").UnresolvedIdentityExpr, import("../..").UnresolvedIdentityExpr>;
184
+ readonly attestation: z.ZodOptional<z.ZodCustom<import("../..").SelfIdentityExpr, import("../..").SelfIdentityExpr>>;
185
+ readonly ttl: z.ZodOptional<z.ZodNumber>;
186
+ }, z.ZodString, "sealed", boolean>;
187
+ findIdentity: import("@astrale-os/kernel-dsl").FnDef<{
188
+ readonly issuer: z.ZodString;
189
+ readonly subject: z.ZodString;
190
+ }, z.ZodNullable<z.ZodCustom<import("../..").Node, import("../..").Node>>, "sealed", true>;
191
+ whoami: import("@astrale-os/kernel-dsl").FnDef<{}, z.ZodCustom<import("../..").Node, import("../..").Node>, "sealed", true>;
192
+ };
193
+ }, "props"> & {
194
+ readonly properties: {
195
+ iss: z.ZodString;
196
+ sub: z.ZodString;
197
+ frozen: z.ZodOptional<z.ZodBoolean>;
198
+ publicKey: z.ZodOptional<z.ZodObject<{
199
+ jwk: z.ZodOptional<z.ZodCustom<import("jose").JWK, import("jose").JWK>>;
200
+ jwksUri: z.ZodOptional<z.ZodURL>;
201
+ }, z.core.$strip>>;
202
+ requiredClaims: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
203
+ claim: z.ZodString;
204
+ op: z.ZodLiteral<"eq">;
205
+ value: z.ZodType<import("../..").JsonValue, unknown, z.core.$ZodTypeInternals<import("../..").JsonValue, unknown>>;
206
+ }, z.core.$strip>, z.ZodObject<{
207
+ claim: z.ZodString;
208
+ op: z.ZodLiteral<"contains">;
209
+ value: z.ZodType<import("../..").JsonValue, unknown, z.core.$ZodTypeInternals<import("../..").JsonValue, unknown>>;
210
+ }, z.core.$strip>, z.ZodObject<{
211
+ claim: z.ZodString;
212
+ op: z.ZodLiteral<"exists">;
213
+ }, z.core.$strip>], "op">>>;
214
+ };
215
+ } & {
216
+ readonly inherits: readonly [import("@astrale-os/kernel-dsl").NodeInterfaceDef<{
217
+ readonly inherits: readonly [import("@astrale-os/kernel-dsl").NodeInterfaceDef<{
218
+ readonly properties: {
219
+ createdAt: z.ZodISODateTime;
220
+ updatedAt: z.ZodISODateTime;
221
+ };
222
+ }>, import("@astrale-os/kernel-dsl").NodeInterfaceDef<{
223
+ readonly properties: {
224
+ externalId: z.ZodOptional<z.ZodCustom<import("../..").ExternalId, import("../..").ExternalId>>;
225
+ updatedAt: z.ZodOptional<z.ZodISODateTime>;
226
+ onConflict: z.ZodOptional<z.ZodEnum<{
227
+ defaults: "defaults";
228
+ error: "error";
229
+ merge: "merge";
230
+ replace: "replace";
231
+ skip: "skip";
232
+ }>>;
233
+ };
234
+ }>, import("@astrale-os/kernel-dsl").NodeInterfaceDef<{
235
+ readonly properties: {
236
+ name: z.ZodString;
237
+ };
238
+ }>, import("@astrale-os/kernel-dsl").NodeInterfaceDef<{
239
+ readonly properties: {
240
+ description: z.ZodOptional<z.ZodString>;
241
+ };
242
+ }>, import("@astrale-os/kernel-dsl").NodeInterfaceDef<{
243
+ readonly properties: {
244
+ status: z.ZodEnum<{
245
+ active: "active";
246
+ creating: "creating";
247
+ deleting: "deleting";
248
+ error: "error";
249
+ updating: "updating";
250
+ }>;
251
+ };
252
+ }>];
253
+ readonly methods: {
254
+ init: import("@astrale-os/kernel-dsl").FnDef<import("@astrale-os/kernel-dsl").ParamShape, z.ZodVoid, "default", true>;
255
+ createNode: import("@astrale-os/kernel-dsl").FnDef<{
256
+ readonly class: z.ZodType<import("../../domain").ClassPath, string | import("../../domain").ClassPath, z.core.$ZodTypeInternals<import("../../domain").ClassPath, string | import("../../domain").ClassPath>>;
257
+ readonly path: z.ZodType<import("../..").AbsolutePath, string | import("../..").AbsolutePath, z.core.$ZodTypeInternals<import("../..").AbsolutePath, string | import("../..").AbsolutePath>>;
258
+ readonly props: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
259
+ }, z.ZodCustom<import("../..").Node, import("../..").Node>, "sealed", true>;
260
+ get: import("@astrale-os/kernel-dsl").FnDef<import("@astrale-os/kernel-dsl").ParamShape, z.ZodCustom<import("../..").Node, import("../..").Node>, "sealed", boolean>;
261
+ update: import("@astrale-os/kernel-dsl").FnDef<{
262
+ readonly props: z.ZodRecord<z.ZodString, z.ZodUnknown>;
263
+ }, z.ZodVoid, "default", boolean>;
264
+ delete: import("@astrale-os/kernel-dsl").FnDef<import("@astrale-os/kernel-dsl").ParamShape, z.ZodVoid, "default", boolean>;
265
+ deleteNode: import("@astrale-os/kernel-dsl").FnDef<import("@astrale-os/kernel-dsl").ParamShape, z.ZodNull, "sealed", boolean>;
266
+ move: import("@astrale-os/kernel-dsl").FnDef<{
267
+ readonly to: z.ZodType<import("../..").AbsolutePath, string | import("../..").AbsolutePath, z.core.$ZodTypeInternals<import("../..").AbsolutePath, string | import("../..").AbsolutePath>>;
268
+ }, z.ZodVoid, "sealed", boolean>;
269
+ link: import("@astrale-os/kernel-dsl").FnDef<{
270
+ readonly edgeClass: z.ZodType<import("../../domain").ClassPath, string | import("../../domain").ClassPath, z.core.$ZodTypeInternals<import("../../domain").ClassPath, string | import("../../domain").ClassPath>>;
271
+ readonly target: z.ZodType<import("../..").Path, string | import("../..").Path, z.core.$ZodTypeInternals<import("../..").Path, string | import("../..").Path>>;
272
+ readonly slug: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../..").Slug, string>>>;
273
+ readonly props: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
274
+ }, z.ZodVoid, "default", boolean>;
275
+ unlink: import("@astrale-os/kernel-dsl").FnDef<{
276
+ readonly edgeClass: z.ZodType<import("../../domain").ClassPath, string | import("../../domain").ClassPath, z.core.$ZodTypeInternals<import("../../domain").ClassPath, string | import("../../domain").ClassPath>>;
277
+ readonly target: z.ZodType<import("../..").Path, string | import("../..").Path, z.core.$ZodTypeInternals<import("../..").Path, string | import("../..").Path>>;
278
+ readonly slug: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../..").Slug, string>>>;
279
+ }, z.ZodVoid, "default", boolean>;
280
+ getLinks: import("@astrale-os/kernel-dsl").FnDef<{
281
+ readonly edgeClasses: z.ZodOptional<z.ZodArray<z.ZodType<import("../../domain").ClassPath, string | import("../../domain").ClassPath, z.core.$ZodTypeInternals<import("../../domain").ClassPath, string | import("../../domain").ClassPath>>>>;
282
+ readonly direction: z.ZodOptional<z.ZodEnum<{
283
+ both: "both";
284
+ in: "in";
285
+ out: "out";
286
+ }>>;
287
+ }, z.ZodCustom<import("../..").Edge[], import("../..").Edge[]>, "sealed", boolean>;
288
+ getTree: import("@astrale-os/kernel-dsl").FnDef<{
289
+ readonly depth: z.ZodNumber;
290
+ readonly maxNodes: z.ZodNumber;
291
+ }, z.ZodCustom<import("../..").GraphData, import("../..").GraphData>, "sealed", boolean>;
292
+ };
293
+ }>];
294
+ }>];
295
+ readonly props: {
296
+ ref: z.ZodString;
297
+ inputSchema: z.ZodCustom<import("json-schema").JSONSchema7, import("json-schema").JSONSchema7>;
298
+ outputSchema: z.ZodCustom<import("json-schema").JSONSchema7, import("json-schema").JSONSchema7>;
299
+ code: z.ZodOptional<z.ZodObject<{
300
+ authenticate: z.ZodOptional<z.ZodString>;
301
+ authorize: z.ZodOptional<z.ZodString>;
302
+ resolve: z.ZodOptional<z.ZodString>;
303
+ invariants: z.ZodOptional<z.ZodString>;
304
+ execute: z.ZodOptional<z.ZodString>;
305
+ rollback: z.ZodOptional<z.ZodString>;
306
+ effects: z.ZodOptional<z.ZodString>;
307
+ }, z.core.$strip>>;
308
+ isStatic: z.ZodOptional<z.ZodBoolean>;
309
+ output: z.ZodOptional<z.ZodEnum<{
310
+ binary: "binary";
311
+ stream: "stream";
312
+ value: "value";
313
+ }>>;
314
+ inheritance: z.ZodOptional<z.ZodEnum<{
315
+ abstract: "abstract";
316
+ default: "default";
317
+ sealed: "sealed";
318
+ }>>;
319
+ binding: z.ZodOptional<z.ZodObject<{
320
+ remoteUrl: z.ZodOptional<z.ZodString>;
321
+ route: z.ZodOptional<z.ZodObject<{
322
+ method: z.ZodEnum<{
323
+ "*": "*";
324
+ DELETE: "DELETE";
325
+ GET: "GET";
326
+ PATCH: "PATCH";
327
+ POST: "POST";
328
+ PUT: "PUT";
329
+ }>;
330
+ path: z.ZodString;
331
+ self: z.ZodOptional<z.ZodString>;
332
+ query: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
333
+ headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
334
+ body: z.ZodOptional<z.ZodUnknown>;
335
+ credential: z.ZodOptional<z.ZodUnknown>;
336
+ }, z.core.$strip>>;
337
+ auth: z.ZodOptional<z.ZodEnum<{
338
+ optional: "optional";
339
+ public: "public";
340
+ required: "required";
341
+ }>>;
342
+ }, z.core.$strip>>;
343
+ environment: z.ZodOptional<z.ZodString>;
344
+ domain: z.ZodOptional<z.ZodString>;
345
+ };
346
+ readonly methods: {
347
+ list: import("@astrale-os/kernel-dsl").FnDef<{
348
+ readonly methodsOnly: z.ZodOptional<z.ZodBoolean>;
349
+ }, z.ZodArray<z.ZodObject<{
350
+ ref: z.ZodString;
351
+ inputSchema: z.ZodCustom<import("json-schema").JSONSchema7, import("json-schema").JSONSchema7>;
352
+ outputSchema: z.ZodCustom<import("json-schema").JSONSchema7, import("json-schema").JSONSchema7>;
353
+ code: z.ZodOptional<z.ZodObject<{
354
+ authenticate: z.ZodOptional<z.ZodString>;
355
+ authorize: z.ZodOptional<z.ZodString>;
356
+ resolve: z.ZodOptional<z.ZodString>;
357
+ invariants: z.ZodOptional<z.ZodString>;
358
+ execute: z.ZodOptional<z.ZodString>;
359
+ rollback: z.ZodOptional<z.ZodString>;
360
+ effects: z.ZodOptional<z.ZodString>;
361
+ }, z.core.$strip>>;
362
+ isStatic: z.ZodOptional<z.ZodBoolean>;
363
+ output: z.ZodOptional<z.ZodEnum<{
364
+ binary: "binary";
365
+ stream: "stream";
366
+ value: "value";
367
+ }>>;
368
+ inheritance: z.ZodOptional<z.ZodEnum<{
369
+ abstract: "abstract";
370
+ default: "default";
371
+ sealed: "sealed";
372
+ }>>;
373
+ binding: z.ZodOptional<z.ZodObject<{
374
+ remoteUrl: z.ZodOptional<z.ZodString>;
375
+ route: z.ZodOptional<z.ZodObject<{
376
+ method: z.ZodEnum<{
377
+ "*": "*";
378
+ DELETE: "DELETE";
379
+ GET: "GET";
380
+ PATCH: "PATCH";
381
+ POST: "POST";
382
+ PUT: "PUT";
383
+ }>;
384
+ path: z.ZodString;
385
+ self: z.ZodOptional<z.ZodString>;
386
+ query: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
387
+ headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
388
+ body: z.ZodOptional<z.ZodUnknown>;
389
+ credential: z.ZodOptional<z.ZodUnknown>;
390
+ }, z.core.$strip>>;
391
+ auth: z.ZodOptional<z.ZodEnum<{
392
+ optional: "optional";
393
+ public: "public";
394
+ required: "required";
395
+ }>>;
396
+ }, z.core.$strip>>;
397
+ environment: z.ZodOptional<z.ZodString>;
398
+ domain: z.ZodOptional<z.ZodString>;
399
+ }, z.core.$strip>>, "default", true>;
400
+ };
401
+ }, "props"> & {
402
+ readonly properties: {
403
+ ref: z.ZodString;
404
+ inputSchema: z.ZodCustom<import("json-schema").JSONSchema7, import("json-schema").JSONSchema7>;
405
+ outputSchema: z.ZodCustom<import("json-schema").JSONSchema7, import("json-schema").JSONSchema7>;
406
+ code: z.ZodOptional<z.ZodObject<{
407
+ authenticate: z.ZodOptional<z.ZodString>;
408
+ authorize: z.ZodOptional<z.ZodString>;
409
+ resolve: z.ZodOptional<z.ZodString>;
410
+ invariants: z.ZodOptional<z.ZodString>;
411
+ execute: z.ZodOptional<z.ZodString>;
412
+ rollback: z.ZodOptional<z.ZodString>;
413
+ effects: z.ZodOptional<z.ZodString>;
414
+ }, z.core.$strip>>;
415
+ isStatic: z.ZodOptional<z.ZodBoolean>;
416
+ output: z.ZodOptional<z.ZodEnum<{
417
+ binary: "binary";
418
+ stream: "stream";
419
+ value: "value";
420
+ }>>;
421
+ inheritance: z.ZodOptional<z.ZodEnum<{
422
+ abstract: "abstract";
423
+ default: "default";
424
+ sealed: "sealed";
425
+ }>>;
426
+ binding: z.ZodOptional<z.ZodObject<{
427
+ remoteUrl: z.ZodOptional<z.ZodString>;
428
+ route: z.ZodOptional<z.ZodObject<{
429
+ method: z.ZodEnum<{
430
+ "*": "*";
431
+ DELETE: "DELETE";
432
+ GET: "GET";
433
+ PATCH: "PATCH";
434
+ POST: "POST";
435
+ PUT: "PUT";
436
+ }>;
437
+ path: z.ZodString;
438
+ self: z.ZodOptional<z.ZodString>;
439
+ query: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
440
+ headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
441
+ body: z.ZodOptional<z.ZodUnknown>;
442
+ credential: z.ZodOptional<z.ZodUnknown>;
443
+ }, z.core.$strip>>;
444
+ auth: z.ZodOptional<z.ZodEnum<{
445
+ optional: "optional";
446
+ public: "public";
447
+ required: "required";
448
+ }>>;
449
+ }, z.core.$strip>>;
450
+ environment: z.ZodOptional<z.ZodString>;
451
+ domain: z.ZodOptional<z.ZodString>;
452
+ };
453
+ } & {
454
+ readonly inherits: readonly [import("@astrale-os/kernel-dsl").NodeInterfaceDef<{
455
+ readonly inherits: readonly [import("@astrale-os/kernel-dsl").NodeInterfaceDef<{
456
+ readonly properties: {
457
+ createdAt: z.ZodISODateTime;
458
+ updatedAt: z.ZodISODateTime;
459
+ };
460
+ }>, import("@astrale-os/kernel-dsl").NodeInterfaceDef<{
461
+ readonly properties: {
462
+ externalId: z.ZodOptional<z.ZodCustom<import("../..").ExternalId, import("../..").ExternalId>>;
463
+ updatedAt: z.ZodOptional<z.ZodISODateTime>;
464
+ onConflict: z.ZodOptional<z.ZodEnum<{
465
+ defaults: "defaults";
466
+ error: "error";
467
+ merge: "merge";
468
+ replace: "replace";
469
+ skip: "skip";
470
+ }>>;
471
+ };
472
+ }>, import("@astrale-os/kernel-dsl").NodeInterfaceDef<{
473
+ readonly properties: {
474
+ name: z.ZodString;
475
+ };
476
+ }>, import("@astrale-os/kernel-dsl").NodeInterfaceDef<{
477
+ readonly properties: {
478
+ description: z.ZodOptional<z.ZodString>;
479
+ };
480
+ }>, import("@astrale-os/kernel-dsl").NodeInterfaceDef<{
481
+ readonly properties: {
482
+ status: z.ZodEnum<{
483
+ active: "active";
484
+ creating: "creating";
485
+ deleting: "deleting";
486
+ error: "error";
487
+ updating: "updating";
488
+ }>;
489
+ };
490
+ }>];
491
+ readonly methods: {
492
+ init: import("@astrale-os/kernel-dsl").FnDef<import("@astrale-os/kernel-dsl").ParamShape, z.ZodVoid, "default", true>;
493
+ createNode: import("@astrale-os/kernel-dsl").FnDef<{
494
+ readonly class: z.ZodType<import("../../domain").ClassPath, string | import("../../domain").ClassPath, z.core.$ZodTypeInternals<import("../../domain").ClassPath, string | import("../../domain").ClassPath>>;
495
+ readonly path: z.ZodType<import("../..").AbsolutePath, string | import("../..").AbsolutePath, z.core.$ZodTypeInternals<import("../..").AbsolutePath, string | import("../..").AbsolutePath>>;
496
+ readonly props: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
497
+ }, z.ZodCustom<import("../..").Node, import("../..").Node>, "sealed", true>;
498
+ get: import("@astrale-os/kernel-dsl").FnDef<import("@astrale-os/kernel-dsl").ParamShape, z.ZodCustom<import("../..").Node, import("../..").Node>, "sealed", boolean>;
499
+ update: import("@astrale-os/kernel-dsl").FnDef<{
500
+ readonly props: z.ZodRecord<z.ZodString, z.ZodUnknown>;
501
+ }, z.ZodVoid, "default", boolean>;
502
+ delete: import("@astrale-os/kernel-dsl").FnDef<import("@astrale-os/kernel-dsl").ParamShape, z.ZodVoid, "default", boolean>;
503
+ deleteNode: import("@astrale-os/kernel-dsl").FnDef<import("@astrale-os/kernel-dsl").ParamShape, z.ZodNull, "sealed", boolean>;
504
+ move: import("@astrale-os/kernel-dsl").FnDef<{
505
+ readonly to: z.ZodType<import("../..").AbsolutePath, string | import("../..").AbsolutePath, z.core.$ZodTypeInternals<import("../..").AbsolutePath, string | import("../..").AbsolutePath>>;
506
+ }, z.ZodVoid, "sealed", boolean>;
507
+ link: import("@astrale-os/kernel-dsl").FnDef<{
508
+ readonly edgeClass: z.ZodType<import("../../domain").ClassPath, string | import("../../domain").ClassPath, z.core.$ZodTypeInternals<import("../../domain").ClassPath, string | import("../../domain").ClassPath>>;
509
+ readonly target: z.ZodType<import("../..").Path, string | import("../..").Path, z.core.$ZodTypeInternals<import("../..").Path, string | import("../..").Path>>;
510
+ readonly slug: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../..").Slug, string>>>;
511
+ readonly props: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
512
+ }, z.ZodVoid, "default", boolean>;
513
+ unlink: import("@astrale-os/kernel-dsl").FnDef<{
514
+ readonly edgeClass: z.ZodType<import("../../domain").ClassPath, string | import("../../domain").ClassPath, z.core.$ZodTypeInternals<import("../../domain").ClassPath, string | import("../../domain").ClassPath>>;
515
+ readonly target: z.ZodType<import("../..").Path, string | import("../..").Path, z.core.$ZodTypeInternals<import("../..").Path, string | import("../..").Path>>;
516
+ readonly slug: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../..").Slug, string>>>;
517
+ }, z.ZodVoid, "default", boolean>;
518
+ getLinks: import("@astrale-os/kernel-dsl").FnDef<{
519
+ readonly edgeClasses: z.ZodOptional<z.ZodArray<z.ZodType<import("../../domain").ClassPath, string | import("../../domain").ClassPath, z.core.$ZodTypeInternals<import("../../domain").ClassPath, string | import("../../domain").ClassPath>>>>;
520
+ readonly direction: z.ZodOptional<z.ZodEnum<{
521
+ both: "both";
522
+ in: "in";
523
+ out: "out";
524
+ }>>;
525
+ }, z.ZodCustom<import("../..").Edge[], import("../..").Edge[]>, "sealed", boolean>;
526
+ getTree: import("@astrale-os/kernel-dsl").FnDef<{
527
+ readonly depth: z.ZodNumber;
528
+ readonly maxNodes: z.ZodNumber;
529
+ }, z.ZodCustom<import("../..").GraphData, import("../..").GraphData>, "sealed", boolean>;
530
+ };
531
+ }>, import("@astrale-os/kernel-dsl").NodeInterfaceDef<Omit<{
532
+ readonly methods: {
533
+ listChildren: import("@astrale-os/kernel-dsl").FnDef<{
534
+ readonly filters: z.ZodOptional<z.ZodUnknown>;
535
+ }, z.ZodArray<z.ZodCustom<import("../..").Node, import("../..").Node>>, "sealed", boolean>;
536
+ push: import("@astrale-os/kernel-dsl").FnDef<{
537
+ readonly patch: z.ZodCustom<import("../..").Patch, import("../..").Patch>;
538
+ readonly root: z.ZodType<import("../..").Path, string | import("../..").Path, z.core.$ZodTypeInternals<import("../..").Path, string | import("../..").Path>>;
539
+ }, z.ZodVoid, "sealed", boolean>;
540
+ };
541
+ }, "props"> & {
542
+ readonly inherits: readonly [import("@astrale-os/kernel-dsl").NodeInterfaceDef<{
543
+ readonly inherits: readonly [import("@astrale-os/kernel-dsl").NodeInterfaceDef<{
544
+ readonly properties: {
545
+ createdAt: z.ZodISODateTime;
546
+ updatedAt: z.ZodISODateTime;
547
+ };
548
+ }>, import("@astrale-os/kernel-dsl").NodeInterfaceDef<{
549
+ readonly properties: {
550
+ externalId: z.ZodOptional<z.ZodCustom<import("../..").ExternalId, import("../..").ExternalId>>;
551
+ updatedAt: z.ZodOptional<z.ZodISODateTime>;
552
+ onConflict: z.ZodOptional<z.ZodEnum<{
553
+ defaults: "defaults";
554
+ error: "error";
555
+ merge: "merge";
556
+ replace: "replace";
557
+ skip: "skip";
558
+ }>>;
559
+ };
560
+ }>, import("@astrale-os/kernel-dsl").NodeInterfaceDef<{
561
+ readonly properties: {
562
+ name: z.ZodString;
563
+ };
564
+ }>, import("@astrale-os/kernel-dsl").NodeInterfaceDef<{
565
+ readonly properties: {
566
+ description: z.ZodOptional<z.ZodString>;
567
+ };
568
+ }>, import("@astrale-os/kernel-dsl").NodeInterfaceDef<{
569
+ readonly properties: {
570
+ status: z.ZodEnum<{
571
+ active: "active";
572
+ creating: "creating";
573
+ deleting: "deleting";
574
+ error: "error";
575
+ updating: "updating";
576
+ }>;
577
+ };
578
+ }>];
579
+ readonly methods: {
580
+ init: import("@astrale-os/kernel-dsl").FnDef<import("@astrale-os/kernel-dsl").ParamShape, z.ZodVoid, "default", true>;
581
+ createNode: import("@astrale-os/kernel-dsl").FnDef<{
582
+ readonly class: z.ZodType<import("../../domain").ClassPath, string | import("../../domain").ClassPath, z.core.$ZodTypeInternals<import("../../domain").ClassPath, string | import("../../domain").ClassPath>>;
583
+ readonly path: z.ZodType<import("../..").AbsolutePath, string | import("../..").AbsolutePath, z.core.$ZodTypeInternals<import("../..").AbsolutePath, string | import("../..").AbsolutePath>>;
584
+ readonly props: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
585
+ }, z.ZodCustom<import("../..").Node, import("../..").Node>, "sealed", true>;
586
+ get: import("@astrale-os/kernel-dsl").FnDef<import("@astrale-os/kernel-dsl").ParamShape, z.ZodCustom<import("../..").Node, import("../..").Node>, "sealed", boolean>;
587
+ update: import("@astrale-os/kernel-dsl").FnDef<{
588
+ readonly props: z.ZodRecord<z.ZodString, z.ZodUnknown>;
589
+ }, z.ZodVoid, "default", boolean>;
590
+ delete: import("@astrale-os/kernel-dsl").FnDef<import("@astrale-os/kernel-dsl").ParamShape, z.ZodVoid, "default", boolean>;
591
+ deleteNode: import("@astrale-os/kernel-dsl").FnDef<import("@astrale-os/kernel-dsl").ParamShape, z.ZodNull, "sealed", boolean>;
592
+ move: import("@astrale-os/kernel-dsl").FnDef<{
593
+ readonly to: z.ZodType<import("../..").AbsolutePath, string | import("../..").AbsolutePath, z.core.$ZodTypeInternals<import("../..").AbsolutePath, string | import("../..").AbsolutePath>>;
594
+ }, z.ZodVoid, "sealed", boolean>;
595
+ link: import("@astrale-os/kernel-dsl").FnDef<{
596
+ readonly edgeClass: z.ZodType<import("../../domain").ClassPath, string | import("../../domain").ClassPath, z.core.$ZodTypeInternals<import("../../domain").ClassPath, string | import("../../domain").ClassPath>>;
597
+ readonly target: z.ZodType<import("../..").Path, string | import("../..").Path, z.core.$ZodTypeInternals<import("../..").Path, string | import("../..").Path>>;
598
+ readonly slug: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../..").Slug, string>>>;
599
+ readonly props: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
600
+ }, z.ZodVoid, "default", boolean>;
601
+ unlink: import("@astrale-os/kernel-dsl").FnDef<{
602
+ readonly edgeClass: z.ZodType<import("../../domain").ClassPath, string | import("../../domain").ClassPath, z.core.$ZodTypeInternals<import("../../domain").ClassPath, string | import("../../domain").ClassPath>>;
603
+ readonly target: z.ZodType<import("../..").Path, string | import("../..").Path, z.core.$ZodTypeInternals<import("../..").Path, string | import("../..").Path>>;
604
+ readonly slug: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../..").Slug, string>>>;
605
+ }, z.ZodVoid, "default", boolean>;
606
+ getLinks: import("@astrale-os/kernel-dsl").FnDef<{
607
+ readonly edgeClasses: z.ZodOptional<z.ZodArray<z.ZodType<import("../../domain").ClassPath, string | import("../../domain").ClassPath, z.core.$ZodTypeInternals<import("../../domain").ClassPath, string | import("../../domain").ClassPath>>>>;
608
+ readonly direction: z.ZodOptional<z.ZodEnum<{
609
+ both: "both";
610
+ in: "in";
611
+ out: "out";
612
+ }>>;
613
+ }, z.ZodCustom<import("../..").Edge[], import("../..").Edge[]>, "sealed", boolean>;
614
+ getTree: import("@astrale-os/kernel-dsl").FnDef<{
615
+ readonly depth: z.ZodNumber;
616
+ readonly maxNodes: z.ZodNumber;
617
+ }, z.ZodCustom<import("../..").GraphData, import("../..").GraphData>, "sealed", boolean>;
618
+ };
619
+ }>];
620
+ }>, import("@astrale-os/kernel-dsl").NodeInterfaceDef<Omit<{
621
+ readonly props: {
622
+ iss: z.ZodString;
623
+ sub: z.ZodString;
624
+ frozen: z.ZodOptional<z.ZodBoolean>;
625
+ publicKey: z.ZodOptional<z.ZodObject<{
626
+ jwk: z.ZodOptional<z.ZodCustom<import("jose").JWK, import("jose").JWK>>;
627
+ jwksUri: z.ZodOptional<z.ZodURL>;
628
+ }, z.core.$strip>>;
629
+ requiredClaims: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
630
+ claim: z.ZodString;
631
+ op: z.ZodLiteral<"eq">;
632
+ value: z.ZodType<import("../..").JsonValue, unknown, z.core.$ZodTypeInternals<import("../..").JsonValue, unknown>>;
633
+ }, z.core.$strip>, z.ZodObject<{
634
+ claim: z.ZodString;
635
+ op: z.ZodLiteral<"contains">;
636
+ value: z.ZodType<import("../..").JsonValue, unknown, z.core.$ZodTypeInternals<import("../..").JsonValue, unknown>>;
637
+ }, z.core.$strip>, z.ZodObject<{
638
+ claim: z.ZodString;
639
+ op: z.ZodLiteral<"exists">;
640
+ }, z.core.$strip>], "op">>>;
641
+ };
642
+ readonly methods: {
643
+ extendIdentity: import("@astrale-os/kernel-dsl").FnDef<{
644
+ readonly with: z.ZodType<import("../..").Path, string | import("../..").Path, z.core.$ZodTypeInternals<import("../..").Path, string | import("../..").Path>>;
645
+ }, z.ZodVoid, "sealed", boolean>;
646
+ constrainIdentity: import("@astrale-os/kernel-dsl").FnDef<{
647
+ readonly by: z.ZodType<import("../..").Path, string | import("../..").Path, z.core.$ZodTypeInternals<import("../..").Path, string | import("../..").Path>>;
648
+ }, z.ZodVoid, "sealed", boolean>;
649
+ excludeIdentity: import("@astrale-os/kernel-dsl").FnDef<{
650
+ readonly without: z.ZodType<import("../..").Path, string | import("../..").Path, z.core.$ZodTypeInternals<import("../..").Path, string | import("../..").Path>>;
651
+ }, z.ZodVoid, "sealed", boolean>;
652
+ removeExtension: import("@astrale-os/kernel-dsl").FnDef<{
653
+ readonly identity: z.ZodType<import("../..").Path, string | import("../..").Path, z.core.$ZodTypeInternals<import("../..").Path, string | import("../..").Path>>;
654
+ }, z.ZodVoid, "sealed", boolean>;
655
+ removeConstraint: import("@astrale-os/kernel-dsl").FnDef<{
656
+ readonly identity: z.ZodType<import("../..").Path, string | import("../..").Path, z.core.$ZodTypeInternals<import("../..").Path, string | import("../..").Path>>;
657
+ }, z.ZodVoid, "sealed", boolean>;
658
+ removeExclusion: import("@astrale-os/kernel-dsl").FnDef<{
659
+ readonly identity: z.ZodType<import("../..").Path, string | import("../..").Path, z.core.$ZodTypeInternals<import("../..").Path, string | import("../..").Path>>;
660
+ }, z.ZodVoid, "sealed", boolean>;
661
+ grantPerm: import("@astrale-os/kernel-dsl").FnDef<{
662
+ readonly node: z.ZodType<import("../..").Path, string | import("../..").Path, z.core.$ZodTypeInternals<import("../..").Path, string | import("../..").Path>>;
663
+ readonly perms: z.ZodNumber;
664
+ }, z.ZodVoid, "sealed", boolean>;
665
+ revokePerm: import("@astrale-os/kernel-dsl").FnDef<{
666
+ readonly node: z.ZodType<import("../..").Path, string | import("../..").Path, z.core.$ZodTypeInternals<import("../..").Path, string | import("../..").Path>>;
667
+ readonly perms: z.ZodNumber;
668
+ }, z.ZodVoid, "sealed", boolean>;
669
+ checkPerm: import("@astrale-os/kernel-dsl").FnDef<{
670
+ readonly node: z.ZodType<import("../..").Path, string | import("../..").Path, z.core.$ZodTypeInternals<import("../..").Path, string | import("../..").Path>>;
671
+ readonly perms: z.ZodNumber;
672
+ }, z.ZodBoolean, "sealed", boolean>;
673
+ registerIdentity: import("@astrale-os/kernel-dsl").FnDef<{
674
+ readonly signingKey: z.ZodOptional<z.ZodObject<{
675
+ publicKey: z.ZodObject<{
676
+ jwk: z.ZodOptional<z.ZodCustom<import("jose").JWK, import("jose").JWK>>;
677
+ jwksUri: z.ZodOptional<z.ZodURL>;
678
+ }, z.core.$strip>;
679
+ credential: z.ZodString;
680
+ }, z.core.$strip>>;
681
+ }, z.ZodObject<{
682
+ iss: z.ZodString;
683
+ sub: z.ZodString;
684
+ }, z.core.$strip>, "sealed", boolean>;
685
+ mintIdentityCredential: import("@astrale-os/kernel-dsl").FnDef<{}, z.ZodString, "sealed", boolean>;
686
+ mintDelegationCredential: import("@astrale-os/kernel-dsl").FnDef<{
687
+ readonly audience: z.ZodOptional<z.ZodString>;
688
+ readonly delegation: z.ZodCustom<import("../..").UnresolvedIdentityExpr, import("../..").UnresolvedIdentityExpr>;
689
+ readonly attestation: z.ZodOptional<z.ZodCustom<import("../..").SelfIdentityExpr, import("../..").SelfIdentityExpr>>;
690
+ readonly ttl: z.ZodOptional<z.ZodNumber>;
691
+ }, z.ZodString, "sealed", boolean>;
692
+ findIdentity: import("@astrale-os/kernel-dsl").FnDef<{
693
+ readonly issuer: z.ZodString;
694
+ readonly subject: z.ZodString;
695
+ }, z.ZodNullable<z.ZodCustom<import("../..").Node, import("../..").Node>>, "sealed", true>;
696
+ whoami: import("@astrale-os/kernel-dsl").FnDef<{}, z.ZodCustom<import("../..").Node, import("../..").Node>, "sealed", true>;
697
+ };
698
+ }, "props"> & {
699
+ readonly properties: {
700
+ iss: z.ZodString;
701
+ sub: z.ZodString;
702
+ frozen: z.ZodOptional<z.ZodBoolean>;
703
+ publicKey: z.ZodOptional<z.ZodObject<{
704
+ jwk: z.ZodOptional<z.ZodCustom<import("jose").JWK, import("jose").JWK>>;
705
+ jwksUri: z.ZodOptional<z.ZodURL>;
706
+ }, z.core.$strip>>;
707
+ requiredClaims: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
708
+ claim: z.ZodString;
709
+ op: z.ZodLiteral<"eq">;
710
+ value: z.ZodType<import("../..").JsonValue, unknown, z.core.$ZodTypeInternals<import("../..").JsonValue, unknown>>;
711
+ }, z.core.$strip>, z.ZodObject<{
712
+ claim: z.ZodString;
713
+ op: z.ZodLiteral<"contains">;
714
+ value: z.ZodType<import("../..").JsonValue, unknown, z.core.$ZodTypeInternals<import("../..").JsonValue, unknown>>;
715
+ }, z.core.$strip>, z.ZodObject<{
716
+ claim: z.ZodString;
717
+ op: z.ZodLiteral<"exists">;
718
+ }, z.core.$strip>], "op">>>;
719
+ };
720
+ } & {
721
+ readonly inherits: readonly [import("@astrale-os/kernel-dsl").NodeInterfaceDef<{
722
+ readonly inherits: readonly [import("@astrale-os/kernel-dsl").NodeInterfaceDef<{
723
+ readonly properties: {
724
+ createdAt: z.ZodISODateTime;
725
+ updatedAt: z.ZodISODateTime;
726
+ };
727
+ }>, import("@astrale-os/kernel-dsl").NodeInterfaceDef<{
728
+ readonly properties: {
729
+ externalId: z.ZodOptional<z.ZodCustom<import("../..").ExternalId, import("../..").ExternalId>>;
730
+ updatedAt: z.ZodOptional<z.ZodISODateTime>;
731
+ onConflict: z.ZodOptional<z.ZodEnum<{
732
+ defaults: "defaults";
733
+ error: "error";
734
+ merge: "merge";
735
+ replace: "replace";
736
+ skip: "skip";
737
+ }>>;
738
+ };
739
+ }>, import("@astrale-os/kernel-dsl").NodeInterfaceDef<{
740
+ readonly properties: {
741
+ name: z.ZodString;
742
+ };
743
+ }>, import("@astrale-os/kernel-dsl").NodeInterfaceDef<{
744
+ readonly properties: {
745
+ description: z.ZodOptional<z.ZodString>;
746
+ };
747
+ }>, import("@astrale-os/kernel-dsl").NodeInterfaceDef<{
748
+ readonly properties: {
749
+ status: z.ZodEnum<{
750
+ active: "active";
751
+ creating: "creating";
752
+ deleting: "deleting";
753
+ error: "error";
754
+ updating: "updating";
755
+ }>;
756
+ };
757
+ }>];
758
+ readonly methods: {
759
+ init: import("@astrale-os/kernel-dsl").FnDef<import("@astrale-os/kernel-dsl").ParamShape, z.ZodVoid, "default", true>;
760
+ createNode: import("@astrale-os/kernel-dsl").FnDef<{
761
+ readonly class: z.ZodType<import("../../domain").ClassPath, string | import("../../domain").ClassPath, z.core.$ZodTypeInternals<import("../../domain").ClassPath, string | import("../../domain").ClassPath>>;
762
+ readonly path: z.ZodType<import("../..").AbsolutePath, string | import("../..").AbsolutePath, z.core.$ZodTypeInternals<import("../..").AbsolutePath, string | import("../..").AbsolutePath>>;
763
+ readonly props: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
764
+ }, z.ZodCustom<import("../..").Node, import("../..").Node>, "sealed", true>;
765
+ get: import("@astrale-os/kernel-dsl").FnDef<import("@astrale-os/kernel-dsl").ParamShape, z.ZodCustom<import("../..").Node, import("../..").Node>, "sealed", boolean>;
766
+ update: import("@astrale-os/kernel-dsl").FnDef<{
767
+ readonly props: z.ZodRecord<z.ZodString, z.ZodUnknown>;
768
+ }, z.ZodVoid, "default", boolean>;
769
+ delete: import("@astrale-os/kernel-dsl").FnDef<import("@astrale-os/kernel-dsl").ParamShape, z.ZodVoid, "default", boolean>;
770
+ deleteNode: import("@astrale-os/kernel-dsl").FnDef<import("@astrale-os/kernel-dsl").ParamShape, z.ZodNull, "sealed", boolean>;
771
+ move: import("@astrale-os/kernel-dsl").FnDef<{
772
+ readonly to: z.ZodType<import("../..").AbsolutePath, string | import("../..").AbsolutePath, z.core.$ZodTypeInternals<import("../..").AbsolutePath, string | import("../..").AbsolutePath>>;
773
+ }, z.ZodVoid, "sealed", boolean>;
774
+ link: import("@astrale-os/kernel-dsl").FnDef<{
775
+ readonly edgeClass: z.ZodType<import("../../domain").ClassPath, string | import("../../domain").ClassPath, z.core.$ZodTypeInternals<import("../../domain").ClassPath, string | import("../../domain").ClassPath>>;
776
+ readonly target: z.ZodType<import("../..").Path, string | import("../..").Path, z.core.$ZodTypeInternals<import("../..").Path, string | import("../..").Path>>;
777
+ readonly slug: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../..").Slug, string>>>;
778
+ readonly props: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
779
+ }, z.ZodVoid, "default", boolean>;
780
+ unlink: import("@astrale-os/kernel-dsl").FnDef<{
781
+ readonly edgeClass: z.ZodType<import("../../domain").ClassPath, string | import("../../domain").ClassPath, z.core.$ZodTypeInternals<import("../../domain").ClassPath, string | import("../../domain").ClassPath>>;
782
+ readonly target: z.ZodType<import("../..").Path, string | import("../..").Path, z.core.$ZodTypeInternals<import("../..").Path, string | import("../..").Path>>;
783
+ readonly slug: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../..").Slug, string>>>;
784
+ }, z.ZodVoid, "default", boolean>;
785
+ getLinks: import("@astrale-os/kernel-dsl").FnDef<{
786
+ readonly edgeClasses: z.ZodOptional<z.ZodArray<z.ZodType<import("../../domain").ClassPath, string | import("../../domain").ClassPath, z.core.$ZodTypeInternals<import("../../domain").ClassPath, string | import("../../domain").ClassPath>>>>;
787
+ readonly direction: z.ZodOptional<z.ZodEnum<{
788
+ both: "both";
789
+ in: "in";
790
+ out: "out";
791
+ }>>;
792
+ }, z.ZodCustom<import("../..").Edge[], import("../..").Edge[]>, "sealed", boolean>;
793
+ getTree: import("@astrale-os/kernel-dsl").FnDef<{
794
+ readonly depth: z.ZodNumber;
795
+ readonly maxNodes: z.ZodNumber;
796
+ }, z.ZodCustom<import("../..").GraphData, import("../..").GraphData>, "sealed", boolean>;
797
+ };
798
+ }>];
799
+ }>];
800
+ }>];
801
+ readonly icon: string;
802
+ readonly methods: {
803
+ init: import("@astrale-os/kernel-dsl").FnDef<{
804
+ readonly parent: z.ZodType<import("../..").Path, string | import("../..").Path, z.core.$ZodTypeInternals<import("../..").Path, string | import("../..").Path>>;
805
+ readonly slug: z.ZodString;
806
+ readonly inputSchema: z.ZodOptional<z.ZodString>;
807
+ readonly outputSchema: z.ZodOptional<z.ZodString>;
808
+ readonly class: z.ZodOptional<z.ZodType<import("../..").Path, string | import("../..").Path, z.core.$ZodTypeInternals<import("../..").Path, string | import("../..").Path>>>;
809
+ readonly interface: z.ZodOptional<z.ZodType<import("../..").Path, string | import("../..").Path, z.core.$ZodTypeInternals<import("../..").Path, string | import("../..").Path>>>;
810
+ }, z.ZodVoid, import("@astrale-os/kernel-dsl").MethodInheritance, true>;
811
+ };
812
+ }, "props"> & {
813
+ readonly inherits: readonly [import("@astrale-os/kernel-dsl").NodeInterfaceDef<{
814
+ readonly inherits: readonly [import("@astrale-os/kernel-dsl").NodeInterfaceDef<{
815
+ readonly properties: {
816
+ createdAt: z.ZodISODateTime;
817
+ updatedAt: z.ZodISODateTime;
818
+ };
819
+ }>, import("@astrale-os/kernel-dsl").NodeInterfaceDef<{
820
+ readonly properties: {
821
+ externalId: z.ZodOptional<z.ZodCustom<import("../..").ExternalId, import("../..").ExternalId>>;
822
+ updatedAt: z.ZodOptional<z.ZodISODateTime>;
823
+ onConflict: z.ZodOptional<z.ZodEnum<{
824
+ defaults: "defaults";
825
+ error: "error";
826
+ merge: "merge";
827
+ replace: "replace";
828
+ skip: "skip";
829
+ }>>;
830
+ };
831
+ }>, import("@astrale-os/kernel-dsl").NodeInterfaceDef<{
832
+ readonly properties: {
833
+ name: z.ZodString;
834
+ };
835
+ }>, import("@astrale-os/kernel-dsl").NodeInterfaceDef<{
836
+ readonly properties: {
837
+ description: z.ZodOptional<z.ZodString>;
838
+ };
839
+ }>, import("@astrale-os/kernel-dsl").NodeInterfaceDef<{
840
+ readonly properties: {
841
+ status: z.ZodEnum<{
842
+ active: "active";
843
+ creating: "creating";
844
+ deleting: "deleting";
845
+ error: "error";
846
+ updating: "updating";
847
+ }>;
848
+ };
849
+ }>];
850
+ readonly methods: {
851
+ init: import("@astrale-os/kernel-dsl").FnDef<import("@astrale-os/kernel-dsl").ParamShape, z.ZodVoid, "default", true>;
852
+ createNode: import("@astrale-os/kernel-dsl").FnDef<{
853
+ readonly class: z.ZodType<import("../../domain").ClassPath, string | import("../../domain").ClassPath, z.core.$ZodTypeInternals<import("../../domain").ClassPath, string | import("../../domain").ClassPath>>;
854
+ readonly path: z.ZodType<import("../..").AbsolutePath, string | import("../..").AbsolutePath, z.core.$ZodTypeInternals<import("../..").AbsolutePath, string | import("../..").AbsolutePath>>;
855
+ readonly props: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
856
+ }, z.ZodCustom<import("../..").Node, import("../..").Node>, "sealed", true>;
857
+ get: import("@astrale-os/kernel-dsl").FnDef<import("@astrale-os/kernel-dsl").ParamShape, z.ZodCustom<import("../..").Node, import("../..").Node>, "sealed", boolean>;
858
+ update: import("@astrale-os/kernel-dsl").FnDef<{
859
+ readonly props: z.ZodRecord<z.ZodString, z.ZodUnknown>;
860
+ }, z.ZodVoid, "default", boolean>;
861
+ delete: import("@astrale-os/kernel-dsl").FnDef<import("@astrale-os/kernel-dsl").ParamShape, z.ZodVoid, "default", boolean>;
862
+ deleteNode: import("@astrale-os/kernel-dsl").FnDef<import("@astrale-os/kernel-dsl").ParamShape, z.ZodNull, "sealed", boolean>;
863
+ move: import("@astrale-os/kernel-dsl").FnDef<{
864
+ readonly to: z.ZodType<import("../..").AbsolutePath, string | import("../..").AbsolutePath, z.core.$ZodTypeInternals<import("../..").AbsolutePath, string | import("../..").AbsolutePath>>;
865
+ }, z.ZodVoid, "sealed", boolean>;
866
+ link: import("@astrale-os/kernel-dsl").FnDef<{
867
+ readonly edgeClass: z.ZodType<import("../../domain").ClassPath, string | import("../../domain").ClassPath, z.core.$ZodTypeInternals<import("../../domain").ClassPath, string | import("../../domain").ClassPath>>;
868
+ readonly target: z.ZodType<import("../..").Path, string | import("../..").Path, z.core.$ZodTypeInternals<import("../..").Path, string | import("../..").Path>>;
869
+ readonly slug: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../..").Slug, string>>>;
870
+ readonly props: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
871
+ }, z.ZodVoid, "default", boolean>;
872
+ unlink: import("@astrale-os/kernel-dsl").FnDef<{
873
+ readonly edgeClass: z.ZodType<import("../../domain").ClassPath, string | import("../../domain").ClassPath, z.core.$ZodTypeInternals<import("../../domain").ClassPath, string | import("../../domain").ClassPath>>;
874
+ readonly target: z.ZodType<import("../..").Path, string | import("../..").Path, z.core.$ZodTypeInternals<import("../..").Path, string | import("../..").Path>>;
875
+ readonly slug: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../..").Slug, string>>>;
876
+ }, z.ZodVoid, "default", boolean>;
877
+ getLinks: import("@astrale-os/kernel-dsl").FnDef<{
878
+ readonly edgeClasses: z.ZodOptional<z.ZodArray<z.ZodType<import("../../domain").ClassPath, string | import("../../domain").ClassPath, z.core.$ZodTypeInternals<import("../../domain").ClassPath, string | import("../../domain").ClassPath>>>>;
879
+ readonly direction: z.ZodOptional<z.ZodEnum<{
880
+ both: "both";
881
+ in: "in";
882
+ out: "out";
883
+ }>>;
884
+ }, z.ZodCustom<import("../..").Edge[], import("../..").Edge[]>, "sealed", boolean>;
885
+ getTree: import("@astrale-os/kernel-dsl").FnDef<{
886
+ readonly depth: z.ZodNumber;
887
+ readonly maxNodes: z.ZodNumber;
888
+ }, z.ZodCustom<import("../..").GraphData, import("../..").GraphData>, "sealed", boolean>;
889
+ };
890
+ }>, import("@astrale-os/kernel-dsl").NodeInterfaceDef<Omit<{
891
+ readonly extends: readonly [import("@astrale-os/kernel-dsl").NodeInterfaceDef<Omit<{
892
+ readonly methods: {
893
+ listChildren: import("@astrale-os/kernel-dsl").FnDef<{
894
+ readonly filters: z.ZodOptional<z.ZodUnknown>;
895
+ }, z.ZodArray<z.ZodCustom<import("../..").Node, import("../..").Node>>, "sealed", boolean>;
896
+ push: import("@astrale-os/kernel-dsl").FnDef<{
897
+ readonly patch: z.ZodCustom<import("../..").Patch, import("../..").Patch>;
898
+ readonly root: z.ZodType<import("../..").Path, string | import("../..").Path, z.core.$ZodTypeInternals<import("../..").Path, string | import("../..").Path>>;
899
+ }, z.ZodVoid, "sealed", boolean>;
900
+ };
901
+ }, "props"> & {
902
+ readonly inherits: readonly [import("@astrale-os/kernel-dsl").NodeInterfaceDef<{
903
+ readonly inherits: readonly [import("@astrale-os/kernel-dsl").NodeInterfaceDef<{
904
+ readonly properties: {
905
+ createdAt: z.ZodISODateTime;
906
+ updatedAt: z.ZodISODateTime;
907
+ };
908
+ }>, import("@astrale-os/kernel-dsl").NodeInterfaceDef<{
909
+ readonly properties: {
910
+ externalId: z.ZodOptional<z.ZodCustom<import("../..").ExternalId, import("../..").ExternalId>>;
911
+ updatedAt: z.ZodOptional<z.ZodISODateTime>;
912
+ onConflict: z.ZodOptional<z.ZodEnum<{
913
+ defaults: "defaults";
914
+ error: "error";
915
+ merge: "merge";
916
+ replace: "replace";
917
+ skip: "skip";
918
+ }>>;
919
+ };
920
+ }>, import("@astrale-os/kernel-dsl").NodeInterfaceDef<{
921
+ readonly properties: {
922
+ name: z.ZodString;
923
+ };
924
+ }>, import("@astrale-os/kernel-dsl").NodeInterfaceDef<{
925
+ readonly properties: {
926
+ description: z.ZodOptional<z.ZodString>;
927
+ };
928
+ }>, import("@astrale-os/kernel-dsl").NodeInterfaceDef<{
929
+ readonly properties: {
930
+ status: z.ZodEnum<{
931
+ active: "active";
932
+ creating: "creating";
933
+ deleting: "deleting";
934
+ error: "error";
935
+ updating: "updating";
936
+ }>;
937
+ };
938
+ }>];
939
+ readonly methods: {
940
+ init: import("@astrale-os/kernel-dsl").FnDef<import("@astrale-os/kernel-dsl").ParamShape, z.ZodVoid, "default", true>;
941
+ createNode: import("@astrale-os/kernel-dsl").FnDef<{
942
+ readonly class: z.ZodType<import("../../domain").ClassPath, string | import("../../domain").ClassPath, z.core.$ZodTypeInternals<import("../../domain").ClassPath, string | import("../../domain").ClassPath>>;
943
+ readonly path: z.ZodType<import("../..").AbsolutePath, string | import("../..").AbsolutePath, z.core.$ZodTypeInternals<import("../..").AbsolutePath, string | import("../..").AbsolutePath>>;
944
+ readonly props: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
945
+ }, z.ZodCustom<import("../..").Node, import("../..").Node>, "sealed", true>;
946
+ get: import("@astrale-os/kernel-dsl").FnDef<import("@astrale-os/kernel-dsl").ParamShape, z.ZodCustom<import("../..").Node, import("../..").Node>, "sealed", boolean>;
947
+ update: import("@astrale-os/kernel-dsl").FnDef<{
948
+ readonly props: z.ZodRecord<z.ZodString, z.ZodUnknown>;
949
+ }, z.ZodVoid, "default", boolean>;
950
+ delete: import("@astrale-os/kernel-dsl").FnDef<import("@astrale-os/kernel-dsl").ParamShape, z.ZodVoid, "default", boolean>;
951
+ deleteNode: import("@astrale-os/kernel-dsl").FnDef<import("@astrale-os/kernel-dsl").ParamShape, z.ZodNull, "sealed", boolean>;
952
+ move: import("@astrale-os/kernel-dsl").FnDef<{
953
+ readonly to: z.ZodType<import("../..").AbsolutePath, string | import("../..").AbsolutePath, z.core.$ZodTypeInternals<import("../..").AbsolutePath, string | import("../..").AbsolutePath>>;
954
+ }, z.ZodVoid, "sealed", boolean>;
955
+ link: import("@astrale-os/kernel-dsl").FnDef<{
956
+ readonly edgeClass: z.ZodType<import("../../domain").ClassPath, string | import("../../domain").ClassPath, z.core.$ZodTypeInternals<import("../../domain").ClassPath, string | import("../../domain").ClassPath>>;
957
+ readonly target: z.ZodType<import("../..").Path, string | import("../..").Path, z.core.$ZodTypeInternals<import("../..").Path, string | import("../..").Path>>;
958
+ readonly slug: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../..").Slug, string>>>;
959
+ readonly props: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
960
+ }, z.ZodVoid, "default", boolean>;
961
+ unlink: import("@astrale-os/kernel-dsl").FnDef<{
962
+ readonly edgeClass: z.ZodType<import("../../domain").ClassPath, string | import("../../domain").ClassPath, z.core.$ZodTypeInternals<import("../../domain").ClassPath, string | import("../../domain").ClassPath>>;
963
+ readonly target: z.ZodType<import("../..").Path, string | import("../..").Path, z.core.$ZodTypeInternals<import("../..").Path, string | import("../..").Path>>;
964
+ readonly slug: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../..").Slug, string>>>;
965
+ }, z.ZodVoid, "default", boolean>;
966
+ getLinks: import("@astrale-os/kernel-dsl").FnDef<{
967
+ readonly edgeClasses: z.ZodOptional<z.ZodArray<z.ZodType<import("../../domain").ClassPath, string | import("../../domain").ClassPath, z.core.$ZodTypeInternals<import("../../domain").ClassPath, string | import("../../domain").ClassPath>>>>;
968
+ readonly direction: z.ZodOptional<z.ZodEnum<{
969
+ both: "both";
970
+ in: "in";
971
+ out: "out";
972
+ }>>;
973
+ }, z.ZodCustom<import("../..").Edge[], import("../..").Edge[]>, "sealed", boolean>;
974
+ getTree: import("@astrale-os/kernel-dsl").FnDef<{
975
+ readonly depth: z.ZodNumber;
976
+ readonly maxNodes: z.ZodNumber;
977
+ }, z.ZodCustom<import("../..").GraphData, import("../..").GraphData>, "sealed", boolean>;
978
+ };
979
+ }>];
980
+ }>, import("@astrale-os/kernel-dsl").NodeInterfaceDef<Omit<{
981
+ readonly props: {
982
+ iss: z.ZodString;
983
+ sub: z.ZodString;
984
+ frozen: z.ZodOptional<z.ZodBoolean>;
985
+ publicKey: z.ZodOptional<z.ZodObject<{
986
+ jwk: z.ZodOptional<z.ZodCustom<import("jose").JWK, import("jose").JWK>>;
987
+ jwksUri: z.ZodOptional<z.ZodURL>;
988
+ }, z.core.$strip>>;
989
+ requiredClaims: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
990
+ claim: z.ZodString;
991
+ op: z.ZodLiteral<"eq">;
992
+ value: z.ZodType<import("../..").JsonValue, unknown, z.core.$ZodTypeInternals<import("../..").JsonValue, unknown>>;
993
+ }, z.core.$strip>, z.ZodObject<{
994
+ claim: z.ZodString;
995
+ op: z.ZodLiteral<"contains">;
996
+ value: z.ZodType<import("../..").JsonValue, unknown, z.core.$ZodTypeInternals<import("../..").JsonValue, unknown>>;
997
+ }, z.core.$strip>, z.ZodObject<{
998
+ claim: z.ZodString;
999
+ op: z.ZodLiteral<"exists">;
1000
+ }, z.core.$strip>], "op">>>;
1001
+ };
1002
+ readonly methods: {
1003
+ extendIdentity: import("@astrale-os/kernel-dsl").FnDef<{
1004
+ readonly with: z.ZodType<import("../..").Path, string | import("../..").Path, z.core.$ZodTypeInternals<import("../..").Path, string | import("../..").Path>>;
1005
+ }, z.ZodVoid, "sealed", boolean>;
1006
+ constrainIdentity: import("@astrale-os/kernel-dsl").FnDef<{
1007
+ readonly by: z.ZodType<import("../..").Path, string | import("../..").Path, z.core.$ZodTypeInternals<import("../..").Path, string | import("../..").Path>>;
1008
+ }, z.ZodVoid, "sealed", boolean>;
1009
+ excludeIdentity: import("@astrale-os/kernel-dsl").FnDef<{
1010
+ readonly without: z.ZodType<import("../..").Path, string | import("../..").Path, z.core.$ZodTypeInternals<import("../..").Path, string | import("../..").Path>>;
1011
+ }, z.ZodVoid, "sealed", boolean>;
1012
+ removeExtension: import("@astrale-os/kernel-dsl").FnDef<{
1013
+ readonly identity: z.ZodType<import("../..").Path, string | import("../..").Path, z.core.$ZodTypeInternals<import("../..").Path, string | import("../..").Path>>;
1014
+ }, z.ZodVoid, "sealed", boolean>;
1015
+ removeConstraint: import("@astrale-os/kernel-dsl").FnDef<{
1016
+ readonly identity: z.ZodType<import("../..").Path, string | import("../..").Path, z.core.$ZodTypeInternals<import("../..").Path, string | import("../..").Path>>;
1017
+ }, z.ZodVoid, "sealed", boolean>;
1018
+ removeExclusion: import("@astrale-os/kernel-dsl").FnDef<{
1019
+ readonly identity: z.ZodType<import("../..").Path, string | import("../..").Path, z.core.$ZodTypeInternals<import("../..").Path, string | import("../..").Path>>;
1020
+ }, z.ZodVoid, "sealed", boolean>;
1021
+ grantPerm: import("@astrale-os/kernel-dsl").FnDef<{
1022
+ readonly node: z.ZodType<import("../..").Path, string | import("../..").Path, z.core.$ZodTypeInternals<import("../..").Path, string | import("../..").Path>>;
1023
+ readonly perms: z.ZodNumber;
1024
+ }, z.ZodVoid, "sealed", boolean>;
1025
+ revokePerm: import("@astrale-os/kernel-dsl").FnDef<{
1026
+ readonly node: z.ZodType<import("../..").Path, string | import("../..").Path, z.core.$ZodTypeInternals<import("../..").Path, string | import("../..").Path>>;
1027
+ readonly perms: z.ZodNumber;
1028
+ }, z.ZodVoid, "sealed", boolean>;
1029
+ checkPerm: import("@astrale-os/kernel-dsl").FnDef<{
1030
+ readonly node: z.ZodType<import("../..").Path, string | import("../..").Path, z.core.$ZodTypeInternals<import("../..").Path, string | import("../..").Path>>;
1031
+ readonly perms: z.ZodNumber;
1032
+ }, z.ZodBoolean, "sealed", boolean>;
1033
+ registerIdentity: import("@astrale-os/kernel-dsl").FnDef<{
1034
+ readonly signingKey: z.ZodOptional<z.ZodObject<{
1035
+ publicKey: z.ZodObject<{
1036
+ jwk: z.ZodOptional<z.ZodCustom<import("jose").JWK, import("jose").JWK>>;
1037
+ jwksUri: z.ZodOptional<z.ZodURL>;
1038
+ }, z.core.$strip>;
1039
+ credential: z.ZodString;
1040
+ }, z.core.$strip>>;
1041
+ }, z.ZodObject<{
1042
+ iss: z.ZodString;
1043
+ sub: z.ZodString;
1044
+ }, z.core.$strip>, "sealed", boolean>;
1045
+ mintIdentityCredential: import("@astrale-os/kernel-dsl").FnDef<{}, z.ZodString, "sealed", boolean>;
1046
+ mintDelegationCredential: import("@astrale-os/kernel-dsl").FnDef<{
1047
+ readonly audience: z.ZodOptional<z.ZodString>;
1048
+ readonly delegation: z.ZodCustom<import("../..").UnresolvedIdentityExpr, import("../..").UnresolvedIdentityExpr>;
1049
+ readonly attestation: z.ZodOptional<z.ZodCustom<import("../..").SelfIdentityExpr, import("../..").SelfIdentityExpr>>;
1050
+ readonly ttl: z.ZodOptional<z.ZodNumber>;
1051
+ }, z.ZodString, "sealed", boolean>;
1052
+ findIdentity: import("@astrale-os/kernel-dsl").FnDef<{
1053
+ readonly issuer: z.ZodString;
1054
+ readonly subject: z.ZodString;
1055
+ }, z.ZodNullable<z.ZodCustom<import("../..").Node, import("../..").Node>>, "sealed", true>;
1056
+ whoami: import("@astrale-os/kernel-dsl").FnDef<{}, z.ZodCustom<import("../..").Node, import("../..").Node>, "sealed", true>;
1057
+ };
1058
+ }, "props"> & {
1059
+ readonly properties: {
1060
+ iss: z.ZodString;
1061
+ sub: z.ZodString;
1062
+ frozen: z.ZodOptional<z.ZodBoolean>;
1063
+ publicKey: z.ZodOptional<z.ZodObject<{
1064
+ jwk: z.ZodOptional<z.ZodCustom<import("jose").JWK, import("jose").JWK>>;
1065
+ jwksUri: z.ZodOptional<z.ZodURL>;
1066
+ }, z.core.$strip>>;
1067
+ requiredClaims: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
1068
+ claim: z.ZodString;
1069
+ op: z.ZodLiteral<"eq">;
1070
+ value: z.ZodType<import("../..").JsonValue, unknown, z.core.$ZodTypeInternals<import("../..").JsonValue, unknown>>;
1071
+ }, z.core.$strip>, z.ZodObject<{
1072
+ claim: z.ZodString;
1073
+ op: z.ZodLiteral<"contains">;
1074
+ value: z.ZodType<import("../..").JsonValue, unknown, z.core.$ZodTypeInternals<import("../..").JsonValue, unknown>>;
1075
+ }, z.core.$strip>, z.ZodObject<{
1076
+ claim: z.ZodString;
1077
+ op: z.ZodLiteral<"exists">;
1078
+ }, z.core.$strip>], "op">>>;
1079
+ };
1080
+ } & {
1081
+ readonly inherits: readonly [import("@astrale-os/kernel-dsl").NodeInterfaceDef<{
1082
+ readonly inherits: readonly [import("@astrale-os/kernel-dsl").NodeInterfaceDef<{
1083
+ readonly properties: {
1084
+ createdAt: z.ZodISODateTime;
1085
+ updatedAt: z.ZodISODateTime;
1086
+ };
1087
+ }>, import("@astrale-os/kernel-dsl").NodeInterfaceDef<{
1088
+ readonly properties: {
1089
+ externalId: z.ZodOptional<z.ZodCustom<import("../..").ExternalId, import("../..").ExternalId>>;
1090
+ updatedAt: z.ZodOptional<z.ZodISODateTime>;
1091
+ onConflict: z.ZodOptional<z.ZodEnum<{
1092
+ defaults: "defaults";
1093
+ error: "error";
1094
+ merge: "merge";
1095
+ replace: "replace";
1096
+ skip: "skip";
1097
+ }>>;
1098
+ };
1099
+ }>, import("@astrale-os/kernel-dsl").NodeInterfaceDef<{
1100
+ readonly properties: {
1101
+ name: z.ZodString;
1102
+ };
1103
+ }>, import("@astrale-os/kernel-dsl").NodeInterfaceDef<{
1104
+ readonly properties: {
1105
+ description: z.ZodOptional<z.ZodString>;
1106
+ };
1107
+ }>, import("@astrale-os/kernel-dsl").NodeInterfaceDef<{
1108
+ readonly properties: {
1109
+ status: z.ZodEnum<{
1110
+ active: "active";
1111
+ creating: "creating";
1112
+ deleting: "deleting";
1113
+ error: "error";
1114
+ updating: "updating";
1115
+ }>;
1116
+ };
1117
+ }>];
1118
+ readonly methods: {
1119
+ init: import("@astrale-os/kernel-dsl").FnDef<import("@astrale-os/kernel-dsl").ParamShape, z.ZodVoid, "default", true>;
1120
+ createNode: import("@astrale-os/kernel-dsl").FnDef<{
1121
+ readonly class: z.ZodType<import("../../domain").ClassPath, string | import("../../domain").ClassPath, z.core.$ZodTypeInternals<import("../../domain").ClassPath, string | import("../../domain").ClassPath>>;
1122
+ readonly path: z.ZodType<import("../..").AbsolutePath, string | import("../..").AbsolutePath, z.core.$ZodTypeInternals<import("../..").AbsolutePath, string | import("../..").AbsolutePath>>;
1123
+ readonly props: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
1124
+ }, z.ZodCustom<import("../..").Node, import("../..").Node>, "sealed", true>;
1125
+ get: import("@astrale-os/kernel-dsl").FnDef<import("@astrale-os/kernel-dsl").ParamShape, z.ZodCustom<import("../..").Node, import("../..").Node>, "sealed", boolean>;
1126
+ update: import("@astrale-os/kernel-dsl").FnDef<{
1127
+ readonly props: z.ZodRecord<z.ZodString, z.ZodUnknown>;
1128
+ }, z.ZodVoid, "default", boolean>;
1129
+ delete: import("@astrale-os/kernel-dsl").FnDef<import("@astrale-os/kernel-dsl").ParamShape, z.ZodVoid, "default", boolean>;
1130
+ deleteNode: import("@astrale-os/kernel-dsl").FnDef<import("@astrale-os/kernel-dsl").ParamShape, z.ZodNull, "sealed", boolean>;
1131
+ move: import("@astrale-os/kernel-dsl").FnDef<{
1132
+ readonly to: z.ZodType<import("../..").AbsolutePath, string | import("../..").AbsolutePath, z.core.$ZodTypeInternals<import("../..").AbsolutePath, string | import("../..").AbsolutePath>>;
1133
+ }, z.ZodVoid, "sealed", boolean>;
1134
+ link: import("@astrale-os/kernel-dsl").FnDef<{
1135
+ readonly edgeClass: z.ZodType<import("../../domain").ClassPath, string | import("../../domain").ClassPath, z.core.$ZodTypeInternals<import("../../domain").ClassPath, string | import("../../domain").ClassPath>>;
1136
+ readonly target: z.ZodType<import("../..").Path, string | import("../..").Path, z.core.$ZodTypeInternals<import("../..").Path, string | import("../..").Path>>;
1137
+ readonly slug: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../..").Slug, string>>>;
1138
+ readonly props: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
1139
+ }, z.ZodVoid, "default", boolean>;
1140
+ unlink: import("@astrale-os/kernel-dsl").FnDef<{
1141
+ readonly edgeClass: z.ZodType<import("../../domain").ClassPath, string | import("../../domain").ClassPath, z.core.$ZodTypeInternals<import("../../domain").ClassPath, string | import("../../domain").ClassPath>>;
1142
+ readonly target: z.ZodType<import("../..").Path, string | import("../..").Path, z.core.$ZodTypeInternals<import("../..").Path, string | import("../..").Path>>;
1143
+ readonly slug: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../..").Slug, string>>>;
1144
+ }, z.ZodVoid, "default", boolean>;
1145
+ getLinks: import("@astrale-os/kernel-dsl").FnDef<{
1146
+ readonly edgeClasses: z.ZodOptional<z.ZodArray<z.ZodType<import("../../domain").ClassPath, string | import("../../domain").ClassPath, z.core.$ZodTypeInternals<import("../../domain").ClassPath, string | import("../../domain").ClassPath>>>>;
1147
+ readonly direction: z.ZodOptional<z.ZodEnum<{
1148
+ both: "both";
1149
+ in: "in";
1150
+ out: "out";
1151
+ }>>;
1152
+ }, z.ZodCustom<import("../..").Edge[], import("../..").Edge[]>, "sealed", boolean>;
1153
+ getTree: import("@astrale-os/kernel-dsl").FnDef<{
1154
+ readonly depth: z.ZodNumber;
1155
+ readonly maxNodes: z.ZodNumber;
1156
+ }, z.ZodCustom<import("../..").GraphData, import("../..").GraphData>, "sealed", boolean>;
1157
+ };
1158
+ }>];
1159
+ }>];
1160
+ readonly props: {
1161
+ ref: z.ZodString;
1162
+ inputSchema: z.ZodCustom<import("json-schema").JSONSchema7, import("json-schema").JSONSchema7>;
1163
+ outputSchema: z.ZodCustom<import("json-schema").JSONSchema7, import("json-schema").JSONSchema7>;
1164
+ code: z.ZodOptional<z.ZodObject<{
1165
+ authenticate: z.ZodOptional<z.ZodString>;
1166
+ authorize: z.ZodOptional<z.ZodString>;
1167
+ resolve: z.ZodOptional<z.ZodString>;
1168
+ invariants: z.ZodOptional<z.ZodString>;
1169
+ execute: z.ZodOptional<z.ZodString>;
1170
+ rollback: z.ZodOptional<z.ZodString>;
1171
+ effects: z.ZodOptional<z.ZodString>;
1172
+ }, z.core.$strip>>;
1173
+ isStatic: z.ZodOptional<z.ZodBoolean>;
1174
+ output: z.ZodOptional<z.ZodEnum<{
1175
+ binary: "binary";
1176
+ stream: "stream";
1177
+ value: "value";
1178
+ }>>;
1179
+ inheritance: z.ZodOptional<z.ZodEnum<{
1180
+ abstract: "abstract";
1181
+ default: "default";
1182
+ sealed: "sealed";
1183
+ }>>;
1184
+ binding: z.ZodOptional<z.ZodObject<{
1185
+ remoteUrl: z.ZodOptional<z.ZodString>;
1186
+ route: z.ZodOptional<z.ZodObject<{
1187
+ method: z.ZodEnum<{
1188
+ "*": "*";
1189
+ DELETE: "DELETE";
1190
+ GET: "GET";
1191
+ PATCH: "PATCH";
1192
+ POST: "POST";
1193
+ PUT: "PUT";
1194
+ }>;
1195
+ path: z.ZodString;
1196
+ self: z.ZodOptional<z.ZodString>;
1197
+ query: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
1198
+ headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
1199
+ body: z.ZodOptional<z.ZodUnknown>;
1200
+ credential: z.ZodOptional<z.ZodUnknown>;
1201
+ }, z.core.$strip>>;
1202
+ auth: z.ZodOptional<z.ZodEnum<{
1203
+ optional: "optional";
1204
+ public: "public";
1205
+ required: "required";
1206
+ }>>;
1207
+ }, z.core.$strip>>;
1208
+ environment: z.ZodOptional<z.ZodString>;
1209
+ domain: z.ZodOptional<z.ZodString>;
1210
+ };
1211
+ readonly methods: {
1212
+ list: import("@astrale-os/kernel-dsl").FnDef<{
1213
+ readonly methodsOnly: z.ZodOptional<z.ZodBoolean>;
1214
+ }, z.ZodArray<z.ZodObject<{
1215
+ ref: z.ZodString;
1216
+ inputSchema: z.ZodCustom<import("json-schema").JSONSchema7, import("json-schema").JSONSchema7>;
1217
+ outputSchema: z.ZodCustom<import("json-schema").JSONSchema7, import("json-schema").JSONSchema7>;
1218
+ code: z.ZodOptional<z.ZodObject<{
1219
+ authenticate: z.ZodOptional<z.ZodString>;
1220
+ authorize: z.ZodOptional<z.ZodString>;
1221
+ resolve: z.ZodOptional<z.ZodString>;
1222
+ invariants: z.ZodOptional<z.ZodString>;
1223
+ execute: z.ZodOptional<z.ZodString>;
1224
+ rollback: z.ZodOptional<z.ZodString>;
1225
+ effects: z.ZodOptional<z.ZodString>;
1226
+ }, z.core.$strip>>;
1227
+ isStatic: z.ZodOptional<z.ZodBoolean>;
1228
+ output: z.ZodOptional<z.ZodEnum<{
1229
+ binary: "binary";
1230
+ stream: "stream";
1231
+ value: "value";
1232
+ }>>;
1233
+ inheritance: z.ZodOptional<z.ZodEnum<{
1234
+ abstract: "abstract";
1235
+ default: "default";
1236
+ sealed: "sealed";
1237
+ }>>;
1238
+ binding: z.ZodOptional<z.ZodObject<{
1239
+ remoteUrl: z.ZodOptional<z.ZodString>;
1240
+ route: z.ZodOptional<z.ZodObject<{
1241
+ method: z.ZodEnum<{
1242
+ "*": "*";
1243
+ DELETE: "DELETE";
1244
+ GET: "GET";
1245
+ PATCH: "PATCH";
1246
+ POST: "POST";
1247
+ PUT: "PUT";
1248
+ }>;
1249
+ path: z.ZodString;
1250
+ self: z.ZodOptional<z.ZodString>;
1251
+ query: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
1252
+ headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
1253
+ body: z.ZodOptional<z.ZodUnknown>;
1254
+ credential: z.ZodOptional<z.ZodUnknown>;
1255
+ }, z.core.$strip>>;
1256
+ auth: z.ZodOptional<z.ZodEnum<{
1257
+ optional: "optional";
1258
+ public: "public";
1259
+ required: "required";
1260
+ }>>;
1261
+ }, z.core.$strip>>;
1262
+ environment: z.ZodOptional<z.ZodString>;
1263
+ domain: z.ZodOptional<z.ZodString>;
1264
+ }, z.core.$strip>>, "default", true>;
1265
+ };
1266
+ }, "props"> & {
1267
+ readonly properties: {
1268
+ ref: z.ZodString;
1269
+ inputSchema: z.ZodCustom<import("json-schema").JSONSchema7, import("json-schema").JSONSchema7>;
1270
+ outputSchema: z.ZodCustom<import("json-schema").JSONSchema7, import("json-schema").JSONSchema7>;
1271
+ code: z.ZodOptional<z.ZodObject<{
1272
+ authenticate: z.ZodOptional<z.ZodString>;
1273
+ authorize: z.ZodOptional<z.ZodString>;
1274
+ resolve: z.ZodOptional<z.ZodString>;
1275
+ invariants: z.ZodOptional<z.ZodString>;
1276
+ execute: z.ZodOptional<z.ZodString>;
1277
+ rollback: z.ZodOptional<z.ZodString>;
1278
+ effects: z.ZodOptional<z.ZodString>;
1279
+ }, z.core.$strip>>;
1280
+ isStatic: z.ZodOptional<z.ZodBoolean>;
1281
+ output: z.ZodOptional<z.ZodEnum<{
1282
+ binary: "binary";
1283
+ stream: "stream";
1284
+ value: "value";
1285
+ }>>;
1286
+ inheritance: z.ZodOptional<z.ZodEnum<{
1287
+ abstract: "abstract";
1288
+ default: "default";
1289
+ sealed: "sealed";
1290
+ }>>;
1291
+ binding: z.ZodOptional<z.ZodObject<{
1292
+ remoteUrl: z.ZodOptional<z.ZodString>;
1293
+ route: z.ZodOptional<z.ZodObject<{
1294
+ method: z.ZodEnum<{
1295
+ "*": "*";
1296
+ DELETE: "DELETE";
1297
+ GET: "GET";
1298
+ PATCH: "PATCH";
1299
+ POST: "POST";
1300
+ PUT: "PUT";
1301
+ }>;
1302
+ path: z.ZodString;
1303
+ self: z.ZodOptional<z.ZodString>;
1304
+ query: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
1305
+ headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
1306
+ body: z.ZodOptional<z.ZodUnknown>;
1307
+ credential: z.ZodOptional<z.ZodUnknown>;
1308
+ }, z.core.$strip>>;
1309
+ auth: z.ZodOptional<z.ZodEnum<{
1310
+ optional: "optional";
1311
+ public: "public";
1312
+ required: "required";
1313
+ }>>;
1314
+ }, z.core.$strip>>;
1315
+ environment: z.ZodOptional<z.ZodString>;
1316
+ domain: z.ZodOptional<z.ZodString>;
1317
+ };
1318
+ } & {
1319
+ readonly inherits: readonly [import("@astrale-os/kernel-dsl").NodeInterfaceDef<{
1320
+ readonly inherits: readonly [import("@astrale-os/kernel-dsl").NodeInterfaceDef<{
1321
+ readonly properties: {
1322
+ createdAt: z.ZodISODateTime;
1323
+ updatedAt: z.ZodISODateTime;
1324
+ };
1325
+ }>, import("@astrale-os/kernel-dsl").NodeInterfaceDef<{
1326
+ readonly properties: {
1327
+ externalId: z.ZodOptional<z.ZodCustom<import("../..").ExternalId, import("../..").ExternalId>>;
1328
+ updatedAt: z.ZodOptional<z.ZodISODateTime>;
1329
+ onConflict: z.ZodOptional<z.ZodEnum<{
1330
+ defaults: "defaults";
1331
+ error: "error";
1332
+ merge: "merge";
1333
+ replace: "replace";
1334
+ skip: "skip";
1335
+ }>>;
1336
+ };
1337
+ }>, import("@astrale-os/kernel-dsl").NodeInterfaceDef<{
1338
+ readonly properties: {
1339
+ name: z.ZodString;
1340
+ };
1341
+ }>, import("@astrale-os/kernel-dsl").NodeInterfaceDef<{
1342
+ readonly properties: {
1343
+ description: z.ZodOptional<z.ZodString>;
1344
+ };
1345
+ }>, import("@astrale-os/kernel-dsl").NodeInterfaceDef<{
1346
+ readonly properties: {
1347
+ status: z.ZodEnum<{
1348
+ active: "active";
1349
+ creating: "creating";
1350
+ deleting: "deleting";
1351
+ error: "error";
1352
+ updating: "updating";
1353
+ }>;
1354
+ };
1355
+ }>];
1356
+ readonly methods: {
1357
+ init: import("@astrale-os/kernel-dsl").FnDef<import("@astrale-os/kernel-dsl").ParamShape, z.ZodVoid, "default", true>;
1358
+ createNode: import("@astrale-os/kernel-dsl").FnDef<{
1359
+ readonly class: z.ZodType<import("../../domain").ClassPath, string | import("../../domain").ClassPath, z.core.$ZodTypeInternals<import("../../domain").ClassPath, string | import("../../domain").ClassPath>>;
1360
+ readonly path: z.ZodType<import("../..").AbsolutePath, string | import("../..").AbsolutePath, z.core.$ZodTypeInternals<import("../..").AbsolutePath, string | import("../..").AbsolutePath>>;
1361
+ readonly props: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
1362
+ }, z.ZodCustom<import("../..").Node, import("../..").Node>, "sealed", true>;
1363
+ get: import("@astrale-os/kernel-dsl").FnDef<import("@astrale-os/kernel-dsl").ParamShape, z.ZodCustom<import("../..").Node, import("../..").Node>, "sealed", boolean>;
1364
+ update: import("@astrale-os/kernel-dsl").FnDef<{
1365
+ readonly props: z.ZodRecord<z.ZodString, z.ZodUnknown>;
1366
+ }, z.ZodVoid, "default", boolean>;
1367
+ delete: import("@astrale-os/kernel-dsl").FnDef<import("@astrale-os/kernel-dsl").ParamShape, z.ZodVoid, "default", boolean>;
1368
+ deleteNode: import("@astrale-os/kernel-dsl").FnDef<import("@astrale-os/kernel-dsl").ParamShape, z.ZodNull, "sealed", boolean>;
1369
+ move: import("@astrale-os/kernel-dsl").FnDef<{
1370
+ readonly to: z.ZodType<import("../..").AbsolutePath, string | import("../..").AbsolutePath, z.core.$ZodTypeInternals<import("../..").AbsolutePath, string | import("../..").AbsolutePath>>;
1371
+ }, z.ZodVoid, "sealed", boolean>;
1372
+ link: import("@astrale-os/kernel-dsl").FnDef<{
1373
+ readonly edgeClass: z.ZodType<import("../../domain").ClassPath, string | import("../../domain").ClassPath, z.core.$ZodTypeInternals<import("../../domain").ClassPath, string | import("../../domain").ClassPath>>;
1374
+ readonly target: z.ZodType<import("../..").Path, string | import("../..").Path, z.core.$ZodTypeInternals<import("../..").Path, string | import("../..").Path>>;
1375
+ readonly slug: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../..").Slug, string>>>;
1376
+ readonly props: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
1377
+ }, z.ZodVoid, "default", boolean>;
1378
+ unlink: import("@astrale-os/kernel-dsl").FnDef<{
1379
+ readonly edgeClass: z.ZodType<import("../../domain").ClassPath, string | import("../../domain").ClassPath, z.core.$ZodTypeInternals<import("../../domain").ClassPath, string | import("../../domain").ClassPath>>;
1380
+ readonly target: z.ZodType<import("../..").Path, string | import("../..").Path, z.core.$ZodTypeInternals<import("../..").Path, string | import("../..").Path>>;
1381
+ readonly slug: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../..").Slug, string>>>;
1382
+ }, z.ZodVoid, "default", boolean>;
1383
+ getLinks: import("@astrale-os/kernel-dsl").FnDef<{
1384
+ readonly edgeClasses: z.ZodOptional<z.ZodArray<z.ZodType<import("../../domain").ClassPath, string | import("../../domain").ClassPath, z.core.$ZodTypeInternals<import("../../domain").ClassPath, string | import("../../domain").ClassPath>>>>;
1385
+ readonly direction: z.ZodOptional<z.ZodEnum<{
1386
+ both: "both";
1387
+ in: "in";
1388
+ out: "out";
1389
+ }>>;
1390
+ }, z.ZodCustom<import("../..").Edge[], import("../..").Edge[]>, "sealed", boolean>;
1391
+ getTree: import("@astrale-os/kernel-dsl").FnDef<{
1392
+ readonly depth: z.ZodNumber;
1393
+ readonly maxNodes: z.ZodNumber;
1394
+ }, z.ZodCustom<import("../..").GraphData, import("../..").GraphData>, "sealed", boolean>;
1395
+ };
1396
+ }>, import("@astrale-os/kernel-dsl").NodeInterfaceDef<Omit<{
1397
+ readonly methods: {
1398
+ listChildren: import("@astrale-os/kernel-dsl").FnDef<{
1399
+ readonly filters: z.ZodOptional<z.ZodUnknown>;
1400
+ }, z.ZodArray<z.ZodCustom<import("../..").Node, import("../..").Node>>, "sealed", boolean>;
1401
+ push: import("@astrale-os/kernel-dsl").FnDef<{
1402
+ readonly patch: z.ZodCustom<import("../..").Patch, import("../..").Patch>;
1403
+ readonly root: z.ZodType<import("../..").Path, string | import("../..").Path, z.core.$ZodTypeInternals<import("../..").Path, string | import("../..").Path>>;
1404
+ }, z.ZodVoid, "sealed", boolean>;
1405
+ };
1406
+ }, "props"> & {
1407
+ readonly inherits: readonly [import("@astrale-os/kernel-dsl").NodeInterfaceDef<{
1408
+ readonly inherits: readonly [import("@astrale-os/kernel-dsl").NodeInterfaceDef<{
1409
+ readonly properties: {
1410
+ createdAt: z.ZodISODateTime;
1411
+ updatedAt: z.ZodISODateTime;
1412
+ };
1413
+ }>, import("@astrale-os/kernel-dsl").NodeInterfaceDef<{
1414
+ readonly properties: {
1415
+ externalId: z.ZodOptional<z.ZodCustom<import("../..").ExternalId, import("../..").ExternalId>>;
1416
+ updatedAt: z.ZodOptional<z.ZodISODateTime>;
1417
+ onConflict: z.ZodOptional<z.ZodEnum<{
1418
+ defaults: "defaults";
1419
+ error: "error";
1420
+ merge: "merge";
1421
+ replace: "replace";
1422
+ skip: "skip";
1423
+ }>>;
1424
+ };
1425
+ }>, import("@astrale-os/kernel-dsl").NodeInterfaceDef<{
1426
+ readonly properties: {
1427
+ name: z.ZodString;
1428
+ };
1429
+ }>, import("@astrale-os/kernel-dsl").NodeInterfaceDef<{
1430
+ readonly properties: {
1431
+ description: z.ZodOptional<z.ZodString>;
1432
+ };
1433
+ }>, import("@astrale-os/kernel-dsl").NodeInterfaceDef<{
1434
+ readonly properties: {
1435
+ status: z.ZodEnum<{
1436
+ active: "active";
1437
+ creating: "creating";
1438
+ deleting: "deleting";
1439
+ error: "error";
1440
+ updating: "updating";
1441
+ }>;
1442
+ };
1443
+ }>];
1444
+ readonly methods: {
1445
+ init: import("@astrale-os/kernel-dsl").FnDef<import("@astrale-os/kernel-dsl").ParamShape, z.ZodVoid, "default", true>;
1446
+ createNode: import("@astrale-os/kernel-dsl").FnDef<{
1447
+ readonly class: z.ZodType<import("../../domain").ClassPath, string | import("../../domain").ClassPath, z.core.$ZodTypeInternals<import("../../domain").ClassPath, string | import("../../domain").ClassPath>>;
1448
+ readonly path: z.ZodType<import("../..").AbsolutePath, string | import("../..").AbsolutePath, z.core.$ZodTypeInternals<import("../..").AbsolutePath, string | import("../..").AbsolutePath>>;
1449
+ readonly props: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
1450
+ }, z.ZodCustom<import("../..").Node, import("../..").Node>, "sealed", true>;
1451
+ get: import("@astrale-os/kernel-dsl").FnDef<import("@astrale-os/kernel-dsl").ParamShape, z.ZodCustom<import("../..").Node, import("../..").Node>, "sealed", boolean>;
1452
+ update: import("@astrale-os/kernel-dsl").FnDef<{
1453
+ readonly props: z.ZodRecord<z.ZodString, z.ZodUnknown>;
1454
+ }, z.ZodVoid, "default", boolean>;
1455
+ delete: import("@astrale-os/kernel-dsl").FnDef<import("@astrale-os/kernel-dsl").ParamShape, z.ZodVoid, "default", boolean>;
1456
+ deleteNode: import("@astrale-os/kernel-dsl").FnDef<import("@astrale-os/kernel-dsl").ParamShape, z.ZodNull, "sealed", boolean>;
1457
+ move: import("@astrale-os/kernel-dsl").FnDef<{
1458
+ readonly to: z.ZodType<import("../..").AbsolutePath, string | import("../..").AbsolutePath, z.core.$ZodTypeInternals<import("../..").AbsolutePath, string | import("../..").AbsolutePath>>;
1459
+ }, z.ZodVoid, "sealed", boolean>;
1460
+ link: import("@astrale-os/kernel-dsl").FnDef<{
1461
+ readonly edgeClass: z.ZodType<import("../../domain").ClassPath, string | import("../../domain").ClassPath, z.core.$ZodTypeInternals<import("../../domain").ClassPath, string | import("../../domain").ClassPath>>;
1462
+ readonly target: z.ZodType<import("../..").Path, string | import("../..").Path, z.core.$ZodTypeInternals<import("../..").Path, string | import("../..").Path>>;
1463
+ readonly slug: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../..").Slug, string>>>;
1464
+ readonly props: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
1465
+ }, z.ZodVoid, "default", boolean>;
1466
+ unlink: import("@astrale-os/kernel-dsl").FnDef<{
1467
+ readonly edgeClass: z.ZodType<import("../../domain").ClassPath, string | import("../../domain").ClassPath, z.core.$ZodTypeInternals<import("../../domain").ClassPath, string | import("../../domain").ClassPath>>;
1468
+ readonly target: z.ZodType<import("../..").Path, string | import("../..").Path, z.core.$ZodTypeInternals<import("../..").Path, string | import("../..").Path>>;
1469
+ readonly slug: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../..").Slug, string>>>;
1470
+ }, z.ZodVoid, "default", boolean>;
1471
+ getLinks: import("@astrale-os/kernel-dsl").FnDef<{
1472
+ readonly edgeClasses: z.ZodOptional<z.ZodArray<z.ZodType<import("../../domain").ClassPath, string | import("../../domain").ClassPath, z.core.$ZodTypeInternals<import("../../domain").ClassPath, string | import("../../domain").ClassPath>>>>;
1473
+ readonly direction: z.ZodOptional<z.ZodEnum<{
1474
+ both: "both";
1475
+ in: "in";
1476
+ out: "out";
1477
+ }>>;
1478
+ }, z.ZodCustom<import("../..").Edge[], import("../..").Edge[]>, "sealed", boolean>;
1479
+ getTree: import("@astrale-os/kernel-dsl").FnDef<{
1480
+ readonly depth: z.ZodNumber;
1481
+ readonly maxNodes: z.ZodNumber;
1482
+ }, z.ZodCustom<import("../..").GraphData, import("../..").GraphData>, "sealed", boolean>;
1483
+ };
1484
+ }>];
1485
+ }>, import("@astrale-os/kernel-dsl").NodeInterfaceDef<Omit<{
1486
+ readonly props: {
1487
+ iss: z.ZodString;
1488
+ sub: z.ZodString;
1489
+ frozen: z.ZodOptional<z.ZodBoolean>;
1490
+ publicKey: z.ZodOptional<z.ZodObject<{
1491
+ jwk: z.ZodOptional<z.ZodCustom<import("jose").JWK, import("jose").JWK>>;
1492
+ jwksUri: z.ZodOptional<z.ZodURL>;
1493
+ }, z.core.$strip>>;
1494
+ requiredClaims: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
1495
+ claim: z.ZodString;
1496
+ op: z.ZodLiteral<"eq">;
1497
+ value: z.ZodType<import("../..").JsonValue, unknown, z.core.$ZodTypeInternals<import("../..").JsonValue, unknown>>;
1498
+ }, z.core.$strip>, z.ZodObject<{
1499
+ claim: z.ZodString;
1500
+ op: z.ZodLiteral<"contains">;
1501
+ value: z.ZodType<import("../..").JsonValue, unknown, z.core.$ZodTypeInternals<import("../..").JsonValue, unknown>>;
1502
+ }, z.core.$strip>, z.ZodObject<{
1503
+ claim: z.ZodString;
1504
+ op: z.ZodLiteral<"exists">;
1505
+ }, z.core.$strip>], "op">>>;
1506
+ };
1507
+ readonly methods: {
1508
+ extendIdentity: import("@astrale-os/kernel-dsl").FnDef<{
1509
+ readonly with: z.ZodType<import("../..").Path, string | import("../..").Path, z.core.$ZodTypeInternals<import("../..").Path, string | import("../..").Path>>;
1510
+ }, z.ZodVoid, "sealed", boolean>;
1511
+ constrainIdentity: import("@astrale-os/kernel-dsl").FnDef<{
1512
+ readonly by: z.ZodType<import("../..").Path, string | import("../..").Path, z.core.$ZodTypeInternals<import("../..").Path, string | import("../..").Path>>;
1513
+ }, z.ZodVoid, "sealed", boolean>;
1514
+ excludeIdentity: import("@astrale-os/kernel-dsl").FnDef<{
1515
+ readonly without: z.ZodType<import("../..").Path, string | import("../..").Path, z.core.$ZodTypeInternals<import("../..").Path, string | import("../..").Path>>;
1516
+ }, z.ZodVoid, "sealed", boolean>;
1517
+ removeExtension: import("@astrale-os/kernel-dsl").FnDef<{
1518
+ readonly identity: z.ZodType<import("../..").Path, string | import("../..").Path, z.core.$ZodTypeInternals<import("../..").Path, string | import("../..").Path>>;
1519
+ }, z.ZodVoid, "sealed", boolean>;
1520
+ removeConstraint: import("@astrale-os/kernel-dsl").FnDef<{
1521
+ readonly identity: z.ZodType<import("../..").Path, string | import("../..").Path, z.core.$ZodTypeInternals<import("../..").Path, string | import("../..").Path>>;
1522
+ }, z.ZodVoid, "sealed", boolean>;
1523
+ removeExclusion: import("@astrale-os/kernel-dsl").FnDef<{
1524
+ readonly identity: z.ZodType<import("../..").Path, string | import("../..").Path, z.core.$ZodTypeInternals<import("../..").Path, string | import("../..").Path>>;
1525
+ }, z.ZodVoid, "sealed", boolean>;
1526
+ grantPerm: import("@astrale-os/kernel-dsl").FnDef<{
1527
+ readonly node: z.ZodType<import("../..").Path, string | import("../..").Path, z.core.$ZodTypeInternals<import("../..").Path, string | import("../..").Path>>;
1528
+ readonly perms: z.ZodNumber;
1529
+ }, z.ZodVoid, "sealed", boolean>;
1530
+ revokePerm: import("@astrale-os/kernel-dsl").FnDef<{
1531
+ readonly node: z.ZodType<import("../..").Path, string | import("../..").Path, z.core.$ZodTypeInternals<import("../..").Path, string | import("../..").Path>>;
1532
+ readonly perms: z.ZodNumber;
1533
+ }, z.ZodVoid, "sealed", boolean>;
1534
+ checkPerm: import("@astrale-os/kernel-dsl").FnDef<{
1535
+ readonly node: z.ZodType<import("../..").Path, string | import("../..").Path, z.core.$ZodTypeInternals<import("../..").Path, string | import("../..").Path>>;
1536
+ readonly perms: z.ZodNumber;
1537
+ }, z.ZodBoolean, "sealed", boolean>;
1538
+ registerIdentity: import("@astrale-os/kernel-dsl").FnDef<{
1539
+ readonly signingKey: z.ZodOptional<z.ZodObject<{
1540
+ publicKey: z.ZodObject<{
1541
+ jwk: z.ZodOptional<z.ZodCustom<import("jose").JWK, import("jose").JWK>>;
1542
+ jwksUri: z.ZodOptional<z.ZodURL>;
1543
+ }, z.core.$strip>;
1544
+ credential: z.ZodString;
1545
+ }, z.core.$strip>>;
1546
+ }, z.ZodObject<{
1547
+ iss: z.ZodString;
1548
+ sub: z.ZodString;
1549
+ }, z.core.$strip>, "sealed", boolean>;
1550
+ mintIdentityCredential: import("@astrale-os/kernel-dsl").FnDef<{}, z.ZodString, "sealed", boolean>;
1551
+ mintDelegationCredential: import("@astrale-os/kernel-dsl").FnDef<{
1552
+ readonly audience: z.ZodOptional<z.ZodString>;
1553
+ readonly delegation: z.ZodCustom<import("../..").UnresolvedIdentityExpr, import("../..").UnresolvedIdentityExpr>;
1554
+ readonly attestation: z.ZodOptional<z.ZodCustom<import("../..").SelfIdentityExpr, import("../..").SelfIdentityExpr>>;
1555
+ readonly ttl: z.ZodOptional<z.ZodNumber>;
1556
+ }, z.ZodString, "sealed", boolean>;
1557
+ findIdentity: import("@astrale-os/kernel-dsl").FnDef<{
1558
+ readonly issuer: z.ZodString;
1559
+ readonly subject: z.ZodString;
1560
+ }, z.ZodNullable<z.ZodCustom<import("../..").Node, import("../..").Node>>, "sealed", true>;
1561
+ whoami: import("@astrale-os/kernel-dsl").FnDef<{}, z.ZodCustom<import("../..").Node, import("../..").Node>, "sealed", true>;
1562
+ };
1563
+ }, "props"> & {
1564
+ readonly properties: {
1565
+ iss: z.ZodString;
1566
+ sub: z.ZodString;
1567
+ frozen: z.ZodOptional<z.ZodBoolean>;
1568
+ publicKey: z.ZodOptional<z.ZodObject<{
1569
+ jwk: z.ZodOptional<z.ZodCustom<import("jose").JWK, import("jose").JWK>>;
1570
+ jwksUri: z.ZodOptional<z.ZodURL>;
1571
+ }, z.core.$strip>>;
1572
+ requiredClaims: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
1573
+ claim: z.ZodString;
1574
+ op: z.ZodLiteral<"eq">;
1575
+ value: z.ZodType<import("../..").JsonValue, unknown, z.core.$ZodTypeInternals<import("../..").JsonValue, unknown>>;
1576
+ }, z.core.$strip>, z.ZodObject<{
1577
+ claim: z.ZodString;
1578
+ op: z.ZodLiteral<"contains">;
1579
+ value: z.ZodType<import("../..").JsonValue, unknown, z.core.$ZodTypeInternals<import("../..").JsonValue, unknown>>;
1580
+ }, z.core.$strip>, z.ZodObject<{
1581
+ claim: z.ZodString;
1582
+ op: z.ZodLiteral<"exists">;
1583
+ }, z.core.$strip>], "op">>>;
1584
+ };
1585
+ } & {
1586
+ readonly inherits: readonly [import("@astrale-os/kernel-dsl").NodeInterfaceDef<{
1587
+ readonly inherits: readonly [import("@astrale-os/kernel-dsl").NodeInterfaceDef<{
1588
+ readonly properties: {
1589
+ createdAt: z.ZodISODateTime;
1590
+ updatedAt: z.ZodISODateTime;
1591
+ };
1592
+ }>, import("@astrale-os/kernel-dsl").NodeInterfaceDef<{
1593
+ readonly properties: {
1594
+ externalId: z.ZodOptional<z.ZodCustom<import("../..").ExternalId, import("../..").ExternalId>>;
1595
+ updatedAt: z.ZodOptional<z.ZodISODateTime>;
1596
+ onConflict: z.ZodOptional<z.ZodEnum<{
1597
+ defaults: "defaults";
1598
+ error: "error";
1599
+ merge: "merge";
1600
+ replace: "replace";
1601
+ skip: "skip";
1602
+ }>>;
1603
+ };
1604
+ }>, import("@astrale-os/kernel-dsl").NodeInterfaceDef<{
1605
+ readonly properties: {
1606
+ name: z.ZodString;
1607
+ };
1608
+ }>, import("@astrale-os/kernel-dsl").NodeInterfaceDef<{
1609
+ readonly properties: {
1610
+ description: z.ZodOptional<z.ZodString>;
1611
+ };
1612
+ }>, import("@astrale-os/kernel-dsl").NodeInterfaceDef<{
1613
+ readonly properties: {
1614
+ status: z.ZodEnum<{
1615
+ active: "active";
1616
+ creating: "creating";
1617
+ deleting: "deleting";
1618
+ error: "error";
1619
+ updating: "updating";
1620
+ }>;
1621
+ };
1622
+ }>];
1623
+ readonly methods: {
1624
+ init: import("@astrale-os/kernel-dsl").FnDef<import("@astrale-os/kernel-dsl").ParamShape, z.ZodVoid, "default", true>;
1625
+ createNode: import("@astrale-os/kernel-dsl").FnDef<{
1626
+ readonly class: z.ZodType<import("../../domain").ClassPath, string | import("../../domain").ClassPath, z.core.$ZodTypeInternals<import("../../domain").ClassPath, string | import("../../domain").ClassPath>>;
1627
+ readonly path: z.ZodType<import("../..").AbsolutePath, string | import("../..").AbsolutePath, z.core.$ZodTypeInternals<import("../..").AbsolutePath, string | import("../..").AbsolutePath>>;
1628
+ readonly props: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
1629
+ }, z.ZodCustom<import("../..").Node, import("../..").Node>, "sealed", true>;
1630
+ get: import("@astrale-os/kernel-dsl").FnDef<import("@astrale-os/kernel-dsl").ParamShape, z.ZodCustom<import("../..").Node, import("../..").Node>, "sealed", boolean>;
1631
+ update: import("@astrale-os/kernel-dsl").FnDef<{
1632
+ readonly props: z.ZodRecord<z.ZodString, z.ZodUnknown>;
1633
+ }, z.ZodVoid, "default", boolean>;
1634
+ delete: import("@astrale-os/kernel-dsl").FnDef<import("@astrale-os/kernel-dsl").ParamShape, z.ZodVoid, "default", boolean>;
1635
+ deleteNode: import("@astrale-os/kernel-dsl").FnDef<import("@astrale-os/kernel-dsl").ParamShape, z.ZodNull, "sealed", boolean>;
1636
+ move: import("@astrale-os/kernel-dsl").FnDef<{
1637
+ readonly to: z.ZodType<import("../..").AbsolutePath, string | import("../..").AbsolutePath, z.core.$ZodTypeInternals<import("../..").AbsolutePath, string | import("../..").AbsolutePath>>;
1638
+ }, z.ZodVoid, "sealed", boolean>;
1639
+ link: import("@astrale-os/kernel-dsl").FnDef<{
1640
+ readonly edgeClass: z.ZodType<import("../../domain").ClassPath, string | import("../../domain").ClassPath, z.core.$ZodTypeInternals<import("../../domain").ClassPath, string | import("../../domain").ClassPath>>;
1641
+ readonly target: z.ZodType<import("../..").Path, string | import("../..").Path, z.core.$ZodTypeInternals<import("../..").Path, string | import("../..").Path>>;
1642
+ readonly slug: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../..").Slug, string>>>;
1643
+ readonly props: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
1644
+ }, z.ZodVoid, "default", boolean>;
1645
+ unlink: import("@astrale-os/kernel-dsl").FnDef<{
1646
+ readonly edgeClass: z.ZodType<import("../../domain").ClassPath, string | import("../../domain").ClassPath, z.core.$ZodTypeInternals<import("../../domain").ClassPath, string | import("../../domain").ClassPath>>;
1647
+ readonly target: z.ZodType<import("../..").Path, string | import("../..").Path, z.core.$ZodTypeInternals<import("../..").Path, string | import("../..").Path>>;
1648
+ readonly slug: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("../..").Slug, string>>>;
1649
+ }, z.ZodVoid, "default", boolean>;
1650
+ getLinks: import("@astrale-os/kernel-dsl").FnDef<{
1651
+ readonly edgeClasses: z.ZodOptional<z.ZodArray<z.ZodType<import("../../domain").ClassPath, string | import("../../domain").ClassPath, z.core.$ZodTypeInternals<import("../../domain").ClassPath, string | import("../../domain").ClassPath>>>>;
1652
+ readonly direction: z.ZodOptional<z.ZodEnum<{
1653
+ both: "both";
1654
+ in: "in";
1655
+ out: "out";
1656
+ }>>;
1657
+ }, z.ZodCustom<import("../..").Edge[], import("../..").Edge[]>, "sealed", boolean>;
1658
+ getTree: import("@astrale-os/kernel-dsl").FnDef<{
1659
+ readonly depth: z.ZodNumber;
1660
+ readonly maxNodes: z.ZodNumber;
1661
+ }, z.ZodCustom<import("../..").GraphData, import("../..").GraphData>, "sealed", boolean>;
1662
+ };
1663
+ }>];
1664
+ }>];
1665
+ }>];
1666
+ }>;
1667
+ //# sourceMappingURL=Function.class.d.ts.map