@marcoappio/marco-config 2.0.305 → 2.0.307
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 +15 -15
- package/dist/clients/contact.d.ts +1 -1
- package/dist/clients/draft.d.ts +22 -22
- package/dist/clients/index.d.ts +54 -54
- package/dist/clients/thread.d.ts +14 -14
- package/dist/clients/thread.js +1 -1
- package/dist/clients/user.d.ts +2 -2
- package/dist/schemas/index.d.ts +1 -1
- package/dist/schemas/string.d.ts +1 -1
- package/dist/schemas/string.d.ts.map +1 -1
- package/dist/schemas/string.js +1 -1
- package/dist/sdk/endpoints/index.d.ts +54 -54
- package/dist/sdk/endpoints/private/index.d.ts +54 -54
- package/dist/sdk/endpoints/private/sync/index.d.ts +54 -54
- 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 +4 -4
- 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 +1 -1
- package/dist/sdk/endpoints/private/sync/push/account.d.ts +13 -13
- package/dist/sdk/endpoints/private/sync/push/draft.d.ts +18 -18
- package/dist/sdk/endpoints/private/sync/push/index.d.ts +41 -41
- package/dist/sdk/endpoints/private/sync/push/thread.d.ts +9 -9
- package/dist/sdk/endpoints/private/sync/push/user.d.ts +1 -1
- package/dist/sdk/index.d.ts +54 -54
- package/dist/utils/shortUUID/shortUUID.d.ts +4 -5
- package/dist/utils/shortUUID/shortUUID.d.ts.map +1 -1
- package/dist/utils/shortUUID/shortUUID.js +4 -4
- package/package.json +1 -1
|
@@ -100,11 +100,11 @@ export declare const privateGroup: {
|
|
|
100
100
|
readonly aliases: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
101
101
|
readonly emailAddress: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
102
102
|
readonly hidden: import("valibot").BooleanSchema<undefined>;
|
|
103
|
-
readonly id: import("valibot").
|
|
103
|
+
readonly id: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
|
|
104
104
|
readonly primary: import("valibot").BooleanSchema<undefined>;
|
|
105
105
|
}, undefined>, undefined>;
|
|
106
106
|
readonly emailAddress: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
107
|
-
readonly id: import("valibot").
|
|
107
|
+
readonly id: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
|
|
108
108
|
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_OAUTH_GOOGLE_EXCHANGE_ERROR", undefined>, import("valibot").LiteralSchema<"CONNECTION_FAILED_AUTHENTICATION_ERROR", undefined>, import("valibot").LiteralSchema<"CONNECTION_FAILED_UNKNOWN_ERROR", undefined>], undefined>;
|
|
109
109
|
readonly labels: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
110
110
|
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
@@ -157,7 +157,7 @@ export declare const privateGroup: {
|
|
|
157
157
|
readonly op: import("valibot").LiteralSchema<"put", undefined>;
|
|
158
158
|
readonly value: import("valibot").ObjectSchema<{
|
|
159
159
|
readonly emailAddress: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
160
|
-
readonly id: import("valibot").
|
|
160
|
+
readonly id: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
|
|
161
161
|
readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
162
162
|
}, undefined>;
|
|
163
163
|
}, undefined>], undefined>, undefined>;
|
|
@@ -198,7 +198,7 @@ export declare const privateGroup: {
|
|
|
198
198
|
readonly attachments: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
199
199
|
readonly failed: import("valibot").BooleanSchema<undefined>;
|
|
200
200
|
readonly fileName: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
201
|
-
readonly id: import("valibot").
|
|
201
|
+
readonly id: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
|
|
202
202
|
readonly mimeType: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
203
203
|
readonly totalChunks: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
204
204
|
readonly totalSize: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
@@ -211,10 +211,10 @@ export declare const privateGroup: {
|
|
|
211
211
|
readonly subject: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
212
212
|
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>;
|
|
213
213
|
}, undefined>;
|
|
214
|
-
readonly emailAccountId: import("valibot").
|
|
214
|
+
readonly emailAccountId: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
|
|
215
215
|
readonly error: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
216
|
-
readonly id: import("valibot").
|
|
217
|
-
readonly referencedMessageId: import("valibot").NullableSchema<import("valibot").
|
|
216
|
+
readonly id: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
|
|
217
|
+
readonly referencedMessageId: import("valibot").NullableSchema<import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>, undefined>;
|
|
218
218
|
readonly scheduledFor: import("valibot").NullableSchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>, undefined>;
|
|
219
219
|
readonly status: import("valibot").UnionSchema<[import("valibot").LiteralSchema<"DRAFT", undefined>, import("valibot").LiteralSchema<"SEND_REQUESTED", undefined>, import("valibot").LiteralSchema<"SEND_CONFIRMATION_PENDING", undefined>, import("valibot").LiteralSchema<"SEND_CONFIRMED", undefined>], undefined>;
|
|
220
220
|
readonly type: import("valibot").UnionSchema<[import("valibot").LiteralSchema<"NEW", undefined>, import("valibot").LiteralSchema<"REPLY", undefined>, import("valibot").LiteralSchema<"FORWARD", undefined>], undefined>;
|
|
@@ -273,11 +273,11 @@ export declare const privateGroup: {
|
|
|
273
273
|
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>;
|
|
274
274
|
readonly emailAccountId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
275
275
|
readonly flagged: import("valibot").NonOptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
276
|
-
readonly id: import("valibot").
|
|
276
|
+
readonly id: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
|
|
277
277
|
readonly messages: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
278
278
|
readonly attachments: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
279
279
|
readonly fileName: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
280
|
-
readonly id: import("valibot").
|
|
280
|
+
readonly id: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
|
|
281
281
|
readonly mimeType: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
282
282
|
readonly size: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
283
283
|
}, undefined>, undefined>;
|
|
@@ -289,15 +289,15 @@ export declare const privateGroup: {
|
|
|
289
289
|
readonly emailAddress: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
290
290
|
readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
291
291
|
}, undefined>, undefined>;
|
|
292
|
-
readonly draftId: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").
|
|
292
|
+
readonly draftId: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
293
293
|
readonly envelopeDate: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
294
294
|
readonly envelopeSubject: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
295
295
|
readonly from: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
296
296
|
readonly emailAddress: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
297
297
|
readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
298
298
|
}, undefined>, undefined>;
|
|
299
|
-
readonly id: import("valibot").
|
|
300
|
-
readonly labelIds: import("valibot").ArraySchema<import("valibot").
|
|
299
|
+
readonly id: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
|
|
300
|
+
readonly labelIds: import("valibot").ArraySchema<import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>, undefined>;
|
|
301
301
|
readonly previewText: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
302
302
|
readonly replyTo: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
303
303
|
readonly emailAddress: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
@@ -345,7 +345,7 @@ export declare const privateGroup: {
|
|
|
345
345
|
readonly key: import("valibot").StringSchema<undefined>;
|
|
346
346
|
readonly op: import("valibot").LiteralSchema<"put", undefined>;
|
|
347
347
|
readonly value: import("valibot").ObjectSchema<{
|
|
348
|
-
readonly id: import("valibot").
|
|
348
|
+
readonly id: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
|
|
349
349
|
readonly settings: import("valibot").ObjectSchema<{
|
|
350
350
|
readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
351
351
|
}, undefined>;
|
|
@@ -362,18 +362,18 @@ export declare const privateGroup: {
|
|
|
362
362
|
readonly args: import("valibot").ObjectSchema<{
|
|
363
363
|
readonly color: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
364
364
|
readonly emailAddress: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
365
|
-
readonly id: import("valibot").
|
|
365
|
+
readonly id: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
|
|
366
366
|
}, undefined>;
|
|
367
367
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
368
368
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
369
369
|
readonly name: import("valibot").LiteralSchema<"createAccount", undefined>;
|
|
370
370
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
371
371
|
readonly args: import("valibot").ObjectSchema<{
|
|
372
|
-
readonly accountId: import("valibot").
|
|
372
|
+
readonly accountId: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
|
|
373
373
|
readonly alias: import("valibot").ObjectSchema<{
|
|
374
374
|
readonly emailAddress: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
375
375
|
readonly hidden: import("valibot").BooleanSchema<undefined>;
|
|
376
|
-
readonly id: import("valibot").
|
|
376
|
+
readonly id: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
|
|
377
377
|
readonly primary: import("valibot").BooleanSchema<undefined>;
|
|
378
378
|
}, undefined>;
|
|
379
379
|
}, undefined>;
|
|
@@ -382,23 +382,23 @@ export declare const privateGroup: {
|
|
|
382
382
|
readonly name: import("valibot").LiteralSchema<"createAlias", undefined>;
|
|
383
383
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
384
384
|
readonly args: import("valibot").ObjectSchema<{
|
|
385
|
-
readonly id: import("valibot").
|
|
385
|
+
readonly id: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
|
|
386
386
|
}, undefined>;
|
|
387
387
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
388
388
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
389
389
|
readonly name: import("valibot").LiteralSchema<"deleteAccount", undefined>;
|
|
390
390
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
391
391
|
readonly args: import("valibot").ObjectSchema<{
|
|
392
|
-
readonly accountId: import("valibot").
|
|
393
|
-
readonly aliasId: import("valibot").
|
|
392
|
+
readonly accountId: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
|
|
393
|
+
readonly aliasId: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
|
|
394
394
|
}, undefined>;
|
|
395
395
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
396
396
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
397
397
|
readonly name: import("valibot").LiteralSchema<"deleteAlias", undefined>;
|
|
398
398
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
399
399
|
readonly args: import("valibot").ObjectSchema<{
|
|
400
|
-
readonly accountId: import("valibot").
|
|
401
|
-
readonly aliasId: import("valibot").
|
|
400
|
+
readonly accountId: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
|
|
401
|
+
readonly aliasId: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
|
|
402
402
|
readonly hidden: import("valibot").BooleanSchema<undefined>;
|
|
403
403
|
}, undefined>;
|
|
404
404
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
@@ -406,8 +406,8 @@ export declare const privateGroup: {
|
|
|
406
406
|
readonly name: import("valibot").LiteralSchema<"setAliasHidden", undefined>;
|
|
407
407
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
408
408
|
readonly args: import("valibot").ObjectSchema<{
|
|
409
|
-
readonly accountId: import("valibot").
|
|
410
|
-
readonly aliasId: import("valibot").
|
|
409
|
+
readonly accountId: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
|
|
410
|
+
readonly aliasId: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
|
|
411
411
|
}, undefined>;
|
|
412
412
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
413
413
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
@@ -422,7 +422,7 @@ export declare const privateGroup: {
|
|
|
422
422
|
readonly smtpPassword: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
423
423
|
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>;
|
|
424
424
|
}, undefined>;
|
|
425
|
-
readonly id: import("valibot").
|
|
425
|
+
readonly id: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
|
|
426
426
|
}, undefined>;
|
|
427
427
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
428
428
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
@@ -433,14 +433,14 @@ export declare const privateGroup: {
|
|
|
433
433
|
readonly code: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
434
434
|
readonly provider: import("valibot").LiteralSchema<"GOOGLE", undefined>;
|
|
435
435
|
}, undefined>;
|
|
436
|
-
readonly id: import("valibot").
|
|
436
|
+
readonly id: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
|
|
437
437
|
}, undefined>;
|
|
438
438
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
439
439
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
440
440
|
readonly name: import("valibot").LiteralSchema<"setConnectionConfigOauth", undefined>;
|
|
441
441
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
442
442
|
readonly args: import("valibot").ObjectSchema<{
|
|
443
|
-
readonly id: import("valibot").
|
|
443
|
+
readonly id: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
|
|
444
444
|
readonly settings: Omit<import("valibot").ObjectSchema<{
|
|
445
445
|
readonly color: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
446
446
|
readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
@@ -499,7 +499,7 @@ export declare const privateGroup: {
|
|
|
499
499
|
readonly clientGroupID: import("valibot").StringSchema<undefined>;
|
|
500
500
|
readonly mutations: import("valibot").ArraySchema<import("valibot").UnionSchema<(import("valibot").ObjectSchema<{
|
|
501
501
|
readonly args: import("valibot").ObjectSchema<{
|
|
502
|
-
readonly id: import("valibot").
|
|
502
|
+
readonly id: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
|
|
503
503
|
readonly updatedAt: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
504
504
|
}, undefined>;
|
|
505
505
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
@@ -510,13 +510,13 @@ export declare const privateGroup: {
|
|
|
510
510
|
readonly attachment: import("valibot").ObjectSchema<{
|
|
511
511
|
readonly failed: import("valibot").BooleanSchema<undefined>;
|
|
512
512
|
readonly fileName: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
513
|
-
readonly id: import("valibot").
|
|
513
|
+
readonly id: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
|
|
514
514
|
readonly mimeType: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
515
515
|
readonly totalChunks: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
516
516
|
readonly totalSize: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
517
517
|
readonly uploadedChunks: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
518
518
|
}, undefined>;
|
|
519
|
-
readonly id: import("valibot").
|
|
519
|
+
readonly id: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
|
|
520
520
|
readonly updatedAt: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
521
521
|
}, undefined>;
|
|
522
522
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
@@ -527,7 +527,7 @@ export declare const privateGroup: {
|
|
|
527
527
|
readonly attachments: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
528
528
|
readonly failed: import("valibot").BooleanSchema<undefined>;
|
|
529
529
|
readonly fileName: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
530
|
-
readonly id: import("valibot").
|
|
530
|
+
readonly id: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
|
|
531
531
|
readonly mimeType: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
532
532
|
readonly totalChunks: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
533
533
|
readonly totalSize: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
@@ -540,10 +540,10 @@ export declare const privateGroup: {
|
|
|
540
540
|
readonly subject: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
541
541
|
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>;
|
|
542
542
|
}, undefined>;
|
|
543
|
-
readonly emailAccountId: import("valibot").
|
|
543
|
+
readonly emailAccountId: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
|
|
544
544
|
readonly error: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
545
|
-
readonly id: import("valibot").
|
|
546
|
-
readonly referencedMessageId: import("valibot").NullableSchema<import("valibot").
|
|
545
|
+
readonly id: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
|
|
546
|
+
readonly referencedMessageId: import("valibot").NullableSchema<import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>, undefined>;
|
|
547
547
|
readonly scheduledFor: import("valibot").NullableSchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>, undefined>;
|
|
548
548
|
readonly status: import("valibot").UnionSchema<[import("valibot").LiteralSchema<"DRAFT", undefined>, import("valibot").LiteralSchema<"SEND_REQUESTED", undefined>, import("valibot").LiteralSchema<"SEND_CONFIRMATION_PENDING", undefined>, import("valibot").LiteralSchema<"SEND_CONFIRMED", undefined>], undefined>;
|
|
549
549
|
readonly type: import("valibot").UnionSchema<[import("valibot").LiteralSchema<"NEW", undefined>, import("valibot").LiteralSchema<"REPLY", undefined>, import("valibot").LiteralSchema<"FORWARD", undefined>], undefined>;
|
|
@@ -554,8 +554,8 @@ export declare const privateGroup: {
|
|
|
554
554
|
readonly name: import("valibot").LiteralSchema<"createDraft", undefined>;
|
|
555
555
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
556
556
|
readonly args: import("valibot").ObjectSchema<{
|
|
557
|
-
readonly attachmentId: import("valibot").
|
|
558
|
-
readonly id: import("valibot").
|
|
557
|
+
readonly attachmentId: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
|
|
558
|
+
readonly id: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
|
|
559
559
|
readonly updatedAt: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
560
560
|
}, undefined>;
|
|
561
561
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
@@ -563,14 +563,14 @@ export declare const privateGroup: {
|
|
|
563
563
|
readonly name: import("valibot").LiteralSchema<"deleteAttachment", undefined>;
|
|
564
564
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
565
565
|
readonly args: import("valibot").ObjectSchema<{
|
|
566
|
-
readonly id: import("valibot").
|
|
566
|
+
readonly id: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
|
|
567
567
|
}, undefined>;
|
|
568
568
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
569
569
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
570
570
|
readonly name: import("valibot").LiteralSchema<"deleteDraft", undefined>;
|
|
571
571
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
572
572
|
readonly args: import("valibot").ObjectSchema<{
|
|
573
|
-
readonly id: import("valibot").
|
|
573
|
+
readonly id: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
|
|
574
574
|
readonly updatedAt: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
575
575
|
}, undefined>;
|
|
576
576
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
@@ -578,7 +578,7 @@ export declare const privateGroup: {
|
|
|
578
578
|
readonly name: import("valibot").LiteralSchema<"sendDraft", undefined>;
|
|
579
579
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
580
580
|
readonly args: import("valibot").ObjectSchema<{
|
|
581
|
-
readonly id: import("valibot").
|
|
581
|
+
readonly id: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
|
|
582
582
|
readonly patch: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
583
583
|
readonly index: import("valibot").NumberSchema<undefined>;
|
|
584
584
|
readonly type: import("valibot").UnionSchema<[import("valibot").LiteralSchema<"INSERTION", undefined>, import("valibot").LiteralSchema<"DELETION", undefined>], undefined>;
|
|
@@ -591,8 +591,8 @@ export declare const privateGroup: {
|
|
|
591
591
|
readonly name: import("valibot").LiteralSchema<"setContent", undefined>;
|
|
592
592
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
593
593
|
readonly args: import("valibot").ObjectSchema<{
|
|
594
|
-
readonly emailAccountId: import("valibot").
|
|
595
|
-
readonly id: import("valibot").
|
|
594
|
+
readonly emailAccountId: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
|
|
595
|
+
readonly id: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
|
|
596
596
|
readonly updatedAt: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
597
597
|
}, undefined>;
|
|
598
598
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
@@ -647,7 +647,7 @@ export declare const privateGroup: {
|
|
|
647
647
|
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;
|
|
648
648
|
} | undefined;
|
|
649
649
|
};
|
|
650
|
-
readonly id: import("valibot").
|
|
650
|
+
readonly id: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
|
|
651
651
|
readonly updatedAt: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
652
652
|
}, undefined>;
|
|
653
653
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
@@ -655,7 +655,7 @@ export declare const privateGroup: {
|
|
|
655
655
|
readonly name: import("valibot").LiteralSchema<"setEnvelope", undefined>;
|
|
656
656
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
657
657
|
readonly args: import("valibot").ObjectSchema<{
|
|
658
|
-
readonly id: import("valibot").
|
|
658
|
+
readonly id: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
|
|
659
659
|
readonly scheduledFor: import("valibot").NullableSchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>, undefined>;
|
|
660
660
|
readonly updatedAt: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
661
661
|
}, undefined>;
|
|
@@ -664,10 +664,10 @@ export declare const privateGroup: {
|
|
|
664
664
|
readonly name: import("valibot").LiteralSchema<"setScheduledFor", undefined>;
|
|
665
665
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
666
666
|
readonly args: import("valibot").ObjectSchema<{
|
|
667
|
-
readonly attachmentId: import("valibot").
|
|
667
|
+
readonly attachmentId: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
|
|
668
668
|
readonly chunk: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").Base64Action<string, undefined>]>;
|
|
669
669
|
readonly chunkIndex: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
670
|
-
readonly id: import("valibot").
|
|
670
|
+
readonly id: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
|
|
671
671
|
}, undefined>;
|
|
672
672
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
673
673
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
@@ -695,14 +695,14 @@ export declare const privateGroup: {
|
|
|
695
695
|
readonly clientGroupID: import("valibot").StringSchema<undefined>;
|
|
696
696
|
readonly mutations: import("valibot").ArraySchema<import("valibot").UnionSchema<(import("valibot").ObjectSchema<{
|
|
697
697
|
readonly args: import("valibot").ObjectSchema<{
|
|
698
|
-
readonly threadId: import("valibot").
|
|
698
|
+
readonly threadId: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
|
|
699
699
|
}, undefined>;
|
|
700
700
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
701
701
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
702
702
|
readonly name: import("valibot").LiteralSchema<"delete", undefined>;
|
|
703
703
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
704
704
|
readonly args: import("valibot").ObjectSchema<{
|
|
705
|
-
readonly threadId: import("valibot").
|
|
705
|
+
readonly threadId: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
|
|
706
706
|
}, undefined>;
|
|
707
707
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
708
708
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
@@ -710,22 +710,22 @@ export declare const privateGroup: {
|
|
|
710
710
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
711
711
|
readonly args: import("valibot").ObjectSchema<{
|
|
712
712
|
readonly flagged: import("valibot").NonOptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
713
|
-
readonly threadId: import("valibot").
|
|
713
|
+
readonly threadId: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
|
|
714
714
|
}, undefined>;
|
|
715
715
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
716
716
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
717
717
|
readonly name: import("valibot").LiteralSchema<"setFlagged", undefined>;
|
|
718
718
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
719
719
|
readonly args: import("valibot").ObjectSchema<{
|
|
720
|
-
readonly threadId: import("valibot").
|
|
720
|
+
readonly threadId: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
|
|
721
721
|
}, undefined>;
|
|
722
722
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
723
723
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
724
724
|
readonly name: import("valibot").LiteralSchema<"setInbox", undefined>;
|
|
725
725
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
726
726
|
readonly args: import("valibot").ObjectSchema<{
|
|
727
|
-
readonly labelIds: import("valibot").ArraySchema<import("valibot").
|
|
728
|
-
readonly threadId: import("valibot").
|
|
727
|
+
readonly labelIds: import("valibot").ArraySchema<import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>, undefined>;
|
|
728
|
+
readonly threadId: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
|
|
729
729
|
}, undefined>;
|
|
730
730
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
731
731
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
@@ -733,21 +733,21 @@ export declare const privateGroup: {
|
|
|
733
733
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
734
734
|
readonly args: import("valibot").ObjectSchema<{
|
|
735
735
|
readonly seen: import("valibot").BooleanSchema<undefined>;
|
|
736
|
-
readonly threadId: import("valibot").
|
|
736
|
+
readonly threadId: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
|
|
737
737
|
}, undefined>;
|
|
738
738
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
739
739
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
740
740
|
readonly name: import("valibot").LiteralSchema<"setSeen", undefined>;
|
|
741
741
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
742
742
|
readonly args: import("valibot").ObjectSchema<{
|
|
743
|
-
readonly threadId: import("valibot").
|
|
743
|
+
readonly threadId: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
|
|
744
744
|
}, undefined>;
|
|
745
745
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
746
746
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
747
747
|
readonly name: import("valibot").LiteralSchema<"setSpam", undefined>;
|
|
748
748
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
749
749
|
readonly args: import("valibot").ObjectSchema<{
|
|
750
|
-
readonly threadId: import("valibot").
|
|
750
|
+
readonly threadId: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
|
|
751
751
|
}, undefined>;
|
|
752
752
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
753
753
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
@@ -775,7 +775,7 @@ export declare const privateGroup: {
|
|
|
775
775
|
readonly clientGroupID: import("valibot").StringSchema<undefined>;
|
|
776
776
|
readonly mutations: import("valibot").ArraySchema<import("valibot").UnionSchema<import("valibot").ObjectSchema<{
|
|
777
777
|
readonly args: import("valibot").ObjectSchema<{
|
|
778
|
-
readonly id: import("valibot").
|
|
778
|
+
readonly id: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
|
|
779
779
|
readonly settings: Omit<import("valibot").ObjectSchema<{
|
|
780
780
|
readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
781
781
|
}, undefined>, "~standard" | "~run" | "~types" | "entries"> & {
|