@marcoappio/marco-config 2.0.448 → 2.0.449
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 +220 -49
- package/dist/zero/index.d.ts.map +1 -1
- package/dist/zero/mutators/threadMutators/threadMutators.d.ts.map +1 -1
- package/dist/zero/mutators/threadMutators/threadMutators.js +4 -0
- package/dist/zero/mutators/threadMutators/threadMutators.test.js +10 -0
- package/dist/zero/queries/getAccounts.d.ts +32 -8
- package/dist/zero/queries/getAccounts.d.ts.map +1 -1
- package/dist/zero/queries/getContacts.d.ts +32 -8
- package/dist/zero/queries/getContacts.d.ts.map +1 -1
- package/dist/zero/queries/getDrafts.d.ts +32 -8
- package/dist/zero/queries/getDrafts.d.ts.map +1 -1
- package/dist/zero/queries/getThreads.d.ts +35 -8
- package/dist/zero/queries/getThreads.d.ts.map +1 -1
- package/dist/zero/queries/getUser.d.ts +32 -8
- package/dist/zero/queries/getUser.d.ts.map +1 -1
- package/dist/zero/queries/index.d.ts +32 -8
- package/dist/zero/queries/index.d.ts.map +1 -1
- package/dist/zero/schema.d.ts +57 -9
- package/dist/zero/schema.d.ts.map +1 -1
- package/dist/zero/schema.js +5 -1
- package/package.json +1 -1
package/dist/zero/index.d.ts
CHANGED
|
@@ -820,6 +820,13 @@ export declare const marcoZero: {
|
|
|
820
820
|
readonly threadLabel: {
|
|
821
821
|
name: "threadLabel";
|
|
822
822
|
columns: {
|
|
823
|
+
readonly accountId: {
|
|
824
|
+
type: "string";
|
|
825
|
+
optional: false;
|
|
826
|
+
customType: string;
|
|
827
|
+
} & {
|
|
828
|
+
serverName: string;
|
|
829
|
+
};
|
|
823
830
|
readonly labelId: {
|
|
824
831
|
type: "string";
|
|
825
832
|
optional: false;
|
|
@@ -844,11 +851,18 @@ export declare const marcoZero: {
|
|
|
844
851
|
};
|
|
845
852
|
primaryKey: readonly [string, ...string[]];
|
|
846
853
|
} & {
|
|
847
|
-
primaryKey: ["
|
|
854
|
+
primaryKey: ["accountId", "labelId", "threadMessageId"];
|
|
848
855
|
};
|
|
849
856
|
readonly threadMessage: {
|
|
850
857
|
name: "threadMessage";
|
|
851
858
|
columns: {
|
|
859
|
+
readonly accountId: {
|
|
860
|
+
type: "string";
|
|
861
|
+
optional: false;
|
|
862
|
+
customType: string;
|
|
863
|
+
} & {
|
|
864
|
+
serverName: string;
|
|
865
|
+
};
|
|
852
866
|
readonly envelopeDate: {
|
|
853
867
|
type: "number";
|
|
854
868
|
optional: false;
|
|
@@ -865,6 +879,11 @@ export declare const marcoZero: {
|
|
|
865
879
|
} & {
|
|
866
880
|
serverName: string;
|
|
867
881
|
};
|
|
882
|
+
readonly flagged: {
|
|
883
|
+
type: "boolean";
|
|
884
|
+
optional: false;
|
|
885
|
+
customType: boolean;
|
|
886
|
+
};
|
|
868
887
|
readonly id: {
|
|
869
888
|
type: "string";
|
|
870
889
|
optional: false;
|
|
@@ -877,6 +896,11 @@ export declare const marcoZero: {
|
|
|
877
896
|
} & {
|
|
878
897
|
serverName: string;
|
|
879
898
|
};
|
|
899
|
+
readonly seen: {
|
|
900
|
+
type: "boolean";
|
|
901
|
+
optional: false;
|
|
902
|
+
customType: boolean;
|
|
903
|
+
};
|
|
880
904
|
readonly senderEmail: {
|
|
881
905
|
type: "string";
|
|
882
906
|
optional: false;
|
|
@@ -1093,7 +1117,7 @@ export declare const marcoZero: {
|
|
|
1093
1117
|
}];
|
|
1094
1118
|
threads: [{
|
|
1095
1119
|
readonly sourceField: string[];
|
|
1096
|
-
readonly destField: ("labelId" | "threadId" | "threadMessageId")[];
|
|
1120
|
+
readonly destField: ("accountId" | "labelId" | "threadId" | "threadMessageId")[];
|
|
1097
1121
|
readonly destSchema: "threadLabel";
|
|
1098
1122
|
readonly cardinality: "many";
|
|
1099
1123
|
}, {
|
|
@@ -1154,7 +1178,7 @@ export declare const marcoZero: {
|
|
|
1154
1178
|
}];
|
|
1155
1179
|
labels: [{
|
|
1156
1180
|
readonly sourceField: string[];
|
|
1157
|
-
readonly destField: ("labelId" | "threadId" | "threadMessageId")[];
|
|
1181
|
+
readonly destField: ("accountId" | "labelId" | "threadId" | "threadMessageId")[];
|
|
1158
1182
|
readonly destSchema: "threadLabel";
|
|
1159
1183
|
readonly cardinality: "many";
|
|
1160
1184
|
}, {
|
|
@@ -1165,7 +1189,7 @@ export declare const marcoZero: {
|
|
|
1165
1189
|
}];
|
|
1166
1190
|
messages: [{
|
|
1167
1191
|
readonly sourceField: string[];
|
|
1168
|
-
readonly destField: ("id" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
1192
|
+
readonly destField: ("id" | "accountId" | "flagged" | "seen" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
1169
1193
|
readonly destSchema: "threadMessage";
|
|
1170
1194
|
readonly cardinality: "many";
|
|
1171
1195
|
}];
|
|
@@ -1185,7 +1209,7 @@ export declare const marcoZero: {
|
|
|
1185
1209
|
}];
|
|
1186
1210
|
message: [{
|
|
1187
1211
|
readonly sourceField: string[];
|
|
1188
|
-
readonly destField: ("id" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
1212
|
+
readonly destField: ("id" | "accountId" | "flagged" | "seen" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
1189
1213
|
readonly destSchema: "threadMessage";
|
|
1190
1214
|
readonly cardinality: "one";
|
|
1191
1215
|
}];
|
|
@@ -1205,7 +1229,7 @@ export declare const marcoZero: {
|
|
|
1205
1229
|
}];
|
|
1206
1230
|
labels: [{
|
|
1207
1231
|
readonly sourceField: string[];
|
|
1208
|
-
readonly destField: ("labelId" | "threadId" | "threadMessageId")[];
|
|
1232
|
+
readonly destField: ("accountId" | "labelId" | "threadId" | "threadMessageId")[];
|
|
1209
1233
|
readonly destSchema: "threadLabel";
|
|
1210
1234
|
readonly cardinality: "many";
|
|
1211
1235
|
}, {
|
|
@@ -1230,7 +1254,7 @@ export declare const marcoZero: {
|
|
|
1230
1254
|
readonly threadMessageRecipient: {
|
|
1231
1255
|
message: [{
|
|
1232
1256
|
readonly sourceField: string[];
|
|
1233
|
-
readonly destField: ("id" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
1257
|
+
readonly destField: ("id" | "accountId" | "flagged" | "seen" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
1234
1258
|
readonly destSchema: "threadMessage";
|
|
1235
1259
|
readonly cardinality: "one";
|
|
1236
1260
|
}];
|
|
@@ -1238,7 +1262,7 @@ export declare const marcoZero: {
|
|
|
1238
1262
|
readonly threadMessageAttachment: {
|
|
1239
1263
|
message: [{
|
|
1240
1264
|
readonly sourceField: string[];
|
|
1241
|
-
readonly destField: ("id" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
1265
|
+
readonly destField: ("id" | "accountId" | "flagged" | "seen" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
1242
1266
|
readonly destSchema: "threadMessage";
|
|
1243
1267
|
readonly cardinality: "one";
|
|
1244
1268
|
}];
|
|
@@ -1785,6 +1809,13 @@ export declare const marcoZero: {
|
|
|
1785
1809
|
readonly threadLabel: {
|
|
1786
1810
|
name: "threadLabel";
|
|
1787
1811
|
columns: {
|
|
1812
|
+
readonly accountId: {
|
|
1813
|
+
type: "string";
|
|
1814
|
+
optional: false;
|
|
1815
|
+
customType: string;
|
|
1816
|
+
} & {
|
|
1817
|
+
serverName: string;
|
|
1818
|
+
};
|
|
1788
1819
|
readonly labelId: {
|
|
1789
1820
|
type: "string";
|
|
1790
1821
|
optional: false;
|
|
@@ -1809,11 +1840,18 @@ export declare const marcoZero: {
|
|
|
1809
1840
|
};
|
|
1810
1841
|
primaryKey: readonly [string, ...string[]];
|
|
1811
1842
|
} & {
|
|
1812
|
-
primaryKey: ["
|
|
1843
|
+
primaryKey: ["accountId", "labelId", "threadMessageId"];
|
|
1813
1844
|
};
|
|
1814
1845
|
readonly threadMessage: {
|
|
1815
1846
|
name: "threadMessage";
|
|
1816
1847
|
columns: {
|
|
1848
|
+
readonly accountId: {
|
|
1849
|
+
type: "string";
|
|
1850
|
+
optional: false;
|
|
1851
|
+
customType: string;
|
|
1852
|
+
} & {
|
|
1853
|
+
serverName: string;
|
|
1854
|
+
};
|
|
1817
1855
|
readonly envelopeDate: {
|
|
1818
1856
|
type: "number";
|
|
1819
1857
|
optional: false;
|
|
@@ -1830,6 +1868,11 @@ export declare const marcoZero: {
|
|
|
1830
1868
|
} & {
|
|
1831
1869
|
serverName: string;
|
|
1832
1870
|
};
|
|
1871
|
+
readonly flagged: {
|
|
1872
|
+
type: "boolean";
|
|
1873
|
+
optional: false;
|
|
1874
|
+
customType: boolean;
|
|
1875
|
+
};
|
|
1833
1876
|
readonly id: {
|
|
1834
1877
|
type: "string";
|
|
1835
1878
|
optional: false;
|
|
@@ -1842,6 +1885,11 @@ export declare const marcoZero: {
|
|
|
1842
1885
|
} & {
|
|
1843
1886
|
serverName: string;
|
|
1844
1887
|
};
|
|
1888
|
+
readonly seen: {
|
|
1889
|
+
type: "boolean";
|
|
1890
|
+
optional: false;
|
|
1891
|
+
customType: boolean;
|
|
1892
|
+
};
|
|
1845
1893
|
readonly senderEmail: {
|
|
1846
1894
|
type: "string";
|
|
1847
1895
|
optional: false;
|
|
@@ -2058,7 +2106,7 @@ export declare const marcoZero: {
|
|
|
2058
2106
|
}];
|
|
2059
2107
|
threads: [{
|
|
2060
2108
|
readonly sourceField: string[];
|
|
2061
|
-
readonly destField: ("labelId" | "threadId" | "threadMessageId")[];
|
|
2109
|
+
readonly destField: ("accountId" | "labelId" | "threadId" | "threadMessageId")[];
|
|
2062
2110
|
readonly destSchema: "threadLabel";
|
|
2063
2111
|
readonly cardinality: "many";
|
|
2064
2112
|
}, {
|
|
@@ -2119,7 +2167,7 @@ export declare const marcoZero: {
|
|
|
2119
2167
|
}];
|
|
2120
2168
|
labels: [{
|
|
2121
2169
|
readonly sourceField: string[];
|
|
2122
|
-
readonly destField: ("labelId" | "threadId" | "threadMessageId")[];
|
|
2170
|
+
readonly destField: ("accountId" | "labelId" | "threadId" | "threadMessageId")[];
|
|
2123
2171
|
readonly destSchema: "threadLabel";
|
|
2124
2172
|
readonly cardinality: "many";
|
|
2125
2173
|
}, {
|
|
@@ -2130,7 +2178,7 @@ export declare const marcoZero: {
|
|
|
2130
2178
|
}];
|
|
2131
2179
|
messages: [{
|
|
2132
2180
|
readonly sourceField: string[];
|
|
2133
|
-
readonly destField: ("id" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
2181
|
+
readonly destField: ("id" | "accountId" | "flagged" | "seen" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
2134
2182
|
readonly destSchema: "threadMessage";
|
|
2135
2183
|
readonly cardinality: "many";
|
|
2136
2184
|
}];
|
|
@@ -2150,7 +2198,7 @@ export declare const marcoZero: {
|
|
|
2150
2198
|
}];
|
|
2151
2199
|
message: [{
|
|
2152
2200
|
readonly sourceField: string[];
|
|
2153
|
-
readonly destField: ("id" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
2201
|
+
readonly destField: ("id" | "accountId" | "flagged" | "seen" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
2154
2202
|
readonly destSchema: "threadMessage";
|
|
2155
2203
|
readonly cardinality: "one";
|
|
2156
2204
|
}];
|
|
@@ -2170,7 +2218,7 @@ export declare const marcoZero: {
|
|
|
2170
2218
|
}];
|
|
2171
2219
|
labels: [{
|
|
2172
2220
|
readonly sourceField: string[];
|
|
2173
|
-
readonly destField: ("labelId" | "threadId" | "threadMessageId")[];
|
|
2221
|
+
readonly destField: ("accountId" | "labelId" | "threadId" | "threadMessageId")[];
|
|
2174
2222
|
readonly destSchema: "threadLabel";
|
|
2175
2223
|
readonly cardinality: "many";
|
|
2176
2224
|
}, {
|
|
@@ -2195,7 +2243,7 @@ export declare const marcoZero: {
|
|
|
2195
2243
|
readonly threadMessageRecipient: {
|
|
2196
2244
|
message: [{
|
|
2197
2245
|
readonly sourceField: string[];
|
|
2198
|
-
readonly destField: ("id" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
2246
|
+
readonly destField: ("id" | "accountId" | "flagged" | "seen" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
2199
2247
|
readonly destSchema: "threadMessage";
|
|
2200
2248
|
readonly cardinality: "one";
|
|
2201
2249
|
}];
|
|
@@ -2203,7 +2251,7 @@ export declare const marcoZero: {
|
|
|
2203
2251
|
readonly threadMessageAttachment: {
|
|
2204
2252
|
message: [{
|
|
2205
2253
|
readonly sourceField: string[];
|
|
2206
|
-
readonly destField: ("id" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
2254
|
+
readonly destField: ("id" | "accountId" | "flagged" | "seen" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
2207
2255
|
readonly destSchema: "threadMessage";
|
|
2208
2256
|
readonly cardinality: "one";
|
|
2209
2257
|
}];
|
|
@@ -2719,6 +2767,13 @@ export declare const marcoZero: {
|
|
|
2719
2767
|
readonly threadLabel: {
|
|
2720
2768
|
name: "threadLabel";
|
|
2721
2769
|
columns: {
|
|
2770
|
+
readonly accountId: {
|
|
2771
|
+
type: "string";
|
|
2772
|
+
optional: false;
|
|
2773
|
+
customType: string;
|
|
2774
|
+
} & {
|
|
2775
|
+
serverName: string;
|
|
2776
|
+
};
|
|
2722
2777
|
readonly labelId: {
|
|
2723
2778
|
type: "string";
|
|
2724
2779
|
optional: false;
|
|
@@ -2743,11 +2798,18 @@ export declare const marcoZero: {
|
|
|
2743
2798
|
};
|
|
2744
2799
|
primaryKey: readonly [string, ...string[]];
|
|
2745
2800
|
} & {
|
|
2746
|
-
primaryKey: ["
|
|
2801
|
+
primaryKey: ["accountId", "labelId", "threadMessageId"];
|
|
2747
2802
|
};
|
|
2748
2803
|
readonly threadMessage: {
|
|
2749
2804
|
name: "threadMessage";
|
|
2750
2805
|
columns: {
|
|
2806
|
+
readonly accountId: {
|
|
2807
|
+
type: "string";
|
|
2808
|
+
optional: false;
|
|
2809
|
+
customType: string;
|
|
2810
|
+
} & {
|
|
2811
|
+
serverName: string;
|
|
2812
|
+
};
|
|
2751
2813
|
readonly envelopeDate: {
|
|
2752
2814
|
type: "number";
|
|
2753
2815
|
optional: false;
|
|
@@ -2764,6 +2826,11 @@ export declare const marcoZero: {
|
|
|
2764
2826
|
} & {
|
|
2765
2827
|
serverName: string;
|
|
2766
2828
|
};
|
|
2829
|
+
readonly flagged: {
|
|
2830
|
+
type: "boolean";
|
|
2831
|
+
optional: false;
|
|
2832
|
+
customType: boolean;
|
|
2833
|
+
};
|
|
2767
2834
|
readonly id: {
|
|
2768
2835
|
type: "string";
|
|
2769
2836
|
optional: false;
|
|
@@ -2776,6 +2843,11 @@ export declare const marcoZero: {
|
|
|
2776
2843
|
} & {
|
|
2777
2844
|
serverName: string;
|
|
2778
2845
|
};
|
|
2846
|
+
readonly seen: {
|
|
2847
|
+
type: "boolean";
|
|
2848
|
+
optional: false;
|
|
2849
|
+
customType: boolean;
|
|
2850
|
+
};
|
|
2779
2851
|
readonly senderEmail: {
|
|
2780
2852
|
type: "string";
|
|
2781
2853
|
optional: false;
|
|
@@ -2992,7 +3064,7 @@ export declare const marcoZero: {
|
|
|
2992
3064
|
}];
|
|
2993
3065
|
threads: [{
|
|
2994
3066
|
readonly sourceField: string[];
|
|
2995
|
-
readonly destField: ("labelId" | "threadId" | "threadMessageId")[];
|
|
3067
|
+
readonly destField: ("accountId" | "labelId" | "threadId" | "threadMessageId")[];
|
|
2996
3068
|
readonly destSchema: "threadLabel";
|
|
2997
3069
|
readonly cardinality: "many";
|
|
2998
3070
|
}, {
|
|
@@ -3053,7 +3125,7 @@ export declare const marcoZero: {
|
|
|
3053
3125
|
}];
|
|
3054
3126
|
labels: [{
|
|
3055
3127
|
readonly sourceField: string[];
|
|
3056
|
-
readonly destField: ("labelId" | "threadId" | "threadMessageId")[];
|
|
3128
|
+
readonly destField: ("accountId" | "labelId" | "threadId" | "threadMessageId")[];
|
|
3057
3129
|
readonly destSchema: "threadLabel";
|
|
3058
3130
|
readonly cardinality: "many";
|
|
3059
3131
|
}, {
|
|
@@ -3064,7 +3136,7 @@ export declare const marcoZero: {
|
|
|
3064
3136
|
}];
|
|
3065
3137
|
messages: [{
|
|
3066
3138
|
readonly sourceField: string[];
|
|
3067
|
-
readonly destField: ("id" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
3139
|
+
readonly destField: ("id" | "accountId" | "flagged" | "seen" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
3068
3140
|
readonly destSchema: "threadMessage";
|
|
3069
3141
|
readonly cardinality: "many";
|
|
3070
3142
|
}];
|
|
@@ -3084,7 +3156,7 @@ export declare const marcoZero: {
|
|
|
3084
3156
|
}];
|
|
3085
3157
|
message: [{
|
|
3086
3158
|
readonly sourceField: string[];
|
|
3087
|
-
readonly destField: ("id" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
3159
|
+
readonly destField: ("id" | "accountId" | "flagged" | "seen" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
3088
3160
|
readonly destSchema: "threadMessage";
|
|
3089
3161
|
readonly cardinality: "one";
|
|
3090
3162
|
}];
|
|
@@ -3104,7 +3176,7 @@ export declare const marcoZero: {
|
|
|
3104
3176
|
}];
|
|
3105
3177
|
labels: [{
|
|
3106
3178
|
readonly sourceField: string[];
|
|
3107
|
-
readonly destField: ("labelId" | "threadId" | "threadMessageId")[];
|
|
3179
|
+
readonly destField: ("accountId" | "labelId" | "threadId" | "threadMessageId")[];
|
|
3108
3180
|
readonly destSchema: "threadLabel";
|
|
3109
3181
|
readonly cardinality: "many";
|
|
3110
3182
|
}, {
|
|
@@ -3129,7 +3201,7 @@ export declare const marcoZero: {
|
|
|
3129
3201
|
readonly threadMessageRecipient: {
|
|
3130
3202
|
message: [{
|
|
3131
3203
|
readonly sourceField: string[];
|
|
3132
|
-
readonly destField: ("id" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
3204
|
+
readonly destField: ("id" | "accountId" | "flagged" | "seen" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
3133
3205
|
readonly destSchema: "threadMessage";
|
|
3134
3206
|
readonly cardinality: "one";
|
|
3135
3207
|
}];
|
|
@@ -3137,7 +3209,7 @@ export declare const marcoZero: {
|
|
|
3137
3209
|
readonly threadMessageAttachment: {
|
|
3138
3210
|
message: [{
|
|
3139
3211
|
readonly sourceField: string[];
|
|
3140
|
-
readonly destField: ("id" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
3212
|
+
readonly destField: ("id" | "accountId" | "flagged" | "seen" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
3141
3213
|
readonly destSchema: "threadMessage";
|
|
3142
3214
|
readonly cardinality: "one";
|
|
3143
3215
|
}];
|
|
@@ -3693,6 +3765,13 @@ export declare const marcoZero: {
|
|
|
3693
3765
|
readonly threadLabel: {
|
|
3694
3766
|
name: "threadLabel";
|
|
3695
3767
|
columns: {
|
|
3768
|
+
readonly accountId: {
|
|
3769
|
+
type: "string";
|
|
3770
|
+
optional: false;
|
|
3771
|
+
customType: string;
|
|
3772
|
+
} & {
|
|
3773
|
+
serverName: string;
|
|
3774
|
+
};
|
|
3696
3775
|
readonly labelId: {
|
|
3697
3776
|
type: "string";
|
|
3698
3777
|
optional: false;
|
|
@@ -3717,11 +3796,18 @@ export declare const marcoZero: {
|
|
|
3717
3796
|
};
|
|
3718
3797
|
primaryKey: readonly [string, ...string[]];
|
|
3719
3798
|
} & {
|
|
3720
|
-
primaryKey: ["
|
|
3799
|
+
primaryKey: ["accountId", "labelId", "threadMessageId"];
|
|
3721
3800
|
};
|
|
3722
3801
|
readonly threadMessage: {
|
|
3723
3802
|
name: "threadMessage";
|
|
3724
3803
|
columns: {
|
|
3804
|
+
readonly accountId: {
|
|
3805
|
+
type: "string";
|
|
3806
|
+
optional: false;
|
|
3807
|
+
customType: string;
|
|
3808
|
+
} & {
|
|
3809
|
+
serverName: string;
|
|
3810
|
+
};
|
|
3725
3811
|
readonly envelopeDate: {
|
|
3726
3812
|
type: "number";
|
|
3727
3813
|
optional: false;
|
|
@@ -3738,6 +3824,11 @@ export declare const marcoZero: {
|
|
|
3738
3824
|
} & {
|
|
3739
3825
|
serverName: string;
|
|
3740
3826
|
};
|
|
3827
|
+
readonly flagged: {
|
|
3828
|
+
type: "boolean";
|
|
3829
|
+
optional: false;
|
|
3830
|
+
customType: boolean;
|
|
3831
|
+
};
|
|
3741
3832
|
readonly id: {
|
|
3742
3833
|
type: "string";
|
|
3743
3834
|
optional: false;
|
|
@@ -3750,6 +3841,11 @@ export declare const marcoZero: {
|
|
|
3750
3841
|
} & {
|
|
3751
3842
|
serverName: string;
|
|
3752
3843
|
};
|
|
3844
|
+
readonly seen: {
|
|
3845
|
+
type: "boolean";
|
|
3846
|
+
optional: false;
|
|
3847
|
+
customType: boolean;
|
|
3848
|
+
};
|
|
3753
3849
|
readonly senderEmail: {
|
|
3754
3850
|
type: "string";
|
|
3755
3851
|
optional: false;
|
|
@@ -3966,7 +4062,7 @@ export declare const marcoZero: {
|
|
|
3966
4062
|
}];
|
|
3967
4063
|
threads: [{
|
|
3968
4064
|
readonly sourceField: string[];
|
|
3969
|
-
readonly destField: ("labelId" | "threadId" | "threadMessageId")[];
|
|
4065
|
+
readonly destField: ("accountId" | "labelId" | "threadId" | "threadMessageId")[];
|
|
3970
4066
|
readonly destSchema: "threadLabel";
|
|
3971
4067
|
readonly cardinality: "many";
|
|
3972
4068
|
}, {
|
|
@@ -4027,7 +4123,7 @@ export declare const marcoZero: {
|
|
|
4027
4123
|
}];
|
|
4028
4124
|
labels: [{
|
|
4029
4125
|
readonly sourceField: string[];
|
|
4030
|
-
readonly destField: ("labelId" | "threadId" | "threadMessageId")[];
|
|
4126
|
+
readonly destField: ("accountId" | "labelId" | "threadId" | "threadMessageId")[];
|
|
4031
4127
|
readonly destSchema: "threadLabel";
|
|
4032
4128
|
readonly cardinality: "many";
|
|
4033
4129
|
}, {
|
|
@@ -4038,7 +4134,7 @@ export declare const marcoZero: {
|
|
|
4038
4134
|
}];
|
|
4039
4135
|
messages: [{
|
|
4040
4136
|
readonly sourceField: string[];
|
|
4041
|
-
readonly destField: ("id" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
4137
|
+
readonly destField: ("id" | "accountId" | "flagged" | "seen" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
4042
4138
|
readonly destSchema: "threadMessage";
|
|
4043
4139
|
readonly cardinality: "many";
|
|
4044
4140
|
}];
|
|
@@ -4058,7 +4154,7 @@ export declare const marcoZero: {
|
|
|
4058
4154
|
}];
|
|
4059
4155
|
message: [{
|
|
4060
4156
|
readonly sourceField: string[];
|
|
4061
|
-
readonly destField: ("id" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
4157
|
+
readonly destField: ("id" | "accountId" | "flagged" | "seen" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
4062
4158
|
readonly destSchema: "threadMessage";
|
|
4063
4159
|
readonly cardinality: "one";
|
|
4064
4160
|
}];
|
|
@@ -4078,7 +4174,7 @@ export declare const marcoZero: {
|
|
|
4078
4174
|
}];
|
|
4079
4175
|
labels: [{
|
|
4080
4176
|
readonly sourceField: string[];
|
|
4081
|
-
readonly destField: ("labelId" | "threadId" | "threadMessageId")[];
|
|
4177
|
+
readonly destField: ("accountId" | "labelId" | "threadId" | "threadMessageId")[];
|
|
4082
4178
|
readonly destSchema: "threadLabel";
|
|
4083
4179
|
readonly cardinality: "many";
|
|
4084
4180
|
}, {
|
|
@@ -4103,7 +4199,7 @@ export declare const marcoZero: {
|
|
|
4103
4199
|
readonly threadMessageRecipient: {
|
|
4104
4200
|
message: [{
|
|
4105
4201
|
readonly sourceField: string[];
|
|
4106
|
-
readonly destField: ("id" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
4202
|
+
readonly destField: ("id" | "accountId" | "flagged" | "seen" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
4107
4203
|
readonly destSchema: "threadMessage";
|
|
4108
4204
|
readonly cardinality: "one";
|
|
4109
4205
|
}];
|
|
@@ -4111,7 +4207,7 @@ export declare const marcoZero: {
|
|
|
4111
4207
|
readonly threadMessageAttachment: {
|
|
4112
4208
|
message: [{
|
|
4113
4209
|
readonly sourceField: string[];
|
|
4114
|
-
readonly destField: ("id" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
4210
|
+
readonly destField: ("id" | "accountId" | "flagged" | "seen" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
4115
4211
|
readonly destSchema: "threadMessage";
|
|
4116
4212
|
readonly cardinality: "one";
|
|
4117
4213
|
}];
|
|
@@ -4129,10 +4225,13 @@ export declare const marcoZero: {
|
|
|
4129
4225
|
readonly words: string;
|
|
4130
4226
|
} & {
|
|
4131
4227
|
readonly messages: readonly ({
|
|
4228
|
+
readonly accountId: string;
|
|
4132
4229
|
readonly envelopeDate: number;
|
|
4133
4230
|
readonly envelopeSubject: string | null;
|
|
4231
|
+
readonly flagged: boolean;
|
|
4134
4232
|
readonly id: string;
|
|
4135
4233
|
readonly previewText: string;
|
|
4234
|
+
readonly seen: boolean;
|
|
4136
4235
|
readonly senderEmail: string;
|
|
4137
4236
|
readonly senderName: string | null;
|
|
4138
4237
|
readonly threadId: string;
|
|
@@ -4660,6 +4759,13 @@ export declare const marcoZero: {
|
|
|
4660
4759
|
readonly threadLabel: {
|
|
4661
4760
|
name: "threadLabel";
|
|
4662
4761
|
columns: {
|
|
4762
|
+
readonly accountId: {
|
|
4763
|
+
type: "string";
|
|
4764
|
+
optional: false;
|
|
4765
|
+
customType: string;
|
|
4766
|
+
} & {
|
|
4767
|
+
serverName: string;
|
|
4768
|
+
};
|
|
4663
4769
|
readonly labelId: {
|
|
4664
4770
|
type: "string";
|
|
4665
4771
|
optional: false;
|
|
@@ -4684,11 +4790,18 @@ export declare const marcoZero: {
|
|
|
4684
4790
|
};
|
|
4685
4791
|
primaryKey: readonly [string, ...string[]];
|
|
4686
4792
|
} & {
|
|
4687
|
-
primaryKey: ["
|
|
4793
|
+
primaryKey: ["accountId", "labelId", "threadMessageId"];
|
|
4688
4794
|
};
|
|
4689
4795
|
readonly threadMessage: {
|
|
4690
4796
|
name: "threadMessage";
|
|
4691
4797
|
columns: {
|
|
4798
|
+
readonly accountId: {
|
|
4799
|
+
type: "string";
|
|
4800
|
+
optional: false;
|
|
4801
|
+
customType: string;
|
|
4802
|
+
} & {
|
|
4803
|
+
serverName: string;
|
|
4804
|
+
};
|
|
4692
4805
|
readonly envelopeDate: {
|
|
4693
4806
|
type: "number";
|
|
4694
4807
|
optional: false;
|
|
@@ -4705,6 +4818,11 @@ export declare const marcoZero: {
|
|
|
4705
4818
|
} & {
|
|
4706
4819
|
serverName: string;
|
|
4707
4820
|
};
|
|
4821
|
+
readonly flagged: {
|
|
4822
|
+
type: "boolean";
|
|
4823
|
+
optional: false;
|
|
4824
|
+
customType: boolean;
|
|
4825
|
+
};
|
|
4708
4826
|
readonly id: {
|
|
4709
4827
|
type: "string";
|
|
4710
4828
|
optional: false;
|
|
@@ -4717,6 +4835,11 @@ export declare const marcoZero: {
|
|
|
4717
4835
|
} & {
|
|
4718
4836
|
serverName: string;
|
|
4719
4837
|
};
|
|
4838
|
+
readonly seen: {
|
|
4839
|
+
type: "boolean";
|
|
4840
|
+
optional: false;
|
|
4841
|
+
customType: boolean;
|
|
4842
|
+
};
|
|
4720
4843
|
readonly senderEmail: {
|
|
4721
4844
|
type: "string";
|
|
4722
4845
|
optional: false;
|
|
@@ -4933,7 +5056,7 @@ export declare const marcoZero: {
|
|
|
4933
5056
|
}];
|
|
4934
5057
|
threads: [{
|
|
4935
5058
|
readonly sourceField: string[];
|
|
4936
|
-
readonly destField: ("labelId" | "threadId" | "threadMessageId")[];
|
|
5059
|
+
readonly destField: ("accountId" | "labelId" | "threadId" | "threadMessageId")[];
|
|
4937
5060
|
readonly destSchema: "threadLabel";
|
|
4938
5061
|
readonly cardinality: "many";
|
|
4939
5062
|
}, {
|
|
@@ -4994,7 +5117,7 @@ export declare const marcoZero: {
|
|
|
4994
5117
|
}];
|
|
4995
5118
|
labels: [{
|
|
4996
5119
|
readonly sourceField: string[];
|
|
4997
|
-
readonly destField: ("labelId" | "threadId" | "threadMessageId")[];
|
|
5120
|
+
readonly destField: ("accountId" | "labelId" | "threadId" | "threadMessageId")[];
|
|
4998
5121
|
readonly destSchema: "threadLabel";
|
|
4999
5122
|
readonly cardinality: "many";
|
|
5000
5123
|
}, {
|
|
@@ -5005,7 +5128,7 @@ export declare const marcoZero: {
|
|
|
5005
5128
|
}];
|
|
5006
5129
|
messages: [{
|
|
5007
5130
|
readonly sourceField: string[];
|
|
5008
|
-
readonly destField: ("id" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
5131
|
+
readonly destField: ("id" | "accountId" | "flagged" | "seen" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
5009
5132
|
readonly destSchema: "threadMessage";
|
|
5010
5133
|
readonly cardinality: "many";
|
|
5011
5134
|
}];
|
|
@@ -5025,7 +5148,7 @@ export declare const marcoZero: {
|
|
|
5025
5148
|
}];
|
|
5026
5149
|
message: [{
|
|
5027
5150
|
readonly sourceField: string[];
|
|
5028
|
-
readonly destField: ("id" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
5151
|
+
readonly destField: ("id" | "accountId" | "flagged" | "seen" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
5029
5152
|
readonly destSchema: "threadMessage";
|
|
5030
5153
|
readonly cardinality: "one";
|
|
5031
5154
|
}];
|
|
@@ -5045,7 +5168,7 @@ export declare const marcoZero: {
|
|
|
5045
5168
|
}];
|
|
5046
5169
|
labels: [{
|
|
5047
5170
|
readonly sourceField: string[];
|
|
5048
|
-
readonly destField: ("labelId" | "threadId" | "threadMessageId")[];
|
|
5171
|
+
readonly destField: ("accountId" | "labelId" | "threadId" | "threadMessageId")[];
|
|
5049
5172
|
readonly destSchema: "threadLabel";
|
|
5050
5173
|
readonly cardinality: "many";
|
|
5051
5174
|
}, {
|
|
@@ -5070,7 +5193,7 @@ export declare const marcoZero: {
|
|
|
5070
5193
|
readonly threadMessageRecipient: {
|
|
5071
5194
|
message: [{
|
|
5072
5195
|
readonly sourceField: string[];
|
|
5073
|
-
readonly destField: ("id" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
5196
|
+
readonly destField: ("id" | "accountId" | "flagged" | "seen" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
5074
5197
|
readonly destSchema: "threadMessage";
|
|
5075
5198
|
readonly cardinality: "one";
|
|
5076
5199
|
}];
|
|
@@ -5078,7 +5201,7 @@ export declare const marcoZero: {
|
|
|
5078
5201
|
readonly threadMessageAttachment: {
|
|
5079
5202
|
message: [{
|
|
5080
5203
|
readonly sourceField: string[];
|
|
5081
|
-
readonly destField: ("id" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
5204
|
+
readonly destField: ("id" | "accountId" | "flagged" | "seen" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
5082
5205
|
readonly destSchema: "threadMessage";
|
|
5083
5206
|
readonly cardinality: "one";
|
|
5084
5207
|
}];
|
|
@@ -5632,6 +5755,13 @@ export declare const marcoZero: {
|
|
|
5632
5755
|
readonly threadLabel: {
|
|
5633
5756
|
name: "threadLabel";
|
|
5634
5757
|
columns: {
|
|
5758
|
+
readonly accountId: {
|
|
5759
|
+
type: "string";
|
|
5760
|
+
optional: false;
|
|
5761
|
+
customType: string;
|
|
5762
|
+
} & {
|
|
5763
|
+
serverName: string;
|
|
5764
|
+
};
|
|
5635
5765
|
readonly labelId: {
|
|
5636
5766
|
type: "string";
|
|
5637
5767
|
optional: false;
|
|
@@ -5656,11 +5786,18 @@ export declare const marcoZero: {
|
|
|
5656
5786
|
};
|
|
5657
5787
|
primaryKey: readonly [string, ...string[]];
|
|
5658
5788
|
} & {
|
|
5659
|
-
primaryKey: ["
|
|
5789
|
+
primaryKey: ["accountId", "labelId", "threadMessageId"];
|
|
5660
5790
|
};
|
|
5661
5791
|
readonly threadMessage: {
|
|
5662
5792
|
name: "threadMessage";
|
|
5663
5793
|
columns: {
|
|
5794
|
+
readonly accountId: {
|
|
5795
|
+
type: "string";
|
|
5796
|
+
optional: false;
|
|
5797
|
+
customType: string;
|
|
5798
|
+
} & {
|
|
5799
|
+
serverName: string;
|
|
5800
|
+
};
|
|
5664
5801
|
readonly envelopeDate: {
|
|
5665
5802
|
type: "number";
|
|
5666
5803
|
optional: false;
|
|
@@ -5677,6 +5814,11 @@ export declare const marcoZero: {
|
|
|
5677
5814
|
} & {
|
|
5678
5815
|
serverName: string;
|
|
5679
5816
|
};
|
|
5817
|
+
readonly flagged: {
|
|
5818
|
+
type: "boolean";
|
|
5819
|
+
optional: false;
|
|
5820
|
+
customType: boolean;
|
|
5821
|
+
};
|
|
5680
5822
|
readonly id: {
|
|
5681
5823
|
type: "string";
|
|
5682
5824
|
optional: false;
|
|
@@ -5689,6 +5831,11 @@ export declare const marcoZero: {
|
|
|
5689
5831
|
} & {
|
|
5690
5832
|
serverName: string;
|
|
5691
5833
|
};
|
|
5834
|
+
readonly seen: {
|
|
5835
|
+
type: "boolean";
|
|
5836
|
+
optional: false;
|
|
5837
|
+
customType: boolean;
|
|
5838
|
+
};
|
|
5692
5839
|
readonly senderEmail: {
|
|
5693
5840
|
type: "string";
|
|
5694
5841
|
optional: false;
|
|
@@ -5905,7 +6052,7 @@ export declare const marcoZero: {
|
|
|
5905
6052
|
}];
|
|
5906
6053
|
threads: [{
|
|
5907
6054
|
readonly sourceField: string[];
|
|
5908
|
-
readonly destField: ("labelId" | "threadId" | "threadMessageId")[];
|
|
6055
|
+
readonly destField: ("accountId" | "labelId" | "threadId" | "threadMessageId")[];
|
|
5909
6056
|
readonly destSchema: "threadLabel";
|
|
5910
6057
|
readonly cardinality: "many";
|
|
5911
6058
|
}, {
|
|
@@ -5966,7 +6113,7 @@ export declare const marcoZero: {
|
|
|
5966
6113
|
}];
|
|
5967
6114
|
labels: [{
|
|
5968
6115
|
readonly sourceField: string[];
|
|
5969
|
-
readonly destField: ("labelId" | "threadId" | "threadMessageId")[];
|
|
6116
|
+
readonly destField: ("accountId" | "labelId" | "threadId" | "threadMessageId")[];
|
|
5970
6117
|
readonly destSchema: "threadLabel";
|
|
5971
6118
|
readonly cardinality: "many";
|
|
5972
6119
|
}, {
|
|
@@ -5977,7 +6124,7 @@ export declare const marcoZero: {
|
|
|
5977
6124
|
}];
|
|
5978
6125
|
messages: [{
|
|
5979
6126
|
readonly sourceField: string[];
|
|
5980
|
-
readonly destField: ("id" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
6127
|
+
readonly destField: ("id" | "accountId" | "flagged" | "seen" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
5981
6128
|
readonly destSchema: "threadMessage";
|
|
5982
6129
|
readonly cardinality: "many";
|
|
5983
6130
|
}];
|
|
@@ -5997,7 +6144,7 @@ export declare const marcoZero: {
|
|
|
5997
6144
|
}];
|
|
5998
6145
|
message: [{
|
|
5999
6146
|
readonly sourceField: string[];
|
|
6000
|
-
readonly destField: ("id" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
6147
|
+
readonly destField: ("id" | "accountId" | "flagged" | "seen" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
6001
6148
|
readonly destSchema: "threadMessage";
|
|
6002
6149
|
readonly cardinality: "one";
|
|
6003
6150
|
}];
|
|
@@ -6017,7 +6164,7 @@ export declare const marcoZero: {
|
|
|
6017
6164
|
}];
|
|
6018
6165
|
labels: [{
|
|
6019
6166
|
readonly sourceField: string[];
|
|
6020
|
-
readonly destField: ("labelId" | "threadId" | "threadMessageId")[];
|
|
6167
|
+
readonly destField: ("accountId" | "labelId" | "threadId" | "threadMessageId")[];
|
|
6021
6168
|
readonly destSchema: "threadLabel";
|
|
6022
6169
|
readonly cardinality: "many";
|
|
6023
6170
|
}, {
|
|
@@ -6042,7 +6189,7 @@ export declare const marcoZero: {
|
|
|
6042
6189
|
readonly threadMessageRecipient: {
|
|
6043
6190
|
message: [{
|
|
6044
6191
|
readonly sourceField: string[];
|
|
6045
|
-
readonly destField: ("id" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
6192
|
+
readonly destField: ("id" | "accountId" | "flagged" | "seen" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
6046
6193
|
readonly destSchema: "threadMessage";
|
|
6047
6194
|
readonly cardinality: "one";
|
|
6048
6195
|
}];
|
|
@@ -6050,7 +6197,7 @@ export declare const marcoZero: {
|
|
|
6050
6197
|
readonly threadMessageAttachment: {
|
|
6051
6198
|
message: [{
|
|
6052
6199
|
readonly sourceField: string[];
|
|
6053
|
-
readonly destField: ("id" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
6200
|
+
readonly destField: ("id" | "accountId" | "flagged" | "seen" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
6054
6201
|
readonly destSchema: "threadMessage";
|
|
6055
6202
|
readonly cardinality: "one";
|
|
6056
6203
|
}];
|
|
@@ -6488,6 +6635,13 @@ export declare const marcoZero: {
|
|
|
6488
6635
|
readonly threadLabel: import("@rocicorp/zero").TableBuilderWithColumns<{
|
|
6489
6636
|
name: "threadLabel";
|
|
6490
6637
|
columns: {
|
|
6638
|
+
readonly accountId: {
|
|
6639
|
+
type: "string";
|
|
6640
|
+
optional: false;
|
|
6641
|
+
customType: string;
|
|
6642
|
+
} & {
|
|
6643
|
+
serverName: string;
|
|
6644
|
+
};
|
|
6491
6645
|
readonly labelId: {
|
|
6492
6646
|
type: "string";
|
|
6493
6647
|
optional: false;
|
|
@@ -6512,11 +6666,18 @@ export declare const marcoZero: {
|
|
|
6512
6666
|
};
|
|
6513
6667
|
primaryKey: readonly [string, ...string[]];
|
|
6514
6668
|
} & {
|
|
6515
|
-
primaryKey: ["
|
|
6669
|
+
primaryKey: ["accountId", "labelId", "threadMessageId"];
|
|
6516
6670
|
}>;
|
|
6517
6671
|
readonly threadMessage: import("@rocicorp/zero").TableBuilderWithColumns<{
|
|
6518
6672
|
name: "threadMessage";
|
|
6519
6673
|
columns: {
|
|
6674
|
+
readonly accountId: {
|
|
6675
|
+
type: "string";
|
|
6676
|
+
optional: false;
|
|
6677
|
+
customType: string;
|
|
6678
|
+
} & {
|
|
6679
|
+
serverName: string;
|
|
6680
|
+
};
|
|
6520
6681
|
readonly envelopeDate: {
|
|
6521
6682
|
type: "number";
|
|
6522
6683
|
optional: false;
|
|
@@ -6533,6 +6694,11 @@ export declare const marcoZero: {
|
|
|
6533
6694
|
} & {
|
|
6534
6695
|
serverName: string;
|
|
6535
6696
|
};
|
|
6697
|
+
readonly flagged: {
|
|
6698
|
+
type: "boolean";
|
|
6699
|
+
optional: false;
|
|
6700
|
+
customType: boolean;
|
|
6701
|
+
};
|
|
6536
6702
|
readonly id: {
|
|
6537
6703
|
type: "string";
|
|
6538
6704
|
optional: false;
|
|
@@ -6545,6 +6711,11 @@ export declare const marcoZero: {
|
|
|
6545
6711
|
} & {
|
|
6546
6712
|
serverName: string;
|
|
6547
6713
|
};
|
|
6714
|
+
readonly seen: {
|
|
6715
|
+
type: "boolean";
|
|
6716
|
+
optional: false;
|
|
6717
|
+
customType: boolean;
|
|
6718
|
+
};
|
|
6548
6719
|
readonly senderEmail: {
|
|
6549
6720
|
type: "string";
|
|
6550
6721
|
optional: false;
|