emdash 0.40.0 → 0.41.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/action-token-CbKDcPJi.mjs +26 -0
- package/dist/action-token-CbKDcPJi.mjs.map +1 -0
- package/dist/activation-PtniBLt9.mjs +382 -0
- package/dist/activation-PtniBLt9.mjs.map +1 -0
- package/dist/adapters-C_Tf5x90.d.mts +171 -0
- package/dist/adapters-C_Tf5x90.d.mts.map +1 -0
- package/dist/allowed-origins-U1z4TdEZ.mjs +116 -0
- package/dist/allowed-origins-U1z4TdEZ.mjs.map +1 -0
- package/dist/api/route-utils.d.mts +4 -4
- package/dist/api/route-utils.mjs +46 -45
- package/dist/api/route-utils.mjs.map +1 -1
- package/dist/api/schemas/index.d.mts +2 -2
- package/dist/api/schemas/index.mjs +10 -10
- package/dist/api-CXwQkV_m.mjs +5122 -0
- package/dist/api-CXwQkV_m.mjs.map +1 -0
- package/dist/api-tokens-89WlohEN.mjs +166 -0
- package/dist/api-tokens-89WlohEN.mjs.map +1 -0
- package/dist/apply-Do3KNnUk.mjs +1659 -0
- package/dist/apply-Do3KNnUk.mjs.map +1 -0
- package/dist/approvals-CAX9Yw33.mjs +460 -0
- package/dist/approvals-CAX9Yw33.mjs.map +1 -0
- package/dist/artifact-fetch-B9W4CEST.mjs +659 -0
- package/dist/artifact-fetch-B9W4CEST.mjs.map +1 -0
- package/dist/astro/index.d.mts +14 -14
- package/dist/astro/index.mjs +26 -30
- package/dist/astro/index.mjs.map +1 -1
- package/dist/astro/middleware/auth.d.mts +12 -12
- package/dist/astro/middleware/auth.mjs +10 -10
- package/dist/astro/middleware/media-usage-write-fence.mjs +5 -5
- package/dist/astro/middleware/redirect.mjs +7 -7
- package/dist/astro/middleware/request-context.mjs +3 -3
- package/dist/astro/middleware/setup.mjs +1 -1
- package/dist/astro/middleware.d.mts +12 -12
- package/dist/astro/middleware.d.mts.map +1 -1
- package/dist/astro/middleware.mjs +110 -106
- package/dist/astro/middleware.mjs.map +1 -1
- package/dist/astro/routes/api/admin/allowed-domains/_domain_.mjs +14 -14
- package/dist/astro/routes/api/admin/allowed-domains/index.mjs +14 -14
- package/dist/astro/routes/api/admin/api-tokens/_id_.mjs +6 -6
- package/dist/astro/routes/api/admin/api-tokens/index.mjs +7 -7
- package/dist/astro/routes/api/admin/byline-fields/_slug_/usage.mjs +7 -7
- package/dist/astro/routes/api/admin/byline-fields/_slug_.mjs +17 -17
- package/dist/astro/routes/api/admin/byline-fields/index.mjs +17 -17
- package/dist/astro/routes/api/admin/byline-fields/reorder.mjs +17 -17
- package/dist/astro/routes/api/admin/bylines/_id_/index.mjs +23 -23
- package/dist/astro/routes/api/admin/bylines/_id_/translations.mjs +23 -23
- package/dist/astro/routes/api/admin/bylines/index.mjs +23 -23
- package/dist/astro/routes/api/admin/comments/_id_/status.mjs +18 -18
- package/dist/astro/routes/api/admin/comments/_id_.mjs +7 -7
- package/dist/astro/routes/api/admin/comments/bulk.mjs +17 -17
- package/dist/astro/routes/api/admin/comments/counts.mjs +7 -7
- package/dist/astro/routes/api/admin/comments/index.mjs +17 -17
- package/dist/astro/routes/api/admin/hooks/exclusive/_hookName_.mjs +6 -6
- package/dist/astro/routes/api/admin/hooks/exclusive/index.mjs +5 -5
- package/dist/astro/routes/api/admin/media-usage/activation.mjs +20 -20
- package/dist/astro/routes/api/admin/media-usage/collection-deletions/index.mjs +22 -22
- package/dist/astro/routes/api/admin/media-usage/collection-deletions/retry.mjs +22 -22
- package/dist/astro/routes/api/admin/media-usage/progress.mjs +25 -25
- package/dist/astro/routes/api/admin/media-usage/repair.mjs +31 -31
- package/dist/astro/routes/api/admin/media-usage/work/index.mjs +22 -22
- package/dist/astro/routes/api/admin/media-usage/work/retry.mjs +22 -22
- package/dist/astro/routes/api/admin/oauth-clients/_id_.mjs +6 -6
- package/dist/astro/routes/api/admin/oauth-clients/index.mjs +6 -6
- package/dist/astro/routes/api/admin/plugins/_id_/disable.mjs +8 -8
- package/dist/astro/routes/api/admin/plugins/_id_/enable.mjs +8 -8
- package/dist/astro/routes/api/admin/plugins/_id_/index.mjs +72 -68
- package/dist/astro/routes/api/admin/plugins/_id_/index.mjs.map +1 -1
- package/dist/astro/routes/api/admin/plugins/_id_/mcp.mjs +7 -7
- package/dist/astro/routes/api/admin/plugins/_id_/settings.mjs +71 -67
- package/dist/astro/routes/api/admin/plugins/_id_/settings.mjs.map +1 -1
- package/dist/astro/routes/api/admin/plugins/_id_/uninstall.mjs +72 -68
- package/dist/astro/routes/api/admin/plugins/_id_/uninstall.mjs.map +1 -1
- package/dist/astro/routes/api/admin/plugins/_id_/update.mjs +82 -78
- package/dist/astro/routes/api/admin/plugins/_id_/update.mjs.map +1 -1
- package/dist/astro/routes/api/admin/plugins/index.mjs +72 -68
- package/dist/astro/routes/api/admin/plugins/index.mjs.map +1 -1
- package/dist/astro/routes/api/admin/plugins/marketplace/_id_/icon.mjs +5 -5
- package/dist/astro/routes/api/admin/plugins/marketplace/_id_/index.mjs +71 -67
- package/dist/astro/routes/api/admin/plugins/marketplace/_id_/index.mjs.map +1 -1
- package/dist/astro/routes/api/admin/plugins/marketplace/_id_/install.mjs +81 -77
- package/dist/astro/routes/api/admin/plugins/marketplace/_id_/install.mjs.map +1 -1
- package/dist/astro/routes/api/admin/plugins/marketplace/index.mjs +71 -67
- package/dist/astro/routes/api/admin/plugins/marketplace/index.mjs.map +1 -1
- package/dist/astro/routes/api/admin/plugins/registry/_id_/uninstall.mjs +72 -68
- package/dist/astro/routes/api/admin/plugins/registry/_id_/uninstall.mjs.map +1 -1
- package/dist/astro/routes/api/admin/plugins/registry/_id_/update.mjs +83 -79
- package/dist/astro/routes/api/admin/plugins/registry/_id_/update.mjs.map +1 -1
- package/dist/astro/routes/api/admin/plugins/registry/artifact.mjs +9 -9
- package/dist/astro/routes/api/admin/plugins/registry/install.mjs +74 -70
- package/dist/astro/routes/api/admin/plugins/registry/install.mjs.map +1 -1
- package/dist/astro/routes/api/admin/plugins/registry/publisher-handle.mjs +7 -7
- package/dist/astro/routes/api/admin/plugins/registry/verify.mjs +72 -68
- package/dist/astro/routes/api/admin/plugins/registry/verify.mjs.map +1 -1
- package/dist/astro/routes/api/admin/plugins/updates.mjs +71 -67
- package/dist/astro/routes/api/admin/plugins/updates.mjs.map +1 -1
- package/dist/astro/routes/api/admin/scheduled-policy-rejections/_collection_/_id_.mjs +6 -6
- package/dist/astro/routes/api/admin/themes/marketplace/_id_/index.mjs +71 -67
- package/dist/astro/routes/api/admin/themes/marketplace/_id_/index.mjs.map +1 -1
- package/dist/astro/routes/api/admin/themes/marketplace/_id_/thumbnail.mjs +5 -5
- package/dist/astro/routes/api/admin/themes/marketplace/index.mjs +71 -67
- package/dist/astro/routes/api/admin/themes/marketplace/index.mjs.map +1 -1
- package/dist/astro/routes/api/admin/transfer/_...path_.mjs +4 -4
- package/dist/astro/routes/api/admin/transfer/approvals/_id_/approve.mjs +40 -40
- package/dist/astro/routes/api/admin/transfer/approvals/_id_/deny.mjs +40 -40
- package/dist/astro/routes/api/admin/transfer/approvals/index.mjs +42 -42
- package/dist/astro/routes/api/admin/transfer/capabilities.mjs +42 -42
- package/dist/astro/routes/api/admin/transfer/exports/_id_/advance.mjs +42 -42
- package/dist/astro/routes/api/admin/transfer/exports/_id_/archive.mjs +43 -43
- package/dist/astro/routes/api/admin/transfer/exports/_id_/files/_...path_.mjs +43 -43
- package/dist/astro/routes/api/admin/transfer/exports/_id_/index.mjs +42 -42
- package/dist/astro/routes/api/admin/transfer/exports/_id_/manifest.mjs +43 -43
- package/dist/astro/routes/api/admin/transfer/exports/index.mjs +44 -44
- package/dist/astro/routes/api/admin/transfer/imports/_id_/abandon.mjs +42 -42
- package/dist/astro/routes/api/admin/transfer/imports/_id_/advance.mjs +42 -42
- package/dist/astro/routes/api/admin/transfer/imports/_id_/analyze.mjs +44 -44
- package/dist/astro/routes/api/admin/transfer/imports/_id_/cancel.mjs +42 -42
- package/dist/astro/routes/api/admin/transfer/imports/_id_/execute.mjs +44 -44
- package/dist/astro/routes/api/admin/transfer/imports/_id_/files/_...path_.mjs +42 -42
- package/dist/astro/routes/api/admin/transfer/imports/_id_/index.mjs +42 -42
- package/dist/astro/routes/api/admin/transfer/imports/_id_/missing.mjs +44 -44
- package/dist/astro/routes/api/admin/transfer/imports/_id_/plan.mjs +42 -42
- package/dist/astro/routes/api/admin/transfer/imports/_id_/receipt.mjs +42 -42
- package/dist/astro/routes/api/admin/transfer/imports/index.mjs +44 -44
- package/dist/astro/routes/api/admin/users/_id_/disable.mjs +5 -5
- package/dist/astro/routes/api/admin/users/_id_/enable.mjs +4 -4
- package/dist/astro/routes/api/admin/users/_id_/index.mjs +15 -15
- package/dist/astro/routes/api/admin/users/_id_/send-recovery.mjs +6 -6
- package/dist/astro/routes/api/admin/users/index.mjs +14 -14
- package/dist/astro/routes/api/auth/dev-bypass.mjs +6 -6
- package/dist/astro/routes/api/auth/invite/accept.mjs +4 -4
- package/dist/astro/routes/api/auth/invite/complete.mjs +18 -18
- package/dist/astro/routes/api/auth/invite/index.mjs +16 -16
- package/dist/astro/routes/api/auth/invite/register-options.mjs +17 -17
- package/dist/astro/routes/api/auth/logout.mjs +5 -5
- package/dist/astro/routes/api/auth/magic-link/send.mjs +18 -18
- package/dist/astro/routes/api/auth/magic-link/verify.mjs +14 -14
- package/dist/astro/routes/api/auth/me.mjs +15 -15
- package/dist/astro/routes/api/auth/mode.mjs +5 -5
- package/dist/astro/routes/api/auth/oauth/_provider_/callback.mjs +3 -3
- package/dist/astro/routes/api/auth/oauth/_provider_.mjs +2 -2
- package/dist/astro/routes/api/auth/passkey/_id_.mjs +14 -14
- package/dist/astro/routes/api/auth/passkey/index.mjs +4 -4
- package/dist/astro/routes/api/auth/passkey/options.mjs +19 -19
- package/dist/astro/routes/api/auth/passkey/register/options.mjs +17 -17
- package/dist/astro/routes/api/auth/passkey/register/verify.mjs +18 -18
- package/dist/astro/routes/api/auth/passkey/verify.mjs +18 -18
- package/dist/astro/routes/api/auth/signup/complete.mjs +18 -18
- package/dist/astro/routes/api/auth/signup/request.mjs +17 -17
- package/dist/astro/routes/api/auth/signup/verify.mjs +4 -4
- package/dist/astro/routes/api/comments/_collection_/_contentId_/index.mjs +12 -12
- package/dist/astro/routes/api/comments/_collection_/_contentId_/reactions.mjs +18 -18
- package/dist/astro/routes/api/content/_collection_/_id_/compare.mjs +5 -5
- package/dist/astro/routes/api/content/_collection_/_id_/discard-draft.mjs +17 -17
- package/dist/astro/routes/api/content/_collection_/_id_/duplicate.mjs +5 -5
- package/dist/astro/routes/api/content/_collection_/_id_/lock.mjs +17 -17
- package/dist/astro/routes/api/content/_collection_/_id_/permanent.mjs +5 -5
- package/dist/astro/routes/api/content/_collection_/_id_/plugin-extensions/_pluginId_/_kind_/_extensionId_.mjs +11 -11
- package/dist/astro/routes/api/content/_collection_/_id_/preview-url.mjs +31 -31
- package/dist/astro/routes/api/content/_collection_/_id_/publish.mjs +17 -17
- package/dist/astro/routes/api/content/_collection_/_id_/references/_relation_/children.d.mts +1 -2
- package/dist/astro/routes/api/content/_collection_/_id_/references/_relation_/children.d.mts.map +1 -1
- package/dist/astro/routes/api/content/_collection_/_id_/references/_relation_/children.mjs +42 -53
- package/dist/astro/routes/api/content/_collection_/_id_/references/_relation_/children.mjs.map +1 -1
- package/dist/astro/routes/api/content/_collection_/_id_/references/_relation_/parents.mjs +34 -29
- package/dist/astro/routes/api/content/_collection_/_id_/references/_relation_/parents.mjs.map +1 -1
- package/dist/astro/routes/api/content/_collection_/_id_/restore.mjs +5 -5
- package/dist/astro/routes/api/content/_collection_/_id_/revisions.mjs +5 -5
- package/dist/astro/routes/api/content/_collection_/_id_/schedule.mjs +17 -17
- package/dist/astro/routes/api/content/_collection_/_id_/terms/_taxonomy_.mjs +25 -24
- package/dist/astro/routes/api/content/_collection_/_id_/terms/_taxonomy_.mjs.map +1 -1
- package/dist/astro/routes/api/content/_collection_/_id_/translations.mjs +5 -5
- package/dist/astro/routes/api/content/_collection_/_id_/unpublish.mjs +17 -17
- package/dist/astro/routes/api/content/_collection_/_id_.d.mts.map +1 -1
- package/dist/astro/routes/api/content/_collection_/_id_.mjs +18 -18
- package/dist/astro/routes/api/content/_collection_/_id_.mjs.map +1 -1
- package/dist/astro/routes/api/content/_collection_/authors.mjs +5 -5
- package/dist/astro/routes/api/content/_collection_/index.mjs +15 -15
- package/dist/astro/routes/api/content/_collection_/trash.mjs +15 -15
- package/dist/astro/routes/api/dashboard.mjs +10 -9
- package/dist/astro/routes/api/dashboard.mjs.map +1 -1
- package/dist/astro/routes/api/dev/emails.mjs +5 -5
- package/dist/astro/routes/api/health.mjs +6 -6
- package/dist/astro/routes/api/import/probe.d.mts +3 -3
- package/dist/astro/routes/api/import/probe.mjs +23 -23
- package/dist/astro/routes/api/import/wordpress/analyze.mjs +6 -6
- package/dist/astro/routes/api/import/wordpress/execute.d.mts +13 -13
- package/dist/astro/routes/api/import/wordpress/execute.mjs +16 -16
- package/dist/astro/routes/api/import/wordpress/media.d.mts +12 -12
- package/dist/astro/routes/api/import/wordpress/media.mjs +19 -19
- package/dist/astro/routes/api/import/wordpress/prepare.mjs +18 -18
- package/dist/astro/routes/api/import/wordpress/rewrite-urls.d.mts +13 -13
- package/dist/astro/routes/api/import/wordpress/rewrite-urls.mjs +28 -28
- package/dist/astro/routes/api/import/wordpress-plugin/analyze.d.mts +1 -1
- package/dist/astro/routes/api/import/wordpress-plugin/analyze.mjs +23 -23
- package/dist/astro/routes/api/import/wordpress-plugin/execute.d.mts +13 -13
- package/dist/astro/routes/api/import/wordpress-plugin/execute.mjs +34 -34
- package/dist/astro/routes/api/manifest.mjs +6 -6
- package/dist/astro/routes/api/mcp.mjs +98 -118
- package/dist/astro/routes/api/mcp.mjs.map +1 -1
- package/dist/astro/routes/api/media/_id_/confirm.mjs +19 -19
- package/dist/astro/routes/api/media/_id_/replace.mjs +16 -16
- package/dist/astro/routes/api/media/_id_/upload.mjs +9 -9
- package/dist/astro/routes/api/media/_id_/usage.mjs +33 -33
- package/dist/astro/routes/api/media/_id_.mjs +31 -31
- package/dist/astro/routes/api/media/asset/_id_/_filename_.mjs +6 -6
- package/dist/astro/routes/api/media/file/_...key_.mjs +9 -9
- package/dist/astro/routes/api/media/folders/_id_.mjs +16 -16
- package/dist/astro/routes/api/media/folders/index.mjs +16 -16
- package/dist/astro/routes/api/media/providers/_providerId_/_itemId_.mjs +5 -5
- package/dist/astro/routes/api/media/providers/_providerId_/index.mjs +5 -5
- package/dist/astro/routes/api/media/providers/index.mjs +5 -5
- package/dist/astro/routes/api/media/upload-url.mjs +18 -18
- package/dist/astro/routes/api/media.mjs +35 -35
- package/dist/astro/routes/api/menus/_name_/items/_id_.mjs +17 -17
- package/dist/astro/routes/api/menus/_name_/items.mjs +17 -17
- package/dist/astro/routes/api/menus/_name_/reorder.mjs +17 -17
- package/dist/astro/routes/api/menus/_name_/translations.mjs +17 -17
- package/dist/astro/routes/api/menus/_name_.mjs +17 -17
- package/dist/astro/routes/api/menus/index.mjs +17 -17
- package/dist/astro/routes/api/oauth/authorize.mjs +6 -6
- package/dist/astro/routes/api/oauth/device/authorize.d.mts +2 -1
- package/dist/astro/routes/api/oauth/device/authorize.d.mts.map +1 -1
- package/dist/astro/routes/api/oauth/device/authorize.mjs +23 -9
- package/dist/astro/routes/api/oauth/device/authorize.mjs.map +1 -1
- package/dist/astro/routes/api/oauth/device/code.mjs +11 -11
- package/dist/astro/routes/api/oauth/device/token.mjs +10 -10
- package/dist/astro/routes/api/oauth/register.mjs +5 -5
- package/dist/astro/routes/api/oauth/token/refresh.mjs +8 -8
- package/dist/astro/routes/api/oauth/token/revoke.mjs +8 -8
- package/dist/astro/routes/api/oauth/token.mjs +8 -8
- package/dist/astro/routes/api/openapi.json.mjs +20 -20
- package/dist/astro/routes/api/plugins/_pluginId_/_...path_.mjs +11 -11
- package/dist/astro/routes/api/redirects/404s/index.mjs +19 -19
- package/dist/astro/routes/api/redirects/404s/summary.mjs +19 -19
- package/dist/astro/routes/api/redirects/_id_.mjs +19 -19
- package/dist/astro/routes/api/redirects/index.mjs +19 -19
- package/dist/astro/routes/api/relations/_id_/index.mjs +34 -29
- package/dist/astro/routes/api/relations/_id_/index.mjs.map +1 -1
- package/dist/astro/routes/api/relations/index.mjs +36 -31
- package/dist/astro/routes/api/relations/index.mjs.map +1 -1
- package/dist/astro/routes/api/revisions/_revisionId_/index.mjs +5 -5
- package/dist/astro/routes/api/revisions/_revisionId_/restore.mjs +5 -5
- package/dist/astro/routes/api/schema/block-types/_slug_/index.mjs +71 -67
- package/dist/astro/routes/api/schema/block-types/_slug_/index.mjs.map +1 -1
- package/dist/astro/routes/api/schema/block-types/_slug_/versions/_version_/activate.mjs +71 -67
- package/dist/astro/routes/api/schema/block-types/_slug_/versions/_version_/activate.mjs.map +1 -1
- package/dist/astro/routes/api/schema/block-types/index.mjs +71 -67
- package/dist/astro/routes/api/schema/block-types/index.mjs.map +1 -1
- package/dist/astro/routes/api/schema/collections/_slug_/fields/_fieldSlug_.mjs +73 -69
- package/dist/astro/routes/api/schema/collections/_slug_/fields/_fieldSlug_.mjs.map +1 -1
- package/dist/astro/routes/api/schema/collections/_slug_/fields/index.mjs +71 -67
- package/dist/astro/routes/api/schema/collections/_slug_/fields/index.mjs.map +1 -1
- package/dist/astro/routes/api/schema/collections/_slug_/fields/reorder.mjs +71 -67
- package/dist/astro/routes/api/schema/collections/_slug_/fields/reorder.mjs.map +1 -1
- package/dist/astro/routes/api/schema/collections/_slug_/index.mjs +71 -67
- package/dist/astro/routes/api/schema/collections/_slug_/index.mjs.map +1 -1
- package/dist/astro/routes/api/schema/collections/index.mjs +71 -67
- package/dist/astro/routes/api/schema/collections/index.mjs.map +1 -1
- package/dist/astro/routes/api/schema/collections/reorder.mjs +71 -67
- package/dist/astro/routes/api/schema/collections/reorder.mjs.map +1 -1
- package/dist/astro/routes/api/schema/index.mjs +16 -16
- package/dist/astro/routes/api/schema/orphans/_slug_.mjs +71 -67
- package/dist/astro/routes/api/schema/orphans/_slug_.mjs.map +1 -1
- package/dist/astro/routes/api/schema/orphans/index.mjs +71 -67
- package/dist/astro/routes/api/schema/orphans/index.mjs.map +1 -1
- package/dist/astro/routes/api/search/enable.mjs +19 -19
- package/dist/astro/routes/api/search/index.mjs +18 -18
- package/dist/astro/routes/api/search/rebuild.mjs +19 -19
- package/dist/astro/routes/api/search/stats.mjs +9 -9
- package/dist/astro/routes/api/search/suggest.mjs +18 -18
- package/dist/astro/routes/api/sections/_slug_.mjs +18 -18
- package/dist/astro/routes/api/sections/index.mjs +18 -18
- package/dist/astro/routes/api/settings/backups/archives/_name_.mjs +7 -7
- package/dist/astro/routes/api/settings/backups/archives/index.mjs +7 -7
- package/dist/astro/routes/api/settings/backups/export.mjs +7 -7
- package/dist/astro/routes/api/settings/backups/index.mjs +8 -8
- package/dist/astro/routes/api/settings/email.mjs +6 -6
- package/dist/astro/routes/api/settings.mjs +21 -21
- package/dist/astro/routes/api/setup/admin-verify.mjs +19 -19
- package/dist/astro/routes/api/setup/admin.mjs +18 -18
- package/dist/astro/routes/api/setup/dev-bypass.mjs +45 -39
- package/dist/astro/routes/api/setup/dev-bypass.mjs.map +1 -1
- package/dist/astro/routes/api/setup/dev-reset.mjs +4 -4
- package/dist/astro/routes/api/setup/index.d.mts.map +1 -1
- package/dist/astro/routes/api/setup/index.mjs +80 -49
- package/dist/astro/routes/api/setup/index.mjs.map +1 -1
- package/dist/astro/routes/api/setup/status.mjs +6 -6
- package/dist/astro/routes/api/snapshot.mjs +9 -9
- package/dist/astro/routes/api/snapshot.mjs.map +1 -1
- package/dist/astro/routes/api/taxonomies/_name_/reorder.mjs +23 -23
- package/dist/astro/routes/api/taxonomies/_name_/terms/_slug_/translations.mjs +23 -23
- package/dist/astro/routes/api/taxonomies/_name_/terms/_slug_.mjs +23 -23
- package/dist/astro/routes/api/taxonomies/_name_/terms/index.mjs +23 -23
- package/dist/astro/routes/api/taxonomies/_name_/translations.mjs +22 -22
- package/dist/astro/routes/api/taxonomies/_name_.mjs +23 -23
- package/dist/astro/routes/api/taxonomies/bulk-tag.mjs +36 -35
- package/dist/astro/routes/api/taxonomies/bulk-tag.mjs.map +1 -1
- package/dist/astro/routes/api/taxonomies/index.mjs +23 -23
- package/dist/astro/routes/api/themes/preview.mjs +6 -6
- package/dist/astro/routes/api/typegen.mjs +8 -8
- package/dist/astro/routes/api/visual-editing/action-token.mjs +6 -6
- package/dist/astro/routes/api/visual-editing/content/_collection_/_id_/publish.mjs +19 -19
- package/dist/astro/routes/api/visual-editing/toolbar-labels.mjs +4 -4
- package/dist/astro/routes/api/well-known/auth.mjs +1 -1
- package/dist/astro/routes/api/well-known/oauth-authorization-server.mjs +2 -2
- package/dist/astro/routes/api/well-known/oauth-protected-resource.mjs +2 -2
- package/dist/astro/routes/api/widget-areas/_name_/reorder.mjs +16 -16
- package/dist/astro/routes/api/widget-areas/_name_/widgets/_id_.mjs +19 -19
- package/dist/astro/routes/api/widget-areas/_name_/widgets.mjs +19 -19
- package/dist/astro/routes/api/widget-areas/_name_.mjs +9 -9
- package/dist/astro/routes/api/widget-areas/index.mjs +19 -19
- package/dist/astro/routes/api/widget-components.mjs +5 -5
- package/dist/astro/routes/robots.txt.mjs +6 -6
- package/dist/astro/routes/sitemap-_collection_.xml.mjs +9 -9
- package/dist/astro/routes/sitemap.xml.mjs +7 -7
- package/dist/astro/types.d.mts +28 -18
- package/dist/astro/types.d.mts.map +1 -1
- package/dist/audit-CrgmE9LE.mjs +127 -0
- package/dist/audit-CrgmE9LE.mjs.map +1 -0
- package/dist/auth/providers/github.d.mts +1 -1
- package/dist/auth/providers/google.d.mts +1 -1
- package/dist/authoritative-records-C2YzIdbu.mjs +5172 -0
- package/dist/authoritative-records-C2YzIdbu.mjs.map +1 -0
- package/dist/authorize-WgdKF8QY.mjs +49 -0
- package/dist/authorize-WgdKF8QY.mjs.map +1 -0
- package/dist/backup-Ck8_lMO3.mjs +246 -0
- package/dist/backup-Ck8_lMO3.mjs.map +1 -0
- package/dist/block-types-BQ90asVI.mjs +132 -0
- package/dist/block-types-BQ90asVI.mjs.map +1 -0
- package/dist/block-values-ACFqgB1D.mjs +175 -0
- package/dist/block-values-ACFqgB1D.mjs.map +1 -0
- package/dist/bundle-Db1iNMv_.mjs +667 -0
- package/dist/bundle-Db1iNMv_.mjs.map +1 -0
- package/dist/byline-BayaYGoj.mjs +909 -0
- package/dist/byline-BayaYGoj.mjs.map +1 -0
- package/dist/byline-fields-B8HH-35f.mjs +254 -0
- package/dist/byline-fields-B8HH-35f.mjs.map +1 -0
- package/dist/byline-fields-hMPjf6Eu.mjs +123 -0
- package/dist/byline-fields-hMPjf6Eu.mjs.map +1 -0
- package/dist/byline-registry-B_EK_TQf.mjs +406 -0
- package/dist/byline-registry-B_EK_TQf.mjs.map +1 -0
- package/dist/bylines-DFAaFXWi.mjs +214 -0
- package/dist/bylines-DFAaFXWi.mjs.map +1 -0
- package/dist/bylines-DkIxUxmr.mjs +232 -0
- package/dist/bylines-DkIxUxmr.mjs.map +1 -0
- package/dist/cache-DkvhQ8XE.mjs +108 -0
- package/dist/cache-DkvhQ8XE.mjs.map +1 -0
- package/dist/canonical-CcSuuTlH.mjs +174 -0
- package/dist/canonical-CcSuuTlH.mjs.map +1 -0
- package/dist/capture-triggers-DJEoOTOq.mjs +362 -0
- package/dist/capture-triggers-DJEoOTOq.mjs.map +1 -0
- package/dist/challenge-store-CvBl81AQ.mjs +51 -0
- package/dist/challenge-store-CvBl81AQ.mjs.map +1 -0
- package/dist/checksum-CClweQzI.mjs +162 -0
- package/dist/checksum-CClweQzI.mjs.map +1 -0
- package/dist/chrome-tags-D5caJwwp.mjs +24 -0
- package/dist/chrome-tags-D5caJwwp.mjs.map +1 -0
- package/dist/chunks-DwBaj8aT.mjs +25 -0
- package/dist/chunks-DwBaj8aT.mjs.map +1 -0
- package/dist/cli/index.mjs +374 -761
- package/dist/cli/index.mjs.map +1 -1
- package/dist/client/cf-access.d.mts +1 -1
- package/dist/client/index.d.mts +18 -18
- package/dist/client/index.mjs +2 -2
- package/dist/collection-deletion-CLCdXsnV.mjs +436 -0
- package/dist/collection-deletion-CLCdXsnV.mjs.map +1 -0
- package/dist/collection-deletion-processor-hNw8x01F.mjs +217 -0
- package/dist/collection-deletion-processor-hNw8x01F.mjs.map +1 -0
- package/dist/collection-slugs-cache-CUuiduLq.mjs +85 -0
- package/dist/collection-slugs-cache-CUuiduLq.mjs.map +1 -0
- package/dist/comment-D2uvL63j.mjs +313 -0
- package/dist/comment-D2uvL63j.mjs.map +1 -0
- package/dist/comment-reaction-DevUuzg4.mjs +85 -0
- package/dist/comment-reaction-DevUuzg4.mjs.map +1 -0
- package/dist/comments-Cq0s7_hO.mjs +195 -0
- package/dist/comments-Cq0s7_hO.mjs.map +1 -0
- package/dist/comments-M4EDYAHw.mjs +99 -0
- package/dist/comments-M4EDYAHw.mjs.map +1 -0
- package/dist/components-CuIGwXMs.mjs +108 -0
- package/dist/components-CuIGwXMs.mjs.map +1 -0
- package/dist/config-52Ea5IWt.d.mts +39 -0
- package/dist/config-52Ea5IWt.d.mts.map +1 -0
- package/dist/config-CCz3xOLc.mjs +242 -0
- package/dist/config-CCz3xOLc.mjs.map +1 -0
- package/dist/config-D3d5Qudq.d.mts +6669 -0
- package/dist/config-D3d5Qudq.d.mts.map +1 -0
- package/dist/content-CbnufDsM.mjs +2018 -0
- package/dist/content-CbnufDsM.mjs.map +1 -0
- package/dist/content-list-query-D_7B1FE5.d.mts +26 -0
- package/dist/content-list-query-D_7B1FE5.d.mts.map +1 -0
- package/dist/content-policy-CYu6K1KB.mjs +46 -0
- package/dist/content-policy-CYu6K1KB.mjs.map +1 -0
- package/dist/content-repair-DlDUgFGp.mjs +442 -0
- package/dist/content-repair-DlDUgFGp.mjs.map +1 -0
- package/dist/context-CGQLA1-a.mjs +1922 -0
- package/dist/context-CGQLA1-a.mjs.map +1 -0
- package/dist/cron-c4D5C5Fx.mjs +284 -0
- package/dist/cron-c4D5C5Fx.mjs.map +1 -0
- package/dist/dashboard-CBq9kmOn.mjs +151 -0
- package/dist/dashboard-CBq9kmOn.mjs.map +1 -0
- package/dist/db/index.d.mts +3 -3
- package/dist/db/index.mjs +1 -1
- package/dist/db/libsql-migrations.d.mts +1 -1
- package/dist/db/libsql-migrations.mjs +4 -4
- package/dist/db/libsql.d.mts +1 -1
- package/dist/db/postgres-migrations.d.mts +1 -1
- package/dist/db/postgres-migrations.mjs +4 -4
- package/dist/db/postgres.d.mts +1 -1
- package/dist/db/sqlite-migrations.d.mts +1 -1
- package/dist/db/sqlite-migrations.mjs +4 -4
- package/dist/db/sqlite.d.mts +1 -1
- package/dist/db/sqlite.mjs +1 -1
- package/dist/default-DPsys51U.mjs +81 -0
- package/dist/default-DPsys51U.mjs.map +1 -0
- package/dist/deferred-tasks-CZ7rzBdo.d.mts +9 -0
- package/dist/deferred-tasks-CZ7rzBdo.d.mts.map +1 -0
- package/dist/dev-typegen-HRxwLRcT.mjs +29 -0
- package/dist/dev-typegen-HRxwLRcT.mjs.map +1 -0
- package/dist/device-flow-OcSqE9uY.mjs +521 -0
- package/dist/device-flow-OcSqE9uY.mjs.map +1 -0
- package/dist/digest-DVZ--cE9.mjs +194 -0
- package/dist/digest-DVZ--cE9.mjs.map +1 -0
- package/dist/direct-executor-DyjAqkpT.mjs +104 -0
- package/dist/direct-executor-DyjAqkpT.mjs.map +1 -0
- package/dist/dist-FPR93_xf.mjs +810 -0
- package/dist/dist-FPR93_xf.mjs.map +1 -0
- package/dist/email-console-DyQIgEnz.mjs +50 -0
- package/dist/email-console-DyQIgEnz.mjs.map +1 -0
- package/dist/email-locale-BYb16rVd.mjs +25 -0
- package/dist/email-locale-BYb16rVd.mjs.map +1 -0
- package/dist/emdash-runtime-CrzxJFmF.mjs +4214 -0
- package/dist/emdash-runtime-CrzxJFmF.mjs.map +1 -0
- package/dist/enrich-DBtCncE2.mjs +194 -0
- package/dist/enrich-DBtCncE2.mjs.map +1 -0
- package/dist/entry-lock-BN5y4YbO.d.mts +4481 -0
- package/dist/entry-lock-BN5y4YbO.d.mts.map +1 -0
- package/dist/entry-lock-BaRBHCsH.mjs +1173 -0
- package/dist/entry-lock-BaRBHCsH.mjs.map +1 -0
- package/dist/entry-lock-C6NcnZPV.mjs +163 -0
- package/dist/entry-lock-C6NcnZPV.mjs.map +1 -0
- package/dist/entry-locks-BTyQLdbC.mjs +167 -0
- package/dist/entry-locks-BTyQLdbC.mjs.map +1 -0
- package/dist/error-BfsNNrIE.mjs +90 -0
- package/dist/error-BfsNNrIE.mjs.map +1 -0
- package/dist/errors-BN1QAnEY.mjs +460 -0
- package/dist/errors-BN1QAnEY.mjs.map +1 -0
- package/dist/errors-Bt3goF8I.mjs +120 -0
- package/dist/errors-Bt3goF8I.mjs.map +1 -0
- package/dist/escape-BveidMa2.mjs +9 -0
- package/dist/escape-BveidMa2.mjs.map +1 -0
- package/dist/fence-Bb_IbCxI.mjs +162 -0
- package/dist/fence-Bb_IbCxI.mjs.map +1 -0
- package/dist/field-defs-cache-CsZctvbu.mjs +77 -0
- package/dist/field-defs-cache-CsZctvbu.mjs.map +1 -0
- package/dist/field-map-6m9rF49t.mjs +83 -0
- package/dist/field-map-6m9rF49t.mjs.map +1 -0
- package/dist/focal-point-CZ3d1wK5.mjs +23 -0
- package/dist/focal-point-CZ3d1wK5.mjs.map +1 -0
- package/dist/fts-manager-CCaZTp8y.mjs +443 -0
- package/dist/fts-manager-CCaZTp8y.mjs.map +1 -0
- package/dist/gc-xowRjczI.mjs +75 -0
- package/dist/gc-xowRjczI.mjs.map +1 -0
- package/dist/hash-COVK27Pc.mjs +37 -0
- package/dist/hash-COVK27Pc.mjs.map +1 -0
- package/dist/hook-result-CYSk0XFe.d.mts +31 -0
- package/dist/hook-result-CYSk0XFe.d.mts.map +1 -0
- package/dist/hreflang-CChPV7jx.mjs +105 -0
- package/dist/hreflang-CChPV7jx.mjs.map +1 -0
- package/dist/hreflang-DRslq3QI.d.mts +50 -0
- package/dist/hreflang-DRslq3QI.d.mts.map +1 -0
- package/dist/http-route-dispatch-CAdp2onn.mjs +339 -0
- package/dist/http-route-dispatch-CAdp2onn.mjs.map +1 -0
- package/dist/identity-NVTOOQyq.mjs +35 -0
- package/dist/identity-NVTOOQyq.mjs.map +1 -0
- package/dist/import-wpSO2N0x.mjs +2020 -0
- package/dist/import-wpSO2N0x.mjs.map +1 -0
- package/dist/index-CDs2wq4X.d.mts +623 -0
- package/dist/index-CDs2wq4X.d.mts.map +1 -0
- package/dist/index.d.mts +24 -24
- package/dist/index.mjs +103 -101
- package/dist/install-finalization-D9R9R-W8.mjs +58 -0
- package/dist/install-finalization-D9R9R-W8.mjs.map +1 -0
- package/dist/keys-Bck6LBfF.mjs +61 -0
- package/dist/keys-Bck6LBfF.mjs.map +1 -0
- package/dist/kinds-CYmRESWj.mjs +974 -0
- package/dist/kinds-CYmRESWj.mjs.map +1 -0
- package/dist/lifecycle-C815ZQfV.mjs +25 -0
- package/dist/lifecycle-C815ZQfV.mjs.map +1 -0
- package/dist/load-D99axixL.mjs +28 -0
- package/dist/load-D99axixL.mjs.map +1 -0
- package/dist/loader-CrRPfkHS.mjs +1197 -0
- package/dist/loader-CrRPfkHS.mjs.map +1 -0
- package/dist/loops-DMKlygqX.mjs +203 -0
- package/dist/loops-DMKlygqX.mjs.map +1 -0
- package/dist/manifest-builder-BQzCHNgB.mjs +189 -0
- package/dist/manifest-builder-BQzCHNgB.mjs.map +1 -0
- package/dist/manifest-schema-Ci2gmd0u.mjs +492 -0
- package/dist/manifest-schema-Ci2gmd0u.mjs.map +1 -0
- package/dist/media/image-endpoint.mjs +1 -1
- package/dist/media/index.d.mts +1 -1
- package/dist/media/index.mjs +4 -4
- package/dist/media/local-runtime.d.mts +14 -14
- package/dist/media/local-runtime.mjs +6 -6
- package/dist/media-BUQePMxP.mjs +373 -0
- package/dist/media-BUQePMxP.mjs.map +1 -0
- package/dist/media-DH8ibNlY.mjs +294 -0
- package/dist/media-DH8ibNlY.mjs.map +1 -0
- package/dist/media-OEIQ3bVc.mjs +408 -0
- package/dist/media-OEIQ3bVc.mjs.map +1 -0
- package/dist/media-allowlist-pYtaBA95.mjs +44 -0
- package/dist/media-allowlist-pYtaBA95.mjs.map +1 -0
- package/dist/media-folders-Bf8_s4de.mjs +210 -0
- package/dist/media-folders-Bf8_s4de.mjs.map +1 -0
- package/dist/media-url-C6klEuNd.mjs +43 -0
- package/dist/media-url-C6klEuNd.mjs.map +1 -0
- package/dist/media-usage-D7Y64m6v.mjs +1629 -0
- package/dist/media-usage-D7Y64m6v.mjs.map +1 -0
- package/dist/media-usage-activation-DrqbmgLA.mjs +78 -0
- package/dist/media-usage-activation-DrqbmgLA.mjs.map +1 -0
- package/dist/media-usage-work-DommYhYA.mjs +152 -0
- package/dist/media-usage-work-DommYhYA.mjs.map +1 -0
- package/dist/media-usage-work-HU63hNDu.mjs +586 -0
- package/dist/media-usage-work-HU63hNDu.mjs.map +1 -0
- package/dist/menus-BQfusWEC.mjs +3608 -0
- package/dist/menus-BQfusWEC.mjs.map +1 -0
- package/dist/menus-BtwjQt5s.mjs +753 -0
- package/dist/menus-BtwjQt5s.mjs.map +1 -0
- package/dist/menus-p_M1V7J_.mjs +139 -0
- package/dist/menus-p_M1V7J_.mjs.map +1 -0
- package/dist/migrations/index.d.mts +1 -1
- package/dist/migrations/index.mjs +3 -3
- package/dist/mime-C94qBG-P.mjs +36 -0
- package/dist/mime-C94qBG-P.mjs.map +1 -0
- package/dist/mode-DpYW3w6U.mjs +23 -0
- package/dist/mode-DpYW3w6U.mjs.map +1 -0
- package/dist/node-sqlite-compat-pWFw0lcc.mjs +46 -0
- package/dist/node-sqlite-compat-pWFw0lcc.mjs.map +1 -0
- package/dist/normalize-DduyxBjf.mjs +191 -0
- package/dist/normalize-DduyxBjf.mjs.map +1 -0
- package/dist/oauth-authorization-DAXsH1H9.mjs +274 -0
- package/dist/oauth-authorization-DAXsH1H9.mjs.map +1 -0
- package/dist/oauth-clients-DENiDQri.mjs +266 -0
- package/dist/oauth-clients-DENiDQri.mjs.map +1 -0
- package/dist/oauth-state-store-y8mEYVq9.mjs +50 -0
- package/dist/oauth-state-store-y8mEYVq9.mjs.map +1 -0
- package/dist/oauth-user-lookup-CtTYAy-O.mjs +26 -0
- package/dist/oauth-user-lookup-CtTYAy-O.mjs.map +1 -0
- package/dist/object-cache/memory.d.mts +1 -1
- package/dist/options-BYa1FgIM.d.mts +81 -0
- package/dist/options-BYa1FgIM.d.mts.map +1 -0
- package/dist/page/index.d.mts +2 -2
- package/dist/page/index.mjs +5 -5
- package/dist/parse-CORGGhHf.mjs +81 -0
- package/dist/parse-CORGGhHf.mjs.map +1 -0
- package/dist/parse-avNM1xWV.d.mts +168 -0
- package/dist/parse-avNM1xWV.d.mts.map +1 -0
- package/dist/passkey-config-Dih5YeIS.mjs +46 -0
- package/dist/passkey-config-Dih5YeIS.mjs.map +1 -0
- package/dist/paths-d51RFm8M.mjs +77 -0
- package/dist/paths-d51RFm8M.mjs.map +1 -0
- package/dist/patterns-CoqlXUvk.mjs +145 -0
- package/dist/patterns-CoqlXUvk.mjs.map +1 -0
- package/dist/placeholder-D2aksPMF.d.mts +306 -0
- package/dist/placeholder-D2aksPMF.d.mts.map +1 -0
- package/dist/plan-DqeZKuaR.mjs +135 -0
- package/dist/plan-DqeZKuaR.mjs.map +1 -0
- package/dist/plugin-test-runtime.d.mts +14 -14
- package/dist/plugin-test-runtime.mjs +110 -107
- package/dist/plugin-types.d.mts +2 -2
- package/dist/plugin-utils.d.mts +12 -12
- package/dist/plugins/adapt-sandbox-entry.d.mts +12 -12
- package/dist/plugins/adapt-sandbox-entry.mjs +3 -3
- package/dist/plugins/host.d.mts +5 -5
- package/dist/plugins/host.mjs +42 -41
- package/dist/plugins-Bb7oqjQA.mjs +277 -0
- package/dist/plugins-Bb7oqjQA.mjs.map +1 -0
- package/dist/policy-BcEqut3n.mjs +45 -0
- package/dist/policy-BcEqut3n.mjs.map +1 -0
- package/dist/portable-text-DXE8ymtD.mjs +307 -0
- package/dist/portable-text-DXE8ymtD.mjs.map +1 -0
- package/dist/preview-DEDWbwA_.mjs +107 -0
- package/dist/preview-DEDWbwA_.mjs.map +1 -0
- package/dist/protocol-BJbTzvwl.d.mts +61 -0
- package/dist/protocol-BJbTzvwl.d.mts.map +1 -0
- package/dist/public-submission-D9c9S14m.mjs +250 -0
- package/dist/public-submission-D9c9S14m.mjs.map +1 -0
- package/dist/public-url-CIRe-2T6.mjs +101 -0
- package/dist/public-url-CIRe-2T6.mjs.map +1 -0
- package/dist/query-BzifXlPS.mjs +1156 -0
- package/dist/query-BzifXlPS.mjs.map +1 -0
- package/dist/query-OzMJ6vJP.mjs +41 -0
- package/dist/query-OzMJ6vJP.mjs.map +1 -0
- package/dist/rate-limit-Csp60Vik.mjs +120 -0
- package/dist/rate-limit-Csp60Vik.mjs.map +1 -0
- package/dist/receipt-B-aU4hpJ.mjs +43 -0
- package/dist/receipt-B-aU4hpJ.mjs.map +1 -0
- package/dist/redirect-CDSw1sU3.mjs +17 -0
- package/dist/redirect-CDSw1sU3.mjs.map +1 -0
- package/dist/redirect-D1ArbO85.mjs +411 -0
- package/dist/redirect-D1ArbO85.mjs.map +1 -0
- package/dist/redirects-BjTwDTsV.mjs +148 -0
- package/dist/redirects-BjTwDTsV.mjs.map +1 -0
- package/dist/redirects-Ck50kH3n.mjs +446 -0
- package/dist/redirects-Ck50kH3n.mjs.map +1 -0
- package/dist/registry/testing.mjs +3 -3
- package/dist/registry-CFcNCayZ.mjs +6754 -0
- package/dist/registry-CFcNCayZ.mjs.map +1 -0
- package/dist/relations-Cfaa1fDl.mjs +776 -0
- package/dist/relations-Cfaa1fDl.mjs.map +1 -0
- package/dist/request-cache-iHRlHx1d.mjs +104 -0
- package/dist/request-cache-iHRlHx1d.mjs.map +1 -0
- package/dist/request-context.d.mts +1 -1
- package/dist/request-meta-D47mqyev.mjs +141 -0
- package/dist/request-meta-D47mqyev.mjs.map +1 -0
- package/dist/resolve-BPE8sMvx.mjs +99 -0
- package/dist/resolve-BPE8sMvx.mjs.map +1 -0
- package/dist/resolve-C0s1E_fH.mjs +199 -0
- package/dist/resolve-C0s1E_fH.mjs.map +1 -0
- package/dist/revision-j1p4-bOj.mjs +302 -0
- package/dist/revision-j1p4-bOj.mjs.map +1 -0
- package/dist/route-wire-C9PJV9aL.mjs +197 -0
- package/dist/route-wire-C9PJV9aL.mjs.map +1 -0
- package/dist/routes-lyYw0mMf.mjs +272 -0
- package/dist/routes-lyYw0mMf.mjs.map +1 -0
- package/dist/runner-B3eyB9Gb.mjs +6121 -0
- package/dist/runner-B3eyB9Gb.mjs.map +1 -0
- package/dist/runner-DoYH2Jcu.d.mts +68 -0
- package/dist/runner-DoYH2Jcu.d.mts.map +1 -0
- package/dist/runtime.d.mts +13 -13
- package/dist/runtime.mjs +3 -3
- package/dist/schema-BAayK46S.mjs +13 -0
- package/dist/schema-BAayK46S.mjs.map +1 -0
- package/dist/schema-Gqcl-8G4.mjs +815 -0
- package/dist/schema-Gqcl-8G4.mjs.map +1 -0
- package/dist/scopes-BqPOKoKf.mjs +34 -0
- package/dist/scopes-BqPOKoKf.mjs.map +1 -0
- package/dist/search-YJKPIEV6.mjs +448 -0
- package/dist/search-YJKPIEV6.mjs.map +1 -0
- package/dist/sections-BR_e-wK5.mjs +346 -0
- package/dist/sections-BR_e-wK5.mjs.map +1 -0
- package/dist/seed/index.d.mts +2 -2
- package/dist/seed/index.mjs +37 -31
- package/dist/seo/index.d.mts +3 -3
- package/dist/seo/index.mjs +22 -21
- package/dist/seo/index.mjs.map +1 -1
- package/dist/seo-Dsj8hy3j.mjs +114 -0
- package/dist/seo-Dsj8hy3j.mjs.map +1 -0
- package/dist/seo-XvH4LNNp.mjs +133 -0
- package/dist/seo-XvH4LNNp.mjs.map +1 -0
- package/dist/service-BsVG05gS.mjs +150 -0
- package/dist/service-BsVG05gS.mjs.map +1 -0
- package/dist/session-user-DgKbYrlj.mjs +51 -0
- package/dist/session-user-DgKbYrlj.mjs.map +1 -0
- package/dist/settings-CNPUntkh.mjs +51 -0
- package/dist/settings-CNPUntkh.mjs.map +1 -0
- package/dist/settings-D5EHi0Tk.mjs +439 -0
- package/dist/settings-D5EHi0Tk.mjs.map +1 -0
- package/dist/settings-DSfE7wOa.mjs +61 -0
- package/dist/settings-DSfE7wOa.mjs.map +1 -0
- package/dist/setup-complete-B8W8sJ9v.mjs +26 -0
- package/dist/setup-complete-B8W8sJ9v.mjs.map +1 -0
- package/dist/setup-nonce-DnSBP260.mjs +25 -0
- package/dist/setup-nonce-DnSBP260.mjs.map +1 -0
- package/dist/site-settings-NGzdrt7O.mjs +50 -0
- package/dist/site-settings-NGzdrt7O.mjs.map +1 -0
- package/dist/site-url-D6JB7tLW.mjs +16 -0
- package/dist/site-url-D6JB7tLW.mjs.map +1 -0
- package/dist/snapshot-CdcwwWAf.mjs +414 -0
- package/dist/snapshot-CdcwwWAf.mjs.map +1 -0
- package/dist/ssrf-Dv0_tRpo.mjs +406 -0
- package/dist/ssrf-Dv0_tRpo.mjs.map +1 -0
- package/dist/stage-CUjhED3P.mjs +662 -0
- package/dist/stage-CUjhED3P.mjs.map +1 -0
- package/dist/staged-C36IWXff.mjs +659 -0
- package/dist/staged-C36IWXff.mjs.map +1 -0
- package/dist/state-CKouMCSY.mjs +153 -0
- package/dist/state-CKouMCSY.mjs.map +1 -0
- package/dist/status-lzyj4Uu7.mjs +30 -0
- package/dist/status-lzyj4Uu7.mjs.map +1 -0
- package/dist/storage/local.d.mts +1 -1
- package/dist/storage/local.mjs +1 -1
- package/dist/storage/s3.d.mts +1 -1
- package/dist/storage/s3.mjs +1 -1
- package/dist/storage-query-B-cWcTjJ.d.mts +1594 -0
- package/dist/storage-query-B-cWcTjJ.d.mts.map +1 -0
- package/dist/tar-DsTXX6ch.mjs +449 -0
- package/dist/tar-DsTXX6ch.mjs.map +1 -0
- package/dist/target-DLQCwp_Z.mjs +27 -0
- package/dist/target-DLQCwp_Z.mjs.map +1 -0
- package/dist/taxonomies-BlAjr4BL.mjs +697 -0
- package/dist/taxonomies-BlAjr4BL.mjs.map +1 -0
- package/dist/taxonomies-Byyo7LOZ.mjs +939 -0
- package/dist/taxonomies-Byyo7LOZ.mjs.map +1 -0
- package/dist/taxonomy-CKDwM61Y.mjs +525 -0
- package/dist/taxonomy-CKDwM61Y.mjs.map +1 -0
- package/dist/tokens-BojXlk49.mjs +171 -0
- package/dist/tokens-BojXlk49.mjs.map +1 -0
- package/dist/transaction-DLPQWik1.mjs +29 -0
- package/dist/transaction-DLPQWik1.mjs.map +1 -0
- package/dist/transfer-XSTh2BCr.mjs +8706 -0
- package/dist/transfer-XSTh2BCr.mjs.map +1 -0
- package/dist/transfer-download-DkoCDA9d.mjs +33 -0
- package/dist/transfer-download-DkoCDA9d.mjs.map +1 -0
- package/dist/transfer-iQ26J-RT.mjs +166 -0
- package/dist/transfer-iQ26J-RT.mjs.map +1 -0
- package/dist/transformations-C7RQabKQ.mjs +196 -0
- package/dist/transformations-C7RQabKQ.mjs.map +1 -0
- package/dist/transport-D3RulfD6.mjs +136 -0
- package/dist/transport-D3RulfD6.mjs.map +1 -0
- package/dist/transport-DhlZlf4D.d.mts +42 -0
- package/dist/transport-DhlZlf4D.d.mts.map +1 -0
- package/dist/trusted-proxy-B6ECOZJc.mjs +51 -0
- package/dist/trusted-proxy-B6ECOZJc.mjs.map +1 -0
- package/dist/turnstile-lqUiY7lP.mjs +53 -0
- package/dist/turnstile-lqUiY7lP.mjs.map +1 -0
- package/dist/types-4Dn9bZhu.mjs +77 -0
- package/dist/types-4Dn9bZhu.mjs.map +1 -0
- package/dist/types-5LSo7PPx.d.mts +85 -0
- package/dist/types-5LSo7PPx.d.mts.map +1 -0
- package/dist/types-BQ3hwYJT.d.mts +896 -0
- package/dist/types-BQ3hwYJT.d.mts.map +1 -0
- package/dist/types-BYEk7qo3.d.mts +198 -0
- package/dist/types-BYEk7qo3.d.mts.map +1 -0
- package/dist/types-CJKsWVFR.mjs +199 -0
- package/dist/types-CJKsWVFR.mjs.map +1 -0
- package/dist/types-Ca_w8mmY.d.mts +363 -0
- package/dist/types-Ca_w8mmY.d.mts.map +1 -0
- package/dist/types-CkE41ZAG.mjs +18 -0
- package/dist/types-CkE41ZAG.mjs.map +1 -0
- package/dist/types-D0aJW2uR.d.mts +1641 -0
- package/dist/types-D0aJW2uR.d.mts.map +1 -0
- package/dist/types-DbpN4Qto.d.mts +372 -0
- package/dist/types-DbpN4Qto.d.mts.map +1 -0
- package/dist/types-ILDI1sdY.mjs +16 -0
- package/dist/types-ILDI1sdY.mjs.map +1 -0
- package/dist/types-OC5c-edM.mjs +22 -0
- package/dist/types-OC5c-edM.mjs.map +1 -0
- package/dist/types-aOOxRSx6.mjs +103 -0
- package/dist/types-aOOxRSx6.mjs.map +1 -0
- package/dist/types-m1WbUffD.d.mts +198 -0
- package/dist/types-m1WbUffD.d.mts.map +1 -0
- package/dist/types-uxLoPBio.d.mts +124 -0
- package/dist/types-uxLoPBio.d.mts.map +1 -0
- package/dist/types-we5uR-tV.d.mts +287 -0
- package/dist/types-we5uR-tV.d.mts.map +1 -0
- package/dist/upload-attempts-DduMy6B0.mjs +32 -0
- package/dist/upload-attempts-DduMy6B0.mjs.map +1 -0
- package/dist/url-pattern-B3EwxAAk.mjs +33 -0
- package/dist/url-pattern-B3EwxAAk.mjs.map +1 -0
- package/dist/user-ElwQjTQT.mjs +171 -0
- package/dist/user-ElwQjTQT.mjs.map +1 -0
- package/dist/utils-BlAXmfOG.mjs +439 -0
- package/dist/utils-BlAXmfOG.mjs.map +1 -0
- package/dist/validate-CH0X5b2c.d.mts +468 -0
- package/dist/validate-CH0X5b2c.d.mts.map +1 -0
- package/dist/validate-CfgRpcjA.mjs +492 -0
- package/dist/validate-CfgRpcjA.mjs.map +1 -0
- package/dist/validation-DvYJtv4k.mjs +218 -0
- package/dist/validation-DvYJtv4k.mjs.map +1 -0
- package/dist/version-DgYjhTud.mjs +9 -0
- package/dist/version-DgYjhTud.mjs.map +1 -0
- package/dist/version-Dq71scUb.mjs +7 -0
- package/dist/version-Dq71scUb.mjs.map +1 -0
- package/dist/widgets-ChFIj0be.mjs +126 -0
- package/dist/widgets-ChFIj0be.mjs.map +1 -0
- package/dist/wxr-taxonomies-CBZMp2YX.mjs +372 -0
- package/dist/wxr-taxonomies-CBZMp2YX.mjs.map +1 -0
- package/dist/wxr-taxonomies-DlKDpWN1.d.mts +34 -0
- package/dist/wxr-taxonomies-DlKDpWN1.d.mts.map +1 -0
- package/dist/zod-generator-DmTKI-Ig.mjs +426 -0
- package/dist/zod-generator-DmTKI-Ig.mjs.map +1 -0
- package/package.json +7 -6
- package/src/api/handlers/content.ts +593 -16
- package/src/api/handlers/device-flow.ts +74 -21
- package/src/api/handlers/index.ts +1 -0
- package/src/api/handlers/manifest.ts +79 -5
- package/src/api/handlers/media-upload.ts +17 -71
- package/src/api/handlers/media.ts +97 -3
- package/src/api/handlers/relations.ts +638 -157
- package/src/api/handlers/revision.ts +30 -0
- package/src/api/handlers/schema.ts +403 -1
- package/src/api/handlers/snapshot.ts +257 -3
- package/src/api/handlers/staged-references.ts +142 -0
- package/src/api/handlers/validate-references.ts +146 -0
- package/src/api/schemas/content.ts +13 -0
- package/src/api/schemas/relations.ts +54 -44
- package/src/api/schemas/schema.ts +14 -0
- package/src/astro/integration/routes.ts +15 -19
- package/src/astro/integration/vite-config.ts +10 -4
- package/src/astro/middleware.ts +1 -0
- package/src/astro/routes/api/content/[collection]/[id]/references/[relation]/children.ts +11 -54
- package/src/astro/routes/api/content/[collection]/[id].ts +3 -1
- package/src/astro/routes/api/oauth/device/authorize.ts +33 -4
- package/src/astro/routes/api/relations/index.ts +4 -4
- package/src/astro/routes/api/schema/collections/[slug]/fields/[fieldSlug].ts +6 -2
- package/src/astro/routes/api/setup/index.ts +66 -23
- package/src/astro/routes/api/snapshot.ts +2 -1
- package/src/astro/types.ts +10 -0
- package/src/cleanup.ts +10 -0
- package/src/cli/commands/export-seed.ts +510 -89
- package/src/components/Columns.astro +3 -1
- package/src/components/Cover.astro +3 -1
- package/src/components/WidgetArea.astro +3 -2
- package/src/database/migrations/086_relations_structural.ts +197 -0
- package/src/database/migrations/087_reference_field_relations.ts +407 -0
- package/src/database/migrations/runner.ts +4 -0
- package/src/database/reference-backfill.ts +141 -0
- package/src/database/repositories/content.ts +43 -8
- package/src/database/repositories/media.ts +40 -1
- package/src/database/repositories/redirect.ts +17 -34
- package/src/database/repositories/relation.ts +620 -208
- package/src/database/repositories/revision.ts +16 -0
- package/src/database/repositories/types.ts +38 -0
- package/src/database/transaction.ts +12 -1
- package/src/database/types.ts +14 -5
- package/src/emdash-runtime.ts +114 -11
- package/src/index.ts +11 -0
- package/src/loader.ts +169 -22
- package/src/mcp/server.ts +13 -48
- package/src/query.ts +455 -25
- package/src/references/field-map.ts +115 -0
- package/src/references/resolve.ts +160 -0
- package/src/references/staged.ts +117 -0
- package/src/references/types.ts +16 -0
- package/src/registry/artifact-fetch.ts +45 -271
- package/src/schema/registry.ts +99 -24
- package/src/schema/types.ts +58 -0
- package/src/schema/zod-generator.ts +67 -1
- package/src/seed/apply.ts +841 -103
- package/src/seed/types.ts +36 -2
- package/src/seed/validate.ts +78 -2
- package/src/transfer/analyze/unique-keys.ts +3 -12
- package/src/transfer/analyze/validate.ts +65 -39
- package/src/transfer/analyze/values.ts +12 -1
- package/src/transfer/export/readers.ts +12 -8
- package/src/transfer/format/columns.ts +26 -6
- package/src/transfer/format/kinds.ts +21 -5
- package/src/transfer/import/context.ts +8 -1
- package/src/transfer/ops/package-index.ts +1 -1
- package/dist/action-token-DYwe4Pk0.mjs +0 -26
- package/dist/action-token-DYwe4Pk0.mjs.map +0 -1
- package/dist/activation-LOkDM5WT.mjs +0 -382
- package/dist/activation-LOkDM5WT.mjs.map +0 -1
- package/dist/adapters-B64LbYcB.d.mts +0 -171
- package/dist/adapters-B64LbYcB.d.mts.map +0 -1
- package/dist/allowed-origins-CHB8oZNM.mjs +0 -116
- package/dist/allowed-origins-CHB8oZNM.mjs.map +0 -1
- package/dist/api-cFFZpyS0.mjs +0 -4718
- package/dist/api-cFFZpyS0.mjs.map +0 -1
- package/dist/api-tokens-s4i4aUp_.mjs +0 -166
- package/dist/api-tokens-s4i4aUp_.mjs.map +0 -1
- package/dist/apply-CoT603H3.mjs +0 -1163
- package/dist/apply-CoT603H3.mjs.map +0 -1
- package/dist/approvals-CqMfNxak.mjs +0 -460
- package/dist/approvals-CqMfNxak.mjs.map +0 -1
- package/dist/artifact-fetch-DZMOGZ3-.mjs +0 -818
- package/dist/artifact-fetch-DZMOGZ3-.mjs.map +0 -1
- package/dist/astro/routes/api/relations/_id_/translations.d.mts +0 -8
- package/dist/astro/routes/api/relations/_id_/translations.d.mts.map +0 -1
- package/dist/astro/routes/api/relations/_id_/translations.mjs +0 -47
- package/dist/astro/routes/api/relations/_id_/translations.mjs.map +0 -1
- package/dist/audit-RfCugiSB.mjs +0 -127
- package/dist/audit-RfCugiSB.mjs.map +0 -1
- package/dist/authoritative-records-CoJvBXAD.mjs +0 -5172
- package/dist/authoritative-records-CoJvBXAD.mjs.map +0 -1
- package/dist/authorize-seCifOMJ.mjs +0 -49
- package/dist/authorize-seCifOMJ.mjs.map +0 -1
- package/dist/backup-CBu0LrXf.mjs +0 -246
- package/dist/backup-CBu0LrXf.mjs.map +0 -1
- package/dist/block-type-registry-DUI_3KxT.mjs +0 -6709
- package/dist/block-type-registry-DUI_3KxT.mjs.map +0 -1
- package/dist/block-types-BmZmLmAD.mjs +0 -132
- package/dist/block-types-BmZmLmAD.mjs.map +0 -1
- package/dist/block-values-C_VIPr5t.mjs +0 -175
- package/dist/block-values-C_VIPr5t.mjs.map +0 -1
- package/dist/byline-DYmkXqvo.mjs +0 -909
- package/dist/byline-DYmkXqvo.mjs.map +0 -1
- package/dist/byline-fields-D28AT-Fh.mjs +0 -123
- package/dist/byline-fields-D28AT-Fh.mjs.map +0 -1
- package/dist/byline-registry-gnKscbQX.mjs +0 -406
- package/dist/byline-registry-gnKscbQX.mjs.map +0 -1
- package/dist/bylines-BPwJqoYH.mjs +0 -232
- package/dist/bylines-BPwJqoYH.mjs.map +0 -1
- package/dist/bylines-ukLaYpVZ.mjs +0 -214
- package/dist/bylines-ukLaYpVZ.mjs.map +0 -1
- package/dist/cache-m7UEkRFV.mjs +0 -108
- package/dist/cache-m7UEkRFV.mjs.map +0 -1
- package/dist/canonical-YhEQezjg.mjs +0 -174
- package/dist/canonical-YhEQezjg.mjs.map +0 -1
- package/dist/capture-triggers-kJyl_yyM.mjs +0 -362
- package/dist/capture-triggers-kJyl_yyM.mjs.map +0 -1
- package/dist/challenge-store-ppU6Uv13.mjs +0 -51
- package/dist/challenge-store-ppU6Uv13.mjs.map +0 -1
- package/dist/checksum-B2IINIlN.mjs +0 -162
- package/dist/checksum-B2IINIlN.mjs.map +0 -1
- package/dist/chrome-tags-DApCQSIk.mjs +0 -24
- package/dist/chrome-tags-DApCQSIk.mjs.map +0 -1
- package/dist/chunks-Dms7Uxbt.mjs +0 -25
- package/dist/chunks-Dms7Uxbt.mjs.map +0 -1
- package/dist/collection-deletion-BIm28mo3.mjs +0 -436
- package/dist/collection-deletion-BIm28mo3.mjs.map +0 -1
- package/dist/collection-deletion-processor-Br6rxs3u.mjs +0 -217
- package/dist/collection-deletion-processor-Br6rxs3u.mjs.map +0 -1
- package/dist/collection-slugs-cache-CjGk__zp.mjs +0 -85
- package/dist/collection-slugs-cache-CjGk__zp.mjs.map +0 -1
- package/dist/comment-CrBl22OF.mjs +0 -313
- package/dist/comment-CrBl22OF.mjs.map +0 -1
- package/dist/comment-reaction-JEQ2Fpd8.mjs +0 -85
- package/dist/comment-reaction-JEQ2Fpd8.mjs.map +0 -1
- package/dist/comments-2ah9du9y.mjs +0 -195
- package/dist/comments-2ah9du9y.mjs.map +0 -1
- package/dist/comments-fHZ8ON9O.mjs +0 -99
- package/dist/comments-fHZ8ON9O.mjs.map +0 -1
- package/dist/components-CXbq7CSM.mjs +0 -108
- package/dist/components-CXbq7CSM.mjs.map +0 -1
- package/dist/config-5ii2haYu.d.mts +0 -6528
- package/dist/config-5ii2haYu.d.mts.map +0 -1
- package/dist/config-IhybvkIQ.mjs +0 -242
- package/dist/config-IhybvkIQ.mjs.map +0 -1
- package/dist/config-Py43JK9r.d.mts +0 -39
- package/dist/config-Py43JK9r.d.mts.map +0 -1
- package/dist/content-DFaIEDj9.mjs +0 -2281
- package/dist/content-DFaIEDj9.mjs.map +0 -1
- package/dist/content-list-query-Dra4Dalc.d.mts +0 -26
- package/dist/content-list-query-Dra4Dalc.d.mts.map +0 -1
- package/dist/content-policy-DFNw91-d.mjs +0 -46
- package/dist/content-policy-DFNw91-d.mjs.map +0 -1
- package/dist/content-repair-Q8IUrpLL.mjs +0 -442
- package/dist/content-repair-Q8IUrpLL.mjs.map +0 -1
- package/dist/context-BeGccdUX.mjs +0 -1921
- package/dist/context-BeGccdUX.mjs.map +0 -1
- package/dist/cron-7DCJwPXq.mjs +0 -284
- package/dist/cron-7DCJwPXq.mjs.map +0 -1
- package/dist/dashboard-DjrB-xxZ.mjs +0 -151
- package/dist/dashboard-DjrB-xxZ.mjs.map +0 -1
- package/dist/default-DQ6vsviu.mjs +0 -81
- package/dist/default-DQ6vsviu.mjs.map +0 -1
- package/dist/deferred-tasks-BPxXUB4x.d.mts +0 -9
- package/dist/deferred-tasks-BPxXUB4x.d.mts.map +0 -1
- package/dist/dev-typegen-CZaPLl3V.mjs +0 -29
- package/dist/dev-typegen-CZaPLl3V.mjs.map +0 -1
- package/dist/device-flow-CRd6DXmW.mjs +0 -466
- package/dist/device-flow-CRd6DXmW.mjs.map +0 -1
- package/dist/digest-BarSh-pN.mjs +0 -194
- package/dist/digest-BarSh-pN.mjs.map +0 -1
- package/dist/direct-executor-BmuFJJZV.mjs +0 -104
- package/dist/direct-executor-BmuFJJZV.mjs.map +0 -1
- package/dist/dist-BNwANFJR.mjs +0 -810
- package/dist/dist-BNwANFJR.mjs.map +0 -1
- package/dist/email-console-bJn3ctqA.mjs +0 -50
- package/dist/email-console-bJn3ctqA.mjs.map +0 -1
- package/dist/email-locale-CN6WAMx0.mjs +0 -25
- package/dist/email-locale-CN6WAMx0.mjs.map +0 -1
- package/dist/emdash-runtime-DAjghyEG.mjs +0 -4186
- package/dist/emdash-runtime-DAjghyEG.mjs.map +0 -1
- package/dist/enrich-Dl3kZ-lP.mjs +0 -194
- package/dist/enrich-Dl3kZ-lP.mjs.map +0 -1
- package/dist/entry-lock-BJYdBfXb.mjs +0 -1097
- package/dist/entry-lock-BJYdBfXb.mjs.map +0 -1
- package/dist/entry-lock-DHQOxN7R.mjs +0 -163
- package/dist/entry-lock-DHQOxN7R.mjs.map +0 -1
- package/dist/entry-lock-DVhCt49A.d.mts +0 -4368
- package/dist/entry-lock-DVhCt49A.d.mts.map +0 -1
- package/dist/entry-locks-D0foLdjQ.mjs +0 -167
- package/dist/entry-locks-D0foLdjQ.mjs.map +0 -1
- package/dist/error-CfvOHP0M.mjs +0 -90
- package/dist/error-CfvOHP0M.mjs.map +0 -1
- package/dist/errors-BF0_LFhW.mjs +0 -460
- package/dist/errors-BF0_LFhW.mjs.map +0 -1
- package/dist/errors-DgE1zJGG.mjs +0 -120
- package/dist/errors-DgE1zJGG.mjs.map +0 -1
- package/dist/escape-CuaZhZvL.mjs +0 -9
- package/dist/escape-CuaZhZvL.mjs.map +0 -1
- package/dist/fence-CMDXJYc_.mjs +0 -162
- package/dist/fence-CMDXJYc_.mjs.map +0 -1
- package/dist/field-defs-cache-HIgBbqZZ.mjs +0 -77
- package/dist/field-defs-cache-HIgBbqZZ.mjs.map +0 -1
- package/dist/focal-point-Gr34o-4o.mjs +0 -23
- package/dist/focal-point-Gr34o-4o.mjs.map +0 -1
- package/dist/fts-manager-S-K0laoS.mjs +0 -443
- package/dist/fts-manager-S-K0laoS.mjs.map +0 -1
- package/dist/gc-DjKY0Ay1.mjs +0 -75
- package/dist/gc-DjKY0Ay1.mjs.map +0 -1
- package/dist/hash-SDAW6zC-.mjs +0 -37
- package/dist/hash-SDAW6zC-.mjs.map +0 -1
- package/dist/hook-result-B5bXDgS2.d.mts +0 -31
- package/dist/hook-result-B5bXDgS2.d.mts.map +0 -1
- package/dist/hreflang-D5uNnsGJ.d.mts +0 -50
- package/dist/hreflang-D5uNnsGJ.d.mts.map +0 -1
- package/dist/hreflang-DMFBL2eb.mjs +0 -105
- package/dist/hreflang-DMFBL2eb.mjs.map +0 -1
- package/dist/http-route-dispatch-BitqzwMy.mjs +0 -339
- package/dist/http-route-dispatch-BitqzwMy.mjs.map +0 -1
- package/dist/identity-IyNWwXr6.mjs +0 -35
- package/dist/identity-IyNWwXr6.mjs.map +0 -1
- package/dist/import-C3JZplWq.mjs +0 -2020
- package/dist/import-C3JZplWq.mjs.map +0 -1
- package/dist/index-D-hdtLe8.d.mts +0 -623
- package/dist/index-D-hdtLe8.d.mts.map +0 -1
- package/dist/install-finalization-DfM1fj5x.mjs +0 -58
- package/dist/install-finalization-DfM1fj5x.mjs.map +0 -1
- package/dist/keys-yxLm5l35.mjs +0 -61
- package/dist/keys-yxLm5l35.mjs.map +0 -1
- package/dist/kinds-CRu_T5T5.mjs +0 -961
- package/dist/kinds-CRu_T5T5.mjs.map +0 -1
- package/dist/lifecycle-BzeGPeQ-.mjs +0 -25
- package/dist/lifecycle-BzeGPeQ-.mjs.map +0 -1
- package/dist/load-XgJiE6_3.mjs +0 -28
- package/dist/load-XgJiE6_3.mjs.map +0 -1
- package/dist/loader-BzqeR1ZN.mjs +0 -1086
- package/dist/loader-BzqeR1ZN.mjs.map +0 -1
- package/dist/loops-BQSzv5Zn.mjs +0 -203
- package/dist/loops-BQSzv5Zn.mjs.map +0 -1
- package/dist/manifest-builder-B8zR-73J.mjs +0 -189
- package/dist/manifest-builder-B8zR-73J.mjs.map +0 -1
- package/dist/manifest-schema-CY3zng_M.mjs +0 -492
- package/dist/manifest-schema-CY3zng_M.mjs.map +0 -1
- package/dist/media-Pu1L6xir.mjs +0 -408
- package/dist/media-Pu1L6xir.mjs.map +0 -1
- package/dist/media-Qp5S3eH3.mjs +0 -355
- package/dist/media-Qp5S3eH3.mjs.map +0 -1
- package/dist/media-allowlist-BSoa9Vvm.mjs +0 -44
- package/dist/media-allowlist-BSoa9Vvm.mjs.map +0 -1
- package/dist/media-folders-BE0oo2eX.mjs +0 -210
- package/dist/media-folders-BE0oo2eX.mjs.map +0 -1
- package/dist/media-h7tOiDLj.mjs +0 -221
- package/dist/media-h7tOiDLj.mjs.map +0 -1
- package/dist/media-url-jArBpzIG.mjs +0 -43
- package/dist/media-url-jArBpzIG.mjs.map +0 -1
- package/dist/media-usage-My-Vi-ex.mjs +0 -1629
- package/dist/media-usage-My-Vi-ex.mjs.map +0 -1
- package/dist/media-usage-activation-HKp7zk7W.mjs +0 -78
- package/dist/media-usage-activation-HKp7zk7W.mjs.map +0 -1
- package/dist/media-usage-work-C2OZLCAd.mjs +0 -586
- package/dist/media-usage-work-C2OZLCAd.mjs.map +0 -1
- package/dist/media-usage-work-DwUNbgvS.mjs +0 -152
- package/dist/media-usage-work-DwUNbgvS.mjs.map +0 -1
- package/dist/menus-BM7BPLOb.mjs +0 -139
- package/dist/menus-BM7BPLOb.mjs.map +0 -1
- package/dist/menus-ITeAbcIF.mjs +0 -753
- package/dist/menus-ITeAbcIF.mjs.map +0 -1
- package/dist/menus-TsSGmSR4.mjs +0 -3608
- package/dist/menus-TsSGmSR4.mjs.map +0 -1
- package/dist/mime-ChLqYwDk.mjs +0 -36
- package/dist/mime-ChLqYwDk.mjs.map +0 -1
- package/dist/mode-CCuKXUci.mjs +0 -23
- package/dist/mode-CCuKXUci.mjs.map +0 -1
- package/dist/node-sqlite-compat-CONMsl-x.mjs +0 -46
- package/dist/node-sqlite-compat-CONMsl-x.mjs.map +0 -1
- package/dist/normalize-CO2P8-iE.mjs +0 -191
- package/dist/normalize-CO2P8-iE.mjs.map +0 -1
- package/dist/oauth-authorization-DlMIL5_h.mjs +0 -274
- package/dist/oauth-authorization-DlMIL5_h.mjs.map +0 -1
- package/dist/oauth-clients-Djq9r_KP.mjs +0 -266
- package/dist/oauth-clients-Djq9r_KP.mjs.map +0 -1
- package/dist/oauth-state-store-BbjnZXNC.mjs +0 -50
- package/dist/oauth-state-store-BbjnZXNC.mjs.map +0 -1
- package/dist/oauth-user-lookup-vue9a64A.mjs +0 -26
- package/dist/oauth-user-lookup-vue9a64A.mjs.map +0 -1
- package/dist/options-SQCHQCPH.d.mts +0 -81
- package/dist/options-SQCHQCPH.d.mts.map +0 -1
- package/dist/parse-CVgO-Qai.d.mts +0 -168
- package/dist/parse-CVgO-Qai.d.mts.map +0 -1
- package/dist/parse-DY6OD1j_.mjs +0 -81
- package/dist/parse-DY6OD1j_.mjs.map +0 -1
- package/dist/passkey-config-X_H8128a.mjs +0 -46
- package/dist/passkey-config-X_H8128a.mjs.map +0 -1
- package/dist/paths-JxokKIbr.mjs +0 -77
- package/dist/paths-JxokKIbr.mjs.map +0 -1
- package/dist/patterns-BhAvqO0S.mjs +0 -145
- package/dist/patterns-BhAvqO0S.mjs.map +0 -1
- package/dist/placeholder-MSEd8gty.d.mts +0 -306
- package/dist/placeholder-MSEd8gty.d.mts.map +0 -1
- package/dist/plan-xjcWrAah.mjs +0 -135
- package/dist/plan-xjcWrAah.mjs.map +0 -1
- package/dist/plugins-DUXUt8B9.mjs +0 -277
- package/dist/plugins-DUXUt8B9.mjs.map +0 -1
- package/dist/policy-CUvwAARc.mjs +0 -45
- package/dist/policy-CUvwAARc.mjs.map +0 -1
- package/dist/portable-text-5O_ZGUjB.mjs +0 -307
- package/dist/portable-text-5O_ZGUjB.mjs.map +0 -1
- package/dist/preview-CIUcPYr6.mjs +0 -107
- package/dist/preview-CIUcPYr6.mjs.map +0 -1
- package/dist/protocol-B97DZaFr.d.mts +0 -61
- package/dist/protocol-B97DZaFr.d.mts.map +0 -1
- package/dist/public-submission-BFBUrqst.mjs +0 -250
- package/dist/public-submission-BFBUrqst.mjs.map +0 -1
- package/dist/public-url-Bn7U0D7-.mjs +0 -101
- package/dist/public-url-Bn7U0D7-.mjs.map +0 -1
- package/dist/query-B48peoRT.mjs +0 -890
- package/dist/query-B48peoRT.mjs.map +0 -1
- package/dist/query-C4IH0uhR.mjs +0 -41
- package/dist/query-C4IH0uhR.mjs.map +0 -1
- package/dist/rate-limit-BZ6nybgc.mjs +0 -120
- package/dist/rate-limit-BZ6nybgc.mjs.map +0 -1
- package/dist/receipt-B4wJj5Jq.mjs +0 -43
- package/dist/receipt-B4wJj5Jq.mjs.map +0 -1
- package/dist/redirect-Cd1E7VUt.mjs +0 -17
- package/dist/redirect-Cd1E7VUt.mjs.map +0 -1
- package/dist/redirect-iJf5fltD.mjs +0 -415
- package/dist/redirect-iJf5fltD.mjs.map +0 -1
- package/dist/redirects-CYu1u1aK.mjs +0 -446
- package/dist/redirects-CYu1u1aK.mjs.map +0 -1
- package/dist/redirects-Cv9apQKj.mjs +0 -148
- package/dist/redirects-Cv9apQKj.mjs.map +0 -1
- package/dist/relation-M4NUCb0b.mjs +0 -334
- package/dist/relation-M4NUCb0b.mjs.map +0 -1
- package/dist/relations-CCif47Oq.mjs +0 -403
- package/dist/relations-CCif47Oq.mjs.map +0 -1
- package/dist/relations-CK9CYUyr.mjs +0 -310
- package/dist/relations-CK9CYUyr.mjs.map +0 -1
- package/dist/request-cache-DzLYKm_x.mjs +0 -104
- package/dist/request-cache-DzLYKm_x.mjs.map +0 -1
- package/dist/request-meta-sZXt3sRo.mjs +0 -141
- package/dist/request-meta-sZXt3sRo.mjs.map +0 -1
- package/dist/resolve-2WbQsCvT.mjs +0 -199
- package/dist/resolve-2WbQsCvT.mjs.map +0 -1
- package/dist/route-wire--1hLuACz.mjs +0 -197
- package/dist/route-wire--1hLuACz.mjs.map +0 -1
- package/dist/routes-CUsM40Cc.mjs +0 -272
- package/dist/routes-CUsM40Cc.mjs.map +0 -1
- package/dist/runner-1y4J9fJB.mjs +0 -5742
- package/dist/runner-1y4J9fJB.mjs.map +0 -1
- package/dist/runner-D5_LzKXI.d.mts +0 -68
- package/dist/runner-D5_LzKXI.d.mts.map +0 -1
- package/dist/schema-BABiRdsH.mjs +0 -13
- package/dist/schema-BABiRdsH.mjs.map +0 -1
- package/dist/schema-Du3MzCG0.mjs +0 -446
- package/dist/schema-Du3MzCG0.mjs.map +0 -1
- package/dist/scopes-Dbk-ElhT.mjs +0 -34
- package/dist/scopes-Dbk-ElhT.mjs.map +0 -1
- package/dist/search-Bt1PL1jf.mjs +0 -448
- package/dist/search-Bt1PL1jf.mjs.map +0 -1
- package/dist/sections-Ddptx_o9.mjs +0 -346
- package/dist/sections-Ddptx_o9.mjs.map +0 -1
- package/dist/seo-CZT2oLtT.mjs +0 -114
- package/dist/seo-CZT2oLtT.mjs.map +0 -1
- package/dist/seo-D5w3-Azy.mjs +0 -133
- package/dist/seo-D5w3-Azy.mjs.map +0 -1
- package/dist/service-DuykXPyW.mjs +0 -150
- package/dist/service-DuykXPyW.mjs.map +0 -1
- package/dist/session-user-BhaVp8w0.mjs +0 -51
- package/dist/session-user-BhaVp8w0.mjs.map +0 -1
- package/dist/settings-2xNYr90o.mjs +0 -51
- package/dist/settings-2xNYr90o.mjs.map +0 -1
- package/dist/settings-CgjRWGW9.mjs +0 -439
- package/dist/settings-CgjRWGW9.mjs.map +0 -1
- package/dist/settings-DYidIB26.mjs +0 -61
- package/dist/settings-DYidIB26.mjs.map +0 -1
- package/dist/setup-complete-bOogcHWG.mjs +0 -26
- package/dist/setup-complete-bOogcHWG.mjs.map +0 -1
- package/dist/setup-nonce-0EGuKM4s.mjs +0 -25
- package/dist/setup-nonce-0EGuKM4s.mjs.map +0 -1
- package/dist/site-settings-DOgRUoFX.mjs +0 -50
- package/dist/site-settings-DOgRUoFX.mjs.map +0 -1
- package/dist/site-url-BU_bbxwj.mjs +0 -16
- package/dist/site-url-BU_bbxwj.mjs.map +0 -1
- package/dist/snapshot-CugwUqKQ.mjs +0 -237
- package/dist/snapshot-CugwUqKQ.mjs.map +0 -1
- package/dist/ssrf-CJUnJymJ.mjs +0 -406
- package/dist/ssrf-CJUnJymJ.mjs.map +0 -1
- package/dist/stage-DgrBz_du.mjs +0 -662
- package/dist/stage-DgrBz_du.mjs.map +0 -1
- package/dist/state-DDiPySSG.mjs +0 -153
- package/dist/state-DDiPySSG.mjs.map +0 -1
- package/dist/status-DZKIG4a9.mjs +0 -30
- package/dist/status-DZKIG4a9.mjs.map +0 -1
- package/dist/storage-query-Bdv7A62k.d.mts +0 -1576
- package/dist/storage-query-Bdv7A62k.d.mts.map +0 -1
- package/dist/tar-_1AgTYFu.mjs +0 -449
- package/dist/tar-_1AgTYFu.mjs.map +0 -1
- package/dist/target-_7pn2Gbg.mjs +0 -27
- package/dist/target-_7pn2Gbg.mjs.map +0 -1
- package/dist/taxonomies-C1IwNe8Q.mjs +0 -697
- package/dist/taxonomies-C1IwNe8Q.mjs.map +0 -1
- package/dist/taxonomies-C_XMoRcX.mjs +0 -939
- package/dist/taxonomies-C_XMoRcX.mjs.map +0 -1
- package/dist/taxonomy-C3Fu1YeH.mjs +0 -525
- package/dist/taxonomy-C3Fu1YeH.mjs.map +0 -1
- package/dist/tokens-u78jETkX.mjs +0 -171
- package/dist/tokens-u78jETkX.mjs.map +0 -1
- package/dist/transaction-BcJO4Tmc.mjs +0 -29
- package/dist/transaction-BcJO4Tmc.mjs.map +0 -1
- package/dist/transfer-BhUCrgDc.mjs +0 -8675
- package/dist/transfer-BhUCrgDc.mjs.map +0 -1
- package/dist/transfer-DIGvR9Af.mjs +0 -166
- package/dist/transfer-DIGvR9Af.mjs.map +0 -1
- package/dist/transfer-download-Pml7RMio.mjs +0 -33
- package/dist/transfer-download-Pml7RMio.mjs.map +0 -1
- package/dist/transformations-9gfpwY65.mjs +0 -196
- package/dist/transformations-9gfpwY65.mjs.map +0 -1
- package/dist/transport-BIfH7_hx.d.mts +0 -42
- package/dist/transport-BIfH7_hx.d.mts.map +0 -1
- package/dist/transport-DKWIq53q.mjs +0 -136
- package/dist/transport-DKWIq53q.mjs.map +0 -1
- package/dist/trusted-proxy-tKiVtyTD.mjs +0 -51
- package/dist/trusted-proxy-tKiVtyTD.mjs.map +0 -1
- package/dist/turnstile-DpsoyOfg.mjs +0 -53
- package/dist/turnstile-DpsoyOfg.mjs.map +0 -1
- package/dist/types-B4sUC2p1.d.mts +0 -198
- package/dist/types-B4sUC2p1.d.mts.map +0 -1
- package/dist/types-B7Lmsh1E.d.mts +0 -887
- package/dist/types-B7Lmsh1E.d.mts.map +0 -1
- package/dist/types-BZakh7Ym.mjs +0 -22
- package/dist/types-BZakh7Ym.mjs.map +0 -1
- package/dist/types-B_CppEmv.d.mts +0 -264
- package/dist/types-B_CppEmv.d.mts.map +0 -1
- package/dist/types-BcrBrE6-.mjs +0 -159
- package/dist/types-BcrBrE6-.mjs.map +0 -1
- package/dist/types-BkUg2yHx.mjs +0 -92
- package/dist/types-BkUg2yHx.mjs.map +0 -1
- package/dist/types-CAZgq9fO.d.mts +0 -124
- package/dist/types-CAZgq9fO.d.mts.map +0 -1
- package/dist/types-Cd-O03VG.d.mts +0 -363
- package/dist/types-Cd-O03VG.d.mts.map +0 -1
- package/dist/types-Cr-Kg-3D.d.mts +0 -1641
- package/dist/types-Cr-Kg-3D.d.mts.map +0 -1
- package/dist/types-D2fvWd1i.d.mts +0 -359
- package/dist/types-D2fvWd1i.d.mts.map +0 -1
- package/dist/types-D7HUsguf.mjs +0 -77
- package/dist/types-D7HUsguf.mjs.map +0 -1
- package/dist/types-DA1Te3Oy.d.mts +0 -198
- package/dist/types-DA1Te3Oy.d.mts.map +0 -1
- package/dist/types-DhV6Q5bP.mjs +0 -18
- package/dist/types-DhV6Q5bP.mjs.map +0 -1
- package/dist/types-DnnVSl6Y.d.mts +0 -85
- package/dist/types-DnnVSl6Y.d.mts.map +0 -1
- package/dist/types-VT4-BugW.mjs +0 -16
- package/dist/types-VT4-BugW.mjs.map +0 -1
- package/dist/upload-attempts-B68ZGNu9.mjs +0 -32
- package/dist/upload-attempts-B68ZGNu9.mjs.map +0 -1
- package/dist/url-pattern-CCeZMGOh.mjs +0 -33
- package/dist/url-pattern-CCeZMGOh.mjs.map +0 -1
- package/dist/user-DDSL-sGw.mjs +0 -171
- package/dist/user-DDSL-sGw.mjs.map +0 -1
- package/dist/utils-DdhmO9w9.mjs +0 -439
- package/dist/utils-DdhmO9w9.mjs.map +0 -1
- package/dist/validate-CHosPEhs.mjs +0 -453
- package/dist/validate-CHosPEhs.mjs.map +0 -1
- package/dist/validate-CM79QXYE.d.mts +0 -432
- package/dist/validate-CM79QXYE.d.mts.map +0 -1
- package/dist/validation-BFecQczG.mjs +0 -218
- package/dist/validation-BFecQczG.mjs.map +0 -1
- package/dist/version-BRZXVifl.mjs +0 -9
- package/dist/version-BRZXVifl.mjs.map +0 -1
- package/dist/version-DUQDHgrf.mjs +0 -7
- package/dist/version-DUQDHgrf.mjs.map +0 -1
- package/dist/widgets-WdV72brA.mjs +0 -126
- package/dist/widgets-WdV72brA.mjs.map +0 -1
- package/dist/wxr-taxonomies-BHTdqkmZ.d.mts +0 -34
- package/dist/wxr-taxonomies-BHTdqkmZ.d.mts.map +0 -1
- package/dist/wxr-taxonomies-DP6ESgMN.mjs +0 -372
- package/dist/wxr-taxonomies-DP6ESgMN.mjs.map +0 -1
- package/dist/zod-generator-D6uE4WiS.mjs +0 -389
- package/dist/zod-generator-D6uE4WiS.mjs.map +0 -1
- package/src/astro/routes/api/relations/[id]/translations.ts +0 -33
- /package/dist/{api-tokens-CE1ECIg0.mjs → api-tokens-FaG1zPsj.mjs} +0 -0
- /package/dist/{ssrf-DpBH7aOt.mjs → ssrf-DZOt8Qof.mjs} +0 -0
|
@@ -1,4368 +0,0 @@
|
|
|
1
|
-
import { z } from "zod";
|
|
2
|
-
|
|
3
|
-
//#region src/api/schemas/common.d.ts
|
|
4
|
-
/** Valid role level values */
|
|
5
|
-
declare const VALID_ROLE_LEVELS: Set<number>;
|
|
6
|
-
/** Role level — coerces string/number to valid RoleLevel (10|20|30|40|50) */
|
|
7
|
-
declare const roleLevel: z.ZodCoercedNumber<unknown> & z.ZodType<10 | 20 | 30 | 40 | 50, unknown, z.core.$ZodTypeInternals<10 | 20 | 30 | 40 | 50, unknown>>;
|
|
8
|
-
/** Pagination query params — cursor-based */
|
|
9
|
-
declare const cursorPaginationQuery: z.ZodObject<{
|
|
10
|
-
cursor: z.ZodOptional<z.ZodString>;
|
|
11
|
-
limit: z.ZodDefault<z.ZodOptional<z.ZodCoercedNumber<unknown>>>;
|
|
12
|
-
}, z.core.$strip>;
|
|
13
|
-
/** Pagination query params — offset-based */
|
|
14
|
-
declare const offsetPaginationQuery: z.ZodObject<{
|
|
15
|
-
limit: z.ZodDefault<z.ZodOptional<z.ZodCoercedNumber<unknown>>>;
|
|
16
|
-
offset: z.ZodDefault<z.ZodOptional<z.ZodCoercedNumber<unknown>>>;
|
|
17
|
-
}, z.core.$strip>;
|
|
18
|
-
/** Slug pattern: lowercase letters, digits, underscores; starts with letter */
|
|
19
|
-
declare const slugPattern: RegExp;
|
|
20
|
-
/** Validates that a URL string uses http or https scheme. Rejects javascript:/data: URI XSS vectors. */
|
|
21
|
-
declare const httpUrl: z.ZodURL;
|
|
22
|
-
/**
|
|
23
|
-
* BCP 47 locale code — language with optional script/region subtags (e.g. en, en-US, pt-BR, es-419, zh-Hant).
|
|
24
|
-
* Validation is case-insensitive, but the value is preserved verbatim because the site config, stored
|
|
25
|
-
* `locale` columns, and public query path all keep the raw BCP-47 casing.
|
|
26
|
-
*/
|
|
27
|
-
declare const localeCode: z.ZodString;
|
|
28
|
-
/** Shared `?locale=xx` query shape for endpoints that filter by locale. */
|
|
29
|
-
declare const localeFilterQuery: z.ZodObject<{
|
|
30
|
-
locale: z.ZodOptional<z.ZodString>;
|
|
31
|
-
}, z.core.$strip>;
|
|
32
|
-
/** Standard API error response */
|
|
33
|
-
declare const apiErrorSchema: z.ZodObject<{
|
|
34
|
-
success: z.ZodLiteral<false>;
|
|
35
|
-
error: z.ZodObject<{
|
|
36
|
-
code: z.ZodString;
|
|
37
|
-
message: z.ZodString;
|
|
38
|
-
}, z.core.$strip>;
|
|
39
|
-
}, z.core.$strip>;
|
|
40
|
-
/** Wrap a data schema in the standard success envelope: { success: true, data: T } */
|
|
41
|
-
declare function successEnvelope<T extends z.ZodType>(dataSchema: T): z.ZodObject<{
|
|
42
|
-
success: z.ZodLiteral<true>;
|
|
43
|
-
data: T;
|
|
44
|
-
}, z.core.$strip>;
|
|
45
|
-
/** Standard delete response */
|
|
46
|
-
declare const deleteResponseSchema: z.ZodObject<{
|
|
47
|
-
deleted: z.ZodLiteral<true>;
|
|
48
|
-
}, z.core.$strip>;
|
|
49
|
-
/** Media delete response: `storageDeleted` is false when the stored file survived and is retried by cleanup */
|
|
50
|
-
declare const mediaDeleteResponseSchema: z.ZodObject<{
|
|
51
|
-
deleted: z.ZodLiteral<true>;
|
|
52
|
-
storageDeleted: z.ZodBoolean;
|
|
53
|
-
}, z.core.$strip>;
|
|
54
|
-
/** Standard count response */
|
|
55
|
-
declare const countResponseSchema: z.ZodObject<{
|
|
56
|
-
count: z.ZodNumber;
|
|
57
|
-
}, z.core.$strip>;
|
|
58
|
-
//#endregion
|
|
59
|
-
//#region src/api/schemas/content.d.ts
|
|
60
|
-
/** SEO input — per-content meta fields */
|
|
61
|
-
declare const contentSeoInput: z.ZodObject<{
|
|
62
|
-
title: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
63
|
-
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
64
|
-
image: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
65
|
-
canonical: z.ZodOptional<z.ZodNullable<z.ZodURL>>;
|
|
66
|
-
noIndex: z.ZodOptional<z.ZodBoolean>;
|
|
67
|
-
}, z.core.$strip>;
|
|
68
|
-
/** AND-combined filters over custom fields explicitly marked as indexed. */
|
|
69
|
-
declare const contentFieldFiltersSchema: z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodBoolean, z.ZodNull]>, z.ZodObject<{
|
|
70
|
-
in: z.ZodArray<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodBoolean]>>;
|
|
71
|
-
}, z.core.$strict>, z.ZodObject<{
|
|
72
|
-
gt: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
|
|
73
|
-
gte: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
|
|
74
|
-
lt: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
|
|
75
|
-
lte: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
|
|
76
|
-
}, z.core.$strict>]>>;
|
|
77
|
-
declare const contentListQuery: z.ZodPipe<z.ZodObject<{
|
|
78
|
-
cursor: z.ZodOptional<z.ZodString>;
|
|
79
|
-
limit: z.ZodDefault<z.ZodOptional<z.ZodCoercedNumber<unknown>>>;
|
|
80
|
-
status: z.ZodPipe<z.ZodOptional<z.ZodEnum<{
|
|
81
|
-
published: "published";
|
|
82
|
-
draft: "draft";
|
|
83
|
-
scheduled: "scheduled";
|
|
84
|
-
archived: "archived";
|
|
85
|
-
pending: "pending";
|
|
86
|
-
private: "private";
|
|
87
|
-
future: "future";
|
|
88
|
-
all: "all";
|
|
89
|
-
}>>, z.ZodTransform<"published" | "draft" | "scheduled" | "archived" | "pending" | "private" | "future" | undefined, "published" | "draft" | "scheduled" | "archived" | "pending" | "private" | "future" | "all" | undefined>>;
|
|
90
|
-
orderBy: z.ZodOptional<z.ZodString>;
|
|
91
|
-
order: z.ZodOptional<z.ZodEnum<{
|
|
92
|
-
asc: "asc";
|
|
93
|
-
desc: "desc";
|
|
94
|
-
}>>;
|
|
95
|
-
locale: z.ZodOptional<z.ZodString>;
|
|
96
|
-
q: z.ZodOptional<z.ZodString>;
|
|
97
|
-
authorId: z.ZodOptional<z.ZodString>;
|
|
98
|
-
dateField: z.ZodOptional<z.ZodEnum<{
|
|
99
|
-
createdAt: "createdAt";
|
|
100
|
-
updatedAt: "updatedAt";
|
|
101
|
-
publishedAt: "publishedAt";
|
|
102
|
-
}>>;
|
|
103
|
-
dateFrom: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<[z.ZodISODateTime, z.ZodISODateTime]>, z.ZodISODate]>>;
|
|
104
|
-
dateTo: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<[z.ZodISODateTime, z.ZodISODateTime]>, z.ZodISODate]>>;
|
|
105
|
-
bylines: z.ZodPipe<z.ZodOptional<z.ZodString>, z.ZodTransform<string[] | "none" | undefined, string | undefined>>;
|
|
106
|
-
includeInferredBylines: z.ZodPipe<z.ZodOptional<z.ZodEnum<{
|
|
107
|
-
0: "0";
|
|
108
|
-
1: "1";
|
|
109
|
-
true: "true";
|
|
110
|
-
false: "false";
|
|
111
|
-
}>>, z.ZodTransform<boolean, "0" | "1" | "true" | "false" | undefined>>;
|
|
112
|
-
fieldFilters: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<unknown, string>>, z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodBoolean, z.ZodNull]>, z.ZodObject<{
|
|
113
|
-
in: z.ZodArray<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodBoolean]>>;
|
|
114
|
-
}, z.core.$strict>, z.ZodObject<{
|
|
115
|
-
gt: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
|
|
116
|
-
gte: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
|
|
117
|
-
lt: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
|
|
118
|
-
lte: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
|
|
119
|
-
}, z.core.$strict>]>>>>;
|
|
120
|
-
}, z.core.$strip>, z.ZodTransform<{
|
|
121
|
-
bylinesNone: boolean;
|
|
122
|
-
bylines: string[] | undefined;
|
|
123
|
-
limit: number;
|
|
124
|
-
status: "published" | "draft" | "scheduled" | "archived" | "pending" | "private" | "future" | undefined;
|
|
125
|
-
includeInferredBylines: boolean;
|
|
126
|
-
cursor?: string | undefined;
|
|
127
|
-
orderBy?: string | undefined;
|
|
128
|
-
order?: "asc" | "desc" | undefined;
|
|
129
|
-
locale?: string | undefined;
|
|
130
|
-
q?: string | undefined;
|
|
131
|
-
authorId?: string | undefined;
|
|
132
|
-
dateField?: "createdAt" | "updatedAt" | "publishedAt" | undefined;
|
|
133
|
-
dateFrom?: string | undefined;
|
|
134
|
-
dateTo?: string | undefined;
|
|
135
|
-
fieldFilters?: Record<string, string | number | boolean | {
|
|
136
|
-
gt?: string | number | undefined;
|
|
137
|
-
gte?: string | number | undefined;
|
|
138
|
-
lt?: string | number | undefined;
|
|
139
|
-
lte?: string | number | undefined;
|
|
140
|
-
} | {
|
|
141
|
-
in: (string | number | boolean)[];
|
|
142
|
-
} | null> | undefined;
|
|
143
|
-
}, {
|
|
144
|
-
limit: number;
|
|
145
|
-
status: "published" | "draft" | "scheduled" | "archived" | "pending" | "private" | "future" | undefined;
|
|
146
|
-
bylines: string[] | "none" | undefined;
|
|
147
|
-
includeInferredBylines: boolean;
|
|
148
|
-
cursor?: string | undefined;
|
|
149
|
-
orderBy?: string | undefined;
|
|
150
|
-
order?: "asc" | "desc" | undefined;
|
|
151
|
-
locale?: string | undefined;
|
|
152
|
-
q?: string | undefined;
|
|
153
|
-
authorId?: string | undefined;
|
|
154
|
-
dateField?: "createdAt" | "updatedAt" | "publishedAt" | undefined;
|
|
155
|
-
dateFrom?: string | undefined;
|
|
156
|
-
dateTo?: string | undefined;
|
|
157
|
-
fieldFilters?: Record<string, string | number | boolean | {
|
|
158
|
-
gt?: string | number | undefined;
|
|
159
|
-
gte?: string | number | undefined;
|
|
160
|
-
lt?: string | number | undefined;
|
|
161
|
-
lte?: string | number | undefined;
|
|
162
|
-
} | {
|
|
163
|
-
in: (string | number | boolean)[];
|
|
164
|
-
} | null> | undefined;
|
|
165
|
-
}>>;
|
|
166
|
-
declare const contentCreateBody: z.ZodObject<{
|
|
167
|
-
data: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
168
|
-
slug: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
169
|
-
status: z.ZodOptional<z.ZodEnum<{
|
|
170
|
-
draft: "draft";
|
|
171
|
-
}>>;
|
|
172
|
-
bylines: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
173
|
-
bylineId: z.ZodString;
|
|
174
|
-
roleLabel: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
175
|
-
}, z.core.$strip>>>;
|
|
176
|
-
locale: z.ZodOptional<z.ZodString>;
|
|
177
|
-
translationOf: z.ZodOptional<z.ZodString>;
|
|
178
|
-
seo: z.ZodOptional<z.ZodObject<{
|
|
179
|
-
title: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
180
|
-
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
181
|
-
image: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
182
|
-
canonical: z.ZodOptional<z.ZodNullable<z.ZodURL>>;
|
|
183
|
-
noIndex: z.ZodOptional<z.ZodBoolean>;
|
|
184
|
-
}, z.core.$strip>>;
|
|
185
|
-
taxonomies: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodString>>>;
|
|
186
|
-
publishedAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodISODateTime, z.ZodISODateTime]>>>;
|
|
187
|
-
createdAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodISODateTime, z.ZodISODateTime]>>>;
|
|
188
|
-
migrateBlocks: z.ZodOptional<z.ZodBoolean>;
|
|
189
|
-
replaceBlocks: z.ZodOptional<z.ZodBoolean>;
|
|
190
|
-
}, z.core.$strip>;
|
|
191
|
-
declare const contentUpdateBody: z.ZodObject<{
|
|
192
|
-
data: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
193
|
-
slug: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
194
|
-
status: z.ZodOptional<z.ZodEnum<{
|
|
195
|
-
draft: "draft";
|
|
196
|
-
}>>;
|
|
197
|
-
authorId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
198
|
-
bylines: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
199
|
-
bylineId: z.ZodString;
|
|
200
|
-
roleLabel: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
201
|
-
}, z.core.$strip>>>;
|
|
202
|
-
_rev: z.ZodOptional<z.ZodString>;
|
|
203
|
-
skipRevision: z.ZodOptional<z.ZodBoolean>;
|
|
204
|
-
overrideLock: z.ZodOptional<z.ZodBoolean>;
|
|
205
|
-
seo: z.ZodOptional<z.ZodObject<{
|
|
206
|
-
title: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
207
|
-
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
208
|
-
image: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
209
|
-
canonical: z.ZodOptional<z.ZodNullable<z.ZodURL>>;
|
|
210
|
-
noIndex: z.ZodOptional<z.ZodBoolean>;
|
|
211
|
-
}, z.core.$strip>>;
|
|
212
|
-
taxonomies: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodString>>>;
|
|
213
|
-
publishedAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodISODateTime, z.ZodISODateTime]>>>;
|
|
214
|
-
migrateBlocks: z.ZodOptional<z.ZodBoolean>;
|
|
215
|
-
replaceBlocks: z.ZodOptional<z.ZodBoolean>;
|
|
216
|
-
}, z.core.$strip>;
|
|
217
|
-
declare const contentScheduleBody: z.ZodObject<{
|
|
218
|
-
scheduledAt: z.ZodUnion<[z.ZodISODateTime, z.ZodISODateTime]>;
|
|
219
|
-
overrideLock: z.ZodOptional<z.ZodBoolean>;
|
|
220
|
-
_rev: z.ZodOptional<z.ZodString>;
|
|
221
|
-
}, z.core.$strip>;
|
|
222
|
-
declare const contentRevisionConditionBody: z.ZodObject<{
|
|
223
|
-
_rev: z.ZodOptional<z.ZodString>;
|
|
224
|
-
overrideLock: z.ZodOptional<z.ZodBoolean>;
|
|
225
|
-
}, z.core.$strip>;
|
|
226
|
-
declare const contentPublishBody: z.ZodObject<{
|
|
227
|
-
_rev: z.ZodOptional<z.ZodString>;
|
|
228
|
-
overrideLock: z.ZodOptional<z.ZodBoolean>;
|
|
229
|
-
publishedAt: z.ZodOptional<z.ZodUnion<[z.ZodISODateTime, z.ZodISODateTime]>>;
|
|
230
|
-
}, z.core.$strip>;
|
|
231
|
-
declare const contentPreviewUrlBody: z.ZodObject<{
|
|
232
|
-
expiresIn: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
|
|
233
|
-
pathPattern: z.ZodOptional<z.ZodString>;
|
|
234
|
-
}, z.core.$strip>;
|
|
235
|
-
declare const contentTermsBody: z.ZodObject<{
|
|
236
|
-
termIds: z.ZodArray<z.ZodString>;
|
|
237
|
-
}, z.core.$strip>;
|
|
238
|
-
/** Term assignments response for the content terms endpoint. */
|
|
239
|
-
declare const contentTermsResponseSchema: z.ZodObject<{
|
|
240
|
-
terms: z.ZodArray<z.ZodObject<{
|
|
241
|
-
id: z.ZodString;
|
|
242
|
-
name: z.ZodString;
|
|
243
|
-
slug: z.ZodString;
|
|
244
|
-
label: z.ZodString;
|
|
245
|
-
parentId: z.ZodNullable<z.ZodString>;
|
|
246
|
-
locale: z.ZodString;
|
|
247
|
-
translationGroup: z.ZodNullable<z.ZodString>;
|
|
248
|
-
}, z.core.$strip>>;
|
|
249
|
-
unresolved: z.ZodArray<z.ZodObject<{
|
|
250
|
-
translationGroup: z.ZodString;
|
|
251
|
-
availableLocales: z.ZodArray<z.ZodString>;
|
|
252
|
-
translations: z.ZodArray<z.ZodObject<{
|
|
253
|
-
id: z.ZodString;
|
|
254
|
-
slug: z.ZodString;
|
|
255
|
-
locale: z.ZodString;
|
|
256
|
-
}, z.core.$strip>>;
|
|
257
|
-
}, z.core.$strip>>;
|
|
258
|
-
entryLocale: z.ZodString;
|
|
259
|
-
defaultLocale: z.ZodString;
|
|
260
|
-
implicitDefaultLocale: z.ZodBoolean;
|
|
261
|
-
}, z.core.$strip>;
|
|
262
|
-
declare const contentTrashQuery: z.ZodObject<{
|
|
263
|
-
cursor: z.ZodOptional<z.ZodString>;
|
|
264
|
-
limit: z.ZodDefault<z.ZodOptional<z.ZodCoercedNumber<unknown>>>;
|
|
265
|
-
locale: z.ZodOptional<z.ZodString>;
|
|
266
|
-
}, z.core.$strip>;
|
|
267
|
-
/** SEO metadata on a content item */
|
|
268
|
-
declare const contentSeoSchema: z.ZodObject<{
|
|
269
|
-
title: z.ZodNullable<z.ZodString>;
|
|
270
|
-
description: z.ZodNullable<z.ZodString>;
|
|
271
|
-
image: z.ZodNullable<z.ZodString>;
|
|
272
|
-
canonical: z.ZodNullable<z.ZodString>;
|
|
273
|
-
noIndex: z.ZodBoolean;
|
|
274
|
-
}, z.core.$strip>;
|
|
275
|
-
/** A single content item as returned by the API */
|
|
276
|
-
declare const contentItemSchema: z.ZodObject<{
|
|
277
|
-
id: z.ZodString;
|
|
278
|
-
type: z.ZodString;
|
|
279
|
-
slug: z.ZodNullable<z.ZodString>;
|
|
280
|
-
status: z.ZodString;
|
|
281
|
-
data: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
282
|
-
authorId: z.ZodNullable<z.ZodString>;
|
|
283
|
-
primaryBylineId: z.ZodNullable<z.ZodString>;
|
|
284
|
-
byline: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
285
|
-
id: z.ZodString;
|
|
286
|
-
slug: z.ZodString;
|
|
287
|
-
displayName: z.ZodString;
|
|
288
|
-
bio: z.ZodNullable<z.ZodString>;
|
|
289
|
-
avatarMediaId: z.ZodNullable<z.ZodString>;
|
|
290
|
-
avatarStorageKey: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
291
|
-
avatarAlt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
292
|
-
avatarBlurhash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
293
|
-
avatarDominantColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
294
|
-
websiteUrl: z.ZodNullable<z.ZodString>;
|
|
295
|
-
userId: z.ZodNullable<z.ZodString>;
|
|
296
|
-
isGuest: z.ZodBoolean;
|
|
297
|
-
createdAt: z.ZodString;
|
|
298
|
-
updatedAt: z.ZodString;
|
|
299
|
-
locale: z.ZodString;
|
|
300
|
-
translationGroup: z.ZodNullable<z.ZodString>;
|
|
301
|
-
customFields: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodBoolean, z.ZodNull]>>>;
|
|
302
|
-
}, z.core.$strip>>>;
|
|
303
|
-
bylines: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
304
|
-
byline: z.ZodObject<{
|
|
305
|
-
id: z.ZodString;
|
|
306
|
-
slug: z.ZodString;
|
|
307
|
-
displayName: z.ZodString;
|
|
308
|
-
bio: z.ZodNullable<z.ZodString>;
|
|
309
|
-
avatarMediaId: z.ZodNullable<z.ZodString>;
|
|
310
|
-
avatarStorageKey: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
311
|
-
avatarAlt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
312
|
-
avatarBlurhash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
313
|
-
avatarDominantColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
314
|
-
websiteUrl: z.ZodNullable<z.ZodString>;
|
|
315
|
-
userId: z.ZodNullable<z.ZodString>;
|
|
316
|
-
isGuest: z.ZodBoolean;
|
|
317
|
-
createdAt: z.ZodString;
|
|
318
|
-
updatedAt: z.ZodString;
|
|
319
|
-
locale: z.ZodString;
|
|
320
|
-
translationGroup: z.ZodNullable<z.ZodString>;
|
|
321
|
-
customFields: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodBoolean, z.ZodNull]>>>;
|
|
322
|
-
}, z.core.$strip>;
|
|
323
|
-
sortOrder: z.ZodNumber;
|
|
324
|
-
roleLabel: z.ZodNullable<z.ZodString>;
|
|
325
|
-
source: z.ZodOptional<z.ZodEnum<{
|
|
326
|
-
explicit: "explicit";
|
|
327
|
-
inferred: "inferred";
|
|
328
|
-
}>>;
|
|
329
|
-
}, z.core.$strip>>>;
|
|
330
|
-
createdAt: z.ZodString;
|
|
331
|
-
updatedAt: z.ZodString;
|
|
332
|
-
publishedAt: z.ZodNullable<z.ZodString>;
|
|
333
|
-
scheduledAt: z.ZodNullable<z.ZodString>;
|
|
334
|
-
liveRevisionId: z.ZodNullable<z.ZodString>;
|
|
335
|
-
draftRevisionId: z.ZodNullable<z.ZodString>;
|
|
336
|
-
version: z.ZodNumber;
|
|
337
|
-
locale: z.ZodNullable<z.ZodString>;
|
|
338
|
-
translationGroup: z.ZodNullable<z.ZodString>;
|
|
339
|
-
seo: z.ZodOptional<z.ZodObject<{
|
|
340
|
-
title: z.ZodNullable<z.ZodString>;
|
|
341
|
-
description: z.ZodNullable<z.ZodString>;
|
|
342
|
-
image: z.ZodNullable<z.ZodString>;
|
|
343
|
-
canonical: z.ZodNullable<z.ZodString>;
|
|
344
|
-
noIndex: z.ZodBoolean;
|
|
345
|
-
}, z.core.$strip>>;
|
|
346
|
-
}, z.core.$strip>;
|
|
347
|
-
/** Response for single content item endpoints (get, create, update) */
|
|
348
|
-
declare const contentResponseSchema: z.ZodObject<{
|
|
349
|
-
item: z.ZodObject<{
|
|
350
|
-
id: z.ZodString;
|
|
351
|
-
type: z.ZodString;
|
|
352
|
-
slug: z.ZodNullable<z.ZodString>;
|
|
353
|
-
status: z.ZodString;
|
|
354
|
-
data: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
355
|
-
authorId: z.ZodNullable<z.ZodString>;
|
|
356
|
-
primaryBylineId: z.ZodNullable<z.ZodString>;
|
|
357
|
-
byline: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
358
|
-
id: z.ZodString;
|
|
359
|
-
slug: z.ZodString;
|
|
360
|
-
displayName: z.ZodString;
|
|
361
|
-
bio: z.ZodNullable<z.ZodString>;
|
|
362
|
-
avatarMediaId: z.ZodNullable<z.ZodString>;
|
|
363
|
-
avatarStorageKey: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
364
|
-
avatarAlt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
365
|
-
avatarBlurhash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
366
|
-
avatarDominantColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
367
|
-
websiteUrl: z.ZodNullable<z.ZodString>;
|
|
368
|
-
userId: z.ZodNullable<z.ZodString>;
|
|
369
|
-
isGuest: z.ZodBoolean;
|
|
370
|
-
createdAt: z.ZodString;
|
|
371
|
-
updatedAt: z.ZodString;
|
|
372
|
-
locale: z.ZodString;
|
|
373
|
-
translationGroup: z.ZodNullable<z.ZodString>;
|
|
374
|
-
customFields: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodBoolean, z.ZodNull]>>>;
|
|
375
|
-
}, z.core.$strip>>>;
|
|
376
|
-
bylines: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
377
|
-
byline: z.ZodObject<{
|
|
378
|
-
id: z.ZodString;
|
|
379
|
-
slug: z.ZodString;
|
|
380
|
-
displayName: z.ZodString;
|
|
381
|
-
bio: z.ZodNullable<z.ZodString>;
|
|
382
|
-
avatarMediaId: z.ZodNullable<z.ZodString>;
|
|
383
|
-
avatarStorageKey: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
384
|
-
avatarAlt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
385
|
-
avatarBlurhash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
386
|
-
avatarDominantColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
387
|
-
websiteUrl: z.ZodNullable<z.ZodString>;
|
|
388
|
-
userId: z.ZodNullable<z.ZodString>;
|
|
389
|
-
isGuest: z.ZodBoolean;
|
|
390
|
-
createdAt: z.ZodString;
|
|
391
|
-
updatedAt: z.ZodString;
|
|
392
|
-
locale: z.ZodString;
|
|
393
|
-
translationGroup: z.ZodNullable<z.ZodString>;
|
|
394
|
-
customFields: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodBoolean, z.ZodNull]>>>;
|
|
395
|
-
}, z.core.$strip>;
|
|
396
|
-
sortOrder: z.ZodNumber;
|
|
397
|
-
roleLabel: z.ZodNullable<z.ZodString>;
|
|
398
|
-
source: z.ZodOptional<z.ZodEnum<{
|
|
399
|
-
explicit: "explicit";
|
|
400
|
-
inferred: "inferred";
|
|
401
|
-
}>>;
|
|
402
|
-
}, z.core.$strip>>>;
|
|
403
|
-
createdAt: z.ZodString;
|
|
404
|
-
updatedAt: z.ZodString;
|
|
405
|
-
publishedAt: z.ZodNullable<z.ZodString>;
|
|
406
|
-
scheduledAt: z.ZodNullable<z.ZodString>;
|
|
407
|
-
liveRevisionId: z.ZodNullable<z.ZodString>;
|
|
408
|
-
draftRevisionId: z.ZodNullable<z.ZodString>;
|
|
409
|
-
version: z.ZodNumber;
|
|
410
|
-
locale: z.ZodNullable<z.ZodString>;
|
|
411
|
-
translationGroup: z.ZodNullable<z.ZodString>;
|
|
412
|
-
seo: z.ZodOptional<z.ZodObject<{
|
|
413
|
-
title: z.ZodNullable<z.ZodString>;
|
|
414
|
-
description: z.ZodNullable<z.ZodString>;
|
|
415
|
-
image: z.ZodNullable<z.ZodString>;
|
|
416
|
-
canonical: z.ZodNullable<z.ZodString>;
|
|
417
|
-
noIndex: z.ZodBoolean;
|
|
418
|
-
}, z.core.$strip>>;
|
|
419
|
-
}, z.core.$strip>;
|
|
420
|
-
_rev: z.ZodOptional<z.ZodString>;
|
|
421
|
-
}, z.core.$strip>;
|
|
422
|
-
/** Response for restoring an item from trash */
|
|
423
|
-
declare const contentRestoreResponseSchema: z.ZodObject<{
|
|
424
|
-
restored: z.ZodLiteral<true>;
|
|
425
|
-
item: z.ZodObject<{
|
|
426
|
-
id: z.ZodString;
|
|
427
|
-
type: z.ZodString;
|
|
428
|
-
slug: z.ZodNullable<z.ZodString>;
|
|
429
|
-
status: z.ZodString;
|
|
430
|
-
data: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
431
|
-
authorId: z.ZodNullable<z.ZodString>;
|
|
432
|
-
primaryBylineId: z.ZodNullable<z.ZodString>;
|
|
433
|
-
byline: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
434
|
-
id: z.ZodString;
|
|
435
|
-
slug: z.ZodString;
|
|
436
|
-
displayName: z.ZodString;
|
|
437
|
-
bio: z.ZodNullable<z.ZodString>;
|
|
438
|
-
avatarMediaId: z.ZodNullable<z.ZodString>;
|
|
439
|
-
avatarStorageKey: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
440
|
-
avatarAlt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
441
|
-
avatarBlurhash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
442
|
-
avatarDominantColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
443
|
-
websiteUrl: z.ZodNullable<z.ZodString>;
|
|
444
|
-
userId: z.ZodNullable<z.ZodString>;
|
|
445
|
-
isGuest: z.ZodBoolean;
|
|
446
|
-
createdAt: z.ZodString;
|
|
447
|
-
updatedAt: z.ZodString;
|
|
448
|
-
locale: z.ZodString;
|
|
449
|
-
translationGroup: z.ZodNullable<z.ZodString>;
|
|
450
|
-
customFields: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodBoolean, z.ZodNull]>>>;
|
|
451
|
-
}, z.core.$strip>>>;
|
|
452
|
-
bylines: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
453
|
-
byline: z.ZodObject<{
|
|
454
|
-
id: z.ZodString;
|
|
455
|
-
slug: z.ZodString;
|
|
456
|
-
displayName: z.ZodString;
|
|
457
|
-
bio: z.ZodNullable<z.ZodString>;
|
|
458
|
-
avatarMediaId: z.ZodNullable<z.ZodString>;
|
|
459
|
-
avatarStorageKey: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
460
|
-
avatarAlt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
461
|
-
avatarBlurhash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
462
|
-
avatarDominantColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
463
|
-
websiteUrl: z.ZodNullable<z.ZodString>;
|
|
464
|
-
userId: z.ZodNullable<z.ZodString>;
|
|
465
|
-
isGuest: z.ZodBoolean;
|
|
466
|
-
createdAt: z.ZodString;
|
|
467
|
-
updatedAt: z.ZodString;
|
|
468
|
-
locale: z.ZodString;
|
|
469
|
-
translationGroup: z.ZodNullable<z.ZodString>;
|
|
470
|
-
customFields: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodBoolean, z.ZodNull]>>>;
|
|
471
|
-
}, z.core.$strip>;
|
|
472
|
-
sortOrder: z.ZodNumber;
|
|
473
|
-
roleLabel: z.ZodNullable<z.ZodString>;
|
|
474
|
-
source: z.ZodOptional<z.ZodEnum<{
|
|
475
|
-
explicit: "explicit";
|
|
476
|
-
inferred: "inferred";
|
|
477
|
-
}>>;
|
|
478
|
-
}, z.core.$strip>>>;
|
|
479
|
-
createdAt: z.ZodString;
|
|
480
|
-
updatedAt: z.ZodString;
|
|
481
|
-
publishedAt: z.ZodNullable<z.ZodString>;
|
|
482
|
-
scheduledAt: z.ZodNullable<z.ZodString>;
|
|
483
|
-
liveRevisionId: z.ZodNullable<z.ZodString>;
|
|
484
|
-
draftRevisionId: z.ZodNullable<z.ZodString>;
|
|
485
|
-
version: z.ZodNumber;
|
|
486
|
-
locale: z.ZodNullable<z.ZodString>;
|
|
487
|
-
translationGroup: z.ZodNullable<z.ZodString>;
|
|
488
|
-
seo: z.ZodOptional<z.ZodObject<{
|
|
489
|
-
title: z.ZodNullable<z.ZodString>;
|
|
490
|
-
description: z.ZodNullable<z.ZodString>;
|
|
491
|
-
image: z.ZodNullable<z.ZodString>;
|
|
492
|
-
canonical: z.ZodNullable<z.ZodString>;
|
|
493
|
-
noIndex: z.ZodBoolean;
|
|
494
|
-
}, z.core.$strip>>;
|
|
495
|
-
}, z.core.$strip>;
|
|
496
|
-
_rev: z.ZodString;
|
|
497
|
-
}, z.core.$strip>;
|
|
498
|
-
/** Response for content list endpoints */
|
|
499
|
-
declare const contentListResponseSchema: z.ZodObject<{
|
|
500
|
-
items: z.ZodArray<z.ZodObject<{
|
|
501
|
-
id: z.ZodString;
|
|
502
|
-
type: z.ZodString;
|
|
503
|
-
slug: z.ZodNullable<z.ZodString>;
|
|
504
|
-
status: z.ZodString;
|
|
505
|
-
data: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
506
|
-
authorId: z.ZodNullable<z.ZodString>;
|
|
507
|
-
primaryBylineId: z.ZodNullable<z.ZodString>;
|
|
508
|
-
byline: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
509
|
-
id: z.ZodString;
|
|
510
|
-
slug: z.ZodString;
|
|
511
|
-
displayName: z.ZodString;
|
|
512
|
-
bio: z.ZodNullable<z.ZodString>;
|
|
513
|
-
avatarMediaId: z.ZodNullable<z.ZodString>;
|
|
514
|
-
avatarStorageKey: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
515
|
-
avatarAlt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
516
|
-
avatarBlurhash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
517
|
-
avatarDominantColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
518
|
-
websiteUrl: z.ZodNullable<z.ZodString>;
|
|
519
|
-
userId: z.ZodNullable<z.ZodString>;
|
|
520
|
-
isGuest: z.ZodBoolean;
|
|
521
|
-
createdAt: z.ZodString;
|
|
522
|
-
updatedAt: z.ZodString;
|
|
523
|
-
locale: z.ZodString;
|
|
524
|
-
translationGroup: z.ZodNullable<z.ZodString>;
|
|
525
|
-
customFields: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodBoolean, z.ZodNull]>>>;
|
|
526
|
-
}, z.core.$strip>>>;
|
|
527
|
-
bylines: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
528
|
-
byline: z.ZodObject<{
|
|
529
|
-
id: z.ZodString;
|
|
530
|
-
slug: z.ZodString;
|
|
531
|
-
displayName: z.ZodString;
|
|
532
|
-
bio: z.ZodNullable<z.ZodString>;
|
|
533
|
-
avatarMediaId: z.ZodNullable<z.ZodString>;
|
|
534
|
-
avatarStorageKey: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
535
|
-
avatarAlt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
536
|
-
avatarBlurhash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
537
|
-
avatarDominantColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
538
|
-
websiteUrl: z.ZodNullable<z.ZodString>;
|
|
539
|
-
userId: z.ZodNullable<z.ZodString>;
|
|
540
|
-
isGuest: z.ZodBoolean;
|
|
541
|
-
createdAt: z.ZodString;
|
|
542
|
-
updatedAt: z.ZodString;
|
|
543
|
-
locale: z.ZodString;
|
|
544
|
-
translationGroup: z.ZodNullable<z.ZodString>;
|
|
545
|
-
customFields: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodBoolean, z.ZodNull]>>>;
|
|
546
|
-
}, z.core.$strip>;
|
|
547
|
-
sortOrder: z.ZodNumber;
|
|
548
|
-
roleLabel: z.ZodNullable<z.ZodString>;
|
|
549
|
-
source: z.ZodOptional<z.ZodEnum<{
|
|
550
|
-
explicit: "explicit";
|
|
551
|
-
inferred: "inferred";
|
|
552
|
-
}>>;
|
|
553
|
-
}, z.core.$strip>>>;
|
|
554
|
-
createdAt: z.ZodString;
|
|
555
|
-
updatedAt: z.ZodString;
|
|
556
|
-
publishedAt: z.ZodNullable<z.ZodString>;
|
|
557
|
-
scheduledAt: z.ZodNullable<z.ZodString>;
|
|
558
|
-
liveRevisionId: z.ZodNullable<z.ZodString>;
|
|
559
|
-
draftRevisionId: z.ZodNullable<z.ZodString>;
|
|
560
|
-
version: z.ZodNumber;
|
|
561
|
-
locale: z.ZodNullable<z.ZodString>;
|
|
562
|
-
translationGroup: z.ZodNullable<z.ZodString>;
|
|
563
|
-
seo: z.ZodOptional<z.ZodObject<{
|
|
564
|
-
title: z.ZodNullable<z.ZodString>;
|
|
565
|
-
description: z.ZodNullable<z.ZodString>;
|
|
566
|
-
image: z.ZodNullable<z.ZodString>;
|
|
567
|
-
canonical: z.ZodNullable<z.ZodString>;
|
|
568
|
-
noIndex: z.ZodBoolean;
|
|
569
|
-
}, z.core.$strip>>;
|
|
570
|
-
}, z.core.$strip>>;
|
|
571
|
-
nextCursor: z.ZodOptional<z.ZodString>;
|
|
572
|
-
total: z.ZodOptional<z.ZodNumber>;
|
|
573
|
-
}, z.core.$strip>;
|
|
574
|
-
/** A distinct content author for the admin author filter */
|
|
575
|
-
declare const contentAuthorSchema: z.ZodObject<{
|
|
576
|
-
id: z.ZodString;
|
|
577
|
-
name: z.ZodNullable<z.ZodString>;
|
|
578
|
-
email: z.ZodString;
|
|
579
|
-
avatarUrl: z.ZodNullable<z.ZodString>;
|
|
580
|
-
}, z.core.$strip>;
|
|
581
|
-
/** Response for the content authors endpoint */
|
|
582
|
-
declare const contentAuthorsResponseSchema: z.ZodObject<{
|
|
583
|
-
items: z.ZodArray<z.ZodObject<{
|
|
584
|
-
id: z.ZodString;
|
|
585
|
-
name: z.ZodNullable<z.ZodString>;
|
|
586
|
-
email: z.ZodString;
|
|
587
|
-
avatarUrl: z.ZodNullable<z.ZodString>;
|
|
588
|
-
}, z.core.$strip>>;
|
|
589
|
-
}, z.core.$strip>;
|
|
590
|
-
/** Trashed content item */
|
|
591
|
-
declare const trashedContentItemSchema: z.ZodObject<{
|
|
592
|
-
id: z.ZodString;
|
|
593
|
-
type: z.ZodString;
|
|
594
|
-
slug: z.ZodNullable<z.ZodString>;
|
|
595
|
-
status: z.ZodString;
|
|
596
|
-
locale: z.ZodNullable<z.ZodString>;
|
|
597
|
-
translationGroup: z.ZodNullable<z.ZodString>;
|
|
598
|
-
data: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
599
|
-
authorId: z.ZodNullable<z.ZodString>;
|
|
600
|
-
createdAt: z.ZodString;
|
|
601
|
-
updatedAt: z.ZodString;
|
|
602
|
-
publishedAt: z.ZodNullable<z.ZodString>;
|
|
603
|
-
deletedAt: z.ZodString;
|
|
604
|
-
}, z.core.$strip>;
|
|
605
|
-
/** Response for trashed content list */
|
|
606
|
-
declare const trashedContentListResponseSchema: z.ZodObject<{
|
|
607
|
-
items: z.ZodArray<z.ZodObject<{
|
|
608
|
-
id: z.ZodString;
|
|
609
|
-
type: z.ZodString;
|
|
610
|
-
slug: z.ZodNullable<z.ZodString>;
|
|
611
|
-
status: z.ZodString;
|
|
612
|
-
locale: z.ZodNullable<z.ZodString>;
|
|
613
|
-
translationGroup: z.ZodNullable<z.ZodString>;
|
|
614
|
-
data: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
615
|
-
authorId: z.ZodNullable<z.ZodString>;
|
|
616
|
-
createdAt: z.ZodString;
|
|
617
|
-
updatedAt: z.ZodString;
|
|
618
|
-
publishedAt: z.ZodNullable<z.ZodString>;
|
|
619
|
-
deletedAt: z.ZodString;
|
|
620
|
-
}, z.core.$strip>>;
|
|
621
|
-
nextCursor: z.ZodOptional<z.ZodString>;
|
|
622
|
-
}, z.core.$strip>;
|
|
623
|
-
/** Response for content compare (live vs draft) */
|
|
624
|
-
declare const contentCompareResponseSchema: z.ZodObject<{
|
|
625
|
-
hasChanges: z.ZodBoolean;
|
|
626
|
-
live: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
627
|
-
draft: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
628
|
-
}, z.core.$strip>;
|
|
629
|
-
/** Translation summary for a content item */
|
|
630
|
-
declare const contentTranslationSchema: z.ZodObject<{
|
|
631
|
-
id: z.ZodString;
|
|
632
|
-
locale: z.ZodNullable<z.ZodString>;
|
|
633
|
-
slug: z.ZodNullable<z.ZodString>;
|
|
634
|
-
status: z.ZodString;
|
|
635
|
-
updatedAt: z.ZodString;
|
|
636
|
-
}, z.core.$strip>;
|
|
637
|
-
/** Response for content translations endpoint */
|
|
638
|
-
declare const contentTranslationsResponseSchema: z.ZodObject<{
|
|
639
|
-
translationGroup: z.ZodString;
|
|
640
|
-
translations: z.ZodArray<z.ZodObject<{
|
|
641
|
-
id: z.ZodString;
|
|
642
|
-
locale: z.ZodNullable<z.ZodString>;
|
|
643
|
-
slug: z.ZodNullable<z.ZodString>;
|
|
644
|
-
status: z.ZodString;
|
|
645
|
-
updatedAt: z.ZodString;
|
|
646
|
-
}, z.core.$strip>>;
|
|
647
|
-
}, z.core.$strip>;
|
|
648
|
-
//#endregion
|
|
649
|
-
//#region src/api/schemas/media.d.ts
|
|
650
|
-
declare const mediaListQuery: z.ZodObject<{
|
|
651
|
-
cursor: z.ZodOptional<z.ZodString>;
|
|
652
|
-
limit: z.ZodDefault<z.ZodOptional<z.ZodCoercedNumber<unknown>>>;
|
|
653
|
-
page: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
654
|
-
mimeType: z.ZodOptional<z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>, z.ZodTransform<string[], string | string[]>>>;
|
|
655
|
-
folderId: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"unfiled">, z.ZodString]>>;
|
|
656
|
-
q: z.ZodOptional<z.ZodString>;
|
|
657
|
-
includeUsage: z.ZodOptional<z.ZodLiteral<"1">>;
|
|
658
|
-
}, z.core.$strip>;
|
|
659
|
-
declare const mediaGetQuery: z.ZodObject<{
|
|
660
|
-
includeUsage: z.ZodOptional<z.ZodLiteral<"1">>;
|
|
661
|
-
}, z.core.$strip>;
|
|
662
|
-
declare const mediaUpdateBody: z.ZodObject<{
|
|
663
|
-
alt: z.ZodOptional<z.ZodString>;
|
|
664
|
-
caption: z.ZodOptional<z.ZodString>;
|
|
665
|
-
width: z.ZodOptional<z.ZodNumber>;
|
|
666
|
-
height: z.ZodOptional<z.ZodNumber>;
|
|
667
|
-
folderId: z.ZodPipe<z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<"unfiled">, z.ZodString]>>>, z.ZodTransform<string | null | undefined, string | null | undefined>>;
|
|
668
|
-
focalX: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
669
|
-
focalY: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
670
|
-
}, z.core.$strip>;
|
|
671
|
-
declare const mediaFolderIdSchema: z.ZodString;
|
|
672
|
-
declare const mediaFolderListQuery: z.ZodObject<{
|
|
673
|
-
cursor: z.ZodOptional<z.ZodString>;
|
|
674
|
-
limit: z.ZodDefault<z.ZodOptional<z.ZodCoercedNumber<unknown>>>;
|
|
675
|
-
q: z.ZodOptional<z.ZodString>;
|
|
676
|
-
}, z.core.$strip>;
|
|
677
|
-
declare const mediaFolderBody: z.ZodObject<{
|
|
678
|
-
name: z.ZodString;
|
|
679
|
-
}, z.core.$strip>;
|
|
680
|
-
/** Default maximum allowed file upload size (50 MB). */
|
|
681
|
-
declare const DEFAULT_MAX_UPLOAD_SIZE: number;
|
|
682
|
-
declare function formatFileSize(bytes: number): string;
|
|
683
|
-
declare const CONTENT_TYPE_RE: RegExp;
|
|
684
|
-
declare function mediaUploadUrlBody(maxSize: number): z.ZodObject<{
|
|
685
|
-
filename: z.ZodString;
|
|
686
|
-
contentType: z.ZodString;
|
|
687
|
-
size: z.ZodNumber;
|
|
688
|
-
contentHash: z.ZodOptional<z.ZodString>;
|
|
689
|
-
fieldId: z.ZodOptional<z.ZodString>;
|
|
690
|
-
deduplicate: z.ZodOptional<z.ZodBoolean>;
|
|
691
|
-
ensureUniqueFilename: z.ZodOptional<z.ZodBoolean>;
|
|
692
|
-
folderId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
693
|
-
}, z.core.$strip>;
|
|
694
|
-
declare const mediaUploadDeduplicateForm: z.ZodPipe<z.ZodDefault<z.ZodEnum<{
|
|
695
|
-
true: "true";
|
|
696
|
-
false: "false";
|
|
697
|
-
}>>, z.ZodTransform<boolean, "true" | "false">>;
|
|
698
|
-
declare const mediaUploadEnsureUniqueFilenameForm: z.ZodPipe<z.ZodDefault<z.ZodEnum<{
|
|
699
|
-
true: "true";
|
|
700
|
-
false: "false";
|
|
701
|
-
}>>, z.ZodTransform<boolean, "true" | "false">>;
|
|
702
|
-
declare const mediaReplaceMetadataForm: z.ZodObject<{
|
|
703
|
-
width: z.ZodCoercedNumber<unknown>;
|
|
704
|
-
height: z.ZodCoercedNumber<unknown>;
|
|
705
|
-
}, z.core.$strip>;
|
|
706
|
-
declare const mediaDirectUploadBody: z.ZodObject<{
|
|
707
|
-
file: z.ZodString;
|
|
708
|
-
width: z.ZodOptional<z.ZodString>;
|
|
709
|
-
height: z.ZodOptional<z.ZodString>;
|
|
710
|
-
thumbnail: z.ZodOptional<z.ZodString>;
|
|
711
|
-
fieldId: z.ZodOptional<z.ZodString>;
|
|
712
|
-
deduplicate: z.ZodOptional<z.ZodEnum<{
|
|
713
|
-
true: "true";
|
|
714
|
-
false: "false";
|
|
715
|
-
}>>;
|
|
716
|
-
ensureUniqueFilename: z.ZodOptional<z.ZodEnum<{
|
|
717
|
-
true: "true";
|
|
718
|
-
false: "false";
|
|
719
|
-
}>>;
|
|
720
|
-
folderId: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodLiteral<"unfiled">]>>;
|
|
721
|
-
}, z.core.$strip>;
|
|
722
|
-
declare const mediaReplaceBody: z.ZodObject<{
|
|
723
|
-
file: z.ZodString;
|
|
724
|
-
width: z.ZodNumber;
|
|
725
|
-
height: z.ZodNumber;
|
|
726
|
-
}, z.core.$strip>;
|
|
727
|
-
declare const mediaConfirmBody: z.ZodObject<{
|
|
728
|
-
size: z.ZodOptional<z.ZodNumber>;
|
|
729
|
-
width: z.ZodOptional<z.ZodNumber>;
|
|
730
|
-
height: z.ZodOptional<z.ZodNumber>;
|
|
731
|
-
}, z.core.$strip>;
|
|
732
|
-
declare const mediaProviderListQuery: z.ZodObject<{
|
|
733
|
-
cursor: z.ZodOptional<z.ZodString>;
|
|
734
|
-
limit: z.ZodDefault<z.ZodOptional<z.ZodCoercedNumber<unknown>>>;
|
|
735
|
-
query: z.ZodOptional<z.ZodString>;
|
|
736
|
-
mimeType: z.ZodOptional<z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>, z.ZodTransform<string[], string | string[]>>>;
|
|
737
|
-
}, z.core.$strip>;
|
|
738
|
-
declare const mediaItemSchema: z.ZodObject<{
|
|
739
|
-
id: z.ZodString;
|
|
740
|
-
filename: z.ZodString;
|
|
741
|
-
mimeType: z.ZodString;
|
|
742
|
-
size: z.ZodNullable<z.ZodNumber>;
|
|
743
|
-
width: z.ZodNullable<z.ZodNumber>;
|
|
744
|
-
height: z.ZodNullable<z.ZodNumber>;
|
|
745
|
-
focalX: z.ZodNullable<z.ZodNumber>;
|
|
746
|
-
focalY: z.ZodNullable<z.ZodNumber>;
|
|
747
|
-
alt: z.ZodNullable<z.ZodString>;
|
|
748
|
-
caption: z.ZodNullable<z.ZodString>;
|
|
749
|
-
storageKey: z.ZodString;
|
|
750
|
-
status: z.ZodEnum<{
|
|
751
|
-
pending: "pending";
|
|
752
|
-
ready: "ready";
|
|
753
|
-
failed: "failed";
|
|
754
|
-
}>;
|
|
755
|
-
contentHash: z.ZodNullable<z.ZodString>;
|
|
756
|
-
blurhash: z.ZodNullable<z.ZodString>;
|
|
757
|
-
dominantColor: z.ZodNullable<z.ZodString>;
|
|
758
|
-
createdAt: z.ZodString;
|
|
759
|
-
authorId: z.ZodNullable<z.ZodString>;
|
|
760
|
-
folderId: z.ZodNullable<z.ZodString>;
|
|
761
|
-
}, z.core.$strip>;
|
|
762
|
-
declare const mediaFolderSchema: z.ZodObject<{
|
|
763
|
-
id: z.ZodString;
|
|
764
|
-
name: z.ZodString;
|
|
765
|
-
}, z.core.$strip>;
|
|
766
|
-
declare const mediaFolderResponseSchema: z.ZodObject<{
|
|
767
|
-
item: z.ZodObject<{
|
|
768
|
-
id: z.ZodString;
|
|
769
|
-
name: z.ZodString;
|
|
770
|
-
}, z.core.$strip>;
|
|
771
|
-
}, z.core.$strip>;
|
|
772
|
-
declare const mediaFolderListResponseSchema: z.ZodObject<{
|
|
773
|
-
items: z.ZodArray<z.ZodObject<{
|
|
774
|
-
id: z.ZodString;
|
|
775
|
-
name: z.ZodString;
|
|
776
|
-
}, z.core.$strip>>;
|
|
777
|
-
nextCursor: z.ZodOptional<z.ZodString>;
|
|
778
|
-
}, z.core.$strip>;
|
|
779
|
-
declare const mediaResponseSchema: z.ZodObject<{
|
|
780
|
-
item: z.ZodObject<{
|
|
781
|
-
id: z.ZodString;
|
|
782
|
-
filename: z.ZodString;
|
|
783
|
-
mimeType: z.ZodString;
|
|
784
|
-
size: z.ZodNullable<z.ZodNumber>;
|
|
785
|
-
width: z.ZodNullable<z.ZodNumber>;
|
|
786
|
-
height: z.ZodNullable<z.ZodNumber>;
|
|
787
|
-
focalX: z.ZodNullable<z.ZodNumber>;
|
|
788
|
-
focalY: z.ZodNullable<z.ZodNumber>;
|
|
789
|
-
alt: z.ZodNullable<z.ZodString>;
|
|
790
|
-
caption: z.ZodNullable<z.ZodString>;
|
|
791
|
-
storageKey: z.ZodString;
|
|
792
|
-
status: z.ZodEnum<{
|
|
793
|
-
pending: "pending";
|
|
794
|
-
ready: "ready";
|
|
795
|
-
failed: "failed";
|
|
796
|
-
}>;
|
|
797
|
-
contentHash: z.ZodNullable<z.ZodString>;
|
|
798
|
-
blurhash: z.ZodNullable<z.ZodString>;
|
|
799
|
-
dominantColor: z.ZodNullable<z.ZodString>;
|
|
800
|
-
createdAt: z.ZodString;
|
|
801
|
-
authorId: z.ZodNullable<z.ZodString>;
|
|
802
|
-
folderId: z.ZodNullable<z.ZodString>;
|
|
803
|
-
}, z.core.$strip>;
|
|
804
|
-
}, z.core.$strip>;
|
|
805
|
-
declare const mediaReadItemSchema: z.ZodObject<{
|
|
806
|
-
id: z.ZodString;
|
|
807
|
-
filename: z.ZodString;
|
|
808
|
-
mimeType: z.ZodString;
|
|
809
|
-
size: z.ZodNullable<z.ZodNumber>;
|
|
810
|
-
width: z.ZodNullable<z.ZodNumber>;
|
|
811
|
-
height: z.ZodNullable<z.ZodNumber>;
|
|
812
|
-
focalX: z.ZodNullable<z.ZodNumber>;
|
|
813
|
-
focalY: z.ZodNullable<z.ZodNumber>;
|
|
814
|
-
alt: z.ZodNullable<z.ZodString>;
|
|
815
|
-
caption: z.ZodNullable<z.ZodString>;
|
|
816
|
-
storageKey: z.ZodString;
|
|
817
|
-
status: z.ZodEnum<{
|
|
818
|
-
pending: "pending";
|
|
819
|
-
ready: "ready";
|
|
820
|
-
failed: "failed";
|
|
821
|
-
}>;
|
|
822
|
-
contentHash: z.ZodNullable<z.ZodString>;
|
|
823
|
-
blurhash: z.ZodNullable<z.ZodString>;
|
|
824
|
-
dominantColor: z.ZodNullable<z.ZodString>;
|
|
825
|
-
createdAt: z.ZodString;
|
|
826
|
-
authorId: z.ZodNullable<z.ZodString>;
|
|
827
|
-
folderId: z.ZodNullable<z.ZodString>;
|
|
828
|
-
usage: z.ZodOptional<z.ZodObject<{
|
|
829
|
-
count: z.ZodNullable<z.ZodNumber>;
|
|
830
|
-
coverage: z.ZodObject<{
|
|
831
|
-
scope: z.ZodLiteral<"all_content_collections">;
|
|
832
|
-
status: z.ZodEnum<{
|
|
833
|
-
never: "never";
|
|
834
|
-
unknown: "unknown";
|
|
835
|
-
failed: "failed";
|
|
836
|
-
complete: "complete";
|
|
837
|
-
running: "running";
|
|
838
|
-
partial: "partial";
|
|
839
|
-
stale: "stale";
|
|
840
|
-
}>;
|
|
841
|
-
}, z.core.$strip>;
|
|
842
|
-
}, z.core.$strip>>;
|
|
843
|
-
}, z.core.$strip>;
|
|
844
|
-
declare const mediaReadResponseSchema: z.ZodObject<{
|
|
845
|
-
item: z.ZodObject<{
|
|
846
|
-
id: z.ZodString;
|
|
847
|
-
filename: z.ZodString;
|
|
848
|
-
mimeType: z.ZodString;
|
|
849
|
-
size: z.ZodNullable<z.ZodNumber>;
|
|
850
|
-
width: z.ZodNullable<z.ZodNumber>;
|
|
851
|
-
height: z.ZodNullable<z.ZodNumber>;
|
|
852
|
-
focalX: z.ZodNullable<z.ZodNumber>;
|
|
853
|
-
focalY: z.ZodNullable<z.ZodNumber>;
|
|
854
|
-
alt: z.ZodNullable<z.ZodString>;
|
|
855
|
-
caption: z.ZodNullable<z.ZodString>;
|
|
856
|
-
storageKey: z.ZodString;
|
|
857
|
-
status: z.ZodEnum<{
|
|
858
|
-
pending: "pending";
|
|
859
|
-
ready: "ready";
|
|
860
|
-
failed: "failed";
|
|
861
|
-
}>;
|
|
862
|
-
contentHash: z.ZodNullable<z.ZodString>;
|
|
863
|
-
blurhash: z.ZodNullable<z.ZodString>;
|
|
864
|
-
dominantColor: z.ZodNullable<z.ZodString>;
|
|
865
|
-
createdAt: z.ZodString;
|
|
866
|
-
authorId: z.ZodNullable<z.ZodString>;
|
|
867
|
-
folderId: z.ZodNullable<z.ZodString>;
|
|
868
|
-
usage: z.ZodOptional<z.ZodObject<{
|
|
869
|
-
count: z.ZodNullable<z.ZodNumber>;
|
|
870
|
-
coverage: z.ZodObject<{
|
|
871
|
-
scope: z.ZodLiteral<"all_content_collections">;
|
|
872
|
-
status: z.ZodEnum<{
|
|
873
|
-
never: "never";
|
|
874
|
-
unknown: "unknown";
|
|
875
|
-
failed: "failed";
|
|
876
|
-
complete: "complete";
|
|
877
|
-
running: "running";
|
|
878
|
-
partial: "partial";
|
|
879
|
-
stale: "stale";
|
|
880
|
-
}>;
|
|
881
|
-
}, z.core.$strip>;
|
|
882
|
-
}, z.core.$strip>>;
|
|
883
|
-
}, z.core.$strip>;
|
|
884
|
-
}, z.core.$strip>;
|
|
885
|
-
declare const mediaListReadItemSchema: z.ZodObject<{
|
|
886
|
-
id: z.ZodString;
|
|
887
|
-
filename: z.ZodString;
|
|
888
|
-
mimeType: z.ZodString;
|
|
889
|
-
size: z.ZodNullable<z.ZodNumber>;
|
|
890
|
-
width: z.ZodNullable<z.ZodNumber>;
|
|
891
|
-
height: z.ZodNullable<z.ZodNumber>;
|
|
892
|
-
focalX: z.ZodNullable<z.ZodNumber>;
|
|
893
|
-
focalY: z.ZodNullable<z.ZodNumber>;
|
|
894
|
-
alt: z.ZodNullable<z.ZodString>;
|
|
895
|
-
caption: z.ZodNullable<z.ZodString>;
|
|
896
|
-
storageKey: z.ZodString;
|
|
897
|
-
status: z.ZodEnum<{
|
|
898
|
-
pending: "pending";
|
|
899
|
-
ready: "ready";
|
|
900
|
-
failed: "failed";
|
|
901
|
-
}>;
|
|
902
|
-
contentHash: z.ZodNullable<z.ZodString>;
|
|
903
|
-
blurhash: z.ZodNullable<z.ZodString>;
|
|
904
|
-
dominantColor: z.ZodNullable<z.ZodString>;
|
|
905
|
-
createdAt: z.ZodString;
|
|
906
|
-
authorId: z.ZodNullable<z.ZodString>;
|
|
907
|
-
folderId: z.ZodNullable<z.ZodString>;
|
|
908
|
-
usage: z.ZodOptional<z.ZodObject<{
|
|
909
|
-
count: z.ZodNullable<z.ZodNumber>;
|
|
910
|
-
coverage: z.ZodObject<{
|
|
911
|
-
scope: z.ZodLiteral<"all_content_collections">;
|
|
912
|
-
status: z.ZodEnum<{
|
|
913
|
-
never: "never";
|
|
914
|
-
unknown: "unknown";
|
|
915
|
-
failed: "failed";
|
|
916
|
-
complete: "complete";
|
|
917
|
-
running: "running";
|
|
918
|
-
partial: "partial";
|
|
919
|
-
stale: "stale";
|
|
920
|
-
}>;
|
|
921
|
-
}, z.core.$strip>;
|
|
922
|
-
}, z.core.$strip>>;
|
|
923
|
-
url: z.ZodString;
|
|
924
|
-
}, z.core.$strip>;
|
|
925
|
-
declare const mediaListReadResponseSchema: z.ZodObject<{
|
|
926
|
-
items: z.ZodArray<z.ZodObject<{
|
|
927
|
-
id: z.ZodString;
|
|
928
|
-
filename: z.ZodString;
|
|
929
|
-
mimeType: z.ZodString;
|
|
930
|
-
size: z.ZodNullable<z.ZodNumber>;
|
|
931
|
-
width: z.ZodNullable<z.ZodNumber>;
|
|
932
|
-
height: z.ZodNullable<z.ZodNumber>;
|
|
933
|
-
focalX: z.ZodNullable<z.ZodNumber>;
|
|
934
|
-
focalY: z.ZodNullable<z.ZodNumber>;
|
|
935
|
-
alt: z.ZodNullable<z.ZodString>;
|
|
936
|
-
caption: z.ZodNullable<z.ZodString>;
|
|
937
|
-
storageKey: z.ZodString;
|
|
938
|
-
status: z.ZodEnum<{
|
|
939
|
-
pending: "pending";
|
|
940
|
-
ready: "ready";
|
|
941
|
-
failed: "failed";
|
|
942
|
-
}>;
|
|
943
|
-
contentHash: z.ZodNullable<z.ZodString>;
|
|
944
|
-
blurhash: z.ZodNullable<z.ZodString>;
|
|
945
|
-
dominantColor: z.ZodNullable<z.ZodString>;
|
|
946
|
-
createdAt: z.ZodString;
|
|
947
|
-
authorId: z.ZodNullable<z.ZodString>;
|
|
948
|
-
folderId: z.ZodNullable<z.ZodString>;
|
|
949
|
-
usage: z.ZodOptional<z.ZodObject<{
|
|
950
|
-
count: z.ZodNullable<z.ZodNumber>;
|
|
951
|
-
coverage: z.ZodObject<{
|
|
952
|
-
scope: z.ZodLiteral<"all_content_collections">;
|
|
953
|
-
status: z.ZodEnum<{
|
|
954
|
-
never: "never";
|
|
955
|
-
unknown: "unknown";
|
|
956
|
-
failed: "failed";
|
|
957
|
-
complete: "complete";
|
|
958
|
-
running: "running";
|
|
959
|
-
partial: "partial";
|
|
960
|
-
stale: "stale";
|
|
961
|
-
}>;
|
|
962
|
-
}, z.core.$strip>;
|
|
963
|
-
}, z.core.$strip>>;
|
|
964
|
-
url: z.ZodString;
|
|
965
|
-
}, z.core.$strip>>;
|
|
966
|
-
nextCursor: z.ZodOptional<z.ZodString>;
|
|
967
|
-
totalCount: z.ZodOptional<z.ZodNumber>;
|
|
968
|
-
}, z.core.$strip>;
|
|
969
|
-
declare const mediaListResponseSchema: z.ZodObject<{
|
|
970
|
-
items: z.ZodArray<z.ZodObject<{
|
|
971
|
-
id: z.ZodString;
|
|
972
|
-
filename: z.ZodString;
|
|
973
|
-
mimeType: z.ZodString;
|
|
974
|
-
size: z.ZodNullable<z.ZodNumber>;
|
|
975
|
-
width: z.ZodNullable<z.ZodNumber>;
|
|
976
|
-
height: z.ZodNullable<z.ZodNumber>;
|
|
977
|
-
focalX: z.ZodNullable<z.ZodNumber>;
|
|
978
|
-
focalY: z.ZodNullable<z.ZodNumber>;
|
|
979
|
-
alt: z.ZodNullable<z.ZodString>;
|
|
980
|
-
caption: z.ZodNullable<z.ZodString>;
|
|
981
|
-
storageKey: z.ZodString;
|
|
982
|
-
status: z.ZodEnum<{
|
|
983
|
-
pending: "pending";
|
|
984
|
-
ready: "ready";
|
|
985
|
-
failed: "failed";
|
|
986
|
-
}>;
|
|
987
|
-
contentHash: z.ZodNullable<z.ZodString>;
|
|
988
|
-
blurhash: z.ZodNullable<z.ZodString>;
|
|
989
|
-
dominantColor: z.ZodNullable<z.ZodString>;
|
|
990
|
-
createdAt: z.ZodString;
|
|
991
|
-
authorId: z.ZodNullable<z.ZodString>;
|
|
992
|
-
folderId: z.ZodNullable<z.ZodString>;
|
|
993
|
-
}, z.core.$strip>>;
|
|
994
|
-
nextCursor: z.ZodOptional<z.ZodString>;
|
|
995
|
-
totalCount: z.ZodOptional<z.ZodNumber>;
|
|
996
|
-
}, z.core.$strip>;
|
|
997
|
-
declare const mediaUploadUrlResponseSchema: z.ZodObject<{
|
|
998
|
-
uploadUrl: z.ZodString;
|
|
999
|
-
method: z.ZodLiteral<"PUT">;
|
|
1000
|
-
headers: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
1001
|
-
mediaId: z.ZodString;
|
|
1002
|
-
storageKey: z.ZodString;
|
|
1003
|
-
expiresAt: z.ZodString;
|
|
1004
|
-
}, z.core.$strip>;
|
|
1005
|
-
declare const mediaExistingResponseSchema: z.ZodObject<{
|
|
1006
|
-
existing: z.ZodLiteral<true>;
|
|
1007
|
-
mediaId: z.ZodString;
|
|
1008
|
-
storageKey: z.ZodString;
|
|
1009
|
-
url: z.ZodString;
|
|
1010
|
-
}, z.core.$strip>;
|
|
1011
|
-
declare const mediaConfirmResponseSchema: z.ZodObject<{
|
|
1012
|
-
item: z.ZodObject<{
|
|
1013
|
-
id: z.ZodString;
|
|
1014
|
-
filename: z.ZodString;
|
|
1015
|
-
mimeType: z.ZodString;
|
|
1016
|
-
size: z.ZodNullable<z.ZodNumber>;
|
|
1017
|
-
width: z.ZodNullable<z.ZodNumber>;
|
|
1018
|
-
height: z.ZodNullable<z.ZodNumber>;
|
|
1019
|
-
focalX: z.ZodNullable<z.ZodNumber>;
|
|
1020
|
-
focalY: z.ZodNullable<z.ZodNumber>;
|
|
1021
|
-
alt: z.ZodNullable<z.ZodString>;
|
|
1022
|
-
caption: z.ZodNullable<z.ZodString>;
|
|
1023
|
-
storageKey: z.ZodString;
|
|
1024
|
-
status: z.ZodEnum<{
|
|
1025
|
-
pending: "pending";
|
|
1026
|
-
ready: "ready";
|
|
1027
|
-
failed: "failed";
|
|
1028
|
-
}>;
|
|
1029
|
-
contentHash: z.ZodNullable<z.ZodString>;
|
|
1030
|
-
blurhash: z.ZodNullable<z.ZodString>;
|
|
1031
|
-
dominantColor: z.ZodNullable<z.ZodString>;
|
|
1032
|
-
createdAt: z.ZodString;
|
|
1033
|
-
authorId: z.ZodNullable<z.ZodString>;
|
|
1034
|
-
folderId: z.ZodNullable<z.ZodString>;
|
|
1035
|
-
url: z.ZodString;
|
|
1036
|
-
}, z.core.$strip>;
|
|
1037
|
-
}, z.core.$strip>;
|
|
1038
|
-
declare const mediaUploadResponseSchema: z.ZodObject<{
|
|
1039
|
-
item: z.ZodObject<{
|
|
1040
|
-
id: z.ZodString;
|
|
1041
|
-
filename: z.ZodString;
|
|
1042
|
-
mimeType: z.ZodString;
|
|
1043
|
-
size: z.ZodNullable<z.ZodNumber>;
|
|
1044
|
-
width: z.ZodNullable<z.ZodNumber>;
|
|
1045
|
-
height: z.ZodNullable<z.ZodNumber>;
|
|
1046
|
-
focalX: z.ZodNullable<z.ZodNumber>;
|
|
1047
|
-
focalY: z.ZodNullable<z.ZodNumber>;
|
|
1048
|
-
alt: z.ZodNullable<z.ZodString>;
|
|
1049
|
-
caption: z.ZodNullable<z.ZodString>;
|
|
1050
|
-
storageKey: z.ZodString;
|
|
1051
|
-
status: z.ZodEnum<{
|
|
1052
|
-
pending: "pending";
|
|
1053
|
-
ready: "ready";
|
|
1054
|
-
failed: "failed";
|
|
1055
|
-
}>;
|
|
1056
|
-
contentHash: z.ZodNullable<z.ZodString>;
|
|
1057
|
-
blurhash: z.ZodNullable<z.ZodString>;
|
|
1058
|
-
dominantColor: z.ZodNullable<z.ZodString>;
|
|
1059
|
-
createdAt: z.ZodString;
|
|
1060
|
-
authorId: z.ZodNullable<z.ZodString>;
|
|
1061
|
-
folderId: z.ZodNullable<z.ZodString>;
|
|
1062
|
-
url: z.ZodString;
|
|
1063
|
-
}, z.core.$strip>;
|
|
1064
|
-
deduplicated: z.ZodOptional<z.ZodLiteral<true>>;
|
|
1065
|
-
}, z.core.$strip>;
|
|
1066
|
-
declare const mediaReplaceResponseSchema: z.ZodObject<{
|
|
1067
|
-
item: z.ZodObject<{
|
|
1068
|
-
id: z.ZodString;
|
|
1069
|
-
filename: z.ZodString;
|
|
1070
|
-
mimeType: z.ZodString;
|
|
1071
|
-
size: z.ZodNullable<z.ZodNumber>;
|
|
1072
|
-
width: z.ZodNullable<z.ZodNumber>;
|
|
1073
|
-
height: z.ZodNullable<z.ZodNumber>;
|
|
1074
|
-
focalX: z.ZodNullable<z.ZodNumber>;
|
|
1075
|
-
focalY: z.ZodNullable<z.ZodNumber>;
|
|
1076
|
-
alt: z.ZodNullable<z.ZodString>;
|
|
1077
|
-
caption: z.ZodNullable<z.ZodString>;
|
|
1078
|
-
storageKey: z.ZodString;
|
|
1079
|
-
status: z.ZodEnum<{
|
|
1080
|
-
pending: "pending";
|
|
1081
|
-
ready: "ready";
|
|
1082
|
-
failed: "failed";
|
|
1083
|
-
}>;
|
|
1084
|
-
contentHash: z.ZodNullable<z.ZodString>;
|
|
1085
|
-
blurhash: z.ZodNullable<z.ZodString>;
|
|
1086
|
-
dominantColor: z.ZodNullable<z.ZodString>;
|
|
1087
|
-
createdAt: z.ZodString;
|
|
1088
|
-
authorId: z.ZodNullable<z.ZodString>;
|
|
1089
|
-
folderId: z.ZodNullable<z.ZodString>;
|
|
1090
|
-
url: z.ZodString;
|
|
1091
|
-
}, z.core.$strip>;
|
|
1092
|
-
}, z.core.$strip>;
|
|
1093
|
-
declare const mediaStreamUploadResponseSchema: z.ZodObject<{
|
|
1094
|
-
uploaded: z.ZodLiteral<true>;
|
|
1095
|
-
size: z.ZodNumber;
|
|
1096
|
-
}, z.core.$strip>;
|
|
1097
|
-
//#endregion
|
|
1098
|
-
//#region src/api/schemas/media-usage.d.ts
|
|
1099
|
-
declare const mediaUsageCoverageStatusSchema: z.ZodEnum<{
|
|
1100
|
-
never: "never";
|
|
1101
|
-
unknown: "unknown";
|
|
1102
|
-
failed: "failed";
|
|
1103
|
-
complete: "complete";
|
|
1104
|
-
running: "running";
|
|
1105
|
-
partial: "partial";
|
|
1106
|
-
stale: "stale";
|
|
1107
|
-
}>;
|
|
1108
|
-
declare const mediaUsageCoverageSchema: z.ZodObject<{
|
|
1109
|
-
scope: z.ZodLiteral<"all_content_collections">;
|
|
1110
|
-
status: z.ZodEnum<{
|
|
1111
|
-
never: "never";
|
|
1112
|
-
unknown: "unknown";
|
|
1113
|
-
failed: "failed";
|
|
1114
|
-
complete: "complete";
|
|
1115
|
-
running: "running";
|
|
1116
|
-
partial: "partial";
|
|
1117
|
-
stale: "stale";
|
|
1118
|
-
}>;
|
|
1119
|
-
}, z.core.$strip>;
|
|
1120
|
-
declare const mediaUsageProgressSchema: z.ZodObject<{
|
|
1121
|
-
status: z.ZodEnum<{
|
|
1122
|
-
ready: "ready";
|
|
1123
|
-
indexing: "indexing";
|
|
1124
|
-
needs_attention: "needs_attention";
|
|
1125
|
-
}>;
|
|
1126
|
-
readyCollections: z.ZodNumber;
|
|
1127
|
-
totalCollections: z.ZodNumber;
|
|
1128
|
-
}, z.core.$strip>;
|
|
1129
|
-
declare const mediaUsageSummarySchema: z.ZodObject<{
|
|
1130
|
-
count: z.ZodNullable<z.ZodNumber>;
|
|
1131
|
-
coverage: z.ZodObject<{
|
|
1132
|
-
scope: z.ZodLiteral<"all_content_collections">;
|
|
1133
|
-
status: z.ZodEnum<{
|
|
1134
|
-
never: "never";
|
|
1135
|
-
unknown: "unknown";
|
|
1136
|
-
failed: "failed";
|
|
1137
|
-
complete: "complete";
|
|
1138
|
-
running: "running";
|
|
1139
|
-
partial: "partial";
|
|
1140
|
-
stale: "stale";
|
|
1141
|
-
}>;
|
|
1142
|
-
}, z.core.$strip>;
|
|
1143
|
-
}, z.core.$strip>;
|
|
1144
|
-
declare const mediaUsageDetailsQuery: z.ZodObject<{
|
|
1145
|
-
cursor: z.ZodOptional<z.ZodString>;
|
|
1146
|
-
limit: z.ZodDefault<z.ZodOptional<z.ZodCoercedNumber<unknown>>>;
|
|
1147
|
-
}, z.core.$strip>;
|
|
1148
|
-
declare const mediaUsageOccurrenceDetailSchema: z.ZodObject<{
|
|
1149
|
-
fieldSlug: z.ZodString;
|
|
1150
|
-
fieldPath: z.ZodString;
|
|
1151
|
-
occurrenceIndex: z.ZodNumber;
|
|
1152
|
-
referenceType: z.ZodEnum<{
|
|
1153
|
-
unknown: "unknown";
|
|
1154
|
-
image_field: "image_field";
|
|
1155
|
-
file_field: "file_field";
|
|
1156
|
-
portable_text_image: "portable_text_image";
|
|
1157
|
-
}>;
|
|
1158
|
-
}, z.core.$strip>;
|
|
1159
|
-
declare const mediaUsageSourceDetailSchema: z.ZodObject<{
|
|
1160
|
-
variant: z.ZodEnum<{
|
|
1161
|
-
columns: "columns";
|
|
1162
|
-
draft_overlay: "draft_overlay";
|
|
1163
|
-
}>;
|
|
1164
|
-
occurrences: z.ZodArray<z.ZodObject<{
|
|
1165
|
-
fieldSlug: z.ZodString;
|
|
1166
|
-
fieldPath: z.ZodString;
|
|
1167
|
-
occurrenceIndex: z.ZodNumber;
|
|
1168
|
-
referenceType: z.ZodEnum<{
|
|
1169
|
-
unknown: "unknown";
|
|
1170
|
-
image_field: "image_field";
|
|
1171
|
-
file_field: "file_field";
|
|
1172
|
-
portable_text_image: "portable_text_image";
|
|
1173
|
-
}>;
|
|
1174
|
-
}, z.core.$strip>>;
|
|
1175
|
-
}, z.core.$strip>;
|
|
1176
|
-
declare const mediaUsageEntryDetailSchema: z.ZodObject<{
|
|
1177
|
-
collection: z.ZodString;
|
|
1178
|
-
contentId: z.ZodString;
|
|
1179
|
-
title: z.ZodNullable<z.ZodString>;
|
|
1180
|
-
slug: z.ZodNullable<z.ZodString>;
|
|
1181
|
-
locale: z.ZodNullable<z.ZodString>;
|
|
1182
|
-
status: z.ZodNullable<z.ZodString>;
|
|
1183
|
-
scheduledAt: z.ZodNullable<z.ZodString>;
|
|
1184
|
-
deletedAt: z.ZodNullable<z.ZodString>;
|
|
1185
|
-
sources: z.ZodArray<z.ZodObject<{
|
|
1186
|
-
variant: z.ZodEnum<{
|
|
1187
|
-
columns: "columns";
|
|
1188
|
-
draft_overlay: "draft_overlay";
|
|
1189
|
-
}>;
|
|
1190
|
-
occurrences: z.ZodArray<z.ZodObject<{
|
|
1191
|
-
fieldSlug: z.ZodString;
|
|
1192
|
-
fieldPath: z.ZodString;
|
|
1193
|
-
occurrenceIndex: z.ZodNumber;
|
|
1194
|
-
referenceType: z.ZodEnum<{
|
|
1195
|
-
unknown: "unknown";
|
|
1196
|
-
image_field: "image_field";
|
|
1197
|
-
file_field: "file_field";
|
|
1198
|
-
portable_text_image: "portable_text_image";
|
|
1199
|
-
}>;
|
|
1200
|
-
}, z.core.$strip>>;
|
|
1201
|
-
}, z.core.$strip>>;
|
|
1202
|
-
}, z.core.$strip>;
|
|
1203
|
-
declare const mediaUsageSiteSettingDetailSchema: z.ZodObject<{
|
|
1204
|
-
setting: z.ZodEnum<{
|
|
1205
|
-
logo: "logo";
|
|
1206
|
-
favicon: "favicon";
|
|
1207
|
-
"seo.defaultOgImage": "seo.defaultOgImage";
|
|
1208
|
-
}>;
|
|
1209
|
-
}, z.core.$strip>;
|
|
1210
|
-
declare const mediaUsageDetailsResponseSchema: z.ZodObject<{
|
|
1211
|
-
items: z.ZodArray<z.ZodObject<{
|
|
1212
|
-
collection: z.ZodString;
|
|
1213
|
-
contentId: z.ZodString;
|
|
1214
|
-
title: z.ZodNullable<z.ZodString>;
|
|
1215
|
-
slug: z.ZodNullable<z.ZodString>;
|
|
1216
|
-
locale: z.ZodNullable<z.ZodString>;
|
|
1217
|
-
status: z.ZodNullable<z.ZodString>;
|
|
1218
|
-
scheduledAt: z.ZodNullable<z.ZodString>;
|
|
1219
|
-
deletedAt: z.ZodNullable<z.ZodString>;
|
|
1220
|
-
sources: z.ZodArray<z.ZodObject<{
|
|
1221
|
-
variant: z.ZodEnum<{
|
|
1222
|
-
columns: "columns";
|
|
1223
|
-
draft_overlay: "draft_overlay";
|
|
1224
|
-
}>;
|
|
1225
|
-
occurrences: z.ZodArray<z.ZodObject<{
|
|
1226
|
-
fieldSlug: z.ZodString;
|
|
1227
|
-
fieldPath: z.ZodString;
|
|
1228
|
-
occurrenceIndex: z.ZodNumber;
|
|
1229
|
-
referenceType: z.ZodEnum<{
|
|
1230
|
-
unknown: "unknown";
|
|
1231
|
-
image_field: "image_field";
|
|
1232
|
-
file_field: "file_field";
|
|
1233
|
-
portable_text_image: "portable_text_image";
|
|
1234
|
-
}>;
|
|
1235
|
-
}, z.core.$strip>>;
|
|
1236
|
-
}, z.core.$strip>>;
|
|
1237
|
-
}, z.core.$strip>>;
|
|
1238
|
-
nextCursor: z.ZodOptional<z.ZodString>;
|
|
1239
|
-
siteSettings: z.ZodArray<z.ZodObject<{
|
|
1240
|
-
setting: z.ZodEnum<{
|
|
1241
|
-
logo: "logo";
|
|
1242
|
-
favicon: "favicon";
|
|
1243
|
-
"seo.defaultOgImage": "seo.defaultOgImage";
|
|
1244
|
-
}>;
|
|
1245
|
-
}, z.core.$strip>>;
|
|
1246
|
-
coverage: z.ZodObject<{
|
|
1247
|
-
scope: z.ZodLiteral<"all_content_collections">;
|
|
1248
|
-
status: z.ZodEnum<{
|
|
1249
|
-
never: "never";
|
|
1250
|
-
unknown: "unknown";
|
|
1251
|
-
failed: "failed";
|
|
1252
|
-
complete: "complete";
|
|
1253
|
-
running: "running";
|
|
1254
|
-
partial: "partial";
|
|
1255
|
-
stale: "stale";
|
|
1256
|
-
}>;
|
|
1257
|
-
}, z.core.$strip>;
|
|
1258
|
-
}, z.core.$strip>;
|
|
1259
|
-
declare const mediaUsageRepairStatusSchema: z.ZodEnum<{
|
|
1260
|
-
failed: "failed";
|
|
1261
|
-
complete: "complete";
|
|
1262
|
-
partial: "partial";
|
|
1263
|
-
stale: "stale";
|
|
1264
|
-
}>;
|
|
1265
|
-
declare const mediaUsageRepairBody: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
1266
|
-
scope: z.ZodLiteral<"collection">;
|
|
1267
|
-
collection: z.ZodString;
|
|
1268
|
-
}, z.core.$strict>, z.ZodObject<{
|
|
1269
|
-
scope: z.ZodLiteral<"all">;
|
|
1270
|
-
}, z.core.$strict>], "scope">;
|
|
1271
|
-
declare const mediaUsageRepairCollectionSummarySchema: z.ZodObject<{
|
|
1272
|
-
collection: z.ZodString;
|
|
1273
|
-
status: z.ZodEnum<{
|
|
1274
|
-
failed: "failed";
|
|
1275
|
-
complete: "complete";
|
|
1276
|
-
partial: "partial";
|
|
1277
|
-
stale: "stale";
|
|
1278
|
-
}>;
|
|
1279
|
-
indexedSourceCount: z.ZodNumber;
|
|
1280
|
-
failedSourceCount: z.ZodNumber;
|
|
1281
|
-
skippedSourceCount: z.ZodNumber;
|
|
1282
|
-
deletedSourceCount: z.ZodNumber;
|
|
1283
|
-
lastErrorCode: z.ZodNullable<z.ZodString>;
|
|
1284
|
-
startedAt: z.ZodString;
|
|
1285
|
-
completedAt: z.ZodNullable<z.ZodString>;
|
|
1286
|
-
}, z.core.$strip>;
|
|
1287
|
-
declare const mediaUsageRepairResponseSchema: z.ZodObject<{
|
|
1288
|
-
status: z.ZodEnum<{
|
|
1289
|
-
failed: "failed";
|
|
1290
|
-
complete: "complete";
|
|
1291
|
-
partial: "partial";
|
|
1292
|
-
stale: "stale";
|
|
1293
|
-
}>;
|
|
1294
|
-
indexedSourceCount: z.ZodNumber;
|
|
1295
|
-
failedSourceCount: z.ZodNumber;
|
|
1296
|
-
skippedSourceCount: z.ZodNumber;
|
|
1297
|
-
deletedSourceCount: z.ZodNumber;
|
|
1298
|
-
collections: z.ZodArray<z.ZodObject<{
|
|
1299
|
-
collection: z.ZodString;
|
|
1300
|
-
status: z.ZodEnum<{
|
|
1301
|
-
failed: "failed";
|
|
1302
|
-
complete: "complete";
|
|
1303
|
-
partial: "partial";
|
|
1304
|
-
stale: "stale";
|
|
1305
|
-
}>;
|
|
1306
|
-
indexedSourceCount: z.ZodNumber;
|
|
1307
|
-
failedSourceCount: z.ZodNumber;
|
|
1308
|
-
skippedSourceCount: z.ZodNumber;
|
|
1309
|
-
deletedSourceCount: z.ZodNumber;
|
|
1310
|
-
lastErrorCode: z.ZodNullable<z.ZodString>;
|
|
1311
|
-
startedAt: z.ZodString;
|
|
1312
|
-
completedAt: z.ZodNullable<z.ZodString>;
|
|
1313
|
-
}, z.core.$strip>>;
|
|
1314
|
-
}, z.core.$strip>;
|
|
1315
|
-
declare const mediaUsageWorkStateSchema: z.ZodEnum<{
|
|
1316
|
-
pending: "pending";
|
|
1317
|
-
failed: "failed";
|
|
1318
|
-
retry: "retry";
|
|
1319
|
-
leased: "leased";
|
|
1320
|
-
}>;
|
|
1321
|
-
declare const mediaUsageWorkListQuery: z.ZodObject<{
|
|
1322
|
-
collection: z.ZodString;
|
|
1323
|
-
state: z.ZodOptional<z.ZodEnum<{
|
|
1324
|
-
pending: "pending";
|
|
1325
|
-
failed: "failed";
|
|
1326
|
-
retry: "retry";
|
|
1327
|
-
leased: "leased";
|
|
1328
|
-
}>>;
|
|
1329
|
-
cursor: z.ZodOptional<z.ZodString>;
|
|
1330
|
-
limit: z.ZodDefault<z.ZodOptional<z.ZodCoercedNumber<unknown>>>;
|
|
1331
|
-
}, z.core.$strip>;
|
|
1332
|
-
declare const mediaUsageWorkItemSchema: z.ZodObject<{
|
|
1333
|
-
collectionId: z.ZodString;
|
|
1334
|
-
collectionSlug: z.ZodString;
|
|
1335
|
-
contentId: z.ZodString;
|
|
1336
|
-
state: z.ZodEnum<{
|
|
1337
|
-
pending: "pending";
|
|
1338
|
-
failed: "failed";
|
|
1339
|
-
retry: "retry";
|
|
1340
|
-
leased: "leased";
|
|
1341
|
-
}>;
|
|
1342
|
-
attemptCount: z.ZodNumber;
|
|
1343
|
-
nextAttemptAt: z.ZodString;
|
|
1344
|
-
leaseExpiresAt: z.ZodNullable<z.ZodString>;
|
|
1345
|
-
lastAttemptedAt: z.ZodNullable<z.ZodString>;
|
|
1346
|
-
lastErrorCode: z.ZodNullable<z.ZodString>;
|
|
1347
|
-
updatedAt: z.ZodString;
|
|
1348
|
-
}, z.core.$strip>;
|
|
1349
|
-
declare const mediaUsageWorkListResponseSchema: z.ZodObject<{
|
|
1350
|
-
items: z.ZodArray<z.ZodObject<{
|
|
1351
|
-
collectionId: z.ZodString;
|
|
1352
|
-
collectionSlug: z.ZodString;
|
|
1353
|
-
contentId: z.ZodString;
|
|
1354
|
-
state: z.ZodEnum<{
|
|
1355
|
-
pending: "pending";
|
|
1356
|
-
failed: "failed";
|
|
1357
|
-
retry: "retry";
|
|
1358
|
-
leased: "leased";
|
|
1359
|
-
}>;
|
|
1360
|
-
attemptCount: z.ZodNumber;
|
|
1361
|
-
nextAttemptAt: z.ZodString;
|
|
1362
|
-
leaseExpiresAt: z.ZodNullable<z.ZodString>;
|
|
1363
|
-
lastAttemptedAt: z.ZodNullable<z.ZodString>;
|
|
1364
|
-
lastErrorCode: z.ZodNullable<z.ZodString>;
|
|
1365
|
-
updatedAt: z.ZodString;
|
|
1366
|
-
}, z.core.$strip>>;
|
|
1367
|
-
nextCursor: z.ZodOptional<z.ZodString>;
|
|
1368
|
-
}, z.core.$strip>;
|
|
1369
|
-
declare const mediaUsageWorkRetryBody: z.ZodObject<{
|
|
1370
|
-
collectionId: z.ZodString;
|
|
1371
|
-
contentId: z.ZodString;
|
|
1372
|
-
}, z.core.$strict>;
|
|
1373
|
-
declare const mediaUsageWorkRetryResponseSchema: z.ZodObject<{
|
|
1374
|
-
changed: z.ZodBoolean;
|
|
1375
|
-
item: z.ZodObject<{
|
|
1376
|
-
collectionId: z.ZodString;
|
|
1377
|
-
collectionSlug: z.ZodString;
|
|
1378
|
-
contentId: z.ZodString;
|
|
1379
|
-
state: z.ZodEnum<{
|
|
1380
|
-
pending: "pending";
|
|
1381
|
-
failed: "failed";
|
|
1382
|
-
retry: "retry";
|
|
1383
|
-
leased: "leased";
|
|
1384
|
-
}>;
|
|
1385
|
-
attemptCount: z.ZodNumber;
|
|
1386
|
-
nextAttemptAt: z.ZodString;
|
|
1387
|
-
leaseExpiresAt: z.ZodNullable<z.ZodString>;
|
|
1388
|
-
lastAttemptedAt: z.ZodNullable<z.ZodString>;
|
|
1389
|
-
lastErrorCode: z.ZodNullable<z.ZodString>;
|
|
1390
|
-
updatedAt: z.ZodString;
|
|
1391
|
-
}, z.core.$strip>;
|
|
1392
|
-
}, z.core.$strip>;
|
|
1393
|
-
declare const mediaUsageWorkRetryConflictSchema: z.ZodObject<{
|
|
1394
|
-
success: z.ZodLiteral<false>;
|
|
1395
|
-
error: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
1396
|
-
code: z.ZodLiteral<"WORK_LEASE_ACTIVE">;
|
|
1397
|
-
message: z.ZodString;
|
|
1398
|
-
details: z.ZodObject<{
|
|
1399
|
-
leaseExpiresAt: z.ZodString;
|
|
1400
|
-
}, z.core.$strip>;
|
|
1401
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
1402
|
-
code: z.ZodLiteral<"WORK_CHANGED">;
|
|
1403
|
-
message: z.ZodString;
|
|
1404
|
-
}, z.core.$strip>], "code">;
|
|
1405
|
-
}, z.core.$strip>;
|
|
1406
|
-
declare const mediaUsageActivationStateSchema: z.ZodEnum<{
|
|
1407
|
-
expanded: "expanded";
|
|
1408
|
-
activating: "activating";
|
|
1409
|
-
active: "active";
|
|
1410
|
-
}>;
|
|
1411
|
-
declare const mediaUsageActivationStatusSchema: z.ZodObject<{
|
|
1412
|
-
state: z.ZodEnum<{
|
|
1413
|
-
expanded: "expanded";
|
|
1414
|
-
activating: "activating";
|
|
1415
|
-
active: "active";
|
|
1416
|
-
}>;
|
|
1417
|
-
collectionCursor: z.ZodNullable<z.ZodString>;
|
|
1418
|
-
attemptCount: z.ZodNumber;
|
|
1419
|
-
drainConfirmedAt: z.ZodNullable<z.ZodString>;
|
|
1420
|
-
lastAttemptedAt: z.ZodNullable<z.ZodString>;
|
|
1421
|
-
lastErrorCode: z.ZodNullable<z.ZodLiteral<"MEDIA_USAGE_ACTIVATION_FAILED">>;
|
|
1422
|
-
leaseExpiresAt: z.ZodNullable<z.ZodString>;
|
|
1423
|
-
activatedAt: z.ZodNullable<z.ZodString>;
|
|
1424
|
-
updatedAt: z.ZodString;
|
|
1425
|
-
}, z.core.$strip>;
|
|
1426
|
-
declare const mediaUsageActivationAdvanceBody: z.ZodObject<{
|
|
1427
|
-
writersDrained: z.ZodLiteral<true>;
|
|
1428
|
-
}, z.core.$strict>;
|
|
1429
|
-
declare const mediaUsageActivationAdvanceResponseSchema: z.ZodObject<{
|
|
1430
|
-
outcome: z.ZodEnum<{
|
|
1431
|
-
activating: "activating";
|
|
1432
|
-
active: "active";
|
|
1433
|
-
}>;
|
|
1434
|
-
processedCollections: z.ZodNumber;
|
|
1435
|
-
activation: z.ZodObject<{
|
|
1436
|
-
state: z.ZodEnum<{
|
|
1437
|
-
expanded: "expanded";
|
|
1438
|
-
activating: "activating";
|
|
1439
|
-
active: "active";
|
|
1440
|
-
}>;
|
|
1441
|
-
collectionCursor: z.ZodNullable<z.ZodString>;
|
|
1442
|
-
attemptCount: z.ZodNumber;
|
|
1443
|
-
drainConfirmedAt: z.ZodNullable<z.ZodString>;
|
|
1444
|
-
lastAttemptedAt: z.ZodNullable<z.ZodString>;
|
|
1445
|
-
lastErrorCode: z.ZodNullable<z.ZodLiteral<"MEDIA_USAGE_ACTIVATION_FAILED">>;
|
|
1446
|
-
leaseExpiresAt: z.ZodNullable<z.ZodString>;
|
|
1447
|
-
activatedAt: z.ZodNullable<z.ZodString>;
|
|
1448
|
-
updatedAt: z.ZodString;
|
|
1449
|
-
}, z.core.$strip>;
|
|
1450
|
-
}, z.core.$strip>;
|
|
1451
|
-
declare const mediaUsageProgressAdvanceResponseSchema: z.ZodObject<{
|
|
1452
|
-
activation: z.ZodObject<{
|
|
1453
|
-
state: z.ZodEnum<{
|
|
1454
|
-
expanded: "expanded";
|
|
1455
|
-
activating: "activating";
|
|
1456
|
-
active: "active";
|
|
1457
|
-
}>;
|
|
1458
|
-
collectionCursor: z.ZodNullable<z.ZodString>;
|
|
1459
|
-
attemptCount: z.ZodNumber;
|
|
1460
|
-
drainConfirmedAt: z.ZodNullable<z.ZodString>;
|
|
1461
|
-
lastAttemptedAt: z.ZodNullable<z.ZodString>;
|
|
1462
|
-
lastErrorCode: z.ZodNullable<z.ZodLiteral<"MEDIA_USAGE_ACTIVATION_FAILED">>;
|
|
1463
|
-
leaseExpiresAt: z.ZodNullable<z.ZodString>;
|
|
1464
|
-
activatedAt: z.ZodNullable<z.ZodString>;
|
|
1465
|
-
updatedAt: z.ZodString;
|
|
1466
|
-
}, z.core.$strip>;
|
|
1467
|
-
progress: z.ZodNullable<z.ZodObject<{
|
|
1468
|
-
status: z.ZodEnum<{
|
|
1469
|
-
ready: "ready";
|
|
1470
|
-
indexing: "indexing";
|
|
1471
|
-
needs_attention: "needs_attention";
|
|
1472
|
-
}>;
|
|
1473
|
-
readyCollections: z.ZodNumber;
|
|
1474
|
-
totalCollections: z.ZodNumber;
|
|
1475
|
-
}, z.core.$strip>>;
|
|
1476
|
-
nextRequestInMs: z.ZodUnion<readonly [z.ZodLiteral<0>, z.ZodLiteral<30000>, z.ZodNull]>;
|
|
1477
|
-
}, z.core.$strip>;
|
|
1478
|
-
declare const mediaUsageActivationConflictSchema: z.ZodObject<{
|
|
1479
|
-
success: z.ZodLiteral<false>;
|
|
1480
|
-
error: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
1481
|
-
code: z.ZodLiteral<"MEDIA_USAGE_ACTIVATION_BUSY">;
|
|
1482
|
-
message: z.ZodString;
|
|
1483
|
-
details: z.ZodObject<{
|
|
1484
|
-
leaseExpiresAt: z.ZodString;
|
|
1485
|
-
}, z.core.$strip>;
|
|
1486
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
1487
|
-
code: z.ZodLiteral<"MEDIA_USAGE_ACTIVATION_CONFLICT">;
|
|
1488
|
-
message: z.ZodString;
|
|
1489
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
1490
|
-
code: z.ZodLiteral<"MEDIA_USAGE_ACTIVATION_VERSION_MISMATCH">;
|
|
1491
|
-
message: z.ZodString;
|
|
1492
|
-
}, z.core.$strip>], "code">;
|
|
1493
|
-
}, z.core.$strip>;
|
|
1494
|
-
declare const mediaUsageCollectionDeletionStateSchema: z.ZodEnum<{
|
|
1495
|
-
pending: "pending";
|
|
1496
|
-
failed: "failed";
|
|
1497
|
-
retry: "retry";
|
|
1498
|
-
leased: "leased";
|
|
1499
|
-
}>;
|
|
1500
|
-
declare const mediaUsageCollectionDeletionPhaseSchema: z.ZodEnum<{
|
|
1501
|
-
status: "status";
|
|
1502
|
-
sources: "sources";
|
|
1503
|
-
fence: "fence";
|
|
1504
|
-
registry: "registry";
|
|
1505
|
-
table: "table";
|
|
1506
|
-
work: "work";
|
|
1507
|
-
finalize: "finalize";
|
|
1508
|
-
}>;
|
|
1509
|
-
declare const mediaUsageCollectionDeletionListQuery: z.ZodObject<{
|
|
1510
|
-
state: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
1511
|
-
pending: "pending";
|
|
1512
|
-
failed: "failed";
|
|
1513
|
-
retry: "retry";
|
|
1514
|
-
leased: "leased";
|
|
1515
|
-
}>>>;
|
|
1516
|
-
cursor: z.ZodOptional<z.ZodString>;
|
|
1517
|
-
limit: z.ZodDefault<z.ZodOptional<z.ZodCoercedNumber<unknown>>>;
|
|
1518
|
-
}, z.core.$strip>;
|
|
1519
|
-
declare const mediaUsageCollectionDeletionItemSchema: z.ZodObject<{
|
|
1520
|
-
collectionId: z.ZodString;
|
|
1521
|
-
collectionSlug: z.ZodString;
|
|
1522
|
-
state: z.ZodEnum<{
|
|
1523
|
-
pending: "pending";
|
|
1524
|
-
failed: "failed";
|
|
1525
|
-
retry: "retry";
|
|
1526
|
-
leased: "leased";
|
|
1527
|
-
}>;
|
|
1528
|
-
phase: z.ZodEnum<{
|
|
1529
|
-
status: "status";
|
|
1530
|
-
sources: "sources";
|
|
1531
|
-
fence: "fence";
|
|
1532
|
-
registry: "registry";
|
|
1533
|
-
table: "table";
|
|
1534
|
-
work: "work";
|
|
1535
|
-
finalize: "finalize";
|
|
1536
|
-
}>;
|
|
1537
|
-
attemptCount: z.ZodNumber;
|
|
1538
|
-
nextAttemptAt: z.ZodString;
|
|
1539
|
-
leaseExpiresAt: z.ZodNullable<z.ZodString>;
|
|
1540
|
-
lastErrorCode: z.ZodNullable<z.ZodString>;
|
|
1541
|
-
updatedAt: z.ZodString;
|
|
1542
|
-
}, z.core.$strip>;
|
|
1543
|
-
declare const mediaUsageCollectionDeletionListResponseSchema: z.ZodObject<{
|
|
1544
|
-
items: z.ZodArray<z.ZodObject<{
|
|
1545
|
-
collectionId: z.ZodString;
|
|
1546
|
-
collectionSlug: z.ZodString;
|
|
1547
|
-
state: z.ZodEnum<{
|
|
1548
|
-
pending: "pending";
|
|
1549
|
-
failed: "failed";
|
|
1550
|
-
retry: "retry";
|
|
1551
|
-
leased: "leased";
|
|
1552
|
-
}>;
|
|
1553
|
-
phase: z.ZodEnum<{
|
|
1554
|
-
status: "status";
|
|
1555
|
-
sources: "sources";
|
|
1556
|
-
fence: "fence";
|
|
1557
|
-
registry: "registry";
|
|
1558
|
-
table: "table";
|
|
1559
|
-
work: "work";
|
|
1560
|
-
finalize: "finalize";
|
|
1561
|
-
}>;
|
|
1562
|
-
attemptCount: z.ZodNumber;
|
|
1563
|
-
nextAttemptAt: z.ZodString;
|
|
1564
|
-
leaseExpiresAt: z.ZodNullable<z.ZodString>;
|
|
1565
|
-
lastErrorCode: z.ZodNullable<z.ZodString>;
|
|
1566
|
-
updatedAt: z.ZodString;
|
|
1567
|
-
}, z.core.$strip>>;
|
|
1568
|
-
nextCursor: z.ZodOptional<z.ZodString>;
|
|
1569
|
-
}, z.core.$strip>;
|
|
1570
|
-
declare const mediaUsageCollectionDeletionRetryBody: z.ZodObject<{
|
|
1571
|
-
collectionId: z.ZodString;
|
|
1572
|
-
}, z.core.$strict>;
|
|
1573
|
-
declare const mediaUsageCollectionDeletionRetryResponseSchema: z.ZodObject<{
|
|
1574
|
-
changed: z.ZodBoolean;
|
|
1575
|
-
item: z.ZodObject<{
|
|
1576
|
-
collectionId: z.ZodString;
|
|
1577
|
-
collectionSlug: z.ZodString;
|
|
1578
|
-
state: z.ZodEnum<{
|
|
1579
|
-
pending: "pending";
|
|
1580
|
-
failed: "failed";
|
|
1581
|
-
retry: "retry";
|
|
1582
|
-
leased: "leased";
|
|
1583
|
-
}>;
|
|
1584
|
-
phase: z.ZodEnum<{
|
|
1585
|
-
status: "status";
|
|
1586
|
-
sources: "sources";
|
|
1587
|
-
fence: "fence";
|
|
1588
|
-
registry: "registry";
|
|
1589
|
-
table: "table";
|
|
1590
|
-
work: "work";
|
|
1591
|
-
finalize: "finalize";
|
|
1592
|
-
}>;
|
|
1593
|
-
attemptCount: z.ZodNumber;
|
|
1594
|
-
nextAttemptAt: z.ZodString;
|
|
1595
|
-
leaseExpiresAt: z.ZodNullable<z.ZodString>;
|
|
1596
|
-
lastErrorCode: z.ZodNullable<z.ZodString>;
|
|
1597
|
-
updatedAt: z.ZodString;
|
|
1598
|
-
}, z.core.$strip>;
|
|
1599
|
-
}, z.core.$strip>;
|
|
1600
|
-
type MediaUsageRepairRequest = z.infer<typeof mediaUsageRepairBody>;
|
|
1601
|
-
type MediaUsageRepairResponse = z.infer<typeof mediaUsageRepairResponseSchema>;
|
|
1602
|
-
type MediaUsageProgress = z.infer<typeof mediaUsageProgressSchema>;
|
|
1603
|
-
type MediaUsageProgressAdvanceResponse = z.infer<typeof mediaUsageProgressAdvanceResponseSchema>;
|
|
1604
|
-
type MediaUsageWorkListQuery = z.infer<typeof mediaUsageWorkListQuery>;
|
|
1605
|
-
type MediaUsageWorkItem = z.infer<typeof mediaUsageWorkItemSchema>;
|
|
1606
|
-
type MediaUsageWorkListResponse = z.infer<typeof mediaUsageWorkListResponseSchema>;
|
|
1607
|
-
type MediaUsageWorkRetryRequest = z.infer<typeof mediaUsageWorkRetryBody>;
|
|
1608
|
-
type MediaUsageWorkRetryResponse = z.infer<typeof mediaUsageWorkRetryResponseSchema>;
|
|
1609
|
-
type MediaUsageActivationStatus = z.infer<typeof mediaUsageActivationStatusSchema>;
|
|
1610
|
-
type MediaUsageActivationAdvanceRequest = z.infer<typeof mediaUsageActivationAdvanceBody>;
|
|
1611
|
-
type MediaUsageActivationAdvanceResponse = z.infer<typeof mediaUsageActivationAdvanceResponseSchema>;
|
|
1612
|
-
type MediaUsageCollectionDeletionListQuery = z.infer<typeof mediaUsageCollectionDeletionListQuery>;
|
|
1613
|
-
type MediaUsageCollectionDeletionListResponse = z.infer<typeof mediaUsageCollectionDeletionListResponseSchema>;
|
|
1614
|
-
type MediaUsageCollectionDeletionRetryRequest = z.infer<typeof mediaUsageCollectionDeletionRetryBody>;
|
|
1615
|
-
type MediaUsageCollectionDeletionRetryResponse = z.infer<typeof mediaUsageCollectionDeletionRetryResponseSchema>;
|
|
1616
|
-
type MediaUsageCoverageStatus = z.infer<typeof mediaUsageCoverageStatusSchema>;
|
|
1617
|
-
type MediaUsageCoverage = z.infer<typeof mediaUsageCoverageSchema>;
|
|
1618
|
-
type MediaUsageSummary = z.infer<typeof mediaUsageSummarySchema>;
|
|
1619
|
-
type MediaUsageOccurrenceDetail = z.infer<typeof mediaUsageOccurrenceDetailSchema>;
|
|
1620
|
-
type MediaUsageSourceDetail = z.infer<typeof mediaUsageSourceDetailSchema>;
|
|
1621
|
-
type MediaUsageEntryDetail = z.infer<typeof mediaUsageEntryDetailSchema>;
|
|
1622
|
-
type MediaUsageSiteSettingDetail = z.infer<typeof mediaUsageSiteSettingDetailSchema>;
|
|
1623
|
-
type MediaUsageDetailsResponse = z.infer<typeof mediaUsageDetailsResponseSchema>;
|
|
1624
|
-
//#endregion
|
|
1625
|
-
//#region src/api/schemas/schema.d.ts
|
|
1626
|
-
declare const createCollectionBody: z.ZodObject<{
|
|
1627
|
-
slug: z.ZodString;
|
|
1628
|
-
label: z.ZodString;
|
|
1629
|
-
labelSingular: z.ZodOptional<z.ZodString>;
|
|
1630
|
-
description: z.ZodOptional<z.ZodString>;
|
|
1631
|
-
icon: z.ZodOptional<z.ZodString>;
|
|
1632
|
-
admin: z.ZodOptional<z.ZodObject<{
|
|
1633
|
-
listColumns: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1634
|
-
}, z.core.$strip>>;
|
|
1635
|
-
supports: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1636
|
-
search: "search";
|
|
1637
|
-
seo: "seo";
|
|
1638
|
-
drafts: "drafts";
|
|
1639
|
-
revisions: "revisions";
|
|
1640
|
-
preview: "preview";
|
|
1641
|
-
scheduling: "scheduling";
|
|
1642
|
-
}>>>;
|
|
1643
|
-
source: z.ZodOptional<z.ZodString>;
|
|
1644
|
-
urlPattern: z.ZodOptional<z.ZodString>;
|
|
1645
|
-
routable: z.ZodOptional<z.ZodBoolean>;
|
|
1646
|
-
hasSeo: z.ZodOptional<z.ZodBoolean>;
|
|
1647
|
-
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
1648
|
-
sortOrder: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1649
|
-
editLocking: z.ZodOptional<z.ZodBoolean>;
|
|
1650
|
-
group: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1651
|
-
}, z.core.$strip>;
|
|
1652
|
-
declare const updateCollectionBody: z.ZodObject<{
|
|
1653
|
-
label: z.ZodOptional<z.ZodString>;
|
|
1654
|
-
labelSingular: z.ZodOptional<z.ZodString>;
|
|
1655
|
-
description: z.ZodOptional<z.ZodString>;
|
|
1656
|
-
icon: z.ZodOptional<z.ZodString>;
|
|
1657
|
-
admin: z.ZodOptional<z.ZodObject<{
|
|
1658
|
-
listColumns: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1659
|
-
}, z.core.$strip>>;
|
|
1660
|
-
supports: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1661
|
-
search: "search";
|
|
1662
|
-
seo: "seo";
|
|
1663
|
-
drafts: "drafts";
|
|
1664
|
-
revisions: "revisions";
|
|
1665
|
-
preview: "preview";
|
|
1666
|
-
scheduling: "scheduling";
|
|
1667
|
-
}>>>;
|
|
1668
|
-
urlPattern: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1669
|
-
routable: z.ZodOptional<z.ZodBoolean>;
|
|
1670
|
-
hasSeo: z.ZodOptional<z.ZodBoolean>;
|
|
1671
|
-
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
1672
|
-
sortOrder: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1673
|
-
group: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1674
|
-
commentsEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
1675
|
-
commentsModeration: z.ZodOptional<z.ZodEnum<{
|
|
1676
|
-
all: "all";
|
|
1677
|
-
none: "none";
|
|
1678
|
-
first_time: "first_time";
|
|
1679
|
-
}>>;
|
|
1680
|
-
commentsClosedAfterDays: z.ZodOptional<z.ZodNumber>;
|
|
1681
|
-
commentsAutoApproveUsers: z.ZodOptional<z.ZodBoolean>;
|
|
1682
|
-
editLocking: z.ZodOptional<z.ZodBoolean>;
|
|
1683
|
-
titleField: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1684
|
-
dateField: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1685
|
-
}, z.core.$strip>;
|
|
1686
|
-
declare const createFieldBody: z.ZodObject<{
|
|
1687
|
-
slug: z.ZodString;
|
|
1688
|
-
label: z.ZodString;
|
|
1689
|
-
type: z.ZodEnum<{
|
|
1690
|
-
string: "string";
|
|
1691
|
-
number: "number";
|
|
1692
|
-
boolean: "boolean";
|
|
1693
|
-
file: "file";
|
|
1694
|
-
url: "url";
|
|
1695
|
-
image: "image";
|
|
1696
|
-
datetime: "datetime";
|
|
1697
|
-
slug: "slug";
|
|
1698
|
-
text: "text";
|
|
1699
|
-
integer: "integer";
|
|
1700
|
-
select: "select";
|
|
1701
|
-
multiSelect: "multiSelect";
|
|
1702
|
-
portableText: "portableText";
|
|
1703
|
-
reference: "reference";
|
|
1704
|
-
json: "json";
|
|
1705
|
-
repeater: "repeater";
|
|
1706
|
-
blocks: "blocks";
|
|
1707
|
-
}>;
|
|
1708
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
1709
|
-
unique: z.ZodOptional<z.ZodBoolean>;
|
|
1710
|
-
defaultValue: z.ZodOptional<z.ZodUnknown>;
|
|
1711
|
-
validation: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
1712
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
1713
|
-
min: z.ZodOptional<z.ZodNumber>;
|
|
1714
|
-
max: z.ZodOptional<z.ZodNumber>;
|
|
1715
|
-
minLength: z.ZodOptional<z.ZodNumber>;
|
|
1716
|
-
maxLength: z.ZodOptional<z.ZodNumber>;
|
|
1717
|
-
pattern: z.ZodOptional<z.ZodString>;
|
|
1718
|
-
options: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1719
|
-
subFields: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1720
|
-
slug: z.ZodString;
|
|
1721
|
-
type: z.ZodEnum<{
|
|
1722
|
-
string: "string";
|
|
1723
|
-
number: "number";
|
|
1724
|
-
boolean: "boolean";
|
|
1725
|
-
url: "url";
|
|
1726
|
-
image: "image";
|
|
1727
|
-
datetime: "datetime";
|
|
1728
|
-
text: "text";
|
|
1729
|
-
integer: "integer";
|
|
1730
|
-
select: "select";
|
|
1731
|
-
}>;
|
|
1732
|
-
label: z.ZodString;
|
|
1733
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
1734
|
-
options: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1735
|
-
}, z.core.$strip>>>;
|
|
1736
|
-
minItems: z.ZodOptional<z.ZodNumber>;
|
|
1737
|
-
maxItems: z.ZodOptional<z.ZodNumber>;
|
|
1738
|
-
allowedMimeTypes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1739
|
-
allowedTypes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1740
|
-
retiredTypes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1741
|
-
}, z.core.$strip>>>;
|
|
1742
|
-
widget: z.ZodOptional<z.ZodString>;
|
|
1743
|
-
options: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1744
|
-
sortOrder: z.ZodOptional<z.ZodNumber>;
|
|
1745
|
-
searchable: z.ZodOptional<z.ZodBoolean>;
|
|
1746
|
-
indexed: z.ZodOptional<z.ZodBoolean>;
|
|
1747
|
-
translatable: z.ZodOptional<z.ZodBoolean>;
|
|
1748
|
-
}, z.core.$strip>;
|
|
1749
|
-
declare const updateFieldBody: z.ZodObject<{
|
|
1750
|
-
label: z.ZodOptional<z.ZodString>;
|
|
1751
|
-
type: z.ZodOptional<z.ZodEnum<{
|
|
1752
|
-
string: "string";
|
|
1753
|
-
number: "number";
|
|
1754
|
-
boolean: "boolean";
|
|
1755
|
-
file: "file";
|
|
1756
|
-
url: "url";
|
|
1757
|
-
image: "image";
|
|
1758
|
-
datetime: "datetime";
|
|
1759
|
-
slug: "slug";
|
|
1760
|
-
text: "text";
|
|
1761
|
-
integer: "integer";
|
|
1762
|
-
select: "select";
|
|
1763
|
-
multiSelect: "multiSelect";
|
|
1764
|
-
portableText: "portableText";
|
|
1765
|
-
reference: "reference";
|
|
1766
|
-
json: "json";
|
|
1767
|
-
repeater: "repeater";
|
|
1768
|
-
blocks: "blocks";
|
|
1769
|
-
}>>;
|
|
1770
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
1771
|
-
unique: z.ZodOptional<z.ZodBoolean>;
|
|
1772
|
-
defaultValue: z.ZodOptional<z.ZodUnknown>;
|
|
1773
|
-
validation: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
1774
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
1775
|
-
min: z.ZodOptional<z.ZodNumber>;
|
|
1776
|
-
max: z.ZodOptional<z.ZodNumber>;
|
|
1777
|
-
minLength: z.ZodOptional<z.ZodNumber>;
|
|
1778
|
-
maxLength: z.ZodOptional<z.ZodNumber>;
|
|
1779
|
-
pattern: z.ZodOptional<z.ZodString>;
|
|
1780
|
-
options: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1781
|
-
subFields: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1782
|
-
slug: z.ZodString;
|
|
1783
|
-
type: z.ZodEnum<{
|
|
1784
|
-
string: "string";
|
|
1785
|
-
number: "number";
|
|
1786
|
-
boolean: "boolean";
|
|
1787
|
-
url: "url";
|
|
1788
|
-
image: "image";
|
|
1789
|
-
datetime: "datetime";
|
|
1790
|
-
text: "text";
|
|
1791
|
-
integer: "integer";
|
|
1792
|
-
select: "select";
|
|
1793
|
-
}>;
|
|
1794
|
-
label: z.ZodString;
|
|
1795
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
1796
|
-
options: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1797
|
-
}, z.core.$strip>>>;
|
|
1798
|
-
minItems: z.ZodOptional<z.ZodNumber>;
|
|
1799
|
-
maxItems: z.ZodOptional<z.ZodNumber>;
|
|
1800
|
-
allowedMimeTypes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1801
|
-
allowedTypes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1802
|
-
retiredTypes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1803
|
-
}, z.core.$strip>>>;
|
|
1804
|
-
widget: z.ZodOptional<z.ZodString>;
|
|
1805
|
-
options: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1806
|
-
sortOrder: z.ZodOptional<z.ZodNumber>;
|
|
1807
|
-
searchable: z.ZodOptional<z.ZodBoolean>;
|
|
1808
|
-
indexed: z.ZodOptional<z.ZodBoolean>;
|
|
1809
|
-
translatable: z.ZodOptional<z.ZodBoolean>;
|
|
1810
|
-
}, z.core.$strip>;
|
|
1811
|
-
declare const fieldReorderBody: z.ZodObject<{
|
|
1812
|
-
fieldSlugs: z.ZodArray<z.ZodString>;
|
|
1813
|
-
}, z.core.$strip>;
|
|
1814
|
-
declare const collectionReorderBody: z.ZodObject<{
|
|
1815
|
-
slugs: z.ZodArray<z.ZodString>;
|
|
1816
|
-
}, z.core.$strip>;
|
|
1817
|
-
declare const orphanRegisterBody: z.ZodObject<{
|
|
1818
|
-
label: z.ZodOptional<z.ZodString>;
|
|
1819
|
-
labelSingular: z.ZodOptional<z.ZodString>;
|
|
1820
|
-
description: z.ZodOptional<z.ZodString>;
|
|
1821
|
-
}, z.core.$strip>;
|
|
1822
|
-
declare const schemaExportQuery: z.ZodObject<{
|
|
1823
|
-
format: z.ZodOptional<z.ZodString>;
|
|
1824
|
-
}, z.core.$strip>;
|
|
1825
|
-
declare const blockFieldDefinitionSchema: z.ZodObject<{
|
|
1826
|
-
slug: z.ZodString;
|
|
1827
|
-
label: z.ZodString;
|
|
1828
|
-
type: z.ZodEnum<{
|
|
1829
|
-
string: "string";
|
|
1830
|
-
number: "number";
|
|
1831
|
-
boolean: "boolean";
|
|
1832
|
-
file: "file";
|
|
1833
|
-
url: "url";
|
|
1834
|
-
image: "image";
|
|
1835
|
-
datetime: "datetime";
|
|
1836
|
-
text: "text";
|
|
1837
|
-
integer: "integer";
|
|
1838
|
-
select: "select";
|
|
1839
|
-
multiSelect: "multiSelect";
|
|
1840
|
-
portableText: "portableText";
|
|
1841
|
-
repeater: "repeater";
|
|
1842
|
-
}>;
|
|
1843
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
1844
|
-
defaultValue: z.ZodOptional<z.ZodUnknown>;
|
|
1845
|
-
validation: z.ZodOptional<z.ZodObject<{
|
|
1846
|
-
min: z.ZodOptional<z.ZodNumber>;
|
|
1847
|
-
max: z.ZodOptional<z.ZodNumber>;
|
|
1848
|
-
minLength: z.ZodOptional<z.ZodNumber>;
|
|
1849
|
-
maxLength: z.ZodOptional<z.ZodNumber>;
|
|
1850
|
-
pattern: z.ZodOptional<z.ZodString>;
|
|
1851
|
-
options: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1852
|
-
subFields: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1853
|
-
slug: z.ZodString;
|
|
1854
|
-
type: z.ZodEnum<{
|
|
1855
|
-
string: "string";
|
|
1856
|
-
number: "number";
|
|
1857
|
-
boolean: "boolean";
|
|
1858
|
-
url: "url";
|
|
1859
|
-
image: "image";
|
|
1860
|
-
datetime: "datetime";
|
|
1861
|
-
text: "text";
|
|
1862
|
-
integer: "integer";
|
|
1863
|
-
select: "select";
|
|
1864
|
-
}>;
|
|
1865
|
-
label: z.ZodString;
|
|
1866
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
1867
|
-
options: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1868
|
-
}, z.core.$strip>>>;
|
|
1869
|
-
minItems: z.ZodOptional<z.ZodNumber>;
|
|
1870
|
-
maxItems: z.ZodOptional<z.ZodNumber>;
|
|
1871
|
-
allowedMimeTypes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1872
|
-
}, z.core.$strict>>;
|
|
1873
|
-
options: z.ZodOptional<z.ZodObject<{
|
|
1874
|
-
darkVariant: z.ZodOptional<z.ZodBoolean>;
|
|
1875
|
-
}, z.core.$strict>>;
|
|
1876
|
-
}, z.core.$strict>;
|
|
1877
|
-
declare const createBlockTypeBody: z.ZodObject<{
|
|
1878
|
-
slug: z.ZodString;
|
|
1879
|
-
label: z.ZodString;
|
|
1880
|
-
description: z.ZodOptional<z.ZodString>;
|
|
1881
|
-
icon: z.ZodOptional<z.ZodString>;
|
|
1882
|
-
category: z.ZodOptional<z.ZodString>;
|
|
1883
|
-
fields: z.ZodArray<z.ZodObject<{
|
|
1884
|
-
slug: z.ZodString;
|
|
1885
|
-
label: z.ZodString;
|
|
1886
|
-
type: z.ZodEnum<{
|
|
1887
|
-
string: "string";
|
|
1888
|
-
number: "number";
|
|
1889
|
-
boolean: "boolean";
|
|
1890
|
-
file: "file";
|
|
1891
|
-
url: "url";
|
|
1892
|
-
image: "image";
|
|
1893
|
-
datetime: "datetime";
|
|
1894
|
-
text: "text";
|
|
1895
|
-
integer: "integer";
|
|
1896
|
-
select: "select";
|
|
1897
|
-
multiSelect: "multiSelect";
|
|
1898
|
-
portableText: "portableText";
|
|
1899
|
-
repeater: "repeater";
|
|
1900
|
-
}>;
|
|
1901
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
1902
|
-
defaultValue: z.ZodOptional<z.ZodUnknown>;
|
|
1903
|
-
validation: z.ZodOptional<z.ZodObject<{
|
|
1904
|
-
min: z.ZodOptional<z.ZodNumber>;
|
|
1905
|
-
max: z.ZodOptional<z.ZodNumber>;
|
|
1906
|
-
minLength: z.ZodOptional<z.ZodNumber>;
|
|
1907
|
-
maxLength: z.ZodOptional<z.ZodNumber>;
|
|
1908
|
-
pattern: z.ZodOptional<z.ZodString>;
|
|
1909
|
-
options: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1910
|
-
subFields: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1911
|
-
slug: z.ZodString;
|
|
1912
|
-
type: z.ZodEnum<{
|
|
1913
|
-
string: "string";
|
|
1914
|
-
number: "number";
|
|
1915
|
-
boolean: "boolean";
|
|
1916
|
-
url: "url";
|
|
1917
|
-
image: "image";
|
|
1918
|
-
datetime: "datetime";
|
|
1919
|
-
text: "text";
|
|
1920
|
-
integer: "integer";
|
|
1921
|
-
select: "select";
|
|
1922
|
-
}>;
|
|
1923
|
-
label: z.ZodString;
|
|
1924
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
1925
|
-
options: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1926
|
-
}, z.core.$strip>>>;
|
|
1927
|
-
minItems: z.ZodOptional<z.ZodNumber>;
|
|
1928
|
-
maxItems: z.ZodOptional<z.ZodNumber>;
|
|
1929
|
-
allowedMimeTypes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1930
|
-
}, z.core.$strict>>;
|
|
1931
|
-
options: z.ZodOptional<z.ZodObject<{
|
|
1932
|
-
darkVariant: z.ZodOptional<z.ZodBoolean>;
|
|
1933
|
-
}, z.core.$strict>>;
|
|
1934
|
-
}, z.core.$strict>>;
|
|
1935
|
-
}, z.core.$strict>;
|
|
1936
|
-
declare const updateBlockTypeBody: z.ZodObject<{
|
|
1937
|
-
expectedFingerprint: z.ZodString;
|
|
1938
|
-
label: z.ZodOptional<z.ZodString>;
|
|
1939
|
-
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1940
|
-
icon: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1941
|
-
category: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1942
|
-
fields: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1943
|
-
slug: z.ZodString;
|
|
1944
|
-
label: z.ZodString;
|
|
1945
|
-
type: z.ZodEnum<{
|
|
1946
|
-
string: "string";
|
|
1947
|
-
number: "number";
|
|
1948
|
-
boolean: "boolean";
|
|
1949
|
-
file: "file";
|
|
1950
|
-
url: "url";
|
|
1951
|
-
image: "image";
|
|
1952
|
-
datetime: "datetime";
|
|
1953
|
-
text: "text";
|
|
1954
|
-
integer: "integer";
|
|
1955
|
-
select: "select";
|
|
1956
|
-
multiSelect: "multiSelect";
|
|
1957
|
-
portableText: "portableText";
|
|
1958
|
-
repeater: "repeater";
|
|
1959
|
-
}>;
|
|
1960
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
1961
|
-
defaultValue: z.ZodOptional<z.ZodUnknown>;
|
|
1962
|
-
validation: z.ZodOptional<z.ZodObject<{
|
|
1963
|
-
min: z.ZodOptional<z.ZodNumber>;
|
|
1964
|
-
max: z.ZodOptional<z.ZodNumber>;
|
|
1965
|
-
minLength: z.ZodOptional<z.ZodNumber>;
|
|
1966
|
-
maxLength: z.ZodOptional<z.ZodNumber>;
|
|
1967
|
-
pattern: z.ZodOptional<z.ZodString>;
|
|
1968
|
-
options: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1969
|
-
subFields: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1970
|
-
slug: z.ZodString;
|
|
1971
|
-
type: z.ZodEnum<{
|
|
1972
|
-
string: "string";
|
|
1973
|
-
number: "number";
|
|
1974
|
-
boolean: "boolean";
|
|
1975
|
-
url: "url";
|
|
1976
|
-
image: "image";
|
|
1977
|
-
datetime: "datetime";
|
|
1978
|
-
text: "text";
|
|
1979
|
-
integer: "integer";
|
|
1980
|
-
select: "select";
|
|
1981
|
-
}>;
|
|
1982
|
-
label: z.ZodString;
|
|
1983
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
1984
|
-
options: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1985
|
-
}, z.core.$strip>>>;
|
|
1986
|
-
minItems: z.ZodOptional<z.ZodNumber>;
|
|
1987
|
-
maxItems: z.ZodOptional<z.ZodNumber>;
|
|
1988
|
-
allowedMimeTypes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1989
|
-
}, z.core.$strict>>;
|
|
1990
|
-
options: z.ZodOptional<z.ZodObject<{
|
|
1991
|
-
darkVariant: z.ZodOptional<z.ZodBoolean>;
|
|
1992
|
-
}, z.core.$strict>>;
|
|
1993
|
-
}, z.core.$strict>>>;
|
|
1994
|
-
breaking: z.ZodOptional<z.ZodBoolean>;
|
|
1995
|
-
}, z.core.$strict>;
|
|
1996
|
-
declare const activateBlockTypeVersionBody: z.ZodObject<{
|
|
1997
|
-
expectedFingerprint: z.ZodString;
|
|
1998
|
-
}, z.core.$strict>;
|
|
1999
|
-
declare const collectionGetQuery: z.ZodObject<{
|
|
2000
|
-
includeFields: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<boolean, string>>>;
|
|
2001
|
-
}, z.core.$strip>;
|
|
2002
|
-
declare const collectionSchema: z.ZodObject<{
|
|
2003
|
-
id: z.ZodString;
|
|
2004
|
-
slug: z.ZodString;
|
|
2005
|
-
label: z.ZodString;
|
|
2006
|
-
labelSingular: z.ZodNullable<z.ZodString>;
|
|
2007
|
-
description: z.ZodNullable<z.ZodString>;
|
|
2008
|
-
icon: z.ZodNullable<z.ZodString>;
|
|
2009
|
-
admin: z.ZodOptional<z.ZodObject<{
|
|
2010
|
-
listColumns: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2011
|
-
}, z.core.$strip>>;
|
|
2012
|
-
supports: z.ZodArray<z.ZodString>;
|
|
2013
|
-
source: z.ZodNullable<z.ZodString>;
|
|
2014
|
-
urlPattern: z.ZodNullable<z.ZodString>;
|
|
2015
|
-
routable: z.ZodBoolean;
|
|
2016
|
-
hasSeo: z.ZodBoolean;
|
|
2017
|
-
hidden: z.ZodBoolean;
|
|
2018
|
-
sortOrder: z.ZodNullable<z.ZodNumber>;
|
|
2019
|
-
editLocking: z.ZodBoolean;
|
|
2020
|
-
group: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2021
|
-
createdAt: z.ZodString;
|
|
2022
|
-
updatedAt: z.ZodString;
|
|
2023
|
-
titleField: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2024
|
-
dateField: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2025
|
-
}, z.core.$strip>;
|
|
2026
|
-
declare const fieldSchema: z.ZodObject<{
|
|
2027
|
-
id: z.ZodString;
|
|
2028
|
-
collectionId: z.ZodString;
|
|
2029
|
-
slug: z.ZodString;
|
|
2030
|
-
label: z.ZodString;
|
|
2031
|
-
type: z.ZodEnum<{
|
|
2032
|
-
string: "string";
|
|
2033
|
-
number: "number";
|
|
2034
|
-
boolean: "boolean";
|
|
2035
|
-
file: "file";
|
|
2036
|
-
url: "url";
|
|
2037
|
-
image: "image";
|
|
2038
|
-
datetime: "datetime";
|
|
2039
|
-
slug: "slug";
|
|
2040
|
-
text: "text";
|
|
2041
|
-
integer: "integer";
|
|
2042
|
-
select: "select";
|
|
2043
|
-
multiSelect: "multiSelect";
|
|
2044
|
-
portableText: "portableText";
|
|
2045
|
-
reference: "reference";
|
|
2046
|
-
json: "json";
|
|
2047
|
-
repeater: "repeater";
|
|
2048
|
-
blocks: "blocks";
|
|
2049
|
-
}>;
|
|
2050
|
-
required: z.ZodBoolean;
|
|
2051
|
-
unique: z.ZodBoolean;
|
|
2052
|
-
defaultValue: z.ZodNullable<z.ZodUnknown>;
|
|
2053
|
-
validation: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
2054
|
-
widget: z.ZodNullable<z.ZodString>;
|
|
2055
|
-
options: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
2056
|
-
blockTypes: z.ZodOptional<z.ZodArray<z.ZodLazy<z.ZodObject<{
|
|
2057
|
-
id: z.ZodString;
|
|
2058
|
-
slug: z.ZodString;
|
|
2059
|
-
label: z.ZodString;
|
|
2060
|
-
description: z.ZodOptional<z.ZodString>;
|
|
2061
|
-
icon: z.ZodOptional<z.ZodString>;
|
|
2062
|
-
category: z.ZodOptional<z.ZodString>;
|
|
2063
|
-
currentVersion: z.ZodNumber;
|
|
2064
|
-
source: z.ZodEnum<{
|
|
2065
|
-
user: "user";
|
|
2066
|
-
seed: "seed";
|
|
2067
|
-
}>;
|
|
2068
|
-
versions: z.ZodArray<z.ZodObject<{
|
|
2069
|
-
id: z.ZodString;
|
|
2070
|
-
blockTypeId: z.ZodString;
|
|
2071
|
-
version: z.ZodNumber;
|
|
2072
|
-
fields: z.ZodArray<z.ZodObject<{
|
|
2073
|
-
slug: z.ZodString;
|
|
2074
|
-
label: z.ZodString;
|
|
2075
|
-
type: z.ZodEnum<{
|
|
2076
|
-
string: "string";
|
|
2077
|
-
number: "number";
|
|
2078
|
-
boolean: "boolean";
|
|
2079
|
-
file: "file";
|
|
2080
|
-
url: "url";
|
|
2081
|
-
image: "image";
|
|
2082
|
-
datetime: "datetime";
|
|
2083
|
-
text: "text";
|
|
2084
|
-
integer: "integer";
|
|
2085
|
-
select: "select";
|
|
2086
|
-
multiSelect: "multiSelect";
|
|
2087
|
-
portableText: "portableText";
|
|
2088
|
-
repeater: "repeater";
|
|
2089
|
-
}>;
|
|
2090
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
2091
|
-
defaultValue: z.ZodOptional<z.ZodUnknown>;
|
|
2092
|
-
validation: z.ZodOptional<z.ZodObject<{
|
|
2093
|
-
min: z.ZodOptional<z.ZodNumber>;
|
|
2094
|
-
max: z.ZodOptional<z.ZodNumber>;
|
|
2095
|
-
minLength: z.ZodOptional<z.ZodNumber>;
|
|
2096
|
-
maxLength: z.ZodOptional<z.ZodNumber>;
|
|
2097
|
-
pattern: z.ZodOptional<z.ZodString>;
|
|
2098
|
-
options: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2099
|
-
subFields: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2100
|
-
slug: z.ZodString;
|
|
2101
|
-
type: z.ZodEnum<{
|
|
2102
|
-
string: "string";
|
|
2103
|
-
number: "number";
|
|
2104
|
-
boolean: "boolean";
|
|
2105
|
-
url: "url";
|
|
2106
|
-
image: "image";
|
|
2107
|
-
datetime: "datetime";
|
|
2108
|
-
text: "text";
|
|
2109
|
-
integer: "integer";
|
|
2110
|
-
select: "select";
|
|
2111
|
-
}>;
|
|
2112
|
-
label: z.ZodString;
|
|
2113
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
2114
|
-
options: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2115
|
-
}, z.core.$strip>>>;
|
|
2116
|
-
minItems: z.ZodOptional<z.ZodNumber>;
|
|
2117
|
-
maxItems: z.ZodOptional<z.ZodNumber>;
|
|
2118
|
-
allowedMimeTypes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2119
|
-
}, z.core.$strict>>;
|
|
2120
|
-
options: z.ZodOptional<z.ZodObject<{
|
|
2121
|
-
darkVariant: z.ZodOptional<z.ZodBoolean>;
|
|
2122
|
-
}, z.core.$strict>>;
|
|
2123
|
-
}, z.core.$strict>>;
|
|
2124
|
-
fingerprint: z.ZodString;
|
|
2125
|
-
active: z.ZodBoolean;
|
|
2126
|
-
unsupportedTypes: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2127
|
-
type: z.ZodString;
|
|
2128
|
-
path: z.ZodString;
|
|
2129
|
-
}, z.core.$strict>>>;
|
|
2130
|
-
createdAt: z.ZodString;
|
|
2131
|
-
updatedAt: z.ZodString;
|
|
2132
|
-
}, z.core.$strip>>;
|
|
2133
|
-
createdAt: z.ZodString;
|
|
2134
|
-
updatedAt: z.ZodString;
|
|
2135
|
-
}, z.core.$strip>>>>;
|
|
2136
|
-
blockTypeFingerprint: z.ZodOptional<z.ZodString>;
|
|
2137
|
-
sortOrder: z.ZodNumber;
|
|
2138
|
-
searchable: z.ZodBoolean;
|
|
2139
|
-
indexed: z.ZodBoolean;
|
|
2140
|
-
translatable: z.ZodBoolean;
|
|
2141
|
-
createdAt: z.ZodString;
|
|
2142
|
-
updatedAt: z.ZodString;
|
|
2143
|
-
}, z.core.$strip>;
|
|
2144
|
-
declare const collectionResponseSchema: z.ZodObject<{
|
|
2145
|
-
item: z.ZodObject<{
|
|
2146
|
-
id: z.ZodString;
|
|
2147
|
-
slug: z.ZodString;
|
|
2148
|
-
label: z.ZodString;
|
|
2149
|
-
labelSingular: z.ZodNullable<z.ZodString>;
|
|
2150
|
-
description: z.ZodNullable<z.ZodString>;
|
|
2151
|
-
icon: z.ZodNullable<z.ZodString>;
|
|
2152
|
-
admin: z.ZodOptional<z.ZodObject<{
|
|
2153
|
-
listColumns: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2154
|
-
}, z.core.$strip>>;
|
|
2155
|
-
supports: z.ZodArray<z.ZodString>;
|
|
2156
|
-
source: z.ZodNullable<z.ZodString>;
|
|
2157
|
-
urlPattern: z.ZodNullable<z.ZodString>;
|
|
2158
|
-
routable: z.ZodBoolean;
|
|
2159
|
-
hasSeo: z.ZodBoolean;
|
|
2160
|
-
hidden: z.ZodBoolean;
|
|
2161
|
-
sortOrder: z.ZodNullable<z.ZodNumber>;
|
|
2162
|
-
editLocking: z.ZodBoolean;
|
|
2163
|
-
group: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2164
|
-
createdAt: z.ZodString;
|
|
2165
|
-
updatedAt: z.ZodString;
|
|
2166
|
-
titleField: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2167
|
-
dateField: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2168
|
-
}, z.core.$strip>;
|
|
2169
|
-
}, z.core.$strip>;
|
|
2170
|
-
declare const collectionWithFieldsResponseSchema: z.ZodObject<{
|
|
2171
|
-
item: z.ZodObject<{
|
|
2172
|
-
id: z.ZodString;
|
|
2173
|
-
slug: z.ZodString;
|
|
2174
|
-
label: z.ZodString;
|
|
2175
|
-
labelSingular: z.ZodNullable<z.ZodString>;
|
|
2176
|
-
description: z.ZodNullable<z.ZodString>;
|
|
2177
|
-
icon: z.ZodNullable<z.ZodString>;
|
|
2178
|
-
admin: z.ZodOptional<z.ZodObject<{
|
|
2179
|
-
listColumns: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2180
|
-
}, z.core.$strip>>;
|
|
2181
|
-
supports: z.ZodArray<z.ZodString>;
|
|
2182
|
-
source: z.ZodNullable<z.ZodString>;
|
|
2183
|
-
urlPattern: z.ZodNullable<z.ZodString>;
|
|
2184
|
-
routable: z.ZodBoolean;
|
|
2185
|
-
hasSeo: z.ZodBoolean;
|
|
2186
|
-
hidden: z.ZodBoolean;
|
|
2187
|
-
sortOrder: z.ZodNullable<z.ZodNumber>;
|
|
2188
|
-
editLocking: z.ZodBoolean;
|
|
2189
|
-
group: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2190
|
-
createdAt: z.ZodString;
|
|
2191
|
-
updatedAt: z.ZodString;
|
|
2192
|
-
titleField: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2193
|
-
dateField: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2194
|
-
fields: z.ZodArray<z.ZodObject<{
|
|
2195
|
-
id: z.ZodString;
|
|
2196
|
-
collectionId: z.ZodString;
|
|
2197
|
-
slug: z.ZodString;
|
|
2198
|
-
label: z.ZodString;
|
|
2199
|
-
type: z.ZodEnum<{
|
|
2200
|
-
string: "string";
|
|
2201
|
-
number: "number";
|
|
2202
|
-
boolean: "boolean";
|
|
2203
|
-
file: "file";
|
|
2204
|
-
url: "url";
|
|
2205
|
-
image: "image";
|
|
2206
|
-
datetime: "datetime";
|
|
2207
|
-
slug: "slug";
|
|
2208
|
-
text: "text";
|
|
2209
|
-
integer: "integer";
|
|
2210
|
-
select: "select";
|
|
2211
|
-
multiSelect: "multiSelect";
|
|
2212
|
-
portableText: "portableText";
|
|
2213
|
-
reference: "reference";
|
|
2214
|
-
json: "json";
|
|
2215
|
-
repeater: "repeater";
|
|
2216
|
-
blocks: "blocks";
|
|
2217
|
-
}>;
|
|
2218
|
-
required: z.ZodBoolean;
|
|
2219
|
-
unique: z.ZodBoolean;
|
|
2220
|
-
defaultValue: z.ZodNullable<z.ZodUnknown>;
|
|
2221
|
-
validation: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
2222
|
-
widget: z.ZodNullable<z.ZodString>;
|
|
2223
|
-
options: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
2224
|
-
blockTypes: z.ZodOptional<z.ZodArray<z.ZodLazy<z.ZodObject<{
|
|
2225
|
-
id: z.ZodString;
|
|
2226
|
-
slug: z.ZodString;
|
|
2227
|
-
label: z.ZodString;
|
|
2228
|
-
description: z.ZodOptional<z.ZodString>;
|
|
2229
|
-
icon: z.ZodOptional<z.ZodString>;
|
|
2230
|
-
category: z.ZodOptional<z.ZodString>;
|
|
2231
|
-
currentVersion: z.ZodNumber;
|
|
2232
|
-
source: z.ZodEnum<{
|
|
2233
|
-
user: "user";
|
|
2234
|
-
seed: "seed";
|
|
2235
|
-
}>;
|
|
2236
|
-
versions: z.ZodArray<z.ZodObject<{
|
|
2237
|
-
id: z.ZodString;
|
|
2238
|
-
blockTypeId: z.ZodString;
|
|
2239
|
-
version: z.ZodNumber;
|
|
2240
|
-
fields: z.ZodArray<z.ZodObject<{
|
|
2241
|
-
slug: z.ZodString;
|
|
2242
|
-
label: z.ZodString;
|
|
2243
|
-
type: z.ZodEnum<{
|
|
2244
|
-
string: "string";
|
|
2245
|
-
number: "number";
|
|
2246
|
-
boolean: "boolean";
|
|
2247
|
-
file: "file";
|
|
2248
|
-
url: "url";
|
|
2249
|
-
image: "image";
|
|
2250
|
-
datetime: "datetime";
|
|
2251
|
-
text: "text";
|
|
2252
|
-
integer: "integer";
|
|
2253
|
-
select: "select";
|
|
2254
|
-
multiSelect: "multiSelect";
|
|
2255
|
-
portableText: "portableText";
|
|
2256
|
-
repeater: "repeater";
|
|
2257
|
-
}>;
|
|
2258
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
2259
|
-
defaultValue: z.ZodOptional<z.ZodUnknown>;
|
|
2260
|
-
validation: z.ZodOptional<z.ZodObject<{
|
|
2261
|
-
min: z.ZodOptional<z.ZodNumber>;
|
|
2262
|
-
max: z.ZodOptional<z.ZodNumber>;
|
|
2263
|
-
minLength: z.ZodOptional<z.ZodNumber>;
|
|
2264
|
-
maxLength: z.ZodOptional<z.ZodNumber>;
|
|
2265
|
-
pattern: z.ZodOptional<z.ZodString>;
|
|
2266
|
-
options: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2267
|
-
subFields: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2268
|
-
slug: z.ZodString;
|
|
2269
|
-
type: z.ZodEnum<{
|
|
2270
|
-
string: "string";
|
|
2271
|
-
number: "number";
|
|
2272
|
-
boolean: "boolean";
|
|
2273
|
-
url: "url";
|
|
2274
|
-
image: "image";
|
|
2275
|
-
datetime: "datetime";
|
|
2276
|
-
text: "text";
|
|
2277
|
-
integer: "integer";
|
|
2278
|
-
select: "select";
|
|
2279
|
-
}>;
|
|
2280
|
-
label: z.ZodString;
|
|
2281
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
2282
|
-
options: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2283
|
-
}, z.core.$strip>>>;
|
|
2284
|
-
minItems: z.ZodOptional<z.ZodNumber>;
|
|
2285
|
-
maxItems: z.ZodOptional<z.ZodNumber>;
|
|
2286
|
-
allowedMimeTypes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2287
|
-
}, z.core.$strict>>;
|
|
2288
|
-
options: z.ZodOptional<z.ZodObject<{
|
|
2289
|
-
darkVariant: z.ZodOptional<z.ZodBoolean>;
|
|
2290
|
-
}, z.core.$strict>>;
|
|
2291
|
-
}, z.core.$strict>>;
|
|
2292
|
-
fingerprint: z.ZodString;
|
|
2293
|
-
active: z.ZodBoolean;
|
|
2294
|
-
unsupportedTypes: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2295
|
-
type: z.ZodString;
|
|
2296
|
-
path: z.ZodString;
|
|
2297
|
-
}, z.core.$strict>>>;
|
|
2298
|
-
createdAt: z.ZodString;
|
|
2299
|
-
updatedAt: z.ZodString;
|
|
2300
|
-
}, z.core.$strip>>;
|
|
2301
|
-
createdAt: z.ZodString;
|
|
2302
|
-
updatedAt: z.ZodString;
|
|
2303
|
-
}, z.core.$strip>>>>;
|
|
2304
|
-
blockTypeFingerprint: z.ZodOptional<z.ZodString>;
|
|
2305
|
-
sortOrder: z.ZodNumber;
|
|
2306
|
-
searchable: z.ZodBoolean;
|
|
2307
|
-
indexed: z.ZodBoolean;
|
|
2308
|
-
translatable: z.ZodBoolean;
|
|
2309
|
-
createdAt: z.ZodString;
|
|
2310
|
-
updatedAt: z.ZodString;
|
|
2311
|
-
}, z.core.$strip>>;
|
|
2312
|
-
}, z.core.$strip>;
|
|
2313
|
-
}, z.core.$strip>;
|
|
2314
|
-
declare const collectionListResponseSchema: z.ZodObject<{
|
|
2315
|
-
items: z.ZodArray<z.ZodObject<{
|
|
2316
|
-
id: z.ZodString;
|
|
2317
|
-
slug: z.ZodString;
|
|
2318
|
-
label: z.ZodString;
|
|
2319
|
-
labelSingular: z.ZodNullable<z.ZodString>;
|
|
2320
|
-
description: z.ZodNullable<z.ZodString>;
|
|
2321
|
-
icon: z.ZodNullable<z.ZodString>;
|
|
2322
|
-
admin: z.ZodOptional<z.ZodObject<{
|
|
2323
|
-
listColumns: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2324
|
-
}, z.core.$strip>>;
|
|
2325
|
-
supports: z.ZodArray<z.ZodString>;
|
|
2326
|
-
source: z.ZodNullable<z.ZodString>;
|
|
2327
|
-
urlPattern: z.ZodNullable<z.ZodString>;
|
|
2328
|
-
routable: z.ZodBoolean;
|
|
2329
|
-
hasSeo: z.ZodBoolean;
|
|
2330
|
-
hidden: z.ZodBoolean;
|
|
2331
|
-
sortOrder: z.ZodNullable<z.ZodNumber>;
|
|
2332
|
-
editLocking: z.ZodBoolean;
|
|
2333
|
-
group: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2334
|
-
createdAt: z.ZodString;
|
|
2335
|
-
updatedAt: z.ZodString;
|
|
2336
|
-
titleField: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2337
|
-
dateField: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2338
|
-
}, z.core.$strip>>;
|
|
2339
|
-
}, z.core.$strip>;
|
|
2340
|
-
declare const fieldResponseSchema: z.ZodObject<{
|
|
2341
|
-
item: z.ZodObject<{
|
|
2342
|
-
id: z.ZodString;
|
|
2343
|
-
collectionId: z.ZodString;
|
|
2344
|
-
slug: z.ZodString;
|
|
2345
|
-
label: z.ZodString;
|
|
2346
|
-
type: z.ZodEnum<{
|
|
2347
|
-
string: "string";
|
|
2348
|
-
number: "number";
|
|
2349
|
-
boolean: "boolean";
|
|
2350
|
-
file: "file";
|
|
2351
|
-
url: "url";
|
|
2352
|
-
image: "image";
|
|
2353
|
-
datetime: "datetime";
|
|
2354
|
-
slug: "slug";
|
|
2355
|
-
text: "text";
|
|
2356
|
-
integer: "integer";
|
|
2357
|
-
select: "select";
|
|
2358
|
-
multiSelect: "multiSelect";
|
|
2359
|
-
portableText: "portableText";
|
|
2360
|
-
reference: "reference";
|
|
2361
|
-
json: "json";
|
|
2362
|
-
repeater: "repeater";
|
|
2363
|
-
blocks: "blocks";
|
|
2364
|
-
}>;
|
|
2365
|
-
required: z.ZodBoolean;
|
|
2366
|
-
unique: z.ZodBoolean;
|
|
2367
|
-
defaultValue: z.ZodNullable<z.ZodUnknown>;
|
|
2368
|
-
validation: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
2369
|
-
widget: z.ZodNullable<z.ZodString>;
|
|
2370
|
-
options: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
2371
|
-
blockTypes: z.ZodOptional<z.ZodArray<z.ZodLazy<z.ZodObject<{
|
|
2372
|
-
id: z.ZodString;
|
|
2373
|
-
slug: z.ZodString;
|
|
2374
|
-
label: z.ZodString;
|
|
2375
|
-
description: z.ZodOptional<z.ZodString>;
|
|
2376
|
-
icon: z.ZodOptional<z.ZodString>;
|
|
2377
|
-
category: z.ZodOptional<z.ZodString>;
|
|
2378
|
-
currentVersion: z.ZodNumber;
|
|
2379
|
-
source: z.ZodEnum<{
|
|
2380
|
-
user: "user";
|
|
2381
|
-
seed: "seed";
|
|
2382
|
-
}>;
|
|
2383
|
-
versions: z.ZodArray<z.ZodObject<{
|
|
2384
|
-
id: z.ZodString;
|
|
2385
|
-
blockTypeId: z.ZodString;
|
|
2386
|
-
version: z.ZodNumber;
|
|
2387
|
-
fields: z.ZodArray<z.ZodObject<{
|
|
2388
|
-
slug: z.ZodString;
|
|
2389
|
-
label: z.ZodString;
|
|
2390
|
-
type: z.ZodEnum<{
|
|
2391
|
-
string: "string";
|
|
2392
|
-
number: "number";
|
|
2393
|
-
boolean: "boolean";
|
|
2394
|
-
file: "file";
|
|
2395
|
-
url: "url";
|
|
2396
|
-
image: "image";
|
|
2397
|
-
datetime: "datetime";
|
|
2398
|
-
text: "text";
|
|
2399
|
-
integer: "integer";
|
|
2400
|
-
select: "select";
|
|
2401
|
-
multiSelect: "multiSelect";
|
|
2402
|
-
portableText: "portableText";
|
|
2403
|
-
repeater: "repeater";
|
|
2404
|
-
}>;
|
|
2405
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
2406
|
-
defaultValue: z.ZodOptional<z.ZodUnknown>;
|
|
2407
|
-
validation: z.ZodOptional<z.ZodObject<{
|
|
2408
|
-
min: z.ZodOptional<z.ZodNumber>;
|
|
2409
|
-
max: z.ZodOptional<z.ZodNumber>;
|
|
2410
|
-
minLength: z.ZodOptional<z.ZodNumber>;
|
|
2411
|
-
maxLength: z.ZodOptional<z.ZodNumber>;
|
|
2412
|
-
pattern: z.ZodOptional<z.ZodString>;
|
|
2413
|
-
options: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2414
|
-
subFields: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2415
|
-
slug: z.ZodString;
|
|
2416
|
-
type: z.ZodEnum<{
|
|
2417
|
-
string: "string";
|
|
2418
|
-
number: "number";
|
|
2419
|
-
boolean: "boolean";
|
|
2420
|
-
url: "url";
|
|
2421
|
-
image: "image";
|
|
2422
|
-
datetime: "datetime";
|
|
2423
|
-
text: "text";
|
|
2424
|
-
integer: "integer";
|
|
2425
|
-
select: "select";
|
|
2426
|
-
}>;
|
|
2427
|
-
label: z.ZodString;
|
|
2428
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
2429
|
-
options: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2430
|
-
}, z.core.$strip>>>;
|
|
2431
|
-
minItems: z.ZodOptional<z.ZodNumber>;
|
|
2432
|
-
maxItems: z.ZodOptional<z.ZodNumber>;
|
|
2433
|
-
allowedMimeTypes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2434
|
-
}, z.core.$strict>>;
|
|
2435
|
-
options: z.ZodOptional<z.ZodObject<{
|
|
2436
|
-
darkVariant: z.ZodOptional<z.ZodBoolean>;
|
|
2437
|
-
}, z.core.$strict>>;
|
|
2438
|
-
}, z.core.$strict>>;
|
|
2439
|
-
fingerprint: z.ZodString;
|
|
2440
|
-
active: z.ZodBoolean;
|
|
2441
|
-
unsupportedTypes: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2442
|
-
type: z.ZodString;
|
|
2443
|
-
path: z.ZodString;
|
|
2444
|
-
}, z.core.$strict>>>;
|
|
2445
|
-
createdAt: z.ZodString;
|
|
2446
|
-
updatedAt: z.ZodString;
|
|
2447
|
-
}, z.core.$strip>>;
|
|
2448
|
-
createdAt: z.ZodString;
|
|
2449
|
-
updatedAt: z.ZodString;
|
|
2450
|
-
}, z.core.$strip>>>>;
|
|
2451
|
-
blockTypeFingerprint: z.ZodOptional<z.ZodString>;
|
|
2452
|
-
sortOrder: z.ZodNumber;
|
|
2453
|
-
searchable: z.ZodBoolean;
|
|
2454
|
-
indexed: z.ZodBoolean;
|
|
2455
|
-
translatable: z.ZodBoolean;
|
|
2456
|
-
createdAt: z.ZodString;
|
|
2457
|
-
updatedAt: z.ZodString;
|
|
2458
|
-
}, z.core.$strip>;
|
|
2459
|
-
}, z.core.$strip>;
|
|
2460
|
-
declare const fieldListResponseSchema: z.ZodObject<{
|
|
2461
|
-
items: z.ZodArray<z.ZodObject<{
|
|
2462
|
-
id: z.ZodString;
|
|
2463
|
-
collectionId: z.ZodString;
|
|
2464
|
-
slug: z.ZodString;
|
|
2465
|
-
label: z.ZodString;
|
|
2466
|
-
type: z.ZodEnum<{
|
|
2467
|
-
string: "string";
|
|
2468
|
-
number: "number";
|
|
2469
|
-
boolean: "boolean";
|
|
2470
|
-
file: "file";
|
|
2471
|
-
url: "url";
|
|
2472
|
-
image: "image";
|
|
2473
|
-
datetime: "datetime";
|
|
2474
|
-
slug: "slug";
|
|
2475
|
-
text: "text";
|
|
2476
|
-
integer: "integer";
|
|
2477
|
-
select: "select";
|
|
2478
|
-
multiSelect: "multiSelect";
|
|
2479
|
-
portableText: "portableText";
|
|
2480
|
-
reference: "reference";
|
|
2481
|
-
json: "json";
|
|
2482
|
-
repeater: "repeater";
|
|
2483
|
-
blocks: "blocks";
|
|
2484
|
-
}>;
|
|
2485
|
-
required: z.ZodBoolean;
|
|
2486
|
-
unique: z.ZodBoolean;
|
|
2487
|
-
defaultValue: z.ZodNullable<z.ZodUnknown>;
|
|
2488
|
-
validation: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
2489
|
-
widget: z.ZodNullable<z.ZodString>;
|
|
2490
|
-
options: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
2491
|
-
blockTypes: z.ZodOptional<z.ZodArray<z.ZodLazy<z.ZodObject<{
|
|
2492
|
-
id: z.ZodString;
|
|
2493
|
-
slug: z.ZodString;
|
|
2494
|
-
label: z.ZodString;
|
|
2495
|
-
description: z.ZodOptional<z.ZodString>;
|
|
2496
|
-
icon: z.ZodOptional<z.ZodString>;
|
|
2497
|
-
category: z.ZodOptional<z.ZodString>;
|
|
2498
|
-
currentVersion: z.ZodNumber;
|
|
2499
|
-
source: z.ZodEnum<{
|
|
2500
|
-
user: "user";
|
|
2501
|
-
seed: "seed";
|
|
2502
|
-
}>;
|
|
2503
|
-
versions: z.ZodArray<z.ZodObject<{
|
|
2504
|
-
id: z.ZodString;
|
|
2505
|
-
blockTypeId: z.ZodString;
|
|
2506
|
-
version: z.ZodNumber;
|
|
2507
|
-
fields: z.ZodArray<z.ZodObject<{
|
|
2508
|
-
slug: z.ZodString;
|
|
2509
|
-
label: z.ZodString;
|
|
2510
|
-
type: z.ZodEnum<{
|
|
2511
|
-
string: "string";
|
|
2512
|
-
number: "number";
|
|
2513
|
-
boolean: "boolean";
|
|
2514
|
-
file: "file";
|
|
2515
|
-
url: "url";
|
|
2516
|
-
image: "image";
|
|
2517
|
-
datetime: "datetime";
|
|
2518
|
-
text: "text";
|
|
2519
|
-
integer: "integer";
|
|
2520
|
-
select: "select";
|
|
2521
|
-
multiSelect: "multiSelect";
|
|
2522
|
-
portableText: "portableText";
|
|
2523
|
-
repeater: "repeater";
|
|
2524
|
-
}>;
|
|
2525
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
2526
|
-
defaultValue: z.ZodOptional<z.ZodUnknown>;
|
|
2527
|
-
validation: z.ZodOptional<z.ZodObject<{
|
|
2528
|
-
min: z.ZodOptional<z.ZodNumber>;
|
|
2529
|
-
max: z.ZodOptional<z.ZodNumber>;
|
|
2530
|
-
minLength: z.ZodOptional<z.ZodNumber>;
|
|
2531
|
-
maxLength: z.ZodOptional<z.ZodNumber>;
|
|
2532
|
-
pattern: z.ZodOptional<z.ZodString>;
|
|
2533
|
-
options: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2534
|
-
subFields: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2535
|
-
slug: z.ZodString;
|
|
2536
|
-
type: z.ZodEnum<{
|
|
2537
|
-
string: "string";
|
|
2538
|
-
number: "number";
|
|
2539
|
-
boolean: "boolean";
|
|
2540
|
-
url: "url";
|
|
2541
|
-
image: "image";
|
|
2542
|
-
datetime: "datetime";
|
|
2543
|
-
text: "text";
|
|
2544
|
-
integer: "integer";
|
|
2545
|
-
select: "select";
|
|
2546
|
-
}>;
|
|
2547
|
-
label: z.ZodString;
|
|
2548
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
2549
|
-
options: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2550
|
-
}, z.core.$strip>>>;
|
|
2551
|
-
minItems: z.ZodOptional<z.ZodNumber>;
|
|
2552
|
-
maxItems: z.ZodOptional<z.ZodNumber>;
|
|
2553
|
-
allowedMimeTypes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2554
|
-
}, z.core.$strict>>;
|
|
2555
|
-
options: z.ZodOptional<z.ZodObject<{
|
|
2556
|
-
darkVariant: z.ZodOptional<z.ZodBoolean>;
|
|
2557
|
-
}, z.core.$strict>>;
|
|
2558
|
-
}, z.core.$strict>>;
|
|
2559
|
-
fingerprint: z.ZodString;
|
|
2560
|
-
active: z.ZodBoolean;
|
|
2561
|
-
unsupportedTypes: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2562
|
-
type: z.ZodString;
|
|
2563
|
-
path: z.ZodString;
|
|
2564
|
-
}, z.core.$strict>>>;
|
|
2565
|
-
createdAt: z.ZodString;
|
|
2566
|
-
updatedAt: z.ZodString;
|
|
2567
|
-
}, z.core.$strip>>;
|
|
2568
|
-
createdAt: z.ZodString;
|
|
2569
|
-
updatedAt: z.ZodString;
|
|
2570
|
-
}, z.core.$strip>>>>;
|
|
2571
|
-
blockTypeFingerprint: z.ZodOptional<z.ZodString>;
|
|
2572
|
-
sortOrder: z.ZodNumber;
|
|
2573
|
-
searchable: z.ZodBoolean;
|
|
2574
|
-
indexed: z.ZodBoolean;
|
|
2575
|
-
translatable: z.ZodBoolean;
|
|
2576
|
-
createdAt: z.ZodString;
|
|
2577
|
-
updatedAt: z.ZodString;
|
|
2578
|
-
}, z.core.$strip>>;
|
|
2579
|
-
}, z.core.$strip>;
|
|
2580
|
-
declare const blockTypeVersionSchema: z.ZodObject<{
|
|
2581
|
-
id: z.ZodString;
|
|
2582
|
-
blockTypeId: z.ZodString;
|
|
2583
|
-
version: z.ZodNumber;
|
|
2584
|
-
fields: z.ZodArray<z.ZodObject<{
|
|
2585
|
-
slug: z.ZodString;
|
|
2586
|
-
label: z.ZodString;
|
|
2587
|
-
type: z.ZodEnum<{
|
|
2588
|
-
string: "string";
|
|
2589
|
-
number: "number";
|
|
2590
|
-
boolean: "boolean";
|
|
2591
|
-
file: "file";
|
|
2592
|
-
url: "url";
|
|
2593
|
-
image: "image";
|
|
2594
|
-
datetime: "datetime";
|
|
2595
|
-
text: "text";
|
|
2596
|
-
integer: "integer";
|
|
2597
|
-
select: "select";
|
|
2598
|
-
multiSelect: "multiSelect";
|
|
2599
|
-
portableText: "portableText";
|
|
2600
|
-
repeater: "repeater";
|
|
2601
|
-
}>;
|
|
2602
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
2603
|
-
defaultValue: z.ZodOptional<z.ZodUnknown>;
|
|
2604
|
-
validation: z.ZodOptional<z.ZodObject<{
|
|
2605
|
-
min: z.ZodOptional<z.ZodNumber>;
|
|
2606
|
-
max: z.ZodOptional<z.ZodNumber>;
|
|
2607
|
-
minLength: z.ZodOptional<z.ZodNumber>;
|
|
2608
|
-
maxLength: z.ZodOptional<z.ZodNumber>;
|
|
2609
|
-
pattern: z.ZodOptional<z.ZodString>;
|
|
2610
|
-
options: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2611
|
-
subFields: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2612
|
-
slug: z.ZodString;
|
|
2613
|
-
type: z.ZodEnum<{
|
|
2614
|
-
string: "string";
|
|
2615
|
-
number: "number";
|
|
2616
|
-
boolean: "boolean";
|
|
2617
|
-
url: "url";
|
|
2618
|
-
image: "image";
|
|
2619
|
-
datetime: "datetime";
|
|
2620
|
-
text: "text";
|
|
2621
|
-
integer: "integer";
|
|
2622
|
-
select: "select";
|
|
2623
|
-
}>;
|
|
2624
|
-
label: z.ZodString;
|
|
2625
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
2626
|
-
options: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2627
|
-
}, z.core.$strip>>>;
|
|
2628
|
-
minItems: z.ZodOptional<z.ZodNumber>;
|
|
2629
|
-
maxItems: z.ZodOptional<z.ZodNumber>;
|
|
2630
|
-
allowedMimeTypes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2631
|
-
}, z.core.$strict>>;
|
|
2632
|
-
options: z.ZodOptional<z.ZodObject<{
|
|
2633
|
-
darkVariant: z.ZodOptional<z.ZodBoolean>;
|
|
2634
|
-
}, z.core.$strict>>;
|
|
2635
|
-
}, z.core.$strict>>;
|
|
2636
|
-
fingerprint: z.ZodString;
|
|
2637
|
-
active: z.ZodBoolean;
|
|
2638
|
-
unsupportedTypes: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2639
|
-
type: z.ZodString;
|
|
2640
|
-
path: z.ZodString;
|
|
2641
|
-
}, z.core.$strict>>>;
|
|
2642
|
-
createdAt: z.ZodString;
|
|
2643
|
-
updatedAt: z.ZodString;
|
|
2644
|
-
}, z.core.$strip>;
|
|
2645
|
-
declare const blockTypeSchema: z.ZodObject<{
|
|
2646
|
-
id: z.ZodString;
|
|
2647
|
-
slug: z.ZodString;
|
|
2648
|
-
label: z.ZodString;
|
|
2649
|
-
description: z.ZodOptional<z.ZodString>;
|
|
2650
|
-
icon: z.ZodOptional<z.ZodString>;
|
|
2651
|
-
category: z.ZodOptional<z.ZodString>;
|
|
2652
|
-
currentVersion: z.ZodNumber;
|
|
2653
|
-
source: z.ZodEnum<{
|
|
2654
|
-
user: "user";
|
|
2655
|
-
seed: "seed";
|
|
2656
|
-
}>;
|
|
2657
|
-
versions: z.ZodArray<z.ZodObject<{
|
|
2658
|
-
id: z.ZodString;
|
|
2659
|
-
blockTypeId: z.ZodString;
|
|
2660
|
-
version: z.ZodNumber;
|
|
2661
|
-
fields: z.ZodArray<z.ZodObject<{
|
|
2662
|
-
slug: z.ZodString;
|
|
2663
|
-
label: z.ZodString;
|
|
2664
|
-
type: z.ZodEnum<{
|
|
2665
|
-
string: "string";
|
|
2666
|
-
number: "number";
|
|
2667
|
-
boolean: "boolean";
|
|
2668
|
-
file: "file";
|
|
2669
|
-
url: "url";
|
|
2670
|
-
image: "image";
|
|
2671
|
-
datetime: "datetime";
|
|
2672
|
-
text: "text";
|
|
2673
|
-
integer: "integer";
|
|
2674
|
-
select: "select";
|
|
2675
|
-
multiSelect: "multiSelect";
|
|
2676
|
-
portableText: "portableText";
|
|
2677
|
-
repeater: "repeater";
|
|
2678
|
-
}>;
|
|
2679
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
2680
|
-
defaultValue: z.ZodOptional<z.ZodUnknown>;
|
|
2681
|
-
validation: z.ZodOptional<z.ZodObject<{
|
|
2682
|
-
min: z.ZodOptional<z.ZodNumber>;
|
|
2683
|
-
max: z.ZodOptional<z.ZodNumber>;
|
|
2684
|
-
minLength: z.ZodOptional<z.ZodNumber>;
|
|
2685
|
-
maxLength: z.ZodOptional<z.ZodNumber>;
|
|
2686
|
-
pattern: z.ZodOptional<z.ZodString>;
|
|
2687
|
-
options: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2688
|
-
subFields: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2689
|
-
slug: z.ZodString;
|
|
2690
|
-
type: z.ZodEnum<{
|
|
2691
|
-
string: "string";
|
|
2692
|
-
number: "number";
|
|
2693
|
-
boolean: "boolean";
|
|
2694
|
-
url: "url";
|
|
2695
|
-
image: "image";
|
|
2696
|
-
datetime: "datetime";
|
|
2697
|
-
text: "text";
|
|
2698
|
-
integer: "integer";
|
|
2699
|
-
select: "select";
|
|
2700
|
-
}>;
|
|
2701
|
-
label: z.ZodString;
|
|
2702
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
2703
|
-
options: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2704
|
-
}, z.core.$strip>>>;
|
|
2705
|
-
minItems: z.ZodOptional<z.ZodNumber>;
|
|
2706
|
-
maxItems: z.ZodOptional<z.ZodNumber>;
|
|
2707
|
-
allowedMimeTypes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2708
|
-
}, z.core.$strict>>;
|
|
2709
|
-
options: z.ZodOptional<z.ZodObject<{
|
|
2710
|
-
darkVariant: z.ZodOptional<z.ZodBoolean>;
|
|
2711
|
-
}, z.core.$strict>>;
|
|
2712
|
-
}, z.core.$strict>>;
|
|
2713
|
-
fingerprint: z.ZodString;
|
|
2714
|
-
active: z.ZodBoolean;
|
|
2715
|
-
unsupportedTypes: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2716
|
-
type: z.ZodString;
|
|
2717
|
-
path: z.ZodString;
|
|
2718
|
-
}, z.core.$strict>>>;
|
|
2719
|
-
createdAt: z.ZodString;
|
|
2720
|
-
updatedAt: z.ZodString;
|
|
2721
|
-
}, z.core.$strip>>;
|
|
2722
|
-
createdAt: z.ZodString;
|
|
2723
|
-
updatedAt: z.ZodString;
|
|
2724
|
-
}, z.core.$strip>;
|
|
2725
|
-
declare const blockTypeResponseSchema: z.ZodObject<{
|
|
2726
|
-
item: z.ZodObject<{
|
|
2727
|
-
id: z.ZodString;
|
|
2728
|
-
slug: z.ZodString;
|
|
2729
|
-
label: z.ZodString;
|
|
2730
|
-
description: z.ZodOptional<z.ZodString>;
|
|
2731
|
-
icon: z.ZodOptional<z.ZodString>;
|
|
2732
|
-
category: z.ZodOptional<z.ZodString>;
|
|
2733
|
-
currentVersion: z.ZodNumber;
|
|
2734
|
-
source: z.ZodEnum<{
|
|
2735
|
-
user: "user";
|
|
2736
|
-
seed: "seed";
|
|
2737
|
-
}>;
|
|
2738
|
-
versions: z.ZodArray<z.ZodObject<{
|
|
2739
|
-
id: z.ZodString;
|
|
2740
|
-
blockTypeId: z.ZodString;
|
|
2741
|
-
version: z.ZodNumber;
|
|
2742
|
-
fields: z.ZodArray<z.ZodObject<{
|
|
2743
|
-
slug: z.ZodString;
|
|
2744
|
-
label: z.ZodString;
|
|
2745
|
-
type: z.ZodEnum<{
|
|
2746
|
-
string: "string";
|
|
2747
|
-
number: "number";
|
|
2748
|
-
boolean: "boolean";
|
|
2749
|
-
file: "file";
|
|
2750
|
-
url: "url";
|
|
2751
|
-
image: "image";
|
|
2752
|
-
datetime: "datetime";
|
|
2753
|
-
text: "text";
|
|
2754
|
-
integer: "integer";
|
|
2755
|
-
select: "select";
|
|
2756
|
-
multiSelect: "multiSelect";
|
|
2757
|
-
portableText: "portableText";
|
|
2758
|
-
repeater: "repeater";
|
|
2759
|
-
}>;
|
|
2760
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
2761
|
-
defaultValue: z.ZodOptional<z.ZodUnknown>;
|
|
2762
|
-
validation: z.ZodOptional<z.ZodObject<{
|
|
2763
|
-
min: z.ZodOptional<z.ZodNumber>;
|
|
2764
|
-
max: z.ZodOptional<z.ZodNumber>;
|
|
2765
|
-
minLength: z.ZodOptional<z.ZodNumber>;
|
|
2766
|
-
maxLength: z.ZodOptional<z.ZodNumber>;
|
|
2767
|
-
pattern: z.ZodOptional<z.ZodString>;
|
|
2768
|
-
options: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2769
|
-
subFields: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2770
|
-
slug: z.ZodString;
|
|
2771
|
-
type: z.ZodEnum<{
|
|
2772
|
-
string: "string";
|
|
2773
|
-
number: "number";
|
|
2774
|
-
boolean: "boolean";
|
|
2775
|
-
url: "url";
|
|
2776
|
-
image: "image";
|
|
2777
|
-
datetime: "datetime";
|
|
2778
|
-
text: "text";
|
|
2779
|
-
integer: "integer";
|
|
2780
|
-
select: "select";
|
|
2781
|
-
}>;
|
|
2782
|
-
label: z.ZodString;
|
|
2783
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
2784
|
-
options: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2785
|
-
}, z.core.$strip>>>;
|
|
2786
|
-
minItems: z.ZodOptional<z.ZodNumber>;
|
|
2787
|
-
maxItems: z.ZodOptional<z.ZodNumber>;
|
|
2788
|
-
allowedMimeTypes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2789
|
-
}, z.core.$strict>>;
|
|
2790
|
-
options: z.ZodOptional<z.ZodObject<{
|
|
2791
|
-
darkVariant: z.ZodOptional<z.ZodBoolean>;
|
|
2792
|
-
}, z.core.$strict>>;
|
|
2793
|
-
}, z.core.$strict>>;
|
|
2794
|
-
fingerprint: z.ZodString;
|
|
2795
|
-
active: z.ZodBoolean;
|
|
2796
|
-
unsupportedTypes: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2797
|
-
type: z.ZodString;
|
|
2798
|
-
path: z.ZodString;
|
|
2799
|
-
}, z.core.$strict>>>;
|
|
2800
|
-
createdAt: z.ZodString;
|
|
2801
|
-
updatedAt: z.ZodString;
|
|
2802
|
-
}, z.core.$strip>>;
|
|
2803
|
-
createdAt: z.ZodString;
|
|
2804
|
-
updatedAt: z.ZodString;
|
|
2805
|
-
}, z.core.$strip>;
|
|
2806
|
-
}, z.core.$strip>;
|
|
2807
|
-
declare const blockTypeListResponseSchema: z.ZodObject<{
|
|
2808
|
-
items: z.ZodArray<z.ZodObject<{
|
|
2809
|
-
id: z.ZodString;
|
|
2810
|
-
slug: z.ZodString;
|
|
2811
|
-
label: z.ZodString;
|
|
2812
|
-
description: z.ZodOptional<z.ZodString>;
|
|
2813
|
-
icon: z.ZodOptional<z.ZodString>;
|
|
2814
|
-
category: z.ZodOptional<z.ZodString>;
|
|
2815
|
-
currentVersion: z.ZodNumber;
|
|
2816
|
-
source: z.ZodEnum<{
|
|
2817
|
-
user: "user";
|
|
2818
|
-
seed: "seed";
|
|
2819
|
-
}>;
|
|
2820
|
-
versions: z.ZodArray<z.ZodObject<{
|
|
2821
|
-
id: z.ZodString;
|
|
2822
|
-
blockTypeId: z.ZodString;
|
|
2823
|
-
version: z.ZodNumber;
|
|
2824
|
-
fields: z.ZodArray<z.ZodObject<{
|
|
2825
|
-
slug: z.ZodString;
|
|
2826
|
-
label: z.ZodString;
|
|
2827
|
-
type: z.ZodEnum<{
|
|
2828
|
-
string: "string";
|
|
2829
|
-
number: "number";
|
|
2830
|
-
boolean: "boolean";
|
|
2831
|
-
file: "file";
|
|
2832
|
-
url: "url";
|
|
2833
|
-
image: "image";
|
|
2834
|
-
datetime: "datetime";
|
|
2835
|
-
text: "text";
|
|
2836
|
-
integer: "integer";
|
|
2837
|
-
select: "select";
|
|
2838
|
-
multiSelect: "multiSelect";
|
|
2839
|
-
portableText: "portableText";
|
|
2840
|
-
repeater: "repeater";
|
|
2841
|
-
}>;
|
|
2842
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
2843
|
-
defaultValue: z.ZodOptional<z.ZodUnknown>;
|
|
2844
|
-
validation: z.ZodOptional<z.ZodObject<{
|
|
2845
|
-
min: z.ZodOptional<z.ZodNumber>;
|
|
2846
|
-
max: z.ZodOptional<z.ZodNumber>;
|
|
2847
|
-
minLength: z.ZodOptional<z.ZodNumber>;
|
|
2848
|
-
maxLength: z.ZodOptional<z.ZodNumber>;
|
|
2849
|
-
pattern: z.ZodOptional<z.ZodString>;
|
|
2850
|
-
options: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2851
|
-
subFields: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2852
|
-
slug: z.ZodString;
|
|
2853
|
-
type: z.ZodEnum<{
|
|
2854
|
-
string: "string";
|
|
2855
|
-
number: "number";
|
|
2856
|
-
boolean: "boolean";
|
|
2857
|
-
url: "url";
|
|
2858
|
-
image: "image";
|
|
2859
|
-
datetime: "datetime";
|
|
2860
|
-
text: "text";
|
|
2861
|
-
integer: "integer";
|
|
2862
|
-
select: "select";
|
|
2863
|
-
}>;
|
|
2864
|
-
label: z.ZodString;
|
|
2865
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
2866
|
-
options: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2867
|
-
}, z.core.$strip>>>;
|
|
2868
|
-
minItems: z.ZodOptional<z.ZodNumber>;
|
|
2869
|
-
maxItems: z.ZodOptional<z.ZodNumber>;
|
|
2870
|
-
allowedMimeTypes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2871
|
-
}, z.core.$strict>>;
|
|
2872
|
-
options: z.ZodOptional<z.ZodObject<{
|
|
2873
|
-
darkVariant: z.ZodOptional<z.ZodBoolean>;
|
|
2874
|
-
}, z.core.$strict>>;
|
|
2875
|
-
}, z.core.$strict>>;
|
|
2876
|
-
fingerprint: z.ZodString;
|
|
2877
|
-
active: z.ZodBoolean;
|
|
2878
|
-
unsupportedTypes: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2879
|
-
type: z.ZodString;
|
|
2880
|
-
path: z.ZodString;
|
|
2881
|
-
}, z.core.$strict>>>;
|
|
2882
|
-
createdAt: z.ZodString;
|
|
2883
|
-
updatedAt: z.ZodString;
|
|
2884
|
-
}, z.core.$strip>>;
|
|
2885
|
-
createdAt: z.ZodString;
|
|
2886
|
-
updatedAt: z.ZodString;
|
|
2887
|
-
}, z.core.$strip>>;
|
|
2888
|
-
}, z.core.$strip>;
|
|
2889
|
-
declare const orphanedTableSchema: z.ZodObject<{
|
|
2890
|
-
slug: z.ZodString;
|
|
2891
|
-
tableName: z.ZodString;
|
|
2892
|
-
rowCount: z.ZodNumber;
|
|
2893
|
-
}, z.core.$strip>;
|
|
2894
|
-
declare const orphanedTableListResponseSchema: z.ZodObject<{
|
|
2895
|
-
items: z.ZodArray<z.ZodObject<{
|
|
2896
|
-
slug: z.ZodString;
|
|
2897
|
-
tableName: z.ZodString;
|
|
2898
|
-
rowCount: z.ZodNumber;
|
|
2899
|
-
}, z.core.$strip>>;
|
|
2900
|
-
}, z.core.$strip>;
|
|
2901
|
-
//#endregion
|
|
2902
|
-
//#region src/api/schemas/comments.d.ts
|
|
2903
|
-
declare const createCommentBody: z.ZodObject<{
|
|
2904
|
-
authorName: z.ZodString;
|
|
2905
|
-
authorEmail: z.ZodEmail;
|
|
2906
|
-
body: z.ZodString;
|
|
2907
|
-
parentId: z.ZodOptional<z.ZodString>;
|
|
2908
|
-
website_url: z.ZodOptional<z.ZodString>;
|
|
2909
|
-
turnstileToken: z.ZodOptional<z.ZodString>;
|
|
2910
|
-
}, z.core.$strip>;
|
|
2911
|
-
declare const createReactionBody: z.ZodObject<{
|
|
2912
|
-
commentId: z.ZodString;
|
|
2913
|
-
reaction: z.ZodDefault<z.ZodString>;
|
|
2914
|
-
website_url: z.ZodOptional<z.ZodString>;
|
|
2915
|
-
}, z.core.$strip>;
|
|
2916
|
-
declare const commentStatusBody: z.ZodObject<{
|
|
2917
|
-
status: z.ZodEnum<{
|
|
2918
|
-
pending: "pending";
|
|
2919
|
-
approved: "approved";
|
|
2920
|
-
spam: "spam";
|
|
2921
|
-
trash: "trash";
|
|
2922
|
-
}>;
|
|
2923
|
-
}, z.core.$strip>;
|
|
2924
|
-
declare const commentBulkBody: z.ZodObject<{
|
|
2925
|
-
ids: z.ZodArray<z.ZodString>;
|
|
2926
|
-
action: z.ZodEnum<{
|
|
2927
|
-
spam: "spam";
|
|
2928
|
-
trash: "trash";
|
|
2929
|
-
approve: "approve";
|
|
2930
|
-
delete: "delete";
|
|
2931
|
-
}>;
|
|
2932
|
-
}, z.core.$strip>;
|
|
2933
|
-
declare const commentListQuery: z.ZodObject<{
|
|
2934
|
-
status: z.ZodOptional<z.ZodEnum<{
|
|
2935
|
-
pending: "pending";
|
|
2936
|
-
approved: "approved";
|
|
2937
|
-
spam: "spam";
|
|
2938
|
-
trash: "trash";
|
|
2939
|
-
}>>;
|
|
2940
|
-
collection: z.ZodOptional<z.ZodString>;
|
|
2941
|
-
search: z.ZodOptional<z.ZodString>;
|
|
2942
|
-
limit: z.ZodDefault<z.ZodOptional<z.ZodCoercedNumber<unknown>>>;
|
|
2943
|
-
cursor: z.ZodOptional<z.ZodString>;
|
|
2944
|
-
}, z.core.$strip>;
|
|
2945
|
-
/**
|
|
2946
|
-
* Public-facing comment (no email/IP).
|
|
2947
|
-
*
|
|
2948
|
-
* `replies` is recursive in practice (each reply can have replies), but we
|
|
2949
|
-
* model it as a single level here to avoid circular type inference issues
|
|
2950
|
-
* with tsgo. OpenAPI consumers should treat replies as the same shape.
|
|
2951
|
-
*/
|
|
2952
|
-
declare const publicCommentSchema: z.ZodObject<{
|
|
2953
|
-
id: z.ZodString;
|
|
2954
|
-
authorName: z.ZodString;
|
|
2955
|
-
isRegisteredUser: z.ZodBoolean;
|
|
2956
|
-
body: z.ZodString;
|
|
2957
|
-
parentId: z.ZodNullable<z.ZodString>;
|
|
2958
|
-
createdAt: z.ZodString;
|
|
2959
|
-
replies: z.ZodOptional<z.ZodArray<z.ZodAny>>;
|
|
2960
|
-
}>;
|
|
2961
|
-
/** Admin comment with full details */
|
|
2962
|
-
declare const commentSchema: z.ZodObject<{
|
|
2963
|
-
id: z.ZodString;
|
|
2964
|
-
collection: z.ZodString;
|
|
2965
|
-
contentId: z.ZodString;
|
|
2966
|
-
authorName: z.ZodString;
|
|
2967
|
-
authorEmail: z.ZodString;
|
|
2968
|
-
body: z.ZodString;
|
|
2969
|
-
status: z.ZodEnum<{
|
|
2970
|
-
pending: "pending";
|
|
2971
|
-
approved: "approved";
|
|
2972
|
-
spam: "spam";
|
|
2973
|
-
trash: "trash";
|
|
2974
|
-
}>;
|
|
2975
|
-
parentId: z.ZodNullable<z.ZodString>;
|
|
2976
|
-
ipHash: z.ZodNullable<z.ZodString>;
|
|
2977
|
-
createdAt: z.ZodString;
|
|
2978
|
-
updatedAt: z.ZodString;
|
|
2979
|
-
}, z.core.$strip>;
|
|
2980
|
-
declare const publicCommentListResponseSchema: z.ZodObject<{
|
|
2981
|
-
items: z.ZodArray<z.ZodObject<{
|
|
2982
|
-
id: z.ZodString;
|
|
2983
|
-
authorName: z.ZodString;
|
|
2984
|
-
isRegisteredUser: z.ZodBoolean;
|
|
2985
|
-
body: z.ZodString;
|
|
2986
|
-
parentId: z.ZodNullable<z.ZodString>;
|
|
2987
|
-
createdAt: z.ZodString;
|
|
2988
|
-
replies: z.ZodOptional<z.ZodArray<z.ZodAny>>;
|
|
2989
|
-
}, z.core.$strip>>;
|
|
2990
|
-
nextCursor: z.ZodOptional<z.ZodString>;
|
|
2991
|
-
total: z.ZodNumber;
|
|
2992
|
-
}, z.core.$strip>;
|
|
2993
|
-
declare const adminCommentListResponseSchema: z.ZodObject<{
|
|
2994
|
-
items: z.ZodArray<z.ZodObject<{
|
|
2995
|
-
id: z.ZodString;
|
|
2996
|
-
collection: z.ZodString;
|
|
2997
|
-
contentId: z.ZodString;
|
|
2998
|
-
authorName: z.ZodString;
|
|
2999
|
-
authorEmail: z.ZodString;
|
|
3000
|
-
body: z.ZodString;
|
|
3001
|
-
status: z.ZodEnum<{
|
|
3002
|
-
pending: "pending";
|
|
3003
|
-
approved: "approved";
|
|
3004
|
-
spam: "spam";
|
|
3005
|
-
trash: "trash";
|
|
3006
|
-
}>;
|
|
3007
|
-
parentId: z.ZodNullable<z.ZodString>;
|
|
3008
|
-
ipHash: z.ZodNullable<z.ZodString>;
|
|
3009
|
-
createdAt: z.ZodString;
|
|
3010
|
-
updatedAt: z.ZodString;
|
|
3011
|
-
}, z.core.$strip>>;
|
|
3012
|
-
nextCursor: z.ZodOptional<z.ZodString>;
|
|
3013
|
-
}, z.core.$strip>;
|
|
3014
|
-
declare const commentCountsResponseSchema: z.ZodObject<{
|
|
3015
|
-
pending: z.ZodNumber;
|
|
3016
|
-
approved: z.ZodNumber;
|
|
3017
|
-
spam: z.ZodNumber;
|
|
3018
|
-
trash: z.ZodNumber;
|
|
3019
|
-
}, z.core.$strip>;
|
|
3020
|
-
declare const commentBulkResponseSchema: z.ZodObject<{
|
|
3021
|
-
affected: z.ZodNumber;
|
|
3022
|
-
}, z.core.$strip>;
|
|
3023
|
-
//#endregion
|
|
3024
|
-
//#region src/api/schemas/auth.d.ts
|
|
3025
|
-
declare const signupRequestBody: z.ZodObject<{
|
|
3026
|
-
email: z.ZodEmail;
|
|
3027
|
-
}, z.core.$strip>;
|
|
3028
|
-
declare const signupCompleteBody: z.ZodObject<{
|
|
3029
|
-
token: z.ZodString;
|
|
3030
|
-
credential: z.ZodObject<{
|
|
3031
|
-
id: z.ZodString;
|
|
3032
|
-
rawId: z.ZodString;
|
|
3033
|
-
type: z.ZodLiteral<"public-key">;
|
|
3034
|
-
response: z.ZodObject<{
|
|
3035
|
-
clientDataJSON: z.ZodString;
|
|
3036
|
-
attestationObject: z.ZodString;
|
|
3037
|
-
transports: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
3038
|
-
usb: "usb";
|
|
3039
|
-
nfc: "nfc";
|
|
3040
|
-
ble: "ble";
|
|
3041
|
-
internal: "internal";
|
|
3042
|
-
hybrid: "hybrid";
|
|
3043
|
-
}>>>;
|
|
3044
|
-
}, z.core.$strip>;
|
|
3045
|
-
authenticatorAttachment: z.ZodOptional<z.ZodEnum<{
|
|
3046
|
-
platform: "platform";
|
|
3047
|
-
"cross-platform": "cross-platform";
|
|
3048
|
-
}>>;
|
|
3049
|
-
}, z.core.$strip>;
|
|
3050
|
-
name: z.ZodOptional<z.ZodString>;
|
|
3051
|
-
}, z.core.$strip>;
|
|
3052
|
-
declare const inviteCreateBody: z.ZodObject<{
|
|
3053
|
-
email: z.ZodEmail;
|
|
3054
|
-
role: z.ZodOptional<z.ZodCoercedNumber<unknown> & z.ZodType<10 | 20 | 30 | 40 | 50, unknown, z.core.$ZodTypeInternals<10 | 20 | 30 | 40 | 50, unknown>>>;
|
|
3055
|
-
}, z.core.$strip>;
|
|
3056
|
-
declare const inviteRegisterOptionsBody: z.ZodObject<{
|
|
3057
|
-
token: z.ZodString;
|
|
3058
|
-
name: z.ZodOptional<z.ZodString>;
|
|
3059
|
-
}, z.core.$strip>;
|
|
3060
|
-
declare const inviteCompleteBody: z.ZodObject<{
|
|
3061
|
-
token: z.ZodString;
|
|
3062
|
-
credential: z.ZodObject<{
|
|
3063
|
-
id: z.ZodString;
|
|
3064
|
-
rawId: z.ZodString;
|
|
3065
|
-
type: z.ZodLiteral<"public-key">;
|
|
3066
|
-
response: z.ZodObject<{
|
|
3067
|
-
clientDataJSON: z.ZodString;
|
|
3068
|
-
attestationObject: z.ZodString;
|
|
3069
|
-
transports: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
3070
|
-
usb: "usb";
|
|
3071
|
-
nfc: "nfc";
|
|
3072
|
-
ble: "ble";
|
|
3073
|
-
internal: "internal";
|
|
3074
|
-
hybrid: "hybrid";
|
|
3075
|
-
}>>>;
|
|
3076
|
-
}, z.core.$strip>;
|
|
3077
|
-
authenticatorAttachment: z.ZodOptional<z.ZodEnum<{
|
|
3078
|
-
platform: "platform";
|
|
3079
|
-
"cross-platform": "cross-platform";
|
|
3080
|
-
}>>;
|
|
3081
|
-
}, z.core.$strip>;
|
|
3082
|
-
name: z.ZodOptional<z.ZodString>;
|
|
3083
|
-
}, z.core.$strip>;
|
|
3084
|
-
declare const magicLinkSendBody: z.ZodObject<{
|
|
3085
|
-
email: z.ZodEmail;
|
|
3086
|
-
}, z.core.$strip>;
|
|
3087
|
-
declare const magicLinkVerifyBody: z.ZodObject<{
|
|
3088
|
-
token: z.ZodString;
|
|
3089
|
-
}, z.core.$strip>;
|
|
3090
|
-
declare const passkeyOptionsBody: z.ZodObject<{
|
|
3091
|
-
email: z.ZodOptional<z.ZodEmail>;
|
|
3092
|
-
}, z.core.$strip>;
|
|
3093
|
-
declare const passkeyVerifyBody: z.ZodObject<{
|
|
3094
|
-
credential: z.ZodObject<{
|
|
3095
|
-
id: z.ZodString;
|
|
3096
|
-
rawId: z.ZodString;
|
|
3097
|
-
type: z.ZodLiteral<"public-key">;
|
|
3098
|
-
response: z.ZodObject<{
|
|
3099
|
-
clientDataJSON: z.ZodString;
|
|
3100
|
-
authenticatorData: z.ZodString;
|
|
3101
|
-
signature: z.ZodString;
|
|
3102
|
-
userHandle: z.ZodOptional<z.ZodString>;
|
|
3103
|
-
}, z.core.$strip>;
|
|
3104
|
-
authenticatorAttachment: z.ZodOptional<z.ZodEnum<{
|
|
3105
|
-
platform: "platform";
|
|
3106
|
-
"cross-platform": "cross-platform";
|
|
3107
|
-
}>>;
|
|
3108
|
-
}, z.core.$strip>;
|
|
3109
|
-
}, z.core.$strip>;
|
|
3110
|
-
declare const passkeyRegisterOptionsBody: z.ZodObject<{
|
|
3111
|
-
name: z.ZodOptional<z.ZodString>;
|
|
3112
|
-
}, z.core.$strip>;
|
|
3113
|
-
declare const passkeyRegisterVerifyBody: z.ZodObject<{
|
|
3114
|
-
credential: z.ZodObject<{
|
|
3115
|
-
id: z.ZodString;
|
|
3116
|
-
rawId: z.ZodString;
|
|
3117
|
-
type: z.ZodLiteral<"public-key">;
|
|
3118
|
-
response: z.ZodObject<{
|
|
3119
|
-
clientDataJSON: z.ZodString;
|
|
3120
|
-
attestationObject: z.ZodString;
|
|
3121
|
-
transports: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
3122
|
-
usb: "usb";
|
|
3123
|
-
nfc: "nfc";
|
|
3124
|
-
ble: "ble";
|
|
3125
|
-
internal: "internal";
|
|
3126
|
-
hybrid: "hybrid";
|
|
3127
|
-
}>>>;
|
|
3128
|
-
}, z.core.$strip>;
|
|
3129
|
-
authenticatorAttachment: z.ZodOptional<z.ZodEnum<{
|
|
3130
|
-
platform: "platform";
|
|
3131
|
-
"cross-platform": "cross-platform";
|
|
3132
|
-
}>>;
|
|
3133
|
-
}, z.core.$strip>;
|
|
3134
|
-
name: z.ZodOptional<z.ZodString>;
|
|
3135
|
-
}, z.core.$strip>;
|
|
3136
|
-
declare const passkeyRenameBody: z.ZodObject<{
|
|
3137
|
-
name: z.ZodString;
|
|
3138
|
-
}, z.core.$strip>;
|
|
3139
|
-
declare const authMeActionBody: z.ZodObject<{
|
|
3140
|
-
action: z.ZodString;
|
|
3141
|
-
}, z.core.$strip>;
|
|
3142
|
-
//#endregion
|
|
3143
|
-
//#region src/api/schemas/menus.d.ts
|
|
3144
|
-
/**
|
|
3145
|
-
* Allowed menu item types. `custom` uses `customUrl`; the others resolve a URL
|
|
3146
|
-
* from `referenceCollection` + `referenceId` (a translation_group id).
|
|
3147
|
-
*/
|
|
3148
|
-
declare const menuItemTypeEnum: z.ZodEnum<{
|
|
3149
|
-
custom: "custom";
|
|
3150
|
-
page: "page";
|
|
3151
|
-
collection: "collection";
|
|
3152
|
-
post: "post";
|
|
3153
|
-
taxonomy: "taxonomy";
|
|
3154
|
-
}>;
|
|
3155
|
-
declare const safeHref: z.ZodString;
|
|
3156
|
-
declare const createMenuBody: z.ZodObject<{
|
|
3157
|
-
name: z.ZodString;
|
|
3158
|
-
label: z.ZodString;
|
|
3159
|
-
locale: z.ZodOptional<z.ZodString>;
|
|
3160
|
-
translationOf: z.ZodOptional<z.ZodString>;
|
|
3161
|
-
}, z.core.$strict>;
|
|
3162
|
-
declare const updateMenuBody: z.ZodObject<{
|
|
3163
|
-
label: z.ZodOptional<z.ZodString>;
|
|
3164
|
-
}, z.core.$strict>;
|
|
3165
|
-
declare const createMenuItemBody: z.ZodObject<{
|
|
3166
|
-
type: z.ZodEnum<{
|
|
3167
|
-
custom: "custom";
|
|
3168
|
-
page: "page";
|
|
3169
|
-
collection: "collection";
|
|
3170
|
-
post: "post";
|
|
3171
|
-
taxonomy: "taxonomy";
|
|
3172
|
-
}>;
|
|
3173
|
-
label: z.ZodString;
|
|
3174
|
-
referenceCollection: z.ZodOptional<z.ZodString>;
|
|
3175
|
-
referenceId: z.ZodOptional<z.ZodString>;
|
|
3176
|
-
customUrl: z.ZodOptional<z.ZodString>;
|
|
3177
|
-
target: z.ZodOptional<z.ZodString>;
|
|
3178
|
-
titleAttr: z.ZodOptional<z.ZodString>;
|
|
3179
|
-
cssClasses: z.ZodOptional<z.ZodString>;
|
|
3180
|
-
parentId: z.ZodOptional<z.ZodString>;
|
|
3181
|
-
sortOrder: z.ZodOptional<z.ZodNumber>;
|
|
3182
|
-
}, z.core.$strict>;
|
|
3183
|
-
declare const updateMenuItemBody: z.ZodObject<{
|
|
3184
|
-
label: z.ZodOptional<z.ZodString>;
|
|
3185
|
-
customUrl: z.ZodOptional<z.ZodString>;
|
|
3186
|
-
target: z.ZodOptional<z.ZodString>;
|
|
3187
|
-
titleAttr: z.ZodOptional<z.ZodString>;
|
|
3188
|
-
cssClasses: z.ZodOptional<z.ZodString>;
|
|
3189
|
-
parentId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3190
|
-
sortOrder: z.ZodOptional<z.ZodNumber>;
|
|
3191
|
-
}, z.core.$strict>;
|
|
3192
|
-
declare const reorderMenuItemsBody: z.ZodObject<{
|
|
3193
|
-
items: z.ZodArray<z.ZodObject<{
|
|
3194
|
-
id: z.ZodString;
|
|
3195
|
-
parentId: z.ZodNullable<z.ZodString>;
|
|
3196
|
-
sortOrder: z.ZodNumber;
|
|
3197
|
-
}, z.core.$strip>>;
|
|
3198
|
-
}, z.core.$strip>;
|
|
3199
|
-
declare const menuSchema: z.ZodObject<{
|
|
3200
|
-
id: z.ZodString;
|
|
3201
|
-
name: z.ZodString;
|
|
3202
|
-
label: z.ZodString;
|
|
3203
|
-
createdAt: z.ZodString;
|
|
3204
|
-
updatedAt: z.ZodString;
|
|
3205
|
-
locale: z.ZodString;
|
|
3206
|
-
translationGroup: z.ZodNullable<z.ZodString>;
|
|
3207
|
-
}, z.core.$strip>;
|
|
3208
|
-
declare const menuItemSchema: z.ZodObject<{
|
|
3209
|
-
id: z.ZodString;
|
|
3210
|
-
menuId: z.ZodString;
|
|
3211
|
-
parentId: z.ZodNullable<z.ZodString>;
|
|
3212
|
-
sortOrder: z.ZodNumber;
|
|
3213
|
-
type: z.ZodString;
|
|
3214
|
-
referenceCollection: z.ZodNullable<z.ZodString>;
|
|
3215
|
-
referenceId: z.ZodNullable<z.ZodString>;
|
|
3216
|
-
customUrl: z.ZodNullable<z.ZodString>;
|
|
3217
|
-
label: z.ZodString;
|
|
3218
|
-
titleAttr: z.ZodNullable<z.ZodString>;
|
|
3219
|
-
target: z.ZodNullable<z.ZodString>;
|
|
3220
|
-
cssClasses: z.ZodNullable<z.ZodString>;
|
|
3221
|
-
createdAt: z.ZodString;
|
|
3222
|
-
locale: z.ZodString;
|
|
3223
|
-
translationGroup: z.ZodNullable<z.ZodString>;
|
|
3224
|
-
}, z.core.$strip>;
|
|
3225
|
-
declare const menuTranslationsSchema: z.ZodObject<{
|
|
3226
|
-
translationGroup: z.ZodNullable<z.ZodString>;
|
|
3227
|
-
translations: z.ZodArray<z.ZodObject<{
|
|
3228
|
-
id: z.ZodString;
|
|
3229
|
-
name: z.ZodString;
|
|
3230
|
-
label: z.ZodString;
|
|
3231
|
-
locale: z.ZodString;
|
|
3232
|
-
updatedAt: z.ZodString;
|
|
3233
|
-
}, z.core.$strip>>;
|
|
3234
|
-
}, z.core.$strip>;
|
|
3235
|
-
declare const menuListItemSchema: z.ZodObject<{
|
|
3236
|
-
id: z.ZodString;
|
|
3237
|
-
name: z.ZodString;
|
|
3238
|
-
label: z.ZodString;
|
|
3239
|
-
createdAt: z.ZodString;
|
|
3240
|
-
updatedAt: z.ZodString;
|
|
3241
|
-
locale: z.ZodString;
|
|
3242
|
-
translationGroup: z.ZodNullable<z.ZodString>;
|
|
3243
|
-
itemCount: z.ZodNumber;
|
|
3244
|
-
}, z.core.$strip>;
|
|
3245
|
-
declare const menuWithItemsSchema: z.ZodObject<{
|
|
3246
|
-
id: z.ZodString;
|
|
3247
|
-
name: z.ZodString;
|
|
3248
|
-
label: z.ZodString;
|
|
3249
|
-
createdAt: z.ZodString;
|
|
3250
|
-
updatedAt: z.ZodString;
|
|
3251
|
-
locale: z.ZodString;
|
|
3252
|
-
translationGroup: z.ZodNullable<z.ZodString>;
|
|
3253
|
-
items: z.ZodArray<z.ZodObject<{
|
|
3254
|
-
id: z.ZodString;
|
|
3255
|
-
menuId: z.ZodString;
|
|
3256
|
-
parentId: z.ZodNullable<z.ZodString>;
|
|
3257
|
-
sortOrder: z.ZodNumber;
|
|
3258
|
-
type: z.ZodString;
|
|
3259
|
-
referenceCollection: z.ZodNullable<z.ZodString>;
|
|
3260
|
-
referenceId: z.ZodNullable<z.ZodString>;
|
|
3261
|
-
customUrl: z.ZodNullable<z.ZodString>;
|
|
3262
|
-
label: z.ZodString;
|
|
3263
|
-
titleAttr: z.ZodNullable<z.ZodString>;
|
|
3264
|
-
target: z.ZodNullable<z.ZodString>;
|
|
3265
|
-
cssClasses: z.ZodNullable<z.ZodString>;
|
|
3266
|
-
createdAt: z.ZodString;
|
|
3267
|
-
locale: z.ZodString;
|
|
3268
|
-
translationGroup: z.ZodNullable<z.ZodString>;
|
|
3269
|
-
}, z.core.$strip>>;
|
|
3270
|
-
}, z.core.$strip>;
|
|
3271
|
-
//#endregion
|
|
3272
|
-
//#region src/api/schemas/taxonomies.d.ts
|
|
3273
|
-
declare const createTaxonomyDefBody: z.ZodObject<{
|
|
3274
|
-
name: z.ZodString;
|
|
3275
|
-
label: z.ZodString;
|
|
3276
|
-
labelSingular: z.ZodOptional<z.ZodString>;
|
|
3277
|
-
hierarchical: z.ZodOptional<z.ZodBoolean>;
|
|
3278
|
-
collections: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
3279
|
-
locale: z.ZodOptional<z.ZodString>;
|
|
3280
|
-
translationOf: z.ZodOptional<z.ZodString>;
|
|
3281
|
-
}, z.core.$strip>;
|
|
3282
|
-
/**
|
|
3283
|
-
* `name` and `locale` are absent on purpose: both identify the definition row
|
|
3284
|
-
* being written, and `.strict()` turns an attempt to change either into a 400
|
|
3285
|
-
* rather than a silently ignored field.
|
|
3286
|
-
*/
|
|
3287
|
-
declare const updateTaxonomyDefBody: z.ZodObject<{
|
|
3288
|
-
label: z.ZodOptional<z.ZodString>;
|
|
3289
|
-
labelSingular: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3290
|
-
hierarchical: z.ZodOptional<z.ZodBoolean>;
|
|
3291
|
-
collections: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
3292
|
-
}, z.core.$strict>;
|
|
3293
|
-
declare const createTermBody: z.ZodObject<{
|
|
3294
|
-
slug: z.ZodOptional<z.ZodString>;
|
|
3295
|
-
label: z.ZodString;
|
|
3296
|
-
parentId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3297
|
-
description: z.ZodOptional<z.ZodString>;
|
|
3298
|
-
locale: z.ZodOptional<z.ZodString>;
|
|
3299
|
-
translationOf: z.ZodOptional<z.ZodString>;
|
|
3300
|
-
}, z.core.$strip>;
|
|
3301
|
-
declare const bulkTagBody: z.ZodObject<{
|
|
3302
|
-
termId: z.ZodString;
|
|
3303
|
-
apply: z.ZodDefault<z.ZodBoolean>;
|
|
3304
|
-
refreshOnly: z.ZodOptional<z.ZodBoolean>;
|
|
3305
|
-
items: z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
3306
|
-
collection: z.ZodString;
|
|
3307
|
-
id: z.ZodString;
|
|
3308
|
-
}, z.core.$strict>, z.ZodObject<{
|
|
3309
|
-
url: z.ZodString;
|
|
3310
|
-
}, z.core.$strict>]>>;
|
|
3311
|
-
}, z.core.$strict>;
|
|
3312
|
-
declare const updateTermBody: z.ZodObject<{
|
|
3313
|
-
slug: z.ZodOptional<z.ZodString>;
|
|
3314
|
-
label: z.ZodOptional<z.ZodString>;
|
|
3315
|
-
parentId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3316
|
-
description: z.ZodOptional<z.ZodString>;
|
|
3317
|
-
}, z.core.$strip>;
|
|
3318
|
-
declare const reorderTermsBody: z.ZodObject<{
|
|
3319
|
-
parentId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3320
|
-
ids: z.ZodArray<z.ZodString>;
|
|
3321
|
-
}, z.core.$strict>;
|
|
3322
|
-
declare const termListQuery: z.ZodObject<{
|
|
3323
|
-
locale: z.ZodOptional<z.ZodString>;
|
|
3324
|
-
includeCounts: z.ZodDefault<z.ZodOptional<z.ZodPipe<z.ZodEnum<{
|
|
3325
|
-
true: "true";
|
|
3326
|
-
false: "false";
|
|
3327
|
-
}>, z.ZodTransform<boolean, "true" | "false">>>>;
|
|
3328
|
-
resolveFallback: z.ZodDefault<z.ZodOptional<z.ZodPipe<z.ZodEnum<{
|
|
3329
|
-
true: "true";
|
|
3330
|
-
false: "false";
|
|
3331
|
-
}>, z.ZodTransform<boolean, "true" | "false">>>>;
|
|
3332
|
-
}, z.core.$strip>;
|
|
3333
|
-
declare const taxonomyDefSchema: z.ZodObject<{
|
|
3334
|
-
id: z.ZodString;
|
|
3335
|
-
name: z.ZodString;
|
|
3336
|
-
label: z.ZodString;
|
|
3337
|
-
labelSingular: z.ZodOptional<z.ZodString>;
|
|
3338
|
-
hierarchical: z.ZodBoolean;
|
|
3339
|
-
collections: z.ZodArray<z.ZodString>;
|
|
3340
|
-
locale: z.ZodString;
|
|
3341
|
-
translationGroup: z.ZodNullable<z.ZodString>;
|
|
3342
|
-
}, z.core.$strip>;
|
|
3343
|
-
declare const taxonomyDefTranslationsSchema: z.ZodObject<{
|
|
3344
|
-
translationGroup: z.ZodNullable<z.ZodString>;
|
|
3345
|
-
translations: z.ZodArray<z.ZodObject<{
|
|
3346
|
-
id: z.ZodString;
|
|
3347
|
-
name: z.ZodString;
|
|
3348
|
-
label: z.ZodString;
|
|
3349
|
-
locale: z.ZodString;
|
|
3350
|
-
}, z.core.$strip>>;
|
|
3351
|
-
}, z.core.$strip>;
|
|
3352
|
-
declare const taxonomyListResponseSchema: z.ZodObject<{
|
|
3353
|
-
taxonomies: z.ZodArray<z.ZodObject<{
|
|
3354
|
-
id: z.ZodString;
|
|
3355
|
-
name: z.ZodString;
|
|
3356
|
-
label: z.ZodString;
|
|
3357
|
-
labelSingular: z.ZodOptional<z.ZodString>;
|
|
3358
|
-
hierarchical: z.ZodBoolean;
|
|
3359
|
-
collections: z.ZodArray<z.ZodString>;
|
|
3360
|
-
locale: z.ZodString;
|
|
3361
|
-
translationGroup: z.ZodNullable<z.ZodString>;
|
|
3362
|
-
}, z.core.$strip>>;
|
|
3363
|
-
}, z.core.$strip>;
|
|
3364
|
-
declare const taxonomyResponseSchema: z.ZodObject<{
|
|
3365
|
-
taxonomy: z.ZodObject<{
|
|
3366
|
-
id: z.ZodString;
|
|
3367
|
-
name: z.ZodString;
|
|
3368
|
-
label: z.ZodString;
|
|
3369
|
-
labelSingular: z.ZodOptional<z.ZodString>;
|
|
3370
|
-
hierarchical: z.ZodBoolean;
|
|
3371
|
-
collections: z.ZodArray<z.ZodString>;
|
|
3372
|
-
locale: z.ZodString;
|
|
3373
|
-
translationGroup: z.ZodNullable<z.ZodString>;
|
|
3374
|
-
}, z.core.$strip>;
|
|
3375
|
-
}, z.core.$strip>;
|
|
3376
|
-
declare const termSchema: z.ZodObject<{
|
|
3377
|
-
id: z.ZodString;
|
|
3378
|
-
name: z.ZodString;
|
|
3379
|
-
slug: z.ZodString;
|
|
3380
|
-
label: z.ZodString;
|
|
3381
|
-
parentId: z.ZodNullable<z.ZodString>;
|
|
3382
|
-
description: z.ZodOptional<z.ZodString>;
|
|
3383
|
-
locale: z.ZodString;
|
|
3384
|
-
translationGroup: z.ZodNullable<z.ZodString>;
|
|
3385
|
-
}, z.core.$strip>;
|
|
3386
|
-
declare const termTranslationsSchema: z.ZodObject<{
|
|
3387
|
-
translationGroup: z.ZodNullable<z.ZodString>;
|
|
3388
|
-
translations: z.ZodArray<z.ZodObject<{
|
|
3389
|
-
id: z.ZodString;
|
|
3390
|
-
slug: z.ZodString;
|
|
3391
|
-
label: z.ZodString;
|
|
3392
|
-
locale: z.ZodString;
|
|
3393
|
-
}, z.core.$strip>>;
|
|
3394
|
-
}, z.core.$strip>;
|
|
3395
|
-
declare const termWithCountSchema: z.ZodType;
|
|
3396
|
-
declare const termListResponseSchema: z.ZodObject<{
|
|
3397
|
-
terms: z.ZodArray<z.ZodType<unknown, unknown, z.core.$ZodTypeInternals<unknown, unknown>>>;
|
|
3398
|
-
}, z.core.$strip>;
|
|
3399
|
-
declare const termResponseSchema: z.ZodObject<{
|
|
3400
|
-
term: z.ZodObject<{
|
|
3401
|
-
id: z.ZodString;
|
|
3402
|
-
name: z.ZodString;
|
|
3403
|
-
slug: z.ZodString;
|
|
3404
|
-
label: z.ZodString;
|
|
3405
|
-
parentId: z.ZodNullable<z.ZodString>;
|
|
3406
|
-
description: z.ZodOptional<z.ZodString>;
|
|
3407
|
-
locale: z.ZodString;
|
|
3408
|
-
translationGroup: z.ZodNullable<z.ZodString>;
|
|
3409
|
-
}, z.core.$strip>;
|
|
3410
|
-
}, z.core.$strip>;
|
|
3411
|
-
declare const termReorderResponseSchema: z.ZodObject<{
|
|
3412
|
-
reordered: z.ZodLiteral<true>;
|
|
3413
|
-
}, z.core.$strip>;
|
|
3414
|
-
declare const termGetResponseSchema: z.ZodObject<{
|
|
3415
|
-
term: z.ZodObject<{
|
|
3416
|
-
id: z.ZodString;
|
|
3417
|
-
name: z.ZodString;
|
|
3418
|
-
slug: z.ZodString;
|
|
3419
|
-
label: z.ZodString;
|
|
3420
|
-
parentId: z.ZodNullable<z.ZodString>;
|
|
3421
|
-
description: z.ZodOptional<z.ZodString>;
|
|
3422
|
-
locale: z.ZodString;
|
|
3423
|
-
translationGroup: z.ZodNullable<z.ZodString>;
|
|
3424
|
-
count: z.ZodNumber;
|
|
3425
|
-
children: z.ZodArray<z.ZodObject<{
|
|
3426
|
-
id: z.ZodString;
|
|
3427
|
-
slug: z.ZodString;
|
|
3428
|
-
label: z.ZodString;
|
|
3429
|
-
}, z.core.$strip>>;
|
|
3430
|
-
}, z.core.$strip>;
|
|
3431
|
-
}, z.core.$strip>;
|
|
3432
|
-
//#endregion
|
|
3433
|
-
//#region src/api/schemas/sections.d.ts
|
|
3434
|
-
declare const sectionsListQuery: z.ZodObject<{
|
|
3435
|
-
source: z.ZodOptional<z.ZodEnum<{
|
|
3436
|
-
user: "user";
|
|
3437
|
-
theme: "theme";
|
|
3438
|
-
import: "import";
|
|
3439
|
-
}>>;
|
|
3440
|
-
search: z.ZodOptional<z.ZodString>;
|
|
3441
|
-
limit: z.ZodDefault<z.ZodOptional<z.ZodCoercedNumber<unknown>>>;
|
|
3442
|
-
cursor: z.ZodOptional<z.ZodString>;
|
|
3443
|
-
}, z.core.$strip>;
|
|
3444
|
-
declare const createSectionBody: z.ZodObject<{
|
|
3445
|
-
slug: z.ZodString;
|
|
3446
|
-
title: z.ZodString;
|
|
3447
|
-
description: z.ZodOptional<z.ZodString>;
|
|
3448
|
-
keywords: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
3449
|
-
content: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
3450
|
-
previewMediaId: z.ZodOptional<z.ZodString>;
|
|
3451
|
-
source: z.ZodOptional<z.ZodEnum<{
|
|
3452
|
-
user: "user";
|
|
3453
|
-
import: "import";
|
|
3454
|
-
}>>;
|
|
3455
|
-
themeId: z.ZodOptional<z.ZodString>;
|
|
3456
|
-
}, z.core.$strip>;
|
|
3457
|
-
declare const updateSectionBody: z.ZodObject<{
|
|
3458
|
-
slug: z.ZodOptional<z.ZodString>;
|
|
3459
|
-
title: z.ZodOptional<z.ZodString>;
|
|
3460
|
-
description: z.ZodOptional<z.ZodString>;
|
|
3461
|
-
keywords: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
3462
|
-
content: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
3463
|
-
previewMediaId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3464
|
-
}, z.core.$strip>;
|
|
3465
|
-
declare const sectionSchema: z.ZodObject<{
|
|
3466
|
-
id: z.ZodString;
|
|
3467
|
-
slug: z.ZodString;
|
|
3468
|
-
title: z.ZodString;
|
|
3469
|
-
description: z.ZodNullable<z.ZodString>;
|
|
3470
|
-
keywords: z.ZodNullable<z.ZodArray<z.ZodString>>;
|
|
3471
|
-
content: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
3472
|
-
previewMediaId: z.ZodNullable<z.ZodString>;
|
|
3473
|
-
source: z.ZodString;
|
|
3474
|
-
themeId: z.ZodNullable<z.ZodString>;
|
|
3475
|
-
createdAt: z.ZodString;
|
|
3476
|
-
updatedAt: z.ZodString;
|
|
3477
|
-
}, z.core.$strip>;
|
|
3478
|
-
declare const sectionListResponseSchema: z.ZodObject<{
|
|
3479
|
-
items: z.ZodArray<z.ZodObject<{
|
|
3480
|
-
id: z.ZodString;
|
|
3481
|
-
slug: z.ZodString;
|
|
3482
|
-
title: z.ZodString;
|
|
3483
|
-
description: z.ZodNullable<z.ZodString>;
|
|
3484
|
-
keywords: z.ZodNullable<z.ZodArray<z.ZodString>>;
|
|
3485
|
-
content: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
3486
|
-
previewMediaId: z.ZodNullable<z.ZodString>;
|
|
3487
|
-
source: z.ZodString;
|
|
3488
|
-
themeId: z.ZodNullable<z.ZodString>;
|
|
3489
|
-
createdAt: z.ZodString;
|
|
3490
|
-
updatedAt: z.ZodString;
|
|
3491
|
-
}, z.core.$strip>>;
|
|
3492
|
-
nextCursor: z.ZodOptional<z.ZodString>;
|
|
3493
|
-
}, z.core.$strip>;
|
|
3494
|
-
//#endregion
|
|
3495
|
-
//#region src/api/schemas/settings.d.ts
|
|
3496
|
-
declare const settingsUpdateBody: z.ZodObject<{
|
|
3497
|
-
title: z.ZodOptional<z.ZodString>;
|
|
3498
|
-
tagline: z.ZodOptional<z.ZodString>;
|
|
3499
|
-
logo: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
3500
|
-
mediaId: z.ZodString;
|
|
3501
|
-
alt: z.ZodOptional<z.ZodString>;
|
|
3502
|
-
}, z.core.$strip>>>;
|
|
3503
|
-
favicon: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
3504
|
-
mediaId: z.ZodString;
|
|
3505
|
-
alt: z.ZodOptional<z.ZodString>;
|
|
3506
|
-
}, z.core.$strip>>>;
|
|
3507
|
-
url: z.ZodOptional<z.ZodUnion<readonly [z.ZodURL, z.ZodLiteral<"">]>>;
|
|
3508
|
-
postsPerPage: z.ZodOptional<z.ZodNumber>;
|
|
3509
|
-
dateFormat: z.ZodOptional<z.ZodString>;
|
|
3510
|
-
timezone: z.ZodOptional<z.ZodString>;
|
|
3511
|
-
social: z.ZodOptional<z.ZodObject<{
|
|
3512
|
-
twitter: z.ZodOptional<z.ZodString>;
|
|
3513
|
-
github: z.ZodOptional<z.ZodString>;
|
|
3514
|
-
facebook: z.ZodOptional<z.ZodString>;
|
|
3515
|
-
instagram: z.ZodOptional<z.ZodString>;
|
|
3516
|
-
linkedin: z.ZodOptional<z.ZodString>;
|
|
3517
|
-
youtube: z.ZodOptional<z.ZodString>;
|
|
3518
|
-
}, z.core.$strip>>;
|
|
3519
|
-
seo: z.ZodOptional<z.ZodObject<{
|
|
3520
|
-
titleSeparator: z.ZodOptional<z.ZodString>;
|
|
3521
|
-
defaultOgImage: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
3522
|
-
mediaId: z.ZodString;
|
|
3523
|
-
alt: z.ZodOptional<z.ZodString>;
|
|
3524
|
-
}, z.core.$strip>>>;
|
|
3525
|
-
robotsTxt: z.ZodOptional<z.ZodString>;
|
|
3526
|
-
googleVerification: z.ZodOptional<z.ZodString>;
|
|
3527
|
-
bingVerification: z.ZodOptional<z.ZodString>;
|
|
3528
|
-
}, z.core.$strip>>;
|
|
3529
|
-
}, z.core.$strip>;
|
|
3530
|
-
declare const siteSettingsSchema: z.ZodObject<{
|
|
3531
|
-
title: z.ZodOptional<z.ZodString>;
|
|
3532
|
-
tagline: z.ZodOptional<z.ZodString>;
|
|
3533
|
-
logo: z.ZodOptional<z.ZodObject<{
|
|
3534
|
-
mediaId: z.ZodString;
|
|
3535
|
-
alt: z.ZodOptional<z.ZodString>;
|
|
3536
|
-
url: z.ZodOptional<z.ZodString>;
|
|
3537
|
-
contentType: z.ZodOptional<z.ZodString>;
|
|
3538
|
-
width: z.ZodOptional<z.ZodNumber>;
|
|
3539
|
-
height: z.ZodOptional<z.ZodNumber>;
|
|
3540
|
-
}, z.core.$strip>>;
|
|
3541
|
-
favicon: z.ZodOptional<z.ZodObject<{
|
|
3542
|
-
mediaId: z.ZodString;
|
|
3543
|
-
alt: z.ZodOptional<z.ZodString>;
|
|
3544
|
-
url: z.ZodOptional<z.ZodString>;
|
|
3545
|
-
contentType: z.ZodOptional<z.ZodString>;
|
|
3546
|
-
width: z.ZodOptional<z.ZodNumber>;
|
|
3547
|
-
height: z.ZodOptional<z.ZodNumber>;
|
|
3548
|
-
}, z.core.$strip>>;
|
|
3549
|
-
url: z.ZodOptional<z.ZodString>;
|
|
3550
|
-
postsPerPage: z.ZodOptional<z.ZodNumber>;
|
|
3551
|
-
dateFormat: z.ZodOptional<z.ZodString>;
|
|
3552
|
-
timezone: z.ZodOptional<z.ZodString>;
|
|
3553
|
-
social: z.ZodOptional<z.ZodObject<{
|
|
3554
|
-
twitter: z.ZodOptional<z.ZodString>;
|
|
3555
|
-
github: z.ZodOptional<z.ZodString>;
|
|
3556
|
-
facebook: z.ZodOptional<z.ZodString>;
|
|
3557
|
-
instagram: z.ZodOptional<z.ZodString>;
|
|
3558
|
-
linkedin: z.ZodOptional<z.ZodString>;
|
|
3559
|
-
youtube: z.ZodOptional<z.ZodString>;
|
|
3560
|
-
}, z.core.$strip>>;
|
|
3561
|
-
seo: z.ZodOptional<z.ZodObject<{
|
|
3562
|
-
titleSeparator: z.ZodOptional<z.ZodString>;
|
|
3563
|
-
defaultOgImage: z.ZodOptional<z.ZodObject<{
|
|
3564
|
-
mediaId: z.ZodString;
|
|
3565
|
-
alt: z.ZodOptional<z.ZodString>;
|
|
3566
|
-
url: z.ZodOptional<z.ZodString>;
|
|
3567
|
-
contentType: z.ZodOptional<z.ZodString>;
|
|
3568
|
-
width: z.ZodOptional<z.ZodNumber>;
|
|
3569
|
-
height: z.ZodOptional<z.ZodNumber>;
|
|
3570
|
-
}, z.core.$strip>>;
|
|
3571
|
-
robotsTxt: z.ZodOptional<z.ZodString>;
|
|
3572
|
-
googleVerification: z.ZodOptional<z.ZodString>;
|
|
3573
|
-
bingVerification: z.ZodOptional<z.ZodString>;
|
|
3574
|
-
}, z.core.$strip>>;
|
|
3575
|
-
}, z.core.$strip>;
|
|
3576
|
-
//#endregion
|
|
3577
|
-
//#region src/api/schemas/search.d.ts
|
|
3578
|
-
declare const searchQuery: z.ZodObject<{
|
|
3579
|
-
q: z.ZodString;
|
|
3580
|
-
collections: z.ZodOptional<z.ZodString>;
|
|
3581
|
-
status: z.ZodOptional<z.ZodString>;
|
|
3582
|
-
locale: z.ZodOptional<z.ZodString>;
|
|
3583
|
-
limit: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
3584
|
-
cursor: z.ZodOptional<z.ZodString>;
|
|
3585
|
-
scope: z.ZodOptional<z.ZodEnum<{
|
|
3586
|
-
title: "title";
|
|
3587
|
-
all: "all";
|
|
3588
|
-
}>>;
|
|
3589
|
-
}, z.core.$strip>;
|
|
3590
|
-
declare const searchSuggestQuery: z.ZodObject<{
|
|
3591
|
-
q: z.ZodString;
|
|
3592
|
-
collections: z.ZodOptional<z.ZodString>;
|
|
3593
|
-
locale: z.ZodOptional<z.ZodString>;
|
|
3594
|
-
limit: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
3595
|
-
}, z.core.$strip>;
|
|
3596
|
-
declare const searchRebuildBody: z.ZodObject<{
|
|
3597
|
-
collection: z.ZodString;
|
|
3598
|
-
}, z.core.$strip>;
|
|
3599
|
-
declare const searchEnableBody: z.ZodObject<{
|
|
3600
|
-
collection: z.ZodString;
|
|
3601
|
-
enabled: z.ZodBoolean;
|
|
3602
|
-
weights: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodNumber>>;
|
|
3603
|
-
tokenize: z.ZodOptional<z.ZodEnum<{
|
|
3604
|
-
"porter unicode61": "porter unicode61";
|
|
3605
|
-
unicode61: "unicode61";
|
|
3606
|
-
trigram: "trigram";
|
|
3607
|
-
}>>;
|
|
3608
|
-
}, z.core.$strip>;
|
|
3609
|
-
declare const searchResultSchema: z.ZodObject<{
|
|
3610
|
-
collection: z.ZodString;
|
|
3611
|
-
id: z.ZodString;
|
|
3612
|
-
slug: z.ZodNullable<z.ZodString>;
|
|
3613
|
-
locale: z.ZodString;
|
|
3614
|
-
title: z.ZodOptional<z.ZodString>;
|
|
3615
|
-
snippet: z.ZodOptional<z.ZodString>;
|
|
3616
|
-
score: z.ZodNumber;
|
|
3617
|
-
}, z.core.$strip>;
|
|
3618
|
-
declare const searchResponseSchema: z.ZodObject<{
|
|
3619
|
-
items: z.ZodArray<z.ZodObject<{
|
|
3620
|
-
collection: z.ZodString;
|
|
3621
|
-
id: z.ZodString;
|
|
3622
|
-
slug: z.ZodNullable<z.ZodString>;
|
|
3623
|
-
locale: z.ZodString;
|
|
3624
|
-
title: z.ZodOptional<z.ZodString>;
|
|
3625
|
-
snippet: z.ZodOptional<z.ZodString>;
|
|
3626
|
-
score: z.ZodNumber;
|
|
3627
|
-
}, z.core.$strip>>;
|
|
3628
|
-
nextCursor: z.ZodOptional<z.ZodString>;
|
|
3629
|
-
}, z.core.$strip>;
|
|
3630
|
-
//#endregion
|
|
3631
|
-
//#region src/api/schemas/import.d.ts
|
|
3632
|
-
declare const importProbeBody: z.ZodObject<{
|
|
3633
|
-
url: z.ZodURL;
|
|
3634
|
-
}, z.core.$strip>;
|
|
3635
|
-
declare const wpPluginAnalyzeBody: z.ZodObject<{
|
|
3636
|
-
url: z.ZodURL;
|
|
3637
|
-
token: z.ZodString;
|
|
3638
|
-
}, z.core.$strip>;
|
|
3639
|
-
declare const wpPluginExecuteBody: z.ZodObject<{
|
|
3640
|
-
url: z.ZodURL;
|
|
3641
|
-
token: z.ZodString;
|
|
3642
|
-
config: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
3643
|
-
phase: z.ZodOptional<z.ZodEnum<{
|
|
3644
|
-
finalize: "finalize";
|
|
3645
|
-
content: "content";
|
|
3646
|
-
comments: "comments";
|
|
3647
|
-
}>>;
|
|
3648
|
-
cursor: z.ZodOptional<z.ZodObject<{
|
|
3649
|
-
postTypeIndex: z.ZodDefault<z.ZodNumber>;
|
|
3650
|
-
page: z.ZodDefault<z.ZodNumber>;
|
|
3651
|
-
}, z.core.$strip>>;
|
|
3652
|
-
idMap: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
3653
|
-
id: z.ZodString;
|
|
3654
|
-
collection: z.ZodString;
|
|
3655
|
-
}, z.core.$strip>>>;
|
|
3656
|
-
translationGroups: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
3657
|
-
commentRoots: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
3658
|
-
}, z.core.$strip>;
|
|
3659
|
-
declare const wpPrepareBody: z.ZodObject<{
|
|
3660
|
-
postTypes: z.ZodArray<z.ZodObject<{
|
|
3661
|
-
name: z.ZodString;
|
|
3662
|
-
collection: z.ZodString;
|
|
3663
|
-
fields: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3664
|
-
slug: z.ZodString;
|
|
3665
|
-
label: z.ZodString;
|
|
3666
|
-
type: z.ZodString;
|
|
3667
|
-
required: z.ZodBoolean;
|
|
3668
|
-
searchable: z.ZodOptional<z.ZodBoolean>;
|
|
3669
|
-
}, z.core.$strip>>>;
|
|
3670
|
-
}, z.core.$strip>>;
|
|
3671
|
-
}, z.core.$strip>;
|
|
3672
|
-
declare const wpMediaImportBody: z.ZodObject<{
|
|
3673
|
-
attachments: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
3674
|
-
stream: z.ZodOptional<z.ZodBoolean>;
|
|
3675
|
-
}, z.core.$strip>;
|
|
3676
|
-
declare const wpRewriteUrlsBody: z.ZodObject<{
|
|
3677
|
-
urlMap: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
3678
|
-
collections: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
3679
|
-
}, z.core.$strip>;
|
|
3680
|
-
//#endregion
|
|
3681
|
-
//#region src/api/schemas/setup.d.ts
|
|
3682
|
-
declare const setupBody: z.ZodObject<{
|
|
3683
|
-
title: z.ZodString;
|
|
3684
|
-
tagline: z.ZodOptional<z.ZodString>;
|
|
3685
|
-
includeContent: z.ZodBoolean;
|
|
3686
|
-
}, z.core.$strip>;
|
|
3687
|
-
declare const setupAdminBody: z.ZodObject<{
|
|
3688
|
-
email: z.ZodEmail;
|
|
3689
|
-
name: z.ZodOptional<z.ZodString>;
|
|
3690
|
-
}, z.core.$strip>;
|
|
3691
|
-
declare const setupAdminVerifyBody: z.ZodObject<{
|
|
3692
|
-
credential: z.ZodObject<{
|
|
3693
|
-
id: z.ZodString;
|
|
3694
|
-
rawId: z.ZodString;
|
|
3695
|
-
type: z.ZodLiteral<"public-key">;
|
|
3696
|
-
response: z.ZodObject<{
|
|
3697
|
-
clientDataJSON: z.ZodString;
|
|
3698
|
-
attestationObject: z.ZodString;
|
|
3699
|
-
transports: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
3700
|
-
usb: "usb";
|
|
3701
|
-
nfc: "nfc";
|
|
3702
|
-
ble: "ble";
|
|
3703
|
-
internal: "internal";
|
|
3704
|
-
hybrid: "hybrid";
|
|
3705
|
-
}>>>;
|
|
3706
|
-
}, z.core.$strip>;
|
|
3707
|
-
authenticatorAttachment: z.ZodOptional<z.ZodEnum<{
|
|
3708
|
-
platform: "platform";
|
|
3709
|
-
"cross-platform": "cross-platform";
|
|
3710
|
-
}>>;
|
|
3711
|
-
}, z.core.$strip>;
|
|
3712
|
-
}, z.core.$strip>;
|
|
3713
|
-
declare const atprotoLoginBody: z.ZodObject<{
|
|
3714
|
-
handle: z.ZodString;
|
|
3715
|
-
}, z.core.$strip>;
|
|
3716
|
-
declare const setupAtprotoAdminBody: z.ZodObject<{
|
|
3717
|
-
handle: z.ZodString;
|
|
3718
|
-
}, z.core.$strip>;
|
|
3719
|
-
//#endregion
|
|
3720
|
-
//#region src/api/schemas/users.d.ts
|
|
3721
|
-
declare const usersListQuery: z.ZodObject<{
|
|
3722
|
-
search: z.ZodOptional<z.ZodString>;
|
|
3723
|
-
role: z.ZodOptional<z.ZodString>;
|
|
3724
|
-
cursor: z.ZodOptional<z.ZodString>;
|
|
3725
|
-
limit: z.ZodDefault<z.ZodOptional<z.ZodCoercedNumber<unknown>>>;
|
|
3726
|
-
}, z.core.$strip>;
|
|
3727
|
-
declare const userUpdateBody: z.ZodObject<{
|
|
3728
|
-
name: z.ZodOptional<z.ZodString>;
|
|
3729
|
-
email: z.ZodOptional<z.ZodEmail>;
|
|
3730
|
-
role: z.ZodOptional<z.ZodCoercedNumber<unknown> & z.ZodType<10 | 20 | 30 | 40 | 50, unknown, z.core.$ZodTypeInternals<10 | 20 | 30 | 40 | 50, unknown>>>;
|
|
3731
|
-
}, z.core.$strip>;
|
|
3732
|
-
declare const allowedDomainCreateBody: z.ZodObject<{
|
|
3733
|
-
domain: z.ZodString;
|
|
3734
|
-
defaultRole: z.ZodCoercedNumber<unknown> & z.ZodType<10 | 20 | 30 | 40 | 50, unknown, z.core.$ZodTypeInternals<10 | 20 | 30 | 40 | 50, unknown>>;
|
|
3735
|
-
}, z.core.$strip>;
|
|
3736
|
-
declare const allowedDomainUpdateBody: z.ZodObject<{
|
|
3737
|
-
enabled: z.ZodOptional<z.ZodBoolean>;
|
|
3738
|
-
defaultRole: z.ZodOptional<z.ZodCoercedNumber<unknown> & z.ZodType<10 | 20 | 30 | 40 | 50, unknown, z.core.$ZodTypeInternals<10 | 20 | 30 | 40 | 50, unknown>>>;
|
|
3739
|
-
}, z.core.$strip>;
|
|
3740
|
-
declare const userSchema: z.ZodObject<{
|
|
3741
|
-
id: z.ZodString;
|
|
3742
|
-
email: z.ZodString;
|
|
3743
|
-
name: z.ZodNullable<z.ZodString>;
|
|
3744
|
-
avatarUrl: z.ZodNullable<z.ZodString>;
|
|
3745
|
-
role: z.ZodNumber;
|
|
3746
|
-
emailVerified: z.ZodBoolean;
|
|
3747
|
-
disabled: z.ZodBoolean;
|
|
3748
|
-
createdAt: z.ZodString;
|
|
3749
|
-
updatedAt: z.ZodString;
|
|
3750
|
-
lastLogin: z.ZodNullable<z.ZodString>;
|
|
3751
|
-
credentialCount: z.ZodOptional<z.ZodNumber>;
|
|
3752
|
-
oauthProviders: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
3753
|
-
}, z.core.$strip>;
|
|
3754
|
-
declare const userListResponseSchema: z.ZodObject<{
|
|
3755
|
-
items: z.ZodArray<z.ZodObject<{
|
|
3756
|
-
id: z.ZodString;
|
|
3757
|
-
email: z.ZodString;
|
|
3758
|
-
name: z.ZodNullable<z.ZodString>;
|
|
3759
|
-
avatarUrl: z.ZodNullable<z.ZodString>;
|
|
3760
|
-
role: z.ZodNumber;
|
|
3761
|
-
emailVerified: z.ZodBoolean;
|
|
3762
|
-
disabled: z.ZodBoolean;
|
|
3763
|
-
createdAt: z.ZodString;
|
|
3764
|
-
updatedAt: z.ZodString;
|
|
3765
|
-
lastLogin: z.ZodNullable<z.ZodString>;
|
|
3766
|
-
credentialCount: z.ZodOptional<z.ZodNumber>;
|
|
3767
|
-
oauthProviders: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
3768
|
-
}, z.core.$strip>>;
|
|
3769
|
-
nextCursor: z.ZodOptional<z.ZodString>;
|
|
3770
|
-
}, z.core.$strip>;
|
|
3771
|
-
declare const userDetailSchema: z.ZodObject<{
|
|
3772
|
-
id: z.ZodString;
|
|
3773
|
-
email: z.ZodString;
|
|
3774
|
-
name: z.ZodNullable<z.ZodString>;
|
|
3775
|
-
avatarUrl: z.ZodNullable<z.ZodString>;
|
|
3776
|
-
role: z.ZodNumber;
|
|
3777
|
-
emailVerified: z.ZodBoolean;
|
|
3778
|
-
disabled: z.ZodBoolean;
|
|
3779
|
-
createdAt: z.ZodString;
|
|
3780
|
-
updatedAt: z.ZodString;
|
|
3781
|
-
lastLogin: z.ZodNullable<z.ZodString>;
|
|
3782
|
-
credentials: z.ZodArray<z.ZodObject<{
|
|
3783
|
-
id: z.ZodString;
|
|
3784
|
-
name: z.ZodNullable<z.ZodString>;
|
|
3785
|
-
deviceType: z.ZodNullable<z.ZodString>;
|
|
3786
|
-
createdAt: z.ZodString;
|
|
3787
|
-
lastUsedAt: z.ZodString;
|
|
3788
|
-
}, z.core.$strip>>;
|
|
3789
|
-
oauthAccounts: z.ZodArray<z.ZodObject<{
|
|
3790
|
-
provider: z.ZodString;
|
|
3791
|
-
createdAt: z.ZodString;
|
|
3792
|
-
}, z.core.$strip>>;
|
|
3793
|
-
}, z.core.$strip>;
|
|
3794
|
-
//#endregion
|
|
3795
|
-
//#region src/api/schemas/widgets.d.ts
|
|
3796
|
-
declare const createWidgetAreaBody: z.ZodObject<{
|
|
3797
|
-
name: z.ZodString;
|
|
3798
|
-
label: z.ZodString;
|
|
3799
|
-
description: z.ZodOptional<z.ZodString>;
|
|
3800
|
-
}, z.core.$strip>;
|
|
3801
|
-
declare const createWidgetBody: z.ZodObject<{
|
|
3802
|
-
type: z.ZodEnum<{
|
|
3803
|
-
content: "content";
|
|
3804
|
-
menu: "menu";
|
|
3805
|
-
component: "component";
|
|
3806
|
-
}>;
|
|
3807
|
-
title: z.ZodOptional<z.ZodString>;
|
|
3808
|
-
content: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
3809
|
-
menuName: z.ZodOptional<z.ZodString>;
|
|
3810
|
-
componentId: z.ZodOptional<z.ZodString>;
|
|
3811
|
-
componentProps: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
3812
|
-
}, z.core.$strip>;
|
|
3813
|
-
declare const updateWidgetBody: z.ZodObject<{
|
|
3814
|
-
type: z.ZodOptional<z.ZodEnum<{
|
|
3815
|
-
content: "content";
|
|
3816
|
-
menu: "menu";
|
|
3817
|
-
component: "component";
|
|
3818
|
-
}>>;
|
|
3819
|
-
title: z.ZodOptional<z.ZodString>;
|
|
3820
|
-
content: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
3821
|
-
menuName: z.ZodOptional<z.ZodString>;
|
|
3822
|
-
componentId: z.ZodOptional<z.ZodString>;
|
|
3823
|
-
componentProps: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
3824
|
-
}, z.core.$strip>;
|
|
3825
|
-
declare const reorderWidgetsBody: z.ZodObject<{
|
|
3826
|
-
widgetIds: z.ZodArray<z.ZodString>;
|
|
3827
|
-
}, z.core.$strip>;
|
|
3828
|
-
declare const widgetAreaSchema: z.ZodObject<{
|
|
3829
|
-
id: z.ZodString;
|
|
3830
|
-
name: z.ZodString;
|
|
3831
|
-
label: z.ZodString;
|
|
3832
|
-
description: z.ZodNullable<z.ZodString>;
|
|
3833
|
-
created_at: z.ZodString;
|
|
3834
|
-
updated_at: z.ZodString;
|
|
3835
|
-
}, z.core.$strip>;
|
|
3836
|
-
declare const widgetSchema: z.ZodObject<{
|
|
3837
|
-
id: z.ZodString;
|
|
3838
|
-
type: z.ZodEnum<{
|
|
3839
|
-
content: "content";
|
|
3840
|
-
menu: "menu";
|
|
3841
|
-
component: "component";
|
|
3842
|
-
}>;
|
|
3843
|
-
title: z.ZodOptional<z.ZodString>;
|
|
3844
|
-
content: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
3845
|
-
menuName: z.ZodOptional<z.ZodString>;
|
|
3846
|
-
componentId: z.ZodOptional<z.ZodString>;
|
|
3847
|
-
componentProps: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
3848
|
-
}, z.core.$strip>;
|
|
3849
|
-
declare const widgetAreaWithWidgetsSchema: z.ZodObject<{
|
|
3850
|
-
id: z.ZodString;
|
|
3851
|
-
name: z.ZodString;
|
|
3852
|
-
label: z.ZodString;
|
|
3853
|
-
description: z.ZodNullable<z.ZodString>;
|
|
3854
|
-
created_at: z.ZodString;
|
|
3855
|
-
updated_at: z.ZodString;
|
|
3856
|
-
widgets: z.ZodArray<z.ZodObject<{
|
|
3857
|
-
id: z.ZodString;
|
|
3858
|
-
type: z.ZodEnum<{
|
|
3859
|
-
content: "content";
|
|
3860
|
-
menu: "menu";
|
|
3861
|
-
component: "component";
|
|
3862
|
-
}>;
|
|
3863
|
-
title: z.ZodOptional<z.ZodString>;
|
|
3864
|
-
content: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
3865
|
-
menuName: z.ZodOptional<z.ZodString>;
|
|
3866
|
-
componentId: z.ZodOptional<z.ZodString>;
|
|
3867
|
-
componentProps: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
3868
|
-
}, z.core.$strip>>;
|
|
3869
|
-
}, z.core.$strip>;
|
|
3870
|
-
declare const widgetAreaWithWidgetsAndCountSchema: z.ZodObject<{
|
|
3871
|
-
id: z.ZodString;
|
|
3872
|
-
name: z.ZodString;
|
|
3873
|
-
label: z.ZodString;
|
|
3874
|
-
description: z.ZodNullable<z.ZodString>;
|
|
3875
|
-
created_at: z.ZodString;
|
|
3876
|
-
updated_at: z.ZodString;
|
|
3877
|
-
widgets: z.ZodArray<z.ZodObject<{
|
|
3878
|
-
id: z.ZodString;
|
|
3879
|
-
type: z.ZodEnum<{
|
|
3880
|
-
content: "content";
|
|
3881
|
-
menu: "menu";
|
|
3882
|
-
component: "component";
|
|
3883
|
-
}>;
|
|
3884
|
-
title: z.ZodOptional<z.ZodString>;
|
|
3885
|
-
content: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
3886
|
-
menuName: z.ZodOptional<z.ZodString>;
|
|
3887
|
-
componentId: z.ZodOptional<z.ZodString>;
|
|
3888
|
-
componentProps: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
3889
|
-
}, z.core.$strip>>;
|
|
3890
|
-
widgetCount: z.ZodNumber;
|
|
3891
|
-
}, z.core.$strip>;
|
|
3892
|
-
//#endregion
|
|
3893
|
-
//#region src/api/schemas/redirects.d.ts
|
|
3894
|
-
declare const createRedirectBody: z.ZodObject<{
|
|
3895
|
-
source: z.ZodString;
|
|
3896
|
-
destination: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodLiteral<"">]>>;
|
|
3897
|
-
type: z.ZodDefault<z.ZodOptional<z.ZodCoercedNumber<unknown>>>;
|
|
3898
|
-
enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
3899
|
-
groupName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3900
|
-
}, z.core.$strip>;
|
|
3901
|
-
declare const updateRedirectBody: z.ZodObject<{
|
|
3902
|
-
source: z.ZodOptional<z.ZodString>;
|
|
3903
|
-
destination: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodLiteral<"">]>>;
|
|
3904
|
-
type: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
3905
|
-
enabled: z.ZodOptional<z.ZodBoolean>;
|
|
3906
|
-
groupName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3907
|
-
}, z.core.$strip>;
|
|
3908
|
-
declare const redirectsListQuery: z.ZodObject<{
|
|
3909
|
-
cursor: z.ZodOptional<z.ZodString>;
|
|
3910
|
-
limit: z.ZodDefault<z.ZodOptional<z.ZodCoercedNumber<unknown>>>;
|
|
3911
|
-
search: z.ZodOptional<z.ZodString>;
|
|
3912
|
-
group: z.ZodOptional<z.ZodString>;
|
|
3913
|
-
enabled: z.ZodOptional<z.ZodPipe<z.ZodEnum<{
|
|
3914
|
-
true: "true";
|
|
3915
|
-
false: "false";
|
|
3916
|
-
}>, z.ZodTransform<boolean, "true" | "false">>>;
|
|
3917
|
-
auto: z.ZodOptional<z.ZodPipe<z.ZodEnum<{
|
|
3918
|
-
true: "true";
|
|
3919
|
-
false: "false";
|
|
3920
|
-
}>, z.ZodTransform<boolean, "true" | "false">>>;
|
|
3921
|
-
}, z.core.$strip>;
|
|
3922
|
-
declare const notFoundListQuery: z.ZodObject<{
|
|
3923
|
-
cursor: z.ZodOptional<z.ZodString>;
|
|
3924
|
-
limit: z.ZodDefault<z.ZodOptional<z.ZodCoercedNumber<unknown>>>;
|
|
3925
|
-
search: z.ZodOptional<z.ZodString>;
|
|
3926
|
-
}, z.core.$strip>;
|
|
3927
|
-
declare const notFoundSummaryQuery: z.ZodObject<{
|
|
3928
|
-
limit: z.ZodDefault<z.ZodOptional<z.ZodCoercedNumber<unknown>>>;
|
|
3929
|
-
}, z.core.$strip>;
|
|
3930
|
-
declare const notFoundPruneBody: z.ZodObject<{
|
|
3931
|
-
olderThan: z.ZodUnion<[z.ZodISODateTime, z.ZodISODateTime]>;
|
|
3932
|
-
}, z.core.$strip>;
|
|
3933
|
-
declare const redirectSchema: z.ZodObject<{
|
|
3934
|
-
id: z.ZodString;
|
|
3935
|
-
source: z.ZodString;
|
|
3936
|
-
destination: z.ZodString;
|
|
3937
|
-
type: z.ZodNumber;
|
|
3938
|
-
isPattern: z.ZodBoolean;
|
|
3939
|
-
enabled: z.ZodBoolean;
|
|
3940
|
-
hits: z.ZodNumber;
|
|
3941
|
-
lastHitAt: z.ZodNullable<z.ZodString>;
|
|
3942
|
-
groupName: z.ZodNullable<z.ZodString>;
|
|
3943
|
-
auto: z.ZodBoolean;
|
|
3944
|
-
createdAt: z.ZodString;
|
|
3945
|
-
updatedAt: z.ZodString;
|
|
3946
|
-
}, z.core.$strip>;
|
|
3947
|
-
declare const redirectListResponseSchema: z.ZodObject<{
|
|
3948
|
-
items: z.ZodArray<z.ZodObject<{
|
|
3949
|
-
id: z.ZodString;
|
|
3950
|
-
source: z.ZodString;
|
|
3951
|
-
destination: z.ZodString;
|
|
3952
|
-
type: z.ZodNumber;
|
|
3953
|
-
isPattern: z.ZodBoolean;
|
|
3954
|
-
enabled: z.ZodBoolean;
|
|
3955
|
-
hits: z.ZodNumber;
|
|
3956
|
-
lastHitAt: z.ZodNullable<z.ZodString>;
|
|
3957
|
-
groupName: z.ZodNullable<z.ZodString>;
|
|
3958
|
-
auto: z.ZodBoolean;
|
|
3959
|
-
createdAt: z.ZodString;
|
|
3960
|
-
updatedAt: z.ZodString;
|
|
3961
|
-
}, z.core.$strip>>;
|
|
3962
|
-
nextCursor: z.ZodOptional<z.ZodString>;
|
|
3963
|
-
loopRedirectIds: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
3964
|
-
}, z.core.$strip>;
|
|
3965
|
-
declare const notFoundEntrySchema: z.ZodObject<{
|
|
3966
|
-
id: z.ZodString;
|
|
3967
|
-
path: z.ZodString;
|
|
3968
|
-
referrer: z.ZodNullable<z.ZodString>;
|
|
3969
|
-
userAgent: z.ZodNullable<z.ZodString>;
|
|
3970
|
-
ip: z.ZodNullable<z.ZodString>;
|
|
3971
|
-
createdAt: z.ZodString;
|
|
3972
|
-
}, z.core.$strip>;
|
|
3973
|
-
declare const notFoundListResponseSchema: z.ZodObject<{
|
|
3974
|
-
items: z.ZodArray<z.ZodObject<{
|
|
3975
|
-
id: z.ZodString;
|
|
3976
|
-
path: z.ZodString;
|
|
3977
|
-
referrer: z.ZodNullable<z.ZodString>;
|
|
3978
|
-
userAgent: z.ZodNullable<z.ZodString>;
|
|
3979
|
-
ip: z.ZodNullable<z.ZodString>;
|
|
3980
|
-
createdAt: z.ZodString;
|
|
3981
|
-
}, z.core.$strip>>;
|
|
3982
|
-
nextCursor: z.ZodOptional<z.ZodString>;
|
|
3983
|
-
}, z.core.$strip>;
|
|
3984
|
-
declare const notFoundSummarySchema: z.ZodObject<{
|
|
3985
|
-
path: z.ZodString;
|
|
3986
|
-
count: z.ZodNumber;
|
|
3987
|
-
lastSeen: z.ZodString;
|
|
3988
|
-
topReferrer: z.ZodNullable<z.ZodString>;
|
|
3989
|
-
}, z.core.$strip>;
|
|
3990
|
-
declare const notFoundSummaryResponseSchema: z.ZodObject<{
|
|
3991
|
-
items: z.ZodArray<z.ZodObject<{
|
|
3992
|
-
path: z.ZodString;
|
|
3993
|
-
count: z.ZodNumber;
|
|
3994
|
-
lastSeen: z.ZodString;
|
|
3995
|
-
topReferrer: z.ZodNullable<z.ZodString>;
|
|
3996
|
-
}, z.core.$strip>>;
|
|
3997
|
-
}, z.core.$strip>;
|
|
3998
|
-
//#endregion
|
|
3999
|
-
//#region src/api/schemas/bylines.d.ts
|
|
4000
|
-
declare const bylineSummarySchema: z.ZodObject<{
|
|
4001
|
-
id: z.ZodString;
|
|
4002
|
-
slug: z.ZodString;
|
|
4003
|
-
displayName: z.ZodString;
|
|
4004
|
-
bio: z.ZodNullable<z.ZodString>;
|
|
4005
|
-
avatarMediaId: z.ZodNullable<z.ZodString>;
|
|
4006
|
-
avatarStorageKey: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4007
|
-
avatarAlt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4008
|
-
avatarBlurhash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4009
|
-
avatarDominantColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4010
|
-
websiteUrl: z.ZodNullable<z.ZodString>;
|
|
4011
|
-
userId: z.ZodNullable<z.ZodString>;
|
|
4012
|
-
isGuest: z.ZodBoolean;
|
|
4013
|
-
createdAt: z.ZodString;
|
|
4014
|
-
updatedAt: z.ZodString;
|
|
4015
|
-
locale: z.ZodString;
|
|
4016
|
-
translationGroup: z.ZodNullable<z.ZodString>;
|
|
4017
|
-
customFields: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodBoolean, z.ZodNull]>>>;
|
|
4018
|
-
}, z.core.$strip>;
|
|
4019
|
-
declare const bylineCreditSchema: z.ZodObject<{
|
|
4020
|
-
byline: z.ZodObject<{
|
|
4021
|
-
id: z.ZodString;
|
|
4022
|
-
slug: z.ZodString;
|
|
4023
|
-
displayName: z.ZodString;
|
|
4024
|
-
bio: z.ZodNullable<z.ZodString>;
|
|
4025
|
-
avatarMediaId: z.ZodNullable<z.ZodString>;
|
|
4026
|
-
avatarStorageKey: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4027
|
-
avatarAlt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4028
|
-
avatarBlurhash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4029
|
-
avatarDominantColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4030
|
-
websiteUrl: z.ZodNullable<z.ZodString>;
|
|
4031
|
-
userId: z.ZodNullable<z.ZodString>;
|
|
4032
|
-
isGuest: z.ZodBoolean;
|
|
4033
|
-
createdAt: z.ZodString;
|
|
4034
|
-
updatedAt: z.ZodString;
|
|
4035
|
-
locale: z.ZodString;
|
|
4036
|
-
translationGroup: z.ZodNullable<z.ZodString>;
|
|
4037
|
-
customFields: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodBoolean, z.ZodNull]>>>;
|
|
4038
|
-
}, z.core.$strip>;
|
|
4039
|
-
sortOrder: z.ZodNumber;
|
|
4040
|
-
roleLabel: z.ZodNullable<z.ZodString>;
|
|
4041
|
-
source: z.ZodOptional<z.ZodEnum<{
|
|
4042
|
-
explicit: "explicit";
|
|
4043
|
-
inferred: "inferred";
|
|
4044
|
-
}>>;
|
|
4045
|
-
}, z.core.$strip>;
|
|
4046
|
-
declare const contentBylineInputSchema: z.ZodObject<{
|
|
4047
|
-
bylineId: z.ZodString;
|
|
4048
|
-
roleLabel: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4049
|
-
}, z.core.$strip>;
|
|
4050
|
-
declare const bylinesListQuery: z.ZodObject<{
|
|
4051
|
-
cursor: z.ZodOptional<z.ZodString>;
|
|
4052
|
-
limit: z.ZodDefault<z.ZodOptional<z.ZodCoercedNumber<unknown>>>;
|
|
4053
|
-
search: z.ZodOptional<z.ZodString>;
|
|
4054
|
-
isGuest: z.ZodOptional<z.ZodCoercedBoolean<unknown>>;
|
|
4055
|
-
userId: z.ZodOptional<z.ZodString>;
|
|
4056
|
-
locale: z.ZodOptional<z.ZodString>;
|
|
4057
|
-
}, z.core.$strip>;
|
|
4058
|
-
declare const bylineCreateBody: z.ZodObject<{
|
|
4059
|
-
slug: z.ZodString;
|
|
4060
|
-
displayName: z.ZodString;
|
|
4061
|
-
bio: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4062
|
-
avatarMediaId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4063
|
-
websiteUrl: z.ZodOptional<z.ZodNullable<z.ZodURL>>;
|
|
4064
|
-
userId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4065
|
-
isGuest: z.ZodOptional<z.ZodBoolean>;
|
|
4066
|
-
locale: z.ZodOptional<z.ZodString>;
|
|
4067
|
-
translationOf: z.ZodOptional<z.ZodString>;
|
|
4068
|
-
customFields: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
4069
|
-
}, z.core.$strip>;
|
|
4070
|
-
declare const bylineTranslationCreateBody: z.ZodObject<{
|
|
4071
|
-
locale: z.ZodString;
|
|
4072
|
-
slug: z.ZodOptional<z.ZodString>;
|
|
4073
|
-
displayName: z.ZodOptional<z.ZodString>;
|
|
4074
|
-
bio: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4075
|
-
avatarMediaId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4076
|
-
websiteUrl: z.ZodOptional<z.ZodNullable<z.ZodURL>>;
|
|
4077
|
-
}, z.core.$strip>;
|
|
4078
|
-
declare const bylineTranslationsResponseSchema: z.ZodObject<{
|
|
4079
|
-
items: z.ZodArray<z.ZodObject<{
|
|
4080
|
-
id: z.ZodString;
|
|
4081
|
-
slug: z.ZodString;
|
|
4082
|
-
displayName: z.ZodString;
|
|
4083
|
-
bio: z.ZodNullable<z.ZodString>;
|
|
4084
|
-
avatarMediaId: z.ZodNullable<z.ZodString>;
|
|
4085
|
-
avatarStorageKey: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4086
|
-
avatarAlt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4087
|
-
avatarBlurhash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4088
|
-
avatarDominantColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4089
|
-
websiteUrl: z.ZodNullable<z.ZodString>;
|
|
4090
|
-
userId: z.ZodNullable<z.ZodString>;
|
|
4091
|
-
isGuest: z.ZodBoolean;
|
|
4092
|
-
createdAt: z.ZodString;
|
|
4093
|
-
updatedAt: z.ZodString;
|
|
4094
|
-
locale: z.ZodString;
|
|
4095
|
-
translationGroup: z.ZodNullable<z.ZodString>;
|
|
4096
|
-
customFields: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodBoolean, z.ZodNull]>>>;
|
|
4097
|
-
}, z.core.$strip>>;
|
|
4098
|
-
}, z.core.$strip>;
|
|
4099
|
-
declare const bylineUpdateBody: z.ZodObject<{
|
|
4100
|
-
slug: z.ZodOptional<z.ZodString>;
|
|
4101
|
-
displayName: z.ZodOptional<z.ZodString>;
|
|
4102
|
-
bio: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4103
|
-
avatarMediaId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4104
|
-
websiteUrl: z.ZodOptional<z.ZodNullable<z.ZodURL>>;
|
|
4105
|
-
userId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4106
|
-
isGuest: z.ZodOptional<z.ZodBoolean>;
|
|
4107
|
-
customFields: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
4108
|
-
}, z.core.$strip>;
|
|
4109
|
-
declare const bylineListResponseSchema: z.ZodObject<{
|
|
4110
|
-
items: z.ZodArray<z.ZodObject<{
|
|
4111
|
-
id: z.ZodString;
|
|
4112
|
-
slug: z.ZodString;
|
|
4113
|
-
displayName: z.ZodString;
|
|
4114
|
-
bio: z.ZodNullable<z.ZodString>;
|
|
4115
|
-
avatarMediaId: z.ZodNullable<z.ZodString>;
|
|
4116
|
-
avatarStorageKey: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4117
|
-
avatarAlt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4118
|
-
avatarBlurhash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4119
|
-
avatarDominantColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4120
|
-
websiteUrl: z.ZodNullable<z.ZodString>;
|
|
4121
|
-
userId: z.ZodNullable<z.ZodString>;
|
|
4122
|
-
isGuest: z.ZodBoolean;
|
|
4123
|
-
createdAt: z.ZodString;
|
|
4124
|
-
updatedAt: z.ZodString;
|
|
4125
|
-
locale: z.ZodString;
|
|
4126
|
-
translationGroup: z.ZodNullable<z.ZodString>;
|
|
4127
|
-
customFields: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodBoolean, z.ZodNull]>>>;
|
|
4128
|
-
}, z.core.$strip>>;
|
|
4129
|
-
nextCursor: z.ZodOptional<z.ZodString>;
|
|
4130
|
-
}, z.core.$strip>;
|
|
4131
|
-
//#endregion
|
|
4132
|
-
//#region src/api/schemas/byline-fields.d.ts
|
|
4133
|
-
declare const bylineFieldCreateBody: z.ZodObject<{
|
|
4134
|
-
slug: z.ZodString;
|
|
4135
|
-
label: z.ZodString;
|
|
4136
|
-
type: z.ZodEnum<{
|
|
4137
|
-
string: "string";
|
|
4138
|
-
boolean: "boolean";
|
|
4139
|
-
url: "url";
|
|
4140
|
-
text: "text";
|
|
4141
|
-
select: "select";
|
|
4142
|
-
}>;
|
|
4143
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
4144
|
-
translatable: z.ZodOptional<z.ZodBoolean>;
|
|
4145
|
-
validation: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
4146
|
-
options: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
4147
|
-
}, z.core.$strict>>>;
|
|
4148
|
-
sortOrder: z.ZodOptional<z.ZodNumber>;
|
|
4149
|
-
}, z.core.$strict>;
|
|
4150
|
-
/**
|
|
4151
|
-
* Update body. `slug` and `type` are intentionally absent — both are
|
|
4152
|
-
* immutable post-create (changing them would invalidate stored values).
|
|
4153
|
-
* `translatable` flips are gated at the registry layer when value rows
|
|
4154
|
-
* exist (`TRANSLATABLE_LOCKED`).
|
|
4155
|
-
*/
|
|
4156
|
-
declare const bylineFieldUpdateBody: z.ZodObject<{
|
|
4157
|
-
label: z.ZodOptional<z.ZodString>;
|
|
4158
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
4159
|
-
translatable: z.ZodOptional<z.ZodBoolean>;
|
|
4160
|
-
validation: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
4161
|
-
options: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
4162
|
-
}, z.core.$strict>>>;
|
|
4163
|
-
sortOrder: z.ZodOptional<z.ZodNumber>;
|
|
4164
|
-
}, z.core.$strict>;
|
|
4165
|
-
declare const bylineFieldReorderBody: z.ZodObject<{
|
|
4166
|
-
slugs: z.ZodArray<z.ZodString>;
|
|
4167
|
-
}, z.core.$strict>;
|
|
4168
|
-
declare const bylineFieldDefinitionSchema: z.ZodObject<{
|
|
4169
|
-
id: z.ZodString;
|
|
4170
|
-
slug: z.ZodString;
|
|
4171
|
-
label: z.ZodString;
|
|
4172
|
-
type: z.ZodEnum<{
|
|
4173
|
-
string: "string";
|
|
4174
|
-
boolean: "boolean";
|
|
4175
|
-
url: "url";
|
|
4176
|
-
text: "text";
|
|
4177
|
-
select: "select";
|
|
4178
|
-
}>;
|
|
4179
|
-
required: z.ZodBoolean;
|
|
4180
|
-
translatable: z.ZodBoolean;
|
|
4181
|
-
validation: z.ZodNullable<z.ZodObject<{
|
|
4182
|
-
options: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
4183
|
-
}, z.core.$strip>>;
|
|
4184
|
-
sortOrder: z.ZodNumber;
|
|
4185
|
-
createdAt: z.ZodString;
|
|
4186
|
-
updatedAt: z.ZodString;
|
|
4187
|
-
}, z.core.$strip>;
|
|
4188
|
-
declare const bylineFieldListResponseSchema: z.ZodObject<{
|
|
4189
|
-
items: z.ZodArray<z.ZodObject<{
|
|
4190
|
-
id: z.ZodString;
|
|
4191
|
-
slug: z.ZodString;
|
|
4192
|
-
label: z.ZodString;
|
|
4193
|
-
type: z.ZodEnum<{
|
|
4194
|
-
string: "string";
|
|
4195
|
-
boolean: "boolean";
|
|
4196
|
-
url: "url";
|
|
4197
|
-
text: "text";
|
|
4198
|
-
select: "select";
|
|
4199
|
-
}>;
|
|
4200
|
-
required: z.ZodBoolean;
|
|
4201
|
-
translatable: z.ZodBoolean;
|
|
4202
|
-
validation: z.ZodNullable<z.ZodObject<{
|
|
4203
|
-
options: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
4204
|
-
}, z.core.$strip>>;
|
|
4205
|
-
sortOrder: z.ZodNumber;
|
|
4206
|
-
createdAt: z.ZodString;
|
|
4207
|
-
updatedAt: z.ZodString;
|
|
4208
|
-
}, z.core.$strip>>;
|
|
4209
|
-
}, z.core.$strip>;
|
|
4210
|
-
/**
|
|
4211
|
-
* Response shape for `GET /api/admin/byline-fields/[slug]/usage`.
|
|
4212
|
-
*
|
|
4213
|
-
* `translatableValueCount` counts rows in `_emdash_byline_field_values`.
|
|
4214
|
-
* `groupValueCount` counts rows in `_emdash_byline_field_group_values`.
|
|
4215
|
-
* `totalAffectedRows` is the sum — what the destructive-delete confirm
|
|
4216
|
-
* dialog surfaces. Both individual counts are exposed for diagnostic
|
|
4217
|
-
* value (e.g. inconsistency with the field's current `translatable`
|
|
4218
|
-
* flag would show non-zero on the "wrong" side).
|
|
4219
|
-
*/
|
|
4220
|
-
declare const bylineFieldUsageResponseSchema: z.ZodObject<{
|
|
4221
|
-
translatableValueCount: z.ZodNumber;
|
|
4222
|
-
groupValueCount: z.ZodNumber;
|
|
4223
|
-
totalAffectedRows: z.ZodNumber;
|
|
4224
|
-
}, z.core.$strip>;
|
|
4225
|
-
//#endregion
|
|
4226
|
-
//#region src/api/schemas/relations.d.ts
|
|
4227
|
-
declare const createRelationBody: z.ZodObject<{
|
|
4228
|
-
name: z.ZodString;
|
|
4229
|
-
parentCollection: z.ZodOptional<z.ZodString>;
|
|
4230
|
-
childCollection: z.ZodOptional<z.ZodString>;
|
|
4231
|
-
parentLabel: z.ZodString;
|
|
4232
|
-
childLabel: z.ZodString;
|
|
4233
|
-
locale: z.ZodOptional<z.ZodString>;
|
|
4234
|
-
translationOf: z.ZodOptional<z.ZodString>;
|
|
4235
|
-
}, z.core.$strip>;
|
|
4236
|
-
declare const updateRelationBody: z.ZodObject<{
|
|
4237
|
-
parentLabel: z.ZodOptional<z.ZodString>;
|
|
4238
|
-
childLabel: z.ZodOptional<z.ZodString>;
|
|
4239
|
-
}, z.core.$strip>;
|
|
4240
|
-
declare const setReferenceChildrenBody: z.ZodObject<{
|
|
4241
|
-
childIds: z.ZodArray<z.ZodString>;
|
|
4242
|
-
}, z.core.$strip>;
|
|
4243
|
-
declare const relationDefSchema: z.ZodObject<{
|
|
4244
|
-
id: z.ZodString;
|
|
4245
|
-
name: z.ZodString;
|
|
4246
|
-
parentCollection: z.ZodString;
|
|
4247
|
-
childCollection: z.ZodString;
|
|
4248
|
-
parentLabel: z.ZodString;
|
|
4249
|
-
childLabel: z.ZodString;
|
|
4250
|
-
locale: z.ZodString;
|
|
4251
|
-
translationGroup: z.ZodString;
|
|
4252
|
-
}, z.core.$strip>;
|
|
4253
|
-
declare const relationListResponseSchema: z.ZodObject<{
|
|
4254
|
-
relations: z.ZodArray<z.ZodObject<{
|
|
4255
|
-
id: z.ZodString;
|
|
4256
|
-
name: z.ZodString;
|
|
4257
|
-
parentCollection: z.ZodString;
|
|
4258
|
-
childCollection: z.ZodString;
|
|
4259
|
-
parentLabel: z.ZodString;
|
|
4260
|
-
childLabel: z.ZodString;
|
|
4261
|
-
locale: z.ZodString;
|
|
4262
|
-
translationGroup: z.ZodString;
|
|
4263
|
-
}, z.core.$strip>>;
|
|
4264
|
-
}, z.core.$strip>;
|
|
4265
|
-
declare const relationResponseSchema: z.ZodObject<{
|
|
4266
|
-
relation: z.ZodObject<{
|
|
4267
|
-
id: z.ZodString;
|
|
4268
|
-
name: z.ZodString;
|
|
4269
|
-
parentCollection: z.ZodString;
|
|
4270
|
-
childCollection: z.ZodString;
|
|
4271
|
-
parentLabel: z.ZodString;
|
|
4272
|
-
childLabel: z.ZodString;
|
|
4273
|
-
locale: z.ZodString;
|
|
4274
|
-
translationGroup: z.ZodString;
|
|
4275
|
-
}, z.core.$strip>;
|
|
4276
|
-
}, z.core.$strip>;
|
|
4277
|
-
declare const relationTranslationsSchema: z.ZodObject<{
|
|
4278
|
-
translationGroup: z.ZodString;
|
|
4279
|
-
translations: z.ZodArray<z.ZodObject<{
|
|
4280
|
-
id: z.ZodString;
|
|
4281
|
-
name: z.ZodString;
|
|
4282
|
-
locale: z.ZodString;
|
|
4283
|
-
parentLabel: z.ZodString;
|
|
4284
|
-
childLabel: z.ZodString;
|
|
4285
|
-
}, z.core.$strip>>;
|
|
4286
|
-
}, z.core.$strip>;
|
|
4287
|
-
declare const entryRefSchema: z.ZodObject<{
|
|
4288
|
-
id: z.ZodString;
|
|
4289
|
-
slug: z.ZodNullable<z.ZodString>;
|
|
4290
|
-
collection: z.ZodString;
|
|
4291
|
-
locale: z.ZodNullable<z.ZodString>;
|
|
4292
|
-
sortOrder: z.ZodOptional<z.ZodNumber>;
|
|
4293
|
-
}, z.core.$strip>;
|
|
4294
|
-
declare const referenceChildrenResponseSchema: z.ZodObject<{
|
|
4295
|
-
children: z.ZodArray<z.ZodObject<{
|
|
4296
|
-
id: z.ZodString;
|
|
4297
|
-
slug: z.ZodNullable<z.ZodString>;
|
|
4298
|
-
collection: z.ZodString;
|
|
4299
|
-
locale: z.ZodNullable<z.ZodString>;
|
|
4300
|
-
sortOrder: z.ZodOptional<z.ZodNumber>;
|
|
4301
|
-
}, z.core.$strip>>;
|
|
4302
|
-
nextCursor: z.ZodOptional<z.ZodString>;
|
|
4303
|
-
}, z.core.$strip>;
|
|
4304
|
-
declare const referenceParentsResponseSchema: z.ZodObject<{
|
|
4305
|
-
parents: z.ZodArray<z.ZodObject<{
|
|
4306
|
-
id: z.ZodString;
|
|
4307
|
-
slug: z.ZodNullable<z.ZodString>;
|
|
4308
|
-
collection: z.ZodString;
|
|
4309
|
-
locale: z.ZodNullable<z.ZodString>;
|
|
4310
|
-
sortOrder: z.ZodOptional<z.ZodNumber>;
|
|
4311
|
-
}, z.core.$strip>>;
|
|
4312
|
-
nextCursor: z.ZodOptional<z.ZodString>;
|
|
4313
|
-
}, z.core.$strip>;
|
|
4314
|
-
//#endregion
|
|
4315
|
-
//#region src/api/schemas/entry-lock.d.ts
|
|
4316
|
-
declare const entryLockAcquireBody: z.ZodObject<{
|
|
4317
|
-
takeover: z.ZodOptional<z.ZodBoolean>;
|
|
4318
|
-
token: z.ZodOptional<z.ZodString>;
|
|
4319
|
-
}, z.core.$strip>;
|
|
4320
|
-
declare const entryLockHolderSchema: z.ZodObject<{
|
|
4321
|
-
userId: z.ZodString;
|
|
4322
|
-
userName: z.ZodNullable<z.ZodString>;
|
|
4323
|
-
acquiredAt: z.ZodString;
|
|
4324
|
-
expiresAt: z.ZodString;
|
|
4325
|
-
}, z.core.$strip>;
|
|
4326
|
-
declare const entryLockStatusSchema: z.ZodObject<{
|
|
4327
|
-
enabled: z.ZodBoolean;
|
|
4328
|
-
holder: z.ZodNullable<z.ZodObject<{
|
|
4329
|
-
userId: z.ZodString;
|
|
4330
|
-
userName: z.ZodNullable<z.ZodString>;
|
|
4331
|
-
acquiredAt: z.ZodString;
|
|
4332
|
-
expiresAt: z.ZodString;
|
|
4333
|
-
}, z.core.$strip>>;
|
|
4334
|
-
heldByCaller: z.ZodBoolean;
|
|
4335
|
-
}, z.core.$strip>;
|
|
4336
|
-
declare const entryLockReleaseResponseSchema: z.ZodObject<{
|
|
4337
|
-
released: z.ZodBoolean;
|
|
4338
|
-
}, z.core.$strip>;
|
|
4339
|
-
declare const entryLockConflictSchema: z.ZodObject<{
|
|
4340
|
-
success: z.ZodLiteral<false>;
|
|
4341
|
-
error: z.ZodObject<{
|
|
4342
|
-
code: z.ZodLiteral<"ENTRY_LOCKED">;
|
|
4343
|
-
message: z.ZodString;
|
|
4344
|
-
details: z.ZodObject<{
|
|
4345
|
-
userId: z.ZodString;
|
|
4346
|
-
userName: z.ZodNullable<z.ZodString>;
|
|
4347
|
-
acquiredAt: z.ZodString;
|
|
4348
|
-
expiresAt: z.ZodString;
|
|
4349
|
-
}, z.core.$strip>;
|
|
4350
|
-
}, z.core.$strip>;
|
|
4351
|
-
}, z.core.$strip>;
|
|
4352
|
-
declare const entryMutationConflictSchema: z.ZodObject<{
|
|
4353
|
-
success: z.ZodLiteral<false>;
|
|
4354
|
-
error: z.ZodObject<{
|
|
4355
|
-
code: z.ZodString;
|
|
4356
|
-
message: z.ZodString;
|
|
4357
|
-
details: z.ZodOptional<z.ZodObject<{
|
|
4358
|
-
userId: z.ZodString;
|
|
4359
|
-
userName: z.ZodNullable<z.ZodString>;
|
|
4360
|
-
acquiredAt: z.ZodString;
|
|
4361
|
-
expiresAt: z.ZodString;
|
|
4362
|
-
}, z.core.$strip>>;
|
|
4363
|
-
}, z.core.$strip>;
|
|
4364
|
-
}, z.core.$strip>;
|
|
4365
|
-
type EntryLockAcquireBody = z.infer<typeof entryLockAcquireBody>;
|
|
4366
|
-
//#endregion
|
|
4367
|
-
export { allowedDomainCreateBody as $, contentSeoInput as $i, updateBlockTypeBody as $n, mediaUsageWorkItemSchema as $r, menuSchema as $t, bylineUpdateBody as A, mediaReplaceResponseSchema as Ai, activateBlockTypeVersionBody as An, mediaUsageActivationStatusSchema as Ar, bulkTagBody as At, notFoundSummarySchema as B, contentAuthorsResponseSchema as Bi, collectionSchema as Bn, mediaUsageDetailsQuery as Br, termListResponseSchema as Bt, bylineFieldUsageResponseSchema as C, mediaListReadResponseSchema as Ci, commentListQuery as Cn, MediaUsageWorkListResponse as Cr, settingsUpdateBody as Ct, bylineSummarySchema as D, mediaReadResponseSchema as Di, createReactionBody as Dn, mediaUsageActivationAdvanceResponseSchema as Dr, sectionSchema as Dt, bylineListResponseSchema as E, mediaReadItemSchema as Ei, createCommentBody as En, mediaUsageActivationAdvanceBody as Er, sectionListResponseSchema as Et, notFoundListQuery as F, mediaUploadEnsureUniqueFilenameForm as Fi, blockTypeVersionSchema as Fn, mediaUsageCollectionDeletionRetryBody as Fr, taxonomyDefTranslationsSchema as Ft, createWidgetAreaBody as G, contentListQuery as Gi, fieldListResponseSchema as Gn, mediaUsageProgressSchema as Gr, termWithCountSchema as Gt, redirectSchema as H, contentCreateBody as Hi, createBlockTypeBody as Hn, mediaUsageEntryDetailSchema as Hr, termResponseSchema as Ht, notFoundListResponseSchema as I, mediaUploadResponseSchema as Ii, collectionGetQuery as In, mediaUsageCollectionDeletionRetryResponseSchema as Ir, taxonomyListResponseSchema as It, updateWidgetBody as J, contentPublishBody as Ji, fieldSchema as Jn, mediaUsageRepairResponseSchema as Jr, createMenuBody as Jt, createWidgetBody as K, contentListResponseSchema as Ki, fieldReorderBody as Kn, mediaUsageRepairBody as Kr, updateTaxonomyDefBody as Kt, notFoundPruneBody as L, mediaUploadUrlBody as Li, collectionListResponseSchema as Ln, mediaUsageCollectionDeletionStateSchema as Lr, taxonomyResponseSchema as Lt, contentBylineInputSchema as M, mediaStreamUploadResponseSchema as Mi, blockTypeListResponseSchema as Mn, mediaUsageCollectionDeletionListQuery as Mr, createTermBody as Mt, createRedirectBody as N, mediaUpdateBody as Ni, blockTypeResponseSchema as Nn, mediaUsageCollectionDeletionListResponseSchema as Nr, reorderTermsBody as Nt, bylineTranslationCreateBody as O, mediaReplaceBody as Oi, publicCommentListResponseSchema as On, mediaUsageActivationConflictSchema as Or, sectionsListQuery as Ot, notFoundEntrySchema as P, mediaUploadDeduplicateForm as Pi, blockTypeSchema as Pn, mediaUsageCollectionDeletionPhaseSchema as Pr, taxonomyDefSchema as Pt, widgetSchema as Q, contentScheduleBody as Qi, schemaExportQuery as Qn, mediaUsageSummarySchema as Qr, menuListItemSchema as Qt, notFoundSummaryQuery as R, mediaUploadUrlResponseSchema as Ri, collectionReorderBody as Rn, mediaUsageCoverageSchema as Rr, termGetResponseSchema as Rt, bylineFieldUpdateBody as S, mediaListReadItemSchema as Si, commentCountsResponseSchema as Sn, MediaUsageWorkListQuery as Sr, searchSuggestQuery as St, bylineCreditSchema as T, mediaProviderListQuery as Ti, commentStatusBody as Tn, MediaUsageWorkRetryResponse as Tr, createSectionBody as Tt, redirectsListQuery as U, contentFieldFiltersSchema as Ui, createCollectionBody as Un, mediaUsageOccurrenceDetailSchema as Ur, termSchema as Ut, redirectListResponseSchema as V, contentCompareResponseSchema as Vi, collectionWithFieldsResponseSchema as Vn, mediaUsageDetailsResponseSchema as Vr, termReorderResponseSchema as Vt, updateRedirectBody as W, contentItemSchema as Wi, createFieldBody as Wn, mediaUsageProgressAdvanceResponseSchema as Wr, termTranslationsSchema as Wt, widgetAreaWithWidgetsAndCountSchema as X, contentRestoreResponseSchema as Xi, orphanedTableListResponseSchema as Xn, mediaUsageSiteSettingDetailSchema as Xr, menuItemSchema as Xt, widgetAreaSchema as Y, contentResponseSchema as Yi, orphanRegisterBody as Yn, mediaUsageRepairStatusSchema as Yr, createMenuItemBody as Yt, widgetAreaWithWidgetsSchema as Z, contentRevisionConditionBody as Zi, orphanedTableSchema as Zn, mediaUsageSourceDetailSchema as Zr, menuItemTypeEnum as Zt, updateRelationBody as _, mediaDeleteResponseSchema as _a, mediaFolderResponseSchema as _i, signupCompleteBody as _n, MediaUsageRepairResponse as _r, searchEnableBody as _t, entryLockReleaseResponseSchema as a, contentTrashQuery as aa, mediaUsageWorkStateSchema as ai, updateMenuItemBody as an, MediaUsageCollectionDeletionListQuery as ar, usersListQuery as at, bylineFieldListResponseSchema as b, slugPattern as ba, mediaItemSchema as bi, commentBulkBody as bn, MediaUsageSummary as br, searchResponseSchema as bt, createRelationBody as c, trashedContentListResponseSchema as ca, formatFileSize as ci, inviteCreateBody as cn, MediaUsageCollectionDeletionRetryResponse as cr, setupAdminVerifyBody as ct, referenceParentsResponseSchema as d, countResponseSchema as da, mediaDirectUploadBody as di, magicLinkVerifyBody as dn, MediaUsageDetailsResponse as dr, importProbeBody as dt, contentSeoSchema as ea, mediaUsageWorkListQuery as ei, menuTranslationsSchema as en, updateCollectionBody as er, allowedDomainUpdateBody as et, relationDefSchema as f, cursorPaginationQuery as fa, mediaExistingResponseSchema as fi, passkeyOptionsBody as fn, MediaUsageEntryDetail as fr, wpMediaImportBody as ft, setReferenceChildrenBody as g, localeFilterQuery as ga, mediaFolderListResponseSchema as gi, passkeyVerifyBody as gn, MediaUsageRepairRequest as gr, wpRewriteUrlsBody as gt, relationTranslationsSchema as h, localeCode as ha, mediaFolderListQuery as hi, passkeyRenameBody as hn, MediaUsageProgressAdvanceResponse as hr, wpPrepareBody as ht, entryLockHolderSchema as i, contentTranslationsResponseSchema as ia, mediaUsageWorkRetryResponseSchema as ii, updateMenuBody as in, MediaUsageActivationStatus as ir, userUpdateBody as it, bylinesListQuery as j, mediaResponseSchema as ji, blockFieldDefinitionSchema as jn, mediaUsageCollectionDeletionItemSchema as jr, createTaxonomyDefBody as jt, bylineTranslationsResponseSchema as k, mediaReplaceMetadataForm as ki, publicCommentSchema as kn, mediaUsageActivationStateSchema as kr, updateSectionBody as kt, entryRefSchema as l, VALID_ROLE_LEVELS as la, mediaConfirmBody as li, inviteRegisterOptionsBody as ln, MediaUsageCoverage as lr, setupAtprotoAdminBody as lt, relationResponseSchema as m, httpUrl as ma, mediaFolderIdSchema as mi, passkeyRegisterVerifyBody as mn, MediaUsageProgress as mr, wpPluginExecuteBody as mt, entryLockAcquireBody as n, contentTermsResponseSchema as na, mediaUsageWorkRetryBody as ni, reorderMenuItemsBody as nn, MediaUsageActivationAdvanceRequest as nr, userListResponseSchema as nt, entryLockStatusSchema as o, contentUpdateBody as oa, CONTENT_TYPE_RE as oi, authMeActionBody as on, MediaUsageCollectionDeletionListResponse as or, atprotoLoginBody as ot, relationListResponseSchema as p, deleteResponseSchema as pa, mediaFolderBody as pi, passkeyRegisterOptionsBody as pn, MediaUsageOccurrenceDetail as pr, wpPluginAnalyzeBody as pt, reorderWidgetsBody as q, contentPreviewUrlBody as qi, fieldResponseSchema as qn, mediaUsageRepairCollectionSummarySchema as qr, updateTermBody as qt, entryLockConflictSchema as r, contentTranslationSchema as ra, mediaUsageWorkRetryConflictSchema as ri, safeHref as rn, MediaUsageActivationAdvanceResponse as rr, userSchema as rt, entryMutationConflictSchema as s, trashedContentItemSchema as sa, DEFAULT_MAX_UPLOAD_SIZE as si, inviteCompleteBody as sn, MediaUsageCollectionDeletionRetryRequest as sr, setupAdminBody as st, EntryLockAcquireBody as t, contentTermsBody as ta, mediaUsageWorkListResponseSchema as ti, menuWithItemsSchema as tn, updateFieldBody as tr, userDetailSchema as tt, referenceChildrenResponseSchema as u, apiErrorSchema as ua, mediaConfirmResponseSchema as ui, magicLinkSendBody as un, MediaUsageCoverageStatus as ur, setupBody as ut, bylineFieldCreateBody as v, offsetPaginationQuery as va, mediaFolderSchema as vi, signupRequestBody as vn, MediaUsageSiteSettingDetail as vr, searchQuery as vt, bylineCreateBody as w, mediaListResponseSchema as wi, commentSchema as wn, MediaUsageWorkRetryRequest as wr, siteSettingsSchema as wt, bylineFieldReorderBody as x, successEnvelope as xa, mediaListQuery as xi, commentBulkResponseSchema as xn, MediaUsageWorkItem as xr, searchResultSchema as xt, bylineFieldDefinitionSchema as y, roleLevel as ya, mediaGetQuery as yi, adminCommentListResponseSchema as yn, MediaUsageSourceDetail as yr, searchRebuildBody as yt, notFoundSummaryResponseSchema as z, contentAuthorSchema as zi, collectionResponseSchema as zn, mediaUsageCoverageStatusSchema as zr, termListQuery as zt };
|
|
4368
|
-
//# sourceMappingURL=entry-lock-DVhCt49A.d.mts.map
|