@openclaw/feishu 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.
- package/dist/{accounts-Cfzht2Hc.js → accounts-Bs5uJ4h0.js} +4 -3
- package/dist/api.js +56 -65
- package/dist/{app-registration-DuEyfVY1.js → app-registration-BwQ-aGTe.js} +22 -10
- package/dist/{channel-Bwm5rvHg.js → channel-DwCydAeD.js} +63 -37
- package/dist/channel-plugin-api.js +1 -1
- package/dist/{channel.runtime-C6SITclp.js → channel.runtime-COT2fcCf.js} +66 -129
- package/dist/contract-api.js +1 -1
- package/dist/{conversation-id-DuL575sn.js → conversation-id-CdLdoot3.js} +5 -1
- package/dist/{drive-djUl8IRC.js → drive-BupYOoHa.js} +46 -42
- package/dist/json-response-CheljwGr.js +9 -0
- package/dist/{monitor-Ckch4qvr.js → monitor-5gbbXIO-.js} +2 -2
- package/dist/{monitor.account-GXGIJrgw.js → monitor.account-lMwQ5v1Q.js} +146 -65
- package/dist/runtime-api.js +1 -1
- package/dist/{send-BJTjDWKi.js → send-DzLGqjEt.js} +17 -35
- package/dist/send-result-BMQw-YhV.js +287 -0
- package/dist/{session-conversation-CZSMgac-.js → session-conversation-BYuoVJwl.js} +1 -1
- package/dist/session-key-api.js +1 -1
- package/dist/setup-api.js +1 -1
- package/dist/{subagent-hooks-1pqt5tAA.js → subagent-hooks-B2iWPYJ1.js} +1 -1
- package/dist/subagent-hooks-api.js +1 -1
- package/node_modules/@larksuiteoapi/node-sdk/README.md +40 -0
- package/node_modules/@larksuiteoapi/node-sdk/README.zh.md +38 -0
- package/node_modules/@larksuiteoapi/node-sdk/es/index.js +183 -24
- package/node_modules/@larksuiteoapi/node-sdk/lib/index.js +186 -23
- package/node_modules/@larksuiteoapi/node-sdk/package.json +1 -72
- package/node_modules/@larksuiteoapi/node-sdk/types/index.d.ts +105 -1
- package/node_modules/@types/node/README.md +1 -1
- package/node_modules/@types/node/assert/strict.d.ts +10 -1
- package/node_modules/@types/node/assert.d.ts +144 -17
- package/node_modules/@types/node/async_hooks.d.ts +9 -9
- package/node_modules/@types/node/buffer.d.ts +64 -30
- package/node_modules/@types/node/child_process.d.ts +17 -21
- package/node_modules/@types/node/cluster.d.ts +13 -13
- package/node_modules/@types/node/console.d.ts +1 -1
- package/node_modules/@types/node/crypto.d.ts +471 -575
- package/node_modules/@types/node/diagnostics_channel.d.ts +274 -32
- package/node_modules/@types/node/dns.d.ts +15 -15
- package/node_modules/@types/node/events.d.ts +3 -3
- package/node_modules/@types/node/ffi.d.ts +486 -0
- package/node_modules/@types/node/fs/promises.d.ts +7 -4
- package/node_modules/@types/node/fs.d.ts +24 -18
- package/node_modules/@types/node/globals.d.ts +4 -4
- package/node_modules/@types/node/http.d.ts +30 -5
- package/node_modules/@types/node/http2.d.ts +5 -1
- package/node_modules/@types/node/index.d.ts +1 -3
- package/node_modules/@types/node/inspector.d.ts +1 -1
- package/node_modules/@types/node/module.d.ts +16 -45
- package/node_modules/@types/node/net.d.ts +1 -1
- package/node_modules/@types/node/os.d.ts +2 -2
- package/node_modules/@types/node/package.json +4 -4
- package/node_modules/@types/node/perf_hooks.d.ts +1 -9
- package/node_modules/@types/node/process.d.ts +25 -12
- package/node_modules/@types/node/quic.d.ts +92 -11
- package/node_modules/@types/node/readline.d.ts +12 -11
- package/node_modules/@types/node/repl.d.ts +10 -10
- package/node_modules/@types/node/sqlite.d.ts +56 -1
- package/node_modules/@types/node/stream/iter.d.ts +150 -0
- package/node_modules/@types/node/stream/promises.d.ts +2 -2
- package/node_modules/@types/node/stream/web.d.ts +1 -1
- package/node_modules/@types/node/stream.d.ts +37 -5
- package/node_modules/@types/node/test/reporters.d.ts +1 -1
- package/node_modules/@types/node/test.d.ts +120 -10
- package/node_modules/@types/node/tls.d.ts +1 -1
- package/node_modules/@types/node/ts5.6/index.d.ts +2 -4
- package/node_modules/@types/node/ts5.7/index.d.ts +1 -3
- package/node_modules/@types/node/url.d.ts +3 -3
- package/node_modules/@types/node/util/types.d.ts +1 -1
- package/node_modules/@types/node/util.d.ts +22 -22
- package/node_modules/@types/node/v8.d.ts +85 -3
- package/node_modules/@types/node/vm.d.ts +9 -9
- package/node_modules/@types/node/web-globals/domexception.d.ts +15 -0
- package/node_modules/@types/node/worker_threads.d.ts +10 -12
- package/node_modules/@types/node/zlib.d.ts +3 -3
- package/node_modules/side-channel/CHANGELOG.md +10 -0
- package/node_modules/side-channel/README.md +1 -1
- package/node_modules/side-channel/index.js +5 -2
- package/node_modules/side-channel/package.json +10 -10
- package/node_modules/side-channel/test/index.js +16 -0
- package/node_modules/typebox/build/compile/validator.d.mts +2 -7
- package/node_modules/typebox/build/compile/validator.mjs +6 -36
- package/node_modules/typebox/build/error/errors.d.mts +1 -7
- package/node_modules/typebox/build/format/_idna.mjs +36 -6
- package/node_modules/typebox/build/format/_puny.mjs +4 -1
- package/node_modules/typebox/build/format/uuid.d.mts +2 -2
- package/node_modules/typebox/build/format/uuid.mjs +3 -3
- package/node_modules/typebox/build/guard/emit.d.mts +0 -4
- package/node_modules/typebox/build/guard/emit.mjs +0 -8
- package/node_modules/typebox/build/guard/guard.d.mts +4 -8
- package/node_modules/typebox/build/guard/guard.mjs +5 -13
- package/node_modules/typebox/build/schema/engine/boolean.d.mts +3 -3
- package/node_modules/typebox/build/schema/engine/boolean.mjs +4 -4
- package/node_modules/typebox/build/schema/engine/index.d.mts +0 -1
- package/node_modules/typebox/build/schema/engine/index.mjs +0 -1
- package/node_modules/typebox/build/schema/engine/schema.mjs +5 -10
- package/node_modules/typebox/build/schema/engine/type.mjs +14 -18
- package/node_modules/typebox/build/schema/types/dependencies.mjs +1 -1
- package/node_modules/typebox/build/schema/types/index.d.mts +0 -1
- package/node_modules/typebox/build/schema/types/index.mjs +0 -1
- package/node_modules/typebox/build/schema/types/schema.d.mts +1 -1
- package/node_modules/typebox/build/schema/types/schema.mjs +2 -2
- package/node_modules/typebox/build/system/locale/ar_001.mjs +0 -1
- package/node_modules/typebox/build/system/locale/bn_BD.mjs +0 -1
- package/node_modules/typebox/build/system/locale/cs_CZ.mjs +0 -1
- package/node_modules/typebox/build/system/locale/de_DE.mjs +0 -1
- package/node_modules/typebox/build/system/locale/el_GR.mjs +0 -1
- package/node_modules/typebox/build/system/locale/en_US.mjs +0 -1
- package/node_modules/typebox/build/system/locale/es_419.mjs +0 -1
- package/node_modules/typebox/build/system/locale/es_AR.mjs +0 -1
- package/node_modules/typebox/build/system/locale/es_ES.mjs +0 -1
- package/node_modules/typebox/build/system/locale/es_MX.mjs +0 -1
- package/node_modules/typebox/build/system/locale/fa_IR.mjs +0 -1
- package/node_modules/typebox/build/system/locale/fil_PH.mjs +0 -1
- package/node_modules/typebox/build/system/locale/fr_CA.mjs +0 -1
- package/node_modules/typebox/build/system/locale/fr_FR.mjs +0 -1
- package/node_modules/typebox/build/system/locale/ha_NG.mjs +0 -1
- package/node_modules/typebox/build/system/locale/hi_IN.mjs +0 -1
- package/node_modules/typebox/build/system/locale/hu_HU.mjs +0 -1
- package/node_modules/typebox/build/system/locale/id_ID.mjs +0 -1
- package/node_modules/typebox/build/system/locale/it_IT.mjs +0 -1
- package/node_modules/typebox/build/system/locale/ja_JP.mjs +0 -1
- package/node_modules/typebox/build/system/locale/ko_KR.mjs +0 -1
- package/node_modules/typebox/build/system/locale/ms_MY.mjs +0 -1
- package/node_modules/typebox/build/system/locale/nl_NL.mjs +0 -1
- package/node_modules/typebox/build/system/locale/pl_PL.mjs +0 -1
- package/node_modules/typebox/build/system/locale/pt_BR.mjs +0 -1
- package/node_modules/typebox/build/system/locale/pt_PT.mjs +0 -1
- package/node_modules/typebox/build/system/locale/ro_RO.mjs +0 -1
- package/node_modules/typebox/build/system/locale/ru_RU.mjs +0 -1
- package/node_modules/typebox/build/system/locale/sv_SE.mjs +0 -1
- package/node_modules/typebox/build/system/locale/sw_TZ.mjs +0 -1
- package/node_modules/typebox/build/system/locale/th_TH.mjs +0 -1
- package/node_modules/typebox/build/system/locale/tr_TR.mjs +0 -1
- package/node_modules/typebox/build/system/locale/uk_UA.mjs +0 -1
- package/node_modules/typebox/build/system/locale/ur_PK.mjs +0 -1
- package/node_modules/typebox/build/system/locale/vi_VN.mjs +0 -1
- package/node_modules/typebox/build/system/locale/yo_NG.mjs +0 -1
- package/node_modules/typebox/build/system/locale/zh_Hans.mjs +0 -1
- package/node_modules/typebox/build/system/locale/zh_Hant.mjs +0 -1
- package/node_modules/typebox/build/system/memory/clone.d.mts +2 -3
- package/node_modules/typebox/build/system/memory/clone.mjs +73 -26
- package/node_modules/typebox/build/system/settings/settings.d.mts +15 -0
- package/node_modules/typebox/build/system/settings/settings.mjs +3 -1
- package/node_modules/typebox/build/type/action/_add_immutable.d.mts +11 -0
- package/node_modules/typebox/build/type/action/_add_immutable.mjs +11 -0
- package/node_modules/typebox/build/type/action/_add_optional.d.mts +11 -0
- package/node_modules/typebox/build/type/action/_add_optional.mjs +11 -0
- package/node_modules/typebox/build/type/action/_add_readonly.d.mts +11 -0
- package/node_modules/typebox/build/type/action/_add_readonly.mjs +11 -0
- package/node_modules/typebox/build/type/action/_remove_immutable.d.mts +11 -0
- package/node_modules/typebox/build/type/action/_remove_immutable.mjs +11 -0
- package/node_modules/typebox/build/type/action/_remove_optional.d.mts +11 -0
- package/node_modules/typebox/build/type/action/_remove_optional.mjs +11 -0
- package/node_modules/typebox/build/type/action/_remove_readonly.d.mts +11 -0
- package/node_modules/typebox/build/type/action/_remove_readonly.mjs +11 -0
- package/node_modules/typebox/build/type/action/conditional.d.mts +2 -3
- package/node_modules/typebox/build/type/action/conditional.mjs +2 -1
- package/node_modules/typebox/build/type/action/index.d.mts +7 -4
- package/node_modules/typebox/build/type/action/index.mjs +7 -4
- package/node_modules/typebox/build/type/action/mapped.d.mts +2 -3
- package/node_modules/typebox/build/type/action/mapped.mjs +2 -1
- package/node_modules/typebox/build/type/action/module.d.mts +8 -7
- package/node_modules/typebox/build/type/action/module.mjs +7 -6
- package/node_modules/typebox/build/type/action/readonly_object.d.mts +0 -5
- package/node_modules/typebox/build/type/action/readonly_object.mjs +0 -5
- package/node_modules/typebox/build/type/action/with.d.mts +11 -0
- package/node_modules/typebox/build/type/action/with.mjs +11 -0
- package/node_modules/typebox/build/type/engine/call/distribute_arguments.mjs +1 -1
- package/node_modules/typebox/build/type/engine/call/instantiate.d.mts +1 -3
- package/node_modules/typebox/build/type/engine/call/instantiate.mjs +3 -2
- package/node_modules/typebox/build/type/engine/call/resolve_arguments.mjs +2 -2
- package/node_modules/typebox/build/type/engine/constructor_parameters/instantiate.d.mts +3 -4
- package/node_modules/typebox/build/type/engine/constructor_parameters/instantiate.mjs +2 -1
- package/node_modules/typebox/build/type/engine/cyclic/candidates.d.mts +2 -3
- package/node_modules/typebox/build/type/engine/cyclic/candidates.mjs +3 -6
- package/node_modules/typebox/build/type/engine/cyclic/check.d.mts +6 -9
- package/node_modules/typebox/build/type/engine/cyclic/check.mjs +10 -16
- package/node_modules/typebox/build/type/engine/cyclic/dependencies.d.mts +1 -4
- package/node_modules/typebox/build/type/engine/cyclic/dependencies.mjs +9 -15
- package/node_modules/typebox/build/type/engine/cyclic/extends.d.mts +1 -4
- package/node_modules/typebox/build/type/engine/cyclic/extends.mjs +8 -14
- package/node_modules/typebox/build/type/engine/cyclic/instantiate.d.mts +2 -5
- package/node_modules/typebox/build/type/engine/cyclic/instantiate.mjs +3 -2
- package/node_modules/typebox/build/type/engine/enum/index.d.mts +0 -1
- package/node_modules/typebox/build/type/engine/enum/index.mjs +0 -1
- package/node_modules/typebox/build/type/engine/evaluate/broaden.d.mts +1 -2
- package/node_modules/typebox/build/type/engine/evaluate/broaden.mjs +2 -6
- package/node_modules/typebox/build/type/engine/evaluate/composite.d.mts +10 -6
- package/node_modules/typebox/build/type/engine/evaluate/composite.mjs +10 -6
- package/node_modules/typebox/build/type/engine/evaluate/distribute.d.mts +2 -1
- package/node_modules/typebox/build/type/engine/evaluate/distribute.mjs +3 -3
- package/node_modules/typebox/build/type/engine/evaluate/evaluate.d.mts +17 -5
- package/node_modules/typebox/build/type/engine/evaluate/evaluate.mjs +34 -8
- package/node_modules/typebox/build/type/engine/exclude/operation.d.mts +5 -6
- package/node_modules/typebox/build/type/engine/exclude/operation.mjs +11 -12
- package/node_modules/typebox/build/type/engine/extract/operation.d.mts +5 -6
- package/node_modules/typebox/build/type/engine/extract/operation.mjs +11 -12
- package/node_modules/typebox/build/type/engine/immutable/instantiate_add.d.mts +10 -0
- package/node_modules/typebox/build/type/engine/immutable/instantiate_add.mjs +14 -0
- package/node_modules/typebox/build/type/engine/immutable/instantiate_remove.d.mts +10 -0
- package/node_modules/typebox/build/type/engine/immutable/instantiate_remove.mjs +14 -0
- package/node_modules/typebox/build/type/engine/index.d.mts +2 -2
- package/node_modules/typebox/build/type/engine/index.mjs +2 -2
- package/node_modules/typebox/build/type/engine/indexable/from_dependent.d.mts +5 -0
- package/node_modules/typebox/build/type/engine/indexable/from_dependent.mjs +8 -0
- package/node_modules/typebox/build/type/engine/indexable/from_enum.d.mts +3 -3
- package/node_modules/typebox/build/type/engine/indexable/from_enum.mjs +4 -4
- package/node_modules/typebox/build/type/engine/indexable/from_template_literal.d.mts +2 -2
- package/node_modules/typebox/build/type/engine/indexable/from_template_literal.mjs +3 -3
- package/node_modules/typebox/build/type/engine/indexable/from_type.d.mts +3 -1
- package/node_modules/typebox/build/type/engine/indexable/from_type.mjs +9 -6
- package/node_modules/typebox/build/type/engine/indexed/instantiate.d.mts +2 -1
- package/node_modules/typebox/build/type/engine/indexed/instantiate.mjs +5 -2
- package/node_modules/typebox/build/type/engine/instantiate.d.mts +44 -31
- package/node_modules/typebox/build/type/engine/instantiate.mjs +82 -83
- package/node_modules/typebox/build/type/engine/interface/instantiate.d.mts +3 -6
- package/node_modules/typebox/build/type/engine/intrinsics/from_template_literal.d.mts +2 -2
- package/node_modules/typebox/build/type/engine/intrinsics/from_template_literal.mjs +3 -3
- package/node_modules/typebox/build/type/engine/keyof/instantiate.d.mts +2 -1
- package/node_modules/typebox/build/type/engine/keyof/instantiate.mjs +5 -1
- package/node_modules/typebox/build/type/engine/mapped/mapped_operation.d.mts +4 -4
- package/node_modules/typebox/build/type/engine/mapped/mapped_operation.mjs +3 -3
- package/node_modules/typebox/build/type/engine/mapped/mapped_variants.d.mts +5 -4
- package/node_modules/typebox/build/type/engine/mapped/mapped_variants.mjs +10 -5
- package/node_modules/typebox/build/type/engine/module/instantiate.d.mts +7 -9
- package/node_modules/typebox/build/type/engine/module/instantiate.mjs +17 -15
- package/node_modules/typebox/build/type/engine/object/from_dependent.d.mts +5 -0
- package/node_modules/typebox/build/type/engine/object/from_dependent.mjs +8 -0
- package/node_modules/typebox/build/type/engine/object/from_type.d.mts +3 -1
- package/node_modules/typebox/build/type/engine/object/from_type.mjs +8 -5
- package/node_modules/typebox/build/type/engine/object/from_union.mjs +2 -2
- package/node_modules/typebox/build/type/engine/optional/instantiate_add.d.mts +10 -0
- package/node_modules/typebox/build/type/engine/optional/instantiate_add.mjs +14 -0
- package/node_modules/typebox/build/type/engine/optional/instantiate_remove.d.mts +10 -0
- package/node_modules/typebox/build/type/engine/optional/instantiate_remove.mjs +14 -0
- package/node_modules/typebox/build/type/engine/parameters/instantiate.d.mts +3 -4
- package/node_modules/typebox/build/type/engine/parameters/instantiate.mjs +2 -1
- package/node_modules/typebox/build/type/engine/partial/from_dependent.d.mts +5 -0
- package/node_modules/typebox/build/type/engine/partial/from_dependent.mjs +8 -0
- package/node_modules/typebox/build/type/engine/partial/from_intersect.d.mts +1 -1
- package/node_modules/typebox/build/type/engine/partial/from_intersect.mjs +3 -2
- package/node_modules/typebox/build/type/engine/partial/from_object.d.mts +2 -2
- package/node_modules/typebox/build/type/engine/partial/from_object.mjs +2 -2
- package/node_modules/typebox/build/type/engine/partial/from_type.d.mts +3 -1
- package/node_modules/typebox/build/type/engine/partial/from_type.mjs +7 -4
- package/node_modules/typebox/build/type/engine/priority/index.d.mts +1 -0
- package/node_modules/typebox/build/type/engine/priority/index.mjs +1 -0
- package/node_modules/typebox/build/type/engine/priority/priority.d.mts +20 -0
- package/node_modules/typebox/build/type/engine/priority/priority.mjs +28 -0
- package/node_modules/typebox/build/type/engine/readonly/instantiate_add.d.mts +10 -0
- package/node_modules/typebox/build/type/engine/readonly/instantiate_add.mjs +14 -0
- package/node_modules/typebox/build/type/engine/readonly/instantiate_remove.d.mts +10 -0
- package/node_modules/typebox/build/type/engine/readonly/instantiate_remove.mjs +14 -0
- package/node_modules/typebox/build/type/engine/readonly_object/from_array.d.mts +2 -2
- package/node_modules/typebox/build/type/engine/readonly_object/from_array.mjs +2 -2
- package/node_modules/typebox/build/type/engine/readonly_object/from_dependent.d.mts +5 -0
- package/node_modules/typebox/build/type/engine/readonly_object/from_dependent.mjs +8 -0
- package/node_modules/typebox/build/type/engine/readonly_object/from_intersect.d.mts +1 -1
- package/node_modules/typebox/build/type/engine/readonly_object/from_intersect.mjs +3 -2
- package/node_modules/typebox/build/type/engine/readonly_object/from_object.d.mts +2 -2
- package/node_modules/typebox/build/type/engine/readonly_object/from_object.mjs +2 -2
- package/node_modules/typebox/build/type/engine/readonly_object/from_tuple.d.mts +2 -2
- package/node_modules/typebox/build/type/engine/readonly_object/from_tuple.mjs +2 -2
- package/node_modules/typebox/build/type/engine/readonly_object/from_type.d.mts +3 -1
- package/node_modules/typebox/build/type/engine/readonly_object/from_type.mjs +8 -5
- package/node_modules/typebox/build/type/engine/record/from_key_enum.d.mts +2 -2
- package/node_modules/typebox/build/type/engine/record/from_key_enum.mjs +2 -2
- package/node_modules/typebox/build/type/engine/record/from_key_template_literal.d.mts +2 -2
- package/node_modules/typebox/build/type/engine/record/from_key_template_literal.mjs +2 -2
- package/node_modules/typebox/build/type/engine/ref/instantiate.d.mts +3 -3
- package/node_modules/typebox/build/type/engine/ref/instantiate.mjs +6 -6
- package/node_modules/typebox/build/type/engine/required/from_dependent.d.mts +5 -0
- package/node_modules/typebox/build/type/engine/required/from_dependent.mjs +8 -0
- package/node_modules/typebox/build/type/engine/required/from_intersect.d.mts +1 -1
- package/node_modules/typebox/build/type/engine/required/from_intersect.mjs +3 -2
- package/node_modules/typebox/build/type/engine/required/from_object.d.mts +2 -2
- package/node_modules/typebox/build/type/engine/required/from_object.mjs +2 -2
- package/node_modules/typebox/build/type/engine/required/from_type.d.mts +3 -1
- package/node_modules/typebox/build/type/engine/required/from_type.mjs +7 -4
- package/node_modules/typebox/build/type/engine/template_literal/decode.mjs +3 -3
- package/node_modules/typebox/build/type/engine/template_literal/encode.d.mts +2 -2
- package/node_modules/typebox/build/type/engine/template_literal/encode.mjs +6 -6
- package/node_modules/typebox/build/type/engine/template_literal/is_finite.mjs +1 -1
- package/node_modules/typebox/build/type/engine/template_literal/is_pattern.mjs +1 -0
- package/node_modules/typebox/build/type/engine/this/expand_this.d.mts +1 -4
- package/node_modules/typebox/build/type/engine/this/expand_this.mjs +7 -13
- package/node_modules/typebox/build/type/engine/with/instantiate.d.mts +8 -0
- package/node_modules/typebox/build/type/engine/{options → with}/instantiate.mjs +5 -5
- package/node_modules/typebox/build/type/extends/dependent.d.mts +6 -0
- package/node_modules/typebox/build/type/extends/dependent.mjs +6 -0
- package/node_modules/typebox/build/type/extends/enum.d.mts +4 -4
- package/node_modules/typebox/build/type/extends/enum.mjs +3 -2
- package/node_modules/typebox/build/type/extends/extends_left.d.mts +5 -7
- package/node_modules/typebox/build/type/extends/extends_left.mjs +24 -27
- package/node_modules/typebox/build/type/extends/extends_right.d.mts +7 -5
- package/node_modules/typebox/build/type/extends/extends_right.mjs +20 -15
- package/node_modules/typebox/build/type/extends/inference.mjs +1 -1
- package/node_modules/typebox/build/type/extends/object.d.mts +8 -1
- package/node_modules/typebox/build/type/extends/object.mjs +25 -3
- package/node_modules/typebox/build/type/extends/parameters.mjs +2 -2
- package/node_modules/typebox/build/type/extends/record.d.mts +13 -0
- package/node_modules/typebox/build/type/extends/record.mjs +23 -0
- package/node_modules/typebox/build/type/extends/template_literal.d.mts +3 -3
- package/node_modules/typebox/build/type/extends/template_literal.mjs +3 -3
- package/node_modules/typebox/build/type/extends/tuple.d.mts +3 -6
- package/node_modules/typebox/build/type/extends/tuple.mjs +6 -5
- package/node_modules/typebox/build/type/extends/union.mjs +2 -2
- package/node_modules/typebox/build/type/script/mapping.d.mts +84 -99
- package/node_modules/typebox/build/type/script/mapping.mjs +81 -85
- package/node_modules/typebox/build/type/script/parser.d.mts +40 -40
- package/node_modules/typebox/build/type/script/parser.mjs +22 -22
- package/node_modules/typebox/build/type/script/script.d.mts +3 -4
- package/node_modules/typebox/build/type/script/script.mjs +3 -2
- package/node_modules/typebox/build/type/script/token/internal/guard.d.mts +1 -1
- package/node_modules/typebox/build/type/script/token/internal/guard.mjs +1 -1
- package/node_modules/typebox/build/type/script/token/internal/take.mjs +1 -1
- package/node_modules/typebox/build/type/script/token/until.mjs +2 -2
- package/node_modules/typebox/build/type/types/_codec.d.mts +12 -12
- package/node_modules/typebox/build/type/types/_codec.mjs +0 -1
- package/node_modules/typebox/build/type/types/_immutable.d.mts +2 -9
- package/node_modules/typebox/build/type/types/_immutable.mjs +2 -10
- package/node_modules/typebox/build/type/types/_optional.d.mts +2 -9
- package/node_modules/typebox/build/type/types/_optional.mjs +2 -11
- package/node_modules/typebox/build/type/types/_readonly.d.mts +2 -9
- package/node_modules/typebox/build/type/types/_readonly.mjs +2 -10
- package/node_modules/typebox/build/type/types/_refine.d.mts +8 -10
- package/node_modules/typebox/build/type/types/_refine.mjs +1 -2
- package/node_modules/typebox/build/type/types/call.d.mts +3 -3
- package/node_modules/typebox/build/type/types/call.mjs +3 -2
- package/node_modules/typebox/build/type/types/deferred.d.mts +1 -0
- package/node_modules/typebox/build/type/types/deferred.mjs +1 -1
- package/node_modules/typebox/build/type/types/dependent.d.mts +17 -0
- package/node_modules/typebox/build/type/types/dependent.mjs +24 -0
- package/node_modules/typebox/build/type/types/enum.d.mts +3 -1
- package/node_modules/typebox/build/type/types/enum.mjs +5 -0
- package/node_modules/typebox/build/type/types/index.d.mts +1 -4
- package/node_modules/typebox/build/type/types/index.mjs +1 -4
- package/node_modules/typebox/build/type/types/number.d.mts +1 -1
- package/node_modules/typebox/build/type/types/number.mjs +1 -1
- package/node_modules/typebox/build/type/types/record.d.mts +13 -7
- package/node_modules/typebox/build/type/types/record.mjs +15 -9
- package/node_modules/typebox/build/type/types/static.d.mts +2 -5
- package/node_modules/typebox/build/typebox.d.mts +4 -8
- package/node_modules/typebox/build/typebox.mjs +4 -8
- package/node_modules/typebox/build/value/clean/clean.mjs +4 -2
- package/node_modules/typebox/build/value/clean/from_intersect.mjs +2 -2
- package/node_modules/typebox/build/value/clean/from_type.mjs +8 -10
- package/node_modules/typebox/build/value/clean/from_union.d.mts +1 -1
- package/node_modules/typebox/build/value/clean/from_union.mjs +1 -2
- package/node_modules/typebox/build/value/clone/clone.mjs +2 -73
- package/node_modules/typebox/build/value/codec/decode.mjs +4 -2
- package/node_modules/typebox/build/value/codec/encode.mjs +4 -2
- package/node_modules/typebox/build/value/codec/from_array.mjs +1 -4
- package/node_modules/typebox/build/value/codec/from_object.mjs +1 -4
- package/node_modules/typebox/build/value/codec/from_record.mjs +2 -7
- package/node_modules/typebox/build/value/codec/from_tuple.mjs +1 -4
- package/node_modules/typebox/build/value/codec/from_union.mjs +2 -3
- package/node_modules/typebox/build/value/convert/from_enum.mjs +3 -4
- package/node_modules/typebox/build/value/convert/from_template_literal.d.mts +1 -1
- package/node_modules/typebox/build/value/convert/from_template_literal.mjs +2 -3
- package/node_modules/typebox/build/value/convert/from_type.mjs +19 -21
- package/node_modules/typebox/build/value/create/from_enum.mjs +2 -2
- package/node_modules/typebox/build/value/create/from_type.mjs +23 -31
- package/node_modules/typebox/build/value/default/from_object.mjs +1 -1
- package/node_modules/typebox/build/value/default/from_type.mjs +8 -10
- package/node_modules/typebox/build/value/index.d.mts +0 -1
- package/node_modules/typebox/build/value/index.mjs +0 -1
- package/node_modules/typebox/build/value/repair/from_enum.mjs +2 -3
- package/node_modules/typebox/build/value/repair/from_type.mjs +24 -22
- package/node_modules/typebox/build/value/shared/union_priority_sort.d.mts +6 -2
- package/node_modules/typebox/build/value/shared/union_priority_sort.mjs +62 -26
- package/node_modules/typebox/build/value/value.d.mts +0 -1
- package/node_modules/typebox/build/value/value.mjs +0 -1
- package/node_modules/typebox/package.json +25 -25
- package/node_modules/typebox/readme.md +97 -80
- package/node_modules/undici-types/agent.d.ts +0 -2
- package/node_modules/undici-types/client.d.ts +25 -19
- package/node_modules/undici-types/dispatcher.d.ts +7 -33
- package/node_modules/undici-types/dispatcher1-wrapper.d.ts +7 -0
- package/node_modules/undici-types/fetch.d.ts +24 -4
- package/node_modules/undici-types/h2c-client.d.ts +6 -6
- package/node_modules/undici-types/handlers.d.ts +1 -2
- package/node_modules/undici-types/header.d.ts +5 -0
- package/node_modules/undici-types/index.d.ts +3 -1
- package/node_modules/undici-types/interceptors.d.ts +1 -1
- package/node_modules/undici-types/package.json +1 -1
- package/node_modules/undici-types/pool.d.ts +0 -2
- package/node_modules/undici-types/proxy-agent.d.ts +2 -2
- package/node_modules/undici-types/round-robin-pool.d.ts +0 -2
- package/node_modules/undici-types/snapshot-agent.d.ts +4 -0
- package/node_modules/undici-types/socks5-proxy-agent.d.ts +2 -2
- package/node_modules/undici-types/webidl.d.ts +0 -1
- package/npm-shrinkwrap.json +23 -23
- package/package.json +6 -6
- package/skills/feishu-drive/SKILL.md +17 -3
- package/dist/send-result-DSsIa4-p.js +0 -140
- package/node_modules/@types/node/compatibility/iterators.d.ts +0 -21
- package/node_modules/typebox/build/schema/engine/_guard.d.mts +0 -6
- package/node_modules/typebox/build/schema/engine/_guard.mjs +0 -26
- package/node_modules/typebox/build/schema/types/_guard.d.mts +0 -10
- package/node_modules/typebox/build/schema/types/_guard.mjs +0 -16
- package/node_modules/typebox/build/type/action/_optional.d.mts +0 -19
- package/node_modules/typebox/build/type/action/_optional.mjs +0 -40
- package/node_modules/typebox/build/type/action/_readonly.d.mts +0 -19
- package/node_modules/typebox/build/type/action/_readonly.mjs +0 -40
- package/node_modules/typebox/build/type/action/awaited.d.mts +0 -15
- package/node_modules/typebox/build/type/action/awaited.mjs +0 -15
- package/node_modules/typebox/build/type/action/options.d.mts +0 -11
- package/node_modules/typebox/build/type/action/options.mjs +0 -11
- package/node_modules/typebox/build/type/engine/awaited/instantiate.d.mts +0 -11
- package/node_modules/typebox/build/type/engine/awaited/instantiate.mjs +0 -20
- package/node_modules/typebox/build/type/engine/enum/enum_to_union.d.mts +0 -14
- package/node_modules/typebox/build/type/engine/enum/enum_to_union.mjs +0 -24
- package/node_modules/typebox/build/type/engine/options/index.d.mts +0 -1
- package/node_modules/typebox/build/type/engine/options/index.mjs +0 -1
- package/node_modules/typebox/build/type/engine/options/instantiate.d.mts +0 -8
- package/node_modules/typebox/build/type/extends/async_iterator.d.mts +0 -7
- package/node_modules/typebox/build/type/extends/async_iterator.mjs +0 -9
- package/node_modules/typebox/build/type/extends/iterator.d.mts +0 -7
- package/node_modules/typebox/build/type/extends/iterator.mjs +0 -9
- package/node_modules/typebox/build/type/extends/promise.d.mts +0 -7
- package/node_modules/typebox/build/type/extends/promise.mjs +0 -9
- package/node_modules/typebox/build/type/types/async_iterator.d.mts +0 -20
- package/node_modules/typebox/build/type/types/async_iterator.mjs +0 -28
- package/node_modules/typebox/build/type/types/base.d.mts +0 -50
- package/node_modules/typebox/build/type/types/base.mjs +0 -84
- package/node_modules/typebox/build/type/types/iterator.d.mts +0 -20
- package/node_modules/typebox/build/type/types/iterator.mjs +0 -28
- package/node_modules/typebox/build/type/types/promise.d.mts +0 -21
- package/node_modules/typebox/build/type/types/promise.mjs +0 -29
- package/node_modules/typebox/build/value/clean/from_base.d.mts +0 -2
- package/node_modules/typebox/build/value/clean/from_base.mjs +0 -4
- package/node_modules/typebox/build/value/convert/from_base.d.mts +0 -2
- package/node_modules/typebox/build/value/convert/from_base.mjs +0 -4
- package/node_modules/typebox/build/value/create/from_async_iterator.d.mts +0 -2
- package/node_modules/typebox/build/value/create/from_async_iterator.mjs +0 -5
- package/node_modules/typebox/build/value/create/from_base.d.mts +0 -2
- package/node_modules/typebox/build/value/create/from_base.mjs +0 -4
- package/node_modules/typebox/build/value/create/from_iterator.d.mts +0 -2
- package/node_modules/typebox/build/value/create/from_iterator.mjs +0 -5
- package/node_modules/typebox/build/value/create/from_promise.d.mts +0 -2
- package/node_modules/typebox/build/value/create/from_promise.mjs +0 -5
- package/node_modules/typebox/build/value/default/from_base.d.mts +0 -2
- package/node_modules/typebox/build/value/default/from_base.mjs +0 -5
- package/node_modules/typebox/build/value/mutate/error.d.mts +0 -3
- package/node_modules/typebox/build/value/mutate/error.mjs +0 -6
- package/node_modules/typebox/build/value/mutate/from_array.d.mts +0 -2
- package/node_modules/typebox/build/value/mutate/from_array.mjs +0 -16
- package/node_modules/typebox/build/value/mutate/from_object.d.mts +0 -2
- package/node_modules/typebox/build/value/mutate/from_object.mjs +0 -40
- package/node_modules/typebox/build/value/mutate/from_unknown.d.mts +0 -2
- package/node_modules/typebox/build/value/mutate/from_unknown.mjs +0 -7
- package/node_modules/typebox/build/value/mutate/from_value.d.mts +0 -2
- package/node_modules/typebox/build/value/mutate/from_value.mjs +0 -12
- package/node_modules/typebox/build/value/mutate/index.d.mts +0 -1
- package/node_modules/typebox/build/value/mutate/index.mjs +0 -1
- package/node_modules/typebox/build/value/mutate/mutate.d.mts +0 -11
- package/node_modules/typebox/build/value/mutate/mutate.mjs +0 -41
- package/node_modules/typebox/build/value/repair/from_base.d.mts +0 -2
- package/node_modules/typebox/build/value/repair/from_base.mjs +0 -8
- /package/node_modules/typebox/build/type/engine/{awaited → with}/index.d.mts +0 -0
- /package/node_modules/typebox/build/type/engine/{awaited → with}/index.mjs +0 -0
|
@@ -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
|
-
/**
|
|
166
|
-
export function
|
|
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.
|
|
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.
|
|
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
|
|
4
|
-
export declare function
|
|
5
|
-
export declare function
|
|
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
|
|
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
|
|
12
|
+
export function CheckSchemaBoolean(_stack, _context, schema, _value) {
|
|
13
13
|
return schema;
|
|
14
14
|
}
|
|
15
15
|
// ------------------------------------------------------------------
|
|
16
16
|
// Error
|
|
17
17
|
// ------------------------------------------------------------------
|
|
18
|
-
export function
|
|
19
|
-
return
|
|
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,
|
|
@@ -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 {
|
|
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.
|
|
130
|
-
return
|
|
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.
|
|
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.
|
|
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, '
|
|
18
|
-
G.IsEqual(type, '
|
|
19
|
-
G.IsEqual(type, '
|
|
20
|
-
G.IsEqual(type, '
|
|
21
|
-
G.IsEqual(type, '
|
|
22
|
-
G.IsEqual(type, '
|
|
23
|
-
|
|
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, '
|
|
39
|
-
G.IsEqual(type, '
|
|
40
|
-
G.IsEqual(type, '
|
|
41
|
-
G.IsEqual(type, '
|
|
42
|
-
G.IsEqual(type, '
|
|
43
|
-
G.IsEqual(type, '
|
|
44
|
-
|
|
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,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
|
|
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
|
|
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) ||
|
|
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
|
}
|
|
@@ -33,7 +33,6 @@ export function ru_RU(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 sv_SE(error) {
|
|
|
33
33
|
case 'unevaluatedItems': return 'får inte ha oidentifierade objekt';
|
|
34
34
|
case 'unevaluatedProperties': return 'får inte ha oidentifierade egenskaper';
|
|
35
35
|
case 'uniqueItems': return `får inte ha dubbletter`;
|
|
36
|
-
case '~guard': return `måste matcha kontrollfunktionen`;
|
|
37
36
|
case '~refine': return error.params.message;
|
|
38
37
|
default: return 'ett okänt valideringsfel uppstod';
|
|
39
38
|
}
|
|
@@ -33,7 +33,6 @@ export function sw_TZ(error) {
|
|
|
33
33
|
case 'unevaluatedItems': return 'haipaswi kuwa na vitu visivyotathminiwa';
|
|
34
34
|
case 'unevaluatedProperties': return 'haipaswi kuwa na sifa zisizotathminiwa';
|
|
35
35
|
case 'uniqueItems': return `haipaswi kuwa na vitu vilivyofanana`;
|
|
36
|
-
case '~guard': return `inapaswa kulingana na kipengele cha ukaguzi`;
|
|
37
36
|
case '~refine': return error.params.message;
|
|
38
37
|
default: return 'hitilafu isiyojulikana ya uthibitishaji imetokea';
|
|
39
38
|
}
|
|
@@ -33,7 +33,6 @@ export function th_TH(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 tr_TR(error) {
|
|
|
33
33
|
case 'unevaluatedItems': return 'değerlendirilmemiş öğelere sahip olmamalıdır';
|
|
34
34
|
case 'unevaluatedProperties': return 'değerlendirilmemiş özelliklere sahip olmamalıdır';
|
|
35
35
|
case 'uniqueItems': return `yinelenen öğelere sahip olmamalıdır`;
|
|
36
|
-
case '~guard': return `kontrol fonksiyonuyla eşleşmelidir`;
|
|
37
36
|
case '~refine': return error.params.message;
|
|
38
37
|
default: return 'bilinmeyen bir doğrulama hatası oluştu';
|
|
39
38
|
}
|
|
@@ -33,7 +33,6 @@ export function uk_UA(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 ur_PK(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 vi_VN(error) {
|
|
|
33
33
|
case 'unevaluatedItems': return 'không được có các mục chưa được đánh giá';
|
|
34
34
|
case 'unevaluatedProperties': return 'không được có các thuộc tính chưa được đánh giá';
|
|
35
35
|
case 'uniqueItems': return `không được có các mục trùng lặp`;
|
|
36
|
-
case '~guard': return `phải khớp với hàm kiểm tra`;
|
|
37
36
|
case '~refine': return error.params.message;
|
|
38
37
|
default: return 'đã xảy ra lỗi xác thực không xác định';
|
|
39
38
|
}
|