keycloakify 10.0.0-rc.12 → 10.0.0-rc.120
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/PUBLIC_URL.d.ts +1 -1
- package/PUBLIC_URL.js +4 -4
- package/PUBLIC_URL.js.map +1 -1
- package/README.md +35 -246
- package/account/DefaultPage.d.ts +5 -0
- package/account/DefaultPage.js +44 -0
- package/account/DefaultPage.js.map +1 -0
- package/account/KcContext/KcContext.d.ts +268 -0
- package/account/KcContext/KcContext.js.map +1 -0
- package/account/KcContext/getKcContextMock.d.ts +24 -0
- package/account/KcContext/getKcContextMock.js +28 -0
- package/account/KcContext/getKcContextMock.js.map +1 -0
- package/account/KcContext/index.d.ts +2 -0
- package/account/KcContext/index.js +2 -0
- package/account/KcContext/index.js.map +1 -0
- package/account/KcContext/kcContextMocks.d.ts +4 -0
- package/account/KcContext/kcContextMocks.js +146 -0
- package/account/KcContext/kcContextMocks.js.map +1 -0
- package/account/Template.d.ts +2 -2
- package/account/Template.js +14 -12
- package/account/Template.js.map +1 -1
- package/account/TemplateProps.d.ts +3 -5
- package/account/i18n/GenericI18n.d.ts +6 -0
- package/account/i18n/GenericI18n.js +2 -0
- package/account/i18n/GenericI18n.js.map +1 -0
- package/account/i18n/i18n.d.ts +42 -50
- package/account/i18n/i18n.js +91 -92
- package/account/i18n/i18n.js.map +1 -1
- package/account/i18n/index.d.ts +5 -1
- package/account/i18n/index.js +1 -1
- package/account/i18n/index.js.map +1 -1
- package/account/i18n/messages_defaultSet/ar.d.ts +361 -0
- package/account/i18n/messages_defaultSet/ar.js +366 -0
- package/account/i18n/messages_defaultSet/ar.js.map +1 -0
- package/account/i18n/messages_defaultSet/ca.d.ts +361 -0
- package/account/i18n/messages_defaultSet/ca.js +366 -0
- package/account/i18n/messages_defaultSet/ca.js.map +1 -0
- package/account/i18n/messages_defaultSet/cs.d.ts +153 -0
- package/account/i18n/messages_defaultSet/cs.js +158 -0
- package/account/i18n/messages_defaultSet/cs.js.map +1 -0
- package/account/i18n/messages_defaultSet/da.d.ts +290 -0
- package/account/i18n/messages_defaultSet/da.js +295 -0
- package/account/i18n/messages_defaultSet/da.js.map +1 -0
- package/account/i18n/messages_defaultSet/de.d.ts +313 -0
- package/account/i18n/messages_defaultSet/de.js +318 -0
- package/account/i18n/messages_defaultSet/de.js.map +1 -0
- package/account/i18n/messages_defaultSet/el.d.ts +360 -0
- package/account/i18n/messages_defaultSet/el.js +365 -0
- package/account/i18n/messages_defaultSet/el.js.map +1 -0
- package/account/i18n/messages_defaultSet/en.d.ts +364 -0
- package/account/i18n/messages_defaultSet/en.js +369 -0
- package/account/i18n/messages_defaultSet/en.js.map +1 -0
- package/account/i18n/messages_defaultSet/es.d.ts +363 -0
- package/account/i18n/messages_defaultSet/es.js +368 -0
- package/account/i18n/messages_defaultSet/es.js.map +1 -0
- package/account/i18n/messages_defaultSet/fa.d.ts +361 -0
- package/account/i18n/messages_defaultSet/fa.js +366 -0
- package/account/i18n/messages_defaultSet/fa.js.map +1 -0
- package/account/i18n/messages_defaultSet/fi.d.ts +357 -0
- package/account/i18n/messages_defaultSet/fi.js +362 -0
- package/account/i18n/messages_defaultSet/fi.js.map +1 -0
- package/account/i18n/messages_defaultSet/fr.d.ts +164 -0
- package/account/i18n/messages_defaultSet/fr.js +169 -0
- package/account/i18n/messages_defaultSet/fr.js.map +1 -0
- package/account/i18n/messages_defaultSet/hu.d.ts +361 -0
- package/account/i18n/messages_defaultSet/hu.js +366 -0
- package/account/i18n/messages_defaultSet/hu.js.map +1 -0
- package/account/i18n/messages_defaultSet/index.d.ts +2096 -0
- package/account/i18n/messages_defaultSet/index.js +39 -0
- package/account/i18n/messages_defaultSet/index.js.map +1 -0
- package/account/i18n/messages_defaultSet/it.d.ts +301 -0
- package/account/i18n/messages_defaultSet/it.js +306 -0
- package/account/i18n/messages_defaultSet/it.js.map +1 -0
- package/account/i18n/messages_defaultSet/ja.d.ts +295 -0
- package/account/i18n/messages_defaultSet/ja.js +300 -0
- package/account/i18n/messages_defaultSet/ja.js.map +1 -0
- package/account/i18n/messages_defaultSet/lt.d.ts +138 -0
- package/account/i18n/messages_defaultSet/lt.js +143 -0
- package/account/i18n/messages_defaultSet/lt.js.map +1 -0
- package/account/i18n/messages_defaultSet/lv.d.ts +182 -0
- package/account/i18n/messages_defaultSet/lv.js +187 -0
- package/account/i18n/messages_defaultSet/lv.js.map +1 -0
- package/account/i18n/messages_defaultSet/nl.d.ts +330 -0
- package/account/i18n/messages_defaultSet/nl.js +335 -0
- package/account/i18n/messages_defaultSet/nl.js.map +1 -0
- package/account/i18n/messages_defaultSet/no.d.ts +138 -0
- package/account/i18n/messages_defaultSet/no.js +143 -0
- package/account/i18n/messages_defaultSet/no.js.map +1 -0
- package/account/i18n/messages_defaultSet/pl.d.ts +339 -0
- package/account/i18n/messages_defaultSet/pl.js +344 -0
- package/account/i18n/messages_defaultSet/pl.js.map +1 -0
- package/account/i18n/messages_defaultSet/pt-BR.d.ts +309 -0
- package/account/i18n/messages_defaultSet/pt-BR.js +314 -0
- package/account/i18n/messages_defaultSet/pt-BR.js.map +1 -0
- package/account/i18n/messages_defaultSet/ru.d.ts +206 -0
- package/account/i18n/messages_defaultSet/ru.js +211 -0
- package/account/i18n/messages_defaultSet/ru.js.map +1 -0
- package/account/i18n/messages_defaultSet/sk.d.ts +176 -0
- package/account/i18n/messages_defaultSet/sk.js +181 -0
- package/account/i18n/messages_defaultSet/sk.js.map +1 -0
- package/account/i18n/messages_defaultSet/sv.d.ts +135 -0
- package/account/i18n/messages_defaultSet/sv.js +140 -0
- package/account/i18n/messages_defaultSet/sv.js.map +1 -0
- package/account/i18n/messages_defaultSet/th.d.ts +339 -0
- package/account/i18n/messages_defaultSet/th.js +344 -0
- package/account/i18n/messages_defaultSet/th.js.map +1 -0
- package/account/i18n/messages_defaultSet/tr.d.ts +278 -0
- package/account/i18n/messages_defaultSet/tr.js +283 -0
- package/account/i18n/messages_defaultSet/tr.js.map +1 -0
- package/account/i18n/messages_defaultSet/uk.d.ts +339 -0
- package/account/i18n/messages_defaultSet/uk.js +344 -0
- package/account/i18n/messages_defaultSet/uk.js.map +1 -0
- package/account/i18n/messages_defaultSet/zh-CN.d.ts +148 -0
- package/account/i18n/messages_defaultSet/zh-CN.js +153 -0
- package/account/i18n/messages_defaultSet/zh-CN.js.map +1 -0
- package/account/i18n/useI18n.d.ts +14 -0
- package/account/i18n/useI18n.js +59 -0
- package/account/i18n/useI18n.js.map +1 -0
- package/account/index.d.ts +3 -7
- package/account/index.js +1 -5
- package/account/index.js.map +1 -1
- package/account/lib/kcClsx.d.ts +9 -0
- package/account/lib/kcClsx.js +19 -0
- package/account/lib/kcClsx.js.map +1 -0
- package/account/pages/Account.d.ts +1 -1
- package/account/pages/Account.js +7 -6
- package/account/pages/Account.js.map +1 -1
- package/account/pages/Applications.d.ts +1 -1
- package/account/pages/Applications.js +8 -9
- package/account/pages/Applications.js.map +1 -1
- package/account/pages/FederatedIdentity.d.ts +3 -3
- package/account/pages/FederatedIdentity.js +1 -1
- package/account/pages/FederatedIdentity.js.map +1 -1
- package/account/pages/Log.d.ts +1 -1
- package/account/pages/Log.js +3 -3
- package/account/pages/Log.js.map +1 -1
- package/account/pages/PageProps.d.ts +4 -6
- package/account/pages/Password.d.ts +1 -1
- package/account/pages/Password.js +16 -13
- package/account/pages/Password.js.map +1 -1
- package/account/pages/Sessions.d.ts +1 -1
- package/account/pages/Sessions.js +3 -4
- package/account/pages/Sessions.js.map +1 -1
- package/account/pages/Totp.d.ts +1 -1
- package/account/pages/Totp.js +9 -10
- package/account/pages/Totp.js.map +1 -1
- package/bin/193.index.js +160 -0
- package/bin/246.index.js +75118 -371
- package/bin/266.index.js +806 -0
- package/bin/304.index.js +1108 -0
- package/bin/31.index.js +799 -0
- package/bin/430.index.js +1349 -0
- package/bin/440.index.js +1537 -0
- package/bin/453.index.js +769 -0
- package/bin/525.index.js +41826 -0
- package/bin/526.index.js +1108 -0
- package/bin/538.index.js +108 -0
- package/bin/599.index.js +560 -0
- package/bin/622.index.js +720 -0
- package/bin/678.index.js +10486 -0
- package/bin/697.index.js +4749 -0
- package/bin/720.index.js +243 -0
- package/bin/743.index.js +70 -0
- package/bin/780.index.js +729 -0
- package/bin/877.index.js +275 -0
- package/bin/932.index.js +946 -0
- package/bin/941.index.js +4215 -0
- package/bin/97.index.js +677 -0
- package/bin/main.js +7685 -141696
- package/bin/shared/KeycloakVersionRange.d.ts +3 -3
- package/bin/shared/buildContext.d.ts +85 -0
- package/bin/shared/buildContext.js.map +1 -0
- package/bin/shared/constants.d.ts +18 -15
- package/bin/shared/constants.js +15 -15
- package/bin/shared/constants.js.map +1 -1
- package/bin/shared/copyKeycloakResourcesToPublic.d.ts +3 -3
- package/bin/shared/copyKeycloakResourcesToPublic.js.map +1 -1
- package/bin/shared/downloadKeycloakDefaultTheme.d.ts +11 -0
- package/bin/shared/downloadKeycloakDefaultTheme.js.map +1 -0
- package/bin/shared/downloadKeycloakStaticResources.d.ts +3 -5
- package/bin/shared/downloadKeycloakStaticResources.js.map +1 -1
- package/bin/shared/generateKcGenTs.d.ts +12 -0
- package/bin/shared/generateKcGenTs.js.map +1 -0
- package/bin/shared/getLatestsSemVersionedTag.d.ts +10 -0
- package/bin/shared/getLatestsSemVersionedTag.js.map +1 -0
- package/bin/shared/metaInfKeycloakThemes.d.ts +4 -8
- package/bin/shared/metaInfKeycloakThemes.js.map +1 -1
- package/bin/shared/promptKeycloakVersion.d.ts +1 -0
- package/bin/shared/promptKeycloakVersion.js.map +1 -1
- package/lib/BASE_URL.js.map +1 -1
- package/lib/getKcClsx.d.ts +11 -0
- package/lib/getKcClsx.js +56 -0
- package/lib/getKcClsx.js.map +1 -0
- package/login/DefaultPage.d.ts +12 -0
- package/login/DefaultPage.js +125 -0
- package/login/DefaultPage.js.map +1 -0
- package/login/KcContext/KcContext.d.ts +579 -0
- package/login/KcContext/KcContext.js.map +1 -0
- package/login/KcContext/getKcContextMock.d.ts +24 -0
- package/login/KcContext/getKcContextMock.js +28 -0
- package/login/KcContext/getKcContextMock.js.map +1 -0
- package/login/KcContext/index.d.ts +2 -0
- package/login/KcContext/index.js +2 -0
- package/login/KcContext/index.js.map +1 -0
- package/login/KcContext/kcContextMocks.d.ts +4 -0
- package/login/KcContext/kcContextMocks.js +333 -0
- package/login/KcContext/kcContextMocks.js.map +1 -0
- package/login/Template.d.ts +2 -2
- package/login/Template.js +31 -25
- package/login/Template.js.map +1 -1
- package/login/TemplateProps.d.ts +3 -6
- package/login/UserProfileFormFields.d.ts +3 -20
- package/login/UserProfileFormFields.js +81 -124
- package/login/UserProfileFormFields.js.map +1 -1
- package/login/UserProfileFormFieldsProps.d.ts +24 -0
- package/login/UserProfileFormFieldsProps.js +2 -0
- package/login/UserProfileFormFieldsProps.js.map +1 -0
- package/login/i18n/GenericI18n.d.ts +6 -0
- package/login/i18n/GenericI18n.js +2 -0
- package/login/i18n/GenericI18n.js.map +1 -0
- package/login/i18n/i18n.d.ts +42 -52
- package/login/i18n/i18n.js +88 -94
- package/login/i18n/i18n.js.map +1 -1
- package/login/i18n/index.d.ts +5 -1
- package/login/i18n/index.js +1 -1
- package/login/i18n/index.js.map +1 -1
- package/login/i18n/messages_defaultSet/ar.d.ts +447 -0
- package/login/i18n/messages_defaultSet/ar.js +452 -0
- package/login/i18n/messages_defaultSet/ar.js.map +1 -0
- package/login/i18n/messages_defaultSet/ca.d.ts +466 -0
- package/login/i18n/messages_defaultSet/ca.js +471 -0
- package/login/i18n/messages_defaultSet/ca.js.map +1 -0
- package/login/i18n/messages_defaultSet/cs.d.ts +444 -0
- package/login/i18n/messages_defaultSet/cs.js +449 -0
- package/login/i18n/messages_defaultSet/cs.js.map +1 -0
- package/login/i18n/messages_defaultSet/da.d.ts +319 -0
- package/login/i18n/messages_defaultSet/da.js +324 -0
- package/login/i18n/messages_defaultSet/da.js.map +1 -0
- package/login/i18n/messages_defaultSet/de.d.ts +378 -0
- package/login/i18n/messages_defaultSet/de.js +383 -0
- package/login/i18n/messages_defaultSet/de.js.map +1 -0
- package/login/i18n/messages_defaultSet/el.d.ts +461 -0
- package/login/i18n/messages_defaultSet/el.js +466 -0
- package/login/i18n/messages_defaultSet/el.js.map +1 -0
- package/login/i18n/messages_defaultSet/en.d.ts +476 -0
- package/login/i18n/messages_defaultSet/en.js +481 -0
- package/login/i18n/messages_defaultSet/en.js.map +1 -0
- package/login/i18n/messages_defaultSet/es.d.ts +476 -0
- package/login/i18n/messages_defaultSet/es.js +481 -0
- package/login/i18n/messages_defaultSet/es.js.map +1 -0
- package/login/i18n/messages_defaultSet/fa.d.ts +461 -0
- package/login/i18n/messages_defaultSet/fa.js +466 -0
- package/login/i18n/messages_defaultSet/fa.js.map +1 -0
- package/login/i18n/messages_defaultSet/fi.d.ts +377 -0
- package/login/i18n/messages_defaultSet/fi.js +382 -0
- package/login/i18n/messages_defaultSet/fi.js.map +1 -0
- package/login/i18n/messages_defaultSet/fr.d.ts +393 -0
- package/login/i18n/messages_defaultSet/fr.js +398 -0
- package/login/i18n/messages_defaultSet/fr.js.map +1 -0
- package/login/i18n/messages_defaultSet/hu.d.ts +466 -0
- package/login/i18n/messages_defaultSet/hu.js +471 -0
- package/login/i18n/messages_defaultSet/hu.js.map +1 -0
- package/login/i18n/messages_defaultSet/index.d.ts +3931 -0
- package/login/i18n/messages_defaultSet/index.js +39 -0
- package/login/i18n/messages_defaultSet/index.js.map +1 -0
- package/login/i18n/messages_defaultSet/it.d.ts +319 -0
- package/login/i18n/messages_defaultSet/it.js +324 -0
- package/login/i18n/messages_defaultSet/it.js.map +1 -0
- package/login/i18n/messages_defaultSet/ja.d.ts +323 -0
- package/login/i18n/messages_defaultSet/ja.js +328 -0
- package/login/i18n/messages_defaultSet/ja.js.map +1 -0
- package/login/i18n/messages_defaultSet/lt.d.ts +203 -0
- package/login/i18n/messages_defaultSet/lt.js +208 -0
- package/login/i18n/messages_defaultSet/lt.js.map +1 -0
- package/login/i18n/messages_defaultSet/lv.d.ts +214 -0
- package/login/i18n/messages_defaultSet/lv.js +219 -0
- package/login/i18n/messages_defaultSet/lv.js.map +1 -0
- package/login/i18n/messages_defaultSet/nl.d.ts +285 -0
- package/login/i18n/messages_defaultSet/nl.js +290 -0
- package/login/i18n/messages_defaultSet/nl.js.map +1 -0
- package/login/i18n/messages_defaultSet/no.d.ts +202 -0
- package/login/i18n/messages_defaultSet/no.js +207 -0
- package/login/i18n/messages_defaultSet/no.js.map +1 -0
- package/login/i18n/messages_defaultSet/pl.d.ts +292 -0
- package/login/i18n/messages_defaultSet/pl.js +297 -0
- package/login/i18n/messages_defaultSet/pl.js.map +1 -0
- package/login/i18n/messages_defaultSet/pt-BR.d.ts +346 -0
- package/login/i18n/messages_defaultSet/pt-BR.js +351 -0
- package/login/i18n/messages_defaultSet/pt-BR.js.map +1 -0
- package/login/i18n/messages_defaultSet/ru.d.ts +220 -0
- package/login/i18n/messages_defaultSet/ru.js +225 -0
- package/login/i18n/messages_defaultSet/ru.js.map +1 -0
- package/login/i18n/messages_defaultSet/sk.d.ts +447 -0
- package/login/i18n/messages_defaultSet/sk.js +452 -0
- package/login/i18n/messages_defaultSet/sk.js.map +1 -0
- package/login/i18n/messages_defaultSet/sv.d.ts +201 -0
- package/login/i18n/messages_defaultSet/sv.js +206 -0
- package/login/i18n/messages_defaultSet/sv.js.map +1 -0
- package/login/i18n/messages_defaultSet/th.d.ts +443 -0
- package/login/i18n/messages_defaultSet/th.js +448 -0
- package/login/i18n/messages_defaultSet/th.js.map +1 -0
- package/login/i18n/messages_defaultSet/tr.d.ts +270 -0
- package/login/i18n/messages_defaultSet/tr.js +275 -0
- package/login/i18n/messages_defaultSet/tr.js.map +1 -0
- package/login/i18n/messages_defaultSet/uk.d.ts +442 -0
- package/login/i18n/messages_defaultSet/uk.js +447 -0
- package/login/i18n/messages_defaultSet/uk.js.map +1 -0
- package/login/i18n/messages_defaultSet/zh-CN.d.ts +471 -0
- package/login/i18n/messages_defaultSet/zh-CN.js +476 -0
- package/login/i18n/messages_defaultSet/zh-CN.js.map +1 -0
- package/login/i18n/useI18n.d.ts +14 -0
- package/login/i18n/useI18n.js +59 -0
- package/login/i18n/useI18n.js.map +1 -0
- package/login/index.d.ts +3 -8
- package/login/index.js +1 -6
- package/login/index.js.map +1 -1
- package/login/lib/kcClsx.d.ts +9 -0
- package/login/lib/kcClsx.js +130 -0
- package/login/lib/kcClsx.js.map +1 -0
- package/login/lib/useUserProfileForm.d.ts +20 -8
- package/login/lib/useUserProfileForm.js +422 -295
- package/login/lib/useUserProfileForm.js.map +1 -1
- package/login/pages/Code.d.ts +1 -1
- package/login/pages/Code.js +3 -3
- package/login/pages/Code.js.map +1 -1
- package/login/pages/DeleteAccountConfirm.d.ts +1 -1
- package/login/pages/DeleteAccountConfirm.js +7 -4
- package/login/pages/DeleteAccountConfirm.js.map +1 -1
- package/login/pages/DeleteCredential.d.ts +1 -1
- package/login/pages/DeleteCredential.js +3 -4
- package/login/pages/DeleteCredential.js.map +1 -1
- package/login/pages/Error.d.ts +1 -1
- package/login/pages/Error.js +1 -1
- package/login/pages/Error.js.map +1 -1
- package/login/pages/FrontchannelLogout.d.ts +1 -1
- package/login/pages/FrontchannelLogout.js +1 -1
- package/login/pages/FrontchannelLogout.js.map +1 -1
- package/login/pages/IdpReviewUserProfile.d.ts +4 -3
- package/login/pages/IdpReviewUserProfile.js +4 -5
- package/login/pages/IdpReviewUserProfile.js.map +1 -1
- package/login/pages/Info.d.ts +1 -1
- package/login/pages/Info.js +19 -9
- package/login/pages/Info.js.map +1 -1
- package/login/pages/Login.d.ts +1 -1
- package/login/pages/Login.js +12 -8
- package/login/pages/Login.js.map +1 -1
- package/login/pages/LoginConfigTotp.d.ts +1 -1
- package/login/pages/LoginConfigTotp.js +10 -7
- package/login/pages/LoginConfigTotp.js.map +1 -1
- package/login/pages/LoginIdpLinkConfirm.d.ts +1 -1
- package/login/pages/LoginIdpLinkConfirm.js +3 -4
- package/login/pages/LoginIdpLinkConfirm.js.map +1 -1
- package/login/pages/LoginIdpLinkEmail.d.ts +2 -2
- package/login/pages/LoginIdpLinkEmail.js +1 -1
- package/login/pages/LoginIdpLinkEmail.js.map +1 -1
- package/login/pages/LoginOauth2DeviceVerifyUserCode.d.ts +3 -3
- package/login/pages/LoginOauth2DeviceVerifyUserCode.js +3 -4
- package/login/pages/LoginOauth2DeviceVerifyUserCode.js.map +1 -1
- package/login/pages/LoginOauthGrant.d.ts +3 -3
- package/login/pages/LoginOauthGrant.js +4 -5
- package/login/pages/LoginOauthGrant.js.map +1 -1
- package/login/pages/LoginOtp.d.ts +1 -1
- package/login/pages/LoginOtp.js +5 -4
- package/login/pages/LoginOtp.js.map +1 -1
- package/login/pages/LoginPageExpired.d.ts +1 -1
- package/login/pages/LoginPageExpired.js +1 -1
- package/login/pages/LoginPageExpired.js.map +1 -1
- package/login/pages/LoginPassword.d.ts +1 -1
- package/login/pages/LoginPassword.js +9 -7
- package/login/pages/LoginPassword.js.map +1 -1
- package/login/pages/LoginRecoveryAuthnCodeConfig.d.ts +1 -1
- package/login/pages/LoginRecoveryAuthnCodeConfig.js +16 -16
- package/login/pages/LoginRecoveryAuthnCodeConfig.js.map +1 -1
- package/login/pages/LoginRecoveryAuthnCodeInput.d.ts +1 -1
- package/login/pages/LoginRecoveryAuthnCodeInput.js +5 -4
- package/login/pages/LoginRecoveryAuthnCodeInput.js.map +1 -1
- package/login/pages/LoginResetOtp.d.ts +1 -1
- package/login/pages/LoginResetOtp.js +3 -4
- package/login/pages/LoginResetOtp.js.map +1 -1
- package/login/pages/LoginResetPassword.d.ts +1 -1
- package/login/pages/LoginResetPassword.js +6 -5
- package/login/pages/LoginResetPassword.js.map +1 -1
- package/login/pages/LoginUpdatePassword.d.ts +1 -1
- package/login/pages/LoginUpdatePassword.js +12 -9
- package/login/pages/LoginUpdatePassword.js.map +1 -1
- package/login/pages/LoginUpdateProfile.d.ts +4 -3
- package/login/pages/LoginUpdateProfile.js +5 -9
- package/login/pages/LoginUpdateProfile.js.map +1 -1
- package/login/pages/LoginUsername.d.ts +1 -1
- package/login/pages/LoginUsername.js +5 -5
- package/login/pages/LoginUsername.js.map +1 -1
- package/login/pages/LoginVerifyEmail.d.ts +1 -1
- package/login/pages/LoginVerifyEmail.js +1 -1
- package/login/pages/LoginVerifyEmail.js.map +1 -1
- package/login/pages/LoginX509Info.d.ts +1 -1
- package/login/pages/LoginX509Info.js +3 -4
- package/login/pages/LoginX509Info.js.map +1 -1
- package/login/pages/LogoutConfirm.d.ts +1 -1
- package/login/pages/LogoutConfirm.js +3 -4
- package/login/pages/LogoutConfirm.js.map +1 -1
- package/login/pages/PageProps.d.ts +3 -5
- package/login/pages/Register.d.ts +4 -3
- package/login/pages/Register.js +9 -19
- package/login/pages/Register.js.map +1 -1
- package/login/pages/SamlPostForm.d.ts +1 -1
- package/login/pages/SamlPostForm.js +2 -2
- package/login/pages/SamlPostForm.js.map +1 -1
- package/login/pages/SelectAuthenticator.d.ts +2 -2
- package/login/pages/SelectAuthenticator.js +4 -8
- package/login/pages/SelectAuthenticator.js.map +1 -1
- package/login/pages/Terms.d.ts +2 -2
- package/login/pages/Terms.js +3 -10
- package/login/pages/Terms.js.map +1 -1
- package/login/pages/UpdateEmail.d.ts +3 -2
- package/login/pages/UpdateEmail.js +6 -10
- package/login/pages/UpdateEmail.js.map +1 -1
- package/login/pages/WebauthnAuthenticate.d.ts +1 -1
- package/login/pages/WebauthnAuthenticate.js +25 -22
- package/login/pages/WebauthnAuthenticate.js.map +1 -1
- package/login/pages/WebauthnError.d.ts +1 -1
- package/login/pages/WebauthnError.js +4 -5
- package/login/pages/WebauthnError.js.map +1 -1
- package/login/pages/WebauthnRegister.d.ts +1 -1
- package/login/pages/WebauthnRegister.js +16 -17
- package/login/pages/WebauthnRegister.js.map +1 -1
- package/package.json +820 -9746
- package/src/PUBLIC_URL.ts +4 -4
- package/src/account/DefaultPage.tsx +41 -0
- package/src/account/KcContext/KcContext.ts +310 -0
- package/src/account/KcContext/getKcContextMock.ts +69 -0
- package/src/account/KcContext/index.ts +2 -0
- package/src/account/KcContext/kcContextMocks.ts +193 -0
- package/src/account/Template.tsx +20 -17
- package/src/account/TemplateProps.ts +4 -5
- package/src/account/i18n/GenericI18n.tsx +6 -0
- package/src/account/i18n/i18n.tsx +164 -144
- package/src/account/i18n/index.ts +5 -1
- package/src/account/i18n/messages_defaultSet/ar.ts +367 -0
- package/src/account/i18n/messages_defaultSet/ca.ts +367 -0
- package/src/account/i18n/messages_defaultSet/cs.ts +159 -0
- package/src/account/i18n/messages_defaultSet/da.ts +296 -0
- package/src/account/i18n/messages_defaultSet/de.ts +319 -0
- package/src/account/i18n/messages_defaultSet/el.ts +366 -0
- package/src/account/i18n/messages_defaultSet/en.ts +370 -0
- package/src/account/i18n/messages_defaultSet/es.ts +369 -0
- package/src/account/i18n/messages_defaultSet/fa.ts +367 -0
- package/src/account/i18n/messages_defaultSet/fi.ts +363 -0
- package/src/account/i18n/messages_defaultSet/fr.ts +170 -0
- package/src/account/i18n/messages_defaultSet/hu.ts +367 -0
- package/src/account/i18n/messages_defaultSet/index.ts +39 -0
- package/src/account/i18n/messages_defaultSet/it.ts +307 -0
- package/src/account/i18n/messages_defaultSet/ja.ts +301 -0
- package/src/account/i18n/messages_defaultSet/lt.ts +144 -0
- package/src/account/i18n/messages_defaultSet/lv.ts +188 -0
- package/src/account/i18n/messages_defaultSet/nl.ts +336 -0
- package/src/account/i18n/messages_defaultSet/no.ts +144 -0
- package/src/account/i18n/messages_defaultSet/pl.ts +345 -0
- package/src/account/i18n/messages_defaultSet/pt-BR.ts +315 -0
- package/src/account/i18n/messages_defaultSet/ru.ts +212 -0
- package/src/account/i18n/messages_defaultSet/sk.ts +182 -0
- package/src/account/i18n/messages_defaultSet/sv.ts +141 -0
- package/src/account/i18n/messages_defaultSet/th.ts +345 -0
- package/src/account/i18n/messages_defaultSet/tr.ts +284 -0
- package/src/account/i18n/messages_defaultSet/uk.ts +345 -0
- package/src/account/i18n/messages_defaultSet/zh-CN.ts +154 -0
- package/src/account/i18n/useI18n.tsx +95 -0
- package/src/account/index.ts +3 -10
- package/src/account/lib/kcClsx.ts +25 -0
- package/src/account/pages/Account.tsx +12 -18
- package/src/account/pages/Applications.tsx +8 -10
- package/src/account/pages/FederatedIdentity.tsx +4 -4
- package/src/account/pages/Log.tsx +5 -5
- package/src/account/pages/PageProps.ts +4 -6
- package/src/account/pages/Password.tsx +17 -19
- package/src/account/pages/Sessions.tsx +5 -6
- package/src/account/pages/Totp.tsx +32 -42
- package/src/bin/add-story.ts +105 -0
- package/src/bin/copy-keycloak-resources-to-public.ts +3 -6
- package/src/bin/eject-page.ts +256 -0
- package/src/bin/initialize-account-theme/copyBoilerplate.ts +32 -0
- package/src/bin/initialize-account-theme/index.ts +1 -0
- package/src/bin/initialize-account-theme/initialize-account-theme.ts +95 -0
- package/src/bin/initialize-account-theme/initializeAccountTheme_multiPage.ts +21 -0
- package/src/bin/initialize-account-theme/initializeAccountTheme_singlePage.ts +150 -0
- package/src/bin/initialize-account-theme/src/multi-page/KcContext.ts +12 -0
- package/src/bin/initialize-account-theme/src/multi-page/KcPage.tsx +25 -0
- package/src/bin/initialize-account-theme/src/multi-page/KcPageStory.tsx +38 -0
- package/src/bin/initialize-account-theme/src/multi-page/i18n.ts +5 -0
- package/src/bin/initialize-account-theme/src/single-page/KcContext.ts +7 -0
- package/src/bin/initialize-account-theme/src/single-page/KcPage.tsx +11 -0
- package/src/bin/initialize-account-theme/updateAccountThemeImplementationInConfig.ts +92 -0
- package/src/bin/initialize-email-theme.ts +30 -26
- package/src/bin/keycloakify/buildJars/buildJar.ts +155 -80
- package/src/bin/keycloakify/buildJars/buildJars.ts +39 -32
- package/src/bin/keycloakify/buildJars/extensionVersions.ts +3 -2
- package/src/bin/keycloakify/buildJars/generatePom.ts +19 -11
- package/src/bin/keycloakify/buildJars/getKeycloakVersionRangeForJar.ts +44 -12
- package/src/bin/keycloakify/generateFtl/generateFtl.ts +76 -51
- package/src/bin/keycloakify/generateFtl/kcContextDeclarationTemplate.ftl +655 -0
- package/src/bin/keycloakify/generateResources/bringInAccountV1.ts +89 -0
- package/src/bin/keycloakify/generateResources/generateMessageProperties.ts +192 -0
- package/src/bin/keycloakify/generateResources/generateResources.ts +42 -0
- package/src/bin/keycloakify/generateResources/generateResourcesForMainTheme.ts +366 -0
- package/src/bin/keycloakify/generateResources/generateResourcesForThemeVariant.ts +70 -0
- package/src/bin/keycloakify/generateResources/index.ts +1 -0
- package/src/bin/keycloakify/generateResources/readExtraPageNames.ts +49 -0
- package/src/bin/keycloakify/generateResources/readFieldNameUsage.ts +91 -0
- package/src/bin/keycloakify/keycloakify.ts +53 -17
- package/src/bin/keycloakify/replacers/replaceImportsInCssCode.ts +52 -42
- package/src/bin/keycloakify/replacers/replaceImportsInJsCode/replaceImportsInJsCode.ts +14 -11
- package/src/bin/keycloakify/replacers/replaceImportsInJsCode/vite.ts +34 -19
- package/src/bin/keycloakify/replacers/replaceImportsInJsCode/webpack.ts +53 -18
- package/src/bin/main.ts +113 -44
- package/src/bin/shared/KeycloakVersionRange.ts +5 -3
- package/src/bin/shared/buildContext.ts +896 -0
- package/src/bin/shared/constants.ts +23 -15
- package/src/bin/shared/copyKeycloakResourcesToPublic.ts +34 -23
- package/src/bin/shared/downloadKeycloakDefaultTheme.ts +297 -0
- package/src/bin/shared/downloadKeycloakStaticResources.ts +31 -27
- package/src/bin/shared/generateKcGenTs.ts +68 -0
- package/src/bin/shared/getLatestsSemVersionedTag.ts +180 -0
- package/src/bin/shared/metaInfKeycloakThemes.ts +25 -19
- package/src/bin/shared/promptKeycloakVersion.ts +32 -77
- package/src/bin/start-keycloak/appBuild.ts +184 -0
- package/src/bin/start-keycloak/index.ts +1 -0
- package/src/bin/start-keycloak/keycloakifyBuild.ts +43 -0
- package/src/bin/start-keycloak/myrealm-realm-18.json +2155 -0
- package/src/bin/start-keycloak/myrealm-realm-19.json +2186 -0
- package/src/bin/start-keycloak/myrealm-realm-20.json +2197 -0
- package/src/bin/start-keycloak/myrealm-realm-21.json +2201 -0
- package/src/bin/start-keycloak/myrealm-realm-23.json +2155 -0
- package/src/bin/start-keycloak/myrealm-realm-24.json +2318 -0
- package/src/bin/start-keycloak/myrealm-realm-25.json +2400 -0
- package/src/bin/start-keycloak/start-keycloak.ts +451 -0
- package/src/bin/tools/SemVer.ts +32 -13
- package/src/bin/tools/String.prototype.replaceAll.ts +9 -2
- package/src/bin/tools/assertNoPnpmDlx.ts +15 -0
- package/src/bin/tools/crawl.ts +4 -1
- package/src/bin/tools/crc32.ts +42 -24
- package/src/bin/tools/downloadAndExtractArchive.ts +256 -0
- package/src/bin/tools/escapeStringForPropertiesFile.ts +64 -0
- package/src/bin/tools/extractArchive.ts +140 -0
- package/src/bin/tools/fetchProxyOptions.ts +76 -53
- package/src/bin/tools/getAbsoluteAndInOsFormatPath.ts +10 -2
- package/src/bin/tools/npmInstall.ts +63 -0
- package/src/bin/tools/octokit-addons/getLatestsSemVersionedTag.ts +11 -4
- package/src/bin/tools/octokit-addons/listTags.ts +15 -4
- package/src/bin/tools/partitionPromiseSettledResults.ts +12 -3
- package/src/bin/tools/readThisNpmPackageVersion.ts +5 -1
- package/src/bin/tools/transformCodebase.ts +29 -10
- package/src/bin/tools/trimIndent.ts +4 -1
- package/src/bin/tsconfig.json +7 -4
- package/src/bin/update-kc-gen.ts +13 -0
- package/src/lib/getKcClsx.ts +89 -0
- package/src/login/DefaultPage.tsx +129 -0
- package/src/login/KcContext/KcContext.ts +756 -0
- package/src/login/KcContext/getKcContextMock.ts +69 -0
- package/src/login/KcContext/index.ts +8 -0
- package/src/login/KcContext/kcContextMocks.ts +582 -0
- package/src/login/Template.tsx +69 -92
- package/src/login/TemplateProps.ts +3 -7
- package/src/login/UserProfileFormFields.tsx +139 -220
- package/src/login/UserProfileFormFieldsProps.tsx +22 -0
- package/src/login/i18n/GenericI18n.tsx +6 -0
- package/src/login/i18n/i18n.tsx +161 -147
- package/src/login/i18n/index.ts +5 -1
- package/src/login/i18n/messages_defaultSet/ar.ts +453 -0
- package/src/login/i18n/messages_defaultSet/ca.ts +472 -0
- package/src/login/i18n/messages_defaultSet/cs.ts +450 -0
- package/src/login/i18n/messages_defaultSet/da.ts +325 -0
- package/src/login/i18n/messages_defaultSet/de.ts +384 -0
- package/src/login/i18n/messages_defaultSet/el.ts +467 -0
- package/src/login/i18n/messages_defaultSet/en.ts +482 -0
- package/src/login/i18n/messages_defaultSet/es.ts +482 -0
- package/src/login/i18n/messages_defaultSet/fa.ts +467 -0
- package/src/login/i18n/messages_defaultSet/fi.ts +383 -0
- package/src/login/i18n/messages_defaultSet/fr.ts +399 -0
- package/src/login/i18n/messages_defaultSet/hu.ts +472 -0
- package/src/login/i18n/messages_defaultSet/index.ts +39 -0
- package/src/login/i18n/messages_defaultSet/it.ts +325 -0
- package/src/login/i18n/messages_defaultSet/ja.ts +329 -0
- package/src/login/i18n/messages_defaultSet/lt.ts +209 -0
- package/src/login/i18n/messages_defaultSet/lv.ts +220 -0
- package/src/login/i18n/messages_defaultSet/nl.ts +291 -0
- package/src/login/i18n/messages_defaultSet/no.ts +208 -0
- package/src/login/i18n/messages_defaultSet/pl.ts +298 -0
- package/src/login/i18n/messages_defaultSet/pt-BR.ts +352 -0
- package/src/login/i18n/messages_defaultSet/ru.ts +226 -0
- package/src/login/i18n/messages_defaultSet/sk.ts +453 -0
- package/src/login/i18n/messages_defaultSet/sv.ts +207 -0
- package/src/login/i18n/messages_defaultSet/th.ts +449 -0
- package/src/login/i18n/messages_defaultSet/tr.ts +276 -0
- package/src/login/i18n/messages_defaultSet/uk.ts +448 -0
- package/src/login/i18n/messages_defaultSet/zh-CN.ts +477 -0
- package/src/login/i18n/useI18n.tsx +95 -0
- package/src/login/index.ts +3 -11
- package/src/login/lib/kcClsx.ts +143 -0
- package/src/login/lib/useUserProfileForm.tsx +513 -354
- package/src/login/pages/Code.tsx +8 -5
- package/src/login/pages/DeleteAccountConfirm.tsx +15 -10
- package/src/login/pages/DeleteCredential.tsx +9 -7
- package/src/login/pages/Error.tsx +10 -3
- package/src/login/pages/FrontchannelLogout.tsx +6 -3
- package/src/login/pages/IdpReviewUserProfile.tsx +20 -21
- package/src/login/pages/Info.tsx +31 -14
- package/src/login/pages/Login.tsx +51 -59
- package/src/login/pages/LoginConfigTotp.tsx +49 -43
- package/src/login/pages/LoginIdpLinkConfirm.tsx +7 -18
- package/src/login/pages/LoginIdpLinkEmail.tsx +9 -3
- package/src/login/pages/LoginOauth2DeviceVerifyUserCode.tsx +24 -23
- package/src/login/pages/LoginOauthGrant.tsx +14 -20
- package/src/login/pages/LoginOtp.tsx +34 -32
- package/src/login/pages/LoginPageExpired.tsx +2 -2
- package/src/login/pages/LoginPassword.tsx +29 -34
- package/src/login/pages/LoginRecoveryAuthnCodeConfig.tsx +34 -34
- package/src/login/pages/LoginRecoveryAuthnCodeInput.tsx +26 -24
- package/src/login/pages/LoginResetOtp.tsx +19 -22
- package/src/login/pages/LoginResetPassword.tsx +28 -26
- package/src/login/pages/LoginUpdatePassword.tsx +82 -84
- package/src/login/pages/LoginUpdateProfile.tsx +32 -30
- package/src/login/pages/LoginUsername.tsx +23 -34
- package/src/login/pages/LoginVerifyEmail.tsx +5 -2
- package/src/login/pages/LoginX509Info.tsx +24 -33
- package/src/login/pages/LogoutConfirm.tsx +8 -14
- package/src/login/pages/PageProps.ts +3 -5
- package/src/login/pages/Register.tsx +54 -54
- package/src/login/pages/SamlPostForm.tsx +3 -3
- package/src/login/pages/SelectAuthenticator.tsx +24 -25
- package/src/login/pages/Terms.tsx +14 -24
- package/src/login/pages/UpdateEmail.tsx +30 -33
- package/src/login/pages/WebauthnAuthenticate.tsx +43 -47
- package/src/login/pages/WebauthnError.tsx +15 -19
- package/src/login/pages/WebauthnRegister.tsx +28 -37
- package/src/tools/Array.prototype.every.ts +4 -1
- package/src/tools/LazyOrNot.ts +3 -1
- package/src/tools/Object.fromEntries.ts +23 -0
- package/src/tools/StatefulObservable/README.md +16 -0
- package/src/tools/StatefulObservable/StatefulObservable.ts +58 -0
- package/src/tools/StatefulObservable/hooks/index.ts +2 -0
- package/src/tools/StatefulObservable/hooks/useObservable.ts +25 -0
- package/src/tools/StatefulObservable/hooks/useRerenderOnChange.ts +19 -0
- package/src/tools/StatefulObservable/index.ts +2 -0
- package/src/tools/ValueOf.ts +2 -0
- package/src/tools/clsx.ts +6 -42
- package/src/tools/clsx_withTransform.ts +55 -0
- package/src/tools/deepAssign.ts +57 -19
- package/src/tools/formatNumber.ts +7 -3
- package/src/tools/structuredCloneButFunctions.ts +24 -0
- package/src/tools/useConstCallback.ts +3 -1
- package/src/tools/useInsertLinkTags.ts +78 -74
- package/src/tools/useInsertScriptTags.ts +69 -73
- package/src/tools/useOnFirstMount.ts +18 -0
- package/src/tools/useSetClassName.ts +4 -1
- package/src/vite-plugin/vite-plugin.ts +78 -40
- package/stories/account/pages/Account.stories.tsx +18 -0
- package/stories/account/pages/Applications.stories.tsx +80 -0
- package/stories/account/pages/FederatedIdentity.stories.tsx +38 -0
- package/stories/account/pages/Log.stories.tsx +356 -0
- package/stories/account/pages/Password.stories.tsx +28 -0
- package/stories/account/pages/Sessions.stories.tsx +59 -0
- package/stories/account/pages/Totp.stories.tsx +182 -0
- package/stories/login/pages/Code.stories.tsx +18 -0
- package/stories/login/pages/DeleteAccountConfirm.stories.tsx +18 -0
- package/stories/login/pages/DeleteCredential.stories.tsx +18 -0
- package/stories/login/pages/Error.stories.tsx +28 -0
- package/stories/login/pages/FrontchannelLogout.stories.tsx +18 -0
- package/stories/login/pages/IdpReviewUserProfile.stories.tsx +18 -0
- package/stories/login/pages/Info.stories.tsx +57 -0
- package/stories/login/pages/Login.stories.tsx +221 -0
- package/stories/login/pages/LoginConfigTotp.stories.tsx +43 -0
- package/stories/login/pages/LoginDeviceVerifyUserCode.stories.tsx +18 -0
- package/stories/login/pages/LoginIdpLinkConfirm.stories.tsx +18 -0
- package/stories/login/pages/LoginIdpLinkEmail.stories.tsx +18 -0
- package/stories/login/pages/LoginOauth2DeviceVerifyUserCode.stories.tsx +18 -0
- package/stories/login/pages/LoginOauthGrant.stories.tsx +18 -0
- package/stories/login/pages/LoginOtp.stories.tsx +18 -0
- package/stories/login/pages/LoginPageExpired.stories.tsx +18 -0
- package/stories/login/pages/LoginPassword.stories.tsx +18 -0
- package/stories/login/pages/LoginRecoveryAuthnCodeConfig.stories.tsx +18 -0
- package/stories/login/pages/LoginRecoveryAuthnCodeInput.stories.tsx +18 -0
- package/stories/login/pages/LoginResetOtp.stories.tsx +18 -0
- package/stories/login/pages/LoginResetPassword.stories.tsx +31 -0
- package/stories/login/pages/LoginUpdatePassword.stories.tsx +18 -0
- package/stories/login/pages/LoginUpdateProfile.stories.tsx +18 -0
- package/stories/login/pages/LoginUsername.stories.tsx +31 -0
- package/stories/login/pages/LoginVerifyEmail.stories.tsx +30 -0
- package/stories/login/pages/LoginX509Info.stories.tsx +18 -0
- package/stories/login/pages/LogoutConfirm.stories.tsx +18 -0
- package/stories/login/pages/Register.stories.tsx +187 -0
- package/stories/login/pages/SamlPostForm.stories.tsx +18 -0
- package/stories/login/pages/SelectAuthenticator.stories.tsx +84 -0
- package/stories/login/pages/Terms.stories.tsx +47 -0
- package/stories/login/pages/UpdateEmail.stories.tsx +18 -0
- package/stories/login/pages/WebauthnAuthenticate.stories.tsx +18 -0
- package/stories/login/pages/WebauthnError.stories.tsx +18 -0
- package/stories/login/pages/WebauthnRegister.stories.tsx +18 -0
- package/tools/Array.prototype.every.js +2 -1
- package/tools/Array.prototype.every.js.map +1 -1
- package/tools/HTMLElement.prototype.prepend.js.map +1 -1
- package/tools/Object.fromEntries.d.ts +1 -0
- package/tools/Object.fromEntries.js +17 -0
- package/tools/Object.fromEntries.js.map +1 -0
- package/tools/StatefulObservable/StatefulObservable.d.ts +8 -0
- package/tools/StatefulObservable/StatefulObservable.js +36 -0
- package/tools/StatefulObservable/StatefulObservable.js.map +1 -0
- package/tools/StatefulObservable/hooks/index.d.ts +2 -0
- package/tools/StatefulObservable/hooks/index.js +3 -0
- package/tools/StatefulObservable/hooks/index.js.map +1 -0
- package/tools/StatefulObservable/hooks/useObservable.d.ts +8 -0
- package/tools/StatefulObservable/hooks/useObservable.js +17 -0
- package/tools/StatefulObservable/hooks/useObservable.js.map +1 -0
- package/tools/StatefulObservable/hooks/useRerenderOnChange.d.ts +5 -0
- package/tools/StatefulObservable/hooks/useRerenderOnChange.js +14 -0
- package/tools/StatefulObservable/hooks/useRerenderOnChange.js.map +1 -0
- package/tools/StatefulObservable/index.d.ts +2 -0
- package/tools/StatefulObservable/index.js +3 -0
- package/tools/StatefulObservable/index.js.map +1 -0
- package/tools/ValueOf.d.ts +2 -0
- package/tools/ValueOf.js +2 -0
- package/tools/ValueOf.js.map +1 -0
- package/tools/clsx.d.ts +3 -2
- package/tools/clsx.js +5 -41
- package/tools/clsx.js.map +1 -1
- package/tools/clsx_withTransform.d.ts +5 -0
- package/tools/clsx_withTransform.js +43 -0
- package/tools/clsx_withTransform.js.map +1 -0
- package/tools/deepAssign.d.ts +1 -0
- package/tools/deepAssign.js +41 -16
- package/tools/deepAssign.js.map +1 -1
- package/tools/formatNumber.js +2 -1
- package/tools/formatNumber.js.map +1 -1
- package/tools/structuredCloneButFunctions.d.ts +7 -0
- package/tools/structuredCloneButFunctions.js +19 -0
- package/tools/structuredCloneButFunctions.js.map +1 -0
- package/tools/useConstCallback.js.map +1 -1
- package/tools/useInsertLinkTags.d.ts +11 -6
- package/tools/useInsertLinkTags.js +53 -52
- package/tools/useInsertLinkTags.js.map +1 -1
- package/tools/useInsertScriptTags.d.ts +15 -6
- package/tools/useInsertScriptTags.js +56 -61
- package/tools/useInsertScriptTags.js.map +1 -1
- package/tools/useOnFirstMount.d.ts +2 -0
- package/tools/useOnFirstMount.js +15 -0
- package/tools/useOnFirstMount.js.map +1 -0
- package/tools/useSetClassName.js.map +1 -1
- package/vite-plugin/index.js +39377 -36886
- package/vite-plugin/vite-plugin.d.ts +7 -5
- package/account/Fallback.d.ts +0 -5
- package/account/Fallback.js +0 -44
- package/account/Fallback.js.map +0 -1
- package/account/i18n/baseMessages/ar.d.ts +0 -359
- package/account/i18n/baseMessages/ar.js +0 -364
- package/account/i18n/baseMessages/ar.js.map +0 -1
- package/account/i18n/baseMessages/ca.d.ts +0 -359
- package/account/i18n/baseMessages/ca.js +0 -364
- package/account/i18n/baseMessages/ca.js.map +0 -1
- package/account/i18n/baseMessages/cs.d.ts +0 -151
- package/account/i18n/baseMessages/cs.js +0 -156
- package/account/i18n/baseMessages/cs.js.map +0 -1
- package/account/i18n/baseMessages/da.d.ts +0 -288
- package/account/i18n/baseMessages/da.js +0 -293
- package/account/i18n/baseMessages/da.js.map +0 -1
- package/account/i18n/baseMessages/de.d.ts +0 -311
- package/account/i18n/baseMessages/de.js +0 -316
- package/account/i18n/baseMessages/de.js.map +0 -1
- package/account/i18n/baseMessages/el.d.ts +0 -358
- package/account/i18n/baseMessages/el.js +0 -363
- package/account/i18n/baseMessages/el.js.map +0 -1
- package/account/i18n/baseMessages/en.d.ts +0 -362
- package/account/i18n/baseMessages/en.js +0 -367
- package/account/i18n/baseMessages/en.js.map +0 -1
- package/account/i18n/baseMessages/es.d.ts +0 -361
- package/account/i18n/baseMessages/es.js +0 -366
- package/account/i18n/baseMessages/es.js.map +0 -1
- package/account/i18n/baseMessages/fa.d.ts +0 -359
- package/account/i18n/baseMessages/fa.js +0 -364
- package/account/i18n/baseMessages/fa.js.map +0 -1
- package/account/i18n/baseMessages/fi.d.ts +0 -355
- package/account/i18n/baseMessages/fi.js +0 -360
- package/account/i18n/baseMessages/fi.js.map +0 -1
- package/account/i18n/baseMessages/fr.d.ts +0 -162
- package/account/i18n/baseMessages/fr.js +0 -167
- package/account/i18n/baseMessages/fr.js.map +0 -1
- package/account/i18n/baseMessages/hu.d.ts +0 -359
- package/account/i18n/baseMessages/hu.js +0 -364
- package/account/i18n/baseMessages/hu.js.map +0 -1
- package/account/i18n/baseMessages/index.d.ts +0 -2078
- package/account/i18n/baseMessages/index.js +0 -39
- package/account/i18n/baseMessages/index.js.map +0 -1
- package/account/i18n/baseMessages/it.d.ts +0 -299
- package/account/i18n/baseMessages/it.js +0 -304
- package/account/i18n/baseMessages/it.js.map +0 -1
- package/account/i18n/baseMessages/ja.d.ts +0 -293
- package/account/i18n/baseMessages/ja.js +0 -298
- package/account/i18n/baseMessages/ja.js.map +0 -1
- package/account/i18n/baseMessages/lt.d.ts +0 -136
- package/account/i18n/baseMessages/lt.js +0 -141
- package/account/i18n/baseMessages/lt.js.map +0 -1
- package/account/i18n/baseMessages/lv.d.ts +0 -180
- package/account/i18n/baseMessages/lv.js +0 -185
- package/account/i18n/baseMessages/lv.js.map +0 -1
- package/account/i18n/baseMessages/nl.d.ts +0 -328
- package/account/i18n/baseMessages/nl.js +0 -333
- package/account/i18n/baseMessages/nl.js.map +0 -1
- package/account/i18n/baseMessages/no.d.ts +0 -136
- package/account/i18n/baseMessages/no.js +0 -141
- package/account/i18n/baseMessages/no.js.map +0 -1
- package/account/i18n/baseMessages/pl.d.ts +0 -337
- package/account/i18n/baseMessages/pl.js +0 -342
- package/account/i18n/baseMessages/pl.js.map +0 -1
- package/account/i18n/baseMessages/pt-BR.d.ts +0 -307
- package/account/i18n/baseMessages/pt-BR.js +0 -312
- package/account/i18n/baseMessages/pt-BR.js.map +0 -1
- package/account/i18n/baseMessages/ru.d.ts +0 -204
- package/account/i18n/baseMessages/ru.js +0 -209
- package/account/i18n/baseMessages/ru.js.map +0 -1
- package/account/i18n/baseMessages/sk.d.ts +0 -174
- package/account/i18n/baseMessages/sk.js +0 -179
- package/account/i18n/baseMessages/sk.js.map +0 -1
- package/account/i18n/baseMessages/sv.d.ts +0 -133
- package/account/i18n/baseMessages/sv.js +0 -138
- package/account/i18n/baseMessages/sv.js.map +0 -1
- package/account/i18n/baseMessages/th.d.ts +0 -337
- package/account/i18n/baseMessages/th.js +0 -342
- package/account/i18n/baseMessages/th.js.map +0 -1
- package/account/i18n/baseMessages/tr.d.ts +0 -276
- package/account/i18n/baseMessages/tr.js +0 -281
- package/account/i18n/baseMessages/tr.js.map +0 -1
- package/account/i18n/baseMessages/uk.d.ts +0 -337
- package/account/i18n/baseMessages/uk.js +0 -342
- package/account/i18n/baseMessages/uk.js.map +0 -1
- package/account/i18n/baseMessages/zh-CN.d.ts +0 -146
- package/account/i18n/baseMessages/zh-CN.js +0 -151
- package/account/i18n/baseMessages/zh-CN.js.map +0 -1
- package/account/kcContext/KcContext.d.ts +0 -252
- package/account/kcContext/KcContext.js.map +0 -1
- package/account/kcContext/createGetKcContext.d.ts +0 -19
- package/account/kcContext/createGetKcContext.js +0 -73
- package/account/kcContext/createGetKcContext.js.map +0 -1
- package/account/kcContext/getKcContext.d.ts +0 -13
- package/account/kcContext/getKcContext.js +0 -13
- package/account/kcContext/getKcContext.js.map +0 -1
- package/account/kcContext/getKcContextFromWindow.d.ts +0 -8
- package/account/kcContext/getKcContextFromWindow.js +0 -5
- package/account/kcContext/getKcContextFromWindow.js.map +0 -1
- package/account/kcContext/index.d.ts +0 -1
- package/account/kcContext/index.js +0 -2
- package/account/kcContext/index.js.map +0 -1
- package/account/kcContext/kcContextMocks.d.ts +0 -4
- package/account/kcContext/kcContextMocks.js +0 -215
- package/account/kcContext/kcContextMocks.js.map +0 -1
- package/account/lib/useGetClassName.d.ts +0 -7
- package/account/lib/useGetClassName.js +0 -19
- package/account/lib/useGetClassName.js.map +0 -1
- package/bin/420.index.js +0 -508
- package/bin/509.index.js +0 -438
- package/bin/772.index.js +0 -1524
- package/bin/copy-keycloak-resources-to-public.d.ts +0 -4
- package/bin/copy-keycloak-resources-to-public.js +0 -72
- package/bin/copy-keycloak-resources-to-public.js.map +0 -1
- package/bin/download-builtin-keycloak-theme.d.ts +0 -4
- package/bin/download-builtin-keycloak-theme.js +0 -76
- package/bin/download-builtin-keycloak-theme.js.map +0 -1
- package/bin/eject-keycloak-page.d.ts +0 -5
- package/bin/eject-keycloak-page.js +0 -201
- package/bin/eject-keycloak-page.js.map +0 -1
- package/bin/initialize-email-theme.d.ts +0 -4
- package/bin/initialize-email-theme.js +0 -121
- package/bin/initialize-email-theme.js.map +0 -1
- package/bin/keycloakify/buildJars/buildJar.d.ts +0 -15
- package/bin/keycloakify/buildJars/buildJar.js +0 -213
- package/bin/keycloakify/buildJars/buildJar.js.map +0 -1
- package/bin/keycloakify/buildJars/buildJars.d.ts +0 -7
- package/bin/keycloakify/buildJars/buildJars.js +0 -104
- package/bin/keycloakify/buildJars/buildJars.js.map +0 -1
- package/bin/keycloakify/buildJars/extensionVersions.d.ts +0 -12
- package/bin/keycloakify/buildJars/extensionVersions.js +0 -7
- package/bin/keycloakify/buildJars/extensionVersions.js.map +0 -1
- package/bin/keycloakify/buildJars/generatePom.d.ts +0 -13
- package/bin/keycloakify/buildJars/generatePom.js +0 -95
- package/bin/keycloakify/buildJars/generatePom.js.map +0 -1
- package/bin/keycloakify/buildJars/getKeycloakVersionRangeForJar.d.ts +0 -7
- package/bin/keycloakify/buildJars/getKeycloakVersionRangeForJar.js +0 -57
- package/bin/keycloakify/buildJars/getKeycloakVersionRangeForJar.js.map +0 -1
- package/bin/keycloakify/buildJars/index.d.ts +0 -1
- package/bin/keycloakify/buildJars/index.js +0 -18
- package/bin/keycloakify/buildJars/index.js.map +0 -1
- package/bin/keycloakify/generateFtl/generateFtl.d.ts +0 -23
- package/bin/keycloakify/generateFtl/generateFtl.js +0 -170
- package/bin/keycloakify/generateFtl/generateFtl.js.map +0 -1
- package/bin/keycloakify/generateFtl/index.d.ts +0 -1
- package/bin/keycloakify/generateFtl/index.js +0 -18
- package/bin/keycloakify/generateFtl/index.js.map +0 -1
- package/bin/keycloakify/generateSrcMainResources/bringInAccountV1.d.ts +0 -9
- package/bin/keycloakify/generateSrcMainResources/bringInAccountV1.js +0 -153
- package/bin/keycloakify/generateSrcMainResources/bringInAccountV1.js.map +0 -1
- package/bin/keycloakify/generateSrcMainResources/generateMessageProperties.d.ts +0 -8
- package/bin/keycloakify/generateSrcMainResources/generateMessageProperties.js +0 -271
- package/bin/keycloakify/generateSrcMainResources/generateMessageProperties.js.map +0 -1
- package/bin/keycloakify/generateSrcMainResources/generateSrcMainResources.d.ts +0 -7
- package/bin/keycloakify/generateSrcMainResources/generateSrcMainResources.js +0 -109
- package/bin/keycloakify/generateSrcMainResources/generateSrcMainResources.js.map +0 -1
- package/bin/keycloakify/generateSrcMainResources/generateSrcMainResourcesForMainTheme.d.ts +0 -17
- package/bin/keycloakify/generateSrcMainResources/generateSrcMainResourcesForMainTheme.js +0 -341
- package/bin/keycloakify/generateSrcMainResources/generateSrcMainResourcesForMainTheme.js.map +0 -1
- package/bin/keycloakify/generateSrcMainResources/generateSrcMainResourcesForThemeVariant.d.ts +0 -8
- package/bin/keycloakify/generateSrcMainResources/generateSrcMainResourcesForThemeVariant.js +0 -47
- package/bin/keycloakify/generateSrcMainResources/generateSrcMainResourcesForThemeVariant.js.map +0 -1
- package/bin/keycloakify/generateSrcMainResources/index.d.ts +0 -1
- package/bin/keycloakify/generateSrcMainResources/index.js +0 -18
- package/bin/keycloakify/generateSrcMainResources/index.js.map +0 -1
- package/bin/keycloakify/generateSrcMainResources/readExtraPageNames.d.ts +0 -5
- package/bin/keycloakify/generateSrcMainResources/readExtraPageNames.js +0 -105
- package/bin/keycloakify/generateSrcMainResources/readExtraPageNames.js.map +0 -1
- package/bin/keycloakify/generateSrcMainResources/readFieldNameUsage.d.ts +0 -6
- package/bin/keycloakify/generateSrcMainResources/readFieldNameUsage.js +0 -142
- package/bin/keycloakify/generateSrcMainResources/readFieldNameUsage.js.map +0 -1
- package/bin/keycloakify/generateStartKeycloakTestingContainer.d.ts +0 -13
- package/bin/keycloakify/generateStartKeycloakTestingContainer.js +0 -86
- package/bin/keycloakify/generateStartKeycloakTestingContainer.js.map +0 -1
- package/bin/keycloakify/index.d.ts +0 -1
- package/bin/keycloakify/index.js +0 -18
- package/bin/keycloakify/index.js.map +0 -1
- package/bin/keycloakify/keycloakify.d.ts +0 -4
- package/bin/keycloakify/keycloakify.js +0 -152
- package/bin/keycloakify/keycloakify.js.map +0 -1
- package/bin/keycloakify/replacers/replaceImportsInCssCode.d.ts +0 -15
- package/bin/keycloakify/replacers/replaceImportsInCssCode.js +0 -88
- package/bin/keycloakify/replacers/replaceImportsInCssCode.js.map +0 -1
- package/bin/keycloakify/replacers/replaceImportsInInlineCssCode.d.ts +0 -9
- package/bin/keycloakify/replacers/replaceImportsInInlineCssCode.js +0 -38
- package/bin/keycloakify/replacers/replaceImportsInInlineCssCode.js.map +0 -1
- package/bin/keycloakify/replacers/replaceImportsInJsCode/index.d.ts +0 -1
- package/bin/keycloakify/replacers/replaceImportsInJsCode/index.js +0 -18
- package/bin/keycloakify/replacers/replaceImportsInJsCode/index.js.map +0 -1
- package/bin/keycloakify/replacers/replaceImportsInJsCode/replaceImportsInJsCode.d.ts +0 -12
- package/bin/keycloakify/replacers/replaceImportsInJsCode/replaceImportsInJsCode.js +0 -70
- package/bin/keycloakify/replacers/replaceImportsInJsCode/replaceImportsInJsCode.js.map +0 -1
- package/bin/keycloakify/replacers/replaceImportsInJsCode/vite.d.ts +0 -13
- package/bin/keycloakify/replacers/replaceImportsInJsCode/vite.js +0 -95
- package/bin/keycloakify/replacers/replaceImportsInJsCode/vite.js.map +0 -1
- package/bin/keycloakify/replacers/replaceImportsInJsCode/webpack.d.ts +0 -12
- package/bin/keycloakify/replacers/replaceImportsInJsCode/webpack.js +0 -103
- package/bin/keycloakify/replacers/replaceImportsInJsCode/webpack.js.map +0 -1
- package/bin/main.d.ts +0 -4
- package/bin/main.js.map +0 -1
- package/bin/main.original.js +0 -287
- package/bin/shared/KeycloakVersionRange.js +0 -3
- package/bin/shared/buildOptions.d.ts +0 -40
- package/bin/shared/buildOptions.js +0 -214
- package/bin/shared/buildOptions.js.map +0 -1
- package/bin/shared/copyKeycloakResourcesToPublic.js +0 -177
- package/bin/shared/downloadAndUnzip.d.ts +0 -16
- package/bin/shared/downloadAndUnzip.js +0 -255
- package/bin/shared/downloadAndUnzip.js.map +0 -1
- package/bin/shared/downloadBuiltinKeycloakTheme.d.ts +0 -9
- package/bin/shared/downloadBuiltinKeycloakTheme.js +0 -316
- package/bin/shared/downloadBuiltinKeycloakTheme.js.map +0 -1
- package/bin/shared/downloadKeycloakStaticResources.js +0 -102
- package/bin/shared/getJarFileBasename.d.ts +0 -6
- package/bin/shared/getJarFileBasename.js +0 -10
- package/bin/shared/getJarFileBasename.js.map +0 -1
- package/bin/shared/getThemeSrcDirPath.d.ts +0 -6
- package/bin/shared/getThemeSrcDirPath.js +0 -123
- package/bin/shared/getThemeSrcDirPath.js.map +0 -1
- package/bin/shared/metaInfKeycloakThemes.js +0 -51
- package/bin/shared/promptKeycloakVersion.js +0 -159
- package/bin/start-keycloak.d.ts +0 -8
- package/bin/start-keycloak.js +0 -287
- package/bin/start-keycloak.js.map +0 -1
- package/bin/tools/OptionalIfCanBeUndefined.d.ts +0 -14
- package/bin/tools/OptionalIfCanBeUndefined.js +0 -3
- package/bin/tools/OptionalIfCanBeUndefined.js.map +0 -1
- package/bin/tools/SemVer.d.ts +0 -26
- package/bin/tools/SemVer.js +0 -119
- package/bin/tools/SemVer.js.map +0 -1
- package/bin/tools/String.prototype.replaceAll.d.ts +0 -1
- package/bin/tools/String.prototype.replaceAll.js +0 -29
- package/bin/tools/String.prototype.replaceAll.js.map +0 -1
- package/bin/tools/crawl.d.ts +0 -5
- package/bin/tools/crawl.js +0 -74
- package/bin/tools/crawl.js.map +0 -1
- package/bin/tools/crc32.d.ts +0 -9
- package/bin/tools/crc32.js +0 -64
- package/bin/tools/crc32.js.map +0 -1
- package/bin/tools/deflate.d.ts +0 -24
- package/bin/tools/deflate.js +0 -164
- package/bin/tools/deflate.js.map +0 -1
- package/bin/tools/fetchProxyOptions.d.ts +0 -5
- package/bin/tools/fetchProxyOptions.js +0 -172
- package/bin/tools/fetchProxyOptions.js.map +0 -1
- package/bin/tools/fs.existsAsync.d.ts +0 -1
- package/bin/tools/fs.existsAsync.js +0 -86
- package/bin/tools/fs.existsAsync.js.map +0 -1
- package/bin/tools/fs.rm.d.ts +0 -8
- package/bin/tools/fs.rm.js +0 -151
- package/bin/tools/fs.rm.js.map +0 -1
- package/bin/tools/fs.rmSync.d.ts +0 -8
- package/bin/tools/fs.rmSync.js +0 -58
- package/bin/tools/fs.rmSync.js.map +0 -1
- package/bin/tools/getAbsoluteAndInOsFormatPath.d.ts +0 -4
- package/bin/tools/getAbsoluteAndInOsFormatPath.js +0 -44
- package/bin/tools/getAbsoluteAndInOsFormatPath.js.map +0 -1
- package/bin/tools/getNpmWorkspaceRootDirPath.d.ts +0 -5
- package/bin/tools/getNpmWorkspaceRootDirPath.js +0 -74
- package/bin/tools/getNpmWorkspaceRootDirPath.js.map +0 -1
- package/bin/tools/getThisCodebaseRootDirPath.d.ts +0 -1
- package/bin/tools/getThisCodebaseRootDirPath.js +0 -43
- package/bin/tools/getThisCodebaseRootDirPath.js.map +0 -1
- package/bin/tools/isInside.d.ts +0 -4
- package/bin/tools/isInside.js +0 -10
- package/bin/tools/isInside.js.map +0 -1
- package/bin/tools/kebabCaseToSnakeCase.d.ts +0 -1
- package/bin/tools/kebabCaseToSnakeCase.js +0 -35
- package/bin/tools/kebabCaseToSnakeCase.js.map +0 -1
- package/bin/tools/octokit-addons/getLatestsSemVersionedTag.d.ts +0 -14
- package/bin/tools/octokit-addons/getLatestsSemVersionedTag.js +0 -116
- package/bin/tools/octokit-addons/getLatestsSemVersionedTag.js.map +0 -1
- package/bin/tools/octokit-addons/listTags.d.ts +0 -13
- package/bin/tools/octokit-addons/listTags.js +0 -155
- package/bin/tools/octokit-addons/listTags.js.map +0 -1
- package/bin/tools/partitionPromiseSettledResults.d.ts +0 -2
- package/bin/tools/partitionPromiseSettledResults.js +0 -41
- package/bin/tools/partitionPromiseSettledResults.js.map +0 -1
- package/bin/tools/readThisNpmPackageVersion.d.ts +0 -1
- package/bin/tools/readThisNpmPackageVersion.js +0 -37
- package/bin/tools/readThisNpmPackageVersion.js.map +0 -1
- package/bin/tools/tee.d.ts +0 -3
- package/bin/tools/tee.js +0 -37
- package/bin/tools/tee.js.map +0 -1
- package/bin/tools/transformCodebase.d.ts +0 -20
- package/bin/tools/transformCodebase.js +0 -97
- package/bin/tools/transformCodebase.js.map +0 -1
- package/bin/tools/trimIndent.d.ts +0 -5
- package/bin/tools/trimIndent.js +0 -82
- package/bin/tools/trimIndent.js.map +0 -1
- package/bin/tools/unzip.d.ts +0 -2
- package/bin/tools/unzip.js +0 -274
- package/bin/tools/unzip.js.map +0 -1
- package/bin/tsconfig.tsbuildinfo +0 -1
- package/lib/isStorybook.d.ts +0 -1
- package/lib/isStorybook.js +0 -2
- package/lib/isStorybook.js.map +0 -1
- package/lib/useGetClassName.d.ts +0 -10
- package/lib/useGetClassName.js +0 -14
- package/lib/useGetClassName.js.map +0 -1
- package/login/Fallback.d.ts +0 -11
- package/login/Fallback.js +0 -125
- package/login/Fallback.js.map +0 -1
- package/login/i18n/baseMessages/ar.d.ts +0 -438
- package/login/i18n/baseMessages/ar.js +0 -443
- package/login/i18n/baseMessages/ar.js.map +0 -1
- package/login/i18n/baseMessages/ca.d.ts +0 -457
- package/login/i18n/baseMessages/ca.js +0 -462
- package/login/i18n/baseMessages/ca.js.map +0 -1
- package/login/i18n/baseMessages/cs.d.ts +0 -435
- package/login/i18n/baseMessages/cs.js +0 -440
- package/login/i18n/baseMessages/cs.js.map +0 -1
- package/login/i18n/baseMessages/da.d.ts +0 -310
- package/login/i18n/baseMessages/da.js +0 -315
- package/login/i18n/baseMessages/da.js.map +0 -1
- package/login/i18n/baseMessages/de.d.ts +0 -369
- package/login/i18n/baseMessages/de.js +0 -374
- package/login/i18n/baseMessages/de.js.map +0 -1
- package/login/i18n/baseMessages/el.d.ts +0 -453
- package/login/i18n/baseMessages/el.js +0 -458
- package/login/i18n/baseMessages/el.js.map +0 -1
- package/login/i18n/baseMessages/en.d.ts +0 -467
- package/login/i18n/baseMessages/en.js +0 -472
- package/login/i18n/baseMessages/en.js.map +0 -1
- package/login/i18n/baseMessages/es.d.ts +0 -467
- package/login/i18n/baseMessages/es.js +0 -472
- package/login/i18n/baseMessages/es.js.map +0 -1
- package/login/i18n/baseMessages/fa.d.ts +0 -453
- package/login/i18n/baseMessages/fa.js +0 -458
- package/login/i18n/baseMessages/fa.js.map +0 -1
- package/login/i18n/baseMessages/fi.d.ts +0 -368
- package/login/i18n/baseMessages/fi.js +0 -373
- package/login/i18n/baseMessages/fi.js.map +0 -1
- package/login/i18n/baseMessages/fr.d.ts +0 -384
- package/login/i18n/baseMessages/fr.js +0 -389
- package/login/i18n/baseMessages/fr.js.map +0 -1
- package/login/i18n/baseMessages/hu.d.ts +0 -457
- package/login/i18n/baseMessages/hu.js +0 -462
- package/login/i18n/baseMessages/hu.js.map +0 -1
- package/login/i18n/baseMessages/index.d.ts +0 -3824
- package/login/i18n/baseMessages/index.js +0 -39
- package/login/i18n/baseMessages/index.js.map +0 -1
- package/login/i18n/baseMessages/it.d.ts +0 -310
- package/login/i18n/baseMessages/it.js +0 -315
- package/login/i18n/baseMessages/it.js.map +0 -1
- package/login/i18n/baseMessages/ja.d.ts +0 -314
- package/login/i18n/baseMessages/ja.js +0 -319
- package/login/i18n/baseMessages/ja.js.map +0 -1
- package/login/i18n/baseMessages/lt.d.ts +0 -194
- package/login/i18n/baseMessages/lt.js +0 -199
- package/login/i18n/baseMessages/lt.js.map +0 -1
- package/login/i18n/baseMessages/lv.d.ts +0 -205
- package/login/i18n/baseMessages/lv.js +0 -210
- package/login/i18n/baseMessages/lv.js.map +0 -1
- package/login/i18n/baseMessages/nl.d.ts +0 -276
- package/login/i18n/baseMessages/nl.js +0 -281
- package/login/i18n/baseMessages/nl.js.map +0 -1
- package/login/i18n/baseMessages/no.d.ts +0 -193
- package/login/i18n/baseMessages/no.js +0 -198
- package/login/i18n/baseMessages/no.js.map +0 -1
- package/login/i18n/baseMessages/pl.d.ts +0 -283
- package/login/i18n/baseMessages/pl.js +0 -288
- package/login/i18n/baseMessages/pl.js.map +0 -1
- package/login/i18n/baseMessages/pt-BR.d.ts +0 -337
- package/login/i18n/baseMessages/pt-BR.js +0 -342
- package/login/i18n/baseMessages/pt-BR.js.map +0 -1
- package/login/i18n/baseMessages/ru.d.ts +0 -211
- package/login/i18n/baseMessages/ru.js +0 -216
- package/login/i18n/baseMessages/ru.js.map +0 -1
- package/login/i18n/baseMessages/sk.d.ts +0 -438
- package/login/i18n/baseMessages/sk.js +0 -443
- package/login/i18n/baseMessages/sk.js.map +0 -1
- package/login/i18n/baseMessages/sv.d.ts +0 -192
- package/login/i18n/baseMessages/sv.js +0 -197
- package/login/i18n/baseMessages/sv.js.map +0 -1
- package/login/i18n/baseMessages/th.d.ts +0 -434
- package/login/i18n/baseMessages/th.js +0 -439
- package/login/i18n/baseMessages/th.js.map +0 -1
- package/login/i18n/baseMessages/tr.d.ts +0 -261
- package/login/i18n/baseMessages/tr.js +0 -266
- package/login/i18n/baseMessages/tr.js.map +0 -1
- package/login/i18n/baseMessages/uk.d.ts +0 -433
- package/login/i18n/baseMessages/uk.js +0 -438
- package/login/i18n/baseMessages/uk.js.map +0 -1
- package/login/i18n/baseMessages/zh-CN.d.ts +0 -462
- package/login/i18n/baseMessages/zh-CN.js +0 -467
- package/login/i18n/baseMessages/zh-CN.js.map +0 -1
- package/login/kcContext/KcContext.d.ts +0 -561
- package/login/kcContext/KcContext.js.map +0 -1
- package/login/kcContext/createGetKcContext.d.ts +0 -19
- package/login/kcContext/createGetKcContext.js +0 -109
- package/login/kcContext/createGetKcContext.js.map +0 -1
- package/login/kcContext/getKcContext.d.ts +0 -13
- package/login/kcContext/getKcContext.js +0 -13
- package/login/kcContext/getKcContext.js.map +0 -1
- package/login/kcContext/getKcContextFromWindow.d.ts +0 -8
- package/login/kcContext/getKcContextFromWindow.js +0 -5
- package/login/kcContext/getKcContextFromWindow.js.map +0 -1
- package/login/kcContext/index.d.ts +0 -1
- package/login/kcContext/index.js +0 -2
- package/login/kcContext/index.js.map +0 -1
- package/login/kcContext/kcContextMocks.d.ts +0 -4
- package/login/kcContext/kcContextMocks.js +0 -390
- package/login/kcContext/kcContextMocks.js.map +0 -1
- package/login/lib/useDownloadTerms.d.ts +0 -17
- package/login/lib/useDownloadTerms.js +0 -32
- package/login/lib/useDownloadTerms.js.map +0 -1
- package/login/lib/useGetClassName.d.ts +0 -7
- package/login/lib/useGetClassName.js +0 -130
- package/login/lib/useGetClassName.js.map +0 -1
- package/src/account/Fallback.tsx +0 -41
- package/src/account/i18n/baseMessages/ar.ts +0 -365
- package/src/account/i18n/baseMessages/ca.ts +0 -365
- package/src/account/i18n/baseMessages/cs.ts +0 -157
- package/src/account/i18n/baseMessages/da.ts +0 -294
- package/src/account/i18n/baseMessages/de.ts +0 -317
- package/src/account/i18n/baseMessages/el.ts +0 -364
- package/src/account/i18n/baseMessages/en.ts +0 -368
- package/src/account/i18n/baseMessages/es.ts +0 -367
- package/src/account/i18n/baseMessages/fa.ts +0 -365
- package/src/account/i18n/baseMessages/fi.ts +0 -361
- package/src/account/i18n/baseMessages/fr.ts +0 -168
- package/src/account/i18n/baseMessages/hu.ts +0 -365
- package/src/account/i18n/baseMessages/index.ts +0 -39
- package/src/account/i18n/baseMessages/it.ts +0 -305
- package/src/account/i18n/baseMessages/ja.ts +0 -299
- package/src/account/i18n/baseMessages/lt.ts +0 -142
- package/src/account/i18n/baseMessages/lv.ts +0 -186
- package/src/account/i18n/baseMessages/nl.ts +0 -334
- package/src/account/i18n/baseMessages/no.ts +0 -142
- package/src/account/i18n/baseMessages/pl.ts +0 -343
- package/src/account/i18n/baseMessages/pt-BR.ts +0 -313
- package/src/account/i18n/baseMessages/ru.ts +0 -210
- package/src/account/i18n/baseMessages/sk.ts +0 -180
- package/src/account/i18n/baseMessages/sv.ts +0 -139
- package/src/account/i18n/baseMessages/th.ts +0 -343
- package/src/account/i18n/baseMessages/tr.ts +0 -282
- package/src/account/i18n/baseMessages/uk.ts +0 -343
- package/src/account/i18n/baseMessages/zh-CN.ts +0 -152
- package/src/account/kcContext/KcContext.ts +0 -285
- package/src/account/kcContext/createGetKcContext.ts +0 -108
- package/src/account/kcContext/getKcContext.ts +0 -21
- package/src/account/kcContext/getKcContextFromWindow.ts +0 -11
- package/src/account/kcContext/index.ts +0 -1
- package/src/account/kcContext/kcContextMocks.ts +0 -260
- package/src/account/lib/useGetClassName.ts +0 -20
- package/src/bin/download-builtin-keycloak-theme.ts +0 -30
- package/src/bin/eject-keycloak-page.ts +0 -126
- package/src/bin/keycloakify/generateFtl/ftl_object_to_js_code_declaring_an_object.ftl +0 -521
- package/src/bin/keycloakify/generateSrcMainResources/bringInAccountV1.ts +0 -79
- package/src/bin/keycloakify/generateSrcMainResources/generateMessageProperties.ts +0 -179
- package/src/bin/keycloakify/generateSrcMainResources/generateSrcMainResources.ts +0 -32
- package/src/bin/keycloakify/generateSrcMainResources/generateSrcMainResourcesForMainTheme.ts +0 -261
- package/src/bin/keycloakify/generateSrcMainResources/generateSrcMainResourcesForThemeVariant.ts +0 -56
- package/src/bin/keycloakify/generateSrcMainResources/index.ts +0 -1
- package/src/bin/keycloakify/generateSrcMainResources/readExtraPageNames.ts +0 -38
- package/src/bin/keycloakify/generateSrcMainResources/readFieldNameUsage.ts +0 -56
- package/src/bin/keycloakify/generateStartKeycloakTestingContainer.ts +0 -60
- package/src/bin/keycloakify/replacers/replaceImportsInInlineCssCode.ts +0 -24
- package/src/bin/shared/buildOptions.ts +0 -277
- package/src/bin/shared/downloadAndUnzip.ts +0 -203
- package/src/bin/shared/downloadBuiltinKeycloakTheme.ts +0 -264
- package/src/bin/shared/getJarFileBasename.ts +0 -9
- package/src/bin/shared/getThemeSrcDirPath.ts +0 -47
- package/src/bin/start-keycloak.ts +0 -236
- package/src/bin/tools/getNpmWorkspaceRootDirPath.ts +0 -27
- package/src/bin/tools/unzip.ts +0 -141
- package/src/lib/isStorybook.ts +0 -1
- package/src/lib/useGetClassName.ts +0 -18
- package/src/login/Fallback.tsx +0 -128
- package/src/login/i18n/baseMessages/ar.ts +0 -444
- package/src/login/i18n/baseMessages/ca.ts +0 -463
- package/src/login/i18n/baseMessages/cs.ts +0 -441
- package/src/login/i18n/baseMessages/da.ts +0 -316
- package/src/login/i18n/baseMessages/de.ts +0 -375
- package/src/login/i18n/baseMessages/el.ts +0 -459
- package/src/login/i18n/baseMessages/en.ts +0 -473
- package/src/login/i18n/baseMessages/es.ts +0 -473
- package/src/login/i18n/baseMessages/fa.ts +0 -459
- package/src/login/i18n/baseMessages/fi.ts +0 -374
- package/src/login/i18n/baseMessages/fr.ts +0 -390
- package/src/login/i18n/baseMessages/hu.ts +0 -463
- package/src/login/i18n/baseMessages/index.ts +0 -39
- package/src/login/i18n/baseMessages/it.ts +0 -316
- package/src/login/i18n/baseMessages/ja.ts +0 -320
- package/src/login/i18n/baseMessages/lt.ts +0 -200
- package/src/login/i18n/baseMessages/lv.ts +0 -211
- package/src/login/i18n/baseMessages/nl.ts +0 -282
- package/src/login/i18n/baseMessages/no.ts +0 -199
- package/src/login/i18n/baseMessages/pl.ts +0 -289
- package/src/login/i18n/baseMessages/pt-BR.ts +0 -343
- package/src/login/i18n/baseMessages/ru.ts +0 -217
- package/src/login/i18n/baseMessages/sk.ts +0 -444
- package/src/login/i18n/baseMessages/sv.ts +0 -198
- package/src/login/i18n/baseMessages/th.ts +0 -440
- package/src/login/i18n/baseMessages/tr.ts +0 -267
- package/src/login/i18n/baseMessages/uk.ts +0 -439
- package/src/login/i18n/baseMessages/zh-CN.ts +0 -468
- package/src/login/kcContext/KcContext.ts +0 -746
- package/src/login/kcContext/createGetKcContext.ts +0 -159
- package/src/login/kcContext/getKcContext.ts +0 -21
- package/src/login/kcContext/getKcContextFromWindow.ts +0 -11
- package/src/login/kcContext/index.ts +0 -1
- package/src/login/kcContext/kcContextMocks.ts +0 -630
- package/src/login/lib/useDownloadTerms.ts +0 -57
- package/src/login/lib/useGetClassName.ts +0 -132
- package/src/tools/AndByDiscriminatingKey.ts +0 -25
- package/src/tools/Markdown.ts +0 -3
- package/src/tools/deepClone.ts +0 -17
- package/src/tools/memoize.ts +0 -55
- package/tools/AndByDiscriminatingKey.d.ts +0 -5
- package/tools/AndByDiscriminatingKey.js +0 -2
- package/tools/AndByDiscriminatingKey.js.map +0 -1
- package/tools/Markdown.d.ts +0 -2
- package/tools/Markdown.js +0 -3
- package/tools/Markdown.js.map +0 -1
- package/tools/deepClone.d.ts +0 -2
- package/tools/deepClone.js +0 -14
- package/tools/deepClone.js.map +0 -1
- package/tools/memoize.d.ts +0 -7
- package/tools/memoize.js +0 -38
- package/tools/memoize.js.map +0 -1
- package/tsconfig.tsbuildinfo +0 -1
- package/vite-plugin/index.original.js +0 -17
- package/vite-plugin/tsconfig.tsbuildinfo +0 -1
- package/vite-plugin/vite-plugin.js +0 -136
- /package/account/{kcContext → KcContext}/KcContext.js +0 -0
- /package/login/{kcContext → KcContext}/KcContext.js +0 -0
@@ -1,2078 +0,0 @@
|
|
1
|
-
export declare function getMessages(currentLanguageTag: string): Promise<{
|
2
|
-
doSave: string;
|
3
|
-
doCancel: string;
|
4
|
-
doLogOutAllSessions: string;
|
5
|
-
doRemove: string;
|
6
|
-
doAdd: string;
|
7
|
-
doSignOut: string;
|
8
|
-
doLogIn: string;
|
9
|
-
doLink: string;
|
10
|
-
noAccessMessage: string;
|
11
|
-
personalInfoSidebarTitle: string;
|
12
|
-
accountSecuritySidebarTitle: string;
|
13
|
-
signingInSidebarTitle: string;
|
14
|
-
deviceActivitySidebarTitle: string;
|
15
|
-
linkedAccountsSidebarTitle: string;
|
16
|
-
editAccountHtmlTitle: string;
|
17
|
-
personalInfoHtmlTitle: string;
|
18
|
-
federatedIdentitiesHtmlTitle: string;
|
19
|
-
accountLogHtmlTitle: string;
|
20
|
-
changePasswordHtmlTitle: string;
|
21
|
-
deviceActivityHtmlTitle: string;
|
22
|
-
sessionsHtmlTitle: string;
|
23
|
-
accountManagementTitle: string;
|
24
|
-
authenticatorTitle: string;
|
25
|
-
applicationsHtmlTitle: string;
|
26
|
-
linkedAccountsHtmlTitle: string;
|
27
|
-
accountManagementWelcomeMessage: string;
|
28
|
-
accountManagementBaseThemeCannotBeUsedDirectly: string;
|
29
|
-
personalInfoIntroMessage: string;
|
30
|
-
accountSecurityTitle: string;
|
31
|
-
accountSecurityIntroMessage: string;
|
32
|
-
applicationsIntroMessage: string;
|
33
|
-
resourceIntroMessage: string;
|
34
|
-
passwordLastUpdateMessage: string;
|
35
|
-
updatePasswordTitle: string;
|
36
|
-
updatePasswordMessageTitle: string;
|
37
|
-
updatePasswordMessage: string;
|
38
|
-
personalSubTitle: string;
|
39
|
-
personalSubMessage: string;
|
40
|
-
authenticatorCode: string;
|
41
|
-
email: string;
|
42
|
-
firstName: string;
|
43
|
-
givenName: string;
|
44
|
-
fullName: string;
|
45
|
-
lastName: string;
|
46
|
-
familyName: string;
|
47
|
-
password: string;
|
48
|
-
currentPassword: string;
|
49
|
-
passwordConfirm: string;
|
50
|
-
passwordNew: string;
|
51
|
-
username: string;
|
52
|
-
address: string;
|
53
|
-
street: string;
|
54
|
-
locality: string;
|
55
|
-
region: string;
|
56
|
-
postal_code: string;
|
57
|
-
country: string;
|
58
|
-
emailVerified: string;
|
59
|
-
website: string;
|
60
|
-
phoneNumber: string;
|
61
|
-
phoneNumberVerified: string;
|
62
|
-
gender: string;
|
63
|
-
birthday: string;
|
64
|
-
zoneinfo: string;
|
65
|
-
gssDelegationCredential: string;
|
66
|
-
profileScopeConsentText: string;
|
67
|
-
emailScopeConsentText: string;
|
68
|
-
addressScopeConsentText: string;
|
69
|
-
phoneScopeConsentText: string;
|
70
|
-
offlineAccessScopeConsentText: string;
|
71
|
-
samlRoleListScopeConsentText: string;
|
72
|
-
rolesScopeConsentText: string;
|
73
|
-
role_admin: string;
|
74
|
-
"role_realm-admin": string;
|
75
|
-
"role_create-realm": string;
|
76
|
-
"role_view-realm": string;
|
77
|
-
"role_view-users": string;
|
78
|
-
"role_view-applications": string;
|
79
|
-
"role_view-groups": string;
|
80
|
-
"role_view-clients": string;
|
81
|
-
"role_view-events": string;
|
82
|
-
"role_view-identity-providers": string;
|
83
|
-
"role_view-consent": string;
|
84
|
-
"role_manage-realm": string;
|
85
|
-
"role_manage-users": string;
|
86
|
-
"role_manage-applications": string;
|
87
|
-
"role_manage-identity-providers": string;
|
88
|
-
"role_manage-clients": string;
|
89
|
-
"role_manage-events": string;
|
90
|
-
"role_view-profile": string;
|
91
|
-
"role_manage-account": string;
|
92
|
-
"role_manage-account-links": string;
|
93
|
-
"role_manage-consent": string;
|
94
|
-
"role_read-token": string;
|
95
|
-
"role_offline-access": string;
|
96
|
-
role_uma_authorization: string;
|
97
|
-
client_account: string;
|
98
|
-
"client_account-console": string;
|
99
|
-
"client_security-admin-console": string;
|
100
|
-
"client_admin-cli": string;
|
101
|
-
"client_realm-management": string;
|
102
|
-
client_broker: string;
|
103
|
-
requiredFields: string;
|
104
|
-
allFieldsRequired: string;
|
105
|
-
backToApplication: string;
|
106
|
-
backTo: string;
|
107
|
-
date: string;
|
108
|
-
event: string;
|
109
|
-
ip: string;
|
110
|
-
client: string;
|
111
|
-
clients: string;
|
112
|
-
details: string;
|
113
|
-
started: string;
|
114
|
-
lastAccess: string;
|
115
|
-
expires: string;
|
116
|
-
applications: string;
|
117
|
-
account: string;
|
118
|
-
federatedIdentity: string;
|
119
|
-
authenticator: string;
|
120
|
-
"device-activity": string;
|
121
|
-
sessions: string;
|
122
|
-
log: string;
|
123
|
-
application: string;
|
124
|
-
availableRoles: string;
|
125
|
-
grantedPermissions: string;
|
126
|
-
grantedPersonalInfo: string;
|
127
|
-
additionalGrants: string;
|
128
|
-
action: string;
|
129
|
-
inResource: string;
|
130
|
-
fullAccess: string;
|
131
|
-
offlineToken: string;
|
132
|
-
revoke: string;
|
133
|
-
configureAuthenticators: string;
|
134
|
-
mobile: string;
|
135
|
-
totpStep1: string;
|
136
|
-
totpStep2: string;
|
137
|
-
totpStep3: string;
|
138
|
-
totpStep3DeviceName: string;
|
139
|
-
totpManualStep2: string;
|
140
|
-
totpManualStep3: string;
|
141
|
-
totpUnableToScan: string;
|
142
|
-
totpScanBarcode: string;
|
143
|
-
"totp.totp": string;
|
144
|
-
"totp.hotp": string;
|
145
|
-
totpType: string;
|
146
|
-
totpAlgorithm: string;
|
147
|
-
totpDigits: string;
|
148
|
-
totpInterval: string;
|
149
|
-
totpCounter: string;
|
150
|
-
totpDeviceName: string;
|
151
|
-
totpAppFreeOTPName: string;
|
152
|
-
totpAppGoogleName: string;
|
153
|
-
totpAppMicrosoftAuthenticatorName: string;
|
154
|
-
irreversibleAction: string;
|
155
|
-
deletingImplies: string;
|
156
|
-
errasingData: string;
|
157
|
-
loggingOutImmediately: string;
|
158
|
-
accountUnusable: string;
|
159
|
-
missingUsernameMessage: string;
|
160
|
-
missingFirstNameMessage: string;
|
161
|
-
invalidEmailMessage: string;
|
162
|
-
missingLastNameMessage: string;
|
163
|
-
missingEmailMessage: string;
|
164
|
-
missingPasswordMessage: string;
|
165
|
-
notMatchPasswordMessage: string;
|
166
|
-
invalidUserMessage: string;
|
167
|
-
updateReadOnlyAttributesRejectedMessage: string;
|
168
|
-
missingTotpMessage: string;
|
169
|
-
missingTotpDeviceNameMessage: string;
|
170
|
-
invalidPasswordExistingMessage: string;
|
171
|
-
invalidPasswordConfirmMessage: string;
|
172
|
-
invalidTotpMessage: string;
|
173
|
-
usernameExistsMessage: string;
|
174
|
-
emailExistsMessage: string;
|
175
|
-
readOnlyUserMessage: string;
|
176
|
-
readOnlyUsernameMessage: string;
|
177
|
-
readOnlyPasswordMessage: string;
|
178
|
-
successTotpMessage: string;
|
179
|
-
successTotpRemovedMessage: string;
|
180
|
-
successGrantRevokedMessage: string;
|
181
|
-
accountUpdatedMessage: string;
|
182
|
-
accountPasswordUpdatedMessage: string;
|
183
|
-
missingIdentityProviderMessage: string;
|
184
|
-
invalidFederatedIdentityActionMessage: string;
|
185
|
-
identityProviderNotFoundMessage: string;
|
186
|
-
federatedIdentityLinkNotActiveMessage: string;
|
187
|
-
federatedIdentityRemovingLastProviderMessage: string;
|
188
|
-
identityProviderRedirectErrorMessage: string;
|
189
|
-
identityProviderRemovedMessage: string;
|
190
|
-
identityProviderAlreadyLinkedMessage: string;
|
191
|
-
staleCodeAccountMessage: string;
|
192
|
-
consentDenied: string;
|
193
|
-
"access-denied-when-idp-auth": string;
|
194
|
-
accountDisabledMessage: string;
|
195
|
-
accountTemporarilyDisabledMessage: string;
|
196
|
-
invalidPasswordMinLengthMessage: string;
|
197
|
-
invalidPasswordMaxLengthMessage: string;
|
198
|
-
invalidPasswordMinLowerCaseCharsMessage: string;
|
199
|
-
invalidPasswordMinDigitsMessage: string;
|
200
|
-
invalidPasswordMinUpperCaseCharsMessage: string;
|
201
|
-
invalidPasswordMinSpecialCharsMessage: string;
|
202
|
-
invalidPasswordNotUsernameMessage: string;
|
203
|
-
invalidPasswordNotEmailMessage: string;
|
204
|
-
invalidPasswordRegexPatternMessage: string;
|
205
|
-
invalidPasswordHistoryMessage: string;
|
206
|
-
invalidPasswordBlacklistedMessage: string;
|
207
|
-
invalidPasswordGenericMessage: string;
|
208
|
-
myResources: string;
|
209
|
-
myResourcesSub: string;
|
210
|
-
doDeny: string;
|
211
|
-
doRevoke: string;
|
212
|
-
doApprove: string;
|
213
|
-
doRemoveSharing: string;
|
214
|
-
doRemoveRequest: string;
|
215
|
-
peopleAccessResource: string;
|
216
|
-
resourceManagedPolicies: string;
|
217
|
-
resourceNoPermissionsGrantingAccess: string;
|
218
|
-
anyAction: string;
|
219
|
-
description: string;
|
220
|
-
name: string;
|
221
|
-
scopes: string;
|
222
|
-
resource: string;
|
223
|
-
user: string;
|
224
|
-
peopleSharingThisResource: string;
|
225
|
-
shareWithOthers: string;
|
226
|
-
needMyApproval: string;
|
227
|
-
requestsWaitingApproval: string;
|
228
|
-
icon: string;
|
229
|
-
requestor: string;
|
230
|
-
owner: string;
|
231
|
-
resourcesSharedWithMe: string;
|
232
|
-
permissionRequestion: string;
|
233
|
-
permission: string;
|
234
|
-
shares: string;
|
235
|
-
notBeingShared: string;
|
236
|
-
notHaveAnyResource: string;
|
237
|
-
noResourcesSharedWithYou: string;
|
238
|
-
havePermissionRequestsWaitingForApproval: string;
|
239
|
-
clickHereForDetails: string;
|
240
|
-
resourceIsNotBeingShared: string;
|
241
|
-
locale_ar: string;
|
242
|
-
locale_ca: string;
|
243
|
-
locale_cs: string;
|
244
|
-
locale_de: string;
|
245
|
-
locale_en: string;
|
246
|
-
locale_es: string;
|
247
|
-
locale_fr: string;
|
248
|
-
locale_hu: string;
|
249
|
-
locale_fa: string;
|
250
|
-
locale_it: string;
|
251
|
-
locale_ja: string;
|
252
|
-
locale_lt: string;
|
253
|
-
locale_nl: string;
|
254
|
-
locale_no: string;
|
255
|
-
locale_pl: string;
|
256
|
-
"locale_pt-BR": string;
|
257
|
-
locale_ru: string;
|
258
|
-
locale_sk: string;
|
259
|
-
locale_sv: string;
|
260
|
-
locale_th: string;
|
261
|
-
locale_tr: string;
|
262
|
-
locale_uk: string;
|
263
|
-
"locale_zh-CN": string;
|
264
|
-
locale_fi: string;
|
265
|
-
applicationName: string;
|
266
|
-
applicationType: string;
|
267
|
-
applicationInUse: string;
|
268
|
-
clearAllFilter: string;
|
269
|
-
activeFilters: string;
|
270
|
-
filterByName: string;
|
271
|
-
allApps: string;
|
272
|
-
internalApps: string;
|
273
|
-
thirdpartyApps: string;
|
274
|
-
appResults: string;
|
275
|
-
clientNotFoundMessage: string;
|
276
|
-
authorizedProvider: string;
|
277
|
-
authorizedProviderMessage: string;
|
278
|
-
identityProvider: string;
|
279
|
-
identityProviderMessage: string;
|
280
|
-
socialLogin: string;
|
281
|
-
userDefined: string;
|
282
|
-
removeAccess: string;
|
283
|
-
removeAccessMessage: string;
|
284
|
-
authenticatorStatusMessage: string;
|
285
|
-
authenticatorFinishSetUpTitle: string;
|
286
|
-
authenticatorFinishSetUpMessage: string;
|
287
|
-
authenticatorSubTitle: string;
|
288
|
-
authenticatorSubMessage: string;
|
289
|
-
authenticatorMobileTitle: string;
|
290
|
-
authenticatorMobileMessage: string;
|
291
|
-
authenticatorMobileFinishSetUpMessage: string;
|
292
|
-
authenticatorActionSetup: string;
|
293
|
-
authenticatorSMSTitle: string;
|
294
|
-
authenticatorSMSMessage: string;
|
295
|
-
authenticatorSMSFinishSetUpMessage: string;
|
296
|
-
authenticatorDefaultStatus: string;
|
297
|
-
authenticatorChangePhone: string;
|
298
|
-
authenticatorMobileSetupTitle: string;
|
299
|
-
smscodeIntroMessage: string;
|
300
|
-
mobileSetupStep1: string;
|
301
|
-
mobileSetupStep2: string;
|
302
|
-
mobileSetupStep3: string;
|
303
|
-
scanBarCode: string;
|
304
|
-
enterBarCode: string;
|
305
|
-
doCopy: string;
|
306
|
-
doFinish: string;
|
307
|
-
authenticatorSMSCodeSetupTitle: string;
|
308
|
-
chooseYourCountry: string;
|
309
|
-
enterYourPhoneNumber: string;
|
310
|
-
sendVerficationCode: string;
|
311
|
-
enterYourVerficationCode: string;
|
312
|
-
authenticatorBackupCodesSetupTitle: string;
|
313
|
-
realmName: string;
|
314
|
-
doDownload: string;
|
315
|
-
doPrint: string;
|
316
|
-
generateNewBackupCodes: string;
|
317
|
-
backtoAuthenticatorPage: string;
|
318
|
-
resources: string;
|
319
|
-
sharedwithMe: string;
|
320
|
-
share: string;
|
321
|
-
sharedwith: string;
|
322
|
-
accessPermissions: string;
|
323
|
-
permissionRequests: string;
|
324
|
-
approve: string;
|
325
|
-
approveAll: string;
|
326
|
-
people: string;
|
327
|
-
perPage: string;
|
328
|
-
currentPage: string;
|
329
|
-
sharetheResource: string;
|
330
|
-
group: string;
|
331
|
-
selectPermission: string;
|
332
|
-
addPeople: string;
|
333
|
-
addTeam: string;
|
334
|
-
myPermissions: string;
|
335
|
-
waitingforApproval: string;
|
336
|
-
anyPermission: string;
|
337
|
-
"openshift.scope.user_info": string;
|
338
|
-
"openshift.scope.user_check-access": string;
|
339
|
-
"openshift.scope.user_full": string;
|
340
|
-
"openshift.scope.list-projects": string;
|
341
|
-
"error-invalid-value": string;
|
342
|
-
"error-invalid-blank": string;
|
343
|
-
"error-empty": string;
|
344
|
-
"error-invalid-length": string;
|
345
|
-
"error-invalid-length-too-short": string;
|
346
|
-
"error-invalid-length-too-long": string;
|
347
|
-
"error-invalid-email": string;
|
348
|
-
"error-invalid-number": string;
|
349
|
-
"error-number-out-of-range": string;
|
350
|
-
"error-number-out-of-range-too-small": string;
|
351
|
-
"error-number-out-of-range-too-big": string;
|
352
|
-
"error-pattern-no-match": string;
|
353
|
-
"error-invalid-uri": string;
|
354
|
-
"error-invalid-uri-scheme": string;
|
355
|
-
"error-invalid-uri-fragment": string;
|
356
|
-
"error-user-attribute-required": string;
|
357
|
-
"error-invalid-date": string;
|
358
|
-
"error-user-attribute-read-only": string;
|
359
|
-
"error-username-invalid-character": string;
|
360
|
-
"error-person-name-invalid-character": string;
|
361
|
-
} | {
|
362
|
-
doSave: string;
|
363
|
-
doCancel: string;
|
364
|
-
doLogOutAllSessions: string;
|
365
|
-
doRemove: string;
|
366
|
-
doAdd: string;
|
367
|
-
doSignOut: string;
|
368
|
-
doLogIn: string;
|
369
|
-
doLink: string;
|
370
|
-
editAccountHtmlTitle: string;
|
371
|
-
personalInfoHtmlTitle: string;
|
372
|
-
federatedIdentitiesHtmlTitle: string;
|
373
|
-
accountLogHtmlTitle: string;
|
374
|
-
changePasswordHtmlTitle: string;
|
375
|
-
deviceActivityHtmlTitle: string;
|
376
|
-
sessionsHtmlTitle: string;
|
377
|
-
accountManagementTitle: string;
|
378
|
-
authenticatorTitle: string;
|
379
|
-
applicationsHtmlTitle: string;
|
380
|
-
linkedAccountsHtmlTitle: string;
|
381
|
-
accountManagementWelcomeMessage: string;
|
382
|
-
personalInfoIntroMessage: string;
|
383
|
-
accountSecurityTitle: string;
|
384
|
-
accountSecurityIntroMessage: string;
|
385
|
-
applicationsIntroMessage: string;
|
386
|
-
resourceIntroMessage: string;
|
387
|
-
passwordLastUpdateMessage: string;
|
388
|
-
updatePasswordTitle: string;
|
389
|
-
updatePasswordMessageTitle: string;
|
390
|
-
updatePasswordMessage: string;
|
391
|
-
personalSubTitle: string;
|
392
|
-
personalSubMessage: string;
|
393
|
-
authenticatorCode: string;
|
394
|
-
email: string;
|
395
|
-
firstName: string;
|
396
|
-
givenName: string;
|
397
|
-
fullName: string;
|
398
|
-
lastName: string;
|
399
|
-
familyName: string;
|
400
|
-
password: string;
|
401
|
-
currentPassword: string;
|
402
|
-
passwordConfirm: string;
|
403
|
-
passwordNew: string;
|
404
|
-
username: string;
|
405
|
-
address: string;
|
406
|
-
street: string;
|
407
|
-
locality: string;
|
408
|
-
region: string;
|
409
|
-
postal_code: string;
|
410
|
-
country: string;
|
411
|
-
emailVerified: string;
|
412
|
-
gssDelegationCredential: string;
|
413
|
-
profileScopeConsentText: string;
|
414
|
-
emailScopeConsentText: string;
|
415
|
-
addressScopeConsentText: string;
|
416
|
-
phoneScopeConsentText: string;
|
417
|
-
offlineAccessScopeConsentText: string;
|
418
|
-
samlRoleListScopeConsentText: string;
|
419
|
-
role_admin: string;
|
420
|
-
"role_realm-admin": string;
|
421
|
-
"role_create-realm": string;
|
422
|
-
"role_create-client": string;
|
423
|
-
"role_view-realm": string;
|
424
|
-
"role_view-users": string;
|
425
|
-
"role_view-applications": string;
|
426
|
-
"role_view-clients": string;
|
427
|
-
"role_view-events": string;
|
428
|
-
"role_view-identity-providers": string;
|
429
|
-
"role_manage-realm": string;
|
430
|
-
"role_manage-users": string;
|
431
|
-
"role_manage-applications": string;
|
432
|
-
"role_manage-identity-providers": string;
|
433
|
-
"role_manage-clients": string;
|
434
|
-
"role_manage-events": string;
|
435
|
-
"role_view-profile": string;
|
436
|
-
"role_manage-account": string;
|
437
|
-
"role_manage-account-links": string;
|
438
|
-
"role_read-token": string;
|
439
|
-
"role_offline-access": string;
|
440
|
-
client_account: string;
|
441
|
-
"client_security-admin-console": string;
|
442
|
-
"client_admin-cli": string;
|
443
|
-
"client_realm-management": string;
|
444
|
-
client_broker: string;
|
445
|
-
requiredFields: string;
|
446
|
-
allFieldsRequired: string;
|
447
|
-
backToApplication: string;
|
448
|
-
backTo: string;
|
449
|
-
date: string;
|
450
|
-
event: string;
|
451
|
-
ip: string;
|
452
|
-
client: string;
|
453
|
-
clients: string;
|
454
|
-
details: string;
|
455
|
-
started: string;
|
456
|
-
lastAccess: string;
|
457
|
-
expires: string;
|
458
|
-
applications: string;
|
459
|
-
account: string;
|
460
|
-
federatedIdentity: string;
|
461
|
-
authenticator: string;
|
462
|
-
"device-activity": string;
|
463
|
-
sessions: string;
|
464
|
-
log: string;
|
465
|
-
application: string;
|
466
|
-
availableRoles: string;
|
467
|
-
grantedPermissions: string;
|
468
|
-
grantedPersonalInfo: string;
|
469
|
-
additionalGrants: string;
|
470
|
-
action: string;
|
471
|
-
inResource: string;
|
472
|
-
fullAccess: string;
|
473
|
-
offlineToken: string;
|
474
|
-
revoke: string;
|
475
|
-
configureAuthenticators: string;
|
476
|
-
mobile: string;
|
477
|
-
totpStep1: string;
|
478
|
-
totpStep2: string;
|
479
|
-
totpStep3: string;
|
480
|
-
totpManualStep2: string;
|
481
|
-
totpManualStep3: string;
|
482
|
-
totpUnableToScan: string;
|
483
|
-
totpScanBarcode: string;
|
484
|
-
"totp.totp": string;
|
485
|
-
"totp.hotp": string;
|
486
|
-
totpType: string;
|
487
|
-
totpAlgorithm: string;
|
488
|
-
totpDigits: string;
|
489
|
-
totpInterval: string;
|
490
|
-
totpCounter: string;
|
491
|
-
missingUsernameMessage: string;
|
492
|
-
missingFirstNameMessage: string;
|
493
|
-
invalidEmailMessage: string;
|
494
|
-
missingLastNameMessage: string;
|
495
|
-
missingEmailMessage: string;
|
496
|
-
missingPasswordMessage: string;
|
497
|
-
notMatchPasswordMessage: string;
|
498
|
-
invalidUserMessage: string;
|
499
|
-
missingTotpMessage: string;
|
500
|
-
invalidPasswordExistingMessage: string;
|
501
|
-
invalidPasswordConfirmMessage: string;
|
502
|
-
invalidTotpMessage: string;
|
503
|
-
usernameExistsMessage: string;
|
504
|
-
emailExistsMessage: string;
|
505
|
-
readOnlyUserMessage: string;
|
506
|
-
readOnlyUsernameMessage: string;
|
507
|
-
readOnlyPasswordMessage: string;
|
508
|
-
successTotpMessage: string;
|
509
|
-
successTotpRemovedMessage: string;
|
510
|
-
successGrantRevokedMessage: string;
|
511
|
-
accountUpdatedMessage: string;
|
512
|
-
accountPasswordUpdatedMessage: string;
|
513
|
-
missingIdentityProviderMessage: string;
|
514
|
-
invalidFederatedIdentityActionMessage: string;
|
515
|
-
identityProviderNotFoundMessage: string;
|
516
|
-
federatedIdentityLinkNotActiveMessage: string;
|
517
|
-
identityProviderRedirectErrorMessage: string;
|
518
|
-
identityProviderRemovedMessage: string;
|
519
|
-
identityProviderAlreadyLinkedMessage: string;
|
520
|
-
staleCodeAccountMessage: string;
|
521
|
-
consentDenied: string;
|
522
|
-
accountDisabledMessage: string;
|
523
|
-
accountTemporarilyDisabledMessage: string;
|
524
|
-
invalidPasswordMinLengthMessage: string;
|
525
|
-
invalidPasswordMinLowerCaseCharsMessage: string;
|
526
|
-
invalidPasswordMinDigitsMessage: string;
|
527
|
-
invalidPasswordMinUpperCaseCharsMessage: string;
|
528
|
-
invalidPasswordMinSpecialCharsMessage: string;
|
529
|
-
invalidPasswordNotUsernameMessage: string;
|
530
|
-
invalidPasswordRegexPatternMessage: string;
|
531
|
-
invalidPasswordHistoryMessage: string;
|
532
|
-
invalidPasswordBlacklistedMessage: string;
|
533
|
-
invalidPasswordGenericMessage: string;
|
534
|
-
myResources: string;
|
535
|
-
myResourcesSub: string;
|
536
|
-
doDeny: string;
|
537
|
-
doRevoke: string;
|
538
|
-
doApprove: string;
|
539
|
-
doRemoveSharing: string;
|
540
|
-
doRemoveRequest: string;
|
541
|
-
peopleAccessResource: string;
|
542
|
-
resourceManagedPolicies: string;
|
543
|
-
resourceNoPermissionsGrantingAccess: string;
|
544
|
-
anyAction: string;
|
545
|
-
description: string;
|
546
|
-
name: string;
|
547
|
-
scopes: string;
|
548
|
-
resource: string;
|
549
|
-
user: string;
|
550
|
-
peopleSharingThisResource: string;
|
551
|
-
shareWithOthers: string;
|
552
|
-
needMyApproval: string;
|
553
|
-
requestsWaitingApproval: string;
|
554
|
-
icon: string;
|
555
|
-
requestor: string;
|
556
|
-
owner: string;
|
557
|
-
resourcesSharedWithMe: string;
|
558
|
-
permissionRequestion: string;
|
559
|
-
permission: string;
|
560
|
-
shares: string;
|
561
|
-
locale_ca: string;
|
562
|
-
locale_de: string;
|
563
|
-
locale_en: string;
|
564
|
-
locale_es: string;
|
565
|
-
locale_fa: string;
|
566
|
-
locale_fr: string;
|
567
|
-
locale_it: string;
|
568
|
-
locale_ja: string;
|
569
|
-
locale_nl: string;
|
570
|
-
locale_no: string;
|
571
|
-
locale_lt: string;
|
572
|
-
"locale_pt-BR": string;
|
573
|
-
locale_ru: string;
|
574
|
-
locale_sk: string;
|
575
|
-
locale_sv: string;
|
576
|
-
"locale_zh-CN": string;
|
577
|
-
applicationName: string;
|
578
|
-
applicationType: string;
|
579
|
-
applicationInUse: string;
|
580
|
-
clearAllFilter: string;
|
581
|
-
activeFilters: string;
|
582
|
-
filterByName: string;
|
583
|
-
allApps: string;
|
584
|
-
internalApps: string;
|
585
|
-
thirdpartyApps: string;
|
586
|
-
appResults: string;
|
587
|
-
authorizedProvider: string;
|
588
|
-
authorizedProviderMessage: string;
|
589
|
-
identityProvider: string;
|
590
|
-
identityProviderMessage: string;
|
591
|
-
socialLogin: string;
|
592
|
-
userDefined: string;
|
593
|
-
removeAccess: string;
|
594
|
-
removeAccessMessage: string;
|
595
|
-
authenticatorStatusMessage: string;
|
596
|
-
authenticatorFinishSetUpTitle: string;
|
597
|
-
authenticatorFinishSetUpMessage: string;
|
598
|
-
authenticatorSubTitle: string;
|
599
|
-
authenticatorSubMessage: string;
|
600
|
-
authenticatorMobileTitle: string;
|
601
|
-
authenticatorMobileMessage: string;
|
602
|
-
authenticatorMobileFinishSetUpMessage: string;
|
603
|
-
authenticatorActionSetup: string;
|
604
|
-
authenticatorSMSTitle: string;
|
605
|
-
authenticatorSMSMessage: string;
|
606
|
-
authenticatorSMSFinishSetUpMessage: string;
|
607
|
-
authenticatorDefaultStatus: string;
|
608
|
-
authenticatorChangePhone: string;
|
609
|
-
authenticatorMobileSetupTitle: string;
|
610
|
-
smscodeIntroMessage: string;
|
611
|
-
mobileSetupStep1: string;
|
612
|
-
mobileSetupStep2: string;
|
613
|
-
mobileSetupStep3: string;
|
614
|
-
scanBarCode: string;
|
615
|
-
enterBarCode: string;
|
616
|
-
doCopy: string;
|
617
|
-
doFinish: string;
|
618
|
-
authenticatorSMSCodeSetupTitle: string;
|
619
|
-
chooseYourCountry: string;
|
620
|
-
enterYourPhoneNumber: string;
|
621
|
-
sendVerficationCode: string;
|
622
|
-
enterYourVerficationCode: string;
|
623
|
-
authenticatorBackupCodesSetupTitle: string;
|
624
|
-
realmName: string;
|
625
|
-
doDownload: string;
|
626
|
-
doPrint: string;
|
627
|
-
generateNewBackupCodes: string;
|
628
|
-
backtoAuthenticatorPage: string;
|
629
|
-
resources: string;
|
630
|
-
sharedwithMe: string;
|
631
|
-
share: string;
|
632
|
-
sharedwith: string;
|
633
|
-
accessPermissions: string;
|
634
|
-
permissionRequests: string;
|
635
|
-
approve: string;
|
636
|
-
approveAll: string;
|
637
|
-
people: string;
|
638
|
-
perPage: string;
|
639
|
-
currentPage: string;
|
640
|
-
sharetheResource: string;
|
641
|
-
group: string;
|
642
|
-
selectPermission: string;
|
643
|
-
addPeople: string;
|
644
|
-
addTeam: string;
|
645
|
-
myPermissions: string;
|
646
|
-
waitingforApproval: string;
|
647
|
-
} | {
|
648
|
-
doSave: string;
|
649
|
-
doCancel: string;
|
650
|
-
doLogOutAllSessions: string;
|
651
|
-
doRemove: string;
|
652
|
-
doAdd: string;
|
653
|
-
doSignOut: string;
|
654
|
-
editAccountHtmlTitle: string;
|
655
|
-
federatedIdentitiesHtmlTitle: string;
|
656
|
-
accountLogHtmlTitle: string;
|
657
|
-
changePasswordHtmlTitle: string;
|
658
|
-
sessionsHtmlTitle: string;
|
659
|
-
accountManagementTitle: string;
|
660
|
-
authenticatorTitle: string;
|
661
|
-
applicationsHtmlTitle: string;
|
662
|
-
authenticatorCode: string;
|
663
|
-
email: string;
|
664
|
-
firstName: string;
|
665
|
-
givenName: string;
|
666
|
-
fullName: string;
|
667
|
-
lastName: string;
|
668
|
-
familyName: string;
|
669
|
-
password: string;
|
670
|
-
passwordConfirm: string;
|
671
|
-
passwordNew: string;
|
672
|
-
username: string;
|
673
|
-
address: string;
|
674
|
-
street: string;
|
675
|
-
locality: string;
|
676
|
-
region: string;
|
677
|
-
postal_code: string;
|
678
|
-
country: string;
|
679
|
-
emailVerified: string;
|
680
|
-
gssDelegationCredential: string;
|
681
|
-
role_admin: string;
|
682
|
-
"role_realm-admin": string;
|
683
|
-
"role_create-realm": string;
|
684
|
-
"role_view-realm": string;
|
685
|
-
"role_view-users": string;
|
686
|
-
"role_view-applications": string;
|
687
|
-
"role_view-clients": string;
|
688
|
-
"role_view-events": string;
|
689
|
-
"role_view-identity-providers": string;
|
690
|
-
"role_manage-realm": string;
|
691
|
-
"role_manage-users": string;
|
692
|
-
"role_manage-applications": string;
|
693
|
-
"role_manage-identity-providers": string;
|
694
|
-
"role_manage-clients": string;
|
695
|
-
"role_manage-events": string;
|
696
|
-
"role_view-profile": string;
|
697
|
-
"role_manage-account": string;
|
698
|
-
"role_read-token": string;
|
699
|
-
"role_offline-access": string;
|
700
|
-
client_account: string;
|
701
|
-
"client_security-admin-console": string;
|
702
|
-
"client_admin-cli": string;
|
703
|
-
"client_realm-management": string;
|
704
|
-
client_broker: string;
|
705
|
-
requiredFields: string;
|
706
|
-
allFieldsRequired: string;
|
707
|
-
backToApplication: string;
|
708
|
-
backTo: string;
|
709
|
-
date: string;
|
710
|
-
event: string;
|
711
|
-
ip: string;
|
712
|
-
client: string;
|
713
|
-
clients: string;
|
714
|
-
details: string;
|
715
|
-
started: string;
|
716
|
-
lastAccess: string;
|
717
|
-
expires: string;
|
718
|
-
applications: string;
|
719
|
-
account: string;
|
720
|
-
federatedIdentity: string;
|
721
|
-
authenticator: string;
|
722
|
-
sessions: string;
|
723
|
-
log: string;
|
724
|
-
application: string;
|
725
|
-
availablePermissions: string;
|
726
|
-
grantedPermissions: string;
|
727
|
-
grantedPersonalInfo: string;
|
728
|
-
additionalGrants: string;
|
729
|
-
action: string;
|
730
|
-
inResource: string;
|
731
|
-
fullAccess: string;
|
732
|
-
offlineToken: string;
|
733
|
-
revoke: string;
|
734
|
-
configureAuthenticators: string;
|
735
|
-
mobile: string;
|
736
|
-
totpStep1: string;
|
737
|
-
totpStep2: string;
|
738
|
-
totpStep3: string;
|
739
|
-
totpManualStep2: string;
|
740
|
-
totpManualStep3: string;
|
741
|
-
totpUnableToScan: string;
|
742
|
-
totpScanBarcode: string;
|
743
|
-
"totp.totp": string;
|
744
|
-
"totp.hotp": string;
|
745
|
-
totpType: string;
|
746
|
-
totpAlgorithm: string;
|
747
|
-
totpDigits: string;
|
748
|
-
totpInterval: string;
|
749
|
-
totpCounter: string;
|
750
|
-
missingUsernameMessage: string;
|
751
|
-
missingFirstNameMessage: string;
|
752
|
-
invalidEmailMessage: string;
|
753
|
-
missingLastNameMessage: string;
|
754
|
-
missingEmailMessage: string;
|
755
|
-
missingPasswordMessage: string;
|
756
|
-
notMatchPasswordMessage: string;
|
757
|
-
missingTotpMessage: string;
|
758
|
-
invalidPasswordExistingMessage: string;
|
759
|
-
invalidPasswordConfirmMessage: string;
|
760
|
-
invalidTotpMessage: string;
|
761
|
-
usernameExistsMessage: string;
|
762
|
-
emailExistsMessage: string;
|
763
|
-
readOnlyUserMessage: string;
|
764
|
-
readOnlyPasswordMessage: string;
|
765
|
-
successTotpMessage: string;
|
766
|
-
successTotpRemovedMessage: string;
|
767
|
-
successGrantRevokedMessage: string;
|
768
|
-
accountUpdatedMessage: string;
|
769
|
-
accountPasswordUpdatedMessage: string;
|
770
|
-
missingIdentityProviderMessage: string;
|
771
|
-
invalidFederatedIdentityActionMessage: string;
|
772
|
-
identityProviderNotFoundMessage: string;
|
773
|
-
federatedIdentityLinkNotActiveMessage: string;
|
774
|
-
federatedIdentityRemovingLastProviderMessage: string;
|
775
|
-
identityProviderRedirectErrorMessage: string;
|
776
|
-
identityProviderRemovedMessage: string;
|
777
|
-
identityProviderAlreadyLinkedMessage: string;
|
778
|
-
accountDisabledMessage: string;
|
779
|
-
accountTemporarilyDisabledMessage: string;
|
780
|
-
invalidPasswordMinLengthMessage: string;
|
781
|
-
invalidPasswordMinLowerCaseCharsMessage: string;
|
782
|
-
invalidPasswordMinDigitsMessage: string;
|
783
|
-
invalidPasswordMinUpperCaseCharsMessage: string;
|
784
|
-
invalidPasswordMinSpecialCharsMessage: string;
|
785
|
-
invalidPasswordNotUsernameMessage: string;
|
786
|
-
invalidPasswordRegexPatternMessage: string;
|
787
|
-
invalidPasswordHistoryMessage: string;
|
788
|
-
applicationName: string;
|
789
|
-
update: string;
|
790
|
-
status: string;
|
791
|
-
authenticatorActionSetup: string;
|
792
|
-
"device-activity": string;
|
793
|
-
accountSecurityTitle: string;
|
794
|
-
accountManagementWelcomeMessage: string;
|
795
|
-
personalInfoSidebarTitle: string;
|
796
|
-
accountSecuritySidebarTitle: string;
|
797
|
-
signingInSidebarTitle: string;
|
798
|
-
deviceActivitySidebarTitle: string;
|
799
|
-
linkedAccountsSidebarTitle: string;
|
800
|
-
personalInfoHtmlTitle: string;
|
801
|
-
personalInfoIntroMessage: string;
|
802
|
-
personalSubMessage: string;
|
803
|
-
accountSecurityIntroMessage: string;
|
804
|
-
applicationsIntroMessage: string;
|
805
|
-
applicationType: string;
|
806
|
-
locale_fa: string;
|
807
|
-
} | {
|
808
|
-
doSave: string;
|
809
|
-
doCancel: string;
|
810
|
-
doLogOutAllSessions: string;
|
811
|
-
doRemove: string;
|
812
|
-
doAdd: string;
|
813
|
-
doSignOut: string;
|
814
|
-
doLogIn: string;
|
815
|
-
doLink: string;
|
816
|
-
editAccountHtmlTitle: string;
|
817
|
-
personalInfoHtmlTitle: string;
|
818
|
-
federatedIdentitiesHtmlTitle: string;
|
819
|
-
accountLogHtmlTitle: string;
|
820
|
-
changePasswordHtmlTitle: string;
|
821
|
-
deviceActivityHtmlTitle: string;
|
822
|
-
sessionsHtmlTitle: string;
|
823
|
-
accountManagementTitle: string;
|
824
|
-
authenticatorTitle: string;
|
825
|
-
applicationsHtmlTitle: string;
|
826
|
-
linkedAccountsHtmlTitle: string;
|
827
|
-
accountManagementWelcomeMessage: string;
|
828
|
-
personalInfoIntroMessage: string;
|
829
|
-
accountSecurityTitle: string;
|
830
|
-
accountSecurityIntroMessage: string;
|
831
|
-
applicationsIntroMessage: string;
|
832
|
-
resourceIntroMessage: string;
|
833
|
-
passwordLastUpdateMessage: string;
|
834
|
-
updatePasswordTitle: string;
|
835
|
-
updatePasswordMessageTitle: string;
|
836
|
-
updatePasswordMessage: string;
|
837
|
-
personalSubTitle: string;
|
838
|
-
personalSubMessage: string;
|
839
|
-
authenticatorCode: string;
|
840
|
-
email: string;
|
841
|
-
firstName: string;
|
842
|
-
givenName: string;
|
843
|
-
fullName: string;
|
844
|
-
lastName: string;
|
845
|
-
familyName: string;
|
846
|
-
password: string;
|
847
|
-
currentPassword: string;
|
848
|
-
passwordConfirm: string;
|
849
|
-
passwordNew: string;
|
850
|
-
username: string;
|
851
|
-
address: string;
|
852
|
-
street: string;
|
853
|
-
locality: string;
|
854
|
-
region: string;
|
855
|
-
postal_code: string;
|
856
|
-
country: string;
|
857
|
-
emailVerified: string;
|
858
|
-
gssDelegationCredential: string;
|
859
|
-
profileScopeConsentText: string;
|
860
|
-
emailScopeConsentText: string;
|
861
|
-
addressScopeConsentText: string;
|
862
|
-
phoneScopeConsentText: string;
|
863
|
-
offlineAccessScopeConsentText: string;
|
864
|
-
samlRoleListScopeConsentText: string;
|
865
|
-
rolesScopeConsentText: string;
|
866
|
-
role_admin: string;
|
867
|
-
"role_realm-admin": string;
|
868
|
-
"role_create-realm": string;
|
869
|
-
"role_view-realm": string;
|
870
|
-
"role_view-users": string;
|
871
|
-
"role_view-applications": string;
|
872
|
-
"role_view-clients": string;
|
873
|
-
"role_view-events": string;
|
874
|
-
"role_view-identity-providers": string;
|
875
|
-
"role_view-consent": string;
|
876
|
-
"role_manage-realm": string;
|
877
|
-
"role_manage-users": string;
|
878
|
-
"role_manage-applications": string;
|
879
|
-
"role_manage-identity-providers": string;
|
880
|
-
"role_manage-clients": string;
|
881
|
-
"role_manage-events": string;
|
882
|
-
"role_view-profile": string;
|
883
|
-
"role_manage-account": string;
|
884
|
-
"role_manage-account-links": string;
|
885
|
-
"role_manage-consent": string;
|
886
|
-
"role_read-token": string;
|
887
|
-
"role_offline-access": string;
|
888
|
-
role_uma_authorization: string;
|
889
|
-
client_account: string;
|
890
|
-
"client_account-console": string;
|
891
|
-
"client_security-admin-console": string;
|
892
|
-
"client_admin-cli": string;
|
893
|
-
"client_realm-management": string;
|
894
|
-
client_broker: string;
|
895
|
-
requiredFields: string;
|
896
|
-
allFieldsRequired: string;
|
897
|
-
backToApplication: string;
|
898
|
-
backTo: string;
|
899
|
-
date: string;
|
900
|
-
event: string;
|
901
|
-
ip: string;
|
902
|
-
client: string;
|
903
|
-
clients: string;
|
904
|
-
details: string;
|
905
|
-
started: string;
|
906
|
-
lastAccess: string;
|
907
|
-
expires: string;
|
908
|
-
applications: string;
|
909
|
-
account: string;
|
910
|
-
federatedIdentity: string;
|
911
|
-
authenticator: string;
|
912
|
-
"device-activity": string;
|
913
|
-
sessions: string;
|
914
|
-
log: string;
|
915
|
-
application: string;
|
916
|
-
availableRoles: string;
|
917
|
-
grantedPermissions: string;
|
918
|
-
grantedPersonalInfo: string;
|
919
|
-
additionalGrants: string;
|
920
|
-
action: string;
|
921
|
-
inResource: string;
|
922
|
-
fullAccess: string;
|
923
|
-
offlineToken: string;
|
924
|
-
revoke: string;
|
925
|
-
configureAuthenticators: string;
|
926
|
-
mobile: string;
|
927
|
-
totpStep1: string;
|
928
|
-
totpStep2: string;
|
929
|
-
totpStep3: string;
|
930
|
-
totpStep3DeviceName: string;
|
931
|
-
totpManualStep2: string;
|
932
|
-
totpManualStep3: string;
|
933
|
-
totpUnableToScan: string;
|
934
|
-
totpScanBarcode: string;
|
935
|
-
"totp.totp": string;
|
936
|
-
"totp.hotp": string;
|
937
|
-
totpType: string;
|
938
|
-
totpAlgorithm: string;
|
939
|
-
totpDigits: string;
|
940
|
-
totpInterval: string;
|
941
|
-
totpCounter: string;
|
942
|
-
totpDeviceName: string;
|
943
|
-
missingUsernameMessage: string;
|
944
|
-
missingFirstNameMessage: string;
|
945
|
-
invalidEmailMessage: string;
|
946
|
-
missingLastNameMessage: string;
|
947
|
-
missingEmailMessage: string;
|
948
|
-
missingPasswordMessage: string;
|
949
|
-
notMatchPasswordMessage: string;
|
950
|
-
invalidUserMessage: string;
|
951
|
-
missingTotpMessage: string;
|
952
|
-
missingTotpDeviceNameMessage: string;
|
953
|
-
invalidPasswordExistingMessage: string;
|
954
|
-
invalidPasswordConfirmMessage: string;
|
955
|
-
invalidTotpMessage: string;
|
956
|
-
usernameExistsMessage: string;
|
957
|
-
emailExistsMessage: string;
|
958
|
-
readOnlyUserMessage: string;
|
959
|
-
readOnlyUsernameMessage: string;
|
960
|
-
readOnlyPasswordMessage: string;
|
961
|
-
successTotpMessage: string;
|
962
|
-
successTotpRemovedMessage: string;
|
963
|
-
successGrantRevokedMessage: string;
|
964
|
-
accountUpdatedMessage: string;
|
965
|
-
accountPasswordUpdatedMessage: string;
|
966
|
-
missingIdentityProviderMessage: string;
|
967
|
-
invalidFederatedIdentityActionMessage: string;
|
968
|
-
identityProviderNotFoundMessage: string;
|
969
|
-
federatedIdentityLinkNotActiveMessage: string;
|
970
|
-
federatedIdentityRemovingLastProviderMessage: string;
|
971
|
-
identityProviderRedirectErrorMessage: string;
|
972
|
-
identityProviderRemovedMessage: string;
|
973
|
-
identityProviderAlreadyLinkedMessage: string;
|
974
|
-
staleCodeAccountMessage: string;
|
975
|
-
consentDenied: string;
|
976
|
-
accountDisabledMessage: string;
|
977
|
-
accountTemporarilyDisabledMessage: string;
|
978
|
-
invalidPasswordMinLengthMessage: string;
|
979
|
-
invalidPasswordMinLowerCaseCharsMessage: string;
|
980
|
-
invalidPasswordMinDigitsMessage: string;
|
981
|
-
invalidPasswordMinUpperCaseCharsMessage: string;
|
982
|
-
invalidPasswordMinSpecialCharsMessage: string;
|
983
|
-
invalidPasswordNotUsernameMessage: string;
|
984
|
-
invalidPasswordRegexPatternMessage: string;
|
985
|
-
invalidPasswordHistoryMessage: string;
|
986
|
-
invalidPasswordBlacklistedMessage: string;
|
987
|
-
invalidPasswordGenericMessage: string;
|
988
|
-
myResources: string;
|
989
|
-
myResourcesSub: string;
|
990
|
-
doDeny: string;
|
991
|
-
doRevoke: string;
|
992
|
-
doApprove: string;
|
993
|
-
doRemoveSharing: string;
|
994
|
-
doRemoveRequest: string;
|
995
|
-
peopleAccessResource: string;
|
996
|
-
resourceManagedPolicies: string;
|
997
|
-
resourceNoPermissionsGrantingAccess: string;
|
998
|
-
anyAction: string;
|
999
|
-
description: string;
|
1000
|
-
name: string;
|
1001
|
-
scopes: string;
|
1002
|
-
resource: string;
|
1003
|
-
user: string;
|
1004
|
-
peopleSharingThisResource: string;
|
1005
|
-
shareWithOthers: string;
|
1006
|
-
needMyApproval: string;
|
1007
|
-
requestsWaitingApproval: string;
|
1008
|
-
icon: string;
|
1009
|
-
requestor: string;
|
1010
|
-
owner: string;
|
1011
|
-
resourcesSharedWithMe: string;
|
1012
|
-
permissionRequestion: string;
|
1013
|
-
permission: string;
|
1014
|
-
shares: string;
|
1015
|
-
notBeingShared: string;
|
1016
|
-
notHaveAnyResource: string;
|
1017
|
-
noResourcesSharedWithYou: string;
|
1018
|
-
havePermissionRequestsWaitingForApproval: string;
|
1019
|
-
clickHereForDetails: string;
|
1020
|
-
resourceIsNotBeingShared: string;
|
1021
|
-
applicationName: string;
|
1022
|
-
applicationType: string;
|
1023
|
-
applicationInUse: string;
|
1024
|
-
clearAllFilter: string;
|
1025
|
-
activeFilters: string;
|
1026
|
-
filterByName: string;
|
1027
|
-
allApps: string;
|
1028
|
-
internalApps: string;
|
1029
|
-
thirdpartyApps: string;
|
1030
|
-
appResults: string;
|
1031
|
-
clientNotFoundMessage: string;
|
1032
|
-
authorizedProvider: string;
|
1033
|
-
authorizedProviderMessage: string;
|
1034
|
-
identityProvider: string;
|
1035
|
-
identityProviderMessage: string;
|
1036
|
-
socialLogin: string;
|
1037
|
-
userDefined: string;
|
1038
|
-
removeAccess: string;
|
1039
|
-
removeAccessMessage: string;
|
1040
|
-
authenticatorStatusMessage: string;
|
1041
|
-
authenticatorFinishSetUpTitle: string;
|
1042
|
-
authenticatorFinishSetUpMessage: string;
|
1043
|
-
authenticatorSubTitle: string;
|
1044
|
-
authenticatorSubMessage: string;
|
1045
|
-
authenticatorMobileTitle: string;
|
1046
|
-
authenticatorMobileMessage: string;
|
1047
|
-
authenticatorMobileFinishSetUpMessage: string;
|
1048
|
-
authenticatorActionSetup: string;
|
1049
|
-
authenticatorSMSTitle: string;
|
1050
|
-
authenticatorSMSMessage: string;
|
1051
|
-
authenticatorSMSFinishSetUpMessage: string;
|
1052
|
-
authenticatorDefaultStatus: string;
|
1053
|
-
authenticatorChangePhone: string;
|
1054
|
-
authenticatorMobileSetupTitle: string;
|
1055
|
-
smscodeIntroMessage: string;
|
1056
|
-
mobileSetupStep1: string;
|
1057
|
-
mobileSetupStep2: string;
|
1058
|
-
mobileSetupStep3: string;
|
1059
|
-
scanBarCode: string;
|
1060
|
-
enterBarCode: string;
|
1061
|
-
doCopy: string;
|
1062
|
-
doFinish: string;
|
1063
|
-
authenticatorSMSCodeSetupTitle: string;
|
1064
|
-
chooseYourCountry: string;
|
1065
|
-
enterYourPhoneNumber: string;
|
1066
|
-
sendVerficationCode: string;
|
1067
|
-
enterYourVerficationCode: string;
|
1068
|
-
authenticatorBackupCodesSetupTitle: string;
|
1069
|
-
realmName: string;
|
1070
|
-
doDownload: string;
|
1071
|
-
doPrint: string;
|
1072
|
-
generateNewBackupCodes: string;
|
1073
|
-
backtoAuthenticatorPage: string;
|
1074
|
-
resources: string;
|
1075
|
-
sharedwithMe: string;
|
1076
|
-
share: string;
|
1077
|
-
sharedwith: string;
|
1078
|
-
accessPermissions: string;
|
1079
|
-
permissionRequests: string;
|
1080
|
-
approve: string;
|
1081
|
-
approveAll: string;
|
1082
|
-
people: string;
|
1083
|
-
perPage: string;
|
1084
|
-
currentPage: string;
|
1085
|
-
sharetheResource: string;
|
1086
|
-
group: string;
|
1087
|
-
selectPermission: string;
|
1088
|
-
addPeople: string;
|
1089
|
-
addTeam: string;
|
1090
|
-
myPermissions: string;
|
1091
|
-
waitingforApproval: string;
|
1092
|
-
anyPermission: string;
|
1093
|
-
"openshift.scope.user_info": string;
|
1094
|
-
"openshift.scope.user_check-access": string;
|
1095
|
-
"openshift.scope.user_full": string;
|
1096
|
-
"openshift.scope.list-projects": string;
|
1097
|
-
locale_fa: string;
|
1098
|
-
} | {
|
1099
|
-
doSave: string;
|
1100
|
-
doCancel: string;
|
1101
|
-
doLogOutAllSessions: string;
|
1102
|
-
doRemove: string;
|
1103
|
-
doAdd: string;
|
1104
|
-
doSignOut: string;
|
1105
|
-
editAccountHtmlTitle: string;
|
1106
|
-
federatedIdentitiesHtmlTitle: string;
|
1107
|
-
accountLogHtmlTitle: string;
|
1108
|
-
changePasswordHtmlTitle: string;
|
1109
|
-
sessionsHtmlTitle: string;
|
1110
|
-
accountManagementTitle: string;
|
1111
|
-
authenticatorTitle: string;
|
1112
|
-
applicationsHtmlTitle: string;
|
1113
|
-
authenticatorCode: string;
|
1114
|
-
email: string;
|
1115
|
-
firstName: string;
|
1116
|
-
givenName: string;
|
1117
|
-
fullName: string;
|
1118
|
-
lastName: string;
|
1119
|
-
familyName: string;
|
1120
|
-
password: string;
|
1121
|
-
passwordConfirm: string;
|
1122
|
-
passwordNew: string;
|
1123
|
-
username: string;
|
1124
|
-
address: string;
|
1125
|
-
street: string;
|
1126
|
-
locality: string;
|
1127
|
-
region: string;
|
1128
|
-
postal_code: string;
|
1129
|
-
country: string;
|
1130
|
-
emailVerified: string;
|
1131
|
-
gssDelegationCredential: string;
|
1132
|
-
role_admin: string;
|
1133
|
-
"role_realm-admin": string;
|
1134
|
-
"role_create-realm": string;
|
1135
|
-
"role_view-realm": string;
|
1136
|
-
"role_view-users": string;
|
1137
|
-
"role_view-applications": string;
|
1138
|
-
"role_view-clients": string;
|
1139
|
-
"role_view-events": string;
|
1140
|
-
"role_view-identity-providers": string;
|
1141
|
-
"role_manage-realm": string;
|
1142
|
-
"role_manage-users": string;
|
1143
|
-
"role_manage-applications": string;
|
1144
|
-
"role_manage-identity-providers": string;
|
1145
|
-
"role_manage-clients": string;
|
1146
|
-
"role_manage-events": string;
|
1147
|
-
"role_view-profile": string;
|
1148
|
-
"role_manage-account": string;
|
1149
|
-
"role_read-token": string;
|
1150
|
-
"role_offline-access": string;
|
1151
|
-
role_uma_authorization: string;
|
1152
|
-
client_account: string;
|
1153
|
-
"client_security-admin-console": string;
|
1154
|
-
"client_admin-cli": string;
|
1155
|
-
"client_realm-management": string;
|
1156
|
-
client_broker: string;
|
1157
|
-
requiredFields: string;
|
1158
|
-
allFieldsRequired: string;
|
1159
|
-
backToApplication: string;
|
1160
|
-
backTo: string;
|
1161
|
-
date: string;
|
1162
|
-
event: string;
|
1163
|
-
ip: string;
|
1164
|
-
client: string;
|
1165
|
-
clients: string;
|
1166
|
-
details: string;
|
1167
|
-
started: string;
|
1168
|
-
lastAccess: string;
|
1169
|
-
expires: string;
|
1170
|
-
applications: string;
|
1171
|
-
account: string;
|
1172
|
-
federatedIdentity: string;
|
1173
|
-
authenticator: string;
|
1174
|
-
sessions: string;
|
1175
|
-
log: string;
|
1176
|
-
application: string;
|
1177
|
-
availablePermissions: string;
|
1178
|
-
grantedPermissions: string;
|
1179
|
-
grantedPersonalInfo: string;
|
1180
|
-
additionalGrants: string;
|
1181
|
-
action: string;
|
1182
|
-
inResource: string;
|
1183
|
-
fullAccess: string;
|
1184
|
-
offlineToken: string;
|
1185
|
-
revoke: string;
|
1186
|
-
configureAuthenticators: string;
|
1187
|
-
mobile: string;
|
1188
|
-
totpStep1: string;
|
1189
|
-
totpStep2: string;
|
1190
|
-
totpStep3: string;
|
1191
|
-
missingUsernameMessage: string;
|
1192
|
-
missingFirstNameMessage: string;
|
1193
|
-
invalidEmailMessage: string;
|
1194
|
-
missingLastNameMessage: string;
|
1195
|
-
missingEmailMessage: string;
|
1196
|
-
missingPasswordMessage: string;
|
1197
|
-
notMatchPasswordMessage: string;
|
1198
|
-
missingTotpMessage: string;
|
1199
|
-
invalidPasswordExistingMessage: string;
|
1200
|
-
invalidPasswordConfirmMessage: string;
|
1201
|
-
invalidTotpMessage: string;
|
1202
|
-
usernameExistsMessage: string;
|
1203
|
-
emailExistsMessage: string;
|
1204
|
-
readOnlyUserMessage: string;
|
1205
|
-
readOnlyPasswordMessage: string;
|
1206
|
-
successTotpMessage: string;
|
1207
|
-
successTotpRemovedMessage: string;
|
1208
|
-
successGrantRevokedMessage: string;
|
1209
|
-
accountUpdatedMessage: string;
|
1210
|
-
accountPasswordUpdatedMessage: string;
|
1211
|
-
missingIdentityProviderMessage: string;
|
1212
|
-
invalidFederatedIdentityActionMessage: string;
|
1213
|
-
identityProviderNotFoundMessage: string;
|
1214
|
-
federatedIdentityLinkNotActiveMessage: string;
|
1215
|
-
federatedIdentityRemovingLastProviderMessage: string;
|
1216
|
-
identityProviderRedirectErrorMessage: string;
|
1217
|
-
identityProviderRemovedMessage: string;
|
1218
|
-
identityProviderAlreadyLinkedMessage: string;
|
1219
|
-
staleCodeAccountMessage: string;
|
1220
|
-
consentDenied: string;
|
1221
|
-
accountDisabledMessage: string;
|
1222
|
-
accountTemporarilyDisabledMessage: string;
|
1223
|
-
invalidPasswordMinLengthMessage: string;
|
1224
|
-
invalidPasswordMinLowerCaseCharsMessage: string;
|
1225
|
-
invalidPasswordMinDigitsMessage: string;
|
1226
|
-
invalidPasswordMinUpperCaseCharsMessage: string;
|
1227
|
-
invalidPasswordMinSpecialCharsMessage: string;
|
1228
|
-
invalidPasswordNotUsernameMessage: string;
|
1229
|
-
invalidPasswordRegexPatternMessage: string;
|
1230
|
-
invalidPasswordHistoryMessage: string;
|
1231
|
-
locale_fa: string;
|
1232
|
-
} | {
|
1233
|
-
doSave: string;
|
1234
|
-
doCancel: string;
|
1235
|
-
doLogOutAllSessions: string;
|
1236
|
-
doRemove: string;
|
1237
|
-
doAdd: string;
|
1238
|
-
doSignOut: string;
|
1239
|
-
doLogIn: string;
|
1240
|
-
doLink: string;
|
1241
|
-
editAccountHtmlTitle: string;
|
1242
|
-
personalInfoHtmlTitle: string;
|
1243
|
-
federatedIdentitiesHtmlTitle: string;
|
1244
|
-
accountLogHtmlTitle: string;
|
1245
|
-
changePasswordHtmlTitle: string;
|
1246
|
-
deviceActivityHtmlTitle: string;
|
1247
|
-
sessionsHtmlTitle: string;
|
1248
|
-
accountManagementTitle: string;
|
1249
|
-
authenticatorTitle: string;
|
1250
|
-
applicationsHtmlTitle: string;
|
1251
|
-
linkedAccountsHtmlTitle: string;
|
1252
|
-
accountManagementWelcomeMessage: string;
|
1253
|
-
personalInfoIntroMessage: string;
|
1254
|
-
accountSecurityTitle: string;
|
1255
|
-
accountSecurityIntroMessage: string;
|
1256
|
-
applicationsIntroMessage: string;
|
1257
|
-
resourceIntroMessage: string;
|
1258
|
-
passwordLastUpdateMessage: string;
|
1259
|
-
updatePasswordTitle: string;
|
1260
|
-
updatePasswordMessageTitle: string;
|
1261
|
-
updatePasswordMessage: string;
|
1262
|
-
personalSubTitle: string;
|
1263
|
-
personalSubMessage: string;
|
1264
|
-
authenticatorCode: string;
|
1265
|
-
email: string;
|
1266
|
-
firstName: string;
|
1267
|
-
givenName: string;
|
1268
|
-
fullName: string;
|
1269
|
-
lastName: string;
|
1270
|
-
familyName: string;
|
1271
|
-
password: string;
|
1272
|
-
currentPassword: string;
|
1273
|
-
passwordConfirm: string;
|
1274
|
-
passwordNew: string;
|
1275
|
-
username: string;
|
1276
|
-
address: string;
|
1277
|
-
street: string;
|
1278
|
-
locality: string;
|
1279
|
-
region: string;
|
1280
|
-
postal_code: string;
|
1281
|
-
country: string;
|
1282
|
-
emailVerified: string;
|
1283
|
-
gssDelegationCredential: string;
|
1284
|
-
profileScopeConsentText: string;
|
1285
|
-
emailScopeConsentText: string;
|
1286
|
-
addressScopeConsentText: string;
|
1287
|
-
phoneScopeConsentText: string;
|
1288
|
-
offlineAccessScopeConsentText: string;
|
1289
|
-
samlRoleListScopeConsentText: string;
|
1290
|
-
rolesScopeConsentText: string;
|
1291
|
-
role_admin: string;
|
1292
|
-
"role_realm-admin": string;
|
1293
|
-
"role_create-realm": string;
|
1294
|
-
"role_view-realm": string;
|
1295
|
-
"role_view-users": string;
|
1296
|
-
"role_view-applications": string;
|
1297
|
-
"role_view-clients": string;
|
1298
|
-
"role_view-events": string;
|
1299
|
-
"role_view-identity-providers": string;
|
1300
|
-
"role_manage-realm": string;
|
1301
|
-
"role_manage-users": string;
|
1302
|
-
"role_manage-applications": string;
|
1303
|
-
"role_manage-identity-providers": string;
|
1304
|
-
"role_manage-clients": string;
|
1305
|
-
"role_manage-events": string;
|
1306
|
-
"role_view-profile": string;
|
1307
|
-
"role_manage-account": string;
|
1308
|
-
"role_manage-account-links": string;
|
1309
|
-
"role_read-token": string;
|
1310
|
-
"role_offline-access": string;
|
1311
|
-
role_uma_authorization: string;
|
1312
|
-
client_account: string;
|
1313
|
-
"client_security-admin-console": string;
|
1314
|
-
"client_admin-cli": string;
|
1315
|
-
"client_realm-management": string;
|
1316
|
-
client_broker: string;
|
1317
|
-
requiredFields: string;
|
1318
|
-
allFieldsRequired: string;
|
1319
|
-
backToApplication: string;
|
1320
|
-
backTo: string;
|
1321
|
-
date: string;
|
1322
|
-
event: string;
|
1323
|
-
ip: string;
|
1324
|
-
client: string;
|
1325
|
-
clients: string;
|
1326
|
-
details: string;
|
1327
|
-
started: string;
|
1328
|
-
lastAccess: string;
|
1329
|
-
expires: string;
|
1330
|
-
applications: string;
|
1331
|
-
account: string;
|
1332
|
-
federatedIdentity: string;
|
1333
|
-
authenticator: string;
|
1334
|
-
"device-activity": string;
|
1335
|
-
sessions: string;
|
1336
|
-
log: string;
|
1337
|
-
application: string;
|
1338
|
-
availableRoles: string;
|
1339
|
-
grantedPermissions: string;
|
1340
|
-
grantedPersonalInfo: string;
|
1341
|
-
additionalGrants: string;
|
1342
|
-
action: string;
|
1343
|
-
inResource: string;
|
1344
|
-
fullAccess: string;
|
1345
|
-
offlineToken: string;
|
1346
|
-
revoke: string;
|
1347
|
-
missingUsernameMessage: string;
|
1348
|
-
missingFirstNameMessage: string;
|
1349
|
-
invalidEmailMessage: string;
|
1350
|
-
missingLastNameMessage: string;
|
1351
|
-
missingEmailMessage: string;
|
1352
|
-
missingPasswordMessage: string;
|
1353
|
-
notMatchPasswordMessage: string;
|
1354
|
-
invalidUserMessage: string;
|
1355
|
-
usernameExistsMessage: string;
|
1356
|
-
emailExistsMessage: string;
|
1357
|
-
myResources: string;
|
1358
|
-
myResourcesSub: string;
|
1359
|
-
doDeny: string;
|
1360
|
-
doRevoke: string;
|
1361
|
-
doApprove: string;
|
1362
|
-
doRemoveSharing: string;
|
1363
|
-
doRemoveRequest: string;
|
1364
|
-
peopleAccessResource: string;
|
1365
|
-
resourceManagedPolicies: string;
|
1366
|
-
resourceNoPermissionsGrantingAccess: string;
|
1367
|
-
anyAction: string;
|
1368
|
-
description: string;
|
1369
|
-
name: string;
|
1370
|
-
scopes: string;
|
1371
|
-
resource: string;
|
1372
|
-
user: string;
|
1373
|
-
peopleSharingThisResource: string;
|
1374
|
-
shareWithOthers: string;
|
1375
|
-
needMyApproval: string;
|
1376
|
-
requestsWaitingApproval: string;
|
1377
|
-
icon: string;
|
1378
|
-
requestor: string;
|
1379
|
-
owner: string;
|
1380
|
-
resourcesSharedWithMe: string;
|
1381
|
-
permissionRequestion: string;
|
1382
|
-
permission: string;
|
1383
|
-
shares: string;
|
1384
|
-
locale_ca: string;
|
1385
|
-
locale_de: string;
|
1386
|
-
locale_en: string;
|
1387
|
-
locale_es: string;
|
1388
|
-
locale_fa: string;
|
1389
|
-
locale_fr: string;
|
1390
|
-
locale_it: string;
|
1391
|
-
locale_ja: string;
|
1392
|
-
locale_nl: string;
|
1393
|
-
locale_no: string;
|
1394
|
-
locale_lt: string;
|
1395
|
-
"locale_pt-BR": string;
|
1396
|
-
locale_ru: string;
|
1397
|
-
locale_sk: string;
|
1398
|
-
locale_sv: string;
|
1399
|
-
"locale_zh-CN": string;
|
1400
|
-
applicationName: string;
|
1401
|
-
applicationType: string;
|
1402
|
-
applicationInUse: string;
|
1403
|
-
clearAllFilter: string;
|
1404
|
-
activeFilters: string;
|
1405
|
-
filterByName: string;
|
1406
|
-
allApps: string;
|
1407
|
-
internalApps: string;
|
1408
|
-
thirdpartyApps: string;
|
1409
|
-
appResults: string;
|
1410
|
-
} | {
|
1411
|
-
doSave: string;
|
1412
|
-
doCancel: string;
|
1413
|
-
doLogOutAllSessions: string;
|
1414
|
-
doRemove: string;
|
1415
|
-
doAdd: string;
|
1416
|
-
doSignOut: string;
|
1417
|
-
doLogIn: string;
|
1418
|
-
doLink: string;
|
1419
|
-
noAccessMessage: string;
|
1420
|
-
personalInfoSidebarTitle: string;
|
1421
|
-
accountSecuritySidebarTitle: string;
|
1422
|
-
signingInSidebarTitle: string;
|
1423
|
-
deviceActivitySidebarTitle: string;
|
1424
|
-
linkedAccountsSidebarTitle: string;
|
1425
|
-
editAccountHtmlTitle: string;
|
1426
|
-
personalInfoHtmlTitle: string;
|
1427
|
-
federatedIdentitiesHtmlTitle: string;
|
1428
|
-
accountLogHtmlTitle: string;
|
1429
|
-
changePasswordHtmlTitle: string;
|
1430
|
-
deviceActivityHtmlTitle: string;
|
1431
|
-
sessionsHtmlTitle: string;
|
1432
|
-
accountManagementTitle: string;
|
1433
|
-
authenticatorTitle: string;
|
1434
|
-
applicationsHtmlTitle: string;
|
1435
|
-
linkedAccountsHtmlTitle: string;
|
1436
|
-
accountManagementWelcomeMessage: string;
|
1437
|
-
personalInfoIntroMessage: string;
|
1438
|
-
accountSecurityTitle: string;
|
1439
|
-
accountSecurityIntroMessage: string;
|
1440
|
-
applicationsIntroMessage: string;
|
1441
|
-
resourceIntroMessage: string;
|
1442
|
-
passwordLastUpdateMessage: string;
|
1443
|
-
updatePasswordTitle: string;
|
1444
|
-
updatePasswordMessageTitle: string;
|
1445
|
-
updatePasswordMessage: string;
|
1446
|
-
personalSubTitle: string;
|
1447
|
-
personalSubMessage: string;
|
1448
|
-
authenticatorCode: string;
|
1449
|
-
email: string;
|
1450
|
-
firstName: string;
|
1451
|
-
givenName: string;
|
1452
|
-
fullName: string;
|
1453
|
-
lastName: string;
|
1454
|
-
familyName: string;
|
1455
|
-
password: string;
|
1456
|
-
currentPassword: string;
|
1457
|
-
passwordConfirm: string;
|
1458
|
-
passwordNew: string;
|
1459
|
-
username: string;
|
1460
|
-
address: string;
|
1461
|
-
street: string;
|
1462
|
-
locality: string;
|
1463
|
-
region: string;
|
1464
|
-
postal_code: string;
|
1465
|
-
country: string;
|
1466
|
-
emailVerified: string;
|
1467
|
-
website: string;
|
1468
|
-
phoneNumber: string;
|
1469
|
-
phoneNumberVerified: string;
|
1470
|
-
gender: string;
|
1471
|
-
birthday: string;
|
1472
|
-
zoneinfo: string;
|
1473
|
-
gssDelegationCredential: string;
|
1474
|
-
profileScopeConsentText: string;
|
1475
|
-
emailScopeConsentText: string;
|
1476
|
-
addressScopeConsentText: string;
|
1477
|
-
phoneScopeConsentText: string;
|
1478
|
-
offlineAccessScopeConsentText: string;
|
1479
|
-
samlRoleListScopeConsentText: string;
|
1480
|
-
rolesScopeConsentText: string;
|
1481
|
-
role_admin: string;
|
1482
|
-
"role_realm-admin": string;
|
1483
|
-
"role_create-realm": string;
|
1484
|
-
"role_view-realm": string;
|
1485
|
-
"role_view-users": string;
|
1486
|
-
"role_view-applications": string;
|
1487
|
-
"role_view-groups": string;
|
1488
|
-
"role_view-clients": string;
|
1489
|
-
"role_view-events": string;
|
1490
|
-
"role_view-identity-providers": string;
|
1491
|
-
"role_view-consent": string;
|
1492
|
-
"role_manage-realm": string;
|
1493
|
-
"role_manage-users": string;
|
1494
|
-
"role_manage-applications": string;
|
1495
|
-
"role_manage-identity-providers": string;
|
1496
|
-
"role_manage-clients": string;
|
1497
|
-
"role_manage-events": string;
|
1498
|
-
"role_view-profile": string;
|
1499
|
-
"role_manage-account": string;
|
1500
|
-
"role_manage-account-links": string;
|
1501
|
-
"role_manage-consent": string;
|
1502
|
-
"role_read-token": string;
|
1503
|
-
"role_offline-access": string;
|
1504
|
-
role_uma_authorization: string;
|
1505
|
-
client_account: string;
|
1506
|
-
"client_account-console": string;
|
1507
|
-
"client_security-admin-console": string;
|
1508
|
-
"client_admin-cli": string;
|
1509
|
-
"client_realm-management": string;
|
1510
|
-
client_broker: string;
|
1511
|
-
requiredFields: string;
|
1512
|
-
allFieldsRequired: string;
|
1513
|
-
backToApplication: string;
|
1514
|
-
backTo: string;
|
1515
|
-
date: string;
|
1516
|
-
event: string;
|
1517
|
-
ip: string;
|
1518
|
-
client: string;
|
1519
|
-
clients: string;
|
1520
|
-
details: string;
|
1521
|
-
started: string;
|
1522
|
-
lastAccess: string;
|
1523
|
-
expires: string;
|
1524
|
-
applications: string;
|
1525
|
-
account: string;
|
1526
|
-
federatedIdentity: string;
|
1527
|
-
authenticator: string;
|
1528
|
-
"device-activity": string;
|
1529
|
-
sessions: string;
|
1530
|
-
log: string;
|
1531
|
-
application: string;
|
1532
|
-
availableRoles: string;
|
1533
|
-
grantedPermissions: string;
|
1534
|
-
grantedPersonalInfo: string;
|
1535
|
-
additionalGrants: string;
|
1536
|
-
action: string;
|
1537
|
-
inResource: string;
|
1538
|
-
fullAccess: string;
|
1539
|
-
offlineToken: string;
|
1540
|
-
revoke: string;
|
1541
|
-
configureAuthenticators: string;
|
1542
|
-
mobile: string;
|
1543
|
-
totpStep1: string;
|
1544
|
-
totpStep2: string;
|
1545
|
-
totpStep3: string;
|
1546
|
-
totpStep3DeviceName: string;
|
1547
|
-
totpManualStep2: string;
|
1548
|
-
totpManualStep3: string;
|
1549
|
-
totpUnableToScan: string;
|
1550
|
-
totpScanBarcode: string;
|
1551
|
-
"totp.totp": string;
|
1552
|
-
"totp.hotp": string;
|
1553
|
-
totpType: string;
|
1554
|
-
totpAlgorithm: string;
|
1555
|
-
totpDigits: string;
|
1556
|
-
totpInterval: string;
|
1557
|
-
totpCounter: string;
|
1558
|
-
totpDeviceName: string;
|
1559
|
-
totpAppFreeOTPName: string;
|
1560
|
-
totpAppGoogleName: string;
|
1561
|
-
totpAppMicrosoftAuthenticatorName: string;
|
1562
|
-
irreversibleAction: string;
|
1563
|
-
deletingImplies: string;
|
1564
|
-
errasingData: string;
|
1565
|
-
loggingOutImmediately: string;
|
1566
|
-
accountUnusable: string;
|
1567
|
-
missingUsernameMessage: string;
|
1568
|
-
missingFirstNameMessage: string;
|
1569
|
-
invalidEmailMessage: string;
|
1570
|
-
missingLastNameMessage: string;
|
1571
|
-
missingEmailMessage: string;
|
1572
|
-
missingPasswordMessage: string;
|
1573
|
-
notMatchPasswordMessage: string;
|
1574
|
-
invalidUserMessage: string;
|
1575
|
-
updateReadOnlyAttributesRejectedMessage: string;
|
1576
|
-
missingTotpMessage: string;
|
1577
|
-
missingTotpDeviceNameMessage: string;
|
1578
|
-
invalidPasswordExistingMessage: string;
|
1579
|
-
invalidPasswordConfirmMessage: string;
|
1580
|
-
invalidTotpMessage: string;
|
1581
|
-
usernameExistsMessage: string;
|
1582
|
-
emailExistsMessage: string;
|
1583
|
-
readOnlyUserMessage: string;
|
1584
|
-
readOnlyUsernameMessage: string;
|
1585
|
-
readOnlyPasswordMessage: string;
|
1586
|
-
successTotpMessage: string;
|
1587
|
-
successTotpRemovedMessage: string;
|
1588
|
-
successGrantRevokedMessage: string;
|
1589
|
-
accountUpdatedMessage: string;
|
1590
|
-
accountPasswordUpdatedMessage: string;
|
1591
|
-
missingIdentityProviderMessage: string;
|
1592
|
-
invalidFederatedIdentityActionMessage: string;
|
1593
|
-
identityProviderNotFoundMessage: string;
|
1594
|
-
federatedIdentityLinkNotActiveMessage: string;
|
1595
|
-
federatedIdentityRemovingLastProviderMessage: string;
|
1596
|
-
identityProviderRedirectErrorMessage: string;
|
1597
|
-
identityProviderRemovedMessage: string;
|
1598
|
-
identityProviderAlreadyLinkedMessage: string;
|
1599
|
-
staleCodeAccountMessage: string;
|
1600
|
-
consentDenied: string;
|
1601
|
-
"access-denied-when-idp-auth": string;
|
1602
|
-
accountDisabledMessage: string;
|
1603
|
-
accountTemporarilyDisabledMessage: string;
|
1604
|
-
invalidPasswordMinLengthMessage: string;
|
1605
|
-
invalidPasswordMaxLengthMessage: string;
|
1606
|
-
invalidPasswordMinLowerCaseCharsMessage: string;
|
1607
|
-
invalidPasswordMinDigitsMessage: string;
|
1608
|
-
invalidPasswordMinUpperCaseCharsMessage: string;
|
1609
|
-
invalidPasswordMinSpecialCharsMessage: string;
|
1610
|
-
invalidPasswordNotUsernameMessage: string;
|
1611
|
-
invalidPasswordNotEmailMessage: string;
|
1612
|
-
invalidPasswordRegexPatternMessage: string;
|
1613
|
-
invalidPasswordHistoryMessage: string;
|
1614
|
-
invalidPasswordBlacklistedMessage: string;
|
1615
|
-
invalidPasswordGenericMessage: string;
|
1616
|
-
myResources: string;
|
1617
|
-
myResourcesSub: string;
|
1618
|
-
doDeny: string;
|
1619
|
-
doRevoke: string;
|
1620
|
-
doApprove: string;
|
1621
|
-
doRemoveSharing: string;
|
1622
|
-
doRemoveRequest: string;
|
1623
|
-
peopleAccessResource: string;
|
1624
|
-
resourceManagedPolicies: string;
|
1625
|
-
resourceNoPermissionsGrantingAccess: string;
|
1626
|
-
anyAction: string;
|
1627
|
-
description: string;
|
1628
|
-
name: string;
|
1629
|
-
scopes: string;
|
1630
|
-
resource: string;
|
1631
|
-
user: string;
|
1632
|
-
peopleSharingThisResource: string;
|
1633
|
-
shareWithOthers: string;
|
1634
|
-
needMyApproval: string;
|
1635
|
-
requestsWaitingApproval: string;
|
1636
|
-
icon: string;
|
1637
|
-
requestor: string;
|
1638
|
-
owner: string;
|
1639
|
-
resourcesSharedWithMe: string;
|
1640
|
-
permissionRequestion: string;
|
1641
|
-
permission: string;
|
1642
|
-
shares: string;
|
1643
|
-
notBeingShared: string;
|
1644
|
-
notHaveAnyResource: string;
|
1645
|
-
noResourcesSharedWithYou: string;
|
1646
|
-
havePermissionRequestsWaitingForApproval: string;
|
1647
|
-
clickHereForDetails: string;
|
1648
|
-
resourceIsNotBeingShared: string;
|
1649
|
-
applicationName: string;
|
1650
|
-
applicationType: string;
|
1651
|
-
applicationInUse: string;
|
1652
|
-
clearAllFilter: string;
|
1653
|
-
activeFilters: string;
|
1654
|
-
filterByName: string;
|
1655
|
-
allApps: string;
|
1656
|
-
internalApps: string;
|
1657
|
-
thirdpartyApps: string;
|
1658
|
-
appResults: string;
|
1659
|
-
clientNotFoundMessage: string;
|
1660
|
-
authorizedProvider: string;
|
1661
|
-
authorizedProviderMessage: string;
|
1662
|
-
identityProvider: string;
|
1663
|
-
identityProviderMessage: string;
|
1664
|
-
socialLogin: string;
|
1665
|
-
userDefined: string;
|
1666
|
-
removeAccess: string;
|
1667
|
-
removeAccessMessage: string;
|
1668
|
-
authenticatorStatusMessage: string;
|
1669
|
-
authenticatorFinishSetUpTitle: string;
|
1670
|
-
authenticatorFinishSetUpMessage: string;
|
1671
|
-
authenticatorSubTitle: string;
|
1672
|
-
authenticatorSubMessage: string;
|
1673
|
-
authenticatorMobileTitle: string;
|
1674
|
-
authenticatorMobileMessage: string;
|
1675
|
-
authenticatorMobileFinishSetUpMessage: string;
|
1676
|
-
authenticatorActionSetup: string;
|
1677
|
-
authenticatorSMSTitle: string;
|
1678
|
-
authenticatorSMSMessage: string;
|
1679
|
-
authenticatorSMSFinishSetUpMessage: string;
|
1680
|
-
authenticatorDefaultStatus: string;
|
1681
|
-
authenticatorChangePhone: string;
|
1682
|
-
authenticatorMobileSetupTitle: string;
|
1683
|
-
smscodeIntroMessage: string;
|
1684
|
-
mobileSetupStep1: string;
|
1685
|
-
mobileSetupStep2: string;
|
1686
|
-
mobileSetupStep3: string;
|
1687
|
-
scanBarCode: string;
|
1688
|
-
enterBarCode: string;
|
1689
|
-
doCopy: string;
|
1690
|
-
doFinish: string;
|
1691
|
-
authenticatorSMSCodeSetupTitle: string;
|
1692
|
-
chooseYourCountry: string;
|
1693
|
-
enterYourPhoneNumber: string;
|
1694
|
-
sendVerficationCode: string;
|
1695
|
-
enterYourVerficationCode: string;
|
1696
|
-
authenticatorBackupCodesSetupTitle: string;
|
1697
|
-
realmName: string;
|
1698
|
-
doDownload: string;
|
1699
|
-
doPrint: string;
|
1700
|
-
generateNewBackupCodes: string;
|
1701
|
-
backtoAuthenticatorPage: string;
|
1702
|
-
resources: string;
|
1703
|
-
sharedwithMe: string;
|
1704
|
-
share: string;
|
1705
|
-
sharedwith: string;
|
1706
|
-
accessPermissions: string;
|
1707
|
-
permissionRequests: string;
|
1708
|
-
approve: string;
|
1709
|
-
approveAll: string;
|
1710
|
-
people: string;
|
1711
|
-
perPage: string;
|
1712
|
-
currentPage: string;
|
1713
|
-
sharetheResource: string;
|
1714
|
-
group: string;
|
1715
|
-
selectPermission: string;
|
1716
|
-
addPeople: string;
|
1717
|
-
addTeam: string;
|
1718
|
-
myPermissions: string;
|
1719
|
-
waitingforApproval: string;
|
1720
|
-
anyPermission: string;
|
1721
|
-
"openshift.scope.user_info": string;
|
1722
|
-
"openshift.scope.user_check-access": string;
|
1723
|
-
"openshift.scope.user_full": string;
|
1724
|
-
"openshift.scope.list-projects": string;
|
1725
|
-
"error-invalid-value": string;
|
1726
|
-
"error-invalid-blank": string;
|
1727
|
-
"error-empty": string;
|
1728
|
-
"error-invalid-length": string;
|
1729
|
-
"error-invalid-length-too-short": string;
|
1730
|
-
"error-invalid-length-too-long": string;
|
1731
|
-
"error-invalid-email": string;
|
1732
|
-
"error-invalid-number": string;
|
1733
|
-
"error-number-out-of-range": string;
|
1734
|
-
"error-number-out-of-range-too-small": string;
|
1735
|
-
"error-number-out-of-range-too-big": string;
|
1736
|
-
"error-pattern-no-match": string;
|
1737
|
-
"error-invalid-uri": string;
|
1738
|
-
"error-invalid-uri-scheme": string;
|
1739
|
-
"error-invalid-uri-fragment": string;
|
1740
|
-
"error-user-attribute-required": string;
|
1741
|
-
"error-invalid-date": string;
|
1742
|
-
"error-user-attribute-read-only": string;
|
1743
|
-
"error-username-invalid-character": string;
|
1744
|
-
"error-person-name-invalid-character": string;
|
1745
|
-
} | {
|
1746
|
-
doSave: string;
|
1747
|
-
doCancel: string;
|
1748
|
-
doLogOutAllSessions: string;
|
1749
|
-
doRemove: string;
|
1750
|
-
doAdd: string;
|
1751
|
-
doSignOut: string;
|
1752
|
-
doSignIn: string;
|
1753
|
-
update: string;
|
1754
|
-
remove: string;
|
1755
|
-
refreshPage: string;
|
1756
|
-
refresh: string;
|
1757
|
-
pageNotFound: string;
|
1758
|
-
invalidRoute: string;
|
1759
|
-
continue: string;
|
1760
|
-
doLogIn: string;
|
1761
|
-
accountManagementWelcomeMessage: string;
|
1762
|
-
loadingMessage: string;
|
1763
|
-
accountSecuritySidebarTitle: string;
|
1764
|
-
editAccountHtmlTitle: string;
|
1765
|
-
federatedIdentitiesHtmlTitle: string;
|
1766
|
-
accountLogHtmlTitle: string;
|
1767
|
-
changePasswordHtmlTitle: string;
|
1768
|
-
sessionsHtmlTitle: string;
|
1769
|
-
accountManagementTitle: string;
|
1770
|
-
authenticatorTitle: string;
|
1771
|
-
applicationsHtmlTitle: string;
|
1772
|
-
applicationsIntroMessage: string;
|
1773
|
-
accountSecurityIntroMessage: string;
|
1774
|
-
personalInfoSidebarTitle: string;
|
1775
|
-
personalInfoHtmlTitle: string;
|
1776
|
-
personalSubMessage: string;
|
1777
|
-
personalInfoIntroMessage: string;
|
1778
|
-
selectLocale: string;
|
1779
|
-
applicationsPageTitle: string;
|
1780
|
-
applicationsSubMessage: string;
|
1781
|
-
applicationName: string;
|
1782
|
-
applicationType: string;
|
1783
|
-
status: string;
|
1784
|
-
client: string;
|
1785
|
-
internalApp: string;
|
1786
|
-
thirdPartyApp: string;
|
1787
|
-
inUse: string;
|
1788
|
-
notInUse: string;
|
1789
|
-
signingIn: string;
|
1790
|
-
signingInSidebarTitle: string;
|
1791
|
-
signingInSubMessage: string;
|
1792
|
-
"password-display-name": string;
|
1793
|
-
credentialCreatedAt: string;
|
1794
|
-
"basic-authentication": string;
|
1795
|
-
"password-help-text": string;
|
1796
|
-
"two-factor": string;
|
1797
|
-
"otp-display-name": string;
|
1798
|
-
"otp-help-text": string;
|
1799
|
-
setUpNew: string;
|
1800
|
-
removeCred: string;
|
1801
|
-
stopUsingCred: string;
|
1802
|
-
successRemovedMessage: string;
|
1803
|
-
notSetUp: string;
|
1804
|
-
authenticatorMobileSetupTitle: string;
|
1805
|
-
totpStep1: string;
|
1806
|
-
totpStep2: string;
|
1807
|
-
totpStep3: string;
|
1808
|
-
totpManualStep2: string;
|
1809
|
-
totpManualStep3: string;
|
1810
|
-
totpStep3DeviceName: string;
|
1811
|
-
totpUnableToScan: string;
|
1812
|
-
totpScanBarcode: string;
|
1813
|
-
authenticatorCode: string;
|
1814
|
-
totpDeviceName: string;
|
1815
|
-
totpType: string;
|
1816
|
-
totpAlgorithm: string;
|
1817
|
-
totpDigits: string;
|
1818
|
-
totpInterval: string;
|
1819
|
-
totpCounter: string;
|
1820
|
-
deviceActivitySidebarTitle: string;
|
1821
|
-
deviceActivityHtmlTitle: string;
|
1822
|
-
signedInDevicesExplanation: string;
|
1823
|
-
signedInDevices: string;
|
1824
|
-
currentDevice: string;
|
1825
|
-
currentSession: string;
|
1826
|
-
lastAccessedOn: string;
|
1827
|
-
ipAddress: string;
|
1828
|
-
"device-activity": string;
|
1829
|
-
signOutWarning: string;
|
1830
|
-
signOutAllDevices: string;
|
1831
|
-
signOutAllDevicesWarning: string;
|
1832
|
-
signedOutSession: string;
|
1833
|
-
email: string;
|
1834
|
-
firstName: string;
|
1835
|
-
givenName: string;
|
1836
|
-
fullName: string;
|
1837
|
-
lastName: string;
|
1838
|
-
familyName: string;
|
1839
|
-
password: string;
|
1840
|
-
passwordConfirm: string;
|
1841
|
-
passwordNew: string;
|
1842
|
-
username: string;
|
1843
|
-
address: string;
|
1844
|
-
street: string;
|
1845
|
-
locality: string;
|
1846
|
-
region: string;
|
1847
|
-
postal_code: string;
|
1848
|
-
country: string;
|
1849
|
-
emailVerified: string;
|
1850
|
-
gssDelegationCredential: string;
|
1851
|
-
role_admin: string;
|
1852
|
-
"role_realm-admin": string;
|
1853
|
-
"role_create-realm": string;
|
1854
|
-
"role_view-realm": string;
|
1855
|
-
"role_view-users": string;
|
1856
|
-
"role_view-applications": string;
|
1857
|
-
"role_view-clients": string;
|
1858
|
-
"role_view-events": string;
|
1859
|
-
"role_view-identity-providers": string;
|
1860
|
-
"role_manage-realm": string;
|
1861
|
-
"role_manage-users": string;
|
1862
|
-
"role_manage-applications": string;
|
1863
|
-
"role_manage-identity-providers": string;
|
1864
|
-
"role_manage-clients": string;
|
1865
|
-
"role_manage-events": string;
|
1866
|
-
"role_view-profile": string;
|
1867
|
-
"role_manage-account": string;
|
1868
|
-
"role_read-token": string;
|
1869
|
-
"role_offline-access": string;
|
1870
|
-
role_uma_authorization: string;
|
1871
|
-
client_account: string;
|
1872
|
-
"client_security-admin-console": string;
|
1873
|
-
"client_admin-cli": string;
|
1874
|
-
"client_realm-management": string;
|
1875
|
-
client_broker: string;
|
1876
|
-
requiredFields: string;
|
1877
|
-
allFieldsRequired: string;
|
1878
|
-
backToApplication: string;
|
1879
|
-
backTo: string;
|
1880
|
-
date: string;
|
1881
|
-
event: string;
|
1882
|
-
ip: string;
|
1883
|
-
clients: string;
|
1884
|
-
details: string;
|
1885
|
-
started: string;
|
1886
|
-
lastAccess: string;
|
1887
|
-
expires: string;
|
1888
|
-
applications: string;
|
1889
|
-
account: string;
|
1890
|
-
federatedIdentity: string;
|
1891
|
-
authenticator: string;
|
1892
|
-
sessions: string;
|
1893
|
-
log: string;
|
1894
|
-
application: string;
|
1895
|
-
availablePermissions: string;
|
1896
|
-
grantedPermissions: string;
|
1897
|
-
grantedPersonalInfo: string;
|
1898
|
-
additionalGrants: string;
|
1899
|
-
action: string;
|
1900
|
-
inResource: string;
|
1901
|
-
fullAccess: string;
|
1902
|
-
offlineToken: string;
|
1903
|
-
revoke: string;
|
1904
|
-
missingUsernameMessage: string;
|
1905
|
-
missingFirstNameMessage: string;
|
1906
|
-
invalidEmailMessage: string;
|
1907
|
-
missingLastNameMessage: string;
|
1908
|
-
missingEmailMessage: string;
|
1909
|
-
missingPasswordMessage: string;
|
1910
|
-
notMatchPasswordMessage: string;
|
1911
|
-
missingTotpMessage: string;
|
1912
|
-
invalidPasswordExistingMessage: string;
|
1913
|
-
invalidPasswordConfirmMessage: string;
|
1914
|
-
invalidTotpMessage: string;
|
1915
|
-
usernameExistsMessage: string;
|
1916
|
-
emailExistsMessage: string;
|
1917
|
-
readOnlyUserMessage: string;
|
1918
|
-
readOnlyUsernameMessage: string;
|
1919
|
-
readOnlyPasswordMessage: string;
|
1920
|
-
successTotpMessage: string;
|
1921
|
-
successTotpRemovedMessage: string;
|
1922
|
-
successGrantRevokedMessage: string;
|
1923
|
-
accountUpdatedMessage: string;
|
1924
|
-
accountPasswordUpdatedMessage: string;
|
1925
|
-
missingIdentityProviderMessage: string;
|
1926
|
-
invalidFederatedIdentityActionMessage: string;
|
1927
|
-
identityProviderNotFoundMessage: string;
|
1928
|
-
federatedIdentityLinkNotActiveMessage: string;
|
1929
|
-
federatedIdentityRemovingLastProviderMessage: string;
|
1930
|
-
identityProviderRedirectErrorMessage: string;
|
1931
|
-
identityProviderRemovedMessage: string;
|
1932
|
-
identityProviderAlreadyLinkedMessage: string;
|
1933
|
-
staleCodeAccountMessage: string;
|
1934
|
-
consentDenied: string;
|
1935
|
-
accountDisabledMessage: string;
|
1936
|
-
accountTemporarilyDisabledMessage: string;
|
1937
|
-
invalidPasswordMinLengthMessage: string;
|
1938
|
-
invalidPasswordMinLowerCaseCharsMessage: string;
|
1939
|
-
invalidPasswordMinDigitsMessage: string;
|
1940
|
-
invalidPasswordMinUpperCaseCharsMessage: string;
|
1941
|
-
invalidPasswordMinSpecialCharsMessage: string;
|
1942
|
-
invalidPasswordNotUsernameMessage: string;
|
1943
|
-
invalidPasswordRegexPatternMessage: string;
|
1944
|
-
invalidPasswordHistoryMessage: string;
|
1945
|
-
invalidPasswordGenericMessage: string;
|
1946
|
-
locale_fa: string;
|
1947
|
-
} | {
|
1948
|
-
doSave: string;
|
1949
|
-
doCancel: string;
|
1950
|
-
doLogOutAllSessions: string;
|
1951
|
-
doRemove: string;
|
1952
|
-
doAdd: string;
|
1953
|
-
doSignOut: string;
|
1954
|
-
editAccountHtmlTitle: string;
|
1955
|
-
federatedIdentitiesHtmlTitle: string;
|
1956
|
-
accountLogHtmlTitle: string;
|
1957
|
-
changePasswordHtmlTitle: string;
|
1958
|
-
sessionsHtmlTitle: string;
|
1959
|
-
accountManagementTitle: string;
|
1960
|
-
authenticatorTitle: string;
|
1961
|
-
applicationsHtmlTitle: string;
|
1962
|
-
authenticatorCode: string;
|
1963
|
-
email: string;
|
1964
|
-
firstName: string;
|
1965
|
-
lastName: string;
|
1966
|
-
password: string;
|
1967
|
-
passwordConfirm: string;
|
1968
|
-
passwordNew: string;
|
1969
|
-
username: string;
|
1970
|
-
address: string;
|
1971
|
-
street: string;
|
1972
|
-
locality: string;
|
1973
|
-
region: string;
|
1974
|
-
postal_code: string;
|
1975
|
-
country: string;
|
1976
|
-
emailVerified: string;
|
1977
|
-
gssDelegationCredential: string;
|
1978
|
-
role_admin: string;
|
1979
|
-
"role_realm-admin": string;
|
1980
|
-
"role_create-realm": string;
|
1981
|
-
"role_view-realm": string;
|
1982
|
-
"role_view-users": string;
|
1983
|
-
"role_view-applications": string;
|
1984
|
-
"role_view-clients": string;
|
1985
|
-
"role_view-events": string;
|
1986
|
-
"role_view-identity-providers": string;
|
1987
|
-
"role_manage-realm": string;
|
1988
|
-
"role_manage-users": string;
|
1989
|
-
"role_manage-applications": string;
|
1990
|
-
"role_manage-identity-providers": string;
|
1991
|
-
"role_manage-clients": string;
|
1992
|
-
"role_manage-events": string;
|
1993
|
-
"role_view-profile": string;
|
1994
|
-
"role_manage-account": string;
|
1995
|
-
"role_read-token": string;
|
1996
|
-
"role_offline-access": string;
|
1997
|
-
role_uma_authorization: string;
|
1998
|
-
client_account: string;
|
1999
|
-
"client_security-admin-console": string;
|
2000
|
-
"client_admin-cli": string;
|
2001
|
-
"client_realm-management": string;
|
2002
|
-
requiredFields: string;
|
2003
|
-
allFieldsRequired: string;
|
2004
|
-
backToApplication: string;
|
2005
|
-
backTo: string;
|
2006
|
-
date: string;
|
2007
|
-
event: string;
|
2008
|
-
ip: string;
|
2009
|
-
client: string;
|
2010
|
-
clients: string;
|
2011
|
-
details: string;
|
2012
|
-
started: string;
|
2013
|
-
lastAccess: string;
|
2014
|
-
expires: string;
|
2015
|
-
applications: string;
|
2016
|
-
account: string;
|
2017
|
-
federatedIdentity: string;
|
2018
|
-
authenticator: string;
|
2019
|
-
sessions: string;
|
2020
|
-
log: string;
|
2021
|
-
application: string;
|
2022
|
-
availablePermissions: string;
|
2023
|
-
grantedPermissions: string;
|
2024
|
-
grantedPersonalInfo: string;
|
2025
|
-
additionalGrants: string;
|
2026
|
-
action: string;
|
2027
|
-
inResource: string;
|
2028
|
-
fullAccess: string;
|
2029
|
-
offlineToken: string;
|
2030
|
-
revoke: string;
|
2031
|
-
configureAuthenticators: string;
|
2032
|
-
mobile: string;
|
2033
|
-
totpStep1: string;
|
2034
|
-
totpStep2: string;
|
2035
|
-
totpStep3: string;
|
2036
|
-
missingUsernameMessage: string;
|
2037
|
-
missingFirstNameMessage: string;
|
2038
|
-
invalidEmailMessage: string;
|
2039
|
-
missingLastNameMessage: string;
|
2040
|
-
missingEmailMessage: string;
|
2041
|
-
missingPasswordMessage: string;
|
2042
|
-
notMatchPasswordMessage: string;
|
2043
|
-
missingTotpMessage: string;
|
2044
|
-
invalidPasswordExistingMessage: string;
|
2045
|
-
invalidPasswordConfirmMessage: string;
|
2046
|
-
invalidTotpMessage: string;
|
2047
|
-
usernameExistsMessage: string;
|
2048
|
-
emailExistsMessage: string;
|
2049
|
-
readOnlyUserMessage: string;
|
2050
|
-
readOnlyPasswordMessage: string;
|
2051
|
-
successTotpMessage: string;
|
2052
|
-
successTotpRemovedMessage: string;
|
2053
|
-
successGrantRevokedMessage: string;
|
2054
|
-
accountUpdatedMessage: string;
|
2055
|
-
accountPasswordUpdatedMessage: string;
|
2056
|
-
missingIdentityProviderMessage: string;
|
2057
|
-
invalidFederatedIdentityActionMessage: string;
|
2058
|
-
identityProviderNotFoundMessage: string;
|
2059
|
-
federatedIdentityLinkNotActiveMessage: string;
|
2060
|
-
federatedIdentityRemovingLastProviderMessage: string;
|
2061
|
-
identityProviderRedirectErrorMessage: string;
|
2062
|
-
identityProviderRemovedMessage: string;
|
2063
|
-
identityProviderAlreadyLinkedMessage: string;
|
2064
|
-
staleCodeAccountMessage: string;
|
2065
|
-
consentDenied: string;
|
2066
|
-
accountDisabledMessage: string;
|
2067
|
-
accountTemporarilyDisabledMessage: string;
|
2068
|
-
invalidPasswordMinLengthMessage: string;
|
2069
|
-
invalidPasswordMinLowerCaseCharsMessage: string;
|
2070
|
-
invalidPasswordMinDigitsMessage: string;
|
2071
|
-
invalidPasswordMinUpperCaseCharsMessage: string;
|
2072
|
-
invalidPasswordMinSpecialCharsMessage: string;
|
2073
|
-
invalidPasswordNotUsernameMessage: string;
|
2074
|
-
invalidPasswordRegexPatternMessage: string;
|
2075
|
-
invalidPasswordHistoryMessage: string;
|
2076
|
-
invalidPasswordGenericMessage: string;
|
2077
|
-
locale_fa: string;
|
2078
|
-
} | {}>;
|