@openclaw/whatsapp 2026.7.1-beta.2 → 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 (516) hide show
  1. package/dist/{access-control-88UPniDc.js → access-control-DYE5dXna.js} +5 -3
  2. package/dist/{accounts-DgViSyJx.js → accounts-4YgwroRU.js} +1 -1
  3. package/dist/{action-runtime-hqza0J8B.js → action-runtime-DPahAqxV.js} +2 -2
  4. package/dist/action-runtime-api.js +1 -1
  5. package/dist/action-runtime.runtime.js +1 -1
  6. package/dist/{active-listener-CFwkn3ho.js → active-listener-B4SDebQ6.js} +1 -1
  7. package/dist/api.js +14 -13
  8. package/dist/{approval-handler.runtime-9_SV7vhc.js → approval-handler.runtime-DNWS4aYQ.js} +1 -1
  9. package/dist/auth-presence.js +1 -1
  10. package/dist/{auth-store-ECx4h57q.js → auth-store-Db-wfApd.js} +23 -13
  11. package/dist/call-tool-api.js +233 -0
  12. package/dist/{channel-fcXxWXic.js → channel-BWp7h1uY.js} +44 -18
  13. package/dist/channel-config-api.js +1 -1
  14. package/dist/channel-plugin-api.js +1 -1
  15. package/dist/{channel-react-action-Dgy9uUMl.js → channel-react-action-CKJHL_Wf.js} +3 -3
  16. package/dist/{channel.runtime-B4ThooGF.js → channel.runtime-CAssfx9p.js} +5 -5
  17. package/dist/{channel.setup-C_WEdyJR.js → channel.setup-CURc5rEt.js} +2 -2
  18. package/dist/{config-schema-CROZuhT-.js → config-schema-mBX2nmn1.js} +4 -0
  19. package/dist/{connection-controller-u-tfAFhJ.js → connection-controller-DkbrFSIn.js} +6 -5
  20. package/dist/connection-controller-registry-TSX_udJp.js +22 -0
  21. package/dist/contract-api.js +1 -1
  22. package/dist/{quoted-message-CpA_ujXK.js → group-session-key-BhC1RQOE.js} +31 -2
  23. package/dist/{identity-CmsTmkKR.js → identity-Dqft3mFA.js} +2 -1
  24. package/dist/index.js +9 -2
  25. package/dist/light-runtime-api.js +3 -3
  26. package/dist/{login-8lHwLmXj.js → login-C48y0jlx.js} +14 -7
  27. package/dist/{login-qr-BEZZqrTb.js → login-qr-BjId7dll.js} +7 -7
  28. package/dist/login-qr-runtime.js +1 -1
  29. package/dist/{monitor-BqkJ4MpT.js → monitor-DD8bXohk.js} +249 -160
  30. package/dist/runtime-api.js +9 -9
  31. package/dist/{send-i8Xk5mBQ.js → send-C5CpFcBG.js} +27 -9
  32. package/dist/{send-api-DndiBJhN.js → send-api-DLlXl8CH.js} +6 -5
  33. package/dist/{session-WU4SVP8f.js → session-DriaHt7V.js} +3 -3
  34. package/dist/{session-errors-CbsoQqoy.js → session-errors-BAj9D2La.js} +1 -22
  35. package/dist/{setup-core-KjSBbWX4.js → setup-core-DH-DFPLY.js} +4 -4
  36. package/dist/{setup-finalize-WedNP30s.js → setup-finalize-c8dl34sO.js} +3 -3
  37. package/dist/setup-plugin-api.js +1 -1
  38. package/dist/{setup-surface-IOdkbWsQ.js → setup-surface-DlWb0Z09.js} +3 -3
  39. package/dist/{socket-timing-DvMNkIge.js → socket-timing-DhbVFjah.js} +17 -5
  40. package/dist/{text-runtime-C88QkuU9.js → targets-runtime-C-GiVn6Y.js} +2 -3
  41. package/dist/text-runtime-DdX6-mC_.js +4 -0
  42. package/node_modules/@cacheable/memory/README.md +177 -0
  43. package/node_modules/@cacheable/memory/dist/index.cjs +867 -820
  44. package/node_modules/@cacheable/memory/dist/index.d.cts +382 -280
  45. package/node_modules/@cacheable/memory/dist/index.d.mts +412 -0
  46. package/node_modules/@cacheable/memory/dist/index.mjs +841 -0
  47. package/node_modules/@cacheable/memory/package.json +9 -9
  48. package/node_modules/@cacheable/utils/README.md +342 -8
  49. package/node_modules/@cacheable/utils/dist/index.cjs +1322 -619
  50. package/node_modules/@cacheable/utils/dist/index.d.cts +769 -173
  51. package/node_modules/@cacheable/utils/dist/index.d.mts +903 -0
  52. package/node_modules/@cacheable/utils/dist/index.mjs +1355 -0
  53. package/node_modules/@cacheable/utils/package.json +8 -8
  54. package/node_modules/@types/node/README.md +1 -1
  55. package/node_modules/@types/node/assert/strict.d.ts +10 -1
  56. package/node_modules/@types/node/assert.d.ts +144 -17
  57. package/node_modules/@types/node/async_hooks.d.ts +9 -9
  58. package/node_modules/@types/node/buffer.d.ts +64 -30
  59. package/node_modules/@types/node/child_process.d.ts +17 -21
  60. package/node_modules/@types/node/cluster.d.ts +13 -13
  61. package/node_modules/@types/node/console.d.ts +1 -1
  62. package/node_modules/@types/node/crypto.d.ts +471 -575
  63. package/node_modules/@types/node/diagnostics_channel.d.ts +274 -32
  64. package/node_modules/@types/node/dns.d.ts +15 -15
  65. package/node_modules/@types/node/events.d.ts +3 -3
  66. package/node_modules/@types/node/ffi.d.ts +486 -0
  67. package/node_modules/@types/node/fs/promises.d.ts +7 -4
  68. package/node_modules/@types/node/fs.d.ts +24 -18
  69. package/node_modules/@types/node/globals.d.ts +4 -4
  70. package/node_modules/@types/node/http.d.ts +30 -5
  71. package/node_modules/@types/node/http2.d.ts +5 -1
  72. package/node_modules/@types/node/index.d.ts +1 -3
  73. package/node_modules/@types/node/inspector.d.ts +1 -1
  74. package/node_modules/@types/node/module.d.ts +16 -45
  75. package/node_modules/@types/node/net.d.ts +1 -1
  76. package/node_modules/@types/node/os.d.ts +2 -2
  77. package/node_modules/@types/node/package.json +4 -4
  78. package/node_modules/@types/node/perf_hooks.d.ts +1 -9
  79. package/node_modules/@types/node/process.d.ts +25 -12
  80. package/node_modules/@types/node/quic.d.ts +92 -11
  81. package/node_modules/@types/node/readline.d.ts +12 -11
  82. package/node_modules/@types/node/repl.d.ts +10 -10
  83. package/node_modules/@types/node/sqlite.d.ts +56 -1
  84. package/node_modules/@types/node/stream/iter.d.ts +150 -0
  85. package/node_modules/@types/node/stream/promises.d.ts +2 -2
  86. package/node_modules/@types/node/stream/web.d.ts +1 -1
  87. package/node_modules/@types/node/stream.d.ts +37 -5
  88. package/node_modules/@types/node/test/reporters.d.ts +1 -1
  89. package/node_modules/@types/node/test.d.ts +120 -10
  90. package/node_modules/@types/node/tls.d.ts +1 -1
  91. package/node_modules/@types/node/ts5.6/index.d.ts +2 -4
  92. package/node_modules/@types/node/ts5.7/index.d.ts +1 -3
  93. package/node_modules/@types/node/url.d.ts +3 -3
  94. package/node_modules/@types/node/util/types.d.ts +1 -1
  95. package/node_modules/@types/node/util.d.ts +22 -22
  96. package/node_modules/@types/node/v8.d.ts +85 -3
  97. package/node_modules/@types/node/vm.d.ts +9 -9
  98. package/node_modules/@types/node/web-globals/domexception.d.ts +15 -0
  99. package/node_modules/@types/node/worker_threads.d.ts +10 -12
  100. package/node_modules/@types/node/zlib.d.ts +3 -3
  101. package/node_modules/cacheable/README.md +309 -30
  102. package/node_modules/cacheable/dist/index.cjs +1307 -1153
  103. package/node_modules/cacheable/dist/index.d.cts +741 -469
  104. package/node_modules/cacheable/dist/index.d.mts +766 -0
  105. package/node_modules/cacheable/dist/index.mjs +1210 -0
  106. package/node_modules/cacheable/package.json +10 -10
  107. package/node_modules/content-type/README.md +32 -57
  108. package/node_modules/content-type/dist/index.d.ts +26 -0
  109. package/node_modules/content-type/dist/index.js +170 -0
  110. package/node_modules/content-type/dist/index.js.map +1 -0
  111. package/node_modules/content-type/package.json +35 -25
  112. package/node_modules/media-typer/README.md +19 -33
  113. package/node_modules/media-typer/dist/index.d.ts +29 -0
  114. package/node_modules/media-typer/dist/index.js +64 -0
  115. package/node_modules/media-typer/dist/index.js.map +1 -0
  116. package/node_modules/media-typer/package.json +37 -22
  117. package/node_modules/music-metadata/lib/id3v1/ID3v1Parser.js +2 -2
  118. package/node_modules/music-metadata/lib/mp4/AtomToken.js +65 -13
  119. package/node_modules/music-metadata/lib/wav/WaveChunk.d.ts +10 -0
  120. package/node_modules/music-metadata/lib/wav/WaveChunk.js +13 -3
  121. package/node_modules/music-metadata/lib/wav/WaveParser.d.ts +1 -0
  122. package/node_modules/music-metadata/lib/wav/WaveParser.js +6 -5
  123. package/node_modules/music-metadata/package.json +5 -5
  124. package/node_modules/typebox/build/compile/validator.d.mts +2 -7
  125. package/node_modules/typebox/build/compile/validator.mjs +6 -36
  126. package/node_modules/typebox/build/error/errors.d.mts +1 -7
  127. package/node_modules/typebox/build/format/_idna.mjs +36 -6
  128. package/node_modules/typebox/build/format/_puny.mjs +4 -1
  129. package/node_modules/typebox/build/format/uuid.d.mts +2 -2
  130. package/node_modules/typebox/build/format/uuid.mjs +3 -3
  131. package/node_modules/typebox/build/guard/emit.d.mts +0 -4
  132. package/node_modules/typebox/build/guard/emit.mjs +0 -8
  133. package/node_modules/typebox/build/guard/guard.d.mts +4 -8
  134. package/node_modules/typebox/build/guard/guard.mjs +5 -13
  135. package/node_modules/typebox/build/schema/engine/boolean.d.mts +3 -3
  136. package/node_modules/typebox/build/schema/engine/boolean.mjs +4 -4
  137. package/node_modules/typebox/build/schema/engine/index.d.mts +0 -1
  138. package/node_modules/typebox/build/schema/engine/index.mjs +0 -1
  139. package/node_modules/typebox/build/schema/engine/schema.mjs +5 -10
  140. package/node_modules/typebox/build/schema/engine/type.mjs +14 -18
  141. package/node_modules/typebox/build/schema/types/dependencies.mjs +1 -1
  142. package/node_modules/typebox/build/schema/types/index.d.mts +0 -1
  143. package/node_modules/typebox/build/schema/types/index.mjs +0 -1
  144. package/node_modules/typebox/build/schema/types/schema.d.mts +1 -1
  145. package/node_modules/typebox/build/schema/types/schema.mjs +2 -2
  146. package/node_modules/typebox/build/system/locale/ar_001.mjs +0 -1
  147. package/node_modules/typebox/build/system/locale/bn_BD.mjs +0 -1
  148. package/node_modules/typebox/build/system/locale/cs_CZ.mjs +0 -1
  149. package/node_modules/typebox/build/system/locale/de_DE.mjs +0 -1
  150. package/node_modules/typebox/build/system/locale/el_GR.mjs +0 -1
  151. package/node_modules/typebox/build/system/locale/en_US.mjs +0 -1
  152. package/node_modules/typebox/build/system/locale/es_419.mjs +0 -1
  153. package/node_modules/typebox/build/system/locale/es_AR.mjs +0 -1
  154. package/node_modules/typebox/build/system/locale/es_ES.mjs +0 -1
  155. package/node_modules/typebox/build/system/locale/es_MX.mjs +0 -1
  156. package/node_modules/typebox/build/system/locale/fa_IR.mjs +0 -1
  157. package/node_modules/typebox/build/system/locale/fil_PH.mjs +0 -1
  158. package/node_modules/typebox/build/system/locale/fr_CA.mjs +0 -1
  159. package/node_modules/typebox/build/system/locale/fr_FR.mjs +0 -1
  160. package/node_modules/typebox/build/system/locale/ha_NG.mjs +0 -1
  161. package/node_modules/typebox/build/system/locale/hi_IN.mjs +0 -1
  162. package/node_modules/typebox/build/system/locale/hu_HU.mjs +0 -1
  163. package/node_modules/typebox/build/system/locale/id_ID.mjs +0 -1
  164. package/node_modules/typebox/build/system/locale/it_IT.mjs +0 -1
  165. package/node_modules/typebox/build/system/locale/ja_JP.mjs +0 -1
  166. package/node_modules/typebox/build/system/locale/ko_KR.mjs +0 -1
  167. package/node_modules/typebox/build/system/locale/ms_MY.mjs +0 -1
  168. package/node_modules/typebox/build/system/locale/nl_NL.mjs +0 -1
  169. package/node_modules/typebox/build/system/locale/pl_PL.mjs +0 -1
  170. package/node_modules/typebox/build/system/locale/pt_BR.mjs +0 -1
  171. package/node_modules/typebox/build/system/locale/pt_PT.mjs +0 -1
  172. package/node_modules/typebox/build/system/locale/ro_RO.mjs +0 -1
  173. package/node_modules/typebox/build/system/locale/ru_RU.mjs +0 -1
  174. package/node_modules/typebox/build/system/locale/sv_SE.mjs +0 -1
  175. package/node_modules/typebox/build/system/locale/sw_TZ.mjs +0 -1
  176. package/node_modules/typebox/build/system/locale/th_TH.mjs +0 -1
  177. package/node_modules/typebox/build/system/locale/tr_TR.mjs +0 -1
  178. package/node_modules/typebox/build/system/locale/uk_UA.mjs +0 -1
  179. package/node_modules/typebox/build/system/locale/ur_PK.mjs +0 -1
  180. package/node_modules/typebox/build/system/locale/vi_VN.mjs +0 -1
  181. package/node_modules/typebox/build/system/locale/yo_NG.mjs +0 -1
  182. package/node_modules/typebox/build/system/locale/zh_Hans.mjs +0 -1
  183. package/node_modules/typebox/build/system/locale/zh_Hant.mjs +0 -1
  184. package/node_modules/typebox/build/system/memory/clone.d.mts +2 -3
  185. package/node_modules/typebox/build/system/memory/clone.mjs +73 -26
  186. package/node_modules/typebox/build/system/settings/settings.d.mts +15 -0
  187. package/node_modules/typebox/build/system/settings/settings.mjs +3 -1
  188. package/node_modules/typebox/build/type/action/_add_immutable.d.mts +11 -0
  189. package/node_modules/typebox/build/type/action/_add_immutable.mjs +11 -0
  190. package/node_modules/typebox/build/type/action/_add_optional.d.mts +11 -0
  191. package/node_modules/typebox/build/type/action/_add_optional.mjs +11 -0
  192. package/node_modules/typebox/build/type/action/_add_readonly.d.mts +11 -0
  193. package/node_modules/typebox/build/type/action/_add_readonly.mjs +11 -0
  194. package/node_modules/typebox/build/type/action/_remove_immutable.d.mts +11 -0
  195. package/node_modules/typebox/build/type/action/_remove_immutable.mjs +11 -0
  196. package/node_modules/typebox/build/type/action/_remove_optional.d.mts +11 -0
  197. package/node_modules/typebox/build/type/action/_remove_optional.mjs +11 -0
  198. package/node_modules/typebox/build/type/action/_remove_readonly.d.mts +11 -0
  199. package/node_modules/typebox/build/type/action/_remove_readonly.mjs +11 -0
  200. package/node_modules/typebox/build/type/action/conditional.d.mts +2 -3
  201. package/node_modules/typebox/build/type/action/conditional.mjs +2 -1
  202. package/node_modules/typebox/build/type/action/index.d.mts +7 -4
  203. package/node_modules/typebox/build/type/action/index.mjs +7 -4
  204. package/node_modules/typebox/build/type/action/mapped.d.mts +2 -3
  205. package/node_modules/typebox/build/type/action/mapped.mjs +2 -1
  206. package/node_modules/typebox/build/type/action/module.d.mts +8 -7
  207. package/node_modules/typebox/build/type/action/module.mjs +7 -6
  208. package/node_modules/typebox/build/type/action/readonly_object.d.mts +0 -5
  209. package/node_modules/typebox/build/type/action/readonly_object.mjs +0 -5
  210. package/node_modules/typebox/build/type/action/with.d.mts +11 -0
  211. package/node_modules/typebox/build/type/action/with.mjs +11 -0
  212. package/node_modules/typebox/build/type/engine/call/distribute_arguments.mjs +1 -1
  213. package/node_modules/typebox/build/type/engine/call/instantiate.d.mts +1 -3
  214. package/node_modules/typebox/build/type/engine/call/instantiate.mjs +3 -2
  215. package/node_modules/typebox/build/type/engine/call/resolve_arguments.mjs +2 -2
  216. package/node_modules/typebox/build/type/engine/constructor_parameters/instantiate.d.mts +3 -4
  217. package/node_modules/typebox/build/type/engine/constructor_parameters/instantiate.mjs +2 -1
  218. package/node_modules/typebox/build/type/engine/cyclic/candidates.d.mts +2 -3
  219. package/node_modules/typebox/build/type/engine/cyclic/candidates.mjs +3 -6
  220. package/node_modules/typebox/build/type/engine/cyclic/check.d.mts +6 -9
  221. package/node_modules/typebox/build/type/engine/cyclic/check.mjs +10 -16
  222. package/node_modules/typebox/build/type/engine/cyclic/dependencies.d.mts +1 -4
  223. package/node_modules/typebox/build/type/engine/cyclic/dependencies.mjs +9 -15
  224. package/node_modules/typebox/build/type/engine/cyclic/extends.d.mts +1 -4
  225. package/node_modules/typebox/build/type/engine/cyclic/extends.mjs +8 -14
  226. package/node_modules/typebox/build/type/engine/cyclic/instantiate.d.mts +2 -5
  227. package/node_modules/typebox/build/type/engine/cyclic/instantiate.mjs +3 -2
  228. package/node_modules/typebox/build/type/engine/enum/index.d.mts +0 -1
  229. package/node_modules/typebox/build/type/engine/enum/index.mjs +0 -1
  230. package/node_modules/typebox/build/type/engine/evaluate/broaden.d.mts +1 -2
  231. package/node_modules/typebox/build/type/engine/evaluate/broaden.mjs +2 -6
  232. package/node_modules/typebox/build/type/engine/evaluate/composite.d.mts +10 -6
  233. package/node_modules/typebox/build/type/engine/evaluate/composite.mjs +10 -6
  234. package/node_modules/typebox/build/type/engine/evaluate/distribute.d.mts +2 -1
  235. package/node_modules/typebox/build/type/engine/evaluate/distribute.mjs +3 -3
  236. package/node_modules/typebox/build/type/engine/evaluate/evaluate.d.mts +17 -5
  237. package/node_modules/typebox/build/type/engine/evaluate/evaluate.mjs +34 -8
  238. package/node_modules/typebox/build/type/engine/exclude/operation.d.mts +5 -6
  239. package/node_modules/typebox/build/type/engine/exclude/operation.mjs +11 -12
  240. package/node_modules/typebox/build/type/engine/extract/operation.d.mts +5 -6
  241. package/node_modules/typebox/build/type/engine/extract/operation.mjs +11 -12
  242. package/node_modules/typebox/build/type/engine/immutable/instantiate_add.d.mts +10 -0
  243. package/node_modules/typebox/build/type/engine/immutable/instantiate_add.mjs +14 -0
  244. package/node_modules/typebox/build/type/engine/immutable/instantiate_remove.d.mts +10 -0
  245. package/node_modules/typebox/build/type/engine/immutable/instantiate_remove.mjs +14 -0
  246. package/node_modules/typebox/build/type/engine/index.d.mts +2 -2
  247. package/node_modules/typebox/build/type/engine/index.mjs +2 -2
  248. package/node_modules/typebox/build/type/engine/indexable/from_dependent.d.mts +5 -0
  249. package/node_modules/typebox/build/type/engine/indexable/from_dependent.mjs +8 -0
  250. package/node_modules/typebox/build/type/engine/indexable/from_enum.d.mts +3 -3
  251. package/node_modules/typebox/build/type/engine/indexable/from_enum.mjs +4 -4
  252. package/node_modules/typebox/build/type/engine/indexable/from_template_literal.d.mts +2 -2
  253. package/node_modules/typebox/build/type/engine/indexable/from_template_literal.mjs +3 -3
  254. package/node_modules/typebox/build/type/engine/indexable/from_type.d.mts +3 -1
  255. package/node_modules/typebox/build/type/engine/indexable/from_type.mjs +9 -6
  256. package/node_modules/typebox/build/type/engine/indexed/instantiate.d.mts +2 -1
  257. package/node_modules/typebox/build/type/engine/indexed/instantiate.mjs +5 -2
  258. package/node_modules/typebox/build/type/engine/instantiate.d.mts +44 -31
  259. package/node_modules/typebox/build/type/engine/instantiate.mjs +82 -83
  260. package/node_modules/typebox/build/type/engine/interface/instantiate.d.mts +3 -6
  261. package/node_modules/typebox/build/type/engine/intrinsics/from_template_literal.d.mts +2 -2
  262. package/node_modules/typebox/build/type/engine/intrinsics/from_template_literal.mjs +3 -3
  263. package/node_modules/typebox/build/type/engine/keyof/instantiate.d.mts +2 -1
  264. package/node_modules/typebox/build/type/engine/keyof/instantiate.mjs +5 -1
  265. package/node_modules/typebox/build/type/engine/mapped/mapped_operation.d.mts +4 -4
  266. package/node_modules/typebox/build/type/engine/mapped/mapped_operation.mjs +3 -3
  267. package/node_modules/typebox/build/type/engine/mapped/mapped_variants.d.mts +5 -4
  268. package/node_modules/typebox/build/type/engine/mapped/mapped_variants.mjs +10 -5
  269. package/node_modules/typebox/build/type/engine/module/instantiate.d.mts +7 -9
  270. package/node_modules/typebox/build/type/engine/module/instantiate.mjs +17 -15
  271. package/node_modules/typebox/build/type/engine/object/from_dependent.d.mts +5 -0
  272. package/node_modules/typebox/build/type/engine/object/from_dependent.mjs +8 -0
  273. package/node_modules/typebox/build/type/engine/object/from_type.d.mts +3 -1
  274. package/node_modules/typebox/build/type/engine/object/from_type.mjs +8 -5
  275. package/node_modules/typebox/build/type/engine/object/from_union.mjs +2 -2
  276. package/node_modules/typebox/build/type/engine/optional/instantiate_add.d.mts +10 -0
  277. package/node_modules/typebox/build/type/engine/optional/instantiate_add.mjs +14 -0
  278. package/node_modules/typebox/build/type/engine/optional/instantiate_remove.d.mts +10 -0
  279. package/node_modules/typebox/build/type/engine/optional/instantiate_remove.mjs +14 -0
  280. package/node_modules/typebox/build/type/engine/parameters/instantiate.d.mts +3 -4
  281. package/node_modules/typebox/build/type/engine/parameters/instantiate.mjs +2 -1
  282. package/node_modules/typebox/build/type/engine/partial/from_dependent.d.mts +5 -0
  283. package/node_modules/typebox/build/type/engine/partial/from_dependent.mjs +8 -0
  284. package/node_modules/typebox/build/type/engine/partial/from_intersect.d.mts +1 -1
  285. package/node_modules/typebox/build/type/engine/partial/from_intersect.mjs +3 -2
  286. package/node_modules/typebox/build/type/engine/partial/from_object.d.mts +2 -2
  287. package/node_modules/typebox/build/type/engine/partial/from_object.mjs +2 -2
  288. package/node_modules/typebox/build/type/engine/partial/from_type.d.mts +3 -1
  289. package/node_modules/typebox/build/type/engine/partial/from_type.mjs +7 -4
  290. package/node_modules/typebox/build/type/engine/priority/index.d.mts +1 -0
  291. package/node_modules/typebox/build/type/engine/priority/index.mjs +1 -0
  292. package/node_modules/typebox/build/type/engine/priority/priority.d.mts +20 -0
  293. package/node_modules/typebox/build/type/engine/priority/priority.mjs +28 -0
  294. package/node_modules/typebox/build/type/engine/readonly/instantiate_add.d.mts +10 -0
  295. package/node_modules/typebox/build/type/engine/readonly/instantiate_add.mjs +14 -0
  296. package/node_modules/typebox/build/type/engine/readonly/instantiate_remove.d.mts +10 -0
  297. package/node_modules/typebox/build/type/engine/readonly/instantiate_remove.mjs +14 -0
  298. package/node_modules/typebox/build/type/engine/readonly_object/from_array.d.mts +2 -2
  299. package/node_modules/typebox/build/type/engine/readonly_object/from_array.mjs +2 -2
  300. package/node_modules/typebox/build/type/engine/readonly_object/from_dependent.d.mts +5 -0
  301. package/node_modules/typebox/build/type/engine/readonly_object/from_dependent.mjs +8 -0
  302. package/node_modules/typebox/build/type/engine/readonly_object/from_intersect.d.mts +1 -1
  303. package/node_modules/typebox/build/type/engine/readonly_object/from_intersect.mjs +3 -2
  304. package/node_modules/typebox/build/type/engine/readonly_object/from_object.d.mts +2 -2
  305. package/node_modules/typebox/build/type/engine/readonly_object/from_object.mjs +2 -2
  306. package/node_modules/typebox/build/type/engine/readonly_object/from_tuple.d.mts +2 -2
  307. package/node_modules/typebox/build/type/engine/readonly_object/from_tuple.mjs +2 -2
  308. package/node_modules/typebox/build/type/engine/readonly_object/from_type.d.mts +3 -1
  309. package/node_modules/typebox/build/type/engine/readonly_object/from_type.mjs +8 -5
  310. package/node_modules/typebox/build/type/engine/record/from_key_enum.d.mts +2 -2
  311. package/node_modules/typebox/build/type/engine/record/from_key_enum.mjs +2 -2
  312. package/node_modules/typebox/build/type/engine/record/from_key_template_literal.d.mts +2 -2
  313. package/node_modules/typebox/build/type/engine/record/from_key_template_literal.mjs +2 -2
  314. package/node_modules/typebox/build/type/engine/ref/instantiate.d.mts +3 -3
  315. package/node_modules/typebox/build/type/engine/ref/instantiate.mjs +6 -6
  316. package/node_modules/typebox/build/type/engine/required/from_dependent.d.mts +5 -0
  317. package/node_modules/typebox/build/type/engine/required/from_dependent.mjs +8 -0
  318. package/node_modules/typebox/build/type/engine/required/from_intersect.d.mts +1 -1
  319. package/node_modules/typebox/build/type/engine/required/from_intersect.mjs +3 -2
  320. package/node_modules/typebox/build/type/engine/required/from_object.d.mts +2 -2
  321. package/node_modules/typebox/build/type/engine/required/from_object.mjs +2 -2
  322. package/node_modules/typebox/build/type/engine/required/from_type.d.mts +3 -1
  323. package/node_modules/typebox/build/type/engine/required/from_type.mjs +7 -4
  324. package/node_modules/typebox/build/type/engine/template_literal/decode.mjs +3 -3
  325. package/node_modules/typebox/build/type/engine/template_literal/encode.d.mts +2 -2
  326. package/node_modules/typebox/build/type/engine/template_literal/encode.mjs +6 -6
  327. package/node_modules/typebox/build/type/engine/template_literal/is_finite.mjs +1 -1
  328. package/node_modules/typebox/build/type/engine/template_literal/is_pattern.mjs +1 -0
  329. package/node_modules/typebox/build/type/engine/this/expand_this.d.mts +1 -4
  330. package/node_modules/typebox/build/type/engine/this/expand_this.mjs +7 -13
  331. package/node_modules/typebox/build/type/engine/with/instantiate.d.mts +8 -0
  332. package/node_modules/typebox/build/type/engine/{options → with}/instantiate.mjs +5 -5
  333. package/node_modules/typebox/build/type/extends/dependent.d.mts +6 -0
  334. package/node_modules/typebox/build/type/extends/dependent.mjs +6 -0
  335. package/node_modules/typebox/build/type/extends/enum.d.mts +4 -4
  336. package/node_modules/typebox/build/type/extends/enum.mjs +3 -2
  337. package/node_modules/typebox/build/type/extends/extends_left.d.mts +5 -7
  338. package/node_modules/typebox/build/type/extends/extends_left.mjs +24 -27
  339. package/node_modules/typebox/build/type/extends/extends_right.d.mts +7 -5
  340. package/node_modules/typebox/build/type/extends/extends_right.mjs +20 -15
  341. package/node_modules/typebox/build/type/extends/inference.mjs +1 -1
  342. package/node_modules/typebox/build/type/extends/object.d.mts +8 -1
  343. package/node_modules/typebox/build/type/extends/object.mjs +25 -3
  344. package/node_modules/typebox/build/type/extends/parameters.mjs +2 -2
  345. package/node_modules/typebox/build/type/extends/record.d.mts +13 -0
  346. package/node_modules/typebox/build/type/extends/record.mjs +23 -0
  347. package/node_modules/typebox/build/type/extends/template_literal.d.mts +3 -3
  348. package/node_modules/typebox/build/type/extends/template_literal.mjs +3 -3
  349. package/node_modules/typebox/build/type/extends/tuple.d.mts +3 -6
  350. package/node_modules/typebox/build/type/extends/tuple.mjs +6 -5
  351. package/node_modules/typebox/build/type/extends/union.mjs +2 -2
  352. package/node_modules/typebox/build/type/script/mapping.d.mts +84 -99
  353. package/node_modules/typebox/build/type/script/mapping.mjs +81 -85
  354. package/node_modules/typebox/build/type/script/parser.d.mts +40 -40
  355. package/node_modules/typebox/build/type/script/parser.mjs +22 -22
  356. package/node_modules/typebox/build/type/script/script.d.mts +3 -4
  357. package/node_modules/typebox/build/type/script/script.mjs +3 -2
  358. package/node_modules/typebox/build/type/script/token/internal/guard.d.mts +1 -1
  359. package/node_modules/typebox/build/type/script/token/internal/guard.mjs +1 -1
  360. package/node_modules/typebox/build/type/script/token/internal/take.mjs +1 -1
  361. package/node_modules/typebox/build/type/script/token/until.mjs +2 -2
  362. package/node_modules/typebox/build/type/types/_codec.d.mts +12 -12
  363. package/node_modules/typebox/build/type/types/_codec.mjs +0 -1
  364. package/node_modules/typebox/build/type/types/_immutable.d.mts +2 -9
  365. package/node_modules/typebox/build/type/types/_immutable.mjs +2 -10
  366. package/node_modules/typebox/build/type/types/_optional.d.mts +2 -9
  367. package/node_modules/typebox/build/type/types/_optional.mjs +2 -11
  368. package/node_modules/typebox/build/type/types/_readonly.d.mts +2 -9
  369. package/node_modules/typebox/build/type/types/_readonly.mjs +2 -10
  370. package/node_modules/typebox/build/type/types/_refine.d.mts +8 -10
  371. package/node_modules/typebox/build/type/types/_refine.mjs +1 -2
  372. package/node_modules/typebox/build/type/types/call.d.mts +3 -3
  373. package/node_modules/typebox/build/type/types/call.mjs +3 -2
  374. package/node_modules/typebox/build/type/types/deferred.d.mts +1 -0
  375. package/node_modules/typebox/build/type/types/deferred.mjs +1 -1
  376. package/node_modules/typebox/build/type/types/dependent.d.mts +17 -0
  377. package/node_modules/typebox/build/type/types/dependent.mjs +24 -0
  378. package/node_modules/typebox/build/type/types/enum.d.mts +3 -1
  379. package/node_modules/typebox/build/type/types/enum.mjs +5 -0
  380. package/node_modules/typebox/build/type/types/index.d.mts +1 -4
  381. package/node_modules/typebox/build/type/types/index.mjs +1 -4
  382. package/node_modules/typebox/build/type/types/number.d.mts +1 -1
  383. package/node_modules/typebox/build/type/types/number.mjs +1 -1
  384. package/node_modules/typebox/build/type/types/record.d.mts +13 -7
  385. package/node_modules/typebox/build/type/types/record.mjs +15 -9
  386. package/node_modules/typebox/build/type/types/static.d.mts +2 -5
  387. package/node_modules/typebox/build/typebox.d.mts +4 -8
  388. package/node_modules/typebox/build/typebox.mjs +4 -8
  389. package/node_modules/typebox/build/value/clean/clean.mjs +4 -2
  390. package/node_modules/typebox/build/value/clean/from_intersect.mjs +2 -2
  391. package/node_modules/typebox/build/value/clean/from_type.mjs +8 -10
  392. package/node_modules/typebox/build/value/clean/from_union.d.mts +1 -1
  393. package/node_modules/typebox/build/value/clean/from_union.mjs +1 -2
  394. package/node_modules/typebox/build/value/clone/clone.mjs +2 -73
  395. package/node_modules/typebox/build/value/codec/decode.mjs +4 -2
  396. package/node_modules/typebox/build/value/codec/encode.mjs +4 -2
  397. package/node_modules/typebox/build/value/codec/from_array.mjs +1 -4
  398. package/node_modules/typebox/build/value/codec/from_object.mjs +1 -4
  399. package/node_modules/typebox/build/value/codec/from_record.mjs +2 -7
  400. package/node_modules/typebox/build/value/codec/from_tuple.mjs +1 -4
  401. package/node_modules/typebox/build/value/codec/from_union.mjs +2 -3
  402. package/node_modules/typebox/build/value/convert/from_enum.mjs +3 -4
  403. package/node_modules/typebox/build/value/convert/from_template_literal.d.mts +1 -1
  404. package/node_modules/typebox/build/value/convert/from_template_literal.mjs +2 -3
  405. package/node_modules/typebox/build/value/convert/from_type.mjs +19 -21
  406. package/node_modules/typebox/build/value/create/from_enum.mjs +2 -2
  407. package/node_modules/typebox/build/value/create/from_type.mjs +23 -31
  408. package/node_modules/typebox/build/value/default/from_object.mjs +1 -1
  409. package/node_modules/typebox/build/value/default/from_type.mjs +8 -10
  410. package/node_modules/typebox/build/value/index.d.mts +0 -1
  411. package/node_modules/typebox/build/value/index.mjs +0 -1
  412. package/node_modules/typebox/build/value/repair/from_enum.mjs +2 -3
  413. package/node_modules/typebox/build/value/repair/from_type.mjs +24 -22
  414. package/node_modules/typebox/build/value/shared/union_priority_sort.d.mts +6 -2
  415. package/node_modules/typebox/build/value/shared/union_priority_sort.mjs +62 -26
  416. package/node_modules/typebox/build/value/value.d.mts +0 -1
  417. package/node_modules/typebox/build/value/value.mjs +0 -1
  418. package/node_modules/typebox/package.json +25 -25
  419. package/node_modules/typebox/readme.md +97 -80
  420. package/node_modules/undici-types/agent.d.ts +0 -2
  421. package/node_modules/undici-types/client.d.ts +25 -19
  422. package/node_modules/undici-types/dispatcher.d.ts +7 -33
  423. package/node_modules/undici-types/dispatcher1-wrapper.d.ts +7 -0
  424. package/node_modules/undici-types/fetch.d.ts +24 -4
  425. package/node_modules/undici-types/h2c-client.d.ts +6 -6
  426. package/node_modules/undici-types/handlers.d.ts +1 -2
  427. package/node_modules/undici-types/header.d.ts +5 -0
  428. package/node_modules/undici-types/index.d.ts +3 -1
  429. package/node_modules/undici-types/interceptors.d.ts +1 -1
  430. package/node_modules/undici-types/package.json +1 -1
  431. package/node_modules/undici-types/pool.d.ts +0 -2
  432. package/node_modules/undici-types/proxy-agent.d.ts +2 -2
  433. package/node_modules/undici-types/round-robin-pool.d.ts +0 -2
  434. package/node_modules/undici-types/snapshot-agent.d.ts +4 -0
  435. package/node_modules/undici-types/socks5-proxy-agent.d.ts +2 -2
  436. package/node_modules/undici-types/webidl.d.ts +0 -1
  437. package/npm-shrinkwrap.json +49 -41
  438. package/openclaw.plugin.json +12 -0
  439. package/package.json +5 -5
  440. package/node_modules/@cacheable/memory/dist/index.d.ts +0 -310
  441. package/node_modules/@cacheable/memory/dist/index.js +0 -807
  442. package/node_modules/@cacheable/utils/dist/index.d.ts +0 -307
  443. package/node_modules/@cacheable/utils/dist/index.js +0 -630
  444. package/node_modules/@types/node/compatibility/iterators.d.ts +0 -21
  445. package/node_modules/cacheable/dist/index.d.ts +0 -494
  446. package/node_modules/cacheable/dist/index.js +0 -1141
  447. package/node_modules/content-type/HISTORY.md +0 -29
  448. package/node_modules/content-type/index.js +0 -225
  449. package/node_modules/media-typer/HISTORY.md +0 -50
  450. package/node_modules/media-typer/index.js +0 -143
  451. package/node_modules/typebox/build/schema/engine/_guard.d.mts +0 -6
  452. package/node_modules/typebox/build/schema/engine/_guard.mjs +0 -26
  453. package/node_modules/typebox/build/schema/types/_guard.d.mts +0 -10
  454. package/node_modules/typebox/build/schema/types/_guard.mjs +0 -16
  455. package/node_modules/typebox/build/type/action/_optional.d.mts +0 -19
  456. package/node_modules/typebox/build/type/action/_optional.mjs +0 -40
  457. package/node_modules/typebox/build/type/action/_readonly.d.mts +0 -19
  458. package/node_modules/typebox/build/type/action/_readonly.mjs +0 -40
  459. package/node_modules/typebox/build/type/action/awaited.d.mts +0 -15
  460. package/node_modules/typebox/build/type/action/awaited.mjs +0 -15
  461. package/node_modules/typebox/build/type/action/options.d.mts +0 -11
  462. package/node_modules/typebox/build/type/action/options.mjs +0 -11
  463. package/node_modules/typebox/build/type/engine/awaited/instantiate.d.mts +0 -11
  464. package/node_modules/typebox/build/type/engine/awaited/instantiate.mjs +0 -20
  465. package/node_modules/typebox/build/type/engine/enum/enum_to_union.d.mts +0 -14
  466. package/node_modules/typebox/build/type/engine/enum/enum_to_union.mjs +0 -24
  467. package/node_modules/typebox/build/type/engine/options/index.d.mts +0 -1
  468. package/node_modules/typebox/build/type/engine/options/index.mjs +0 -1
  469. package/node_modules/typebox/build/type/engine/options/instantiate.d.mts +0 -8
  470. package/node_modules/typebox/build/type/extends/async_iterator.d.mts +0 -7
  471. package/node_modules/typebox/build/type/extends/async_iterator.mjs +0 -9
  472. package/node_modules/typebox/build/type/extends/iterator.d.mts +0 -7
  473. package/node_modules/typebox/build/type/extends/iterator.mjs +0 -9
  474. package/node_modules/typebox/build/type/extends/promise.d.mts +0 -7
  475. package/node_modules/typebox/build/type/extends/promise.mjs +0 -9
  476. package/node_modules/typebox/build/type/types/async_iterator.d.mts +0 -20
  477. package/node_modules/typebox/build/type/types/async_iterator.mjs +0 -28
  478. package/node_modules/typebox/build/type/types/base.d.mts +0 -50
  479. package/node_modules/typebox/build/type/types/base.mjs +0 -84
  480. package/node_modules/typebox/build/type/types/iterator.d.mts +0 -20
  481. package/node_modules/typebox/build/type/types/iterator.mjs +0 -28
  482. package/node_modules/typebox/build/type/types/promise.d.mts +0 -21
  483. package/node_modules/typebox/build/type/types/promise.mjs +0 -29
  484. package/node_modules/typebox/build/value/clean/from_base.d.mts +0 -2
  485. package/node_modules/typebox/build/value/clean/from_base.mjs +0 -4
  486. package/node_modules/typebox/build/value/convert/from_base.d.mts +0 -2
  487. package/node_modules/typebox/build/value/convert/from_base.mjs +0 -4
  488. package/node_modules/typebox/build/value/create/from_async_iterator.d.mts +0 -2
  489. package/node_modules/typebox/build/value/create/from_async_iterator.mjs +0 -5
  490. package/node_modules/typebox/build/value/create/from_base.d.mts +0 -2
  491. package/node_modules/typebox/build/value/create/from_base.mjs +0 -4
  492. package/node_modules/typebox/build/value/create/from_iterator.d.mts +0 -2
  493. package/node_modules/typebox/build/value/create/from_iterator.mjs +0 -5
  494. package/node_modules/typebox/build/value/create/from_promise.d.mts +0 -2
  495. package/node_modules/typebox/build/value/create/from_promise.mjs +0 -5
  496. package/node_modules/typebox/build/value/default/from_base.d.mts +0 -2
  497. package/node_modules/typebox/build/value/default/from_base.mjs +0 -5
  498. package/node_modules/typebox/build/value/mutate/error.d.mts +0 -3
  499. package/node_modules/typebox/build/value/mutate/error.mjs +0 -6
  500. package/node_modules/typebox/build/value/mutate/from_array.d.mts +0 -2
  501. package/node_modules/typebox/build/value/mutate/from_array.mjs +0 -16
  502. package/node_modules/typebox/build/value/mutate/from_object.d.mts +0 -2
  503. package/node_modules/typebox/build/value/mutate/from_object.mjs +0 -40
  504. package/node_modules/typebox/build/value/mutate/from_unknown.d.mts +0 -2
  505. package/node_modules/typebox/build/value/mutate/from_unknown.mjs +0 -7
  506. package/node_modules/typebox/build/value/mutate/from_value.d.mts +0 -2
  507. package/node_modules/typebox/build/value/mutate/from_value.mjs +0 -12
  508. package/node_modules/typebox/build/value/mutate/index.d.mts +0 -1
  509. package/node_modules/typebox/build/value/mutate/index.mjs +0 -1
  510. package/node_modules/typebox/build/value/mutate/mutate.d.mts +0 -11
  511. package/node_modules/typebox/build/value/mutate/mutate.mjs +0 -41
  512. package/node_modules/typebox/build/value/repair/from_base.d.mts +0 -2
  513. package/node_modules/typebox/build/value/repair/from_base.mjs +0 -8
  514. package/dist/{approval-resolver-e1hAVRRy.js → approval-resolver-DF-lu8k5.js} +1 -1
  515. /package/node_modules/typebox/build/type/engine/{awaited → with}/index.d.mts +0 -0
  516. /package/node_modules/typebox/build/type/engine/{awaited → with}/index.mjs +0 -0
@@ -3,16 +3,12 @@ export declare function Or(left: string, right: string): string;
3
3
  export declare function Not(expr: string): string;
4
4
  /** Returns true if this value is an array */
5
5
  export declare function IsArray(value: string): string;
6
- /** Returns true if this value is an async iterator */
7
- export declare function IsAsyncIterator(value: unknown): string;
8
6
  /** Returns true if this value is bigint */
9
7
  export declare function IsBigInt(value: string): string;
10
8
  /** Returns true if this value is a boolean */
11
9
  export declare function IsBoolean(value: string): string;
12
10
  /** Returns true if this value is integer */
13
11
  export declare function IsInteger(value: string): string;
14
- /** Returns true if this value is an iterator */
15
- export declare function IsIterator(value: unknown): string;
16
12
  /** Returns true if this value is null */
17
13
  export declare function IsNull(value: string): string;
18
14
  /** Returns true if this value is number */
@@ -26,10 +26,6 @@ export function Not(expr) {
26
26
  export function IsArray(value) {
27
27
  return `Array.isArray(${value})`;
28
28
  }
29
- /** Returns true if this value is an async iterator */
30
- export function IsAsyncIterator(value) {
31
- return `Guard.IsAsyncIterator(${value})`;
32
- }
33
29
  /** Returns true if this value is bigint */
34
30
  export function IsBigInt(value) {
35
31
  return `typeof ${value} === "bigint"`;
@@ -42,10 +38,6 @@ export function IsBoolean(value) {
42
38
  export function IsInteger(value) {
43
39
  return `Number.isInteger(${value})`;
44
40
  }
45
- /** Returns true if this value is an iterator */
46
- export function IsIterator(value) {
47
- return `Guard.IsIterator(${value})`;
48
- }
49
41
  /** Returns true if this value is null */
50
42
  export function IsNull(value) {
51
43
  return `${value} === null`;
@@ -1,7 +1,5 @@
1
1
  /** Returns true if this value is an array */
2
2
  export declare function IsArray(value: unknown): value is unknown[];
3
- /** Returns true if this value is an async iterator */
4
- export declare function IsAsyncIterator(value: unknown): value is AsyncIterableIterator<unknown>;
5
3
  /** Returns true if this value is bigint */
6
4
  export declare function IsBigInt(value: unknown): value is bigint;
7
5
  /** Returns true if this value is a boolean */
@@ -12,8 +10,6 @@ export declare function IsConstructor(value: unknown): value is new (...args: ne
12
10
  export declare function IsFunction(value: unknown): value is globalThis.Function;
13
11
  /** Returns true if this value is integer */
14
12
  export declare function IsInteger(value: unknown): value is number;
15
- /** Returns true if this value is an iterator */
16
- export declare function IsIterator(value: unknown): value is IterableIterator<unknown>;
17
13
  /** Returns true if this value is null */
18
14
  export declare function IsNull(value: unknown): value is null;
19
15
  /** Returns true if this value is number */
@@ -47,8 +43,8 @@ export declare function IsMinLength(value: string, length: number): boolean;
47
43
  export declare function Every<T>(value: T[], offset: number, callback: (value: T, index: number) => boolean): boolean;
48
44
  /** Returns true if all elements from offset satisfy the callback, visiting every element regardless of failure */
49
45
  export declare function EveryAll<T>(value: T[], offset: number, callback: (value: T, index: number) => boolean): boolean;
50
- /** Takes the left-most element from an array and dispatches to the true arm, or the false arm if empty */
51
- export declare function TakeLeft<T, True extends (left: T, right: T[]) => unknown, False extends () => unknown>(array: T[], true_: True, false_: False): ReturnType<True> | ReturnType<False>;
46
+ /** Shifts the left-most element from an array and dispatches to the true arm, or the false arm if empty */
47
+ export declare function ShiftLeft<T, True extends (left: T, right: T[]) => unknown, False extends () => unknown>(array: T[], true_: True, false_: False): ReturnType<True> | ReturnType<False>;
52
48
  /** Returns true if the PropertyKey is Unsafe (ref: prototype-pollution). */
53
49
  export declare function IsUnsafePropertyKey(key: PropertyKey): boolean;
54
50
  /** Returns true if this value has this property key */
@@ -59,9 +55,9 @@ export declare function HasPropertyKey<Key extends PropertyKey>(value: object, k
59
55
  export declare function EntriesRegExp<Value extends unknown = unknown>(value: Record<PropertyKey, Value>): [RegExp, Value][];
60
56
  /** Returns object entries as `[string, Value][]` */
61
57
  export declare function Entries<Value extends unknown = unknown>(value: Record<PropertyKey, Value>): [string, Value][];
62
- /** Returns property keys for this object via `Object.getOwnPropertyKeys({ ... })` */
58
+ /** Returns property keys for this object via `Object.getOwnPropertyNames({ ... })` */
63
59
  export declare function Keys(value: Record<PropertyKey, unknown>): string[];
64
- /** Returns the property keys for this object via `Object.getOwnPropertyKeys({ ... })` */
60
+ /** Returns the property keys for this object via `Object.getOwnPropertySymbols({ ... })` */
65
61
  export declare function Symbols(value: Record<PropertyKey, unknown>): symbol[];
66
62
  /** Returns the property values for the given object via `Object.values()` */
67
63
  export declare function Values(value: Record<PropertyKey, unknown>): unknown[];
@@ -6,10 +6,6 @@ import * as String from './string.mjs';
6
6
  export function IsArray(value) {
7
7
  return Array.isArray(value);
8
8
  }
9
- /** Returns true if this value is an async iterator */
10
- export function IsAsyncIterator(value) {
11
- return IsObject(value) && Symbol.asyncIterator in value;
12
- }
13
9
  /** Returns true if this value is bigint */
14
10
  export function IsBigInt(value) {
15
11
  return IsEqual(typeof value, 'bigint');
@@ -37,10 +33,6 @@ export function IsFunction(value) {
37
33
  export function IsInteger(value) {
38
34
  return Number.isInteger(value);
39
35
  }
40
- /** Returns true if this value is an iterator */
41
- export function IsIterator(value) {
42
- return IsObject(value) && Symbol.iterator in value;
43
- }
44
36
  /** Returns true if this value is null */
45
37
  export function IsNull(value) {
46
38
  return IsEqual(value, null);
@@ -100,7 +92,7 @@ export function IsMultipleOf(dividend, divisor) {
100
92
  if (IsInteger(dividend) && (1 / divisor) % 1 === 0)
101
93
  return true;
102
94
  const mod = dividend % divisor;
103
- return Math.min(Math.abs(mod), Math.abs(mod - divisor)) < tolerance;
95
+ return Math.min(Math.abs(mod), Math.abs(mod - divisor), Math.abs(mod + divisor)) < tolerance;
104
96
  }
105
97
  // ------------------------------------------------------------------
106
98
  // IsClassInstance
@@ -162,8 +154,8 @@ export function EveryAll(value, offset, callback) {
162
154
  }
163
155
  return result;
164
156
  }
165
- /** Takes the left-most element from an array and dispatches to the true arm, or the false arm if empty */
166
- export function TakeLeft(array, true_, false_) {
157
+ /** Shifts the left-most element from an array and dispatches to the true arm, or the false arm if empty */
158
+ export function ShiftLeft(array, true_, false_) {
167
159
  return (IsEqual(array.length, 0) ? false_() : true_(array[0], array.slice(1)));
168
160
  }
169
161
  // --------------------------------------------------------------------------
@@ -185,11 +177,11 @@ export function EntriesRegExp(value) {
185
177
  export function Entries(value) {
186
178
  return Object.entries(value);
187
179
  }
188
- /** Returns property keys for this object via `Object.getOwnPropertyKeys({ ... })` */
180
+ /** Returns property keys for this object via `Object.getOwnPropertyNames({ ... })` */
189
181
  export function Keys(value) {
190
182
  return Object.getOwnPropertyNames(value);
191
183
  }
192
- /** Returns the property keys for this object via `Object.getOwnPropertyKeys({ ... })` */
184
+ /** Returns the property keys for this object via `Object.getOwnPropertySymbols({ ... })` */
193
185
  export function Symbols(value) {
194
186
  return Object.getOwnPropertySymbols(value);
195
187
  }
@@ -1,5 +1,5 @@
1
1
  import { Stack } from './_stack.mjs';
2
2
  import { BuildContext, CheckContext, ErrorContext } from './_context.mjs';
3
- export declare function BuildBooleanSchema(_stack: Stack, _context: BuildContext, schema: boolean, _value: string): string;
4
- export declare function CheckBooleanSchema(_stack: Stack, _context: CheckContext, schema: boolean, _value: unknown): boolean;
5
- export declare function ErrorBooleanSchema(stack: Stack, context: ErrorContext, schemaPath: string, instancePath: string, schema: boolean, value: unknown): boolean;
3
+ export declare function BuildSchemaBoolean(_stack: Stack, _context: BuildContext, schema: boolean, _value: string): string;
4
+ export declare function CheckSchemaBoolean(_stack: Stack, _context: CheckContext, schema: boolean, _value: unknown): boolean;
5
+ export declare function ErrorSchemaBoolean(stack: Stack, context: ErrorContext, schemaPath: string, instancePath: string, schema: boolean, value: unknown): boolean;
@@ -3,20 +3,20 @@ import { EmitGuard as E } from '../../guard/index.mjs';
3
3
  // ------------------------------------------------------------------
4
4
  // Build
5
5
  // ------------------------------------------------------------------
6
- export function BuildBooleanSchema(_stack, _context, schema, _value) {
6
+ export function BuildSchemaBoolean(_stack, _context, schema, _value) {
7
7
  return schema ? E.Constant(true) : E.Constant(false);
8
8
  }
9
9
  // ------------------------------------------------------------------
10
10
  // Check
11
11
  // ------------------------------------------------------------------
12
- export function CheckBooleanSchema(_stack, _context, schema, _value) {
12
+ export function CheckSchemaBoolean(_stack, _context, schema, _value) {
13
13
  return schema;
14
14
  }
15
15
  // ------------------------------------------------------------------
16
16
  // Error
17
17
  // ------------------------------------------------------------------
18
- export function ErrorBooleanSchema(stack, context, schemaPath, instancePath, schema, value) {
19
- return CheckBooleanSchema(stack, context, schema, value) || context.AddError({
18
+ export function ErrorSchemaBoolean(stack, context, schemaPath, instancePath, schema, value) {
19
+ return CheckSchemaBoolean(stack, context, schema, value) || context.AddError({
20
20
  keyword: 'boolean',
21
21
  schemaPath,
22
22
  instancePath,
@@ -1,6 +1,5 @@
1
1
  export * from './_context.mjs';
2
2
  export * from './_externals.mjs';
3
- export * from './_guard.mjs';
4
3
  export * from './_functions.mjs';
5
4
  export * from './_reducer.mjs';
6
5
  export * from './_refine.mjs';
@@ -3,7 +3,6 @@
3
3
  // ------------------------------------------------------------------
4
4
  export * from './_context.mjs';
5
5
  export * from './_externals.mjs';
6
- export * from './_guard.mjs';
7
6
  export * from './_functions.mjs';
8
7
  export * from './_reducer.mjs';
9
8
  export * from './_refine.mjs';
@@ -1,13 +1,12 @@
1
1
  // deno-fmt-ignore-file
2
2
  import * as Schema from '../types/index.mjs';
3
3
  import { BuildRefine, CheckRefine, ErrorRefine } from './_refine.mjs';
4
- import { BuildGuard, CheckGuard, ErrorGuard } from './_guard.mjs';
5
4
  import { EmitGuard as E, Guard as G } from '../../guard/index.mjs';
6
5
  import { BuildAdditionalItems, CheckAdditionalItems, ErrorAdditionalItems } from './additionalItems.mjs';
7
6
  import { BuildAdditionalProperties, CheckAdditionalProperties, ErrorAdditionalProperties } from './additionalProperties.mjs';
8
7
  import { BuildAllOf, CheckAllOf, ErrorAllOf } from './allOf.mjs';
9
8
  import { BuildAnyOf, CheckAnyOf, ErrorAnyOf } from './anyOf.mjs';
10
- import { BuildBooleanSchema, CheckBooleanSchema, ErrorBooleanSchema } from './boolean.mjs';
9
+ import { BuildSchemaBoolean, CheckSchemaBoolean, ErrorSchemaBoolean } from './boolean.mjs';
11
10
  import { BuildConst, CheckConst, ErrorConst } from './const.mjs';
12
11
  import { BuildContains, CheckContains, ErrorContains } from './contains.mjs';
13
12
  import { BuildDependencies, CheckDependencies, ErrorDependencies } from './dependencies.mjs';
@@ -126,8 +125,8 @@ export function BuildSchemaPushStack(stack, context, schema, value) {
126
125
  export function BuildSchema(stack, context, schema, value) {
127
126
  stack.Push(schema);
128
127
  const conditions = [];
129
- if (Schema.IsBooleanSchema(schema))
130
- return BuildBooleanSchema(stack, context, schema, value);
128
+ if (Schema.IsSchemaBoolean(schema))
129
+ return BuildSchemaBoolean(stack, context, schema, value);
131
130
  if (Schema.IsType(schema))
132
131
  conditions.push(BuildType(stack, context, schema, value));
133
132
  if (HasObjectKeywords(schema)) {
@@ -216,8 +215,6 @@ export function BuildSchema(stack, context, schema, value) {
216
215
  conditions.push(BuildRecursiveRef(stack, context, schema, value));
217
216
  if (Schema.IsDynamicRef(schema))
218
217
  conditions.push(BuildDynamicRef(stack, context, schema, value));
219
- if (Schema.IsGuard(schema))
220
- conditions.push(BuildGuard(stack, context, schema, value));
221
218
  if (Schema.IsConst(schema))
222
219
  conditions.push(BuildConst(stack, context, schema, value));
223
220
  if (Schema.IsEnum(schema))
@@ -250,7 +247,7 @@ export function CheckSchemaPushStack(stack, context, schema, value) {
250
247
  }
251
248
  export function CheckSchema(stack, context, schema, value) {
252
249
  stack.Push(schema);
253
- const result = Schema.IsBooleanSchema(schema) ? CheckBooleanSchema(stack, context, schema, value) : ((!Schema.IsType(schema) || CheckType(stack, context, schema, value)) &&
250
+ const result = Schema.IsSchemaBoolean(schema) ? CheckSchemaBoolean(stack, context, schema, value) : ((!Schema.IsType(schema) || CheckType(stack, context, schema, value)) &&
254
251
  (!(G.IsObject(value) && !G.IsArray(value)) || ((!Schema.IsRequired(schema) || CheckRequired(stack, context, schema, value)) &&
255
252
  (!Schema.IsAdditionalProperties(schema) || CheckAdditionalProperties(stack, context, schema, value)) &&
256
253
  (!Schema.IsDependencies(schema) || CheckDependencies(stack, context, schema, value)) &&
@@ -282,7 +279,6 @@ export function CheckSchema(stack, context, schema, value) {
282
279
  (!Schema.IsRef(schema) || CheckRef(stack, context, schema, value)) &&
283
280
  (!Schema.IsRecursiveRef(schema) || CheckRecursiveRef(stack, context, schema, value)) &&
284
281
  (!Schema.IsDynamicRef(schema) || CheckDynamicRef(stack, context, schema, value)) &&
285
- (!Schema.IsGuard(schema) || CheckGuard(stack, context, schema, value)) &&
286
282
  (!Schema.IsConst(schema) || CheckConst(stack, context, schema, value)) &&
287
283
  (!Schema.IsEnum(schema) || CheckEnum(stack, context, schema, value)) &&
288
284
  (!Schema.IsIf(schema) || CheckIf(stack, context, schema, value)) &&
@@ -304,7 +300,7 @@ export function ErrorSchemaPushStack(stack, context, schemaPath, instancePath, s
304
300
  }
305
301
  export function ErrorSchema(stack, context, schemaPath, instancePath, schema, value) {
306
302
  stack.Push(schema);
307
- const result = (Schema.IsBooleanSchema(schema)) ? ErrorBooleanSchema(stack, context, schemaPath, instancePath, schema, value) : (!!(+(!Schema.IsType(schema) || ErrorType(stack, context, schemaPath, instancePath, schema, value)) &
303
+ const result = (Schema.IsSchemaBoolean(schema)) ? ErrorSchemaBoolean(stack, context, schemaPath, instancePath, schema, value) : (!!(+(!Schema.IsType(schema) || ErrorType(stack, context, schemaPath, instancePath, schema, value)) &
308
304
  +(!(G.IsObject(value) && !G.IsArray(value)) || !!(+(!Schema.IsRequired(schema) || ErrorRequired(stack, context, schemaPath, instancePath, schema, value)) &
309
305
  +(!Schema.IsAdditionalProperties(schema) || ErrorAdditionalProperties(stack, context, schemaPath, instancePath, schema, value)) &
310
306
  +(!Schema.IsDependencies(schema) || ErrorDependencies(stack, context, schemaPath, instancePath, schema, value)) &
@@ -336,7 +332,6 @@ export function ErrorSchema(stack, context, schemaPath, instancePath, schema, va
336
332
  +(!Schema.IsRef(schema) || ErrorRef(stack, context, schemaPath, instancePath, schema, value)) &
337
333
  +(!Schema.IsRecursiveRef(schema) || ErrorRecursiveRef(stack, context, schemaPath, instancePath, schema, value)) &
338
334
  +(!Schema.IsDynamicRef(schema) || ErrorDynamicRef(stack, context, schemaPath, instancePath, schema, value)) &
339
- +(!Schema.IsGuard(schema) || ErrorGuard(stack, context, schemaPath, instancePath, schema, value)) &
340
335
  +(!Schema.IsConst(schema) || ErrorConst(stack, context, schemaPath, instancePath, schema, value)) &
341
336
  +(!Schema.IsEnum(schema) || ErrorEnum(stack, context, schemaPath, instancePath, schema, value)) &
342
337
  +(!Schema.IsIf(schema) || ErrorIf(stack, context, schemaPath, instancePath, schema, value)) &
@@ -14,15 +14,13 @@ function BuildTypeName(_stack, _context, type, value) {
14
14
  G.IsEqual(type, 'null') ? E.IsNull(value) :
15
15
  G.IsEqual(type, 'string') ? E.IsString(value) :
16
16
  // xschema
17
- G.IsEqual(type, 'asyncIterator') ? E.IsAsyncIterator(value) :
18
- G.IsEqual(type, 'bigint') ? E.IsBigInt(value) :
19
- G.IsEqual(type, 'constructor') ? E.IsConstructor(value) :
20
- G.IsEqual(type, 'function') ? E.IsFunction(value) :
21
- G.IsEqual(type, 'iterator') ? E.IsIterator(value) :
22
- G.IsEqual(type, 'symbol') ? E.IsSymbol(value) :
23
- G.IsEqual(type, 'undefined') ? E.IsUndefined(value) :
24
- G.IsEqual(type, 'void') ? E.IsUndefined(value) :
25
- E.Constant(true));
17
+ G.IsEqual(type, 'bigint') ? E.IsBigInt(value) :
18
+ G.IsEqual(type, 'constructor') ? E.IsConstructor(value) :
19
+ G.IsEqual(type, 'function') ? E.IsFunction(value) :
20
+ G.IsEqual(type, 'symbol') ? E.IsSymbol(value) :
21
+ G.IsEqual(type, 'undefined') ? E.IsUndefined(value) :
22
+ G.IsEqual(type, 'void') ? E.IsUndefined(value) :
23
+ E.Constant(true));
26
24
  }
27
25
  function CheckTypeName(_stack, _context, type, _schema, value) {
28
26
  return (
@@ -35,15 +33,13 @@ function CheckTypeName(_stack, _context, type, _schema, value) {
35
33
  G.IsEqual(type, 'null') ? G.IsNull(value) :
36
34
  G.IsEqual(type, 'string') ? G.IsString(value) :
37
35
  // xschema
38
- G.IsEqual(type, 'asyncIterator') ? G.IsAsyncIterator(value) :
39
- G.IsEqual(type, 'bigint') ? G.IsBigInt(value) :
40
- G.IsEqual(type, 'constructor') ? G.IsConstructor(value) :
41
- G.IsEqual(type, 'function') ? G.IsFunction(value) :
42
- G.IsEqual(type, 'iterator') ? G.IsIterator(value) :
43
- G.IsEqual(type, 'symbol') ? G.IsSymbol(value) :
44
- G.IsEqual(type, 'undefined') ? G.IsUndefined(value) :
45
- G.IsEqual(type, 'void') ? G.IsUndefined(value) :
46
- true);
36
+ G.IsEqual(type, 'bigint') ? G.IsBigInt(value) :
37
+ G.IsEqual(type, 'constructor') ? G.IsConstructor(value) :
38
+ G.IsEqual(type, 'function') ? G.IsFunction(value) :
39
+ G.IsEqual(type, 'symbol') ? G.IsSymbol(value) :
40
+ G.IsEqual(type, 'undefined') ? G.IsUndefined(value) :
41
+ G.IsEqual(type, 'void') ? G.IsUndefined(value) :
42
+ true);
47
43
  }
48
44
  // ------------------------------------------------------------------
49
45
  // TypeNames
@@ -12,5 +12,5 @@ export function IsDependencies(schema) {
12
12
  return Guard.HasPropertyKey(schema, 'dependencies')
13
13
  && Guard.IsObject(schema.dependencies)
14
14
  && Object.values(schema.dependencies).every(value => IsSchema(value)
15
- || Guard.IsArray(value) && value.every(value => Guard.IsString(value)));
15
+ || (Guard.IsArray(value) && value.every(value => Guard.IsString(value))));
16
16
  }
@@ -1,4 +1,3 @@
1
- export * from './_guard.mjs';
2
1
  export * from './_refine.mjs';
3
2
  export * from './additionalItems.mjs';
4
3
  export * from './additionalProperties.mjs';
@@ -1,7 +1,6 @@
1
1
  // ------------------------------------------------------------------
2
2
  // Extensions
3
3
  // ------------------------------------------------------------------
4
- export * from './_guard.mjs';
5
4
  export * from './_refine.mjs';
6
5
  // ------------------------------------------------------------------
7
6
  // Standard
@@ -3,7 +3,7 @@ export type XSchemaObject = object;
3
3
  export declare function IsSchemaObject(value: unknown): value is XSchemaObject;
4
4
  export type XSchemaBoolean = boolean;
5
5
  /** Returns true if this value is a boolean */
6
- export declare function IsBooleanSchema(value: unknown): value is XSchemaBoolean;
6
+ export declare function IsSchemaBoolean(value: unknown): value is XSchemaBoolean;
7
7
  export type XSchema = XSchemaObject | XSchemaBoolean;
8
8
  /** Returns true if this value is schema like */
9
9
  export declare function IsSchema(value: unknown): value is XSchema;
@@ -5,10 +5,10 @@ export function IsSchemaObject(value) {
5
5
  return Guard.IsObject(value) && !Guard.IsArray(value);
6
6
  }
7
7
  /** Returns true if this value is a boolean */
8
- export function IsBooleanSchema(value) {
8
+ export function IsSchemaBoolean(value) {
9
9
  return Guard.IsBoolean(value);
10
10
  }
11
11
  /** Returns true if this value is schema like */
12
12
  export function IsSchema(value) {
13
- return IsSchemaObject(value) || IsBooleanSchema(value);
13
+ return IsSchemaObject(value) || IsSchemaBoolean(value);
14
14
  }
@@ -33,7 +33,6 @@ export function ar_001(error) {
33
33
  case 'unevaluatedItems': return 'يجب ألا يحتوي على عناصر غير مقيمة';
34
34
  case 'unevaluatedProperties': return 'يجب ألا يحتوي على خصائص غير مقيمة';
35
35
  case 'uniqueItems': return `يجب ألا يحتوي على عناصر مكررة`;
36
- case '~guard': return `يجب أن يتطابق مع دالة الفحص`;
37
36
  case '~refine': return error.params.message;
38
37
  default: return 'حدث خطأ غير معروف في التحقق من الصحة';
39
38
  }
@@ -33,7 +33,6 @@ export function bn_BD(error) {
33
33
  case 'unevaluatedItems': return 'অবমূল্যায়িত আইটেম থাকতে পারবে না';
34
34
  case 'unevaluatedProperties': return 'অবমূল্যায়িত বৈশিষ্ট্য থাকতে পারবে না';
35
35
  case 'uniqueItems': return `অনুলিপি আইটেম থাকতে পারবে না`;
36
- case '~guard': return `চেক ফাংশনের সাথে মেলাতে হবে`;
37
36
  case '~refine': return error.params.message;
38
37
  default: return 'একটি অজানা বৈধকরণ ত্রুটি ঘটেছে';
39
38
  }
@@ -33,7 +33,6 @@ export function cs_CZ(error) {
33
33
  case 'unevaluatedItems': return 'nesmí mít nevyhodnocené položky';
34
34
  case 'unevaluatedProperties': return 'nesmí mít nevyhodnocené vlastnosti';
35
35
  case 'uniqueItems': return `nesmí mít duplicitní položky`;
36
- case '~guard': return `musí odpovídat kontrolní funkci`;
37
36
  case '~refine': return error.params.message;
38
37
  default: return 'došlo k neznámé chybě ověření';
39
38
  }
@@ -33,7 +33,6 @@ export function de_DE(error) {
33
33
  case 'unevaluatedItems': return 'darf keine unbewerteten Elemente haben';
34
34
  case 'unevaluatedProperties': return 'darf keine unbewerteten Eigenschaften haben';
35
35
  case 'uniqueItems': return `darf keine doppelten Elemente haben`;
36
- case '~guard': return `muss der Prüffunktion entsprechen`;
37
36
  case '~refine': return error.params.message;
38
37
  default: return 'ein unbekannter Validierungsfehler ist aufgetreten';
39
38
  }
@@ -33,7 +33,6 @@ export function el_GR(error) {
33
33
  case 'unevaluatedItems': return 'δεν πρέπει να έχει μη αξιολογημένα στοιχεία';
34
34
  case 'unevaluatedProperties': return 'δεν πρέπει να έχει μη αξιολογημένες ιδιότητες';
35
35
  case 'uniqueItems': return `δεν πρέπει να έχει διπλά στοιχεία`;
36
- case '~guard': return `πρέπει να αντιστοιχεί στη συνάρτηση ελέγχου`;
37
36
  case '~refine': return error.params.message;
38
37
  default: return 'προέκυψε ένα άγνωστο σφάλμα επικύρωσης';
39
38
  }
@@ -32,7 +32,6 @@ export function en_US(error) {
32
32
  case 'unevaluatedItems': return 'must not have unevaluated items';
33
33
  case 'unevaluatedProperties': return 'must not have unevaluated properties';
34
34
  case 'uniqueItems': return `must not have duplicate items`;
35
- case '~guard': return `must match check function`;
36
35
  case '~refine': return error.params.message;
37
36
  // deno-coverage-ignore - unreachable
38
37
  default: return 'an unknown validation error occurred';
@@ -33,7 +33,6 @@ export function es_419(error) {
33
33
  case 'unevaluatedItems': return 'no debe tener elementos no evaluados';
34
34
  case 'unevaluatedProperties': return 'no debe tener propiedades no evaluadas';
35
35
  case 'uniqueItems': return `no debe tener elementos duplicados`;
36
- case '~guard': return `debe coincidir con la función de verificación`;
37
36
  case '~refine': return error.params.message;
38
37
  default: return 'ocurrió un error de validación desconocido';
39
38
  }
@@ -33,7 +33,6 @@ export function es_AR(error) {
33
33
  case 'unevaluatedItems': return 'no debe tener elementos no evaluados';
34
34
  case 'unevaluatedProperties': return 'no debe tener propiedades no evaluadas';
35
35
  case 'uniqueItems': return `no debe tener elementos duplicados`;
36
- case '~guard': return `debe coincidir con la función de verificación`;
37
36
  case '~refine': return error.params.message;
38
37
  default: return 'ocurrió un error de validación desconocido';
39
38
  }
@@ -33,7 +33,6 @@ export function es_ES(error) {
33
33
  case 'unevaluatedItems': return 'no debe tener elementos no evaluados';
34
34
  case 'unevaluatedProperties': return 'no debe tener propiedades no evaluadas';
35
35
  case 'uniqueItems': return `no debe tener elementos duplicados`;
36
- case '~guard': return `debe coincidir con la función de verificación`;
37
36
  case '~refine': return error.params.message;
38
37
  default: return 'ha ocurrido un error de validación desconocido';
39
38
  }
@@ -33,7 +33,6 @@ export function es_MX(error) {
33
33
  case 'unevaluatedItems': return 'no debe tener elementos no evaluados';
34
34
  case 'unevaluatedProperties': return 'no debe tener propiedades no evaluadas';
35
35
  case 'uniqueItems': return `no debe tener elementos duplicados`;
36
- case '~guard': return `debe coincidir con la función de verificación`;
37
36
  case '~refine': return error.params.message;
38
37
  default: return 'ocurrió un error de validación desconocido';
39
38
  }
@@ -33,7 +33,6 @@ export function fa_IR(error) {
33
33
  case 'unevaluatedItems': return 'نباید آیتم‌های ارزیابی نشده داشته باشد';
34
34
  case 'unevaluatedProperties': return 'نباید ویژگی‌های ارزیابی نشده داشته باشد';
35
35
  case 'uniqueItems': return `نباید آیتم‌های تکراری داشته باشد`;
36
- case '~guard': return `باید با تابع بررسی مطابقت داشته باشد`;
37
36
  case '~refine': return error.params.message;
38
37
  default: return 'یک خطای اعتبارسنجی ناشناخته رخ داده است';
39
38
  }
@@ -33,7 +33,6 @@ export function fil_PH(error) {
33
33
  case 'unevaluatedItems': return 'hindi dapat magkaroon ng mga hindi pa nasusuring item';
34
34
  case 'unevaluatedProperties': return 'hindi dapat magkaroon ng mga hindi pa nasusuring katangian';
35
35
  case 'uniqueItems': return `hindi dapat magkaroon ng mga duplicate na item`;
36
- case '~guard': return `dapat tumugma sa function ng pagsusuri`;
37
36
  case '~refine': return error.params.message;
38
37
  default: return 'nagkaroon ng hindi kilalang error sa pagpapatunay';
39
38
  }
@@ -33,7 +33,6 @@ export function fr_CA(error) {
33
33
  case 'unevaluatedItems': return 'ne doit pas avoir d\'éléments non évalués';
34
34
  case 'unevaluatedProperties': return 'ne doit pas avoir de propriétés non évaluées';
35
35
  case 'uniqueItems': return `ne doit pas avoir d'éléments en double`;
36
- case '~guard': return `doit correspondre à la fonction de vérification`;
37
36
  case '~refine': return error.params.message;
38
37
  default: return 'une erreur de validation inconnue est survenue';
39
38
  }
@@ -33,7 +33,6 @@ export function fr_FR(error) {
33
33
  case 'unevaluatedItems': return 'ne doit pas avoir d\'éléments non évalués';
34
34
  case 'unevaluatedProperties': return 'ne doit pas avoir de propriétés non évaluées';
35
35
  case 'uniqueItems': return `ne doit pas avoir d'éléments en double`;
36
- case '~guard': return `doit correspondre à la fonction de vérification`;
37
36
  case '~refine': return error.params.message;
38
37
  default: return 'une erreur de validation inconnue est survenue';
39
38
  }
@@ -33,7 +33,6 @@ export function ha_NG(error) {
33
33
  case 'unevaluatedItems': return 'kada ya kasance yana da abubuwan da ba a kimanta su ba';
34
34
  case 'unevaluatedProperties': return 'kada ya kasance yana da kaddarorin da ba a kimanta su ba';
35
35
  case 'uniqueItems': return `kada ya kasance yana da abubuwan da suka yi kama`;
36
- case '~guard': return `dole ne ya dace da aikin duba`;
37
36
  case '~refine': return error.params.message;
38
37
  default: return 'an sami kuskuren tabbatarwa da ba a sani ba';
39
38
  }
@@ -33,7 +33,6 @@ export function hi_IN(error) {
33
33
  case 'unevaluatedItems': return 'में अप्रयुक्त आइटम नहीं होने चाहिए';
34
34
  case 'unevaluatedProperties': return 'में अप्रयुक्त गुण नहीं होने चाहिए';
35
35
  case 'uniqueItems': return `में डुप्लिकेट आइटम नहीं होने चाहिए`;
36
- case '~guard': return `चेक फ़ंक्शन से मेल खाना चाहिए`;
37
36
  case '~refine': return error.params.message;
38
37
  default: return 'एक अज्ञात सत्यापन त्रुटि हुई';
39
38
  }
@@ -33,7 +33,6 @@ export function hu_HU(error) {
33
33
  case 'unevaluatedItems': return 'nem lehetnek nem értékelt elemei';
34
34
  case 'unevaluatedProperties': return 'nem lehetnek nem értékelt tulajdonságai';
35
35
  case 'uniqueItems': return `nem lehetnek ismétlődő elemei`;
36
- case '~guard': return `meg kell felelnie az ellenőrző függvénynek`;
37
36
  case '~refine': return error.params.message;
38
37
  default: return 'ismeretlen validációs hiba történt';
39
38
  }
@@ -33,7 +33,6 @@ export function id_ID(error) {
33
33
  case 'unevaluatedItems': return 'tidak boleh memiliki item yang belum dievaluasi';
34
34
  case 'unevaluatedProperties': return 'tidak boleh memiliki properti yang belum dievaluasi';
35
35
  case 'uniqueItems': return `tidak boleh memiliki item duplikat`;
36
- case '~guard': return `harus sesuai dengan fungsi pemeriksaan`;
37
36
  case '~refine': return error.params.message;
38
37
  default: return 'terjadi kesalahan validasi yang tidak diketahui';
39
38
  }
@@ -33,7 +33,6 @@ export function it_IT(error) {
33
33
  case 'unevaluatedItems': return 'non deve avere elementi non valutati';
34
34
  case 'unevaluatedProperties': return 'non deve avere proprietà non valutate';
35
35
  case 'uniqueItems': return `non deve avere elementi duplicati`;
36
- case '~guard': return `deve corrispondere alla funzione di controllo`;
37
36
  case '~refine': return error.params.message;
38
37
  default: return 'si è verificato un errore di validazione sconosciuto';
39
38
  }
@@ -33,7 +33,6 @@ export function ja_JP(error) {
33
33
  case 'unevaluatedItems': return '未評価のアイテムを持つことはできません';
34
34
  case 'unevaluatedProperties': return '未評価のプロパティを持つことはできません';
35
35
  case 'uniqueItems': return `重複するアイテムを持つことはできません`;
36
- case '~guard': return `チェック関数と一致する必要があります`;
37
36
  case '~refine': return error.params.message;
38
37
  default: return '不明なバリデーションエラーが発生しました';
39
38
  }
@@ -33,7 +33,6 @@ export function ko_KR(error) {
33
33
  case 'unevaluatedItems': return '평가되지 않은 항목을 가질 수 없습니다';
34
34
  case 'unevaluatedProperties': return '평가되지 않은 속성을 가질 수 없습니다';
35
35
  case 'uniqueItems': return `중복 항목을 가질 수 없습니다`;
36
- case '~guard': return `체크 함수와 일치해야 합니다`;
37
36
  case '~refine': return error.params.message;
38
37
  default: return '알 수 없는 유효성 검사 오류가 발생했습니다';
39
38
  }
@@ -33,7 +33,6 @@ export function ms_MY(error) {
33
33
  case 'unevaluatedItems': return 'tidak boleh mempunyai item yang tidak dinilai';
34
34
  case 'unevaluatedProperties': return 'tidak boleh mempunyai sifat yang tidak dinilai';
35
35
  case 'uniqueItems': return `tidak boleh mempunyai item pendua`;
36
- case '~guard': return `mestilah sepadan dengan fungsi semak`;
37
36
  case '~refine': return error.params.message;
38
37
  default: return 'ralat pengesahan yang tidak diketahui berlaku';
39
38
  }
@@ -33,7 +33,6 @@ export function nl_NL(error) {
33
33
  case 'unevaluatedItems': return 'mag geen onbeoordeelde items hebben';
34
34
  case 'unevaluatedProperties': return 'mag geen onbeoordeelde eigenschappen hebben';
35
35
  case 'uniqueItems': return `mag geen dubbele items hebben`;
36
- case '~guard': return `moet overeenkomen met de controlefunctie`;
37
36
  case '~refine': return error.params.message;
38
37
  default: return 'er is een onbekende validatiefout opgetreden';
39
38
  }
@@ -33,7 +33,6 @@ export function pl_PL(error) {
33
33
  case 'unevaluatedItems': return 'nie może mieć nieewaluowanych elementów';
34
34
  case 'unevaluatedProperties': return 'nie może mieć nieewaluowanych właściwości';
35
35
  case 'uniqueItems': return `nie może zawierać zduplikowanych elementów`;
36
- case '~guard': return `musi pasować do funkcji sprawdzającej`;
37
36
  case '~refine': return error.params.message;
38
37
  default: return 'wystąpił nieznany błąd walidacji';
39
38
  }
@@ -33,7 +33,6 @@ export function pt_BR(error) {
33
33
  case 'unevaluatedItems': return 'não deve ter itens não avaliados';
34
34
  case 'unevaluatedProperties': return 'não deve ter propriedades não avaliadas';
35
35
  case 'uniqueItems': return `não deve ter itens duplicados`;
36
- case '~guard': return `deve corresponder à função de verificação`;
37
36
  case '~refine': return error.params.message;
38
37
  default: return 'ocorreu um erro de validação desconhecido';
39
38
  }
@@ -33,7 +33,6 @@ export function pt_PT(error) {
33
33
  case 'unevaluatedItems': return 'não deve ter itens não avaliados';
34
34
  case 'unevaluatedProperties': return 'não deve ter propriedades não avaliadas';
35
35
  case 'uniqueItems': return `não deve ter itens duplicados`;
36
- case '~guard': return `deve corresponder à função de verificação`;
37
36
  case '~refine': return error.params.message;
38
37
  default: return 'ocorreu um erro de validação desconhecido';
39
38
  }
@@ -33,7 +33,6 @@ export function ro_RO(error) {
33
33
  case 'unevaluatedItems': return 'nu trebuie să aibă elemente neevaluate';
34
34
  case 'unevaluatedProperties': return 'nu trebuie să aibă proprietăți neevaluate';
35
35
  case 'uniqueItems': return `nu trebuie să aibă elemente duplicate`;
36
- case '~guard': return `trebuie să corespundă funcției de verificare`;
37
36
  case '~refine': return error.params.message;
38
37
  default: return 'a apărut o eroare de validare necunoscută';
39
38
  }