@marcoappio/marco-config 2.0.428 → 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/zero/index.d.ts +0 -304
- package/dist/zero/index.d.ts.map +1 -1
- package/dist/zero/mutators/index.d.ts +0 -304
- package/dist/zero/mutators/index.d.ts.map +1 -1
- package/dist/zero/queries/getAccounts.d.ts +0 -47
- package/dist/zero/queries/getAccounts.d.ts.map +1 -1
- package/dist/zero/queries/getContacts.d.ts +0 -47
- package/dist/zero/queries/getContacts.d.ts.map +1 -1
- package/dist/zero/queries/getDrafts.d.ts +0 -47
- package/dist/zero/queries/getDrafts.d.ts.map +1 -1
- package/dist/zero/queries/getThreads.d.ts +0 -47
- package/dist/zero/queries/getThreads.d.ts.map +1 -1
- package/dist/zero/queries/getUser.d.ts +0 -47
- package/dist/zero/queries/getUser.d.ts.map +1 -1
- package/dist/zero/queries/index.d.ts +0 -47
- package/dist/zero/queries/index.d.ts.map +1 -1
- package/dist/zero/schema.d.ts +0 -69
- package/dist/zero/schema.d.ts.map +1 -1
- package/dist/zero/schema.js +0 -31
- package/package.json +1 -1
package/dist/zero/index.d.ts
CHANGED
|
@@ -660,28 +660,6 @@ export declare const marcoZero: {
|
|
|
660
660
|
} & {
|
|
661
661
|
primaryKey: ["id"];
|
|
662
662
|
};
|
|
663
|
-
readonly threadMessageLabel: {
|
|
664
|
-
name: "threadMessageLabel";
|
|
665
|
-
columns: {
|
|
666
|
-
readonly labelId: {
|
|
667
|
-
type: "string";
|
|
668
|
-
optional: false;
|
|
669
|
-
customType: string;
|
|
670
|
-
} & {
|
|
671
|
-
serverName: string;
|
|
672
|
-
};
|
|
673
|
-
readonly threadMessageId: {
|
|
674
|
-
type: "string";
|
|
675
|
-
optional: false;
|
|
676
|
-
customType: string;
|
|
677
|
-
} & {
|
|
678
|
-
serverName: string;
|
|
679
|
-
};
|
|
680
|
-
};
|
|
681
|
-
primaryKey: readonly [string, ...string[]];
|
|
682
|
-
} & {
|
|
683
|
-
primaryKey: ["threadMessageId", "labelId"];
|
|
684
|
-
};
|
|
685
663
|
};
|
|
686
664
|
relationships: {
|
|
687
665
|
readonly user: {
|
|
@@ -785,17 +763,6 @@ export declare const marcoZero: {
|
|
|
785
763
|
readonly destSchema: "account";
|
|
786
764
|
readonly cardinality: "one";
|
|
787
765
|
}];
|
|
788
|
-
threadMessages: [{
|
|
789
|
-
readonly sourceField: string[];
|
|
790
|
-
readonly destField: ("labelId" | "threadMessageId")[];
|
|
791
|
-
readonly destSchema: "threadMessageLabel";
|
|
792
|
-
readonly cardinality: "many";
|
|
793
|
-
}, {
|
|
794
|
-
readonly sourceField: string[];
|
|
795
|
-
readonly destField: ("id" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
796
|
-
readonly destSchema: "threadMessage";
|
|
797
|
-
readonly cardinality: "many";
|
|
798
|
-
}];
|
|
799
766
|
threads: [{
|
|
800
767
|
readonly sourceField: string[];
|
|
801
768
|
readonly destField: ("labelId" | "threadId")[];
|
|
@@ -931,20 +898,6 @@ export declare const marcoZero: {
|
|
|
931
898
|
readonly cardinality: "one";
|
|
932
899
|
}];
|
|
933
900
|
};
|
|
934
|
-
readonly threadMessageLabel: {
|
|
935
|
-
label: [{
|
|
936
|
-
readonly sourceField: string[];
|
|
937
|
-
readonly destField: ("id" | "accountId" | "path" | "specialUse")[];
|
|
938
|
-
readonly destSchema: "accountLabel";
|
|
939
|
-
readonly cardinality: "one";
|
|
940
|
-
}];
|
|
941
|
-
message: [{
|
|
942
|
-
readonly sourceField: string[];
|
|
943
|
-
readonly destField: ("id" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
944
|
-
readonly destSchema: "threadMessage";
|
|
945
|
-
readonly cardinality: "one";
|
|
946
|
-
}];
|
|
947
|
-
};
|
|
948
901
|
};
|
|
949
902
|
enableLegacyQueries: boolean | undefined;
|
|
950
903
|
enableLegacyMutators: false;
|
|
@@ -1647,28 +1600,6 @@ export declare const marcoZero: {
|
|
|
1647
1600
|
} & {
|
|
1648
1601
|
primaryKey: ["id"];
|
|
1649
1602
|
};
|
|
1650
|
-
readonly threadMessageLabel: {
|
|
1651
|
-
name: "threadMessageLabel";
|
|
1652
|
-
columns: {
|
|
1653
|
-
readonly labelId: {
|
|
1654
|
-
type: "string";
|
|
1655
|
-
optional: false;
|
|
1656
|
-
customType: string;
|
|
1657
|
-
} & {
|
|
1658
|
-
serverName: string;
|
|
1659
|
-
};
|
|
1660
|
-
readonly threadMessageId: {
|
|
1661
|
-
type: "string";
|
|
1662
|
-
optional: false;
|
|
1663
|
-
customType: string;
|
|
1664
|
-
} & {
|
|
1665
|
-
serverName: string;
|
|
1666
|
-
};
|
|
1667
|
-
};
|
|
1668
|
-
primaryKey: readonly [string, ...string[]];
|
|
1669
|
-
} & {
|
|
1670
|
-
primaryKey: ["threadMessageId", "labelId"];
|
|
1671
|
-
};
|
|
1672
1603
|
};
|
|
1673
1604
|
relationships: {
|
|
1674
1605
|
readonly user: {
|
|
@@ -1772,17 +1703,6 @@ export declare const marcoZero: {
|
|
|
1772
1703
|
readonly destSchema: "account";
|
|
1773
1704
|
readonly cardinality: "one";
|
|
1774
1705
|
}];
|
|
1775
|
-
threadMessages: [{
|
|
1776
|
-
readonly sourceField: string[];
|
|
1777
|
-
readonly destField: ("labelId" | "threadMessageId")[];
|
|
1778
|
-
readonly destSchema: "threadMessageLabel";
|
|
1779
|
-
readonly cardinality: "many";
|
|
1780
|
-
}, {
|
|
1781
|
-
readonly sourceField: string[];
|
|
1782
|
-
readonly destField: ("id" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
1783
|
-
readonly destSchema: "threadMessage";
|
|
1784
|
-
readonly cardinality: "many";
|
|
1785
|
-
}];
|
|
1786
1706
|
threads: [{
|
|
1787
1707
|
readonly sourceField: string[];
|
|
1788
1708
|
readonly destField: ("labelId" | "threadId")[];
|
|
@@ -1918,20 +1838,6 @@ export declare const marcoZero: {
|
|
|
1918
1838
|
readonly cardinality: "one";
|
|
1919
1839
|
}];
|
|
1920
1840
|
};
|
|
1921
|
-
readonly threadMessageLabel: {
|
|
1922
|
-
label: [{
|
|
1923
|
-
readonly sourceField: string[];
|
|
1924
|
-
readonly destField: ("id" | "accountId" | "path" | "specialUse")[];
|
|
1925
|
-
readonly destSchema: "accountLabel";
|
|
1926
|
-
readonly cardinality: "one";
|
|
1927
|
-
}];
|
|
1928
|
-
message: [{
|
|
1929
|
-
readonly sourceField: string[];
|
|
1930
|
-
readonly destField: ("id" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
1931
|
-
readonly destSchema: "threadMessage";
|
|
1932
|
-
readonly cardinality: "one";
|
|
1933
|
-
}];
|
|
1934
|
-
};
|
|
1935
1841
|
};
|
|
1936
1842
|
enableLegacyQueries: boolean | undefined;
|
|
1937
1843
|
enableLegacyMutators: false;
|
|
@@ -2604,28 +2510,6 @@ export declare const marcoZero: {
|
|
|
2604
2510
|
} & {
|
|
2605
2511
|
primaryKey: ["id"];
|
|
2606
2512
|
};
|
|
2607
|
-
readonly threadMessageLabel: {
|
|
2608
|
-
name: "threadMessageLabel";
|
|
2609
|
-
columns: {
|
|
2610
|
-
readonly labelId: {
|
|
2611
|
-
type: "string";
|
|
2612
|
-
optional: false;
|
|
2613
|
-
customType: string;
|
|
2614
|
-
} & {
|
|
2615
|
-
serverName: string;
|
|
2616
|
-
};
|
|
2617
|
-
readonly threadMessageId: {
|
|
2618
|
-
type: "string";
|
|
2619
|
-
optional: false;
|
|
2620
|
-
customType: string;
|
|
2621
|
-
} & {
|
|
2622
|
-
serverName: string;
|
|
2623
|
-
};
|
|
2624
|
-
};
|
|
2625
|
-
primaryKey: readonly [string, ...string[]];
|
|
2626
|
-
} & {
|
|
2627
|
-
primaryKey: ["threadMessageId", "labelId"];
|
|
2628
|
-
};
|
|
2629
2513
|
};
|
|
2630
2514
|
relationships: {
|
|
2631
2515
|
readonly user: {
|
|
@@ -2729,17 +2613,6 @@ export declare const marcoZero: {
|
|
|
2729
2613
|
readonly destSchema: "account";
|
|
2730
2614
|
readonly cardinality: "one";
|
|
2731
2615
|
}];
|
|
2732
|
-
threadMessages: [{
|
|
2733
|
-
readonly sourceField: string[];
|
|
2734
|
-
readonly destField: ("labelId" | "threadMessageId")[];
|
|
2735
|
-
readonly destSchema: "threadMessageLabel";
|
|
2736
|
-
readonly cardinality: "many";
|
|
2737
|
-
}, {
|
|
2738
|
-
readonly sourceField: string[];
|
|
2739
|
-
readonly destField: ("id" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
2740
|
-
readonly destSchema: "threadMessage";
|
|
2741
|
-
readonly cardinality: "many";
|
|
2742
|
-
}];
|
|
2743
2616
|
threads: [{
|
|
2744
2617
|
readonly sourceField: string[];
|
|
2745
2618
|
readonly destField: ("labelId" | "threadId")[];
|
|
@@ -2875,20 +2748,6 @@ export declare const marcoZero: {
|
|
|
2875
2748
|
readonly cardinality: "one";
|
|
2876
2749
|
}];
|
|
2877
2750
|
};
|
|
2878
|
-
readonly threadMessageLabel: {
|
|
2879
|
-
label: [{
|
|
2880
|
-
readonly sourceField: string[];
|
|
2881
|
-
readonly destField: ("id" | "accountId" | "path" | "specialUse")[];
|
|
2882
|
-
readonly destSchema: "accountLabel";
|
|
2883
|
-
readonly cardinality: "one";
|
|
2884
|
-
}];
|
|
2885
|
-
message: [{
|
|
2886
|
-
readonly sourceField: string[];
|
|
2887
|
-
readonly destField: ("id" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
2888
|
-
readonly destSchema: "threadMessage";
|
|
2889
|
-
readonly cardinality: "one";
|
|
2890
|
-
}];
|
|
2891
|
-
};
|
|
2892
2751
|
};
|
|
2893
2752
|
enableLegacyQueries: boolean | undefined;
|
|
2894
2753
|
enableLegacyMutators: false;
|
|
@@ -3600,28 +3459,6 @@ export declare const marcoZero: {
|
|
|
3600
3459
|
} & {
|
|
3601
3460
|
primaryKey: ["id"];
|
|
3602
3461
|
};
|
|
3603
|
-
readonly threadMessageLabel: {
|
|
3604
|
-
name: "threadMessageLabel";
|
|
3605
|
-
columns: {
|
|
3606
|
-
readonly labelId: {
|
|
3607
|
-
type: "string";
|
|
3608
|
-
optional: false;
|
|
3609
|
-
customType: string;
|
|
3610
|
-
} & {
|
|
3611
|
-
serverName: string;
|
|
3612
|
-
};
|
|
3613
|
-
readonly threadMessageId: {
|
|
3614
|
-
type: "string";
|
|
3615
|
-
optional: false;
|
|
3616
|
-
customType: string;
|
|
3617
|
-
} & {
|
|
3618
|
-
serverName: string;
|
|
3619
|
-
};
|
|
3620
|
-
};
|
|
3621
|
-
primaryKey: readonly [string, ...string[]];
|
|
3622
|
-
} & {
|
|
3623
|
-
primaryKey: ["threadMessageId", "labelId"];
|
|
3624
|
-
};
|
|
3625
3462
|
};
|
|
3626
3463
|
relationships: {
|
|
3627
3464
|
readonly user: {
|
|
@@ -3725,17 +3562,6 @@ export declare const marcoZero: {
|
|
|
3725
3562
|
readonly destSchema: "account";
|
|
3726
3563
|
readonly cardinality: "one";
|
|
3727
3564
|
}];
|
|
3728
|
-
threadMessages: [{
|
|
3729
|
-
readonly sourceField: string[];
|
|
3730
|
-
readonly destField: ("labelId" | "threadMessageId")[];
|
|
3731
|
-
readonly destSchema: "threadMessageLabel";
|
|
3732
|
-
readonly cardinality: "many";
|
|
3733
|
-
}, {
|
|
3734
|
-
readonly sourceField: string[];
|
|
3735
|
-
readonly destField: ("id" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
3736
|
-
readonly destSchema: "threadMessage";
|
|
3737
|
-
readonly cardinality: "many";
|
|
3738
|
-
}];
|
|
3739
3565
|
threads: [{
|
|
3740
3566
|
readonly sourceField: string[];
|
|
3741
3567
|
readonly destField: ("labelId" | "threadId")[];
|
|
@@ -3871,20 +3697,6 @@ export declare const marcoZero: {
|
|
|
3871
3697
|
readonly cardinality: "one";
|
|
3872
3698
|
}];
|
|
3873
3699
|
};
|
|
3874
|
-
readonly threadMessageLabel: {
|
|
3875
|
-
label: [{
|
|
3876
|
-
readonly sourceField: string[];
|
|
3877
|
-
readonly destField: ("id" | "accountId" | "path" | "specialUse")[];
|
|
3878
|
-
readonly destSchema: "accountLabel";
|
|
3879
|
-
readonly cardinality: "one";
|
|
3880
|
-
}];
|
|
3881
|
-
message: [{
|
|
3882
|
-
readonly sourceField: string[];
|
|
3883
|
-
readonly destField: ("id" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
3884
|
-
readonly destSchema: "threadMessage";
|
|
3885
|
-
readonly cardinality: "one";
|
|
3886
|
-
}];
|
|
3887
|
-
};
|
|
3888
3700
|
};
|
|
3889
3701
|
enableLegacyQueries: boolean | undefined;
|
|
3890
3702
|
enableLegacyMutators: false;
|
|
@@ -4601,28 +4413,6 @@ export declare const marcoZero: {
|
|
|
4601
4413
|
} & {
|
|
4602
4414
|
primaryKey: ["id"];
|
|
4603
4415
|
};
|
|
4604
|
-
readonly threadMessageLabel: {
|
|
4605
|
-
name: "threadMessageLabel";
|
|
4606
|
-
columns: {
|
|
4607
|
-
readonly labelId: {
|
|
4608
|
-
type: "string";
|
|
4609
|
-
optional: false;
|
|
4610
|
-
customType: string;
|
|
4611
|
-
} & {
|
|
4612
|
-
serverName: string;
|
|
4613
|
-
};
|
|
4614
|
-
readonly threadMessageId: {
|
|
4615
|
-
type: "string";
|
|
4616
|
-
optional: false;
|
|
4617
|
-
customType: string;
|
|
4618
|
-
} & {
|
|
4619
|
-
serverName: string;
|
|
4620
|
-
};
|
|
4621
|
-
};
|
|
4622
|
-
primaryKey: readonly [string, ...string[]];
|
|
4623
|
-
} & {
|
|
4624
|
-
primaryKey: ["threadMessageId", "labelId"];
|
|
4625
|
-
};
|
|
4626
4416
|
};
|
|
4627
4417
|
relationships: {
|
|
4628
4418
|
readonly user: {
|
|
@@ -4726,17 +4516,6 @@ export declare const marcoZero: {
|
|
|
4726
4516
|
readonly destSchema: "account";
|
|
4727
4517
|
readonly cardinality: "one";
|
|
4728
4518
|
}];
|
|
4729
|
-
threadMessages: [{
|
|
4730
|
-
readonly sourceField: string[];
|
|
4731
|
-
readonly destField: ("labelId" | "threadMessageId")[];
|
|
4732
|
-
readonly destSchema: "threadMessageLabel";
|
|
4733
|
-
readonly cardinality: "many";
|
|
4734
|
-
}, {
|
|
4735
|
-
readonly sourceField: string[];
|
|
4736
|
-
readonly destField: ("id" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
4737
|
-
readonly destSchema: "threadMessage";
|
|
4738
|
-
readonly cardinality: "many";
|
|
4739
|
-
}];
|
|
4740
4519
|
threads: [{
|
|
4741
4520
|
readonly sourceField: string[];
|
|
4742
4521
|
readonly destField: ("labelId" | "threadId")[];
|
|
@@ -4872,20 +4651,6 @@ export declare const marcoZero: {
|
|
|
4872
4651
|
readonly cardinality: "one";
|
|
4873
4652
|
}];
|
|
4874
4653
|
};
|
|
4875
|
-
readonly threadMessageLabel: {
|
|
4876
|
-
label: [{
|
|
4877
|
-
readonly sourceField: string[];
|
|
4878
|
-
readonly destField: ("id" | "accountId" | "path" | "specialUse")[];
|
|
4879
|
-
readonly destSchema: "accountLabel";
|
|
4880
|
-
readonly cardinality: "one";
|
|
4881
|
-
}];
|
|
4882
|
-
message: [{
|
|
4883
|
-
readonly sourceField: string[];
|
|
4884
|
-
readonly destField: ("id" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
4885
|
-
readonly destSchema: "threadMessage";
|
|
4886
|
-
readonly cardinality: "one";
|
|
4887
|
-
}];
|
|
4888
|
-
};
|
|
4889
4654
|
};
|
|
4890
4655
|
enableLegacyQueries: boolean | undefined;
|
|
4891
4656
|
enableLegacyMutators: false;
|
|
@@ -5589,28 +5354,6 @@ export declare const marcoZero: {
|
|
|
5589
5354
|
} & {
|
|
5590
5355
|
primaryKey: ["id"];
|
|
5591
5356
|
};
|
|
5592
|
-
readonly threadMessageLabel: {
|
|
5593
|
-
name: "threadMessageLabel";
|
|
5594
|
-
columns: {
|
|
5595
|
-
readonly labelId: {
|
|
5596
|
-
type: "string";
|
|
5597
|
-
optional: false;
|
|
5598
|
-
customType: string;
|
|
5599
|
-
} & {
|
|
5600
|
-
serverName: string;
|
|
5601
|
-
};
|
|
5602
|
-
readonly threadMessageId: {
|
|
5603
|
-
type: "string";
|
|
5604
|
-
optional: false;
|
|
5605
|
-
customType: string;
|
|
5606
|
-
} & {
|
|
5607
|
-
serverName: string;
|
|
5608
|
-
};
|
|
5609
|
-
};
|
|
5610
|
-
primaryKey: readonly [string, ...string[]];
|
|
5611
|
-
} & {
|
|
5612
|
-
primaryKey: ["threadMessageId", "labelId"];
|
|
5613
|
-
};
|
|
5614
5357
|
};
|
|
5615
5358
|
relationships: {
|
|
5616
5359
|
readonly user: {
|
|
@@ -5714,17 +5457,6 @@ export declare const marcoZero: {
|
|
|
5714
5457
|
readonly destSchema: "account";
|
|
5715
5458
|
readonly cardinality: "one";
|
|
5716
5459
|
}];
|
|
5717
|
-
threadMessages: [{
|
|
5718
|
-
readonly sourceField: string[];
|
|
5719
|
-
readonly destField: ("labelId" | "threadMessageId")[];
|
|
5720
|
-
readonly destSchema: "threadMessageLabel";
|
|
5721
|
-
readonly cardinality: "many";
|
|
5722
|
-
}, {
|
|
5723
|
-
readonly sourceField: string[];
|
|
5724
|
-
readonly destField: ("id" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
5725
|
-
readonly destSchema: "threadMessage";
|
|
5726
|
-
readonly cardinality: "many";
|
|
5727
|
-
}];
|
|
5728
5460
|
threads: [{
|
|
5729
5461
|
readonly sourceField: string[];
|
|
5730
5462
|
readonly destField: ("labelId" | "threadId")[];
|
|
@@ -5860,20 +5592,6 @@ export declare const marcoZero: {
|
|
|
5860
5592
|
readonly cardinality: "one";
|
|
5861
5593
|
}];
|
|
5862
5594
|
};
|
|
5863
|
-
readonly threadMessageLabel: {
|
|
5864
|
-
label: [{
|
|
5865
|
-
readonly sourceField: string[];
|
|
5866
|
-
readonly destField: ("id" | "accountId" | "path" | "specialUse")[];
|
|
5867
|
-
readonly destSchema: "accountLabel";
|
|
5868
|
-
readonly cardinality: "one";
|
|
5869
|
-
}];
|
|
5870
|
-
message: [{
|
|
5871
|
-
readonly sourceField: string[];
|
|
5872
|
-
readonly destField: ("id" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
5873
|
-
readonly destSchema: "threadMessage";
|
|
5874
|
-
readonly cardinality: "one";
|
|
5875
|
-
}];
|
|
5876
|
-
};
|
|
5877
5595
|
};
|
|
5878
5596
|
enableLegacyQueries: boolean | undefined;
|
|
5879
5597
|
enableLegacyMutators: false;
|
|
@@ -6429,28 +6147,6 @@ export declare const marcoZero: {
|
|
|
6429
6147
|
} & {
|
|
6430
6148
|
primaryKey: ["id"];
|
|
6431
6149
|
}>;
|
|
6432
|
-
readonly threadMessageLabel: import("@rocicorp/zero").TableBuilderWithColumns<{
|
|
6433
|
-
name: "threadMessageLabel";
|
|
6434
|
-
columns: {
|
|
6435
|
-
readonly labelId: {
|
|
6436
|
-
type: "string";
|
|
6437
|
-
optional: false;
|
|
6438
|
-
customType: string;
|
|
6439
|
-
} & {
|
|
6440
|
-
serverName: string;
|
|
6441
|
-
};
|
|
6442
|
-
readonly threadMessageId: {
|
|
6443
|
-
type: "string";
|
|
6444
|
-
optional: false;
|
|
6445
|
-
customType: string;
|
|
6446
|
-
} & {
|
|
6447
|
-
serverName: string;
|
|
6448
|
-
};
|
|
6449
|
-
};
|
|
6450
|
-
primaryKey: readonly [string, ...string[]];
|
|
6451
|
-
} & {
|
|
6452
|
-
primaryKey: ["threadMessageId", "labelId"];
|
|
6453
|
-
}>;
|
|
6454
6150
|
readonly threadMessageRecipient: import("@rocicorp/zero").TableBuilderWithColumns<{
|
|
6455
6151
|
name: "threadMessageRecipient";
|
|
6456
6152
|
columns: {
|
package/dist/zero/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/zero/index.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/zero/index.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4BAUZ,CAAC;oBACL,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uBADH,CAAC;wBACA,CAAC;0BAEa,CAAC;4BAA2B,CAAC;oBACjC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAHN,CAAA;AAEV,YAAY,EAAE,iBAAiB,EAAE,MAAM,YAAY,CAAA"}
|