@marcoappio/marco-config 2.0.290 → 2.0.292
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 +12 -23
- package/dist/clients/account.d.ts.map +1 -1
- package/dist/clients/account.js +15 -23
- 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 +44 -41
- package/dist/clients/index.d.ts.map +1 -1
- package/dist/sdk/endpoints/index.d.ts +48 -43
- package/dist/sdk/endpoints/index.d.ts.map +1 -1
- package/dist/sdk/endpoints/private/index.d.ts +48 -43
- package/dist/sdk/endpoints/private/index.d.ts.map +1 -1
- package/dist/sdk/endpoints/private/sync/index.d.ts +48 -43
- 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 +10 -23
- 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 +43 -40
- package/dist/sdk/endpoints/private/sync/push/index.d.ts.map +1 -1
- package/dist/sdk/index.d.ts +48 -43
- 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,16 @@ 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
|
-
readonly
|
|
373
|
-
readonly
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
374
|
+
readonly accountId: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
375
|
+
readonly alias: import("valibot").ObjectSchema<{
|
|
376
|
+
readonly emailAddress: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
377
|
+
readonly hidden: import("valibot").BooleanSchema<undefined>;
|
|
378
|
+
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
379
|
+
readonly primary: import("valibot").BooleanSchema<undefined>;
|
|
380
|
+
}, undefined>;
|
|
377
381
|
}, undefined>;
|
|
378
382
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
379
383
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
@@ -384,7 +388,7 @@ export declare const endpoints: {
|
|
|
384
388
|
}, undefined>;
|
|
385
389
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
386
390
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
387
|
-
readonly name: import("valibot").LiteralSchema<"
|
|
391
|
+
readonly name: import("valibot").LiteralSchema<"deleteAccount", undefined>;
|
|
388
392
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
389
393
|
readonly args: import("valibot").ObjectSchema<{
|
|
390
394
|
readonly aliasId: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
@@ -395,7 +399,7 @@ export declare const endpoints: {
|
|
|
395
399
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
396
400
|
readonly args: import("valibot").ObjectSchema<{
|
|
397
401
|
readonly aliasId: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
398
|
-
readonly
|
|
402
|
+
readonly hidden: import("valibot").BooleanSchema<undefined>;
|
|
399
403
|
}, undefined>;
|
|
400
404
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
401
405
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
@@ -407,21 +411,6 @@ export declare const endpoints: {
|
|
|
407
411
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
408
412
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
409
413
|
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
414
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
426
415
|
readonly args: import("valibot").ObjectSchema<{
|
|
427
416
|
readonly connectionConfig: import("valibot").ObjectSchema<{
|
|
@@ -508,6 +497,29 @@ export declare const endpoints: {
|
|
|
508
497
|
draft: EndpointConfig<"/v1/pv/sync/push/draft", import("valibot").ObjectSchema<{
|
|
509
498
|
readonly clientGroupID: import("valibot").StringSchema<undefined>;
|
|
510
499
|
readonly mutations: import("valibot").ArraySchema<import("valibot").UnionSchema<(import("valibot").ObjectSchema<{
|
|
500
|
+
readonly args: import("valibot").ObjectSchema<{
|
|
501
|
+
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
502
|
+
}, undefined>;
|
|
503
|
+
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
504
|
+
readonly id: import("valibot").NumberSchema<undefined>;
|
|
505
|
+
readonly name: import("valibot").LiteralSchema<"cancelDraftSend", undefined>;
|
|
506
|
+
}, undefined> | import("valibot").ObjectSchema<{
|
|
507
|
+
readonly args: import("valibot").ObjectSchema<{
|
|
508
|
+
readonly attachment: import("valibot").ObjectSchema<{
|
|
509
|
+
readonly failed: import("valibot").BooleanSchema<undefined>;
|
|
510
|
+
readonly fileName: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
511
|
+
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
512
|
+
readonly mimeType: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
513
|
+
readonly totalChunks: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
514
|
+
readonly totalSize: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
515
|
+
readonly uploadedChunks: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
516
|
+
}, undefined>;
|
|
517
|
+
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
518
|
+
}, undefined>;
|
|
519
|
+
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
520
|
+
readonly id: import("valibot").NumberSchema<undefined>;
|
|
521
|
+
readonly name: import("valibot").LiteralSchema<"createAttachment", undefined>;
|
|
522
|
+
}, undefined> | import("valibot").ObjectSchema<{
|
|
511
523
|
readonly args: import("valibot").ObjectSchema<{
|
|
512
524
|
readonly attachments: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
513
525
|
readonly failed: import("valibot").BooleanSchema<undefined>;
|
|
@@ -526,46 +538,39 @@ export declare const endpoints: {
|
|
|
526
538
|
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
539
|
}, undefined>;
|
|
528
540
|
readonly emailAccountId: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
541
|
+
readonly error: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
529
542
|
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
530
543
|
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
|
|
544
|
+
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>;
|
|
545
|
+
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
546
|
readonly type: import("valibot").UnionSchema<[import("valibot").LiteralSchema<"NEW", undefined>, import("valibot").LiteralSchema<"REPLY", undefined>, import("valibot").LiteralSchema<"FORWARD", undefined>], undefined>;
|
|
533
547
|
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
548
|
}, undefined>;
|
|
535
549
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
536
550
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
537
|
-
readonly name: import("valibot").LiteralSchema<"
|
|
551
|
+
readonly name: import("valibot").LiteralSchema<"createDraft", undefined>;
|
|
538
552
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
539
553
|
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>;
|
|
554
|
+
readonly attachmentId: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
549
555
|
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
550
556
|
}, undefined>;
|
|
551
557
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
552
558
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
553
|
-
readonly name: import("valibot").LiteralSchema<"
|
|
559
|
+
readonly name: import("valibot").LiteralSchema<"deleteAttachment", undefined>;
|
|
554
560
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
555
561
|
readonly args: import("valibot").ObjectSchema<{
|
|
556
562
|
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
557
563
|
}, undefined>;
|
|
558
564
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
559
565
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
560
|
-
readonly name: import("valibot").LiteralSchema<"
|
|
566
|
+
readonly name: import("valibot").LiteralSchema<"deleteDraft", undefined>;
|
|
561
567
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
562
568
|
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
569
|
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
565
570
|
}, undefined>;
|
|
566
571
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
567
572
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
568
|
-
readonly name: import("valibot").LiteralSchema<"
|
|
573
|
+
readonly name: import("valibot").LiteralSchema<"sendDraft", undefined>;
|
|
569
574
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
570
575
|
readonly args: import("valibot").ObjectSchema<{
|
|
571
576
|
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
@@ -646,12 +651,12 @@ export declare const endpoints: {
|
|
|
646
651
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
647
652
|
readonly args: import("valibot").ObjectSchema<{
|
|
648
653
|
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
649
|
-
readonly
|
|
654
|
+
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
655
|
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
656
|
}, undefined>;
|
|
652
657
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
653
658
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
654
|
-
readonly name: import("valibot").LiteralSchema<"
|
|
659
|
+
readonly name: import("valibot").LiteralSchema<"setScheduledFor", undefined>;
|
|
655
660
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
656
661
|
readonly args: import("valibot").ObjectSchema<{
|
|
657
662
|
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,16 @@ 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
|
-
readonly
|
|
370
|
-
readonly
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
371
|
+
readonly accountId: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
372
|
+
readonly alias: import("valibot").ObjectSchema<{
|
|
373
|
+
readonly emailAddress: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
374
|
+
readonly hidden: import("valibot").BooleanSchema<undefined>;
|
|
375
|
+
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
376
|
+
readonly primary: import("valibot").BooleanSchema<undefined>;
|
|
377
|
+
}, undefined>;
|
|
374
378
|
}, undefined>;
|
|
375
379
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
376
380
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
@@ -381,7 +385,7 @@ export declare const privateGroup: {
|
|
|
381
385
|
}, undefined>;
|
|
382
386
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
383
387
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
384
|
-
readonly name: import("valibot").LiteralSchema<"
|
|
388
|
+
readonly name: import("valibot").LiteralSchema<"deleteAccount", undefined>;
|
|
385
389
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
386
390
|
readonly args: import("valibot").ObjectSchema<{
|
|
387
391
|
readonly aliasId: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
@@ -392,7 +396,7 @@ export declare const privateGroup: {
|
|
|
392
396
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
393
397
|
readonly args: import("valibot").ObjectSchema<{
|
|
394
398
|
readonly aliasId: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
395
|
-
readonly
|
|
399
|
+
readonly hidden: import("valibot").BooleanSchema<undefined>;
|
|
396
400
|
}, undefined>;
|
|
397
401
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
398
402
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
@@ -404,21 +408,6 @@ export declare const privateGroup: {
|
|
|
404
408
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
405
409
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
406
410
|
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
411
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
423
412
|
readonly args: import("valibot").ObjectSchema<{
|
|
424
413
|
readonly connectionConfig: import("valibot").ObjectSchema<{
|
|
@@ -505,6 +494,29 @@ export declare const privateGroup: {
|
|
|
505
494
|
draft: import("../../..").EndpointConfig<"/v1/pv/sync/push/draft", import("valibot").ObjectSchema<{
|
|
506
495
|
readonly clientGroupID: import("valibot").StringSchema<undefined>;
|
|
507
496
|
readonly mutations: import("valibot").ArraySchema<import("valibot").UnionSchema<(import("valibot").ObjectSchema<{
|
|
497
|
+
readonly args: import("valibot").ObjectSchema<{
|
|
498
|
+
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
499
|
+
}, undefined>;
|
|
500
|
+
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
501
|
+
readonly id: import("valibot").NumberSchema<undefined>;
|
|
502
|
+
readonly name: import("valibot").LiteralSchema<"cancelDraftSend", undefined>;
|
|
503
|
+
}, undefined> | import("valibot").ObjectSchema<{
|
|
504
|
+
readonly args: import("valibot").ObjectSchema<{
|
|
505
|
+
readonly attachment: import("valibot").ObjectSchema<{
|
|
506
|
+
readonly failed: import("valibot").BooleanSchema<undefined>;
|
|
507
|
+
readonly fileName: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
508
|
+
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
509
|
+
readonly mimeType: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
510
|
+
readonly totalChunks: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
511
|
+
readonly totalSize: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
512
|
+
readonly uploadedChunks: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
513
|
+
}, undefined>;
|
|
514
|
+
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
515
|
+
}, undefined>;
|
|
516
|
+
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
517
|
+
readonly id: import("valibot").NumberSchema<undefined>;
|
|
518
|
+
readonly name: import("valibot").LiteralSchema<"createAttachment", undefined>;
|
|
519
|
+
}, undefined> | import("valibot").ObjectSchema<{
|
|
508
520
|
readonly args: import("valibot").ObjectSchema<{
|
|
509
521
|
readonly attachments: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
510
522
|
readonly failed: import("valibot").BooleanSchema<undefined>;
|
|
@@ -523,46 +535,39 @@ export declare const privateGroup: {
|
|
|
523
535
|
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
536
|
}, undefined>;
|
|
525
537
|
readonly emailAccountId: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
538
|
+
readonly error: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
526
539
|
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
527
540
|
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
|
|
541
|
+
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>;
|
|
542
|
+
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
543
|
readonly type: import("valibot").UnionSchema<[import("valibot").LiteralSchema<"NEW", undefined>, import("valibot").LiteralSchema<"REPLY", undefined>, import("valibot").LiteralSchema<"FORWARD", undefined>], undefined>;
|
|
530
544
|
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
545
|
}, undefined>;
|
|
532
546
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
533
547
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
534
|
-
readonly name: import("valibot").LiteralSchema<"
|
|
548
|
+
readonly name: import("valibot").LiteralSchema<"createDraft", undefined>;
|
|
535
549
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
536
550
|
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>;
|
|
551
|
+
readonly attachmentId: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
546
552
|
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
547
553
|
}, undefined>;
|
|
548
554
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
549
555
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
550
|
-
readonly name: import("valibot").LiteralSchema<"
|
|
556
|
+
readonly name: import("valibot").LiteralSchema<"deleteAttachment", undefined>;
|
|
551
557
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
552
558
|
readonly args: import("valibot").ObjectSchema<{
|
|
553
559
|
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
554
560
|
}, undefined>;
|
|
555
561
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
556
562
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
557
|
-
readonly name: import("valibot").LiteralSchema<"
|
|
563
|
+
readonly name: import("valibot").LiteralSchema<"deleteDraft", undefined>;
|
|
558
564
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
559
565
|
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
566
|
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
562
567
|
}, undefined>;
|
|
563
568
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
564
569
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
565
|
-
readonly name: import("valibot").LiteralSchema<"
|
|
570
|
+
readonly name: import("valibot").LiteralSchema<"sendDraft", undefined>;
|
|
566
571
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
567
572
|
readonly args: import("valibot").ObjectSchema<{
|
|
568
573
|
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
@@ -643,12 +648,12 @@ export declare const privateGroup: {
|
|
|
643
648
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
644
649
|
readonly args: import("valibot").ObjectSchema<{
|
|
645
650
|
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
646
|
-
readonly
|
|
651
|
+
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
652
|
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
653
|
}, undefined>;
|
|
649
654
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
650
655
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
651
|
-
readonly name: import("valibot").LiteralSchema<"
|
|
656
|
+
readonly name: import("valibot").LiteralSchema<"setScheduledFor", undefined>;
|
|
652
657
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
653
658
|
readonly args: import("valibot").ObjectSchema<{
|
|
654
659
|
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"}
|