@marcoappio/marco-config 2.0.427 → 2.0.429
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/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/dist/types/AuthData.d.ts +4 -0
- package/dist/types/AuthData.d.ts.map +1 -0
- package/dist/types/AuthData.js +1 -0
- package/dist/types/Zero.d.ts +18 -0
- package/dist/types/Zero.d.ts.map +1 -1
- package/dist/types/Zero.js +5 -1
- package/dist/types/index.d.ts +1 -0
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/index.js +1 -0
- package/dist/zero/index.d.ts +164 -476
- package/dist/zero/index.d.ts.map +1 -1
- package/dist/zero/index.js +0 -7
- package/dist/zero/{mutators → mutatorSchemas}/account.d.ts +4 -33
- package/dist/zero/mutatorSchemas/account.d.ts.map +1 -0
- package/dist/zero/{mutators → mutatorSchemas}/account.js +4 -7
- package/dist/zero/{mutators → mutatorSchemas}/draft.d.ts +1 -1
- package/dist/zero/{mutators → mutatorSchemas}/draft.d.ts.map +1 -1
- package/dist/zero/{mutators → mutatorSchemas}/draft.js +1 -1
- package/dist/zero/mutatorSchemas/index.d.ts +5 -0
- package/dist/zero/mutatorSchemas/index.d.ts.map +1 -0
- package/dist/zero/mutatorSchemas/index.js +4 -0
- package/dist/zero/{mutators → mutatorSchemas}/thread.d.ts +13 -26
- package/dist/zero/mutatorSchemas/thread.d.ts.map +1 -0
- package/dist/zero/{mutators → mutatorSchemas}/thread.js +13 -24
- package/dist/zero/{mutators → mutatorSchemas}/user.d.ts +1 -7
- package/dist/zero/mutatorSchemas/user.d.ts.map +1 -0
- package/dist/zero/{mutators → mutatorSchemas}/user.js +1 -7
- package/dist/zero/mutators/accountMutators/accountMutators.d.ts +8 -0
- package/dist/zero/mutators/accountMutators/accountMutators.d.ts.map +1 -0
- package/dist/zero/mutators/accountMutators/accountMutators.js +112 -0
- package/dist/zero/mutators/accountMutators/accountMutators.test.d.ts +2 -0
- package/dist/zero/mutators/accountMutators/accountMutators.test.d.ts.map +1 -0
- package/dist/zero/mutators/accountMutators/accountMutators.test.js +390 -0
- package/dist/zero/mutators/accountMutators/index.d.ts +2 -0
- package/dist/zero/mutators/accountMutators/index.d.ts.map +1 -0
- package/dist/zero/mutators/accountMutators/index.js +1 -0
- package/dist/zero/mutators/draftMutators/draftMutators.d.ts +8 -0
- package/dist/zero/mutators/draftMutators/draftMutators.d.ts.map +1 -0
- package/dist/zero/mutators/draftMutators/draftMutators.js +162 -0
- package/dist/zero/mutators/draftMutators/draftMutators.test.d.ts +2 -0
- package/dist/zero/mutators/draftMutators/draftMutators.test.d.ts.map +1 -0
- package/dist/zero/mutators/draftMutators/draftMutators.test.js +390 -0
- package/dist/zero/mutators/draftMutators/index.d.ts +2 -0
- package/dist/zero/mutators/draftMutators/index.d.ts.map +1 -0
- package/dist/zero/mutators/draftMutators/index.js +1 -0
- package/dist/zero/mutators/index.d.ts +6262 -0
- package/dist/zero/mutators/index.d.ts.map +1 -0
- package/dist/zero/mutators/index.js +17 -0
- package/dist/zero/mutators/mutators.d.ts +29 -0
- package/dist/zero/mutators/mutators.d.ts.map +1 -0
- package/dist/zero/{mutators.js → mutators/mutators.js} +10 -15
- package/dist/zero/mutators/threadMutators/index.d.ts +2 -0
- package/dist/zero/mutators/threadMutators/index.d.ts.map +1 -0
- package/dist/zero/mutators/threadMutators/index.js +1 -0
- package/dist/zero/mutators/threadMutators/threadMutators.d.ts +8 -0
- package/dist/zero/mutators/threadMutators/threadMutators.d.ts.map +1 -0
- package/dist/zero/mutators/threadMutators/threadMutators.js +238 -0
- package/dist/zero/mutators/threadMutators/threadMutators.test.d.ts +2 -0
- package/dist/zero/mutators/threadMutators/threadMutators.test.d.ts.map +1 -0
- package/dist/zero/mutators/threadMutators/threadMutators.test.js +465 -0
- package/dist/zero/mutators/userMutators/index.d.ts +2 -0
- package/dist/zero/mutators/userMutators/index.d.ts.map +1 -0
- package/dist/zero/mutators/userMutators/index.js +1 -0
- package/dist/zero/mutators/userMutators/userMutators.d.ts +8 -0
- package/dist/zero/mutators/userMutators/userMutators.d.ts.map +1 -0
- package/dist/zero/mutators/userMutators/userMutators.js +37 -0
- package/dist/zero/mutators/userMutators/userMutators.test.d.ts +2 -0
- package/dist/zero/mutators/userMutators/userMutators.test.d.ts.map +1 -0
- package/dist/zero/mutators/userMutators/userMutators.test.js +123 -0
- package/dist/zero/queries/getAccounts.d.ts +27 -74
- package/dist/zero/queries/getAccounts.d.ts.map +1 -1
- package/dist/zero/queries/getContacts.d.ts +27 -74
- package/dist/zero/queries/getContacts.d.ts.map +1 -1
- package/dist/zero/queries/getDrafts.d.ts +27 -74
- package/dist/zero/queries/getDrafts.d.ts.map +1 -1
- package/dist/zero/queries/getThreads.d.ts +27 -74
- package/dist/zero/queries/getThreads.d.ts.map +1 -1
- package/dist/zero/queries/getUser.d.ts +27 -74
- package/dist/zero/queries/getUser.d.ts.map +1 -1
- package/dist/zero/queries/index.d.ts +27 -74
- package/dist/zero/queries/index.d.ts.map +1 -1
- package/dist/zero/schema.d.ts +27 -96
- package/dist/zero/schema.d.ts.map +1 -1
- package/dist/zero/schema.js +0 -31
- package/package.json +1 -1
- package/dist/zero/mutators/account.d.ts.map +0 -1
- package/dist/zero/mutators/thread.d.ts.map +0 -1
- package/dist/zero/mutators/user.d.ts.map +0 -1
- package/dist/zero/mutators.d.ts +0 -412
- package/dist/zero/mutators.d.ts.map +0 -1
- package/dist/zero/mutators.test.d.ts +0 -2
- package/dist/zero/mutators.test.d.ts.map +0 -1
- package/dist/zero/mutators.test.js +0 -33
package/dist/zero/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export declare const marcoZero: {
|
|
2
|
-
readonly createMutators: (
|
|
2
|
+
readonly createMutators: (authData?: import("./mutators/mutators").AuthData, callbacks?: import("./mutators/mutators").MutatorCallbacks) => import("./mutators").MarcoZeroMutators;
|
|
3
3
|
readonly queries: {
|
|
4
4
|
readonly getAccounts: import("@rocicorp/zero").SyncedQuery<"getAccounts", import("..").MarcoSyncedQueryContext, true, [], import("@rocicorp/zero").Query<{
|
|
5
5
|
tables: {
|
|
@@ -660,58 +660,36 @@ export declare const marcoZero: {
|
|
|
660
660
|
} & {
|
|
661
661
|
primaryKey: ["id"];
|
|
662
662
|
};
|
|
663
|
-
readonly threadMessageLabel: {
|
|
664
|
-
name: "threadMessageLabel";
|
|
665
|
-
columns: {
|
|
666
|
-
readonly labelId: {
|
|
667
|
-
type: "string";
|
|
668
|
-
optional: false;
|
|
669
|
-
customType: string;
|
|
670
|
-
} & {
|
|
671
|
-
serverName: string;
|
|
672
|
-
};
|
|
673
|
-
readonly threadMessageId: {
|
|
674
|
-
type: "string";
|
|
675
|
-
optional: false;
|
|
676
|
-
customType: string;
|
|
677
|
-
} & {
|
|
678
|
-
serverName: string;
|
|
679
|
-
};
|
|
680
|
-
};
|
|
681
|
-
primaryKey: readonly [string, ...string[]];
|
|
682
|
-
} & {
|
|
683
|
-
primaryKey: ["threadMessageId", "labelId"];
|
|
684
|
-
};
|
|
685
663
|
};
|
|
686
664
|
relationships: {
|
|
687
665
|
readonly user: {
|
|
688
666
|
accounts: [{
|
|
689
667
|
readonly sourceField: string[];
|
|
690
|
-
readonly destField: ("id" | "
|
|
668
|
+
readonly destField: ("id" | "userId" | "color" | "displayName" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
|
|
691
669
|
readonly destSchema: "account";
|
|
692
670
|
readonly cardinality: "many";
|
|
693
671
|
}];
|
|
694
672
|
contacts: [{
|
|
695
673
|
readonly sourceField: string[];
|
|
696
|
-
readonly destField: ("id" | "name" | "
|
|
674
|
+
readonly destField: ("id" | "name" | "userId" | "emailAddress")[];
|
|
697
675
|
readonly destSchema: "contact";
|
|
698
676
|
readonly cardinality: "many";
|
|
699
677
|
}];
|
|
700
678
|
drafts: [{
|
|
701
679
|
readonly sourceField: string[];
|
|
702
|
-
readonly destField: ("type" | "status" | "id" | "
|
|
680
|
+
readonly destField: ("type" | "status" | "id" | "userId" | "accountId" | "fromAliasId" | "fromEmail" | "fromName" | "referencedMessageId" | "scheduledFor" | "updatedAt" | "body" | "error" | "subject")[];
|
|
703
681
|
readonly destSchema: "draft";
|
|
704
682
|
readonly cardinality: "many";
|
|
705
683
|
}];
|
|
706
684
|
pushNotificationTokens: [{
|
|
707
685
|
readonly sourceField: string[];
|
|
708
|
-
readonly destField: ("
|
|
686
|
+
readonly destField: ("id" | "createdAt" | "token" | "userId")[];
|
|
709
687
|
readonly destSchema: "userPushNotificationToken";
|
|
710
688
|
readonly cardinality: "many";
|
|
711
689
|
}];
|
|
712
690
|
threads: [{
|
|
713
691
|
readonly sourceField: string[];
|
|
714
|
-
readonly destField: ("id" | "
|
|
692
|
+
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "latestMessageDate" | "seen" | "words")[];
|
|
715
693
|
readonly destSchema: "thread";
|
|
716
694
|
readonly cardinality: "many";
|
|
717
695
|
}];
|
|
@@ -719,7 +697,7 @@ export declare const marcoZero: {
|
|
|
719
697
|
readonly userPushNotificationToken: {
|
|
720
698
|
user: [{
|
|
721
699
|
readonly sourceField: string[];
|
|
722
|
-
readonly destField: ("id" | "
|
|
700
|
+
readonly destField: ("id" | "profilePicture" | "undoSendEnabled" | "name")[];
|
|
723
701
|
readonly destSchema: "user";
|
|
724
702
|
readonly cardinality: "one";
|
|
725
703
|
}];
|
|
@@ -727,7 +705,7 @@ export declare const marcoZero: {
|
|
|
727
705
|
readonly contact: {
|
|
728
706
|
user: [{
|
|
729
707
|
readonly sourceField: string[];
|
|
730
|
-
readonly destField: ("id" | "
|
|
708
|
+
readonly destField: ("id" | "profilePicture" | "undoSendEnabled" | "name")[];
|
|
731
709
|
readonly destSchema: "user";
|
|
732
710
|
readonly cardinality: "one";
|
|
733
711
|
}];
|
|
@@ -741,7 +719,7 @@ export declare const marcoZero: {
|
|
|
741
719
|
}];
|
|
742
720
|
drafts: [{
|
|
743
721
|
readonly sourceField: string[];
|
|
744
|
-
readonly destField: ("type" | "status" | "id" | "
|
|
722
|
+
readonly destField: ("type" | "status" | "id" | "userId" | "accountId" | "fromAliasId" | "fromEmail" | "fromName" | "referencedMessageId" | "scheduledFor" | "updatedAt" | "body" | "error" | "subject")[];
|
|
745
723
|
readonly destSchema: "draft";
|
|
746
724
|
readonly cardinality: "many";
|
|
747
725
|
}];
|
|
@@ -759,13 +737,13 @@ export declare const marcoZero: {
|
|
|
759
737
|
}];
|
|
760
738
|
threads: [{
|
|
761
739
|
readonly sourceField: string[];
|
|
762
|
-
readonly destField: ("id" | "
|
|
740
|
+
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "latestMessageDate" | "seen" | "words")[];
|
|
763
741
|
readonly destSchema: "thread";
|
|
764
742
|
readonly cardinality: "many";
|
|
765
743
|
}];
|
|
766
744
|
user: [{
|
|
767
745
|
readonly sourceField: string[];
|
|
768
|
-
readonly destField: ("id" | "
|
|
746
|
+
readonly destField: ("id" | "profilePicture" | "undoSendEnabled" | "name")[];
|
|
769
747
|
readonly destSchema: "user";
|
|
770
748
|
readonly cardinality: "one";
|
|
771
749
|
}];
|
|
@@ -773,7 +751,7 @@ export declare const marcoZero: {
|
|
|
773
751
|
readonly accountAlias: {
|
|
774
752
|
account: [{
|
|
775
753
|
readonly sourceField: string[];
|
|
776
|
-
readonly destField: ("id" | "
|
|
754
|
+
readonly destField: ("id" | "userId" | "color" | "displayName" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
|
|
777
755
|
readonly destSchema: "account";
|
|
778
756
|
readonly cardinality: "one";
|
|
779
757
|
}];
|
|
@@ -781,29 +759,18 @@ export declare const marcoZero: {
|
|
|
781
759
|
readonly accountLabel: {
|
|
782
760
|
account: [{
|
|
783
761
|
readonly sourceField: string[];
|
|
784
|
-
readonly destField: ("id" | "
|
|
762
|
+
readonly destField: ("id" | "userId" | "color" | "displayName" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
|
|
785
763
|
readonly destSchema: "account";
|
|
786
764
|
readonly cardinality: "one";
|
|
787
765
|
}];
|
|
788
|
-
threadMessages: [{
|
|
789
|
-
readonly sourceField: string[];
|
|
790
|
-
readonly destField: ("labelId" | "threadMessageId")[];
|
|
791
|
-
readonly destSchema: "threadMessageLabel";
|
|
792
|
-
readonly cardinality: "many";
|
|
793
|
-
}, {
|
|
794
|
-
readonly sourceField: string[];
|
|
795
|
-
readonly destField: ("threadId" | "id" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
796
|
-
readonly destSchema: "threadMessage";
|
|
797
|
-
readonly cardinality: "many";
|
|
798
|
-
}];
|
|
799
766
|
threads: [{
|
|
800
767
|
readonly sourceField: string[];
|
|
801
|
-
readonly destField: ("
|
|
768
|
+
readonly destField: ("labelId" | "threadId")[];
|
|
802
769
|
readonly destSchema: "threadLabel";
|
|
803
770
|
readonly cardinality: "many";
|
|
804
771
|
}, {
|
|
805
772
|
readonly sourceField: string[];
|
|
806
|
-
readonly destField: ("id" | "
|
|
773
|
+
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "latestMessageDate" | "seen" | "words")[];
|
|
807
774
|
readonly destSchema: "thread";
|
|
808
775
|
readonly cardinality: "many";
|
|
809
776
|
}];
|
|
@@ -811,13 +778,13 @@ export declare const marcoZero: {
|
|
|
811
778
|
readonly draft: {
|
|
812
779
|
account: [{
|
|
813
780
|
readonly sourceField: string[];
|
|
814
|
-
readonly destField: ("id" | "
|
|
781
|
+
readonly destField: ("id" | "userId" | "color" | "displayName" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
|
|
815
782
|
readonly destSchema: "account";
|
|
816
783
|
readonly cardinality: "one";
|
|
817
784
|
}];
|
|
818
785
|
attachments: [{
|
|
819
786
|
readonly sourceField: string[];
|
|
820
|
-
readonly destField: ("id" | "failed" | "fileName" | "mimeType" | "totalChunks" | "totalSize" | "uploadedChunks"
|
|
787
|
+
readonly destField: ("id" | "draftId" | "failed" | "fileName" | "mimeType" | "totalChunks" | "totalSize" | "uploadedChunks")[];
|
|
821
788
|
readonly destSchema: "draftAttachment";
|
|
822
789
|
readonly cardinality: "many";
|
|
823
790
|
}];
|
|
@@ -829,7 +796,7 @@ export declare const marcoZero: {
|
|
|
829
796
|
}];
|
|
830
797
|
user: [{
|
|
831
798
|
readonly sourceField: string[];
|
|
832
|
-
readonly destField: ("id" | "
|
|
799
|
+
readonly destField: ("id" | "profilePicture" | "undoSendEnabled" | "name")[];
|
|
833
800
|
readonly destSchema: "user";
|
|
834
801
|
readonly cardinality: "one";
|
|
835
802
|
}];
|
|
@@ -837,7 +804,7 @@ export declare const marcoZero: {
|
|
|
837
804
|
readonly draftRecipient: {
|
|
838
805
|
draft: [{
|
|
839
806
|
readonly sourceField: string[];
|
|
840
|
-
readonly destField: ("type" | "status" | "id" | "
|
|
807
|
+
readonly destField: ("type" | "status" | "id" | "userId" | "accountId" | "fromAliasId" | "fromEmail" | "fromName" | "referencedMessageId" | "scheduledFor" | "updatedAt" | "body" | "error" | "subject")[];
|
|
841
808
|
readonly destSchema: "draft";
|
|
842
809
|
readonly cardinality: "one";
|
|
843
810
|
}];
|
|
@@ -845,7 +812,7 @@ export declare const marcoZero: {
|
|
|
845
812
|
readonly draftAttachment: {
|
|
846
813
|
draft: [{
|
|
847
814
|
readonly sourceField: string[];
|
|
848
|
-
readonly destField: ("type" | "status" | "id" | "
|
|
815
|
+
readonly destField: ("type" | "status" | "id" | "userId" | "accountId" | "fromAliasId" | "fromEmail" | "fromName" | "referencedMessageId" | "scheduledFor" | "updatedAt" | "body" | "error" | "subject")[];
|
|
849
816
|
readonly destSchema: "draft";
|
|
850
817
|
readonly cardinality: "one";
|
|
851
818
|
}];
|
|
@@ -853,13 +820,13 @@ export declare const marcoZero: {
|
|
|
853
820
|
readonly thread: {
|
|
854
821
|
account: [{
|
|
855
822
|
readonly sourceField: string[];
|
|
856
|
-
readonly destField: ("id" | "
|
|
823
|
+
readonly destField: ("id" | "userId" | "color" | "displayName" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
|
|
857
824
|
readonly destSchema: "account";
|
|
858
825
|
readonly cardinality: "one";
|
|
859
826
|
}];
|
|
860
827
|
labels: [{
|
|
861
828
|
readonly sourceField: string[];
|
|
862
|
-
readonly destField: ("
|
|
829
|
+
readonly destField: ("labelId" | "threadId")[];
|
|
863
830
|
readonly destSchema: "threadLabel";
|
|
864
831
|
readonly cardinality: "many";
|
|
865
832
|
}, {
|
|
@@ -870,13 +837,13 @@ export declare const marcoZero: {
|
|
|
870
837
|
}];
|
|
871
838
|
messages: [{
|
|
872
839
|
readonly sourceField: string[];
|
|
873
|
-
readonly destField: ("
|
|
840
|
+
readonly destField: ("id" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
874
841
|
readonly destSchema: "threadMessage";
|
|
875
842
|
readonly cardinality: "many";
|
|
876
843
|
}];
|
|
877
844
|
user: [{
|
|
878
845
|
readonly sourceField: string[];
|
|
879
|
-
readonly destField: ("id" | "
|
|
846
|
+
readonly destField: ("id" | "profilePicture" | "undoSendEnabled" | "name")[];
|
|
880
847
|
readonly destSchema: "user";
|
|
881
848
|
readonly cardinality: "one";
|
|
882
849
|
}];
|
|
@@ -890,7 +857,7 @@ export declare const marcoZero: {
|
|
|
890
857
|
}];
|
|
891
858
|
thread: [{
|
|
892
859
|
readonly sourceField: string[];
|
|
893
|
-
readonly destField: ("id" | "
|
|
860
|
+
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "latestMessageDate" | "seen" | "words")[];
|
|
894
861
|
readonly destSchema: "thread";
|
|
895
862
|
readonly cardinality: "one";
|
|
896
863
|
}];
|
|
@@ -910,7 +877,7 @@ export declare const marcoZero: {
|
|
|
910
877
|
}];
|
|
911
878
|
thread: [{
|
|
912
879
|
readonly sourceField: string[];
|
|
913
|
-
readonly destField: ("id" | "
|
|
880
|
+
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "latestMessageDate" | "seen" | "words")[];
|
|
914
881
|
readonly destSchema: "thread";
|
|
915
882
|
readonly cardinality: "one";
|
|
916
883
|
}];
|
|
@@ -918,7 +885,7 @@ export declare const marcoZero: {
|
|
|
918
885
|
readonly threadMessageRecipient: {
|
|
919
886
|
message: [{
|
|
920
887
|
readonly sourceField: string[];
|
|
921
|
-
readonly destField: ("
|
|
888
|
+
readonly destField: ("id" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
922
889
|
readonly destSchema: "threadMessage";
|
|
923
890
|
readonly cardinality: "one";
|
|
924
891
|
}];
|
|
@@ -926,21 +893,7 @@ export declare const marcoZero: {
|
|
|
926
893
|
readonly threadMessageAttachment: {
|
|
927
894
|
message: [{
|
|
928
895
|
readonly sourceField: string[];
|
|
929
|
-
readonly destField: ("
|
|
930
|
-
readonly destSchema: "threadMessage";
|
|
931
|
-
readonly cardinality: "one";
|
|
932
|
-
}];
|
|
933
|
-
};
|
|
934
|
-
readonly threadMessageLabel: {
|
|
935
|
-
label: [{
|
|
936
|
-
readonly sourceField: string[];
|
|
937
|
-
readonly destField: ("id" | "accountId" | "path" | "specialUse")[];
|
|
938
|
-
readonly destSchema: "accountLabel";
|
|
939
|
-
readonly cardinality: "one";
|
|
940
|
-
}];
|
|
941
|
-
message: [{
|
|
942
|
-
readonly sourceField: string[];
|
|
943
|
-
readonly destField: ("threadId" | "id" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
896
|
+
readonly destField: ("id" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
944
897
|
readonly destSchema: "threadMessage";
|
|
945
898
|
readonly cardinality: "one";
|
|
946
899
|
}];
|
|
@@ -1647,58 +1600,36 @@ export declare const marcoZero: {
|
|
|
1647
1600
|
} & {
|
|
1648
1601
|
primaryKey: ["id"];
|
|
1649
1602
|
};
|
|
1650
|
-
readonly threadMessageLabel: {
|
|
1651
|
-
name: "threadMessageLabel";
|
|
1652
|
-
columns: {
|
|
1653
|
-
readonly labelId: {
|
|
1654
|
-
type: "string";
|
|
1655
|
-
optional: false;
|
|
1656
|
-
customType: string;
|
|
1657
|
-
} & {
|
|
1658
|
-
serverName: string;
|
|
1659
|
-
};
|
|
1660
|
-
readonly threadMessageId: {
|
|
1661
|
-
type: "string";
|
|
1662
|
-
optional: false;
|
|
1663
|
-
customType: string;
|
|
1664
|
-
} & {
|
|
1665
|
-
serverName: string;
|
|
1666
|
-
};
|
|
1667
|
-
};
|
|
1668
|
-
primaryKey: readonly [string, ...string[]];
|
|
1669
|
-
} & {
|
|
1670
|
-
primaryKey: ["threadMessageId", "labelId"];
|
|
1671
|
-
};
|
|
1672
1603
|
};
|
|
1673
1604
|
relationships: {
|
|
1674
1605
|
readonly user: {
|
|
1675
1606
|
accounts: [{
|
|
1676
1607
|
readonly sourceField: string[];
|
|
1677
|
-
readonly destField: ("id" | "
|
|
1608
|
+
readonly destField: ("id" | "userId" | "color" | "displayName" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
|
|
1678
1609
|
readonly destSchema: "account";
|
|
1679
1610
|
readonly cardinality: "many";
|
|
1680
1611
|
}];
|
|
1681
1612
|
contacts: [{
|
|
1682
1613
|
readonly sourceField: string[];
|
|
1683
|
-
readonly destField: ("id" | "name" | "
|
|
1614
|
+
readonly destField: ("id" | "name" | "userId" | "emailAddress")[];
|
|
1684
1615
|
readonly destSchema: "contact";
|
|
1685
1616
|
readonly cardinality: "many";
|
|
1686
1617
|
}];
|
|
1687
1618
|
drafts: [{
|
|
1688
1619
|
readonly sourceField: string[];
|
|
1689
|
-
readonly destField: ("type" | "status" | "id" | "
|
|
1620
|
+
readonly destField: ("type" | "status" | "id" | "userId" | "accountId" | "fromAliasId" | "fromEmail" | "fromName" | "referencedMessageId" | "scheduledFor" | "updatedAt" | "body" | "error" | "subject")[];
|
|
1690
1621
|
readonly destSchema: "draft";
|
|
1691
1622
|
readonly cardinality: "many";
|
|
1692
1623
|
}];
|
|
1693
1624
|
pushNotificationTokens: [{
|
|
1694
1625
|
readonly sourceField: string[];
|
|
1695
|
-
readonly destField: ("
|
|
1626
|
+
readonly destField: ("id" | "createdAt" | "token" | "userId")[];
|
|
1696
1627
|
readonly destSchema: "userPushNotificationToken";
|
|
1697
1628
|
readonly cardinality: "many";
|
|
1698
1629
|
}];
|
|
1699
1630
|
threads: [{
|
|
1700
1631
|
readonly sourceField: string[];
|
|
1701
|
-
readonly destField: ("id" | "
|
|
1632
|
+
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "latestMessageDate" | "seen" | "words")[];
|
|
1702
1633
|
readonly destSchema: "thread";
|
|
1703
1634
|
readonly cardinality: "many";
|
|
1704
1635
|
}];
|
|
@@ -1706,7 +1637,7 @@ export declare const marcoZero: {
|
|
|
1706
1637
|
readonly userPushNotificationToken: {
|
|
1707
1638
|
user: [{
|
|
1708
1639
|
readonly sourceField: string[];
|
|
1709
|
-
readonly destField: ("id" | "
|
|
1640
|
+
readonly destField: ("id" | "profilePicture" | "undoSendEnabled" | "name")[];
|
|
1710
1641
|
readonly destSchema: "user";
|
|
1711
1642
|
readonly cardinality: "one";
|
|
1712
1643
|
}];
|
|
@@ -1714,7 +1645,7 @@ export declare const marcoZero: {
|
|
|
1714
1645
|
readonly contact: {
|
|
1715
1646
|
user: [{
|
|
1716
1647
|
readonly sourceField: string[];
|
|
1717
|
-
readonly destField: ("id" | "
|
|
1648
|
+
readonly destField: ("id" | "profilePicture" | "undoSendEnabled" | "name")[];
|
|
1718
1649
|
readonly destSchema: "user";
|
|
1719
1650
|
readonly cardinality: "one";
|
|
1720
1651
|
}];
|
|
@@ -1728,7 +1659,7 @@ export declare const marcoZero: {
|
|
|
1728
1659
|
}];
|
|
1729
1660
|
drafts: [{
|
|
1730
1661
|
readonly sourceField: string[];
|
|
1731
|
-
readonly destField: ("type" | "status" | "id" | "
|
|
1662
|
+
readonly destField: ("type" | "status" | "id" | "userId" | "accountId" | "fromAliasId" | "fromEmail" | "fromName" | "referencedMessageId" | "scheduledFor" | "updatedAt" | "body" | "error" | "subject")[];
|
|
1732
1663
|
readonly destSchema: "draft";
|
|
1733
1664
|
readonly cardinality: "many";
|
|
1734
1665
|
}];
|
|
@@ -1746,13 +1677,13 @@ export declare const marcoZero: {
|
|
|
1746
1677
|
}];
|
|
1747
1678
|
threads: [{
|
|
1748
1679
|
readonly sourceField: string[];
|
|
1749
|
-
readonly destField: ("id" | "
|
|
1680
|
+
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "latestMessageDate" | "seen" | "words")[];
|
|
1750
1681
|
readonly destSchema: "thread";
|
|
1751
1682
|
readonly cardinality: "many";
|
|
1752
1683
|
}];
|
|
1753
1684
|
user: [{
|
|
1754
1685
|
readonly sourceField: string[];
|
|
1755
|
-
readonly destField: ("id" | "
|
|
1686
|
+
readonly destField: ("id" | "profilePicture" | "undoSendEnabled" | "name")[];
|
|
1756
1687
|
readonly destSchema: "user";
|
|
1757
1688
|
readonly cardinality: "one";
|
|
1758
1689
|
}];
|
|
@@ -1760,7 +1691,7 @@ export declare const marcoZero: {
|
|
|
1760
1691
|
readonly accountAlias: {
|
|
1761
1692
|
account: [{
|
|
1762
1693
|
readonly sourceField: string[];
|
|
1763
|
-
readonly destField: ("id" | "
|
|
1694
|
+
readonly destField: ("id" | "userId" | "color" | "displayName" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
|
|
1764
1695
|
readonly destSchema: "account";
|
|
1765
1696
|
readonly cardinality: "one";
|
|
1766
1697
|
}];
|
|
@@ -1768,29 +1699,18 @@ export declare const marcoZero: {
|
|
|
1768
1699
|
readonly accountLabel: {
|
|
1769
1700
|
account: [{
|
|
1770
1701
|
readonly sourceField: string[];
|
|
1771
|
-
readonly destField: ("id" | "
|
|
1702
|
+
readonly destField: ("id" | "userId" | "color" | "displayName" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
|
|
1772
1703
|
readonly destSchema: "account";
|
|
1773
1704
|
readonly cardinality: "one";
|
|
1774
1705
|
}];
|
|
1775
|
-
threadMessages: [{
|
|
1776
|
-
readonly sourceField: string[];
|
|
1777
|
-
readonly destField: ("labelId" | "threadMessageId")[];
|
|
1778
|
-
readonly destSchema: "threadMessageLabel";
|
|
1779
|
-
readonly cardinality: "many";
|
|
1780
|
-
}, {
|
|
1781
|
-
readonly sourceField: string[];
|
|
1782
|
-
readonly destField: ("threadId" | "id" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
1783
|
-
readonly destSchema: "threadMessage";
|
|
1784
|
-
readonly cardinality: "many";
|
|
1785
|
-
}];
|
|
1786
1706
|
threads: [{
|
|
1787
1707
|
readonly sourceField: string[];
|
|
1788
|
-
readonly destField: ("
|
|
1708
|
+
readonly destField: ("labelId" | "threadId")[];
|
|
1789
1709
|
readonly destSchema: "threadLabel";
|
|
1790
1710
|
readonly cardinality: "many";
|
|
1791
1711
|
}, {
|
|
1792
1712
|
readonly sourceField: string[];
|
|
1793
|
-
readonly destField: ("id" | "
|
|
1713
|
+
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "latestMessageDate" | "seen" | "words")[];
|
|
1794
1714
|
readonly destSchema: "thread";
|
|
1795
1715
|
readonly cardinality: "many";
|
|
1796
1716
|
}];
|
|
@@ -1798,13 +1718,13 @@ export declare const marcoZero: {
|
|
|
1798
1718
|
readonly draft: {
|
|
1799
1719
|
account: [{
|
|
1800
1720
|
readonly sourceField: string[];
|
|
1801
|
-
readonly destField: ("id" | "
|
|
1721
|
+
readonly destField: ("id" | "userId" | "color" | "displayName" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
|
|
1802
1722
|
readonly destSchema: "account";
|
|
1803
1723
|
readonly cardinality: "one";
|
|
1804
1724
|
}];
|
|
1805
1725
|
attachments: [{
|
|
1806
1726
|
readonly sourceField: string[];
|
|
1807
|
-
readonly destField: ("id" | "failed" | "fileName" | "mimeType" | "totalChunks" | "totalSize" | "uploadedChunks"
|
|
1727
|
+
readonly destField: ("id" | "draftId" | "failed" | "fileName" | "mimeType" | "totalChunks" | "totalSize" | "uploadedChunks")[];
|
|
1808
1728
|
readonly destSchema: "draftAttachment";
|
|
1809
1729
|
readonly cardinality: "many";
|
|
1810
1730
|
}];
|
|
@@ -1816,7 +1736,7 @@ export declare const marcoZero: {
|
|
|
1816
1736
|
}];
|
|
1817
1737
|
user: [{
|
|
1818
1738
|
readonly sourceField: string[];
|
|
1819
|
-
readonly destField: ("id" | "
|
|
1739
|
+
readonly destField: ("id" | "profilePicture" | "undoSendEnabled" | "name")[];
|
|
1820
1740
|
readonly destSchema: "user";
|
|
1821
1741
|
readonly cardinality: "one";
|
|
1822
1742
|
}];
|
|
@@ -1824,7 +1744,7 @@ export declare const marcoZero: {
|
|
|
1824
1744
|
readonly draftRecipient: {
|
|
1825
1745
|
draft: [{
|
|
1826
1746
|
readonly sourceField: string[];
|
|
1827
|
-
readonly destField: ("type" | "status" | "id" | "
|
|
1747
|
+
readonly destField: ("type" | "status" | "id" | "userId" | "accountId" | "fromAliasId" | "fromEmail" | "fromName" | "referencedMessageId" | "scheduledFor" | "updatedAt" | "body" | "error" | "subject")[];
|
|
1828
1748
|
readonly destSchema: "draft";
|
|
1829
1749
|
readonly cardinality: "one";
|
|
1830
1750
|
}];
|
|
@@ -1832,7 +1752,7 @@ export declare const marcoZero: {
|
|
|
1832
1752
|
readonly draftAttachment: {
|
|
1833
1753
|
draft: [{
|
|
1834
1754
|
readonly sourceField: string[];
|
|
1835
|
-
readonly destField: ("type" | "status" | "id" | "
|
|
1755
|
+
readonly destField: ("type" | "status" | "id" | "userId" | "accountId" | "fromAliasId" | "fromEmail" | "fromName" | "referencedMessageId" | "scheduledFor" | "updatedAt" | "body" | "error" | "subject")[];
|
|
1836
1756
|
readonly destSchema: "draft";
|
|
1837
1757
|
readonly cardinality: "one";
|
|
1838
1758
|
}];
|
|
@@ -1840,13 +1760,13 @@ export declare const marcoZero: {
|
|
|
1840
1760
|
readonly thread: {
|
|
1841
1761
|
account: [{
|
|
1842
1762
|
readonly sourceField: string[];
|
|
1843
|
-
readonly destField: ("id" | "
|
|
1763
|
+
readonly destField: ("id" | "userId" | "color" | "displayName" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
|
|
1844
1764
|
readonly destSchema: "account";
|
|
1845
1765
|
readonly cardinality: "one";
|
|
1846
1766
|
}];
|
|
1847
1767
|
labels: [{
|
|
1848
1768
|
readonly sourceField: string[];
|
|
1849
|
-
readonly destField: ("
|
|
1769
|
+
readonly destField: ("labelId" | "threadId")[];
|
|
1850
1770
|
readonly destSchema: "threadLabel";
|
|
1851
1771
|
readonly cardinality: "many";
|
|
1852
1772
|
}, {
|
|
@@ -1857,13 +1777,13 @@ export declare const marcoZero: {
|
|
|
1857
1777
|
}];
|
|
1858
1778
|
messages: [{
|
|
1859
1779
|
readonly sourceField: string[];
|
|
1860
|
-
readonly destField: ("
|
|
1780
|
+
readonly destField: ("id" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
1861
1781
|
readonly destSchema: "threadMessage";
|
|
1862
1782
|
readonly cardinality: "many";
|
|
1863
1783
|
}];
|
|
1864
1784
|
user: [{
|
|
1865
1785
|
readonly sourceField: string[];
|
|
1866
|
-
readonly destField: ("id" | "
|
|
1786
|
+
readonly destField: ("id" | "profilePicture" | "undoSendEnabled" | "name")[];
|
|
1867
1787
|
readonly destSchema: "user";
|
|
1868
1788
|
readonly cardinality: "one";
|
|
1869
1789
|
}];
|
|
@@ -1877,7 +1797,7 @@ export declare const marcoZero: {
|
|
|
1877
1797
|
}];
|
|
1878
1798
|
thread: [{
|
|
1879
1799
|
readonly sourceField: string[];
|
|
1880
|
-
readonly destField: ("id" | "
|
|
1800
|
+
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "latestMessageDate" | "seen" | "words")[];
|
|
1881
1801
|
readonly destSchema: "thread";
|
|
1882
1802
|
readonly cardinality: "one";
|
|
1883
1803
|
}];
|
|
@@ -1897,7 +1817,7 @@ export declare const marcoZero: {
|
|
|
1897
1817
|
}];
|
|
1898
1818
|
thread: [{
|
|
1899
1819
|
readonly sourceField: string[];
|
|
1900
|
-
readonly destField: ("id" | "
|
|
1820
|
+
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "latestMessageDate" | "seen" | "words")[];
|
|
1901
1821
|
readonly destSchema: "thread";
|
|
1902
1822
|
readonly cardinality: "one";
|
|
1903
1823
|
}];
|
|
@@ -1905,7 +1825,7 @@ export declare const marcoZero: {
|
|
|
1905
1825
|
readonly threadMessageRecipient: {
|
|
1906
1826
|
message: [{
|
|
1907
1827
|
readonly sourceField: string[];
|
|
1908
|
-
readonly destField: ("
|
|
1828
|
+
readonly destField: ("id" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
1909
1829
|
readonly destSchema: "threadMessage";
|
|
1910
1830
|
readonly cardinality: "one";
|
|
1911
1831
|
}];
|
|
@@ -1913,21 +1833,7 @@ export declare const marcoZero: {
|
|
|
1913
1833
|
readonly threadMessageAttachment: {
|
|
1914
1834
|
message: [{
|
|
1915
1835
|
readonly sourceField: string[];
|
|
1916
|
-
readonly destField: ("
|
|
1917
|
-
readonly destSchema: "threadMessage";
|
|
1918
|
-
readonly cardinality: "one";
|
|
1919
|
-
}];
|
|
1920
|
-
};
|
|
1921
|
-
readonly threadMessageLabel: {
|
|
1922
|
-
label: [{
|
|
1923
|
-
readonly sourceField: string[];
|
|
1924
|
-
readonly destField: ("id" | "accountId" | "path" | "specialUse")[];
|
|
1925
|
-
readonly destSchema: "accountLabel";
|
|
1926
|
-
readonly cardinality: "one";
|
|
1927
|
-
}];
|
|
1928
|
-
message: [{
|
|
1929
|
-
readonly sourceField: string[];
|
|
1930
|
-
readonly destField: ("threadId" | "id" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
1836
|
+
readonly destField: ("id" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
1931
1837
|
readonly destSchema: "threadMessage";
|
|
1932
1838
|
readonly cardinality: "one";
|
|
1933
1839
|
}];
|
|
@@ -2604,58 +2510,36 @@ export declare const marcoZero: {
|
|
|
2604
2510
|
} & {
|
|
2605
2511
|
primaryKey: ["id"];
|
|
2606
2512
|
};
|
|
2607
|
-
readonly threadMessageLabel: {
|
|
2608
|
-
name: "threadMessageLabel";
|
|
2609
|
-
columns: {
|
|
2610
|
-
readonly labelId: {
|
|
2611
|
-
type: "string";
|
|
2612
|
-
optional: false;
|
|
2613
|
-
customType: string;
|
|
2614
|
-
} & {
|
|
2615
|
-
serverName: string;
|
|
2616
|
-
};
|
|
2617
|
-
readonly threadMessageId: {
|
|
2618
|
-
type: "string";
|
|
2619
|
-
optional: false;
|
|
2620
|
-
customType: string;
|
|
2621
|
-
} & {
|
|
2622
|
-
serverName: string;
|
|
2623
|
-
};
|
|
2624
|
-
};
|
|
2625
|
-
primaryKey: readonly [string, ...string[]];
|
|
2626
|
-
} & {
|
|
2627
|
-
primaryKey: ["threadMessageId", "labelId"];
|
|
2628
|
-
};
|
|
2629
2513
|
};
|
|
2630
2514
|
relationships: {
|
|
2631
2515
|
readonly user: {
|
|
2632
2516
|
accounts: [{
|
|
2633
2517
|
readonly sourceField: string[];
|
|
2634
|
-
readonly destField: ("id" | "
|
|
2518
|
+
readonly destField: ("id" | "userId" | "color" | "displayName" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
|
|
2635
2519
|
readonly destSchema: "account";
|
|
2636
2520
|
readonly cardinality: "many";
|
|
2637
2521
|
}];
|
|
2638
2522
|
contacts: [{
|
|
2639
2523
|
readonly sourceField: string[];
|
|
2640
|
-
readonly destField: ("id" | "name" | "
|
|
2524
|
+
readonly destField: ("id" | "name" | "userId" | "emailAddress")[];
|
|
2641
2525
|
readonly destSchema: "contact";
|
|
2642
2526
|
readonly cardinality: "many";
|
|
2643
2527
|
}];
|
|
2644
2528
|
drafts: [{
|
|
2645
2529
|
readonly sourceField: string[];
|
|
2646
|
-
readonly destField: ("type" | "status" | "id" | "
|
|
2530
|
+
readonly destField: ("type" | "status" | "id" | "userId" | "accountId" | "fromAliasId" | "fromEmail" | "fromName" | "referencedMessageId" | "scheduledFor" | "updatedAt" | "body" | "error" | "subject")[];
|
|
2647
2531
|
readonly destSchema: "draft";
|
|
2648
2532
|
readonly cardinality: "many";
|
|
2649
2533
|
}];
|
|
2650
2534
|
pushNotificationTokens: [{
|
|
2651
2535
|
readonly sourceField: string[];
|
|
2652
|
-
readonly destField: ("
|
|
2536
|
+
readonly destField: ("id" | "createdAt" | "token" | "userId")[];
|
|
2653
2537
|
readonly destSchema: "userPushNotificationToken";
|
|
2654
2538
|
readonly cardinality: "many";
|
|
2655
2539
|
}];
|
|
2656
2540
|
threads: [{
|
|
2657
2541
|
readonly sourceField: string[];
|
|
2658
|
-
readonly destField: ("id" | "
|
|
2542
|
+
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "latestMessageDate" | "seen" | "words")[];
|
|
2659
2543
|
readonly destSchema: "thread";
|
|
2660
2544
|
readonly cardinality: "many";
|
|
2661
2545
|
}];
|
|
@@ -2663,7 +2547,7 @@ export declare const marcoZero: {
|
|
|
2663
2547
|
readonly userPushNotificationToken: {
|
|
2664
2548
|
user: [{
|
|
2665
2549
|
readonly sourceField: string[];
|
|
2666
|
-
readonly destField: ("id" | "
|
|
2550
|
+
readonly destField: ("id" | "profilePicture" | "undoSendEnabled" | "name")[];
|
|
2667
2551
|
readonly destSchema: "user";
|
|
2668
2552
|
readonly cardinality: "one";
|
|
2669
2553
|
}];
|
|
@@ -2671,7 +2555,7 @@ export declare const marcoZero: {
|
|
|
2671
2555
|
readonly contact: {
|
|
2672
2556
|
user: [{
|
|
2673
2557
|
readonly sourceField: string[];
|
|
2674
|
-
readonly destField: ("id" | "
|
|
2558
|
+
readonly destField: ("id" | "profilePicture" | "undoSendEnabled" | "name")[];
|
|
2675
2559
|
readonly destSchema: "user";
|
|
2676
2560
|
readonly cardinality: "one";
|
|
2677
2561
|
}];
|
|
@@ -2685,7 +2569,7 @@ export declare const marcoZero: {
|
|
|
2685
2569
|
}];
|
|
2686
2570
|
drafts: [{
|
|
2687
2571
|
readonly sourceField: string[];
|
|
2688
|
-
readonly destField: ("type" | "status" | "id" | "
|
|
2572
|
+
readonly destField: ("type" | "status" | "id" | "userId" | "accountId" | "fromAliasId" | "fromEmail" | "fromName" | "referencedMessageId" | "scheduledFor" | "updatedAt" | "body" | "error" | "subject")[];
|
|
2689
2573
|
readonly destSchema: "draft";
|
|
2690
2574
|
readonly cardinality: "many";
|
|
2691
2575
|
}];
|
|
@@ -2703,13 +2587,13 @@ export declare const marcoZero: {
|
|
|
2703
2587
|
}];
|
|
2704
2588
|
threads: [{
|
|
2705
2589
|
readonly sourceField: string[];
|
|
2706
|
-
readonly destField: ("id" | "
|
|
2590
|
+
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "latestMessageDate" | "seen" | "words")[];
|
|
2707
2591
|
readonly destSchema: "thread";
|
|
2708
2592
|
readonly cardinality: "many";
|
|
2709
2593
|
}];
|
|
2710
2594
|
user: [{
|
|
2711
2595
|
readonly sourceField: string[];
|
|
2712
|
-
readonly destField: ("id" | "
|
|
2596
|
+
readonly destField: ("id" | "profilePicture" | "undoSendEnabled" | "name")[];
|
|
2713
2597
|
readonly destSchema: "user";
|
|
2714
2598
|
readonly cardinality: "one";
|
|
2715
2599
|
}];
|
|
@@ -2717,7 +2601,7 @@ export declare const marcoZero: {
|
|
|
2717
2601
|
readonly accountAlias: {
|
|
2718
2602
|
account: [{
|
|
2719
2603
|
readonly sourceField: string[];
|
|
2720
|
-
readonly destField: ("id" | "
|
|
2604
|
+
readonly destField: ("id" | "userId" | "color" | "displayName" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
|
|
2721
2605
|
readonly destSchema: "account";
|
|
2722
2606
|
readonly cardinality: "one";
|
|
2723
2607
|
}];
|
|
@@ -2725,29 +2609,18 @@ export declare const marcoZero: {
|
|
|
2725
2609
|
readonly accountLabel: {
|
|
2726
2610
|
account: [{
|
|
2727
2611
|
readonly sourceField: string[];
|
|
2728
|
-
readonly destField: ("id" | "
|
|
2612
|
+
readonly destField: ("id" | "userId" | "color" | "displayName" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
|
|
2729
2613
|
readonly destSchema: "account";
|
|
2730
2614
|
readonly cardinality: "one";
|
|
2731
2615
|
}];
|
|
2732
|
-
threadMessages: [{
|
|
2733
|
-
readonly sourceField: string[];
|
|
2734
|
-
readonly destField: ("labelId" | "threadMessageId")[];
|
|
2735
|
-
readonly destSchema: "threadMessageLabel";
|
|
2736
|
-
readonly cardinality: "many";
|
|
2737
|
-
}, {
|
|
2738
|
-
readonly sourceField: string[];
|
|
2739
|
-
readonly destField: ("threadId" | "id" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
2740
|
-
readonly destSchema: "threadMessage";
|
|
2741
|
-
readonly cardinality: "many";
|
|
2742
|
-
}];
|
|
2743
2616
|
threads: [{
|
|
2744
2617
|
readonly sourceField: string[];
|
|
2745
|
-
readonly destField: ("
|
|
2618
|
+
readonly destField: ("labelId" | "threadId")[];
|
|
2746
2619
|
readonly destSchema: "threadLabel";
|
|
2747
2620
|
readonly cardinality: "many";
|
|
2748
2621
|
}, {
|
|
2749
2622
|
readonly sourceField: string[];
|
|
2750
|
-
readonly destField: ("id" | "
|
|
2623
|
+
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "latestMessageDate" | "seen" | "words")[];
|
|
2751
2624
|
readonly destSchema: "thread";
|
|
2752
2625
|
readonly cardinality: "many";
|
|
2753
2626
|
}];
|
|
@@ -2755,13 +2628,13 @@ export declare const marcoZero: {
|
|
|
2755
2628
|
readonly draft: {
|
|
2756
2629
|
account: [{
|
|
2757
2630
|
readonly sourceField: string[];
|
|
2758
|
-
readonly destField: ("id" | "
|
|
2631
|
+
readonly destField: ("id" | "userId" | "color" | "displayName" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
|
|
2759
2632
|
readonly destSchema: "account";
|
|
2760
2633
|
readonly cardinality: "one";
|
|
2761
2634
|
}];
|
|
2762
2635
|
attachments: [{
|
|
2763
2636
|
readonly sourceField: string[];
|
|
2764
|
-
readonly destField: ("id" | "failed" | "fileName" | "mimeType" | "totalChunks" | "totalSize" | "uploadedChunks"
|
|
2637
|
+
readonly destField: ("id" | "draftId" | "failed" | "fileName" | "mimeType" | "totalChunks" | "totalSize" | "uploadedChunks")[];
|
|
2765
2638
|
readonly destSchema: "draftAttachment";
|
|
2766
2639
|
readonly cardinality: "many";
|
|
2767
2640
|
}];
|
|
@@ -2773,7 +2646,7 @@ export declare const marcoZero: {
|
|
|
2773
2646
|
}];
|
|
2774
2647
|
user: [{
|
|
2775
2648
|
readonly sourceField: string[];
|
|
2776
|
-
readonly destField: ("id" | "
|
|
2649
|
+
readonly destField: ("id" | "profilePicture" | "undoSendEnabled" | "name")[];
|
|
2777
2650
|
readonly destSchema: "user";
|
|
2778
2651
|
readonly cardinality: "one";
|
|
2779
2652
|
}];
|
|
@@ -2781,7 +2654,7 @@ export declare const marcoZero: {
|
|
|
2781
2654
|
readonly draftRecipient: {
|
|
2782
2655
|
draft: [{
|
|
2783
2656
|
readonly sourceField: string[];
|
|
2784
|
-
readonly destField: ("type" | "status" | "id" | "
|
|
2657
|
+
readonly destField: ("type" | "status" | "id" | "userId" | "accountId" | "fromAliasId" | "fromEmail" | "fromName" | "referencedMessageId" | "scheduledFor" | "updatedAt" | "body" | "error" | "subject")[];
|
|
2785
2658
|
readonly destSchema: "draft";
|
|
2786
2659
|
readonly cardinality: "one";
|
|
2787
2660
|
}];
|
|
@@ -2789,7 +2662,7 @@ export declare const marcoZero: {
|
|
|
2789
2662
|
readonly draftAttachment: {
|
|
2790
2663
|
draft: [{
|
|
2791
2664
|
readonly sourceField: string[];
|
|
2792
|
-
readonly destField: ("type" | "status" | "id" | "
|
|
2665
|
+
readonly destField: ("type" | "status" | "id" | "userId" | "accountId" | "fromAliasId" | "fromEmail" | "fromName" | "referencedMessageId" | "scheduledFor" | "updatedAt" | "body" | "error" | "subject")[];
|
|
2793
2666
|
readonly destSchema: "draft";
|
|
2794
2667
|
readonly cardinality: "one";
|
|
2795
2668
|
}];
|
|
@@ -2797,13 +2670,13 @@ export declare const marcoZero: {
|
|
|
2797
2670
|
readonly thread: {
|
|
2798
2671
|
account: [{
|
|
2799
2672
|
readonly sourceField: string[];
|
|
2800
|
-
readonly destField: ("id" | "
|
|
2673
|
+
readonly destField: ("id" | "userId" | "color" | "displayName" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
|
|
2801
2674
|
readonly destSchema: "account";
|
|
2802
2675
|
readonly cardinality: "one";
|
|
2803
2676
|
}];
|
|
2804
2677
|
labels: [{
|
|
2805
2678
|
readonly sourceField: string[];
|
|
2806
|
-
readonly destField: ("
|
|
2679
|
+
readonly destField: ("labelId" | "threadId")[];
|
|
2807
2680
|
readonly destSchema: "threadLabel";
|
|
2808
2681
|
readonly cardinality: "many";
|
|
2809
2682
|
}, {
|
|
@@ -2814,13 +2687,13 @@ export declare const marcoZero: {
|
|
|
2814
2687
|
}];
|
|
2815
2688
|
messages: [{
|
|
2816
2689
|
readonly sourceField: string[];
|
|
2817
|
-
readonly destField: ("
|
|
2690
|
+
readonly destField: ("id" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
2818
2691
|
readonly destSchema: "threadMessage";
|
|
2819
2692
|
readonly cardinality: "many";
|
|
2820
2693
|
}];
|
|
2821
2694
|
user: [{
|
|
2822
2695
|
readonly sourceField: string[];
|
|
2823
|
-
readonly destField: ("id" | "
|
|
2696
|
+
readonly destField: ("id" | "profilePicture" | "undoSendEnabled" | "name")[];
|
|
2824
2697
|
readonly destSchema: "user";
|
|
2825
2698
|
readonly cardinality: "one";
|
|
2826
2699
|
}];
|
|
@@ -2834,7 +2707,7 @@ export declare const marcoZero: {
|
|
|
2834
2707
|
}];
|
|
2835
2708
|
thread: [{
|
|
2836
2709
|
readonly sourceField: string[];
|
|
2837
|
-
readonly destField: ("id" | "
|
|
2710
|
+
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "latestMessageDate" | "seen" | "words")[];
|
|
2838
2711
|
readonly destSchema: "thread";
|
|
2839
2712
|
readonly cardinality: "one";
|
|
2840
2713
|
}];
|
|
@@ -2854,7 +2727,7 @@ export declare const marcoZero: {
|
|
|
2854
2727
|
}];
|
|
2855
2728
|
thread: [{
|
|
2856
2729
|
readonly sourceField: string[];
|
|
2857
|
-
readonly destField: ("id" | "
|
|
2730
|
+
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "latestMessageDate" | "seen" | "words")[];
|
|
2858
2731
|
readonly destSchema: "thread";
|
|
2859
2732
|
readonly cardinality: "one";
|
|
2860
2733
|
}];
|
|
@@ -2862,7 +2735,7 @@ export declare const marcoZero: {
|
|
|
2862
2735
|
readonly threadMessageRecipient: {
|
|
2863
2736
|
message: [{
|
|
2864
2737
|
readonly sourceField: string[];
|
|
2865
|
-
readonly destField: ("
|
|
2738
|
+
readonly destField: ("id" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
2866
2739
|
readonly destSchema: "threadMessage";
|
|
2867
2740
|
readonly cardinality: "one";
|
|
2868
2741
|
}];
|
|
@@ -2870,21 +2743,7 @@ export declare const marcoZero: {
|
|
|
2870
2743
|
readonly threadMessageAttachment: {
|
|
2871
2744
|
message: [{
|
|
2872
2745
|
readonly sourceField: string[];
|
|
2873
|
-
readonly destField: ("
|
|
2874
|
-
readonly destSchema: "threadMessage";
|
|
2875
|
-
readonly cardinality: "one";
|
|
2876
|
-
}];
|
|
2877
|
-
};
|
|
2878
|
-
readonly threadMessageLabel: {
|
|
2879
|
-
label: [{
|
|
2880
|
-
readonly sourceField: string[];
|
|
2881
|
-
readonly destField: ("id" | "accountId" | "path" | "specialUse")[];
|
|
2882
|
-
readonly destSchema: "accountLabel";
|
|
2883
|
-
readonly cardinality: "one";
|
|
2884
|
-
}];
|
|
2885
|
-
message: [{
|
|
2886
|
-
readonly sourceField: string[];
|
|
2887
|
-
readonly destField: ("threadId" | "id" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
2746
|
+
readonly destField: ("id" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
2888
2747
|
readonly destSchema: "threadMessage";
|
|
2889
2748
|
readonly cardinality: "one";
|
|
2890
2749
|
}];
|
|
@@ -3600,58 +3459,36 @@ export declare const marcoZero: {
|
|
|
3600
3459
|
} & {
|
|
3601
3460
|
primaryKey: ["id"];
|
|
3602
3461
|
};
|
|
3603
|
-
readonly threadMessageLabel: {
|
|
3604
|
-
name: "threadMessageLabel";
|
|
3605
|
-
columns: {
|
|
3606
|
-
readonly labelId: {
|
|
3607
|
-
type: "string";
|
|
3608
|
-
optional: false;
|
|
3609
|
-
customType: string;
|
|
3610
|
-
} & {
|
|
3611
|
-
serverName: string;
|
|
3612
|
-
};
|
|
3613
|
-
readonly threadMessageId: {
|
|
3614
|
-
type: "string";
|
|
3615
|
-
optional: false;
|
|
3616
|
-
customType: string;
|
|
3617
|
-
} & {
|
|
3618
|
-
serverName: string;
|
|
3619
|
-
};
|
|
3620
|
-
};
|
|
3621
|
-
primaryKey: readonly [string, ...string[]];
|
|
3622
|
-
} & {
|
|
3623
|
-
primaryKey: ["threadMessageId", "labelId"];
|
|
3624
|
-
};
|
|
3625
3462
|
};
|
|
3626
3463
|
relationships: {
|
|
3627
3464
|
readonly user: {
|
|
3628
3465
|
accounts: [{
|
|
3629
3466
|
readonly sourceField: string[];
|
|
3630
|
-
readonly destField: ("id" | "
|
|
3467
|
+
readonly destField: ("id" | "userId" | "color" | "displayName" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
|
|
3631
3468
|
readonly destSchema: "account";
|
|
3632
3469
|
readonly cardinality: "many";
|
|
3633
3470
|
}];
|
|
3634
3471
|
contacts: [{
|
|
3635
3472
|
readonly sourceField: string[];
|
|
3636
|
-
readonly destField: ("id" | "name" | "
|
|
3473
|
+
readonly destField: ("id" | "name" | "userId" | "emailAddress")[];
|
|
3637
3474
|
readonly destSchema: "contact";
|
|
3638
3475
|
readonly cardinality: "many";
|
|
3639
3476
|
}];
|
|
3640
3477
|
drafts: [{
|
|
3641
3478
|
readonly sourceField: string[];
|
|
3642
|
-
readonly destField: ("type" | "status" | "id" | "
|
|
3479
|
+
readonly destField: ("type" | "status" | "id" | "userId" | "accountId" | "fromAliasId" | "fromEmail" | "fromName" | "referencedMessageId" | "scheduledFor" | "updatedAt" | "body" | "error" | "subject")[];
|
|
3643
3480
|
readonly destSchema: "draft";
|
|
3644
3481
|
readonly cardinality: "many";
|
|
3645
3482
|
}];
|
|
3646
3483
|
pushNotificationTokens: [{
|
|
3647
3484
|
readonly sourceField: string[];
|
|
3648
|
-
readonly destField: ("
|
|
3485
|
+
readonly destField: ("id" | "createdAt" | "token" | "userId")[];
|
|
3649
3486
|
readonly destSchema: "userPushNotificationToken";
|
|
3650
3487
|
readonly cardinality: "many";
|
|
3651
3488
|
}];
|
|
3652
3489
|
threads: [{
|
|
3653
3490
|
readonly sourceField: string[];
|
|
3654
|
-
readonly destField: ("id" | "
|
|
3491
|
+
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "latestMessageDate" | "seen" | "words")[];
|
|
3655
3492
|
readonly destSchema: "thread";
|
|
3656
3493
|
readonly cardinality: "many";
|
|
3657
3494
|
}];
|
|
@@ -3659,7 +3496,7 @@ export declare const marcoZero: {
|
|
|
3659
3496
|
readonly userPushNotificationToken: {
|
|
3660
3497
|
user: [{
|
|
3661
3498
|
readonly sourceField: string[];
|
|
3662
|
-
readonly destField: ("id" | "
|
|
3499
|
+
readonly destField: ("id" | "profilePicture" | "undoSendEnabled" | "name")[];
|
|
3663
3500
|
readonly destSchema: "user";
|
|
3664
3501
|
readonly cardinality: "one";
|
|
3665
3502
|
}];
|
|
@@ -3667,7 +3504,7 @@ export declare const marcoZero: {
|
|
|
3667
3504
|
readonly contact: {
|
|
3668
3505
|
user: [{
|
|
3669
3506
|
readonly sourceField: string[];
|
|
3670
|
-
readonly destField: ("id" | "
|
|
3507
|
+
readonly destField: ("id" | "profilePicture" | "undoSendEnabled" | "name")[];
|
|
3671
3508
|
readonly destSchema: "user";
|
|
3672
3509
|
readonly cardinality: "one";
|
|
3673
3510
|
}];
|
|
@@ -3681,7 +3518,7 @@ export declare const marcoZero: {
|
|
|
3681
3518
|
}];
|
|
3682
3519
|
drafts: [{
|
|
3683
3520
|
readonly sourceField: string[];
|
|
3684
|
-
readonly destField: ("type" | "status" | "id" | "
|
|
3521
|
+
readonly destField: ("type" | "status" | "id" | "userId" | "accountId" | "fromAliasId" | "fromEmail" | "fromName" | "referencedMessageId" | "scheduledFor" | "updatedAt" | "body" | "error" | "subject")[];
|
|
3685
3522
|
readonly destSchema: "draft";
|
|
3686
3523
|
readonly cardinality: "many";
|
|
3687
3524
|
}];
|
|
@@ -3699,13 +3536,13 @@ export declare const marcoZero: {
|
|
|
3699
3536
|
}];
|
|
3700
3537
|
threads: [{
|
|
3701
3538
|
readonly sourceField: string[];
|
|
3702
|
-
readonly destField: ("id" | "
|
|
3539
|
+
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "latestMessageDate" | "seen" | "words")[];
|
|
3703
3540
|
readonly destSchema: "thread";
|
|
3704
3541
|
readonly cardinality: "many";
|
|
3705
3542
|
}];
|
|
3706
3543
|
user: [{
|
|
3707
3544
|
readonly sourceField: string[];
|
|
3708
|
-
readonly destField: ("id" | "
|
|
3545
|
+
readonly destField: ("id" | "profilePicture" | "undoSendEnabled" | "name")[];
|
|
3709
3546
|
readonly destSchema: "user";
|
|
3710
3547
|
readonly cardinality: "one";
|
|
3711
3548
|
}];
|
|
@@ -3713,7 +3550,7 @@ export declare const marcoZero: {
|
|
|
3713
3550
|
readonly accountAlias: {
|
|
3714
3551
|
account: [{
|
|
3715
3552
|
readonly sourceField: string[];
|
|
3716
|
-
readonly destField: ("id" | "
|
|
3553
|
+
readonly destField: ("id" | "userId" | "color" | "displayName" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
|
|
3717
3554
|
readonly destSchema: "account";
|
|
3718
3555
|
readonly cardinality: "one";
|
|
3719
3556
|
}];
|
|
@@ -3721,29 +3558,18 @@ export declare const marcoZero: {
|
|
|
3721
3558
|
readonly accountLabel: {
|
|
3722
3559
|
account: [{
|
|
3723
3560
|
readonly sourceField: string[];
|
|
3724
|
-
readonly destField: ("id" | "
|
|
3561
|
+
readonly destField: ("id" | "userId" | "color" | "displayName" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
|
|
3725
3562
|
readonly destSchema: "account";
|
|
3726
3563
|
readonly cardinality: "one";
|
|
3727
3564
|
}];
|
|
3728
|
-
threadMessages: [{
|
|
3729
|
-
readonly sourceField: string[];
|
|
3730
|
-
readonly destField: ("labelId" | "threadMessageId")[];
|
|
3731
|
-
readonly destSchema: "threadMessageLabel";
|
|
3732
|
-
readonly cardinality: "many";
|
|
3733
|
-
}, {
|
|
3734
|
-
readonly sourceField: string[];
|
|
3735
|
-
readonly destField: ("threadId" | "id" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
3736
|
-
readonly destSchema: "threadMessage";
|
|
3737
|
-
readonly cardinality: "many";
|
|
3738
|
-
}];
|
|
3739
3565
|
threads: [{
|
|
3740
3566
|
readonly sourceField: string[];
|
|
3741
|
-
readonly destField: ("
|
|
3567
|
+
readonly destField: ("labelId" | "threadId")[];
|
|
3742
3568
|
readonly destSchema: "threadLabel";
|
|
3743
3569
|
readonly cardinality: "many";
|
|
3744
3570
|
}, {
|
|
3745
3571
|
readonly sourceField: string[];
|
|
3746
|
-
readonly destField: ("id" | "
|
|
3572
|
+
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "latestMessageDate" | "seen" | "words")[];
|
|
3747
3573
|
readonly destSchema: "thread";
|
|
3748
3574
|
readonly cardinality: "many";
|
|
3749
3575
|
}];
|
|
@@ -3751,13 +3577,13 @@ export declare const marcoZero: {
|
|
|
3751
3577
|
readonly draft: {
|
|
3752
3578
|
account: [{
|
|
3753
3579
|
readonly sourceField: string[];
|
|
3754
|
-
readonly destField: ("id" | "
|
|
3580
|
+
readonly destField: ("id" | "userId" | "color" | "displayName" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
|
|
3755
3581
|
readonly destSchema: "account";
|
|
3756
3582
|
readonly cardinality: "one";
|
|
3757
3583
|
}];
|
|
3758
3584
|
attachments: [{
|
|
3759
3585
|
readonly sourceField: string[];
|
|
3760
|
-
readonly destField: ("id" | "failed" | "fileName" | "mimeType" | "totalChunks" | "totalSize" | "uploadedChunks"
|
|
3586
|
+
readonly destField: ("id" | "draftId" | "failed" | "fileName" | "mimeType" | "totalChunks" | "totalSize" | "uploadedChunks")[];
|
|
3761
3587
|
readonly destSchema: "draftAttachment";
|
|
3762
3588
|
readonly cardinality: "many";
|
|
3763
3589
|
}];
|
|
@@ -3769,7 +3595,7 @@ export declare const marcoZero: {
|
|
|
3769
3595
|
}];
|
|
3770
3596
|
user: [{
|
|
3771
3597
|
readonly sourceField: string[];
|
|
3772
|
-
readonly destField: ("id" | "
|
|
3598
|
+
readonly destField: ("id" | "profilePicture" | "undoSendEnabled" | "name")[];
|
|
3773
3599
|
readonly destSchema: "user";
|
|
3774
3600
|
readonly cardinality: "one";
|
|
3775
3601
|
}];
|
|
@@ -3777,7 +3603,7 @@ export declare const marcoZero: {
|
|
|
3777
3603
|
readonly draftRecipient: {
|
|
3778
3604
|
draft: [{
|
|
3779
3605
|
readonly sourceField: string[];
|
|
3780
|
-
readonly destField: ("type" | "status" | "id" | "
|
|
3606
|
+
readonly destField: ("type" | "status" | "id" | "userId" | "accountId" | "fromAliasId" | "fromEmail" | "fromName" | "referencedMessageId" | "scheduledFor" | "updatedAt" | "body" | "error" | "subject")[];
|
|
3781
3607
|
readonly destSchema: "draft";
|
|
3782
3608
|
readonly cardinality: "one";
|
|
3783
3609
|
}];
|
|
@@ -3785,7 +3611,7 @@ export declare const marcoZero: {
|
|
|
3785
3611
|
readonly draftAttachment: {
|
|
3786
3612
|
draft: [{
|
|
3787
3613
|
readonly sourceField: string[];
|
|
3788
|
-
readonly destField: ("type" | "status" | "id" | "
|
|
3614
|
+
readonly destField: ("type" | "status" | "id" | "userId" | "accountId" | "fromAliasId" | "fromEmail" | "fromName" | "referencedMessageId" | "scheduledFor" | "updatedAt" | "body" | "error" | "subject")[];
|
|
3789
3615
|
readonly destSchema: "draft";
|
|
3790
3616
|
readonly cardinality: "one";
|
|
3791
3617
|
}];
|
|
@@ -3793,13 +3619,13 @@ export declare const marcoZero: {
|
|
|
3793
3619
|
readonly thread: {
|
|
3794
3620
|
account: [{
|
|
3795
3621
|
readonly sourceField: string[];
|
|
3796
|
-
readonly destField: ("id" | "
|
|
3622
|
+
readonly destField: ("id" | "userId" | "color" | "displayName" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
|
|
3797
3623
|
readonly destSchema: "account";
|
|
3798
3624
|
readonly cardinality: "one";
|
|
3799
3625
|
}];
|
|
3800
3626
|
labels: [{
|
|
3801
3627
|
readonly sourceField: string[];
|
|
3802
|
-
readonly destField: ("
|
|
3628
|
+
readonly destField: ("labelId" | "threadId")[];
|
|
3803
3629
|
readonly destSchema: "threadLabel";
|
|
3804
3630
|
readonly cardinality: "many";
|
|
3805
3631
|
}, {
|
|
@@ -3810,13 +3636,13 @@ export declare const marcoZero: {
|
|
|
3810
3636
|
}];
|
|
3811
3637
|
messages: [{
|
|
3812
3638
|
readonly sourceField: string[];
|
|
3813
|
-
readonly destField: ("
|
|
3639
|
+
readonly destField: ("id" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
3814
3640
|
readonly destSchema: "threadMessage";
|
|
3815
3641
|
readonly cardinality: "many";
|
|
3816
3642
|
}];
|
|
3817
3643
|
user: [{
|
|
3818
3644
|
readonly sourceField: string[];
|
|
3819
|
-
readonly destField: ("id" | "
|
|
3645
|
+
readonly destField: ("id" | "profilePicture" | "undoSendEnabled" | "name")[];
|
|
3820
3646
|
readonly destSchema: "user";
|
|
3821
3647
|
readonly cardinality: "one";
|
|
3822
3648
|
}];
|
|
@@ -3830,7 +3656,7 @@ export declare const marcoZero: {
|
|
|
3830
3656
|
}];
|
|
3831
3657
|
thread: [{
|
|
3832
3658
|
readonly sourceField: string[];
|
|
3833
|
-
readonly destField: ("id" | "
|
|
3659
|
+
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "latestMessageDate" | "seen" | "words")[];
|
|
3834
3660
|
readonly destSchema: "thread";
|
|
3835
3661
|
readonly cardinality: "one";
|
|
3836
3662
|
}];
|
|
@@ -3850,7 +3676,7 @@ export declare const marcoZero: {
|
|
|
3850
3676
|
}];
|
|
3851
3677
|
thread: [{
|
|
3852
3678
|
readonly sourceField: string[];
|
|
3853
|
-
readonly destField: ("id" | "
|
|
3679
|
+
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "latestMessageDate" | "seen" | "words")[];
|
|
3854
3680
|
readonly destSchema: "thread";
|
|
3855
3681
|
readonly cardinality: "one";
|
|
3856
3682
|
}];
|
|
@@ -3858,7 +3684,7 @@ export declare const marcoZero: {
|
|
|
3858
3684
|
readonly threadMessageRecipient: {
|
|
3859
3685
|
message: [{
|
|
3860
3686
|
readonly sourceField: string[];
|
|
3861
|
-
readonly destField: ("
|
|
3687
|
+
readonly destField: ("id" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
3862
3688
|
readonly destSchema: "threadMessage";
|
|
3863
3689
|
readonly cardinality: "one";
|
|
3864
3690
|
}];
|
|
@@ -3866,21 +3692,7 @@ export declare const marcoZero: {
|
|
|
3866
3692
|
readonly threadMessageAttachment: {
|
|
3867
3693
|
message: [{
|
|
3868
3694
|
readonly sourceField: string[];
|
|
3869
|
-
readonly destField: ("
|
|
3870
|
-
readonly destSchema: "threadMessage";
|
|
3871
|
-
readonly cardinality: "one";
|
|
3872
|
-
}];
|
|
3873
|
-
};
|
|
3874
|
-
readonly threadMessageLabel: {
|
|
3875
|
-
label: [{
|
|
3876
|
-
readonly sourceField: string[];
|
|
3877
|
-
readonly destField: ("id" | "accountId" | "path" | "specialUse")[];
|
|
3878
|
-
readonly destSchema: "accountLabel";
|
|
3879
|
-
readonly cardinality: "one";
|
|
3880
|
-
}];
|
|
3881
|
-
message: [{
|
|
3882
|
-
readonly sourceField: string[];
|
|
3883
|
-
readonly destField: ("threadId" | "id" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
3695
|
+
readonly destField: ("id" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
3884
3696
|
readonly destSchema: "threadMessage";
|
|
3885
3697
|
readonly cardinality: "one";
|
|
3886
3698
|
}];
|
|
@@ -4601,58 +4413,36 @@ export declare const marcoZero: {
|
|
|
4601
4413
|
} & {
|
|
4602
4414
|
primaryKey: ["id"];
|
|
4603
4415
|
};
|
|
4604
|
-
readonly threadMessageLabel: {
|
|
4605
|
-
name: "threadMessageLabel";
|
|
4606
|
-
columns: {
|
|
4607
|
-
readonly labelId: {
|
|
4608
|
-
type: "string";
|
|
4609
|
-
optional: false;
|
|
4610
|
-
customType: string;
|
|
4611
|
-
} & {
|
|
4612
|
-
serverName: string;
|
|
4613
|
-
};
|
|
4614
|
-
readonly threadMessageId: {
|
|
4615
|
-
type: "string";
|
|
4616
|
-
optional: false;
|
|
4617
|
-
customType: string;
|
|
4618
|
-
} & {
|
|
4619
|
-
serverName: string;
|
|
4620
|
-
};
|
|
4621
|
-
};
|
|
4622
|
-
primaryKey: readonly [string, ...string[]];
|
|
4623
|
-
} & {
|
|
4624
|
-
primaryKey: ["threadMessageId", "labelId"];
|
|
4625
|
-
};
|
|
4626
4416
|
};
|
|
4627
4417
|
relationships: {
|
|
4628
4418
|
readonly user: {
|
|
4629
4419
|
accounts: [{
|
|
4630
4420
|
readonly sourceField: string[];
|
|
4631
|
-
readonly destField: ("id" | "
|
|
4421
|
+
readonly destField: ("id" | "userId" | "color" | "displayName" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
|
|
4632
4422
|
readonly destSchema: "account";
|
|
4633
4423
|
readonly cardinality: "many";
|
|
4634
4424
|
}];
|
|
4635
4425
|
contacts: [{
|
|
4636
4426
|
readonly sourceField: string[];
|
|
4637
|
-
readonly destField: ("id" | "name" | "
|
|
4427
|
+
readonly destField: ("id" | "name" | "userId" | "emailAddress")[];
|
|
4638
4428
|
readonly destSchema: "contact";
|
|
4639
4429
|
readonly cardinality: "many";
|
|
4640
4430
|
}];
|
|
4641
4431
|
drafts: [{
|
|
4642
4432
|
readonly sourceField: string[];
|
|
4643
|
-
readonly destField: ("type" | "status" | "id" | "
|
|
4433
|
+
readonly destField: ("type" | "status" | "id" | "userId" | "accountId" | "fromAliasId" | "fromEmail" | "fromName" | "referencedMessageId" | "scheduledFor" | "updatedAt" | "body" | "error" | "subject")[];
|
|
4644
4434
|
readonly destSchema: "draft";
|
|
4645
4435
|
readonly cardinality: "many";
|
|
4646
4436
|
}];
|
|
4647
4437
|
pushNotificationTokens: [{
|
|
4648
4438
|
readonly sourceField: string[];
|
|
4649
|
-
readonly destField: ("
|
|
4439
|
+
readonly destField: ("id" | "createdAt" | "token" | "userId")[];
|
|
4650
4440
|
readonly destSchema: "userPushNotificationToken";
|
|
4651
4441
|
readonly cardinality: "many";
|
|
4652
4442
|
}];
|
|
4653
4443
|
threads: [{
|
|
4654
4444
|
readonly sourceField: string[];
|
|
4655
|
-
readonly destField: ("id" | "
|
|
4445
|
+
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "latestMessageDate" | "seen" | "words")[];
|
|
4656
4446
|
readonly destSchema: "thread";
|
|
4657
4447
|
readonly cardinality: "many";
|
|
4658
4448
|
}];
|
|
@@ -4660,7 +4450,7 @@ export declare const marcoZero: {
|
|
|
4660
4450
|
readonly userPushNotificationToken: {
|
|
4661
4451
|
user: [{
|
|
4662
4452
|
readonly sourceField: string[];
|
|
4663
|
-
readonly destField: ("id" | "
|
|
4453
|
+
readonly destField: ("id" | "profilePicture" | "undoSendEnabled" | "name")[];
|
|
4664
4454
|
readonly destSchema: "user";
|
|
4665
4455
|
readonly cardinality: "one";
|
|
4666
4456
|
}];
|
|
@@ -4668,7 +4458,7 @@ export declare const marcoZero: {
|
|
|
4668
4458
|
readonly contact: {
|
|
4669
4459
|
user: [{
|
|
4670
4460
|
readonly sourceField: string[];
|
|
4671
|
-
readonly destField: ("id" | "
|
|
4461
|
+
readonly destField: ("id" | "profilePicture" | "undoSendEnabled" | "name")[];
|
|
4672
4462
|
readonly destSchema: "user";
|
|
4673
4463
|
readonly cardinality: "one";
|
|
4674
4464
|
}];
|
|
@@ -4682,7 +4472,7 @@ export declare const marcoZero: {
|
|
|
4682
4472
|
}];
|
|
4683
4473
|
drafts: [{
|
|
4684
4474
|
readonly sourceField: string[];
|
|
4685
|
-
readonly destField: ("type" | "status" | "id" | "
|
|
4475
|
+
readonly destField: ("type" | "status" | "id" | "userId" | "accountId" | "fromAliasId" | "fromEmail" | "fromName" | "referencedMessageId" | "scheduledFor" | "updatedAt" | "body" | "error" | "subject")[];
|
|
4686
4476
|
readonly destSchema: "draft";
|
|
4687
4477
|
readonly cardinality: "many";
|
|
4688
4478
|
}];
|
|
@@ -4700,13 +4490,13 @@ export declare const marcoZero: {
|
|
|
4700
4490
|
}];
|
|
4701
4491
|
threads: [{
|
|
4702
4492
|
readonly sourceField: string[];
|
|
4703
|
-
readonly destField: ("id" | "
|
|
4493
|
+
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "latestMessageDate" | "seen" | "words")[];
|
|
4704
4494
|
readonly destSchema: "thread";
|
|
4705
4495
|
readonly cardinality: "many";
|
|
4706
4496
|
}];
|
|
4707
4497
|
user: [{
|
|
4708
4498
|
readonly sourceField: string[];
|
|
4709
|
-
readonly destField: ("id" | "
|
|
4499
|
+
readonly destField: ("id" | "profilePicture" | "undoSendEnabled" | "name")[];
|
|
4710
4500
|
readonly destSchema: "user";
|
|
4711
4501
|
readonly cardinality: "one";
|
|
4712
4502
|
}];
|
|
@@ -4714,7 +4504,7 @@ export declare const marcoZero: {
|
|
|
4714
4504
|
readonly accountAlias: {
|
|
4715
4505
|
account: [{
|
|
4716
4506
|
readonly sourceField: string[];
|
|
4717
|
-
readonly destField: ("id" | "
|
|
4507
|
+
readonly destField: ("id" | "userId" | "color" | "displayName" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
|
|
4718
4508
|
readonly destSchema: "account";
|
|
4719
4509
|
readonly cardinality: "one";
|
|
4720
4510
|
}];
|
|
@@ -4722,29 +4512,18 @@ export declare const marcoZero: {
|
|
|
4722
4512
|
readonly accountLabel: {
|
|
4723
4513
|
account: [{
|
|
4724
4514
|
readonly sourceField: string[];
|
|
4725
|
-
readonly destField: ("id" | "
|
|
4515
|
+
readonly destField: ("id" | "userId" | "color" | "displayName" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
|
|
4726
4516
|
readonly destSchema: "account";
|
|
4727
4517
|
readonly cardinality: "one";
|
|
4728
4518
|
}];
|
|
4729
|
-
threadMessages: [{
|
|
4730
|
-
readonly sourceField: string[];
|
|
4731
|
-
readonly destField: ("labelId" | "threadMessageId")[];
|
|
4732
|
-
readonly destSchema: "threadMessageLabel";
|
|
4733
|
-
readonly cardinality: "many";
|
|
4734
|
-
}, {
|
|
4735
|
-
readonly sourceField: string[];
|
|
4736
|
-
readonly destField: ("threadId" | "id" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
4737
|
-
readonly destSchema: "threadMessage";
|
|
4738
|
-
readonly cardinality: "many";
|
|
4739
|
-
}];
|
|
4740
4519
|
threads: [{
|
|
4741
4520
|
readonly sourceField: string[];
|
|
4742
|
-
readonly destField: ("
|
|
4521
|
+
readonly destField: ("labelId" | "threadId")[];
|
|
4743
4522
|
readonly destSchema: "threadLabel";
|
|
4744
4523
|
readonly cardinality: "many";
|
|
4745
4524
|
}, {
|
|
4746
4525
|
readonly sourceField: string[];
|
|
4747
|
-
readonly destField: ("id" | "
|
|
4526
|
+
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "latestMessageDate" | "seen" | "words")[];
|
|
4748
4527
|
readonly destSchema: "thread";
|
|
4749
4528
|
readonly cardinality: "many";
|
|
4750
4529
|
}];
|
|
@@ -4752,13 +4531,13 @@ export declare const marcoZero: {
|
|
|
4752
4531
|
readonly draft: {
|
|
4753
4532
|
account: [{
|
|
4754
4533
|
readonly sourceField: string[];
|
|
4755
|
-
readonly destField: ("id" | "
|
|
4534
|
+
readonly destField: ("id" | "userId" | "color" | "displayName" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
|
|
4756
4535
|
readonly destSchema: "account";
|
|
4757
4536
|
readonly cardinality: "one";
|
|
4758
4537
|
}];
|
|
4759
4538
|
attachments: [{
|
|
4760
4539
|
readonly sourceField: string[];
|
|
4761
|
-
readonly destField: ("id" | "failed" | "fileName" | "mimeType" | "totalChunks" | "totalSize" | "uploadedChunks"
|
|
4540
|
+
readonly destField: ("id" | "draftId" | "failed" | "fileName" | "mimeType" | "totalChunks" | "totalSize" | "uploadedChunks")[];
|
|
4762
4541
|
readonly destSchema: "draftAttachment";
|
|
4763
4542
|
readonly cardinality: "many";
|
|
4764
4543
|
}];
|
|
@@ -4770,7 +4549,7 @@ export declare const marcoZero: {
|
|
|
4770
4549
|
}];
|
|
4771
4550
|
user: [{
|
|
4772
4551
|
readonly sourceField: string[];
|
|
4773
|
-
readonly destField: ("id" | "
|
|
4552
|
+
readonly destField: ("id" | "profilePicture" | "undoSendEnabled" | "name")[];
|
|
4774
4553
|
readonly destSchema: "user";
|
|
4775
4554
|
readonly cardinality: "one";
|
|
4776
4555
|
}];
|
|
@@ -4778,7 +4557,7 @@ export declare const marcoZero: {
|
|
|
4778
4557
|
readonly draftRecipient: {
|
|
4779
4558
|
draft: [{
|
|
4780
4559
|
readonly sourceField: string[];
|
|
4781
|
-
readonly destField: ("type" | "status" | "id" | "
|
|
4560
|
+
readonly destField: ("type" | "status" | "id" | "userId" | "accountId" | "fromAliasId" | "fromEmail" | "fromName" | "referencedMessageId" | "scheduledFor" | "updatedAt" | "body" | "error" | "subject")[];
|
|
4782
4561
|
readonly destSchema: "draft";
|
|
4783
4562
|
readonly cardinality: "one";
|
|
4784
4563
|
}];
|
|
@@ -4786,7 +4565,7 @@ export declare const marcoZero: {
|
|
|
4786
4565
|
readonly draftAttachment: {
|
|
4787
4566
|
draft: [{
|
|
4788
4567
|
readonly sourceField: string[];
|
|
4789
|
-
readonly destField: ("type" | "status" | "id" | "
|
|
4568
|
+
readonly destField: ("type" | "status" | "id" | "userId" | "accountId" | "fromAliasId" | "fromEmail" | "fromName" | "referencedMessageId" | "scheduledFor" | "updatedAt" | "body" | "error" | "subject")[];
|
|
4790
4569
|
readonly destSchema: "draft";
|
|
4791
4570
|
readonly cardinality: "one";
|
|
4792
4571
|
}];
|
|
@@ -4794,13 +4573,13 @@ export declare const marcoZero: {
|
|
|
4794
4573
|
readonly thread: {
|
|
4795
4574
|
account: [{
|
|
4796
4575
|
readonly sourceField: string[];
|
|
4797
|
-
readonly destField: ("id" | "
|
|
4576
|
+
readonly destField: ("id" | "userId" | "color" | "displayName" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
|
|
4798
4577
|
readonly destSchema: "account";
|
|
4799
4578
|
readonly cardinality: "one";
|
|
4800
4579
|
}];
|
|
4801
4580
|
labels: [{
|
|
4802
4581
|
readonly sourceField: string[];
|
|
4803
|
-
readonly destField: ("
|
|
4582
|
+
readonly destField: ("labelId" | "threadId")[];
|
|
4804
4583
|
readonly destSchema: "threadLabel";
|
|
4805
4584
|
readonly cardinality: "many";
|
|
4806
4585
|
}, {
|
|
@@ -4811,13 +4590,13 @@ export declare const marcoZero: {
|
|
|
4811
4590
|
}];
|
|
4812
4591
|
messages: [{
|
|
4813
4592
|
readonly sourceField: string[];
|
|
4814
|
-
readonly destField: ("
|
|
4593
|
+
readonly destField: ("id" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
4815
4594
|
readonly destSchema: "threadMessage";
|
|
4816
4595
|
readonly cardinality: "many";
|
|
4817
4596
|
}];
|
|
4818
4597
|
user: [{
|
|
4819
4598
|
readonly sourceField: string[];
|
|
4820
|
-
readonly destField: ("id" | "
|
|
4599
|
+
readonly destField: ("id" | "profilePicture" | "undoSendEnabled" | "name")[];
|
|
4821
4600
|
readonly destSchema: "user";
|
|
4822
4601
|
readonly cardinality: "one";
|
|
4823
4602
|
}];
|
|
@@ -4831,7 +4610,7 @@ export declare const marcoZero: {
|
|
|
4831
4610
|
}];
|
|
4832
4611
|
thread: [{
|
|
4833
4612
|
readonly sourceField: string[];
|
|
4834
|
-
readonly destField: ("id" | "
|
|
4613
|
+
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "latestMessageDate" | "seen" | "words")[];
|
|
4835
4614
|
readonly destSchema: "thread";
|
|
4836
4615
|
readonly cardinality: "one";
|
|
4837
4616
|
}];
|
|
@@ -4851,7 +4630,7 @@ export declare const marcoZero: {
|
|
|
4851
4630
|
}];
|
|
4852
4631
|
thread: [{
|
|
4853
4632
|
readonly sourceField: string[];
|
|
4854
|
-
readonly destField: ("id" | "
|
|
4633
|
+
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "latestMessageDate" | "seen" | "words")[];
|
|
4855
4634
|
readonly destSchema: "thread";
|
|
4856
4635
|
readonly cardinality: "one";
|
|
4857
4636
|
}];
|
|
@@ -4859,7 +4638,7 @@ export declare const marcoZero: {
|
|
|
4859
4638
|
readonly threadMessageRecipient: {
|
|
4860
4639
|
message: [{
|
|
4861
4640
|
readonly sourceField: string[];
|
|
4862
|
-
readonly destField: ("
|
|
4641
|
+
readonly destField: ("id" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
4863
4642
|
readonly destSchema: "threadMessage";
|
|
4864
4643
|
readonly cardinality: "one";
|
|
4865
4644
|
}];
|
|
@@ -4867,21 +4646,7 @@ export declare const marcoZero: {
|
|
|
4867
4646
|
readonly threadMessageAttachment: {
|
|
4868
4647
|
message: [{
|
|
4869
4648
|
readonly sourceField: string[];
|
|
4870
|
-
readonly destField: ("
|
|
4871
|
-
readonly destSchema: "threadMessage";
|
|
4872
|
-
readonly cardinality: "one";
|
|
4873
|
-
}];
|
|
4874
|
-
};
|
|
4875
|
-
readonly threadMessageLabel: {
|
|
4876
|
-
label: [{
|
|
4877
|
-
readonly sourceField: string[];
|
|
4878
|
-
readonly destField: ("id" | "accountId" | "path" | "specialUse")[];
|
|
4879
|
-
readonly destSchema: "accountLabel";
|
|
4880
|
-
readonly cardinality: "one";
|
|
4881
|
-
}];
|
|
4882
|
-
message: [{
|
|
4883
|
-
readonly sourceField: string[];
|
|
4884
|
-
readonly destField: ("threadId" | "id" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
4649
|
+
readonly destField: ("id" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
4885
4650
|
readonly destSchema: "threadMessage";
|
|
4886
4651
|
readonly cardinality: "one";
|
|
4887
4652
|
}];
|
|
@@ -5589,58 +5354,36 @@ export declare const marcoZero: {
|
|
|
5589
5354
|
} & {
|
|
5590
5355
|
primaryKey: ["id"];
|
|
5591
5356
|
};
|
|
5592
|
-
readonly threadMessageLabel: {
|
|
5593
|
-
name: "threadMessageLabel";
|
|
5594
|
-
columns: {
|
|
5595
|
-
readonly labelId: {
|
|
5596
|
-
type: "string";
|
|
5597
|
-
optional: false;
|
|
5598
|
-
customType: string;
|
|
5599
|
-
} & {
|
|
5600
|
-
serverName: string;
|
|
5601
|
-
};
|
|
5602
|
-
readonly threadMessageId: {
|
|
5603
|
-
type: "string";
|
|
5604
|
-
optional: false;
|
|
5605
|
-
customType: string;
|
|
5606
|
-
} & {
|
|
5607
|
-
serverName: string;
|
|
5608
|
-
};
|
|
5609
|
-
};
|
|
5610
|
-
primaryKey: readonly [string, ...string[]];
|
|
5611
|
-
} & {
|
|
5612
|
-
primaryKey: ["threadMessageId", "labelId"];
|
|
5613
|
-
};
|
|
5614
5357
|
};
|
|
5615
5358
|
relationships: {
|
|
5616
5359
|
readonly user: {
|
|
5617
5360
|
accounts: [{
|
|
5618
5361
|
readonly sourceField: string[];
|
|
5619
|
-
readonly destField: ("id" | "
|
|
5362
|
+
readonly destField: ("id" | "userId" | "color" | "displayName" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
|
|
5620
5363
|
readonly destSchema: "account";
|
|
5621
5364
|
readonly cardinality: "many";
|
|
5622
5365
|
}];
|
|
5623
5366
|
contacts: [{
|
|
5624
5367
|
readonly sourceField: string[];
|
|
5625
|
-
readonly destField: ("id" | "name" | "
|
|
5368
|
+
readonly destField: ("id" | "name" | "userId" | "emailAddress")[];
|
|
5626
5369
|
readonly destSchema: "contact";
|
|
5627
5370
|
readonly cardinality: "many";
|
|
5628
5371
|
}];
|
|
5629
5372
|
drafts: [{
|
|
5630
5373
|
readonly sourceField: string[];
|
|
5631
|
-
readonly destField: ("type" | "status" | "id" | "
|
|
5374
|
+
readonly destField: ("type" | "status" | "id" | "userId" | "accountId" | "fromAliasId" | "fromEmail" | "fromName" | "referencedMessageId" | "scheduledFor" | "updatedAt" | "body" | "error" | "subject")[];
|
|
5632
5375
|
readonly destSchema: "draft";
|
|
5633
5376
|
readonly cardinality: "many";
|
|
5634
5377
|
}];
|
|
5635
5378
|
pushNotificationTokens: [{
|
|
5636
5379
|
readonly sourceField: string[];
|
|
5637
|
-
readonly destField: ("
|
|
5380
|
+
readonly destField: ("id" | "createdAt" | "token" | "userId")[];
|
|
5638
5381
|
readonly destSchema: "userPushNotificationToken";
|
|
5639
5382
|
readonly cardinality: "many";
|
|
5640
5383
|
}];
|
|
5641
5384
|
threads: [{
|
|
5642
5385
|
readonly sourceField: string[];
|
|
5643
|
-
readonly destField: ("id" | "
|
|
5386
|
+
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "latestMessageDate" | "seen" | "words")[];
|
|
5644
5387
|
readonly destSchema: "thread";
|
|
5645
5388
|
readonly cardinality: "many";
|
|
5646
5389
|
}];
|
|
@@ -5648,7 +5391,7 @@ export declare const marcoZero: {
|
|
|
5648
5391
|
readonly userPushNotificationToken: {
|
|
5649
5392
|
user: [{
|
|
5650
5393
|
readonly sourceField: string[];
|
|
5651
|
-
readonly destField: ("id" | "
|
|
5394
|
+
readonly destField: ("id" | "profilePicture" | "undoSendEnabled" | "name")[];
|
|
5652
5395
|
readonly destSchema: "user";
|
|
5653
5396
|
readonly cardinality: "one";
|
|
5654
5397
|
}];
|
|
@@ -5656,7 +5399,7 @@ export declare const marcoZero: {
|
|
|
5656
5399
|
readonly contact: {
|
|
5657
5400
|
user: [{
|
|
5658
5401
|
readonly sourceField: string[];
|
|
5659
|
-
readonly destField: ("id" | "
|
|
5402
|
+
readonly destField: ("id" | "profilePicture" | "undoSendEnabled" | "name")[];
|
|
5660
5403
|
readonly destSchema: "user";
|
|
5661
5404
|
readonly cardinality: "one";
|
|
5662
5405
|
}];
|
|
@@ -5670,7 +5413,7 @@ export declare const marcoZero: {
|
|
|
5670
5413
|
}];
|
|
5671
5414
|
drafts: [{
|
|
5672
5415
|
readonly sourceField: string[];
|
|
5673
|
-
readonly destField: ("type" | "status" | "id" | "
|
|
5416
|
+
readonly destField: ("type" | "status" | "id" | "userId" | "accountId" | "fromAliasId" | "fromEmail" | "fromName" | "referencedMessageId" | "scheduledFor" | "updatedAt" | "body" | "error" | "subject")[];
|
|
5674
5417
|
readonly destSchema: "draft";
|
|
5675
5418
|
readonly cardinality: "many";
|
|
5676
5419
|
}];
|
|
@@ -5688,13 +5431,13 @@ export declare const marcoZero: {
|
|
|
5688
5431
|
}];
|
|
5689
5432
|
threads: [{
|
|
5690
5433
|
readonly sourceField: string[];
|
|
5691
|
-
readonly destField: ("id" | "
|
|
5434
|
+
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "latestMessageDate" | "seen" | "words")[];
|
|
5692
5435
|
readonly destSchema: "thread";
|
|
5693
5436
|
readonly cardinality: "many";
|
|
5694
5437
|
}];
|
|
5695
5438
|
user: [{
|
|
5696
5439
|
readonly sourceField: string[];
|
|
5697
|
-
readonly destField: ("id" | "
|
|
5440
|
+
readonly destField: ("id" | "profilePicture" | "undoSendEnabled" | "name")[];
|
|
5698
5441
|
readonly destSchema: "user";
|
|
5699
5442
|
readonly cardinality: "one";
|
|
5700
5443
|
}];
|
|
@@ -5702,7 +5445,7 @@ export declare const marcoZero: {
|
|
|
5702
5445
|
readonly accountAlias: {
|
|
5703
5446
|
account: [{
|
|
5704
5447
|
readonly sourceField: string[];
|
|
5705
|
-
readonly destField: ("id" | "
|
|
5448
|
+
readonly destField: ("id" | "userId" | "color" | "displayName" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
|
|
5706
5449
|
readonly destSchema: "account";
|
|
5707
5450
|
readonly cardinality: "one";
|
|
5708
5451
|
}];
|
|
@@ -5710,29 +5453,18 @@ export declare const marcoZero: {
|
|
|
5710
5453
|
readonly accountLabel: {
|
|
5711
5454
|
account: [{
|
|
5712
5455
|
readonly sourceField: string[];
|
|
5713
|
-
readonly destField: ("id" | "
|
|
5456
|
+
readonly destField: ("id" | "userId" | "color" | "displayName" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
|
|
5714
5457
|
readonly destSchema: "account";
|
|
5715
5458
|
readonly cardinality: "one";
|
|
5716
5459
|
}];
|
|
5717
|
-
threadMessages: [{
|
|
5718
|
-
readonly sourceField: string[];
|
|
5719
|
-
readonly destField: ("labelId" | "threadMessageId")[];
|
|
5720
|
-
readonly destSchema: "threadMessageLabel";
|
|
5721
|
-
readonly cardinality: "many";
|
|
5722
|
-
}, {
|
|
5723
|
-
readonly sourceField: string[];
|
|
5724
|
-
readonly destField: ("threadId" | "id" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
5725
|
-
readonly destSchema: "threadMessage";
|
|
5726
|
-
readonly cardinality: "many";
|
|
5727
|
-
}];
|
|
5728
5460
|
threads: [{
|
|
5729
5461
|
readonly sourceField: string[];
|
|
5730
|
-
readonly destField: ("
|
|
5462
|
+
readonly destField: ("labelId" | "threadId")[];
|
|
5731
5463
|
readonly destSchema: "threadLabel";
|
|
5732
5464
|
readonly cardinality: "many";
|
|
5733
5465
|
}, {
|
|
5734
5466
|
readonly sourceField: string[];
|
|
5735
|
-
readonly destField: ("id" | "
|
|
5467
|
+
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "latestMessageDate" | "seen" | "words")[];
|
|
5736
5468
|
readonly destSchema: "thread";
|
|
5737
5469
|
readonly cardinality: "many";
|
|
5738
5470
|
}];
|
|
@@ -5740,13 +5472,13 @@ export declare const marcoZero: {
|
|
|
5740
5472
|
readonly draft: {
|
|
5741
5473
|
account: [{
|
|
5742
5474
|
readonly sourceField: string[];
|
|
5743
|
-
readonly destField: ("id" | "
|
|
5475
|
+
readonly destField: ("id" | "userId" | "color" | "displayName" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
|
|
5744
5476
|
readonly destSchema: "account";
|
|
5745
5477
|
readonly cardinality: "one";
|
|
5746
5478
|
}];
|
|
5747
5479
|
attachments: [{
|
|
5748
5480
|
readonly sourceField: string[];
|
|
5749
|
-
readonly destField: ("id" | "failed" | "fileName" | "mimeType" | "totalChunks" | "totalSize" | "uploadedChunks"
|
|
5481
|
+
readonly destField: ("id" | "draftId" | "failed" | "fileName" | "mimeType" | "totalChunks" | "totalSize" | "uploadedChunks")[];
|
|
5750
5482
|
readonly destSchema: "draftAttachment";
|
|
5751
5483
|
readonly cardinality: "many";
|
|
5752
5484
|
}];
|
|
@@ -5758,7 +5490,7 @@ export declare const marcoZero: {
|
|
|
5758
5490
|
}];
|
|
5759
5491
|
user: [{
|
|
5760
5492
|
readonly sourceField: string[];
|
|
5761
|
-
readonly destField: ("id" | "
|
|
5493
|
+
readonly destField: ("id" | "profilePicture" | "undoSendEnabled" | "name")[];
|
|
5762
5494
|
readonly destSchema: "user";
|
|
5763
5495
|
readonly cardinality: "one";
|
|
5764
5496
|
}];
|
|
@@ -5766,7 +5498,7 @@ export declare const marcoZero: {
|
|
|
5766
5498
|
readonly draftRecipient: {
|
|
5767
5499
|
draft: [{
|
|
5768
5500
|
readonly sourceField: string[];
|
|
5769
|
-
readonly destField: ("type" | "status" | "id" | "
|
|
5501
|
+
readonly destField: ("type" | "status" | "id" | "userId" | "accountId" | "fromAliasId" | "fromEmail" | "fromName" | "referencedMessageId" | "scheduledFor" | "updatedAt" | "body" | "error" | "subject")[];
|
|
5770
5502
|
readonly destSchema: "draft";
|
|
5771
5503
|
readonly cardinality: "one";
|
|
5772
5504
|
}];
|
|
@@ -5774,7 +5506,7 @@ export declare const marcoZero: {
|
|
|
5774
5506
|
readonly draftAttachment: {
|
|
5775
5507
|
draft: [{
|
|
5776
5508
|
readonly sourceField: string[];
|
|
5777
|
-
readonly destField: ("type" | "status" | "id" | "
|
|
5509
|
+
readonly destField: ("type" | "status" | "id" | "userId" | "accountId" | "fromAliasId" | "fromEmail" | "fromName" | "referencedMessageId" | "scheduledFor" | "updatedAt" | "body" | "error" | "subject")[];
|
|
5778
5510
|
readonly destSchema: "draft";
|
|
5779
5511
|
readonly cardinality: "one";
|
|
5780
5512
|
}];
|
|
@@ -5782,13 +5514,13 @@ export declare const marcoZero: {
|
|
|
5782
5514
|
readonly thread: {
|
|
5783
5515
|
account: [{
|
|
5784
5516
|
readonly sourceField: string[];
|
|
5785
|
-
readonly destField: ("id" | "
|
|
5517
|
+
readonly destField: ("id" | "userId" | "color" | "displayName" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
|
|
5786
5518
|
readonly destSchema: "account";
|
|
5787
5519
|
readonly cardinality: "one";
|
|
5788
5520
|
}];
|
|
5789
5521
|
labels: [{
|
|
5790
5522
|
readonly sourceField: string[];
|
|
5791
|
-
readonly destField: ("
|
|
5523
|
+
readonly destField: ("labelId" | "threadId")[];
|
|
5792
5524
|
readonly destSchema: "threadLabel";
|
|
5793
5525
|
readonly cardinality: "many";
|
|
5794
5526
|
}, {
|
|
@@ -5799,13 +5531,13 @@ export declare const marcoZero: {
|
|
|
5799
5531
|
}];
|
|
5800
5532
|
messages: [{
|
|
5801
5533
|
readonly sourceField: string[];
|
|
5802
|
-
readonly destField: ("
|
|
5534
|
+
readonly destField: ("id" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
5803
5535
|
readonly destSchema: "threadMessage";
|
|
5804
5536
|
readonly cardinality: "many";
|
|
5805
5537
|
}];
|
|
5806
5538
|
user: [{
|
|
5807
5539
|
readonly sourceField: string[];
|
|
5808
|
-
readonly destField: ("id" | "
|
|
5540
|
+
readonly destField: ("id" | "profilePicture" | "undoSendEnabled" | "name")[];
|
|
5809
5541
|
readonly destSchema: "user";
|
|
5810
5542
|
readonly cardinality: "one";
|
|
5811
5543
|
}];
|
|
@@ -5819,7 +5551,7 @@ export declare const marcoZero: {
|
|
|
5819
5551
|
}];
|
|
5820
5552
|
thread: [{
|
|
5821
5553
|
readonly sourceField: string[];
|
|
5822
|
-
readonly destField: ("id" | "
|
|
5554
|
+
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "latestMessageDate" | "seen" | "words")[];
|
|
5823
5555
|
readonly destSchema: "thread";
|
|
5824
5556
|
readonly cardinality: "one";
|
|
5825
5557
|
}];
|
|
@@ -5839,7 +5571,7 @@ export declare const marcoZero: {
|
|
|
5839
5571
|
}];
|
|
5840
5572
|
thread: [{
|
|
5841
5573
|
readonly sourceField: string[];
|
|
5842
|
-
readonly destField: ("id" | "
|
|
5574
|
+
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "latestMessageDate" | "seen" | "words")[];
|
|
5843
5575
|
readonly destSchema: "thread";
|
|
5844
5576
|
readonly cardinality: "one";
|
|
5845
5577
|
}];
|
|
@@ -5847,7 +5579,7 @@ export declare const marcoZero: {
|
|
|
5847
5579
|
readonly threadMessageRecipient: {
|
|
5848
5580
|
message: [{
|
|
5849
5581
|
readonly sourceField: string[];
|
|
5850
|
-
readonly destField: ("
|
|
5582
|
+
readonly destField: ("id" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
5851
5583
|
readonly destSchema: "threadMessage";
|
|
5852
5584
|
readonly cardinality: "one";
|
|
5853
5585
|
}];
|
|
@@ -5855,21 +5587,7 @@ export declare const marcoZero: {
|
|
|
5855
5587
|
readonly threadMessageAttachment: {
|
|
5856
5588
|
message: [{
|
|
5857
5589
|
readonly sourceField: string[];
|
|
5858
|
-
readonly destField: ("
|
|
5859
|
-
readonly destSchema: "threadMessage";
|
|
5860
|
-
readonly cardinality: "one";
|
|
5861
|
-
}];
|
|
5862
|
-
};
|
|
5863
|
-
readonly threadMessageLabel: {
|
|
5864
|
-
label: [{
|
|
5865
|
-
readonly sourceField: string[];
|
|
5866
|
-
readonly destField: ("id" | "accountId" | "path" | "specialUse")[];
|
|
5867
|
-
readonly destSchema: "accountLabel";
|
|
5868
|
-
readonly cardinality: "one";
|
|
5869
|
-
}];
|
|
5870
|
-
message: [{
|
|
5871
|
-
readonly sourceField: string[];
|
|
5872
|
-
readonly destField: ("threadId" | "id" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
5590
|
+
readonly destField: ("id" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
5873
5591
|
readonly destSchema: "threadMessage";
|
|
5874
5592
|
readonly cardinality: "one";
|
|
5875
5593
|
}];
|
|
@@ -6429,28 +6147,6 @@ export declare const marcoZero: {
|
|
|
6429
6147
|
} & {
|
|
6430
6148
|
primaryKey: ["id"];
|
|
6431
6149
|
}>;
|
|
6432
|
-
readonly threadMessageLabel: import("@rocicorp/zero").TableBuilderWithColumns<{
|
|
6433
|
-
name: "threadMessageLabel";
|
|
6434
|
-
columns: {
|
|
6435
|
-
readonly labelId: {
|
|
6436
|
-
type: "string";
|
|
6437
|
-
optional: false;
|
|
6438
|
-
customType: string;
|
|
6439
|
-
} & {
|
|
6440
|
-
serverName: string;
|
|
6441
|
-
};
|
|
6442
|
-
readonly threadMessageId: {
|
|
6443
|
-
type: "string";
|
|
6444
|
-
optional: false;
|
|
6445
|
-
customType: string;
|
|
6446
|
-
} & {
|
|
6447
|
-
serverName: string;
|
|
6448
|
-
};
|
|
6449
|
-
};
|
|
6450
|
-
primaryKey: readonly [string, ...string[]];
|
|
6451
|
-
} & {
|
|
6452
|
-
primaryKey: ["threadMessageId", "labelId"];
|
|
6453
|
-
}>;
|
|
6454
6150
|
readonly threadMessageRecipient: import("@rocicorp/zero").TableBuilderWithColumns<{
|
|
6455
6151
|
name: "threadMessageRecipient";
|
|
6456
6152
|
columns: {
|
|
@@ -6560,13 +6256,5 @@ export declare const marcoZero: {
|
|
|
6560
6256
|
}>;
|
|
6561
6257
|
};
|
|
6562
6258
|
};
|
|
6563
|
-
export type {
|
|
6564
|
-
export { createMutators, ZeroMutatorValidationError, zeroMutatorSchemas, } from './mutators';
|
|
6565
|
-
export { accountMutatorDefinitions } from './mutators/account';
|
|
6566
|
-
export { draftMutatorDefinitions } from './mutators/draft';
|
|
6567
|
-
export { threadMutatorDefinitions } from './mutators/thread';
|
|
6568
|
-
export { userMutatorDefinitions } from './mutators/user';
|
|
6569
|
-
export { getUser } from './queries';
|
|
6570
|
-
export type { MarcoZeroSchema } from './schema';
|
|
6571
|
-
export { schema, zeroTables } from './schema';
|
|
6259
|
+
export type { MarcoZeroMutators } from './mutators';
|
|
6572
6260
|
//# sourceMappingURL=index.d.ts.map
|