@marcoappio/marco-config 2.0.404 → 2.0.406
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/index.d.ts +51 -17
- package/dist/clients/index.d.ts.map +1 -1
- package/dist/clients/thread.d.ts +51 -17
- package/dist/clients/thread.d.ts.map +1 -1
- package/dist/clients/thread.js +64 -29
- package/dist/sdk/endpoints/index.d.ts +54 -16
- package/dist/sdk/endpoints/index.d.ts.map +1 -1
- package/dist/sdk/endpoints/private/index.d.ts +54 -16
- package/dist/sdk/endpoints/private/index.d.ts.map +1 -1
- package/dist/sdk/endpoints/private/sync/index.d.ts +54 -16
- package/dist/sdk/endpoints/private/sync/index.d.ts.map +1 -1
- package/dist/sdk/endpoints/private/sync/push/index.d.ts +54 -16
- package/dist/sdk/endpoints/private/sync/push/index.d.ts.map +1 -1
- package/dist/sdk/endpoints/private/sync/push/thread.d.ts +54 -16
- package/dist/sdk/endpoints/private/sync/push/thread.d.ts.map +1 -1
- package/dist/sdk/endpoints/private/sync/push/thread.js +12 -0
- package/dist/sdk/index.d.ts +54 -16
- package/dist/sdk/index.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -761,68 +761,106 @@ export declare const privateGroup: {
|
|
|
761
761
|
readonly clientGroupID: import("valibot").StringSchema<undefined>;
|
|
762
762
|
readonly mutations: import("valibot").ArraySchema<import("valibot").UnionSchema<(import("valibot").ObjectSchema<{
|
|
763
763
|
readonly args: import("valibot").ObjectSchema<{
|
|
764
|
-
readonly
|
|
764
|
+
readonly labelPath: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
765
|
+
readonly threadIds: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
765
766
|
}, undefined>;
|
|
766
767
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
767
768
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
769
|
+
readonly name: import("valibot").LiteralSchema<"addLabel", undefined>;
|
|
770
|
+
}, undefined> | import("valibot").ObjectSchema<{
|
|
771
|
+
readonly args: import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
772
|
+
readonly threadId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
773
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
774
|
+
readonly threadIds: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
775
|
+
}, undefined>], undefined>;
|
|
776
|
+
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
777
|
+
readonly id: import("valibot").NumberSchema<undefined>;
|
|
768
778
|
readonly name: import("valibot").LiteralSchema<"delete", undefined>;
|
|
769
779
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
770
780
|
readonly args: import("valibot").ObjectSchema<{
|
|
781
|
+
readonly labelPath: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
782
|
+
readonly threadIds: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
783
|
+
}, undefined>;
|
|
784
|
+
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
785
|
+
readonly id: import("valibot").NumberSchema<undefined>;
|
|
786
|
+
readonly name: import("valibot").LiteralSchema<"removeLabel", undefined>;
|
|
787
|
+
}, undefined> | import("valibot").ObjectSchema<{
|
|
788
|
+
readonly args: import("valibot").UnionSchema<readonly [import("valibot").ObjectSchema<{
|
|
771
789
|
readonly attachmentId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
772
790
|
readonly threadId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
773
|
-
}, undefined
|
|
791
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
792
|
+
readonly attachmentIds: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
793
|
+
readonly threadIds: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
794
|
+
}, undefined>], undefined>;
|
|
774
795
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
775
796
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
776
797
|
readonly name: import("valibot").LiteralSchema<"requestAttachmentDownload", undefined>;
|
|
777
798
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
778
|
-
readonly args: import("valibot").ObjectSchema<{
|
|
799
|
+
readonly args: import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
779
800
|
readonly threadId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
780
|
-
}, undefined
|
|
801
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
802
|
+
readonly threadIds: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
803
|
+
}, undefined>], undefined>;
|
|
781
804
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
782
805
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
783
806
|
readonly name: import("valibot").LiteralSchema<"setArchive", undefined>;
|
|
784
807
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
785
|
-
readonly args: import("valibot").ObjectSchema<{
|
|
808
|
+
readonly args: import("valibot").UnionSchema<readonly [import("valibot").ObjectSchema<{
|
|
786
809
|
readonly flagged: import("valibot").NonOptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
787
810
|
readonly threadId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
788
|
-
}, undefined
|
|
811
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
812
|
+
readonly flagged: import("valibot").NonOptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
813
|
+
readonly threadIds: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
814
|
+
}, undefined>], undefined>;
|
|
789
815
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
790
816
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
791
817
|
readonly name: import("valibot").LiteralSchema<"setFlagged", undefined>;
|
|
792
818
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
793
|
-
readonly args: import("valibot").ObjectSchema<{
|
|
819
|
+
readonly args: import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
794
820
|
readonly threadId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
795
|
-
}, undefined
|
|
821
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
822
|
+
readonly threadIds: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
823
|
+
}, undefined>], undefined>;
|
|
796
824
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
797
825
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
798
826
|
readonly name: import("valibot").LiteralSchema<"setInbox", undefined>;
|
|
799
827
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
800
|
-
readonly args: import("valibot").ObjectSchema<{
|
|
828
|
+
readonly args: import("valibot").UnionSchema<readonly [import("valibot").ObjectSchema<{
|
|
801
829
|
readonly labelIds: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
802
830
|
readonly threadId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
803
|
-
}, undefined
|
|
831
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
832
|
+
readonly labelIds: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
833
|
+
readonly threadIds: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
834
|
+
}, undefined>], undefined>;
|
|
804
835
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
805
836
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
806
837
|
readonly name: import("valibot").LiteralSchema<"setLabels", undefined>;
|
|
807
838
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
808
|
-
readonly args: import("valibot").ObjectSchema<{
|
|
839
|
+
readonly args: import("valibot").UnionSchema<readonly [import("valibot").ObjectSchema<{
|
|
809
840
|
readonly seen: import("valibot").BooleanSchema<undefined>;
|
|
810
841
|
readonly threadId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
811
|
-
}, undefined
|
|
842
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
843
|
+
readonly seen: import("valibot").BooleanSchema<undefined>;
|
|
844
|
+
readonly threadIds: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
845
|
+
}, undefined>], undefined>;
|
|
812
846
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
813
847
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
814
848
|
readonly name: import("valibot").LiteralSchema<"setSeen", undefined>;
|
|
815
849
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
816
|
-
readonly args: import("valibot").ObjectSchema<{
|
|
850
|
+
readonly args: import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
817
851
|
readonly threadId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
818
|
-
}, undefined
|
|
852
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
853
|
+
readonly threadIds: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
854
|
+
}, undefined>], undefined>;
|
|
819
855
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
820
856
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
821
857
|
readonly name: import("valibot").LiteralSchema<"setSpam", undefined>;
|
|
822
858
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
823
|
-
readonly args: import("valibot").ObjectSchema<{
|
|
859
|
+
readonly args: import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
824
860
|
readonly threadId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
825
|
-
}, undefined
|
|
861
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
862
|
+
readonly threadIds: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
863
|
+
}, undefined>], undefined>;
|
|
826
864
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
827
865
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
828
866
|
readonly name: import("valibot").LiteralSchema<"setTrash", undefined>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/sdk/endpoints/private/index.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,YAAY
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/sdk/endpoints/private/index.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAIxB,CAAA"}
|
|
@@ -722,68 +722,106 @@ export declare const sync: {
|
|
|
722
722
|
readonly clientGroupID: import("valibot").StringSchema<undefined>;
|
|
723
723
|
readonly mutations: import("valibot").ArraySchema<import("valibot").UnionSchema<(import("valibot").ObjectSchema<{
|
|
724
724
|
readonly args: import("valibot").ObjectSchema<{
|
|
725
|
-
readonly
|
|
725
|
+
readonly labelPath: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
726
|
+
readonly threadIds: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
726
727
|
}, undefined>;
|
|
727
728
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
728
729
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
730
|
+
readonly name: import("valibot").LiteralSchema<"addLabel", undefined>;
|
|
731
|
+
}, undefined> | import("valibot").ObjectSchema<{
|
|
732
|
+
readonly args: import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
733
|
+
readonly threadId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
734
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
735
|
+
readonly threadIds: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
736
|
+
}, undefined>], undefined>;
|
|
737
|
+
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
738
|
+
readonly id: import("valibot").NumberSchema<undefined>;
|
|
729
739
|
readonly name: import("valibot").LiteralSchema<"delete", undefined>;
|
|
730
740
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
731
741
|
readonly args: import("valibot").ObjectSchema<{
|
|
742
|
+
readonly labelPath: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
743
|
+
readonly threadIds: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
744
|
+
}, undefined>;
|
|
745
|
+
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
746
|
+
readonly id: import("valibot").NumberSchema<undefined>;
|
|
747
|
+
readonly name: import("valibot").LiteralSchema<"removeLabel", undefined>;
|
|
748
|
+
}, undefined> | import("valibot").ObjectSchema<{
|
|
749
|
+
readonly args: import("valibot").UnionSchema<readonly [import("valibot").ObjectSchema<{
|
|
732
750
|
readonly attachmentId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
733
751
|
readonly threadId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
734
|
-
}, undefined
|
|
752
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
753
|
+
readonly attachmentIds: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
754
|
+
readonly threadIds: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
755
|
+
}, undefined>], undefined>;
|
|
735
756
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
736
757
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
737
758
|
readonly name: import("valibot").LiteralSchema<"requestAttachmentDownload", undefined>;
|
|
738
759
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
739
|
-
readonly args: import("valibot").ObjectSchema<{
|
|
760
|
+
readonly args: import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
740
761
|
readonly threadId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
741
|
-
}, undefined
|
|
762
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
763
|
+
readonly threadIds: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
764
|
+
}, undefined>], undefined>;
|
|
742
765
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
743
766
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
744
767
|
readonly name: import("valibot").LiteralSchema<"setArchive", undefined>;
|
|
745
768
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
746
|
-
readonly args: import("valibot").ObjectSchema<{
|
|
769
|
+
readonly args: import("valibot").UnionSchema<readonly [import("valibot").ObjectSchema<{
|
|
747
770
|
readonly flagged: import("valibot").NonOptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
748
771
|
readonly threadId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
749
|
-
}, undefined
|
|
772
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
773
|
+
readonly flagged: import("valibot").NonOptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
774
|
+
readonly threadIds: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
775
|
+
}, undefined>], undefined>;
|
|
750
776
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
751
777
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
752
778
|
readonly name: import("valibot").LiteralSchema<"setFlagged", undefined>;
|
|
753
779
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
754
|
-
readonly args: import("valibot").ObjectSchema<{
|
|
780
|
+
readonly args: import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
755
781
|
readonly threadId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
756
|
-
}, undefined
|
|
782
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
783
|
+
readonly threadIds: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
784
|
+
}, undefined>], undefined>;
|
|
757
785
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
758
786
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
759
787
|
readonly name: import("valibot").LiteralSchema<"setInbox", undefined>;
|
|
760
788
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
761
|
-
readonly args: import("valibot").ObjectSchema<{
|
|
789
|
+
readonly args: import("valibot").UnionSchema<readonly [import("valibot").ObjectSchema<{
|
|
762
790
|
readonly labelIds: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
763
791
|
readonly threadId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
764
|
-
}, undefined
|
|
792
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
793
|
+
readonly labelIds: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
794
|
+
readonly threadIds: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
795
|
+
}, undefined>], undefined>;
|
|
765
796
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
766
797
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
767
798
|
readonly name: import("valibot").LiteralSchema<"setLabels", undefined>;
|
|
768
799
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
769
|
-
readonly args: import("valibot").ObjectSchema<{
|
|
800
|
+
readonly args: import("valibot").UnionSchema<readonly [import("valibot").ObjectSchema<{
|
|
770
801
|
readonly seen: import("valibot").BooleanSchema<undefined>;
|
|
771
802
|
readonly threadId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
772
|
-
}, undefined
|
|
803
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
804
|
+
readonly seen: import("valibot").BooleanSchema<undefined>;
|
|
805
|
+
readonly threadIds: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
806
|
+
}, undefined>], undefined>;
|
|
773
807
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
774
808
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
775
809
|
readonly name: import("valibot").LiteralSchema<"setSeen", undefined>;
|
|
776
810
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
777
|
-
readonly args: import("valibot").ObjectSchema<{
|
|
811
|
+
readonly args: import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
778
812
|
readonly threadId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
779
|
-
}, undefined
|
|
813
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
814
|
+
readonly threadIds: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
815
|
+
}, undefined>], undefined>;
|
|
780
816
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
781
817
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
782
818
|
readonly name: import("valibot").LiteralSchema<"setSpam", undefined>;
|
|
783
819
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
784
|
-
readonly args: import("valibot").ObjectSchema<{
|
|
820
|
+
readonly args: import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
785
821
|
readonly threadId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
786
|
-
}, undefined
|
|
822
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
823
|
+
readonly threadIds: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
824
|
+
}, undefined>], undefined>;
|
|
787
825
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
788
826
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
789
827
|
readonly name: import("valibot").LiteralSchema<"setTrash", undefined>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/sdk/endpoints/private/sync/index.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,IAAI
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/sdk/endpoints/private/sync/index.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAiB,CAAA"}
|
|
@@ -373,68 +373,106 @@ export declare const push: {
|
|
|
373
373
|
readonly clientGroupID: import("valibot").StringSchema<undefined>;
|
|
374
374
|
readonly mutations: import("valibot").ArraySchema<import("valibot").UnionSchema<(import("valibot").ObjectSchema<{
|
|
375
375
|
readonly args: import("valibot").ObjectSchema<{
|
|
376
|
-
readonly
|
|
376
|
+
readonly labelPath: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
377
|
+
readonly threadIds: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
377
378
|
}, undefined>;
|
|
378
379
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
379
380
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
381
|
+
readonly name: import("valibot").LiteralSchema<"addLabel", undefined>;
|
|
382
|
+
}, undefined> | import("valibot").ObjectSchema<{
|
|
383
|
+
readonly args: import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
384
|
+
readonly threadId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
385
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
386
|
+
readonly threadIds: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
387
|
+
}, undefined>], undefined>;
|
|
388
|
+
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
389
|
+
readonly id: import("valibot").NumberSchema<undefined>;
|
|
380
390
|
readonly name: import("valibot").LiteralSchema<"delete", undefined>;
|
|
381
391
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
382
392
|
readonly args: import("valibot").ObjectSchema<{
|
|
393
|
+
readonly labelPath: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
394
|
+
readonly threadIds: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
395
|
+
}, undefined>;
|
|
396
|
+
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
397
|
+
readonly id: import("valibot").NumberSchema<undefined>;
|
|
398
|
+
readonly name: import("valibot").LiteralSchema<"removeLabel", undefined>;
|
|
399
|
+
}, undefined> | import("valibot").ObjectSchema<{
|
|
400
|
+
readonly args: import("valibot").UnionSchema<readonly [import("valibot").ObjectSchema<{
|
|
383
401
|
readonly attachmentId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
384
402
|
readonly threadId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
385
|
-
}, undefined
|
|
403
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
404
|
+
readonly attachmentIds: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
405
|
+
readonly threadIds: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
406
|
+
}, undefined>], undefined>;
|
|
386
407
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
387
408
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
388
409
|
readonly name: import("valibot").LiteralSchema<"requestAttachmentDownload", undefined>;
|
|
389
410
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
390
|
-
readonly args: import("valibot").ObjectSchema<{
|
|
411
|
+
readonly args: import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
391
412
|
readonly threadId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
392
|
-
}, undefined
|
|
413
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
414
|
+
readonly threadIds: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
415
|
+
}, undefined>], undefined>;
|
|
393
416
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
394
417
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
395
418
|
readonly name: import("valibot").LiteralSchema<"setArchive", undefined>;
|
|
396
419
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
397
|
-
readonly args: import("valibot").ObjectSchema<{
|
|
420
|
+
readonly args: import("valibot").UnionSchema<readonly [import("valibot").ObjectSchema<{
|
|
398
421
|
readonly flagged: import("valibot").NonOptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
399
422
|
readonly threadId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
400
|
-
}, undefined
|
|
423
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
424
|
+
readonly flagged: import("valibot").NonOptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
425
|
+
readonly threadIds: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
426
|
+
}, undefined>], undefined>;
|
|
401
427
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
402
428
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
403
429
|
readonly name: import("valibot").LiteralSchema<"setFlagged", undefined>;
|
|
404
430
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
405
|
-
readonly args: import("valibot").ObjectSchema<{
|
|
431
|
+
readonly args: import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
406
432
|
readonly threadId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
407
|
-
}, undefined
|
|
433
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
434
|
+
readonly threadIds: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
435
|
+
}, undefined>], undefined>;
|
|
408
436
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
409
437
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
410
438
|
readonly name: import("valibot").LiteralSchema<"setInbox", undefined>;
|
|
411
439
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
412
|
-
readonly args: import("valibot").ObjectSchema<{
|
|
440
|
+
readonly args: import("valibot").UnionSchema<readonly [import("valibot").ObjectSchema<{
|
|
413
441
|
readonly labelIds: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
414
442
|
readonly threadId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
415
|
-
}, undefined
|
|
443
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
444
|
+
readonly labelIds: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
445
|
+
readonly threadIds: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
446
|
+
}, undefined>], undefined>;
|
|
416
447
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
417
448
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
418
449
|
readonly name: import("valibot").LiteralSchema<"setLabels", undefined>;
|
|
419
450
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
420
|
-
readonly args: import("valibot").ObjectSchema<{
|
|
451
|
+
readonly args: import("valibot").UnionSchema<readonly [import("valibot").ObjectSchema<{
|
|
421
452
|
readonly seen: import("valibot").BooleanSchema<undefined>;
|
|
422
453
|
readonly threadId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
423
|
-
}, undefined
|
|
454
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
455
|
+
readonly seen: import("valibot").BooleanSchema<undefined>;
|
|
456
|
+
readonly threadIds: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
457
|
+
}, undefined>], undefined>;
|
|
424
458
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
425
459
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
426
460
|
readonly name: import("valibot").LiteralSchema<"setSeen", undefined>;
|
|
427
461
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
428
|
-
readonly args: import("valibot").ObjectSchema<{
|
|
462
|
+
readonly args: import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
429
463
|
readonly threadId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
430
|
-
}, undefined
|
|
464
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
465
|
+
readonly threadIds: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
466
|
+
}, undefined>], undefined>;
|
|
431
467
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
432
468
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
433
469
|
readonly name: import("valibot").LiteralSchema<"setSpam", undefined>;
|
|
434
470
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
435
|
-
readonly args: import("valibot").ObjectSchema<{
|
|
471
|
+
readonly args: import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
436
472
|
readonly threadId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
437
|
-
}, undefined
|
|
473
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
474
|
+
readonly threadIds: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
475
|
+
}, undefined>], undefined>;
|
|
438
476
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
439
477
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
440
478
|
readonly name: import("valibot").LiteralSchema<"setTrash", undefined>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/sdk/endpoints/private/sync/push/index.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,IAAI
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/sdk/endpoints/private/sync/push/index.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAmC,CAAA"}
|
|
@@ -3,68 +3,106 @@ export declare const syncPushThread: import("../../../../..").EndpointConfig<"/v
|
|
|
3
3
|
readonly clientGroupID: v.StringSchema<undefined>;
|
|
4
4
|
readonly mutations: v.ArraySchema<v.UnionSchema<(v.ObjectSchema<{
|
|
5
5
|
readonly args: v.ObjectSchema<{
|
|
6
|
-
readonly
|
|
6
|
+
readonly labelPath: v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
7
|
+
readonly threadIds: v.ArraySchema<v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
7
8
|
}, undefined>;
|
|
8
9
|
readonly clientID: v.StringSchema<undefined>;
|
|
9
10
|
readonly id: v.NumberSchema<undefined>;
|
|
11
|
+
readonly name: v.LiteralSchema<"addLabel", undefined>;
|
|
12
|
+
}, undefined> | v.ObjectSchema<{
|
|
13
|
+
readonly args: v.UnionSchema<[v.ObjectSchema<{
|
|
14
|
+
readonly threadId: v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
15
|
+
}, undefined>, v.ObjectSchema<{
|
|
16
|
+
readonly threadIds: v.ArraySchema<v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
17
|
+
}, undefined>], undefined>;
|
|
18
|
+
readonly clientID: v.StringSchema<undefined>;
|
|
19
|
+
readonly id: v.NumberSchema<undefined>;
|
|
10
20
|
readonly name: v.LiteralSchema<"delete", undefined>;
|
|
11
21
|
}, undefined> | v.ObjectSchema<{
|
|
12
22
|
readonly args: v.ObjectSchema<{
|
|
23
|
+
readonly labelPath: v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
24
|
+
readonly threadIds: v.ArraySchema<v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
25
|
+
}, undefined>;
|
|
26
|
+
readonly clientID: v.StringSchema<undefined>;
|
|
27
|
+
readonly id: v.NumberSchema<undefined>;
|
|
28
|
+
readonly name: v.LiteralSchema<"removeLabel", undefined>;
|
|
29
|
+
}, undefined> | v.ObjectSchema<{
|
|
30
|
+
readonly args: v.UnionSchema<readonly [v.ObjectSchema<{
|
|
13
31
|
readonly attachmentId: v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
14
32
|
readonly threadId: v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
15
|
-
}, undefined
|
|
33
|
+
}, undefined>, v.ObjectSchema<{
|
|
34
|
+
readonly attachmentIds: v.ArraySchema<v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
35
|
+
readonly threadIds: v.ArraySchema<v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
36
|
+
}, undefined>], undefined>;
|
|
16
37
|
readonly clientID: v.StringSchema<undefined>;
|
|
17
38
|
readonly id: v.NumberSchema<undefined>;
|
|
18
39
|
readonly name: v.LiteralSchema<"requestAttachmentDownload", undefined>;
|
|
19
40
|
}, undefined> | v.ObjectSchema<{
|
|
20
|
-
readonly args: v.ObjectSchema<{
|
|
41
|
+
readonly args: v.UnionSchema<[v.ObjectSchema<{
|
|
21
42
|
readonly threadId: v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
22
|
-
}, undefined
|
|
43
|
+
}, undefined>, v.ObjectSchema<{
|
|
44
|
+
readonly threadIds: v.ArraySchema<v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
45
|
+
}, undefined>], undefined>;
|
|
23
46
|
readonly clientID: v.StringSchema<undefined>;
|
|
24
47
|
readonly id: v.NumberSchema<undefined>;
|
|
25
48
|
readonly name: v.LiteralSchema<"setArchive", undefined>;
|
|
26
49
|
}, undefined> | v.ObjectSchema<{
|
|
27
|
-
readonly args: v.ObjectSchema<{
|
|
50
|
+
readonly args: v.UnionSchema<readonly [v.ObjectSchema<{
|
|
28
51
|
readonly flagged: v.NonOptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
29
52
|
readonly threadId: v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
30
|
-
}, undefined
|
|
53
|
+
}, undefined>, v.ObjectSchema<{
|
|
54
|
+
readonly flagged: v.NonOptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
55
|
+
readonly threadIds: v.ArraySchema<v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
56
|
+
}, undefined>], undefined>;
|
|
31
57
|
readonly clientID: v.StringSchema<undefined>;
|
|
32
58
|
readonly id: v.NumberSchema<undefined>;
|
|
33
59
|
readonly name: v.LiteralSchema<"setFlagged", undefined>;
|
|
34
60
|
}, undefined> | v.ObjectSchema<{
|
|
35
|
-
readonly args: v.ObjectSchema<{
|
|
61
|
+
readonly args: v.UnionSchema<[v.ObjectSchema<{
|
|
36
62
|
readonly threadId: v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
37
|
-
}, undefined
|
|
63
|
+
}, undefined>, v.ObjectSchema<{
|
|
64
|
+
readonly threadIds: v.ArraySchema<v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
65
|
+
}, undefined>], undefined>;
|
|
38
66
|
readonly clientID: v.StringSchema<undefined>;
|
|
39
67
|
readonly id: v.NumberSchema<undefined>;
|
|
40
68
|
readonly name: v.LiteralSchema<"setInbox", undefined>;
|
|
41
69
|
}, undefined> | v.ObjectSchema<{
|
|
42
|
-
readonly args: v.ObjectSchema<{
|
|
70
|
+
readonly args: v.UnionSchema<readonly [v.ObjectSchema<{
|
|
43
71
|
readonly labelIds: v.ArraySchema<v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
44
72
|
readonly threadId: v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
45
|
-
}, undefined
|
|
73
|
+
}, undefined>, v.ObjectSchema<{
|
|
74
|
+
readonly labelIds: v.ArraySchema<v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
75
|
+
readonly threadIds: v.ArraySchema<v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
76
|
+
}, undefined>], undefined>;
|
|
46
77
|
readonly clientID: v.StringSchema<undefined>;
|
|
47
78
|
readonly id: v.NumberSchema<undefined>;
|
|
48
79
|
readonly name: v.LiteralSchema<"setLabels", undefined>;
|
|
49
80
|
}, undefined> | v.ObjectSchema<{
|
|
50
|
-
readonly args: v.ObjectSchema<{
|
|
81
|
+
readonly args: v.UnionSchema<readonly [v.ObjectSchema<{
|
|
51
82
|
readonly seen: v.BooleanSchema<undefined>;
|
|
52
83
|
readonly threadId: v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
53
|
-
}, undefined
|
|
84
|
+
}, undefined>, v.ObjectSchema<{
|
|
85
|
+
readonly seen: v.BooleanSchema<undefined>;
|
|
86
|
+
readonly threadIds: v.ArraySchema<v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
87
|
+
}, undefined>], undefined>;
|
|
54
88
|
readonly clientID: v.StringSchema<undefined>;
|
|
55
89
|
readonly id: v.NumberSchema<undefined>;
|
|
56
90
|
readonly name: v.LiteralSchema<"setSeen", undefined>;
|
|
57
91
|
}, undefined> | v.ObjectSchema<{
|
|
58
|
-
readonly args: v.ObjectSchema<{
|
|
92
|
+
readonly args: v.UnionSchema<[v.ObjectSchema<{
|
|
59
93
|
readonly threadId: v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
60
|
-
}, undefined
|
|
94
|
+
}, undefined>, v.ObjectSchema<{
|
|
95
|
+
readonly threadIds: v.ArraySchema<v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
96
|
+
}, undefined>], undefined>;
|
|
61
97
|
readonly clientID: v.StringSchema<undefined>;
|
|
62
98
|
readonly id: v.NumberSchema<undefined>;
|
|
63
99
|
readonly name: v.LiteralSchema<"setSpam", undefined>;
|
|
64
100
|
}, undefined> | v.ObjectSchema<{
|
|
65
|
-
readonly args: v.ObjectSchema<{
|
|
101
|
+
readonly args: v.UnionSchema<[v.ObjectSchema<{
|
|
66
102
|
readonly threadId: v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
67
|
-
}, undefined
|
|
103
|
+
}, undefined>, v.ObjectSchema<{
|
|
104
|
+
readonly threadIds: v.ArraySchema<v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
105
|
+
}, undefined>], undefined>;
|
|
68
106
|
readonly clientID: v.StringSchema<undefined>;
|
|
69
107
|
readonly id: v.NumberSchema<undefined>;
|
|
70
108
|
readonly name: v.LiteralSchema<"setTrash", undefined>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"thread.d.ts","sourceRoot":"","sources":["../../../../../../src/sdk/endpoints/private/sync/push/thread.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,SAAS,CAAA;AAM5B,eAAO,MAAM,cAAc
|
|
1
|
+
{"version":3,"file":"thread.d.ts","sourceRoot":"","sources":["../../../../../../src/sdk/endpoints/private/sync/push/thread.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,SAAS,CAAA;AAM5B,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2BAoFzB,CAAA"}
|