keycloakify 10.0.0-rc.12 → 10.0.0-rc.121

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 (1274) hide show
  1. package/PUBLIC_URL.d.ts +1 -1
  2. package/PUBLIC_URL.js +4 -4
  3. package/PUBLIC_URL.js.map +1 -1
  4. package/README.md +35 -246
  5. package/account/DefaultPage.d.ts +5 -0
  6. package/account/DefaultPage.js +44 -0
  7. package/account/DefaultPage.js.map +1 -0
  8. package/account/KcContext/KcContext.d.ts +268 -0
  9. package/account/KcContext/KcContext.js.map +1 -0
  10. package/account/KcContext/getKcContextMock.d.ts +24 -0
  11. package/account/KcContext/getKcContextMock.js +28 -0
  12. package/account/KcContext/getKcContextMock.js.map +1 -0
  13. package/account/KcContext/index.d.ts +2 -0
  14. package/account/KcContext/index.js +2 -0
  15. package/account/KcContext/index.js.map +1 -0
  16. package/account/KcContext/kcContextMocks.d.ts +4 -0
  17. package/account/KcContext/kcContextMocks.js +146 -0
  18. package/account/KcContext/kcContextMocks.js.map +1 -0
  19. package/account/Template.d.ts +2 -2
  20. package/account/Template.js +14 -12
  21. package/account/Template.js.map +1 -1
  22. package/account/TemplateProps.d.ts +3 -5
  23. package/account/i18n/GenericI18n.d.ts +6 -0
  24. package/account/i18n/GenericI18n.js +2 -0
  25. package/account/i18n/GenericI18n.js.map +1 -0
  26. package/account/i18n/i18n.d.ts +42 -50
  27. package/account/i18n/i18n.js +91 -92
  28. package/account/i18n/i18n.js.map +1 -1
  29. package/account/i18n/index.d.ts +5 -1
  30. package/account/i18n/index.js +1 -1
  31. package/account/i18n/index.js.map +1 -1
  32. package/account/i18n/messages_defaultSet/ar.d.ts +361 -0
  33. package/account/i18n/messages_defaultSet/ar.js +366 -0
  34. package/account/i18n/messages_defaultSet/ar.js.map +1 -0
  35. package/account/i18n/messages_defaultSet/ca.d.ts +361 -0
  36. package/account/i18n/messages_defaultSet/ca.js +366 -0
  37. package/account/i18n/messages_defaultSet/ca.js.map +1 -0
  38. package/account/i18n/messages_defaultSet/cs.d.ts +153 -0
  39. package/account/i18n/messages_defaultSet/cs.js +158 -0
  40. package/account/i18n/messages_defaultSet/cs.js.map +1 -0
  41. package/account/i18n/messages_defaultSet/da.d.ts +290 -0
  42. package/account/i18n/messages_defaultSet/da.js +295 -0
  43. package/account/i18n/messages_defaultSet/da.js.map +1 -0
  44. package/account/i18n/messages_defaultSet/de.d.ts +313 -0
  45. package/account/i18n/messages_defaultSet/de.js +318 -0
  46. package/account/i18n/messages_defaultSet/de.js.map +1 -0
  47. package/account/i18n/messages_defaultSet/el.d.ts +360 -0
  48. package/account/i18n/messages_defaultSet/el.js +365 -0
  49. package/account/i18n/messages_defaultSet/el.js.map +1 -0
  50. package/account/i18n/messages_defaultSet/en.d.ts +364 -0
  51. package/account/i18n/messages_defaultSet/en.js +369 -0
  52. package/account/i18n/messages_defaultSet/en.js.map +1 -0
  53. package/account/i18n/messages_defaultSet/es.d.ts +363 -0
  54. package/account/i18n/messages_defaultSet/es.js +368 -0
  55. package/account/i18n/messages_defaultSet/es.js.map +1 -0
  56. package/account/i18n/messages_defaultSet/fa.d.ts +361 -0
  57. package/account/i18n/messages_defaultSet/fa.js +366 -0
  58. package/account/i18n/messages_defaultSet/fa.js.map +1 -0
  59. package/account/i18n/messages_defaultSet/fi.d.ts +357 -0
  60. package/account/i18n/messages_defaultSet/fi.js +362 -0
  61. package/account/i18n/messages_defaultSet/fi.js.map +1 -0
  62. package/account/i18n/messages_defaultSet/fr.d.ts +164 -0
  63. package/account/i18n/messages_defaultSet/fr.js +169 -0
  64. package/account/i18n/messages_defaultSet/fr.js.map +1 -0
  65. package/account/i18n/messages_defaultSet/hu.d.ts +361 -0
  66. package/account/i18n/messages_defaultSet/hu.js +366 -0
  67. package/account/i18n/messages_defaultSet/hu.js.map +1 -0
  68. package/account/i18n/messages_defaultSet/index.d.ts +2096 -0
  69. package/account/i18n/messages_defaultSet/index.js +39 -0
  70. package/account/i18n/messages_defaultSet/index.js.map +1 -0
  71. package/account/i18n/messages_defaultSet/it.d.ts +301 -0
  72. package/account/i18n/messages_defaultSet/it.js +306 -0
  73. package/account/i18n/messages_defaultSet/it.js.map +1 -0
  74. package/account/i18n/messages_defaultSet/ja.d.ts +295 -0
  75. package/account/i18n/messages_defaultSet/ja.js +300 -0
  76. package/account/i18n/messages_defaultSet/ja.js.map +1 -0
  77. package/account/i18n/messages_defaultSet/lt.d.ts +138 -0
  78. package/account/i18n/messages_defaultSet/lt.js +143 -0
  79. package/account/i18n/messages_defaultSet/lt.js.map +1 -0
  80. package/account/i18n/messages_defaultSet/lv.d.ts +182 -0
  81. package/account/i18n/messages_defaultSet/lv.js +187 -0
  82. package/account/i18n/messages_defaultSet/lv.js.map +1 -0
  83. package/account/i18n/messages_defaultSet/nl.d.ts +330 -0
  84. package/account/i18n/messages_defaultSet/nl.js +335 -0
  85. package/account/i18n/messages_defaultSet/nl.js.map +1 -0
  86. package/account/i18n/messages_defaultSet/no.d.ts +138 -0
  87. package/account/i18n/messages_defaultSet/no.js +143 -0
  88. package/account/i18n/messages_defaultSet/no.js.map +1 -0
  89. package/account/i18n/messages_defaultSet/pl.d.ts +339 -0
  90. package/account/i18n/messages_defaultSet/pl.js +344 -0
  91. package/account/i18n/messages_defaultSet/pl.js.map +1 -0
  92. package/account/i18n/messages_defaultSet/pt-BR.d.ts +309 -0
  93. package/account/i18n/messages_defaultSet/pt-BR.js +314 -0
  94. package/account/i18n/messages_defaultSet/pt-BR.js.map +1 -0
  95. package/account/i18n/messages_defaultSet/ru.d.ts +206 -0
  96. package/account/i18n/messages_defaultSet/ru.js +211 -0
  97. package/account/i18n/messages_defaultSet/ru.js.map +1 -0
  98. package/account/i18n/messages_defaultSet/sk.d.ts +176 -0
  99. package/account/i18n/messages_defaultSet/sk.js +181 -0
  100. package/account/i18n/messages_defaultSet/sk.js.map +1 -0
  101. package/account/i18n/messages_defaultSet/sv.d.ts +135 -0
  102. package/account/i18n/messages_defaultSet/sv.js +140 -0
  103. package/account/i18n/messages_defaultSet/sv.js.map +1 -0
  104. package/account/i18n/messages_defaultSet/th.d.ts +339 -0
  105. package/account/i18n/messages_defaultSet/th.js +344 -0
  106. package/account/i18n/messages_defaultSet/th.js.map +1 -0
  107. package/account/i18n/messages_defaultSet/tr.d.ts +278 -0
  108. package/account/i18n/messages_defaultSet/tr.js +283 -0
  109. package/account/i18n/messages_defaultSet/tr.js.map +1 -0
  110. package/account/i18n/messages_defaultSet/uk.d.ts +339 -0
  111. package/account/i18n/messages_defaultSet/uk.js +344 -0
  112. package/account/i18n/messages_defaultSet/uk.js.map +1 -0
  113. package/account/i18n/messages_defaultSet/zh-CN.d.ts +148 -0
  114. package/account/i18n/messages_defaultSet/zh-CN.js +153 -0
  115. package/account/i18n/messages_defaultSet/zh-CN.js.map +1 -0
  116. package/account/i18n/useI18n.d.ts +14 -0
  117. package/account/i18n/useI18n.js +59 -0
  118. package/account/i18n/useI18n.js.map +1 -0
  119. package/account/index.d.ts +3 -7
  120. package/account/index.js +1 -5
  121. package/account/index.js.map +1 -1
  122. package/account/lib/kcClsx.d.ts +9 -0
  123. package/account/lib/kcClsx.js +19 -0
  124. package/account/lib/kcClsx.js.map +1 -0
  125. package/account/pages/Account.d.ts +1 -1
  126. package/account/pages/Account.js +7 -6
  127. package/account/pages/Account.js.map +1 -1
  128. package/account/pages/Applications.d.ts +1 -1
  129. package/account/pages/Applications.js +8 -9
  130. package/account/pages/Applications.js.map +1 -1
  131. package/account/pages/FederatedIdentity.d.ts +3 -3
  132. package/account/pages/FederatedIdentity.js +1 -1
  133. package/account/pages/FederatedIdentity.js.map +1 -1
  134. package/account/pages/Log.d.ts +1 -1
  135. package/account/pages/Log.js +3 -3
  136. package/account/pages/Log.js.map +1 -1
  137. package/account/pages/PageProps.d.ts +4 -6
  138. package/account/pages/Password.d.ts +1 -1
  139. package/account/pages/Password.js +16 -13
  140. package/account/pages/Password.js.map +1 -1
  141. package/account/pages/Sessions.d.ts +1 -1
  142. package/account/pages/Sessions.js +3 -4
  143. package/account/pages/Sessions.js.map +1 -1
  144. package/account/pages/Totp.d.ts +1 -1
  145. package/account/pages/Totp.js +9 -10
  146. package/account/pages/Totp.js.map +1 -1
  147. package/bin/193.index.js +160 -0
  148. package/bin/246.index.js +75118 -371
  149. package/bin/266.index.js +806 -0
  150. package/bin/304.index.js +1108 -0
  151. package/bin/31.index.js +799 -0
  152. package/bin/430.index.js +1349 -0
  153. package/bin/440.index.js +1537 -0
  154. package/bin/453.index.js +769 -0
  155. package/bin/525.index.js +41826 -0
  156. package/bin/526.index.js +1108 -0
  157. package/bin/599.index.js +560 -0
  158. package/bin/622.index.js +720 -0
  159. package/bin/678.index.js +10486 -0
  160. package/bin/697.index.js +4749 -0
  161. package/bin/720.index.js +243 -0
  162. package/bin/743.index.js +70 -0
  163. package/bin/780.index.js +895 -0
  164. package/bin/786.index.js +185 -0
  165. package/bin/877.index.js +275 -0
  166. package/bin/932.index.js +946 -0
  167. package/bin/941.index.js +4215 -0
  168. package/bin/97.index.js +677 -0
  169. package/bin/main.js +7685 -141696
  170. package/bin/shared/KeycloakVersionRange.d.ts +3 -3
  171. package/bin/shared/buildContext.d.ts +85 -0
  172. package/bin/shared/buildContext.js.map +1 -0
  173. package/bin/shared/constants.d.ts +18 -15
  174. package/bin/shared/constants.js +15 -15
  175. package/bin/shared/constants.js.map +1 -1
  176. package/bin/shared/copyKeycloakResourcesToPublic.d.ts +3 -3
  177. package/bin/shared/copyKeycloakResourcesToPublic.js.map +1 -1
  178. package/bin/shared/downloadKeycloakDefaultTheme.d.ts +11 -0
  179. package/bin/shared/downloadKeycloakDefaultTheme.js.map +1 -0
  180. package/bin/shared/downloadKeycloakStaticResources.d.ts +3 -5
  181. package/bin/shared/downloadKeycloakStaticResources.js.map +1 -1
  182. package/bin/shared/generateKcGenTs.d.ts +15 -0
  183. package/bin/shared/generateKcGenTs.js.map +1 -0
  184. package/bin/shared/getLatestsSemVersionedTag.d.ts +10 -0
  185. package/bin/shared/getLatestsSemVersionedTag.js.map +1 -0
  186. package/bin/shared/metaInfKeycloakThemes.d.ts +4 -8
  187. package/bin/shared/metaInfKeycloakThemes.js.map +1 -1
  188. package/bin/shared/promptKeycloakVersion.d.ts +1 -0
  189. package/bin/shared/promptKeycloakVersion.js.map +1 -1
  190. package/lib/BASE_URL.js.map +1 -1
  191. package/lib/getKcClsx.d.ts +11 -0
  192. package/lib/getKcClsx.js +56 -0
  193. package/lib/getKcClsx.js.map +1 -0
  194. package/login/DefaultPage.d.ts +12 -0
  195. package/login/DefaultPage.js +125 -0
  196. package/login/DefaultPage.js.map +1 -0
  197. package/login/KcContext/KcContext.d.ts +579 -0
  198. package/login/KcContext/KcContext.js.map +1 -0
  199. package/login/KcContext/getKcContextMock.d.ts +24 -0
  200. package/login/KcContext/getKcContextMock.js +28 -0
  201. package/login/KcContext/getKcContextMock.js.map +1 -0
  202. package/login/KcContext/index.d.ts +2 -0
  203. package/login/KcContext/index.js +2 -0
  204. package/login/KcContext/index.js.map +1 -0
  205. package/login/KcContext/kcContextMocks.d.ts +4 -0
  206. package/login/KcContext/kcContextMocks.js +333 -0
  207. package/login/KcContext/kcContextMocks.js.map +1 -0
  208. package/login/Template.d.ts +2 -2
  209. package/login/Template.js +31 -25
  210. package/login/Template.js.map +1 -1
  211. package/login/TemplateProps.d.ts +3 -6
  212. package/login/UserProfileFormFields.d.ts +3 -20
  213. package/login/UserProfileFormFields.js +81 -124
  214. package/login/UserProfileFormFields.js.map +1 -1
  215. package/login/UserProfileFormFieldsProps.d.ts +24 -0
  216. package/login/UserProfileFormFieldsProps.js +2 -0
  217. package/login/UserProfileFormFieldsProps.js.map +1 -0
  218. package/login/i18n/GenericI18n.d.ts +6 -0
  219. package/login/i18n/GenericI18n.js +2 -0
  220. package/login/i18n/GenericI18n.js.map +1 -0
  221. package/login/i18n/i18n.d.ts +42 -52
  222. package/login/i18n/i18n.js +88 -94
  223. package/login/i18n/i18n.js.map +1 -1
  224. package/login/i18n/index.d.ts +5 -1
  225. package/login/i18n/index.js +1 -1
  226. package/login/i18n/index.js.map +1 -1
  227. package/login/i18n/messages_defaultSet/ar.d.ts +447 -0
  228. package/login/i18n/messages_defaultSet/ar.js +452 -0
  229. package/login/i18n/messages_defaultSet/ar.js.map +1 -0
  230. package/login/i18n/messages_defaultSet/ca.d.ts +466 -0
  231. package/login/i18n/messages_defaultSet/ca.js +471 -0
  232. package/login/i18n/messages_defaultSet/ca.js.map +1 -0
  233. package/login/i18n/messages_defaultSet/cs.d.ts +444 -0
  234. package/login/i18n/messages_defaultSet/cs.js +449 -0
  235. package/login/i18n/messages_defaultSet/cs.js.map +1 -0
  236. package/login/i18n/messages_defaultSet/da.d.ts +319 -0
  237. package/login/i18n/messages_defaultSet/da.js +324 -0
  238. package/login/i18n/messages_defaultSet/da.js.map +1 -0
  239. package/login/i18n/messages_defaultSet/de.d.ts +378 -0
  240. package/login/i18n/messages_defaultSet/de.js +383 -0
  241. package/login/i18n/messages_defaultSet/de.js.map +1 -0
  242. package/login/i18n/messages_defaultSet/el.d.ts +461 -0
  243. package/login/i18n/messages_defaultSet/el.js +466 -0
  244. package/login/i18n/messages_defaultSet/el.js.map +1 -0
  245. package/login/i18n/messages_defaultSet/en.d.ts +476 -0
  246. package/login/i18n/messages_defaultSet/en.js +481 -0
  247. package/login/i18n/messages_defaultSet/en.js.map +1 -0
  248. package/login/i18n/messages_defaultSet/es.d.ts +476 -0
  249. package/login/i18n/messages_defaultSet/es.js +481 -0
  250. package/login/i18n/messages_defaultSet/es.js.map +1 -0
  251. package/login/i18n/messages_defaultSet/fa.d.ts +461 -0
  252. package/login/i18n/messages_defaultSet/fa.js +466 -0
  253. package/login/i18n/messages_defaultSet/fa.js.map +1 -0
  254. package/login/i18n/messages_defaultSet/fi.d.ts +377 -0
  255. package/login/i18n/messages_defaultSet/fi.js +382 -0
  256. package/login/i18n/messages_defaultSet/fi.js.map +1 -0
  257. package/login/i18n/messages_defaultSet/fr.d.ts +393 -0
  258. package/login/i18n/messages_defaultSet/fr.js +398 -0
  259. package/login/i18n/messages_defaultSet/fr.js.map +1 -0
  260. package/login/i18n/messages_defaultSet/hu.d.ts +466 -0
  261. package/login/i18n/messages_defaultSet/hu.js +471 -0
  262. package/login/i18n/messages_defaultSet/hu.js.map +1 -0
  263. package/login/i18n/messages_defaultSet/index.d.ts +3931 -0
  264. package/login/i18n/messages_defaultSet/index.js +39 -0
  265. package/login/i18n/messages_defaultSet/index.js.map +1 -0
  266. package/login/i18n/messages_defaultSet/it.d.ts +319 -0
  267. package/login/i18n/messages_defaultSet/it.js +324 -0
  268. package/login/i18n/messages_defaultSet/it.js.map +1 -0
  269. package/login/i18n/messages_defaultSet/ja.d.ts +323 -0
  270. package/login/i18n/messages_defaultSet/ja.js +328 -0
  271. package/login/i18n/messages_defaultSet/ja.js.map +1 -0
  272. package/login/i18n/messages_defaultSet/lt.d.ts +203 -0
  273. package/login/i18n/messages_defaultSet/lt.js +208 -0
  274. package/login/i18n/messages_defaultSet/lt.js.map +1 -0
  275. package/login/i18n/messages_defaultSet/lv.d.ts +214 -0
  276. package/login/i18n/messages_defaultSet/lv.js +219 -0
  277. package/login/i18n/messages_defaultSet/lv.js.map +1 -0
  278. package/login/i18n/messages_defaultSet/nl.d.ts +285 -0
  279. package/login/i18n/messages_defaultSet/nl.js +290 -0
  280. package/login/i18n/messages_defaultSet/nl.js.map +1 -0
  281. package/login/i18n/messages_defaultSet/no.d.ts +202 -0
  282. package/login/i18n/messages_defaultSet/no.js +207 -0
  283. package/login/i18n/messages_defaultSet/no.js.map +1 -0
  284. package/login/i18n/messages_defaultSet/pl.d.ts +292 -0
  285. package/login/i18n/messages_defaultSet/pl.js +297 -0
  286. package/login/i18n/messages_defaultSet/pl.js.map +1 -0
  287. package/login/i18n/messages_defaultSet/pt-BR.d.ts +346 -0
  288. package/login/i18n/messages_defaultSet/pt-BR.js +351 -0
  289. package/login/i18n/messages_defaultSet/pt-BR.js.map +1 -0
  290. package/login/i18n/messages_defaultSet/ru.d.ts +220 -0
  291. package/login/i18n/messages_defaultSet/ru.js +225 -0
  292. package/login/i18n/messages_defaultSet/ru.js.map +1 -0
  293. package/login/i18n/messages_defaultSet/sk.d.ts +447 -0
  294. package/login/i18n/messages_defaultSet/sk.js +452 -0
  295. package/login/i18n/messages_defaultSet/sk.js.map +1 -0
  296. package/login/i18n/messages_defaultSet/sv.d.ts +201 -0
  297. package/login/i18n/messages_defaultSet/sv.js +206 -0
  298. package/login/i18n/messages_defaultSet/sv.js.map +1 -0
  299. package/login/i18n/messages_defaultSet/th.d.ts +443 -0
  300. package/login/i18n/messages_defaultSet/th.js +448 -0
  301. package/login/i18n/messages_defaultSet/th.js.map +1 -0
  302. package/login/i18n/messages_defaultSet/tr.d.ts +270 -0
  303. package/login/i18n/messages_defaultSet/tr.js +275 -0
  304. package/login/i18n/messages_defaultSet/tr.js.map +1 -0
  305. package/login/i18n/messages_defaultSet/uk.d.ts +442 -0
  306. package/login/i18n/messages_defaultSet/uk.js +447 -0
  307. package/login/i18n/messages_defaultSet/uk.js.map +1 -0
  308. package/login/i18n/messages_defaultSet/zh-CN.d.ts +471 -0
  309. package/login/i18n/messages_defaultSet/zh-CN.js +476 -0
  310. package/login/i18n/messages_defaultSet/zh-CN.js.map +1 -0
  311. package/login/i18n/useI18n.d.ts +14 -0
  312. package/login/i18n/useI18n.js +59 -0
  313. package/login/i18n/useI18n.js.map +1 -0
  314. package/login/index.d.ts +3 -8
  315. package/login/index.js +1 -6
  316. package/login/index.js.map +1 -1
  317. package/login/lib/kcClsx.d.ts +9 -0
  318. package/login/lib/kcClsx.js +130 -0
  319. package/login/lib/kcClsx.js.map +1 -0
  320. package/login/lib/useUserProfileForm.d.ts +20 -8
  321. package/login/lib/useUserProfileForm.js +422 -295
  322. package/login/lib/useUserProfileForm.js.map +1 -1
  323. package/login/pages/Code.d.ts +1 -1
  324. package/login/pages/Code.js +3 -3
  325. package/login/pages/Code.js.map +1 -1
  326. package/login/pages/DeleteAccountConfirm.d.ts +1 -1
  327. package/login/pages/DeleteAccountConfirm.js +7 -4
  328. package/login/pages/DeleteAccountConfirm.js.map +1 -1
  329. package/login/pages/DeleteCredential.d.ts +1 -1
  330. package/login/pages/DeleteCredential.js +3 -4
  331. package/login/pages/DeleteCredential.js.map +1 -1
  332. package/login/pages/Error.d.ts +1 -1
  333. package/login/pages/Error.js +1 -1
  334. package/login/pages/Error.js.map +1 -1
  335. package/login/pages/FrontchannelLogout.d.ts +1 -1
  336. package/login/pages/FrontchannelLogout.js +1 -1
  337. package/login/pages/FrontchannelLogout.js.map +1 -1
  338. package/login/pages/IdpReviewUserProfile.d.ts +4 -3
  339. package/login/pages/IdpReviewUserProfile.js +4 -5
  340. package/login/pages/IdpReviewUserProfile.js.map +1 -1
  341. package/login/pages/Info.d.ts +1 -1
  342. package/login/pages/Info.js +19 -9
  343. package/login/pages/Info.js.map +1 -1
  344. package/login/pages/Login.d.ts +1 -1
  345. package/login/pages/Login.js +12 -8
  346. package/login/pages/Login.js.map +1 -1
  347. package/login/pages/LoginConfigTotp.d.ts +1 -1
  348. package/login/pages/LoginConfigTotp.js +10 -7
  349. package/login/pages/LoginConfigTotp.js.map +1 -1
  350. package/login/pages/LoginIdpLinkConfirm.d.ts +1 -1
  351. package/login/pages/LoginIdpLinkConfirm.js +3 -4
  352. package/login/pages/LoginIdpLinkConfirm.js.map +1 -1
  353. package/login/pages/LoginIdpLinkEmail.d.ts +2 -2
  354. package/login/pages/LoginIdpLinkEmail.js +1 -1
  355. package/login/pages/LoginIdpLinkEmail.js.map +1 -1
  356. package/login/pages/LoginOauth2DeviceVerifyUserCode.d.ts +3 -3
  357. package/login/pages/LoginOauth2DeviceVerifyUserCode.js +3 -4
  358. package/login/pages/LoginOauth2DeviceVerifyUserCode.js.map +1 -1
  359. package/login/pages/LoginOauthGrant.d.ts +3 -3
  360. package/login/pages/LoginOauthGrant.js +4 -5
  361. package/login/pages/LoginOauthGrant.js.map +1 -1
  362. package/login/pages/LoginOtp.d.ts +1 -1
  363. package/login/pages/LoginOtp.js +5 -4
  364. package/login/pages/LoginOtp.js.map +1 -1
  365. package/login/pages/LoginPageExpired.d.ts +1 -1
  366. package/login/pages/LoginPageExpired.js +1 -1
  367. package/login/pages/LoginPageExpired.js.map +1 -1
  368. package/login/pages/LoginPassword.d.ts +1 -1
  369. package/login/pages/LoginPassword.js +9 -7
  370. package/login/pages/LoginPassword.js.map +1 -1
  371. package/login/pages/LoginRecoveryAuthnCodeConfig.d.ts +1 -1
  372. package/login/pages/LoginRecoveryAuthnCodeConfig.js +16 -16
  373. package/login/pages/LoginRecoveryAuthnCodeConfig.js.map +1 -1
  374. package/login/pages/LoginRecoveryAuthnCodeInput.d.ts +1 -1
  375. package/login/pages/LoginRecoveryAuthnCodeInput.js +5 -4
  376. package/login/pages/LoginRecoveryAuthnCodeInput.js.map +1 -1
  377. package/login/pages/LoginResetOtp.d.ts +1 -1
  378. package/login/pages/LoginResetOtp.js +3 -4
  379. package/login/pages/LoginResetOtp.js.map +1 -1
  380. package/login/pages/LoginResetPassword.d.ts +1 -1
  381. package/login/pages/LoginResetPassword.js +6 -5
  382. package/login/pages/LoginResetPassword.js.map +1 -1
  383. package/login/pages/LoginUpdatePassword.d.ts +1 -1
  384. package/login/pages/LoginUpdatePassword.js +12 -9
  385. package/login/pages/LoginUpdatePassword.js.map +1 -1
  386. package/login/pages/LoginUpdateProfile.d.ts +4 -3
  387. package/login/pages/LoginUpdateProfile.js +5 -9
  388. package/login/pages/LoginUpdateProfile.js.map +1 -1
  389. package/login/pages/LoginUsername.d.ts +1 -1
  390. package/login/pages/LoginUsername.js +5 -5
  391. package/login/pages/LoginUsername.js.map +1 -1
  392. package/login/pages/LoginVerifyEmail.d.ts +1 -1
  393. package/login/pages/LoginVerifyEmail.js +1 -1
  394. package/login/pages/LoginVerifyEmail.js.map +1 -1
  395. package/login/pages/LoginX509Info.d.ts +1 -1
  396. package/login/pages/LoginX509Info.js +3 -4
  397. package/login/pages/LoginX509Info.js.map +1 -1
  398. package/login/pages/LogoutConfirm.d.ts +1 -1
  399. package/login/pages/LogoutConfirm.js +3 -4
  400. package/login/pages/LogoutConfirm.js.map +1 -1
  401. package/login/pages/PageProps.d.ts +3 -5
  402. package/login/pages/Register.d.ts +4 -3
  403. package/login/pages/Register.js +9 -19
  404. package/login/pages/Register.js.map +1 -1
  405. package/login/pages/SamlPostForm.d.ts +1 -1
  406. package/login/pages/SamlPostForm.js +2 -2
  407. package/login/pages/SamlPostForm.js.map +1 -1
  408. package/login/pages/SelectAuthenticator.d.ts +2 -2
  409. package/login/pages/SelectAuthenticator.js +4 -8
  410. package/login/pages/SelectAuthenticator.js.map +1 -1
  411. package/login/pages/Terms.d.ts +2 -2
  412. package/login/pages/Terms.js +3 -10
  413. package/login/pages/Terms.js.map +1 -1
  414. package/login/pages/UpdateEmail.d.ts +3 -2
  415. package/login/pages/UpdateEmail.js +6 -10
  416. package/login/pages/UpdateEmail.js.map +1 -1
  417. package/login/pages/WebauthnAuthenticate.d.ts +1 -1
  418. package/login/pages/WebauthnAuthenticate.js +25 -22
  419. package/login/pages/WebauthnAuthenticate.js.map +1 -1
  420. package/login/pages/WebauthnError.d.ts +1 -1
  421. package/login/pages/WebauthnError.js +4 -5
  422. package/login/pages/WebauthnError.js.map +1 -1
  423. package/login/pages/WebauthnRegister.d.ts +1 -1
  424. package/login/pages/WebauthnRegister.js +16 -17
  425. package/login/pages/WebauthnRegister.js.map +1 -1
  426. package/package.json +820 -9746
  427. package/src/PUBLIC_URL.ts +4 -4
  428. package/src/account/DefaultPage.tsx +41 -0
  429. package/src/account/KcContext/KcContext.ts +310 -0
  430. package/src/account/KcContext/getKcContextMock.ts +69 -0
  431. package/src/account/KcContext/index.ts +2 -0
  432. package/src/account/KcContext/kcContextMocks.ts +193 -0
  433. package/src/account/Template.tsx +20 -17
  434. package/src/account/TemplateProps.ts +4 -5
  435. package/src/account/i18n/GenericI18n.tsx +6 -0
  436. package/src/account/i18n/i18n.tsx +164 -144
  437. package/src/account/i18n/index.ts +5 -1
  438. package/src/account/i18n/messages_defaultSet/ar.ts +367 -0
  439. package/src/account/i18n/messages_defaultSet/ca.ts +367 -0
  440. package/src/account/i18n/messages_defaultSet/cs.ts +159 -0
  441. package/src/account/i18n/messages_defaultSet/da.ts +296 -0
  442. package/src/account/i18n/messages_defaultSet/de.ts +319 -0
  443. package/src/account/i18n/messages_defaultSet/el.ts +366 -0
  444. package/src/account/i18n/messages_defaultSet/en.ts +370 -0
  445. package/src/account/i18n/messages_defaultSet/es.ts +369 -0
  446. package/src/account/i18n/messages_defaultSet/fa.ts +367 -0
  447. package/src/account/i18n/messages_defaultSet/fi.ts +363 -0
  448. package/src/account/i18n/messages_defaultSet/fr.ts +170 -0
  449. package/src/account/i18n/messages_defaultSet/hu.ts +367 -0
  450. package/src/account/i18n/messages_defaultSet/index.ts +39 -0
  451. package/src/account/i18n/messages_defaultSet/it.ts +307 -0
  452. package/src/account/i18n/messages_defaultSet/ja.ts +301 -0
  453. package/src/account/i18n/messages_defaultSet/lt.ts +144 -0
  454. package/src/account/i18n/messages_defaultSet/lv.ts +188 -0
  455. package/src/account/i18n/messages_defaultSet/nl.ts +336 -0
  456. package/src/account/i18n/messages_defaultSet/no.ts +144 -0
  457. package/src/account/i18n/messages_defaultSet/pl.ts +345 -0
  458. package/src/account/i18n/messages_defaultSet/pt-BR.ts +315 -0
  459. package/src/account/i18n/messages_defaultSet/ru.ts +212 -0
  460. package/src/account/i18n/messages_defaultSet/sk.ts +182 -0
  461. package/src/account/i18n/messages_defaultSet/sv.ts +141 -0
  462. package/src/account/i18n/messages_defaultSet/th.ts +345 -0
  463. package/src/account/i18n/messages_defaultSet/tr.ts +284 -0
  464. package/src/account/i18n/messages_defaultSet/uk.ts +345 -0
  465. package/src/account/i18n/messages_defaultSet/zh-CN.ts +154 -0
  466. package/src/account/i18n/useI18n.tsx +95 -0
  467. package/src/account/index.ts +3 -10
  468. package/src/account/lib/kcClsx.ts +25 -0
  469. package/src/account/pages/Account.tsx +12 -18
  470. package/src/account/pages/Applications.tsx +8 -10
  471. package/src/account/pages/FederatedIdentity.tsx +4 -4
  472. package/src/account/pages/Log.tsx +5 -5
  473. package/src/account/pages/PageProps.ts +4 -6
  474. package/src/account/pages/Password.tsx +17 -19
  475. package/src/account/pages/Sessions.tsx +5 -6
  476. package/src/account/pages/Totp.tsx +32 -42
  477. package/src/bin/add-story.ts +105 -0
  478. package/src/bin/copy-keycloak-resources-to-public.ts +3 -6
  479. package/src/bin/eject-page.ts +256 -0
  480. package/src/bin/initialize-account-theme/copyBoilerplate.ts +32 -0
  481. package/src/bin/initialize-account-theme/index.ts +1 -0
  482. package/src/bin/initialize-account-theme/initialize-account-theme.ts +112 -0
  483. package/src/bin/initialize-account-theme/initializeAccountTheme_multiPage.ts +21 -0
  484. package/src/bin/initialize-account-theme/initializeAccountTheme_singlePage.ts +150 -0
  485. package/src/bin/initialize-account-theme/src/multi-page/KcContext.ts +12 -0
  486. package/src/bin/initialize-account-theme/src/multi-page/KcPage.tsx +25 -0
  487. package/src/bin/initialize-account-theme/src/multi-page/KcPageStory.tsx +38 -0
  488. package/src/bin/initialize-account-theme/src/multi-page/i18n.ts +5 -0
  489. package/src/bin/initialize-account-theme/src/single-page/KcContext.ts +7 -0
  490. package/src/bin/initialize-account-theme/src/single-page/KcPage.tsx +11 -0
  491. package/src/bin/initialize-account-theme/updateAccountThemeImplementationInConfig.ts +92 -0
  492. package/src/bin/initialize-email-theme.ts +30 -26
  493. package/src/bin/keycloakify/buildJars/buildJar.ts +155 -80
  494. package/src/bin/keycloakify/buildJars/buildJars.ts +39 -32
  495. package/src/bin/keycloakify/buildJars/extensionVersions.ts +3 -2
  496. package/src/bin/keycloakify/buildJars/generatePom.ts +19 -11
  497. package/src/bin/keycloakify/buildJars/getKeycloakVersionRangeForJar.ts +44 -12
  498. package/src/bin/keycloakify/generateFtl/generateFtl.ts +76 -51
  499. package/src/bin/keycloakify/generateFtl/kcContextDeclarationTemplate.ftl +655 -0
  500. package/src/bin/keycloakify/generateResources/bringInAccountV1.ts +89 -0
  501. package/src/bin/keycloakify/generateResources/generateMessageProperties.ts +192 -0
  502. package/src/bin/keycloakify/generateResources/generateResources.ts +42 -0
  503. package/src/bin/keycloakify/generateResources/generateResourcesForMainTheme.ts +366 -0
  504. package/src/bin/keycloakify/generateResources/generateResourcesForThemeVariant.ts +70 -0
  505. package/src/bin/keycloakify/generateResources/index.ts +1 -0
  506. package/src/bin/keycloakify/generateResources/readExtraPageNames.ts +49 -0
  507. package/src/bin/keycloakify/generateResources/readFieldNameUsage.ts +91 -0
  508. package/src/bin/keycloakify/keycloakify.ts +53 -17
  509. package/src/bin/keycloakify/replacers/replaceImportsInCssCode.ts +52 -42
  510. package/src/bin/keycloakify/replacers/replaceImportsInJsCode/replaceImportsInJsCode.ts +14 -11
  511. package/src/bin/keycloakify/replacers/replaceImportsInJsCode/vite.ts +34 -19
  512. package/src/bin/keycloakify/replacers/replaceImportsInJsCode/webpack.ts +53 -18
  513. package/src/bin/main.ts +113 -44
  514. package/src/bin/shared/KeycloakVersionRange.ts +5 -3
  515. package/src/bin/shared/buildContext.ts +896 -0
  516. package/src/bin/shared/constants.ts +23 -15
  517. package/src/bin/shared/copyKeycloakResourcesToPublic.ts +34 -23
  518. package/src/bin/shared/downloadKeycloakDefaultTheme.ts +297 -0
  519. package/src/bin/shared/downloadKeycloakStaticResources.ts +31 -27
  520. package/src/bin/shared/generateKcGenTs.ts +175 -0
  521. package/src/bin/shared/getLatestsSemVersionedTag.ts +180 -0
  522. package/src/bin/shared/metaInfKeycloakThemes.ts +25 -19
  523. package/src/bin/shared/promptKeycloakVersion.ts +32 -77
  524. package/src/bin/start-keycloak/appBuild.ts +184 -0
  525. package/src/bin/start-keycloak/index.ts +1 -0
  526. package/src/bin/start-keycloak/keycloakifyBuild.ts +43 -0
  527. package/src/bin/start-keycloak/myrealm-realm-18.json +2155 -0
  528. package/src/bin/start-keycloak/myrealm-realm-19.json +2186 -0
  529. package/src/bin/start-keycloak/myrealm-realm-20.json +2197 -0
  530. package/src/bin/start-keycloak/myrealm-realm-21.json +2201 -0
  531. package/src/bin/start-keycloak/myrealm-realm-23.json +2155 -0
  532. package/src/bin/start-keycloak/myrealm-realm-24.json +2318 -0
  533. package/src/bin/start-keycloak/myrealm-realm-25.json +2400 -0
  534. package/src/bin/start-keycloak/start-keycloak.ts +451 -0
  535. package/src/bin/tools/SemVer.ts +32 -13
  536. package/src/bin/tools/String.prototype.replaceAll.ts +9 -2
  537. package/src/bin/tools/assertNoPnpmDlx.ts +15 -0
  538. package/src/bin/tools/crawl.ts +4 -1
  539. package/src/bin/tools/crc32.ts +42 -24
  540. package/src/bin/tools/downloadAndExtractArchive.ts +256 -0
  541. package/src/bin/tools/escapeStringForPropertiesFile.ts +64 -0
  542. package/src/bin/tools/extractArchive.ts +140 -0
  543. package/src/bin/tools/fetchProxyOptions.ts +76 -53
  544. package/src/bin/tools/getAbsoluteAndInOsFormatPath.ts +10 -2
  545. package/src/bin/tools/npmInstall.ts +63 -0
  546. package/src/bin/tools/octokit-addons/getLatestsSemVersionedTag.ts +11 -4
  547. package/src/bin/tools/octokit-addons/listTags.ts +15 -4
  548. package/src/bin/tools/partitionPromiseSettledResults.ts +12 -3
  549. package/src/bin/tools/readThisNpmPackageVersion.ts +5 -1
  550. package/src/bin/tools/transformCodebase.ts +29 -10
  551. package/src/bin/tools/trimIndent.ts +4 -1
  552. package/src/bin/tsconfig.json +7 -4
  553. package/src/bin/update-kc-gen.ts +13 -0
  554. package/src/lib/getKcClsx.ts +89 -0
  555. package/src/login/DefaultPage.tsx +129 -0
  556. package/src/login/KcContext/KcContext.ts +756 -0
  557. package/src/login/KcContext/getKcContextMock.ts +69 -0
  558. package/src/login/KcContext/index.ts +8 -0
  559. package/src/login/KcContext/kcContextMocks.ts +582 -0
  560. package/src/login/Template.tsx +69 -92
  561. package/src/login/TemplateProps.ts +3 -7
  562. package/src/login/UserProfileFormFields.tsx +139 -220
  563. package/src/login/UserProfileFormFieldsProps.tsx +22 -0
  564. package/src/login/i18n/GenericI18n.tsx +6 -0
  565. package/src/login/i18n/i18n.tsx +161 -147
  566. package/src/login/i18n/index.ts +5 -1
  567. package/src/login/i18n/messages_defaultSet/ar.ts +453 -0
  568. package/src/login/i18n/messages_defaultSet/ca.ts +472 -0
  569. package/src/login/i18n/messages_defaultSet/cs.ts +450 -0
  570. package/src/login/i18n/messages_defaultSet/da.ts +325 -0
  571. package/src/login/i18n/messages_defaultSet/de.ts +384 -0
  572. package/src/login/i18n/messages_defaultSet/el.ts +467 -0
  573. package/src/login/i18n/messages_defaultSet/en.ts +482 -0
  574. package/src/login/i18n/messages_defaultSet/es.ts +482 -0
  575. package/src/login/i18n/messages_defaultSet/fa.ts +467 -0
  576. package/src/login/i18n/messages_defaultSet/fi.ts +383 -0
  577. package/src/login/i18n/messages_defaultSet/fr.ts +399 -0
  578. package/src/login/i18n/messages_defaultSet/hu.ts +472 -0
  579. package/src/login/i18n/messages_defaultSet/index.ts +39 -0
  580. package/src/login/i18n/messages_defaultSet/it.ts +325 -0
  581. package/src/login/i18n/messages_defaultSet/ja.ts +329 -0
  582. package/src/login/i18n/messages_defaultSet/lt.ts +209 -0
  583. package/src/login/i18n/messages_defaultSet/lv.ts +220 -0
  584. package/src/login/i18n/messages_defaultSet/nl.ts +291 -0
  585. package/src/login/i18n/messages_defaultSet/no.ts +208 -0
  586. package/src/login/i18n/messages_defaultSet/pl.ts +298 -0
  587. package/src/login/i18n/messages_defaultSet/pt-BR.ts +352 -0
  588. package/src/login/i18n/messages_defaultSet/ru.ts +226 -0
  589. package/src/login/i18n/messages_defaultSet/sk.ts +453 -0
  590. package/src/login/i18n/messages_defaultSet/sv.ts +207 -0
  591. package/src/login/i18n/messages_defaultSet/th.ts +449 -0
  592. package/src/login/i18n/messages_defaultSet/tr.ts +276 -0
  593. package/src/login/i18n/messages_defaultSet/uk.ts +448 -0
  594. package/src/login/i18n/messages_defaultSet/zh-CN.ts +477 -0
  595. package/src/login/i18n/useI18n.tsx +95 -0
  596. package/src/login/index.ts +3 -11
  597. package/src/login/lib/kcClsx.ts +143 -0
  598. package/src/login/lib/useUserProfileForm.tsx +513 -354
  599. package/src/login/pages/Code.tsx +8 -5
  600. package/src/login/pages/DeleteAccountConfirm.tsx +15 -10
  601. package/src/login/pages/DeleteCredential.tsx +9 -7
  602. package/src/login/pages/Error.tsx +10 -3
  603. package/src/login/pages/FrontchannelLogout.tsx +6 -3
  604. package/src/login/pages/IdpReviewUserProfile.tsx +20 -21
  605. package/src/login/pages/Info.tsx +31 -14
  606. package/src/login/pages/Login.tsx +51 -59
  607. package/src/login/pages/LoginConfigTotp.tsx +49 -43
  608. package/src/login/pages/LoginIdpLinkConfirm.tsx +7 -18
  609. package/src/login/pages/LoginIdpLinkEmail.tsx +9 -3
  610. package/src/login/pages/LoginOauth2DeviceVerifyUserCode.tsx +24 -23
  611. package/src/login/pages/LoginOauthGrant.tsx +14 -20
  612. package/src/login/pages/LoginOtp.tsx +34 -32
  613. package/src/login/pages/LoginPageExpired.tsx +2 -2
  614. package/src/login/pages/LoginPassword.tsx +29 -34
  615. package/src/login/pages/LoginRecoveryAuthnCodeConfig.tsx +34 -34
  616. package/src/login/pages/LoginRecoveryAuthnCodeInput.tsx +26 -24
  617. package/src/login/pages/LoginResetOtp.tsx +19 -22
  618. package/src/login/pages/LoginResetPassword.tsx +28 -26
  619. package/src/login/pages/LoginUpdatePassword.tsx +82 -84
  620. package/src/login/pages/LoginUpdateProfile.tsx +32 -30
  621. package/src/login/pages/LoginUsername.tsx +23 -34
  622. package/src/login/pages/LoginVerifyEmail.tsx +5 -2
  623. package/src/login/pages/LoginX509Info.tsx +24 -33
  624. package/src/login/pages/LogoutConfirm.tsx +8 -14
  625. package/src/login/pages/PageProps.ts +3 -5
  626. package/src/login/pages/Register.tsx +54 -54
  627. package/src/login/pages/SamlPostForm.tsx +3 -3
  628. package/src/login/pages/SelectAuthenticator.tsx +24 -25
  629. package/src/login/pages/Terms.tsx +14 -24
  630. package/src/login/pages/UpdateEmail.tsx +30 -33
  631. package/src/login/pages/WebauthnAuthenticate.tsx +43 -47
  632. package/src/login/pages/WebauthnError.tsx +15 -19
  633. package/src/login/pages/WebauthnRegister.tsx +28 -37
  634. package/src/tools/Array.prototype.every.ts +4 -1
  635. package/src/tools/LazyOrNot.ts +3 -1
  636. package/src/tools/Object.fromEntries.ts +23 -0
  637. package/src/tools/StatefulObservable/README.md +16 -0
  638. package/src/tools/StatefulObservable/StatefulObservable.ts +58 -0
  639. package/src/tools/StatefulObservable/hooks/index.ts +2 -0
  640. package/src/tools/StatefulObservable/hooks/useObservable.ts +25 -0
  641. package/src/tools/StatefulObservable/hooks/useRerenderOnChange.ts +19 -0
  642. package/src/tools/StatefulObservable/index.ts +2 -0
  643. package/src/tools/ValueOf.ts +2 -0
  644. package/src/tools/clsx.ts +6 -42
  645. package/src/tools/clsx_withTransform.ts +55 -0
  646. package/src/tools/deepAssign.ts +57 -19
  647. package/src/tools/formatNumber.ts +7 -3
  648. package/src/tools/structuredCloneButFunctions.ts +24 -0
  649. package/src/tools/useConstCallback.ts +3 -1
  650. package/src/tools/useInsertLinkTags.ts +78 -74
  651. package/src/tools/useInsertScriptTags.ts +69 -73
  652. package/src/tools/useOnFirstMount.ts +18 -0
  653. package/src/tools/useSetClassName.ts +4 -1
  654. package/src/vite-plugin/vite-plugin.ts +78 -40
  655. package/stories/account/pages/Account.stories.tsx +18 -0
  656. package/stories/account/pages/Applications.stories.tsx +80 -0
  657. package/stories/account/pages/FederatedIdentity.stories.tsx +38 -0
  658. package/stories/account/pages/Log.stories.tsx +356 -0
  659. package/stories/account/pages/Password.stories.tsx +28 -0
  660. package/stories/account/pages/Sessions.stories.tsx +59 -0
  661. package/stories/account/pages/Totp.stories.tsx +182 -0
  662. package/stories/login/pages/Code.stories.tsx +18 -0
  663. package/stories/login/pages/DeleteAccountConfirm.stories.tsx +18 -0
  664. package/stories/login/pages/DeleteCredential.stories.tsx +18 -0
  665. package/stories/login/pages/Error.stories.tsx +28 -0
  666. package/stories/login/pages/FrontchannelLogout.stories.tsx +18 -0
  667. package/stories/login/pages/IdpReviewUserProfile.stories.tsx +18 -0
  668. package/stories/login/pages/Info.stories.tsx +57 -0
  669. package/stories/login/pages/Login.stories.tsx +221 -0
  670. package/stories/login/pages/LoginConfigTotp.stories.tsx +43 -0
  671. package/stories/login/pages/LoginDeviceVerifyUserCode.stories.tsx +18 -0
  672. package/stories/login/pages/LoginIdpLinkConfirm.stories.tsx +18 -0
  673. package/stories/login/pages/LoginIdpLinkEmail.stories.tsx +18 -0
  674. package/stories/login/pages/LoginOauth2DeviceVerifyUserCode.stories.tsx +18 -0
  675. package/stories/login/pages/LoginOauthGrant.stories.tsx +18 -0
  676. package/stories/login/pages/LoginOtp.stories.tsx +18 -0
  677. package/stories/login/pages/LoginPageExpired.stories.tsx +18 -0
  678. package/stories/login/pages/LoginPassword.stories.tsx +18 -0
  679. package/stories/login/pages/LoginRecoveryAuthnCodeConfig.stories.tsx +18 -0
  680. package/stories/login/pages/LoginRecoveryAuthnCodeInput.stories.tsx +18 -0
  681. package/stories/login/pages/LoginResetOtp.stories.tsx +18 -0
  682. package/stories/login/pages/LoginResetPassword.stories.tsx +31 -0
  683. package/stories/login/pages/LoginUpdatePassword.stories.tsx +18 -0
  684. package/stories/login/pages/LoginUpdateProfile.stories.tsx +18 -0
  685. package/stories/login/pages/LoginUsername.stories.tsx +31 -0
  686. package/stories/login/pages/LoginVerifyEmail.stories.tsx +30 -0
  687. package/stories/login/pages/LoginX509Info.stories.tsx +18 -0
  688. package/stories/login/pages/LogoutConfirm.stories.tsx +18 -0
  689. package/stories/login/pages/Register.stories.tsx +187 -0
  690. package/stories/login/pages/SamlPostForm.stories.tsx +18 -0
  691. package/stories/login/pages/SelectAuthenticator.stories.tsx +84 -0
  692. package/stories/login/pages/Terms.stories.tsx +47 -0
  693. package/stories/login/pages/UpdateEmail.stories.tsx +18 -0
  694. package/stories/login/pages/WebauthnAuthenticate.stories.tsx +18 -0
  695. package/stories/login/pages/WebauthnError.stories.tsx +18 -0
  696. package/stories/login/pages/WebauthnRegister.stories.tsx +18 -0
  697. package/tools/Array.prototype.every.js +2 -1
  698. package/tools/Array.prototype.every.js.map +1 -1
  699. package/tools/HTMLElement.prototype.prepend.js.map +1 -1
  700. package/tools/Object.fromEntries.d.ts +1 -0
  701. package/tools/Object.fromEntries.js +17 -0
  702. package/tools/Object.fromEntries.js.map +1 -0
  703. package/tools/StatefulObservable/StatefulObservable.d.ts +8 -0
  704. package/tools/StatefulObservable/StatefulObservable.js +36 -0
  705. package/tools/StatefulObservable/StatefulObservable.js.map +1 -0
  706. package/tools/StatefulObservable/hooks/index.d.ts +2 -0
  707. package/tools/StatefulObservable/hooks/index.js +3 -0
  708. package/tools/StatefulObservable/hooks/index.js.map +1 -0
  709. package/tools/StatefulObservable/hooks/useObservable.d.ts +8 -0
  710. package/tools/StatefulObservable/hooks/useObservable.js +17 -0
  711. package/tools/StatefulObservable/hooks/useObservable.js.map +1 -0
  712. package/tools/StatefulObservable/hooks/useRerenderOnChange.d.ts +5 -0
  713. package/tools/StatefulObservable/hooks/useRerenderOnChange.js +14 -0
  714. package/tools/StatefulObservable/hooks/useRerenderOnChange.js.map +1 -0
  715. package/tools/StatefulObservable/index.d.ts +2 -0
  716. package/tools/StatefulObservable/index.js +3 -0
  717. package/tools/StatefulObservable/index.js.map +1 -0
  718. package/tools/ValueOf.d.ts +2 -0
  719. package/tools/ValueOf.js +2 -0
  720. package/tools/ValueOf.js.map +1 -0
  721. package/tools/clsx.d.ts +3 -2
  722. package/tools/clsx.js +5 -41
  723. package/tools/clsx.js.map +1 -1
  724. package/tools/clsx_withTransform.d.ts +5 -0
  725. package/tools/clsx_withTransform.js +43 -0
  726. package/tools/clsx_withTransform.js.map +1 -0
  727. package/tools/deepAssign.d.ts +1 -0
  728. package/tools/deepAssign.js +41 -16
  729. package/tools/deepAssign.js.map +1 -1
  730. package/tools/formatNumber.js +2 -1
  731. package/tools/formatNumber.js.map +1 -1
  732. package/tools/structuredCloneButFunctions.d.ts +7 -0
  733. package/tools/structuredCloneButFunctions.js +19 -0
  734. package/tools/structuredCloneButFunctions.js.map +1 -0
  735. package/tools/useConstCallback.js.map +1 -1
  736. package/tools/useInsertLinkTags.d.ts +11 -6
  737. package/tools/useInsertLinkTags.js +53 -52
  738. package/tools/useInsertLinkTags.js.map +1 -1
  739. package/tools/useInsertScriptTags.d.ts +15 -6
  740. package/tools/useInsertScriptTags.js +56 -61
  741. package/tools/useInsertScriptTags.js.map +1 -1
  742. package/tools/useOnFirstMount.d.ts +2 -0
  743. package/tools/useOnFirstMount.js +15 -0
  744. package/tools/useOnFirstMount.js.map +1 -0
  745. package/tools/useSetClassName.js.map +1 -1
  746. package/vite-plugin/index.js +41469 -38891
  747. package/vite-plugin/vite-plugin.d.ts +7 -5
  748. package/account/Fallback.d.ts +0 -5
  749. package/account/Fallback.js +0 -44
  750. package/account/Fallback.js.map +0 -1
  751. package/account/i18n/baseMessages/ar.d.ts +0 -359
  752. package/account/i18n/baseMessages/ar.js +0 -364
  753. package/account/i18n/baseMessages/ar.js.map +0 -1
  754. package/account/i18n/baseMessages/ca.d.ts +0 -359
  755. package/account/i18n/baseMessages/ca.js +0 -364
  756. package/account/i18n/baseMessages/ca.js.map +0 -1
  757. package/account/i18n/baseMessages/cs.d.ts +0 -151
  758. package/account/i18n/baseMessages/cs.js +0 -156
  759. package/account/i18n/baseMessages/cs.js.map +0 -1
  760. package/account/i18n/baseMessages/da.d.ts +0 -288
  761. package/account/i18n/baseMessages/da.js +0 -293
  762. package/account/i18n/baseMessages/da.js.map +0 -1
  763. package/account/i18n/baseMessages/de.d.ts +0 -311
  764. package/account/i18n/baseMessages/de.js +0 -316
  765. package/account/i18n/baseMessages/de.js.map +0 -1
  766. package/account/i18n/baseMessages/el.d.ts +0 -358
  767. package/account/i18n/baseMessages/el.js +0 -363
  768. package/account/i18n/baseMessages/el.js.map +0 -1
  769. package/account/i18n/baseMessages/en.d.ts +0 -362
  770. package/account/i18n/baseMessages/en.js +0 -367
  771. package/account/i18n/baseMessages/en.js.map +0 -1
  772. package/account/i18n/baseMessages/es.d.ts +0 -361
  773. package/account/i18n/baseMessages/es.js +0 -366
  774. package/account/i18n/baseMessages/es.js.map +0 -1
  775. package/account/i18n/baseMessages/fa.d.ts +0 -359
  776. package/account/i18n/baseMessages/fa.js +0 -364
  777. package/account/i18n/baseMessages/fa.js.map +0 -1
  778. package/account/i18n/baseMessages/fi.d.ts +0 -355
  779. package/account/i18n/baseMessages/fi.js +0 -360
  780. package/account/i18n/baseMessages/fi.js.map +0 -1
  781. package/account/i18n/baseMessages/fr.d.ts +0 -162
  782. package/account/i18n/baseMessages/fr.js +0 -167
  783. package/account/i18n/baseMessages/fr.js.map +0 -1
  784. package/account/i18n/baseMessages/hu.d.ts +0 -359
  785. package/account/i18n/baseMessages/hu.js +0 -364
  786. package/account/i18n/baseMessages/hu.js.map +0 -1
  787. package/account/i18n/baseMessages/index.d.ts +0 -2078
  788. package/account/i18n/baseMessages/index.js +0 -39
  789. package/account/i18n/baseMessages/index.js.map +0 -1
  790. package/account/i18n/baseMessages/it.d.ts +0 -299
  791. package/account/i18n/baseMessages/it.js +0 -304
  792. package/account/i18n/baseMessages/it.js.map +0 -1
  793. package/account/i18n/baseMessages/ja.d.ts +0 -293
  794. package/account/i18n/baseMessages/ja.js +0 -298
  795. package/account/i18n/baseMessages/ja.js.map +0 -1
  796. package/account/i18n/baseMessages/lt.d.ts +0 -136
  797. package/account/i18n/baseMessages/lt.js +0 -141
  798. package/account/i18n/baseMessages/lt.js.map +0 -1
  799. package/account/i18n/baseMessages/lv.d.ts +0 -180
  800. package/account/i18n/baseMessages/lv.js +0 -185
  801. package/account/i18n/baseMessages/lv.js.map +0 -1
  802. package/account/i18n/baseMessages/nl.d.ts +0 -328
  803. package/account/i18n/baseMessages/nl.js +0 -333
  804. package/account/i18n/baseMessages/nl.js.map +0 -1
  805. package/account/i18n/baseMessages/no.d.ts +0 -136
  806. package/account/i18n/baseMessages/no.js +0 -141
  807. package/account/i18n/baseMessages/no.js.map +0 -1
  808. package/account/i18n/baseMessages/pl.d.ts +0 -337
  809. package/account/i18n/baseMessages/pl.js +0 -342
  810. package/account/i18n/baseMessages/pl.js.map +0 -1
  811. package/account/i18n/baseMessages/pt-BR.d.ts +0 -307
  812. package/account/i18n/baseMessages/pt-BR.js +0 -312
  813. package/account/i18n/baseMessages/pt-BR.js.map +0 -1
  814. package/account/i18n/baseMessages/ru.d.ts +0 -204
  815. package/account/i18n/baseMessages/ru.js +0 -209
  816. package/account/i18n/baseMessages/ru.js.map +0 -1
  817. package/account/i18n/baseMessages/sk.d.ts +0 -174
  818. package/account/i18n/baseMessages/sk.js +0 -179
  819. package/account/i18n/baseMessages/sk.js.map +0 -1
  820. package/account/i18n/baseMessages/sv.d.ts +0 -133
  821. package/account/i18n/baseMessages/sv.js +0 -138
  822. package/account/i18n/baseMessages/sv.js.map +0 -1
  823. package/account/i18n/baseMessages/th.d.ts +0 -337
  824. package/account/i18n/baseMessages/th.js +0 -342
  825. package/account/i18n/baseMessages/th.js.map +0 -1
  826. package/account/i18n/baseMessages/tr.d.ts +0 -276
  827. package/account/i18n/baseMessages/tr.js +0 -281
  828. package/account/i18n/baseMessages/tr.js.map +0 -1
  829. package/account/i18n/baseMessages/uk.d.ts +0 -337
  830. package/account/i18n/baseMessages/uk.js +0 -342
  831. package/account/i18n/baseMessages/uk.js.map +0 -1
  832. package/account/i18n/baseMessages/zh-CN.d.ts +0 -146
  833. package/account/i18n/baseMessages/zh-CN.js +0 -151
  834. package/account/i18n/baseMessages/zh-CN.js.map +0 -1
  835. package/account/kcContext/KcContext.d.ts +0 -252
  836. package/account/kcContext/KcContext.js.map +0 -1
  837. package/account/kcContext/createGetKcContext.d.ts +0 -19
  838. package/account/kcContext/createGetKcContext.js +0 -73
  839. package/account/kcContext/createGetKcContext.js.map +0 -1
  840. package/account/kcContext/getKcContext.d.ts +0 -13
  841. package/account/kcContext/getKcContext.js +0 -13
  842. package/account/kcContext/getKcContext.js.map +0 -1
  843. package/account/kcContext/getKcContextFromWindow.d.ts +0 -8
  844. package/account/kcContext/getKcContextFromWindow.js +0 -5
  845. package/account/kcContext/getKcContextFromWindow.js.map +0 -1
  846. package/account/kcContext/index.d.ts +0 -1
  847. package/account/kcContext/index.js +0 -2
  848. package/account/kcContext/index.js.map +0 -1
  849. package/account/kcContext/kcContextMocks.d.ts +0 -4
  850. package/account/kcContext/kcContextMocks.js +0 -215
  851. package/account/kcContext/kcContextMocks.js.map +0 -1
  852. package/account/lib/useGetClassName.d.ts +0 -7
  853. package/account/lib/useGetClassName.js +0 -19
  854. package/account/lib/useGetClassName.js.map +0 -1
  855. package/bin/420.index.js +0 -508
  856. package/bin/509.index.js +0 -438
  857. package/bin/772.index.js +0 -1524
  858. package/bin/copy-keycloak-resources-to-public.d.ts +0 -4
  859. package/bin/copy-keycloak-resources-to-public.js +0 -72
  860. package/bin/copy-keycloak-resources-to-public.js.map +0 -1
  861. package/bin/download-builtin-keycloak-theme.d.ts +0 -4
  862. package/bin/download-builtin-keycloak-theme.js +0 -76
  863. package/bin/download-builtin-keycloak-theme.js.map +0 -1
  864. package/bin/eject-keycloak-page.d.ts +0 -5
  865. package/bin/eject-keycloak-page.js +0 -201
  866. package/bin/eject-keycloak-page.js.map +0 -1
  867. package/bin/initialize-email-theme.d.ts +0 -4
  868. package/bin/initialize-email-theme.js +0 -121
  869. package/bin/initialize-email-theme.js.map +0 -1
  870. package/bin/keycloakify/buildJars/buildJar.d.ts +0 -15
  871. package/bin/keycloakify/buildJars/buildJar.js +0 -213
  872. package/bin/keycloakify/buildJars/buildJar.js.map +0 -1
  873. package/bin/keycloakify/buildJars/buildJars.d.ts +0 -7
  874. package/bin/keycloakify/buildJars/buildJars.js +0 -104
  875. package/bin/keycloakify/buildJars/buildJars.js.map +0 -1
  876. package/bin/keycloakify/buildJars/extensionVersions.d.ts +0 -12
  877. package/bin/keycloakify/buildJars/extensionVersions.js +0 -7
  878. package/bin/keycloakify/buildJars/extensionVersions.js.map +0 -1
  879. package/bin/keycloakify/buildJars/generatePom.d.ts +0 -13
  880. package/bin/keycloakify/buildJars/generatePom.js +0 -95
  881. package/bin/keycloakify/buildJars/generatePom.js.map +0 -1
  882. package/bin/keycloakify/buildJars/getKeycloakVersionRangeForJar.d.ts +0 -7
  883. package/bin/keycloakify/buildJars/getKeycloakVersionRangeForJar.js +0 -57
  884. package/bin/keycloakify/buildJars/getKeycloakVersionRangeForJar.js.map +0 -1
  885. package/bin/keycloakify/buildJars/index.d.ts +0 -1
  886. package/bin/keycloakify/buildJars/index.js +0 -18
  887. package/bin/keycloakify/buildJars/index.js.map +0 -1
  888. package/bin/keycloakify/generateFtl/generateFtl.d.ts +0 -23
  889. package/bin/keycloakify/generateFtl/generateFtl.js +0 -170
  890. package/bin/keycloakify/generateFtl/generateFtl.js.map +0 -1
  891. package/bin/keycloakify/generateFtl/index.d.ts +0 -1
  892. package/bin/keycloakify/generateFtl/index.js +0 -18
  893. package/bin/keycloakify/generateFtl/index.js.map +0 -1
  894. package/bin/keycloakify/generateSrcMainResources/bringInAccountV1.d.ts +0 -9
  895. package/bin/keycloakify/generateSrcMainResources/bringInAccountV1.js +0 -153
  896. package/bin/keycloakify/generateSrcMainResources/bringInAccountV1.js.map +0 -1
  897. package/bin/keycloakify/generateSrcMainResources/generateMessageProperties.d.ts +0 -8
  898. package/bin/keycloakify/generateSrcMainResources/generateMessageProperties.js +0 -271
  899. package/bin/keycloakify/generateSrcMainResources/generateMessageProperties.js.map +0 -1
  900. package/bin/keycloakify/generateSrcMainResources/generateSrcMainResources.d.ts +0 -7
  901. package/bin/keycloakify/generateSrcMainResources/generateSrcMainResources.js +0 -109
  902. package/bin/keycloakify/generateSrcMainResources/generateSrcMainResources.js.map +0 -1
  903. package/bin/keycloakify/generateSrcMainResources/generateSrcMainResourcesForMainTheme.d.ts +0 -17
  904. package/bin/keycloakify/generateSrcMainResources/generateSrcMainResourcesForMainTheme.js +0 -341
  905. package/bin/keycloakify/generateSrcMainResources/generateSrcMainResourcesForMainTheme.js.map +0 -1
  906. package/bin/keycloakify/generateSrcMainResources/generateSrcMainResourcesForThemeVariant.d.ts +0 -8
  907. package/bin/keycloakify/generateSrcMainResources/generateSrcMainResourcesForThemeVariant.js +0 -47
  908. package/bin/keycloakify/generateSrcMainResources/generateSrcMainResourcesForThemeVariant.js.map +0 -1
  909. package/bin/keycloakify/generateSrcMainResources/index.d.ts +0 -1
  910. package/bin/keycloakify/generateSrcMainResources/index.js +0 -18
  911. package/bin/keycloakify/generateSrcMainResources/index.js.map +0 -1
  912. package/bin/keycloakify/generateSrcMainResources/readExtraPageNames.d.ts +0 -5
  913. package/bin/keycloakify/generateSrcMainResources/readExtraPageNames.js +0 -105
  914. package/bin/keycloakify/generateSrcMainResources/readExtraPageNames.js.map +0 -1
  915. package/bin/keycloakify/generateSrcMainResources/readFieldNameUsage.d.ts +0 -6
  916. package/bin/keycloakify/generateSrcMainResources/readFieldNameUsage.js +0 -142
  917. package/bin/keycloakify/generateSrcMainResources/readFieldNameUsage.js.map +0 -1
  918. package/bin/keycloakify/generateStartKeycloakTestingContainer.d.ts +0 -13
  919. package/bin/keycloakify/generateStartKeycloakTestingContainer.js +0 -86
  920. package/bin/keycloakify/generateStartKeycloakTestingContainer.js.map +0 -1
  921. package/bin/keycloakify/index.d.ts +0 -1
  922. package/bin/keycloakify/index.js +0 -18
  923. package/bin/keycloakify/index.js.map +0 -1
  924. package/bin/keycloakify/keycloakify.d.ts +0 -4
  925. package/bin/keycloakify/keycloakify.js +0 -152
  926. package/bin/keycloakify/keycloakify.js.map +0 -1
  927. package/bin/keycloakify/replacers/replaceImportsInCssCode.d.ts +0 -15
  928. package/bin/keycloakify/replacers/replaceImportsInCssCode.js +0 -88
  929. package/bin/keycloakify/replacers/replaceImportsInCssCode.js.map +0 -1
  930. package/bin/keycloakify/replacers/replaceImportsInInlineCssCode.d.ts +0 -9
  931. package/bin/keycloakify/replacers/replaceImportsInInlineCssCode.js +0 -38
  932. package/bin/keycloakify/replacers/replaceImportsInInlineCssCode.js.map +0 -1
  933. package/bin/keycloakify/replacers/replaceImportsInJsCode/index.d.ts +0 -1
  934. package/bin/keycloakify/replacers/replaceImportsInJsCode/index.js +0 -18
  935. package/bin/keycloakify/replacers/replaceImportsInJsCode/index.js.map +0 -1
  936. package/bin/keycloakify/replacers/replaceImportsInJsCode/replaceImportsInJsCode.d.ts +0 -12
  937. package/bin/keycloakify/replacers/replaceImportsInJsCode/replaceImportsInJsCode.js +0 -70
  938. package/bin/keycloakify/replacers/replaceImportsInJsCode/replaceImportsInJsCode.js.map +0 -1
  939. package/bin/keycloakify/replacers/replaceImportsInJsCode/vite.d.ts +0 -13
  940. package/bin/keycloakify/replacers/replaceImportsInJsCode/vite.js +0 -95
  941. package/bin/keycloakify/replacers/replaceImportsInJsCode/vite.js.map +0 -1
  942. package/bin/keycloakify/replacers/replaceImportsInJsCode/webpack.d.ts +0 -12
  943. package/bin/keycloakify/replacers/replaceImportsInJsCode/webpack.js +0 -103
  944. package/bin/keycloakify/replacers/replaceImportsInJsCode/webpack.js.map +0 -1
  945. package/bin/main.d.ts +0 -4
  946. package/bin/main.js.map +0 -1
  947. package/bin/main.original.js +0 -287
  948. package/bin/shared/KeycloakVersionRange.js +0 -3
  949. package/bin/shared/buildOptions.d.ts +0 -40
  950. package/bin/shared/buildOptions.js +0 -214
  951. package/bin/shared/buildOptions.js.map +0 -1
  952. package/bin/shared/copyKeycloakResourcesToPublic.js +0 -177
  953. package/bin/shared/downloadAndUnzip.d.ts +0 -16
  954. package/bin/shared/downloadAndUnzip.js +0 -255
  955. package/bin/shared/downloadAndUnzip.js.map +0 -1
  956. package/bin/shared/downloadBuiltinKeycloakTheme.d.ts +0 -9
  957. package/bin/shared/downloadBuiltinKeycloakTheme.js +0 -316
  958. package/bin/shared/downloadBuiltinKeycloakTheme.js.map +0 -1
  959. package/bin/shared/downloadKeycloakStaticResources.js +0 -102
  960. package/bin/shared/getJarFileBasename.d.ts +0 -6
  961. package/bin/shared/getJarFileBasename.js +0 -10
  962. package/bin/shared/getJarFileBasename.js.map +0 -1
  963. package/bin/shared/getThemeSrcDirPath.d.ts +0 -6
  964. package/bin/shared/getThemeSrcDirPath.js +0 -123
  965. package/bin/shared/getThemeSrcDirPath.js.map +0 -1
  966. package/bin/shared/metaInfKeycloakThemes.js +0 -51
  967. package/bin/shared/promptKeycloakVersion.js +0 -159
  968. package/bin/start-keycloak.d.ts +0 -8
  969. package/bin/start-keycloak.js +0 -287
  970. package/bin/start-keycloak.js.map +0 -1
  971. package/bin/tools/OptionalIfCanBeUndefined.d.ts +0 -14
  972. package/bin/tools/OptionalIfCanBeUndefined.js +0 -3
  973. package/bin/tools/OptionalIfCanBeUndefined.js.map +0 -1
  974. package/bin/tools/SemVer.d.ts +0 -26
  975. package/bin/tools/SemVer.js +0 -119
  976. package/bin/tools/SemVer.js.map +0 -1
  977. package/bin/tools/String.prototype.replaceAll.d.ts +0 -1
  978. package/bin/tools/String.prototype.replaceAll.js +0 -29
  979. package/bin/tools/String.prototype.replaceAll.js.map +0 -1
  980. package/bin/tools/crawl.d.ts +0 -5
  981. package/bin/tools/crawl.js +0 -74
  982. package/bin/tools/crawl.js.map +0 -1
  983. package/bin/tools/crc32.d.ts +0 -9
  984. package/bin/tools/crc32.js +0 -64
  985. package/bin/tools/crc32.js.map +0 -1
  986. package/bin/tools/deflate.d.ts +0 -24
  987. package/bin/tools/deflate.js +0 -164
  988. package/bin/tools/deflate.js.map +0 -1
  989. package/bin/tools/fetchProxyOptions.d.ts +0 -5
  990. package/bin/tools/fetchProxyOptions.js +0 -172
  991. package/bin/tools/fetchProxyOptions.js.map +0 -1
  992. package/bin/tools/fs.existsAsync.d.ts +0 -1
  993. package/bin/tools/fs.existsAsync.js +0 -86
  994. package/bin/tools/fs.existsAsync.js.map +0 -1
  995. package/bin/tools/fs.rm.d.ts +0 -8
  996. package/bin/tools/fs.rm.js +0 -151
  997. package/bin/tools/fs.rm.js.map +0 -1
  998. package/bin/tools/fs.rmSync.d.ts +0 -8
  999. package/bin/tools/fs.rmSync.js +0 -58
  1000. package/bin/tools/fs.rmSync.js.map +0 -1
  1001. package/bin/tools/getAbsoluteAndInOsFormatPath.d.ts +0 -4
  1002. package/bin/tools/getAbsoluteAndInOsFormatPath.js +0 -44
  1003. package/bin/tools/getAbsoluteAndInOsFormatPath.js.map +0 -1
  1004. package/bin/tools/getNpmWorkspaceRootDirPath.d.ts +0 -5
  1005. package/bin/tools/getNpmWorkspaceRootDirPath.js +0 -74
  1006. package/bin/tools/getNpmWorkspaceRootDirPath.js.map +0 -1
  1007. package/bin/tools/getThisCodebaseRootDirPath.d.ts +0 -1
  1008. package/bin/tools/getThisCodebaseRootDirPath.js +0 -43
  1009. package/bin/tools/getThisCodebaseRootDirPath.js.map +0 -1
  1010. package/bin/tools/isInside.d.ts +0 -4
  1011. package/bin/tools/isInside.js +0 -10
  1012. package/bin/tools/isInside.js.map +0 -1
  1013. package/bin/tools/kebabCaseToSnakeCase.d.ts +0 -1
  1014. package/bin/tools/kebabCaseToSnakeCase.js +0 -35
  1015. package/bin/tools/kebabCaseToSnakeCase.js.map +0 -1
  1016. package/bin/tools/octokit-addons/getLatestsSemVersionedTag.d.ts +0 -14
  1017. package/bin/tools/octokit-addons/getLatestsSemVersionedTag.js +0 -116
  1018. package/bin/tools/octokit-addons/getLatestsSemVersionedTag.js.map +0 -1
  1019. package/bin/tools/octokit-addons/listTags.d.ts +0 -13
  1020. package/bin/tools/octokit-addons/listTags.js +0 -155
  1021. package/bin/tools/octokit-addons/listTags.js.map +0 -1
  1022. package/bin/tools/partitionPromiseSettledResults.d.ts +0 -2
  1023. package/bin/tools/partitionPromiseSettledResults.js +0 -41
  1024. package/bin/tools/partitionPromiseSettledResults.js.map +0 -1
  1025. package/bin/tools/readThisNpmPackageVersion.d.ts +0 -1
  1026. package/bin/tools/readThisNpmPackageVersion.js +0 -37
  1027. package/bin/tools/readThisNpmPackageVersion.js.map +0 -1
  1028. package/bin/tools/tee.d.ts +0 -3
  1029. package/bin/tools/tee.js +0 -37
  1030. package/bin/tools/tee.js.map +0 -1
  1031. package/bin/tools/transformCodebase.d.ts +0 -20
  1032. package/bin/tools/transformCodebase.js +0 -97
  1033. package/bin/tools/transformCodebase.js.map +0 -1
  1034. package/bin/tools/trimIndent.d.ts +0 -5
  1035. package/bin/tools/trimIndent.js +0 -82
  1036. package/bin/tools/trimIndent.js.map +0 -1
  1037. package/bin/tools/unzip.d.ts +0 -2
  1038. package/bin/tools/unzip.js +0 -274
  1039. package/bin/tools/unzip.js.map +0 -1
  1040. package/bin/tsconfig.tsbuildinfo +0 -1
  1041. package/lib/isStorybook.d.ts +0 -1
  1042. package/lib/isStorybook.js +0 -2
  1043. package/lib/isStorybook.js.map +0 -1
  1044. package/lib/useGetClassName.d.ts +0 -10
  1045. package/lib/useGetClassName.js +0 -14
  1046. package/lib/useGetClassName.js.map +0 -1
  1047. package/login/Fallback.d.ts +0 -11
  1048. package/login/Fallback.js +0 -125
  1049. package/login/Fallback.js.map +0 -1
  1050. package/login/i18n/baseMessages/ar.d.ts +0 -438
  1051. package/login/i18n/baseMessages/ar.js +0 -443
  1052. package/login/i18n/baseMessages/ar.js.map +0 -1
  1053. package/login/i18n/baseMessages/ca.d.ts +0 -457
  1054. package/login/i18n/baseMessages/ca.js +0 -462
  1055. package/login/i18n/baseMessages/ca.js.map +0 -1
  1056. package/login/i18n/baseMessages/cs.d.ts +0 -435
  1057. package/login/i18n/baseMessages/cs.js +0 -440
  1058. package/login/i18n/baseMessages/cs.js.map +0 -1
  1059. package/login/i18n/baseMessages/da.d.ts +0 -310
  1060. package/login/i18n/baseMessages/da.js +0 -315
  1061. package/login/i18n/baseMessages/da.js.map +0 -1
  1062. package/login/i18n/baseMessages/de.d.ts +0 -369
  1063. package/login/i18n/baseMessages/de.js +0 -374
  1064. package/login/i18n/baseMessages/de.js.map +0 -1
  1065. package/login/i18n/baseMessages/el.d.ts +0 -453
  1066. package/login/i18n/baseMessages/el.js +0 -458
  1067. package/login/i18n/baseMessages/el.js.map +0 -1
  1068. package/login/i18n/baseMessages/en.d.ts +0 -467
  1069. package/login/i18n/baseMessages/en.js +0 -472
  1070. package/login/i18n/baseMessages/en.js.map +0 -1
  1071. package/login/i18n/baseMessages/es.d.ts +0 -467
  1072. package/login/i18n/baseMessages/es.js +0 -472
  1073. package/login/i18n/baseMessages/es.js.map +0 -1
  1074. package/login/i18n/baseMessages/fa.d.ts +0 -453
  1075. package/login/i18n/baseMessages/fa.js +0 -458
  1076. package/login/i18n/baseMessages/fa.js.map +0 -1
  1077. package/login/i18n/baseMessages/fi.d.ts +0 -368
  1078. package/login/i18n/baseMessages/fi.js +0 -373
  1079. package/login/i18n/baseMessages/fi.js.map +0 -1
  1080. package/login/i18n/baseMessages/fr.d.ts +0 -384
  1081. package/login/i18n/baseMessages/fr.js +0 -389
  1082. package/login/i18n/baseMessages/fr.js.map +0 -1
  1083. package/login/i18n/baseMessages/hu.d.ts +0 -457
  1084. package/login/i18n/baseMessages/hu.js +0 -462
  1085. package/login/i18n/baseMessages/hu.js.map +0 -1
  1086. package/login/i18n/baseMessages/index.d.ts +0 -3824
  1087. package/login/i18n/baseMessages/index.js +0 -39
  1088. package/login/i18n/baseMessages/index.js.map +0 -1
  1089. package/login/i18n/baseMessages/it.d.ts +0 -310
  1090. package/login/i18n/baseMessages/it.js +0 -315
  1091. package/login/i18n/baseMessages/it.js.map +0 -1
  1092. package/login/i18n/baseMessages/ja.d.ts +0 -314
  1093. package/login/i18n/baseMessages/ja.js +0 -319
  1094. package/login/i18n/baseMessages/ja.js.map +0 -1
  1095. package/login/i18n/baseMessages/lt.d.ts +0 -194
  1096. package/login/i18n/baseMessages/lt.js +0 -199
  1097. package/login/i18n/baseMessages/lt.js.map +0 -1
  1098. package/login/i18n/baseMessages/lv.d.ts +0 -205
  1099. package/login/i18n/baseMessages/lv.js +0 -210
  1100. package/login/i18n/baseMessages/lv.js.map +0 -1
  1101. package/login/i18n/baseMessages/nl.d.ts +0 -276
  1102. package/login/i18n/baseMessages/nl.js +0 -281
  1103. package/login/i18n/baseMessages/nl.js.map +0 -1
  1104. package/login/i18n/baseMessages/no.d.ts +0 -193
  1105. package/login/i18n/baseMessages/no.js +0 -198
  1106. package/login/i18n/baseMessages/no.js.map +0 -1
  1107. package/login/i18n/baseMessages/pl.d.ts +0 -283
  1108. package/login/i18n/baseMessages/pl.js +0 -288
  1109. package/login/i18n/baseMessages/pl.js.map +0 -1
  1110. package/login/i18n/baseMessages/pt-BR.d.ts +0 -337
  1111. package/login/i18n/baseMessages/pt-BR.js +0 -342
  1112. package/login/i18n/baseMessages/pt-BR.js.map +0 -1
  1113. package/login/i18n/baseMessages/ru.d.ts +0 -211
  1114. package/login/i18n/baseMessages/ru.js +0 -216
  1115. package/login/i18n/baseMessages/ru.js.map +0 -1
  1116. package/login/i18n/baseMessages/sk.d.ts +0 -438
  1117. package/login/i18n/baseMessages/sk.js +0 -443
  1118. package/login/i18n/baseMessages/sk.js.map +0 -1
  1119. package/login/i18n/baseMessages/sv.d.ts +0 -192
  1120. package/login/i18n/baseMessages/sv.js +0 -197
  1121. package/login/i18n/baseMessages/sv.js.map +0 -1
  1122. package/login/i18n/baseMessages/th.d.ts +0 -434
  1123. package/login/i18n/baseMessages/th.js +0 -439
  1124. package/login/i18n/baseMessages/th.js.map +0 -1
  1125. package/login/i18n/baseMessages/tr.d.ts +0 -261
  1126. package/login/i18n/baseMessages/tr.js +0 -266
  1127. package/login/i18n/baseMessages/tr.js.map +0 -1
  1128. package/login/i18n/baseMessages/uk.d.ts +0 -433
  1129. package/login/i18n/baseMessages/uk.js +0 -438
  1130. package/login/i18n/baseMessages/uk.js.map +0 -1
  1131. package/login/i18n/baseMessages/zh-CN.d.ts +0 -462
  1132. package/login/i18n/baseMessages/zh-CN.js +0 -467
  1133. package/login/i18n/baseMessages/zh-CN.js.map +0 -1
  1134. package/login/kcContext/KcContext.d.ts +0 -561
  1135. package/login/kcContext/KcContext.js.map +0 -1
  1136. package/login/kcContext/createGetKcContext.d.ts +0 -19
  1137. package/login/kcContext/createGetKcContext.js +0 -109
  1138. package/login/kcContext/createGetKcContext.js.map +0 -1
  1139. package/login/kcContext/getKcContext.d.ts +0 -13
  1140. package/login/kcContext/getKcContext.js +0 -13
  1141. package/login/kcContext/getKcContext.js.map +0 -1
  1142. package/login/kcContext/getKcContextFromWindow.d.ts +0 -8
  1143. package/login/kcContext/getKcContextFromWindow.js +0 -5
  1144. package/login/kcContext/getKcContextFromWindow.js.map +0 -1
  1145. package/login/kcContext/index.d.ts +0 -1
  1146. package/login/kcContext/index.js +0 -2
  1147. package/login/kcContext/index.js.map +0 -1
  1148. package/login/kcContext/kcContextMocks.d.ts +0 -4
  1149. package/login/kcContext/kcContextMocks.js +0 -390
  1150. package/login/kcContext/kcContextMocks.js.map +0 -1
  1151. package/login/lib/useDownloadTerms.d.ts +0 -17
  1152. package/login/lib/useDownloadTerms.js +0 -32
  1153. package/login/lib/useDownloadTerms.js.map +0 -1
  1154. package/login/lib/useGetClassName.d.ts +0 -7
  1155. package/login/lib/useGetClassName.js +0 -130
  1156. package/login/lib/useGetClassName.js.map +0 -1
  1157. package/src/account/Fallback.tsx +0 -41
  1158. package/src/account/i18n/baseMessages/ar.ts +0 -365
  1159. package/src/account/i18n/baseMessages/ca.ts +0 -365
  1160. package/src/account/i18n/baseMessages/cs.ts +0 -157
  1161. package/src/account/i18n/baseMessages/da.ts +0 -294
  1162. package/src/account/i18n/baseMessages/de.ts +0 -317
  1163. package/src/account/i18n/baseMessages/el.ts +0 -364
  1164. package/src/account/i18n/baseMessages/en.ts +0 -368
  1165. package/src/account/i18n/baseMessages/es.ts +0 -367
  1166. package/src/account/i18n/baseMessages/fa.ts +0 -365
  1167. package/src/account/i18n/baseMessages/fi.ts +0 -361
  1168. package/src/account/i18n/baseMessages/fr.ts +0 -168
  1169. package/src/account/i18n/baseMessages/hu.ts +0 -365
  1170. package/src/account/i18n/baseMessages/index.ts +0 -39
  1171. package/src/account/i18n/baseMessages/it.ts +0 -305
  1172. package/src/account/i18n/baseMessages/ja.ts +0 -299
  1173. package/src/account/i18n/baseMessages/lt.ts +0 -142
  1174. package/src/account/i18n/baseMessages/lv.ts +0 -186
  1175. package/src/account/i18n/baseMessages/nl.ts +0 -334
  1176. package/src/account/i18n/baseMessages/no.ts +0 -142
  1177. package/src/account/i18n/baseMessages/pl.ts +0 -343
  1178. package/src/account/i18n/baseMessages/pt-BR.ts +0 -313
  1179. package/src/account/i18n/baseMessages/ru.ts +0 -210
  1180. package/src/account/i18n/baseMessages/sk.ts +0 -180
  1181. package/src/account/i18n/baseMessages/sv.ts +0 -139
  1182. package/src/account/i18n/baseMessages/th.ts +0 -343
  1183. package/src/account/i18n/baseMessages/tr.ts +0 -282
  1184. package/src/account/i18n/baseMessages/uk.ts +0 -343
  1185. package/src/account/i18n/baseMessages/zh-CN.ts +0 -152
  1186. package/src/account/kcContext/KcContext.ts +0 -285
  1187. package/src/account/kcContext/createGetKcContext.ts +0 -108
  1188. package/src/account/kcContext/getKcContext.ts +0 -21
  1189. package/src/account/kcContext/getKcContextFromWindow.ts +0 -11
  1190. package/src/account/kcContext/index.ts +0 -1
  1191. package/src/account/kcContext/kcContextMocks.ts +0 -260
  1192. package/src/account/lib/useGetClassName.ts +0 -20
  1193. package/src/bin/download-builtin-keycloak-theme.ts +0 -30
  1194. package/src/bin/eject-keycloak-page.ts +0 -126
  1195. package/src/bin/keycloakify/generateFtl/ftl_object_to_js_code_declaring_an_object.ftl +0 -521
  1196. package/src/bin/keycloakify/generateSrcMainResources/bringInAccountV1.ts +0 -79
  1197. package/src/bin/keycloakify/generateSrcMainResources/generateMessageProperties.ts +0 -179
  1198. package/src/bin/keycloakify/generateSrcMainResources/generateSrcMainResources.ts +0 -32
  1199. package/src/bin/keycloakify/generateSrcMainResources/generateSrcMainResourcesForMainTheme.ts +0 -261
  1200. package/src/bin/keycloakify/generateSrcMainResources/generateSrcMainResourcesForThemeVariant.ts +0 -56
  1201. package/src/bin/keycloakify/generateSrcMainResources/index.ts +0 -1
  1202. package/src/bin/keycloakify/generateSrcMainResources/readExtraPageNames.ts +0 -38
  1203. package/src/bin/keycloakify/generateSrcMainResources/readFieldNameUsage.ts +0 -56
  1204. package/src/bin/keycloakify/generateStartKeycloakTestingContainer.ts +0 -60
  1205. package/src/bin/keycloakify/replacers/replaceImportsInInlineCssCode.ts +0 -24
  1206. package/src/bin/shared/buildOptions.ts +0 -277
  1207. package/src/bin/shared/downloadAndUnzip.ts +0 -203
  1208. package/src/bin/shared/downloadBuiltinKeycloakTheme.ts +0 -264
  1209. package/src/bin/shared/getJarFileBasename.ts +0 -9
  1210. package/src/bin/shared/getThemeSrcDirPath.ts +0 -47
  1211. package/src/bin/start-keycloak.ts +0 -236
  1212. package/src/bin/tools/getNpmWorkspaceRootDirPath.ts +0 -27
  1213. package/src/bin/tools/unzip.ts +0 -141
  1214. package/src/lib/isStorybook.ts +0 -1
  1215. package/src/lib/useGetClassName.ts +0 -18
  1216. package/src/login/Fallback.tsx +0 -128
  1217. package/src/login/i18n/baseMessages/ar.ts +0 -444
  1218. package/src/login/i18n/baseMessages/ca.ts +0 -463
  1219. package/src/login/i18n/baseMessages/cs.ts +0 -441
  1220. package/src/login/i18n/baseMessages/da.ts +0 -316
  1221. package/src/login/i18n/baseMessages/de.ts +0 -375
  1222. package/src/login/i18n/baseMessages/el.ts +0 -459
  1223. package/src/login/i18n/baseMessages/en.ts +0 -473
  1224. package/src/login/i18n/baseMessages/es.ts +0 -473
  1225. package/src/login/i18n/baseMessages/fa.ts +0 -459
  1226. package/src/login/i18n/baseMessages/fi.ts +0 -374
  1227. package/src/login/i18n/baseMessages/fr.ts +0 -390
  1228. package/src/login/i18n/baseMessages/hu.ts +0 -463
  1229. package/src/login/i18n/baseMessages/index.ts +0 -39
  1230. package/src/login/i18n/baseMessages/it.ts +0 -316
  1231. package/src/login/i18n/baseMessages/ja.ts +0 -320
  1232. package/src/login/i18n/baseMessages/lt.ts +0 -200
  1233. package/src/login/i18n/baseMessages/lv.ts +0 -211
  1234. package/src/login/i18n/baseMessages/nl.ts +0 -282
  1235. package/src/login/i18n/baseMessages/no.ts +0 -199
  1236. package/src/login/i18n/baseMessages/pl.ts +0 -289
  1237. package/src/login/i18n/baseMessages/pt-BR.ts +0 -343
  1238. package/src/login/i18n/baseMessages/ru.ts +0 -217
  1239. package/src/login/i18n/baseMessages/sk.ts +0 -444
  1240. package/src/login/i18n/baseMessages/sv.ts +0 -198
  1241. package/src/login/i18n/baseMessages/th.ts +0 -440
  1242. package/src/login/i18n/baseMessages/tr.ts +0 -267
  1243. package/src/login/i18n/baseMessages/uk.ts +0 -439
  1244. package/src/login/i18n/baseMessages/zh-CN.ts +0 -468
  1245. package/src/login/kcContext/KcContext.ts +0 -746
  1246. package/src/login/kcContext/createGetKcContext.ts +0 -159
  1247. package/src/login/kcContext/getKcContext.ts +0 -21
  1248. package/src/login/kcContext/getKcContextFromWindow.ts +0 -11
  1249. package/src/login/kcContext/index.ts +0 -1
  1250. package/src/login/kcContext/kcContextMocks.ts +0 -630
  1251. package/src/login/lib/useDownloadTerms.ts +0 -57
  1252. package/src/login/lib/useGetClassName.ts +0 -132
  1253. package/src/tools/AndByDiscriminatingKey.ts +0 -25
  1254. package/src/tools/Markdown.ts +0 -3
  1255. package/src/tools/deepClone.ts +0 -17
  1256. package/src/tools/memoize.ts +0 -55
  1257. package/tools/AndByDiscriminatingKey.d.ts +0 -5
  1258. package/tools/AndByDiscriminatingKey.js +0 -2
  1259. package/tools/AndByDiscriminatingKey.js.map +0 -1
  1260. package/tools/Markdown.d.ts +0 -2
  1261. package/tools/Markdown.js +0 -3
  1262. package/tools/Markdown.js.map +0 -1
  1263. package/tools/deepClone.d.ts +0 -2
  1264. package/tools/deepClone.js +0 -14
  1265. package/tools/deepClone.js.map +0 -1
  1266. package/tools/memoize.d.ts +0 -7
  1267. package/tools/memoize.js +0 -38
  1268. package/tools/memoize.js.map +0 -1
  1269. package/tsconfig.tsbuildinfo +0 -1
  1270. package/vite-plugin/index.original.js +0 -17
  1271. package/vite-plugin/tsconfig.tsbuildinfo +0 -1
  1272. package/vite-plugin/vite-plugin.js +0 -136
  1273. /package/account/{kcContext → KcContext}/KcContext.js +0 -0
  1274. /package/login/{kcContext → KcContext}/KcContext.js +0 -0
@@ -0,0 +1,3931 @@
1
+ export declare function fetchMessages_defaultSet(currentLanguageTag: string): Promise<{
2
+ doLogIn: string;
3
+ doRegister: string;
4
+ doRegisterSecurityKey: string;
5
+ doCancel: string;
6
+ doSubmit: string;
7
+ doBack: string;
8
+ doYes: string;
9
+ doNo: string;
10
+ doContinue: string;
11
+ doIgnore: string;
12
+ doAccept: string;
13
+ doDecline: string;
14
+ doForgotPassword: string;
15
+ doClickHere: string;
16
+ doImpersonate: string;
17
+ doTryAgain: string;
18
+ doTryAnotherWay: string;
19
+ doConfirmDelete: string;
20
+ errorDeletingAccount: string;
21
+ deletingAccountForbidden: string;
22
+ kerberosNotConfigured: string;
23
+ kerberosNotConfiguredTitle: string;
24
+ bypassKerberosDetail: string;
25
+ kerberosNotSetUp: string;
26
+ registerTitle: string;
27
+ loginAccountTitle: string;
28
+ loginTitle: string;
29
+ loginTitleHtml: string;
30
+ impersonateTitle: string;
31
+ impersonateTitleHtml: string;
32
+ realmChoice: string;
33
+ unknownUser: string;
34
+ loginTotpTitle: string;
35
+ loginProfileTitle: string;
36
+ loginIdpReviewProfileTitle: string;
37
+ loginTimeout: string;
38
+ reauthenticate: string;
39
+ authenticateStrong: string;
40
+ oauthGrantTitle: string;
41
+ oauthGrantTitleHtml: string;
42
+ oauthGrantInformation: string;
43
+ oauthGrantReview: string;
44
+ oauthGrantTos: string;
45
+ oauthGrantPolicy: string;
46
+ errorTitle: string;
47
+ errorTitleHtml: string;
48
+ emailVerifyTitle: string;
49
+ emailForgotTitle: string;
50
+ updateEmailTitle: string;
51
+ emailUpdateConfirmationSentTitle: string;
52
+ emailUpdateConfirmationSent: string;
53
+ emailUpdatedTitle: string;
54
+ emailUpdated: string;
55
+ updatePasswordTitle: string;
56
+ codeSuccessTitle: string;
57
+ codeErrorTitle: string;
58
+ displayUnsupported: string;
59
+ browserRequired: string;
60
+ browserContinue: string;
61
+ browserContinuePrompt: string;
62
+ browserContinueAnswer: string;
63
+ usb: string;
64
+ nfc: string;
65
+ bluetooth: string;
66
+ internal: string;
67
+ unknown: string;
68
+ termsTitle: string;
69
+ termsText: string;
70
+ termsPlainText: string;
71
+ termsAcceptanceRequired: string;
72
+ acceptTerms: string;
73
+ deleteCredentialTitle: string;
74
+ deleteCredentialMessage: string;
75
+ recaptchaFailed: string;
76
+ recaptchaNotConfigured: string;
77
+ consentDenied: string;
78
+ noAccount: string;
79
+ username: string;
80
+ usernameOrEmail: string;
81
+ firstName: string;
82
+ givenName: string;
83
+ fullName: string;
84
+ lastName: string;
85
+ familyName: string;
86
+ email: string;
87
+ password: string;
88
+ passwordConfirm: string;
89
+ passwordNew: string;
90
+ passwordNewConfirm: string;
91
+ hidePassword: string;
92
+ showPassword: string;
93
+ rememberMe: string;
94
+ authenticatorCode: string;
95
+ address: string;
96
+ street: string;
97
+ locality: string;
98
+ region: string;
99
+ postal_code: string;
100
+ country: string;
101
+ emailVerified: string;
102
+ website: string;
103
+ phoneNumber: string;
104
+ phoneNumberVerified: string;
105
+ gender: string;
106
+ birthday: string;
107
+ zoneinfo: string;
108
+ gssDelegationCredential: string;
109
+ logoutOtherSessions: string;
110
+ profileScopeConsentText: string;
111
+ emailScopeConsentText: string;
112
+ addressScopeConsentText: string;
113
+ phoneScopeConsentText: string;
114
+ offlineAccessScopeConsentText: string;
115
+ samlRoleListScopeConsentText: string;
116
+ rolesScopeConsentText: string;
117
+ restartLoginTooltip: string;
118
+ loginTotpIntro: string;
119
+ loginTotpStep1: string;
120
+ loginTotpStep2: string;
121
+ loginTotpStep3: string;
122
+ loginTotpStep3DeviceName: string;
123
+ loginTotpManualStep2: string;
124
+ loginTotpManualStep3: string;
125
+ loginTotpUnableToScan: string;
126
+ loginTotpScanBarcode: string;
127
+ loginCredential: string;
128
+ loginOtpOneTime: string;
129
+ loginTotpType: string;
130
+ loginTotpAlgorithm: string;
131
+ loginTotpDigits: string;
132
+ loginTotpInterval: string;
133
+ loginTotpCounter: string;
134
+ loginTotpDeviceName: string;
135
+ "loginTotp.totp": string;
136
+ "loginTotp.hotp": string;
137
+ totpAppFreeOTPName: string;
138
+ totpAppGoogleName: string;
139
+ totpAppMicrosoftAuthenticatorName: string;
140
+ loginChooseAuthenticator: string;
141
+ oauthGrantRequest: string;
142
+ inResource: string;
143
+ oauth2DeviceVerificationTitle: string;
144
+ verifyOAuth2DeviceUserCode: string;
145
+ oauth2DeviceInvalidUserCodeMessage: string;
146
+ oauth2DeviceExpiredUserCodeMessage: string;
147
+ oauth2DeviceVerificationCompleteHeader: string;
148
+ oauth2DeviceVerificationCompleteMessage: string;
149
+ oauth2DeviceVerificationFailedHeader: string;
150
+ oauth2DeviceVerificationFailedMessage: string;
151
+ oauth2DeviceConsentDeniedMessage: string;
152
+ oauth2DeviceAuthorizationGrantDisabledMessage: string;
153
+ emailVerifyInstruction1: string;
154
+ emailVerifyInstruction2: string;
155
+ emailVerifyInstruction3: string;
156
+ emailLinkIdpTitle: string;
157
+ emailLinkIdp1: string;
158
+ emailLinkIdp2: string;
159
+ emailLinkIdp3: string;
160
+ emailLinkIdp4: string;
161
+ emailLinkIdp5: string;
162
+ backToLogin: string;
163
+ emailInstruction: string;
164
+ emailInstructionUsername: string;
165
+ copyCodeInstruction: string;
166
+ pageExpiredTitle: string;
167
+ pageExpiredMsg1: string;
168
+ pageExpiredMsg2: string;
169
+ personalInfo: string;
170
+ role_admin: string;
171
+ "role_realm-admin": string;
172
+ "role_create-realm": string;
173
+ "role_create-client": string;
174
+ "role_view-realm": string;
175
+ "role_view-users": string;
176
+ "role_view-applications": string;
177
+ "role_view-clients": string;
178
+ "role_view-events": string;
179
+ "role_view-identity-providers": string;
180
+ "role_manage-realm": string;
181
+ "role_manage-users": string;
182
+ "role_manage-applications": string;
183
+ "role_manage-identity-providers": string;
184
+ "role_manage-clients": string;
185
+ "role_manage-events": string;
186
+ "role_view-profile": string;
187
+ "role_manage-account": string;
188
+ "role_manage-account-links": string;
189
+ "role_read-token": string;
190
+ "role_offline-access": string;
191
+ client_account: string;
192
+ "client_account-console": string;
193
+ "client_security-admin-console": string;
194
+ "client_admin-cli": string;
195
+ "client_realm-management": string;
196
+ client_broker: string;
197
+ requiredFields: string;
198
+ invalidUserMessage: string;
199
+ invalidUsernameMessage: string;
200
+ invalidUsernameOrEmailMessage: string;
201
+ invalidPasswordMessage: string;
202
+ invalidEmailMessage: string;
203
+ accountDisabledMessage: string;
204
+ accountTemporarilyDisabledMessage: string;
205
+ expiredCodeMessage: string;
206
+ expiredActionMessage: string;
207
+ expiredActionTokenNoSessionMessage: string;
208
+ expiredActionTokenSessionExistsMessage: string;
209
+ sessionLimitExceeded: string;
210
+ missingFirstNameMessage: string;
211
+ missingLastNameMessage: string;
212
+ missingEmailMessage: string;
213
+ missingUsernameMessage: string;
214
+ missingPasswordMessage: string;
215
+ missingTotpMessage: string;
216
+ missingTotpDeviceNameMessage: string;
217
+ notMatchPasswordMessage: string;
218
+ "error-invalid-value": string;
219
+ "error-invalid-blank": string;
220
+ "error-empty": string;
221
+ "error-invalid-length": string;
222
+ "error-invalid-length-too-short": string;
223
+ "error-invalid-length-too-long": string;
224
+ "error-invalid-email": string;
225
+ "error-invalid-number": string;
226
+ "error-number-out-of-range": string;
227
+ "error-number-out-of-range-too-small": string;
228
+ "error-number-out-of-range-too-big": string;
229
+ "error-pattern-no-match": string;
230
+ "error-invalid-uri": string;
231
+ "error-invalid-uri-scheme": string;
232
+ "error-invalid-uri-fragment": string;
233
+ "error-user-attribute-required": string;
234
+ "error-invalid-date": string;
235
+ "error-user-attribute-read-only": string;
236
+ "error-username-invalid-character": string;
237
+ "error-person-name-invalid-character": string;
238
+ "error-reset-otp-missing-id": string;
239
+ invalidPasswordExistingMessage: string;
240
+ invalidPasswordBlacklistedMessage: string;
241
+ invalidPasswordConfirmMessage: string;
242
+ invalidTotpMessage: string;
243
+ usernameExistsMessage: string;
244
+ emailExistsMessage: string;
245
+ federatedIdentityExistsMessage: string;
246
+ federatedIdentityUnavailableMessage: string;
247
+ federatedIdentityUnmatchedEssentialClaimMessage: string;
248
+ confirmLinkIdpTitle: string;
249
+ federatedIdentityConfirmLinkMessage: string;
250
+ federatedIdentityConfirmReauthenticateMessage: string;
251
+ nestedFirstBrokerFlowMessage: string;
252
+ confirmLinkIdpReviewProfile: string;
253
+ confirmLinkIdpContinue: string;
254
+ configureTotpMessage: string;
255
+ configureBackupCodesMessage: string;
256
+ updateProfileMessage: string;
257
+ updatePasswordMessage: string;
258
+ updateEmailMessage: string;
259
+ resetPasswordMessage: string;
260
+ verifyEmailMessage: string;
261
+ linkIdpMessage: string;
262
+ emailSentMessage: string;
263
+ emailSendErrorMessage: string;
264
+ accountUpdatedMessage: string;
265
+ accountPasswordUpdatedMessage: string;
266
+ delegationCompleteHeader: string;
267
+ delegationCompleteMessage: string;
268
+ delegationFailedHeader: string;
269
+ delegationFailedMessage: string;
270
+ noAccessMessage: string;
271
+ invalidPasswordMinLengthMessage: string;
272
+ invalidPasswordMaxLengthMessage: string;
273
+ invalidPasswordMinDigitsMessage: string;
274
+ invalidPasswordMinLowerCaseCharsMessage: string;
275
+ invalidPasswordMinUpperCaseCharsMessage: string;
276
+ invalidPasswordMinSpecialCharsMessage: string;
277
+ invalidPasswordNotUsernameMessage: string;
278
+ invalidPasswordNotEmailMessage: string;
279
+ invalidPasswordRegexPatternMessage: string;
280
+ invalidPasswordHistoryMessage: string;
281
+ invalidPasswordGenericMessage: string;
282
+ failedToProcessResponseMessage: string;
283
+ httpsRequiredMessage: string;
284
+ realmNotEnabledMessage: string;
285
+ invalidRequestMessage: string;
286
+ successLogout: string;
287
+ failedLogout: string;
288
+ unknownLoginRequesterMessage: string;
289
+ loginRequesterNotEnabledMessage: string;
290
+ bearerOnlyMessage: string;
291
+ standardFlowDisabledMessage: string;
292
+ implicitFlowDisabledMessage: string;
293
+ invalidRedirectUriMessage: string;
294
+ unsupportedNameIdFormatMessage: string;
295
+ invalidRequesterMessage: string;
296
+ registrationNotAllowedMessage: string;
297
+ resetCredentialNotAllowedMessage: string;
298
+ permissionNotApprovedMessage: string;
299
+ noRelayStateInResponseMessage: string;
300
+ insufficientPermissionMessage: string;
301
+ couldNotProceedWithAuthenticationRequestMessage: string;
302
+ couldNotObtainTokenMessage: string;
303
+ unexpectedErrorRetrievingTokenMessage: string;
304
+ unexpectedErrorHandlingResponseMessage: string;
305
+ identityProviderAuthenticationFailedMessage: string;
306
+ couldNotSendAuthenticationRequestMessage: string;
307
+ unexpectedErrorHandlingRequestMessage: string;
308
+ invalidAccessCodeMessage: string;
309
+ sessionNotActiveMessage: string;
310
+ invalidCodeMessage: string;
311
+ cookieNotFoundMessage: string;
312
+ insufficientLevelOfAuthentication: string;
313
+ identityProviderUnexpectedErrorMessage: string;
314
+ identityProviderMissingStateMessage: string;
315
+ identityProviderMissingCodeOrErrorMessage: string;
316
+ identityProviderInvalidResponseMessage: string;
317
+ identityProviderInvalidSignatureMessage: string;
318
+ identityProviderNotFoundMessage: string;
319
+ identityProviderLinkSuccess: string;
320
+ staleCodeMessage: string;
321
+ realmSupportsNoCredentialsMessage: string;
322
+ credentialSetupRequired: string;
323
+ identityProviderNotUniqueMessage: string;
324
+ emailVerifiedMessage: string;
325
+ emailVerifiedAlreadyMessage: string;
326
+ staleEmailVerificationLink: string;
327
+ identityProviderAlreadyLinkedMessage: string;
328
+ confirmAccountLinking: string;
329
+ confirmEmailAddressVerification: string;
330
+ confirmExecutionOfActions: string;
331
+ locale_ar: string;
332
+ locale_ca: string;
333
+ locale_cs: string;
334
+ locale_da: string;
335
+ locale_de: string;
336
+ locale_en: string;
337
+ locale_es: string;
338
+ locale_fi: string;
339
+ locale_fr: string;
340
+ locale_hu: string;
341
+ locale_it: string;
342
+ locale_ja: string;
343
+ locale_lt: string;
344
+ locale_lv: string;
345
+ locale_nl: string;
346
+ locale_no: string;
347
+ locale_pl: string;
348
+ "locale_pt-BR": string;
349
+ locale_ru: string;
350
+ locale_sk: string;
351
+ locale_sv: string;
352
+ locale_th: string;
353
+ locale_tr: string;
354
+ locale_uk: string;
355
+ "locale_zh-CN": string;
356
+ backToApplication: string;
357
+ missingParameterMessage: string;
358
+ clientNotFoundMessage: string;
359
+ clientDisabledMessage: string;
360
+ invalidParameterMessage: string;
361
+ alreadyLoggedIn: string;
362
+ differentUserAuthenticated: string;
363
+ brokerLinkingSessionExpired: string;
364
+ proceedWithAction: string;
365
+ acrNotFulfilled: string;
366
+ "requiredAction.CONFIGURE_TOTP": string;
367
+ "requiredAction.TERMS_AND_CONDITIONS": string;
368
+ "requiredAction.UPDATE_PASSWORD": string;
369
+ "requiredAction.UPDATE_PROFILE": string;
370
+ "requiredAction.VERIFY_EMAIL": string;
371
+ "requiredAction.CONFIGURE_RECOVERY_AUTHN_CODES": string;
372
+ "requiredAction.webauthn-register-passwordless": string;
373
+ invalidTokenRequiredActions: string;
374
+ doX509Login: string;
375
+ clientCertificate: string;
376
+ noCertificate: string;
377
+ pageNotFound: string;
378
+ internalServerError: string;
379
+ "console-username": string;
380
+ "console-password": string;
381
+ "console-otp": string;
382
+ "console-new-password": string;
383
+ "console-confirm-password": string;
384
+ "console-update-password": string;
385
+ "console-verify-email": string;
386
+ "console-email-code": string;
387
+ "console-accept-terms": string;
388
+ "console-accept": string;
389
+ "openshift.scope.user_info": string;
390
+ "openshift.scope.user_check-access": string;
391
+ "openshift.scope.user_full": string;
392
+ "openshift.scope.list-projects": string;
393
+ "saml.post-form.title": string;
394
+ "saml.post-form.message": string;
395
+ "saml.post-form.js-disabled": string;
396
+ "saml.artifactResolutionServiceInvalidResponse": string;
397
+ "otp-display-name": string;
398
+ "otp-help-text": string;
399
+ "otp-reset-description": string;
400
+ "password-display-name": string;
401
+ "password-help-text": string;
402
+ "auth-username-form-display-name": string;
403
+ "auth-username-form-help-text": string;
404
+ "auth-username-password-form-display-name": string;
405
+ "auth-username-password-form-help-text": string;
406
+ "auth-recovery-authn-code-form-display-name": string;
407
+ "auth-recovery-authn-code-form-help-text": string;
408
+ "auth-recovery-code-info-message": string;
409
+ "auth-recovery-code-prompt": string;
410
+ "auth-recovery-code-header": string;
411
+ "recovery-codes-error-invalid": string;
412
+ "recovery-code-config-header": string;
413
+ "recovery-code-config-warning-title": string;
414
+ "recovery-code-config-warning-message": string;
415
+ "recovery-codes-print": string;
416
+ "recovery-codes-download": string;
417
+ "recovery-codes-copy": string;
418
+ "recovery-codes-copied": string;
419
+ "recovery-codes-confirmation-message": string;
420
+ "recovery-codes-action-complete": string;
421
+ "recovery-codes-action-cancel": string;
422
+ "recovery-codes-download-file-header": string;
423
+ "recovery-codes-download-file-description": string;
424
+ "recovery-codes-download-file-date": string;
425
+ "recovery-codes-label-default": string;
426
+ "webauthn-display-name": string;
427
+ "webauthn-help-text": string;
428
+ "webauthn-passwordless-display-name": string;
429
+ "webauthn-passwordless-help-text": string;
430
+ "webauthn-login-title": string;
431
+ "webauthn-registration-title": string;
432
+ "webauthn-available-authenticators": string;
433
+ "webauthn-unsupported-browser-text": string;
434
+ "webauthn-doAuthenticate": string;
435
+ "webauthn-createdAt-label": string;
436
+ "webauthn-error-title": string;
437
+ "webauthn-error-registration": string;
438
+ "webauthn-error-api-get": string;
439
+ "webauthn-error-different-user": string;
440
+ "webauthn-error-auth-verification": string;
441
+ "webauthn-error-register-verification": string;
442
+ "webauthn-error-user-not-found": string;
443
+ "identity-provider-redirector": string;
444
+ "identity-provider-login-label": string;
445
+ "idp-email-verification-display-name": string;
446
+ "idp-email-verification-help-text": string;
447
+ "idp-username-password-form-display-name": string;
448
+ "idp-username-password-form-help-text": string;
449
+ finalDeletionConfirmation: string;
450
+ irreversibleAction: string;
451
+ deleteAccountConfirm: string;
452
+ deletingImplies: string;
453
+ errasingData: string;
454
+ loggingOutImmediately: string;
455
+ accountUnusable: string;
456
+ userDeletedSuccessfully: string;
457
+ "access-denied": string;
458
+ "access-denied-when-idp-auth": string;
459
+ "frontchannel-logout.title": string;
460
+ "frontchannel-logout.message": string;
461
+ logoutConfirmTitle: string;
462
+ logoutConfirmHeader: string;
463
+ doLogout: string;
464
+ readOnlyUsernameMessage: string;
465
+ "error-invalid-multivalued-size": string;
466
+ shouldBeEqual: string;
467
+ shouldBeDifferent: string;
468
+ shouldMatchPattern: string;
469
+ mustBeAnInteger: string;
470
+ notAValidOption: string;
471
+ selectAnOption: string;
472
+ remove: string;
473
+ addValue: string;
474
+ languages: string;
475
+ } | {
476
+ doLogIn: string;
477
+ doRegister: string;
478
+ doRegisterSecurityKey: string;
479
+ doCancel: string;
480
+ doSubmit: string;
481
+ doBack: string;
482
+ doYes: string;
483
+ doNo: string;
484
+ doContinue: string;
485
+ doIgnore: string;
486
+ doAccept: string;
487
+ doDecline: string;
488
+ doForgotPassword: string;
489
+ doClickHere: string;
490
+ doImpersonate: string;
491
+ doTryAgain: string;
492
+ doTryAnotherWay: string;
493
+ doConfirmDelete: string;
494
+ errorDeletingAccount: string;
495
+ deletingAccountForbidden: string;
496
+ kerberosNotConfigured: string;
497
+ kerberosNotConfiguredTitle: string;
498
+ bypassKerberosDetail: string;
499
+ kerberosNotSetUp: string;
500
+ registerTitle: string;
501
+ loginAccountTitle: string;
502
+ loginTitle: string;
503
+ loginTitleHtml: string;
504
+ impersonateTitle: string;
505
+ impersonateTitleHtml: string;
506
+ realmChoice: string;
507
+ unknownUser: string;
508
+ loginTotpTitle: string;
509
+ loginProfileTitle: string;
510
+ loginIdpReviewProfileTitle: string;
511
+ loginTimeout: string;
512
+ reauthenticate: string;
513
+ oauthGrantTitle: string;
514
+ oauthGrantTitleHtml: string;
515
+ oauthGrantInformation: string;
516
+ oauthGrantReview: string;
517
+ oauthGrantTos: string;
518
+ oauthGrantPolicy: string;
519
+ errorTitle: string;
520
+ errorTitleHtml: string;
521
+ emailVerifyTitle: string;
522
+ emailForgotTitle: string;
523
+ updateEmailTitle: string;
524
+ emailUpdateConfirmationSentTitle: string;
525
+ emailUpdateConfirmationSent: string;
526
+ emailUpdatedTitle: string;
527
+ emailUpdated: string;
528
+ updatePasswordTitle: string;
529
+ codeSuccessTitle: string;
530
+ codeErrorTitle: string;
531
+ displayUnsupported: string;
532
+ browserRequired: string;
533
+ browserContinue: string;
534
+ browserContinuePrompt: string;
535
+ browserContinueAnswer: string;
536
+ usb: string;
537
+ nfc: string;
538
+ bluetooth: string;
539
+ internal: string;
540
+ unknown: string;
541
+ termsTitle: string;
542
+ termsText: string;
543
+ termsPlainText: string;
544
+ termsAcceptanceRequired: string;
545
+ acceptTerms: string;
546
+ recaptchaFailed: string;
547
+ recaptchaNotConfigured: string;
548
+ consentDenied: string;
549
+ noAccount: string;
550
+ username: string;
551
+ usernameOrEmail: string;
552
+ firstName: string;
553
+ givenName: string;
554
+ fullName: string;
555
+ lastName: string;
556
+ familyName: string;
557
+ email: string;
558
+ password: string;
559
+ passwordConfirm: string;
560
+ passwordNew: string;
561
+ passwordNewConfirm: string;
562
+ hidePassword: string;
563
+ showPassword: string;
564
+ rememberMe: string;
565
+ authenticatorCode: string;
566
+ address: string;
567
+ street: string;
568
+ locality: string;
569
+ region: string;
570
+ postal_code: string;
571
+ country: string;
572
+ emailVerified: string;
573
+ website: string;
574
+ phoneNumber: string;
575
+ phoneNumberVerified: string;
576
+ gender: string;
577
+ birthday: string;
578
+ zoneinfo: string;
579
+ gssDelegationCredential: string;
580
+ logoutOtherSessions: string;
581
+ profileScopeConsentText: string;
582
+ emailScopeConsentText: string;
583
+ addressScopeConsentText: string;
584
+ phoneScopeConsentText: string;
585
+ offlineAccessScopeConsentText: string;
586
+ samlRoleListScopeConsentText: string;
587
+ rolesScopeConsentText: string;
588
+ restartLoginTooltip: string;
589
+ loginTotpIntro: string;
590
+ loginTotpStep1: string;
591
+ loginTotpStep2: string;
592
+ loginTotpStep3: string;
593
+ loginTotpStep3DeviceName: string;
594
+ loginTotpManualStep2: string;
595
+ loginTotpManualStep3: string;
596
+ loginTotpUnableToScan: string;
597
+ loginTotpScanBarcode: string;
598
+ loginCredential: string;
599
+ loginOtpOneTime: string;
600
+ loginTotpType: string;
601
+ loginTotpAlgorithm: string;
602
+ loginTotpDigits: string;
603
+ loginTotpInterval: string;
604
+ loginTotpCounter: string;
605
+ loginTotpDeviceName: string;
606
+ "loginTotp.totp": string;
607
+ "loginTotp.hotp": string;
608
+ totpAppFreeOTPName: string;
609
+ totpAppGoogleName: string;
610
+ totpAppMicrosoftAuthenticatorName: string;
611
+ loginChooseAuthenticator: string;
612
+ oauthGrantRequest: string;
613
+ inResource: string;
614
+ oauth2DeviceVerificationTitle: string;
615
+ verifyOAuth2DeviceUserCode: string;
616
+ oauth2DeviceInvalidUserCodeMessage: string;
617
+ oauth2DeviceExpiredUserCodeMessage: string;
618
+ oauth2DeviceVerificationCompleteHeader: string;
619
+ oauth2DeviceVerificationCompleteMessage: string;
620
+ oauth2DeviceVerificationFailedHeader: string;
621
+ oauth2DeviceVerificationFailedMessage: string;
622
+ oauth2DeviceConsentDeniedMessage: string;
623
+ oauth2DeviceAuthorizationGrantDisabledMessage: string;
624
+ emailVerifyInstruction1: string;
625
+ emailVerifyInstruction2: string;
626
+ emailVerifyInstruction3: string;
627
+ emailLinkIdpTitle: string;
628
+ emailLinkIdp1: string;
629
+ emailLinkIdp2: string;
630
+ emailLinkIdp3: string;
631
+ emailLinkIdp4: string;
632
+ emailLinkIdp5: string;
633
+ backToLogin: string;
634
+ emailInstruction: string;
635
+ emailInstructionUsername: string;
636
+ copyCodeInstruction: string;
637
+ pageExpiredTitle: string;
638
+ pageExpiredMsg1: string;
639
+ pageExpiredMsg2: string;
640
+ personalInfo: string;
641
+ role_admin: string;
642
+ "role_realm-admin": string;
643
+ "role_create-realm": string;
644
+ "role_create-client": string;
645
+ "role_view-realm": string;
646
+ "role_view-users": string;
647
+ "role_view-applications": string;
648
+ "role_view-clients": string;
649
+ "role_view-events": string;
650
+ "role_view-identity-providers": string;
651
+ "role_manage-realm": string;
652
+ "role_manage-users": string;
653
+ "role_manage-applications": string;
654
+ "role_manage-identity-providers": string;
655
+ "role_manage-clients": string;
656
+ "role_manage-events": string;
657
+ "role_view-profile": string;
658
+ "role_manage-account": string;
659
+ "role_manage-account-links": string;
660
+ "role_read-token": string;
661
+ "role_offline-access": string;
662
+ client_account: string;
663
+ "client_account-console": string;
664
+ "client_realm-management": string;
665
+ client_broker: string;
666
+ requiredFields: string;
667
+ invalidUserMessage: string;
668
+ invalidUsernameMessage: string;
669
+ invalidUsernameOrEmailMessage: string;
670
+ invalidPasswordMessage: string;
671
+ invalidEmailMessage: string;
672
+ accountDisabledMessage: string;
673
+ accountTemporarilyDisabledMessage: string;
674
+ expiredCodeMessage: string;
675
+ expiredActionMessage: string;
676
+ expiredActionTokenNoSessionMessage: string;
677
+ expiredActionTokenSessionExistsMessage: string;
678
+ sessionLimitExceeded: string;
679
+ missingFirstNameMessage: string;
680
+ missingLastNameMessage: string;
681
+ missingEmailMessage: string;
682
+ missingUsernameMessage: string;
683
+ missingPasswordMessage: string;
684
+ missingTotpMessage: string;
685
+ missingTotpDeviceNameMessage: string;
686
+ notMatchPasswordMessage: string;
687
+ "error-invalid-value": string;
688
+ "error-invalid-blank": string;
689
+ "error-empty": string;
690
+ "error-invalid-length": string;
691
+ "error-invalid-length-too-short": string;
692
+ "error-invalid-length-too-long": string;
693
+ "error-invalid-email": string;
694
+ "error-invalid-number": string;
695
+ "error-number-out-of-range": string;
696
+ "error-number-out-of-range-too-small": string;
697
+ "error-number-out-of-range-too-big": string;
698
+ "error-pattern-no-match": string;
699
+ "error-invalid-uri": string;
700
+ "error-invalid-uri-scheme": string;
701
+ "error-invalid-uri-fragment": string;
702
+ "error-user-attribute-required": string;
703
+ "error-invalid-date": string;
704
+ "error-user-attribute-read-only": string;
705
+ "error-username-invalid-character": string;
706
+ "error-person-name-invalid-character": string;
707
+ "error-reset-otp-missing-id": string;
708
+ invalidPasswordExistingMessage: string;
709
+ invalidPasswordBlacklistedMessage: string;
710
+ invalidPasswordConfirmMessage: string;
711
+ invalidTotpMessage: string;
712
+ usernameExistsMessage: string;
713
+ emailExistsMessage: string;
714
+ federatedIdentityExistsMessage: string;
715
+ federatedIdentityUnavailableMessage: string;
716
+ federatedIdentityUnmatchedEssentialClaimMessage: string;
717
+ confirmLinkIdpTitle: string;
718
+ federatedIdentityConfirmLinkMessage: string;
719
+ federatedIdentityConfirmReauthenticateMessage: string;
720
+ nestedFirstBrokerFlowMessage: string;
721
+ confirmLinkIdpReviewProfile: string;
722
+ confirmLinkIdpContinue: string;
723
+ configureTotpMessage: string;
724
+ configureBackupCodesMessage: string;
725
+ updateProfileMessage: string;
726
+ updatePasswordMessage: string;
727
+ updateEmailMessage: string;
728
+ resetPasswordMessage: string;
729
+ verifyEmailMessage: string;
730
+ linkIdpMessage: string;
731
+ emailSentMessage: string;
732
+ emailSendErrorMessage: string;
733
+ accountUpdatedMessage: string;
734
+ accountPasswordUpdatedMessage: string;
735
+ delegationCompleteHeader: string;
736
+ delegationCompleteMessage: string;
737
+ delegationFailedHeader: string;
738
+ delegationFailedMessage: string;
739
+ noAccessMessage: string;
740
+ invalidPasswordMinLengthMessage: string;
741
+ invalidPasswordMaxLengthMessage: string;
742
+ invalidPasswordMinDigitsMessage: string;
743
+ invalidPasswordMinLowerCaseCharsMessage: string;
744
+ invalidPasswordMinUpperCaseCharsMessage: string;
745
+ invalidPasswordMinSpecialCharsMessage: string;
746
+ invalidPasswordNotUsernameMessage: string;
747
+ invalidPasswordNotEmailMessage: string;
748
+ invalidPasswordRegexPatternMessage: string;
749
+ invalidPasswordHistoryMessage: string;
750
+ invalidPasswordGenericMessage: string;
751
+ failedToProcessResponseMessage: string;
752
+ httpsRequiredMessage: string;
753
+ realmNotEnabledMessage: string;
754
+ invalidRequestMessage: string;
755
+ successLogout: string;
756
+ failedLogout: string;
757
+ unknownLoginRequesterMessage: string;
758
+ loginRequesterNotEnabledMessage: string;
759
+ bearerOnlyMessage: string;
760
+ standardFlowDisabledMessage: string;
761
+ implicitFlowDisabledMessage: string;
762
+ invalidRedirectUriMessage: string;
763
+ unsupportedNameIdFormatMessage: string;
764
+ invalidRequesterMessage: string;
765
+ registrationNotAllowedMessage: string;
766
+ resetCredentialNotAllowedMessage: string;
767
+ permissionNotApprovedMessage: string;
768
+ noRelayStateInResponseMessage: string;
769
+ insufficientPermissionMessage: string;
770
+ couldNotProceedWithAuthenticationRequestMessage: string;
771
+ couldNotObtainTokenMessage: string;
772
+ unexpectedErrorRetrievingTokenMessage: string;
773
+ unexpectedErrorHandlingResponseMessage: string;
774
+ identityProviderAuthenticationFailedMessage: string;
775
+ couldNotSendAuthenticationRequestMessage: string;
776
+ unexpectedErrorHandlingRequestMessage: string;
777
+ invalidAccessCodeMessage: string;
778
+ sessionNotActiveMessage: string;
779
+ invalidCodeMessage: string;
780
+ cookieNotFoundMessage: string;
781
+ insufficientLevelOfAuthentication: string;
782
+ identityProviderUnexpectedErrorMessage: string;
783
+ identityProviderMissingStateMessage: string;
784
+ identityProviderMissingCodeOrErrorMessage: string;
785
+ identityProviderInvalidResponseMessage: string;
786
+ identityProviderInvalidSignatureMessage: string;
787
+ identityProviderNotFoundMessage: string;
788
+ identityProviderLinkSuccess: string;
789
+ staleCodeMessage: string;
790
+ realmSupportsNoCredentialsMessage: string;
791
+ credentialSetupRequired: string;
792
+ identityProviderNotUniqueMessage: string;
793
+ emailVerifiedMessage: string;
794
+ emailVerifiedAlreadyMessage: string;
795
+ staleEmailVerificationLink: string;
796
+ identityProviderAlreadyLinkedMessage: string;
797
+ confirmAccountLinking: string;
798
+ confirmEmailAddressVerification: string;
799
+ confirmExecutionOfActions: string;
800
+ backToApplication: string;
801
+ missingParameterMessage: string;
802
+ clientNotFoundMessage: string;
803
+ clientDisabledMessage: string;
804
+ invalidParameterMessage: string;
805
+ alreadyLoggedIn: string;
806
+ differentUserAuthenticated: string;
807
+ brokerLinkingSessionExpired: string;
808
+ proceedWithAction: string;
809
+ acrNotFulfilled: string;
810
+ "requiredAction.CONFIGURE_TOTP": string;
811
+ "requiredAction.TERMS_AND_CONDITIONS": string;
812
+ "requiredAction.UPDATE_PASSWORD": string;
813
+ "requiredAction.UPDATE_PROFILE": string;
814
+ "requiredAction.VERIFY_EMAIL": string;
815
+ "requiredAction.CONFIGURE_RECOVERY_AUTHN_CODES": string;
816
+ invalidTokenRequiredActions: string;
817
+ doX509Login: string;
818
+ clientCertificate: string;
819
+ noCertificate: string;
820
+ pageNotFound: string;
821
+ internalServerError: string;
822
+ "console-username": string;
823
+ "console-password": string;
824
+ "console-otp": string;
825
+ "console-new-password": string;
826
+ "console-confirm-password": string;
827
+ "console-update-password": string;
828
+ "console-verify-email": string;
829
+ "console-email-code": string;
830
+ "console-accept-terms": string;
831
+ "console-accept": string;
832
+ "openshift.scope.user_info": string;
833
+ "openshift.scope.user_check-access": string;
834
+ "openshift.scope.user_full": string;
835
+ "openshift.scope.list-projects": string;
836
+ "saml.post-form.title": string;
837
+ "saml.post-form.message": string;
838
+ "saml.post-form.js-disabled": string;
839
+ "saml.artifactResolutionServiceInvalidResponse": string;
840
+ "otp-display-name": string;
841
+ "otp-help-text": string;
842
+ "otp-reset-description": string;
843
+ "password-display-name": string;
844
+ "password-help-text": string;
845
+ "auth-username-form-display-name": string;
846
+ "auth-username-form-help-text": string;
847
+ "auth-username-password-form-display-name": string;
848
+ "auth-username-password-form-help-text": string;
849
+ "auth-recovery-authn-code-form-display-name": string;
850
+ "auth-recovery-authn-code-form-help-text": string;
851
+ "auth-recovery-code-info-message": string;
852
+ "auth-recovery-code-prompt": string;
853
+ "auth-recovery-code-header": string;
854
+ "recovery-codes-error-invalid": string;
855
+ "recovery-code-config-header": string;
856
+ "recovery-code-config-warning-title": string;
857
+ "recovery-code-config-warning-message": string;
858
+ "recovery-codes-print": string;
859
+ "recovery-codes-download": string;
860
+ "recovery-codes-copy": string;
861
+ "recovery-codes-copied": string;
862
+ "recovery-codes-confirmation-message": string;
863
+ "recovery-codes-action-complete": string;
864
+ "recovery-codes-action-cancel": string;
865
+ "recovery-codes-download-file-header": string;
866
+ "recovery-codes-download-file-description": string;
867
+ "recovery-codes-download-file-date": string;
868
+ "recovery-codes-label-default": string;
869
+ "webauthn-display-name": string;
870
+ "webauthn-help-text": string;
871
+ "webauthn-passwordless-display-name": string;
872
+ "webauthn-passwordless-help-text": string;
873
+ "webauthn-login-title": string;
874
+ "webauthn-registration-title": string;
875
+ "webauthn-available-authenticators": string;
876
+ "webauthn-unsupported-browser-text": string;
877
+ "webauthn-doAuthenticate": string;
878
+ "webauthn-createdAt-label": string;
879
+ "webauthn-error-title": string;
880
+ "webauthn-error-registration": string;
881
+ "webauthn-error-api-get": string;
882
+ "webauthn-error-different-user": string;
883
+ "webauthn-error-auth-verification": string;
884
+ "webauthn-error-register-verification": string;
885
+ "webauthn-error-user-not-found": string;
886
+ "identity-provider-redirector": string;
887
+ "identity-provider-login-label": string;
888
+ "idp-email-verification-display-name": string;
889
+ "idp-email-verification-help-text": string;
890
+ "idp-username-password-form-display-name": string;
891
+ "idp-username-password-form-help-text": string;
892
+ finalDeletionConfirmation: string;
893
+ irreversibleAction: string;
894
+ deleteAccountConfirm: string;
895
+ deletingImplies: string;
896
+ errasingData: string;
897
+ loggingOutImmediately: string;
898
+ accountUnusable: string;
899
+ userDeletedSuccessfully: string;
900
+ "access-denied": string;
901
+ "access-denied-when-idp-auth": string;
902
+ "frontchannel-logout.title": string;
903
+ "frontchannel-logout.message": string;
904
+ logoutConfirmTitle: string;
905
+ logoutConfirmHeader: string;
906
+ doLogout: string;
907
+ readOnlyUsernameMessage: string;
908
+ shouldBeEqual: string;
909
+ shouldBeDifferent: string;
910
+ shouldMatchPattern: string;
911
+ mustBeAnInteger: string;
912
+ notAValidOption: string;
913
+ selectAnOption: string;
914
+ remove: string;
915
+ addValue: string;
916
+ languages: string;
917
+ } | {
918
+ doLogIn: string;
919
+ doRegister: string;
920
+ doRegisterSecurityKey: string;
921
+ doCancel: string;
922
+ doSubmit: string;
923
+ doBack: string;
924
+ doYes: string;
925
+ doNo: string;
926
+ doContinue: string;
927
+ doIgnore: string;
928
+ doAccept: string;
929
+ doDecline: string;
930
+ doForgotPassword: string;
931
+ doClickHere: string;
932
+ doImpersonate: string;
933
+ doTryAgain: string;
934
+ doTryAnotherWay: string;
935
+ doConfirmDelete: string;
936
+ errorDeletingAccount: string;
937
+ deletingAccountForbidden: string;
938
+ kerberosNotConfigured: string;
939
+ kerberosNotConfiguredTitle: string;
940
+ bypassKerberosDetail: string;
941
+ kerberosNotSetUp: string;
942
+ registerTitle: string;
943
+ loginAccountTitle: string;
944
+ loginTitle: string;
945
+ loginTitleHtml: string;
946
+ impersonateTitle: string;
947
+ impersonateTitleHtml: string;
948
+ realmChoice: string;
949
+ unknownUser: string;
950
+ loginTotpTitle: string;
951
+ loginProfileTitle: string;
952
+ loginTimeout: string;
953
+ reauthenticate: string;
954
+ oauthGrantTitle: string;
955
+ oauthGrantTitleHtml: string;
956
+ errorTitle: string;
957
+ errorTitleHtml: string;
958
+ emailVerifyTitle: string;
959
+ emailForgotTitle: string;
960
+ updatePasswordTitle: string;
961
+ codeSuccessTitle: string;
962
+ codeErrorTitle: string;
963
+ displayUnsupported: string;
964
+ browserRequired: string;
965
+ browserContinue: string;
966
+ browserContinuePrompt: string;
967
+ browserContinueAnswer: string;
968
+ termsTitle: string;
969
+ termsTitleHtml: string;
970
+ termsText: string;
971
+ recaptchaFailed: string;
972
+ recaptchaNotConfigured: string;
973
+ consentDenied: string;
974
+ noAccount: string;
975
+ username: string;
976
+ usernameOrEmail: string;
977
+ firstName: string;
978
+ givenName: string;
979
+ fullName: string;
980
+ lastName: string;
981
+ familyName: string;
982
+ email: string;
983
+ password: string;
984
+ passwordConfirm: string;
985
+ passwordNew: string;
986
+ passwordNewConfirm: string;
987
+ rememberMe: string;
988
+ authenticatorCode: string;
989
+ address: string;
990
+ street: string;
991
+ locality: string;
992
+ region: string;
993
+ postal_code: string;
994
+ country: string;
995
+ emailVerified: string;
996
+ website: string;
997
+ phoneNumber: string;
998
+ phoneNumberVerified: string;
999
+ gender: string;
1000
+ birthday: string;
1001
+ zoneinfo: string;
1002
+ gssDelegationCredential: string;
1003
+ logoutOtherSessions: string;
1004
+ profileScopeConsentText: string;
1005
+ emailScopeConsentText: string;
1006
+ addressScopeConsentText: string;
1007
+ phoneScopeConsentText: string;
1008
+ offlineAccessScopeConsentText: string;
1009
+ samlRoleListScopeConsentText: string;
1010
+ rolesScopeConsentText: string;
1011
+ restartLoginTooltip: string;
1012
+ loginTotpIntro: string;
1013
+ loginTotpStep1: string;
1014
+ loginTotpStep2: string;
1015
+ loginTotpStep3: string;
1016
+ loginTotpStep3DeviceName: string;
1017
+ loginTotpManualStep2: string;
1018
+ loginTotpManualStep3: string;
1019
+ loginTotpUnableToScan: string;
1020
+ loginTotpScanBarcode: string;
1021
+ loginCredential: string;
1022
+ loginOtpOneTime: string;
1023
+ loginTotpType: string;
1024
+ loginTotpAlgorithm: string;
1025
+ loginTotpDigits: string;
1026
+ loginTotpInterval: string;
1027
+ loginTotpCounter: string;
1028
+ loginTotpDeviceName: string;
1029
+ "loginTotp.totp": string;
1030
+ "loginTotp.hotp": string;
1031
+ loginChooseAuthenticator: string;
1032
+ oauthGrantRequest: string;
1033
+ inResource: string;
1034
+ emailVerifyInstruction1: string;
1035
+ emailVerifyInstruction2: string;
1036
+ emailVerifyInstruction3: string;
1037
+ emailLinkIdpTitle: string;
1038
+ emailLinkIdp1: string;
1039
+ emailLinkIdp2: string;
1040
+ emailLinkIdp3: string;
1041
+ emailLinkIdp4: string;
1042
+ emailLinkIdp5: string;
1043
+ backToLogin: string;
1044
+ emailInstruction: string;
1045
+ emailInstructionUsername: string;
1046
+ copyCodeInstruction: string;
1047
+ pageExpiredTitle: string;
1048
+ pageExpiredMsg1: string;
1049
+ pageExpiredMsg2: string;
1050
+ personalInfo: string;
1051
+ role_admin: string;
1052
+ "role_realm-admin": string;
1053
+ "role_create-realm": string;
1054
+ "role_create-client": string;
1055
+ "role_view-realm": string;
1056
+ "role_view-users": string;
1057
+ "role_view-applications": string;
1058
+ "role_view-clients": string;
1059
+ "role_view-events": string;
1060
+ "role_view-identity-providers": string;
1061
+ "role_manage-realm": string;
1062
+ "role_manage-users": string;
1063
+ "role_manage-applications": string;
1064
+ "role_manage-identity-providers": string;
1065
+ "role_manage-clients": string;
1066
+ "role_manage-events": string;
1067
+ "role_view-profile": string;
1068
+ "role_manage-account": string;
1069
+ "role_manage-account-links": string;
1070
+ "role_read-token": string;
1071
+ "role_offline-access": string;
1072
+ client_account: string;
1073
+ "client_account-console": string;
1074
+ "client_security-admin-console": string;
1075
+ "client_admin-cli": string;
1076
+ "client_realm-management": string;
1077
+ client_broker: string;
1078
+ requiredFields: string;
1079
+ invalidUserMessage: string;
1080
+ invalidUsernameMessage: string;
1081
+ invalidUsernameOrEmailMessage: string;
1082
+ invalidPasswordMessage: string;
1083
+ invalidEmailMessage: string;
1084
+ accountDisabledMessage: string;
1085
+ accountTemporarilyDisabledMessage: string;
1086
+ expiredCodeMessage: string;
1087
+ expiredActionMessage: string;
1088
+ expiredActionTokenNoSessionMessage: string;
1089
+ expiredActionTokenSessionExistsMessage: string;
1090
+ missingFirstNameMessage: string;
1091
+ missingLastNameMessage: string;
1092
+ missingEmailMessage: string;
1093
+ missingUsernameMessage: string;
1094
+ missingPasswordMessage: string;
1095
+ missingTotpMessage: string;
1096
+ missingTotpDeviceNameMessage: string;
1097
+ notMatchPasswordMessage: string;
1098
+ invalidPasswordExistingMessage: string;
1099
+ invalidPasswordBlacklistedMessage: string;
1100
+ invalidPasswordConfirmMessage: string;
1101
+ invalidTotpMessage: string;
1102
+ usernameExistsMessage: string;
1103
+ emailExistsMessage: string;
1104
+ federatedIdentityExistsMessage: string;
1105
+ confirmLinkIdpTitle: string;
1106
+ federatedIdentityConfirmLinkMessage: string;
1107
+ federatedIdentityConfirmReauthenticateMessage: string;
1108
+ nestedFirstBrokerFlowMessage: string;
1109
+ confirmLinkIdpReviewProfile: string;
1110
+ confirmLinkIdpContinue: string;
1111
+ configureTotpMessage: string;
1112
+ updateProfileMessage: string;
1113
+ updatePasswordMessage: string;
1114
+ resetPasswordMessage: string;
1115
+ verifyEmailMessage: string;
1116
+ linkIdpMessage: string;
1117
+ emailSentMessage: string;
1118
+ emailSendErrorMessage: string;
1119
+ accountUpdatedMessage: string;
1120
+ accountPasswordUpdatedMessage: string;
1121
+ delegationCompleteHeader: string;
1122
+ delegationCompleteMessage: string;
1123
+ delegationFailedHeader: string;
1124
+ delegationFailedMessage: string;
1125
+ noAccessMessage: string;
1126
+ invalidPasswordMinLengthMessage: string;
1127
+ invalidPasswordMinDigitsMessage: string;
1128
+ invalidPasswordMinLowerCaseCharsMessage: string;
1129
+ invalidPasswordMinUpperCaseCharsMessage: string;
1130
+ invalidPasswordMinSpecialCharsMessage: string;
1131
+ invalidPasswordNotUsernameMessage: string;
1132
+ invalidPasswordNotEmailMessage: string;
1133
+ invalidPasswordRegexPatternMessage: string;
1134
+ invalidPasswordHistoryMessage: string;
1135
+ invalidPasswordGenericMessage: string;
1136
+ failedToProcessResponseMessage: string;
1137
+ httpsRequiredMessage: string;
1138
+ realmNotEnabledMessage: string;
1139
+ invalidRequestMessage: string;
1140
+ successLogout: string;
1141
+ failedLogout: string;
1142
+ unknownLoginRequesterMessage: string;
1143
+ loginRequesterNotEnabledMessage: string;
1144
+ bearerOnlyMessage: string;
1145
+ standardFlowDisabledMessage: string;
1146
+ implicitFlowDisabledMessage: string;
1147
+ invalidRedirectUriMessage: string;
1148
+ unsupportedNameIdFormatMessage: string;
1149
+ invalidRequesterMessage: string;
1150
+ registrationNotAllowedMessage: string;
1151
+ resetCredentialNotAllowedMessage: string;
1152
+ permissionNotApprovedMessage: string;
1153
+ noRelayStateInResponseMessage: string;
1154
+ insufficientPermissionMessage: string;
1155
+ couldNotProceedWithAuthenticationRequestMessage: string;
1156
+ couldNotObtainTokenMessage: string;
1157
+ unexpectedErrorRetrievingTokenMessage: string;
1158
+ unexpectedErrorHandlingResponseMessage: string;
1159
+ identityProviderAuthenticationFailedMessage: string;
1160
+ couldNotSendAuthenticationRequestMessage: string;
1161
+ unexpectedErrorHandlingRequestMessage: string;
1162
+ invalidAccessCodeMessage: string;
1163
+ sessionNotActiveMessage: string;
1164
+ invalidCodeMessage: string;
1165
+ cookieNotFoundMessage: string;
1166
+ identityProviderUnexpectedErrorMessage: string;
1167
+ identityProviderMissingStateMessage: string;
1168
+ identityProviderNotFoundMessage: string;
1169
+ identityProviderLinkSuccess: string;
1170
+ staleCodeMessage: string;
1171
+ realmSupportsNoCredentialsMessage: string;
1172
+ credentialSetupRequired: string;
1173
+ identityProviderNotUniqueMessage: string;
1174
+ emailVerifiedMessage: string;
1175
+ staleEmailVerificationLink: string;
1176
+ identityProviderAlreadyLinkedMessage: string;
1177
+ confirmAccountLinking: string;
1178
+ confirmEmailAddressVerification: string;
1179
+ confirmExecutionOfActions: string;
1180
+ backToApplication: string;
1181
+ missingParameterMessage: string;
1182
+ clientNotFoundMessage: string;
1183
+ clientDisabledMessage: string;
1184
+ invalidParameterMessage: string;
1185
+ alreadyLoggedIn: string;
1186
+ differentUserAuthenticated: string;
1187
+ brokerLinkingSessionExpired: string;
1188
+ proceedWithAction: string;
1189
+ "requiredAction.CONFIGURE_TOTP": string;
1190
+ "requiredAction.TERMS_AND_CONDITIONS": string;
1191
+ "requiredAction.UPDATE_PASSWORD": string;
1192
+ "requiredAction.UPDATE_PROFILE": string;
1193
+ "requiredAction.VERIFY_EMAIL": string;
1194
+ "requiredAction.CONFIGURE_RECOVERY_AUTHN_CODES": string;
1195
+ "requiredAction.webauthn-register-passwordless": string;
1196
+ doX509Login: string;
1197
+ clientCertificate: string;
1198
+ noCertificate: string;
1199
+ pageNotFound: string;
1200
+ internalServerError: string;
1201
+ "console-username": string;
1202
+ "console-password": string;
1203
+ "console-otp": string;
1204
+ "console-new-password": string;
1205
+ "console-confirm-password": string;
1206
+ "console-update-password": string;
1207
+ "console-verify-email": string;
1208
+ "console-email-code": string;
1209
+ "console-accept-terms": string;
1210
+ "console-accept": string;
1211
+ "openshift.scope.user_info": string;
1212
+ "openshift.scope.user_check-access": string;
1213
+ "openshift.scope.user_full": string;
1214
+ "openshift.scope.list-projects": string;
1215
+ "saml.post-form.title": string;
1216
+ "saml.post-form.message": string;
1217
+ "saml.post-form.js-disabled": string;
1218
+ "otp-display-name": string;
1219
+ "otp-help-text": string;
1220
+ "password-display-name": string;
1221
+ "password-help-text": string;
1222
+ "auth-username-form-display-name": string;
1223
+ "auth-username-form-help-text": string;
1224
+ "auth-username-password-form-display-name": string;
1225
+ "auth-username-password-form-help-text": string;
1226
+ "error-reset-otp-missing-id": string;
1227
+ "auth-recovery-authn-code-form-display-name": string;
1228
+ "auth-recovery-authn-code-form-help-text": string;
1229
+ "auth-recovery-code-info-message": string;
1230
+ "auth-recovery-code-prompt": string;
1231
+ "auth-recovery-code-header": string;
1232
+ "recovery-codes-error-invalid": string;
1233
+ "recovery-code-config-header": string;
1234
+ "recovery-code-config-warning-title": string;
1235
+ "recovery-code-config-warning-message": string;
1236
+ "recovery-codes-print": string;
1237
+ "recovery-codes-download": string;
1238
+ "recovery-codes-copy": string;
1239
+ "recovery-codes-copied": string;
1240
+ "recovery-codes-confirmation-message": string;
1241
+ "recovery-codes-action-complete": string;
1242
+ "recovery-codes-action-cancel": string;
1243
+ "recovery-codes-download-file-header": string;
1244
+ "recovery-codes-download-file-description": string;
1245
+ "recovery-codes-download-file-date": string;
1246
+ "recovery-codes-label-default": string;
1247
+ "webauthn-display-name": string;
1248
+ "webauthn-help-text": string;
1249
+ "webauthn-passwordless-display-name": string;
1250
+ "webauthn-passwordless-help-text": string;
1251
+ "webauthn-login-title": string;
1252
+ "webauthn-registration-title": string;
1253
+ "webauthn-available-authenticators": string;
1254
+ "webauthn-unsupported-browser-text": string;
1255
+ "webauthn-doAuthenticate": string;
1256
+ "webauthn-error-title": string;
1257
+ "webauthn-error-registration": string;
1258
+ "webauthn-error-api-get": string;
1259
+ "webauthn-error-different-user": string;
1260
+ "webauthn-error-auth-verification": string;
1261
+ "webauthn-error-register-verification": string;
1262
+ "webauthn-error-user-not-found": string;
1263
+ "identity-provider-redirector": string;
1264
+ "identity-provider-login-label": string;
1265
+ "idp-email-verification-display-name": string;
1266
+ "idp-email-verification-help-text": string;
1267
+ "idp-username-password-form-display-name": string;
1268
+ "idp-username-password-form-help-text": string;
1269
+ finalDeletionConfirmation: string;
1270
+ irreversibleAction: string;
1271
+ deleteAccountConfirm: string;
1272
+ deletingImplies: string;
1273
+ errasingData: string;
1274
+ loggingOutImmediately: string;
1275
+ accountUnusable: string;
1276
+ userDeletedSuccessfully: string;
1277
+ "access-denied": string;
1278
+ "frontchannel-logout.title": string;
1279
+ "frontchannel-logout.message": string;
1280
+ logoutConfirmTitle: string;
1281
+ logoutConfirmHeader: string;
1282
+ doLogout: string;
1283
+ readOnlyUsernameMessage: string;
1284
+ shouldBeEqual: string;
1285
+ shouldBeDifferent: string;
1286
+ shouldMatchPattern: string;
1287
+ mustBeAnInteger: string;
1288
+ notAValidOption: string;
1289
+ selectAnOption: string;
1290
+ remove: string;
1291
+ addValue: string;
1292
+ languages: string;
1293
+ } | {
1294
+ doLogIn: string;
1295
+ doRegister: string;
1296
+ doRegisterSecurityKey: string;
1297
+ doCancel: string;
1298
+ doSubmit: string;
1299
+ doBack: string;
1300
+ doYes: string;
1301
+ doNo: string;
1302
+ doContinue: string;
1303
+ doIgnore: string;
1304
+ doAccept: string;
1305
+ doDecline: string;
1306
+ doForgotPassword: string;
1307
+ doClickHere: string;
1308
+ doImpersonate: string;
1309
+ doTryAgain: string;
1310
+ doTryAnotherWay: string;
1311
+ doConfirmDelete: string;
1312
+ errorDeletingAccount: string;
1313
+ deletingAccountForbidden: string;
1314
+ kerberosNotConfigured: string;
1315
+ kerberosNotConfiguredTitle: string;
1316
+ bypassKerberosDetail: string;
1317
+ kerberosNotSetUp: string;
1318
+ registerTitle: string;
1319
+ loginAccountTitle: string;
1320
+ loginTitle: string;
1321
+ loginTitleHtml: string;
1322
+ impersonateTitle: string;
1323
+ impersonateTitleHtml: string;
1324
+ realmChoice: string;
1325
+ unknownUser: string;
1326
+ loginTotpTitle: string;
1327
+ loginProfileTitle: string;
1328
+ loginIdpReviewProfileTitle: string;
1329
+ loginTimeout: string;
1330
+ reauthenticate: string;
1331
+ oauthGrantTitle: string;
1332
+ oauthGrantTitleHtml: string;
1333
+ oauthGrantInformation: string;
1334
+ oauthGrantReview: string;
1335
+ oauthGrantTos: string;
1336
+ oauthGrantPolicy: string;
1337
+ errorTitle: string;
1338
+ errorTitleHtml: string;
1339
+ emailVerifyTitle: string;
1340
+ emailForgotTitle: string;
1341
+ updateEmailTitle: string;
1342
+ emailUpdateConfirmationSentTitle: string;
1343
+ emailUpdateConfirmationSent: string;
1344
+ emailUpdatedTitle: string;
1345
+ emailUpdated: string;
1346
+ updatePasswordTitle: string;
1347
+ codeSuccessTitle: string;
1348
+ codeErrorTitle: string;
1349
+ displayUnsupported: string;
1350
+ browserRequired: string;
1351
+ browserContinue: string;
1352
+ browserContinuePrompt: string;
1353
+ browserContinueAnswer: string;
1354
+ usb: string;
1355
+ nfc: string;
1356
+ bluetooth: string;
1357
+ internal: string;
1358
+ unknown: string;
1359
+ termsTitle: string;
1360
+ termsText: string;
1361
+ termsPlainText: string;
1362
+ recaptchaFailed: string;
1363
+ recaptchaNotConfigured: string;
1364
+ consentDenied: string;
1365
+ noAccount: string;
1366
+ username: string;
1367
+ usernameOrEmail: string;
1368
+ firstName: string;
1369
+ givenName: string;
1370
+ fullName: string;
1371
+ lastName: string;
1372
+ familyName: string;
1373
+ email: string;
1374
+ password: string;
1375
+ passwordConfirm: string;
1376
+ passwordNew: string;
1377
+ passwordNewConfirm: string;
1378
+ rememberMe: string;
1379
+ authenticatorCode: string;
1380
+ address: string;
1381
+ street: string;
1382
+ locality: string;
1383
+ region: string;
1384
+ postal_code: string;
1385
+ country: string;
1386
+ emailVerified: string;
1387
+ website: string;
1388
+ phoneNumber: string;
1389
+ phoneNumberVerified: string;
1390
+ gender: string;
1391
+ birthday: string;
1392
+ zoneinfo: string;
1393
+ gssDelegationCredential: string;
1394
+ logoutOtherSessions: string;
1395
+ profileScopeConsentText: string;
1396
+ emailScopeConsentText: string;
1397
+ addressScopeConsentText: string;
1398
+ phoneScopeConsentText: string;
1399
+ offlineAccessScopeConsentText: string;
1400
+ samlRoleListScopeConsentText: string;
1401
+ rolesScopeConsentText: string;
1402
+ restartLoginTooltip: string;
1403
+ loginTotpIntro: string;
1404
+ loginTotpStep1: string;
1405
+ loginTotpStep2: string;
1406
+ loginTotpStep3: string;
1407
+ loginTotpStep3DeviceName: string;
1408
+ loginTotpManualStep2: string;
1409
+ loginTotpManualStep3: string;
1410
+ loginTotpUnableToScan: string;
1411
+ loginTotpScanBarcode: string;
1412
+ loginCredential: string;
1413
+ loginOtpOneTime: string;
1414
+ loginTotpType: string;
1415
+ loginTotpAlgorithm: string;
1416
+ loginTotpDigits: string;
1417
+ loginTotpInterval: string;
1418
+ loginTotpCounter: string;
1419
+ loginTotpDeviceName: string;
1420
+ "loginTotp.totp": string;
1421
+ "loginTotp.hotp": string;
1422
+ totpAppFreeOTPName: string;
1423
+ totpAppGoogleName: string;
1424
+ totpAppMicrosoftAuthenticatorName: string;
1425
+ loginChooseAuthenticator: string;
1426
+ oauthGrantRequest: string;
1427
+ inResource: string;
1428
+ oauth2DeviceVerificationTitle: string;
1429
+ verifyOAuth2DeviceUserCode: string;
1430
+ oauth2DeviceInvalidUserCodeMessage: string;
1431
+ oauth2DeviceExpiredUserCodeMessage: string;
1432
+ oauth2DeviceVerificationCompleteHeader: string;
1433
+ oauth2DeviceVerificationCompleteMessage: string;
1434
+ oauth2DeviceVerificationFailedHeader: string;
1435
+ oauth2DeviceVerificationFailedMessage: string;
1436
+ oauth2DeviceConsentDeniedMessage: string;
1437
+ oauth2DeviceAuthorizationGrantDisabledMessage: string;
1438
+ emailVerifyInstruction1: string;
1439
+ emailVerifyInstruction2: string;
1440
+ emailVerifyInstruction3: string;
1441
+ emailLinkIdpTitle: string;
1442
+ emailLinkIdp1: string;
1443
+ emailLinkIdp2: string;
1444
+ emailLinkIdp3: string;
1445
+ emailLinkIdp4: string;
1446
+ emailLinkIdp5: string;
1447
+ backToLogin: string;
1448
+ emailInstruction: string;
1449
+ emailInstructionUsername: string;
1450
+ copyCodeInstruction: string;
1451
+ pageExpiredTitle: string;
1452
+ pageExpiredMsg1: string;
1453
+ pageExpiredMsg2: string;
1454
+ personalInfo: string;
1455
+ role_admin: string;
1456
+ "role_realm-admin": string;
1457
+ "role_create-realm": string;
1458
+ "role_create-client": string;
1459
+ "role_view-realm": string;
1460
+ "role_view-users": string;
1461
+ "role_view-applications": string;
1462
+ "role_view-clients": string;
1463
+ "role_view-events": string;
1464
+ "role_view-identity-providers": string;
1465
+ "role_manage-realm": string;
1466
+ "role_manage-users": string;
1467
+ "role_manage-applications": string;
1468
+ "role_manage-identity-providers": string;
1469
+ "role_manage-clients": string;
1470
+ "role_manage-events": string;
1471
+ "role_view-profile": string;
1472
+ "role_manage-account": string;
1473
+ "role_manage-account-links": string;
1474
+ "role_read-token": string;
1475
+ "role_offline-access": string;
1476
+ client_account: string;
1477
+ "client_account-console": string;
1478
+ "client_security-admin-console": string;
1479
+ "client_admin-cli": string;
1480
+ "client_realm-management": string;
1481
+ client_broker: string;
1482
+ requiredFields: string;
1483
+ invalidUserMessage: string;
1484
+ invalidUsernameMessage: string;
1485
+ invalidUsernameOrEmailMessage: string;
1486
+ invalidPasswordMessage: string;
1487
+ invalidEmailMessage: string;
1488
+ accountDisabledMessage: string;
1489
+ accountTemporarilyDisabledMessage: string;
1490
+ expiredCodeMessage: string;
1491
+ expiredActionMessage: string;
1492
+ expiredActionTokenNoSessionMessage: string;
1493
+ expiredActionTokenSessionExistsMessage: string;
1494
+ sessionLimitExceeded: string;
1495
+ missingFirstNameMessage: string;
1496
+ missingLastNameMessage: string;
1497
+ missingEmailMessage: string;
1498
+ missingUsernameMessage: string;
1499
+ missingPasswordMessage: string;
1500
+ missingTotpMessage: string;
1501
+ missingTotpDeviceNameMessage: string;
1502
+ notMatchPasswordMessage: string;
1503
+ "error-invalid-value": string;
1504
+ "error-invalid-blank": string;
1505
+ "error-empty": string;
1506
+ "error-invalid-length": string;
1507
+ "error-invalid-length-too-short": string;
1508
+ "error-invalid-length-too-long": string;
1509
+ "error-invalid-email": string;
1510
+ "error-invalid-number": string;
1511
+ "error-number-out-of-range": string;
1512
+ "error-number-out-of-range-too-small": string;
1513
+ "error-number-out-of-range-too-big": string;
1514
+ "error-pattern-no-match": string;
1515
+ "error-invalid-uri": string;
1516
+ "error-invalid-uri-scheme": string;
1517
+ "error-invalid-uri-fragment": string;
1518
+ "error-user-attribute-required": string;
1519
+ "error-invalid-date": string;
1520
+ "error-user-attribute-read-only": string;
1521
+ "error-username-invalid-character": string;
1522
+ "error-person-name-invalid-character": string;
1523
+ invalidPasswordExistingMessage: string;
1524
+ invalidPasswordBlacklistedMessage: string;
1525
+ invalidPasswordConfirmMessage: string;
1526
+ invalidTotpMessage: string;
1527
+ usernameExistsMessage: string;
1528
+ emailExistsMessage: string;
1529
+ federatedIdentityExistsMessage: string;
1530
+ federatedIdentityUnavailableMessage: string;
1531
+ confirmLinkIdpTitle: string;
1532
+ federatedIdentityConfirmLinkMessage: string;
1533
+ federatedIdentityConfirmReauthenticateMessage: string;
1534
+ nestedFirstBrokerFlowMessage: string;
1535
+ confirmLinkIdpReviewProfile: string;
1536
+ confirmLinkIdpContinue: string;
1537
+ configureTotpMessage: string;
1538
+ configureBackupCodesMessage: string;
1539
+ updateProfileMessage: string;
1540
+ updatePasswordMessage: string;
1541
+ updateEmailMessage: string;
1542
+ resetPasswordMessage: string;
1543
+ verifyEmailMessage: string;
1544
+ linkIdpMessage: string;
1545
+ emailSentMessage: string;
1546
+ emailSendErrorMessage: string;
1547
+ accountUpdatedMessage: string;
1548
+ accountPasswordUpdatedMessage: string;
1549
+ delegationCompleteHeader: string;
1550
+ delegationCompleteMessage: string;
1551
+ delegationFailedHeader: string;
1552
+ delegationFailedMessage: string;
1553
+ noAccessMessage: string;
1554
+ invalidPasswordMinLengthMessage: string;
1555
+ invalidPasswordMaxLengthMessage: string;
1556
+ invalidPasswordMinDigitsMessage: string;
1557
+ invalidPasswordMinLowerCaseCharsMessage: string;
1558
+ invalidPasswordMinUpperCaseCharsMessage: string;
1559
+ invalidPasswordMinSpecialCharsMessage: string;
1560
+ invalidPasswordNotUsernameMessage: string;
1561
+ invalidPasswordNotEmailMessage: string;
1562
+ invalidPasswordRegexPatternMessage: string;
1563
+ invalidPasswordHistoryMessage: string;
1564
+ invalidPasswordGenericMessage: string;
1565
+ failedToProcessResponseMessage: string;
1566
+ httpsRequiredMessage: string;
1567
+ realmNotEnabledMessage: string;
1568
+ invalidRequestMessage: string;
1569
+ successLogout: string;
1570
+ failedLogout: string;
1571
+ unknownLoginRequesterMessage: string;
1572
+ loginRequesterNotEnabledMessage: string;
1573
+ bearerOnlyMessage: string;
1574
+ standardFlowDisabledMessage: string;
1575
+ implicitFlowDisabledMessage: string;
1576
+ invalidRedirectUriMessage: string;
1577
+ unsupportedNameIdFormatMessage: string;
1578
+ invalidRequesterMessage: string;
1579
+ registrationNotAllowedMessage: string;
1580
+ resetCredentialNotAllowedMessage: string;
1581
+ permissionNotApprovedMessage: string;
1582
+ noRelayStateInResponseMessage: string;
1583
+ insufficientPermissionMessage: string;
1584
+ couldNotProceedWithAuthenticationRequestMessage: string;
1585
+ couldNotObtainTokenMessage: string;
1586
+ unexpectedErrorRetrievingTokenMessage: string;
1587
+ unexpectedErrorHandlingResponseMessage: string;
1588
+ identityProviderAuthenticationFailedMessage: string;
1589
+ couldNotSendAuthenticationRequestMessage: string;
1590
+ unexpectedErrorHandlingRequestMessage: string;
1591
+ invalidAccessCodeMessage: string;
1592
+ sessionNotActiveMessage: string;
1593
+ invalidCodeMessage: string;
1594
+ cookieNotFoundMessage: string;
1595
+ insufficientLevelOfAuthentication: string;
1596
+ identityProviderUnexpectedErrorMessage: string;
1597
+ identityProviderMissingStateMessage: string;
1598
+ identityProviderInvalidResponseMessage: string;
1599
+ identityProviderInvalidSignatureMessage: string;
1600
+ identityProviderNotFoundMessage: string;
1601
+ identityProviderLinkSuccess: string;
1602
+ staleCodeMessage: string;
1603
+ realmSupportsNoCredentialsMessage: string;
1604
+ credentialSetupRequired: string;
1605
+ identityProviderNotUniqueMessage: string;
1606
+ emailVerifiedMessage: string;
1607
+ staleEmailVerificationLink: string;
1608
+ identityProviderAlreadyLinkedMessage: string;
1609
+ confirmAccountLinking: string;
1610
+ confirmEmailAddressVerification: string;
1611
+ confirmExecutionOfActions: string;
1612
+ locale_ar: string;
1613
+ locale_ca: string;
1614
+ locale_cs: string;
1615
+ locale_da: string;
1616
+ locale_de: string;
1617
+ locale_en: string;
1618
+ locale_es: string;
1619
+ locale_fr: string;
1620
+ locale_gr: string;
1621
+ locale_hu: string;
1622
+ locale_it: string;
1623
+ locale_ja: string;
1624
+ locale_lt: string;
1625
+ locale_nl: string;
1626
+ locale_no: string;
1627
+ locale_pl: string;
1628
+ "locale_pt-BR": string;
1629
+ locale_ru: string;
1630
+ locale_sk: string;
1631
+ locale_sv: string;
1632
+ locale_tr: string;
1633
+ "locale_zh-CN": string;
1634
+ locale_fi: string;
1635
+ backToApplication: string;
1636
+ missingParameterMessage: string;
1637
+ clientNotFoundMessage: string;
1638
+ clientDisabledMessage: string;
1639
+ invalidParameterMessage: string;
1640
+ alreadyLoggedIn: string;
1641
+ differentUserAuthenticated: string;
1642
+ brokerLinkingSessionExpired: string;
1643
+ proceedWithAction: string;
1644
+ acrNotFulfilled: string;
1645
+ "requiredAction.CONFIGURE_TOTP": string;
1646
+ "requiredAction.terms_and_conditions": string;
1647
+ "requiredAction.UPDATE_PASSWORD": string;
1648
+ "requiredAction.UPDATE_PROFILE": string;
1649
+ "requiredAction.VERIFY_EMAIL": string;
1650
+ "requiredAction.CONFIGURE_RECOVERY_AUTHN_CODES": string;
1651
+ "requiredAction.webauthn-register-passwordless": string;
1652
+ invalidTokenRequiredActions: string;
1653
+ doX509Login: string;
1654
+ clientCertificate: string;
1655
+ noCertificate: string;
1656
+ pageNotFound: string;
1657
+ internalServerError: string;
1658
+ "console-username": string;
1659
+ "console-password": string;
1660
+ "console-otp": string;
1661
+ "console-new-password": string;
1662
+ "console-confirm-password": string;
1663
+ "console-update-password": string;
1664
+ "console-verify-email": string;
1665
+ "console-email-code": string;
1666
+ "console-accept-terms": string;
1667
+ "console-accept": string;
1668
+ "openshift.scope.user_info": string;
1669
+ "openshift.scope.user_check-access": string;
1670
+ "openshift.scope.user_full": string;
1671
+ "openshift.scope.list-projects": string;
1672
+ "saml.post-form.title": string;
1673
+ "saml.post-form.message": string;
1674
+ "saml.post-form.js-disabled": string;
1675
+ "saml.artifactResolutionServiceInvalidResponse": string;
1676
+ "otp-display-name": string;
1677
+ "otp-help-text": string;
1678
+ "password-display-name": string;
1679
+ "password-help-text": string;
1680
+ "auth-username-form-display-name": string;
1681
+ "auth-username-form-help-text": string;
1682
+ "auth-username-password-form-display-name": string;
1683
+ "auth-username-password-form-help-text": string;
1684
+ "auth-recovery-authn-code-form-display-name": string;
1685
+ "auth-recovery-authn-code-form-help-text": string;
1686
+ "auth-recovery-code-info-message": string;
1687
+ "auth-recovery-code-prompt": string;
1688
+ "auth-recovery-code-header": string;
1689
+ "recovery-codes-error-invalid": string;
1690
+ "recovery-code-config-header": string;
1691
+ "recovery-code-config-warning-title": string;
1692
+ "recovery-code-config-warning-message": string;
1693
+ "recovery-codes-print": string;
1694
+ "recovery-codes-download": string;
1695
+ "recovery-codes-copy": string;
1696
+ "recovery-codes-copied": string;
1697
+ "recovery-codes-confirmation-message": string;
1698
+ "recovery-codes-action-complete": string;
1699
+ "recovery-codes-action-cancel": string;
1700
+ "recovery-codes-download-file-header": string;
1701
+ "recovery-codes-download-file-description": string;
1702
+ "recovery-codes-download-file-date": string;
1703
+ "recovery-codes-label-default": string;
1704
+ "webauthn-display-name": string;
1705
+ "webauthn-help-text": string;
1706
+ "webauthn-passwordless-display-name": string;
1707
+ "webauthn-passwordless-help-text": string;
1708
+ "webauthn-login-title": string;
1709
+ "webauthn-registration-title": string;
1710
+ "webauthn-available-authenticators": string;
1711
+ "webauthn-unsupported-browser-text": string;
1712
+ "webauthn-doAuthenticate": string;
1713
+ "webauthn-createdAt-label": string;
1714
+ "webauthn-error-title": string;
1715
+ "webauthn-error-registration": string;
1716
+ "webauthn-error-api-get": string;
1717
+ "webauthn-error-different-user": string;
1718
+ "webauthn-error-auth-verification": string;
1719
+ "webauthn-error-register-verification": string;
1720
+ "webauthn-error-user-not-found": string;
1721
+ "identity-provider-redirector": string;
1722
+ "identity-provider-login-label": string;
1723
+ "idp-email-verification-display-name": string;
1724
+ "idp-email-verification-help-text": string;
1725
+ "idp-username-password-form-display-name": string;
1726
+ "idp-username-password-form-help-text": string;
1727
+ finalDeletionConfirmation: string;
1728
+ irreversibleAction: string;
1729
+ deleteAccountConfirm: string;
1730
+ deletingImplies: string;
1731
+ errasingData: string;
1732
+ loggingOutImmediately: string;
1733
+ accountUnusable: string;
1734
+ userDeletedSuccessfully: string;
1735
+ "access-denied": string;
1736
+ "access-denied-when-idp-auth": string;
1737
+ "frontchannel-logout.title": string;
1738
+ "frontchannel-logout.message": string;
1739
+ logoutConfirmTitle: string;
1740
+ logoutConfirmHeader: string;
1741
+ doLogout: string;
1742
+ readOnlyUsernameMessage: string;
1743
+ shouldBeEqual: string;
1744
+ shouldBeDifferent: string;
1745
+ shouldMatchPattern: string;
1746
+ mustBeAnInteger: string;
1747
+ notAValidOption: string;
1748
+ selectAnOption: string;
1749
+ remove: string;
1750
+ addValue: string;
1751
+ languages: string;
1752
+ } | {
1753
+ doLogIn: string;
1754
+ doRegister: string;
1755
+ doRegisterSecurityKey: string;
1756
+ doCancel: string;
1757
+ doSubmit: string;
1758
+ doBack: string;
1759
+ doYes: string;
1760
+ doNo: string;
1761
+ doContinue: string;
1762
+ doIgnore: string;
1763
+ doAccept: string;
1764
+ doDecline: string;
1765
+ doForgotPassword: string;
1766
+ doClickHere: string;
1767
+ doImpersonate: string;
1768
+ doTryAgain: string;
1769
+ doTryAnotherWay: string;
1770
+ doConfirmDelete: string;
1771
+ errorDeletingAccount: string;
1772
+ deletingAccountForbidden: string;
1773
+ kerberosNotConfigured: string;
1774
+ kerberosNotConfiguredTitle: string;
1775
+ bypassKerberosDetail: string;
1776
+ kerberosNotSetUp: string;
1777
+ registerTitle: string;
1778
+ loginAccountTitle: string;
1779
+ loginTitle: string;
1780
+ loginTitleHtml: string;
1781
+ impersonateTitle: string;
1782
+ impersonateTitleHtml: string;
1783
+ realmChoice: string;
1784
+ unknownUser: string;
1785
+ loginTotpTitle: string;
1786
+ loginProfileTitle: string;
1787
+ loginIdpReviewProfileTitle: string;
1788
+ loginTimeout: string;
1789
+ oauthGrantTitle: string;
1790
+ oauthGrantTitleHtml: string;
1791
+ errorTitle: string;
1792
+ errorTitleHtml: string;
1793
+ emailVerifyTitle: string;
1794
+ emailForgotTitle: string;
1795
+ updatePasswordTitle: string;
1796
+ codeSuccessTitle: string;
1797
+ codeErrorTitle: string;
1798
+ displayUnsupported: string;
1799
+ browserRequired: string;
1800
+ browserContinue: string;
1801
+ browserContinuePrompt: string;
1802
+ browserContinueAnswer: string;
1803
+ termsTitle: string;
1804
+ termsText: string;
1805
+ termsPlainText: string;
1806
+ recaptchaFailed: string;
1807
+ recaptchaNotConfigured: string;
1808
+ consentDenied: string;
1809
+ noAccount: string;
1810
+ username: string;
1811
+ usernameOrEmail: string;
1812
+ firstName: string;
1813
+ givenName: string;
1814
+ fullName: string;
1815
+ lastName: string;
1816
+ familyName: string;
1817
+ email: string;
1818
+ password: string;
1819
+ passwordConfirm: string;
1820
+ passwordNew: string;
1821
+ passwordNewConfirm: string;
1822
+ rememberMe: string;
1823
+ authenticatorCode: string;
1824
+ address: string;
1825
+ street: string;
1826
+ locality: string;
1827
+ region: string;
1828
+ postal_code: string;
1829
+ country: string;
1830
+ emailVerified: string;
1831
+ website: string;
1832
+ phoneNumber: string;
1833
+ phoneNumberVerified: string;
1834
+ gender: string;
1835
+ birthday: string;
1836
+ zoneinfo: string;
1837
+ gssDelegationCredential: string;
1838
+ logoutOtherSessions: string;
1839
+ profileScopeConsentText: string;
1840
+ emailScopeConsentText: string;
1841
+ addressScopeConsentText: string;
1842
+ phoneScopeConsentText: string;
1843
+ offlineAccessScopeConsentText: string;
1844
+ samlRoleListScopeConsentText: string;
1845
+ rolesScopeConsentText: string;
1846
+ restartLoginTooltip: string;
1847
+ loginTotpIntro: string;
1848
+ loginTotpStep1: string;
1849
+ loginTotpStep2: string;
1850
+ loginTotpStep3: string;
1851
+ loginTotpStep3DeviceName: string;
1852
+ loginTotpManualStep2: string;
1853
+ loginTotpManualStep3: string;
1854
+ loginTotpUnableToScan: string;
1855
+ loginTotpScanBarcode: string;
1856
+ loginCredential: string;
1857
+ loginTotpOneTime: string;
1858
+ loginTotpType: string;
1859
+ loginTotpAlgorithm: string;
1860
+ loginTotpDigits: string;
1861
+ loginTotpInterval: string;
1862
+ loginTotpCounter: string;
1863
+ loginTotpDeviceName: string;
1864
+ "loginTotp.totp": string;
1865
+ "loginTotp.hotp": string;
1866
+ loginChooseAuthenticator: string;
1867
+ oauthGrantRequest: string;
1868
+ inResource: string;
1869
+ oauth2DeviceVerificationTitle: string;
1870
+ verifyOAuth2DeviceUserCode: string;
1871
+ oauth2DeviceInvalidUserCodeMessage: string;
1872
+ oauth2DeviceExpiredUserCodeMessage: string;
1873
+ oauth2DeviceVerificationCompleteHeader: string;
1874
+ oauth2DeviceVerificationCompleteMessage: string;
1875
+ oauth2DeviceVerificationFailedHeader: string;
1876
+ oauth2DeviceVerificationFailedMessage: string;
1877
+ oauth2DeviceConsentDeniedMessage: string;
1878
+ oauth2DeviceAuthorizationGrantDisabledMessage: string;
1879
+ emailVerifyInstruction1: string;
1880
+ emailVerifyInstruction2: string;
1881
+ emailVerifyInstruction3: string;
1882
+ emailLinkIdpTitle: string;
1883
+ emailLinkIdp1: string;
1884
+ emailLinkIdp2: string;
1885
+ emailLinkIdp3: string;
1886
+ emailLinkIdp4: string;
1887
+ emailLinkIdp5: string;
1888
+ backToLogin: string;
1889
+ emailInstruction: string;
1890
+ emailInstructionUsername: string;
1891
+ copyCodeInstruction: string;
1892
+ pageExpiredTitle: string;
1893
+ pageExpiredMsg1: string;
1894
+ pageExpiredMsg2: string;
1895
+ personalInfo: string;
1896
+ role_admin: string;
1897
+ "role_realm-admin": string;
1898
+ "role_create-realm": string;
1899
+ "role_create-client": string;
1900
+ "role_view-realm": string;
1901
+ "role_view-users": string;
1902
+ "role_view-applications": string;
1903
+ "role_view-clients": string;
1904
+ "role_view-events": string;
1905
+ "role_view-identity-providers": string;
1906
+ "role_manage-realm": string;
1907
+ "role_manage-users": string;
1908
+ "role_manage-applications": string;
1909
+ "role_manage-identity-providers": string;
1910
+ "role_manage-clients": string;
1911
+ "role_manage-events": string;
1912
+ "role_view-profile": string;
1913
+ "role_manage-account": string;
1914
+ "role_manage-account-links": string;
1915
+ "role_read-token": string;
1916
+ "role_offline-access": string;
1917
+ client_account: string;
1918
+ "client_account-console": string;
1919
+ "client_security-admin-console": string;
1920
+ "client_admin-cli": string;
1921
+ "client_realm-management": string;
1922
+ client_broker: string;
1923
+ requiredFields: string;
1924
+ invalidUserMessage: string;
1925
+ invalidUsernameMessage: string;
1926
+ invalidUsernameOrEmailMessage: string;
1927
+ invalidPasswordMessage: string;
1928
+ invalidEmailMessage: string;
1929
+ accountDisabledMessage: string;
1930
+ accountTemporarilyDisabledMessage: string;
1931
+ expiredCodeMessage: string;
1932
+ expiredActionMessage: string;
1933
+ expiredActionTokenNoSessionMessage: string;
1934
+ expiredActionTokenSessionExistsMessage: string;
1935
+ missingFirstNameMessage: string;
1936
+ missingLastNameMessage: string;
1937
+ missingEmailMessage: string;
1938
+ missingUsernameMessage: string;
1939
+ missingPasswordMessage: string;
1940
+ missingTotpMessage: string;
1941
+ missingTotpDeviceNameMessage: string;
1942
+ notMatchPasswordMessage: string;
1943
+ "error-invalid-value": string;
1944
+ "error-invalid-blank": string;
1945
+ "error-empty": string;
1946
+ "error-invalid-length": string;
1947
+ "error-invalid-length-too-short": string;
1948
+ "error-invalid-length-too-long": string;
1949
+ "error-invalid-email": string;
1950
+ "error-invalid-number": string;
1951
+ "error-number-out-of-range": string;
1952
+ "error-number-out-of-range-too-small": string;
1953
+ "error-number-out-of-range-too-big": string;
1954
+ "error-pattern-no-match": string;
1955
+ "error-invalid-uri": string;
1956
+ "error-invalid-uri-scheme": string;
1957
+ "error-invalid-uri-fragment": string;
1958
+ "error-user-attribute-required": string;
1959
+ "error-invalid-date": string;
1960
+ "error-user-attribute-read-only": string;
1961
+ "error-username-invalid-character": string;
1962
+ "error-person-name-invalid-character": string;
1963
+ invalidPasswordExistingMessage: string;
1964
+ invalidPasswordBlacklistedMessage: string;
1965
+ invalidPasswordConfirmMessage: string;
1966
+ invalidTotpMessage: string;
1967
+ usernameExistsMessage: string;
1968
+ emailExistsMessage: string;
1969
+ federatedIdentityExistsMessage: string;
1970
+ federatedIdentityUnavailableMessage: string;
1971
+ confirmLinkIdpTitle: string;
1972
+ federatedIdentityConfirmLinkMessage: string;
1973
+ federatedIdentityConfirmReauthenticateMessage: string;
1974
+ nestedFirstBrokerFlowMessage: string;
1975
+ confirmLinkIdpReviewProfile: string;
1976
+ confirmLinkIdpContinue: string;
1977
+ configureTotpMessage: string;
1978
+ updateProfileMessage: string;
1979
+ updatePasswordMessage: string;
1980
+ resetPasswordMessage: string;
1981
+ verifyEmailMessage: string;
1982
+ linkIdpMessage: string;
1983
+ emailSentMessage: string;
1984
+ emailSendErrorMessage: string;
1985
+ accountUpdatedMessage: string;
1986
+ accountPasswordUpdatedMessage: string;
1987
+ delegationCompleteHeader: string;
1988
+ delegationCompleteMessage: string;
1989
+ delegationFailedHeader: string;
1990
+ delegationFailedMessage: string;
1991
+ noAccessMessage: string;
1992
+ invalidPasswordMinLengthMessage: string;
1993
+ invalidPasswordMaxLengthMessage: string;
1994
+ invalidPasswordMinDigitsMessage: string;
1995
+ invalidPasswordMinLowerCaseCharsMessage: string;
1996
+ invalidPasswordMinUpperCaseCharsMessage: string;
1997
+ invalidPasswordMinSpecialCharsMessage: string;
1998
+ invalidPasswordNotUsernameMessage: string;
1999
+ invalidPasswordNotEmailMessage: string;
2000
+ invalidPasswordRegexPatternMessage: string;
2001
+ invalidPasswordHistoryMessage: string;
2002
+ invalidPasswordGenericMessage: string;
2003
+ failedToProcessResponseMessage: string;
2004
+ httpsRequiredMessage: string;
2005
+ realmNotEnabledMessage: string;
2006
+ invalidRequestMessage: string;
2007
+ failedLogout: string;
2008
+ unknownLoginRequesterMessage: string;
2009
+ loginRequesterNotEnabledMessage: string;
2010
+ bearerOnlyMessage: string;
2011
+ standardFlowDisabledMessage: string;
2012
+ implicitFlowDisabledMessage: string;
2013
+ invalidRedirectUriMessage: string;
2014
+ unsupportedNameIdFormatMessage: string;
2015
+ invalidRequesterMessage: string;
2016
+ registrationNotAllowedMessage: string;
2017
+ resetCredentialNotAllowedMessage: string;
2018
+ permissionNotApprovedMessage: string;
2019
+ noRelayStateInResponseMessage: string;
2020
+ insufficientPermissionMessage: string;
2021
+ couldNotProceedWithAuthenticationRequestMessage: string;
2022
+ couldNotObtainTokenMessage: string;
2023
+ unexpectedErrorRetrievingTokenMessage: string;
2024
+ unexpectedErrorHandlingResponseMessage: string;
2025
+ identityProviderAuthenticationFailedMessage: string;
2026
+ identityProviderDifferentUserMessage: string;
2027
+ couldNotSendAuthenticationRequestMessage: string;
2028
+ unexpectedErrorHandlingRequestMessage: string;
2029
+ invalidAccessCodeMessage: string;
2030
+ sessionNotActiveMessage: string;
2031
+ invalidCodeMessage: string;
2032
+ identityProviderUnexpectedErrorMessage: string;
2033
+ identityProviderNotFoundMessage: string;
2034
+ identityProviderLinkSuccess: string;
2035
+ staleCodeMessage: string;
2036
+ realmSupportsNoCredentialsMessage: string;
2037
+ credentialSetupRequired: string;
2038
+ identityProviderNotUniqueMessage: string;
2039
+ emailVerifiedMessage: string;
2040
+ staleEmailVerificationLink: string;
2041
+ identityProviderAlreadyLinkedMessage: string;
2042
+ confirmAccountLinking: string;
2043
+ confirmEmailAddressVerification: string;
2044
+ confirmExecutionOfActions: string;
2045
+ backToApplication: string;
2046
+ missingParameterMessage: string;
2047
+ clientNotFoundMessage: string;
2048
+ clientDisabledMessage: string;
2049
+ invalidParameterMessage: string;
2050
+ alreadyLoggedIn: string;
2051
+ differentUserAuthenticated: string;
2052
+ brokerLinkingSessionExpired: string;
2053
+ proceedWithAction: string;
2054
+ "requiredAction.CONFIGURE_TOTP": string;
2055
+ "requiredAction.TERMS_AND_CONDITIONS": string;
2056
+ "requiredAction.UPDATE_PASSWORD": string;
2057
+ "requiredAction.UPDATE_PROFILE": string;
2058
+ "requiredAction.VERIFY_EMAIL": string;
2059
+ doX509Login: string;
2060
+ clientCertificate: string;
2061
+ noCertificate: string;
2062
+ pageNotFound: string;
2063
+ internalServerError: string;
2064
+ "console-username": string;
2065
+ "console-password": string;
2066
+ "console-otp": string;
2067
+ "console-new-password": string;
2068
+ "console-confirm-password": string;
2069
+ "console-update-password": string;
2070
+ "console-verify-email": string;
2071
+ "console-email-code": string;
2072
+ "console-accept-terms": string;
2073
+ "console-accept": string;
2074
+ "openshift.scope.user_info": string;
2075
+ "openshift.scope.user_check-access": string;
2076
+ "openshift.scope.user_full": string;
2077
+ "openshift.scope.list-projects": string;
2078
+ "saml.post-form.title": string;
2079
+ "saml.post-form.message": string;
2080
+ "saml.post-form.js-disabled": string;
2081
+ "saml.artifactResolutionServiceInvalidResponse": string;
2082
+ "otp-display-name": string;
2083
+ "otp-help-text": string;
2084
+ "password-display-name": string;
2085
+ "password-help-text": string;
2086
+ "auth-username-form-display-name": string;
2087
+ "auth-username-form-help-text": string;
2088
+ "auth-username-password-form-display-name": string;
2089
+ "auth-username-password-form-help-text": string;
2090
+ "webauthn-display-name": string;
2091
+ "webauthn-help-text": string;
2092
+ "webauthn-passwordless-display-name": string;
2093
+ "webauthn-passwordless-help-text": string;
2094
+ "webauthn-login-title": string;
2095
+ "webauthn-registration-title": string;
2096
+ "webauthn-available-authenticators": string;
2097
+ "webauthn-unsupported-browser-text": string;
2098
+ "webauthn-doAuthenticate": string;
2099
+ "webauthn-error-title": string;
2100
+ "webauthn-error-registration": string;
2101
+ "webauthn-error-api-get": string;
2102
+ "webauthn-error-different-user": string;
2103
+ "webauthn-error-auth-verification": string;
2104
+ "webauthn-error-register-verification": string;
2105
+ "webauthn-error-user-not-found": string;
2106
+ "identity-provider-redirector": string;
2107
+ "identity-provider-login-label": string;
2108
+ finalDeletionConfirmation: string;
2109
+ irreversibleAction: string;
2110
+ deleteAccountConfirm: string;
2111
+ deletingImplies: string;
2112
+ errasingData: string;
2113
+ loggingOutImmediately: string;
2114
+ accountUnusable: string;
2115
+ userDeletedSuccessfully: string;
2116
+ "access-denied": string;
2117
+ readOnlyUsernameMessage: string;
2118
+ shouldBeEqual: string;
2119
+ shouldBeDifferent: string;
2120
+ shouldMatchPattern: string;
2121
+ mustBeAnInteger: string;
2122
+ notAValidOption: string;
2123
+ selectAnOption: string;
2124
+ remove: string;
2125
+ addValue: string;
2126
+ languages: string;
2127
+ } | {
2128
+ doLogIn: string;
2129
+ doRegister: string;
2130
+ doRegisterSecurityKey: string;
2131
+ doCancel: string;
2132
+ doSubmit: string;
2133
+ doYes: string;
2134
+ doNo: string;
2135
+ doContinue: string;
2136
+ doAccept: string;
2137
+ doDecline: string;
2138
+ doForgotPassword: string;
2139
+ doClickHere: string;
2140
+ doImpersonate: string;
2141
+ kerberosNotConfigured: string;
2142
+ kerberosNotConfiguredTitle: string;
2143
+ bypassKerberosDetail: string;
2144
+ kerberosNotSetUp: string;
2145
+ registerWithTitle: string;
2146
+ registerWithTitleHtml: string;
2147
+ loginTitle: string;
2148
+ loginTitleHtml: string;
2149
+ impersonateTitle: string;
2150
+ impersonateTitleHtml: string;
2151
+ realmChoice: string;
2152
+ unknownUser: string;
2153
+ loginTotpTitle: string;
2154
+ loginProfileTitle: string;
2155
+ loginTimeout: string;
2156
+ oauthGrantTitle: string;
2157
+ oauthGrantTitleHtml: string;
2158
+ errorTitle: string;
2159
+ errorTitleHtml: string;
2160
+ emailVerifyTitle: string;
2161
+ emailForgotTitle: string;
2162
+ updatePasswordTitle: string;
2163
+ codeSuccessTitle: string;
2164
+ codeErrorTitle: string;
2165
+ termsTitle: string;
2166
+ termsTitleHtml: string;
2167
+ termsText: string;
2168
+ recaptchaFailed: string;
2169
+ recaptchaNotConfigured: string;
2170
+ consentDenied: string;
2171
+ noAccount: string;
2172
+ username: string;
2173
+ usernameOrEmail: string;
2174
+ firstName: string;
2175
+ givenName: string;
2176
+ fullName: string;
2177
+ lastName: string;
2178
+ familyName: string;
2179
+ email: string;
2180
+ password: string;
2181
+ passwordConfirm: string;
2182
+ passwordNew: string;
2183
+ passwordNewConfirm: string;
2184
+ rememberMe: string;
2185
+ authenticatorCode: string;
2186
+ address: string;
2187
+ street: string;
2188
+ locality: string;
2189
+ region: string;
2190
+ postal_code: string;
2191
+ country: string;
2192
+ emailVerified: string;
2193
+ gssDelegationCredential: string;
2194
+ loginTotpStep1: string;
2195
+ loginTotpStep2: string;
2196
+ loginTotpStep3: string;
2197
+ loginOtpOneTime: string;
2198
+ oauthGrantRequest: string;
2199
+ inResource: string;
2200
+ emailVerifyInstruction1: string;
2201
+ emailVerifyInstruction2: string;
2202
+ emailVerifyInstruction3: string;
2203
+ emailLinkIdpTitle: string;
2204
+ emailLinkIdp1: string;
2205
+ emailLinkIdp2: string;
2206
+ emailLinkIdp3: string;
2207
+ backToLogin: string;
2208
+ emailInstruction: string;
2209
+ copyCodeInstruction: string;
2210
+ personalInfo: string;
2211
+ role_admin: string;
2212
+ "role_realm-admin": string;
2213
+ "role_create-realm": string;
2214
+ "role_create-client": string;
2215
+ "role_view-realm": string;
2216
+ "role_view-users": string;
2217
+ "role_view-applications": string;
2218
+ "role_view-clients": string;
2219
+ "role_view-events": string;
2220
+ "role_view-identity-providers": string;
2221
+ "role_manage-realm": string;
2222
+ "role_manage-users": string;
2223
+ "role_manage-applications": string;
2224
+ "role_manage-identity-providers": string;
2225
+ "role_manage-clients": string;
2226
+ "role_manage-events": string;
2227
+ "role_view-profile": string;
2228
+ "role_manage-account": string;
2229
+ "role_read-token": string;
2230
+ "role_offline-access": string;
2231
+ client_account: string;
2232
+ "client_security-admin-console": string;
2233
+ "client_admin-cli": string;
2234
+ "client_realm-management": string;
2235
+ client_broker: string;
2236
+ invalidUserMessage: string;
2237
+ invalidEmailMessage: string;
2238
+ accountDisabledMessage: string;
2239
+ accountTemporarilyDisabledMessage: string;
2240
+ expiredCodeMessage: string;
2241
+ missingFirstNameMessage: string;
2242
+ missingLastNameMessage: string;
2243
+ missingEmailMessage: string;
2244
+ missingUsernameMessage: string;
2245
+ missingPasswordMessage: string;
2246
+ missingTotpMessage: string;
2247
+ notMatchPasswordMessage: string;
2248
+ invalidPasswordExistingMessage: string;
2249
+ invalidPasswordConfirmMessage: string;
2250
+ invalidTotpMessage: string;
2251
+ usernameExistsMessage: string;
2252
+ emailExistsMessage: string;
2253
+ federatedIdentityExistsMessage: string;
2254
+ confirmLinkIdpTitle: string;
2255
+ federatedIdentityConfirmLinkMessage: string;
2256
+ federatedIdentityConfirmReauthenticateMessage: string;
2257
+ confirmLinkIdpReviewProfile: string;
2258
+ confirmLinkIdpContinue: string;
2259
+ configureTotpMessage: string;
2260
+ updateProfileMessage: string;
2261
+ updatePasswordMessage: string;
2262
+ verifyEmailMessage: string;
2263
+ linkIdpMessage: string;
2264
+ emailSentMessage: string;
2265
+ emailSendErrorMessage: string;
2266
+ accountUpdatedMessage: string;
2267
+ accountPasswordUpdatedMessage: string;
2268
+ noAccessMessage: string;
2269
+ invalidPasswordMinLengthMessage: string;
2270
+ invalidPasswordMinDigitsMessage: string;
2271
+ invalidPasswordMinLowerCaseCharsMessage: string;
2272
+ invalidPasswordMinUpperCaseCharsMessage: string;
2273
+ invalidPasswordMinSpecialCharsMessage: string;
2274
+ invalidPasswordNotUsernameMessage: string;
2275
+ invalidPasswordRegexPatternMessage: string;
2276
+ invalidPasswordHistoryMessage: string;
2277
+ failedToProcessResponseMessage: string;
2278
+ httpsRequiredMessage: string;
2279
+ realmNotEnabledMessage: string;
2280
+ invalidRequestMessage: string;
2281
+ failedLogout: string;
2282
+ unknownLoginRequesterMessage: string;
2283
+ loginRequesterNotEnabledMessage: string;
2284
+ bearerOnlyMessage: string;
2285
+ standardFlowDisabledMessage: string;
2286
+ implicitFlowDisabledMessage: string;
2287
+ invalidRedirectUriMessage: string;
2288
+ unsupportedNameIdFormatMessage: string;
2289
+ invalidRequesterMessage: string;
2290
+ registrationNotAllowedMessage: string;
2291
+ resetCredentialNotAllowedMessage: string;
2292
+ permissionNotApprovedMessage: string;
2293
+ noRelayStateInResponseMessage: string;
2294
+ insufficientPermissionMessage: string;
2295
+ couldNotProceedWithAuthenticationRequestMessage: string;
2296
+ couldNotObtainTokenMessage: string;
2297
+ unexpectedErrorRetrievingTokenMessage: string;
2298
+ unexpectedErrorHandlingResponseMessage: string;
2299
+ identityProviderAuthenticationFailedMessage: string;
2300
+ couldNotSendAuthenticationRequestMessage: string;
2301
+ unexpectedErrorHandlingRequestMessage: string;
2302
+ invalidAccessCodeMessage: string;
2303
+ sessionNotActiveMessage: string;
2304
+ invalidCodeMessage: string;
2305
+ identityProviderUnexpectedErrorMessage: string;
2306
+ identityProviderNotFoundMessage: string;
2307
+ identityProviderLinkSuccess: string;
2308
+ staleCodeMessage: string;
2309
+ realmSupportsNoCredentialsMessage: string;
2310
+ identityProviderNotUniqueMessage: string;
2311
+ emailVerifiedMessage: string;
2312
+ staleEmailVerificationLink: string;
2313
+ backToApplication: string;
2314
+ missingParameterMessage: string;
2315
+ clientNotFoundMessage: string;
2316
+ clientDisabledMessage: string;
2317
+ invalidParameterMessage: string;
2318
+ alreadyLoggedIn: string;
2319
+ shouldBeEqual: string;
2320
+ shouldBeDifferent: string;
2321
+ shouldMatchPattern: string;
2322
+ mustBeAnInteger: string;
2323
+ notAValidOption: string;
2324
+ selectAnOption: string;
2325
+ remove: string;
2326
+ addValue: string;
2327
+ languages: string;
2328
+ } | {
2329
+ doLogIn: string;
2330
+ doRegister: string;
2331
+ doRegisterSecurityKey: string;
2332
+ doCancel: string;
2333
+ doSubmit: string;
2334
+ doBack: string;
2335
+ doYes: string;
2336
+ doNo: string;
2337
+ doContinue: string;
2338
+ doIgnore: string;
2339
+ doAccept: string;
2340
+ doDecline: string;
2341
+ doForgotPassword: string;
2342
+ doClickHere: string;
2343
+ doImpersonate: string;
2344
+ doTryAgain: string;
2345
+ doTryAnotherWay: string;
2346
+ doConfirmDelete: string;
2347
+ errorDeletingAccount: string;
2348
+ deletingAccountForbidden: string;
2349
+ kerberosNotConfigured: string;
2350
+ kerberosNotConfiguredTitle: string;
2351
+ bypassKerberosDetail: string;
2352
+ kerberosNotSetUp: string;
2353
+ registerTitle: string;
2354
+ loginAccountTitle: string;
2355
+ loginTitle: string;
2356
+ loginTitleHtml: string;
2357
+ impersonateTitle: string;
2358
+ impersonateTitleHtml: string;
2359
+ realmChoice: string;
2360
+ unknownUser: string;
2361
+ loginTotpTitle: string;
2362
+ loginProfileTitle: string;
2363
+ loginIdpReviewProfileTitle: string;
2364
+ loginTimeout: string;
2365
+ oauthGrantTitle: string;
2366
+ oauthGrantTitleHtml: string;
2367
+ errorTitle: string;
2368
+ errorTitleHtml: string;
2369
+ emailVerifyTitle: string;
2370
+ emailForgotTitle: string;
2371
+ updatePasswordTitle: string;
2372
+ codeSuccessTitle: string;
2373
+ codeErrorTitle: string;
2374
+ displayUnsupported: string;
2375
+ browserRequired: string;
2376
+ browserContinue: string;
2377
+ browserContinuePrompt: string;
2378
+ browserContinueAnswer: string;
2379
+ termsTitle: string;
2380
+ termsText: string;
2381
+ termsPlainText: string;
2382
+ recaptchaFailed: string;
2383
+ recaptchaNotConfigured: string;
2384
+ consentDenied: string;
2385
+ noAccount: string;
2386
+ username: string;
2387
+ usernameOrEmail: string;
2388
+ firstName: string;
2389
+ givenName: string;
2390
+ fullName: string;
2391
+ lastName: string;
2392
+ familyName: string;
2393
+ email: string;
2394
+ password: string;
2395
+ passwordConfirm: string;
2396
+ passwordNew: string;
2397
+ passwordNewConfirm: string;
2398
+ rememberMe: string;
2399
+ authenticatorCode: string;
2400
+ address: string;
2401
+ street: string;
2402
+ locality: string;
2403
+ region: string;
2404
+ postal_code: string;
2405
+ country: string;
2406
+ emailVerified: string;
2407
+ website: string;
2408
+ phoneNumber: string;
2409
+ phoneNumberVerified: string;
2410
+ gender: string;
2411
+ birthday: string;
2412
+ zoneinfo: string;
2413
+ gssDelegationCredential: string;
2414
+ logoutOtherSessions: string;
2415
+ profileScopeConsentText: string;
2416
+ emailScopeConsentText: string;
2417
+ addressScopeConsentText: string;
2418
+ phoneScopeConsentText: string;
2419
+ offlineAccessScopeConsentText: string;
2420
+ samlRoleListScopeConsentText: string;
2421
+ rolesScopeConsentText: string;
2422
+ restartLoginTooltip: string;
2423
+ emailVerifyInstruction1: string;
2424
+ emailVerifyInstruction2: string;
2425
+ emailVerifyInstruction3: string;
2426
+ emailLinkIdpTitle: string;
2427
+ emailLinkIdp1: string;
2428
+ emailLinkIdp2: string;
2429
+ emailLinkIdp3: string;
2430
+ emailLinkIdp4: string;
2431
+ emailLinkIdp5: string;
2432
+ backToLogin: string;
2433
+ emailInstruction: string;
2434
+ copyCodeInstruction: string;
2435
+ pageExpiredTitle: string;
2436
+ pageExpiredMsg1: string;
2437
+ pageExpiredMsg2: string;
2438
+ personalInfo: string;
2439
+ role_admin: string;
2440
+ "role_realm-admin": string;
2441
+ "role_create-realm": string;
2442
+ "role_view-realm": string;
2443
+ "role_view-users": string;
2444
+ "role_view-applications": string;
2445
+ "role_view-clients": string;
2446
+ "role_view-events": string;
2447
+ "role_view-identity-providers": string;
2448
+ "role_manage-realm": string;
2449
+ "role_manage-users": string;
2450
+ "role_manage-applications": string;
2451
+ "role_manage-identity-providers": string;
2452
+ "role_manage-clients": string;
2453
+ "role_manage-events": string;
2454
+ "role_view-profile": string;
2455
+ "role_manage-account": string;
2456
+ "role_manage-account-links": string;
2457
+ "role_read-token": string;
2458
+ "role_offline-access": string;
2459
+ role_uma_authorization: string;
2460
+ client_account: string;
2461
+ "client_security-admin-console": string;
2462
+ "client_admin-cli": string;
2463
+ "client_realm-management": string;
2464
+ client_broker: string;
2465
+ invalidUserMessage: string;
2466
+ invalidEmailMessage: string;
2467
+ accountDisabledMessage: string;
2468
+ accountTemporarilyDisabledMessage: string;
2469
+ expiredCodeMessage: string;
2470
+ expiredActionMessage: string;
2471
+ expiredActionTokenNoSessionMessage: string;
2472
+ expiredActionTokenSessionExistsMessage: string;
2473
+ missingFirstNameMessage: string;
2474
+ missingLastNameMessage: string;
2475
+ missingEmailMessage: string;
2476
+ missingUsernameMessage: string;
2477
+ missingPasswordMessage: string;
2478
+ notMatchPasswordMessage: string;
2479
+ invalidPasswordExistingMessage: string;
2480
+ invalidPasswordBlacklistedMessage: string;
2481
+ invalidPasswordConfirmMessage: string;
2482
+ usernameExistsMessage: string;
2483
+ emailExistsMessage: string;
2484
+ federatedIdentityExistsMessage: string;
2485
+ confirmLinkIdpTitle: string;
2486
+ federatedIdentityConfirmLinkMessage: string;
2487
+ federatedIdentityConfirmReauthenticateMessage: string;
2488
+ confirmLinkIdpReviewProfile: string;
2489
+ confirmLinkIdpContinue: string;
2490
+ accountUpdatedMessage: string;
2491
+ accountPasswordUpdatedMessage: string;
2492
+ delegationCompleteHeader: string;
2493
+ delegationCompleteMessage: string;
2494
+ delegationFailedHeader: string;
2495
+ delegationFailedMessage: string;
2496
+ noAccessMessage: string;
2497
+ invalidPasswordMinLengthMessage: string;
2498
+ invalidPasswordMinDigitsMessage: string;
2499
+ invalidPasswordMinLowerCaseCharsMessage: string;
2500
+ invalidPasswordMinUpperCaseCharsMessage: string;
2501
+ invalidPasswordMinSpecialCharsMessage: string;
2502
+ invalidPasswordNotUsernameMessage: string;
2503
+ invalidPasswordRegexPatternMessage: string;
2504
+ invalidPasswordHistoryMessage: string;
2505
+ invalidPasswordGenericMessage: string;
2506
+ backToApplication: string;
2507
+ missingParameterMessage: string;
2508
+ clientNotFoundMessage: string;
2509
+ clientDisabledMessage: string;
2510
+ invalidParameterMessage: string;
2511
+ alreadyLoggedIn: string;
2512
+ differentUserAuthenticated: string;
2513
+ proceedWithAction: string;
2514
+ "requiredAction.CONFIGURE_TOTP": string;
2515
+ "requiredAction.TERMS_AND_CONDITIONS": string;
2516
+ "requiredAction.UPDATE_PASSWORD": string;
2517
+ "requiredAction.UPDATE_PROFILE": string;
2518
+ "requiredAction.VERIFY_EMAIL": string;
2519
+ pageNotFound: string;
2520
+ internalServerError: string;
2521
+ "console-username": string;
2522
+ "console-password": string;
2523
+ "console-otp": string;
2524
+ "console-new-password": string;
2525
+ "console-confirm-password": string;
2526
+ "console-update-password": string;
2527
+ "console-verify-email": string;
2528
+ "console-email-code": string;
2529
+ "console-accept-terms": string;
2530
+ "console-accept": string;
2531
+ shouldBeEqual: string;
2532
+ shouldBeDifferent: string;
2533
+ shouldMatchPattern: string;
2534
+ mustBeAnInteger: string;
2535
+ notAValidOption: string;
2536
+ selectAnOption: string;
2537
+ remove: string;
2538
+ addValue: string;
2539
+ languages: string;
2540
+ } | {
2541
+ doLogIn: string;
2542
+ doRegister: string;
2543
+ doRegisterSecurityKey: string;
2544
+ doCancel: string;
2545
+ doSubmit: string;
2546
+ doBack: string;
2547
+ doYes: string;
2548
+ doNo: string;
2549
+ doContinue: string;
2550
+ doIgnore: string;
2551
+ doAccept: string;
2552
+ doDecline: string;
2553
+ doForgotPassword: string;
2554
+ doClickHere: string;
2555
+ doImpersonate: string;
2556
+ doTryAgain: string;
2557
+ doTryAnotherWay: string;
2558
+ doConfirmDelete: string;
2559
+ errorDeletingAccount: string;
2560
+ deletingAccountForbidden: string;
2561
+ kerberosNotConfigured: string;
2562
+ kerberosNotConfiguredTitle: string;
2563
+ bypassKerberosDetail: string;
2564
+ kerberosNotSetUp: string;
2565
+ registerTitle: string;
2566
+ loginAccountTitle: string;
2567
+ loginTitle: string;
2568
+ loginTitleHtml: string;
2569
+ impersonateTitle: string;
2570
+ impersonateTitleHtml: string;
2571
+ realmChoice: string;
2572
+ unknownUser: string;
2573
+ loginTotpTitle: string;
2574
+ loginProfileTitle: string;
2575
+ loginTimeout: string;
2576
+ reauthenticate: string;
2577
+ oauthGrantTitle: string;
2578
+ oauthGrantTitleHtml: string;
2579
+ errorTitle: string;
2580
+ errorTitleHtml: string;
2581
+ emailVerifyTitle: string;
2582
+ emailForgotTitle: string;
2583
+ updatePasswordTitle: string;
2584
+ codeSuccessTitle: string;
2585
+ codeErrorTitle: string;
2586
+ displayUnsupported: string;
2587
+ browserRequired: string;
2588
+ browserContinue: string;
2589
+ browserContinuePrompt: string;
2590
+ browserContinueAnswer: string;
2591
+ termsTitle: string;
2592
+ termsText: string;
2593
+ termsPlainText: string;
2594
+ recaptchaFailed: string;
2595
+ recaptchaNotConfigured: string;
2596
+ consentDenied: string;
2597
+ noAccount: string;
2598
+ username: string;
2599
+ usernameOrEmail: string;
2600
+ firstName: string;
2601
+ givenName: string;
2602
+ fullName: string;
2603
+ lastName: string;
2604
+ familyName: string;
2605
+ email: string;
2606
+ password: string;
2607
+ passwordConfirm: string;
2608
+ passwordNew: string;
2609
+ passwordNewConfirm: string;
2610
+ rememberMe: string;
2611
+ authenticatorCode: string;
2612
+ address: string;
2613
+ street: string;
2614
+ locality: string;
2615
+ region: string;
2616
+ postal_code: string;
2617
+ country: string;
2618
+ emailVerified: string;
2619
+ gssDelegationCredential: string;
2620
+ profileScopeConsentText: string;
2621
+ emailScopeConsentText: string;
2622
+ addressScopeConsentText: string;
2623
+ phoneScopeConsentText: string;
2624
+ offlineAccessScopeConsentText: string;
2625
+ samlRoleListScopeConsentText: string;
2626
+ rolesScopeConsentText: string;
2627
+ loginTotpIntro: string;
2628
+ loginTotpStep1: string;
2629
+ loginTotpStep2: string;
2630
+ loginTotpStep3: string;
2631
+ loginTotpManualStep2: string;
2632
+ loginTotpManualStep3: string;
2633
+ loginTotpUnableToScan: string;
2634
+ loginTotpScanBarcode: string;
2635
+ loginOtpOneTime: string;
2636
+ loginTotpType: string;
2637
+ loginTotpAlgorithm: string;
2638
+ loginTotpDigits: string;
2639
+ loginTotpInterval: string;
2640
+ loginTotpCounter: string;
2641
+ loginTotpDeviceName: string;
2642
+ "loginTotp.totp": string;
2643
+ "loginTotp.hotp": string;
2644
+ oauthGrantRequest: string;
2645
+ inResource: string;
2646
+ emailVerifyInstruction1: string;
2647
+ emailVerifyInstruction2: string;
2648
+ emailVerifyInstruction3: string;
2649
+ emailLinkIdpTitle: string;
2650
+ emailLinkIdp1: string;
2651
+ emailLinkIdp2: string;
2652
+ emailLinkIdp3: string;
2653
+ emailLinkIdp4: string;
2654
+ emailLinkIdp5: string;
2655
+ backToLogin: string;
2656
+ emailInstruction: string;
2657
+ copyCodeInstruction: string;
2658
+ pageExpiredTitle: string;
2659
+ pageExpiredMsg1: string;
2660
+ pageExpiredMsg2: string;
2661
+ personalInfo: string;
2662
+ role_admin: string;
2663
+ "role_realm-admin": string;
2664
+ "role_create-realm": string;
2665
+ "role_create-client": string;
2666
+ "role_view-realm": string;
2667
+ "role_view-users": string;
2668
+ "role_view-applications": string;
2669
+ "role_view-clients": string;
2670
+ "role_view-events": string;
2671
+ "role_view-identity-providers": string;
2672
+ "role_manage-realm": string;
2673
+ "role_manage-users": string;
2674
+ "role_manage-applications": string;
2675
+ "role_manage-identity-providers": string;
2676
+ "role_manage-clients": string;
2677
+ "role_manage-events": string;
2678
+ "role_view-profile": string;
2679
+ "role_manage-account": string;
2680
+ "role_manage-account-links": string;
2681
+ "role_read-token": string;
2682
+ "role_offline-access": string;
2683
+ client_account: string;
2684
+ "client_security-admin-console": string;
2685
+ "client_admin-cli": string;
2686
+ "client_realm-management": string;
2687
+ client_broker: string;
2688
+ invalidUserMessage: string;
2689
+ invalidEmailMessage: string;
2690
+ accountDisabledMessage: string;
2691
+ accountTemporarilyDisabledMessage: string;
2692
+ expiredCodeMessage: string;
2693
+ expiredActionMessage: string;
2694
+ expiredActionTokenNoSessionMessage: string;
2695
+ expiredActionTokenSessionExistsMessage: string;
2696
+ missingFirstNameMessage: string;
2697
+ missingLastNameMessage: string;
2698
+ missingEmailMessage: string;
2699
+ missingUsernameMessage: string;
2700
+ missingPasswordMessage: string;
2701
+ missingTotpMessage: string;
2702
+ notMatchPasswordMessage: string;
2703
+ invalidPasswordExistingMessage: string;
2704
+ invalidPasswordBlacklistedMessage: string;
2705
+ invalidPasswordConfirmMessage: string;
2706
+ invalidTotpMessage: string;
2707
+ usernameExistsMessage: string;
2708
+ emailExistsMessage: string;
2709
+ federatedIdentityExistsMessage: string;
2710
+ confirmLinkIdpTitle: string;
2711
+ federatedIdentityConfirmLinkMessage: string;
2712
+ federatedIdentityConfirmReauthenticateMessage: string;
2713
+ confirmLinkIdpReviewProfile: string;
2714
+ confirmLinkIdpContinue: string;
2715
+ configureTotpMessage: string;
2716
+ updateProfileMessage: string;
2717
+ updatePasswordMessage: string;
2718
+ resetPasswordMessage: string;
2719
+ verifyEmailMessage: string;
2720
+ linkIdpMessage: string;
2721
+ emailSentMessage: string;
2722
+ emailSendErrorMessage: string;
2723
+ accountUpdatedMessage: string;
2724
+ accountPasswordUpdatedMessage: string;
2725
+ delegationCompleteHeader: string;
2726
+ delegationCompleteMessage: string;
2727
+ delegationFailedHeader: string;
2728
+ delegationFailedMessage: string;
2729
+ noAccessMessage: string;
2730
+ invalidPasswordMinLengthMessage: string;
2731
+ invalidPasswordMinDigitsMessage: string;
2732
+ invalidPasswordMinLowerCaseCharsMessage: string;
2733
+ invalidPasswordMinUpperCaseCharsMessage: string;
2734
+ invalidPasswordMinSpecialCharsMessage: string;
2735
+ invalidPasswordNotUsernameMessage: string;
2736
+ invalidPasswordRegexPatternMessage: string;
2737
+ invalidPasswordHistoryMessage: string;
2738
+ invalidPasswordGenericMessage: string;
2739
+ failedToProcessResponseMessage: string;
2740
+ httpsRequiredMessage: string;
2741
+ realmNotEnabledMessage: string;
2742
+ invalidRequestMessage: string;
2743
+ failedLogout: string;
2744
+ unknownLoginRequesterMessage: string;
2745
+ loginRequesterNotEnabledMessage: string;
2746
+ bearerOnlyMessage: string;
2747
+ standardFlowDisabledMessage: string;
2748
+ implicitFlowDisabledMessage: string;
2749
+ invalidRedirectUriMessage: string;
2750
+ unsupportedNameIdFormatMessage: string;
2751
+ invalidRequesterMessage: string;
2752
+ registrationNotAllowedMessage: string;
2753
+ resetCredentialNotAllowedMessage: string;
2754
+ permissionNotApprovedMessage: string;
2755
+ noRelayStateInResponseMessage: string;
2756
+ insufficientPermissionMessage: string;
2757
+ couldNotProceedWithAuthenticationRequestMessage: string;
2758
+ couldNotObtainTokenMessage: string;
2759
+ unexpectedErrorRetrievingTokenMessage: string;
2760
+ unexpectedErrorHandlingResponseMessage: string;
2761
+ identityProviderAuthenticationFailedMessage: string;
2762
+ couldNotSendAuthenticationRequestMessage: string;
2763
+ unexpectedErrorHandlingRequestMessage: string;
2764
+ invalidAccessCodeMessage: string;
2765
+ sessionNotActiveMessage: string;
2766
+ invalidCodeMessage: string;
2767
+ identityProviderUnexpectedErrorMessage: string;
2768
+ identityProviderNotFoundMessage: string;
2769
+ identityProviderLinkSuccess: string;
2770
+ staleCodeMessage: string;
2771
+ realmSupportsNoCredentialsMessage: string;
2772
+ identityProviderNotUniqueMessage: string;
2773
+ emailVerifiedMessage: string;
2774
+ staleEmailVerificationLink: string;
2775
+ identityProviderAlreadyLinkedMessage: string;
2776
+ confirmAccountLinking: string;
2777
+ confirmEmailAddressVerification: string;
2778
+ confirmExecutionOfActions: string;
2779
+ backToApplication: string;
2780
+ missingParameterMessage: string;
2781
+ clientNotFoundMessage: string;
2782
+ clientDisabledMessage: string;
2783
+ invalidParameterMessage: string;
2784
+ alreadyLoggedIn: string;
2785
+ differentUserAuthenticated: string;
2786
+ brokerLinkingSessionExpired: string;
2787
+ proceedWithAction: string;
2788
+ "requiredAction.CONFIGURE_TOTP": string;
2789
+ "requiredAction.TERMS_AND_CONDITIONS": string;
2790
+ "requiredAction.UPDATE_PASSWORD": string;
2791
+ "requiredAction.UPDATE_PROFILE": string;
2792
+ "requiredAction.VERIFY_EMAIL": string;
2793
+ doX509Login: string;
2794
+ clientCertificate: string;
2795
+ noCertificate: string;
2796
+ pageNotFound: string;
2797
+ internalServerError: string;
2798
+ "console-username": string;
2799
+ "console-password": string;
2800
+ "console-otp": string;
2801
+ "console-new-password": string;
2802
+ "console-confirm-password": string;
2803
+ "console-update-password": string;
2804
+ "console-verify-email": string;
2805
+ "console-email-code": string;
2806
+ "console-accept-terms": string;
2807
+ "console-accept": string;
2808
+ "identity-provider-redirector": string;
2809
+ "identity-provider-login-label": string;
2810
+ "idp-email-verification-display-name": string;
2811
+ "idp-email-verification-help-text": string;
2812
+ "idp-username-password-form-display-name": string;
2813
+ "idp-username-password-form-help-text": string;
2814
+ shouldBeEqual: string;
2815
+ shouldBeDifferent: string;
2816
+ shouldMatchPattern: string;
2817
+ mustBeAnInteger: string;
2818
+ notAValidOption: string;
2819
+ selectAnOption: string;
2820
+ remove: string;
2821
+ addValue: string;
2822
+ languages: string;
2823
+ } | {
2824
+ doLogIn: string;
2825
+ doRegister: string;
2826
+ doRegisterSecurityKey: string;
2827
+ doCancel: string;
2828
+ doSubmit: string;
2829
+ doYes: string;
2830
+ doNo: string;
2831
+ doContinue: string;
2832
+ doAccept: string;
2833
+ doDecline: string;
2834
+ doForgotPassword: string;
2835
+ doClickHere: string;
2836
+ doImpersonate: string;
2837
+ kerberosNotConfigured: string;
2838
+ kerberosNotConfiguredTitle: string;
2839
+ bypassKerberosDetail: string;
2840
+ kerberosNotSetUp: string;
2841
+ registerWithTitle: string;
2842
+ registerWithTitleHtml: string;
2843
+ loginTitle: string;
2844
+ loginTitleHtml: string;
2845
+ impersonateTitle: string;
2846
+ impersonateTitleHtml: string;
2847
+ realmChoice: string;
2848
+ unknownUser: string;
2849
+ loginTotpTitle: string;
2850
+ loginProfileTitle: string;
2851
+ loginTimeout: string;
2852
+ oauthGrantTitle: string;
2853
+ oauthGrantTitleHtml: string;
2854
+ errorTitle: string;
2855
+ errorTitleHtml: string;
2856
+ emailVerifyTitle: string;
2857
+ emailForgotTitle: string;
2858
+ updatePasswordTitle: string;
2859
+ codeSuccessTitle: string;
2860
+ codeErrorTitle: string;
2861
+ termsTitle: string;
2862
+ termsTitleHtml: string;
2863
+ termsText: string;
2864
+ recaptchaFailed: string;
2865
+ recaptchaNotConfigured: string;
2866
+ consentDenied: string;
2867
+ noAccount: string;
2868
+ username: string;
2869
+ usernameOrEmail: string;
2870
+ firstName: string;
2871
+ givenName: string;
2872
+ fullName: string;
2873
+ lastName: string;
2874
+ familyName: string;
2875
+ email: string;
2876
+ password: string;
2877
+ passwordConfirm: string;
2878
+ passwordNew: string;
2879
+ passwordNewConfirm: string;
2880
+ rememberMe: string;
2881
+ authenticatorCode: string;
2882
+ address: string;
2883
+ street: string;
2884
+ locality: string;
2885
+ region: string;
2886
+ postal_code: string;
2887
+ country: string;
2888
+ emailVerified: string;
2889
+ gssDelegationCredential: string;
2890
+ loginTotpStep1: string;
2891
+ loginTotpStep2: string;
2892
+ loginTotpStep3: string;
2893
+ loginOtpOneTime: string;
2894
+ oauthGrantRequest: string;
2895
+ inResource: string;
2896
+ emailVerifyInstruction1: string;
2897
+ emailVerifyInstruction2: string;
2898
+ emailVerifyInstruction3: string;
2899
+ emailLinkIdpTitle: string;
2900
+ emailLinkIdp1: string;
2901
+ emailLinkIdp2: string;
2902
+ emailLinkIdp3: string;
2903
+ backToLogin: string;
2904
+ emailInstruction: string;
2905
+ copyCodeInstruction: string;
2906
+ personalInfo: string;
2907
+ role_admin: string;
2908
+ "role_realm-admin": string;
2909
+ "role_create-realm": string;
2910
+ "role_create-client": string;
2911
+ "role_view-realm": string;
2912
+ "role_view-users": string;
2913
+ "role_view-applications": string;
2914
+ "role_view-clients": string;
2915
+ "role_view-events": string;
2916
+ "role_view-identity-providers": string;
2917
+ "role_manage-realm": string;
2918
+ "role_manage-users": string;
2919
+ "role_manage-applications": string;
2920
+ "role_manage-identity-providers": string;
2921
+ "role_manage-clients": string;
2922
+ "role_manage-events": string;
2923
+ "role_view-profile": string;
2924
+ "role_manage-account": string;
2925
+ "role_read-token": string;
2926
+ "role_offline-access": string;
2927
+ role_uma_authorization: string;
2928
+ client_account: string;
2929
+ "client_security-admin-console": string;
2930
+ "client_realm-management": string;
2931
+ client_broker: string;
2932
+ invalidUserMessage: string;
2933
+ invalidEmailMessage: string;
2934
+ accountDisabledMessage: string;
2935
+ accountTemporarilyDisabledMessage: string;
2936
+ expiredCodeMessage: string;
2937
+ missingFirstNameMessage: string;
2938
+ missingLastNameMessage: string;
2939
+ missingEmailMessage: string;
2940
+ missingUsernameMessage: string;
2941
+ missingPasswordMessage: string;
2942
+ missingTotpMessage: string;
2943
+ notMatchPasswordMessage: string;
2944
+ invalidPasswordExistingMessage: string;
2945
+ invalidPasswordConfirmMessage: string;
2946
+ invalidTotpMessage: string;
2947
+ usernameExistsMessage: string;
2948
+ emailExistsMessage: string;
2949
+ federatedIdentityExistsMessage: string;
2950
+ confirmLinkIdpTitle: string;
2951
+ federatedIdentityConfirmLinkMessage: string;
2952
+ confirmLinkIdpReviewProfile: string;
2953
+ confirmLinkIdpContinue: string;
2954
+ configureTotpMessage: string;
2955
+ updateProfileMessage: string;
2956
+ updatePasswordMessage: string;
2957
+ verifyEmailMessage: string;
2958
+ linkIdpMessage: string;
2959
+ emailSentMessage: string;
2960
+ emailSendErrorMessage: string;
2961
+ accountUpdatedMessage: string;
2962
+ accountPasswordUpdatedMessage: string;
2963
+ noAccessMessage: string;
2964
+ invalidPasswordMinLengthMessage: string;
2965
+ invalidPasswordMinDigitsMessage: string;
2966
+ invalidPasswordMinLowerCaseCharsMessage: string;
2967
+ invalidPasswordMinUpperCaseCharsMessage: string;
2968
+ invalidPasswordMinSpecialCharsMessage: string;
2969
+ invalidPasswordNotUsernameMessage: string;
2970
+ invalidPasswordRegexPatternMessage: string;
2971
+ invalidPasswordHistoryMessage: string;
2972
+ failedToProcessResponseMessage: string;
2973
+ httpsRequiredMessage: string;
2974
+ realmNotEnabledMessage: string;
2975
+ invalidRequestMessage: string;
2976
+ failedLogout: string;
2977
+ unknownLoginRequesterMessage: string;
2978
+ loginRequesterNotEnabledMessage: string;
2979
+ bearerOnlyMessage: string;
2980
+ standardFlowDisabledMessage: string;
2981
+ implicitFlowDisabledMessage: string;
2982
+ invalidRedirectUriMessage: string;
2983
+ unsupportedNameIdFormatMessage: string;
2984
+ invalidRequesterMessage: string;
2985
+ registrationNotAllowedMessage: string;
2986
+ resetCredentialNotAllowedMessage: string;
2987
+ permissionNotApprovedMessage: string;
2988
+ noRelayStateInResponseMessage: string;
2989
+ insufficientPermissionMessage: string;
2990
+ couldNotProceedWithAuthenticationRequestMessage: string;
2991
+ couldNotObtainTokenMessage: string;
2992
+ unexpectedErrorRetrievingTokenMessage: string;
2993
+ unexpectedErrorHandlingResponseMessage: string;
2994
+ identityProviderAuthenticationFailedMessage: string;
2995
+ couldNotSendAuthenticationRequestMessage: string;
2996
+ unexpectedErrorHandlingRequestMessage: string;
2997
+ invalidAccessCodeMessage: string;
2998
+ sessionNotActiveMessage: string;
2999
+ invalidCodeMessage: string;
3000
+ identityProviderUnexpectedErrorMessage: string;
3001
+ identityProviderNotFoundMessage: string;
3002
+ identityProviderLinkSuccess: string;
3003
+ staleCodeMessage: string;
3004
+ realmSupportsNoCredentialsMessage: string;
3005
+ identityProviderNotUniqueMessage: string;
3006
+ emailVerifiedMessage: string;
3007
+ staleEmailVerificationLink: string;
3008
+ backToApplication: string;
3009
+ missingParameterMessage: string;
3010
+ clientNotFoundMessage: string;
3011
+ clientDisabledMessage: string;
3012
+ invalidParameterMessage: string;
3013
+ alreadyLoggedIn: string;
3014
+ shouldBeEqual: string;
3015
+ shouldBeDifferent: string;
3016
+ shouldMatchPattern: string;
3017
+ mustBeAnInteger: string;
3018
+ notAValidOption: string;
3019
+ selectAnOption: string;
3020
+ remove: string;
3021
+ addValue: string;
3022
+ languages: string;
3023
+ } | {
3024
+ doLogIn: string;
3025
+ doRegister: string;
3026
+ doRegisterSecurityKey: string;
3027
+ doCancel: string;
3028
+ doSubmit: string;
3029
+ doYes: string;
3030
+ doNo: string;
3031
+ doContinue: string;
3032
+ doAccept: string;
3033
+ doDecline: string;
3034
+ doForgotPassword: string;
3035
+ doClickHere: string;
3036
+ doImpersonate: string;
3037
+ kerberosNotConfigured: string;
3038
+ kerberosNotConfiguredTitle: string;
3039
+ bypassKerberosDetail: string;
3040
+ kerberosNotSetUp: string;
3041
+ registerWithTitle: string;
3042
+ registerWithTitleHtml: string;
3043
+ loginTitle: string;
3044
+ loginTitleHtml: string;
3045
+ impersonateTitle: string;
3046
+ impersonateTitleHtml: string;
3047
+ realmChoice: string;
3048
+ unknownUser: string;
3049
+ loginTotpTitle: string;
3050
+ loginProfileTitle: string;
3051
+ loginTimeout: string;
3052
+ oauthGrantTitle: string;
3053
+ oauthGrantTitleHtml: string;
3054
+ errorTitle: string;
3055
+ errorTitleHtml: string;
3056
+ emailVerifyTitle: string;
3057
+ emailForgotTitle: string;
3058
+ updatePasswordTitle: string;
3059
+ codeSuccessTitle: string;
3060
+ codeErrorTitle: string;
3061
+ termsTitle: string;
3062
+ termsTitleHtml: string;
3063
+ termsText: string;
3064
+ recaptchaFailed: string;
3065
+ recaptchaNotConfigured: string;
3066
+ consentDenied: string;
3067
+ noAccount: string;
3068
+ username: string;
3069
+ usernameOrEmail: string;
3070
+ firstName: string;
3071
+ lastName: string;
3072
+ email: string;
3073
+ password: string;
3074
+ passwordConfirm: string;
3075
+ passwordNew: string;
3076
+ passwordNewConfirm: string;
3077
+ rememberMe: string;
3078
+ authenticatorCode: string;
3079
+ address: string;
3080
+ street: string;
3081
+ locality: string;
3082
+ region: string;
3083
+ postal_code: string;
3084
+ country: string;
3085
+ emailVerified: string;
3086
+ gssDelegationCredential: string;
3087
+ loginTotpStep1: string;
3088
+ loginTotpStep2: string;
3089
+ loginTotpStep3: string;
3090
+ loginOtpOneTime: string;
3091
+ oauthGrantRequest: string;
3092
+ inResource: string;
3093
+ emailVerifyInstruction1: string;
3094
+ emailVerifyInstruction2: string;
3095
+ emailVerifyInstruction3: string;
3096
+ emailLinkIdpTitle: string;
3097
+ emailLinkIdp1: string;
3098
+ emailLinkIdp2: string;
3099
+ emailLinkIdp3: string;
3100
+ backToLogin: string;
3101
+ emailInstruction: string;
3102
+ copyCodeInstruction: string;
3103
+ personalInfo: string;
3104
+ role_admin: string;
3105
+ "role_realm-admin": string;
3106
+ "role_create-realm": string;
3107
+ "role_create-client": string;
3108
+ "role_view-realm": string;
3109
+ "role_view-users": string;
3110
+ "role_view-applications": string;
3111
+ "role_view-clients": string;
3112
+ "role_view-events": string;
3113
+ "role_view-identity-providers": string;
3114
+ "role_manage-realm": string;
3115
+ "role_manage-users": string;
3116
+ "role_manage-applications": string;
3117
+ "role_manage-identity-providers": string;
3118
+ "role_manage-clients": string;
3119
+ "role_manage-events": string;
3120
+ "role_view-profile": string;
3121
+ "role_manage-account": string;
3122
+ "role_read-token": string;
3123
+ "role_offline-access": string;
3124
+ client_account: string;
3125
+ "client_security-admin-console": string;
3126
+ "client_admin-cli": string;
3127
+ "client_realm-management": string;
3128
+ invalidUserMessage: string;
3129
+ invalidEmailMessage: string;
3130
+ accountDisabledMessage: string;
3131
+ accountTemporarilyDisabledMessage: string;
3132
+ expiredCodeMessage: string;
3133
+ missingFirstNameMessage: string;
3134
+ missingLastNameMessage: string;
3135
+ missingEmailMessage: string;
3136
+ missingUsernameMessage: string;
3137
+ missingPasswordMessage: string;
3138
+ missingTotpMessage: string;
3139
+ notMatchPasswordMessage: string;
3140
+ invalidPasswordExistingMessage: string;
3141
+ invalidPasswordConfirmMessage: string;
3142
+ invalidTotpMessage: string;
3143
+ usernameExistsMessage: string;
3144
+ emailExistsMessage: string;
3145
+ federatedIdentityExistsMessage: string;
3146
+ confirmLinkIdpTitle: string;
3147
+ federatedIdentityConfirmLinkMessage: string;
3148
+ federatedIdentityConfirmReauthenticateMessage: string;
3149
+ confirmLinkIdpReviewProfile: string;
3150
+ confirmLinkIdpContinue: string;
3151
+ configureTotpMessage: string;
3152
+ updateProfileMessage: string;
3153
+ updatePasswordMessage: string;
3154
+ verifyEmailMessage: string;
3155
+ linkIdpMessage: string;
3156
+ emailSentMessage: string;
3157
+ emailSendErrorMessage: string;
3158
+ accountUpdatedMessage: string;
3159
+ accountPasswordUpdatedMessage: string;
3160
+ noAccessMessage: string;
3161
+ invalidPasswordMinLengthMessage: string;
3162
+ invalidPasswordMinDigitsMessage: string;
3163
+ invalidPasswordMinLowerCaseCharsMessage: string;
3164
+ invalidPasswordMinUpperCaseCharsMessage: string;
3165
+ invalidPasswordMinSpecialCharsMessage: string;
3166
+ invalidPasswordNotUsernameMessage: string;
3167
+ invalidPasswordRegexPatternMessage: string;
3168
+ invalidPasswordHistoryMessage: string;
3169
+ invalidPasswordGenericMessage: string;
3170
+ failedToProcessResponseMessage: string;
3171
+ httpsRequiredMessage: string;
3172
+ realmNotEnabledMessage: string;
3173
+ invalidRequestMessage: string;
3174
+ failedLogout: string;
3175
+ unknownLoginRequesterMessage: string;
3176
+ loginRequesterNotEnabledMessage: string;
3177
+ bearerOnlyMessage: string;
3178
+ standardFlowDisabledMessage: string;
3179
+ implicitFlowDisabledMessage: string;
3180
+ invalidRedirectUriMessage: string;
3181
+ unsupportedNameIdFormatMessage: string;
3182
+ invalidRequesterMessage: string;
3183
+ registrationNotAllowedMessage: string;
3184
+ resetCredentialNotAllowedMessage: string;
3185
+ permissionNotApprovedMessage: string;
3186
+ noRelayStateInResponseMessage: string;
3187
+ insufficientPermissionMessage: string;
3188
+ couldNotProceedWithAuthenticationRequestMessage: string;
3189
+ couldNotObtainTokenMessage: string;
3190
+ unexpectedErrorRetrievingTokenMessage: string;
3191
+ unexpectedErrorHandlingResponseMessage: string;
3192
+ identityProviderAuthenticationFailedMessage: string;
3193
+ couldNotSendAuthenticationRequestMessage: string;
3194
+ unexpectedErrorHandlingRequestMessage: string;
3195
+ invalidAccessCodeMessage: string;
3196
+ sessionNotActiveMessage: string;
3197
+ invalidCodeMessage: string;
3198
+ identityProviderUnexpectedErrorMessage: string;
3199
+ identityProviderNotFoundMessage: string;
3200
+ identityProviderLinkSuccess: string;
3201
+ staleCodeMessage: string;
3202
+ realmSupportsNoCredentialsMessage: string;
3203
+ identityProviderNotUniqueMessage: string;
3204
+ emailVerifiedMessage: string;
3205
+ staleEmailVerificationLink: string;
3206
+ backToApplication: string;
3207
+ missingParameterMessage: string;
3208
+ clientNotFoundMessage: string;
3209
+ clientDisabledMessage: string;
3210
+ invalidParameterMessage: string;
3211
+ alreadyLoggedIn: string;
3212
+ loginAccountTitle: string;
3213
+ shouldBeEqual: string;
3214
+ shouldBeDifferent: string;
3215
+ shouldMatchPattern: string;
3216
+ mustBeAnInteger: string;
3217
+ notAValidOption: string;
3218
+ selectAnOption: string;
3219
+ remove: string;
3220
+ addValue: string;
3221
+ languages: string;
3222
+ } | {
3223
+ doLogIn: string;
3224
+ doRegister: string;
3225
+ doRegisterSecurityKey: string;
3226
+ doCancel: string;
3227
+ doSubmit: string;
3228
+ doBack: string;
3229
+ doYes: string;
3230
+ doNo: string;
3231
+ doContinue: string;
3232
+ doIgnore: string;
3233
+ doAccept: string;
3234
+ doDecline: string;
3235
+ doForgotPassword: string;
3236
+ doClickHere: string;
3237
+ doImpersonate: string;
3238
+ doTryAgain: string;
3239
+ doTryAnotherWay: string;
3240
+ doConfirmDelete: string;
3241
+ errorDeletingAccount: string;
3242
+ deletingAccountForbidden: string;
3243
+ kerberosNotConfigured: string;
3244
+ kerberosNotConfiguredTitle: string;
3245
+ bypassKerberosDetail: string;
3246
+ kerberosNotSetUp: string;
3247
+ registerTitle: string;
3248
+ loginAccountTitle: string;
3249
+ loginTitle: string;
3250
+ loginTitleHtml: string;
3251
+ impersonateTitle: string;
3252
+ impersonateTitleHtml: string;
3253
+ realmChoice: string;
3254
+ unknownUser: string;
3255
+ loginTotpTitle: string;
3256
+ loginProfileTitle: string;
3257
+ loginIdpReviewProfileTitle: string;
3258
+ loginTimeout: string;
3259
+ reauthenticate: string;
3260
+ oauthGrantTitle: string;
3261
+ oauthGrantTitleHtml: string;
3262
+ oauthGrantInformation: string;
3263
+ oauthGrantReview: string;
3264
+ oauthGrantTos: string;
3265
+ oauthGrantPolicy: string;
3266
+ errorTitle: string;
3267
+ errorTitleHtml: string;
3268
+ emailVerifyTitle: string;
3269
+ emailForgotTitle: string;
3270
+ updateEmailTitle: string;
3271
+ emailUpdateConfirmationSentTitle: string;
3272
+ emailUpdateConfirmationSent: string;
3273
+ emailUpdatedTitle: string;
3274
+ emailUpdated: string;
3275
+ updatePasswordTitle: string;
3276
+ codeSuccessTitle: string;
3277
+ codeErrorTitle: string;
3278
+ displayUnsupported: string;
3279
+ browserRequired: string;
3280
+ browserContinue: string;
3281
+ browserContinuePrompt: string;
3282
+ browserContinueAnswer: string;
3283
+ usb: string;
3284
+ nfc: string;
3285
+ bluetooth: string;
3286
+ internal: string;
3287
+ unknown: string;
3288
+ termsTitle: string;
3289
+ termsText: string;
3290
+ termsPlainText: string;
3291
+ termsAcceptanceRequired: string;
3292
+ acceptTerms: string;
3293
+ recaptchaFailed: string;
3294
+ recaptchaNotConfigured: string;
3295
+ consentDenied: string;
3296
+ noAccount: string;
3297
+ username: string;
3298
+ usernameOrEmail: string;
3299
+ firstName: string;
3300
+ givenName: string;
3301
+ fullName: string;
3302
+ lastName: string;
3303
+ familyName: string;
3304
+ email: string;
3305
+ password: string;
3306
+ passwordConfirm: string;
3307
+ passwordNew: string;
3308
+ passwordNewConfirm: string;
3309
+ rememberMe: string;
3310
+ authenticatorCode: string;
3311
+ address: string;
3312
+ street: string;
3313
+ locality: string;
3314
+ region: string;
3315
+ postal_code: string;
3316
+ country: string;
3317
+ emailVerified: string;
3318
+ website: string;
3319
+ phoneNumber: string;
3320
+ phoneNumberVerified: string;
3321
+ gender: string;
3322
+ birthday: string;
3323
+ zoneinfo: string;
3324
+ gssDelegationCredential: string;
3325
+ logoutOtherSessions: string;
3326
+ profileScopeConsentText: string;
3327
+ emailScopeConsentText: string;
3328
+ addressScopeConsentText: string;
3329
+ phoneScopeConsentText: string;
3330
+ offlineAccessScopeConsentText: string;
3331
+ samlRoleListScopeConsentText: string;
3332
+ rolesScopeConsentText: string;
3333
+ restartLoginTooltip: string;
3334
+ loginTotpIntro: string;
3335
+ loginTotpStep1: string;
3336
+ loginTotpStep2: string;
3337
+ loginTotpStep3: string;
3338
+ loginTotpStep3DeviceName: string;
3339
+ loginTotpManualStep2: string;
3340
+ loginTotpManualStep3: string;
3341
+ loginTotpUnableToScan: string;
3342
+ loginTotpScanBarcode: string;
3343
+ loginCredential: string;
3344
+ loginOtpOneTime: string;
3345
+ loginTotpType: string;
3346
+ loginTotpAlgorithm: string;
3347
+ loginTotpDigits: string;
3348
+ loginTotpInterval: string;
3349
+ loginTotpCounter: string;
3350
+ loginTotpDeviceName: string;
3351
+ "loginTotp.totp": string;
3352
+ "loginTotp.hotp": string;
3353
+ totpAppFreeOTPName: string;
3354
+ totpAppGoogleName: string;
3355
+ totpAppMicrosoftAuthenticatorName: string;
3356
+ loginChooseAuthenticator: string;
3357
+ oauthGrantRequest: string;
3358
+ inResource: string;
3359
+ oauth2DeviceVerificationTitle: string;
3360
+ verifyOAuth2DeviceUserCode: string;
3361
+ oauth2DeviceInvalidUserCodeMessage: string;
3362
+ oauth2DeviceExpiredUserCodeMessage: string;
3363
+ oauth2DeviceVerificationCompleteHeader: string;
3364
+ oauth2DeviceVerificationCompleteMessage: string;
3365
+ oauth2DeviceVerificationFailedHeader: string;
3366
+ oauth2DeviceVerificationFailedMessage: string;
3367
+ oauth2DeviceConsentDeniedMessage: string;
3368
+ oauth2DeviceAuthorizationGrantDisabledMessage: string;
3369
+ emailVerifyInstruction1: string;
3370
+ emailVerifyInstruction2: string;
3371
+ emailVerifyInstruction3: string;
3372
+ emailLinkIdpTitle: string;
3373
+ emailLinkIdp1: string;
3374
+ emailLinkIdp2: string;
3375
+ emailLinkIdp3: string;
3376
+ emailLinkIdp4: string;
3377
+ emailLinkIdp5: string;
3378
+ backToLogin: string;
3379
+ emailInstruction: string;
3380
+ emailInstructionUsername: string;
3381
+ copyCodeInstruction: string;
3382
+ pageExpiredTitle: string;
3383
+ pageExpiredMsg1: string;
3384
+ pageExpiredMsg2: string;
3385
+ personalInfo: string;
3386
+ role_admin: string;
3387
+ "role_realm-admin": string;
3388
+ "role_create-realm": string;
3389
+ "role_create-client": string;
3390
+ "role_view-realm": string;
3391
+ "role_view-users": string;
3392
+ "role_view-applications": string;
3393
+ "role_view-clients": string;
3394
+ "role_view-events": string;
3395
+ "role_view-identity-providers": string;
3396
+ "role_manage-realm": string;
3397
+ "role_manage-users": string;
3398
+ "role_manage-applications": string;
3399
+ "role_manage-identity-providers": string;
3400
+ "role_manage-clients": string;
3401
+ "role_manage-events": string;
3402
+ "role_view-profile": string;
3403
+ "role_manage-account": string;
3404
+ "role_manage-account-links": string;
3405
+ "role_read-token": string;
3406
+ "role_offline-access": string;
3407
+ client_account: string;
3408
+ "client_account-console": string;
3409
+ "client_security-admin-console": string;
3410
+ "client_admin-cli": string;
3411
+ "client_realm-management": string;
3412
+ client_broker: string;
3413
+ requiredFields: string;
3414
+ invalidUserMessage: string;
3415
+ invalidUsernameMessage: string;
3416
+ invalidUsernameOrEmailMessage: string;
3417
+ invalidPasswordMessage: string;
3418
+ invalidEmailMessage: string;
3419
+ accountDisabledMessage: string;
3420
+ accountTemporarilyDisabledMessage: string;
3421
+ expiredCodeMessage: string;
3422
+ expiredActionMessage: string;
3423
+ expiredActionTokenNoSessionMessage: string;
3424
+ expiredActionTokenSessionExistsMessage: string;
3425
+ sessionLimitExceeded: string;
3426
+ missingFirstNameMessage: string;
3427
+ missingLastNameMessage: string;
3428
+ missingEmailMessage: string;
3429
+ missingUsernameMessage: string;
3430
+ missingPasswordMessage: string;
3431
+ missingTotpMessage: string;
3432
+ missingTotpDeviceNameMessage: string;
3433
+ notMatchPasswordMessage: string;
3434
+ "error-invalid-value": string;
3435
+ "error-invalid-blank": string;
3436
+ "error-empty": string;
3437
+ "error-invalid-length": string;
3438
+ "error-invalid-length-too-short": string;
3439
+ "error-invalid-length-too-long": string;
3440
+ "error-invalid-email": string;
3441
+ "error-invalid-number": string;
3442
+ "error-number-out-of-range": string;
3443
+ "error-number-out-of-range-too-small": string;
3444
+ "error-number-out-of-range-too-big": string;
3445
+ "error-pattern-no-match": string;
3446
+ "error-invalid-uri": string;
3447
+ "error-invalid-uri-scheme": string;
3448
+ "error-invalid-uri-fragment": string;
3449
+ "error-user-attribute-required": string;
3450
+ "error-invalid-date": string;
3451
+ "error-user-attribute-read-only": string;
3452
+ "error-username-invalid-character": string;
3453
+ "error-person-name-invalid-character": string;
3454
+ "error-reset-otp-missing-id": string;
3455
+ invalidPasswordExistingMessage: string;
3456
+ invalidPasswordBlacklistedMessage: string;
3457
+ invalidPasswordConfirmMessage: string;
3458
+ invalidTotpMessage: string;
3459
+ usernameExistsMessage: string;
3460
+ emailExistsMessage: string;
3461
+ federatedIdentityExistsMessage: string;
3462
+ federatedIdentityUnavailableMessage: string;
3463
+ federatedIdentityUnmatchedEssentialClaimMessage: string;
3464
+ confirmLinkIdpTitle: string;
3465
+ federatedIdentityConfirmLinkMessage: string;
3466
+ federatedIdentityConfirmReauthenticateMessage: string;
3467
+ nestedFirstBrokerFlowMessage: string;
3468
+ confirmLinkIdpReviewProfile: string;
3469
+ confirmLinkIdpContinue: string;
3470
+ configureTotpMessage: string;
3471
+ configureBackupCodesMessage: string;
3472
+ updateProfileMessage: string;
3473
+ updatePasswordMessage: string;
3474
+ updateEmailMessage: string;
3475
+ resetPasswordMessage: string;
3476
+ verifyEmailMessage: string;
3477
+ linkIdpMessage: string;
3478
+ emailSentMessage: string;
3479
+ emailSendErrorMessage: string;
3480
+ accountUpdatedMessage: string;
3481
+ accountPasswordUpdatedMessage: string;
3482
+ delegationCompleteHeader: string;
3483
+ delegationCompleteMessage: string;
3484
+ delegationFailedHeader: string;
3485
+ delegationFailedMessage: string;
3486
+ noAccessMessage: string;
3487
+ invalidPasswordMinLengthMessage: string;
3488
+ invalidPasswordMaxLengthMessage: string;
3489
+ invalidPasswordMinDigitsMessage: string;
3490
+ invalidPasswordMinLowerCaseCharsMessage: string;
3491
+ invalidPasswordMinUpperCaseCharsMessage: string;
3492
+ invalidPasswordMinSpecialCharsMessage: string;
3493
+ invalidPasswordNotUsernameMessage: string;
3494
+ invalidPasswordNotEmailMessage: string;
3495
+ invalidPasswordRegexPatternMessage: string;
3496
+ invalidPasswordHistoryMessage: string;
3497
+ invalidPasswordGenericMessage: string;
3498
+ failedToProcessResponseMessage: string;
3499
+ httpsRequiredMessage: string;
3500
+ realmNotEnabledMessage: string;
3501
+ invalidRequestMessage: string;
3502
+ successLogout: string;
3503
+ failedLogout: string;
3504
+ unknownLoginRequesterMessage: string;
3505
+ loginRequesterNotEnabledMessage: string;
3506
+ bearerOnlyMessage: string;
3507
+ standardFlowDisabledMessage: string;
3508
+ implicitFlowDisabledMessage: string;
3509
+ invalidRedirectUriMessage: string;
3510
+ unsupportedNameIdFormatMessage: string;
3511
+ invalidRequesterMessage: string;
3512
+ registrationNotAllowedMessage: string;
3513
+ resetCredentialNotAllowedMessage: string;
3514
+ permissionNotApprovedMessage: string;
3515
+ noRelayStateInResponseMessage: string;
3516
+ insufficientPermissionMessage: string;
3517
+ couldNotProceedWithAuthenticationRequestMessage: string;
3518
+ couldNotObtainTokenMessage: string;
3519
+ unexpectedErrorRetrievingTokenMessage: string;
3520
+ unexpectedErrorHandlingResponseMessage: string;
3521
+ identityProviderAuthenticationFailedMessage: string;
3522
+ couldNotSendAuthenticationRequestMessage: string;
3523
+ unexpectedErrorHandlingRequestMessage: string;
3524
+ invalidAccessCodeMessage: string;
3525
+ sessionNotActiveMessage: string;
3526
+ invalidCodeMessage: string;
3527
+ cookieNotFoundMessage: string;
3528
+ insufficientLevelOfAuthentication: string;
3529
+ identityProviderUnexpectedErrorMessage: string;
3530
+ identityProviderMissingStateMessage: string;
3531
+ identityProviderInvalidResponseMessage: string;
3532
+ identityProviderInvalidSignatureMessage: string;
3533
+ identityProviderNotFoundMessage: string;
3534
+ identityProviderLinkSuccess: string;
3535
+ staleCodeMessage: string;
3536
+ realmSupportsNoCredentialsMessage: string;
3537
+ credentialSetupRequired: string;
3538
+ identityProviderNotUniqueMessage: string;
3539
+ emailVerifiedMessage: string;
3540
+ staleEmailVerificationLink: string;
3541
+ identityProviderAlreadyLinkedMessage: string;
3542
+ confirmAccountLinking: string;
3543
+ confirmEmailAddressVerification: string;
3544
+ confirmExecutionOfActions: string;
3545
+ backToApplication: string;
3546
+ missingParameterMessage: string;
3547
+ clientNotFoundMessage: string;
3548
+ clientDisabledMessage: string;
3549
+ invalidParameterMessage: string;
3550
+ alreadyLoggedIn: string;
3551
+ differentUserAuthenticated: string;
3552
+ brokerLinkingSessionExpired: string;
3553
+ proceedWithAction: string;
3554
+ acrNotFulfilled: string;
3555
+ "requiredAction.CONFIGURE_TOTP": string;
3556
+ "requiredAction.terms_and_conditions": string;
3557
+ "requiredAction.UPDATE_PASSWORD": string;
3558
+ "requiredAction.UPDATE_PROFILE": string;
3559
+ "requiredAction.VERIFY_EMAIL": string;
3560
+ "requiredAction.CONFIGURE_RECOVERY_AUTHN_CODES": string;
3561
+ "requiredAction.webauthn-register-passwordless": string;
3562
+ invalidTokenRequiredActions: string;
3563
+ doX509Login: string;
3564
+ clientCertificate: string;
3565
+ noCertificate: string;
3566
+ pageNotFound: string;
3567
+ internalServerError: string;
3568
+ "console-username": string;
3569
+ "console-password": string;
3570
+ "console-otp": string;
3571
+ "console-new-password": string;
3572
+ "console-confirm-password": string;
3573
+ "console-update-password": string;
3574
+ "console-verify-email": string;
3575
+ "console-email-code": string;
3576
+ "console-accept-terms": string;
3577
+ "console-accept": string;
3578
+ "openshift.scope.user_info": string;
3579
+ "openshift.scope.user_check-access": string;
3580
+ "openshift.scope.user_full": string;
3581
+ "openshift.scope.list-projects": string;
3582
+ "saml.post-form.title": string;
3583
+ "saml.post-form.message": string;
3584
+ "saml.post-form.js-disabled": string;
3585
+ "saml.artifactResolutionServiceInvalidResponse": string;
3586
+ "otp-display-name": string;
3587
+ "otp-help-text": string;
3588
+ "otp-reset-description": string;
3589
+ "password-display-name": string;
3590
+ "password-help-text": string;
3591
+ "auth-username-form-display-name": string;
3592
+ "auth-username-form-help-text": string;
3593
+ "auth-username-password-form-display-name": string;
3594
+ "auth-username-password-form-help-text": string;
3595
+ "auth-recovery-authn-code-form-display-name": string;
3596
+ "auth-recovery-authn-code-form-help-text": string;
3597
+ "auth-recovery-code-info-message": string;
3598
+ "auth-recovery-code-prompt": string;
3599
+ "auth-recovery-code-header": string;
3600
+ "recovery-codes-error-invalid": string;
3601
+ "recovery-code-config-header": string;
3602
+ "recovery-code-config-warning-title": string;
3603
+ "recovery-code-config-warning-message": string;
3604
+ "recovery-codes-print": string;
3605
+ "recovery-codes-download": string;
3606
+ "recovery-codes-copy": string;
3607
+ "recovery-codes-copied": string;
3608
+ "recovery-codes-confirmation-message": string;
3609
+ "recovery-codes-action-complete": string;
3610
+ "recovery-codes-action-cancel": string;
3611
+ "recovery-codes-download-file-header": string;
3612
+ "recovery-codes-download-file-description": string;
3613
+ "recovery-codes-download-file-date": string;
3614
+ "recovery-codes-label-default": string;
3615
+ "webauthn-display-name": string;
3616
+ "webauthn-help-text": string;
3617
+ "webauthn-passwordless-display-name": string;
3618
+ "webauthn-passwordless-help-text": string;
3619
+ "webauthn-login-title": string;
3620
+ "webauthn-registration-title": string;
3621
+ "webauthn-available-authenticators": string;
3622
+ "webauthn-unsupported-browser-text": string;
3623
+ "webauthn-doAuthenticate": string;
3624
+ "webauthn-createdAt-label": string;
3625
+ "webauthn-error-title": string;
3626
+ "webauthn-error-registration": string;
3627
+ "webauthn-error-api-get": string;
3628
+ "webauthn-error-different-user": string;
3629
+ "webauthn-error-auth-verification": string;
3630
+ "webauthn-error-register-verification": string;
3631
+ "webauthn-error-user-not-found": string;
3632
+ "identity-provider-redirector": string;
3633
+ "identity-provider-login-label": string;
3634
+ "idp-email-verification-display-name": string;
3635
+ "idp-email-verification-help-text": string;
3636
+ "idp-username-password-form-display-name": string;
3637
+ "idp-username-password-form-help-text": string;
3638
+ finalDeletionConfirmation: string;
3639
+ irreversibleAction: string;
3640
+ deleteAccountConfirm: string;
3641
+ deletingImplies: string;
3642
+ errasingData: string;
3643
+ loggingOutImmediately: string;
3644
+ accountUnusable: string;
3645
+ userDeletedSuccessfully: string;
3646
+ "access-denied": string;
3647
+ "access-denied-when-idp-auth": string;
3648
+ "frontchannel-logout.title": string;
3649
+ "frontchannel-logout.message": string;
3650
+ logoutConfirmTitle: string;
3651
+ logoutConfirmHeader: string;
3652
+ doLogout: string;
3653
+ readOnlyUsernameMessage: string;
3654
+ shouldBeEqual: string;
3655
+ shouldBeDifferent: string;
3656
+ shouldMatchPattern: string;
3657
+ mustBeAnInteger: string;
3658
+ notAValidOption: string;
3659
+ selectAnOption: string;
3660
+ remove: string;
3661
+ addValue: string;
3662
+ languages: string;
3663
+ } | {
3664
+ doLogIn: string;
3665
+ doRegister: string;
3666
+ doRegisterSecurityKey: string;
3667
+ doCancel: string;
3668
+ doSubmit: string;
3669
+ doYes: string;
3670
+ doNo: string;
3671
+ doContinue: string;
3672
+ doIgnore: string;
3673
+ doAccept: string;
3674
+ doDecline: string;
3675
+ doForgotPassword: string;
3676
+ doClickHere: string;
3677
+ doImpersonate: string;
3678
+ kerberosNotConfigured: string;
3679
+ kerberosNotConfiguredTitle: string;
3680
+ bypassKerberosDetail: string;
3681
+ kerberosNotSetUp: string;
3682
+ registerTitle: string;
3683
+ loginTitle: string;
3684
+ loginTitleHtml: string;
3685
+ impersonateTitle: string;
3686
+ impersonateTitleHtml: string;
3687
+ realmChoice: string;
3688
+ unknownUser: string;
3689
+ loginTotpTitle: string;
3690
+ loginProfileTitle: string;
3691
+ loginTimeout: string;
3692
+ oauthGrantTitle: string;
3693
+ oauthGrantTitleHtml: string;
3694
+ errorTitle: string;
3695
+ errorTitleHtml: string;
3696
+ emailVerifyTitle: string;
3697
+ emailForgotTitle: string;
3698
+ updatePasswordTitle: string;
3699
+ codeSuccessTitle: string;
3700
+ codeErrorTitle: string;
3701
+ displayUnsupported: string;
3702
+ browserRequired: string;
3703
+ browserContinue: string;
3704
+ browserContinuePrompt: string;
3705
+ browserContinueAnswer: string;
3706
+ termsTitle: string;
3707
+ termsText: string;
3708
+ termsPlainText: string;
3709
+ recaptchaFailed: string;
3710
+ recaptchaNotConfigured: string;
3711
+ consentDenied: string;
3712
+ noAccount: string;
3713
+ username: string;
3714
+ usernameOrEmail: string;
3715
+ firstName: string;
3716
+ givenName: string;
3717
+ fullName: string;
3718
+ lastName: string;
3719
+ familyName: string;
3720
+ email: string;
3721
+ password: string;
3722
+ passwordConfirm: string;
3723
+ passwordNew: string;
3724
+ passwordNewConfirm: string;
3725
+ rememberMe: string;
3726
+ authenticatorCode: string;
3727
+ address: string;
3728
+ street: string;
3729
+ locality: string;
3730
+ region: string;
3731
+ postal_code: string;
3732
+ country: string;
3733
+ emailVerified: string;
3734
+ gssDelegationCredential: string;
3735
+ profileScopeConsentText: string;
3736
+ emailScopeConsentText: string;
3737
+ addressScopeConsentText: string;
3738
+ phoneScopeConsentText: string;
3739
+ offlineAccessScopeConsentText: string;
3740
+ samlRoleListScopeConsentText: string;
3741
+ rolesScopeConsentText: string;
3742
+ loginTotpIntro: string;
3743
+ loginTotpStep1: string;
3744
+ loginTotpStep2: string;
3745
+ loginTotpStep3: string;
3746
+ loginTotpManualStep2: string;
3747
+ loginTotpManualStep3: string;
3748
+ loginTotpUnableToScan: string;
3749
+ loginTotpScanBarcode: string;
3750
+ loginOtpOneTime: string;
3751
+ loginTotpType: string;
3752
+ loginTotpAlgorithm: string;
3753
+ loginTotpDigits: string;
3754
+ loginTotpInterval: string;
3755
+ loginTotpCounter: string;
3756
+ "loginTotp.totp": string;
3757
+ "loginTotp.hotp": string;
3758
+ oauthGrantRequest: string;
3759
+ inResource: string;
3760
+ emailVerifyInstruction1: string;
3761
+ emailVerifyInstruction2: string;
3762
+ emailVerifyInstruction3: string;
3763
+ emailLinkIdpTitle: string;
3764
+ emailLinkIdp1: string;
3765
+ emailLinkIdp2: string;
3766
+ emailLinkIdp3: string;
3767
+ emailLinkIdp4: string;
3768
+ emailLinkIdp5: string;
3769
+ backToLogin: string;
3770
+ emailInstruction: string;
3771
+ copyCodeInstruction: string;
3772
+ pageExpiredTitle: string;
3773
+ pageExpiredMsg1: string;
3774
+ pageExpiredMsg2: string;
3775
+ personalInfo: string;
3776
+ role_admin: string;
3777
+ "role_realm-admin": string;
3778
+ "role_create-realm": string;
3779
+ "role_create-client": string;
3780
+ "role_view-realm": string;
3781
+ "role_view-users": string;
3782
+ "role_view-applications": string;
3783
+ "role_view-clients": string;
3784
+ "role_view-events": string;
3785
+ "role_view-identity-providers": string;
3786
+ "role_manage-realm": string;
3787
+ "role_manage-users": string;
3788
+ "role_manage-applications": string;
3789
+ "role_manage-identity-providers": string;
3790
+ "role_manage-clients": string;
3791
+ "role_manage-events": string;
3792
+ "role_view-profile": string;
3793
+ "role_manage-account": string;
3794
+ "role_manage-account-links": string;
3795
+ "role_read-token": string;
3796
+ "role_offline-access": string;
3797
+ client_account: string;
3798
+ "client_security-admin-console": string;
3799
+ "client_admin-cli": string;
3800
+ "client_realm-management": string;
3801
+ client_broker: string;
3802
+ invalidUserMessage: string;
3803
+ invalidEmailMessage: string;
3804
+ accountDisabledMessage: string;
3805
+ accountTemporarilyDisabledMessage: string;
3806
+ expiredCodeMessage: string;
3807
+ expiredActionMessage: string;
3808
+ expiredActionTokenNoSessionMessage: string;
3809
+ expiredActionTokenSessionExistsMessage: string;
3810
+ missingFirstNameMessage: string;
3811
+ missingLastNameMessage: string;
3812
+ missingEmailMessage: string;
3813
+ missingUsernameMessage: string;
3814
+ missingPasswordMessage: string;
3815
+ missingTotpMessage: string;
3816
+ notMatchPasswordMessage: string;
3817
+ invalidPasswordExistingMessage: string;
3818
+ invalidPasswordBlacklistedMessage: string;
3819
+ invalidPasswordConfirmMessage: string;
3820
+ invalidTotpMessage: string;
3821
+ usernameExistsMessage: string;
3822
+ emailExistsMessage: string;
3823
+ federatedIdentityExistsMessage: string;
3824
+ confirmLinkIdpTitle: string;
3825
+ federatedIdentityConfirmLinkMessage: string;
3826
+ confirmLinkIdpReviewProfile: string;
3827
+ confirmLinkIdpContinue: string;
3828
+ configureTotpMessage: string;
3829
+ updateProfileMessage: string;
3830
+ updatePasswordMessage: string;
3831
+ resetPasswordMessage: string;
3832
+ verifyEmailMessage: string;
3833
+ linkIdpMessage: string;
3834
+ emailSentMessage: string;
3835
+ emailSendErrorMessage: string;
3836
+ accountUpdatedMessage: string;
3837
+ accountPasswordUpdatedMessage: string;
3838
+ delegationCompleteHeader: string;
3839
+ delegationCompleteMessage: string;
3840
+ delegationFailedHeader: string;
3841
+ delegationFailedMessage: string;
3842
+ noAccessMessage: string;
3843
+ invalidPasswordMinLengthMessage: string;
3844
+ invalidPasswordMinDigitsMessage: string;
3845
+ invalidPasswordMinLowerCaseCharsMessage: string;
3846
+ invalidPasswordMinUpperCaseCharsMessage: string;
3847
+ invalidPasswordMinSpecialCharsMessage: string;
3848
+ invalidPasswordNotUsernameMessage: string;
3849
+ invalidPasswordRegexPatternMessage: string;
3850
+ invalidPasswordHistoryMessage: string;
3851
+ invalidPasswordGenericMessage: string;
3852
+ failedToProcessResponseMessage: string;
3853
+ httpsRequiredMessage: string;
3854
+ realmNotEnabledMessage: string;
3855
+ invalidRequestMessage: string;
3856
+ failedLogout: string;
3857
+ unknownLoginRequesterMessage: string;
3858
+ loginRequesterNotEnabledMessage: string;
3859
+ bearerOnlyMessage: string;
3860
+ standardFlowDisabledMessage: string;
3861
+ implicitFlowDisabledMessage: string;
3862
+ invalidRedirectUriMessage: string;
3863
+ unsupportedNameIdFormatMessage: string;
3864
+ invalidRequesterMessage: string;
3865
+ registrationNotAllowedMessage: string;
3866
+ resetCredentialNotAllowedMessage: string;
3867
+ permissionNotApprovedMessage: string;
3868
+ noRelayStateInResponseMessage: string;
3869
+ insufficientPermissionMessage: string;
3870
+ couldNotProceedWithAuthenticationRequestMessage: string;
3871
+ couldNotObtainTokenMessage: string;
3872
+ unexpectedErrorRetrievingTokenMessage: string;
3873
+ unexpectedErrorHandlingResponseMessage: string;
3874
+ identityProviderAuthenticationFailedMessage: string;
3875
+ couldNotSendAuthenticationRequestMessage: string;
3876
+ unexpectedErrorHandlingRequestMessage: string;
3877
+ invalidAccessCodeMessage: string;
3878
+ sessionNotActiveMessage: string;
3879
+ invalidCodeMessage: string;
3880
+ identityProviderUnexpectedErrorMessage: string;
3881
+ identityProviderNotFoundMessage: string;
3882
+ identityProviderLinkSuccess: string;
3883
+ staleCodeMessage: string;
3884
+ realmSupportsNoCredentialsMessage: string;
3885
+ identityProviderNotUniqueMessage: string;
3886
+ emailVerifiedMessage: string;
3887
+ staleEmailVerificationLink: string;
3888
+ identityProviderAlreadyLinkedMessage: string;
3889
+ confirmAccountLinking: string;
3890
+ confirmEmailAddressVerification: string;
3891
+ confirmExecutionOfActions: string;
3892
+ backToApplication: string;
3893
+ missingParameterMessage: string;
3894
+ clientNotFoundMessage: string;
3895
+ clientDisabledMessage: string;
3896
+ invalidParameterMessage: string;
3897
+ alreadyLoggedIn: string;
3898
+ differentUserAuthenticated: string;
3899
+ brokerLinkingSessionExpired: string;
3900
+ proceedWithAction: string;
3901
+ "requiredAction.CONFIGURE_TOTP": string;
3902
+ "requiredAction.TERMS_AND_CONDITIONS": string;
3903
+ "requiredAction.UPDATE_PASSWORD": string;
3904
+ "requiredAction.UPDATE_PROFILE": string;
3905
+ "requiredAction.VERIFY_EMAIL": string;
3906
+ doX509Login: string;
3907
+ clientCertificate: string;
3908
+ noCertificate: string;
3909
+ pageNotFound: string;
3910
+ internalServerError: string;
3911
+ "console-username": string;
3912
+ "console-password": string;
3913
+ "console-otp": string;
3914
+ "console-new-password": string;
3915
+ "console-confirm-password": string;
3916
+ "console-update-password": string;
3917
+ "console-verify-email": string;
3918
+ "console-email-code": string;
3919
+ "console-accept-terms": string;
3920
+ "console-accept": string;
3921
+ readOnlyUsernameMessage: string;
3922
+ shouldBeEqual: string;
3923
+ shouldBeDifferent: string;
3924
+ shouldMatchPattern: string;
3925
+ mustBeAnInteger: string;
3926
+ notAValidOption: string;
3927
+ selectAnOption: string;
3928
+ remove: string;
3929
+ addValue: string;
3930
+ languages: string;
3931
+ } | {}>;