@openclaw/feishu 2026.7.1-beta.2 → 2026.7.1-beta.5

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 (461) hide show
  1. package/dist/{accounts-Cfzht2Hc.js → accounts-Bs5uJ4h0.js} +4 -3
  2. package/dist/api.js +56 -65
  3. package/dist/{app-registration-DuEyfVY1.js → app-registration-BwQ-aGTe.js} +22 -10
  4. package/dist/{channel-Bwm5rvHg.js → channel-DwCydAeD.js} +63 -37
  5. package/dist/channel-plugin-api.js +1 -1
  6. package/dist/{channel.runtime-C6SITclp.js → channel.runtime-COT2fcCf.js} +66 -129
  7. package/dist/contract-api.js +1 -1
  8. package/dist/{conversation-id-DuL575sn.js → conversation-id-CdLdoot3.js} +5 -1
  9. package/dist/{drive-djUl8IRC.js → drive-BupYOoHa.js} +46 -42
  10. package/dist/json-response-CheljwGr.js +9 -0
  11. package/dist/{monitor-Ckch4qvr.js → monitor-5gbbXIO-.js} +2 -2
  12. package/dist/{monitor.account-GXGIJrgw.js → monitor.account-lMwQ5v1Q.js} +146 -65
  13. package/dist/runtime-api.js +1 -1
  14. package/dist/{send-BJTjDWKi.js → send-DzLGqjEt.js} +17 -35
  15. package/dist/send-result-BMQw-YhV.js +287 -0
  16. package/dist/{session-conversation-CZSMgac-.js → session-conversation-BYuoVJwl.js} +1 -1
  17. package/dist/session-key-api.js +1 -1
  18. package/dist/setup-api.js +1 -1
  19. package/dist/{subagent-hooks-1pqt5tAA.js → subagent-hooks-B2iWPYJ1.js} +1 -1
  20. package/dist/subagent-hooks-api.js +1 -1
  21. package/node_modules/@larksuiteoapi/node-sdk/README.md +40 -0
  22. package/node_modules/@larksuiteoapi/node-sdk/README.zh.md +38 -0
  23. package/node_modules/@larksuiteoapi/node-sdk/es/index.js +183 -24
  24. package/node_modules/@larksuiteoapi/node-sdk/lib/index.js +186 -23
  25. package/node_modules/@larksuiteoapi/node-sdk/package.json +1 -72
  26. package/node_modules/@larksuiteoapi/node-sdk/types/index.d.ts +105 -1
  27. package/node_modules/@types/node/README.md +1 -1
  28. package/node_modules/@types/node/assert/strict.d.ts +10 -1
  29. package/node_modules/@types/node/assert.d.ts +144 -17
  30. package/node_modules/@types/node/async_hooks.d.ts +9 -9
  31. package/node_modules/@types/node/buffer.d.ts +64 -30
  32. package/node_modules/@types/node/child_process.d.ts +17 -21
  33. package/node_modules/@types/node/cluster.d.ts +13 -13
  34. package/node_modules/@types/node/console.d.ts +1 -1
  35. package/node_modules/@types/node/crypto.d.ts +471 -575
  36. package/node_modules/@types/node/diagnostics_channel.d.ts +274 -32
  37. package/node_modules/@types/node/dns.d.ts +15 -15
  38. package/node_modules/@types/node/events.d.ts +3 -3
  39. package/node_modules/@types/node/ffi.d.ts +486 -0
  40. package/node_modules/@types/node/fs/promises.d.ts +7 -4
  41. package/node_modules/@types/node/fs.d.ts +24 -18
  42. package/node_modules/@types/node/globals.d.ts +4 -4
  43. package/node_modules/@types/node/http.d.ts +30 -5
  44. package/node_modules/@types/node/http2.d.ts +5 -1
  45. package/node_modules/@types/node/index.d.ts +1 -3
  46. package/node_modules/@types/node/inspector.d.ts +1 -1
  47. package/node_modules/@types/node/module.d.ts +16 -45
  48. package/node_modules/@types/node/net.d.ts +1 -1
  49. package/node_modules/@types/node/os.d.ts +2 -2
  50. package/node_modules/@types/node/package.json +4 -4
  51. package/node_modules/@types/node/perf_hooks.d.ts +1 -9
  52. package/node_modules/@types/node/process.d.ts +25 -12
  53. package/node_modules/@types/node/quic.d.ts +92 -11
  54. package/node_modules/@types/node/readline.d.ts +12 -11
  55. package/node_modules/@types/node/repl.d.ts +10 -10
  56. package/node_modules/@types/node/sqlite.d.ts +56 -1
  57. package/node_modules/@types/node/stream/iter.d.ts +150 -0
  58. package/node_modules/@types/node/stream/promises.d.ts +2 -2
  59. package/node_modules/@types/node/stream/web.d.ts +1 -1
  60. package/node_modules/@types/node/stream.d.ts +37 -5
  61. package/node_modules/@types/node/test/reporters.d.ts +1 -1
  62. package/node_modules/@types/node/test.d.ts +120 -10
  63. package/node_modules/@types/node/tls.d.ts +1 -1
  64. package/node_modules/@types/node/ts5.6/index.d.ts +2 -4
  65. package/node_modules/@types/node/ts5.7/index.d.ts +1 -3
  66. package/node_modules/@types/node/url.d.ts +3 -3
  67. package/node_modules/@types/node/util/types.d.ts +1 -1
  68. package/node_modules/@types/node/util.d.ts +22 -22
  69. package/node_modules/@types/node/v8.d.ts +85 -3
  70. package/node_modules/@types/node/vm.d.ts +9 -9
  71. package/node_modules/@types/node/web-globals/domexception.d.ts +15 -0
  72. package/node_modules/@types/node/worker_threads.d.ts +10 -12
  73. package/node_modules/@types/node/zlib.d.ts +3 -3
  74. package/node_modules/side-channel/CHANGELOG.md +10 -0
  75. package/node_modules/side-channel/README.md +1 -1
  76. package/node_modules/side-channel/index.js +5 -2
  77. package/node_modules/side-channel/package.json +10 -10
  78. package/node_modules/side-channel/test/index.js +16 -0
  79. package/node_modules/typebox/build/compile/validator.d.mts +2 -7
  80. package/node_modules/typebox/build/compile/validator.mjs +6 -36
  81. package/node_modules/typebox/build/error/errors.d.mts +1 -7
  82. package/node_modules/typebox/build/format/_idna.mjs +36 -6
  83. package/node_modules/typebox/build/format/_puny.mjs +4 -1
  84. package/node_modules/typebox/build/format/uuid.d.mts +2 -2
  85. package/node_modules/typebox/build/format/uuid.mjs +3 -3
  86. package/node_modules/typebox/build/guard/emit.d.mts +0 -4
  87. package/node_modules/typebox/build/guard/emit.mjs +0 -8
  88. package/node_modules/typebox/build/guard/guard.d.mts +4 -8
  89. package/node_modules/typebox/build/guard/guard.mjs +5 -13
  90. package/node_modules/typebox/build/schema/engine/boolean.d.mts +3 -3
  91. package/node_modules/typebox/build/schema/engine/boolean.mjs +4 -4
  92. package/node_modules/typebox/build/schema/engine/index.d.mts +0 -1
  93. package/node_modules/typebox/build/schema/engine/index.mjs +0 -1
  94. package/node_modules/typebox/build/schema/engine/schema.mjs +5 -10
  95. package/node_modules/typebox/build/schema/engine/type.mjs +14 -18
  96. package/node_modules/typebox/build/schema/types/dependencies.mjs +1 -1
  97. package/node_modules/typebox/build/schema/types/index.d.mts +0 -1
  98. package/node_modules/typebox/build/schema/types/index.mjs +0 -1
  99. package/node_modules/typebox/build/schema/types/schema.d.mts +1 -1
  100. package/node_modules/typebox/build/schema/types/schema.mjs +2 -2
  101. package/node_modules/typebox/build/system/locale/ar_001.mjs +0 -1
  102. package/node_modules/typebox/build/system/locale/bn_BD.mjs +0 -1
  103. package/node_modules/typebox/build/system/locale/cs_CZ.mjs +0 -1
  104. package/node_modules/typebox/build/system/locale/de_DE.mjs +0 -1
  105. package/node_modules/typebox/build/system/locale/el_GR.mjs +0 -1
  106. package/node_modules/typebox/build/system/locale/en_US.mjs +0 -1
  107. package/node_modules/typebox/build/system/locale/es_419.mjs +0 -1
  108. package/node_modules/typebox/build/system/locale/es_AR.mjs +0 -1
  109. package/node_modules/typebox/build/system/locale/es_ES.mjs +0 -1
  110. package/node_modules/typebox/build/system/locale/es_MX.mjs +0 -1
  111. package/node_modules/typebox/build/system/locale/fa_IR.mjs +0 -1
  112. package/node_modules/typebox/build/system/locale/fil_PH.mjs +0 -1
  113. package/node_modules/typebox/build/system/locale/fr_CA.mjs +0 -1
  114. package/node_modules/typebox/build/system/locale/fr_FR.mjs +0 -1
  115. package/node_modules/typebox/build/system/locale/ha_NG.mjs +0 -1
  116. package/node_modules/typebox/build/system/locale/hi_IN.mjs +0 -1
  117. package/node_modules/typebox/build/system/locale/hu_HU.mjs +0 -1
  118. package/node_modules/typebox/build/system/locale/id_ID.mjs +0 -1
  119. package/node_modules/typebox/build/system/locale/it_IT.mjs +0 -1
  120. package/node_modules/typebox/build/system/locale/ja_JP.mjs +0 -1
  121. package/node_modules/typebox/build/system/locale/ko_KR.mjs +0 -1
  122. package/node_modules/typebox/build/system/locale/ms_MY.mjs +0 -1
  123. package/node_modules/typebox/build/system/locale/nl_NL.mjs +0 -1
  124. package/node_modules/typebox/build/system/locale/pl_PL.mjs +0 -1
  125. package/node_modules/typebox/build/system/locale/pt_BR.mjs +0 -1
  126. package/node_modules/typebox/build/system/locale/pt_PT.mjs +0 -1
  127. package/node_modules/typebox/build/system/locale/ro_RO.mjs +0 -1
  128. package/node_modules/typebox/build/system/locale/ru_RU.mjs +0 -1
  129. package/node_modules/typebox/build/system/locale/sv_SE.mjs +0 -1
  130. package/node_modules/typebox/build/system/locale/sw_TZ.mjs +0 -1
  131. package/node_modules/typebox/build/system/locale/th_TH.mjs +0 -1
  132. package/node_modules/typebox/build/system/locale/tr_TR.mjs +0 -1
  133. package/node_modules/typebox/build/system/locale/uk_UA.mjs +0 -1
  134. package/node_modules/typebox/build/system/locale/ur_PK.mjs +0 -1
  135. package/node_modules/typebox/build/system/locale/vi_VN.mjs +0 -1
  136. package/node_modules/typebox/build/system/locale/yo_NG.mjs +0 -1
  137. package/node_modules/typebox/build/system/locale/zh_Hans.mjs +0 -1
  138. package/node_modules/typebox/build/system/locale/zh_Hant.mjs +0 -1
  139. package/node_modules/typebox/build/system/memory/clone.d.mts +2 -3
  140. package/node_modules/typebox/build/system/memory/clone.mjs +73 -26
  141. package/node_modules/typebox/build/system/settings/settings.d.mts +15 -0
  142. package/node_modules/typebox/build/system/settings/settings.mjs +3 -1
  143. package/node_modules/typebox/build/type/action/_add_immutable.d.mts +11 -0
  144. package/node_modules/typebox/build/type/action/_add_immutable.mjs +11 -0
  145. package/node_modules/typebox/build/type/action/_add_optional.d.mts +11 -0
  146. package/node_modules/typebox/build/type/action/_add_optional.mjs +11 -0
  147. package/node_modules/typebox/build/type/action/_add_readonly.d.mts +11 -0
  148. package/node_modules/typebox/build/type/action/_add_readonly.mjs +11 -0
  149. package/node_modules/typebox/build/type/action/_remove_immutable.d.mts +11 -0
  150. package/node_modules/typebox/build/type/action/_remove_immutable.mjs +11 -0
  151. package/node_modules/typebox/build/type/action/_remove_optional.d.mts +11 -0
  152. package/node_modules/typebox/build/type/action/_remove_optional.mjs +11 -0
  153. package/node_modules/typebox/build/type/action/_remove_readonly.d.mts +11 -0
  154. package/node_modules/typebox/build/type/action/_remove_readonly.mjs +11 -0
  155. package/node_modules/typebox/build/type/action/conditional.d.mts +2 -3
  156. package/node_modules/typebox/build/type/action/conditional.mjs +2 -1
  157. package/node_modules/typebox/build/type/action/index.d.mts +7 -4
  158. package/node_modules/typebox/build/type/action/index.mjs +7 -4
  159. package/node_modules/typebox/build/type/action/mapped.d.mts +2 -3
  160. package/node_modules/typebox/build/type/action/mapped.mjs +2 -1
  161. package/node_modules/typebox/build/type/action/module.d.mts +8 -7
  162. package/node_modules/typebox/build/type/action/module.mjs +7 -6
  163. package/node_modules/typebox/build/type/action/readonly_object.d.mts +0 -5
  164. package/node_modules/typebox/build/type/action/readonly_object.mjs +0 -5
  165. package/node_modules/typebox/build/type/action/with.d.mts +11 -0
  166. package/node_modules/typebox/build/type/action/with.mjs +11 -0
  167. package/node_modules/typebox/build/type/engine/call/distribute_arguments.mjs +1 -1
  168. package/node_modules/typebox/build/type/engine/call/instantiate.d.mts +1 -3
  169. package/node_modules/typebox/build/type/engine/call/instantiate.mjs +3 -2
  170. package/node_modules/typebox/build/type/engine/call/resolve_arguments.mjs +2 -2
  171. package/node_modules/typebox/build/type/engine/constructor_parameters/instantiate.d.mts +3 -4
  172. package/node_modules/typebox/build/type/engine/constructor_parameters/instantiate.mjs +2 -1
  173. package/node_modules/typebox/build/type/engine/cyclic/candidates.d.mts +2 -3
  174. package/node_modules/typebox/build/type/engine/cyclic/candidates.mjs +3 -6
  175. package/node_modules/typebox/build/type/engine/cyclic/check.d.mts +6 -9
  176. package/node_modules/typebox/build/type/engine/cyclic/check.mjs +10 -16
  177. package/node_modules/typebox/build/type/engine/cyclic/dependencies.d.mts +1 -4
  178. package/node_modules/typebox/build/type/engine/cyclic/dependencies.mjs +9 -15
  179. package/node_modules/typebox/build/type/engine/cyclic/extends.d.mts +1 -4
  180. package/node_modules/typebox/build/type/engine/cyclic/extends.mjs +8 -14
  181. package/node_modules/typebox/build/type/engine/cyclic/instantiate.d.mts +2 -5
  182. package/node_modules/typebox/build/type/engine/cyclic/instantiate.mjs +3 -2
  183. package/node_modules/typebox/build/type/engine/enum/index.d.mts +0 -1
  184. package/node_modules/typebox/build/type/engine/enum/index.mjs +0 -1
  185. package/node_modules/typebox/build/type/engine/evaluate/broaden.d.mts +1 -2
  186. package/node_modules/typebox/build/type/engine/evaluate/broaden.mjs +2 -6
  187. package/node_modules/typebox/build/type/engine/evaluate/composite.d.mts +10 -6
  188. package/node_modules/typebox/build/type/engine/evaluate/composite.mjs +10 -6
  189. package/node_modules/typebox/build/type/engine/evaluate/distribute.d.mts +2 -1
  190. package/node_modules/typebox/build/type/engine/evaluate/distribute.mjs +3 -3
  191. package/node_modules/typebox/build/type/engine/evaluate/evaluate.d.mts +17 -5
  192. package/node_modules/typebox/build/type/engine/evaluate/evaluate.mjs +34 -8
  193. package/node_modules/typebox/build/type/engine/exclude/operation.d.mts +5 -6
  194. package/node_modules/typebox/build/type/engine/exclude/operation.mjs +11 -12
  195. package/node_modules/typebox/build/type/engine/extract/operation.d.mts +5 -6
  196. package/node_modules/typebox/build/type/engine/extract/operation.mjs +11 -12
  197. package/node_modules/typebox/build/type/engine/immutable/instantiate_add.d.mts +10 -0
  198. package/node_modules/typebox/build/type/engine/immutable/instantiate_add.mjs +14 -0
  199. package/node_modules/typebox/build/type/engine/immutable/instantiate_remove.d.mts +10 -0
  200. package/node_modules/typebox/build/type/engine/immutable/instantiate_remove.mjs +14 -0
  201. package/node_modules/typebox/build/type/engine/index.d.mts +2 -2
  202. package/node_modules/typebox/build/type/engine/index.mjs +2 -2
  203. package/node_modules/typebox/build/type/engine/indexable/from_dependent.d.mts +5 -0
  204. package/node_modules/typebox/build/type/engine/indexable/from_dependent.mjs +8 -0
  205. package/node_modules/typebox/build/type/engine/indexable/from_enum.d.mts +3 -3
  206. package/node_modules/typebox/build/type/engine/indexable/from_enum.mjs +4 -4
  207. package/node_modules/typebox/build/type/engine/indexable/from_template_literal.d.mts +2 -2
  208. package/node_modules/typebox/build/type/engine/indexable/from_template_literal.mjs +3 -3
  209. package/node_modules/typebox/build/type/engine/indexable/from_type.d.mts +3 -1
  210. package/node_modules/typebox/build/type/engine/indexable/from_type.mjs +9 -6
  211. package/node_modules/typebox/build/type/engine/indexed/instantiate.d.mts +2 -1
  212. package/node_modules/typebox/build/type/engine/indexed/instantiate.mjs +5 -2
  213. package/node_modules/typebox/build/type/engine/instantiate.d.mts +44 -31
  214. package/node_modules/typebox/build/type/engine/instantiate.mjs +82 -83
  215. package/node_modules/typebox/build/type/engine/interface/instantiate.d.mts +3 -6
  216. package/node_modules/typebox/build/type/engine/intrinsics/from_template_literal.d.mts +2 -2
  217. package/node_modules/typebox/build/type/engine/intrinsics/from_template_literal.mjs +3 -3
  218. package/node_modules/typebox/build/type/engine/keyof/instantiate.d.mts +2 -1
  219. package/node_modules/typebox/build/type/engine/keyof/instantiate.mjs +5 -1
  220. package/node_modules/typebox/build/type/engine/mapped/mapped_operation.d.mts +4 -4
  221. package/node_modules/typebox/build/type/engine/mapped/mapped_operation.mjs +3 -3
  222. package/node_modules/typebox/build/type/engine/mapped/mapped_variants.d.mts +5 -4
  223. package/node_modules/typebox/build/type/engine/mapped/mapped_variants.mjs +10 -5
  224. package/node_modules/typebox/build/type/engine/module/instantiate.d.mts +7 -9
  225. package/node_modules/typebox/build/type/engine/module/instantiate.mjs +17 -15
  226. package/node_modules/typebox/build/type/engine/object/from_dependent.d.mts +5 -0
  227. package/node_modules/typebox/build/type/engine/object/from_dependent.mjs +8 -0
  228. package/node_modules/typebox/build/type/engine/object/from_type.d.mts +3 -1
  229. package/node_modules/typebox/build/type/engine/object/from_type.mjs +8 -5
  230. package/node_modules/typebox/build/type/engine/object/from_union.mjs +2 -2
  231. package/node_modules/typebox/build/type/engine/optional/instantiate_add.d.mts +10 -0
  232. package/node_modules/typebox/build/type/engine/optional/instantiate_add.mjs +14 -0
  233. package/node_modules/typebox/build/type/engine/optional/instantiate_remove.d.mts +10 -0
  234. package/node_modules/typebox/build/type/engine/optional/instantiate_remove.mjs +14 -0
  235. package/node_modules/typebox/build/type/engine/parameters/instantiate.d.mts +3 -4
  236. package/node_modules/typebox/build/type/engine/parameters/instantiate.mjs +2 -1
  237. package/node_modules/typebox/build/type/engine/partial/from_dependent.d.mts +5 -0
  238. package/node_modules/typebox/build/type/engine/partial/from_dependent.mjs +8 -0
  239. package/node_modules/typebox/build/type/engine/partial/from_intersect.d.mts +1 -1
  240. package/node_modules/typebox/build/type/engine/partial/from_intersect.mjs +3 -2
  241. package/node_modules/typebox/build/type/engine/partial/from_object.d.mts +2 -2
  242. package/node_modules/typebox/build/type/engine/partial/from_object.mjs +2 -2
  243. package/node_modules/typebox/build/type/engine/partial/from_type.d.mts +3 -1
  244. package/node_modules/typebox/build/type/engine/partial/from_type.mjs +7 -4
  245. package/node_modules/typebox/build/type/engine/priority/index.d.mts +1 -0
  246. package/node_modules/typebox/build/type/engine/priority/index.mjs +1 -0
  247. package/node_modules/typebox/build/type/engine/priority/priority.d.mts +20 -0
  248. package/node_modules/typebox/build/type/engine/priority/priority.mjs +28 -0
  249. package/node_modules/typebox/build/type/engine/readonly/instantiate_add.d.mts +10 -0
  250. package/node_modules/typebox/build/type/engine/readonly/instantiate_add.mjs +14 -0
  251. package/node_modules/typebox/build/type/engine/readonly/instantiate_remove.d.mts +10 -0
  252. package/node_modules/typebox/build/type/engine/readonly/instantiate_remove.mjs +14 -0
  253. package/node_modules/typebox/build/type/engine/readonly_object/from_array.d.mts +2 -2
  254. package/node_modules/typebox/build/type/engine/readonly_object/from_array.mjs +2 -2
  255. package/node_modules/typebox/build/type/engine/readonly_object/from_dependent.d.mts +5 -0
  256. package/node_modules/typebox/build/type/engine/readonly_object/from_dependent.mjs +8 -0
  257. package/node_modules/typebox/build/type/engine/readonly_object/from_intersect.d.mts +1 -1
  258. package/node_modules/typebox/build/type/engine/readonly_object/from_intersect.mjs +3 -2
  259. package/node_modules/typebox/build/type/engine/readonly_object/from_object.d.mts +2 -2
  260. package/node_modules/typebox/build/type/engine/readonly_object/from_object.mjs +2 -2
  261. package/node_modules/typebox/build/type/engine/readonly_object/from_tuple.d.mts +2 -2
  262. package/node_modules/typebox/build/type/engine/readonly_object/from_tuple.mjs +2 -2
  263. package/node_modules/typebox/build/type/engine/readonly_object/from_type.d.mts +3 -1
  264. package/node_modules/typebox/build/type/engine/readonly_object/from_type.mjs +8 -5
  265. package/node_modules/typebox/build/type/engine/record/from_key_enum.d.mts +2 -2
  266. package/node_modules/typebox/build/type/engine/record/from_key_enum.mjs +2 -2
  267. package/node_modules/typebox/build/type/engine/record/from_key_template_literal.d.mts +2 -2
  268. package/node_modules/typebox/build/type/engine/record/from_key_template_literal.mjs +2 -2
  269. package/node_modules/typebox/build/type/engine/ref/instantiate.d.mts +3 -3
  270. package/node_modules/typebox/build/type/engine/ref/instantiate.mjs +6 -6
  271. package/node_modules/typebox/build/type/engine/required/from_dependent.d.mts +5 -0
  272. package/node_modules/typebox/build/type/engine/required/from_dependent.mjs +8 -0
  273. package/node_modules/typebox/build/type/engine/required/from_intersect.d.mts +1 -1
  274. package/node_modules/typebox/build/type/engine/required/from_intersect.mjs +3 -2
  275. package/node_modules/typebox/build/type/engine/required/from_object.d.mts +2 -2
  276. package/node_modules/typebox/build/type/engine/required/from_object.mjs +2 -2
  277. package/node_modules/typebox/build/type/engine/required/from_type.d.mts +3 -1
  278. package/node_modules/typebox/build/type/engine/required/from_type.mjs +7 -4
  279. package/node_modules/typebox/build/type/engine/template_literal/decode.mjs +3 -3
  280. package/node_modules/typebox/build/type/engine/template_literal/encode.d.mts +2 -2
  281. package/node_modules/typebox/build/type/engine/template_literal/encode.mjs +6 -6
  282. package/node_modules/typebox/build/type/engine/template_literal/is_finite.mjs +1 -1
  283. package/node_modules/typebox/build/type/engine/template_literal/is_pattern.mjs +1 -0
  284. package/node_modules/typebox/build/type/engine/this/expand_this.d.mts +1 -4
  285. package/node_modules/typebox/build/type/engine/this/expand_this.mjs +7 -13
  286. package/node_modules/typebox/build/type/engine/with/instantiate.d.mts +8 -0
  287. package/node_modules/typebox/build/type/engine/{options → with}/instantiate.mjs +5 -5
  288. package/node_modules/typebox/build/type/extends/dependent.d.mts +6 -0
  289. package/node_modules/typebox/build/type/extends/dependent.mjs +6 -0
  290. package/node_modules/typebox/build/type/extends/enum.d.mts +4 -4
  291. package/node_modules/typebox/build/type/extends/enum.mjs +3 -2
  292. package/node_modules/typebox/build/type/extends/extends_left.d.mts +5 -7
  293. package/node_modules/typebox/build/type/extends/extends_left.mjs +24 -27
  294. package/node_modules/typebox/build/type/extends/extends_right.d.mts +7 -5
  295. package/node_modules/typebox/build/type/extends/extends_right.mjs +20 -15
  296. package/node_modules/typebox/build/type/extends/inference.mjs +1 -1
  297. package/node_modules/typebox/build/type/extends/object.d.mts +8 -1
  298. package/node_modules/typebox/build/type/extends/object.mjs +25 -3
  299. package/node_modules/typebox/build/type/extends/parameters.mjs +2 -2
  300. package/node_modules/typebox/build/type/extends/record.d.mts +13 -0
  301. package/node_modules/typebox/build/type/extends/record.mjs +23 -0
  302. package/node_modules/typebox/build/type/extends/template_literal.d.mts +3 -3
  303. package/node_modules/typebox/build/type/extends/template_literal.mjs +3 -3
  304. package/node_modules/typebox/build/type/extends/tuple.d.mts +3 -6
  305. package/node_modules/typebox/build/type/extends/tuple.mjs +6 -5
  306. package/node_modules/typebox/build/type/extends/union.mjs +2 -2
  307. package/node_modules/typebox/build/type/script/mapping.d.mts +84 -99
  308. package/node_modules/typebox/build/type/script/mapping.mjs +81 -85
  309. package/node_modules/typebox/build/type/script/parser.d.mts +40 -40
  310. package/node_modules/typebox/build/type/script/parser.mjs +22 -22
  311. package/node_modules/typebox/build/type/script/script.d.mts +3 -4
  312. package/node_modules/typebox/build/type/script/script.mjs +3 -2
  313. package/node_modules/typebox/build/type/script/token/internal/guard.d.mts +1 -1
  314. package/node_modules/typebox/build/type/script/token/internal/guard.mjs +1 -1
  315. package/node_modules/typebox/build/type/script/token/internal/take.mjs +1 -1
  316. package/node_modules/typebox/build/type/script/token/until.mjs +2 -2
  317. package/node_modules/typebox/build/type/types/_codec.d.mts +12 -12
  318. package/node_modules/typebox/build/type/types/_codec.mjs +0 -1
  319. package/node_modules/typebox/build/type/types/_immutable.d.mts +2 -9
  320. package/node_modules/typebox/build/type/types/_immutable.mjs +2 -10
  321. package/node_modules/typebox/build/type/types/_optional.d.mts +2 -9
  322. package/node_modules/typebox/build/type/types/_optional.mjs +2 -11
  323. package/node_modules/typebox/build/type/types/_readonly.d.mts +2 -9
  324. package/node_modules/typebox/build/type/types/_readonly.mjs +2 -10
  325. package/node_modules/typebox/build/type/types/_refine.d.mts +8 -10
  326. package/node_modules/typebox/build/type/types/_refine.mjs +1 -2
  327. package/node_modules/typebox/build/type/types/call.d.mts +3 -3
  328. package/node_modules/typebox/build/type/types/call.mjs +3 -2
  329. package/node_modules/typebox/build/type/types/deferred.d.mts +1 -0
  330. package/node_modules/typebox/build/type/types/deferred.mjs +1 -1
  331. package/node_modules/typebox/build/type/types/dependent.d.mts +17 -0
  332. package/node_modules/typebox/build/type/types/dependent.mjs +24 -0
  333. package/node_modules/typebox/build/type/types/enum.d.mts +3 -1
  334. package/node_modules/typebox/build/type/types/enum.mjs +5 -0
  335. package/node_modules/typebox/build/type/types/index.d.mts +1 -4
  336. package/node_modules/typebox/build/type/types/index.mjs +1 -4
  337. package/node_modules/typebox/build/type/types/number.d.mts +1 -1
  338. package/node_modules/typebox/build/type/types/number.mjs +1 -1
  339. package/node_modules/typebox/build/type/types/record.d.mts +13 -7
  340. package/node_modules/typebox/build/type/types/record.mjs +15 -9
  341. package/node_modules/typebox/build/type/types/static.d.mts +2 -5
  342. package/node_modules/typebox/build/typebox.d.mts +4 -8
  343. package/node_modules/typebox/build/typebox.mjs +4 -8
  344. package/node_modules/typebox/build/value/clean/clean.mjs +4 -2
  345. package/node_modules/typebox/build/value/clean/from_intersect.mjs +2 -2
  346. package/node_modules/typebox/build/value/clean/from_type.mjs +8 -10
  347. package/node_modules/typebox/build/value/clean/from_union.d.mts +1 -1
  348. package/node_modules/typebox/build/value/clean/from_union.mjs +1 -2
  349. package/node_modules/typebox/build/value/clone/clone.mjs +2 -73
  350. package/node_modules/typebox/build/value/codec/decode.mjs +4 -2
  351. package/node_modules/typebox/build/value/codec/encode.mjs +4 -2
  352. package/node_modules/typebox/build/value/codec/from_array.mjs +1 -4
  353. package/node_modules/typebox/build/value/codec/from_object.mjs +1 -4
  354. package/node_modules/typebox/build/value/codec/from_record.mjs +2 -7
  355. package/node_modules/typebox/build/value/codec/from_tuple.mjs +1 -4
  356. package/node_modules/typebox/build/value/codec/from_union.mjs +2 -3
  357. package/node_modules/typebox/build/value/convert/from_enum.mjs +3 -4
  358. package/node_modules/typebox/build/value/convert/from_template_literal.d.mts +1 -1
  359. package/node_modules/typebox/build/value/convert/from_template_literal.mjs +2 -3
  360. package/node_modules/typebox/build/value/convert/from_type.mjs +19 -21
  361. package/node_modules/typebox/build/value/create/from_enum.mjs +2 -2
  362. package/node_modules/typebox/build/value/create/from_type.mjs +23 -31
  363. package/node_modules/typebox/build/value/default/from_object.mjs +1 -1
  364. package/node_modules/typebox/build/value/default/from_type.mjs +8 -10
  365. package/node_modules/typebox/build/value/index.d.mts +0 -1
  366. package/node_modules/typebox/build/value/index.mjs +0 -1
  367. package/node_modules/typebox/build/value/repair/from_enum.mjs +2 -3
  368. package/node_modules/typebox/build/value/repair/from_type.mjs +24 -22
  369. package/node_modules/typebox/build/value/shared/union_priority_sort.d.mts +6 -2
  370. package/node_modules/typebox/build/value/shared/union_priority_sort.mjs +62 -26
  371. package/node_modules/typebox/build/value/value.d.mts +0 -1
  372. package/node_modules/typebox/build/value/value.mjs +0 -1
  373. package/node_modules/typebox/package.json +25 -25
  374. package/node_modules/typebox/readme.md +97 -80
  375. package/node_modules/undici-types/agent.d.ts +0 -2
  376. package/node_modules/undici-types/client.d.ts +25 -19
  377. package/node_modules/undici-types/dispatcher.d.ts +7 -33
  378. package/node_modules/undici-types/dispatcher1-wrapper.d.ts +7 -0
  379. package/node_modules/undici-types/fetch.d.ts +24 -4
  380. package/node_modules/undici-types/h2c-client.d.ts +6 -6
  381. package/node_modules/undici-types/handlers.d.ts +1 -2
  382. package/node_modules/undici-types/header.d.ts +5 -0
  383. package/node_modules/undici-types/index.d.ts +3 -1
  384. package/node_modules/undici-types/interceptors.d.ts +1 -1
  385. package/node_modules/undici-types/package.json +1 -1
  386. package/node_modules/undici-types/pool.d.ts +0 -2
  387. package/node_modules/undici-types/proxy-agent.d.ts +2 -2
  388. package/node_modules/undici-types/round-robin-pool.d.ts +0 -2
  389. package/node_modules/undici-types/snapshot-agent.d.ts +4 -0
  390. package/node_modules/undici-types/socks5-proxy-agent.d.ts +2 -2
  391. package/node_modules/undici-types/webidl.d.ts +0 -1
  392. package/npm-shrinkwrap.json +23 -23
  393. package/package.json +6 -6
  394. package/skills/feishu-drive/SKILL.md +17 -3
  395. package/dist/send-result-DSsIa4-p.js +0 -140
  396. package/node_modules/@types/node/compatibility/iterators.d.ts +0 -21
  397. package/node_modules/typebox/build/schema/engine/_guard.d.mts +0 -6
  398. package/node_modules/typebox/build/schema/engine/_guard.mjs +0 -26
  399. package/node_modules/typebox/build/schema/types/_guard.d.mts +0 -10
  400. package/node_modules/typebox/build/schema/types/_guard.mjs +0 -16
  401. package/node_modules/typebox/build/type/action/_optional.d.mts +0 -19
  402. package/node_modules/typebox/build/type/action/_optional.mjs +0 -40
  403. package/node_modules/typebox/build/type/action/_readonly.d.mts +0 -19
  404. package/node_modules/typebox/build/type/action/_readonly.mjs +0 -40
  405. package/node_modules/typebox/build/type/action/awaited.d.mts +0 -15
  406. package/node_modules/typebox/build/type/action/awaited.mjs +0 -15
  407. package/node_modules/typebox/build/type/action/options.d.mts +0 -11
  408. package/node_modules/typebox/build/type/action/options.mjs +0 -11
  409. package/node_modules/typebox/build/type/engine/awaited/instantiate.d.mts +0 -11
  410. package/node_modules/typebox/build/type/engine/awaited/instantiate.mjs +0 -20
  411. package/node_modules/typebox/build/type/engine/enum/enum_to_union.d.mts +0 -14
  412. package/node_modules/typebox/build/type/engine/enum/enum_to_union.mjs +0 -24
  413. package/node_modules/typebox/build/type/engine/options/index.d.mts +0 -1
  414. package/node_modules/typebox/build/type/engine/options/index.mjs +0 -1
  415. package/node_modules/typebox/build/type/engine/options/instantiate.d.mts +0 -8
  416. package/node_modules/typebox/build/type/extends/async_iterator.d.mts +0 -7
  417. package/node_modules/typebox/build/type/extends/async_iterator.mjs +0 -9
  418. package/node_modules/typebox/build/type/extends/iterator.d.mts +0 -7
  419. package/node_modules/typebox/build/type/extends/iterator.mjs +0 -9
  420. package/node_modules/typebox/build/type/extends/promise.d.mts +0 -7
  421. package/node_modules/typebox/build/type/extends/promise.mjs +0 -9
  422. package/node_modules/typebox/build/type/types/async_iterator.d.mts +0 -20
  423. package/node_modules/typebox/build/type/types/async_iterator.mjs +0 -28
  424. package/node_modules/typebox/build/type/types/base.d.mts +0 -50
  425. package/node_modules/typebox/build/type/types/base.mjs +0 -84
  426. package/node_modules/typebox/build/type/types/iterator.d.mts +0 -20
  427. package/node_modules/typebox/build/type/types/iterator.mjs +0 -28
  428. package/node_modules/typebox/build/type/types/promise.d.mts +0 -21
  429. package/node_modules/typebox/build/type/types/promise.mjs +0 -29
  430. package/node_modules/typebox/build/value/clean/from_base.d.mts +0 -2
  431. package/node_modules/typebox/build/value/clean/from_base.mjs +0 -4
  432. package/node_modules/typebox/build/value/convert/from_base.d.mts +0 -2
  433. package/node_modules/typebox/build/value/convert/from_base.mjs +0 -4
  434. package/node_modules/typebox/build/value/create/from_async_iterator.d.mts +0 -2
  435. package/node_modules/typebox/build/value/create/from_async_iterator.mjs +0 -5
  436. package/node_modules/typebox/build/value/create/from_base.d.mts +0 -2
  437. package/node_modules/typebox/build/value/create/from_base.mjs +0 -4
  438. package/node_modules/typebox/build/value/create/from_iterator.d.mts +0 -2
  439. package/node_modules/typebox/build/value/create/from_iterator.mjs +0 -5
  440. package/node_modules/typebox/build/value/create/from_promise.d.mts +0 -2
  441. package/node_modules/typebox/build/value/create/from_promise.mjs +0 -5
  442. package/node_modules/typebox/build/value/default/from_base.d.mts +0 -2
  443. package/node_modules/typebox/build/value/default/from_base.mjs +0 -5
  444. package/node_modules/typebox/build/value/mutate/error.d.mts +0 -3
  445. package/node_modules/typebox/build/value/mutate/error.mjs +0 -6
  446. package/node_modules/typebox/build/value/mutate/from_array.d.mts +0 -2
  447. package/node_modules/typebox/build/value/mutate/from_array.mjs +0 -16
  448. package/node_modules/typebox/build/value/mutate/from_object.d.mts +0 -2
  449. package/node_modules/typebox/build/value/mutate/from_object.mjs +0 -40
  450. package/node_modules/typebox/build/value/mutate/from_unknown.d.mts +0 -2
  451. package/node_modules/typebox/build/value/mutate/from_unknown.mjs +0 -7
  452. package/node_modules/typebox/build/value/mutate/from_value.d.mts +0 -2
  453. package/node_modules/typebox/build/value/mutate/from_value.mjs +0 -12
  454. package/node_modules/typebox/build/value/mutate/index.d.mts +0 -1
  455. package/node_modules/typebox/build/value/mutate/index.mjs +0 -1
  456. package/node_modules/typebox/build/value/mutate/mutate.d.mts +0 -11
  457. package/node_modules/typebox/build/value/mutate/mutate.mjs +0 -41
  458. package/node_modules/typebox/build/value/repair/from_base.d.mts +0 -2
  459. package/node_modules/typebox/build/value/repair/from_base.mjs +0 -8
  460. /package/node_modules/typebox/build/type/engine/{awaited → with}/index.d.mts +0 -0
  461. /package/node_modules/typebox/build/type/engine/{awaited → with}/index.mjs +0 -0
@@ -4,12 +4,11 @@ import { Callback } from './callback.mjs';
4
4
  import { FromType } from './from_type.mjs';
5
5
  import { Clone } from '../clone/index.mjs';
6
6
  import { Check } from '../check/index.mjs';
7
- import { UnionPrioritySort } from '../shared/union_priority_sort.mjs';
8
7
  // ------------------------------------------------------------------
9
8
  // Decode
10
9
  // ------------------------------------------------------------------
11
10
  function Decode(direction, context, type, value) {
12
- for (const schema of UnionPrioritySort(type.anyOf, 1)) {
11
+ for (const schema of type.anyOf) {
13
12
  if (!Check(context, schema, value))
14
13
  continue;
15
14
  const variant = FromType(direction, context, schema, value);
@@ -22,7 +21,7 @@ function Decode(direction, context, type, value) {
22
21
  // ------------------------------------------------------------------
23
22
  function Encode(direction, context, type, value) {
24
23
  const exterior = Callback(direction, context, type, value);
25
- for (const schema of UnionPrioritySort(type.anyOf, -1)) {
24
+ for (const schema of type.anyOf) {
26
25
  const variant = FromType(direction, context, schema, Clone(exterior));
27
26
  if (!Check(context, schema, variant))
28
27
  continue;
@@ -1,7 +1,6 @@
1
1
  // deno-fmt-ignore-file
2
- import { EnumToUnion } from '../../type/engine/enum/index.mjs';
3
- import { FromUnion } from './from_union.mjs';
2
+ import { Evaluate } from '../../type/index.mjs';
3
+ import { FromType } from './from_type.mjs';
4
4
  export function FromEnum(context, type, value) {
5
- const union = EnumToUnion(type);
6
- return FromUnion(context, union, value);
5
+ return FromType(context, Evaluate(type), value);
7
6
  }
@@ -1,2 +1,2 @@
1
- import type { TTemplateLiteral, TProperties } from '../../type/index.mjs';
1
+ import { type TTemplateLiteral, type TProperties } from '../../type/index.mjs';
2
2
  export declare function FromTemplateLiteral(context: TProperties, type: TTemplateLiteral, value: unknown): unknown;
@@ -1,7 +1,6 @@
1
1
  // deno-fmt-ignore-file
2
- import { TemplateLiteralDecode } from '../../type/engine/template_literal/index.mjs';
2
+ import { Evaluate } from '../../type/index.mjs';
3
3
  import { FromType } from './from_type.mjs';
4
4
  export function FromTemplateLiteral(context, type, value) {
5
- const decoded = TemplateLiteralDecode(type.pattern);
6
- return FromType(context, decoded, value);
5
+ return FromType(context, Evaluate(type), value);
7
6
  }
@@ -1,7 +1,6 @@
1
1
  // deno-fmt-ignore-file
2
2
  import * as Type from '../../type/index.mjs';
3
3
  import { FromArray } from './from_array.mjs';
4
- import { FromBase } from './from_base.mjs';
5
4
  import { FromBigInt } from './from_bigint.mjs';
6
5
  import { FromBoolean } from './from_boolean.mjs';
7
6
  import { FromCyclic } from './from_cyclic.mjs';
@@ -22,24 +21,23 @@ import { FromUnion } from './from_union.mjs';
22
21
  import { FromVoid } from './from_void.mjs';
23
22
  export function FromType(context, type, value) {
24
23
  return (Type.IsArray(type) ? FromArray(context, type, value) :
25
- Type.IsBase(type) ? FromBase(context, type, value) :
26
- Type.IsBigInt(type) ? FromBigInt(context, type, value) :
27
- Type.IsBoolean(type) ? FromBoolean(context, type, value) :
28
- Type.IsCyclic(type) ? FromCyclic(context, type, value) :
29
- Type.IsEnum(type) ? FromEnum(context, type, value) :
30
- Type.IsInteger(type) ? FromInteger(context, type, value) :
31
- Type.IsIntersect(type) ? FromIntersect(context, type, value) :
32
- Type.IsLiteral(type) ? FromLiteral(context, type, value) :
33
- Type.IsNull(type) ? FromNull(context, type, value) :
34
- Type.IsNumber(type) ? FromNumber(context, type, value) :
35
- Type.IsObject(type) ? FromObject(context, type, value) :
36
- Type.IsRecord(type) ? FromRecord(context, type, value) :
37
- Type.IsRef(type) ? FromRef(context, type, value) :
38
- Type.IsString(type) ? FromString(context, type, value) :
39
- Type.IsTemplateLiteral(type) ? FromTemplateLiteral(context, type, value) :
40
- Type.IsTuple(type) ? FromTuple(context, type, value) :
41
- Type.IsUndefined(type) ? FromUndefined(context, type, value) :
42
- Type.IsUnion(type) ? FromUnion(context, type, value) :
43
- Type.IsVoid(type) ? FromVoid(context, type, value) :
44
- value);
24
+ Type.IsBigInt(type) ? FromBigInt(context, type, value) :
25
+ Type.IsBoolean(type) ? FromBoolean(context, type, value) :
26
+ Type.IsCyclic(type) ? FromCyclic(context, type, value) :
27
+ Type.IsEnum(type) ? FromEnum(context, type, value) :
28
+ Type.IsInteger(type) ? FromInteger(context, type, value) :
29
+ Type.IsIntersect(type) ? FromIntersect(context, type, value) :
30
+ Type.IsLiteral(type) ? FromLiteral(context, type, value) :
31
+ Type.IsNull(type) ? FromNull(context, type, value) :
32
+ Type.IsNumber(type) ? FromNumber(context, type, value) :
33
+ Type.IsObject(type) ? FromObject(context, type, value) :
34
+ Type.IsRecord(type) ? FromRecord(context, type, value) :
35
+ Type.IsRef(type) ? FromRef(context, type, value) :
36
+ Type.IsString(type) ? FromString(context, type, value) :
37
+ Type.IsTemplateLiteral(type) ? FromTemplateLiteral(context, type, value) :
38
+ Type.IsTuple(type) ? FromTuple(context, type, value) :
39
+ Type.IsUndefined(type) ? FromUndefined(context, type, value) :
40
+ Type.IsUnion(type) ? FromUnion(context, type, value) :
41
+ Type.IsVoid(type) ? FromVoid(context, type, value) :
42
+ value);
45
43
  }
@@ -1,6 +1,6 @@
1
1
  // deno-fmt-ignore-file
2
- import { EnumToUnion } from '../../type/engine/enum/index.mjs';
2
+ import { Evaluate } from '../../type/index.mjs';
3
3
  import { FromType } from './from_type.mjs';
4
4
  export function FromEnum(context, type) {
5
- return FromType(context, EnumToUnion(type));
5
+ return FromType(context, Evaluate(type));
6
6
  }
@@ -3,8 +3,6 @@ import * as T from '../../type/index.mjs';
3
3
  import * as S from '../../schema/types/index.mjs';
4
4
  import { FromDefault } from './from_default.mjs';
5
5
  import { FromArray } from './from_array.mjs';
6
- import { FromAsyncIterator } from './from_async_iterator.mjs';
7
- import { FromBase } from './from_base.mjs';
8
6
  import { FromBigInt } from './from_bigint.mjs';
9
7
  import { FromBoolean } from './from_boolean.mjs';
10
8
  import { FromConstructor } from './from_constructor.mjs';
@@ -13,13 +11,11 @@ import { FromEnum } from './from_enum.mjs';
13
11
  import { FromFunction } from './from_function.mjs';
14
12
  import { FromInteger } from './from_integer.mjs';
15
13
  import { FromIntersect } from './from_intersect.mjs';
16
- import { FromIterator } from './from_iterator.mjs';
17
14
  import { FromLiteral } from './from_literal.mjs';
18
15
  import { FromNever } from './from_never.mjs';
19
16
  import { FromNull } from './from_null.mjs';
20
17
  import { FromNumber } from './from_number.mjs';
21
18
  import { FromObject } from './from_object.mjs';
22
- import { FromPromise } from './from_promise.mjs';
23
19
  import { FromRecord } from './from_record.mjs';
24
20
  import { FromRef } from './from_ref.mjs';
25
21
  import { FromString } from './from_string.mjs';
@@ -39,31 +35,27 @@ export function FromType(context, type) {
39
35
  // Types
40
36
  // -----------------------------------------------------
41
37
  T.IsArray(type) ? FromArray(context, type) :
42
- T.IsAsyncIterator(type) ? FromAsyncIterator(context, type) :
43
- T.IsBase(type) ? FromBase(context, type) :
44
- T.IsBigInt(type) ? FromBigInt(context, type) :
45
- T.IsBoolean(type) ? FromBoolean(context, type) :
46
- T.IsConstructor(type) ? FromConstructor(context, type) :
47
- T.IsCyclic(type) ? FromCyclic(context, type) :
48
- T.IsEnum(type) ? FromEnum(context, type) :
49
- T.IsFunction(type) ? FromFunction(context, type) :
50
- T.IsInteger(type) ? FromInteger(context, type) :
51
- T.IsIntersect(type) ? FromIntersect(context, type) :
52
- T.IsIterator(type) ? FromIterator(context, type) :
53
- T.IsLiteral(type) ? FromLiteral(context, type) :
54
- T.IsNever(type) ? FromNever(context, type) :
55
- T.IsNull(type) ? FromNull(context, type) :
56
- T.IsNumber(type) ? FromNumber(context, type) :
57
- T.IsObject(type) ? FromObject(context, type) :
58
- T.IsPromise(type) ? FromPromise(context, type) :
59
- T.IsRecord(type) ? FromRecord(context, type) :
60
- T.IsRef(type) ? FromRef(context, type) :
61
- T.IsString(type) ? FromString(context, type) :
62
- T.IsSymbol(type) ? FromSymbol(context, type) :
63
- T.IsTemplateLiteral(type) ? FromTemplateLiteral(context, type) :
64
- T.IsTuple(type) ? FromTuple(context, type) :
65
- T.IsUndefined(type) ? FromUndefined(context, type) :
66
- T.IsUnion(type) ? FromUnion(context, type) :
67
- T.IsVoid(type) ? FromVoid(context, type) :
68
- undefined);
38
+ T.IsBigInt(type) ? FromBigInt(context, type) :
39
+ T.IsBoolean(type) ? FromBoolean(context, type) :
40
+ T.IsConstructor(type) ? FromConstructor(context, type) :
41
+ T.IsCyclic(type) ? FromCyclic(context, type) :
42
+ T.IsEnum(type) ? FromEnum(context, type) :
43
+ T.IsFunction(type) ? FromFunction(context, type) :
44
+ T.IsInteger(type) ? FromInteger(context, type) :
45
+ T.IsIntersect(type) ? FromIntersect(context, type) :
46
+ T.IsLiteral(type) ? FromLiteral(context, type) :
47
+ T.IsNever(type) ? FromNever(context, type) :
48
+ T.IsNull(type) ? FromNull(context, type) :
49
+ T.IsNumber(type) ? FromNumber(context, type) :
50
+ T.IsObject(type) ? FromObject(context, type) :
51
+ T.IsRecord(type) ? FromRecord(context, type) :
52
+ T.IsRef(type) ? FromRef(context, type) :
53
+ T.IsString(type) ? FromString(context, type) :
54
+ T.IsSymbol(type) ? FromSymbol(context, type) :
55
+ T.IsTemplateLiteral(type) ? FromTemplateLiteral(context, type) :
56
+ T.IsTuple(type) ? FromTuple(context, type) :
57
+ T.IsUndefined(type) ? FromUndefined(context, type) :
58
+ T.IsUnion(type) ? FromUnion(context, type) :
59
+ T.IsVoid(type) ? FromVoid(context, type) :
60
+ undefined);
69
61
  }
@@ -17,7 +17,7 @@ export function FromObject(context, type, value) {
17
17
  if (isUnassignableUndefined)
18
18
  continue;
19
19
  // Assign
20
- value[key] = FromType(context, type.properties[key], value[key]);
20
+ value[key] = propertyValue;
21
21
  }
22
22
  // return if not additional properties
23
23
  if (!IsAdditionalProperties(type) || Guard.IsBoolean(type.additionalProperties))
@@ -3,7 +3,6 @@
3
3
  import { IsDefault } from '../../schema/index.mjs';
4
4
  import * as T from '../../type/index.mjs';
5
5
  import { FromArray } from './from_array.mjs';
6
- import { FromBase } from './from_base.mjs';
7
6
  import { FromCyclic } from './from_cyclic.mjs';
8
7
  import { FromDefault } from './from_default.mjs';
9
8
  import { FromIntersect } from './from_intersect.mjs';
@@ -15,13 +14,12 @@ import { FromUnion } from './from_union.mjs';
15
14
  export function FromType(context, type, value) {
16
15
  const defaulted = IsDefault(type) ? FromDefault(type, value) : value;
17
16
  return (T.IsArray(type) ? FromArray(context, type, defaulted) :
18
- T.IsBase(type) ? FromBase(context, type, defaulted) :
19
- T.IsCyclic(type) ? FromCyclic(context, type, defaulted) :
20
- T.IsIntersect(type) ? FromIntersect(context, type, defaulted) :
21
- T.IsObject(type) ? FromObject(context, type, defaulted) :
22
- T.IsRecord(type) ? FromRecord(context, type, defaulted) :
23
- T.IsRef(type) ? FromRef(context, type, defaulted) :
24
- T.IsTuple(type) ? FromTuple(context, type, defaulted) :
25
- T.IsUnion(type) ? FromUnion(context, type, defaulted) :
26
- defaulted);
17
+ T.IsCyclic(type) ? FromCyclic(context, type, defaulted) :
18
+ T.IsIntersect(type) ? FromIntersect(context, type, defaulted) :
19
+ T.IsObject(type) ? FromObject(context, type, defaulted) :
20
+ T.IsRecord(type) ? FromRecord(context, type, defaulted) :
21
+ T.IsRef(type) ? FromRef(context, type, defaulted) :
22
+ T.IsTuple(type) ? FromTuple(context, type, defaulted) :
23
+ T.IsUnion(type) ? FromUnion(context, type, defaulted) :
24
+ defaulted);
27
25
  }
@@ -9,7 +9,6 @@ export * from './errors/index.mjs';
9
9
  export * from './default/index.mjs';
10
10
  export * from './equal/index.mjs';
11
11
  export * from './hash/index.mjs';
12
- export * from './mutate/index.mjs';
13
12
  export * from './parse/index.mjs';
14
13
  export * from './delta/index.mjs';
15
14
  export * from './pipeline/index.mjs';
@@ -12,7 +12,6 @@ export * from './errors/index.mjs';
12
12
  export * from './default/index.mjs';
13
13
  export * from './equal/index.mjs';
14
14
  export * from './hash/index.mjs';
15
- export * from './mutate/index.mjs';
16
15
  export * from './parse/index.mjs';
17
16
  export * from './delta/index.mjs';
18
17
  export * from './pipeline/index.mjs';
@@ -1,7 +1,6 @@
1
1
  // deno-fmt-ignore-file
2
- import { EnumToUnion } from '../../type/engine/enum/index.mjs';
2
+ import { Evaluate } from '../../type/index.mjs';
3
3
  import { FromType } from './from_type.mjs';
4
4
  export function FromEnum(context, type, value) {
5
- const union = EnumToUnion(type);
6
- return FromType(context, union, value);
5
+ return FromType(context, Evaluate(type), value);
7
6
  }
@@ -4,7 +4,6 @@ import * as T from '../../type/index.mjs';
4
4
  import { Check } from '../check/index.mjs';
5
5
  import { Create } from '../create/index.mjs';
6
6
  import { FromArray } from './from_array.mjs';
7
- import { FromBase } from './from_base.mjs';
8
7
  import { FromEnum } from './from_enum.mjs';
9
8
  import { FromIntersect } from './from_intersect.mjs';
10
9
  import { FromObject } from './from_object.mjs';
@@ -33,17 +32,25 @@ function AssertRepairableValue(context, type, value) {
33
32
  // AssertRepairableType
34
33
  // ------------------------------------------------------------------
35
34
  function AssertRepairableType(context, type, value) {
36
- const unsupported = T.IsAsyncIterator(type)
37
- || T.IsIterator(type)
38
- || T.IsConstructor(type)
35
+ const unsupported = T.IsConstructor(type)
39
36
  || T.IsFunction(type)
40
- || T.IsNever(type)
41
- || T.IsPromise(type);
37
+ || T.IsNever(type);
42
38
  if (unsupported) {
43
39
  throw new RepairError(context, type, value, 'Type is not repairable');
44
40
  }
45
41
  }
46
42
  // ------------------------------------------------------------------
43
+ // CreateWhenUndefined
44
+ //
45
+ // If the value is 'undefined' AND the type is not TUndefined, then
46
+ // we know the value must be created. We handle this case for undefined
47
+ // only as it enables 'default' annotation to be initialized via Create
48
+ // before we applying subsequent Repair logic.
49
+ // ------------------------------------------------------------------
50
+ function CreateWhenUndefined(context, type, value) {
51
+ return (Guard.IsUndefined(value) && !T.IsUndefined(type)) ? Create(context, type) : value;
52
+ }
53
+ // ------------------------------------------------------------------
47
54
  // FinalizeRepair
48
55
  //
49
56
  // When a type includes the ~refine modifier, a post-repair validation
@@ -64,23 +71,18 @@ function FinalizeRepair(context, type, repaired) {
64
71
  // FromType
65
72
  // ------------------------------------------------------------------
66
73
  export function FromType(context, type, value) {
67
- // Base Repair
68
- if (T.IsBase(type)) {
69
- const repaired = FromBase(context, type, value);
70
- return FinalizeRepair(context, type, repaired);
71
- }
72
- // Schema Repair
73
74
  AssertRepairableValue(context, type, value);
74
75
  AssertRepairableType(context, type, value);
75
- const repaired = (T.IsArray(type) ? FromArray(context, type, value) :
76
- T.IsEnum(type) ? FromEnum(context, type, value) :
77
- T.IsIntersect(type) ? FromIntersect(context, type, value) :
78
- T.IsObject(type) ? FromObject(context, type, value) :
79
- T.IsRecord(type) ? FromRecord(context, type, value) :
80
- T.IsRef(type) ? FromRef(context, type, value) :
81
- T.IsTemplateLiteral(type) ? FromTemplateLiteral(context, type, value) :
82
- T.IsTuple(type) ? FromTuple(context, type, value) :
83
- T.IsUnion(type) ? FromUnion(context, type, value) :
84
- FromUnknown(context, type, value));
76
+ const candidate = CreateWhenUndefined(context, type, value);
77
+ const repaired = (T.IsArray(type) ? FromArray(context, type, candidate) :
78
+ T.IsEnum(type) ? FromEnum(context, type, candidate) :
79
+ T.IsIntersect(type) ? FromIntersect(context, type, candidate) :
80
+ T.IsObject(type) ? FromObject(context, type, candidate) :
81
+ T.IsRecord(type) ? FromRecord(context, type, candidate) :
82
+ T.IsRef(type) ? FromRef(context, type, candidate) :
83
+ T.IsTemplateLiteral(type) ? FromTemplateLiteral(context, type, candidate) :
84
+ T.IsTuple(type) ? FromTuple(context, type, candidate) :
85
+ T.IsUnion(type) ? FromUnion(context, type, candidate) :
86
+ FromUnknown(context, type, candidate));
85
87
  return FinalizeRepair(context, type, repaired);
86
88
  }
@@ -1,3 +1,7 @@
1
1
  import { type TSchema } from '../../type/index.mjs';
2
- /** Deterministically sorts schemas by structural relationship (narrow to broad) */
3
- export declare function UnionPrioritySort(types: TSchema[], order?: number): TSchema[];
2
+ /**
3
+ * (Type-Preprocessor) Recursively reorders Union variants from narrowest to broadest, ensuring
4
+ * more specific types (e.g. Literal) are evaluated before broader types (e.g. String). Used
5
+ * prior to Clean, Decode, and Encode operations.
6
+ */
7
+ export declare function UnionPrioritySort(type: TSchema): TSchema;
@@ -1,36 +1,72 @@
1
1
  // deno-fmt-ignore-file
2
- import { Guard } from '../../guard/index.mjs';
3
- import { Compare } from '../../type/index.mjs';
2
+ import Guard from '../../guard/index.mjs';
3
+ import { IsArray, Array as _Array_, ArrayOptions } from '../../type/index.mjs';
4
+ import { IsUnion, Union } from '../../type/index.mjs';
5
+ import { IsObject, Object as _Object_ } from '../../type/index.mjs';
6
+ import { IsRecord, Record, RecordKey, RecordValue } from '../../type/index.mjs';
7
+ import { IsTuple, Tuple } from '../../type/index.mjs';
8
+ import { IsIntersect, Intersect } from '../../type/index.mjs';
9
+ import { Priority } from '../../type/index.mjs';
4
10
  // ------------------------------------------------------------------
5
- // DeterministicCompare
11
+ // Modifiers (Mutable)
6
12
  //
7
- // Provides a deterministic tie-break for schemas. This is used when
8
- // schemas are structurally disjoint or mutually inclusive. While
9
- // JSON serialization incurs a performance overhead, it serves as a
10
- // reliable mechanism to ensure stable ordering and preserves the
11
- // alphabetical alignment of named constants.
13
+ // Prioritized types lose `~modifier` properties and additional constraints
14
+ // (e.g. additionalProperties) during the mapping phase and need to be
15
+ // reassigned afterward. This is a fast mutable assignment to handle that,
16
+ // but we should consider a more general solution. (review)
12
17
  //
13
18
  // ------------------------------------------------------------------
14
- function DeterministicCompare(left, right) {
15
- return JSON.stringify(left).localeCompare(JSON.stringify(right));
19
+ function Modifiers(type, next) {
20
+ for (const key of Guard.Keys(type)) {
21
+ if (Guard.HasPropertyKey(next, key))
22
+ continue;
23
+ next[key] = type[key];
24
+ }
25
+ return next;
26
+ }
27
+ // ------------------------------------------------------------------
28
+ // Properties
29
+ // ------------------------------------------------------------------
30
+ function FromProperties(properties) {
31
+ const result = {};
32
+ for (const key of Guard.Keys(properties))
33
+ result[key] = FromType(properties[key]);
34
+ return result;
35
+ }
36
+ // ------------------------------------------------------------------
37
+ // PriorityTypes
38
+ // ------------------------------------------------------------------
39
+ function FromPriorityTypes(types) {
40
+ return FromTypes(Priority(types));
41
+ }
42
+ // ------------------------------------------------------------------
43
+ // Types
44
+ // ------------------------------------------------------------------
45
+ function FromTypes(types) {
46
+ return types.map(type => FromType(type));
47
+ }
48
+ // ------------------------------------------------------------------
49
+ // Type
50
+ // ------------------------------------------------------------------
51
+ function FromType(type) {
52
+ const next = (IsArray(type) ? _Array_(FromType(type.items), ArrayOptions(type)) :
53
+ IsIntersect(type) ? Intersect(FromTypes(type.allOf)) :
54
+ IsUnion(type) ? Union(FromPriorityTypes(type.anyOf)) :
55
+ IsObject(type) ? _Object_(FromProperties(type.properties)) :
56
+ IsRecord(type) ? Record(RecordKey(type), FromType(RecordValue(type))) :
57
+ IsTuple(type) ? Tuple(FromTypes(type.items)) :
58
+ type);
59
+ return Modifiers(type, next);
16
60
  }
17
61
  // ------------------------------------------------------------------
18
62
  // UnionPrioritySort
19
- //
20
- // Performs a deterministic sort on Union members. By default, this
21
- // function ensures that narrow (more specific) types precede broader
22
- // types in the resulting array. The order can be reversed by setting
23
- // the order property to -1 which will reverse unions from broader
24
- // to more narrow.
25
- //
26
63
  // ------------------------------------------------------------------
27
- /** Deterministically sorts schemas by structural relationship (narrow to broad) */
28
- export function UnionPrioritySort(types, order = 1) {
29
- return types.sort((left, right) => {
30
- const result = Compare(left, right);
31
- return (Guard.IsEqual(result, 'disjoint') ? DeterministicCompare(left, right) :
32
- Guard.IsEqual(result, 'right-inside') ? 1 :
33
- Guard.IsEqual(result, 'left-inside') ? -1 :
34
- DeterministicCompare(left, right)) * order;
35
- });
64
+ /**
65
+ * (Type-Preprocessor) Recursively reorders Union variants from narrowest to broadest, ensuring
66
+ * more specific types (e.g. Literal) are evaluated before broader types (e.g. String). Used
67
+ * prior to Clean, Decode, and Encode operations.
68
+ */
69
+ export function UnionPrioritySort(type) {
70
+ const result = FromType(type);
71
+ return result;
36
72
  }
@@ -9,7 +9,6 @@ export { Default } from './default/index.mjs';
9
9
  export { Equal } from './equal/index.mjs';
10
10
  export { Errors } from './errors/index.mjs';
11
11
  export { Hash } from './hash/index.mjs';
12
- export { Mutate, type TMutable } from './mutate/index.mjs';
13
12
  export { Parse } from './parse/index.mjs';
14
13
  export { Diff, Patch } from './delta/index.mjs';
15
14
  export { Pointer } from './pointer/index.mjs';
@@ -9,7 +9,6 @@ export { Default } from './default/index.mjs';
9
9
  export { Equal } from './equal/index.mjs';
10
10
  export { Errors } from './errors/index.mjs';
11
11
  export { Hash } from './hash/index.mjs';
12
- export { Mutate } from './mutate/index.mjs';
13
12
  export { Parse } from './parse/index.mjs';
14
13
  export { Diff, Patch } from './delta/index.mjs';
15
14
  export { Pointer } from './pointer/index.mjs';
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "typebox",
3
3
  "description": "Json Schema Type Builder with Static Type Resolution for TypeScript",
4
- "version": "1.1.39",
4
+ "version": "1.3.3",
5
5
  "keywords": [
6
6
  "typescript",
7
7
  "jsonschema"
@@ -16,34 +16,34 @@
16
16
  "types": "./build/index.d.mts",
17
17
  "module": "./build/index.mjs",
18
18
  "exports": {
19
- "./format": {
20
- "import": "./build/format/index.mjs",
21
- "default": "./build/format/index.mjs"
19
+ "./guard": {
20
+ "import": "./build/guard/index.mjs",
21
+ "default": "./build/guard/index.mjs"
22
22
  },
23
- "./type": {
24
- "import": "./build/type/index.mjs",
25
- "default": "./build/type/index.mjs"
23
+ "./system": {
24
+ "import": "./build/system/index.mjs",
25
+ "default": "./build/system/index.mjs"
26
26
  },
27
27
  "./schema": {
28
28
  "import": "./build/schema/index.mjs",
29
29
  "default": "./build/schema/index.mjs"
30
30
  },
31
+ "./format": {
32
+ "import": "./build/format/index.mjs",
33
+ "default": "./build/format/index.mjs"
34
+ },
31
35
  "./compile": {
32
36
  "import": "./build/compile/index.mjs",
33
37
  "default": "./build/compile/index.mjs"
34
38
  },
39
+ "./type": {
40
+ "import": "./build/type/index.mjs",
41
+ "default": "./build/type/index.mjs"
42
+ },
35
43
  "./value": {
36
44
  "import": "./build/value/index.mjs",
37
45
  "default": "./build/value/index.mjs"
38
46
  },
39
- "./guard": {
40
- "import": "./build/guard/index.mjs",
41
- "default": "./build/guard/index.mjs"
42
- },
43
- "./system": {
44
- "import": "./build/system/index.mjs",
45
- "default": "./build/system/index.mjs"
46
- },
47
47
  "./error": {
48
48
  "import": "./build/error/index.mjs",
49
49
  "default": "./build/error/index.mjs"
@@ -55,27 +55,27 @@
55
55
  },
56
56
  "typesVersions": {
57
57
  "*": {
58
- "format": [
59
- "./build/format/index.d.mts"
58
+ "guard": [
59
+ "./build/guard/index.d.mts"
60
60
  ],
61
- "type": [
62
- "./build/type/index.d.mts"
61
+ "system": [
62
+ "./build/system/index.d.mts"
63
63
  ],
64
64
  "schema": [
65
65
  "./build/schema/index.d.mts"
66
66
  ],
67
+ "format": [
68
+ "./build/format/index.d.mts"
69
+ ],
67
70
  "compile": [
68
71
  "./build/compile/index.d.mts"
69
72
  ],
73
+ "type": [
74
+ "./build/type/index.d.mts"
75
+ ],
70
76
  "value": [
71
77
  "./build/value/index.d.mts"
72
78
  ],
73
- "guard": [
74
- "./build/guard/index.d.mts"
75
- ],
76
- "system": [
77
- "./build/system/index.d.mts"
78
- ],
79
79
  "error": [
80
80
  "./build/error/index.d.mts"
81
81
  ],