@marcoappio/marco-config 2.0.426 → 2.0.428
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 +176 -257
- 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 +6566 -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 +29 -40
- package/dist/zero/queries/getAccounts.d.ts.map +1 -1
- package/dist/zero/queries/getContacts.d.ts +29 -40
- package/dist/zero/queries/getContacts.d.ts.map +1 -1
- package/dist/zero/queries/getDrafts.d.ts +29 -40
- package/dist/zero/queries/getDrafts.d.ts.map +1 -1
- package/dist/zero/queries/getThreads.d.ts +29 -47
- package/dist/zero/queries/getThreads.d.ts.map +1 -1
- package/dist/zero/queries/getThreads.js +1 -1
- package/dist/zero/queries/getUser.d.ts +29 -40
- package/dist/zero/queries/getUser.d.ts.map +1 -1
- package/dist/zero/queries/index.d.ts +29 -40
- package/dist/zero/queries/index.d.ts.map +1 -1
- package/dist/zero/schema.d.ts +29 -40
- package/dist/zero/schema.d.ts.map +1 -1
- package/dist/zero/schema.js +0 -9
- 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: {
|
|
@@ -687,31 +687,31 @@ export declare const marcoZero: {
|
|
|
687
687
|
readonly user: {
|
|
688
688
|
accounts: [{
|
|
689
689
|
readonly sourceField: string[];
|
|
690
|
-
readonly destField: ("id" | "
|
|
690
|
+
readonly destField: ("id" | "userId" | "color" | "displayName" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
|
|
691
691
|
readonly destSchema: "account";
|
|
692
692
|
readonly cardinality: "many";
|
|
693
693
|
}];
|
|
694
694
|
contacts: [{
|
|
695
695
|
readonly sourceField: string[];
|
|
696
|
-
readonly destField: ("id" | "name" | "
|
|
696
|
+
readonly destField: ("id" | "name" | "userId" | "emailAddress")[];
|
|
697
697
|
readonly destSchema: "contact";
|
|
698
698
|
readonly cardinality: "many";
|
|
699
699
|
}];
|
|
700
700
|
drafts: [{
|
|
701
701
|
readonly sourceField: string[];
|
|
702
|
-
readonly destField: ("type" | "status" | "id" | "
|
|
702
|
+
readonly destField: ("type" | "status" | "id" | "userId" | "accountId" | "fromAliasId" | "fromEmail" | "fromName" | "referencedMessageId" | "scheduledFor" | "updatedAt" | "body" | "error" | "subject")[];
|
|
703
703
|
readonly destSchema: "draft";
|
|
704
704
|
readonly cardinality: "many";
|
|
705
705
|
}];
|
|
706
706
|
pushNotificationTokens: [{
|
|
707
707
|
readonly sourceField: string[];
|
|
708
|
-
readonly destField: ("
|
|
708
|
+
readonly destField: ("id" | "createdAt" | "token" | "userId")[];
|
|
709
709
|
readonly destSchema: "userPushNotificationToken";
|
|
710
710
|
readonly cardinality: "many";
|
|
711
711
|
}];
|
|
712
712
|
threads: [{
|
|
713
713
|
readonly sourceField: string[];
|
|
714
|
-
readonly destField: ("id" | "
|
|
714
|
+
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "latestMessageDate" | "seen" | "words")[];
|
|
715
715
|
readonly destSchema: "thread";
|
|
716
716
|
readonly cardinality: "many";
|
|
717
717
|
}];
|
|
@@ -719,7 +719,7 @@ export declare const marcoZero: {
|
|
|
719
719
|
readonly userPushNotificationToken: {
|
|
720
720
|
user: [{
|
|
721
721
|
readonly sourceField: string[];
|
|
722
|
-
readonly destField: ("id" | "
|
|
722
|
+
readonly destField: ("id" | "profilePicture" | "undoSendEnabled" | "name")[];
|
|
723
723
|
readonly destSchema: "user";
|
|
724
724
|
readonly cardinality: "one";
|
|
725
725
|
}];
|
|
@@ -727,7 +727,7 @@ export declare const marcoZero: {
|
|
|
727
727
|
readonly contact: {
|
|
728
728
|
user: [{
|
|
729
729
|
readonly sourceField: string[];
|
|
730
|
-
readonly destField: ("id" | "
|
|
730
|
+
readonly destField: ("id" | "profilePicture" | "undoSendEnabled" | "name")[];
|
|
731
731
|
readonly destSchema: "user";
|
|
732
732
|
readonly cardinality: "one";
|
|
733
733
|
}];
|
|
@@ -741,7 +741,7 @@ export declare const marcoZero: {
|
|
|
741
741
|
}];
|
|
742
742
|
drafts: [{
|
|
743
743
|
readonly sourceField: string[];
|
|
744
|
-
readonly destField: ("type" | "status" | "id" | "
|
|
744
|
+
readonly destField: ("type" | "status" | "id" | "userId" | "accountId" | "fromAliasId" | "fromEmail" | "fromName" | "referencedMessageId" | "scheduledFor" | "updatedAt" | "body" | "error" | "subject")[];
|
|
745
745
|
readonly destSchema: "draft";
|
|
746
746
|
readonly cardinality: "many";
|
|
747
747
|
}];
|
|
@@ -759,13 +759,13 @@ export declare const marcoZero: {
|
|
|
759
759
|
}];
|
|
760
760
|
threads: [{
|
|
761
761
|
readonly sourceField: string[];
|
|
762
|
-
readonly destField: ("id" | "
|
|
762
|
+
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "latestMessageDate" | "seen" | "words")[];
|
|
763
763
|
readonly destSchema: "thread";
|
|
764
764
|
readonly cardinality: "many";
|
|
765
765
|
}];
|
|
766
766
|
user: [{
|
|
767
767
|
readonly sourceField: string[];
|
|
768
|
-
readonly destField: ("id" | "
|
|
768
|
+
readonly destField: ("id" | "profilePicture" | "undoSendEnabled" | "name")[];
|
|
769
769
|
readonly destSchema: "user";
|
|
770
770
|
readonly cardinality: "one";
|
|
771
771
|
}];
|
|
@@ -773,7 +773,7 @@ export declare const marcoZero: {
|
|
|
773
773
|
readonly accountAlias: {
|
|
774
774
|
account: [{
|
|
775
775
|
readonly sourceField: string[];
|
|
776
|
-
readonly destField: ("id" | "
|
|
776
|
+
readonly destField: ("id" | "userId" | "color" | "displayName" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
|
|
777
777
|
readonly destSchema: "account";
|
|
778
778
|
readonly cardinality: "one";
|
|
779
779
|
}];
|
|
@@ -781,7 +781,7 @@ export declare const marcoZero: {
|
|
|
781
781
|
readonly accountLabel: {
|
|
782
782
|
account: [{
|
|
783
783
|
readonly sourceField: string[];
|
|
784
|
-
readonly destField: ("id" | "
|
|
784
|
+
readonly destField: ("id" | "userId" | "color" | "displayName" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
|
|
785
785
|
readonly destSchema: "account";
|
|
786
786
|
readonly cardinality: "one";
|
|
787
787
|
}];
|
|
@@ -792,18 +792,18 @@ export declare const marcoZero: {
|
|
|
792
792
|
readonly cardinality: "many";
|
|
793
793
|
}, {
|
|
794
794
|
readonly sourceField: string[];
|
|
795
|
-
readonly destField: ("
|
|
795
|
+
readonly destField: ("id" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
796
796
|
readonly destSchema: "threadMessage";
|
|
797
797
|
readonly cardinality: "many";
|
|
798
798
|
}];
|
|
799
799
|
threads: [{
|
|
800
800
|
readonly sourceField: string[];
|
|
801
|
-
readonly destField: ("
|
|
801
|
+
readonly destField: ("labelId" | "threadId")[];
|
|
802
802
|
readonly destSchema: "threadLabel";
|
|
803
803
|
readonly cardinality: "many";
|
|
804
804
|
}, {
|
|
805
805
|
readonly sourceField: string[];
|
|
806
|
-
readonly destField: ("id" | "
|
|
806
|
+
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "latestMessageDate" | "seen" | "words")[];
|
|
807
807
|
readonly destSchema: "thread";
|
|
808
808
|
readonly cardinality: "many";
|
|
809
809
|
}];
|
|
@@ -811,13 +811,13 @@ export declare const marcoZero: {
|
|
|
811
811
|
readonly draft: {
|
|
812
812
|
account: [{
|
|
813
813
|
readonly sourceField: string[];
|
|
814
|
-
readonly destField: ("id" | "
|
|
814
|
+
readonly destField: ("id" | "userId" | "color" | "displayName" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
|
|
815
815
|
readonly destSchema: "account";
|
|
816
816
|
readonly cardinality: "one";
|
|
817
817
|
}];
|
|
818
818
|
attachments: [{
|
|
819
819
|
readonly sourceField: string[];
|
|
820
|
-
readonly destField: ("id" | "failed" | "fileName" | "mimeType" | "totalChunks" | "totalSize" | "uploadedChunks"
|
|
820
|
+
readonly destField: ("id" | "draftId" | "failed" | "fileName" | "mimeType" | "totalChunks" | "totalSize" | "uploadedChunks")[];
|
|
821
821
|
readonly destSchema: "draftAttachment";
|
|
822
822
|
readonly cardinality: "many";
|
|
823
823
|
}];
|
|
@@ -829,7 +829,7 @@ export declare const marcoZero: {
|
|
|
829
829
|
}];
|
|
830
830
|
user: [{
|
|
831
831
|
readonly sourceField: string[];
|
|
832
|
-
readonly destField: ("id" | "
|
|
832
|
+
readonly destField: ("id" | "profilePicture" | "undoSendEnabled" | "name")[];
|
|
833
833
|
readonly destSchema: "user";
|
|
834
834
|
readonly cardinality: "one";
|
|
835
835
|
}];
|
|
@@ -837,7 +837,7 @@ export declare const marcoZero: {
|
|
|
837
837
|
readonly draftRecipient: {
|
|
838
838
|
draft: [{
|
|
839
839
|
readonly sourceField: string[];
|
|
840
|
-
readonly destField: ("type" | "status" | "id" | "
|
|
840
|
+
readonly destField: ("type" | "status" | "id" | "userId" | "accountId" | "fromAliasId" | "fromEmail" | "fromName" | "referencedMessageId" | "scheduledFor" | "updatedAt" | "body" | "error" | "subject")[];
|
|
841
841
|
readonly destSchema: "draft";
|
|
842
842
|
readonly cardinality: "one";
|
|
843
843
|
}];
|
|
@@ -845,7 +845,7 @@ export declare const marcoZero: {
|
|
|
845
845
|
readonly draftAttachment: {
|
|
846
846
|
draft: [{
|
|
847
847
|
readonly sourceField: string[];
|
|
848
|
-
readonly destField: ("type" | "status" | "id" | "
|
|
848
|
+
readonly destField: ("type" | "status" | "id" | "userId" | "accountId" | "fromAliasId" | "fromEmail" | "fromName" | "referencedMessageId" | "scheduledFor" | "updatedAt" | "body" | "error" | "subject")[];
|
|
849
849
|
readonly destSchema: "draft";
|
|
850
850
|
readonly cardinality: "one";
|
|
851
851
|
}];
|
|
@@ -853,13 +853,13 @@ export declare const marcoZero: {
|
|
|
853
853
|
readonly thread: {
|
|
854
854
|
account: [{
|
|
855
855
|
readonly sourceField: string[];
|
|
856
|
-
readonly destField: ("id" | "
|
|
856
|
+
readonly destField: ("id" | "userId" | "color" | "displayName" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
|
|
857
857
|
readonly destSchema: "account";
|
|
858
858
|
readonly cardinality: "one";
|
|
859
859
|
}];
|
|
860
860
|
labels: [{
|
|
861
861
|
readonly sourceField: string[];
|
|
862
|
-
readonly destField: ("
|
|
862
|
+
readonly destField: ("labelId" | "threadId")[];
|
|
863
863
|
readonly destSchema: "threadLabel";
|
|
864
864
|
readonly cardinality: "many";
|
|
865
865
|
}, {
|
|
@@ -870,13 +870,13 @@ export declare const marcoZero: {
|
|
|
870
870
|
}];
|
|
871
871
|
messages: [{
|
|
872
872
|
readonly sourceField: string[];
|
|
873
|
-
readonly destField: ("
|
|
873
|
+
readonly destField: ("id" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
874
874
|
readonly destSchema: "threadMessage";
|
|
875
875
|
readonly cardinality: "many";
|
|
876
876
|
}];
|
|
877
877
|
user: [{
|
|
878
878
|
readonly sourceField: string[];
|
|
879
|
-
readonly destField: ("id" | "
|
|
879
|
+
readonly destField: ("id" | "profilePicture" | "undoSendEnabled" | "name")[];
|
|
880
880
|
readonly destSchema: "user";
|
|
881
881
|
readonly cardinality: "one";
|
|
882
882
|
}];
|
|
@@ -890,7 +890,7 @@ export declare const marcoZero: {
|
|
|
890
890
|
}];
|
|
891
891
|
thread: [{
|
|
892
892
|
readonly sourceField: string[];
|
|
893
|
-
readonly destField: ("id" | "
|
|
893
|
+
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "latestMessageDate" | "seen" | "words")[];
|
|
894
894
|
readonly destSchema: "thread";
|
|
895
895
|
readonly cardinality: "one";
|
|
896
896
|
}];
|
|
@@ -902,17 +902,6 @@ export declare const marcoZero: {
|
|
|
902
902
|
readonly destSchema: "threadMessageAttachment";
|
|
903
903
|
readonly cardinality: "many";
|
|
904
904
|
}];
|
|
905
|
-
labels: [{
|
|
906
|
-
readonly sourceField: string[];
|
|
907
|
-
readonly destField: ("labelId" | "threadMessageId")[];
|
|
908
|
-
readonly destSchema: "threadMessageLabel";
|
|
909
|
-
readonly cardinality: "many";
|
|
910
|
-
}, {
|
|
911
|
-
readonly sourceField: string[];
|
|
912
|
-
readonly destField: ("id" | "accountId" | "path" | "specialUse")[];
|
|
913
|
-
readonly destSchema: "accountLabel";
|
|
914
|
-
readonly cardinality: "many";
|
|
915
|
-
}];
|
|
916
905
|
recipients: [{
|
|
917
906
|
readonly sourceField: string[];
|
|
918
907
|
readonly destField: ("type" | "id" | "name" | "emailAddress" | "threadMessageId")[];
|
|
@@ -921,7 +910,7 @@ export declare const marcoZero: {
|
|
|
921
910
|
}];
|
|
922
911
|
thread: [{
|
|
923
912
|
readonly sourceField: string[];
|
|
924
|
-
readonly destField: ("id" | "
|
|
913
|
+
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "latestMessageDate" | "seen" | "words")[];
|
|
925
914
|
readonly destSchema: "thread";
|
|
926
915
|
readonly cardinality: "one";
|
|
927
916
|
}];
|
|
@@ -929,7 +918,7 @@ export declare const marcoZero: {
|
|
|
929
918
|
readonly threadMessageRecipient: {
|
|
930
919
|
message: [{
|
|
931
920
|
readonly sourceField: string[];
|
|
932
|
-
readonly destField: ("
|
|
921
|
+
readonly destField: ("id" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
933
922
|
readonly destSchema: "threadMessage";
|
|
934
923
|
readonly cardinality: "one";
|
|
935
924
|
}];
|
|
@@ -937,7 +926,7 @@ export declare const marcoZero: {
|
|
|
937
926
|
readonly threadMessageAttachment: {
|
|
938
927
|
message: [{
|
|
939
928
|
readonly sourceField: string[];
|
|
940
|
-
readonly destField: ("
|
|
929
|
+
readonly destField: ("id" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
941
930
|
readonly destSchema: "threadMessage";
|
|
942
931
|
readonly cardinality: "one";
|
|
943
932
|
}];
|
|
@@ -951,7 +940,7 @@ export declare const marcoZero: {
|
|
|
951
940
|
}];
|
|
952
941
|
message: [{
|
|
953
942
|
readonly sourceField: string[];
|
|
954
|
-
readonly destField: ("
|
|
943
|
+
readonly destField: ("id" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
955
944
|
readonly destSchema: "threadMessage";
|
|
956
945
|
readonly cardinality: "one";
|
|
957
946
|
}];
|
|
@@ -1685,31 +1674,31 @@ export declare const marcoZero: {
|
|
|
1685
1674
|
readonly user: {
|
|
1686
1675
|
accounts: [{
|
|
1687
1676
|
readonly sourceField: string[];
|
|
1688
|
-
readonly destField: ("id" | "
|
|
1677
|
+
readonly destField: ("id" | "userId" | "color" | "displayName" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
|
|
1689
1678
|
readonly destSchema: "account";
|
|
1690
1679
|
readonly cardinality: "many";
|
|
1691
1680
|
}];
|
|
1692
1681
|
contacts: [{
|
|
1693
1682
|
readonly sourceField: string[];
|
|
1694
|
-
readonly destField: ("id" | "name" | "
|
|
1683
|
+
readonly destField: ("id" | "name" | "userId" | "emailAddress")[];
|
|
1695
1684
|
readonly destSchema: "contact";
|
|
1696
1685
|
readonly cardinality: "many";
|
|
1697
1686
|
}];
|
|
1698
1687
|
drafts: [{
|
|
1699
1688
|
readonly sourceField: string[];
|
|
1700
|
-
readonly destField: ("type" | "status" | "id" | "
|
|
1689
|
+
readonly destField: ("type" | "status" | "id" | "userId" | "accountId" | "fromAliasId" | "fromEmail" | "fromName" | "referencedMessageId" | "scheduledFor" | "updatedAt" | "body" | "error" | "subject")[];
|
|
1701
1690
|
readonly destSchema: "draft";
|
|
1702
1691
|
readonly cardinality: "many";
|
|
1703
1692
|
}];
|
|
1704
1693
|
pushNotificationTokens: [{
|
|
1705
1694
|
readonly sourceField: string[];
|
|
1706
|
-
readonly destField: ("
|
|
1695
|
+
readonly destField: ("id" | "createdAt" | "token" | "userId")[];
|
|
1707
1696
|
readonly destSchema: "userPushNotificationToken";
|
|
1708
1697
|
readonly cardinality: "many";
|
|
1709
1698
|
}];
|
|
1710
1699
|
threads: [{
|
|
1711
1700
|
readonly sourceField: string[];
|
|
1712
|
-
readonly destField: ("id" | "
|
|
1701
|
+
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "latestMessageDate" | "seen" | "words")[];
|
|
1713
1702
|
readonly destSchema: "thread";
|
|
1714
1703
|
readonly cardinality: "many";
|
|
1715
1704
|
}];
|
|
@@ -1717,7 +1706,7 @@ export declare const marcoZero: {
|
|
|
1717
1706
|
readonly userPushNotificationToken: {
|
|
1718
1707
|
user: [{
|
|
1719
1708
|
readonly sourceField: string[];
|
|
1720
|
-
readonly destField: ("id" | "
|
|
1709
|
+
readonly destField: ("id" | "profilePicture" | "undoSendEnabled" | "name")[];
|
|
1721
1710
|
readonly destSchema: "user";
|
|
1722
1711
|
readonly cardinality: "one";
|
|
1723
1712
|
}];
|
|
@@ -1725,7 +1714,7 @@ export declare const marcoZero: {
|
|
|
1725
1714
|
readonly contact: {
|
|
1726
1715
|
user: [{
|
|
1727
1716
|
readonly sourceField: string[];
|
|
1728
|
-
readonly destField: ("id" | "
|
|
1717
|
+
readonly destField: ("id" | "profilePicture" | "undoSendEnabled" | "name")[];
|
|
1729
1718
|
readonly destSchema: "user";
|
|
1730
1719
|
readonly cardinality: "one";
|
|
1731
1720
|
}];
|
|
@@ -1739,7 +1728,7 @@ export declare const marcoZero: {
|
|
|
1739
1728
|
}];
|
|
1740
1729
|
drafts: [{
|
|
1741
1730
|
readonly sourceField: string[];
|
|
1742
|
-
readonly destField: ("type" | "status" | "id" | "
|
|
1731
|
+
readonly destField: ("type" | "status" | "id" | "userId" | "accountId" | "fromAliasId" | "fromEmail" | "fromName" | "referencedMessageId" | "scheduledFor" | "updatedAt" | "body" | "error" | "subject")[];
|
|
1743
1732
|
readonly destSchema: "draft";
|
|
1744
1733
|
readonly cardinality: "many";
|
|
1745
1734
|
}];
|
|
@@ -1757,13 +1746,13 @@ export declare const marcoZero: {
|
|
|
1757
1746
|
}];
|
|
1758
1747
|
threads: [{
|
|
1759
1748
|
readonly sourceField: string[];
|
|
1760
|
-
readonly destField: ("id" | "
|
|
1749
|
+
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "latestMessageDate" | "seen" | "words")[];
|
|
1761
1750
|
readonly destSchema: "thread";
|
|
1762
1751
|
readonly cardinality: "many";
|
|
1763
1752
|
}];
|
|
1764
1753
|
user: [{
|
|
1765
1754
|
readonly sourceField: string[];
|
|
1766
|
-
readonly destField: ("id" | "
|
|
1755
|
+
readonly destField: ("id" | "profilePicture" | "undoSendEnabled" | "name")[];
|
|
1767
1756
|
readonly destSchema: "user";
|
|
1768
1757
|
readonly cardinality: "one";
|
|
1769
1758
|
}];
|
|
@@ -1771,7 +1760,7 @@ export declare const marcoZero: {
|
|
|
1771
1760
|
readonly accountAlias: {
|
|
1772
1761
|
account: [{
|
|
1773
1762
|
readonly sourceField: string[];
|
|
1774
|
-
readonly destField: ("id" | "
|
|
1763
|
+
readonly destField: ("id" | "userId" | "color" | "displayName" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
|
|
1775
1764
|
readonly destSchema: "account";
|
|
1776
1765
|
readonly cardinality: "one";
|
|
1777
1766
|
}];
|
|
@@ -1779,7 +1768,7 @@ export declare const marcoZero: {
|
|
|
1779
1768
|
readonly accountLabel: {
|
|
1780
1769
|
account: [{
|
|
1781
1770
|
readonly sourceField: string[];
|
|
1782
|
-
readonly destField: ("id" | "
|
|
1771
|
+
readonly destField: ("id" | "userId" | "color" | "displayName" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
|
|
1783
1772
|
readonly destSchema: "account";
|
|
1784
1773
|
readonly cardinality: "one";
|
|
1785
1774
|
}];
|
|
@@ -1790,18 +1779,18 @@ export declare const marcoZero: {
|
|
|
1790
1779
|
readonly cardinality: "many";
|
|
1791
1780
|
}, {
|
|
1792
1781
|
readonly sourceField: string[];
|
|
1793
|
-
readonly destField: ("
|
|
1782
|
+
readonly destField: ("id" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
1794
1783
|
readonly destSchema: "threadMessage";
|
|
1795
1784
|
readonly cardinality: "many";
|
|
1796
1785
|
}];
|
|
1797
1786
|
threads: [{
|
|
1798
1787
|
readonly sourceField: string[];
|
|
1799
|
-
readonly destField: ("
|
|
1788
|
+
readonly destField: ("labelId" | "threadId")[];
|
|
1800
1789
|
readonly destSchema: "threadLabel";
|
|
1801
1790
|
readonly cardinality: "many";
|
|
1802
1791
|
}, {
|
|
1803
1792
|
readonly sourceField: string[];
|
|
1804
|
-
readonly destField: ("id" | "
|
|
1793
|
+
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "latestMessageDate" | "seen" | "words")[];
|
|
1805
1794
|
readonly destSchema: "thread";
|
|
1806
1795
|
readonly cardinality: "many";
|
|
1807
1796
|
}];
|
|
@@ -1809,13 +1798,13 @@ export declare const marcoZero: {
|
|
|
1809
1798
|
readonly draft: {
|
|
1810
1799
|
account: [{
|
|
1811
1800
|
readonly sourceField: string[];
|
|
1812
|
-
readonly destField: ("id" | "
|
|
1801
|
+
readonly destField: ("id" | "userId" | "color" | "displayName" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
|
|
1813
1802
|
readonly destSchema: "account";
|
|
1814
1803
|
readonly cardinality: "one";
|
|
1815
1804
|
}];
|
|
1816
1805
|
attachments: [{
|
|
1817
1806
|
readonly sourceField: string[];
|
|
1818
|
-
readonly destField: ("id" | "failed" | "fileName" | "mimeType" | "totalChunks" | "totalSize" | "uploadedChunks"
|
|
1807
|
+
readonly destField: ("id" | "draftId" | "failed" | "fileName" | "mimeType" | "totalChunks" | "totalSize" | "uploadedChunks")[];
|
|
1819
1808
|
readonly destSchema: "draftAttachment";
|
|
1820
1809
|
readonly cardinality: "many";
|
|
1821
1810
|
}];
|
|
@@ -1827,7 +1816,7 @@ export declare const marcoZero: {
|
|
|
1827
1816
|
}];
|
|
1828
1817
|
user: [{
|
|
1829
1818
|
readonly sourceField: string[];
|
|
1830
|
-
readonly destField: ("id" | "
|
|
1819
|
+
readonly destField: ("id" | "profilePicture" | "undoSendEnabled" | "name")[];
|
|
1831
1820
|
readonly destSchema: "user";
|
|
1832
1821
|
readonly cardinality: "one";
|
|
1833
1822
|
}];
|
|
@@ -1835,7 +1824,7 @@ export declare const marcoZero: {
|
|
|
1835
1824
|
readonly draftRecipient: {
|
|
1836
1825
|
draft: [{
|
|
1837
1826
|
readonly sourceField: string[];
|
|
1838
|
-
readonly destField: ("type" | "status" | "id" | "
|
|
1827
|
+
readonly destField: ("type" | "status" | "id" | "userId" | "accountId" | "fromAliasId" | "fromEmail" | "fromName" | "referencedMessageId" | "scheduledFor" | "updatedAt" | "body" | "error" | "subject")[];
|
|
1839
1828
|
readonly destSchema: "draft";
|
|
1840
1829
|
readonly cardinality: "one";
|
|
1841
1830
|
}];
|
|
@@ -1843,7 +1832,7 @@ export declare const marcoZero: {
|
|
|
1843
1832
|
readonly draftAttachment: {
|
|
1844
1833
|
draft: [{
|
|
1845
1834
|
readonly sourceField: string[];
|
|
1846
|
-
readonly destField: ("type" | "status" | "id" | "
|
|
1835
|
+
readonly destField: ("type" | "status" | "id" | "userId" | "accountId" | "fromAliasId" | "fromEmail" | "fromName" | "referencedMessageId" | "scheduledFor" | "updatedAt" | "body" | "error" | "subject")[];
|
|
1847
1836
|
readonly destSchema: "draft";
|
|
1848
1837
|
readonly cardinality: "one";
|
|
1849
1838
|
}];
|
|
@@ -1851,13 +1840,13 @@ export declare const marcoZero: {
|
|
|
1851
1840
|
readonly thread: {
|
|
1852
1841
|
account: [{
|
|
1853
1842
|
readonly sourceField: string[];
|
|
1854
|
-
readonly destField: ("id" | "
|
|
1843
|
+
readonly destField: ("id" | "userId" | "color" | "displayName" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
|
|
1855
1844
|
readonly destSchema: "account";
|
|
1856
1845
|
readonly cardinality: "one";
|
|
1857
1846
|
}];
|
|
1858
1847
|
labels: [{
|
|
1859
1848
|
readonly sourceField: string[];
|
|
1860
|
-
readonly destField: ("
|
|
1849
|
+
readonly destField: ("labelId" | "threadId")[];
|
|
1861
1850
|
readonly destSchema: "threadLabel";
|
|
1862
1851
|
readonly cardinality: "many";
|
|
1863
1852
|
}, {
|
|
@@ -1868,13 +1857,13 @@ export declare const marcoZero: {
|
|
|
1868
1857
|
}];
|
|
1869
1858
|
messages: [{
|
|
1870
1859
|
readonly sourceField: string[];
|
|
1871
|
-
readonly destField: ("
|
|
1860
|
+
readonly destField: ("id" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
1872
1861
|
readonly destSchema: "threadMessage";
|
|
1873
1862
|
readonly cardinality: "many";
|
|
1874
1863
|
}];
|
|
1875
1864
|
user: [{
|
|
1876
1865
|
readonly sourceField: string[];
|
|
1877
|
-
readonly destField: ("id" | "
|
|
1866
|
+
readonly destField: ("id" | "profilePicture" | "undoSendEnabled" | "name")[];
|
|
1878
1867
|
readonly destSchema: "user";
|
|
1879
1868
|
readonly cardinality: "one";
|
|
1880
1869
|
}];
|
|
@@ -1888,7 +1877,7 @@ export declare const marcoZero: {
|
|
|
1888
1877
|
}];
|
|
1889
1878
|
thread: [{
|
|
1890
1879
|
readonly sourceField: string[];
|
|
1891
|
-
readonly destField: ("id" | "
|
|
1880
|
+
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "latestMessageDate" | "seen" | "words")[];
|
|
1892
1881
|
readonly destSchema: "thread";
|
|
1893
1882
|
readonly cardinality: "one";
|
|
1894
1883
|
}];
|
|
@@ -1900,17 +1889,6 @@ export declare const marcoZero: {
|
|
|
1900
1889
|
readonly destSchema: "threadMessageAttachment";
|
|
1901
1890
|
readonly cardinality: "many";
|
|
1902
1891
|
}];
|
|
1903
|
-
labels: [{
|
|
1904
|
-
readonly sourceField: string[];
|
|
1905
|
-
readonly destField: ("labelId" | "threadMessageId")[];
|
|
1906
|
-
readonly destSchema: "threadMessageLabel";
|
|
1907
|
-
readonly cardinality: "many";
|
|
1908
|
-
}, {
|
|
1909
|
-
readonly sourceField: string[];
|
|
1910
|
-
readonly destField: ("id" | "accountId" | "path" | "specialUse")[];
|
|
1911
|
-
readonly destSchema: "accountLabel";
|
|
1912
|
-
readonly cardinality: "many";
|
|
1913
|
-
}];
|
|
1914
1892
|
recipients: [{
|
|
1915
1893
|
readonly sourceField: string[];
|
|
1916
1894
|
readonly destField: ("type" | "id" | "name" | "emailAddress" | "threadMessageId")[];
|
|
@@ -1919,7 +1897,7 @@ export declare const marcoZero: {
|
|
|
1919
1897
|
}];
|
|
1920
1898
|
thread: [{
|
|
1921
1899
|
readonly sourceField: string[];
|
|
1922
|
-
readonly destField: ("id" | "
|
|
1900
|
+
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "latestMessageDate" | "seen" | "words")[];
|
|
1923
1901
|
readonly destSchema: "thread";
|
|
1924
1902
|
readonly cardinality: "one";
|
|
1925
1903
|
}];
|
|
@@ -1927,7 +1905,7 @@ export declare const marcoZero: {
|
|
|
1927
1905
|
readonly threadMessageRecipient: {
|
|
1928
1906
|
message: [{
|
|
1929
1907
|
readonly sourceField: string[];
|
|
1930
|
-
readonly destField: ("
|
|
1908
|
+
readonly destField: ("id" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
1931
1909
|
readonly destSchema: "threadMessage";
|
|
1932
1910
|
readonly cardinality: "one";
|
|
1933
1911
|
}];
|
|
@@ -1935,7 +1913,7 @@ export declare const marcoZero: {
|
|
|
1935
1913
|
readonly threadMessageAttachment: {
|
|
1936
1914
|
message: [{
|
|
1937
1915
|
readonly sourceField: string[];
|
|
1938
|
-
readonly destField: ("
|
|
1916
|
+
readonly destField: ("id" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
1939
1917
|
readonly destSchema: "threadMessage";
|
|
1940
1918
|
readonly cardinality: "one";
|
|
1941
1919
|
}];
|
|
@@ -1949,7 +1927,7 @@ export declare const marcoZero: {
|
|
|
1949
1927
|
}];
|
|
1950
1928
|
message: [{
|
|
1951
1929
|
readonly sourceField: string[];
|
|
1952
|
-
readonly destField: ("
|
|
1930
|
+
readonly destField: ("id" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
1953
1931
|
readonly destSchema: "threadMessage";
|
|
1954
1932
|
readonly cardinality: "one";
|
|
1955
1933
|
}];
|
|
@@ -2653,31 +2631,31 @@ export declare const marcoZero: {
|
|
|
2653
2631
|
readonly user: {
|
|
2654
2632
|
accounts: [{
|
|
2655
2633
|
readonly sourceField: string[];
|
|
2656
|
-
readonly destField: ("id" | "
|
|
2634
|
+
readonly destField: ("id" | "userId" | "color" | "displayName" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
|
|
2657
2635
|
readonly destSchema: "account";
|
|
2658
2636
|
readonly cardinality: "many";
|
|
2659
2637
|
}];
|
|
2660
2638
|
contacts: [{
|
|
2661
2639
|
readonly sourceField: string[];
|
|
2662
|
-
readonly destField: ("id" | "name" | "
|
|
2640
|
+
readonly destField: ("id" | "name" | "userId" | "emailAddress")[];
|
|
2663
2641
|
readonly destSchema: "contact";
|
|
2664
2642
|
readonly cardinality: "many";
|
|
2665
2643
|
}];
|
|
2666
2644
|
drafts: [{
|
|
2667
2645
|
readonly sourceField: string[];
|
|
2668
|
-
readonly destField: ("type" | "status" | "id" | "
|
|
2646
|
+
readonly destField: ("type" | "status" | "id" | "userId" | "accountId" | "fromAliasId" | "fromEmail" | "fromName" | "referencedMessageId" | "scheduledFor" | "updatedAt" | "body" | "error" | "subject")[];
|
|
2669
2647
|
readonly destSchema: "draft";
|
|
2670
2648
|
readonly cardinality: "many";
|
|
2671
2649
|
}];
|
|
2672
2650
|
pushNotificationTokens: [{
|
|
2673
2651
|
readonly sourceField: string[];
|
|
2674
|
-
readonly destField: ("
|
|
2652
|
+
readonly destField: ("id" | "createdAt" | "token" | "userId")[];
|
|
2675
2653
|
readonly destSchema: "userPushNotificationToken";
|
|
2676
2654
|
readonly cardinality: "many";
|
|
2677
2655
|
}];
|
|
2678
2656
|
threads: [{
|
|
2679
2657
|
readonly sourceField: string[];
|
|
2680
|
-
readonly destField: ("id" | "
|
|
2658
|
+
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "latestMessageDate" | "seen" | "words")[];
|
|
2681
2659
|
readonly destSchema: "thread";
|
|
2682
2660
|
readonly cardinality: "many";
|
|
2683
2661
|
}];
|
|
@@ -2685,7 +2663,7 @@ export declare const marcoZero: {
|
|
|
2685
2663
|
readonly userPushNotificationToken: {
|
|
2686
2664
|
user: [{
|
|
2687
2665
|
readonly sourceField: string[];
|
|
2688
|
-
readonly destField: ("id" | "
|
|
2666
|
+
readonly destField: ("id" | "profilePicture" | "undoSendEnabled" | "name")[];
|
|
2689
2667
|
readonly destSchema: "user";
|
|
2690
2668
|
readonly cardinality: "one";
|
|
2691
2669
|
}];
|
|
@@ -2693,7 +2671,7 @@ export declare const marcoZero: {
|
|
|
2693
2671
|
readonly contact: {
|
|
2694
2672
|
user: [{
|
|
2695
2673
|
readonly sourceField: string[];
|
|
2696
|
-
readonly destField: ("id" | "
|
|
2674
|
+
readonly destField: ("id" | "profilePicture" | "undoSendEnabled" | "name")[];
|
|
2697
2675
|
readonly destSchema: "user";
|
|
2698
2676
|
readonly cardinality: "one";
|
|
2699
2677
|
}];
|
|
@@ -2707,7 +2685,7 @@ export declare const marcoZero: {
|
|
|
2707
2685
|
}];
|
|
2708
2686
|
drafts: [{
|
|
2709
2687
|
readonly sourceField: string[];
|
|
2710
|
-
readonly destField: ("type" | "status" | "id" | "
|
|
2688
|
+
readonly destField: ("type" | "status" | "id" | "userId" | "accountId" | "fromAliasId" | "fromEmail" | "fromName" | "referencedMessageId" | "scheduledFor" | "updatedAt" | "body" | "error" | "subject")[];
|
|
2711
2689
|
readonly destSchema: "draft";
|
|
2712
2690
|
readonly cardinality: "many";
|
|
2713
2691
|
}];
|
|
@@ -2725,13 +2703,13 @@ export declare const marcoZero: {
|
|
|
2725
2703
|
}];
|
|
2726
2704
|
threads: [{
|
|
2727
2705
|
readonly sourceField: string[];
|
|
2728
|
-
readonly destField: ("id" | "
|
|
2706
|
+
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "latestMessageDate" | "seen" | "words")[];
|
|
2729
2707
|
readonly destSchema: "thread";
|
|
2730
2708
|
readonly cardinality: "many";
|
|
2731
2709
|
}];
|
|
2732
2710
|
user: [{
|
|
2733
2711
|
readonly sourceField: string[];
|
|
2734
|
-
readonly destField: ("id" | "
|
|
2712
|
+
readonly destField: ("id" | "profilePicture" | "undoSendEnabled" | "name")[];
|
|
2735
2713
|
readonly destSchema: "user";
|
|
2736
2714
|
readonly cardinality: "one";
|
|
2737
2715
|
}];
|
|
@@ -2739,7 +2717,7 @@ export declare const marcoZero: {
|
|
|
2739
2717
|
readonly accountAlias: {
|
|
2740
2718
|
account: [{
|
|
2741
2719
|
readonly sourceField: string[];
|
|
2742
|
-
readonly destField: ("id" | "
|
|
2720
|
+
readonly destField: ("id" | "userId" | "color" | "displayName" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
|
|
2743
2721
|
readonly destSchema: "account";
|
|
2744
2722
|
readonly cardinality: "one";
|
|
2745
2723
|
}];
|
|
@@ -2747,7 +2725,7 @@ export declare const marcoZero: {
|
|
|
2747
2725
|
readonly accountLabel: {
|
|
2748
2726
|
account: [{
|
|
2749
2727
|
readonly sourceField: string[];
|
|
2750
|
-
readonly destField: ("id" | "
|
|
2728
|
+
readonly destField: ("id" | "userId" | "color" | "displayName" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
|
|
2751
2729
|
readonly destSchema: "account";
|
|
2752
2730
|
readonly cardinality: "one";
|
|
2753
2731
|
}];
|
|
@@ -2758,18 +2736,18 @@ export declare const marcoZero: {
|
|
|
2758
2736
|
readonly cardinality: "many";
|
|
2759
2737
|
}, {
|
|
2760
2738
|
readonly sourceField: string[];
|
|
2761
|
-
readonly destField: ("
|
|
2739
|
+
readonly destField: ("id" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
2762
2740
|
readonly destSchema: "threadMessage";
|
|
2763
2741
|
readonly cardinality: "many";
|
|
2764
2742
|
}];
|
|
2765
2743
|
threads: [{
|
|
2766
2744
|
readonly sourceField: string[];
|
|
2767
|
-
readonly destField: ("
|
|
2745
|
+
readonly destField: ("labelId" | "threadId")[];
|
|
2768
2746
|
readonly destSchema: "threadLabel";
|
|
2769
2747
|
readonly cardinality: "many";
|
|
2770
2748
|
}, {
|
|
2771
2749
|
readonly sourceField: string[];
|
|
2772
|
-
readonly destField: ("id" | "
|
|
2750
|
+
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "latestMessageDate" | "seen" | "words")[];
|
|
2773
2751
|
readonly destSchema: "thread";
|
|
2774
2752
|
readonly cardinality: "many";
|
|
2775
2753
|
}];
|
|
@@ -2777,13 +2755,13 @@ export declare const marcoZero: {
|
|
|
2777
2755
|
readonly draft: {
|
|
2778
2756
|
account: [{
|
|
2779
2757
|
readonly sourceField: string[];
|
|
2780
|
-
readonly destField: ("id" | "
|
|
2758
|
+
readonly destField: ("id" | "userId" | "color" | "displayName" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
|
|
2781
2759
|
readonly destSchema: "account";
|
|
2782
2760
|
readonly cardinality: "one";
|
|
2783
2761
|
}];
|
|
2784
2762
|
attachments: [{
|
|
2785
2763
|
readonly sourceField: string[];
|
|
2786
|
-
readonly destField: ("id" | "failed" | "fileName" | "mimeType" | "totalChunks" | "totalSize" | "uploadedChunks"
|
|
2764
|
+
readonly destField: ("id" | "draftId" | "failed" | "fileName" | "mimeType" | "totalChunks" | "totalSize" | "uploadedChunks")[];
|
|
2787
2765
|
readonly destSchema: "draftAttachment";
|
|
2788
2766
|
readonly cardinality: "many";
|
|
2789
2767
|
}];
|
|
@@ -2795,7 +2773,7 @@ export declare const marcoZero: {
|
|
|
2795
2773
|
}];
|
|
2796
2774
|
user: [{
|
|
2797
2775
|
readonly sourceField: string[];
|
|
2798
|
-
readonly destField: ("id" | "
|
|
2776
|
+
readonly destField: ("id" | "profilePicture" | "undoSendEnabled" | "name")[];
|
|
2799
2777
|
readonly destSchema: "user";
|
|
2800
2778
|
readonly cardinality: "one";
|
|
2801
2779
|
}];
|
|
@@ -2803,7 +2781,7 @@ export declare const marcoZero: {
|
|
|
2803
2781
|
readonly draftRecipient: {
|
|
2804
2782
|
draft: [{
|
|
2805
2783
|
readonly sourceField: string[];
|
|
2806
|
-
readonly destField: ("type" | "status" | "id" | "
|
|
2784
|
+
readonly destField: ("type" | "status" | "id" | "userId" | "accountId" | "fromAliasId" | "fromEmail" | "fromName" | "referencedMessageId" | "scheduledFor" | "updatedAt" | "body" | "error" | "subject")[];
|
|
2807
2785
|
readonly destSchema: "draft";
|
|
2808
2786
|
readonly cardinality: "one";
|
|
2809
2787
|
}];
|
|
@@ -2811,7 +2789,7 @@ export declare const marcoZero: {
|
|
|
2811
2789
|
readonly draftAttachment: {
|
|
2812
2790
|
draft: [{
|
|
2813
2791
|
readonly sourceField: string[];
|
|
2814
|
-
readonly destField: ("type" | "status" | "id" | "
|
|
2792
|
+
readonly destField: ("type" | "status" | "id" | "userId" | "accountId" | "fromAliasId" | "fromEmail" | "fromName" | "referencedMessageId" | "scheduledFor" | "updatedAt" | "body" | "error" | "subject")[];
|
|
2815
2793
|
readonly destSchema: "draft";
|
|
2816
2794
|
readonly cardinality: "one";
|
|
2817
2795
|
}];
|
|
@@ -2819,13 +2797,13 @@ export declare const marcoZero: {
|
|
|
2819
2797
|
readonly thread: {
|
|
2820
2798
|
account: [{
|
|
2821
2799
|
readonly sourceField: string[];
|
|
2822
|
-
readonly destField: ("id" | "
|
|
2800
|
+
readonly destField: ("id" | "userId" | "color" | "displayName" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
|
|
2823
2801
|
readonly destSchema: "account";
|
|
2824
2802
|
readonly cardinality: "one";
|
|
2825
2803
|
}];
|
|
2826
2804
|
labels: [{
|
|
2827
2805
|
readonly sourceField: string[];
|
|
2828
|
-
readonly destField: ("
|
|
2806
|
+
readonly destField: ("labelId" | "threadId")[];
|
|
2829
2807
|
readonly destSchema: "threadLabel";
|
|
2830
2808
|
readonly cardinality: "many";
|
|
2831
2809
|
}, {
|
|
@@ -2836,13 +2814,13 @@ export declare const marcoZero: {
|
|
|
2836
2814
|
}];
|
|
2837
2815
|
messages: [{
|
|
2838
2816
|
readonly sourceField: string[];
|
|
2839
|
-
readonly destField: ("
|
|
2817
|
+
readonly destField: ("id" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
2840
2818
|
readonly destSchema: "threadMessage";
|
|
2841
2819
|
readonly cardinality: "many";
|
|
2842
2820
|
}];
|
|
2843
2821
|
user: [{
|
|
2844
2822
|
readonly sourceField: string[];
|
|
2845
|
-
readonly destField: ("id" | "
|
|
2823
|
+
readonly destField: ("id" | "profilePicture" | "undoSendEnabled" | "name")[];
|
|
2846
2824
|
readonly destSchema: "user";
|
|
2847
2825
|
readonly cardinality: "one";
|
|
2848
2826
|
}];
|
|
@@ -2856,7 +2834,7 @@ export declare const marcoZero: {
|
|
|
2856
2834
|
}];
|
|
2857
2835
|
thread: [{
|
|
2858
2836
|
readonly sourceField: string[];
|
|
2859
|
-
readonly destField: ("id" | "
|
|
2837
|
+
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "latestMessageDate" | "seen" | "words")[];
|
|
2860
2838
|
readonly destSchema: "thread";
|
|
2861
2839
|
readonly cardinality: "one";
|
|
2862
2840
|
}];
|
|
@@ -2868,17 +2846,6 @@ export declare const marcoZero: {
|
|
|
2868
2846
|
readonly destSchema: "threadMessageAttachment";
|
|
2869
2847
|
readonly cardinality: "many";
|
|
2870
2848
|
}];
|
|
2871
|
-
labels: [{
|
|
2872
|
-
readonly sourceField: string[];
|
|
2873
|
-
readonly destField: ("labelId" | "threadMessageId")[];
|
|
2874
|
-
readonly destSchema: "threadMessageLabel";
|
|
2875
|
-
readonly cardinality: "many";
|
|
2876
|
-
}, {
|
|
2877
|
-
readonly sourceField: string[];
|
|
2878
|
-
readonly destField: ("id" | "accountId" | "path" | "specialUse")[];
|
|
2879
|
-
readonly destSchema: "accountLabel";
|
|
2880
|
-
readonly cardinality: "many";
|
|
2881
|
-
}];
|
|
2882
2849
|
recipients: [{
|
|
2883
2850
|
readonly sourceField: string[];
|
|
2884
2851
|
readonly destField: ("type" | "id" | "name" | "emailAddress" | "threadMessageId")[];
|
|
@@ -2887,7 +2854,7 @@ export declare const marcoZero: {
|
|
|
2887
2854
|
}];
|
|
2888
2855
|
thread: [{
|
|
2889
2856
|
readonly sourceField: string[];
|
|
2890
|
-
readonly destField: ("id" | "
|
|
2857
|
+
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "latestMessageDate" | "seen" | "words")[];
|
|
2891
2858
|
readonly destSchema: "thread";
|
|
2892
2859
|
readonly cardinality: "one";
|
|
2893
2860
|
}];
|
|
@@ -2895,7 +2862,7 @@ export declare const marcoZero: {
|
|
|
2895
2862
|
readonly threadMessageRecipient: {
|
|
2896
2863
|
message: [{
|
|
2897
2864
|
readonly sourceField: string[];
|
|
2898
|
-
readonly destField: ("
|
|
2865
|
+
readonly destField: ("id" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
2899
2866
|
readonly destSchema: "threadMessage";
|
|
2900
2867
|
readonly cardinality: "one";
|
|
2901
2868
|
}];
|
|
@@ -2903,7 +2870,7 @@ export declare const marcoZero: {
|
|
|
2903
2870
|
readonly threadMessageAttachment: {
|
|
2904
2871
|
message: [{
|
|
2905
2872
|
readonly sourceField: string[];
|
|
2906
|
-
readonly destField: ("
|
|
2873
|
+
readonly destField: ("id" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
2907
2874
|
readonly destSchema: "threadMessage";
|
|
2908
2875
|
readonly cardinality: "one";
|
|
2909
2876
|
}];
|
|
@@ -2917,7 +2884,7 @@ export declare const marcoZero: {
|
|
|
2917
2884
|
}];
|
|
2918
2885
|
message: [{
|
|
2919
2886
|
readonly sourceField: string[];
|
|
2920
|
-
readonly destField: ("
|
|
2887
|
+
readonly destField: ("id" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
2921
2888
|
readonly destSchema: "threadMessage";
|
|
2922
2889
|
readonly cardinality: "one";
|
|
2923
2890
|
}];
|
|
@@ -3660,31 +3627,31 @@ export declare const marcoZero: {
|
|
|
3660
3627
|
readonly user: {
|
|
3661
3628
|
accounts: [{
|
|
3662
3629
|
readonly sourceField: string[];
|
|
3663
|
-
readonly destField: ("id" | "
|
|
3630
|
+
readonly destField: ("id" | "userId" | "color" | "displayName" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
|
|
3664
3631
|
readonly destSchema: "account";
|
|
3665
3632
|
readonly cardinality: "many";
|
|
3666
3633
|
}];
|
|
3667
3634
|
contacts: [{
|
|
3668
3635
|
readonly sourceField: string[];
|
|
3669
|
-
readonly destField: ("id" | "name" | "
|
|
3636
|
+
readonly destField: ("id" | "name" | "userId" | "emailAddress")[];
|
|
3670
3637
|
readonly destSchema: "contact";
|
|
3671
3638
|
readonly cardinality: "many";
|
|
3672
3639
|
}];
|
|
3673
3640
|
drafts: [{
|
|
3674
3641
|
readonly sourceField: string[];
|
|
3675
|
-
readonly destField: ("type" | "status" | "id" | "
|
|
3642
|
+
readonly destField: ("type" | "status" | "id" | "userId" | "accountId" | "fromAliasId" | "fromEmail" | "fromName" | "referencedMessageId" | "scheduledFor" | "updatedAt" | "body" | "error" | "subject")[];
|
|
3676
3643
|
readonly destSchema: "draft";
|
|
3677
3644
|
readonly cardinality: "many";
|
|
3678
3645
|
}];
|
|
3679
3646
|
pushNotificationTokens: [{
|
|
3680
3647
|
readonly sourceField: string[];
|
|
3681
|
-
readonly destField: ("
|
|
3648
|
+
readonly destField: ("id" | "createdAt" | "token" | "userId")[];
|
|
3682
3649
|
readonly destSchema: "userPushNotificationToken";
|
|
3683
3650
|
readonly cardinality: "many";
|
|
3684
3651
|
}];
|
|
3685
3652
|
threads: [{
|
|
3686
3653
|
readonly sourceField: string[];
|
|
3687
|
-
readonly destField: ("id" | "
|
|
3654
|
+
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "latestMessageDate" | "seen" | "words")[];
|
|
3688
3655
|
readonly destSchema: "thread";
|
|
3689
3656
|
readonly cardinality: "many";
|
|
3690
3657
|
}];
|
|
@@ -3692,7 +3659,7 @@ export declare const marcoZero: {
|
|
|
3692
3659
|
readonly userPushNotificationToken: {
|
|
3693
3660
|
user: [{
|
|
3694
3661
|
readonly sourceField: string[];
|
|
3695
|
-
readonly destField: ("id" | "
|
|
3662
|
+
readonly destField: ("id" | "profilePicture" | "undoSendEnabled" | "name")[];
|
|
3696
3663
|
readonly destSchema: "user";
|
|
3697
3664
|
readonly cardinality: "one";
|
|
3698
3665
|
}];
|
|
@@ -3700,7 +3667,7 @@ export declare const marcoZero: {
|
|
|
3700
3667
|
readonly contact: {
|
|
3701
3668
|
user: [{
|
|
3702
3669
|
readonly sourceField: string[];
|
|
3703
|
-
readonly destField: ("id" | "
|
|
3670
|
+
readonly destField: ("id" | "profilePicture" | "undoSendEnabled" | "name")[];
|
|
3704
3671
|
readonly destSchema: "user";
|
|
3705
3672
|
readonly cardinality: "one";
|
|
3706
3673
|
}];
|
|
@@ -3714,7 +3681,7 @@ export declare const marcoZero: {
|
|
|
3714
3681
|
}];
|
|
3715
3682
|
drafts: [{
|
|
3716
3683
|
readonly sourceField: string[];
|
|
3717
|
-
readonly destField: ("type" | "status" | "id" | "
|
|
3684
|
+
readonly destField: ("type" | "status" | "id" | "userId" | "accountId" | "fromAliasId" | "fromEmail" | "fromName" | "referencedMessageId" | "scheduledFor" | "updatedAt" | "body" | "error" | "subject")[];
|
|
3718
3685
|
readonly destSchema: "draft";
|
|
3719
3686
|
readonly cardinality: "many";
|
|
3720
3687
|
}];
|
|
@@ -3732,13 +3699,13 @@ export declare const marcoZero: {
|
|
|
3732
3699
|
}];
|
|
3733
3700
|
threads: [{
|
|
3734
3701
|
readonly sourceField: string[];
|
|
3735
|
-
readonly destField: ("id" | "
|
|
3702
|
+
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "latestMessageDate" | "seen" | "words")[];
|
|
3736
3703
|
readonly destSchema: "thread";
|
|
3737
3704
|
readonly cardinality: "many";
|
|
3738
3705
|
}];
|
|
3739
3706
|
user: [{
|
|
3740
3707
|
readonly sourceField: string[];
|
|
3741
|
-
readonly destField: ("id" | "
|
|
3708
|
+
readonly destField: ("id" | "profilePicture" | "undoSendEnabled" | "name")[];
|
|
3742
3709
|
readonly destSchema: "user";
|
|
3743
3710
|
readonly cardinality: "one";
|
|
3744
3711
|
}];
|
|
@@ -3746,7 +3713,7 @@ export declare const marcoZero: {
|
|
|
3746
3713
|
readonly accountAlias: {
|
|
3747
3714
|
account: [{
|
|
3748
3715
|
readonly sourceField: string[];
|
|
3749
|
-
readonly destField: ("id" | "
|
|
3716
|
+
readonly destField: ("id" | "userId" | "color" | "displayName" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
|
|
3750
3717
|
readonly destSchema: "account";
|
|
3751
3718
|
readonly cardinality: "one";
|
|
3752
3719
|
}];
|
|
@@ -3754,7 +3721,7 @@ export declare const marcoZero: {
|
|
|
3754
3721
|
readonly accountLabel: {
|
|
3755
3722
|
account: [{
|
|
3756
3723
|
readonly sourceField: string[];
|
|
3757
|
-
readonly destField: ("id" | "
|
|
3724
|
+
readonly destField: ("id" | "userId" | "color" | "displayName" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
|
|
3758
3725
|
readonly destSchema: "account";
|
|
3759
3726
|
readonly cardinality: "one";
|
|
3760
3727
|
}];
|
|
@@ -3765,18 +3732,18 @@ export declare const marcoZero: {
|
|
|
3765
3732
|
readonly cardinality: "many";
|
|
3766
3733
|
}, {
|
|
3767
3734
|
readonly sourceField: string[];
|
|
3768
|
-
readonly destField: ("
|
|
3735
|
+
readonly destField: ("id" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
3769
3736
|
readonly destSchema: "threadMessage";
|
|
3770
3737
|
readonly cardinality: "many";
|
|
3771
3738
|
}];
|
|
3772
3739
|
threads: [{
|
|
3773
3740
|
readonly sourceField: string[];
|
|
3774
|
-
readonly destField: ("
|
|
3741
|
+
readonly destField: ("labelId" | "threadId")[];
|
|
3775
3742
|
readonly destSchema: "threadLabel";
|
|
3776
3743
|
readonly cardinality: "many";
|
|
3777
3744
|
}, {
|
|
3778
3745
|
readonly sourceField: string[];
|
|
3779
|
-
readonly destField: ("id" | "
|
|
3746
|
+
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "latestMessageDate" | "seen" | "words")[];
|
|
3780
3747
|
readonly destSchema: "thread";
|
|
3781
3748
|
readonly cardinality: "many";
|
|
3782
3749
|
}];
|
|
@@ -3784,13 +3751,13 @@ export declare const marcoZero: {
|
|
|
3784
3751
|
readonly draft: {
|
|
3785
3752
|
account: [{
|
|
3786
3753
|
readonly sourceField: string[];
|
|
3787
|
-
readonly destField: ("id" | "
|
|
3754
|
+
readonly destField: ("id" | "userId" | "color" | "displayName" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
|
|
3788
3755
|
readonly destSchema: "account";
|
|
3789
3756
|
readonly cardinality: "one";
|
|
3790
3757
|
}];
|
|
3791
3758
|
attachments: [{
|
|
3792
3759
|
readonly sourceField: string[];
|
|
3793
|
-
readonly destField: ("id" | "failed" | "fileName" | "mimeType" | "totalChunks" | "totalSize" | "uploadedChunks"
|
|
3760
|
+
readonly destField: ("id" | "draftId" | "failed" | "fileName" | "mimeType" | "totalChunks" | "totalSize" | "uploadedChunks")[];
|
|
3794
3761
|
readonly destSchema: "draftAttachment";
|
|
3795
3762
|
readonly cardinality: "many";
|
|
3796
3763
|
}];
|
|
@@ -3802,7 +3769,7 @@ export declare const marcoZero: {
|
|
|
3802
3769
|
}];
|
|
3803
3770
|
user: [{
|
|
3804
3771
|
readonly sourceField: string[];
|
|
3805
|
-
readonly destField: ("id" | "
|
|
3772
|
+
readonly destField: ("id" | "profilePicture" | "undoSendEnabled" | "name")[];
|
|
3806
3773
|
readonly destSchema: "user";
|
|
3807
3774
|
readonly cardinality: "one";
|
|
3808
3775
|
}];
|
|
@@ -3810,7 +3777,7 @@ export declare const marcoZero: {
|
|
|
3810
3777
|
readonly draftRecipient: {
|
|
3811
3778
|
draft: [{
|
|
3812
3779
|
readonly sourceField: string[];
|
|
3813
|
-
readonly destField: ("type" | "status" | "id" | "
|
|
3780
|
+
readonly destField: ("type" | "status" | "id" | "userId" | "accountId" | "fromAliasId" | "fromEmail" | "fromName" | "referencedMessageId" | "scheduledFor" | "updatedAt" | "body" | "error" | "subject")[];
|
|
3814
3781
|
readonly destSchema: "draft";
|
|
3815
3782
|
readonly cardinality: "one";
|
|
3816
3783
|
}];
|
|
@@ -3818,7 +3785,7 @@ export declare const marcoZero: {
|
|
|
3818
3785
|
readonly draftAttachment: {
|
|
3819
3786
|
draft: [{
|
|
3820
3787
|
readonly sourceField: string[];
|
|
3821
|
-
readonly destField: ("type" | "status" | "id" | "
|
|
3788
|
+
readonly destField: ("type" | "status" | "id" | "userId" | "accountId" | "fromAliasId" | "fromEmail" | "fromName" | "referencedMessageId" | "scheduledFor" | "updatedAt" | "body" | "error" | "subject")[];
|
|
3822
3789
|
readonly destSchema: "draft";
|
|
3823
3790
|
readonly cardinality: "one";
|
|
3824
3791
|
}];
|
|
@@ -3826,13 +3793,13 @@ export declare const marcoZero: {
|
|
|
3826
3793
|
readonly thread: {
|
|
3827
3794
|
account: [{
|
|
3828
3795
|
readonly sourceField: string[];
|
|
3829
|
-
readonly destField: ("id" | "
|
|
3796
|
+
readonly destField: ("id" | "userId" | "color" | "displayName" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
|
|
3830
3797
|
readonly destSchema: "account";
|
|
3831
3798
|
readonly cardinality: "one";
|
|
3832
3799
|
}];
|
|
3833
3800
|
labels: [{
|
|
3834
3801
|
readonly sourceField: string[];
|
|
3835
|
-
readonly destField: ("
|
|
3802
|
+
readonly destField: ("labelId" | "threadId")[];
|
|
3836
3803
|
readonly destSchema: "threadLabel";
|
|
3837
3804
|
readonly cardinality: "many";
|
|
3838
3805
|
}, {
|
|
@@ -3843,13 +3810,13 @@ export declare const marcoZero: {
|
|
|
3843
3810
|
}];
|
|
3844
3811
|
messages: [{
|
|
3845
3812
|
readonly sourceField: string[];
|
|
3846
|
-
readonly destField: ("
|
|
3813
|
+
readonly destField: ("id" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
3847
3814
|
readonly destSchema: "threadMessage";
|
|
3848
3815
|
readonly cardinality: "many";
|
|
3849
3816
|
}];
|
|
3850
3817
|
user: [{
|
|
3851
3818
|
readonly sourceField: string[];
|
|
3852
|
-
readonly destField: ("id" | "
|
|
3819
|
+
readonly destField: ("id" | "profilePicture" | "undoSendEnabled" | "name")[];
|
|
3853
3820
|
readonly destSchema: "user";
|
|
3854
3821
|
readonly cardinality: "one";
|
|
3855
3822
|
}];
|
|
@@ -3863,7 +3830,7 @@ export declare const marcoZero: {
|
|
|
3863
3830
|
}];
|
|
3864
3831
|
thread: [{
|
|
3865
3832
|
readonly sourceField: string[];
|
|
3866
|
-
readonly destField: ("id" | "
|
|
3833
|
+
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "latestMessageDate" | "seen" | "words")[];
|
|
3867
3834
|
readonly destSchema: "thread";
|
|
3868
3835
|
readonly cardinality: "one";
|
|
3869
3836
|
}];
|
|
@@ -3875,17 +3842,6 @@ export declare const marcoZero: {
|
|
|
3875
3842
|
readonly destSchema: "threadMessageAttachment";
|
|
3876
3843
|
readonly cardinality: "many";
|
|
3877
3844
|
}];
|
|
3878
|
-
labels: [{
|
|
3879
|
-
readonly sourceField: string[];
|
|
3880
|
-
readonly destField: ("labelId" | "threadMessageId")[];
|
|
3881
|
-
readonly destSchema: "threadMessageLabel";
|
|
3882
|
-
readonly cardinality: "many";
|
|
3883
|
-
}, {
|
|
3884
|
-
readonly sourceField: string[];
|
|
3885
|
-
readonly destField: ("id" | "accountId" | "path" | "specialUse")[];
|
|
3886
|
-
readonly destSchema: "accountLabel";
|
|
3887
|
-
readonly cardinality: "many";
|
|
3888
|
-
}];
|
|
3889
3845
|
recipients: [{
|
|
3890
3846
|
readonly sourceField: string[];
|
|
3891
3847
|
readonly destField: ("type" | "id" | "name" | "emailAddress" | "threadMessageId")[];
|
|
@@ -3894,7 +3850,7 @@ export declare const marcoZero: {
|
|
|
3894
3850
|
}];
|
|
3895
3851
|
thread: [{
|
|
3896
3852
|
readonly sourceField: string[];
|
|
3897
|
-
readonly destField: ("id" | "
|
|
3853
|
+
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "latestMessageDate" | "seen" | "words")[];
|
|
3898
3854
|
readonly destSchema: "thread";
|
|
3899
3855
|
readonly cardinality: "one";
|
|
3900
3856
|
}];
|
|
@@ -3902,7 +3858,7 @@ export declare const marcoZero: {
|
|
|
3902
3858
|
readonly threadMessageRecipient: {
|
|
3903
3859
|
message: [{
|
|
3904
3860
|
readonly sourceField: string[];
|
|
3905
|
-
readonly destField: ("
|
|
3861
|
+
readonly destField: ("id" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
3906
3862
|
readonly destSchema: "threadMessage";
|
|
3907
3863
|
readonly cardinality: "one";
|
|
3908
3864
|
}];
|
|
@@ -3910,7 +3866,7 @@ export declare const marcoZero: {
|
|
|
3910
3866
|
readonly threadMessageAttachment: {
|
|
3911
3867
|
message: [{
|
|
3912
3868
|
readonly sourceField: string[];
|
|
3913
|
-
readonly destField: ("
|
|
3869
|
+
readonly destField: ("id" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
3914
3870
|
readonly destSchema: "threadMessage";
|
|
3915
3871
|
readonly cardinality: "one";
|
|
3916
3872
|
}];
|
|
@@ -3924,7 +3880,7 @@ export declare const marcoZero: {
|
|
|
3924
3880
|
}];
|
|
3925
3881
|
message: [{
|
|
3926
3882
|
readonly sourceField: string[];
|
|
3927
|
-
readonly destField: ("
|
|
3883
|
+
readonly destField: ("id" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
3928
3884
|
readonly destSchema: "threadMessage";
|
|
3929
3885
|
readonly cardinality: "one";
|
|
3930
3886
|
}];
|
|
@@ -3966,13 +3922,6 @@ export declare const marcoZero: {
|
|
|
3966
3922
|
readonly status: "NOT_DOWNLOADED" | "DOWNLOAD_REQUESTED" | "DOWNLOADED" | "DOWNLOAD_FAILED";
|
|
3967
3923
|
readonly threadMessageId: string;
|
|
3968
3924
|
}[];
|
|
3969
|
-
} & {
|
|
3970
|
-
readonly labels: readonly {
|
|
3971
|
-
readonly accountId: string;
|
|
3972
|
-
readonly id: string;
|
|
3973
|
-
readonly path: string;
|
|
3974
|
-
readonly specialUse: "ARCHIVE" | "INBOX" | "SENT" | "SPAM" | "TRASH" | null;
|
|
3975
|
-
}[];
|
|
3976
3925
|
})[];
|
|
3977
3926
|
} & {
|
|
3978
3927
|
readonly labels: readonly {
|
|
@@ -4679,31 +4628,31 @@ export declare const marcoZero: {
|
|
|
4679
4628
|
readonly user: {
|
|
4680
4629
|
accounts: [{
|
|
4681
4630
|
readonly sourceField: string[];
|
|
4682
|
-
readonly destField: ("id" | "
|
|
4631
|
+
readonly destField: ("id" | "userId" | "color" | "displayName" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
|
|
4683
4632
|
readonly destSchema: "account";
|
|
4684
4633
|
readonly cardinality: "many";
|
|
4685
4634
|
}];
|
|
4686
4635
|
contacts: [{
|
|
4687
4636
|
readonly sourceField: string[];
|
|
4688
|
-
readonly destField: ("id" | "name" | "
|
|
4637
|
+
readonly destField: ("id" | "name" | "userId" | "emailAddress")[];
|
|
4689
4638
|
readonly destSchema: "contact";
|
|
4690
4639
|
readonly cardinality: "many";
|
|
4691
4640
|
}];
|
|
4692
4641
|
drafts: [{
|
|
4693
4642
|
readonly sourceField: string[];
|
|
4694
|
-
readonly destField: ("type" | "status" | "id" | "
|
|
4643
|
+
readonly destField: ("type" | "status" | "id" | "userId" | "accountId" | "fromAliasId" | "fromEmail" | "fromName" | "referencedMessageId" | "scheduledFor" | "updatedAt" | "body" | "error" | "subject")[];
|
|
4695
4644
|
readonly destSchema: "draft";
|
|
4696
4645
|
readonly cardinality: "many";
|
|
4697
4646
|
}];
|
|
4698
4647
|
pushNotificationTokens: [{
|
|
4699
4648
|
readonly sourceField: string[];
|
|
4700
|
-
readonly destField: ("
|
|
4649
|
+
readonly destField: ("id" | "createdAt" | "token" | "userId")[];
|
|
4701
4650
|
readonly destSchema: "userPushNotificationToken";
|
|
4702
4651
|
readonly cardinality: "many";
|
|
4703
4652
|
}];
|
|
4704
4653
|
threads: [{
|
|
4705
4654
|
readonly sourceField: string[];
|
|
4706
|
-
readonly destField: ("id" | "
|
|
4655
|
+
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "latestMessageDate" | "seen" | "words")[];
|
|
4707
4656
|
readonly destSchema: "thread";
|
|
4708
4657
|
readonly cardinality: "many";
|
|
4709
4658
|
}];
|
|
@@ -4711,7 +4660,7 @@ export declare const marcoZero: {
|
|
|
4711
4660
|
readonly userPushNotificationToken: {
|
|
4712
4661
|
user: [{
|
|
4713
4662
|
readonly sourceField: string[];
|
|
4714
|
-
readonly destField: ("id" | "
|
|
4663
|
+
readonly destField: ("id" | "profilePicture" | "undoSendEnabled" | "name")[];
|
|
4715
4664
|
readonly destSchema: "user";
|
|
4716
4665
|
readonly cardinality: "one";
|
|
4717
4666
|
}];
|
|
@@ -4719,7 +4668,7 @@ export declare const marcoZero: {
|
|
|
4719
4668
|
readonly contact: {
|
|
4720
4669
|
user: [{
|
|
4721
4670
|
readonly sourceField: string[];
|
|
4722
|
-
readonly destField: ("id" | "
|
|
4671
|
+
readonly destField: ("id" | "profilePicture" | "undoSendEnabled" | "name")[];
|
|
4723
4672
|
readonly destSchema: "user";
|
|
4724
4673
|
readonly cardinality: "one";
|
|
4725
4674
|
}];
|
|
@@ -4733,7 +4682,7 @@ export declare const marcoZero: {
|
|
|
4733
4682
|
}];
|
|
4734
4683
|
drafts: [{
|
|
4735
4684
|
readonly sourceField: string[];
|
|
4736
|
-
readonly destField: ("type" | "status" | "id" | "
|
|
4685
|
+
readonly destField: ("type" | "status" | "id" | "userId" | "accountId" | "fromAliasId" | "fromEmail" | "fromName" | "referencedMessageId" | "scheduledFor" | "updatedAt" | "body" | "error" | "subject")[];
|
|
4737
4686
|
readonly destSchema: "draft";
|
|
4738
4687
|
readonly cardinality: "many";
|
|
4739
4688
|
}];
|
|
@@ -4751,13 +4700,13 @@ export declare const marcoZero: {
|
|
|
4751
4700
|
}];
|
|
4752
4701
|
threads: [{
|
|
4753
4702
|
readonly sourceField: string[];
|
|
4754
|
-
readonly destField: ("id" | "
|
|
4703
|
+
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "latestMessageDate" | "seen" | "words")[];
|
|
4755
4704
|
readonly destSchema: "thread";
|
|
4756
4705
|
readonly cardinality: "many";
|
|
4757
4706
|
}];
|
|
4758
4707
|
user: [{
|
|
4759
4708
|
readonly sourceField: string[];
|
|
4760
|
-
readonly destField: ("id" | "
|
|
4709
|
+
readonly destField: ("id" | "profilePicture" | "undoSendEnabled" | "name")[];
|
|
4761
4710
|
readonly destSchema: "user";
|
|
4762
4711
|
readonly cardinality: "one";
|
|
4763
4712
|
}];
|
|
@@ -4765,7 +4714,7 @@ export declare const marcoZero: {
|
|
|
4765
4714
|
readonly accountAlias: {
|
|
4766
4715
|
account: [{
|
|
4767
4716
|
readonly sourceField: string[];
|
|
4768
|
-
readonly destField: ("id" | "
|
|
4717
|
+
readonly destField: ("id" | "userId" | "color" | "displayName" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
|
|
4769
4718
|
readonly destSchema: "account";
|
|
4770
4719
|
readonly cardinality: "one";
|
|
4771
4720
|
}];
|
|
@@ -4773,7 +4722,7 @@ export declare const marcoZero: {
|
|
|
4773
4722
|
readonly accountLabel: {
|
|
4774
4723
|
account: [{
|
|
4775
4724
|
readonly sourceField: string[];
|
|
4776
|
-
readonly destField: ("id" | "
|
|
4725
|
+
readonly destField: ("id" | "userId" | "color" | "displayName" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
|
|
4777
4726
|
readonly destSchema: "account";
|
|
4778
4727
|
readonly cardinality: "one";
|
|
4779
4728
|
}];
|
|
@@ -4784,18 +4733,18 @@ export declare const marcoZero: {
|
|
|
4784
4733
|
readonly cardinality: "many";
|
|
4785
4734
|
}, {
|
|
4786
4735
|
readonly sourceField: string[];
|
|
4787
|
-
readonly destField: ("
|
|
4736
|
+
readonly destField: ("id" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
4788
4737
|
readonly destSchema: "threadMessage";
|
|
4789
4738
|
readonly cardinality: "many";
|
|
4790
4739
|
}];
|
|
4791
4740
|
threads: [{
|
|
4792
4741
|
readonly sourceField: string[];
|
|
4793
|
-
readonly destField: ("
|
|
4742
|
+
readonly destField: ("labelId" | "threadId")[];
|
|
4794
4743
|
readonly destSchema: "threadLabel";
|
|
4795
4744
|
readonly cardinality: "many";
|
|
4796
4745
|
}, {
|
|
4797
4746
|
readonly sourceField: string[];
|
|
4798
|
-
readonly destField: ("id" | "
|
|
4747
|
+
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "latestMessageDate" | "seen" | "words")[];
|
|
4799
4748
|
readonly destSchema: "thread";
|
|
4800
4749
|
readonly cardinality: "many";
|
|
4801
4750
|
}];
|
|
@@ -4803,13 +4752,13 @@ export declare const marcoZero: {
|
|
|
4803
4752
|
readonly draft: {
|
|
4804
4753
|
account: [{
|
|
4805
4754
|
readonly sourceField: string[];
|
|
4806
|
-
readonly destField: ("id" | "
|
|
4755
|
+
readonly destField: ("id" | "userId" | "color" | "displayName" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
|
|
4807
4756
|
readonly destSchema: "account";
|
|
4808
4757
|
readonly cardinality: "one";
|
|
4809
4758
|
}];
|
|
4810
4759
|
attachments: [{
|
|
4811
4760
|
readonly sourceField: string[];
|
|
4812
|
-
readonly destField: ("id" | "failed" | "fileName" | "mimeType" | "totalChunks" | "totalSize" | "uploadedChunks"
|
|
4761
|
+
readonly destField: ("id" | "draftId" | "failed" | "fileName" | "mimeType" | "totalChunks" | "totalSize" | "uploadedChunks")[];
|
|
4813
4762
|
readonly destSchema: "draftAttachment";
|
|
4814
4763
|
readonly cardinality: "many";
|
|
4815
4764
|
}];
|
|
@@ -4821,7 +4770,7 @@ export declare const marcoZero: {
|
|
|
4821
4770
|
}];
|
|
4822
4771
|
user: [{
|
|
4823
4772
|
readonly sourceField: string[];
|
|
4824
|
-
readonly destField: ("id" | "
|
|
4773
|
+
readonly destField: ("id" | "profilePicture" | "undoSendEnabled" | "name")[];
|
|
4825
4774
|
readonly destSchema: "user";
|
|
4826
4775
|
readonly cardinality: "one";
|
|
4827
4776
|
}];
|
|
@@ -4829,7 +4778,7 @@ export declare const marcoZero: {
|
|
|
4829
4778
|
readonly draftRecipient: {
|
|
4830
4779
|
draft: [{
|
|
4831
4780
|
readonly sourceField: string[];
|
|
4832
|
-
readonly destField: ("type" | "status" | "id" | "
|
|
4781
|
+
readonly destField: ("type" | "status" | "id" | "userId" | "accountId" | "fromAliasId" | "fromEmail" | "fromName" | "referencedMessageId" | "scheduledFor" | "updatedAt" | "body" | "error" | "subject")[];
|
|
4833
4782
|
readonly destSchema: "draft";
|
|
4834
4783
|
readonly cardinality: "one";
|
|
4835
4784
|
}];
|
|
@@ -4837,7 +4786,7 @@ export declare const marcoZero: {
|
|
|
4837
4786
|
readonly draftAttachment: {
|
|
4838
4787
|
draft: [{
|
|
4839
4788
|
readonly sourceField: string[];
|
|
4840
|
-
readonly destField: ("type" | "status" | "id" | "
|
|
4789
|
+
readonly destField: ("type" | "status" | "id" | "userId" | "accountId" | "fromAliasId" | "fromEmail" | "fromName" | "referencedMessageId" | "scheduledFor" | "updatedAt" | "body" | "error" | "subject")[];
|
|
4841
4790
|
readonly destSchema: "draft";
|
|
4842
4791
|
readonly cardinality: "one";
|
|
4843
4792
|
}];
|
|
@@ -4845,13 +4794,13 @@ export declare const marcoZero: {
|
|
|
4845
4794
|
readonly thread: {
|
|
4846
4795
|
account: [{
|
|
4847
4796
|
readonly sourceField: string[];
|
|
4848
|
-
readonly destField: ("id" | "
|
|
4797
|
+
readonly destField: ("id" | "userId" | "color" | "displayName" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
|
|
4849
4798
|
readonly destSchema: "account";
|
|
4850
4799
|
readonly cardinality: "one";
|
|
4851
4800
|
}];
|
|
4852
4801
|
labels: [{
|
|
4853
4802
|
readonly sourceField: string[];
|
|
4854
|
-
readonly destField: ("
|
|
4803
|
+
readonly destField: ("labelId" | "threadId")[];
|
|
4855
4804
|
readonly destSchema: "threadLabel";
|
|
4856
4805
|
readonly cardinality: "many";
|
|
4857
4806
|
}, {
|
|
@@ -4862,13 +4811,13 @@ export declare const marcoZero: {
|
|
|
4862
4811
|
}];
|
|
4863
4812
|
messages: [{
|
|
4864
4813
|
readonly sourceField: string[];
|
|
4865
|
-
readonly destField: ("
|
|
4814
|
+
readonly destField: ("id" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
4866
4815
|
readonly destSchema: "threadMessage";
|
|
4867
4816
|
readonly cardinality: "many";
|
|
4868
4817
|
}];
|
|
4869
4818
|
user: [{
|
|
4870
4819
|
readonly sourceField: string[];
|
|
4871
|
-
readonly destField: ("id" | "
|
|
4820
|
+
readonly destField: ("id" | "profilePicture" | "undoSendEnabled" | "name")[];
|
|
4872
4821
|
readonly destSchema: "user";
|
|
4873
4822
|
readonly cardinality: "one";
|
|
4874
4823
|
}];
|
|
@@ -4882,7 +4831,7 @@ export declare const marcoZero: {
|
|
|
4882
4831
|
}];
|
|
4883
4832
|
thread: [{
|
|
4884
4833
|
readonly sourceField: string[];
|
|
4885
|
-
readonly destField: ("id" | "
|
|
4834
|
+
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "latestMessageDate" | "seen" | "words")[];
|
|
4886
4835
|
readonly destSchema: "thread";
|
|
4887
4836
|
readonly cardinality: "one";
|
|
4888
4837
|
}];
|
|
@@ -4894,17 +4843,6 @@ export declare const marcoZero: {
|
|
|
4894
4843
|
readonly destSchema: "threadMessageAttachment";
|
|
4895
4844
|
readonly cardinality: "many";
|
|
4896
4845
|
}];
|
|
4897
|
-
labels: [{
|
|
4898
|
-
readonly sourceField: string[];
|
|
4899
|
-
readonly destField: ("labelId" | "threadMessageId")[];
|
|
4900
|
-
readonly destSchema: "threadMessageLabel";
|
|
4901
|
-
readonly cardinality: "many";
|
|
4902
|
-
}, {
|
|
4903
|
-
readonly sourceField: string[];
|
|
4904
|
-
readonly destField: ("id" | "accountId" | "path" | "specialUse")[];
|
|
4905
|
-
readonly destSchema: "accountLabel";
|
|
4906
|
-
readonly cardinality: "many";
|
|
4907
|
-
}];
|
|
4908
4846
|
recipients: [{
|
|
4909
4847
|
readonly sourceField: string[];
|
|
4910
4848
|
readonly destField: ("type" | "id" | "name" | "emailAddress" | "threadMessageId")[];
|
|
@@ -4913,7 +4851,7 @@ export declare const marcoZero: {
|
|
|
4913
4851
|
}];
|
|
4914
4852
|
thread: [{
|
|
4915
4853
|
readonly sourceField: string[];
|
|
4916
|
-
readonly destField: ("id" | "
|
|
4854
|
+
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "latestMessageDate" | "seen" | "words")[];
|
|
4917
4855
|
readonly destSchema: "thread";
|
|
4918
4856
|
readonly cardinality: "one";
|
|
4919
4857
|
}];
|
|
@@ -4921,7 +4859,7 @@ export declare const marcoZero: {
|
|
|
4921
4859
|
readonly threadMessageRecipient: {
|
|
4922
4860
|
message: [{
|
|
4923
4861
|
readonly sourceField: string[];
|
|
4924
|
-
readonly destField: ("
|
|
4862
|
+
readonly destField: ("id" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
4925
4863
|
readonly destSchema: "threadMessage";
|
|
4926
4864
|
readonly cardinality: "one";
|
|
4927
4865
|
}];
|
|
@@ -4929,7 +4867,7 @@ export declare const marcoZero: {
|
|
|
4929
4867
|
readonly threadMessageAttachment: {
|
|
4930
4868
|
message: [{
|
|
4931
4869
|
readonly sourceField: string[];
|
|
4932
|
-
readonly destField: ("
|
|
4870
|
+
readonly destField: ("id" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
4933
4871
|
readonly destSchema: "threadMessage";
|
|
4934
4872
|
readonly cardinality: "one";
|
|
4935
4873
|
}];
|
|
@@ -4943,7 +4881,7 @@ export declare const marcoZero: {
|
|
|
4943
4881
|
}];
|
|
4944
4882
|
message: [{
|
|
4945
4883
|
readonly sourceField: string[];
|
|
4946
|
-
readonly destField: ("
|
|
4884
|
+
readonly destField: ("id" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
4947
4885
|
readonly destSchema: "threadMessage";
|
|
4948
4886
|
readonly cardinality: "one";
|
|
4949
4887
|
}];
|
|
@@ -5678,31 +5616,31 @@ export declare const marcoZero: {
|
|
|
5678
5616
|
readonly user: {
|
|
5679
5617
|
accounts: [{
|
|
5680
5618
|
readonly sourceField: string[];
|
|
5681
|
-
readonly destField: ("id" | "
|
|
5619
|
+
readonly destField: ("id" | "userId" | "color" | "displayName" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
|
|
5682
5620
|
readonly destSchema: "account";
|
|
5683
5621
|
readonly cardinality: "many";
|
|
5684
5622
|
}];
|
|
5685
5623
|
contacts: [{
|
|
5686
5624
|
readonly sourceField: string[];
|
|
5687
|
-
readonly destField: ("id" | "name" | "
|
|
5625
|
+
readonly destField: ("id" | "name" | "userId" | "emailAddress")[];
|
|
5688
5626
|
readonly destSchema: "contact";
|
|
5689
5627
|
readonly cardinality: "many";
|
|
5690
5628
|
}];
|
|
5691
5629
|
drafts: [{
|
|
5692
5630
|
readonly sourceField: string[];
|
|
5693
|
-
readonly destField: ("type" | "status" | "id" | "
|
|
5631
|
+
readonly destField: ("type" | "status" | "id" | "userId" | "accountId" | "fromAliasId" | "fromEmail" | "fromName" | "referencedMessageId" | "scheduledFor" | "updatedAt" | "body" | "error" | "subject")[];
|
|
5694
5632
|
readonly destSchema: "draft";
|
|
5695
5633
|
readonly cardinality: "many";
|
|
5696
5634
|
}];
|
|
5697
5635
|
pushNotificationTokens: [{
|
|
5698
5636
|
readonly sourceField: string[];
|
|
5699
|
-
readonly destField: ("
|
|
5637
|
+
readonly destField: ("id" | "createdAt" | "token" | "userId")[];
|
|
5700
5638
|
readonly destSchema: "userPushNotificationToken";
|
|
5701
5639
|
readonly cardinality: "many";
|
|
5702
5640
|
}];
|
|
5703
5641
|
threads: [{
|
|
5704
5642
|
readonly sourceField: string[];
|
|
5705
|
-
readonly destField: ("id" | "
|
|
5643
|
+
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "latestMessageDate" | "seen" | "words")[];
|
|
5706
5644
|
readonly destSchema: "thread";
|
|
5707
5645
|
readonly cardinality: "many";
|
|
5708
5646
|
}];
|
|
@@ -5710,7 +5648,7 @@ export declare const marcoZero: {
|
|
|
5710
5648
|
readonly userPushNotificationToken: {
|
|
5711
5649
|
user: [{
|
|
5712
5650
|
readonly sourceField: string[];
|
|
5713
|
-
readonly destField: ("id" | "
|
|
5651
|
+
readonly destField: ("id" | "profilePicture" | "undoSendEnabled" | "name")[];
|
|
5714
5652
|
readonly destSchema: "user";
|
|
5715
5653
|
readonly cardinality: "one";
|
|
5716
5654
|
}];
|
|
@@ -5718,7 +5656,7 @@ export declare const marcoZero: {
|
|
|
5718
5656
|
readonly contact: {
|
|
5719
5657
|
user: [{
|
|
5720
5658
|
readonly sourceField: string[];
|
|
5721
|
-
readonly destField: ("id" | "
|
|
5659
|
+
readonly destField: ("id" | "profilePicture" | "undoSendEnabled" | "name")[];
|
|
5722
5660
|
readonly destSchema: "user";
|
|
5723
5661
|
readonly cardinality: "one";
|
|
5724
5662
|
}];
|
|
@@ -5732,7 +5670,7 @@ export declare const marcoZero: {
|
|
|
5732
5670
|
}];
|
|
5733
5671
|
drafts: [{
|
|
5734
5672
|
readonly sourceField: string[];
|
|
5735
|
-
readonly destField: ("type" | "status" | "id" | "
|
|
5673
|
+
readonly destField: ("type" | "status" | "id" | "userId" | "accountId" | "fromAliasId" | "fromEmail" | "fromName" | "referencedMessageId" | "scheduledFor" | "updatedAt" | "body" | "error" | "subject")[];
|
|
5736
5674
|
readonly destSchema: "draft";
|
|
5737
5675
|
readonly cardinality: "many";
|
|
5738
5676
|
}];
|
|
@@ -5750,13 +5688,13 @@ export declare const marcoZero: {
|
|
|
5750
5688
|
}];
|
|
5751
5689
|
threads: [{
|
|
5752
5690
|
readonly sourceField: string[];
|
|
5753
|
-
readonly destField: ("id" | "
|
|
5691
|
+
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "latestMessageDate" | "seen" | "words")[];
|
|
5754
5692
|
readonly destSchema: "thread";
|
|
5755
5693
|
readonly cardinality: "many";
|
|
5756
5694
|
}];
|
|
5757
5695
|
user: [{
|
|
5758
5696
|
readonly sourceField: string[];
|
|
5759
|
-
readonly destField: ("id" | "
|
|
5697
|
+
readonly destField: ("id" | "profilePicture" | "undoSendEnabled" | "name")[];
|
|
5760
5698
|
readonly destSchema: "user";
|
|
5761
5699
|
readonly cardinality: "one";
|
|
5762
5700
|
}];
|
|
@@ -5764,7 +5702,7 @@ export declare const marcoZero: {
|
|
|
5764
5702
|
readonly accountAlias: {
|
|
5765
5703
|
account: [{
|
|
5766
5704
|
readonly sourceField: string[];
|
|
5767
|
-
readonly destField: ("id" | "
|
|
5705
|
+
readonly destField: ("id" | "userId" | "color" | "displayName" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
|
|
5768
5706
|
readonly destSchema: "account";
|
|
5769
5707
|
readonly cardinality: "one";
|
|
5770
5708
|
}];
|
|
@@ -5772,7 +5710,7 @@ export declare const marcoZero: {
|
|
|
5772
5710
|
readonly accountLabel: {
|
|
5773
5711
|
account: [{
|
|
5774
5712
|
readonly sourceField: string[];
|
|
5775
|
-
readonly destField: ("id" | "
|
|
5713
|
+
readonly destField: ("id" | "userId" | "color" | "displayName" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
|
|
5776
5714
|
readonly destSchema: "account";
|
|
5777
5715
|
readonly cardinality: "one";
|
|
5778
5716
|
}];
|
|
@@ -5783,18 +5721,18 @@ export declare const marcoZero: {
|
|
|
5783
5721
|
readonly cardinality: "many";
|
|
5784
5722
|
}, {
|
|
5785
5723
|
readonly sourceField: string[];
|
|
5786
|
-
readonly destField: ("
|
|
5724
|
+
readonly destField: ("id" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
5787
5725
|
readonly destSchema: "threadMessage";
|
|
5788
5726
|
readonly cardinality: "many";
|
|
5789
5727
|
}];
|
|
5790
5728
|
threads: [{
|
|
5791
5729
|
readonly sourceField: string[];
|
|
5792
|
-
readonly destField: ("
|
|
5730
|
+
readonly destField: ("labelId" | "threadId")[];
|
|
5793
5731
|
readonly destSchema: "threadLabel";
|
|
5794
5732
|
readonly cardinality: "many";
|
|
5795
5733
|
}, {
|
|
5796
5734
|
readonly sourceField: string[];
|
|
5797
|
-
readonly destField: ("id" | "
|
|
5735
|
+
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "latestMessageDate" | "seen" | "words")[];
|
|
5798
5736
|
readonly destSchema: "thread";
|
|
5799
5737
|
readonly cardinality: "many";
|
|
5800
5738
|
}];
|
|
@@ -5802,13 +5740,13 @@ export declare const marcoZero: {
|
|
|
5802
5740
|
readonly draft: {
|
|
5803
5741
|
account: [{
|
|
5804
5742
|
readonly sourceField: string[];
|
|
5805
|
-
readonly destField: ("id" | "
|
|
5743
|
+
readonly destField: ("id" | "userId" | "color" | "displayName" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
|
|
5806
5744
|
readonly destSchema: "account";
|
|
5807
5745
|
readonly cardinality: "one";
|
|
5808
5746
|
}];
|
|
5809
5747
|
attachments: [{
|
|
5810
5748
|
readonly sourceField: string[];
|
|
5811
|
-
readonly destField: ("id" | "failed" | "fileName" | "mimeType" | "totalChunks" | "totalSize" | "uploadedChunks"
|
|
5749
|
+
readonly destField: ("id" | "draftId" | "failed" | "fileName" | "mimeType" | "totalChunks" | "totalSize" | "uploadedChunks")[];
|
|
5812
5750
|
readonly destSchema: "draftAttachment";
|
|
5813
5751
|
readonly cardinality: "many";
|
|
5814
5752
|
}];
|
|
@@ -5820,7 +5758,7 @@ export declare const marcoZero: {
|
|
|
5820
5758
|
}];
|
|
5821
5759
|
user: [{
|
|
5822
5760
|
readonly sourceField: string[];
|
|
5823
|
-
readonly destField: ("id" | "
|
|
5761
|
+
readonly destField: ("id" | "profilePicture" | "undoSendEnabled" | "name")[];
|
|
5824
5762
|
readonly destSchema: "user";
|
|
5825
5763
|
readonly cardinality: "one";
|
|
5826
5764
|
}];
|
|
@@ -5828,7 +5766,7 @@ export declare const marcoZero: {
|
|
|
5828
5766
|
readonly draftRecipient: {
|
|
5829
5767
|
draft: [{
|
|
5830
5768
|
readonly sourceField: string[];
|
|
5831
|
-
readonly destField: ("type" | "status" | "id" | "
|
|
5769
|
+
readonly destField: ("type" | "status" | "id" | "userId" | "accountId" | "fromAliasId" | "fromEmail" | "fromName" | "referencedMessageId" | "scheduledFor" | "updatedAt" | "body" | "error" | "subject")[];
|
|
5832
5770
|
readonly destSchema: "draft";
|
|
5833
5771
|
readonly cardinality: "one";
|
|
5834
5772
|
}];
|
|
@@ -5836,7 +5774,7 @@ export declare const marcoZero: {
|
|
|
5836
5774
|
readonly draftAttachment: {
|
|
5837
5775
|
draft: [{
|
|
5838
5776
|
readonly sourceField: string[];
|
|
5839
|
-
readonly destField: ("type" | "status" | "id" | "
|
|
5777
|
+
readonly destField: ("type" | "status" | "id" | "userId" | "accountId" | "fromAliasId" | "fromEmail" | "fromName" | "referencedMessageId" | "scheduledFor" | "updatedAt" | "body" | "error" | "subject")[];
|
|
5840
5778
|
readonly destSchema: "draft";
|
|
5841
5779
|
readonly cardinality: "one";
|
|
5842
5780
|
}];
|
|
@@ -5844,13 +5782,13 @@ export declare const marcoZero: {
|
|
|
5844
5782
|
readonly thread: {
|
|
5845
5783
|
account: [{
|
|
5846
5784
|
readonly sourceField: string[];
|
|
5847
|
-
readonly destField: ("id" | "
|
|
5785
|
+
readonly destField: ("id" | "userId" | "color" | "displayName" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
|
|
5848
5786
|
readonly destSchema: "account";
|
|
5849
5787
|
readonly cardinality: "one";
|
|
5850
5788
|
}];
|
|
5851
5789
|
labels: [{
|
|
5852
5790
|
readonly sourceField: string[];
|
|
5853
|
-
readonly destField: ("
|
|
5791
|
+
readonly destField: ("labelId" | "threadId")[];
|
|
5854
5792
|
readonly destSchema: "threadLabel";
|
|
5855
5793
|
readonly cardinality: "many";
|
|
5856
5794
|
}, {
|
|
@@ -5861,13 +5799,13 @@ export declare const marcoZero: {
|
|
|
5861
5799
|
}];
|
|
5862
5800
|
messages: [{
|
|
5863
5801
|
readonly sourceField: string[];
|
|
5864
|
-
readonly destField: ("
|
|
5802
|
+
readonly destField: ("id" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
5865
5803
|
readonly destSchema: "threadMessage";
|
|
5866
5804
|
readonly cardinality: "many";
|
|
5867
5805
|
}];
|
|
5868
5806
|
user: [{
|
|
5869
5807
|
readonly sourceField: string[];
|
|
5870
|
-
readonly destField: ("id" | "
|
|
5808
|
+
readonly destField: ("id" | "profilePicture" | "undoSendEnabled" | "name")[];
|
|
5871
5809
|
readonly destSchema: "user";
|
|
5872
5810
|
readonly cardinality: "one";
|
|
5873
5811
|
}];
|
|
@@ -5881,7 +5819,7 @@ export declare const marcoZero: {
|
|
|
5881
5819
|
}];
|
|
5882
5820
|
thread: [{
|
|
5883
5821
|
readonly sourceField: string[];
|
|
5884
|
-
readonly destField: ("id" | "
|
|
5822
|
+
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "latestMessageDate" | "seen" | "words")[];
|
|
5885
5823
|
readonly destSchema: "thread";
|
|
5886
5824
|
readonly cardinality: "one";
|
|
5887
5825
|
}];
|
|
@@ -5893,17 +5831,6 @@ export declare const marcoZero: {
|
|
|
5893
5831
|
readonly destSchema: "threadMessageAttachment";
|
|
5894
5832
|
readonly cardinality: "many";
|
|
5895
5833
|
}];
|
|
5896
|
-
labels: [{
|
|
5897
|
-
readonly sourceField: string[];
|
|
5898
|
-
readonly destField: ("labelId" | "threadMessageId")[];
|
|
5899
|
-
readonly destSchema: "threadMessageLabel";
|
|
5900
|
-
readonly cardinality: "many";
|
|
5901
|
-
}, {
|
|
5902
|
-
readonly sourceField: string[];
|
|
5903
|
-
readonly destField: ("id" | "accountId" | "path" | "specialUse")[];
|
|
5904
|
-
readonly destSchema: "accountLabel";
|
|
5905
|
-
readonly cardinality: "many";
|
|
5906
|
-
}];
|
|
5907
5834
|
recipients: [{
|
|
5908
5835
|
readonly sourceField: string[];
|
|
5909
5836
|
readonly destField: ("type" | "id" | "name" | "emailAddress" | "threadMessageId")[];
|
|
@@ -5912,7 +5839,7 @@ export declare const marcoZero: {
|
|
|
5912
5839
|
}];
|
|
5913
5840
|
thread: [{
|
|
5914
5841
|
readonly sourceField: string[];
|
|
5915
|
-
readonly destField: ("id" | "
|
|
5842
|
+
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "latestMessageDate" | "seen" | "words")[];
|
|
5916
5843
|
readonly destSchema: "thread";
|
|
5917
5844
|
readonly cardinality: "one";
|
|
5918
5845
|
}];
|
|
@@ -5920,7 +5847,7 @@ export declare const marcoZero: {
|
|
|
5920
5847
|
readonly threadMessageRecipient: {
|
|
5921
5848
|
message: [{
|
|
5922
5849
|
readonly sourceField: string[];
|
|
5923
|
-
readonly destField: ("
|
|
5850
|
+
readonly destField: ("id" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
5924
5851
|
readonly destSchema: "threadMessage";
|
|
5925
5852
|
readonly cardinality: "one";
|
|
5926
5853
|
}];
|
|
@@ -5928,7 +5855,7 @@ export declare const marcoZero: {
|
|
|
5928
5855
|
readonly threadMessageAttachment: {
|
|
5929
5856
|
message: [{
|
|
5930
5857
|
readonly sourceField: string[];
|
|
5931
|
-
readonly destField: ("
|
|
5858
|
+
readonly destField: ("id" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
5932
5859
|
readonly destSchema: "threadMessage";
|
|
5933
5860
|
readonly cardinality: "one";
|
|
5934
5861
|
}];
|
|
@@ -5942,7 +5869,7 @@ export declare const marcoZero: {
|
|
|
5942
5869
|
}];
|
|
5943
5870
|
message: [{
|
|
5944
5871
|
readonly sourceField: string[];
|
|
5945
|
-
readonly destField: ("
|
|
5872
|
+
readonly destField: ("id" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
5946
5873
|
readonly destSchema: "threadMessage";
|
|
5947
5874
|
readonly cardinality: "one";
|
|
5948
5875
|
}];
|
|
@@ -6633,13 +6560,5 @@ export declare const marcoZero: {
|
|
|
6633
6560
|
}>;
|
|
6634
6561
|
};
|
|
6635
6562
|
};
|
|
6636
|
-
export type {
|
|
6637
|
-
export { createMutators, ZeroMutatorValidationError, zeroMutatorSchemas, } from './mutators';
|
|
6638
|
-
export { accountMutatorDefinitions } from './mutators/account';
|
|
6639
|
-
export { draftMutatorDefinitions } from './mutators/draft';
|
|
6640
|
-
export { threadMutatorDefinitions } from './mutators/thread';
|
|
6641
|
-
export { userMutatorDefinitions } from './mutators/user';
|
|
6642
|
-
export { getUser } from './queries';
|
|
6643
|
-
export type { MarcoZeroSchema } from './schema';
|
|
6644
|
-
export { schema, zeroTables } from './schema';
|
|
6563
|
+
export type { MarcoZeroMutators } from './mutators';
|
|
6645
6564
|
//# sourceMappingURL=index.d.ts.map
|