@marcoappio/marco-config 2.0.183 → 2.0.185
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/dist/clients/account.d.ts +8 -8
- package/dist/clients/account.d.ts.map +1 -1
- package/dist/clients/account.js +2 -11
- package/dist/clients/contact.d.ts +1 -1
- package/dist/clients/draft.d.ts +17 -17
- package/dist/clients/draft.js +2 -2
- package/dist/clients/index.d.ts +39 -39
- package/dist/clients/thread.d.ts +5 -5
- package/dist/clients/thread.js +1 -1
- package/dist/clients/user.d.ts +8 -8
- package/dist/constants/emailProvider.d.ts +17 -0
- package/dist/constants/emailProvider.d.ts.map +1 -0
- package/dist/constants/emailProvider.js +18 -0
- package/dist/constants/index.d.ts +22 -0
- package/dist/constants/index.d.ts.map +1 -0
- package/dist/constants/index.js +6 -0
- package/dist/constants/messages.d.ts +4 -0
- package/dist/constants/messages.d.ts.map +1 -0
- package/dist/{constants.js → constants/messages.js} +1 -1
- package/dist/schemas.d.ts +14 -3
- package/dist/schemas.d.ts.map +1 -1
- package/dist/schemas.js +18 -7
- package/dist/sdk/endpoints/index.d.ts +45 -45
- package/dist/sdk/endpoints/private/index.d.ts +39 -39
- package/dist/sdk/endpoints/private/sync/index.d.ts +39 -39
- package/dist/sdk/endpoints/private/sync/pull/account.d.ts +2 -2
- package/dist/sdk/endpoints/private/sync/pull/contact.d.ts +1 -1
- package/dist/sdk/endpoints/private/sync/pull/draft.d.ts +3 -3
- package/dist/sdk/endpoints/private/sync/pull/index.d.ts +13 -13
- package/dist/sdk/endpoints/private/sync/pull/thread.d.ts +5 -5
- package/dist/sdk/endpoints/private/sync/pull/user.d.ts +2 -2
- package/dist/sdk/endpoints/private/sync/push/account.d.ts +6 -6
- package/dist/sdk/endpoints/private/sync/push/draft.d.ts +14 -14
- package/dist/sdk/endpoints/private/sync/push/index.d.ts +26 -26
- package/dist/sdk/endpoints/private/sync/push/user.d.ts +6 -6
- package/dist/sdk/endpoints/public/auth/index.d.ts +6 -6
- package/dist/sdk/endpoints/public/auth/refreshAuth.d.ts +3 -3
- package/dist/sdk/endpoints/public/auth/verifyAuthCode.d.ts +3 -3
- package/dist/sdk/endpoints/public/index.d.ts +6 -6
- package/dist/sdk/index.d.ts +45 -45
- package/dist/types/EmailProvider.d.ts +5 -0
- package/dist/types/EmailProvider.d.ts.map +1 -0
- package/dist/types/EmailProvider.js +5 -0
- package/dist/types/index.d.ts +1 -0
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/index.js +1 -0
- package/package.json +1 -1
- package/dist/constants.d.ts +0 -4
- package/dist/constants.d.ts.map +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"emailProvider.d.ts","sourceRoot":"","sources":["../../src/constants/emailProvider.ts"],"names":[],"mappings":"AA4BA,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;CAEzB,CAAA"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { EmailProvider } from '../types';
|
|
2
|
+
const connectionDefaults = {
|
|
3
|
+
[EmailProvider.GMAIL]: {
|
|
4
|
+
imapHost: 'imap.gmail.com',
|
|
5
|
+
imapPort: 993,
|
|
6
|
+
smtpHost: 'smtp.gmail.com',
|
|
7
|
+
smtpPort: 587,
|
|
8
|
+
},
|
|
9
|
+
[EmailProvider.APPLE]: {
|
|
10
|
+
imapHost: 'imap.mail.me.com',
|
|
11
|
+
imapPort: 993,
|
|
12
|
+
smtpHost: 'smtp.mail.me.com',
|
|
13
|
+
smtpPort: 587,
|
|
14
|
+
},
|
|
15
|
+
};
|
|
16
|
+
export const emailProvider = {
|
|
17
|
+
connectionDefaults,
|
|
18
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
export declare const marcoConstants: {
|
|
2
|
+
emailProvider: {
|
|
3
|
+
connectionDefaults: {
|
|
4
|
+
GMAIL: {
|
|
5
|
+
imapHost: string;
|
|
6
|
+
imapPort: number;
|
|
7
|
+
smtpHost: string;
|
|
8
|
+
smtpPort: number;
|
|
9
|
+
};
|
|
10
|
+
APPLE: {
|
|
11
|
+
imapHost: string;
|
|
12
|
+
imapPort: number;
|
|
13
|
+
smtpHost: string;
|
|
14
|
+
smtpPort: number;
|
|
15
|
+
};
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
messages: {
|
|
19
|
+
PREVIEW_TEXT_MAX_LENGTH: number;
|
|
20
|
+
};
|
|
21
|
+
};
|
|
22
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/constants/index.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;CAG1B,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"messages.d.ts","sourceRoot":"","sources":["../../src/constants/messages.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,QAAQ;;CAEpB,CAAA"}
|
package/dist/schemas.d.ts
CHANGED
|
@@ -14,7 +14,18 @@ export declare const marcoSchemas: {
|
|
|
14
14
|
}, undefined>, undefined>;
|
|
15
15
|
};
|
|
16
16
|
};
|
|
17
|
-
|
|
17
|
+
emailAccount: {
|
|
18
|
+
connectionConfig: () => v.ObjectSchema<{
|
|
19
|
+
readonly imapHost: v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
20
|
+
readonly imapPassword: v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
21
|
+
readonly imapPort: v.NonOptionalSchema<v.SchemaWithPipe<[v.NumberSchema<undefined>, v.MinValueAction<number, number, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
22
|
+
readonly imapStatus: v.UnionSchema<[v.LiteralSchema<"AWAITING_CONNECTION", undefined>, v.LiteralSchema<"CONNECTED", undefined>, v.LiteralSchema<"CONNECTION_FAILED", undefined>], undefined>;
|
|
23
|
+
readonly smtpHost: v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
24
|
+
readonly smtpPassword: v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
25
|
+
readonly smtpPort: v.NonOptionalSchema<v.SchemaWithPipe<[v.NumberSchema<undefined>, v.MinValueAction<number, number, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
26
|
+
}, undefined>;
|
|
27
|
+
imapConnectionStatus: () => v.UnionSchema<[v.LiteralSchema<"AWAITING_CONNECTION", undefined>, v.LiteralSchema<"CONNECTED", undefined>, v.LiteralSchema<"CONNECTION_FAILED", undefined>], undefined>;
|
|
28
|
+
};
|
|
18
29
|
labelSpecialUse: () => v.UnionSchema<[v.LiteralSchema<"ARCHIVE", undefined>, v.LiteralSchema<"INBOX", undefined>, v.LiteralSchema<"SENT", undefined>, v.LiteralSchema<"SPAM", undefined>, v.LiteralSchema<"TRASH", undefined>], undefined>;
|
|
19
30
|
number: {
|
|
20
31
|
minMax: (min: number, max: number) => v.NonOptionalSchema<v.SchemaWithPipe<[v.NumberSchema<undefined>, v.MinValueAction<number, number, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
@@ -24,8 +35,8 @@ export declare const marcoSchemas: {
|
|
|
24
35
|
email: () => v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.EmailAction<string, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
25
36
|
enum: (values: Record<string, string>) => v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.EnumSchema<Record<string, string>, undefined>]>, undefined>;
|
|
26
37
|
matches: (regex: RegExp) => v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.RegexAction<string, undefined>]>, undefined>;
|
|
27
|
-
nullable: () => v.NullableSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.MaxLengthAction<string,
|
|
28
|
-
optional: () => v.UndefinedableSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.MaxLengthAction<string,
|
|
38
|
+
nullable: (maxLength?: number) => v.NullableSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
39
|
+
optional: (maxLength?: number) => v.UndefinedableSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
29
40
|
required: (maxLength?: number) => v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
30
41
|
uuid: () => v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.UuidAction<string, undefined>]>, undefined>;
|
|
31
42
|
};
|
package/dist/schemas.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"schemas.d.ts","sourceRoot":"","sources":["../src/schemas.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,SAAS,CAAA;AAW5B,eAAO,MAAM,YAAY
|
|
1
|
+
{"version":3,"file":"schemas.d.ts","sourceRoot":"","sources":["../src/schemas.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,SAAS,CAAA;AAW5B,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sBA+BP,MAAM,OAAO,MAAM;;;;;uBAQlB,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC;yBAEpB,MAAM;;;;;;CAW1B,CAAA"}
|
package/dist/schemas.js
CHANGED
|
@@ -14,11 +14,22 @@ export const marcoSchemas = {
|
|
|
14
14
|
patch: () => v.array(patchInstructionSchema),
|
|
15
15
|
},
|
|
16
16
|
},
|
|
17
|
-
|
|
18
|
-
v.
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
17
|
+
emailAccount: {
|
|
18
|
+
connectionConfig: () => v.object({
|
|
19
|
+
imapHost: marcoSchemas.string.required(),
|
|
20
|
+
imapPassword: marcoSchemas.string.required(),
|
|
21
|
+
imapPort: marcoSchemas.number.minMax(1, 65535),
|
|
22
|
+
imapStatus: marcoSchemas.emailAccount.imapConnectionStatus(),
|
|
23
|
+
smtpHost: marcoSchemas.string.required(),
|
|
24
|
+
smtpPassword: marcoSchemas.string.required(),
|
|
25
|
+
smtpPort: marcoSchemas.number.minMax(1, 65535),
|
|
26
|
+
}),
|
|
27
|
+
imapConnectionStatus: () => v.union([
|
|
28
|
+
v.literal('AWAITING_CONNECTION'),
|
|
29
|
+
v.literal('CONNECTED'),
|
|
30
|
+
v.literal('CONNECTION_FAILED'),
|
|
31
|
+
]),
|
|
32
|
+
},
|
|
22
33
|
labelSpecialUse: () => v.union([
|
|
23
34
|
v.literal('ARCHIVE'),
|
|
24
35
|
v.literal('INBOX'),
|
|
@@ -34,8 +45,8 @@ export const marcoSchemas = {
|
|
|
34
45
|
email: () => v.nonOptional(v.pipe(v.string(), v.email(), v.maxLength(255))),
|
|
35
46
|
enum: (values) => v.nonOptional(v.pipe(v.string(), v.enum(values))),
|
|
36
47
|
matches: (regex) => v.nonOptional(v.pipe(v.string(), v.regex(regex))),
|
|
37
|
-
nullable: () => v.nullable(v.pipe(v.string(), v.maxLength(
|
|
38
|
-
optional: () => v.undefinedable(v.pipe(v.string(), v.maxLength(
|
|
48
|
+
nullable: (maxLength = 255) => v.nullable(v.pipe(v.string(), v.maxLength(maxLength))),
|
|
49
|
+
optional: (maxLength = 255) => v.undefinedable(v.pipe(v.string(), v.maxLength(maxLength))),
|
|
39
50
|
required: (maxLength = 255) => v.nonOptional(v.pipe(v.string(), v.nonEmpty(), v.maxLength(maxLength))),
|
|
40
51
|
uuid: () => v.nonOptional(v.pipe(v.string(), v.nonEmpty(), v.uuid())),
|
|
41
52
|
},
|
|
@@ -63,8 +63,8 @@ export declare const endpoints: {
|
|
|
63
63
|
}, undefined>;
|
|
64
64
|
readonly settings: import("valibot").ObjectSchema<{
|
|
65
65
|
readonly color: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
66
|
-
readonly firstName: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string,
|
|
67
|
-
readonly lastName: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string,
|
|
66
|
+
readonly firstName: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
67
|
+
readonly lastName: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
68
68
|
}, undefined>;
|
|
69
69
|
}, undefined>;
|
|
70
70
|
}, undefined>], undefined>, undefined>;
|
|
@@ -94,7 +94,7 @@ export declare const endpoints: {
|
|
|
94
94
|
readonly op: import("valibot").LiteralSchema<"put", undefined>;
|
|
95
95
|
readonly value: import("valibot").ObjectSchema<{
|
|
96
96
|
readonly emailAddress: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
97
|
-
readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string,
|
|
97
|
+
readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
98
98
|
}, undefined>;
|
|
99
99
|
}, undefined>], undefined>, undefined>;
|
|
100
100
|
}, undefined>;
|
|
@@ -125,13 +125,13 @@ export declare const endpoints: {
|
|
|
125
125
|
readonly body: import("valibot").ObjectSchema<{
|
|
126
126
|
readonly bcc: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
|
|
127
127
|
readonly cc: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
|
|
128
|
-
readonly content: import("valibot").StringSchema<undefined>;
|
|
129
|
-
readonly subject: import("valibot").
|
|
128
|
+
readonly content: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
129
|
+
readonly subject: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
130
130
|
readonly to: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
|
|
131
131
|
}, undefined>;
|
|
132
132
|
readonly emailAccountId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
133
133
|
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
134
|
-
readonly referencedMessageId: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string,
|
|
134
|
+
readonly referencedMessageId: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
135
135
|
readonly status: import("valibot").UnionSchema<[import("valibot").LiteralSchema<"DRAFT", undefined>, import("valibot").LiteralSchema<"SENDING", undefined>, import("valibot").LiteralSchema<"SENDING_FAILED", undefined>], undefined>;
|
|
136
136
|
}, undefined>;
|
|
137
137
|
}, undefined>], undefined>, undefined>;
|
|
@@ -174,30 +174,30 @@ export declare const endpoints: {
|
|
|
174
174
|
readonly messages: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
175
175
|
readonly bcc: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
176
176
|
readonly emailAddresses: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
|
|
177
|
-
readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string,
|
|
177
|
+
readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
178
178
|
}, undefined>, undefined>;
|
|
179
179
|
readonly cc: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
180
180
|
readonly emailAddresses: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
|
|
181
|
-
readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string,
|
|
181
|
+
readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
182
182
|
}, undefined>, undefined>;
|
|
183
183
|
readonly envelopeDate: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
184
184
|
readonly envelopeSubject: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
185
185
|
readonly flagged: import("valibot").BooleanSchema<undefined>;
|
|
186
186
|
readonly from: import("valibot").ObjectSchema<{
|
|
187
187
|
readonly emailAddresses: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
|
|
188
|
-
readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string,
|
|
188
|
+
readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
189
189
|
}, undefined>;
|
|
190
190
|
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
191
191
|
readonly labelIds: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
192
192
|
readonly previewText: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
193
193
|
readonly replyTo: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
194
194
|
readonly emailAddresses: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
|
|
195
|
-
readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string,
|
|
195
|
+
readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
196
196
|
}, undefined>, undefined>;
|
|
197
197
|
readonly seen: import("valibot").BooleanSchema<undefined>;
|
|
198
198
|
readonly to: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
199
199
|
readonly emailAddresses: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
|
|
200
|
-
readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string,
|
|
200
|
+
readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
201
201
|
}, undefined>, undefined>;
|
|
202
202
|
}, undefined>, undefined>;
|
|
203
203
|
}, undefined>;
|
|
@@ -229,8 +229,8 @@ export declare const endpoints: {
|
|
|
229
229
|
readonly value: import("valibot").ObjectSchema<{
|
|
230
230
|
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
231
231
|
readonly settings: import("valibot").ObjectSchema<{
|
|
232
|
-
readonly firstName: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string,
|
|
233
|
-
readonly lastName: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string,
|
|
232
|
+
readonly firstName: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
233
|
+
readonly lastName: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
234
234
|
}, undefined>;
|
|
235
235
|
}, undefined>;
|
|
236
236
|
}, undefined>], undefined>, undefined>;
|
|
@@ -278,13 +278,13 @@ export declare const endpoints: {
|
|
|
278
278
|
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
279
279
|
readonly settings: Omit<import("valibot").ObjectSchema<{
|
|
280
280
|
readonly color: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
281
|
-
readonly firstName: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string,
|
|
282
|
-
readonly lastName: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string,
|
|
281
|
+
readonly firstName: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
282
|
+
readonly lastName: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
283
283
|
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
284
284
|
readonly entries: {
|
|
285
285
|
readonly color: import("valibot").OptionalSchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
286
|
-
readonly firstName: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string,
|
|
287
|
-
readonly lastName: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string,
|
|
286
|
+
readonly firstName: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
287
|
+
readonly lastName: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
288
288
|
};
|
|
289
289
|
readonly '~standard': import("valibot").StandardSchemaProps<{
|
|
290
290
|
color?: string | undefined;
|
|
@@ -299,7 +299,7 @@ export declare const endpoints: {
|
|
|
299
299
|
color?: string | undefined;
|
|
300
300
|
firstName?: string | null | undefined;
|
|
301
301
|
lastName?: string | null | undefined;
|
|
302
|
-
}, import("valibot").StringIssue | import("valibot").ObjectIssue | import("valibot").
|
|
302
|
+
}, import("valibot").StringIssue | import("valibot").ObjectIssue | import("valibot").NonEmptyIssue<string> | import("valibot").MaxLengthIssue<string, number> | import("valibot").NonOptionalIssue>;
|
|
303
303
|
readonly '~types'?: {
|
|
304
304
|
readonly input: {
|
|
305
305
|
color?: string | undefined;
|
|
@@ -311,7 +311,7 @@ export declare const endpoints: {
|
|
|
311
311
|
firstName?: string | null | undefined;
|
|
312
312
|
lastName?: string | null | undefined;
|
|
313
313
|
};
|
|
314
|
-
readonly issue: import("valibot").StringIssue | import("valibot").ObjectIssue | import("valibot").
|
|
314
|
+
readonly issue: import("valibot").StringIssue | import("valibot").ObjectIssue | import("valibot").NonEmptyIssue<string> | import("valibot").MaxLengthIssue<string, number> | import("valibot").NonOptionalIssue;
|
|
315
315
|
} | undefined;
|
|
316
316
|
};
|
|
317
317
|
}, undefined>;
|
|
@@ -342,13 +342,13 @@ export declare const endpoints: {
|
|
|
342
342
|
readonly body: import("valibot").ObjectSchema<{
|
|
343
343
|
readonly bcc: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
|
|
344
344
|
readonly cc: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
|
|
345
|
-
readonly content: import("valibot").StringSchema<undefined>;
|
|
346
|
-
readonly subject: import("valibot").
|
|
345
|
+
readonly content: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
346
|
+
readonly subject: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
347
347
|
readonly to: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
|
|
348
348
|
}, undefined>;
|
|
349
349
|
readonly emailAccountId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
350
350
|
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
351
|
-
readonly referencedMessageId: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string,
|
|
351
|
+
readonly referencedMessageId: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
352
352
|
readonly status: import("valibot").UnionSchema<[import("valibot").LiteralSchema<"DRAFT", undefined>, import("valibot").LiteralSchema<"SENDING", undefined>, import("valibot").LiteralSchema<"SENDING_FAILED", undefined>], undefined>;
|
|
353
353
|
}, undefined>;
|
|
354
354
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
@@ -379,48 +379,48 @@ export declare const endpoints: {
|
|
|
379
379
|
readonly envelope: Omit<import("valibot").ObjectSchema<{
|
|
380
380
|
readonly bcc: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
|
|
381
381
|
readonly cc: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
|
|
382
|
-
readonly content: import("valibot").StringSchema<undefined>;
|
|
383
|
-
readonly subject: import("valibot").
|
|
382
|
+
readonly content: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
383
|
+
readonly subject: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
384
384
|
readonly to: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
|
|
385
385
|
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
386
386
|
readonly entries: Omit<{
|
|
387
387
|
readonly bcc: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
|
|
388
388
|
readonly cc: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
|
|
389
|
-
readonly content: import("valibot").StringSchema<undefined>;
|
|
390
|
-
readonly subject: import("valibot").
|
|
389
|
+
readonly content: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
390
|
+
readonly subject: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
391
391
|
readonly to: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
|
|
392
392
|
}, "content">;
|
|
393
393
|
readonly '~standard': import("valibot").StandardSchemaProps<{
|
|
394
394
|
bcc: string[];
|
|
395
395
|
cc: string[];
|
|
396
396
|
to: string[];
|
|
397
|
-
subject: string;
|
|
397
|
+
subject: string | null;
|
|
398
398
|
}, {
|
|
399
399
|
bcc: string[];
|
|
400
400
|
cc: string[];
|
|
401
401
|
to: string[];
|
|
402
|
-
subject: string;
|
|
402
|
+
subject: string | null;
|
|
403
403
|
}>;
|
|
404
404
|
readonly '~run': (dataset: import("valibot").UnknownDataset, config: import("valibot").Config<import("valibot").BaseIssue<unknown>>) => import("valibot").OutputDataset<{
|
|
405
405
|
bcc: string[];
|
|
406
406
|
cc: string[];
|
|
407
407
|
to: string[];
|
|
408
|
-
subject: string;
|
|
409
|
-
}, import("valibot").StringIssue | import("valibot").ObjectIssue | import("valibot").
|
|
408
|
+
subject: string | null;
|
|
409
|
+
}, import("valibot").StringIssue | import("valibot").ObjectIssue | import("valibot").MaxLengthIssue<string, number> | import("valibot").NonOptionalIssue | import("valibot").EmailIssue<string> | import("valibot").MaxLengthIssue<string, 255> | import("valibot").ArrayIssue>;
|
|
410
410
|
readonly '~types'?: {
|
|
411
411
|
readonly input: {
|
|
412
412
|
bcc: string[];
|
|
413
413
|
cc: string[];
|
|
414
414
|
to: string[];
|
|
415
|
-
subject: string;
|
|
415
|
+
subject: string | null;
|
|
416
416
|
};
|
|
417
417
|
readonly output: {
|
|
418
418
|
bcc: string[];
|
|
419
419
|
cc: string[];
|
|
420
420
|
to: string[];
|
|
421
|
-
subject: string;
|
|
421
|
+
subject: string | null;
|
|
422
422
|
};
|
|
423
|
-
readonly issue: import("valibot").StringIssue | import("valibot").ObjectIssue | import("valibot").
|
|
423
|
+
readonly issue: import("valibot").StringIssue | import("valibot").ObjectIssue | import("valibot").MaxLengthIssue<string, number> | import("valibot").NonOptionalIssue | import("valibot").EmailIssue<string> | import("valibot").MaxLengthIssue<string, 255> | import("valibot").ArrayIssue;
|
|
424
424
|
} | undefined;
|
|
425
425
|
};
|
|
426
426
|
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
@@ -468,12 +468,12 @@ export declare const endpoints: {
|
|
|
468
468
|
readonly args: import("valibot").ObjectSchema<{
|
|
469
469
|
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
470
470
|
readonly settings: Omit<import("valibot").ObjectSchema<{
|
|
471
|
-
readonly firstName: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string,
|
|
472
|
-
readonly lastName: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string,
|
|
471
|
+
readonly firstName: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
472
|
+
readonly lastName: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
473
473
|
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
474
474
|
readonly entries: {
|
|
475
|
-
readonly firstName: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string,
|
|
476
|
-
readonly lastName: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string,
|
|
475
|
+
readonly firstName: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
476
|
+
readonly lastName: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
477
477
|
};
|
|
478
478
|
readonly '~standard': import("valibot").StandardSchemaProps<{
|
|
479
479
|
firstName?: string | null | undefined;
|
|
@@ -485,7 +485,7 @@ export declare const endpoints: {
|
|
|
485
485
|
readonly '~run': (dataset: import("valibot").UnknownDataset, config: import("valibot").Config<import("valibot").BaseIssue<unknown>>) => import("valibot").OutputDataset<{
|
|
486
486
|
firstName?: string | null | undefined;
|
|
487
487
|
lastName?: string | null | undefined;
|
|
488
|
-
}, import("valibot").StringIssue | import("valibot").ObjectIssue | import("valibot").MaxLengthIssue<string,
|
|
488
|
+
}, import("valibot").StringIssue | import("valibot").ObjectIssue | import("valibot").MaxLengthIssue<string, number>>;
|
|
489
489
|
readonly '~types'?: {
|
|
490
490
|
readonly input: {
|
|
491
491
|
firstName?: string | null | undefined;
|
|
@@ -495,7 +495,7 @@ export declare const endpoints: {
|
|
|
495
495
|
firstName?: string | null | undefined;
|
|
496
496
|
lastName?: string | null | undefined;
|
|
497
497
|
};
|
|
498
|
-
readonly issue: import("valibot").StringIssue | import("valibot").ObjectIssue | import("valibot").MaxLengthIssue<string,
|
|
498
|
+
readonly issue: import("valibot").StringIssue | import("valibot").ObjectIssue | import("valibot").MaxLengthIssue<string, number>;
|
|
499
499
|
} | undefined;
|
|
500
500
|
};
|
|
501
501
|
}, undefined>;
|
|
@@ -544,10 +544,10 @@ export declare const endpoints: {
|
|
|
544
544
|
readonly createdAt: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
545
545
|
readonly email: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
546
546
|
readonly emailVerified: import("valibot").BooleanSchema<undefined>;
|
|
547
|
-
readonly firstName: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string,
|
|
547
|
+
readonly firstName: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
548
548
|
readonly id: import("valibot").StringSchema<undefined>;
|
|
549
|
-
readonly lastName: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string,
|
|
550
|
-
readonly profilePictureUrl: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string,
|
|
549
|
+
readonly lastName: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
550
|
+
readonly profilePictureUrl: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
551
551
|
readonly updatedAt: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
552
552
|
}, undefined>;
|
|
553
553
|
}, undefined>;
|
|
@@ -593,10 +593,10 @@ export declare const endpoints: {
|
|
|
593
593
|
readonly createdAt: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
594
594
|
readonly email: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
595
595
|
readonly emailVerified: import("valibot").BooleanSchema<undefined>;
|
|
596
|
-
readonly firstName: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string,
|
|
596
|
+
readonly firstName: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
597
597
|
readonly id: import("valibot").StringSchema<undefined>;
|
|
598
|
-
readonly lastName: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string,
|
|
599
|
-
readonly profilePictureUrl: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string,
|
|
598
|
+
readonly lastName: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
599
|
+
readonly profilePictureUrl: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
600
600
|
readonly updatedAt: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
601
601
|
}, undefined>;
|
|
602
602
|
}, undefined>;
|