@prenta/core 0.118.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/CHANGELOG.md +2974 -0
- package/LICENSE +21 -0
- package/README.md +33 -0
- package/dist/a11y/index.d.ts +25 -0
- package/dist/a11y/index.d.ts.map +1 -0
- package/dist/a11y/index.js +91 -0
- package/dist/a11y/index.js.map +1 -0
- package/dist/actions.d.ts +130 -0
- package/dist/actions.d.ts.map +1 -0
- package/dist/actions.js +1324 -0
- package/dist/actions.js.map +1 -0
- package/dist/ai/brand-voice-alignment.d.ts +17 -0
- package/dist/ai/brand-voice-alignment.d.ts.map +1 -0
- package/dist/ai/brand-voice-alignment.js +40 -0
- package/dist/ai/brand-voice-alignment.js.map +1 -0
- package/dist/ai/brand-voice-analyze.d.ts +71 -0
- package/dist/ai/brand-voice-analyze.d.ts.map +1 -0
- package/dist/ai/brand-voice-analyze.js +151 -0
- package/dist/ai/brand-voice-analyze.js.map +1 -0
- package/dist/ai/brand-voice-document.d.ts +56 -0
- package/dist/ai/brand-voice-document.d.ts.map +1 -0
- package/dist/ai/brand-voice-document.js +335 -0
- package/dist/ai/brand-voice-document.js.map +1 -0
- package/dist/ai/brand-voice-fix.d.ts +26 -0
- package/dist/ai/brand-voice-fix.d.ts.map +1 -0
- package/dist/ai/brand-voice-fix.js +97 -0
- package/dist/ai/brand-voice-fix.js.map +1 -0
- package/dist/ai/brand-voice-save.d.ts +11 -0
- package/dist/ai/brand-voice-save.d.ts.map +1 -0
- package/dist/ai/brand-voice-save.js +51 -0
- package/dist/ai/brand-voice-save.js.map +1 -0
- package/dist/ai/brand-voice-sources.d.ts +16 -0
- package/dist/ai/brand-voice-sources.d.ts.map +1 -0
- package/dist/ai/brand-voice-sources.js +106 -0
- package/dist/ai/brand-voice-sources.js.map +1 -0
- package/dist/ai/brand-voice-structured.d.ts +87 -0
- package/dist/ai/brand-voice-structured.d.ts.map +1 -0
- package/dist/ai/brand-voice-structured.js +438 -0
- package/dist/ai/brand-voice-structured.js.map +1 -0
- package/dist/ai/brand-voice.d.ts +40 -0
- package/dist/ai/brand-voice.d.ts.map +1 -0
- package/dist/ai/brand-voice.js +103 -0
- package/dist/ai/brand-voice.js.map +1 -0
- package/dist/ai/catalog.d.ts +35 -0
- package/dist/ai/catalog.d.ts.map +1 -0
- package/dist/ai/catalog.js +370 -0
- package/dist/ai/catalog.js.map +1 -0
- package/dist/ai/config-store.d.ts +55 -0
- package/dist/ai/config-store.d.ts.map +1 -0
- package/dist/ai/config-store.js +177 -0
- package/dist/ai/config-store.js.map +1 -0
- package/dist/ai/content-writing-generate.d.ts +19 -0
- package/dist/ai/content-writing-generate.d.ts.map +1 -0
- package/dist/ai/content-writing-generate.js +64 -0
- package/dist/ai/content-writing-generate.js.map +1 -0
- package/dist/ai/feature-defaults.d.ts +20 -0
- package/dist/ai/feature-defaults.d.ts.map +1 -0
- package/dist/ai/feature-defaults.js +104 -0
- package/dist/ai/feature-defaults.js.map +1 -0
- package/dist/ai/index.d.ts +24 -0
- package/dist/ai/index.d.ts.map +1 -0
- package/dist/ai/index.js +24 -0
- package/dist/ai/index.js.map +1 -0
- package/dist/ai/models.d.ts +37 -0
- package/dist/ai/models.d.ts.map +1 -0
- package/dist/ai/models.js +126 -0
- package/dist/ai/models.js.map +1 -0
- package/dist/ai/providers/anthropic.d.ts +10 -0
- package/dist/ai/providers/anthropic.d.ts.map +1 -0
- package/dist/ai/providers/anthropic.js +63 -0
- package/dist/ai/providers/anthropic.js.map +1 -0
- package/dist/ai/providers/custom.d.ts +12 -0
- package/dist/ai/providers/custom.d.ts.map +1 -0
- package/dist/ai/providers/custom.js +76 -0
- package/dist/ai/providers/custom.js.map +1 -0
- package/dist/ai/providers/http.d.ts +66 -0
- package/dist/ai/providers/http.d.ts.map +1 -0
- package/dist/ai/providers/http.js +185 -0
- package/dist/ai/providers/http.js.map +1 -0
- package/dist/ai/providers/index.d.ts +18 -0
- package/dist/ai/providers/index.d.ts.map +1 -0
- package/dist/ai/providers/index.js +28 -0
- package/dist/ai/providers/index.js.map +1 -0
- package/dist/ai/providers/openai.d.ts +11 -0
- package/dist/ai/providers/openai.d.ts.map +1 -0
- package/dist/ai/providers/openai.js +44 -0
- package/dist/ai/providers/openai.js.map +1 -0
- package/dist/ai/providers/xai.d.ts +10 -0
- package/dist/ai/providers/xai.d.ts.map +1 -0
- package/dist/ai/providers/xai.js +38 -0
- package/dist/ai/providers/xai.js.map +1 -0
- package/dist/ai/resolve.d.ts +41 -0
- package/dist/ai/resolve.d.ts.map +1 -0
- package/dist/ai/resolve.js +143 -0
- package/dist/ai/resolve.js.map +1 -0
- package/dist/ai/runtime.d.ts +88 -0
- package/dist/ai/runtime.d.ts.map +1 -0
- package/dist/ai/runtime.js +192 -0
- package/dist/ai/runtime.js.map +1 -0
- package/dist/ai/sampling.d.ts +17 -0
- package/dist/ai/sampling.d.ts.map +1 -0
- package/dist/ai/sampling.js +51 -0
- package/dist/ai/sampling.js.map +1 -0
- package/dist/ai/types.d.ts +193 -0
- package/dist/ai/types.d.ts.map +1 -0
- package/dist/ai/types.js +11 -0
- package/dist/ai/types.js.map +1 -0
- package/dist/ai/usage.d.ts +18 -0
- package/dist/ai/usage.d.ts.map +1 -0
- package/dist/ai/usage.js +70 -0
- package/dist/ai/usage.js.map +1 -0
- package/dist/api/collection-introspection.d.ts +46 -0
- package/dist/api/collection-introspection.d.ts.map +1 -0
- package/dist/api/collection-introspection.js +82 -0
- package/dist/api/collection-introspection.js.map +1 -0
- package/dist/api/guarded-db.d.ts +14 -0
- package/dist/api/guarded-db.d.ts.map +1 -0
- package/dist/api/guarded-db.js +62 -0
- package/dist/api/guarded-db.js.map +1 -0
- package/dist/api/handler-factory.d.ts +7 -0
- package/dist/api/handler-factory.d.ts.map +1 -0
- package/dist/api/handler-factory.js +380 -0
- package/dist/api/handler-factory.js.map +1 -0
- package/dist/api/handlers.d.ts +8 -0
- package/dist/api/handlers.d.ts.map +1 -0
- package/dist/api/handlers.js +62 -0
- package/dist/api/handlers.js.map +1 -0
- package/dist/api/index.d.ts +8 -0
- package/dist/api/index.d.ts.map +1 -0
- package/dist/api/index.js +8 -0
- package/dist/api/index.js.map +1 -0
- package/dist/api/openapi.d.ts +3 -0
- package/dist/api/openapi.d.ts.map +1 -0
- package/dist/api/openapi.js +539 -0
- package/dist/api/openapi.js.map +1 -0
- package/dist/api/route-helpers.d.ts +369 -0
- package/dist/api/route-helpers.d.ts.map +1 -0
- package/dist/api/route-helpers.js +1574 -0
- package/dist/api/route-helpers.js.map +1 -0
- package/dist/api/router.d.ts +21 -0
- package/dist/api/router.d.ts.map +1 -0
- package/dist/api/router.js +75 -0
- package/dist/api/router.js.map +1 -0
- package/dist/api/routes/ai-seo.d.ts +3 -0
- package/dist/api/routes/ai-seo.d.ts.map +1 -0
- package/dist/api/routes/ai-seo.js +482 -0
- package/dist/api/routes/ai-seo.js.map +1 -0
- package/dist/api/routes/ai-settings.d.ts +3 -0
- package/dist/api/routes/ai-settings.d.ts.map +1 -0
- package/dist/api/routes/ai-settings.js +1078 -0
- package/dist/api/routes/ai-settings.js.map +1 -0
- package/dist/api/routes/auth.d.ts +3 -0
- package/dist/api/routes/auth.d.ts.map +1 -0
- package/dist/api/routes/auth.js +877 -0
- package/dist/api/routes/auth.js.map +1 -0
- package/dist/api/routes/collab.d.ts +3 -0
- package/dist/api/routes/collab.d.ts.map +1 -0
- package/dist/api/routes/collab.js +426 -0
- package/dist/api/routes/collab.js.map +1 -0
- package/dist/api/routes/dashboard.d.ts +7 -0
- package/dist/api/routes/dashboard.d.ts.map +1 -0
- package/dist/api/routes/dashboard.js +540 -0
- package/dist/api/routes/dashboard.js.map +1 -0
- package/dist/api/routes/documents.d.ts +11 -0
- package/dist/api/routes/documents.d.ts.map +1 -0
- package/dist/api/routes/documents.js +340 -0
- package/dist/api/routes/documents.js.map +1 -0
- package/dist/api/routes/email-settings.d.ts +3 -0
- package/dist/api/routes/email-settings.d.ts.map +1 -0
- package/dist/api/routes/email-settings.js +248 -0
- package/dist/api/routes/email-settings.js.map +1 -0
- package/dist/api/routes/folders.d.ts +3 -0
- package/dist/api/routes/folders.d.ts.map +1 -0
- package/dist/api/routes/folders.js +195 -0
- package/dist/api/routes/folders.js.map +1 -0
- package/dist/api/routes/forms.d.ts +3 -0
- package/dist/api/routes/forms.d.ts.map +1 -0
- package/dist/api/routes/forms.js +776 -0
- package/dist/api/routes/forms.js.map +1 -0
- package/dist/api/routes/globals.d.ts +3 -0
- package/dist/api/routes/globals.d.ts.map +1 -0
- package/dist/api/routes/globals.js +157 -0
- package/dist/api/routes/globals.js.map +1 -0
- package/dist/api/routes/media.d.ts +3 -0
- package/dist/api/routes/media.d.ts.map +1 -0
- package/dist/api/routes/media.js +807 -0
- package/dist/api/routes/media.js.map +1 -0
- package/dist/api/routes/meta.d.ts +3 -0
- package/dist/api/routes/meta.d.ts.map +1 -0
- package/dist/api/routes/meta.js +97 -0
- package/dist/api/routes/meta.js.map +1 -0
- package/dist/api/routes/navigations.d.ts +7 -0
- package/dist/api/routes/navigations.d.ts.map +1 -0
- package/dist/api/routes/navigations.js +81 -0
- package/dist/api/routes/navigations.js.map +1 -0
- package/dist/api/routes/page-templates.d.ts +3 -0
- package/dist/api/routes/page-templates.d.ts.map +1 -0
- package/dist/api/routes/page-templates.js +265 -0
- package/dist/api/routes/page-templates.js.map +1 -0
- package/dist/api/routes/presence.d.ts +3 -0
- package/dist/api/routes/presence.d.ts.map +1 -0
- package/dist/api/routes/presence.js +35 -0
- package/dist/api/routes/presence.js.map +1 -0
- package/dist/api/routes/preview.d.ts +3 -0
- package/dist/api/routes/preview.d.ts.map +1 -0
- package/dist/api/routes/preview.js +111 -0
- package/dist/api/routes/preview.js.map +1 -0
- package/dist/api/routes/redirects.d.ts +3 -0
- package/dist/api/routes/redirects.d.ts.map +1 -0
- package/dist/api/routes/redirects.js +937 -0
- package/dist/api/routes/redirects.js.map +1 -0
- package/dist/api/routes/saved-sections.d.ts +3 -0
- package/dist/api/routes/saved-sections.d.ts.map +1 -0
- package/dist/api/routes/saved-sections.js +1071 -0
- package/dist/api/routes/saved-sections.js.map +1 -0
- package/dist/api/routes/scheduling.d.ts +3 -0
- package/dist/api/routes/scheduling.d.ts.map +1 -0
- package/dist/api/routes/scheduling.js +391 -0
- package/dist/api/routes/scheduling.js.map +1 -0
- package/dist/api/routes/sections.d.ts +3 -0
- package/dist/api/routes/sections.d.ts.map +1 -0
- package/dist/api/routes/sections.js +512 -0
- package/dist/api/routes/sections.js.map +1 -0
- package/dist/api/routes/security-center.d.ts +3 -0
- package/dist/api/routes/security-center.d.ts.map +1 -0
- package/dist/api/routes/security-center.js +71 -0
- package/dist/api/routes/security-center.js.map +1 -0
- package/dist/api/routes/seo-public.d.ts +14 -0
- package/dist/api/routes/seo-public.d.ts.map +1 -0
- package/dist/api/routes/seo-public.js +1366 -0
- package/dist/api/routes/seo-public.js.map +1 -0
- package/dist/api/routes/seo.d.ts +8 -0
- package/dist/api/routes/seo.d.ts.map +1 -0
- package/dist/api/routes/seo.js +2256 -0
- package/dist/api/routes/seo.js.map +1 -0
- package/dist/api/routes/system.d.ts +3 -0
- package/dist/api/routes/system.d.ts.map +1 -0
- package/dist/api/routes/system.js +353 -0
- package/dist/api/routes/system.js.map +1 -0
- package/dist/api/routes/url-resolution.d.ts +3 -0
- package/dist/api/routes/url-resolution.d.ts.map +1 -0
- package/dist/api/routes/url-resolution.js +522 -0
- package/dist/api/routes/url-resolution.js.map +1 -0
- package/dist/api/routes/users.d.ts +3 -0
- package/dist/api/routes/users.d.ts.map +1 -0
- package/dist/api/routes/users.js +1177 -0
- package/dist/api/routes/users.js.map +1 -0
- package/dist/api/routes/webhooks.d.ts +3 -0
- package/dist/api/routes/webhooks.d.ts.map +1 -0
- package/dist/api/routes/webhooks.js +422 -0
- package/dist/api/routes/webhooks.js.map +1 -0
- package/dist/appearance/color.d.ts +24 -0
- package/dist/appearance/color.d.ts.map +1 -0
- package/dist/appearance/color.js +90 -0
- package/dist/appearance/color.js.map +1 -0
- package/dist/appearance/favicon-icon.d.ts +12 -0
- package/dist/appearance/favicon-icon.d.ts.map +1 -0
- package/dist/appearance/favicon-icon.js +58 -0
- package/dist/appearance/favicon-icon.js.map +1 -0
- package/dist/appearance/favicon-paths.d.ts +6 -0
- package/dist/appearance/favicon-paths.d.ts.map +1 -0
- package/dist/appearance/favicon-paths.js +6 -0
- package/dist/appearance/favicon-paths.js.map +1 -0
- package/dist/appearance/index.d.ts +15 -0
- package/dist/appearance/index.d.ts.map +1 -0
- package/dist/appearance/index.js +7 -0
- package/dist/appearance/index.js.map +1 -0
- package/dist/appearance/logo-shape.d.ts +26 -0
- package/dist/appearance/logo-shape.d.ts.map +1 -0
- package/dist/appearance/logo-shape.js +62 -0
- package/dist/appearance/logo-shape.js.map +1 -0
- package/dist/appearance/resolve.d.ts +52 -0
- package/dist/appearance/resolve.d.ts.map +1 -0
- package/dist/appearance/resolve.js +219 -0
- package/dist/appearance/resolve.js.map +1 -0
- package/dist/appearance/theme-tokens.d.ts +49 -0
- package/dist/appearance/theme-tokens.d.ts.map +1 -0
- package/dist/appearance/theme-tokens.js +229 -0
- package/dist/appearance/theme-tokens.js.map +1 -0
- package/dist/appearance/types.d.ts +110 -0
- package/dist/appearance/types.d.ts.map +1 -0
- package/dist/appearance/types.js +16 -0
- package/dist/appearance/types.js.map +1 -0
- package/dist/astro-cache.d.ts +80 -0
- package/dist/astro-cache.d.ts.map +1 -0
- package/dist/astro-cache.js +108 -0
- package/dist/astro-cache.js.map +1 -0
- package/dist/astro-content.d.ts +81 -0
- package/dist/astro-content.d.ts.map +1 -0
- package/dist/astro-content.js +151 -0
- package/dist/astro-content.js.map +1 -0
- package/dist/astro-redirects.d.ts +38 -0
- package/dist/astro-redirects.d.ts.map +1 -0
- package/dist/astro-redirects.js +45 -0
- package/dist/astro-redirects.js.map +1 -0
- package/dist/astro-security.d.ts +34 -0
- package/dist/astro-security.d.ts.map +1 -0
- package/dist/astro-security.js +31 -0
- package/dist/astro-security.js.map +1 -0
- package/dist/astro-site.d.ts +69 -0
- package/dist/astro-site.d.ts.map +1 -0
- package/dist/astro-site.js +81 -0
- package/dist/astro-site.js.map +1 -0
- package/dist/auth/index.d.ts +17 -0
- package/dist/auth/index.d.ts.map +1 -0
- package/dist/auth/index.js +12 -0
- package/dist/auth/index.js.map +1 -0
- package/dist/auth/invite-email.d.ts +12 -0
- package/dist/auth/invite-email.d.ts.map +1 -0
- package/dist/auth/invite-email.js +57 -0
- package/dist/auth/invite-email.js.map +1 -0
- package/dist/auth/invites.d.ts +72 -0
- package/dist/auth/invites.d.ts.map +1 -0
- package/dist/auth/invites.js +279 -0
- package/dist/auth/invites.js.map +1 -0
- package/dist/auth/mfa-pending.d.ts +24 -0
- package/dist/auth/mfa-pending.d.ts.map +1 -0
- package/dist/auth/mfa-pending.js +38 -0
- package/dist/auth/mfa-pending.js.map +1 -0
- package/dist/auth/oauth.d.ts +139 -0
- package/dist/auth/oauth.d.ts.map +1 -0
- package/dist/auth/oauth.js +376 -0
- package/dist/auth/oauth.js.map +1 -0
- package/dist/auth/password.d.ts +57 -0
- package/dist/auth/password.d.ts.map +1 -0
- package/dist/auth/password.js +150 -0
- package/dist/auth/password.js.map +1 -0
- package/dist/auth/providers/github.d.ts +9 -0
- package/dist/auth/providers/github.d.ts.map +1 -0
- package/dist/auth/providers/github.js +10 -0
- package/dist/auth/providers/github.js.map +1 -0
- package/dist/auth/providers/google.d.ts +9 -0
- package/dist/auth/providers/google.d.ts.map +1 -0
- package/dist/auth/providers/google.js +10 -0
- package/dist/auth/providers/google.js.map +1 -0
- package/dist/auth/providers/microsoft.d.ts +9 -0
- package/dist/auth/providers/microsoft.d.ts.map +1 -0
- package/dist/auth/providers/microsoft.js +11 -0
- package/dist/auth/providers/microsoft.js.map +1 -0
- package/dist/auth/reset-email.d.ts +10 -0
- package/dist/auth/reset-email.d.ts.map +1 -0
- package/dist/auth/reset-email.js +30 -0
- package/dist/auth/reset-email.js.map +1 -0
- package/dist/auth/reset.d.ts +42 -0
- package/dist/auth/reset.d.ts.map +1 -0
- package/dist/auth/reset.js +142 -0
- package/dist/auth/reset.js.map +1 -0
- package/dist/auth/roles.d.ts +51 -0
- package/dist/auth/roles.d.ts.map +1 -0
- package/dist/auth/roles.js +159 -0
- package/dist/auth/roles.js.map +1 -0
- package/dist/auth/session.d.ts +38 -0
- package/dist/auth/session.d.ts.map +1 -0
- package/dist/auth/session.js +106 -0
- package/dist/auth/session.js.map +1 -0
- package/dist/auth/team.d.ts +99 -0
- package/dist/auth/team.d.ts.map +1 -0
- package/dist/auth/team.js +327 -0
- package/dist/auth/team.js.map +1 -0
- package/dist/auth/totp.d.ts +31 -0
- package/dist/auth/totp.d.ts.map +1 -0
- package/dist/auth/totp.js +134 -0
- package/dist/auth/totp.js.map +1 -0
- package/dist/auth/user-admin.d.ts +119 -0
- package/dist/auth/user-admin.d.ts.map +1 -0
- package/dist/auth/user-admin.js +292 -0
- package/dist/auth/user-admin.js.map +1 -0
- package/dist/backup/index.d.ts +19 -0
- package/dist/backup/index.d.ts.map +1 -0
- package/dist/backup/index.js +24 -0
- package/dist/backup/index.js.map +1 -0
- package/dist/billing/stripe-meter.d.ts +22 -0
- package/dist/billing/stripe-meter.d.ts.map +1 -0
- package/dist/billing/stripe-meter.js +101 -0
- package/dist/billing/stripe-meter.js.map +1 -0
- package/dist/brand-voice/index.d.ts +7 -0
- package/dist/brand-voice/index.d.ts.map +1 -0
- package/dist/brand-voice/index.js +7 -0
- package/dist/brand-voice/index.js.map +1 -0
- package/dist/cache/http.d.ts +140 -0
- package/dist/cache/http.d.ts.map +1 -0
- package/dist/cache/http.js +213 -0
- package/dist/cache/http.js.map +1 -0
- package/dist/cache/index.d.ts +15 -0
- package/dist/cache/index.d.ts.map +1 -0
- package/dist/cache/index.js +32 -0
- package/dist/cache/index.js.map +1 -0
- package/dist/client.d.ts +51 -0
- package/dist/client.d.ts.map +1 -0
- package/dist/client.js +59 -0
- package/dist/client.js.map +1 -0
- package/dist/codegen/index.d.ts +4 -0
- package/dist/codegen/index.d.ts.map +1 -0
- package/dist/codegen/index.js +366 -0
- package/dist/codegen/index.js.map +1 -0
- package/dist/collections/index.d.ts +19 -0
- package/dist/collections/index.d.ts.map +1 -0
- package/dist/collections/index.js +30 -0
- package/dist/collections/index.js.map +1 -0
- package/dist/collections/presets.d.ts +90 -0
- package/dist/collections/presets.d.ts.map +1 -0
- package/dist/collections/presets.js +573 -0
- package/dist/collections/presets.js.map +1 -0
- package/dist/config/define.d.ts +8 -0
- package/dist/config/define.d.ts.map +1 -0
- package/dist/config/define.js +7 -0
- package/dist/config/define.js.map +1 -0
- package/dist/config/index.d.ts +31 -0
- package/dist/config/index.d.ts.map +1 -0
- package/dist/config/index.js +196 -0
- package/dist/config/index.js.map +1 -0
- package/dist/config/runtime.d.ts +107 -0
- package/dist/config/runtime.d.ts.map +1 -0
- package/dist/config/runtime.js +77 -0
- package/dist/config/runtime.js.map +1 -0
- package/dist/config/types.d.ts +924 -0
- package/dist/config/types.d.ts.map +1 -0
- package/dist/config/types.js +2 -0
- package/dist/config/types.js.map +1 -0
- package/dist/content/ai-api.d.ts +21 -0
- package/dist/content/ai-api.d.ts.map +1 -0
- package/dist/content/ai-api.js +25 -0
- package/dist/content/ai-api.js.map +1 -0
- package/dist/content/content-graph.d.ts +25 -0
- package/dist/content/content-graph.d.ts.map +1 -0
- package/dist/content/content-graph.js +40 -0
- package/dist/content/content-graph.js.map +1 -0
- package/dist/content/extract.d.ts +7 -0
- package/dist/content/extract.d.ts.map +1 -0
- package/dist/content/extract.js +33 -0
- package/dist/content/extract.js.map +1 -0
- package/dist/content/index.d.ts +9 -0
- package/dist/content/index.d.ts.map +1 -0
- package/dist/content/index.js +6 -0
- package/dist/content/index.js.map +1 -0
- package/dist/content/slug.d.ts +40 -0
- package/dist/content/slug.d.ts.map +1 -0
- package/dist/content/slug.js +78 -0
- package/dist/content/slug.js.map +1 -0
- package/dist/content/structured-data.d.ts +163 -0
- package/dist/content/structured-data.d.ts.map +1 -0
- package/dist/content/structured-data.js +479 -0
- package/dist/content/structured-data.js.map +1 -0
- package/dist/content-health/cron.d.ts +68 -0
- package/dist/content-health/cron.d.ts.map +1 -0
- package/dist/content-health/cron.js +167 -0
- package/dist/content-health/cron.js.map +1 -0
- package/dist/content-health/scanner.d.ts +119 -0
- package/dist/content-health/scanner.d.ts.map +1 -0
- package/dist/content-health/scanner.js +257 -0
- package/dist/content-health/scanner.js.map +1 -0
- package/dist/cron/index.d.ts +90 -0
- package/dist/cron/index.d.ts.map +1 -0
- package/dist/cron/index.js +299 -0
- package/dist/cron/index.js.map +1 -0
- package/dist/db/adapters/mysql.d.ts +5 -0
- package/dist/db/adapters/mysql.d.ts.map +1 -0
- package/dist/db/adapters/mysql.js +26 -0
- package/dist/db/adapters/mysql.js.map +1 -0
- package/dist/db/adapters/postgres.d.ts +7 -0
- package/dist/db/adapters/postgres.d.ts.map +1 -0
- package/dist/db/adapters/postgres.js +25 -0
- package/dist/db/adapters/postgres.js.map +1 -0
- package/dist/db/adapters/sqlite.d.ts +5 -0
- package/dist/db/adapters/sqlite.d.ts.map +1 -0
- package/dist/db/adapters/sqlite.js +27 -0
- package/dist/db/adapters/sqlite.js.map +1 -0
- package/dist/db/client-types.d.ts +75 -0
- package/dist/db/client-types.d.ts.map +1 -0
- package/dist/db/client-types.js +2 -0
- package/dist/db/client-types.js.map +1 -0
- package/dist/db/create-adapter.d.ts +11 -0
- package/dist/db/create-adapter.d.ts.map +1 -0
- package/dist/db/create-adapter.js +43 -0
- package/dist/db/create-adapter.js.map +1 -0
- package/dist/db/find-in-batches.d.ts +12 -0
- package/dist/db/find-in-batches.d.ts.map +1 -0
- package/dist/db/find-in-batches.js +20 -0
- package/dist/db/find-in-batches.js.map +1 -0
- package/dist/db/index.d.ts +9 -0
- package/dist/db/index.d.ts.map +1 -0
- package/dist/db/index.js +5 -0
- package/dist/db/index.js.map +1 -0
- package/dist/db/model-types.d.ts +602 -0
- package/dist/db/model-types.d.ts.map +1 -0
- package/dist/db/model-types.js +14 -0
- package/dist/db/model-types.js.map +1 -0
- package/dist/db.d.ts +20 -0
- package/dist/db.d.ts.map +1 -0
- package/dist/db.js +35 -0
- package/dist/db.js.map +1 -0
- package/dist/diagnostics/api-metrics.d.ts +135 -0
- package/dist/diagnostics/api-metrics.d.ts.map +1 -0
- package/dist/diagnostics/api-metrics.js +376 -0
- package/dist/diagnostics/api-metrics.js.map +1 -0
- package/dist/diagnostics/env.d.ts +44 -0
- package/dist/diagnostics/env.d.ts.map +1 -0
- package/dist/diagnostics/env.js +354 -0
- package/dist/diagnostics/env.js.map +1 -0
- package/dist/diagnostics/logger.d.ts +38 -0
- package/dist/diagnostics/logger.d.ts.map +1 -0
- package/dist/diagnostics/logger.js +89 -0
- package/dist/diagnostics/logger.js.map +1 -0
- package/dist/diagnostics/sentry.d.ts +8 -0
- package/dist/diagnostics/sentry.d.ts.map +1 -0
- package/dist/diagnostics/sentry.js +54 -0
- package/dist/diagnostics/sentry.js.map +1 -0
- package/dist/email/resolve.d.ts +27 -0
- package/dist/email/resolve.d.ts.map +1 -0
- package/dist/email/resolve.js +68 -0
- package/dist/email/resolve.js.map +1 -0
- package/dist/email/sender.d.ts +71 -0
- package/dist/email/sender.d.ts.map +1 -0
- package/dist/email/sender.js +41 -0
- package/dist/email/sender.js.map +1 -0
- package/dist/email/settings-store.d.ts +116 -0
- package/dist/email/settings-store.d.ts.map +1 -0
- package/dist/email/settings-store.js +222 -0
- package/dist/email/settings-store.js.map +1 -0
- package/dist/fields/component-block.d.ts +23 -0
- package/dist/fields/component-block.d.ts.map +1 -0
- package/dist/fields/component-block.js +137 -0
- package/dist/fields/component-block.js.map +1 -0
- package/dist/fields/index.d.ts +19 -0
- package/dist/fields/index.d.ts.map +1 -0
- package/dist/fields/index.js +95 -0
- package/dist/fields/index.js.map +1 -0
- package/dist/fields/presets.d.ts +144 -0
- package/dist/fields/presets.d.ts.map +1 -0
- package/dist/fields/presets.js +350 -0
- package/dist/fields/presets.js.map +1 -0
- package/dist/fields/relations.d.ts +87 -0
- package/dist/fields/relations.d.ts.map +1 -0
- package/dist/fields/relations.js +231 -0
- package/dist/fields/relations.js.map +1 -0
- package/dist/forms/analytics.d.ts +62 -0
- package/dist/forms/analytics.d.ts.map +1 -0
- package/dist/forms/analytics.js +95 -0
- package/dist/forms/analytics.js.map +1 -0
- package/dist/forms/attribution.d.ts +175 -0
- package/dist/forms/attribution.d.ts.map +1 -0
- package/dist/forms/attribution.js +577 -0
- package/dist/forms/attribution.js.map +1 -0
- package/dist/forms/client-validation.d.ts +50 -0
- package/dist/forms/client-validation.d.ts.map +1 -0
- package/dist/forms/client-validation.js +215 -0
- package/dist/forms/client-validation.js.map +1 -0
- package/dist/forms/delivery.d.ts +89 -0
- package/dist/forms/delivery.d.ts.map +1 -0
- package/dist/forms/delivery.js +477 -0
- package/dist/forms/delivery.js.map +1 -0
- package/dist/forms/encryption.d.ts +20 -0
- package/dist/forms/encryption.d.ts.map +1 -0
- package/dist/forms/encryption.js +80 -0
- package/dist/forms/encryption.js.map +1 -0
- package/dist/forms/entries.d.ts +68 -0
- package/dist/forms/entries.d.ts.map +1 -0
- package/dist/forms/entries.js +557 -0
- package/dist/forms/entries.js.map +1 -0
- package/dist/forms/files.d.ts +38 -0
- package/dist/forms/files.d.ts.map +1 -0
- package/dist/forms/files.js +134 -0
- package/dist/forms/files.js.map +1 -0
- package/dist/forms/index.d.ts +21 -0
- package/dist/forms/index.d.ts.map +1 -0
- package/dist/forms/index.js +20 -0
- package/dist/forms/index.js.map +1 -0
- package/dist/forms/notify.d.ts +80 -0
- package/dist/forms/notify.d.ts.map +1 -0
- package/dist/forms/notify.js +357 -0
- package/dist/forms/notify.js.map +1 -0
- package/dist/forms/prefetch.d.ts +17 -0
- package/dist/forms/prefetch.d.ts.map +1 -0
- package/dist/forms/prefetch.js +36 -0
- package/dist/forms/prefetch.js.map +1 -0
- package/dist/forms/public-html.d.ts +22 -0
- package/dist/forms/public-html.d.ts.map +1 -0
- package/dist/forms/public-html.js +145 -0
- package/dist/forms/public-html.js.map +1 -0
- package/dist/forms/service.d.ts +102 -0
- package/dist/forms/service.d.ts.map +1 -0
- package/dist/forms/service.js +625 -0
- package/dist/forms/service.js.map +1 -0
- package/dist/forms/spam.d.ts +33 -0
- package/dist/forms/spam.d.ts.map +1 -0
- package/dist/forms/spam.js +93 -0
- package/dist/forms/spam.js.map +1 -0
- package/dist/forms/submission.d.ts +132 -0
- package/dist/forms/submission.d.ts.map +1 -0
- package/dist/forms/submission.js +348 -0
- package/dist/forms/submission.js.map +1 -0
- package/dist/forms/types.d.ts +259 -0
- package/dist/forms/types.d.ts.map +1 -0
- package/dist/forms/types.js +20 -0
- package/dist/forms/types.js.map +1 -0
- package/dist/forms/validation.d.ts +19 -0
- package/dist/forms/validation.d.ts.map +1 -0
- package/dist/forms/validation.js +166 -0
- package/dist/forms/validation.js.map +1 -0
- package/dist/forms/webhooks.d.ts +60 -0
- package/dist/forms/webhooks.d.ts.map +1 -0
- package/dist/forms/webhooks.js +360 -0
- package/dist/forms/webhooks.js.map +1 -0
- package/dist/forms/webmcp.d.ts +36 -0
- package/dist/forms/webmcp.d.ts.map +1 -0
- package/dist/forms/webmcp.js +67 -0
- package/dist/forms/webmcp.js.map +1 -0
- package/dist/forms/xlsx.d.ts +10 -0
- package/dist/forms/xlsx.d.ts.map +1 -0
- package/dist/forms/xlsx.js +207 -0
- package/dist/forms/xlsx.js.map +1 -0
- package/dist/generated/browser.d.ts +220 -0
- package/dist/generated/browser.js +17 -0
- package/dist/generated/client.d.ts +239 -0
- package/dist/generated/client.js +34 -0
- package/dist/generated/commonInputTypes.d.ts +887 -0
- package/dist/generated/commonInputTypes.js +10 -0
- package/dist/generated/enums.d.ts +83 -0
- package/dist/generated/enums.js +81 -0
- package/dist/generated/internal/class.d.ts +517 -0
- package/dist/generated/internal/class.js +52 -0
- package/dist/generated/internal/prismaNamespace.d.ts +4184 -0
- package/dist/generated/internal/prismaNamespace.js +932 -0
- package/dist/generated/internal/prismaNamespaceBrowser.d.ts +968 -0
- package/dist/generated/internal/prismaNamespaceBrowser.js +903 -0
- package/dist/generated/models/AiCrawlerHit.d.ts +1115 -0
- package/dist/generated/models/AiCrawlerHit.js +1 -0
- package/dist/generated/models/ApiKey.d.ts +1388 -0
- package/dist/generated/models/ApiKey.js +1 -0
- package/dist/generated/models/ApiRequestMetric.d.ts +1229 -0
- package/dist/generated/models/ApiRequestMetric.js +1 -0
- package/dist/generated/models/AuditLog.d.ts +1062 -0
- package/dist/generated/models/AuditLog.js +1 -0
- package/dist/generated/models/BackupRecord.d.ts +1100 -0
- package/dist/generated/models/BackupRecord.js +1 -0
- package/dist/generated/models/ContentIssue.d.ts +1318 -0
- package/dist/generated/models/ContentIssue.js +1 -0
- package/dist/generated/models/ContentLock.d.ts +1295 -0
- package/dist/generated/models/ContentLock.js +1 -0
- package/dist/generated/models/ContentTemplate.d.ts +1254 -0
- package/dist/generated/models/ContentTemplate.js +1 -0
- package/dist/generated/models/Document.d.ts +3443 -0
- package/dist/generated/models/Document.js +1 -0
- package/dist/generated/models/Folder.d.ts +1689 -0
- package/dist/generated/models/Folder.js +1 -0
- package/dist/generated/models/FormDeliveryAttempt.d.ts +1705 -0
- package/dist/generated/models/FormDeliveryAttempt.js +1 -0
- package/dist/generated/models/FormSchemaVersion.d.ts +1105 -0
- package/dist/generated/models/FormSchemaVersion.js +1 -0
- package/dist/generated/models/FormSubmission.d.ts +2125 -0
- package/dist/generated/models/FormSubmission.js +1 -0
- package/dist/generated/models/FormSubmissionFile.d.ts +1438 -0
- package/dist/generated/models/FormSubmissionFile.js +1 -0
- package/dist/generated/models/FormWebhook.d.ts +1271 -0
- package/dist/generated/models/FormWebhook.js +1 -0
- package/dist/generated/models/InAppNotification.d.ts +1295 -0
- package/dist/generated/models/InAppNotification.js +1 -0
- package/dist/generated/models/Invite.d.ts +1240 -0
- package/dist/generated/models/Invite.js +1 -0
- package/dist/generated/models/Media.d.ts +2759 -0
- package/dist/generated/models/Media.js +1 -0
- package/dist/generated/models/MediaUsage.d.ts +1301 -0
- package/dist/generated/models/MediaUsage.js +1 -0
- package/dist/generated/models/OAuthAccount.d.ts +1300 -0
- package/dist/generated/models/OAuthAccount.js +1 -0
- package/dist/generated/models/PageTemplate.d.ts +1118 -0
- package/dist/generated/models/PageTemplate.js +1 -0
- package/dist/generated/models/PasswordResetToken.d.ts +1225 -0
- package/dist/generated/models/PasswordResetToken.js +1 -0
- package/dist/generated/models/Redirect.d.ts +1342 -0
- package/dist/generated/models/Redirect.js +1 -0
- package/dist/generated/models/Redirect404Hit.d.ts +1107 -0
- package/dist/generated/models/Redirect404Hit.js +1 -0
- package/dist/generated/models/RedirectSuggestion.d.ts +1185 -0
- package/dist/generated/models/RedirectSuggestion.js +1 -0
- package/dist/generated/models/SavedSection.d.ts +1156 -0
- package/dist/generated/models/SavedSection.js +1 -0
- package/dist/generated/models/ScriptTag.d.ts +1291 -0
- package/dist/generated/models/ScriptTag.js +1 -0
- package/dist/generated/models/SeoAuditRun.d.ts +1570 -0
- package/dist/generated/models/SeoAuditRun.js +1 -0
- package/dist/generated/models/SeoIssue.d.ts +1873 -0
- package/dist/generated/models/SeoIssue.js +1 -0
- package/dist/generated/models/Session.d.ts +1330 -0
- package/dist/generated/models/Session.js +1 -0
- package/dist/generated/models/Site.d.ts +1062 -0
- package/dist/generated/models/Site.js +1 -0
- package/dist/generated/models/User.d.ts +4344 -0
- package/dist/generated/models/User.js +1 -0
- package/dist/generated/models/Version.d.ts +1334 -0
- package/dist/generated/models/Version.js +1 -0
- package/dist/generated/models/WebhookDeliveryLog.d.ts +1479 -0
- package/dist/generated/models/WebhookDeliveryLog.js +1 -0
- package/dist/generated/models/WebhookEndpoint.d.ts +1331 -0
- package/dist/generated/models/WebhookEndpoint.js +1 -0
- package/dist/generated/models/WorkflowState.d.ts +1436 -0
- package/dist/generated/models/WorkflowState.js +1 -0
- package/dist/generated/models.d.ts +37 -0
- package/dist/generated/models.js +1 -0
- package/dist/graphql/index.d.ts +11 -0
- package/dist/graphql/index.d.ts.map +1 -0
- package/dist/graphql/index.js +74 -0
- package/dist/graphql/index.js.map +1 -0
- package/dist/graphql/resolvers.d.ts +8 -0
- package/dist/graphql/resolvers.d.ts.map +1 -0
- package/dist/graphql/resolvers.js +89 -0
- package/dist/graphql/resolvers.js.map +1 -0
- package/dist/graphql/schema-builder.d.ts +3 -0
- package/dist/graphql/schema-builder.d.ts.map +1 -0
- package/dist/graphql/schema-builder.js +103 -0
- package/dist/graphql/schema-builder.js.map +1 -0
- package/dist/health/index.d.ts +27 -0
- package/dist/health/index.d.ts.map +1 -0
- package/dist/health/index.js +43 -0
- package/dist/health/index.js.map +1 -0
- package/dist/i18n/index.d.ts +22 -0
- package/dist/i18n/index.d.ts.map +1 -0
- package/dist/i18n/index.js +37 -0
- package/dist/i18n/index.js.map +1 -0
- package/dist/index.d.ts +125 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +132 -0
- package/dist/index.js.map +1 -0
- package/dist/media/content-hash.d.ts +3 -0
- package/dist/media/content-hash.d.ts.map +1 -0
- package/dist/media/content-hash.js +11 -0
- package/dist/media/content-hash.js.map +1 -0
- package/dist/media/denormalize.d.ts +23 -0
- package/dist/media/denormalize.d.ts.map +1 -0
- package/dist/media/denormalize.js +170 -0
- package/dist/media/denormalize.js.map +1 -0
- package/dist/media/index.d.ts +8 -0
- package/dist/media/index.d.ts.map +1 -0
- package/dist/media/index.js +5 -0
- package/dist/media/index.js.map +1 -0
- package/dist/media/merge-document-media.d.ts +23 -0
- package/dist/media/merge-document-media.d.ts.map +1 -0
- package/dist/media/merge-document-media.js +146 -0
- package/dist/media/merge-document-media.js.map +1 -0
- package/dist/media/metadata-patch.d.ts +21 -0
- package/dist/media/metadata-patch.d.ts.map +1 -0
- package/dist/media/metadata-patch.js +37 -0
- package/dist/media/metadata-patch.js.map +1 -0
- package/dist/media/optimize.d.ts +61 -0
- package/dist/media/optimize.d.ts.map +1 -0
- package/dist/media/optimize.js +168 -0
- package/dist/media/optimize.js.map +1 -0
- package/dist/media/seo.d.ts +110 -0
- package/dist/media/seo.d.ts.map +1 -0
- package/dist/media/seo.js +263 -0
- package/dist/media/seo.js.map +1 -0
- package/dist/media/usage-sync.d.ts +37 -0
- package/dist/media/usage-sync.d.ts.map +1 -0
- package/dist/media/usage-sync.js +234 -0
- package/dist/media/usage-sync.js.map +1 -0
- package/dist/middleware.d.ts +17 -0
- package/dist/middleware.d.ts.map +1 -0
- package/dist/middleware.js +159 -0
- package/dist/middleware.js.map +1 -0
- package/dist/multisite/index.d.ts +20 -0
- package/dist/multisite/index.d.ts.map +1 -0
- package/dist/multisite/index.js +26 -0
- package/dist/multisite/index.js.map +1 -0
- package/dist/navigation/unresolved-targets.d.ts +35 -0
- package/dist/navigation/unresolved-targets.d.ts.map +1 -0
- package/dist/navigation/unresolved-targets.js +109 -0
- package/dist/navigation/unresolved-targets.js.map +1 -0
- package/dist/next/preview.d.ts +10 -0
- package/dist/next/preview.d.ts.map +1 -0
- package/dist/next/preview.js +17 -0
- package/dist/next/preview.js.map +1 -0
- package/dist/next/script-tags.d.ts +15 -0
- package/dist/next/script-tags.d.ts.map +1 -0
- package/dist/next/script-tags.js +58 -0
- package/dist/next/script-tags.js.map +1 -0
- package/dist/next-site.d.ts +29 -0
- package/dist/next-site.d.ts.map +1 -0
- package/dist/next-site.js +60 -0
- package/dist/next-site.js.map +1 -0
- package/dist/next.d.ts +33 -0
- package/dist/next.d.ts.map +1 -0
- package/dist/next.js +142 -0
- package/dist/next.js.map +1 -0
- package/dist/notifications/index.d.ts +20 -0
- package/dist/notifications/index.d.ts.map +1 -0
- package/dist/notifications/index.js +22 -0
- package/dist/notifications/index.js.map +1 -0
- package/dist/page-builder/a11y-fix.d.ts +20 -0
- package/dist/page-builder/a11y-fix.d.ts.map +1 -0
- package/dist/page-builder/a11y-fix.js +182 -0
- package/dist/page-builder/a11y-fix.js.map +1 -0
- package/dist/page-builder/ai-pipeline.d.ts +43 -0
- package/dist/page-builder/ai-pipeline.d.ts.map +1 -0
- package/dist/page-builder/ai-pipeline.js +165 -0
- package/dist/page-builder/ai-pipeline.js.map +1 -0
- package/dist/page-builder/blocks.d.ts +27 -0
- package/dist/page-builder/blocks.d.ts.map +1 -0
- package/dist/page-builder/blocks.js +313 -0
- package/dist/page-builder/blocks.js.map +1 -0
- package/dist/page-builder/design-scorer.d.ts +27 -0
- package/dist/page-builder/design-scorer.d.ts.map +1 -0
- package/dist/page-builder/design-scorer.js +612 -0
- package/dist/page-builder/design-scorer.js.map +1 -0
- package/dist/page-builder/index.d.ts +18 -0
- package/dist/page-builder/index.d.ts.map +1 -0
- package/dist/page-builder/index.js +20 -0
- package/dist/page-builder/index.js.map +1 -0
- package/dist/page-builder/schema.d.ts +107 -0
- package/dist/page-builder/schema.d.ts.map +1 -0
- package/dist/page-builder/schema.js +90 -0
- package/dist/page-builder/schema.js.map +1 -0
- package/dist/page-builder/seo-analyzer.d.ts +61 -0
- package/dist/page-builder/seo-analyzer.d.ts.map +1 -0
- package/dist/page-builder/seo-analyzer.js +778 -0
- package/dist/page-builder/seo-analyzer.js.map +1 -0
- package/dist/page-builder/templates.d.ts +9 -0
- package/dist/page-builder/templates.d.ts.map +1 -0
- package/dist/page-builder/templates.js +742 -0
- package/dist/page-builder/templates.js.map +1 -0
- package/dist/page-builder/tree.d.ts +17 -0
- package/dist/page-builder/tree.d.ts.map +1 -0
- package/dist/page-builder/tree.js +160 -0
- package/dist/page-builder/tree.js.map +1 -0
- package/dist/page-builder/types.d.ts +112 -0
- package/dist/page-builder/types.d.ts.map +1 -0
- package/dist/page-builder/types.js +4 -0
- package/dist/page-builder/types.js.map +1 -0
- package/dist/page-builder/validate.d.ts +6 -0
- package/dist/page-builder/validate.d.ts.map +1 -0
- package/dist/page-builder/validate.js +87 -0
- package/dist/page-builder/validate.js.map +1 -0
- package/dist/plan/features.d.ts +17 -0
- package/dist/plan/features.d.ts.map +1 -0
- package/dist/plan/features.js +73 -0
- package/dist/plan/features.js.map +1 -0
- package/dist/posts/query.d.ts +50 -0
- package/dist/posts/query.d.ts.map +1 -0
- package/dist/posts/query.js +105 -0
- package/dist/posts/query.js.map +1 -0
- package/dist/presence/index.d.ts +24 -0
- package/dist/presence/index.d.ts.map +1 -0
- package/dist/presence/index.js +99 -0
- package/dist/presence/index.js.map +1 -0
- package/dist/preview/event-bus.d.ts +39 -0
- package/dist/preview/event-bus.d.ts.map +1 -0
- package/dist/preview/event-bus.js +73 -0
- package/dist/preview/event-bus.js.map +1 -0
- package/dist/preview/index.d.ts +36 -0
- package/dist/preview/index.d.ts.map +1 -0
- package/dist/preview/index.js +68 -0
- package/dist/preview/index.js.map +1 -0
- package/dist/preview/sse-stream.d.ts +47 -0
- package/dist/preview/sse-stream.d.ts.map +1 -0
- package/dist/preview/sse-stream.js +111 -0
- package/dist/preview/sse-stream.js.map +1 -0
- package/dist/privacy/index.d.ts +33 -0
- package/dist/privacy/index.d.ts.map +1 -0
- package/dist/privacy/index.js +15 -0
- package/dist/privacy/index.js.map +1 -0
- package/dist/public-redirects.d.ts +78 -0
- package/dist/public-redirects.d.ts.map +1 -0
- package/dist/public-redirects.js +187 -0
- package/dist/public-redirects.js.map +1 -0
- package/dist/public-security-headers.d.ts +27 -0
- package/dist/public-security-headers.d.ts.map +1 -0
- package/dist/public-security-headers.js +40 -0
- package/dist/public-security-headers.js.map +1 -0
- package/dist/publishing/publish-sync.d.ts +50 -0
- package/dist/publishing/publish-sync.d.ts.map +1 -0
- package/dist/publishing/publish-sync.js +124 -0
- package/dist/publishing/publish-sync.js.map +1 -0
- package/dist/purge/adapters.d.ts +60 -0
- package/dist/purge/adapters.d.ts.map +1 -0
- package/dist/purge/adapters.js +81 -0
- package/dist/purge/adapters.js.map +1 -0
- package/dist/purge/index.d.ts +12 -0
- package/dist/purge/index.d.ts.map +1 -0
- package/dist/purge/index.js +10 -0
- package/dist/purge/index.js.map +1 -0
- package/dist/purge/receiver.d.ts +95 -0
- package/dist/purge/receiver.d.ts.map +1 -0
- package/dist/purge/receiver.js +176 -0
- package/dist/purge/receiver.js.map +1 -0
- package/dist/realtime/comments.d.ts +217 -0
- package/dist/realtime/comments.d.ts.map +1 -0
- package/dist/realtime/comments.js +282 -0
- package/dist/realtime/comments.js.map +1 -0
- package/dist/realtime/gateway.d.ts +107 -0
- package/dist/realtime/gateway.d.ts.map +1 -0
- package/dist/realtime/gateway.js +215 -0
- package/dist/realtime/gateway.js.map +1 -0
- package/dist/realtime/index.d.ts +21 -0
- package/dist/realtime/index.d.ts.map +1 -0
- package/dist/realtime/index.js +27 -0
- package/dist/realtime/index.js.map +1 -0
- package/dist/realtime/notification-bus.d.ts +60 -0
- package/dist/realtime/notification-bus.d.ts.map +1 -0
- package/dist/realtime/notification-bus.js +77 -0
- package/dist/realtime/notification-bus.js.map +1 -0
- package/dist/realtime/notification-stream.d.ts +50 -0
- package/dist/realtime/notification-stream.d.ts.map +1 -0
- package/dist/realtime/notification-stream.js +148 -0
- package/dist/realtime/notification-stream.js.map +1 -0
- package/dist/realtime/notifications.d.ts +201 -0
- package/dist/realtime/notifications.d.ts.map +1 -0
- package/dist/realtime/notifications.js +233 -0
- package/dist/realtime/notifications.js.map +1 -0
- package/dist/realtime/persistence.d.ts +72 -0
- package/dist/realtime/persistence.d.ts.map +1 -0
- package/dist/realtime/persistence.js +53 -0
- package/dist/realtime/persistence.js.map +1 -0
- package/dist/realtime/sse.d.ts +20 -0
- package/dist/realtime/sse.d.ts.map +1 -0
- package/dist/realtime/sse.js +31 -0
- package/dist/realtime/sse.js.map +1 -0
- package/dist/redirects/auto.d.ts +45 -0
- package/dist/redirects/auto.d.ts.map +1 -0
- package/dist/redirects/auto.js +60 -0
- package/dist/redirects/auto.js.map +1 -0
- package/dist/redirects/fix-link.d.ts +15 -0
- package/dist/redirects/fix-link.d.ts.map +1 -0
- package/dist/redirects/fix-link.js +66 -0
- package/dist/redirects/fix-link.js.map +1 -0
- package/dist/redirects/graph.d.ts +92 -0
- package/dist/redirects/graph.d.ts.map +1 -0
- package/dist/redirects/graph.js +176 -0
- package/dist/redirects/graph.js.map +1 -0
- package/dist/redirects/index.d.ts +17 -0
- package/dist/redirects/index.d.ts.map +1 -0
- package/dist/redirects/index.js +10 -0
- package/dist/redirects/index.js.map +1 -0
- package/dist/redirects/legitimacy.d.ts +23 -0
- package/dist/redirects/legitimacy.d.ts.map +1 -0
- package/dist/redirects/legitimacy.js +64 -0
- package/dist/redirects/legitimacy.js.map +1 -0
- package/dist/redirects/recovery.d.ts +92 -0
- package/dist/redirects/recovery.d.ts.map +1 -0
- package/dist/redirects/recovery.js +210 -0
- package/dist/redirects/recovery.js.map +1 -0
- package/dist/redirects/rerank.d.ts +24 -0
- package/dist/redirects/rerank.d.ts.map +1 -0
- package/dist/redirects/rerank.js +82 -0
- package/dist/redirects/rerank.js.map +1 -0
- package/dist/redirects/suggest.d.ts +23 -0
- package/dist/redirects/suggest.d.ts.map +1 -0
- package/dist/redirects/suggest.js +80 -0
- package/dist/redirects/suggest.js.map +1 -0
- package/dist/redirects/typo.d.ts +10 -0
- package/dist/redirects/typo.d.ts.map +1 -0
- package/dist/redirects/typo.js +51 -0
- package/dist/redirects/typo.js.map +1 -0
- package/dist/redirects/validate-destination.d.ts +13 -0
- package/dist/redirects/validate-destination.d.ts.map +1 -0
- package/dist/redirects/validate-destination.js +51 -0
- package/dist/redirects/validate-destination.js.map +1 -0
- package/dist/relationships/index.d.ts +13 -0
- package/dist/relationships/index.d.ts.map +1 -0
- package/dist/relationships/index.js +12 -0
- package/dist/relationships/index.js.map +1 -0
- package/dist/scheduling/index.d.ts +45 -0
- package/dist/scheduling/index.d.ts.map +1 -0
- package/dist/scheduling/index.js +141 -0
- package/dist/scheduling/index.js.map +1 -0
- package/dist/script-tags/index.d.ts +3 -0
- package/dist/script-tags/index.d.ts.map +1 -0
- package/dist/script-tags/index.js +3 -0
- package/dist/script-tags/index.js.map +1 -0
- package/dist/script-tags/invalidate.d.ts +3 -0
- package/dist/script-tags/invalidate.d.ts.map +1 -0
- package/dist/script-tags/invalidate.js +16 -0
- package/dist/script-tags/invalidate.js.map +1 -0
- package/dist/script-tags/resolve.d.ts +41 -0
- package/dist/script-tags/resolve.d.ts.map +1 -0
- package/dist/script-tags/resolve.js +130 -0
- package/dist/script-tags/resolve.js.map +1 -0
- package/dist/search/index.d.ts +25 -0
- package/dist/search/index.d.ts.map +1 -0
- package/dist/search/index.js +189 -0
- package/dist/search/index.js.map +1 -0
- package/dist/sections/bridge.d.ts +8 -0
- package/dist/sections/bridge.d.ts.map +1 -0
- package/dist/sections/bridge.js +211 -0
- package/dist/sections/bridge.js.map +1 -0
- package/dist/sections/define.d.ts +21 -0
- package/dist/sections/define.d.ts.map +1 -0
- package/dist/sections/define.js +160 -0
- package/dist/sections/define.js.map +1 -0
- package/dist/sections/embed.d.ts +24 -0
- package/dist/sections/embed.d.ts.map +1 -0
- package/dist/sections/embed.js +78 -0
- package/dist/sections/embed.js.map +1 -0
- package/dist/sections/fields.d.ts +37 -0
- package/dist/sections/fields.d.ts.map +1 -0
- package/dist/sections/fields.js +50 -0
- package/dist/sections/fields.js.map +1 -0
- package/dist/sections/helpers.d.ts +149 -0
- package/dist/sections/helpers.d.ts.map +1 -0
- package/dist/sections/helpers.js +373 -0
- package/dist/sections/helpers.js.map +1 -0
- package/dist/sections/index.d.ts +22 -0
- package/dist/sections/index.d.ts.map +1 -0
- package/dist/sections/index.js +18 -0
- package/dist/sections/index.js.map +1 -0
- package/dist/sections/media-enrich.d.ts +45 -0
- package/dist/sections/media-enrich.d.ts.map +1 -0
- package/dist/sections/media-enrich.js +137 -0
- package/dist/sections/media-enrich.js.map +1 -0
- package/dist/sections/migrate.d.ts +42 -0
- package/dist/sections/migrate.d.ts.map +1 -0
- package/dist/sections/migrate.js +66 -0
- package/dist/sections/migrate.js.map +1 -0
- package/dist/sections/registry.d.ts +46 -0
- package/dist/sections/registry.d.ts.map +1 -0
- package/dist/sections/registry.js +598 -0
- package/dist/sections/registry.js.map +1 -0
- package/dist/sections/types.d.ts +192 -0
- package/dist/sections/types.d.ts.map +1 -0
- package/dist/sections/types.js +21 -0
- package/dist/sections/types.js.map +1 -0
- package/dist/sections/validate.d.ts +12 -0
- package/dist/sections/validate.d.ts.map +1 -0
- package/dist/sections/validate.js +186 -0
- package/dist/sections/validate.js.map +1 -0
- package/dist/sections/widget-embed.d.ts +45 -0
- package/dist/sections/widget-embed.d.ts.map +1 -0
- package/dist/sections/widget-embed.js +129 -0
- package/dist/sections/widget-embed.js.map +1 -0
- package/dist/security/access.d.ts +35 -0
- package/dist/security/access.d.ts.map +1 -0
- package/dist/security/access.js +133 -0
- package/dist/security/access.js.map +1 -0
- package/dist/security/anomaly-detection.d.ts +17 -0
- package/dist/security/anomaly-detection.d.ts.map +1 -0
- package/dist/security/anomaly-detection.js +39 -0
- package/dist/security/anomaly-detection.js.map +1 -0
- package/dist/security/api-key-enhanced.d.ts +68 -0
- package/dist/security/api-key-enhanced.d.ts.map +1 -0
- package/dist/security/api-key-enhanced.js +76 -0
- package/dist/security/api-key-enhanced.js.map +1 -0
- package/dist/security/audit.d.ts +46 -0
- package/dist/security/audit.d.ts.map +1 -0
- package/dist/security/audit.js +67 -0
- package/dist/security/audit.js.map +1 -0
- package/dist/security/breach-check.d.ts +3 -0
- package/dist/security/breach-check.d.ts.map +1 -0
- package/dist/security/breach-check.js +27 -0
- package/dist/security/breach-check.js.map +1 -0
- package/dist/security/captcha.d.ts +67 -0
- package/dist/security/captcha.d.ts.map +1 -0
- package/dist/security/captcha.js +186 -0
- package/dist/security/captcha.js.map +1 -0
- package/dist/security/center/gather.d.ts +20 -0
- package/dist/security/center/gather.d.ts.map +1 -0
- package/dist/security/center/gather.js +240 -0
- package/dist/security/center/gather.js.map +1 -0
- package/dist/security/center/index.d.ts +13 -0
- package/dist/security/center/index.d.ts.map +1 -0
- package/dist/security/center/index.js +4 -0
- package/dist/security/center/index.js.map +1 -0
- package/dist/security/center/settings.d.ts +48 -0
- package/dist/security/center/settings.d.ts.map +1 -0
- package/dist/security/center/settings.js +218 -0
- package/dist/security/center/settings.js.map +1 -0
- package/dist/security/center/status.d.ts +10 -0
- package/dist/security/center/status.d.ts.map +1 -0
- package/dist/security/center/status.js +249 -0
- package/dist/security/center/status.js.map +1 -0
- package/dist/security/center/summaries.d.ts +21 -0
- package/dist/security/center/summaries.d.ts.map +1 -0
- package/dist/security/center/summaries.js +65 -0
- package/dist/security/center/summaries.js.map +1 -0
- package/dist/security/center/types.d.ts +142 -0
- package/dist/security/center/types.d.ts.map +1 -0
- package/dist/security/center/types.js +12 -0
- package/dist/security/center/types.js.map +1 -0
- package/dist/security/client-ip.d.ts +23 -0
- package/dist/security/client-ip.d.ts.map +1 -0
- package/dist/security/client-ip.js +97 -0
- package/dist/security/client-ip.js.map +1 -0
- package/dist/security/cors.d.ts +11 -0
- package/dist/security/cors.d.ts.map +1 -0
- package/dist/security/cors.js +33 -0
- package/dist/security/cors.js.map +1 -0
- package/dist/security/csp-nonces.d.ts +5 -0
- package/dist/security/csp-nonces.d.ts.map +1 -0
- package/dist/security/csp-nonces.js +24 -0
- package/dist/security/csp-nonces.js.map +1 -0
- package/dist/security/csrf.d.ts +5 -0
- package/dist/security/csrf.d.ts.map +1 -0
- package/dist/security/csrf.js +20 -0
- package/dist/security/csrf.js.map +1 -0
- package/dist/security/encrypted-fields.d.ts +14 -0
- package/dist/security/encrypted-fields.d.ts.map +1 -0
- package/dist/security/encrypted-fields.js +94 -0
- package/dist/security/encrypted-fields.js.map +1 -0
- package/dist/security/headers.d.ts +11 -0
- package/dist/security/headers.d.ts.map +1 -0
- package/dist/security/headers.js +32 -0
- package/dist/security/headers.js.map +1 -0
- package/dist/security/index.d.ts +40 -0
- package/dist/security/index.d.ts.map +1 -0
- package/dist/security/index.js +26 -0
- package/dist/security/index.js.map +1 -0
- package/dist/security/internal-keys.d.ts +15 -0
- package/dist/security/internal-keys.d.ts.map +1 -0
- package/dist/security/internal-keys.js +33 -0
- package/dist/security/internal-keys.js.map +1 -0
- package/dist/security/ip-allowlist.d.ts +15 -0
- package/dist/security/ip-allowlist.d.ts.map +1 -0
- package/dist/security/ip-allowlist.js +141 -0
- package/dist/security/ip-allowlist.js.map +1 -0
- package/dist/security/ip-canon.d.ts +71 -0
- package/dist/security/ip-canon.d.ts.map +1 -0
- package/dist/security/ip-canon.js +352 -0
- package/dist/security/ip-canon.js.map +1 -0
- package/dist/security/middleware.d.ts +20 -0
- package/dist/security/middleware.d.ts.map +1 -0
- package/dist/security/middleware.js +45 -0
- package/dist/security/middleware.js.map +1 -0
- package/dist/security/rate-limit-policy.d.ts +40 -0
- package/dist/security/rate-limit-policy.d.ts.map +1 -0
- package/dist/security/rate-limit-policy.js +57 -0
- package/dist/security/rate-limit-policy.js.map +1 -0
- package/dist/security/rate-limit.d.ts +55 -0
- package/dist/security/rate-limit.d.ts.map +1 -0
- package/dist/security/rate-limit.js +298 -0
- package/dist/security/rate-limit.js.map +1 -0
- package/dist/security/reauth.d.ts +16 -0
- package/dist/security/reauth.d.ts.map +1 -0
- package/dist/security/reauth.js +56 -0
- package/dist/security/reauth.js.map +1 -0
- package/dist/security/redact.d.ts +12 -0
- package/dist/security/redact.d.ts.map +1 -0
- package/dist/security/redact.js +44 -0
- package/dist/security/redact.js.map +1 -0
- package/dist/security/safe-fetch.d.ts +57 -0
- package/dist/security/safe-fetch.d.ts.map +1 -0
- package/dist/security/safe-fetch.js +71 -0
- package/dist/security/safe-fetch.js.map +1 -0
- package/dist/security/sanitize-document.d.ts +14 -0
- package/dist/security/sanitize-document.d.ts.map +1 -0
- package/dist/security/sanitize-document.js +117 -0
- package/dist/security/sanitize-document.js.map +1 -0
- package/dist/security/sanitize.d.ts +13 -0
- package/dist/security/sanitize.d.ts.map +1 -0
- package/dist/security/sanitize.js +64 -0
- package/dist/security/sanitize.js.map +1 -0
- package/dist/security/secret-storage.d.ts +22 -0
- package/dist/security/secret-storage.d.ts.map +1 -0
- package/dist/security/secret-storage.js +75 -0
- package/dist/security/secret-storage.js.map +1 -0
- package/dist/security/security-txt.d.ts +12 -0
- package/dist/security/security-txt.d.ts.map +1 -0
- package/dist/security/security-txt.js +19 -0
- package/dist/security/security-txt.js.map +1 -0
- package/dist/security/session-limits.d.ts +17 -0
- package/dist/security/session-limits.d.ts.map +1 -0
- package/dist/security/session-limits.js +14 -0
- package/dist/security/session-limits.js.map +1 -0
- package/dist/security/upload.d.ts +32 -0
- package/dist/security/upload.d.ts.map +1 -0
- package/dist/security/upload.js +129 -0
- package/dist/security/upload.js.map +1 -0
- package/dist/security/webhook.d.ts +30 -0
- package/dist/security/webhook.d.ts.map +1 -0
- package/dist/security/webhook.js +133 -0
- package/dist/security/webhook.js.map +1 -0
- package/dist/seo/ai-bots.d.ts +56 -0
- package/dist/seo/ai-bots.d.ts.map +1 -0
- package/dist/seo/ai-bots.js +125 -0
- package/dist/seo/ai-bots.js.map +1 -0
- package/dist/seo/ai-crawler-log.d.ts +14 -0
- package/dist/seo/ai-crawler-log.d.ts.map +1 -0
- package/dist/seo/ai-crawler-log.js +48 -0
- package/dist/seo/ai-crawler-log.js.map +1 -0
- package/dist/seo/alt-text.d.ts +39 -0
- package/dist/seo/alt-text.d.ts.map +1 -0
- package/dist/seo/alt-text.js +67 -0
- package/dist/seo/alt-text.js.map +1 -0
- package/dist/seo/analysis.d.ts +75 -0
- package/dist/seo/analysis.d.ts.map +1 -0
- package/dist/seo/analysis.js +641 -0
- package/dist/seo/analysis.js.map +1 -0
- package/dist/seo/audit-engine.d.ts +124 -0
- package/dist/seo/audit-engine.d.ts.map +1 -0
- package/dist/seo/audit-engine.js +534 -0
- package/dist/seo/audit-engine.js.map +1 -0
- package/dist/seo/audit-runner.d.ts +84 -0
- package/dist/seo/audit-runner.d.ts.map +1 -0
- package/dist/seo/audit-runner.js +372 -0
- package/dist/seo/audit-runner.js.map +1 -0
- package/dist/seo/audit-signals.d.ts +28 -0
- package/dist/seo/audit-signals.d.ts.map +1 -0
- package/dist/seo/audit-signals.js +133 -0
- package/dist/seo/audit-signals.js.map +1 -0
- package/dist/seo/config-store.d.ts +99 -0
- package/dist/seo/config-store.d.ts.map +1 -0
- package/dist/seo/config-store.js +194 -0
- package/dist/seo/config-store.js.map +1 -0
- package/dist/seo/confirm-broken-links.d.ts +48 -0
- package/dist/seo/confirm-broken-links.d.ts.map +1 -0
- package/dist/seo/confirm-broken-links.js +135 -0
- package/dist/seo/confirm-broken-links.js.map +1 -0
- package/dist/seo/content-markdown.d.ts +26 -0
- package/dist/seo/content-markdown.d.ts.map +1 -0
- package/dist/seo/content-markdown.js +235 -0
- package/dist/seo/content-markdown.js.map +1 -0
- package/dist/seo/document-content.d.ts +18 -0
- package/dist/seo/document-content.d.ts.map +1 -0
- package/dist/seo/document-content.js +80 -0
- package/dist/seo/document-content.js.map +1 -0
- package/dist/seo/document-path.d.ts +33 -0
- package/dist/seo/document-path.d.ts.map +1 -0
- package/dist/seo/document-path.js +44 -0
- package/dist/seo/document-path.js.map +1 -0
- package/dist/seo/feeds.d.ts +44 -0
- package/dist/seo/feeds.d.ts.map +1 -0
- package/dist/seo/feeds.js +95 -0
- package/dist/seo/feeds.js.map +1 -0
- package/dist/seo/fix-brief-export.d.ts +47 -0
- package/dist/seo/fix-brief-export.d.ts.map +1 -0
- package/dist/seo/fix-brief-export.js +224 -0
- package/dist/seo/fix-brief-export.js.map +1 -0
- package/dist/seo/index-status.d.ts +56 -0
- package/dist/seo/index-status.d.ts.map +1 -0
- package/dist/seo/index-status.js +193 -0
- package/dist/seo/index-status.js.map +1 -0
- package/dist/seo/index.d.ts +68 -0
- package/dist/seo/index.d.ts.map +1 -0
- package/dist/seo/index.js +36 -0
- package/dist/seo/index.js.map +1 -0
- package/dist/seo/issue-batch-briefs.d.ts +37 -0
- package/dist/seo/issue-batch-briefs.d.ts.map +1 -0
- package/dist/seo/issue-batch-briefs.js +85 -0
- package/dist/seo/issue-batch-briefs.js.map +1 -0
- package/dist/seo/issue-content-brief.d.ts +51 -0
- package/dist/seo/issue-content-brief.d.ts.map +1 -0
- package/dist/seo/issue-content-brief.js +267 -0
- package/dist/seo/issue-content-brief.js.map +1 -0
- package/dist/seo/issue-content-research.d.ts +51 -0
- package/dist/seo/issue-content-research.d.ts.map +1 -0
- package/dist/seo/issue-content-research.js +303 -0
- package/dist/seo/issue-content-research.js.map +1 -0
- package/dist/seo/issue-fix-ai.d.ts +39 -0
- package/dist/seo/issue-fix-ai.d.ts.map +1 -0
- package/dist/seo/issue-fix-ai.js +320 -0
- package/dist/seo/issue-fix-ai.js.map +1 -0
- package/dist/seo/issue-fix-redirect.d.ts +18 -0
- package/dist/seo/issue-fix-redirect.d.ts.map +1 -0
- package/dist/seo/issue-fix-redirect.js +153 -0
- package/dist/seo/issue-fix-redirect.js.map +1 -0
- package/dist/seo/issue-fix.d.ts +72 -0
- package/dist/seo/issue-fix.d.ts.map +1 -0
- package/dist/seo/issue-fix.js +266 -0
- package/dist/seo/issue-fix.js.map +1 -0
- package/dist/seo/link-graph.d.ts +54 -0
- package/dist/seo/link-graph.d.ts.map +1 -0
- package/dist/seo/link-graph.js +0 -0
- package/dist/seo/link-graph.js.map +1 -0
- package/dist/seo/link-probe.d.ts +49 -0
- package/dist/seo/link-probe.d.ts.map +1 -0
- package/dist/seo/link-probe.js +147 -0
- package/dist/seo/link-probe.js.map +1 -0
- package/dist/seo/llms-select.d.ts +34 -0
- package/dist/seo/llms-select.d.ts.map +1 -0
- package/dist/seo/llms-select.js +67 -0
- package/dist/seo/llms-select.js.map +1 -0
- package/dist/seo/llms-txt.d.ts +40 -0
- package/dist/seo/llms-txt.d.ts.map +1 -0
- package/dist/seo/llms-txt.js +177 -0
- package/dist/seo/llms-txt.js.map +1 -0
- package/dist/seo/meta-tags.d.ts +108 -0
- package/dist/seo/meta-tags.d.ts.map +1 -0
- package/dist/seo/meta-tags.js +353 -0
- package/dist/seo/meta-tags.js.map +1 -0
- package/dist/seo/migrate-meta.d.ts +23 -0
- package/dist/seo/migrate-meta.d.ts.map +1 -0
- package/dist/seo/migrate-meta.js +114 -0
- package/dist/seo/migrate-meta.js.map +1 -0
- package/dist/seo/migrate-schema.d.ts +28 -0
- package/dist/seo/migrate-schema.d.ts.map +1 -0
- package/dist/seo/migrate-schema.js +119 -0
- package/dist/seo/migrate-schema.js.map +1 -0
- package/dist/seo/page-meta.d.ts +179 -0
- package/dist/seo/page-meta.d.ts.map +1 -0
- package/dist/seo/page-meta.js +710 -0
- package/dist/seo/page-meta.js.map +1 -0
- package/dist/seo/public-site-url.d.ts +16 -0
- package/dist/seo/public-site-url.d.ts.map +1 -0
- package/dist/seo/public-site-url.js +39 -0
- package/dist/seo/public-site-url.js.map +1 -0
- package/dist/seo/resolve-path.d.ts +22 -0
- package/dist/seo/resolve-path.d.ts.map +1 -0
- package/dist/seo/resolve-path.js +53 -0
- package/dist/seo/resolve-path.js.map +1 -0
- package/dist/seo/rewrite-public-origin.d.ts +12 -0
- package/dist/seo/rewrite-public-origin.d.ts.map +1 -0
- package/dist/seo/rewrite-public-origin.js +17 -0
- package/dist/seo/rewrite-public-origin.js.map +1 -0
- package/dist/seo/robots.d.ts +45 -0
- package/dist/seo/robots.d.ts.map +1 -0
- package/dist/seo/robots.js +90 -0
- package/dist/seo/robots.js.map +1 -0
- package/dist/seo/schema-sync.d.ts +65 -0
- package/dist/seo/schema-sync.d.ts.map +1 -0
- package/dist/seo/schema-sync.js +163 -0
- package/dist/seo/schema-sync.js.map +1 -0
- package/dist/seo/score.d.ts +132 -0
- package/dist/seo/score.d.ts.map +1 -0
- package/dist/seo/score.js +216 -0
- package/dist/seo/score.js.map +1 -0
- package/dist/seo/serving-origin.d.ts +42 -0
- package/dist/seo/serving-origin.d.ts.map +1 -0
- package/dist/seo/serving-origin.js +83 -0
- package/dist/seo/serving-origin.js.map +1 -0
- package/dist/seo/site-identity.d.ts +60 -0
- package/dist/seo/site-identity.d.ts.map +1 -0
- package/dist/seo/site-identity.js +109 -0
- package/dist/seo/site-identity.js.map +1 -0
- package/dist/seo/sitemap-notify.d.ts +123 -0
- package/dist/seo/sitemap-notify.d.ts.map +1 -0
- package/dist/seo/sitemap-notify.js +270 -0
- package/dist/seo/sitemap-notify.js.map +1 -0
- package/dist/seo/sitemap-public.d.ts +43 -0
- package/dist/seo/sitemap-public.d.ts.map +1 -0
- package/dist/seo/sitemap-public.js +213 -0
- package/dist/seo/sitemap-public.js.map +1 -0
- package/dist/seo/title-templates.d.ts +80 -0
- package/dist/seo/title-templates.d.ts.map +1 -0
- package/dist/seo/title-templates.js +175 -0
- package/dist/seo/title-templates.js.map +1 -0
- package/dist/server-site.d.ts +55 -0
- package/dist/server-site.d.ts.map +1 -0
- package/dist/server-site.js +184 -0
- package/dist/server-site.js.map +1 -0
- package/dist/setup/index.d.ts +68 -0
- package/dist/setup/index.d.ts.map +1 -0
- package/dist/setup/index.js +153 -0
- package/dist/setup/index.js.map +1 -0
- package/dist/site.d.ts +178 -0
- package/dist/site.d.ts.map +1 -0
- package/dist/site.js +222 -0
- package/dist/site.js.map +1 -0
- package/dist/storage/auto-wire.d.ts +14 -0
- package/dist/storage/auto-wire.d.ts.map +1 -0
- package/dist/storage/auto-wire.js +60 -0
- package/dist/storage/auto-wire.js.map +1 -0
- package/dist/storage/index.d.ts +21 -0
- package/dist/storage/index.d.ts.map +1 -0
- package/dist/storage/index.js +14 -0
- package/dist/storage/index.js.map +1 -0
- package/dist/templates/index.d.ts +16 -0
- package/dist/templates/index.d.ts.map +1 -0
- package/dist/templates/index.js +23 -0
- package/dist/templates/index.js.map +1 -0
- package/dist/upgrade/changelog.d.ts +18 -0
- package/dist/upgrade/changelog.d.ts.map +1 -0
- package/dist/upgrade/changelog.js +60 -0
- package/dist/upgrade/changelog.js.map +1 -0
- package/dist/upgrade/index.d.ts +7 -0
- package/dist/upgrade/index.d.ts.map +1 -0
- package/dist/upgrade/index.js +4 -0
- package/dist/upgrade/index.js.map +1 -0
- package/dist/upgrade/upgrade-pr.d.ts +16 -0
- package/dist/upgrade/upgrade-pr.d.ts.map +1 -0
- package/dist/upgrade/upgrade-pr.js +128 -0
- package/dist/upgrade/upgrade-pr.js.map +1 -0
- package/dist/upgrade/version-check.d.ts +59 -0
- package/dist/upgrade/version-check.d.ts.map +1 -0
- package/dist/upgrade/version-check.js +142 -0
- package/dist/upgrade/version-check.js.map +1 -0
- package/dist/validation/publish.d.ts +53 -0
- package/dist/validation/publish.d.ts.map +1 -0
- package/dist/validation/publish.js +75 -0
- package/dist/validation/publish.js.map +1 -0
- package/dist/webhooks/index.d.ts +99 -0
- package/dist/webhooks/index.d.ts.map +1 -0
- package/dist/webhooks/index.js +387 -0
- package/dist/webhooks/index.js.map +1 -0
- package/dist/webhooks/signing.d.ts +68 -0
- package/dist/webhooks/signing.d.ts.map +1 -0
- package/dist/webhooks/signing.js +98 -0
- package/dist/webhooks/signing.js.map +1 -0
- package/dist/workflow/index.d.ts +8 -0
- package/dist/workflow/index.d.ts.map +1 -0
- package/dist/workflow/index.js +56 -0
- package/dist/workflow/index.js.map +1 -0
- package/dist/workflows/index.d.ts +30 -0
- package/dist/workflows/index.d.ts.map +1 -0
- package/dist/workflows/index.js +14 -0
- package/dist/workflows/index.js.map +1 -0
- package/package.json +250 -0
- package/prisma/migrations/0001_init/migration.sql +941 -0
- package/prisma/migrations/0002_media_usage_field_path/migration.sql +11 -0
- package/prisma/migrations/0003_ai_crawler_hits/migration.sql +21 -0
- package/prisma/migrations/0004_drop_search_vector/migration.sql +4 -0
- package/prisma/migrations/0005_script_tag_delivery_controls/migration.sql +8 -0
- package/prisma/migrations/0006_totp_last_step/migration.sql +4 -0
- package/prisma/migrations/0007_workflow_fk_drop_dead_enums/migration.sql +27 -0
- package/prisma/migrations/0008_form_delivery_attempts/migration.sql +29 -0
- package/prisma/migrations/0009_webhook_secret_rotation/migration.sql +6 -0
- package/prisma/migrations/0010_media_is_decorative/migration.sql +3 -0
- package/prisma/migrations/0011_media_content_hash/migration.sql +4 -0
- package/prisma/migrations/0012_rename_to_prenta/migration.sql +89 -0
- package/prisma/migrations/migration_lock.toml +3 -0
- package/prisma/schema.prisma +995 -0
- package/prisma/seed.ts +82 -0
- package/schema-fragments/cms-schema.prisma +526 -0
|
@@ -0,0 +1,3443 @@
|
|
|
1
|
+
import type * as runtime from "@prisma/client/runtime/client";
|
|
2
|
+
import type * as $Enums from "../enums.js";
|
|
3
|
+
import type * as Prisma from "../internal/prismaNamespace.js";
|
|
4
|
+
/**
|
|
5
|
+
* Model Document
|
|
6
|
+
*
|
|
7
|
+
*/
|
|
8
|
+
export type DocumentModel = runtime.Types.Result.DefaultSelection<Prisma.$DocumentPayload>;
|
|
9
|
+
export type AggregateDocument = {
|
|
10
|
+
_count: DocumentCountAggregateOutputType | null;
|
|
11
|
+
_min: DocumentMinAggregateOutputType | null;
|
|
12
|
+
_max: DocumentMaxAggregateOutputType | null;
|
|
13
|
+
};
|
|
14
|
+
export type DocumentMinAggregateOutputType = {
|
|
15
|
+
id: string | null;
|
|
16
|
+
collection: string | null;
|
|
17
|
+
title: string | null;
|
|
18
|
+
slug: string | null;
|
|
19
|
+
status: $Enums.DocumentStatus | null;
|
|
20
|
+
locale: string | null;
|
|
21
|
+
localeGroupId: string | null;
|
|
22
|
+
createdById: string | null;
|
|
23
|
+
updatedById: string | null;
|
|
24
|
+
publishedAt: Date | null;
|
|
25
|
+
scheduledAt: Date | null;
|
|
26
|
+
scheduledUnpublishAt: Date | null;
|
|
27
|
+
deletedAt: Date | null;
|
|
28
|
+
plainText: string | null;
|
|
29
|
+
contentHash: string | null;
|
|
30
|
+
siteId: string | null;
|
|
31
|
+
templateId: string | null;
|
|
32
|
+
workflowStage: $Enums.WorkflowStage | null;
|
|
33
|
+
reviewerId: string | null;
|
|
34
|
+
reviewNote: string | null;
|
|
35
|
+
folderId: string | null;
|
|
36
|
+
createdAt: Date | null;
|
|
37
|
+
updatedAt: Date | null;
|
|
38
|
+
};
|
|
39
|
+
export type DocumentMaxAggregateOutputType = {
|
|
40
|
+
id: string | null;
|
|
41
|
+
collection: string | null;
|
|
42
|
+
title: string | null;
|
|
43
|
+
slug: string | null;
|
|
44
|
+
status: $Enums.DocumentStatus | null;
|
|
45
|
+
locale: string | null;
|
|
46
|
+
localeGroupId: string | null;
|
|
47
|
+
createdById: string | null;
|
|
48
|
+
updatedById: string | null;
|
|
49
|
+
publishedAt: Date | null;
|
|
50
|
+
scheduledAt: Date | null;
|
|
51
|
+
scheduledUnpublishAt: Date | null;
|
|
52
|
+
deletedAt: Date | null;
|
|
53
|
+
plainText: string | null;
|
|
54
|
+
contentHash: string | null;
|
|
55
|
+
siteId: string | null;
|
|
56
|
+
templateId: string | null;
|
|
57
|
+
workflowStage: $Enums.WorkflowStage | null;
|
|
58
|
+
reviewerId: string | null;
|
|
59
|
+
reviewNote: string | null;
|
|
60
|
+
folderId: string | null;
|
|
61
|
+
createdAt: Date | null;
|
|
62
|
+
updatedAt: Date | null;
|
|
63
|
+
};
|
|
64
|
+
export type DocumentCountAggregateOutputType = {
|
|
65
|
+
id: number;
|
|
66
|
+
collection: number;
|
|
67
|
+
title: number;
|
|
68
|
+
slug: number;
|
|
69
|
+
data: number;
|
|
70
|
+
status: number;
|
|
71
|
+
locale: number;
|
|
72
|
+
localeGroupId: number;
|
|
73
|
+
createdById: number;
|
|
74
|
+
updatedById: number;
|
|
75
|
+
publishedAt: number;
|
|
76
|
+
scheduledAt: number;
|
|
77
|
+
scheduledUnpublishAt: number;
|
|
78
|
+
deletedAt: number;
|
|
79
|
+
plainText: number;
|
|
80
|
+
contentHash: number;
|
|
81
|
+
structuredData: number;
|
|
82
|
+
contentGraph: number;
|
|
83
|
+
siteId: number;
|
|
84
|
+
templateId: number;
|
|
85
|
+
workflowStage: number;
|
|
86
|
+
reviewerId: number;
|
|
87
|
+
reviewNote: number;
|
|
88
|
+
folderId: number;
|
|
89
|
+
createdAt: number;
|
|
90
|
+
updatedAt: number;
|
|
91
|
+
_all: number;
|
|
92
|
+
};
|
|
93
|
+
export type DocumentMinAggregateInputType = {
|
|
94
|
+
id?: true;
|
|
95
|
+
collection?: true;
|
|
96
|
+
title?: true;
|
|
97
|
+
slug?: true;
|
|
98
|
+
status?: true;
|
|
99
|
+
locale?: true;
|
|
100
|
+
localeGroupId?: true;
|
|
101
|
+
createdById?: true;
|
|
102
|
+
updatedById?: true;
|
|
103
|
+
publishedAt?: true;
|
|
104
|
+
scheduledAt?: true;
|
|
105
|
+
scheduledUnpublishAt?: true;
|
|
106
|
+
deletedAt?: true;
|
|
107
|
+
plainText?: true;
|
|
108
|
+
contentHash?: true;
|
|
109
|
+
siteId?: true;
|
|
110
|
+
templateId?: true;
|
|
111
|
+
workflowStage?: true;
|
|
112
|
+
reviewerId?: true;
|
|
113
|
+
reviewNote?: true;
|
|
114
|
+
folderId?: true;
|
|
115
|
+
createdAt?: true;
|
|
116
|
+
updatedAt?: true;
|
|
117
|
+
};
|
|
118
|
+
export type DocumentMaxAggregateInputType = {
|
|
119
|
+
id?: true;
|
|
120
|
+
collection?: true;
|
|
121
|
+
title?: true;
|
|
122
|
+
slug?: true;
|
|
123
|
+
status?: true;
|
|
124
|
+
locale?: true;
|
|
125
|
+
localeGroupId?: true;
|
|
126
|
+
createdById?: true;
|
|
127
|
+
updatedById?: true;
|
|
128
|
+
publishedAt?: true;
|
|
129
|
+
scheduledAt?: true;
|
|
130
|
+
scheduledUnpublishAt?: true;
|
|
131
|
+
deletedAt?: true;
|
|
132
|
+
plainText?: true;
|
|
133
|
+
contentHash?: true;
|
|
134
|
+
siteId?: true;
|
|
135
|
+
templateId?: true;
|
|
136
|
+
workflowStage?: true;
|
|
137
|
+
reviewerId?: true;
|
|
138
|
+
reviewNote?: true;
|
|
139
|
+
folderId?: true;
|
|
140
|
+
createdAt?: true;
|
|
141
|
+
updatedAt?: true;
|
|
142
|
+
};
|
|
143
|
+
export type DocumentCountAggregateInputType = {
|
|
144
|
+
id?: true;
|
|
145
|
+
collection?: true;
|
|
146
|
+
title?: true;
|
|
147
|
+
slug?: true;
|
|
148
|
+
data?: true;
|
|
149
|
+
status?: true;
|
|
150
|
+
locale?: true;
|
|
151
|
+
localeGroupId?: true;
|
|
152
|
+
createdById?: true;
|
|
153
|
+
updatedById?: true;
|
|
154
|
+
publishedAt?: true;
|
|
155
|
+
scheduledAt?: true;
|
|
156
|
+
scheduledUnpublishAt?: true;
|
|
157
|
+
deletedAt?: true;
|
|
158
|
+
plainText?: true;
|
|
159
|
+
contentHash?: true;
|
|
160
|
+
structuredData?: true;
|
|
161
|
+
contentGraph?: true;
|
|
162
|
+
siteId?: true;
|
|
163
|
+
templateId?: true;
|
|
164
|
+
workflowStage?: true;
|
|
165
|
+
reviewerId?: true;
|
|
166
|
+
reviewNote?: true;
|
|
167
|
+
folderId?: true;
|
|
168
|
+
createdAt?: true;
|
|
169
|
+
updatedAt?: true;
|
|
170
|
+
_all?: true;
|
|
171
|
+
};
|
|
172
|
+
export type DocumentAggregateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
173
|
+
/**
|
|
174
|
+
* Filter which Document to aggregate.
|
|
175
|
+
*/
|
|
176
|
+
where?: Prisma.DocumentWhereInput;
|
|
177
|
+
/**
|
|
178
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
179
|
+
*
|
|
180
|
+
* Determine the order of Documents to fetch.
|
|
181
|
+
*/
|
|
182
|
+
orderBy?: Prisma.DocumentOrderByWithRelationInput | Prisma.DocumentOrderByWithRelationInput[];
|
|
183
|
+
/**
|
|
184
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
185
|
+
*
|
|
186
|
+
* Sets the start position
|
|
187
|
+
*/
|
|
188
|
+
cursor?: Prisma.DocumentWhereUniqueInput;
|
|
189
|
+
/**
|
|
190
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
191
|
+
*
|
|
192
|
+
* Take `±n` Documents from the position of the cursor.
|
|
193
|
+
*/
|
|
194
|
+
take?: number;
|
|
195
|
+
/**
|
|
196
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
197
|
+
*
|
|
198
|
+
* Skip the first `n` Documents.
|
|
199
|
+
*/
|
|
200
|
+
skip?: number;
|
|
201
|
+
/**
|
|
202
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
203
|
+
*
|
|
204
|
+
* Count returned Documents
|
|
205
|
+
**/
|
|
206
|
+
_count?: true | DocumentCountAggregateInputType;
|
|
207
|
+
/**
|
|
208
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
209
|
+
*
|
|
210
|
+
* Select which fields to find the minimum value
|
|
211
|
+
**/
|
|
212
|
+
_min?: DocumentMinAggregateInputType;
|
|
213
|
+
/**
|
|
214
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
215
|
+
*
|
|
216
|
+
* Select which fields to find the maximum value
|
|
217
|
+
**/
|
|
218
|
+
_max?: DocumentMaxAggregateInputType;
|
|
219
|
+
};
|
|
220
|
+
export type GetDocumentAggregateType<T extends DocumentAggregateArgs> = {
|
|
221
|
+
[P in keyof T & keyof AggregateDocument]: P extends '_count' | 'count' ? T[P] extends true ? number : Prisma.GetScalarType<T[P], AggregateDocument[P]> : Prisma.GetScalarType<T[P], AggregateDocument[P]>;
|
|
222
|
+
};
|
|
223
|
+
export type DocumentGroupByArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
224
|
+
where?: Prisma.DocumentWhereInput;
|
|
225
|
+
orderBy?: Prisma.DocumentOrderByWithAggregationInput | Prisma.DocumentOrderByWithAggregationInput[];
|
|
226
|
+
by: Prisma.DocumentScalarFieldEnum[] | Prisma.DocumentScalarFieldEnum;
|
|
227
|
+
having?: Prisma.DocumentScalarWhereWithAggregatesInput;
|
|
228
|
+
take?: number;
|
|
229
|
+
skip?: number;
|
|
230
|
+
_count?: DocumentCountAggregateInputType | true;
|
|
231
|
+
_min?: DocumentMinAggregateInputType;
|
|
232
|
+
_max?: DocumentMaxAggregateInputType;
|
|
233
|
+
};
|
|
234
|
+
export type DocumentGroupByOutputType = {
|
|
235
|
+
id: string;
|
|
236
|
+
collection: string;
|
|
237
|
+
title: string | null;
|
|
238
|
+
slug: string | null;
|
|
239
|
+
data: runtime.JsonValue;
|
|
240
|
+
status: $Enums.DocumentStatus;
|
|
241
|
+
locale: string | null;
|
|
242
|
+
localeGroupId: string | null;
|
|
243
|
+
createdById: string;
|
|
244
|
+
updatedById: string;
|
|
245
|
+
publishedAt: Date | null;
|
|
246
|
+
scheduledAt: Date | null;
|
|
247
|
+
scheduledUnpublishAt: Date | null;
|
|
248
|
+
deletedAt: Date | null;
|
|
249
|
+
plainText: string | null;
|
|
250
|
+
contentHash: string | null;
|
|
251
|
+
structuredData: runtime.JsonValue | null;
|
|
252
|
+
contentGraph: runtime.JsonValue | null;
|
|
253
|
+
siteId: string | null;
|
|
254
|
+
templateId: string | null;
|
|
255
|
+
workflowStage: $Enums.WorkflowStage;
|
|
256
|
+
reviewerId: string | null;
|
|
257
|
+
reviewNote: string | null;
|
|
258
|
+
folderId: string | null;
|
|
259
|
+
createdAt: Date;
|
|
260
|
+
updatedAt: Date;
|
|
261
|
+
_count: DocumentCountAggregateOutputType | null;
|
|
262
|
+
_min: DocumentMinAggregateOutputType | null;
|
|
263
|
+
_max: DocumentMaxAggregateOutputType | null;
|
|
264
|
+
};
|
|
265
|
+
export type GetDocumentGroupByPayload<T extends DocumentGroupByArgs> = Prisma.PrismaPromise<Array<Prisma.PickEnumerable<DocumentGroupByOutputType, T['by']> & {
|
|
266
|
+
[P in ((keyof T) & (keyof DocumentGroupByOutputType))]: P extends '_count' ? T[P] extends boolean ? number : Prisma.GetScalarType<T[P], DocumentGroupByOutputType[P]> : Prisma.GetScalarType<T[P], DocumentGroupByOutputType[P]>;
|
|
267
|
+
}>>;
|
|
268
|
+
export type DocumentWhereInput = {
|
|
269
|
+
AND?: Prisma.DocumentWhereInput | Prisma.DocumentWhereInput[];
|
|
270
|
+
OR?: Prisma.DocumentWhereInput[];
|
|
271
|
+
NOT?: Prisma.DocumentWhereInput | Prisma.DocumentWhereInput[];
|
|
272
|
+
id?: Prisma.StringFilter<"Document"> | string;
|
|
273
|
+
collection?: Prisma.StringFilter<"Document"> | string;
|
|
274
|
+
title?: Prisma.StringNullableFilter<"Document"> | string | null;
|
|
275
|
+
slug?: Prisma.StringNullableFilter<"Document"> | string | null;
|
|
276
|
+
data?: Prisma.JsonFilter<"Document">;
|
|
277
|
+
status?: Prisma.EnumDocumentStatusFilter<"Document"> | $Enums.DocumentStatus;
|
|
278
|
+
locale?: Prisma.StringNullableFilter<"Document"> | string | null;
|
|
279
|
+
localeGroupId?: Prisma.StringNullableFilter<"Document"> | string | null;
|
|
280
|
+
createdById?: Prisma.StringFilter<"Document"> | string;
|
|
281
|
+
updatedById?: Prisma.StringFilter<"Document"> | string;
|
|
282
|
+
publishedAt?: Prisma.DateTimeNullableFilter<"Document"> | Date | string | null;
|
|
283
|
+
scheduledAt?: Prisma.DateTimeNullableFilter<"Document"> | Date | string | null;
|
|
284
|
+
scheduledUnpublishAt?: Prisma.DateTimeNullableFilter<"Document"> | Date | string | null;
|
|
285
|
+
deletedAt?: Prisma.DateTimeNullableFilter<"Document"> | Date | string | null;
|
|
286
|
+
plainText?: Prisma.StringNullableFilter<"Document"> | string | null;
|
|
287
|
+
contentHash?: Prisma.StringNullableFilter<"Document"> | string | null;
|
|
288
|
+
structuredData?: Prisma.JsonNullableFilter<"Document">;
|
|
289
|
+
contentGraph?: Prisma.JsonNullableFilter<"Document">;
|
|
290
|
+
siteId?: Prisma.StringNullableFilter<"Document"> | string | null;
|
|
291
|
+
templateId?: Prisma.StringNullableFilter<"Document"> | string | null;
|
|
292
|
+
workflowStage?: Prisma.EnumWorkflowStageFilter<"Document"> | $Enums.WorkflowStage;
|
|
293
|
+
reviewerId?: Prisma.StringNullableFilter<"Document"> | string | null;
|
|
294
|
+
reviewNote?: Prisma.StringNullableFilter<"Document"> | string | null;
|
|
295
|
+
folderId?: Prisma.StringNullableFilter<"Document"> | string | null;
|
|
296
|
+
createdAt?: Prisma.DateTimeFilter<"Document"> | Date | string;
|
|
297
|
+
updatedAt?: Prisma.DateTimeFilter<"Document"> | Date | string;
|
|
298
|
+
createdBy?: Prisma.XOR<Prisma.UserScalarRelationFilter, Prisma.UserWhereInput>;
|
|
299
|
+
updatedBy?: Prisma.XOR<Prisma.UserScalarRelationFilter, Prisma.UserWhereInput>;
|
|
300
|
+
folder?: Prisma.XOR<Prisma.FolderNullableScalarRelationFilter, Prisma.FolderWhereInput> | null;
|
|
301
|
+
versions?: Prisma.VersionListRelationFilter;
|
|
302
|
+
mediaUsages?: Prisma.MediaUsageListRelationFilter;
|
|
303
|
+
contentLocks?: Prisma.ContentLockListRelationFilter;
|
|
304
|
+
contentIssues?: Prisma.ContentIssueListRelationFilter;
|
|
305
|
+
workflowState?: Prisma.XOR<Prisma.WorkflowStateNullableScalarRelationFilter, Prisma.WorkflowStateWhereInput> | null;
|
|
306
|
+
};
|
|
307
|
+
export type DocumentOrderByWithRelationInput = {
|
|
308
|
+
id?: Prisma.SortOrder;
|
|
309
|
+
collection?: Prisma.SortOrder;
|
|
310
|
+
title?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
311
|
+
slug?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
312
|
+
data?: Prisma.SortOrder;
|
|
313
|
+
status?: Prisma.SortOrder;
|
|
314
|
+
locale?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
315
|
+
localeGroupId?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
316
|
+
createdById?: Prisma.SortOrder;
|
|
317
|
+
updatedById?: Prisma.SortOrder;
|
|
318
|
+
publishedAt?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
319
|
+
scheduledAt?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
320
|
+
scheduledUnpublishAt?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
321
|
+
deletedAt?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
322
|
+
plainText?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
323
|
+
contentHash?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
324
|
+
structuredData?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
325
|
+
contentGraph?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
326
|
+
siteId?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
327
|
+
templateId?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
328
|
+
workflowStage?: Prisma.SortOrder;
|
|
329
|
+
reviewerId?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
330
|
+
reviewNote?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
331
|
+
folderId?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
332
|
+
createdAt?: Prisma.SortOrder;
|
|
333
|
+
updatedAt?: Prisma.SortOrder;
|
|
334
|
+
createdBy?: Prisma.UserOrderByWithRelationInput;
|
|
335
|
+
updatedBy?: Prisma.UserOrderByWithRelationInput;
|
|
336
|
+
folder?: Prisma.FolderOrderByWithRelationInput;
|
|
337
|
+
versions?: Prisma.VersionOrderByRelationAggregateInput;
|
|
338
|
+
mediaUsages?: Prisma.MediaUsageOrderByRelationAggregateInput;
|
|
339
|
+
contentLocks?: Prisma.ContentLockOrderByRelationAggregateInput;
|
|
340
|
+
contentIssues?: Prisma.ContentIssueOrderByRelationAggregateInput;
|
|
341
|
+
workflowState?: Prisma.WorkflowStateOrderByWithRelationInput;
|
|
342
|
+
_relevance?: Prisma.DocumentOrderByRelevanceInput;
|
|
343
|
+
};
|
|
344
|
+
export type DocumentWhereUniqueInput = Prisma.AtLeast<{
|
|
345
|
+
id?: string;
|
|
346
|
+
collection_slug?: Prisma.DocumentCollectionSlugCompoundUniqueInput;
|
|
347
|
+
AND?: Prisma.DocumentWhereInput | Prisma.DocumentWhereInput[];
|
|
348
|
+
OR?: Prisma.DocumentWhereInput[];
|
|
349
|
+
NOT?: Prisma.DocumentWhereInput | Prisma.DocumentWhereInput[];
|
|
350
|
+
collection?: Prisma.StringFilter<"Document"> | string;
|
|
351
|
+
title?: Prisma.StringNullableFilter<"Document"> | string | null;
|
|
352
|
+
slug?: Prisma.StringNullableFilter<"Document"> | string | null;
|
|
353
|
+
data?: Prisma.JsonFilter<"Document">;
|
|
354
|
+
status?: Prisma.EnumDocumentStatusFilter<"Document"> | $Enums.DocumentStatus;
|
|
355
|
+
locale?: Prisma.StringNullableFilter<"Document"> | string | null;
|
|
356
|
+
localeGroupId?: Prisma.StringNullableFilter<"Document"> | string | null;
|
|
357
|
+
createdById?: Prisma.StringFilter<"Document"> | string;
|
|
358
|
+
updatedById?: Prisma.StringFilter<"Document"> | string;
|
|
359
|
+
publishedAt?: Prisma.DateTimeNullableFilter<"Document"> | Date | string | null;
|
|
360
|
+
scheduledAt?: Prisma.DateTimeNullableFilter<"Document"> | Date | string | null;
|
|
361
|
+
scheduledUnpublishAt?: Prisma.DateTimeNullableFilter<"Document"> | Date | string | null;
|
|
362
|
+
deletedAt?: Prisma.DateTimeNullableFilter<"Document"> | Date | string | null;
|
|
363
|
+
plainText?: Prisma.StringNullableFilter<"Document"> | string | null;
|
|
364
|
+
contentHash?: Prisma.StringNullableFilter<"Document"> | string | null;
|
|
365
|
+
structuredData?: Prisma.JsonNullableFilter<"Document">;
|
|
366
|
+
contentGraph?: Prisma.JsonNullableFilter<"Document">;
|
|
367
|
+
siteId?: Prisma.StringNullableFilter<"Document"> | string | null;
|
|
368
|
+
templateId?: Prisma.StringNullableFilter<"Document"> | string | null;
|
|
369
|
+
workflowStage?: Prisma.EnumWorkflowStageFilter<"Document"> | $Enums.WorkflowStage;
|
|
370
|
+
reviewerId?: Prisma.StringNullableFilter<"Document"> | string | null;
|
|
371
|
+
reviewNote?: Prisma.StringNullableFilter<"Document"> | string | null;
|
|
372
|
+
folderId?: Prisma.StringNullableFilter<"Document"> | string | null;
|
|
373
|
+
createdAt?: Prisma.DateTimeFilter<"Document"> | Date | string;
|
|
374
|
+
updatedAt?: Prisma.DateTimeFilter<"Document"> | Date | string;
|
|
375
|
+
createdBy?: Prisma.XOR<Prisma.UserScalarRelationFilter, Prisma.UserWhereInput>;
|
|
376
|
+
updatedBy?: Prisma.XOR<Prisma.UserScalarRelationFilter, Prisma.UserWhereInput>;
|
|
377
|
+
folder?: Prisma.XOR<Prisma.FolderNullableScalarRelationFilter, Prisma.FolderWhereInput> | null;
|
|
378
|
+
versions?: Prisma.VersionListRelationFilter;
|
|
379
|
+
mediaUsages?: Prisma.MediaUsageListRelationFilter;
|
|
380
|
+
contentLocks?: Prisma.ContentLockListRelationFilter;
|
|
381
|
+
contentIssues?: Prisma.ContentIssueListRelationFilter;
|
|
382
|
+
workflowState?: Prisma.XOR<Prisma.WorkflowStateNullableScalarRelationFilter, Prisma.WorkflowStateWhereInput> | null;
|
|
383
|
+
}, "id" | "collection_slug">;
|
|
384
|
+
export type DocumentOrderByWithAggregationInput = {
|
|
385
|
+
id?: Prisma.SortOrder;
|
|
386
|
+
collection?: Prisma.SortOrder;
|
|
387
|
+
title?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
388
|
+
slug?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
389
|
+
data?: Prisma.SortOrder;
|
|
390
|
+
status?: Prisma.SortOrder;
|
|
391
|
+
locale?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
392
|
+
localeGroupId?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
393
|
+
createdById?: Prisma.SortOrder;
|
|
394
|
+
updatedById?: Prisma.SortOrder;
|
|
395
|
+
publishedAt?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
396
|
+
scheduledAt?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
397
|
+
scheduledUnpublishAt?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
398
|
+
deletedAt?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
399
|
+
plainText?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
400
|
+
contentHash?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
401
|
+
structuredData?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
402
|
+
contentGraph?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
403
|
+
siteId?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
404
|
+
templateId?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
405
|
+
workflowStage?: Prisma.SortOrder;
|
|
406
|
+
reviewerId?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
407
|
+
reviewNote?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
408
|
+
folderId?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
409
|
+
createdAt?: Prisma.SortOrder;
|
|
410
|
+
updatedAt?: Prisma.SortOrder;
|
|
411
|
+
_count?: Prisma.DocumentCountOrderByAggregateInput;
|
|
412
|
+
_max?: Prisma.DocumentMaxOrderByAggregateInput;
|
|
413
|
+
_min?: Prisma.DocumentMinOrderByAggregateInput;
|
|
414
|
+
};
|
|
415
|
+
export type DocumentScalarWhereWithAggregatesInput = {
|
|
416
|
+
AND?: Prisma.DocumentScalarWhereWithAggregatesInput | Prisma.DocumentScalarWhereWithAggregatesInput[];
|
|
417
|
+
OR?: Prisma.DocumentScalarWhereWithAggregatesInput[];
|
|
418
|
+
NOT?: Prisma.DocumentScalarWhereWithAggregatesInput | Prisma.DocumentScalarWhereWithAggregatesInput[];
|
|
419
|
+
id?: Prisma.StringWithAggregatesFilter<"Document"> | string;
|
|
420
|
+
collection?: Prisma.StringWithAggregatesFilter<"Document"> | string;
|
|
421
|
+
title?: Prisma.StringNullableWithAggregatesFilter<"Document"> | string | null;
|
|
422
|
+
slug?: Prisma.StringNullableWithAggregatesFilter<"Document"> | string | null;
|
|
423
|
+
data?: Prisma.JsonWithAggregatesFilter<"Document">;
|
|
424
|
+
status?: Prisma.EnumDocumentStatusWithAggregatesFilter<"Document"> | $Enums.DocumentStatus;
|
|
425
|
+
locale?: Prisma.StringNullableWithAggregatesFilter<"Document"> | string | null;
|
|
426
|
+
localeGroupId?: Prisma.StringNullableWithAggregatesFilter<"Document"> | string | null;
|
|
427
|
+
createdById?: Prisma.StringWithAggregatesFilter<"Document"> | string;
|
|
428
|
+
updatedById?: Prisma.StringWithAggregatesFilter<"Document"> | string;
|
|
429
|
+
publishedAt?: Prisma.DateTimeNullableWithAggregatesFilter<"Document"> | Date | string | null;
|
|
430
|
+
scheduledAt?: Prisma.DateTimeNullableWithAggregatesFilter<"Document"> | Date | string | null;
|
|
431
|
+
scheduledUnpublishAt?: Prisma.DateTimeNullableWithAggregatesFilter<"Document"> | Date | string | null;
|
|
432
|
+
deletedAt?: Prisma.DateTimeNullableWithAggregatesFilter<"Document"> | Date | string | null;
|
|
433
|
+
plainText?: Prisma.StringNullableWithAggregatesFilter<"Document"> | string | null;
|
|
434
|
+
contentHash?: Prisma.StringNullableWithAggregatesFilter<"Document"> | string | null;
|
|
435
|
+
structuredData?: Prisma.JsonNullableWithAggregatesFilter<"Document">;
|
|
436
|
+
contentGraph?: Prisma.JsonNullableWithAggregatesFilter<"Document">;
|
|
437
|
+
siteId?: Prisma.StringNullableWithAggregatesFilter<"Document"> | string | null;
|
|
438
|
+
templateId?: Prisma.StringNullableWithAggregatesFilter<"Document"> | string | null;
|
|
439
|
+
workflowStage?: Prisma.EnumWorkflowStageWithAggregatesFilter<"Document"> | $Enums.WorkflowStage;
|
|
440
|
+
reviewerId?: Prisma.StringNullableWithAggregatesFilter<"Document"> | string | null;
|
|
441
|
+
reviewNote?: Prisma.StringNullableWithAggregatesFilter<"Document"> | string | null;
|
|
442
|
+
folderId?: Prisma.StringNullableWithAggregatesFilter<"Document"> | string | null;
|
|
443
|
+
createdAt?: Prisma.DateTimeWithAggregatesFilter<"Document"> | Date | string;
|
|
444
|
+
updatedAt?: Prisma.DateTimeWithAggregatesFilter<"Document"> | Date | string;
|
|
445
|
+
};
|
|
446
|
+
export type DocumentCreateInput = {
|
|
447
|
+
id?: string;
|
|
448
|
+
collection: string;
|
|
449
|
+
title?: string | null;
|
|
450
|
+
slug?: string | null;
|
|
451
|
+
data: Prisma.JsonNullValueInput | runtime.InputJsonValue;
|
|
452
|
+
status?: $Enums.DocumentStatus;
|
|
453
|
+
locale?: string | null;
|
|
454
|
+
localeGroupId?: string | null;
|
|
455
|
+
publishedAt?: Date | string | null;
|
|
456
|
+
scheduledAt?: Date | string | null;
|
|
457
|
+
scheduledUnpublishAt?: Date | string | null;
|
|
458
|
+
deletedAt?: Date | string | null;
|
|
459
|
+
plainText?: string | null;
|
|
460
|
+
contentHash?: string | null;
|
|
461
|
+
structuredData?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
462
|
+
contentGraph?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
463
|
+
siteId?: string | null;
|
|
464
|
+
templateId?: string | null;
|
|
465
|
+
workflowStage?: $Enums.WorkflowStage;
|
|
466
|
+
reviewerId?: string | null;
|
|
467
|
+
reviewNote?: string | null;
|
|
468
|
+
createdAt?: Date | string;
|
|
469
|
+
updatedAt?: Date | string;
|
|
470
|
+
createdBy: Prisma.UserCreateNestedOneWithoutDocumentsInput;
|
|
471
|
+
updatedBy: Prisma.UserCreateNestedOneWithoutUpdatedDocumentsInput;
|
|
472
|
+
folder?: Prisma.FolderCreateNestedOneWithoutDocumentsInput;
|
|
473
|
+
versions?: Prisma.VersionCreateNestedManyWithoutDocumentInput;
|
|
474
|
+
mediaUsages?: Prisma.MediaUsageCreateNestedManyWithoutDocumentInput;
|
|
475
|
+
contentLocks?: Prisma.ContentLockCreateNestedManyWithoutDocumentInput;
|
|
476
|
+
contentIssues?: Prisma.ContentIssueCreateNestedManyWithoutDocumentInput;
|
|
477
|
+
workflowState?: Prisma.WorkflowStateCreateNestedOneWithoutDocumentInput;
|
|
478
|
+
};
|
|
479
|
+
export type DocumentUncheckedCreateInput = {
|
|
480
|
+
id?: string;
|
|
481
|
+
collection: string;
|
|
482
|
+
title?: string | null;
|
|
483
|
+
slug?: string | null;
|
|
484
|
+
data: Prisma.JsonNullValueInput | runtime.InputJsonValue;
|
|
485
|
+
status?: $Enums.DocumentStatus;
|
|
486
|
+
locale?: string | null;
|
|
487
|
+
localeGroupId?: string | null;
|
|
488
|
+
createdById: string;
|
|
489
|
+
updatedById: string;
|
|
490
|
+
publishedAt?: Date | string | null;
|
|
491
|
+
scheduledAt?: Date | string | null;
|
|
492
|
+
scheduledUnpublishAt?: Date | string | null;
|
|
493
|
+
deletedAt?: Date | string | null;
|
|
494
|
+
plainText?: string | null;
|
|
495
|
+
contentHash?: string | null;
|
|
496
|
+
structuredData?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
497
|
+
contentGraph?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
498
|
+
siteId?: string | null;
|
|
499
|
+
templateId?: string | null;
|
|
500
|
+
workflowStage?: $Enums.WorkflowStage;
|
|
501
|
+
reviewerId?: string | null;
|
|
502
|
+
reviewNote?: string | null;
|
|
503
|
+
folderId?: string | null;
|
|
504
|
+
createdAt?: Date | string;
|
|
505
|
+
updatedAt?: Date | string;
|
|
506
|
+
versions?: Prisma.VersionUncheckedCreateNestedManyWithoutDocumentInput;
|
|
507
|
+
mediaUsages?: Prisma.MediaUsageUncheckedCreateNestedManyWithoutDocumentInput;
|
|
508
|
+
contentLocks?: Prisma.ContentLockUncheckedCreateNestedManyWithoutDocumentInput;
|
|
509
|
+
contentIssues?: Prisma.ContentIssueUncheckedCreateNestedManyWithoutDocumentInput;
|
|
510
|
+
workflowState?: Prisma.WorkflowStateUncheckedCreateNestedOneWithoutDocumentInput;
|
|
511
|
+
};
|
|
512
|
+
export type DocumentUpdateInput = {
|
|
513
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
514
|
+
collection?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
515
|
+
title?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
516
|
+
slug?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
517
|
+
data?: Prisma.JsonNullValueInput | runtime.InputJsonValue;
|
|
518
|
+
status?: Prisma.EnumDocumentStatusFieldUpdateOperationsInput | $Enums.DocumentStatus;
|
|
519
|
+
locale?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
520
|
+
localeGroupId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
521
|
+
publishedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
522
|
+
scheduledAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
523
|
+
scheduledUnpublishAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
524
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
525
|
+
plainText?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
526
|
+
contentHash?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
527
|
+
structuredData?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
528
|
+
contentGraph?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
529
|
+
siteId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
530
|
+
templateId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
531
|
+
workflowStage?: Prisma.EnumWorkflowStageFieldUpdateOperationsInput | $Enums.WorkflowStage;
|
|
532
|
+
reviewerId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
533
|
+
reviewNote?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
534
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
535
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
536
|
+
createdBy?: Prisma.UserUpdateOneRequiredWithoutDocumentsNestedInput;
|
|
537
|
+
updatedBy?: Prisma.UserUpdateOneRequiredWithoutUpdatedDocumentsNestedInput;
|
|
538
|
+
folder?: Prisma.FolderUpdateOneWithoutDocumentsNestedInput;
|
|
539
|
+
versions?: Prisma.VersionUpdateManyWithoutDocumentNestedInput;
|
|
540
|
+
mediaUsages?: Prisma.MediaUsageUpdateManyWithoutDocumentNestedInput;
|
|
541
|
+
contentLocks?: Prisma.ContentLockUpdateManyWithoutDocumentNestedInput;
|
|
542
|
+
contentIssues?: Prisma.ContentIssueUpdateManyWithoutDocumentNestedInput;
|
|
543
|
+
workflowState?: Prisma.WorkflowStateUpdateOneWithoutDocumentNestedInput;
|
|
544
|
+
};
|
|
545
|
+
export type DocumentUncheckedUpdateInput = {
|
|
546
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
547
|
+
collection?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
548
|
+
title?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
549
|
+
slug?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
550
|
+
data?: Prisma.JsonNullValueInput | runtime.InputJsonValue;
|
|
551
|
+
status?: Prisma.EnumDocumentStatusFieldUpdateOperationsInput | $Enums.DocumentStatus;
|
|
552
|
+
locale?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
553
|
+
localeGroupId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
554
|
+
createdById?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
555
|
+
updatedById?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
556
|
+
publishedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
557
|
+
scheduledAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
558
|
+
scheduledUnpublishAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
559
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
560
|
+
plainText?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
561
|
+
contentHash?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
562
|
+
structuredData?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
563
|
+
contentGraph?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
564
|
+
siteId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
565
|
+
templateId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
566
|
+
workflowStage?: Prisma.EnumWorkflowStageFieldUpdateOperationsInput | $Enums.WorkflowStage;
|
|
567
|
+
reviewerId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
568
|
+
reviewNote?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
569
|
+
folderId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
570
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
571
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
572
|
+
versions?: Prisma.VersionUncheckedUpdateManyWithoutDocumentNestedInput;
|
|
573
|
+
mediaUsages?: Prisma.MediaUsageUncheckedUpdateManyWithoutDocumentNestedInput;
|
|
574
|
+
contentLocks?: Prisma.ContentLockUncheckedUpdateManyWithoutDocumentNestedInput;
|
|
575
|
+
contentIssues?: Prisma.ContentIssueUncheckedUpdateManyWithoutDocumentNestedInput;
|
|
576
|
+
workflowState?: Prisma.WorkflowStateUncheckedUpdateOneWithoutDocumentNestedInput;
|
|
577
|
+
};
|
|
578
|
+
export type DocumentCreateManyInput = {
|
|
579
|
+
id?: string;
|
|
580
|
+
collection: string;
|
|
581
|
+
title?: string | null;
|
|
582
|
+
slug?: string | null;
|
|
583
|
+
data: Prisma.JsonNullValueInput | runtime.InputJsonValue;
|
|
584
|
+
status?: $Enums.DocumentStatus;
|
|
585
|
+
locale?: string | null;
|
|
586
|
+
localeGroupId?: string | null;
|
|
587
|
+
createdById: string;
|
|
588
|
+
updatedById: string;
|
|
589
|
+
publishedAt?: Date | string | null;
|
|
590
|
+
scheduledAt?: Date | string | null;
|
|
591
|
+
scheduledUnpublishAt?: Date | string | null;
|
|
592
|
+
deletedAt?: Date | string | null;
|
|
593
|
+
plainText?: string | null;
|
|
594
|
+
contentHash?: string | null;
|
|
595
|
+
structuredData?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
596
|
+
contentGraph?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
597
|
+
siteId?: string | null;
|
|
598
|
+
templateId?: string | null;
|
|
599
|
+
workflowStage?: $Enums.WorkflowStage;
|
|
600
|
+
reviewerId?: string | null;
|
|
601
|
+
reviewNote?: string | null;
|
|
602
|
+
folderId?: string | null;
|
|
603
|
+
createdAt?: Date | string;
|
|
604
|
+
updatedAt?: Date | string;
|
|
605
|
+
};
|
|
606
|
+
export type DocumentUpdateManyMutationInput = {
|
|
607
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
608
|
+
collection?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
609
|
+
title?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
610
|
+
slug?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
611
|
+
data?: Prisma.JsonNullValueInput | runtime.InputJsonValue;
|
|
612
|
+
status?: Prisma.EnumDocumentStatusFieldUpdateOperationsInput | $Enums.DocumentStatus;
|
|
613
|
+
locale?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
614
|
+
localeGroupId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
615
|
+
publishedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
616
|
+
scheduledAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
617
|
+
scheduledUnpublishAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
618
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
619
|
+
plainText?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
620
|
+
contentHash?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
621
|
+
structuredData?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
622
|
+
contentGraph?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
623
|
+
siteId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
624
|
+
templateId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
625
|
+
workflowStage?: Prisma.EnumWorkflowStageFieldUpdateOperationsInput | $Enums.WorkflowStage;
|
|
626
|
+
reviewerId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
627
|
+
reviewNote?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
628
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
629
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
630
|
+
};
|
|
631
|
+
export type DocumentUncheckedUpdateManyInput = {
|
|
632
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
633
|
+
collection?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
634
|
+
title?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
635
|
+
slug?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
636
|
+
data?: Prisma.JsonNullValueInput | runtime.InputJsonValue;
|
|
637
|
+
status?: Prisma.EnumDocumentStatusFieldUpdateOperationsInput | $Enums.DocumentStatus;
|
|
638
|
+
locale?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
639
|
+
localeGroupId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
640
|
+
createdById?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
641
|
+
updatedById?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
642
|
+
publishedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
643
|
+
scheduledAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
644
|
+
scheduledUnpublishAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
645
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
646
|
+
plainText?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
647
|
+
contentHash?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
648
|
+
structuredData?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
649
|
+
contentGraph?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
650
|
+
siteId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
651
|
+
templateId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
652
|
+
workflowStage?: Prisma.EnumWorkflowStageFieldUpdateOperationsInput | $Enums.WorkflowStage;
|
|
653
|
+
reviewerId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
654
|
+
reviewNote?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
655
|
+
folderId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
656
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
657
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
658
|
+
};
|
|
659
|
+
export type DocumentListRelationFilter = {
|
|
660
|
+
every?: Prisma.DocumentWhereInput;
|
|
661
|
+
some?: Prisma.DocumentWhereInput;
|
|
662
|
+
none?: Prisma.DocumentWhereInput;
|
|
663
|
+
};
|
|
664
|
+
export type DocumentOrderByRelationAggregateInput = {
|
|
665
|
+
_count?: Prisma.SortOrder;
|
|
666
|
+
};
|
|
667
|
+
export type DocumentOrderByRelevanceInput = {
|
|
668
|
+
fields: Prisma.DocumentOrderByRelevanceFieldEnum | Prisma.DocumentOrderByRelevanceFieldEnum[];
|
|
669
|
+
sort: Prisma.SortOrder;
|
|
670
|
+
search: string;
|
|
671
|
+
};
|
|
672
|
+
export type DocumentCollectionSlugCompoundUniqueInput = {
|
|
673
|
+
collection: string;
|
|
674
|
+
slug: string;
|
|
675
|
+
};
|
|
676
|
+
export type DocumentCountOrderByAggregateInput = {
|
|
677
|
+
id?: Prisma.SortOrder;
|
|
678
|
+
collection?: Prisma.SortOrder;
|
|
679
|
+
title?: Prisma.SortOrder;
|
|
680
|
+
slug?: Prisma.SortOrder;
|
|
681
|
+
data?: Prisma.SortOrder;
|
|
682
|
+
status?: Prisma.SortOrder;
|
|
683
|
+
locale?: Prisma.SortOrder;
|
|
684
|
+
localeGroupId?: Prisma.SortOrder;
|
|
685
|
+
createdById?: Prisma.SortOrder;
|
|
686
|
+
updatedById?: Prisma.SortOrder;
|
|
687
|
+
publishedAt?: Prisma.SortOrder;
|
|
688
|
+
scheduledAt?: Prisma.SortOrder;
|
|
689
|
+
scheduledUnpublishAt?: Prisma.SortOrder;
|
|
690
|
+
deletedAt?: Prisma.SortOrder;
|
|
691
|
+
plainText?: Prisma.SortOrder;
|
|
692
|
+
contentHash?: Prisma.SortOrder;
|
|
693
|
+
structuredData?: Prisma.SortOrder;
|
|
694
|
+
contentGraph?: Prisma.SortOrder;
|
|
695
|
+
siteId?: Prisma.SortOrder;
|
|
696
|
+
templateId?: Prisma.SortOrder;
|
|
697
|
+
workflowStage?: Prisma.SortOrder;
|
|
698
|
+
reviewerId?: Prisma.SortOrder;
|
|
699
|
+
reviewNote?: Prisma.SortOrder;
|
|
700
|
+
folderId?: Prisma.SortOrder;
|
|
701
|
+
createdAt?: Prisma.SortOrder;
|
|
702
|
+
updatedAt?: Prisma.SortOrder;
|
|
703
|
+
};
|
|
704
|
+
export type DocumentMaxOrderByAggregateInput = {
|
|
705
|
+
id?: Prisma.SortOrder;
|
|
706
|
+
collection?: Prisma.SortOrder;
|
|
707
|
+
title?: Prisma.SortOrder;
|
|
708
|
+
slug?: Prisma.SortOrder;
|
|
709
|
+
status?: Prisma.SortOrder;
|
|
710
|
+
locale?: Prisma.SortOrder;
|
|
711
|
+
localeGroupId?: Prisma.SortOrder;
|
|
712
|
+
createdById?: Prisma.SortOrder;
|
|
713
|
+
updatedById?: Prisma.SortOrder;
|
|
714
|
+
publishedAt?: Prisma.SortOrder;
|
|
715
|
+
scheduledAt?: Prisma.SortOrder;
|
|
716
|
+
scheduledUnpublishAt?: Prisma.SortOrder;
|
|
717
|
+
deletedAt?: Prisma.SortOrder;
|
|
718
|
+
plainText?: Prisma.SortOrder;
|
|
719
|
+
contentHash?: Prisma.SortOrder;
|
|
720
|
+
siteId?: Prisma.SortOrder;
|
|
721
|
+
templateId?: Prisma.SortOrder;
|
|
722
|
+
workflowStage?: Prisma.SortOrder;
|
|
723
|
+
reviewerId?: Prisma.SortOrder;
|
|
724
|
+
reviewNote?: Prisma.SortOrder;
|
|
725
|
+
folderId?: Prisma.SortOrder;
|
|
726
|
+
createdAt?: Prisma.SortOrder;
|
|
727
|
+
updatedAt?: Prisma.SortOrder;
|
|
728
|
+
};
|
|
729
|
+
export type DocumentMinOrderByAggregateInput = {
|
|
730
|
+
id?: Prisma.SortOrder;
|
|
731
|
+
collection?: Prisma.SortOrder;
|
|
732
|
+
title?: Prisma.SortOrder;
|
|
733
|
+
slug?: Prisma.SortOrder;
|
|
734
|
+
status?: Prisma.SortOrder;
|
|
735
|
+
locale?: Prisma.SortOrder;
|
|
736
|
+
localeGroupId?: Prisma.SortOrder;
|
|
737
|
+
createdById?: Prisma.SortOrder;
|
|
738
|
+
updatedById?: Prisma.SortOrder;
|
|
739
|
+
publishedAt?: Prisma.SortOrder;
|
|
740
|
+
scheduledAt?: Prisma.SortOrder;
|
|
741
|
+
scheduledUnpublishAt?: Prisma.SortOrder;
|
|
742
|
+
deletedAt?: Prisma.SortOrder;
|
|
743
|
+
plainText?: Prisma.SortOrder;
|
|
744
|
+
contentHash?: Prisma.SortOrder;
|
|
745
|
+
siteId?: Prisma.SortOrder;
|
|
746
|
+
templateId?: Prisma.SortOrder;
|
|
747
|
+
workflowStage?: Prisma.SortOrder;
|
|
748
|
+
reviewerId?: Prisma.SortOrder;
|
|
749
|
+
reviewNote?: Prisma.SortOrder;
|
|
750
|
+
folderId?: Prisma.SortOrder;
|
|
751
|
+
createdAt?: Prisma.SortOrder;
|
|
752
|
+
updatedAt?: Prisma.SortOrder;
|
|
753
|
+
};
|
|
754
|
+
export type DocumentScalarRelationFilter = {
|
|
755
|
+
is?: Prisma.DocumentWhereInput;
|
|
756
|
+
isNot?: Prisma.DocumentWhereInput;
|
|
757
|
+
};
|
|
758
|
+
export type DocumentCreateNestedManyWithoutCreatedByInput = {
|
|
759
|
+
create?: Prisma.XOR<Prisma.DocumentCreateWithoutCreatedByInput, Prisma.DocumentUncheckedCreateWithoutCreatedByInput> | Prisma.DocumentCreateWithoutCreatedByInput[] | Prisma.DocumentUncheckedCreateWithoutCreatedByInput[];
|
|
760
|
+
connectOrCreate?: Prisma.DocumentCreateOrConnectWithoutCreatedByInput | Prisma.DocumentCreateOrConnectWithoutCreatedByInput[];
|
|
761
|
+
createMany?: Prisma.DocumentCreateManyCreatedByInputEnvelope;
|
|
762
|
+
connect?: Prisma.DocumentWhereUniqueInput | Prisma.DocumentWhereUniqueInput[];
|
|
763
|
+
};
|
|
764
|
+
export type DocumentCreateNestedManyWithoutUpdatedByInput = {
|
|
765
|
+
create?: Prisma.XOR<Prisma.DocumentCreateWithoutUpdatedByInput, Prisma.DocumentUncheckedCreateWithoutUpdatedByInput> | Prisma.DocumentCreateWithoutUpdatedByInput[] | Prisma.DocumentUncheckedCreateWithoutUpdatedByInput[];
|
|
766
|
+
connectOrCreate?: Prisma.DocumentCreateOrConnectWithoutUpdatedByInput | Prisma.DocumentCreateOrConnectWithoutUpdatedByInput[];
|
|
767
|
+
createMany?: Prisma.DocumentCreateManyUpdatedByInputEnvelope;
|
|
768
|
+
connect?: Prisma.DocumentWhereUniqueInput | Prisma.DocumentWhereUniqueInput[];
|
|
769
|
+
};
|
|
770
|
+
export type DocumentUncheckedCreateNestedManyWithoutCreatedByInput = {
|
|
771
|
+
create?: Prisma.XOR<Prisma.DocumentCreateWithoutCreatedByInput, Prisma.DocumentUncheckedCreateWithoutCreatedByInput> | Prisma.DocumentCreateWithoutCreatedByInput[] | Prisma.DocumentUncheckedCreateWithoutCreatedByInput[];
|
|
772
|
+
connectOrCreate?: Prisma.DocumentCreateOrConnectWithoutCreatedByInput | Prisma.DocumentCreateOrConnectWithoutCreatedByInput[];
|
|
773
|
+
createMany?: Prisma.DocumentCreateManyCreatedByInputEnvelope;
|
|
774
|
+
connect?: Prisma.DocumentWhereUniqueInput | Prisma.DocumentWhereUniqueInput[];
|
|
775
|
+
};
|
|
776
|
+
export type DocumentUncheckedCreateNestedManyWithoutUpdatedByInput = {
|
|
777
|
+
create?: Prisma.XOR<Prisma.DocumentCreateWithoutUpdatedByInput, Prisma.DocumentUncheckedCreateWithoutUpdatedByInput> | Prisma.DocumentCreateWithoutUpdatedByInput[] | Prisma.DocumentUncheckedCreateWithoutUpdatedByInput[];
|
|
778
|
+
connectOrCreate?: Prisma.DocumentCreateOrConnectWithoutUpdatedByInput | Prisma.DocumentCreateOrConnectWithoutUpdatedByInput[];
|
|
779
|
+
createMany?: Prisma.DocumentCreateManyUpdatedByInputEnvelope;
|
|
780
|
+
connect?: Prisma.DocumentWhereUniqueInput | Prisma.DocumentWhereUniqueInput[];
|
|
781
|
+
};
|
|
782
|
+
export type DocumentUpdateManyWithoutCreatedByNestedInput = {
|
|
783
|
+
create?: Prisma.XOR<Prisma.DocumentCreateWithoutCreatedByInput, Prisma.DocumentUncheckedCreateWithoutCreatedByInput> | Prisma.DocumentCreateWithoutCreatedByInput[] | Prisma.DocumentUncheckedCreateWithoutCreatedByInput[];
|
|
784
|
+
connectOrCreate?: Prisma.DocumentCreateOrConnectWithoutCreatedByInput | Prisma.DocumentCreateOrConnectWithoutCreatedByInput[];
|
|
785
|
+
upsert?: Prisma.DocumentUpsertWithWhereUniqueWithoutCreatedByInput | Prisma.DocumentUpsertWithWhereUniqueWithoutCreatedByInput[];
|
|
786
|
+
createMany?: Prisma.DocumentCreateManyCreatedByInputEnvelope;
|
|
787
|
+
set?: Prisma.DocumentWhereUniqueInput | Prisma.DocumentWhereUniqueInput[];
|
|
788
|
+
disconnect?: Prisma.DocumentWhereUniqueInput | Prisma.DocumentWhereUniqueInput[];
|
|
789
|
+
delete?: Prisma.DocumentWhereUniqueInput | Prisma.DocumentWhereUniqueInput[];
|
|
790
|
+
connect?: Prisma.DocumentWhereUniqueInput | Prisma.DocumentWhereUniqueInput[];
|
|
791
|
+
update?: Prisma.DocumentUpdateWithWhereUniqueWithoutCreatedByInput | Prisma.DocumentUpdateWithWhereUniqueWithoutCreatedByInput[];
|
|
792
|
+
updateMany?: Prisma.DocumentUpdateManyWithWhereWithoutCreatedByInput | Prisma.DocumentUpdateManyWithWhereWithoutCreatedByInput[];
|
|
793
|
+
deleteMany?: Prisma.DocumentScalarWhereInput | Prisma.DocumentScalarWhereInput[];
|
|
794
|
+
};
|
|
795
|
+
export type DocumentUpdateManyWithoutUpdatedByNestedInput = {
|
|
796
|
+
create?: Prisma.XOR<Prisma.DocumentCreateWithoutUpdatedByInput, Prisma.DocumentUncheckedCreateWithoutUpdatedByInput> | Prisma.DocumentCreateWithoutUpdatedByInput[] | Prisma.DocumentUncheckedCreateWithoutUpdatedByInput[];
|
|
797
|
+
connectOrCreate?: Prisma.DocumentCreateOrConnectWithoutUpdatedByInput | Prisma.DocumentCreateOrConnectWithoutUpdatedByInput[];
|
|
798
|
+
upsert?: Prisma.DocumentUpsertWithWhereUniqueWithoutUpdatedByInput | Prisma.DocumentUpsertWithWhereUniqueWithoutUpdatedByInput[];
|
|
799
|
+
createMany?: Prisma.DocumentCreateManyUpdatedByInputEnvelope;
|
|
800
|
+
set?: Prisma.DocumentWhereUniqueInput | Prisma.DocumentWhereUniqueInput[];
|
|
801
|
+
disconnect?: Prisma.DocumentWhereUniqueInput | Prisma.DocumentWhereUniqueInput[];
|
|
802
|
+
delete?: Prisma.DocumentWhereUniqueInput | Prisma.DocumentWhereUniqueInput[];
|
|
803
|
+
connect?: Prisma.DocumentWhereUniqueInput | Prisma.DocumentWhereUniqueInput[];
|
|
804
|
+
update?: Prisma.DocumentUpdateWithWhereUniqueWithoutUpdatedByInput | Prisma.DocumentUpdateWithWhereUniqueWithoutUpdatedByInput[];
|
|
805
|
+
updateMany?: Prisma.DocumentUpdateManyWithWhereWithoutUpdatedByInput | Prisma.DocumentUpdateManyWithWhereWithoutUpdatedByInput[];
|
|
806
|
+
deleteMany?: Prisma.DocumentScalarWhereInput | Prisma.DocumentScalarWhereInput[];
|
|
807
|
+
};
|
|
808
|
+
export type DocumentUncheckedUpdateManyWithoutCreatedByNestedInput = {
|
|
809
|
+
create?: Prisma.XOR<Prisma.DocumentCreateWithoutCreatedByInput, Prisma.DocumentUncheckedCreateWithoutCreatedByInput> | Prisma.DocumentCreateWithoutCreatedByInput[] | Prisma.DocumentUncheckedCreateWithoutCreatedByInput[];
|
|
810
|
+
connectOrCreate?: Prisma.DocumentCreateOrConnectWithoutCreatedByInput | Prisma.DocumentCreateOrConnectWithoutCreatedByInput[];
|
|
811
|
+
upsert?: Prisma.DocumentUpsertWithWhereUniqueWithoutCreatedByInput | Prisma.DocumentUpsertWithWhereUniqueWithoutCreatedByInput[];
|
|
812
|
+
createMany?: Prisma.DocumentCreateManyCreatedByInputEnvelope;
|
|
813
|
+
set?: Prisma.DocumentWhereUniqueInput | Prisma.DocumentWhereUniqueInput[];
|
|
814
|
+
disconnect?: Prisma.DocumentWhereUniqueInput | Prisma.DocumentWhereUniqueInput[];
|
|
815
|
+
delete?: Prisma.DocumentWhereUniqueInput | Prisma.DocumentWhereUniqueInput[];
|
|
816
|
+
connect?: Prisma.DocumentWhereUniqueInput | Prisma.DocumentWhereUniqueInput[];
|
|
817
|
+
update?: Prisma.DocumentUpdateWithWhereUniqueWithoutCreatedByInput | Prisma.DocumentUpdateWithWhereUniqueWithoutCreatedByInput[];
|
|
818
|
+
updateMany?: Prisma.DocumentUpdateManyWithWhereWithoutCreatedByInput | Prisma.DocumentUpdateManyWithWhereWithoutCreatedByInput[];
|
|
819
|
+
deleteMany?: Prisma.DocumentScalarWhereInput | Prisma.DocumentScalarWhereInput[];
|
|
820
|
+
};
|
|
821
|
+
export type DocumentUncheckedUpdateManyWithoutUpdatedByNestedInput = {
|
|
822
|
+
create?: Prisma.XOR<Prisma.DocumentCreateWithoutUpdatedByInput, Prisma.DocumentUncheckedCreateWithoutUpdatedByInput> | Prisma.DocumentCreateWithoutUpdatedByInput[] | Prisma.DocumentUncheckedCreateWithoutUpdatedByInput[];
|
|
823
|
+
connectOrCreate?: Prisma.DocumentCreateOrConnectWithoutUpdatedByInput | Prisma.DocumentCreateOrConnectWithoutUpdatedByInput[];
|
|
824
|
+
upsert?: Prisma.DocumentUpsertWithWhereUniqueWithoutUpdatedByInput | Prisma.DocumentUpsertWithWhereUniqueWithoutUpdatedByInput[];
|
|
825
|
+
createMany?: Prisma.DocumentCreateManyUpdatedByInputEnvelope;
|
|
826
|
+
set?: Prisma.DocumentWhereUniqueInput | Prisma.DocumentWhereUniqueInput[];
|
|
827
|
+
disconnect?: Prisma.DocumentWhereUniqueInput | Prisma.DocumentWhereUniqueInput[];
|
|
828
|
+
delete?: Prisma.DocumentWhereUniqueInput | Prisma.DocumentWhereUniqueInput[];
|
|
829
|
+
connect?: Prisma.DocumentWhereUniqueInput | Prisma.DocumentWhereUniqueInput[];
|
|
830
|
+
update?: Prisma.DocumentUpdateWithWhereUniqueWithoutUpdatedByInput | Prisma.DocumentUpdateWithWhereUniqueWithoutUpdatedByInput[];
|
|
831
|
+
updateMany?: Prisma.DocumentUpdateManyWithWhereWithoutUpdatedByInput | Prisma.DocumentUpdateManyWithWhereWithoutUpdatedByInput[];
|
|
832
|
+
deleteMany?: Prisma.DocumentScalarWhereInput | Prisma.DocumentScalarWhereInput[];
|
|
833
|
+
};
|
|
834
|
+
export type DocumentCreateNestedManyWithoutFolderInput = {
|
|
835
|
+
create?: Prisma.XOR<Prisma.DocumentCreateWithoutFolderInput, Prisma.DocumentUncheckedCreateWithoutFolderInput> | Prisma.DocumentCreateWithoutFolderInput[] | Prisma.DocumentUncheckedCreateWithoutFolderInput[];
|
|
836
|
+
connectOrCreate?: Prisma.DocumentCreateOrConnectWithoutFolderInput | Prisma.DocumentCreateOrConnectWithoutFolderInput[];
|
|
837
|
+
createMany?: Prisma.DocumentCreateManyFolderInputEnvelope;
|
|
838
|
+
connect?: Prisma.DocumentWhereUniqueInput | Prisma.DocumentWhereUniqueInput[];
|
|
839
|
+
};
|
|
840
|
+
export type DocumentUncheckedCreateNestedManyWithoutFolderInput = {
|
|
841
|
+
create?: Prisma.XOR<Prisma.DocumentCreateWithoutFolderInput, Prisma.DocumentUncheckedCreateWithoutFolderInput> | Prisma.DocumentCreateWithoutFolderInput[] | Prisma.DocumentUncheckedCreateWithoutFolderInput[];
|
|
842
|
+
connectOrCreate?: Prisma.DocumentCreateOrConnectWithoutFolderInput | Prisma.DocumentCreateOrConnectWithoutFolderInput[];
|
|
843
|
+
createMany?: Prisma.DocumentCreateManyFolderInputEnvelope;
|
|
844
|
+
connect?: Prisma.DocumentWhereUniqueInput | Prisma.DocumentWhereUniqueInput[];
|
|
845
|
+
};
|
|
846
|
+
export type DocumentUpdateManyWithoutFolderNestedInput = {
|
|
847
|
+
create?: Prisma.XOR<Prisma.DocumentCreateWithoutFolderInput, Prisma.DocumentUncheckedCreateWithoutFolderInput> | Prisma.DocumentCreateWithoutFolderInput[] | Prisma.DocumentUncheckedCreateWithoutFolderInput[];
|
|
848
|
+
connectOrCreate?: Prisma.DocumentCreateOrConnectWithoutFolderInput | Prisma.DocumentCreateOrConnectWithoutFolderInput[];
|
|
849
|
+
upsert?: Prisma.DocumentUpsertWithWhereUniqueWithoutFolderInput | Prisma.DocumentUpsertWithWhereUniqueWithoutFolderInput[];
|
|
850
|
+
createMany?: Prisma.DocumentCreateManyFolderInputEnvelope;
|
|
851
|
+
set?: Prisma.DocumentWhereUniqueInput | Prisma.DocumentWhereUniqueInput[];
|
|
852
|
+
disconnect?: Prisma.DocumentWhereUniqueInput | Prisma.DocumentWhereUniqueInput[];
|
|
853
|
+
delete?: Prisma.DocumentWhereUniqueInput | Prisma.DocumentWhereUniqueInput[];
|
|
854
|
+
connect?: Prisma.DocumentWhereUniqueInput | Prisma.DocumentWhereUniqueInput[];
|
|
855
|
+
update?: Prisma.DocumentUpdateWithWhereUniqueWithoutFolderInput | Prisma.DocumentUpdateWithWhereUniqueWithoutFolderInput[];
|
|
856
|
+
updateMany?: Prisma.DocumentUpdateManyWithWhereWithoutFolderInput | Prisma.DocumentUpdateManyWithWhereWithoutFolderInput[];
|
|
857
|
+
deleteMany?: Prisma.DocumentScalarWhereInput | Prisma.DocumentScalarWhereInput[];
|
|
858
|
+
};
|
|
859
|
+
export type DocumentUncheckedUpdateManyWithoutFolderNestedInput = {
|
|
860
|
+
create?: Prisma.XOR<Prisma.DocumentCreateWithoutFolderInput, Prisma.DocumentUncheckedCreateWithoutFolderInput> | Prisma.DocumentCreateWithoutFolderInput[] | Prisma.DocumentUncheckedCreateWithoutFolderInput[];
|
|
861
|
+
connectOrCreate?: Prisma.DocumentCreateOrConnectWithoutFolderInput | Prisma.DocumentCreateOrConnectWithoutFolderInput[];
|
|
862
|
+
upsert?: Prisma.DocumentUpsertWithWhereUniqueWithoutFolderInput | Prisma.DocumentUpsertWithWhereUniqueWithoutFolderInput[];
|
|
863
|
+
createMany?: Prisma.DocumentCreateManyFolderInputEnvelope;
|
|
864
|
+
set?: Prisma.DocumentWhereUniqueInput | Prisma.DocumentWhereUniqueInput[];
|
|
865
|
+
disconnect?: Prisma.DocumentWhereUniqueInput | Prisma.DocumentWhereUniqueInput[];
|
|
866
|
+
delete?: Prisma.DocumentWhereUniqueInput | Prisma.DocumentWhereUniqueInput[];
|
|
867
|
+
connect?: Prisma.DocumentWhereUniqueInput | Prisma.DocumentWhereUniqueInput[];
|
|
868
|
+
update?: Prisma.DocumentUpdateWithWhereUniqueWithoutFolderInput | Prisma.DocumentUpdateWithWhereUniqueWithoutFolderInput[];
|
|
869
|
+
updateMany?: Prisma.DocumentUpdateManyWithWhereWithoutFolderInput | Prisma.DocumentUpdateManyWithWhereWithoutFolderInput[];
|
|
870
|
+
deleteMany?: Prisma.DocumentScalarWhereInput | Prisma.DocumentScalarWhereInput[];
|
|
871
|
+
};
|
|
872
|
+
export type EnumDocumentStatusFieldUpdateOperationsInput = {
|
|
873
|
+
set?: $Enums.DocumentStatus;
|
|
874
|
+
};
|
|
875
|
+
export type EnumWorkflowStageFieldUpdateOperationsInput = {
|
|
876
|
+
set?: $Enums.WorkflowStage;
|
|
877
|
+
};
|
|
878
|
+
export type DocumentCreateNestedOneWithoutVersionsInput = {
|
|
879
|
+
create?: Prisma.XOR<Prisma.DocumentCreateWithoutVersionsInput, Prisma.DocumentUncheckedCreateWithoutVersionsInput>;
|
|
880
|
+
connectOrCreate?: Prisma.DocumentCreateOrConnectWithoutVersionsInput;
|
|
881
|
+
connect?: Prisma.DocumentWhereUniqueInput;
|
|
882
|
+
};
|
|
883
|
+
export type DocumentUpdateOneRequiredWithoutVersionsNestedInput = {
|
|
884
|
+
create?: Prisma.XOR<Prisma.DocumentCreateWithoutVersionsInput, Prisma.DocumentUncheckedCreateWithoutVersionsInput>;
|
|
885
|
+
connectOrCreate?: Prisma.DocumentCreateOrConnectWithoutVersionsInput;
|
|
886
|
+
upsert?: Prisma.DocumentUpsertWithoutVersionsInput;
|
|
887
|
+
connect?: Prisma.DocumentWhereUniqueInput;
|
|
888
|
+
update?: Prisma.XOR<Prisma.XOR<Prisma.DocumentUpdateToOneWithWhereWithoutVersionsInput, Prisma.DocumentUpdateWithoutVersionsInput>, Prisma.DocumentUncheckedUpdateWithoutVersionsInput>;
|
|
889
|
+
};
|
|
890
|
+
export type DocumentCreateNestedOneWithoutMediaUsagesInput = {
|
|
891
|
+
create?: Prisma.XOR<Prisma.DocumentCreateWithoutMediaUsagesInput, Prisma.DocumentUncheckedCreateWithoutMediaUsagesInput>;
|
|
892
|
+
connectOrCreate?: Prisma.DocumentCreateOrConnectWithoutMediaUsagesInput;
|
|
893
|
+
connect?: Prisma.DocumentWhereUniqueInput;
|
|
894
|
+
};
|
|
895
|
+
export type DocumentUpdateOneRequiredWithoutMediaUsagesNestedInput = {
|
|
896
|
+
create?: Prisma.XOR<Prisma.DocumentCreateWithoutMediaUsagesInput, Prisma.DocumentUncheckedCreateWithoutMediaUsagesInput>;
|
|
897
|
+
connectOrCreate?: Prisma.DocumentCreateOrConnectWithoutMediaUsagesInput;
|
|
898
|
+
upsert?: Prisma.DocumentUpsertWithoutMediaUsagesInput;
|
|
899
|
+
connect?: Prisma.DocumentWhereUniqueInput;
|
|
900
|
+
update?: Prisma.XOR<Prisma.XOR<Prisma.DocumentUpdateToOneWithWhereWithoutMediaUsagesInput, Prisma.DocumentUpdateWithoutMediaUsagesInput>, Prisma.DocumentUncheckedUpdateWithoutMediaUsagesInput>;
|
|
901
|
+
};
|
|
902
|
+
export type DocumentCreateNestedOneWithoutContentLocksInput = {
|
|
903
|
+
create?: Prisma.XOR<Prisma.DocumentCreateWithoutContentLocksInput, Prisma.DocumentUncheckedCreateWithoutContentLocksInput>;
|
|
904
|
+
connectOrCreate?: Prisma.DocumentCreateOrConnectWithoutContentLocksInput;
|
|
905
|
+
connect?: Prisma.DocumentWhereUniqueInput;
|
|
906
|
+
};
|
|
907
|
+
export type DocumentUpdateOneRequiredWithoutContentLocksNestedInput = {
|
|
908
|
+
create?: Prisma.XOR<Prisma.DocumentCreateWithoutContentLocksInput, Prisma.DocumentUncheckedCreateWithoutContentLocksInput>;
|
|
909
|
+
connectOrCreate?: Prisma.DocumentCreateOrConnectWithoutContentLocksInput;
|
|
910
|
+
upsert?: Prisma.DocumentUpsertWithoutContentLocksInput;
|
|
911
|
+
connect?: Prisma.DocumentWhereUniqueInput;
|
|
912
|
+
update?: Prisma.XOR<Prisma.XOR<Prisma.DocumentUpdateToOneWithWhereWithoutContentLocksInput, Prisma.DocumentUpdateWithoutContentLocksInput>, Prisma.DocumentUncheckedUpdateWithoutContentLocksInput>;
|
|
913
|
+
};
|
|
914
|
+
export type DocumentCreateNestedOneWithoutWorkflowStateInput = {
|
|
915
|
+
create?: Prisma.XOR<Prisma.DocumentCreateWithoutWorkflowStateInput, Prisma.DocumentUncheckedCreateWithoutWorkflowStateInput>;
|
|
916
|
+
connectOrCreate?: Prisma.DocumentCreateOrConnectWithoutWorkflowStateInput;
|
|
917
|
+
connect?: Prisma.DocumentWhereUniqueInput;
|
|
918
|
+
};
|
|
919
|
+
export type DocumentUpdateOneRequiredWithoutWorkflowStateNestedInput = {
|
|
920
|
+
create?: Prisma.XOR<Prisma.DocumentCreateWithoutWorkflowStateInput, Prisma.DocumentUncheckedCreateWithoutWorkflowStateInput>;
|
|
921
|
+
connectOrCreate?: Prisma.DocumentCreateOrConnectWithoutWorkflowStateInput;
|
|
922
|
+
upsert?: Prisma.DocumentUpsertWithoutWorkflowStateInput;
|
|
923
|
+
connect?: Prisma.DocumentWhereUniqueInput;
|
|
924
|
+
update?: Prisma.XOR<Prisma.XOR<Prisma.DocumentUpdateToOneWithWhereWithoutWorkflowStateInput, Prisma.DocumentUpdateWithoutWorkflowStateInput>, Prisma.DocumentUncheckedUpdateWithoutWorkflowStateInput>;
|
|
925
|
+
};
|
|
926
|
+
export type DocumentCreateNestedOneWithoutContentIssuesInput = {
|
|
927
|
+
create?: Prisma.XOR<Prisma.DocumentCreateWithoutContentIssuesInput, Prisma.DocumentUncheckedCreateWithoutContentIssuesInput>;
|
|
928
|
+
connectOrCreate?: Prisma.DocumentCreateOrConnectWithoutContentIssuesInput;
|
|
929
|
+
connect?: Prisma.DocumentWhereUniqueInput;
|
|
930
|
+
};
|
|
931
|
+
export type DocumentUpdateOneRequiredWithoutContentIssuesNestedInput = {
|
|
932
|
+
create?: Prisma.XOR<Prisma.DocumentCreateWithoutContentIssuesInput, Prisma.DocumentUncheckedCreateWithoutContentIssuesInput>;
|
|
933
|
+
connectOrCreate?: Prisma.DocumentCreateOrConnectWithoutContentIssuesInput;
|
|
934
|
+
upsert?: Prisma.DocumentUpsertWithoutContentIssuesInput;
|
|
935
|
+
connect?: Prisma.DocumentWhereUniqueInput;
|
|
936
|
+
update?: Prisma.XOR<Prisma.XOR<Prisma.DocumentUpdateToOneWithWhereWithoutContentIssuesInput, Prisma.DocumentUpdateWithoutContentIssuesInput>, Prisma.DocumentUncheckedUpdateWithoutContentIssuesInput>;
|
|
937
|
+
};
|
|
938
|
+
export type DocumentCreateWithoutCreatedByInput = {
|
|
939
|
+
id?: string;
|
|
940
|
+
collection: string;
|
|
941
|
+
title?: string | null;
|
|
942
|
+
slug?: string | null;
|
|
943
|
+
data: Prisma.JsonNullValueInput | runtime.InputJsonValue;
|
|
944
|
+
status?: $Enums.DocumentStatus;
|
|
945
|
+
locale?: string | null;
|
|
946
|
+
localeGroupId?: string | null;
|
|
947
|
+
publishedAt?: Date | string | null;
|
|
948
|
+
scheduledAt?: Date | string | null;
|
|
949
|
+
scheduledUnpublishAt?: Date | string | null;
|
|
950
|
+
deletedAt?: Date | string | null;
|
|
951
|
+
plainText?: string | null;
|
|
952
|
+
contentHash?: string | null;
|
|
953
|
+
structuredData?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
954
|
+
contentGraph?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
955
|
+
siteId?: string | null;
|
|
956
|
+
templateId?: string | null;
|
|
957
|
+
workflowStage?: $Enums.WorkflowStage;
|
|
958
|
+
reviewerId?: string | null;
|
|
959
|
+
reviewNote?: string | null;
|
|
960
|
+
createdAt?: Date | string;
|
|
961
|
+
updatedAt?: Date | string;
|
|
962
|
+
updatedBy: Prisma.UserCreateNestedOneWithoutUpdatedDocumentsInput;
|
|
963
|
+
folder?: Prisma.FolderCreateNestedOneWithoutDocumentsInput;
|
|
964
|
+
versions?: Prisma.VersionCreateNestedManyWithoutDocumentInput;
|
|
965
|
+
mediaUsages?: Prisma.MediaUsageCreateNestedManyWithoutDocumentInput;
|
|
966
|
+
contentLocks?: Prisma.ContentLockCreateNestedManyWithoutDocumentInput;
|
|
967
|
+
contentIssues?: Prisma.ContentIssueCreateNestedManyWithoutDocumentInput;
|
|
968
|
+
workflowState?: Prisma.WorkflowStateCreateNestedOneWithoutDocumentInput;
|
|
969
|
+
};
|
|
970
|
+
export type DocumentUncheckedCreateWithoutCreatedByInput = {
|
|
971
|
+
id?: string;
|
|
972
|
+
collection: string;
|
|
973
|
+
title?: string | null;
|
|
974
|
+
slug?: string | null;
|
|
975
|
+
data: Prisma.JsonNullValueInput | runtime.InputJsonValue;
|
|
976
|
+
status?: $Enums.DocumentStatus;
|
|
977
|
+
locale?: string | null;
|
|
978
|
+
localeGroupId?: string | null;
|
|
979
|
+
updatedById: string;
|
|
980
|
+
publishedAt?: Date | string | null;
|
|
981
|
+
scheduledAt?: Date | string | null;
|
|
982
|
+
scheduledUnpublishAt?: Date | string | null;
|
|
983
|
+
deletedAt?: Date | string | null;
|
|
984
|
+
plainText?: string | null;
|
|
985
|
+
contentHash?: string | null;
|
|
986
|
+
structuredData?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
987
|
+
contentGraph?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
988
|
+
siteId?: string | null;
|
|
989
|
+
templateId?: string | null;
|
|
990
|
+
workflowStage?: $Enums.WorkflowStage;
|
|
991
|
+
reviewerId?: string | null;
|
|
992
|
+
reviewNote?: string | null;
|
|
993
|
+
folderId?: string | null;
|
|
994
|
+
createdAt?: Date | string;
|
|
995
|
+
updatedAt?: Date | string;
|
|
996
|
+
versions?: Prisma.VersionUncheckedCreateNestedManyWithoutDocumentInput;
|
|
997
|
+
mediaUsages?: Prisma.MediaUsageUncheckedCreateNestedManyWithoutDocumentInput;
|
|
998
|
+
contentLocks?: Prisma.ContentLockUncheckedCreateNestedManyWithoutDocumentInput;
|
|
999
|
+
contentIssues?: Prisma.ContentIssueUncheckedCreateNestedManyWithoutDocumentInput;
|
|
1000
|
+
workflowState?: Prisma.WorkflowStateUncheckedCreateNestedOneWithoutDocumentInput;
|
|
1001
|
+
};
|
|
1002
|
+
export type DocumentCreateOrConnectWithoutCreatedByInput = {
|
|
1003
|
+
where: Prisma.DocumentWhereUniqueInput;
|
|
1004
|
+
create: Prisma.XOR<Prisma.DocumentCreateWithoutCreatedByInput, Prisma.DocumentUncheckedCreateWithoutCreatedByInput>;
|
|
1005
|
+
};
|
|
1006
|
+
export type DocumentCreateManyCreatedByInputEnvelope = {
|
|
1007
|
+
data: Prisma.DocumentCreateManyCreatedByInput | Prisma.DocumentCreateManyCreatedByInput[];
|
|
1008
|
+
skipDuplicates?: boolean;
|
|
1009
|
+
};
|
|
1010
|
+
export type DocumentCreateWithoutUpdatedByInput = {
|
|
1011
|
+
id?: string;
|
|
1012
|
+
collection: string;
|
|
1013
|
+
title?: string | null;
|
|
1014
|
+
slug?: string | null;
|
|
1015
|
+
data: Prisma.JsonNullValueInput | runtime.InputJsonValue;
|
|
1016
|
+
status?: $Enums.DocumentStatus;
|
|
1017
|
+
locale?: string | null;
|
|
1018
|
+
localeGroupId?: string | null;
|
|
1019
|
+
publishedAt?: Date | string | null;
|
|
1020
|
+
scheduledAt?: Date | string | null;
|
|
1021
|
+
scheduledUnpublishAt?: Date | string | null;
|
|
1022
|
+
deletedAt?: Date | string | null;
|
|
1023
|
+
plainText?: string | null;
|
|
1024
|
+
contentHash?: string | null;
|
|
1025
|
+
structuredData?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1026
|
+
contentGraph?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1027
|
+
siteId?: string | null;
|
|
1028
|
+
templateId?: string | null;
|
|
1029
|
+
workflowStage?: $Enums.WorkflowStage;
|
|
1030
|
+
reviewerId?: string | null;
|
|
1031
|
+
reviewNote?: string | null;
|
|
1032
|
+
createdAt?: Date | string;
|
|
1033
|
+
updatedAt?: Date | string;
|
|
1034
|
+
createdBy: Prisma.UserCreateNestedOneWithoutDocumentsInput;
|
|
1035
|
+
folder?: Prisma.FolderCreateNestedOneWithoutDocumentsInput;
|
|
1036
|
+
versions?: Prisma.VersionCreateNestedManyWithoutDocumentInput;
|
|
1037
|
+
mediaUsages?: Prisma.MediaUsageCreateNestedManyWithoutDocumentInput;
|
|
1038
|
+
contentLocks?: Prisma.ContentLockCreateNestedManyWithoutDocumentInput;
|
|
1039
|
+
contentIssues?: Prisma.ContentIssueCreateNestedManyWithoutDocumentInput;
|
|
1040
|
+
workflowState?: Prisma.WorkflowStateCreateNestedOneWithoutDocumentInput;
|
|
1041
|
+
};
|
|
1042
|
+
export type DocumentUncheckedCreateWithoutUpdatedByInput = {
|
|
1043
|
+
id?: string;
|
|
1044
|
+
collection: string;
|
|
1045
|
+
title?: string | null;
|
|
1046
|
+
slug?: string | null;
|
|
1047
|
+
data: Prisma.JsonNullValueInput | runtime.InputJsonValue;
|
|
1048
|
+
status?: $Enums.DocumentStatus;
|
|
1049
|
+
locale?: string | null;
|
|
1050
|
+
localeGroupId?: string | null;
|
|
1051
|
+
createdById: string;
|
|
1052
|
+
publishedAt?: Date | string | null;
|
|
1053
|
+
scheduledAt?: Date | string | null;
|
|
1054
|
+
scheduledUnpublishAt?: Date | string | null;
|
|
1055
|
+
deletedAt?: Date | string | null;
|
|
1056
|
+
plainText?: string | null;
|
|
1057
|
+
contentHash?: string | null;
|
|
1058
|
+
structuredData?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1059
|
+
contentGraph?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1060
|
+
siteId?: string | null;
|
|
1061
|
+
templateId?: string | null;
|
|
1062
|
+
workflowStage?: $Enums.WorkflowStage;
|
|
1063
|
+
reviewerId?: string | null;
|
|
1064
|
+
reviewNote?: string | null;
|
|
1065
|
+
folderId?: string | null;
|
|
1066
|
+
createdAt?: Date | string;
|
|
1067
|
+
updatedAt?: Date | string;
|
|
1068
|
+
versions?: Prisma.VersionUncheckedCreateNestedManyWithoutDocumentInput;
|
|
1069
|
+
mediaUsages?: Prisma.MediaUsageUncheckedCreateNestedManyWithoutDocumentInput;
|
|
1070
|
+
contentLocks?: Prisma.ContentLockUncheckedCreateNestedManyWithoutDocumentInput;
|
|
1071
|
+
contentIssues?: Prisma.ContentIssueUncheckedCreateNestedManyWithoutDocumentInput;
|
|
1072
|
+
workflowState?: Prisma.WorkflowStateUncheckedCreateNestedOneWithoutDocumentInput;
|
|
1073
|
+
};
|
|
1074
|
+
export type DocumentCreateOrConnectWithoutUpdatedByInput = {
|
|
1075
|
+
where: Prisma.DocumentWhereUniqueInput;
|
|
1076
|
+
create: Prisma.XOR<Prisma.DocumentCreateWithoutUpdatedByInput, Prisma.DocumentUncheckedCreateWithoutUpdatedByInput>;
|
|
1077
|
+
};
|
|
1078
|
+
export type DocumentCreateManyUpdatedByInputEnvelope = {
|
|
1079
|
+
data: Prisma.DocumentCreateManyUpdatedByInput | Prisma.DocumentCreateManyUpdatedByInput[];
|
|
1080
|
+
skipDuplicates?: boolean;
|
|
1081
|
+
};
|
|
1082
|
+
export type DocumentUpsertWithWhereUniqueWithoutCreatedByInput = {
|
|
1083
|
+
where: Prisma.DocumentWhereUniqueInput;
|
|
1084
|
+
update: Prisma.XOR<Prisma.DocumentUpdateWithoutCreatedByInput, Prisma.DocumentUncheckedUpdateWithoutCreatedByInput>;
|
|
1085
|
+
create: Prisma.XOR<Prisma.DocumentCreateWithoutCreatedByInput, Prisma.DocumentUncheckedCreateWithoutCreatedByInput>;
|
|
1086
|
+
};
|
|
1087
|
+
export type DocumentUpdateWithWhereUniqueWithoutCreatedByInput = {
|
|
1088
|
+
where: Prisma.DocumentWhereUniqueInput;
|
|
1089
|
+
data: Prisma.XOR<Prisma.DocumentUpdateWithoutCreatedByInput, Prisma.DocumentUncheckedUpdateWithoutCreatedByInput>;
|
|
1090
|
+
};
|
|
1091
|
+
export type DocumentUpdateManyWithWhereWithoutCreatedByInput = {
|
|
1092
|
+
where: Prisma.DocumentScalarWhereInput;
|
|
1093
|
+
data: Prisma.XOR<Prisma.DocumentUpdateManyMutationInput, Prisma.DocumentUncheckedUpdateManyWithoutCreatedByInput>;
|
|
1094
|
+
};
|
|
1095
|
+
export type DocumentScalarWhereInput = {
|
|
1096
|
+
AND?: Prisma.DocumentScalarWhereInput | Prisma.DocumentScalarWhereInput[];
|
|
1097
|
+
OR?: Prisma.DocumentScalarWhereInput[];
|
|
1098
|
+
NOT?: Prisma.DocumentScalarWhereInput | Prisma.DocumentScalarWhereInput[];
|
|
1099
|
+
id?: Prisma.StringFilter<"Document"> | string;
|
|
1100
|
+
collection?: Prisma.StringFilter<"Document"> | string;
|
|
1101
|
+
title?: Prisma.StringNullableFilter<"Document"> | string | null;
|
|
1102
|
+
slug?: Prisma.StringNullableFilter<"Document"> | string | null;
|
|
1103
|
+
data?: Prisma.JsonFilter<"Document">;
|
|
1104
|
+
status?: Prisma.EnumDocumentStatusFilter<"Document"> | $Enums.DocumentStatus;
|
|
1105
|
+
locale?: Prisma.StringNullableFilter<"Document"> | string | null;
|
|
1106
|
+
localeGroupId?: Prisma.StringNullableFilter<"Document"> | string | null;
|
|
1107
|
+
createdById?: Prisma.StringFilter<"Document"> | string;
|
|
1108
|
+
updatedById?: Prisma.StringFilter<"Document"> | string;
|
|
1109
|
+
publishedAt?: Prisma.DateTimeNullableFilter<"Document"> | Date | string | null;
|
|
1110
|
+
scheduledAt?: Prisma.DateTimeNullableFilter<"Document"> | Date | string | null;
|
|
1111
|
+
scheduledUnpublishAt?: Prisma.DateTimeNullableFilter<"Document"> | Date | string | null;
|
|
1112
|
+
deletedAt?: Prisma.DateTimeNullableFilter<"Document"> | Date | string | null;
|
|
1113
|
+
plainText?: Prisma.StringNullableFilter<"Document"> | string | null;
|
|
1114
|
+
contentHash?: Prisma.StringNullableFilter<"Document"> | string | null;
|
|
1115
|
+
structuredData?: Prisma.JsonNullableFilter<"Document">;
|
|
1116
|
+
contentGraph?: Prisma.JsonNullableFilter<"Document">;
|
|
1117
|
+
siteId?: Prisma.StringNullableFilter<"Document"> | string | null;
|
|
1118
|
+
templateId?: Prisma.StringNullableFilter<"Document"> | string | null;
|
|
1119
|
+
workflowStage?: Prisma.EnumWorkflowStageFilter<"Document"> | $Enums.WorkflowStage;
|
|
1120
|
+
reviewerId?: Prisma.StringNullableFilter<"Document"> | string | null;
|
|
1121
|
+
reviewNote?: Prisma.StringNullableFilter<"Document"> | string | null;
|
|
1122
|
+
folderId?: Prisma.StringNullableFilter<"Document"> | string | null;
|
|
1123
|
+
createdAt?: Prisma.DateTimeFilter<"Document"> | Date | string;
|
|
1124
|
+
updatedAt?: Prisma.DateTimeFilter<"Document"> | Date | string;
|
|
1125
|
+
};
|
|
1126
|
+
export type DocumentUpsertWithWhereUniqueWithoutUpdatedByInput = {
|
|
1127
|
+
where: Prisma.DocumentWhereUniqueInput;
|
|
1128
|
+
update: Prisma.XOR<Prisma.DocumentUpdateWithoutUpdatedByInput, Prisma.DocumentUncheckedUpdateWithoutUpdatedByInput>;
|
|
1129
|
+
create: Prisma.XOR<Prisma.DocumentCreateWithoutUpdatedByInput, Prisma.DocumentUncheckedCreateWithoutUpdatedByInput>;
|
|
1130
|
+
};
|
|
1131
|
+
export type DocumentUpdateWithWhereUniqueWithoutUpdatedByInput = {
|
|
1132
|
+
where: Prisma.DocumentWhereUniqueInput;
|
|
1133
|
+
data: Prisma.XOR<Prisma.DocumentUpdateWithoutUpdatedByInput, Prisma.DocumentUncheckedUpdateWithoutUpdatedByInput>;
|
|
1134
|
+
};
|
|
1135
|
+
export type DocumentUpdateManyWithWhereWithoutUpdatedByInput = {
|
|
1136
|
+
where: Prisma.DocumentScalarWhereInput;
|
|
1137
|
+
data: Prisma.XOR<Prisma.DocumentUpdateManyMutationInput, Prisma.DocumentUncheckedUpdateManyWithoutUpdatedByInput>;
|
|
1138
|
+
};
|
|
1139
|
+
export type DocumentCreateWithoutFolderInput = {
|
|
1140
|
+
id?: string;
|
|
1141
|
+
collection: string;
|
|
1142
|
+
title?: string | null;
|
|
1143
|
+
slug?: string | null;
|
|
1144
|
+
data: Prisma.JsonNullValueInput | runtime.InputJsonValue;
|
|
1145
|
+
status?: $Enums.DocumentStatus;
|
|
1146
|
+
locale?: string | null;
|
|
1147
|
+
localeGroupId?: string | null;
|
|
1148
|
+
publishedAt?: Date | string | null;
|
|
1149
|
+
scheduledAt?: Date | string | null;
|
|
1150
|
+
scheduledUnpublishAt?: Date | string | null;
|
|
1151
|
+
deletedAt?: Date | string | null;
|
|
1152
|
+
plainText?: string | null;
|
|
1153
|
+
contentHash?: string | null;
|
|
1154
|
+
structuredData?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1155
|
+
contentGraph?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1156
|
+
siteId?: string | null;
|
|
1157
|
+
templateId?: string | null;
|
|
1158
|
+
workflowStage?: $Enums.WorkflowStage;
|
|
1159
|
+
reviewerId?: string | null;
|
|
1160
|
+
reviewNote?: string | null;
|
|
1161
|
+
createdAt?: Date | string;
|
|
1162
|
+
updatedAt?: Date | string;
|
|
1163
|
+
createdBy: Prisma.UserCreateNestedOneWithoutDocumentsInput;
|
|
1164
|
+
updatedBy: Prisma.UserCreateNestedOneWithoutUpdatedDocumentsInput;
|
|
1165
|
+
versions?: Prisma.VersionCreateNestedManyWithoutDocumentInput;
|
|
1166
|
+
mediaUsages?: Prisma.MediaUsageCreateNestedManyWithoutDocumentInput;
|
|
1167
|
+
contentLocks?: Prisma.ContentLockCreateNestedManyWithoutDocumentInput;
|
|
1168
|
+
contentIssues?: Prisma.ContentIssueCreateNestedManyWithoutDocumentInput;
|
|
1169
|
+
workflowState?: Prisma.WorkflowStateCreateNestedOneWithoutDocumentInput;
|
|
1170
|
+
};
|
|
1171
|
+
export type DocumentUncheckedCreateWithoutFolderInput = {
|
|
1172
|
+
id?: string;
|
|
1173
|
+
collection: string;
|
|
1174
|
+
title?: string | null;
|
|
1175
|
+
slug?: string | null;
|
|
1176
|
+
data: Prisma.JsonNullValueInput | runtime.InputJsonValue;
|
|
1177
|
+
status?: $Enums.DocumentStatus;
|
|
1178
|
+
locale?: string | null;
|
|
1179
|
+
localeGroupId?: string | null;
|
|
1180
|
+
createdById: string;
|
|
1181
|
+
updatedById: string;
|
|
1182
|
+
publishedAt?: Date | string | null;
|
|
1183
|
+
scheduledAt?: Date | string | null;
|
|
1184
|
+
scheduledUnpublishAt?: Date | string | null;
|
|
1185
|
+
deletedAt?: Date | string | null;
|
|
1186
|
+
plainText?: string | null;
|
|
1187
|
+
contentHash?: string | null;
|
|
1188
|
+
structuredData?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1189
|
+
contentGraph?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1190
|
+
siteId?: string | null;
|
|
1191
|
+
templateId?: string | null;
|
|
1192
|
+
workflowStage?: $Enums.WorkflowStage;
|
|
1193
|
+
reviewerId?: string | null;
|
|
1194
|
+
reviewNote?: string | null;
|
|
1195
|
+
createdAt?: Date | string;
|
|
1196
|
+
updatedAt?: Date | string;
|
|
1197
|
+
versions?: Prisma.VersionUncheckedCreateNestedManyWithoutDocumentInput;
|
|
1198
|
+
mediaUsages?: Prisma.MediaUsageUncheckedCreateNestedManyWithoutDocumentInput;
|
|
1199
|
+
contentLocks?: Prisma.ContentLockUncheckedCreateNestedManyWithoutDocumentInput;
|
|
1200
|
+
contentIssues?: Prisma.ContentIssueUncheckedCreateNestedManyWithoutDocumentInput;
|
|
1201
|
+
workflowState?: Prisma.WorkflowStateUncheckedCreateNestedOneWithoutDocumentInput;
|
|
1202
|
+
};
|
|
1203
|
+
export type DocumentCreateOrConnectWithoutFolderInput = {
|
|
1204
|
+
where: Prisma.DocumentWhereUniqueInput;
|
|
1205
|
+
create: Prisma.XOR<Prisma.DocumentCreateWithoutFolderInput, Prisma.DocumentUncheckedCreateWithoutFolderInput>;
|
|
1206
|
+
};
|
|
1207
|
+
export type DocumentCreateManyFolderInputEnvelope = {
|
|
1208
|
+
data: Prisma.DocumentCreateManyFolderInput | Prisma.DocumentCreateManyFolderInput[];
|
|
1209
|
+
skipDuplicates?: boolean;
|
|
1210
|
+
};
|
|
1211
|
+
export type DocumentUpsertWithWhereUniqueWithoutFolderInput = {
|
|
1212
|
+
where: Prisma.DocumentWhereUniqueInput;
|
|
1213
|
+
update: Prisma.XOR<Prisma.DocumentUpdateWithoutFolderInput, Prisma.DocumentUncheckedUpdateWithoutFolderInput>;
|
|
1214
|
+
create: Prisma.XOR<Prisma.DocumentCreateWithoutFolderInput, Prisma.DocumentUncheckedCreateWithoutFolderInput>;
|
|
1215
|
+
};
|
|
1216
|
+
export type DocumentUpdateWithWhereUniqueWithoutFolderInput = {
|
|
1217
|
+
where: Prisma.DocumentWhereUniqueInput;
|
|
1218
|
+
data: Prisma.XOR<Prisma.DocumentUpdateWithoutFolderInput, Prisma.DocumentUncheckedUpdateWithoutFolderInput>;
|
|
1219
|
+
};
|
|
1220
|
+
export type DocumentUpdateManyWithWhereWithoutFolderInput = {
|
|
1221
|
+
where: Prisma.DocumentScalarWhereInput;
|
|
1222
|
+
data: Prisma.XOR<Prisma.DocumentUpdateManyMutationInput, Prisma.DocumentUncheckedUpdateManyWithoutFolderInput>;
|
|
1223
|
+
};
|
|
1224
|
+
export type DocumentCreateWithoutVersionsInput = {
|
|
1225
|
+
id?: string;
|
|
1226
|
+
collection: string;
|
|
1227
|
+
title?: string | null;
|
|
1228
|
+
slug?: string | null;
|
|
1229
|
+
data: Prisma.JsonNullValueInput | runtime.InputJsonValue;
|
|
1230
|
+
status?: $Enums.DocumentStatus;
|
|
1231
|
+
locale?: string | null;
|
|
1232
|
+
localeGroupId?: string | null;
|
|
1233
|
+
publishedAt?: Date | string | null;
|
|
1234
|
+
scheduledAt?: Date | string | null;
|
|
1235
|
+
scheduledUnpublishAt?: Date | string | null;
|
|
1236
|
+
deletedAt?: Date | string | null;
|
|
1237
|
+
plainText?: string | null;
|
|
1238
|
+
contentHash?: string | null;
|
|
1239
|
+
structuredData?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1240
|
+
contentGraph?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1241
|
+
siteId?: string | null;
|
|
1242
|
+
templateId?: string | null;
|
|
1243
|
+
workflowStage?: $Enums.WorkflowStage;
|
|
1244
|
+
reviewerId?: string | null;
|
|
1245
|
+
reviewNote?: string | null;
|
|
1246
|
+
createdAt?: Date | string;
|
|
1247
|
+
updatedAt?: Date | string;
|
|
1248
|
+
createdBy: Prisma.UserCreateNestedOneWithoutDocumentsInput;
|
|
1249
|
+
updatedBy: Prisma.UserCreateNestedOneWithoutUpdatedDocumentsInput;
|
|
1250
|
+
folder?: Prisma.FolderCreateNestedOneWithoutDocumentsInput;
|
|
1251
|
+
mediaUsages?: Prisma.MediaUsageCreateNestedManyWithoutDocumentInput;
|
|
1252
|
+
contentLocks?: Prisma.ContentLockCreateNestedManyWithoutDocumentInput;
|
|
1253
|
+
contentIssues?: Prisma.ContentIssueCreateNestedManyWithoutDocumentInput;
|
|
1254
|
+
workflowState?: Prisma.WorkflowStateCreateNestedOneWithoutDocumentInput;
|
|
1255
|
+
};
|
|
1256
|
+
export type DocumentUncheckedCreateWithoutVersionsInput = {
|
|
1257
|
+
id?: string;
|
|
1258
|
+
collection: string;
|
|
1259
|
+
title?: string | null;
|
|
1260
|
+
slug?: string | null;
|
|
1261
|
+
data: Prisma.JsonNullValueInput | runtime.InputJsonValue;
|
|
1262
|
+
status?: $Enums.DocumentStatus;
|
|
1263
|
+
locale?: string | null;
|
|
1264
|
+
localeGroupId?: string | null;
|
|
1265
|
+
createdById: string;
|
|
1266
|
+
updatedById: string;
|
|
1267
|
+
publishedAt?: Date | string | null;
|
|
1268
|
+
scheduledAt?: Date | string | null;
|
|
1269
|
+
scheduledUnpublishAt?: Date | string | null;
|
|
1270
|
+
deletedAt?: Date | string | null;
|
|
1271
|
+
plainText?: string | null;
|
|
1272
|
+
contentHash?: string | null;
|
|
1273
|
+
structuredData?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1274
|
+
contentGraph?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1275
|
+
siteId?: string | null;
|
|
1276
|
+
templateId?: string | null;
|
|
1277
|
+
workflowStage?: $Enums.WorkflowStage;
|
|
1278
|
+
reviewerId?: string | null;
|
|
1279
|
+
reviewNote?: string | null;
|
|
1280
|
+
folderId?: string | null;
|
|
1281
|
+
createdAt?: Date | string;
|
|
1282
|
+
updatedAt?: Date | string;
|
|
1283
|
+
mediaUsages?: Prisma.MediaUsageUncheckedCreateNestedManyWithoutDocumentInput;
|
|
1284
|
+
contentLocks?: Prisma.ContentLockUncheckedCreateNestedManyWithoutDocumentInput;
|
|
1285
|
+
contentIssues?: Prisma.ContentIssueUncheckedCreateNestedManyWithoutDocumentInput;
|
|
1286
|
+
workflowState?: Prisma.WorkflowStateUncheckedCreateNestedOneWithoutDocumentInput;
|
|
1287
|
+
};
|
|
1288
|
+
export type DocumentCreateOrConnectWithoutVersionsInput = {
|
|
1289
|
+
where: Prisma.DocumentWhereUniqueInput;
|
|
1290
|
+
create: Prisma.XOR<Prisma.DocumentCreateWithoutVersionsInput, Prisma.DocumentUncheckedCreateWithoutVersionsInput>;
|
|
1291
|
+
};
|
|
1292
|
+
export type DocumentUpsertWithoutVersionsInput = {
|
|
1293
|
+
update: Prisma.XOR<Prisma.DocumentUpdateWithoutVersionsInput, Prisma.DocumentUncheckedUpdateWithoutVersionsInput>;
|
|
1294
|
+
create: Prisma.XOR<Prisma.DocumentCreateWithoutVersionsInput, Prisma.DocumentUncheckedCreateWithoutVersionsInput>;
|
|
1295
|
+
where?: Prisma.DocumentWhereInput;
|
|
1296
|
+
};
|
|
1297
|
+
export type DocumentUpdateToOneWithWhereWithoutVersionsInput = {
|
|
1298
|
+
where?: Prisma.DocumentWhereInput;
|
|
1299
|
+
data: Prisma.XOR<Prisma.DocumentUpdateWithoutVersionsInput, Prisma.DocumentUncheckedUpdateWithoutVersionsInput>;
|
|
1300
|
+
};
|
|
1301
|
+
export type DocumentUpdateWithoutVersionsInput = {
|
|
1302
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1303
|
+
collection?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1304
|
+
title?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1305
|
+
slug?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1306
|
+
data?: Prisma.JsonNullValueInput | runtime.InputJsonValue;
|
|
1307
|
+
status?: Prisma.EnumDocumentStatusFieldUpdateOperationsInput | $Enums.DocumentStatus;
|
|
1308
|
+
locale?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1309
|
+
localeGroupId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1310
|
+
publishedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1311
|
+
scheduledAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1312
|
+
scheduledUnpublishAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1313
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1314
|
+
plainText?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1315
|
+
contentHash?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1316
|
+
structuredData?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1317
|
+
contentGraph?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1318
|
+
siteId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1319
|
+
templateId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1320
|
+
workflowStage?: Prisma.EnumWorkflowStageFieldUpdateOperationsInput | $Enums.WorkflowStage;
|
|
1321
|
+
reviewerId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1322
|
+
reviewNote?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1323
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
1324
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
1325
|
+
createdBy?: Prisma.UserUpdateOneRequiredWithoutDocumentsNestedInput;
|
|
1326
|
+
updatedBy?: Prisma.UserUpdateOneRequiredWithoutUpdatedDocumentsNestedInput;
|
|
1327
|
+
folder?: Prisma.FolderUpdateOneWithoutDocumentsNestedInput;
|
|
1328
|
+
mediaUsages?: Prisma.MediaUsageUpdateManyWithoutDocumentNestedInput;
|
|
1329
|
+
contentLocks?: Prisma.ContentLockUpdateManyWithoutDocumentNestedInput;
|
|
1330
|
+
contentIssues?: Prisma.ContentIssueUpdateManyWithoutDocumentNestedInput;
|
|
1331
|
+
workflowState?: Prisma.WorkflowStateUpdateOneWithoutDocumentNestedInput;
|
|
1332
|
+
};
|
|
1333
|
+
export type DocumentUncheckedUpdateWithoutVersionsInput = {
|
|
1334
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1335
|
+
collection?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1336
|
+
title?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1337
|
+
slug?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1338
|
+
data?: Prisma.JsonNullValueInput | runtime.InputJsonValue;
|
|
1339
|
+
status?: Prisma.EnumDocumentStatusFieldUpdateOperationsInput | $Enums.DocumentStatus;
|
|
1340
|
+
locale?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1341
|
+
localeGroupId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1342
|
+
createdById?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1343
|
+
updatedById?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1344
|
+
publishedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1345
|
+
scheduledAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1346
|
+
scheduledUnpublishAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1347
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1348
|
+
plainText?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1349
|
+
contentHash?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1350
|
+
structuredData?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1351
|
+
contentGraph?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1352
|
+
siteId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1353
|
+
templateId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1354
|
+
workflowStage?: Prisma.EnumWorkflowStageFieldUpdateOperationsInput | $Enums.WorkflowStage;
|
|
1355
|
+
reviewerId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1356
|
+
reviewNote?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1357
|
+
folderId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1358
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
1359
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
1360
|
+
mediaUsages?: Prisma.MediaUsageUncheckedUpdateManyWithoutDocumentNestedInput;
|
|
1361
|
+
contentLocks?: Prisma.ContentLockUncheckedUpdateManyWithoutDocumentNestedInput;
|
|
1362
|
+
contentIssues?: Prisma.ContentIssueUncheckedUpdateManyWithoutDocumentNestedInput;
|
|
1363
|
+
workflowState?: Prisma.WorkflowStateUncheckedUpdateOneWithoutDocumentNestedInput;
|
|
1364
|
+
};
|
|
1365
|
+
export type DocumentCreateWithoutMediaUsagesInput = {
|
|
1366
|
+
id?: string;
|
|
1367
|
+
collection: string;
|
|
1368
|
+
title?: string | null;
|
|
1369
|
+
slug?: string | null;
|
|
1370
|
+
data: Prisma.JsonNullValueInput | runtime.InputJsonValue;
|
|
1371
|
+
status?: $Enums.DocumentStatus;
|
|
1372
|
+
locale?: string | null;
|
|
1373
|
+
localeGroupId?: string | null;
|
|
1374
|
+
publishedAt?: Date | string | null;
|
|
1375
|
+
scheduledAt?: Date | string | null;
|
|
1376
|
+
scheduledUnpublishAt?: Date | string | null;
|
|
1377
|
+
deletedAt?: Date | string | null;
|
|
1378
|
+
plainText?: string | null;
|
|
1379
|
+
contentHash?: string | null;
|
|
1380
|
+
structuredData?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1381
|
+
contentGraph?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1382
|
+
siteId?: string | null;
|
|
1383
|
+
templateId?: string | null;
|
|
1384
|
+
workflowStage?: $Enums.WorkflowStage;
|
|
1385
|
+
reviewerId?: string | null;
|
|
1386
|
+
reviewNote?: string | null;
|
|
1387
|
+
createdAt?: Date | string;
|
|
1388
|
+
updatedAt?: Date | string;
|
|
1389
|
+
createdBy: Prisma.UserCreateNestedOneWithoutDocumentsInput;
|
|
1390
|
+
updatedBy: Prisma.UserCreateNestedOneWithoutUpdatedDocumentsInput;
|
|
1391
|
+
folder?: Prisma.FolderCreateNestedOneWithoutDocumentsInput;
|
|
1392
|
+
versions?: Prisma.VersionCreateNestedManyWithoutDocumentInput;
|
|
1393
|
+
contentLocks?: Prisma.ContentLockCreateNestedManyWithoutDocumentInput;
|
|
1394
|
+
contentIssues?: Prisma.ContentIssueCreateNestedManyWithoutDocumentInput;
|
|
1395
|
+
workflowState?: Prisma.WorkflowStateCreateNestedOneWithoutDocumentInput;
|
|
1396
|
+
};
|
|
1397
|
+
export type DocumentUncheckedCreateWithoutMediaUsagesInput = {
|
|
1398
|
+
id?: string;
|
|
1399
|
+
collection: string;
|
|
1400
|
+
title?: string | null;
|
|
1401
|
+
slug?: string | null;
|
|
1402
|
+
data: Prisma.JsonNullValueInput | runtime.InputJsonValue;
|
|
1403
|
+
status?: $Enums.DocumentStatus;
|
|
1404
|
+
locale?: string | null;
|
|
1405
|
+
localeGroupId?: string | null;
|
|
1406
|
+
createdById: string;
|
|
1407
|
+
updatedById: string;
|
|
1408
|
+
publishedAt?: Date | string | null;
|
|
1409
|
+
scheduledAt?: Date | string | null;
|
|
1410
|
+
scheduledUnpublishAt?: Date | string | null;
|
|
1411
|
+
deletedAt?: Date | string | null;
|
|
1412
|
+
plainText?: string | null;
|
|
1413
|
+
contentHash?: string | null;
|
|
1414
|
+
structuredData?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1415
|
+
contentGraph?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1416
|
+
siteId?: string | null;
|
|
1417
|
+
templateId?: string | null;
|
|
1418
|
+
workflowStage?: $Enums.WorkflowStage;
|
|
1419
|
+
reviewerId?: string | null;
|
|
1420
|
+
reviewNote?: string | null;
|
|
1421
|
+
folderId?: string | null;
|
|
1422
|
+
createdAt?: Date | string;
|
|
1423
|
+
updatedAt?: Date | string;
|
|
1424
|
+
versions?: Prisma.VersionUncheckedCreateNestedManyWithoutDocumentInput;
|
|
1425
|
+
contentLocks?: Prisma.ContentLockUncheckedCreateNestedManyWithoutDocumentInput;
|
|
1426
|
+
contentIssues?: Prisma.ContentIssueUncheckedCreateNestedManyWithoutDocumentInput;
|
|
1427
|
+
workflowState?: Prisma.WorkflowStateUncheckedCreateNestedOneWithoutDocumentInput;
|
|
1428
|
+
};
|
|
1429
|
+
export type DocumentCreateOrConnectWithoutMediaUsagesInput = {
|
|
1430
|
+
where: Prisma.DocumentWhereUniqueInput;
|
|
1431
|
+
create: Prisma.XOR<Prisma.DocumentCreateWithoutMediaUsagesInput, Prisma.DocumentUncheckedCreateWithoutMediaUsagesInput>;
|
|
1432
|
+
};
|
|
1433
|
+
export type DocumentUpsertWithoutMediaUsagesInput = {
|
|
1434
|
+
update: Prisma.XOR<Prisma.DocumentUpdateWithoutMediaUsagesInput, Prisma.DocumentUncheckedUpdateWithoutMediaUsagesInput>;
|
|
1435
|
+
create: Prisma.XOR<Prisma.DocumentCreateWithoutMediaUsagesInput, Prisma.DocumentUncheckedCreateWithoutMediaUsagesInput>;
|
|
1436
|
+
where?: Prisma.DocumentWhereInput;
|
|
1437
|
+
};
|
|
1438
|
+
export type DocumentUpdateToOneWithWhereWithoutMediaUsagesInput = {
|
|
1439
|
+
where?: Prisma.DocumentWhereInput;
|
|
1440
|
+
data: Prisma.XOR<Prisma.DocumentUpdateWithoutMediaUsagesInput, Prisma.DocumentUncheckedUpdateWithoutMediaUsagesInput>;
|
|
1441
|
+
};
|
|
1442
|
+
export type DocumentUpdateWithoutMediaUsagesInput = {
|
|
1443
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1444
|
+
collection?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1445
|
+
title?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1446
|
+
slug?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1447
|
+
data?: Prisma.JsonNullValueInput | runtime.InputJsonValue;
|
|
1448
|
+
status?: Prisma.EnumDocumentStatusFieldUpdateOperationsInput | $Enums.DocumentStatus;
|
|
1449
|
+
locale?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1450
|
+
localeGroupId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1451
|
+
publishedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1452
|
+
scheduledAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1453
|
+
scheduledUnpublishAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1454
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1455
|
+
plainText?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1456
|
+
contentHash?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1457
|
+
structuredData?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1458
|
+
contentGraph?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1459
|
+
siteId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1460
|
+
templateId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1461
|
+
workflowStage?: Prisma.EnumWorkflowStageFieldUpdateOperationsInput | $Enums.WorkflowStage;
|
|
1462
|
+
reviewerId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1463
|
+
reviewNote?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1464
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
1465
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
1466
|
+
createdBy?: Prisma.UserUpdateOneRequiredWithoutDocumentsNestedInput;
|
|
1467
|
+
updatedBy?: Prisma.UserUpdateOneRequiredWithoutUpdatedDocumentsNestedInput;
|
|
1468
|
+
folder?: Prisma.FolderUpdateOneWithoutDocumentsNestedInput;
|
|
1469
|
+
versions?: Prisma.VersionUpdateManyWithoutDocumentNestedInput;
|
|
1470
|
+
contentLocks?: Prisma.ContentLockUpdateManyWithoutDocumentNestedInput;
|
|
1471
|
+
contentIssues?: Prisma.ContentIssueUpdateManyWithoutDocumentNestedInput;
|
|
1472
|
+
workflowState?: Prisma.WorkflowStateUpdateOneWithoutDocumentNestedInput;
|
|
1473
|
+
};
|
|
1474
|
+
export type DocumentUncheckedUpdateWithoutMediaUsagesInput = {
|
|
1475
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1476
|
+
collection?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1477
|
+
title?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1478
|
+
slug?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1479
|
+
data?: Prisma.JsonNullValueInput | runtime.InputJsonValue;
|
|
1480
|
+
status?: Prisma.EnumDocumentStatusFieldUpdateOperationsInput | $Enums.DocumentStatus;
|
|
1481
|
+
locale?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1482
|
+
localeGroupId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1483
|
+
createdById?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1484
|
+
updatedById?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1485
|
+
publishedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1486
|
+
scheduledAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1487
|
+
scheduledUnpublishAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1488
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1489
|
+
plainText?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1490
|
+
contentHash?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1491
|
+
structuredData?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1492
|
+
contentGraph?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1493
|
+
siteId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1494
|
+
templateId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1495
|
+
workflowStage?: Prisma.EnumWorkflowStageFieldUpdateOperationsInput | $Enums.WorkflowStage;
|
|
1496
|
+
reviewerId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1497
|
+
reviewNote?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1498
|
+
folderId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1499
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
1500
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
1501
|
+
versions?: Prisma.VersionUncheckedUpdateManyWithoutDocumentNestedInput;
|
|
1502
|
+
contentLocks?: Prisma.ContentLockUncheckedUpdateManyWithoutDocumentNestedInput;
|
|
1503
|
+
contentIssues?: Prisma.ContentIssueUncheckedUpdateManyWithoutDocumentNestedInput;
|
|
1504
|
+
workflowState?: Prisma.WorkflowStateUncheckedUpdateOneWithoutDocumentNestedInput;
|
|
1505
|
+
};
|
|
1506
|
+
export type DocumentCreateWithoutContentLocksInput = {
|
|
1507
|
+
id?: string;
|
|
1508
|
+
collection: string;
|
|
1509
|
+
title?: string | null;
|
|
1510
|
+
slug?: string | null;
|
|
1511
|
+
data: Prisma.JsonNullValueInput | runtime.InputJsonValue;
|
|
1512
|
+
status?: $Enums.DocumentStatus;
|
|
1513
|
+
locale?: string | null;
|
|
1514
|
+
localeGroupId?: string | null;
|
|
1515
|
+
publishedAt?: Date | string | null;
|
|
1516
|
+
scheduledAt?: Date | string | null;
|
|
1517
|
+
scheduledUnpublishAt?: Date | string | null;
|
|
1518
|
+
deletedAt?: Date | string | null;
|
|
1519
|
+
plainText?: string | null;
|
|
1520
|
+
contentHash?: string | null;
|
|
1521
|
+
structuredData?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1522
|
+
contentGraph?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1523
|
+
siteId?: string | null;
|
|
1524
|
+
templateId?: string | null;
|
|
1525
|
+
workflowStage?: $Enums.WorkflowStage;
|
|
1526
|
+
reviewerId?: string | null;
|
|
1527
|
+
reviewNote?: string | null;
|
|
1528
|
+
createdAt?: Date | string;
|
|
1529
|
+
updatedAt?: Date | string;
|
|
1530
|
+
createdBy: Prisma.UserCreateNestedOneWithoutDocumentsInput;
|
|
1531
|
+
updatedBy: Prisma.UserCreateNestedOneWithoutUpdatedDocumentsInput;
|
|
1532
|
+
folder?: Prisma.FolderCreateNestedOneWithoutDocumentsInput;
|
|
1533
|
+
versions?: Prisma.VersionCreateNestedManyWithoutDocumentInput;
|
|
1534
|
+
mediaUsages?: Prisma.MediaUsageCreateNestedManyWithoutDocumentInput;
|
|
1535
|
+
contentIssues?: Prisma.ContentIssueCreateNestedManyWithoutDocumentInput;
|
|
1536
|
+
workflowState?: Prisma.WorkflowStateCreateNestedOneWithoutDocumentInput;
|
|
1537
|
+
};
|
|
1538
|
+
export type DocumentUncheckedCreateWithoutContentLocksInput = {
|
|
1539
|
+
id?: string;
|
|
1540
|
+
collection: string;
|
|
1541
|
+
title?: string | null;
|
|
1542
|
+
slug?: string | null;
|
|
1543
|
+
data: Prisma.JsonNullValueInput | runtime.InputJsonValue;
|
|
1544
|
+
status?: $Enums.DocumentStatus;
|
|
1545
|
+
locale?: string | null;
|
|
1546
|
+
localeGroupId?: string | null;
|
|
1547
|
+
createdById: string;
|
|
1548
|
+
updatedById: string;
|
|
1549
|
+
publishedAt?: Date | string | null;
|
|
1550
|
+
scheduledAt?: Date | string | null;
|
|
1551
|
+
scheduledUnpublishAt?: Date | string | null;
|
|
1552
|
+
deletedAt?: Date | string | null;
|
|
1553
|
+
plainText?: string | null;
|
|
1554
|
+
contentHash?: string | null;
|
|
1555
|
+
structuredData?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1556
|
+
contentGraph?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1557
|
+
siteId?: string | null;
|
|
1558
|
+
templateId?: string | null;
|
|
1559
|
+
workflowStage?: $Enums.WorkflowStage;
|
|
1560
|
+
reviewerId?: string | null;
|
|
1561
|
+
reviewNote?: string | null;
|
|
1562
|
+
folderId?: string | null;
|
|
1563
|
+
createdAt?: Date | string;
|
|
1564
|
+
updatedAt?: Date | string;
|
|
1565
|
+
versions?: Prisma.VersionUncheckedCreateNestedManyWithoutDocumentInput;
|
|
1566
|
+
mediaUsages?: Prisma.MediaUsageUncheckedCreateNestedManyWithoutDocumentInput;
|
|
1567
|
+
contentIssues?: Prisma.ContentIssueUncheckedCreateNestedManyWithoutDocumentInput;
|
|
1568
|
+
workflowState?: Prisma.WorkflowStateUncheckedCreateNestedOneWithoutDocumentInput;
|
|
1569
|
+
};
|
|
1570
|
+
export type DocumentCreateOrConnectWithoutContentLocksInput = {
|
|
1571
|
+
where: Prisma.DocumentWhereUniqueInput;
|
|
1572
|
+
create: Prisma.XOR<Prisma.DocumentCreateWithoutContentLocksInput, Prisma.DocumentUncheckedCreateWithoutContentLocksInput>;
|
|
1573
|
+
};
|
|
1574
|
+
export type DocumentUpsertWithoutContentLocksInput = {
|
|
1575
|
+
update: Prisma.XOR<Prisma.DocumentUpdateWithoutContentLocksInput, Prisma.DocumentUncheckedUpdateWithoutContentLocksInput>;
|
|
1576
|
+
create: Prisma.XOR<Prisma.DocumentCreateWithoutContentLocksInput, Prisma.DocumentUncheckedCreateWithoutContentLocksInput>;
|
|
1577
|
+
where?: Prisma.DocumentWhereInput;
|
|
1578
|
+
};
|
|
1579
|
+
export type DocumentUpdateToOneWithWhereWithoutContentLocksInput = {
|
|
1580
|
+
where?: Prisma.DocumentWhereInput;
|
|
1581
|
+
data: Prisma.XOR<Prisma.DocumentUpdateWithoutContentLocksInput, Prisma.DocumentUncheckedUpdateWithoutContentLocksInput>;
|
|
1582
|
+
};
|
|
1583
|
+
export type DocumentUpdateWithoutContentLocksInput = {
|
|
1584
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1585
|
+
collection?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1586
|
+
title?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1587
|
+
slug?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1588
|
+
data?: Prisma.JsonNullValueInput | runtime.InputJsonValue;
|
|
1589
|
+
status?: Prisma.EnumDocumentStatusFieldUpdateOperationsInput | $Enums.DocumentStatus;
|
|
1590
|
+
locale?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1591
|
+
localeGroupId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1592
|
+
publishedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1593
|
+
scheduledAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1594
|
+
scheduledUnpublishAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1595
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1596
|
+
plainText?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1597
|
+
contentHash?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1598
|
+
structuredData?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1599
|
+
contentGraph?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1600
|
+
siteId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1601
|
+
templateId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1602
|
+
workflowStage?: Prisma.EnumWorkflowStageFieldUpdateOperationsInput | $Enums.WorkflowStage;
|
|
1603
|
+
reviewerId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1604
|
+
reviewNote?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1605
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
1606
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
1607
|
+
createdBy?: Prisma.UserUpdateOneRequiredWithoutDocumentsNestedInput;
|
|
1608
|
+
updatedBy?: Prisma.UserUpdateOneRequiredWithoutUpdatedDocumentsNestedInput;
|
|
1609
|
+
folder?: Prisma.FolderUpdateOneWithoutDocumentsNestedInput;
|
|
1610
|
+
versions?: Prisma.VersionUpdateManyWithoutDocumentNestedInput;
|
|
1611
|
+
mediaUsages?: Prisma.MediaUsageUpdateManyWithoutDocumentNestedInput;
|
|
1612
|
+
contentIssues?: Prisma.ContentIssueUpdateManyWithoutDocumentNestedInput;
|
|
1613
|
+
workflowState?: Prisma.WorkflowStateUpdateOneWithoutDocumentNestedInput;
|
|
1614
|
+
};
|
|
1615
|
+
export type DocumentUncheckedUpdateWithoutContentLocksInput = {
|
|
1616
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1617
|
+
collection?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1618
|
+
title?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1619
|
+
slug?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1620
|
+
data?: Prisma.JsonNullValueInput | runtime.InputJsonValue;
|
|
1621
|
+
status?: Prisma.EnumDocumentStatusFieldUpdateOperationsInput | $Enums.DocumentStatus;
|
|
1622
|
+
locale?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1623
|
+
localeGroupId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1624
|
+
createdById?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1625
|
+
updatedById?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1626
|
+
publishedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1627
|
+
scheduledAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1628
|
+
scheduledUnpublishAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1629
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1630
|
+
plainText?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1631
|
+
contentHash?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1632
|
+
structuredData?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1633
|
+
contentGraph?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1634
|
+
siteId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1635
|
+
templateId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1636
|
+
workflowStage?: Prisma.EnumWorkflowStageFieldUpdateOperationsInput | $Enums.WorkflowStage;
|
|
1637
|
+
reviewerId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1638
|
+
reviewNote?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1639
|
+
folderId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1640
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
1641
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
1642
|
+
versions?: Prisma.VersionUncheckedUpdateManyWithoutDocumentNestedInput;
|
|
1643
|
+
mediaUsages?: Prisma.MediaUsageUncheckedUpdateManyWithoutDocumentNestedInput;
|
|
1644
|
+
contentIssues?: Prisma.ContentIssueUncheckedUpdateManyWithoutDocumentNestedInput;
|
|
1645
|
+
workflowState?: Prisma.WorkflowStateUncheckedUpdateOneWithoutDocumentNestedInput;
|
|
1646
|
+
};
|
|
1647
|
+
export type DocumentCreateWithoutWorkflowStateInput = {
|
|
1648
|
+
id?: string;
|
|
1649
|
+
collection: string;
|
|
1650
|
+
title?: string | null;
|
|
1651
|
+
slug?: string | null;
|
|
1652
|
+
data: Prisma.JsonNullValueInput | runtime.InputJsonValue;
|
|
1653
|
+
status?: $Enums.DocumentStatus;
|
|
1654
|
+
locale?: string | null;
|
|
1655
|
+
localeGroupId?: string | null;
|
|
1656
|
+
publishedAt?: Date | string | null;
|
|
1657
|
+
scheduledAt?: Date | string | null;
|
|
1658
|
+
scheduledUnpublishAt?: Date | string | null;
|
|
1659
|
+
deletedAt?: Date | string | null;
|
|
1660
|
+
plainText?: string | null;
|
|
1661
|
+
contentHash?: string | null;
|
|
1662
|
+
structuredData?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1663
|
+
contentGraph?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1664
|
+
siteId?: string | null;
|
|
1665
|
+
templateId?: string | null;
|
|
1666
|
+
workflowStage?: $Enums.WorkflowStage;
|
|
1667
|
+
reviewerId?: string | null;
|
|
1668
|
+
reviewNote?: string | null;
|
|
1669
|
+
createdAt?: Date | string;
|
|
1670
|
+
updatedAt?: Date | string;
|
|
1671
|
+
createdBy: Prisma.UserCreateNestedOneWithoutDocumentsInput;
|
|
1672
|
+
updatedBy: Prisma.UserCreateNestedOneWithoutUpdatedDocumentsInput;
|
|
1673
|
+
folder?: Prisma.FolderCreateNestedOneWithoutDocumentsInput;
|
|
1674
|
+
versions?: Prisma.VersionCreateNestedManyWithoutDocumentInput;
|
|
1675
|
+
mediaUsages?: Prisma.MediaUsageCreateNestedManyWithoutDocumentInput;
|
|
1676
|
+
contentLocks?: Prisma.ContentLockCreateNestedManyWithoutDocumentInput;
|
|
1677
|
+
contentIssues?: Prisma.ContentIssueCreateNestedManyWithoutDocumentInput;
|
|
1678
|
+
};
|
|
1679
|
+
export type DocumentUncheckedCreateWithoutWorkflowStateInput = {
|
|
1680
|
+
id?: string;
|
|
1681
|
+
collection: string;
|
|
1682
|
+
title?: string | null;
|
|
1683
|
+
slug?: string | null;
|
|
1684
|
+
data: Prisma.JsonNullValueInput | runtime.InputJsonValue;
|
|
1685
|
+
status?: $Enums.DocumentStatus;
|
|
1686
|
+
locale?: string | null;
|
|
1687
|
+
localeGroupId?: string | null;
|
|
1688
|
+
createdById: string;
|
|
1689
|
+
updatedById: string;
|
|
1690
|
+
publishedAt?: Date | string | null;
|
|
1691
|
+
scheduledAt?: Date | string | null;
|
|
1692
|
+
scheduledUnpublishAt?: Date | string | null;
|
|
1693
|
+
deletedAt?: Date | string | null;
|
|
1694
|
+
plainText?: string | null;
|
|
1695
|
+
contentHash?: string | null;
|
|
1696
|
+
structuredData?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1697
|
+
contentGraph?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1698
|
+
siteId?: string | null;
|
|
1699
|
+
templateId?: string | null;
|
|
1700
|
+
workflowStage?: $Enums.WorkflowStage;
|
|
1701
|
+
reviewerId?: string | null;
|
|
1702
|
+
reviewNote?: string | null;
|
|
1703
|
+
folderId?: string | null;
|
|
1704
|
+
createdAt?: Date | string;
|
|
1705
|
+
updatedAt?: Date | string;
|
|
1706
|
+
versions?: Prisma.VersionUncheckedCreateNestedManyWithoutDocumentInput;
|
|
1707
|
+
mediaUsages?: Prisma.MediaUsageUncheckedCreateNestedManyWithoutDocumentInput;
|
|
1708
|
+
contentLocks?: Prisma.ContentLockUncheckedCreateNestedManyWithoutDocumentInput;
|
|
1709
|
+
contentIssues?: Prisma.ContentIssueUncheckedCreateNestedManyWithoutDocumentInput;
|
|
1710
|
+
};
|
|
1711
|
+
export type DocumentCreateOrConnectWithoutWorkflowStateInput = {
|
|
1712
|
+
where: Prisma.DocumentWhereUniqueInput;
|
|
1713
|
+
create: Prisma.XOR<Prisma.DocumentCreateWithoutWorkflowStateInput, Prisma.DocumentUncheckedCreateWithoutWorkflowStateInput>;
|
|
1714
|
+
};
|
|
1715
|
+
export type DocumentUpsertWithoutWorkflowStateInput = {
|
|
1716
|
+
update: Prisma.XOR<Prisma.DocumentUpdateWithoutWorkflowStateInput, Prisma.DocumentUncheckedUpdateWithoutWorkflowStateInput>;
|
|
1717
|
+
create: Prisma.XOR<Prisma.DocumentCreateWithoutWorkflowStateInput, Prisma.DocumentUncheckedCreateWithoutWorkflowStateInput>;
|
|
1718
|
+
where?: Prisma.DocumentWhereInput;
|
|
1719
|
+
};
|
|
1720
|
+
export type DocumentUpdateToOneWithWhereWithoutWorkflowStateInput = {
|
|
1721
|
+
where?: Prisma.DocumentWhereInput;
|
|
1722
|
+
data: Prisma.XOR<Prisma.DocumentUpdateWithoutWorkflowStateInput, Prisma.DocumentUncheckedUpdateWithoutWorkflowStateInput>;
|
|
1723
|
+
};
|
|
1724
|
+
export type DocumentUpdateWithoutWorkflowStateInput = {
|
|
1725
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1726
|
+
collection?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1727
|
+
title?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1728
|
+
slug?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1729
|
+
data?: Prisma.JsonNullValueInput | runtime.InputJsonValue;
|
|
1730
|
+
status?: Prisma.EnumDocumentStatusFieldUpdateOperationsInput | $Enums.DocumentStatus;
|
|
1731
|
+
locale?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1732
|
+
localeGroupId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1733
|
+
publishedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1734
|
+
scheduledAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1735
|
+
scheduledUnpublishAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1736
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1737
|
+
plainText?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1738
|
+
contentHash?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1739
|
+
structuredData?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1740
|
+
contentGraph?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1741
|
+
siteId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1742
|
+
templateId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1743
|
+
workflowStage?: Prisma.EnumWorkflowStageFieldUpdateOperationsInput | $Enums.WorkflowStage;
|
|
1744
|
+
reviewerId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1745
|
+
reviewNote?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1746
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
1747
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
1748
|
+
createdBy?: Prisma.UserUpdateOneRequiredWithoutDocumentsNestedInput;
|
|
1749
|
+
updatedBy?: Prisma.UserUpdateOneRequiredWithoutUpdatedDocumentsNestedInput;
|
|
1750
|
+
folder?: Prisma.FolderUpdateOneWithoutDocumentsNestedInput;
|
|
1751
|
+
versions?: Prisma.VersionUpdateManyWithoutDocumentNestedInput;
|
|
1752
|
+
mediaUsages?: Prisma.MediaUsageUpdateManyWithoutDocumentNestedInput;
|
|
1753
|
+
contentLocks?: Prisma.ContentLockUpdateManyWithoutDocumentNestedInput;
|
|
1754
|
+
contentIssues?: Prisma.ContentIssueUpdateManyWithoutDocumentNestedInput;
|
|
1755
|
+
};
|
|
1756
|
+
export type DocumentUncheckedUpdateWithoutWorkflowStateInput = {
|
|
1757
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1758
|
+
collection?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1759
|
+
title?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1760
|
+
slug?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1761
|
+
data?: Prisma.JsonNullValueInput | runtime.InputJsonValue;
|
|
1762
|
+
status?: Prisma.EnumDocumentStatusFieldUpdateOperationsInput | $Enums.DocumentStatus;
|
|
1763
|
+
locale?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1764
|
+
localeGroupId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1765
|
+
createdById?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1766
|
+
updatedById?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1767
|
+
publishedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1768
|
+
scheduledAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1769
|
+
scheduledUnpublishAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1770
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1771
|
+
plainText?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1772
|
+
contentHash?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1773
|
+
structuredData?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1774
|
+
contentGraph?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1775
|
+
siteId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1776
|
+
templateId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1777
|
+
workflowStage?: Prisma.EnumWorkflowStageFieldUpdateOperationsInput | $Enums.WorkflowStage;
|
|
1778
|
+
reviewerId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1779
|
+
reviewNote?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1780
|
+
folderId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1781
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
1782
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
1783
|
+
versions?: Prisma.VersionUncheckedUpdateManyWithoutDocumentNestedInput;
|
|
1784
|
+
mediaUsages?: Prisma.MediaUsageUncheckedUpdateManyWithoutDocumentNestedInput;
|
|
1785
|
+
contentLocks?: Prisma.ContentLockUncheckedUpdateManyWithoutDocumentNestedInput;
|
|
1786
|
+
contentIssues?: Prisma.ContentIssueUncheckedUpdateManyWithoutDocumentNestedInput;
|
|
1787
|
+
};
|
|
1788
|
+
export type DocumentCreateWithoutContentIssuesInput = {
|
|
1789
|
+
id?: string;
|
|
1790
|
+
collection: string;
|
|
1791
|
+
title?: string | null;
|
|
1792
|
+
slug?: string | null;
|
|
1793
|
+
data: Prisma.JsonNullValueInput | runtime.InputJsonValue;
|
|
1794
|
+
status?: $Enums.DocumentStatus;
|
|
1795
|
+
locale?: string | null;
|
|
1796
|
+
localeGroupId?: string | null;
|
|
1797
|
+
publishedAt?: Date | string | null;
|
|
1798
|
+
scheduledAt?: Date | string | null;
|
|
1799
|
+
scheduledUnpublishAt?: Date | string | null;
|
|
1800
|
+
deletedAt?: Date | string | null;
|
|
1801
|
+
plainText?: string | null;
|
|
1802
|
+
contentHash?: string | null;
|
|
1803
|
+
structuredData?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1804
|
+
contentGraph?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1805
|
+
siteId?: string | null;
|
|
1806
|
+
templateId?: string | null;
|
|
1807
|
+
workflowStage?: $Enums.WorkflowStage;
|
|
1808
|
+
reviewerId?: string | null;
|
|
1809
|
+
reviewNote?: string | null;
|
|
1810
|
+
createdAt?: Date | string;
|
|
1811
|
+
updatedAt?: Date | string;
|
|
1812
|
+
createdBy: Prisma.UserCreateNestedOneWithoutDocumentsInput;
|
|
1813
|
+
updatedBy: Prisma.UserCreateNestedOneWithoutUpdatedDocumentsInput;
|
|
1814
|
+
folder?: Prisma.FolderCreateNestedOneWithoutDocumentsInput;
|
|
1815
|
+
versions?: Prisma.VersionCreateNestedManyWithoutDocumentInput;
|
|
1816
|
+
mediaUsages?: Prisma.MediaUsageCreateNestedManyWithoutDocumentInput;
|
|
1817
|
+
contentLocks?: Prisma.ContentLockCreateNestedManyWithoutDocumentInput;
|
|
1818
|
+
workflowState?: Prisma.WorkflowStateCreateNestedOneWithoutDocumentInput;
|
|
1819
|
+
};
|
|
1820
|
+
export type DocumentUncheckedCreateWithoutContentIssuesInput = {
|
|
1821
|
+
id?: string;
|
|
1822
|
+
collection: string;
|
|
1823
|
+
title?: string | null;
|
|
1824
|
+
slug?: string | null;
|
|
1825
|
+
data: Prisma.JsonNullValueInput | runtime.InputJsonValue;
|
|
1826
|
+
status?: $Enums.DocumentStatus;
|
|
1827
|
+
locale?: string | null;
|
|
1828
|
+
localeGroupId?: string | null;
|
|
1829
|
+
createdById: string;
|
|
1830
|
+
updatedById: string;
|
|
1831
|
+
publishedAt?: Date | string | null;
|
|
1832
|
+
scheduledAt?: Date | string | null;
|
|
1833
|
+
scheduledUnpublishAt?: Date | string | null;
|
|
1834
|
+
deletedAt?: Date | string | null;
|
|
1835
|
+
plainText?: string | null;
|
|
1836
|
+
contentHash?: string | null;
|
|
1837
|
+
structuredData?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1838
|
+
contentGraph?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1839
|
+
siteId?: string | null;
|
|
1840
|
+
templateId?: string | null;
|
|
1841
|
+
workflowStage?: $Enums.WorkflowStage;
|
|
1842
|
+
reviewerId?: string | null;
|
|
1843
|
+
reviewNote?: string | null;
|
|
1844
|
+
folderId?: string | null;
|
|
1845
|
+
createdAt?: Date | string;
|
|
1846
|
+
updatedAt?: Date | string;
|
|
1847
|
+
versions?: Prisma.VersionUncheckedCreateNestedManyWithoutDocumentInput;
|
|
1848
|
+
mediaUsages?: Prisma.MediaUsageUncheckedCreateNestedManyWithoutDocumentInput;
|
|
1849
|
+
contentLocks?: Prisma.ContentLockUncheckedCreateNestedManyWithoutDocumentInput;
|
|
1850
|
+
workflowState?: Prisma.WorkflowStateUncheckedCreateNestedOneWithoutDocumentInput;
|
|
1851
|
+
};
|
|
1852
|
+
export type DocumentCreateOrConnectWithoutContentIssuesInput = {
|
|
1853
|
+
where: Prisma.DocumentWhereUniqueInput;
|
|
1854
|
+
create: Prisma.XOR<Prisma.DocumentCreateWithoutContentIssuesInput, Prisma.DocumentUncheckedCreateWithoutContentIssuesInput>;
|
|
1855
|
+
};
|
|
1856
|
+
export type DocumentUpsertWithoutContentIssuesInput = {
|
|
1857
|
+
update: Prisma.XOR<Prisma.DocumentUpdateWithoutContentIssuesInput, Prisma.DocumentUncheckedUpdateWithoutContentIssuesInput>;
|
|
1858
|
+
create: Prisma.XOR<Prisma.DocumentCreateWithoutContentIssuesInput, Prisma.DocumentUncheckedCreateWithoutContentIssuesInput>;
|
|
1859
|
+
where?: Prisma.DocumentWhereInput;
|
|
1860
|
+
};
|
|
1861
|
+
export type DocumentUpdateToOneWithWhereWithoutContentIssuesInput = {
|
|
1862
|
+
where?: Prisma.DocumentWhereInput;
|
|
1863
|
+
data: Prisma.XOR<Prisma.DocumentUpdateWithoutContentIssuesInput, Prisma.DocumentUncheckedUpdateWithoutContentIssuesInput>;
|
|
1864
|
+
};
|
|
1865
|
+
export type DocumentUpdateWithoutContentIssuesInput = {
|
|
1866
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1867
|
+
collection?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1868
|
+
title?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1869
|
+
slug?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1870
|
+
data?: Prisma.JsonNullValueInput | runtime.InputJsonValue;
|
|
1871
|
+
status?: Prisma.EnumDocumentStatusFieldUpdateOperationsInput | $Enums.DocumentStatus;
|
|
1872
|
+
locale?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1873
|
+
localeGroupId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1874
|
+
publishedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1875
|
+
scheduledAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1876
|
+
scheduledUnpublishAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1877
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1878
|
+
plainText?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1879
|
+
contentHash?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1880
|
+
structuredData?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1881
|
+
contentGraph?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1882
|
+
siteId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1883
|
+
templateId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1884
|
+
workflowStage?: Prisma.EnumWorkflowStageFieldUpdateOperationsInput | $Enums.WorkflowStage;
|
|
1885
|
+
reviewerId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1886
|
+
reviewNote?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1887
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
1888
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
1889
|
+
createdBy?: Prisma.UserUpdateOneRequiredWithoutDocumentsNestedInput;
|
|
1890
|
+
updatedBy?: Prisma.UserUpdateOneRequiredWithoutUpdatedDocumentsNestedInput;
|
|
1891
|
+
folder?: Prisma.FolderUpdateOneWithoutDocumentsNestedInput;
|
|
1892
|
+
versions?: Prisma.VersionUpdateManyWithoutDocumentNestedInput;
|
|
1893
|
+
mediaUsages?: Prisma.MediaUsageUpdateManyWithoutDocumentNestedInput;
|
|
1894
|
+
contentLocks?: Prisma.ContentLockUpdateManyWithoutDocumentNestedInput;
|
|
1895
|
+
workflowState?: Prisma.WorkflowStateUpdateOneWithoutDocumentNestedInput;
|
|
1896
|
+
};
|
|
1897
|
+
export type DocumentUncheckedUpdateWithoutContentIssuesInput = {
|
|
1898
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1899
|
+
collection?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1900
|
+
title?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1901
|
+
slug?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1902
|
+
data?: Prisma.JsonNullValueInput | runtime.InputJsonValue;
|
|
1903
|
+
status?: Prisma.EnumDocumentStatusFieldUpdateOperationsInput | $Enums.DocumentStatus;
|
|
1904
|
+
locale?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1905
|
+
localeGroupId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1906
|
+
createdById?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1907
|
+
updatedById?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1908
|
+
publishedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1909
|
+
scheduledAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1910
|
+
scheduledUnpublishAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1911
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1912
|
+
plainText?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1913
|
+
contentHash?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1914
|
+
structuredData?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1915
|
+
contentGraph?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1916
|
+
siteId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1917
|
+
templateId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1918
|
+
workflowStage?: Prisma.EnumWorkflowStageFieldUpdateOperationsInput | $Enums.WorkflowStage;
|
|
1919
|
+
reviewerId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1920
|
+
reviewNote?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1921
|
+
folderId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1922
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
1923
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
1924
|
+
versions?: Prisma.VersionUncheckedUpdateManyWithoutDocumentNestedInput;
|
|
1925
|
+
mediaUsages?: Prisma.MediaUsageUncheckedUpdateManyWithoutDocumentNestedInput;
|
|
1926
|
+
contentLocks?: Prisma.ContentLockUncheckedUpdateManyWithoutDocumentNestedInput;
|
|
1927
|
+
workflowState?: Prisma.WorkflowStateUncheckedUpdateOneWithoutDocumentNestedInput;
|
|
1928
|
+
};
|
|
1929
|
+
export type DocumentCreateManyCreatedByInput = {
|
|
1930
|
+
id?: string;
|
|
1931
|
+
collection: string;
|
|
1932
|
+
title?: string | null;
|
|
1933
|
+
slug?: string | null;
|
|
1934
|
+
data: Prisma.JsonNullValueInput | runtime.InputJsonValue;
|
|
1935
|
+
status?: $Enums.DocumentStatus;
|
|
1936
|
+
locale?: string | null;
|
|
1937
|
+
localeGroupId?: string | null;
|
|
1938
|
+
updatedById: string;
|
|
1939
|
+
publishedAt?: Date | string | null;
|
|
1940
|
+
scheduledAt?: Date | string | null;
|
|
1941
|
+
scheduledUnpublishAt?: Date | string | null;
|
|
1942
|
+
deletedAt?: Date | string | null;
|
|
1943
|
+
plainText?: string | null;
|
|
1944
|
+
contentHash?: string | null;
|
|
1945
|
+
structuredData?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1946
|
+
contentGraph?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1947
|
+
siteId?: string | null;
|
|
1948
|
+
templateId?: string | null;
|
|
1949
|
+
workflowStage?: $Enums.WorkflowStage;
|
|
1950
|
+
reviewerId?: string | null;
|
|
1951
|
+
reviewNote?: string | null;
|
|
1952
|
+
folderId?: string | null;
|
|
1953
|
+
createdAt?: Date | string;
|
|
1954
|
+
updatedAt?: Date | string;
|
|
1955
|
+
};
|
|
1956
|
+
export type DocumentCreateManyUpdatedByInput = {
|
|
1957
|
+
id?: string;
|
|
1958
|
+
collection: string;
|
|
1959
|
+
title?: string | null;
|
|
1960
|
+
slug?: string | null;
|
|
1961
|
+
data: Prisma.JsonNullValueInput | runtime.InputJsonValue;
|
|
1962
|
+
status?: $Enums.DocumentStatus;
|
|
1963
|
+
locale?: string | null;
|
|
1964
|
+
localeGroupId?: string | null;
|
|
1965
|
+
createdById: string;
|
|
1966
|
+
publishedAt?: Date | string | null;
|
|
1967
|
+
scheduledAt?: Date | string | null;
|
|
1968
|
+
scheduledUnpublishAt?: Date | string | null;
|
|
1969
|
+
deletedAt?: Date | string | null;
|
|
1970
|
+
plainText?: string | null;
|
|
1971
|
+
contentHash?: string | null;
|
|
1972
|
+
structuredData?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1973
|
+
contentGraph?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1974
|
+
siteId?: string | null;
|
|
1975
|
+
templateId?: string | null;
|
|
1976
|
+
workflowStage?: $Enums.WorkflowStage;
|
|
1977
|
+
reviewerId?: string | null;
|
|
1978
|
+
reviewNote?: string | null;
|
|
1979
|
+
folderId?: string | null;
|
|
1980
|
+
createdAt?: Date | string;
|
|
1981
|
+
updatedAt?: Date | string;
|
|
1982
|
+
};
|
|
1983
|
+
export type DocumentUpdateWithoutCreatedByInput = {
|
|
1984
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1985
|
+
collection?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1986
|
+
title?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1987
|
+
slug?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1988
|
+
data?: Prisma.JsonNullValueInput | runtime.InputJsonValue;
|
|
1989
|
+
status?: Prisma.EnumDocumentStatusFieldUpdateOperationsInput | $Enums.DocumentStatus;
|
|
1990
|
+
locale?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1991
|
+
localeGroupId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1992
|
+
publishedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1993
|
+
scheduledAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1994
|
+
scheduledUnpublishAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1995
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1996
|
+
plainText?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1997
|
+
contentHash?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1998
|
+
structuredData?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1999
|
+
contentGraph?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
2000
|
+
siteId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2001
|
+
templateId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2002
|
+
workflowStage?: Prisma.EnumWorkflowStageFieldUpdateOperationsInput | $Enums.WorkflowStage;
|
|
2003
|
+
reviewerId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2004
|
+
reviewNote?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2005
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
2006
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
2007
|
+
updatedBy?: Prisma.UserUpdateOneRequiredWithoutUpdatedDocumentsNestedInput;
|
|
2008
|
+
folder?: Prisma.FolderUpdateOneWithoutDocumentsNestedInput;
|
|
2009
|
+
versions?: Prisma.VersionUpdateManyWithoutDocumentNestedInput;
|
|
2010
|
+
mediaUsages?: Prisma.MediaUsageUpdateManyWithoutDocumentNestedInput;
|
|
2011
|
+
contentLocks?: Prisma.ContentLockUpdateManyWithoutDocumentNestedInput;
|
|
2012
|
+
contentIssues?: Prisma.ContentIssueUpdateManyWithoutDocumentNestedInput;
|
|
2013
|
+
workflowState?: Prisma.WorkflowStateUpdateOneWithoutDocumentNestedInput;
|
|
2014
|
+
};
|
|
2015
|
+
export type DocumentUncheckedUpdateWithoutCreatedByInput = {
|
|
2016
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
2017
|
+
collection?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
2018
|
+
title?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2019
|
+
slug?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2020
|
+
data?: Prisma.JsonNullValueInput | runtime.InputJsonValue;
|
|
2021
|
+
status?: Prisma.EnumDocumentStatusFieldUpdateOperationsInput | $Enums.DocumentStatus;
|
|
2022
|
+
locale?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2023
|
+
localeGroupId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2024
|
+
updatedById?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
2025
|
+
publishedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
2026
|
+
scheduledAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
2027
|
+
scheduledUnpublishAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
2028
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
2029
|
+
plainText?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2030
|
+
contentHash?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2031
|
+
structuredData?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
2032
|
+
contentGraph?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
2033
|
+
siteId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2034
|
+
templateId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2035
|
+
workflowStage?: Prisma.EnumWorkflowStageFieldUpdateOperationsInput | $Enums.WorkflowStage;
|
|
2036
|
+
reviewerId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2037
|
+
reviewNote?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2038
|
+
folderId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2039
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
2040
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
2041
|
+
versions?: Prisma.VersionUncheckedUpdateManyWithoutDocumentNestedInput;
|
|
2042
|
+
mediaUsages?: Prisma.MediaUsageUncheckedUpdateManyWithoutDocumentNestedInput;
|
|
2043
|
+
contentLocks?: Prisma.ContentLockUncheckedUpdateManyWithoutDocumentNestedInput;
|
|
2044
|
+
contentIssues?: Prisma.ContentIssueUncheckedUpdateManyWithoutDocumentNestedInput;
|
|
2045
|
+
workflowState?: Prisma.WorkflowStateUncheckedUpdateOneWithoutDocumentNestedInput;
|
|
2046
|
+
};
|
|
2047
|
+
export type DocumentUncheckedUpdateManyWithoutCreatedByInput = {
|
|
2048
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
2049
|
+
collection?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
2050
|
+
title?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2051
|
+
slug?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2052
|
+
data?: Prisma.JsonNullValueInput | runtime.InputJsonValue;
|
|
2053
|
+
status?: Prisma.EnumDocumentStatusFieldUpdateOperationsInput | $Enums.DocumentStatus;
|
|
2054
|
+
locale?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2055
|
+
localeGroupId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2056
|
+
updatedById?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
2057
|
+
publishedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
2058
|
+
scheduledAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
2059
|
+
scheduledUnpublishAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
2060
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
2061
|
+
plainText?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2062
|
+
contentHash?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2063
|
+
structuredData?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
2064
|
+
contentGraph?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
2065
|
+
siteId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2066
|
+
templateId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2067
|
+
workflowStage?: Prisma.EnumWorkflowStageFieldUpdateOperationsInput | $Enums.WorkflowStage;
|
|
2068
|
+
reviewerId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2069
|
+
reviewNote?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2070
|
+
folderId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2071
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
2072
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
2073
|
+
};
|
|
2074
|
+
export type DocumentUpdateWithoutUpdatedByInput = {
|
|
2075
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
2076
|
+
collection?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
2077
|
+
title?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2078
|
+
slug?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2079
|
+
data?: Prisma.JsonNullValueInput | runtime.InputJsonValue;
|
|
2080
|
+
status?: Prisma.EnumDocumentStatusFieldUpdateOperationsInput | $Enums.DocumentStatus;
|
|
2081
|
+
locale?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2082
|
+
localeGroupId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2083
|
+
publishedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
2084
|
+
scheduledAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
2085
|
+
scheduledUnpublishAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
2086
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
2087
|
+
plainText?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2088
|
+
contentHash?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2089
|
+
structuredData?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
2090
|
+
contentGraph?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
2091
|
+
siteId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2092
|
+
templateId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2093
|
+
workflowStage?: Prisma.EnumWorkflowStageFieldUpdateOperationsInput | $Enums.WorkflowStage;
|
|
2094
|
+
reviewerId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2095
|
+
reviewNote?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2096
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
2097
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
2098
|
+
createdBy?: Prisma.UserUpdateOneRequiredWithoutDocumentsNestedInput;
|
|
2099
|
+
folder?: Prisma.FolderUpdateOneWithoutDocumentsNestedInput;
|
|
2100
|
+
versions?: Prisma.VersionUpdateManyWithoutDocumentNestedInput;
|
|
2101
|
+
mediaUsages?: Prisma.MediaUsageUpdateManyWithoutDocumentNestedInput;
|
|
2102
|
+
contentLocks?: Prisma.ContentLockUpdateManyWithoutDocumentNestedInput;
|
|
2103
|
+
contentIssues?: Prisma.ContentIssueUpdateManyWithoutDocumentNestedInput;
|
|
2104
|
+
workflowState?: Prisma.WorkflowStateUpdateOneWithoutDocumentNestedInput;
|
|
2105
|
+
};
|
|
2106
|
+
export type DocumentUncheckedUpdateWithoutUpdatedByInput = {
|
|
2107
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
2108
|
+
collection?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
2109
|
+
title?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2110
|
+
slug?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2111
|
+
data?: Prisma.JsonNullValueInput | runtime.InputJsonValue;
|
|
2112
|
+
status?: Prisma.EnumDocumentStatusFieldUpdateOperationsInput | $Enums.DocumentStatus;
|
|
2113
|
+
locale?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2114
|
+
localeGroupId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2115
|
+
createdById?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
2116
|
+
publishedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
2117
|
+
scheduledAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
2118
|
+
scheduledUnpublishAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
2119
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
2120
|
+
plainText?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2121
|
+
contentHash?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2122
|
+
structuredData?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
2123
|
+
contentGraph?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
2124
|
+
siteId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2125
|
+
templateId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2126
|
+
workflowStage?: Prisma.EnumWorkflowStageFieldUpdateOperationsInput | $Enums.WorkflowStage;
|
|
2127
|
+
reviewerId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2128
|
+
reviewNote?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2129
|
+
folderId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2130
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
2131
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
2132
|
+
versions?: Prisma.VersionUncheckedUpdateManyWithoutDocumentNestedInput;
|
|
2133
|
+
mediaUsages?: Prisma.MediaUsageUncheckedUpdateManyWithoutDocumentNestedInput;
|
|
2134
|
+
contentLocks?: Prisma.ContentLockUncheckedUpdateManyWithoutDocumentNestedInput;
|
|
2135
|
+
contentIssues?: Prisma.ContentIssueUncheckedUpdateManyWithoutDocumentNestedInput;
|
|
2136
|
+
workflowState?: Prisma.WorkflowStateUncheckedUpdateOneWithoutDocumentNestedInput;
|
|
2137
|
+
};
|
|
2138
|
+
export type DocumentUncheckedUpdateManyWithoutUpdatedByInput = {
|
|
2139
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
2140
|
+
collection?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
2141
|
+
title?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2142
|
+
slug?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2143
|
+
data?: Prisma.JsonNullValueInput | runtime.InputJsonValue;
|
|
2144
|
+
status?: Prisma.EnumDocumentStatusFieldUpdateOperationsInput | $Enums.DocumentStatus;
|
|
2145
|
+
locale?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2146
|
+
localeGroupId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2147
|
+
createdById?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
2148
|
+
publishedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
2149
|
+
scheduledAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
2150
|
+
scheduledUnpublishAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
2151
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
2152
|
+
plainText?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2153
|
+
contentHash?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2154
|
+
structuredData?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
2155
|
+
contentGraph?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
2156
|
+
siteId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2157
|
+
templateId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2158
|
+
workflowStage?: Prisma.EnumWorkflowStageFieldUpdateOperationsInput | $Enums.WorkflowStage;
|
|
2159
|
+
reviewerId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2160
|
+
reviewNote?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2161
|
+
folderId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2162
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
2163
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
2164
|
+
};
|
|
2165
|
+
export type DocumentCreateManyFolderInput = {
|
|
2166
|
+
id?: string;
|
|
2167
|
+
collection: string;
|
|
2168
|
+
title?: string | null;
|
|
2169
|
+
slug?: string | null;
|
|
2170
|
+
data: Prisma.JsonNullValueInput | runtime.InputJsonValue;
|
|
2171
|
+
status?: $Enums.DocumentStatus;
|
|
2172
|
+
locale?: string | null;
|
|
2173
|
+
localeGroupId?: string | null;
|
|
2174
|
+
createdById: string;
|
|
2175
|
+
updatedById: string;
|
|
2176
|
+
publishedAt?: Date | string | null;
|
|
2177
|
+
scheduledAt?: Date | string | null;
|
|
2178
|
+
scheduledUnpublishAt?: Date | string | null;
|
|
2179
|
+
deletedAt?: Date | string | null;
|
|
2180
|
+
plainText?: string | null;
|
|
2181
|
+
contentHash?: string | null;
|
|
2182
|
+
structuredData?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
2183
|
+
contentGraph?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
2184
|
+
siteId?: string | null;
|
|
2185
|
+
templateId?: string | null;
|
|
2186
|
+
workflowStage?: $Enums.WorkflowStage;
|
|
2187
|
+
reviewerId?: string | null;
|
|
2188
|
+
reviewNote?: string | null;
|
|
2189
|
+
createdAt?: Date | string;
|
|
2190
|
+
updatedAt?: Date | string;
|
|
2191
|
+
};
|
|
2192
|
+
export type DocumentUpdateWithoutFolderInput = {
|
|
2193
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
2194
|
+
collection?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
2195
|
+
title?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2196
|
+
slug?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2197
|
+
data?: Prisma.JsonNullValueInput | runtime.InputJsonValue;
|
|
2198
|
+
status?: Prisma.EnumDocumentStatusFieldUpdateOperationsInput | $Enums.DocumentStatus;
|
|
2199
|
+
locale?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2200
|
+
localeGroupId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2201
|
+
publishedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
2202
|
+
scheduledAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
2203
|
+
scheduledUnpublishAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
2204
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
2205
|
+
plainText?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2206
|
+
contentHash?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2207
|
+
structuredData?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
2208
|
+
contentGraph?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
2209
|
+
siteId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2210
|
+
templateId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2211
|
+
workflowStage?: Prisma.EnumWorkflowStageFieldUpdateOperationsInput | $Enums.WorkflowStage;
|
|
2212
|
+
reviewerId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2213
|
+
reviewNote?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2214
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
2215
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
2216
|
+
createdBy?: Prisma.UserUpdateOneRequiredWithoutDocumentsNestedInput;
|
|
2217
|
+
updatedBy?: Prisma.UserUpdateOneRequiredWithoutUpdatedDocumentsNestedInput;
|
|
2218
|
+
versions?: Prisma.VersionUpdateManyWithoutDocumentNestedInput;
|
|
2219
|
+
mediaUsages?: Prisma.MediaUsageUpdateManyWithoutDocumentNestedInput;
|
|
2220
|
+
contentLocks?: Prisma.ContentLockUpdateManyWithoutDocumentNestedInput;
|
|
2221
|
+
contentIssues?: Prisma.ContentIssueUpdateManyWithoutDocumentNestedInput;
|
|
2222
|
+
workflowState?: Prisma.WorkflowStateUpdateOneWithoutDocumentNestedInput;
|
|
2223
|
+
};
|
|
2224
|
+
export type DocumentUncheckedUpdateWithoutFolderInput = {
|
|
2225
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
2226
|
+
collection?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
2227
|
+
title?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2228
|
+
slug?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2229
|
+
data?: Prisma.JsonNullValueInput | runtime.InputJsonValue;
|
|
2230
|
+
status?: Prisma.EnumDocumentStatusFieldUpdateOperationsInput | $Enums.DocumentStatus;
|
|
2231
|
+
locale?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2232
|
+
localeGroupId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2233
|
+
createdById?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
2234
|
+
updatedById?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
2235
|
+
publishedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
2236
|
+
scheduledAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
2237
|
+
scheduledUnpublishAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
2238
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
2239
|
+
plainText?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2240
|
+
contentHash?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2241
|
+
structuredData?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
2242
|
+
contentGraph?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
2243
|
+
siteId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2244
|
+
templateId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2245
|
+
workflowStage?: Prisma.EnumWorkflowStageFieldUpdateOperationsInput | $Enums.WorkflowStage;
|
|
2246
|
+
reviewerId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2247
|
+
reviewNote?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2248
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
2249
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
2250
|
+
versions?: Prisma.VersionUncheckedUpdateManyWithoutDocumentNestedInput;
|
|
2251
|
+
mediaUsages?: Prisma.MediaUsageUncheckedUpdateManyWithoutDocumentNestedInput;
|
|
2252
|
+
contentLocks?: Prisma.ContentLockUncheckedUpdateManyWithoutDocumentNestedInput;
|
|
2253
|
+
contentIssues?: Prisma.ContentIssueUncheckedUpdateManyWithoutDocumentNestedInput;
|
|
2254
|
+
workflowState?: Prisma.WorkflowStateUncheckedUpdateOneWithoutDocumentNestedInput;
|
|
2255
|
+
};
|
|
2256
|
+
export type DocumentUncheckedUpdateManyWithoutFolderInput = {
|
|
2257
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
2258
|
+
collection?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
2259
|
+
title?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2260
|
+
slug?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2261
|
+
data?: Prisma.JsonNullValueInput | runtime.InputJsonValue;
|
|
2262
|
+
status?: Prisma.EnumDocumentStatusFieldUpdateOperationsInput | $Enums.DocumentStatus;
|
|
2263
|
+
locale?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2264
|
+
localeGroupId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2265
|
+
createdById?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
2266
|
+
updatedById?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
2267
|
+
publishedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
2268
|
+
scheduledAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
2269
|
+
scheduledUnpublishAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
2270
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
2271
|
+
plainText?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2272
|
+
contentHash?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2273
|
+
structuredData?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
2274
|
+
contentGraph?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
2275
|
+
siteId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2276
|
+
templateId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2277
|
+
workflowStage?: Prisma.EnumWorkflowStageFieldUpdateOperationsInput | $Enums.WorkflowStage;
|
|
2278
|
+
reviewerId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2279
|
+
reviewNote?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2280
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
2281
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
2282
|
+
};
|
|
2283
|
+
/**
|
|
2284
|
+
* Count Type DocumentCountOutputType
|
|
2285
|
+
*/
|
|
2286
|
+
export type DocumentCountOutputType = {
|
|
2287
|
+
versions: number;
|
|
2288
|
+
mediaUsages: number;
|
|
2289
|
+
contentLocks: number;
|
|
2290
|
+
contentIssues: number;
|
|
2291
|
+
};
|
|
2292
|
+
export type DocumentCountOutputTypeSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2293
|
+
versions?: boolean | DocumentCountOutputTypeCountVersionsArgs;
|
|
2294
|
+
mediaUsages?: boolean | DocumentCountOutputTypeCountMediaUsagesArgs;
|
|
2295
|
+
contentLocks?: boolean | DocumentCountOutputTypeCountContentLocksArgs;
|
|
2296
|
+
contentIssues?: boolean | DocumentCountOutputTypeCountContentIssuesArgs;
|
|
2297
|
+
};
|
|
2298
|
+
/**
|
|
2299
|
+
* DocumentCountOutputType without action
|
|
2300
|
+
*/
|
|
2301
|
+
export type DocumentCountOutputTypeDefaultArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2302
|
+
/**
|
|
2303
|
+
* Select specific fields to fetch from the DocumentCountOutputType
|
|
2304
|
+
*/
|
|
2305
|
+
select?: Prisma.DocumentCountOutputTypeSelect<ExtArgs> | null;
|
|
2306
|
+
};
|
|
2307
|
+
/**
|
|
2308
|
+
* DocumentCountOutputType without action
|
|
2309
|
+
*/
|
|
2310
|
+
export type DocumentCountOutputTypeCountVersionsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2311
|
+
where?: Prisma.VersionWhereInput;
|
|
2312
|
+
};
|
|
2313
|
+
/**
|
|
2314
|
+
* DocumentCountOutputType without action
|
|
2315
|
+
*/
|
|
2316
|
+
export type DocumentCountOutputTypeCountMediaUsagesArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2317
|
+
where?: Prisma.MediaUsageWhereInput;
|
|
2318
|
+
};
|
|
2319
|
+
/**
|
|
2320
|
+
* DocumentCountOutputType without action
|
|
2321
|
+
*/
|
|
2322
|
+
export type DocumentCountOutputTypeCountContentLocksArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2323
|
+
where?: Prisma.ContentLockWhereInput;
|
|
2324
|
+
};
|
|
2325
|
+
/**
|
|
2326
|
+
* DocumentCountOutputType without action
|
|
2327
|
+
*/
|
|
2328
|
+
export type DocumentCountOutputTypeCountContentIssuesArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2329
|
+
where?: Prisma.ContentIssueWhereInput;
|
|
2330
|
+
};
|
|
2331
|
+
export type DocumentSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
2332
|
+
id?: boolean;
|
|
2333
|
+
collection?: boolean;
|
|
2334
|
+
title?: boolean;
|
|
2335
|
+
slug?: boolean;
|
|
2336
|
+
data?: boolean;
|
|
2337
|
+
status?: boolean;
|
|
2338
|
+
locale?: boolean;
|
|
2339
|
+
localeGroupId?: boolean;
|
|
2340
|
+
createdById?: boolean;
|
|
2341
|
+
updatedById?: boolean;
|
|
2342
|
+
publishedAt?: boolean;
|
|
2343
|
+
scheduledAt?: boolean;
|
|
2344
|
+
scheduledUnpublishAt?: boolean;
|
|
2345
|
+
deletedAt?: boolean;
|
|
2346
|
+
plainText?: boolean;
|
|
2347
|
+
contentHash?: boolean;
|
|
2348
|
+
structuredData?: boolean;
|
|
2349
|
+
contentGraph?: boolean;
|
|
2350
|
+
siteId?: boolean;
|
|
2351
|
+
templateId?: boolean;
|
|
2352
|
+
workflowStage?: boolean;
|
|
2353
|
+
reviewerId?: boolean;
|
|
2354
|
+
reviewNote?: boolean;
|
|
2355
|
+
folderId?: boolean;
|
|
2356
|
+
createdAt?: boolean;
|
|
2357
|
+
updatedAt?: boolean;
|
|
2358
|
+
createdBy?: boolean | Prisma.UserDefaultArgs<ExtArgs>;
|
|
2359
|
+
updatedBy?: boolean | Prisma.UserDefaultArgs<ExtArgs>;
|
|
2360
|
+
folder?: boolean | Prisma.Document$folderArgs<ExtArgs>;
|
|
2361
|
+
versions?: boolean | Prisma.Document$versionsArgs<ExtArgs>;
|
|
2362
|
+
mediaUsages?: boolean | Prisma.Document$mediaUsagesArgs<ExtArgs>;
|
|
2363
|
+
contentLocks?: boolean | Prisma.Document$contentLocksArgs<ExtArgs>;
|
|
2364
|
+
contentIssues?: boolean | Prisma.Document$contentIssuesArgs<ExtArgs>;
|
|
2365
|
+
workflowState?: boolean | Prisma.Document$workflowStateArgs<ExtArgs>;
|
|
2366
|
+
_count?: boolean | Prisma.DocumentCountOutputTypeDefaultArgs<ExtArgs>;
|
|
2367
|
+
}, ExtArgs["result"]["document"]>;
|
|
2368
|
+
export type DocumentSelectCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
2369
|
+
id?: boolean;
|
|
2370
|
+
collection?: boolean;
|
|
2371
|
+
title?: boolean;
|
|
2372
|
+
slug?: boolean;
|
|
2373
|
+
data?: boolean;
|
|
2374
|
+
status?: boolean;
|
|
2375
|
+
locale?: boolean;
|
|
2376
|
+
localeGroupId?: boolean;
|
|
2377
|
+
createdById?: boolean;
|
|
2378
|
+
updatedById?: boolean;
|
|
2379
|
+
publishedAt?: boolean;
|
|
2380
|
+
scheduledAt?: boolean;
|
|
2381
|
+
scheduledUnpublishAt?: boolean;
|
|
2382
|
+
deletedAt?: boolean;
|
|
2383
|
+
plainText?: boolean;
|
|
2384
|
+
contentHash?: boolean;
|
|
2385
|
+
structuredData?: boolean;
|
|
2386
|
+
contentGraph?: boolean;
|
|
2387
|
+
siteId?: boolean;
|
|
2388
|
+
templateId?: boolean;
|
|
2389
|
+
workflowStage?: boolean;
|
|
2390
|
+
reviewerId?: boolean;
|
|
2391
|
+
reviewNote?: boolean;
|
|
2392
|
+
folderId?: boolean;
|
|
2393
|
+
createdAt?: boolean;
|
|
2394
|
+
updatedAt?: boolean;
|
|
2395
|
+
createdBy?: boolean | Prisma.UserDefaultArgs<ExtArgs>;
|
|
2396
|
+
updatedBy?: boolean | Prisma.UserDefaultArgs<ExtArgs>;
|
|
2397
|
+
folder?: boolean | Prisma.Document$folderArgs<ExtArgs>;
|
|
2398
|
+
}, ExtArgs["result"]["document"]>;
|
|
2399
|
+
export type DocumentSelectUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
2400
|
+
id?: boolean;
|
|
2401
|
+
collection?: boolean;
|
|
2402
|
+
title?: boolean;
|
|
2403
|
+
slug?: boolean;
|
|
2404
|
+
data?: boolean;
|
|
2405
|
+
status?: boolean;
|
|
2406
|
+
locale?: boolean;
|
|
2407
|
+
localeGroupId?: boolean;
|
|
2408
|
+
createdById?: boolean;
|
|
2409
|
+
updatedById?: boolean;
|
|
2410
|
+
publishedAt?: boolean;
|
|
2411
|
+
scheduledAt?: boolean;
|
|
2412
|
+
scheduledUnpublishAt?: boolean;
|
|
2413
|
+
deletedAt?: boolean;
|
|
2414
|
+
plainText?: boolean;
|
|
2415
|
+
contentHash?: boolean;
|
|
2416
|
+
structuredData?: boolean;
|
|
2417
|
+
contentGraph?: boolean;
|
|
2418
|
+
siteId?: boolean;
|
|
2419
|
+
templateId?: boolean;
|
|
2420
|
+
workflowStage?: boolean;
|
|
2421
|
+
reviewerId?: boolean;
|
|
2422
|
+
reviewNote?: boolean;
|
|
2423
|
+
folderId?: boolean;
|
|
2424
|
+
createdAt?: boolean;
|
|
2425
|
+
updatedAt?: boolean;
|
|
2426
|
+
createdBy?: boolean | Prisma.UserDefaultArgs<ExtArgs>;
|
|
2427
|
+
updatedBy?: boolean | Prisma.UserDefaultArgs<ExtArgs>;
|
|
2428
|
+
folder?: boolean | Prisma.Document$folderArgs<ExtArgs>;
|
|
2429
|
+
}, ExtArgs["result"]["document"]>;
|
|
2430
|
+
export type DocumentSelectScalar = {
|
|
2431
|
+
id?: boolean;
|
|
2432
|
+
collection?: boolean;
|
|
2433
|
+
title?: boolean;
|
|
2434
|
+
slug?: boolean;
|
|
2435
|
+
data?: boolean;
|
|
2436
|
+
status?: boolean;
|
|
2437
|
+
locale?: boolean;
|
|
2438
|
+
localeGroupId?: boolean;
|
|
2439
|
+
createdById?: boolean;
|
|
2440
|
+
updatedById?: boolean;
|
|
2441
|
+
publishedAt?: boolean;
|
|
2442
|
+
scheduledAt?: boolean;
|
|
2443
|
+
scheduledUnpublishAt?: boolean;
|
|
2444
|
+
deletedAt?: boolean;
|
|
2445
|
+
plainText?: boolean;
|
|
2446
|
+
contentHash?: boolean;
|
|
2447
|
+
structuredData?: boolean;
|
|
2448
|
+
contentGraph?: boolean;
|
|
2449
|
+
siteId?: boolean;
|
|
2450
|
+
templateId?: boolean;
|
|
2451
|
+
workflowStage?: boolean;
|
|
2452
|
+
reviewerId?: boolean;
|
|
2453
|
+
reviewNote?: boolean;
|
|
2454
|
+
folderId?: boolean;
|
|
2455
|
+
createdAt?: boolean;
|
|
2456
|
+
updatedAt?: boolean;
|
|
2457
|
+
};
|
|
2458
|
+
export type DocumentOmit<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetOmit<"id" | "collection" | "title" | "slug" | "data" | "status" | "locale" | "localeGroupId" | "createdById" | "updatedById" | "publishedAt" | "scheduledAt" | "scheduledUnpublishAt" | "deletedAt" | "plainText" | "contentHash" | "structuredData" | "contentGraph" | "siteId" | "templateId" | "workflowStage" | "reviewerId" | "reviewNote" | "folderId" | "createdAt" | "updatedAt", ExtArgs["result"]["document"]>;
|
|
2459
|
+
export type DocumentInclude<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2460
|
+
createdBy?: boolean | Prisma.UserDefaultArgs<ExtArgs>;
|
|
2461
|
+
updatedBy?: boolean | Prisma.UserDefaultArgs<ExtArgs>;
|
|
2462
|
+
folder?: boolean | Prisma.Document$folderArgs<ExtArgs>;
|
|
2463
|
+
versions?: boolean | Prisma.Document$versionsArgs<ExtArgs>;
|
|
2464
|
+
mediaUsages?: boolean | Prisma.Document$mediaUsagesArgs<ExtArgs>;
|
|
2465
|
+
contentLocks?: boolean | Prisma.Document$contentLocksArgs<ExtArgs>;
|
|
2466
|
+
contentIssues?: boolean | Prisma.Document$contentIssuesArgs<ExtArgs>;
|
|
2467
|
+
workflowState?: boolean | Prisma.Document$workflowStateArgs<ExtArgs>;
|
|
2468
|
+
_count?: boolean | Prisma.DocumentCountOutputTypeDefaultArgs<ExtArgs>;
|
|
2469
|
+
};
|
|
2470
|
+
export type DocumentIncludeCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2471
|
+
createdBy?: boolean | Prisma.UserDefaultArgs<ExtArgs>;
|
|
2472
|
+
updatedBy?: boolean | Prisma.UserDefaultArgs<ExtArgs>;
|
|
2473
|
+
folder?: boolean | Prisma.Document$folderArgs<ExtArgs>;
|
|
2474
|
+
};
|
|
2475
|
+
export type DocumentIncludeUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2476
|
+
createdBy?: boolean | Prisma.UserDefaultArgs<ExtArgs>;
|
|
2477
|
+
updatedBy?: boolean | Prisma.UserDefaultArgs<ExtArgs>;
|
|
2478
|
+
folder?: boolean | Prisma.Document$folderArgs<ExtArgs>;
|
|
2479
|
+
};
|
|
2480
|
+
export type $DocumentPayload<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2481
|
+
name: "Document";
|
|
2482
|
+
objects: {
|
|
2483
|
+
createdBy: Prisma.$UserPayload<ExtArgs>;
|
|
2484
|
+
updatedBy: Prisma.$UserPayload<ExtArgs>;
|
|
2485
|
+
folder: Prisma.$FolderPayload<ExtArgs> | null;
|
|
2486
|
+
versions: Prisma.$VersionPayload<ExtArgs>[];
|
|
2487
|
+
mediaUsages: Prisma.$MediaUsagePayload<ExtArgs>[];
|
|
2488
|
+
contentLocks: Prisma.$ContentLockPayload<ExtArgs>[];
|
|
2489
|
+
contentIssues: Prisma.$ContentIssuePayload<ExtArgs>[];
|
|
2490
|
+
workflowState: Prisma.$WorkflowStatePayload<ExtArgs> | null;
|
|
2491
|
+
};
|
|
2492
|
+
scalars: runtime.Types.Extensions.GetPayloadResult<{
|
|
2493
|
+
id: string;
|
|
2494
|
+
collection: string;
|
|
2495
|
+
title: string | null;
|
|
2496
|
+
slug: string | null;
|
|
2497
|
+
data: runtime.JsonValue;
|
|
2498
|
+
status: $Enums.DocumentStatus;
|
|
2499
|
+
locale: string | null;
|
|
2500
|
+
localeGroupId: string | null;
|
|
2501
|
+
createdById: string;
|
|
2502
|
+
updatedById: string;
|
|
2503
|
+
publishedAt: Date | null;
|
|
2504
|
+
scheduledAt: Date | null;
|
|
2505
|
+
scheduledUnpublishAt: Date | null;
|
|
2506
|
+
deletedAt: Date | null;
|
|
2507
|
+
plainText: string | null;
|
|
2508
|
+
contentHash: string | null;
|
|
2509
|
+
structuredData: runtime.JsonValue | null;
|
|
2510
|
+
contentGraph: runtime.JsonValue | null;
|
|
2511
|
+
siteId: string | null;
|
|
2512
|
+
templateId: string | null;
|
|
2513
|
+
workflowStage: $Enums.WorkflowStage;
|
|
2514
|
+
reviewerId: string | null;
|
|
2515
|
+
reviewNote: string | null;
|
|
2516
|
+
folderId: string | null;
|
|
2517
|
+
createdAt: Date;
|
|
2518
|
+
updatedAt: Date;
|
|
2519
|
+
}, ExtArgs["result"]["document"]>;
|
|
2520
|
+
composites: {};
|
|
2521
|
+
};
|
|
2522
|
+
export type DocumentGetPayload<S extends boolean | null | undefined | DocumentDefaultArgs> = runtime.Types.Result.GetResult<Prisma.$DocumentPayload, S>;
|
|
2523
|
+
export type DocumentCountArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = Omit<DocumentFindManyArgs, 'select' | 'include' | 'distinct' | 'omit' | 'relationLoadStrategy'> & {
|
|
2524
|
+
select?: DocumentCountAggregateInputType | true;
|
|
2525
|
+
};
|
|
2526
|
+
export interface DocumentDelegate<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> {
|
|
2527
|
+
[K: symbol]: {
|
|
2528
|
+
types: Prisma.TypeMap<ExtArgs>['model']['Document'];
|
|
2529
|
+
meta: {
|
|
2530
|
+
name: 'Document';
|
|
2531
|
+
};
|
|
2532
|
+
};
|
|
2533
|
+
/**
|
|
2534
|
+
* Find zero or one Document that matches the filter.
|
|
2535
|
+
* @param {DocumentFindUniqueArgs} args - Arguments to find a Document
|
|
2536
|
+
* @example
|
|
2537
|
+
* // Get one Document
|
|
2538
|
+
* const document = await prisma.document.findUnique({
|
|
2539
|
+
* where: {
|
|
2540
|
+
* // ... provide filter here
|
|
2541
|
+
* }
|
|
2542
|
+
* })
|
|
2543
|
+
*/
|
|
2544
|
+
findUnique<T extends DocumentFindUniqueArgs>(args: Prisma.SelectSubset<T, DocumentFindUniqueArgs<ExtArgs>>): Prisma.Prisma__DocumentClient<runtime.Types.Result.GetResult<Prisma.$DocumentPayload<ExtArgs>, T, "findUnique", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
|
|
2545
|
+
/**
|
|
2546
|
+
* Find one Document that matches the filter or throw an error with `error.code='P2025'`
|
|
2547
|
+
* if no matches were found.
|
|
2548
|
+
* @param {DocumentFindUniqueOrThrowArgs} args - Arguments to find a Document
|
|
2549
|
+
* @example
|
|
2550
|
+
* // Get one Document
|
|
2551
|
+
* const document = await prisma.document.findUniqueOrThrow({
|
|
2552
|
+
* where: {
|
|
2553
|
+
* // ... provide filter here
|
|
2554
|
+
* }
|
|
2555
|
+
* })
|
|
2556
|
+
*/
|
|
2557
|
+
findUniqueOrThrow<T extends DocumentFindUniqueOrThrowArgs>(args: Prisma.SelectSubset<T, DocumentFindUniqueOrThrowArgs<ExtArgs>>): Prisma.Prisma__DocumentClient<runtime.Types.Result.GetResult<Prisma.$DocumentPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
2558
|
+
/**
|
|
2559
|
+
* Find the first Document that matches the filter.
|
|
2560
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
2561
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
2562
|
+
* @param {DocumentFindFirstArgs} args - Arguments to find a Document
|
|
2563
|
+
* @example
|
|
2564
|
+
* // Get one Document
|
|
2565
|
+
* const document = await prisma.document.findFirst({
|
|
2566
|
+
* where: {
|
|
2567
|
+
* // ... provide filter here
|
|
2568
|
+
* }
|
|
2569
|
+
* })
|
|
2570
|
+
*/
|
|
2571
|
+
findFirst<T extends DocumentFindFirstArgs>(args?: Prisma.SelectSubset<T, DocumentFindFirstArgs<ExtArgs>>): Prisma.Prisma__DocumentClient<runtime.Types.Result.GetResult<Prisma.$DocumentPayload<ExtArgs>, T, "findFirst", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
|
|
2572
|
+
/**
|
|
2573
|
+
* Find the first Document that matches the filter or
|
|
2574
|
+
* throw `PrismaKnownClientError` with `P2025` code if no matches were found.
|
|
2575
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
2576
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
2577
|
+
* @param {DocumentFindFirstOrThrowArgs} args - Arguments to find a Document
|
|
2578
|
+
* @example
|
|
2579
|
+
* // Get one Document
|
|
2580
|
+
* const document = await prisma.document.findFirstOrThrow({
|
|
2581
|
+
* where: {
|
|
2582
|
+
* // ... provide filter here
|
|
2583
|
+
* }
|
|
2584
|
+
* })
|
|
2585
|
+
*/
|
|
2586
|
+
findFirstOrThrow<T extends DocumentFindFirstOrThrowArgs>(args?: Prisma.SelectSubset<T, DocumentFindFirstOrThrowArgs<ExtArgs>>): Prisma.Prisma__DocumentClient<runtime.Types.Result.GetResult<Prisma.$DocumentPayload<ExtArgs>, T, "findFirstOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
2587
|
+
/**
|
|
2588
|
+
* Find zero or more Documents that matches the filter.
|
|
2589
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
2590
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
2591
|
+
* @param {DocumentFindManyArgs} args - Arguments to filter and select certain fields only.
|
|
2592
|
+
* @example
|
|
2593
|
+
* // Get all Documents
|
|
2594
|
+
* const documents = await prisma.document.findMany()
|
|
2595
|
+
*
|
|
2596
|
+
* // Get first 10 Documents
|
|
2597
|
+
* const documents = await prisma.document.findMany({ take: 10 })
|
|
2598
|
+
*
|
|
2599
|
+
* // Only select the `id`
|
|
2600
|
+
* const documentWithIdOnly = await prisma.document.findMany({ select: { id: true } })
|
|
2601
|
+
*
|
|
2602
|
+
*/
|
|
2603
|
+
findMany<T extends DocumentFindManyArgs>(args?: Prisma.SelectSubset<T, DocumentFindManyArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$DocumentPayload<ExtArgs>, T, "findMany", GlobalOmitOptions>>;
|
|
2604
|
+
/**
|
|
2605
|
+
* Create a Document.
|
|
2606
|
+
* @param {DocumentCreateArgs} args - Arguments to create a Document.
|
|
2607
|
+
* @example
|
|
2608
|
+
* // Create one Document
|
|
2609
|
+
* const Document = await prisma.document.create({
|
|
2610
|
+
* data: {
|
|
2611
|
+
* // ... data to create a Document
|
|
2612
|
+
* }
|
|
2613
|
+
* })
|
|
2614
|
+
*
|
|
2615
|
+
*/
|
|
2616
|
+
create<T extends DocumentCreateArgs>(args: Prisma.SelectSubset<T, DocumentCreateArgs<ExtArgs>>): Prisma.Prisma__DocumentClient<runtime.Types.Result.GetResult<Prisma.$DocumentPayload<ExtArgs>, T, "create", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
2617
|
+
/**
|
|
2618
|
+
* Create many Documents.
|
|
2619
|
+
* @param {DocumentCreateManyArgs} args - Arguments to create many Documents.
|
|
2620
|
+
* @example
|
|
2621
|
+
* // Create many Documents
|
|
2622
|
+
* const document = await prisma.document.createMany({
|
|
2623
|
+
* data: [
|
|
2624
|
+
* // ... provide data here
|
|
2625
|
+
* ]
|
|
2626
|
+
* })
|
|
2627
|
+
*
|
|
2628
|
+
*/
|
|
2629
|
+
createMany<T extends DocumentCreateManyArgs>(args?: Prisma.SelectSubset<T, DocumentCreateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>;
|
|
2630
|
+
/**
|
|
2631
|
+
* Create many Documents and returns the data saved in the database.
|
|
2632
|
+
* @param {DocumentCreateManyAndReturnArgs} args - Arguments to create many Documents.
|
|
2633
|
+
* @example
|
|
2634
|
+
* // Create many Documents
|
|
2635
|
+
* const document = await prisma.document.createManyAndReturn({
|
|
2636
|
+
* data: [
|
|
2637
|
+
* // ... provide data here
|
|
2638
|
+
* ]
|
|
2639
|
+
* })
|
|
2640
|
+
*
|
|
2641
|
+
* // Create many Documents and only return the `id`
|
|
2642
|
+
* const documentWithIdOnly = await prisma.document.createManyAndReturn({
|
|
2643
|
+
* select: { id: true },
|
|
2644
|
+
* data: [
|
|
2645
|
+
* // ... provide data here
|
|
2646
|
+
* ]
|
|
2647
|
+
* })
|
|
2648
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
2649
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
2650
|
+
*
|
|
2651
|
+
*/
|
|
2652
|
+
createManyAndReturn<T extends DocumentCreateManyAndReturnArgs>(args?: Prisma.SelectSubset<T, DocumentCreateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$DocumentPayload<ExtArgs>, T, "createManyAndReturn", GlobalOmitOptions>>;
|
|
2653
|
+
/**
|
|
2654
|
+
* Delete a Document.
|
|
2655
|
+
* @param {DocumentDeleteArgs} args - Arguments to delete one Document.
|
|
2656
|
+
* @example
|
|
2657
|
+
* // Delete one Document
|
|
2658
|
+
* const Document = await prisma.document.delete({
|
|
2659
|
+
* where: {
|
|
2660
|
+
* // ... filter to delete one Document
|
|
2661
|
+
* }
|
|
2662
|
+
* })
|
|
2663
|
+
*
|
|
2664
|
+
*/
|
|
2665
|
+
delete<T extends DocumentDeleteArgs>(args: Prisma.SelectSubset<T, DocumentDeleteArgs<ExtArgs>>): Prisma.Prisma__DocumentClient<runtime.Types.Result.GetResult<Prisma.$DocumentPayload<ExtArgs>, T, "delete", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
2666
|
+
/**
|
|
2667
|
+
* Update one Document.
|
|
2668
|
+
* @param {DocumentUpdateArgs} args - Arguments to update one Document.
|
|
2669
|
+
* @example
|
|
2670
|
+
* // Update one Document
|
|
2671
|
+
* const document = await prisma.document.update({
|
|
2672
|
+
* where: {
|
|
2673
|
+
* // ... provide filter here
|
|
2674
|
+
* },
|
|
2675
|
+
* data: {
|
|
2676
|
+
* // ... provide data here
|
|
2677
|
+
* }
|
|
2678
|
+
* })
|
|
2679
|
+
*
|
|
2680
|
+
*/
|
|
2681
|
+
update<T extends DocumentUpdateArgs>(args: Prisma.SelectSubset<T, DocumentUpdateArgs<ExtArgs>>): Prisma.Prisma__DocumentClient<runtime.Types.Result.GetResult<Prisma.$DocumentPayload<ExtArgs>, T, "update", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
2682
|
+
/**
|
|
2683
|
+
* Delete zero or more Documents.
|
|
2684
|
+
* @param {DocumentDeleteManyArgs} args - Arguments to filter Documents to delete.
|
|
2685
|
+
* @example
|
|
2686
|
+
* // Delete a few Documents
|
|
2687
|
+
* const { count } = await prisma.document.deleteMany({
|
|
2688
|
+
* where: {
|
|
2689
|
+
* // ... provide filter here
|
|
2690
|
+
* }
|
|
2691
|
+
* })
|
|
2692
|
+
*
|
|
2693
|
+
*/
|
|
2694
|
+
deleteMany<T extends DocumentDeleteManyArgs>(args?: Prisma.SelectSubset<T, DocumentDeleteManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>;
|
|
2695
|
+
/**
|
|
2696
|
+
* Update zero or more Documents.
|
|
2697
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
2698
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
2699
|
+
* @param {DocumentUpdateManyArgs} args - Arguments to update one or more rows.
|
|
2700
|
+
* @example
|
|
2701
|
+
* // Update many Documents
|
|
2702
|
+
* const document = await prisma.document.updateMany({
|
|
2703
|
+
* where: {
|
|
2704
|
+
* // ... provide filter here
|
|
2705
|
+
* },
|
|
2706
|
+
* data: {
|
|
2707
|
+
* // ... provide data here
|
|
2708
|
+
* }
|
|
2709
|
+
* })
|
|
2710
|
+
*
|
|
2711
|
+
*/
|
|
2712
|
+
updateMany<T extends DocumentUpdateManyArgs>(args: Prisma.SelectSubset<T, DocumentUpdateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>;
|
|
2713
|
+
/**
|
|
2714
|
+
* Update zero or more Documents and returns the data updated in the database.
|
|
2715
|
+
* @param {DocumentUpdateManyAndReturnArgs} args - Arguments to update many Documents.
|
|
2716
|
+
* @example
|
|
2717
|
+
* // Update many Documents
|
|
2718
|
+
* const document = await prisma.document.updateManyAndReturn({
|
|
2719
|
+
* where: {
|
|
2720
|
+
* // ... provide filter here
|
|
2721
|
+
* },
|
|
2722
|
+
* data: [
|
|
2723
|
+
* // ... provide data here
|
|
2724
|
+
* ]
|
|
2725
|
+
* })
|
|
2726
|
+
*
|
|
2727
|
+
* // Update zero or more Documents and only return the `id`
|
|
2728
|
+
* const documentWithIdOnly = await prisma.document.updateManyAndReturn({
|
|
2729
|
+
* select: { id: true },
|
|
2730
|
+
* where: {
|
|
2731
|
+
* // ... provide filter here
|
|
2732
|
+
* },
|
|
2733
|
+
* data: [
|
|
2734
|
+
* // ... provide data here
|
|
2735
|
+
* ]
|
|
2736
|
+
* })
|
|
2737
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
2738
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
2739
|
+
*
|
|
2740
|
+
*/
|
|
2741
|
+
updateManyAndReturn<T extends DocumentUpdateManyAndReturnArgs>(args: Prisma.SelectSubset<T, DocumentUpdateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$DocumentPayload<ExtArgs>, T, "updateManyAndReturn", GlobalOmitOptions>>;
|
|
2742
|
+
/**
|
|
2743
|
+
* Create or update one Document.
|
|
2744
|
+
* @param {DocumentUpsertArgs} args - Arguments to update or create a Document.
|
|
2745
|
+
* @example
|
|
2746
|
+
* // Update or create a Document
|
|
2747
|
+
* const document = await prisma.document.upsert({
|
|
2748
|
+
* create: {
|
|
2749
|
+
* // ... data to create a Document
|
|
2750
|
+
* },
|
|
2751
|
+
* update: {
|
|
2752
|
+
* // ... in case it already exists, update
|
|
2753
|
+
* },
|
|
2754
|
+
* where: {
|
|
2755
|
+
* // ... the filter for the Document we want to update
|
|
2756
|
+
* }
|
|
2757
|
+
* })
|
|
2758
|
+
*/
|
|
2759
|
+
upsert<T extends DocumentUpsertArgs>(args: Prisma.SelectSubset<T, DocumentUpsertArgs<ExtArgs>>): Prisma.Prisma__DocumentClient<runtime.Types.Result.GetResult<Prisma.$DocumentPayload<ExtArgs>, T, "upsert", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
2760
|
+
/**
|
|
2761
|
+
* Count the number of Documents.
|
|
2762
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
2763
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
2764
|
+
* @param {DocumentCountArgs} args - Arguments to filter Documents to count.
|
|
2765
|
+
* @example
|
|
2766
|
+
* // Count the number of Documents
|
|
2767
|
+
* const count = await prisma.document.count({
|
|
2768
|
+
* where: {
|
|
2769
|
+
* // ... the filter for the Documents we want to count
|
|
2770
|
+
* }
|
|
2771
|
+
* })
|
|
2772
|
+
**/
|
|
2773
|
+
count<T extends DocumentCountArgs>(args?: Prisma.Subset<T, DocumentCountArgs>): Prisma.PrismaPromise<T extends runtime.Types.Utils.Record<'select', any> ? T['select'] extends true ? number : Prisma.GetScalarType<T['select'], DocumentCountAggregateOutputType> : number>;
|
|
2774
|
+
/**
|
|
2775
|
+
* Allows you to perform aggregations operations on a Document.
|
|
2776
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
2777
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
2778
|
+
* @param {DocumentAggregateArgs} args - Select which aggregations you would like to apply and on what fields.
|
|
2779
|
+
* @example
|
|
2780
|
+
* // Ordered by age ascending
|
|
2781
|
+
* // Where email contains prisma.io
|
|
2782
|
+
* // Limited to the 10 users
|
|
2783
|
+
* const aggregations = await prisma.user.aggregate({
|
|
2784
|
+
* _avg: {
|
|
2785
|
+
* age: true,
|
|
2786
|
+
* },
|
|
2787
|
+
* where: {
|
|
2788
|
+
* email: {
|
|
2789
|
+
* contains: "prisma.io",
|
|
2790
|
+
* },
|
|
2791
|
+
* },
|
|
2792
|
+
* orderBy: {
|
|
2793
|
+
* age: "asc",
|
|
2794
|
+
* },
|
|
2795
|
+
* take: 10,
|
|
2796
|
+
* })
|
|
2797
|
+
**/
|
|
2798
|
+
aggregate<T extends DocumentAggregateArgs>(args: Prisma.Subset<T, DocumentAggregateArgs>): Prisma.PrismaPromise<GetDocumentAggregateType<T>>;
|
|
2799
|
+
/**
|
|
2800
|
+
* Group by Document.
|
|
2801
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
2802
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
2803
|
+
* @param {DocumentGroupByArgs} args - Group by arguments.
|
|
2804
|
+
* @example
|
|
2805
|
+
* // Group by city, order by createdAt, get count
|
|
2806
|
+
* const result = await prisma.user.groupBy({
|
|
2807
|
+
* by: ['city', 'createdAt'],
|
|
2808
|
+
* orderBy: {
|
|
2809
|
+
* createdAt: true
|
|
2810
|
+
* },
|
|
2811
|
+
* _count: {
|
|
2812
|
+
* _all: true
|
|
2813
|
+
* },
|
|
2814
|
+
* })
|
|
2815
|
+
*
|
|
2816
|
+
**/
|
|
2817
|
+
groupBy<T extends DocumentGroupByArgs, HasSelectOrTake extends Prisma.Or<Prisma.Extends<'skip', Prisma.Keys<T>>, Prisma.Extends<'take', Prisma.Keys<T>>>, OrderByArg extends Prisma.True extends HasSelectOrTake ? {
|
|
2818
|
+
orderBy: DocumentGroupByArgs['orderBy'];
|
|
2819
|
+
} : {
|
|
2820
|
+
orderBy?: DocumentGroupByArgs['orderBy'];
|
|
2821
|
+
}, OrderFields extends Prisma.ExcludeUnderscoreKeys<Prisma.Keys<Prisma.MaybeTupleToUnion<T['orderBy']>>>, ByFields extends Prisma.MaybeTupleToUnion<T['by']>, ByValid extends Prisma.Has<ByFields, OrderFields>, HavingFields extends Prisma.GetHavingFields<T['having']>, HavingValid extends Prisma.Has<ByFields, HavingFields>, ByEmpty extends T['by'] extends never[] ? Prisma.True : Prisma.False, InputErrors extends ByEmpty extends Prisma.True ? `Error: "by" must not be empty.` : HavingValid extends Prisma.False ? {
|
|
2822
|
+
[P in HavingFields]: P extends ByFields ? never : P extends string ? `Error: Field "${P}" used in "having" needs to be provided in "by".` : [
|
|
2823
|
+
Error,
|
|
2824
|
+
'Field ',
|
|
2825
|
+
P,
|
|
2826
|
+
` in "having" needs to be provided in "by"`
|
|
2827
|
+
];
|
|
2828
|
+
}[HavingFields] : 'take' extends Prisma.Keys<T> ? 'orderBy' extends Prisma.Keys<T> ? ByValid extends Prisma.True ? {} : {
|
|
2829
|
+
[P in OrderFields]: P extends ByFields ? never : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`;
|
|
2830
|
+
}[OrderFields] : 'Error: If you provide "take", you also need to provide "orderBy"' : 'skip' extends Prisma.Keys<T> ? 'orderBy' extends Prisma.Keys<T> ? ByValid extends Prisma.True ? {} : {
|
|
2831
|
+
[P in OrderFields]: P extends ByFields ? never : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`;
|
|
2832
|
+
}[OrderFields] : 'Error: If you provide "skip", you also need to provide "orderBy"' : ByValid extends Prisma.True ? {} : {
|
|
2833
|
+
[P in OrderFields]: P extends ByFields ? never : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`;
|
|
2834
|
+
}[OrderFields]>(args: Prisma.SubsetIntersection<T, DocumentGroupByArgs, OrderByArg> & InputErrors): {} extends InputErrors ? GetDocumentGroupByPayload<T> : Prisma.PrismaPromise<InputErrors>;
|
|
2835
|
+
/**
|
|
2836
|
+
* Fields of the Document model
|
|
2837
|
+
*/
|
|
2838
|
+
readonly fields: DocumentFieldRefs;
|
|
2839
|
+
}
|
|
2840
|
+
/**
|
|
2841
|
+
* The delegate class that acts as a "Promise-like" for Document.
|
|
2842
|
+
* Why is this prefixed with `Prisma__`?
|
|
2843
|
+
* Because we want to prevent naming conflicts as mentioned in
|
|
2844
|
+
* https://github.com/prisma/prisma-client-js/issues/707
|
|
2845
|
+
*/
|
|
2846
|
+
export interface Prisma__DocumentClient<T, Null = never, ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> extends Prisma.PrismaPromise<T> {
|
|
2847
|
+
readonly [Symbol.toStringTag]: "PrismaPromise";
|
|
2848
|
+
createdBy<T extends Prisma.UserDefaultArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.UserDefaultArgs<ExtArgs>>): Prisma.Prisma__UserClient<runtime.Types.Result.GetResult<Prisma.$UserPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | Null, Null, ExtArgs, GlobalOmitOptions>;
|
|
2849
|
+
updatedBy<T extends Prisma.UserDefaultArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.UserDefaultArgs<ExtArgs>>): Prisma.Prisma__UserClient<runtime.Types.Result.GetResult<Prisma.$UserPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | Null, Null, ExtArgs, GlobalOmitOptions>;
|
|
2850
|
+
folder<T extends Prisma.Document$folderArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.Document$folderArgs<ExtArgs>>): Prisma.Prisma__FolderClient<runtime.Types.Result.GetResult<Prisma.$FolderPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
|
|
2851
|
+
versions<T extends Prisma.Document$versionsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.Document$versionsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$VersionPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
|
|
2852
|
+
mediaUsages<T extends Prisma.Document$mediaUsagesArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.Document$mediaUsagesArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$MediaUsagePayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
|
|
2853
|
+
contentLocks<T extends Prisma.Document$contentLocksArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.Document$contentLocksArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$ContentLockPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
|
|
2854
|
+
contentIssues<T extends Prisma.Document$contentIssuesArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.Document$contentIssuesArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$ContentIssuePayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
|
|
2855
|
+
workflowState<T extends Prisma.Document$workflowStateArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.Document$workflowStateArgs<ExtArgs>>): Prisma.Prisma__WorkflowStateClient<runtime.Types.Result.GetResult<Prisma.$WorkflowStatePayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
|
|
2856
|
+
/**
|
|
2857
|
+
* Attaches callbacks for the resolution and/or rejection of the Promise.
|
|
2858
|
+
* @param onfulfilled The callback to execute when the Promise is resolved.
|
|
2859
|
+
* @param onrejected The callback to execute when the Promise is rejected.
|
|
2860
|
+
* @returns A Promise for the completion of which ever callback is executed.
|
|
2861
|
+
*/
|
|
2862
|
+
then<TResult1 = T, TResult2 = never>(onfulfilled?: ((value: T) => TResult1 | PromiseLike<TResult1>) | undefined | null, onrejected?: ((reason: any) => TResult2 | PromiseLike<TResult2>) | undefined | null): runtime.Types.Utils.JsPromise<TResult1 | TResult2>;
|
|
2863
|
+
/**
|
|
2864
|
+
* Attaches a callback for only the rejection of the Promise.
|
|
2865
|
+
* @param onrejected The callback to execute when the Promise is rejected.
|
|
2866
|
+
* @returns A Promise for the completion of the callback.
|
|
2867
|
+
*/
|
|
2868
|
+
catch<TResult = never>(onrejected?: ((reason: any) => TResult | PromiseLike<TResult>) | undefined | null): runtime.Types.Utils.JsPromise<T | TResult>;
|
|
2869
|
+
/**
|
|
2870
|
+
* Attaches a callback that is invoked when the Promise is settled (fulfilled or rejected). The
|
|
2871
|
+
* resolved value cannot be modified from the callback.
|
|
2872
|
+
* @param onfinally The callback to execute when the Promise is settled (fulfilled or rejected).
|
|
2873
|
+
* @returns A Promise for the completion of the callback.
|
|
2874
|
+
*/
|
|
2875
|
+
finally(onfinally?: (() => void) | undefined | null): runtime.Types.Utils.JsPromise<T>;
|
|
2876
|
+
}
|
|
2877
|
+
/**
|
|
2878
|
+
* Fields of the Document model
|
|
2879
|
+
*/
|
|
2880
|
+
export interface DocumentFieldRefs {
|
|
2881
|
+
readonly id: Prisma.FieldRef<"Document", 'String'>;
|
|
2882
|
+
readonly collection: Prisma.FieldRef<"Document", 'String'>;
|
|
2883
|
+
readonly title: Prisma.FieldRef<"Document", 'String'>;
|
|
2884
|
+
readonly slug: Prisma.FieldRef<"Document", 'String'>;
|
|
2885
|
+
readonly data: Prisma.FieldRef<"Document", 'Json'>;
|
|
2886
|
+
readonly status: Prisma.FieldRef<"Document", 'DocumentStatus'>;
|
|
2887
|
+
readonly locale: Prisma.FieldRef<"Document", 'String'>;
|
|
2888
|
+
readonly localeGroupId: Prisma.FieldRef<"Document", 'String'>;
|
|
2889
|
+
readonly createdById: Prisma.FieldRef<"Document", 'String'>;
|
|
2890
|
+
readonly updatedById: Prisma.FieldRef<"Document", 'String'>;
|
|
2891
|
+
readonly publishedAt: Prisma.FieldRef<"Document", 'DateTime'>;
|
|
2892
|
+
readonly scheduledAt: Prisma.FieldRef<"Document", 'DateTime'>;
|
|
2893
|
+
readonly scheduledUnpublishAt: Prisma.FieldRef<"Document", 'DateTime'>;
|
|
2894
|
+
readonly deletedAt: Prisma.FieldRef<"Document", 'DateTime'>;
|
|
2895
|
+
readonly plainText: Prisma.FieldRef<"Document", 'String'>;
|
|
2896
|
+
readonly contentHash: Prisma.FieldRef<"Document", 'String'>;
|
|
2897
|
+
readonly structuredData: Prisma.FieldRef<"Document", 'Json'>;
|
|
2898
|
+
readonly contentGraph: Prisma.FieldRef<"Document", 'Json'>;
|
|
2899
|
+
readonly siteId: Prisma.FieldRef<"Document", 'String'>;
|
|
2900
|
+
readonly templateId: Prisma.FieldRef<"Document", 'String'>;
|
|
2901
|
+
readonly workflowStage: Prisma.FieldRef<"Document", 'WorkflowStage'>;
|
|
2902
|
+
readonly reviewerId: Prisma.FieldRef<"Document", 'String'>;
|
|
2903
|
+
readonly reviewNote: Prisma.FieldRef<"Document", 'String'>;
|
|
2904
|
+
readonly folderId: Prisma.FieldRef<"Document", 'String'>;
|
|
2905
|
+
readonly createdAt: Prisma.FieldRef<"Document", 'DateTime'>;
|
|
2906
|
+
readonly updatedAt: Prisma.FieldRef<"Document", 'DateTime'>;
|
|
2907
|
+
}
|
|
2908
|
+
/**
|
|
2909
|
+
* Document findUnique
|
|
2910
|
+
*/
|
|
2911
|
+
export type DocumentFindUniqueArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2912
|
+
/**
|
|
2913
|
+
* Select specific fields to fetch from the Document
|
|
2914
|
+
*/
|
|
2915
|
+
select?: Prisma.DocumentSelect<ExtArgs> | null;
|
|
2916
|
+
/**
|
|
2917
|
+
* Omit specific fields from the Document
|
|
2918
|
+
*/
|
|
2919
|
+
omit?: Prisma.DocumentOmit<ExtArgs> | null;
|
|
2920
|
+
/**
|
|
2921
|
+
* Choose, which related nodes to fetch as well
|
|
2922
|
+
*/
|
|
2923
|
+
include?: Prisma.DocumentInclude<ExtArgs> | null;
|
|
2924
|
+
/**
|
|
2925
|
+
* Filter, which Document to fetch.
|
|
2926
|
+
*/
|
|
2927
|
+
where: Prisma.DocumentWhereUniqueInput;
|
|
2928
|
+
relationLoadStrategy?: Prisma.RelationLoadStrategy;
|
|
2929
|
+
};
|
|
2930
|
+
/**
|
|
2931
|
+
* Document findUniqueOrThrow
|
|
2932
|
+
*/
|
|
2933
|
+
export type DocumentFindUniqueOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2934
|
+
/**
|
|
2935
|
+
* Select specific fields to fetch from the Document
|
|
2936
|
+
*/
|
|
2937
|
+
select?: Prisma.DocumentSelect<ExtArgs> | null;
|
|
2938
|
+
/**
|
|
2939
|
+
* Omit specific fields from the Document
|
|
2940
|
+
*/
|
|
2941
|
+
omit?: Prisma.DocumentOmit<ExtArgs> | null;
|
|
2942
|
+
/**
|
|
2943
|
+
* Choose, which related nodes to fetch as well
|
|
2944
|
+
*/
|
|
2945
|
+
include?: Prisma.DocumentInclude<ExtArgs> | null;
|
|
2946
|
+
/**
|
|
2947
|
+
* Filter, which Document to fetch.
|
|
2948
|
+
*/
|
|
2949
|
+
where: Prisma.DocumentWhereUniqueInput;
|
|
2950
|
+
relationLoadStrategy?: Prisma.RelationLoadStrategy;
|
|
2951
|
+
};
|
|
2952
|
+
/**
|
|
2953
|
+
* Document findFirst
|
|
2954
|
+
*/
|
|
2955
|
+
export type DocumentFindFirstArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2956
|
+
/**
|
|
2957
|
+
* Select specific fields to fetch from the Document
|
|
2958
|
+
*/
|
|
2959
|
+
select?: Prisma.DocumentSelect<ExtArgs> | null;
|
|
2960
|
+
/**
|
|
2961
|
+
* Omit specific fields from the Document
|
|
2962
|
+
*/
|
|
2963
|
+
omit?: Prisma.DocumentOmit<ExtArgs> | null;
|
|
2964
|
+
/**
|
|
2965
|
+
* Choose, which related nodes to fetch as well
|
|
2966
|
+
*/
|
|
2967
|
+
include?: Prisma.DocumentInclude<ExtArgs> | null;
|
|
2968
|
+
/**
|
|
2969
|
+
* Filter, which Document to fetch.
|
|
2970
|
+
*/
|
|
2971
|
+
where?: Prisma.DocumentWhereInput;
|
|
2972
|
+
/**
|
|
2973
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
2974
|
+
*
|
|
2975
|
+
* Determine the order of Documents to fetch.
|
|
2976
|
+
*/
|
|
2977
|
+
orderBy?: Prisma.DocumentOrderByWithRelationInput | Prisma.DocumentOrderByWithRelationInput[];
|
|
2978
|
+
/**
|
|
2979
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
2980
|
+
*
|
|
2981
|
+
* Sets the position for searching for Documents.
|
|
2982
|
+
*/
|
|
2983
|
+
cursor?: Prisma.DocumentWhereUniqueInput;
|
|
2984
|
+
/**
|
|
2985
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
2986
|
+
*
|
|
2987
|
+
* Take `±n` Documents from the position of the cursor.
|
|
2988
|
+
*/
|
|
2989
|
+
take?: number;
|
|
2990
|
+
/**
|
|
2991
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
2992
|
+
*
|
|
2993
|
+
* Skip the first `n` Documents.
|
|
2994
|
+
*/
|
|
2995
|
+
skip?: number;
|
|
2996
|
+
/**
|
|
2997
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
|
2998
|
+
*
|
|
2999
|
+
* Filter by unique combinations of Documents.
|
|
3000
|
+
*/
|
|
3001
|
+
distinct?: Prisma.DocumentScalarFieldEnum | Prisma.DocumentScalarFieldEnum[];
|
|
3002
|
+
relationLoadStrategy?: Prisma.RelationLoadStrategy;
|
|
3003
|
+
};
|
|
3004
|
+
/**
|
|
3005
|
+
* Document findFirstOrThrow
|
|
3006
|
+
*/
|
|
3007
|
+
export type DocumentFindFirstOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3008
|
+
/**
|
|
3009
|
+
* Select specific fields to fetch from the Document
|
|
3010
|
+
*/
|
|
3011
|
+
select?: Prisma.DocumentSelect<ExtArgs> | null;
|
|
3012
|
+
/**
|
|
3013
|
+
* Omit specific fields from the Document
|
|
3014
|
+
*/
|
|
3015
|
+
omit?: Prisma.DocumentOmit<ExtArgs> | null;
|
|
3016
|
+
/**
|
|
3017
|
+
* Choose, which related nodes to fetch as well
|
|
3018
|
+
*/
|
|
3019
|
+
include?: Prisma.DocumentInclude<ExtArgs> | null;
|
|
3020
|
+
/**
|
|
3021
|
+
* Filter, which Document to fetch.
|
|
3022
|
+
*/
|
|
3023
|
+
where?: Prisma.DocumentWhereInput;
|
|
3024
|
+
/**
|
|
3025
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
3026
|
+
*
|
|
3027
|
+
* Determine the order of Documents to fetch.
|
|
3028
|
+
*/
|
|
3029
|
+
orderBy?: Prisma.DocumentOrderByWithRelationInput | Prisma.DocumentOrderByWithRelationInput[];
|
|
3030
|
+
/**
|
|
3031
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
3032
|
+
*
|
|
3033
|
+
* Sets the position for searching for Documents.
|
|
3034
|
+
*/
|
|
3035
|
+
cursor?: Prisma.DocumentWhereUniqueInput;
|
|
3036
|
+
/**
|
|
3037
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
3038
|
+
*
|
|
3039
|
+
* Take `±n` Documents from the position of the cursor.
|
|
3040
|
+
*/
|
|
3041
|
+
take?: number;
|
|
3042
|
+
/**
|
|
3043
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
3044
|
+
*
|
|
3045
|
+
* Skip the first `n` Documents.
|
|
3046
|
+
*/
|
|
3047
|
+
skip?: number;
|
|
3048
|
+
/**
|
|
3049
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
|
3050
|
+
*
|
|
3051
|
+
* Filter by unique combinations of Documents.
|
|
3052
|
+
*/
|
|
3053
|
+
distinct?: Prisma.DocumentScalarFieldEnum | Prisma.DocumentScalarFieldEnum[];
|
|
3054
|
+
relationLoadStrategy?: Prisma.RelationLoadStrategy;
|
|
3055
|
+
};
|
|
3056
|
+
/**
|
|
3057
|
+
* Document findMany
|
|
3058
|
+
*/
|
|
3059
|
+
export type DocumentFindManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3060
|
+
/**
|
|
3061
|
+
* Select specific fields to fetch from the Document
|
|
3062
|
+
*/
|
|
3063
|
+
select?: Prisma.DocumentSelect<ExtArgs> | null;
|
|
3064
|
+
/**
|
|
3065
|
+
* Omit specific fields from the Document
|
|
3066
|
+
*/
|
|
3067
|
+
omit?: Prisma.DocumentOmit<ExtArgs> | null;
|
|
3068
|
+
/**
|
|
3069
|
+
* Choose, which related nodes to fetch as well
|
|
3070
|
+
*/
|
|
3071
|
+
include?: Prisma.DocumentInclude<ExtArgs> | null;
|
|
3072
|
+
/**
|
|
3073
|
+
* Filter, which Documents to fetch.
|
|
3074
|
+
*/
|
|
3075
|
+
where?: Prisma.DocumentWhereInput;
|
|
3076
|
+
/**
|
|
3077
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
3078
|
+
*
|
|
3079
|
+
* Determine the order of Documents to fetch.
|
|
3080
|
+
*/
|
|
3081
|
+
orderBy?: Prisma.DocumentOrderByWithRelationInput | Prisma.DocumentOrderByWithRelationInput[];
|
|
3082
|
+
/**
|
|
3083
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
3084
|
+
*
|
|
3085
|
+
* Sets the position for listing Documents.
|
|
3086
|
+
*/
|
|
3087
|
+
cursor?: Prisma.DocumentWhereUniqueInput;
|
|
3088
|
+
/**
|
|
3089
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
3090
|
+
*
|
|
3091
|
+
* Take `±n` Documents from the position of the cursor.
|
|
3092
|
+
*/
|
|
3093
|
+
take?: number;
|
|
3094
|
+
/**
|
|
3095
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
3096
|
+
*
|
|
3097
|
+
* Skip the first `n` Documents.
|
|
3098
|
+
*/
|
|
3099
|
+
skip?: number;
|
|
3100
|
+
/**
|
|
3101
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
|
3102
|
+
*
|
|
3103
|
+
* Filter by unique combinations of Documents.
|
|
3104
|
+
*/
|
|
3105
|
+
distinct?: Prisma.DocumentScalarFieldEnum | Prisma.DocumentScalarFieldEnum[];
|
|
3106
|
+
relationLoadStrategy?: Prisma.RelationLoadStrategy;
|
|
3107
|
+
};
|
|
3108
|
+
/**
|
|
3109
|
+
* Document create
|
|
3110
|
+
*/
|
|
3111
|
+
export type DocumentCreateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3112
|
+
/**
|
|
3113
|
+
* Select specific fields to fetch from the Document
|
|
3114
|
+
*/
|
|
3115
|
+
select?: Prisma.DocumentSelect<ExtArgs> | null;
|
|
3116
|
+
/**
|
|
3117
|
+
* Omit specific fields from the Document
|
|
3118
|
+
*/
|
|
3119
|
+
omit?: Prisma.DocumentOmit<ExtArgs> | null;
|
|
3120
|
+
/**
|
|
3121
|
+
* Choose, which related nodes to fetch as well
|
|
3122
|
+
*/
|
|
3123
|
+
include?: Prisma.DocumentInclude<ExtArgs> | null;
|
|
3124
|
+
/**
|
|
3125
|
+
* The data needed to create a Document.
|
|
3126
|
+
*/
|
|
3127
|
+
data: Prisma.XOR<Prisma.DocumentCreateInput, Prisma.DocumentUncheckedCreateInput>;
|
|
3128
|
+
relationLoadStrategy?: Prisma.RelationLoadStrategy;
|
|
3129
|
+
};
|
|
3130
|
+
/**
|
|
3131
|
+
* Document createMany
|
|
3132
|
+
*/
|
|
3133
|
+
export type DocumentCreateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3134
|
+
/**
|
|
3135
|
+
* The data used to create many Documents.
|
|
3136
|
+
*/
|
|
3137
|
+
data: Prisma.DocumentCreateManyInput | Prisma.DocumentCreateManyInput[];
|
|
3138
|
+
skipDuplicates?: boolean;
|
|
3139
|
+
};
|
|
3140
|
+
/**
|
|
3141
|
+
* Document createManyAndReturn
|
|
3142
|
+
*/
|
|
3143
|
+
export type DocumentCreateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3144
|
+
/**
|
|
3145
|
+
* Select specific fields to fetch from the Document
|
|
3146
|
+
*/
|
|
3147
|
+
select?: Prisma.DocumentSelectCreateManyAndReturn<ExtArgs> | null;
|
|
3148
|
+
/**
|
|
3149
|
+
* Omit specific fields from the Document
|
|
3150
|
+
*/
|
|
3151
|
+
omit?: Prisma.DocumentOmit<ExtArgs> | null;
|
|
3152
|
+
/**
|
|
3153
|
+
* The data used to create many Documents.
|
|
3154
|
+
*/
|
|
3155
|
+
data: Prisma.DocumentCreateManyInput | Prisma.DocumentCreateManyInput[];
|
|
3156
|
+
skipDuplicates?: boolean;
|
|
3157
|
+
/**
|
|
3158
|
+
* Choose, which related nodes to fetch as well
|
|
3159
|
+
*/
|
|
3160
|
+
include?: Prisma.DocumentIncludeCreateManyAndReturn<ExtArgs> | null;
|
|
3161
|
+
};
|
|
3162
|
+
/**
|
|
3163
|
+
* Document update
|
|
3164
|
+
*/
|
|
3165
|
+
export type DocumentUpdateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3166
|
+
/**
|
|
3167
|
+
* Select specific fields to fetch from the Document
|
|
3168
|
+
*/
|
|
3169
|
+
select?: Prisma.DocumentSelect<ExtArgs> | null;
|
|
3170
|
+
/**
|
|
3171
|
+
* Omit specific fields from the Document
|
|
3172
|
+
*/
|
|
3173
|
+
omit?: Prisma.DocumentOmit<ExtArgs> | null;
|
|
3174
|
+
/**
|
|
3175
|
+
* Choose, which related nodes to fetch as well
|
|
3176
|
+
*/
|
|
3177
|
+
include?: Prisma.DocumentInclude<ExtArgs> | null;
|
|
3178
|
+
/**
|
|
3179
|
+
* The data needed to update a Document.
|
|
3180
|
+
*/
|
|
3181
|
+
data: Prisma.XOR<Prisma.DocumentUpdateInput, Prisma.DocumentUncheckedUpdateInput>;
|
|
3182
|
+
/**
|
|
3183
|
+
* Choose, which Document to update.
|
|
3184
|
+
*/
|
|
3185
|
+
where: Prisma.DocumentWhereUniqueInput;
|
|
3186
|
+
relationLoadStrategy?: Prisma.RelationLoadStrategy;
|
|
3187
|
+
};
|
|
3188
|
+
/**
|
|
3189
|
+
* Document updateMany
|
|
3190
|
+
*/
|
|
3191
|
+
export type DocumentUpdateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3192
|
+
/**
|
|
3193
|
+
* The data used to update Documents.
|
|
3194
|
+
*/
|
|
3195
|
+
data: Prisma.XOR<Prisma.DocumentUpdateManyMutationInput, Prisma.DocumentUncheckedUpdateManyInput>;
|
|
3196
|
+
/**
|
|
3197
|
+
* Filter which Documents to update
|
|
3198
|
+
*/
|
|
3199
|
+
where?: Prisma.DocumentWhereInput;
|
|
3200
|
+
/**
|
|
3201
|
+
* Limit how many Documents to update.
|
|
3202
|
+
*/
|
|
3203
|
+
limit?: number;
|
|
3204
|
+
};
|
|
3205
|
+
/**
|
|
3206
|
+
* Document updateManyAndReturn
|
|
3207
|
+
*/
|
|
3208
|
+
export type DocumentUpdateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3209
|
+
/**
|
|
3210
|
+
* Select specific fields to fetch from the Document
|
|
3211
|
+
*/
|
|
3212
|
+
select?: Prisma.DocumentSelectUpdateManyAndReturn<ExtArgs> | null;
|
|
3213
|
+
/**
|
|
3214
|
+
* Omit specific fields from the Document
|
|
3215
|
+
*/
|
|
3216
|
+
omit?: Prisma.DocumentOmit<ExtArgs> | null;
|
|
3217
|
+
/**
|
|
3218
|
+
* The data used to update Documents.
|
|
3219
|
+
*/
|
|
3220
|
+
data: Prisma.XOR<Prisma.DocumentUpdateManyMutationInput, Prisma.DocumentUncheckedUpdateManyInput>;
|
|
3221
|
+
/**
|
|
3222
|
+
* Filter which Documents to update
|
|
3223
|
+
*/
|
|
3224
|
+
where?: Prisma.DocumentWhereInput;
|
|
3225
|
+
/**
|
|
3226
|
+
* Limit how many Documents to update.
|
|
3227
|
+
*/
|
|
3228
|
+
limit?: number;
|
|
3229
|
+
/**
|
|
3230
|
+
* Choose, which related nodes to fetch as well
|
|
3231
|
+
*/
|
|
3232
|
+
include?: Prisma.DocumentIncludeUpdateManyAndReturn<ExtArgs> | null;
|
|
3233
|
+
};
|
|
3234
|
+
/**
|
|
3235
|
+
* Document upsert
|
|
3236
|
+
*/
|
|
3237
|
+
export type DocumentUpsertArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3238
|
+
/**
|
|
3239
|
+
* Select specific fields to fetch from the Document
|
|
3240
|
+
*/
|
|
3241
|
+
select?: Prisma.DocumentSelect<ExtArgs> | null;
|
|
3242
|
+
/**
|
|
3243
|
+
* Omit specific fields from the Document
|
|
3244
|
+
*/
|
|
3245
|
+
omit?: Prisma.DocumentOmit<ExtArgs> | null;
|
|
3246
|
+
/**
|
|
3247
|
+
* Choose, which related nodes to fetch as well
|
|
3248
|
+
*/
|
|
3249
|
+
include?: Prisma.DocumentInclude<ExtArgs> | null;
|
|
3250
|
+
/**
|
|
3251
|
+
* The filter to search for the Document to update in case it exists.
|
|
3252
|
+
*/
|
|
3253
|
+
where: Prisma.DocumentWhereUniqueInput;
|
|
3254
|
+
/**
|
|
3255
|
+
* In case the Document found by the `where` argument doesn't exist, create a new Document with this data.
|
|
3256
|
+
*/
|
|
3257
|
+
create: Prisma.XOR<Prisma.DocumentCreateInput, Prisma.DocumentUncheckedCreateInput>;
|
|
3258
|
+
/**
|
|
3259
|
+
* In case the Document was found with the provided `where` argument, update it with this data.
|
|
3260
|
+
*/
|
|
3261
|
+
update: Prisma.XOR<Prisma.DocumentUpdateInput, Prisma.DocumentUncheckedUpdateInput>;
|
|
3262
|
+
relationLoadStrategy?: Prisma.RelationLoadStrategy;
|
|
3263
|
+
};
|
|
3264
|
+
/**
|
|
3265
|
+
* Document delete
|
|
3266
|
+
*/
|
|
3267
|
+
export type DocumentDeleteArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3268
|
+
/**
|
|
3269
|
+
* Select specific fields to fetch from the Document
|
|
3270
|
+
*/
|
|
3271
|
+
select?: Prisma.DocumentSelect<ExtArgs> | null;
|
|
3272
|
+
/**
|
|
3273
|
+
* Omit specific fields from the Document
|
|
3274
|
+
*/
|
|
3275
|
+
omit?: Prisma.DocumentOmit<ExtArgs> | null;
|
|
3276
|
+
/**
|
|
3277
|
+
* Choose, which related nodes to fetch as well
|
|
3278
|
+
*/
|
|
3279
|
+
include?: Prisma.DocumentInclude<ExtArgs> | null;
|
|
3280
|
+
/**
|
|
3281
|
+
* Filter which Document to delete.
|
|
3282
|
+
*/
|
|
3283
|
+
where: Prisma.DocumentWhereUniqueInput;
|
|
3284
|
+
relationLoadStrategy?: Prisma.RelationLoadStrategy;
|
|
3285
|
+
};
|
|
3286
|
+
/**
|
|
3287
|
+
* Document deleteMany
|
|
3288
|
+
*/
|
|
3289
|
+
export type DocumentDeleteManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3290
|
+
/**
|
|
3291
|
+
* Filter which Documents to delete
|
|
3292
|
+
*/
|
|
3293
|
+
where?: Prisma.DocumentWhereInput;
|
|
3294
|
+
/**
|
|
3295
|
+
* Limit how many Documents to delete.
|
|
3296
|
+
*/
|
|
3297
|
+
limit?: number;
|
|
3298
|
+
};
|
|
3299
|
+
/**
|
|
3300
|
+
* Document.folder
|
|
3301
|
+
*/
|
|
3302
|
+
export type Document$folderArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3303
|
+
/**
|
|
3304
|
+
* Select specific fields to fetch from the Folder
|
|
3305
|
+
*/
|
|
3306
|
+
select?: Prisma.FolderSelect<ExtArgs> | null;
|
|
3307
|
+
/**
|
|
3308
|
+
* Omit specific fields from the Folder
|
|
3309
|
+
*/
|
|
3310
|
+
omit?: Prisma.FolderOmit<ExtArgs> | null;
|
|
3311
|
+
/**
|
|
3312
|
+
* Choose, which related nodes to fetch as well
|
|
3313
|
+
*/
|
|
3314
|
+
include?: Prisma.FolderInclude<ExtArgs> | null;
|
|
3315
|
+
where?: Prisma.FolderWhereInput;
|
|
3316
|
+
};
|
|
3317
|
+
/**
|
|
3318
|
+
* Document.versions
|
|
3319
|
+
*/
|
|
3320
|
+
export type Document$versionsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3321
|
+
/**
|
|
3322
|
+
* Select specific fields to fetch from the Version
|
|
3323
|
+
*/
|
|
3324
|
+
select?: Prisma.VersionSelect<ExtArgs> | null;
|
|
3325
|
+
/**
|
|
3326
|
+
* Omit specific fields from the Version
|
|
3327
|
+
*/
|
|
3328
|
+
omit?: Prisma.VersionOmit<ExtArgs> | null;
|
|
3329
|
+
/**
|
|
3330
|
+
* Choose, which related nodes to fetch as well
|
|
3331
|
+
*/
|
|
3332
|
+
include?: Prisma.VersionInclude<ExtArgs> | null;
|
|
3333
|
+
where?: Prisma.VersionWhereInput;
|
|
3334
|
+
orderBy?: Prisma.VersionOrderByWithRelationInput | Prisma.VersionOrderByWithRelationInput[];
|
|
3335
|
+
cursor?: Prisma.VersionWhereUniqueInput;
|
|
3336
|
+
take?: number;
|
|
3337
|
+
skip?: number;
|
|
3338
|
+
distinct?: Prisma.VersionScalarFieldEnum | Prisma.VersionScalarFieldEnum[];
|
|
3339
|
+
};
|
|
3340
|
+
/**
|
|
3341
|
+
* Document.mediaUsages
|
|
3342
|
+
*/
|
|
3343
|
+
export type Document$mediaUsagesArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3344
|
+
/**
|
|
3345
|
+
* Select specific fields to fetch from the MediaUsage
|
|
3346
|
+
*/
|
|
3347
|
+
select?: Prisma.MediaUsageSelect<ExtArgs> | null;
|
|
3348
|
+
/**
|
|
3349
|
+
* Omit specific fields from the MediaUsage
|
|
3350
|
+
*/
|
|
3351
|
+
omit?: Prisma.MediaUsageOmit<ExtArgs> | null;
|
|
3352
|
+
/**
|
|
3353
|
+
* Choose, which related nodes to fetch as well
|
|
3354
|
+
*/
|
|
3355
|
+
include?: Prisma.MediaUsageInclude<ExtArgs> | null;
|
|
3356
|
+
where?: Prisma.MediaUsageWhereInput;
|
|
3357
|
+
orderBy?: Prisma.MediaUsageOrderByWithRelationInput | Prisma.MediaUsageOrderByWithRelationInput[];
|
|
3358
|
+
cursor?: Prisma.MediaUsageWhereUniqueInput;
|
|
3359
|
+
take?: number;
|
|
3360
|
+
skip?: number;
|
|
3361
|
+
distinct?: Prisma.MediaUsageScalarFieldEnum | Prisma.MediaUsageScalarFieldEnum[];
|
|
3362
|
+
};
|
|
3363
|
+
/**
|
|
3364
|
+
* Document.contentLocks
|
|
3365
|
+
*/
|
|
3366
|
+
export type Document$contentLocksArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3367
|
+
/**
|
|
3368
|
+
* Select specific fields to fetch from the ContentLock
|
|
3369
|
+
*/
|
|
3370
|
+
select?: Prisma.ContentLockSelect<ExtArgs> | null;
|
|
3371
|
+
/**
|
|
3372
|
+
* Omit specific fields from the ContentLock
|
|
3373
|
+
*/
|
|
3374
|
+
omit?: Prisma.ContentLockOmit<ExtArgs> | null;
|
|
3375
|
+
/**
|
|
3376
|
+
* Choose, which related nodes to fetch as well
|
|
3377
|
+
*/
|
|
3378
|
+
include?: Prisma.ContentLockInclude<ExtArgs> | null;
|
|
3379
|
+
where?: Prisma.ContentLockWhereInput;
|
|
3380
|
+
orderBy?: Prisma.ContentLockOrderByWithRelationInput | Prisma.ContentLockOrderByWithRelationInput[];
|
|
3381
|
+
cursor?: Prisma.ContentLockWhereUniqueInput;
|
|
3382
|
+
take?: number;
|
|
3383
|
+
skip?: number;
|
|
3384
|
+
distinct?: Prisma.ContentLockScalarFieldEnum | Prisma.ContentLockScalarFieldEnum[];
|
|
3385
|
+
};
|
|
3386
|
+
/**
|
|
3387
|
+
* Document.contentIssues
|
|
3388
|
+
*/
|
|
3389
|
+
export type Document$contentIssuesArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3390
|
+
/**
|
|
3391
|
+
* Select specific fields to fetch from the ContentIssue
|
|
3392
|
+
*/
|
|
3393
|
+
select?: Prisma.ContentIssueSelect<ExtArgs> | null;
|
|
3394
|
+
/**
|
|
3395
|
+
* Omit specific fields from the ContentIssue
|
|
3396
|
+
*/
|
|
3397
|
+
omit?: Prisma.ContentIssueOmit<ExtArgs> | null;
|
|
3398
|
+
/**
|
|
3399
|
+
* Choose, which related nodes to fetch as well
|
|
3400
|
+
*/
|
|
3401
|
+
include?: Prisma.ContentIssueInclude<ExtArgs> | null;
|
|
3402
|
+
where?: Prisma.ContentIssueWhereInput;
|
|
3403
|
+
orderBy?: Prisma.ContentIssueOrderByWithRelationInput | Prisma.ContentIssueOrderByWithRelationInput[];
|
|
3404
|
+
cursor?: Prisma.ContentIssueWhereUniqueInput;
|
|
3405
|
+
take?: number;
|
|
3406
|
+
skip?: number;
|
|
3407
|
+
distinct?: Prisma.ContentIssueScalarFieldEnum | Prisma.ContentIssueScalarFieldEnum[];
|
|
3408
|
+
};
|
|
3409
|
+
/**
|
|
3410
|
+
* Document.workflowState
|
|
3411
|
+
*/
|
|
3412
|
+
export type Document$workflowStateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3413
|
+
/**
|
|
3414
|
+
* Select specific fields to fetch from the WorkflowState
|
|
3415
|
+
*/
|
|
3416
|
+
select?: Prisma.WorkflowStateSelect<ExtArgs> | null;
|
|
3417
|
+
/**
|
|
3418
|
+
* Omit specific fields from the WorkflowState
|
|
3419
|
+
*/
|
|
3420
|
+
omit?: Prisma.WorkflowStateOmit<ExtArgs> | null;
|
|
3421
|
+
/**
|
|
3422
|
+
* Choose, which related nodes to fetch as well
|
|
3423
|
+
*/
|
|
3424
|
+
include?: Prisma.WorkflowStateInclude<ExtArgs> | null;
|
|
3425
|
+
where?: Prisma.WorkflowStateWhereInput;
|
|
3426
|
+
};
|
|
3427
|
+
/**
|
|
3428
|
+
* Document without action
|
|
3429
|
+
*/
|
|
3430
|
+
export type DocumentDefaultArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3431
|
+
/**
|
|
3432
|
+
* Select specific fields to fetch from the Document
|
|
3433
|
+
*/
|
|
3434
|
+
select?: Prisma.DocumentSelect<ExtArgs> | null;
|
|
3435
|
+
/**
|
|
3436
|
+
* Omit specific fields from the Document
|
|
3437
|
+
*/
|
|
3438
|
+
omit?: Prisma.DocumentOmit<ExtArgs> | null;
|
|
3439
|
+
/**
|
|
3440
|
+
* Choose, which related nodes to fetch as well
|
|
3441
|
+
*/
|
|
3442
|
+
include?: Prisma.DocumentInclude<ExtArgs> | null;
|
|
3443
|
+
};
|