@veruna/api-contracts 1.0.93 → 1.0.98
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/build/locales/validation.d.ts +8 -34
- package/build/locales/validation.js +8 -34
- package/build/locales/validation.js.map +1 -1
- package/build/tsconfig.tsbuildinfo +1 -1
- package/build/v1/notifications/schemas/email-template.enum.d.ts +2 -1
- package/build/v1/notifications/schemas/email-template.enum.js +2 -1
- package/build/v1/notifications/schemas/email-template.enum.js.map +1 -1
- package/build/v1/users/commands/delete-account-start.command.d.ts +3 -4
- package/build/v1/users/commands/delete-account-verify.command.d.ts +4 -2
- package/build/v1/users/commands/email-change-start.command.d.ts +2 -2
- package/build/v1/users/commands/email-change-verify.command.d.ts +4 -2
- package/build/v1/users/commands/password-change-start.command.d.ts +3 -4
- package/build/v1/users/commands/password-change-verify.command.d.ts +4 -2
- package/build/v1/users/commands/setup-email-verify.command.d.ts +4 -2
- package/build/v1/users/commands/setup-email.command.d.ts +2 -1
- package/build/v1/users/commands/setup-password-verify.command.d.ts +4 -2
- package/build/v1/users/commands/setup-password.command.d.ts +2 -1
- package/build/v1/users/queries/delete-account-status.query.d.ts +2 -1
- package/build/v1/users/queries/email-change-status.query.d.ts +2 -1
- package/build/v1/users/queries/password-change-status.query.d.ts +2 -1
- package/build/v1/users/queries/setup-email-status.query.d.ts +2 -1
- package/build/v1/users/queries/setup-password-status.query.d.ts +2 -1
- package/build/v1/users/schemas/delete-account-start-request.schema.d.ts +1 -3
- package/build/v1/users/schemas/delete-account-start-request.schema.js +1 -6
- package/build/v1/users/schemas/delete-account-start-request.schema.js.map +1 -1
- package/build/v1/users/schemas/email-change-start-request.schema.d.ts +0 -1
- package/build/v1/users/schemas/email-change-start-request.schema.js +0 -3
- package/build/v1/users/schemas/email-change-start-request.schema.js.map +1 -1
- package/build/v1/users/schemas/password-change-start-request.schema.d.ts +1 -3
- package/build/v1/users/schemas/password-change-start-request.schema.js +1 -5
- package/build/v1/users/schemas/password-change-start-request.schema.js.map +1 -1
- package/build/v1/users/schemas/setup-email-response.schema.d.ts +2 -1
- package/build/v1/users/schemas/setup-password-response.schema.d.ts +2 -1
- package/build/v1/verification/queries/get-active-verifications.query.d.ts +2 -1
- package/build/v1/verification/schemas/index.d.ts +1 -0
- package/build/v1/verification/schemas/index.js +1 -0
- package/build/v1/verification/schemas/index.js.map +1 -1
- package/build/v1/verification/schemas/verification-method.enum.d.ts +4 -0
- package/build/v1/verification/schemas/verification-method.enum.js +9 -0
- package/build/v1/verification/schemas/verification-method.enum.js.map +1 -0
- package/build/v1/verification/schemas/verification-start-response.schema.d.ts +2 -1
- package/build/v1/verification/schemas/verification-status-response.schema.d.ts +2 -1
- package/build/v1/verification/schemas/verification-step.schema.d.ts +3 -1
- package/build/v1/verification/schemas/verification-step.schema.js +4 -2
- package/build/v1/verification/schemas/verification-step.schema.js.map +1 -1
- package/build/v1/verification/schemas/verification-verify-request.schema.d.ts +2 -1
- package/build/v1/verification/schemas/verification-verify-request.schema.js +9 -2
- package/build/v1/verification/schemas/verification-verify-request.schema.js.map +1 -1
- package/build/v1/verification/schemas/verification-verify-response.schema.d.ts +2 -1
- package/build/v1/verification/verification.errors.d.ts +3 -0
- package/build/v1/verification/verification.errors.js +15 -0
- package/build/v1/verification/verification.errors.js.map +1 -1
- package/package.json +1 -1
|
@@ -5,5 +5,6 @@ export declare enum EmailTemplate {
|
|
|
5
5
|
PASSWORD_RESET = "PASSWORD_RESET",
|
|
6
6
|
PASSWORD_CHANGED = "PASSWORD_CHANGED",
|
|
7
7
|
LOGIN_FROM_NEW_DEVICE = "LOGIN_FROM_NEW_DEVICE",
|
|
8
|
-
|
|
8
|
+
EMAIL_CHANGED = "EMAIL_CHANGED",
|
|
9
|
+
OAUTH_PROVIDER_LINKED = "OAUTH_PROVIDER_LINKED"
|
|
9
10
|
}
|
|
@@ -9,6 +9,7 @@ var EmailTemplate;
|
|
|
9
9
|
EmailTemplate["PASSWORD_RESET"] = "PASSWORD_RESET";
|
|
10
10
|
EmailTemplate["PASSWORD_CHANGED"] = "PASSWORD_CHANGED";
|
|
11
11
|
EmailTemplate["LOGIN_FROM_NEW_DEVICE"] = "LOGIN_FROM_NEW_DEVICE";
|
|
12
|
-
EmailTemplate["
|
|
12
|
+
EmailTemplate["EMAIL_CHANGED"] = "EMAIL_CHANGED";
|
|
13
|
+
EmailTemplate["OAUTH_PROVIDER_LINKED"] = "OAUTH_PROVIDER_LINKED";
|
|
13
14
|
})(EmailTemplate || (exports.EmailTemplate = EmailTemplate = {}));
|
|
14
15
|
//# sourceMappingURL=email-template.enum.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"email-template.enum.js","sourceRoot":"","sources":["../../../../v1/notifications/schemas/email-template.enum.ts"],"names":[],"mappings":";;;AAIA,IAAY,
|
|
1
|
+
{"version":3,"file":"email-template.enum.js","sourceRoot":"","sources":["../../../../v1/notifications/schemas/email-template.enum.ts"],"names":[],"mappings":";;;AAIA,IAAY,aAeX;AAfD,WAAY,aAAa;IAErB,oCAAmB,CAAA;IACnB,0DAAyC,CAAA;IACzC,wDAAuC,CAAA;IACvC,kDAAiC,CAAA;IACjC,sDAAqC,CAAA;IAGrC,gEAA+C,CAAA;IAC/C,gDAA+B,CAAA;IAC/B,gEAA+C,CAAA;AAInD,CAAC,EAfW,aAAa,6BAAb,aAAa,QAexB"}
|
|
@@ -1,16 +1,15 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
import { HttpMethod } from '../../../shared/http-method';
|
|
3
3
|
export declare namespace UserDeleteAccountStartCommand {
|
|
4
|
-
const Request: z.ZodObject<{
|
|
5
|
-
password: z.ZodOptional<z.ZodString>;
|
|
6
|
-
}, z.core.$strip>;
|
|
4
|
+
const Request: z.ZodObject<{}, z.core.$strip>;
|
|
7
5
|
const Response: z.ZodObject<{
|
|
8
6
|
requestId: z.ZodString;
|
|
9
7
|
type: z.ZodEnum<typeof import("../../verification/schemas").VerificationType>;
|
|
10
8
|
status: z.ZodEnum<typeof import("../../verification/schemas").VerificationRequestStatus>;
|
|
11
9
|
steps: z.ZodArray<z.ZodObject<{
|
|
12
10
|
stepId: z.ZodString;
|
|
13
|
-
|
|
11
|
+
method: z.ZodEnum<typeof import("../../verification/schemas").VerificationMethod>;
|
|
12
|
+
channel: z.ZodNullable<z.ZodEnum<typeof import("../../verification/schemas").VerificationChannel>>;
|
|
14
13
|
address: z.ZodString;
|
|
15
14
|
status: z.ZodEnum<typeof import("../../verification/schemas").VerificationStepStatus>;
|
|
16
15
|
}, z.core.$strip>>;
|
|
@@ -4,7 +4,8 @@ export declare namespace UserDeleteAccountVerifyCommand {
|
|
|
4
4
|
const Request: z.ZodObject<{
|
|
5
5
|
requestId: z.ZodString;
|
|
6
6
|
stepId: z.ZodString;
|
|
7
|
-
code: z.ZodString
|
|
7
|
+
code: z.ZodOptional<z.ZodString>;
|
|
8
|
+
password: z.ZodOptional<z.ZodString>;
|
|
8
9
|
}, z.core.$strip>;
|
|
9
10
|
const Response: z.ZodObject<{
|
|
10
11
|
requestId: z.ZodString;
|
|
@@ -13,7 +14,8 @@ export declare namespace UserDeleteAccountVerifyCommand {
|
|
|
13
14
|
requestStatus: z.ZodEnum<typeof import("../../verification/schemas").VerificationRequestStatus>;
|
|
14
15
|
steps: z.ZodArray<z.ZodObject<{
|
|
15
16
|
stepId: z.ZodString;
|
|
16
|
-
|
|
17
|
+
method: z.ZodEnum<typeof import("../../verification/schemas").VerificationMethod>;
|
|
18
|
+
channel: z.ZodNullable<z.ZodEnum<typeof import("../../verification/schemas").VerificationChannel>>;
|
|
17
19
|
address: z.ZodString;
|
|
18
20
|
status: z.ZodEnum<typeof import("../../verification/schemas").VerificationStepStatus>;
|
|
19
21
|
}, z.core.$strip>>;
|
|
@@ -3,7 +3,6 @@ import { HttpMethod } from '../../../shared/http-method';
|
|
|
3
3
|
export declare namespace UserEmailChangeStartCommand {
|
|
4
4
|
const Request: z.ZodObject<{
|
|
5
5
|
newEmail: z.ZodString;
|
|
6
|
-
password: z.ZodString;
|
|
7
6
|
}, z.core.$strip>;
|
|
8
7
|
const Response: z.ZodObject<{
|
|
9
8
|
requestId: z.ZodString;
|
|
@@ -11,7 +10,8 @@ export declare namespace UserEmailChangeStartCommand {
|
|
|
11
10
|
status: z.ZodEnum<typeof import("../../verification/schemas").VerificationRequestStatus>;
|
|
12
11
|
steps: z.ZodArray<z.ZodObject<{
|
|
13
12
|
stepId: z.ZodString;
|
|
14
|
-
|
|
13
|
+
method: z.ZodEnum<typeof import("../../verification/schemas").VerificationMethod>;
|
|
14
|
+
channel: z.ZodNullable<z.ZodEnum<typeof import("../../verification/schemas").VerificationChannel>>;
|
|
15
15
|
address: z.ZodString;
|
|
16
16
|
status: z.ZodEnum<typeof import("../../verification/schemas").VerificationStepStatus>;
|
|
17
17
|
}, z.core.$strip>>;
|
|
@@ -4,7 +4,8 @@ export declare namespace UserEmailChangeVerifyCommand {
|
|
|
4
4
|
const Request: z.ZodObject<{
|
|
5
5
|
requestId: z.ZodString;
|
|
6
6
|
stepId: z.ZodString;
|
|
7
|
-
code: z.ZodString
|
|
7
|
+
code: z.ZodOptional<z.ZodString>;
|
|
8
|
+
password: z.ZodOptional<z.ZodString>;
|
|
8
9
|
}, z.core.$strip>;
|
|
9
10
|
const Response: z.ZodObject<{
|
|
10
11
|
requestId: z.ZodString;
|
|
@@ -13,7 +14,8 @@ export declare namespace UserEmailChangeVerifyCommand {
|
|
|
13
14
|
requestStatus: z.ZodEnum<typeof import("../../verification/schemas").VerificationRequestStatus>;
|
|
14
15
|
steps: z.ZodArray<z.ZodObject<{
|
|
15
16
|
stepId: z.ZodString;
|
|
16
|
-
|
|
17
|
+
method: z.ZodEnum<typeof import("../../verification/schemas").VerificationMethod>;
|
|
18
|
+
channel: z.ZodNullable<z.ZodEnum<typeof import("../../verification/schemas").VerificationChannel>>;
|
|
17
19
|
address: z.ZodString;
|
|
18
20
|
status: z.ZodEnum<typeof import("../../verification/schemas").VerificationStepStatus>;
|
|
19
21
|
}, z.core.$strip>>;
|
|
@@ -1,16 +1,15 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
import { HttpMethod } from '../../../shared/http-method';
|
|
3
3
|
export declare namespace UserPasswordChangeStartCommand {
|
|
4
|
-
const Request: z.ZodObject<{
|
|
5
|
-
oldPassword: z.ZodString;
|
|
6
|
-
}, z.core.$strip>;
|
|
4
|
+
const Request: z.ZodObject<{}, z.core.$strip>;
|
|
7
5
|
const Response: z.ZodObject<{
|
|
8
6
|
requestId: z.ZodString;
|
|
9
7
|
type: z.ZodEnum<typeof import("../../verification/schemas").VerificationType>;
|
|
10
8
|
status: z.ZodEnum<typeof import("../../verification/schemas").VerificationRequestStatus>;
|
|
11
9
|
steps: z.ZodArray<z.ZodObject<{
|
|
12
10
|
stepId: z.ZodString;
|
|
13
|
-
|
|
11
|
+
method: z.ZodEnum<typeof import("../../verification/schemas").VerificationMethod>;
|
|
12
|
+
channel: z.ZodNullable<z.ZodEnum<typeof import("../../verification/schemas").VerificationChannel>>;
|
|
14
13
|
address: z.ZodString;
|
|
15
14
|
status: z.ZodEnum<typeof import("../../verification/schemas").VerificationStepStatus>;
|
|
16
15
|
}, z.core.$strip>>;
|
|
@@ -4,7 +4,8 @@ export declare namespace UserPasswordChangeVerifyCommand {
|
|
|
4
4
|
const Request: z.ZodObject<{
|
|
5
5
|
requestId: z.ZodString;
|
|
6
6
|
stepId: z.ZodString;
|
|
7
|
-
code: z.ZodString
|
|
7
|
+
code: z.ZodOptional<z.ZodString>;
|
|
8
|
+
password: z.ZodOptional<z.ZodString>;
|
|
8
9
|
}, z.core.$strip>;
|
|
9
10
|
const Response: z.ZodObject<{
|
|
10
11
|
requestId: z.ZodString;
|
|
@@ -13,7 +14,8 @@ export declare namespace UserPasswordChangeVerifyCommand {
|
|
|
13
14
|
requestStatus: z.ZodEnum<typeof import("../../verification/schemas").VerificationRequestStatus>;
|
|
14
15
|
steps: z.ZodArray<z.ZodObject<{
|
|
15
16
|
stepId: z.ZodString;
|
|
16
|
-
|
|
17
|
+
method: z.ZodEnum<typeof import("../../verification/schemas").VerificationMethod>;
|
|
18
|
+
channel: z.ZodNullable<z.ZodEnum<typeof import("../../verification/schemas").VerificationChannel>>;
|
|
17
19
|
address: z.ZodString;
|
|
18
20
|
status: z.ZodEnum<typeof import("../../verification/schemas").VerificationStepStatus>;
|
|
19
21
|
}, z.core.$strip>>;
|
|
@@ -4,7 +4,8 @@ export declare namespace UserSetupEmailVerifyCommand {
|
|
|
4
4
|
const Request: z.ZodObject<{
|
|
5
5
|
requestId: z.ZodString;
|
|
6
6
|
stepId: z.ZodString;
|
|
7
|
-
code: z.ZodString
|
|
7
|
+
code: z.ZodOptional<z.ZodString>;
|
|
8
|
+
password: z.ZodOptional<z.ZodString>;
|
|
8
9
|
}, z.core.$strip>;
|
|
9
10
|
const Response: z.ZodObject<{
|
|
10
11
|
requestId: z.ZodString;
|
|
@@ -13,7 +14,8 @@ export declare namespace UserSetupEmailVerifyCommand {
|
|
|
13
14
|
requestStatus: z.ZodEnum<typeof import("../../verification/schemas").VerificationRequestStatus>;
|
|
14
15
|
steps: z.ZodArray<z.ZodObject<{
|
|
15
16
|
stepId: z.ZodString;
|
|
16
|
-
|
|
17
|
+
method: z.ZodEnum<typeof import("../../verification/schemas").VerificationMethod>;
|
|
18
|
+
channel: z.ZodNullable<z.ZodEnum<typeof import("../../verification/schemas").VerificationChannel>>;
|
|
17
19
|
address: z.ZodString;
|
|
18
20
|
status: z.ZodEnum<typeof import("../../verification/schemas").VerificationStepStatus>;
|
|
19
21
|
}, z.core.$strip>>;
|
|
@@ -10,7 +10,8 @@ export declare namespace UserSetupEmailCommand {
|
|
|
10
10
|
status: z.ZodEnum<typeof import("../..").VerificationRequestStatus>;
|
|
11
11
|
steps: z.ZodArray<z.ZodObject<{
|
|
12
12
|
stepId: z.ZodString;
|
|
13
|
-
|
|
13
|
+
method: z.ZodEnum<typeof import("../..").VerificationMethod>;
|
|
14
|
+
channel: z.ZodNullable<z.ZodEnum<typeof import("../..").VerificationChannel>>;
|
|
14
15
|
address: z.ZodString;
|
|
15
16
|
status: z.ZodEnum<typeof import("../..").VerificationStepStatus>;
|
|
16
17
|
}, z.core.$strip>>;
|
|
@@ -4,7 +4,8 @@ export declare namespace UserSetupPasswordVerifyCommand {
|
|
|
4
4
|
const Request: z.ZodObject<{
|
|
5
5
|
requestId: z.ZodString;
|
|
6
6
|
stepId: z.ZodString;
|
|
7
|
-
code: z.ZodString
|
|
7
|
+
code: z.ZodOptional<z.ZodString>;
|
|
8
|
+
password: z.ZodOptional<z.ZodString>;
|
|
8
9
|
}, z.core.$strip>;
|
|
9
10
|
const Response: z.ZodObject<{
|
|
10
11
|
requestId: z.ZodString;
|
|
@@ -13,7 +14,8 @@ export declare namespace UserSetupPasswordVerifyCommand {
|
|
|
13
14
|
requestStatus: z.ZodEnum<typeof import("../../verification/schemas").VerificationRequestStatus>;
|
|
14
15
|
steps: z.ZodArray<z.ZodObject<{
|
|
15
16
|
stepId: z.ZodString;
|
|
16
|
-
|
|
17
|
+
method: z.ZodEnum<typeof import("../../verification/schemas").VerificationMethod>;
|
|
18
|
+
channel: z.ZodNullable<z.ZodEnum<typeof import("../../verification/schemas").VerificationChannel>>;
|
|
17
19
|
address: z.ZodString;
|
|
18
20
|
status: z.ZodEnum<typeof import("../../verification/schemas").VerificationStepStatus>;
|
|
19
21
|
}, z.core.$strip>>;
|
|
@@ -8,7 +8,8 @@ export declare namespace UserSetupPasswordCommand {
|
|
|
8
8
|
status: z.ZodEnum<typeof import("../..").VerificationRequestStatus>;
|
|
9
9
|
steps: z.ZodArray<z.ZodObject<{
|
|
10
10
|
stepId: z.ZodString;
|
|
11
|
-
|
|
11
|
+
method: z.ZodEnum<typeof import("../..").VerificationMethod>;
|
|
12
|
+
channel: z.ZodNullable<z.ZodEnum<typeof import("../..").VerificationChannel>>;
|
|
12
13
|
address: z.ZodString;
|
|
13
14
|
status: z.ZodEnum<typeof import("../..").VerificationStepStatus>;
|
|
14
15
|
}, z.core.$strip>>;
|
|
@@ -10,7 +10,8 @@ export declare namespace UserDeleteAccountStatusQuery {
|
|
|
10
10
|
status: z.ZodEnum<typeof import("../../verification/schemas").VerificationRequestStatus>;
|
|
11
11
|
steps: z.ZodArray<z.ZodObject<{
|
|
12
12
|
stepId: z.ZodString;
|
|
13
|
-
|
|
13
|
+
method: z.ZodEnum<typeof import("../../verification/schemas").VerificationMethod>;
|
|
14
|
+
channel: z.ZodNullable<z.ZodEnum<typeof import("../../verification/schemas").VerificationChannel>>;
|
|
14
15
|
address: z.ZodString;
|
|
15
16
|
status: z.ZodEnum<typeof import("../../verification/schemas").VerificationStepStatus>;
|
|
16
17
|
}, z.core.$strip>>;
|
|
@@ -10,7 +10,8 @@ export declare namespace UserEmailChangeStatusQuery {
|
|
|
10
10
|
status: z.ZodEnum<typeof import("../../verification/schemas").VerificationRequestStatus>;
|
|
11
11
|
steps: z.ZodArray<z.ZodObject<{
|
|
12
12
|
stepId: z.ZodString;
|
|
13
|
-
|
|
13
|
+
method: z.ZodEnum<typeof import("../../verification/schemas").VerificationMethod>;
|
|
14
|
+
channel: z.ZodNullable<z.ZodEnum<typeof import("../../verification/schemas").VerificationChannel>>;
|
|
14
15
|
address: z.ZodString;
|
|
15
16
|
status: z.ZodEnum<typeof import("../../verification/schemas").VerificationStepStatus>;
|
|
16
17
|
}, z.core.$strip>>;
|
|
@@ -10,7 +10,8 @@ export declare namespace UserPasswordChangeStatusQuery {
|
|
|
10
10
|
status: z.ZodEnum<typeof import("../../verification/schemas").VerificationRequestStatus>;
|
|
11
11
|
steps: z.ZodArray<z.ZodObject<{
|
|
12
12
|
stepId: z.ZodString;
|
|
13
|
-
|
|
13
|
+
method: z.ZodEnum<typeof import("../../verification/schemas").VerificationMethod>;
|
|
14
|
+
channel: z.ZodNullable<z.ZodEnum<typeof import("../../verification/schemas").VerificationChannel>>;
|
|
14
15
|
address: z.ZodString;
|
|
15
16
|
status: z.ZodEnum<typeof import("../../verification/schemas").VerificationStepStatus>;
|
|
16
17
|
}, z.core.$strip>>;
|
|
@@ -10,7 +10,8 @@ export declare namespace UserSetupEmailStatusQuery {
|
|
|
10
10
|
status: z.ZodEnum<typeof import("../../verification/schemas").VerificationRequestStatus>;
|
|
11
11
|
steps: z.ZodArray<z.ZodObject<{
|
|
12
12
|
stepId: z.ZodString;
|
|
13
|
-
|
|
13
|
+
method: z.ZodEnum<typeof import("../../verification/schemas").VerificationMethod>;
|
|
14
|
+
channel: z.ZodNullable<z.ZodEnum<typeof import("../../verification/schemas").VerificationChannel>>;
|
|
14
15
|
address: z.ZodString;
|
|
15
16
|
status: z.ZodEnum<typeof import("../../verification/schemas").VerificationStepStatus>;
|
|
16
17
|
}, z.core.$strip>>;
|
|
@@ -10,7 +10,8 @@ export declare namespace UserSetupPasswordStatusQuery {
|
|
|
10
10
|
status: z.ZodEnum<typeof import("../../verification/schemas").VerificationRequestStatus>;
|
|
11
11
|
steps: z.ZodArray<z.ZodObject<{
|
|
12
12
|
stepId: z.ZodString;
|
|
13
|
-
|
|
13
|
+
method: z.ZodEnum<typeof import("../../verification/schemas").VerificationMethod>;
|
|
14
|
+
channel: z.ZodNullable<z.ZodEnum<typeof import("../../verification/schemas").VerificationChannel>>;
|
|
14
15
|
address: z.ZodString;
|
|
15
16
|
status: z.ZodEnum<typeof import("../../verification/schemas").VerificationStepStatus>;
|
|
16
17
|
}, z.core.$strip>>;
|
|
@@ -2,10 +2,5 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DeleteAccountStartRequestSchema = void 0;
|
|
4
4
|
const zod_1 = require("zod");
|
|
5
|
-
exports.DeleteAccountStartRequestSchema = zod_1.z.object({
|
|
6
|
-
password: zod_1.z
|
|
7
|
-
.string({ error: 'DeleteAccountStartRequest.password.required' })
|
|
8
|
-
.min(1, { message: 'DeleteAccountStartRequest.password.min' })
|
|
9
|
-
.optional(),
|
|
10
|
-
});
|
|
5
|
+
exports.DeleteAccountStartRequestSchema = zod_1.z.object({});
|
|
11
6
|
//# sourceMappingURL=delete-account-start-request.schema.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"delete-account-start-request.schema.js","sourceRoot":"","sources":["../../../../v1/users/schemas/delete-account-start-request.schema.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;
|
|
1
|
+
{"version":3,"file":"delete-account-start-request.schema.js","sourceRoot":"","sources":["../../../../v1/users/schemas/delete-account-start-request.schema.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AAMX,QAAA,+BAA+B,GAAG,OAAC,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC"}
|
|
@@ -5,8 +5,5 @@ const zod_1 = require("zod");
|
|
|
5
5
|
const common_schemas_1 = require("../../../shared/common-schemas");
|
|
6
6
|
exports.EmailChangeStartRequestSchema = zod_1.z.object({
|
|
7
7
|
newEmail: (0, common_schemas_1.normalizedEmailSchema)('EmailChangeStartRequest.newEmail.required', 'EmailChangeStartRequest.newEmail.invalid'),
|
|
8
|
-
password: zod_1.z
|
|
9
|
-
.string({ error: 'EmailChangeStartRequest.password.required' })
|
|
10
|
-
.min(1, { message: 'EmailChangeStartRequest.password.min' }),
|
|
11
8
|
});
|
|
12
9
|
//# sourceMappingURL=email-change-start-request.schema.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"email-change-start-request.schema.js","sourceRoot":"","sources":["../../../../v1/users/schemas/email-change-start-request.schema.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,mEAAuE;AAM1D,QAAA,6BAA6B,GAAG,OAAC,CAAC,MAAM,CAAC;IAClD,QAAQ,EAAE,IAAA,sCAAqB,EAC3B,2CAA2C,EAC3C,0CAA0C,CAC7C;
|
|
1
|
+
{"version":3,"file":"email-change-start-request.schema.js","sourceRoot":"","sources":["../../../../v1/users/schemas/email-change-start-request.schema.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,mEAAuE;AAM1D,QAAA,6BAA6B,GAAG,OAAC,CAAC,MAAM,CAAC;IAClD,QAAQ,EAAE,IAAA,sCAAqB,EAC3B,2CAA2C,EAC3C,0CAA0C,CAC7C;CACJ,CAAC,CAAC"}
|
|
@@ -2,9 +2,5 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.PasswordChangeStartRequestSchema = void 0;
|
|
4
4
|
const zod_1 = require("zod");
|
|
5
|
-
exports.PasswordChangeStartRequestSchema = zod_1.z.object({
|
|
6
|
-
oldPassword: zod_1.z
|
|
7
|
-
.string({ error: 'PasswordChangeStartRequest.oldPassword.required' })
|
|
8
|
-
.min(1, { message: 'PasswordChangeStartRequest.oldPassword.min' }),
|
|
9
|
-
});
|
|
5
|
+
exports.PasswordChangeStartRequestSchema = zod_1.z.object({});
|
|
10
6
|
//# sourceMappingURL=password-change-start-request.schema.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"password-change-start-request.schema.js","sourceRoot":"","sources":["../../../../v1/users/schemas/password-change-start-request.schema.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AAMX,QAAA,gCAAgC,GAAG,OAAC,CAAC,MAAM,CAAC
|
|
1
|
+
{"version":3,"file":"password-change-start-request.schema.js","sourceRoot":"","sources":["../../../../v1/users/schemas/password-change-start-request.schema.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AAMX,QAAA,gCAAgC,GAAG,OAAC,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC"}
|
|
@@ -4,7 +4,8 @@ export declare const SetupEmailResponseSchema: import("zod").ZodObject<{
|
|
|
4
4
|
status: import("zod").ZodEnum<typeof import("../../verification/schemas").VerificationRequestStatus>;
|
|
5
5
|
steps: import("zod").ZodArray<import("zod").ZodObject<{
|
|
6
6
|
stepId: import("zod").ZodString;
|
|
7
|
-
|
|
7
|
+
method: import("zod").ZodEnum<typeof import("../../verification/schemas").VerificationMethod>;
|
|
8
|
+
channel: import("zod").ZodNullable<import("zod").ZodEnum<typeof import("../../verification/schemas").VerificationChannel>>;
|
|
8
9
|
address: import("zod").ZodString;
|
|
9
10
|
status: import("zod").ZodEnum<typeof import("../../verification/schemas").VerificationStepStatus>;
|
|
10
11
|
}, import("zod/v4/core").$strip>>;
|
|
@@ -4,7 +4,8 @@ export declare const SetupPasswordResponseSchema: import("zod").ZodObject<{
|
|
|
4
4
|
status: import("zod").ZodEnum<typeof import("../../verification/schemas").VerificationRequestStatus>;
|
|
5
5
|
steps: import("zod").ZodArray<import("zod").ZodObject<{
|
|
6
6
|
stepId: import("zod").ZodString;
|
|
7
|
-
|
|
7
|
+
method: import("zod").ZodEnum<typeof import("../../verification/schemas").VerificationMethod>;
|
|
8
|
+
channel: import("zod").ZodNullable<import("zod").ZodEnum<typeof import("../../verification/schemas").VerificationChannel>>;
|
|
8
9
|
address: import("zod").ZodString;
|
|
9
10
|
status: import("zod").ZodEnum<typeof import("../../verification/schemas").VerificationStepStatus>;
|
|
10
11
|
}, import("zod/v4/core").$strip>>;
|
|
@@ -9,7 +9,8 @@ export declare namespace GetActiveVerificationsQuery {
|
|
|
9
9
|
status: z.ZodEnum<typeof import("..").VerificationRequestStatus>;
|
|
10
10
|
steps: z.ZodArray<z.ZodObject<{
|
|
11
11
|
stepId: z.ZodString;
|
|
12
|
-
|
|
12
|
+
method: z.ZodEnum<typeof import("..").VerificationMethod>;
|
|
13
|
+
channel: z.ZodNullable<z.ZodEnum<typeof import("..").VerificationChannel>>;
|
|
13
14
|
address: z.ZodString;
|
|
14
15
|
status: z.ZodEnum<typeof import("..").VerificationStepStatus>;
|
|
15
16
|
}, z.core.$strip>>;
|
|
@@ -14,6 +14,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./verification-method.enum"), exports);
|
|
17
18
|
__exportStar(require("./verification-channel.enum"), exports);
|
|
18
19
|
__exportStar(require("./verification-step-status.enum"), exports);
|
|
19
20
|
__exportStar(require("./verification-request-status.enum"), exports);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../v1/verification/schemas/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8DAA4C;AAC5C,kEAAgD;AAChD,qEAAmD;AACnD,2DAAyC;AACzC,6DAA2C;AAC3C,uEAAqD;AACrD,uEAAqD;AACrD,wEAAsD;AACtD,wEAAsD;AACtD,yEAAuD;AACvD,0EAAwD;AACxD,uEAAqD;AACrD,wEAAsD"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../v1/verification/schemas/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,6DAA2C;AAC3C,8DAA4C;AAC5C,kEAAgD;AAChD,qEAAmD;AACnD,2DAAyC;AACzC,6DAA2C;AAC3C,uEAAqD;AACrD,uEAAqD;AACrD,wEAAsD;AACtD,wEAAsD;AACtD,yEAAuD;AACvD,0EAAwD;AACxD,uEAAqD;AACrD,wEAAsD"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.VerificationMethod = void 0;
|
|
4
|
+
var VerificationMethod;
|
|
5
|
+
(function (VerificationMethod) {
|
|
6
|
+
VerificationMethod["PASSWORD"] = "PASSWORD";
|
|
7
|
+
VerificationMethod["OTP"] = "OTP";
|
|
8
|
+
})(VerificationMethod || (exports.VerificationMethod = VerificationMethod = {}));
|
|
9
|
+
//# sourceMappingURL=verification-method.enum.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"verification-method.enum.js","sourceRoot":"","sources":["../../../../v1/verification/schemas/verification-method.enum.ts"],"names":[],"mappings":";;;AAAA,IAAY,kBAGX;AAHD,WAAY,kBAAkB;IAC1B,2CAAqB,CAAA;IACrB,iCAAW,CAAA;AACf,CAAC,EAHW,kBAAkB,kCAAlB,kBAAkB,QAG7B"}
|
|
@@ -7,7 +7,8 @@ export declare const VerificationStartResponseSchema: z.ZodObject<{
|
|
|
7
7
|
status: z.ZodEnum<typeof VerificationRequestStatus>;
|
|
8
8
|
steps: z.ZodArray<z.ZodObject<{
|
|
9
9
|
stepId: z.ZodString;
|
|
10
|
-
|
|
10
|
+
method: z.ZodEnum<typeof import("./verification-method.enum").VerificationMethod>;
|
|
11
|
+
channel: z.ZodNullable<z.ZodEnum<typeof import("./verification-channel.enum").VerificationChannel>>;
|
|
11
12
|
address: z.ZodString;
|
|
12
13
|
status: z.ZodEnum<typeof import("./verification-step-status.enum").VerificationStepStatus>;
|
|
13
14
|
}, z.core.$strip>>;
|
|
@@ -7,7 +7,8 @@ export declare const VerificationStatusResponseSchema: z.ZodObject<{
|
|
|
7
7
|
status: z.ZodEnum<typeof VerificationRequestStatus>;
|
|
8
8
|
steps: z.ZodArray<z.ZodObject<{
|
|
9
9
|
stepId: z.ZodString;
|
|
10
|
-
|
|
10
|
+
method: z.ZodEnum<typeof import("./verification-method.enum").VerificationMethod>;
|
|
11
|
+
channel: z.ZodNullable<z.ZodEnum<typeof import("./verification-channel.enum").VerificationChannel>>;
|
|
11
12
|
address: z.ZodString;
|
|
12
13
|
status: z.ZodEnum<typeof import("./verification-step-status.enum").VerificationStepStatus>;
|
|
13
14
|
}, z.core.$strip>>;
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
+
import { VerificationMethod } from './verification-method.enum';
|
|
2
3
|
import { VerificationChannel } from './verification-channel.enum';
|
|
3
4
|
import { VerificationStepStatus } from './verification-step-status.enum';
|
|
4
5
|
export declare const VerificationStepSchema: z.ZodObject<{
|
|
5
6
|
stepId: z.ZodString;
|
|
6
|
-
|
|
7
|
+
method: z.ZodEnum<typeof VerificationMethod>;
|
|
8
|
+
channel: z.ZodNullable<z.ZodEnum<typeof VerificationChannel>>;
|
|
7
9
|
address: z.ZodString;
|
|
8
10
|
status: z.ZodEnum<typeof VerificationStepStatus>;
|
|
9
11
|
}, z.core.$strip>;
|
|
@@ -2,12 +2,14 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.VerificationStepSchema = void 0;
|
|
4
4
|
const zod_1 = require("zod");
|
|
5
|
+
const verification_method_enum_1 = require("./verification-method.enum");
|
|
5
6
|
const verification_channel_enum_1 = require("./verification-channel.enum");
|
|
6
7
|
const verification_step_status_enum_1 = require("./verification-step-status.enum");
|
|
7
8
|
exports.VerificationStepSchema = zod_1.z.object({
|
|
8
9
|
stepId: zod_1.z.string(),
|
|
9
|
-
|
|
10
|
-
|
|
10
|
+
method: zod_1.z.enum(verification_method_enum_1.VerificationMethod),
|
|
11
|
+
channel: zod_1.z.enum(verification_channel_enum_1.VerificationChannel).nullable(),
|
|
12
|
+
address: zod_1.z.string(),
|
|
11
13
|
status: zod_1.z.enum(verification_step_status_enum_1.VerificationStepStatus),
|
|
12
14
|
});
|
|
13
15
|
//# sourceMappingURL=verification-step.schema.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"verification-step.schema.js","sourceRoot":"","sources":["../../../../v1/verification/schemas/verification-step.schema.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,2EAAkE;AAClE,mFAAyE;AAE5D,QAAA,sBAAsB,GAAG,OAAC,CAAC,MAAM,CAAC;IAC3C,MAAM,EAAE,OAAC,CAAC,MAAM,EAAE;IAClB,
|
|
1
|
+
{"version":3,"file":"verification-step.schema.js","sourceRoot":"","sources":["../../../../v1/verification/schemas/verification-step.schema.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,yEAAgE;AAChE,2EAAkE;AAClE,mFAAyE;AAE5D,QAAA,sBAAsB,GAAG,OAAC,CAAC,MAAM,CAAC;IAC3C,MAAM,EAAE,OAAC,CAAC,MAAM,EAAE;IAClB,MAAM,EAAE,OAAC,CAAC,IAAI,CAAC,6CAAkB,CAAC;IAClC,OAAO,EAAE,OAAC,CAAC,IAAI,CAAC,+CAAmB,CAAC,CAAC,QAAQ,EAAE;IAC/C,OAAO,EAAE,OAAC,CAAC,MAAM,EAAE;IACnB,MAAM,EAAE,OAAC,CAAC,IAAI,CAAC,sDAAsB,CAAC;CACzC,CAAC,CAAC"}
|
|
@@ -10,7 +10,14 @@ exports.VerificationVerifyRequestSchema = zod_1.z.object({
|
|
|
10
10
|
.string({ error: 'VerificationVerifyRequest.stepId.required' })
|
|
11
11
|
.uuid({ message: 'VerificationVerifyRequest.stepId.invalid' }),
|
|
12
12
|
code: zod_1.z
|
|
13
|
-
.string(
|
|
14
|
-
.
|
|
13
|
+
.string()
|
|
14
|
+
.min(1, { message: 'VerificationVerifyRequest.code.min' })
|
|
15
|
+
.max(128, { message: 'VerificationVerifyRequest.code.max' })
|
|
16
|
+
.optional(),
|
|
17
|
+
password: zod_1.z
|
|
18
|
+
.string()
|
|
19
|
+
.min(1, { message: 'VerificationVerifyRequest.password.min' })
|
|
20
|
+
.max(128, { message: 'VerificationVerifyRequest.password.max' })
|
|
21
|
+
.optional(),
|
|
15
22
|
});
|
|
16
23
|
//# sourceMappingURL=verification-verify-request.schema.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"verification-verify-request.schema.js","sourceRoot":"","sources":["../../../../v1/verification/schemas/verification-verify-request.schema.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;
|
|
1
|
+
{"version":3,"file":"verification-verify-request.schema.js","sourceRoot":"","sources":["../../../../v1/verification/schemas/verification-verify-request.schema.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AASX,QAAA,+BAA+B,GAAG,OAAC,CAAC,MAAM,CAAC;IACpD,SAAS,EAAE,OAAC;SACP,MAAM,CAAC,EAAE,KAAK,EAAE,8CAA8C,EAAE,CAAC;SACjE,IAAI,CAAC,EAAE,OAAO,EAAE,6CAA6C,EAAE,CAAC;IACrE,MAAM,EAAE,OAAC;SACJ,MAAM,CAAC,EAAE,KAAK,EAAE,2CAA2C,EAAE,CAAC;SAC9D,IAAI,CAAC,EAAE,OAAO,EAAE,0CAA0C,EAAE,CAAC;IAClE,IAAI,EAAE,OAAC;SACF,MAAM,EAAE;SACR,GAAG,CAAC,CAAC,EAAE,EAAE,OAAO,EAAE,oCAAoC,EAAE,CAAC;SACzD,GAAG,CAAC,GAAG,EAAE,EAAE,OAAO,EAAE,oCAAoC,EAAE,CAAC;SAC3D,QAAQ,EAAE;IACf,QAAQ,EAAE,OAAC;SACN,MAAM,EAAE;SACR,GAAG,CAAC,CAAC,EAAE,EAAE,OAAO,EAAE,wCAAwC,EAAE,CAAC;SAC7D,GAAG,CAAC,GAAG,EAAE,EAAE,OAAO,EAAE,wCAAwC,EAAE,CAAC;SAC/D,QAAQ,EAAE;CAClB,CAAC,CAAC"}
|
|
@@ -8,7 +8,8 @@ export declare const VerificationVerifyResponseSchema: z.ZodObject<{
|
|
|
8
8
|
requestStatus: z.ZodEnum<typeof VerificationRequestStatus>;
|
|
9
9
|
steps: z.ZodArray<z.ZodObject<{
|
|
10
10
|
stepId: z.ZodString;
|
|
11
|
-
|
|
11
|
+
method: z.ZodEnum<typeof import("./verification-method.enum").VerificationMethod>;
|
|
12
|
+
channel: z.ZodNullable<z.ZodEnum<typeof import("./verification-channel.enum").VerificationChannel>>;
|
|
12
13
|
address: z.ZodString;
|
|
13
14
|
status: z.ZodEnum<typeof VerificationStepStatus>;
|
|
14
15
|
}, z.core.$strip>>;
|
|
@@ -9,6 +9,9 @@ export declare enum VerificationErrorCode {
|
|
|
9
9
|
STEP_NOT_READY = "STEP_NOT_READY",
|
|
10
10
|
INVALID_PAYLOAD = "INVALID_PAYLOAD",
|
|
11
11
|
RATE_LIMITED = "RATE_LIMITED",
|
|
12
|
+
RESEND_NOT_SUPPORTED = "RESEND_NOT_SUPPORTED",
|
|
13
|
+
PASSWORD_REQUIRED = "PASSWORD_REQUIRED",
|
|
14
|
+
CODE_REQUIRED = "CODE_REQUIRED",
|
|
12
15
|
INTERNAL_SERVER_ERROR = "INTERNAL_SERVER_ERROR"
|
|
13
16
|
}
|
|
14
17
|
export declare const VERIFICATION_ERRORS: Record<VerificationErrorCode, ErrorMetadata>;
|
|
@@ -12,6 +12,9 @@ var VerificationErrorCode;
|
|
|
12
12
|
VerificationErrorCode["STEP_NOT_READY"] = "STEP_NOT_READY";
|
|
13
13
|
VerificationErrorCode["INVALID_PAYLOAD"] = "INVALID_PAYLOAD";
|
|
14
14
|
VerificationErrorCode["RATE_LIMITED"] = "RATE_LIMITED";
|
|
15
|
+
VerificationErrorCode["RESEND_NOT_SUPPORTED"] = "RESEND_NOT_SUPPORTED";
|
|
16
|
+
VerificationErrorCode["PASSWORD_REQUIRED"] = "PASSWORD_REQUIRED";
|
|
17
|
+
VerificationErrorCode["CODE_REQUIRED"] = "CODE_REQUIRED";
|
|
15
18
|
VerificationErrorCode["INTERNAL_SERVER_ERROR"] = "INTERNAL_SERVER_ERROR";
|
|
16
19
|
})(VerificationErrorCode || (exports.VerificationErrorCode = VerificationErrorCode = {}));
|
|
17
20
|
exports.VERIFICATION_ERRORS = {
|
|
@@ -51,6 +54,18 @@ exports.VERIFICATION_ERRORS = {
|
|
|
51
54
|
code: VerificationErrorCode.RATE_LIMITED,
|
|
52
55
|
statusCode: 429,
|
|
53
56
|
},
|
|
57
|
+
[VerificationErrorCode.RESEND_NOT_SUPPORTED]: {
|
|
58
|
+
code: VerificationErrorCode.RESEND_NOT_SUPPORTED,
|
|
59
|
+
statusCode: 400,
|
|
60
|
+
},
|
|
61
|
+
[VerificationErrorCode.PASSWORD_REQUIRED]: {
|
|
62
|
+
code: VerificationErrorCode.PASSWORD_REQUIRED,
|
|
63
|
+
statusCode: 400,
|
|
64
|
+
},
|
|
65
|
+
[VerificationErrorCode.CODE_REQUIRED]: {
|
|
66
|
+
code: VerificationErrorCode.CODE_REQUIRED,
|
|
67
|
+
statusCode: 400,
|
|
68
|
+
},
|
|
54
69
|
[VerificationErrorCode.INTERNAL_SERVER_ERROR]: {
|
|
55
70
|
code: VerificationErrorCode.INTERNAL_SERVER_ERROR,
|
|
56
71
|
statusCode: 500,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"verification.errors.js","sourceRoot":"","sources":["../../../v1/verification/verification.errors.ts"],"names":[],"mappings":";;;AAEA,IAAY,
|
|
1
|
+
{"version":3,"file":"verification.errors.js","sourceRoot":"","sources":["../../../v1/verification/verification.errors.ts"],"names":[],"mappings":";;;AAEA,IAAY,qBAcX;AAdD,WAAY,qBAAqB;IAC7B,sDAA6B,CAAA;IAC7B,0EAAiD,CAAA;IACjD,wEAA+C,CAAA;IAC/C,sDAA6B,CAAA;IAC7B,4DAAmC,CAAA;IACnC,gEAAuC,CAAA;IACvC,0DAAiC,CAAA;IACjC,4DAAmC,CAAA;IACnC,sDAA6B,CAAA;IAC7B,sEAA6C,CAAA;IAC7C,gEAAuC,CAAA;IACvC,wDAA+B,CAAA;IAC/B,wEAA+C,CAAA;AACnD,CAAC,EAdW,qBAAqB,qCAArB,qBAAqB,QAchC;AAEY,QAAA,mBAAmB,GAAiD;IAC7E,CAAC,qBAAqB,CAAC,YAAY,CAAC,EAAE;QAClC,IAAI,EAAE,qBAAqB,CAAC,YAAY;QACxC,UAAU,EAAE,GAAG;KAClB;IACD,CAAC,qBAAqB,CAAC,sBAAsB,CAAC,EAAE;QAC5C,IAAI,EAAE,qBAAqB,CAAC,sBAAsB;QAClD,UAAU,EAAE,GAAG;KAClB;IACD,CAAC,qBAAqB,CAAC,qBAAqB,CAAC,EAAE;QAC3C,IAAI,EAAE,qBAAqB,CAAC,qBAAqB;QACjD,UAAU,EAAE,GAAG;KAClB;IACD,CAAC,qBAAqB,CAAC,YAAY,CAAC,EAAE;QAClC,IAAI,EAAE,qBAAqB,CAAC,YAAY;QACxC,UAAU,EAAE,GAAG;KAClB;IACD,CAAC,qBAAqB,CAAC,eAAe,CAAC,EAAE;QACrC,IAAI,EAAE,qBAAqB,CAAC,eAAe;QAC3C,UAAU,EAAE,GAAG;KAClB;IACD,CAAC,qBAAqB,CAAC,iBAAiB,CAAC,EAAE;QACvC,IAAI,EAAE,qBAAqB,CAAC,iBAAiB;QAC7C,UAAU,EAAE,GAAG;KAClB;IACD,CAAC,qBAAqB,CAAC,cAAc,CAAC,EAAE;QACpC,IAAI,EAAE,qBAAqB,CAAC,cAAc;QAC1C,UAAU,EAAE,GAAG;KAClB;IACD,CAAC,qBAAqB,CAAC,eAAe,CAAC,EAAE;QACrC,IAAI,EAAE,qBAAqB,CAAC,eAAe;QAC3C,UAAU,EAAE,GAAG;KAClB;IACD,CAAC,qBAAqB,CAAC,YAAY,CAAC,EAAE;QAClC,IAAI,EAAE,qBAAqB,CAAC,YAAY;QACxC,UAAU,EAAE,GAAG;KAClB;IACD,CAAC,qBAAqB,CAAC,oBAAoB,CAAC,EAAE;QAC1C,IAAI,EAAE,qBAAqB,CAAC,oBAAoB;QAChD,UAAU,EAAE,GAAG;KAClB;IACD,CAAC,qBAAqB,CAAC,iBAAiB,CAAC,EAAE;QACvC,IAAI,EAAE,qBAAqB,CAAC,iBAAiB;QAC7C,UAAU,EAAE,GAAG;KAClB;IACD,CAAC,qBAAqB,CAAC,aAAa,CAAC,EAAE;QACnC,IAAI,EAAE,qBAAqB,CAAC,aAAa;QACzC,UAAU,EAAE,GAAG;KAClB;IACD,CAAC,qBAAqB,CAAC,qBAAqB,CAAC,EAAE;QAC3C,IAAI,EAAE,qBAAqB,CAAC,qBAAqB;QACjD,UAAU,EAAE,GAAG;KAClB;CACK,CAAC"}
|