@windrun-huaiin/third-ui 7.0.0 → 7.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_virtual/_commonjsHelpers.js +7 -0
- package/dist/_virtual/_commonjsHelpers.mjs +5 -0
- package/dist/_virtual/advancedFormat.js +9 -0
- package/dist/_virtual/advancedFormat.mjs +7 -0
- package/dist/_virtual/advancedFormat2.js +5 -0
- package/dist/_virtual/advancedFormat2.mjs +3 -0
- package/dist/_virtual/cancellation.js +7 -0
- package/dist/_virtual/cancellation.mjs +5 -0
- package/dist/_virtual/cancellation2.js +5 -0
- package/dist/_virtual/cancellation2.mjs +3 -0
- package/dist/_virtual/constants.js +5 -0
- package/dist/_virtual/constants.mjs +3 -0
- package/dist/_virtual/cose-base.js +5 -0
- package/dist/_virtual/cose-base.mjs +3 -0
- package/dist/_virtual/cose-base2.js +5 -0
- package/dist/_virtual/cose-base2.mjs +3 -0
- package/dist/_virtual/customParseFormat.js +9 -0
- package/dist/_virtual/customParseFormat.mjs +7 -0
- package/dist/_virtual/customParseFormat2.js +5 -0
- package/dist/_virtual/customParseFormat2.mjs +3 -0
- package/dist/_virtual/cytoscape-cose-bilkent.js +9 -0
- package/dist/_virtual/cytoscape-cose-bilkent.mjs +7 -0
- package/dist/_virtual/cytoscape-cose-bilkent2.js +5 -0
- package/dist/_virtual/cytoscape-cose-bilkent2.mjs +3 -0
- package/dist/_virtual/cytoscape-fcose.js +9 -0
- package/dist/_virtual/cytoscape-fcose.mjs +7 -0
- package/dist/_virtual/cytoscape-fcose2.js +5 -0
- package/dist/_virtual/cytoscape-fcose2.mjs +3 -0
- package/dist/_virtual/dayjs.min.js +9 -0
- package/dist/_virtual/dayjs.min.mjs +7 -0
- package/dist/_virtual/dayjs.min2.js +5 -0
- package/dist/_virtual/dayjs.min2.mjs +3 -0
- package/dist/_virtual/events.js +7 -0
- package/dist/_virtual/events.mjs +5 -0
- package/dist/_virtual/events2.js +5 -0
- package/dist/_virtual/events2.mjs +3 -0
- package/dist/_virtual/index.js +7 -0
- package/dist/_virtual/index.mjs +5 -0
- package/dist/_virtual/index2.js +5 -0
- package/dist/_virtual/index2.mjs +3 -0
- package/dist/_virtual/is.js +5 -0
- package/dist/_virtual/is.mjs +3 -0
- package/dist/_virtual/isoWeek.js +9 -0
- package/dist/_virtual/isoWeek.mjs +7 -0
- package/dist/_virtual/isoWeek2.js +5 -0
- package/dist/_virtual/isoWeek2.mjs +3 -0
- package/dist/_virtual/layout-base.js +5 -0
- package/dist/_virtual/layout-base.mjs +3 -0
- package/dist/_virtual/layout-base2.js +5 -0
- package/dist/_virtual/layout-base2.mjs +3 -0
- package/dist/_virtual/ral.js +5 -0
- package/dist/_virtual/ral.mjs +3 -0
- package/dist/clerk/clerk-organization-client.d.ts +11 -0
- package/dist/clerk/clerk-organization-client.js +18 -0
- package/dist/clerk/clerk-organization-client.mjs +16 -0
- package/dist/clerk/clerk-organization.d.ts +6 -0
- package/dist/clerk/clerk-organization.js +22 -0
- package/dist/clerk/clerk-organization.mjs +20 -0
- package/dist/clerk/clerk-page-generator.d.ts +11 -0
- package/dist/clerk/clerk-page-generator.js +24 -0
- package/dist/clerk/clerk-page-generator.mjs +20 -0
- package/dist/clerk/clerk-provider-client.d.ts +12 -0
- package/dist/clerk/clerk-provider-client.js +34 -0
- package/dist/clerk/clerk-provider-client.mjs +32 -0
- package/dist/clerk/clerk-user-client.d.ts +13 -0
- package/dist/clerk/clerk-user-client.js +16 -0
- package/dist/clerk/clerk-user-client.mjs +14 -0
- package/dist/clerk/clerk-user.d.ts +7 -0
- package/dist/clerk/clerk-user.js +25 -0
- package/dist/clerk/clerk-user.mjs +23 -0
- package/dist/clerk/index.d.ts +1 -0
- package/dist/clerk/index.js +8 -0
- package/dist/clerk/index.mjs +2 -0
- package/dist/clerk/server.d.ts +3 -0
- package/dist/clerk/server.js +13 -0
- package/dist/clerk/server.mjs +3 -0
- package/dist/fuma/fuma-banner-suit.d.ts +4 -0
- package/dist/fuma/fuma-banner-suit.js +33 -0
- package/dist/fuma/fuma-banner-suit.mjs +31 -0
- package/dist/fuma/fuma-page-genarator.d.ts +44 -0
- package/dist/fuma/fuma-page-genarator.js +77 -0
- package/dist/fuma/fuma-page-genarator.mjs +75 -0
- package/dist/fuma/llm-copy-handler.d.ts +16 -0
- package/dist/fuma/llm-copy-handler.js +83 -0
- package/dist/fuma/llm-copy-handler.mjs +81 -0
- package/dist/fuma/mdx/airtical-card.d.ts +10 -0
- package/dist/fuma/mdx/banner.d.ts +17 -0
- package/dist/fuma/mdx/banner.js +90 -0
- package/dist/fuma/mdx/banner.mjs +88 -0
- package/dist/fuma/mdx/fuma-github-info.d.ts +18 -0
- package/dist/fuma/mdx/fuma-github-info.js +113 -0
- package/dist/fuma/mdx/fuma-github-info.mjs +111 -0
- package/dist/fuma/mdx/gradient-button.d.ts +14 -0
- package/dist/fuma/mdx/gradient-button.js +74 -0
- package/dist/fuma/mdx/gradient-button.mjs +72 -0
- package/dist/fuma/mdx/image-grid.d.ts +6 -0
- package/dist/fuma/mdx/image-grid.js +17 -0
- package/dist/fuma/mdx/image-grid.mjs +15 -0
- package/dist/fuma/mdx/image-zoom.d.ts +22 -0
- package/dist/fuma/mdx/image-zoom.js +39 -0
- package/dist/fuma/mdx/image-zoom.mjs +37 -0
- package/dist/fuma/mdx/index.d.ts +11 -0
- package/dist/fuma/mdx/index.js +31 -0
- package/dist/fuma/mdx/index.mjs +12 -0
- package/dist/fuma/mdx/mermaid.d.ts +12 -0
- package/dist/fuma/mdx/mermaid.js +177 -0
- package/dist/fuma/mdx/mermaid.mjs +173 -0
- package/dist/fuma/mdx/toc-base.d.ts +11 -0
- package/dist/fuma/mdx/toc-base.js +70 -0
- package/dist/fuma/mdx/toc-base.mjs +66 -0
- package/dist/fuma/mdx/toc-footer-wrapper.d.ts +9 -0
- package/dist/fuma/mdx/toc-footer-wrapper.js +12 -0
- package/dist/fuma/mdx/toc-footer-wrapper.mjs +10 -0
- package/dist/fuma/mdx/trophy-card.d.ts +6 -0
- package/dist/fuma/mdx/trophy-card.js +11 -0
- package/dist/fuma/mdx/trophy-card.mjs +9 -0
- package/dist/fuma/mdx/zia-card.d.ts +9 -0
- package/dist/fuma/mdx/zia-card.js +20 -0
- package/dist/fuma/mdx/zia-card.mjs +18 -0
- package/dist/fuma/mdx/zia-file.d.ts +16 -0
- package/dist/fuma/mdx/zia-file.js +30 -0
- package/dist/fuma/mdx/zia-file.mjs +27 -0
- package/dist/fuma/server.d.ts +4 -0
- package/dist/fuma/server.js +13 -0
- package/dist/fuma/server.mjs +4 -0
- package/dist/fuma/site-x.d.ts +8 -0
- package/dist/fuma/site-x.js +32 -0
- package/dist/fuma/site-x.mjs +30 -0
- package/dist/lib/clerk-intl.d.ts +4568 -0
- package/dist/lib/clerk-intl.js +13 -0
- package/dist/lib/clerk-intl.mjs +11 -0
- package/dist/lib/fuma-schema-check-util.d.ts +62 -0
- package/dist/lib/fuma-schema-check-util.js +64 -0
- package/dist/lib/fuma-schema-check-util.mjs +56 -0
- package/dist/lib/fuma-search-util.d.ts +2 -0
- package/dist/lib/fuma-search-util.js +8 -0
- package/dist/lib/fuma-search-util.mjs +6 -0
- package/dist/lib/seo-util.d.ts +31 -0
- package/dist/lib/seo-util.js +106 -0
- package/dist/lib/seo-util.mjs +101 -0
- package/dist/lib/server.d.ts +4 -0
- package/dist/lib/server.js +22 -0
- package/dist/lib/server.mjs +4 -0
- package/dist/main/ads-alert-dialog.d.ts +15 -0
- package/dist/main/ads-alert-dialog.js +21 -0
- package/dist/main/ads-alert-dialog.mjs +19 -0
- package/dist/main/ai-prompt-textarea.d.ts +72 -0
- package/dist/main/ai-prompt-textarea.js +114 -0
- package/dist/main/ai-prompt-textarea.mjs +112 -0
- package/dist/main/cta.d.ts +4 -0
- package/dist/main/cta.js +25 -0
- package/dist/main/cta.mjs +23 -0
- package/dist/main/faq-interactive.d.ts +13 -0
- package/dist/main/faq-interactive.js +52 -0
- package/dist/main/faq-interactive.mjs +50 -0
- package/dist/main/faq.d.ts +4 -0
- package/dist/main/faq.js +34 -0
- package/dist/main/faq.mjs +32 -0
- package/dist/main/features.d.ts +4 -0
- package/dist/main/features.js +33 -0
- package/dist/main/features.mjs +31 -0
- package/dist/main/footer.d.ts +3 -0
- package/dist/main/footer.js +24 -0
- package/dist/main/footer.mjs +22 -0
- package/dist/main/gallery-interactive.d.ts +18 -0
- package/dist/main/gallery-interactive.js +138 -0
- package/dist/main/gallery-interactive.mjs +136 -0
- package/dist/main/gallery.d.ts +7 -0
- package/dist/main/gallery.js +38 -0
- package/dist/main/gallery.mjs +36 -0
- package/dist/main/go-to-top.d.ts +1 -0
- package/dist/main/go-to-top.js +33 -0
- package/dist/main/go-to-top.mjs +31 -0
- package/dist/main/index.d.ts +10 -0
- package/dist/main/index.js +27 -0
- package/dist/main/index.mjs +11 -0
- package/dist/main/language-detector.d.ts +14 -0
- package/dist/main/loading.d.ts +1 -0
- package/dist/main/loading.js +71 -0
- package/dist/main/loading.mjs +69 -0
- package/dist/main/nprogress-bar.d.ts +1 -0
- package/dist/main/nprogress-bar.js +25 -0
- package/dist/main/nprogress-bar.mjs +23 -0
- package/dist/main/price-plan-interactive.d.ts +33 -0
- package/dist/main/price-plan-interactive.js +209 -0
- package/dist/main/price-plan-interactive.mjs +207 -0
- package/dist/main/price-plan.d.ts +19 -0
- package/dist/main/price-plan.js +87 -0
- package/dist/main/price-plan.mjs +85 -0
- package/dist/main/rich-text-expert.d.ts +6 -0
- package/dist/main/rich-text-expert.js +33 -0
- package/dist/main/rich-text-expert.mjs +30 -0
- package/dist/main/seo-content.d.ts +4 -0
- package/dist/main/seo-content.js +30 -0
- package/dist/main/seo-content.mjs +28 -0
- package/dist/main/server.d.ts +9 -0
- package/dist/main/server.js +23 -0
- package/dist/main/server.mjs +9 -0
- package/dist/main/tips.d.ts +4 -0
- package/dist/main/tips.js +32 -0
- package/dist/main/tips.mjs +30 -0
- package/dist/main/usage.d.ts +4 -0
- package/dist/main/usage.js +34 -0
- package/dist/main/usage.mjs +32 -0
- package/dist/main/x-button.d.ts +34 -0
- package/dist/main/x-button.js +67 -0
- package/dist/main/x-button.mjs +65 -0
- package/dist/node_modules/.pnpm/@braintree_sanitize-url@7.1.1/node_modules/@braintree/sanitize-url/dist/constants.js +23 -0
- package/dist/node_modules/.pnpm/@braintree_sanitize-url@7.1.1/node_modules/@braintree/sanitize-url/dist/constants.mjs +21 -0
- package/dist/node_modules/.pnpm/@braintree_sanitize-url@7.1.1/node_modules/@braintree/sanitize-url/dist/index.js +94 -0
- package/dist/node_modules/.pnpm/@braintree_sanitize-url@7.1.1/node_modules/@braintree/sanitize-url/dist/index.mjs +92 -0
- package/dist/node_modules/.pnpm/@chevrotain_gast@11.0.3/node_modules/@chevrotain/gast/lib/src/helpers.js +88 -0
- package/dist/node_modules/.pnpm/@chevrotain_gast@11.0.3/node_modules/@chevrotain/gast/lib/src/helpers.mjs +83 -0
- package/dist/node_modules/.pnpm/@chevrotain_gast@11.0.3/node_modules/@chevrotain/gast/lib/src/model.js +246 -0
- package/dist/node_modules/.pnpm/@chevrotain_gast@11.0.3/node_modules/@chevrotain/gast/lib/src/model.mjs +232 -0
- package/dist/node_modules/.pnpm/@chevrotain_gast@11.0.3/node_modules/@chevrotain/gast/lib/src/visitor.js +56 -0
- package/dist/node_modules/.pnpm/@chevrotain_gast@11.0.3/node_modules/@chevrotain/gast/lib/src/visitor.mjs +54 -0
- package/dist/node_modules/.pnpm/@chevrotain_regexp-to-ast@11.0.3/node_modules/@chevrotain/regexp-to-ast/lib/src/base-regexp-visitor.js +89 -0
- package/dist/node_modules/.pnpm/@chevrotain_regexp-to-ast@11.0.3/node_modules/@chevrotain/regexp-to-ast/lib/src/base-regexp-visitor.mjs +87 -0
- package/dist/node_modules/.pnpm/@chevrotain_regexp-to-ast@11.0.3/node_modules/@chevrotain/regexp-to-ast/lib/src/character-classes.js +48 -0
- package/dist/node_modules/.pnpm/@chevrotain_regexp-to-ast@11.0.3/node_modules/@chevrotain/regexp-to-ast/lib/src/character-classes.mjs +44 -0
- package/dist/node_modules/.pnpm/@chevrotain_regexp-to-ast@11.0.3/node_modules/@chevrotain/regexp-to-ast/lib/src/regexp-parser.js +729 -0
- package/dist/node_modules/.pnpm/@chevrotain_regexp-to-ast@11.0.3/node_modules/@chevrotain/regexp-to-ast/lib/src/regexp-parser.mjs +727 -0
- package/dist/node_modules/.pnpm/@chevrotain_regexp-to-ast@11.0.3/node_modules/@chevrotain/regexp-to-ast/lib/src/utils.js +43 -0
- package/dist/node_modules/.pnpm/@chevrotain_regexp-to-ast@11.0.3/node_modules/@chevrotain/regexp-to-ast/lib/src/utils.mjs +36 -0
- package/dist/node_modules/.pnpm/@chevrotain_utils@11.0.3/node_modules/@chevrotain/utils/lib/src/print.js +18 -0
- package/dist/node_modules/.pnpm/@chevrotain_utils@11.0.3/node_modules/@chevrotain/utils/lib/src/print.mjs +15 -0
- package/dist/node_modules/.pnpm/@chevrotain_utils@11.0.3/node_modules/@chevrotain/utils/lib/src/timer.js +11 -0
- package/dist/node_modules/.pnpm/@chevrotain_utils@11.0.3/node_modules/@chevrotain/utils/lib/src/timer.mjs +9 -0
- package/dist/node_modules/.pnpm/@chevrotain_utils@11.0.3/node_modules/@chevrotain/utils/lib/src/to-fast-properties.js +21 -0
- package/dist/node_modules/.pnpm/@chevrotain_utils@11.0.3/node_modules/@chevrotain/utils/lib/src/to-fast-properties.mjs +19 -0
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/customisations/defaults.js +17 -0
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/customisations/defaults.mjs +14 -0
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon/defaults.js +29 -0
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon/defaults.mjs +24 -0
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon/merge.js +22 -0
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon/merge.mjs +20 -0
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon/name.js +55 -0
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon/name.mjs +52 -0
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon/transformations.js +18 -0
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon/transformations.mjs +16 -0
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon-set/get-icon.js +29 -0
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon-set/get-icon.mjs +26 -0
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon-set/tree.js +25 -0
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon-set/tree.mjs +23 -0
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/build.js +122 -0
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/build.mjs +119 -0
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/defs.js +34 -0
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/defs.mjs +30 -0
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/html.js +11 -0
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/html.mjs +9 -0
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/id.js +30 -0
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/id.mjs +28 -0
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/size.js +42 -0
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/size.mjs +40 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/architecture-O4VJ6CD3.js +9 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/architecture-O4VJ6CD3.mjs +2 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-4KMFLZZN.js +635 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-4KMFLZZN.mjs +598 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-BN7GFLIU.js +41 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-BN7GFLIU.mjs +38 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-JEIROHC2.js +58 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-JEIROHC2.mjs +55 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-KMC2YHZD.js +41 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-KMC2YHZD.mjs +38 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-T44TD3VJ.js +41 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-T44TD3VJ.mjs +38 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-WFRQ32O7.js +41 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-WFRQ32O7.mjs +38 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-WFWHJNB7.js +54 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-WFWHJNB7.mjs +51 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-XRWGC2XP.js +122 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-XRWGC2XP.mjs +119 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/gitGraph-ZV4HHKMB.js +9 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/gitGraph-ZV4HHKMB.mjs +2 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/info-63CPKGFF.js +9 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/info-63CPKGFF.mjs +2 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/packet-HUATNLJX.js +9 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/packet-HUATNLJX.mjs +2 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/pie-WTHONI2E.js +9 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/pie-WTHONI2E.mjs +2 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/radar-NJJJXTRR.js +9 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/radar-NJJJXTRR.mjs +2 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/treemap-75Q7IDZK.js +9 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/treemap-75Q7IDZK.mjs +2 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/mermaid-parser.core.js +129 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/mermaid-parser.core.mjs +78 -0
- package/dist/node_modules/.pnpm/@rollup_plugin-typescript@12.1.4_rollup@4.46.2_tslib@2.8.1_typescript@5.9.2/node_modules/tslib/tslib.es6.js +48 -0
- package/dist/node_modules/.pnpm/@rollup_plugin-typescript@12.1.4_rollup@4.46.2_tslib@2.8.1_typescript@5.9.2/node_modules/tslib/tslib.es6.mjs +45 -0
- package/dist/node_modules/.pnpm/chevrotain-allstar@0.3.1_chevrotain@11.0.3/node_modules/chevrotain-allstar/lib/all-star-lookahead.js +567 -0
- package/dist/node_modules/.pnpm/chevrotain-allstar@0.3.1_chevrotain@11.0.3/node_modules/chevrotain-allstar/lib/all-star-lookahead.mjs +565 -0
- package/dist/node_modules/.pnpm/chevrotain-allstar@0.3.1_chevrotain@11.0.3/node_modules/chevrotain-allstar/lib/atn.js +426 -0
- package/dist/node_modules/.pnpm/chevrotain-allstar@0.3.1_chevrotain@11.0.3/node_modules/chevrotain-allstar/lib/atn.mjs +409 -0
- package/dist/node_modules/.pnpm/chevrotain-allstar@0.3.1_chevrotain@11.0.3/node_modules/chevrotain-allstar/lib/dfa.js +52 -0
- package/dist/node_modules/.pnpm/chevrotain-allstar@0.3.1_chevrotain@11.0.3/node_modules/chevrotain-allstar/lib/dfa.mjs +48 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/lang/lang_extensions.js +13 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/lang/lang_extensions.mjs +11 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/constants.js +6 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/constants.mjs +4 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/cst/cst.js +77 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/cst/cst.mjs +72 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/cst/cst_visitor.js +106 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/cst/cst_visitor.mjs +100 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/errors_public.js +184 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/errors_public.mjs +180 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/exceptions_public.js +66 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/exceptions_public.mjs +60 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/checks.js +469 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/checks.mjs +454 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/first.js +66 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/first.mjs +61 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/follow.js +48 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/follow.mjs +44 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/gast/gast_resolver_public.js +27 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/gast/gast_resolver_public.mjs +24 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/interpreter.js +510 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/interpreter.mjs +500 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/keys.js +33 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/keys.mjs +23 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/llk_lookahead.js +52 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/llk_lookahead.mjs +50 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/lookahead.js +493 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/lookahead.mjs +480 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/resolver.js +44 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/resolver.mjs +41 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/rest.js +108 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/rest.mjs +106 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/parser.js +208 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/parser.mjs +201 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/context_assist.js +27 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/context_assist.mjs +25 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/error_handler.js +79 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/error_handler.mjs +77 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/gast_recorder.js +304 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/gast_recorder.mjs +302 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/lexer_adapter.js +74 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/lexer_adapter.mjs +72 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/looksahead.js +141 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/looksahead.mjs +138 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/perf_tracer.js +52 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/perf_tracer.mjs +50 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/recognizer_api.js +339 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/recognizer_api.mjs +337 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/recognizer_engine.js +555 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/recognizer_engine.mjs +553 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/recoverable.js +305 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/recoverable.mjs +299 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/tree_builder.js +198 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/tree_builder.mjs +196 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/utils/apply_mixins.js +23 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/utils/apply_mixins.mjs +21 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/scan/lexer.js +920 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/scan/lexer.mjs +893 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/scan/lexer_errors_public.js +12 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/scan/lexer_errors_public.mjs +10 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/scan/lexer_public.js +664 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/scan/lexer_public.mjs +662 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/scan/reg_exp.js +253 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/scan/reg_exp.mjs +248 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/scan/reg_exp_parser.js +23 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/scan/reg_exp_parser.mjs +20 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/scan/tokens.js +140 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/scan/tokens.mjs +125 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/scan/tokens_public.js +95 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/scan/tokens_public.mjs +88 -0
- package/dist/node_modules/.pnpm/class-variance-authority@0.7.1/node_modules/class-variance-authority/dist/index.js +47 -0
- package/dist/node_modules/.pnpm/class-variance-authority@0.7.1/node_modules/class-variance-authority/dist/index.mjs +44 -0
- package/dist/node_modules/.pnpm/cose-base@1.0.3/node_modules/cose-base/cose-base.js +1440 -0
- package/dist/node_modules/.pnpm/cose-base@1.0.3/node_modules/cose-base/cose-base.mjs +1438 -0
- package/dist/node_modules/.pnpm/cose-base@2.2.0/node_modules/cose-base/cose-base.js +3220 -0
- package/dist/node_modules/.pnpm/cose-base@2.2.0/node_modules/cose-base/cose-base.mjs +3218 -0
- package/dist/node_modules/.pnpm/cytoscape-cose-bilkent@4.1.0_cytoscape@3.33.0/node_modules/cytoscape-cose-bilkent/cytoscape-cose-bilkent.js +466 -0
- package/dist/node_modules/.pnpm/cytoscape-cose-bilkent@4.1.0_cytoscape@3.33.0/node_modules/cytoscape-cose-bilkent/cytoscape-cose-bilkent.mjs +464 -0
- package/dist/node_modules/.pnpm/cytoscape-fcose@2.2.0_cytoscape@3.33.0/node_modules/cytoscape-fcose/cytoscape-fcose.js +1547 -0
- package/dist/node_modules/.pnpm/cytoscape-fcose@2.2.0_cytoscape@3.33.0/node_modules/cytoscape-fcose/cytoscape-fcose.mjs +1545 -0
- package/dist/node_modules/.pnpm/cytoscape@3.33.0/node_modules/cytoscape/dist/cytoscape.esm.js +35565 -0
- package/dist/node_modules/.pnpm/cytoscape@3.33.0/node_modules/cytoscape/dist/cytoscape.esm.mjs +35563 -0
- package/dist/node_modules/.pnpm/d3-array@2.12.1/node_modules/d3-array/src/max.js +24 -0
- package/dist/node_modules/.pnpm/d3-array@2.12.1/node_modules/d3-array/src/max.mjs +22 -0
- package/dist/node_modules/.pnpm/d3-array@2.12.1/node_modules/d3-array/src/min.js +24 -0
- package/dist/node_modules/.pnpm/d3-array@2.12.1/node_modules/d3-array/src/min.mjs +22 -0
- package/dist/node_modules/.pnpm/d3-array@2.12.1/node_modules/d3-array/src/sum.js +22 -0
- package/dist/node_modules/.pnpm/d3-array@2.12.1/node_modules/d3-array/src/sum.mjs +20 -0
- package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/ascending.js +7 -0
- package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/ascending.mjs +5 -0
- package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/bisect.js +14 -0
- package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/bisect.mjs +9 -0
- package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/bisector.js +60 -0
- package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/bisector.mjs +58 -0
- package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/descending.js +11 -0
- package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/descending.mjs +9 -0
- package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/max.js +24 -0
- package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/max.mjs +22 -0
- package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/min.js +24 -0
- package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/min.mjs +22 -0
- package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/number.js +7 -0
- package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/number.mjs +5 -0
- package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/range.js +17 -0
- package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/range.mjs +15 -0
- package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/ticks.js +63 -0
- package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/ticks.mjs +57 -0
- package/dist/node_modules/.pnpm/d3-axis@3.0.0/node_modules/d3-axis/src/axis.js +171 -0
- package/dist/node_modules/.pnpm/d3-axis@3.0.0/node_modules/d3-axis/src/axis.mjs +168 -0
- package/dist/node_modules/.pnpm/d3-axis@3.0.0/node_modules/d3-axis/src/identity.js +7 -0
- package/dist/node_modules/.pnpm/d3-axis@3.0.0/node_modules/d3-axis/src/identity.mjs +5 -0
- package/dist/node_modules/.pnpm/d3-color@3.1.0/node_modules/d3-color/src/color.js +410 -0
- package/dist/node_modules/.pnpm/d3-color@3.1.0/node_modules/d3-color/src/color.mjs +398 -0
- package/dist/node_modules/.pnpm/d3-color@3.1.0/node_modules/d3-color/src/define.js +17 -0
- package/dist/node_modules/.pnpm/d3-color@3.1.0/node_modules/d3-color/src/define.mjs +12 -0
- package/dist/node_modules/.pnpm/d3-color@3.1.0/node_modules/d3-color/src/lab.js +124 -0
- package/dist/node_modules/.pnpm/d3-color@3.1.0/node_modules/d3-color/src/lab.mjs +117 -0
- package/dist/node_modules/.pnpm/d3-color@3.1.0/node_modules/d3-color/src/math.js +7 -0
- package/dist/node_modules/.pnpm/d3-color@3.1.0/node_modules/d3-color/src/math.mjs +4 -0
- package/dist/node_modules/.pnpm/d3-dispatch@3.0.1/node_modules/d3-dispatch/src/dispatch.js +86 -0
- package/dist/node_modules/.pnpm/d3-dispatch@3.0.1/node_modules/d3-dispatch/src/dispatch.mjs +84 -0
- package/dist/node_modules/.pnpm/d3-ease@3.0.1/node_modules/d3-ease/src/cubic.js +7 -0
- package/dist/node_modules/.pnpm/d3-ease@3.0.1/node_modules/d3-ease/src/cubic.mjs +5 -0
- package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/defaultLocale.js +24 -0
- package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/defaultLocale.mjs +20 -0
- package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/exponent.js +9 -0
- package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/exponent.mjs +7 -0
- package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/formatDecimal.js +27 -0
- package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/formatDecimal.mjs +22 -0
- package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/formatGroup.js +22 -0
- package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/formatGroup.mjs +20 -0
- package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/formatNumerals.js +11 -0
- package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/formatNumerals.mjs +9 -0
- package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/formatPrefixAuto.js +22 -0
- package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/formatPrefixAuto.mjs +18 -0
- package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/formatRounded.js +15 -0
- package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/formatRounded.mjs +13 -0
- package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/formatSpecifier.js +54 -0
- package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/formatSpecifier.mjs +49 -0
- package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/formatTrim.js +15 -0
- package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/formatTrim.mjs +13 -0
- package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/formatTypes.js +23 -0
- package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/formatTypes.mjs +21 -0
- package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/identity.js +7 -0
- package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/identity.mjs +5 -0
- package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/locale.js +152 -0
- package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/locale.mjs +150 -0
- package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/precisionFixed.js +9 -0
- package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/precisionFixed.mjs +7 -0
- package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/precisionPrefix.js +9 -0
- package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/precisionPrefix.mjs +7 -0
- package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/precisionRound.js +10 -0
- package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/precisionRound.mjs +8 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/accessors.js +8 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/accessors.mjs +6 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/constant.js +16 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/constant.mjs +11 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/ancestors.js +11 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/ancestors.mjs +9 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/count.js +16 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/count.mjs +14 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/descendants.js +7 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/descendants.mjs +5 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/each.js +11 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/each.mjs +9 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/eachAfter.js +19 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/eachAfter.mjs +17 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/eachBefore.js +16 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/eachBefore.mjs +14 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/find.js +12 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/find.mjs +10 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/index.js +99 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/index.mjs +93 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/iterator.js +18 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/iterator.mjs +16 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/leaves.js +13 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/leaves.mjs +11 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/links.js +13 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/links.mjs +11 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/path.js +34 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/path.mjs +32 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/sort.js +11 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/sort.mjs +9 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/sum.js +13 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/sum.mjs +11 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/treemap/dice.js +16 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/treemap/dice.mjs +14 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/treemap/index.js +98 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/treemap/index.mjs +96 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/treemap/round.js +10 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/treemap/round.mjs +8 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/treemap/slice.js +16 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/treemap/slice.mjs +14 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/treemap/squarify.js +74 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/treemap/squarify.mjs +68 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/array.js +21 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/array.mjs +19 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/color.js +37 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/color.mjs +31 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/constant.js +5 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/constant.mjs +3 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/date.js +10 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/date.mjs +8 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/hcl.js +24 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/hcl.mjs +22 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/number.js +9 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/number.mjs +7 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/numberArray.js +21 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/numberArray.mjs +16 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/object.js +27 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/object.mjs +25 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/rgb.js +28 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/rgb.mjs +26 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/round.js +9 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/round.mjs +7 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/string.js +68 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/string.mjs +66 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/transform/decompose.js +33 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/transform/decompose.mjs +28 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/transform/index.js +68 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/transform/index.mjs +65 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/transform/parse.js +23 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/transform/parse.mjs +20 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/value.js +26 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/value.mjs +24 -0
- package/dist/node_modules/.pnpm/d3-path@1.0.9/node_modules/d3-path/src/path.js +132 -0
- package/dist/node_modules/.pnpm/d3-path@1.0.9/node_modules/d3-path/src/path.mjs +130 -0
- package/dist/node_modules/.pnpm/d3-path@3.1.0/node_modules/d3-path/src/path.js +149 -0
- package/dist/node_modules/.pnpm/d3-path@3.1.0/node_modules/d3-path/src/path.mjs +147 -0
- package/dist/node_modules/.pnpm/d3-sankey@0.12.3/node_modules/d3-sankey/src/align.js +30 -0
- package/dist/node_modules/.pnpm/d3-sankey@0.12.3/node_modules/d3-sankey/src/align.mjs +25 -0
- package/dist/node_modules/.pnpm/d3-sankey@0.12.3/node_modules/d3-sankey/src/constant.js +9 -0
- package/dist/node_modules/.pnpm/d3-sankey@0.12.3/node_modules/d3-sankey/src/constant.mjs +7 -0
- package/dist/node_modules/.pnpm/d3-sankey@0.12.3/node_modules/d3-sankey/src/sankey.js +375 -0
- package/dist/node_modules/.pnpm/d3-sankey@0.12.3/node_modules/d3-sankey/src/sankey.mjs +373 -0
- package/dist/node_modules/.pnpm/d3-sankey@0.12.3/node_modules/d3-sankey/src/sankeyLinkHorizontal.js +19 -0
- package/dist/node_modules/.pnpm/d3-sankey@0.12.3/node_modules/d3-sankey/src/sankeyLinkHorizontal.mjs +17 -0
- package/dist/node_modules/.pnpm/d3-scale-chromatic@3.1.0/node_modules/d3-scale-chromatic/src/categorical/Tableau10.js +7 -0
- package/dist/node_modules/.pnpm/d3-scale-chromatic@3.1.0/node_modules/d3-scale-chromatic/src/categorical/Tableau10.mjs +5 -0
- package/dist/node_modules/.pnpm/d3-scale-chromatic@3.1.0/node_modules/d3-scale-chromatic/src/colors.js +9 -0
- package/dist/node_modules/.pnpm/d3-scale-chromatic@3.1.0/node_modules/d3-scale-chromatic/src/colors.mjs +7 -0
- package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/band.js +87 -0
- package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/band.mjs +85 -0
- package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/constant.js +9 -0
- package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/constant.mjs +7 -0
- package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/continuous.js +136 -0
- package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/continuous.mjs +129 -0
- package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/init.js +12 -0
- package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/init.mjs +10 -0
- package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/linear.js +77 -0
- package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/linear.mjs +72 -0
- package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/nice.js +22 -0
- package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/nice.mjs +20 -0
- package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/number.js +7 -0
- package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/number.mjs +5 -0
- package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/ordinal.js +53 -0
- package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/ordinal.mjs +48 -0
- package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/tickFormat.js +37 -0
- package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/tickFormat.mjs +35 -0
- package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/time.js +85 -0
- package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/time.mjs +80 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/array.js +13 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/array.mjs +11 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/constant.js +9 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/constant.mjs +7 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/creator.js +29 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/creator.mjs +27 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/matcher.js +18 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/matcher.mjs +13 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/namespace.js +11 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/namespace.mjs +9 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/namespaces.js +16 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/namespaces.mjs +11 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/select.js +11 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/select.mjs +9 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/append.js +12 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/append.mjs +10 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/attr.js +61 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/attr.mjs +59 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/call.js +10 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/call.mjs +8 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/classed.js +79 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/classed.mjs +77 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/clone.js +17 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/clone.mjs +15 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/data.js +132 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/data.mjs +130 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/datum.js +9 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/datum.mjs +7 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/dispatch.js +38 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/dispatch.mjs +36 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/each.js +14 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/each.mjs +12 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/empty.js +7 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/empty.mjs +5 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/enter.js +29 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/enter.mjs +24 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/exit.js +10 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/exit.mjs +8 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/filter.js +20 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/filter.mjs +18 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/html.js +29 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/html.mjs +27 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/index.js +96 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/index.mjs +90 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/insert.js +18 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/insert.mjs +16 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/iterator.js +11 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/iterator.mjs +9 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/join.js +19 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/join.mjs +17 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/lower.js +11 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/lower.mjs +9 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/merge.js +23 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/merge.mjs +21 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/node.js +15 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/node.mjs +13 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/nodes.js +7 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/nodes.mjs +5 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/on.js +71 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/on.mjs +69 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/order.js +17 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/order.mjs +15 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/property.js +32 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/property.mjs +30 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/raise.js +11 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/raise.mjs +9 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/remove.js +12 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/remove.mjs +10 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/select.js +21 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/select.mjs +19 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/selectAll.js +29 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/selectAll.mjs +27 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/selectChild.js +22 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/selectChild.mjs +20 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/selectChildren.js +22 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/selectChildren.mjs +20 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/size.js +9 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/size.mjs +7 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/sort.js +28 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/sort.mjs +26 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/sparse.js +7 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/sparse.mjs +5 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/style.js +42 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/style.mjs +37 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/text.js +29 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/text.mjs +27 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selector.js +11 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selector.mjs +9 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selectorAll.js +13 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selectorAll.mjs +11 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/window.js +9 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/window.mjs +7 -0
- package/dist/node_modules/.pnpm/d3-shape@1.3.7/node_modules/d3-shape/src/array.js +5 -0
- package/dist/node_modules/.pnpm/d3-shape@1.3.7/node_modules/d3-shape/src/array.mjs +3 -0
- package/dist/node_modules/.pnpm/d3-shape@1.3.7/node_modules/d3-shape/src/constant.js +9 -0
- package/dist/node_modules/.pnpm/d3-shape@1.3.7/node_modules/d3-shape/src/constant.mjs +7 -0
- package/dist/node_modules/.pnpm/d3-shape@1.3.7/node_modules/d3-shape/src/link/index.js +62 -0
- package/dist/node_modules/.pnpm/d3-shape@1.3.7/node_modules/d3-shape/src/link/index.mjs +60 -0
- package/dist/node_modules/.pnpm/d3-shape@1.3.7/node_modules/d3-shape/src/point.js +12 -0
- package/dist/node_modules/.pnpm/d3-shape@1.3.7/node_modules/d3-shape/src/point.mjs +9 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/arc.js +272 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/arc.mjs +270 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/array.js +9 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/array.mjs +7 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/constant.js +9 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/constant.mjs +7 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/basis.js +59 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/basis.mjs +53 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/basisClosed.js +56 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/basisClosed.mjs +54 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/basisOpen.js +43 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/basisOpen.mjs +41 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/bump.js +50 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/bump.mjs +47 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/bundle.js +60 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/bundle.mjs +58 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/cardinal.js +69 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/cardinal.mjs +63 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/cardinalClosed.js +68 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/cardinalClosed.mjs +63 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/cardinalOpen.js +56 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/cardinalOpen.mjs +51 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/catmullRom.js +95 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/catmullRom.mjs +90 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/catmullRomClosed.js +78 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/catmullRomClosed.mjs +76 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/catmullRomOpen.js +66 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/catmullRomOpen.mjs +64 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/linear.js +35 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/linear.mjs +33 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/linearClosed.js +29 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/linearClosed.mjs +27 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/monotone.js +109 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/monotone.mjs +106 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/natural.js +69 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/natural.mjs +67 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/step.js +61 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/step.mjs +55 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/descending.js +7 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/descending.mjs +5 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/identity.js +7 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/identity.mjs +5 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/line.js +62 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/line.mjs +60 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/math.js +36 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/math.mjs +22 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/noop.js +5 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/noop.mjs +3 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/path.js +23 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/path.mjs +21 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/pie.js +84 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/pie.mjs +82 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/point.js +12 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/point.mjs +9 -0
- package/dist/node_modules/.pnpm/d3-time-format@4.1.0/node_modules/d3-time-format/src/defaultLocale.js +30 -0
- package/dist/node_modules/.pnpm/d3-time-format@4.1.0/node_modules/d3-time-format/src/defaultLocale.mjs +26 -0
- package/dist/node_modules/.pnpm/d3-time-format@4.1.0/node_modules/d3-time-format/src/locale.js +692 -0
- package/dist/node_modules/.pnpm/d3-time-format@4.1.0/node_modules/d3-time-format/src/locale.mjs +690 -0
- package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/day.js +41 -0
- package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/day.mjs +37 -0
- package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/duration.js +17 -0
- package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/duration.mjs +9 -0
- package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/hour.js +31 -0
- package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/hour.mjs +28 -0
- package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/interval.js +73 -0
- package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/interval.mjs +71 -0
- package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/millisecond.js +29 -0
- package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/millisecond.mjs +27 -0
- package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/minute.js +31 -0
- package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/minute.mjs +28 -0
- package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/month.js +32 -0
- package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/month.mjs +29 -0
- package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/second.js +18 -0
- package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/second.mjs +16 -0
- package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/ticks.js +60 -0
- package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/ticks.mjs +57 -0
- package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/week.js +73 -0
- package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/week.mjs +58 -0
- package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/year.js +54 -0
- package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/year.mjs +51 -0
- package/dist/node_modules/.pnpm/d3-timer@3.0.1/node_modules/d3-timer/src/timeout.js +15 -0
- package/dist/node_modules/.pnpm/d3-timer@3.0.1/node_modules/d3-timer/src/timeout.mjs +13 -0
- package/dist/node_modules/.pnpm/d3-timer@3.0.1/node_modules/d3-timer/src/timer.js +117 -0
- package/dist/node_modules/.pnpm/d3-timer@3.0.1/node_modules/d3-timer/src/timer.mjs +112 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/interrupt.js +28 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/interrupt.mjs +26 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/selection/index.js +8 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/selection/index.mjs +6 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/selection/interrupt.js +11 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/selection/interrupt.mjs +9 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/selection/transition.js +46 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/selection/transition.mjs +44 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/attr.js +82 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/attr.mjs +80 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/attrTween.js +48 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/attrTween.mjs +46 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/delay.js +27 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/delay.mjs +25 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/duration.js +27 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/duration.mjs +25 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/ease.js +20 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/ease.mjs +18 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/easeVarying.js +18 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/easeVarying.mjs +16 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/end.js +33 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/end.mjs +31 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/filter.js +20 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/filter.mjs +18 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/index.js +74 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/index.mjs +71 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/interpolate.js +16 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/interpolate.mjs +14 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/merge.js +23 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/merge.mjs +21 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/on.js +36 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/on.mjs +34 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/remove.js +15 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/remove.mjs +13 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/schedule.js +170 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/schedule.mjs +156 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/select.js +26 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/select.mjs +24 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/selectAll.js +30 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/selectAll.mjs +28 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/selection.js +11 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/selection.mjs +9 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/style.js +84 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/style.mjs +82 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/styleTween.js +28 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/styleTween.mjs +26 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/text.js +24 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/text.mjs +22 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/textTween.js +28 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/textTween.mjs +26 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/transition.js +28 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/transition.mjs +26 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/tween.js +88 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/tween.mjs +83 -0
- package/dist/node_modules/.pnpm/d3-zoom@3.0.0/node_modules/d3-zoom/src/transform.js +48 -0
- package/dist/node_modules/.pnpm/d3-zoom@3.0.0/node_modules/d3-zoom/src/transform.mjs +46 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/acyclic.js +64 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/acyclic.mjs +61 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/add-border-segments.js +38 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/add-border-segments.mjs +36 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/coordinate-system.js +78 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/coordinate-system.mjs +75 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/data/list.js +58 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/data/list.mjs +56 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/greedy-fas.js +125 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/greedy-fas.mjs +123 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/layout.js +414 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/layout.mjs +412 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/nesting-graph.js +143 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/nesting-graph.mjs +140 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/normalize.js +114 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/normalize.mjs +111 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/order/add-subgraph-constraints.js +55 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/order/add-subgraph-constraints.mjs +53 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/order/barycenter.js +34 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/order/barycenter.mjs +32 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/order/build-layer-graph.js +80 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/order/build-layer-graph.mjs +78 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/order/cross-count.js +88 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/order/cross-count.mjs +86 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/order/index.js +82 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/order/index.mjs +80 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/order/init-order.js +52 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/order/init-order.mjs +50 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/order/resolve-conflicts.js +134 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/order/resolve-conflicts.mjs +132 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/order/sort-subgraph.js +83 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/order/sort-subgraph.mjs +81 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/order/sort.js +64 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/order/sort.mjs +62 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/parent-dummy-chains.js +88 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/parent-dummy-chains.mjs +86 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/position/bk.js +431 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/position/bk.mjs +420 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/position/index.js +36 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/position/index.mjs +34 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/rank/feasible-tree.js +90 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/rank/feasible-tree.mjs +88 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/rank/index.js +54 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/rank/index.mjs +52 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/rank/network-simplex.js +244 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/rank/network-simplex.mjs +242 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/rank/util.js +68 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/rank/util.mjs +65 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/util.js +219 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/util.mjs +207 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/graphlib/alg/dfs.js +49 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/graphlib/alg/dfs.mjs +47 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/graphlib/alg/postorder.js +9 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/graphlib/alg/postorder.mjs +7 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/graphlib/alg/preorder.js +9 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/graphlib/alg/preorder.mjs +7 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/graphlib/alg/topsort.js +6 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/graphlib/alg/topsort.mjs +4 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/graphlib/graph.js +526 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/graphlib/graph.mjs +524 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/graphlib/json.js +53 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/graphlib/json.mjs +51 -0
- package/dist/node_modules/.pnpm/dayjs@1.11.13/node_modules/dayjs/dayjs.min.js +18 -0
- package/dist/node_modules/.pnpm/dayjs@1.11.13/node_modules/dayjs/dayjs.min.mjs +16 -0
- package/dist/node_modules/.pnpm/dayjs@1.11.13/node_modules/dayjs/plugin/advancedFormat.js +18 -0
- package/dist/node_modules/.pnpm/dayjs@1.11.13/node_modules/dayjs/plugin/advancedFormat.mjs +16 -0
- package/dist/node_modules/.pnpm/dayjs@1.11.13/node_modules/dayjs/plugin/customParseFormat.js +18 -0
- package/dist/node_modules/.pnpm/dayjs@1.11.13/node_modules/dayjs/plugin/customParseFormat.mjs +16 -0
- package/dist/node_modules/.pnpm/dayjs@1.11.13/node_modules/dayjs/plugin/isoWeek.js +18 -0
- package/dist/node_modules/.pnpm/dayjs@1.11.13/node_modules/dayjs/plugin/isoWeek.mjs +16 -0
- package/dist/node_modules/.pnpm/dompurify@3.2.6/node_modules/dompurify/dist/purify.es.js +1338 -0
- package/dist/node_modules/.pnpm/dompurify@3.2.6/node_modules/dompurify/dist/purify.es.mjs +1336 -0
- package/dist/node_modules/.pnpm/internmap@2.0.3/node_modules/internmap/src/index.js +48 -0
- package/dist/node_modules/.pnpm/internmap@2.0.3/node_modules/internmap/src/index.mjs +46 -0
- package/dist/node_modules/.pnpm/katex@0.16.22/node_modules/katex/dist/katex.js +18565 -0
- package/dist/node_modules/.pnpm/katex@0.16.22/node_modules/katex/dist/katex.mjs +18549 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/channels/index.js +135 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/channels/index.mjs +133 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/channels/reusable.js +9 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/channels/reusable.mjs +7 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/channels/type.js +29 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/channels/type.mjs +27 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/color/hex.js +45 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/color/hex.mjs +43 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/color/hsl.js +52 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/color/hsl.mjs +50 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/color/index.js +46 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/color/index.mjs +44 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/color/keyword.js +176 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/color/keyword.mjs +174 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/color/rgb.js +38 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/color/rgb.mjs +36 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/constants.js +17 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/constants.mjs +14 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/adjust.js +19 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/adjust.mjs +17 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/adjust_channel.js +17 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/adjust_channel.mjs +15 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/change.js +16 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/change.mjs +14 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/channel.js +12 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/channel.mjs +10 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/darken.js +11 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/darken.mjs +9 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/invert.js +16 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/invert.mjs +14 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/is_dark.js +11 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/is_dark.mjs +9 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/is_light.js +11 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/is_light.mjs +9 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/lighten.js +11 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/lighten.mjs +9 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/luminance.js +15 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/luminance.mjs +13 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/mix.js +25 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/mix.mjs +23 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/rgba.js +22 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/rgba.mjs +20 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/utils/channel.js +91 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/utils/channel.mjs +89 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/utils/index.js +15 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/utils/index.mjs +13 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/utils/lang.js +16 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/utils/lang.mjs +14 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/utils/unit.js +12 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/utils/unit.mjs +10 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/default-module.js +102 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/default-module.mjs +99 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/dependency-injection.js +130 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/dependency-injection.mjs +128 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/documentation/comment-provider.js +24 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/documentation/comment-provider.mjs +22 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/documentation/documentation-provider.js +71 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/documentation/documentation-provider.mjs +69 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/documentation/jsdoc.js +514 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/documentation/jsdoc.mjs +511 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/languages/generated/ast.js +731 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/languages/generated/ast.mjs +652 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/languages/grammar-config.js +31 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/languages/grammar-config.mjs +29 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/async-parser.js +23 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/async-parser.mjs +21 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/completion-parser-builder.js +20 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/completion-parser-builder.mjs +18 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/cst-node-builder.js +251 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/cst-node-builder.mjs +245 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/langium-parser-builder.js +32 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/langium-parser-builder.mjs +29 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/langium-parser.js +496 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/langium-parser.mjs +489 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/lexer.js +87 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/lexer.mjs +80 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/parser-builder-base.js +378 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/parser-builder-base.mjs +376 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/token-builder.js +132 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/token-builder.mjs +130 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/value-converter.js +103 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/value-converter.mjs +101 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/references/linker.js +169 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/references/linker.mjs +167 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/references/name-provider.js +26 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/references/name-provider.mjs +23 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/references/references.js +91 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/references/references.mjs +89 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/references/scope-computation.js +89 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/references/scope-computation.mjs +87 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/references/scope-provider.js +69 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/references/scope-provider.mjs +67 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/references/scope.js +77 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/references/scope.mjs +74 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/serializer/hydrator.js +279 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/serializer/hydrator.mjs +277 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/serializer/json-serializer.js +223 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/serializer/json-serializer.mjs +220 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/service-registry.js +82 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/service-registry.mjs +80 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/syntax-tree.js +91 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/syntax-tree.mjs +82 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/ast-utils.js +211 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/ast-utils.mjs +201 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/caching.js +153 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/caching.mjs +148 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/collections.js +193 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/collections.mjs +190 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/cst-utils.js +149 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/cst-utils.mjs +138 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/disposable.js +16 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/disposable.mjs +16 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/errors.js +18 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/errors.mjs +15 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/grammar-loader.js +44 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/grammar-loader.mjs +42 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/grammar-utils.js +495 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/grammar-utils.mjs +477 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/promise-utils.js +101 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/promise-utils.mjs +94 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/regexp-utils.js +287 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/regexp-utils.mjs +278 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/stream.js +517 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/stream.mjs +511 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/uri-utils.js +43 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/uri-utils.mjs +41 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/validation/document-validator.js +251 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/validation/document-validator.mjs +246 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/validation/validation-registry.js +158 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/validation/validation-registry.mjs +155 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/ast-descriptions.js +80 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/ast-descriptions.mjs +77 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/ast-node-locator.js +49 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/ast-node-locator.mjs +47 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/configuration.js +96 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/configuration.mjs +94 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/document-builder.js +382 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/document-builder.mjs +380 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/documents.js +274 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/documents.mjs +267 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/file-system-provider.js +21 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/file-system-provider.mjs +18 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/index-manager.js +96 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/index-manager.mjs +94 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/workspace-lock.js +79 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/workspace-lock.mjs +77 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/workspace-manager.js +120 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/workspace-manager.mjs +118 -0
- package/dist/node_modules/.pnpm/layout-base@1.0.2/node_modules/layout-base/layout-base.js +4276 -0
- package/dist/node_modules/.pnpm/layout-base@1.0.2/node_modules/layout-base/layout-base.mjs +4274 -0
- package/dist/node_modules/.pnpm/layout-base@2.0.1/node_modules/layout-base/layout-base.js +5116 -0
- package/dist/node_modules/.pnpm/layout-base@2.0.1/node_modules/layout-base/layout-base.mjs +5114 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_DataView.js +9 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_DataView.mjs +7 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Hash.js +34 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Hash.mjs +32 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_ListCache.js +34 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_ListCache.mjs +32 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Map.js +9 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Map.mjs +7 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_MapCache.js +34 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_MapCache.mjs +32 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Promise.js +9 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Promise.mjs +7 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Set.js +9 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Set.mjs +7 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_SetCache.js +29 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_SetCache.mjs +27 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Stack.js +29 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Stack.mjs +27 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Symbol.js +8 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Symbol.mjs +6 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Uint8Array.js +8 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Uint8Array.mjs +6 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_WeakMap.js +9 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_WeakMap.mjs +7 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_apply.js +23 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_apply.mjs +21 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayAggregator.js +24 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayAggregator.mjs +22 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayEach.js +24 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayEach.mjs +22 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayEvery.js +25 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayEvery.mjs +23 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayFilter.js +27 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayFilter.mjs +25 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayIncludes.js +19 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayIncludes.mjs +17 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayLikeKeys.js +51 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayLikeKeys.mjs +49 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayMap.js +23 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayMap.mjs +21 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayPush.js +22 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayPush.mjs +20 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayReduce.js +28 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayReduce.mjs +26 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arraySome.js +25 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arraySome.mjs +23 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_assignMergeValue.js +22 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_assignMergeValue.mjs +20 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_assignValue.js +30 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_assignValue.mjs +28 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_assocIndexOf.js +23 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_assocIndexOf.mjs +21 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseAggregator.js +23 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseAggregator.mjs +21 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseAssign.js +19 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseAssign.mjs +17 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseAssignIn.js +19 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseAssignIn.mjs +17 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseAssignValue.js +27 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseAssignValue.mjs +25 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseClone.js +164 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseClone.mjs +162 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseCreate.js +32 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseCreate.mjs +30 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseDifference.js +59 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseDifference.mjs +57 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseEach.js +16 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseEach.mjs +14 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseEvery.js +23 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseEvery.mjs +21 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseExtremum.js +34 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseExtremum.mjs +32 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseFilter.js +23 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseFilter.mjs +21 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseFindIndex.js +26 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseFindIndex.mjs +24 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseFlatten.js +37 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseFlatten.mjs +35 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseFor.js +18 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseFor.mjs +16 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseForOwn.js +18 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseForOwn.mjs +16 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGet.js +26 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGet.mjs +24 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGetAllKeys.js +22 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGetAllKeys.mjs +20 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGetTag.js +30 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGetTag.mjs +28 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGt.js +16 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGt.mjs +14 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseHas.js +21 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseHas.mjs +19 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseHasIn.js +15 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseHasIn.mjs +13 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIndexOf.js +22 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIndexOf.mjs +20 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsArguments.js +20 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsArguments.mjs +18 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsEqual.js +30 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsEqual.mjs +28 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsEqualDeep.js +85 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsEqualDeep.mjs +83 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsMap.js +20 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsMap.mjs +18 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsMatch.js +61 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsMatch.mjs +59 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsNaN.js +14 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsNaN.mjs +12 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsNative.js +49 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsNative.mjs +47 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsRegExp.js +20 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsRegExp.mjs +18 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsSet.js +20 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsSet.mjs +18 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsTypedArray.js +62 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsTypedArray.mjs +60 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIteratee.js +33 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIteratee.mjs +31 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseKeys.js +32 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseKeys.mjs +30 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseKeysIn.js +35 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseKeysIn.mjs +33 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseLt.js +16 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseLt.mjs +14 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseMap.js +24 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseMap.mjs +22 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseMatches.js +24 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseMatches.mjs +22 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseMatchesProperty.js +35 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseMatchesProperty.mjs +33 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseMerge.js +44 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseMerge.mjs +42 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseMergeDeep.js +96 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseMergeDeep.mjs +94 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseOrderBy.js +51 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseOrderBy.mjs +49 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_basePick.js +21 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_basePick.mjs +19 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_basePickBy.js +32 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_basePickBy.mjs +30 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseProperty.js +16 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseProperty.mjs +14 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_basePropertyDeep.js +18 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_basePropertyDeep.mjs +16 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseRange.js +30 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseRange.mjs +28 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseReduce.js +25 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseReduce.mjs +23 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseRest.js +19 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseRest.mjs +17 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseSet.js +53 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseSet.mjs +51 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseSetToString.js +24 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseSetToString.mjs +22 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseSlice.js +33 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseSlice.mjs +31 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseSome.js +24 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseSome.mjs +22 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseSortBy.js +23 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseSortBy.mjs +21 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseTimes.js +22 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseTimes.mjs +20 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseToString.js +36 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseToString.mjs +34 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseTrim.js +21 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseTrim.mjs +19 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseUnary.js +16 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseUnary.mjs +14 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseUniq.js +69 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseUniq.mjs +67 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseValues.js +21 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseValues.mjs +19 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseZipObject.js +25 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseZipObject.mjs +23 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cacheHas.js +15 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cacheHas.mjs +13 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_castFunction.js +16 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_castFunction.mjs +14 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_castPath.js +23 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_castPath.mjs +21 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneArrayBuffer.js +18 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneArrayBuffer.mjs +16 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneBuffer.js +37 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneBuffer.mjs +35 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneDataView.js +18 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneDataView.mjs +16 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneRegExp.js +19 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneRegExp.mjs +17 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneSymbol.js +20 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneSymbol.mjs +18 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneTypedArray.js +18 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneTypedArray.mjs +16 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_compareAscending.js +43 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_compareAscending.mjs +41 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_compareMultiple.js +46 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_compareMultiple.mjs +44 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_copyArray.js +22 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_copyArray.mjs +20 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_copyObject.js +40 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_copyObject.mjs +38 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_copySymbols.js +18 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_copySymbols.mjs +16 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_copySymbolsIn.js +18 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_copySymbolsIn.mjs +16 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_coreJsData.js +8 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_coreJsData.mjs +6 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_createAggregator.js +25 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_createAggregator.mjs +23 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_createAssigner.js +39 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_createAssigner.mjs +37 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_createBaseEach.js +34 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_createBaseEach.mjs +32 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_createBaseFor.js +27 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_createBaseFor.mjs +25 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_createFind.js +27 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_createFind.mjs +25 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_createRange.js +32 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_createRange.mjs +30 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_createSet.js +21 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_createSet.mjs +19 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_defineProperty.js +13 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_defineProperty.mjs +11 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_equalArrays.js +86 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_equalArrays.mjs +84 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_equalByTag.js +114 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_equalByTag.mjs +112 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_equalObjects.js +92 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_equalObjects.mjs +90 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_flatRest.js +18 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_flatRest.mjs +16 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_freeGlobal.js +6 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_freeGlobal.mjs +4 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getAllKeys.js +18 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getAllKeys.mjs +16 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getAllKeysIn.js +19 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getAllKeysIn.mjs +17 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getMapData.js +20 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getMapData.mjs +18 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getMatchData.js +26 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getMatchData.mjs +24 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getNative.js +19 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getNative.mjs +17 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getPrototype.js +8 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getPrototype.mjs +6 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getRawTag.js +48 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getRawTag.mjs +46 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getSymbols.js +32 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getSymbols.mjs +30 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getSymbolsIn.js +27 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getSymbolsIn.mjs +25 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getTag.js +60 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getTag.mjs +58 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getValue.js +15 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getValue.mjs +13 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hasPath.js +41 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hasPath.mjs +39 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashClear.js +17 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashClear.mjs +15 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashDelete.js +19 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashDelete.mjs +17 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashGet.js +32 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashGet.mjs +30 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashHas.js +25 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashHas.mjs +23 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashSet.js +25 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashSet.mjs +23 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_initCloneArray.js +28 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_initCloneArray.mjs +26 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_initCloneByTag.js +79 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_initCloneByTag.mjs +77 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_initCloneObject.js +20 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_initCloneObject.mjs +18 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isFlattenable.js +22 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isFlattenable.mjs +20 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isIndex.js +27 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isIndex.mjs +25 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isIterateeCall.js +32 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isIterateeCall.mjs +30 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isKey.js +31 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isKey.mjs +29 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isKeyable.js +17 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isKeyable.mjs +15 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isMasked.js +22 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isMasked.mjs +20 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isPrototype.js +20 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isPrototype.mjs +18 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isStrictComparable.js +17 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isStrictComparable.mjs +15 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheClear.js +15 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheClear.mjs +13 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheDelete.js +37 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheDelete.mjs +35 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheGet.js +21 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheGet.mjs +19 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheHas.js +18 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheHas.mjs +16 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheSet.js +28 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheSet.mjs +26 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheClear.js +23 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheClear.mjs +21 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheDelete.js +20 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheDelete.mjs +18 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheGet.js +18 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheGet.mjs +16 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheHas.js +18 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheHas.mjs +16 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheSet.js +24 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheSet.mjs +22 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapToArray.js +20 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapToArray.mjs +18 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_matchesStrictComparable.js +22 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_matchesStrictComparable.mjs +20 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_memoizeCapped.js +28 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_memoizeCapped.mjs +26 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nativeCreate.js +8 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nativeCreate.mjs +6 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nativeKeys.js +8 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nativeKeys.mjs +6 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nativeKeysIn.js +22 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nativeKeysIn.mjs +20 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nodeUtil.js +32 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nodeUtil.mjs +30 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_objectToString.js +24 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_objectToString.mjs +22 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_overArg.js +17 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_overArg.mjs +15 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_overRest.js +38 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_overRest.mjs +36 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_root.js +11 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_root.mjs +9 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_safeGet.js +23 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_safeGet.mjs +21 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setCacheAdd.js +21 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setCacheAdd.mjs +19 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setCacheHas.js +16 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setCacheHas.mjs +14 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setToArray.js +20 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setToArray.mjs +18 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setToString.js +16 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setToString.mjs +14 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_shortOut.js +39 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_shortOut.mjs +37 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackClear.js +17 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackClear.mjs +15 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackDelete.js +20 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackDelete.mjs +18 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackGet.js +16 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackGet.mjs +14 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackHas.js +16 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackHas.mjs +14 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackSet.js +36 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackSet.mjs +34 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_strictIndexOf.js +25 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_strictIndexOf.mjs +23 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stringToPath.js +29 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stringToPath.mjs +27 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_toKey.js +20 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_toKey.mjs +18 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_toSource.js +28 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_toSource.mjs +26 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_trimmedEndIndex.js +21 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_trimmedEndIndex.mjs +19 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/assign.js +60 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/assign.mjs +58 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/clone.js +38 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/clone.mjs +36 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/cloneDeep.js +31 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/cloneDeep.mjs +29 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/compact.js +33 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/compact.mjs +31 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/constant.js +28 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/constant.mjs +26 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/defaults.js +66 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/defaults.mjs +64 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/difference.js +35 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/difference.mjs +33 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/drop.js +40 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/drop.mjs +38 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/dropRight.js +41 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/dropRight.mjs +39 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/eq.js +39 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/eq.mjs +37 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/every.js +54 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/every.mjs +52 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/filter.js +54 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/filter.mjs +52 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/find.js +44 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/find.mjs +42 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/findIndex.js +57 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/findIndex.mjs +55 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/flatMap.js +31 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/flatMap.mjs +29 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/flatten.js +24 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/flatten.mjs +22 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/forEach.js +43 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/forEach.mjs +41 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/forIn.js +41 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/forIn.mjs +39 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/forOwn.js +38 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/forOwn.mjs +36 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/get.js +35 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/get.mjs +33 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/groupBy.js +43 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/groupBy.mjs +41 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/has.js +37 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/has.mjs +35 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/hasIn.js +36 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/hasIn.mjs +34 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/head.js +25 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/head.mjs +23 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/identity.js +23 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/identity.mjs +21 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/includes.js +55 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/includes.mjs +53 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/indexOf.js +37 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/indexOf.mjs +35 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArguments.js +38 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArguments.mjs +36 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArray.js +28 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArray.mjs +26 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArrayLike.js +35 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArrayLike.mjs +33 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArrayLikeObject.js +35 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArrayLikeObject.mjs +33 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isBuffer.js +40 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isBuffer.mjs +38 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isEmpty.js +79 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isEmpty.mjs +77 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isFunction.js +39 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isFunction.mjs +37 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isLength.js +37 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isLength.mjs +35 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isMap.js +29 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isMap.mjs +27 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isObject.js +33 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isObject.mjs +31 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isObjectLike.js +31 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isObjectLike.mjs +29 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isPlainObject.js +64 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isPlainObject.mjs +62 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isRegExp.js +29 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isRegExp.mjs +27 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isSet.js +29 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isSet.mjs +27 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isString.js +32 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isString.mjs +30 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isSymbol.js +31 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isSymbol.mjs +29 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isTypedArray.js +29 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isTypedArray.mjs +27 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isUndefined.js +24 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isUndefined.mjs +22 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/keys.js +39 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/keys.mjs +37 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/keysIn.js +34 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/keysIn.mjs +32 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/last.js +22 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/last.mjs +20 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/map.js +55 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/map.mjs +53 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/mapValues.js +45 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/mapValues.mjs +43 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/max.js +31 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/max.mjs +29 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/memoize.js +75 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/memoize.mjs +73 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/merge.js +41 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/merge.mjs +39 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/min.js +31 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/min.mjs +29 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/minBy.js +36 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/minBy.mjs +34 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/negate.js +42 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/negate.mjs +40 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/noop.js +19 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/noop.mjs +17 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/pick.js +27 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/pick.mjs +25 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/pickBy.js +39 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/pickBy.mjs +37 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/property.js +34 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/property.mjs +32 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/range.js +48 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/range.mjs +46 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/reduce.js +53 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/reduce.mjs +51 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/reject.js +48 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/reject.mjs +46 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/some.js +49 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/some.mjs +47 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/sortBy.js +50 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/sortBy.mjs +48 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/stubArray.js +25 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/stubArray.mjs +23 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/stubFalse.js +20 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/stubFalse.mjs +18 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/toFinite.js +44 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/toFinite.mjs +42 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/toInteger.js +38 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/toInteger.mjs +36 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/toNumber.js +66 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/toNumber.mjs +64 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/toPlainObject.js +34 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/toPlainObject.mjs +32 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/toString.js +30 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/toString.mjs +28 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/union.js +28 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/union.mjs +26 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/uniq.js +27 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/uniq.mjs +25 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/uniqBy.js +33 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/uniqBy.mjs +31 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/uniqueId.js +30 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/uniqueId.mjs +28 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/values.js +36 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/values.mjs +34 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/zipObject.js +26 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/zipObject.mjs +24 -0
- package/dist/node_modules/.pnpm/marked@16.1.2/node_modules/marked/lib/marked.esm.js +83 -0
- package/dist/node_modules/.pnpm/marked@16.1.2/node_modules/marked/lib/marked.esm.mjs +73 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/architectureDiagram-SUXI7LT5.js +1117 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/architectureDiagram-SUXI7LT5.mjs +1115 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/blockDiagram-6J76NXCF.js +3641 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/blockDiagram-6J76NXCF.mjs +3639 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/c4Diagram-6F6E4RAY.js +2502 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/c4Diagram-6F6E4RAY.mjs +2500 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-353BL4L5.js +19 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-353BL4L5.mjs +17 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-3XYRH5AP.js +3124 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-3XYRH5AP.mjs +3071 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-55PJQP7W.js +559 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-55PJQP7W.mjs +541 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-67H74DCK.js +111 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-67H74DCK.mjs +103 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-AACKK3MU.js +22 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-AACKK3MU.mjs +20 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-AC5SNWB5.js +19 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-AC5SNWB5.mjs +17 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-BFAMUDN2.js +18 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-BFAMUDN2.mjs +16 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-E2GYISFI.js +22 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-E2GYISFI.mjs +20 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-IWUHOULB.js +62 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-IWUHOULB.mjs +58 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-JW4RIYDF.js +4980 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-JW4RIYDF.mjs +4969 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-L5ZGVLVO.js +2699 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-L5ZGVLVO.mjs +2696 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-M6DAPIYF.js +701 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-M6DAPIYF.mjs +695 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-MXNHSMXR.js +110 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-MXNHSMXR.mjs +108 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-OW32GOEJ.js +1935 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-OW32GOEJ.mjs +1930 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-P3VETL53.js +20 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-P3VETL53.mjs +18 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-QESNASVV.js +432 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-QESNASVV.mjs +425 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-RKKUNAVE.js +146 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-RKKUNAVE.mjs +144 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-SKB7J2MH.js +27 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-SKB7J2MH.mjs +25 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-SZ463SBG.js +1847 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-SZ463SBG.mjs +1842 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-UWXLY5YG.js +88 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-UWXLY5YG.mjs +82 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/classDiagram-M3E45YP4.js +30 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/classDiagram-M3E45YP4.mjs +28 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/classDiagram-v2-YAWTLIQI.js +30 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/classDiagram-v2-YAWTLIQI.mjs +28 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/dagre-JOIXM2OF.js +661 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/dagre-JOIXM2OF.mjs +659 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/diagram-5UYTHUR4.js +213 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/diagram-5UYTHUR4.mjs +211 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/diagram-VMROVX33.js +539 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/diagram-VMROVX33.mjs +537 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/diagram-ZTM2IBQH.js +311 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/diagram-ZTM2IBQH.mjs +309 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/erDiagram-3M52JZNH.js +1179 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/erDiagram-3M52JZNH.mjs +1177 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/flowDiagram-KYDEHFYC.js +2351 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/flowDiagram-KYDEHFYC.mjs +2349 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/ganttDiagram-EK5VF46D.js +2145 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/ganttDiagram-EK5VF46D.mjs +2143 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/gitGraphDiagram-GW3U2K7C.js +1218 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/gitGraphDiagram-GW3U2K7C.mjs +1216 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/infoDiagram-LHK5PUON.js +41 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/infoDiagram-LHK5PUON.mjs +39 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/journeyDiagram-EWQZEKCU.js +1268 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/journeyDiagram-EWQZEKCU.mjs +1266 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/kanban-definition-ZSS6B67P.js +1064 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/kanban-definition-ZSS6B67P.mjs +1062 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/mindmap-definition-6CBA2TL7.js +1215 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/mindmap-definition-6CBA2TL7.mjs +1213 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/pieDiagram-NIOCPIFQ.js +196 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/pieDiagram-NIOCPIFQ.mjs +194 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/quadrantDiagram-2OG54O6I.js +1352 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/quadrantDiagram-2OG54O6I.mjs +1350 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/requirementDiagram-QOLK2EJ7.js +1180 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/requirementDiagram-QOLK2EJ7.mjs +1178 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/sankeyDiagram-4UZDY2LN.js +696 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/sankeyDiagram-4UZDY2LN.mjs +694 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/sequenceDiagram-SKLFT4DO.js +3430 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/sequenceDiagram-SKLFT4DO.mjs +3428 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/stateDiagram-MI5ZYTHO.js +465 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/stateDiagram-MI5ZYTHO.mjs +463 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/stateDiagram-v2-5AN5P6BG.js +30 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/stateDiagram-v2-5AN5P6BG.mjs +28 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/timeline-definition-MYPXXCX6.js +1237 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/timeline-definition-MYPXXCX6.mjs +1235 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/xychartDiagram-H2YORKM3.js +1889 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/xychartDiagram-H2YORKM3.mjs +1887 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/mermaid.core.js +1310 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/mermaid.core.mjs +1308 -0
- package/dist/node_modules/.pnpm/react-medium-image-zoom@5.3.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-medium-image-zoom/dist/index.js +810 -0
- package/dist/node_modules/.pnpm/react-medium-image-zoom@5.3.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-medium-image-zoom/dist/index.mjs +805 -0
- package/dist/node_modules/.pnpm/roughjs@4.6.6/node_modules/roughjs/bundled/rough.esm.js +5 -0
- package/dist/node_modules/.pnpm/roughjs@4.6.6/node_modules/roughjs/bundled/rough.esm.mjs +3 -0
- package/dist/node_modules/.pnpm/stylis@4.3.6/node_modules/stylis/src/Enum.js +17 -0
- package/dist/node_modules/.pnpm/stylis@4.3.6/node_modules/stylis/src/Enum.mjs +9 -0
- package/dist/node_modules/.pnpm/stylis@4.3.6/node_modules/stylis/src/Parser.js +210 -0
- package/dist/node_modules/.pnpm/stylis@4.3.6/node_modules/stylis/src/Parser.mjs +204 -0
- package/dist/node_modules/.pnpm/stylis@4.3.6/node_modules/stylis/src/Serializer.js +40 -0
- package/dist/node_modules/.pnpm/stylis@4.3.6/node_modules/stylis/src/Serializer.mjs +37 -0
- package/dist/node_modules/.pnpm/stylis@4.3.6/node_modules/stylis/src/Tokenizer.js +232 -0
- package/dist/node_modules/.pnpm/stylis@4.3.6/node_modules/stylis/src/Tokenizer.mjs +215 -0
- package/dist/node_modules/.pnpm/stylis@4.3.6/node_modules/stylis/src/Utility.js +96 -0
- package/dist/node_modules/.pnpm/stylis@4.3.6/node_modules/stylis/src/Utility.mjs +85 -0
- package/dist/node_modules/.pnpm/ts-dedent@2.2.0/node_modules/ts-dedent/esm/index.js +43 -0
- package/dist/node_modules/.pnpm/ts-dedent@2.2.0/node_modules/ts-dedent/esm/index.mjs +38 -0
- package/dist/node_modules/.pnpm/vscode-jsonrpc@8.2.0/node_modules/vscode-jsonrpc/lib/common/cancellation.js +111 -0
- package/dist/node_modules/.pnpm/vscode-jsonrpc@8.2.0/node_modules/vscode-jsonrpc/lib/common/cancellation.mjs +109 -0
- package/dist/node_modules/.pnpm/vscode-jsonrpc@8.2.0/node_modules/vscode-jsonrpc/lib/common/events.js +141 -0
- package/dist/node_modules/.pnpm/vscode-jsonrpc@8.2.0/node_modules/vscode-jsonrpc/lib/common/events.mjs +139 -0
- package/dist/node_modules/.pnpm/vscode-jsonrpc@8.2.0/node_modules/vscode-jsonrpc/lib/common/is.js +47 -0
- package/dist/node_modules/.pnpm/vscode-jsonrpc@8.2.0/node_modules/vscode-jsonrpc/lib/common/is.mjs +45 -0
- package/dist/node_modules/.pnpm/vscode-jsonrpc@8.2.0/node_modules/vscode-jsonrpc/lib/common/ral.js +35 -0
- package/dist/node_modules/.pnpm/vscode-jsonrpc@8.2.0/node_modules/vscode-jsonrpc/lib/common/ral.mjs +33 -0
- package/dist/node_modules/.pnpm/vscode-languageserver-textdocument@1.0.12/node_modules/vscode-languageserver-textdocument/lib/esm/main.js +266 -0
- package/dist/node_modules/.pnpm/vscode-languageserver-textdocument@1.0.12/node_modules/vscode-languageserver-textdocument/lib/esm/main.mjs +266 -0
- package/dist/node_modules/.pnpm/vscode-languageserver-types@3.17.5/node_modules/vscode-languageserver-types/lib/esm/main.js +1933 -0
- package/dist/node_modules/.pnpm/vscode-languageserver-types@3.17.5/node_modules/vscode-languageserver-types/lib/esm/main.mjs +1933 -0
- package/dist/node_modules/.pnpm/vscode-uri@3.0.8/node_modules/vscode-uri/lib/esm/index.js +6 -0
- package/dist/node_modules/.pnpm/vscode-uri@3.0.8/node_modules/vscode-uri/lib/esm/index.mjs +3 -0
- package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/ZodError.js +135 -0
- package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/ZodError.mjs +132 -0
- package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/errors.js +11 -0
- package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/errors.mjs +8 -0
- package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/helpers/errorUtil.js +8 -0
- package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/helpers/errorUtil.mjs +8 -0
- package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/helpers/parseUtil.js +122 -0
- package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/helpers/parseUtil.mjs +111 -0
- package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/helpers/util.js +138 -0
- package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/helpers/util.mjs +135 -0
- package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/locales/en.js +113 -0
- package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/locales/en.mjs +111 -0
- package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/types.js +3339 -0
- package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/types.mjs +3297 -0
- package/package.json +43 -13
- package/src/clerk/clerk-organization-client.tsx +1 -1
- package/src/clerk/clerk-user-client.tsx +1 -1
- package/src/fuma/llm-copy-handler.ts +1 -1
- package/src/fuma/mdx/airtical-card.tsx +1 -1
- package/src/fuma/mdx/banner.tsx +2 -2
- package/src/fuma/mdx/fuma-github-info.tsx +1 -1
- package/src/fuma/mdx/gradient-button.tsx +2 -2
- package/src/fuma/mdx/mermaid.tsx +1 -1
- package/src/fuma/mdx/toc-base.tsx +2 -2
- package/src/fuma/mdx/trophy-card.tsx +1 -1
- package/src/fuma/mdx/zia-card.tsx +2 -2
- package/src/fuma/mdx/zia-file.tsx +2 -2
- package/src/fuma/site-x.tsx +1 -1
- package/src/main/ads-alert-dialog.tsx +2 -2
- package/src/main/ai-prompt-textarea.tsx +1 -1
- package/src/main/cta.tsx +1 -1
- package/src/main/faq.tsx +1 -1
- package/src/main/features.tsx +3 -3
- package/src/main/footer.tsx +1 -1
- package/src/main/gallery.tsx +1 -1
- package/src/main/go-to-top.tsx +1 -1
- package/src/main/language-detector.tsx +1 -1
- package/src/main/price-plan-interactive.tsx +1 -1
- package/src/main/price-plan.tsx +1 -1
- package/src/main/seo-content.tsx +1 -1
- package/src/main/tips.tsx +1 -1
- package/src/main/usage.tsx +2 -2
- package/src/main/x-button.tsx +1 -1
|
@@ -0,0 +1,4568 @@
|
|
|
1
|
+
export declare const clerkIntl: {
|
|
2
|
+
en: import("@clerk/types").DeepPartial<{
|
|
3
|
+
locale: string;
|
|
4
|
+
maintenanceMode: import("@clerk/types").LocalizationValue;
|
|
5
|
+
roles: {
|
|
6
|
+
[x: string]: string;
|
|
7
|
+
};
|
|
8
|
+
socialButtonsBlockButton: import("@clerk/types").LocalizationValue<"provider">;
|
|
9
|
+
socialButtonsBlockButtonManyInView: import("@clerk/types").LocalizationValue<"provider", `${string}{{provider|titleize}}${string}`>;
|
|
10
|
+
dividerText: import("@clerk/types").LocalizationValue;
|
|
11
|
+
formFieldLabel__emailAddress: import("@clerk/types").LocalizationValue;
|
|
12
|
+
formFieldLabel__emailAddresses: import("@clerk/types").LocalizationValue;
|
|
13
|
+
formFieldLabel__phoneNumber: import("@clerk/types").LocalizationValue;
|
|
14
|
+
formFieldLabel__username: import("@clerk/types").LocalizationValue;
|
|
15
|
+
formFieldLabel__emailAddress_username: import("@clerk/types").LocalizationValue;
|
|
16
|
+
formFieldLabel__password: import("@clerk/types").LocalizationValue;
|
|
17
|
+
formFieldLabel__currentPassword: import("@clerk/types").LocalizationValue;
|
|
18
|
+
formFieldLabel__newPassword: import("@clerk/types").LocalizationValue;
|
|
19
|
+
formFieldLabel__confirmPassword: import("@clerk/types").LocalizationValue;
|
|
20
|
+
formFieldLabel__signOutOfOtherSessions: import("@clerk/types").LocalizationValue;
|
|
21
|
+
formFieldLabel__automaticInvitations: import("@clerk/types").LocalizationValue;
|
|
22
|
+
formFieldLabel__firstName: import("@clerk/types").LocalizationValue;
|
|
23
|
+
formFieldLabel__lastName: import("@clerk/types").LocalizationValue;
|
|
24
|
+
formFieldLabel__backupCode: import("@clerk/types").LocalizationValue;
|
|
25
|
+
formFieldLabel__organizationName: import("@clerk/types").LocalizationValue;
|
|
26
|
+
formFieldLabel__organizationSlug: import("@clerk/types").LocalizationValue;
|
|
27
|
+
formFieldLabel__organizationDomain: import("@clerk/types").LocalizationValue;
|
|
28
|
+
formFieldLabel__organizationDomainEmailAddress: import("@clerk/types").LocalizationValue;
|
|
29
|
+
formFieldLabel__organizationDomainEmailAddressDescription: import("@clerk/types").LocalizationValue;
|
|
30
|
+
formFieldLabel__organizationDomainDeletePending: import("@clerk/types").LocalizationValue;
|
|
31
|
+
formFieldLabel__confirmDeletion: import("@clerk/types").LocalizationValue;
|
|
32
|
+
formFieldLabel__role: import("@clerk/types").LocalizationValue;
|
|
33
|
+
formFieldLabel__passkeyName: import("@clerk/types").LocalizationValue;
|
|
34
|
+
formFieldLabel__apiKeyName: import("@clerk/types").LocalizationValue;
|
|
35
|
+
formFieldLabel__apiKeyDescription: import("@clerk/types").LocalizationValue;
|
|
36
|
+
formFieldLabel__apiKeyExpiration: import("@clerk/types").LocalizationValue;
|
|
37
|
+
formFieldInputPlaceholder__emailAddress: import("@clerk/types").LocalizationValue;
|
|
38
|
+
formFieldInputPlaceholder__emailAddresses: import("@clerk/types").LocalizationValue;
|
|
39
|
+
formFieldInputPlaceholder__phoneNumber: import("@clerk/types").LocalizationValue;
|
|
40
|
+
formFieldInputPlaceholder__username: import("@clerk/types").LocalizationValue;
|
|
41
|
+
formFieldInputPlaceholder__emailAddress_username: import("@clerk/types").LocalizationValue;
|
|
42
|
+
formFieldInputPlaceholder__password: import("@clerk/types").LocalizationValue;
|
|
43
|
+
formFieldInputPlaceholder__firstName: import("@clerk/types").LocalizationValue;
|
|
44
|
+
formFieldInputPlaceholder__lastName: import("@clerk/types").LocalizationValue;
|
|
45
|
+
formFieldInputPlaceholder__backupCode: import("@clerk/types").LocalizationValue;
|
|
46
|
+
formFieldInputPlaceholder__organizationName: import("@clerk/types").LocalizationValue;
|
|
47
|
+
formFieldInputPlaceholder__organizationSlug: import("@clerk/types").LocalizationValue;
|
|
48
|
+
formFieldInputPlaceholder__organizationDomain: import("@clerk/types").LocalizationValue;
|
|
49
|
+
formFieldInputPlaceholder__organizationDomainEmailAddress: import("@clerk/types").LocalizationValue;
|
|
50
|
+
formFieldInputPlaceholder__confirmDeletionUserAccount: import("@clerk/types").LocalizationValue;
|
|
51
|
+
formFieldInputPlaceholder__apiKeyName: import("@clerk/types").LocalizationValue;
|
|
52
|
+
formFieldInputPlaceholder__apiKeyDescription: import("@clerk/types").LocalizationValue;
|
|
53
|
+
formFieldInputPlaceholder__apiKeyExpirationDate: import("@clerk/types").LocalizationValue;
|
|
54
|
+
formFieldError__notMatchingPasswords: import("@clerk/types").LocalizationValue;
|
|
55
|
+
formFieldError__matchingPasswords: import("@clerk/types").LocalizationValue;
|
|
56
|
+
formFieldError__verificationLinkExpired: import("@clerk/types").LocalizationValue;
|
|
57
|
+
formFieldAction__forgotPassword: import("@clerk/types").LocalizationValue;
|
|
58
|
+
formFieldHintText__optional: import("@clerk/types").LocalizationValue;
|
|
59
|
+
formFieldHintText__slug: import("@clerk/types").LocalizationValue;
|
|
60
|
+
formButtonPrimary: import("@clerk/types").LocalizationValue;
|
|
61
|
+
formButtonPrimary__verify: import("@clerk/types").LocalizationValue;
|
|
62
|
+
signInEnterPasswordTitle: import("@clerk/types").LocalizationValue;
|
|
63
|
+
backButton: import("@clerk/types").LocalizationValue;
|
|
64
|
+
footerActionLink__useAnotherMethod: import("@clerk/types").LocalizationValue;
|
|
65
|
+
footerActionLink__alternativePhoneCodeProvider: import("@clerk/types").LocalizationValue;
|
|
66
|
+
badge__primary: import("@clerk/types").LocalizationValue;
|
|
67
|
+
badge__thisDevice: import("@clerk/types").LocalizationValue;
|
|
68
|
+
badge__userDevice: import("@clerk/types").LocalizationValue;
|
|
69
|
+
badge__otherImpersonatorDevice: import("@clerk/types").LocalizationValue;
|
|
70
|
+
badge__default: import("@clerk/types").LocalizationValue;
|
|
71
|
+
badge__unverified: import("@clerk/types").LocalizationValue;
|
|
72
|
+
badge__requiresAction: import("@clerk/types").LocalizationValue;
|
|
73
|
+
badge__you: import("@clerk/types").LocalizationValue;
|
|
74
|
+
badge__currentPlan: import("@clerk/types").LocalizationValue;
|
|
75
|
+
badge__upcomingPlan: import("@clerk/types").LocalizationValue;
|
|
76
|
+
badge__activePlan: import("@clerk/types").LocalizationValue;
|
|
77
|
+
badge__pastDuePlan: import("@clerk/types").LocalizationValue;
|
|
78
|
+
badge__startsAt: import("@clerk/types").LocalizationValue<"date">;
|
|
79
|
+
badge__pastDueAt: import("@clerk/types").LocalizationValue<"date">;
|
|
80
|
+
badge__endsAt: import("@clerk/types").LocalizationValue;
|
|
81
|
+
badge__expired: import("@clerk/types").LocalizationValue;
|
|
82
|
+
badge__canceledEndsAt: import("@clerk/types").LocalizationValue<"date">;
|
|
83
|
+
badge__renewsAt: import("@clerk/types").LocalizationValue<"date">;
|
|
84
|
+
footerPageLink__help: import("@clerk/types").LocalizationValue;
|
|
85
|
+
footerPageLink__privacy: import("@clerk/types").LocalizationValue;
|
|
86
|
+
footerPageLink__terms: import("@clerk/types").LocalizationValue;
|
|
87
|
+
paginationButton__previous: import("@clerk/types").LocalizationValue;
|
|
88
|
+
paginationButton__next: import("@clerk/types").LocalizationValue;
|
|
89
|
+
paginationRowText__displaying: import("@clerk/types").LocalizationValue;
|
|
90
|
+
paginationRowText__of: import("@clerk/types").LocalizationValue;
|
|
91
|
+
membershipRole__admin: import("@clerk/types").LocalizationValue;
|
|
92
|
+
membershipRole__basicMember: import("@clerk/types").LocalizationValue;
|
|
93
|
+
membershipRole__guestMember: import("@clerk/types").LocalizationValue;
|
|
94
|
+
commerce: {
|
|
95
|
+
month: import("@clerk/types").LocalizationValue;
|
|
96
|
+
year: import("@clerk/types").LocalizationValue;
|
|
97
|
+
free: import("@clerk/types").LocalizationValue;
|
|
98
|
+
getStarted: import("@clerk/types").LocalizationValue;
|
|
99
|
+
manage: import("@clerk/types").LocalizationValue;
|
|
100
|
+
manageSubscription: import("@clerk/types").LocalizationValue;
|
|
101
|
+
cancelSubscription: import("@clerk/types").LocalizationValue;
|
|
102
|
+
keepSubscription: import("@clerk/types").LocalizationValue;
|
|
103
|
+
reSubscribe: import("@clerk/types").LocalizationValue;
|
|
104
|
+
subscribe: import("@clerk/types").LocalizationValue;
|
|
105
|
+
switchPlan: import("@clerk/types").LocalizationValue;
|
|
106
|
+
switchToMonthly: import("@clerk/types").LocalizationValue;
|
|
107
|
+
switchToAnnual: import("@clerk/types").LocalizationValue;
|
|
108
|
+
switchToMonthlyWithPrice: import("@clerk/types").LocalizationValue<"price" | "currency">;
|
|
109
|
+
switchToAnnualWithAnnualPrice: import("@clerk/types").LocalizationValue<"price" | "currency">;
|
|
110
|
+
billedAnnually: import("@clerk/types").LocalizationValue;
|
|
111
|
+
billedMonthlyOnly: import("@clerk/types").LocalizationValue;
|
|
112
|
+
alwaysFree: import("@clerk/types").LocalizationValue;
|
|
113
|
+
accountFunds: import("@clerk/types").LocalizationValue;
|
|
114
|
+
defaultFreePlanActive: import("@clerk/types").LocalizationValue;
|
|
115
|
+
viewFeatures: import("@clerk/types").LocalizationValue;
|
|
116
|
+
seeAllFeatures: import("@clerk/types").LocalizationValue;
|
|
117
|
+
viewPayment: import("@clerk/types").LocalizationValue;
|
|
118
|
+
availableFeatures: import("@clerk/types").LocalizationValue;
|
|
119
|
+
subtotal: import("@clerk/types").LocalizationValue;
|
|
120
|
+
credit: import("@clerk/types").LocalizationValue;
|
|
121
|
+
creditRemainder: import("@clerk/types").LocalizationValue;
|
|
122
|
+
totalDue: import("@clerk/types").LocalizationValue;
|
|
123
|
+
totalDueToday: import("@clerk/types").LocalizationValue;
|
|
124
|
+
pastDue: import("@clerk/types").LocalizationValue;
|
|
125
|
+
paymentMethods: import("@clerk/types").LocalizationValue;
|
|
126
|
+
addPaymentMethod: import("@clerk/types").LocalizationValue;
|
|
127
|
+
pay: import("@clerk/types").LocalizationValue<"amount">;
|
|
128
|
+
cancelSubscriptionTitle: import("@clerk/types").LocalizationValue<"plan">;
|
|
129
|
+
cancelSubscriptionNoCharge: import("@clerk/types").LocalizationValue;
|
|
130
|
+
cancelSubscriptionAccessUntil: import("@clerk/types").LocalizationValue<"plan" | "date">;
|
|
131
|
+
popular: import("@clerk/types").LocalizationValue;
|
|
132
|
+
subscriptionDetails: {
|
|
133
|
+
title: import("@clerk/types").LocalizationValue;
|
|
134
|
+
currentBillingCycle: import("@clerk/types").LocalizationValue;
|
|
135
|
+
nextPaymentOn: import("@clerk/types").LocalizationValue;
|
|
136
|
+
nextPaymentAmount: import("@clerk/types").LocalizationValue;
|
|
137
|
+
subscribedOn: import("@clerk/types").LocalizationValue;
|
|
138
|
+
endsOn: import("@clerk/types").LocalizationValue;
|
|
139
|
+
renewsAt: import("@clerk/types").LocalizationValue;
|
|
140
|
+
beginsOn: import("@clerk/types").LocalizationValue;
|
|
141
|
+
pastDueAt: import("@clerk/types").LocalizationValue;
|
|
142
|
+
};
|
|
143
|
+
monthly: import("@clerk/types").LocalizationValue;
|
|
144
|
+
annually: import("@clerk/types").LocalizationValue;
|
|
145
|
+
cannotSubscribeMonthly: import("@clerk/types").LocalizationValue;
|
|
146
|
+
cannotSubscribeUnrecoverable: import("@clerk/types").LocalizationValue;
|
|
147
|
+
pricingTable: {
|
|
148
|
+
billingCycle: import("@clerk/types").LocalizationValue;
|
|
149
|
+
included: import("@clerk/types").LocalizationValue;
|
|
150
|
+
};
|
|
151
|
+
paymentSource: {
|
|
152
|
+
dev: {
|
|
153
|
+
testCardInfo: import("@clerk/types").LocalizationValue;
|
|
154
|
+
developmentMode: import("@clerk/types").LocalizationValue;
|
|
155
|
+
cardNumber: import("@clerk/types").LocalizationValue;
|
|
156
|
+
expirationDate: import("@clerk/types").LocalizationValue;
|
|
157
|
+
cvcZip: import("@clerk/types").LocalizationValue;
|
|
158
|
+
anyNumbers: import("@clerk/types").LocalizationValue;
|
|
159
|
+
};
|
|
160
|
+
applePayDescription: {
|
|
161
|
+
monthly: import("@clerk/types").LocalizationValue;
|
|
162
|
+
annual: import("@clerk/types").LocalizationValue;
|
|
163
|
+
};
|
|
164
|
+
};
|
|
165
|
+
checkout: {
|
|
166
|
+
title: import("@clerk/types").LocalizationValue;
|
|
167
|
+
title__paymentSuccessful: import("@clerk/types").LocalizationValue;
|
|
168
|
+
title__subscriptionSuccessful: import("@clerk/types").LocalizationValue;
|
|
169
|
+
description__paymentSuccessful: import("@clerk/types").LocalizationValue;
|
|
170
|
+
description__subscriptionSuccessful: import("@clerk/types").LocalizationValue;
|
|
171
|
+
lineItems: {
|
|
172
|
+
title__totalPaid: import("@clerk/types").LocalizationValue;
|
|
173
|
+
title__paymentMethod: import("@clerk/types").LocalizationValue;
|
|
174
|
+
title__statementId: import("@clerk/types").LocalizationValue;
|
|
175
|
+
title__subscriptionBegins: import("@clerk/types").LocalizationValue;
|
|
176
|
+
};
|
|
177
|
+
emailForm: {
|
|
178
|
+
title: import("@clerk/types").LocalizationValue;
|
|
179
|
+
subtitle: import("@clerk/types").LocalizationValue;
|
|
180
|
+
};
|
|
181
|
+
downgradeNotice: import("@clerk/types").LocalizationValue;
|
|
182
|
+
pastDueNotice: import("@clerk/types").LocalizationValue;
|
|
183
|
+
perMonth: import("@clerk/types").LocalizationValue;
|
|
184
|
+
};
|
|
185
|
+
};
|
|
186
|
+
signUp: {
|
|
187
|
+
start: {
|
|
188
|
+
title: import("@clerk/types").LocalizationValue;
|
|
189
|
+
titleCombined: import("@clerk/types").LocalizationValue;
|
|
190
|
+
subtitle: import("@clerk/types").LocalizationValue;
|
|
191
|
+
subtitleCombined: import("@clerk/types").LocalizationValue;
|
|
192
|
+
actionText: import("@clerk/types").LocalizationValue;
|
|
193
|
+
actionLink: import("@clerk/types").LocalizationValue;
|
|
194
|
+
actionLink__use_phone: import("@clerk/types").LocalizationValue;
|
|
195
|
+
actionLink__use_email: import("@clerk/types").LocalizationValue;
|
|
196
|
+
alternativePhoneCodeProvider: {
|
|
197
|
+
actionLink: import("@clerk/types").LocalizationValue;
|
|
198
|
+
label: import("@clerk/types").LocalizationValue<"provider">;
|
|
199
|
+
subtitle: import("@clerk/types").LocalizationValue<"provider">;
|
|
200
|
+
title: import("@clerk/types").LocalizationValue<"provider">;
|
|
201
|
+
};
|
|
202
|
+
};
|
|
203
|
+
emailLink: {
|
|
204
|
+
title: import("@clerk/types").LocalizationValue;
|
|
205
|
+
subtitle: import("@clerk/types").LocalizationValue;
|
|
206
|
+
formTitle: import("@clerk/types").LocalizationValue;
|
|
207
|
+
formSubtitle: import("@clerk/types").LocalizationValue;
|
|
208
|
+
resendButton: import("@clerk/types").LocalizationValue;
|
|
209
|
+
verified: {
|
|
210
|
+
title: import("@clerk/types").LocalizationValue;
|
|
211
|
+
};
|
|
212
|
+
loading: {
|
|
213
|
+
title: import("@clerk/types").LocalizationValue;
|
|
214
|
+
};
|
|
215
|
+
verifiedSwitchTab: {
|
|
216
|
+
title: import("@clerk/types").LocalizationValue;
|
|
217
|
+
subtitle: import("@clerk/types").LocalizationValue;
|
|
218
|
+
subtitleNewTab: import("@clerk/types").LocalizationValue;
|
|
219
|
+
};
|
|
220
|
+
clientMismatch: {
|
|
221
|
+
title: import("@clerk/types").LocalizationValue;
|
|
222
|
+
subtitle: import("@clerk/types").LocalizationValue;
|
|
223
|
+
};
|
|
224
|
+
};
|
|
225
|
+
emailCode: {
|
|
226
|
+
title: import("@clerk/types").LocalizationValue;
|
|
227
|
+
subtitle: import("@clerk/types").LocalizationValue;
|
|
228
|
+
formTitle: import("@clerk/types").LocalizationValue;
|
|
229
|
+
formSubtitle: import("@clerk/types").LocalizationValue;
|
|
230
|
+
resendButton: import("@clerk/types").LocalizationValue;
|
|
231
|
+
};
|
|
232
|
+
phoneCode: {
|
|
233
|
+
title: import("@clerk/types").LocalizationValue;
|
|
234
|
+
subtitle: import("@clerk/types").LocalizationValue;
|
|
235
|
+
formTitle: import("@clerk/types").LocalizationValue;
|
|
236
|
+
formSubtitle: import("@clerk/types").LocalizationValue;
|
|
237
|
+
resendButton: import("@clerk/types").LocalizationValue;
|
|
238
|
+
};
|
|
239
|
+
alternativePhoneCodeProvider: {
|
|
240
|
+
formSubtitle: import("@clerk/types").LocalizationValue;
|
|
241
|
+
formTitle: import("@clerk/types").LocalizationValue;
|
|
242
|
+
resendButton: import("@clerk/types").LocalizationValue;
|
|
243
|
+
subtitle: import("@clerk/types").LocalizationValue<"provider">;
|
|
244
|
+
title: import("@clerk/types").LocalizationValue<"provider">;
|
|
245
|
+
};
|
|
246
|
+
continue: {
|
|
247
|
+
title: import("@clerk/types").LocalizationValue;
|
|
248
|
+
subtitle: import("@clerk/types").LocalizationValue;
|
|
249
|
+
actionText: import("@clerk/types").LocalizationValue;
|
|
250
|
+
actionLink: import("@clerk/types").LocalizationValue;
|
|
251
|
+
};
|
|
252
|
+
restrictedAccess: {
|
|
253
|
+
title: import("@clerk/types").LocalizationValue;
|
|
254
|
+
subtitle: import("@clerk/types").LocalizationValue;
|
|
255
|
+
subtitleWaitlist: import("@clerk/types").LocalizationValue;
|
|
256
|
+
actionLink: import("@clerk/types").LocalizationValue;
|
|
257
|
+
actionText: import("@clerk/types").LocalizationValue;
|
|
258
|
+
blockButton__emailSupport: import("@clerk/types").LocalizationValue;
|
|
259
|
+
blockButton__joinWaitlist: import("@clerk/types").LocalizationValue;
|
|
260
|
+
};
|
|
261
|
+
legalConsent: {
|
|
262
|
+
continue: {
|
|
263
|
+
title: import("@clerk/types").LocalizationValue;
|
|
264
|
+
subtitle: import("@clerk/types").LocalizationValue;
|
|
265
|
+
};
|
|
266
|
+
checkbox: {
|
|
267
|
+
label__termsOfServiceAndPrivacyPolicy: import("@clerk/types").LocalizationValue<"termsOfServiceLink" | "privacyPolicyLink">;
|
|
268
|
+
label__onlyPrivacyPolicy: import("@clerk/types").LocalizationValue<"privacyPolicyLink">;
|
|
269
|
+
label__onlyTermsOfService: import("@clerk/types").LocalizationValue<"termsOfServiceLink">;
|
|
270
|
+
};
|
|
271
|
+
};
|
|
272
|
+
};
|
|
273
|
+
signIn: {
|
|
274
|
+
start: {
|
|
275
|
+
title: import("@clerk/types").LocalizationValue;
|
|
276
|
+
titleCombined: import("@clerk/types").LocalizationValue;
|
|
277
|
+
subtitle: import("@clerk/types").LocalizationValue;
|
|
278
|
+
subtitleCombined: import("@clerk/types").LocalizationValue;
|
|
279
|
+
actionText: import("@clerk/types").LocalizationValue;
|
|
280
|
+
actionLink: import("@clerk/types").LocalizationValue;
|
|
281
|
+
actionLink__use_email: import("@clerk/types").LocalizationValue;
|
|
282
|
+
actionLink__use_phone: import("@clerk/types").LocalizationValue;
|
|
283
|
+
actionLink__use_username: import("@clerk/types").LocalizationValue;
|
|
284
|
+
actionLink__use_email_username: import("@clerk/types").LocalizationValue;
|
|
285
|
+
actionLink__use_passkey: import("@clerk/types").LocalizationValue;
|
|
286
|
+
actionText__join_waitlist: import("@clerk/types").LocalizationValue;
|
|
287
|
+
actionLink__join_waitlist: import("@clerk/types").LocalizationValue;
|
|
288
|
+
alternativePhoneCodeProvider: {
|
|
289
|
+
actionLink: import("@clerk/types").LocalizationValue;
|
|
290
|
+
label: import("@clerk/types").LocalizationValue<"provider">;
|
|
291
|
+
subtitle: import("@clerk/types").LocalizationValue<"provider">;
|
|
292
|
+
title: import("@clerk/types").LocalizationValue<"provider">;
|
|
293
|
+
};
|
|
294
|
+
};
|
|
295
|
+
password: {
|
|
296
|
+
title: import("@clerk/types").LocalizationValue;
|
|
297
|
+
subtitle: import("@clerk/types").LocalizationValue;
|
|
298
|
+
actionLink: import("@clerk/types").LocalizationValue;
|
|
299
|
+
};
|
|
300
|
+
passwordPwned: {
|
|
301
|
+
title: import("@clerk/types").LocalizationValue;
|
|
302
|
+
};
|
|
303
|
+
passkey: {
|
|
304
|
+
title: import("@clerk/types").LocalizationValue;
|
|
305
|
+
subtitle: import("@clerk/types").LocalizationValue;
|
|
306
|
+
};
|
|
307
|
+
forgotPasswordAlternativeMethods: {
|
|
308
|
+
title: import("@clerk/types").LocalizationValue;
|
|
309
|
+
label__alternativeMethods: import("@clerk/types").LocalizationValue;
|
|
310
|
+
blockButton__resetPassword: import("@clerk/types").LocalizationValue;
|
|
311
|
+
};
|
|
312
|
+
forgotPassword: {
|
|
313
|
+
title: import("@clerk/types").LocalizationValue;
|
|
314
|
+
subtitle: import("@clerk/types").LocalizationValue;
|
|
315
|
+
subtitle_email: import("@clerk/types").LocalizationValue;
|
|
316
|
+
subtitle_phone: import("@clerk/types").LocalizationValue;
|
|
317
|
+
formTitle: import("@clerk/types").LocalizationValue;
|
|
318
|
+
resendButton: import("@clerk/types").LocalizationValue;
|
|
319
|
+
};
|
|
320
|
+
resetPassword: {
|
|
321
|
+
title: import("@clerk/types").LocalizationValue;
|
|
322
|
+
formButtonPrimary: import("@clerk/types").LocalizationValue;
|
|
323
|
+
successMessage: import("@clerk/types").LocalizationValue;
|
|
324
|
+
requiredMessage: import("@clerk/types").LocalizationValue;
|
|
325
|
+
};
|
|
326
|
+
resetPasswordMfa: {
|
|
327
|
+
detailsLabel: import("@clerk/types").LocalizationValue;
|
|
328
|
+
};
|
|
329
|
+
emailCode: {
|
|
330
|
+
title: import("@clerk/types").LocalizationValue;
|
|
331
|
+
subtitle: import("@clerk/types").LocalizationValue;
|
|
332
|
+
formTitle: import("@clerk/types").LocalizationValue;
|
|
333
|
+
resendButton: import("@clerk/types").LocalizationValue;
|
|
334
|
+
};
|
|
335
|
+
emailLink: {
|
|
336
|
+
title: import("@clerk/types").LocalizationValue;
|
|
337
|
+
subtitle: import("@clerk/types").LocalizationValue;
|
|
338
|
+
formTitle: import("@clerk/types").LocalizationValue;
|
|
339
|
+
formSubtitle: import("@clerk/types").LocalizationValue;
|
|
340
|
+
resendButton: import("@clerk/types").LocalizationValue;
|
|
341
|
+
unusedTab: {
|
|
342
|
+
title: import("@clerk/types").LocalizationValue;
|
|
343
|
+
};
|
|
344
|
+
verified: {
|
|
345
|
+
title: import("@clerk/types").LocalizationValue;
|
|
346
|
+
subtitle: import("@clerk/types").LocalizationValue;
|
|
347
|
+
};
|
|
348
|
+
verifiedSwitchTab: {
|
|
349
|
+
subtitle: import("@clerk/types").LocalizationValue;
|
|
350
|
+
titleNewTab: import("@clerk/types").LocalizationValue;
|
|
351
|
+
subtitleNewTab: import("@clerk/types").LocalizationValue;
|
|
352
|
+
};
|
|
353
|
+
loading: {
|
|
354
|
+
title: import("@clerk/types").LocalizationValue;
|
|
355
|
+
subtitle: import("@clerk/types").LocalizationValue;
|
|
356
|
+
};
|
|
357
|
+
failed: {
|
|
358
|
+
title: import("@clerk/types").LocalizationValue;
|
|
359
|
+
subtitle: import("@clerk/types").LocalizationValue;
|
|
360
|
+
};
|
|
361
|
+
expired: {
|
|
362
|
+
title: import("@clerk/types").LocalizationValue;
|
|
363
|
+
subtitle: import("@clerk/types").LocalizationValue;
|
|
364
|
+
};
|
|
365
|
+
clientMismatch: {
|
|
366
|
+
title: import("@clerk/types").LocalizationValue;
|
|
367
|
+
subtitle: import("@clerk/types").LocalizationValue;
|
|
368
|
+
};
|
|
369
|
+
};
|
|
370
|
+
phoneCode: {
|
|
371
|
+
title: import("@clerk/types").LocalizationValue;
|
|
372
|
+
subtitle: import("@clerk/types").LocalizationValue;
|
|
373
|
+
formTitle: import("@clerk/types").LocalizationValue;
|
|
374
|
+
resendButton: import("@clerk/types").LocalizationValue;
|
|
375
|
+
};
|
|
376
|
+
alternativePhoneCodeProvider: {
|
|
377
|
+
formTitle: import("@clerk/types").LocalizationValue;
|
|
378
|
+
resendButton: import("@clerk/types").LocalizationValue;
|
|
379
|
+
subtitle: import("@clerk/types").LocalizationValue;
|
|
380
|
+
title: import("@clerk/types").LocalizationValue<"provider">;
|
|
381
|
+
};
|
|
382
|
+
phoneCodeMfa: {
|
|
383
|
+
title: import("@clerk/types").LocalizationValue;
|
|
384
|
+
subtitle: import("@clerk/types").LocalizationValue;
|
|
385
|
+
formTitle: import("@clerk/types").LocalizationValue;
|
|
386
|
+
resendButton: import("@clerk/types").LocalizationValue;
|
|
387
|
+
};
|
|
388
|
+
totpMfa: {
|
|
389
|
+
title: import("@clerk/types").LocalizationValue;
|
|
390
|
+
subtitle: import("@clerk/types").LocalizationValue;
|
|
391
|
+
formTitle: import("@clerk/types").LocalizationValue;
|
|
392
|
+
};
|
|
393
|
+
backupCodeMfa: {
|
|
394
|
+
title: import("@clerk/types").LocalizationValue;
|
|
395
|
+
subtitle: import("@clerk/types").LocalizationValue;
|
|
396
|
+
};
|
|
397
|
+
alternativeMethods: {
|
|
398
|
+
title: import("@clerk/types").LocalizationValue;
|
|
399
|
+
subtitle: import("@clerk/types").LocalizationValue;
|
|
400
|
+
actionLink: import("@clerk/types").LocalizationValue;
|
|
401
|
+
actionText: import("@clerk/types").LocalizationValue;
|
|
402
|
+
blockButton__emailLink: import("@clerk/types").LocalizationValue<"identifier">;
|
|
403
|
+
blockButton__emailCode: import("@clerk/types").LocalizationValue<"identifier">;
|
|
404
|
+
blockButton__phoneCode: import("@clerk/types").LocalizationValue<"identifier">;
|
|
405
|
+
blockButton__password: import("@clerk/types").LocalizationValue;
|
|
406
|
+
blockButton__passkey: import("@clerk/types").LocalizationValue;
|
|
407
|
+
blockButton__totp: import("@clerk/types").LocalizationValue;
|
|
408
|
+
blockButton__backupCode: import("@clerk/types").LocalizationValue;
|
|
409
|
+
getHelp: {
|
|
410
|
+
title: import("@clerk/types").LocalizationValue;
|
|
411
|
+
content: import("@clerk/types").LocalizationValue;
|
|
412
|
+
blockButton__emailSupport: import("@clerk/types").LocalizationValue;
|
|
413
|
+
};
|
|
414
|
+
};
|
|
415
|
+
noAvailableMethods: {
|
|
416
|
+
title: import("@clerk/types").LocalizationValue;
|
|
417
|
+
subtitle: import("@clerk/types").LocalizationValue;
|
|
418
|
+
message: import("@clerk/types").LocalizationValue;
|
|
419
|
+
};
|
|
420
|
+
accountSwitcher: {
|
|
421
|
+
title: import("@clerk/types").LocalizationValue;
|
|
422
|
+
subtitle: import("@clerk/types").LocalizationValue;
|
|
423
|
+
action__addAccount: import("@clerk/types").LocalizationValue;
|
|
424
|
+
action__signOutAll: import("@clerk/types").LocalizationValue;
|
|
425
|
+
};
|
|
426
|
+
};
|
|
427
|
+
reverification: {
|
|
428
|
+
password: {
|
|
429
|
+
title: import("@clerk/types").LocalizationValue;
|
|
430
|
+
subtitle: import("@clerk/types").LocalizationValue;
|
|
431
|
+
actionLink: import("@clerk/types").LocalizationValue;
|
|
432
|
+
};
|
|
433
|
+
emailCode: {
|
|
434
|
+
title: import("@clerk/types").LocalizationValue;
|
|
435
|
+
subtitle: import("@clerk/types").LocalizationValue;
|
|
436
|
+
formTitle: import("@clerk/types").LocalizationValue;
|
|
437
|
+
resendButton: import("@clerk/types").LocalizationValue;
|
|
438
|
+
};
|
|
439
|
+
phoneCode: {
|
|
440
|
+
title: import("@clerk/types").LocalizationValue;
|
|
441
|
+
subtitle: import("@clerk/types").LocalizationValue;
|
|
442
|
+
formTitle: import("@clerk/types").LocalizationValue;
|
|
443
|
+
resendButton: import("@clerk/types").LocalizationValue;
|
|
444
|
+
};
|
|
445
|
+
phoneCodeMfa: {
|
|
446
|
+
title: import("@clerk/types").LocalizationValue;
|
|
447
|
+
subtitle: import("@clerk/types").LocalizationValue;
|
|
448
|
+
formTitle: import("@clerk/types").LocalizationValue;
|
|
449
|
+
resendButton: import("@clerk/types").LocalizationValue;
|
|
450
|
+
};
|
|
451
|
+
totpMfa: {
|
|
452
|
+
title: import("@clerk/types").LocalizationValue;
|
|
453
|
+
subtitle: import("@clerk/types").LocalizationValue;
|
|
454
|
+
formTitle: import("@clerk/types").LocalizationValue;
|
|
455
|
+
};
|
|
456
|
+
backupCodeMfa: {
|
|
457
|
+
title: import("@clerk/types").LocalizationValue;
|
|
458
|
+
subtitle: import("@clerk/types").LocalizationValue;
|
|
459
|
+
};
|
|
460
|
+
passkey: {
|
|
461
|
+
title: import("@clerk/types").LocalizationValue;
|
|
462
|
+
subtitle: import("@clerk/types").LocalizationValue;
|
|
463
|
+
blockButton__passkey: import("@clerk/types").LocalizationValue;
|
|
464
|
+
};
|
|
465
|
+
alternativeMethods: {
|
|
466
|
+
title: import("@clerk/types").LocalizationValue;
|
|
467
|
+
subtitle: import("@clerk/types").LocalizationValue;
|
|
468
|
+
actionLink: import("@clerk/types").LocalizationValue;
|
|
469
|
+
actionText: import("@clerk/types").LocalizationValue;
|
|
470
|
+
blockButton__emailCode: import("@clerk/types").LocalizationValue<"identifier">;
|
|
471
|
+
blockButton__phoneCode: import("@clerk/types").LocalizationValue<"identifier">;
|
|
472
|
+
blockButton__password: import("@clerk/types").LocalizationValue;
|
|
473
|
+
blockButton__totp: import("@clerk/types").LocalizationValue;
|
|
474
|
+
blockButton__passkey: import("@clerk/types").LocalizationValue;
|
|
475
|
+
blockButton__backupCode: import("@clerk/types").LocalizationValue;
|
|
476
|
+
getHelp: {
|
|
477
|
+
title: import("@clerk/types").LocalizationValue;
|
|
478
|
+
content: import("@clerk/types").LocalizationValue;
|
|
479
|
+
blockButton__emailSupport: import("@clerk/types").LocalizationValue;
|
|
480
|
+
};
|
|
481
|
+
};
|
|
482
|
+
noAvailableMethods: {
|
|
483
|
+
title: import("@clerk/types").LocalizationValue;
|
|
484
|
+
subtitle: import("@clerk/types").LocalizationValue;
|
|
485
|
+
message: import("@clerk/types").LocalizationValue;
|
|
486
|
+
};
|
|
487
|
+
};
|
|
488
|
+
userProfile: {
|
|
489
|
+
mobileButton__menu: import("@clerk/types").LocalizationValue;
|
|
490
|
+
formButtonPrimary__continue: import("@clerk/types").LocalizationValue;
|
|
491
|
+
formButtonPrimary__save: import("@clerk/types").LocalizationValue;
|
|
492
|
+
formButtonPrimary__finish: import("@clerk/types").LocalizationValue;
|
|
493
|
+
formButtonPrimary__remove: import("@clerk/types").LocalizationValue;
|
|
494
|
+
formButtonPrimary__add: import("@clerk/types").LocalizationValue;
|
|
495
|
+
formButtonReset: import("@clerk/types").LocalizationValue;
|
|
496
|
+
navbar: {
|
|
497
|
+
title: import("@clerk/types").LocalizationValue;
|
|
498
|
+
description: import("@clerk/types").LocalizationValue;
|
|
499
|
+
account: import("@clerk/types").LocalizationValue;
|
|
500
|
+
security: import("@clerk/types").LocalizationValue;
|
|
501
|
+
billing: import("@clerk/types").LocalizationValue;
|
|
502
|
+
apiKeys: import("@clerk/types").LocalizationValue;
|
|
503
|
+
};
|
|
504
|
+
start: {
|
|
505
|
+
headerTitle__account: import("@clerk/types").LocalizationValue;
|
|
506
|
+
headerTitle__security: import("@clerk/types").LocalizationValue;
|
|
507
|
+
profileSection: {
|
|
508
|
+
title: import("@clerk/types").LocalizationValue;
|
|
509
|
+
primaryButton: import("@clerk/types").LocalizationValue;
|
|
510
|
+
};
|
|
511
|
+
usernameSection: {
|
|
512
|
+
title: import("@clerk/types").LocalizationValue;
|
|
513
|
+
primaryButton__updateUsername: import("@clerk/types").LocalizationValue;
|
|
514
|
+
primaryButton__setUsername: import("@clerk/types").LocalizationValue;
|
|
515
|
+
};
|
|
516
|
+
emailAddressesSection: {
|
|
517
|
+
title: import("@clerk/types").LocalizationValue;
|
|
518
|
+
primaryButton: import("@clerk/types").LocalizationValue;
|
|
519
|
+
detailsAction__primary: import("@clerk/types").LocalizationValue;
|
|
520
|
+
detailsAction__nonPrimary: import("@clerk/types").LocalizationValue;
|
|
521
|
+
detailsAction__unverified: import("@clerk/types").LocalizationValue;
|
|
522
|
+
destructiveAction: import("@clerk/types").LocalizationValue;
|
|
523
|
+
};
|
|
524
|
+
phoneNumbersSection: {
|
|
525
|
+
title: import("@clerk/types").LocalizationValue;
|
|
526
|
+
primaryButton: import("@clerk/types").LocalizationValue;
|
|
527
|
+
detailsAction__primary: import("@clerk/types").LocalizationValue;
|
|
528
|
+
detailsAction__nonPrimary: import("@clerk/types").LocalizationValue;
|
|
529
|
+
detailsAction__unverified: import("@clerk/types").LocalizationValue;
|
|
530
|
+
destructiveAction: import("@clerk/types").LocalizationValue;
|
|
531
|
+
};
|
|
532
|
+
connectedAccountsSection: {
|
|
533
|
+
title: import("@clerk/types").LocalizationValue;
|
|
534
|
+
primaryButton: import("@clerk/types").LocalizationValue;
|
|
535
|
+
actionLabel__connectionFailed: import("@clerk/types").LocalizationValue;
|
|
536
|
+
actionLabel__reauthorize: import("@clerk/types").LocalizationValue;
|
|
537
|
+
subtitle__reauthorize: import("@clerk/types").LocalizationValue;
|
|
538
|
+
subtitle__disconnected: import("@clerk/types").LocalizationValue;
|
|
539
|
+
destructiveActionTitle: import("@clerk/types").LocalizationValue;
|
|
540
|
+
};
|
|
541
|
+
enterpriseAccountsSection: {
|
|
542
|
+
title: import("@clerk/types").LocalizationValue;
|
|
543
|
+
};
|
|
544
|
+
passwordSection: {
|
|
545
|
+
title: import("@clerk/types").LocalizationValue;
|
|
546
|
+
primaryButton__updatePassword: import("@clerk/types").LocalizationValue;
|
|
547
|
+
primaryButton__setPassword: import("@clerk/types").LocalizationValue;
|
|
548
|
+
};
|
|
549
|
+
passkeysSection: {
|
|
550
|
+
title: import("@clerk/types").LocalizationValue;
|
|
551
|
+
primaryButton: import("@clerk/types").LocalizationValue;
|
|
552
|
+
menuAction__rename: import("@clerk/types").LocalizationValue;
|
|
553
|
+
menuAction__destructive: import("@clerk/types").LocalizationValue;
|
|
554
|
+
};
|
|
555
|
+
mfaSection: {
|
|
556
|
+
title: import("@clerk/types").LocalizationValue;
|
|
557
|
+
primaryButton: import("@clerk/types").LocalizationValue;
|
|
558
|
+
phoneCode: {
|
|
559
|
+
destructiveActionLabel: import("@clerk/types").LocalizationValue;
|
|
560
|
+
actionLabel__setDefault: import("@clerk/types").LocalizationValue;
|
|
561
|
+
};
|
|
562
|
+
backupCodes: {
|
|
563
|
+
headerTitle: import("@clerk/types").LocalizationValue;
|
|
564
|
+
title__regenerate: import("@clerk/types").LocalizationValue;
|
|
565
|
+
subtitle__regenerate: import("@clerk/types").LocalizationValue;
|
|
566
|
+
actionLabel__regenerate: import("@clerk/types").LocalizationValue;
|
|
567
|
+
};
|
|
568
|
+
totp: {
|
|
569
|
+
headerTitle: import("@clerk/types").LocalizationValue;
|
|
570
|
+
destructiveActionTitle: import("@clerk/types").LocalizationValue;
|
|
571
|
+
};
|
|
572
|
+
};
|
|
573
|
+
activeDevicesSection: {
|
|
574
|
+
title: import("@clerk/types").LocalizationValue;
|
|
575
|
+
destructiveAction: import("@clerk/types").LocalizationValue;
|
|
576
|
+
};
|
|
577
|
+
web3WalletsSection: {
|
|
578
|
+
title: import("@clerk/types").LocalizationValue;
|
|
579
|
+
primaryButton: import("@clerk/types").LocalizationValue;
|
|
580
|
+
destructiveAction: import("@clerk/types").LocalizationValue;
|
|
581
|
+
detailsAction__nonPrimary: import("@clerk/types").LocalizationValue;
|
|
582
|
+
};
|
|
583
|
+
dangerSection: {
|
|
584
|
+
title: import("@clerk/types").LocalizationValue;
|
|
585
|
+
deleteAccountButton: import("@clerk/types").LocalizationValue;
|
|
586
|
+
};
|
|
587
|
+
};
|
|
588
|
+
profilePage: {
|
|
589
|
+
title: import("@clerk/types").LocalizationValue;
|
|
590
|
+
imageFormTitle: import("@clerk/types").LocalizationValue;
|
|
591
|
+
imageFormSubtitle: import("@clerk/types").LocalizationValue;
|
|
592
|
+
imageFormDestructiveActionSubtitle: import("@clerk/types").LocalizationValue;
|
|
593
|
+
fileDropAreaHint: import("@clerk/types").LocalizationValue;
|
|
594
|
+
readonly: import("@clerk/types").LocalizationValue;
|
|
595
|
+
successMessage: import("@clerk/types").LocalizationValue;
|
|
596
|
+
};
|
|
597
|
+
usernamePage: {
|
|
598
|
+
successMessage: import("@clerk/types").LocalizationValue;
|
|
599
|
+
title__set: import("@clerk/types").LocalizationValue;
|
|
600
|
+
title__update: import("@clerk/types").LocalizationValue;
|
|
601
|
+
};
|
|
602
|
+
emailAddressPage: {
|
|
603
|
+
title: import("@clerk/types").LocalizationValue;
|
|
604
|
+
verifyTitle: import("@clerk/types").LocalizationValue;
|
|
605
|
+
formHint: import("@clerk/types").LocalizationValue;
|
|
606
|
+
emailCode: {
|
|
607
|
+
formHint: import("@clerk/types").LocalizationValue;
|
|
608
|
+
formTitle: import("@clerk/types").LocalizationValue;
|
|
609
|
+
formSubtitle: import("@clerk/types").LocalizationValue<"identifier">;
|
|
610
|
+
resendButton: import("@clerk/types").LocalizationValue;
|
|
611
|
+
successMessage: import("@clerk/types").LocalizationValue;
|
|
612
|
+
};
|
|
613
|
+
emailLink: {
|
|
614
|
+
formHint: import("@clerk/types").LocalizationValue;
|
|
615
|
+
formTitle: import("@clerk/types").LocalizationValue;
|
|
616
|
+
formSubtitle: import("@clerk/types").LocalizationValue<"identifier">;
|
|
617
|
+
resendButton: import("@clerk/types").LocalizationValue;
|
|
618
|
+
successMessage: import("@clerk/types").LocalizationValue;
|
|
619
|
+
};
|
|
620
|
+
enterpriseSSOLink: {
|
|
621
|
+
formSubtitle: import("@clerk/types").LocalizationValue<"identifier">;
|
|
622
|
+
formButton: import("@clerk/types").LocalizationValue;
|
|
623
|
+
};
|
|
624
|
+
removeResource: {
|
|
625
|
+
title: import("@clerk/types").LocalizationValue;
|
|
626
|
+
messageLine1: import("@clerk/types").LocalizationValue<"identifier">;
|
|
627
|
+
messageLine2: import("@clerk/types").LocalizationValue;
|
|
628
|
+
successMessage: import("@clerk/types").LocalizationValue<"emailAddress">;
|
|
629
|
+
};
|
|
630
|
+
};
|
|
631
|
+
apiKeysPage: {
|
|
632
|
+
title: import("@clerk/types").LocalizationValue;
|
|
633
|
+
detailsTitle__emptyRow: import("@clerk/types").LocalizationValue;
|
|
634
|
+
};
|
|
635
|
+
passkeyScreen: {
|
|
636
|
+
title__rename: import("@clerk/types").LocalizationValue;
|
|
637
|
+
subtitle__rename: import("@clerk/types").LocalizationValue;
|
|
638
|
+
removeResource: {
|
|
639
|
+
title: import("@clerk/types").LocalizationValue;
|
|
640
|
+
messageLine1: import("@clerk/types").LocalizationValue<"name">;
|
|
641
|
+
};
|
|
642
|
+
};
|
|
643
|
+
phoneNumberPage: {
|
|
644
|
+
title: import("@clerk/types").LocalizationValue;
|
|
645
|
+
verifyTitle: import("@clerk/types").LocalizationValue;
|
|
646
|
+
verifySubtitle: import("@clerk/types").LocalizationValue<"identifier">;
|
|
647
|
+
successMessage: import("@clerk/types").LocalizationValue;
|
|
648
|
+
infoText: import("@clerk/types").LocalizationValue;
|
|
649
|
+
removeResource: {
|
|
650
|
+
title: import("@clerk/types").LocalizationValue;
|
|
651
|
+
messageLine1: import("@clerk/types").LocalizationValue<"identifier">;
|
|
652
|
+
messageLine2: import("@clerk/types").LocalizationValue;
|
|
653
|
+
successMessage: import("@clerk/types").LocalizationValue<"phoneNumber">;
|
|
654
|
+
};
|
|
655
|
+
};
|
|
656
|
+
connectedAccountPage: {
|
|
657
|
+
title: import("@clerk/types").LocalizationValue;
|
|
658
|
+
formHint: import("@clerk/types").LocalizationValue;
|
|
659
|
+
formHint__noAccounts: import("@clerk/types").LocalizationValue;
|
|
660
|
+
socialButtonsBlockButton: import("@clerk/types").LocalizationValue<"provider">;
|
|
661
|
+
successMessage: import("@clerk/types").LocalizationValue;
|
|
662
|
+
removeResource: {
|
|
663
|
+
title: import("@clerk/types").LocalizationValue;
|
|
664
|
+
messageLine1: import("@clerk/types").LocalizationValue<"identifier">;
|
|
665
|
+
messageLine2: import("@clerk/types").LocalizationValue;
|
|
666
|
+
successMessage: import("@clerk/types").LocalizationValue<"connectedAccount">;
|
|
667
|
+
};
|
|
668
|
+
};
|
|
669
|
+
web3WalletPage: {
|
|
670
|
+
title: import("@clerk/types").LocalizationValue;
|
|
671
|
+
subtitle__availableWallets: import("@clerk/types").LocalizationValue;
|
|
672
|
+
subtitle__unavailableWallets: import("@clerk/types").LocalizationValue;
|
|
673
|
+
web3WalletButtonsBlockButton: import("@clerk/types").LocalizationValue<"provider">;
|
|
674
|
+
successMessage: import("@clerk/types").LocalizationValue<"web3Wallet">;
|
|
675
|
+
removeResource: {
|
|
676
|
+
title: import("@clerk/types").LocalizationValue;
|
|
677
|
+
messageLine1: import("@clerk/types").LocalizationValue<"identifier">;
|
|
678
|
+
messageLine2: import("@clerk/types").LocalizationValue;
|
|
679
|
+
successMessage: import("@clerk/types").LocalizationValue<"web3Wallet">;
|
|
680
|
+
};
|
|
681
|
+
};
|
|
682
|
+
passwordPage: {
|
|
683
|
+
successMessage__set: import("@clerk/types").LocalizationValue;
|
|
684
|
+
successMessage__update: import("@clerk/types").LocalizationValue;
|
|
685
|
+
successMessage__signOutOfOtherSessions: import("@clerk/types").LocalizationValue;
|
|
686
|
+
checkboxInfoText__signOutOfOtherSessions: import("@clerk/types").LocalizationValue;
|
|
687
|
+
readonly: import("@clerk/types").LocalizationValue;
|
|
688
|
+
title__set: import("@clerk/types").LocalizationValue;
|
|
689
|
+
title__update: import("@clerk/types").LocalizationValue;
|
|
690
|
+
};
|
|
691
|
+
mfaPage: {
|
|
692
|
+
title: import("@clerk/types").LocalizationValue;
|
|
693
|
+
formHint: import("@clerk/types").LocalizationValue;
|
|
694
|
+
};
|
|
695
|
+
mfaTOTPPage: {
|
|
696
|
+
title: import("@clerk/types").LocalizationValue;
|
|
697
|
+
verifyTitle: import("@clerk/types").LocalizationValue;
|
|
698
|
+
verifySubtitle: import("@clerk/types").LocalizationValue;
|
|
699
|
+
successMessage: import("@clerk/types").LocalizationValue;
|
|
700
|
+
authenticatorApp: {
|
|
701
|
+
infoText__ableToScan: import("@clerk/types").LocalizationValue;
|
|
702
|
+
infoText__unableToScan: import("@clerk/types").LocalizationValue;
|
|
703
|
+
inputLabel__unableToScan1: import("@clerk/types").LocalizationValue;
|
|
704
|
+
inputLabel__unableToScan2: import("@clerk/types").LocalizationValue;
|
|
705
|
+
buttonAbleToScan__nonPrimary: import("@clerk/types").LocalizationValue;
|
|
706
|
+
buttonUnableToScan__nonPrimary: import("@clerk/types").LocalizationValue;
|
|
707
|
+
};
|
|
708
|
+
removeResource: {
|
|
709
|
+
title: import("@clerk/types").LocalizationValue;
|
|
710
|
+
messageLine1: import("@clerk/types").LocalizationValue;
|
|
711
|
+
messageLine2: import("@clerk/types").LocalizationValue;
|
|
712
|
+
successMessage: import("@clerk/types").LocalizationValue;
|
|
713
|
+
};
|
|
714
|
+
};
|
|
715
|
+
mfaPhoneCodePage: {
|
|
716
|
+
title: import("@clerk/types").LocalizationValue;
|
|
717
|
+
primaryButton__addPhoneNumber: import("@clerk/types").LocalizationValue;
|
|
718
|
+
backButton: import("@clerk/types").LocalizationValue;
|
|
719
|
+
subtitle__availablePhoneNumbers: import("@clerk/types").LocalizationValue;
|
|
720
|
+
subtitle__unavailablePhoneNumbers: import("@clerk/types").LocalizationValue;
|
|
721
|
+
successTitle: import("@clerk/types").LocalizationValue;
|
|
722
|
+
successMessage1: import("@clerk/types").LocalizationValue;
|
|
723
|
+
successMessage2: import("@clerk/types").LocalizationValue;
|
|
724
|
+
removeResource: {
|
|
725
|
+
title: import("@clerk/types").LocalizationValue;
|
|
726
|
+
messageLine1: import("@clerk/types").LocalizationValue<"identifier">;
|
|
727
|
+
messageLine2: import("@clerk/types").LocalizationValue;
|
|
728
|
+
successMessage: import("@clerk/types").LocalizationValue<"mfaPhoneCode">;
|
|
729
|
+
};
|
|
730
|
+
};
|
|
731
|
+
backupCodePage: {
|
|
732
|
+
title: import("@clerk/types").LocalizationValue;
|
|
733
|
+
title__codelist: import("@clerk/types").LocalizationValue;
|
|
734
|
+
subtitle__codelist: import("@clerk/types").LocalizationValue;
|
|
735
|
+
infoText1: import("@clerk/types").LocalizationValue;
|
|
736
|
+
infoText2: import("@clerk/types").LocalizationValue;
|
|
737
|
+
successSubtitle: import("@clerk/types").LocalizationValue;
|
|
738
|
+
successMessage: import("@clerk/types").LocalizationValue;
|
|
739
|
+
actionLabel__copy: import("@clerk/types").LocalizationValue;
|
|
740
|
+
actionLabel__copied: import("@clerk/types").LocalizationValue;
|
|
741
|
+
actionLabel__download: import("@clerk/types").LocalizationValue;
|
|
742
|
+
actionLabel__print: import("@clerk/types").LocalizationValue;
|
|
743
|
+
};
|
|
744
|
+
deletePage: {
|
|
745
|
+
title: import("@clerk/types").LocalizationValue;
|
|
746
|
+
messageLine1: import("@clerk/types").LocalizationValue;
|
|
747
|
+
messageLine2: import("@clerk/types").LocalizationValue;
|
|
748
|
+
actionDescription: import("@clerk/types").LocalizationValue;
|
|
749
|
+
confirm: import("@clerk/types").LocalizationValue;
|
|
750
|
+
};
|
|
751
|
+
billingPage: {
|
|
752
|
+
title: import("@clerk/types").LocalizationValue;
|
|
753
|
+
start: {
|
|
754
|
+
headerTitle__payments: import("@clerk/types").LocalizationValue;
|
|
755
|
+
headerTitle__plans: import("@clerk/types").LocalizationValue;
|
|
756
|
+
headerTitle__subscriptions: import("@clerk/types").LocalizationValue;
|
|
757
|
+
headerTitle__statements: import("@clerk/types").LocalizationValue;
|
|
758
|
+
};
|
|
759
|
+
statementsSection: {
|
|
760
|
+
empty: import("@clerk/types").LocalizationValue;
|
|
761
|
+
itemCaption__paidForPlan: import("@clerk/types").LocalizationValue;
|
|
762
|
+
itemCaption__proratedCredit: import("@clerk/types").LocalizationValue;
|
|
763
|
+
itemCaption__subscribedAndPaidForPlan: import("@clerk/types").LocalizationValue;
|
|
764
|
+
notFound: import("@clerk/types").LocalizationValue;
|
|
765
|
+
tableHeader__date: import("@clerk/types").LocalizationValue;
|
|
766
|
+
tableHeader__amount: import("@clerk/types").LocalizationValue;
|
|
767
|
+
title: import("@clerk/types").LocalizationValue;
|
|
768
|
+
totalPaid: import("@clerk/types").LocalizationValue;
|
|
769
|
+
};
|
|
770
|
+
switchPlansSection: {
|
|
771
|
+
title: import("@clerk/types").LocalizationValue;
|
|
772
|
+
};
|
|
773
|
+
subscriptionsListSection: {
|
|
774
|
+
tableHeader__plan: import("@clerk/types").LocalizationValue;
|
|
775
|
+
tableHeader__startDate: import("@clerk/types").LocalizationValue;
|
|
776
|
+
tableHeader__edit: import("@clerk/types").LocalizationValue;
|
|
777
|
+
title: import("@clerk/types").LocalizationValue;
|
|
778
|
+
actionLabel__newSubscription: import("@clerk/types").LocalizationValue;
|
|
779
|
+
actionLabel__switchPlan: import("@clerk/types").LocalizationValue;
|
|
780
|
+
};
|
|
781
|
+
paymentHistorySection: {
|
|
782
|
+
empty: import("@clerk/types").LocalizationValue;
|
|
783
|
+
notFound: import("@clerk/types").LocalizationValue;
|
|
784
|
+
tableHeader__date: import("@clerk/types").LocalizationValue;
|
|
785
|
+
tableHeader__amount: import("@clerk/types").LocalizationValue;
|
|
786
|
+
tableHeader__status: import("@clerk/types").LocalizationValue;
|
|
787
|
+
};
|
|
788
|
+
paymentSourcesSection: {
|
|
789
|
+
title: import("@clerk/types").LocalizationValue;
|
|
790
|
+
add: import("@clerk/types").LocalizationValue;
|
|
791
|
+
addSubtitle: import("@clerk/types").LocalizationValue;
|
|
792
|
+
cancelButton: import("@clerk/types").LocalizationValue;
|
|
793
|
+
actionLabel__default: import("@clerk/types").LocalizationValue;
|
|
794
|
+
actionLabel__remove: import("@clerk/types").LocalizationValue;
|
|
795
|
+
formButtonPrimary__add: import("@clerk/types").LocalizationValue;
|
|
796
|
+
formButtonPrimary__pay: import("@clerk/types").LocalizationValue;
|
|
797
|
+
removeResource: {
|
|
798
|
+
title: import("@clerk/types").LocalizationValue;
|
|
799
|
+
messageLine1: import("@clerk/types").LocalizationValue<"identifier">;
|
|
800
|
+
messageLine2: import("@clerk/types").LocalizationValue;
|
|
801
|
+
successMessage: import("@clerk/types").LocalizationValue<"paymentSource">;
|
|
802
|
+
};
|
|
803
|
+
payWithTestCardButton: import("@clerk/types").LocalizationValue;
|
|
804
|
+
};
|
|
805
|
+
subscriptionsSection: {
|
|
806
|
+
actionLabel__default: import("@clerk/types").LocalizationValue;
|
|
807
|
+
};
|
|
808
|
+
};
|
|
809
|
+
plansPage: {
|
|
810
|
+
title: import("@clerk/types").LocalizationValue;
|
|
811
|
+
alerts: {
|
|
812
|
+
noPermissionsToManageBilling: import("@clerk/types").LocalizationValue;
|
|
813
|
+
};
|
|
814
|
+
};
|
|
815
|
+
};
|
|
816
|
+
userButton: {
|
|
817
|
+
action__manageAccount: import("@clerk/types").LocalizationValue;
|
|
818
|
+
action__signOut: import("@clerk/types").LocalizationValue;
|
|
819
|
+
action__signOutAll: import("@clerk/types").LocalizationValue;
|
|
820
|
+
action__addAccount: import("@clerk/types").LocalizationValue;
|
|
821
|
+
};
|
|
822
|
+
organizationSwitcher: {
|
|
823
|
+
personalWorkspace: import("@clerk/types").LocalizationValue;
|
|
824
|
+
notSelected: import("@clerk/types").LocalizationValue;
|
|
825
|
+
action__createOrganization: import("@clerk/types").LocalizationValue;
|
|
826
|
+
action__manageOrganization: import("@clerk/types").LocalizationValue;
|
|
827
|
+
action__invitationAccept: import("@clerk/types").LocalizationValue;
|
|
828
|
+
action__suggestionsAccept: import("@clerk/types").LocalizationValue;
|
|
829
|
+
suggestionsAcceptedLabel: import("@clerk/types").LocalizationValue;
|
|
830
|
+
};
|
|
831
|
+
impersonationFab: {
|
|
832
|
+
title: import("@clerk/types").LocalizationValue<"identifier">;
|
|
833
|
+
action__signOut: import("@clerk/types").LocalizationValue;
|
|
834
|
+
};
|
|
835
|
+
organizationProfile: {
|
|
836
|
+
navbar: {
|
|
837
|
+
title: import("@clerk/types").LocalizationValue;
|
|
838
|
+
description: import("@clerk/types").LocalizationValue;
|
|
839
|
+
general: import("@clerk/types").LocalizationValue;
|
|
840
|
+
members: import("@clerk/types").LocalizationValue;
|
|
841
|
+
billing: import("@clerk/types").LocalizationValue;
|
|
842
|
+
apiKeys: import("@clerk/types").LocalizationValue;
|
|
843
|
+
};
|
|
844
|
+
badge__unverified: import("@clerk/types").LocalizationValue;
|
|
845
|
+
badge__automaticInvitation: import("@clerk/types").LocalizationValue;
|
|
846
|
+
badge__automaticSuggestion: import("@clerk/types").LocalizationValue;
|
|
847
|
+
badge__manualInvitation: import("@clerk/types").LocalizationValue;
|
|
848
|
+
start: {
|
|
849
|
+
headerTitle__members: import("@clerk/types").LocalizationValue;
|
|
850
|
+
headerTitle__general: import("@clerk/types").LocalizationValue;
|
|
851
|
+
profileSection: {
|
|
852
|
+
title: import("@clerk/types").LocalizationValue;
|
|
853
|
+
primaryButton: import("@clerk/types").LocalizationValue;
|
|
854
|
+
uploadAction__title: import("@clerk/types").LocalizationValue;
|
|
855
|
+
};
|
|
856
|
+
};
|
|
857
|
+
profilePage: {
|
|
858
|
+
title: import("@clerk/types").LocalizationValue;
|
|
859
|
+
successMessage: import("@clerk/types").LocalizationValue;
|
|
860
|
+
dangerSection: {
|
|
861
|
+
title: import("@clerk/types").LocalizationValue;
|
|
862
|
+
leaveOrganization: {
|
|
863
|
+
title: import("@clerk/types").LocalizationValue;
|
|
864
|
+
messageLine1: import("@clerk/types").LocalizationValue;
|
|
865
|
+
messageLine2: import("@clerk/types").LocalizationValue;
|
|
866
|
+
successMessage: import("@clerk/types").LocalizationValue;
|
|
867
|
+
actionDescription: import("@clerk/types").LocalizationValue<"organizationName">;
|
|
868
|
+
};
|
|
869
|
+
deleteOrganization: {
|
|
870
|
+
title: import("@clerk/types").LocalizationValue;
|
|
871
|
+
messageLine1: import("@clerk/types").LocalizationValue;
|
|
872
|
+
messageLine2: import("@clerk/types").LocalizationValue;
|
|
873
|
+
actionDescription: import("@clerk/types").LocalizationValue<"organizationName">;
|
|
874
|
+
successMessage: import("@clerk/types").LocalizationValue;
|
|
875
|
+
};
|
|
876
|
+
};
|
|
877
|
+
domainSection: {
|
|
878
|
+
title: import("@clerk/types").LocalizationValue;
|
|
879
|
+
subtitle: import("@clerk/types").LocalizationValue;
|
|
880
|
+
primaryButton: import("@clerk/types").LocalizationValue;
|
|
881
|
+
menuAction__verify: import("@clerk/types").LocalizationValue;
|
|
882
|
+
menuAction__remove: import("@clerk/types").LocalizationValue;
|
|
883
|
+
menuAction__manage: import("@clerk/types").LocalizationValue;
|
|
884
|
+
};
|
|
885
|
+
};
|
|
886
|
+
createDomainPage: {
|
|
887
|
+
title: import("@clerk/types").LocalizationValue;
|
|
888
|
+
subtitle: import("@clerk/types").LocalizationValue;
|
|
889
|
+
};
|
|
890
|
+
verifyDomainPage: {
|
|
891
|
+
title: import("@clerk/types").LocalizationValue;
|
|
892
|
+
subtitle: import("@clerk/types").LocalizationValue<"domainName">;
|
|
893
|
+
subtitleVerificationCodeScreen: import("@clerk/types").LocalizationValue<"emailAddress">;
|
|
894
|
+
formTitle: import("@clerk/types").LocalizationValue;
|
|
895
|
+
formSubtitle: import("@clerk/types").LocalizationValue;
|
|
896
|
+
resendButton: import("@clerk/types").LocalizationValue;
|
|
897
|
+
};
|
|
898
|
+
verifiedDomainPage: {
|
|
899
|
+
title: import("@clerk/types").LocalizationValue<"domain">;
|
|
900
|
+
subtitle: import("@clerk/types").LocalizationValue<"domain">;
|
|
901
|
+
start: {
|
|
902
|
+
headerTitle__enrollment: import("@clerk/types").LocalizationValue;
|
|
903
|
+
headerTitle__danger: import("@clerk/types").LocalizationValue;
|
|
904
|
+
};
|
|
905
|
+
enrollmentTab: {
|
|
906
|
+
subtitle: import("@clerk/types").LocalizationValue;
|
|
907
|
+
manualInvitationOption__label: import("@clerk/types").LocalizationValue;
|
|
908
|
+
manualInvitationOption__description: import("@clerk/types").LocalizationValue;
|
|
909
|
+
automaticInvitationOption__label: import("@clerk/types").LocalizationValue;
|
|
910
|
+
automaticInvitationOption__description: import("@clerk/types").LocalizationValue;
|
|
911
|
+
automaticSuggestionOption__label: import("@clerk/types").LocalizationValue;
|
|
912
|
+
automaticSuggestionOption__description: import("@clerk/types").LocalizationValue;
|
|
913
|
+
calloutInfoLabel: import("@clerk/types").LocalizationValue;
|
|
914
|
+
calloutInvitationCountLabel: import("@clerk/types").LocalizationValue<"count">;
|
|
915
|
+
calloutSuggestionCountLabel: import("@clerk/types").LocalizationValue<"count">;
|
|
916
|
+
};
|
|
917
|
+
dangerTab: {
|
|
918
|
+
removeDomainTitle: import("@clerk/types").LocalizationValue;
|
|
919
|
+
removeDomainSubtitle: import("@clerk/types").LocalizationValue;
|
|
920
|
+
removeDomainActionLabel__remove: import("@clerk/types").LocalizationValue;
|
|
921
|
+
calloutInfoLabel: import("@clerk/types").LocalizationValue;
|
|
922
|
+
};
|
|
923
|
+
};
|
|
924
|
+
invitePage: {
|
|
925
|
+
title: import("@clerk/types").LocalizationValue;
|
|
926
|
+
subtitle: import("@clerk/types").LocalizationValue;
|
|
927
|
+
successMessage: import("@clerk/types").LocalizationValue;
|
|
928
|
+
detailsTitle__inviteFailed: import("@clerk/types").LocalizationValue<"email_addresses">;
|
|
929
|
+
formButtonPrimary__continue: import("@clerk/types").LocalizationValue;
|
|
930
|
+
selectDropdown__role: import("@clerk/types").LocalizationValue;
|
|
931
|
+
};
|
|
932
|
+
removeDomainPage: {
|
|
933
|
+
title: import("@clerk/types").LocalizationValue;
|
|
934
|
+
messageLine1: import("@clerk/types").LocalizationValue<"domain">;
|
|
935
|
+
messageLine2: import("@clerk/types").LocalizationValue;
|
|
936
|
+
successMessage: import("@clerk/types").LocalizationValue;
|
|
937
|
+
};
|
|
938
|
+
membersPage: {
|
|
939
|
+
detailsTitle__emptyRow: import("@clerk/types").LocalizationValue;
|
|
940
|
+
action__invite: import("@clerk/types").LocalizationValue;
|
|
941
|
+
action__search: import("@clerk/types").LocalizationValue;
|
|
942
|
+
start: {
|
|
943
|
+
headerTitle__members: import("@clerk/types").LocalizationValue;
|
|
944
|
+
headerTitle__invitations: import("@clerk/types").LocalizationValue;
|
|
945
|
+
headerTitle__requests: import("@clerk/types").LocalizationValue;
|
|
946
|
+
};
|
|
947
|
+
activeMembersTab: {
|
|
948
|
+
tableHeader__user: import("@clerk/types").LocalizationValue;
|
|
949
|
+
tableHeader__joined: import("@clerk/types").LocalizationValue;
|
|
950
|
+
tableHeader__role: import("@clerk/types").LocalizationValue;
|
|
951
|
+
tableHeader__actions: import("@clerk/types").LocalizationValue;
|
|
952
|
+
menuAction__remove: import("@clerk/types").LocalizationValue;
|
|
953
|
+
};
|
|
954
|
+
invitedMembersTab: {
|
|
955
|
+
tableHeader__invited: import("@clerk/types").LocalizationValue;
|
|
956
|
+
menuAction__revoke: import("@clerk/types").LocalizationValue;
|
|
957
|
+
};
|
|
958
|
+
invitationsTab: {
|
|
959
|
+
table__emptyRow: import("@clerk/types").LocalizationValue;
|
|
960
|
+
autoInvitations: {
|
|
961
|
+
headerTitle: import("@clerk/types").LocalizationValue;
|
|
962
|
+
headerSubtitle: import("@clerk/types").LocalizationValue;
|
|
963
|
+
primaryButton: import("@clerk/types").LocalizationValue;
|
|
964
|
+
};
|
|
965
|
+
};
|
|
966
|
+
requestsTab: {
|
|
967
|
+
tableHeader__requested: import("@clerk/types").LocalizationValue;
|
|
968
|
+
menuAction__approve: import("@clerk/types").LocalizationValue;
|
|
969
|
+
menuAction__reject: import("@clerk/types").LocalizationValue;
|
|
970
|
+
table__emptyRow: import("@clerk/types").LocalizationValue;
|
|
971
|
+
autoSuggestions: {
|
|
972
|
+
headerTitle: import("@clerk/types").LocalizationValue;
|
|
973
|
+
headerSubtitle: import("@clerk/types").LocalizationValue;
|
|
974
|
+
primaryButton: import("@clerk/types").LocalizationValue;
|
|
975
|
+
};
|
|
976
|
+
};
|
|
977
|
+
};
|
|
978
|
+
billingPage: {
|
|
979
|
+
title: import("@clerk/types").LocalizationValue;
|
|
980
|
+
start: {
|
|
981
|
+
headerTitle__payments: import("@clerk/types").LocalizationValue;
|
|
982
|
+
headerTitle__plans: import("@clerk/types").LocalizationValue;
|
|
983
|
+
headerTitle__subscriptions: import("@clerk/types").LocalizationValue;
|
|
984
|
+
headerTitle__statements: import("@clerk/types").LocalizationValue;
|
|
985
|
+
};
|
|
986
|
+
statementsSection: {
|
|
987
|
+
empty: import("@clerk/types").LocalizationValue;
|
|
988
|
+
itemCaption__paidForPlan: import("@clerk/types").LocalizationValue<"plan" | "period">;
|
|
989
|
+
itemCaption__proratedCredit: import("@clerk/types").LocalizationValue;
|
|
990
|
+
itemCaption__subscribedAndPaidForPlan: import("@clerk/types").LocalizationValue<"plan" | "period">;
|
|
991
|
+
notFound: import("@clerk/types").LocalizationValue;
|
|
992
|
+
tableHeader__date: import("@clerk/types").LocalizationValue;
|
|
993
|
+
tableHeader__amount: import("@clerk/types").LocalizationValue;
|
|
994
|
+
title: import("@clerk/types").LocalizationValue;
|
|
995
|
+
totalPaid: import("@clerk/types").LocalizationValue;
|
|
996
|
+
};
|
|
997
|
+
switchPlansSection: {
|
|
998
|
+
title: import("@clerk/types").LocalizationValue;
|
|
999
|
+
};
|
|
1000
|
+
subscriptionsListSection: {
|
|
1001
|
+
tableHeader__plan: import("@clerk/types").LocalizationValue;
|
|
1002
|
+
tableHeader__startDate: import("@clerk/types").LocalizationValue;
|
|
1003
|
+
tableHeader__edit: import("@clerk/types").LocalizationValue;
|
|
1004
|
+
title: import("@clerk/types").LocalizationValue;
|
|
1005
|
+
actionLabel__newSubscription: import("@clerk/types").LocalizationValue;
|
|
1006
|
+
actionLabel__switchPlan: import("@clerk/types").LocalizationValue;
|
|
1007
|
+
};
|
|
1008
|
+
paymentHistorySection: {
|
|
1009
|
+
empty: import("@clerk/types").LocalizationValue;
|
|
1010
|
+
notFound: import("@clerk/types").LocalizationValue;
|
|
1011
|
+
tableHeader__date: import("@clerk/types").LocalizationValue;
|
|
1012
|
+
tableHeader__amount: import("@clerk/types").LocalizationValue;
|
|
1013
|
+
tableHeader__status: import("@clerk/types").LocalizationValue;
|
|
1014
|
+
};
|
|
1015
|
+
paymentSourcesSection: {
|
|
1016
|
+
title: import("@clerk/types").LocalizationValue;
|
|
1017
|
+
add: import("@clerk/types").LocalizationValue;
|
|
1018
|
+
addSubtitle: import("@clerk/types").LocalizationValue;
|
|
1019
|
+
cancelButton: import("@clerk/types").LocalizationValue;
|
|
1020
|
+
actionLabel__default: import("@clerk/types").LocalizationValue;
|
|
1021
|
+
actionLabel__remove: import("@clerk/types").LocalizationValue;
|
|
1022
|
+
formButtonPrimary__add: import("@clerk/types").LocalizationValue;
|
|
1023
|
+
formButtonPrimary__pay: import("@clerk/types").LocalizationValue;
|
|
1024
|
+
removeResource: {
|
|
1025
|
+
title: import("@clerk/types").LocalizationValue;
|
|
1026
|
+
messageLine1: import("@clerk/types").LocalizationValue<"identifier">;
|
|
1027
|
+
messageLine2: import("@clerk/types").LocalizationValue;
|
|
1028
|
+
successMessage: import("@clerk/types").LocalizationValue<"paymentSource">;
|
|
1029
|
+
};
|
|
1030
|
+
payWithTestCardButton: import("@clerk/types").LocalizationValue;
|
|
1031
|
+
};
|
|
1032
|
+
subscriptionsSection: {
|
|
1033
|
+
actionLabel__default: import("@clerk/types").LocalizationValue;
|
|
1034
|
+
};
|
|
1035
|
+
};
|
|
1036
|
+
plansPage: {
|
|
1037
|
+
title: import("@clerk/types").LocalizationValue;
|
|
1038
|
+
alerts: {
|
|
1039
|
+
noPermissionsToManageBilling: import("@clerk/types").LocalizationValue;
|
|
1040
|
+
};
|
|
1041
|
+
};
|
|
1042
|
+
apiKeysPage: {
|
|
1043
|
+
title: import("@clerk/types").LocalizationValue;
|
|
1044
|
+
detailsTitle__emptyRow: import("@clerk/types").LocalizationValue;
|
|
1045
|
+
};
|
|
1046
|
+
};
|
|
1047
|
+
createOrganization: {
|
|
1048
|
+
title: import("@clerk/types").LocalizationValue;
|
|
1049
|
+
formButtonSubmit: import("@clerk/types").LocalizationValue;
|
|
1050
|
+
invitePage: {
|
|
1051
|
+
formButtonReset: import("@clerk/types").LocalizationValue;
|
|
1052
|
+
};
|
|
1053
|
+
};
|
|
1054
|
+
organizationList: {
|
|
1055
|
+
createOrganization: import("@clerk/types").LocalizationValue;
|
|
1056
|
+
title: import("@clerk/types").LocalizationValue<"applicationName">;
|
|
1057
|
+
titleWithoutPersonal: import("@clerk/types").LocalizationValue;
|
|
1058
|
+
subtitle: import("@clerk/types").LocalizationValue<"applicationName">;
|
|
1059
|
+
action__invitationAccept: import("@clerk/types").LocalizationValue;
|
|
1060
|
+
invitationAcceptedLabel: import("@clerk/types").LocalizationValue;
|
|
1061
|
+
action__suggestionsAccept: import("@clerk/types").LocalizationValue;
|
|
1062
|
+
suggestionsAcceptedLabel: import("@clerk/types").LocalizationValue;
|
|
1063
|
+
action__createOrganization: import("@clerk/types").LocalizationValue;
|
|
1064
|
+
};
|
|
1065
|
+
unstable__errors: {
|
|
1066
|
+
external_account_not_found: import("@clerk/types").LocalizationValue;
|
|
1067
|
+
identification_deletion_failed: import("@clerk/types").LocalizationValue;
|
|
1068
|
+
phone_number_exists: import("@clerk/types").LocalizationValue;
|
|
1069
|
+
form_identifier_not_found: import("@clerk/types").LocalizationValue;
|
|
1070
|
+
captcha_unavailable: import("@clerk/types").LocalizationValue;
|
|
1071
|
+
captcha_invalid: import("@clerk/types").LocalizationValue;
|
|
1072
|
+
passkey_not_supported: import("@clerk/types").LocalizationValue;
|
|
1073
|
+
passkey_pa_not_supported: import("@clerk/types").LocalizationValue;
|
|
1074
|
+
passkey_retrieval_cancelled: import("@clerk/types").LocalizationValue;
|
|
1075
|
+
passkey_registration_cancelled: import("@clerk/types").LocalizationValue;
|
|
1076
|
+
passkey_already_exists: import("@clerk/types").LocalizationValue;
|
|
1077
|
+
web3_missing_identifier: import("@clerk/types").LocalizationValue;
|
|
1078
|
+
form_password_pwned: import("@clerk/types").LocalizationValue;
|
|
1079
|
+
form_password_pwned__sign_in: import("@clerk/types").LocalizationValue;
|
|
1080
|
+
form_username_invalid_length: import("@clerk/types").LocalizationValue<"min_length" | "max_length">;
|
|
1081
|
+
form_username_invalid_character: import("@clerk/types").LocalizationValue;
|
|
1082
|
+
form_param_format_invalid: import("@clerk/types").LocalizationValue;
|
|
1083
|
+
form_param_format_invalid__email_address: import("@clerk/types").LocalizationValue;
|
|
1084
|
+
form_param_type_invalid: import("@clerk/types").LocalizationValue;
|
|
1085
|
+
form_param_type_invalid__phone_number: import("@clerk/types").LocalizationValue;
|
|
1086
|
+
form_param_type_invalid__email_address: import("@clerk/types").LocalizationValue;
|
|
1087
|
+
form_password_length_too_short: import("@clerk/types").LocalizationValue;
|
|
1088
|
+
form_param_nil: import("@clerk/types").LocalizationValue;
|
|
1089
|
+
form_code_incorrect: import("@clerk/types").LocalizationValue;
|
|
1090
|
+
form_password_incorrect: import("@clerk/types").LocalizationValue;
|
|
1091
|
+
form_password_validation_failed: import("@clerk/types").LocalizationValue;
|
|
1092
|
+
not_allowed_access: import("@clerk/types").LocalizationValue;
|
|
1093
|
+
form_identifier_exists: import("@clerk/types").LocalizationValue;
|
|
1094
|
+
form_identifier_exists__email_address: import("@clerk/types").LocalizationValue;
|
|
1095
|
+
form_identifier_exists__username: import("@clerk/types").LocalizationValue;
|
|
1096
|
+
form_identifier_exists__phone_number: import("@clerk/types").LocalizationValue;
|
|
1097
|
+
form_password_not_strong_enough: import("@clerk/types").LocalizationValue;
|
|
1098
|
+
form_password_size_in_bytes_exceeded: import("@clerk/types").LocalizationValue;
|
|
1099
|
+
form_param_value_invalid: import("@clerk/types").LocalizationValue;
|
|
1100
|
+
passwordComplexity: {
|
|
1101
|
+
sentencePrefix: import("@clerk/types").LocalizationValue;
|
|
1102
|
+
minimumLength: import("@clerk/types").LocalizationValue;
|
|
1103
|
+
maximumLength: import("@clerk/types").LocalizationValue;
|
|
1104
|
+
requireNumbers: import("@clerk/types").LocalizationValue;
|
|
1105
|
+
requireLowercase: import("@clerk/types").LocalizationValue;
|
|
1106
|
+
requireUppercase: import("@clerk/types").LocalizationValue;
|
|
1107
|
+
requireSpecialCharacter: import("@clerk/types").LocalizationValue;
|
|
1108
|
+
};
|
|
1109
|
+
session_exists: import("@clerk/types").LocalizationValue;
|
|
1110
|
+
zxcvbn: {
|
|
1111
|
+
notEnough: import("@clerk/types").LocalizationValue;
|
|
1112
|
+
couldBeStronger: import("@clerk/types").LocalizationValue;
|
|
1113
|
+
goodPassword: import("@clerk/types").LocalizationValue;
|
|
1114
|
+
warnings: {
|
|
1115
|
+
straightRow: import("@clerk/types").LocalizationValue;
|
|
1116
|
+
keyPattern: import("@clerk/types").LocalizationValue;
|
|
1117
|
+
simpleRepeat: import("@clerk/types").LocalizationValue;
|
|
1118
|
+
extendedRepeat: import("@clerk/types").LocalizationValue;
|
|
1119
|
+
sequences: import("@clerk/types").LocalizationValue;
|
|
1120
|
+
recentYears: import("@clerk/types").LocalizationValue;
|
|
1121
|
+
dates: import("@clerk/types").LocalizationValue;
|
|
1122
|
+
topTen: import("@clerk/types").LocalizationValue;
|
|
1123
|
+
topHundred: import("@clerk/types").LocalizationValue;
|
|
1124
|
+
common: import("@clerk/types").LocalizationValue;
|
|
1125
|
+
similarToCommon: import("@clerk/types").LocalizationValue;
|
|
1126
|
+
wordByItself: import("@clerk/types").LocalizationValue;
|
|
1127
|
+
namesByThemselves: import("@clerk/types").LocalizationValue;
|
|
1128
|
+
commonNames: import("@clerk/types").LocalizationValue;
|
|
1129
|
+
userInputs: import("@clerk/types").LocalizationValue;
|
|
1130
|
+
pwned: import("@clerk/types").LocalizationValue;
|
|
1131
|
+
};
|
|
1132
|
+
suggestions: {
|
|
1133
|
+
l33t: import("@clerk/types").LocalizationValue;
|
|
1134
|
+
reverseWords: import("@clerk/types").LocalizationValue;
|
|
1135
|
+
allUppercase: import("@clerk/types").LocalizationValue;
|
|
1136
|
+
capitalization: import("@clerk/types").LocalizationValue;
|
|
1137
|
+
dates: import("@clerk/types").LocalizationValue;
|
|
1138
|
+
recentYears: import("@clerk/types").LocalizationValue;
|
|
1139
|
+
associatedYears: import("@clerk/types").LocalizationValue;
|
|
1140
|
+
sequences: import("@clerk/types").LocalizationValue;
|
|
1141
|
+
repeated: import("@clerk/types").LocalizationValue;
|
|
1142
|
+
longerKeyboardPattern: import("@clerk/types").LocalizationValue;
|
|
1143
|
+
anotherWord: import("@clerk/types").LocalizationValue;
|
|
1144
|
+
useWords: import("@clerk/types").LocalizationValue;
|
|
1145
|
+
noNeed: import("@clerk/types").LocalizationValue;
|
|
1146
|
+
pwned: import("@clerk/types").LocalizationValue;
|
|
1147
|
+
};
|
|
1148
|
+
};
|
|
1149
|
+
form_param_max_length_exceeded: import("@clerk/types").LocalizationValue;
|
|
1150
|
+
organization_minimum_permissions_needed: import("@clerk/types").LocalizationValue;
|
|
1151
|
+
already_a_member_in_organization: import("@clerk/types").LocalizationValue<"email">;
|
|
1152
|
+
organization_domain_common: import("@clerk/types").LocalizationValue;
|
|
1153
|
+
organization_domain_blocked: import("@clerk/types").LocalizationValue;
|
|
1154
|
+
organization_domain_exists_for_enterprise_connection: import("@clerk/types").LocalizationValue;
|
|
1155
|
+
organization_membership_quota_exceeded: import("@clerk/types").LocalizationValue;
|
|
1156
|
+
external_account_not_found__name?: string | undefined;
|
|
1157
|
+
identification_deletion_failed__name?: string | undefined;
|
|
1158
|
+
phone_number_exists__name?: string | undefined;
|
|
1159
|
+
form_identifier_not_found__name?: string | undefined;
|
|
1160
|
+
captcha_unavailable__name?: string | undefined;
|
|
1161
|
+
captcha_invalid__name?: string | undefined;
|
|
1162
|
+
passkey_not_supported__name?: string | undefined;
|
|
1163
|
+
passkey_pa_not_supported__name?: string | undefined;
|
|
1164
|
+
passkey_retrieval_cancelled__name?: string | undefined;
|
|
1165
|
+
passkey_registration_cancelled__name?: string | undefined;
|
|
1166
|
+
passkey_already_exists__name?: string | undefined;
|
|
1167
|
+
web3_missing_identifier__name?: string | undefined;
|
|
1168
|
+
form_password_pwned__name?: string | undefined;
|
|
1169
|
+
form_password_pwned__sign_in__name?: string | undefined;
|
|
1170
|
+
form_username_invalid_length__name?: string | undefined;
|
|
1171
|
+
form_username_invalid_character__name?: string | undefined;
|
|
1172
|
+
form_param_format_invalid__name?: string | undefined;
|
|
1173
|
+
form_param_format_invalid__email_address__name?: string | undefined;
|
|
1174
|
+
form_param_type_invalid__name?: string | undefined;
|
|
1175
|
+
form_param_type_invalid__phone_number__name?: string | undefined;
|
|
1176
|
+
form_param_type_invalid__email_address__name?: string | undefined;
|
|
1177
|
+
form_password_length_too_short__name?: string | undefined;
|
|
1178
|
+
form_param_nil__name?: string | undefined;
|
|
1179
|
+
form_code_incorrect__name?: string | undefined;
|
|
1180
|
+
form_password_incorrect__name?: string | undefined;
|
|
1181
|
+
form_password_validation_failed__name?: string | undefined;
|
|
1182
|
+
not_allowed_access__name?: string | undefined;
|
|
1183
|
+
form_identifier_exists__name?: string | undefined;
|
|
1184
|
+
form_identifier_exists__email_address__name?: string | undefined;
|
|
1185
|
+
form_identifier_exists__username__name?: string | undefined;
|
|
1186
|
+
form_identifier_exists__phone_number__name?: string | undefined;
|
|
1187
|
+
form_password_not_strong_enough__name?: string | undefined;
|
|
1188
|
+
form_password_size_in_bytes_exceeded__name?: string | undefined;
|
|
1189
|
+
form_param_value_invalid__name?: string | undefined;
|
|
1190
|
+
passwordComplexity__name?: string | undefined;
|
|
1191
|
+
session_exists__name?: string | undefined;
|
|
1192
|
+
zxcvbn__name?: string | undefined;
|
|
1193
|
+
form_param_max_length_exceeded__name?: string | undefined;
|
|
1194
|
+
organization_minimum_permissions_needed__name?: string | undefined;
|
|
1195
|
+
already_a_member_in_organization__name?: string | undefined;
|
|
1196
|
+
organization_domain_common__name?: string | undefined;
|
|
1197
|
+
organization_domain_blocked__name?: string | undefined;
|
|
1198
|
+
organization_domain_exists_for_enterprise_connection__name?: string | undefined;
|
|
1199
|
+
organization_membership_quota_exceeded__name?: string | undefined;
|
|
1200
|
+
external_account_not_found__slug?: string | undefined;
|
|
1201
|
+
identification_deletion_failed__slug?: string | undefined;
|
|
1202
|
+
phone_number_exists__slug?: string | undefined;
|
|
1203
|
+
form_identifier_not_found__slug?: string | undefined;
|
|
1204
|
+
captcha_unavailable__slug?: string | undefined;
|
|
1205
|
+
captcha_invalid__slug?: string | undefined;
|
|
1206
|
+
passkey_not_supported__slug?: string | undefined;
|
|
1207
|
+
passkey_pa_not_supported__slug?: string | undefined;
|
|
1208
|
+
passkey_retrieval_cancelled__slug?: string | undefined;
|
|
1209
|
+
passkey_registration_cancelled__slug?: string | undefined;
|
|
1210
|
+
passkey_already_exists__slug?: string | undefined;
|
|
1211
|
+
web3_missing_identifier__slug?: string | undefined;
|
|
1212
|
+
form_password_pwned__slug?: string | undefined;
|
|
1213
|
+
form_password_pwned__sign_in__slug?: string | undefined;
|
|
1214
|
+
form_username_invalid_length__slug?: string | undefined;
|
|
1215
|
+
form_username_invalid_character__slug?: string | undefined;
|
|
1216
|
+
form_param_format_invalid__slug?: string | undefined;
|
|
1217
|
+
form_param_format_invalid__email_address__slug?: string | undefined;
|
|
1218
|
+
form_param_type_invalid__slug?: string | undefined;
|
|
1219
|
+
form_param_type_invalid__phone_number__slug?: string | undefined;
|
|
1220
|
+
form_param_type_invalid__email_address__slug?: string | undefined;
|
|
1221
|
+
form_password_length_too_short__slug?: string | undefined;
|
|
1222
|
+
form_param_nil__slug?: string | undefined;
|
|
1223
|
+
form_code_incorrect__slug?: string | undefined;
|
|
1224
|
+
form_password_incorrect__slug?: string | undefined;
|
|
1225
|
+
form_password_validation_failed__slug?: string | undefined;
|
|
1226
|
+
not_allowed_access__slug?: string | undefined;
|
|
1227
|
+
form_identifier_exists__slug?: string | undefined;
|
|
1228
|
+
form_identifier_exists__email_address__slug?: string | undefined;
|
|
1229
|
+
form_identifier_exists__username__slug?: string | undefined;
|
|
1230
|
+
form_identifier_exists__phone_number__slug?: string | undefined;
|
|
1231
|
+
form_password_not_strong_enough__slug?: string | undefined;
|
|
1232
|
+
form_password_size_in_bytes_exceeded__slug?: string | undefined;
|
|
1233
|
+
form_param_value_invalid__slug?: string | undefined;
|
|
1234
|
+
passwordComplexity__slug?: string | undefined;
|
|
1235
|
+
session_exists__slug?: string | undefined;
|
|
1236
|
+
zxcvbn__slug?: string | undefined;
|
|
1237
|
+
form_param_max_length_exceeded__slug?: string | undefined;
|
|
1238
|
+
organization_minimum_permissions_needed__slug?: string | undefined;
|
|
1239
|
+
already_a_member_in_organization__slug?: string | undefined;
|
|
1240
|
+
organization_domain_common__slug?: string | undefined;
|
|
1241
|
+
organization_domain_blocked__slug?: string | undefined;
|
|
1242
|
+
organization_domain_exists_for_enterprise_connection__slug?: string | undefined;
|
|
1243
|
+
organization_membership_quota_exceeded__slug?: string | undefined;
|
|
1244
|
+
external_account_not_found__username?: string | undefined;
|
|
1245
|
+
identification_deletion_failed__username?: string | undefined;
|
|
1246
|
+
phone_number_exists__username?: string | undefined;
|
|
1247
|
+
form_identifier_not_found__username?: string | undefined;
|
|
1248
|
+
captcha_unavailable__username?: string | undefined;
|
|
1249
|
+
captcha_invalid__username?: string | undefined;
|
|
1250
|
+
passkey_not_supported__username?: string | undefined;
|
|
1251
|
+
passkey_pa_not_supported__username?: string | undefined;
|
|
1252
|
+
passkey_retrieval_cancelled__username?: string | undefined;
|
|
1253
|
+
passkey_registration_cancelled__username?: string | undefined;
|
|
1254
|
+
passkey_already_exists__username?: string | undefined;
|
|
1255
|
+
web3_missing_identifier__username?: string | undefined;
|
|
1256
|
+
form_password_pwned__username?: string | undefined;
|
|
1257
|
+
form_password_pwned__sign_in__username?: string | undefined;
|
|
1258
|
+
form_username_invalid_length__username?: string | undefined;
|
|
1259
|
+
form_username_invalid_character__username?: string | undefined;
|
|
1260
|
+
form_param_format_invalid__username?: string | undefined;
|
|
1261
|
+
form_param_format_invalid__email_address__username?: string | undefined;
|
|
1262
|
+
form_param_type_invalid__username?: string | undefined;
|
|
1263
|
+
form_param_type_invalid__phone_number__username?: string | undefined;
|
|
1264
|
+
form_param_type_invalid__email_address__username?: string | undefined;
|
|
1265
|
+
form_password_length_too_short__username?: string | undefined;
|
|
1266
|
+
form_param_nil__username?: string | undefined;
|
|
1267
|
+
form_code_incorrect__username?: string | undefined;
|
|
1268
|
+
form_password_incorrect__username?: string | undefined;
|
|
1269
|
+
form_password_validation_failed__username?: string | undefined;
|
|
1270
|
+
not_allowed_access__username?: string | undefined;
|
|
1271
|
+
form_identifier_exists__email_address__username?: string | undefined;
|
|
1272
|
+
form_identifier_exists__username__username?: string | undefined;
|
|
1273
|
+
form_identifier_exists__phone_number__username?: string | undefined;
|
|
1274
|
+
form_password_not_strong_enough__username?: string | undefined;
|
|
1275
|
+
form_password_size_in_bytes_exceeded__username?: string | undefined;
|
|
1276
|
+
form_param_value_invalid__username?: string | undefined;
|
|
1277
|
+
passwordComplexity__username?: string | undefined;
|
|
1278
|
+
session_exists__username?: string | undefined;
|
|
1279
|
+
zxcvbn__username?: string | undefined;
|
|
1280
|
+
form_param_max_length_exceeded__username?: string | undefined;
|
|
1281
|
+
organization_minimum_permissions_needed__username?: string | undefined;
|
|
1282
|
+
already_a_member_in_organization__username?: string | undefined;
|
|
1283
|
+
organization_domain_common__username?: string | undefined;
|
|
1284
|
+
organization_domain_blocked__username?: string | undefined;
|
|
1285
|
+
organization_domain_exists_for_enterprise_connection__username?: string | undefined;
|
|
1286
|
+
organization_membership_quota_exceeded__username?: string | undefined;
|
|
1287
|
+
external_account_not_found__password?: string | undefined;
|
|
1288
|
+
identification_deletion_failed__password?: string | undefined;
|
|
1289
|
+
phone_number_exists__password?: string | undefined;
|
|
1290
|
+
form_identifier_not_found__password?: string | undefined;
|
|
1291
|
+
captcha_unavailable__password?: string | undefined;
|
|
1292
|
+
captcha_invalid__password?: string | undefined;
|
|
1293
|
+
passkey_not_supported__password?: string | undefined;
|
|
1294
|
+
passkey_pa_not_supported__password?: string | undefined;
|
|
1295
|
+
passkey_retrieval_cancelled__password?: string | undefined;
|
|
1296
|
+
passkey_registration_cancelled__password?: string | undefined;
|
|
1297
|
+
passkey_already_exists__password?: string | undefined;
|
|
1298
|
+
web3_missing_identifier__password?: string | undefined;
|
|
1299
|
+
form_password_pwned__password?: string | undefined;
|
|
1300
|
+
form_password_pwned__sign_in__password?: string | undefined;
|
|
1301
|
+
form_username_invalid_length__password?: string | undefined;
|
|
1302
|
+
form_username_invalid_character__password?: string | undefined;
|
|
1303
|
+
form_param_format_invalid__password?: string | undefined;
|
|
1304
|
+
form_param_format_invalid__email_address__password?: string | undefined;
|
|
1305
|
+
form_param_type_invalid__password?: string | undefined;
|
|
1306
|
+
form_param_type_invalid__phone_number__password?: string | undefined;
|
|
1307
|
+
form_param_type_invalid__email_address__password?: string | undefined;
|
|
1308
|
+
form_password_length_too_short__password?: string | undefined;
|
|
1309
|
+
form_param_nil__password?: string | undefined;
|
|
1310
|
+
form_code_incorrect__password?: string | undefined;
|
|
1311
|
+
form_password_incorrect__password?: string | undefined;
|
|
1312
|
+
form_password_validation_failed__password?: string | undefined;
|
|
1313
|
+
not_allowed_access__password?: string | undefined;
|
|
1314
|
+
form_identifier_exists__password?: string | undefined;
|
|
1315
|
+
form_identifier_exists__email_address__password?: string | undefined;
|
|
1316
|
+
form_identifier_exists__username__password?: string | undefined;
|
|
1317
|
+
form_identifier_exists__phone_number__password?: string | undefined;
|
|
1318
|
+
form_password_not_strong_enough__password?: string | undefined;
|
|
1319
|
+
form_password_size_in_bytes_exceeded__password?: string | undefined;
|
|
1320
|
+
form_param_value_invalid__password?: string | undefined;
|
|
1321
|
+
passwordComplexity__password?: string | undefined;
|
|
1322
|
+
session_exists__password?: string | undefined;
|
|
1323
|
+
zxcvbn__password?: string | undefined;
|
|
1324
|
+
form_param_max_length_exceeded__password?: string | undefined;
|
|
1325
|
+
organization_minimum_permissions_needed__password?: string | undefined;
|
|
1326
|
+
already_a_member_in_organization__password?: string | undefined;
|
|
1327
|
+
organization_domain_common__password?: string | undefined;
|
|
1328
|
+
organization_domain_blocked__password?: string | undefined;
|
|
1329
|
+
organization_domain_exists_for_enterprise_connection__password?: string | undefined;
|
|
1330
|
+
organization_membership_quota_exceeded__password?: string | undefined;
|
|
1331
|
+
external_account_not_found__identifier?: string | undefined;
|
|
1332
|
+
identification_deletion_failed__identifier?: string | undefined;
|
|
1333
|
+
phone_number_exists__identifier?: string | undefined;
|
|
1334
|
+
form_identifier_not_found__identifier?: string | undefined;
|
|
1335
|
+
captcha_unavailable__identifier?: string | undefined;
|
|
1336
|
+
captcha_invalid__identifier?: string | undefined;
|
|
1337
|
+
passkey_not_supported__identifier?: string | undefined;
|
|
1338
|
+
passkey_pa_not_supported__identifier?: string | undefined;
|
|
1339
|
+
passkey_retrieval_cancelled__identifier?: string | undefined;
|
|
1340
|
+
passkey_registration_cancelled__identifier?: string | undefined;
|
|
1341
|
+
passkey_already_exists__identifier?: string | undefined;
|
|
1342
|
+
web3_missing_identifier__identifier?: string | undefined;
|
|
1343
|
+
form_password_pwned__identifier?: string | undefined;
|
|
1344
|
+
form_password_pwned__sign_in__identifier?: string | undefined;
|
|
1345
|
+
form_username_invalid_length__identifier?: string | undefined;
|
|
1346
|
+
form_username_invalid_character__identifier?: string | undefined;
|
|
1347
|
+
form_param_format_invalid__identifier?: string | undefined;
|
|
1348
|
+
form_param_format_invalid__email_address__identifier?: string | undefined;
|
|
1349
|
+
form_param_type_invalid__identifier?: string | undefined;
|
|
1350
|
+
form_param_type_invalid__phone_number__identifier?: string | undefined;
|
|
1351
|
+
form_param_type_invalid__email_address__identifier?: string | undefined;
|
|
1352
|
+
form_password_length_too_short__identifier?: string | undefined;
|
|
1353
|
+
form_param_nil__identifier?: string | undefined;
|
|
1354
|
+
form_code_incorrect__identifier?: string | undefined;
|
|
1355
|
+
form_password_incorrect__identifier?: string | undefined;
|
|
1356
|
+
form_password_validation_failed__identifier?: string | undefined;
|
|
1357
|
+
not_allowed_access__identifier?: string | undefined;
|
|
1358
|
+
form_identifier_exists__identifier?: string | undefined;
|
|
1359
|
+
form_identifier_exists__email_address__identifier?: string | undefined;
|
|
1360
|
+
form_identifier_exists__username__identifier?: string | undefined;
|
|
1361
|
+
form_identifier_exists__phone_number__identifier?: string | undefined;
|
|
1362
|
+
form_password_not_strong_enough__identifier?: string | undefined;
|
|
1363
|
+
form_password_size_in_bytes_exceeded__identifier?: string | undefined;
|
|
1364
|
+
form_param_value_invalid__identifier?: string | undefined;
|
|
1365
|
+
passwordComplexity__identifier?: string | undefined;
|
|
1366
|
+
session_exists__identifier?: string | undefined;
|
|
1367
|
+
zxcvbn__identifier?: string | undefined;
|
|
1368
|
+
form_param_max_length_exceeded__identifier?: string | undefined;
|
|
1369
|
+
organization_minimum_permissions_needed__identifier?: string | undefined;
|
|
1370
|
+
already_a_member_in_organization__identifier?: string | undefined;
|
|
1371
|
+
organization_domain_common__identifier?: string | undefined;
|
|
1372
|
+
organization_domain_blocked__identifier?: string | undefined;
|
|
1373
|
+
organization_domain_exists_for_enterprise_connection__identifier?: string | undefined;
|
|
1374
|
+
organization_membership_quota_exceeded__identifier?: string | undefined;
|
|
1375
|
+
external_account_not_found__code?: string | undefined;
|
|
1376
|
+
identification_deletion_failed__code?: string | undefined;
|
|
1377
|
+
phone_number_exists__code?: string | undefined;
|
|
1378
|
+
form_identifier_not_found__code?: string | undefined;
|
|
1379
|
+
captcha_unavailable__code?: string | undefined;
|
|
1380
|
+
captcha_invalid__code?: string | undefined;
|
|
1381
|
+
passkey_not_supported__code?: string | undefined;
|
|
1382
|
+
passkey_pa_not_supported__code?: string | undefined;
|
|
1383
|
+
passkey_retrieval_cancelled__code?: string | undefined;
|
|
1384
|
+
passkey_registration_cancelled__code?: string | undefined;
|
|
1385
|
+
passkey_already_exists__code?: string | undefined;
|
|
1386
|
+
web3_missing_identifier__code?: string | undefined;
|
|
1387
|
+
form_password_pwned__code?: string | undefined;
|
|
1388
|
+
form_password_pwned__sign_in__code?: string | undefined;
|
|
1389
|
+
form_username_invalid_length__code?: string | undefined;
|
|
1390
|
+
form_username_invalid_character__code?: string | undefined;
|
|
1391
|
+
form_param_format_invalid__code?: string | undefined;
|
|
1392
|
+
form_param_format_invalid__email_address__code?: string | undefined;
|
|
1393
|
+
form_param_type_invalid__code?: string | undefined;
|
|
1394
|
+
form_param_type_invalid__phone_number__code?: string | undefined;
|
|
1395
|
+
form_param_type_invalid__email_address__code?: string | undefined;
|
|
1396
|
+
form_password_length_too_short__code?: string | undefined;
|
|
1397
|
+
form_param_nil__code?: string | undefined;
|
|
1398
|
+
form_code_incorrect__code?: string | undefined;
|
|
1399
|
+
form_password_incorrect__code?: string | undefined;
|
|
1400
|
+
form_password_validation_failed__code?: string | undefined;
|
|
1401
|
+
not_allowed_access__code?: string | undefined;
|
|
1402
|
+
form_identifier_exists__code?: string | undefined;
|
|
1403
|
+
form_identifier_exists__email_address__code?: string | undefined;
|
|
1404
|
+
form_identifier_exists__username__code?: string | undefined;
|
|
1405
|
+
form_identifier_exists__phone_number__code?: string | undefined;
|
|
1406
|
+
form_password_not_strong_enough__code?: string | undefined;
|
|
1407
|
+
form_password_size_in_bytes_exceeded__code?: string | undefined;
|
|
1408
|
+
form_param_value_invalid__code?: string | undefined;
|
|
1409
|
+
passwordComplexity__code?: string | undefined;
|
|
1410
|
+
session_exists__code?: string | undefined;
|
|
1411
|
+
zxcvbn__code?: string | undefined;
|
|
1412
|
+
form_param_max_length_exceeded__code?: string | undefined;
|
|
1413
|
+
organization_minimum_permissions_needed__code?: string | undefined;
|
|
1414
|
+
already_a_member_in_organization__code?: string | undefined;
|
|
1415
|
+
organization_domain_common__code?: string | undefined;
|
|
1416
|
+
organization_domain_blocked__code?: string | undefined;
|
|
1417
|
+
organization_domain_exists_for_enterprise_connection__code?: string | undefined;
|
|
1418
|
+
organization_membership_quota_exceeded__code?: string | undefined;
|
|
1419
|
+
external_account_not_found__first_name?: string | undefined;
|
|
1420
|
+
identification_deletion_failed__first_name?: string | undefined;
|
|
1421
|
+
phone_number_exists__first_name?: string | undefined;
|
|
1422
|
+
form_identifier_not_found__first_name?: string | undefined;
|
|
1423
|
+
captcha_unavailable__first_name?: string | undefined;
|
|
1424
|
+
captcha_invalid__first_name?: string | undefined;
|
|
1425
|
+
passkey_not_supported__first_name?: string | undefined;
|
|
1426
|
+
passkey_pa_not_supported__first_name?: string | undefined;
|
|
1427
|
+
passkey_retrieval_cancelled__first_name?: string | undefined;
|
|
1428
|
+
passkey_registration_cancelled__first_name?: string | undefined;
|
|
1429
|
+
passkey_already_exists__first_name?: string | undefined;
|
|
1430
|
+
web3_missing_identifier__first_name?: string | undefined;
|
|
1431
|
+
form_password_pwned__first_name?: string | undefined;
|
|
1432
|
+
form_password_pwned__sign_in__first_name?: string | undefined;
|
|
1433
|
+
form_username_invalid_length__first_name?: string | undefined;
|
|
1434
|
+
form_username_invalid_character__first_name?: string | undefined;
|
|
1435
|
+
form_param_format_invalid__first_name?: string | undefined;
|
|
1436
|
+
form_param_format_invalid__email_address__first_name?: string | undefined;
|
|
1437
|
+
form_param_type_invalid__first_name?: string | undefined;
|
|
1438
|
+
form_param_type_invalid__phone_number__first_name?: string | undefined;
|
|
1439
|
+
form_param_type_invalid__email_address__first_name?: string | undefined;
|
|
1440
|
+
form_password_length_too_short__first_name?: string | undefined;
|
|
1441
|
+
form_param_nil__first_name?: string | undefined;
|
|
1442
|
+
form_code_incorrect__first_name?: string | undefined;
|
|
1443
|
+
form_password_incorrect__first_name?: string | undefined;
|
|
1444
|
+
form_password_validation_failed__first_name?: string | undefined;
|
|
1445
|
+
not_allowed_access__first_name?: string | undefined;
|
|
1446
|
+
form_identifier_exists__first_name?: string | undefined;
|
|
1447
|
+
form_identifier_exists__email_address__first_name?: string | undefined;
|
|
1448
|
+
form_identifier_exists__username__first_name?: string | undefined;
|
|
1449
|
+
form_identifier_exists__phone_number__first_name?: string | undefined;
|
|
1450
|
+
form_password_not_strong_enough__first_name?: string | undefined;
|
|
1451
|
+
form_password_size_in_bytes_exceeded__first_name?: string | undefined;
|
|
1452
|
+
form_param_value_invalid__first_name?: string | undefined;
|
|
1453
|
+
passwordComplexity__first_name?: string | undefined;
|
|
1454
|
+
session_exists__first_name?: string | undefined;
|
|
1455
|
+
zxcvbn__first_name?: string | undefined;
|
|
1456
|
+
form_param_max_length_exceeded__first_name?: string | undefined;
|
|
1457
|
+
organization_minimum_permissions_needed__first_name?: string | undefined;
|
|
1458
|
+
already_a_member_in_organization__first_name?: string | undefined;
|
|
1459
|
+
organization_domain_common__first_name?: string | undefined;
|
|
1460
|
+
organization_domain_blocked__first_name?: string | undefined;
|
|
1461
|
+
organization_domain_exists_for_enterprise_connection__first_name?: string | undefined;
|
|
1462
|
+
organization_membership_quota_exceeded__first_name?: string | undefined;
|
|
1463
|
+
external_account_not_found__last_name?: string | undefined;
|
|
1464
|
+
identification_deletion_failed__last_name?: string | undefined;
|
|
1465
|
+
phone_number_exists__last_name?: string | undefined;
|
|
1466
|
+
form_identifier_not_found__last_name?: string | undefined;
|
|
1467
|
+
captcha_unavailable__last_name?: string | undefined;
|
|
1468
|
+
captcha_invalid__last_name?: string | undefined;
|
|
1469
|
+
passkey_not_supported__last_name?: string | undefined;
|
|
1470
|
+
passkey_pa_not_supported__last_name?: string | undefined;
|
|
1471
|
+
passkey_retrieval_cancelled__last_name?: string | undefined;
|
|
1472
|
+
passkey_registration_cancelled__last_name?: string | undefined;
|
|
1473
|
+
passkey_already_exists__last_name?: string | undefined;
|
|
1474
|
+
web3_missing_identifier__last_name?: string | undefined;
|
|
1475
|
+
form_password_pwned__last_name?: string | undefined;
|
|
1476
|
+
form_password_pwned__sign_in__last_name?: string | undefined;
|
|
1477
|
+
form_username_invalid_length__last_name?: string | undefined;
|
|
1478
|
+
form_username_invalid_character__last_name?: string | undefined;
|
|
1479
|
+
form_param_format_invalid__last_name?: string | undefined;
|
|
1480
|
+
form_param_format_invalid__email_address__last_name?: string | undefined;
|
|
1481
|
+
form_param_type_invalid__last_name?: string | undefined;
|
|
1482
|
+
form_param_type_invalid__phone_number__last_name?: string | undefined;
|
|
1483
|
+
form_param_type_invalid__email_address__last_name?: string | undefined;
|
|
1484
|
+
form_password_length_too_short__last_name?: string | undefined;
|
|
1485
|
+
form_param_nil__last_name?: string | undefined;
|
|
1486
|
+
form_code_incorrect__last_name?: string | undefined;
|
|
1487
|
+
form_password_incorrect__last_name?: string | undefined;
|
|
1488
|
+
form_password_validation_failed__last_name?: string | undefined;
|
|
1489
|
+
not_allowed_access__last_name?: string | undefined;
|
|
1490
|
+
form_identifier_exists__last_name?: string | undefined;
|
|
1491
|
+
form_identifier_exists__email_address__last_name?: string | undefined;
|
|
1492
|
+
form_identifier_exists__username__last_name?: string | undefined;
|
|
1493
|
+
form_identifier_exists__phone_number__last_name?: string | undefined;
|
|
1494
|
+
form_password_not_strong_enough__last_name?: string | undefined;
|
|
1495
|
+
form_password_size_in_bytes_exceeded__last_name?: string | undefined;
|
|
1496
|
+
form_param_value_invalid__last_name?: string | undefined;
|
|
1497
|
+
passwordComplexity__last_name?: string | undefined;
|
|
1498
|
+
session_exists__last_name?: string | undefined;
|
|
1499
|
+
zxcvbn__last_name?: string | undefined;
|
|
1500
|
+
form_param_max_length_exceeded__last_name?: string | undefined;
|
|
1501
|
+
organization_minimum_permissions_needed__last_name?: string | undefined;
|
|
1502
|
+
already_a_member_in_organization__last_name?: string | undefined;
|
|
1503
|
+
organization_domain_common__last_name?: string | undefined;
|
|
1504
|
+
organization_domain_blocked__last_name?: string | undefined;
|
|
1505
|
+
organization_domain_exists_for_enterprise_connection__last_name?: string | undefined;
|
|
1506
|
+
organization_membership_quota_exceeded__last_name?: string | undefined;
|
|
1507
|
+
external_account_not_found__email_address?: string | undefined;
|
|
1508
|
+
identification_deletion_failed__email_address?: string | undefined;
|
|
1509
|
+
phone_number_exists__email_address?: string | undefined;
|
|
1510
|
+
form_identifier_not_found__email_address?: string | undefined;
|
|
1511
|
+
captcha_unavailable__email_address?: string | undefined;
|
|
1512
|
+
captcha_invalid__email_address?: string | undefined;
|
|
1513
|
+
passkey_not_supported__email_address?: string | undefined;
|
|
1514
|
+
passkey_pa_not_supported__email_address?: string | undefined;
|
|
1515
|
+
passkey_retrieval_cancelled__email_address?: string | undefined;
|
|
1516
|
+
passkey_registration_cancelled__email_address?: string | undefined;
|
|
1517
|
+
passkey_already_exists__email_address?: string | undefined;
|
|
1518
|
+
web3_missing_identifier__email_address?: string | undefined;
|
|
1519
|
+
form_password_pwned__email_address?: string | undefined;
|
|
1520
|
+
form_password_pwned__sign_in__email_address?: string | undefined;
|
|
1521
|
+
form_username_invalid_length__email_address?: string | undefined;
|
|
1522
|
+
form_username_invalid_character__email_address?: string | undefined;
|
|
1523
|
+
form_param_format_invalid__email_address__email_address?: string | undefined;
|
|
1524
|
+
form_param_type_invalid__phone_number__email_address?: string | undefined;
|
|
1525
|
+
form_param_type_invalid__email_address__email_address?: string | undefined;
|
|
1526
|
+
form_password_length_too_short__email_address?: string | undefined;
|
|
1527
|
+
form_param_nil__email_address?: string | undefined;
|
|
1528
|
+
form_code_incorrect__email_address?: string | undefined;
|
|
1529
|
+
form_password_incorrect__email_address?: string | undefined;
|
|
1530
|
+
form_password_validation_failed__email_address?: string | undefined;
|
|
1531
|
+
not_allowed_access__email_address?: string | undefined;
|
|
1532
|
+
form_identifier_exists__email_address__email_address?: string | undefined;
|
|
1533
|
+
form_identifier_exists__username__email_address?: string | undefined;
|
|
1534
|
+
form_identifier_exists__phone_number__email_address?: string | undefined;
|
|
1535
|
+
form_password_not_strong_enough__email_address?: string | undefined;
|
|
1536
|
+
form_password_size_in_bytes_exceeded__email_address?: string | undefined;
|
|
1537
|
+
form_param_value_invalid__email_address?: string | undefined;
|
|
1538
|
+
passwordComplexity__email_address?: string | undefined;
|
|
1539
|
+
session_exists__email_address?: string | undefined;
|
|
1540
|
+
zxcvbn__email_address?: string | undefined;
|
|
1541
|
+
form_param_max_length_exceeded__email_address?: string | undefined;
|
|
1542
|
+
organization_minimum_permissions_needed__email_address?: string | undefined;
|
|
1543
|
+
already_a_member_in_organization__email_address?: string | undefined;
|
|
1544
|
+
organization_domain_common__email_address?: string | undefined;
|
|
1545
|
+
organization_domain_blocked__email_address?: string | undefined;
|
|
1546
|
+
organization_domain_exists_for_enterprise_connection__email_address?: string | undefined;
|
|
1547
|
+
organization_membership_quota_exceeded__email_address?: string | undefined;
|
|
1548
|
+
external_account_not_found__phone_number?: string | undefined;
|
|
1549
|
+
identification_deletion_failed__phone_number?: string | undefined;
|
|
1550
|
+
phone_number_exists__phone_number?: string | undefined;
|
|
1551
|
+
form_identifier_not_found__phone_number?: string | undefined;
|
|
1552
|
+
captcha_unavailable__phone_number?: string | undefined;
|
|
1553
|
+
captcha_invalid__phone_number?: string | undefined;
|
|
1554
|
+
passkey_not_supported__phone_number?: string | undefined;
|
|
1555
|
+
passkey_pa_not_supported__phone_number?: string | undefined;
|
|
1556
|
+
passkey_retrieval_cancelled__phone_number?: string | undefined;
|
|
1557
|
+
passkey_registration_cancelled__phone_number?: string | undefined;
|
|
1558
|
+
passkey_already_exists__phone_number?: string | undefined;
|
|
1559
|
+
web3_missing_identifier__phone_number?: string | undefined;
|
|
1560
|
+
form_password_pwned__phone_number?: string | undefined;
|
|
1561
|
+
form_password_pwned__sign_in__phone_number?: string | undefined;
|
|
1562
|
+
form_username_invalid_length__phone_number?: string | undefined;
|
|
1563
|
+
form_username_invalid_character__phone_number?: string | undefined;
|
|
1564
|
+
form_param_format_invalid__phone_number?: string | undefined;
|
|
1565
|
+
form_param_format_invalid__email_address__phone_number?: string | undefined;
|
|
1566
|
+
form_param_type_invalid__phone_number__phone_number?: string | undefined;
|
|
1567
|
+
form_param_type_invalid__email_address__phone_number?: string | undefined;
|
|
1568
|
+
form_password_length_too_short__phone_number?: string | undefined;
|
|
1569
|
+
form_param_nil__phone_number?: string | undefined;
|
|
1570
|
+
form_code_incorrect__phone_number?: string | undefined;
|
|
1571
|
+
form_password_incorrect__phone_number?: string | undefined;
|
|
1572
|
+
form_password_validation_failed__phone_number?: string | undefined;
|
|
1573
|
+
not_allowed_access__phone_number?: string | undefined;
|
|
1574
|
+
form_identifier_exists__email_address__phone_number?: string | undefined;
|
|
1575
|
+
form_identifier_exists__username__phone_number?: string | undefined;
|
|
1576
|
+
form_identifier_exists__phone_number__phone_number?: string | undefined;
|
|
1577
|
+
form_password_not_strong_enough__phone_number?: string | undefined;
|
|
1578
|
+
form_password_size_in_bytes_exceeded__phone_number?: string | undefined;
|
|
1579
|
+
form_param_value_invalid__phone_number?: string | undefined;
|
|
1580
|
+
passwordComplexity__phone_number?: string | undefined;
|
|
1581
|
+
session_exists__phone_number?: string | undefined;
|
|
1582
|
+
zxcvbn__phone_number?: string | undefined;
|
|
1583
|
+
form_param_max_length_exceeded__phone_number?: string | undefined;
|
|
1584
|
+
organization_minimum_permissions_needed__phone_number?: string | undefined;
|
|
1585
|
+
already_a_member_in_organization__phone_number?: string | undefined;
|
|
1586
|
+
organization_domain_common__phone_number?: string | undefined;
|
|
1587
|
+
organization_domain_blocked__phone_number?: string | undefined;
|
|
1588
|
+
organization_domain_exists_for_enterprise_connection__phone_number?: string | undefined;
|
|
1589
|
+
organization_membership_quota_exceeded__phone_number?: string | undefined;
|
|
1590
|
+
external_account_not_found__current_password?: string | undefined;
|
|
1591
|
+
identification_deletion_failed__current_password?: string | undefined;
|
|
1592
|
+
phone_number_exists__current_password?: string | undefined;
|
|
1593
|
+
form_identifier_not_found__current_password?: string | undefined;
|
|
1594
|
+
captcha_unavailable__current_password?: string | undefined;
|
|
1595
|
+
captcha_invalid__current_password?: string | undefined;
|
|
1596
|
+
passkey_not_supported__current_password?: string | undefined;
|
|
1597
|
+
passkey_pa_not_supported__current_password?: string | undefined;
|
|
1598
|
+
passkey_retrieval_cancelled__current_password?: string | undefined;
|
|
1599
|
+
passkey_registration_cancelled__current_password?: string | undefined;
|
|
1600
|
+
passkey_already_exists__current_password?: string | undefined;
|
|
1601
|
+
web3_missing_identifier__current_password?: string | undefined;
|
|
1602
|
+
form_password_pwned__current_password?: string | undefined;
|
|
1603
|
+
form_password_pwned__sign_in__current_password?: string | undefined;
|
|
1604
|
+
form_username_invalid_length__current_password?: string | undefined;
|
|
1605
|
+
form_username_invalid_character__current_password?: string | undefined;
|
|
1606
|
+
form_param_format_invalid__current_password?: string | undefined;
|
|
1607
|
+
form_param_format_invalid__email_address__current_password?: string | undefined;
|
|
1608
|
+
form_param_type_invalid__current_password?: string | undefined;
|
|
1609
|
+
form_param_type_invalid__phone_number__current_password?: string | undefined;
|
|
1610
|
+
form_param_type_invalid__email_address__current_password?: string | undefined;
|
|
1611
|
+
form_password_length_too_short__current_password?: string | undefined;
|
|
1612
|
+
form_param_nil__current_password?: string | undefined;
|
|
1613
|
+
form_code_incorrect__current_password?: string | undefined;
|
|
1614
|
+
form_password_incorrect__current_password?: string | undefined;
|
|
1615
|
+
form_password_validation_failed__current_password?: string | undefined;
|
|
1616
|
+
not_allowed_access__current_password?: string | undefined;
|
|
1617
|
+
form_identifier_exists__current_password?: string | undefined;
|
|
1618
|
+
form_identifier_exists__email_address__current_password?: string | undefined;
|
|
1619
|
+
form_identifier_exists__username__current_password?: string | undefined;
|
|
1620
|
+
form_identifier_exists__phone_number__current_password?: string | undefined;
|
|
1621
|
+
form_password_not_strong_enough__current_password?: string | undefined;
|
|
1622
|
+
form_password_size_in_bytes_exceeded__current_password?: string | undefined;
|
|
1623
|
+
form_param_value_invalid__current_password?: string | undefined;
|
|
1624
|
+
passwordComplexity__current_password?: string | undefined;
|
|
1625
|
+
session_exists__current_password?: string | undefined;
|
|
1626
|
+
zxcvbn__current_password?: string | undefined;
|
|
1627
|
+
form_param_max_length_exceeded__current_password?: string | undefined;
|
|
1628
|
+
organization_minimum_permissions_needed__current_password?: string | undefined;
|
|
1629
|
+
already_a_member_in_organization__current_password?: string | undefined;
|
|
1630
|
+
organization_domain_common__current_password?: string | undefined;
|
|
1631
|
+
organization_domain_blocked__current_password?: string | undefined;
|
|
1632
|
+
organization_domain_exists_for_enterprise_connection__current_password?: string | undefined;
|
|
1633
|
+
organization_membership_quota_exceeded__current_password?: string | undefined;
|
|
1634
|
+
external_account_not_found__new_password?: string | undefined;
|
|
1635
|
+
identification_deletion_failed__new_password?: string | undefined;
|
|
1636
|
+
phone_number_exists__new_password?: string | undefined;
|
|
1637
|
+
form_identifier_not_found__new_password?: string | undefined;
|
|
1638
|
+
captcha_unavailable__new_password?: string | undefined;
|
|
1639
|
+
captcha_invalid__new_password?: string | undefined;
|
|
1640
|
+
passkey_not_supported__new_password?: string | undefined;
|
|
1641
|
+
passkey_pa_not_supported__new_password?: string | undefined;
|
|
1642
|
+
passkey_retrieval_cancelled__new_password?: string | undefined;
|
|
1643
|
+
passkey_registration_cancelled__new_password?: string | undefined;
|
|
1644
|
+
passkey_already_exists__new_password?: string | undefined;
|
|
1645
|
+
web3_missing_identifier__new_password?: string | undefined;
|
|
1646
|
+
form_password_pwned__new_password?: string | undefined;
|
|
1647
|
+
form_password_pwned__sign_in__new_password?: string | undefined;
|
|
1648
|
+
form_username_invalid_length__new_password?: string | undefined;
|
|
1649
|
+
form_username_invalid_character__new_password?: string | undefined;
|
|
1650
|
+
form_param_format_invalid__new_password?: string | undefined;
|
|
1651
|
+
form_param_format_invalid__email_address__new_password?: string | undefined;
|
|
1652
|
+
form_param_type_invalid__new_password?: string | undefined;
|
|
1653
|
+
form_param_type_invalid__phone_number__new_password?: string | undefined;
|
|
1654
|
+
form_param_type_invalid__email_address__new_password?: string | undefined;
|
|
1655
|
+
form_password_length_too_short__new_password?: string | undefined;
|
|
1656
|
+
form_param_nil__new_password?: string | undefined;
|
|
1657
|
+
form_code_incorrect__new_password?: string | undefined;
|
|
1658
|
+
form_password_incorrect__new_password?: string | undefined;
|
|
1659
|
+
form_password_validation_failed__new_password?: string | undefined;
|
|
1660
|
+
not_allowed_access__new_password?: string | undefined;
|
|
1661
|
+
form_identifier_exists__new_password?: string | undefined;
|
|
1662
|
+
form_identifier_exists__email_address__new_password?: string | undefined;
|
|
1663
|
+
form_identifier_exists__username__new_password?: string | undefined;
|
|
1664
|
+
form_identifier_exists__phone_number__new_password?: string | undefined;
|
|
1665
|
+
form_password_not_strong_enough__new_password?: string | undefined;
|
|
1666
|
+
form_password_size_in_bytes_exceeded__new_password?: string | undefined;
|
|
1667
|
+
form_param_value_invalid__new_password?: string | undefined;
|
|
1668
|
+
passwordComplexity__new_password?: string | undefined;
|
|
1669
|
+
session_exists__new_password?: string | undefined;
|
|
1670
|
+
zxcvbn__new_password?: string | undefined;
|
|
1671
|
+
form_param_max_length_exceeded__new_password?: string | undefined;
|
|
1672
|
+
organization_minimum_permissions_needed__new_password?: string | undefined;
|
|
1673
|
+
already_a_member_in_organization__new_password?: string | undefined;
|
|
1674
|
+
organization_domain_common__new_password?: string | undefined;
|
|
1675
|
+
organization_domain_blocked__new_password?: string | undefined;
|
|
1676
|
+
organization_domain_exists_for_enterprise_connection__new_password?: string | undefined;
|
|
1677
|
+
organization_membership_quota_exceeded__new_password?: string | undefined;
|
|
1678
|
+
external_account_not_found__sign_out_of_other_sessions?: string | undefined;
|
|
1679
|
+
identification_deletion_failed__sign_out_of_other_sessions?: string | undefined;
|
|
1680
|
+
phone_number_exists__sign_out_of_other_sessions?: string | undefined;
|
|
1681
|
+
form_identifier_not_found__sign_out_of_other_sessions?: string | undefined;
|
|
1682
|
+
captcha_unavailable__sign_out_of_other_sessions?: string | undefined;
|
|
1683
|
+
captcha_invalid__sign_out_of_other_sessions?: string | undefined;
|
|
1684
|
+
passkey_not_supported__sign_out_of_other_sessions?: string | undefined;
|
|
1685
|
+
passkey_pa_not_supported__sign_out_of_other_sessions?: string | undefined;
|
|
1686
|
+
passkey_retrieval_cancelled__sign_out_of_other_sessions?: string | undefined;
|
|
1687
|
+
passkey_registration_cancelled__sign_out_of_other_sessions?: string | undefined;
|
|
1688
|
+
passkey_already_exists__sign_out_of_other_sessions?: string | undefined;
|
|
1689
|
+
web3_missing_identifier__sign_out_of_other_sessions?: string | undefined;
|
|
1690
|
+
form_password_pwned__sign_out_of_other_sessions?: string | undefined;
|
|
1691
|
+
form_password_pwned__sign_in__sign_out_of_other_sessions?: string | undefined;
|
|
1692
|
+
form_username_invalid_length__sign_out_of_other_sessions?: string | undefined;
|
|
1693
|
+
form_username_invalid_character__sign_out_of_other_sessions?: string | undefined;
|
|
1694
|
+
form_param_format_invalid__sign_out_of_other_sessions?: string | undefined;
|
|
1695
|
+
form_param_format_invalid__email_address__sign_out_of_other_sessions?: string | undefined;
|
|
1696
|
+
form_param_type_invalid__sign_out_of_other_sessions?: string | undefined;
|
|
1697
|
+
form_param_type_invalid__phone_number__sign_out_of_other_sessions?: string | undefined;
|
|
1698
|
+
form_param_type_invalid__email_address__sign_out_of_other_sessions?: string | undefined;
|
|
1699
|
+
form_password_length_too_short__sign_out_of_other_sessions?: string | undefined;
|
|
1700
|
+
form_param_nil__sign_out_of_other_sessions?: string | undefined;
|
|
1701
|
+
form_code_incorrect__sign_out_of_other_sessions?: string | undefined;
|
|
1702
|
+
form_password_incorrect__sign_out_of_other_sessions?: string | undefined;
|
|
1703
|
+
form_password_validation_failed__sign_out_of_other_sessions?: string | undefined;
|
|
1704
|
+
not_allowed_access__sign_out_of_other_sessions?: string | undefined;
|
|
1705
|
+
form_identifier_exists__sign_out_of_other_sessions?: string | undefined;
|
|
1706
|
+
form_identifier_exists__email_address__sign_out_of_other_sessions?: string | undefined;
|
|
1707
|
+
form_identifier_exists__username__sign_out_of_other_sessions?: string | undefined;
|
|
1708
|
+
form_identifier_exists__phone_number__sign_out_of_other_sessions?: string | undefined;
|
|
1709
|
+
form_password_not_strong_enough__sign_out_of_other_sessions?: string | undefined;
|
|
1710
|
+
form_password_size_in_bytes_exceeded__sign_out_of_other_sessions?: string | undefined;
|
|
1711
|
+
form_param_value_invalid__sign_out_of_other_sessions?: string | undefined;
|
|
1712
|
+
passwordComplexity__sign_out_of_other_sessions?: string | undefined;
|
|
1713
|
+
session_exists__sign_out_of_other_sessions?: string | undefined;
|
|
1714
|
+
zxcvbn__sign_out_of_other_sessions?: string | undefined;
|
|
1715
|
+
form_param_max_length_exceeded__sign_out_of_other_sessions?: string | undefined;
|
|
1716
|
+
organization_minimum_permissions_needed__sign_out_of_other_sessions?: string | undefined;
|
|
1717
|
+
already_a_member_in_organization__sign_out_of_other_sessions?: string | undefined;
|
|
1718
|
+
organization_domain_common__sign_out_of_other_sessions?: string | undefined;
|
|
1719
|
+
organization_domain_blocked__sign_out_of_other_sessions?: string | undefined;
|
|
1720
|
+
organization_domain_exists_for_enterprise_connection__sign_out_of_other_sessions?: string | undefined;
|
|
1721
|
+
organization_membership_quota_exceeded__sign_out_of_other_sessions?: string | undefined;
|
|
1722
|
+
external_account_not_found__passkey_name?: string | undefined;
|
|
1723
|
+
identification_deletion_failed__passkey_name?: string | undefined;
|
|
1724
|
+
phone_number_exists__passkey_name?: string | undefined;
|
|
1725
|
+
form_identifier_not_found__passkey_name?: string | undefined;
|
|
1726
|
+
captcha_unavailable__passkey_name?: string | undefined;
|
|
1727
|
+
captcha_invalid__passkey_name?: string | undefined;
|
|
1728
|
+
passkey_not_supported__passkey_name?: string | undefined;
|
|
1729
|
+
passkey_pa_not_supported__passkey_name?: string | undefined;
|
|
1730
|
+
passkey_retrieval_cancelled__passkey_name?: string | undefined;
|
|
1731
|
+
passkey_registration_cancelled__passkey_name?: string | undefined;
|
|
1732
|
+
passkey_already_exists__passkey_name?: string | undefined;
|
|
1733
|
+
web3_missing_identifier__passkey_name?: string | undefined;
|
|
1734
|
+
form_password_pwned__passkey_name?: string | undefined;
|
|
1735
|
+
form_password_pwned__sign_in__passkey_name?: string | undefined;
|
|
1736
|
+
form_username_invalid_length__passkey_name?: string | undefined;
|
|
1737
|
+
form_username_invalid_character__passkey_name?: string | undefined;
|
|
1738
|
+
form_param_format_invalid__passkey_name?: string | undefined;
|
|
1739
|
+
form_param_format_invalid__email_address__passkey_name?: string | undefined;
|
|
1740
|
+
form_param_type_invalid__passkey_name?: string | undefined;
|
|
1741
|
+
form_param_type_invalid__phone_number__passkey_name?: string | undefined;
|
|
1742
|
+
form_param_type_invalid__email_address__passkey_name?: string | undefined;
|
|
1743
|
+
form_password_length_too_short__passkey_name?: string | undefined;
|
|
1744
|
+
form_param_nil__passkey_name?: string | undefined;
|
|
1745
|
+
form_code_incorrect__passkey_name?: string | undefined;
|
|
1746
|
+
form_password_incorrect__passkey_name?: string | undefined;
|
|
1747
|
+
form_password_validation_failed__passkey_name?: string | undefined;
|
|
1748
|
+
not_allowed_access__passkey_name?: string | undefined;
|
|
1749
|
+
form_identifier_exists__passkey_name?: string | undefined;
|
|
1750
|
+
form_identifier_exists__email_address__passkey_name?: string | undefined;
|
|
1751
|
+
form_identifier_exists__username__passkey_name?: string | undefined;
|
|
1752
|
+
form_identifier_exists__phone_number__passkey_name?: string | undefined;
|
|
1753
|
+
form_password_not_strong_enough__passkey_name?: string | undefined;
|
|
1754
|
+
form_password_size_in_bytes_exceeded__passkey_name?: string | undefined;
|
|
1755
|
+
form_param_value_invalid__passkey_name?: string | undefined;
|
|
1756
|
+
passwordComplexity__passkey_name?: string | undefined;
|
|
1757
|
+
session_exists__passkey_name?: string | undefined;
|
|
1758
|
+
zxcvbn__passkey_name?: string | undefined;
|
|
1759
|
+
form_param_max_length_exceeded__passkey_name?: string | undefined;
|
|
1760
|
+
organization_minimum_permissions_needed__passkey_name?: string | undefined;
|
|
1761
|
+
already_a_member_in_organization__passkey_name?: string | undefined;
|
|
1762
|
+
organization_domain_common__passkey_name?: string | undefined;
|
|
1763
|
+
organization_domain_blocked__passkey_name?: string | undefined;
|
|
1764
|
+
organization_domain_exists_for_enterprise_connection__passkey_name?: string | undefined;
|
|
1765
|
+
organization_membership_quota_exceeded__passkey_name?: string | undefined;
|
|
1766
|
+
external_account_not_found__confirm_password?: string | undefined;
|
|
1767
|
+
identification_deletion_failed__confirm_password?: string | undefined;
|
|
1768
|
+
phone_number_exists__confirm_password?: string | undefined;
|
|
1769
|
+
form_identifier_not_found__confirm_password?: string | undefined;
|
|
1770
|
+
captcha_unavailable__confirm_password?: string | undefined;
|
|
1771
|
+
captcha_invalid__confirm_password?: string | undefined;
|
|
1772
|
+
passkey_not_supported__confirm_password?: string | undefined;
|
|
1773
|
+
passkey_pa_not_supported__confirm_password?: string | undefined;
|
|
1774
|
+
passkey_retrieval_cancelled__confirm_password?: string | undefined;
|
|
1775
|
+
passkey_registration_cancelled__confirm_password?: string | undefined;
|
|
1776
|
+
passkey_already_exists__confirm_password?: string | undefined;
|
|
1777
|
+
web3_missing_identifier__confirm_password?: string | undefined;
|
|
1778
|
+
form_password_pwned__confirm_password?: string | undefined;
|
|
1779
|
+
form_password_pwned__sign_in__confirm_password?: string | undefined;
|
|
1780
|
+
form_username_invalid_length__confirm_password?: string | undefined;
|
|
1781
|
+
form_username_invalid_character__confirm_password?: string | undefined;
|
|
1782
|
+
form_param_format_invalid__confirm_password?: string | undefined;
|
|
1783
|
+
form_param_format_invalid__email_address__confirm_password?: string | undefined;
|
|
1784
|
+
form_param_type_invalid__confirm_password?: string | undefined;
|
|
1785
|
+
form_param_type_invalid__phone_number__confirm_password?: string | undefined;
|
|
1786
|
+
form_param_type_invalid__email_address__confirm_password?: string | undefined;
|
|
1787
|
+
form_password_length_too_short__confirm_password?: string | undefined;
|
|
1788
|
+
form_param_nil__confirm_password?: string | undefined;
|
|
1789
|
+
form_code_incorrect__confirm_password?: string | undefined;
|
|
1790
|
+
form_password_incorrect__confirm_password?: string | undefined;
|
|
1791
|
+
form_password_validation_failed__confirm_password?: string | undefined;
|
|
1792
|
+
not_allowed_access__confirm_password?: string | undefined;
|
|
1793
|
+
form_identifier_exists__confirm_password?: string | undefined;
|
|
1794
|
+
form_identifier_exists__email_address__confirm_password?: string | undefined;
|
|
1795
|
+
form_identifier_exists__username__confirm_password?: string | undefined;
|
|
1796
|
+
form_identifier_exists__phone_number__confirm_password?: string | undefined;
|
|
1797
|
+
form_password_not_strong_enough__confirm_password?: string | undefined;
|
|
1798
|
+
form_password_size_in_bytes_exceeded__confirm_password?: string | undefined;
|
|
1799
|
+
form_param_value_invalid__confirm_password?: string | undefined;
|
|
1800
|
+
passwordComplexity__confirm_password?: string | undefined;
|
|
1801
|
+
session_exists__confirm_password?: string | undefined;
|
|
1802
|
+
zxcvbn__confirm_password?: string | undefined;
|
|
1803
|
+
form_param_max_length_exceeded__confirm_password?: string | undefined;
|
|
1804
|
+
organization_minimum_permissions_needed__confirm_password?: string | undefined;
|
|
1805
|
+
already_a_member_in_organization__confirm_password?: string | undefined;
|
|
1806
|
+
organization_domain_common__confirm_password?: string | undefined;
|
|
1807
|
+
organization_domain_blocked__confirm_password?: string | undefined;
|
|
1808
|
+
organization_domain_exists_for_enterprise_connection__confirm_password?: string | undefined;
|
|
1809
|
+
organization_membership_quota_exceeded__confirm_password?: string | undefined;
|
|
1810
|
+
external_account_not_found__delete_confirmation?: string | undefined;
|
|
1811
|
+
identification_deletion_failed__delete_confirmation?: string | undefined;
|
|
1812
|
+
phone_number_exists__delete_confirmation?: string | undefined;
|
|
1813
|
+
form_identifier_not_found__delete_confirmation?: string | undefined;
|
|
1814
|
+
captcha_unavailable__delete_confirmation?: string | undefined;
|
|
1815
|
+
captcha_invalid__delete_confirmation?: string | undefined;
|
|
1816
|
+
passkey_not_supported__delete_confirmation?: string | undefined;
|
|
1817
|
+
passkey_pa_not_supported__delete_confirmation?: string | undefined;
|
|
1818
|
+
passkey_retrieval_cancelled__delete_confirmation?: string | undefined;
|
|
1819
|
+
passkey_registration_cancelled__delete_confirmation?: string | undefined;
|
|
1820
|
+
passkey_already_exists__delete_confirmation?: string | undefined;
|
|
1821
|
+
web3_missing_identifier__delete_confirmation?: string | undefined;
|
|
1822
|
+
form_password_pwned__delete_confirmation?: string | undefined;
|
|
1823
|
+
form_password_pwned__sign_in__delete_confirmation?: string | undefined;
|
|
1824
|
+
form_username_invalid_length__delete_confirmation?: string | undefined;
|
|
1825
|
+
form_username_invalid_character__delete_confirmation?: string | undefined;
|
|
1826
|
+
form_param_format_invalid__delete_confirmation?: string | undefined;
|
|
1827
|
+
form_param_format_invalid__email_address__delete_confirmation?: string | undefined;
|
|
1828
|
+
form_param_type_invalid__delete_confirmation?: string | undefined;
|
|
1829
|
+
form_param_type_invalid__phone_number__delete_confirmation?: string | undefined;
|
|
1830
|
+
form_param_type_invalid__email_address__delete_confirmation?: string | undefined;
|
|
1831
|
+
form_password_length_too_short__delete_confirmation?: string | undefined;
|
|
1832
|
+
form_param_nil__delete_confirmation?: string | undefined;
|
|
1833
|
+
form_code_incorrect__delete_confirmation?: string | undefined;
|
|
1834
|
+
form_password_incorrect__delete_confirmation?: string | undefined;
|
|
1835
|
+
form_password_validation_failed__delete_confirmation?: string | undefined;
|
|
1836
|
+
not_allowed_access__delete_confirmation?: string | undefined;
|
|
1837
|
+
form_identifier_exists__delete_confirmation?: string | undefined;
|
|
1838
|
+
form_identifier_exists__email_address__delete_confirmation?: string | undefined;
|
|
1839
|
+
form_identifier_exists__username__delete_confirmation?: string | undefined;
|
|
1840
|
+
form_identifier_exists__phone_number__delete_confirmation?: string | undefined;
|
|
1841
|
+
form_password_not_strong_enough__delete_confirmation?: string | undefined;
|
|
1842
|
+
form_password_size_in_bytes_exceeded__delete_confirmation?: string | undefined;
|
|
1843
|
+
form_param_value_invalid__delete_confirmation?: string | undefined;
|
|
1844
|
+
passwordComplexity__delete_confirmation?: string | undefined;
|
|
1845
|
+
session_exists__delete_confirmation?: string | undefined;
|
|
1846
|
+
zxcvbn__delete_confirmation?: string | undefined;
|
|
1847
|
+
form_param_max_length_exceeded__delete_confirmation?: string | undefined;
|
|
1848
|
+
organization_minimum_permissions_needed__delete_confirmation?: string | undefined;
|
|
1849
|
+
already_a_member_in_organization__delete_confirmation?: string | undefined;
|
|
1850
|
+
organization_domain_common__delete_confirmation?: string | undefined;
|
|
1851
|
+
organization_domain_blocked__delete_confirmation?: string | undefined;
|
|
1852
|
+
organization_domain_exists_for_enterprise_connection__delete_confirmation?: string | undefined;
|
|
1853
|
+
organization_membership_quota_exceeded__delete_confirmation?: string | undefined;
|
|
1854
|
+
external_account_not_found__delete_organization_confirmation?: string | undefined;
|
|
1855
|
+
identification_deletion_failed__delete_organization_confirmation?: string | undefined;
|
|
1856
|
+
phone_number_exists__delete_organization_confirmation?: string | undefined;
|
|
1857
|
+
form_identifier_not_found__delete_organization_confirmation?: string | undefined;
|
|
1858
|
+
captcha_unavailable__delete_organization_confirmation?: string | undefined;
|
|
1859
|
+
captcha_invalid__delete_organization_confirmation?: string | undefined;
|
|
1860
|
+
passkey_not_supported__delete_organization_confirmation?: string | undefined;
|
|
1861
|
+
passkey_pa_not_supported__delete_organization_confirmation?: string | undefined;
|
|
1862
|
+
passkey_retrieval_cancelled__delete_organization_confirmation?: string | undefined;
|
|
1863
|
+
passkey_registration_cancelled__delete_organization_confirmation?: string | undefined;
|
|
1864
|
+
passkey_already_exists__delete_organization_confirmation?: string | undefined;
|
|
1865
|
+
web3_missing_identifier__delete_organization_confirmation?: string | undefined;
|
|
1866
|
+
form_password_pwned__delete_organization_confirmation?: string | undefined;
|
|
1867
|
+
form_password_pwned__sign_in__delete_organization_confirmation?: string | undefined;
|
|
1868
|
+
form_username_invalid_length__delete_organization_confirmation?: string | undefined;
|
|
1869
|
+
form_username_invalid_character__delete_organization_confirmation?: string | undefined;
|
|
1870
|
+
form_param_format_invalid__delete_organization_confirmation?: string | undefined;
|
|
1871
|
+
form_param_format_invalid__email_address__delete_organization_confirmation?: string | undefined;
|
|
1872
|
+
form_param_type_invalid__delete_organization_confirmation?: string | undefined;
|
|
1873
|
+
form_param_type_invalid__phone_number__delete_organization_confirmation?: string | undefined;
|
|
1874
|
+
form_param_type_invalid__email_address__delete_organization_confirmation?: string | undefined;
|
|
1875
|
+
form_password_length_too_short__delete_organization_confirmation?: string | undefined;
|
|
1876
|
+
form_param_nil__delete_organization_confirmation?: string | undefined;
|
|
1877
|
+
form_code_incorrect__delete_organization_confirmation?: string | undefined;
|
|
1878
|
+
form_password_incorrect__delete_organization_confirmation?: string | undefined;
|
|
1879
|
+
form_password_validation_failed__delete_organization_confirmation?: string | undefined;
|
|
1880
|
+
not_allowed_access__delete_organization_confirmation?: string | undefined;
|
|
1881
|
+
form_identifier_exists__delete_organization_confirmation?: string | undefined;
|
|
1882
|
+
form_identifier_exists__email_address__delete_organization_confirmation?: string | undefined;
|
|
1883
|
+
form_identifier_exists__username__delete_organization_confirmation?: string | undefined;
|
|
1884
|
+
form_identifier_exists__phone_number__delete_organization_confirmation?: string | undefined;
|
|
1885
|
+
form_password_not_strong_enough__delete_organization_confirmation?: string | undefined;
|
|
1886
|
+
form_password_size_in_bytes_exceeded__delete_organization_confirmation?: string | undefined;
|
|
1887
|
+
form_param_value_invalid__delete_organization_confirmation?: string | undefined;
|
|
1888
|
+
passwordComplexity__delete_organization_confirmation?: string | undefined;
|
|
1889
|
+
session_exists__delete_organization_confirmation?: string | undefined;
|
|
1890
|
+
zxcvbn__delete_organization_confirmation?: string | undefined;
|
|
1891
|
+
form_param_max_length_exceeded__delete_organization_confirmation?: string | undefined;
|
|
1892
|
+
organization_minimum_permissions_needed__delete_organization_confirmation?: string | undefined;
|
|
1893
|
+
already_a_member_in_organization__delete_organization_confirmation?: string | undefined;
|
|
1894
|
+
organization_domain_common__delete_organization_confirmation?: string | undefined;
|
|
1895
|
+
organization_domain_blocked__delete_organization_confirmation?: string | undefined;
|
|
1896
|
+
organization_domain_exists_for_enterprise_connection__delete_organization_confirmation?: string | undefined;
|
|
1897
|
+
organization_membership_quota_exceeded__delete_organization_confirmation?: string | undefined;
|
|
1898
|
+
external_account_not_found__enrollment_mode?: string | undefined;
|
|
1899
|
+
identification_deletion_failed__enrollment_mode?: string | undefined;
|
|
1900
|
+
phone_number_exists__enrollment_mode?: string | undefined;
|
|
1901
|
+
form_identifier_not_found__enrollment_mode?: string | undefined;
|
|
1902
|
+
captcha_unavailable__enrollment_mode?: string | undefined;
|
|
1903
|
+
captcha_invalid__enrollment_mode?: string | undefined;
|
|
1904
|
+
passkey_not_supported__enrollment_mode?: string | undefined;
|
|
1905
|
+
passkey_pa_not_supported__enrollment_mode?: string | undefined;
|
|
1906
|
+
passkey_retrieval_cancelled__enrollment_mode?: string | undefined;
|
|
1907
|
+
passkey_registration_cancelled__enrollment_mode?: string | undefined;
|
|
1908
|
+
passkey_already_exists__enrollment_mode?: string | undefined;
|
|
1909
|
+
web3_missing_identifier__enrollment_mode?: string | undefined;
|
|
1910
|
+
form_password_pwned__enrollment_mode?: string | undefined;
|
|
1911
|
+
form_password_pwned__sign_in__enrollment_mode?: string | undefined;
|
|
1912
|
+
form_username_invalid_length__enrollment_mode?: string | undefined;
|
|
1913
|
+
form_username_invalid_character__enrollment_mode?: string | undefined;
|
|
1914
|
+
form_param_format_invalid__enrollment_mode?: string | undefined;
|
|
1915
|
+
form_param_format_invalid__email_address__enrollment_mode?: string | undefined;
|
|
1916
|
+
form_param_type_invalid__enrollment_mode?: string | undefined;
|
|
1917
|
+
form_param_type_invalid__phone_number__enrollment_mode?: string | undefined;
|
|
1918
|
+
form_param_type_invalid__email_address__enrollment_mode?: string | undefined;
|
|
1919
|
+
form_password_length_too_short__enrollment_mode?: string | undefined;
|
|
1920
|
+
form_param_nil__enrollment_mode?: string | undefined;
|
|
1921
|
+
form_code_incorrect__enrollment_mode?: string | undefined;
|
|
1922
|
+
form_password_incorrect__enrollment_mode?: string | undefined;
|
|
1923
|
+
form_password_validation_failed__enrollment_mode?: string | undefined;
|
|
1924
|
+
not_allowed_access__enrollment_mode?: string | undefined;
|
|
1925
|
+
form_identifier_exists__enrollment_mode?: string | undefined;
|
|
1926
|
+
form_identifier_exists__email_address__enrollment_mode?: string | undefined;
|
|
1927
|
+
form_identifier_exists__username__enrollment_mode?: string | undefined;
|
|
1928
|
+
form_identifier_exists__phone_number__enrollment_mode?: string | undefined;
|
|
1929
|
+
form_password_not_strong_enough__enrollment_mode?: string | undefined;
|
|
1930
|
+
form_password_size_in_bytes_exceeded__enrollment_mode?: string | undefined;
|
|
1931
|
+
form_param_value_invalid__enrollment_mode?: string | undefined;
|
|
1932
|
+
passwordComplexity__enrollment_mode?: string | undefined;
|
|
1933
|
+
session_exists__enrollment_mode?: string | undefined;
|
|
1934
|
+
zxcvbn__enrollment_mode?: string | undefined;
|
|
1935
|
+
form_param_max_length_exceeded__enrollment_mode?: string | undefined;
|
|
1936
|
+
organization_minimum_permissions_needed__enrollment_mode?: string | undefined;
|
|
1937
|
+
already_a_member_in_organization__enrollment_mode?: string | undefined;
|
|
1938
|
+
organization_domain_common__enrollment_mode?: string | undefined;
|
|
1939
|
+
organization_domain_blocked__enrollment_mode?: string | undefined;
|
|
1940
|
+
organization_domain_exists_for_enterprise_connection__enrollment_mode?: string | undefined;
|
|
1941
|
+
organization_membership_quota_exceeded__enrollment_mode?: string | undefined;
|
|
1942
|
+
external_account_not_found__affiliation_email_address?: string | undefined;
|
|
1943
|
+
identification_deletion_failed__affiliation_email_address?: string | undefined;
|
|
1944
|
+
phone_number_exists__affiliation_email_address?: string | undefined;
|
|
1945
|
+
form_identifier_not_found__affiliation_email_address?: string | undefined;
|
|
1946
|
+
captcha_unavailable__affiliation_email_address?: string | undefined;
|
|
1947
|
+
captcha_invalid__affiliation_email_address?: string | undefined;
|
|
1948
|
+
passkey_not_supported__affiliation_email_address?: string | undefined;
|
|
1949
|
+
passkey_pa_not_supported__affiliation_email_address?: string | undefined;
|
|
1950
|
+
passkey_retrieval_cancelled__affiliation_email_address?: string | undefined;
|
|
1951
|
+
passkey_registration_cancelled__affiliation_email_address?: string | undefined;
|
|
1952
|
+
passkey_already_exists__affiliation_email_address?: string | undefined;
|
|
1953
|
+
web3_missing_identifier__affiliation_email_address?: string | undefined;
|
|
1954
|
+
form_password_pwned__affiliation_email_address?: string | undefined;
|
|
1955
|
+
form_password_pwned__sign_in__affiliation_email_address?: string | undefined;
|
|
1956
|
+
form_username_invalid_length__affiliation_email_address?: string | undefined;
|
|
1957
|
+
form_username_invalid_character__affiliation_email_address?: string | undefined;
|
|
1958
|
+
form_param_format_invalid__affiliation_email_address?: string | undefined;
|
|
1959
|
+
form_param_format_invalid__email_address__affiliation_email_address?: string | undefined;
|
|
1960
|
+
form_param_type_invalid__affiliation_email_address?: string | undefined;
|
|
1961
|
+
form_param_type_invalid__phone_number__affiliation_email_address?: string | undefined;
|
|
1962
|
+
form_param_type_invalid__email_address__affiliation_email_address?: string | undefined;
|
|
1963
|
+
form_password_length_too_short__affiliation_email_address?: string | undefined;
|
|
1964
|
+
form_param_nil__affiliation_email_address?: string | undefined;
|
|
1965
|
+
form_code_incorrect__affiliation_email_address?: string | undefined;
|
|
1966
|
+
form_password_incorrect__affiliation_email_address?: string | undefined;
|
|
1967
|
+
form_password_validation_failed__affiliation_email_address?: string | undefined;
|
|
1968
|
+
not_allowed_access__affiliation_email_address?: string | undefined;
|
|
1969
|
+
form_identifier_exists__affiliation_email_address?: string | undefined;
|
|
1970
|
+
form_identifier_exists__email_address__affiliation_email_address?: string | undefined;
|
|
1971
|
+
form_identifier_exists__username__affiliation_email_address?: string | undefined;
|
|
1972
|
+
form_identifier_exists__phone_number__affiliation_email_address?: string | undefined;
|
|
1973
|
+
form_password_not_strong_enough__affiliation_email_address?: string | undefined;
|
|
1974
|
+
form_password_size_in_bytes_exceeded__affiliation_email_address?: string | undefined;
|
|
1975
|
+
form_param_value_invalid__affiliation_email_address?: string | undefined;
|
|
1976
|
+
passwordComplexity__affiliation_email_address?: string | undefined;
|
|
1977
|
+
session_exists__affiliation_email_address?: string | undefined;
|
|
1978
|
+
zxcvbn__affiliation_email_address?: string | undefined;
|
|
1979
|
+
form_param_max_length_exceeded__affiliation_email_address?: string | undefined;
|
|
1980
|
+
organization_minimum_permissions_needed__affiliation_email_address?: string | undefined;
|
|
1981
|
+
already_a_member_in_organization__affiliation_email_address?: string | undefined;
|
|
1982
|
+
organization_domain_common__affiliation_email_address?: string | undefined;
|
|
1983
|
+
organization_domain_blocked__affiliation_email_address?: string | undefined;
|
|
1984
|
+
organization_domain_exists_for_enterprise_connection__affiliation_email_address?: string | undefined;
|
|
1985
|
+
organization_membership_quota_exceeded__affiliation_email_address?: string | undefined;
|
|
1986
|
+
external_account_not_found__delete_existing_invitations_suggestions?: string | undefined;
|
|
1987
|
+
identification_deletion_failed__delete_existing_invitations_suggestions?: string | undefined;
|
|
1988
|
+
phone_number_exists__delete_existing_invitations_suggestions?: string | undefined;
|
|
1989
|
+
form_identifier_not_found__delete_existing_invitations_suggestions?: string | undefined;
|
|
1990
|
+
captcha_unavailable__delete_existing_invitations_suggestions?: string | undefined;
|
|
1991
|
+
captcha_invalid__delete_existing_invitations_suggestions?: string | undefined;
|
|
1992
|
+
passkey_not_supported__delete_existing_invitations_suggestions?: string | undefined;
|
|
1993
|
+
passkey_pa_not_supported__delete_existing_invitations_suggestions?: string | undefined;
|
|
1994
|
+
passkey_retrieval_cancelled__delete_existing_invitations_suggestions?: string | undefined;
|
|
1995
|
+
passkey_registration_cancelled__delete_existing_invitations_suggestions?: string | undefined;
|
|
1996
|
+
passkey_already_exists__delete_existing_invitations_suggestions?: string | undefined;
|
|
1997
|
+
web3_missing_identifier__delete_existing_invitations_suggestions?: string | undefined;
|
|
1998
|
+
form_password_pwned__delete_existing_invitations_suggestions?: string | undefined;
|
|
1999
|
+
form_password_pwned__sign_in__delete_existing_invitations_suggestions?: string | undefined;
|
|
2000
|
+
form_username_invalid_length__delete_existing_invitations_suggestions?: string | undefined;
|
|
2001
|
+
form_username_invalid_character__delete_existing_invitations_suggestions?: string | undefined;
|
|
2002
|
+
form_param_format_invalid__delete_existing_invitations_suggestions?: string | undefined;
|
|
2003
|
+
form_param_format_invalid__email_address__delete_existing_invitations_suggestions?: string | undefined;
|
|
2004
|
+
form_param_type_invalid__delete_existing_invitations_suggestions?: string | undefined;
|
|
2005
|
+
form_param_type_invalid__phone_number__delete_existing_invitations_suggestions?: string | undefined;
|
|
2006
|
+
form_param_type_invalid__email_address__delete_existing_invitations_suggestions?: string | undefined;
|
|
2007
|
+
form_password_length_too_short__delete_existing_invitations_suggestions?: string | undefined;
|
|
2008
|
+
form_param_nil__delete_existing_invitations_suggestions?: string | undefined;
|
|
2009
|
+
form_code_incorrect__delete_existing_invitations_suggestions?: string | undefined;
|
|
2010
|
+
form_password_incorrect__delete_existing_invitations_suggestions?: string | undefined;
|
|
2011
|
+
form_password_validation_failed__delete_existing_invitations_suggestions?: string | undefined;
|
|
2012
|
+
not_allowed_access__delete_existing_invitations_suggestions?: string | undefined;
|
|
2013
|
+
form_identifier_exists__delete_existing_invitations_suggestions?: string | undefined;
|
|
2014
|
+
form_identifier_exists__email_address__delete_existing_invitations_suggestions?: string | undefined;
|
|
2015
|
+
form_identifier_exists__username__delete_existing_invitations_suggestions?: string | undefined;
|
|
2016
|
+
form_identifier_exists__phone_number__delete_existing_invitations_suggestions?: string | undefined;
|
|
2017
|
+
form_password_not_strong_enough__delete_existing_invitations_suggestions?: string | undefined;
|
|
2018
|
+
form_password_size_in_bytes_exceeded__delete_existing_invitations_suggestions?: string | undefined;
|
|
2019
|
+
form_param_value_invalid__delete_existing_invitations_suggestions?: string | undefined;
|
|
2020
|
+
passwordComplexity__delete_existing_invitations_suggestions?: string | undefined;
|
|
2021
|
+
session_exists__delete_existing_invitations_suggestions?: string | undefined;
|
|
2022
|
+
zxcvbn__delete_existing_invitations_suggestions?: string | undefined;
|
|
2023
|
+
form_param_max_length_exceeded__delete_existing_invitations_suggestions?: string | undefined;
|
|
2024
|
+
organization_minimum_permissions_needed__delete_existing_invitations_suggestions?: string | undefined;
|
|
2025
|
+
already_a_member_in_organization__delete_existing_invitations_suggestions?: string | undefined;
|
|
2026
|
+
organization_domain_common__delete_existing_invitations_suggestions?: string | undefined;
|
|
2027
|
+
organization_domain_blocked__delete_existing_invitations_suggestions?: string | undefined;
|
|
2028
|
+
organization_domain_exists_for_enterprise_connection__delete_existing_invitations_suggestions?: string | undefined;
|
|
2029
|
+
organization_membership_quota_exceeded__delete_existing_invitations_suggestions?: string | undefined;
|
|
2030
|
+
external_account_not_found__legal_accepted?: string | undefined;
|
|
2031
|
+
identification_deletion_failed__legal_accepted?: string | undefined;
|
|
2032
|
+
phone_number_exists__legal_accepted?: string | undefined;
|
|
2033
|
+
form_identifier_not_found__legal_accepted?: string | undefined;
|
|
2034
|
+
captcha_unavailable__legal_accepted?: string | undefined;
|
|
2035
|
+
captcha_invalid__legal_accepted?: string | undefined;
|
|
2036
|
+
passkey_not_supported__legal_accepted?: string | undefined;
|
|
2037
|
+
passkey_pa_not_supported__legal_accepted?: string | undefined;
|
|
2038
|
+
passkey_retrieval_cancelled__legal_accepted?: string | undefined;
|
|
2039
|
+
passkey_registration_cancelled__legal_accepted?: string | undefined;
|
|
2040
|
+
passkey_already_exists__legal_accepted?: string | undefined;
|
|
2041
|
+
web3_missing_identifier__legal_accepted?: string | undefined;
|
|
2042
|
+
form_password_pwned__legal_accepted?: string | undefined;
|
|
2043
|
+
form_password_pwned__sign_in__legal_accepted?: string | undefined;
|
|
2044
|
+
form_username_invalid_length__legal_accepted?: string | undefined;
|
|
2045
|
+
form_username_invalid_character__legal_accepted?: string | undefined;
|
|
2046
|
+
form_param_format_invalid__legal_accepted?: string | undefined;
|
|
2047
|
+
form_param_format_invalid__email_address__legal_accepted?: string | undefined;
|
|
2048
|
+
form_param_type_invalid__legal_accepted?: string | undefined;
|
|
2049
|
+
form_param_type_invalid__phone_number__legal_accepted?: string | undefined;
|
|
2050
|
+
form_param_type_invalid__email_address__legal_accepted?: string | undefined;
|
|
2051
|
+
form_password_length_too_short__legal_accepted?: string | undefined;
|
|
2052
|
+
form_param_nil__legal_accepted?: string | undefined;
|
|
2053
|
+
form_code_incorrect__legal_accepted?: string | undefined;
|
|
2054
|
+
form_password_incorrect__legal_accepted?: string | undefined;
|
|
2055
|
+
form_password_validation_failed__legal_accepted?: string | undefined;
|
|
2056
|
+
not_allowed_access__legal_accepted?: string | undefined;
|
|
2057
|
+
form_identifier_exists__legal_accepted?: string | undefined;
|
|
2058
|
+
form_identifier_exists__email_address__legal_accepted?: string | undefined;
|
|
2059
|
+
form_identifier_exists__username__legal_accepted?: string | undefined;
|
|
2060
|
+
form_identifier_exists__phone_number__legal_accepted?: string | undefined;
|
|
2061
|
+
form_password_not_strong_enough__legal_accepted?: string | undefined;
|
|
2062
|
+
form_password_size_in_bytes_exceeded__legal_accepted?: string | undefined;
|
|
2063
|
+
form_param_value_invalid__legal_accepted?: string | undefined;
|
|
2064
|
+
passwordComplexity__legal_accepted?: string | undefined;
|
|
2065
|
+
session_exists__legal_accepted?: string | undefined;
|
|
2066
|
+
zxcvbn__legal_accepted?: string | undefined;
|
|
2067
|
+
form_param_max_length_exceeded__legal_accepted?: string | undefined;
|
|
2068
|
+
organization_minimum_permissions_needed__legal_accepted?: string | undefined;
|
|
2069
|
+
already_a_member_in_organization__legal_accepted?: string | undefined;
|
|
2070
|
+
organization_domain_common__legal_accepted?: string | undefined;
|
|
2071
|
+
organization_domain_blocked__legal_accepted?: string | undefined;
|
|
2072
|
+
organization_domain_exists_for_enterprise_connection__legal_accepted?: string | undefined;
|
|
2073
|
+
organization_membership_quota_exceeded__legal_accepted?: string | undefined;
|
|
2074
|
+
external_account_not_found__api_key_description?: string | undefined;
|
|
2075
|
+
identification_deletion_failed__api_key_description?: string | undefined;
|
|
2076
|
+
phone_number_exists__api_key_description?: string | undefined;
|
|
2077
|
+
form_identifier_not_found__api_key_description?: string | undefined;
|
|
2078
|
+
captcha_unavailable__api_key_description?: string | undefined;
|
|
2079
|
+
captcha_invalid__api_key_description?: string | undefined;
|
|
2080
|
+
passkey_not_supported__api_key_description?: string | undefined;
|
|
2081
|
+
passkey_pa_not_supported__api_key_description?: string | undefined;
|
|
2082
|
+
passkey_retrieval_cancelled__api_key_description?: string | undefined;
|
|
2083
|
+
passkey_registration_cancelled__api_key_description?: string | undefined;
|
|
2084
|
+
passkey_already_exists__api_key_description?: string | undefined;
|
|
2085
|
+
web3_missing_identifier__api_key_description?: string | undefined;
|
|
2086
|
+
form_password_pwned__api_key_description?: string | undefined;
|
|
2087
|
+
form_password_pwned__sign_in__api_key_description?: string | undefined;
|
|
2088
|
+
form_username_invalid_length__api_key_description?: string | undefined;
|
|
2089
|
+
form_username_invalid_character__api_key_description?: string | undefined;
|
|
2090
|
+
form_param_format_invalid__api_key_description?: string | undefined;
|
|
2091
|
+
form_param_format_invalid__email_address__api_key_description?: string | undefined;
|
|
2092
|
+
form_param_type_invalid__api_key_description?: string | undefined;
|
|
2093
|
+
form_param_type_invalid__phone_number__api_key_description?: string | undefined;
|
|
2094
|
+
form_param_type_invalid__email_address__api_key_description?: string | undefined;
|
|
2095
|
+
form_password_length_too_short__api_key_description?: string | undefined;
|
|
2096
|
+
form_param_nil__api_key_description?: string | undefined;
|
|
2097
|
+
form_code_incorrect__api_key_description?: string | undefined;
|
|
2098
|
+
form_password_incorrect__api_key_description?: string | undefined;
|
|
2099
|
+
form_password_validation_failed__api_key_description?: string | undefined;
|
|
2100
|
+
not_allowed_access__api_key_description?: string | undefined;
|
|
2101
|
+
form_identifier_exists__api_key_description?: string | undefined;
|
|
2102
|
+
form_identifier_exists__email_address__api_key_description?: string | undefined;
|
|
2103
|
+
form_identifier_exists__username__api_key_description?: string | undefined;
|
|
2104
|
+
form_identifier_exists__phone_number__api_key_description?: string | undefined;
|
|
2105
|
+
form_password_not_strong_enough__api_key_description?: string | undefined;
|
|
2106
|
+
form_password_size_in_bytes_exceeded__api_key_description?: string | undefined;
|
|
2107
|
+
form_param_value_invalid__api_key_description?: string | undefined;
|
|
2108
|
+
passwordComplexity__api_key_description?: string | undefined;
|
|
2109
|
+
session_exists__api_key_description?: string | undefined;
|
|
2110
|
+
zxcvbn__api_key_description?: string | undefined;
|
|
2111
|
+
form_param_max_length_exceeded__api_key_description?: string | undefined;
|
|
2112
|
+
organization_minimum_permissions_needed__api_key_description?: string | undefined;
|
|
2113
|
+
already_a_member_in_organization__api_key_description?: string | undefined;
|
|
2114
|
+
organization_domain_common__api_key_description?: string | undefined;
|
|
2115
|
+
organization_domain_blocked__api_key_description?: string | undefined;
|
|
2116
|
+
organization_domain_exists_for_enterprise_connection__api_key_description?: string | undefined;
|
|
2117
|
+
organization_membership_quota_exceeded__api_key_description?: string | undefined;
|
|
2118
|
+
external_account_not_found__api_key_expiration_date?: string | undefined;
|
|
2119
|
+
identification_deletion_failed__api_key_expiration_date?: string | undefined;
|
|
2120
|
+
phone_number_exists__api_key_expiration_date?: string | undefined;
|
|
2121
|
+
form_identifier_not_found__api_key_expiration_date?: string | undefined;
|
|
2122
|
+
captcha_unavailable__api_key_expiration_date?: string | undefined;
|
|
2123
|
+
captcha_invalid__api_key_expiration_date?: string | undefined;
|
|
2124
|
+
passkey_not_supported__api_key_expiration_date?: string | undefined;
|
|
2125
|
+
passkey_pa_not_supported__api_key_expiration_date?: string | undefined;
|
|
2126
|
+
passkey_retrieval_cancelled__api_key_expiration_date?: string | undefined;
|
|
2127
|
+
passkey_registration_cancelled__api_key_expiration_date?: string | undefined;
|
|
2128
|
+
passkey_already_exists__api_key_expiration_date?: string | undefined;
|
|
2129
|
+
web3_missing_identifier__api_key_expiration_date?: string | undefined;
|
|
2130
|
+
form_password_pwned__api_key_expiration_date?: string | undefined;
|
|
2131
|
+
form_password_pwned__sign_in__api_key_expiration_date?: string | undefined;
|
|
2132
|
+
form_username_invalid_length__api_key_expiration_date?: string | undefined;
|
|
2133
|
+
form_username_invalid_character__api_key_expiration_date?: string | undefined;
|
|
2134
|
+
form_param_format_invalid__api_key_expiration_date?: string | undefined;
|
|
2135
|
+
form_param_format_invalid__email_address__api_key_expiration_date?: string | undefined;
|
|
2136
|
+
form_param_type_invalid__api_key_expiration_date?: string | undefined;
|
|
2137
|
+
form_param_type_invalid__phone_number__api_key_expiration_date?: string | undefined;
|
|
2138
|
+
form_param_type_invalid__email_address__api_key_expiration_date?: string | undefined;
|
|
2139
|
+
form_password_length_too_short__api_key_expiration_date?: string | undefined;
|
|
2140
|
+
form_param_nil__api_key_expiration_date?: string | undefined;
|
|
2141
|
+
form_code_incorrect__api_key_expiration_date?: string | undefined;
|
|
2142
|
+
form_password_incorrect__api_key_expiration_date?: string | undefined;
|
|
2143
|
+
form_password_validation_failed__api_key_expiration_date?: string | undefined;
|
|
2144
|
+
not_allowed_access__api_key_expiration_date?: string | undefined;
|
|
2145
|
+
form_identifier_exists__api_key_expiration_date?: string | undefined;
|
|
2146
|
+
form_identifier_exists__email_address__api_key_expiration_date?: string | undefined;
|
|
2147
|
+
form_identifier_exists__username__api_key_expiration_date?: string | undefined;
|
|
2148
|
+
form_identifier_exists__phone_number__api_key_expiration_date?: string | undefined;
|
|
2149
|
+
form_password_not_strong_enough__api_key_expiration_date?: string | undefined;
|
|
2150
|
+
form_password_size_in_bytes_exceeded__api_key_expiration_date?: string | undefined;
|
|
2151
|
+
form_param_value_invalid__api_key_expiration_date?: string | undefined;
|
|
2152
|
+
passwordComplexity__api_key_expiration_date?: string | undefined;
|
|
2153
|
+
session_exists__api_key_expiration_date?: string | undefined;
|
|
2154
|
+
zxcvbn__api_key_expiration_date?: string | undefined;
|
|
2155
|
+
form_param_max_length_exceeded__api_key_expiration_date?: string | undefined;
|
|
2156
|
+
organization_minimum_permissions_needed__api_key_expiration_date?: string | undefined;
|
|
2157
|
+
already_a_member_in_organization__api_key_expiration_date?: string | undefined;
|
|
2158
|
+
organization_domain_common__api_key_expiration_date?: string | undefined;
|
|
2159
|
+
organization_domain_blocked__api_key_expiration_date?: string | undefined;
|
|
2160
|
+
organization_domain_exists_for_enterprise_connection__api_key_expiration_date?: string | undefined;
|
|
2161
|
+
organization_membership_quota_exceeded__api_key_expiration_date?: string | undefined;
|
|
2162
|
+
external_account_not_found__api_key_revoke_confirmation?: string | undefined;
|
|
2163
|
+
identification_deletion_failed__api_key_revoke_confirmation?: string | undefined;
|
|
2164
|
+
phone_number_exists__api_key_revoke_confirmation?: string | undefined;
|
|
2165
|
+
form_identifier_not_found__api_key_revoke_confirmation?: string | undefined;
|
|
2166
|
+
captcha_unavailable__api_key_revoke_confirmation?: string | undefined;
|
|
2167
|
+
captcha_invalid__api_key_revoke_confirmation?: string | undefined;
|
|
2168
|
+
passkey_not_supported__api_key_revoke_confirmation?: string | undefined;
|
|
2169
|
+
passkey_pa_not_supported__api_key_revoke_confirmation?: string | undefined;
|
|
2170
|
+
passkey_retrieval_cancelled__api_key_revoke_confirmation?: string | undefined;
|
|
2171
|
+
passkey_registration_cancelled__api_key_revoke_confirmation?: string | undefined;
|
|
2172
|
+
passkey_already_exists__api_key_revoke_confirmation?: string | undefined;
|
|
2173
|
+
web3_missing_identifier__api_key_revoke_confirmation?: string | undefined;
|
|
2174
|
+
form_password_pwned__api_key_revoke_confirmation?: string | undefined;
|
|
2175
|
+
form_password_pwned__sign_in__api_key_revoke_confirmation?: string | undefined;
|
|
2176
|
+
form_username_invalid_length__api_key_revoke_confirmation?: string | undefined;
|
|
2177
|
+
form_username_invalid_character__api_key_revoke_confirmation?: string | undefined;
|
|
2178
|
+
form_param_format_invalid__api_key_revoke_confirmation?: string | undefined;
|
|
2179
|
+
form_param_format_invalid__email_address__api_key_revoke_confirmation?: string | undefined;
|
|
2180
|
+
form_param_type_invalid__api_key_revoke_confirmation?: string | undefined;
|
|
2181
|
+
form_param_type_invalid__phone_number__api_key_revoke_confirmation?: string | undefined;
|
|
2182
|
+
form_param_type_invalid__email_address__api_key_revoke_confirmation?: string | undefined;
|
|
2183
|
+
form_password_length_too_short__api_key_revoke_confirmation?: string | undefined;
|
|
2184
|
+
form_param_nil__api_key_revoke_confirmation?: string | undefined;
|
|
2185
|
+
form_code_incorrect__api_key_revoke_confirmation?: string | undefined;
|
|
2186
|
+
form_password_incorrect__api_key_revoke_confirmation?: string | undefined;
|
|
2187
|
+
form_password_validation_failed__api_key_revoke_confirmation?: string | undefined;
|
|
2188
|
+
not_allowed_access__api_key_revoke_confirmation?: string | undefined;
|
|
2189
|
+
form_identifier_exists__api_key_revoke_confirmation?: string | undefined;
|
|
2190
|
+
form_identifier_exists__email_address__api_key_revoke_confirmation?: string | undefined;
|
|
2191
|
+
form_identifier_exists__username__api_key_revoke_confirmation?: string | undefined;
|
|
2192
|
+
form_identifier_exists__phone_number__api_key_revoke_confirmation?: string | undefined;
|
|
2193
|
+
form_password_not_strong_enough__api_key_revoke_confirmation?: string | undefined;
|
|
2194
|
+
form_password_size_in_bytes_exceeded__api_key_revoke_confirmation?: string | undefined;
|
|
2195
|
+
form_param_value_invalid__api_key_revoke_confirmation?: string | undefined;
|
|
2196
|
+
passwordComplexity__api_key_revoke_confirmation?: string | undefined;
|
|
2197
|
+
session_exists__api_key_revoke_confirmation?: string | undefined;
|
|
2198
|
+
zxcvbn__api_key_revoke_confirmation?: string | undefined;
|
|
2199
|
+
form_param_max_length_exceeded__api_key_revoke_confirmation?: string | undefined;
|
|
2200
|
+
organization_minimum_permissions_needed__api_key_revoke_confirmation?: string | undefined;
|
|
2201
|
+
already_a_member_in_organization__api_key_revoke_confirmation?: string | undefined;
|
|
2202
|
+
organization_domain_common__api_key_revoke_confirmation?: string | undefined;
|
|
2203
|
+
organization_domain_blocked__api_key_revoke_confirmation?: string | undefined;
|
|
2204
|
+
organization_domain_exists_for_enterprise_connection__api_key_revoke_confirmation?: string | undefined;
|
|
2205
|
+
organization_membership_quota_exceeded__api_key_revoke_confirmation?: string | undefined;
|
|
2206
|
+
};
|
|
2207
|
+
dates: {
|
|
2208
|
+
previous6Days: import("@clerk/types").LocalizationValue<"date">;
|
|
2209
|
+
lastDay: import("@clerk/types").LocalizationValue<"date">;
|
|
2210
|
+
sameDay: import("@clerk/types").LocalizationValue<"date">;
|
|
2211
|
+
nextDay: import("@clerk/types").LocalizationValue<"date">;
|
|
2212
|
+
next6Days: import("@clerk/types").LocalizationValue<"date">;
|
|
2213
|
+
numeric: import("@clerk/types").LocalizationValue<"date">;
|
|
2214
|
+
};
|
|
2215
|
+
waitlist: {
|
|
2216
|
+
start: {
|
|
2217
|
+
title: import("@clerk/types").LocalizationValue;
|
|
2218
|
+
subtitle: import("@clerk/types").LocalizationValue;
|
|
2219
|
+
formButton: import("@clerk/types").LocalizationValue;
|
|
2220
|
+
actionText: import("@clerk/types").LocalizationValue;
|
|
2221
|
+
actionLink: import("@clerk/types").LocalizationValue;
|
|
2222
|
+
};
|
|
2223
|
+
success: {
|
|
2224
|
+
title: import("@clerk/types").LocalizationValue;
|
|
2225
|
+
subtitle: import("@clerk/types").LocalizationValue;
|
|
2226
|
+
message: import("@clerk/types").LocalizationValue;
|
|
2227
|
+
};
|
|
2228
|
+
};
|
|
2229
|
+
apiKeys: {
|
|
2230
|
+
formTitle: import("@clerk/types").LocalizationValue;
|
|
2231
|
+
formHint: import("@clerk/types").LocalizationValue;
|
|
2232
|
+
formButtonPrimary__add: import("@clerk/types").LocalizationValue;
|
|
2233
|
+
menuAction__revoke: import("@clerk/types").LocalizationValue;
|
|
2234
|
+
action__search: import("@clerk/types").LocalizationValue;
|
|
2235
|
+
action__add: import("@clerk/types").LocalizationValue;
|
|
2236
|
+
detailsTitle__emptyRow: import("@clerk/types").LocalizationValue;
|
|
2237
|
+
revokeConfirmation: {
|
|
2238
|
+
formTitle: import("@clerk/types").LocalizationValue<"apiKeyName">;
|
|
2239
|
+
formHint: import("@clerk/types").LocalizationValue;
|
|
2240
|
+
formButtonPrimary__revoke: import("@clerk/types").LocalizationValue;
|
|
2241
|
+
confirmationText: import("@clerk/types").LocalizationValue;
|
|
2242
|
+
};
|
|
2243
|
+
lastUsed__seconds: import("@clerk/types").LocalizationValue<"seconds">;
|
|
2244
|
+
lastUsed__minutes: import("@clerk/types").LocalizationValue<"minutes">;
|
|
2245
|
+
lastUsed__hours: import("@clerk/types").LocalizationValue<"hours">;
|
|
2246
|
+
lastUsed__days: import("@clerk/types").LocalizationValue<"days">;
|
|
2247
|
+
lastUsed__months: import("@clerk/types").LocalizationValue<"months">;
|
|
2248
|
+
lastUsed__years: import("@clerk/types").LocalizationValue<"years">;
|
|
2249
|
+
formFieldOption__expiration__1d: import("@clerk/types").LocalizationValue;
|
|
2250
|
+
formFieldOption__expiration__7d: import("@clerk/types").LocalizationValue;
|
|
2251
|
+
formFieldOption__expiration__30d: import("@clerk/types").LocalizationValue;
|
|
2252
|
+
formFieldOption__expiration__60d: import("@clerk/types").LocalizationValue;
|
|
2253
|
+
formFieldOption__expiration__90d: import("@clerk/types").LocalizationValue;
|
|
2254
|
+
formFieldOption__expiration__180d: import("@clerk/types").LocalizationValue;
|
|
2255
|
+
formFieldOption__expiration__1y: import("@clerk/types").LocalizationValue;
|
|
2256
|
+
formFieldOption__expiration__never: import("@clerk/types").LocalizationValue;
|
|
2257
|
+
createdAndExpirationStatus__never: import("@clerk/types").LocalizationValue<"createdDate">;
|
|
2258
|
+
createdAndExpirationStatus__expiresOn: import("@clerk/types").LocalizationValue<"createdDate" | "expiresDate">;
|
|
2259
|
+
formFieldCaption__expiration__never: import("@clerk/types").LocalizationValue;
|
|
2260
|
+
formFieldCaption__expiration__expiresOn: import("@clerk/types").LocalizationValue<"date">;
|
|
2261
|
+
};
|
|
2262
|
+
taskChooseOrganization: {
|
|
2263
|
+
title: import("@clerk/types").LocalizationValue;
|
|
2264
|
+
subtitle: import("@clerk/types").LocalizationValue;
|
|
2265
|
+
signOut: {
|
|
2266
|
+
actionText: import("@clerk/types").LocalizationValue<"identifier">;
|
|
2267
|
+
actionLink: import("@clerk/types").LocalizationValue;
|
|
2268
|
+
};
|
|
2269
|
+
createOrganization: {
|
|
2270
|
+
title: import("@clerk/types").LocalizationValue;
|
|
2271
|
+
subtitle: import("@clerk/types").LocalizationValue;
|
|
2272
|
+
formButtonSubmit: import("@clerk/types").LocalizationValue;
|
|
2273
|
+
formButtonReset: import("@clerk/types").LocalizationValue;
|
|
2274
|
+
};
|
|
2275
|
+
chooseOrganization: {
|
|
2276
|
+
title: import("@clerk/types").LocalizationValue;
|
|
2277
|
+
subtitle: import("@clerk/types").LocalizationValue;
|
|
2278
|
+
suggestionsAcceptedLabel: import("@clerk/types").LocalizationValue;
|
|
2279
|
+
action__suggestionsAccept: import("@clerk/types").LocalizationValue;
|
|
2280
|
+
action__createOrganization: import("@clerk/types").LocalizationValue;
|
|
2281
|
+
action__invitationAccept: import("@clerk/types").LocalizationValue;
|
|
2282
|
+
};
|
|
2283
|
+
};
|
|
2284
|
+
}>;
|
|
2285
|
+
zh: import("@clerk/types").DeepPartial<{
|
|
2286
|
+
locale: string;
|
|
2287
|
+
maintenanceMode: import("@clerk/types").LocalizationValue;
|
|
2288
|
+
roles: {
|
|
2289
|
+
[x: string]: string;
|
|
2290
|
+
};
|
|
2291
|
+
socialButtonsBlockButton: import("@clerk/types").LocalizationValue<"provider">;
|
|
2292
|
+
socialButtonsBlockButtonManyInView: import("@clerk/types").LocalizationValue<"provider", `${string}{{provider|titleize}}${string}`>;
|
|
2293
|
+
dividerText: import("@clerk/types").LocalizationValue;
|
|
2294
|
+
formFieldLabel__emailAddress: import("@clerk/types").LocalizationValue;
|
|
2295
|
+
formFieldLabel__emailAddresses: import("@clerk/types").LocalizationValue;
|
|
2296
|
+
formFieldLabel__phoneNumber: import("@clerk/types").LocalizationValue;
|
|
2297
|
+
formFieldLabel__username: import("@clerk/types").LocalizationValue;
|
|
2298
|
+
formFieldLabel__emailAddress_username: import("@clerk/types").LocalizationValue;
|
|
2299
|
+
formFieldLabel__password: import("@clerk/types").LocalizationValue;
|
|
2300
|
+
formFieldLabel__currentPassword: import("@clerk/types").LocalizationValue;
|
|
2301
|
+
formFieldLabel__newPassword: import("@clerk/types").LocalizationValue;
|
|
2302
|
+
formFieldLabel__confirmPassword: import("@clerk/types").LocalizationValue;
|
|
2303
|
+
formFieldLabel__signOutOfOtherSessions: import("@clerk/types").LocalizationValue;
|
|
2304
|
+
formFieldLabel__automaticInvitations: import("@clerk/types").LocalizationValue;
|
|
2305
|
+
formFieldLabel__firstName: import("@clerk/types").LocalizationValue;
|
|
2306
|
+
formFieldLabel__lastName: import("@clerk/types").LocalizationValue;
|
|
2307
|
+
formFieldLabel__backupCode: import("@clerk/types").LocalizationValue;
|
|
2308
|
+
formFieldLabel__organizationName: import("@clerk/types").LocalizationValue;
|
|
2309
|
+
formFieldLabel__organizationSlug: import("@clerk/types").LocalizationValue;
|
|
2310
|
+
formFieldLabel__organizationDomain: import("@clerk/types").LocalizationValue;
|
|
2311
|
+
formFieldLabel__organizationDomainEmailAddress: import("@clerk/types").LocalizationValue;
|
|
2312
|
+
formFieldLabel__organizationDomainEmailAddressDescription: import("@clerk/types").LocalizationValue;
|
|
2313
|
+
formFieldLabel__organizationDomainDeletePending: import("@clerk/types").LocalizationValue;
|
|
2314
|
+
formFieldLabel__confirmDeletion: import("@clerk/types").LocalizationValue;
|
|
2315
|
+
formFieldLabel__role: import("@clerk/types").LocalizationValue;
|
|
2316
|
+
formFieldLabel__passkeyName: import("@clerk/types").LocalizationValue;
|
|
2317
|
+
formFieldLabel__apiKeyName: import("@clerk/types").LocalizationValue;
|
|
2318
|
+
formFieldLabel__apiKeyDescription: import("@clerk/types").LocalizationValue;
|
|
2319
|
+
formFieldLabel__apiKeyExpiration: import("@clerk/types").LocalizationValue;
|
|
2320
|
+
formFieldInputPlaceholder__emailAddress: import("@clerk/types").LocalizationValue;
|
|
2321
|
+
formFieldInputPlaceholder__emailAddresses: import("@clerk/types").LocalizationValue;
|
|
2322
|
+
formFieldInputPlaceholder__phoneNumber: import("@clerk/types").LocalizationValue;
|
|
2323
|
+
formFieldInputPlaceholder__username: import("@clerk/types").LocalizationValue;
|
|
2324
|
+
formFieldInputPlaceholder__emailAddress_username: import("@clerk/types").LocalizationValue;
|
|
2325
|
+
formFieldInputPlaceholder__password: import("@clerk/types").LocalizationValue;
|
|
2326
|
+
formFieldInputPlaceholder__firstName: import("@clerk/types").LocalizationValue;
|
|
2327
|
+
formFieldInputPlaceholder__lastName: import("@clerk/types").LocalizationValue;
|
|
2328
|
+
formFieldInputPlaceholder__backupCode: import("@clerk/types").LocalizationValue;
|
|
2329
|
+
formFieldInputPlaceholder__organizationName: import("@clerk/types").LocalizationValue;
|
|
2330
|
+
formFieldInputPlaceholder__organizationSlug: import("@clerk/types").LocalizationValue;
|
|
2331
|
+
formFieldInputPlaceholder__organizationDomain: import("@clerk/types").LocalizationValue;
|
|
2332
|
+
formFieldInputPlaceholder__organizationDomainEmailAddress: import("@clerk/types").LocalizationValue;
|
|
2333
|
+
formFieldInputPlaceholder__confirmDeletionUserAccount: import("@clerk/types").LocalizationValue;
|
|
2334
|
+
formFieldInputPlaceholder__apiKeyName: import("@clerk/types").LocalizationValue;
|
|
2335
|
+
formFieldInputPlaceholder__apiKeyDescription: import("@clerk/types").LocalizationValue;
|
|
2336
|
+
formFieldInputPlaceholder__apiKeyExpirationDate: import("@clerk/types").LocalizationValue;
|
|
2337
|
+
formFieldError__notMatchingPasswords: import("@clerk/types").LocalizationValue;
|
|
2338
|
+
formFieldError__matchingPasswords: import("@clerk/types").LocalizationValue;
|
|
2339
|
+
formFieldError__verificationLinkExpired: import("@clerk/types").LocalizationValue;
|
|
2340
|
+
formFieldAction__forgotPassword: import("@clerk/types").LocalizationValue;
|
|
2341
|
+
formFieldHintText__optional: import("@clerk/types").LocalizationValue;
|
|
2342
|
+
formFieldHintText__slug: import("@clerk/types").LocalizationValue;
|
|
2343
|
+
formButtonPrimary: import("@clerk/types").LocalizationValue;
|
|
2344
|
+
formButtonPrimary__verify: import("@clerk/types").LocalizationValue;
|
|
2345
|
+
signInEnterPasswordTitle: import("@clerk/types").LocalizationValue;
|
|
2346
|
+
backButton: import("@clerk/types").LocalizationValue;
|
|
2347
|
+
footerActionLink__useAnotherMethod: import("@clerk/types").LocalizationValue;
|
|
2348
|
+
footerActionLink__alternativePhoneCodeProvider: import("@clerk/types").LocalizationValue;
|
|
2349
|
+
badge__primary: import("@clerk/types").LocalizationValue;
|
|
2350
|
+
badge__thisDevice: import("@clerk/types").LocalizationValue;
|
|
2351
|
+
badge__userDevice: import("@clerk/types").LocalizationValue;
|
|
2352
|
+
badge__otherImpersonatorDevice: import("@clerk/types").LocalizationValue;
|
|
2353
|
+
badge__default: import("@clerk/types").LocalizationValue;
|
|
2354
|
+
badge__unverified: import("@clerk/types").LocalizationValue;
|
|
2355
|
+
badge__requiresAction: import("@clerk/types").LocalizationValue;
|
|
2356
|
+
badge__you: import("@clerk/types").LocalizationValue;
|
|
2357
|
+
badge__currentPlan: import("@clerk/types").LocalizationValue;
|
|
2358
|
+
badge__upcomingPlan: import("@clerk/types").LocalizationValue;
|
|
2359
|
+
badge__activePlan: import("@clerk/types").LocalizationValue;
|
|
2360
|
+
badge__pastDuePlan: import("@clerk/types").LocalizationValue;
|
|
2361
|
+
badge__startsAt: import("@clerk/types").LocalizationValue<"date">;
|
|
2362
|
+
badge__pastDueAt: import("@clerk/types").LocalizationValue<"date">;
|
|
2363
|
+
badge__endsAt: import("@clerk/types").LocalizationValue;
|
|
2364
|
+
badge__expired: import("@clerk/types").LocalizationValue;
|
|
2365
|
+
badge__canceledEndsAt: import("@clerk/types").LocalizationValue<"date">;
|
|
2366
|
+
badge__renewsAt: import("@clerk/types").LocalizationValue<"date">;
|
|
2367
|
+
footerPageLink__help: import("@clerk/types").LocalizationValue;
|
|
2368
|
+
footerPageLink__privacy: import("@clerk/types").LocalizationValue;
|
|
2369
|
+
footerPageLink__terms: import("@clerk/types").LocalizationValue;
|
|
2370
|
+
paginationButton__previous: import("@clerk/types").LocalizationValue;
|
|
2371
|
+
paginationButton__next: import("@clerk/types").LocalizationValue;
|
|
2372
|
+
paginationRowText__displaying: import("@clerk/types").LocalizationValue;
|
|
2373
|
+
paginationRowText__of: import("@clerk/types").LocalizationValue;
|
|
2374
|
+
membershipRole__admin: import("@clerk/types").LocalizationValue;
|
|
2375
|
+
membershipRole__basicMember: import("@clerk/types").LocalizationValue;
|
|
2376
|
+
membershipRole__guestMember: import("@clerk/types").LocalizationValue;
|
|
2377
|
+
commerce: {
|
|
2378
|
+
month: import("@clerk/types").LocalizationValue;
|
|
2379
|
+
year: import("@clerk/types").LocalizationValue;
|
|
2380
|
+
free: import("@clerk/types").LocalizationValue;
|
|
2381
|
+
getStarted: import("@clerk/types").LocalizationValue;
|
|
2382
|
+
manage: import("@clerk/types").LocalizationValue;
|
|
2383
|
+
manageSubscription: import("@clerk/types").LocalizationValue;
|
|
2384
|
+
cancelSubscription: import("@clerk/types").LocalizationValue;
|
|
2385
|
+
keepSubscription: import("@clerk/types").LocalizationValue;
|
|
2386
|
+
reSubscribe: import("@clerk/types").LocalizationValue;
|
|
2387
|
+
subscribe: import("@clerk/types").LocalizationValue;
|
|
2388
|
+
switchPlan: import("@clerk/types").LocalizationValue;
|
|
2389
|
+
switchToMonthly: import("@clerk/types").LocalizationValue;
|
|
2390
|
+
switchToAnnual: import("@clerk/types").LocalizationValue;
|
|
2391
|
+
switchToMonthlyWithPrice: import("@clerk/types").LocalizationValue<"price" | "currency">;
|
|
2392
|
+
switchToAnnualWithAnnualPrice: import("@clerk/types").LocalizationValue<"price" | "currency">;
|
|
2393
|
+
billedAnnually: import("@clerk/types").LocalizationValue;
|
|
2394
|
+
billedMonthlyOnly: import("@clerk/types").LocalizationValue;
|
|
2395
|
+
alwaysFree: import("@clerk/types").LocalizationValue;
|
|
2396
|
+
accountFunds: import("@clerk/types").LocalizationValue;
|
|
2397
|
+
defaultFreePlanActive: import("@clerk/types").LocalizationValue;
|
|
2398
|
+
viewFeatures: import("@clerk/types").LocalizationValue;
|
|
2399
|
+
seeAllFeatures: import("@clerk/types").LocalizationValue;
|
|
2400
|
+
viewPayment: import("@clerk/types").LocalizationValue;
|
|
2401
|
+
availableFeatures: import("@clerk/types").LocalizationValue;
|
|
2402
|
+
subtotal: import("@clerk/types").LocalizationValue;
|
|
2403
|
+
credit: import("@clerk/types").LocalizationValue;
|
|
2404
|
+
creditRemainder: import("@clerk/types").LocalizationValue;
|
|
2405
|
+
totalDue: import("@clerk/types").LocalizationValue;
|
|
2406
|
+
totalDueToday: import("@clerk/types").LocalizationValue;
|
|
2407
|
+
pastDue: import("@clerk/types").LocalizationValue;
|
|
2408
|
+
paymentMethods: import("@clerk/types").LocalizationValue;
|
|
2409
|
+
addPaymentMethod: import("@clerk/types").LocalizationValue;
|
|
2410
|
+
pay: import("@clerk/types").LocalizationValue<"amount">;
|
|
2411
|
+
cancelSubscriptionTitle: import("@clerk/types").LocalizationValue<"plan">;
|
|
2412
|
+
cancelSubscriptionNoCharge: import("@clerk/types").LocalizationValue;
|
|
2413
|
+
cancelSubscriptionAccessUntil: import("@clerk/types").LocalizationValue<"plan" | "date">;
|
|
2414
|
+
popular: import("@clerk/types").LocalizationValue;
|
|
2415
|
+
subscriptionDetails: {
|
|
2416
|
+
title: import("@clerk/types").LocalizationValue;
|
|
2417
|
+
currentBillingCycle: import("@clerk/types").LocalizationValue;
|
|
2418
|
+
nextPaymentOn: import("@clerk/types").LocalizationValue;
|
|
2419
|
+
nextPaymentAmount: import("@clerk/types").LocalizationValue;
|
|
2420
|
+
subscribedOn: import("@clerk/types").LocalizationValue;
|
|
2421
|
+
endsOn: import("@clerk/types").LocalizationValue;
|
|
2422
|
+
renewsAt: import("@clerk/types").LocalizationValue;
|
|
2423
|
+
beginsOn: import("@clerk/types").LocalizationValue;
|
|
2424
|
+
pastDueAt: import("@clerk/types").LocalizationValue;
|
|
2425
|
+
};
|
|
2426
|
+
monthly: import("@clerk/types").LocalizationValue;
|
|
2427
|
+
annually: import("@clerk/types").LocalizationValue;
|
|
2428
|
+
cannotSubscribeMonthly: import("@clerk/types").LocalizationValue;
|
|
2429
|
+
cannotSubscribeUnrecoverable: import("@clerk/types").LocalizationValue;
|
|
2430
|
+
pricingTable: {
|
|
2431
|
+
billingCycle: import("@clerk/types").LocalizationValue;
|
|
2432
|
+
included: import("@clerk/types").LocalizationValue;
|
|
2433
|
+
};
|
|
2434
|
+
paymentSource: {
|
|
2435
|
+
dev: {
|
|
2436
|
+
testCardInfo: import("@clerk/types").LocalizationValue;
|
|
2437
|
+
developmentMode: import("@clerk/types").LocalizationValue;
|
|
2438
|
+
cardNumber: import("@clerk/types").LocalizationValue;
|
|
2439
|
+
expirationDate: import("@clerk/types").LocalizationValue;
|
|
2440
|
+
cvcZip: import("@clerk/types").LocalizationValue;
|
|
2441
|
+
anyNumbers: import("@clerk/types").LocalizationValue;
|
|
2442
|
+
};
|
|
2443
|
+
applePayDescription: {
|
|
2444
|
+
monthly: import("@clerk/types").LocalizationValue;
|
|
2445
|
+
annual: import("@clerk/types").LocalizationValue;
|
|
2446
|
+
};
|
|
2447
|
+
};
|
|
2448
|
+
checkout: {
|
|
2449
|
+
title: import("@clerk/types").LocalizationValue;
|
|
2450
|
+
title__paymentSuccessful: import("@clerk/types").LocalizationValue;
|
|
2451
|
+
title__subscriptionSuccessful: import("@clerk/types").LocalizationValue;
|
|
2452
|
+
description__paymentSuccessful: import("@clerk/types").LocalizationValue;
|
|
2453
|
+
description__subscriptionSuccessful: import("@clerk/types").LocalizationValue;
|
|
2454
|
+
lineItems: {
|
|
2455
|
+
title__totalPaid: import("@clerk/types").LocalizationValue;
|
|
2456
|
+
title__paymentMethod: import("@clerk/types").LocalizationValue;
|
|
2457
|
+
title__statementId: import("@clerk/types").LocalizationValue;
|
|
2458
|
+
title__subscriptionBegins: import("@clerk/types").LocalizationValue;
|
|
2459
|
+
};
|
|
2460
|
+
emailForm: {
|
|
2461
|
+
title: import("@clerk/types").LocalizationValue;
|
|
2462
|
+
subtitle: import("@clerk/types").LocalizationValue;
|
|
2463
|
+
};
|
|
2464
|
+
downgradeNotice: import("@clerk/types").LocalizationValue;
|
|
2465
|
+
pastDueNotice: import("@clerk/types").LocalizationValue;
|
|
2466
|
+
perMonth: import("@clerk/types").LocalizationValue;
|
|
2467
|
+
};
|
|
2468
|
+
};
|
|
2469
|
+
signUp: {
|
|
2470
|
+
start: {
|
|
2471
|
+
title: import("@clerk/types").LocalizationValue;
|
|
2472
|
+
titleCombined: import("@clerk/types").LocalizationValue;
|
|
2473
|
+
subtitle: import("@clerk/types").LocalizationValue;
|
|
2474
|
+
subtitleCombined: import("@clerk/types").LocalizationValue;
|
|
2475
|
+
actionText: import("@clerk/types").LocalizationValue;
|
|
2476
|
+
actionLink: import("@clerk/types").LocalizationValue;
|
|
2477
|
+
actionLink__use_phone: import("@clerk/types").LocalizationValue;
|
|
2478
|
+
actionLink__use_email: import("@clerk/types").LocalizationValue;
|
|
2479
|
+
alternativePhoneCodeProvider: {
|
|
2480
|
+
actionLink: import("@clerk/types").LocalizationValue;
|
|
2481
|
+
label: import("@clerk/types").LocalizationValue<"provider">;
|
|
2482
|
+
subtitle: import("@clerk/types").LocalizationValue<"provider">;
|
|
2483
|
+
title: import("@clerk/types").LocalizationValue<"provider">;
|
|
2484
|
+
};
|
|
2485
|
+
};
|
|
2486
|
+
emailLink: {
|
|
2487
|
+
title: import("@clerk/types").LocalizationValue;
|
|
2488
|
+
subtitle: import("@clerk/types").LocalizationValue;
|
|
2489
|
+
formTitle: import("@clerk/types").LocalizationValue;
|
|
2490
|
+
formSubtitle: import("@clerk/types").LocalizationValue;
|
|
2491
|
+
resendButton: import("@clerk/types").LocalizationValue;
|
|
2492
|
+
verified: {
|
|
2493
|
+
title: import("@clerk/types").LocalizationValue;
|
|
2494
|
+
};
|
|
2495
|
+
loading: {
|
|
2496
|
+
title: import("@clerk/types").LocalizationValue;
|
|
2497
|
+
};
|
|
2498
|
+
verifiedSwitchTab: {
|
|
2499
|
+
title: import("@clerk/types").LocalizationValue;
|
|
2500
|
+
subtitle: import("@clerk/types").LocalizationValue;
|
|
2501
|
+
subtitleNewTab: import("@clerk/types").LocalizationValue;
|
|
2502
|
+
};
|
|
2503
|
+
clientMismatch: {
|
|
2504
|
+
title: import("@clerk/types").LocalizationValue;
|
|
2505
|
+
subtitle: import("@clerk/types").LocalizationValue;
|
|
2506
|
+
};
|
|
2507
|
+
};
|
|
2508
|
+
emailCode: {
|
|
2509
|
+
title: import("@clerk/types").LocalizationValue;
|
|
2510
|
+
subtitle: import("@clerk/types").LocalizationValue;
|
|
2511
|
+
formTitle: import("@clerk/types").LocalizationValue;
|
|
2512
|
+
formSubtitle: import("@clerk/types").LocalizationValue;
|
|
2513
|
+
resendButton: import("@clerk/types").LocalizationValue;
|
|
2514
|
+
};
|
|
2515
|
+
phoneCode: {
|
|
2516
|
+
title: import("@clerk/types").LocalizationValue;
|
|
2517
|
+
subtitle: import("@clerk/types").LocalizationValue;
|
|
2518
|
+
formTitle: import("@clerk/types").LocalizationValue;
|
|
2519
|
+
formSubtitle: import("@clerk/types").LocalizationValue;
|
|
2520
|
+
resendButton: import("@clerk/types").LocalizationValue;
|
|
2521
|
+
};
|
|
2522
|
+
alternativePhoneCodeProvider: {
|
|
2523
|
+
formSubtitle: import("@clerk/types").LocalizationValue;
|
|
2524
|
+
formTitle: import("@clerk/types").LocalizationValue;
|
|
2525
|
+
resendButton: import("@clerk/types").LocalizationValue;
|
|
2526
|
+
subtitle: import("@clerk/types").LocalizationValue<"provider">;
|
|
2527
|
+
title: import("@clerk/types").LocalizationValue<"provider">;
|
|
2528
|
+
};
|
|
2529
|
+
continue: {
|
|
2530
|
+
title: import("@clerk/types").LocalizationValue;
|
|
2531
|
+
subtitle: import("@clerk/types").LocalizationValue;
|
|
2532
|
+
actionText: import("@clerk/types").LocalizationValue;
|
|
2533
|
+
actionLink: import("@clerk/types").LocalizationValue;
|
|
2534
|
+
};
|
|
2535
|
+
restrictedAccess: {
|
|
2536
|
+
title: import("@clerk/types").LocalizationValue;
|
|
2537
|
+
subtitle: import("@clerk/types").LocalizationValue;
|
|
2538
|
+
subtitleWaitlist: import("@clerk/types").LocalizationValue;
|
|
2539
|
+
actionLink: import("@clerk/types").LocalizationValue;
|
|
2540
|
+
actionText: import("@clerk/types").LocalizationValue;
|
|
2541
|
+
blockButton__emailSupport: import("@clerk/types").LocalizationValue;
|
|
2542
|
+
blockButton__joinWaitlist: import("@clerk/types").LocalizationValue;
|
|
2543
|
+
};
|
|
2544
|
+
legalConsent: {
|
|
2545
|
+
continue: {
|
|
2546
|
+
title: import("@clerk/types").LocalizationValue;
|
|
2547
|
+
subtitle: import("@clerk/types").LocalizationValue;
|
|
2548
|
+
};
|
|
2549
|
+
checkbox: {
|
|
2550
|
+
label__termsOfServiceAndPrivacyPolicy: import("@clerk/types").LocalizationValue<"termsOfServiceLink" | "privacyPolicyLink">;
|
|
2551
|
+
label__onlyPrivacyPolicy: import("@clerk/types").LocalizationValue<"privacyPolicyLink">;
|
|
2552
|
+
label__onlyTermsOfService: import("@clerk/types").LocalizationValue<"termsOfServiceLink">;
|
|
2553
|
+
};
|
|
2554
|
+
};
|
|
2555
|
+
};
|
|
2556
|
+
signIn: {
|
|
2557
|
+
start: {
|
|
2558
|
+
title: import("@clerk/types").LocalizationValue;
|
|
2559
|
+
titleCombined: import("@clerk/types").LocalizationValue;
|
|
2560
|
+
subtitle: import("@clerk/types").LocalizationValue;
|
|
2561
|
+
subtitleCombined: import("@clerk/types").LocalizationValue;
|
|
2562
|
+
actionText: import("@clerk/types").LocalizationValue;
|
|
2563
|
+
actionLink: import("@clerk/types").LocalizationValue;
|
|
2564
|
+
actionLink__use_email: import("@clerk/types").LocalizationValue;
|
|
2565
|
+
actionLink__use_phone: import("@clerk/types").LocalizationValue;
|
|
2566
|
+
actionLink__use_username: import("@clerk/types").LocalizationValue;
|
|
2567
|
+
actionLink__use_email_username: import("@clerk/types").LocalizationValue;
|
|
2568
|
+
actionLink__use_passkey: import("@clerk/types").LocalizationValue;
|
|
2569
|
+
actionText__join_waitlist: import("@clerk/types").LocalizationValue;
|
|
2570
|
+
actionLink__join_waitlist: import("@clerk/types").LocalizationValue;
|
|
2571
|
+
alternativePhoneCodeProvider: {
|
|
2572
|
+
actionLink: import("@clerk/types").LocalizationValue;
|
|
2573
|
+
label: import("@clerk/types").LocalizationValue<"provider">;
|
|
2574
|
+
subtitle: import("@clerk/types").LocalizationValue<"provider">;
|
|
2575
|
+
title: import("@clerk/types").LocalizationValue<"provider">;
|
|
2576
|
+
};
|
|
2577
|
+
};
|
|
2578
|
+
password: {
|
|
2579
|
+
title: import("@clerk/types").LocalizationValue;
|
|
2580
|
+
subtitle: import("@clerk/types").LocalizationValue;
|
|
2581
|
+
actionLink: import("@clerk/types").LocalizationValue;
|
|
2582
|
+
};
|
|
2583
|
+
passwordPwned: {
|
|
2584
|
+
title: import("@clerk/types").LocalizationValue;
|
|
2585
|
+
};
|
|
2586
|
+
passkey: {
|
|
2587
|
+
title: import("@clerk/types").LocalizationValue;
|
|
2588
|
+
subtitle: import("@clerk/types").LocalizationValue;
|
|
2589
|
+
};
|
|
2590
|
+
forgotPasswordAlternativeMethods: {
|
|
2591
|
+
title: import("@clerk/types").LocalizationValue;
|
|
2592
|
+
label__alternativeMethods: import("@clerk/types").LocalizationValue;
|
|
2593
|
+
blockButton__resetPassword: import("@clerk/types").LocalizationValue;
|
|
2594
|
+
};
|
|
2595
|
+
forgotPassword: {
|
|
2596
|
+
title: import("@clerk/types").LocalizationValue;
|
|
2597
|
+
subtitle: import("@clerk/types").LocalizationValue;
|
|
2598
|
+
subtitle_email: import("@clerk/types").LocalizationValue;
|
|
2599
|
+
subtitle_phone: import("@clerk/types").LocalizationValue;
|
|
2600
|
+
formTitle: import("@clerk/types").LocalizationValue;
|
|
2601
|
+
resendButton: import("@clerk/types").LocalizationValue;
|
|
2602
|
+
};
|
|
2603
|
+
resetPassword: {
|
|
2604
|
+
title: import("@clerk/types").LocalizationValue;
|
|
2605
|
+
formButtonPrimary: import("@clerk/types").LocalizationValue;
|
|
2606
|
+
successMessage: import("@clerk/types").LocalizationValue;
|
|
2607
|
+
requiredMessage: import("@clerk/types").LocalizationValue;
|
|
2608
|
+
};
|
|
2609
|
+
resetPasswordMfa: {
|
|
2610
|
+
detailsLabel: import("@clerk/types").LocalizationValue;
|
|
2611
|
+
};
|
|
2612
|
+
emailCode: {
|
|
2613
|
+
title: import("@clerk/types").LocalizationValue;
|
|
2614
|
+
subtitle: import("@clerk/types").LocalizationValue;
|
|
2615
|
+
formTitle: import("@clerk/types").LocalizationValue;
|
|
2616
|
+
resendButton: import("@clerk/types").LocalizationValue;
|
|
2617
|
+
};
|
|
2618
|
+
emailLink: {
|
|
2619
|
+
title: import("@clerk/types").LocalizationValue;
|
|
2620
|
+
subtitle: import("@clerk/types").LocalizationValue;
|
|
2621
|
+
formTitle: import("@clerk/types").LocalizationValue;
|
|
2622
|
+
formSubtitle: import("@clerk/types").LocalizationValue;
|
|
2623
|
+
resendButton: import("@clerk/types").LocalizationValue;
|
|
2624
|
+
unusedTab: {
|
|
2625
|
+
title: import("@clerk/types").LocalizationValue;
|
|
2626
|
+
};
|
|
2627
|
+
verified: {
|
|
2628
|
+
title: import("@clerk/types").LocalizationValue;
|
|
2629
|
+
subtitle: import("@clerk/types").LocalizationValue;
|
|
2630
|
+
};
|
|
2631
|
+
verifiedSwitchTab: {
|
|
2632
|
+
subtitle: import("@clerk/types").LocalizationValue;
|
|
2633
|
+
titleNewTab: import("@clerk/types").LocalizationValue;
|
|
2634
|
+
subtitleNewTab: import("@clerk/types").LocalizationValue;
|
|
2635
|
+
};
|
|
2636
|
+
loading: {
|
|
2637
|
+
title: import("@clerk/types").LocalizationValue;
|
|
2638
|
+
subtitle: import("@clerk/types").LocalizationValue;
|
|
2639
|
+
};
|
|
2640
|
+
failed: {
|
|
2641
|
+
title: import("@clerk/types").LocalizationValue;
|
|
2642
|
+
subtitle: import("@clerk/types").LocalizationValue;
|
|
2643
|
+
};
|
|
2644
|
+
expired: {
|
|
2645
|
+
title: import("@clerk/types").LocalizationValue;
|
|
2646
|
+
subtitle: import("@clerk/types").LocalizationValue;
|
|
2647
|
+
};
|
|
2648
|
+
clientMismatch: {
|
|
2649
|
+
title: import("@clerk/types").LocalizationValue;
|
|
2650
|
+
subtitle: import("@clerk/types").LocalizationValue;
|
|
2651
|
+
};
|
|
2652
|
+
};
|
|
2653
|
+
phoneCode: {
|
|
2654
|
+
title: import("@clerk/types").LocalizationValue;
|
|
2655
|
+
subtitle: import("@clerk/types").LocalizationValue;
|
|
2656
|
+
formTitle: import("@clerk/types").LocalizationValue;
|
|
2657
|
+
resendButton: import("@clerk/types").LocalizationValue;
|
|
2658
|
+
};
|
|
2659
|
+
alternativePhoneCodeProvider: {
|
|
2660
|
+
formTitle: import("@clerk/types").LocalizationValue;
|
|
2661
|
+
resendButton: import("@clerk/types").LocalizationValue;
|
|
2662
|
+
subtitle: import("@clerk/types").LocalizationValue;
|
|
2663
|
+
title: import("@clerk/types").LocalizationValue<"provider">;
|
|
2664
|
+
};
|
|
2665
|
+
phoneCodeMfa: {
|
|
2666
|
+
title: import("@clerk/types").LocalizationValue;
|
|
2667
|
+
subtitle: import("@clerk/types").LocalizationValue;
|
|
2668
|
+
formTitle: import("@clerk/types").LocalizationValue;
|
|
2669
|
+
resendButton: import("@clerk/types").LocalizationValue;
|
|
2670
|
+
};
|
|
2671
|
+
totpMfa: {
|
|
2672
|
+
title: import("@clerk/types").LocalizationValue;
|
|
2673
|
+
subtitle: import("@clerk/types").LocalizationValue;
|
|
2674
|
+
formTitle: import("@clerk/types").LocalizationValue;
|
|
2675
|
+
};
|
|
2676
|
+
backupCodeMfa: {
|
|
2677
|
+
title: import("@clerk/types").LocalizationValue;
|
|
2678
|
+
subtitle: import("@clerk/types").LocalizationValue;
|
|
2679
|
+
};
|
|
2680
|
+
alternativeMethods: {
|
|
2681
|
+
title: import("@clerk/types").LocalizationValue;
|
|
2682
|
+
subtitle: import("@clerk/types").LocalizationValue;
|
|
2683
|
+
actionLink: import("@clerk/types").LocalizationValue;
|
|
2684
|
+
actionText: import("@clerk/types").LocalizationValue;
|
|
2685
|
+
blockButton__emailLink: import("@clerk/types").LocalizationValue<"identifier">;
|
|
2686
|
+
blockButton__emailCode: import("@clerk/types").LocalizationValue<"identifier">;
|
|
2687
|
+
blockButton__phoneCode: import("@clerk/types").LocalizationValue<"identifier">;
|
|
2688
|
+
blockButton__password: import("@clerk/types").LocalizationValue;
|
|
2689
|
+
blockButton__passkey: import("@clerk/types").LocalizationValue;
|
|
2690
|
+
blockButton__totp: import("@clerk/types").LocalizationValue;
|
|
2691
|
+
blockButton__backupCode: import("@clerk/types").LocalizationValue;
|
|
2692
|
+
getHelp: {
|
|
2693
|
+
title: import("@clerk/types").LocalizationValue;
|
|
2694
|
+
content: import("@clerk/types").LocalizationValue;
|
|
2695
|
+
blockButton__emailSupport: import("@clerk/types").LocalizationValue;
|
|
2696
|
+
};
|
|
2697
|
+
};
|
|
2698
|
+
noAvailableMethods: {
|
|
2699
|
+
title: import("@clerk/types").LocalizationValue;
|
|
2700
|
+
subtitle: import("@clerk/types").LocalizationValue;
|
|
2701
|
+
message: import("@clerk/types").LocalizationValue;
|
|
2702
|
+
};
|
|
2703
|
+
accountSwitcher: {
|
|
2704
|
+
title: import("@clerk/types").LocalizationValue;
|
|
2705
|
+
subtitle: import("@clerk/types").LocalizationValue;
|
|
2706
|
+
action__addAccount: import("@clerk/types").LocalizationValue;
|
|
2707
|
+
action__signOutAll: import("@clerk/types").LocalizationValue;
|
|
2708
|
+
};
|
|
2709
|
+
};
|
|
2710
|
+
reverification: {
|
|
2711
|
+
password: {
|
|
2712
|
+
title: import("@clerk/types").LocalizationValue;
|
|
2713
|
+
subtitle: import("@clerk/types").LocalizationValue;
|
|
2714
|
+
actionLink: import("@clerk/types").LocalizationValue;
|
|
2715
|
+
};
|
|
2716
|
+
emailCode: {
|
|
2717
|
+
title: import("@clerk/types").LocalizationValue;
|
|
2718
|
+
subtitle: import("@clerk/types").LocalizationValue;
|
|
2719
|
+
formTitle: import("@clerk/types").LocalizationValue;
|
|
2720
|
+
resendButton: import("@clerk/types").LocalizationValue;
|
|
2721
|
+
};
|
|
2722
|
+
phoneCode: {
|
|
2723
|
+
title: import("@clerk/types").LocalizationValue;
|
|
2724
|
+
subtitle: import("@clerk/types").LocalizationValue;
|
|
2725
|
+
formTitle: import("@clerk/types").LocalizationValue;
|
|
2726
|
+
resendButton: import("@clerk/types").LocalizationValue;
|
|
2727
|
+
};
|
|
2728
|
+
phoneCodeMfa: {
|
|
2729
|
+
title: import("@clerk/types").LocalizationValue;
|
|
2730
|
+
subtitle: import("@clerk/types").LocalizationValue;
|
|
2731
|
+
formTitle: import("@clerk/types").LocalizationValue;
|
|
2732
|
+
resendButton: import("@clerk/types").LocalizationValue;
|
|
2733
|
+
};
|
|
2734
|
+
totpMfa: {
|
|
2735
|
+
title: import("@clerk/types").LocalizationValue;
|
|
2736
|
+
subtitle: import("@clerk/types").LocalizationValue;
|
|
2737
|
+
formTitle: import("@clerk/types").LocalizationValue;
|
|
2738
|
+
};
|
|
2739
|
+
backupCodeMfa: {
|
|
2740
|
+
title: import("@clerk/types").LocalizationValue;
|
|
2741
|
+
subtitle: import("@clerk/types").LocalizationValue;
|
|
2742
|
+
};
|
|
2743
|
+
passkey: {
|
|
2744
|
+
title: import("@clerk/types").LocalizationValue;
|
|
2745
|
+
subtitle: import("@clerk/types").LocalizationValue;
|
|
2746
|
+
blockButton__passkey: import("@clerk/types").LocalizationValue;
|
|
2747
|
+
};
|
|
2748
|
+
alternativeMethods: {
|
|
2749
|
+
title: import("@clerk/types").LocalizationValue;
|
|
2750
|
+
subtitle: import("@clerk/types").LocalizationValue;
|
|
2751
|
+
actionLink: import("@clerk/types").LocalizationValue;
|
|
2752
|
+
actionText: import("@clerk/types").LocalizationValue;
|
|
2753
|
+
blockButton__emailCode: import("@clerk/types").LocalizationValue<"identifier">;
|
|
2754
|
+
blockButton__phoneCode: import("@clerk/types").LocalizationValue<"identifier">;
|
|
2755
|
+
blockButton__password: import("@clerk/types").LocalizationValue;
|
|
2756
|
+
blockButton__totp: import("@clerk/types").LocalizationValue;
|
|
2757
|
+
blockButton__passkey: import("@clerk/types").LocalizationValue;
|
|
2758
|
+
blockButton__backupCode: import("@clerk/types").LocalizationValue;
|
|
2759
|
+
getHelp: {
|
|
2760
|
+
title: import("@clerk/types").LocalizationValue;
|
|
2761
|
+
content: import("@clerk/types").LocalizationValue;
|
|
2762
|
+
blockButton__emailSupport: import("@clerk/types").LocalizationValue;
|
|
2763
|
+
};
|
|
2764
|
+
};
|
|
2765
|
+
noAvailableMethods: {
|
|
2766
|
+
title: import("@clerk/types").LocalizationValue;
|
|
2767
|
+
subtitle: import("@clerk/types").LocalizationValue;
|
|
2768
|
+
message: import("@clerk/types").LocalizationValue;
|
|
2769
|
+
};
|
|
2770
|
+
};
|
|
2771
|
+
userProfile: {
|
|
2772
|
+
mobileButton__menu: import("@clerk/types").LocalizationValue;
|
|
2773
|
+
formButtonPrimary__continue: import("@clerk/types").LocalizationValue;
|
|
2774
|
+
formButtonPrimary__save: import("@clerk/types").LocalizationValue;
|
|
2775
|
+
formButtonPrimary__finish: import("@clerk/types").LocalizationValue;
|
|
2776
|
+
formButtonPrimary__remove: import("@clerk/types").LocalizationValue;
|
|
2777
|
+
formButtonPrimary__add: import("@clerk/types").LocalizationValue;
|
|
2778
|
+
formButtonReset: import("@clerk/types").LocalizationValue;
|
|
2779
|
+
navbar: {
|
|
2780
|
+
title: import("@clerk/types").LocalizationValue;
|
|
2781
|
+
description: import("@clerk/types").LocalizationValue;
|
|
2782
|
+
account: import("@clerk/types").LocalizationValue;
|
|
2783
|
+
security: import("@clerk/types").LocalizationValue;
|
|
2784
|
+
billing: import("@clerk/types").LocalizationValue;
|
|
2785
|
+
apiKeys: import("@clerk/types").LocalizationValue;
|
|
2786
|
+
};
|
|
2787
|
+
start: {
|
|
2788
|
+
headerTitle__account: import("@clerk/types").LocalizationValue;
|
|
2789
|
+
headerTitle__security: import("@clerk/types").LocalizationValue;
|
|
2790
|
+
profileSection: {
|
|
2791
|
+
title: import("@clerk/types").LocalizationValue;
|
|
2792
|
+
primaryButton: import("@clerk/types").LocalizationValue;
|
|
2793
|
+
};
|
|
2794
|
+
usernameSection: {
|
|
2795
|
+
title: import("@clerk/types").LocalizationValue;
|
|
2796
|
+
primaryButton__updateUsername: import("@clerk/types").LocalizationValue;
|
|
2797
|
+
primaryButton__setUsername: import("@clerk/types").LocalizationValue;
|
|
2798
|
+
};
|
|
2799
|
+
emailAddressesSection: {
|
|
2800
|
+
title: import("@clerk/types").LocalizationValue;
|
|
2801
|
+
primaryButton: import("@clerk/types").LocalizationValue;
|
|
2802
|
+
detailsAction__primary: import("@clerk/types").LocalizationValue;
|
|
2803
|
+
detailsAction__nonPrimary: import("@clerk/types").LocalizationValue;
|
|
2804
|
+
detailsAction__unverified: import("@clerk/types").LocalizationValue;
|
|
2805
|
+
destructiveAction: import("@clerk/types").LocalizationValue;
|
|
2806
|
+
};
|
|
2807
|
+
phoneNumbersSection: {
|
|
2808
|
+
title: import("@clerk/types").LocalizationValue;
|
|
2809
|
+
primaryButton: import("@clerk/types").LocalizationValue;
|
|
2810
|
+
detailsAction__primary: import("@clerk/types").LocalizationValue;
|
|
2811
|
+
detailsAction__nonPrimary: import("@clerk/types").LocalizationValue;
|
|
2812
|
+
detailsAction__unverified: import("@clerk/types").LocalizationValue;
|
|
2813
|
+
destructiveAction: import("@clerk/types").LocalizationValue;
|
|
2814
|
+
};
|
|
2815
|
+
connectedAccountsSection: {
|
|
2816
|
+
title: import("@clerk/types").LocalizationValue;
|
|
2817
|
+
primaryButton: import("@clerk/types").LocalizationValue;
|
|
2818
|
+
actionLabel__connectionFailed: import("@clerk/types").LocalizationValue;
|
|
2819
|
+
actionLabel__reauthorize: import("@clerk/types").LocalizationValue;
|
|
2820
|
+
subtitle__reauthorize: import("@clerk/types").LocalizationValue;
|
|
2821
|
+
subtitle__disconnected: import("@clerk/types").LocalizationValue;
|
|
2822
|
+
destructiveActionTitle: import("@clerk/types").LocalizationValue;
|
|
2823
|
+
};
|
|
2824
|
+
enterpriseAccountsSection: {
|
|
2825
|
+
title: import("@clerk/types").LocalizationValue;
|
|
2826
|
+
};
|
|
2827
|
+
passwordSection: {
|
|
2828
|
+
title: import("@clerk/types").LocalizationValue;
|
|
2829
|
+
primaryButton__updatePassword: import("@clerk/types").LocalizationValue;
|
|
2830
|
+
primaryButton__setPassword: import("@clerk/types").LocalizationValue;
|
|
2831
|
+
};
|
|
2832
|
+
passkeysSection: {
|
|
2833
|
+
title: import("@clerk/types").LocalizationValue;
|
|
2834
|
+
primaryButton: import("@clerk/types").LocalizationValue;
|
|
2835
|
+
menuAction__rename: import("@clerk/types").LocalizationValue;
|
|
2836
|
+
menuAction__destructive: import("@clerk/types").LocalizationValue;
|
|
2837
|
+
};
|
|
2838
|
+
mfaSection: {
|
|
2839
|
+
title: import("@clerk/types").LocalizationValue;
|
|
2840
|
+
primaryButton: import("@clerk/types").LocalizationValue;
|
|
2841
|
+
phoneCode: {
|
|
2842
|
+
destructiveActionLabel: import("@clerk/types").LocalizationValue;
|
|
2843
|
+
actionLabel__setDefault: import("@clerk/types").LocalizationValue;
|
|
2844
|
+
};
|
|
2845
|
+
backupCodes: {
|
|
2846
|
+
headerTitle: import("@clerk/types").LocalizationValue;
|
|
2847
|
+
title__regenerate: import("@clerk/types").LocalizationValue;
|
|
2848
|
+
subtitle__regenerate: import("@clerk/types").LocalizationValue;
|
|
2849
|
+
actionLabel__regenerate: import("@clerk/types").LocalizationValue;
|
|
2850
|
+
};
|
|
2851
|
+
totp: {
|
|
2852
|
+
headerTitle: import("@clerk/types").LocalizationValue;
|
|
2853
|
+
destructiveActionTitle: import("@clerk/types").LocalizationValue;
|
|
2854
|
+
};
|
|
2855
|
+
};
|
|
2856
|
+
activeDevicesSection: {
|
|
2857
|
+
title: import("@clerk/types").LocalizationValue;
|
|
2858
|
+
destructiveAction: import("@clerk/types").LocalizationValue;
|
|
2859
|
+
};
|
|
2860
|
+
web3WalletsSection: {
|
|
2861
|
+
title: import("@clerk/types").LocalizationValue;
|
|
2862
|
+
primaryButton: import("@clerk/types").LocalizationValue;
|
|
2863
|
+
destructiveAction: import("@clerk/types").LocalizationValue;
|
|
2864
|
+
detailsAction__nonPrimary: import("@clerk/types").LocalizationValue;
|
|
2865
|
+
};
|
|
2866
|
+
dangerSection: {
|
|
2867
|
+
title: import("@clerk/types").LocalizationValue;
|
|
2868
|
+
deleteAccountButton: import("@clerk/types").LocalizationValue;
|
|
2869
|
+
};
|
|
2870
|
+
};
|
|
2871
|
+
profilePage: {
|
|
2872
|
+
title: import("@clerk/types").LocalizationValue;
|
|
2873
|
+
imageFormTitle: import("@clerk/types").LocalizationValue;
|
|
2874
|
+
imageFormSubtitle: import("@clerk/types").LocalizationValue;
|
|
2875
|
+
imageFormDestructiveActionSubtitle: import("@clerk/types").LocalizationValue;
|
|
2876
|
+
fileDropAreaHint: import("@clerk/types").LocalizationValue;
|
|
2877
|
+
readonly: import("@clerk/types").LocalizationValue;
|
|
2878
|
+
successMessage: import("@clerk/types").LocalizationValue;
|
|
2879
|
+
};
|
|
2880
|
+
usernamePage: {
|
|
2881
|
+
successMessage: import("@clerk/types").LocalizationValue;
|
|
2882
|
+
title__set: import("@clerk/types").LocalizationValue;
|
|
2883
|
+
title__update: import("@clerk/types").LocalizationValue;
|
|
2884
|
+
};
|
|
2885
|
+
emailAddressPage: {
|
|
2886
|
+
title: import("@clerk/types").LocalizationValue;
|
|
2887
|
+
verifyTitle: import("@clerk/types").LocalizationValue;
|
|
2888
|
+
formHint: import("@clerk/types").LocalizationValue;
|
|
2889
|
+
emailCode: {
|
|
2890
|
+
formHint: import("@clerk/types").LocalizationValue;
|
|
2891
|
+
formTitle: import("@clerk/types").LocalizationValue;
|
|
2892
|
+
formSubtitle: import("@clerk/types").LocalizationValue<"identifier">;
|
|
2893
|
+
resendButton: import("@clerk/types").LocalizationValue;
|
|
2894
|
+
successMessage: import("@clerk/types").LocalizationValue;
|
|
2895
|
+
};
|
|
2896
|
+
emailLink: {
|
|
2897
|
+
formHint: import("@clerk/types").LocalizationValue;
|
|
2898
|
+
formTitle: import("@clerk/types").LocalizationValue;
|
|
2899
|
+
formSubtitle: import("@clerk/types").LocalizationValue<"identifier">;
|
|
2900
|
+
resendButton: import("@clerk/types").LocalizationValue;
|
|
2901
|
+
successMessage: import("@clerk/types").LocalizationValue;
|
|
2902
|
+
};
|
|
2903
|
+
enterpriseSSOLink: {
|
|
2904
|
+
formSubtitle: import("@clerk/types").LocalizationValue<"identifier">;
|
|
2905
|
+
formButton: import("@clerk/types").LocalizationValue;
|
|
2906
|
+
};
|
|
2907
|
+
removeResource: {
|
|
2908
|
+
title: import("@clerk/types").LocalizationValue;
|
|
2909
|
+
messageLine1: import("@clerk/types").LocalizationValue<"identifier">;
|
|
2910
|
+
messageLine2: import("@clerk/types").LocalizationValue;
|
|
2911
|
+
successMessage: import("@clerk/types").LocalizationValue<"emailAddress">;
|
|
2912
|
+
};
|
|
2913
|
+
};
|
|
2914
|
+
apiKeysPage: {
|
|
2915
|
+
title: import("@clerk/types").LocalizationValue;
|
|
2916
|
+
detailsTitle__emptyRow: import("@clerk/types").LocalizationValue;
|
|
2917
|
+
};
|
|
2918
|
+
passkeyScreen: {
|
|
2919
|
+
title__rename: import("@clerk/types").LocalizationValue;
|
|
2920
|
+
subtitle__rename: import("@clerk/types").LocalizationValue;
|
|
2921
|
+
removeResource: {
|
|
2922
|
+
title: import("@clerk/types").LocalizationValue;
|
|
2923
|
+
messageLine1: import("@clerk/types").LocalizationValue<"name">;
|
|
2924
|
+
};
|
|
2925
|
+
};
|
|
2926
|
+
phoneNumberPage: {
|
|
2927
|
+
title: import("@clerk/types").LocalizationValue;
|
|
2928
|
+
verifyTitle: import("@clerk/types").LocalizationValue;
|
|
2929
|
+
verifySubtitle: import("@clerk/types").LocalizationValue<"identifier">;
|
|
2930
|
+
successMessage: import("@clerk/types").LocalizationValue;
|
|
2931
|
+
infoText: import("@clerk/types").LocalizationValue;
|
|
2932
|
+
removeResource: {
|
|
2933
|
+
title: import("@clerk/types").LocalizationValue;
|
|
2934
|
+
messageLine1: import("@clerk/types").LocalizationValue<"identifier">;
|
|
2935
|
+
messageLine2: import("@clerk/types").LocalizationValue;
|
|
2936
|
+
successMessage: import("@clerk/types").LocalizationValue<"phoneNumber">;
|
|
2937
|
+
};
|
|
2938
|
+
};
|
|
2939
|
+
connectedAccountPage: {
|
|
2940
|
+
title: import("@clerk/types").LocalizationValue;
|
|
2941
|
+
formHint: import("@clerk/types").LocalizationValue;
|
|
2942
|
+
formHint__noAccounts: import("@clerk/types").LocalizationValue;
|
|
2943
|
+
socialButtonsBlockButton: import("@clerk/types").LocalizationValue<"provider">;
|
|
2944
|
+
successMessage: import("@clerk/types").LocalizationValue;
|
|
2945
|
+
removeResource: {
|
|
2946
|
+
title: import("@clerk/types").LocalizationValue;
|
|
2947
|
+
messageLine1: import("@clerk/types").LocalizationValue<"identifier">;
|
|
2948
|
+
messageLine2: import("@clerk/types").LocalizationValue;
|
|
2949
|
+
successMessage: import("@clerk/types").LocalizationValue<"connectedAccount">;
|
|
2950
|
+
};
|
|
2951
|
+
};
|
|
2952
|
+
web3WalletPage: {
|
|
2953
|
+
title: import("@clerk/types").LocalizationValue;
|
|
2954
|
+
subtitle__availableWallets: import("@clerk/types").LocalizationValue;
|
|
2955
|
+
subtitle__unavailableWallets: import("@clerk/types").LocalizationValue;
|
|
2956
|
+
web3WalletButtonsBlockButton: import("@clerk/types").LocalizationValue<"provider">;
|
|
2957
|
+
successMessage: import("@clerk/types").LocalizationValue<"web3Wallet">;
|
|
2958
|
+
removeResource: {
|
|
2959
|
+
title: import("@clerk/types").LocalizationValue;
|
|
2960
|
+
messageLine1: import("@clerk/types").LocalizationValue<"identifier">;
|
|
2961
|
+
messageLine2: import("@clerk/types").LocalizationValue;
|
|
2962
|
+
successMessage: import("@clerk/types").LocalizationValue<"web3Wallet">;
|
|
2963
|
+
};
|
|
2964
|
+
};
|
|
2965
|
+
passwordPage: {
|
|
2966
|
+
successMessage__set: import("@clerk/types").LocalizationValue;
|
|
2967
|
+
successMessage__update: import("@clerk/types").LocalizationValue;
|
|
2968
|
+
successMessage__signOutOfOtherSessions: import("@clerk/types").LocalizationValue;
|
|
2969
|
+
checkboxInfoText__signOutOfOtherSessions: import("@clerk/types").LocalizationValue;
|
|
2970
|
+
readonly: import("@clerk/types").LocalizationValue;
|
|
2971
|
+
title__set: import("@clerk/types").LocalizationValue;
|
|
2972
|
+
title__update: import("@clerk/types").LocalizationValue;
|
|
2973
|
+
};
|
|
2974
|
+
mfaPage: {
|
|
2975
|
+
title: import("@clerk/types").LocalizationValue;
|
|
2976
|
+
formHint: import("@clerk/types").LocalizationValue;
|
|
2977
|
+
};
|
|
2978
|
+
mfaTOTPPage: {
|
|
2979
|
+
title: import("@clerk/types").LocalizationValue;
|
|
2980
|
+
verifyTitle: import("@clerk/types").LocalizationValue;
|
|
2981
|
+
verifySubtitle: import("@clerk/types").LocalizationValue;
|
|
2982
|
+
successMessage: import("@clerk/types").LocalizationValue;
|
|
2983
|
+
authenticatorApp: {
|
|
2984
|
+
infoText__ableToScan: import("@clerk/types").LocalizationValue;
|
|
2985
|
+
infoText__unableToScan: import("@clerk/types").LocalizationValue;
|
|
2986
|
+
inputLabel__unableToScan1: import("@clerk/types").LocalizationValue;
|
|
2987
|
+
inputLabel__unableToScan2: import("@clerk/types").LocalizationValue;
|
|
2988
|
+
buttonAbleToScan__nonPrimary: import("@clerk/types").LocalizationValue;
|
|
2989
|
+
buttonUnableToScan__nonPrimary: import("@clerk/types").LocalizationValue;
|
|
2990
|
+
};
|
|
2991
|
+
removeResource: {
|
|
2992
|
+
title: import("@clerk/types").LocalizationValue;
|
|
2993
|
+
messageLine1: import("@clerk/types").LocalizationValue;
|
|
2994
|
+
messageLine2: import("@clerk/types").LocalizationValue;
|
|
2995
|
+
successMessage: import("@clerk/types").LocalizationValue;
|
|
2996
|
+
};
|
|
2997
|
+
};
|
|
2998
|
+
mfaPhoneCodePage: {
|
|
2999
|
+
title: import("@clerk/types").LocalizationValue;
|
|
3000
|
+
primaryButton__addPhoneNumber: import("@clerk/types").LocalizationValue;
|
|
3001
|
+
backButton: import("@clerk/types").LocalizationValue;
|
|
3002
|
+
subtitle__availablePhoneNumbers: import("@clerk/types").LocalizationValue;
|
|
3003
|
+
subtitle__unavailablePhoneNumbers: import("@clerk/types").LocalizationValue;
|
|
3004
|
+
successTitle: import("@clerk/types").LocalizationValue;
|
|
3005
|
+
successMessage1: import("@clerk/types").LocalizationValue;
|
|
3006
|
+
successMessage2: import("@clerk/types").LocalizationValue;
|
|
3007
|
+
removeResource: {
|
|
3008
|
+
title: import("@clerk/types").LocalizationValue;
|
|
3009
|
+
messageLine1: import("@clerk/types").LocalizationValue<"identifier">;
|
|
3010
|
+
messageLine2: import("@clerk/types").LocalizationValue;
|
|
3011
|
+
successMessage: import("@clerk/types").LocalizationValue<"mfaPhoneCode">;
|
|
3012
|
+
};
|
|
3013
|
+
};
|
|
3014
|
+
backupCodePage: {
|
|
3015
|
+
title: import("@clerk/types").LocalizationValue;
|
|
3016
|
+
title__codelist: import("@clerk/types").LocalizationValue;
|
|
3017
|
+
subtitle__codelist: import("@clerk/types").LocalizationValue;
|
|
3018
|
+
infoText1: import("@clerk/types").LocalizationValue;
|
|
3019
|
+
infoText2: import("@clerk/types").LocalizationValue;
|
|
3020
|
+
successSubtitle: import("@clerk/types").LocalizationValue;
|
|
3021
|
+
successMessage: import("@clerk/types").LocalizationValue;
|
|
3022
|
+
actionLabel__copy: import("@clerk/types").LocalizationValue;
|
|
3023
|
+
actionLabel__copied: import("@clerk/types").LocalizationValue;
|
|
3024
|
+
actionLabel__download: import("@clerk/types").LocalizationValue;
|
|
3025
|
+
actionLabel__print: import("@clerk/types").LocalizationValue;
|
|
3026
|
+
};
|
|
3027
|
+
deletePage: {
|
|
3028
|
+
title: import("@clerk/types").LocalizationValue;
|
|
3029
|
+
messageLine1: import("@clerk/types").LocalizationValue;
|
|
3030
|
+
messageLine2: import("@clerk/types").LocalizationValue;
|
|
3031
|
+
actionDescription: import("@clerk/types").LocalizationValue;
|
|
3032
|
+
confirm: import("@clerk/types").LocalizationValue;
|
|
3033
|
+
};
|
|
3034
|
+
billingPage: {
|
|
3035
|
+
title: import("@clerk/types").LocalizationValue;
|
|
3036
|
+
start: {
|
|
3037
|
+
headerTitle__payments: import("@clerk/types").LocalizationValue;
|
|
3038
|
+
headerTitle__plans: import("@clerk/types").LocalizationValue;
|
|
3039
|
+
headerTitle__subscriptions: import("@clerk/types").LocalizationValue;
|
|
3040
|
+
headerTitle__statements: import("@clerk/types").LocalizationValue;
|
|
3041
|
+
};
|
|
3042
|
+
statementsSection: {
|
|
3043
|
+
empty: import("@clerk/types").LocalizationValue;
|
|
3044
|
+
itemCaption__paidForPlan: import("@clerk/types").LocalizationValue;
|
|
3045
|
+
itemCaption__proratedCredit: import("@clerk/types").LocalizationValue;
|
|
3046
|
+
itemCaption__subscribedAndPaidForPlan: import("@clerk/types").LocalizationValue;
|
|
3047
|
+
notFound: import("@clerk/types").LocalizationValue;
|
|
3048
|
+
tableHeader__date: import("@clerk/types").LocalizationValue;
|
|
3049
|
+
tableHeader__amount: import("@clerk/types").LocalizationValue;
|
|
3050
|
+
title: import("@clerk/types").LocalizationValue;
|
|
3051
|
+
totalPaid: import("@clerk/types").LocalizationValue;
|
|
3052
|
+
};
|
|
3053
|
+
switchPlansSection: {
|
|
3054
|
+
title: import("@clerk/types").LocalizationValue;
|
|
3055
|
+
};
|
|
3056
|
+
subscriptionsListSection: {
|
|
3057
|
+
tableHeader__plan: import("@clerk/types").LocalizationValue;
|
|
3058
|
+
tableHeader__startDate: import("@clerk/types").LocalizationValue;
|
|
3059
|
+
tableHeader__edit: import("@clerk/types").LocalizationValue;
|
|
3060
|
+
title: import("@clerk/types").LocalizationValue;
|
|
3061
|
+
actionLabel__newSubscription: import("@clerk/types").LocalizationValue;
|
|
3062
|
+
actionLabel__switchPlan: import("@clerk/types").LocalizationValue;
|
|
3063
|
+
};
|
|
3064
|
+
paymentHistorySection: {
|
|
3065
|
+
empty: import("@clerk/types").LocalizationValue;
|
|
3066
|
+
notFound: import("@clerk/types").LocalizationValue;
|
|
3067
|
+
tableHeader__date: import("@clerk/types").LocalizationValue;
|
|
3068
|
+
tableHeader__amount: import("@clerk/types").LocalizationValue;
|
|
3069
|
+
tableHeader__status: import("@clerk/types").LocalizationValue;
|
|
3070
|
+
};
|
|
3071
|
+
paymentSourcesSection: {
|
|
3072
|
+
title: import("@clerk/types").LocalizationValue;
|
|
3073
|
+
add: import("@clerk/types").LocalizationValue;
|
|
3074
|
+
addSubtitle: import("@clerk/types").LocalizationValue;
|
|
3075
|
+
cancelButton: import("@clerk/types").LocalizationValue;
|
|
3076
|
+
actionLabel__default: import("@clerk/types").LocalizationValue;
|
|
3077
|
+
actionLabel__remove: import("@clerk/types").LocalizationValue;
|
|
3078
|
+
formButtonPrimary__add: import("@clerk/types").LocalizationValue;
|
|
3079
|
+
formButtonPrimary__pay: import("@clerk/types").LocalizationValue;
|
|
3080
|
+
removeResource: {
|
|
3081
|
+
title: import("@clerk/types").LocalizationValue;
|
|
3082
|
+
messageLine1: import("@clerk/types").LocalizationValue<"identifier">;
|
|
3083
|
+
messageLine2: import("@clerk/types").LocalizationValue;
|
|
3084
|
+
successMessage: import("@clerk/types").LocalizationValue<"paymentSource">;
|
|
3085
|
+
};
|
|
3086
|
+
payWithTestCardButton: import("@clerk/types").LocalizationValue;
|
|
3087
|
+
};
|
|
3088
|
+
subscriptionsSection: {
|
|
3089
|
+
actionLabel__default: import("@clerk/types").LocalizationValue;
|
|
3090
|
+
};
|
|
3091
|
+
};
|
|
3092
|
+
plansPage: {
|
|
3093
|
+
title: import("@clerk/types").LocalizationValue;
|
|
3094
|
+
alerts: {
|
|
3095
|
+
noPermissionsToManageBilling: import("@clerk/types").LocalizationValue;
|
|
3096
|
+
};
|
|
3097
|
+
};
|
|
3098
|
+
};
|
|
3099
|
+
userButton: {
|
|
3100
|
+
action__manageAccount: import("@clerk/types").LocalizationValue;
|
|
3101
|
+
action__signOut: import("@clerk/types").LocalizationValue;
|
|
3102
|
+
action__signOutAll: import("@clerk/types").LocalizationValue;
|
|
3103
|
+
action__addAccount: import("@clerk/types").LocalizationValue;
|
|
3104
|
+
};
|
|
3105
|
+
organizationSwitcher: {
|
|
3106
|
+
personalWorkspace: import("@clerk/types").LocalizationValue;
|
|
3107
|
+
notSelected: import("@clerk/types").LocalizationValue;
|
|
3108
|
+
action__createOrganization: import("@clerk/types").LocalizationValue;
|
|
3109
|
+
action__manageOrganization: import("@clerk/types").LocalizationValue;
|
|
3110
|
+
action__invitationAccept: import("@clerk/types").LocalizationValue;
|
|
3111
|
+
action__suggestionsAccept: import("@clerk/types").LocalizationValue;
|
|
3112
|
+
suggestionsAcceptedLabel: import("@clerk/types").LocalizationValue;
|
|
3113
|
+
};
|
|
3114
|
+
impersonationFab: {
|
|
3115
|
+
title: import("@clerk/types").LocalizationValue<"identifier">;
|
|
3116
|
+
action__signOut: import("@clerk/types").LocalizationValue;
|
|
3117
|
+
};
|
|
3118
|
+
organizationProfile: {
|
|
3119
|
+
navbar: {
|
|
3120
|
+
title: import("@clerk/types").LocalizationValue;
|
|
3121
|
+
description: import("@clerk/types").LocalizationValue;
|
|
3122
|
+
general: import("@clerk/types").LocalizationValue;
|
|
3123
|
+
members: import("@clerk/types").LocalizationValue;
|
|
3124
|
+
billing: import("@clerk/types").LocalizationValue;
|
|
3125
|
+
apiKeys: import("@clerk/types").LocalizationValue;
|
|
3126
|
+
};
|
|
3127
|
+
badge__unverified: import("@clerk/types").LocalizationValue;
|
|
3128
|
+
badge__automaticInvitation: import("@clerk/types").LocalizationValue;
|
|
3129
|
+
badge__automaticSuggestion: import("@clerk/types").LocalizationValue;
|
|
3130
|
+
badge__manualInvitation: import("@clerk/types").LocalizationValue;
|
|
3131
|
+
start: {
|
|
3132
|
+
headerTitle__members: import("@clerk/types").LocalizationValue;
|
|
3133
|
+
headerTitle__general: import("@clerk/types").LocalizationValue;
|
|
3134
|
+
profileSection: {
|
|
3135
|
+
title: import("@clerk/types").LocalizationValue;
|
|
3136
|
+
primaryButton: import("@clerk/types").LocalizationValue;
|
|
3137
|
+
uploadAction__title: import("@clerk/types").LocalizationValue;
|
|
3138
|
+
};
|
|
3139
|
+
};
|
|
3140
|
+
profilePage: {
|
|
3141
|
+
title: import("@clerk/types").LocalizationValue;
|
|
3142
|
+
successMessage: import("@clerk/types").LocalizationValue;
|
|
3143
|
+
dangerSection: {
|
|
3144
|
+
title: import("@clerk/types").LocalizationValue;
|
|
3145
|
+
leaveOrganization: {
|
|
3146
|
+
title: import("@clerk/types").LocalizationValue;
|
|
3147
|
+
messageLine1: import("@clerk/types").LocalizationValue;
|
|
3148
|
+
messageLine2: import("@clerk/types").LocalizationValue;
|
|
3149
|
+
successMessage: import("@clerk/types").LocalizationValue;
|
|
3150
|
+
actionDescription: import("@clerk/types").LocalizationValue<"organizationName">;
|
|
3151
|
+
};
|
|
3152
|
+
deleteOrganization: {
|
|
3153
|
+
title: import("@clerk/types").LocalizationValue;
|
|
3154
|
+
messageLine1: import("@clerk/types").LocalizationValue;
|
|
3155
|
+
messageLine2: import("@clerk/types").LocalizationValue;
|
|
3156
|
+
actionDescription: import("@clerk/types").LocalizationValue<"organizationName">;
|
|
3157
|
+
successMessage: import("@clerk/types").LocalizationValue;
|
|
3158
|
+
};
|
|
3159
|
+
};
|
|
3160
|
+
domainSection: {
|
|
3161
|
+
title: import("@clerk/types").LocalizationValue;
|
|
3162
|
+
subtitle: import("@clerk/types").LocalizationValue;
|
|
3163
|
+
primaryButton: import("@clerk/types").LocalizationValue;
|
|
3164
|
+
menuAction__verify: import("@clerk/types").LocalizationValue;
|
|
3165
|
+
menuAction__remove: import("@clerk/types").LocalizationValue;
|
|
3166
|
+
menuAction__manage: import("@clerk/types").LocalizationValue;
|
|
3167
|
+
};
|
|
3168
|
+
};
|
|
3169
|
+
createDomainPage: {
|
|
3170
|
+
title: import("@clerk/types").LocalizationValue;
|
|
3171
|
+
subtitle: import("@clerk/types").LocalizationValue;
|
|
3172
|
+
};
|
|
3173
|
+
verifyDomainPage: {
|
|
3174
|
+
title: import("@clerk/types").LocalizationValue;
|
|
3175
|
+
subtitle: import("@clerk/types").LocalizationValue<"domainName">;
|
|
3176
|
+
subtitleVerificationCodeScreen: import("@clerk/types").LocalizationValue<"emailAddress">;
|
|
3177
|
+
formTitle: import("@clerk/types").LocalizationValue;
|
|
3178
|
+
formSubtitle: import("@clerk/types").LocalizationValue;
|
|
3179
|
+
resendButton: import("@clerk/types").LocalizationValue;
|
|
3180
|
+
};
|
|
3181
|
+
verifiedDomainPage: {
|
|
3182
|
+
title: import("@clerk/types").LocalizationValue<"domain">;
|
|
3183
|
+
subtitle: import("@clerk/types").LocalizationValue<"domain">;
|
|
3184
|
+
start: {
|
|
3185
|
+
headerTitle__enrollment: import("@clerk/types").LocalizationValue;
|
|
3186
|
+
headerTitle__danger: import("@clerk/types").LocalizationValue;
|
|
3187
|
+
};
|
|
3188
|
+
enrollmentTab: {
|
|
3189
|
+
subtitle: import("@clerk/types").LocalizationValue;
|
|
3190
|
+
manualInvitationOption__label: import("@clerk/types").LocalizationValue;
|
|
3191
|
+
manualInvitationOption__description: import("@clerk/types").LocalizationValue;
|
|
3192
|
+
automaticInvitationOption__label: import("@clerk/types").LocalizationValue;
|
|
3193
|
+
automaticInvitationOption__description: import("@clerk/types").LocalizationValue;
|
|
3194
|
+
automaticSuggestionOption__label: import("@clerk/types").LocalizationValue;
|
|
3195
|
+
automaticSuggestionOption__description: import("@clerk/types").LocalizationValue;
|
|
3196
|
+
calloutInfoLabel: import("@clerk/types").LocalizationValue;
|
|
3197
|
+
calloutInvitationCountLabel: import("@clerk/types").LocalizationValue<"count">;
|
|
3198
|
+
calloutSuggestionCountLabel: import("@clerk/types").LocalizationValue<"count">;
|
|
3199
|
+
};
|
|
3200
|
+
dangerTab: {
|
|
3201
|
+
removeDomainTitle: import("@clerk/types").LocalizationValue;
|
|
3202
|
+
removeDomainSubtitle: import("@clerk/types").LocalizationValue;
|
|
3203
|
+
removeDomainActionLabel__remove: import("@clerk/types").LocalizationValue;
|
|
3204
|
+
calloutInfoLabel: import("@clerk/types").LocalizationValue;
|
|
3205
|
+
};
|
|
3206
|
+
};
|
|
3207
|
+
invitePage: {
|
|
3208
|
+
title: import("@clerk/types").LocalizationValue;
|
|
3209
|
+
subtitle: import("@clerk/types").LocalizationValue;
|
|
3210
|
+
successMessage: import("@clerk/types").LocalizationValue;
|
|
3211
|
+
detailsTitle__inviteFailed: import("@clerk/types").LocalizationValue<"email_addresses">;
|
|
3212
|
+
formButtonPrimary__continue: import("@clerk/types").LocalizationValue;
|
|
3213
|
+
selectDropdown__role: import("@clerk/types").LocalizationValue;
|
|
3214
|
+
};
|
|
3215
|
+
removeDomainPage: {
|
|
3216
|
+
title: import("@clerk/types").LocalizationValue;
|
|
3217
|
+
messageLine1: import("@clerk/types").LocalizationValue<"domain">;
|
|
3218
|
+
messageLine2: import("@clerk/types").LocalizationValue;
|
|
3219
|
+
successMessage: import("@clerk/types").LocalizationValue;
|
|
3220
|
+
};
|
|
3221
|
+
membersPage: {
|
|
3222
|
+
detailsTitle__emptyRow: import("@clerk/types").LocalizationValue;
|
|
3223
|
+
action__invite: import("@clerk/types").LocalizationValue;
|
|
3224
|
+
action__search: import("@clerk/types").LocalizationValue;
|
|
3225
|
+
start: {
|
|
3226
|
+
headerTitle__members: import("@clerk/types").LocalizationValue;
|
|
3227
|
+
headerTitle__invitations: import("@clerk/types").LocalizationValue;
|
|
3228
|
+
headerTitle__requests: import("@clerk/types").LocalizationValue;
|
|
3229
|
+
};
|
|
3230
|
+
activeMembersTab: {
|
|
3231
|
+
tableHeader__user: import("@clerk/types").LocalizationValue;
|
|
3232
|
+
tableHeader__joined: import("@clerk/types").LocalizationValue;
|
|
3233
|
+
tableHeader__role: import("@clerk/types").LocalizationValue;
|
|
3234
|
+
tableHeader__actions: import("@clerk/types").LocalizationValue;
|
|
3235
|
+
menuAction__remove: import("@clerk/types").LocalizationValue;
|
|
3236
|
+
};
|
|
3237
|
+
invitedMembersTab: {
|
|
3238
|
+
tableHeader__invited: import("@clerk/types").LocalizationValue;
|
|
3239
|
+
menuAction__revoke: import("@clerk/types").LocalizationValue;
|
|
3240
|
+
};
|
|
3241
|
+
invitationsTab: {
|
|
3242
|
+
table__emptyRow: import("@clerk/types").LocalizationValue;
|
|
3243
|
+
autoInvitations: {
|
|
3244
|
+
headerTitle: import("@clerk/types").LocalizationValue;
|
|
3245
|
+
headerSubtitle: import("@clerk/types").LocalizationValue;
|
|
3246
|
+
primaryButton: import("@clerk/types").LocalizationValue;
|
|
3247
|
+
};
|
|
3248
|
+
};
|
|
3249
|
+
requestsTab: {
|
|
3250
|
+
tableHeader__requested: import("@clerk/types").LocalizationValue;
|
|
3251
|
+
menuAction__approve: import("@clerk/types").LocalizationValue;
|
|
3252
|
+
menuAction__reject: import("@clerk/types").LocalizationValue;
|
|
3253
|
+
table__emptyRow: import("@clerk/types").LocalizationValue;
|
|
3254
|
+
autoSuggestions: {
|
|
3255
|
+
headerTitle: import("@clerk/types").LocalizationValue;
|
|
3256
|
+
headerSubtitle: import("@clerk/types").LocalizationValue;
|
|
3257
|
+
primaryButton: import("@clerk/types").LocalizationValue;
|
|
3258
|
+
};
|
|
3259
|
+
};
|
|
3260
|
+
};
|
|
3261
|
+
billingPage: {
|
|
3262
|
+
title: import("@clerk/types").LocalizationValue;
|
|
3263
|
+
start: {
|
|
3264
|
+
headerTitle__payments: import("@clerk/types").LocalizationValue;
|
|
3265
|
+
headerTitle__plans: import("@clerk/types").LocalizationValue;
|
|
3266
|
+
headerTitle__subscriptions: import("@clerk/types").LocalizationValue;
|
|
3267
|
+
headerTitle__statements: import("@clerk/types").LocalizationValue;
|
|
3268
|
+
};
|
|
3269
|
+
statementsSection: {
|
|
3270
|
+
empty: import("@clerk/types").LocalizationValue;
|
|
3271
|
+
itemCaption__paidForPlan: import("@clerk/types").LocalizationValue<"plan" | "period">;
|
|
3272
|
+
itemCaption__proratedCredit: import("@clerk/types").LocalizationValue;
|
|
3273
|
+
itemCaption__subscribedAndPaidForPlan: import("@clerk/types").LocalizationValue<"plan" | "period">;
|
|
3274
|
+
notFound: import("@clerk/types").LocalizationValue;
|
|
3275
|
+
tableHeader__date: import("@clerk/types").LocalizationValue;
|
|
3276
|
+
tableHeader__amount: import("@clerk/types").LocalizationValue;
|
|
3277
|
+
title: import("@clerk/types").LocalizationValue;
|
|
3278
|
+
totalPaid: import("@clerk/types").LocalizationValue;
|
|
3279
|
+
};
|
|
3280
|
+
switchPlansSection: {
|
|
3281
|
+
title: import("@clerk/types").LocalizationValue;
|
|
3282
|
+
};
|
|
3283
|
+
subscriptionsListSection: {
|
|
3284
|
+
tableHeader__plan: import("@clerk/types").LocalizationValue;
|
|
3285
|
+
tableHeader__startDate: import("@clerk/types").LocalizationValue;
|
|
3286
|
+
tableHeader__edit: import("@clerk/types").LocalizationValue;
|
|
3287
|
+
title: import("@clerk/types").LocalizationValue;
|
|
3288
|
+
actionLabel__newSubscription: import("@clerk/types").LocalizationValue;
|
|
3289
|
+
actionLabel__switchPlan: import("@clerk/types").LocalizationValue;
|
|
3290
|
+
};
|
|
3291
|
+
paymentHistorySection: {
|
|
3292
|
+
empty: import("@clerk/types").LocalizationValue;
|
|
3293
|
+
notFound: import("@clerk/types").LocalizationValue;
|
|
3294
|
+
tableHeader__date: import("@clerk/types").LocalizationValue;
|
|
3295
|
+
tableHeader__amount: import("@clerk/types").LocalizationValue;
|
|
3296
|
+
tableHeader__status: import("@clerk/types").LocalizationValue;
|
|
3297
|
+
};
|
|
3298
|
+
paymentSourcesSection: {
|
|
3299
|
+
title: import("@clerk/types").LocalizationValue;
|
|
3300
|
+
add: import("@clerk/types").LocalizationValue;
|
|
3301
|
+
addSubtitle: import("@clerk/types").LocalizationValue;
|
|
3302
|
+
cancelButton: import("@clerk/types").LocalizationValue;
|
|
3303
|
+
actionLabel__default: import("@clerk/types").LocalizationValue;
|
|
3304
|
+
actionLabel__remove: import("@clerk/types").LocalizationValue;
|
|
3305
|
+
formButtonPrimary__add: import("@clerk/types").LocalizationValue;
|
|
3306
|
+
formButtonPrimary__pay: import("@clerk/types").LocalizationValue;
|
|
3307
|
+
removeResource: {
|
|
3308
|
+
title: import("@clerk/types").LocalizationValue;
|
|
3309
|
+
messageLine1: import("@clerk/types").LocalizationValue<"identifier">;
|
|
3310
|
+
messageLine2: import("@clerk/types").LocalizationValue;
|
|
3311
|
+
successMessage: import("@clerk/types").LocalizationValue<"paymentSource">;
|
|
3312
|
+
};
|
|
3313
|
+
payWithTestCardButton: import("@clerk/types").LocalizationValue;
|
|
3314
|
+
};
|
|
3315
|
+
subscriptionsSection: {
|
|
3316
|
+
actionLabel__default: import("@clerk/types").LocalizationValue;
|
|
3317
|
+
};
|
|
3318
|
+
};
|
|
3319
|
+
plansPage: {
|
|
3320
|
+
title: import("@clerk/types").LocalizationValue;
|
|
3321
|
+
alerts: {
|
|
3322
|
+
noPermissionsToManageBilling: import("@clerk/types").LocalizationValue;
|
|
3323
|
+
};
|
|
3324
|
+
};
|
|
3325
|
+
apiKeysPage: {
|
|
3326
|
+
title: import("@clerk/types").LocalizationValue;
|
|
3327
|
+
detailsTitle__emptyRow: import("@clerk/types").LocalizationValue;
|
|
3328
|
+
};
|
|
3329
|
+
};
|
|
3330
|
+
createOrganization: {
|
|
3331
|
+
title: import("@clerk/types").LocalizationValue;
|
|
3332
|
+
formButtonSubmit: import("@clerk/types").LocalizationValue;
|
|
3333
|
+
invitePage: {
|
|
3334
|
+
formButtonReset: import("@clerk/types").LocalizationValue;
|
|
3335
|
+
};
|
|
3336
|
+
};
|
|
3337
|
+
organizationList: {
|
|
3338
|
+
createOrganization: import("@clerk/types").LocalizationValue;
|
|
3339
|
+
title: import("@clerk/types").LocalizationValue<"applicationName">;
|
|
3340
|
+
titleWithoutPersonal: import("@clerk/types").LocalizationValue;
|
|
3341
|
+
subtitle: import("@clerk/types").LocalizationValue<"applicationName">;
|
|
3342
|
+
action__invitationAccept: import("@clerk/types").LocalizationValue;
|
|
3343
|
+
invitationAcceptedLabel: import("@clerk/types").LocalizationValue;
|
|
3344
|
+
action__suggestionsAccept: import("@clerk/types").LocalizationValue;
|
|
3345
|
+
suggestionsAcceptedLabel: import("@clerk/types").LocalizationValue;
|
|
3346
|
+
action__createOrganization: import("@clerk/types").LocalizationValue;
|
|
3347
|
+
};
|
|
3348
|
+
unstable__errors: {
|
|
3349
|
+
external_account_not_found: import("@clerk/types").LocalizationValue;
|
|
3350
|
+
identification_deletion_failed: import("@clerk/types").LocalizationValue;
|
|
3351
|
+
phone_number_exists: import("@clerk/types").LocalizationValue;
|
|
3352
|
+
form_identifier_not_found: import("@clerk/types").LocalizationValue;
|
|
3353
|
+
captcha_unavailable: import("@clerk/types").LocalizationValue;
|
|
3354
|
+
captcha_invalid: import("@clerk/types").LocalizationValue;
|
|
3355
|
+
passkey_not_supported: import("@clerk/types").LocalizationValue;
|
|
3356
|
+
passkey_pa_not_supported: import("@clerk/types").LocalizationValue;
|
|
3357
|
+
passkey_retrieval_cancelled: import("@clerk/types").LocalizationValue;
|
|
3358
|
+
passkey_registration_cancelled: import("@clerk/types").LocalizationValue;
|
|
3359
|
+
passkey_already_exists: import("@clerk/types").LocalizationValue;
|
|
3360
|
+
web3_missing_identifier: import("@clerk/types").LocalizationValue;
|
|
3361
|
+
form_password_pwned: import("@clerk/types").LocalizationValue;
|
|
3362
|
+
form_password_pwned__sign_in: import("@clerk/types").LocalizationValue;
|
|
3363
|
+
form_username_invalid_length: import("@clerk/types").LocalizationValue<"min_length" | "max_length">;
|
|
3364
|
+
form_username_invalid_character: import("@clerk/types").LocalizationValue;
|
|
3365
|
+
form_param_format_invalid: import("@clerk/types").LocalizationValue;
|
|
3366
|
+
form_param_format_invalid__email_address: import("@clerk/types").LocalizationValue;
|
|
3367
|
+
form_param_type_invalid: import("@clerk/types").LocalizationValue;
|
|
3368
|
+
form_param_type_invalid__phone_number: import("@clerk/types").LocalizationValue;
|
|
3369
|
+
form_param_type_invalid__email_address: import("@clerk/types").LocalizationValue;
|
|
3370
|
+
form_password_length_too_short: import("@clerk/types").LocalizationValue;
|
|
3371
|
+
form_param_nil: import("@clerk/types").LocalizationValue;
|
|
3372
|
+
form_code_incorrect: import("@clerk/types").LocalizationValue;
|
|
3373
|
+
form_password_incorrect: import("@clerk/types").LocalizationValue;
|
|
3374
|
+
form_password_validation_failed: import("@clerk/types").LocalizationValue;
|
|
3375
|
+
not_allowed_access: import("@clerk/types").LocalizationValue;
|
|
3376
|
+
form_identifier_exists: import("@clerk/types").LocalizationValue;
|
|
3377
|
+
form_identifier_exists__email_address: import("@clerk/types").LocalizationValue;
|
|
3378
|
+
form_identifier_exists__username: import("@clerk/types").LocalizationValue;
|
|
3379
|
+
form_identifier_exists__phone_number: import("@clerk/types").LocalizationValue;
|
|
3380
|
+
form_password_not_strong_enough: import("@clerk/types").LocalizationValue;
|
|
3381
|
+
form_password_size_in_bytes_exceeded: import("@clerk/types").LocalizationValue;
|
|
3382
|
+
form_param_value_invalid: import("@clerk/types").LocalizationValue;
|
|
3383
|
+
passwordComplexity: {
|
|
3384
|
+
sentencePrefix: import("@clerk/types").LocalizationValue;
|
|
3385
|
+
minimumLength: import("@clerk/types").LocalizationValue;
|
|
3386
|
+
maximumLength: import("@clerk/types").LocalizationValue;
|
|
3387
|
+
requireNumbers: import("@clerk/types").LocalizationValue;
|
|
3388
|
+
requireLowercase: import("@clerk/types").LocalizationValue;
|
|
3389
|
+
requireUppercase: import("@clerk/types").LocalizationValue;
|
|
3390
|
+
requireSpecialCharacter: import("@clerk/types").LocalizationValue;
|
|
3391
|
+
};
|
|
3392
|
+
session_exists: import("@clerk/types").LocalizationValue;
|
|
3393
|
+
zxcvbn: {
|
|
3394
|
+
notEnough: import("@clerk/types").LocalizationValue;
|
|
3395
|
+
couldBeStronger: import("@clerk/types").LocalizationValue;
|
|
3396
|
+
goodPassword: import("@clerk/types").LocalizationValue;
|
|
3397
|
+
warnings: {
|
|
3398
|
+
straightRow: import("@clerk/types").LocalizationValue;
|
|
3399
|
+
keyPattern: import("@clerk/types").LocalizationValue;
|
|
3400
|
+
simpleRepeat: import("@clerk/types").LocalizationValue;
|
|
3401
|
+
extendedRepeat: import("@clerk/types").LocalizationValue;
|
|
3402
|
+
sequences: import("@clerk/types").LocalizationValue;
|
|
3403
|
+
recentYears: import("@clerk/types").LocalizationValue;
|
|
3404
|
+
dates: import("@clerk/types").LocalizationValue;
|
|
3405
|
+
topTen: import("@clerk/types").LocalizationValue;
|
|
3406
|
+
topHundred: import("@clerk/types").LocalizationValue;
|
|
3407
|
+
common: import("@clerk/types").LocalizationValue;
|
|
3408
|
+
similarToCommon: import("@clerk/types").LocalizationValue;
|
|
3409
|
+
wordByItself: import("@clerk/types").LocalizationValue;
|
|
3410
|
+
namesByThemselves: import("@clerk/types").LocalizationValue;
|
|
3411
|
+
commonNames: import("@clerk/types").LocalizationValue;
|
|
3412
|
+
userInputs: import("@clerk/types").LocalizationValue;
|
|
3413
|
+
pwned: import("@clerk/types").LocalizationValue;
|
|
3414
|
+
};
|
|
3415
|
+
suggestions: {
|
|
3416
|
+
l33t: import("@clerk/types").LocalizationValue;
|
|
3417
|
+
reverseWords: import("@clerk/types").LocalizationValue;
|
|
3418
|
+
allUppercase: import("@clerk/types").LocalizationValue;
|
|
3419
|
+
capitalization: import("@clerk/types").LocalizationValue;
|
|
3420
|
+
dates: import("@clerk/types").LocalizationValue;
|
|
3421
|
+
recentYears: import("@clerk/types").LocalizationValue;
|
|
3422
|
+
associatedYears: import("@clerk/types").LocalizationValue;
|
|
3423
|
+
sequences: import("@clerk/types").LocalizationValue;
|
|
3424
|
+
repeated: import("@clerk/types").LocalizationValue;
|
|
3425
|
+
longerKeyboardPattern: import("@clerk/types").LocalizationValue;
|
|
3426
|
+
anotherWord: import("@clerk/types").LocalizationValue;
|
|
3427
|
+
useWords: import("@clerk/types").LocalizationValue;
|
|
3428
|
+
noNeed: import("@clerk/types").LocalizationValue;
|
|
3429
|
+
pwned: import("@clerk/types").LocalizationValue;
|
|
3430
|
+
};
|
|
3431
|
+
};
|
|
3432
|
+
form_param_max_length_exceeded: import("@clerk/types").LocalizationValue;
|
|
3433
|
+
organization_minimum_permissions_needed: import("@clerk/types").LocalizationValue;
|
|
3434
|
+
already_a_member_in_organization: import("@clerk/types").LocalizationValue<"email">;
|
|
3435
|
+
organization_domain_common: import("@clerk/types").LocalizationValue;
|
|
3436
|
+
organization_domain_blocked: import("@clerk/types").LocalizationValue;
|
|
3437
|
+
organization_domain_exists_for_enterprise_connection: import("@clerk/types").LocalizationValue;
|
|
3438
|
+
organization_membership_quota_exceeded: import("@clerk/types").LocalizationValue;
|
|
3439
|
+
external_account_not_found__name?: string | undefined;
|
|
3440
|
+
identification_deletion_failed__name?: string | undefined;
|
|
3441
|
+
phone_number_exists__name?: string | undefined;
|
|
3442
|
+
form_identifier_not_found__name?: string | undefined;
|
|
3443
|
+
captcha_unavailable__name?: string | undefined;
|
|
3444
|
+
captcha_invalid__name?: string | undefined;
|
|
3445
|
+
passkey_not_supported__name?: string | undefined;
|
|
3446
|
+
passkey_pa_not_supported__name?: string | undefined;
|
|
3447
|
+
passkey_retrieval_cancelled__name?: string | undefined;
|
|
3448
|
+
passkey_registration_cancelled__name?: string | undefined;
|
|
3449
|
+
passkey_already_exists__name?: string | undefined;
|
|
3450
|
+
web3_missing_identifier__name?: string | undefined;
|
|
3451
|
+
form_password_pwned__name?: string | undefined;
|
|
3452
|
+
form_password_pwned__sign_in__name?: string | undefined;
|
|
3453
|
+
form_username_invalid_length__name?: string | undefined;
|
|
3454
|
+
form_username_invalid_character__name?: string | undefined;
|
|
3455
|
+
form_param_format_invalid__name?: string | undefined;
|
|
3456
|
+
form_param_format_invalid__email_address__name?: string | undefined;
|
|
3457
|
+
form_param_type_invalid__name?: string | undefined;
|
|
3458
|
+
form_param_type_invalid__phone_number__name?: string | undefined;
|
|
3459
|
+
form_param_type_invalid__email_address__name?: string | undefined;
|
|
3460
|
+
form_password_length_too_short__name?: string | undefined;
|
|
3461
|
+
form_param_nil__name?: string | undefined;
|
|
3462
|
+
form_code_incorrect__name?: string | undefined;
|
|
3463
|
+
form_password_incorrect__name?: string | undefined;
|
|
3464
|
+
form_password_validation_failed__name?: string | undefined;
|
|
3465
|
+
not_allowed_access__name?: string | undefined;
|
|
3466
|
+
form_identifier_exists__name?: string | undefined;
|
|
3467
|
+
form_identifier_exists__email_address__name?: string | undefined;
|
|
3468
|
+
form_identifier_exists__username__name?: string | undefined;
|
|
3469
|
+
form_identifier_exists__phone_number__name?: string | undefined;
|
|
3470
|
+
form_password_not_strong_enough__name?: string | undefined;
|
|
3471
|
+
form_password_size_in_bytes_exceeded__name?: string | undefined;
|
|
3472
|
+
form_param_value_invalid__name?: string | undefined;
|
|
3473
|
+
passwordComplexity__name?: string | undefined;
|
|
3474
|
+
session_exists__name?: string | undefined;
|
|
3475
|
+
zxcvbn__name?: string | undefined;
|
|
3476
|
+
form_param_max_length_exceeded__name?: string | undefined;
|
|
3477
|
+
organization_minimum_permissions_needed__name?: string | undefined;
|
|
3478
|
+
already_a_member_in_organization__name?: string | undefined;
|
|
3479
|
+
organization_domain_common__name?: string | undefined;
|
|
3480
|
+
organization_domain_blocked__name?: string | undefined;
|
|
3481
|
+
organization_domain_exists_for_enterprise_connection__name?: string | undefined;
|
|
3482
|
+
organization_membership_quota_exceeded__name?: string | undefined;
|
|
3483
|
+
external_account_not_found__slug?: string | undefined;
|
|
3484
|
+
identification_deletion_failed__slug?: string | undefined;
|
|
3485
|
+
phone_number_exists__slug?: string | undefined;
|
|
3486
|
+
form_identifier_not_found__slug?: string | undefined;
|
|
3487
|
+
captcha_unavailable__slug?: string | undefined;
|
|
3488
|
+
captcha_invalid__slug?: string | undefined;
|
|
3489
|
+
passkey_not_supported__slug?: string | undefined;
|
|
3490
|
+
passkey_pa_not_supported__slug?: string | undefined;
|
|
3491
|
+
passkey_retrieval_cancelled__slug?: string | undefined;
|
|
3492
|
+
passkey_registration_cancelled__slug?: string | undefined;
|
|
3493
|
+
passkey_already_exists__slug?: string | undefined;
|
|
3494
|
+
web3_missing_identifier__slug?: string | undefined;
|
|
3495
|
+
form_password_pwned__slug?: string | undefined;
|
|
3496
|
+
form_password_pwned__sign_in__slug?: string | undefined;
|
|
3497
|
+
form_username_invalid_length__slug?: string | undefined;
|
|
3498
|
+
form_username_invalid_character__slug?: string | undefined;
|
|
3499
|
+
form_param_format_invalid__slug?: string | undefined;
|
|
3500
|
+
form_param_format_invalid__email_address__slug?: string | undefined;
|
|
3501
|
+
form_param_type_invalid__slug?: string | undefined;
|
|
3502
|
+
form_param_type_invalid__phone_number__slug?: string | undefined;
|
|
3503
|
+
form_param_type_invalid__email_address__slug?: string | undefined;
|
|
3504
|
+
form_password_length_too_short__slug?: string | undefined;
|
|
3505
|
+
form_param_nil__slug?: string | undefined;
|
|
3506
|
+
form_code_incorrect__slug?: string | undefined;
|
|
3507
|
+
form_password_incorrect__slug?: string | undefined;
|
|
3508
|
+
form_password_validation_failed__slug?: string | undefined;
|
|
3509
|
+
not_allowed_access__slug?: string | undefined;
|
|
3510
|
+
form_identifier_exists__slug?: string | undefined;
|
|
3511
|
+
form_identifier_exists__email_address__slug?: string | undefined;
|
|
3512
|
+
form_identifier_exists__username__slug?: string | undefined;
|
|
3513
|
+
form_identifier_exists__phone_number__slug?: string | undefined;
|
|
3514
|
+
form_password_not_strong_enough__slug?: string | undefined;
|
|
3515
|
+
form_password_size_in_bytes_exceeded__slug?: string | undefined;
|
|
3516
|
+
form_param_value_invalid__slug?: string | undefined;
|
|
3517
|
+
passwordComplexity__slug?: string | undefined;
|
|
3518
|
+
session_exists__slug?: string | undefined;
|
|
3519
|
+
zxcvbn__slug?: string | undefined;
|
|
3520
|
+
form_param_max_length_exceeded__slug?: string | undefined;
|
|
3521
|
+
organization_minimum_permissions_needed__slug?: string | undefined;
|
|
3522
|
+
already_a_member_in_organization__slug?: string | undefined;
|
|
3523
|
+
organization_domain_common__slug?: string | undefined;
|
|
3524
|
+
organization_domain_blocked__slug?: string | undefined;
|
|
3525
|
+
organization_domain_exists_for_enterprise_connection__slug?: string | undefined;
|
|
3526
|
+
organization_membership_quota_exceeded__slug?: string | undefined;
|
|
3527
|
+
external_account_not_found__username?: string | undefined;
|
|
3528
|
+
identification_deletion_failed__username?: string | undefined;
|
|
3529
|
+
phone_number_exists__username?: string | undefined;
|
|
3530
|
+
form_identifier_not_found__username?: string | undefined;
|
|
3531
|
+
captcha_unavailable__username?: string | undefined;
|
|
3532
|
+
captcha_invalid__username?: string | undefined;
|
|
3533
|
+
passkey_not_supported__username?: string | undefined;
|
|
3534
|
+
passkey_pa_not_supported__username?: string | undefined;
|
|
3535
|
+
passkey_retrieval_cancelled__username?: string | undefined;
|
|
3536
|
+
passkey_registration_cancelled__username?: string | undefined;
|
|
3537
|
+
passkey_already_exists__username?: string | undefined;
|
|
3538
|
+
web3_missing_identifier__username?: string | undefined;
|
|
3539
|
+
form_password_pwned__username?: string | undefined;
|
|
3540
|
+
form_password_pwned__sign_in__username?: string | undefined;
|
|
3541
|
+
form_username_invalid_length__username?: string | undefined;
|
|
3542
|
+
form_username_invalid_character__username?: string | undefined;
|
|
3543
|
+
form_param_format_invalid__username?: string | undefined;
|
|
3544
|
+
form_param_format_invalid__email_address__username?: string | undefined;
|
|
3545
|
+
form_param_type_invalid__username?: string | undefined;
|
|
3546
|
+
form_param_type_invalid__phone_number__username?: string | undefined;
|
|
3547
|
+
form_param_type_invalid__email_address__username?: string | undefined;
|
|
3548
|
+
form_password_length_too_short__username?: string | undefined;
|
|
3549
|
+
form_param_nil__username?: string | undefined;
|
|
3550
|
+
form_code_incorrect__username?: string | undefined;
|
|
3551
|
+
form_password_incorrect__username?: string | undefined;
|
|
3552
|
+
form_password_validation_failed__username?: string | undefined;
|
|
3553
|
+
not_allowed_access__username?: string | undefined;
|
|
3554
|
+
form_identifier_exists__email_address__username?: string | undefined;
|
|
3555
|
+
form_identifier_exists__username__username?: string | undefined;
|
|
3556
|
+
form_identifier_exists__phone_number__username?: string | undefined;
|
|
3557
|
+
form_password_not_strong_enough__username?: string | undefined;
|
|
3558
|
+
form_password_size_in_bytes_exceeded__username?: string | undefined;
|
|
3559
|
+
form_param_value_invalid__username?: string | undefined;
|
|
3560
|
+
passwordComplexity__username?: string | undefined;
|
|
3561
|
+
session_exists__username?: string | undefined;
|
|
3562
|
+
zxcvbn__username?: string | undefined;
|
|
3563
|
+
form_param_max_length_exceeded__username?: string | undefined;
|
|
3564
|
+
organization_minimum_permissions_needed__username?: string | undefined;
|
|
3565
|
+
already_a_member_in_organization__username?: string | undefined;
|
|
3566
|
+
organization_domain_common__username?: string | undefined;
|
|
3567
|
+
organization_domain_blocked__username?: string | undefined;
|
|
3568
|
+
organization_domain_exists_for_enterprise_connection__username?: string | undefined;
|
|
3569
|
+
organization_membership_quota_exceeded__username?: string | undefined;
|
|
3570
|
+
external_account_not_found__password?: string | undefined;
|
|
3571
|
+
identification_deletion_failed__password?: string | undefined;
|
|
3572
|
+
phone_number_exists__password?: string | undefined;
|
|
3573
|
+
form_identifier_not_found__password?: string | undefined;
|
|
3574
|
+
captcha_unavailable__password?: string | undefined;
|
|
3575
|
+
captcha_invalid__password?: string | undefined;
|
|
3576
|
+
passkey_not_supported__password?: string | undefined;
|
|
3577
|
+
passkey_pa_not_supported__password?: string | undefined;
|
|
3578
|
+
passkey_retrieval_cancelled__password?: string | undefined;
|
|
3579
|
+
passkey_registration_cancelled__password?: string | undefined;
|
|
3580
|
+
passkey_already_exists__password?: string | undefined;
|
|
3581
|
+
web3_missing_identifier__password?: string | undefined;
|
|
3582
|
+
form_password_pwned__password?: string | undefined;
|
|
3583
|
+
form_password_pwned__sign_in__password?: string | undefined;
|
|
3584
|
+
form_username_invalid_length__password?: string | undefined;
|
|
3585
|
+
form_username_invalid_character__password?: string | undefined;
|
|
3586
|
+
form_param_format_invalid__password?: string | undefined;
|
|
3587
|
+
form_param_format_invalid__email_address__password?: string | undefined;
|
|
3588
|
+
form_param_type_invalid__password?: string | undefined;
|
|
3589
|
+
form_param_type_invalid__phone_number__password?: string | undefined;
|
|
3590
|
+
form_param_type_invalid__email_address__password?: string | undefined;
|
|
3591
|
+
form_password_length_too_short__password?: string | undefined;
|
|
3592
|
+
form_param_nil__password?: string | undefined;
|
|
3593
|
+
form_code_incorrect__password?: string | undefined;
|
|
3594
|
+
form_password_incorrect__password?: string | undefined;
|
|
3595
|
+
form_password_validation_failed__password?: string | undefined;
|
|
3596
|
+
not_allowed_access__password?: string | undefined;
|
|
3597
|
+
form_identifier_exists__password?: string | undefined;
|
|
3598
|
+
form_identifier_exists__email_address__password?: string | undefined;
|
|
3599
|
+
form_identifier_exists__username__password?: string | undefined;
|
|
3600
|
+
form_identifier_exists__phone_number__password?: string | undefined;
|
|
3601
|
+
form_password_not_strong_enough__password?: string | undefined;
|
|
3602
|
+
form_password_size_in_bytes_exceeded__password?: string | undefined;
|
|
3603
|
+
form_param_value_invalid__password?: string | undefined;
|
|
3604
|
+
passwordComplexity__password?: string | undefined;
|
|
3605
|
+
session_exists__password?: string | undefined;
|
|
3606
|
+
zxcvbn__password?: string | undefined;
|
|
3607
|
+
form_param_max_length_exceeded__password?: string | undefined;
|
|
3608
|
+
organization_minimum_permissions_needed__password?: string | undefined;
|
|
3609
|
+
already_a_member_in_organization__password?: string | undefined;
|
|
3610
|
+
organization_domain_common__password?: string | undefined;
|
|
3611
|
+
organization_domain_blocked__password?: string | undefined;
|
|
3612
|
+
organization_domain_exists_for_enterprise_connection__password?: string | undefined;
|
|
3613
|
+
organization_membership_quota_exceeded__password?: string | undefined;
|
|
3614
|
+
external_account_not_found__identifier?: string | undefined;
|
|
3615
|
+
identification_deletion_failed__identifier?: string | undefined;
|
|
3616
|
+
phone_number_exists__identifier?: string | undefined;
|
|
3617
|
+
form_identifier_not_found__identifier?: string | undefined;
|
|
3618
|
+
captcha_unavailable__identifier?: string | undefined;
|
|
3619
|
+
captcha_invalid__identifier?: string | undefined;
|
|
3620
|
+
passkey_not_supported__identifier?: string | undefined;
|
|
3621
|
+
passkey_pa_not_supported__identifier?: string | undefined;
|
|
3622
|
+
passkey_retrieval_cancelled__identifier?: string | undefined;
|
|
3623
|
+
passkey_registration_cancelled__identifier?: string | undefined;
|
|
3624
|
+
passkey_already_exists__identifier?: string | undefined;
|
|
3625
|
+
web3_missing_identifier__identifier?: string | undefined;
|
|
3626
|
+
form_password_pwned__identifier?: string | undefined;
|
|
3627
|
+
form_password_pwned__sign_in__identifier?: string | undefined;
|
|
3628
|
+
form_username_invalid_length__identifier?: string | undefined;
|
|
3629
|
+
form_username_invalid_character__identifier?: string | undefined;
|
|
3630
|
+
form_param_format_invalid__identifier?: string | undefined;
|
|
3631
|
+
form_param_format_invalid__email_address__identifier?: string | undefined;
|
|
3632
|
+
form_param_type_invalid__identifier?: string | undefined;
|
|
3633
|
+
form_param_type_invalid__phone_number__identifier?: string | undefined;
|
|
3634
|
+
form_param_type_invalid__email_address__identifier?: string | undefined;
|
|
3635
|
+
form_password_length_too_short__identifier?: string | undefined;
|
|
3636
|
+
form_param_nil__identifier?: string | undefined;
|
|
3637
|
+
form_code_incorrect__identifier?: string | undefined;
|
|
3638
|
+
form_password_incorrect__identifier?: string | undefined;
|
|
3639
|
+
form_password_validation_failed__identifier?: string | undefined;
|
|
3640
|
+
not_allowed_access__identifier?: string | undefined;
|
|
3641
|
+
form_identifier_exists__identifier?: string | undefined;
|
|
3642
|
+
form_identifier_exists__email_address__identifier?: string | undefined;
|
|
3643
|
+
form_identifier_exists__username__identifier?: string | undefined;
|
|
3644
|
+
form_identifier_exists__phone_number__identifier?: string | undefined;
|
|
3645
|
+
form_password_not_strong_enough__identifier?: string | undefined;
|
|
3646
|
+
form_password_size_in_bytes_exceeded__identifier?: string | undefined;
|
|
3647
|
+
form_param_value_invalid__identifier?: string | undefined;
|
|
3648
|
+
passwordComplexity__identifier?: string | undefined;
|
|
3649
|
+
session_exists__identifier?: string | undefined;
|
|
3650
|
+
zxcvbn__identifier?: string | undefined;
|
|
3651
|
+
form_param_max_length_exceeded__identifier?: string | undefined;
|
|
3652
|
+
organization_minimum_permissions_needed__identifier?: string | undefined;
|
|
3653
|
+
already_a_member_in_organization__identifier?: string | undefined;
|
|
3654
|
+
organization_domain_common__identifier?: string | undefined;
|
|
3655
|
+
organization_domain_blocked__identifier?: string | undefined;
|
|
3656
|
+
organization_domain_exists_for_enterprise_connection__identifier?: string | undefined;
|
|
3657
|
+
organization_membership_quota_exceeded__identifier?: string | undefined;
|
|
3658
|
+
external_account_not_found__code?: string | undefined;
|
|
3659
|
+
identification_deletion_failed__code?: string | undefined;
|
|
3660
|
+
phone_number_exists__code?: string | undefined;
|
|
3661
|
+
form_identifier_not_found__code?: string | undefined;
|
|
3662
|
+
captcha_unavailable__code?: string | undefined;
|
|
3663
|
+
captcha_invalid__code?: string | undefined;
|
|
3664
|
+
passkey_not_supported__code?: string | undefined;
|
|
3665
|
+
passkey_pa_not_supported__code?: string | undefined;
|
|
3666
|
+
passkey_retrieval_cancelled__code?: string | undefined;
|
|
3667
|
+
passkey_registration_cancelled__code?: string | undefined;
|
|
3668
|
+
passkey_already_exists__code?: string | undefined;
|
|
3669
|
+
web3_missing_identifier__code?: string | undefined;
|
|
3670
|
+
form_password_pwned__code?: string | undefined;
|
|
3671
|
+
form_password_pwned__sign_in__code?: string | undefined;
|
|
3672
|
+
form_username_invalid_length__code?: string | undefined;
|
|
3673
|
+
form_username_invalid_character__code?: string | undefined;
|
|
3674
|
+
form_param_format_invalid__code?: string | undefined;
|
|
3675
|
+
form_param_format_invalid__email_address__code?: string | undefined;
|
|
3676
|
+
form_param_type_invalid__code?: string | undefined;
|
|
3677
|
+
form_param_type_invalid__phone_number__code?: string | undefined;
|
|
3678
|
+
form_param_type_invalid__email_address__code?: string | undefined;
|
|
3679
|
+
form_password_length_too_short__code?: string | undefined;
|
|
3680
|
+
form_param_nil__code?: string | undefined;
|
|
3681
|
+
form_code_incorrect__code?: string | undefined;
|
|
3682
|
+
form_password_incorrect__code?: string | undefined;
|
|
3683
|
+
form_password_validation_failed__code?: string | undefined;
|
|
3684
|
+
not_allowed_access__code?: string | undefined;
|
|
3685
|
+
form_identifier_exists__code?: string | undefined;
|
|
3686
|
+
form_identifier_exists__email_address__code?: string | undefined;
|
|
3687
|
+
form_identifier_exists__username__code?: string | undefined;
|
|
3688
|
+
form_identifier_exists__phone_number__code?: string | undefined;
|
|
3689
|
+
form_password_not_strong_enough__code?: string | undefined;
|
|
3690
|
+
form_password_size_in_bytes_exceeded__code?: string | undefined;
|
|
3691
|
+
form_param_value_invalid__code?: string | undefined;
|
|
3692
|
+
passwordComplexity__code?: string | undefined;
|
|
3693
|
+
session_exists__code?: string | undefined;
|
|
3694
|
+
zxcvbn__code?: string | undefined;
|
|
3695
|
+
form_param_max_length_exceeded__code?: string | undefined;
|
|
3696
|
+
organization_minimum_permissions_needed__code?: string | undefined;
|
|
3697
|
+
already_a_member_in_organization__code?: string | undefined;
|
|
3698
|
+
organization_domain_common__code?: string | undefined;
|
|
3699
|
+
organization_domain_blocked__code?: string | undefined;
|
|
3700
|
+
organization_domain_exists_for_enterprise_connection__code?: string | undefined;
|
|
3701
|
+
organization_membership_quota_exceeded__code?: string | undefined;
|
|
3702
|
+
external_account_not_found__first_name?: string | undefined;
|
|
3703
|
+
identification_deletion_failed__first_name?: string | undefined;
|
|
3704
|
+
phone_number_exists__first_name?: string | undefined;
|
|
3705
|
+
form_identifier_not_found__first_name?: string | undefined;
|
|
3706
|
+
captcha_unavailable__first_name?: string | undefined;
|
|
3707
|
+
captcha_invalid__first_name?: string | undefined;
|
|
3708
|
+
passkey_not_supported__first_name?: string | undefined;
|
|
3709
|
+
passkey_pa_not_supported__first_name?: string | undefined;
|
|
3710
|
+
passkey_retrieval_cancelled__first_name?: string | undefined;
|
|
3711
|
+
passkey_registration_cancelled__first_name?: string | undefined;
|
|
3712
|
+
passkey_already_exists__first_name?: string | undefined;
|
|
3713
|
+
web3_missing_identifier__first_name?: string | undefined;
|
|
3714
|
+
form_password_pwned__first_name?: string | undefined;
|
|
3715
|
+
form_password_pwned__sign_in__first_name?: string | undefined;
|
|
3716
|
+
form_username_invalid_length__first_name?: string | undefined;
|
|
3717
|
+
form_username_invalid_character__first_name?: string | undefined;
|
|
3718
|
+
form_param_format_invalid__first_name?: string | undefined;
|
|
3719
|
+
form_param_format_invalid__email_address__first_name?: string | undefined;
|
|
3720
|
+
form_param_type_invalid__first_name?: string | undefined;
|
|
3721
|
+
form_param_type_invalid__phone_number__first_name?: string | undefined;
|
|
3722
|
+
form_param_type_invalid__email_address__first_name?: string | undefined;
|
|
3723
|
+
form_password_length_too_short__first_name?: string | undefined;
|
|
3724
|
+
form_param_nil__first_name?: string | undefined;
|
|
3725
|
+
form_code_incorrect__first_name?: string | undefined;
|
|
3726
|
+
form_password_incorrect__first_name?: string | undefined;
|
|
3727
|
+
form_password_validation_failed__first_name?: string | undefined;
|
|
3728
|
+
not_allowed_access__first_name?: string | undefined;
|
|
3729
|
+
form_identifier_exists__first_name?: string | undefined;
|
|
3730
|
+
form_identifier_exists__email_address__first_name?: string | undefined;
|
|
3731
|
+
form_identifier_exists__username__first_name?: string | undefined;
|
|
3732
|
+
form_identifier_exists__phone_number__first_name?: string | undefined;
|
|
3733
|
+
form_password_not_strong_enough__first_name?: string | undefined;
|
|
3734
|
+
form_password_size_in_bytes_exceeded__first_name?: string | undefined;
|
|
3735
|
+
form_param_value_invalid__first_name?: string | undefined;
|
|
3736
|
+
passwordComplexity__first_name?: string | undefined;
|
|
3737
|
+
session_exists__first_name?: string | undefined;
|
|
3738
|
+
zxcvbn__first_name?: string | undefined;
|
|
3739
|
+
form_param_max_length_exceeded__first_name?: string | undefined;
|
|
3740
|
+
organization_minimum_permissions_needed__first_name?: string | undefined;
|
|
3741
|
+
already_a_member_in_organization__first_name?: string | undefined;
|
|
3742
|
+
organization_domain_common__first_name?: string | undefined;
|
|
3743
|
+
organization_domain_blocked__first_name?: string | undefined;
|
|
3744
|
+
organization_domain_exists_for_enterprise_connection__first_name?: string | undefined;
|
|
3745
|
+
organization_membership_quota_exceeded__first_name?: string | undefined;
|
|
3746
|
+
external_account_not_found__last_name?: string | undefined;
|
|
3747
|
+
identification_deletion_failed__last_name?: string | undefined;
|
|
3748
|
+
phone_number_exists__last_name?: string | undefined;
|
|
3749
|
+
form_identifier_not_found__last_name?: string | undefined;
|
|
3750
|
+
captcha_unavailable__last_name?: string | undefined;
|
|
3751
|
+
captcha_invalid__last_name?: string | undefined;
|
|
3752
|
+
passkey_not_supported__last_name?: string | undefined;
|
|
3753
|
+
passkey_pa_not_supported__last_name?: string | undefined;
|
|
3754
|
+
passkey_retrieval_cancelled__last_name?: string | undefined;
|
|
3755
|
+
passkey_registration_cancelled__last_name?: string | undefined;
|
|
3756
|
+
passkey_already_exists__last_name?: string | undefined;
|
|
3757
|
+
web3_missing_identifier__last_name?: string | undefined;
|
|
3758
|
+
form_password_pwned__last_name?: string | undefined;
|
|
3759
|
+
form_password_pwned__sign_in__last_name?: string | undefined;
|
|
3760
|
+
form_username_invalid_length__last_name?: string | undefined;
|
|
3761
|
+
form_username_invalid_character__last_name?: string | undefined;
|
|
3762
|
+
form_param_format_invalid__last_name?: string | undefined;
|
|
3763
|
+
form_param_format_invalid__email_address__last_name?: string | undefined;
|
|
3764
|
+
form_param_type_invalid__last_name?: string | undefined;
|
|
3765
|
+
form_param_type_invalid__phone_number__last_name?: string | undefined;
|
|
3766
|
+
form_param_type_invalid__email_address__last_name?: string | undefined;
|
|
3767
|
+
form_password_length_too_short__last_name?: string | undefined;
|
|
3768
|
+
form_param_nil__last_name?: string | undefined;
|
|
3769
|
+
form_code_incorrect__last_name?: string | undefined;
|
|
3770
|
+
form_password_incorrect__last_name?: string | undefined;
|
|
3771
|
+
form_password_validation_failed__last_name?: string | undefined;
|
|
3772
|
+
not_allowed_access__last_name?: string | undefined;
|
|
3773
|
+
form_identifier_exists__last_name?: string | undefined;
|
|
3774
|
+
form_identifier_exists__email_address__last_name?: string | undefined;
|
|
3775
|
+
form_identifier_exists__username__last_name?: string | undefined;
|
|
3776
|
+
form_identifier_exists__phone_number__last_name?: string | undefined;
|
|
3777
|
+
form_password_not_strong_enough__last_name?: string | undefined;
|
|
3778
|
+
form_password_size_in_bytes_exceeded__last_name?: string | undefined;
|
|
3779
|
+
form_param_value_invalid__last_name?: string | undefined;
|
|
3780
|
+
passwordComplexity__last_name?: string | undefined;
|
|
3781
|
+
session_exists__last_name?: string | undefined;
|
|
3782
|
+
zxcvbn__last_name?: string | undefined;
|
|
3783
|
+
form_param_max_length_exceeded__last_name?: string | undefined;
|
|
3784
|
+
organization_minimum_permissions_needed__last_name?: string | undefined;
|
|
3785
|
+
already_a_member_in_organization__last_name?: string | undefined;
|
|
3786
|
+
organization_domain_common__last_name?: string | undefined;
|
|
3787
|
+
organization_domain_blocked__last_name?: string | undefined;
|
|
3788
|
+
organization_domain_exists_for_enterprise_connection__last_name?: string | undefined;
|
|
3789
|
+
organization_membership_quota_exceeded__last_name?: string | undefined;
|
|
3790
|
+
external_account_not_found__email_address?: string | undefined;
|
|
3791
|
+
identification_deletion_failed__email_address?: string | undefined;
|
|
3792
|
+
phone_number_exists__email_address?: string | undefined;
|
|
3793
|
+
form_identifier_not_found__email_address?: string | undefined;
|
|
3794
|
+
captcha_unavailable__email_address?: string | undefined;
|
|
3795
|
+
captcha_invalid__email_address?: string | undefined;
|
|
3796
|
+
passkey_not_supported__email_address?: string | undefined;
|
|
3797
|
+
passkey_pa_not_supported__email_address?: string | undefined;
|
|
3798
|
+
passkey_retrieval_cancelled__email_address?: string | undefined;
|
|
3799
|
+
passkey_registration_cancelled__email_address?: string | undefined;
|
|
3800
|
+
passkey_already_exists__email_address?: string | undefined;
|
|
3801
|
+
web3_missing_identifier__email_address?: string | undefined;
|
|
3802
|
+
form_password_pwned__email_address?: string | undefined;
|
|
3803
|
+
form_password_pwned__sign_in__email_address?: string | undefined;
|
|
3804
|
+
form_username_invalid_length__email_address?: string | undefined;
|
|
3805
|
+
form_username_invalid_character__email_address?: string | undefined;
|
|
3806
|
+
form_param_format_invalid__email_address__email_address?: string | undefined;
|
|
3807
|
+
form_param_type_invalid__phone_number__email_address?: string | undefined;
|
|
3808
|
+
form_param_type_invalid__email_address__email_address?: string | undefined;
|
|
3809
|
+
form_password_length_too_short__email_address?: string | undefined;
|
|
3810
|
+
form_param_nil__email_address?: string | undefined;
|
|
3811
|
+
form_code_incorrect__email_address?: string | undefined;
|
|
3812
|
+
form_password_incorrect__email_address?: string | undefined;
|
|
3813
|
+
form_password_validation_failed__email_address?: string | undefined;
|
|
3814
|
+
not_allowed_access__email_address?: string | undefined;
|
|
3815
|
+
form_identifier_exists__email_address__email_address?: string | undefined;
|
|
3816
|
+
form_identifier_exists__username__email_address?: string | undefined;
|
|
3817
|
+
form_identifier_exists__phone_number__email_address?: string | undefined;
|
|
3818
|
+
form_password_not_strong_enough__email_address?: string | undefined;
|
|
3819
|
+
form_password_size_in_bytes_exceeded__email_address?: string | undefined;
|
|
3820
|
+
form_param_value_invalid__email_address?: string | undefined;
|
|
3821
|
+
passwordComplexity__email_address?: string | undefined;
|
|
3822
|
+
session_exists__email_address?: string | undefined;
|
|
3823
|
+
zxcvbn__email_address?: string | undefined;
|
|
3824
|
+
form_param_max_length_exceeded__email_address?: string | undefined;
|
|
3825
|
+
organization_minimum_permissions_needed__email_address?: string | undefined;
|
|
3826
|
+
already_a_member_in_organization__email_address?: string | undefined;
|
|
3827
|
+
organization_domain_common__email_address?: string | undefined;
|
|
3828
|
+
organization_domain_blocked__email_address?: string | undefined;
|
|
3829
|
+
organization_domain_exists_for_enterprise_connection__email_address?: string | undefined;
|
|
3830
|
+
organization_membership_quota_exceeded__email_address?: string | undefined;
|
|
3831
|
+
external_account_not_found__phone_number?: string | undefined;
|
|
3832
|
+
identification_deletion_failed__phone_number?: string | undefined;
|
|
3833
|
+
phone_number_exists__phone_number?: string | undefined;
|
|
3834
|
+
form_identifier_not_found__phone_number?: string | undefined;
|
|
3835
|
+
captcha_unavailable__phone_number?: string | undefined;
|
|
3836
|
+
captcha_invalid__phone_number?: string | undefined;
|
|
3837
|
+
passkey_not_supported__phone_number?: string | undefined;
|
|
3838
|
+
passkey_pa_not_supported__phone_number?: string | undefined;
|
|
3839
|
+
passkey_retrieval_cancelled__phone_number?: string | undefined;
|
|
3840
|
+
passkey_registration_cancelled__phone_number?: string | undefined;
|
|
3841
|
+
passkey_already_exists__phone_number?: string | undefined;
|
|
3842
|
+
web3_missing_identifier__phone_number?: string | undefined;
|
|
3843
|
+
form_password_pwned__phone_number?: string | undefined;
|
|
3844
|
+
form_password_pwned__sign_in__phone_number?: string | undefined;
|
|
3845
|
+
form_username_invalid_length__phone_number?: string | undefined;
|
|
3846
|
+
form_username_invalid_character__phone_number?: string | undefined;
|
|
3847
|
+
form_param_format_invalid__phone_number?: string | undefined;
|
|
3848
|
+
form_param_format_invalid__email_address__phone_number?: string | undefined;
|
|
3849
|
+
form_param_type_invalid__phone_number__phone_number?: string | undefined;
|
|
3850
|
+
form_param_type_invalid__email_address__phone_number?: string | undefined;
|
|
3851
|
+
form_password_length_too_short__phone_number?: string | undefined;
|
|
3852
|
+
form_param_nil__phone_number?: string | undefined;
|
|
3853
|
+
form_code_incorrect__phone_number?: string | undefined;
|
|
3854
|
+
form_password_incorrect__phone_number?: string | undefined;
|
|
3855
|
+
form_password_validation_failed__phone_number?: string | undefined;
|
|
3856
|
+
not_allowed_access__phone_number?: string | undefined;
|
|
3857
|
+
form_identifier_exists__email_address__phone_number?: string | undefined;
|
|
3858
|
+
form_identifier_exists__username__phone_number?: string | undefined;
|
|
3859
|
+
form_identifier_exists__phone_number__phone_number?: string | undefined;
|
|
3860
|
+
form_password_not_strong_enough__phone_number?: string | undefined;
|
|
3861
|
+
form_password_size_in_bytes_exceeded__phone_number?: string | undefined;
|
|
3862
|
+
form_param_value_invalid__phone_number?: string | undefined;
|
|
3863
|
+
passwordComplexity__phone_number?: string | undefined;
|
|
3864
|
+
session_exists__phone_number?: string | undefined;
|
|
3865
|
+
zxcvbn__phone_number?: string | undefined;
|
|
3866
|
+
form_param_max_length_exceeded__phone_number?: string | undefined;
|
|
3867
|
+
organization_minimum_permissions_needed__phone_number?: string | undefined;
|
|
3868
|
+
already_a_member_in_organization__phone_number?: string | undefined;
|
|
3869
|
+
organization_domain_common__phone_number?: string | undefined;
|
|
3870
|
+
organization_domain_blocked__phone_number?: string | undefined;
|
|
3871
|
+
organization_domain_exists_for_enterprise_connection__phone_number?: string | undefined;
|
|
3872
|
+
organization_membership_quota_exceeded__phone_number?: string | undefined;
|
|
3873
|
+
external_account_not_found__current_password?: string | undefined;
|
|
3874
|
+
identification_deletion_failed__current_password?: string | undefined;
|
|
3875
|
+
phone_number_exists__current_password?: string | undefined;
|
|
3876
|
+
form_identifier_not_found__current_password?: string | undefined;
|
|
3877
|
+
captcha_unavailable__current_password?: string | undefined;
|
|
3878
|
+
captcha_invalid__current_password?: string | undefined;
|
|
3879
|
+
passkey_not_supported__current_password?: string | undefined;
|
|
3880
|
+
passkey_pa_not_supported__current_password?: string | undefined;
|
|
3881
|
+
passkey_retrieval_cancelled__current_password?: string | undefined;
|
|
3882
|
+
passkey_registration_cancelled__current_password?: string | undefined;
|
|
3883
|
+
passkey_already_exists__current_password?: string | undefined;
|
|
3884
|
+
web3_missing_identifier__current_password?: string | undefined;
|
|
3885
|
+
form_password_pwned__current_password?: string | undefined;
|
|
3886
|
+
form_password_pwned__sign_in__current_password?: string | undefined;
|
|
3887
|
+
form_username_invalid_length__current_password?: string | undefined;
|
|
3888
|
+
form_username_invalid_character__current_password?: string | undefined;
|
|
3889
|
+
form_param_format_invalid__current_password?: string | undefined;
|
|
3890
|
+
form_param_format_invalid__email_address__current_password?: string | undefined;
|
|
3891
|
+
form_param_type_invalid__current_password?: string | undefined;
|
|
3892
|
+
form_param_type_invalid__phone_number__current_password?: string | undefined;
|
|
3893
|
+
form_param_type_invalid__email_address__current_password?: string | undefined;
|
|
3894
|
+
form_password_length_too_short__current_password?: string | undefined;
|
|
3895
|
+
form_param_nil__current_password?: string | undefined;
|
|
3896
|
+
form_code_incorrect__current_password?: string | undefined;
|
|
3897
|
+
form_password_incorrect__current_password?: string | undefined;
|
|
3898
|
+
form_password_validation_failed__current_password?: string | undefined;
|
|
3899
|
+
not_allowed_access__current_password?: string | undefined;
|
|
3900
|
+
form_identifier_exists__current_password?: string | undefined;
|
|
3901
|
+
form_identifier_exists__email_address__current_password?: string | undefined;
|
|
3902
|
+
form_identifier_exists__username__current_password?: string | undefined;
|
|
3903
|
+
form_identifier_exists__phone_number__current_password?: string | undefined;
|
|
3904
|
+
form_password_not_strong_enough__current_password?: string | undefined;
|
|
3905
|
+
form_password_size_in_bytes_exceeded__current_password?: string | undefined;
|
|
3906
|
+
form_param_value_invalid__current_password?: string | undefined;
|
|
3907
|
+
passwordComplexity__current_password?: string | undefined;
|
|
3908
|
+
session_exists__current_password?: string | undefined;
|
|
3909
|
+
zxcvbn__current_password?: string | undefined;
|
|
3910
|
+
form_param_max_length_exceeded__current_password?: string | undefined;
|
|
3911
|
+
organization_minimum_permissions_needed__current_password?: string | undefined;
|
|
3912
|
+
already_a_member_in_organization__current_password?: string | undefined;
|
|
3913
|
+
organization_domain_common__current_password?: string | undefined;
|
|
3914
|
+
organization_domain_blocked__current_password?: string | undefined;
|
|
3915
|
+
organization_domain_exists_for_enterprise_connection__current_password?: string | undefined;
|
|
3916
|
+
organization_membership_quota_exceeded__current_password?: string | undefined;
|
|
3917
|
+
external_account_not_found__new_password?: string | undefined;
|
|
3918
|
+
identification_deletion_failed__new_password?: string | undefined;
|
|
3919
|
+
phone_number_exists__new_password?: string | undefined;
|
|
3920
|
+
form_identifier_not_found__new_password?: string | undefined;
|
|
3921
|
+
captcha_unavailable__new_password?: string | undefined;
|
|
3922
|
+
captcha_invalid__new_password?: string | undefined;
|
|
3923
|
+
passkey_not_supported__new_password?: string | undefined;
|
|
3924
|
+
passkey_pa_not_supported__new_password?: string | undefined;
|
|
3925
|
+
passkey_retrieval_cancelled__new_password?: string | undefined;
|
|
3926
|
+
passkey_registration_cancelled__new_password?: string | undefined;
|
|
3927
|
+
passkey_already_exists__new_password?: string | undefined;
|
|
3928
|
+
web3_missing_identifier__new_password?: string | undefined;
|
|
3929
|
+
form_password_pwned__new_password?: string | undefined;
|
|
3930
|
+
form_password_pwned__sign_in__new_password?: string | undefined;
|
|
3931
|
+
form_username_invalid_length__new_password?: string | undefined;
|
|
3932
|
+
form_username_invalid_character__new_password?: string | undefined;
|
|
3933
|
+
form_param_format_invalid__new_password?: string | undefined;
|
|
3934
|
+
form_param_format_invalid__email_address__new_password?: string | undefined;
|
|
3935
|
+
form_param_type_invalid__new_password?: string | undefined;
|
|
3936
|
+
form_param_type_invalid__phone_number__new_password?: string | undefined;
|
|
3937
|
+
form_param_type_invalid__email_address__new_password?: string | undefined;
|
|
3938
|
+
form_password_length_too_short__new_password?: string | undefined;
|
|
3939
|
+
form_param_nil__new_password?: string | undefined;
|
|
3940
|
+
form_code_incorrect__new_password?: string | undefined;
|
|
3941
|
+
form_password_incorrect__new_password?: string | undefined;
|
|
3942
|
+
form_password_validation_failed__new_password?: string | undefined;
|
|
3943
|
+
not_allowed_access__new_password?: string | undefined;
|
|
3944
|
+
form_identifier_exists__new_password?: string | undefined;
|
|
3945
|
+
form_identifier_exists__email_address__new_password?: string | undefined;
|
|
3946
|
+
form_identifier_exists__username__new_password?: string | undefined;
|
|
3947
|
+
form_identifier_exists__phone_number__new_password?: string | undefined;
|
|
3948
|
+
form_password_not_strong_enough__new_password?: string | undefined;
|
|
3949
|
+
form_password_size_in_bytes_exceeded__new_password?: string | undefined;
|
|
3950
|
+
form_param_value_invalid__new_password?: string | undefined;
|
|
3951
|
+
passwordComplexity__new_password?: string | undefined;
|
|
3952
|
+
session_exists__new_password?: string | undefined;
|
|
3953
|
+
zxcvbn__new_password?: string | undefined;
|
|
3954
|
+
form_param_max_length_exceeded__new_password?: string | undefined;
|
|
3955
|
+
organization_minimum_permissions_needed__new_password?: string | undefined;
|
|
3956
|
+
already_a_member_in_organization__new_password?: string | undefined;
|
|
3957
|
+
organization_domain_common__new_password?: string | undefined;
|
|
3958
|
+
organization_domain_blocked__new_password?: string | undefined;
|
|
3959
|
+
organization_domain_exists_for_enterprise_connection__new_password?: string | undefined;
|
|
3960
|
+
organization_membership_quota_exceeded__new_password?: string | undefined;
|
|
3961
|
+
external_account_not_found__sign_out_of_other_sessions?: string | undefined;
|
|
3962
|
+
identification_deletion_failed__sign_out_of_other_sessions?: string | undefined;
|
|
3963
|
+
phone_number_exists__sign_out_of_other_sessions?: string | undefined;
|
|
3964
|
+
form_identifier_not_found__sign_out_of_other_sessions?: string | undefined;
|
|
3965
|
+
captcha_unavailable__sign_out_of_other_sessions?: string | undefined;
|
|
3966
|
+
captcha_invalid__sign_out_of_other_sessions?: string | undefined;
|
|
3967
|
+
passkey_not_supported__sign_out_of_other_sessions?: string | undefined;
|
|
3968
|
+
passkey_pa_not_supported__sign_out_of_other_sessions?: string | undefined;
|
|
3969
|
+
passkey_retrieval_cancelled__sign_out_of_other_sessions?: string | undefined;
|
|
3970
|
+
passkey_registration_cancelled__sign_out_of_other_sessions?: string | undefined;
|
|
3971
|
+
passkey_already_exists__sign_out_of_other_sessions?: string | undefined;
|
|
3972
|
+
web3_missing_identifier__sign_out_of_other_sessions?: string | undefined;
|
|
3973
|
+
form_password_pwned__sign_out_of_other_sessions?: string | undefined;
|
|
3974
|
+
form_password_pwned__sign_in__sign_out_of_other_sessions?: string | undefined;
|
|
3975
|
+
form_username_invalid_length__sign_out_of_other_sessions?: string | undefined;
|
|
3976
|
+
form_username_invalid_character__sign_out_of_other_sessions?: string | undefined;
|
|
3977
|
+
form_param_format_invalid__sign_out_of_other_sessions?: string | undefined;
|
|
3978
|
+
form_param_format_invalid__email_address__sign_out_of_other_sessions?: string | undefined;
|
|
3979
|
+
form_param_type_invalid__sign_out_of_other_sessions?: string | undefined;
|
|
3980
|
+
form_param_type_invalid__phone_number__sign_out_of_other_sessions?: string | undefined;
|
|
3981
|
+
form_param_type_invalid__email_address__sign_out_of_other_sessions?: string | undefined;
|
|
3982
|
+
form_password_length_too_short__sign_out_of_other_sessions?: string | undefined;
|
|
3983
|
+
form_param_nil__sign_out_of_other_sessions?: string | undefined;
|
|
3984
|
+
form_code_incorrect__sign_out_of_other_sessions?: string | undefined;
|
|
3985
|
+
form_password_incorrect__sign_out_of_other_sessions?: string | undefined;
|
|
3986
|
+
form_password_validation_failed__sign_out_of_other_sessions?: string | undefined;
|
|
3987
|
+
not_allowed_access__sign_out_of_other_sessions?: string | undefined;
|
|
3988
|
+
form_identifier_exists__sign_out_of_other_sessions?: string | undefined;
|
|
3989
|
+
form_identifier_exists__email_address__sign_out_of_other_sessions?: string | undefined;
|
|
3990
|
+
form_identifier_exists__username__sign_out_of_other_sessions?: string | undefined;
|
|
3991
|
+
form_identifier_exists__phone_number__sign_out_of_other_sessions?: string | undefined;
|
|
3992
|
+
form_password_not_strong_enough__sign_out_of_other_sessions?: string | undefined;
|
|
3993
|
+
form_password_size_in_bytes_exceeded__sign_out_of_other_sessions?: string | undefined;
|
|
3994
|
+
form_param_value_invalid__sign_out_of_other_sessions?: string | undefined;
|
|
3995
|
+
passwordComplexity__sign_out_of_other_sessions?: string | undefined;
|
|
3996
|
+
session_exists__sign_out_of_other_sessions?: string | undefined;
|
|
3997
|
+
zxcvbn__sign_out_of_other_sessions?: string | undefined;
|
|
3998
|
+
form_param_max_length_exceeded__sign_out_of_other_sessions?: string | undefined;
|
|
3999
|
+
organization_minimum_permissions_needed__sign_out_of_other_sessions?: string | undefined;
|
|
4000
|
+
already_a_member_in_organization__sign_out_of_other_sessions?: string | undefined;
|
|
4001
|
+
organization_domain_common__sign_out_of_other_sessions?: string | undefined;
|
|
4002
|
+
organization_domain_blocked__sign_out_of_other_sessions?: string | undefined;
|
|
4003
|
+
organization_domain_exists_for_enterprise_connection__sign_out_of_other_sessions?: string | undefined;
|
|
4004
|
+
organization_membership_quota_exceeded__sign_out_of_other_sessions?: string | undefined;
|
|
4005
|
+
external_account_not_found__passkey_name?: string | undefined;
|
|
4006
|
+
identification_deletion_failed__passkey_name?: string | undefined;
|
|
4007
|
+
phone_number_exists__passkey_name?: string | undefined;
|
|
4008
|
+
form_identifier_not_found__passkey_name?: string | undefined;
|
|
4009
|
+
captcha_unavailable__passkey_name?: string | undefined;
|
|
4010
|
+
captcha_invalid__passkey_name?: string | undefined;
|
|
4011
|
+
passkey_not_supported__passkey_name?: string | undefined;
|
|
4012
|
+
passkey_pa_not_supported__passkey_name?: string | undefined;
|
|
4013
|
+
passkey_retrieval_cancelled__passkey_name?: string | undefined;
|
|
4014
|
+
passkey_registration_cancelled__passkey_name?: string | undefined;
|
|
4015
|
+
passkey_already_exists__passkey_name?: string | undefined;
|
|
4016
|
+
web3_missing_identifier__passkey_name?: string | undefined;
|
|
4017
|
+
form_password_pwned__passkey_name?: string | undefined;
|
|
4018
|
+
form_password_pwned__sign_in__passkey_name?: string | undefined;
|
|
4019
|
+
form_username_invalid_length__passkey_name?: string | undefined;
|
|
4020
|
+
form_username_invalid_character__passkey_name?: string | undefined;
|
|
4021
|
+
form_param_format_invalid__passkey_name?: string | undefined;
|
|
4022
|
+
form_param_format_invalid__email_address__passkey_name?: string | undefined;
|
|
4023
|
+
form_param_type_invalid__passkey_name?: string | undefined;
|
|
4024
|
+
form_param_type_invalid__phone_number__passkey_name?: string | undefined;
|
|
4025
|
+
form_param_type_invalid__email_address__passkey_name?: string | undefined;
|
|
4026
|
+
form_password_length_too_short__passkey_name?: string | undefined;
|
|
4027
|
+
form_param_nil__passkey_name?: string | undefined;
|
|
4028
|
+
form_code_incorrect__passkey_name?: string | undefined;
|
|
4029
|
+
form_password_incorrect__passkey_name?: string | undefined;
|
|
4030
|
+
form_password_validation_failed__passkey_name?: string | undefined;
|
|
4031
|
+
not_allowed_access__passkey_name?: string | undefined;
|
|
4032
|
+
form_identifier_exists__passkey_name?: string | undefined;
|
|
4033
|
+
form_identifier_exists__email_address__passkey_name?: string | undefined;
|
|
4034
|
+
form_identifier_exists__username__passkey_name?: string | undefined;
|
|
4035
|
+
form_identifier_exists__phone_number__passkey_name?: string | undefined;
|
|
4036
|
+
form_password_not_strong_enough__passkey_name?: string | undefined;
|
|
4037
|
+
form_password_size_in_bytes_exceeded__passkey_name?: string | undefined;
|
|
4038
|
+
form_param_value_invalid__passkey_name?: string | undefined;
|
|
4039
|
+
passwordComplexity__passkey_name?: string | undefined;
|
|
4040
|
+
session_exists__passkey_name?: string | undefined;
|
|
4041
|
+
zxcvbn__passkey_name?: string | undefined;
|
|
4042
|
+
form_param_max_length_exceeded__passkey_name?: string | undefined;
|
|
4043
|
+
organization_minimum_permissions_needed__passkey_name?: string | undefined;
|
|
4044
|
+
already_a_member_in_organization__passkey_name?: string | undefined;
|
|
4045
|
+
organization_domain_common__passkey_name?: string | undefined;
|
|
4046
|
+
organization_domain_blocked__passkey_name?: string | undefined;
|
|
4047
|
+
organization_domain_exists_for_enterprise_connection__passkey_name?: string | undefined;
|
|
4048
|
+
organization_membership_quota_exceeded__passkey_name?: string | undefined;
|
|
4049
|
+
external_account_not_found__confirm_password?: string | undefined;
|
|
4050
|
+
identification_deletion_failed__confirm_password?: string | undefined;
|
|
4051
|
+
phone_number_exists__confirm_password?: string | undefined;
|
|
4052
|
+
form_identifier_not_found__confirm_password?: string | undefined;
|
|
4053
|
+
captcha_unavailable__confirm_password?: string | undefined;
|
|
4054
|
+
captcha_invalid__confirm_password?: string | undefined;
|
|
4055
|
+
passkey_not_supported__confirm_password?: string | undefined;
|
|
4056
|
+
passkey_pa_not_supported__confirm_password?: string | undefined;
|
|
4057
|
+
passkey_retrieval_cancelled__confirm_password?: string | undefined;
|
|
4058
|
+
passkey_registration_cancelled__confirm_password?: string | undefined;
|
|
4059
|
+
passkey_already_exists__confirm_password?: string | undefined;
|
|
4060
|
+
web3_missing_identifier__confirm_password?: string | undefined;
|
|
4061
|
+
form_password_pwned__confirm_password?: string | undefined;
|
|
4062
|
+
form_password_pwned__sign_in__confirm_password?: string | undefined;
|
|
4063
|
+
form_username_invalid_length__confirm_password?: string | undefined;
|
|
4064
|
+
form_username_invalid_character__confirm_password?: string | undefined;
|
|
4065
|
+
form_param_format_invalid__confirm_password?: string | undefined;
|
|
4066
|
+
form_param_format_invalid__email_address__confirm_password?: string | undefined;
|
|
4067
|
+
form_param_type_invalid__confirm_password?: string | undefined;
|
|
4068
|
+
form_param_type_invalid__phone_number__confirm_password?: string | undefined;
|
|
4069
|
+
form_param_type_invalid__email_address__confirm_password?: string | undefined;
|
|
4070
|
+
form_password_length_too_short__confirm_password?: string | undefined;
|
|
4071
|
+
form_param_nil__confirm_password?: string | undefined;
|
|
4072
|
+
form_code_incorrect__confirm_password?: string | undefined;
|
|
4073
|
+
form_password_incorrect__confirm_password?: string | undefined;
|
|
4074
|
+
form_password_validation_failed__confirm_password?: string | undefined;
|
|
4075
|
+
not_allowed_access__confirm_password?: string | undefined;
|
|
4076
|
+
form_identifier_exists__confirm_password?: string | undefined;
|
|
4077
|
+
form_identifier_exists__email_address__confirm_password?: string | undefined;
|
|
4078
|
+
form_identifier_exists__username__confirm_password?: string | undefined;
|
|
4079
|
+
form_identifier_exists__phone_number__confirm_password?: string | undefined;
|
|
4080
|
+
form_password_not_strong_enough__confirm_password?: string | undefined;
|
|
4081
|
+
form_password_size_in_bytes_exceeded__confirm_password?: string | undefined;
|
|
4082
|
+
form_param_value_invalid__confirm_password?: string | undefined;
|
|
4083
|
+
passwordComplexity__confirm_password?: string | undefined;
|
|
4084
|
+
session_exists__confirm_password?: string | undefined;
|
|
4085
|
+
zxcvbn__confirm_password?: string | undefined;
|
|
4086
|
+
form_param_max_length_exceeded__confirm_password?: string | undefined;
|
|
4087
|
+
organization_minimum_permissions_needed__confirm_password?: string | undefined;
|
|
4088
|
+
already_a_member_in_organization__confirm_password?: string | undefined;
|
|
4089
|
+
organization_domain_common__confirm_password?: string | undefined;
|
|
4090
|
+
organization_domain_blocked__confirm_password?: string | undefined;
|
|
4091
|
+
organization_domain_exists_for_enterprise_connection__confirm_password?: string | undefined;
|
|
4092
|
+
organization_membership_quota_exceeded__confirm_password?: string | undefined;
|
|
4093
|
+
external_account_not_found__delete_confirmation?: string | undefined;
|
|
4094
|
+
identification_deletion_failed__delete_confirmation?: string | undefined;
|
|
4095
|
+
phone_number_exists__delete_confirmation?: string | undefined;
|
|
4096
|
+
form_identifier_not_found__delete_confirmation?: string | undefined;
|
|
4097
|
+
captcha_unavailable__delete_confirmation?: string | undefined;
|
|
4098
|
+
captcha_invalid__delete_confirmation?: string | undefined;
|
|
4099
|
+
passkey_not_supported__delete_confirmation?: string | undefined;
|
|
4100
|
+
passkey_pa_not_supported__delete_confirmation?: string | undefined;
|
|
4101
|
+
passkey_retrieval_cancelled__delete_confirmation?: string | undefined;
|
|
4102
|
+
passkey_registration_cancelled__delete_confirmation?: string | undefined;
|
|
4103
|
+
passkey_already_exists__delete_confirmation?: string | undefined;
|
|
4104
|
+
web3_missing_identifier__delete_confirmation?: string | undefined;
|
|
4105
|
+
form_password_pwned__delete_confirmation?: string | undefined;
|
|
4106
|
+
form_password_pwned__sign_in__delete_confirmation?: string | undefined;
|
|
4107
|
+
form_username_invalid_length__delete_confirmation?: string | undefined;
|
|
4108
|
+
form_username_invalid_character__delete_confirmation?: string | undefined;
|
|
4109
|
+
form_param_format_invalid__delete_confirmation?: string | undefined;
|
|
4110
|
+
form_param_format_invalid__email_address__delete_confirmation?: string | undefined;
|
|
4111
|
+
form_param_type_invalid__delete_confirmation?: string | undefined;
|
|
4112
|
+
form_param_type_invalid__phone_number__delete_confirmation?: string | undefined;
|
|
4113
|
+
form_param_type_invalid__email_address__delete_confirmation?: string | undefined;
|
|
4114
|
+
form_password_length_too_short__delete_confirmation?: string | undefined;
|
|
4115
|
+
form_param_nil__delete_confirmation?: string | undefined;
|
|
4116
|
+
form_code_incorrect__delete_confirmation?: string | undefined;
|
|
4117
|
+
form_password_incorrect__delete_confirmation?: string | undefined;
|
|
4118
|
+
form_password_validation_failed__delete_confirmation?: string | undefined;
|
|
4119
|
+
not_allowed_access__delete_confirmation?: string | undefined;
|
|
4120
|
+
form_identifier_exists__delete_confirmation?: string | undefined;
|
|
4121
|
+
form_identifier_exists__email_address__delete_confirmation?: string | undefined;
|
|
4122
|
+
form_identifier_exists__username__delete_confirmation?: string | undefined;
|
|
4123
|
+
form_identifier_exists__phone_number__delete_confirmation?: string | undefined;
|
|
4124
|
+
form_password_not_strong_enough__delete_confirmation?: string | undefined;
|
|
4125
|
+
form_password_size_in_bytes_exceeded__delete_confirmation?: string | undefined;
|
|
4126
|
+
form_param_value_invalid__delete_confirmation?: string | undefined;
|
|
4127
|
+
passwordComplexity__delete_confirmation?: string | undefined;
|
|
4128
|
+
session_exists__delete_confirmation?: string | undefined;
|
|
4129
|
+
zxcvbn__delete_confirmation?: string | undefined;
|
|
4130
|
+
form_param_max_length_exceeded__delete_confirmation?: string | undefined;
|
|
4131
|
+
organization_minimum_permissions_needed__delete_confirmation?: string | undefined;
|
|
4132
|
+
already_a_member_in_organization__delete_confirmation?: string | undefined;
|
|
4133
|
+
organization_domain_common__delete_confirmation?: string | undefined;
|
|
4134
|
+
organization_domain_blocked__delete_confirmation?: string | undefined;
|
|
4135
|
+
organization_domain_exists_for_enterprise_connection__delete_confirmation?: string | undefined;
|
|
4136
|
+
organization_membership_quota_exceeded__delete_confirmation?: string | undefined;
|
|
4137
|
+
external_account_not_found__delete_organization_confirmation?: string | undefined;
|
|
4138
|
+
identification_deletion_failed__delete_organization_confirmation?: string | undefined;
|
|
4139
|
+
phone_number_exists__delete_organization_confirmation?: string | undefined;
|
|
4140
|
+
form_identifier_not_found__delete_organization_confirmation?: string | undefined;
|
|
4141
|
+
captcha_unavailable__delete_organization_confirmation?: string | undefined;
|
|
4142
|
+
captcha_invalid__delete_organization_confirmation?: string | undefined;
|
|
4143
|
+
passkey_not_supported__delete_organization_confirmation?: string | undefined;
|
|
4144
|
+
passkey_pa_not_supported__delete_organization_confirmation?: string | undefined;
|
|
4145
|
+
passkey_retrieval_cancelled__delete_organization_confirmation?: string | undefined;
|
|
4146
|
+
passkey_registration_cancelled__delete_organization_confirmation?: string | undefined;
|
|
4147
|
+
passkey_already_exists__delete_organization_confirmation?: string | undefined;
|
|
4148
|
+
web3_missing_identifier__delete_organization_confirmation?: string | undefined;
|
|
4149
|
+
form_password_pwned__delete_organization_confirmation?: string | undefined;
|
|
4150
|
+
form_password_pwned__sign_in__delete_organization_confirmation?: string | undefined;
|
|
4151
|
+
form_username_invalid_length__delete_organization_confirmation?: string | undefined;
|
|
4152
|
+
form_username_invalid_character__delete_organization_confirmation?: string | undefined;
|
|
4153
|
+
form_param_format_invalid__delete_organization_confirmation?: string | undefined;
|
|
4154
|
+
form_param_format_invalid__email_address__delete_organization_confirmation?: string | undefined;
|
|
4155
|
+
form_param_type_invalid__delete_organization_confirmation?: string | undefined;
|
|
4156
|
+
form_param_type_invalid__phone_number__delete_organization_confirmation?: string | undefined;
|
|
4157
|
+
form_param_type_invalid__email_address__delete_organization_confirmation?: string | undefined;
|
|
4158
|
+
form_password_length_too_short__delete_organization_confirmation?: string | undefined;
|
|
4159
|
+
form_param_nil__delete_organization_confirmation?: string | undefined;
|
|
4160
|
+
form_code_incorrect__delete_organization_confirmation?: string | undefined;
|
|
4161
|
+
form_password_incorrect__delete_organization_confirmation?: string | undefined;
|
|
4162
|
+
form_password_validation_failed__delete_organization_confirmation?: string | undefined;
|
|
4163
|
+
not_allowed_access__delete_organization_confirmation?: string | undefined;
|
|
4164
|
+
form_identifier_exists__delete_organization_confirmation?: string | undefined;
|
|
4165
|
+
form_identifier_exists__email_address__delete_organization_confirmation?: string | undefined;
|
|
4166
|
+
form_identifier_exists__username__delete_organization_confirmation?: string | undefined;
|
|
4167
|
+
form_identifier_exists__phone_number__delete_organization_confirmation?: string | undefined;
|
|
4168
|
+
form_password_not_strong_enough__delete_organization_confirmation?: string | undefined;
|
|
4169
|
+
form_password_size_in_bytes_exceeded__delete_organization_confirmation?: string | undefined;
|
|
4170
|
+
form_param_value_invalid__delete_organization_confirmation?: string | undefined;
|
|
4171
|
+
passwordComplexity__delete_organization_confirmation?: string | undefined;
|
|
4172
|
+
session_exists__delete_organization_confirmation?: string | undefined;
|
|
4173
|
+
zxcvbn__delete_organization_confirmation?: string | undefined;
|
|
4174
|
+
form_param_max_length_exceeded__delete_organization_confirmation?: string | undefined;
|
|
4175
|
+
organization_minimum_permissions_needed__delete_organization_confirmation?: string | undefined;
|
|
4176
|
+
already_a_member_in_organization__delete_organization_confirmation?: string | undefined;
|
|
4177
|
+
organization_domain_common__delete_organization_confirmation?: string | undefined;
|
|
4178
|
+
organization_domain_blocked__delete_organization_confirmation?: string | undefined;
|
|
4179
|
+
organization_domain_exists_for_enterprise_connection__delete_organization_confirmation?: string | undefined;
|
|
4180
|
+
organization_membership_quota_exceeded__delete_organization_confirmation?: string | undefined;
|
|
4181
|
+
external_account_not_found__enrollment_mode?: string | undefined;
|
|
4182
|
+
identification_deletion_failed__enrollment_mode?: string | undefined;
|
|
4183
|
+
phone_number_exists__enrollment_mode?: string | undefined;
|
|
4184
|
+
form_identifier_not_found__enrollment_mode?: string | undefined;
|
|
4185
|
+
captcha_unavailable__enrollment_mode?: string | undefined;
|
|
4186
|
+
captcha_invalid__enrollment_mode?: string | undefined;
|
|
4187
|
+
passkey_not_supported__enrollment_mode?: string | undefined;
|
|
4188
|
+
passkey_pa_not_supported__enrollment_mode?: string | undefined;
|
|
4189
|
+
passkey_retrieval_cancelled__enrollment_mode?: string | undefined;
|
|
4190
|
+
passkey_registration_cancelled__enrollment_mode?: string | undefined;
|
|
4191
|
+
passkey_already_exists__enrollment_mode?: string | undefined;
|
|
4192
|
+
web3_missing_identifier__enrollment_mode?: string | undefined;
|
|
4193
|
+
form_password_pwned__enrollment_mode?: string | undefined;
|
|
4194
|
+
form_password_pwned__sign_in__enrollment_mode?: string | undefined;
|
|
4195
|
+
form_username_invalid_length__enrollment_mode?: string | undefined;
|
|
4196
|
+
form_username_invalid_character__enrollment_mode?: string | undefined;
|
|
4197
|
+
form_param_format_invalid__enrollment_mode?: string | undefined;
|
|
4198
|
+
form_param_format_invalid__email_address__enrollment_mode?: string | undefined;
|
|
4199
|
+
form_param_type_invalid__enrollment_mode?: string | undefined;
|
|
4200
|
+
form_param_type_invalid__phone_number__enrollment_mode?: string | undefined;
|
|
4201
|
+
form_param_type_invalid__email_address__enrollment_mode?: string | undefined;
|
|
4202
|
+
form_password_length_too_short__enrollment_mode?: string | undefined;
|
|
4203
|
+
form_param_nil__enrollment_mode?: string | undefined;
|
|
4204
|
+
form_code_incorrect__enrollment_mode?: string | undefined;
|
|
4205
|
+
form_password_incorrect__enrollment_mode?: string | undefined;
|
|
4206
|
+
form_password_validation_failed__enrollment_mode?: string | undefined;
|
|
4207
|
+
not_allowed_access__enrollment_mode?: string | undefined;
|
|
4208
|
+
form_identifier_exists__enrollment_mode?: string | undefined;
|
|
4209
|
+
form_identifier_exists__email_address__enrollment_mode?: string | undefined;
|
|
4210
|
+
form_identifier_exists__username__enrollment_mode?: string | undefined;
|
|
4211
|
+
form_identifier_exists__phone_number__enrollment_mode?: string | undefined;
|
|
4212
|
+
form_password_not_strong_enough__enrollment_mode?: string | undefined;
|
|
4213
|
+
form_password_size_in_bytes_exceeded__enrollment_mode?: string | undefined;
|
|
4214
|
+
form_param_value_invalid__enrollment_mode?: string | undefined;
|
|
4215
|
+
passwordComplexity__enrollment_mode?: string | undefined;
|
|
4216
|
+
session_exists__enrollment_mode?: string | undefined;
|
|
4217
|
+
zxcvbn__enrollment_mode?: string | undefined;
|
|
4218
|
+
form_param_max_length_exceeded__enrollment_mode?: string | undefined;
|
|
4219
|
+
organization_minimum_permissions_needed__enrollment_mode?: string | undefined;
|
|
4220
|
+
already_a_member_in_organization__enrollment_mode?: string | undefined;
|
|
4221
|
+
organization_domain_common__enrollment_mode?: string | undefined;
|
|
4222
|
+
organization_domain_blocked__enrollment_mode?: string | undefined;
|
|
4223
|
+
organization_domain_exists_for_enterprise_connection__enrollment_mode?: string | undefined;
|
|
4224
|
+
organization_membership_quota_exceeded__enrollment_mode?: string | undefined;
|
|
4225
|
+
external_account_not_found__affiliation_email_address?: string | undefined;
|
|
4226
|
+
identification_deletion_failed__affiliation_email_address?: string | undefined;
|
|
4227
|
+
phone_number_exists__affiliation_email_address?: string | undefined;
|
|
4228
|
+
form_identifier_not_found__affiliation_email_address?: string | undefined;
|
|
4229
|
+
captcha_unavailable__affiliation_email_address?: string | undefined;
|
|
4230
|
+
captcha_invalid__affiliation_email_address?: string | undefined;
|
|
4231
|
+
passkey_not_supported__affiliation_email_address?: string | undefined;
|
|
4232
|
+
passkey_pa_not_supported__affiliation_email_address?: string | undefined;
|
|
4233
|
+
passkey_retrieval_cancelled__affiliation_email_address?: string | undefined;
|
|
4234
|
+
passkey_registration_cancelled__affiliation_email_address?: string | undefined;
|
|
4235
|
+
passkey_already_exists__affiliation_email_address?: string | undefined;
|
|
4236
|
+
web3_missing_identifier__affiliation_email_address?: string | undefined;
|
|
4237
|
+
form_password_pwned__affiliation_email_address?: string | undefined;
|
|
4238
|
+
form_password_pwned__sign_in__affiliation_email_address?: string | undefined;
|
|
4239
|
+
form_username_invalid_length__affiliation_email_address?: string | undefined;
|
|
4240
|
+
form_username_invalid_character__affiliation_email_address?: string | undefined;
|
|
4241
|
+
form_param_format_invalid__affiliation_email_address?: string | undefined;
|
|
4242
|
+
form_param_format_invalid__email_address__affiliation_email_address?: string | undefined;
|
|
4243
|
+
form_param_type_invalid__affiliation_email_address?: string | undefined;
|
|
4244
|
+
form_param_type_invalid__phone_number__affiliation_email_address?: string | undefined;
|
|
4245
|
+
form_param_type_invalid__email_address__affiliation_email_address?: string | undefined;
|
|
4246
|
+
form_password_length_too_short__affiliation_email_address?: string | undefined;
|
|
4247
|
+
form_param_nil__affiliation_email_address?: string | undefined;
|
|
4248
|
+
form_code_incorrect__affiliation_email_address?: string | undefined;
|
|
4249
|
+
form_password_incorrect__affiliation_email_address?: string | undefined;
|
|
4250
|
+
form_password_validation_failed__affiliation_email_address?: string | undefined;
|
|
4251
|
+
not_allowed_access__affiliation_email_address?: string | undefined;
|
|
4252
|
+
form_identifier_exists__affiliation_email_address?: string | undefined;
|
|
4253
|
+
form_identifier_exists__email_address__affiliation_email_address?: string | undefined;
|
|
4254
|
+
form_identifier_exists__username__affiliation_email_address?: string | undefined;
|
|
4255
|
+
form_identifier_exists__phone_number__affiliation_email_address?: string | undefined;
|
|
4256
|
+
form_password_not_strong_enough__affiliation_email_address?: string | undefined;
|
|
4257
|
+
form_password_size_in_bytes_exceeded__affiliation_email_address?: string | undefined;
|
|
4258
|
+
form_param_value_invalid__affiliation_email_address?: string | undefined;
|
|
4259
|
+
passwordComplexity__affiliation_email_address?: string | undefined;
|
|
4260
|
+
session_exists__affiliation_email_address?: string | undefined;
|
|
4261
|
+
zxcvbn__affiliation_email_address?: string | undefined;
|
|
4262
|
+
form_param_max_length_exceeded__affiliation_email_address?: string | undefined;
|
|
4263
|
+
organization_minimum_permissions_needed__affiliation_email_address?: string | undefined;
|
|
4264
|
+
already_a_member_in_organization__affiliation_email_address?: string | undefined;
|
|
4265
|
+
organization_domain_common__affiliation_email_address?: string | undefined;
|
|
4266
|
+
organization_domain_blocked__affiliation_email_address?: string | undefined;
|
|
4267
|
+
organization_domain_exists_for_enterprise_connection__affiliation_email_address?: string | undefined;
|
|
4268
|
+
organization_membership_quota_exceeded__affiliation_email_address?: string | undefined;
|
|
4269
|
+
external_account_not_found__delete_existing_invitations_suggestions?: string | undefined;
|
|
4270
|
+
identification_deletion_failed__delete_existing_invitations_suggestions?: string | undefined;
|
|
4271
|
+
phone_number_exists__delete_existing_invitations_suggestions?: string | undefined;
|
|
4272
|
+
form_identifier_not_found__delete_existing_invitations_suggestions?: string | undefined;
|
|
4273
|
+
captcha_unavailable__delete_existing_invitations_suggestions?: string | undefined;
|
|
4274
|
+
captcha_invalid__delete_existing_invitations_suggestions?: string | undefined;
|
|
4275
|
+
passkey_not_supported__delete_existing_invitations_suggestions?: string | undefined;
|
|
4276
|
+
passkey_pa_not_supported__delete_existing_invitations_suggestions?: string | undefined;
|
|
4277
|
+
passkey_retrieval_cancelled__delete_existing_invitations_suggestions?: string | undefined;
|
|
4278
|
+
passkey_registration_cancelled__delete_existing_invitations_suggestions?: string | undefined;
|
|
4279
|
+
passkey_already_exists__delete_existing_invitations_suggestions?: string | undefined;
|
|
4280
|
+
web3_missing_identifier__delete_existing_invitations_suggestions?: string | undefined;
|
|
4281
|
+
form_password_pwned__delete_existing_invitations_suggestions?: string | undefined;
|
|
4282
|
+
form_password_pwned__sign_in__delete_existing_invitations_suggestions?: string | undefined;
|
|
4283
|
+
form_username_invalid_length__delete_existing_invitations_suggestions?: string | undefined;
|
|
4284
|
+
form_username_invalid_character__delete_existing_invitations_suggestions?: string | undefined;
|
|
4285
|
+
form_param_format_invalid__delete_existing_invitations_suggestions?: string | undefined;
|
|
4286
|
+
form_param_format_invalid__email_address__delete_existing_invitations_suggestions?: string | undefined;
|
|
4287
|
+
form_param_type_invalid__delete_existing_invitations_suggestions?: string | undefined;
|
|
4288
|
+
form_param_type_invalid__phone_number__delete_existing_invitations_suggestions?: string | undefined;
|
|
4289
|
+
form_param_type_invalid__email_address__delete_existing_invitations_suggestions?: string | undefined;
|
|
4290
|
+
form_password_length_too_short__delete_existing_invitations_suggestions?: string | undefined;
|
|
4291
|
+
form_param_nil__delete_existing_invitations_suggestions?: string | undefined;
|
|
4292
|
+
form_code_incorrect__delete_existing_invitations_suggestions?: string | undefined;
|
|
4293
|
+
form_password_incorrect__delete_existing_invitations_suggestions?: string | undefined;
|
|
4294
|
+
form_password_validation_failed__delete_existing_invitations_suggestions?: string | undefined;
|
|
4295
|
+
not_allowed_access__delete_existing_invitations_suggestions?: string | undefined;
|
|
4296
|
+
form_identifier_exists__delete_existing_invitations_suggestions?: string | undefined;
|
|
4297
|
+
form_identifier_exists__email_address__delete_existing_invitations_suggestions?: string | undefined;
|
|
4298
|
+
form_identifier_exists__username__delete_existing_invitations_suggestions?: string | undefined;
|
|
4299
|
+
form_identifier_exists__phone_number__delete_existing_invitations_suggestions?: string | undefined;
|
|
4300
|
+
form_password_not_strong_enough__delete_existing_invitations_suggestions?: string | undefined;
|
|
4301
|
+
form_password_size_in_bytes_exceeded__delete_existing_invitations_suggestions?: string | undefined;
|
|
4302
|
+
form_param_value_invalid__delete_existing_invitations_suggestions?: string | undefined;
|
|
4303
|
+
passwordComplexity__delete_existing_invitations_suggestions?: string | undefined;
|
|
4304
|
+
session_exists__delete_existing_invitations_suggestions?: string | undefined;
|
|
4305
|
+
zxcvbn__delete_existing_invitations_suggestions?: string | undefined;
|
|
4306
|
+
form_param_max_length_exceeded__delete_existing_invitations_suggestions?: string | undefined;
|
|
4307
|
+
organization_minimum_permissions_needed__delete_existing_invitations_suggestions?: string | undefined;
|
|
4308
|
+
already_a_member_in_organization__delete_existing_invitations_suggestions?: string | undefined;
|
|
4309
|
+
organization_domain_common__delete_existing_invitations_suggestions?: string | undefined;
|
|
4310
|
+
organization_domain_blocked__delete_existing_invitations_suggestions?: string | undefined;
|
|
4311
|
+
organization_domain_exists_for_enterprise_connection__delete_existing_invitations_suggestions?: string | undefined;
|
|
4312
|
+
organization_membership_quota_exceeded__delete_existing_invitations_suggestions?: string | undefined;
|
|
4313
|
+
external_account_not_found__legal_accepted?: string | undefined;
|
|
4314
|
+
identification_deletion_failed__legal_accepted?: string | undefined;
|
|
4315
|
+
phone_number_exists__legal_accepted?: string | undefined;
|
|
4316
|
+
form_identifier_not_found__legal_accepted?: string | undefined;
|
|
4317
|
+
captcha_unavailable__legal_accepted?: string | undefined;
|
|
4318
|
+
captcha_invalid__legal_accepted?: string | undefined;
|
|
4319
|
+
passkey_not_supported__legal_accepted?: string | undefined;
|
|
4320
|
+
passkey_pa_not_supported__legal_accepted?: string | undefined;
|
|
4321
|
+
passkey_retrieval_cancelled__legal_accepted?: string | undefined;
|
|
4322
|
+
passkey_registration_cancelled__legal_accepted?: string | undefined;
|
|
4323
|
+
passkey_already_exists__legal_accepted?: string | undefined;
|
|
4324
|
+
web3_missing_identifier__legal_accepted?: string | undefined;
|
|
4325
|
+
form_password_pwned__legal_accepted?: string | undefined;
|
|
4326
|
+
form_password_pwned__sign_in__legal_accepted?: string | undefined;
|
|
4327
|
+
form_username_invalid_length__legal_accepted?: string | undefined;
|
|
4328
|
+
form_username_invalid_character__legal_accepted?: string | undefined;
|
|
4329
|
+
form_param_format_invalid__legal_accepted?: string | undefined;
|
|
4330
|
+
form_param_format_invalid__email_address__legal_accepted?: string | undefined;
|
|
4331
|
+
form_param_type_invalid__legal_accepted?: string | undefined;
|
|
4332
|
+
form_param_type_invalid__phone_number__legal_accepted?: string | undefined;
|
|
4333
|
+
form_param_type_invalid__email_address__legal_accepted?: string | undefined;
|
|
4334
|
+
form_password_length_too_short__legal_accepted?: string | undefined;
|
|
4335
|
+
form_param_nil__legal_accepted?: string | undefined;
|
|
4336
|
+
form_code_incorrect__legal_accepted?: string | undefined;
|
|
4337
|
+
form_password_incorrect__legal_accepted?: string | undefined;
|
|
4338
|
+
form_password_validation_failed__legal_accepted?: string | undefined;
|
|
4339
|
+
not_allowed_access__legal_accepted?: string | undefined;
|
|
4340
|
+
form_identifier_exists__legal_accepted?: string | undefined;
|
|
4341
|
+
form_identifier_exists__email_address__legal_accepted?: string | undefined;
|
|
4342
|
+
form_identifier_exists__username__legal_accepted?: string | undefined;
|
|
4343
|
+
form_identifier_exists__phone_number__legal_accepted?: string | undefined;
|
|
4344
|
+
form_password_not_strong_enough__legal_accepted?: string | undefined;
|
|
4345
|
+
form_password_size_in_bytes_exceeded__legal_accepted?: string | undefined;
|
|
4346
|
+
form_param_value_invalid__legal_accepted?: string | undefined;
|
|
4347
|
+
passwordComplexity__legal_accepted?: string | undefined;
|
|
4348
|
+
session_exists__legal_accepted?: string | undefined;
|
|
4349
|
+
zxcvbn__legal_accepted?: string | undefined;
|
|
4350
|
+
form_param_max_length_exceeded__legal_accepted?: string | undefined;
|
|
4351
|
+
organization_minimum_permissions_needed__legal_accepted?: string | undefined;
|
|
4352
|
+
already_a_member_in_organization__legal_accepted?: string | undefined;
|
|
4353
|
+
organization_domain_common__legal_accepted?: string | undefined;
|
|
4354
|
+
organization_domain_blocked__legal_accepted?: string | undefined;
|
|
4355
|
+
organization_domain_exists_for_enterprise_connection__legal_accepted?: string | undefined;
|
|
4356
|
+
organization_membership_quota_exceeded__legal_accepted?: string | undefined;
|
|
4357
|
+
external_account_not_found__api_key_description?: string | undefined;
|
|
4358
|
+
identification_deletion_failed__api_key_description?: string | undefined;
|
|
4359
|
+
phone_number_exists__api_key_description?: string | undefined;
|
|
4360
|
+
form_identifier_not_found__api_key_description?: string | undefined;
|
|
4361
|
+
captcha_unavailable__api_key_description?: string | undefined;
|
|
4362
|
+
captcha_invalid__api_key_description?: string | undefined;
|
|
4363
|
+
passkey_not_supported__api_key_description?: string | undefined;
|
|
4364
|
+
passkey_pa_not_supported__api_key_description?: string | undefined;
|
|
4365
|
+
passkey_retrieval_cancelled__api_key_description?: string | undefined;
|
|
4366
|
+
passkey_registration_cancelled__api_key_description?: string | undefined;
|
|
4367
|
+
passkey_already_exists__api_key_description?: string | undefined;
|
|
4368
|
+
web3_missing_identifier__api_key_description?: string | undefined;
|
|
4369
|
+
form_password_pwned__api_key_description?: string | undefined;
|
|
4370
|
+
form_password_pwned__sign_in__api_key_description?: string | undefined;
|
|
4371
|
+
form_username_invalid_length__api_key_description?: string | undefined;
|
|
4372
|
+
form_username_invalid_character__api_key_description?: string | undefined;
|
|
4373
|
+
form_param_format_invalid__api_key_description?: string | undefined;
|
|
4374
|
+
form_param_format_invalid__email_address__api_key_description?: string | undefined;
|
|
4375
|
+
form_param_type_invalid__api_key_description?: string | undefined;
|
|
4376
|
+
form_param_type_invalid__phone_number__api_key_description?: string | undefined;
|
|
4377
|
+
form_param_type_invalid__email_address__api_key_description?: string | undefined;
|
|
4378
|
+
form_password_length_too_short__api_key_description?: string | undefined;
|
|
4379
|
+
form_param_nil__api_key_description?: string | undefined;
|
|
4380
|
+
form_code_incorrect__api_key_description?: string | undefined;
|
|
4381
|
+
form_password_incorrect__api_key_description?: string | undefined;
|
|
4382
|
+
form_password_validation_failed__api_key_description?: string | undefined;
|
|
4383
|
+
not_allowed_access__api_key_description?: string | undefined;
|
|
4384
|
+
form_identifier_exists__api_key_description?: string | undefined;
|
|
4385
|
+
form_identifier_exists__email_address__api_key_description?: string | undefined;
|
|
4386
|
+
form_identifier_exists__username__api_key_description?: string | undefined;
|
|
4387
|
+
form_identifier_exists__phone_number__api_key_description?: string | undefined;
|
|
4388
|
+
form_password_not_strong_enough__api_key_description?: string | undefined;
|
|
4389
|
+
form_password_size_in_bytes_exceeded__api_key_description?: string | undefined;
|
|
4390
|
+
form_param_value_invalid__api_key_description?: string | undefined;
|
|
4391
|
+
passwordComplexity__api_key_description?: string | undefined;
|
|
4392
|
+
session_exists__api_key_description?: string | undefined;
|
|
4393
|
+
zxcvbn__api_key_description?: string | undefined;
|
|
4394
|
+
form_param_max_length_exceeded__api_key_description?: string | undefined;
|
|
4395
|
+
organization_minimum_permissions_needed__api_key_description?: string | undefined;
|
|
4396
|
+
already_a_member_in_organization__api_key_description?: string | undefined;
|
|
4397
|
+
organization_domain_common__api_key_description?: string | undefined;
|
|
4398
|
+
organization_domain_blocked__api_key_description?: string | undefined;
|
|
4399
|
+
organization_domain_exists_for_enterprise_connection__api_key_description?: string | undefined;
|
|
4400
|
+
organization_membership_quota_exceeded__api_key_description?: string | undefined;
|
|
4401
|
+
external_account_not_found__api_key_expiration_date?: string | undefined;
|
|
4402
|
+
identification_deletion_failed__api_key_expiration_date?: string | undefined;
|
|
4403
|
+
phone_number_exists__api_key_expiration_date?: string | undefined;
|
|
4404
|
+
form_identifier_not_found__api_key_expiration_date?: string | undefined;
|
|
4405
|
+
captcha_unavailable__api_key_expiration_date?: string | undefined;
|
|
4406
|
+
captcha_invalid__api_key_expiration_date?: string | undefined;
|
|
4407
|
+
passkey_not_supported__api_key_expiration_date?: string | undefined;
|
|
4408
|
+
passkey_pa_not_supported__api_key_expiration_date?: string | undefined;
|
|
4409
|
+
passkey_retrieval_cancelled__api_key_expiration_date?: string | undefined;
|
|
4410
|
+
passkey_registration_cancelled__api_key_expiration_date?: string | undefined;
|
|
4411
|
+
passkey_already_exists__api_key_expiration_date?: string | undefined;
|
|
4412
|
+
web3_missing_identifier__api_key_expiration_date?: string | undefined;
|
|
4413
|
+
form_password_pwned__api_key_expiration_date?: string | undefined;
|
|
4414
|
+
form_password_pwned__sign_in__api_key_expiration_date?: string | undefined;
|
|
4415
|
+
form_username_invalid_length__api_key_expiration_date?: string | undefined;
|
|
4416
|
+
form_username_invalid_character__api_key_expiration_date?: string | undefined;
|
|
4417
|
+
form_param_format_invalid__api_key_expiration_date?: string | undefined;
|
|
4418
|
+
form_param_format_invalid__email_address__api_key_expiration_date?: string | undefined;
|
|
4419
|
+
form_param_type_invalid__api_key_expiration_date?: string | undefined;
|
|
4420
|
+
form_param_type_invalid__phone_number__api_key_expiration_date?: string | undefined;
|
|
4421
|
+
form_param_type_invalid__email_address__api_key_expiration_date?: string | undefined;
|
|
4422
|
+
form_password_length_too_short__api_key_expiration_date?: string | undefined;
|
|
4423
|
+
form_param_nil__api_key_expiration_date?: string | undefined;
|
|
4424
|
+
form_code_incorrect__api_key_expiration_date?: string | undefined;
|
|
4425
|
+
form_password_incorrect__api_key_expiration_date?: string | undefined;
|
|
4426
|
+
form_password_validation_failed__api_key_expiration_date?: string | undefined;
|
|
4427
|
+
not_allowed_access__api_key_expiration_date?: string | undefined;
|
|
4428
|
+
form_identifier_exists__api_key_expiration_date?: string | undefined;
|
|
4429
|
+
form_identifier_exists__email_address__api_key_expiration_date?: string | undefined;
|
|
4430
|
+
form_identifier_exists__username__api_key_expiration_date?: string | undefined;
|
|
4431
|
+
form_identifier_exists__phone_number__api_key_expiration_date?: string | undefined;
|
|
4432
|
+
form_password_not_strong_enough__api_key_expiration_date?: string | undefined;
|
|
4433
|
+
form_password_size_in_bytes_exceeded__api_key_expiration_date?: string | undefined;
|
|
4434
|
+
form_param_value_invalid__api_key_expiration_date?: string | undefined;
|
|
4435
|
+
passwordComplexity__api_key_expiration_date?: string | undefined;
|
|
4436
|
+
session_exists__api_key_expiration_date?: string | undefined;
|
|
4437
|
+
zxcvbn__api_key_expiration_date?: string | undefined;
|
|
4438
|
+
form_param_max_length_exceeded__api_key_expiration_date?: string | undefined;
|
|
4439
|
+
organization_minimum_permissions_needed__api_key_expiration_date?: string | undefined;
|
|
4440
|
+
already_a_member_in_organization__api_key_expiration_date?: string | undefined;
|
|
4441
|
+
organization_domain_common__api_key_expiration_date?: string | undefined;
|
|
4442
|
+
organization_domain_blocked__api_key_expiration_date?: string | undefined;
|
|
4443
|
+
organization_domain_exists_for_enterprise_connection__api_key_expiration_date?: string | undefined;
|
|
4444
|
+
organization_membership_quota_exceeded__api_key_expiration_date?: string | undefined;
|
|
4445
|
+
external_account_not_found__api_key_revoke_confirmation?: string | undefined;
|
|
4446
|
+
identification_deletion_failed__api_key_revoke_confirmation?: string | undefined;
|
|
4447
|
+
phone_number_exists__api_key_revoke_confirmation?: string | undefined;
|
|
4448
|
+
form_identifier_not_found__api_key_revoke_confirmation?: string | undefined;
|
|
4449
|
+
captcha_unavailable__api_key_revoke_confirmation?: string | undefined;
|
|
4450
|
+
captcha_invalid__api_key_revoke_confirmation?: string | undefined;
|
|
4451
|
+
passkey_not_supported__api_key_revoke_confirmation?: string | undefined;
|
|
4452
|
+
passkey_pa_not_supported__api_key_revoke_confirmation?: string | undefined;
|
|
4453
|
+
passkey_retrieval_cancelled__api_key_revoke_confirmation?: string | undefined;
|
|
4454
|
+
passkey_registration_cancelled__api_key_revoke_confirmation?: string | undefined;
|
|
4455
|
+
passkey_already_exists__api_key_revoke_confirmation?: string | undefined;
|
|
4456
|
+
web3_missing_identifier__api_key_revoke_confirmation?: string | undefined;
|
|
4457
|
+
form_password_pwned__api_key_revoke_confirmation?: string | undefined;
|
|
4458
|
+
form_password_pwned__sign_in__api_key_revoke_confirmation?: string | undefined;
|
|
4459
|
+
form_username_invalid_length__api_key_revoke_confirmation?: string | undefined;
|
|
4460
|
+
form_username_invalid_character__api_key_revoke_confirmation?: string | undefined;
|
|
4461
|
+
form_param_format_invalid__api_key_revoke_confirmation?: string | undefined;
|
|
4462
|
+
form_param_format_invalid__email_address__api_key_revoke_confirmation?: string | undefined;
|
|
4463
|
+
form_param_type_invalid__api_key_revoke_confirmation?: string | undefined;
|
|
4464
|
+
form_param_type_invalid__phone_number__api_key_revoke_confirmation?: string | undefined;
|
|
4465
|
+
form_param_type_invalid__email_address__api_key_revoke_confirmation?: string | undefined;
|
|
4466
|
+
form_password_length_too_short__api_key_revoke_confirmation?: string | undefined;
|
|
4467
|
+
form_param_nil__api_key_revoke_confirmation?: string | undefined;
|
|
4468
|
+
form_code_incorrect__api_key_revoke_confirmation?: string | undefined;
|
|
4469
|
+
form_password_incorrect__api_key_revoke_confirmation?: string | undefined;
|
|
4470
|
+
form_password_validation_failed__api_key_revoke_confirmation?: string | undefined;
|
|
4471
|
+
not_allowed_access__api_key_revoke_confirmation?: string | undefined;
|
|
4472
|
+
form_identifier_exists__api_key_revoke_confirmation?: string | undefined;
|
|
4473
|
+
form_identifier_exists__email_address__api_key_revoke_confirmation?: string | undefined;
|
|
4474
|
+
form_identifier_exists__username__api_key_revoke_confirmation?: string | undefined;
|
|
4475
|
+
form_identifier_exists__phone_number__api_key_revoke_confirmation?: string | undefined;
|
|
4476
|
+
form_password_not_strong_enough__api_key_revoke_confirmation?: string | undefined;
|
|
4477
|
+
form_password_size_in_bytes_exceeded__api_key_revoke_confirmation?: string | undefined;
|
|
4478
|
+
form_param_value_invalid__api_key_revoke_confirmation?: string | undefined;
|
|
4479
|
+
passwordComplexity__api_key_revoke_confirmation?: string | undefined;
|
|
4480
|
+
session_exists__api_key_revoke_confirmation?: string | undefined;
|
|
4481
|
+
zxcvbn__api_key_revoke_confirmation?: string | undefined;
|
|
4482
|
+
form_param_max_length_exceeded__api_key_revoke_confirmation?: string | undefined;
|
|
4483
|
+
organization_minimum_permissions_needed__api_key_revoke_confirmation?: string | undefined;
|
|
4484
|
+
already_a_member_in_organization__api_key_revoke_confirmation?: string | undefined;
|
|
4485
|
+
organization_domain_common__api_key_revoke_confirmation?: string | undefined;
|
|
4486
|
+
organization_domain_blocked__api_key_revoke_confirmation?: string | undefined;
|
|
4487
|
+
organization_domain_exists_for_enterprise_connection__api_key_revoke_confirmation?: string | undefined;
|
|
4488
|
+
organization_membership_quota_exceeded__api_key_revoke_confirmation?: string | undefined;
|
|
4489
|
+
};
|
|
4490
|
+
dates: {
|
|
4491
|
+
previous6Days: import("@clerk/types").LocalizationValue<"date">;
|
|
4492
|
+
lastDay: import("@clerk/types").LocalizationValue<"date">;
|
|
4493
|
+
sameDay: import("@clerk/types").LocalizationValue<"date">;
|
|
4494
|
+
nextDay: import("@clerk/types").LocalizationValue<"date">;
|
|
4495
|
+
next6Days: import("@clerk/types").LocalizationValue<"date">;
|
|
4496
|
+
numeric: import("@clerk/types").LocalizationValue<"date">;
|
|
4497
|
+
};
|
|
4498
|
+
waitlist: {
|
|
4499
|
+
start: {
|
|
4500
|
+
title: import("@clerk/types").LocalizationValue;
|
|
4501
|
+
subtitle: import("@clerk/types").LocalizationValue;
|
|
4502
|
+
formButton: import("@clerk/types").LocalizationValue;
|
|
4503
|
+
actionText: import("@clerk/types").LocalizationValue;
|
|
4504
|
+
actionLink: import("@clerk/types").LocalizationValue;
|
|
4505
|
+
};
|
|
4506
|
+
success: {
|
|
4507
|
+
title: import("@clerk/types").LocalizationValue;
|
|
4508
|
+
subtitle: import("@clerk/types").LocalizationValue;
|
|
4509
|
+
message: import("@clerk/types").LocalizationValue;
|
|
4510
|
+
};
|
|
4511
|
+
};
|
|
4512
|
+
apiKeys: {
|
|
4513
|
+
formTitle: import("@clerk/types").LocalizationValue;
|
|
4514
|
+
formHint: import("@clerk/types").LocalizationValue;
|
|
4515
|
+
formButtonPrimary__add: import("@clerk/types").LocalizationValue;
|
|
4516
|
+
menuAction__revoke: import("@clerk/types").LocalizationValue;
|
|
4517
|
+
action__search: import("@clerk/types").LocalizationValue;
|
|
4518
|
+
action__add: import("@clerk/types").LocalizationValue;
|
|
4519
|
+
detailsTitle__emptyRow: import("@clerk/types").LocalizationValue;
|
|
4520
|
+
revokeConfirmation: {
|
|
4521
|
+
formTitle: import("@clerk/types").LocalizationValue<"apiKeyName">;
|
|
4522
|
+
formHint: import("@clerk/types").LocalizationValue;
|
|
4523
|
+
formButtonPrimary__revoke: import("@clerk/types").LocalizationValue;
|
|
4524
|
+
confirmationText: import("@clerk/types").LocalizationValue;
|
|
4525
|
+
};
|
|
4526
|
+
lastUsed__seconds: import("@clerk/types").LocalizationValue<"seconds">;
|
|
4527
|
+
lastUsed__minutes: import("@clerk/types").LocalizationValue<"minutes">;
|
|
4528
|
+
lastUsed__hours: import("@clerk/types").LocalizationValue<"hours">;
|
|
4529
|
+
lastUsed__days: import("@clerk/types").LocalizationValue<"days">;
|
|
4530
|
+
lastUsed__months: import("@clerk/types").LocalizationValue<"months">;
|
|
4531
|
+
lastUsed__years: import("@clerk/types").LocalizationValue<"years">;
|
|
4532
|
+
formFieldOption__expiration__1d: import("@clerk/types").LocalizationValue;
|
|
4533
|
+
formFieldOption__expiration__7d: import("@clerk/types").LocalizationValue;
|
|
4534
|
+
formFieldOption__expiration__30d: import("@clerk/types").LocalizationValue;
|
|
4535
|
+
formFieldOption__expiration__60d: import("@clerk/types").LocalizationValue;
|
|
4536
|
+
formFieldOption__expiration__90d: import("@clerk/types").LocalizationValue;
|
|
4537
|
+
formFieldOption__expiration__180d: import("@clerk/types").LocalizationValue;
|
|
4538
|
+
formFieldOption__expiration__1y: import("@clerk/types").LocalizationValue;
|
|
4539
|
+
formFieldOption__expiration__never: import("@clerk/types").LocalizationValue;
|
|
4540
|
+
createdAndExpirationStatus__never: import("@clerk/types").LocalizationValue<"createdDate">;
|
|
4541
|
+
createdAndExpirationStatus__expiresOn: import("@clerk/types").LocalizationValue<"createdDate" | "expiresDate">;
|
|
4542
|
+
formFieldCaption__expiration__never: import("@clerk/types").LocalizationValue;
|
|
4543
|
+
formFieldCaption__expiration__expiresOn: import("@clerk/types").LocalizationValue<"date">;
|
|
4544
|
+
};
|
|
4545
|
+
taskChooseOrganization: {
|
|
4546
|
+
title: import("@clerk/types").LocalizationValue;
|
|
4547
|
+
subtitle: import("@clerk/types").LocalizationValue;
|
|
4548
|
+
signOut: {
|
|
4549
|
+
actionText: import("@clerk/types").LocalizationValue<"identifier">;
|
|
4550
|
+
actionLink: import("@clerk/types").LocalizationValue;
|
|
4551
|
+
};
|
|
4552
|
+
createOrganization: {
|
|
4553
|
+
title: import("@clerk/types").LocalizationValue;
|
|
4554
|
+
subtitle: import("@clerk/types").LocalizationValue;
|
|
4555
|
+
formButtonSubmit: import("@clerk/types").LocalizationValue;
|
|
4556
|
+
formButtonReset: import("@clerk/types").LocalizationValue;
|
|
4557
|
+
};
|
|
4558
|
+
chooseOrganization: {
|
|
4559
|
+
title: import("@clerk/types").LocalizationValue;
|
|
4560
|
+
subtitle: import("@clerk/types").LocalizationValue;
|
|
4561
|
+
suggestionsAcceptedLabel: import("@clerk/types").LocalizationValue;
|
|
4562
|
+
action__suggestionsAccept: import("@clerk/types").LocalizationValue;
|
|
4563
|
+
action__createOrganization: import("@clerk/types").LocalizationValue;
|
|
4564
|
+
action__invitationAccept: import("@clerk/types").LocalizationValue;
|
|
4565
|
+
};
|
|
4566
|
+
};
|
|
4567
|
+
}>;
|
|
4568
|
+
};
|