@windrun-huaiin/third-ui 6.3.1 → 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.
Files changed (1763) hide show
  1. package/dist/_virtual/_commonjsHelpers.js +7 -0
  2. package/dist/_virtual/_commonjsHelpers.mjs +5 -0
  3. package/dist/_virtual/advancedFormat.js +9 -0
  4. package/dist/_virtual/advancedFormat.mjs +7 -0
  5. package/dist/_virtual/advancedFormat2.js +5 -0
  6. package/dist/_virtual/advancedFormat2.mjs +3 -0
  7. package/dist/_virtual/cancellation.js +7 -0
  8. package/dist/_virtual/cancellation.mjs +5 -0
  9. package/dist/_virtual/cancellation2.js +5 -0
  10. package/dist/_virtual/cancellation2.mjs +3 -0
  11. package/dist/_virtual/constants.js +5 -0
  12. package/dist/_virtual/constants.mjs +3 -0
  13. package/dist/_virtual/cose-base.js +5 -0
  14. package/dist/_virtual/cose-base.mjs +3 -0
  15. package/dist/_virtual/cose-base2.js +5 -0
  16. package/dist/_virtual/cose-base2.mjs +3 -0
  17. package/dist/_virtual/customParseFormat.js +9 -0
  18. package/dist/_virtual/customParseFormat.mjs +7 -0
  19. package/dist/_virtual/customParseFormat2.js +5 -0
  20. package/dist/_virtual/customParseFormat2.mjs +3 -0
  21. package/dist/_virtual/cytoscape-cose-bilkent.js +9 -0
  22. package/dist/_virtual/cytoscape-cose-bilkent.mjs +7 -0
  23. package/dist/_virtual/cytoscape-cose-bilkent2.js +5 -0
  24. package/dist/_virtual/cytoscape-cose-bilkent2.mjs +3 -0
  25. package/dist/_virtual/cytoscape-fcose.js +9 -0
  26. package/dist/_virtual/cytoscape-fcose.mjs +7 -0
  27. package/dist/_virtual/cytoscape-fcose2.js +5 -0
  28. package/dist/_virtual/cytoscape-fcose2.mjs +3 -0
  29. package/dist/_virtual/dayjs.min.js +9 -0
  30. package/dist/_virtual/dayjs.min.mjs +7 -0
  31. package/dist/_virtual/dayjs.min2.js +5 -0
  32. package/dist/_virtual/dayjs.min2.mjs +3 -0
  33. package/dist/_virtual/events.js +7 -0
  34. package/dist/_virtual/events.mjs +5 -0
  35. package/dist/_virtual/events2.js +5 -0
  36. package/dist/_virtual/events2.mjs +3 -0
  37. package/dist/_virtual/index.js +7 -0
  38. package/dist/_virtual/index.mjs +5 -0
  39. package/dist/_virtual/index2.js +5 -0
  40. package/dist/_virtual/index2.mjs +3 -0
  41. package/dist/_virtual/is.js +5 -0
  42. package/dist/_virtual/is.mjs +3 -0
  43. package/dist/_virtual/isoWeek.js +9 -0
  44. package/dist/_virtual/isoWeek.mjs +7 -0
  45. package/dist/_virtual/isoWeek2.js +5 -0
  46. package/dist/_virtual/isoWeek2.mjs +3 -0
  47. package/dist/_virtual/layout-base.js +5 -0
  48. package/dist/_virtual/layout-base.mjs +3 -0
  49. package/dist/_virtual/layout-base2.js +5 -0
  50. package/dist/_virtual/layout-base2.mjs +3 -0
  51. package/dist/_virtual/ral.js +5 -0
  52. package/dist/_virtual/ral.mjs +3 -0
  53. package/dist/clerk/clerk-organization-client.d.ts +11 -0
  54. package/dist/clerk/clerk-organization-client.js +18 -0
  55. package/dist/clerk/clerk-organization-client.mjs +16 -0
  56. package/dist/clerk/clerk-organization.d.ts +6 -0
  57. package/dist/clerk/clerk-organization.js +22 -0
  58. package/dist/clerk/clerk-organization.mjs +20 -0
  59. package/dist/clerk/clerk-page-generator.d.ts +11 -0
  60. package/dist/clerk/clerk-page-generator.js +24 -0
  61. package/dist/clerk/clerk-page-generator.mjs +20 -0
  62. package/dist/clerk/clerk-provider-client.d.ts +12 -0
  63. package/dist/clerk/clerk-provider-client.js +34 -0
  64. package/dist/clerk/clerk-provider-client.mjs +32 -0
  65. package/dist/clerk/clerk-user-client.d.ts +13 -0
  66. package/dist/clerk/clerk-user-client.js +16 -0
  67. package/dist/clerk/clerk-user-client.mjs +14 -0
  68. package/dist/clerk/clerk-user.d.ts +7 -0
  69. package/dist/clerk/clerk-user.js +25 -0
  70. package/dist/clerk/clerk-user.mjs +23 -0
  71. package/dist/clerk/index.d.ts +1 -15
  72. package/dist/clerk/index.js +3 -47
  73. package/dist/clerk/index.mjs +1 -51
  74. package/dist/clerk/server.d.ts +3 -28
  75. package/dist/clerk/server.js +9 -184
  76. package/dist/clerk/server.mjs +3 -188
  77. package/dist/fuma/fuma-banner-suit.d.ts +4 -0
  78. package/dist/fuma/fuma-banner-suit.js +33 -0
  79. package/dist/fuma/fuma-banner-suit.mjs +31 -0
  80. package/dist/fuma/fuma-page-genarator.d.ts +44 -0
  81. package/dist/fuma/fuma-page-genarator.js +77 -0
  82. package/dist/fuma/fuma-page-genarator.mjs +75 -0
  83. package/dist/fuma/llm-copy-handler.d.ts +16 -0
  84. package/dist/fuma/llm-copy-handler.js +83 -0
  85. package/dist/fuma/llm-copy-handler.mjs +81 -0
  86. package/dist/fuma/mdx/airtical-card.d.ts +10 -0
  87. package/dist/fuma/mdx/banner.d.ts +17 -0
  88. package/dist/fuma/mdx/banner.js +90 -0
  89. package/dist/fuma/mdx/banner.mjs +88 -0
  90. package/dist/fuma/mdx/fuma-github-info.d.ts +18 -0
  91. package/dist/fuma/mdx/fuma-github-info.js +113 -0
  92. package/dist/fuma/mdx/fuma-github-info.mjs +111 -0
  93. package/dist/fuma/mdx/gradient-button.d.ts +14 -0
  94. package/dist/fuma/mdx/gradient-button.js +74 -0
  95. package/dist/fuma/mdx/gradient-button.mjs +72 -0
  96. package/dist/fuma/mdx/image-grid.d.ts +6 -0
  97. package/dist/fuma/mdx/image-grid.js +17 -0
  98. package/dist/fuma/mdx/image-grid.mjs +15 -0
  99. package/dist/fuma/mdx/image-zoom.d.ts +22 -0
  100. package/dist/fuma/mdx/image-zoom.js +39 -0
  101. package/dist/fuma/mdx/image-zoom.mjs +37 -0
  102. package/dist/fuma/mdx/index.d.ts +11 -133
  103. package/dist/fuma/mdx/index.js +30 -39
  104. package/dist/fuma/mdx/index.mjs +11 -39
  105. package/dist/fuma/mdx/mermaid.d.ts +12 -0
  106. package/dist/fuma/mdx/mermaid.js +177 -0
  107. package/dist/fuma/mdx/mermaid.mjs +173 -0
  108. package/dist/fuma/mdx/toc-base.d.ts +11 -0
  109. package/dist/fuma/mdx/toc-base.js +70 -0
  110. package/dist/fuma/mdx/toc-base.mjs +66 -0
  111. package/dist/fuma/mdx/toc-footer-wrapper.d.ts +9 -0
  112. package/dist/fuma/mdx/toc-footer-wrapper.js +12 -0
  113. package/dist/fuma/mdx/toc-footer-wrapper.mjs +10 -0
  114. package/dist/fuma/mdx/trophy-card.d.ts +6 -0
  115. package/dist/fuma/mdx/trophy-card.js +11 -0
  116. package/dist/fuma/mdx/trophy-card.mjs +9 -0
  117. package/dist/fuma/mdx/zia-card.d.ts +9 -0
  118. package/dist/fuma/mdx/zia-card.js +20 -0
  119. package/dist/fuma/mdx/zia-card.mjs +18 -0
  120. package/dist/fuma/mdx/zia-file.d.ts +16 -0
  121. package/dist/fuma/mdx/zia-file.js +30 -0
  122. package/dist/fuma/mdx/zia-file.mjs +27 -0
  123. package/dist/fuma/server.d.ts +4 -77
  124. package/dist/fuma/server.js +9 -27477
  125. package/dist/fuma/server.mjs +4 -27481
  126. package/dist/fuma/site-x.d.ts +8 -0
  127. package/dist/fuma/site-x.js +32 -0
  128. package/dist/fuma/site-x.mjs +30 -0
  129. package/dist/lib/{server.d.mts → clerk-intl.d.ts} +2108 -2210
  130. package/dist/lib/clerk-intl.js +13 -0
  131. package/dist/lib/clerk-intl.mjs +11 -0
  132. package/dist/lib/fuma-schema-check-util.d.ts +62 -0
  133. package/dist/lib/fuma-schema-check-util.js +64 -0
  134. package/dist/lib/fuma-schema-check-util.mjs +56 -0
  135. package/dist/lib/fuma-search-util.d.ts +2 -0
  136. package/dist/lib/fuma-search-util.js +8 -0
  137. package/dist/lib/fuma-search-util.mjs +6 -0
  138. package/dist/lib/seo-util.d.ts +31 -0
  139. package/dist/lib/seo-util.js +106 -0
  140. package/dist/lib/seo-util.mjs +101 -0
  141. package/dist/lib/server.d.ts +4 -4670
  142. package/dist/lib/server.js +22 -152
  143. package/dist/lib/server.mjs +4 -152
  144. package/dist/main/ads-alert-dialog.d.ts +15 -0
  145. package/dist/main/ads-alert-dialog.js +21 -0
  146. package/dist/main/ads-alert-dialog.mjs +19 -0
  147. package/dist/main/ai-prompt-textarea.d.ts +72 -0
  148. package/dist/main/ai-prompt-textarea.js +114 -0
  149. package/dist/main/ai-prompt-textarea.mjs +112 -0
  150. package/dist/main/cta.d.ts +4 -0
  151. package/dist/main/cta.js +25 -0
  152. package/dist/main/cta.mjs +23 -0
  153. package/dist/main/faq-interactive.d.ts +13 -0
  154. package/dist/main/faq-interactive.js +52 -0
  155. package/dist/main/faq-interactive.mjs +50 -0
  156. package/dist/main/faq.d.ts +4 -0
  157. package/dist/main/faq.js +34 -0
  158. package/dist/main/faq.mjs +32 -0
  159. package/dist/main/features.d.ts +4 -0
  160. package/dist/main/features.js +33 -0
  161. package/dist/main/features.mjs +31 -0
  162. package/dist/main/footer.d.ts +3 -0
  163. package/dist/main/footer.js +24 -0
  164. package/dist/main/footer.mjs +22 -0
  165. package/dist/main/gallery-interactive.d.ts +18 -0
  166. package/dist/main/gallery-interactive.js +138 -0
  167. package/dist/main/gallery-interactive.mjs +136 -0
  168. package/dist/main/gallery.d.ts +7 -0
  169. package/dist/main/gallery.js +38 -0
  170. package/dist/main/gallery.mjs +36 -0
  171. package/dist/main/go-to-top.d.ts +1 -0
  172. package/dist/main/go-to-top.js +33 -0
  173. package/dist/main/go-to-top.mjs +31 -0
  174. package/dist/main/index.d.ts +10 -198
  175. package/dist/main/index.js +26 -31
  176. package/dist/main/index.mjs +10 -31
  177. package/dist/main/language-detector.d.ts +14 -0
  178. package/dist/main/loading.d.ts +1 -0
  179. package/dist/main/loading.js +71 -0
  180. package/dist/main/loading.mjs +69 -0
  181. package/dist/main/nprogress-bar.d.ts +1 -0
  182. package/dist/main/nprogress-bar.js +25 -0
  183. package/dist/main/nprogress-bar.mjs +23 -0
  184. package/dist/main/price-plan-interactive.d.ts +33 -0
  185. package/dist/main/price-plan-interactive.js +209 -0
  186. package/dist/main/price-plan-interactive.mjs +207 -0
  187. package/dist/main/price-plan.d.ts +19 -0
  188. package/dist/main/price-plan.js +87 -0
  189. package/dist/main/price-plan.mjs +85 -0
  190. package/dist/main/rich-text-expert.d.ts +6 -0
  191. package/dist/main/rich-text-expert.js +33 -0
  192. package/dist/main/rich-text-expert.mjs +30 -0
  193. package/dist/main/seo-content.d.ts +4 -0
  194. package/dist/main/seo-content.js +30 -0
  195. package/dist/main/seo-content.mjs +28 -0
  196. package/dist/main/server.d.ts +9 -64
  197. package/dist/main/server.js +23 -615
  198. package/dist/main/server.mjs +9 -615
  199. package/dist/main/tips.d.ts +4 -0
  200. package/dist/main/tips.js +32 -0
  201. package/dist/main/tips.mjs +30 -0
  202. package/dist/main/usage.d.ts +4 -0
  203. package/dist/main/usage.js +34 -0
  204. package/dist/main/usage.mjs +32 -0
  205. package/dist/main/x-button.d.ts +34 -0
  206. package/dist/main/x-button.js +67 -0
  207. package/dist/main/x-button.mjs +65 -0
  208. package/dist/node_modules/.pnpm/@braintree_sanitize-url@7.1.1/node_modules/@braintree/sanitize-url/dist/constants.js +23 -0
  209. package/dist/node_modules/.pnpm/@braintree_sanitize-url@7.1.1/node_modules/@braintree/sanitize-url/dist/constants.mjs +21 -0
  210. package/dist/node_modules/.pnpm/@braintree_sanitize-url@7.1.1/node_modules/@braintree/sanitize-url/dist/index.js +94 -0
  211. package/dist/node_modules/.pnpm/@braintree_sanitize-url@7.1.1/node_modules/@braintree/sanitize-url/dist/index.mjs +92 -0
  212. package/dist/node_modules/.pnpm/@chevrotain_gast@11.0.3/node_modules/@chevrotain/gast/lib/src/helpers.js +88 -0
  213. package/dist/node_modules/.pnpm/@chevrotain_gast@11.0.3/node_modules/@chevrotain/gast/lib/src/helpers.mjs +83 -0
  214. package/dist/node_modules/.pnpm/@chevrotain_gast@11.0.3/node_modules/@chevrotain/gast/lib/src/model.js +246 -0
  215. package/dist/node_modules/.pnpm/@chevrotain_gast@11.0.3/node_modules/@chevrotain/gast/lib/src/model.mjs +232 -0
  216. package/dist/node_modules/.pnpm/@chevrotain_gast@11.0.3/node_modules/@chevrotain/gast/lib/src/visitor.js +56 -0
  217. package/dist/node_modules/.pnpm/@chevrotain_gast@11.0.3/node_modules/@chevrotain/gast/lib/src/visitor.mjs +54 -0
  218. 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
  219. 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
  220. 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
  221. 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
  222. 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
  223. 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
  224. package/dist/node_modules/.pnpm/@chevrotain_regexp-to-ast@11.0.3/node_modules/@chevrotain/regexp-to-ast/lib/src/utils.js +43 -0
  225. package/dist/node_modules/.pnpm/@chevrotain_regexp-to-ast@11.0.3/node_modules/@chevrotain/regexp-to-ast/lib/src/utils.mjs +36 -0
  226. package/dist/node_modules/.pnpm/@chevrotain_utils@11.0.3/node_modules/@chevrotain/utils/lib/src/print.js +18 -0
  227. package/dist/node_modules/.pnpm/@chevrotain_utils@11.0.3/node_modules/@chevrotain/utils/lib/src/print.mjs +15 -0
  228. package/dist/node_modules/.pnpm/@chevrotain_utils@11.0.3/node_modules/@chevrotain/utils/lib/src/timer.js +11 -0
  229. package/dist/node_modules/.pnpm/@chevrotain_utils@11.0.3/node_modules/@chevrotain/utils/lib/src/timer.mjs +9 -0
  230. package/dist/node_modules/.pnpm/@chevrotain_utils@11.0.3/node_modules/@chevrotain/utils/lib/src/to-fast-properties.js +21 -0
  231. package/dist/node_modules/.pnpm/@chevrotain_utils@11.0.3/node_modules/@chevrotain/utils/lib/src/to-fast-properties.mjs +19 -0
  232. package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/customisations/defaults.js +17 -0
  233. package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/customisations/defaults.mjs +14 -0
  234. package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon/defaults.js +29 -0
  235. package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon/defaults.mjs +24 -0
  236. package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon/merge.js +22 -0
  237. package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon/merge.mjs +20 -0
  238. package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon/name.js +55 -0
  239. package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon/name.mjs +52 -0
  240. package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon/transformations.js +18 -0
  241. package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon/transformations.mjs +16 -0
  242. package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon-set/get-icon.js +29 -0
  243. package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon-set/get-icon.mjs +26 -0
  244. package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon-set/tree.js +25 -0
  245. package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon-set/tree.mjs +23 -0
  246. package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/build.js +122 -0
  247. package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/build.mjs +119 -0
  248. package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/defs.js +34 -0
  249. package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/defs.mjs +30 -0
  250. package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/html.js +11 -0
  251. package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/html.mjs +9 -0
  252. package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/id.js +30 -0
  253. package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/id.mjs +28 -0
  254. package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/size.js +42 -0
  255. package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/size.mjs +40 -0
  256. 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
  257. 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
  258. 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
  259. 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
  260. 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
  261. 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
  262. 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
  263. 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
  264. 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
  265. 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
  266. 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
  267. 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
  268. 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
  269. 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
  270. 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
  271. 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
  272. 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
  273. 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
  274. 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
  275. 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
  276. 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
  277. 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
  278. 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
  279. 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
  280. 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
  281. 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
  282. 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
  283. 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
  284. 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
  285. 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
  286. package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/mermaid-parser.core.js +129 -0
  287. package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/mermaid-parser.core.mjs +78 -0
  288. 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
  289. 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
  290. 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
  291. 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
  292. package/dist/node_modules/.pnpm/chevrotain-allstar@0.3.1_chevrotain@11.0.3/node_modules/chevrotain-allstar/lib/atn.js +426 -0
  293. package/dist/node_modules/.pnpm/chevrotain-allstar@0.3.1_chevrotain@11.0.3/node_modules/chevrotain-allstar/lib/atn.mjs +409 -0
  294. package/dist/node_modules/.pnpm/chevrotain-allstar@0.3.1_chevrotain@11.0.3/node_modules/chevrotain-allstar/lib/dfa.js +52 -0
  295. package/dist/node_modules/.pnpm/chevrotain-allstar@0.3.1_chevrotain@11.0.3/node_modules/chevrotain-allstar/lib/dfa.mjs +48 -0
  296. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/lang/lang_extensions.js +13 -0
  297. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/lang/lang_extensions.mjs +11 -0
  298. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/constants.js +6 -0
  299. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/constants.mjs +4 -0
  300. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/cst/cst.js +77 -0
  301. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/cst/cst.mjs +72 -0
  302. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/cst/cst_visitor.js +106 -0
  303. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/cst/cst_visitor.mjs +100 -0
  304. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/errors_public.js +184 -0
  305. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/errors_public.mjs +180 -0
  306. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/exceptions_public.js +66 -0
  307. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/exceptions_public.mjs +60 -0
  308. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/checks.js +469 -0
  309. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/checks.mjs +454 -0
  310. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/first.js +66 -0
  311. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/first.mjs +61 -0
  312. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/follow.js +48 -0
  313. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/follow.mjs +44 -0
  314. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/gast/gast_resolver_public.js +27 -0
  315. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/gast/gast_resolver_public.mjs +24 -0
  316. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/interpreter.js +510 -0
  317. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/interpreter.mjs +500 -0
  318. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/keys.js +33 -0
  319. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/keys.mjs +23 -0
  320. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/llk_lookahead.js +52 -0
  321. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/llk_lookahead.mjs +50 -0
  322. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/lookahead.js +493 -0
  323. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/lookahead.mjs +480 -0
  324. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/resolver.js +44 -0
  325. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/resolver.mjs +41 -0
  326. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/rest.js +108 -0
  327. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/rest.mjs +106 -0
  328. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/parser.js +208 -0
  329. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/parser.mjs +201 -0
  330. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/context_assist.js +27 -0
  331. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/context_assist.mjs +25 -0
  332. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/error_handler.js +79 -0
  333. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/error_handler.mjs +77 -0
  334. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/gast_recorder.js +304 -0
  335. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/gast_recorder.mjs +302 -0
  336. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/lexer_adapter.js +74 -0
  337. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/lexer_adapter.mjs +72 -0
  338. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/looksahead.js +141 -0
  339. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/looksahead.mjs +138 -0
  340. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/perf_tracer.js +52 -0
  341. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/perf_tracer.mjs +50 -0
  342. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/recognizer_api.js +339 -0
  343. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/recognizer_api.mjs +337 -0
  344. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/recognizer_engine.js +555 -0
  345. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/recognizer_engine.mjs +553 -0
  346. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/recoverable.js +305 -0
  347. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/recoverable.mjs +299 -0
  348. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/tree_builder.js +198 -0
  349. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/tree_builder.mjs +196 -0
  350. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/utils/apply_mixins.js +23 -0
  351. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/utils/apply_mixins.mjs +21 -0
  352. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/scan/lexer.js +920 -0
  353. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/scan/lexer.mjs +893 -0
  354. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/scan/lexer_errors_public.js +12 -0
  355. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/scan/lexer_errors_public.mjs +10 -0
  356. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/scan/lexer_public.js +664 -0
  357. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/scan/lexer_public.mjs +662 -0
  358. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/scan/reg_exp.js +253 -0
  359. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/scan/reg_exp.mjs +248 -0
  360. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/scan/reg_exp_parser.js +23 -0
  361. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/scan/reg_exp_parser.mjs +20 -0
  362. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/scan/tokens.js +140 -0
  363. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/scan/tokens.mjs +125 -0
  364. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/scan/tokens_public.js +95 -0
  365. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/scan/tokens_public.mjs +88 -0
  366. package/dist/node_modules/.pnpm/class-variance-authority@0.7.1/node_modules/class-variance-authority/dist/index.js +47 -0
  367. package/dist/node_modules/.pnpm/class-variance-authority@0.7.1/node_modules/class-variance-authority/dist/index.mjs +44 -0
  368. package/dist/node_modules/.pnpm/cose-base@1.0.3/node_modules/cose-base/cose-base.js +1440 -0
  369. package/dist/node_modules/.pnpm/cose-base@1.0.3/node_modules/cose-base/cose-base.mjs +1438 -0
  370. package/dist/node_modules/.pnpm/cose-base@2.2.0/node_modules/cose-base/cose-base.js +3220 -0
  371. package/dist/node_modules/.pnpm/cose-base@2.2.0/node_modules/cose-base/cose-base.mjs +3218 -0
  372. 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
  373. 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
  374. package/dist/node_modules/.pnpm/cytoscape-fcose@2.2.0_cytoscape@3.33.0/node_modules/cytoscape-fcose/cytoscape-fcose.js +1547 -0
  375. package/dist/node_modules/.pnpm/cytoscape-fcose@2.2.0_cytoscape@3.33.0/node_modules/cytoscape-fcose/cytoscape-fcose.mjs +1545 -0
  376. package/dist/node_modules/.pnpm/cytoscape@3.33.0/node_modules/cytoscape/dist/cytoscape.esm.js +35565 -0
  377. package/dist/node_modules/.pnpm/cytoscape@3.33.0/node_modules/cytoscape/dist/cytoscape.esm.mjs +35563 -0
  378. package/dist/node_modules/.pnpm/d3-array@2.12.1/node_modules/d3-array/src/max.js +24 -0
  379. package/dist/node_modules/.pnpm/d3-array@2.12.1/node_modules/d3-array/src/max.mjs +22 -0
  380. package/dist/node_modules/.pnpm/d3-array@2.12.1/node_modules/d3-array/src/min.js +24 -0
  381. package/dist/node_modules/.pnpm/d3-array@2.12.1/node_modules/d3-array/src/min.mjs +22 -0
  382. package/dist/node_modules/.pnpm/d3-array@2.12.1/node_modules/d3-array/src/sum.js +22 -0
  383. package/dist/node_modules/.pnpm/d3-array@2.12.1/node_modules/d3-array/src/sum.mjs +20 -0
  384. package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/ascending.js +7 -0
  385. package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/ascending.mjs +5 -0
  386. package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/bisect.js +14 -0
  387. package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/bisect.mjs +9 -0
  388. package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/bisector.js +60 -0
  389. package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/bisector.mjs +58 -0
  390. package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/descending.js +11 -0
  391. package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/descending.mjs +9 -0
  392. package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/max.js +24 -0
  393. package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/max.mjs +22 -0
  394. package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/min.js +24 -0
  395. package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/min.mjs +22 -0
  396. package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/number.js +7 -0
  397. package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/number.mjs +5 -0
  398. package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/range.js +17 -0
  399. package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/range.mjs +15 -0
  400. package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/ticks.js +63 -0
  401. package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/ticks.mjs +57 -0
  402. package/dist/node_modules/.pnpm/d3-axis@3.0.0/node_modules/d3-axis/src/axis.js +171 -0
  403. package/dist/node_modules/.pnpm/d3-axis@3.0.0/node_modules/d3-axis/src/axis.mjs +168 -0
  404. package/dist/node_modules/.pnpm/d3-axis@3.0.0/node_modules/d3-axis/src/identity.js +7 -0
  405. package/dist/node_modules/.pnpm/d3-axis@3.0.0/node_modules/d3-axis/src/identity.mjs +5 -0
  406. package/dist/node_modules/.pnpm/d3-color@3.1.0/node_modules/d3-color/src/color.js +410 -0
  407. package/dist/node_modules/.pnpm/d3-color@3.1.0/node_modules/d3-color/src/color.mjs +398 -0
  408. package/dist/node_modules/.pnpm/d3-color@3.1.0/node_modules/d3-color/src/define.js +17 -0
  409. package/dist/node_modules/.pnpm/d3-color@3.1.0/node_modules/d3-color/src/define.mjs +12 -0
  410. package/dist/node_modules/.pnpm/d3-color@3.1.0/node_modules/d3-color/src/lab.js +124 -0
  411. package/dist/node_modules/.pnpm/d3-color@3.1.0/node_modules/d3-color/src/lab.mjs +117 -0
  412. package/dist/node_modules/.pnpm/d3-color@3.1.0/node_modules/d3-color/src/math.js +7 -0
  413. package/dist/node_modules/.pnpm/d3-color@3.1.0/node_modules/d3-color/src/math.mjs +4 -0
  414. package/dist/node_modules/.pnpm/d3-dispatch@3.0.1/node_modules/d3-dispatch/src/dispatch.js +86 -0
  415. package/dist/node_modules/.pnpm/d3-dispatch@3.0.1/node_modules/d3-dispatch/src/dispatch.mjs +84 -0
  416. package/dist/node_modules/.pnpm/d3-ease@3.0.1/node_modules/d3-ease/src/cubic.js +7 -0
  417. package/dist/node_modules/.pnpm/d3-ease@3.0.1/node_modules/d3-ease/src/cubic.mjs +5 -0
  418. package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/defaultLocale.js +24 -0
  419. package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/defaultLocale.mjs +20 -0
  420. package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/exponent.js +9 -0
  421. package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/exponent.mjs +7 -0
  422. package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/formatDecimal.js +27 -0
  423. package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/formatDecimal.mjs +22 -0
  424. package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/formatGroup.js +22 -0
  425. package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/formatGroup.mjs +20 -0
  426. package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/formatNumerals.js +11 -0
  427. package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/formatNumerals.mjs +9 -0
  428. package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/formatPrefixAuto.js +22 -0
  429. package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/formatPrefixAuto.mjs +18 -0
  430. package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/formatRounded.js +15 -0
  431. package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/formatRounded.mjs +13 -0
  432. package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/formatSpecifier.js +54 -0
  433. package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/formatSpecifier.mjs +49 -0
  434. package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/formatTrim.js +15 -0
  435. package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/formatTrim.mjs +13 -0
  436. package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/formatTypes.js +23 -0
  437. package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/formatTypes.mjs +21 -0
  438. package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/identity.js +7 -0
  439. package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/identity.mjs +5 -0
  440. package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/locale.js +152 -0
  441. package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/locale.mjs +150 -0
  442. package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/precisionFixed.js +9 -0
  443. package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/precisionFixed.mjs +7 -0
  444. package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/precisionPrefix.js +9 -0
  445. package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/precisionPrefix.mjs +7 -0
  446. package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/precisionRound.js +10 -0
  447. package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/precisionRound.mjs +8 -0
  448. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/accessors.js +8 -0
  449. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/accessors.mjs +6 -0
  450. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/constant.js +16 -0
  451. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/constant.mjs +11 -0
  452. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/ancestors.js +11 -0
  453. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/ancestors.mjs +9 -0
  454. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/count.js +16 -0
  455. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/count.mjs +14 -0
  456. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/descendants.js +7 -0
  457. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/descendants.mjs +5 -0
  458. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/each.js +11 -0
  459. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/each.mjs +9 -0
  460. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/eachAfter.js +19 -0
  461. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/eachAfter.mjs +17 -0
  462. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/eachBefore.js +16 -0
  463. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/eachBefore.mjs +14 -0
  464. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/find.js +12 -0
  465. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/find.mjs +10 -0
  466. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/index.js +99 -0
  467. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/index.mjs +93 -0
  468. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/iterator.js +18 -0
  469. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/iterator.mjs +16 -0
  470. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/leaves.js +13 -0
  471. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/leaves.mjs +11 -0
  472. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/links.js +13 -0
  473. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/links.mjs +11 -0
  474. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/path.js +34 -0
  475. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/path.mjs +32 -0
  476. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/sort.js +11 -0
  477. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/sort.mjs +9 -0
  478. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/sum.js +13 -0
  479. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/sum.mjs +11 -0
  480. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/treemap/dice.js +16 -0
  481. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/treemap/dice.mjs +14 -0
  482. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/treemap/index.js +98 -0
  483. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/treemap/index.mjs +96 -0
  484. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/treemap/round.js +10 -0
  485. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/treemap/round.mjs +8 -0
  486. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/treemap/slice.js +16 -0
  487. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/treemap/slice.mjs +14 -0
  488. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/treemap/squarify.js +74 -0
  489. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/treemap/squarify.mjs +68 -0
  490. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/array.js +21 -0
  491. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/array.mjs +19 -0
  492. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/color.js +37 -0
  493. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/color.mjs +31 -0
  494. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/constant.js +5 -0
  495. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/constant.mjs +3 -0
  496. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/date.js +10 -0
  497. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/date.mjs +8 -0
  498. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/hcl.js +24 -0
  499. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/hcl.mjs +22 -0
  500. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/number.js +9 -0
  501. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/number.mjs +7 -0
  502. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/numberArray.js +21 -0
  503. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/numberArray.mjs +16 -0
  504. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/object.js +27 -0
  505. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/object.mjs +25 -0
  506. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/rgb.js +28 -0
  507. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/rgb.mjs +26 -0
  508. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/round.js +9 -0
  509. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/round.mjs +7 -0
  510. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/string.js +68 -0
  511. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/string.mjs +66 -0
  512. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/transform/decompose.js +33 -0
  513. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/transform/decompose.mjs +28 -0
  514. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/transform/index.js +68 -0
  515. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/transform/index.mjs +65 -0
  516. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/transform/parse.js +23 -0
  517. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/transform/parse.mjs +20 -0
  518. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/value.js +26 -0
  519. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/value.mjs +24 -0
  520. package/dist/node_modules/.pnpm/d3-path@1.0.9/node_modules/d3-path/src/path.js +132 -0
  521. package/dist/node_modules/.pnpm/d3-path@1.0.9/node_modules/d3-path/src/path.mjs +130 -0
  522. package/dist/node_modules/.pnpm/d3-path@3.1.0/node_modules/d3-path/src/path.js +149 -0
  523. package/dist/node_modules/.pnpm/d3-path@3.1.0/node_modules/d3-path/src/path.mjs +147 -0
  524. package/dist/node_modules/.pnpm/d3-sankey@0.12.3/node_modules/d3-sankey/src/align.js +30 -0
  525. package/dist/node_modules/.pnpm/d3-sankey@0.12.3/node_modules/d3-sankey/src/align.mjs +25 -0
  526. package/dist/node_modules/.pnpm/d3-sankey@0.12.3/node_modules/d3-sankey/src/constant.js +9 -0
  527. package/dist/node_modules/.pnpm/d3-sankey@0.12.3/node_modules/d3-sankey/src/constant.mjs +7 -0
  528. package/dist/node_modules/.pnpm/d3-sankey@0.12.3/node_modules/d3-sankey/src/sankey.js +375 -0
  529. package/dist/node_modules/.pnpm/d3-sankey@0.12.3/node_modules/d3-sankey/src/sankey.mjs +373 -0
  530. package/dist/node_modules/.pnpm/d3-sankey@0.12.3/node_modules/d3-sankey/src/sankeyLinkHorizontal.js +19 -0
  531. package/dist/node_modules/.pnpm/d3-sankey@0.12.3/node_modules/d3-sankey/src/sankeyLinkHorizontal.mjs +17 -0
  532. package/dist/node_modules/.pnpm/d3-scale-chromatic@3.1.0/node_modules/d3-scale-chromatic/src/categorical/Tableau10.js +7 -0
  533. package/dist/node_modules/.pnpm/d3-scale-chromatic@3.1.0/node_modules/d3-scale-chromatic/src/categorical/Tableau10.mjs +5 -0
  534. package/dist/node_modules/.pnpm/d3-scale-chromatic@3.1.0/node_modules/d3-scale-chromatic/src/colors.js +9 -0
  535. package/dist/node_modules/.pnpm/d3-scale-chromatic@3.1.0/node_modules/d3-scale-chromatic/src/colors.mjs +7 -0
  536. package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/band.js +87 -0
  537. package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/band.mjs +85 -0
  538. package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/constant.js +9 -0
  539. package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/constant.mjs +7 -0
  540. package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/continuous.js +136 -0
  541. package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/continuous.mjs +129 -0
  542. package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/init.js +12 -0
  543. package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/init.mjs +10 -0
  544. package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/linear.js +77 -0
  545. package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/linear.mjs +72 -0
  546. package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/nice.js +22 -0
  547. package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/nice.mjs +20 -0
  548. package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/number.js +7 -0
  549. package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/number.mjs +5 -0
  550. package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/ordinal.js +53 -0
  551. package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/ordinal.mjs +48 -0
  552. package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/tickFormat.js +37 -0
  553. package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/tickFormat.mjs +35 -0
  554. package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/time.js +85 -0
  555. package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/time.mjs +80 -0
  556. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/array.js +13 -0
  557. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/array.mjs +11 -0
  558. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/constant.js +9 -0
  559. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/constant.mjs +7 -0
  560. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/creator.js +29 -0
  561. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/creator.mjs +27 -0
  562. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/matcher.js +18 -0
  563. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/matcher.mjs +13 -0
  564. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/namespace.js +11 -0
  565. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/namespace.mjs +9 -0
  566. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/namespaces.js +16 -0
  567. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/namespaces.mjs +11 -0
  568. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/select.js +11 -0
  569. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/select.mjs +9 -0
  570. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/append.js +12 -0
  571. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/append.mjs +10 -0
  572. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/attr.js +61 -0
  573. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/attr.mjs +59 -0
  574. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/call.js +10 -0
  575. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/call.mjs +8 -0
  576. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/classed.js +79 -0
  577. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/classed.mjs +77 -0
  578. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/clone.js +17 -0
  579. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/clone.mjs +15 -0
  580. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/data.js +132 -0
  581. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/data.mjs +130 -0
  582. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/datum.js +9 -0
  583. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/datum.mjs +7 -0
  584. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/dispatch.js +38 -0
  585. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/dispatch.mjs +36 -0
  586. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/each.js +14 -0
  587. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/each.mjs +12 -0
  588. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/empty.js +7 -0
  589. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/empty.mjs +5 -0
  590. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/enter.js +29 -0
  591. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/enter.mjs +24 -0
  592. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/exit.js +10 -0
  593. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/exit.mjs +8 -0
  594. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/filter.js +20 -0
  595. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/filter.mjs +18 -0
  596. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/html.js +29 -0
  597. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/html.mjs +27 -0
  598. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/index.js +96 -0
  599. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/index.mjs +90 -0
  600. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/insert.js +18 -0
  601. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/insert.mjs +16 -0
  602. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/iterator.js +11 -0
  603. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/iterator.mjs +9 -0
  604. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/join.js +19 -0
  605. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/join.mjs +17 -0
  606. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/lower.js +11 -0
  607. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/lower.mjs +9 -0
  608. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/merge.js +23 -0
  609. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/merge.mjs +21 -0
  610. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/node.js +15 -0
  611. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/node.mjs +13 -0
  612. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/nodes.js +7 -0
  613. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/nodes.mjs +5 -0
  614. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/on.js +71 -0
  615. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/on.mjs +69 -0
  616. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/order.js +17 -0
  617. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/order.mjs +15 -0
  618. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/property.js +32 -0
  619. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/property.mjs +30 -0
  620. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/raise.js +11 -0
  621. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/raise.mjs +9 -0
  622. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/remove.js +12 -0
  623. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/remove.mjs +10 -0
  624. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/select.js +21 -0
  625. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/select.mjs +19 -0
  626. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/selectAll.js +29 -0
  627. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/selectAll.mjs +27 -0
  628. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/selectChild.js +22 -0
  629. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/selectChild.mjs +20 -0
  630. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/selectChildren.js +22 -0
  631. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/selectChildren.mjs +20 -0
  632. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/size.js +9 -0
  633. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/size.mjs +7 -0
  634. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/sort.js +28 -0
  635. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/sort.mjs +26 -0
  636. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/sparse.js +7 -0
  637. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/sparse.mjs +5 -0
  638. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/style.js +42 -0
  639. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/style.mjs +37 -0
  640. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/text.js +29 -0
  641. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/text.mjs +27 -0
  642. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selector.js +11 -0
  643. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selector.mjs +9 -0
  644. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selectorAll.js +13 -0
  645. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selectorAll.mjs +11 -0
  646. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/window.js +9 -0
  647. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/window.mjs +7 -0
  648. package/dist/node_modules/.pnpm/d3-shape@1.3.7/node_modules/d3-shape/src/array.js +5 -0
  649. package/dist/node_modules/.pnpm/d3-shape@1.3.7/node_modules/d3-shape/src/array.mjs +3 -0
  650. package/dist/node_modules/.pnpm/d3-shape@1.3.7/node_modules/d3-shape/src/constant.js +9 -0
  651. package/dist/node_modules/.pnpm/d3-shape@1.3.7/node_modules/d3-shape/src/constant.mjs +7 -0
  652. package/dist/node_modules/.pnpm/d3-shape@1.3.7/node_modules/d3-shape/src/link/index.js +62 -0
  653. package/dist/node_modules/.pnpm/d3-shape@1.3.7/node_modules/d3-shape/src/link/index.mjs +60 -0
  654. package/dist/node_modules/.pnpm/d3-shape@1.3.7/node_modules/d3-shape/src/point.js +12 -0
  655. package/dist/node_modules/.pnpm/d3-shape@1.3.7/node_modules/d3-shape/src/point.mjs +9 -0
  656. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/arc.js +272 -0
  657. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/arc.mjs +270 -0
  658. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/array.js +9 -0
  659. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/array.mjs +7 -0
  660. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/constant.js +9 -0
  661. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/constant.mjs +7 -0
  662. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/basis.js +59 -0
  663. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/basis.mjs +53 -0
  664. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/basisClosed.js +56 -0
  665. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/basisClosed.mjs +54 -0
  666. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/basisOpen.js +43 -0
  667. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/basisOpen.mjs +41 -0
  668. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/bump.js +50 -0
  669. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/bump.mjs +47 -0
  670. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/bundle.js +60 -0
  671. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/bundle.mjs +58 -0
  672. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/cardinal.js +69 -0
  673. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/cardinal.mjs +63 -0
  674. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/cardinalClosed.js +68 -0
  675. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/cardinalClosed.mjs +63 -0
  676. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/cardinalOpen.js +56 -0
  677. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/cardinalOpen.mjs +51 -0
  678. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/catmullRom.js +95 -0
  679. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/catmullRom.mjs +90 -0
  680. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/catmullRomClosed.js +78 -0
  681. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/catmullRomClosed.mjs +76 -0
  682. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/catmullRomOpen.js +66 -0
  683. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/catmullRomOpen.mjs +64 -0
  684. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/linear.js +35 -0
  685. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/linear.mjs +33 -0
  686. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/linearClosed.js +29 -0
  687. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/linearClosed.mjs +27 -0
  688. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/monotone.js +109 -0
  689. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/monotone.mjs +106 -0
  690. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/natural.js +69 -0
  691. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/natural.mjs +67 -0
  692. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/step.js +61 -0
  693. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/step.mjs +55 -0
  694. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/descending.js +7 -0
  695. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/descending.mjs +5 -0
  696. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/identity.js +7 -0
  697. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/identity.mjs +5 -0
  698. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/line.js +62 -0
  699. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/line.mjs +60 -0
  700. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/math.js +36 -0
  701. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/math.mjs +22 -0
  702. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/noop.js +5 -0
  703. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/noop.mjs +3 -0
  704. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/path.js +23 -0
  705. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/path.mjs +21 -0
  706. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/pie.js +84 -0
  707. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/pie.mjs +82 -0
  708. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/point.js +12 -0
  709. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/point.mjs +9 -0
  710. package/dist/node_modules/.pnpm/d3-time-format@4.1.0/node_modules/d3-time-format/src/defaultLocale.js +30 -0
  711. package/dist/node_modules/.pnpm/d3-time-format@4.1.0/node_modules/d3-time-format/src/defaultLocale.mjs +26 -0
  712. package/dist/node_modules/.pnpm/d3-time-format@4.1.0/node_modules/d3-time-format/src/locale.js +692 -0
  713. package/dist/node_modules/.pnpm/d3-time-format@4.1.0/node_modules/d3-time-format/src/locale.mjs +690 -0
  714. package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/day.js +41 -0
  715. package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/day.mjs +37 -0
  716. package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/duration.js +17 -0
  717. package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/duration.mjs +9 -0
  718. package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/hour.js +31 -0
  719. package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/hour.mjs +28 -0
  720. package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/interval.js +73 -0
  721. package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/interval.mjs +71 -0
  722. package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/millisecond.js +29 -0
  723. package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/millisecond.mjs +27 -0
  724. package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/minute.js +31 -0
  725. package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/minute.mjs +28 -0
  726. package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/month.js +32 -0
  727. package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/month.mjs +29 -0
  728. package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/second.js +18 -0
  729. package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/second.mjs +16 -0
  730. package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/ticks.js +60 -0
  731. package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/ticks.mjs +57 -0
  732. package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/week.js +73 -0
  733. package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/week.mjs +58 -0
  734. package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/year.js +54 -0
  735. package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/year.mjs +51 -0
  736. package/dist/node_modules/.pnpm/d3-timer@3.0.1/node_modules/d3-timer/src/timeout.js +15 -0
  737. package/dist/node_modules/.pnpm/d3-timer@3.0.1/node_modules/d3-timer/src/timeout.mjs +13 -0
  738. package/dist/node_modules/.pnpm/d3-timer@3.0.1/node_modules/d3-timer/src/timer.js +117 -0
  739. package/dist/node_modules/.pnpm/d3-timer@3.0.1/node_modules/d3-timer/src/timer.mjs +112 -0
  740. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/interrupt.js +28 -0
  741. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/interrupt.mjs +26 -0
  742. 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
  743. 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
  744. 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
  745. 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
  746. 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
  747. 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
  748. 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
  749. 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
  750. 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
  751. 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
  752. 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
  753. 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
  754. 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
  755. 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
  756. 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
  757. 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
  758. 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
  759. 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
  760. 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
  761. 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
  762. 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
  763. 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
  764. 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
  765. 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
  766. 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
  767. 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
  768. 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
  769. 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
  770. 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
  771. 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
  772. 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
  773. 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
  774. 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
  775. 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
  776. 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
  777. 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
  778. 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
  779. 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
  780. 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
  781. 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
  782. 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
  783. 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
  784. 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
  785. 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
  786. 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
  787. 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
  788. 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
  789. 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
  790. 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
  791. 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
  792. 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
  793. 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
  794. package/dist/node_modules/.pnpm/d3-zoom@3.0.0/node_modules/d3-zoom/src/transform.js +48 -0
  795. package/dist/node_modules/.pnpm/d3-zoom@3.0.0/node_modules/d3-zoom/src/transform.mjs +46 -0
  796. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/acyclic.js +64 -0
  797. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/acyclic.mjs +61 -0
  798. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/add-border-segments.js +38 -0
  799. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/add-border-segments.mjs +36 -0
  800. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/coordinate-system.js +78 -0
  801. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/coordinate-system.mjs +75 -0
  802. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/data/list.js +58 -0
  803. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/data/list.mjs +56 -0
  804. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/greedy-fas.js +125 -0
  805. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/greedy-fas.mjs +123 -0
  806. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/layout.js +414 -0
  807. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/layout.mjs +412 -0
  808. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/nesting-graph.js +143 -0
  809. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/nesting-graph.mjs +140 -0
  810. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/normalize.js +114 -0
  811. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/normalize.mjs +111 -0
  812. 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
  813. 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
  814. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/order/barycenter.js +34 -0
  815. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/order/barycenter.mjs +32 -0
  816. 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
  817. 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
  818. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/order/cross-count.js +88 -0
  819. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/order/cross-count.mjs +86 -0
  820. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/order/index.js +82 -0
  821. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/order/index.mjs +80 -0
  822. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/order/init-order.js +52 -0
  823. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/order/init-order.mjs +50 -0
  824. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/order/resolve-conflicts.js +134 -0
  825. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/order/resolve-conflicts.mjs +132 -0
  826. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/order/sort-subgraph.js +83 -0
  827. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/order/sort-subgraph.mjs +81 -0
  828. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/order/sort.js +64 -0
  829. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/order/sort.mjs +62 -0
  830. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/parent-dummy-chains.js +88 -0
  831. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/parent-dummy-chains.mjs +86 -0
  832. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/position/bk.js +431 -0
  833. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/position/bk.mjs +420 -0
  834. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/position/index.js +36 -0
  835. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/position/index.mjs +34 -0
  836. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/rank/feasible-tree.js +90 -0
  837. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/rank/feasible-tree.mjs +88 -0
  838. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/rank/index.js +54 -0
  839. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/rank/index.mjs +52 -0
  840. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/rank/network-simplex.js +244 -0
  841. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/rank/network-simplex.mjs +242 -0
  842. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/rank/util.js +68 -0
  843. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/rank/util.mjs +65 -0
  844. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/util.js +219 -0
  845. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/util.mjs +207 -0
  846. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/graphlib/alg/dfs.js +49 -0
  847. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/graphlib/alg/dfs.mjs +47 -0
  848. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/graphlib/alg/postorder.js +9 -0
  849. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/graphlib/alg/postorder.mjs +7 -0
  850. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/graphlib/alg/preorder.js +9 -0
  851. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/graphlib/alg/preorder.mjs +7 -0
  852. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/graphlib/alg/topsort.js +6 -0
  853. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/graphlib/alg/topsort.mjs +4 -0
  854. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/graphlib/graph.js +526 -0
  855. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/graphlib/graph.mjs +524 -0
  856. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/graphlib/json.js +53 -0
  857. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/graphlib/json.mjs +51 -0
  858. package/dist/node_modules/.pnpm/dayjs@1.11.13/node_modules/dayjs/dayjs.min.js +18 -0
  859. package/dist/node_modules/.pnpm/dayjs@1.11.13/node_modules/dayjs/dayjs.min.mjs +16 -0
  860. package/dist/node_modules/.pnpm/dayjs@1.11.13/node_modules/dayjs/plugin/advancedFormat.js +18 -0
  861. package/dist/node_modules/.pnpm/dayjs@1.11.13/node_modules/dayjs/plugin/advancedFormat.mjs +16 -0
  862. package/dist/node_modules/.pnpm/dayjs@1.11.13/node_modules/dayjs/plugin/customParseFormat.js +18 -0
  863. package/dist/node_modules/.pnpm/dayjs@1.11.13/node_modules/dayjs/plugin/customParseFormat.mjs +16 -0
  864. package/dist/node_modules/.pnpm/dayjs@1.11.13/node_modules/dayjs/plugin/isoWeek.js +18 -0
  865. package/dist/node_modules/.pnpm/dayjs@1.11.13/node_modules/dayjs/plugin/isoWeek.mjs +16 -0
  866. package/dist/node_modules/.pnpm/dompurify@3.2.6/node_modules/dompurify/dist/purify.es.js +1338 -0
  867. package/dist/node_modules/.pnpm/dompurify@3.2.6/node_modules/dompurify/dist/purify.es.mjs +1336 -0
  868. package/dist/node_modules/.pnpm/internmap@2.0.3/node_modules/internmap/src/index.js +48 -0
  869. package/dist/node_modules/.pnpm/internmap@2.0.3/node_modules/internmap/src/index.mjs +46 -0
  870. package/dist/node_modules/.pnpm/katex@0.16.22/node_modules/katex/dist/katex.js +18565 -0
  871. package/dist/node_modules/.pnpm/katex@0.16.22/node_modules/katex/dist/katex.mjs +18549 -0
  872. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/channels/index.js +135 -0
  873. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/channels/index.mjs +133 -0
  874. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/channels/reusable.js +9 -0
  875. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/channels/reusable.mjs +7 -0
  876. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/channels/type.js +29 -0
  877. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/channels/type.mjs +27 -0
  878. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/color/hex.js +45 -0
  879. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/color/hex.mjs +43 -0
  880. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/color/hsl.js +52 -0
  881. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/color/hsl.mjs +50 -0
  882. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/color/index.js +46 -0
  883. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/color/index.mjs +44 -0
  884. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/color/keyword.js +176 -0
  885. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/color/keyword.mjs +174 -0
  886. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/color/rgb.js +38 -0
  887. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/color/rgb.mjs +36 -0
  888. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/constants.js +17 -0
  889. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/constants.mjs +14 -0
  890. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/adjust.js +19 -0
  891. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/adjust.mjs +17 -0
  892. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/adjust_channel.js +17 -0
  893. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/adjust_channel.mjs +15 -0
  894. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/change.js +16 -0
  895. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/change.mjs +14 -0
  896. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/channel.js +12 -0
  897. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/channel.mjs +10 -0
  898. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/darken.js +11 -0
  899. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/darken.mjs +9 -0
  900. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/invert.js +16 -0
  901. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/invert.mjs +14 -0
  902. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/is_dark.js +11 -0
  903. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/is_dark.mjs +9 -0
  904. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/is_light.js +11 -0
  905. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/is_light.mjs +9 -0
  906. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/lighten.js +11 -0
  907. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/lighten.mjs +9 -0
  908. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/luminance.js +15 -0
  909. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/luminance.mjs +13 -0
  910. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/mix.js +25 -0
  911. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/mix.mjs +23 -0
  912. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/rgba.js +22 -0
  913. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/rgba.mjs +20 -0
  914. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/utils/channel.js +91 -0
  915. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/utils/channel.mjs +89 -0
  916. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/utils/index.js +15 -0
  917. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/utils/index.mjs +13 -0
  918. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/utils/lang.js +16 -0
  919. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/utils/lang.mjs +14 -0
  920. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/utils/unit.js +12 -0
  921. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/utils/unit.mjs +10 -0
  922. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/default-module.js +102 -0
  923. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/default-module.mjs +99 -0
  924. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/dependency-injection.js +130 -0
  925. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/dependency-injection.mjs +128 -0
  926. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/documentation/comment-provider.js +24 -0
  927. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/documentation/comment-provider.mjs +22 -0
  928. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/documentation/documentation-provider.js +71 -0
  929. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/documentation/documentation-provider.mjs +69 -0
  930. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/documentation/jsdoc.js +514 -0
  931. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/documentation/jsdoc.mjs +511 -0
  932. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/languages/generated/ast.js +731 -0
  933. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/languages/generated/ast.mjs +652 -0
  934. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/languages/grammar-config.js +31 -0
  935. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/languages/grammar-config.mjs +29 -0
  936. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/async-parser.js +23 -0
  937. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/async-parser.mjs +21 -0
  938. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/completion-parser-builder.js +20 -0
  939. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/completion-parser-builder.mjs +18 -0
  940. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/cst-node-builder.js +251 -0
  941. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/cst-node-builder.mjs +245 -0
  942. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/langium-parser-builder.js +32 -0
  943. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/langium-parser-builder.mjs +29 -0
  944. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/langium-parser.js +496 -0
  945. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/langium-parser.mjs +489 -0
  946. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/lexer.js +87 -0
  947. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/lexer.mjs +80 -0
  948. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/parser-builder-base.js +378 -0
  949. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/parser-builder-base.mjs +376 -0
  950. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/token-builder.js +132 -0
  951. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/token-builder.mjs +130 -0
  952. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/value-converter.js +103 -0
  953. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/value-converter.mjs +101 -0
  954. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/references/linker.js +169 -0
  955. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/references/linker.mjs +167 -0
  956. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/references/name-provider.js +26 -0
  957. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/references/name-provider.mjs +23 -0
  958. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/references/references.js +91 -0
  959. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/references/references.mjs +89 -0
  960. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/references/scope-computation.js +89 -0
  961. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/references/scope-computation.mjs +87 -0
  962. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/references/scope-provider.js +69 -0
  963. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/references/scope-provider.mjs +67 -0
  964. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/references/scope.js +77 -0
  965. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/references/scope.mjs +74 -0
  966. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/serializer/hydrator.js +279 -0
  967. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/serializer/hydrator.mjs +277 -0
  968. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/serializer/json-serializer.js +223 -0
  969. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/serializer/json-serializer.mjs +220 -0
  970. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/service-registry.js +82 -0
  971. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/service-registry.mjs +80 -0
  972. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/syntax-tree.js +91 -0
  973. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/syntax-tree.mjs +82 -0
  974. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/ast-utils.js +211 -0
  975. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/ast-utils.mjs +201 -0
  976. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/caching.js +153 -0
  977. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/caching.mjs +148 -0
  978. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/collections.js +193 -0
  979. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/collections.mjs +190 -0
  980. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/cst-utils.js +149 -0
  981. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/cst-utils.mjs +138 -0
  982. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/disposable.js +16 -0
  983. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/disposable.mjs +16 -0
  984. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/errors.js +18 -0
  985. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/errors.mjs +15 -0
  986. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/grammar-loader.js +44 -0
  987. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/grammar-loader.mjs +42 -0
  988. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/grammar-utils.js +495 -0
  989. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/grammar-utils.mjs +477 -0
  990. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/promise-utils.js +101 -0
  991. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/promise-utils.mjs +94 -0
  992. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/regexp-utils.js +287 -0
  993. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/regexp-utils.mjs +278 -0
  994. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/stream.js +517 -0
  995. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/stream.mjs +511 -0
  996. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/uri-utils.js +43 -0
  997. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/uri-utils.mjs +41 -0
  998. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/validation/document-validator.js +251 -0
  999. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/validation/document-validator.mjs +246 -0
  1000. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/validation/validation-registry.js +158 -0
  1001. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/validation/validation-registry.mjs +155 -0
  1002. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/ast-descriptions.js +80 -0
  1003. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/ast-descriptions.mjs +77 -0
  1004. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/ast-node-locator.js +49 -0
  1005. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/ast-node-locator.mjs +47 -0
  1006. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/configuration.js +96 -0
  1007. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/configuration.mjs +94 -0
  1008. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/document-builder.js +382 -0
  1009. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/document-builder.mjs +380 -0
  1010. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/documents.js +274 -0
  1011. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/documents.mjs +267 -0
  1012. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/file-system-provider.js +21 -0
  1013. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/file-system-provider.mjs +18 -0
  1014. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/index-manager.js +96 -0
  1015. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/index-manager.mjs +94 -0
  1016. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/workspace-lock.js +79 -0
  1017. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/workspace-lock.mjs +77 -0
  1018. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/workspace-manager.js +120 -0
  1019. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/workspace-manager.mjs +118 -0
  1020. package/dist/node_modules/.pnpm/layout-base@1.0.2/node_modules/layout-base/layout-base.js +4276 -0
  1021. package/dist/node_modules/.pnpm/layout-base@1.0.2/node_modules/layout-base/layout-base.mjs +4274 -0
  1022. package/dist/node_modules/.pnpm/layout-base@2.0.1/node_modules/layout-base/layout-base.js +5116 -0
  1023. package/dist/node_modules/.pnpm/layout-base@2.0.1/node_modules/layout-base/layout-base.mjs +5114 -0
  1024. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_DataView.js +9 -0
  1025. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_DataView.mjs +7 -0
  1026. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Hash.js +34 -0
  1027. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Hash.mjs +32 -0
  1028. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_ListCache.js +34 -0
  1029. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_ListCache.mjs +32 -0
  1030. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Map.js +9 -0
  1031. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Map.mjs +7 -0
  1032. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_MapCache.js +34 -0
  1033. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_MapCache.mjs +32 -0
  1034. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Promise.js +9 -0
  1035. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Promise.mjs +7 -0
  1036. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Set.js +9 -0
  1037. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Set.mjs +7 -0
  1038. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_SetCache.js +29 -0
  1039. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_SetCache.mjs +27 -0
  1040. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Stack.js +29 -0
  1041. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Stack.mjs +27 -0
  1042. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Symbol.js +8 -0
  1043. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Symbol.mjs +6 -0
  1044. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Uint8Array.js +8 -0
  1045. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Uint8Array.mjs +6 -0
  1046. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_WeakMap.js +9 -0
  1047. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_WeakMap.mjs +7 -0
  1048. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_apply.js +23 -0
  1049. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_apply.mjs +21 -0
  1050. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayAggregator.js +24 -0
  1051. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayAggregator.mjs +22 -0
  1052. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayEach.js +24 -0
  1053. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayEach.mjs +22 -0
  1054. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayEvery.js +25 -0
  1055. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayEvery.mjs +23 -0
  1056. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayFilter.js +27 -0
  1057. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayFilter.mjs +25 -0
  1058. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayIncludes.js +19 -0
  1059. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayIncludes.mjs +17 -0
  1060. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayLikeKeys.js +51 -0
  1061. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayLikeKeys.mjs +49 -0
  1062. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayMap.js +23 -0
  1063. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayMap.mjs +21 -0
  1064. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayPush.js +22 -0
  1065. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayPush.mjs +20 -0
  1066. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayReduce.js +28 -0
  1067. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayReduce.mjs +26 -0
  1068. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arraySome.js +25 -0
  1069. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arraySome.mjs +23 -0
  1070. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_assignMergeValue.js +22 -0
  1071. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_assignMergeValue.mjs +20 -0
  1072. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_assignValue.js +30 -0
  1073. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_assignValue.mjs +28 -0
  1074. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_assocIndexOf.js +23 -0
  1075. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_assocIndexOf.mjs +21 -0
  1076. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseAggregator.js +23 -0
  1077. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseAggregator.mjs +21 -0
  1078. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseAssign.js +19 -0
  1079. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseAssign.mjs +17 -0
  1080. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseAssignIn.js +19 -0
  1081. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseAssignIn.mjs +17 -0
  1082. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseAssignValue.js +27 -0
  1083. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseAssignValue.mjs +25 -0
  1084. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseClone.js +164 -0
  1085. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseClone.mjs +162 -0
  1086. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseCreate.js +32 -0
  1087. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseCreate.mjs +30 -0
  1088. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseDifference.js +59 -0
  1089. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseDifference.mjs +57 -0
  1090. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseEach.js +16 -0
  1091. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseEach.mjs +14 -0
  1092. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseEvery.js +23 -0
  1093. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseEvery.mjs +21 -0
  1094. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseExtremum.js +34 -0
  1095. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseExtremum.mjs +32 -0
  1096. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseFilter.js +23 -0
  1097. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseFilter.mjs +21 -0
  1098. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseFindIndex.js +26 -0
  1099. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseFindIndex.mjs +24 -0
  1100. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseFlatten.js +37 -0
  1101. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseFlatten.mjs +35 -0
  1102. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseFor.js +18 -0
  1103. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseFor.mjs +16 -0
  1104. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseForOwn.js +18 -0
  1105. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseForOwn.mjs +16 -0
  1106. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGet.js +26 -0
  1107. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGet.mjs +24 -0
  1108. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGetAllKeys.js +22 -0
  1109. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGetAllKeys.mjs +20 -0
  1110. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGetTag.js +30 -0
  1111. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGetTag.mjs +28 -0
  1112. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGt.js +16 -0
  1113. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGt.mjs +14 -0
  1114. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseHas.js +21 -0
  1115. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseHas.mjs +19 -0
  1116. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseHasIn.js +15 -0
  1117. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseHasIn.mjs +13 -0
  1118. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIndexOf.js +22 -0
  1119. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIndexOf.mjs +20 -0
  1120. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsArguments.js +20 -0
  1121. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsArguments.mjs +18 -0
  1122. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsEqual.js +30 -0
  1123. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsEqual.mjs +28 -0
  1124. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsEqualDeep.js +85 -0
  1125. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsEqualDeep.mjs +83 -0
  1126. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsMap.js +20 -0
  1127. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsMap.mjs +18 -0
  1128. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsMatch.js +61 -0
  1129. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsMatch.mjs +59 -0
  1130. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsNaN.js +14 -0
  1131. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsNaN.mjs +12 -0
  1132. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsNative.js +49 -0
  1133. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsNative.mjs +47 -0
  1134. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsRegExp.js +20 -0
  1135. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsRegExp.mjs +18 -0
  1136. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsSet.js +20 -0
  1137. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsSet.mjs +18 -0
  1138. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsTypedArray.js +62 -0
  1139. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsTypedArray.mjs +60 -0
  1140. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIteratee.js +33 -0
  1141. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIteratee.mjs +31 -0
  1142. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseKeys.js +32 -0
  1143. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseKeys.mjs +30 -0
  1144. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseKeysIn.js +35 -0
  1145. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseKeysIn.mjs +33 -0
  1146. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseLt.js +16 -0
  1147. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseLt.mjs +14 -0
  1148. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseMap.js +24 -0
  1149. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseMap.mjs +22 -0
  1150. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseMatches.js +24 -0
  1151. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseMatches.mjs +22 -0
  1152. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseMatchesProperty.js +35 -0
  1153. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseMatchesProperty.mjs +33 -0
  1154. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseMerge.js +44 -0
  1155. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseMerge.mjs +42 -0
  1156. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseMergeDeep.js +96 -0
  1157. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseMergeDeep.mjs +94 -0
  1158. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseOrderBy.js +51 -0
  1159. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseOrderBy.mjs +49 -0
  1160. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_basePick.js +21 -0
  1161. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_basePick.mjs +19 -0
  1162. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_basePickBy.js +32 -0
  1163. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_basePickBy.mjs +30 -0
  1164. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseProperty.js +16 -0
  1165. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseProperty.mjs +14 -0
  1166. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_basePropertyDeep.js +18 -0
  1167. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_basePropertyDeep.mjs +16 -0
  1168. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseRange.js +30 -0
  1169. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseRange.mjs +28 -0
  1170. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseReduce.js +25 -0
  1171. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseReduce.mjs +23 -0
  1172. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseRest.js +19 -0
  1173. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseRest.mjs +17 -0
  1174. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseSet.js +53 -0
  1175. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseSet.mjs +51 -0
  1176. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseSetToString.js +24 -0
  1177. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseSetToString.mjs +22 -0
  1178. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseSlice.js +33 -0
  1179. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseSlice.mjs +31 -0
  1180. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseSome.js +24 -0
  1181. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseSome.mjs +22 -0
  1182. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseSortBy.js +23 -0
  1183. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseSortBy.mjs +21 -0
  1184. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseTimes.js +22 -0
  1185. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseTimes.mjs +20 -0
  1186. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseToString.js +36 -0
  1187. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseToString.mjs +34 -0
  1188. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseTrim.js +21 -0
  1189. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseTrim.mjs +19 -0
  1190. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseUnary.js +16 -0
  1191. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseUnary.mjs +14 -0
  1192. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseUniq.js +69 -0
  1193. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseUniq.mjs +67 -0
  1194. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseValues.js +21 -0
  1195. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseValues.mjs +19 -0
  1196. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseZipObject.js +25 -0
  1197. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseZipObject.mjs +23 -0
  1198. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cacheHas.js +15 -0
  1199. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cacheHas.mjs +13 -0
  1200. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_castFunction.js +16 -0
  1201. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_castFunction.mjs +14 -0
  1202. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_castPath.js +23 -0
  1203. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_castPath.mjs +21 -0
  1204. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneArrayBuffer.js +18 -0
  1205. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneArrayBuffer.mjs +16 -0
  1206. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneBuffer.js +37 -0
  1207. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneBuffer.mjs +35 -0
  1208. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneDataView.js +18 -0
  1209. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneDataView.mjs +16 -0
  1210. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneRegExp.js +19 -0
  1211. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneRegExp.mjs +17 -0
  1212. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneSymbol.js +20 -0
  1213. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneSymbol.mjs +18 -0
  1214. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneTypedArray.js +18 -0
  1215. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneTypedArray.mjs +16 -0
  1216. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_compareAscending.js +43 -0
  1217. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_compareAscending.mjs +41 -0
  1218. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_compareMultiple.js +46 -0
  1219. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_compareMultiple.mjs +44 -0
  1220. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_copyArray.js +22 -0
  1221. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_copyArray.mjs +20 -0
  1222. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_copyObject.js +40 -0
  1223. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_copyObject.mjs +38 -0
  1224. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_copySymbols.js +18 -0
  1225. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_copySymbols.mjs +16 -0
  1226. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_copySymbolsIn.js +18 -0
  1227. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_copySymbolsIn.mjs +16 -0
  1228. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_coreJsData.js +8 -0
  1229. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_coreJsData.mjs +6 -0
  1230. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_createAggregator.js +25 -0
  1231. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_createAggregator.mjs +23 -0
  1232. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_createAssigner.js +39 -0
  1233. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_createAssigner.mjs +37 -0
  1234. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_createBaseEach.js +34 -0
  1235. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_createBaseEach.mjs +32 -0
  1236. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_createBaseFor.js +27 -0
  1237. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_createBaseFor.mjs +25 -0
  1238. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_createFind.js +27 -0
  1239. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_createFind.mjs +25 -0
  1240. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_createRange.js +32 -0
  1241. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_createRange.mjs +30 -0
  1242. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_createSet.js +21 -0
  1243. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_createSet.mjs +19 -0
  1244. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_defineProperty.js +13 -0
  1245. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_defineProperty.mjs +11 -0
  1246. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_equalArrays.js +86 -0
  1247. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_equalArrays.mjs +84 -0
  1248. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_equalByTag.js +114 -0
  1249. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_equalByTag.mjs +112 -0
  1250. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_equalObjects.js +92 -0
  1251. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_equalObjects.mjs +90 -0
  1252. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_flatRest.js +18 -0
  1253. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_flatRest.mjs +16 -0
  1254. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_freeGlobal.js +6 -0
  1255. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_freeGlobal.mjs +4 -0
  1256. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getAllKeys.js +18 -0
  1257. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getAllKeys.mjs +16 -0
  1258. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getAllKeysIn.js +19 -0
  1259. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getAllKeysIn.mjs +17 -0
  1260. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getMapData.js +20 -0
  1261. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getMapData.mjs +18 -0
  1262. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getMatchData.js +26 -0
  1263. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getMatchData.mjs +24 -0
  1264. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getNative.js +19 -0
  1265. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getNative.mjs +17 -0
  1266. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getPrototype.js +8 -0
  1267. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getPrototype.mjs +6 -0
  1268. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getRawTag.js +48 -0
  1269. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getRawTag.mjs +46 -0
  1270. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getSymbols.js +32 -0
  1271. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getSymbols.mjs +30 -0
  1272. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getSymbolsIn.js +27 -0
  1273. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getSymbolsIn.mjs +25 -0
  1274. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getTag.js +60 -0
  1275. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getTag.mjs +58 -0
  1276. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getValue.js +15 -0
  1277. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getValue.mjs +13 -0
  1278. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hasPath.js +41 -0
  1279. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hasPath.mjs +39 -0
  1280. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashClear.js +17 -0
  1281. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashClear.mjs +15 -0
  1282. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashDelete.js +19 -0
  1283. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashDelete.mjs +17 -0
  1284. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashGet.js +32 -0
  1285. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashGet.mjs +30 -0
  1286. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashHas.js +25 -0
  1287. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashHas.mjs +23 -0
  1288. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashSet.js +25 -0
  1289. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashSet.mjs +23 -0
  1290. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_initCloneArray.js +28 -0
  1291. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_initCloneArray.mjs +26 -0
  1292. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_initCloneByTag.js +79 -0
  1293. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_initCloneByTag.mjs +77 -0
  1294. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_initCloneObject.js +20 -0
  1295. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_initCloneObject.mjs +18 -0
  1296. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isFlattenable.js +22 -0
  1297. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isFlattenable.mjs +20 -0
  1298. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isIndex.js +27 -0
  1299. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isIndex.mjs +25 -0
  1300. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isIterateeCall.js +32 -0
  1301. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isIterateeCall.mjs +30 -0
  1302. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isKey.js +31 -0
  1303. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isKey.mjs +29 -0
  1304. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isKeyable.js +17 -0
  1305. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isKeyable.mjs +15 -0
  1306. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isMasked.js +22 -0
  1307. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isMasked.mjs +20 -0
  1308. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isPrototype.js +20 -0
  1309. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isPrototype.mjs +18 -0
  1310. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isStrictComparable.js +17 -0
  1311. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isStrictComparable.mjs +15 -0
  1312. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheClear.js +15 -0
  1313. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheClear.mjs +13 -0
  1314. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheDelete.js +37 -0
  1315. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheDelete.mjs +35 -0
  1316. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheGet.js +21 -0
  1317. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheGet.mjs +19 -0
  1318. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheHas.js +18 -0
  1319. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheHas.mjs +16 -0
  1320. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheSet.js +28 -0
  1321. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheSet.mjs +26 -0
  1322. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheClear.js +23 -0
  1323. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheClear.mjs +21 -0
  1324. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheDelete.js +20 -0
  1325. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheDelete.mjs +18 -0
  1326. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheGet.js +18 -0
  1327. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheGet.mjs +16 -0
  1328. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheHas.js +18 -0
  1329. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheHas.mjs +16 -0
  1330. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheSet.js +24 -0
  1331. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheSet.mjs +22 -0
  1332. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapToArray.js +20 -0
  1333. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapToArray.mjs +18 -0
  1334. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_matchesStrictComparable.js +22 -0
  1335. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_matchesStrictComparable.mjs +20 -0
  1336. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_memoizeCapped.js +28 -0
  1337. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_memoizeCapped.mjs +26 -0
  1338. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nativeCreate.js +8 -0
  1339. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nativeCreate.mjs +6 -0
  1340. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nativeKeys.js +8 -0
  1341. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nativeKeys.mjs +6 -0
  1342. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nativeKeysIn.js +22 -0
  1343. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nativeKeysIn.mjs +20 -0
  1344. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nodeUtil.js +32 -0
  1345. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nodeUtil.mjs +30 -0
  1346. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_objectToString.js +24 -0
  1347. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_objectToString.mjs +22 -0
  1348. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_overArg.js +17 -0
  1349. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_overArg.mjs +15 -0
  1350. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_overRest.js +38 -0
  1351. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_overRest.mjs +36 -0
  1352. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_root.js +11 -0
  1353. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_root.mjs +9 -0
  1354. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_safeGet.js +23 -0
  1355. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_safeGet.mjs +21 -0
  1356. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setCacheAdd.js +21 -0
  1357. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setCacheAdd.mjs +19 -0
  1358. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setCacheHas.js +16 -0
  1359. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setCacheHas.mjs +14 -0
  1360. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setToArray.js +20 -0
  1361. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setToArray.mjs +18 -0
  1362. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setToString.js +16 -0
  1363. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setToString.mjs +14 -0
  1364. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_shortOut.js +39 -0
  1365. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_shortOut.mjs +37 -0
  1366. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackClear.js +17 -0
  1367. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackClear.mjs +15 -0
  1368. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackDelete.js +20 -0
  1369. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackDelete.mjs +18 -0
  1370. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackGet.js +16 -0
  1371. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackGet.mjs +14 -0
  1372. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackHas.js +16 -0
  1373. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackHas.mjs +14 -0
  1374. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackSet.js +36 -0
  1375. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackSet.mjs +34 -0
  1376. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_strictIndexOf.js +25 -0
  1377. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_strictIndexOf.mjs +23 -0
  1378. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stringToPath.js +29 -0
  1379. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stringToPath.mjs +27 -0
  1380. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_toKey.js +20 -0
  1381. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_toKey.mjs +18 -0
  1382. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_toSource.js +28 -0
  1383. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_toSource.mjs +26 -0
  1384. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_trimmedEndIndex.js +21 -0
  1385. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_trimmedEndIndex.mjs +19 -0
  1386. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/assign.js +60 -0
  1387. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/assign.mjs +58 -0
  1388. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/clone.js +38 -0
  1389. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/clone.mjs +36 -0
  1390. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/cloneDeep.js +31 -0
  1391. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/cloneDeep.mjs +29 -0
  1392. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/compact.js +33 -0
  1393. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/compact.mjs +31 -0
  1394. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/constant.js +28 -0
  1395. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/constant.mjs +26 -0
  1396. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/defaults.js +66 -0
  1397. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/defaults.mjs +64 -0
  1398. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/difference.js +35 -0
  1399. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/difference.mjs +33 -0
  1400. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/drop.js +40 -0
  1401. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/drop.mjs +38 -0
  1402. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/dropRight.js +41 -0
  1403. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/dropRight.mjs +39 -0
  1404. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/eq.js +39 -0
  1405. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/eq.mjs +37 -0
  1406. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/every.js +54 -0
  1407. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/every.mjs +52 -0
  1408. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/filter.js +54 -0
  1409. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/filter.mjs +52 -0
  1410. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/find.js +44 -0
  1411. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/find.mjs +42 -0
  1412. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/findIndex.js +57 -0
  1413. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/findIndex.mjs +55 -0
  1414. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/flatMap.js +31 -0
  1415. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/flatMap.mjs +29 -0
  1416. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/flatten.js +24 -0
  1417. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/flatten.mjs +22 -0
  1418. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/forEach.js +43 -0
  1419. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/forEach.mjs +41 -0
  1420. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/forIn.js +41 -0
  1421. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/forIn.mjs +39 -0
  1422. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/forOwn.js +38 -0
  1423. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/forOwn.mjs +36 -0
  1424. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/get.js +35 -0
  1425. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/get.mjs +33 -0
  1426. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/groupBy.js +43 -0
  1427. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/groupBy.mjs +41 -0
  1428. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/has.js +37 -0
  1429. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/has.mjs +35 -0
  1430. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/hasIn.js +36 -0
  1431. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/hasIn.mjs +34 -0
  1432. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/head.js +25 -0
  1433. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/head.mjs +23 -0
  1434. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/identity.js +23 -0
  1435. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/identity.mjs +21 -0
  1436. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/includes.js +55 -0
  1437. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/includes.mjs +53 -0
  1438. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/indexOf.js +37 -0
  1439. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/indexOf.mjs +35 -0
  1440. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArguments.js +38 -0
  1441. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArguments.mjs +36 -0
  1442. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArray.js +28 -0
  1443. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArray.mjs +26 -0
  1444. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArrayLike.js +35 -0
  1445. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArrayLike.mjs +33 -0
  1446. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArrayLikeObject.js +35 -0
  1447. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArrayLikeObject.mjs +33 -0
  1448. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isBuffer.js +40 -0
  1449. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isBuffer.mjs +38 -0
  1450. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isEmpty.js +79 -0
  1451. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isEmpty.mjs +77 -0
  1452. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isFunction.js +39 -0
  1453. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isFunction.mjs +37 -0
  1454. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isLength.js +37 -0
  1455. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isLength.mjs +35 -0
  1456. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isMap.js +29 -0
  1457. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isMap.mjs +27 -0
  1458. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isObject.js +33 -0
  1459. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isObject.mjs +31 -0
  1460. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isObjectLike.js +31 -0
  1461. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isObjectLike.mjs +29 -0
  1462. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isPlainObject.js +64 -0
  1463. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isPlainObject.mjs +62 -0
  1464. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isRegExp.js +29 -0
  1465. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isRegExp.mjs +27 -0
  1466. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isSet.js +29 -0
  1467. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isSet.mjs +27 -0
  1468. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isString.js +32 -0
  1469. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isString.mjs +30 -0
  1470. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isSymbol.js +31 -0
  1471. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isSymbol.mjs +29 -0
  1472. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isTypedArray.js +29 -0
  1473. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isTypedArray.mjs +27 -0
  1474. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isUndefined.js +24 -0
  1475. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isUndefined.mjs +22 -0
  1476. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/keys.js +39 -0
  1477. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/keys.mjs +37 -0
  1478. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/keysIn.js +34 -0
  1479. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/keysIn.mjs +32 -0
  1480. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/last.js +22 -0
  1481. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/last.mjs +20 -0
  1482. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/map.js +55 -0
  1483. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/map.mjs +53 -0
  1484. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/mapValues.js +45 -0
  1485. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/mapValues.mjs +43 -0
  1486. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/max.js +31 -0
  1487. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/max.mjs +29 -0
  1488. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/memoize.js +75 -0
  1489. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/memoize.mjs +73 -0
  1490. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/merge.js +41 -0
  1491. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/merge.mjs +39 -0
  1492. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/min.js +31 -0
  1493. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/min.mjs +29 -0
  1494. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/minBy.js +36 -0
  1495. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/minBy.mjs +34 -0
  1496. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/negate.js +42 -0
  1497. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/negate.mjs +40 -0
  1498. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/noop.js +19 -0
  1499. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/noop.mjs +17 -0
  1500. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/pick.js +27 -0
  1501. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/pick.mjs +25 -0
  1502. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/pickBy.js +39 -0
  1503. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/pickBy.mjs +37 -0
  1504. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/property.js +34 -0
  1505. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/property.mjs +32 -0
  1506. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/range.js +48 -0
  1507. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/range.mjs +46 -0
  1508. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/reduce.js +53 -0
  1509. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/reduce.mjs +51 -0
  1510. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/reject.js +48 -0
  1511. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/reject.mjs +46 -0
  1512. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/some.js +49 -0
  1513. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/some.mjs +47 -0
  1514. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/sortBy.js +50 -0
  1515. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/sortBy.mjs +48 -0
  1516. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/stubArray.js +25 -0
  1517. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/stubArray.mjs +23 -0
  1518. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/stubFalse.js +20 -0
  1519. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/stubFalse.mjs +18 -0
  1520. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/toFinite.js +44 -0
  1521. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/toFinite.mjs +42 -0
  1522. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/toInteger.js +38 -0
  1523. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/toInteger.mjs +36 -0
  1524. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/toNumber.js +66 -0
  1525. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/toNumber.mjs +64 -0
  1526. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/toPlainObject.js +34 -0
  1527. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/toPlainObject.mjs +32 -0
  1528. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/toString.js +30 -0
  1529. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/toString.mjs +28 -0
  1530. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/union.js +28 -0
  1531. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/union.mjs +26 -0
  1532. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/uniq.js +27 -0
  1533. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/uniq.mjs +25 -0
  1534. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/uniqBy.js +33 -0
  1535. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/uniqBy.mjs +31 -0
  1536. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/uniqueId.js +30 -0
  1537. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/uniqueId.mjs +28 -0
  1538. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/values.js +36 -0
  1539. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/values.mjs +34 -0
  1540. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/zipObject.js +26 -0
  1541. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/zipObject.mjs +24 -0
  1542. package/dist/node_modules/.pnpm/marked@16.1.2/node_modules/marked/lib/marked.esm.js +83 -0
  1543. package/dist/node_modules/.pnpm/marked@16.1.2/node_modules/marked/lib/marked.esm.mjs +73 -0
  1544. package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/architectureDiagram-SUXI7LT5.js +1117 -0
  1545. package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/architectureDiagram-SUXI7LT5.mjs +1115 -0
  1546. package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/blockDiagram-6J76NXCF.js +3641 -0
  1547. package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/blockDiagram-6J76NXCF.mjs +3639 -0
  1548. package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/c4Diagram-6F6E4RAY.js +2502 -0
  1549. package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/c4Diagram-6F6E4RAY.mjs +2500 -0
  1550. package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-353BL4L5.js +19 -0
  1551. package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-353BL4L5.mjs +17 -0
  1552. package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-3XYRH5AP.js +3124 -0
  1553. package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-3XYRH5AP.mjs +3071 -0
  1554. package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-55PJQP7W.js +559 -0
  1555. package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-55PJQP7W.mjs +541 -0
  1556. package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-67H74DCK.js +111 -0
  1557. package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-67H74DCK.mjs +103 -0
  1558. package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-AACKK3MU.js +22 -0
  1559. package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-AACKK3MU.mjs +20 -0
  1560. package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-AC5SNWB5.js +19 -0
  1561. package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-AC5SNWB5.mjs +17 -0
  1562. package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-BFAMUDN2.js +18 -0
  1563. package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-BFAMUDN2.mjs +16 -0
  1564. package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-E2GYISFI.js +22 -0
  1565. package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-E2GYISFI.mjs +20 -0
  1566. package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-IWUHOULB.js +62 -0
  1567. package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-IWUHOULB.mjs +58 -0
  1568. package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-JW4RIYDF.js +4980 -0
  1569. package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-JW4RIYDF.mjs +4969 -0
  1570. package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-L5ZGVLVO.js +2699 -0
  1571. package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-L5ZGVLVO.mjs +2696 -0
  1572. package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-M6DAPIYF.js +701 -0
  1573. package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-M6DAPIYF.mjs +695 -0
  1574. package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-MXNHSMXR.js +110 -0
  1575. package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-MXNHSMXR.mjs +108 -0
  1576. package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-OW32GOEJ.js +1935 -0
  1577. package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-OW32GOEJ.mjs +1930 -0
  1578. package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-P3VETL53.js +20 -0
  1579. package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-P3VETL53.mjs +18 -0
  1580. package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-QESNASVV.js +432 -0
  1581. package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-QESNASVV.mjs +425 -0
  1582. package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-RKKUNAVE.js +146 -0
  1583. package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-RKKUNAVE.mjs +144 -0
  1584. package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-SKB7J2MH.js +27 -0
  1585. package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-SKB7J2MH.mjs +25 -0
  1586. package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-SZ463SBG.js +1847 -0
  1587. package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-SZ463SBG.mjs +1842 -0
  1588. package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-UWXLY5YG.js +88 -0
  1589. package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-UWXLY5YG.mjs +82 -0
  1590. package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/classDiagram-M3E45YP4.js +30 -0
  1591. package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/classDiagram-M3E45YP4.mjs +28 -0
  1592. package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/classDiagram-v2-YAWTLIQI.js +30 -0
  1593. package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/classDiagram-v2-YAWTLIQI.mjs +28 -0
  1594. package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/dagre-JOIXM2OF.js +661 -0
  1595. package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/dagre-JOIXM2OF.mjs +659 -0
  1596. package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/diagram-5UYTHUR4.js +213 -0
  1597. package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/diagram-5UYTHUR4.mjs +211 -0
  1598. package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/diagram-VMROVX33.js +539 -0
  1599. package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/diagram-VMROVX33.mjs +537 -0
  1600. package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/diagram-ZTM2IBQH.js +311 -0
  1601. package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/diagram-ZTM2IBQH.mjs +309 -0
  1602. package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/erDiagram-3M52JZNH.js +1179 -0
  1603. package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/erDiagram-3M52JZNH.mjs +1177 -0
  1604. package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/flowDiagram-KYDEHFYC.js +2351 -0
  1605. package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/flowDiagram-KYDEHFYC.mjs +2349 -0
  1606. package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/ganttDiagram-EK5VF46D.js +2145 -0
  1607. package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/ganttDiagram-EK5VF46D.mjs +2143 -0
  1608. package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/gitGraphDiagram-GW3U2K7C.js +1218 -0
  1609. package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/gitGraphDiagram-GW3U2K7C.mjs +1216 -0
  1610. package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/infoDiagram-LHK5PUON.js +41 -0
  1611. package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/infoDiagram-LHK5PUON.mjs +39 -0
  1612. package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/journeyDiagram-EWQZEKCU.js +1268 -0
  1613. package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/journeyDiagram-EWQZEKCU.mjs +1266 -0
  1614. package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/kanban-definition-ZSS6B67P.js +1064 -0
  1615. package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/kanban-definition-ZSS6B67P.mjs +1062 -0
  1616. package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/mindmap-definition-6CBA2TL7.js +1215 -0
  1617. package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/mindmap-definition-6CBA2TL7.mjs +1213 -0
  1618. package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/pieDiagram-NIOCPIFQ.js +196 -0
  1619. package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/pieDiagram-NIOCPIFQ.mjs +194 -0
  1620. package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/quadrantDiagram-2OG54O6I.js +1352 -0
  1621. package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/quadrantDiagram-2OG54O6I.mjs +1350 -0
  1622. package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/requirementDiagram-QOLK2EJ7.js +1180 -0
  1623. package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/requirementDiagram-QOLK2EJ7.mjs +1178 -0
  1624. package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/sankeyDiagram-4UZDY2LN.js +696 -0
  1625. package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/sankeyDiagram-4UZDY2LN.mjs +694 -0
  1626. package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/sequenceDiagram-SKLFT4DO.js +3430 -0
  1627. package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/sequenceDiagram-SKLFT4DO.mjs +3428 -0
  1628. package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/stateDiagram-MI5ZYTHO.js +465 -0
  1629. package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/stateDiagram-MI5ZYTHO.mjs +463 -0
  1630. package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/stateDiagram-v2-5AN5P6BG.js +30 -0
  1631. package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/stateDiagram-v2-5AN5P6BG.mjs +28 -0
  1632. package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/timeline-definition-MYPXXCX6.js +1237 -0
  1633. package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/timeline-definition-MYPXXCX6.mjs +1235 -0
  1634. package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/xychartDiagram-H2YORKM3.js +1889 -0
  1635. package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/xychartDiagram-H2YORKM3.mjs +1887 -0
  1636. package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/mermaid.core.js +1310 -0
  1637. package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/mermaid.core.mjs +1308 -0
  1638. 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
  1639. 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
  1640. package/dist/node_modules/.pnpm/roughjs@4.6.6/node_modules/roughjs/bundled/rough.esm.js +5 -0
  1641. package/dist/node_modules/.pnpm/roughjs@4.6.6/node_modules/roughjs/bundled/rough.esm.mjs +3 -0
  1642. package/dist/node_modules/.pnpm/stylis@4.3.6/node_modules/stylis/src/Enum.js +17 -0
  1643. package/dist/node_modules/.pnpm/stylis@4.3.6/node_modules/stylis/src/Enum.mjs +9 -0
  1644. package/dist/node_modules/.pnpm/stylis@4.3.6/node_modules/stylis/src/Parser.js +210 -0
  1645. package/dist/node_modules/.pnpm/stylis@4.3.6/node_modules/stylis/src/Parser.mjs +204 -0
  1646. package/dist/node_modules/.pnpm/stylis@4.3.6/node_modules/stylis/src/Serializer.js +40 -0
  1647. package/dist/node_modules/.pnpm/stylis@4.3.6/node_modules/stylis/src/Serializer.mjs +37 -0
  1648. package/dist/node_modules/.pnpm/stylis@4.3.6/node_modules/stylis/src/Tokenizer.js +232 -0
  1649. package/dist/node_modules/.pnpm/stylis@4.3.6/node_modules/stylis/src/Tokenizer.mjs +215 -0
  1650. package/dist/node_modules/.pnpm/stylis@4.3.6/node_modules/stylis/src/Utility.js +96 -0
  1651. package/dist/node_modules/.pnpm/stylis@4.3.6/node_modules/stylis/src/Utility.mjs +85 -0
  1652. package/dist/node_modules/.pnpm/ts-dedent@2.2.0/node_modules/ts-dedent/esm/index.js +43 -0
  1653. package/dist/node_modules/.pnpm/ts-dedent@2.2.0/node_modules/ts-dedent/esm/index.mjs +38 -0
  1654. package/dist/node_modules/.pnpm/vscode-jsonrpc@8.2.0/node_modules/vscode-jsonrpc/lib/common/cancellation.js +111 -0
  1655. package/dist/node_modules/.pnpm/vscode-jsonrpc@8.2.0/node_modules/vscode-jsonrpc/lib/common/cancellation.mjs +109 -0
  1656. package/dist/node_modules/.pnpm/vscode-jsonrpc@8.2.0/node_modules/vscode-jsonrpc/lib/common/events.js +141 -0
  1657. package/dist/node_modules/.pnpm/vscode-jsonrpc@8.2.0/node_modules/vscode-jsonrpc/lib/common/events.mjs +139 -0
  1658. package/dist/node_modules/.pnpm/vscode-jsonrpc@8.2.0/node_modules/vscode-jsonrpc/lib/common/is.js +47 -0
  1659. package/dist/node_modules/.pnpm/vscode-jsonrpc@8.2.0/node_modules/vscode-jsonrpc/lib/common/is.mjs +45 -0
  1660. package/dist/node_modules/.pnpm/vscode-jsonrpc@8.2.0/node_modules/vscode-jsonrpc/lib/common/ral.js +35 -0
  1661. package/dist/node_modules/.pnpm/vscode-jsonrpc@8.2.0/node_modules/vscode-jsonrpc/lib/common/ral.mjs +33 -0
  1662. package/dist/node_modules/.pnpm/vscode-languageserver-textdocument@1.0.12/node_modules/vscode-languageserver-textdocument/lib/esm/main.js +266 -0
  1663. package/dist/node_modules/.pnpm/vscode-languageserver-textdocument@1.0.12/node_modules/vscode-languageserver-textdocument/lib/esm/main.mjs +266 -0
  1664. package/dist/node_modules/.pnpm/vscode-languageserver-types@3.17.5/node_modules/vscode-languageserver-types/lib/esm/main.js +1933 -0
  1665. package/dist/node_modules/.pnpm/vscode-languageserver-types@3.17.5/node_modules/vscode-languageserver-types/lib/esm/main.mjs +1933 -0
  1666. package/dist/node_modules/.pnpm/vscode-uri@3.0.8/node_modules/vscode-uri/lib/esm/index.js +6 -0
  1667. package/dist/node_modules/.pnpm/vscode-uri@3.0.8/node_modules/vscode-uri/lib/esm/index.mjs +3 -0
  1668. package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/ZodError.js +135 -0
  1669. package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/ZodError.mjs +132 -0
  1670. package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/errors.js +11 -0
  1671. package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/errors.mjs +8 -0
  1672. package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/helpers/errorUtil.js +8 -0
  1673. package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/helpers/errorUtil.mjs +8 -0
  1674. package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/helpers/parseUtil.js +122 -0
  1675. package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/helpers/parseUtil.mjs +111 -0
  1676. package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/helpers/util.js +138 -0
  1677. package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/helpers/util.mjs +135 -0
  1678. package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/locales/en.js +113 -0
  1679. package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/locales/en.mjs +111 -0
  1680. package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/types.js +3339 -0
  1681. package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/types.mjs +3297 -0
  1682. package/package.json +8 -16
  1683. package/src/clerk/clerk-organization-client.tsx +1 -1
  1684. package/src/clerk/clerk-user-client.tsx +1 -1
  1685. package/src/fuma/llm-copy-handler.ts +1 -1
  1686. package/src/fuma/mdx/airtical-card.tsx +1 -1
  1687. package/src/fuma/mdx/banner.tsx +2 -2
  1688. package/src/fuma/mdx/fuma-github-info.tsx +1 -1
  1689. package/src/fuma/mdx/gradient-button.tsx +2 -2
  1690. package/src/fuma/mdx/mermaid.tsx +1 -1
  1691. package/src/fuma/mdx/toc-base.tsx +2 -2
  1692. package/src/fuma/mdx/trophy-card.tsx +1 -1
  1693. package/src/fuma/mdx/zia-card.tsx +2 -2
  1694. package/src/fuma/mdx/zia-file.tsx +2 -2
  1695. package/src/fuma/site-x.tsx +1 -1
  1696. package/src/main/ads-alert-dialog.tsx +2 -2
  1697. package/src/main/ai-prompt-textarea.tsx +1 -1
  1698. package/src/main/cta.tsx +1 -1
  1699. package/src/main/faq.tsx +1 -1
  1700. package/src/main/features.tsx +3 -3
  1701. package/src/main/footer.tsx +1 -1
  1702. package/src/main/gallery.tsx +1 -1
  1703. package/src/main/go-to-top.tsx +1 -1
  1704. package/src/main/language-detector.tsx +1 -1
  1705. package/src/main/price-plan-interactive.tsx +1 -1
  1706. package/src/main/price-plan.tsx +1 -1
  1707. package/src/main/seo-content.tsx +1 -1
  1708. package/src/main/tips.tsx +1 -1
  1709. package/src/main/usage.tsx +2 -2
  1710. package/src/main/x-button.tsx +1 -1
  1711. package/dist/chunk-45PUPAKX.js +0 -128
  1712. package/dist/chunk-45PUPAKX.js.map +0 -1
  1713. package/dist/chunk-5BELDGQB.mjs +0 -19
  1714. package/dist/chunk-5BELDGQB.mjs.map +0 -1
  1715. package/dist/chunk-ECWCWQCD.js +0 -231
  1716. package/dist/chunk-ECWCWQCD.js.map +0 -1
  1717. package/dist/chunk-EH6BJNHH.mjs +0 -3266
  1718. package/dist/chunk-EH6BJNHH.mjs.map +0 -1
  1719. package/dist/chunk-ETOMEWHS.mjs +0 -231
  1720. package/dist/chunk-ETOMEWHS.mjs.map +0 -1
  1721. package/dist/chunk-GPRHQYBI.mjs +0 -2962
  1722. package/dist/chunk-GPRHQYBI.mjs.map +0 -1
  1723. package/dist/chunk-M4ASGKEP.mjs +0 -128
  1724. package/dist/chunk-M4ASGKEP.mjs.map +0 -1
  1725. package/dist/chunk-NQKOD34Z.js +0 -2962
  1726. package/dist/chunk-NQKOD34Z.js.map +0 -1
  1727. package/dist/chunk-OZQO43WJ.js +0 -981
  1728. package/dist/chunk-OZQO43WJ.js.map +0 -1
  1729. package/dist/chunk-SQFKTU52.mjs +0 -981
  1730. package/dist/chunk-SQFKTU52.mjs.map +0 -1
  1731. package/dist/chunk-UNJOOO7O.js +0 -101
  1732. package/dist/chunk-UNJOOO7O.js.map +0 -1
  1733. package/dist/chunk-WWEZQKHX.mjs +0 -103
  1734. package/dist/chunk-WWEZQKHX.mjs.map +0 -1
  1735. package/dist/chunk-XCKOFS5W.js +0 -3266
  1736. package/dist/chunk-XCKOFS5W.js.map +0 -1
  1737. package/dist/chunk-ZURRPUFV.js +0 -19
  1738. package/dist/chunk-ZURRPUFV.js.map +0 -1
  1739. package/dist/clerk/index.d.mts +0 -15
  1740. package/dist/clerk/index.js.map +0 -1
  1741. package/dist/clerk/index.mjs.map +0 -1
  1742. package/dist/clerk/server.d.mts +0 -28
  1743. package/dist/clerk/server.js.map +0 -1
  1744. package/dist/clerk/server.mjs.map +0 -1
  1745. package/dist/cta.css +0 -16
  1746. package/dist/fuma/mdx/index.d.mts +0 -133
  1747. package/dist/fuma/mdx/index.js.map +0 -1
  1748. package/dist/fuma/mdx/index.mjs.map +0 -1
  1749. package/dist/fuma/server.d.mts +0 -77
  1750. package/dist/fuma/server.js.map +0 -1
  1751. package/dist/fuma/server.mjs.map +0 -1
  1752. package/dist/fuma.css +0 -106
  1753. package/dist/lib/server.js.map +0 -1
  1754. package/dist/lib/server.mjs.map +0 -1
  1755. package/dist/main/index.d.mts +0 -198
  1756. package/dist/main/index.js.map +0 -1
  1757. package/dist/main/index.mjs.map +0 -1
  1758. package/dist/main/server.d.mts +0 -64
  1759. package/dist/main/server.js.map +0 -1
  1760. package/dist/main/server.mjs.map +0 -1
  1761. package/dist/third-ui.css +0 -66
  1762. package/dist/toc-base-BC7kXpDU.d.mts +0 -15
  1763. package/dist/toc-base-BC7kXpDU.d.ts +0 -15
@@ -1,4670 +1,4 @@
1
- import { Translations } from 'fumadocs-ui/i18n';
2
- import * as _clerk_types from '@clerk/types';
3
- import { z } from 'zod';
4
- import { MetadataRoute } from 'next';
5
-
6
- declare const fumaI18nCn: Partial<Translations>;
7
-
8
- declare const clerkIntl: {
9
- en: _clerk_types.DeepPartial<{
10
- locale: string;
11
- maintenanceMode: _clerk_types.LocalizationValue;
12
- roles: {
13
- [x: string]: string;
14
- };
15
- socialButtonsBlockButton: _clerk_types.LocalizationValue<"provider">;
16
- socialButtonsBlockButtonManyInView: _clerk_types.LocalizationValue<"provider", `${string}{{provider|titleize}}${string}`>;
17
- dividerText: _clerk_types.LocalizationValue;
18
- formFieldLabel__emailAddress: _clerk_types.LocalizationValue;
19
- formFieldLabel__emailAddresses: _clerk_types.LocalizationValue;
20
- formFieldLabel__phoneNumber: _clerk_types.LocalizationValue;
21
- formFieldLabel__username: _clerk_types.LocalizationValue;
22
- formFieldLabel__emailAddress_username: _clerk_types.LocalizationValue;
23
- formFieldLabel__password: _clerk_types.LocalizationValue;
24
- formFieldLabel__currentPassword: _clerk_types.LocalizationValue;
25
- formFieldLabel__newPassword: _clerk_types.LocalizationValue;
26
- formFieldLabel__confirmPassword: _clerk_types.LocalizationValue;
27
- formFieldLabel__signOutOfOtherSessions: _clerk_types.LocalizationValue;
28
- formFieldLabel__automaticInvitations: _clerk_types.LocalizationValue;
29
- formFieldLabel__firstName: _clerk_types.LocalizationValue;
30
- formFieldLabel__lastName: _clerk_types.LocalizationValue;
31
- formFieldLabel__backupCode: _clerk_types.LocalizationValue;
32
- formFieldLabel__organizationName: _clerk_types.LocalizationValue;
33
- formFieldLabel__organizationSlug: _clerk_types.LocalizationValue;
34
- formFieldLabel__organizationDomain: _clerk_types.LocalizationValue;
35
- formFieldLabel__organizationDomainEmailAddress: _clerk_types.LocalizationValue;
36
- formFieldLabel__organizationDomainEmailAddressDescription: _clerk_types.LocalizationValue;
37
- formFieldLabel__organizationDomainDeletePending: _clerk_types.LocalizationValue;
38
- formFieldLabel__confirmDeletion: _clerk_types.LocalizationValue;
39
- formFieldLabel__role: _clerk_types.LocalizationValue;
40
- formFieldLabel__passkeyName: _clerk_types.LocalizationValue;
41
- formFieldLabel__apiKeyName: _clerk_types.LocalizationValue;
42
- formFieldLabel__apiKeyDescription: _clerk_types.LocalizationValue;
43
- formFieldLabel__apiKeyExpiration: _clerk_types.LocalizationValue;
44
- formFieldInputPlaceholder__emailAddress: _clerk_types.LocalizationValue;
45
- formFieldInputPlaceholder__emailAddresses: _clerk_types.LocalizationValue;
46
- formFieldInputPlaceholder__phoneNumber: _clerk_types.LocalizationValue;
47
- formFieldInputPlaceholder__username: _clerk_types.LocalizationValue;
48
- formFieldInputPlaceholder__emailAddress_username: _clerk_types.LocalizationValue;
49
- formFieldInputPlaceholder__password: _clerk_types.LocalizationValue;
50
- formFieldInputPlaceholder__firstName: _clerk_types.LocalizationValue;
51
- formFieldInputPlaceholder__lastName: _clerk_types.LocalizationValue;
52
- formFieldInputPlaceholder__backupCode: _clerk_types.LocalizationValue;
53
- formFieldInputPlaceholder__organizationName: _clerk_types.LocalizationValue;
54
- formFieldInputPlaceholder__organizationSlug: _clerk_types.LocalizationValue;
55
- formFieldInputPlaceholder__organizationDomain: _clerk_types.LocalizationValue;
56
- formFieldInputPlaceholder__organizationDomainEmailAddress: _clerk_types.LocalizationValue;
57
- formFieldInputPlaceholder__confirmDeletionUserAccount: _clerk_types.LocalizationValue;
58
- formFieldInputPlaceholder__apiKeyName: _clerk_types.LocalizationValue;
59
- formFieldInputPlaceholder__apiKeyDescription: _clerk_types.LocalizationValue;
60
- formFieldInputPlaceholder__apiKeyExpirationDate: _clerk_types.LocalizationValue;
61
- formFieldError__notMatchingPasswords: _clerk_types.LocalizationValue;
62
- formFieldError__matchingPasswords: _clerk_types.LocalizationValue;
63
- formFieldError__verificationLinkExpired: _clerk_types.LocalizationValue;
64
- formFieldAction__forgotPassword: _clerk_types.LocalizationValue;
65
- formFieldHintText__optional: _clerk_types.LocalizationValue;
66
- formFieldHintText__slug: _clerk_types.LocalizationValue;
67
- formButtonPrimary: _clerk_types.LocalizationValue;
68
- formButtonPrimary__verify: _clerk_types.LocalizationValue;
69
- signInEnterPasswordTitle: _clerk_types.LocalizationValue;
70
- backButton: _clerk_types.LocalizationValue;
71
- footerActionLink__useAnotherMethod: _clerk_types.LocalizationValue;
72
- footerActionLink__alternativePhoneCodeProvider: _clerk_types.LocalizationValue;
73
- badge__primary: _clerk_types.LocalizationValue;
74
- badge__thisDevice: _clerk_types.LocalizationValue;
75
- badge__userDevice: _clerk_types.LocalizationValue;
76
- badge__otherImpersonatorDevice: _clerk_types.LocalizationValue;
77
- badge__default: _clerk_types.LocalizationValue;
78
- badge__unverified: _clerk_types.LocalizationValue;
79
- badge__requiresAction: _clerk_types.LocalizationValue;
80
- badge__you: _clerk_types.LocalizationValue;
81
- badge__currentPlan: _clerk_types.LocalizationValue;
82
- badge__upcomingPlan: _clerk_types.LocalizationValue;
83
- badge__activePlan: _clerk_types.LocalizationValue;
84
- badge__pastDuePlan: _clerk_types.LocalizationValue;
85
- badge__startsAt: _clerk_types.LocalizationValue<"date">;
86
- badge__pastDueAt: _clerk_types.LocalizationValue<"date">;
87
- badge__endsAt: _clerk_types.LocalizationValue;
88
- badge__expired: _clerk_types.LocalizationValue;
89
- badge__canceledEndsAt: _clerk_types.LocalizationValue<"date">;
90
- badge__renewsAt: _clerk_types.LocalizationValue<"date">;
91
- footerPageLink__help: _clerk_types.LocalizationValue;
92
- footerPageLink__privacy: _clerk_types.LocalizationValue;
93
- footerPageLink__terms: _clerk_types.LocalizationValue;
94
- paginationButton__previous: _clerk_types.LocalizationValue;
95
- paginationButton__next: _clerk_types.LocalizationValue;
96
- paginationRowText__displaying: _clerk_types.LocalizationValue;
97
- paginationRowText__of: _clerk_types.LocalizationValue;
98
- membershipRole__admin: _clerk_types.LocalizationValue;
99
- membershipRole__basicMember: _clerk_types.LocalizationValue;
100
- membershipRole__guestMember: _clerk_types.LocalizationValue;
101
- commerce: {
102
- month: _clerk_types.LocalizationValue;
103
- year: _clerk_types.LocalizationValue;
104
- free: _clerk_types.LocalizationValue;
105
- getStarted: _clerk_types.LocalizationValue;
106
- manage: _clerk_types.LocalizationValue;
107
- manageSubscription: _clerk_types.LocalizationValue;
108
- cancelSubscription: _clerk_types.LocalizationValue;
109
- keepSubscription: _clerk_types.LocalizationValue;
110
- reSubscribe: _clerk_types.LocalizationValue;
111
- subscribe: _clerk_types.LocalizationValue;
112
- switchPlan: _clerk_types.LocalizationValue;
113
- switchToMonthly: _clerk_types.LocalizationValue;
114
- switchToAnnual: _clerk_types.LocalizationValue;
115
- switchToMonthlyWithPrice: _clerk_types.LocalizationValue<"price" | "currency">;
116
- switchToAnnualWithAnnualPrice: _clerk_types.LocalizationValue<"price" | "currency">;
117
- billedAnnually: _clerk_types.LocalizationValue;
118
- billedMonthlyOnly: _clerk_types.LocalizationValue;
119
- alwaysFree: _clerk_types.LocalizationValue;
120
- accountFunds: _clerk_types.LocalizationValue;
121
- defaultFreePlanActive: _clerk_types.LocalizationValue;
122
- viewFeatures: _clerk_types.LocalizationValue;
123
- seeAllFeatures: _clerk_types.LocalizationValue;
124
- viewPayment: _clerk_types.LocalizationValue;
125
- availableFeatures: _clerk_types.LocalizationValue;
126
- subtotal: _clerk_types.LocalizationValue;
127
- credit: _clerk_types.LocalizationValue;
128
- creditRemainder: _clerk_types.LocalizationValue;
129
- totalDue: _clerk_types.LocalizationValue;
130
- totalDueToday: _clerk_types.LocalizationValue;
131
- pastDue: _clerk_types.LocalizationValue;
132
- paymentMethods: _clerk_types.LocalizationValue;
133
- addPaymentMethod: _clerk_types.LocalizationValue;
134
- pay: _clerk_types.LocalizationValue<"amount">;
135
- cancelSubscriptionTitle: _clerk_types.LocalizationValue<"plan">;
136
- cancelSubscriptionNoCharge: _clerk_types.LocalizationValue;
137
- cancelSubscriptionAccessUntil: _clerk_types.LocalizationValue<"plan" | "date">;
138
- popular: _clerk_types.LocalizationValue;
139
- subscriptionDetails: {
140
- title: _clerk_types.LocalizationValue;
141
- currentBillingCycle: _clerk_types.LocalizationValue;
142
- nextPaymentOn: _clerk_types.LocalizationValue;
143
- nextPaymentAmount: _clerk_types.LocalizationValue;
144
- subscribedOn: _clerk_types.LocalizationValue;
145
- endsOn: _clerk_types.LocalizationValue;
146
- renewsAt: _clerk_types.LocalizationValue;
147
- beginsOn: _clerk_types.LocalizationValue;
148
- pastDueAt: _clerk_types.LocalizationValue;
149
- };
150
- monthly: _clerk_types.LocalizationValue;
151
- annually: _clerk_types.LocalizationValue;
152
- cannotSubscribeMonthly: _clerk_types.LocalizationValue;
153
- cannotSubscribeUnrecoverable: _clerk_types.LocalizationValue;
154
- pricingTable: {
155
- billingCycle: _clerk_types.LocalizationValue;
156
- included: _clerk_types.LocalizationValue;
157
- };
158
- paymentSource: {
159
- dev: {
160
- testCardInfo: _clerk_types.LocalizationValue;
161
- developmentMode: _clerk_types.LocalizationValue;
162
- cardNumber: _clerk_types.LocalizationValue;
163
- expirationDate: _clerk_types.LocalizationValue;
164
- cvcZip: _clerk_types.LocalizationValue;
165
- anyNumbers: _clerk_types.LocalizationValue;
166
- };
167
- applePayDescription: {
168
- monthly: _clerk_types.LocalizationValue;
169
- annual: _clerk_types.LocalizationValue;
170
- };
171
- };
172
- checkout: {
173
- title: _clerk_types.LocalizationValue;
174
- title__paymentSuccessful: _clerk_types.LocalizationValue;
175
- title__subscriptionSuccessful: _clerk_types.LocalizationValue;
176
- description__paymentSuccessful: _clerk_types.LocalizationValue;
177
- description__subscriptionSuccessful: _clerk_types.LocalizationValue;
178
- lineItems: {
179
- title__totalPaid: _clerk_types.LocalizationValue;
180
- title__paymentMethod: _clerk_types.LocalizationValue;
181
- title__statementId: _clerk_types.LocalizationValue;
182
- title__subscriptionBegins: _clerk_types.LocalizationValue;
183
- };
184
- emailForm: {
185
- title: _clerk_types.LocalizationValue;
186
- subtitle: _clerk_types.LocalizationValue;
187
- };
188
- downgradeNotice: _clerk_types.LocalizationValue;
189
- pastDueNotice: _clerk_types.LocalizationValue;
190
- perMonth: _clerk_types.LocalizationValue;
191
- };
192
- };
193
- signUp: {
194
- start: {
195
- title: _clerk_types.LocalizationValue;
196
- titleCombined: _clerk_types.LocalizationValue;
197
- subtitle: _clerk_types.LocalizationValue;
198
- subtitleCombined: _clerk_types.LocalizationValue;
199
- actionText: _clerk_types.LocalizationValue;
200
- actionLink: _clerk_types.LocalizationValue;
201
- actionLink__use_phone: _clerk_types.LocalizationValue;
202
- actionLink__use_email: _clerk_types.LocalizationValue;
203
- alternativePhoneCodeProvider: {
204
- actionLink: _clerk_types.LocalizationValue;
205
- label: _clerk_types.LocalizationValue<"provider">;
206
- subtitle: _clerk_types.LocalizationValue<"provider">;
207
- title: _clerk_types.LocalizationValue<"provider">;
208
- };
209
- };
210
- emailLink: {
211
- title: _clerk_types.LocalizationValue;
212
- subtitle: _clerk_types.LocalizationValue;
213
- formTitle: _clerk_types.LocalizationValue;
214
- formSubtitle: _clerk_types.LocalizationValue;
215
- resendButton: _clerk_types.LocalizationValue;
216
- verified: {
217
- title: _clerk_types.LocalizationValue;
218
- };
219
- loading: {
220
- title: _clerk_types.LocalizationValue;
221
- };
222
- verifiedSwitchTab: {
223
- title: _clerk_types.LocalizationValue;
224
- subtitle: _clerk_types.LocalizationValue;
225
- subtitleNewTab: _clerk_types.LocalizationValue;
226
- };
227
- clientMismatch: {
228
- title: _clerk_types.LocalizationValue;
229
- subtitle: _clerk_types.LocalizationValue;
230
- };
231
- };
232
- emailCode: {
233
- title: _clerk_types.LocalizationValue;
234
- subtitle: _clerk_types.LocalizationValue;
235
- formTitle: _clerk_types.LocalizationValue;
236
- formSubtitle: _clerk_types.LocalizationValue;
237
- resendButton: _clerk_types.LocalizationValue;
238
- };
239
- phoneCode: {
240
- title: _clerk_types.LocalizationValue;
241
- subtitle: _clerk_types.LocalizationValue;
242
- formTitle: _clerk_types.LocalizationValue;
243
- formSubtitle: _clerk_types.LocalizationValue;
244
- resendButton: _clerk_types.LocalizationValue;
245
- };
246
- alternativePhoneCodeProvider: {
247
- formSubtitle: _clerk_types.LocalizationValue;
248
- formTitle: _clerk_types.LocalizationValue;
249
- resendButton: _clerk_types.LocalizationValue;
250
- subtitle: _clerk_types.LocalizationValue<"provider">;
251
- title: _clerk_types.LocalizationValue<"provider">;
252
- };
253
- continue: {
254
- title: _clerk_types.LocalizationValue;
255
- subtitle: _clerk_types.LocalizationValue;
256
- actionText: _clerk_types.LocalizationValue;
257
- actionLink: _clerk_types.LocalizationValue;
258
- };
259
- restrictedAccess: {
260
- title: _clerk_types.LocalizationValue;
261
- subtitle: _clerk_types.LocalizationValue;
262
- subtitleWaitlist: _clerk_types.LocalizationValue;
263
- actionLink: _clerk_types.LocalizationValue;
264
- actionText: _clerk_types.LocalizationValue;
265
- blockButton__emailSupport: _clerk_types.LocalizationValue;
266
- blockButton__joinWaitlist: _clerk_types.LocalizationValue;
267
- };
268
- legalConsent: {
269
- continue: {
270
- title: _clerk_types.LocalizationValue;
271
- subtitle: _clerk_types.LocalizationValue;
272
- };
273
- checkbox: {
274
- label__termsOfServiceAndPrivacyPolicy: _clerk_types.LocalizationValue<"termsOfServiceLink" | "privacyPolicyLink">;
275
- label__onlyPrivacyPolicy: _clerk_types.LocalizationValue<"privacyPolicyLink">;
276
- label__onlyTermsOfService: _clerk_types.LocalizationValue<"termsOfServiceLink">;
277
- };
278
- };
279
- };
280
- signIn: {
281
- start: {
282
- title: _clerk_types.LocalizationValue;
283
- titleCombined: _clerk_types.LocalizationValue;
284
- subtitle: _clerk_types.LocalizationValue;
285
- subtitleCombined: _clerk_types.LocalizationValue;
286
- actionText: _clerk_types.LocalizationValue;
287
- actionLink: _clerk_types.LocalizationValue;
288
- actionLink__use_email: _clerk_types.LocalizationValue;
289
- actionLink__use_phone: _clerk_types.LocalizationValue;
290
- actionLink__use_username: _clerk_types.LocalizationValue;
291
- actionLink__use_email_username: _clerk_types.LocalizationValue;
292
- actionLink__use_passkey: _clerk_types.LocalizationValue;
293
- actionText__join_waitlist: _clerk_types.LocalizationValue;
294
- actionLink__join_waitlist: _clerk_types.LocalizationValue;
295
- alternativePhoneCodeProvider: {
296
- actionLink: _clerk_types.LocalizationValue;
297
- label: _clerk_types.LocalizationValue<"provider">;
298
- subtitle: _clerk_types.LocalizationValue<"provider">;
299
- title: _clerk_types.LocalizationValue<"provider">;
300
- };
301
- };
302
- password: {
303
- title: _clerk_types.LocalizationValue;
304
- subtitle: _clerk_types.LocalizationValue;
305
- actionLink: _clerk_types.LocalizationValue;
306
- };
307
- passwordPwned: {
308
- title: _clerk_types.LocalizationValue;
309
- };
310
- passkey: {
311
- title: _clerk_types.LocalizationValue;
312
- subtitle: _clerk_types.LocalizationValue;
313
- };
314
- forgotPasswordAlternativeMethods: {
315
- title: _clerk_types.LocalizationValue;
316
- label__alternativeMethods: _clerk_types.LocalizationValue;
317
- blockButton__resetPassword: _clerk_types.LocalizationValue;
318
- };
319
- forgotPassword: {
320
- title: _clerk_types.LocalizationValue;
321
- subtitle: _clerk_types.LocalizationValue;
322
- subtitle_email: _clerk_types.LocalizationValue;
323
- subtitle_phone: _clerk_types.LocalizationValue;
324
- formTitle: _clerk_types.LocalizationValue;
325
- resendButton: _clerk_types.LocalizationValue;
326
- };
327
- resetPassword: {
328
- title: _clerk_types.LocalizationValue;
329
- formButtonPrimary: _clerk_types.LocalizationValue;
330
- successMessage: _clerk_types.LocalizationValue;
331
- requiredMessage: _clerk_types.LocalizationValue;
332
- };
333
- resetPasswordMfa: {
334
- detailsLabel: _clerk_types.LocalizationValue;
335
- };
336
- emailCode: {
337
- title: _clerk_types.LocalizationValue;
338
- subtitle: _clerk_types.LocalizationValue;
339
- formTitle: _clerk_types.LocalizationValue;
340
- resendButton: _clerk_types.LocalizationValue;
341
- };
342
- emailLink: {
343
- title: _clerk_types.LocalizationValue;
344
- subtitle: _clerk_types.LocalizationValue;
345
- formTitle: _clerk_types.LocalizationValue;
346
- formSubtitle: _clerk_types.LocalizationValue;
347
- resendButton: _clerk_types.LocalizationValue;
348
- unusedTab: {
349
- title: _clerk_types.LocalizationValue;
350
- };
351
- verified: {
352
- title: _clerk_types.LocalizationValue;
353
- subtitle: _clerk_types.LocalizationValue;
354
- };
355
- verifiedSwitchTab: {
356
- subtitle: _clerk_types.LocalizationValue;
357
- titleNewTab: _clerk_types.LocalizationValue;
358
- subtitleNewTab: _clerk_types.LocalizationValue;
359
- };
360
- loading: {
361
- title: _clerk_types.LocalizationValue;
362
- subtitle: _clerk_types.LocalizationValue;
363
- };
364
- failed: {
365
- title: _clerk_types.LocalizationValue;
366
- subtitle: _clerk_types.LocalizationValue;
367
- };
368
- expired: {
369
- title: _clerk_types.LocalizationValue;
370
- subtitle: _clerk_types.LocalizationValue;
371
- };
372
- clientMismatch: {
373
- title: _clerk_types.LocalizationValue;
374
- subtitle: _clerk_types.LocalizationValue;
375
- };
376
- };
377
- phoneCode: {
378
- title: _clerk_types.LocalizationValue;
379
- subtitle: _clerk_types.LocalizationValue;
380
- formTitle: _clerk_types.LocalizationValue;
381
- resendButton: _clerk_types.LocalizationValue;
382
- };
383
- alternativePhoneCodeProvider: {
384
- formTitle: _clerk_types.LocalizationValue;
385
- resendButton: _clerk_types.LocalizationValue;
386
- subtitle: _clerk_types.LocalizationValue;
387
- title: _clerk_types.LocalizationValue<"provider">;
388
- };
389
- phoneCodeMfa: {
390
- title: _clerk_types.LocalizationValue;
391
- subtitle: _clerk_types.LocalizationValue;
392
- formTitle: _clerk_types.LocalizationValue;
393
- resendButton: _clerk_types.LocalizationValue;
394
- };
395
- totpMfa: {
396
- title: _clerk_types.LocalizationValue;
397
- subtitle: _clerk_types.LocalizationValue;
398
- formTitle: _clerk_types.LocalizationValue;
399
- };
400
- backupCodeMfa: {
401
- title: _clerk_types.LocalizationValue;
402
- subtitle: _clerk_types.LocalizationValue;
403
- };
404
- alternativeMethods: {
405
- title: _clerk_types.LocalizationValue;
406
- subtitle: _clerk_types.LocalizationValue;
407
- actionLink: _clerk_types.LocalizationValue;
408
- actionText: _clerk_types.LocalizationValue;
409
- blockButton__emailLink: _clerk_types.LocalizationValue<"identifier">;
410
- blockButton__emailCode: _clerk_types.LocalizationValue<"identifier">;
411
- blockButton__phoneCode: _clerk_types.LocalizationValue<"identifier">;
412
- blockButton__password: _clerk_types.LocalizationValue;
413
- blockButton__passkey: _clerk_types.LocalizationValue;
414
- blockButton__totp: _clerk_types.LocalizationValue;
415
- blockButton__backupCode: _clerk_types.LocalizationValue;
416
- getHelp: {
417
- title: _clerk_types.LocalizationValue;
418
- content: _clerk_types.LocalizationValue;
419
- blockButton__emailSupport: _clerk_types.LocalizationValue;
420
- };
421
- };
422
- noAvailableMethods: {
423
- title: _clerk_types.LocalizationValue;
424
- subtitle: _clerk_types.LocalizationValue;
425
- message: _clerk_types.LocalizationValue;
426
- };
427
- accountSwitcher: {
428
- title: _clerk_types.LocalizationValue;
429
- subtitle: _clerk_types.LocalizationValue;
430
- action__addAccount: _clerk_types.LocalizationValue;
431
- action__signOutAll: _clerk_types.LocalizationValue;
432
- };
433
- };
434
- reverification: {
435
- password: {
436
- title: _clerk_types.LocalizationValue;
437
- subtitle: _clerk_types.LocalizationValue;
438
- actionLink: _clerk_types.LocalizationValue;
439
- };
440
- emailCode: {
441
- title: _clerk_types.LocalizationValue;
442
- subtitle: _clerk_types.LocalizationValue;
443
- formTitle: _clerk_types.LocalizationValue;
444
- resendButton: _clerk_types.LocalizationValue;
445
- };
446
- phoneCode: {
447
- title: _clerk_types.LocalizationValue;
448
- subtitle: _clerk_types.LocalizationValue;
449
- formTitle: _clerk_types.LocalizationValue;
450
- resendButton: _clerk_types.LocalizationValue;
451
- };
452
- phoneCodeMfa: {
453
- title: _clerk_types.LocalizationValue;
454
- subtitle: _clerk_types.LocalizationValue;
455
- formTitle: _clerk_types.LocalizationValue;
456
- resendButton: _clerk_types.LocalizationValue;
457
- };
458
- totpMfa: {
459
- title: _clerk_types.LocalizationValue;
460
- subtitle: _clerk_types.LocalizationValue;
461
- formTitle: _clerk_types.LocalizationValue;
462
- };
463
- backupCodeMfa: {
464
- title: _clerk_types.LocalizationValue;
465
- subtitle: _clerk_types.LocalizationValue;
466
- };
467
- passkey: {
468
- title: _clerk_types.LocalizationValue;
469
- subtitle: _clerk_types.LocalizationValue;
470
- blockButton__passkey: _clerk_types.LocalizationValue;
471
- };
472
- alternativeMethods: {
473
- title: _clerk_types.LocalizationValue;
474
- subtitle: _clerk_types.LocalizationValue;
475
- actionLink: _clerk_types.LocalizationValue;
476
- actionText: _clerk_types.LocalizationValue;
477
- blockButton__emailCode: _clerk_types.LocalizationValue<"identifier">;
478
- blockButton__phoneCode: _clerk_types.LocalizationValue<"identifier">;
479
- blockButton__password: _clerk_types.LocalizationValue;
480
- blockButton__totp: _clerk_types.LocalizationValue;
481
- blockButton__passkey: _clerk_types.LocalizationValue;
482
- blockButton__backupCode: _clerk_types.LocalizationValue;
483
- getHelp: {
484
- title: _clerk_types.LocalizationValue;
485
- content: _clerk_types.LocalizationValue;
486
- blockButton__emailSupport: _clerk_types.LocalizationValue;
487
- };
488
- };
489
- noAvailableMethods: {
490
- title: _clerk_types.LocalizationValue;
491
- subtitle: _clerk_types.LocalizationValue;
492
- message: _clerk_types.LocalizationValue;
493
- };
494
- };
495
- userProfile: {
496
- mobileButton__menu: _clerk_types.LocalizationValue;
497
- formButtonPrimary__continue: _clerk_types.LocalizationValue;
498
- formButtonPrimary__save: _clerk_types.LocalizationValue;
499
- formButtonPrimary__finish: _clerk_types.LocalizationValue;
500
- formButtonPrimary__remove: _clerk_types.LocalizationValue;
501
- formButtonPrimary__add: _clerk_types.LocalizationValue;
502
- formButtonReset: _clerk_types.LocalizationValue;
503
- navbar: {
504
- title: _clerk_types.LocalizationValue;
505
- description: _clerk_types.LocalizationValue;
506
- account: _clerk_types.LocalizationValue;
507
- security: _clerk_types.LocalizationValue;
508
- billing: _clerk_types.LocalizationValue;
509
- apiKeys: _clerk_types.LocalizationValue;
510
- };
511
- start: {
512
- headerTitle__account: _clerk_types.LocalizationValue;
513
- headerTitle__security: _clerk_types.LocalizationValue;
514
- profileSection: {
515
- title: _clerk_types.LocalizationValue;
516
- primaryButton: _clerk_types.LocalizationValue;
517
- };
518
- usernameSection: {
519
- title: _clerk_types.LocalizationValue;
520
- primaryButton__updateUsername: _clerk_types.LocalizationValue;
521
- primaryButton__setUsername: _clerk_types.LocalizationValue;
522
- };
523
- emailAddressesSection: {
524
- title: _clerk_types.LocalizationValue;
525
- primaryButton: _clerk_types.LocalizationValue;
526
- detailsAction__primary: _clerk_types.LocalizationValue;
527
- detailsAction__nonPrimary: _clerk_types.LocalizationValue;
528
- detailsAction__unverified: _clerk_types.LocalizationValue;
529
- destructiveAction: _clerk_types.LocalizationValue;
530
- };
531
- phoneNumbersSection: {
532
- title: _clerk_types.LocalizationValue;
533
- primaryButton: _clerk_types.LocalizationValue;
534
- detailsAction__primary: _clerk_types.LocalizationValue;
535
- detailsAction__nonPrimary: _clerk_types.LocalizationValue;
536
- detailsAction__unverified: _clerk_types.LocalizationValue;
537
- destructiveAction: _clerk_types.LocalizationValue;
538
- };
539
- connectedAccountsSection: {
540
- title: _clerk_types.LocalizationValue;
541
- primaryButton: _clerk_types.LocalizationValue;
542
- actionLabel__connectionFailed: _clerk_types.LocalizationValue;
543
- actionLabel__reauthorize: _clerk_types.LocalizationValue;
544
- subtitle__reauthorize: _clerk_types.LocalizationValue;
545
- subtitle__disconnected: _clerk_types.LocalizationValue;
546
- destructiveActionTitle: _clerk_types.LocalizationValue;
547
- };
548
- enterpriseAccountsSection: {
549
- title: _clerk_types.LocalizationValue;
550
- };
551
- passwordSection: {
552
- title: _clerk_types.LocalizationValue;
553
- primaryButton__updatePassword: _clerk_types.LocalizationValue;
554
- primaryButton__setPassword: _clerk_types.LocalizationValue;
555
- };
556
- passkeysSection: {
557
- title: _clerk_types.LocalizationValue;
558
- primaryButton: _clerk_types.LocalizationValue;
559
- menuAction__rename: _clerk_types.LocalizationValue;
560
- menuAction__destructive: _clerk_types.LocalizationValue;
561
- };
562
- mfaSection: {
563
- title: _clerk_types.LocalizationValue;
564
- primaryButton: _clerk_types.LocalizationValue;
565
- phoneCode: {
566
- destructiveActionLabel: _clerk_types.LocalizationValue;
567
- actionLabel__setDefault: _clerk_types.LocalizationValue;
568
- };
569
- backupCodes: {
570
- headerTitle: _clerk_types.LocalizationValue;
571
- title__regenerate: _clerk_types.LocalizationValue;
572
- subtitle__regenerate: _clerk_types.LocalizationValue;
573
- actionLabel__regenerate: _clerk_types.LocalizationValue;
574
- };
575
- totp: {
576
- headerTitle: _clerk_types.LocalizationValue;
577
- destructiveActionTitle: _clerk_types.LocalizationValue;
578
- };
579
- };
580
- activeDevicesSection: {
581
- title: _clerk_types.LocalizationValue;
582
- destructiveAction: _clerk_types.LocalizationValue;
583
- };
584
- web3WalletsSection: {
585
- title: _clerk_types.LocalizationValue;
586
- primaryButton: _clerk_types.LocalizationValue;
587
- destructiveAction: _clerk_types.LocalizationValue;
588
- detailsAction__nonPrimary: _clerk_types.LocalizationValue;
589
- };
590
- dangerSection: {
591
- title: _clerk_types.LocalizationValue;
592
- deleteAccountButton: _clerk_types.LocalizationValue;
593
- };
594
- };
595
- profilePage: {
596
- title: _clerk_types.LocalizationValue;
597
- imageFormTitle: _clerk_types.LocalizationValue;
598
- imageFormSubtitle: _clerk_types.LocalizationValue;
599
- imageFormDestructiveActionSubtitle: _clerk_types.LocalizationValue;
600
- fileDropAreaHint: _clerk_types.LocalizationValue;
601
- readonly: _clerk_types.LocalizationValue;
602
- successMessage: _clerk_types.LocalizationValue;
603
- };
604
- usernamePage: {
605
- successMessage: _clerk_types.LocalizationValue;
606
- title__set: _clerk_types.LocalizationValue;
607
- title__update: _clerk_types.LocalizationValue;
608
- };
609
- emailAddressPage: {
610
- title: _clerk_types.LocalizationValue;
611
- verifyTitle: _clerk_types.LocalizationValue;
612
- formHint: _clerk_types.LocalizationValue;
613
- emailCode: {
614
- formHint: _clerk_types.LocalizationValue;
615
- formTitle: _clerk_types.LocalizationValue;
616
- formSubtitle: _clerk_types.LocalizationValue<"identifier">;
617
- resendButton: _clerk_types.LocalizationValue;
618
- successMessage: _clerk_types.LocalizationValue;
619
- };
620
- emailLink: {
621
- formHint: _clerk_types.LocalizationValue;
622
- formTitle: _clerk_types.LocalizationValue;
623
- formSubtitle: _clerk_types.LocalizationValue<"identifier">;
624
- resendButton: _clerk_types.LocalizationValue;
625
- successMessage: _clerk_types.LocalizationValue;
626
- };
627
- enterpriseSSOLink: {
628
- formSubtitle: _clerk_types.LocalizationValue<"identifier">;
629
- formButton: _clerk_types.LocalizationValue;
630
- };
631
- removeResource: {
632
- title: _clerk_types.LocalizationValue;
633
- messageLine1: _clerk_types.LocalizationValue<"identifier">;
634
- messageLine2: _clerk_types.LocalizationValue;
635
- successMessage: _clerk_types.LocalizationValue<"emailAddress">;
636
- };
637
- };
638
- apiKeysPage: {
639
- title: _clerk_types.LocalizationValue;
640
- detailsTitle__emptyRow: _clerk_types.LocalizationValue;
641
- };
642
- passkeyScreen: {
643
- title__rename: _clerk_types.LocalizationValue;
644
- subtitle__rename: _clerk_types.LocalizationValue;
645
- removeResource: {
646
- title: _clerk_types.LocalizationValue;
647
- messageLine1: _clerk_types.LocalizationValue<"name">;
648
- };
649
- };
650
- phoneNumberPage: {
651
- title: _clerk_types.LocalizationValue;
652
- verifyTitle: _clerk_types.LocalizationValue;
653
- verifySubtitle: _clerk_types.LocalizationValue<"identifier">;
654
- successMessage: _clerk_types.LocalizationValue;
655
- infoText: _clerk_types.LocalizationValue;
656
- removeResource: {
657
- title: _clerk_types.LocalizationValue;
658
- messageLine1: _clerk_types.LocalizationValue<"identifier">;
659
- messageLine2: _clerk_types.LocalizationValue;
660
- successMessage: _clerk_types.LocalizationValue<"phoneNumber">;
661
- };
662
- };
663
- connectedAccountPage: {
664
- title: _clerk_types.LocalizationValue;
665
- formHint: _clerk_types.LocalizationValue;
666
- formHint__noAccounts: _clerk_types.LocalizationValue;
667
- socialButtonsBlockButton: _clerk_types.LocalizationValue<"provider">;
668
- successMessage: _clerk_types.LocalizationValue;
669
- removeResource: {
670
- title: _clerk_types.LocalizationValue;
671
- messageLine1: _clerk_types.LocalizationValue<"identifier">;
672
- messageLine2: _clerk_types.LocalizationValue;
673
- successMessage: _clerk_types.LocalizationValue<"connectedAccount">;
674
- };
675
- };
676
- web3WalletPage: {
677
- title: _clerk_types.LocalizationValue;
678
- subtitle__availableWallets: _clerk_types.LocalizationValue;
679
- subtitle__unavailableWallets: _clerk_types.LocalizationValue;
680
- web3WalletButtonsBlockButton: _clerk_types.LocalizationValue<"provider">;
681
- successMessage: _clerk_types.LocalizationValue<"web3Wallet">;
682
- removeResource: {
683
- title: _clerk_types.LocalizationValue;
684
- messageLine1: _clerk_types.LocalizationValue<"identifier">;
685
- messageLine2: _clerk_types.LocalizationValue;
686
- successMessage: _clerk_types.LocalizationValue<"web3Wallet">;
687
- };
688
- };
689
- passwordPage: {
690
- successMessage__set: _clerk_types.LocalizationValue;
691
- successMessage__update: _clerk_types.LocalizationValue;
692
- successMessage__signOutOfOtherSessions: _clerk_types.LocalizationValue;
693
- checkboxInfoText__signOutOfOtherSessions: _clerk_types.LocalizationValue;
694
- readonly: _clerk_types.LocalizationValue;
695
- title__set: _clerk_types.LocalizationValue;
696
- title__update: _clerk_types.LocalizationValue;
697
- };
698
- mfaPage: {
699
- title: _clerk_types.LocalizationValue;
700
- formHint: _clerk_types.LocalizationValue;
701
- };
702
- mfaTOTPPage: {
703
- title: _clerk_types.LocalizationValue;
704
- verifyTitle: _clerk_types.LocalizationValue;
705
- verifySubtitle: _clerk_types.LocalizationValue;
706
- successMessage: _clerk_types.LocalizationValue;
707
- authenticatorApp: {
708
- infoText__ableToScan: _clerk_types.LocalizationValue;
709
- infoText__unableToScan: _clerk_types.LocalizationValue;
710
- inputLabel__unableToScan1: _clerk_types.LocalizationValue;
711
- inputLabel__unableToScan2: _clerk_types.LocalizationValue;
712
- buttonAbleToScan__nonPrimary: _clerk_types.LocalizationValue;
713
- buttonUnableToScan__nonPrimary: _clerk_types.LocalizationValue;
714
- };
715
- removeResource: {
716
- title: _clerk_types.LocalizationValue;
717
- messageLine1: _clerk_types.LocalizationValue;
718
- messageLine2: _clerk_types.LocalizationValue;
719
- successMessage: _clerk_types.LocalizationValue;
720
- };
721
- };
722
- mfaPhoneCodePage: {
723
- title: _clerk_types.LocalizationValue;
724
- primaryButton__addPhoneNumber: _clerk_types.LocalizationValue;
725
- backButton: _clerk_types.LocalizationValue;
726
- subtitle__availablePhoneNumbers: _clerk_types.LocalizationValue;
727
- subtitle__unavailablePhoneNumbers: _clerk_types.LocalizationValue;
728
- successTitle: _clerk_types.LocalizationValue;
729
- successMessage1: _clerk_types.LocalizationValue;
730
- successMessage2: _clerk_types.LocalizationValue;
731
- removeResource: {
732
- title: _clerk_types.LocalizationValue;
733
- messageLine1: _clerk_types.LocalizationValue<"identifier">;
734
- messageLine2: _clerk_types.LocalizationValue;
735
- successMessage: _clerk_types.LocalizationValue<"mfaPhoneCode">;
736
- };
737
- };
738
- backupCodePage: {
739
- title: _clerk_types.LocalizationValue;
740
- title__codelist: _clerk_types.LocalizationValue;
741
- subtitle__codelist: _clerk_types.LocalizationValue;
742
- infoText1: _clerk_types.LocalizationValue;
743
- infoText2: _clerk_types.LocalizationValue;
744
- successSubtitle: _clerk_types.LocalizationValue;
745
- successMessage: _clerk_types.LocalizationValue;
746
- actionLabel__copy: _clerk_types.LocalizationValue;
747
- actionLabel__copied: _clerk_types.LocalizationValue;
748
- actionLabel__download: _clerk_types.LocalizationValue;
749
- actionLabel__print: _clerk_types.LocalizationValue;
750
- };
751
- deletePage: {
752
- title: _clerk_types.LocalizationValue;
753
- messageLine1: _clerk_types.LocalizationValue;
754
- messageLine2: _clerk_types.LocalizationValue;
755
- actionDescription: _clerk_types.LocalizationValue;
756
- confirm: _clerk_types.LocalizationValue;
757
- };
758
- billingPage: {
759
- title: _clerk_types.LocalizationValue;
760
- start: {
761
- headerTitle__payments: _clerk_types.LocalizationValue;
762
- headerTitle__plans: _clerk_types.LocalizationValue;
763
- headerTitle__subscriptions: _clerk_types.LocalizationValue;
764
- headerTitle__statements: _clerk_types.LocalizationValue;
765
- };
766
- statementsSection: {
767
- empty: _clerk_types.LocalizationValue;
768
- itemCaption__paidForPlan: _clerk_types.LocalizationValue;
769
- itemCaption__proratedCredit: _clerk_types.LocalizationValue;
770
- itemCaption__subscribedAndPaidForPlan: _clerk_types.LocalizationValue;
771
- notFound: _clerk_types.LocalizationValue;
772
- tableHeader__date: _clerk_types.LocalizationValue;
773
- tableHeader__amount: _clerk_types.LocalizationValue;
774
- title: _clerk_types.LocalizationValue;
775
- totalPaid: _clerk_types.LocalizationValue;
776
- };
777
- switchPlansSection: {
778
- title: _clerk_types.LocalizationValue;
779
- };
780
- subscriptionsListSection: {
781
- tableHeader__plan: _clerk_types.LocalizationValue;
782
- tableHeader__startDate: _clerk_types.LocalizationValue;
783
- tableHeader__edit: _clerk_types.LocalizationValue;
784
- title: _clerk_types.LocalizationValue;
785
- actionLabel__newSubscription: _clerk_types.LocalizationValue;
786
- actionLabel__switchPlan: _clerk_types.LocalizationValue;
787
- };
788
- paymentHistorySection: {
789
- empty: _clerk_types.LocalizationValue;
790
- notFound: _clerk_types.LocalizationValue;
791
- tableHeader__date: _clerk_types.LocalizationValue;
792
- tableHeader__amount: _clerk_types.LocalizationValue;
793
- tableHeader__status: _clerk_types.LocalizationValue;
794
- };
795
- paymentSourcesSection: {
796
- title: _clerk_types.LocalizationValue;
797
- add: _clerk_types.LocalizationValue;
798
- addSubtitle: _clerk_types.LocalizationValue;
799
- cancelButton: _clerk_types.LocalizationValue;
800
- actionLabel__default: _clerk_types.LocalizationValue;
801
- actionLabel__remove: _clerk_types.LocalizationValue;
802
- formButtonPrimary__add: _clerk_types.LocalizationValue;
803
- formButtonPrimary__pay: _clerk_types.LocalizationValue;
804
- removeResource: {
805
- title: _clerk_types.LocalizationValue;
806
- messageLine1: _clerk_types.LocalizationValue<"identifier">;
807
- messageLine2: _clerk_types.LocalizationValue;
808
- successMessage: _clerk_types.LocalizationValue<"paymentSource">;
809
- };
810
- payWithTestCardButton: _clerk_types.LocalizationValue;
811
- };
812
- subscriptionsSection: {
813
- actionLabel__default: _clerk_types.LocalizationValue;
814
- };
815
- };
816
- plansPage: {
817
- title: _clerk_types.LocalizationValue;
818
- alerts: {
819
- noPermissionsToManageBilling: _clerk_types.LocalizationValue;
820
- };
821
- };
822
- };
823
- userButton: {
824
- action__manageAccount: _clerk_types.LocalizationValue;
825
- action__signOut: _clerk_types.LocalizationValue;
826
- action__signOutAll: _clerk_types.LocalizationValue;
827
- action__addAccount: _clerk_types.LocalizationValue;
828
- };
829
- organizationSwitcher: {
830
- personalWorkspace: _clerk_types.LocalizationValue;
831
- notSelected: _clerk_types.LocalizationValue;
832
- action__createOrganization: _clerk_types.LocalizationValue;
833
- action__manageOrganization: _clerk_types.LocalizationValue;
834
- action__invitationAccept: _clerk_types.LocalizationValue;
835
- action__suggestionsAccept: _clerk_types.LocalizationValue;
836
- suggestionsAcceptedLabel: _clerk_types.LocalizationValue;
837
- };
838
- impersonationFab: {
839
- title: _clerk_types.LocalizationValue<"identifier">;
840
- action__signOut: _clerk_types.LocalizationValue;
841
- };
842
- organizationProfile: {
843
- navbar: {
844
- title: _clerk_types.LocalizationValue;
845
- description: _clerk_types.LocalizationValue;
846
- general: _clerk_types.LocalizationValue;
847
- members: _clerk_types.LocalizationValue;
848
- billing: _clerk_types.LocalizationValue;
849
- apiKeys: _clerk_types.LocalizationValue;
850
- };
851
- badge__unverified: _clerk_types.LocalizationValue;
852
- badge__automaticInvitation: _clerk_types.LocalizationValue;
853
- badge__automaticSuggestion: _clerk_types.LocalizationValue;
854
- badge__manualInvitation: _clerk_types.LocalizationValue;
855
- start: {
856
- headerTitle__members: _clerk_types.LocalizationValue;
857
- headerTitle__general: _clerk_types.LocalizationValue;
858
- profileSection: {
859
- title: _clerk_types.LocalizationValue;
860
- primaryButton: _clerk_types.LocalizationValue;
861
- uploadAction__title: _clerk_types.LocalizationValue;
862
- };
863
- };
864
- profilePage: {
865
- title: _clerk_types.LocalizationValue;
866
- successMessage: _clerk_types.LocalizationValue;
867
- dangerSection: {
868
- title: _clerk_types.LocalizationValue;
869
- leaveOrganization: {
870
- title: _clerk_types.LocalizationValue;
871
- messageLine1: _clerk_types.LocalizationValue;
872
- messageLine2: _clerk_types.LocalizationValue;
873
- successMessage: _clerk_types.LocalizationValue;
874
- actionDescription: _clerk_types.LocalizationValue<"organizationName">;
875
- };
876
- deleteOrganization: {
877
- title: _clerk_types.LocalizationValue;
878
- messageLine1: _clerk_types.LocalizationValue;
879
- messageLine2: _clerk_types.LocalizationValue;
880
- actionDescription: _clerk_types.LocalizationValue<"organizationName">;
881
- successMessage: _clerk_types.LocalizationValue;
882
- };
883
- };
884
- domainSection: {
885
- title: _clerk_types.LocalizationValue;
886
- subtitle: _clerk_types.LocalizationValue;
887
- primaryButton: _clerk_types.LocalizationValue;
888
- menuAction__verify: _clerk_types.LocalizationValue;
889
- menuAction__remove: _clerk_types.LocalizationValue;
890
- menuAction__manage: _clerk_types.LocalizationValue;
891
- };
892
- };
893
- createDomainPage: {
894
- title: _clerk_types.LocalizationValue;
895
- subtitle: _clerk_types.LocalizationValue;
896
- };
897
- verifyDomainPage: {
898
- title: _clerk_types.LocalizationValue;
899
- subtitle: _clerk_types.LocalizationValue<"domainName">;
900
- subtitleVerificationCodeScreen: _clerk_types.LocalizationValue<"emailAddress">;
901
- formTitle: _clerk_types.LocalizationValue;
902
- formSubtitle: _clerk_types.LocalizationValue;
903
- resendButton: _clerk_types.LocalizationValue;
904
- };
905
- verifiedDomainPage: {
906
- title: _clerk_types.LocalizationValue<"domain">;
907
- subtitle: _clerk_types.LocalizationValue<"domain">;
908
- start: {
909
- headerTitle__enrollment: _clerk_types.LocalizationValue;
910
- headerTitle__danger: _clerk_types.LocalizationValue;
911
- };
912
- enrollmentTab: {
913
- subtitle: _clerk_types.LocalizationValue;
914
- manualInvitationOption__label: _clerk_types.LocalizationValue;
915
- manualInvitationOption__description: _clerk_types.LocalizationValue;
916
- automaticInvitationOption__label: _clerk_types.LocalizationValue;
917
- automaticInvitationOption__description: _clerk_types.LocalizationValue;
918
- automaticSuggestionOption__label: _clerk_types.LocalizationValue;
919
- automaticSuggestionOption__description: _clerk_types.LocalizationValue;
920
- calloutInfoLabel: _clerk_types.LocalizationValue;
921
- calloutInvitationCountLabel: _clerk_types.LocalizationValue<"count">;
922
- calloutSuggestionCountLabel: _clerk_types.LocalizationValue<"count">;
923
- };
924
- dangerTab: {
925
- removeDomainTitle: _clerk_types.LocalizationValue;
926
- removeDomainSubtitle: _clerk_types.LocalizationValue;
927
- removeDomainActionLabel__remove: _clerk_types.LocalizationValue;
928
- calloutInfoLabel: _clerk_types.LocalizationValue;
929
- };
930
- };
931
- invitePage: {
932
- title: _clerk_types.LocalizationValue;
933
- subtitle: _clerk_types.LocalizationValue;
934
- successMessage: _clerk_types.LocalizationValue;
935
- detailsTitle__inviteFailed: _clerk_types.LocalizationValue<"email_addresses">;
936
- formButtonPrimary__continue: _clerk_types.LocalizationValue;
937
- selectDropdown__role: _clerk_types.LocalizationValue;
938
- };
939
- removeDomainPage: {
940
- title: _clerk_types.LocalizationValue;
941
- messageLine1: _clerk_types.LocalizationValue<"domain">;
942
- messageLine2: _clerk_types.LocalizationValue;
943
- successMessage: _clerk_types.LocalizationValue;
944
- };
945
- membersPage: {
946
- detailsTitle__emptyRow: _clerk_types.LocalizationValue;
947
- action__invite: _clerk_types.LocalizationValue;
948
- action__search: _clerk_types.LocalizationValue;
949
- start: {
950
- headerTitle__members: _clerk_types.LocalizationValue;
951
- headerTitle__invitations: _clerk_types.LocalizationValue;
952
- headerTitle__requests: _clerk_types.LocalizationValue;
953
- };
954
- activeMembersTab: {
955
- tableHeader__user: _clerk_types.LocalizationValue;
956
- tableHeader__joined: _clerk_types.LocalizationValue;
957
- tableHeader__role: _clerk_types.LocalizationValue;
958
- tableHeader__actions: _clerk_types.LocalizationValue;
959
- menuAction__remove: _clerk_types.LocalizationValue;
960
- };
961
- invitedMembersTab: {
962
- tableHeader__invited: _clerk_types.LocalizationValue;
963
- menuAction__revoke: _clerk_types.LocalizationValue;
964
- };
965
- invitationsTab: {
966
- table__emptyRow: _clerk_types.LocalizationValue;
967
- autoInvitations: {
968
- headerTitle: _clerk_types.LocalizationValue;
969
- headerSubtitle: _clerk_types.LocalizationValue;
970
- primaryButton: _clerk_types.LocalizationValue;
971
- };
972
- };
973
- requestsTab: {
974
- tableHeader__requested: _clerk_types.LocalizationValue;
975
- menuAction__approve: _clerk_types.LocalizationValue;
976
- menuAction__reject: _clerk_types.LocalizationValue;
977
- table__emptyRow: _clerk_types.LocalizationValue;
978
- autoSuggestions: {
979
- headerTitle: _clerk_types.LocalizationValue;
980
- headerSubtitle: _clerk_types.LocalizationValue;
981
- primaryButton: _clerk_types.LocalizationValue;
982
- };
983
- };
984
- };
985
- billingPage: {
986
- title: _clerk_types.LocalizationValue;
987
- start: {
988
- headerTitle__payments: _clerk_types.LocalizationValue;
989
- headerTitle__plans: _clerk_types.LocalizationValue;
990
- headerTitle__subscriptions: _clerk_types.LocalizationValue;
991
- headerTitle__statements: _clerk_types.LocalizationValue;
992
- };
993
- statementsSection: {
994
- empty: _clerk_types.LocalizationValue;
995
- itemCaption__paidForPlan: _clerk_types.LocalizationValue<"plan" | "period">;
996
- itemCaption__proratedCredit: _clerk_types.LocalizationValue;
997
- itemCaption__subscribedAndPaidForPlan: _clerk_types.LocalizationValue<"plan" | "period">;
998
- notFound: _clerk_types.LocalizationValue;
999
- tableHeader__date: _clerk_types.LocalizationValue;
1000
- tableHeader__amount: _clerk_types.LocalizationValue;
1001
- title: _clerk_types.LocalizationValue;
1002
- totalPaid: _clerk_types.LocalizationValue;
1003
- };
1004
- switchPlansSection: {
1005
- title: _clerk_types.LocalizationValue;
1006
- };
1007
- subscriptionsListSection: {
1008
- tableHeader__plan: _clerk_types.LocalizationValue;
1009
- tableHeader__startDate: _clerk_types.LocalizationValue;
1010
- tableHeader__edit: _clerk_types.LocalizationValue;
1011
- title: _clerk_types.LocalizationValue;
1012
- actionLabel__newSubscription: _clerk_types.LocalizationValue;
1013
- actionLabel__switchPlan: _clerk_types.LocalizationValue;
1014
- };
1015
- paymentHistorySection: {
1016
- empty: _clerk_types.LocalizationValue;
1017
- notFound: _clerk_types.LocalizationValue;
1018
- tableHeader__date: _clerk_types.LocalizationValue;
1019
- tableHeader__amount: _clerk_types.LocalizationValue;
1020
- tableHeader__status: _clerk_types.LocalizationValue;
1021
- };
1022
- paymentSourcesSection: {
1023
- title: _clerk_types.LocalizationValue;
1024
- add: _clerk_types.LocalizationValue;
1025
- addSubtitle: _clerk_types.LocalizationValue;
1026
- cancelButton: _clerk_types.LocalizationValue;
1027
- actionLabel__default: _clerk_types.LocalizationValue;
1028
- actionLabel__remove: _clerk_types.LocalizationValue;
1029
- formButtonPrimary__add: _clerk_types.LocalizationValue;
1030
- formButtonPrimary__pay: _clerk_types.LocalizationValue;
1031
- removeResource: {
1032
- title: _clerk_types.LocalizationValue;
1033
- messageLine1: _clerk_types.LocalizationValue<"identifier">;
1034
- messageLine2: _clerk_types.LocalizationValue;
1035
- successMessage: _clerk_types.LocalizationValue<"paymentSource">;
1036
- };
1037
- payWithTestCardButton: _clerk_types.LocalizationValue;
1038
- };
1039
- subscriptionsSection: {
1040
- actionLabel__default: _clerk_types.LocalizationValue;
1041
- };
1042
- };
1043
- plansPage: {
1044
- title: _clerk_types.LocalizationValue;
1045
- alerts: {
1046
- noPermissionsToManageBilling: _clerk_types.LocalizationValue;
1047
- };
1048
- };
1049
- apiKeysPage: {
1050
- title: _clerk_types.LocalizationValue;
1051
- detailsTitle__emptyRow: _clerk_types.LocalizationValue;
1052
- };
1053
- };
1054
- createOrganization: {
1055
- title: _clerk_types.LocalizationValue;
1056
- formButtonSubmit: _clerk_types.LocalizationValue;
1057
- invitePage: {
1058
- formButtonReset: _clerk_types.LocalizationValue;
1059
- };
1060
- };
1061
- organizationList: {
1062
- createOrganization: _clerk_types.LocalizationValue;
1063
- title: _clerk_types.LocalizationValue<"applicationName">;
1064
- titleWithoutPersonal: _clerk_types.LocalizationValue;
1065
- subtitle: _clerk_types.LocalizationValue<"applicationName">;
1066
- action__invitationAccept: _clerk_types.LocalizationValue;
1067
- invitationAcceptedLabel: _clerk_types.LocalizationValue;
1068
- action__suggestionsAccept: _clerk_types.LocalizationValue;
1069
- suggestionsAcceptedLabel: _clerk_types.LocalizationValue;
1070
- action__createOrganization: _clerk_types.LocalizationValue;
1071
- };
1072
- unstable__errors: {
1073
- external_account_not_found: _clerk_types.LocalizationValue;
1074
- identification_deletion_failed: _clerk_types.LocalizationValue;
1075
- phone_number_exists: _clerk_types.LocalizationValue;
1076
- form_identifier_not_found: _clerk_types.LocalizationValue;
1077
- captcha_unavailable: _clerk_types.LocalizationValue;
1078
- captcha_invalid: _clerk_types.LocalizationValue;
1079
- passkey_not_supported: _clerk_types.LocalizationValue;
1080
- passkey_pa_not_supported: _clerk_types.LocalizationValue;
1081
- passkey_retrieval_cancelled: _clerk_types.LocalizationValue;
1082
- passkey_registration_cancelled: _clerk_types.LocalizationValue;
1083
- passkey_already_exists: _clerk_types.LocalizationValue;
1084
- web3_missing_identifier: _clerk_types.LocalizationValue;
1085
- form_password_pwned: _clerk_types.LocalizationValue;
1086
- form_password_pwned__sign_in: _clerk_types.LocalizationValue;
1087
- form_username_invalid_length: _clerk_types.LocalizationValue<"min_length" | "max_length">;
1088
- form_username_invalid_character: _clerk_types.LocalizationValue;
1089
- form_param_format_invalid: _clerk_types.LocalizationValue;
1090
- form_param_format_invalid__email_address: _clerk_types.LocalizationValue;
1091
- form_param_type_invalid: _clerk_types.LocalizationValue;
1092
- form_param_type_invalid__phone_number: _clerk_types.LocalizationValue;
1093
- form_param_type_invalid__email_address: _clerk_types.LocalizationValue;
1094
- form_password_length_too_short: _clerk_types.LocalizationValue;
1095
- form_param_nil: _clerk_types.LocalizationValue;
1096
- form_code_incorrect: _clerk_types.LocalizationValue;
1097
- form_password_incorrect: _clerk_types.LocalizationValue;
1098
- form_password_validation_failed: _clerk_types.LocalizationValue;
1099
- not_allowed_access: _clerk_types.LocalizationValue;
1100
- form_identifier_exists: _clerk_types.LocalizationValue;
1101
- form_identifier_exists__email_address: _clerk_types.LocalizationValue;
1102
- form_identifier_exists__username: _clerk_types.LocalizationValue;
1103
- form_identifier_exists__phone_number: _clerk_types.LocalizationValue;
1104
- form_password_not_strong_enough: _clerk_types.LocalizationValue;
1105
- form_password_size_in_bytes_exceeded: _clerk_types.LocalizationValue;
1106
- form_param_value_invalid: _clerk_types.LocalizationValue;
1107
- passwordComplexity: {
1108
- sentencePrefix: _clerk_types.LocalizationValue;
1109
- minimumLength: _clerk_types.LocalizationValue;
1110
- maximumLength: _clerk_types.LocalizationValue;
1111
- requireNumbers: _clerk_types.LocalizationValue;
1112
- requireLowercase: _clerk_types.LocalizationValue;
1113
- requireUppercase: _clerk_types.LocalizationValue;
1114
- requireSpecialCharacter: _clerk_types.LocalizationValue;
1115
- };
1116
- session_exists: _clerk_types.LocalizationValue;
1117
- zxcvbn: {
1118
- notEnough: _clerk_types.LocalizationValue;
1119
- couldBeStronger: _clerk_types.LocalizationValue;
1120
- goodPassword: _clerk_types.LocalizationValue;
1121
- warnings: {
1122
- straightRow: _clerk_types.LocalizationValue;
1123
- keyPattern: _clerk_types.LocalizationValue;
1124
- simpleRepeat: _clerk_types.LocalizationValue;
1125
- extendedRepeat: _clerk_types.LocalizationValue;
1126
- sequences: _clerk_types.LocalizationValue;
1127
- recentYears: _clerk_types.LocalizationValue;
1128
- dates: _clerk_types.LocalizationValue;
1129
- topTen: _clerk_types.LocalizationValue;
1130
- topHundred: _clerk_types.LocalizationValue;
1131
- common: _clerk_types.LocalizationValue;
1132
- similarToCommon: _clerk_types.LocalizationValue;
1133
- wordByItself: _clerk_types.LocalizationValue;
1134
- namesByThemselves: _clerk_types.LocalizationValue;
1135
- commonNames: _clerk_types.LocalizationValue;
1136
- userInputs: _clerk_types.LocalizationValue;
1137
- pwned: _clerk_types.LocalizationValue;
1138
- };
1139
- suggestions: {
1140
- l33t: _clerk_types.LocalizationValue;
1141
- reverseWords: _clerk_types.LocalizationValue;
1142
- allUppercase: _clerk_types.LocalizationValue;
1143
- capitalization: _clerk_types.LocalizationValue;
1144
- dates: _clerk_types.LocalizationValue;
1145
- recentYears: _clerk_types.LocalizationValue;
1146
- associatedYears: _clerk_types.LocalizationValue;
1147
- sequences: _clerk_types.LocalizationValue;
1148
- repeated: _clerk_types.LocalizationValue;
1149
- longerKeyboardPattern: _clerk_types.LocalizationValue;
1150
- anotherWord: _clerk_types.LocalizationValue;
1151
- useWords: _clerk_types.LocalizationValue;
1152
- noNeed: _clerk_types.LocalizationValue;
1153
- pwned: _clerk_types.LocalizationValue;
1154
- };
1155
- };
1156
- form_param_max_length_exceeded: _clerk_types.LocalizationValue;
1157
- organization_minimum_permissions_needed: _clerk_types.LocalizationValue;
1158
- already_a_member_in_organization: _clerk_types.LocalizationValue<"email">;
1159
- organization_domain_common: _clerk_types.LocalizationValue;
1160
- organization_domain_blocked: _clerk_types.LocalizationValue;
1161
- organization_domain_exists_for_enterprise_connection: _clerk_types.LocalizationValue;
1162
- organization_membership_quota_exceeded: _clerk_types.LocalizationValue;
1163
- external_account_not_found__password?: string | undefined;
1164
- identification_deletion_failed__password?: string | undefined;
1165
- phone_number_exists__password?: string | undefined;
1166
- form_identifier_not_found__password?: string | undefined;
1167
- captcha_unavailable__password?: string | undefined;
1168
- captcha_invalid__password?: string | undefined;
1169
- passkey_not_supported__password?: string | undefined;
1170
- passkey_pa_not_supported__password?: string | undefined;
1171
- passkey_retrieval_cancelled__password?: string | undefined;
1172
- passkey_registration_cancelled__password?: string | undefined;
1173
- passkey_already_exists__password?: string | undefined;
1174
- web3_missing_identifier__password?: string | undefined;
1175
- form_password_pwned__password?: string | undefined;
1176
- form_password_pwned__sign_in__password?: string | undefined;
1177
- form_username_invalid_length__password?: string | undefined;
1178
- form_username_invalid_character__password?: string | undefined;
1179
- form_param_format_invalid__password?: string | undefined;
1180
- form_param_format_invalid__email_address__password?: string | undefined;
1181
- form_param_type_invalid__password?: string | undefined;
1182
- form_param_type_invalid__phone_number__password?: string | undefined;
1183
- form_param_type_invalid__email_address__password?: string | undefined;
1184
- form_password_length_too_short__password?: string | undefined;
1185
- form_param_nil__password?: string | undefined;
1186
- form_code_incorrect__password?: string | undefined;
1187
- form_password_incorrect__password?: string | undefined;
1188
- form_password_validation_failed__password?: string | undefined;
1189
- not_allowed_access__password?: string | undefined;
1190
- form_identifier_exists__password?: string | undefined;
1191
- form_identifier_exists__email_address__password?: string | undefined;
1192
- form_identifier_exists__username__password?: string | undefined;
1193
- form_identifier_exists__phone_number__password?: string | undefined;
1194
- form_password_not_strong_enough__password?: string | undefined;
1195
- form_password_size_in_bytes_exceeded__password?: string | undefined;
1196
- form_param_value_invalid__password?: string | undefined;
1197
- passwordComplexity__password?: string | undefined;
1198
- session_exists__password?: string | undefined;
1199
- zxcvbn__password?: string | undefined;
1200
- form_param_max_length_exceeded__password?: string | undefined;
1201
- organization_minimum_permissions_needed__password?: string | undefined;
1202
- already_a_member_in_organization__password?: string | undefined;
1203
- organization_domain_common__password?: string | undefined;
1204
- organization_domain_blocked__password?: string | undefined;
1205
- organization_domain_exists_for_enterprise_connection__password?: string | undefined;
1206
- organization_membership_quota_exceeded__password?: string | undefined;
1207
- external_account_not_found__identifier?: string | undefined;
1208
- identification_deletion_failed__identifier?: string | undefined;
1209
- phone_number_exists__identifier?: string | undefined;
1210
- form_identifier_not_found__identifier?: string | undefined;
1211
- captcha_unavailable__identifier?: string | undefined;
1212
- captcha_invalid__identifier?: string | undefined;
1213
- passkey_not_supported__identifier?: string | undefined;
1214
- passkey_pa_not_supported__identifier?: string | undefined;
1215
- passkey_retrieval_cancelled__identifier?: string | undefined;
1216
- passkey_registration_cancelled__identifier?: string | undefined;
1217
- passkey_already_exists__identifier?: string | undefined;
1218
- web3_missing_identifier__identifier?: string | undefined;
1219
- form_password_pwned__identifier?: string | undefined;
1220
- form_password_pwned__sign_in__identifier?: string | undefined;
1221
- form_username_invalid_length__identifier?: string | undefined;
1222
- form_username_invalid_character__identifier?: string | undefined;
1223
- form_param_format_invalid__identifier?: string | undefined;
1224
- form_param_format_invalid__email_address__identifier?: string | undefined;
1225
- form_param_type_invalid__identifier?: string | undefined;
1226
- form_param_type_invalid__phone_number__identifier?: string | undefined;
1227
- form_param_type_invalid__email_address__identifier?: string | undefined;
1228
- form_password_length_too_short__identifier?: string | undefined;
1229
- form_param_nil__identifier?: string | undefined;
1230
- form_code_incorrect__identifier?: string | undefined;
1231
- form_password_incorrect__identifier?: string | undefined;
1232
- form_password_validation_failed__identifier?: string | undefined;
1233
- not_allowed_access__identifier?: string | undefined;
1234
- form_identifier_exists__identifier?: string | undefined;
1235
- form_identifier_exists__email_address__identifier?: string | undefined;
1236
- form_identifier_exists__username__identifier?: string | undefined;
1237
- form_identifier_exists__phone_number__identifier?: string | undefined;
1238
- form_password_not_strong_enough__identifier?: string | undefined;
1239
- form_password_size_in_bytes_exceeded__identifier?: string | undefined;
1240
- form_param_value_invalid__identifier?: string | undefined;
1241
- passwordComplexity__identifier?: string | undefined;
1242
- session_exists__identifier?: string | undefined;
1243
- zxcvbn__identifier?: string | undefined;
1244
- form_param_max_length_exceeded__identifier?: string | undefined;
1245
- organization_minimum_permissions_needed__identifier?: string | undefined;
1246
- already_a_member_in_organization__identifier?: string | undefined;
1247
- organization_domain_common__identifier?: string | undefined;
1248
- organization_domain_blocked__identifier?: string | undefined;
1249
- organization_domain_exists_for_enterprise_connection__identifier?: string | undefined;
1250
- organization_membership_quota_exceeded__identifier?: string | undefined;
1251
- external_account_not_found__name?: string | undefined;
1252
- identification_deletion_failed__name?: string | undefined;
1253
- phone_number_exists__name?: string | undefined;
1254
- form_identifier_not_found__name?: string | undefined;
1255
- captcha_unavailable__name?: string | undefined;
1256
- captcha_invalid__name?: string | undefined;
1257
- passkey_not_supported__name?: string | undefined;
1258
- passkey_pa_not_supported__name?: string | undefined;
1259
- passkey_retrieval_cancelled__name?: string | undefined;
1260
- passkey_registration_cancelled__name?: string | undefined;
1261
- passkey_already_exists__name?: string | undefined;
1262
- web3_missing_identifier__name?: string | undefined;
1263
- form_password_pwned__name?: string | undefined;
1264
- form_password_pwned__sign_in__name?: string | undefined;
1265
- form_username_invalid_length__name?: string | undefined;
1266
- form_username_invalid_character__name?: string | undefined;
1267
- form_param_format_invalid__name?: string | undefined;
1268
- form_param_format_invalid__email_address__name?: string | undefined;
1269
- form_param_type_invalid__name?: string | undefined;
1270
- form_param_type_invalid__phone_number__name?: string | undefined;
1271
- form_param_type_invalid__email_address__name?: string | undefined;
1272
- form_password_length_too_short__name?: string | undefined;
1273
- form_param_nil__name?: string | undefined;
1274
- form_code_incorrect__name?: string | undefined;
1275
- form_password_incorrect__name?: string | undefined;
1276
- form_password_validation_failed__name?: string | undefined;
1277
- not_allowed_access__name?: string | undefined;
1278
- form_identifier_exists__name?: string | undefined;
1279
- form_identifier_exists__email_address__name?: string | undefined;
1280
- form_identifier_exists__username__name?: string | undefined;
1281
- form_identifier_exists__phone_number__name?: string | undefined;
1282
- form_password_not_strong_enough__name?: string | undefined;
1283
- form_password_size_in_bytes_exceeded__name?: string | undefined;
1284
- form_param_value_invalid__name?: string | undefined;
1285
- passwordComplexity__name?: string | undefined;
1286
- session_exists__name?: string | undefined;
1287
- zxcvbn__name?: string | undefined;
1288
- form_param_max_length_exceeded__name?: string | undefined;
1289
- organization_minimum_permissions_needed__name?: string | undefined;
1290
- already_a_member_in_organization__name?: string | undefined;
1291
- organization_domain_common__name?: string | undefined;
1292
- organization_domain_blocked__name?: string | undefined;
1293
- organization_domain_exists_for_enterprise_connection__name?: string | undefined;
1294
- organization_membership_quota_exceeded__name?: string | undefined;
1295
- external_account_not_found__slug?: string | undefined;
1296
- identification_deletion_failed__slug?: string | undefined;
1297
- phone_number_exists__slug?: string | undefined;
1298
- form_identifier_not_found__slug?: string | undefined;
1299
- captcha_unavailable__slug?: string | undefined;
1300
- captcha_invalid__slug?: string | undefined;
1301
- passkey_not_supported__slug?: string | undefined;
1302
- passkey_pa_not_supported__slug?: string | undefined;
1303
- passkey_retrieval_cancelled__slug?: string | undefined;
1304
- passkey_registration_cancelled__slug?: string | undefined;
1305
- passkey_already_exists__slug?: string | undefined;
1306
- web3_missing_identifier__slug?: string | undefined;
1307
- form_password_pwned__slug?: string | undefined;
1308
- form_password_pwned__sign_in__slug?: string | undefined;
1309
- form_username_invalid_length__slug?: string | undefined;
1310
- form_username_invalid_character__slug?: string | undefined;
1311
- form_param_format_invalid__slug?: string | undefined;
1312
- form_param_format_invalid__email_address__slug?: string | undefined;
1313
- form_param_type_invalid__slug?: string | undefined;
1314
- form_param_type_invalid__phone_number__slug?: string | undefined;
1315
- form_param_type_invalid__email_address__slug?: string | undefined;
1316
- form_password_length_too_short__slug?: string | undefined;
1317
- form_param_nil__slug?: string | undefined;
1318
- form_code_incorrect__slug?: string | undefined;
1319
- form_password_incorrect__slug?: string | undefined;
1320
- form_password_validation_failed__slug?: string | undefined;
1321
- not_allowed_access__slug?: string | undefined;
1322
- form_identifier_exists__slug?: string | undefined;
1323
- form_identifier_exists__email_address__slug?: string | undefined;
1324
- form_identifier_exists__username__slug?: string | undefined;
1325
- form_identifier_exists__phone_number__slug?: string | undefined;
1326
- form_password_not_strong_enough__slug?: string | undefined;
1327
- form_password_size_in_bytes_exceeded__slug?: string | undefined;
1328
- form_param_value_invalid__slug?: string | undefined;
1329
- passwordComplexity__slug?: string | undefined;
1330
- session_exists__slug?: string | undefined;
1331
- zxcvbn__slug?: string | undefined;
1332
- form_param_max_length_exceeded__slug?: string | undefined;
1333
- organization_minimum_permissions_needed__slug?: string | undefined;
1334
- already_a_member_in_organization__slug?: string | undefined;
1335
- organization_domain_common__slug?: string | undefined;
1336
- organization_domain_blocked__slug?: string | undefined;
1337
- organization_domain_exists_for_enterprise_connection__slug?: string | undefined;
1338
- organization_membership_quota_exceeded__slug?: string | undefined;
1339
- external_account_not_found__username?: string | undefined;
1340
- identification_deletion_failed__username?: string | undefined;
1341
- phone_number_exists__username?: string | undefined;
1342
- form_identifier_not_found__username?: string | undefined;
1343
- captcha_unavailable__username?: string | undefined;
1344
- captcha_invalid__username?: string | undefined;
1345
- passkey_not_supported__username?: string | undefined;
1346
- passkey_pa_not_supported__username?: string | undefined;
1347
- passkey_retrieval_cancelled__username?: string | undefined;
1348
- passkey_registration_cancelled__username?: string | undefined;
1349
- passkey_already_exists__username?: string | undefined;
1350
- web3_missing_identifier__username?: string | undefined;
1351
- form_password_pwned__username?: string | undefined;
1352
- form_password_pwned__sign_in__username?: string | undefined;
1353
- form_username_invalid_length__username?: string | undefined;
1354
- form_username_invalid_character__username?: string | undefined;
1355
- form_param_format_invalid__username?: string | undefined;
1356
- form_param_format_invalid__email_address__username?: string | undefined;
1357
- form_param_type_invalid__username?: string | undefined;
1358
- form_param_type_invalid__phone_number__username?: string | undefined;
1359
- form_param_type_invalid__email_address__username?: string | undefined;
1360
- form_password_length_too_short__username?: string | undefined;
1361
- form_param_nil__username?: string | undefined;
1362
- form_code_incorrect__username?: string | undefined;
1363
- form_password_incorrect__username?: string | undefined;
1364
- form_password_validation_failed__username?: string | undefined;
1365
- not_allowed_access__username?: string | undefined;
1366
- form_identifier_exists__email_address__username?: string | undefined;
1367
- form_identifier_exists__username__username?: string | undefined;
1368
- form_identifier_exists__phone_number__username?: string | undefined;
1369
- form_password_not_strong_enough__username?: string | undefined;
1370
- form_password_size_in_bytes_exceeded__username?: string | undefined;
1371
- form_param_value_invalid__username?: string | undefined;
1372
- passwordComplexity__username?: string | undefined;
1373
- session_exists__username?: string | undefined;
1374
- zxcvbn__username?: string | undefined;
1375
- form_param_max_length_exceeded__username?: string | undefined;
1376
- organization_minimum_permissions_needed__username?: string | undefined;
1377
- already_a_member_in_organization__username?: string | undefined;
1378
- organization_domain_common__username?: string | undefined;
1379
- organization_domain_blocked__username?: string | undefined;
1380
- organization_domain_exists_for_enterprise_connection__username?: string | undefined;
1381
- organization_membership_quota_exceeded__username?: string | undefined;
1382
- external_account_not_found__code?: string | undefined;
1383
- identification_deletion_failed__code?: string | undefined;
1384
- phone_number_exists__code?: string | undefined;
1385
- form_identifier_not_found__code?: string | undefined;
1386
- captcha_unavailable__code?: string | undefined;
1387
- captcha_invalid__code?: string | undefined;
1388
- passkey_not_supported__code?: string | undefined;
1389
- passkey_pa_not_supported__code?: string | undefined;
1390
- passkey_retrieval_cancelled__code?: string | undefined;
1391
- passkey_registration_cancelled__code?: string | undefined;
1392
- passkey_already_exists__code?: string | undefined;
1393
- web3_missing_identifier__code?: string | undefined;
1394
- form_password_pwned__code?: string | undefined;
1395
- form_password_pwned__sign_in__code?: string | undefined;
1396
- form_username_invalid_length__code?: string | undefined;
1397
- form_username_invalid_character__code?: string | undefined;
1398
- form_param_format_invalid__code?: string | undefined;
1399
- form_param_format_invalid__email_address__code?: string | undefined;
1400
- form_param_type_invalid__code?: string | undefined;
1401
- form_param_type_invalid__phone_number__code?: string | undefined;
1402
- form_param_type_invalid__email_address__code?: string | undefined;
1403
- form_password_length_too_short__code?: string | undefined;
1404
- form_param_nil__code?: string | undefined;
1405
- form_code_incorrect__code?: string | undefined;
1406
- form_password_incorrect__code?: string | undefined;
1407
- form_password_validation_failed__code?: string | undefined;
1408
- not_allowed_access__code?: string | undefined;
1409
- form_identifier_exists__code?: string | undefined;
1410
- form_identifier_exists__email_address__code?: string | undefined;
1411
- form_identifier_exists__username__code?: string | undefined;
1412
- form_identifier_exists__phone_number__code?: string | undefined;
1413
- form_password_not_strong_enough__code?: string | undefined;
1414
- form_password_size_in_bytes_exceeded__code?: string | undefined;
1415
- form_param_value_invalid__code?: string | undefined;
1416
- passwordComplexity__code?: string | undefined;
1417
- session_exists__code?: string | undefined;
1418
- zxcvbn__code?: string | undefined;
1419
- form_param_max_length_exceeded__code?: string | undefined;
1420
- organization_minimum_permissions_needed__code?: string | undefined;
1421
- already_a_member_in_organization__code?: string | undefined;
1422
- organization_domain_common__code?: string | undefined;
1423
- organization_domain_blocked__code?: string | undefined;
1424
- organization_domain_exists_for_enterprise_connection__code?: string | undefined;
1425
- organization_membership_quota_exceeded__code?: string | undefined;
1426
- external_account_not_found__email_address?: string | undefined;
1427
- identification_deletion_failed__email_address?: string | undefined;
1428
- phone_number_exists__email_address?: string | undefined;
1429
- form_identifier_not_found__email_address?: string | undefined;
1430
- captcha_unavailable__email_address?: string | undefined;
1431
- captcha_invalid__email_address?: string | undefined;
1432
- passkey_not_supported__email_address?: string | undefined;
1433
- passkey_pa_not_supported__email_address?: string | undefined;
1434
- passkey_retrieval_cancelled__email_address?: string | undefined;
1435
- passkey_registration_cancelled__email_address?: string | undefined;
1436
- passkey_already_exists__email_address?: string | undefined;
1437
- web3_missing_identifier__email_address?: string | undefined;
1438
- form_password_pwned__email_address?: string | undefined;
1439
- form_password_pwned__sign_in__email_address?: string | undefined;
1440
- form_username_invalid_length__email_address?: string | undefined;
1441
- form_username_invalid_character__email_address?: string | undefined;
1442
- form_param_format_invalid__email_address__email_address?: string | undefined;
1443
- form_param_type_invalid__phone_number__email_address?: string | undefined;
1444
- form_param_type_invalid__email_address__email_address?: string | undefined;
1445
- form_password_length_too_short__email_address?: string | undefined;
1446
- form_param_nil__email_address?: string | undefined;
1447
- form_code_incorrect__email_address?: string | undefined;
1448
- form_password_incorrect__email_address?: string | undefined;
1449
- form_password_validation_failed__email_address?: string | undefined;
1450
- not_allowed_access__email_address?: string | undefined;
1451
- form_identifier_exists__email_address__email_address?: string | undefined;
1452
- form_identifier_exists__username__email_address?: string | undefined;
1453
- form_identifier_exists__phone_number__email_address?: string | undefined;
1454
- form_password_not_strong_enough__email_address?: string | undefined;
1455
- form_password_size_in_bytes_exceeded__email_address?: string | undefined;
1456
- form_param_value_invalid__email_address?: string | undefined;
1457
- passwordComplexity__email_address?: string | undefined;
1458
- session_exists__email_address?: string | undefined;
1459
- zxcvbn__email_address?: string | undefined;
1460
- form_param_max_length_exceeded__email_address?: string | undefined;
1461
- organization_minimum_permissions_needed__email_address?: string | undefined;
1462
- already_a_member_in_organization__email_address?: string | undefined;
1463
- organization_domain_common__email_address?: string | undefined;
1464
- organization_domain_blocked__email_address?: string | undefined;
1465
- organization_domain_exists_for_enterprise_connection__email_address?: string | undefined;
1466
- organization_membership_quota_exceeded__email_address?: string | undefined;
1467
- external_account_not_found__phone_number?: string | undefined;
1468
- identification_deletion_failed__phone_number?: string | undefined;
1469
- phone_number_exists__phone_number?: string | undefined;
1470
- form_identifier_not_found__phone_number?: string | undefined;
1471
- captcha_unavailable__phone_number?: string | undefined;
1472
- captcha_invalid__phone_number?: string | undefined;
1473
- passkey_not_supported__phone_number?: string | undefined;
1474
- passkey_pa_not_supported__phone_number?: string | undefined;
1475
- passkey_retrieval_cancelled__phone_number?: string | undefined;
1476
- passkey_registration_cancelled__phone_number?: string | undefined;
1477
- passkey_already_exists__phone_number?: string | undefined;
1478
- web3_missing_identifier__phone_number?: string | undefined;
1479
- form_password_pwned__phone_number?: string | undefined;
1480
- form_password_pwned__sign_in__phone_number?: string | undefined;
1481
- form_username_invalid_length__phone_number?: string | undefined;
1482
- form_username_invalid_character__phone_number?: string | undefined;
1483
- form_param_format_invalid__phone_number?: string | undefined;
1484
- form_param_format_invalid__email_address__phone_number?: string | undefined;
1485
- form_param_type_invalid__phone_number__phone_number?: string | undefined;
1486
- form_param_type_invalid__email_address__phone_number?: string | undefined;
1487
- form_password_length_too_short__phone_number?: string | undefined;
1488
- form_param_nil__phone_number?: string | undefined;
1489
- form_code_incorrect__phone_number?: string | undefined;
1490
- form_password_incorrect__phone_number?: string | undefined;
1491
- form_password_validation_failed__phone_number?: string | undefined;
1492
- not_allowed_access__phone_number?: string | undefined;
1493
- form_identifier_exists__email_address__phone_number?: string | undefined;
1494
- form_identifier_exists__username__phone_number?: string | undefined;
1495
- form_identifier_exists__phone_number__phone_number?: string | undefined;
1496
- form_password_not_strong_enough__phone_number?: string | undefined;
1497
- form_password_size_in_bytes_exceeded__phone_number?: string | undefined;
1498
- form_param_value_invalid__phone_number?: string | undefined;
1499
- passwordComplexity__phone_number?: string | undefined;
1500
- session_exists__phone_number?: string | undefined;
1501
- zxcvbn__phone_number?: string | undefined;
1502
- form_param_max_length_exceeded__phone_number?: string | undefined;
1503
- organization_minimum_permissions_needed__phone_number?: string | undefined;
1504
- already_a_member_in_organization__phone_number?: string | undefined;
1505
- organization_domain_common__phone_number?: string | undefined;
1506
- organization_domain_blocked__phone_number?: string | undefined;
1507
- organization_domain_exists_for_enterprise_connection__phone_number?: string | undefined;
1508
- organization_membership_quota_exceeded__phone_number?: string | undefined;
1509
- external_account_not_found__first_name?: string | undefined;
1510
- identification_deletion_failed__first_name?: string | undefined;
1511
- phone_number_exists__first_name?: string | undefined;
1512
- form_identifier_not_found__first_name?: string | undefined;
1513
- captcha_unavailable__first_name?: string | undefined;
1514
- captcha_invalid__first_name?: string | undefined;
1515
- passkey_not_supported__first_name?: string | undefined;
1516
- passkey_pa_not_supported__first_name?: string | undefined;
1517
- passkey_retrieval_cancelled__first_name?: string | undefined;
1518
- passkey_registration_cancelled__first_name?: string | undefined;
1519
- passkey_already_exists__first_name?: string | undefined;
1520
- web3_missing_identifier__first_name?: string | undefined;
1521
- form_password_pwned__first_name?: string | undefined;
1522
- form_password_pwned__sign_in__first_name?: string | undefined;
1523
- form_username_invalid_length__first_name?: string | undefined;
1524
- form_username_invalid_character__first_name?: string | undefined;
1525
- form_param_format_invalid__first_name?: string | undefined;
1526
- form_param_format_invalid__email_address__first_name?: string | undefined;
1527
- form_param_type_invalid__first_name?: string | undefined;
1528
- form_param_type_invalid__phone_number__first_name?: string | undefined;
1529
- form_param_type_invalid__email_address__first_name?: string | undefined;
1530
- form_password_length_too_short__first_name?: string | undefined;
1531
- form_param_nil__first_name?: string | undefined;
1532
- form_code_incorrect__first_name?: string | undefined;
1533
- form_password_incorrect__first_name?: string | undefined;
1534
- form_password_validation_failed__first_name?: string | undefined;
1535
- not_allowed_access__first_name?: string | undefined;
1536
- form_identifier_exists__first_name?: string | undefined;
1537
- form_identifier_exists__email_address__first_name?: string | undefined;
1538
- form_identifier_exists__username__first_name?: string | undefined;
1539
- form_identifier_exists__phone_number__first_name?: string | undefined;
1540
- form_password_not_strong_enough__first_name?: string | undefined;
1541
- form_password_size_in_bytes_exceeded__first_name?: string | undefined;
1542
- form_param_value_invalid__first_name?: string | undefined;
1543
- passwordComplexity__first_name?: string | undefined;
1544
- session_exists__first_name?: string | undefined;
1545
- zxcvbn__first_name?: string | undefined;
1546
- form_param_max_length_exceeded__first_name?: string | undefined;
1547
- organization_minimum_permissions_needed__first_name?: string | undefined;
1548
- already_a_member_in_organization__first_name?: string | undefined;
1549
- organization_domain_common__first_name?: string | undefined;
1550
- organization_domain_blocked__first_name?: string | undefined;
1551
- organization_domain_exists_for_enterprise_connection__first_name?: string | undefined;
1552
- organization_membership_quota_exceeded__first_name?: string | undefined;
1553
- external_account_not_found__last_name?: string | undefined;
1554
- identification_deletion_failed__last_name?: string | undefined;
1555
- phone_number_exists__last_name?: string | undefined;
1556
- form_identifier_not_found__last_name?: string | undefined;
1557
- captcha_unavailable__last_name?: string | undefined;
1558
- captcha_invalid__last_name?: string | undefined;
1559
- passkey_not_supported__last_name?: string | undefined;
1560
- passkey_pa_not_supported__last_name?: string | undefined;
1561
- passkey_retrieval_cancelled__last_name?: string | undefined;
1562
- passkey_registration_cancelled__last_name?: string | undefined;
1563
- passkey_already_exists__last_name?: string | undefined;
1564
- web3_missing_identifier__last_name?: string | undefined;
1565
- form_password_pwned__last_name?: string | undefined;
1566
- form_password_pwned__sign_in__last_name?: string | undefined;
1567
- form_username_invalid_length__last_name?: string | undefined;
1568
- form_username_invalid_character__last_name?: string | undefined;
1569
- form_param_format_invalid__last_name?: string | undefined;
1570
- form_param_format_invalid__email_address__last_name?: string | undefined;
1571
- form_param_type_invalid__last_name?: string | undefined;
1572
- form_param_type_invalid__phone_number__last_name?: string | undefined;
1573
- form_param_type_invalid__email_address__last_name?: string | undefined;
1574
- form_password_length_too_short__last_name?: string | undefined;
1575
- form_param_nil__last_name?: string | undefined;
1576
- form_code_incorrect__last_name?: string | undefined;
1577
- form_password_incorrect__last_name?: string | undefined;
1578
- form_password_validation_failed__last_name?: string | undefined;
1579
- not_allowed_access__last_name?: string | undefined;
1580
- form_identifier_exists__last_name?: string | undefined;
1581
- form_identifier_exists__email_address__last_name?: string | undefined;
1582
- form_identifier_exists__username__last_name?: string | undefined;
1583
- form_identifier_exists__phone_number__last_name?: string | undefined;
1584
- form_password_not_strong_enough__last_name?: string | undefined;
1585
- form_password_size_in_bytes_exceeded__last_name?: string | undefined;
1586
- form_param_value_invalid__last_name?: string | undefined;
1587
- passwordComplexity__last_name?: string | undefined;
1588
- session_exists__last_name?: string | undefined;
1589
- zxcvbn__last_name?: string | undefined;
1590
- form_param_max_length_exceeded__last_name?: string | undefined;
1591
- organization_minimum_permissions_needed__last_name?: string | undefined;
1592
- already_a_member_in_organization__last_name?: string | undefined;
1593
- organization_domain_common__last_name?: string | undefined;
1594
- organization_domain_blocked__last_name?: string | undefined;
1595
- organization_domain_exists_for_enterprise_connection__last_name?: string | undefined;
1596
- organization_membership_quota_exceeded__last_name?: string | undefined;
1597
- external_account_not_found__current_password?: string | undefined;
1598
- identification_deletion_failed__current_password?: string | undefined;
1599
- phone_number_exists__current_password?: string | undefined;
1600
- form_identifier_not_found__current_password?: string | undefined;
1601
- captcha_unavailable__current_password?: string | undefined;
1602
- captcha_invalid__current_password?: string | undefined;
1603
- passkey_not_supported__current_password?: string | undefined;
1604
- passkey_pa_not_supported__current_password?: string | undefined;
1605
- passkey_retrieval_cancelled__current_password?: string | undefined;
1606
- passkey_registration_cancelled__current_password?: string | undefined;
1607
- passkey_already_exists__current_password?: string | undefined;
1608
- web3_missing_identifier__current_password?: string | undefined;
1609
- form_password_pwned__current_password?: string | undefined;
1610
- form_password_pwned__sign_in__current_password?: string | undefined;
1611
- form_username_invalid_length__current_password?: string | undefined;
1612
- form_username_invalid_character__current_password?: string | undefined;
1613
- form_param_format_invalid__current_password?: string | undefined;
1614
- form_param_format_invalid__email_address__current_password?: string | undefined;
1615
- form_param_type_invalid__current_password?: string | undefined;
1616
- form_param_type_invalid__phone_number__current_password?: string | undefined;
1617
- form_param_type_invalid__email_address__current_password?: string | undefined;
1618
- form_password_length_too_short__current_password?: string | undefined;
1619
- form_param_nil__current_password?: string | undefined;
1620
- form_code_incorrect__current_password?: string | undefined;
1621
- form_password_incorrect__current_password?: string | undefined;
1622
- form_password_validation_failed__current_password?: string | undefined;
1623
- not_allowed_access__current_password?: string | undefined;
1624
- form_identifier_exists__current_password?: string | undefined;
1625
- form_identifier_exists__email_address__current_password?: string | undefined;
1626
- form_identifier_exists__username__current_password?: string | undefined;
1627
- form_identifier_exists__phone_number__current_password?: string | undefined;
1628
- form_password_not_strong_enough__current_password?: string | undefined;
1629
- form_password_size_in_bytes_exceeded__current_password?: string | undefined;
1630
- form_param_value_invalid__current_password?: string | undefined;
1631
- passwordComplexity__current_password?: string | undefined;
1632
- session_exists__current_password?: string | undefined;
1633
- zxcvbn__current_password?: string | undefined;
1634
- form_param_max_length_exceeded__current_password?: string | undefined;
1635
- organization_minimum_permissions_needed__current_password?: string | undefined;
1636
- already_a_member_in_organization__current_password?: string | undefined;
1637
- organization_domain_common__current_password?: string | undefined;
1638
- organization_domain_blocked__current_password?: string | undefined;
1639
- organization_domain_exists_for_enterprise_connection__current_password?: string | undefined;
1640
- organization_membership_quota_exceeded__current_password?: string | undefined;
1641
- external_account_not_found__new_password?: string | undefined;
1642
- identification_deletion_failed__new_password?: string | undefined;
1643
- phone_number_exists__new_password?: string | undefined;
1644
- form_identifier_not_found__new_password?: string | undefined;
1645
- captcha_unavailable__new_password?: string | undefined;
1646
- captcha_invalid__new_password?: string | undefined;
1647
- passkey_not_supported__new_password?: string | undefined;
1648
- passkey_pa_not_supported__new_password?: string | undefined;
1649
- passkey_retrieval_cancelled__new_password?: string | undefined;
1650
- passkey_registration_cancelled__new_password?: string | undefined;
1651
- passkey_already_exists__new_password?: string | undefined;
1652
- web3_missing_identifier__new_password?: string | undefined;
1653
- form_password_pwned__new_password?: string | undefined;
1654
- form_password_pwned__sign_in__new_password?: string | undefined;
1655
- form_username_invalid_length__new_password?: string | undefined;
1656
- form_username_invalid_character__new_password?: string | undefined;
1657
- form_param_format_invalid__new_password?: string | undefined;
1658
- form_param_format_invalid__email_address__new_password?: string | undefined;
1659
- form_param_type_invalid__new_password?: string | undefined;
1660
- form_param_type_invalid__phone_number__new_password?: string | undefined;
1661
- form_param_type_invalid__email_address__new_password?: string | undefined;
1662
- form_password_length_too_short__new_password?: string | undefined;
1663
- form_param_nil__new_password?: string | undefined;
1664
- form_code_incorrect__new_password?: string | undefined;
1665
- form_password_incorrect__new_password?: string | undefined;
1666
- form_password_validation_failed__new_password?: string | undefined;
1667
- not_allowed_access__new_password?: string | undefined;
1668
- form_identifier_exists__new_password?: string | undefined;
1669
- form_identifier_exists__email_address__new_password?: string | undefined;
1670
- form_identifier_exists__username__new_password?: string | undefined;
1671
- form_identifier_exists__phone_number__new_password?: string | undefined;
1672
- form_password_not_strong_enough__new_password?: string | undefined;
1673
- form_password_size_in_bytes_exceeded__new_password?: string | undefined;
1674
- form_param_value_invalid__new_password?: string | undefined;
1675
- passwordComplexity__new_password?: string | undefined;
1676
- session_exists__new_password?: string | undefined;
1677
- zxcvbn__new_password?: string | undefined;
1678
- form_param_max_length_exceeded__new_password?: string | undefined;
1679
- organization_minimum_permissions_needed__new_password?: string | undefined;
1680
- already_a_member_in_organization__new_password?: string | undefined;
1681
- organization_domain_common__new_password?: string | undefined;
1682
- organization_domain_blocked__new_password?: string | undefined;
1683
- organization_domain_exists_for_enterprise_connection__new_password?: string | undefined;
1684
- organization_membership_quota_exceeded__new_password?: string | undefined;
1685
- external_account_not_found__sign_out_of_other_sessions?: string | undefined;
1686
- identification_deletion_failed__sign_out_of_other_sessions?: string | undefined;
1687
- phone_number_exists__sign_out_of_other_sessions?: string | undefined;
1688
- form_identifier_not_found__sign_out_of_other_sessions?: string | undefined;
1689
- captcha_unavailable__sign_out_of_other_sessions?: string | undefined;
1690
- captcha_invalid__sign_out_of_other_sessions?: string | undefined;
1691
- passkey_not_supported__sign_out_of_other_sessions?: string | undefined;
1692
- passkey_pa_not_supported__sign_out_of_other_sessions?: string | undefined;
1693
- passkey_retrieval_cancelled__sign_out_of_other_sessions?: string | undefined;
1694
- passkey_registration_cancelled__sign_out_of_other_sessions?: string | undefined;
1695
- passkey_already_exists__sign_out_of_other_sessions?: string | undefined;
1696
- web3_missing_identifier__sign_out_of_other_sessions?: string | undefined;
1697
- form_password_pwned__sign_out_of_other_sessions?: string | undefined;
1698
- form_password_pwned__sign_in__sign_out_of_other_sessions?: string | undefined;
1699
- form_username_invalid_length__sign_out_of_other_sessions?: string | undefined;
1700
- form_username_invalid_character__sign_out_of_other_sessions?: string | undefined;
1701
- form_param_format_invalid__sign_out_of_other_sessions?: string | undefined;
1702
- form_param_format_invalid__email_address__sign_out_of_other_sessions?: string | undefined;
1703
- form_param_type_invalid__sign_out_of_other_sessions?: string | undefined;
1704
- form_param_type_invalid__phone_number__sign_out_of_other_sessions?: string | undefined;
1705
- form_param_type_invalid__email_address__sign_out_of_other_sessions?: string | undefined;
1706
- form_password_length_too_short__sign_out_of_other_sessions?: string | undefined;
1707
- form_param_nil__sign_out_of_other_sessions?: string | undefined;
1708
- form_code_incorrect__sign_out_of_other_sessions?: string | undefined;
1709
- form_password_incorrect__sign_out_of_other_sessions?: string | undefined;
1710
- form_password_validation_failed__sign_out_of_other_sessions?: string | undefined;
1711
- not_allowed_access__sign_out_of_other_sessions?: string | undefined;
1712
- form_identifier_exists__sign_out_of_other_sessions?: string | undefined;
1713
- form_identifier_exists__email_address__sign_out_of_other_sessions?: string | undefined;
1714
- form_identifier_exists__username__sign_out_of_other_sessions?: string | undefined;
1715
- form_identifier_exists__phone_number__sign_out_of_other_sessions?: string | undefined;
1716
- form_password_not_strong_enough__sign_out_of_other_sessions?: string | undefined;
1717
- form_password_size_in_bytes_exceeded__sign_out_of_other_sessions?: string | undefined;
1718
- form_param_value_invalid__sign_out_of_other_sessions?: string | undefined;
1719
- passwordComplexity__sign_out_of_other_sessions?: string | undefined;
1720
- session_exists__sign_out_of_other_sessions?: string | undefined;
1721
- zxcvbn__sign_out_of_other_sessions?: string | undefined;
1722
- form_param_max_length_exceeded__sign_out_of_other_sessions?: string | undefined;
1723
- organization_minimum_permissions_needed__sign_out_of_other_sessions?: string | undefined;
1724
- already_a_member_in_organization__sign_out_of_other_sessions?: string | undefined;
1725
- organization_domain_common__sign_out_of_other_sessions?: string | undefined;
1726
- organization_domain_blocked__sign_out_of_other_sessions?: string | undefined;
1727
- organization_domain_exists_for_enterprise_connection__sign_out_of_other_sessions?: string | undefined;
1728
- organization_membership_quota_exceeded__sign_out_of_other_sessions?: string | undefined;
1729
- external_account_not_found__passkey_name?: string | undefined;
1730
- identification_deletion_failed__passkey_name?: string | undefined;
1731
- phone_number_exists__passkey_name?: string | undefined;
1732
- form_identifier_not_found__passkey_name?: string | undefined;
1733
- captcha_unavailable__passkey_name?: string | undefined;
1734
- captcha_invalid__passkey_name?: string | undefined;
1735
- passkey_not_supported__passkey_name?: string | undefined;
1736
- passkey_pa_not_supported__passkey_name?: string | undefined;
1737
- passkey_retrieval_cancelled__passkey_name?: string | undefined;
1738
- passkey_registration_cancelled__passkey_name?: string | undefined;
1739
- passkey_already_exists__passkey_name?: string | undefined;
1740
- web3_missing_identifier__passkey_name?: string | undefined;
1741
- form_password_pwned__passkey_name?: string | undefined;
1742
- form_password_pwned__sign_in__passkey_name?: string | undefined;
1743
- form_username_invalid_length__passkey_name?: string | undefined;
1744
- form_username_invalid_character__passkey_name?: string | undefined;
1745
- form_param_format_invalid__passkey_name?: string | undefined;
1746
- form_param_format_invalid__email_address__passkey_name?: string | undefined;
1747
- form_param_type_invalid__passkey_name?: string | undefined;
1748
- form_param_type_invalid__phone_number__passkey_name?: string | undefined;
1749
- form_param_type_invalid__email_address__passkey_name?: string | undefined;
1750
- form_password_length_too_short__passkey_name?: string | undefined;
1751
- form_param_nil__passkey_name?: string | undefined;
1752
- form_code_incorrect__passkey_name?: string | undefined;
1753
- form_password_incorrect__passkey_name?: string | undefined;
1754
- form_password_validation_failed__passkey_name?: string | undefined;
1755
- not_allowed_access__passkey_name?: string | undefined;
1756
- form_identifier_exists__passkey_name?: string | undefined;
1757
- form_identifier_exists__email_address__passkey_name?: string | undefined;
1758
- form_identifier_exists__username__passkey_name?: string | undefined;
1759
- form_identifier_exists__phone_number__passkey_name?: string | undefined;
1760
- form_password_not_strong_enough__passkey_name?: string | undefined;
1761
- form_password_size_in_bytes_exceeded__passkey_name?: string | undefined;
1762
- form_param_value_invalid__passkey_name?: string | undefined;
1763
- passwordComplexity__passkey_name?: string | undefined;
1764
- session_exists__passkey_name?: string | undefined;
1765
- zxcvbn__passkey_name?: string | undefined;
1766
- form_param_max_length_exceeded__passkey_name?: string | undefined;
1767
- organization_minimum_permissions_needed__passkey_name?: string | undefined;
1768
- already_a_member_in_organization__passkey_name?: string | undefined;
1769
- organization_domain_common__passkey_name?: string | undefined;
1770
- organization_domain_blocked__passkey_name?: string | undefined;
1771
- organization_domain_exists_for_enterprise_connection__passkey_name?: string | undefined;
1772
- organization_membership_quota_exceeded__passkey_name?: string | undefined;
1773
- external_account_not_found__confirm_password?: string | undefined;
1774
- identification_deletion_failed__confirm_password?: string | undefined;
1775
- phone_number_exists__confirm_password?: string | undefined;
1776
- form_identifier_not_found__confirm_password?: string | undefined;
1777
- captcha_unavailable__confirm_password?: string | undefined;
1778
- captcha_invalid__confirm_password?: string | undefined;
1779
- passkey_not_supported__confirm_password?: string | undefined;
1780
- passkey_pa_not_supported__confirm_password?: string | undefined;
1781
- passkey_retrieval_cancelled__confirm_password?: string | undefined;
1782
- passkey_registration_cancelled__confirm_password?: string | undefined;
1783
- passkey_already_exists__confirm_password?: string | undefined;
1784
- web3_missing_identifier__confirm_password?: string | undefined;
1785
- form_password_pwned__confirm_password?: string | undefined;
1786
- form_password_pwned__sign_in__confirm_password?: string | undefined;
1787
- form_username_invalid_length__confirm_password?: string | undefined;
1788
- form_username_invalid_character__confirm_password?: string | undefined;
1789
- form_param_format_invalid__confirm_password?: string | undefined;
1790
- form_param_format_invalid__email_address__confirm_password?: string | undefined;
1791
- form_param_type_invalid__confirm_password?: string | undefined;
1792
- form_param_type_invalid__phone_number__confirm_password?: string | undefined;
1793
- form_param_type_invalid__email_address__confirm_password?: string | undefined;
1794
- form_password_length_too_short__confirm_password?: string | undefined;
1795
- form_param_nil__confirm_password?: string | undefined;
1796
- form_code_incorrect__confirm_password?: string | undefined;
1797
- form_password_incorrect__confirm_password?: string | undefined;
1798
- form_password_validation_failed__confirm_password?: string | undefined;
1799
- not_allowed_access__confirm_password?: string | undefined;
1800
- form_identifier_exists__confirm_password?: string | undefined;
1801
- form_identifier_exists__email_address__confirm_password?: string | undefined;
1802
- form_identifier_exists__username__confirm_password?: string | undefined;
1803
- form_identifier_exists__phone_number__confirm_password?: string | undefined;
1804
- form_password_not_strong_enough__confirm_password?: string | undefined;
1805
- form_password_size_in_bytes_exceeded__confirm_password?: string | undefined;
1806
- form_param_value_invalid__confirm_password?: string | undefined;
1807
- passwordComplexity__confirm_password?: string | undefined;
1808
- session_exists__confirm_password?: string | undefined;
1809
- zxcvbn__confirm_password?: string | undefined;
1810
- form_param_max_length_exceeded__confirm_password?: string | undefined;
1811
- organization_minimum_permissions_needed__confirm_password?: string | undefined;
1812
- already_a_member_in_organization__confirm_password?: string | undefined;
1813
- organization_domain_common__confirm_password?: string | undefined;
1814
- organization_domain_blocked__confirm_password?: string | undefined;
1815
- organization_domain_exists_for_enterprise_connection__confirm_password?: string | undefined;
1816
- organization_membership_quota_exceeded__confirm_password?: string | undefined;
1817
- external_account_not_found__delete_confirmation?: string | undefined;
1818
- identification_deletion_failed__delete_confirmation?: string | undefined;
1819
- phone_number_exists__delete_confirmation?: string | undefined;
1820
- form_identifier_not_found__delete_confirmation?: string | undefined;
1821
- captcha_unavailable__delete_confirmation?: string | undefined;
1822
- captcha_invalid__delete_confirmation?: string | undefined;
1823
- passkey_not_supported__delete_confirmation?: string | undefined;
1824
- passkey_pa_not_supported__delete_confirmation?: string | undefined;
1825
- passkey_retrieval_cancelled__delete_confirmation?: string | undefined;
1826
- passkey_registration_cancelled__delete_confirmation?: string | undefined;
1827
- passkey_already_exists__delete_confirmation?: string | undefined;
1828
- web3_missing_identifier__delete_confirmation?: string | undefined;
1829
- form_password_pwned__delete_confirmation?: string | undefined;
1830
- form_password_pwned__sign_in__delete_confirmation?: string | undefined;
1831
- form_username_invalid_length__delete_confirmation?: string | undefined;
1832
- form_username_invalid_character__delete_confirmation?: string | undefined;
1833
- form_param_format_invalid__delete_confirmation?: string | undefined;
1834
- form_param_format_invalid__email_address__delete_confirmation?: string | undefined;
1835
- form_param_type_invalid__delete_confirmation?: string | undefined;
1836
- form_param_type_invalid__phone_number__delete_confirmation?: string | undefined;
1837
- form_param_type_invalid__email_address__delete_confirmation?: string | undefined;
1838
- form_password_length_too_short__delete_confirmation?: string | undefined;
1839
- form_param_nil__delete_confirmation?: string | undefined;
1840
- form_code_incorrect__delete_confirmation?: string | undefined;
1841
- form_password_incorrect__delete_confirmation?: string | undefined;
1842
- form_password_validation_failed__delete_confirmation?: string | undefined;
1843
- not_allowed_access__delete_confirmation?: string | undefined;
1844
- form_identifier_exists__delete_confirmation?: string | undefined;
1845
- form_identifier_exists__email_address__delete_confirmation?: string | undefined;
1846
- form_identifier_exists__username__delete_confirmation?: string | undefined;
1847
- form_identifier_exists__phone_number__delete_confirmation?: string | undefined;
1848
- form_password_not_strong_enough__delete_confirmation?: string | undefined;
1849
- form_password_size_in_bytes_exceeded__delete_confirmation?: string | undefined;
1850
- form_param_value_invalid__delete_confirmation?: string | undefined;
1851
- passwordComplexity__delete_confirmation?: string | undefined;
1852
- session_exists__delete_confirmation?: string | undefined;
1853
- zxcvbn__delete_confirmation?: string | undefined;
1854
- form_param_max_length_exceeded__delete_confirmation?: string | undefined;
1855
- organization_minimum_permissions_needed__delete_confirmation?: string | undefined;
1856
- already_a_member_in_organization__delete_confirmation?: string | undefined;
1857
- organization_domain_common__delete_confirmation?: string | undefined;
1858
- organization_domain_blocked__delete_confirmation?: string | undefined;
1859
- organization_domain_exists_for_enterprise_connection__delete_confirmation?: string | undefined;
1860
- organization_membership_quota_exceeded__delete_confirmation?: string | undefined;
1861
- external_account_not_found__delete_organization_confirmation?: string | undefined;
1862
- identification_deletion_failed__delete_organization_confirmation?: string | undefined;
1863
- phone_number_exists__delete_organization_confirmation?: string | undefined;
1864
- form_identifier_not_found__delete_organization_confirmation?: string | undefined;
1865
- captcha_unavailable__delete_organization_confirmation?: string | undefined;
1866
- captcha_invalid__delete_organization_confirmation?: string | undefined;
1867
- passkey_not_supported__delete_organization_confirmation?: string | undefined;
1868
- passkey_pa_not_supported__delete_organization_confirmation?: string | undefined;
1869
- passkey_retrieval_cancelled__delete_organization_confirmation?: string | undefined;
1870
- passkey_registration_cancelled__delete_organization_confirmation?: string | undefined;
1871
- passkey_already_exists__delete_organization_confirmation?: string | undefined;
1872
- web3_missing_identifier__delete_organization_confirmation?: string | undefined;
1873
- form_password_pwned__delete_organization_confirmation?: string | undefined;
1874
- form_password_pwned__sign_in__delete_organization_confirmation?: string | undefined;
1875
- form_username_invalid_length__delete_organization_confirmation?: string | undefined;
1876
- form_username_invalid_character__delete_organization_confirmation?: string | undefined;
1877
- form_param_format_invalid__delete_organization_confirmation?: string | undefined;
1878
- form_param_format_invalid__email_address__delete_organization_confirmation?: string | undefined;
1879
- form_param_type_invalid__delete_organization_confirmation?: string | undefined;
1880
- form_param_type_invalid__phone_number__delete_organization_confirmation?: string | undefined;
1881
- form_param_type_invalid__email_address__delete_organization_confirmation?: string | undefined;
1882
- form_password_length_too_short__delete_organization_confirmation?: string | undefined;
1883
- form_param_nil__delete_organization_confirmation?: string | undefined;
1884
- form_code_incorrect__delete_organization_confirmation?: string | undefined;
1885
- form_password_incorrect__delete_organization_confirmation?: string | undefined;
1886
- form_password_validation_failed__delete_organization_confirmation?: string | undefined;
1887
- not_allowed_access__delete_organization_confirmation?: string | undefined;
1888
- form_identifier_exists__delete_organization_confirmation?: string | undefined;
1889
- form_identifier_exists__email_address__delete_organization_confirmation?: string | undefined;
1890
- form_identifier_exists__username__delete_organization_confirmation?: string | undefined;
1891
- form_identifier_exists__phone_number__delete_organization_confirmation?: string | undefined;
1892
- form_password_not_strong_enough__delete_organization_confirmation?: string | undefined;
1893
- form_password_size_in_bytes_exceeded__delete_organization_confirmation?: string | undefined;
1894
- form_param_value_invalid__delete_organization_confirmation?: string | undefined;
1895
- passwordComplexity__delete_organization_confirmation?: string | undefined;
1896
- session_exists__delete_organization_confirmation?: string | undefined;
1897
- zxcvbn__delete_organization_confirmation?: string | undefined;
1898
- form_param_max_length_exceeded__delete_organization_confirmation?: string | undefined;
1899
- organization_minimum_permissions_needed__delete_organization_confirmation?: string | undefined;
1900
- already_a_member_in_organization__delete_organization_confirmation?: string | undefined;
1901
- organization_domain_common__delete_organization_confirmation?: string | undefined;
1902
- organization_domain_blocked__delete_organization_confirmation?: string | undefined;
1903
- organization_domain_exists_for_enterprise_connection__delete_organization_confirmation?: string | undefined;
1904
- organization_membership_quota_exceeded__delete_organization_confirmation?: string | undefined;
1905
- external_account_not_found__enrollment_mode?: string | undefined;
1906
- identification_deletion_failed__enrollment_mode?: string | undefined;
1907
- phone_number_exists__enrollment_mode?: string | undefined;
1908
- form_identifier_not_found__enrollment_mode?: string | undefined;
1909
- captcha_unavailable__enrollment_mode?: string | undefined;
1910
- captcha_invalid__enrollment_mode?: string | undefined;
1911
- passkey_not_supported__enrollment_mode?: string | undefined;
1912
- passkey_pa_not_supported__enrollment_mode?: string | undefined;
1913
- passkey_retrieval_cancelled__enrollment_mode?: string | undefined;
1914
- passkey_registration_cancelled__enrollment_mode?: string | undefined;
1915
- passkey_already_exists__enrollment_mode?: string | undefined;
1916
- web3_missing_identifier__enrollment_mode?: string | undefined;
1917
- form_password_pwned__enrollment_mode?: string | undefined;
1918
- form_password_pwned__sign_in__enrollment_mode?: string | undefined;
1919
- form_username_invalid_length__enrollment_mode?: string | undefined;
1920
- form_username_invalid_character__enrollment_mode?: string | undefined;
1921
- form_param_format_invalid__enrollment_mode?: string | undefined;
1922
- form_param_format_invalid__email_address__enrollment_mode?: string | undefined;
1923
- form_param_type_invalid__enrollment_mode?: string | undefined;
1924
- form_param_type_invalid__phone_number__enrollment_mode?: string | undefined;
1925
- form_param_type_invalid__email_address__enrollment_mode?: string | undefined;
1926
- form_password_length_too_short__enrollment_mode?: string | undefined;
1927
- form_param_nil__enrollment_mode?: string | undefined;
1928
- form_code_incorrect__enrollment_mode?: string | undefined;
1929
- form_password_incorrect__enrollment_mode?: string | undefined;
1930
- form_password_validation_failed__enrollment_mode?: string | undefined;
1931
- not_allowed_access__enrollment_mode?: string | undefined;
1932
- form_identifier_exists__enrollment_mode?: string | undefined;
1933
- form_identifier_exists__email_address__enrollment_mode?: string | undefined;
1934
- form_identifier_exists__username__enrollment_mode?: string | undefined;
1935
- form_identifier_exists__phone_number__enrollment_mode?: string | undefined;
1936
- form_password_not_strong_enough__enrollment_mode?: string | undefined;
1937
- form_password_size_in_bytes_exceeded__enrollment_mode?: string | undefined;
1938
- form_param_value_invalid__enrollment_mode?: string | undefined;
1939
- passwordComplexity__enrollment_mode?: string | undefined;
1940
- session_exists__enrollment_mode?: string | undefined;
1941
- zxcvbn__enrollment_mode?: string | undefined;
1942
- form_param_max_length_exceeded__enrollment_mode?: string | undefined;
1943
- organization_minimum_permissions_needed__enrollment_mode?: string | undefined;
1944
- already_a_member_in_organization__enrollment_mode?: string | undefined;
1945
- organization_domain_common__enrollment_mode?: string | undefined;
1946
- organization_domain_blocked__enrollment_mode?: string | undefined;
1947
- organization_domain_exists_for_enterprise_connection__enrollment_mode?: string | undefined;
1948
- organization_membership_quota_exceeded__enrollment_mode?: string | undefined;
1949
- external_account_not_found__affiliation_email_address?: string | undefined;
1950
- identification_deletion_failed__affiliation_email_address?: string | undefined;
1951
- phone_number_exists__affiliation_email_address?: string | undefined;
1952
- form_identifier_not_found__affiliation_email_address?: string | undefined;
1953
- captcha_unavailable__affiliation_email_address?: string | undefined;
1954
- captcha_invalid__affiliation_email_address?: string | undefined;
1955
- passkey_not_supported__affiliation_email_address?: string | undefined;
1956
- passkey_pa_not_supported__affiliation_email_address?: string | undefined;
1957
- passkey_retrieval_cancelled__affiliation_email_address?: string | undefined;
1958
- passkey_registration_cancelled__affiliation_email_address?: string | undefined;
1959
- passkey_already_exists__affiliation_email_address?: string | undefined;
1960
- web3_missing_identifier__affiliation_email_address?: string | undefined;
1961
- form_password_pwned__affiliation_email_address?: string | undefined;
1962
- form_password_pwned__sign_in__affiliation_email_address?: string | undefined;
1963
- form_username_invalid_length__affiliation_email_address?: string | undefined;
1964
- form_username_invalid_character__affiliation_email_address?: string | undefined;
1965
- form_param_format_invalid__affiliation_email_address?: string | undefined;
1966
- form_param_format_invalid__email_address__affiliation_email_address?: string | undefined;
1967
- form_param_type_invalid__affiliation_email_address?: string | undefined;
1968
- form_param_type_invalid__phone_number__affiliation_email_address?: string | undefined;
1969
- form_param_type_invalid__email_address__affiliation_email_address?: string | undefined;
1970
- form_password_length_too_short__affiliation_email_address?: string | undefined;
1971
- form_param_nil__affiliation_email_address?: string | undefined;
1972
- form_code_incorrect__affiliation_email_address?: string | undefined;
1973
- form_password_incorrect__affiliation_email_address?: string | undefined;
1974
- form_password_validation_failed__affiliation_email_address?: string | undefined;
1975
- not_allowed_access__affiliation_email_address?: string | undefined;
1976
- form_identifier_exists__affiliation_email_address?: string | undefined;
1977
- form_identifier_exists__email_address__affiliation_email_address?: string | undefined;
1978
- form_identifier_exists__username__affiliation_email_address?: string | undefined;
1979
- form_identifier_exists__phone_number__affiliation_email_address?: string | undefined;
1980
- form_password_not_strong_enough__affiliation_email_address?: string | undefined;
1981
- form_password_size_in_bytes_exceeded__affiliation_email_address?: string | undefined;
1982
- form_param_value_invalid__affiliation_email_address?: string | undefined;
1983
- passwordComplexity__affiliation_email_address?: string | undefined;
1984
- session_exists__affiliation_email_address?: string | undefined;
1985
- zxcvbn__affiliation_email_address?: string | undefined;
1986
- form_param_max_length_exceeded__affiliation_email_address?: string | undefined;
1987
- organization_minimum_permissions_needed__affiliation_email_address?: string | undefined;
1988
- already_a_member_in_organization__affiliation_email_address?: string | undefined;
1989
- organization_domain_common__affiliation_email_address?: string | undefined;
1990
- organization_domain_blocked__affiliation_email_address?: string | undefined;
1991
- organization_domain_exists_for_enterprise_connection__affiliation_email_address?: string | undefined;
1992
- organization_membership_quota_exceeded__affiliation_email_address?: string | undefined;
1993
- external_account_not_found__delete_existing_invitations_suggestions?: string | undefined;
1994
- identification_deletion_failed__delete_existing_invitations_suggestions?: string | undefined;
1995
- phone_number_exists__delete_existing_invitations_suggestions?: string | undefined;
1996
- form_identifier_not_found__delete_existing_invitations_suggestions?: string | undefined;
1997
- captcha_unavailable__delete_existing_invitations_suggestions?: string | undefined;
1998
- captcha_invalid__delete_existing_invitations_suggestions?: string | undefined;
1999
- passkey_not_supported__delete_existing_invitations_suggestions?: string | undefined;
2000
- passkey_pa_not_supported__delete_existing_invitations_suggestions?: string | undefined;
2001
- passkey_retrieval_cancelled__delete_existing_invitations_suggestions?: string | undefined;
2002
- passkey_registration_cancelled__delete_existing_invitations_suggestions?: string | undefined;
2003
- passkey_already_exists__delete_existing_invitations_suggestions?: string | undefined;
2004
- web3_missing_identifier__delete_existing_invitations_suggestions?: string | undefined;
2005
- form_password_pwned__delete_existing_invitations_suggestions?: string | undefined;
2006
- form_password_pwned__sign_in__delete_existing_invitations_suggestions?: string | undefined;
2007
- form_username_invalid_length__delete_existing_invitations_suggestions?: string | undefined;
2008
- form_username_invalid_character__delete_existing_invitations_suggestions?: string | undefined;
2009
- form_param_format_invalid__delete_existing_invitations_suggestions?: string | undefined;
2010
- form_param_format_invalid__email_address__delete_existing_invitations_suggestions?: string | undefined;
2011
- form_param_type_invalid__delete_existing_invitations_suggestions?: string | undefined;
2012
- form_param_type_invalid__phone_number__delete_existing_invitations_suggestions?: string | undefined;
2013
- form_param_type_invalid__email_address__delete_existing_invitations_suggestions?: string | undefined;
2014
- form_password_length_too_short__delete_existing_invitations_suggestions?: string | undefined;
2015
- form_param_nil__delete_existing_invitations_suggestions?: string | undefined;
2016
- form_code_incorrect__delete_existing_invitations_suggestions?: string | undefined;
2017
- form_password_incorrect__delete_existing_invitations_suggestions?: string | undefined;
2018
- form_password_validation_failed__delete_existing_invitations_suggestions?: string | undefined;
2019
- not_allowed_access__delete_existing_invitations_suggestions?: string | undefined;
2020
- form_identifier_exists__delete_existing_invitations_suggestions?: string | undefined;
2021
- form_identifier_exists__email_address__delete_existing_invitations_suggestions?: string | undefined;
2022
- form_identifier_exists__username__delete_existing_invitations_suggestions?: string | undefined;
2023
- form_identifier_exists__phone_number__delete_existing_invitations_suggestions?: string | undefined;
2024
- form_password_not_strong_enough__delete_existing_invitations_suggestions?: string | undefined;
2025
- form_password_size_in_bytes_exceeded__delete_existing_invitations_suggestions?: string | undefined;
2026
- form_param_value_invalid__delete_existing_invitations_suggestions?: string | undefined;
2027
- passwordComplexity__delete_existing_invitations_suggestions?: string | undefined;
2028
- session_exists__delete_existing_invitations_suggestions?: string | undefined;
2029
- zxcvbn__delete_existing_invitations_suggestions?: string | undefined;
2030
- form_param_max_length_exceeded__delete_existing_invitations_suggestions?: string | undefined;
2031
- organization_minimum_permissions_needed__delete_existing_invitations_suggestions?: string | undefined;
2032
- already_a_member_in_organization__delete_existing_invitations_suggestions?: string | undefined;
2033
- organization_domain_common__delete_existing_invitations_suggestions?: string | undefined;
2034
- organization_domain_blocked__delete_existing_invitations_suggestions?: string | undefined;
2035
- organization_domain_exists_for_enterprise_connection__delete_existing_invitations_suggestions?: string | undefined;
2036
- organization_membership_quota_exceeded__delete_existing_invitations_suggestions?: string | undefined;
2037
- external_account_not_found__legal_accepted?: string | undefined;
2038
- identification_deletion_failed__legal_accepted?: string | undefined;
2039
- phone_number_exists__legal_accepted?: string | undefined;
2040
- form_identifier_not_found__legal_accepted?: string | undefined;
2041
- captcha_unavailable__legal_accepted?: string | undefined;
2042
- captcha_invalid__legal_accepted?: string | undefined;
2043
- passkey_not_supported__legal_accepted?: string | undefined;
2044
- passkey_pa_not_supported__legal_accepted?: string | undefined;
2045
- passkey_retrieval_cancelled__legal_accepted?: string | undefined;
2046
- passkey_registration_cancelled__legal_accepted?: string | undefined;
2047
- passkey_already_exists__legal_accepted?: string | undefined;
2048
- web3_missing_identifier__legal_accepted?: string | undefined;
2049
- form_password_pwned__legal_accepted?: string | undefined;
2050
- form_password_pwned__sign_in__legal_accepted?: string | undefined;
2051
- form_username_invalid_length__legal_accepted?: string | undefined;
2052
- form_username_invalid_character__legal_accepted?: string | undefined;
2053
- form_param_format_invalid__legal_accepted?: string | undefined;
2054
- form_param_format_invalid__email_address__legal_accepted?: string | undefined;
2055
- form_param_type_invalid__legal_accepted?: string | undefined;
2056
- form_param_type_invalid__phone_number__legal_accepted?: string | undefined;
2057
- form_param_type_invalid__email_address__legal_accepted?: string | undefined;
2058
- form_password_length_too_short__legal_accepted?: string | undefined;
2059
- form_param_nil__legal_accepted?: string | undefined;
2060
- form_code_incorrect__legal_accepted?: string | undefined;
2061
- form_password_incorrect__legal_accepted?: string | undefined;
2062
- form_password_validation_failed__legal_accepted?: string | undefined;
2063
- not_allowed_access__legal_accepted?: string | undefined;
2064
- form_identifier_exists__legal_accepted?: string | undefined;
2065
- form_identifier_exists__email_address__legal_accepted?: string | undefined;
2066
- form_identifier_exists__username__legal_accepted?: string | undefined;
2067
- form_identifier_exists__phone_number__legal_accepted?: string | undefined;
2068
- form_password_not_strong_enough__legal_accepted?: string | undefined;
2069
- form_password_size_in_bytes_exceeded__legal_accepted?: string | undefined;
2070
- form_param_value_invalid__legal_accepted?: string | undefined;
2071
- passwordComplexity__legal_accepted?: string | undefined;
2072
- session_exists__legal_accepted?: string | undefined;
2073
- zxcvbn__legal_accepted?: string | undefined;
2074
- form_param_max_length_exceeded__legal_accepted?: string | undefined;
2075
- organization_minimum_permissions_needed__legal_accepted?: string | undefined;
2076
- already_a_member_in_organization__legal_accepted?: string | undefined;
2077
- organization_domain_common__legal_accepted?: string | undefined;
2078
- organization_domain_blocked__legal_accepted?: string | undefined;
2079
- organization_domain_exists_for_enterprise_connection__legal_accepted?: string | undefined;
2080
- organization_membership_quota_exceeded__legal_accepted?: string | undefined;
2081
- external_account_not_found__api_key_description?: string | undefined;
2082
- identification_deletion_failed__api_key_description?: string | undefined;
2083
- phone_number_exists__api_key_description?: string | undefined;
2084
- form_identifier_not_found__api_key_description?: string | undefined;
2085
- captcha_unavailable__api_key_description?: string | undefined;
2086
- captcha_invalid__api_key_description?: string | undefined;
2087
- passkey_not_supported__api_key_description?: string | undefined;
2088
- passkey_pa_not_supported__api_key_description?: string | undefined;
2089
- passkey_retrieval_cancelled__api_key_description?: string | undefined;
2090
- passkey_registration_cancelled__api_key_description?: string | undefined;
2091
- passkey_already_exists__api_key_description?: string | undefined;
2092
- web3_missing_identifier__api_key_description?: string | undefined;
2093
- form_password_pwned__api_key_description?: string | undefined;
2094
- form_password_pwned__sign_in__api_key_description?: string | undefined;
2095
- form_username_invalid_length__api_key_description?: string | undefined;
2096
- form_username_invalid_character__api_key_description?: string | undefined;
2097
- form_param_format_invalid__api_key_description?: string | undefined;
2098
- form_param_format_invalid__email_address__api_key_description?: string | undefined;
2099
- form_param_type_invalid__api_key_description?: string | undefined;
2100
- form_param_type_invalid__phone_number__api_key_description?: string | undefined;
2101
- form_param_type_invalid__email_address__api_key_description?: string | undefined;
2102
- form_password_length_too_short__api_key_description?: string | undefined;
2103
- form_param_nil__api_key_description?: string | undefined;
2104
- form_code_incorrect__api_key_description?: string | undefined;
2105
- form_password_incorrect__api_key_description?: string | undefined;
2106
- form_password_validation_failed__api_key_description?: string | undefined;
2107
- not_allowed_access__api_key_description?: string | undefined;
2108
- form_identifier_exists__api_key_description?: string | undefined;
2109
- form_identifier_exists__email_address__api_key_description?: string | undefined;
2110
- form_identifier_exists__username__api_key_description?: string | undefined;
2111
- form_identifier_exists__phone_number__api_key_description?: string | undefined;
2112
- form_password_not_strong_enough__api_key_description?: string | undefined;
2113
- form_password_size_in_bytes_exceeded__api_key_description?: string | undefined;
2114
- form_param_value_invalid__api_key_description?: string | undefined;
2115
- passwordComplexity__api_key_description?: string | undefined;
2116
- session_exists__api_key_description?: string | undefined;
2117
- zxcvbn__api_key_description?: string | undefined;
2118
- form_param_max_length_exceeded__api_key_description?: string | undefined;
2119
- organization_minimum_permissions_needed__api_key_description?: string | undefined;
2120
- already_a_member_in_organization__api_key_description?: string | undefined;
2121
- organization_domain_common__api_key_description?: string | undefined;
2122
- organization_domain_blocked__api_key_description?: string | undefined;
2123
- organization_domain_exists_for_enterprise_connection__api_key_description?: string | undefined;
2124
- organization_membership_quota_exceeded__api_key_description?: string | undefined;
2125
- external_account_not_found__api_key_expiration_date?: string | undefined;
2126
- identification_deletion_failed__api_key_expiration_date?: string | undefined;
2127
- phone_number_exists__api_key_expiration_date?: string | undefined;
2128
- form_identifier_not_found__api_key_expiration_date?: string | undefined;
2129
- captcha_unavailable__api_key_expiration_date?: string | undefined;
2130
- captcha_invalid__api_key_expiration_date?: string | undefined;
2131
- passkey_not_supported__api_key_expiration_date?: string | undefined;
2132
- passkey_pa_not_supported__api_key_expiration_date?: string | undefined;
2133
- passkey_retrieval_cancelled__api_key_expiration_date?: string | undefined;
2134
- passkey_registration_cancelled__api_key_expiration_date?: string | undefined;
2135
- passkey_already_exists__api_key_expiration_date?: string | undefined;
2136
- web3_missing_identifier__api_key_expiration_date?: string | undefined;
2137
- form_password_pwned__api_key_expiration_date?: string | undefined;
2138
- form_password_pwned__sign_in__api_key_expiration_date?: string | undefined;
2139
- form_username_invalid_length__api_key_expiration_date?: string | undefined;
2140
- form_username_invalid_character__api_key_expiration_date?: string | undefined;
2141
- form_param_format_invalid__api_key_expiration_date?: string | undefined;
2142
- form_param_format_invalid__email_address__api_key_expiration_date?: string | undefined;
2143
- form_param_type_invalid__api_key_expiration_date?: string | undefined;
2144
- form_param_type_invalid__phone_number__api_key_expiration_date?: string | undefined;
2145
- form_param_type_invalid__email_address__api_key_expiration_date?: string | undefined;
2146
- form_password_length_too_short__api_key_expiration_date?: string | undefined;
2147
- form_param_nil__api_key_expiration_date?: string | undefined;
2148
- form_code_incorrect__api_key_expiration_date?: string | undefined;
2149
- form_password_incorrect__api_key_expiration_date?: string | undefined;
2150
- form_password_validation_failed__api_key_expiration_date?: string | undefined;
2151
- not_allowed_access__api_key_expiration_date?: string | undefined;
2152
- form_identifier_exists__api_key_expiration_date?: string | undefined;
2153
- form_identifier_exists__email_address__api_key_expiration_date?: string | undefined;
2154
- form_identifier_exists__username__api_key_expiration_date?: string | undefined;
2155
- form_identifier_exists__phone_number__api_key_expiration_date?: string | undefined;
2156
- form_password_not_strong_enough__api_key_expiration_date?: string | undefined;
2157
- form_password_size_in_bytes_exceeded__api_key_expiration_date?: string | undefined;
2158
- form_param_value_invalid__api_key_expiration_date?: string | undefined;
2159
- passwordComplexity__api_key_expiration_date?: string | undefined;
2160
- session_exists__api_key_expiration_date?: string | undefined;
2161
- zxcvbn__api_key_expiration_date?: string | undefined;
2162
- form_param_max_length_exceeded__api_key_expiration_date?: string | undefined;
2163
- organization_minimum_permissions_needed__api_key_expiration_date?: string | undefined;
2164
- already_a_member_in_organization__api_key_expiration_date?: string | undefined;
2165
- organization_domain_common__api_key_expiration_date?: string | undefined;
2166
- organization_domain_blocked__api_key_expiration_date?: string | undefined;
2167
- organization_domain_exists_for_enterprise_connection__api_key_expiration_date?: string | undefined;
2168
- organization_membership_quota_exceeded__api_key_expiration_date?: string | undefined;
2169
- external_account_not_found__api_key_revoke_confirmation?: string | undefined;
2170
- identification_deletion_failed__api_key_revoke_confirmation?: string | undefined;
2171
- phone_number_exists__api_key_revoke_confirmation?: string | undefined;
2172
- form_identifier_not_found__api_key_revoke_confirmation?: string | undefined;
2173
- captcha_unavailable__api_key_revoke_confirmation?: string | undefined;
2174
- captcha_invalid__api_key_revoke_confirmation?: string | undefined;
2175
- passkey_not_supported__api_key_revoke_confirmation?: string | undefined;
2176
- passkey_pa_not_supported__api_key_revoke_confirmation?: string | undefined;
2177
- passkey_retrieval_cancelled__api_key_revoke_confirmation?: string | undefined;
2178
- passkey_registration_cancelled__api_key_revoke_confirmation?: string | undefined;
2179
- passkey_already_exists__api_key_revoke_confirmation?: string | undefined;
2180
- web3_missing_identifier__api_key_revoke_confirmation?: string | undefined;
2181
- form_password_pwned__api_key_revoke_confirmation?: string | undefined;
2182
- form_password_pwned__sign_in__api_key_revoke_confirmation?: string | undefined;
2183
- form_username_invalid_length__api_key_revoke_confirmation?: string | undefined;
2184
- form_username_invalid_character__api_key_revoke_confirmation?: string | undefined;
2185
- form_param_format_invalid__api_key_revoke_confirmation?: string | undefined;
2186
- form_param_format_invalid__email_address__api_key_revoke_confirmation?: string | undefined;
2187
- form_param_type_invalid__api_key_revoke_confirmation?: string | undefined;
2188
- form_param_type_invalid__phone_number__api_key_revoke_confirmation?: string | undefined;
2189
- form_param_type_invalid__email_address__api_key_revoke_confirmation?: string | undefined;
2190
- form_password_length_too_short__api_key_revoke_confirmation?: string | undefined;
2191
- form_param_nil__api_key_revoke_confirmation?: string | undefined;
2192
- form_code_incorrect__api_key_revoke_confirmation?: string | undefined;
2193
- form_password_incorrect__api_key_revoke_confirmation?: string | undefined;
2194
- form_password_validation_failed__api_key_revoke_confirmation?: string | undefined;
2195
- not_allowed_access__api_key_revoke_confirmation?: string | undefined;
2196
- form_identifier_exists__api_key_revoke_confirmation?: string | undefined;
2197
- form_identifier_exists__email_address__api_key_revoke_confirmation?: string | undefined;
2198
- form_identifier_exists__username__api_key_revoke_confirmation?: string | undefined;
2199
- form_identifier_exists__phone_number__api_key_revoke_confirmation?: string | undefined;
2200
- form_password_not_strong_enough__api_key_revoke_confirmation?: string | undefined;
2201
- form_password_size_in_bytes_exceeded__api_key_revoke_confirmation?: string | undefined;
2202
- form_param_value_invalid__api_key_revoke_confirmation?: string | undefined;
2203
- passwordComplexity__api_key_revoke_confirmation?: string | undefined;
2204
- session_exists__api_key_revoke_confirmation?: string | undefined;
2205
- zxcvbn__api_key_revoke_confirmation?: string | undefined;
2206
- form_param_max_length_exceeded__api_key_revoke_confirmation?: string | undefined;
2207
- organization_minimum_permissions_needed__api_key_revoke_confirmation?: string | undefined;
2208
- already_a_member_in_organization__api_key_revoke_confirmation?: string | undefined;
2209
- organization_domain_common__api_key_revoke_confirmation?: string | undefined;
2210
- organization_domain_blocked__api_key_revoke_confirmation?: string | undefined;
2211
- organization_domain_exists_for_enterprise_connection__api_key_revoke_confirmation?: string | undefined;
2212
- organization_membership_quota_exceeded__api_key_revoke_confirmation?: string | undefined;
2213
- };
2214
- dates: {
2215
- previous6Days: _clerk_types.LocalizationValue<"date">;
2216
- lastDay: _clerk_types.LocalizationValue<"date">;
2217
- sameDay: _clerk_types.LocalizationValue<"date">;
2218
- nextDay: _clerk_types.LocalizationValue<"date">;
2219
- next6Days: _clerk_types.LocalizationValue<"date">;
2220
- numeric: _clerk_types.LocalizationValue<"date">;
2221
- };
2222
- waitlist: {
2223
- start: {
2224
- title: _clerk_types.LocalizationValue;
2225
- subtitle: _clerk_types.LocalizationValue;
2226
- formButton: _clerk_types.LocalizationValue;
2227
- actionText: _clerk_types.LocalizationValue;
2228
- actionLink: _clerk_types.LocalizationValue;
2229
- };
2230
- success: {
2231
- title: _clerk_types.LocalizationValue;
2232
- subtitle: _clerk_types.LocalizationValue;
2233
- message: _clerk_types.LocalizationValue;
2234
- };
2235
- };
2236
- apiKeys: {
2237
- formTitle: _clerk_types.LocalizationValue;
2238
- formHint: _clerk_types.LocalizationValue;
2239
- formButtonPrimary__add: _clerk_types.LocalizationValue;
2240
- menuAction__revoke: _clerk_types.LocalizationValue;
2241
- action__search: _clerk_types.LocalizationValue;
2242
- action__add: _clerk_types.LocalizationValue;
2243
- detailsTitle__emptyRow: _clerk_types.LocalizationValue;
2244
- revokeConfirmation: {
2245
- formTitle: _clerk_types.LocalizationValue<"apiKeyName">;
2246
- formHint: _clerk_types.LocalizationValue;
2247
- formButtonPrimary__revoke: _clerk_types.LocalizationValue;
2248
- confirmationText: _clerk_types.LocalizationValue;
2249
- };
2250
- lastUsed__seconds: _clerk_types.LocalizationValue<"seconds">;
2251
- lastUsed__minutes: _clerk_types.LocalizationValue<"minutes">;
2252
- lastUsed__hours: _clerk_types.LocalizationValue<"hours">;
2253
- lastUsed__days: _clerk_types.LocalizationValue<"days">;
2254
- lastUsed__months: _clerk_types.LocalizationValue<"months">;
2255
- lastUsed__years: _clerk_types.LocalizationValue<"years">;
2256
- formFieldOption__expiration__1d: _clerk_types.LocalizationValue;
2257
- formFieldOption__expiration__7d: _clerk_types.LocalizationValue;
2258
- formFieldOption__expiration__30d: _clerk_types.LocalizationValue;
2259
- formFieldOption__expiration__60d: _clerk_types.LocalizationValue;
2260
- formFieldOption__expiration__90d: _clerk_types.LocalizationValue;
2261
- formFieldOption__expiration__180d: _clerk_types.LocalizationValue;
2262
- formFieldOption__expiration__1y: _clerk_types.LocalizationValue;
2263
- formFieldOption__expiration__never: _clerk_types.LocalizationValue;
2264
- createdAndExpirationStatus__never: _clerk_types.LocalizationValue<"createdDate">;
2265
- createdAndExpirationStatus__expiresOn: _clerk_types.LocalizationValue<"createdDate" | "expiresDate">;
2266
- formFieldCaption__expiration__never: _clerk_types.LocalizationValue;
2267
- formFieldCaption__expiration__expiresOn: _clerk_types.LocalizationValue<"date">;
2268
- };
2269
- taskChooseOrganization: {
2270
- title: _clerk_types.LocalizationValue;
2271
- subtitle: _clerk_types.LocalizationValue;
2272
- signOut: {
2273
- actionText: _clerk_types.LocalizationValue<"identifier">;
2274
- actionLink: _clerk_types.LocalizationValue;
2275
- };
2276
- createOrganization: {
2277
- title: _clerk_types.LocalizationValue;
2278
- subtitle: _clerk_types.LocalizationValue;
2279
- formButtonSubmit: _clerk_types.LocalizationValue;
2280
- formButtonReset: _clerk_types.LocalizationValue;
2281
- };
2282
- chooseOrganization: {
2283
- title: _clerk_types.LocalizationValue;
2284
- subtitle: _clerk_types.LocalizationValue;
2285
- suggestionsAcceptedLabel: _clerk_types.LocalizationValue;
2286
- action__suggestionsAccept: _clerk_types.LocalizationValue;
2287
- action__createOrganization: _clerk_types.LocalizationValue;
2288
- action__invitationAccept: _clerk_types.LocalizationValue;
2289
- };
2290
- };
2291
- }>;
2292
- zh: _clerk_types.DeepPartial<{
2293
- locale: string;
2294
- maintenanceMode: _clerk_types.LocalizationValue;
2295
- roles: {
2296
- [x: string]: string;
2297
- };
2298
- socialButtonsBlockButton: _clerk_types.LocalizationValue<"provider">;
2299
- socialButtonsBlockButtonManyInView: _clerk_types.LocalizationValue<"provider", `${string}{{provider|titleize}}${string}`>;
2300
- dividerText: _clerk_types.LocalizationValue;
2301
- formFieldLabel__emailAddress: _clerk_types.LocalizationValue;
2302
- formFieldLabel__emailAddresses: _clerk_types.LocalizationValue;
2303
- formFieldLabel__phoneNumber: _clerk_types.LocalizationValue;
2304
- formFieldLabel__username: _clerk_types.LocalizationValue;
2305
- formFieldLabel__emailAddress_username: _clerk_types.LocalizationValue;
2306
- formFieldLabel__password: _clerk_types.LocalizationValue;
2307
- formFieldLabel__currentPassword: _clerk_types.LocalizationValue;
2308
- formFieldLabel__newPassword: _clerk_types.LocalizationValue;
2309
- formFieldLabel__confirmPassword: _clerk_types.LocalizationValue;
2310
- formFieldLabel__signOutOfOtherSessions: _clerk_types.LocalizationValue;
2311
- formFieldLabel__automaticInvitations: _clerk_types.LocalizationValue;
2312
- formFieldLabel__firstName: _clerk_types.LocalizationValue;
2313
- formFieldLabel__lastName: _clerk_types.LocalizationValue;
2314
- formFieldLabel__backupCode: _clerk_types.LocalizationValue;
2315
- formFieldLabel__organizationName: _clerk_types.LocalizationValue;
2316
- formFieldLabel__organizationSlug: _clerk_types.LocalizationValue;
2317
- formFieldLabel__organizationDomain: _clerk_types.LocalizationValue;
2318
- formFieldLabel__organizationDomainEmailAddress: _clerk_types.LocalizationValue;
2319
- formFieldLabel__organizationDomainEmailAddressDescription: _clerk_types.LocalizationValue;
2320
- formFieldLabel__organizationDomainDeletePending: _clerk_types.LocalizationValue;
2321
- formFieldLabel__confirmDeletion: _clerk_types.LocalizationValue;
2322
- formFieldLabel__role: _clerk_types.LocalizationValue;
2323
- formFieldLabel__passkeyName: _clerk_types.LocalizationValue;
2324
- formFieldLabel__apiKeyName: _clerk_types.LocalizationValue;
2325
- formFieldLabel__apiKeyDescription: _clerk_types.LocalizationValue;
2326
- formFieldLabel__apiKeyExpiration: _clerk_types.LocalizationValue;
2327
- formFieldInputPlaceholder__emailAddress: _clerk_types.LocalizationValue;
2328
- formFieldInputPlaceholder__emailAddresses: _clerk_types.LocalizationValue;
2329
- formFieldInputPlaceholder__phoneNumber: _clerk_types.LocalizationValue;
2330
- formFieldInputPlaceholder__username: _clerk_types.LocalizationValue;
2331
- formFieldInputPlaceholder__emailAddress_username: _clerk_types.LocalizationValue;
2332
- formFieldInputPlaceholder__password: _clerk_types.LocalizationValue;
2333
- formFieldInputPlaceholder__firstName: _clerk_types.LocalizationValue;
2334
- formFieldInputPlaceholder__lastName: _clerk_types.LocalizationValue;
2335
- formFieldInputPlaceholder__backupCode: _clerk_types.LocalizationValue;
2336
- formFieldInputPlaceholder__organizationName: _clerk_types.LocalizationValue;
2337
- formFieldInputPlaceholder__organizationSlug: _clerk_types.LocalizationValue;
2338
- formFieldInputPlaceholder__organizationDomain: _clerk_types.LocalizationValue;
2339
- formFieldInputPlaceholder__organizationDomainEmailAddress: _clerk_types.LocalizationValue;
2340
- formFieldInputPlaceholder__confirmDeletionUserAccount: _clerk_types.LocalizationValue;
2341
- formFieldInputPlaceholder__apiKeyName: _clerk_types.LocalizationValue;
2342
- formFieldInputPlaceholder__apiKeyDescription: _clerk_types.LocalizationValue;
2343
- formFieldInputPlaceholder__apiKeyExpirationDate: _clerk_types.LocalizationValue;
2344
- formFieldError__notMatchingPasswords: _clerk_types.LocalizationValue;
2345
- formFieldError__matchingPasswords: _clerk_types.LocalizationValue;
2346
- formFieldError__verificationLinkExpired: _clerk_types.LocalizationValue;
2347
- formFieldAction__forgotPassword: _clerk_types.LocalizationValue;
2348
- formFieldHintText__optional: _clerk_types.LocalizationValue;
2349
- formFieldHintText__slug: _clerk_types.LocalizationValue;
2350
- formButtonPrimary: _clerk_types.LocalizationValue;
2351
- formButtonPrimary__verify: _clerk_types.LocalizationValue;
2352
- signInEnterPasswordTitle: _clerk_types.LocalizationValue;
2353
- backButton: _clerk_types.LocalizationValue;
2354
- footerActionLink__useAnotherMethod: _clerk_types.LocalizationValue;
2355
- footerActionLink__alternativePhoneCodeProvider: _clerk_types.LocalizationValue;
2356
- badge__primary: _clerk_types.LocalizationValue;
2357
- badge__thisDevice: _clerk_types.LocalizationValue;
2358
- badge__userDevice: _clerk_types.LocalizationValue;
2359
- badge__otherImpersonatorDevice: _clerk_types.LocalizationValue;
2360
- badge__default: _clerk_types.LocalizationValue;
2361
- badge__unverified: _clerk_types.LocalizationValue;
2362
- badge__requiresAction: _clerk_types.LocalizationValue;
2363
- badge__you: _clerk_types.LocalizationValue;
2364
- badge__currentPlan: _clerk_types.LocalizationValue;
2365
- badge__upcomingPlan: _clerk_types.LocalizationValue;
2366
- badge__activePlan: _clerk_types.LocalizationValue;
2367
- badge__pastDuePlan: _clerk_types.LocalizationValue;
2368
- badge__startsAt: _clerk_types.LocalizationValue<"date">;
2369
- badge__pastDueAt: _clerk_types.LocalizationValue<"date">;
2370
- badge__endsAt: _clerk_types.LocalizationValue;
2371
- badge__expired: _clerk_types.LocalizationValue;
2372
- badge__canceledEndsAt: _clerk_types.LocalizationValue<"date">;
2373
- badge__renewsAt: _clerk_types.LocalizationValue<"date">;
2374
- footerPageLink__help: _clerk_types.LocalizationValue;
2375
- footerPageLink__privacy: _clerk_types.LocalizationValue;
2376
- footerPageLink__terms: _clerk_types.LocalizationValue;
2377
- paginationButton__previous: _clerk_types.LocalizationValue;
2378
- paginationButton__next: _clerk_types.LocalizationValue;
2379
- paginationRowText__displaying: _clerk_types.LocalizationValue;
2380
- paginationRowText__of: _clerk_types.LocalizationValue;
2381
- membershipRole__admin: _clerk_types.LocalizationValue;
2382
- membershipRole__basicMember: _clerk_types.LocalizationValue;
2383
- membershipRole__guestMember: _clerk_types.LocalizationValue;
2384
- commerce: {
2385
- month: _clerk_types.LocalizationValue;
2386
- year: _clerk_types.LocalizationValue;
2387
- free: _clerk_types.LocalizationValue;
2388
- getStarted: _clerk_types.LocalizationValue;
2389
- manage: _clerk_types.LocalizationValue;
2390
- manageSubscription: _clerk_types.LocalizationValue;
2391
- cancelSubscription: _clerk_types.LocalizationValue;
2392
- keepSubscription: _clerk_types.LocalizationValue;
2393
- reSubscribe: _clerk_types.LocalizationValue;
2394
- subscribe: _clerk_types.LocalizationValue;
2395
- switchPlan: _clerk_types.LocalizationValue;
2396
- switchToMonthly: _clerk_types.LocalizationValue;
2397
- switchToAnnual: _clerk_types.LocalizationValue;
2398
- switchToMonthlyWithPrice: _clerk_types.LocalizationValue<"price" | "currency">;
2399
- switchToAnnualWithAnnualPrice: _clerk_types.LocalizationValue<"price" | "currency">;
2400
- billedAnnually: _clerk_types.LocalizationValue;
2401
- billedMonthlyOnly: _clerk_types.LocalizationValue;
2402
- alwaysFree: _clerk_types.LocalizationValue;
2403
- accountFunds: _clerk_types.LocalizationValue;
2404
- defaultFreePlanActive: _clerk_types.LocalizationValue;
2405
- viewFeatures: _clerk_types.LocalizationValue;
2406
- seeAllFeatures: _clerk_types.LocalizationValue;
2407
- viewPayment: _clerk_types.LocalizationValue;
2408
- availableFeatures: _clerk_types.LocalizationValue;
2409
- subtotal: _clerk_types.LocalizationValue;
2410
- credit: _clerk_types.LocalizationValue;
2411
- creditRemainder: _clerk_types.LocalizationValue;
2412
- totalDue: _clerk_types.LocalizationValue;
2413
- totalDueToday: _clerk_types.LocalizationValue;
2414
- pastDue: _clerk_types.LocalizationValue;
2415
- paymentMethods: _clerk_types.LocalizationValue;
2416
- addPaymentMethod: _clerk_types.LocalizationValue;
2417
- pay: _clerk_types.LocalizationValue<"amount">;
2418
- cancelSubscriptionTitle: _clerk_types.LocalizationValue<"plan">;
2419
- cancelSubscriptionNoCharge: _clerk_types.LocalizationValue;
2420
- cancelSubscriptionAccessUntil: _clerk_types.LocalizationValue<"plan" | "date">;
2421
- popular: _clerk_types.LocalizationValue;
2422
- subscriptionDetails: {
2423
- title: _clerk_types.LocalizationValue;
2424
- currentBillingCycle: _clerk_types.LocalizationValue;
2425
- nextPaymentOn: _clerk_types.LocalizationValue;
2426
- nextPaymentAmount: _clerk_types.LocalizationValue;
2427
- subscribedOn: _clerk_types.LocalizationValue;
2428
- endsOn: _clerk_types.LocalizationValue;
2429
- renewsAt: _clerk_types.LocalizationValue;
2430
- beginsOn: _clerk_types.LocalizationValue;
2431
- pastDueAt: _clerk_types.LocalizationValue;
2432
- };
2433
- monthly: _clerk_types.LocalizationValue;
2434
- annually: _clerk_types.LocalizationValue;
2435
- cannotSubscribeMonthly: _clerk_types.LocalizationValue;
2436
- cannotSubscribeUnrecoverable: _clerk_types.LocalizationValue;
2437
- pricingTable: {
2438
- billingCycle: _clerk_types.LocalizationValue;
2439
- included: _clerk_types.LocalizationValue;
2440
- };
2441
- paymentSource: {
2442
- dev: {
2443
- testCardInfo: _clerk_types.LocalizationValue;
2444
- developmentMode: _clerk_types.LocalizationValue;
2445
- cardNumber: _clerk_types.LocalizationValue;
2446
- expirationDate: _clerk_types.LocalizationValue;
2447
- cvcZip: _clerk_types.LocalizationValue;
2448
- anyNumbers: _clerk_types.LocalizationValue;
2449
- };
2450
- applePayDescription: {
2451
- monthly: _clerk_types.LocalizationValue;
2452
- annual: _clerk_types.LocalizationValue;
2453
- };
2454
- };
2455
- checkout: {
2456
- title: _clerk_types.LocalizationValue;
2457
- title__paymentSuccessful: _clerk_types.LocalizationValue;
2458
- title__subscriptionSuccessful: _clerk_types.LocalizationValue;
2459
- description__paymentSuccessful: _clerk_types.LocalizationValue;
2460
- description__subscriptionSuccessful: _clerk_types.LocalizationValue;
2461
- lineItems: {
2462
- title__totalPaid: _clerk_types.LocalizationValue;
2463
- title__paymentMethod: _clerk_types.LocalizationValue;
2464
- title__statementId: _clerk_types.LocalizationValue;
2465
- title__subscriptionBegins: _clerk_types.LocalizationValue;
2466
- };
2467
- emailForm: {
2468
- title: _clerk_types.LocalizationValue;
2469
- subtitle: _clerk_types.LocalizationValue;
2470
- };
2471
- downgradeNotice: _clerk_types.LocalizationValue;
2472
- pastDueNotice: _clerk_types.LocalizationValue;
2473
- perMonth: _clerk_types.LocalizationValue;
2474
- };
2475
- };
2476
- signUp: {
2477
- start: {
2478
- title: _clerk_types.LocalizationValue;
2479
- titleCombined: _clerk_types.LocalizationValue;
2480
- subtitle: _clerk_types.LocalizationValue;
2481
- subtitleCombined: _clerk_types.LocalizationValue;
2482
- actionText: _clerk_types.LocalizationValue;
2483
- actionLink: _clerk_types.LocalizationValue;
2484
- actionLink__use_phone: _clerk_types.LocalizationValue;
2485
- actionLink__use_email: _clerk_types.LocalizationValue;
2486
- alternativePhoneCodeProvider: {
2487
- actionLink: _clerk_types.LocalizationValue;
2488
- label: _clerk_types.LocalizationValue<"provider">;
2489
- subtitle: _clerk_types.LocalizationValue<"provider">;
2490
- title: _clerk_types.LocalizationValue<"provider">;
2491
- };
2492
- };
2493
- emailLink: {
2494
- title: _clerk_types.LocalizationValue;
2495
- subtitle: _clerk_types.LocalizationValue;
2496
- formTitle: _clerk_types.LocalizationValue;
2497
- formSubtitle: _clerk_types.LocalizationValue;
2498
- resendButton: _clerk_types.LocalizationValue;
2499
- verified: {
2500
- title: _clerk_types.LocalizationValue;
2501
- };
2502
- loading: {
2503
- title: _clerk_types.LocalizationValue;
2504
- };
2505
- verifiedSwitchTab: {
2506
- title: _clerk_types.LocalizationValue;
2507
- subtitle: _clerk_types.LocalizationValue;
2508
- subtitleNewTab: _clerk_types.LocalizationValue;
2509
- };
2510
- clientMismatch: {
2511
- title: _clerk_types.LocalizationValue;
2512
- subtitle: _clerk_types.LocalizationValue;
2513
- };
2514
- };
2515
- emailCode: {
2516
- title: _clerk_types.LocalizationValue;
2517
- subtitle: _clerk_types.LocalizationValue;
2518
- formTitle: _clerk_types.LocalizationValue;
2519
- formSubtitle: _clerk_types.LocalizationValue;
2520
- resendButton: _clerk_types.LocalizationValue;
2521
- };
2522
- phoneCode: {
2523
- title: _clerk_types.LocalizationValue;
2524
- subtitle: _clerk_types.LocalizationValue;
2525
- formTitle: _clerk_types.LocalizationValue;
2526
- formSubtitle: _clerk_types.LocalizationValue;
2527
- resendButton: _clerk_types.LocalizationValue;
2528
- };
2529
- alternativePhoneCodeProvider: {
2530
- formSubtitle: _clerk_types.LocalizationValue;
2531
- formTitle: _clerk_types.LocalizationValue;
2532
- resendButton: _clerk_types.LocalizationValue;
2533
- subtitle: _clerk_types.LocalizationValue<"provider">;
2534
- title: _clerk_types.LocalizationValue<"provider">;
2535
- };
2536
- continue: {
2537
- title: _clerk_types.LocalizationValue;
2538
- subtitle: _clerk_types.LocalizationValue;
2539
- actionText: _clerk_types.LocalizationValue;
2540
- actionLink: _clerk_types.LocalizationValue;
2541
- };
2542
- restrictedAccess: {
2543
- title: _clerk_types.LocalizationValue;
2544
- subtitle: _clerk_types.LocalizationValue;
2545
- subtitleWaitlist: _clerk_types.LocalizationValue;
2546
- actionLink: _clerk_types.LocalizationValue;
2547
- actionText: _clerk_types.LocalizationValue;
2548
- blockButton__emailSupport: _clerk_types.LocalizationValue;
2549
- blockButton__joinWaitlist: _clerk_types.LocalizationValue;
2550
- };
2551
- legalConsent: {
2552
- continue: {
2553
- title: _clerk_types.LocalizationValue;
2554
- subtitle: _clerk_types.LocalizationValue;
2555
- };
2556
- checkbox: {
2557
- label__termsOfServiceAndPrivacyPolicy: _clerk_types.LocalizationValue<"termsOfServiceLink" | "privacyPolicyLink">;
2558
- label__onlyPrivacyPolicy: _clerk_types.LocalizationValue<"privacyPolicyLink">;
2559
- label__onlyTermsOfService: _clerk_types.LocalizationValue<"termsOfServiceLink">;
2560
- };
2561
- };
2562
- };
2563
- signIn: {
2564
- start: {
2565
- title: _clerk_types.LocalizationValue;
2566
- titleCombined: _clerk_types.LocalizationValue;
2567
- subtitle: _clerk_types.LocalizationValue;
2568
- subtitleCombined: _clerk_types.LocalizationValue;
2569
- actionText: _clerk_types.LocalizationValue;
2570
- actionLink: _clerk_types.LocalizationValue;
2571
- actionLink__use_email: _clerk_types.LocalizationValue;
2572
- actionLink__use_phone: _clerk_types.LocalizationValue;
2573
- actionLink__use_username: _clerk_types.LocalizationValue;
2574
- actionLink__use_email_username: _clerk_types.LocalizationValue;
2575
- actionLink__use_passkey: _clerk_types.LocalizationValue;
2576
- actionText__join_waitlist: _clerk_types.LocalizationValue;
2577
- actionLink__join_waitlist: _clerk_types.LocalizationValue;
2578
- alternativePhoneCodeProvider: {
2579
- actionLink: _clerk_types.LocalizationValue;
2580
- label: _clerk_types.LocalizationValue<"provider">;
2581
- subtitle: _clerk_types.LocalizationValue<"provider">;
2582
- title: _clerk_types.LocalizationValue<"provider">;
2583
- };
2584
- };
2585
- password: {
2586
- title: _clerk_types.LocalizationValue;
2587
- subtitle: _clerk_types.LocalizationValue;
2588
- actionLink: _clerk_types.LocalizationValue;
2589
- };
2590
- passwordPwned: {
2591
- title: _clerk_types.LocalizationValue;
2592
- };
2593
- passkey: {
2594
- title: _clerk_types.LocalizationValue;
2595
- subtitle: _clerk_types.LocalizationValue;
2596
- };
2597
- forgotPasswordAlternativeMethods: {
2598
- title: _clerk_types.LocalizationValue;
2599
- label__alternativeMethods: _clerk_types.LocalizationValue;
2600
- blockButton__resetPassword: _clerk_types.LocalizationValue;
2601
- };
2602
- forgotPassword: {
2603
- title: _clerk_types.LocalizationValue;
2604
- subtitle: _clerk_types.LocalizationValue;
2605
- subtitle_email: _clerk_types.LocalizationValue;
2606
- subtitle_phone: _clerk_types.LocalizationValue;
2607
- formTitle: _clerk_types.LocalizationValue;
2608
- resendButton: _clerk_types.LocalizationValue;
2609
- };
2610
- resetPassword: {
2611
- title: _clerk_types.LocalizationValue;
2612
- formButtonPrimary: _clerk_types.LocalizationValue;
2613
- successMessage: _clerk_types.LocalizationValue;
2614
- requiredMessage: _clerk_types.LocalizationValue;
2615
- };
2616
- resetPasswordMfa: {
2617
- detailsLabel: _clerk_types.LocalizationValue;
2618
- };
2619
- emailCode: {
2620
- title: _clerk_types.LocalizationValue;
2621
- subtitle: _clerk_types.LocalizationValue;
2622
- formTitle: _clerk_types.LocalizationValue;
2623
- resendButton: _clerk_types.LocalizationValue;
2624
- };
2625
- emailLink: {
2626
- title: _clerk_types.LocalizationValue;
2627
- subtitle: _clerk_types.LocalizationValue;
2628
- formTitle: _clerk_types.LocalizationValue;
2629
- formSubtitle: _clerk_types.LocalizationValue;
2630
- resendButton: _clerk_types.LocalizationValue;
2631
- unusedTab: {
2632
- title: _clerk_types.LocalizationValue;
2633
- };
2634
- verified: {
2635
- title: _clerk_types.LocalizationValue;
2636
- subtitle: _clerk_types.LocalizationValue;
2637
- };
2638
- verifiedSwitchTab: {
2639
- subtitle: _clerk_types.LocalizationValue;
2640
- titleNewTab: _clerk_types.LocalizationValue;
2641
- subtitleNewTab: _clerk_types.LocalizationValue;
2642
- };
2643
- loading: {
2644
- title: _clerk_types.LocalizationValue;
2645
- subtitle: _clerk_types.LocalizationValue;
2646
- };
2647
- failed: {
2648
- title: _clerk_types.LocalizationValue;
2649
- subtitle: _clerk_types.LocalizationValue;
2650
- };
2651
- expired: {
2652
- title: _clerk_types.LocalizationValue;
2653
- subtitle: _clerk_types.LocalizationValue;
2654
- };
2655
- clientMismatch: {
2656
- title: _clerk_types.LocalizationValue;
2657
- subtitle: _clerk_types.LocalizationValue;
2658
- };
2659
- };
2660
- phoneCode: {
2661
- title: _clerk_types.LocalizationValue;
2662
- subtitle: _clerk_types.LocalizationValue;
2663
- formTitle: _clerk_types.LocalizationValue;
2664
- resendButton: _clerk_types.LocalizationValue;
2665
- };
2666
- alternativePhoneCodeProvider: {
2667
- formTitle: _clerk_types.LocalizationValue;
2668
- resendButton: _clerk_types.LocalizationValue;
2669
- subtitle: _clerk_types.LocalizationValue;
2670
- title: _clerk_types.LocalizationValue<"provider">;
2671
- };
2672
- phoneCodeMfa: {
2673
- title: _clerk_types.LocalizationValue;
2674
- subtitle: _clerk_types.LocalizationValue;
2675
- formTitle: _clerk_types.LocalizationValue;
2676
- resendButton: _clerk_types.LocalizationValue;
2677
- };
2678
- totpMfa: {
2679
- title: _clerk_types.LocalizationValue;
2680
- subtitle: _clerk_types.LocalizationValue;
2681
- formTitle: _clerk_types.LocalizationValue;
2682
- };
2683
- backupCodeMfa: {
2684
- title: _clerk_types.LocalizationValue;
2685
- subtitle: _clerk_types.LocalizationValue;
2686
- };
2687
- alternativeMethods: {
2688
- title: _clerk_types.LocalizationValue;
2689
- subtitle: _clerk_types.LocalizationValue;
2690
- actionLink: _clerk_types.LocalizationValue;
2691
- actionText: _clerk_types.LocalizationValue;
2692
- blockButton__emailLink: _clerk_types.LocalizationValue<"identifier">;
2693
- blockButton__emailCode: _clerk_types.LocalizationValue<"identifier">;
2694
- blockButton__phoneCode: _clerk_types.LocalizationValue<"identifier">;
2695
- blockButton__password: _clerk_types.LocalizationValue;
2696
- blockButton__passkey: _clerk_types.LocalizationValue;
2697
- blockButton__totp: _clerk_types.LocalizationValue;
2698
- blockButton__backupCode: _clerk_types.LocalizationValue;
2699
- getHelp: {
2700
- title: _clerk_types.LocalizationValue;
2701
- content: _clerk_types.LocalizationValue;
2702
- blockButton__emailSupport: _clerk_types.LocalizationValue;
2703
- };
2704
- };
2705
- noAvailableMethods: {
2706
- title: _clerk_types.LocalizationValue;
2707
- subtitle: _clerk_types.LocalizationValue;
2708
- message: _clerk_types.LocalizationValue;
2709
- };
2710
- accountSwitcher: {
2711
- title: _clerk_types.LocalizationValue;
2712
- subtitle: _clerk_types.LocalizationValue;
2713
- action__addAccount: _clerk_types.LocalizationValue;
2714
- action__signOutAll: _clerk_types.LocalizationValue;
2715
- };
2716
- };
2717
- reverification: {
2718
- password: {
2719
- title: _clerk_types.LocalizationValue;
2720
- subtitle: _clerk_types.LocalizationValue;
2721
- actionLink: _clerk_types.LocalizationValue;
2722
- };
2723
- emailCode: {
2724
- title: _clerk_types.LocalizationValue;
2725
- subtitle: _clerk_types.LocalizationValue;
2726
- formTitle: _clerk_types.LocalizationValue;
2727
- resendButton: _clerk_types.LocalizationValue;
2728
- };
2729
- phoneCode: {
2730
- title: _clerk_types.LocalizationValue;
2731
- subtitle: _clerk_types.LocalizationValue;
2732
- formTitle: _clerk_types.LocalizationValue;
2733
- resendButton: _clerk_types.LocalizationValue;
2734
- };
2735
- phoneCodeMfa: {
2736
- title: _clerk_types.LocalizationValue;
2737
- subtitle: _clerk_types.LocalizationValue;
2738
- formTitle: _clerk_types.LocalizationValue;
2739
- resendButton: _clerk_types.LocalizationValue;
2740
- };
2741
- totpMfa: {
2742
- title: _clerk_types.LocalizationValue;
2743
- subtitle: _clerk_types.LocalizationValue;
2744
- formTitle: _clerk_types.LocalizationValue;
2745
- };
2746
- backupCodeMfa: {
2747
- title: _clerk_types.LocalizationValue;
2748
- subtitle: _clerk_types.LocalizationValue;
2749
- };
2750
- passkey: {
2751
- title: _clerk_types.LocalizationValue;
2752
- subtitle: _clerk_types.LocalizationValue;
2753
- blockButton__passkey: _clerk_types.LocalizationValue;
2754
- };
2755
- alternativeMethods: {
2756
- title: _clerk_types.LocalizationValue;
2757
- subtitle: _clerk_types.LocalizationValue;
2758
- actionLink: _clerk_types.LocalizationValue;
2759
- actionText: _clerk_types.LocalizationValue;
2760
- blockButton__emailCode: _clerk_types.LocalizationValue<"identifier">;
2761
- blockButton__phoneCode: _clerk_types.LocalizationValue<"identifier">;
2762
- blockButton__password: _clerk_types.LocalizationValue;
2763
- blockButton__totp: _clerk_types.LocalizationValue;
2764
- blockButton__passkey: _clerk_types.LocalizationValue;
2765
- blockButton__backupCode: _clerk_types.LocalizationValue;
2766
- getHelp: {
2767
- title: _clerk_types.LocalizationValue;
2768
- content: _clerk_types.LocalizationValue;
2769
- blockButton__emailSupport: _clerk_types.LocalizationValue;
2770
- };
2771
- };
2772
- noAvailableMethods: {
2773
- title: _clerk_types.LocalizationValue;
2774
- subtitle: _clerk_types.LocalizationValue;
2775
- message: _clerk_types.LocalizationValue;
2776
- };
2777
- };
2778
- userProfile: {
2779
- mobileButton__menu: _clerk_types.LocalizationValue;
2780
- formButtonPrimary__continue: _clerk_types.LocalizationValue;
2781
- formButtonPrimary__save: _clerk_types.LocalizationValue;
2782
- formButtonPrimary__finish: _clerk_types.LocalizationValue;
2783
- formButtonPrimary__remove: _clerk_types.LocalizationValue;
2784
- formButtonPrimary__add: _clerk_types.LocalizationValue;
2785
- formButtonReset: _clerk_types.LocalizationValue;
2786
- navbar: {
2787
- title: _clerk_types.LocalizationValue;
2788
- description: _clerk_types.LocalizationValue;
2789
- account: _clerk_types.LocalizationValue;
2790
- security: _clerk_types.LocalizationValue;
2791
- billing: _clerk_types.LocalizationValue;
2792
- apiKeys: _clerk_types.LocalizationValue;
2793
- };
2794
- start: {
2795
- headerTitle__account: _clerk_types.LocalizationValue;
2796
- headerTitle__security: _clerk_types.LocalizationValue;
2797
- profileSection: {
2798
- title: _clerk_types.LocalizationValue;
2799
- primaryButton: _clerk_types.LocalizationValue;
2800
- };
2801
- usernameSection: {
2802
- title: _clerk_types.LocalizationValue;
2803
- primaryButton__updateUsername: _clerk_types.LocalizationValue;
2804
- primaryButton__setUsername: _clerk_types.LocalizationValue;
2805
- };
2806
- emailAddressesSection: {
2807
- title: _clerk_types.LocalizationValue;
2808
- primaryButton: _clerk_types.LocalizationValue;
2809
- detailsAction__primary: _clerk_types.LocalizationValue;
2810
- detailsAction__nonPrimary: _clerk_types.LocalizationValue;
2811
- detailsAction__unverified: _clerk_types.LocalizationValue;
2812
- destructiveAction: _clerk_types.LocalizationValue;
2813
- };
2814
- phoneNumbersSection: {
2815
- title: _clerk_types.LocalizationValue;
2816
- primaryButton: _clerk_types.LocalizationValue;
2817
- detailsAction__primary: _clerk_types.LocalizationValue;
2818
- detailsAction__nonPrimary: _clerk_types.LocalizationValue;
2819
- detailsAction__unverified: _clerk_types.LocalizationValue;
2820
- destructiveAction: _clerk_types.LocalizationValue;
2821
- };
2822
- connectedAccountsSection: {
2823
- title: _clerk_types.LocalizationValue;
2824
- primaryButton: _clerk_types.LocalizationValue;
2825
- actionLabel__connectionFailed: _clerk_types.LocalizationValue;
2826
- actionLabel__reauthorize: _clerk_types.LocalizationValue;
2827
- subtitle__reauthorize: _clerk_types.LocalizationValue;
2828
- subtitle__disconnected: _clerk_types.LocalizationValue;
2829
- destructiveActionTitle: _clerk_types.LocalizationValue;
2830
- };
2831
- enterpriseAccountsSection: {
2832
- title: _clerk_types.LocalizationValue;
2833
- };
2834
- passwordSection: {
2835
- title: _clerk_types.LocalizationValue;
2836
- primaryButton__updatePassword: _clerk_types.LocalizationValue;
2837
- primaryButton__setPassword: _clerk_types.LocalizationValue;
2838
- };
2839
- passkeysSection: {
2840
- title: _clerk_types.LocalizationValue;
2841
- primaryButton: _clerk_types.LocalizationValue;
2842
- menuAction__rename: _clerk_types.LocalizationValue;
2843
- menuAction__destructive: _clerk_types.LocalizationValue;
2844
- };
2845
- mfaSection: {
2846
- title: _clerk_types.LocalizationValue;
2847
- primaryButton: _clerk_types.LocalizationValue;
2848
- phoneCode: {
2849
- destructiveActionLabel: _clerk_types.LocalizationValue;
2850
- actionLabel__setDefault: _clerk_types.LocalizationValue;
2851
- };
2852
- backupCodes: {
2853
- headerTitle: _clerk_types.LocalizationValue;
2854
- title__regenerate: _clerk_types.LocalizationValue;
2855
- subtitle__regenerate: _clerk_types.LocalizationValue;
2856
- actionLabel__regenerate: _clerk_types.LocalizationValue;
2857
- };
2858
- totp: {
2859
- headerTitle: _clerk_types.LocalizationValue;
2860
- destructiveActionTitle: _clerk_types.LocalizationValue;
2861
- };
2862
- };
2863
- activeDevicesSection: {
2864
- title: _clerk_types.LocalizationValue;
2865
- destructiveAction: _clerk_types.LocalizationValue;
2866
- };
2867
- web3WalletsSection: {
2868
- title: _clerk_types.LocalizationValue;
2869
- primaryButton: _clerk_types.LocalizationValue;
2870
- destructiveAction: _clerk_types.LocalizationValue;
2871
- detailsAction__nonPrimary: _clerk_types.LocalizationValue;
2872
- };
2873
- dangerSection: {
2874
- title: _clerk_types.LocalizationValue;
2875
- deleteAccountButton: _clerk_types.LocalizationValue;
2876
- };
2877
- };
2878
- profilePage: {
2879
- title: _clerk_types.LocalizationValue;
2880
- imageFormTitle: _clerk_types.LocalizationValue;
2881
- imageFormSubtitle: _clerk_types.LocalizationValue;
2882
- imageFormDestructiveActionSubtitle: _clerk_types.LocalizationValue;
2883
- fileDropAreaHint: _clerk_types.LocalizationValue;
2884
- readonly: _clerk_types.LocalizationValue;
2885
- successMessage: _clerk_types.LocalizationValue;
2886
- };
2887
- usernamePage: {
2888
- successMessage: _clerk_types.LocalizationValue;
2889
- title__set: _clerk_types.LocalizationValue;
2890
- title__update: _clerk_types.LocalizationValue;
2891
- };
2892
- emailAddressPage: {
2893
- title: _clerk_types.LocalizationValue;
2894
- verifyTitle: _clerk_types.LocalizationValue;
2895
- formHint: _clerk_types.LocalizationValue;
2896
- emailCode: {
2897
- formHint: _clerk_types.LocalizationValue;
2898
- formTitle: _clerk_types.LocalizationValue;
2899
- formSubtitle: _clerk_types.LocalizationValue<"identifier">;
2900
- resendButton: _clerk_types.LocalizationValue;
2901
- successMessage: _clerk_types.LocalizationValue;
2902
- };
2903
- emailLink: {
2904
- formHint: _clerk_types.LocalizationValue;
2905
- formTitle: _clerk_types.LocalizationValue;
2906
- formSubtitle: _clerk_types.LocalizationValue<"identifier">;
2907
- resendButton: _clerk_types.LocalizationValue;
2908
- successMessage: _clerk_types.LocalizationValue;
2909
- };
2910
- enterpriseSSOLink: {
2911
- formSubtitle: _clerk_types.LocalizationValue<"identifier">;
2912
- formButton: _clerk_types.LocalizationValue;
2913
- };
2914
- removeResource: {
2915
- title: _clerk_types.LocalizationValue;
2916
- messageLine1: _clerk_types.LocalizationValue<"identifier">;
2917
- messageLine2: _clerk_types.LocalizationValue;
2918
- successMessage: _clerk_types.LocalizationValue<"emailAddress">;
2919
- };
2920
- };
2921
- apiKeysPage: {
2922
- title: _clerk_types.LocalizationValue;
2923
- detailsTitle__emptyRow: _clerk_types.LocalizationValue;
2924
- };
2925
- passkeyScreen: {
2926
- title__rename: _clerk_types.LocalizationValue;
2927
- subtitle__rename: _clerk_types.LocalizationValue;
2928
- removeResource: {
2929
- title: _clerk_types.LocalizationValue;
2930
- messageLine1: _clerk_types.LocalizationValue<"name">;
2931
- };
2932
- };
2933
- phoneNumberPage: {
2934
- title: _clerk_types.LocalizationValue;
2935
- verifyTitle: _clerk_types.LocalizationValue;
2936
- verifySubtitle: _clerk_types.LocalizationValue<"identifier">;
2937
- successMessage: _clerk_types.LocalizationValue;
2938
- infoText: _clerk_types.LocalizationValue;
2939
- removeResource: {
2940
- title: _clerk_types.LocalizationValue;
2941
- messageLine1: _clerk_types.LocalizationValue<"identifier">;
2942
- messageLine2: _clerk_types.LocalizationValue;
2943
- successMessage: _clerk_types.LocalizationValue<"phoneNumber">;
2944
- };
2945
- };
2946
- connectedAccountPage: {
2947
- title: _clerk_types.LocalizationValue;
2948
- formHint: _clerk_types.LocalizationValue;
2949
- formHint__noAccounts: _clerk_types.LocalizationValue;
2950
- socialButtonsBlockButton: _clerk_types.LocalizationValue<"provider">;
2951
- successMessage: _clerk_types.LocalizationValue;
2952
- removeResource: {
2953
- title: _clerk_types.LocalizationValue;
2954
- messageLine1: _clerk_types.LocalizationValue<"identifier">;
2955
- messageLine2: _clerk_types.LocalizationValue;
2956
- successMessage: _clerk_types.LocalizationValue<"connectedAccount">;
2957
- };
2958
- };
2959
- web3WalletPage: {
2960
- title: _clerk_types.LocalizationValue;
2961
- subtitle__availableWallets: _clerk_types.LocalizationValue;
2962
- subtitle__unavailableWallets: _clerk_types.LocalizationValue;
2963
- web3WalletButtonsBlockButton: _clerk_types.LocalizationValue<"provider">;
2964
- successMessage: _clerk_types.LocalizationValue<"web3Wallet">;
2965
- removeResource: {
2966
- title: _clerk_types.LocalizationValue;
2967
- messageLine1: _clerk_types.LocalizationValue<"identifier">;
2968
- messageLine2: _clerk_types.LocalizationValue;
2969
- successMessage: _clerk_types.LocalizationValue<"web3Wallet">;
2970
- };
2971
- };
2972
- passwordPage: {
2973
- successMessage__set: _clerk_types.LocalizationValue;
2974
- successMessage__update: _clerk_types.LocalizationValue;
2975
- successMessage__signOutOfOtherSessions: _clerk_types.LocalizationValue;
2976
- checkboxInfoText__signOutOfOtherSessions: _clerk_types.LocalizationValue;
2977
- readonly: _clerk_types.LocalizationValue;
2978
- title__set: _clerk_types.LocalizationValue;
2979
- title__update: _clerk_types.LocalizationValue;
2980
- };
2981
- mfaPage: {
2982
- title: _clerk_types.LocalizationValue;
2983
- formHint: _clerk_types.LocalizationValue;
2984
- };
2985
- mfaTOTPPage: {
2986
- title: _clerk_types.LocalizationValue;
2987
- verifyTitle: _clerk_types.LocalizationValue;
2988
- verifySubtitle: _clerk_types.LocalizationValue;
2989
- successMessage: _clerk_types.LocalizationValue;
2990
- authenticatorApp: {
2991
- infoText__ableToScan: _clerk_types.LocalizationValue;
2992
- infoText__unableToScan: _clerk_types.LocalizationValue;
2993
- inputLabel__unableToScan1: _clerk_types.LocalizationValue;
2994
- inputLabel__unableToScan2: _clerk_types.LocalizationValue;
2995
- buttonAbleToScan__nonPrimary: _clerk_types.LocalizationValue;
2996
- buttonUnableToScan__nonPrimary: _clerk_types.LocalizationValue;
2997
- };
2998
- removeResource: {
2999
- title: _clerk_types.LocalizationValue;
3000
- messageLine1: _clerk_types.LocalizationValue;
3001
- messageLine2: _clerk_types.LocalizationValue;
3002
- successMessage: _clerk_types.LocalizationValue;
3003
- };
3004
- };
3005
- mfaPhoneCodePage: {
3006
- title: _clerk_types.LocalizationValue;
3007
- primaryButton__addPhoneNumber: _clerk_types.LocalizationValue;
3008
- backButton: _clerk_types.LocalizationValue;
3009
- subtitle__availablePhoneNumbers: _clerk_types.LocalizationValue;
3010
- subtitle__unavailablePhoneNumbers: _clerk_types.LocalizationValue;
3011
- successTitle: _clerk_types.LocalizationValue;
3012
- successMessage1: _clerk_types.LocalizationValue;
3013
- successMessage2: _clerk_types.LocalizationValue;
3014
- removeResource: {
3015
- title: _clerk_types.LocalizationValue;
3016
- messageLine1: _clerk_types.LocalizationValue<"identifier">;
3017
- messageLine2: _clerk_types.LocalizationValue;
3018
- successMessage: _clerk_types.LocalizationValue<"mfaPhoneCode">;
3019
- };
3020
- };
3021
- backupCodePage: {
3022
- title: _clerk_types.LocalizationValue;
3023
- title__codelist: _clerk_types.LocalizationValue;
3024
- subtitle__codelist: _clerk_types.LocalizationValue;
3025
- infoText1: _clerk_types.LocalizationValue;
3026
- infoText2: _clerk_types.LocalizationValue;
3027
- successSubtitle: _clerk_types.LocalizationValue;
3028
- successMessage: _clerk_types.LocalizationValue;
3029
- actionLabel__copy: _clerk_types.LocalizationValue;
3030
- actionLabel__copied: _clerk_types.LocalizationValue;
3031
- actionLabel__download: _clerk_types.LocalizationValue;
3032
- actionLabel__print: _clerk_types.LocalizationValue;
3033
- };
3034
- deletePage: {
3035
- title: _clerk_types.LocalizationValue;
3036
- messageLine1: _clerk_types.LocalizationValue;
3037
- messageLine2: _clerk_types.LocalizationValue;
3038
- actionDescription: _clerk_types.LocalizationValue;
3039
- confirm: _clerk_types.LocalizationValue;
3040
- };
3041
- billingPage: {
3042
- title: _clerk_types.LocalizationValue;
3043
- start: {
3044
- headerTitle__payments: _clerk_types.LocalizationValue;
3045
- headerTitle__plans: _clerk_types.LocalizationValue;
3046
- headerTitle__subscriptions: _clerk_types.LocalizationValue;
3047
- headerTitle__statements: _clerk_types.LocalizationValue;
3048
- };
3049
- statementsSection: {
3050
- empty: _clerk_types.LocalizationValue;
3051
- itemCaption__paidForPlan: _clerk_types.LocalizationValue;
3052
- itemCaption__proratedCredit: _clerk_types.LocalizationValue;
3053
- itemCaption__subscribedAndPaidForPlan: _clerk_types.LocalizationValue;
3054
- notFound: _clerk_types.LocalizationValue;
3055
- tableHeader__date: _clerk_types.LocalizationValue;
3056
- tableHeader__amount: _clerk_types.LocalizationValue;
3057
- title: _clerk_types.LocalizationValue;
3058
- totalPaid: _clerk_types.LocalizationValue;
3059
- };
3060
- switchPlansSection: {
3061
- title: _clerk_types.LocalizationValue;
3062
- };
3063
- subscriptionsListSection: {
3064
- tableHeader__plan: _clerk_types.LocalizationValue;
3065
- tableHeader__startDate: _clerk_types.LocalizationValue;
3066
- tableHeader__edit: _clerk_types.LocalizationValue;
3067
- title: _clerk_types.LocalizationValue;
3068
- actionLabel__newSubscription: _clerk_types.LocalizationValue;
3069
- actionLabel__switchPlan: _clerk_types.LocalizationValue;
3070
- };
3071
- paymentHistorySection: {
3072
- empty: _clerk_types.LocalizationValue;
3073
- notFound: _clerk_types.LocalizationValue;
3074
- tableHeader__date: _clerk_types.LocalizationValue;
3075
- tableHeader__amount: _clerk_types.LocalizationValue;
3076
- tableHeader__status: _clerk_types.LocalizationValue;
3077
- };
3078
- paymentSourcesSection: {
3079
- title: _clerk_types.LocalizationValue;
3080
- add: _clerk_types.LocalizationValue;
3081
- addSubtitle: _clerk_types.LocalizationValue;
3082
- cancelButton: _clerk_types.LocalizationValue;
3083
- actionLabel__default: _clerk_types.LocalizationValue;
3084
- actionLabel__remove: _clerk_types.LocalizationValue;
3085
- formButtonPrimary__add: _clerk_types.LocalizationValue;
3086
- formButtonPrimary__pay: _clerk_types.LocalizationValue;
3087
- removeResource: {
3088
- title: _clerk_types.LocalizationValue;
3089
- messageLine1: _clerk_types.LocalizationValue<"identifier">;
3090
- messageLine2: _clerk_types.LocalizationValue;
3091
- successMessage: _clerk_types.LocalizationValue<"paymentSource">;
3092
- };
3093
- payWithTestCardButton: _clerk_types.LocalizationValue;
3094
- };
3095
- subscriptionsSection: {
3096
- actionLabel__default: _clerk_types.LocalizationValue;
3097
- };
3098
- };
3099
- plansPage: {
3100
- title: _clerk_types.LocalizationValue;
3101
- alerts: {
3102
- noPermissionsToManageBilling: _clerk_types.LocalizationValue;
3103
- };
3104
- };
3105
- };
3106
- userButton: {
3107
- action__manageAccount: _clerk_types.LocalizationValue;
3108
- action__signOut: _clerk_types.LocalizationValue;
3109
- action__signOutAll: _clerk_types.LocalizationValue;
3110
- action__addAccount: _clerk_types.LocalizationValue;
3111
- };
3112
- organizationSwitcher: {
3113
- personalWorkspace: _clerk_types.LocalizationValue;
3114
- notSelected: _clerk_types.LocalizationValue;
3115
- action__createOrganization: _clerk_types.LocalizationValue;
3116
- action__manageOrganization: _clerk_types.LocalizationValue;
3117
- action__invitationAccept: _clerk_types.LocalizationValue;
3118
- action__suggestionsAccept: _clerk_types.LocalizationValue;
3119
- suggestionsAcceptedLabel: _clerk_types.LocalizationValue;
3120
- };
3121
- impersonationFab: {
3122
- title: _clerk_types.LocalizationValue<"identifier">;
3123
- action__signOut: _clerk_types.LocalizationValue;
3124
- };
3125
- organizationProfile: {
3126
- navbar: {
3127
- title: _clerk_types.LocalizationValue;
3128
- description: _clerk_types.LocalizationValue;
3129
- general: _clerk_types.LocalizationValue;
3130
- members: _clerk_types.LocalizationValue;
3131
- billing: _clerk_types.LocalizationValue;
3132
- apiKeys: _clerk_types.LocalizationValue;
3133
- };
3134
- badge__unverified: _clerk_types.LocalizationValue;
3135
- badge__automaticInvitation: _clerk_types.LocalizationValue;
3136
- badge__automaticSuggestion: _clerk_types.LocalizationValue;
3137
- badge__manualInvitation: _clerk_types.LocalizationValue;
3138
- start: {
3139
- headerTitle__members: _clerk_types.LocalizationValue;
3140
- headerTitle__general: _clerk_types.LocalizationValue;
3141
- profileSection: {
3142
- title: _clerk_types.LocalizationValue;
3143
- primaryButton: _clerk_types.LocalizationValue;
3144
- uploadAction__title: _clerk_types.LocalizationValue;
3145
- };
3146
- };
3147
- profilePage: {
3148
- title: _clerk_types.LocalizationValue;
3149
- successMessage: _clerk_types.LocalizationValue;
3150
- dangerSection: {
3151
- title: _clerk_types.LocalizationValue;
3152
- leaveOrganization: {
3153
- title: _clerk_types.LocalizationValue;
3154
- messageLine1: _clerk_types.LocalizationValue;
3155
- messageLine2: _clerk_types.LocalizationValue;
3156
- successMessage: _clerk_types.LocalizationValue;
3157
- actionDescription: _clerk_types.LocalizationValue<"organizationName">;
3158
- };
3159
- deleteOrganization: {
3160
- title: _clerk_types.LocalizationValue;
3161
- messageLine1: _clerk_types.LocalizationValue;
3162
- messageLine2: _clerk_types.LocalizationValue;
3163
- actionDescription: _clerk_types.LocalizationValue<"organizationName">;
3164
- successMessage: _clerk_types.LocalizationValue;
3165
- };
3166
- };
3167
- domainSection: {
3168
- title: _clerk_types.LocalizationValue;
3169
- subtitle: _clerk_types.LocalizationValue;
3170
- primaryButton: _clerk_types.LocalizationValue;
3171
- menuAction__verify: _clerk_types.LocalizationValue;
3172
- menuAction__remove: _clerk_types.LocalizationValue;
3173
- menuAction__manage: _clerk_types.LocalizationValue;
3174
- };
3175
- };
3176
- createDomainPage: {
3177
- title: _clerk_types.LocalizationValue;
3178
- subtitle: _clerk_types.LocalizationValue;
3179
- };
3180
- verifyDomainPage: {
3181
- title: _clerk_types.LocalizationValue;
3182
- subtitle: _clerk_types.LocalizationValue<"domainName">;
3183
- subtitleVerificationCodeScreen: _clerk_types.LocalizationValue<"emailAddress">;
3184
- formTitle: _clerk_types.LocalizationValue;
3185
- formSubtitle: _clerk_types.LocalizationValue;
3186
- resendButton: _clerk_types.LocalizationValue;
3187
- };
3188
- verifiedDomainPage: {
3189
- title: _clerk_types.LocalizationValue<"domain">;
3190
- subtitle: _clerk_types.LocalizationValue<"domain">;
3191
- start: {
3192
- headerTitle__enrollment: _clerk_types.LocalizationValue;
3193
- headerTitle__danger: _clerk_types.LocalizationValue;
3194
- };
3195
- enrollmentTab: {
3196
- subtitle: _clerk_types.LocalizationValue;
3197
- manualInvitationOption__label: _clerk_types.LocalizationValue;
3198
- manualInvitationOption__description: _clerk_types.LocalizationValue;
3199
- automaticInvitationOption__label: _clerk_types.LocalizationValue;
3200
- automaticInvitationOption__description: _clerk_types.LocalizationValue;
3201
- automaticSuggestionOption__label: _clerk_types.LocalizationValue;
3202
- automaticSuggestionOption__description: _clerk_types.LocalizationValue;
3203
- calloutInfoLabel: _clerk_types.LocalizationValue;
3204
- calloutInvitationCountLabel: _clerk_types.LocalizationValue<"count">;
3205
- calloutSuggestionCountLabel: _clerk_types.LocalizationValue<"count">;
3206
- };
3207
- dangerTab: {
3208
- removeDomainTitle: _clerk_types.LocalizationValue;
3209
- removeDomainSubtitle: _clerk_types.LocalizationValue;
3210
- removeDomainActionLabel__remove: _clerk_types.LocalizationValue;
3211
- calloutInfoLabel: _clerk_types.LocalizationValue;
3212
- };
3213
- };
3214
- invitePage: {
3215
- title: _clerk_types.LocalizationValue;
3216
- subtitle: _clerk_types.LocalizationValue;
3217
- successMessage: _clerk_types.LocalizationValue;
3218
- detailsTitle__inviteFailed: _clerk_types.LocalizationValue<"email_addresses">;
3219
- formButtonPrimary__continue: _clerk_types.LocalizationValue;
3220
- selectDropdown__role: _clerk_types.LocalizationValue;
3221
- };
3222
- removeDomainPage: {
3223
- title: _clerk_types.LocalizationValue;
3224
- messageLine1: _clerk_types.LocalizationValue<"domain">;
3225
- messageLine2: _clerk_types.LocalizationValue;
3226
- successMessage: _clerk_types.LocalizationValue;
3227
- };
3228
- membersPage: {
3229
- detailsTitle__emptyRow: _clerk_types.LocalizationValue;
3230
- action__invite: _clerk_types.LocalizationValue;
3231
- action__search: _clerk_types.LocalizationValue;
3232
- start: {
3233
- headerTitle__members: _clerk_types.LocalizationValue;
3234
- headerTitle__invitations: _clerk_types.LocalizationValue;
3235
- headerTitle__requests: _clerk_types.LocalizationValue;
3236
- };
3237
- activeMembersTab: {
3238
- tableHeader__user: _clerk_types.LocalizationValue;
3239
- tableHeader__joined: _clerk_types.LocalizationValue;
3240
- tableHeader__role: _clerk_types.LocalizationValue;
3241
- tableHeader__actions: _clerk_types.LocalizationValue;
3242
- menuAction__remove: _clerk_types.LocalizationValue;
3243
- };
3244
- invitedMembersTab: {
3245
- tableHeader__invited: _clerk_types.LocalizationValue;
3246
- menuAction__revoke: _clerk_types.LocalizationValue;
3247
- };
3248
- invitationsTab: {
3249
- table__emptyRow: _clerk_types.LocalizationValue;
3250
- autoInvitations: {
3251
- headerTitle: _clerk_types.LocalizationValue;
3252
- headerSubtitle: _clerk_types.LocalizationValue;
3253
- primaryButton: _clerk_types.LocalizationValue;
3254
- };
3255
- };
3256
- requestsTab: {
3257
- tableHeader__requested: _clerk_types.LocalizationValue;
3258
- menuAction__approve: _clerk_types.LocalizationValue;
3259
- menuAction__reject: _clerk_types.LocalizationValue;
3260
- table__emptyRow: _clerk_types.LocalizationValue;
3261
- autoSuggestions: {
3262
- headerTitle: _clerk_types.LocalizationValue;
3263
- headerSubtitle: _clerk_types.LocalizationValue;
3264
- primaryButton: _clerk_types.LocalizationValue;
3265
- };
3266
- };
3267
- };
3268
- billingPage: {
3269
- title: _clerk_types.LocalizationValue;
3270
- start: {
3271
- headerTitle__payments: _clerk_types.LocalizationValue;
3272
- headerTitle__plans: _clerk_types.LocalizationValue;
3273
- headerTitle__subscriptions: _clerk_types.LocalizationValue;
3274
- headerTitle__statements: _clerk_types.LocalizationValue;
3275
- };
3276
- statementsSection: {
3277
- empty: _clerk_types.LocalizationValue;
3278
- itemCaption__paidForPlan: _clerk_types.LocalizationValue<"plan" | "period">;
3279
- itemCaption__proratedCredit: _clerk_types.LocalizationValue;
3280
- itemCaption__subscribedAndPaidForPlan: _clerk_types.LocalizationValue<"plan" | "period">;
3281
- notFound: _clerk_types.LocalizationValue;
3282
- tableHeader__date: _clerk_types.LocalizationValue;
3283
- tableHeader__amount: _clerk_types.LocalizationValue;
3284
- title: _clerk_types.LocalizationValue;
3285
- totalPaid: _clerk_types.LocalizationValue;
3286
- };
3287
- switchPlansSection: {
3288
- title: _clerk_types.LocalizationValue;
3289
- };
3290
- subscriptionsListSection: {
3291
- tableHeader__plan: _clerk_types.LocalizationValue;
3292
- tableHeader__startDate: _clerk_types.LocalizationValue;
3293
- tableHeader__edit: _clerk_types.LocalizationValue;
3294
- title: _clerk_types.LocalizationValue;
3295
- actionLabel__newSubscription: _clerk_types.LocalizationValue;
3296
- actionLabel__switchPlan: _clerk_types.LocalizationValue;
3297
- };
3298
- paymentHistorySection: {
3299
- empty: _clerk_types.LocalizationValue;
3300
- notFound: _clerk_types.LocalizationValue;
3301
- tableHeader__date: _clerk_types.LocalizationValue;
3302
- tableHeader__amount: _clerk_types.LocalizationValue;
3303
- tableHeader__status: _clerk_types.LocalizationValue;
3304
- };
3305
- paymentSourcesSection: {
3306
- title: _clerk_types.LocalizationValue;
3307
- add: _clerk_types.LocalizationValue;
3308
- addSubtitle: _clerk_types.LocalizationValue;
3309
- cancelButton: _clerk_types.LocalizationValue;
3310
- actionLabel__default: _clerk_types.LocalizationValue;
3311
- actionLabel__remove: _clerk_types.LocalizationValue;
3312
- formButtonPrimary__add: _clerk_types.LocalizationValue;
3313
- formButtonPrimary__pay: _clerk_types.LocalizationValue;
3314
- removeResource: {
3315
- title: _clerk_types.LocalizationValue;
3316
- messageLine1: _clerk_types.LocalizationValue<"identifier">;
3317
- messageLine2: _clerk_types.LocalizationValue;
3318
- successMessage: _clerk_types.LocalizationValue<"paymentSource">;
3319
- };
3320
- payWithTestCardButton: _clerk_types.LocalizationValue;
3321
- };
3322
- subscriptionsSection: {
3323
- actionLabel__default: _clerk_types.LocalizationValue;
3324
- };
3325
- };
3326
- plansPage: {
3327
- title: _clerk_types.LocalizationValue;
3328
- alerts: {
3329
- noPermissionsToManageBilling: _clerk_types.LocalizationValue;
3330
- };
3331
- };
3332
- apiKeysPage: {
3333
- title: _clerk_types.LocalizationValue;
3334
- detailsTitle__emptyRow: _clerk_types.LocalizationValue;
3335
- };
3336
- };
3337
- createOrganization: {
3338
- title: _clerk_types.LocalizationValue;
3339
- formButtonSubmit: _clerk_types.LocalizationValue;
3340
- invitePage: {
3341
- formButtonReset: _clerk_types.LocalizationValue;
3342
- };
3343
- };
3344
- organizationList: {
3345
- createOrganization: _clerk_types.LocalizationValue;
3346
- title: _clerk_types.LocalizationValue<"applicationName">;
3347
- titleWithoutPersonal: _clerk_types.LocalizationValue;
3348
- subtitle: _clerk_types.LocalizationValue<"applicationName">;
3349
- action__invitationAccept: _clerk_types.LocalizationValue;
3350
- invitationAcceptedLabel: _clerk_types.LocalizationValue;
3351
- action__suggestionsAccept: _clerk_types.LocalizationValue;
3352
- suggestionsAcceptedLabel: _clerk_types.LocalizationValue;
3353
- action__createOrganization: _clerk_types.LocalizationValue;
3354
- };
3355
- unstable__errors: {
3356
- external_account_not_found: _clerk_types.LocalizationValue;
3357
- identification_deletion_failed: _clerk_types.LocalizationValue;
3358
- phone_number_exists: _clerk_types.LocalizationValue;
3359
- form_identifier_not_found: _clerk_types.LocalizationValue;
3360
- captcha_unavailable: _clerk_types.LocalizationValue;
3361
- captcha_invalid: _clerk_types.LocalizationValue;
3362
- passkey_not_supported: _clerk_types.LocalizationValue;
3363
- passkey_pa_not_supported: _clerk_types.LocalizationValue;
3364
- passkey_retrieval_cancelled: _clerk_types.LocalizationValue;
3365
- passkey_registration_cancelled: _clerk_types.LocalizationValue;
3366
- passkey_already_exists: _clerk_types.LocalizationValue;
3367
- web3_missing_identifier: _clerk_types.LocalizationValue;
3368
- form_password_pwned: _clerk_types.LocalizationValue;
3369
- form_password_pwned__sign_in: _clerk_types.LocalizationValue;
3370
- form_username_invalid_length: _clerk_types.LocalizationValue<"min_length" | "max_length">;
3371
- form_username_invalid_character: _clerk_types.LocalizationValue;
3372
- form_param_format_invalid: _clerk_types.LocalizationValue;
3373
- form_param_format_invalid__email_address: _clerk_types.LocalizationValue;
3374
- form_param_type_invalid: _clerk_types.LocalizationValue;
3375
- form_param_type_invalid__phone_number: _clerk_types.LocalizationValue;
3376
- form_param_type_invalid__email_address: _clerk_types.LocalizationValue;
3377
- form_password_length_too_short: _clerk_types.LocalizationValue;
3378
- form_param_nil: _clerk_types.LocalizationValue;
3379
- form_code_incorrect: _clerk_types.LocalizationValue;
3380
- form_password_incorrect: _clerk_types.LocalizationValue;
3381
- form_password_validation_failed: _clerk_types.LocalizationValue;
3382
- not_allowed_access: _clerk_types.LocalizationValue;
3383
- form_identifier_exists: _clerk_types.LocalizationValue;
3384
- form_identifier_exists__email_address: _clerk_types.LocalizationValue;
3385
- form_identifier_exists__username: _clerk_types.LocalizationValue;
3386
- form_identifier_exists__phone_number: _clerk_types.LocalizationValue;
3387
- form_password_not_strong_enough: _clerk_types.LocalizationValue;
3388
- form_password_size_in_bytes_exceeded: _clerk_types.LocalizationValue;
3389
- form_param_value_invalid: _clerk_types.LocalizationValue;
3390
- passwordComplexity: {
3391
- sentencePrefix: _clerk_types.LocalizationValue;
3392
- minimumLength: _clerk_types.LocalizationValue;
3393
- maximumLength: _clerk_types.LocalizationValue;
3394
- requireNumbers: _clerk_types.LocalizationValue;
3395
- requireLowercase: _clerk_types.LocalizationValue;
3396
- requireUppercase: _clerk_types.LocalizationValue;
3397
- requireSpecialCharacter: _clerk_types.LocalizationValue;
3398
- };
3399
- session_exists: _clerk_types.LocalizationValue;
3400
- zxcvbn: {
3401
- notEnough: _clerk_types.LocalizationValue;
3402
- couldBeStronger: _clerk_types.LocalizationValue;
3403
- goodPassword: _clerk_types.LocalizationValue;
3404
- warnings: {
3405
- straightRow: _clerk_types.LocalizationValue;
3406
- keyPattern: _clerk_types.LocalizationValue;
3407
- simpleRepeat: _clerk_types.LocalizationValue;
3408
- extendedRepeat: _clerk_types.LocalizationValue;
3409
- sequences: _clerk_types.LocalizationValue;
3410
- recentYears: _clerk_types.LocalizationValue;
3411
- dates: _clerk_types.LocalizationValue;
3412
- topTen: _clerk_types.LocalizationValue;
3413
- topHundred: _clerk_types.LocalizationValue;
3414
- common: _clerk_types.LocalizationValue;
3415
- similarToCommon: _clerk_types.LocalizationValue;
3416
- wordByItself: _clerk_types.LocalizationValue;
3417
- namesByThemselves: _clerk_types.LocalizationValue;
3418
- commonNames: _clerk_types.LocalizationValue;
3419
- userInputs: _clerk_types.LocalizationValue;
3420
- pwned: _clerk_types.LocalizationValue;
3421
- };
3422
- suggestions: {
3423
- l33t: _clerk_types.LocalizationValue;
3424
- reverseWords: _clerk_types.LocalizationValue;
3425
- allUppercase: _clerk_types.LocalizationValue;
3426
- capitalization: _clerk_types.LocalizationValue;
3427
- dates: _clerk_types.LocalizationValue;
3428
- recentYears: _clerk_types.LocalizationValue;
3429
- associatedYears: _clerk_types.LocalizationValue;
3430
- sequences: _clerk_types.LocalizationValue;
3431
- repeated: _clerk_types.LocalizationValue;
3432
- longerKeyboardPattern: _clerk_types.LocalizationValue;
3433
- anotherWord: _clerk_types.LocalizationValue;
3434
- useWords: _clerk_types.LocalizationValue;
3435
- noNeed: _clerk_types.LocalizationValue;
3436
- pwned: _clerk_types.LocalizationValue;
3437
- };
3438
- };
3439
- form_param_max_length_exceeded: _clerk_types.LocalizationValue;
3440
- organization_minimum_permissions_needed: _clerk_types.LocalizationValue;
3441
- already_a_member_in_organization: _clerk_types.LocalizationValue<"email">;
3442
- organization_domain_common: _clerk_types.LocalizationValue;
3443
- organization_domain_blocked: _clerk_types.LocalizationValue;
3444
- organization_domain_exists_for_enterprise_connection: _clerk_types.LocalizationValue;
3445
- organization_membership_quota_exceeded: _clerk_types.LocalizationValue;
3446
- external_account_not_found__password?: string | undefined;
3447
- identification_deletion_failed__password?: string | undefined;
3448
- phone_number_exists__password?: string | undefined;
3449
- form_identifier_not_found__password?: string | undefined;
3450
- captcha_unavailable__password?: string | undefined;
3451
- captcha_invalid__password?: string | undefined;
3452
- passkey_not_supported__password?: string | undefined;
3453
- passkey_pa_not_supported__password?: string | undefined;
3454
- passkey_retrieval_cancelled__password?: string | undefined;
3455
- passkey_registration_cancelled__password?: string | undefined;
3456
- passkey_already_exists__password?: string | undefined;
3457
- web3_missing_identifier__password?: string | undefined;
3458
- form_password_pwned__password?: string | undefined;
3459
- form_password_pwned__sign_in__password?: string | undefined;
3460
- form_username_invalid_length__password?: string | undefined;
3461
- form_username_invalid_character__password?: string | undefined;
3462
- form_param_format_invalid__password?: string | undefined;
3463
- form_param_format_invalid__email_address__password?: string | undefined;
3464
- form_param_type_invalid__password?: string | undefined;
3465
- form_param_type_invalid__phone_number__password?: string | undefined;
3466
- form_param_type_invalid__email_address__password?: string | undefined;
3467
- form_password_length_too_short__password?: string | undefined;
3468
- form_param_nil__password?: string | undefined;
3469
- form_code_incorrect__password?: string | undefined;
3470
- form_password_incorrect__password?: string | undefined;
3471
- form_password_validation_failed__password?: string | undefined;
3472
- not_allowed_access__password?: string | undefined;
3473
- form_identifier_exists__password?: string | undefined;
3474
- form_identifier_exists__email_address__password?: string | undefined;
3475
- form_identifier_exists__username__password?: string | undefined;
3476
- form_identifier_exists__phone_number__password?: string | undefined;
3477
- form_password_not_strong_enough__password?: string | undefined;
3478
- form_password_size_in_bytes_exceeded__password?: string | undefined;
3479
- form_param_value_invalid__password?: string | undefined;
3480
- passwordComplexity__password?: string | undefined;
3481
- session_exists__password?: string | undefined;
3482
- zxcvbn__password?: string | undefined;
3483
- form_param_max_length_exceeded__password?: string | undefined;
3484
- organization_minimum_permissions_needed__password?: string | undefined;
3485
- already_a_member_in_organization__password?: string | undefined;
3486
- organization_domain_common__password?: string | undefined;
3487
- organization_domain_blocked__password?: string | undefined;
3488
- organization_domain_exists_for_enterprise_connection__password?: string | undefined;
3489
- organization_membership_quota_exceeded__password?: string | undefined;
3490
- external_account_not_found__identifier?: string | undefined;
3491
- identification_deletion_failed__identifier?: string | undefined;
3492
- phone_number_exists__identifier?: string | undefined;
3493
- form_identifier_not_found__identifier?: string | undefined;
3494
- captcha_unavailable__identifier?: string | undefined;
3495
- captcha_invalid__identifier?: string | undefined;
3496
- passkey_not_supported__identifier?: string | undefined;
3497
- passkey_pa_not_supported__identifier?: string | undefined;
3498
- passkey_retrieval_cancelled__identifier?: string | undefined;
3499
- passkey_registration_cancelled__identifier?: string | undefined;
3500
- passkey_already_exists__identifier?: string | undefined;
3501
- web3_missing_identifier__identifier?: string | undefined;
3502
- form_password_pwned__identifier?: string | undefined;
3503
- form_password_pwned__sign_in__identifier?: string | undefined;
3504
- form_username_invalid_length__identifier?: string | undefined;
3505
- form_username_invalid_character__identifier?: string | undefined;
3506
- form_param_format_invalid__identifier?: string | undefined;
3507
- form_param_format_invalid__email_address__identifier?: string | undefined;
3508
- form_param_type_invalid__identifier?: string | undefined;
3509
- form_param_type_invalid__phone_number__identifier?: string | undefined;
3510
- form_param_type_invalid__email_address__identifier?: string | undefined;
3511
- form_password_length_too_short__identifier?: string | undefined;
3512
- form_param_nil__identifier?: string | undefined;
3513
- form_code_incorrect__identifier?: string | undefined;
3514
- form_password_incorrect__identifier?: string | undefined;
3515
- form_password_validation_failed__identifier?: string | undefined;
3516
- not_allowed_access__identifier?: string | undefined;
3517
- form_identifier_exists__identifier?: string | undefined;
3518
- form_identifier_exists__email_address__identifier?: string | undefined;
3519
- form_identifier_exists__username__identifier?: string | undefined;
3520
- form_identifier_exists__phone_number__identifier?: string | undefined;
3521
- form_password_not_strong_enough__identifier?: string | undefined;
3522
- form_password_size_in_bytes_exceeded__identifier?: string | undefined;
3523
- form_param_value_invalid__identifier?: string | undefined;
3524
- passwordComplexity__identifier?: string | undefined;
3525
- session_exists__identifier?: string | undefined;
3526
- zxcvbn__identifier?: string | undefined;
3527
- form_param_max_length_exceeded__identifier?: string | undefined;
3528
- organization_minimum_permissions_needed__identifier?: string | undefined;
3529
- already_a_member_in_organization__identifier?: string | undefined;
3530
- organization_domain_common__identifier?: string | undefined;
3531
- organization_domain_blocked__identifier?: string | undefined;
3532
- organization_domain_exists_for_enterprise_connection__identifier?: string | undefined;
3533
- organization_membership_quota_exceeded__identifier?: string | undefined;
3534
- external_account_not_found__name?: string | undefined;
3535
- identification_deletion_failed__name?: string | undefined;
3536
- phone_number_exists__name?: string | undefined;
3537
- form_identifier_not_found__name?: string | undefined;
3538
- captcha_unavailable__name?: string | undefined;
3539
- captcha_invalid__name?: string | undefined;
3540
- passkey_not_supported__name?: string | undefined;
3541
- passkey_pa_not_supported__name?: string | undefined;
3542
- passkey_retrieval_cancelled__name?: string | undefined;
3543
- passkey_registration_cancelled__name?: string | undefined;
3544
- passkey_already_exists__name?: string | undefined;
3545
- web3_missing_identifier__name?: string | undefined;
3546
- form_password_pwned__name?: string | undefined;
3547
- form_password_pwned__sign_in__name?: string | undefined;
3548
- form_username_invalid_length__name?: string | undefined;
3549
- form_username_invalid_character__name?: string | undefined;
3550
- form_param_format_invalid__name?: string | undefined;
3551
- form_param_format_invalid__email_address__name?: string | undefined;
3552
- form_param_type_invalid__name?: string | undefined;
3553
- form_param_type_invalid__phone_number__name?: string | undefined;
3554
- form_param_type_invalid__email_address__name?: string | undefined;
3555
- form_password_length_too_short__name?: string | undefined;
3556
- form_param_nil__name?: string | undefined;
3557
- form_code_incorrect__name?: string | undefined;
3558
- form_password_incorrect__name?: string | undefined;
3559
- form_password_validation_failed__name?: string | undefined;
3560
- not_allowed_access__name?: string | undefined;
3561
- form_identifier_exists__name?: string | undefined;
3562
- form_identifier_exists__email_address__name?: string | undefined;
3563
- form_identifier_exists__username__name?: string | undefined;
3564
- form_identifier_exists__phone_number__name?: string | undefined;
3565
- form_password_not_strong_enough__name?: string | undefined;
3566
- form_password_size_in_bytes_exceeded__name?: string | undefined;
3567
- form_param_value_invalid__name?: string | undefined;
3568
- passwordComplexity__name?: string | undefined;
3569
- session_exists__name?: string | undefined;
3570
- zxcvbn__name?: string | undefined;
3571
- form_param_max_length_exceeded__name?: string | undefined;
3572
- organization_minimum_permissions_needed__name?: string | undefined;
3573
- already_a_member_in_organization__name?: string | undefined;
3574
- organization_domain_common__name?: string | undefined;
3575
- organization_domain_blocked__name?: string | undefined;
3576
- organization_domain_exists_for_enterprise_connection__name?: string | undefined;
3577
- organization_membership_quota_exceeded__name?: string | undefined;
3578
- external_account_not_found__slug?: string | undefined;
3579
- identification_deletion_failed__slug?: string | undefined;
3580
- phone_number_exists__slug?: string | undefined;
3581
- form_identifier_not_found__slug?: string | undefined;
3582
- captcha_unavailable__slug?: string | undefined;
3583
- captcha_invalid__slug?: string | undefined;
3584
- passkey_not_supported__slug?: string | undefined;
3585
- passkey_pa_not_supported__slug?: string | undefined;
3586
- passkey_retrieval_cancelled__slug?: string | undefined;
3587
- passkey_registration_cancelled__slug?: string | undefined;
3588
- passkey_already_exists__slug?: string | undefined;
3589
- web3_missing_identifier__slug?: string | undefined;
3590
- form_password_pwned__slug?: string | undefined;
3591
- form_password_pwned__sign_in__slug?: string | undefined;
3592
- form_username_invalid_length__slug?: string | undefined;
3593
- form_username_invalid_character__slug?: string | undefined;
3594
- form_param_format_invalid__slug?: string | undefined;
3595
- form_param_format_invalid__email_address__slug?: string | undefined;
3596
- form_param_type_invalid__slug?: string | undefined;
3597
- form_param_type_invalid__phone_number__slug?: string | undefined;
3598
- form_param_type_invalid__email_address__slug?: string | undefined;
3599
- form_password_length_too_short__slug?: string | undefined;
3600
- form_param_nil__slug?: string | undefined;
3601
- form_code_incorrect__slug?: string | undefined;
3602
- form_password_incorrect__slug?: string | undefined;
3603
- form_password_validation_failed__slug?: string | undefined;
3604
- not_allowed_access__slug?: string | undefined;
3605
- form_identifier_exists__slug?: string | undefined;
3606
- form_identifier_exists__email_address__slug?: string | undefined;
3607
- form_identifier_exists__username__slug?: string | undefined;
3608
- form_identifier_exists__phone_number__slug?: string | undefined;
3609
- form_password_not_strong_enough__slug?: string | undefined;
3610
- form_password_size_in_bytes_exceeded__slug?: string | undefined;
3611
- form_param_value_invalid__slug?: string | undefined;
3612
- passwordComplexity__slug?: string | undefined;
3613
- session_exists__slug?: string | undefined;
3614
- zxcvbn__slug?: string | undefined;
3615
- form_param_max_length_exceeded__slug?: string | undefined;
3616
- organization_minimum_permissions_needed__slug?: string | undefined;
3617
- already_a_member_in_organization__slug?: string | undefined;
3618
- organization_domain_common__slug?: string | undefined;
3619
- organization_domain_blocked__slug?: string | undefined;
3620
- organization_domain_exists_for_enterprise_connection__slug?: string | undefined;
3621
- organization_membership_quota_exceeded__slug?: string | undefined;
3622
- external_account_not_found__username?: string | undefined;
3623
- identification_deletion_failed__username?: string | undefined;
3624
- phone_number_exists__username?: string | undefined;
3625
- form_identifier_not_found__username?: string | undefined;
3626
- captcha_unavailable__username?: string | undefined;
3627
- captcha_invalid__username?: string | undefined;
3628
- passkey_not_supported__username?: string | undefined;
3629
- passkey_pa_not_supported__username?: string | undefined;
3630
- passkey_retrieval_cancelled__username?: string | undefined;
3631
- passkey_registration_cancelled__username?: string | undefined;
3632
- passkey_already_exists__username?: string | undefined;
3633
- web3_missing_identifier__username?: string | undefined;
3634
- form_password_pwned__username?: string | undefined;
3635
- form_password_pwned__sign_in__username?: string | undefined;
3636
- form_username_invalid_length__username?: string | undefined;
3637
- form_username_invalid_character__username?: string | undefined;
3638
- form_param_format_invalid__username?: string | undefined;
3639
- form_param_format_invalid__email_address__username?: string | undefined;
3640
- form_param_type_invalid__username?: string | undefined;
3641
- form_param_type_invalid__phone_number__username?: string | undefined;
3642
- form_param_type_invalid__email_address__username?: string | undefined;
3643
- form_password_length_too_short__username?: string | undefined;
3644
- form_param_nil__username?: string | undefined;
3645
- form_code_incorrect__username?: string | undefined;
3646
- form_password_incorrect__username?: string | undefined;
3647
- form_password_validation_failed__username?: string | undefined;
3648
- not_allowed_access__username?: string | undefined;
3649
- form_identifier_exists__email_address__username?: string | undefined;
3650
- form_identifier_exists__username__username?: string | undefined;
3651
- form_identifier_exists__phone_number__username?: string | undefined;
3652
- form_password_not_strong_enough__username?: string | undefined;
3653
- form_password_size_in_bytes_exceeded__username?: string | undefined;
3654
- form_param_value_invalid__username?: string | undefined;
3655
- passwordComplexity__username?: string | undefined;
3656
- session_exists__username?: string | undefined;
3657
- zxcvbn__username?: string | undefined;
3658
- form_param_max_length_exceeded__username?: string | undefined;
3659
- organization_minimum_permissions_needed__username?: string | undefined;
3660
- already_a_member_in_organization__username?: string | undefined;
3661
- organization_domain_common__username?: string | undefined;
3662
- organization_domain_blocked__username?: string | undefined;
3663
- organization_domain_exists_for_enterprise_connection__username?: string | undefined;
3664
- organization_membership_quota_exceeded__username?: string | undefined;
3665
- external_account_not_found__code?: string | undefined;
3666
- identification_deletion_failed__code?: string | undefined;
3667
- phone_number_exists__code?: string | undefined;
3668
- form_identifier_not_found__code?: string | undefined;
3669
- captcha_unavailable__code?: string | undefined;
3670
- captcha_invalid__code?: string | undefined;
3671
- passkey_not_supported__code?: string | undefined;
3672
- passkey_pa_not_supported__code?: string | undefined;
3673
- passkey_retrieval_cancelled__code?: string | undefined;
3674
- passkey_registration_cancelled__code?: string | undefined;
3675
- passkey_already_exists__code?: string | undefined;
3676
- web3_missing_identifier__code?: string | undefined;
3677
- form_password_pwned__code?: string | undefined;
3678
- form_password_pwned__sign_in__code?: string | undefined;
3679
- form_username_invalid_length__code?: string | undefined;
3680
- form_username_invalid_character__code?: string | undefined;
3681
- form_param_format_invalid__code?: string | undefined;
3682
- form_param_format_invalid__email_address__code?: string | undefined;
3683
- form_param_type_invalid__code?: string | undefined;
3684
- form_param_type_invalid__phone_number__code?: string | undefined;
3685
- form_param_type_invalid__email_address__code?: string | undefined;
3686
- form_password_length_too_short__code?: string | undefined;
3687
- form_param_nil__code?: string | undefined;
3688
- form_code_incorrect__code?: string | undefined;
3689
- form_password_incorrect__code?: string | undefined;
3690
- form_password_validation_failed__code?: string | undefined;
3691
- not_allowed_access__code?: string | undefined;
3692
- form_identifier_exists__code?: string | undefined;
3693
- form_identifier_exists__email_address__code?: string | undefined;
3694
- form_identifier_exists__username__code?: string | undefined;
3695
- form_identifier_exists__phone_number__code?: string | undefined;
3696
- form_password_not_strong_enough__code?: string | undefined;
3697
- form_password_size_in_bytes_exceeded__code?: string | undefined;
3698
- form_param_value_invalid__code?: string | undefined;
3699
- passwordComplexity__code?: string | undefined;
3700
- session_exists__code?: string | undefined;
3701
- zxcvbn__code?: string | undefined;
3702
- form_param_max_length_exceeded__code?: string | undefined;
3703
- organization_minimum_permissions_needed__code?: string | undefined;
3704
- already_a_member_in_organization__code?: string | undefined;
3705
- organization_domain_common__code?: string | undefined;
3706
- organization_domain_blocked__code?: string | undefined;
3707
- organization_domain_exists_for_enterprise_connection__code?: string | undefined;
3708
- organization_membership_quota_exceeded__code?: string | undefined;
3709
- external_account_not_found__email_address?: string | undefined;
3710
- identification_deletion_failed__email_address?: string | undefined;
3711
- phone_number_exists__email_address?: string | undefined;
3712
- form_identifier_not_found__email_address?: string | undefined;
3713
- captcha_unavailable__email_address?: string | undefined;
3714
- captcha_invalid__email_address?: string | undefined;
3715
- passkey_not_supported__email_address?: string | undefined;
3716
- passkey_pa_not_supported__email_address?: string | undefined;
3717
- passkey_retrieval_cancelled__email_address?: string | undefined;
3718
- passkey_registration_cancelled__email_address?: string | undefined;
3719
- passkey_already_exists__email_address?: string | undefined;
3720
- web3_missing_identifier__email_address?: string | undefined;
3721
- form_password_pwned__email_address?: string | undefined;
3722
- form_password_pwned__sign_in__email_address?: string | undefined;
3723
- form_username_invalid_length__email_address?: string | undefined;
3724
- form_username_invalid_character__email_address?: string | undefined;
3725
- form_param_format_invalid__email_address__email_address?: string | undefined;
3726
- form_param_type_invalid__phone_number__email_address?: string | undefined;
3727
- form_param_type_invalid__email_address__email_address?: string | undefined;
3728
- form_password_length_too_short__email_address?: string | undefined;
3729
- form_param_nil__email_address?: string | undefined;
3730
- form_code_incorrect__email_address?: string | undefined;
3731
- form_password_incorrect__email_address?: string | undefined;
3732
- form_password_validation_failed__email_address?: string | undefined;
3733
- not_allowed_access__email_address?: string | undefined;
3734
- form_identifier_exists__email_address__email_address?: string | undefined;
3735
- form_identifier_exists__username__email_address?: string | undefined;
3736
- form_identifier_exists__phone_number__email_address?: string | undefined;
3737
- form_password_not_strong_enough__email_address?: string | undefined;
3738
- form_password_size_in_bytes_exceeded__email_address?: string | undefined;
3739
- form_param_value_invalid__email_address?: string | undefined;
3740
- passwordComplexity__email_address?: string | undefined;
3741
- session_exists__email_address?: string | undefined;
3742
- zxcvbn__email_address?: string | undefined;
3743
- form_param_max_length_exceeded__email_address?: string | undefined;
3744
- organization_minimum_permissions_needed__email_address?: string | undefined;
3745
- already_a_member_in_organization__email_address?: string | undefined;
3746
- organization_domain_common__email_address?: string | undefined;
3747
- organization_domain_blocked__email_address?: string | undefined;
3748
- organization_domain_exists_for_enterprise_connection__email_address?: string | undefined;
3749
- organization_membership_quota_exceeded__email_address?: string | undefined;
3750
- external_account_not_found__phone_number?: string | undefined;
3751
- identification_deletion_failed__phone_number?: string | undefined;
3752
- phone_number_exists__phone_number?: string | undefined;
3753
- form_identifier_not_found__phone_number?: string | undefined;
3754
- captcha_unavailable__phone_number?: string | undefined;
3755
- captcha_invalid__phone_number?: string | undefined;
3756
- passkey_not_supported__phone_number?: string | undefined;
3757
- passkey_pa_not_supported__phone_number?: string | undefined;
3758
- passkey_retrieval_cancelled__phone_number?: string | undefined;
3759
- passkey_registration_cancelled__phone_number?: string | undefined;
3760
- passkey_already_exists__phone_number?: string | undefined;
3761
- web3_missing_identifier__phone_number?: string | undefined;
3762
- form_password_pwned__phone_number?: string | undefined;
3763
- form_password_pwned__sign_in__phone_number?: string | undefined;
3764
- form_username_invalid_length__phone_number?: string | undefined;
3765
- form_username_invalid_character__phone_number?: string | undefined;
3766
- form_param_format_invalid__phone_number?: string | undefined;
3767
- form_param_format_invalid__email_address__phone_number?: string | undefined;
3768
- form_param_type_invalid__phone_number__phone_number?: string | undefined;
3769
- form_param_type_invalid__email_address__phone_number?: string | undefined;
3770
- form_password_length_too_short__phone_number?: string | undefined;
3771
- form_param_nil__phone_number?: string | undefined;
3772
- form_code_incorrect__phone_number?: string | undefined;
3773
- form_password_incorrect__phone_number?: string | undefined;
3774
- form_password_validation_failed__phone_number?: string | undefined;
3775
- not_allowed_access__phone_number?: string | undefined;
3776
- form_identifier_exists__email_address__phone_number?: string | undefined;
3777
- form_identifier_exists__username__phone_number?: string | undefined;
3778
- form_identifier_exists__phone_number__phone_number?: string | undefined;
3779
- form_password_not_strong_enough__phone_number?: string | undefined;
3780
- form_password_size_in_bytes_exceeded__phone_number?: string | undefined;
3781
- form_param_value_invalid__phone_number?: string | undefined;
3782
- passwordComplexity__phone_number?: string | undefined;
3783
- session_exists__phone_number?: string | undefined;
3784
- zxcvbn__phone_number?: string | undefined;
3785
- form_param_max_length_exceeded__phone_number?: string | undefined;
3786
- organization_minimum_permissions_needed__phone_number?: string | undefined;
3787
- already_a_member_in_organization__phone_number?: string | undefined;
3788
- organization_domain_common__phone_number?: string | undefined;
3789
- organization_domain_blocked__phone_number?: string | undefined;
3790
- organization_domain_exists_for_enterprise_connection__phone_number?: string | undefined;
3791
- organization_membership_quota_exceeded__phone_number?: string | undefined;
3792
- external_account_not_found__first_name?: string | undefined;
3793
- identification_deletion_failed__first_name?: string | undefined;
3794
- phone_number_exists__first_name?: string | undefined;
3795
- form_identifier_not_found__first_name?: string | undefined;
3796
- captcha_unavailable__first_name?: string | undefined;
3797
- captcha_invalid__first_name?: string | undefined;
3798
- passkey_not_supported__first_name?: string | undefined;
3799
- passkey_pa_not_supported__first_name?: string | undefined;
3800
- passkey_retrieval_cancelled__first_name?: string | undefined;
3801
- passkey_registration_cancelled__first_name?: string | undefined;
3802
- passkey_already_exists__first_name?: string | undefined;
3803
- web3_missing_identifier__first_name?: string | undefined;
3804
- form_password_pwned__first_name?: string | undefined;
3805
- form_password_pwned__sign_in__first_name?: string | undefined;
3806
- form_username_invalid_length__first_name?: string | undefined;
3807
- form_username_invalid_character__first_name?: string | undefined;
3808
- form_param_format_invalid__first_name?: string | undefined;
3809
- form_param_format_invalid__email_address__first_name?: string | undefined;
3810
- form_param_type_invalid__first_name?: string | undefined;
3811
- form_param_type_invalid__phone_number__first_name?: string | undefined;
3812
- form_param_type_invalid__email_address__first_name?: string | undefined;
3813
- form_password_length_too_short__first_name?: string | undefined;
3814
- form_param_nil__first_name?: string | undefined;
3815
- form_code_incorrect__first_name?: string | undefined;
3816
- form_password_incorrect__first_name?: string | undefined;
3817
- form_password_validation_failed__first_name?: string | undefined;
3818
- not_allowed_access__first_name?: string | undefined;
3819
- form_identifier_exists__first_name?: string | undefined;
3820
- form_identifier_exists__email_address__first_name?: string | undefined;
3821
- form_identifier_exists__username__first_name?: string | undefined;
3822
- form_identifier_exists__phone_number__first_name?: string | undefined;
3823
- form_password_not_strong_enough__first_name?: string | undefined;
3824
- form_password_size_in_bytes_exceeded__first_name?: string | undefined;
3825
- form_param_value_invalid__first_name?: string | undefined;
3826
- passwordComplexity__first_name?: string | undefined;
3827
- session_exists__first_name?: string | undefined;
3828
- zxcvbn__first_name?: string | undefined;
3829
- form_param_max_length_exceeded__first_name?: string | undefined;
3830
- organization_minimum_permissions_needed__first_name?: string | undefined;
3831
- already_a_member_in_organization__first_name?: string | undefined;
3832
- organization_domain_common__first_name?: string | undefined;
3833
- organization_domain_blocked__first_name?: string | undefined;
3834
- organization_domain_exists_for_enterprise_connection__first_name?: string | undefined;
3835
- organization_membership_quota_exceeded__first_name?: string | undefined;
3836
- external_account_not_found__last_name?: string | undefined;
3837
- identification_deletion_failed__last_name?: string | undefined;
3838
- phone_number_exists__last_name?: string | undefined;
3839
- form_identifier_not_found__last_name?: string | undefined;
3840
- captcha_unavailable__last_name?: string | undefined;
3841
- captcha_invalid__last_name?: string | undefined;
3842
- passkey_not_supported__last_name?: string | undefined;
3843
- passkey_pa_not_supported__last_name?: string | undefined;
3844
- passkey_retrieval_cancelled__last_name?: string | undefined;
3845
- passkey_registration_cancelled__last_name?: string | undefined;
3846
- passkey_already_exists__last_name?: string | undefined;
3847
- web3_missing_identifier__last_name?: string | undefined;
3848
- form_password_pwned__last_name?: string | undefined;
3849
- form_password_pwned__sign_in__last_name?: string | undefined;
3850
- form_username_invalid_length__last_name?: string | undefined;
3851
- form_username_invalid_character__last_name?: string | undefined;
3852
- form_param_format_invalid__last_name?: string | undefined;
3853
- form_param_format_invalid__email_address__last_name?: string | undefined;
3854
- form_param_type_invalid__last_name?: string | undefined;
3855
- form_param_type_invalid__phone_number__last_name?: string | undefined;
3856
- form_param_type_invalid__email_address__last_name?: string | undefined;
3857
- form_password_length_too_short__last_name?: string | undefined;
3858
- form_param_nil__last_name?: string | undefined;
3859
- form_code_incorrect__last_name?: string | undefined;
3860
- form_password_incorrect__last_name?: string | undefined;
3861
- form_password_validation_failed__last_name?: string | undefined;
3862
- not_allowed_access__last_name?: string | undefined;
3863
- form_identifier_exists__last_name?: string | undefined;
3864
- form_identifier_exists__email_address__last_name?: string | undefined;
3865
- form_identifier_exists__username__last_name?: string | undefined;
3866
- form_identifier_exists__phone_number__last_name?: string | undefined;
3867
- form_password_not_strong_enough__last_name?: string | undefined;
3868
- form_password_size_in_bytes_exceeded__last_name?: string | undefined;
3869
- form_param_value_invalid__last_name?: string | undefined;
3870
- passwordComplexity__last_name?: string | undefined;
3871
- session_exists__last_name?: string | undefined;
3872
- zxcvbn__last_name?: string | undefined;
3873
- form_param_max_length_exceeded__last_name?: string | undefined;
3874
- organization_minimum_permissions_needed__last_name?: string | undefined;
3875
- already_a_member_in_organization__last_name?: string | undefined;
3876
- organization_domain_common__last_name?: string | undefined;
3877
- organization_domain_blocked__last_name?: string | undefined;
3878
- organization_domain_exists_for_enterprise_connection__last_name?: string | undefined;
3879
- organization_membership_quota_exceeded__last_name?: string | undefined;
3880
- external_account_not_found__current_password?: string | undefined;
3881
- identification_deletion_failed__current_password?: string | undefined;
3882
- phone_number_exists__current_password?: string | undefined;
3883
- form_identifier_not_found__current_password?: string | undefined;
3884
- captcha_unavailable__current_password?: string | undefined;
3885
- captcha_invalid__current_password?: string | undefined;
3886
- passkey_not_supported__current_password?: string | undefined;
3887
- passkey_pa_not_supported__current_password?: string | undefined;
3888
- passkey_retrieval_cancelled__current_password?: string | undefined;
3889
- passkey_registration_cancelled__current_password?: string | undefined;
3890
- passkey_already_exists__current_password?: string | undefined;
3891
- web3_missing_identifier__current_password?: string | undefined;
3892
- form_password_pwned__current_password?: string | undefined;
3893
- form_password_pwned__sign_in__current_password?: string | undefined;
3894
- form_username_invalid_length__current_password?: string | undefined;
3895
- form_username_invalid_character__current_password?: string | undefined;
3896
- form_param_format_invalid__current_password?: string | undefined;
3897
- form_param_format_invalid__email_address__current_password?: string | undefined;
3898
- form_param_type_invalid__current_password?: string | undefined;
3899
- form_param_type_invalid__phone_number__current_password?: string | undefined;
3900
- form_param_type_invalid__email_address__current_password?: string | undefined;
3901
- form_password_length_too_short__current_password?: string | undefined;
3902
- form_param_nil__current_password?: string | undefined;
3903
- form_code_incorrect__current_password?: string | undefined;
3904
- form_password_incorrect__current_password?: string | undefined;
3905
- form_password_validation_failed__current_password?: string | undefined;
3906
- not_allowed_access__current_password?: string | undefined;
3907
- form_identifier_exists__current_password?: string | undefined;
3908
- form_identifier_exists__email_address__current_password?: string | undefined;
3909
- form_identifier_exists__username__current_password?: string | undefined;
3910
- form_identifier_exists__phone_number__current_password?: string | undefined;
3911
- form_password_not_strong_enough__current_password?: string | undefined;
3912
- form_password_size_in_bytes_exceeded__current_password?: string | undefined;
3913
- form_param_value_invalid__current_password?: string | undefined;
3914
- passwordComplexity__current_password?: string | undefined;
3915
- session_exists__current_password?: string | undefined;
3916
- zxcvbn__current_password?: string | undefined;
3917
- form_param_max_length_exceeded__current_password?: string | undefined;
3918
- organization_minimum_permissions_needed__current_password?: string | undefined;
3919
- already_a_member_in_organization__current_password?: string | undefined;
3920
- organization_domain_common__current_password?: string | undefined;
3921
- organization_domain_blocked__current_password?: string | undefined;
3922
- organization_domain_exists_for_enterprise_connection__current_password?: string | undefined;
3923
- organization_membership_quota_exceeded__current_password?: string | undefined;
3924
- external_account_not_found__new_password?: string | undefined;
3925
- identification_deletion_failed__new_password?: string | undefined;
3926
- phone_number_exists__new_password?: string | undefined;
3927
- form_identifier_not_found__new_password?: string | undefined;
3928
- captcha_unavailable__new_password?: string | undefined;
3929
- captcha_invalid__new_password?: string | undefined;
3930
- passkey_not_supported__new_password?: string | undefined;
3931
- passkey_pa_not_supported__new_password?: string | undefined;
3932
- passkey_retrieval_cancelled__new_password?: string | undefined;
3933
- passkey_registration_cancelled__new_password?: string | undefined;
3934
- passkey_already_exists__new_password?: string | undefined;
3935
- web3_missing_identifier__new_password?: string | undefined;
3936
- form_password_pwned__new_password?: string | undefined;
3937
- form_password_pwned__sign_in__new_password?: string | undefined;
3938
- form_username_invalid_length__new_password?: string | undefined;
3939
- form_username_invalid_character__new_password?: string | undefined;
3940
- form_param_format_invalid__new_password?: string | undefined;
3941
- form_param_format_invalid__email_address__new_password?: string | undefined;
3942
- form_param_type_invalid__new_password?: string | undefined;
3943
- form_param_type_invalid__phone_number__new_password?: string | undefined;
3944
- form_param_type_invalid__email_address__new_password?: string | undefined;
3945
- form_password_length_too_short__new_password?: string | undefined;
3946
- form_param_nil__new_password?: string | undefined;
3947
- form_code_incorrect__new_password?: string | undefined;
3948
- form_password_incorrect__new_password?: string | undefined;
3949
- form_password_validation_failed__new_password?: string | undefined;
3950
- not_allowed_access__new_password?: string | undefined;
3951
- form_identifier_exists__new_password?: string | undefined;
3952
- form_identifier_exists__email_address__new_password?: string | undefined;
3953
- form_identifier_exists__username__new_password?: string | undefined;
3954
- form_identifier_exists__phone_number__new_password?: string | undefined;
3955
- form_password_not_strong_enough__new_password?: string | undefined;
3956
- form_password_size_in_bytes_exceeded__new_password?: string | undefined;
3957
- form_param_value_invalid__new_password?: string | undefined;
3958
- passwordComplexity__new_password?: string | undefined;
3959
- session_exists__new_password?: string | undefined;
3960
- zxcvbn__new_password?: string | undefined;
3961
- form_param_max_length_exceeded__new_password?: string | undefined;
3962
- organization_minimum_permissions_needed__new_password?: string | undefined;
3963
- already_a_member_in_organization__new_password?: string | undefined;
3964
- organization_domain_common__new_password?: string | undefined;
3965
- organization_domain_blocked__new_password?: string | undefined;
3966
- organization_domain_exists_for_enterprise_connection__new_password?: string | undefined;
3967
- organization_membership_quota_exceeded__new_password?: string | undefined;
3968
- external_account_not_found__sign_out_of_other_sessions?: string | undefined;
3969
- identification_deletion_failed__sign_out_of_other_sessions?: string | undefined;
3970
- phone_number_exists__sign_out_of_other_sessions?: string | undefined;
3971
- form_identifier_not_found__sign_out_of_other_sessions?: string | undefined;
3972
- captcha_unavailable__sign_out_of_other_sessions?: string | undefined;
3973
- captcha_invalid__sign_out_of_other_sessions?: string | undefined;
3974
- passkey_not_supported__sign_out_of_other_sessions?: string | undefined;
3975
- passkey_pa_not_supported__sign_out_of_other_sessions?: string | undefined;
3976
- passkey_retrieval_cancelled__sign_out_of_other_sessions?: string | undefined;
3977
- passkey_registration_cancelled__sign_out_of_other_sessions?: string | undefined;
3978
- passkey_already_exists__sign_out_of_other_sessions?: string | undefined;
3979
- web3_missing_identifier__sign_out_of_other_sessions?: string | undefined;
3980
- form_password_pwned__sign_out_of_other_sessions?: string | undefined;
3981
- form_password_pwned__sign_in__sign_out_of_other_sessions?: string | undefined;
3982
- form_username_invalid_length__sign_out_of_other_sessions?: string | undefined;
3983
- form_username_invalid_character__sign_out_of_other_sessions?: string | undefined;
3984
- form_param_format_invalid__sign_out_of_other_sessions?: string | undefined;
3985
- form_param_format_invalid__email_address__sign_out_of_other_sessions?: string | undefined;
3986
- form_param_type_invalid__sign_out_of_other_sessions?: string | undefined;
3987
- form_param_type_invalid__phone_number__sign_out_of_other_sessions?: string | undefined;
3988
- form_param_type_invalid__email_address__sign_out_of_other_sessions?: string | undefined;
3989
- form_password_length_too_short__sign_out_of_other_sessions?: string | undefined;
3990
- form_param_nil__sign_out_of_other_sessions?: string | undefined;
3991
- form_code_incorrect__sign_out_of_other_sessions?: string | undefined;
3992
- form_password_incorrect__sign_out_of_other_sessions?: string | undefined;
3993
- form_password_validation_failed__sign_out_of_other_sessions?: string | undefined;
3994
- not_allowed_access__sign_out_of_other_sessions?: string | undefined;
3995
- form_identifier_exists__sign_out_of_other_sessions?: string | undefined;
3996
- form_identifier_exists__email_address__sign_out_of_other_sessions?: string | undefined;
3997
- form_identifier_exists__username__sign_out_of_other_sessions?: string | undefined;
3998
- form_identifier_exists__phone_number__sign_out_of_other_sessions?: string | undefined;
3999
- form_password_not_strong_enough__sign_out_of_other_sessions?: string | undefined;
4000
- form_password_size_in_bytes_exceeded__sign_out_of_other_sessions?: string | undefined;
4001
- form_param_value_invalid__sign_out_of_other_sessions?: string | undefined;
4002
- passwordComplexity__sign_out_of_other_sessions?: string | undefined;
4003
- session_exists__sign_out_of_other_sessions?: string | undefined;
4004
- zxcvbn__sign_out_of_other_sessions?: string | undefined;
4005
- form_param_max_length_exceeded__sign_out_of_other_sessions?: string | undefined;
4006
- organization_minimum_permissions_needed__sign_out_of_other_sessions?: string | undefined;
4007
- already_a_member_in_organization__sign_out_of_other_sessions?: string | undefined;
4008
- organization_domain_common__sign_out_of_other_sessions?: string | undefined;
4009
- organization_domain_blocked__sign_out_of_other_sessions?: string | undefined;
4010
- organization_domain_exists_for_enterprise_connection__sign_out_of_other_sessions?: string | undefined;
4011
- organization_membership_quota_exceeded__sign_out_of_other_sessions?: string | undefined;
4012
- external_account_not_found__passkey_name?: string | undefined;
4013
- identification_deletion_failed__passkey_name?: string | undefined;
4014
- phone_number_exists__passkey_name?: string | undefined;
4015
- form_identifier_not_found__passkey_name?: string | undefined;
4016
- captcha_unavailable__passkey_name?: string | undefined;
4017
- captcha_invalid__passkey_name?: string | undefined;
4018
- passkey_not_supported__passkey_name?: string | undefined;
4019
- passkey_pa_not_supported__passkey_name?: string | undefined;
4020
- passkey_retrieval_cancelled__passkey_name?: string | undefined;
4021
- passkey_registration_cancelled__passkey_name?: string | undefined;
4022
- passkey_already_exists__passkey_name?: string | undefined;
4023
- web3_missing_identifier__passkey_name?: string | undefined;
4024
- form_password_pwned__passkey_name?: string | undefined;
4025
- form_password_pwned__sign_in__passkey_name?: string | undefined;
4026
- form_username_invalid_length__passkey_name?: string | undefined;
4027
- form_username_invalid_character__passkey_name?: string | undefined;
4028
- form_param_format_invalid__passkey_name?: string | undefined;
4029
- form_param_format_invalid__email_address__passkey_name?: string | undefined;
4030
- form_param_type_invalid__passkey_name?: string | undefined;
4031
- form_param_type_invalid__phone_number__passkey_name?: string | undefined;
4032
- form_param_type_invalid__email_address__passkey_name?: string | undefined;
4033
- form_password_length_too_short__passkey_name?: string | undefined;
4034
- form_param_nil__passkey_name?: string | undefined;
4035
- form_code_incorrect__passkey_name?: string | undefined;
4036
- form_password_incorrect__passkey_name?: string | undefined;
4037
- form_password_validation_failed__passkey_name?: string | undefined;
4038
- not_allowed_access__passkey_name?: string | undefined;
4039
- form_identifier_exists__passkey_name?: string | undefined;
4040
- form_identifier_exists__email_address__passkey_name?: string | undefined;
4041
- form_identifier_exists__username__passkey_name?: string | undefined;
4042
- form_identifier_exists__phone_number__passkey_name?: string | undefined;
4043
- form_password_not_strong_enough__passkey_name?: string | undefined;
4044
- form_password_size_in_bytes_exceeded__passkey_name?: string | undefined;
4045
- form_param_value_invalid__passkey_name?: string | undefined;
4046
- passwordComplexity__passkey_name?: string | undefined;
4047
- session_exists__passkey_name?: string | undefined;
4048
- zxcvbn__passkey_name?: string | undefined;
4049
- form_param_max_length_exceeded__passkey_name?: string | undefined;
4050
- organization_minimum_permissions_needed__passkey_name?: string | undefined;
4051
- already_a_member_in_organization__passkey_name?: string | undefined;
4052
- organization_domain_common__passkey_name?: string | undefined;
4053
- organization_domain_blocked__passkey_name?: string | undefined;
4054
- organization_domain_exists_for_enterprise_connection__passkey_name?: string | undefined;
4055
- organization_membership_quota_exceeded__passkey_name?: string | undefined;
4056
- external_account_not_found__confirm_password?: string | undefined;
4057
- identification_deletion_failed__confirm_password?: string | undefined;
4058
- phone_number_exists__confirm_password?: string | undefined;
4059
- form_identifier_not_found__confirm_password?: string | undefined;
4060
- captcha_unavailable__confirm_password?: string | undefined;
4061
- captcha_invalid__confirm_password?: string | undefined;
4062
- passkey_not_supported__confirm_password?: string | undefined;
4063
- passkey_pa_not_supported__confirm_password?: string | undefined;
4064
- passkey_retrieval_cancelled__confirm_password?: string | undefined;
4065
- passkey_registration_cancelled__confirm_password?: string | undefined;
4066
- passkey_already_exists__confirm_password?: string | undefined;
4067
- web3_missing_identifier__confirm_password?: string | undefined;
4068
- form_password_pwned__confirm_password?: string | undefined;
4069
- form_password_pwned__sign_in__confirm_password?: string | undefined;
4070
- form_username_invalid_length__confirm_password?: string | undefined;
4071
- form_username_invalid_character__confirm_password?: string | undefined;
4072
- form_param_format_invalid__confirm_password?: string | undefined;
4073
- form_param_format_invalid__email_address__confirm_password?: string | undefined;
4074
- form_param_type_invalid__confirm_password?: string | undefined;
4075
- form_param_type_invalid__phone_number__confirm_password?: string | undefined;
4076
- form_param_type_invalid__email_address__confirm_password?: string | undefined;
4077
- form_password_length_too_short__confirm_password?: string | undefined;
4078
- form_param_nil__confirm_password?: string | undefined;
4079
- form_code_incorrect__confirm_password?: string | undefined;
4080
- form_password_incorrect__confirm_password?: string | undefined;
4081
- form_password_validation_failed__confirm_password?: string | undefined;
4082
- not_allowed_access__confirm_password?: string | undefined;
4083
- form_identifier_exists__confirm_password?: string | undefined;
4084
- form_identifier_exists__email_address__confirm_password?: string | undefined;
4085
- form_identifier_exists__username__confirm_password?: string | undefined;
4086
- form_identifier_exists__phone_number__confirm_password?: string | undefined;
4087
- form_password_not_strong_enough__confirm_password?: string | undefined;
4088
- form_password_size_in_bytes_exceeded__confirm_password?: string | undefined;
4089
- form_param_value_invalid__confirm_password?: string | undefined;
4090
- passwordComplexity__confirm_password?: string | undefined;
4091
- session_exists__confirm_password?: string | undefined;
4092
- zxcvbn__confirm_password?: string | undefined;
4093
- form_param_max_length_exceeded__confirm_password?: string | undefined;
4094
- organization_minimum_permissions_needed__confirm_password?: string | undefined;
4095
- already_a_member_in_organization__confirm_password?: string | undefined;
4096
- organization_domain_common__confirm_password?: string | undefined;
4097
- organization_domain_blocked__confirm_password?: string | undefined;
4098
- organization_domain_exists_for_enterprise_connection__confirm_password?: string | undefined;
4099
- organization_membership_quota_exceeded__confirm_password?: string | undefined;
4100
- external_account_not_found__delete_confirmation?: string | undefined;
4101
- identification_deletion_failed__delete_confirmation?: string | undefined;
4102
- phone_number_exists__delete_confirmation?: string | undefined;
4103
- form_identifier_not_found__delete_confirmation?: string | undefined;
4104
- captcha_unavailable__delete_confirmation?: string | undefined;
4105
- captcha_invalid__delete_confirmation?: string | undefined;
4106
- passkey_not_supported__delete_confirmation?: string | undefined;
4107
- passkey_pa_not_supported__delete_confirmation?: string | undefined;
4108
- passkey_retrieval_cancelled__delete_confirmation?: string | undefined;
4109
- passkey_registration_cancelled__delete_confirmation?: string | undefined;
4110
- passkey_already_exists__delete_confirmation?: string | undefined;
4111
- web3_missing_identifier__delete_confirmation?: string | undefined;
4112
- form_password_pwned__delete_confirmation?: string | undefined;
4113
- form_password_pwned__sign_in__delete_confirmation?: string | undefined;
4114
- form_username_invalid_length__delete_confirmation?: string | undefined;
4115
- form_username_invalid_character__delete_confirmation?: string | undefined;
4116
- form_param_format_invalid__delete_confirmation?: string | undefined;
4117
- form_param_format_invalid__email_address__delete_confirmation?: string | undefined;
4118
- form_param_type_invalid__delete_confirmation?: string | undefined;
4119
- form_param_type_invalid__phone_number__delete_confirmation?: string | undefined;
4120
- form_param_type_invalid__email_address__delete_confirmation?: string | undefined;
4121
- form_password_length_too_short__delete_confirmation?: string | undefined;
4122
- form_param_nil__delete_confirmation?: string | undefined;
4123
- form_code_incorrect__delete_confirmation?: string | undefined;
4124
- form_password_incorrect__delete_confirmation?: string | undefined;
4125
- form_password_validation_failed__delete_confirmation?: string | undefined;
4126
- not_allowed_access__delete_confirmation?: string | undefined;
4127
- form_identifier_exists__delete_confirmation?: string | undefined;
4128
- form_identifier_exists__email_address__delete_confirmation?: string | undefined;
4129
- form_identifier_exists__username__delete_confirmation?: string | undefined;
4130
- form_identifier_exists__phone_number__delete_confirmation?: string | undefined;
4131
- form_password_not_strong_enough__delete_confirmation?: string | undefined;
4132
- form_password_size_in_bytes_exceeded__delete_confirmation?: string | undefined;
4133
- form_param_value_invalid__delete_confirmation?: string | undefined;
4134
- passwordComplexity__delete_confirmation?: string | undefined;
4135
- session_exists__delete_confirmation?: string | undefined;
4136
- zxcvbn__delete_confirmation?: string | undefined;
4137
- form_param_max_length_exceeded__delete_confirmation?: string | undefined;
4138
- organization_minimum_permissions_needed__delete_confirmation?: string | undefined;
4139
- already_a_member_in_organization__delete_confirmation?: string | undefined;
4140
- organization_domain_common__delete_confirmation?: string | undefined;
4141
- organization_domain_blocked__delete_confirmation?: string | undefined;
4142
- organization_domain_exists_for_enterprise_connection__delete_confirmation?: string | undefined;
4143
- organization_membership_quota_exceeded__delete_confirmation?: string | undefined;
4144
- external_account_not_found__delete_organization_confirmation?: string | undefined;
4145
- identification_deletion_failed__delete_organization_confirmation?: string | undefined;
4146
- phone_number_exists__delete_organization_confirmation?: string | undefined;
4147
- form_identifier_not_found__delete_organization_confirmation?: string | undefined;
4148
- captcha_unavailable__delete_organization_confirmation?: string | undefined;
4149
- captcha_invalid__delete_organization_confirmation?: string | undefined;
4150
- passkey_not_supported__delete_organization_confirmation?: string | undefined;
4151
- passkey_pa_not_supported__delete_organization_confirmation?: string | undefined;
4152
- passkey_retrieval_cancelled__delete_organization_confirmation?: string | undefined;
4153
- passkey_registration_cancelled__delete_organization_confirmation?: string | undefined;
4154
- passkey_already_exists__delete_organization_confirmation?: string | undefined;
4155
- web3_missing_identifier__delete_organization_confirmation?: string | undefined;
4156
- form_password_pwned__delete_organization_confirmation?: string | undefined;
4157
- form_password_pwned__sign_in__delete_organization_confirmation?: string | undefined;
4158
- form_username_invalid_length__delete_organization_confirmation?: string | undefined;
4159
- form_username_invalid_character__delete_organization_confirmation?: string | undefined;
4160
- form_param_format_invalid__delete_organization_confirmation?: string | undefined;
4161
- form_param_format_invalid__email_address__delete_organization_confirmation?: string | undefined;
4162
- form_param_type_invalid__delete_organization_confirmation?: string | undefined;
4163
- form_param_type_invalid__phone_number__delete_organization_confirmation?: string | undefined;
4164
- form_param_type_invalid__email_address__delete_organization_confirmation?: string | undefined;
4165
- form_password_length_too_short__delete_organization_confirmation?: string | undefined;
4166
- form_param_nil__delete_organization_confirmation?: string | undefined;
4167
- form_code_incorrect__delete_organization_confirmation?: string | undefined;
4168
- form_password_incorrect__delete_organization_confirmation?: string | undefined;
4169
- form_password_validation_failed__delete_organization_confirmation?: string | undefined;
4170
- not_allowed_access__delete_organization_confirmation?: string | undefined;
4171
- form_identifier_exists__delete_organization_confirmation?: string | undefined;
4172
- form_identifier_exists__email_address__delete_organization_confirmation?: string | undefined;
4173
- form_identifier_exists__username__delete_organization_confirmation?: string | undefined;
4174
- form_identifier_exists__phone_number__delete_organization_confirmation?: string | undefined;
4175
- form_password_not_strong_enough__delete_organization_confirmation?: string | undefined;
4176
- form_password_size_in_bytes_exceeded__delete_organization_confirmation?: string | undefined;
4177
- form_param_value_invalid__delete_organization_confirmation?: string | undefined;
4178
- passwordComplexity__delete_organization_confirmation?: string | undefined;
4179
- session_exists__delete_organization_confirmation?: string | undefined;
4180
- zxcvbn__delete_organization_confirmation?: string | undefined;
4181
- form_param_max_length_exceeded__delete_organization_confirmation?: string | undefined;
4182
- organization_minimum_permissions_needed__delete_organization_confirmation?: string | undefined;
4183
- already_a_member_in_organization__delete_organization_confirmation?: string | undefined;
4184
- organization_domain_common__delete_organization_confirmation?: string | undefined;
4185
- organization_domain_blocked__delete_organization_confirmation?: string | undefined;
4186
- organization_domain_exists_for_enterprise_connection__delete_organization_confirmation?: string | undefined;
4187
- organization_membership_quota_exceeded__delete_organization_confirmation?: string | undefined;
4188
- external_account_not_found__enrollment_mode?: string | undefined;
4189
- identification_deletion_failed__enrollment_mode?: string | undefined;
4190
- phone_number_exists__enrollment_mode?: string | undefined;
4191
- form_identifier_not_found__enrollment_mode?: string | undefined;
4192
- captcha_unavailable__enrollment_mode?: string | undefined;
4193
- captcha_invalid__enrollment_mode?: string | undefined;
4194
- passkey_not_supported__enrollment_mode?: string | undefined;
4195
- passkey_pa_not_supported__enrollment_mode?: string | undefined;
4196
- passkey_retrieval_cancelled__enrollment_mode?: string | undefined;
4197
- passkey_registration_cancelled__enrollment_mode?: string | undefined;
4198
- passkey_already_exists__enrollment_mode?: string | undefined;
4199
- web3_missing_identifier__enrollment_mode?: string | undefined;
4200
- form_password_pwned__enrollment_mode?: string | undefined;
4201
- form_password_pwned__sign_in__enrollment_mode?: string | undefined;
4202
- form_username_invalid_length__enrollment_mode?: string | undefined;
4203
- form_username_invalid_character__enrollment_mode?: string | undefined;
4204
- form_param_format_invalid__enrollment_mode?: string | undefined;
4205
- form_param_format_invalid__email_address__enrollment_mode?: string | undefined;
4206
- form_param_type_invalid__enrollment_mode?: string | undefined;
4207
- form_param_type_invalid__phone_number__enrollment_mode?: string | undefined;
4208
- form_param_type_invalid__email_address__enrollment_mode?: string | undefined;
4209
- form_password_length_too_short__enrollment_mode?: string | undefined;
4210
- form_param_nil__enrollment_mode?: string | undefined;
4211
- form_code_incorrect__enrollment_mode?: string | undefined;
4212
- form_password_incorrect__enrollment_mode?: string | undefined;
4213
- form_password_validation_failed__enrollment_mode?: string | undefined;
4214
- not_allowed_access__enrollment_mode?: string | undefined;
4215
- form_identifier_exists__enrollment_mode?: string | undefined;
4216
- form_identifier_exists__email_address__enrollment_mode?: string | undefined;
4217
- form_identifier_exists__username__enrollment_mode?: string | undefined;
4218
- form_identifier_exists__phone_number__enrollment_mode?: string | undefined;
4219
- form_password_not_strong_enough__enrollment_mode?: string | undefined;
4220
- form_password_size_in_bytes_exceeded__enrollment_mode?: string | undefined;
4221
- form_param_value_invalid__enrollment_mode?: string | undefined;
4222
- passwordComplexity__enrollment_mode?: string | undefined;
4223
- session_exists__enrollment_mode?: string | undefined;
4224
- zxcvbn__enrollment_mode?: string | undefined;
4225
- form_param_max_length_exceeded__enrollment_mode?: string | undefined;
4226
- organization_minimum_permissions_needed__enrollment_mode?: string | undefined;
4227
- already_a_member_in_organization__enrollment_mode?: string | undefined;
4228
- organization_domain_common__enrollment_mode?: string | undefined;
4229
- organization_domain_blocked__enrollment_mode?: string | undefined;
4230
- organization_domain_exists_for_enterprise_connection__enrollment_mode?: string | undefined;
4231
- organization_membership_quota_exceeded__enrollment_mode?: string | undefined;
4232
- external_account_not_found__affiliation_email_address?: string | undefined;
4233
- identification_deletion_failed__affiliation_email_address?: string | undefined;
4234
- phone_number_exists__affiliation_email_address?: string | undefined;
4235
- form_identifier_not_found__affiliation_email_address?: string | undefined;
4236
- captcha_unavailable__affiliation_email_address?: string | undefined;
4237
- captcha_invalid__affiliation_email_address?: string | undefined;
4238
- passkey_not_supported__affiliation_email_address?: string | undefined;
4239
- passkey_pa_not_supported__affiliation_email_address?: string | undefined;
4240
- passkey_retrieval_cancelled__affiliation_email_address?: string | undefined;
4241
- passkey_registration_cancelled__affiliation_email_address?: string | undefined;
4242
- passkey_already_exists__affiliation_email_address?: string | undefined;
4243
- web3_missing_identifier__affiliation_email_address?: string | undefined;
4244
- form_password_pwned__affiliation_email_address?: string | undefined;
4245
- form_password_pwned__sign_in__affiliation_email_address?: string | undefined;
4246
- form_username_invalid_length__affiliation_email_address?: string | undefined;
4247
- form_username_invalid_character__affiliation_email_address?: string | undefined;
4248
- form_param_format_invalid__affiliation_email_address?: string | undefined;
4249
- form_param_format_invalid__email_address__affiliation_email_address?: string | undefined;
4250
- form_param_type_invalid__affiliation_email_address?: string | undefined;
4251
- form_param_type_invalid__phone_number__affiliation_email_address?: string | undefined;
4252
- form_param_type_invalid__email_address__affiliation_email_address?: string | undefined;
4253
- form_password_length_too_short__affiliation_email_address?: string | undefined;
4254
- form_param_nil__affiliation_email_address?: string | undefined;
4255
- form_code_incorrect__affiliation_email_address?: string | undefined;
4256
- form_password_incorrect__affiliation_email_address?: string | undefined;
4257
- form_password_validation_failed__affiliation_email_address?: string | undefined;
4258
- not_allowed_access__affiliation_email_address?: string | undefined;
4259
- form_identifier_exists__affiliation_email_address?: string | undefined;
4260
- form_identifier_exists__email_address__affiliation_email_address?: string | undefined;
4261
- form_identifier_exists__username__affiliation_email_address?: string | undefined;
4262
- form_identifier_exists__phone_number__affiliation_email_address?: string | undefined;
4263
- form_password_not_strong_enough__affiliation_email_address?: string | undefined;
4264
- form_password_size_in_bytes_exceeded__affiliation_email_address?: string | undefined;
4265
- form_param_value_invalid__affiliation_email_address?: string | undefined;
4266
- passwordComplexity__affiliation_email_address?: string | undefined;
4267
- session_exists__affiliation_email_address?: string | undefined;
4268
- zxcvbn__affiliation_email_address?: string | undefined;
4269
- form_param_max_length_exceeded__affiliation_email_address?: string | undefined;
4270
- organization_minimum_permissions_needed__affiliation_email_address?: string | undefined;
4271
- already_a_member_in_organization__affiliation_email_address?: string | undefined;
4272
- organization_domain_common__affiliation_email_address?: string | undefined;
4273
- organization_domain_blocked__affiliation_email_address?: string | undefined;
4274
- organization_domain_exists_for_enterprise_connection__affiliation_email_address?: string | undefined;
4275
- organization_membership_quota_exceeded__affiliation_email_address?: string | undefined;
4276
- external_account_not_found__delete_existing_invitations_suggestions?: string | undefined;
4277
- identification_deletion_failed__delete_existing_invitations_suggestions?: string | undefined;
4278
- phone_number_exists__delete_existing_invitations_suggestions?: string | undefined;
4279
- form_identifier_not_found__delete_existing_invitations_suggestions?: string | undefined;
4280
- captcha_unavailable__delete_existing_invitations_suggestions?: string | undefined;
4281
- captcha_invalid__delete_existing_invitations_suggestions?: string | undefined;
4282
- passkey_not_supported__delete_existing_invitations_suggestions?: string | undefined;
4283
- passkey_pa_not_supported__delete_existing_invitations_suggestions?: string | undefined;
4284
- passkey_retrieval_cancelled__delete_existing_invitations_suggestions?: string | undefined;
4285
- passkey_registration_cancelled__delete_existing_invitations_suggestions?: string | undefined;
4286
- passkey_already_exists__delete_existing_invitations_suggestions?: string | undefined;
4287
- web3_missing_identifier__delete_existing_invitations_suggestions?: string | undefined;
4288
- form_password_pwned__delete_existing_invitations_suggestions?: string | undefined;
4289
- form_password_pwned__sign_in__delete_existing_invitations_suggestions?: string | undefined;
4290
- form_username_invalid_length__delete_existing_invitations_suggestions?: string | undefined;
4291
- form_username_invalid_character__delete_existing_invitations_suggestions?: string | undefined;
4292
- form_param_format_invalid__delete_existing_invitations_suggestions?: string | undefined;
4293
- form_param_format_invalid__email_address__delete_existing_invitations_suggestions?: string | undefined;
4294
- form_param_type_invalid__delete_existing_invitations_suggestions?: string | undefined;
4295
- form_param_type_invalid__phone_number__delete_existing_invitations_suggestions?: string | undefined;
4296
- form_param_type_invalid__email_address__delete_existing_invitations_suggestions?: string | undefined;
4297
- form_password_length_too_short__delete_existing_invitations_suggestions?: string | undefined;
4298
- form_param_nil__delete_existing_invitations_suggestions?: string | undefined;
4299
- form_code_incorrect__delete_existing_invitations_suggestions?: string | undefined;
4300
- form_password_incorrect__delete_existing_invitations_suggestions?: string | undefined;
4301
- form_password_validation_failed__delete_existing_invitations_suggestions?: string | undefined;
4302
- not_allowed_access__delete_existing_invitations_suggestions?: string | undefined;
4303
- form_identifier_exists__delete_existing_invitations_suggestions?: string | undefined;
4304
- form_identifier_exists__email_address__delete_existing_invitations_suggestions?: string | undefined;
4305
- form_identifier_exists__username__delete_existing_invitations_suggestions?: string | undefined;
4306
- form_identifier_exists__phone_number__delete_existing_invitations_suggestions?: string | undefined;
4307
- form_password_not_strong_enough__delete_existing_invitations_suggestions?: string | undefined;
4308
- form_password_size_in_bytes_exceeded__delete_existing_invitations_suggestions?: string | undefined;
4309
- form_param_value_invalid__delete_existing_invitations_suggestions?: string | undefined;
4310
- passwordComplexity__delete_existing_invitations_suggestions?: string | undefined;
4311
- session_exists__delete_existing_invitations_suggestions?: string | undefined;
4312
- zxcvbn__delete_existing_invitations_suggestions?: string | undefined;
4313
- form_param_max_length_exceeded__delete_existing_invitations_suggestions?: string | undefined;
4314
- organization_minimum_permissions_needed__delete_existing_invitations_suggestions?: string | undefined;
4315
- already_a_member_in_organization__delete_existing_invitations_suggestions?: string | undefined;
4316
- organization_domain_common__delete_existing_invitations_suggestions?: string | undefined;
4317
- organization_domain_blocked__delete_existing_invitations_suggestions?: string | undefined;
4318
- organization_domain_exists_for_enterprise_connection__delete_existing_invitations_suggestions?: string | undefined;
4319
- organization_membership_quota_exceeded__delete_existing_invitations_suggestions?: string | undefined;
4320
- external_account_not_found__legal_accepted?: string | undefined;
4321
- identification_deletion_failed__legal_accepted?: string | undefined;
4322
- phone_number_exists__legal_accepted?: string | undefined;
4323
- form_identifier_not_found__legal_accepted?: string | undefined;
4324
- captcha_unavailable__legal_accepted?: string | undefined;
4325
- captcha_invalid__legal_accepted?: string | undefined;
4326
- passkey_not_supported__legal_accepted?: string | undefined;
4327
- passkey_pa_not_supported__legal_accepted?: string | undefined;
4328
- passkey_retrieval_cancelled__legal_accepted?: string | undefined;
4329
- passkey_registration_cancelled__legal_accepted?: string | undefined;
4330
- passkey_already_exists__legal_accepted?: string | undefined;
4331
- web3_missing_identifier__legal_accepted?: string | undefined;
4332
- form_password_pwned__legal_accepted?: string | undefined;
4333
- form_password_pwned__sign_in__legal_accepted?: string | undefined;
4334
- form_username_invalid_length__legal_accepted?: string | undefined;
4335
- form_username_invalid_character__legal_accepted?: string | undefined;
4336
- form_param_format_invalid__legal_accepted?: string | undefined;
4337
- form_param_format_invalid__email_address__legal_accepted?: string | undefined;
4338
- form_param_type_invalid__legal_accepted?: string | undefined;
4339
- form_param_type_invalid__phone_number__legal_accepted?: string | undefined;
4340
- form_param_type_invalid__email_address__legal_accepted?: string | undefined;
4341
- form_password_length_too_short__legal_accepted?: string | undefined;
4342
- form_param_nil__legal_accepted?: string | undefined;
4343
- form_code_incorrect__legal_accepted?: string | undefined;
4344
- form_password_incorrect__legal_accepted?: string | undefined;
4345
- form_password_validation_failed__legal_accepted?: string | undefined;
4346
- not_allowed_access__legal_accepted?: string | undefined;
4347
- form_identifier_exists__legal_accepted?: string | undefined;
4348
- form_identifier_exists__email_address__legal_accepted?: string | undefined;
4349
- form_identifier_exists__username__legal_accepted?: string | undefined;
4350
- form_identifier_exists__phone_number__legal_accepted?: string | undefined;
4351
- form_password_not_strong_enough__legal_accepted?: string | undefined;
4352
- form_password_size_in_bytes_exceeded__legal_accepted?: string | undefined;
4353
- form_param_value_invalid__legal_accepted?: string | undefined;
4354
- passwordComplexity__legal_accepted?: string | undefined;
4355
- session_exists__legal_accepted?: string | undefined;
4356
- zxcvbn__legal_accepted?: string | undefined;
4357
- form_param_max_length_exceeded__legal_accepted?: string | undefined;
4358
- organization_minimum_permissions_needed__legal_accepted?: string | undefined;
4359
- already_a_member_in_organization__legal_accepted?: string | undefined;
4360
- organization_domain_common__legal_accepted?: string | undefined;
4361
- organization_domain_blocked__legal_accepted?: string | undefined;
4362
- organization_domain_exists_for_enterprise_connection__legal_accepted?: string | undefined;
4363
- organization_membership_quota_exceeded__legal_accepted?: string | undefined;
4364
- external_account_not_found__api_key_description?: string | undefined;
4365
- identification_deletion_failed__api_key_description?: string | undefined;
4366
- phone_number_exists__api_key_description?: string | undefined;
4367
- form_identifier_not_found__api_key_description?: string | undefined;
4368
- captcha_unavailable__api_key_description?: string | undefined;
4369
- captcha_invalid__api_key_description?: string | undefined;
4370
- passkey_not_supported__api_key_description?: string | undefined;
4371
- passkey_pa_not_supported__api_key_description?: string | undefined;
4372
- passkey_retrieval_cancelled__api_key_description?: string | undefined;
4373
- passkey_registration_cancelled__api_key_description?: string | undefined;
4374
- passkey_already_exists__api_key_description?: string | undefined;
4375
- web3_missing_identifier__api_key_description?: string | undefined;
4376
- form_password_pwned__api_key_description?: string | undefined;
4377
- form_password_pwned__sign_in__api_key_description?: string | undefined;
4378
- form_username_invalid_length__api_key_description?: string | undefined;
4379
- form_username_invalid_character__api_key_description?: string | undefined;
4380
- form_param_format_invalid__api_key_description?: string | undefined;
4381
- form_param_format_invalid__email_address__api_key_description?: string | undefined;
4382
- form_param_type_invalid__api_key_description?: string | undefined;
4383
- form_param_type_invalid__phone_number__api_key_description?: string | undefined;
4384
- form_param_type_invalid__email_address__api_key_description?: string | undefined;
4385
- form_password_length_too_short__api_key_description?: string | undefined;
4386
- form_param_nil__api_key_description?: string | undefined;
4387
- form_code_incorrect__api_key_description?: string | undefined;
4388
- form_password_incorrect__api_key_description?: string | undefined;
4389
- form_password_validation_failed__api_key_description?: string | undefined;
4390
- not_allowed_access__api_key_description?: string | undefined;
4391
- form_identifier_exists__api_key_description?: string | undefined;
4392
- form_identifier_exists__email_address__api_key_description?: string | undefined;
4393
- form_identifier_exists__username__api_key_description?: string | undefined;
4394
- form_identifier_exists__phone_number__api_key_description?: string | undefined;
4395
- form_password_not_strong_enough__api_key_description?: string | undefined;
4396
- form_password_size_in_bytes_exceeded__api_key_description?: string | undefined;
4397
- form_param_value_invalid__api_key_description?: string | undefined;
4398
- passwordComplexity__api_key_description?: string | undefined;
4399
- session_exists__api_key_description?: string | undefined;
4400
- zxcvbn__api_key_description?: string | undefined;
4401
- form_param_max_length_exceeded__api_key_description?: string | undefined;
4402
- organization_minimum_permissions_needed__api_key_description?: string | undefined;
4403
- already_a_member_in_organization__api_key_description?: string | undefined;
4404
- organization_domain_common__api_key_description?: string | undefined;
4405
- organization_domain_blocked__api_key_description?: string | undefined;
4406
- organization_domain_exists_for_enterprise_connection__api_key_description?: string | undefined;
4407
- organization_membership_quota_exceeded__api_key_description?: string | undefined;
4408
- external_account_not_found__api_key_expiration_date?: string | undefined;
4409
- identification_deletion_failed__api_key_expiration_date?: string | undefined;
4410
- phone_number_exists__api_key_expiration_date?: string | undefined;
4411
- form_identifier_not_found__api_key_expiration_date?: string | undefined;
4412
- captcha_unavailable__api_key_expiration_date?: string | undefined;
4413
- captcha_invalid__api_key_expiration_date?: string | undefined;
4414
- passkey_not_supported__api_key_expiration_date?: string | undefined;
4415
- passkey_pa_not_supported__api_key_expiration_date?: string | undefined;
4416
- passkey_retrieval_cancelled__api_key_expiration_date?: string | undefined;
4417
- passkey_registration_cancelled__api_key_expiration_date?: string | undefined;
4418
- passkey_already_exists__api_key_expiration_date?: string | undefined;
4419
- web3_missing_identifier__api_key_expiration_date?: string | undefined;
4420
- form_password_pwned__api_key_expiration_date?: string | undefined;
4421
- form_password_pwned__sign_in__api_key_expiration_date?: string | undefined;
4422
- form_username_invalid_length__api_key_expiration_date?: string | undefined;
4423
- form_username_invalid_character__api_key_expiration_date?: string | undefined;
4424
- form_param_format_invalid__api_key_expiration_date?: string | undefined;
4425
- form_param_format_invalid__email_address__api_key_expiration_date?: string | undefined;
4426
- form_param_type_invalid__api_key_expiration_date?: string | undefined;
4427
- form_param_type_invalid__phone_number__api_key_expiration_date?: string | undefined;
4428
- form_param_type_invalid__email_address__api_key_expiration_date?: string | undefined;
4429
- form_password_length_too_short__api_key_expiration_date?: string | undefined;
4430
- form_param_nil__api_key_expiration_date?: string | undefined;
4431
- form_code_incorrect__api_key_expiration_date?: string | undefined;
4432
- form_password_incorrect__api_key_expiration_date?: string | undefined;
4433
- form_password_validation_failed__api_key_expiration_date?: string | undefined;
4434
- not_allowed_access__api_key_expiration_date?: string | undefined;
4435
- form_identifier_exists__api_key_expiration_date?: string | undefined;
4436
- form_identifier_exists__email_address__api_key_expiration_date?: string | undefined;
4437
- form_identifier_exists__username__api_key_expiration_date?: string | undefined;
4438
- form_identifier_exists__phone_number__api_key_expiration_date?: string | undefined;
4439
- form_password_not_strong_enough__api_key_expiration_date?: string | undefined;
4440
- form_password_size_in_bytes_exceeded__api_key_expiration_date?: string | undefined;
4441
- form_param_value_invalid__api_key_expiration_date?: string | undefined;
4442
- passwordComplexity__api_key_expiration_date?: string | undefined;
4443
- session_exists__api_key_expiration_date?: string | undefined;
4444
- zxcvbn__api_key_expiration_date?: string | undefined;
4445
- form_param_max_length_exceeded__api_key_expiration_date?: string | undefined;
4446
- organization_minimum_permissions_needed__api_key_expiration_date?: string | undefined;
4447
- already_a_member_in_organization__api_key_expiration_date?: string | undefined;
4448
- organization_domain_common__api_key_expiration_date?: string | undefined;
4449
- organization_domain_blocked__api_key_expiration_date?: string | undefined;
4450
- organization_domain_exists_for_enterprise_connection__api_key_expiration_date?: string | undefined;
4451
- organization_membership_quota_exceeded__api_key_expiration_date?: string | undefined;
4452
- external_account_not_found__api_key_revoke_confirmation?: string | undefined;
4453
- identification_deletion_failed__api_key_revoke_confirmation?: string | undefined;
4454
- phone_number_exists__api_key_revoke_confirmation?: string | undefined;
4455
- form_identifier_not_found__api_key_revoke_confirmation?: string | undefined;
4456
- captcha_unavailable__api_key_revoke_confirmation?: string | undefined;
4457
- captcha_invalid__api_key_revoke_confirmation?: string | undefined;
4458
- passkey_not_supported__api_key_revoke_confirmation?: string | undefined;
4459
- passkey_pa_not_supported__api_key_revoke_confirmation?: string | undefined;
4460
- passkey_retrieval_cancelled__api_key_revoke_confirmation?: string | undefined;
4461
- passkey_registration_cancelled__api_key_revoke_confirmation?: string | undefined;
4462
- passkey_already_exists__api_key_revoke_confirmation?: string | undefined;
4463
- web3_missing_identifier__api_key_revoke_confirmation?: string | undefined;
4464
- form_password_pwned__api_key_revoke_confirmation?: string | undefined;
4465
- form_password_pwned__sign_in__api_key_revoke_confirmation?: string | undefined;
4466
- form_username_invalid_length__api_key_revoke_confirmation?: string | undefined;
4467
- form_username_invalid_character__api_key_revoke_confirmation?: string | undefined;
4468
- form_param_format_invalid__api_key_revoke_confirmation?: string | undefined;
4469
- form_param_format_invalid__email_address__api_key_revoke_confirmation?: string | undefined;
4470
- form_param_type_invalid__api_key_revoke_confirmation?: string | undefined;
4471
- form_param_type_invalid__phone_number__api_key_revoke_confirmation?: string | undefined;
4472
- form_param_type_invalid__email_address__api_key_revoke_confirmation?: string | undefined;
4473
- form_password_length_too_short__api_key_revoke_confirmation?: string | undefined;
4474
- form_param_nil__api_key_revoke_confirmation?: string | undefined;
4475
- form_code_incorrect__api_key_revoke_confirmation?: string | undefined;
4476
- form_password_incorrect__api_key_revoke_confirmation?: string | undefined;
4477
- form_password_validation_failed__api_key_revoke_confirmation?: string | undefined;
4478
- not_allowed_access__api_key_revoke_confirmation?: string | undefined;
4479
- form_identifier_exists__api_key_revoke_confirmation?: string | undefined;
4480
- form_identifier_exists__email_address__api_key_revoke_confirmation?: string | undefined;
4481
- form_identifier_exists__username__api_key_revoke_confirmation?: string | undefined;
4482
- form_identifier_exists__phone_number__api_key_revoke_confirmation?: string | undefined;
4483
- form_password_not_strong_enough__api_key_revoke_confirmation?: string | undefined;
4484
- form_password_size_in_bytes_exceeded__api_key_revoke_confirmation?: string | undefined;
4485
- form_param_value_invalid__api_key_revoke_confirmation?: string | undefined;
4486
- passwordComplexity__api_key_revoke_confirmation?: string | undefined;
4487
- session_exists__api_key_revoke_confirmation?: string | undefined;
4488
- zxcvbn__api_key_revoke_confirmation?: string | undefined;
4489
- form_param_max_length_exceeded__api_key_revoke_confirmation?: string | undefined;
4490
- organization_minimum_permissions_needed__api_key_revoke_confirmation?: string | undefined;
4491
- already_a_member_in_organization__api_key_revoke_confirmation?: string | undefined;
4492
- organization_domain_common__api_key_revoke_confirmation?: string | undefined;
4493
- organization_domain_blocked__api_key_revoke_confirmation?: string | undefined;
4494
- organization_domain_exists_for_enterprise_connection__api_key_revoke_confirmation?: string | undefined;
4495
- organization_membership_quota_exceeded__api_key_revoke_confirmation?: string | undefined;
4496
- };
4497
- dates: {
4498
- previous6Days: _clerk_types.LocalizationValue<"date">;
4499
- lastDay: _clerk_types.LocalizationValue<"date">;
4500
- sameDay: _clerk_types.LocalizationValue<"date">;
4501
- nextDay: _clerk_types.LocalizationValue<"date">;
4502
- next6Days: _clerk_types.LocalizationValue<"date">;
4503
- numeric: _clerk_types.LocalizationValue<"date">;
4504
- };
4505
- waitlist: {
4506
- start: {
4507
- title: _clerk_types.LocalizationValue;
4508
- subtitle: _clerk_types.LocalizationValue;
4509
- formButton: _clerk_types.LocalizationValue;
4510
- actionText: _clerk_types.LocalizationValue;
4511
- actionLink: _clerk_types.LocalizationValue;
4512
- };
4513
- success: {
4514
- title: _clerk_types.LocalizationValue;
4515
- subtitle: _clerk_types.LocalizationValue;
4516
- message: _clerk_types.LocalizationValue;
4517
- };
4518
- };
4519
- apiKeys: {
4520
- formTitle: _clerk_types.LocalizationValue;
4521
- formHint: _clerk_types.LocalizationValue;
4522
- formButtonPrimary__add: _clerk_types.LocalizationValue;
4523
- menuAction__revoke: _clerk_types.LocalizationValue;
4524
- action__search: _clerk_types.LocalizationValue;
4525
- action__add: _clerk_types.LocalizationValue;
4526
- detailsTitle__emptyRow: _clerk_types.LocalizationValue;
4527
- revokeConfirmation: {
4528
- formTitle: _clerk_types.LocalizationValue<"apiKeyName">;
4529
- formHint: _clerk_types.LocalizationValue;
4530
- formButtonPrimary__revoke: _clerk_types.LocalizationValue;
4531
- confirmationText: _clerk_types.LocalizationValue;
4532
- };
4533
- lastUsed__seconds: _clerk_types.LocalizationValue<"seconds">;
4534
- lastUsed__minutes: _clerk_types.LocalizationValue<"minutes">;
4535
- lastUsed__hours: _clerk_types.LocalizationValue<"hours">;
4536
- lastUsed__days: _clerk_types.LocalizationValue<"days">;
4537
- lastUsed__months: _clerk_types.LocalizationValue<"months">;
4538
- lastUsed__years: _clerk_types.LocalizationValue<"years">;
4539
- formFieldOption__expiration__1d: _clerk_types.LocalizationValue;
4540
- formFieldOption__expiration__7d: _clerk_types.LocalizationValue;
4541
- formFieldOption__expiration__30d: _clerk_types.LocalizationValue;
4542
- formFieldOption__expiration__60d: _clerk_types.LocalizationValue;
4543
- formFieldOption__expiration__90d: _clerk_types.LocalizationValue;
4544
- formFieldOption__expiration__180d: _clerk_types.LocalizationValue;
4545
- formFieldOption__expiration__1y: _clerk_types.LocalizationValue;
4546
- formFieldOption__expiration__never: _clerk_types.LocalizationValue;
4547
- createdAndExpirationStatus__never: _clerk_types.LocalizationValue<"createdDate">;
4548
- createdAndExpirationStatus__expiresOn: _clerk_types.LocalizationValue<"createdDate" | "expiresDate">;
4549
- formFieldCaption__expiration__never: _clerk_types.LocalizationValue;
4550
- formFieldCaption__expiration__expiresOn: _clerk_types.LocalizationValue<"date">;
4551
- };
4552
- taskChooseOrganization: {
4553
- title: _clerk_types.LocalizationValue;
4554
- subtitle: _clerk_types.LocalizationValue;
4555
- signOut: {
4556
- actionText: _clerk_types.LocalizationValue<"identifier">;
4557
- actionLink: _clerk_types.LocalizationValue;
4558
- };
4559
- createOrganization: {
4560
- title: _clerk_types.LocalizationValue;
4561
- subtitle: _clerk_types.LocalizationValue;
4562
- formButtonSubmit: _clerk_types.LocalizationValue;
4563
- formButtonReset: _clerk_types.LocalizationValue;
4564
- };
4565
- chooseOrganization: {
4566
- title: _clerk_types.LocalizationValue;
4567
- subtitle: _clerk_types.LocalizationValue;
4568
- suggestionsAcceptedLabel: _clerk_types.LocalizationValue;
4569
- action__suggestionsAccept: _clerk_types.LocalizationValue;
4570
- action__createOrganization: _clerk_types.LocalizationValue;
4571
- action__invitationAccept: _clerk_types.LocalizationValue;
4572
- };
4573
- };
4574
- }>;
4575
- };
4576
-
4577
- declare const createTitleSchema: () => z.ZodString;
4578
- declare const createDescriptionSchema: () => z.ZodEffects<z.ZodOptional<z.ZodString>, string | undefined, unknown>;
4579
- declare const createIconSchema: () => z.ZodEffects<z.ZodOptional<z.ZodString>, string | undefined, unknown>;
4580
- declare const createDateSchema: () => z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, unknown>;
4581
- declare const createCommonDocsSchema: () => z.ZodObject<{
4582
- full: z.ZodOptional<z.ZodBoolean>;
4583
- _openapi: z.ZodOptional<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>;
4584
- } & {
4585
- title: z.ZodString;
4586
- description: z.ZodEffects<z.ZodOptional<z.ZodString>, string | undefined, unknown>;
4587
- icon: z.ZodEffects<z.ZodOptional<z.ZodString>, string | undefined, unknown>;
4588
- date: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, unknown>;
4589
- author: z.ZodOptional<z.ZodString>;
4590
- keywords: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
4591
- }, "strip", z.ZodTypeAny, {
4592
- date: string;
4593
- title: string;
4594
- description?: string | undefined;
4595
- icon?: string | undefined;
4596
- author?: string | undefined;
4597
- keywords?: string[] | undefined;
4598
- full?: boolean | undefined;
4599
- _openapi?: z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
4600
- }, {
4601
- title: string;
4602
- date?: unknown;
4603
- description?: unknown;
4604
- icon?: unknown;
4605
- author?: string | undefined;
4606
- keywords?: string[] | undefined;
4607
- full?: boolean | undefined;
4608
- _openapi?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
4609
- }>;
4610
- declare const createCommonMetaSchema: () => z.ZodObject<{
4611
- title: z.ZodOptional<z.ZodString>;
4612
- pages: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
4613
- root: z.ZodOptional<z.ZodBoolean>;
4614
- defaultOpen: z.ZodOptional<z.ZodBoolean>;
4615
- icon: z.ZodOptional<z.ZodString>;
4616
- } & {
4617
- description: z.ZodOptional<z.ZodString>;
4618
- }, "strip", z.ZodTypeAny, {
4619
- title?: string | undefined;
4620
- description?: string | undefined;
4621
- icon?: string | undefined;
4622
- pages?: string[] | undefined;
4623
- root?: boolean | undefined;
4624
- defaultOpen?: boolean | undefined;
4625
- }, {
4626
- title?: string | undefined;
4627
- description?: string | undefined;
4628
- icon?: string | undefined;
4629
- pages?: string[] | undefined;
4630
- root?: boolean | undefined;
4631
- defaultOpen?: boolean | undefined;
4632
- }>;
4633
- declare const remarkInstallOptions: {
4634
- persist: {
4635
- id: string;
4636
- };
4637
- };
4638
-
4639
- /**
4640
- * Generate robots.txt content
4641
- * @param baseUrl - The base URL of the website
4642
- * @returns Robots configuration
4643
- */
4644
- declare function generateRobots(baseUrl: string): MetadataRoute.Robots;
4645
- /**
4646
- * Generate sitemap.xml content
4647
- * @param baseUrl - The base URL of the website
4648
- * @param locales - Supported locales array
4649
- * @param mdxSourceDir - MDX source directory path
4650
- * @param openMdxSEOSiteMap - Whether to include MDX content in sitemap, default is true
4651
- * @returns Sitemap entries
4652
- */
4653
- declare function generateSitemap(baseUrl: string, locales: string[], mdxSourceDir: string, openMdxSEOSiteMap?: boolean): MetadataRoute.Sitemap;
4654
- /**
4655
- * Create robots.txt handler function
4656
- * @param baseUrl - The base URL of the website
4657
- * @returns Robots handler function
4658
- */
4659
- declare function createRobotsHandler(baseUrl: string): () => MetadataRoute.Robots;
4660
- /**
4661
- * Create sitemap.xml handler function
4662
- * @param baseUrl - The base URL of the website
4663
- * @param locales - Supported locales array
4664
- * @param mdxSourceDir - MDX source directory path, default is empty
4665
- * @param openMdxSEOSiteMap - Whether to include MDX content in sitemap, default is true
4666
- * @returns Sitemap handler function
4667
- */
4668
- declare function createSitemapHandler(baseUrl: string, locales: string[], mdxSourceDir?: string, openMdxSEOSiteMap?: boolean): () => MetadataRoute.Sitemap;
4669
-
4670
- export { clerkIntl, createCommonDocsSchema, createCommonMetaSchema, createDateSchema, createDescriptionSchema, createIconSchema, createRobotsHandler, createSitemapHandler, createTitleSchema, fumaI18nCn, generateRobots, generateSitemap, remarkInstallOptions };
1
+ export * from './fuma-search-util';
2
+ export * from './clerk-intl';
3
+ export * from './fuma-schema-check-util';
4
+ export * from './seo-util';