@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
|
@@ -658,58 +658,36 @@ export declare const getAccounts: import("@rocicorp/zero").SyncedQuery<"getAccou
|
|
|
658
658
|
} & {
|
|
659
659
|
primaryKey: ["id"];
|
|
660
660
|
};
|
|
661
|
-
readonly threadMessageLabel: {
|
|
662
|
-
name: "threadMessageLabel";
|
|
663
|
-
columns: {
|
|
664
|
-
readonly labelId: {
|
|
665
|
-
type: "string";
|
|
666
|
-
optional: false;
|
|
667
|
-
customType: string;
|
|
668
|
-
} & {
|
|
669
|
-
serverName: string;
|
|
670
|
-
};
|
|
671
|
-
readonly threadMessageId: {
|
|
672
|
-
type: "string";
|
|
673
|
-
optional: false;
|
|
674
|
-
customType: string;
|
|
675
|
-
} & {
|
|
676
|
-
serverName: string;
|
|
677
|
-
};
|
|
678
|
-
};
|
|
679
|
-
primaryKey: readonly [string, ...string[]];
|
|
680
|
-
} & {
|
|
681
|
-
primaryKey: ["threadMessageId", "labelId"];
|
|
682
|
-
};
|
|
683
661
|
};
|
|
684
662
|
relationships: {
|
|
685
663
|
readonly user: {
|
|
686
664
|
accounts: [{
|
|
687
665
|
readonly sourceField: string[];
|
|
688
|
-
readonly destField: ("id" | "
|
|
666
|
+
readonly destField: ("id" | "userId" | "color" | "displayName" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
|
|
689
667
|
readonly destSchema: "account";
|
|
690
668
|
readonly cardinality: "many";
|
|
691
669
|
}];
|
|
692
670
|
contacts: [{
|
|
693
671
|
readonly sourceField: string[];
|
|
694
|
-
readonly destField: ("id" | "name" | "
|
|
672
|
+
readonly destField: ("id" | "name" | "userId" | "emailAddress")[];
|
|
695
673
|
readonly destSchema: "contact";
|
|
696
674
|
readonly cardinality: "many";
|
|
697
675
|
}];
|
|
698
676
|
drafts: [{
|
|
699
677
|
readonly sourceField: string[];
|
|
700
|
-
readonly destField: ("type" | "status" | "id" | "
|
|
678
|
+
readonly destField: ("type" | "status" | "id" | "userId" | "accountId" | "fromAliasId" | "fromEmail" | "fromName" | "referencedMessageId" | "scheduledFor" | "updatedAt" | "body" | "error" | "subject")[];
|
|
701
679
|
readonly destSchema: "draft";
|
|
702
680
|
readonly cardinality: "many";
|
|
703
681
|
}];
|
|
704
682
|
pushNotificationTokens: [{
|
|
705
683
|
readonly sourceField: string[];
|
|
706
|
-
readonly destField: ("
|
|
684
|
+
readonly destField: ("id" | "createdAt" | "token" | "userId")[];
|
|
707
685
|
readonly destSchema: "userPushNotificationToken";
|
|
708
686
|
readonly cardinality: "many";
|
|
709
687
|
}];
|
|
710
688
|
threads: [{
|
|
711
689
|
readonly sourceField: string[];
|
|
712
|
-
readonly destField: ("id" | "
|
|
690
|
+
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "latestMessageDate" | "seen" | "words")[];
|
|
713
691
|
readonly destSchema: "thread";
|
|
714
692
|
readonly cardinality: "many";
|
|
715
693
|
}];
|
|
@@ -717,7 +695,7 @@ export declare const getAccounts: import("@rocicorp/zero").SyncedQuery<"getAccou
|
|
|
717
695
|
readonly userPushNotificationToken: {
|
|
718
696
|
user: [{
|
|
719
697
|
readonly sourceField: string[];
|
|
720
|
-
readonly destField: ("id" | "
|
|
698
|
+
readonly destField: ("id" | "profilePicture" | "undoSendEnabled" | "name")[];
|
|
721
699
|
readonly destSchema: "user";
|
|
722
700
|
readonly cardinality: "one";
|
|
723
701
|
}];
|
|
@@ -725,7 +703,7 @@ export declare const getAccounts: import("@rocicorp/zero").SyncedQuery<"getAccou
|
|
|
725
703
|
readonly contact: {
|
|
726
704
|
user: [{
|
|
727
705
|
readonly sourceField: string[];
|
|
728
|
-
readonly destField: ("id" | "
|
|
706
|
+
readonly destField: ("id" | "profilePicture" | "undoSendEnabled" | "name")[];
|
|
729
707
|
readonly destSchema: "user";
|
|
730
708
|
readonly cardinality: "one";
|
|
731
709
|
}];
|
|
@@ -739,7 +717,7 @@ export declare const getAccounts: import("@rocicorp/zero").SyncedQuery<"getAccou
|
|
|
739
717
|
}];
|
|
740
718
|
drafts: [{
|
|
741
719
|
readonly sourceField: string[];
|
|
742
|
-
readonly destField: ("type" | "status" | "id" | "
|
|
720
|
+
readonly destField: ("type" | "status" | "id" | "userId" | "accountId" | "fromAliasId" | "fromEmail" | "fromName" | "referencedMessageId" | "scheduledFor" | "updatedAt" | "body" | "error" | "subject")[];
|
|
743
721
|
readonly destSchema: "draft";
|
|
744
722
|
readonly cardinality: "many";
|
|
745
723
|
}];
|
|
@@ -757,13 +735,13 @@ export declare const getAccounts: import("@rocicorp/zero").SyncedQuery<"getAccou
|
|
|
757
735
|
}];
|
|
758
736
|
threads: [{
|
|
759
737
|
readonly sourceField: string[];
|
|
760
|
-
readonly destField: ("id" | "
|
|
738
|
+
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "latestMessageDate" | "seen" | "words")[];
|
|
761
739
|
readonly destSchema: "thread";
|
|
762
740
|
readonly cardinality: "many";
|
|
763
741
|
}];
|
|
764
742
|
user: [{
|
|
765
743
|
readonly sourceField: string[];
|
|
766
|
-
readonly destField: ("id" | "
|
|
744
|
+
readonly destField: ("id" | "profilePicture" | "undoSendEnabled" | "name")[];
|
|
767
745
|
readonly destSchema: "user";
|
|
768
746
|
readonly cardinality: "one";
|
|
769
747
|
}];
|
|
@@ -771,7 +749,7 @@ export declare const getAccounts: import("@rocicorp/zero").SyncedQuery<"getAccou
|
|
|
771
749
|
readonly accountAlias: {
|
|
772
750
|
account: [{
|
|
773
751
|
readonly sourceField: string[];
|
|
774
|
-
readonly destField: ("id" | "
|
|
752
|
+
readonly destField: ("id" | "userId" | "color" | "displayName" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
|
|
775
753
|
readonly destSchema: "account";
|
|
776
754
|
readonly cardinality: "one";
|
|
777
755
|
}];
|
|
@@ -779,29 +757,18 @@ export declare const getAccounts: import("@rocicorp/zero").SyncedQuery<"getAccou
|
|
|
779
757
|
readonly accountLabel: {
|
|
780
758
|
account: [{
|
|
781
759
|
readonly sourceField: string[];
|
|
782
|
-
readonly destField: ("id" | "
|
|
760
|
+
readonly destField: ("id" | "userId" | "color" | "displayName" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
|
|
783
761
|
readonly destSchema: "account";
|
|
784
762
|
readonly cardinality: "one";
|
|
785
763
|
}];
|
|
786
|
-
threadMessages: [{
|
|
787
|
-
readonly sourceField: string[];
|
|
788
|
-
readonly destField: ("labelId" | "threadMessageId")[];
|
|
789
|
-
readonly destSchema: "threadMessageLabel";
|
|
790
|
-
readonly cardinality: "many";
|
|
791
|
-
}, {
|
|
792
|
-
readonly sourceField: string[];
|
|
793
|
-
readonly destField: ("threadId" | "id" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
794
|
-
readonly destSchema: "threadMessage";
|
|
795
|
-
readonly cardinality: "many";
|
|
796
|
-
}];
|
|
797
764
|
threads: [{
|
|
798
765
|
readonly sourceField: string[];
|
|
799
|
-
readonly destField: ("
|
|
766
|
+
readonly destField: ("labelId" | "threadId")[];
|
|
800
767
|
readonly destSchema: "threadLabel";
|
|
801
768
|
readonly cardinality: "many";
|
|
802
769
|
}, {
|
|
803
770
|
readonly sourceField: string[];
|
|
804
|
-
readonly destField: ("id" | "
|
|
771
|
+
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "latestMessageDate" | "seen" | "words")[];
|
|
805
772
|
readonly destSchema: "thread";
|
|
806
773
|
readonly cardinality: "many";
|
|
807
774
|
}];
|
|
@@ -809,13 +776,13 @@ export declare const getAccounts: import("@rocicorp/zero").SyncedQuery<"getAccou
|
|
|
809
776
|
readonly draft: {
|
|
810
777
|
account: [{
|
|
811
778
|
readonly sourceField: string[];
|
|
812
|
-
readonly destField: ("id" | "
|
|
779
|
+
readonly destField: ("id" | "userId" | "color" | "displayName" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
|
|
813
780
|
readonly destSchema: "account";
|
|
814
781
|
readonly cardinality: "one";
|
|
815
782
|
}];
|
|
816
783
|
attachments: [{
|
|
817
784
|
readonly sourceField: string[];
|
|
818
|
-
readonly destField: ("id" | "failed" | "fileName" | "mimeType" | "totalChunks" | "totalSize" | "uploadedChunks"
|
|
785
|
+
readonly destField: ("id" | "draftId" | "failed" | "fileName" | "mimeType" | "totalChunks" | "totalSize" | "uploadedChunks")[];
|
|
819
786
|
readonly destSchema: "draftAttachment";
|
|
820
787
|
readonly cardinality: "many";
|
|
821
788
|
}];
|
|
@@ -827,7 +794,7 @@ export declare const getAccounts: import("@rocicorp/zero").SyncedQuery<"getAccou
|
|
|
827
794
|
}];
|
|
828
795
|
user: [{
|
|
829
796
|
readonly sourceField: string[];
|
|
830
|
-
readonly destField: ("id" | "
|
|
797
|
+
readonly destField: ("id" | "profilePicture" | "undoSendEnabled" | "name")[];
|
|
831
798
|
readonly destSchema: "user";
|
|
832
799
|
readonly cardinality: "one";
|
|
833
800
|
}];
|
|
@@ -835,7 +802,7 @@ export declare const getAccounts: import("@rocicorp/zero").SyncedQuery<"getAccou
|
|
|
835
802
|
readonly draftRecipient: {
|
|
836
803
|
draft: [{
|
|
837
804
|
readonly sourceField: string[];
|
|
838
|
-
readonly destField: ("type" | "status" | "id" | "
|
|
805
|
+
readonly destField: ("type" | "status" | "id" | "userId" | "accountId" | "fromAliasId" | "fromEmail" | "fromName" | "referencedMessageId" | "scheduledFor" | "updatedAt" | "body" | "error" | "subject")[];
|
|
839
806
|
readonly destSchema: "draft";
|
|
840
807
|
readonly cardinality: "one";
|
|
841
808
|
}];
|
|
@@ -843,7 +810,7 @@ export declare const getAccounts: import("@rocicorp/zero").SyncedQuery<"getAccou
|
|
|
843
810
|
readonly draftAttachment: {
|
|
844
811
|
draft: [{
|
|
845
812
|
readonly sourceField: string[];
|
|
846
|
-
readonly destField: ("type" | "status" | "id" | "
|
|
813
|
+
readonly destField: ("type" | "status" | "id" | "userId" | "accountId" | "fromAliasId" | "fromEmail" | "fromName" | "referencedMessageId" | "scheduledFor" | "updatedAt" | "body" | "error" | "subject")[];
|
|
847
814
|
readonly destSchema: "draft";
|
|
848
815
|
readonly cardinality: "one";
|
|
849
816
|
}];
|
|
@@ -851,13 +818,13 @@ export declare const getAccounts: import("@rocicorp/zero").SyncedQuery<"getAccou
|
|
|
851
818
|
readonly thread: {
|
|
852
819
|
account: [{
|
|
853
820
|
readonly sourceField: string[];
|
|
854
|
-
readonly destField: ("id" | "
|
|
821
|
+
readonly destField: ("id" | "userId" | "color" | "displayName" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
|
|
855
822
|
readonly destSchema: "account";
|
|
856
823
|
readonly cardinality: "one";
|
|
857
824
|
}];
|
|
858
825
|
labels: [{
|
|
859
826
|
readonly sourceField: string[];
|
|
860
|
-
readonly destField: ("
|
|
827
|
+
readonly destField: ("labelId" | "threadId")[];
|
|
861
828
|
readonly destSchema: "threadLabel";
|
|
862
829
|
readonly cardinality: "many";
|
|
863
830
|
}, {
|
|
@@ -868,13 +835,13 @@ export declare const getAccounts: import("@rocicorp/zero").SyncedQuery<"getAccou
|
|
|
868
835
|
}];
|
|
869
836
|
messages: [{
|
|
870
837
|
readonly sourceField: string[];
|
|
871
|
-
readonly destField: ("
|
|
838
|
+
readonly destField: ("id" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
872
839
|
readonly destSchema: "threadMessage";
|
|
873
840
|
readonly cardinality: "many";
|
|
874
841
|
}];
|
|
875
842
|
user: [{
|
|
876
843
|
readonly sourceField: string[];
|
|
877
|
-
readonly destField: ("id" | "
|
|
844
|
+
readonly destField: ("id" | "profilePicture" | "undoSendEnabled" | "name")[];
|
|
878
845
|
readonly destSchema: "user";
|
|
879
846
|
readonly cardinality: "one";
|
|
880
847
|
}];
|
|
@@ -888,7 +855,7 @@ export declare const getAccounts: import("@rocicorp/zero").SyncedQuery<"getAccou
|
|
|
888
855
|
}];
|
|
889
856
|
thread: [{
|
|
890
857
|
readonly sourceField: string[];
|
|
891
|
-
readonly destField: ("id" | "
|
|
858
|
+
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "latestMessageDate" | "seen" | "words")[];
|
|
892
859
|
readonly destSchema: "thread";
|
|
893
860
|
readonly cardinality: "one";
|
|
894
861
|
}];
|
|
@@ -908,7 +875,7 @@ export declare const getAccounts: import("@rocicorp/zero").SyncedQuery<"getAccou
|
|
|
908
875
|
}];
|
|
909
876
|
thread: [{
|
|
910
877
|
readonly sourceField: string[];
|
|
911
|
-
readonly destField: ("id" | "
|
|
878
|
+
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "latestMessageDate" | "seen" | "words")[];
|
|
912
879
|
readonly destSchema: "thread";
|
|
913
880
|
readonly cardinality: "one";
|
|
914
881
|
}];
|
|
@@ -916,7 +883,7 @@ export declare const getAccounts: import("@rocicorp/zero").SyncedQuery<"getAccou
|
|
|
916
883
|
readonly threadMessageRecipient: {
|
|
917
884
|
message: [{
|
|
918
885
|
readonly sourceField: string[];
|
|
919
|
-
readonly destField: ("
|
|
886
|
+
readonly destField: ("id" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
920
887
|
readonly destSchema: "threadMessage";
|
|
921
888
|
readonly cardinality: "one";
|
|
922
889
|
}];
|
|
@@ -924,21 +891,7 @@ export declare const getAccounts: import("@rocicorp/zero").SyncedQuery<"getAccou
|
|
|
924
891
|
readonly threadMessageAttachment: {
|
|
925
892
|
message: [{
|
|
926
893
|
readonly sourceField: string[];
|
|
927
|
-
readonly destField: ("
|
|
928
|
-
readonly destSchema: "threadMessage";
|
|
929
|
-
readonly cardinality: "one";
|
|
930
|
-
}];
|
|
931
|
-
};
|
|
932
|
-
readonly threadMessageLabel: {
|
|
933
|
-
label: [{
|
|
934
|
-
readonly sourceField: string[];
|
|
935
|
-
readonly destField: ("id" | "accountId" | "path" | "specialUse")[];
|
|
936
|
-
readonly destSchema: "accountLabel";
|
|
937
|
-
readonly cardinality: "one";
|
|
938
|
-
}];
|
|
939
|
-
message: [{
|
|
940
|
-
readonly sourceField: string[];
|
|
941
|
-
readonly destField: ("threadId" | "id" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
894
|
+
readonly destField: ("id" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
942
895
|
readonly destSchema: "threadMessage";
|
|
943
896
|
readonly cardinality: "one";
|
|
944
897
|
}];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getAccounts.d.ts","sourceRoot":"","sources":["../../../src/zero/queries/getAccounts.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,qBAAqB,CAAA;AAGlE,eAAO,MAAM,WAAW
|
|
1
|
+
{"version":3,"file":"getAccounts.d.ts","sourceRoot":"","sources":["../../../src/zero/queries/getAccounts.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,qBAAqB,CAAA;AAGlE,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAEvB,CAAA"}
|
|
@@ -666,58 +666,36 @@ export declare const getContacts: import("@rocicorp/zero").SyncedQuery<"getConta
|
|
|
666
666
|
} & {
|
|
667
667
|
primaryKey: ["id"];
|
|
668
668
|
};
|
|
669
|
-
readonly threadMessageLabel: {
|
|
670
|
-
name: "threadMessageLabel";
|
|
671
|
-
columns: {
|
|
672
|
-
readonly labelId: {
|
|
673
|
-
type: "string";
|
|
674
|
-
optional: false;
|
|
675
|
-
customType: string;
|
|
676
|
-
} & {
|
|
677
|
-
serverName: string;
|
|
678
|
-
};
|
|
679
|
-
readonly threadMessageId: {
|
|
680
|
-
type: "string";
|
|
681
|
-
optional: false;
|
|
682
|
-
customType: string;
|
|
683
|
-
} & {
|
|
684
|
-
serverName: string;
|
|
685
|
-
};
|
|
686
|
-
};
|
|
687
|
-
primaryKey: readonly [string, ...string[]];
|
|
688
|
-
} & {
|
|
689
|
-
primaryKey: ["threadMessageId", "labelId"];
|
|
690
|
-
};
|
|
691
669
|
};
|
|
692
670
|
relationships: {
|
|
693
671
|
readonly user: {
|
|
694
672
|
accounts: [{
|
|
695
673
|
readonly sourceField: string[];
|
|
696
|
-
readonly destField: ("id" | "
|
|
674
|
+
readonly destField: ("id" | "userId" | "color" | "displayName" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
|
|
697
675
|
readonly destSchema: "account";
|
|
698
676
|
readonly cardinality: "many";
|
|
699
677
|
}];
|
|
700
678
|
contacts: [{
|
|
701
679
|
readonly sourceField: string[];
|
|
702
|
-
readonly destField: ("id" | "name" | "
|
|
680
|
+
readonly destField: ("id" | "name" | "userId" | "emailAddress")[];
|
|
703
681
|
readonly destSchema: "contact";
|
|
704
682
|
readonly cardinality: "many";
|
|
705
683
|
}];
|
|
706
684
|
drafts: [{
|
|
707
685
|
readonly sourceField: string[];
|
|
708
|
-
readonly destField: ("type" | "status" | "id" | "
|
|
686
|
+
readonly destField: ("type" | "status" | "id" | "userId" | "accountId" | "fromAliasId" | "fromEmail" | "fromName" | "referencedMessageId" | "scheduledFor" | "updatedAt" | "body" | "error" | "subject")[];
|
|
709
687
|
readonly destSchema: "draft";
|
|
710
688
|
readonly cardinality: "many";
|
|
711
689
|
}];
|
|
712
690
|
pushNotificationTokens: [{
|
|
713
691
|
readonly sourceField: string[];
|
|
714
|
-
readonly destField: ("
|
|
692
|
+
readonly destField: ("id" | "createdAt" | "token" | "userId")[];
|
|
715
693
|
readonly destSchema: "userPushNotificationToken";
|
|
716
694
|
readonly cardinality: "many";
|
|
717
695
|
}];
|
|
718
696
|
threads: [{
|
|
719
697
|
readonly sourceField: string[];
|
|
720
|
-
readonly destField: ("id" | "
|
|
698
|
+
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "latestMessageDate" | "seen" | "words")[];
|
|
721
699
|
readonly destSchema: "thread";
|
|
722
700
|
readonly cardinality: "many";
|
|
723
701
|
}];
|
|
@@ -725,7 +703,7 @@ export declare const getContacts: import("@rocicorp/zero").SyncedQuery<"getConta
|
|
|
725
703
|
readonly userPushNotificationToken: {
|
|
726
704
|
user: [{
|
|
727
705
|
readonly sourceField: string[];
|
|
728
|
-
readonly destField: ("id" | "
|
|
706
|
+
readonly destField: ("id" | "profilePicture" | "undoSendEnabled" | "name")[];
|
|
729
707
|
readonly destSchema: "user";
|
|
730
708
|
readonly cardinality: "one";
|
|
731
709
|
}];
|
|
@@ -733,7 +711,7 @@ export declare const getContacts: import("@rocicorp/zero").SyncedQuery<"getConta
|
|
|
733
711
|
readonly contact: {
|
|
734
712
|
user: [{
|
|
735
713
|
readonly sourceField: string[];
|
|
736
|
-
readonly destField: ("id" | "
|
|
714
|
+
readonly destField: ("id" | "profilePicture" | "undoSendEnabled" | "name")[];
|
|
737
715
|
readonly destSchema: "user";
|
|
738
716
|
readonly cardinality: "one";
|
|
739
717
|
}];
|
|
@@ -747,7 +725,7 @@ export declare const getContacts: import("@rocicorp/zero").SyncedQuery<"getConta
|
|
|
747
725
|
}];
|
|
748
726
|
drafts: [{
|
|
749
727
|
readonly sourceField: string[];
|
|
750
|
-
readonly destField: ("type" | "status" | "id" | "
|
|
728
|
+
readonly destField: ("type" | "status" | "id" | "userId" | "accountId" | "fromAliasId" | "fromEmail" | "fromName" | "referencedMessageId" | "scheduledFor" | "updatedAt" | "body" | "error" | "subject")[];
|
|
751
729
|
readonly destSchema: "draft";
|
|
752
730
|
readonly cardinality: "many";
|
|
753
731
|
}];
|
|
@@ -765,13 +743,13 @@ export declare const getContacts: import("@rocicorp/zero").SyncedQuery<"getConta
|
|
|
765
743
|
}];
|
|
766
744
|
threads: [{
|
|
767
745
|
readonly sourceField: string[];
|
|
768
|
-
readonly destField: ("id" | "
|
|
746
|
+
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "latestMessageDate" | "seen" | "words")[];
|
|
769
747
|
readonly destSchema: "thread";
|
|
770
748
|
readonly cardinality: "many";
|
|
771
749
|
}];
|
|
772
750
|
user: [{
|
|
773
751
|
readonly sourceField: string[];
|
|
774
|
-
readonly destField: ("id" | "
|
|
752
|
+
readonly destField: ("id" | "profilePicture" | "undoSendEnabled" | "name")[];
|
|
775
753
|
readonly destSchema: "user";
|
|
776
754
|
readonly cardinality: "one";
|
|
777
755
|
}];
|
|
@@ -779,7 +757,7 @@ export declare const getContacts: import("@rocicorp/zero").SyncedQuery<"getConta
|
|
|
779
757
|
readonly accountAlias: {
|
|
780
758
|
account: [{
|
|
781
759
|
readonly sourceField: string[];
|
|
782
|
-
readonly destField: ("id" | "
|
|
760
|
+
readonly destField: ("id" | "userId" | "color" | "displayName" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
|
|
783
761
|
readonly destSchema: "account";
|
|
784
762
|
readonly cardinality: "one";
|
|
785
763
|
}];
|
|
@@ -787,29 +765,18 @@ export declare const getContacts: import("@rocicorp/zero").SyncedQuery<"getConta
|
|
|
787
765
|
readonly accountLabel: {
|
|
788
766
|
account: [{
|
|
789
767
|
readonly sourceField: string[];
|
|
790
|
-
readonly destField: ("id" | "
|
|
768
|
+
readonly destField: ("id" | "userId" | "color" | "displayName" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
|
|
791
769
|
readonly destSchema: "account";
|
|
792
770
|
readonly cardinality: "one";
|
|
793
771
|
}];
|
|
794
|
-
threadMessages: [{
|
|
795
|
-
readonly sourceField: string[];
|
|
796
|
-
readonly destField: ("labelId" | "threadMessageId")[];
|
|
797
|
-
readonly destSchema: "threadMessageLabel";
|
|
798
|
-
readonly cardinality: "many";
|
|
799
|
-
}, {
|
|
800
|
-
readonly sourceField: string[];
|
|
801
|
-
readonly destField: ("threadId" | "id" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
802
|
-
readonly destSchema: "threadMessage";
|
|
803
|
-
readonly cardinality: "many";
|
|
804
|
-
}];
|
|
805
772
|
threads: [{
|
|
806
773
|
readonly sourceField: string[];
|
|
807
|
-
readonly destField: ("
|
|
774
|
+
readonly destField: ("labelId" | "threadId")[];
|
|
808
775
|
readonly destSchema: "threadLabel";
|
|
809
776
|
readonly cardinality: "many";
|
|
810
777
|
}, {
|
|
811
778
|
readonly sourceField: string[];
|
|
812
|
-
readonly destField: ("id" | "
|
|
779
|
+
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "latestMessageDate" | "seen" | "words")[];
|
|
813
780
|
readonly destSchema: "thread";
|
|
814
781
|
readonly cardinality: "many";
|
|
815
782
|
}];
|
|
@@ -817,13 +784,13 @@ export declare const getContacts: import("@rocicorp/zero").SyncedQuery<"getConta
|
|
|
817
784
|
readonly draft: {
|
|
818
785
|
account: [{
|
|
819
786
|
readonly sourceField: string[];
|
|
820
|
-
readonly destField: ("id" | "
|
|
787
|
+
readonly destField: ("id" | "userId" | "color" | "displayName" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
|
|
821
788
|
readonly destSchema: "account";
|
|
822
789
|
readonly cardinality: "one";
|
|
823
790
|
}];
|
|
824
791
|
attachments: [{
|
|
825
792
|
readonly sourceField: string[];
|
|
826
|
-
readonly destField: ("id" | "failed" | "fileName" | "mimeType" | "totalChunks" | "totalSize" | "uploadedChunks"
|
|
793
|
+
readonly destField: ("id" | "draftId" | "failed" | "fileName" | "mimeType" | "totalChunks" | "totalSize" | "uploadedChunks")[];
|
|
827
794
|
readonly destSchema: "draftAttachment";
|
|
828
795
|
readonly cardinality: "many";
|
|
829
796
|
}];
|
|
@@ -835,7 +802,7 @@ export declare const getContacts: import("@rocicorp/zero").SyncedQuery<"getConta
|
|
|
835
802
|
}];
|
|
836
803
|
user: [{
|
|
837
804
|
readonly sourceField: string[];
|
|
838
|
-
readonly destField: ("id" | "
|
|
805
|
+
readonly destField: ("id" | "profilePicture" | "undoSendEnabled" | "name")[];
|
|
839
806
|
readonly destSchema: "user";
|
|
840
807
|
readonly cardinality: "one";
|
|
841
808
|
}];
|
|
@@ -843,7 +810,7 @@ export declare const getContacts: import("@rocicorp/zero").SyncedQuery<"getConta
|
|
|
843
810
|
readonly draftRecipient: {
|
|
844
811
|
draft: [{
|
|
845
812
|
readonly sourceField: string[];
|
|
846
|
-
readonly destField: ("type" | "status" | "id" | "
|
|
813
|
+
readonly destField: ("type" | "status" | "id" | "userId" | "accountId" | "fromAliasId" | "fromEmail" | "fromName" | "referencedMessageId" | "scheduledFor" | "updatedAt" | "body" | "error" | "subject")[];
|
|
847
814
|
readonly destSchema: "draft";
|
|
848
815
|
readonly cardinality: "one";
|
|
849
816
|
}];
|
|
@@ -851,7 +818,7 @@ export declare const getContacts: import("@rocicorp/zero").SyncedQuery<"getConta
|
|
|
851
818
|
readonly draftAttachment: {
|
|
852
819
|
draft: [{
|
|
853
820
|
readonly sourceField: string[];
|
|
854
|
-
readonly destField: ("type" | "status" | "id" | "
|
|
821
|
+
readonly destField: ("type" | "status" | "id" | "userId" | "accountId" | "fromAliasId" | "fromEmail" | "fromName" | "referencedMessageId" | "scheduledFor" | "updatedAt" | "body" | "error" | "subject")[];
|
|
855
822
|
readonly destSchema: "draft";
|
|
856
823
|
readonly cardinality: "one";
|
|
857
824
|
}];
|
|
@@ -859,13 +826,13 @@ export declare const getContacts: import("@rocicorp/zero").SyncedQuery<"getConta
|
|
|
859
826
|
readonly thread: {
|
|
860
827
|
account: [{
|
|
861
828
|
readonly sourceField: string[];
|
|
862
|
-
readonly destField: ("id" | "
|
|
829
|
+
readonly destField: ("id" | "userId" | "color" | "displayName" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
|
|
863
830
|
readonly destSchema: "account";
|
|
864
831
|
readonly cardinality: "one";
|
|
865
832
|
}];
|
|
866
833
|
labels: [{
|
|
867
834
|
readonly sourceField: string[];
|
|
868
|
-
readonly destField: ("
|
|
835
|
+
readonly destField: ("labelId" | "threadId")[];
|
|
869
836
|
readonly destSchema: "threadLabel";
|
|
870
837
|
readonly cardinality: "many";
|
|
871
838
|
}, {
|
|
@@ -876,13 +843,13 @@ export declare const getContacts: import("@rocicorp/zero").SyncedQuery<"getConta
|
|
|
876
843
|
}];
|
|
877
844
|
messages: [{
|
|
878
845
|
readonly sourceField: string[];
|
|
879
|
-
readonly destField: ("
|
|
846
|
+
readonly destField: ("id" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
880
847
|
readonly destSchema: "threadMessage";
|
|
881
848
|
readonly cardinality: "many";
|
|
882
849
|
}];
|
|
883
850
|
user: [{
|
|
884
851
|
readonly sourceField: string[];
|
|
885
|
-
readonly destField: ("id" | "
|
|
852
|
+
readonly destField: ("id" | "profilePicture" | "undoSendEnabled" | "name")[];
|
|
886
853
|
readonly destSchema: "user";
|
|
887
854
|
readonly cardinality: "one";
|
|
888
855
|
}];
|
|
@@ -896,7 +863,7 @@ export declare const getContacts: import("@rocicorp/zero").SyncedQuery<"getConta
|
|
|
896
863
|
}];
|
|
897
864
|
thread: [{
|
|
898
865
|
readonly sourceField: string[];
|
|
899
|
-
readonly destField: ("id" | "
|
|
866
|
+
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "latestMessageDate" | "seen" | "words")[];
|
|
900
867
|
readonly destSchema: "thread";
|
|
901
868
|
readonly cardinality: "one";
|
|
902
869
|
}];
|
|
@@ -916,7 +883,7 @@ export declare const getContacts: import("@rocicorp/zero").SyncedQuery<"getConta
|
|
|
916
883
|
}];
|
|
917
884
|
thread: [{
|
|
918
885
|
readonly sourceField: string[];
|
|
919
|
-
readonly destField: ("id" | "
|
|
886
|
+
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "latestMessageDate" | "seen" | "words")[];
|
|
920
887
|
readonly destSchema: "thread";
|
|
921
888
|
readonly cardinality: "one";
|
|
922
889
|
}];
|
|
@@ -924,7 +891,7 @@ export declare const getContacts: import("@rocicorp/zero").SyncedQuery<"getConta
|
|
|
924
891
|
readonly threadMessageRecipient: {
|
|
925
892
|
message: [{
|
|
926
893
|
readonly sourceField: string[];
|
|
927
|
-
readonly destField: ("
|
|
894
|
+
readonly destField: ("id" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
928
895
|
readonly destSchema: "threadMessage";
|
|
929
896
|
readonly cardinality: "one";
|
|
930
897
|
}];
|
|
@@ -932,21 +899,7 @@ export declare const getContacts: import("@rocicorp/zero").SyncedQuery<"getConta
|
|
|
932
899
|
readonly threadMessageAttachment: {
|
|
933
900
|
message: [{
|
|
934
901
|
readonly sourceField: string[];
|
|
935
|
-
readonly destField: ("
|
|
936
|
-
readonly destSchema: "threadMessage";
|
|
937
|
-
readonly cardinality: "one";
|
|
938
|
-
}];
|
|
939
|
-
};
|
|
940
|
-
readonly threadMessageLabel: {
|
|
941
|
-
label: [{
|
|
942
|
-
readonly sourceField: string[];
|
|
943
|
-
readonly destField: ("id" | "accountId" | "path" | "specialUse")[];
|
|
944
|
-
readonly destSchema: "accountLabel";
|
|
945
|
-
readonly cardinality: "one";
|
|
946
|
-
}];
|
|
947
|
-
message: [{
|
|
948
|
-
readonly sourceField: string[];
|
|
949
|
-
readonly destField: ("threadId" | "id" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
902
|
+
readonly destField: ("id" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
950
903
|
readonly destSchema: "threadMessage";
|
|
951
904
|
readonly cardinality: "one";
|
|
952
905
|
}];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getContacts.d.ts","sourceRoot":"","sources":["../../../src/zero/queries/getContacts.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,qBAAqB,CAAA;AAMlE,KAAK,eAAe,GAAG;IACrB,KAAK,EAAE,MAAM,CAAA;IACb,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,KAAK,CAAC,EAAE;QACN,YAAY,CAAC,EAAE,MAAM,CAAA;QACrB,IAAI,CAAC,EAAE,MAAM,CAAA;KACd,CAAA;CACF,CAAA;AAgBD,eAAO,MAAM,WAAW
|
|
1
|
+
{"version":3,"file":"getContacts.d.ts","sourceRoot":"","sources":["../../../src/zero/queries/getContacts.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,qBAAqB,CAAA;AAMlE,KAAK,eAAe,GAAG;IACrB,KAAK,EAAE,MAAM,CAAA;IACb,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,KAAK,CAAC,EAAE;QACN,YAAY,CAAC,EAAE,MAAM,CAAA;QACrB,IAAI,CAAC,EAAE,MAAM,CAAA;KACd,CAAA;CACF,CAAA;AAgBD,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2BvB,CAAA"}
|