@marcoappio/marco-config 2.0.245 → 2.0.247
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.js +5 -5
- package/dist/clients/contact.d.ts +1 -1
- package/dist/clients/contact.js +1 -1
- package/dist/clients/draft.d.ts +21 -21
- package/dist/clients/draft.js +13 -13
- package/dist/clients/index.d.ts +48 -48
- package/dist/clients/thread.d.ts +13 -13
- package/dist/clients/thread.js +13 -13
- package/dist/clients/user.d.ts +5 -5
- package/dist/clients/user.js +2 -2
- package/dist/{schemas.d.ts → schemas/index.d.ts} +2 -1
- package/dist/schemas/index.d.ts.map +1 -0
- package/dist/{schemas.js → schemas/index.js} +2 -9
- package/dist/schemas/string.d.ts +12 -0
- package/dist/schemas/string.d.ts.map +1 -0
- package/dist/schemas/string.js +12 -0
- package/dist/schemas/string.test.d.ts +2 -0
- package/dist/schemas/string.test.d.ts.map +1 -0
- package/dist/schemas/string.test.js +11 -0
- package/dist/sdk/endpoints/index.d.ts +48 -48
- package/dist/sdk/endpoints/private/index.d.ts +48 -48
- package/dist/sdk/endpoints/private/sync/index.d.ts +48 -48
- package/dist/sdk/endpoints/private/sync/pull/account.d.ts +1 -1
- package/dist/sdk/endpoints/private/sync/pull/contact.d.ts +1 -1
- package/dist/sdk/endpoints/private/sync/pull/draft.d.ts +4 -4
- package/dist/sdk/endpoints/private/sync/pull/index.d.ts +11 -11
- package/dist/sdk/endpoints/private/sync/pull/thread.d.ts +4 -4
- package/dist/sdk/endpoints/private/sync/pull/user.d.ts +1 -1
- package/dist/sdk/endpoints/private/sync/push/account.d.ts +7 -7
- package/dist/sdk/endpoints/private/sync/push/draft.d.ts +17 -17
- package/dist/sdk/endpoints/private/sync/push/index.d.ts +37 -37
- package/dist/sdk/endpoints/private/sync/push/thread.d.ts +9 -9
- package/dist/sdk/endpoints/private/sync/push/user.d.ts +4 -4
- package/dist/sdk/index.d.ts +48 -48
- package/dist/utils/shortUUID/shortUUID.d.ts +1 -0
- package/dist/utils/shortUUID/shortUUID.d.ts.map +1 -1
- package/dist/utils/shortUUID/shortUUID.js +1 -0
- package/dist/utils/shortUUID/shortUUID.test.js +4 -0
- package/package.json +1 -1
- package/dist/schemas.d.ts.map +0 -1
|
@@ -73,7 +73,7 @@ export declare const privateGroup: {
|
|
|
73
73
|
readonly smtpPort: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, number, undefined>, import("valibot").MaxValueAction<number, number, undefined>]>, undefined>;
|
|
74
74
|
}, undefined>, undefined>;
|
|
75
75
|
readonly emailAddress: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
76
|
-
readonly id: import("valibot").
|
|
76
|
+
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
77
77
|
readonly imapConnectionStatus: import("valibot").UnionSchema<[import("valibot").LiteralSchema<"AWAITING_CONNECTION", undefined>, import("valibot").LiteralSchema<"CONNECTED", undefined>, import("valibot").LiteralSchema<"CONNECTION_FAILED_CONNECTION_ERROR", undefined>, import("valibot").LiteralSchema<"CONNECTION_FAILED_AUTHENTICATION_ERROR", undefined>, import("valibot").LiteralSchema<"CONNECTION_FAILED_UNKNOWN_ERROR", undefined>], undefined>;
|
|
78
78
|
readonly labels: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
79
79
|
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
@@ -126,7 +126,7 @@ export declare const privateGroup: {
|
|
|
126
126
|
readonly op: import("valibot").LiteralSchema<"put", undefined>;
|
|
127
127
|
readonly value: import("valibot").ObjectSchema<{
|
|
128
128
|
readonly emailAddress: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
129
|
-
readonly id: import("valibot").
|
|
129
|
+
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
130
130
|
readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
131
131
|
}, undefined>;
|
|
132
132
|
}, undefined>], undefined>, undefined>;
|
|
@@ -166,7 +166,7 @@ export declare const privateGroup: {
|
|
|
166
166
|
readonly value: import("valibot").ObjectSchema<{
|
|
167
167
|
readonly attachments: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
168
168
|
readonly fileName: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
169
|
-
readonly id: import("valibot").
|
|
169
|
+
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
170
170
|
readonly mimeType: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
171
171
|
readonly totalChunks: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
172
172
|
readonly totalSize: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
@@ -179,9 +179,9 @@ export declare const privateGroup: {
|
|
|
179
179
|
readonly subject: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
180
180
|
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>;
|
|
181
181
|
}, undefined>;
|
|
182
|
-
readonly emailAccountId: import("valibot").
|
|
183
|
-
readonly id: import("valibot").
|
|
184
|
-
readonly referencedMessageId: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").
|
|
182
|
+
readonly emailAccountId: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
183
|
+
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
184
|
+
readonly referencedMessageId: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>, undefined>;
|
|
185
185
|
readonly status: import("valibot").UnionSchema<[import("valibot").LiteralSchema<"DRAFT", undefined>, import("valibot").LiteralSchema<"SENDING", undefined>, import("valibot").LiteralSchema<"SENDING_FAILED", undefined>], undefined>;
|
|
186
186
|
readonly type: import("valibot").UnionSchema<[import("valibot").LiteralSchema<"NEW", undefined>, import("valibot").LiteralSchema<"REPLY", undefined>, import("valibot").LiteralSchema<"FORWARD", undefined>], undefined>;
|
|
187
187
|
readonly updatedAt: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
@@ -234,11 +234,11 @@ export declare const privateGroup: {
|
|
|
234
234
|
readonly bagOfWords: 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>;
|
|
235
235
|
readonly emailAccountId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
236
236
|
readonly flagged: import("valibot").NonOptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
237
|
-
readonly id: import("valibot").
|
|
237
|
+
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
238
238
|
readonly messages: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
239
239
|
readonly attachments: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
240
240
|
readonly fileName: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
241
|
-
readonly id: import("valibot").
|
|
241
|
+
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
242
242
|
readonly mimeType: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
243
243
|
readonly size: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
244
244
|
}, undefined>, undefined>;
|
|
@@ -256,8 +256,8 @@ export declare const privateGroup: {
|
|
|
256
256
|
readonly emailAddress: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
257
257
|
readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
258
258
|
}, undefined>, undefined>;
|
|
259
|
-
readonly id: import("valibot").
|
|
260
|
-
readonly labelIds: import("valibot").ArraySchema<import("valibot").
|
|
259
|
+
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
260
|
+
readonly labelIds: import("valibot").ArraySchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>, undefined>;
|
|
261
261
|
readonly previewText: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
262
262
|
readonly replyTo: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
263
263
|
readonly emailAddress: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
@@ -305,7 +305,7 @@ export declare const privateGroup: {
|
|
|
305
305
|
readonly key: import("valibot").StringSchema<undefined>;
|
|
306
306
|
readonly op: import("valibot").LiteralSchema<"put", undefined>;
|
|
307
307
|
readonly value: import("valibot").ObjectSchema<{
|
|
308
|
-
readonly id: import("valibot").
|
|
308
|
+
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
309
309
|
readonly settings: import("valibot").ObjectSchema<{
|
|
310
310
|
readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
311
311
|
}, undefined>;
|
|
@@ -322,14 +322,14 @@ export declare const privateGroup: {
|
|
|
322
322
|
readonly args: import("valibot").ObjectSchema<{
|
|
323
323
|
readonly color: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
324
324
|
readonly emailAddress: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
325
|
-
readonly id: import("valibot").
|
|
325
|
+
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
326
326
|
}, undefined>;
|
|
327
327
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
328
328
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
329
329
|
readonly name: import("valibot").LiteralSchema<"add", undefined>;
|
|
330
330
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
331
331
|
readonly args: import("valibot").ObjectSchema<{
|
|
332
|
-
readonly id: import("valibot").
|
|
332
|
+
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
333
333
|
}, undefined>;
|
|
334
334
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
335
335
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
@@ -344,18 +344,18 @@ export declare const privateGroup: {
|
|
|
344
344
|
readonly smtpPassword: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
345
345
|
readonly smtpPort: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, number, undefined>, import("valibot").MaxValueAction<number, number, undefined>]>, undefined>;
|
|
346
346
|
}, undefined>;
|
|
347
|
-
readonly id: import("valibot").
|
|
347
|
+
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
348
348
|
}, undefined>;
|
|
349
349
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
350
350
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
351
351
|
readonly name: import("valibot").LiteralSchema<"setConnectionConfig", undefined>;
|
|
352
352
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
353
353
|
readonly args: import("valibot").ObjectSchema<{
|
|
354
|
-
readonly id: import("valibot").
|
|
354
|
+
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
355
355
|
readonly settings: Omit<import("valibot").ObjectSchema<{
|
|
356
356
|
readonly color: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
357
357
|
readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
358
|
-
}, undefined>, "~
|
|
358
|
+
}, undefined>, "~standard" | "~run" | "~types" | "entries"> & {
|
|
359
359
|
readonly entries: {
|
|
360
360
|
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>;
|
|
361
361
|
readonly name: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
@@ -370,7 +370,7 @@ export declare const privateGroup: {
|
|
|
370
370
|
readonly '~run': (dataset: import("valibot").UnknownDataset, config: import("valibot").Config<import("valibot").BaseIssue<unknown>>) => import("valibot").OutputDataset<{
|
|
371
371
|
name?: string | null | undefined;
|
|
372
372
|
color?: string | undefined;
|
|
373
|
-
}, import("valibot").StringIssue | import("valibot").
|
|
373
|
+
}, import("valibot").StringIssue | import("valibot").MaxLengthIssue<string, number> | import("valibot").NonEmptyIssue<string> | import("valibot").ObjectIssue | import("valibot").NonOptionalIssue>;
|
|
374
374
|
readonly '~types'?: {
|
|
375
375
|
readonly input: {
|
|
376
376
|
name?: string | null | undefined;
|
|
@@ -380,7 +380,7 @@ export declare const privateGroup: {
|
|
|
380
380
|
name?: string | null | undefined;
|
|
381
381
|
color?: string | undefined;
|
|
382
382
|
};
|
|
383
|
-
readonly issue: import("valibot").StringIssue | import("valibot").
|
|
383
|
+
readonly issue: import("valibot").StringIssue | import("valibot").MaxLengthIssue<string, number> | import("valibot").NonEmptyIssue<string> | import("valibot").ObjectIssue | import("valibot").NonOptionalIssue;
|
|
384
384
|
} | undefined;
|
|
385
385
|
};
|
|
386
386
|
}, undefined>;
|
|
@@ -412,7 +412,7 @@ export declare const privateGroup: {
|
|
|
412
412
|
readonly args: import("valibot").ObjectSchema<{
|
|
413
413
|
readonly attachments: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
414
414
|
readonly fileName: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
415
|
-
readonly id: import("valibot").
|
|
415
|
+
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
416
416
|
readonly mimeType: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
417
417
|
readonly totalChunks: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
418
418
|
readonly totalSize: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
@@ -425,9 +425,9 @@ export declare const privateGroup: {
|
|
|
425
425
|
readonly subject: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
426
426
|
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>;
|
|
427
427
|
}, undefined>;
|
|
428
|
-
readonly emailAccountId: import("valibot").
|
|
429
|
-
readonly id: import("valibot").
|
|
430
|
-
readonly referencedMessageId: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").
|
|
428
|
+
readonly emailAccountId: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
429
|
+
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
430
|
+
readonly referencedMessageId: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>, undefined>;
|
|
431
431
|
readonly status: import("valibot").UnionSchema<[import("valibot").LiteralSchema<"DRAFT", undefined>, import("valibot").LiteralSchema<"SENDING", undefined>, import("valibot").LiteralSchema<"SENDING_FAILED", undefined>], undefined>;
|
|
432
432
|
readonly type: import("valibot").UnionSchema<[import("valibot").LiteralSchema<"NEW", undefined>, import("valibot").LiteralSchema<"REPLY", undefined>, import("valibot").LiteralSchema<"FORWARD", undefined>], undefined>;
|
|
433
433
|
readonly updatedAt: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
@@ -439,27 +439,27 @@ export declare const privateGroup: {
|
|
|
439
439
|
readonly args: import("valibot").ObjectSchema<{
|
|
440
440
|
readonly attachment: import("valibot").ObjectSchema<{
|
|
441
441
|
readonly fileName: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
442
|
-
readonly id: import("valibot").
|
|
442
|
+
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
443
443
|
readonly mimeType: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
444
444
|
readonly totalChunks: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
445
445
|
readonly totalSize: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
446
446
|
readonly uploadedChunks: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
447
447
|
}, undefined>;
|
|
448
|
-
readonly id: import("valibot").
|
|
448
|
+
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
449
449
|
}, undefined>;
|
|
450
450
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
451
451
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
452
452
|
readonly name: import("valibot").LiteralSchema<"createAttachment", undefined>;
|
|
453
453
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
454
454
|
readonly args: import("valibot").ObjectSchema<{
|
|
455
|
-
readonly id: import("valibot").
|
|
455
|
+
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
456
456
|
}, undefined>;
|
|
457
457
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
458
458
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
459
459
|
readonly name: import("valibot").LiteralSchema<"delete", undefined>;
|
|
460
460
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
461
461
|
readonly args: import("valibot").ObjectSchema<{
|
|
462
|
-
readonly id: import("valibot").
|
|
462
|
+
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
463
463
|
readonly patch: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
464
464
|
readonly index: import("valibot").NumberSchema<undefined>;
|
|
465
465
|
readonly type: import("valibot").UnionSchema<[import("valibot").LiteralSchema<"INSERTION", undefined>, import("valibot").LiteralSchema<"DELETION", undefined>], undefined>;
|
|
@@ -472,8 +472,8 @@ export declare const privateGroup: {
|
|
|
472
472
|
readonly name: import("valibot").LiteralSchema<"setContent", undefined>;
|
|
473
473
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
474
474
|
readonly args: import("valibot").ObjectSchema<{
|
|
475
|
-
readonly emailAccountId: import("valibot").
|
|
476
|
-
readonly id: import("valibot").
|
|
475
|
+
readonly emailAccountId: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
476
|
+
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
477
477
|
readonly updatedAt: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
478
478
|
}, undefined>;
|
|
479
479
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
@@ -487,7 +487,7 @@ export declare const privateGroup: {
|
|
|
487
487
|
readonly content: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
488
488
|
readonly subject: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
489
489
|
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>;
|
|
490
|
-
}, undefined>, "~
|
|
490
|
+
}, undefined>, "~standard" | "~run" | "~types" | "entries"> & {
|
|
491
491
|
readonly entries: Omit<{
|
|
492
492
|
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>;
|
|
493
493
|
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>;
|
|
@@ -511,7 +511,7 @@ export declare const privateGroup: {
|
|
|
511
511
|
cc: string[];
|
|
512
512
|
to: string[];
|
|
513
513
|
subject: string | null;
|
|
514
|
-
}, import("valibot").StringIssue | import("valibot").
|
|
514
|
+
}, import("valibot").StringIssue | import("valibot").EmailIssue<string> | import("valibot").MaxLengthIssue<string, 255> | import("valibot").MaxLengthIssue<string, number> | import("valibot").ObjectIssue | import("valibot").NonOptionalIssue | import("valibot").ArrayIssue>;
|
|
515
515
|
readonly '~types'?: {
|
|
516
516
|
readonly input: {
|
|
517
517
|
bcc: string[];
|
|
@@ -525,10 +525,10 @@ export declare const privateGroup: {
|
|
|
525
525
|
to: string[];
|
|
526
526
|
subject: string | null;
|
|
527
527
|
};
|
|
528
|
-
readonly issue: import("valibot").StringIssue | import("valibot").
|
|
528
|
+
readonly issue: import("valibot").StringIssue | import("valibot").EmailIssue<string> | import("valibot").MaxLengthIssue<string, 255> | import("valibot").MaxLengthIssue<string, number> | import("valibot").ObjectIssue | import("valibot").NonOptionalIssue | import("valibot").ArrayIssue;
|
|
529
529
|
} | undefined;
|
|
530
530
|
};
|
|
531
|
-
readonly id: import("valibot").
|
|
531
|
+
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
532
532
|
readonly updatedAt: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
533
533
|
}, undefined>;
|
|
534
534
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
@@ -536,7 +536,7 @@ export declare const privateGroup: {
|
|
|
536
536
|
readonly name: import("valibot").LiteralSchema<"setEnvelope", undefined>;
|
|
537
537
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
538
538
|
readonly args: import("valibot").ObjectSchema<{
|
|
539
|
-
readonly id: import("valibot").
|
|
539
|
+
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
540
540
|
readonly status: import("valibot").UnionSchema<[import("valibot").LiteralSchema<"DRAFT", undefined>, import("valibot").LiteralSchema<"SENDING", undefined>, import("valibot").LiteralSchema<"SENDING_FAILED", undefined>], undefined>;
|
|
541
541
|
readonly updatedAt: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
542
542
|
}, undefined>;
|
|
@@ -545,9 +545,9 @@ export declare const privateGroup: {
|
|
|
545
545
|
readonly name: import("valibot").LiteralSchema<"setStatus", undefined>;
|
|
546
546
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
547
547
|
readonly args: import("valibot").ObjectSchema<{
|
|
548
|
-
readonly attachmentId: import("valibot").
|
|
548
|
+
readonly attachmentId: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
549
549
|
readonly chunk: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
550
|
-
readonly id: import("valibot").
|
|
550
|
+
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
551
551
|
}, undefined>;
|
|
552
552
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
553
553
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
@@ -575,14 +575,14 @@ export declare const privateGroup: {
|
|
|
575
575
|
readonly clientGroupID: import("valibot").StringSchema<undefined>;
|
|
576
576
|
readonly mutations: import("valibot").ArraySchema<import("valibot").UnionSchema<(import("valibot").ObjectSchema<{
|
|
577
577
|
readonly args: import("valibot").ObjectSchema<{
|
|
578
|
-
readonly threadId: import("valibot").
|
|
578
|
+
readonly threadId: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
579
579
|
}, undefined>;
|
|
580
580
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
581
581
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
582
582
|
readonly name: import("valibot").LiteralSchema<"delete", undefined>;
|
|
583
583
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
584
584
|
readonly args: import("valibot").ObjectSchema<{
|
|
585
|
-
readonly threadId: import("valibot").
|
|
585
|
+
readonly threadId: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
586
586
|
}, undefined>;
|
|
587
587
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
588
588
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
@@ -590,22 +590,22 @@ export declare const privateGroup: {
|
|
|
590
590
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
591
591
|
readonly args: import("valibot").ObjectSchema<{
|
|
592
592
|
readonly flagged: import("valibot").NonOptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
593
|
-
readonly threadId: import("valibot").
|
|
593
|
+
readonly threadId: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
594
594
|
}, undefined>;
|
|
595
595
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
596
596
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
597
597
|
readonly name: import("valibot").LiteralSchema<"setFlagged", undefined>;
|
|
598
598
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
599
599
|
readonly args: import("valibot").ObjectSchema<{
|
|
600
|
-
readonly threadId: import("valibot").
|
|
600
|
+
readonly threadId: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
601
601
|
}, undefined>;
|
|
602
602
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
603
603
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
604
604
|
readonly name: import("valibot").LiteralSchema<"setInbox", undefined>;
|
|
605
605
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
606
606
|
readonly args: import("valibot").ObjectSchema<{
|
|
607
|
-
readonly labelIds: import("valibot").ArraySchema<import("valibot").
|
|
608
|
-
readonly threadId: import("valibot").
|
|
607
|
+
readonly labelIds: import("valibot").ArraySchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>, undefined>;
|
|
608
|
+
readonly threadId: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
609
609
|
}, undefined>;
|
|
610
610
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
611
611
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
@@ -613,21 +613,21 @@ export declare const privateGroup: {
|
|
|
613
613
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
614
614
|
readonly args: import("valibot").ObjectSchema<{
|
|
615
615
|
readonly seen: import("valibot").BooleanSchema<undefined>;
|
|
616
|
-
readonly threadId: import("valibot").
|
|
616
|
+
readonly threadId: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
617
617
|
}, undefined>;
|
|
618
618
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
619
619
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
620
620
|
readonly name: import("valibot").LiteralSchema<"setSeen", undefined>;
|
|
621
621
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
622
622
|
readonly args: import("valibot").ObjectSchema<{
|
|
623
|
-
readonly threadId: import("valibot").
|
|
623
|
+
readonly threadId: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
624
624
|
}, undefined>;
|
|
625
625
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
626
626
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
627
627
|
readonly name: import("valibot").LiteralSchema<"setSpam", undefined>;
|
|
628
628
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
629
629
|
readonly args: import("valibot").ObjectSchema<{
|
|
630
|
-
readonly threadId: import("valibot").
|
|
630
|
+
readonly threadId: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
631
631
|
}, undefined>;
|
|
632
632
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
633
633
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
@@ -655,10 +655,10 @@ export declare const privateGroup: {
|
|
|
655
655
|
readonly clientGroupID: import("valibot").StringSchema<undefined>;
|
|
656
656
|
readonly mutations: import("valibot").ArraySchema<import("valibot").UnionSchema<import("valibot").ObjectSchema<{
|
|
657
657
|
readonly args: import("valibot").ObjectSchema<{
|
|
658
|
-
readonly id: import("valibot").
|
|
658
|
+
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
659
659
|
readonly settings: Omit<import("valibot").ObjectSchema<{
|
|
660
660
|
readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
661
|
-
}, undefined>, "~
|
|
661
|
+
}, undefined>, "~standard" | "~run" | "~types" | "entries"> & {
|
|
662
662
|
readonly entries: {
|
|
663
663
|
readonly name: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
664
664
|
};
|
|
@@ -669,7 +669,7 @@ export declare const privateGroup: {
|
|
|
669
669
|
}>;
|
|
670
670
|
readonly '~run': (dataset: import("valibot").UnknownDataset, config: import("valibot").Config<import("valibot").BaseIssue<unknown>>) => import("valibot").OutputDataset<{
|
|
671
671
|
name?: string | null | undefined;
|
|
672
|
-
}, import("valibot").StringIssue | import("valibot").
|
|
672
|
+
}, import("valibot").StringIssue | import("valibot").MaxLengthIssue<string, number> | import("valibot").ObjectIssue>;
|
|
673
673
|
readonly '~types'?: {
|
|
674
674
|
readonly input: {
|
|
675
675
|
name?: string | null | undefined;
|
|
@@ -677,7 +677,7 @@ export declare const privateGroup: {
|
|
|
677
677
|
readonly output: {
|
|
678
678
|
name?: string | null | undefined;
|
|
679
679
|
};
|
|
680
|
-
readonly issue: import("valibot").StringIssue | import("valibot").
|
|
680
|
+
readonly issue: import("valibot").StringIssue | import("valibot").MaxLengthIssue<string, number> | import("valibot").ObjectIssue;
|
|
681
681
|
} | undefined;
|
|
682
682
|
};
|
|
683
683
|
}, undefined>;
|