@marcoappio/marco-config 2.0.290 → 2.0.291
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 +7 -20
- package/dist/clients/account.d.ts.map +1 -1
- package/dist/clients/account.js +7 -13
- package/dist/clients/draft.d.ts +32 -18
- package/dist/clients/draft.d.ts.map +1 -1
- package/dist/clients/draft.js +23 -9
- package/dist/clients/index.d.ts +39 -38
- package/dist/clients/index.d.ts.map +1 -1
- package/dist/sdk/endpoints/index.d.ts +43 -40
- package/dist/sdk/endpoints/index.d.ts.map +1 -1
- package/dist/sdk/endpoints/private/index.d.ts +43 -40
- package/dist/sdk/endpoints/private/index.d.ts.map +1 -1
- package/dist/sdk/endpoints/private/sync/index.d.ts +43 -40
- package/dist/sdk/endpoints/private/sync/index.d.ts.map +1 -1
- package/dist/sdk/endpoints/private/sync/pull/account.d.ts +2 -2
- package/dist/sdk/endpoints/private/sync/pull/draft.d.ts +3 -1
- package/dist/sdk/endpoints/private/sync/pull/draft.d.ts.map +1 -1
- package/dist/sdk/endpoints/private/sync/pull/index.d.ts +5 -3
- package/dist/sdk/endpoints/private/sync/pull/index.d.ts.map +1 -1
- package/dist/sdk/endpoints/private/sync/push/account.d.ts +5 -20
- package/dist/sdk/endpoints/private/sync/push/account.d.ts.map +1 -1
- package/dist/sdk/endpoints/private/sync/push/account.js +6 -12
- package/dist/sdk/endpoints/private/sync/push/draft.d.ts +33 -17
- package/dist/sdk/endpoints/private/sync/push/draft.d.ts.map +1 -1
- package/dist/sdk/endpoints/private/sync/push/draft.js +21 -9
- package/dist/sdk/endpoints/private/sync/push/index.d.ts +38 -37
- package/dist/sdk/endpoints/private/sync/push/index.d.ts.map +1 -1
- package/dist/sdk/index.d.ts +43 -40
- package/dist/sdk/index.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -102,9 +102,9 @@ export declare const endpoints: {
|
|
|
102
102
|
readonly value: import("valibot").ObjectSchema<{
|
|
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
|
+
readonly hidden: import("valibot").BooleanSchema<undefined>;
|
|
105
106
|
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
106
|
-
readonly
|
|
107
|
-
readonly isPrimary: import("valibot").BooleanSchema<undefined>;
|
|
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
110
|
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
@@ -215,9 +215,11 @@ export declare const endpoints: {
|
|
|
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
217
|
readonly emailAccountId: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
218
|
+
readonly error: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
218
219
|
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
219
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>;
|
|
220
|
-
readonly
|
|
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
|
+
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>;
|
|
221
223
|
readonly type: import("valibot").UnionSchema<[import("valibot").LiteralSchema<"NEW", undefined>, import("valibot").LiteralSchema<"REPLY", undefined>, import("valibot").LiteralSchema<"FORWARD", undefined>], undefined>;
|
|
222
224
|
readonly updatedAt: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
223
225
|
}, undefined>;
|
|
@@ -366,14 +368,14 @@ export declare const endpoints: {
|
|
|
366
368
|
}, undefined>;
|
|
367
369
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
368
370
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
369
|
-
readonly name: import("valibot").LiteralSchema<"
|
|
371
|
+
readonly name: import("valibot").LiteralSchema<"createAccount", undefined>;
|
|
370
372
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
371
373
|
readonly args: import("valibot").ObjectSchema<{
|
|
372
374
|
readonly aliasId: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
373
375
|
readonly emailAddress: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
376
|
+
readonly hidden: import("valibot").BooleanSchema<undefined>;
|
|
374
377
|
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
375
|
-
readonly
|
|
376
|
-
readonly isPrimary: import("valibot").BooleanSchema<undefined>;
|
|
378
|
+
readonly primary: import("valibot").BooleanSchema<undefined>;
|
|
377
379
|
}, undefined>;
|
|
378
380
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
379
381
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
@@ -384,7 +386,7 @@ export declare const endpoints: {
|
|
|
384
386
|
}, undefined>;
|
|
385
387
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
386
388
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
387
|
-
readonly name: import("valibot").LiteralSchema<"
|
|
389
|
+
readonly name: import("valibot").LiteralSchema<"deleteAccount", undefined>;
|
|
388
390
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
389
391
|
readonly args: import("valibot").ObjectSchema<{
|
|
390
392
|
readonly aliasId: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
@@ -395,7 +397,7 @@ export declare const endpoints: {
|
|
|
395
397
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
396
398
|
readonly args: import("valibot").ObjectSchema<{
|
|
397
399
|
readonly aliasId: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
398
|
-
readonly
|
|
400
|
+
readonly hidden: import("valibot").BooleanSchema<undefined>;
|
|
399
401
|
}, undefined>;
|
|
400
402
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
401
403
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
@@ -407,21 +409,6 @@ export declare const endpoints: {
|
|
|
407
409
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
408
410
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
409
411
|
readonly name: import("valibot").LiteralSchema<"setAliasPrimary", undefined>;
|
|
410
|
-
}, undefined> | import("valibot").ObjectSchema<{
|
|
411
|
-
readonly args: import("valibot").ObjectSchema<{
|
|
412
|
-
readonly connectionConfig: import("valibot").ObjectSchema<{
|
|
413
|
-
readonly imapHost: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
414
|
-
readonly imapPassword: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
415
|
-
readonly imapPort: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, number, undefined>, import("valibot").MaxValueAction<number, number, undefined>]>, undefined>;
|
|
416
|
-
readonly smtpHost: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
417
|
-
readonly smtpPassword: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
418
|
-
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>;
|
|
419
|
-
}, undefined>;
|
|
420
|
-
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
421
|
-
}, undefined>;
|
|
422
|
-
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
423
|
-
readonly id: import("valibot").NumberSchema<undefined>;
|
|
424
|
-
readonly name: import("valibot").LiteralSchema<"setConnectionConfig", undefined>;
|
|
425
412
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
426
413
|
readonly args: import("valibot").ObjectSchema<{
|
|
427
414
|
readonly connectionConfig: import("valibot").ObjectSchema<{
|
|
@@ -508,6 +495,29 @@ export declare const endpoints: {
|
|
|
508
495
|
draft: EndpointConfig<"/v1/pv/sync/push/draft", import("valibot").ObjectSchema<{
|
|
509
496
|
readonly clientGroupID: import("valibot").StringSchema<undefined>;
|
|
510
497
|
readonly mutations: import("valibot").ArraySchema<import("valibot").UnionSchema<(import("valibot").ObjectSchema<{
|
|
498
|
+
readonly args: import("valibot").ObjectSchema<{
|
|
499
|
+
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
500
|
+
}, undefined>;
|
|
501
|
+
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
502
|
+
readonly id: import("valibot").NumberSchema<undefined>;
|
|
503
|
+
readonly name: import("valibot").LiteralSchema<"cancelDraftSend", undefined>;
|
|
504
|
+
}, undefined> | import("valibot").ObjectSchema<{
|
|
505
|
+
readonly args: import("valibot").ObjectSchema<{
|
|
506
|
+
readonly attachment: import("valibot").ObjectSchema<{
|
|
507
|
+
readonly failed: import("valibot").BooleanSchema<undefined>;
|
|
508
|
+
readonly fileName: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
509
|
+
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
510
|
+
readonly mimeType: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
511
|
+
readonly totalChunks: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
512
|
+
readonly totalSize: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
513
|
+
readonly uploadedChunks: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
514
|
+
}, undefined>;
|
|
515
|
+
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
516
|
+
}, undefined>;
|
|
517
|
+
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
518
|
+
readonly id: import("valibot").NumberSchema<undefined>;
|
|
519
|
+
readonly name: import("valibot").LiteralSchema<"createAttachment", undefined>;
|
|
520
|
+
}, undefined> | import("valibot").ObjectSchema<{
|
|
511
521
|
readonly args: import("valibot").ObjectSchema<{
|
|
512
522
|
readonly attachments: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
513
523
|
readonly failed: import("valibot").BooleanSchema<undefined>;
|
|
@@ -526,46 +536,39 @@ export declare const endpoints: {
|
|
|
526
536
|
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>;
|
|
527
537
|
}, undefined>;
|
|
528
538
|
readonly emailAccountId: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
539
|
+
readonly error: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
529
540
|
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
530
541
|
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>;
|
|
531
|
-
readonly
|
|
542
|
+
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>;
|
|
543
|
+
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>;
|
|
532
544
|
readonly type: import("valibot").UnionSchema<[import("valibot").LiteralSchema<"NEW", undefined>, import("valibot").LiteralSchema<"REPLY", undefined>, import("valibot").LiteralSchema<"FORWARD", undefined>], undefined>;
|
|
533
545
|
readonly updatedAt: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
534
546
|
}, undefined>;
|
|
535
547
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
536
548
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
537
|
-
readonly name: import("valibot").LiteralSchema<"
|
|
549
|
+
readonly name: import("valibot").LiteralSchema<"createDraft", undefined>;
|
|
538
550
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
539
551
|
readonly args: import("valibot").ObjectSchema<{
|
|
540
|
-
readonly
|
|
541
|
-
readonly failed: import("valibot").BooleanSchema<undefined>;
|
|
542
|
-
readonly fileName: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
543
|
-
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
544
|
-
readonly mimeType: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
545
|
-
readonly totalChunks: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
546
|
-
readonly totalSize: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
547
|
-
readonly uploadedChunks: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
548
|
-
}, undefined>;
|
|
552
|
+
readonly attachmentId: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
549
553
|
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
550
554
|
}, undefined>;
|
|
551
555
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
552
556
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
553
|
-
readonly name: import("valibot").LiteralSchema<"
|
|
557
|
+
readonly name: import("valibot").LiteralSchema<"deleteAttachment", undefined>;
|
|
554
558
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
555
559
|
readonly args: import("valibot").ObjectSchema<{
|
|
556
560
|
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
557
561
|
}, undefined>;
|
|
558
562
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
559
563
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
560
|
-
readonly name: import("valibot").LiteralSchema<"
|
|
564
|
+
readonly name: import("valibot").LiteralSchema<"deleteDraft", undefined>;
|
|
561
565
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
562
566
|
readonly args: import("valibot").ObjectSchema<{
|
|
563
|
-
readonly attachmentId: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
564
567
|
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
565
568
|
}, undefined>;
|
|
566
569
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
567
570
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
568
|
-
readonly name: import("valibot").LiteralSchema<"
|
|
571
|
+
readonly name: import("valibot").LiteralSchema<"sendDraft", undefined>;
|
|
569
572
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
570
573
|
readonly args: import("valibot").ObjectSchema<{
|
|
571
574
|
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
@@ -646,12 +649,12 @@ export declare const endpoints: {
|
|
|
646
649
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
647
650
|
readonly args: import("valibot").ObjectSchema<{
|
|
648
651
|
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
649
|
-
readonly
|
|
652
|
+
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>;
|
|
650
653
|
readonly updatedAt: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
651
654
|
}, undefined>;
|
|
652
655
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
653
656
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
654
|
-
readonly name: import("valibot").LiteralSchema<"
|
|
657
|
+
readonly name: import("valibot").LiteralSchema<"setScheduledFor", undefined>;
|
|
655
658
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
656
659
|
readonly args: import("valibot").ObjectSchema<{
|
|
657
660
|
readonly attachmentId: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/sdk/endpoints/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAEvC,OAAO,EAAE,cAAc,EAAe,MAAM,qBAAqB,CAAA;AAcjE,eAAO,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/sdk/endpoints/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAEvC,OAAO,EAAE,cAAc,EAAe,MAAM,qBAAqB,CAAA;AAcjE,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGM,CAAA"}
|
|
@@ -99,9 +99,9 @@ export declare const privateGroup: {
|
|
|
99
99
|
readonly value: import("valibot").ObjectSchema<{
|
|
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
|
+
readonly hidden: import("valibot").BooleanSchema<undefined>;
|
|
102
103
|
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
103
|
-
readonly
|
|
104
|
-
readonly isPrimary: import("valibot").BooleanSchema<undefined>;
|
|
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
107
|
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
@@ -212,9 +212,11 @@ export declare const privateGroup: {
|
|
|
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
214
|
readonly emailAccountId: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
215
|
+
readonly error: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
215
216
|
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
216
217
|
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>;
|
|
217
|
-
readonly
|
|
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
|
+
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>;
|
|
218
220
|
readonly type: import("valibot").UnionSchema<[import("valibot").LiteralSchema<"NEW", undefined>, import("valibot").LiteralSchema<"REPLY", undefined>, import("valibot").LiteralSchema<"FORWARD", undefined>], undefined>;
|
|
219
221
|
readonly updatedAt: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
220
222
|
}, undefined>;
|
|
@@ -363,14 +365,14 @@ export declare const privateGroup: {
|
|
|
363
365
|
}, undefined>;
|
|
364
366
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
365
367
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
366
|
-
readonly name: import("valibot").LiteralSchema<"
|
|
368
|
+
readonly name: import("valibot").LiteralSchema<"createAccount", undefined>;
|
|
367
369
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
368
370
|
readonly args: import("valibot").ObjectSchema<{
|
|
369
371
|
readonly aliasId: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
370
372
|
readonly emailAddress: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
373
|
+
readonly hidden: import("valibot").BooleanSchema<undefined>;
|
|
371
374
|
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
372
|
-
readonly
|
|
373
|
-
readonly isPrimary: import("valibot").BooleanSchema<undefined>;
|
|
375
|
+
readonly primary: import("valibot").BooleanSchema<undefined>;
|
|
374
376
|
}, undefined>;
|
|
375
377
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
376
378
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
@@ -381,7 +383,7 @@ export declare const privateGroup: {
|
|
|
381
383
|
}, undefined>;
|
|
382
384
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
383
385
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
384
|
-
readonly name: import("valibot").LiteralSchema<"
|
|
386
|
+
readonly name: import("valibot").LiteralSchema<"deleteAccount", undefined>;
|
|
385
387
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
386
388
|
readonly args: import("valibot").ObjectSchema<{
|
|
387
389
|
readonly aliasId: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
@@ -392,7 +394,7 @@ export declare const privateGroup: {
|
|
|
392
394
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
393
395
|
readonly args: import("valibot").ObjectSchema<{
|
|
394
396
|
readonly aliasId: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
395
|
-
readonly
|
|
397
|
+
readonly hidden: import("valibot").BooleanSchema<undefined>;
|
|
396
398
|
}, undefined>;
|
|
397
399
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
398
400
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
@@ -404,21 +406,6 @@ export declare const privateGroup: {
|
|
|
404
406
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
405
407
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
406
408
|
readonly name: import("valibot").LiteralSchema<"setAliasPrimary", undefined>;
|
|
407
|
-
}, undefined> | import("valibot").ObjectSchema<{
|
|
408
|
-
readonly args: import("valibot").ObjectSchema<{
|
|
409
|
-
readonly connectionConfig: import("valibot").ObjectSchema<{
|
|
410
|
-
readonly imapHost: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
411
|
-
readonly imapPassword: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
412
|
-
readonly imapPort: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, number, undefined>, import("valibot").MaxValueAction<number, number, undefined>]>, undefined>;
|
|
413
|
-
readonly smtpHost: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
414
|
-
readonly smtpPassword: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
415
|
-
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>;
|
|
416
|
-
}, undefined>;
|
|
417
|
-
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
418
|
-
}, undefined>;
|
|
419
|
-
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
420
|
-
readonly id: import("valibot").NumberSchema<undefined>;
|
|
421
|
-
readonly name: import("valibot").LiteralSchema<"setConnectionConfig", undefined>;
|
|
422
409
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
423
410
|
readonly args: import("valibot").ObjectSchema<{
|
|
424
411
|
readonly connectionConfig: import("valibot").ObjectSchema<{
|
|
@@ -505,6 +492,29 @@ export declare const privateGroup: {
|
|
|
505
492
|
draft: import("../../..").EndpointConfig<"/v1/pv/sync/push/draft", import("valibot").ObjectSchema<{
|
|
506
493
|
readonly clientGroupID: import("valibot").StringSchema<undefined>;
|
|
507
494
|
readonly mutations: import("valibot").ArraySchema<import("valibot").UnionSchema<(import("valibot").ObjectSchema<{
|
|
495
|
+
readonly args: import("valibot").ObjectSchema<{
|
|
496
|
+
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
497
|
+
}, undefined>;
|
|
498
|
+
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
499
|
+
readonly id: import("valibot").NumberSchema<undefined>;
|
|
500
|
+
readonly name: import("valibot").LiteralSchema<"cancelDraftSend", undefined>;
|
|
501
|
+
}, undefined> | import("valibot").ObjectSchema<{
|
|
502
|
+
readonly args: import("valibot").ObjectSchema<{
|
|
503
|
+
readonly attachment: import("valibot").ObjectSchema<{
|
|
504
|
+
readonly failed: import("valibot").BooleanSchema<undefined>;
|
|
505
|
+
readonly fileName: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
506
|
+
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
507
|
+
readonly mimeType: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
508
|
+
readonly totalChunks: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
509
|
+
readonly totalSize: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
510
|
+
readonly uploadedChunks: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
511
|
+
}, undefined>;
|
|
512
|
+
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
513
|
+
}, undefined>;
|
|
514
|
+
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
515
|
+
readonly id: import("valibot").NumberSchema<undefined>;
|
|
516
|
+
readonly name: import("valibot").LiteralSchema<"createAttachment", undefined>;
|
|
517
|
+
}, undefined> | import("valibot").ObjectSchema<{
|
|
508
518
|
readonly args: import("valibot").ObjectSchema<{
|
|
509
519
|
readonly attachments: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
510
520
|
readonly failed: import("valibot").BooleanSchema<undefined>;
|
|
@@ -523,46 +533,39 @@ export declare const privateGroup: {
|
|
|
523
533
|
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>;
|
|
524
534
|
}, undefined>;
|
|
525
535
|
readonly emailAccountId: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
536
|
+
readonly error: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
526
537
|
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
527
538
|
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>;
|
|
528
|
-
readonly
|
|
539
|
+
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>;
|
|
540
|
+
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>;
|
|
529
541
|
readonly type: import("valibot").UnionSchema<[import("valibot").LiteralSchema<"NEW", undefined>, import("valibot").LiteralSchema<"REPLY", undefined>, import("valibot").LiteralSchema<"FORWARD", undefined>], undefined>;
|
|
530
542
|
readonly updatedAt: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
531
543
|
}, undefined>;
|
|
532
544
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
533
545
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
534
|
-
readonly name: import("valibot").LiteralSchema<"
|
|
546
|
+
readonly name: import("valibot").LiteralSchema<"createDraft", undefined>;
|
|
535
547
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
536
548
|
readonly args: import("valibot").ObjectSchema<{
|
|
537
|
-
readonly
|
|
538
|
-
readonly failed: import("valibot").BooleanSchema<undefined>;
|
|
539
|
-
readonly fileName: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
540
|
-
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
541
|
-
readonly mimeType: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
542
|
-
readonly totalChunks: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
543
|
-
readonly totalSize: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
544
|
-
readonly uploadedChunks: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
545
|
-
}, undefined>;
|
|
549
|
+
readonly attachmentId: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
546
550
|
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
547
551
|
}, undefined>;
|
|
548
552
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
549
553
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
550
|
-
readonly name: import("valibot").LiteralSchema<"
|
|
554
|
+
readonly name: import("valibot").LiteralSchema<"deleteAttachment", undefined>;
|
|
551
555
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
552
556
|
readonly args: import("valibot").ObjectSchema<{
|
|
553
557
|
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
554
558
|
}, undefined>;
|
|
555
559
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
556
560
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
557
|
-
readonly name: import("valibot").LiteralSchema<"
|
|
561
|
+
readonly name: import("valibot").LiteralSchema<"deleteDraft", undefined>;
|
|
558
562
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
559
563
|
readonly args: import("valibot").ObjectSchema<{
|
|
560
|
-
readonly attachmentId: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
561
564
|
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
562
565
|
}, undefined>;
|
|
563
566
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
564
567
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
565
|
-
readonly name: import("valibot").LiteralSchema<"
|
|
568
|
+
readonly name: import("valibot").LiteralSchema<"sendDraft", undefined>;
|
|
566
569
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
567
570
|
readonly args: import("valibot").ObjectSchema<{
|
|
568
571
|
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
@@ -643,12 +646,12 @@ export declare const privateGroup: {
|
|
|
643
646
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
644
647
|
readonly args: import("valibot").ObjectSchema<{
|
|
645
648
|
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
646
|
-
readonly
|
|
649
|
+
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>;
|
|
647
650
|
readonly updatedAt: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
648
651
|
}, undefined>;
|
|
649
652
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
650
653
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
651
|
-
readonly name: import("valibot").LiteralSchema<"
|
|
654
|
+
readonly name: import("valibot").LiteralSchema<"setScheduledFor", undefined>;
|
|
652
655
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
653
656
|
readonly args: import("valibot").ObjectSchema<{
|
|
654
657
|
readonly attachmentId: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/sdk/endpoints/private/index.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,YAAY
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/sdk/endpoints/private/index.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAKxB,CAAA"}
|