@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
|
@@ -60,8 +60,8 @@ export declare const privateGroup: {
|
|
|
60
60
|
}, undefined>;
|
|
61
61
|
readonly settings: import("valibot").ObjectSchema<{
|
|
62
62
|
readonly color: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
63
|
-
readonly firstName: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string,
|
|
64
|
-
readonly lastName: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string,
|
|
63
|
+
readonly firstName: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
64
|
+
readonly lastName: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
65
65
|
}, undefined>;
|
|
66
66
|
}, undefined>;
|
|
67
67
|
}, undefined>], undefined>, undefined>;
|
|
@@ -91,7 +91,7 @@ export declare const privateGroup: {
|
|
|
91
91
|
readonly op: import("valibot").LiteralSchema<"put", undefined>;
|
|
92
92
|
readonly value: import("valibot").ObjectSchema<{
|
|
93
93
|
readonly emailAddress: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
94
|
-
readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string,
|
|
94
|
+
readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
95
95
|
}, undefined>;
|
|
96
96
|
}, undefined>], undefined>, undefined>;
|
|
97
97
|
}, undefined>;
|
|
@@ -122,13 +122,13 @@ export declare const privateGroup: {
|
|
|
122
122
|
readonly body: import("valibot").ObjectSchema<{
|
|
123
123
|
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>;
|
|
124
124
|
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>;
|
|
125
|
-
readonly content: import("valibot").StringSchema<undefined>;
|
|
126
|
-
readonly subject: import("valibot").
|
|
125
|
+
readonly content: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
126
|
+
readonly subject: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
127
127
|
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>;
|
|
128
128
|
}, undefined>;
|
|
129
129
|
readonly emailAccountId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
130
130
|
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
131
|
-
readonly referencedMessageId: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string,
|
|
131
|
+
readonly referencedMessageId: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
132
132
|
readonly status: import("valibot").UnionSchema<[import("valibot").LiteralSchema<"DRAFT", undefined>, import("valibot").LiteralSchema<"SENDING", undefined>, import("valibot").LiteralSchema<"SENDING_FAILED", undefined>], undefined>;
|
|
133
133
|
}, undefined>;
|
|
134
134
|
}, undefined>], undefined>, undefined>;
|
|
@@ -171,30 +171,30 @@ export declare const privateGroup: {
|
|
|
171
171
|
readonly messages: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
172
172
|
readonly bcc: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
173
173
|
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>;
|
|
174
|
-
readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string,
|
|
174
|
+
readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
175
175
|
}, undefined>, undefined>;
|
|
176
176
|
readonly cc: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
177
177
|
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>;
|
|
178
|
-
readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string,
|
|
178
|
+
readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
179
179
|
}, undefined>, undefined>;
|
|
180
180
|
readonly envelopeDate: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
181
181
|
readonly envelopeSubject: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
182
182
|
readonly flagged: import("valibot").BooleanSchema<undefined>;
|
|
183
183
|
readonly from: import("valibot").ObjectSchema<{
|
|
184
184
|
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>;
|
|
185
|
-
readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string,
|
|
185
|
+
readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
186
186
|
}, undefined>;
|
|
187
187
|
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
188
188
|
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>;
|
|
189
189
|
readonly previewText: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
190
190
|
readonly replyTo: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
191
191
|
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>;
|
|
192
|
-
readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string,
|
|
192
|
+
readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
193
193
|
}, undefined>, undefined>;
|
|
194
194
|
readonly seen: import("valibot").BooleanSchema<undefined>;
|
|
195
195
|
readonly to: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
196
196
|
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>;
|
|
197
|
-
readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string,
|
|
197
|
+
readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
198
198
|
}, undefined>, undefined>;
|
|
199
199
|
}, undefined>, undefined>;
|
|
200
200
|
}, undefined>;
|
|
@@ -226,8 +226,8 @@ export declare const privateGroup: {
|
|
|
226
226
|
readonly value: import("valibot").ObjectSchema<{
|
|
227
227
|
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
228
228
|
readonly settings: import("valibot").ObjectSchema<{
|
|
229
|
-
readonly firstName: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string,
|
|
230
|
-
readonly lastName: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string,
|
|
229
|
+
readonly firstName: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
230
|
+
readonly lastName: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
231
231
|
}, undefined>;
|
|
232
232
|
}, undefined>;
|
|
233
233
|
}, undefined>], undefined>, undefined>;
|
|
@@ -275,13 +275,13 @@ export declare const privateGroup: {
|
|
|
275
275
|
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
276
276
|
readonly settings: Omit<import("valibot").ObjectSchema<{
|
|
277
277
|
readonly color: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
278
|
-
readonly firstName: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string,
|
|
279
|
-
readonly lastName: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string,
|
|
278
|
+
readonly firstName: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
279
|
+
readonly lastName: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
280
280
|
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
281
281
|
readonly entries: {
|
|
282
282
|
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>;
|
|
283
|
-
readonly firstName: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string,
|
|
284
|
-
readonly lastName: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string,
|
|
283
|
+
readonly firstName: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
284
|
+
readonly lastName: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
285
285
|
};
|
|
286
286
|
readonly '~standard': import("valibot").StandardSchemaProps<{
|
|
287
287
|
color?: string | undefined;
|
|
@@ -296,7 +296,7 @@ export declare const privateGroup: {
|
|
|
296
296
|
color?: string | undefined;
|
|
297
297
|
firstName?: string | null | undefined;
|
|
298
298
|
lastName?: string | null | undefined;
|
|
299
|
-
}, import("valibot").StringIssue | import("valibot").ObjectIssue | import("valibot").
|
|
299
|
+
}, import("valibot").StringIssue | import("valibot").ObjectIssue | import("valibot").NonEmptyIssue<string> | import("valibot").MaxLengthIssue<string, number> | import("valibot").NonOptionalIssue>;
|
|
300
300
|
readonly '~types'?: {
|
|
301
301
|
readonly input: {
|
|
302
302
|
color?: string | undefined;
|
|
@@ -308,7 +308,7 @@ export declare const privateGroup: {
|
|
|
308
308
|
firstName?: string | null | undefined;
|
|
309
309
|
lastName?: string | null | undefined;
|
|
310
310
|
};
|
|
311
|
-
readonly issue: import("valibot").StringIssue | import("valibot").ObjectIssue | import("valibot").
|
|
311
|
+
readonly issue: import("valibot").StringIssue | import("valibot").ObjectIssue | import("valibot").NonEmptyIssue<string> | import("valibot").MaxLengthIssue<string, number> | import("valibot").NonOptionalIssue;
|
|
312
312
|
} | undefined;
|
|
313
313
|
};
|
|
314
314
|
}, undefined>;
|
|
@@ -339,13 +339,13 @@ export declare const privateGroup: {
|
|
|
339
339
|
readonly body: import("valibot").ObjectSchema<{
|
|
340
340
|
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>;
|
|
341
341
|
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>;
|
|
342
|
-
readonly content: import("valibot").StringSchema<undefined>;
|
|
343
|
-
readonly subject: import("valibot").
|
|
342
|
+
readonly content: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
343
|
+
readonly subject: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
344
344
|
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>;
|
|
345
345
|
}, undefined>;
|
|
346
346
|
readonly emailAccountId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
347
347
|
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
348
|
-
readonly referencedMessageId: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string,
|
|
348
|
+
readonly referencedMessageId: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
349
349
|
readonly status: import("valibot").UnionSchema<[import("valibot").LiteralSchema<"DRAFT", undefined>, import("valibot").LiteralSchema<"SENDING", undefined>, import("valibot").LiteralSchema<"SENDING_FAILED", undefined>], undefined>;
|
|
350
350
|
}, undefined>;
|
|
351
351
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
@@ -376,48 +376,48 @@ export declare const privateGroup: {
|
|
|
376
376
|
readonly envelope: Omit<import("valibot").ObjectSchema<{
|
|
377
377
|
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>;
|
|
378
378
|
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>;
|
|
379
|
-
readonly content: import("valibot").StringSchema<undefined>;
|
|
380
|
-
readonly subject: import("valibot").
|
|
379
|
+
readonly content: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
380
|
+
readonly subject: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
381
381
|
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>;
|
|
382
382
|
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
383
383
|
readonly entries: Omit<{
|
|
384
384
|
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>;
|
|
385
385
|
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>;
|
|
386
|
-
readonly content: import("valibot").StringSchema<undefined>;
|
|
387
|
-
readonly subject: import("valibot").
|
|
386
|
+
readonly content: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
387
|
+
readonly subject: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
388
388
|
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>;
|
|
389
389
|
}, "content">;
|
|
390
390
|
readonly '~standard': import("valibot").StandardSchemaProps<{
|
|
391
391
|
bcc: string[];
|
|
392
392
|
cc: string[];
|
|
393
393
|
to: string[];
|
|
394
|
-
subject: string;
|
|
394
|
+
subject: string | null;
|
|
395
395
|
}, {
|
|
396
396
|
bcc: string[];
|
|
397
397
|
cc: string[];
|
|
398
398
|
to: string[];
|
|
399
|
-
subject: string;
|
|
399
|
+
subject: string | null;
|
|
400
400
|
}>;
|
|
401
401
|
readonly '~run': (dataset: import("valibot").UnknownDataset, config: import("valibot").Config<import("valibot").BaseIssue<unknown>>) => import("valibot").OutputDataset<{
|
|
402
402
|
bcc: string[];
|
|
403
403
|
cc: string[];
|
|
404
404
|
to: string[];
|
|
405
|
-
subject: string;
|
|
406
|
-
}, import("valibot").StringIssue | import("valibot").ObjectIssue | import("valibot").
|
|
405
|
+
subject: string | null;
|
|
406
|
+
}, 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>;
|
|
407
407
|
readonly '~types'?: {
|
|
408
408
|
readonly input: {
|
|
409
409
|
bcc: string[];
|
|
410
410
|
cc: string[];
|
|
411
411
|
to: string[];
|
|
412
|
-
subject: string;
|
|
412
|
+
subject: string | null;
|
|
413
413
|
};
|
|
414
414
|
readonly output: {
|
|
415
415
|
bcc: string[];
|
|
416
416
|
cc: string[];
|
|
417
417
|
to: string[];
|
|
418
|
-
subject: string;
|
|
418
|
+
subject: string | null;
|
|
419
419
|
};
|
|
420
|
-
readonly issue: import("valibot").StringIssue | import("valibot").ObjectIssue | import("valibot").
|
|
420
|
+
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;
|
|
421
421
|
} | undefined;
|
|
422
422
|
};
|
|
423
423
|
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
@@ -465,12 +465,12 @@ export declare const privateGroup: {
|
|
|
465
465
|
readonly args: import("valibot").ObjectSchema<{
|
|
466
466
|
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
467
467
|
readonly settings: Omit<import("valibot").ObjectSchema<{
|
|
468
|
-
readonly firstName: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string,
|
|
469
|
-
readonly lastName: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string,
|
|
468
|
+
readonly firstName: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
469
|
+
readonly lastName: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
470
470
|
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
471
471
|
readonly entries: {
|
|
472
|
-
readonly firstName: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string,
|
|
473
|
-
readonly lastName: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string,
|
|
472
|
+
readonly firstName: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
473
|
+
readonly lastName: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
474
474
|
};
|
|
475
475
|
readonly '~standard': import("valibot").StandardSchemaProps<{
|
|
476
476
|
firstName?: string | null | undefined;
|
|
@@ -482,7 +482,7 @@ export declare const privateGroup: {
|
|
|
482
482
|
readonly '~run': (dataset: import("valibot").UnknownDataset, config: import("valibot").Config<import("valibot").BaseIssue<unknown>>) => import("valibot").OutputDataset<{
|
|
483
483
|
firstName?: string | null | undefined;
|
|
484
484
|
lastName?: string | null | undefined;
|
|
485
|
-
}, import("valibot").StringIssue | import("valibot").ObjectIssue | import("valibot").MaxLengthIssue<string,
|
|
485
|
+
}, import("valibot").StringIssue | import("valibot").ObjectIssue | import("valibot").MaxLengthIssue<string, number>>;
|
|
486
486
|
readonly '~types'?: {
|
|
487
487
|
readonly input: {
|
|
488
488
|
firstName?: string | null | undefined;
|
|
@@ -492,7 +492,7 @@ export declare const privateGroup: {
|
|
|
492
492
|
firstName?: string | null | undefined;
|
|
493
493
|
lastName?: string | null | undefined;
|
|
494
494
|
};
|
|
495
|
-
readonly issue: import("valibot").StringIssue | import("valibot").ObjectIssue | import("valibot").MaxLengthIssue<string,
|
|
495
|
+
readonly issue: import("valibot").StringIssue | import("valibot").ObjectIssue | import("valibot").MaxLengthIssue<string, number>;
|
|
496
496
|
} | undefined;
|
|
497
497
|
};
|
|
498
498
|
}, undefined>;
|
|
@@ -45,8 +45,8 @@ export declare const sync: {
|
|
|
45
45
|
}, undefined>;
|
|
46
46
|
readonly settings: import("valibot").ObjectSchema<{
|
|
47
47
|
readonly color: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
48
|
-
readonly firstName: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string,
|
|
49
|
-
readonly lastName: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string,
|
|
48
|
+
readonly firstName: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
49
|
+
readonly lastName: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
50
50
|
}, undefined>;
|
|
51
51
|
}, undefined>;
|
|
52
52
|
}, undefined>], undefined>, undefined>;
|
|
@@ -76,7 +76,7 @@ export declare const sync: {
|
|
|
76
76
|
readonly op: import("valibot").LiteralSchema<"put", undefined>;
|
|
77
77
|
readonly value: import("valibot").ObjectSchema<{
|
|
78
78
|
readonly emailAddress: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
79
|
-
readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string,
|
|
79
|
+
readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
80
80
|
}, undefined>;
|
|
81
81
|
}, undefined>], undefined>, undefined>;
|
|
82
82
|
}, undefined>;
|
|
@@ -107,13 +107,13 @@ export declare const sync: {
|
|
|
107
107
|
readonly body: import("valibot").ObjectSchema<{
|
|
108
108
|
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>;
|
|
109
109
|
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>;
|
|
110
|
-
readonly content: import("valibot").StringSchema<undefined>;
|
|
111
|
-
readonly subject: import("valibot").
|
|
110
|
+
readonly content: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
111
|
+
readonly subject: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
112
112
|
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>;
|
|
113
113
|
}, undefined>;
|
|
114
114
|
readonly emailAccountId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
115
115
|
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
116
|
-
readonly referencedMessageId: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string,
|
|
116
|
+
readonly referencedMessageId: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
117
117
|
readonly status: import("valibot").UnionSchema<[import("valibot").LiteralSchema<"DRAFT", undefined>, import("valibot").LiteralSchema<"SENDING", undefined>, import("valibot").LiteralSchema<"SENDING_FAILED", undefined>], undefined>;
|
|
118
118
|
}, undefined>;
|
|
119
119
|
}, undefined>], undefined>, undefined>;
|
|
@@ -156,30 +156,30 @@ export declare const sync: {
|
|
|
156
156
|
readonly messages: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
157
157
|
readonly bcc: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
158
158
|
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>;
|
|
159
|
-
readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string,
|
|
159
|
+
readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
160
160
|
}, undefined>, undefined>;
|
|
161
161
|
readonly cc: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
162
162
|
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>;
|
|
163
|
-
readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string,
|
|
163
|
+
readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
164
164
|
}, undefined>, undefined>;
|
|
165
165
|
readonly envelopeDate: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
166
166
|
readonly envelopeSubject: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
167
167
|
readonly flagged: import("valibot").BooleanSchema<undefined>;
|
|
168
168
|
readonly from: import("valibot").ObjectSchema<{
|
|
169
169
|
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>;
|
|
170
|
-
readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string,
|
|
170
|
+
readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
171
171
|
}, undefined>;
|
|
172
172
|
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
173
173
|
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>;
|
|
174
174
|
readonly previewText: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
175
175
|
readonly replyTo: 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 seen: import("valibot").BooleanSchema<undefined>;
|
|
180
180
|
readonly to: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
181
181
|
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>;
|
|
182
|
-
readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string,
|
|
182
|
+
readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
183
183
|
}, undefined>, undefined>;
|
|
184
184
|
}, undefined>, undefined>;
|
|
185
185
|
}, undefined>;
|
|
@@ -211,8 +211,8 @@ export declare const sync: {
|
|
|
211
211
|
readonly value: import("valibot").ObjectSchema<{
|
|
212
212
|
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
213
213
|
readonly settings: import("valibot").ObjectSchema<{
|
|
214
|
-
readonly firstName: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string,
|
|
215
|
-
readonly lastName: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string,
|
|
214
|
+
readonly firstName: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
215
|
+
readonly lastName: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
216
216
|
}, undefined>;
|
|
217
217
|
}, undefined>;
|
|
218
218
|
}, undefined>], undefined>, undefined>;
|
|
@@ -260,13 +260,13 @@ export declare const sync: {
|
|
|
260
260
|
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
261
261
|
readonly settings: Omit<import("valibot").ObjectSchema<{
|
|
262
262
|
readonly color: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
263
|
-
readonly firstName: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string,
|
|
264
|
-
readonly lastName: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string,
|
|
263
|
+
readonly firstName: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
264
|
+
readonly lastName: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
265
265
|
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
266
266
|
readonly entries: {
|
|
267
267
|
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>;
|
|
268
|
-
readonly firstName: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string,
|
|
269
|
-
readonly lastName: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string,
|
|
268
|
+
readonly firstName: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
269
|
+
readonly lastName: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
270
270
|
};
|
|
271
271
|
readonly '~standard': import("valibot").StandardSchemaProps<{
|
|
272
272
|
color?: string | undefined;
|
|
@@ -281,7 +281,7 @@ export declare const sync: {
|
|
|
281
281
|
color?: string | undefined;
|
|
282
282
|
firstName?: string | null | undefined;
|
|
283
283
|
lastName?: string | null | undefined;
|
|
284
|
-
}, import("valibot").StringIssue | import("valibot").ObjectIssue | import("valibot").
|
|
284
|
+
}, import("valibot").StringIssue | import("valibot").ObjectIssue | import("valibot").NonEmptyIssue<string> | import("valibot").MaxLengthIssue<string, number> | import("valibot").NonOptionalIssue>;
|
|
285
285
|
readonly '~types'?: {
|
|
286
286
|
readonly input: {
|
|
287
287
|
color?: string | undefined;
|
|
@@ -293,7 +293,7 @@ export declare const sync: {
|
|
|
293
293
|
firstName?: string | null | undefined;
|
|
294
294
|
lastName?: string | null | undefined;
|
|
295
295
|
};
|
|
296
|
-
readonly issue: import("valibot").StringIssue | import("valibot").ObjectIssue | import("valibot").
|
|
296
|
+
readonly issue: import("valibot").StringIssue | import("valibot").ObjectIssue | import("valibot").NonEmptyIssue<string> | import("valibot").MaxLengthIssue<string, number> | import("valibot").NonOptionalIssue;
|
|
297
297
|
} | undefined;
|
|
298
298
|
};
|
|
299
299
|
}, undefined>;
|
|
@@ -324,13 +324,13 @@ export declare const sync: {
|
|
|
324
324
|
readonly body: import("valibot").ObjectSchema<{
|
|
325
325
|
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>;
|
|
326
326
|
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>;
|
|
327
|
-
readonly content: import("valibot").StringSchema<undefined>;
|
|
328
|
-
readonly subject: import("valibot").
|
|
327
|
+
readonly content: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
328
|
+
readonly subject: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
329
329
|
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>;
|
|
330
330
|
}, undefined>;
|
|
331
331
|
readonly emailAccountId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
332
332
|
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
333
|
-
readonly referencedMessageId: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string,
|
|
333
|
+
readonly referencedMessageId: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
334
334
|
readonly status: import("valibot").UnionSchema<[import("valibot").LiteralSchema<"DRAFT", undefined>, import("valibot").LiteralSchema<"SENDING", undefined>, import("valibot").LiteralSchema<"SENDING_FAILED", undefined>], undefined>;
|
|
335
335
|
}, undefined>;
|
|
336
336
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
@@ -361,48 +361,48 @@ export declare const sync: {
|
|
|
361
361
|
readonly envelope: Omit<import("valibot").ObjectSchema<{
|
|
362
362
|
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>;
|
|
363
363
|
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>;
|
|
364
|
-
readonly content: import("valibot").StringSchema<undefined>;
|
|
365
|
-
readonly subject: import("valibot").
|
|
364
|
+
readonly content: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
365
|
+
readonly subject: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
366
366
|
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>;
|
|
367
367
|
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
368
368
|
readonly entries: Omit<{
|
|
369
369
|
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>;
|
|
370
370
|
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>;
|
|
371
|
-
readonly content: import("valibot").StringSchema<undefined>;
|
|
372
|
-
readonly subject: import("valibot").
|
|
371
|
+
readonly content: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
372
|
+
readonly subject: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
373
373
|
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>;
|
|
374
374
|
}, "content">;
|
|
375
375
|
readonly '~standard': import("valibot").StandardSchemaProps<{
|
|
376
376
|
bcc: string[];
|
|
377
377
|
cc: string[];
|
|
378
378
|
to: string[];
|
|
379
|
-
subject: string;
|
|
379
|
+
subject: string | null;
|
|
380
380
|
}, {
|
|
381
381
|
bcc: string[];
|
|
382
382
|
cc: string[];
|
|
383
383
|
to: string[];
|
|
384
|
-
subject: string;
|
|
384
|
+
subject: string | null;
|
|
385
385
|
}>;
|
|
386
386
|
readonly '~run': (dataset: import("valibot").UnknownDataset, config: import("valibot").Config<import("valibot").BaseIssue<unknown>>) => import("valibot").OutputDataset<{
|
|
387
387
|
bcc: string[];
|
|
388
388
|
cc: string[];
|
|
389
389
|
to: string[];
|
|
390
|
-
subject: string;
|
|
391
|
-
}, import("valibot").StringIssue | import("valibot").ObjectIssue | import("valibot").
|
|
390
|
+
subject: string | null;
|
|
391
|
+
}, 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>;
|
|
392
392
|
readonly '~types'?: {
|
|
393
393
|
readonly input: {
|
|
394
394
|
bcc: string[];
|
|
395
395
|
cc: string[];
|
|
396
396
|
to: string[];
|
|
397
|
-
subject: string;
|
|
397
|
+
subject: string | null;
|
|
398
398
|
};
|
|
399
399
|
readonly output: {
|
|
400
400
|
bcc: string[];
|
|
401
401
|
cc: string[];
|
|
402
402
|
to: string[];
|
|
403
|
-
subject: string;
|
|
403
|
+
subject: string | null;
|
|
404
404
|
};
|
|
405
|
-
readonly issue: import("valibot").StringIssue | import("valibot").ObjectIssue | import("valibot").
|
|
405
|
+
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;
|
|
406
406
|
} | undefined;
|
|
407
407
|
};
|
|
408
408
|
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
@@ -450,12 +450,12 @@ export declare const sync: {
|
|
|
450
450
|
readonly args: import("valibot").ObjectSchema<{
|
|
451
451
|
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
452
452
|
readonly settings: Omit<import("valibot").ObjectSchema<{
|
|
453
|
-
readonly firstName: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string,
|
|
454
|
-
readonly lastName: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string,
|
|
453
|
+
readonly firstName: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
454
|
+
readonly lastName: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
455
455
|
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
456
456
|
readonly entries: {
|
|
457
|
-
readonly firstName: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string,
|
|
458
|
-
readonly lastName: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string,
|
|
457
|
+
readonly firstName: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
458
|
+
readonly lastName: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
459
459
|
};
|
|
460
460
|
readonly '~standard': import("valibot").StandardSchemaProps<{
|
|
461
461
|
firstName?: string | null | undefined;
|
|
@@ -467,7 +467,7 @@ export declare const sync: {
|
|
|
467
467
|
readonly '~run': (dataset: import("valibot").UnknownDataset, config: import("valibot").Config<import("valibot").BaseIssue<unknown>>) => import("valibot").OutputDataset<{
|
|
468
468
|
firstName?: string | null | undefined;
|
|
469
469
|
lastName?: string | null | undefined;
|
|
470
|
-
}, import("valibot").StringIssue | import("valibot").ObjectIssue | import("valibot").MaxLengthIssue<string,
|
|
470
|
+
}, import("valibot").StringIssue | import("valibot").ObjectIssue | import("valibot").MaxLengthIssue<string, number>>;
|
|
471
471
|
readonly '~types'?: {
|
|
472
472
|
readonly input: {
|
|
473
473
|
firstName?: string | null | undefined;
|
|
@@ -477,7 +477,7 @@ export declare const sync: {
|
|
|
477
477
|
firstName?: string | null | undefined;
|
|
478
478
|
lastName?: string | null | undefined;
|
|
479
479
|
};
|
|
480
|
-
readonly issue: import("valibot").StringIssue | import("valibot").ObjectIssue | import("valibot").MaxLengthIssue<string,
|
|
480
|
+
readonly issue: import("valibot").StringIssue | import("valibot").ObjectIssue | import("valibot").MaxLengthIssue<string, number>;
|
|
481
481
|
} | undefined;
|
|
482
482
|
};
|
|
483
483
|
}, undefined>;
|
|
@@ -44,8 +44,8 @@ export declare const syncPullAccount: import("../../../../..").EndpointConfig<"/
|
|
|
44
44
|
}, undefined>;
|
|
45
45
|
readonly settings: v.ObjectSchema<{
|
|
46
46
|
readonly color: v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
47
|
-
readonly firstName: v.NullableSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.MaxLengthAction<string,
|
|
48
|
-
readonly lastName: v.NullableSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.MaxLengthAction<string,
|
|
47
|
+
readonly firstName: v.NullableSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
48
|
+
readonly lastName: v.NullableSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
49
49
|
}, undefined>;
|
|
50
50
|
}, undefined>;
|
|
51
51
|
}, undefined>], undefined>, undefined>;
|
|
@@ -22,7 +22,7 @@ export declare const syncPullContact: import("../../../../..").EndpointConfig<"/
|
|
|
22
22
|
readonly op: v.LiteralSchema<"put", undefined>;
|
|
23
23
|
readonly value: v.ObjectSchema<{
|
|
24
24
|
readonly emailAddress: v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.EmailAction<string, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
25
|
-
readonly name: v.NullableSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.MaxLengthAction<string,
|
|
25
|
+
readonly name: v.NullableSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
26
26
|
}, undefined>;
|
|
27
27
|
}, undefined>], undefined>, undefined>;
|
|
28
28
|
}, undefined>;
|