@marcoappio/marco-config 2.0.527 → 2.0.529
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/constants/index.d.ts +4 -0
- package/dist/constants/index.d.ts.map +1 -1
- package/dist/constants/user.d.ts +4 -0
- package/dist/constants/user.d.ts.map +1 -1
- package/dist/constants/user.js +4 -0
- package/dist/zero/index.d.ts +232 -54
- package/dist/zero/index.d.ts.map +1 -1
- package/dist/zero/mutatorSchemas.d.ts +47 -0
- package/dist/zero/mutatorSchemas.d.ts.map +1 -1
- package/dist/zero/mutatorSchemas.js +22 -0
- package/dist/zero/mutators.d.ts +75 -18
- package/dist/zero/mutators.d.ts.map +1 -1
- package/dist/zero/mutators.js +38 -0
- package/dist/zero/mutators.test.js +221 -0
- package/dist/zero/queries.d.ts +46 -18
- package/dist/zero/queries.d.ts.map +1 -1
- package/dist/zero/schema.d.ts +58 -18
- package/dist/zero/schema.d.ts.map +1 -1
- package/dist/zero/schema.js +2 -0
- package/package.json +1 -1
package/dist/zero/schema.d.ts
CHANGED
|
@@ -31,6 +31,17 @@ export declare const schema: {
|
|
|
31
31
|
} & {
|
|
32
32
|
serverName: string;
|
|
33
33
|
};
|
|
34
|
+
readonly views: Omit<{
|
|
35
|
+
type: "json";
|
|
36
|
+
optional: false;
|
|
37
|
+
customType: {
|
|
38
|
+
id: string;
|
|
39
|
+
name: string;
|
|
40
|
+
aliasEmails: string[];
|
|
41
|
+
}[];
|
|
42
|
+
}, "optional"> & {
|
|
43
|
+
optional: true;
|
|
44
|
+
};
|
|
34
45
|
};
|
|
35
46
|
primaryKey: readonly [string, ...string[]];
|
|
36
47
|
} & {
|
|
@@ -673,6 +684,15 @@ export declare const schema: {
|
|
|
673
684
|
} & {
|
|
674
685
|
serverName: string;
|
|
675
686
|
};
|
|
687
|
+
readonly unsubscribeUrl: Omit<{
|
|
688
|
+
type: "string";
|
|
689
|
+
optional: false;
|
|
690
|
+
customType: string;
|
|
691
|
+
}, "optional"> & {
|
|
692
|
+
optional: true;
|
|
693
|
+
} & {
|
|
694
|
+
serverName: string;
|
|
695
|
+
};
|
|
676
696
|
};
|
|
677
697
|
primaryKey: readonly [string, ...string[]];
|
|
678
698
|
} & {
|
|
@@ -760,31 +780,31 @@ export declare const schema: {
|
|
|
760
780
|
relationships: {
|
|
761
781
|
readonly user: {
|
|
762
782
|
accounts: [{
|
|
763
|
-
readonly sourceField: readonly ("id" | "profilePicture" | "undoSendEnabled" | "name")[];
|
|
783
|
+
readonly sourceField: readonly ("id" | "profilePicture" | "undoSendEnabled" | "name" | "views")[];
|
|
764
784
|
readonly destField: readonly ("id" | "userId" | "color" | "displayName" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
|
|
765
785
|
readonly destSchema: "account";
|
|
766
786
|
readonly cardinality: "many";
|
|
767
787
|
}];
|
|
768
788
|
contacts: [{
|
|
769
|
-
readonly sourceField: readonly ("id" | "profilePicture" | "undoSendEnabled" | "name")[];
|
|
789
|
+
readonly sourceField: readonly ("id" | "profilePicture" | "undoSendEnabled" | "name" | "views")[];
|
|
770
790
|
readonly destField: readonly ("id" | "name" | "userId" | "emailAddress")[];
|
|
771
791
|
readonly destSchema: "contact";
|
|
772
792
|
readonly cardinality: "many";
|
|
773
793
|
}];
|
|
774
794
|
drafts: [{
|
|
775
|
-
readonly sourceField: readonly ("id" | "profilePicture" | "undoSendEnabled" | "name")[];
|
|
795
|
+
readonly sourceField: readonly ("id" | "profilePicture" | "undoSendEnabled" | "name" | "views")[];
|
|
776
796
|
readonly destField: readonly ("type" | "status" | "id" | "userId" | "accountId" | "fromAliasId" | "fromEmail" | "fromName" | "referencedMessageId" | "scheduledFor" | "updatedAt" | "body" | "error" | "subject")[];
|
|
777
797
|
readonly destSchema: "draft";
|
|
778
798
|
readonly cardinality: "many";
|
|
779
799
|
}];
|
|
780
800
|
pushNotificationTokens: [{
|
|
781
|
-
readonly sourceField: readonly ("id" | "profilePicture" | "undoSendEnabled" | "name")[];
|
|
801
|
+
readonly sourceField: readonly ("id" | "profilePicture" | "undoSendEnabled" | "name" | "views")[];
|
|
782
802
|
readonly destField: readonly ("id" | "createdAt" | "token" | "userId")[];
|
|
783
803
|
readonly destSchema: "userPushNotificationToken";
|
|
784
804
|
readonly cardinality: "many";
|
|
785
805
|
}];
|
|
786
806
|
threads: [{
|
|
787
|
-
readonly sourceField: readonly ("id" | "profilePicture" | "undoSendEnabled" | "name")[];
|
|
807
|
+
readonly sourceField: readonly ("id" | "profilePicture" | "undoSendEnabled" | "name" | "views")[];
|
|
788
808
|
readonly destField: readonly ("id" | "userId" | "accountId" | "subject" | "flagged" | "hasAttachments" | "labelIdList" | "latestMessageDate" | "latestMessageId" | "messageCount" | "previewText" | "seen" | "senderEmail" | "senderName" | "words")[];
|
|
789
809
|
readonly destSchema: "thread";
|
|
790
810
|
readonly cardinality: "many";
|
|
@@ -793,7 +813,7 @@ export declare const schema: {
|
|
|
793
813
|
readonly userPushNotificationToken: {
|
|
794
814
|
user: [{
|
|
795
815
|
readonly sourceField: readonly ("id" | "createdAt" | "token" | "userId")[];
|
|
796
|
-
readonly destField: readonly ("id" | "profilePicture" | "undoSendEnabled" | "name")[];
|
|
816
|
+
readonly destField: readonly ("id" | "profilePicture" | "undoSendEnabled" | "name" | "views")[];
|
|
797
817
|
readonly destSchema: "user";
|
|
798
818
|
readonly cardinality: "one";
|
|
799
819
|
}];
|
|
@@ -801,7 +821,7 @@ export declare const schema: {
|
|
|
801
821
|
readonly contact: {
|
|
802
822
|
user: [{
|
|
803
823
|
readonly sourceField: readonly ("id" | "name" | "userId" | "emailAddress")[];
|
|
804
|
-
readonly destField: readonly ("id" | "profilePicture" | "undoSendEnabled" | "name")[];
|
|
824
|
+
readonly destField: readonly ("id" | "profilePicture" | "undoSendEnabled" | "name" | "views")[];
|
|
805
825
|
readonly destSchema: "user";
|
|
806
826
|
readonly cardinality: "one";
|
|
807
827
|
}];
|
|
@@ -839,7 +859,7 @@ export declare const schema: {
|
|
|
839
859
|
}];
|
|
840
860
|
user: [{
|
|
841
861
|
readonly sourceField: readonly ("id" | "userId" | "color" | "displayName" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
|
|
842
|
-
readonly destField: readonly ("id" | "profilePicture" | "undoSendEnabled" | "name")[];
|
|
862
|
+
readonly destField: readonly ("id" | "profilePicture" | "undoSendEnabled" | "name" | "views")[];
|
|
843
863
|
readonly destSchema: "user";
|
|
844
864
|
readonly cardinality: "one";
|
|
845
865
|
}];
|
|
@@ -886,7 +906,7 @@ export declare const schema: {
|
|
|
886
906
|
}];
|
|
887
907
|
user: [{
|
|
888
908
|
readonly sourceField: readonly ("type" | "status" | "id" | "userId" | "accountId" | "fromAliasId" | "fromEmail" | "fromName" | "referencedMessageId" | "scheduledFor" | "updatedAt" | "body" | "error" | "subject")[];
|
|
889
|
-
readonly destField: readonly ("id" | "profilePicture" | "undoSendEnabled" | "name")[];
|
|
909
|
+
readonly destField: readonly ("id" | "profilePicture" | "undoSendEnabled" | "name" | "views")[];
|
|
890
910
|
readonly destSchema: "user";
|
|
891
911
|
readonly cardinality: "one";
|
|
892
912
|
}];
|
|
@@ -919,7 +939,7 @@ export declare const schema: {
|
|
|
919
939
|
}];
|
|
920
940
|
messages: [{
|
|
921
941
|
readonly sourceField: readonly ("id" | "userId" | "accountId" | "subject" | "flagged" | "hasAttachments" | "labelIdList" | "latestMessageDate" | "latestMessageId" | "messageCount" | "previewText" | "seen" | "senderEmail" | "senderName" | "words")[];
|
|
922
|
-
readonly destField: readonly ("id" | "accountId" | "previewText" | "senderEmail" | "senderName" | "threadId" | "envelopeDate" | "envelopeSubject")[];
|
|
942
|
+
readonly destField: readonly ("id" | "accountId" | "previewText" | "senderEmail" | "senderName" | "threadId" | "envelopeDate" | "envelopeSubject" | "unsubscribeUrl")[];
|
|
923
943
|
readonly destSchema: "threadMessage";
|
|
924
944
|
readonly cardinality: "many";
|
|
925
945
|
}];
|
|
@@ -931,7 +951,7 @@ export declare const schema: {
|
|
|
931
951
|
}];
|
|
932
952
|
user: [{
|
|
933
953
|
readonly sourceField: readonly ("id" | "userId" | "accountId" | "subject" | "flagged" | "hasAttachments" | "labelIdList" | "latestMessageDate" | "latestMessageId" | "messageCount" | "previewText" | "seen" | "senderEmail" | "senderName" | "words")[];
|
|
934
|
-
readonly destField: readonly ("id" | "profilePicture" | "undoSendEnabled" | "name")[];
|
|
954
|
+
readonly destField: readonly ("id" | "profilePicture" | "undoSendEnabled" | "name" | "views")[];
|
|
935
955
|
readonly destSchema: "user";
|
|
936
956
|
readonly cardinality: "one";
|
|
937
957
|
}];
|
|
@@ -945,7 +965,7 @@ export declare const schema: {
|
|
|
945
965
|
}];
|
|
946
966
|
message: [{
|
|
947
967
|
readonly sourceField: readonly ("accountId" | "uidValidity" | "labelId" | "lastSyncedAt" | "threadId" | "threadMessageId" | "uid")[];
|
|
948
|
-
readonly destField: readonly ("id" | "accountId" | "previewText" | "senderEmail" | "senderName" | "threadId" | "envelopeDate" | "envelopeSubject")[];
|
|
968
|
+
readonly destField: readonly ("id" | "accountId" | "previewText" | "senderEmail" | "senderName" | "threadId" | "envelopeDate" | "envelopeSubject" | "unsubscribeUrl")[];
|
|
949
969
|
readonly destSchema: "threadMessage";
|
|
950
970
|
readonly cardinality: "one";
|
|
951
971
|
}];
|
|
@@ -972,13 +992,13 @@ export declare const schema: {
|
|
|
972
992
|
};
|
|
973
993
|
readonly threadMessage: {
|
|
974
994
|
attachments: [{
|
|
975
|
-
readonly sourceField: readonly ("id" | "accountId" | "previewText" | "senderEmail" | "senderName" | "threadId" | "envelopeDate" | "envelopeSubject")[];
|
|
995
|
+
readonly sourceField: readonly ("id" | "accountId" | "previewText" | "senderEmail" | "senderName" | "threadId" | "envelopeDate" | "envelopeSubject" | "unsubscribeUrl")[];
|
|
976
996
|
readonly destField: readonly ("id" | "fileName" | "mimeType" | "threadMessageId" | "size")[];
|
|
977
997
|
readonly destSchema: "threadMessageAttachment";
|
|
978
998
|
readonly cardinality: "many";
|
|
979
999
|
}];
|
|
980
1000
|
labels: [{
|
|
981
|
-
readonly sourceField: readonly ("id" | "accountId" | "previewText" | "senderEmail" | "senderName" | "threadId" | "envelopeDate" | "envelopeSubject")[];
|
|
1001
|
+
readonly sourceField: readonly ("id" | "accountId" | "previewText" | "senderEmail" | "senderName" | "threadId" | "envelopeDate" | "envelopeSubject" | "unsubscribeUrl")[];
|
|
982
1002
|
readonly destField: readonly ("accountId" | "uidValidity" | "labelId" | "lastSyncedAt" | "threadId" | "threadMessageId" | "uid")[];
|
|
983
1003
|
readonly destSchema: "threadLabel";
|
|
984
1004
|
readonly cardinality: "many";
|
|
@@ -989,13 +1009,13 @@ export declare const schema: {
|
|
|
989
1009
|
readonly cardinality: "many";
|
|
990
1010
|
}];
|
|
991
1011
|
recipients: [{
|
|
992
|
-
readonly sourceField: readonly ("id" | "accountId" | "previewText" | "senderEmail" | "senderName" | "threadId" | "envelopeDate" | "envelopeSubject")[];
|
|
1012
|
+
readonly sourceField: readonly ("id" | "accountId" | "previewText" | "senderEmail" | "senderName" | "threadId" | "envelopeDate" | "envelopeSubject" | "unsubscribeUrl")[];
|
|
993
1013
|
readonly destField: readonly ("type" | "id" | "name" | "emailAddress" | "threadMessageId")[];
|
|
994
1014
|
readonly destSchema: "threadMessageRecipient";
|
|
995
1015
|
readonly cardinality: "many";
|
|
996
1016
|
}];
|
|
997
1017
|
thread: [{
|
|
998
|
-
readonly sourceField: readonly ("id" | "accountId" | "previewText" | "senderEmail" | "senderName" | "threadId" | "envelopeDate" | "envelopeSubject")[];
|
|
1018
|
+
readonly sourceField: readonly ("id" | "accountId" | "previewText" | "senderEmail" | "senderName" | "threadId" | "envelopeDate" | "envelopeSubject" | "unsubscribeUrl")[];
|
|
999
1019
|
readonly destField: readonly ("id" | "userId" | "accountId" | "subject" | "flagged" | "hasAttachments" | "labelIdList" | "latestMessageDate" | "latestMessageId" | "messageCount" | "previewText" | "seen" | "senderEmail" | "senderName" | "words")[];
|
|
1000
1020
|
readonly destSchema: "thread";
|
|
1001
1021
|
readonly cardinality: "one";
|
|
@@ -1004,7 +1024,7 @@ export declare const schema: {
|
|
|
1004
1024
|
readonly threadMessageRecipient: {
|
|
1005
1025
|
message: [{
|
|
1006
1026
|
readonly sourceField: readonly ("type" | "id" | "name" | "emailAddress" | "threadMessageId")[];
|
|
1007
|
-
readonly destField: readonly ("id" | "accountId" | "previewText" | "senderEmail" | "senderName" | "threadId" | "envelopeDate" | "envelopeSubject")[];
|
|
1027
|
+
readonly destField: readonly ("id" | "accountId" | "previewText" | "senderEmail" | "senderName" | "threadId" | "envelopeDate" | "envelopeSubject" | "unsubscribeUrl")[];
|
|
1008
1028
|
readonly destSchema: "threadMessage";
|
|
1009
1029
|
readonly cardinality: "one";
|
|
1010
1030
|
}];
|
|
@@ -1012,7 +1032,7 @@ export declare const schema: {
|
|
|
1012
1032
|
readonly threadMessageAttachment: {
|
|
1013
1033
|
message: [{
|
|
1014
1034
|
readonly sourceField: readonly ("id" | "fileName" | "mimeType" | "threadMessageId" | "size")[];
|
|
1015
|
-
readonly destField: readonly ("id" | "accountId" | "previewText" | "senderEmail" | "senderName" | "threadId" | "envelopeDate" | "envelopeSubject")[];
|
|
1035
|
+
readonly destField: readonly ("id" | "accountId" | "previewText" | "senderEmail" | "senderName" | "threadId" | "envelopeDate" | "envelopeSubject" | "unsubscribeUrl")[];
|
|
1016
1036
|
readonly destSchema: "threadMessage";
|
|
1017
1037
|
readonly cardinality: "one";
|
|
1018
1038
|
}];
|
|
@@ -1627,6 +1647,15 @@ export declare const tables: {
|
|
|
1627
1647
|
} & {
|
|
1628
1648
|
serverName: string;
|
|
1629
1649
|
};
|
|
1650
|
+
readonly unsubscribeUrl: Omit<{
|
|
1651
|
+
type: "string";
|
|
1652
|
+
optional: false;
|
|
1653
|
+
customType: string;
|
|
1654
|
+
}, "optional"> & {
|
|
1655
|
+
optional: true;
|
|
1656
|
+
} & {
|
|
1657
|
+
serverName: string;
|
|
1658
|
+
};
|
|
1630
1659
|
};
|
|
1631
1660
|
primaryKey: readonly [string, ...string[]];
|
|
1632
1661
|
} & {
|
|
@@ -1741,6 +1770,17 @@ export declare const tables: {
|
|
|
1741
1770
|
} & {
|
|
1742
1771
|
serverName: string;
|
|
1743
1772
|
};
|
|
1773
|
+
readonly views: Omit<{
|
|
1774
|
+
type: "json";
|
|
1775
|
+
optional: false;
|
|
1776
|
+
customType: {
|
|
1777
|
+
id: string;
|
|
1778
|
+
name: string;
|
|
1779
|
+
aliasEmails: string[];
|
|
1780
|
+
}[];
|
|
1781
|
+
}, "optional"> & {
|
|
1782
|
+
optional: true;
|
|
1783
|
+
};
|
|
1744
1784
|
};
|
|
1745
1785
|
primaryKey: readonly [string, ...string[]];
|
|
1746
1786
|
} & {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../src/zero/schema.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../src/zero/schema.ts"],"names":[],"mappings":"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"}
|
package/dist/zero/schema.js
CHANGED
|
@@ -5,6 +5,7 @@ const user = table('user')
|
|
|
5
5
|
name: string().optional(),
|
|
6
6
|
profilePicture: string().optional().from('profile_picture'),
|
|
7
7
|
undoSendEnabled: boolean().from('undo_send_enabled'),
|
|
8
|
+
views: json().optional(),
|
|
8
9
|
})
|
|
9
10
|
.primaryKey('id');
|
|
10
11
|
const userPushNotificationToken = table('userPushNotificationToken')
|
|
@@ -137,6 +138,7 @@ const threadMessage = table('threadMessage')
|
|
|
137
138
|
senderEmail: string().from('sender_email'),
|
|
138
139
|
senderName: string().optional().from('sender_name'),
|
|
139
140
|
threadId: string().from('thread_id'),
|
|
141
|
+
unsubscribeUrl: string().optional().from('unsubscribe_url'),
|
|
140
142
|
})
|
|
141
143
|
.primaryKey('id');
|
|
142
144
|
const threadMessageRecipient = table('threadMessageRecipient')
|