@marcoappio/marco-config 2.0.510 → 2.0.512

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.
@@ -1,3 +1,4 @@
1
+ import '@marco-config/zero/types.d.ts';
1
2
  export declare const schema: {
2
3
  tables: {
3
4
  readonly user: {
@@ -760,40 +761,40 @@ export declare const schema: {
760
761
  relationships: {
761
762
  readonly user: {
762
763
  accounts: [{
763
- readonly sourceField: readonly ("id" | "profilePicture" | "undoSendEnabled" | "name")[];
764
- readonly destField: readonly ("id" | "userId" | "color" | "displayName" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
764
+ readonly sourceField: readonly ("id" | "name" | "profilePicture" | "undoSendEnabled")[];
765
+ readonly destField: readonly ("id" | "color" | "displayName" | "userId" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
765
766
  readonly destSchema: "account";
766
767
  readonly cardinality: "many";
767
768
  }];
768
769
  contacts: [{
769
- readonly sourceField: readonly ("id" | "profilePicture" | "undoSendEnabled" | "name")[];
770
- readonly destField: readonly ("id" | "name" | "userId" | "emailAddress")[];
770
+ readonly sourceField: readonly ("id" | "name" | "profilePicture" | "undoSendEnabled")[];
771
+ readonly destField: readonly ("id" | "emailAddress" | "name" | "userId")[];
771
772
  readonly destSchema: "contact";
772
773
  readonly cardinality: "many";
773
774
  }];
774
775
  drafts: [{
775
- readonly sourceField: readonly ("id" | "profilePicture" | "undoSendEnabled" | "name")[];
776
- readonly destField: readonly ("type" | "status" | "id" | "updatedAt" | "body" | "userId" | "accountId" | "fromAliasId" | "fromEmail" | "fromName" | "referencedMessageId" | "scheduledFor" | "error" | "subject")[];
776
+ readonly sourceField: readonly ("id" | "name" | "profilePicture" | "undoSendEnabled")[];
777
+ readonly destField: readonly ("type" | "status" | "id" | "updatedAt" | "body" | "subject" | "accountId" | "scheduledFor" | "error" | "fromName" | "referencedMessageId" | "userId" | "fromAliasId" | "fromEmail")[];
777
778
  readonly destSchema: "draft";
778
779
  readonly cardinality: "many";
779
780
  }];
780
781
  pushNotificationTokens: [{
781
- readonly sourceField: readonly ("id" | "profilePicture" | "undoSendEnabled" | "name")[];
782
+ readonly sourceField: readonly ("id" | "name" | "profilePicture" | "undoSendEnabled")[];
782
783
  readonly destField: readonly ("createdAt" | "id" | "token" | "userId")[];
783
784
  readonly destSchema: "userPushNotificationToken";
784
785
  readonly cardinality: "many";
785
786
  }];
786
787
  threads: [{
787
- readonly sourceField: readonly ("id" | "profilePicture" | "undoSendEnabled" | "name")[];
788
- readonly destField: readonly ("id" | "userId" | "accountId" | "subject" | "flagged" | "hasAttachments" | "labelIdList" | "latestMessageDate" | "latestMessageId" | "messageCount" | "previewText" | "seen" | "senderEmail" | "senderName" | "words")[];
788
+ readonly sourceField: readonly ("id" | "name" | "profilePicture" | "undoSendEnabled")[];
789
+ readonly destField: readonly ("id" | "subject" | "accountId" | "flagged" | "seen" | "userId" | "hasAttachments" | "labelIdList" | "latestMessageDate" | "latestMessageId" | "messageCount" | "previewText" | "senderEmail" | "senderName" | "words")[];
789
790
  readonly destSchema: "thread";
790
791
  readonly cardinality: "many";
791
792
  }];
792
793
  };
793
794
  readonly draftAttachment: {
794
795
  draft: [{
795
- readonly sourceField: readonly ("status" | "id" | "draftId" | "fileName" | "mimeType" | "totalSize")[];
796
- readonly destField: readonly ("type" | "status" | "id" | "updatedAt" | "body" | "userId" | "accountId" | "fromAliasId" | "fromEmail" | "fromName" | "referencedMessageId" | "scheduledFor" | "error" | "subject")[];
796
+ readonly sourceField: readonly ("status" | "id" | "fileName" | "mimeType" | "totalSize" | "draftId")[];
797
+ readonly destField: readonly ("type" | "status" | "id" | "updatedAt" | "body" | "subject" | "accountId" | "scheduledFor" | "error" | "fromName" | "referencedMessageId" | "userId" | "fromAliasId" | "fromEmail")[];
797
798
  readonly destSchema: "draft";
798
799
  readonly cardinality: "one";
799
800
  }];
@@ -801,61 +802,61 @@ export declare const schema: {
801
802
  readonly userPushNotificationToken: {
802
803
  user: [{
803
804
  readonly sourceField: readonly ("createdAt" | "id" | "token" | "userId")[];
804
- readonly destField: readonly ("id" | "profilePicture" | "undoSendEnabled" | "name")[];
805
+ readonly destField: readonly ("id" | "name" | "profilePicture" | "undoSendEnabled")[];
805
806
  readonly destSchema: "user";
806
807
  readonly cardinality: "one";
807
808
  }];
808
809
  };
809
810
  readonly contact: {
810
811
  user: [{
811
- readonly sourceField: readonly ("id" | "name" | "userId" | "emailAddress")[];
812
- readonly destField: readonly ("id" | "profilePicture" | "undoSendEnabled" | "name")[];
812
+ readonly sourceField: readonly ("id" | "emailAddress" | "name" | "userId")[];
813
+ readonly destField: readonly ("id" | "name" | "profilePicture" | "undoSendEnabled")[];
813
814
  readonly destSchema: "user";
814
815
  readonly cardinality: "one";
815
816
  }];
816
817
  };
817
818
  readonly account: {
818
819
  aliases: [{
819
- readonly sourceField: readonly ("id" | "userId" | "color" | "displayName" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
820
- readonly destField: readonly ("id" | "name" | "emailAddress" | "accountId" | "isPrimary")[];
820
+ readonly sourceField: readonly ("id" | "color" | "displayName" | "userId" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
821
+ readonly destField: readonly ("id" | "emailAddress" | "name" | "accountId" | "isPrimary")[];
821
822
  readonly destSchema: "accountAlias";
822
823
  readonly cardinality: "many";
823
824
  }];
824
825
  drafts: [{
825
- readonly sourceField: readonly ("id" | "userId" | "color" | "displayName" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
826
- readonly destField: readonly ("type" | "status" | "id" | "updatedAt" | "body" | "userId" | "accountId" | "fromAliasId" | "fromEmail" | "fromName" | "referencedMessageId" | "scheduledFor" | "error" | "subject")[];
826
+ readonly sourceField: readonly ("id" | "color" | "displayName" | "userId" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
827
+ readonly destField: readonly ("type" | "status" | "id" | "updatedAt" | "body" | "subject" | "accountId" | "scheduledFor" | "error" | "fromName" | "referencedMessageId" | "userId" | "fromAliasId" | "fromEmail")[];
827
828
  readonly destSchema: "draft";
828
829
  readonly cardinality: "many";
829
830
  }];
830
831
  labels: [{
831
- readonly sourceField: readonly ("id" | "userId" | "color" | "displayName" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
832
+ readonly sourceField: readonly ("id" | "color" | "displayName" | "userId" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
832
833
  readonly destField: readonly ("id" | "name" | "accountId" | "path" | "specialUse" | "uidValidity" | "unreadCount")[];
833
834
  readonly destSchema: "accountLabel";
834
835
  readonly cardinality: "many";
835
836
  }];
836
837
  primaryAlias: [{
837
- readonly sourceField: readonly ("id" | "userId" | "color" | "displayName" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
838
- readonly destField: readonly ("id" | "name" | "emailAddress" | "accountId" | "isPrimary")[];
838
+ readonly sourceField: readonly ("id" | "color" | "displayName" | "userId" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
839
+ readonly destField: readonly ("id" | "emailAddress" | "name" | "accountId" | "isPrimary")[];
839
840
  readonly destSchema: "accountAlias";
840
841
  readonly cardinality: "one";
841
842
  }];
842
843
  threads: [{
843
- readonly sourceField: readonly ("id" | "userId" | "color" | "displayName" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
844
- readonly destField: readonly ("id" | "userId" | "accountId" | "subject" | "flagged" | "hasAttachments" | "labelIdList" | "latestMessageDate" | "latestMessageId" | "messageCount" | "previewText" | "seen" | "senderEmail" | "senderName" | "words")[];
844
+ readonly sourceField: readonly ("id" | "color" | "displayName" | "userId" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
845
+ readonly destField: readonly ("id" | "subject" | "accountId" | "flagged" | "seen" | "userId" | "hasAttachments" | "labelIdList" | "latestMessageDate" | "latestMessageId" | "messageCount" | "previewText" | "senderEmail" | "senderName" | "words")[];
845
846
  readonly destSchema: "thread";
846
847
  readonly cardinality: "many";
847
848
  }];
848
849
  user: [{
849
- readonly sourceField: readonly ("id" | "userId" | "color" | "displayName" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
850
- readonly destField: readonly ("id" | "profilePicture" | "undoSendEnabled" | "name")[];
850
+ readonly sourceField: readonly ("id" | "color" | "displayName" | "userId" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
851
+ readonly destField: readonly ("id" | "name" | "profilePicture" | "undoSendEnabled")[];
851
852
  readonly destSchema: "user";
852
853
  readonly cardinality: "one";
853
854
  }];
854
855
  };
855
856
  readonly accountAlias: {
856
857
  account: [{
857
- readonly sourceField: readonly ("id" | "name" | "emailAddress" | "accountId" | "isPrimary")[];
858
- readonly destField: readonly ("id" | "userId" | "color" | "displayName" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
858
+ readonly sourceField: readonly ("id" | "emailAddress" | "name" | "accountId" | "isPrimary")[];
859
+ readonly destField: readonly ("id" | "color" | "displayName" | "userId" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
859
860
  readonly destSchema: "account";
860
861
  readonly cardinality: "one";
861
862
  }];
@@ -863,7 +864,7 @@ export declare const schema: {
863
864
  readonly accountLabel: {
864
865
  account: [{
865
866
  readonly sourceField: readonly ("id" | "name" | "accountId" | "path" | "specialUse" | "uidValidity" | "unreadCount")[];
866
- readonly destField: readonly ("id" | "userId" | "color" | "displayName" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
867
+ readonly destField: readonly ("id" | "color" | "displayName" | "userId" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
867
868
  readonly destSchema: "account";
868
869
  readonly cardinality: "one";
869
870
  }];
@@ -874,40 +875,40 @@ export declare const schema: {
874
875
  readonly cardinality: "many";
875
876
  }, {
876
877
  readonly sourceField: readonly ("threadId" | "accountId" | "uidValidity" | "labelId" | "lastSyncedAt" | "threadMessageId" | "uid")[];
877
- readonly destField: readonly ("id" | "userId" | "accountId" | "subject" | "flagged" | "hasAttachments" | "labelIdList" | "latestMessageDate" | "latestMessageId" | "messageCount" | "previewText" | "seen" | "senderEmail" | "senderName" | "words")[];
878
+ readonly destField: readonly ("id" | "subject" | "accountId" | "flagged" | "seen" | "userId" | "hasAttachments" | "labelIdList" | "latestMessageDate" | "latestMessageId" | "messageCount" | "previewText" | "senderEmail" | "senderName" | "words")[];
878
879
  readonly destSchema: "thread";
879
880
  readonly cardinality: "many";
880
881
  }];
881
882
  };
882
883
  readonly draft: {
883
884
  account: [{
884
- readonly sourceField: readonly ("type" | "status" | "id" | "updatedAt" | "body" | "userId" | "accountId" | "fromAliasId" | "fromEmail" | "fromName" | "referencedMessageId" | "scheduledFor" | "error" | "subject")[];
885
- readonly destField: readonly ("id" | "userId" | "color" | "displayName" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
885
+ readonly sourceField: readonly ("type" | "status" | "id" | "updatedAt" | "body" | "subject" | "accountId" | "scheduledFor" | "error" | "fromName" | "referencedMessageId" | "userId" | "fromAliasId" | "fromEmail")[];
886
+ readonly destField: readonly ("id" | "color" | "displayName" | "userId" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
886
887
  readonly destSchema: "account";
887
888
  readonly cardinality: "one";
888
889
  }];
889
890
  attachments: [{
890
- readonly sourceField: readonly ("type" | "status" | "id" | "updatedAt" | "body" | "userId" | "accountId" | "fromAliasId" | "fromEmail" | "fromName" | "referencedMessageId" | "scheduledFor" | "error" | "subject")[];
891
- readonly destField: readonly ("status" | "id" | "draftId" | "fileName" | "mimeType" | "totalSize")[];
891
+ readonly sourceField: readonly ("type" | "status" | "id" | "updatedAt" | "body" | "subject" | "accountId" | "scheduledFor" | "error" | "fromName" | "referencedMessageId" | "userId" | "fromAliasId" | "fromEmail")[];
892
+ readonly destField: readonly ("status" | "id" | "fileName" | "mimeType" | "totalSize" | "draftId")[];
892
893
  readonly destSchema: "draftAttachment";
893
894
  readonly cardinality: "many";
894
895
  }];
895
896
  user: [{
896
- readonly sourceField: readonly ("type" | "status" | "id" | "updatedAt" | "body" | "userId" | "accountId" | "fromAliasId" | "fromEmail" | "fromName" | "referencedMessageId" | "scheduledFor" | "error" | "subject")[];
897
- readonly destField: readonly ("id" | "profilePicture" | "undoSendEnabled" | "name")[];
897
+ readonly sourceField: readonly ("type" | "status" | "id" | "updatedAt" | "body" | "subject" | "accountId" | "scheduledFor" | "error" | "fromName" | "referencedMessageId" | "userId" | "fromAliasId" | "fromEmail")[];
898
+ readonly destField: readonly ("id" | "name" | "profilePicture" | "undoSendEnabled")[];
898
899
  readonly destSchema: "user";
899
900
  readonly cardinality: "one";
900
901
  }];
901
902
  };
902
903
  readonly thread: {
903
904
  account: [{
904
- readonly sourceField: readonly ("id" | "userId" | "accountId" | "subject" | "flagged" | "hasAttachments" | "labelIdList" | "latestMessageDate" | "latestMessageId" | "messageCount" | "previewText" | "seen" | "senderEmail" | "senderName" | "words")[];
905
- readonly destField: readonly ("id" | "userId" | "color" | "displayName" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
905
+ readonly sourceField: readonly ("id" | "subject" | "accountId" | "flagged" | "seen" | "userId" | "hasAttachments" | "labelIdList" | "latestMessageDate" | "latestMessageId" | "messageCount" | "previewText" | "senderEmail" | "senderName" | "words")[];
906
+ readonly destField: readonly ("id" | "color" | "displayName" | "userId" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
906
907
  readonly destSchema: "account";
907
908
  readonly cardinality: "one";
908
909
  }];
909
910
  labels: [{
910
- readonly sourceField: readonly ("id" | "userId" | "accountId" | "subject" | "flagged" | "hasAttachments" | "labelIdList" | "latestMessageDate" | "latestMessageId" | "messageCount" | "previewText" | "seen" | "senderEmail" | "senderName" | "words")[];
911
+ readonly sourceField: readonly ("id" | "subject" | "accountId" | "flagged" | "seen" | "userId" | "hasAttachments" | "labelIdList" | "latestMessageDate" | "latestMessageId" | "messageCount" | "previewText" | "senderEmail" | "senderName" | "words")[];
911
912
  readonly destField: readonly ("threadId" | "accountId" | "uidValidity" | "labelId" | "lastSyncedAt" | "threadMessageId" | "uid")[];
912
913
  readonly destSchema: "threadLabel";
913
914
  readonly cardinality: "many";
@@ -918,20 +919,20 @@ export declare const schema: {
918
919
  readonly cardinality: "many";
919
920
  }];
920
921
  messages: [{
921
- readonly sourceField: readonly ("id" | "userId" | "accountId" | "subject" | "flagged" | "hasAttachments" | "labelIdList" | "latestMessageDate" | "latestMessageId" | "messageCount" | "previewText" | "seen" | "senderEmail" | "senderName" | "words")[];
922
+ readonly sourceField: readonly ("id" | "subject" | "accountId" | "flagged" | "seen" | "userId" | "hasAttachments" | "labelIdList" | "latestMessageDate" | "latestMessageId" | "messageCount" | "previewText" | "senderEmail" | "senderName" | "words")[];
922
923
  readonly destField: readonly ("threadId" | "id" | "accountId" | "previewText" | "senderEmail" | "senderName" | "envelopeDate" | "envelopeSubject")[];
923
924
  readonly destSchema: "threadMessage";
924
925
  readonly cardinality: "many";
925
926
  }];
926
927
  threadByLabel: [{
927
- readonly sourceField: readonly ("id" | "userId" | "accountId" | "subject" | "flagged" | "hasAttachments" | "labelIdList" | "latestMessageDate" | "latestMessageId" | "messageCount" | "previewText" | "seen" | "senderEmail" | "senderName" | "words")[];
928
+ readonly sourceField: readonly ("id" | "subject" | "accountId" | "flagged" | "seen" | "userId" | "hasAttachments" | "labelIdList" | "latestMessageDate" | "latestMessageId" | "messageCount" | "previewText" | "senderEmail" | "senderName" | "words")[];
928
929
  readonly destField: readonly ("threadId" | "latestMessageDate" | "labelId")[];
929
930
  readonly destSchema: "threadByLabel";
930
931
  readonly cardinality: "many";
931
932
  }];
932
933
  user: [{
933
- 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")[];
934
+ readonly sourceField: readonly ("id" | "subject" | "accountId" | "flagged" | "seen" | "userId" | "hasAttachments" | "labelIdList" | "latestMessageDate" | "latestMessageId" | "messageCount" | "previewText" | "senderEmail" | "senderName" | "words")[];
935
+ readonly destField: readonly ("id" | "name" | "profilePicture" | "undoSendEnabled")[];
935
936
  readonly destSchema: "user";
936
937
  readonly cardinality: "one";
937
938
  }];
@@ -951,7 +952,7 @@ export declare const schema: {
951
952
  }];
952
953
  thread: [{
953
954
  readonly sourceField: readonly ("threadId" | "accountId" | "uidValidity" | "labelId" | "lastSyncedAt" | "threadMessageId" | "uid")[];
954
- readonly destField: readonly ("id" | "userId" | "accountId" | "subject" | "flagged" | "hasAttachments" | "labelIdList" | "latestMessageDate" | "latestMessageId" | "messageCount" | "previewText" | "seen" | "senderEmail" | "senderName" | "words")[];
955
+ readonly destField: readonly ("id" | "subject" | "accountId" | "flagged" | "seen" | "userId" | "hasAttachments" | "labelIdList" | "latestMessageDate" | "latestMessageId" | "messageCount" | "previewText" | "senderEmail" | "senderName" | "words")[];
955
956
  readonly destSchema: "thread";
956
957
  readonly cardinality: "one";
957
958
  }];
@@ -965,7 +966,7 @@ export declare const schema: {
965
966
  }];
966
967
  thread: [{
967
968
  readonly sourceField: readonly ("threadId" | "latestMessageDate" | "labelId")[];
968
- readonly destField: readonly ("id" | "userId" | "accountId" | "subject" | "flagged" | "hasAttachments" | "labelIdList" | "latestMessageDate" | "latestMessageId" | "messageCount" | "previewText" | "seen" | "senderEmail" | "senderName" | "words")[];
969
+ readonly destField: readonly ("id" | "subject" | "accountId" | "flagged" | "seen" | "userId" | "hasAttachments" | "labelIdList" | "latestMessageDate" | "latestMessageId" | "messageCount" | "previewText" | "senderEmail" | "senderName" | "words")[];
969
970
  readonly destSchema: "thread";
970
971
  readonly cardinality: "one";
971
972
  }];
@@ -990,20 +991,20 @@ export declare const schema: {
990
991
  }];
991
992
  recipients: [{
992
993
  readonly sourceField: readonly ("threadId" | "id" | "accountId" | "previewText" | "senderEmail" | "senderName" | "envelopeDate" | "envelopeSubject")[];
993
- readonly destField: readonly ("type" | "id" | "name" | "emailAddress" | "threadMessageId")[];
994
+ readonly destField: readonly ("type" | "id" | "emailAddress" | "name" | "threadMessageId")[];
994
995
  readonly destSchema: "threadMessageRecipient";
995
996
  readonly cardinality: "many";
996
997
  }];
997
998
  thread: [{
998
999
  readonly sourceField: readonly ("threadId" | "id" | "accountId" | "previewText" | "senderEmail" | "senderName" | "envelopeDate" | "envelopeSubject")[];
999
- readonly destField: readonly ("id" | "userId" | "accountId" | "subject" | "flagged" | "hasAttachments" | "labelIdList" | "latestMessageDate" | "latestMessageId" | "messageCount" | "previewText" | "seen" | "senderEmail" | "senderName" | "words")[];
1000
+ readonly destField: readonly ("id" | "subject" | "accountId" | "flagged" | "seen" | "userId" | "hasAttachments" | "labelIdList" | "latestMessageDate" | "latestMessageId" | "messageCount" | "previewText" | "senderEmail" | "senderName" | "words")[];
1000
1001
  readonly destSchema: "thread";
1001
1002
  readonly cardinality: "one";
1002
1003
  }];
1003
1004
  };
1004
1005
  readonly threadMessageRecipient: {
1005
1006
  message: [{
1006
- readonly sourceField: readonly ("type" | "id" | "name" | "emailAddress" | "threadMessageId")[];
1007
+ readonly sourceField: readonly ("type" | "id" | "emailAddress" | "name" | "threadMessageId")[];
1007
1008
  readonly destField: readonly ("threadId" | "id" | "accountId" | "previewText" | "senderEmail" | "senderName" | "envelopeDate" | "envelopeSubject")[];
1008
1009
  readonly destSchema: "threadMessage";
1009
1010
  readonly cardinality: "one";
@@ -1021,7 +1022,6 @@ export declare const schema: {
1021
1022
  enableLegacyQueries: boolean | undefined;
1022
1023
  enableLegacyMutators: false;
1023
1024
  };
1024
- export type MarcoZeroSchema = typeof schema;
1025
1025
  export declare const tables: {
1026
1026
  readonly account: import("@rocicorp/zero").TableBuilderWithColumns<{
1027
1027
  name: "account";
@@ -1780,9 +1780,4 @@ export declare const tables: {
1780
1780
  primaryKey: ["id"];
1781
1781
  }>;
1782
1782
  };
1783
- declare module '@rocicorp/zero' {
1784
- interface DefaultTypes {
1785
- schema: typeof schema;
1786
- }
1787
- }
1788
1783
  //# sourceMappingURL=schema.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../src/zero/schema.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../src/zero/schema.ts"],"names":[],"mappings":"AAoBA,OAAO,+BAA+B,CAAA;AAwatC,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAjWJ,MAAM;4BACX,MAAM,EAAE;4BACR,MAAM,EAAE;6BACP,MAAM,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgYjB,CAAA;AAEF,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BArYJ,MAAM;wBACX,MAAM,EAAE;wBACR,MAAM,EAAE;yBACP,MAAM,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiZT,CAAA"}
@@ -1,4 +1,5 @@
1
1
  import { boolean, createSchema, enumeration, json, number as numeric, relationships, string, table, } from '@rocicorp/zero';
2
+ import '@marco-config/zero/types.d.ts';
2
3
  const user = table('user')
3
4
  .columns({
4
5
  id: string(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marcoappio/marco-config",
3
- "version": "2.0.510",
3
+ "version": "2.0.512",
4
4
  "author": "team@marcoapp.io",
5
5
  "main": "dist/index.js",
6
6
  "repository": "git@github.com:marcoappio/marco-config.git",