@plumix/core 0.5.0 → 0.7.0
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/cache/embedded-tags.d.ts +5 -0
- package/dist/cache/embedded-tags.d.ts.map +1 -0
- package/dist/cache/embedded-tags.js +30 -0
- package/dist/cache/embedded-tags.js.map +1 -0
- package/dist/context/app.d.ts +12 -0
- package/dist/context/app.d.ts.map +1 -1
- package/dist/context/app.js +10 -4
- package/dist/context/app.js.map +1 -1
- package/dist/context/memo.d.ts +22 -0
- package/dist/context/memo.d.ts.map +1 -0
- package/dist/context/memo.js +27 -0
- package/dist/context/memo.js.map +1 -0
- package/dist/context/traced-slots.d.ts +17 -0
- package/dist/context/traced-slots.d.ts.map +1 -0
- package/dist/context/traced-slots.js +57 -0
- package/dist/context/traced-slots.js.map +1 -0
- package/dist/entries/read-service.d.ts +6 -0
- package/dist/entries/read-service.d.ts.map +1 -1
- package/dist/entries/read-service.js +19 -3
- package/dist/entries/read-service.js.map +1 -1
- package/dist/index.d.ts +6 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +3 -0
- package/dist/index.js.map +1 -1
- package/dist/plugin/errors.d.ts +7 -1
- package/dist/plugin/errors.d.ts.map +1 -1
- package/dist/plugin/errors.js +5 -0
- package/dist/plugin/errors.js.map +1 -1
- package/dist/plugin/fields/builder.d.ts +106 -0
- package/dist/plugin/fields/builder.d.ts.map +1 -0
- package/dist/plugin/fields/builder.js +162 -0
- package/dist/plugin/fields/builder.js.map +1 -0
- package/dist/plugin/fields/color.d.ts +78 -18
- package/dist/plugin/fields/color.d.ts.map +1 -1
- package/dist/plugin/fields/color.js +116 -25
- package/dist/plugin/fields/color.js.map +1 -1
- package/dist/plugin/fields/condition.d.ts +40 -0
- package/dist/plugin/fields/condition.d.ts.map +1 -0
- package/dist/plugin/fields/condition.js +115 -0
- package/dist/plugin/fields/condition.js.map +1 -0
- package/dist/plugin/fields/contributions.d.ts +233 -0
- package/dist/plugin/fields/contributions.d.ts.map +1 -0
- package/dist/plugin/fields/contributions.js +1 -0
- package/dist/plugin/fields/contributions.js.map +1 -0
- package/dist/plugin/fields/entry.d.ts +24 -20
- package/dist/plugin/fields/entry.d.ts.map +1 -1
- package/dist/plugin/fields/entry.js +13 -21
- package/dist/plugin/fields/entry.js.map +1 -1
- package/dist/plugin/fields/errors.d.ts +23 -11
- package/dist/plugin/fields/errors.d.ts.map +1 -1
- package/dist/plugin/fields/errors.js +20 -13
- package/dist/plugin/fields/errors.js.map +1 -1
- package/dist/plugin/fields/group.d.ts +90 -0
- package/dist/plugin/fields/group.d.ts.map +1 -0
- package/dist/plugin/fields/group.js +124 -0
- package/dist/plugin/fields/group.js.map +1 -0
- package/dist/plugin/fields/index.d.ts +22 -45
- package/dist/plugin/fields/index.d.ts.map +1 -1
- package/dist/plugin/fields/index.js +25 -30
- package/dist/plugin/fields/index.js.map +1 -1
- package/dist/plugin/fields/json.d.ts +71 -9
- package/dist/plugin/fields/json.d.ts.map +1 -1
- package/dist/plugin/fields/json.js +110 -16
- package/dist/plugin/fields/json.js.map +1 -1
- package/dist/plugin/fields/link.d.ts +96 -0
- package/dist/plugin/fields/link.d.ts.map +1 -0
- package/dist/plugin/fields/link.js +160 -0
- package/dist/plugin/fields/link.js.map +1 -0
- package/dist/plugin/fields/number.d.ts +86 -13
- package/dist/plugin/fields/number.d.ts.map +1 -1
- package/dist/plugin/fields/number.js +133 -20
- package/dist/plugin/fields/number.js.map +1 -1
- package/dist/plugin/fields/range.d.ts +101 -17
- package/dist/plugin/fields/range.d.ts.map +1 -1
- package/dist/plugin/fields/range.js +153 -38
- package/dist/plugin/fields/range.js.map +1 -1
- package/dist/plugin/fields/reference.d.ts +171 -0
- package/dist/plugin/fields/reference.d.ts.map +1 -0
- package/dist/plugin/fields/reference.js +193 -0
- package/dist/plugin/fields/reference.js.map +1 -0
- package/dist/plugin/fields/repeater.d.ts +111 -8
- package/dist/plugin/fields/repeater.d.ts.map +1 -1
- package/dist/plugin/fields/repeater.js +157 -66
- package/dist/plugin/fields/repeater.js.map +1 -1
- package/dist/plugin/fields/richtext-validate.d.ts +7 -0
- package/dist/plugin/fields/richtext-validate.d.ts.map +1 -1
- package/dist/plugin/fields/richtext-validate.js +11 -5
- package/dist/plugin/fields/richtext-validate.js.map +1 -1
- package/dist/plugin/fields/richtext.d.ts +78 -12
- package/dist/plugin/fields/richtext.d.ts.map +1 -1
- package/dist/plugin/fields/richtext.js +121 -26
- package/dist/plugin/fields/richtext.js.map +1 -1
- package/dist/plugin/fields/select.d.ts +150 -10
- package/dist/plugin/fields/select.d.ts.map +1 -1
- package/dist/plugin/fields/select.js +205 -17
- package/dist/plugin/fields/select.js.map +1 -1
- package/dist/plugin/fields/sub-fields.d.ts +12 -0
- package/dist/plugin/fields/sub-fields.d.ts.map +1 -0
- package/dist/plugin/fields/sub-fields.js +62 -0
- package/dist/plugin/fields/sub-fields.js.map +1 -0
- package/dist/plugin/fields/temporal.d.ts +124 -0
- package/dist/plugin/fields/temporal.d.ts.map +1 -0
- package/dist/plugin/fields/temporal.js +180 -0
- package/dist/plugin/fields/temporal.js.map +1 -0
- package/dist/plugin/fields/term.d.ts +11 -16
- package/dist/plugin/fields/term.d.ts.map +1 -1
- package/dist/plugin/fields/term.js +11 -19
- package/dist/plugin/fields/term.js.map +1 -1
- package/dist/plugin/fields/toggle.d.ts +97 -0
- package/dist/plugin/fields/toggle.d.ts.map +1 -0
- package/dist/plugin/fields/toggle.js +135 -0
- package/dist/plugin/fields/toggle.js.map +1 -0
- package/dist/plugin/fields/user.d.ts +14 -26
- package/dist/plugin/fields/user.d.ts.map +1 -1
- package/dist/plugin/fields/user.js +11 -25
- package/dist/plugin/fields/user.js.map +1 -1
- package/dist/plugin/lookup.d.ts +74 -10
- package/dist/plugin/lookup.d.ts.map +1 -1
- package/dist/plugin/manifest.d.ts +319 -160
- package/dist/plugin/manifest.d.ts.map +1 -1
- package/dist/plugin/manifest.js +94 -4
- package/dist/plugin/manifest.js.map +1 -1
- package/dist/plugin/setup-context.d.ts +10 -4
- package/dist/plugin/setup-context.d.ts.map +1 -1
- package/dist/plugin/setup-context.js +10 -3
- package/dist/plugin/setup-context.js.map +1 -1
- package/dist/plugin/validation/meta-box-fields.d.ts.map +1 -1
- package/dist/plugin/validation/meta-box-fields.js +16 -0
- package/dist/plugin/validation/meta-box-fields.js.map +1 -1
- package/dist/route/render/asset-manifest.d.ts +1 -1
- package/dist/route/render/asset-manifest.d.ts.map +1 -1
- package/dist/route/render/asset-manifest.js +7 -1
- package/dist/route/render/asset-manifest.js.map +1 -1
- package/dist/route/render/build-resolved-entries.d.ts.map +1 -1
- package/dist/route/render/build-resolved-entries.js +25 -12
- package/dist/route/render/build-resolved-entries.js.map +1 -1
- package/dist/route/render/render-template.d.ts +1 -1
- package/dist/route/render/render-template.d.ts.map +1 -1
- package/dist/route/render/render-template.js +50 -23
- package/dist/route/render/render-template.js.map +1 -1
- package/dist/route/render/template-builders.d.ts +15 -10
- package/dist/route/render/template-builders.d.ts.map +1 -1
- package/dist/route/render/template-builders.js.map +1 -1
- package/dist/rpc/base.d.ts +7 -0
- package/dist/rpc/base.d.ts.map +1 -1
- package/dist/rpc/errors.d.ts +7 -0
- package/dist/rpc/errors.d.ts.map +1 -1
- package/dist/rpc/errors.js +16 -0
- package/dist/rpc/errors.js.map +1 -1
- package/dist/rpc/meta/core.d.ts +92 -14
- package/dist/rpc/meta/core.d.ts.map +1 -1
- package/dist/rpc/meta/core.js +524 -406
- package/dist/rpc/meta/core.js.map +1 -1
- package/dist/rpc/meta/field-messages.d.ts +67 -0
- package/dist/rpc/meta/field-messages.d.ts.map +1 -0
- package/dist/rpc/meta/field-messages.js +67 -0
- package/dist/rpc/meta/field-messages.js.map +1 -0
- package/dist/rpc/meta/field-pipeline.d.ts +52 -0
- package/dist/rpc/meta/field-pipeline.d.ts.map +1 -0
- package/dist/rpc/meta/field-pipeline.js +501 -0
- package/dist/rpc/meta/field-pipeline.js.map +1 -0
- package/dist/rpc/procedures/auth/allowed-domains/create.d.ts +7 -0
- package/dist/rpc/procedures/auth/allowed-domains/create.d.ts.map +1 -1
- package/dist/rpc/procedures/auth/allowed-domains/delete.d.ts +7 -0
- package/dist/rpc/procedures/auth/allowed-domains/delete.d.ts.map +1 -1
- package/dist/rpc/procedures/auth/allowed-domains/index.d.ts +28 -0
- package/dist/rpc/procedures/auth/allowed-domains/index.d.ts.map +1 -1
- package/dist/rpc/procedures/auth/allowed-domains/list.d.ts +7 -0
- package/dist/rpc/procedures/auth/allowed-domains/list.d.ts.map +1 -1
- package/dist/rpc/procedures/auth/allowed-domains/update.d.ts +7 -0
- package/dist/rpc/procedures/auth/allowed-domains/update.d.ts.map +1 -1
- package/dist/rpc/procedures/auth/api-tokens/admin-list.d.ts +7 -0
- package/dist/rpc/procedures/auth/api-tokens/admin-list.d.ts.map +1 -1
- package/dist/rpc/procedures/auth/api-tokens/admin-revoke.d.ts +7 -0
- package/dist/rpc/procedures/auth/api-tokens/admin-revoke.d.ts.map +1 -1
- package/dist/rpc/procedures/auth/api-tokens/create.d.ts +7 -0
- package/dist/rpc/procedures/auth/api-tokens/create.d.ts.map +1 -1
- package/dist/rpc/procedures/auth/api-tokens/index.d.ts +35 -0
- package/dist/rpc/procedures/auth/api-tokens/index.d.ts.map +1 -1
- package/dist/rpc/procedures/auth/api-tokens/list.d.ts +7 -0
- package/dist/rpc/procedures/auth/api-tokens/list.d.ts.map +1 -1
- package/dist/rpc/procedures/auth/api-tokens/revoke.d.ts +7 -0
- package/dist/rpc/procedures/auth/api-tokens/revoke.d.ts.map +1 -1
- package/dist/rpc/procedures/auth/credentials/delete.d.ts +7 -0
- package/dist/rpc/procedures/auth/credentials/delete.d.ts.map +1 -1
- package/dist/rpc/procedures/auth/credentials/index.d.ts +21 -0
- package/dist/rpc/procedures/auth/credentials/index.d.ts.map +1 -1
- package/dist/rpc/procedures/auth/credentials/list.d.ts +7 -0
- package/dist/rpc/procedures/auth/credentials/list.d.ts.map +1 -1
- package/dist/rpc/procedures/auth/credentials/rename.d.ts +7 -0
- package/dist/rpc/procedures/auth/credentials/rename.d.ts.map +1 -1
- package/dist/rpc/procedures/auth/device-flow/approve.d.ts +7 -0
- package/dist/rpc/procedures/auth/device-flow/approve.d.ts.map +1 -1
- package/dist/rpc/procedures/auth/device-flow/deny.d.ts +7 -0
- package/dist/rpc/procedures/auth/device-flow/deny.d.ts.map +1 -1
- package/dist/rpc/procedures/auth/device-flow/index.d.ts +21 -0
- package/dist/rpc/procedures/auth/device-flow/index.d.ts.map +1 -1
- package/dist/rpc/procedures/auth/device-flow/lookup.d.ts +7 -0
- package/dist/rpc/procedures/auth/device-flow/lookup.d.ts.map +1 -1
- package/dist/rpc/procedures/auth/index.d.ts +154 -0
- package/dist/rpc/procedures/auth/index.d.ts.map +1 -1
- package/dist/rpc/procedures/auth/login-links.d.ts +7 -0
- package/dist/rpc/procedures/auth/login-links.d.ts.map +1 -1
- package/dist/rpc/procedures/auth/mailer/index.d.ts +7 -0
- package/dist/rpc/procedures/auth/mailer/index.d.ts.map +1 -1
- package/dist/rpc/procedures/auth/mailer/test-send.d.ts +7 -0
- package/dist/rpc/procedures/auth/mailer/test-send.d.ts.map +1 -1
- package/dist/rpc/procedures/auth/oauth-providers.d.ts +7 -0
- package/dist/rpc/procedures/auth/oauth-providers.d.ts.map +1 -1
- package/dist/rpc/procedures/auth/session.d.ts +7 -0
- package/dist/rpc/procedures/auth/session.d.ts.map +1 -1
- package/dist/rpc/procedures/auth/sessions/index.d.ts +21 -0
- package/dist/rpc/procedures/auth/sessions/index.d.ts.map +1 -1
- package/dist/rpc/procedures/auth/sessions/list.d.ts +7 -0
- package/dist/rpc/procedures/auth/sessions/list.d.ts.map +1 -1
- package/dist/rpc/procedures/auth/sessions/revoke-others.d.ts +7 -0
- package/dist/rpc/procedures/auth/sessions/revoke-others.d.ts.map +1 -1
- package/dist/rpc/procedures/auth/sessions/revoke.d.ts +7 -0
- package/dist/rpc/procedures/auth/sessions/revoke.d.ts.map +1 -1
- package/dist/rpc/procedures/entry/activity.d.ts +7 -0
- package/dist/rpc/procedures/entry/activity.d.ts.map +1 -1
- package/dist/rpc/procedures/entry/bulk.d.ts +21 -0
- package/dist/rpc/procedures/entry/bulk.d.ts.map +1 -1
- package/dist/rpc/procedures/entry/create-preview-link.d.ts +7 -0
- package/dist/rpc/procedures/entry/create-preview-link.d.ts.map +1 -1
- package/dist/rpc/procedures/entry/create.d.ts +8 -1
- package/dist/rpc/procedures/entry/create.d.ts.map +1 -1
- package/dist/rpc/procedures/entry/create.js +8 -8
- package/dist/rpc/procedures/entry/create.js.map +1 -1
- package/dist/rpc/procedures/entry/dashboard.d.ts +14 -0
- package/dist/rpc/procedures/entry/dashboard.d.ts.map +1 -1
- package/dist/rpc/procedures/entry/delete-permanent.d.ts +7 -0
- package/dist/rpc/procedures/entry/delete-permanent.d.ts.map +1 -1
- package/dist/rpc/procedures/entry/discard-draft.d.ts +7 -0
- package/dist/rpc/procedures/entry/discard-draft.d.ts.map +1 -1
- package/dist/rpc/procedures/entry/duplicate.d.ts +7 -0
- package/dist/rpc/procedures/entry/duplicate.d.ts.map +1 -1
- package/dist/rpc/procedures/entry/duplicate.js +2 -2
- package/dist/rpc/procedures/entry/duplicate.js.map +1 -1
- package/dist/rpc/procedures/entry/get.d.ts +7 -0
- package/dist/rpc/procedures/entry/get.d.ts.map +1 -1
- package/dist/rpc/procedures/entry/get.js +2 -2
- package/dist/rpc/procedures/entry/get.js.map +1 -1
- package/dist/rpc/procedures/entry/index.d.ts +156 -2
- package/dist/rpc/procedures/entry/index.d.ts.map +1 -1
- package/dist/rpc/procedures/entry/list.d.ts +7 -0
- package/dist/rpc/procedures/entry/list.d.ts.map +1 -1
- package/dist/rpc/procedures/entry/lookup.d.ts +8 -2
- package/dist/rpc/procedures/entry/lookup.d.ts.map +1 -1
- package/dist/rpc/procedures/entry/lookup.js +74 -12
- package/dist/rpc/procedures/entry/lookup.js.map +1 -1
- package/dist/rpc/procedures/entry/meta.d.ts +37 -3
- package/dist/rpc/procedures/entry/meta.d.ts.map +1 -1
- package/dist/rpc/procedures/entry/meta.js +63 -7
- package/dist/rpc/procedures/entry/meta.js.map +1 -1
- package/dist/rpc/procedures/entry/publish.d.ts +7 -0
- package/dist/rpc/procedures/entry/publish.d.ts.map +1 -1
- package/dist/rpc/procedures/entry/publish.js +6 -4
- package/dist/rpc/procedures/entry/publish.js.map +1 -1
- package/dist/rpc/procedures/entry/refresh-block-loader.d.ts +7 -0
- package/dist/rpc/procedures/entry/refresh-block-loader.d.ts.map +1 -1
- package/dist/rpc/procedures/entry/restore.d.ts +7 -0
- package/dist/rpc/procedures/entry/restore.d.ts.map +1 -1
- package/dist/rpc/procedures/entry/revisions.d.ts +56 -0
- package/dist/rpc/procedures/entry/revisions.d.ts.map +1 -1
- package/dist/rpc/procedures/entry/schemas.d.ts +2 -2
- package/dist/rpc/procedures/entry/schemas.d.ts.map +1 -1
- package/dist/rpc/procedures/entry/schemas.js +9 -2
- package/dist/rpc/procedures/entry/schemas.js.map +1 -1
- package/dist/rpc/procedures/entry/trash.d.ts +7 -0
- package/dist/rpc/procedures/entry/trash.d.ts.map +1 -1
- package/dist/rpc/procedures/entry/update.d.ts +8 -1
- package/dist/rpc/procedures/entry/update.d.ts.map +1 -1
- package/dist/rpc/procedures/entry/update.js +77 -18
- package/dist/rpc/procedures/entry/update.js.map +1 -1
- package/dist/rpc/procedures/lookup/index.d.ts +14 -0
- package/dist/rpc/procedures/lookup/index.d.ts.map +1 -1
- package/dist/rpc/procedures/lookup/list.d.ts +7 -0
- package/dist/rpc/procedures/lookup/list.d.ts.map +1 -1
- package/dist/rpc/procedures/lookup/resolve.d.ts +7 -0
- package/dist/rpc/procedures/lookup/resolve.d.ts.map +1 -1
- package/dist/rpc/procedures/lookup/resolve.js +1 -1
- package/dist/rpc/procedures/lookup/resolve.js.map +1 -1
- package/dist/rpc/procedures/lookup.errors.d.ts +2 -1
- package/dist/rpc/procedures/lookup.errors.d.ts.map +1 -1
- package/dist/rpc/procedures/lookup.errors.js +3 -0
- package/dist/rpc/procedures/lookup.errors.js.map +1 -1
- package/dist/rpc/procedures/search/index.d.ts +7 -0
- package/dist/rpc/procedures/search/index.d.ts.map +1 -1
- package/dist/rpc/procedures/settings/get.d.ts +7 -0
- package/dist/rpc/procedures/settings/get.d.ts.map +1 -1
- package/dist/rpc/procedures/settings/index.d.ts +14 -0
- package/dist/rpc/procedures/settings/index.d.ts.map +1 -1
- package/dist/rpc/procedures/settings/upsert.d.ts +7 -0
- package/dist/rpc/procedures/settings/upsert.d.ts.map +1 -1
- package/dist/rpc/procedures/settings/upsert.js +9 -0
- package/dist/rpc/procedures/settings/upsert.js.map +1 -1
- package/dist/rpc/procedures/term/create.d.ts +7 -0
- package/dist/rpc/procedures/term/create.d.ts.map +1 -1
- package/dist/rpc/procedures/term/create.js +3 -3
- package/dist/rpc/procedures/term/create.js.map +1 -1
- package/dist/rpc/procedures/term/delete.d.ts +7 -0
- package/dist/rpc/procedures/term/delete.d.ts.map +1 -1
- package/dist/rpc/procedures/term/get.d.ts +7 -0
- package/dist/rpc/procedures/term/get.d.ts.map +1 -1
- package/dist/rpc/procedures/term/index.d.ts +35 -0
- package/dist/rpc/procedures/term/index.d.ts.map +1 -1
- package/dist/rpc/procedures/term/list.d.ts +7 -0
- package/dist/rpc/procedures/term/list.d.ts.map +1 -1
- package/dist/rpc/procedures/term/lookup.d.ts +7 -2
- package/dist/rpc/procedures/term/lookup.d.ts.map +1 -1
- package/dist/rpc/procedures/term/lookup.js +29 -8
- package/dist/rpc/procedures/term/lookup.js.map +1 -1
- package/dist/rpc/procedures/term/meta.d.ts +3 -2
- package/dist/rpc/procedures/term/meta.d.ts.map +1 -1
- package/dist/rpc/procedures/term/meta.js +7 -5
- package/dist/rpc/procedures/term/meta.js.map +1 -1
- package/dist/rpc/procedures/term/update.d.ts +7 -0
- package/dist/rpc/procedures/term/update.d.ts.map +1 -1
- package/dist/rpc/procedures/term/update.js +4 -4
- package/dist/rpc/procedures/term/update.js.map +1 -1
- package/dist/rpc/procedures/user/cancel-email-change.d.ts +7 -0
- package/dist/rpc/procedures/user/cancel-email-change.d.ts.map +1 -1
- package/dist/rpc/procedures/user/delete.d.ts +7 -0
- package/dist/rpc/procedures/user/delete.d.ts.map +1 -1
- package/dist/rpc/procedures/user/disable.d.ts +7 -0
- package/dist/rpc/procedures/user/disable.d.ts.map +1 -1
- package/dist/rpc/procedures/user/enable.d.ts +7 -0
- package/dist/rpc/procedures/user/enable.d.ts.map +1 -1
- package/dist/rpc/procedures/user/get.d.ts +7 -0
- package/dist/rpc/procedures/user/get.d.ts.map +1 -1
- package/dist/rpc/procedures/user/get.js +2 -2
- package/dist/rpc/procedures/user/get.js.map +1 -1
- package/dist/rpc/procedures/user/index.d.ts +77 -0
- package/dist/rpc/procedures/user/index.d.ts.map +1 -1
- package/dist/rpc/procedures/user/invite.d.ts +7 -0
- package/dist/rpc/procedures/user/invite.d.ts.map +1 -1
- package/dist/rpc/procedures/user/list.d.ts +7 -0
- package/dist/rpc/procedures/user/list.d.ts.map +1 -1
- package/dist/rpc/procedures/user/lookup.d.ts +6 -2
- package/dist/rpc/procedures/user/lookup.d.ts.map +1 -1
- package/dist/rpc/procedures/user/lookup.js +29 -0
- package/dist/rpc/procedures/user/lookup.js.map +1 -1
- package/dist/rpc/procedures/user/meta.d.ts +3 -2
- package/dist/rpc/procedures/user/meta.d.ts.map +1 -1
- package/dist/rpc/procedures/user/meta.js +7 -5
- package/dist/rpc/procedures/user/meta.js.map +1 -1
- package/dist/rpc/procedures/user/pending-email-change.d.ts +7 -0
- package/dist/rpc/procedures/user/pending-email-change.d.ts.map +1 -1
- package/dist/rpc/procedures/user/request-email-change.d.ts +7 -0
- package/dist/rpc/procedures/user/request-email-change.d.ts.map +1 -1
- package/dist/rpc/procedures/user/set-locale.d.ts +7 -0
- package/dist/rpc/procedures/user/set-locale.d.ts.map +1 -1
- package/dist/rpc/procedures/user/update.d.ts +7 -0
- package/dist/rpc/procedures/user/update.d.ts.map +1 -1
- package/dist/rpc/procedures/user/update.js +4 -4
- package/dist/rpc/procedures/user/update.js.map +1 -1
- package/dist/rpc/router.d.ts +457 -2
- package/dist/rpc/router.d.ts.map +1 -1
- package/dist/rpc/validation.d.ts +1 -0
- package/dist/rpc/validation.d.ts.map +1 -1
- package/dist/rpc/validation.js +1 -0
- package/dist/rpc/validation.js.map +1 -1
- package/dist/runtime/dispatcher.d.ts.map +1 -1
- package/dist/runtime/dispatcher.js +90 -39
- package/dist/runtime/dispatcher.js.map +1 -1
- package/dist/seo/feed.d.ts.map +1 -1
- package/dist/seo/feed.js +7 -1
- package/dist/seo/feed.js.map +1 -1
- package/dist/settings-core.js +1 -1
- package/dist/settings-core.js.map +1 -1
- package/dist/telemetry-otel.d.ts +29 -0
- package/dist/telemetry-otel.d.ts.map +1 -0
- package/dist/telemetry-otel.js +218 -0
- package/dist/telemetry-otel.js.map +1 -0
- package/dist/template-deps-core.d.ts.map +1 -1
- package/dist/template-deps-core.js +31 -14
- package/dist/template-deps-core.js.map +1 -1
- package/dist/template-deps.d.ts.map +1 -1
- package/dist/template-deps.js +12 -8
- package/dist/template-deps.js.map +1 -1
- package/dist/template-registry.d.ts +0 -16
- package/dist/template-registry.d.ts.map +1 -1
- package/dist/terms/read-service.js +2 -2
- package/dist/terms/read-service.js.map +1 -1
- package/dist/test/index.d.ts +3 -0
- package/dist/test/index.d.ts.map +1 -1
- package/dist/test/index.js +4 -0
- package/dist/test/index.js.map +1 -1
- package/dist/test/traced-context.d.ts +17 -0
- package/dist/test/traced-context.d.ts.map +1 -0
- package/dist/test/traced-context.js +28 -0
- package/dist/test/traced-context.js.map +1 -0
- package/package.json +6 -2
- package/dist/plugin/fields/checkbox.d.ts +0 -19
- package/dist/plugin/fields/checkbox.d.ts.map +0 -1
- package/dist/plugin/fields/checkbox.js +0 -20
- package/dist/plugin/fields/checkbox.js.map +0 -1
- package/dist/plugin/fields/date.d.ts +0 -24
- package/dist/plugin/fields/date.d.ts.map +0 -1
- package/dist/plugin/fields/date.js +0 -23
- package/dist/plugin/fields/date.js.map +0 -1
- package/dist/plugin/fields/datetime.d.ts +0 -26
- package/dist/plugin/fields/datetime.d.ts.map +0 -1
- package/dist/plugin/fields/datetime.js +0 -25
- package/dist/plugin/fields/datetime.js.map +0 -1
- package/dist/plugin/fields/email.d.ts +0 -17
- package/dist/plugin/fields/email.d.ts.map +0 -1
- package/dist/plugin/fields/email.js +0 -18
- package/dist/plugin/fields/email.js.map +0 -1
- package/dist/plugin/fields/entry-list.d.ts +0 -28
- package/dist/plugin/fields/entry-list.d.ts.map +0 -1
- package/dist/plugin/fields/entry-list.js +0 -31
- package/dist/plugin/fields/entry-list.js.map +0 -1
- package/dist/plugin/fields/multiselect.d.ts +0 -21
- package/dist/plugin/fields/multiselect.d.ts.map +0 -1
- package/dist/plugin/fields/multiselect.js +0 -43
- package/dist/plugin/fields/multiselect.js.map +0 -1
- package/dist/plugin/fields/password.d.ts +0 -24
- package/dist/plugin/fields/password.d.ts.map +0 -1
- package/dist/plugin/fields/password.js +0 -25
- package/dist/plugin/fields/password.js.map +0 -1
- package/dist/plugin/fields/radio.d.ts +0 -16
- package/dist/plugin/fields/radio.d.ts.map +0 -1
- package/dist/plugin/fields/radio.js +0 -17
- package/dist/plugin/fields/radio.js.map +0 -1
- package/dist/plugin/fields/repeater-validate.d.ts +0 -34
- package/dist/plugin/fields/repeater-validate.d.ts.map +0 -1
- package/dist/plugin/fields/repeater-validate.js +0 -104
- package/dist/plugin/fields/repeater-validate.js.map +0 -1
- package/dist/plugin/fields/term-list.d.ts +0 -27
- package/dist/plugin/fields/term-list.d.ts.map +0 -1
- package/dist/plugin/fields/term-list.js +0 -30
- package/dist/plugin/fields/term-list.js.map +0 -1
- package/dist/plugin/fields/text.d.ts +0 -37
- package/dist/plugin/fields/text.d.ts.map +0 -1
- package/dist/plugin/fields/text.js +0 -31
- package/dist/plugin/fields/text.js.map +0 -1
- package/dist/plugin/fields/textarea.d.ts +0 -20
- package/dist/plugin/fields/textarea.d.ts.map +0 -1
- package/dist/plugin/fields/textarea.js +0 -21
- package/dist/plugin/fields/textarea.js.map +0 -1
- package/dist/plugin/fields/time.d.ts +0 -24
- package/dist/plugin/fields/time.d.ts.map +0 -1
- package/dist/plugin/fields/time.js +0 -23
- package/dist/plugin/fields/time.js.map +0 -1
- package/dist/plugin/fields/url.d.ts +0 -17
- package/dist/plugin/fields/url.d.ts.map +0 -1
- package/dist/plugin/fields/url.js +0 -18
- package/dist/plugin/fields/url.js.map +0 -1
- package/dist/plugin/fields/user-list.d.ts +0 -29
- package/dist/plugin/fields/user-list.d.ts.map +0 -1
- package/dist/plugin/fields/user-list.js +0 -31
- package/dist/plugin/fields/user-list.js.map +0 -1
|
@@ -47,6 +47,13 @@ export declare const authRouter: {
|
|
|
47
47
|
readonly data: import("valibot").ObjectSchema<{
|
|
48
48
|
readonly reason: import("valibot").StringSchema<undefined>;
|
|
49
49
|
readonly key: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
50
|
+
readonly errors: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
51
|
+
readonly path: import("valibot").StringSchema<undefined>;
|
|
52
|
+
readonly message: import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").LooseObjectSchema<{
|
|
53
|
+
readonly id: import("valibot").StringSchema<undefined>;
|
|
54
|
+
readonly message: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
55
|
+
}, undefined>], undefined>;
|
|
56
|
+
}, undefined>, undefined>, undefined>;
|
|
50
57
|
}, undefined>;
|
|
51
58
|
};
|
|
52
59
|
readonly PAYLOAD_TOO_LARGE: {
|
|
@@ -104,6 +111,13 @@ export declare const authRouter: {
|
|
|
104
111
|
readonly data: import("valibot").ObjectSchema<{
|
|
105
112
|
readonly reason: import("valibot").StringSchema<undefined>;
|
|
106
113
|
readonly key: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
114
|
+
readonly errors: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
115
|
+
readonly path: import("valibot").StringSchema<undefined>;
|
|
116
|
+
readonly message: import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").LooseObjectSchema<{
|
|
117
|
+
readonly id: import("valibot").StringSchema<undefined>;
|
|
118
|
+
readonly message: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
119
|
+
}, undefined>], undefined>;
|
|
120
|
+
}, undefined>, undefined>, undefined>;
|
|
107
121
|
}, undefined>;
|
|
108
122
|
};
|
|
109
123
|
readonly PAYLOAD_TOO_LARGE: {
|
|
@@ -169,6 +183,13 @@ export declare const authRouter: {
|
|
|
169
183
|
readonly data: import("valibot").ObjectSchema<{
|
|
170
184
|
readonly reason: import("valibot").StringSchema<undefined>;
|
|
171
185
|
readonly key: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
186
|
+
readonly errors: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
187
|
+
readonly path: import("valibot").StringSchema<undefined>;
|
|
188
|
+
readonly message: import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").LooseObjectSchema<{
|
|
189
|
+
readonly id: import("valibot").StringSchema<undefined>;
|
|
190
|
+
readonly message: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
191
|
+
}, undefined>], undefined>;
|
|
192
|
+
}, undefined>, undefined>, undefined>;
|
|
172
193
|
}, undefined>;
|
|
173
194
|
};
|
|
174
195
|
readonly PAYLOAD_TOO_LARGE: {
|
|
@@ -237,6 +258,13 @@ export declare const authRouter: {
|
|
|
237
258
|
readonly data: import("valibot").ObjectSchema<{
|
|
238
259
|
readonly reason: import("valibot").StringSchema<undefined>;
|
|
239
260
|
readonly key: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
261
|
+
readonly errors: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
262
|
+
readonly path: import("valibot").StringSchema<undefined>;
|
|
263
|
+
readonly message: import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").LooseObjectSchema<{
|
|
264
|
+
readonly id: import("valibot").StringSchema<undefined>;
|
|
265
|
+
readonly message: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
266
|
+
}, undefined>], undefined>;
|
|
267
|
+
}, undefined>, undefined>, undefined>;
|
|
240
268
|
}, undefined>;
|
|
241
269
|
};
|
|
242
270
|
readonly PAYLOAD_TOO_LARGE: {
|
|
@@ -308,6 +336,13 @@ export declare const authRouter: {
|
|
|
308
336
|
readonly data: import("valibot").ObjectSchema<{
|
|
309
337
|
readonly reason: import("valibot").StringSchema<undefined>;
|
|
310
338
|
readonly key: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
339
|
+
readonly errors: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
340
|
+
readonly path: import("valibot").StringSchema<undefined>;
|
|
341
|
+
readonly message: import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").LooseObjectSchema<{
|
|
342
|
+
readonly id: import("valibot").StringSchema<undefined>;
|
|
343
|
+
readonly message: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
344
|
+
}, undefined>], undefined>;
|
|
345
|
+
}, undefined>, undefined>, undefined>;
|
|
311
346
|
}, undefined>;
|
|
312
347
|
};
|
|
313
348
|
readonly PAYLOAD_TOO_LARGE: {
|
|
@@ -379,6 +414,13 @@ export declare const authRouter: {
|
|
|
379
414
|
readonly data: import("valibot").ObjectSchema<{
|
|
380
415
|
readonly reason: import("valibot").StringSchema<undefined>;
|
|
381
416
|
readonly key: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
417
|
+
readonly errors: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
418
|
+
readonly path: import("valibot").StringSchema<undefined>;
|
|
419
|
+
readonly message: import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").LooseObjectSchema<{
|
|
420
|
+
readonly id: import("valibot").StringSchema<undefined>;
|
|
421
|
+
readonly message: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
422
|
+
}, undefined>], undefined>;
|
|
423
|
+
}, undefined>, undefined>, undefined>;
|
|
382
424
|
}, undefined>;
|
|
383
425
|
};
|
|
384
426
|
readonly PAYLOAD_TOO_LARGE: {
|
|
@@ -448,6 +490,13 @@ export declare const authRouter: {
|
|
|
448
490
|
readonly data: import("valibot").ObjectSchema<{
|
|
449
491
|
readonly reason: import("valibot").StringSchema<undefined>;
|
|
450
492
|
readonly key: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
493
|
+
readonly errors: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
494
|
+
readonly path: import("valibot").StringSchema<undefined>;
|
|
495
|
+
readonly message: import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").LooseObjectSchema<{
|
|
496
|
+
readonly id: import("valibot").StringSchema<undefined>;
|
|
497
|
+
readonly message: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
498
|
+
}, undefined>], undefined>;
|
|
499
|
+
}, undefined>, undefined>, undefined>;
|
|
451
500
|
}, undefined>;
|
|
452
501
|
};
|
|
453
502
|
readonly PAYLOAD_TOO_LARGE: {
|
|
@@ -521,6 +570,13 @@ export declare const authRouter: {
|
|
|
521
570
|
readonly data: import("valibot").ObjectSchema<{
|
|
522
571
|
readonly reason: import("valibot").StringSchema<undefined>;
|
|
523
572
|
readonly key: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
573
|
+
readonly errors: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
574
|
+
readonly path: import("valibot").StringSchema<undefined>;
|
|
575
|
+
readonly message: import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").LooseObjectSchema<{
|
|
576
|
+
readonly id: import("valibot").StringSchema<undefined>;
|
|
577
|
+
readonly message: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
578
|
+
}, undefined>], undefined>;
|
|
579
|
+
}, undefined>, undefined>, undefined>;
|
|
524
580
|
}, undefined>;
|
|
525
581
|
};
|
|
526
582
|
readonly PAYLOAD_TOO_LARGE: {
|
|
@@ -587,6 +643,13 @@ export declare const authRouter: {
|
|
|
587
643
|
readonly data: import("valibot").ObjectSchema<{
|
|
588
644
|
readonly reason: import("valibot").StringSchema<undefined>;
|
|
589
645
|
readonly key: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
646
|
+
readonly errors: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
647
|
+
readonly path: import("valibot").StringSchema<undefined>;
|
|
648
|
+
readonly message: import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").LooseObjectSchema<{
|
|
649
|
+
readonly id: import("valibot").StringSchema<undefined>;
|
|
650
|
+
readonly message: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
651
|
+
}, undefined>], undefined>;
|
|
652
|
+
}, undefined>, undefined>, undefined>;
|
|
590
653
|
}, undefined>;
|
|
591
654
|
};
|
|
592
655
|
readonly PAYLOAD_TOO_LARGE: {
|
|
@@ -650,6 +713,13 @@ export declare const authRouter: {
|
|
|
650
713
|
readonly data: import("valibot").ObjectSchema<{
|
|
651
714
|
readonly reason: import("valibot").StringSchema<undefined>;
|
|
652
715
|
readonly key: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
716
|
+
readonly errors: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
717
|
+
readonly path: import("valibot").StringSchema<undefined>;
|
|
718
|
+
readonly message: import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").LooseObjectSchema<{
|
|
719
|
+
readonly id: import("valibot").StringSchema<undefined>;
|
|
720
|
+
readonly message: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
721
|
+
}, undefined>], undefined>;
|
|
722
|
+
}, undefined>, undefined>, undefined>;
|
|
653
723
|
}, undefined>;
|
|
654
724
|
};
|
|
655
725
|
readonly PAYLOAD_TOO_LARGE: {
|
|
@@ -723,6 +793,13 @@ export declare const authRouter: {
|
|
|
723
793
|
readonly data: import("valibot").ObjectSchema<{
|
|
724
794
|
readonly reason: import("valibot").StringSchema<undefined>;
|
|
725
795
|
readonly key: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
796
|
+
readonly errors: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
797
|
+
readonly path: import("valibot").StringSchema<undefined>;
|
|
798
|
+
readonly message: import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").LooseObjectSchema<{
|
|
799
|
+
readonly id: import("valibot").StringSchema<undefined>;
|
|
800
|
+
readonly message: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
801
|
+
}, undefined>], undefined>;
|
|
802
|
+
}, undefined>, undefined>, undefined>;
|
|
726
803
|
}, undefined>;
|
|
727
804
|
};
|
|
728
805
|
readonly PAYLOAD_TOO_LARGE: {
|
|
@@ -786,6 +863,13 @@ export declare const authRouter: {
|
|
|
786
863
|
readonly data: import("valibot").ObjectSchema<{
|
|
787
864
|
readonly reason: import("valibot").StringSchema<undefined>;
|
|
788
865
|
readonly key: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
866
|
+
readonly errors: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
867
|
+
readonly path: import("valibot").StringSchema<undefined>;
|
|
868
|
+
readonly message: import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").LooseObjectSchema<{
|
|
869
|
+
readonly id: import("valibot").StringSchema<undefined>;
|
|
870
|
+
readonly message: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
871
|
+
}, undefined>], undefined>;
|
|
872
|
+
}, undefined>, undefined>, undefined>;
|
|
789
873
|
}, undefined>;
|
|
790
874
|
};
|
|
791
875
|
readonly PAYLOAD_TOO_LARGE: {
|
|
@@ -847,6 +931,13 @@ export declare const authRouter: {
|
|
|
847
931
|
readonly data: import("valibot").ObjectSchema<{
|
|
848
932
|
readonly reason: import("valibot").StringSchema<undefined>;
|
|
849
933
|
readonly key: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
934
|
+
readonly errors: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
935
|
+
readonly path: import("valibot").StringSchema<undefined>;
|
|
936
|
+
readonly message: import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").LooseObjectSchema<{
|
|
937
|
+
readonly id: import("valibot").StringSchema<undefined>;
|
|
938
|
+
readonly message: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
939
|
+
}, undefined>], undefined>;
|
|
940
|
+
}, undefined>, undefined>, undefined>;
|
|
850
941
|
}, undefined>;
|
|
851
942
|
};
|
|
852
943
|
readonly PAYLOAD_TOO_LARGE: {
|
|
@@ -912,6 +1003,13 @@ export declare const authRouter: {
|
|
|
912
1003
|
readonly data: import("valibot").ObjectSchema<{
|
|
913
1004
|
readonly reason: import("valibot").StringSchema<undefined>;
|
|
914
1005
|
readonly key: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1006
|
+
readonly errors: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
1007
|
+
readonly path: import("valibot").StringSchema<undefined>;
|
|
1008
|
+
readonly message: import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").LooseObjectSchema<{
|
|
1009
|
+
readonly id: import("valibot").StringSchema<undefined>;
|
|
1010
|
+
readonly message: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1011
|
+
}, undefined>], undefined>;
|
|
1012
|
+
}, undefined>, undefined>, undefined>;
|
|
915
1013
|
}, undefined>;
|
|
916
1014
|
};
|
|
917
1015
|
readonly PAYLOAD_TOO_LARGE: {
|
|
@@ -987,6 +1085,13 @@ export declare const authRouter: {
|
|
|
987
1085
|
readonly data: import("valibot").ObjectSchema<{
|
|
988
1086
|
readonly reason: import("valibot").StringSchema<undefined>;
|
|
989
1087
|
readonly key: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1088
|
+
readonly errors: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
1089
|
+
readonly path: import("valibot").StringSchema<undefined>;
|
|
1090
|
+
readonly message: import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").LooseObjectSchema<{
|
|
1091
|
+
readonly id: import("valibot").StringSchema<undefined>;
|
|
1092
|
+
readonly message: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1093
|
+
}, undefined>], undefined>;
|
|
1094
|
+
}, undefined>, undefined>, undefined>;
|
|
990
1095
|
}, undefined>;
|
|
991
1096
|
};
|
|
992
1097
|
readonly PAYLOAD_TOO_LARGE: {
|
|
@@ -1070,6 +1175,13 @@ export declare const authRouter: {
|
|
|
1070
1175
|
readonly data: import("valibot").ObjectSchema<{
|
|
1071
1176
|
readonly reason: import("valibot").StringSchema<undefined>;
|
|
1072
1177
|
readonly key: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1178
|
+
readonly errors: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
1179
|
+
readonly path: import("valibot").StringSchema<undefined>;
|
|
1180
|
+
readonly message: import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").LooseObjectSchema<{
|
|
1181
|
+
readonly id: import("valibot").StringSchema<undefined>;
|
|
1182
|
+
readonly message: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1183
|
+
}, undefined>], undefined>;
|
|
1184
|
+
}, undefined>, undefined>, undefined>;
|
|
1073
1185
|
}, undefined>;
|
|
1074
1186
|
};
|
|
1075
1187
|
readonly PAYLOAD_TOO_LARGE: {
|
|
@@ -1133,6 +1245,13 @@ export declare const authRouter: {
|
|
|
1133
1245
|
readonly data: import("valibot").ObjectSchema<{
|
|
1134
1246
|
readonly reason: import("valibot").StringSchema<undefined>;
|
|
1135
1247
|
readonly key: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1248
|
+
readonly errors: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
1249
|
+
readonly path: import("valibot").StringSchema<undefined>;
|
|
1250
|
+
readonly message: import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").LooseObjectSchema<{
|
|
1251
|
+
readonly id: import("valibot").StringSchema<undefined>;
|
|
1252
|
+
readonly message: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1253
|
+
}, undefined>], undefined>;
|
|
1254
|
+
}, undefined>, undefined>, undefined>;
|
|
1136
1255
|
}, undefined>;
|
|
1137
1256
|
};
|
|
1138
1257
|
readonly PAYLOAD_TOO_LARGE: {
|
|
@@ -1233,6 +1352,13 @@ export declare const authRouter: {
|
|
|
1233
1352
|
readonly data: import("valibot").ObjectSchema<{
|
|
1234
1353
|
readonly reason: import("valibot").StringSchema<undefined>;
|
|
1235
1354
|
readonly key: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1355
|
+
readonly errors: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
1356
|
+
readonly path: import("valibot").StringSchema<undefined>;
|
|
1357
|
+
readonly message: import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").LooseObjectSchema<{
|
|
1358
|
+
readonly id: import("valibot").StringSchema<undefined>;
|
|
1359
|
+
readonly message: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1360
|
+
}, undefined>], undefined>;
|
|
1361
|
+
}, undefined>, undefined>, undefined>;
|
|
1236
1362
|
}, undefined>;
|
|
1237
1363
|
};
|
|
1238
1364
|
readonly PAYLOAD_TOO_LARGE: {
|
|
@@ -1296,6 +1422,13 @@ export declare const authRouter: {
|
|
|
1296
1422
|
readonly data: import("valibot").ObjectSchema<{
|
|
1297
1423
|
readonly reason: import("valibot").StringSchema<undefined>;
|
|
1298
1424
|
readonly key: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1425
|
+
readonly errors: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
1426
|
+
readonly path: import("valibot").StringSchema<undefined>;
|
|
1427
|
+
readonly message: import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").LooseObjectSchema<{
|
|
1428
|
+
readonly id: import("valibot").StringSchema<undefined>;
|
|
1429
|
+
readonly message: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1430
|
+
}, undefined>], undefined>;
|
|
1431
|
+
}, undefined>, undefined>, undefined>;
|
|
1299
1432
|
}, undefined>;
|
|
1300
1433
|
};
|
|
1301
1434
|
readonly PAYLOAD_TOO_LARGE: {
|
|
@@ -1361,6 +1494,13 @@ export declare const authRouter: {
|
|
|
1361
1494
|
readonly data: import("valibot").ObjectSchema<{
|
|
1362
1495
|
readonly reason: import("valibot").StringSchema<undefined>;
|
|
1363
1496
|
readonly key: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1497
|
+
readonly errors: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
1498
|
+
readonly path: import("valibot").StringSchema<undefined>;
|
|
1499
|
+
readonly message: import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").LooseObjectSchema<{
|
|
1500
|
+
readonly id: import("valibot").StringSchema<undefined>;
|
|
1501
|
+
readonly message: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1502
|
+
}, undefined>], undefined>;
|
|
1503
|
+
}, undefined>, undefined>, undefined>;
|
|
1364
1504
|
}, undefined>;
|
|
1365
1505
|
};
|
|
1366
1506
|
readonly PAYLOAD_TOO_LARGE: {
|
|
@@ -1426,6 +1566,13 @@ export declare const authRouter: {
|
|
|
1426
1566
|
readonly data: import("valibot").ObjectSchema<{
|
|
1427
1567
|
readonly reason: import("valibot").StringSchema<undefined>;
|
|
1428
1568
|
readonly key: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1569
|
+
readonly errors: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
1570
|
+
readonly path: import("valibot").StringSchema<undefined>;
|
|
1571
|
+
readonly message: import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").LooseObjectSchema<{
|
|
1572
|
+
readonly id: import("valibot").StringSchema<undefined>;
|
|
1573
|
+
readonly message: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1574
|
+
}, undefined>], undefined>;
|
|
1575
|
+
}, undefined>, undefined>, undefined>;
|
|
1429
1576
|
}, undefined>;
|
|
1430
1577
|
};
|
|
1431
1578
|
readonly PAYLOAD_TOO_LARGE: {
|
|
@@ -1489,6 +1636,13 @@ export declare const authRouter: {
|
|
|
1489
1636
|
readonly data: import("valibot").ObjectSchema<{
|
|
1490
1637
|
readonly reason: import("valibot").StringSchema<undefined>;
|
|
1491
1638
|
readonly key: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1639
|
+
readonly errors: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
1640
|
+
readonly path: import("valibot").StringSchema<undefined>;
|
|
1641
|
+
readonly message: import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").LooseObjectSchema<{
|
|
1642
|
+
readonly id: import("valibot").StringSchema<undefined>;
|
|
1643
|
+
readonly message: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1644
|
+
}, undefined>], undefined>;
|
|
1645
|
+
}, undefined>, undefined>, undefined>;
|
|
1492
1646
|
}, undefined>;
|
|
1493
1647
|
};
|
|
1494
1648
|
readonly PAYLOAD_TOO_LARGE: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/rpc/procedures/auth/index.ts"],"names":[],"mappings":"AAUA,eAAO,MAAM,UAAU
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/rpc/procedures/auth/index.ts"],"names":[],"mappings":"AAUA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAUb,CAAC;AAEX,MAAM,MAAM,UAAU,GAAG,OAAO,UAAU,CAAC"}
|
|
@@ -34,6 +34,13 @@ export declare const loginLinks: import("@orpc/server").DecoratedProcedure<impor
|
|
|
34
34
|
readonly data: import("valibot").ObjectSchema<{
|
|
35
35
|
readonly reason: import("valibot").StringSchema<undefined>;
|
|
36
36
|
readonly key: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
37
|
+
readonly errors: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
38
|
+
readonly path: import("valibot").StringSchema<undefined>;
|
|
39
|
+
readonly message: import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").LooseObjectSchema<{
|
|
40
|
+
readonly id: import("valibot").StringSchema<undefined>;
|
|
41
|
+
readonly message: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
42
|
+
}, undefined>], undefined>;
|
|
43
|
+
}, undefined>, undefined>, undefined>;
|
|
37
44
|
}, undefined>;
|
|
38
45
|
};
|
|
39
46
|
readonly PAYLOAD_TOO_LARGE: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"login-links.d.ts","sourceRoot":"","sources":["../../../../src/rpc/procedures/auth/login-links.ts"],"names":[],"mappings":"AASA,eAAO,MAAM,UAAU
|
|
1
|
+
{"version":3,"file":"login-links.d.ts","sourceRoot":"","sources":["../../../../src/rpc/procedures/auth/login-links.ts"],"names":[],"mappings":"AASA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAMtB,CAAC"}
|
|
@@ -33,6 +33,13 @@ export declare const mailerRouter: {
|
|
|
33
33
|
readonly data: import("valibot").ObjectSchema<{
|
|
34
34
|
readonly reason: import("valibot").StringSchema<undefined>;
|
|
35
35
|
readonly key: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
36
|
+
readonly errors: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
37
|
+
readonly path: import("valibot").StringSchema<undefined>;
|
|
38
|
+
readonly message: import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").LooseObjectSchema<{
|
|
39
|
+
readonly id: import("valibot").StringSchema<undefined>;
|
|
40
|
+
readonly message: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
41
|
+
}, undefined>], undefined>;
|
|
42
|
+
}, undefined>, undefined>, undefined>;
|
|
36
43
|
}, undefined>;
|
|
37
44
|
};
|
|
38
45
|
readonly PAYLOAD_TOO_LARGE: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/rpc/procedures/auth/mailer/index.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,YAAY
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/rpc/procedures/auth/mailer/index.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAEf,CAAC"}
|
|
@@ -32,6 +32,13 @@ export declare const testSend: import("@orpc/server").DecoratedProcedure<import(
|
|
|
32
32
|
readonly data: import("valibot").ObjectSchema<{
|
|
33
33
|
readonly reason: import("valibot").StringSchema<undefined>;
|
|
34
34
|
readonly key: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
35
|
+
readonly errors: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
36
|
+
readonly path: import("valibot").StringSchema<undefined>;
|
|
37
|
+
readonly message: import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").LooseObjectSchema<{
|
|
38
|
+
readonly id: import("valibot").StringSchema<undefined>;
|
|
39
|
+
readonly message: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
40
|
+
}, undefined>], undefined>;
|
|
41
|
+
}, undefined>, undefined>, undefined>;
|
|
35
42
|
}, undefined>;
|
|
36
43
|
};
|
|
37
44
|
readonly PAYLOAD_TOO_LARGE: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"test-send.d.ts","sourceRoot":"","sources":["../../../../../src/rpc/procedures/auth/mailer/test-send.ts"],"names":[],"mappings":"AAgBA,eAAO,MAAM,QAAQ
|
|
1
|
+
{"version":3,"file":"test-send.d.ts","sourceRoot":"","sources":["../../../../../src/rpc/procedures/auth/mailer/test-send.ts"],"names":[],"mappings":"AAgBA,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBA6BjB,CAAC"}
|
|
@@ -27,6 +27,13 @@ export declare const oauthProviders: import("@orpc/server").DecoratedProcedure<i
|
|
|
27
27
|
readonly data: import("valibot").ObjectSchema<{
|
|
28
28
|
readonly reason: import("valibot").StringSchema<undefined>;
|
|
29
29
|
readonly key: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
30
|
+
readonly errors: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
31
|
+
readonly path: import("valibot").StringSchema<undefined>;
|
|
32
|
+
readonly message: import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").LooseObjectSchema<{
|
|
33
|
+
readonly id: import("valibot").StringSchema<undefined>;
|
|
34
|
+
readonly message: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
35
|
+
}, undefined>], undefined>;
|
|
36
|
+
}, undefined>, undefined>, undefined>;
|
|
30
37
|
}, undefined>;
|
|
31
38
|
};
|
|
32
39
|
readonly PAYLOAD_TOO_LARGE: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"oauth-providers.d.ts","sourceRoot":"","sources":["../../../../src/rpc/procedures/auth/oauth-providers.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,yBAAyB,CAAC;AAQpE,eAAO,MAAM,cAAc
|
|
1
|
+
{"version":3,"file":"oauth-providers.d.ts","sourceRoot":"","sources":["../../../../src/rpc/procedures/auth/oauth-providers.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,yBAAyB,CAAC;AAQpE,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAE1B,CAAC"}
|
|
@@ -46,6 +46,13 @@ export declare const session: import("@orpc/server").DecoratedProcedure<import("
|
|
|
46
46
|
readonly data: import("valibot").ObjectSchema<{
|
|
47
47
|
readonly reason: import("valibot").StringSchema<undefined>;
|
|
48
48
|
readonly key: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
49
|
+
readonly errors: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
50
|
+
readonly path: import("valibot").StringSchema<undefined>;
|
|
51
|
+
readonly message: import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").LooseObjectSchema<{
|
|
52
|
+
readonly id: import("valibot").StringSchema<undefined>;
|
|
53
|
+
readonly message: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
54
|
+
}, undefined>], undefined>;
|
|
55
|
+
}, undefined>, undefined>, undefined>;
|
|
49
56
|
}, undefined>;
|
|
50
57
|
};
|
|
51
58
|
readonly PAYLOAD_TOO_LARGE: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"session.d.ts","sourceRoot":"","sources":["../../../../src/rpc/procedures/auth/session.ts"],"names":[],"mappings":"AAWA,eAAO,MAAM,OAAO
|
|
1
|
+
{"version":3,"file":"session.d.ts","sourceRoot":"","sources":["../../../../src/rpc/procedures/auth/session.ts"],"names":[],"mappings":"AAWA,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAoBnB,CAAC"}
|
|
@@ -41,6 +41,13 @@ export declare const sessionsRouter: {
|
|
|
41
41
|
readonly data: import("valibot").ObjectSchema<{
|
|
42
42
|
readonly reason: import("valibot").StringSchema<undefined>;
|
|
43
43
|
readonly key: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
44
|
+
readonly errors: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
45
|
+
readonly path: import("valibot").StringSchema<undefined>;
|
|
46
|
+
readonly message: import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").LooseObjectSchema<{
|
|
47
|
+
readonly id: import("valibot").StringSchema<undefined>;
|
|
48
|
+
readonly message: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
49
|
+
}, undefined>], undefined>;
|
|
50
|
+
}, undefined>, undefined>, undefined>;
|
|
44
51
|
}, undefined>;
|
|
45
52
|
};
|
|
46
53
|
readonly PAYLOAD_TOO_LARGE: {
|
|
@@ -104,6 +111,13 @@ export declare const sessionsRouter: {
|
|
|
104
111
|
readonly data: import("valibot").ObjectSchema<{
|
|
105
112
|
readonly reason: import("valibot").StringSchema<undefined>;
|
|
106
113
|
readonly key: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
114
|
+
readonly errors: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
115
|
+
readonly path: import("valibot").StringSchema<undefined>;
|
|
116
|
+
readonly message: import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").LooseObjectSchema<{
|
|
117
|
+
readonly id: import("valibot").StringSchema<undefined>;
|
|
118
|
+
readonly message: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
119
|
+
}, undefined>], undefined>;
|
|
120
|
+
}, undefined>, undefined>, undefined>;
|
|
107
121
|
}, undefined>;
|
|
108
122
|
};
|
|
109
123
|
readonly PAYLOAD_TOO_LARGE: {
|
|
@@ -165,6 +179,13 @@ export declare const sessionsRouter: {
|
|
|
165
179
|
readonly data: import("valibot").ObjectSchema<{
|
|
166
180
|
readonly reason: import("valibot").StringSchema<undefined>;
|
|
167
181
|
readonly key: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
182
|
+
readonly errors: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
183
|
+
readonly path: import("valibot").StringSchema<undefined>;
|
|
184
|
+
readonly message: import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").LooseObjectSchema<{
|
|
185
|
+
readonly id: import("valibot").StringSchema<undefined>;
|
|
186
|
+
readonly message: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
187
|
+
}, undefined>], undefined>;
|
|
188
|
+
}, undefined>, undefined>, undefined>;
|
|
168
189
|
}, undefined>;
|
|
169
190
|
};
|
|
170
191
|
readonly PAYLOAD_TOO_LARGE: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/rpc/procedures/auth/sessions/index.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,cAAc
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/rpc/procedures/auth/sessions/index.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAIjB,CAAC"}
|
|
@@ -40,6 +40,13 @@ export declare const list: import("@orpc/server").DecoratedProcedure<import("@or
|
|
|
40
40
|
readonly data: import("valibot").ObjectSchema<{
|
|
41
41
|
readonly reason: import("valibot").StringSchema<undefined>;
|
|
42
42
|
readonly key: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
43
|
+
readonly errors: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
44
|
+
readonly path: import("valibot").StringSchema<undefined>;
|
|
45
|
+
readonly message: import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").LooseObjectSchema<{
|
|
46
|
+
readonly id: import("valibot").StringSchema<undefined>;
|
|
47
|
+
readonly message: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
48
|
+
}, undefined>], undefined>;
|
|
49
|
+
}, undefined>, undefined>, undefined>;
|
|
43
50
|
}, undefined>;
|
|
44
51
|
};
|
|
45
52
|
readonly PAYLOAD_TOO_LARGE: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list.d.ts","sourceRoot":"","sources":["../../../../../src/rpc/procedures/auth/sessions/list.ts"],"names":[],"mappings":"AAyBA,eAAO,MAAM,IAAI
|
|
1
|
+
{"version":3,"file":"list.d.ts","sourceRoot":"","sources":["../../../../../src/rpc/procedures/auth/sessions/list.ts"],"names":[],"mappings":"AAyBA,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBA4Bb,CAAC"}
|
|
@@ -30,6 +30,13 @@ export declare const revokeOthers: import("@orpc/server").DecoratedProcedure<imp
|
|
|
30
30
|
readonly data: import("valibot").ObjectSchema<{
|
|
31
31
|
readonly reason: import("valibot").StringSchema<undefined>;
|
|
32
32
|
readonly key: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
33
|
+
readonly errors: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
34
|
+
readonly path: import("valibot").StringSchema<undefined>;
|
|
35
|
+
readonly message: import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").LooseObjectSchema<{
|
|
36
|
+
readonly id: import("valibot").StringSchema<undefined>;
|
|
37
|
+
readonly message: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
38
|
+
}, undefined>], undefined>;
|
|
39
|
+
}, undefined>, undefined>, undefined>;
|
|
33
40
|
}, undefined>;
|
|
34
41
|
};
|
|
35
42
|
readonly PAYLOAD_TOO_LARGE: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"revoke-others.d.ts","sourceRoot":"","sources":["../../../../../src/rpc/procedures/auth/sessions/revoke-others.ts"],"names":[],"mappings":"AA0BA,eAAO,MAAM,YAAY
|
|
1
|
+
{"version":3,"file":"revoke-others.d.ts","sourceRoot":"","sources":["../../../../../src/rpc/procedures/auth/sessions/revoke-others.ts"],"names":[],"mappings":"AA0BA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBA2BrB,CAAC"}
|
|
@@ -32,6 +32,13 @@ export declare const revoke: import("@orpc/server").DecoratedProcedure<import("@
|
|
|
32
32
|
readonly data: import("valibot").ObjectSchema<{
|
|
33
33
|
readonly reason: import("valibot").StringSchema<undefined>;
|
|
34
34
|
readonly key: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
35
|
+
readonly errors: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
36
|
+
readonly path: import("valibot").StringSchema<undefined>;
|
|
37
|
+
readonly message: import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").LooseObjectSchema<{
|
|
38
|
+
readonly id: import("valibot").StringSchema<undefined>;
|
|
39
|
+
readonly message: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
40
|
+
}, undefined>], undefined>;
|
|
41
|
+
}, undefined>, undefined>, undefined>;
|
|
35
42
|
}, undefined>;
|
|
36
43
|
};
|
|
37
44
|
readonly PAYLOAD_TOO_LARGE: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"revoke.d.ts","sourceRoot":"","sources":["../../../../../src/rpc/procedures/auth/sessions/revoke.ts"],"names":[],"mappings":"AAkBA,eAAO,MAAM,MAAM
|
|
1
|
+
{"version":3,"file":"revoke.d.ts","sourceRoot":"","sources":["../../../../../src/rpc/procedures/auth/sessions/revoke.ts"],"names":[],"mappings":"AAkBA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBA2Bf,CAAC"}
|
|
@@ -43,6 +43,13 @@ export declare const list: import("@orpc/server").DecoratedProcedure<import("@or
|
|
|
43
43
|
readonly data: v.ObjectSchema<{
|
|
44
44
|
readonly reason: v.StringSchema<undefined>;
|
|
45
45
|
readonly key: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
46
|
+
readonly errors: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
47
|
+
readonly path: v.StringSchema<undefined>;
|
|
48
|
+
readonly message: v.UnionSchema<[v.StringSchema<undefined>, v.LooseObjectSchema<{
|
|
49
|
+
readonly id: v.StringSchema<undefined>;
|
|
50
|
+
readonly message: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
51
|
+
}, undefined>], undefined>;
|
|
52
|
+
}, undefined>, undefined>, undefined>;
|
|
46
53
|
}, undefined>;
|
|
47
54
|
};
|
|
48
55
|
readonly PAYLOAD_TOO_LARGE: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"activity.d.ts","sourceRoot":"","sources":["../../../../src/rpc/procedures/entry/activity.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,SAAS,CAAC;AAyB7B,eAAO,MAAM,IAAI;;;;YAkCP,MAAM;cACJ,MAAM,GAAG,IAAI;eACZ,MAAM;oBACD,IAAI;;;;YAHZ,MAAM;cACJ,MAAM,GAAG,IAAI;eACZ,MAAM;oBACD,IAAI
|
|
1
|
+
{"version":3,"file":"activity.d.ts","sourceRoot":"","sources":["../../../../src/rpc/procedures/entry/activity.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,SAAS,CAAC;AAyB7B,eAAO,MAAM,IAAI;;;;YAkCP,MAAM;cACJ,MAAM,GAAG,IAAI;eACZ,MAAM;oBACD,IAAI;;;;YAHZ,MAAM;cACJ,MAAM,GAAG,IAAI;eACZ,MAAM;oBACD,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAoBlB,CAAC"}
|
|
@@ -32,6 +32,13 @@ export declare const trashMany: import("@orpc/server").DecoratedProcedure<import
|
|
|
32
32
|
readonly data: import("valibot").ObjectSchema<{
|
|
33
33
|
readonly reason: import("valibot").StringSchema<undefined>;
|
|
34
34
|
readonly key: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
35
|
+
readonly errors: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
36
|
+
readonly path: import("valibot").StringSchema<undefined>;
|
|
37
|
+
readonly message: import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").LooseObjectSchema<{
|
|
38
|
+
readonly id: import("valibot").StringSchema<undefined>;
|
|
39
|
+
readonly message: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
40
|
+
}, undefined>], undefined>;
|
|
41
|
+
}, undefined>, undefined>, undefined>;
|
|
35
42
|
}, undefined>;
|
|
36
43
|
};
|
|
37
44
|
readonly PAYLOAD_TOO_LARGE: {
|
|
@@ -95,6 +102,13 @@ export declare const restoreMany: import("@orpc/server").DecoratedProcedure<impo
|
|
|
95
102
|
readonly data: import("valibot").ObjectSchema<{
|
|
96
103
|
readonly reason: import("valibot").StringSchema<undefined>;
|
|
97
104
|
readonly key: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
105
|
+
readonly errors: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
106
|
+
readonly path: import("valibot").StringSchema<undefined>;
|
|
107
|
+
readonly message: import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").LooseObjectSchema<{
|
|
108
|
+
readonly id: import("valibot").StringSchema<undefined>;
|
|
109
|
+
readonly message: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
110
|
+
}, undefined>], undefined>;
|
|
111
|
+
}, undefined>, undefined>, undefined>;
|
|
98
112
|
}, undefined>;
|
|
99
113
|
};
|
|
100
114
|
readonly PAYLOAD_TOO_LARGE: {
|
|
@@ -158,6 +172,13 @@ export declare const deletePermanentMany: import("@orpc/server").DecoratedProced
|
|
|
158
172
|
readonly data: import("valibot").ObjectSchema<{
|
|
159
173
|
readonly reason: import("valibot").StringSchema<undefined>;
|
|
160
174
|
readonly key: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
175
|
+
readonly errors: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
176
|
+
readonly path: import("valibot").StringSchema<undefined>;
|
|
177
|
+
readonly message: import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").LooseObjectSchema<{
|
|
178
|
+
readonly id: import("valibot").StringSchema<undefined>;
|
|
179
|
+
readonly message: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
180
|
+
}, undefined>], undefined>;
|
|
181
|
+
}, undefined>, undefined>, undefined>;
|
|
161
182
|
}, undefined>;
|
|
162
183
|
};
|
|
163
184
|
readonly PAYLOAD_TOO_LARGE: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bulk.d.ts","sourceRoot":"","sources":["../../../../src/rpc/procedures/entry/bulk.ts"],"names":[],"mappings":"AAkBA,eAAO,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"bulk.d.ts","sourceRoot":"","sources":["../../../../src/rpc/procedures/entry/bulk.ts"],"names":[],"mappings":"AAkBA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAwBlB,CAAC;AAEL,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAwBpB,CAAC;AAEL,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAmC5B,CAAC"}
|