From 9919f6462d10b5cb1546ec0597c32c1754f8e3ed Mon Sep 17 00:00:00 2001 From: ory-bot <60093411+ory-bot@users.noreply.github.com> Date: Tue, 29 Aug 2023 14:24:55 +0000 Subject: [PATCH] autogen(docs): generate cli docs --- docs/kratos/concepts/messages.json | 68 +++++++++++ docs/kratos/concepts/ui-user-interface.mdx | 128 +++++++++++++++++++++ 2 files changed, 196 insertions(+) diff --git a/docs/kratos/concepts/messages.json b/docs/kratos/concepts/messages.json index 379169795..570787027 100755 --- a/docs/kratos/concepts/messages.json +++ b/docs/kratos/concepts/messages.json @@ -82,6 +82,17 @@ "text": "Continue", "type": "info" }, + { + "id": 1010014, + "text": "An email containing a code has been sent to the email address you provided. If you have not received an email, check the spelling of the address and retry the login.", + "type": "info", + "context": {} + }, + { + "id": 1010015, + "text": "Sign in with code", + "type": "info" + }, { "id": 1040001, "text": "Sign up", @@ -106,6 +117,17 @@ "text": "Sign up with security key", "type": "info" }, + { + "id": 1040005, + "text": "An email containing a code has been sent to the email address you provided. If you have not received an email, check the spelling of the address and retry the registration.", + "type": "info", + "context": {} + }, + { + "id": 1040006, + "text": "Sign up with code", + "type": "info" + }, { "id": 1050001, "text": "Your changes have been saved!", @@ -315,6 +337,16 @@ "text": "Verification code", "type": "info" }, + { + "id": 1070012, + "text": "Registration code", + "type": "info" + }, + { + "id": 1070013, + "text": "Login code", + "type": "info" + }, { "id": 1080001, "text": "An email containing a verification link has been sent to the email address you provided. If you have not received an email, check the spelling of the address and make sure to use the address you registered with.", @@ -589,6 +621,18 @@ "breaches": 101 } }, + { + "id": 4000035, + "text": "This account does not exist or has not setup sign in with code.", + "type": "error", + "context": {} + }, + { + "id": 4000036, + "text": "The provided traits do not match the traits previously associated with this flow.", + "type": "error", + "context": {} + }, { "id": 4010001, "text": "The login flow expired 1.00 minutes ago, please try again.", @@ -622,6 +666,18 @@ "text": "Could not find a strategy to verify your account with. Did you fill out the form correctly?", "type": "error" }, + { + "id": 4010007, + "text": "The request was already completed successfully and can not be retried.", + "type": "error", + "context": {} + }, + { + "id": 4010008, + "text": "The login code is invalid or has already been used. Please try again.", + "type": "error", + "context": {} + }, { "id": 4040001, "text": "The registration flow expired 1.00 minutes ago, please try again.", @@ -630,6 +686,18 @@ "expired_at": "2020-01-01T00:59:59Z" } }, + { + "id": 4040002, + "text": "The request was already completed successfully and can not be retried.", + "type": "error", + "context": {} + }, + { + "id": 4040003, + "text": "The registration code is invalid or has already been used. Please try again.", + "type": "error", + "context": {} + }, { "id": 4050001, "text": "The settings flow expired 1.00 minutes ago, please try again.", diff --git a/docs/kratos/concepts/ui-user-interface.mdx b/docs/kratos/concepts/ui-user-interface.mdx index c5cde5f69..64121b8a9 100644 --- a/docs/kratos/concepts/ui-user-interface.mdx +++ b/docs/kratos/concepts/ui-user-interface.mdx @@ -1171,6 +1171,27 @@ The section below is auto-generated. Changing it has no effect as any changes wi } ``` +###### An email containing a code has been sent to the email address you provided. If you have not received an email, check the spelling of the address and retry the login. (1010014) + +```json +{ + "id": 1010014, + "text": "An email containing a code has been sent to the email address you provided. If you have not received an email, check the spelling of the address and retry the login.", + "type": "info", + "context": {} +} +``` + +###### Sign in with code (1010015) + +```json +{ + "id": 1010015, + "text": "Sign in with code", + "type": "info" +} +``` + ###### Sign up (1040001) ```json @@ -1215,6 +1236,27 @@ The section below is auto-generated. Changing it has no effect as any changes wi } ``` +###### An email containing a code has been sent to the email address you provided. If you have not received an email, check the spelling of the address and retry the registration. (1040005) + +```json +{ + "id": 1040005, + "text": "An email containing a code has been sent to the email address you provided. If you have not received an email, check the spelling of the address and retry the registration.", + "type": "info", + "context": {} +} +``` + +###### Sign up with code (1040006) + +```json +{ + "id": 1040006, + "text": "Sign up with code", + "type": "info" +} +``` + ###### Your changes have been saved! (1050001) ```json @@ -1589,6 +1631,26 @@ The section below is auto-generated. Changing it has no effect as any changes wi } ``` +###### Registration code (1070012) + +```json +{ + "id": 1070012, + "text": "Registration code", + "type": "info" +} +``` + +###### Login code (1070013) + +```json +{ + "id": 1070013, + "text": "Login code", + "type": "info" +} +``` + ###### An email containing a verification link has been sent to the email address you provided. If you have not received an email, check the spelling of the address and make sure to use the address you registered with. (1080001) ```json @@ -2048,6 +2110,28 @@ The section below is auto-generated. Changing it has no effect as any changes wi } ``` +###### This account does not exist or has not setup sign in with code. (4000035) + +```json +{ + "id": 4000035, + "text": "This account does not exist or has not setup sign in with code.", + "type": "error", + "context": {} +} +``` + +###### The provided traits do not match the traits previously associated with this flow. (4000036) + +```json +{ + "id": 4000036, + "text": "The provided traits do not match the traits previously associated with this flow.", + "type": "error", + "context": {} +} +``` + ###### The login flow expired 1.00 minutes ago, please try again. (4010001) ```json @@ -2111,6 +2195,28 @@ The section below is auto-generated. Changing it has no effect as any changes wi } ``` +###### The request was already completed successfully and can not be retried. (4010007) + +```json +{ + "id": 4010007, + "text": "The request was already completed successfully and can not be retried.", + "type": "error", + "context": {} +} +``` + +###### The login code is invalid or has already been used. Please try again. (4010008) + +```json +{ + "id": 4010008, + "text": "The login code is invalid or has already been used. Please try again.", + "type": "error", + "context": {} +} +``` + ###### The registration flow expired 1.00 minutes ago, please try again. (4040001) ```json @@ -2124,6 +2230,28 @@ The section below is auto-generated. Changing it has no effect as any changes wi } ``` +###### The request was already completed successfully and can not be retried. (4040002) + +```json +{ + "id": 4040002, + "text": "The request was already completed successfully and can not be retried.", + "type": "error", + "context": {} +} +``` + +###### The registration code is invalid or has already been used. Please try again. (4040003) + +```json +{ + "id": 4040003, + "text": "The registration code is invalid or has already been used. Please try again.", + "type": "error", + "context": {} +} +``` + ###### The settings flow expired 1.00 minutes ago, please try again. (4050001) ```json