@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,1705 @@
|
|
|
1
|
+
import type * as runtime from "@prisma/client/runtime/client";
|
|
2
|
+
import type * as Prisma from "../internal/prismaNamespace.js";
|
|
3
|
+
/**
|
|
4
|
+
* Model FormDeliveryAttempt
|
|
5
|
+
* Per-submission notify/webhook/email delivery attempts (#675).
|
|
6
|
+
* Fail-open: the lead is always persisted; this table tracks best-effort fan-out.
|
|
7
|
+
*/
|
|
8
|
+
export type FormDeliveryAttemptModel = runtime.Types.Result.DefaultSelection<Prisma.$FormDeliveryAttemptPayload>;
|
|
9
|
+
export type AggregateFormDeliveryAttempt = {
|
|
10
|
+
_count: FormDeliveryAttemptCountAggregateOutputType | null;
|
|
11
|
+
_avg: FormDeliveryAttemptAvgAggregateOutputType | null;
|
|
12
|
+
_sum: FormDeliveryAttemptSumAggregateOutputType | null;
|
|
13
|
+
_min: FormDeliveryAttemptMinAggregateOutputType | null;
|
|
14
|
+
_max: FormDeliveryAttemptMaxAggregateOutputType | null;
|
|
15
|
+
};
|
|
16
|
+
export type FormDeliveryAttemptAvgAggregateOutputType = {
|
|
17
|
+
attempts: number | null;
|
|
18
|
+
maxAttempts: number | null;
|
|
19
|
+
responseStatus: number | null;
|
|
20
|
+
};
|
|
21
|
+
export type FormDeliveryAttemptSumAggregateOutputType = {
|
|
22
|
+
attempts: number | null;
|
|
23
|
+
maxAttempts: number | null;
|
|
24
|
+
responseStatus: number | null;
|
|
25
|
+
};
|
|
26
|
+
export type FormDeliveryAttemptMinAggregateOutputType = {
|
|
27
|
+
id: string | null;
|
|
28
|
+
submissionId: string | null;
|
|
29
|
+
formId: string | null;
|
|
30
|
+
channel: string | null;
|
|
31
|
+
destination: string | null;
|
|
32
|
+
webhookId: string | null;
|
|
33
|
+
status: string | null;
|
|
34
|
+
attempts: number | null;
|
|
35
|
+
maxAttempts: number | null;
|
|
36
|
+
lastAttemptAt: Date | null;
|
|
37
|
+
nextRetryAt: Date | null;
|
|
38
|
+
error: string | null;
|
|
39
|
+
responseStatus: number | null;
|
|
40
|
+
skippedReason: string | null;
|
|
41
|
+
alertedAt: Date | null;
|
|
42
|
+
createdAt: Date | null;
|
|
43
|
+
updatedAt: Date | null;
|
|
44
|
+
};
|
|
45
|
+
export type FormDeliveryAttemptMaxAggregateOutputType = {
|
|
46
|
+
id: string | null;
|
|
47
|
+
submissionId: string | null;
|
|
48
|
+
formId: string | null;
|
|
49
|
+
channel: string | null;
|
|
50
|
+
destination: string | null;
|
|
51
|
+
webhookId: string | null;
|
|
52
|
+
status: string | null;
|
|
53
|
+
attempts: number | null;
|
|
54
|
+
maxAttempts: number | null;
|
|
55
|
+
lastAttemptAt: Date | null;
|
|
56
|
+
nextRetryAt: Date | null;
|
|
57
|
+
error: string | null;
|
|
58
|
+
responseStatus: number | null;
|
|
59
|
+
skippedReason: string | null;
|
|
60
|
+
alertedAt: Date | null;
|
|
61
|
+
createdAt: Date | null;
|
|
62
|
+
updatedAt: Date | null;
|
|
63
|
+
};
|
|
64
|
+
export type FormDeliveryAttemptCountAggregateOutputType = {
|
|
65
|
+
id: number;
|
|
66
|
+
submissionId: number;
|
|
67
|
+
formId: number;
|
|
68
|
+
channel: number;
|
|
69
|
+
destination: number;
|
|
70
|
+
webhookId: number;
|
|
71
|
+
status: number;
|
|
72
|
+
attempts: number;
|
|
73
|
+
maxAttempts: number;
|
|
74
|
+
lastAttemptAt: number;
|
|
75
|
+
nextRetryAt: number;
|
|
76
|
+
error: number;
|
|
77
|
+
responseStatus: number;
|
|
78
|
+
skippedReason: number;
|
|
79
|
+
payload: number;
|
|
80
|
+
alertedAt: number;
|
|
81
|
+
createdAt: number;
|
|
82
|
+
updatedAt: number;
|
|
83
|
+
_all: number;
|
|
84
|
+
};
|
|
85
|
+
export type FormDeliveryAttemptAvgAggregateInputType = {
|
|
86
|
+
attempts?: true;
|
|
87
|
+
maxAttempts?: true;
|
|
88
|
+
responseStatus?: true;
|
|
89
|
+
};
|
|
90
|
+
export type FormDeliveryAttemptSumAggregateInputType = {
|
|
91
|
+
attempts?: true;
|
|
92
|
+
maxAttempts?: true;
|
|
93
|
+
responseStatus?: true;
|
|
94
|
+
};
|
|
95
|
+
export type FormDeliveryAttemptMinAggregateInputType = {
|
|
96
|
+
id?: true;
|
|
97
|
+
submissionId?: true;
|
|
98
|
+
formId?: true;
|
|
99
|
+
channel?: true;
|
|
100
|
+
destination?: true;
|
|
101
|
+
webhookId?: true;
|
|
102
|
+
status?: true;
|
|
103
|
+
attempts?: true;
|
|
104
|
+
maxAttempts?: true;
|
|
105
|
+
lastAttemptAt?: true;
|
|
106
|
+
nextRetryAt?: true;
|
|
107
|
+
error?: true;
|
|
108
|
+
responseStatus?: true;
|
|
109
|
+
skippedReason?: true;
|
|
110
|
+
alertedAt?: true;
|
|
111
|
+
createdAt?: true;
|
|
112
|
+
updatedAt?: true;
|
|
113
|
+
};
|
|
114
|
+
export type FormDeliveryAttemptMaxAggregateInputType = {
|
|
115
|
+
id?: true;
|
|
116
|
+
submissionId?: true;
|
|
117
|
+
formId?: true;
|
|
118
|
+
channel?: true;
|
|
119
|
+
destination?: true;
|
|
120
|
+
webhookId?: true;
|
|
121
|
+
status?: true;
|
|
122
|
+
attempts?: true;
|
|
123
|
+
maxAttempts?: true;
|
|
124
|
+
lastAttemptAt?: true;
|
|
125
|
+
nextRetryAt?: true;
|
|
126
|
+
error?: true;
|
|
127
|
+
responseStatus?: true;
|
|
128
|
+
skippedReason?: true;
|
|
129
|
+
alertedAt?: true;
|
|
130
|
+
createdAt?: true;
|
|
131
|
+
updatedAt?: true;
|
|
132
|
+
};
|
|
133
|
+
export type FormDeliveryAttemptCountAggregateInputType = {
|
|
134
|
+
id?: true;
|
|
135
|
+
submissionId?: true;
|
|
136
|
+
formId?: true;
|
|
137
|
+
channel?: true;
|
|
138
|
+
destination?: true;
|
|
139
|
+
webhookId?: true;
|
|
140
|
+
status?: true;
|
|
141
|
+
attempts?: true;
|
|
142
|
+
maxAttempts?: true;
|
|
143
|
+
lastAttemptAt?: true;
|
|
144
|
+
nextRetryAt?: true;
|
|
145
|
+
error?: true;
|
|
146
|
+
responseStatus?: true;
|
|
147
|
+
skippedReason?: true;
|
|
148
|
+
payload?: true;
|
|
149
|
+
alertedAt?: true;
|
|
150
|
+
createdAt?: true;
|
|
151
|
+
updatedAt?: true;
|
|
152
|
+
_all?: true;
|
|
153
|
+
};
|
|
154
|
+
export type FormDeliveryAttemptAggregateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
155
|
+
/**
|
|
156
|
+
* Filter which FormDeliveryAttempt to aggregate.
|
|
157
|
+
*/
|
|
158
|
+
where?: Prisma.FormDeliveryAttemptWhereInput;
|
|
159
|
+
/**
|
|
160
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
161
|
+
*
|
|
162
|
+
* Determine the order of FormDeliveryAttempts to fetch.
|
|
163
|
+
*/
|
|
164
|
+
orderBy?: Prisma.FormDeliveryAttemptOrderByWithRelationInput | Prisma.FormDeliveryAttemptOrderByWithRelationInput[];
|
|
165
|
+
/**
|
|
166
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
167
|
+
*
|
|
168
|
+
* Sets the start position
|
|
169
|
+
*/
|
|
170
|
+
cursor?: Prisma.FormDeliveryAttemptWhereUniqueInput;
|
|
171
|
+
/**
|
|
172
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
173
|
+
*
|
|
174
|
+
* Take `±n` FormDeliveryAttempts from the position of the cursor.
|
|
175
|
+
*/
|
|
176
|
+
take?: number;
|
|
177
|
+
/**
|
|
178
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
179
|
+
*
|
|
180
|
+
* Skip the first `n` FormDeliveryAttempts.
|
|
181
|
+
*/
|
|
182
|
+
skip?: number;
|
|
183
|
+
/**
|
|
184
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
185
|
+
*
|
|
186
|
+
* Count returned FormDeliveryAttempts
|
|
187
|
+
**/
|
|
188
|
+
_count?: true | FormDeliveryAttemptCountAggregateInputType;
|
|
189
|
+
/**
|
|
190
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
191
|
+
*
|
|
192
|
+
* Select which fields to average
|
|
193
|
+
**/
|
|
194
|
+
_avg?: FormDeliveryAttemptAvgAggregateInputType;
|
|
195
|
+
/**
|
|
196
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
197
|
+
*
|
|
198
|
+
* Select which fields to sum
|
|
199
|
+
**/
|
|
200
|
+
_sum?: FormDeliveryAttemptSumAggregateInputType;
|
|
201
|
+
/**
|
|
202
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
203
|
+
*
|
|
204
|
+
* Select which fields to find the minimum value
|
|
205
|
+
**/
|
|
206
|
+
_min?: FormDeliveryAttemptMinAggregateInputType;
|
|
207
|
+
/**
|
|
208
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
209
|
+
*
|
|
210
|
+
* Select which fields to find the maximum value
|
|
211
|
+
**/
|
|
212
|
+
_max?: FormDeliveryAttemptMaxAggregateInputType;
|
|
213
|
+
};
|
|
214
|
+
export type GetFormDeliveryAttemptAggregateType<T extends FormDeliveryAttemptAggregateArgs> = {
|
|
215
|
+
[P in keyof T & keyof AggregateFormDeliveryAttempt]: P extends '_count' | 'count' ? T[P] extends true ? number : Prisma.GetScalarType<T[P], AggregateFormDeliveryAttempt[P]> : Prisma.GetScalarType<T[P], AggregateFormDeliveryAttempt[P]>;
|
|
216
|
+
};
|
|
217
|
+
export type FormDeliveryAttemptGroupByArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
218
|
+
where?: Prisma.FormDeliveryAttemptWhereInput;
|
|
219
|
+
orderBy?: Prisma.FormDeliveryAttemptOrderByWithAggregationInput | Prisma.FormDeliveryAttemptOrderByWithAggregationInput[];
|
|
220
|
+
by: Prisma.FormDeliveryAttemptScalarFieldEnum[] | Prisma.FormDeliveryAttemptScalarFieldEnum;
|
|
221
|
+
having?: Prisma.FormDeliveryAttemptScalarWhereWithAggregatesInput;
|
|
222
|
+
take?: number;
|
|
223
|
+
skip?: number;
|
|
224
|
+
_count?: FormDeliveryAttemptCountAggregateInputType | true;
|
|
225
|
+
_avg?: FormDeliveryAttemptAvgAggregateInputType;
|
|
226
|
+
_sum?: FormDeliveryAttemptSumAggregateInputType;
|
|
227
|
+
_min?: FormDeliveryAttemptMinAggregateInputType;
|
|
228
|
+
_max?: FormDeliveryAttemptMaxAggregateInputType;
|
|
229
|
+
};
|
|
230
|
+
export type FormDeliveryAttemptGroupByOutputType = {
|
|
231
|
+
id: string;
|
|
232
|
+
submissionId: string;
|
|
233
|
+
formId: string;
|
|
234
|
+
channel: string;
|
|
235
|
+
destination: string;
|
|
236
|
+
webhookId: string | null;
|
|
237
|
+
status: string;
|
|
238
|
+
attempts: number;
|
|
239
|
+
maxAttempts: number;
|
|
240
|
+
lastAttemptAt: Date | null;
|
|
241
|
+
nextRetryAt: Date | null;
|
|
242
|
+
error: string | null;
|
|
243
|
+
responseStatus: number | null;
|
|
244
|
+
skippedReason: string | null;
|
|
245
|
+
payload: runtime.JsonValue | null;
|
|
246
|
+
alertedAt: Date | null;
|
|
247
|
+
createdAt: Date;
|
|
248
|
+
updatedAt: Date;
|
|
249
|
+
_count: FormDeliveryAttemptCountAggregateOutputType | null;
|
|
250
|
+
_avg: FormDeliveryAttemptAvgAggregateOutputType | null;
|
|
251
|
+
_sum: FormDeliveryAttemptSumAggregateOutputType | null;
|
|
252
|
+
_min: FormDeliveryAttemptMinAggregateOutputType | null;
|
|
253
|
+
_max: FormDeliveryAttemptMaxAggregateOutputType | null;
|
|
254
|
+
};
|
|
255
|
+
export type GetFormDeliveryAttemptGroupByPayload<T extends FormDeliveryAttemptGroupByArgs> = Prisma.PrismaPromise<Array<Prisma.PickEnumerable<FormDeliveryAttemptGroupByOutputType, T['by']> & {
|
|
256
|
+
[P in ((keyof T) & (keyof FormDeliveryAttemptGroupByOutputType))]: P extends '_count' ? T[P] extends boolean ? number : Prisma.GetScalarType<T[P], FormDeliveryAttemptGroupByOutputType[P]> : Prisma.GetScalarType<T[P], FormDeliveryAttemptGroupByOutputType[P]>;
|
|
257
|
+
}>>;
|
|
258
|
+
export type FormDeliveryAttemptWhereInput = {
|
|
259
|
+
AND?: Prisma.FormDeliveryAttemptWhereInput | Prisma.FormDeliveryAttemptWhereInput[];
|
|
260
|
+
OR?: Prisma.FormDeliveryAttemptWhereInput[];
|
|
261
|
+
NOT?: Prisma.FormDeliveryAttemptWhereInput | Prisma.FormDeliveryAttemptWhereInput[];
|
|
262
|
+
id?: Prisma.StringFilter<"FormDeliveryAttempt"> | string;
|
|
263
|
+
submissionId?: Prisma.StringFilter<"FormDeliveryAttempt"> | string;
|
|
264
|
+
formId?: Prisma.StringFilter<"FormDeliveryAttempt"> | string;
|
|
265
|
+
channel?: Prisma.StringFilter<"FormDeliveryAttempt"> | string;
|
|
266
|
+
destination?: Prisma.StringFilter<"FormDeliveryAttempt"> | string;
|
|
267
|
+
webhookId?: Prisma.StringNullableFilter<"FormDeliveryAttempt"> | string | null;
|
|
268
|
+
status?: Prisma.StringFilter<"FormDeliveryAttempt"> | string;
|
|
269
|
+
attempts?: Prisma.IntFilter<"FormDeliveryAttempt"> | number;
|
|
270
|
+
maxAttempts?: Prisma.IntFilter<"FormDeliveryAttempt"> | number;
|
|
271
|
+
lastAttemptAt?: Prisma.DateTimeNullableFilter<"FormDeliveryAttempt"> | Date | string | null;
|
|
272
|
+
nextRetryAt?: Prisma.DateTimeNullableFilter<"FormDeliveryAttempt"> | Date | string | null;
|
|
273
|
+
error?: Prisma.StringNullableFilter<"FormDeliveryAttempt"> | string | null;
|
|
274
|
+
responseStatus?: Prisma.IntNullableFilter<"FormDeliveryAttempt"> | number | null;
|
|
275
|
+
skippedReason?: Prisma.StringNullableFilter<"FormDeliveryAttempt"> | string | null;
|
|
276
|
+
payload?: Prisma.JsonNullableFilter<"FormDeliveryAttempt">;
|
|
277
|
+
alertedAt?: Prisma.DateTimeNullableFilter<"FormDeliveryAttempt"> | Date | string | null;
|
|
278
|
+
createdAt?: Prisma.DateTimeFilter<"FormDeliveryAttempt"> | Date | string;
|
|
279
|
+
updatedAt?: Prisma.DateTimeFilter<"FormDeliveryAttempt"> | Date | string;
|
|
280
|
+
submission?: Prisma.XOR<Prisma.FormSubmissionScalarRelationFilter, Prisma.FormSubmissionWhereInput>;
|
|
281
|
+
};
|
|
282
|
+
export type FormDeliveryAttemptOrderByWithRelationInput = {
|
|
283
|
+
id?: Prisma.SortOrder;
|
|
284
|
+
submissionId?: Prisma.SortOrder;
|
|
285
|
+
formId?: Prisma.SortOrder;
|
|
286
|
+
channel?: Prisma.SortOrder;
|
|
287
|
+
destination?: Prisma.SortOrder;
|
|
288
|
+
webhookId?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
289
|
+
status?: Prisma.SortOrder;
|
|
290
|
+
attempts?: Prisma.SortOrder;
|
|
291
|
+
maxAttempts?: Prisma.SortOrder;
|
|
292
|
+
lastAttemptAt?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
293
|
+
nextRetryAt?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
294
|
+
error?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
295
|
+
responseStatus?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
296
|
+
skippedReason?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
297
|
+
payload?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
298
|
+
alertedAt?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
299
|
+
createdAt?: Prisma.SortOrder;
|
|
300
|
+
updatedAt?: Prisma.SortOrder;
|
|
301
|
+
submission?: Prisma.FormSubmissionOrderByWithRelationInput;
|
|
302
|
+
_relevance?: Prisma.FormDeliveryAttemptOrderByRelevanceInput;
|
|
303
|
+
};
|
|
304
|
+
export type FormDeliveryAttemptWhereUniqueInput = Prisma.AtLeast<{
|
|
305
|
+
id?: string;
|
|
306
|
+
AND?: Prisma.FormDeliveryAttemptWhereInput | Prisma.FormDeliveryAttemptWhereInput[];
|
|
307
|
+
OR?: Prisma.FormDeliveryAttemptWhereInput[];
|
|
308
|
+
NOT?: Prisma.FormDeliveryAttemptWhereInput | Prisma.FormDeliveryAttemptWhereInput[];
|
|
309
|
+
submissionId?: Prisma.StringFilter<"FormDeliveryAttempt"> | string;
|
|
310
|
+
formId?: Prisma.StringFilter<"FormDeliveryAttempt"> | string;
|
|
311
|
+
channel?: Prisma.StringFilter<"FormDeliveryAttempt"> | string;
|
|
312
|
+
destination?: Prisma.StringFilter<"FormDeliveryAttempt"> | string;
|
|
313
|
+
webhookId?: Prisma.StringNullableFilter<"FormDeliveryAttempt"> | string | null;
|
|
314
|
+
status?: Prisma.StringFilter<"FormDeliveryAttempt"> | string;
|
|
315
|
+
attempts?: Prisma.IntFilter<"FormDeliveryAttempt"> | number;
|
|
316
|
+
maxAttempts?: Prisma.IntFilter<"FormDeliveryAttempt"> | number;
|
|
317
|
+
lastAttemptAt?: Prisma.DateTimeNullableFilter<"FormDeliveryAttempt"> | Date | string | null;
|
|
318
|
+
nextRetryAt?: Prisma.DateTimeNullableFilter<"FormDeliveryAttempt"> | Date | string | null;
|
|
319
|
+
error?: Prisma.StringNullableFilter<"FormDeliveryAttempt"> | string | null;
|
|
320
|
+
responseStatus?: Prisma.IntNullableFilter<"FormDeliveryAttempt"> | number | null;
|
|
321
|
+
skippedReason?: Prisma.StringNullableFilter<"FormDeliveryAttempt"> | string | null;
|
|
322
|
+
payload?: Prisma.JsonNullableFilter<"FormDeliveryAttempt">;
|
|
323
|
+
alertedAt?: Prisma.DateTimeNullableFilter<"FormDeliveryAttempt"> | Date | string | null;
|
|
324
|
+
createdAt?: Prisma.DateTimeFilter<"FormDeliveryAttempt"> | Date | string;
|
|
325
|
+
updatedAt?: Prisma.DateTimeFilter<"FormDeliveryAttempt"> | Date | string;
|
|
326
|
+
submission?: Prisma.XOR<Prisma.FormSubmissionScalarRelationFilter, Prisma.FormSubmissionWhereInput>;
|
|
327
|
+
}, "id">;
|
|
328
|
+
export type FormDeliveryAttemptOrderByWithAggregationInput = {
|
|
329
|
+
id?: Prisma.SortOrder;
|
|
330
|
+
submissionId?: Prisma.SortOrder;
|
|
331
|
+
formId?: Prisma.SortOrder;
|
|
332
|
+
channel?: Prisma.SortOrder;
|
|
333
|
+
destination?: Prisma.SortOrder;
|
|
334
|
+
webhookId?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
335
|
+
status?: Prisma.SortOrder;
|
|
336
|
+
attempts?: Prisma.SortOrder;
|
|
337
|
+
maxAttempts?: Prisma.SortOrder;
|
|
338
|
+
lastAttemptAt?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
339
|
+
nextRetryAt?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
340
|
+
error?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
341
|
+
responseStatus?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
342
|
+
skippedReason?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
343
|
+
payload?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
344
|
+
alertedAt?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
345
|
+
createdAt?: Prisma.SortOrder;
|
|
346
|
+
updatedAt?: Prisma.SortOrder;
|
|
347
|
+
_count?: Prisma.FormDeliveryAttemptCountOrderByAggregateInput;
|
|
348
|
+
_avg?: Prisma.FormDeliveryAttemptAvgOrderByAggregateInput;
|
|
349
|
+
_max?: Prisma.FormDeliveryAttemptMaxOrderByAggregateInput;
|
|
350
|
+
_min?: Prisma.FormDeliveryAttemptMinOrderByAggregateInput;
|
|
351
|
+
_sum?: Prisma.FormDeliveryAttemptSumOrderByAggregateInput;
|
|
352
|
+
};
|
|
353
|
+
export type FormDeliveryAttemptScalarWhereWithAggregatesInput = {
|
|
354
|
+
AND?: Prisma.FormDeliveryAttemptScalarWhereWithAggregatesInput | Prisma.FormDeliveryAttemptScalarWhereWithAggregatesInput[];
|
|
355
|
+
OR?: Prisma.FormDeliveryAttemptScalarWhereWithAggregatesInput[];
|
|
356
|
+
NOT?: Prisma.FormDeliveryAttemptScalarWhereWithAggregatesInput | Prisma.FormDeliveryAttemptScalarWhereWithAggregatesInput[];
|
|
357
|
+
id?: Prisma.StringWithAggregatesFilter<"FormDeliveryAttempt"> | string;
|
|
358
|
+
submissionId?: Prisma.StringWithAggregatesFilter<"FormDeliveryAttempt"> | string;
|
|
359
|
+
formId?: Prisma.StringWithAggregatesFilter<"FormDeliveryAttempt"> | string;
|
|
360
|
+
channel?: Prisma.StringWithAggregatesFilter<"FormDeliveryAttempt"> | string;
|
|
361
|
+
destination?: Prisma.StringWithAggregatesFilter<"FormDeliveryAttempt"> | string;
|
|
362
|
+
webhookId?: Prisma.StringNullableWithAggregatesFilter<"FormDeliveryAttempt"> | string | null;
|
|
363
|
+
status?: Prisma.StringWithAggregatesFilter<"FormDeliveryAttempt"> | string;
|
|
364
|
+
attempts?: Prisma.IntWithAggregatesFilter<"FormDeliveryAttempt"> | number;
|
|
365
|
+
maxAttempts?: Prisma.IntWithAggregatesFilter<"FormDeliveryAttempt"> | number;
|
|
366
|
+
lastAttemptAt?: Prisma.DateTimeNullableWithAggregatesFilter<"FormDeliveryAttempt"> | Date | string | null;
|
|
367
|
+
nextRetryAt?: Prisma.DateTimeNullableWithAggregatesFilter<"FormDeliveryAttempt"> | Date | string | null;
|
|
368
|
+
error?: Prisma.StringNullableWithAggregatesFilter<"FormDeliveryAttempt"> | string | null;
|
|
369
|
+
responseStatus?: Prisma.IntNullableWithAggregatesFilter<"FormDeliveryAttempt"> | number | null;
|
|
370
|
+
skippedReason?: Prisma.StringNullableWithAggregatesFilter<"FormDeliveryAttempt"> | string | null;
|
|
371
|
+
payload?: Prisma.JsonNullableWithAggregatesFilter<"FormDeliveryAttempt">;
|
|
372
|
+
alertedAt?: Prisma.DateTimeNullableWithAggregatesFilter<"FormDeliveryAttempt"> | Date | string | null;
|
|
373
|
+
createdAt?: Prisma.DateTimeWithAggregatesFilter<"FormDeliveryAttempt"> | Date | string;
|
|
374
|
+
updatedAt?: Prisma.DateTimeWithAggregatesFilter<"FormDeliveryAttempt"> | Date | string;
|
|
375
|
+
};
|
|
376
|
+
export type FormDeliveryAttemptCreateInput = {
|
|
377
|
+
id?: string;
|
|
378
|
+
formId: string;
|
|
379
|
+
channel: string;
|
|
380
|
+
destination: string;
|
|
381
|
+
webhookId?: string | null;
|
|
382
|
+
status?: string;
|
|
383
|
+
attempts?: number;
|
|
384
|
+
maxAttempts?: number;
|
|
385
|
+
lastAttemptAt?: Date | string | null;
|
|
386
|
+
nextRetryAt?: Date | string | null;
|
|
387
|
+
error?: string | null;
|
|
388
|
+
responseStatus?: number | null;
|
|
389
|
+
skippedReason?: string | null;
|
|
390
|
+
payload?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
391
|
+
alertedAt?: Date | string | null;
|
|
392
|
+
createdAt?: Date | string;
|
|
393
|
+
updatedAt?: Date | string;
|
|
394
|
+
submission: Prisma.FormSubmissionCreateNestedOneWithoutDeliveriesInput;
|
|
395
|
+
};
|
|
396
|
+
export type FormDeliveryAttemptUncheckedCreateInput = {
|
|
397
|
+
id?: string;
|
|
398
|
+
submissionId: string;
|
|
399
|
+
formId: string;
|
|
400
|
+
channel: string;
|
|
401
|
+
destination: string;
|
|
402
|
+
webhookId?: string | null;
|
|
403
|
+
status?: string;
|
|
404
|
+
attempts?: number;
|
|
405
|
+
maxAttempts?: number;
|
|
406
|
+
lastAttemptAt?: Date | string | null;
|
|
407
|
+
nextRetryAt?: Date | string | null;
|
|
408
|
+
error?: string | null;
|
|
409
|
+
responseStatus?: number | null;
|
|
410
|
+
skippedReason?: string | null;
|
|
411
|
+
payload?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
412
|
+
alertedAt?: Date | string | null;
|
|
413
|
+
createdAt?: Date | string;
|
|
414
|
+
updatedAt?: Date | string;
|
|
415
|
+
};
|
|
416
|
+
export type FormDeliveryAttemptUpdateInput = {
|
|
417
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
418
|
+
formId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
419
|
+
channel?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
420
|
+
destination?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
421
|
+
webhookId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
422
|
+
status?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
423
|
+
attempts?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
424
|
+
maxAttempts?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
425
|
+
lastAttemptAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
426
|
+
nextRetryAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
427
|
+
error?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
428
|
+
responseStatus?: Prisma.NullableIntFieldUpdateOperationsInput | number | null;
|
|
429
|
+
skippedReason?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
430
|
+
payload?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
431
|
+
alertedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
432
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
433
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
434
|
+
submission?: Prisma.FormSubmissionUpdateOneRequiredWithoutDeliveriesNestedInput;
|
|
435
|
+
};
|
|
436
|
+
export type FormDeliveryAttemptUncheckedUpdateInput = {
|
|
437
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
438
|
+
submissionId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
439
|
+
formId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
440
|
+
channel?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
441
|
+
destination?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
442
|
+
webhookId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
443
|
+
status?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
444
|
+
attempts?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
445
|
+
maxAttempts?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
446
|
+
lastAttemptAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
447
|
+
nextRetryAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
448
|
+
error?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
449
|
+
responseStatus?: Prisma.NullableIntFieldUpdateOperationsInput | number | null;
|
|
450
|
+
skippedReason?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
451
|
+
payload?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
452
|
+
alertedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
453
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
454
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
455
|
+
};
|
|
456
|
+
export type FormDeliveryAttemptCreateManyInput = {
|
|
457
|
+
id?: string;
|
|
458
|
+
submissionId: string;
|
|
459
|
+
formId: string;
|
|
460
|
+
channel: string;
|
|
461
|
+
destination: string;
|
|
462
|
+
webhookId?: string | null;
|
|
463
|
+
status?: string;
|
|
464
|
+
attempts?: number;
|
|
465
|
+
maxAttempts?: number;
|
|
466
|
+
lastAttemptAt?: Date | string | null;
|
|
467
|
+
nextRetryAt?: Date | string | null;
|
|
468
|
+
error?: string | null;
|
|
469
|
+
responseStatus?: number | null;
|
|
470
|
+
skippedReason?: string | null;
|
|
471
|
+
payload?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
472
|
+
alertedAt?: Date | string | null;
|
|
473
|
+
createdAt?: Date | string;
|
|
474
|
+
updatedAt?: Date | string;
|
|
475
|
+
};
|
|
476
|
+
export type FormDeliveryAttemptUpdateManyMutationInput = {
|
|
477
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
478
|
+
formId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
479
|
+
channel?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
480
|
+
destination?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
481
|
+
webhookId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
482
|
+
status?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
483
|
+
attempts?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
484
|
+
maxAttempts?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
485
|
+
lastAttemptAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
486
|
+
nextRetryAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
487
|
+
error?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
488
|
+
responseStatus?: Prisma.NullableIntFieldUpdateOperationsInput | number | null;
|
|
489
|
+
skippedReason?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
490
|
+
payload?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
491
|
+
alertedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
492
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
493
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
494
|
+
};
|
|
495
|
+
export type FormDeliveryAttemptUncheckedUpdateManyInput = {
|
|
496
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
497
|
+
submissionId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
498
|
+
formId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
499
|
+
channel?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
500
|
+
destination?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
501
|
+
webhookId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
502
|
+
status?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
503
|
+
attempts?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
504
|
+
maxAttempts?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
505
|
+
lastAttemptAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
506
|
+
nextRetryAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
507
|
+
error?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
508
|
+
responseStatus?: Prisma.NullableIntFieldUpdateOperationsInput | number | null;
|
|
509
|
+
skippedReason?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
510
|
+
payload?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
511
|
+
alertedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
512
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
513
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
514
|
+
};
|
|
515
|
+
export type FormDeliveryAttemptListRelationFilter = {
|
|
516
|
+
every?: Prisma.FormDeliveryAttemptWhereInput;
|
|
517
|
+
some?: Prisma.FormDeliveryAttemptWhereInput;
|
|
518
|
+
none?: Prisma.FormDeliveryAttemptWhereInput;
|
|
519
|
+
};
|
|
520
|
+
export type FormDeliveryAttemptOrderByRelationAggregateInput = {
|
|
521
|
+
_count?: Prisma.SortOrder;
|
|
522
|
+
};
|
|
523
|
+
export type FormDeliveryAttemptOrderByRelevanceInput = {
|
|
524
|
+
fields: Prisma.FormDeliveryAttemptOrderByRelevanceFieldEnum | Prisma.FormDeliveryAttemptOrderByRelevanceFieldEnum[];
|
|
525
|
+
sort: Prisma.SortOrder;
|
|
526
|
+
search: string;
|
|
527
|
+
};
|
|
528
|
+
export type FormDeliveryAttemptCountOrderByAggregateInput = {
|
|
529
|
+
id?: Prisma.SortOrder;
|
|
530
|
+
submissionId?: Prisma.SortOrder;
|
|
531
|
+
formId?: Prisma.SortOrder;
|
|
532
|
+
channel?: Prisma.SortOrder;
|
|
533
|
+
destination?: Prisma.SortOrder;
|
|
534
|
+
webhookId?: Prisma.SortOrder;
|
|
535
|
+
status?: Prisma.SortOrder;
|
|
536
|
+
attempts?: Prisma.SortOrder;
|
|
537
|
+
maxAttempts?: Prisma.SortOrder;
|
|
538
|
+
lastAttemptAt?: Prisma.SortOrder;
|
|
539
|
+
nextRetryAt?: Prisma.SortOrder;
|
|
540
|
+
error?: Prisma.SortOrder;
|
|
541
|
+
responseStatus?: Prisma.SortOrder;
|
|
542
|
+
skippedReason?: Prisma.SortOrder;
|
|
543
|
+
payload?: Prisma.SortOrder;
|
|
544
|
+
alertedAt?: Prisma.SortOrder;
|
|
545
|
+
createdAt?: Prisma.SortOrder;
|
|
546
|
+
updatedAt?: Prisma.SortOrder;
|
|
547
|
+
};
|
|
548
|
+
export type FormDeliveryAttemptAvgOrderByAggregateInput = {
|
|
549
|
+
attempts?: Prisma.SortOrder;
|
|
550
|
+
maxAttempts?: Prisma.SortOrder;
|
|
551
|
+
responseStatus?: Prisma.SortOrder;
|
|
552
|
+
};
|
|
553
|
+
export type FormDeliveryAttemptMaxOrderByAggregateInput = {
|
|
554
|
+
id?: Prisma.SortOrder;
|
|
555
|
+
submissionId?: Prisma.SortOrder;
|
|
556
|
+
formId?: Prisma.SortOrder;
|
|
557
|
+
channel?: Prisma.SortOrder;
|
|
558
|
+
destination?: Prisma.SortOrder;
|
|
559
|
+
webhookId?: Prisma.SortOrder;
|
|
560
|
+
status?: Prisma.SortOrder;
|
|
561
|
+
attempts?: Prisma.SortOrder;
|
|
562
|
+
maxAttempts?: Prisma.SortOrder;
|
|
563
|
+
lastAttemptAt?: Prisma.SortOrder;
|
|
564
|
+
nextRetryAt?: Prisma.SortOrder;
|
|
565
|
+
error?: Prisma.SortOrder;
|
|
566
|
+
responseStatus?: Prisma.SortOrder;
|
|
567
|
+
skippedReason?: Prisma.SortOrder;
|
|
568
|
+
alertedAt?: Prisma.SortOrder;
|
|
569
|
+
createdAt?: Prisma.SortOrder;
|
|
570
|
+
updatedAt?: Prisma.SortOrder;
|
|
571
|
+
};
|
|
572
|
+
export type FormDeliveryAttemptMinOrderByAggregateInput = {
|
|
573
|
+
id?: Prisma.SortOrder;
|
|
574
|
+
submissionId?: Prisma.SortOrder;
|
|
575
|
+
formId?: Prisma.SortOrder;
|
|
576
|
+
channel?: Prisma.SortOrder;
|
|
577
|
+
destination?: Prisma.SortOrder;
|
|
578
|
+
webhookId?: Prisma.SortOrder;
|
|
579
|
+
status?: Prisma.SortOrder;
|
|
580
|
+
attempts?: Prisma.SortOrder;
|
|
581
|
+
maxAttempts?: Prisma.SortOrder;
|
|
582
|
+
lastAttemptAt?: Prisma.SortOrder;
|
|
583
|
+
nextRetryAt?: Prisma.SortOrder;
|
|
584
|
+
error?: Prisma.SortOrder;
|
|
585
|
+
responseStatus?: Prisma.SortOrder;
|
|
586
|
+
skippedReason?: Prisma.SortOrder;
|
|
587
|
+
alertedAt?: Prisma.SortOrder;
|
|
588
|
+
createdAt?: Prisma.SortOrder;
|
|
589
|
+
updatedAt?: Prisma.SortOrder;
|
|
590
|
+
};
|
|
591
|
+
export type FormDeliveryAttemptSumOrderByAggregateInput = {
|
|
592
|
+
attempts?: Prisma.SortOrder;
|
|
593
|
+
maxAttempts?: Prisma.SortOrder;
|
|
594
|
+
responseStatus?: Prisma.SortOrder;
|
|
595
|
+
};
|
|
596
|
+
export type FormDeliveryAttemptCreateNestedManyWithoutSubmissionInput = {
|
|
597
|
+
create?: Prisma.XOR<Prisma.FormDeliveryAttemptCreateWithoutSubmissionInput, Prisma.FormDeliveryAttemptUncheckedCreateWithoutSubmissionInput> | Prisma.FormDeliveryAttemptCreateWithoutSubmissionInput[] | Prisma.FormDeliveryAttemptUncheckedCreateWithoutSubmissionInput[];
|
|
598
|
+
connectOrCreate?: Prisma.FormDeliveryAttemptCreateOrConnectWithoutSubmissionInput | Prisma.FormDeliveryAttemptCreateOrConnectWithoutSubmissionInput[];
|
|
599
|
+
createMany?: Prisma.FormDeliveryAttemptCreateManySubmissionInputEnvelope;
|
|
600
|
+
connect?: Prisma.FormDeliveryAttemptWhereUniqueInput | Prisma.FormDeliveryAttemptWhereUniqueInput[];
|
|
601
|
+
};
|
|
602
|
+
export type FormDeliveryAttemptUncheckedCreateNestedManyWithoutSubmissionInput = {
|
|
603
|
+
create?: Prisma.XOR<Prisma.FormDeliveryAttemptCreateWithoutSubmissionInput, Prisma.FormDeliveryAttemptUncheckedCreateWithoutSubmissionInput> | Prisma.FormDeliveryAttemptCreateWithoutSubmissionInput[] | Prisma.FormDeliveryAttemptUncheckedCreateWithoutSubmissionInput[];
|
|
604
|
+
connectOrCreate?: Prisma.FormDeliveryAttemptCreateOrConnectWithoutSubmissionInput | Prisma.FormDeliveryAttemptCreateOrConnectWithoutSubmissionInput[];
|
|
605
|
+
createMany?: Prisma.FormDeliveryAttemptCreateManySubmissionInputEnvelope;
|
|
606
|
+
connect?: Prisma.FormDeliveryAttemptWhereUniqueInput | Prisma.FormDeliveryAttemptWhereUniqueInput[];
|
|
607
|
+
};
|
|
608
|
+
export type FormDeliveryAttemptUpdateManyWithoutSubmissionNestedInput = {
|
|
609
|
+
create?: Prisma.XOR<Prisma.FormDeliveryAttemptCreateWithoutSubmissionInput, Prisma.FormDeliveryAttemptUncheckedCreateWithoutSubmissionInput> | Prisma.FormDeliveryAttemptCreateWithoutSubmissionInput[] | Prisma.FormDeliveryAttemptUncheckedCreateWithoutSubmissionInput[];
|
|
610
|
+
connectOrCreate?: Prisma.FormDeliveryAttemptCreateOrConnectWithoutSubmissionInput | Prisma.FormDeliveryAttemptCreateOrConnectWithoutSubmissionInput[];
|
|
611
|
+
upsert?: Prisma.FormDeliveryAttemptUpsertWithWhereUniqueWithoutSubmissionInput | Prisma.FormDeliveryAttemptUpsertWithWhereUniqueWithoutSubmissionInput[];
|
|
612
|
+
createMany?: Prisma.FormDeliveryAttemptCreateManySubmissionInputEnvelope;
|
|
613
|
+
set?: Prisma.FormDeliveryAttemptWhereUniqueInput | Prisma.FormDeliveryAttemptWhereUniqueInput[];
|
|
614
|
+
disconnect?: Prisma.FormDeliveryAttemptWhereUniqueInput | Prisma.FormDeliveryAttemptWhereUniqueInput[];
|
|
615
|
+
delete?: Prisma.FormDeliveryAttemptWhereUniqueInput | Prisma.FormDeliveryAttemptWhereUniqueInput[];
|
|
616
|
+
connect?: Prisma.FormDeliveryAttemptWhereUniqueInput | Prisma.FormDeliveryAttemptWhereUniqueInput[];
|
|
617
|
+
update?: Prisma.FormDeliveryAttemptUpdateWithWhereUniqueWithoutSubmissionInput | Prisma.FormDeliveryAttemptUpdateWithWhereUniqueWithoutSubmissionInput[];
|
|
618
|
+
updateMany?: Prisma.FormDeliveryAttemptUpdateManyWithWhereWithoutSubmissionInput | Prisma.FormDeliveryAttemptUpdateManyWithWhereWithoutSubmissionInput[];
|
|
619
|
+
deleteMany?: Prisma.FormDeliveryAttemptScalarWhereInput | Prisma.FormDeliveryAttemptScalarWhereInput[];
|
|
620
|
+
};
|
|
621
|
+
export type FormDeliveryAttemptUncheckedUpdateManyWithoutSubmissionNestedInput = {
|
|
622
|
+
create?: Prisma.XOR<Prisma.FormDeliveryAttemptCreateWithoutSubmissionInput, Prisma.FormDeliveryAttemptUncheckedCreateWithoutSubmissionInput> | Prisma.FormDeliveryAttemptCreateWithoutSubmissionInput[] | Prisma.FormDeliveryAttemptUncheckedCreateWithoutSubmissionInput[];
|
|
623
|
+
connectOrCreate?: Prisma.FormDeliveryAttemptCreateOrConnectWithoutSubmissionInput | Prisma.FormDeliveryAttemptCreateOrConnectWithoutSubmissionInput[];
|
|
624
|
+
upsert?: Prisma.FormDeliveryAttemptUpsertWithWhereUniqueWithoutSubmissionInput | Prisma.FormDeliveryAttemptUpsertWithWhereUniqueWithoutSubmissionInput[];
|
|
625
|
+
createMany?: Prisma.FormDeliveryAttemptCreateManySubmissionInputEnvelope;
|
|
626
|
+
set?: Prisma.FormDeliveryAttemptWhereUniqueInput | Prisma.FormDeliveryAttemptWhereUniqueInput[];
|
|
627
|
+
disconnect?: Prisma.FormDeliveryAttemptWhereUniqueInput | Prisma.FormDeliveryAttemptWhereUniqueInput[];
|
|
628
|
+
delete?: Prisma.FormDeliveryAttemptWhereUniqueInput | Prisma.FormDeliveryAttemptWhereUniqueInput[];
|
|
629
|
+
connect?: Prisma.FormDeliveryAttemptWhereUniqueInput | Prisma.FormDeliveryAttemptWhereUniqueInput[];
|
|
630
|
+
update?: Prisma.FormDeliveryAttemptUpdateWithWhereUniqueWithoutSubmissionInput | Prisma.FormDeliveryAttemptUpdateWithWhereUniqueWithoutSubmissionInput[];
|
|
631
|
+
updateMany?: Prisma.FormDeliveryAttemptUpdateManyWithWhereWithoutSubmissionInput | Prisma.FormDeliveryAttemptUpdateManyWithWhereWithoutSubmissionInput[];
|
|
632
|
+
deleteMany?: Prisma.FormDeliveryAttemptScalarWhereInput | Prisma.FormDeliveryAttemptScalarWhereInput[];
|
|
633
|
+
};
|
|
634
|
+
export type FormDeliveryAttemptCreateWithoutSubmissionInput = {
|
|
635
|
+
id?: string;
|
|
636
|
+
formId: string;
|
|
637
|
+
channel: string;
|
|
638
|
+
destination: string;
|
|
639
|
+
webhookId?: string | null;
|
|
640
|
+
status?: string;
|
|
641
|
+
attempts?: number;
|
|
642
|
+
maxAttempts?: number;
|
|
643
|
+
lastAttemptAt?: Date | string | null;
|
|
644
|
+
nextRetryAt?: Date | string | null;
|
|
645
|
+
error?: string | null;
|
|
646
|
+
responseStatus?: number | null;
|
|
647
|
+
skippedReason?: string | null;
|
|
648
|
+
payload?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
649
|
+
alertedAt?: Date | string | null;
|
|
650
|
+
createdAt?: Date | string;
|
|
651
|
+
updatedAt?: Date | string;
|
|
652
|
+
};
|
|
653
|
+
export type FormDeliveryAttemptUncheckedCreateWithoutSubmissionInput = {
|
|
654
|
+
id?: string;
|
|
655
|
+
formId: string;
|
|
656
|
+
channel: string;
|
|
657
|
+
destination: string;
|
|
658
|
+
webhookId?: string | null;
|
|
659
|
+
status?: string;
|
|
660
|
+
attempts?: number;
|
|
661
|
+
maxAttempts?: number;
|
|
662
|
+
lastAttemptAt?: Date | string | null;
|
|
663
|
+
nextRetryAt?: Date | string | null;
|
|
664
|
+
error?: string | null;
|
|
665
|
+
responseStatus?: number | null;
|
|
666
|
+
skippedReason?: string | null;
|
|
667
|
+
payload?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
668
|
+
alertedAt?: Date | string | null;
|
|
669
|
+
createdAt?: Date | string;
|
|
670
|
+
updatedAt?: Date | string;
|
|
671
|
+
};
|
|
672
|
+
export type FormDeliveryAttemptCreateOrConnectWithoutSubmissionInput = {
|
|
673
|
+
where: Prisma.FormDeliveryAttemptWhereUniqueInput;
|
|
674
|
+
create: Prisma.XOR<Prisma.FormDeliveryAttemptCreateWithoutSubmissionInput, Prisma.FormDeliveryAttemptUncheckedCreateWithoutSubmissionInput>;
|
|
675
|
+
};
|
|
676
|
+
export type FormDeliveryAttemptCreateManySubmissionInputEnvelope = {
|
|
677
|
+
data: Prisma.FormDeliveryAttemptCreateManySubmissionInput | Prisma.FormDeliveryAttemptCreateManySubmissionInput[];
|
|
678
|
+
skipDuplicates?: boolean;
|
|
679
|
+
};
|
|
680
|
+
export type FormDeliveryAttemptUpsertWithWhereUniqueWithoutSubmissionInput = {
|
|
681
|
+
where: Prisma.FormDeliveryAttemptWhereUniqueInput;
|
|
682
|
+
update: Prisma.XOR<Prisma.FormDeliveryAttemptUpdateWithoutSubmissionInput, Prisma.FormDeliveryAttemptUncheckedUpdateWithoutSubmissionInput>;
|
|
683
|
+
create: Prisma.XOR<Prisma.FormDeliveryAttemptCreateWithoutSubmissionInput, Prisma.FormDeliveryAttemptUncheckedCreateWithoutSubmissionInput>;
|
|
684
|
+
};
|
|
685
|
+
export type FormDeliveryAttemptUpdateWithWhereUniqueWithoutSubmissionInput = {
|
|
686
|
+
where: Prisma.FormDeliveryAttemptWhereUniqueInput;
|
|
687
|
+
data: Prisma.XOR<Prisma.FormDeliveryAttemptUpdateWithoutSubmissionInput, Prisma.FormDeliveryAttemptUncheckedUpdateWithoutSubmissionInput>;
|
|
688
|
+
};
|
|
689
|
+
export type FormDeliveryAttemptUpdateManyWithWhereWithoutSubmissionInput = {
|
|
690
|
+
where: Prisma.FormDeliveryAttemptScalarWhereInput;
|
|
691
|
+
data: Prisma.XOR<Prisma.FormDeliveryAttemptUpdateManyMutationInput, Prisma.FormDeliveryAttemptUncheckedUpdateManyWithoutSubmissionInput>;
|
|
692
|
+
};
|
|
693
|
+
export type FormDeliveryAttemptScalarWhereInput = {
|
|
694
|
+
AND?: Prisma.FormDeliveryAttemptScalarWhereInput | Prisma.FormDeliveryAttemptScalarWhereInput[];
|
|
695
|
+
OR?: Prisma.FormDeliveryAttemptScalarWhereInput[];
|
|
696
|
+
NOT?: Prisma.FormDeliveryAttemptScalarWhereInput | Prisma.FormDeliveryAttemptScalarWhereInput[];
|
|
697
|
+
id?: Prisma.StringFilter<"FormDeliveryAttempt"> | string;
|
|
698
|
+
submissionId?: Prisma.StringFilter<"FormDeliveryAttempt"> | string;
|
|
699
|
+
formId?: Prisma.StringFilter<"FormDeliveryAttempt"> | string;
|
|
700
|
+
channel?: Prisma.StringFilter<"FormDeliveryAttempt"> | string;
|
|
701
|
+
destination?: Prisma.StringFilter<"FormDeliveryAttempt"> | string;
|
|
702
|
+
webhookId?: Prisma.StringNullableFilter<"FormDeliveryAttempt"> | string | null;
|
|
703
|
+
status?: Prisma.StringFilter<"FormDeliveryAttempt"> | string;
|
|
704
|
+
attempts?: Prisma.IntFilter<"FormDeliveryAttempt"> | number;
|
|
705
|
+
maxAttempts?: Prisma.IntFilter<"FormDeliveryAttempt"> | number;
|
|
706
|
+
lastAttemptAt?: Prisma.DateTimeNullableFilter<"FormDeliveryAttempt"> | Date | string | null;
|
|
707
|
+
nextRetryAt?: Prisma.DateTimeNullableFilter<"FormDeliveryAttempt"> | Date | string | null;
|
|
708
|
+
error?: Prisma.StringNullableFilter<"FormDeliveryAttempt"> | string | null;
|
|
709
|
+
responseStatus?: Prisma.IntNullableFilter<"FormDeliveryAttempt"> | number | null;
|
|
710
|
+
skippedReason?: Prisma.StringNullableFilter<"FormDeliveryAttempt"> | string | null;
|
|
711
|
+
payload?: Prisma.JsonNullableFilter<"FormDeliveryAttempt">;
|
|
712
|
+
alertedAt?: Prisma.DateTimeNullableFilter<"FormDeliveryAttempt"> | Date | string | null;
|
|
713
|
+
createdAt?: Prisma.DateTimeFilter<"FormDeliveryAttempt"> | Date | string;
|
|
714
|
+
updatedAt?: Prisma.DateTimeFilter<"FormDeliveryAttempt"> | Date | string;
|
|
715
|
+
};
|
|
716
|
+
export type FormDeliveryAttemptCreateManySubmissionInput = {
|
|
717
|
+
id?: string;
|
|
718
|
+
formId: string;
|
|
719
|
+
channel: string;
|
|
720
|
+
destination: string;
|
|
721
|
+
webhookId?: string | null;
|
|
722
|
+
status?: string;
|
|
723
|
+
attempts?: number;
|
|
724
|
+
maxAttempts?: number;
|
|
725
|
+
lastAttemptAt?: Date | string | null;
|
|
726
|
+
nextRetryAt?: Date | string | null;
|
|
727
|
+
error?: string | null;
|
|
728
|
+
responseStatus?: number | null;
|
|
729
|
+
skippedReason?: string | null;
|
|
730
|
+
payload?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
731
|
+
alertedAt?: Date | string | null;
|
|
732
|
+
createdAt?: Date | string;
|
|
733
|
+
updatedAt?: Date | string;
|
|
734
|
+
};
|
|
735
|
+
export type FormDeliveryAttemptUpdateWithoutSubmissionInput = {
|
|
736
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
737
|
+
formId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
738
|
+
channel?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
739
|
+
destination?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
740
|
+
webhookId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
741
|
+
status?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
742
|
+
attempts?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
743
|
+
maxAttempts?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
744
|
+
lastAttemptAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
745
|
+
nextRetryAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
746
|
+
error?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
747
|
+
responseStatus?: Prisma.NullableIntFieldUpdateOperationsInput | number | null;
|
|
748
|
+
skippedReason?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
749
|
+
payload?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
750
|
+
alertedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
751
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
752
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
753
|
+
};
|
|
754
|
+
export type FormDeliveryAttemptUncheckedUpdateWithoutSubmissionInput = {
|
|
755
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
756
|
+
formId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
757
|
+
channel?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
758
|
+
destination?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
759
|
+
webhookId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
760
|
+
status?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
761
|
+
attempts?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
762
|
+
maxAttempts?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
763
|
+
lastAttemptAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
764
|
+
nextRetryAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
765
|
+
error?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
766
|
+
responseStatus?: Prisma.NullableIntFieldUpdateOperationsInput | number | null;
|
|
767
|
+
skippedReason?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
768
|
+
payload?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
769
|
+
alertedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
770
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
771
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
772
|
+
};
|
|
773
|
+
export type FormDeliveryAttemptUncheckedUpdateManyWithoutSubmissionInput = {
|
|
774
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
775
|
+
formId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
776
|
+
channel?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
777
|
+
destination?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
778
|
+
webhookId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
779
|
+
status?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
780
|
+
attempts?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
781
|
+
maxAttempts?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
782
|
+
lastAttemptAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
783
|
+
nextRetryAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
784
|
+
error?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
785
|
+
responseStatus?: Prisma.NullableIntFieldUpdateOperationsInput | number | null;
|
|
786
|
+
skippedReason?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
787
|
+
payload?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
788
|
+
alertedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
789
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
790
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
791
|
+
};
|
|
792
|
+
export type FormDeliveryAttemptSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
793
|
+
id?: boolean;
|
|
794
|
+
submissionId?: boolean;
|
|
795
|
+
formId?: boolean;
|
|
796
|
+
channel?: boolean;
|
|
797
|
+
destination?: boolean;
|
|
798
|
+
webhookId?: boolean;
|
|
799
|
+
status?: boolean;
|
|
800
|
+
attempts?: boolean;
|
|
801
|
+
maxAttempts?: boolean;
|
|
802
|
+
lastAttemptAt?: boolean;
|
|
803
|
+
nextRetryAt?: boolean;
|
|
804
|
+
error?: boolean;
|
|
805
|
+
responseStatus?: boolean;
|
|
806
|
+
skippedReason?: boolean;
|
|
807
|
+
payload?: boolean;
|
|
808
|
+
alertedAt?: boolean;
|
|
809
|
+
createdAt?: boolean;
|
|
810
|
+
updatedAt?: boolean;
|
|
811
|
+
submission?: boolean | Prisma.FormSubmissionDefaultArgs<ExtArgs>;
|
|
812
|
+
}, ExtArgs["result"]["formDeliveryAttempt"]>;
|
|
813
|
+
export type FormDeliveryAttemptSelectCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
814
|
+
id?: boolean;
|
|
815
|
+
submissionId?: boolean;
|
|
816
|
+
formId?: boolean;
|
|
817
|
+
channel?: boolean;
|
|
818
|
+
destination?: boolean;
|
|
819
|
+
webhookId?: boolean;
|
|
820
|
+
status?: boolean;
|
|
821
|
+
attempts?: boolean;
|
|
822
|
+
maxAttempts?: boolean;
|
|
823
|
+
lastAttemptAt?: boolean;
|
|
824
|
+
nextRetryAt?: boolean;
|
|
825
|
+
error?: boolean;
|
|
826
|
+
responseStatus?: boolean;
|
|
827
|
+
skippedReason?: boolean;
|
|
828
|
+
payload?: boolean;
|
|
829
|
+
alertedAt?: boolean;
|
|
830
|
+
createdAt?: boolean;
|
|
831
|
+
updatedAt?: boolean;
|
|
832
|
+
submission?: boolean | Prisma.FormSubmissionDefaultArgs<ExtArgs>;
|
|
833
|
+
}, ExtArgs["result"]["formDeliveryAttempt"]>;
|
|
834
|
+
export type FormDeliveryAttemptSelectUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
835
|
+
id?: boolean;
|
|
836
|
+
submissionId?: boolean;
|
|
837
|
+
formId?: boolean;
|
|
838
|
+
channel?: boolean;
|
|
839
|
+
destination?: boolean;
|
|
840
|
+
webhookId?: boolean;
|
|
841
|
+
status?: boolean;
|
|
842
|
+
attempts?: boolean;
|
|
843
|
+
maxAttempts?: boolean;
|
|
844
|
+
lastAttemptAt?: boolean;
|
|
845
|
+
nextRetryAt?: boolean;
|
|
846
|
+
error?: boolean;
|
|
847
|
+
responseStatus?: boolean;
|
|
848
|
+
skippedReason?: boolean;
|
|
849
|
+
payload?: boolean;
|
|
850
|
+
alertedAt?: boolean;
|
|
851
|
+
createdAt?: boolean;
|
|
852
|
+
updatedAt?: boolean;
|
|
853
|
+
submission?: boolean | Prisma.FormSubmissionDefaultArgs<ExtArgs>;
|
|
854
|
+
}, ExtArgs["result"]["formDeliveryAttempt"]>;
|
|
855
|
+
export type FormDeliveryAttemptSelectScalar = {
|
|
856
|
+
id?: boolean;
|
|
857
|
+
submissionId?: boolean;
|
|
858
|
+
formId?: boolean;
|
|
859
|
+
channel?: boolean;
|
|
860
|
+
destination?: boolean;
|
|
861
|
+
webhookId?: boolean;
|
|
862
|
+
status?: boolean;
|
|
863
|
+
attempts?: boolean;
|
|
864
|
+
maxAttempts?: boolean;
|
|
865
|
+
lastAttemptAt?: boolean;
|
|
866
|
+
nextRetryAt?: boolean;
|
|
867
|
+
error?: boolean;
|
|
868
|
+
responseStatus?: boolean;
|
|
869
|
+
skippedReason?: boolean;
|
|
870
|
+
payload?: boolean;
|
|
871
|
+
alertedAt?: boolean;
|
|
872
|
+
createdAt?: boolean;
|
|
873
|
+
updatedAt?: boolean;
|
|
874
|
+
};
|
|
875
|
+
export type FormDeliveryAttemptOmit<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetOmit<"id" | "submissionId" | "formId" | "channel" | "destination" | "webhookId" | "status" | "attempts" | "maxAttempts" | "lastAttemptAt" | "nextRetryAt" | "error" | "responseStatus" | "skippedReason" | "payload" | "alertedAt" | "createdAt" | "updatedAt", ExtArgs["result"]["formDeliveryAttempt"]>;
|
|
876
|
+
export type FormDeliveryAttemptInclude<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
877
|
+
submission?: boolean | Prisma.FormSubmissionDefaultArgs<ExtArgs>;
|
|
878
|
+
};
|
|
879
|
+
export type FormDeliveryAttemptIncludeCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
880
|
+
submission?: boolean | Prisma.FormSubmissionDefaultArgs<ExtArgs>;
|
|
881
|
+
};
|
|
882
|
+
export type FormDeliveryAttemptIncludeUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
883
|
+
submission?: boolean | Prisma.FormSubmissionDefaultArgs<ExtArgs>;
|
|
884
|
+
};
|
|
885
|
+
export type $FormDeliveryAttemptPayload<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
886
|
+
name: "FormDeliveryAttempt";
|
|
887
|
+
objects: {
|
|
888
|
+
submission: Prisma.$FormSubmissionPayload<ExtArgs>;
|
|
889
|
+
};
|
|
890
|
+
scalars: runtime.Types.Extensions.GetPayloadResult<{
|
|
891
|
+
id: string;
|
|
892
|
+
submissionId: string;
|
|
893
|
+
formId: string;
|
|
894
|
+
/**
|
|
895
|
+
* email_notify | email_autoresponder | form_webhook
|
|
896
|
+
*/
|
|
897
|
+
channel: string;
|
|
898
|
+
/**
|
|
899
|
+
* Recipient email or webhook URL (never secrets).
|
|
900
|
+
*/
|
|
901
|
+
destination: string;
|
|
902
|
+
webhookId: string | null;
|
|
903
|
+
/**
|
|
904
|
+
* pending | retrying | success | failed | skipped
|
|
905
|
+
*/
|
|
906
|
+
status: string;
|
|
907
|
+
attempts: number;
|
|
908
|
+
maxAttempts: number;
|
|
909
|
+
lastAttemptAt: Date | null;
|
|
910
|
+
nextRetryAt: Date | null;
|
|
911
|
+
error: string | null;
|
|
912
|
+
responseStatus: number | null;
|
|
913
|
+
skippedReason: string | null;
|
|
914
|
+
/**
|
|
915
|
+
* Webhook payload (or email meta) for retry without re-submitting.
|
|
916
|
+
*/
|
|
917
|
+
payload: runtime.JsonValue | null;
|
|
918
|
+
/**
|
|
919
|
+
* When an operator alert email was sent for a permanent failure.
|
|
920
|
+
*/
|
|
921
|
+
alertedAt: Date | null;
|
|
922
|
+
createdAt: Date;
|
|
923
|
+
updatedAt: Date;
|
|
924
|
+
}, ExtArgs["result"]["formDeliveryAttempt"]>;
|
|
925
|
+
composites: {};
|
|
926
|
+
};
|
|
927
|
+
export type FormDeliveryAttemptGetPayload<S extends boolean | null | undefined | FormDeliveryAttemptDefaultArgs> = runtime.Types.Result.GetResult<Prisma.$FormDeliveryAttemptPayload, S>;
|
|
928
|
+
export type FormDeliveryAttemptCountArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = Omit<FormDeliveryAttemptFindManyArgs, 'select' | 'include' | 'distinct' | 'omit' | 'relationLoadStrategy'> & {
|
|
929
|
+
select?: FormDeliveryAttemptCountAggregateInputType | true;
|
|
930
|
+
};
|
|
931
|
+
export interface FormDeliveryAttemptDelegate<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> {
|
|
932
|
+
[K: symbol]: {
|
|
933
|
+
types: Prisma.TypeMap<ExtArgs>['model']['FormDeliveryAttempt'];
|
|
934
|
+
meta: {
|
|
935
|
+
name: 'FormDeliveryAttempt';
|
|
936
|
+
};
|
|
937
|
+
};
|
|
938
|
+
/**
|
|
939
|
+
* Find zero or one FormDeliveryAttempt that matches the filter.
|
|
940
|
+
* @param {FormDeliveryAttemptFindUniqueArgs} args - Arguments to find a FormDeliveryAttempt
|
|
941
|
+
* @example
|
|
942
|
+
* // Get one FormDeliveryAttempt
|
|
943
|
+
* const formDeliveryAttempt = await prisma.formDeliveryAttempt.findUnique({
|
|
944
|
+
* where: {
|
|
945
|
+
* // ... provide filter here
|
|
946
|
+
* }
|
|
947
|
+
* })
|
|
948
|
+
*/
|
|
949
|
+
findUnique<T extends FormDeliveryAttemptFindUniqueArgs>(args: Prisma.SelectSubset<T, FormDeliveryAttemptFindUniqueArgs<ExtArgs>>): Prisma.Prisma__FormDeliveryAttemptClient<runtime.Types.Result.GetResult<Prisma.$FormDeliveryAttemptPayload<ExtArgs>, T, "findUnique", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
|
|
950
|
+
/**
|
|
951
|
+
* Find one FormDeliveryAttempt that matches the filter or throw an error with `error.code='P2025'`
|
|
952
|
+
* if no matches were found.
|
|
953
|
+
* @param {FormDeliveryAttemptFindUniqueOrThrowArgs} args - Arguments to find a FormDeliveryAttempt
|
|
954
|
+
* @example
|
|
955
|
+
* // Get one FormDeliveryAttempt
|
|
956
|
+
* const formDeliveryAttempt = await prisma.formDeliveryAttempt.findUniqueOrThrow({
|
|
957
|
+
* where: {
|
|
958
|
+
* // ... provide filter here
|
|
959
|
+
* }
|
|
960
|
+
* })
|
|
961
|
+
*/
|
|
962
|
+
findUniqueOrThrow<T extends FormDeliveryAttemptFindUniqueOrThrowArgs>(args: Prisma.SelectSubset<T, FormDeliveryAttemptFindUniqueOrThrowArgs<ExtArgs>>): Prisma.Prisma__FormDeliveryAttemptClient<runtime.Types.Result.GetResult<Prisma.$FormDeliveryAttemptPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
963
|
+
/**
|
|
964
|
+
* Find the first FormDeliveryAttempt that matches the filter.
|
|
965
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
966
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
967
|
+
* @param {FormDeliveryAttemptFindFirstArgs} args - Arguments to find a FormDeliveryAttempt
|
|
968
|
+
* @example
|
|
969
|
+
* // Get one FormDeliveryAttempt
|
|
970
|
+
* const formDeliveryAttempt = await prisma.formDeliveryAttempt.findFirst({
|
|
971
|
+
* where: {
|
|
972
|
+
* // ... provide filter here
|
|
973
|
+
* }
|
|
974
|
+
* })
|
|
975
|
+
*/
|
|
976
|
+
findFirst<T extends FormDeliveryAttemptFindFirstArgs>(args?: Prisma.SelectSubset<T, FormDeliveryAttemptFindFirstArgs<ExtArgs>>): Prisma.Prisma__FormDeliveryAttemptClient<runtime.Types.Result.GetResult<Prisma.$FormDeliveryAttemptPayload<ExtArgs>, T, "findFirst", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
|
|
977
|
+
/**
|
|
978
|
+
* Find the first FormDeliveryAttempt that matches the filter or
|
|
979
|
+
* throw `PrismaKnownClientError` with `P2025` code if no matches were found.
|
|
980
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
981
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
982
|
+
* @param {FormDeliveryAttemptFindFirstOrThrowArgs} args - Arguments to find a FormDeliveryAttempt
|
|
983
|
+
* @example
|
|
984
|
+
* // Get one FormDeliveryAttempt
|
|
985
|
+
* const formDeliveryAttempt = await prisma.formDeliveryAttempt.findFirstOrThrow({
|
|
986
|
+
* where: {
|
|
987
|
+
* // ... provide filter here
|
|
988
|
+
* }
|
|
989
|
+
* })
|
|
990
|
+
*/
|
|
991
|
+
findFirstOrThrow<T extends FormDeliveryAttemptFindFirstOrThrowArgs>(args?: Prisma.SelectSubset<T, FormDeliveryAttemptFindFirstOrThrowArgs<ExtArgs>>): Prisma.Prisma__FormDeliveryAttemptClient<runtime.Types.Result.GetResult<Prisma.$FormDeliveryAttemptPayload<ExtArgs>, T, "findFirstOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
992
|
+
/**
|
|
993
|
+
* Find zero or more FormDeliveryAttempts that matches the filter.
|
|
994
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
995
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
996
|
+
* @param {FormDeliveryAttemptFindManyArgs} args - Arguments to filter and select certain fields only.
|
|
997
|
+
* @example
|
|
998
|
+
* // Get all FormDeliveryAttempts
|
|
999
|
+
* const formDeliveryAttempts = await prisma.formDeliveryAttempt.findMany()
|
|
1000
|
+
*
|
|
1001
|
+
* // Get first 10 FormDeliveryAttempts
|
|
1002
|
+
* const formDeliveryAttempts = await prisma.formDeliveryAttempt.findMany({ take: 10 })
|
|
1003
|
+
*
|
|
1004
|
+
* // Only select the `id`
|
|
1005
|
+
* const formDeliveryAttemptWithIdOnly = await prisma.formDeliveryAttempt.findMany({ select: { id: true } })
|
|
1006
|
+
*
|
|
1007
|
+
*/
|
|
1008
|
+
findMany<T extends FormDeliveryAttemptFindManyArgs>(args?: Prisma.SelectSubset<T, FormDeliveryAttemptFindManyArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$FormDeliveryAttemptPayload<ExtArgs>, T, "findMany", GlobalOmitOptions>>;
|
|
1009
|
+
/**
|
|
1010
|
+
* Create a FormDeliveryAttempt.
|
|
1011
|
+
* @param {FormDeliveryAttemptCreateArgs} args - Arguments to create a FormDeliveryAttempt.
|
|
1012
|
+
* @example
|
|
1013
|
+
* // Create one FormDeliveryAttempt
|
|
1014
|
+
* const FormDeliveryAttempt = await prisma.formDeliveryAttempt.create({
|
|
1015
|
+
* data: {
|
|
1016
|
+
* // ... data to create a FormDeliveryAttempt
|
|
1017
|
+
* }
|
|
1018
|
+
* })
|
|
1019
|
+
*
|
|
1020
|
+
*/
|
|
1021
|
+
create<T extends FormDeliveryAttemptCreateArgs>(args: Prisma.SelectSubset<T, FormDeliveryAttemptCreateArgs<ExtArgs>>): Prisma.Prisma__FormDeliveryAttemptClient<runtime.Types.Result.GetResult<Prisma.$FormDeliveryAttemptPayload<ExtArgs>, T, "create", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
1022
|
+
/**
|
|
1023
|
+
* Create many FormDeliveryAttempts.
|
|
1024
|
+
* @param {FormDeliveryAttemptCreateManyArgs} args - Arguments to create many FormDeliveryAttempts.
|
|
1025
|
+
* @example
|
|
1026
|
+
* // Create many FormDeliveryAttempts
|
|
1027
|
+
* const formDeliveryAttempt = await prisma.formDeliveryAttempt.createMany({
|
|
1028
|
+
* data: [
|
|
1029
|
+
* // ... provide data here
|
|
1030
|
+
* ]
|
|
1031
|
+
* })
|
|
1032
|
+
*
|
|
1033
|
+
*/
|
|
1034
|
+
createMany<T extends FormDeliveryAttemptCreateManyArgs>(args?: Prisma.SelectSubset<T, FormDeliveryAttemptCreateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>;
|
|
1035
|
+
/**
|
|
1036
|
+
* Create many FormDeliveryAttempts and returns the data saved in the database.
|
|
1037
|
+
* @param {FormDeliveryAttemptCreateManyAndReturnArgs} args - Arguments to create many FormDeliveryAttempts.
|
|
1038
|
+
* @example
|
|
1039
|
+
* // Create many FormDeliveryAttempts
|
|
1040
|
+
* const formDeliveryAttempt = await prisma.formDeliveryAttempt.createManyAndReturn({
|
|
1041
|
+
* data: [
|
|
1042
|
+
* // ... provide data here
|
|
1043
|
+
* ]
|
|
1044
|
+
* })
|
|
1045
|
+
*
|
|
1046
|
+
* // Create many FormDeliveryAttempts and only return the `id`
|
|
1047
|
+
* const formDeliveryAttemptWithIdOnly = await prisma.formDeliveryAttempt.createManyAndReturn({
|
|
1048
|
+
* select: { id: true },
|
|
1049
|
+
* data: [
|
|
1050
|
+
* // ... provide data here
|
|
1051
|
+
* ]
|
|
1052
|
+
* })
|
|
1053
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
1054
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
1055
|
+
*
|
|
1056
|
+
*/
|
|
1057
|
+
createManyAndReturn<T extends FormDeliveryAttemptCreateManyAndReturnArgs>(args?: Prisma.SelectSubset<T, FormDeliveryAttemptCreateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$FormDeliveryAttemptPayload<ExtArgs>, T, "createManyAndReturn", GlobalOmitOptions>>;
|
|
1058
|
+
/**
|
|
1059
|
+
* Delete a FormDeliveryAttempt.
|
|
1060
|
+
* @param {FormDeliveryAttemptDeleteArgs} args - Arguments to delete one FormDeliveryAttempt.
|
|
1061
|
+
* @example
|
|
1062
|
+
* // Delete one FormDeliveryAttempt
|
|
1063
|
+
* const FormDeliveryAttempt = await prisma.formDeliveryAttempt.delete({
|
|
1064
|
+
* where: {
|
|
1065
|
+
* // ... filter to delete one FormDeliveryAttempt
|
|
1066
|
+
* }
|
|
1067
|
+
* })
|
|
1068
|
+
*
|
|
1069
|
+
*/
|
|
1070
|
+
delete<T extends FormDeliveryAttemptDeleteArgs>(args: Prisma.SelectSubset<T, FormDeliveryAttemptDeleteArgs<ExtArgs>>): Prisma.Prisma__FormDeliveryAttemptClient<runtime.Types.Result.GetResult<Prisma.$FormDeliveryAttemptPayload<ExtArgs>, T, "delete", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
1071
|
+
/**
|
|
1072
|
+
* Update one FormDeliveryAttempt.
|
|
1073
|
+
* @param {FormDeliveryAttemptUpdateArgs} args - Arguments to update one FormDeliveryAttempt.
|
|
1074
|
+
* @example
|
|
1075
|
+
* // Update one FormDeliveryAttempt
|
|
1076
|
+
* const formDeliveryAttempt = await prisma.formDeliveryAttempt.update({
|
|
1077
|
+
* where: {
|
|
1078
|
+
* // ... provide filter here
|
|
1079
|
+
* },
|
|
1080
|
+
* data: {
|
|
1081
|
+
* // ... provide data here
|
|
1082
|
+
* }
|
|
1083
|
+
* })
|
|
1084
|
+
*
|
|
1085
|
+
*/
|
|
1086
|
+
update<T extends FormDeliveryAttemptUpdateArgs>(args: Prisma.SelectSubset<T, FormDeliveryAttemptUpdateArgs<ExtArgs>>): Prisma.Prisma__FormDeliveryAttemptClient<runtime.Types.Result.GetResult<Prisma.$FormDeliveryAttemptPayload<ExtArgs>, T, "update", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
1087
|
+
/**
|
|
1088
|
+
* Delete zero or more FormDeliveryAttempts.
|
|
1089
|
+
* @param {FormDeliveryAttemptDeleteManyArgs} args - Arguments to filter FormDeliveryAttempts to delete.
|
|
1090
|
+
* @example
|
|
1091
|
+
* // Delete a few FormDeliveryAttempts
|
|
1092
|
+
* const { count } = await prisma.formDeliveryAttempt.deleteMany({
|
|
1093
|
+
* where: {
|
|
1094
|
+
* // ... provide filter here
|
|
1095
|
+
* }
|
|
1096
|
+
* })
|
|
1097
|
+
*
|
|
1098
|
+
*/
|
|
1099
|
+
deleteMany<T extends FormDeliveryAttemptDeleteManyArgs>(args?: Prisma.SelectSubset<T, FormDeliveryAttemptDeleteManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>;
|
|
1100
|
+
/**
|
|
1101
|
+
* Update zero or more FormDeliveryAttempts.
|
|
1102
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
1103
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
1104
|
+
* @param {FormDeliveryAttemptUpdateManyArgs} args - Arguments to update one or more rows.
|
|
1105
|
+
* @example
|
|
1106
|
+
* // Update many FormDeliveryAttempts
|
|
1107
|
+
* const formDeliveryAttempt = await prisma.formDeliveryAttempt.updateMany({
|
|
1108
|
+
* where: {
|
|
1109
|
+
* // ... provide filter here
|
|
1110
|
+
* },
|
|
1111
|
+
* data: {
|
|
1112
|
+
* // ... provide data here
|
|
1113
|
+
* }
|
|
1114
|
+
* })
|
|
1115
|
+
*
|
|
1116
|
+
*/
|
|
1117
|
+
updateMany<T extends FormDeliveryAttemptUpdateManyArgs>(args: Prisma.SelectSubset<T, FormDeliveryAttemptUpdateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>;
|
|
1118
|
+
/**
|
|
1119
|
+
* Update zero or more FormDeliveryAttempts and returns the data updated in the database.
|
|
1120
|
+
* @param {FormDeliveryAttemptUpdateManyAndReturnArgs} args - Arguments to update many FormDeliveryAttempts.
|
|
1121
|
+
* @example
|
|
1122
|
+
* // Update many FormDeliveryAttempts
|
|
1123
|
+
* const formDeliveryAttempt = await prisma.formDeliveryAttempt.updateManyAndReturn({
|
|
1124
|
+
* where: {
|
|
1125
|
+
* // ... provide filter here
|
|
1126
|
+
* },
|
|
1127
|
+
* data: [
|
|
1128
|
+
* // ... provide data here
|
|
1129
|
+
* ]
|
|
1130
|
+
* })
|
|
1131
|
+
*
|
|
1132
|
+
* // Update zero or more FormDeliveryAttempts and only return the `id`
|
|
1133
|
+
* const formDeliveryAttemptWithIdOnly = await prisma.formDeliveryAttempt.updateManyAndReturn({
|
|
1134
|
+
* select: { id: true },
|
|
1135
|
+
* where: {
|
|
1136
|
+
* // ... provide filter here
|
|
1137
|
+
* },
|
|
1138
|
+
* data: [
|
|
1139
|
+
* // ... provide data here
|
|
1140
|
+
* ]
|
|
1141
|
+
* })
|
|
1142
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
1143
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
1144
|
+
*
|
|
1145
|
+
*/
|
|
1146
|
+
updateManyAndReturn<T extends FormDeliveryAttemptUpdateManyAndReturnArgs>(args: Prisma.SelectSubset<T, FormDeliveryAttemptUpdateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$FormDeliveryAttemptPayload<ExtArgs>, T, "updateManyAndReturn", GlobalOmitOptions>>;
|
|
1147
|
+
/**
|
|
1148
|
+
* Create or update one FormDeliveryAttempt.
|
|
1149
|
+
* @param {FormDeliveryAttemptUpsertArgs} args - Arguments to update or create a FormDeliveryAttempt.
|
|
1150
|
+
* @example
|
|
1151
|
+
* // Update or create a FormDeliveryAttempt
|
|
1152
|
+
* const formDeliveryAttempt = await prisma.formDeliveryAttempt.upsert({
|
|
1153
|
+
* create: {
|
|
1154
|
+
* // ... data to create a FormDeliveryAttempt
|
|
1155
|
+
* },
|
|
1156
|
+
* update: {
|
|
1157
|
+
* // ... in case it already exists, update
|
|
1158
|
+
* },
|
|
1159
|
+
* where: {
|
|
1160
|
+
* // ... the filter for the FormDeliveryAttempt we want to update
|
|
1161
|
+
* }
|
|
1162
|
+
* })
|
|
1163
|
+
*/
|
|
1164
|
+
upsert<T extends FormDeliveryAttemptUpsertArgs>(args: Prisma.SelectSubset<T, FormDeliveryAttemptUpsertArgs<ExtArgs>>): Prisma.Prisma__FormDeliveryAttemptClient<runtime.Types.Result.GetResult<Prisma.$FormDeliveryAttemptPayload<ExtArgs>, T, "upsert", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
1165
|
+
/**
|
|
1166
|
+
* Count the number of FormDeliveryAttempts.
|
|
1167
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
1168
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
1169
|
+
* @param {FormDeliveryAttemptCountArgs} args - Arguments to filter FormDeliveryAttempts to count.
|
|
1170
|
+
* @example
|
|
1171
|
+
* // Count the number of FormDeliveryAttempts
|
|
1172
|
+
* const count = await prisma.formDeliveryAttempt.count({
|
|
1173
|
+
* where: {
|
|
1174
|
+
* // ... the filter for the FormDeliveryAttempts we want to count
|
|
1175
|
+
* }
|
|
1176
|
+
* })
|
|
1177
|
+
**/
|
|
1178
|
+
count<T extends FormDeliveryAttemptCountArgs>(args?: Prisma.Subset<T, FormDeliveryAttemptCountArgs>): Prisma.PrismaPromise<T extends runtime.Types.Utils.Record<'select', any> ? T['select'] extends true ? number : Prisma.GetScalarType<T['select'], FormDeliveryAttemptCountAggregateOutputType> : number>;
|
|
1179
|
+
/**
|
|
1180
|
+
* Allows you to perform aggregations operations on a FormDeliveryAttempt.
|
|
1181
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
1182
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
1183
|
+
* @param {FormDeliveryAttemptAggregateArgs} args - Select which aggregations you would like to apply and on what fields.
|
|
1184
|
+
* @example
|
|
1185
|
+
* // Ordered by age ascending
|
|
1186
|
+
* // Where email contains prisma.io
|
|
1187
|
+
* // Limited to the 10 users
|
|
1188
|
+
* const aggregations = await prisma.user.aggregate({
|
|
1189
|
+
* _avg: {
|
|
1190
|
+
* age: true,
|
|
1191
|
+
* },
|
|
1192
|
+
* where: {
|
|
1193
|
+
* email: {
|
|
1194
|
+
* contains: "prisma.io",
|
|
1195
|
+
* },
|
|
1196
|
+
* },
|
|
1197
|
+
* orderBy: {
|
|
1198
|
+
* age: "asc",
|
|
1199
|
+
* },
|
|
1200
|
+
* take: 10,
|
|
1201
|
+
* })
|
|
1202
|
+
**/
|
|
1203
|
+
aggregate<T extends FormDeliveryAttemptAggregateArgs>(args: Prisma.Subset<T, FormDeliveryAttemptAggregateArgs>): Prisma.PrismaPromise<GetFormDeliveryAttemptAggregateType<T>>;
|
|
1204
|
+
/**
|
|
1205
|
+
* Group by FormDeliveryAttempt.
|
|
1206
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
1207
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
1208
|
+
* @param {FormDeliveryAttemptGroupByArgs} args - Group by arguments.
|
|
1209
|
+
* @example
|
|
1210
|
+
* // Group by city, order by createdAt, get count
|
|
1211
|
+
* const result = await prisma.user.groupBy({
|
|
1212
|
+
* by: ['city', 'createdAt'],
|
|
1213
|
+
* orderBy: {
|
|
1214
|
+
* createdAt: true
|
|
1215
|
+
* },
|
|
1216
|
+
* _count: {
|
|
1217
|
+
* _all: true
|
|
1218
|
+
* },
|
|
1219
|
+
* })
|
|
1220
|
+
*
|
|
1221
|
+
**/
|
|
1222
|
+
groupBy<T extends FormDeliveryAttemptGroupByArgs, HasSelectOrTake extends Prisma.Or<Prisma.Extends<'skip', Prisma.Keys<T>>, Prisma.Extends<'take', Prisma.Keys<T>>>, OrderByArg extends Prisma.True extends HasSelectOrTake ? {
|
|
1223
|
+
orderBy: FormDeliveryAttemptGroupByArgs['orderBy'];
|
|
1224
|
+
} : {
|
|
1225
|
+
orderBy?: FormDeliveryAttemptGroupByArgs['orderBy'];
|
|
1226
|
+
}, 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 ? {
|
|
1227
|
+
[P in HavingFields]: P extends ByFields ? never : P extends string ? `Error: Field "${P}" used in "having" needs to be provided in "by".` : [
|
|
1228
|
+
Error,
|
|
1229
|
+
'Field ',
|
|
1230
|
+
P,
|
|
1231
|
+
` in "having" needs to be provided in "by"`
|
|
1232
|
+
];
|
|
1233
|
+
}[HavingFields] : 'take' extends Prisma.Keys<T> ? 'orderBy' extends Prisma.Keys<T> ? ByValid extends Prisma.True ? {} : {
|
|
1234
|
+
[P in OrderFields]: P extends ByFields ? never : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`;
|
|
1235
|
+
}[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 ? {} : {
|
|
1236
|
+
[P in OrderFields]: P extends ByFields ? never : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`;
|
|
1237
|
+
}[OrderFields] : 'Error: If you provide "skip", you also need to provide "orderBy"' : ByValid extends Prisma.True ? {} : {
|
|
1238
|
+
[P in OrderFields]: P extends ByFields ? never : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`;
|
|
1239
|
+
}[OrderFields]>(args: Prisma.SubsetIntersection<T, FormDeliveryAttemptGroupByArgs, OrderByArg> & InputErrors): {} extends InputErrors ? GetFormDeliveryAttemptGroupByPayload<T> : Prisma.PrismaPromise<InputErrors>;
|
|
1240
|
+
/**
|
|
1241
|
+
* Fields of the FormDeliveryAttempt model
|
|
1242
|
+
*/
|
|
1243
|
+
readonly fields: FormDeliveryAttemptFieldRefs;
|
|
1244
|
+
}
|
|
1245
|
+
/**
|
|
1246
|
+
* The delegate class that acts as a "Promise-like" for FormDeliveryAttempt.
|
|
1247
|
+
* Why is this prefixed with `Prisma__`?
|
|
1248
|
+
* Because we want to prevent naming conflicts as mentioned in
|
|
1249
|
+
* https://github.com/prisma/prisma-client-js/issues/707
|
|
1250
|
+
*/
|
|
1251
|
+
export interface Prisma__FormDeliveryAttemptClient<T, Null = never, ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> extends Prisma.PrismaPromise<T> {
|
|
1252
|
+
readonly [Symbol.toStringTag]: "PrismaPromise";
|
|
1253
|
+
submission<T extends Prisma.FormSubmissionDefaultArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.FormSubmissionDefaultArgs<ExtArgs>>): Prisma.Prisma__FormSubmissionClient<runtime.Types.Result.GetResult<Prisma.$FormSubmissionPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | Null, Null, ExtArgs, GlobalOmitOptions>;
|
|
1254
|
+
/**
|
|
1255
|
+
* Attaches callbacks for the resolution and/or rejection of the Promise.
|
|
1256
|
+
* @param onfulfilled The callback to execute when the Promise is resolved.
|
|
1257
|
+
* @param onrejected The callback to execute when the Promise is rejected.
|
|
1258
|
+
* @returns A Promise for the completion of which ever callback is executed.
|
|
1259
|
+
*/
|
|
1260
|
+
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>;
|
|
1261
|
+
/**
|
|
1262
|
+
* Attaches a callback for only the rejection of the Promise.
|
|
1263
|
+
* @param onrejected The callback to execute when the Promise is rejected.
|
|
1264
|
+
* @returns A Promise for the completion of the callback.
|
|
1265
|
+
*/
|
|
1266
|
+
catch<TResult = never>(onrejected?: ((reason: any) => TResult | PromiseLike<TResult>) | undefined | null): runtime.Types.Utils.JsPromise<T | TResult>;
|
|
1267
|
+
/**
|
|
1268
|
+
* Attaches a callback that is invoked when the Promise is settled (fulfilled or rejected). The
|
|
1269
|
+
* resolved value cannot be modified from the callback.
|
|
1270
|
+
* @param onfinally The callback to execute when the Promise is settled (fulfilled or rejected).
|
|
1271
|
+
* @returns A Promise for the completion of the callback.
|
|
1272
|
+
*/
|
|
1273
|
+
finally(onfinally?: (() => void) | undefined | null): runtime.Types.Utils.JsPromise<T>;
|
|
1274
|
+
}
|
|
1275
|
+
/**
|
|
1276
|
+
* Fields of the FormDeliveryAttempt model
|
|
1277
|
+
*/
|
|
1278
|
+
export interface FormDeliveryAttemptFieldRefs {
|
|
1279
|
+
readonly id: Prisma.FieldRef<"FormDeliveryAttempt", 'String'>;
|
|
1280
|
+
readonly submissionId: Prisma.FieldRef<"FormDeliveryAttempt", 'String'>;
|
|
1281
|
+
readonly formId: Prisma.FieldRef<"FormDeliveryAttempt", 'String'>;
|
|
1282
|
+
readonly channel: Prisma.FieldRef<"FormDeliveryAttempt", 'String'>;
|
|
1283
|
+
readonly destination: Prisma.FieldRef<"FormDeliveryAttempt", 'String'>;
|
|
1284
|
+
readonly webhookId: Prisma.FieldRef<"FormDeliveryAttempt", 'String'>;
|
|
1285
|
+
readonly status: Prisma.FieldRef<"FormDeliveryAttempt", 'String'>;
|
|
1286
|
+
readonly attempts: Prisma.FieldRef<"FormDeliveryAttempt", 'Int'>;
|
|
1287
|
+
readonly maxAttempts: Prisma.FieldRef<"FormDeliveryAttempt", 'Int'>;
|
|
1288
|
+
readonly lastAttemptAt: Prisma.FieldRef<"FormDeliveryAttempt", 'DateTime'>;
|
|
1289
|
+
readonly nextRetryAt: Prisma.FieldRef<"FormDeliveryAttempt", 'DateTime'>;
|
|
1290
|
+
readonly error: Prisma.FieldRef<"FormDeliveryAttempt", 'String'>;
|
|
1291
|
+
readonly responseStatus: Prisma.FieldRef<"FormDeliveryAttempt", 'Int'>;
|
|
1292
|
+
readonly skippedReason: Prisma.FieldRef<"FormDeliveryAttempt", 'String'>;
|
|
1293
|
+
readonly payload: Prisma.FieldRef<"FormDeliveryAttempt", 'Json'>;
|
|
1294
|
+
readonly alertedAt: Prisma.FieldRef<"FormDeliveryAttempt", 'DateTime'>;
|
|
1295
|
+
readonly createdAt: Prisma.FieldRef<"FormDeliveryAttempt", 'DateTime'>;
|
|
1296
|
+
readonly updatedAt: Prisma.FieldRef<"FormDeliveryAttempt", 'DateTime'>;
|
|
1297
|
+
}
|
|
1298
|
+
/**
|
|
1299
|
+
* FormDeliveryAttempt findUnique
|
|
1300
|
+
*/
|
|
1301
|
+
export type FormDeliveryAttemptFindUniqueArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1302
|
+
/**
|
|
1303
|
+
* Select specific fields to fetch from the FormDeliveryAttempt
|
|
1304
|
+
*/
|
|
1305
|
+
select?: Prisma.FormDeliveryAttemptSelect<ExtArgs> | null;
|
|
1306
|
+
/**
|
|
1307
|
+
* Omit specific fields from the FormDeliveryAttempt
|
|
1308
|
+
*/
|
|
1309
|
+
omit?: Prisma.FormDeliveryAttemptOmit<ExtArgs> | null;
|
|
1310
|
+
/**
|
|
1311
|
+
* Choose, which related nodes to fetch as well
|
|
1312
|
+
*/
|
|
1313
|
+
include?: Prisma.FormDeliveryAttemptInclude<ExtArgs> | null;
|
|
1314
|
+
/**
|
|
1315
|
+
* Filter, which FormDeliveryAttempt to fetch.
|
|
1316
|
+
*/
|
|
1317
|
+
where: Prisma.FormDeliveryAttemptWhereUniqueInput;
|
|
1318
|
+
relationLoadStrategy?: Prisma.RelationLoadStrategy;
|
|
1319
|
+
};
|
|
1320
|
+
/**
|
|
1321
|
+
* FormDeliveryAttempt findUniqueOrThrow
|
|
1322
|
+
*/
|
|
1323
|
+
export type FormDeliveryAttemptFindUniqueOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1324
|
+
/**
|
|
1325
|
+
* Select specific fields to fetch from the FormDeliveryAttempt
|
|
1326
|
+
*/
|
|
1327
|
+
select?: Prisma.FormDeliveryAttemptSelect<ExtArgs> | null;
|
|
1328
|
+
/**
|
|
1329
|
+
* Omit specific fields from the FormDeliveryAttempt
|
|
1330
|
+
*/
|
|
1331
|
+
omit?: Prisma.FormDeliveryAttemptOmit<ExtArgs> | null;
|
|
1332
|
+
/**
|
|
1333
|
+
* Choose, which related nodes to fetch as well
|
|
1334
|
+
*/
|
|
1335
|
+
include?: Prisma.FormDeliveryAttemptInclude<ExtArgs> | null;
|
|
1336
|
+
/**
|
|
1337
|
+
* Filter, which FormDeliveryAttempt to fetch.
|
|
1338
|
+
*/
|
|
1339
|
+
where: Prisma.FormDeliveryAttemptWhereUniqueInput;
|
|
1340
|
+
relationLoadStrategy?: Prisma.RelationLoadStrategy;
|
|
1341
|
+
};
|
|
1342
|
+
/**
|
|
1343
|
+
* FormDeliveryAttempt findFirst
|
|
1344
|
+
*/
|
|
1345
|
+
export type FormDeliveryAttemptFindFirstArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1346
|
+
/**
|
|
1347
|
+
* Select specific fields to fetch from the FormDeliveryAttempt
|
|
1348
|
+
*/
|
|
1349
|
+
select?: Prisma.FormDeliveryAttemptSelect<ExtArgs> | null;
|
|
1350
|
+
/**
|
|
1351
|
+
* Omit specific fields from the FormDeliveryAttempt
|
|
1352
|
+
*/
|
|
1353
|
+
omit?: Prisma.FormDeliveryAttemptOmit<ExtArgs> | null;
|
|
1354
|
+
/**
|
|
1355
|
+
* Choose, which related nodes to fetch as well
|
|
1356
|
+
*/
|
|
1357
|
+
include?: Prisma.FormDeliveryAttemptInclude<ExtArgs> | null;
|
|
1358
|
+
/**
|
|
1359
|
+
* Filter, which FormDeliveryAttempt to fetch.
|
|
1360
|
+
*/
|
|
1361
|
+
where?: Prisma.FormDeliveryAttemptWhereInput;
|
|
1362
|
+
/**
|
|
1363
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
1364
|
+
*
|
|
1365
|
+
* Determine the order of FormDeliveryAttempts to fetch.
|
|
1366
|
+
*/
|
|
1367
|
+
orderBy?: Prisma.FormDeliveryAttemptOrderByWithRelationInput | Prisma.FormDeliveryAttemptOrderByWithRelationInput[];
|
|
1368
|
+
/**
|
|
1369
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
1370
|
+
*
|
|
1371
|
+
* Sets the position for searching for FormDeliveryAttempts.
|
|
1372
|
+
*/
|
|
1373
|
+
cursor?: Prisma.FormDeliveryAttemptWhereUniqueInput;
|
|
1374
|
+
/**
|
|
1375
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1376
|
+
*
|
|
1377
|
+
* Take `±n` FormDeliveryAttempts from the position of the cursor.
|
|
1378
|
+
*/
|
|
1379
|
+
take?: number;
|
|
1380
|
+
/**
|
|
1381
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1382
|
+
*
|
|
1383
|
+
* Skip the first `n` FormDeliveryAttempts.
|
|
1384
|
+
*/
|
|
1385
|
+
skip?: number;
|
|
1386
|
+
/**
|
|
1387
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
|
1388
|
+
*
|
|
1389
|
+
* Filter by unique combinations of FormDeliveryAttempts.
|
|
1390
|
+
*/
|
|
1391
|
+
distinct?: Prisma.FormDeliveryAttemptScalarFieldEnum | Prisma.FormDeliveryAttemptScalarFieldEnum[];
|
|
1392
|
+
relationLoadStrategy?: Prisma.RelationLoadStrategy;
|
|
1393
|
+
};
|
|
1394
|
+
/**
|
|
1395
|
+
* FormDeliveryAttempt findFirstOrThrow
|
|
1396
|
+
*/
|
|
1397
|
+
export type FormDeliveryAttemptFindFirstOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1398
|
+
/**
|
|
1399
|
+
* Select specific fields to fetch from the FormDeliveryAttempt
|
|
1400
|
+
*/
|
|
1401
|
+
select?: Prisma.FormDeliveryAttemptSelect<ExtArgs> | null;
|
|
1402
|
+
/**
|
|
1403
|
+
* Omit specific fields from the FormDeliveryAttempt
|
|
1404
|
+
*/
|
|
1405
|
+
omit?: Prisma.FormDeliveryAttemptOmit<ExtArgs> | null;
|
|
1406
|
+
/**
|
|
1407
|
+
* Choose, which related nodes to fetch as well
|
|
1408
|
+
*/
|
|
1409
|
+
include?: Prisma.FormDeliveryAttemptInclude<ExtArgs> | null;
|
|
1410
|
+
/**
|
|
1411
|
+
* Filter, which FormDeliveryAttempt to fetch.
|
|
1412
|
+
*/
|
|
1413
|
+
where?: Prisma.FormDeliveryAttemptWhereInput;
|
|
1414
|
+
/**
|
|
1415
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
1416
|
+
*
|
|
1417
|
+
* Determine the order of FormDeliveryAttempts to fetch.
|
|
1418
|
+
*/
|
|
1419
|
+
orderBy?: Prisma.FormDeliveryAttemptOrderByWithRelationInput | Prisma.FormDeliveryAttemptOrderByWithRelationInput[];
|
|
1420
|
+
/**
|
|
1421
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
1422
|
+
*
|
|
1423
|
+
* Sets the position for searching for FormDeliveryAttempts.
|
|
1424
|
+
*/
|
|
1425
|
+
cursor?: Prisma.FormDeliveryAttemptWhereUniqueInput;
|
|
1426
|
+
/**
|
|
1427
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1428
|
+
*
|
|
1429
|
+
* Take `±n` FormDeliveryAttempts from the position of the cursor.
|
|
1430
|
+
*/
|
|
1431
|
+
take?: number;
|
|
1432
|
+
/**
|
|
1433
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1434
|
+
*
|
|
1435
|
+
* Skip the first `n` FormDeliveryAttempts.
|
|
1436
|
+
*/
|
|
1437
|
+
skip?: number;
|
|
1438
|
+
/**
|
|
1439
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
|
1440
|
+
*
|
|
1441
|
+
* Filter by unique combinations of FormDeliveryAttempts.
|
|
1442
|
+
*/
|
|
1443
|
+
distinct?: Prisma.FormDeliveryAttemptScalarFieldEnum | Prisma.FormDeliveryAttemptScalarFieldEnum[];
|
|
1444
|
+
relationLoadStrategy?: Prisma.RelationLoadStrategy;
|
|
1445
|
+
};
|
|
1446
|
+
/**
|
|
1447
|
+
* FormDeliveryAttempt findMany
|
|
1448
|
+
*/
|
|
1449
|
+
export type FormDeliveryAttemptFindManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1450
|
+
/**
|
|
1451
|
+
* Select specific fields to fetch from the FormDeliveryAttempt
|
|
1452
|
+
*/
|
|
1453
|
+
select?: Prisma.FormDeliveryAttemptSelect<ExtArgs> | null;
|
|
1454
|
+
/**
|
|
1455
|
+
* Omit specific fields from the FormDeliveryAttempt
|
|
1456
|
+
*/
|
|
1457
|
+
omit?: Prisma.FormDeliveryAttemptOmit<ExtArgs> | null;
|
|
1458
|
+
/**
|
|
1459
|
+
* Choose, which related nodes to fetch as well
|
|
1460
|
+
*/
|
|
1461
|
+
include?: Prisma.FormDeliveryAttemptInclude<ExtArgs> | null;
|
|
1462
|
+
/**
|
|
1463
|
+
* Filter, which FormDeliveryAttempts to fetch.
|
|
1464
|
+
*/
|
|
1465
|
+
where?: Prisma.FormDeliveryAttemptWhereInput;
|
|
1466
|
+
/**
|
|
1467
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
1468
|
+
*
|
|
1469
|
+
* Determine the order of FormDeliveryAttempts to fetch.
|
|
1470
|
+
*/
|
|
1471
|
+
orderBy?: Prisma.FormDeliveryAttemptOrderByWithRelationInput | Prisma.FormDeliveryAttemptOrderByWithRelationInput[];
|
|
1472
|
+
/**
|
|
1473
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
1474
|
+
*
|
|
1475
|
+
* Sets the position for listing FormDeliveryAttempts.
|
|
1476
|
+
*/
|
|
1477
|
+
cursor?: Prisma.FormDeliveryAttemptWhereUniqueInput;
|
|
1478
|
+
/**
|
|
1479
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1480
|
+
*
|
|
1481
|
+
* Take `±n` FormDeliveryAttempts from the position of the cursor.
|
|
1482
|
+
*/
|
|
1483
|
+
take?: number;
|
|
1484
|
+
/**
|
|
1485
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1486
|
+
*
|
|
1487
|
+
* Skip the first `n` FormDeliveryAttempts.
|
|
1488
|
+
*/
|
|
1489
|
+
skip?: number;
|
|
1490
|
+
/**
|
|
1491
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
|
1492
|
+
*
|
|
1493
|
+
* Filter by unique combinations of FormDeliveryAttempts.
|
|
1494
|
+
*/
|
|
1495
|
+
distinct?: Prisma.FormDeliveryAttemptScalarFieldEnum | Prisma.FormDeliveryAttemptScalarFieldEnum[];
|
|
1496
|
+
relationLoadStrategy?: Prisma.RelationLoadStrategy;
|
|
1497
|
+
};
|
|
1498
|
+
/**
|
|
1499
|
+
* FormDeliveryAttempt create
|
|
1500
|
+
*/
|
|
1501
|
+
export type FormDeliveryAttemptCreateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1502
|
+
/**
|
|
1503
|
+
* Select specific fields to fetch from the FormDeliveryAttempt
|
|
1504
|
+
*/
|
|
1505
|
+
select?: Prisma.FormDeliveryAttemptSelect<ExtArgs> | null;
|
|
1506
|
+
/**
|
|
1507
|
+
* Omit specific fields from the FormDeliveryAttempt
|
|
1508
|
+
*/
|
|
1509
|
+
omit?: Prisma.FormDeliveryAttemptOmit<ExtArgs> | null;
|
|
1510
|
+
/**
|
|
1511
|
+
* Choose, which related nodes to fetch as well
|
|
1512
|
+
*/
|
|
1513
|
+
include?: Prisma.FormDeliveryAttemptInclude<ExtArgs> | null;
|
|
1514
|
+
/**
|
|
1515
|
+
* The data needed to create a FormDeliveryAttempt.
|
|
1516
|
+
*/
|
|
1517
|
+
data: Prisma.XOR<Prisma.FormDeliveryAttemptCreateInput, Prisma.FormDeliveryAttemptUncheckedCreateInput>;
|
|
1518
|
+
relationLoadStrategy?: Prisma.RelationLoadStrategy;
|
|
1519
|
+
};
|
|
1520
|
+
/**
|
|
1521
|
+
* FormDeliveryAttempt createMany
|
|
1522
|
+
*/
|
|
1523
|
+
export type FormDeliveryAttemptCreateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1524
|
+
/**
|
|
1525
|
+
* The data used to create many FormDeliveryAttempts.
|
|
1526
|
+
*/
|
|
1527
|
+
data: Prisma.FormDeliveryAttemptCreateManyInput | Prisma.FormDeliveryAttemptCreateManyInput[];
|
|
1528
|
+
skipDuplicates?: boolean;
|
|
1529
|
+
};
|
|
1530
|
+
/**
|
|
1531
|
+
* FormDeliveryAttempt createManyAndReturn
|
|
1532
|
+
*/
|
|
1533
|
+
export type FormDeliveryAttemptCreateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1534
|
+
/**
|
|
1535
|
+
* Select specific fields to fetch from the FormDeliveryAttempt
|
|
1536
|
+
*/
|
|
1537
|
+
select?: Prisma.FormDeliveryAttemptSelectCreateManyAndReturn<ExtArgs> | null;
|
|
1538
|
+
/**
|
|
1539
|
+
* Omit specific fields from the FormDeliveryAttempt
|
|
1540
|
+
*/
|
|
1541
|
+
omit?: Prisma.FormDeliveryAttemptOmit<ExtArgs> | null;
|
|
1542
|
+
/**
|
|
1543
|
+
* The data used to create many FormDeliveryAttempts.
|
|
1544
|
+
*/
|
|
1545
|
+
data: Prisma.FormDeliveryAttemptCreateManyInput | Prisma.FormDeliveryAttemptCreateManyInput[];
|
|
1546
|
+
skipDuplicates?: boolean;
|
|
1547
|
+
/**
|
|
1548
|
+
* Choose, which related nodes to fetch as well
|
|
1549
|
+
*/
|
|
1550
|
+
include?: Prisma.FormDeliveryAttemptIncludeCreateManyAndReturn<ExtArgs> | null;
|
|
1551
|
+
};
|
|
1552
|
+
/**
|
|
1553
|
+
* FormDeliveryAttempt update
|
|
1554
|
+
*/
|
|
1555
|
+
export type FormDeliveryAttemptUpdateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1556
|
+
/**
|
|
1557
|
+
* Select specific fields to fetch from the FormDeliveryAttempt
|
|
1558
|
+
*/
|
|
1559
|
+
select?: Prisma.FormDeliveryAttemptSelect<ExtArgs> | null;
|
|
1560
|
+
/**
|
|
1561
|
+
* Omit specific fields from the FormDeliveryAttempt
|
|
1562
|
+
*/
|
|
1563
|
+
omit?: Prisma.FormDeliveryAttemptOmit<ExtArgs> | null;
|
|
1564
|
+
/**
|
|
1565
|
+
* Choose, which related nodes to fetch as well
|
|
1566
|
+
*/
|
|
1567
|
+
include?: Prisma.FormDeliveryAttemptInclude<ExtArgs> | null;
|
|
1568
|
+
/**
|
|
1569
|
+
* The data needed to update a FormDeliveryAttempt.
|
|
1570
|
+
*/
|
|
1571
|
+
data: Prisma.XOR<Prisma.FormDeliveryAttemptUpdateInput, Prisma.FormDeliveryAttemptUncheckedUpdateInput>;
|
|
1572
|
+
/**
|
|
1573
|
+
* Choose, which FormDeliveryAttempt to update.
|
|
1574
|
+
*/
|
|
1575
|
+
where: Prisma.FormDeliveryAttemptWhereUniqueInput;
|
|
1576
|
+
relationLoadStrategy?: Prisma.RelationLoadStrategy;
|
|
1577
|
+
};
|
|
1578
|
+
/**
|
|
1579
|
+
* FormDeliveryAttempt updateMany
|
|
1580
|
+
*/
|
|
1581
|
+
export type FormDeliveryAttemptUpdateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1582
|
+
/**
|
|
1583
|
+
* The data used to update FormDeliveryAttempts.
|
|
1584
|
+
*/
|
|
1585
|
+
data: Prisma.XOR<Prisma.FormDeliveryAttemptUpdateManyMutationInput, Prisma.FormDeliveryAttemptUncheckedUpdateManyInput>;
|
|
1586
|
+
/**
|
|
1587
|
+
* Filter which FormDeliveryAttempts to update
|
|
1588
|
+
*/
|
|
1589
|
+
where?: Prisma.FormDeliveryAttemptWhereInput;
|
|
1590
|
+
/**
|
|
1591
|
+
* Limit how many FormDeliveryAttempts to update.
|
|
1592
|
+
*/
|
|
1593
|
+
limit?: number;
|
|
1594
|
+
};
|
|
1595
|
+
/**
|
|
1596
|
+
* FormDeliveryAttempt updateManyAndReturn
|
|
1597
|
+
*/
|
|
1598
|
+
export type FormDeliveryAttemptUpdateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1599
|
+
/**
|
|
1600
|
+
* Select specific fields to fetch from the FormDeliveryAttempt
|
|
1601
|
+
*/
|
|
1602
|
+
select?: Prisma.FormDeliveryAttemptSelectUpdateManyAndReturn<ExtArgs> | null;
|
|
1603
|
+
/**
|
|
1604
|
+
* Omit specific fields from the FormDeliveryAttempt
|
|
1605
|
+
*/
|
|
1606
|
+
omit?: Prisma.FormDeliveryAttemptOmit<ExtArgs> | null;
|
|
1607
|
+
/**
|
|
1608
|
+
* The data used to update FormDeliveryAttempts.
|
|
1609
|
+
*/
|
|
1610
|
+
data: Prisma.XOR<Prisma.FormDeliveryAttemptUpdateManyMutationInput, Prisma.FormDeliveryAttemptUncheckedUpdateManyInput>;
|
|
1611
|
+
/**
|
|
1612
|
+
* Filter which FormDeliveryAttempts to update
|
|
1613
|
+
*/
|
|
1614
|
+
where?: Prisma.FormDeliveryAttemptWhereInput;
|
|
1615
|
+
/**
|
|
1616
|
+
* Limit how many FormDeliveryAttempts to update.
|
|
1617
|
+
*/
|
|
1618
|
+
limit?: number;
|
|
1619
|
+
/**
|
|
1620
|
+
* Choose, which related nodes to fetch as well
|
|
1621
|
+
*/
|
|
1622
|
+
include?: Prisma.FormDeliveryAttemptIncludeUpdateManyAndReturn<ExtArgs> | null;
|
|
1623
|
+
};
|
|
1624
|
+
/**
|
|
1625
|
+
* FormDeliveryAttempt upsert
|
|
1626
|
+
*/
|
|
1627
|
+
export type FormDeliveryAttemptUpsertArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1628
|
+
/**
|
|
1629
|
+
* Select specific fields to fetch from the FormDeliveryAttempt
|
|
1630
|
+
*/
|
|
1631
|
+
select?: Prisma.FormDeliveryAttemptSelect<ExtArgs> | null;
|
|
1632
|
+
/**
|
|
1633
|
+
* Omit specific fields from the FormDeliveryAttempt
|
|
1634
|
+
*/
|
|
1635
|
+
omit?: Prisma.FormDeliveryAttemptOmit<ExtArgs> | null;
|
|
1636
|
+
/**
|
|
1637
|
+
* Choose, which related nodes to fetch as well
|
|
1638
|
+
*/
|
|
1639
|
+
include?: Prisma.FormDeliveryAttemptInclude<ExtArgs> | null;
|
|
1640
|
+
/**
|
|
1641
|
+
* The filter to search for the FormDeliveryAttempt to update in case it exists.
|
|
1642
|
+
*/
|
|
1643
|
+
where: Prisma.FormDeliveryAttemptWhereUniqueInput;
|
|
1644
|
+
/**
|
|
1645
|
+
* In case the FormDeliveryAttempt found by the `where` argument doesn't exist, create a new FormDeliveryAttempt with this data.
|
|
1646
|
+
*/
|
|
1647
|
+
create: Prisma.XOR<Prisma.FormDeliveryAttemptCreateInput, Prisma.FormDeliveryAttemptUncheckedCreateInput>;
|
|
1648
|
+
/**
|
|
1649
|
+
* In case the FormDeliveryAttempt was found with the provided `where` argument, update it with this data.
|
|
1650
|
+
*/
|
|
1651
|
+
update: Prisma.XOR<Prisma.FormDeliveryAttemptUpdateInput, Prisma.FormDeliveryAttemptUncheckedUpdateInput>;
|
|
1652
|
+
relationLoadStrategy?: Prisma.RelationLoadStrategy;
|
|
1653
|
+
};
|
|
1654
|
+
/**
|
|
1655
|
+
* FormDeliveryAttempt delete
|
|
1656
|
+
*/
|
|
1657
|
+
export type FormDeliveryAttemptDeleteArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1658
|
+
/**
|
|
1659
|
+
* Select specific fields to fetch from the FormDeliveryAttempt
|
|
1660
|
+
*/
|
|
1661
|
+
select?: Prisma.FormDeliveryAttemptSelect<ExtArgs> | null;
|
|
1662
|
+
/**
|
|
1663
|
+
* Omit specific fields from the FormDeliveryAttempt
|
|
1664
|
+
*/
|
|
1665
|
+
omit?: Prisma.FormDeliveryAttemptOmit<ExtArgs> | null;
|
|
1666
|
+
/**
|
|
1667
|
+
* Choose, which related nodes to fetch as well
|
|
1668
|
+
*/
|
|
1669
|
+
include?: Prisma.FormDeliveryAttemptInclude<ExtArgs> | null;
|
|
1670
|
+
/**
|
|
1671
|
+
* Filter which FormDeliveryAttempt to delete.
|
|
1672
|
+
*/
|
|
1673
|
+
where: Prisma.FormDeliveryAttemptWhereUniqueInput;
|
|
1674
|
+
relationLoadStrategy?: Prisma.RelationLoadStrategy;
|
|
1675
|
+
};
|
|
1676
|
+
/**
|
|
1677
|
+
* FormDeliveryAttempt deleteMany
|
|
1678
|
+
*/
|
|
1679
|
+
export type FormDeliveryAttemptDeleteManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1680
|
+
/**
|
|
1681
|
+
* Filter which FormDeliveryAttempts to delete
|
|
1682
|
+
*/
|
|
1683
|
+
where?: Prisma.FormDeliveryAttemptWhereInput;
|
|
1684
|
+
/**
|
|
1685
|
+
* Limit how many FormDeliveryAttempts to delete.
|
|
1686
|
+
*/
|
|
1687
|
+
limit?: number;
|
|
1688
|
+
};
|
|
1689
|
+
/**
|
|
1690
|
+
* FormDeliveryAttempt without action
|
|
1691
|
+
*/
|
|
1692
|
+
export type FormDeliveryAttemptDefaultArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1693
|
+
/**
|
|
1694
|
+
* Select specific fields to fetch from the FormDeliveryAttempt
|
|
1695
|
+
*/
|
|
1696
|
+
select?: Prisma.FormDeliveryAttemptSelect<ExtArgs> | null;
|
|
1697
|
+
/**
|
|
1698
|
+
* Omit specific fields from the FormDeliveryAttempt
|
|
1699
|
+
*/
|
|
1700
|
+
omit?: Prisma.FormDeliveryAttemptOmit<ExtArgs> | null;
|
|
1701
|
+
/**
|
|
1702
|
+
* Choose, which related nodes to fetch as well
|
|
1703
|
+
*/
|
|
1704
|
+
include?: Prisma.FormDeliveryAttemptInclude<ExtArgs> | null;
|
|
1705
|
+
};
|