@openclaw/feishu 2026.7.1-beta.1 → 2026.7.1-beta.4

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-DapxBG7t.js → app-registration-BwQ-aGTe.js} +23 -15
  4. package/dist/{channel-C1Uun9zo.js → channel-DwCydAeD.js} +77 -58
  5. package/dist/channel-plugin-api.js +1 -1
  6. package/dist/{channel.runtime-Cjc4wDNg.js → channel.runtime-COT2fcCf.js} +96 -149
  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-CQo4C7q9.js → monitor-5gbbXIO-.js} +3 -6
  12. package/dist/{monitor.account-08br3nkU.js → monitor.account-lMwQ5v1Q.js} +149 -67
  13. package/dist/runtime-api.js +1 -1
  14. package/dist/{send-BcPh0I15.js → send-DzLGqjEt.js} +33 -40
  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 +2 -5
  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
@@ -1,20 +0,0 @@
1
- // deno-fmt-ignore-file
2
- import { Memory } from '../../../system/memory/index.mjs';
3
- import { IsPromise } from '../../types/promise.mjs';
4
- import { AwaitedDeferred } from '../../action/awaited.mjs';
5
- import { InstantiateType, CanInstantiate } from '../instantiate.mjs';
6
- function AwaitedOperation(type) {
7
- return (IsPromise(type)
8
- ? AwaitedOperation(type.item)
9
- : type);
10
- }
11
- export function AwaitedAction(type, options) {
12
- const result = CanInstantiate([type])
13
- ? Memory.Update(AwaitedOperation(type), {}, options)
14
- : AwaitedDeferred(type, options);
15
- return result;
16
- }
17
- export function AwaitedInstantiate(context, state, type, options) {
18
- const instantiatedType = InstantiateType(context, state, type);
19
- return AwaitedAction(instantiatedType, options);
20
- }
@@ -1,14 +0,0 @@
1
- import { type TSchema } from '../../types/schema.mjs';
2
- import { type TEnum, type TEnumValue } from '../../types/enum.mjs';
3
- import { type TUnion } from '../../types/union.mjs';
4
- import { type TLiteral } from '../../types/literal.mjs';
5
- import { type TNull } from '../../types/null.mjs';
6
- import { type TNever } from '../../types/never.mjs';
7
- type TFromEnumValue<Value extends TEnumValue, Result extends TSchema = Value extends string | number ? TLiteral<Value> : Value extends null ? TNull : TNever> = Result;
8
- export type TEnumValuesToVariants<Values extends TEnumValue[], Result extends TSchema[] = []> = (Values extends [infer Left extends TEnumValue, ...infer Right extends TEnumValue[]] ? TEnumValuesToVariants<Right, [...Result, TFromEnumValue<Left>]> : Result);
9
- export declare function EnumValuesToVariants<Values extends TEnumValue[]>(values: [...Values]): TEnumValuesToVariants<Values>;
10
- export type TEnumValuesToUnion<Values extends TEnumValue[], Variants extends TSchema[] = TEnumValuesToVariants<Values>, Results extends TSchema = TUnion<Variants>> = Results;
11
- export declare function EnumValuesToUnion<Values extends TEnumValue[]>(values: [...Values]): TEnumValuesToUnion<Values>;
12
- export type TEnumToUnion<Type extends TEnum, Result extends TSchema = TEnumValuesToUnion<Type['enum']>> = Result;
13
- export declare function EnumToUnion<Type extends TEnum>(type: Type): TEnumToUnion<Type>;
14
- export {};
@@ -1,24 +0,0 @@
1
- // deno-fmt-ignore-file
2
- import { Guard } from '../../../guard/index.mjs';
3
- import { Union } from '../../types/union.mjs';
4
- import { Literal } from '../../types/literal.mjs';
5
- import { Null } from '../../types/null.mjs';
6
- import { Never } from '../../types/never.mjs';
7
- function FromEnumValue(value) {
8
- return (Guard.IsString(value) || Guard.IsNumber(value) ? Literal(value) :
9
- Guard.IsNull(value) ? Null() :
10
- Never());
11
- }
12
- export function EnumValuesToVariants(values) {
13
- const result = values.map(value => FromEnumValue(value));
14
- return result;
15
- }
16
- export function EnumValuesToUnion(values) {
17
- const variants = EnumValuesToVariants(values);
18
- const result = Union(variants);
19
- return result;
20
- }
21
- export function EnumToUnion(type) {
22
- const result = EnumValuesToUnion(type.enum);
23
- return result;
24
- }
@@ -1 +0,0 @@
1
- export * from './instantiate.mjs';
@@ -1 +0,0 @@
1
- export * from './instantiate.mjs';
@@ -1,8 +0,0 @@
1
- import { type TProperties } from '../../types/properties.mjs';
2
- import { type TSchema } from '../../types/schema.mjs';
3
- import { type TState, type TInstantiateType, type TCanInstantiate } from '../instantiate.mjs';
4
- import { type TOptionsDeferred, type TOptions } from '../../action/options.mjs';
5
- export type TOptionsAction<Type extends TSchema, Options extends TSchema, Result extends TSchema = TCanInstantiate<[Type]> extends true ? TOptions<Type, Options> : TOptionsDeferred<Type, Options>> = Result;
6
- export declare function OptionsAction<Type extends TSchema, Options extends TSchema>(type: Type, options: Options): TOptionsAction<Type, Options>;
7
- export type TOptionsInstantiate<Context extends TProperties, State extends TState, Type extends TSchema, Options extends TSchema, InstantiatedType extends TSchema = TInstantiateType<Context, State, Type>> = TOptionsAction<InstantiatedType, Options>;
8
- export declare function OptionsInstantiate<Context extends TProperties, State extends TState, Type extends TSchema, Options extends TSchema>(context: Context, state: State, type: Type, options: Options): TOptionsInstantiate<Context, State, Type, Options>;
@@ -1,7 +0,0 @@
1
- import { type TSchema } from '../types/schema.mjs';
2
- import { type TProperties } from '../types/properties.mjs';
3
- import { type TAsyncIterator } from '../types/async_iterator.mjs';
4
- import { type TExtendsRight } from './extends_right.mjs';
5
- import { type TExtendsLeft } from './extends_left.mjs';
6
- export type TExtendsAsyncIterator<Inferred extends TProperties, Left extends TSchema, Right extends TSchema> = (Right extends TAsyncIterator<infer Type extends TSchema> ? TExtendsLeft<Inferred, Left, Type> : TExtendsRight<Inferred, TAsyncIterator<Left>, Right>);
7
- export declare function ExtendsAsyncIterator<Inferred extends TProperties, Left extends TSchema, Right extends TSchema>(inferred: Inferred, left: Left, right: Right): TExtendsAsyncIterator<Inferred, Left, Right>;
@@ -1,9 +0,0 @@
1
- // deno-fmt-ignore-file
2
- import { AsyncIterator, IsAsyncIterator } from '../types/async_iterator.mjs';
3
- import { ExtendsRight } from './extends_right.mjs';
4
- import { ExtendsLeft } from './extends_left.mjs';
5
- export function ExtendsAsyncIterator(inferred, left, right) {
6
- return (IsAsyncIterator(right)
7
- ? ExtendsLeft(inferred, left, right.iteratorItems)
8
- : ExtendsRight(inferred, AsyncIterator(left), right));
9
- }
@@ -1,7 +0,0 @@
1
- import { type TSchema } from '../types/schema.mjs';
2
- import { type TProperties } from '../types/properties.mjs';
3
- import { type TIterator } from '../types/iterator.mjs';
4
- import { type TExtendsRight } from './extends_right.mjs';
5
- import { type TExtendsLeft } from './extends_left.mjs';
6
- export type TExtendsIterator<Inferred extends TProperties, Left extends TSchema, Right extends TSchema> = (Right extends TIterator<infer Type extends TSchema> ? TExtendsLeft<Inferred, Left, Type> : TExtendsRight<Inferred, TIterator<Left>, Right>);
7
- export declare function ExtendsIterator<Inferred extends TProperties, Left extends TSchema, Right extends TSchema>(inferred: Inferred, left: Left, right: Right): TExtendsIterator<Inferred, Left, Right>;
@@ -1,9 +0,0 @@
1
- // deno-fmt-ignore-file
2
- import { Iterator, IsIterator } from '../types/iterator.mjs';
3
- import { ExtendsRight } from './extends_right.mjs';
4
- import { ExtendsLeft } from './extends_left.mjs';
5
- export function ExtendsIterator(inferred, left, right) {
6
- return (IsIterator(right)
7
- ? ExtendsLeft(inferred, left, right.iteratorItems)
8
- : ExtendsRight(inferred, Iterator(left), right));
9
- }
@@ -1,7 +0,0 @@
1
- import { type TSchema } from '../types/schema.mjs';
2
- import { type TProperties } from '../types/properties.mjs';
3
- import { type TPromise } from '../types/promise.mjs';
4
- import { type TExtendsRight } from './extends_right.mjs';
5
- import { type TExtendsLeft } from './extends_left.mjs';
6
- export type TExtendsPromise<Inferred extends TProperties, Left extends TSchema, Right extends TSchema> = (Right extends TPromise<infer Type extends TSchema> ? TExtendsLeft<Inferred, Left, Type> : TExtendsRight<Inferred, TPromise<Left>, Right>);
7
- export declare function ExtendsPromise<Inferred extends TProperties, Left extends TSchema, Right extends TSchema>(inferred: Inferred, left: Left, right: Right): TExtendsPromise<Inferred, Left, Right>;
@@ -1,9 +0,0 @@
1
- // deno-fmt-ignore-file
2
- import { Promise, IsPromise } from '../types/promise.mjs';
3
- import { ExtendsRight } from './extends_right.mjs';
4
- import { ExtendsLeft } from './extends_left.mjs';
5
- export function ExtendsPromise(inferred, left, right) {
6
- return (IsPromise(right)
7
- ? ExtendsLeft(inferred, left, right.item)
8
- : ExtendsRight(inferred, Promise(left), right));
9
- }
@@ -1,20 +0,0 @@
1
- import { type StaticType, type StaticDirection } from './static.mjs';
2
- import { type TSchema, type TSchemaOptions } from './schema.mjs';
3
- import { type TProperties } from './properties.mjs';
4
- export type StaticAsyncIterator<Stack extends string[], Direction extends StaticDirection, Context extends TProperties, This extends TProperties, Type extends TSchema, Result = AsyncIterableIterator<StaticType<Stack, Direction, Context, This, Type>>> = Result;
5
- /** Represents a AsyncIterator. */
6
- export interface TAsyncIterator<Type extends TSchema = TSchema> extends TSchema {
7
- '~kind': 'AsyncIterator';
8
- type: 'asyncIterator';
9
- iteratorItems: Type;
10
- }
11
- /**
12
- * Creates a AsyncIterator type.
13
- *
14
- * @deprecated This type is being removed in the next version of TypeBox. A fallback will be provided under examples.
15
- */
16
- export declare function AsyncIterator<Type extends TSchema>(iteratorItems: Type, options?: TSchemaOptions): TAsyncIterator<Type>;
17
- /** Returns true if the given value is a TAsyncIterator */
18
- export declare function IsAsyncIterator(value: unknown): value is TAsyncIterator;
19
- /** Extracts options from a TAsyncIterator. */
20
- export declare function AsyncIteratorOptions(type: TAsyncIterator): TSchemaOptions;
@@ -1,28 +0,0 @@
1
- // deno-fmt-ignore-file
2
- import { Memory } from '../../system/memory/index.mjs';
3
- import { IsKind } from './schema.mjs';
4
- // ------------------------------------------------------------------
5
- // Factory
6
- // ------------------------------------------------------------------
7
- /**
8
- * Creates a AsyncIterator type.
9
- *
10
- * @deprecated This type is being removed in the next version of TypeBox. A fallback will be provided under examples.
11
- */
12
- export function AsyncIterator(iteratorItems, options) {
13
- return Memory.Create({ '~kind': 'AsyncIterator' }, { type: 'asyncIterator', iteratorItems }, options);
14
- }
15
- // ------------------------------------------------------------------
16
- // Guard
17
- // ------------------------------------------------------------------
18
- /** Returns true if the given value is a TAsyncIterator */
19
- export function IsAsyncIterator(value) {
20
- return IsKind(value, 'AsyncIterator');
21
- }
22
- // ------------------------------------------------------------------
23
- // Options
24
- // ------------------------------------------------------------------
25
- /** Extracts options from a TAsyncIterator. */
26
- export function AsyncIteratorOptions(type) {
27
- return Memory.Discard(type, ['~kind', 'type', 'iteratorItems']);
28
- }
@@ -1,50 +0,0 @@
1
- import { type TSchema } from './schema.mjs';
2
- import { type XGuard, type XGuardInterface } from '../../schema/types/index.mjs';
3
- export type StaticBase<Value extends unknown> = Value;
4
- /**
5
- * @deprecated Use Type.Refine() + Type.Unsafe() instead.
6
- *
7
- *
8
- * **Reason:** It is noted that JavaScript class instances do not behave like
9
- * plain objects during structural clone or when the TB compositor needs to
10
- * assign dynamic modifier properties (such as '~optional').
11
- *
12
- * Because the TypeBox compositor needs to transform schematics via object clone /
13
- * property spread, these operations can result in class instance types losing
14
- * methods on the prototype (via clone), which can lead to unexpected structures being
15
- * returned. This has led to special-case (non-clone) handling for Base which needs
16
- * to be removed as it has proven orthogonal to the TypeBox 1.x design.
17
- *
18
- * The Base type was introduced in 1.x to try integrate / embed Standard Schema into JSON
19
- * Schema; however, support for integrated Standard Schema embedding will not be continued
20
- * in TypeBox. This type will be removed in the next minor revision of TypeBox.
21
- *
22
- * ```typescript
23
- * // (Deprecated)
24
- * class DateType extends Type.Base<Date> { Check(value) { return value instanceof Date } }
25
- *
26
- * // (Future)
27
- * const DateType = Type.Refine(Type.Unsafe<Date>({}), value => value instanceof Date)
28
- * ```
29
- */
30
- export declare class Base<Value extends unknown = unknown> implements TSchema, XGuard<Value> {
31
- readonly '~kind': 'Base';
32
- readonly '~guard': XGuardInterface<Value>;
33
- constructor();
34
- /** Checks a value or returns false if invalid */
35
- Check(_value: unknown): _value is Value;
36
- /** Returns errors for a value. Return an empty array if valid. */
37
- Errors(_value: unknown): object[];
38
- /** Converts a value into this type */
39
- Convert(value: unknown): unknown;
40
- /** Cleans a value according to this type */
41
- Clean(value: unknown): unknown;
42
- /** Returns a default value for this type */
43
- Default(value: unknown): unknown;
44
- /** Creates a new instance of this type */
45
- Create(): Value;
46
- /** Clones this type */
47
- Clone(): Base;
48
- }
49
- /** Returns true if the given value is a Base type. */
50
- export declare function IsBase(value: unknown): value is Base;
@@ -1,84 +0,0 @@
1
- // deno-fmt-ignore-file
2
- import { Settings } from '../../system/settings/index.mjs';
3
- import { IsKind } from './schema.mjs';
4
- // ------------------------------------------------------------------
5
- // Type.Base<...>
6
- // ------------------------------------------------------------------
7
- function BaseProperty(value) {
8
- return {
9
- enumerable: Settings.Get().enumerableKind,
10
- writable: false,
11
- configurable: false,
12
- value
13
- };
14
- }
15
- /**
16
- * @deprecated Use Type.Refine() + Type.Unsafe() instead.
17
- *
18
- *
19
- * **Reason:** It is noted that JavaScript class instances do not behave like
20
- * plain objects during structural clone or when the TB compositor needs to
21
- * assign dynamic modifier properties (such as '~optional').
22
- *
23
- * Because the TypeBox compositor needs to transform schematics via object clone /
24
- * property spread, these operations can result in class instance types losing
25
- * methods on the prototype (via clone), which can lead to unexpected structures being
26
- * returned. This has led to special-case (non-clone) handling for Base which needs
27
- * to be removed as it has proven orthogonal to the TypeBox 1.x design.
28
- *
29
- * The Base type was introduced in 1.x to try integrate / embed Standard Schema into JSON
30
- * Schema; however, support for integrated Standard Schema embedding will not be continued
31
- * in TypeBox. This type will be removed in the next minor revision of TypeBox.
32
- *
33
- * ```typescript
34
- * // (Deprecated)
35
- * class DateType extends Type.Base<Date> { Check(value) { return value instanceof Date } }
36
- *
37
- * // (Future)
38
- * const DateType = Type.Refine(Type.Unsafe<Date>({}), value => value instanceof Date)
39
- * ```
40
- */
41
- export class Base {
42
- constructor() {
43
- globalThis.Object.defineProperty(this, '~kind', BaseProperty('Base'));
44
- globalThis.Object.defineProperty(this, '~guard', BaseProperty({
45
- check: (value) => this.Check(value),
46
- errors: (value) => this.Errors(value)
47
- }));
48
- }
49
- /** Checks a value or returns false if invalid */
50
- Check(_value) {
51
- return true;
52
- }
53
- /** Returns errors for a value. Return an empty array if valid. */
54
- Errors(_value) {
55
- return [];
56
- }
57
- /** Converts a value into this type */
58
- Convert(value) {
59
- return value;
60
- }
61
- /** Cleans a value according to this type */
62
- Clean(value) {
63
- return value;
64
- }
65
- /** Returns a default value for this type */
66
- Default(value) {
67
- return value;
68
- }
69
- /** Creates a new instance of this type */
70
- Create() {
71
- throw new Error('Create not implemented');
72
- }
73
- /** Clones this type */
74
- Clone() {
75
- throw Error('Clone not implemented');
76
- }
77
- }
78
- // ------------------------------------------------------------------
79
- // Guard
80
- // ------------------------------------------------------------------
81
- /** Returns true if the given value is a Base type. */
82
- export function IsBase(value) {
83
- return IsKind(value, 'Base');
84
- }
@@ -1,20 +0,0 @@
1
- import { type StaticType, type StaticDirection } from './static.mjs';
2
- import { type TSchema, type TSchemaOptions } from './schema.mjs';
3
- import { type TProperties } from './properties.mjs';
4
- export type StaticIterator<Stack extends string[], Direction extends StaticDirection, Context extends TProperties, This extends TProperties, Type extends TSchema, Result = IterableIterator<StaticType<Stack, Direction, Context, This, Type>>> = Result;
5
- /** Represents an Iterator. */
6
- export interface TIterator<Type extends TSchema = TSchema> extends TSchema {
7
- '~kind': 'Iterator';
8
- type: 'iterator';
9
- iteratorItems: Type;
10
- }
11
- /**
12
- * Creates a Iterator type.
13
- *
14
- * @deprecated This type is being removed in the next version of TypeBox. A fallback will be provided under examples.
15
- */
16
- export declare function Iterator<Type extends TSchema>(iteratorItems: Type, options?: TSchemaOptions): TIterator<Type>;
17
- /** Returns true if the given value is TIterator. */
18
- export declare function IsIterator(value: unknown): value is TIterator;
19
- /** Extracts options from a TIterator. */
20
- export declare function IteratorOptions(type: TIterator): TSchemaOptions;
@@ -1,28 +0,0 @@
1
- // deno-fmt-ignore-file
2
- import { Memory } from '../../system/memory/index.mjs';
3
- import { IsKind } from './schema.mjs';
4
- // ------------------------------------------------------------------
5
- // Factory
6
- // ------------------------------------------------------------------
7
- /**
8
- * Creates a Iterator type.
9
- *
10
- * @deprecated This type is being removed in the next version of TypeBox. A fallback will be provided under examples.
11
- */
12
- export function Iterator(iteratorItems, options) {
13
- return Memory.Create({ '~kind': 'Iterator' }, { type: 'iterator', iteratorItems }, options);
14
- }
15
- // ------------------------------------------------------------------
16
- // Guard
17
- // ------------------------------------------------------------------
18
- /** Returns true if the given value is TIterator. */
19
- export function IsIterator(value) {
20
- return IsKind(value, 'Iterator');
21
- }
22
- // ------------------------------------------------------------------
23
- // Options
24
- // ------------------------------------------------------------------
25
- /** Extracts options from a TIterator. */
26
- export function IteratorOptions(type) {
27
- return Memory.Discard(type, ['~kind', 'type', 'iteratorItems']);
28
- }
@@ -1,21 +0,0 @@
1
- import { type StaticType, type StaticDirection } from './static.mjs';
2
- import { type TSchema, type TSchemaOptions } from './schema.mjs';
3
- import { type TProperties } from './properties.mjs';
4
- export type StaticPromise<Stack extends string[], Direction extends StaticDirection, Context extends TProperties, This extends TProperties, Type extends TSchema, Result = Promise<StaticType<Stack, Direction, Context, This, Type>>> = Result;
5
- /** Represents a Promise type. */
6
- export interface TPromise<Type extends TSchema = TSchema> extends TSchema {
7
- '~kind': 'Promise';
8
- type: 'promise';
9
- item: Type;
10
- }
11
- /**
12
- * Creates a Promise type.
13
- *
14
- * @deprecated This type is being removed in the next version of TypeBox. A fallback will be provided under examples.
15
- */
16
- export declare function _Promise_<Type extends TSchema>(item: Type, options?: TSchemaOptions): TPromise<Type>;
17
- export { _Promise_ as Promise };
18
- /** Returns true if the given type is TPromise. */
19
- export declare function IsPromise(value: unknown): value is TPromise;
20
- /** Extracts options from a TPromise. */
21
- export declare function PromiseOptions(type: TPromise): TSchemaOptions;
@@ -1,29 +0,0 @@
1
- // deno-fmt-ignore-file
2
- import { Memory } from '../../system/memory/index.mjs';
3
- import { IsKind } from './schema.mjs';
4
- // ------------------------------------------------------------------
5
- // Factory
6
- // ------------------------------------------------------------------
7
- /**
8
- * Creates a Promise type.
9
- *
10
- * @deprecated This type is being removed in the next version of TypeBox. A fallback will be provided under examples.
11
- */
12
- export function _Promise_(item, options) {
13
- return Memory.Create({ ['~kind']: 'Promise' }, { type: 'promise', item }, options);
14
- }
15
- export { _Promise_ as Promise };
16
- // ------------------------------------------------------------------
17
- // Guard
18
- // ------------------------------------------------------------------
19
- /** Returns true if the given type is TPromise. */
20
- export function IsPromise(value) {
21
- return IsKind(value, 'Promise');
22
- }
23
- // ------------------------------------------------------------------
24
- // Options
25
- // ------------------------------------------------------------------
26
- /** Extracts options from a TPromise. */
27
- export function PromiseOptions(type) {
28
- return Memory.Discard(type, ['~kind', 'type', 'item']);
29
- }
@@ -1,2 +0,0 @@
1
- import type { TProperties, Base } from '../../type/index.mjs';
2
- export declare function FromBase(_context: TProperties, type: Base, value: unknown): unknown;
@@ -1,4 +0,0 @@
1
- // deno-fmt-ignore-file
2
- export function FromBase(_context, type, value) {
3
- return type.Clean(value);
4
- }
@@ -1,2 +0,0 @@
1
- import type { Base, TProperties } from '../../type/index.mjs';
2
- export declare function FromBase(_context: TProperties, type: Base, value: unknown): unknown;
@@ -1,4 +0,0 @@
1
- // deno-fmt-ignore-file
2
- export function FromBase(_context, type, value) {
3
- return type.Convert(value);
4
- }
@@ -1,2 +0,0 @@
1
- import type { TProperties, TAsyncIterator } from '../../type/index.mjs';
2
- export declare function FromAsyncIterator(_context: TProperties, _type: TAsyncIterator): unknown;
@@ -1,5 +0,0 @@
1
- // deno-fmt-ignore-file
2
- async function* CreateAsyncIterator() { }
3
- export function FromAsyncIterator(_context, _type) {
4
- return CreateAsyncIterator();
5
- }
@@ -1,2 +0,0 @@
1
- import type { TProperties, Base } from '../../type/index.mjs';
2
- export declare function FromBase(_context: TProperties, type: Base): unknown;
@@ -1,4 +0,0 @@
1
- // deno-fmt-ignore-file
2
- export function FromBase(_context, type) {
3
- return type.Create();
4
- }
@@ -1,2 +0,0 @@
1
- import type { TProperties, TIterator } from '../../type/index.mjs';
2
- export declare function FromIterator(_context: TProperties, _type: TIterator): unknown;
@@ -1,5 +0,0 @@
1
- // deno-fmt-ignore-file
2
- function* CreateIterator() { }
3
- export function FromIterator(_context, _type) {
4
- return CreateIterator();
5
- }
@@ -1,2 +0,0 @@
1
- import type { TProperties, TPromise } from '../../type/index.mjs';
2
- export declare function FromPromise(context: TProperties, type: TPromise): unknown;
@@ -1,5 +0,0 @@
1
- // deno-fmt-ignore-file
2
- import { FromType } from './from_type.mjs';
3
- export function FromPromise(context, type) {
4
- return Promise.resolve(FromType(context, type.item));
5
- }
@@ -1,2 +0,0 @@
1
- import type { TProperties, Base } from '../../type/index.mjs';
2
- export declare function FromBase(context: TProperties, type: Base, value: unknown): unknown;
@@ -1,5 +0,0 @@
1
- // deno-fmt-ignore-file
2
- // deno-lint-ignore-file
3
- export function FromBase(context, type, value) {
4
- return type.Default(value);
5
- }
@@ -1,3 +0,0 @@
1
- export declare class MutateError extends Error {
2
- constructor(message: string);
3
- }
@@ -1,6 +0,0 @@
1
- // deno-fmt-ignore-file
2
- export class MutateError extends Error {
3
- constructor(message) {
4
- super(message);
5
- }
6
- }
@@ -1,2 +0,0 @@
1
- import { type TMutable } from './mutate.mjs';
2
- export declare function FromArray(root: TMutable, path: string, current: unknown, next: unknown[]): void;
@@ -1,16 +0,0 @@
1
- // deno-fmt-ignore-file
2
- import { Guard } from '../../guard/index.mjs';
3
- import { Clone } from '../clone/index.mjs';
4
- import { Pointer } from '../pointer/index.mjs';
5
- import { FromValue } from './from_value.mjs';
6
- export function FromArray(root, path, current, next) {
7
- if (!Guard.IsArray(current)) {
8
- Pointer.Set(root, path, Clone(next));
9
- }
10
- else {
11
- for (let index = 0; index < next.length; index++) {
12
- FromValue(root, `${path}/${index}`, current[index], next[index]);
13
- }
14
- current.splice(next.length);
15
- }
16
- }
@@ -1,2 +0,0 @@
1
- import { type TMutable } from './mutate.mjs';
2
- export declare function FromObject(root: TMutable, path: string, current: unknown, next: Record<string, unknown>): void;
@@ -1,40 +0,0 @@
1
- // deno-fmt-ignore-file
2
- import { Guard } from '../../guard/index.mjs';
3
- import { Pointer } from '../pointer/index.mjs';
4
- import { Clone } from '../clone/index.mjs';
5
- import { FromValue } from './from_value.mjs';
6
- // ------------------------------------------------------------------
7
- // AssertKey
8
- // ------------------------------------------------------------------
9
- function AssertKey(key) {
10
- if (Guard.IsUnsafePropertyKey(key))
11
- throw Error('Attempted to Mutate with unsafe property key');
12
- }
13
- // ------------------------------------------------------------------
14
- // AssertKey
15
- // ------------------------------------------------------------------
16
- export function FromObject(root, path, current, next) {
17
- if (!Guard.IsObjectNotArray(current)) {
18
- Pointer.Set(root, path, Clone(next));
19
- }
20
- else {
21
- const currentKeys = Guard.Keys(current);
22
- const nextKeys = Guard.Keys(next);
23
- for (const currentKey of currentKeys) {
24
- AssertKey(currentKey);
25
- if (!nextKeys.includes(currentKey)) {
26
- delete current[currentKey];
27
- }
28
- }
29
- for (const nextKey of nextKeys) {
30
- AssertKey(nextKey);
31
- if (!currentKeys.includes(nextKey)) {
32
- current[nextKey] = next[nextKey];
33
- }
34
- }
35
- for (const nextKey of nextKeys) {
36
- AssertKey(nextKey);
37
- FromValue(root, `${path}/${nextKey}`, current[nextKey], next[nextKey]);
38
- }
39
- }
40
- }
@@ -1,2 +0,0 @@
1
- import { type TMutable } from './mutate.mjs';
2
- export declare function FromUnknown(root: TMutable, path: string, current: unknown, next: unknown): void;
@@ -1,7 +0,0 @@
1
- // deno-fmt-ignore-file
2
- import { Pointer } from '../pointer/index.mjs';
3
- export function FromUnknown(root, path, current, next) {
4
- if (current === next)
5
- return;
6
- Pointer.Set(root, path, next);
7
- }
@@ -1,2 +0,0 @@
1
- import { type TMutable } from './mutate.mjs';
2
- export declare function FromValue(root: TMutable, path: string, current: unknown, next: unknown): void;
@@ -1,12 +0,0 @@
1
- // deno-fmt-ignore-file
2
- import { Guard } from '../../guard/index.mjs';
3
- import { FromArray } from './from_array.mjs';
4
- import { FromObject } from './from_object.mjs';
5
- import { FromUnknown } from './from_unknown.mjs';
6
- export function FromValue(root, path, current, next) {
7
- if (Guard.IsArray(next))
8
- return FromArray(root, path, current, next);
9
- if (Guard.IsObject(next))
10
- return FromObject(root, path, current, next);
11
- return FromUnknown(root, path, current, next);
12
- }
@@ -1 +0,0 @@
1
- export * from './mutate.mjs';
@@ -1 +0,0 @@
1
- export * from './mutate.mjs';