@marcoappio/marco-config 2.0.304 → 2.0.305
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 +16 -16
- package/dist/clients/account.js +1 -1
- package/dist/clients/contact.d.ts +1 -1
- package/dist/clients/draft.d.ts +22 -22
- package/dist/clients/index.d.ts +55 -55
- package/dist/clients/thread.d.ts +14 -14
- 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 +55 -55
- package/dist/sdk/endpoints/private/index.d.ts +55 -55
- package/dist/sdk/endpoints/private/sync/index.d.ts +55 -55
- package/dist/sdk/endpoints/private/sync/pull/account.d.ts +3 -3
- 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 +14 -14
- 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 +55 -55
- package/package.json +1 -1
|
@@ -103,14 +103,14 @@ export declare const endpoints: {
|
|
|
103
103
|
readonly aliases: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
104
104
|
readonly emailAddress: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
105
105
|
readonly hidden: import("valibot").BooleanSchema<undefined>;
|
|
106
|
-
readonly id: import("valibot").
|
|
106
|
+
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
107
107
|
readonly primary: import("valibot").BooleanSchema<undefined>;
|
|
108
108
|
}, undefined>, undefined>;
|
|
109
109
|
readonly emailAddress: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
110
|
-
readonly id: import("valibot").
|
|
110
|
+
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
111
111
|
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>;
|
|
112
112
|
readonly labels: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
113
|
-
readonly id: import("valibot").
|
|
113
|
+
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
114
114
|
readonly mailCounts: import("valibot").ObjectSchema<{
|
|
115
115
|
readonly processed: import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 0, undefined>]>;
|
|
116
116
|
readonly total: import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 0, undefined>]>;
|
|
@@ -160,7 +160,7 @@ export declare const endpoints: {
|
|
|
160
160
|
readonly op: import("valibot").LiteralSchema<"put", undefined>;
|
|
161
161
|
readonly value: import("valibot").ObjectSchema<{
|
|
162
162
|
readonly emailAddress: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
163
|
-
readonly id: import("valibot").
|
|
163
|
+
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
164
164
|
readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
165
165
|
}, undefined>;
|
|
166
166
|
}, undefined>], undefined>, undefined>;
|
|
@@ -201,7 +201,7 @@ export declare const endpoints: {
|
|
|
201
201
|
readonly attachments: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
202
202
|
readonly failed: import("valibot").BooleanSchema<undefined>;
|
|
203
203
|
readonly fileName: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
204
|
-
readonly id: import("valibot").
|
|
204
|
+
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
205
205
|
readonly mimeType: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
206
206
|
readonly totalChunks: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
207
207
|
readonly totalSize: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
@@ -214,10 +214,10 @@ export declare const endpoints: {
|
|
|
214
214
|
readonly subject: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
215
215
|
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>;
|
|
216
216
|
}, undefined>;
|
|
217
|
-
readonly emailAccountId: import("valibot").
|
|
217
|
+
readonly emailAccountId: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
218
218
|
readonly error: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
219
|
-
readonly id: import("valibot").
|
|
220
|
-
readonly referencedMessageId: import("valibot").NullableSchema<import("valibot").
|
|
219
|
+
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
220
|
+
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>;
|
|
221
221
|
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>;
|
|
222
222
|
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>;
|
|
223
223
|
readonly type: import("valibot").UnionSchema<[import("valibot").LiteralSchema<"NEW", undefined>, import("valibot").LiteralSchema<"REPLY", undefined>, import("valibot").LiteralSchema<"FORWARD", undefined>], undefined>;
|
|
@@ -276,11 +276,11 @@ export declare const endpoints: {
|
|
|
276
276
|
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>;
|
|
277
277
|
readonly emailAccountId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
278
278
|
readonly flagged: import("valibot").NonOptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
279
|
-
readonly id: import("valibot").
|
|
279
|
+
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
280
280
|
readonly messages: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
281
281
|
readonly attachments: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
282
282
|
readonly fileName: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
283
|
-
readonly id: import("valibot").
|
|
283
|
+
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
284
284
|
readonly mimeType: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
285
285
|
readonly size: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
286
286
|
}, undefined>, undefined>;
|
|
@@ -292,15 +292,15 @@ export declare const endpoints: {
|
|
|
292
292
|
readonly emailAddress: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
293
293
|
readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
294
294
|
}, undefined>, undefined>;
|
|
295
|
-
readonly draftId: import("valibot").NullableSchema<import("valibot").
|
|
295
|
+
readonly draftId: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>, undefined>;
|
|
296
296
|
readonly envelopeDate: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
297
297
|
readonly envelopeSubject: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
298
298
|
readonly from: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
299
299
|
readonly emailAddress: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
300
300
|
readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
301
301
|
}, undefined>, undefined>;
|
|
302
|
-
readonly id: import("valibot").
|
|
303
|
-
readonly labelIds: import("valibot").ArraySchema<import("valibot").
|
|
302
|
+
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
303
|
+
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>;
|
|
304
304
|
readonly previewText: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
305
305
|
readonly replyTo: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
306
306
|
readonly emailAddress: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
@@ -348,7 +348,7 @@ export declare const endpoints: {
|
|
|
348
348
|
readonly key: import("valibot").StringSchema<undefined>;
|
|
349
349
|
readonly op: import("valibot").LiteralSchema<"put", undefined>;
|
|
350
350
|
readonly value: import("valibot").ObjectSchema<{
|
|
351
|
-
readonly id: import("valibot").
|
|
351
|
+
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
352
352
|
readonly settings: import("valibot").ObjectSchema<{
|
|
353
353
|
readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
354
354
|
}, undefined>;
|
|
@@ -365,18 +365,18 @@ export declare const endpoints: {
|
|
|
365
365
|
readonly args: import("valibot").ObjectSchema<{
|
|
366
366
|
readonly color: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
367
367
|
readonly emailAddress: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
368
|
-
readonly id: import("valibot").
|
|
368
|
+
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
369
369
|
}, undefined>;
|
|
370
370
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
371
371
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
372
372
|
readonly name: import("valibot").LiteralSchema<"createAccount", undefined>;
|
|
373
373
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
374
374
|
readonly args: import("valibot").ObjectSchema<{
|
|
375
|
-
readonly accountId: import("valibot").
|
|
375
|
+
readonly accountId: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
376
376
|
readonly alias: import("valibot").ObjectSchema<{
|
|
377
377
|
readonly emailAddress: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
378
378
|
readonly hidden: import("valibot").BooleanSchema<undefined>;
|
|
379
|
-
readonly id: import("valibot").
|
|
379
|
+
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
380
380
|
readonly primary: import("valibot").BooleanSchema<undefined>;
|
|
381
381
|
}, undefined>;
|
|
382
382
|
}, undefined>;
|
|
@@ -385,23 +385,23 @@ export declare const endpoints: {
|
|
|
385
385
|
readonly name: import("valibot").LiteralSchema<"createAlias", undefined>;
|
|
386
386
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
387
387
|
readonly args: import("valibot").ObjectSchema<{
|
|
388
|
-
readonly id: import("valibot").
|
|
388
|
+
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
389
389
|
}, undefined>;
|
|
390
390
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
391
391
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
392
392
|
readonly name: import("valibot").LiteralSchema<"deleteAccount", undefined>;
|
|
393
393
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
394
394
|
readonly args: import("valibot").ObjectSchema<{
|
|
395
|
-
readonly accountId: import("valibot").
|
|
396
|
-
readonly aliasId: import("valibot").
|
|
395
|
+
readonly accountId: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
396
|
+
readonly aliasId: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
397
397
|
}, undefined>;
|
|
398
398
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
399
399
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
400
400
|
readonly name: import("valibot").LiteralSchema<"deleteAlias", undefined>;
|
|
401
401
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
402
402
|
readonly args: import("valibot").ObjectSchema<{
|
|
403
|
-
readonly accountId: import("valibot").
|
|
404
|
-
readonly aliasId: import("valibot").
|
|
403
|
+
readonly accountId: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
404
|
+
readonly aliasId: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
405
405
|
readonly hidden: import("valibot").BooleanSchema<undefined>;
|
|
406
406
|
}, undefined>;
|
|
407
407
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
@@ -409,8 +409,8 @@ export declare const endpoints: {
|
|
|
409
409
|
readonly name: import("valibot").LiteralSchema<"setAliasHidden", undefined>;
|
|
410
410
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
411
411
|
readonly args: import("valibot").ObjectSchema<{
|
|
412
|
-
readonly accountId: import("valibot").
|
|
413
|
-
readonly aliasId: import("valibot").
|
|
412
|
+
readonly accountId: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
413
|
+
readonly aliasId: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
414
414
|
}, undefined>;
|
|
415
415
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
416
416
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
@@ -425,7 +425,7 @@ export declare const endpoints: {
|
|
|
425
425
|
readonly smtpPassword: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
426
426
|
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>;
|
|
427
427
|
}, undefined>;
|
|
428
|
-
readonly id: import("valibot").
|
|
428
|
+
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
429
429
|
}, undefined>;
|
|
430
430
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
431
431
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
@@ -436,14 +436,14 @@ export declare const endpoints: {
|
|
|
436
436
|
readonly code: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
437
437
|
readonly provider: import("valibot").LiteralSchema<"GOOGLE", undefined>;
|
|
438
438
|
}, undefined>;
|
|
439
|
-
readonly id: import("valibot").
|
|
439
|
+
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
440
440
|
}, undefined>;
|
|
441
441
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
442
442
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
443
443
|
readonly name: import("valibot").LiteralSchema<"setConnectionConfigOauth", undefined>;
|
|
444
444
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
445
445
|
readonly args: import("valibot").ObjectSchema<{
|
|
446
|
-
readonly id: import("valibot").
|
|
446
|
+
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
447
447
|
readonly settings: Omit<import("valibot").ObjectSchema<{
|
|
448
448
|
readonly color: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
449
449
|
readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
@@ -502,7 +502,7 @@ export declare const endpoints: {
|
|
|
502
502
|
readonly clientGroupID: import("valibot").StringSchema<undefined>;
|
|
503
503
|
readonly mutations: import("valibot").ArraySchema<import("valibot").UnionSchema<(import("valibot").ObjectSchema<{
|
|
504
504
|
readonly args: import("valibot").ObjectSchema<{
|
|
505
|
-
readonly id: import("valibot").
|
|
505
|
+
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
506
506
|
readonly updatedAt: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
507
507
|
}, undefined>;
|
|
508
508
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
@@ -513,13 +513,13 @@ export declare const endpoints: {
|
|
|
513
513
|
readonly attachment: import("valibot").ObjectSchema<{
|
|
514
514
|
readonly failed: import("valibot").BooleanSchema<undefined>;
|
|
515
515
|
readonly fileName: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
516
|
-
readonly id: import("valibot").
|
|
516
|
+
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
517
517
|
readonly mimeType: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
518
518
|
readonly totalChunks: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
519
519
|
readonly totalSize: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
520
520
|
readonly uploadedChunks: 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
|
-
readonly id: import("valibot").
|
|
522
|
+
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
523
523
|
readonly updatedAt: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
524
524
|
}, undefined>;
|
|
525
525
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
@@ -530,7 +530,7 @@ export declare const endpoints: {
|
|
|
530
530
|
readonly attachments: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
531
531
|
readonly failed: import("valibot").BooleanSchema<undefined>;
|
|
532
532
|
readonly fileName: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
533
|
-
readonly id: import("valibot").
|
|
533
|
+
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
534
534
|
readonly mimeType: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
535
535
|
readonly totalChunks: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
536
536
|
readonly totalSize: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
@@ -543,10 +543,10 @@ export declare const endpoints: {
|
|
|
543
543
|
readonly subject: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
544
544
|
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>;
|
|
545
545
|
}, undefined>;
|
|
546
|
-
readonly emailAccountId: import("valibot").
|
|
546
|
+
readonly emailAccountId: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
547
547
|
readonly error: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
548
|
-
readonly id: import("valibot").
|
|
549
|
-
readonly referencedMessageId: import("valibot").NullableSchema<import("valibot").
|
|
548
|
+
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
549
|
+
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>;
|
|
550
550
|
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>;
|
|
551
551
|
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>;
|
|
552
552
|
readonly type: import("valibot").UnionSchema<[import("valibot").LiteralSchema<"NEW", undefined>, import("valibot").LiteralSchema<"REPLY", undefined>, import("valibot").LiteralSchema<"FORWARD", undefined>], undefined>;
|
|
@@ -557,8 +557,8 @@ export declare const endpoints: {
|
|
|
557
557
|
readonly name: import("valibot").LiteralSchema<"createDraft", undefined>;
|
|
558
558
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
559
559
|
readonly args: import("valibot").ObjectSchema<{
|
|
560
|
-
readonly attachmentId: import("valibot").
|
|
561
|
-
readonly id: import("valibot").
|
|
560
|
+
readonly attachmentId: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
561
|
+
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
562
562
|
readonly updatedAt: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
563
563
|
}, undefined>;
|
|
564
564
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
@@ -566,14 +566,14 @@ export declare const endpoints: {
|
|
|
566
566
|
readonly name: import("valibot").LiteralSchema<"deleteAttachment", undefined>;
|
|
567
567
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
568
568
|
readonly args: import("valibot").ObjectSchema<{
|
|
569
|
-
readonly id: import("valibot").
|
|
569
|
+
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
570
570
|
}, undefined>;
|
|
571
571
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
572
572
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
573
573
|
readonly name: import("valibot").LiteralSchema<"deleteDraft", undefined>;
|
|
574
574
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
575
575
|
readonly args: import("valibot").ObjectSchema<{
|
|
576
|
-
readonly id: import("valibot").
|
|
576
|
+
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
577
577
|
readonly updatedAt: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
578
578
|
}, undefined>;
|
|
579
579
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
@@ -581,7 +581,7 @@ export declare const endpoints: {
|
|
|
581
581
|
readonly name: import("valibot").LiteralSchema<"sendDraft", undefined>;
|
|
582
582
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
583
583
|
readonly args: import("valibot").ObjectSchema<{
|
|
584
|
-
readonly id: import("valibot").
|
|
584
|
+
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
585
585
|
readonly patch: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
586
586
|
readonly index: import("valibot").NumberSchema<undefined>;
|
|
587
587
|
readonly type: import("valibot").UnionSchema<[import("valibot").LiteralSchema<"INSERTION", undefined>, import("valibot").LiteralSchema<"DELETION", undefined>], undefined>;
|
|
@@ -594,8 +594,8 @@ export declare const endpoints: {
|
|
|
594
594
|
readonly name: import("valibot").LiteralSchema<"setContent", undefined>;
|
|
595
595
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
596
596
|
readonly args: import("valibot").ObjectSchema<{
|
|
597
|
-
readonly emailAccountId: import("valibot").
|
|
598
|
-
readonly id: import("valibot").
|
|
597
|
+
readonly emailAccountId: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
598
|
+
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
599
599
|
readonly updatedAt: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
600
600
|
}, undefined>;
|
|
601
601
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
@@ -650,7 +650,7 @@ export declare const endpoints: {
|
|
|
650
650
|
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;
|
|
651
651
|
} | undefined;
|
|
652
652
|
};
|
|
653
|
-
readonly id: import("valibot").
|
|
653
|
+
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
654
654
|
readonly updatedAt: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
655
655
|
}, undefined>;
|
|
656
656
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
@@ -658,7 +658,7 @@ export declare const endpoints: {
|
|
|
658
658
|
readonly name: import("valibot").LiteralSchema<"setEnvelope", undefined>;
|
|
659
659
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
660
660
|
readonly args: import("valibot").ObjectSchema<{
|
|
661
|
-
readonly id: import("valibot").
|
|
661
|
+
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
662
662
|
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>;
|
|
663
663
|
readonly updatedAt: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
664
664
|
}, undefined>;
|
|
@@ -667,10 +667,10 @@ export declare const endpoints: {
|
|
|
667
667
|
readonly name: import("valibot").LiteralSchema<"setScheduledFor", undefined>;
|
|
668
668
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
669
669
|
readonly args: import("valibot").ObjectSchema<{
|
|
670
|
-
readonly attachmentId: import("valibot").
|
|
670
|
+
readonly attachmentId: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
671
671
|
readonly chunk: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").Base64Action<string, undefined>]>;
|
|
672
672
|
readonly chunkIndex: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
673
|
-
readonly id: import("valibot").
|
|
673
|
+
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
674
674
|
}, undefined>;
|
|
675
675
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
676
676
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
@@ -698,14 +698,14 @@ export declare const endpoints: {
|
|
|
698
698
|
readonly clientGroupID: import("valibot").StringSchema<undefined>;
|
|
699
699
|
readonly mutations: import("valibot").ArraySchema<import("valibot").UnionSchema<(import("valibot").ObjectSchema<{
|
|
700
700
|
readonly args: import("valibot").ObjectSchema<{
|
|
701
|
-
readonly threadId: import("valibot").
|
|
701
|
+
readonly threadId: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
702
702
|
}, undefined>;
|
|
703
703
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
704
704
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
705
705
|
readonly name: import("valibot").LiteralSchema<"delete", undefined>;
|
|
706
706
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
707
707
|
readonly args: import("valibot").ObjectSchema<{
|
|
708
|
-
readonly threadId: import("valibot").
|
|
708
|
+
readonly threadId: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
709
709
|
}, undefined>;
|
|
710
710
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
711
711
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
@@ -713,22 +713,22 @@ export declare const endpoints: {
|
|
|
713
713
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
714
714
|
readonly args: import("valibot").ObjectSchema<{
|
|
715
715
|
readonly flagged: import("valibot").NonOptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
716
|
-
readonly threadId: import("valibot").
|
|
716
|
+
readonly threadId: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
717
717
|
}, undefined>;
|
|
718
718
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
719
719
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
720
720
|
readonly name: import("valibot").LiteralSchema<"setFlagged", undefined>;
|
|
721
721
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
722
722
|
readonly args: import("valibot").ObjectSchema<{
|
|
723
|
-
readonly threadId: import("valibot").
|
|
723
|
+
readonly threadId: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
724
724
|
}, undefined>;
|
|
725
725
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
726
726
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
727
727
|
readonly name: import("valibot").LiteralSchema<"setInbox", undefined>;
|
|
728
728
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
729
729
|
readonly args: import("valibot").ObjectSchema<{
|
|
730
|
-
readonly labelIds: import("valibot").ArraySchema<import("valibot").
|
|
731
|
-
readonly threadId: import("valibot").
|
|
730
|
+
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>;
|
|
731
|
+
readonly threadId: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
732
732
|
}, undefined>;
|
|
733
733
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
734
734
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
@@ -736,21 +736,21 @@ export declare const endpoints: {
|
|
|
736
736
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
737
737
|
readonly args: import("valibot").ObjectSchema<{
|
|
738
738
|
readonly seen: import("valibot").BooleanSchema<undefined>;
|
|
739
|
-
readonly threadId: import("valibot").
|
|
739
|
+
readonly threadId: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
740
740
|
}, undefined>;
|
|
741
741
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
742
742
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
743
743
|
readonly name: import("valibot").LiteralSchema<"setSeen", undefined>;
|
|
744
744
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
745
745
|
readonly args: import("valibot").ObjectSchema<{
|
|
746
|
-
readonly threadId: import("valibot").
|
|
746
|
+
readonly threadId: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
747
747
|
}, undefined>;
|
|
748
748
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
749
749
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
750
750
|
readonly name: import("valibot").LiteralSchema<"setSpam", undefined>;
|
|
751
751
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
752
752
|
readonly args: import("valibot").ObjectSchema<{
|
|
753
|
-
readonly threadId: import("valibot").
|
|
753
|
+
readonly threadId: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
754
754
|
}, undefined>;
|
|
755
755
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
756
756
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
@@ -778,7 +778,7 @@ export declare const endpoints: {
|
|
|
778
778
|
readonly clientGroupID: import("valibot").StringSchema<undefined>;
|
|
779
779
|
readonly mutations: import("valibot").ArraySchema<import("valibot").UnionSchema<import("valibot").ObjectSchema<{
|
|
780
780
|
readonly args: import("valibot").ObjectSchema<{
|
|
781
|
-
readonly id: import("valibot").
|
|
781
|
+
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
782
782
|
readonly settings: Omit<import("valibot").ObjectSchema<{
|
|
783
783
|
readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
784
784
|
}, undefined>, "~standard" | "~run" | "~types" | "entries"> & {
|