@marcoappio/marco-config 2.0.483 → 2.0.484
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 +416 -1096
- package/dist/zero/index.d.ts.map +1 -1
- package/dist/zero/index.js +1 -2
- package/dist/zero/queries/getAccounts.d.ts +54 -10
- package/dist/zero/queries/getAccounts.d.ts.map +1 -1
- package/dist/zero/queries/getContacts.d.ts +54 -10
- package/dist/zero/queries/getContacts.d.ts.map +1 -1
- package/dist/zero/queries/getDrafts.d.ts +54 -10
- package/dist/zero/queries/getDrafts.d.ts.map +1 -1
- package/dist/zero/queries/getThread.d.ts +60 -10
- package/dist/zero/queries/getThread.d.ts.map +1 -1
- package/dist/zero/queries/getThreadList.d.ts +62 -31
- package/dist/zero/queries/getThreadList.d.ts.map +1 -1
- package/dist/zero/queries/getThreadList.js +1 -3
- package/dist/zero/queries/getUser.d.ts +54 -10
- package/dist/zero/queries/getUser.d.ts.map +1 -1
- package/dist/zero/queries/index.d.ts +54 -11
- package/dist/zero/queries/index.d.ts.map +1 -1
- package/dist/zero/queries/index.js +0 -1
- package/dist/zero/schema.d.ts +98 -10
- package/dist/zero/schema.d.ts.map +1 -1
- package/dist/zero/schema.js +6 -0
- package/package.json +1 -1
- package/dist/zero/queries/getThreads.d.ts +0 -1029
- package/dist/zero/queries/getThreads.d.ts.map +0 -1
- package/dist/zero/queries/getThreads.js +0 -59
package/dist/zero/index.d.ts
CHANGED
|
@@ -778,6 +778,13 @@ export declare const marcoZero: {
|
|
|
778
778
|
optional: false;
|
|
779
779
|
customType: boolean;
|
|
780
780
|
};
|
|
781
|
+
readonly hasAttachments: {
|
|
782
|
+
type: "boolean";
|
|
783
|
+
optional: false;
|
|
784
|
+
customType: boolean;
|
|
785
|
+
} & {
|
|
786
|
+
serverName: string;
|
|
787
|
+
};
|
|
781
788
|
readonly id: {
|
|
782
789
|
type: "string";
|
|
783
790
|
optional: false;
|
|
@@ -797,11 +804,48 @@ export declare const marcoZero: {
|
|
|
797
804
|
} & {
|
|
798
805
|
serverName: string;
|
|
799
806
|
};
|
|
807
|
+
readonly messageCount: {
|
|
808
|
+
type: "number";
|
|
809
|
+
optional: false;
|
|
810
|
+
customType: number;
|
|
811
|
+
} & {
|
|
812
|
+
serverName: string;
|
|
813
|
+
};
|
|
814
|
+
readonly previewText: {
|
|
815
|
+
type: "string";
|
|
816
|
+
optional: false;
|
|
817
|
+
customType: string;
|
|
818
|
+
} & {
|
|
819
|
+
serverName: string;
|
|
820
|
+
};
|
|
800
821
|
readonly seen: {
|
|
801
822
|
type: "boolean";
|
|
802
823
|
optional: false;
|
|
803
824
|
customType: boolean;
|
|
804
825
|
};
|
|
826
|
+
readonly senderEmail: {
|
|
827
|
+
type: "string";
|
|
828
|
+
optional: false;
|
|
829
|
+
customType: string;
|
|
830
|
+
} & {
|
|
831
|
+
serverName: string;
|
|
832
|
+
};
|
|
833
|
+
readonly senderName: Omit<{
|
|
834
|
+
type: "string";
|
|
835
|
+
optional: false;
|
|
836
|
+
customType: string;
|
|
837
|
+
}, "optional"> & {
|
|
838
|
+
optional: true;
|
|
839
|
+
} & {
|
|
840
|
+
serverName: string;
|
|
841
|
+
};
|
|
842
|
+
readonly subject: Omit<{
|
|
843
|
+
type: "string";
|
|
844
|
+
optional: false;
|
|
845
|
+
customType: string;
|
|
846
|
+
}, "optional"> & {
|
|
847
|
+
optional: true;
|
|
848
|
+
};
|
|
805
849
|
readonly userId: {
|
|
806
850
|
type: "string";
|
|
807
851
|
optional: false;
|
|
@@ -1076,7 +1120,7 @@ export declare const marcoZero: {
|
|
|
1076
1120
|
}];
|
|
1077
1121
|
threads: [{
|
|
1078
1122
|
readonly sourceField: string[];
|
|
1079
|
-
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "labelIdList" | "latestMessageDate" | "seen" | "words")[];
|
|
1123
|
+
readonly destField: ("id" | "userId" | "accountId" | "subject" | "flagged" | "hasAttachments" | "labelIdList" | "latestMessageDate" | "messageCount" | "previewText" | "seen" | "senderEmail" | "senderName" | "words")[];
|
|
1080
1124
|
readonly destSchema: "thread";
|
|
1081
1125
|
readonly cardinality: "many";
|
|
1082
1126
|
}];
|
|
@@ -1124,7 +1168,7 @@ export declare const marcoZero: {
|
|
|
1124
1168
|
}];
|
|
1125
1169
|
threads: [{
|
|
1126
1170
|
readonly sourceField: string[];
|
|
1127
|
-
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "labelIdList" | "latestMessageDate" | "seen" | "words")[];
|
|
1171
|
+
readonly destField: ("id" | "userId" | "accountId" | "subject" | "flagged" | "hasAttachments" | "labelIdList" | "latestMessageDate" | "messageCount" | "previewText" | "seen" | "senderEmail" | "senderName" | "words")[];
|
|
1128
1172
|
readonly destSchema: "thread";
|
|
1129
1173
|
readonly cardinality: "many";
|
|
1130
1174
|
}];
|
|
@@ -1157,7 +1201,7 @@ export declare const marcoZero: {
|
|
|
1157
1201
|
readonly cardinality: "many";
|
|
1158
1202
|
}, {
|
|
1159
1203
|
readonly sourceField: string[];
|
|
1160
|
-
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "labelIdList" | "latestMessageDate" | "seen" | "words")[];
|
|
1204
|
+
readonly destField: ("id" | "userId" | "accountId" | "subject" | "flagged" | "hasAttachments" | "labelIdList" | "latestMessageDate" | "messageCount" | "previewText" | "seen" | "senderEmail" | "senderName" | "words")[];
|
|
1161
1205
|
readonly destSchema: "thread";
|
|
1162
1206
|
readonly cardinality: "many";
|
|
1163
1207
|
}];
|
|
@@ -1210,7 +1254,7 @@ export declare const marcoZero: {
|
|
|
1210
1254
|
}];
|
|
1211
1255
|
messages: [{
|
|
1212
1256
|
readonly sourceField: string[];
|
|
1213
|
-
readonly destField: ("id" | "accountId" | "
|
|
1257
|
+
readonly destField: ("id" | "accountId" | "previewText" | "senderEmail" | "senderName" | "threadId" | "envelopeDate" | "envelopeSubject")[];
|
|
1214
1258
|
readonly destSchema: "threadMessage";
|
|
1215
1259
|
readonly cardinality: "many";
|
|
1216
1260
|
}];
|
|
@@ -1236,13 +1280,13 @@ export declare const marcoZero: {
|
|
|
1236
1280
|
}];
|
|
1237
1281
|
message: [{
|
|
1238
1282
|
readonly sourceField: string[];
|
|
1239
|
-
readonly destField: ("id" | "accountId" | "
|
|
1283
|
+
readonly destField: ("id" | "accountId" | "previewText" | "senderEmail" | "senderName" | "threadId" | "envelopeDate" | "envelopeSubject")[];
|
|
1240
1284
|
readonly destSchema: "threadMessage";
|
|
1241
1285
|
readonly cardinality: "one";
|
|
1242
1286
|
}];
|
|
1243
1287
|
thread: [{
|
|
1244
1288
|
readonly sourceField: string[];
|
|
1245
|
-
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "labelIdList" | "latestMessageDate" | "seen" | "words")[];
|
|
1289
|
+
readonly destField: ("id" | "userId" | "accountId" | "subject" | "flagged" | "hasAttachments" | "labelIdList" | "latestMessageDate" | "messageCount" | "previewText" | "seen" | "senderEmail" | "senderName" | "words")[];
|
|
1246
1290
|
readonly destSchema: "thread";
|
|
1247
1291
|
readonly cardinality: "one";
|
|
1248
1292
|
}];
|
|
@@ -1256,7 +1300,7 @@ export declare const marcoZero: {
|
|
|
1256
1300
|
}];
|
|
1257
1301
|
thread: [{
|
|
1258
1302
|
readonly sourceField: string[];
|
|
1259
|
-
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "labelIdList" | "latestMessageDate" | "seen" | "words")[];
|
|
1303
|
+
readonly destField: ("id" | "userId" | "accountId" | "subject" | "flagged" | "hasAttachments" | "labelIdList" | "latestMessageDate" | "messageCount" | "previewText" | "seen" | "senderEmail" | "senderName" | "words")[];
|
|
1260
1304
|
readonly destSchema: "thread";
|
|
1261
1305
|
readonly cardinality: "one";
|
|
1262
1306
|
}];
|
|
@@ -1287,7 +1331,7 @@ export declare const marcoZero: {
|
|
|
1287
1331
|
}];
|
|
1288
1332
|
thread: [{
|
|
1289
1333
|
readonly sourceField: string[];
|
|
1290
|
-
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "labelIdList" | "latestMessageDate" | "seen" | "words")[];
|
|
1334
|
+
readonly destField: ("id" | "userId" | "accountId" | "subject" | "flagged" | "hasAttachments" | "labelIdList" | "latestMessageDate" | "messageCount" | "previewText" | "seen" | "senderEmail" | "senderName" | "words")[];
|
|
1291
1335
|
readonly destSchema: "thread";
|
|
1292
1336
|
readonly cardinality: "one";
|
|
1293
1337
|
}];
|
|
@@ -1295,7 +1339,7 @@ export declare const marcoZero: {
|
|
|
1295
1339
|
readonly threadMessageRecipient: {
|
|
1296
1340
|
message: [{
|
|
1297
1341
|
readonly sourceField: string[];
|
|
1298
|
-
readonly destField: ("id" | "accountId" | "
|
|
1342
|
+
readonly destField: ("id" | "accountId" | "previewText" | "senderEmail" | "senderName" | "threadId" | "envelopeDate" | "envelopeSubject")[];
|
|
1299
1343
|
readonly destSchema: "threadMessage";
|
|
1300
1344
|
readonly cardinality: "one";
|
|
1301
1345
|
}];
|
|
@@ -1303,7 +1347,7 @@ export declare const marcoZero: {
|
|
|
1303
1347
|
readonly threadMessageAttachment: {
|
|
1304
1348
|
message: [{
|
|
1305
1349
|
readonly sourceField: string[];
|
|
1306
|
-
readonly destField: ("id" | "accountId" | "
|
|
1350
|
+
readonly destField: ("id" | "accountId" | "previewText" | "senderEmail" | "senderName" | "threadId" | "envelopeDate" | "envelopeSubject")[];
|
|
1307
1351
|
readonly destSchema: "threadMessage";
|
|
1308
1352
|
readonly cardinality: "one";
|
|
1309
1353
|
}];
|
|
@@ -1793,6 +1837,13 @@ export declare const marcoZero: {
|
|
|
1793
1837
|
optional: false;
|
|
1794
1838
|
customType: boolean;
|
|
1795
1839
|
};
|
|
1840
|
+
readonly hasAttachments: {
|
|
1841
|
+
type: "boolean";
|
|
1842
|
+
optional: false;
|
|
1843
|
+
customType: boolean;
|
|
1844
|
+
} & {
|
|
1845
|
+
serverName: string;
|
|
1846
|
+
};
|
|
1796
1847
|
readonly id: {
|
|
1797
1848
|
type: "string";
|
|
1798
1849
|
optional: false;
|
|
@@ -1812,11 +1863,48 @@ export declare const marcoZero: {
|
|
|
1812
1863
|
} & {
|
|
1813
1864
|
serverName: string;
|
|
1814
1865
|
};
|
|
1866
|
+
readonly messageCount: {
|
|
1867
|
+
type: "number";
|
|
1868
|
+
optional: false;
|
|
1869
|
+
customType: number;
|
|
1870
|
+
} & {
|
|
1871
|
+
serverName: string;
|
|
1872
|
+
};
|
|
1873
|
+
readonly previewText: {
|
|
1874
|
+
type: "string";
|
|
1875
|
+
optional: false;
|
|
1876
|
+
customType: string;
|
|
1877
|
+
} & {
|
|
1878
|
+
serverName: string;
|
|
1879
|
+
};
|
|
1815
1880
|
readonly seen: {
|
|
1816
1881
|
type: "boolean";
|
|
1817
1882
|
optional: false;
|
|
1818
1883
|
customType: boolean;
|
|
1819
1884
|
};
|
|
1885
|
+
readonly senderEmail: {
|
|
1886
|
+
type: "string";
|
|
1887
|
+
optional: false;
|
|
1888
|
+
customType: string;
|
|
1889
|
+
} & {
|
|
1890
|
+
serverName: string;
|
|
1891
|
+
};
|
|
1892
|
+
readonly senderName: Omit<{
|
|
1893
|
+
type: "string";
|
|
1894
|
+
optional: false;
|
|
1895
|
+
customType: string;
|
|
1896
|
+
}, "optional"> & {
|
|
1897
|
+
optional: true;
|
|
1898
|
+
} & {
|
|
1899
|
+
serverName: string;
|
|
1900
|
+
};
|
|
1901
|
+
readonly subject: Omit<{
|
|
1902
|
+
type: "string";
|
|
1903
|
+
optional: false;
|
|
1904
|
+
customType: string;
|
|
1905
|
+
}, "optional"> & {
|
|
1906
|
+
optional: true;
|
|
1907
|
+
};
|
|
1820
1908
|
readonly userId: {
|
|
1821
1909
|
type: "string";
|
|
1822
1910
|
optional: false;
|
|
@@ -2091,7 +2179,7 @@ export declare const marcoZero: {
|
|
|
2091
2179
|
}];
|
|
2092
2180
|
threads: [{
|
|
2093
2181
|
readonly sourceField: string[];
|
|
2094
|
-
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "labelIdList" | "latestMessageDate" | "seen" | "words")[];
|
|
2182
|
+
readonly destField: ("id" | "userId" | "accountId" | "subject" | "flagged" | "hasAttachments" | "labelIdList" | "latestMessageDate" | "messageCount" | "previewText" | "seen" | "senderEmail" | "senderName" | "words")[];
|
|
2095
2183
|
readonly destSchema: "thread";
|
|
2096
2184
|
readonly cardinality: "many";
|
|
2097
2185
|
}];
|
|
@@ -2139,7 +2227,7 @@ export declare const marcoZero: {
|
|
|
2139
2227
|
}];
|
|
2140
2228
|
threads: [{
|
|
2141
2229
|
readonly sourceField: string[];
|
|
2142
|
-
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "labelIdList" | "latestMessageDate" | "seen" | "words")[];
|
|
2230
|
+
readonly destField: ("id" | "userId" | "accountId" | "subject" | "flagged" | "hasAttachments" | "labelIdList" | "latestMessageDate" | "messageCount" | "previewText" | "seen" | "senderEmail" | "senderName" | "words")[];
|
|
2143
2231
|
readonly destSchema: "thread";
|
|
2144
2232
|
readonly cardinality: "many";
|
|
2145
2233
|
}];
|
|
@@ -2172,7 +2260,7 @@ export declare const marcoZero: {
|
|
|
2172
2260
|
readonly cardinality: "many";
|
|
2173
2261
|
}, {
|
|
2174
2262
|
readonly sourceField: string[];
|
|
2175
|
-
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "labelIdList" | "latestMessageDate" | "seen" | "words")[];
|
|
2263
|
+
readonly destField: ("id" | "userId" | "accountId" | "subject" | "flagged" | "hasAttachments" | "labelIdList" | "latestMessageDate" | "messageCount" | "previewText" | "seen" | "senderEmail" | "senderName" | "words")[];
|
|
2176
2264
|
readonly destSchema: "thread";
|
|
2177
2265
|
readonly cardinality: "many";
|
|
2178
2266
|
}];
|
|
@@ -2225,7 +2313,7 @@ export declare const marcoZero: {
|
|
|
2225
2313
|
}];
|
|
2226
2314
|
messages: [{
|
|
2227
2315
|
readonly sourceField: string[];
|
|
2228
|
-
readonly destField: ("id" | "accountId" | "
|
|
2316
|
+
readonly destField: ("id" | "accountId" | "previewText" | "senderEmail" | "senderName" | "threadId" | "envelopeDate" | "envelopeSubject")[];
|
|
2229
2317
|
readonly destSchema: "threadMessage";
|
|
2230
2318
|
readonly cardinality: "many";
|
|
2231
2319
|
}];
|
|
@@ -2251,13 +2339,13 @@ export declare const marcoZero: {
|
|
|
2251
2339
|
}];
|
|
2252
2340
|
message: [{
|
|
2253
2341
|
readonly sourceField: string[];
|
|
2254
|
-
readonly destField: ("id" | "accountId" | "
|
|
2342
|
+
readonly destField: ("id" | "accountId" | "previewText" | "senderEmail" | "senderName" | "threadId" | "envelopeDate" | "envelopeSubject")[];
|
|
2255
2343
|
readonly destSchema: "threadMessage";
|
|
2256
2344
|
readonly cardinality: "one";
|
|
2257
2345
|
}];
|
|
2258
2346
|
thread: [{
|
|
2259
2347
|
readonly sourceField: string[];
|
|
2260
|
-
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "labelIdList" | "latestMessageDate" | "seen" | "words")[];
|
|
2348
|
+
readonly destField: ("id" | "userId" | "accountId" | "subject" | "flagged" | "hasAttachments" | "labelIdList" | "latestMessageDate" | "messageCount" | "previewText" | "seen" | "senderEmail" | "senderName" | "words")[];
|
|
2261
2349
|
readonly destSchema: "thread";
|
|
2262
2350
|
readonly cardinality: "one";
|
|
2263
2351
|
}];
|
|
@@ -2271,7 +2359,7 @@ export declare const marcoZero: {
|
|
|
2271
2359
|
}];
|
|
2272
2360
|
thread: [{
|
|
2273
2361
|
readonly sourceField: string[];
|
|
2274
|
-
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "labelIdList" | "latestMessageDate" | "seen" | "words")[];
|
|
2362
|
+
readonly destField: ("id" | "userId" | "accountId" | "subject" | "flagged" | "hasAttachments" | "labelIdList" | "latestMessageDate" | "messageCount" | "previewText" | "seen" | "senderEmail" | "senderName" | "words")[];
|
|
2275
2363
|
readonly destSchema: "thread";
|
|
2276
2364
|
readonly cardinality: "one";
|
|
2277
2365
|
}];
|
|
@@ -2302,7 +2390,7 @@ export declare const marcoZero: {
|
|
|
2302
2390
|
}];
|
|
2303
2391
|
thread: [{
|
|
2304
2392
|
readonly sourceField: string[];
|
|
2305
|
-
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "labelIdList" | "latestMessageDate" | "seen" | "words")[];
|
|
2393
|
+
readonly destField: ("id" | "userId" | "accountId" | "subject" | "flagged" | "hasAttachments" | "labelIdList" | "latestMessageDate" | "messageCount" | "previewText" | "seen" | "senderEmail" | "senderName" | "words")[];
|
|
2306
2394
|
readonly destSchema: "thread";
|
|
2307
2395
|
readonly cardinality: "one";
|
|
2308
2396
|
}];
|
|
@@ -2310,7 +2398,7 @@ export declare const marcoZero: {
|
|
|
2310
2398
|
readonly threadMessageRecipient: {
|
|
2311
2399
|
message: [{
|
|
2312
2400
|
readonly sourceField: string[];
|
|
2313
|
-
readonly destField: ("id" | "accountId" | "
|
|
2401
|
+
readonly destField: ("id" | "accountId" | "previewText" | "senderEmail" | "senderName" | "threadId" | "envelopeDate" | "envelopeSubject")[];
|
|
2314
2402
|
readonly destSchema: "threadMessage";
|
|
2315
2403
|
readonly cardinality: "one";
|
|
2316
2404
|
}];
|
|
@@ -2318,7 +2406,7 @@ export declare const marcoZero: {
|
|
|
2318
2406
|
readonly threadMessageAttachment: {
|
|
2319
2407
|
message: [{
|
|
2320
2408
|
readonly sourceField: string[];
|
|
2321
|
-
readonly destField: ("id" | "accountId" | "
|
|
2409
|
+
readonly destField: ("id" | "accountId" | "previewText" | "senderEmail" | "senderName" | "threadId" | "envelopeDate" | "envelopeSubject")[];
|
|
2322
2410
|
readonly destSchema: "threadMessage";
|
|
2323
2411
|
readonly cardinality: "one";
|
|
2324
2412
|
}];
|
|
@@ -2774,6 +2862,13 @@ export declare const marcoZero: {
|
|
|
2774
2862
|
optional: false;
|
|
2775
2863
|
customType: boolean;
|
|
2776
2864
|
};
|
|
2865
|
+
readonly hasAttachments: {
|
|
2866
|
+
type: "boolean";
|
|
2867
|
+
optional: false;
|
|
2868
|
+
customType: boolean;
|
|
2869
|
+
} & {
|
|
2870
|
+
serverName: string;
|
|
2871
|
+
};
|
|
2777
2872
|
readonly id: {
|
|
2778
2873
|
type: "string";
|
|
2779
2874
|
optional: false;
|
|
@@ -2793,11 +2888,48 @@ export declare const marcoZero: {
|
|
|
2793
2888
|
} & {
|
|
2794
2889
|
serverName: string;
|
|
2795
2890
|
};
|
|
2891
|
+
readonly messageCount: {
|
|
2892
|
+
type: "number";
|
|
2893
|
+
optional: false;
|
|
2894
|
+
customType: number;
|
|
2895
|
+
} & {
|
|
2896
|
+
serverName: string;
|
|
2897
|
+
};
|
|
2898
|
+
readonly previewText: {
|
|
2899
|
+
type: "string";
|
|
2900
|
+
optional: false;
|
|
2901
|
+
customType: string;
|
|
2902
|
+
} & {
|
|
2903
|
+
serverName: string;
|
|
2904
|
+
};
|
|
2796
2905
|
readonly seen: {
|
|
2797
2906
|
type: "boolean";
|
|
2798
2907
|
optional: false;
|
|
2799
2908
|
customType: boolean;
|
|
2800
2909
|
};
|
|
2910
|
+
readonly senderEmail: {
|
|
2911
|
+
type: "string";
|
|
2912
|
+
optional: false;
|
|
2913
|
+
customType: string;
|
|
2914
|
+
} & {
|
|
2915
|
+
serverName: string;
|
|
2916
|
+
};
|
|
2917
|
+
readonly senderName: Omit<{
|
|
2918
|
+
type: "string";
|
|
2919
|
+
optional: false;
|
|
2920
|
+
customType: string;
|
|
2921
|
+
}, "optional"> & {
|
|
2922
|
+
optional: true;
|
|
2923
|
+
} & {
|
|
2924
|
+
serverName: string;
|
|
2925
|
+
};
|
|
2926
|
+
readonly subject: Omit<{
|
|
2927
|
+
type: "string";
|
|
2928
|
+
optional: false;
|
|
2929
|
+
customType: string;
|
|
2930
|
+
}, "optional"> & {
|
|
2931
|
+
optional: true;
|
|
2932
|
+
};
|
|
2801
2933
|
readonly userId: {
|
|
2802
2934
|
type: "string";
|
|
2803
2935
|
optional: false;
|
|
@@ -3072,7 +3204,7 @@ export declare const marcoZero: {
|
|
|
3072
3204
|
}];
|
|
3073
3205
|
threads: [{
|
|
3074
3206
|
readonly sourceField: string[];
|
|
3075
|
-
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "labelIdList" | "latestMessageDate" | "seen" | "words")[];
|
|
3207
|
+
readonly destField: ("id" | "userId" | "accountId" | "subject" | "flagged" | "hasAttachments" | "labelIdList" | "latestMessageDate" | "messageCount" | "previewText" | "seen" | "senderEmail" | "senderName" | "words")[];
|
|
3076
3208
|
readonly destSchema: "thread";
|
|
3077
3209
|
readonly cardinality: "many";
|
|
3078
3210
|
}];
|
|
@@ -3120,7 +3252,7 @@ export declare const marcoZero: {
|
|
|
3120
3252
|
}];
|
|
3121
3253
|
threads: [{
|
|
3122
3254
|
readonly sourceField: string[];
|
|
3123
|
-
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "labelIdList" | "latestMessageDate" | "seen" | "words")[];
|
|
3255
|
+
readonly destField: ("id" | "userId" | "accountId" | "subject" | "flagged" | "hasAttachments" | "labelIdList" | "latestMessageDate" | "messageCount" | "previewText" | "seen" | "senderEmail" | "senderName" | "words")[];
|
|
3124
3256
|
readonly destSchema: "thread";
|
|
3125
3257
|
readonly cardinality: "many";
|
|
3126
3258
|
}];
|
|
@@ -3153,7 +3285,7 @@ export declare const marcoZero: {
|
|
|
3153
3285
|
readonly cardinality: "many";
|
|
3154
3286
|
}, {
|
|
3155
3287
|
readonly sourceField: string[];
|
|
3156
|
-
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "labelIdList" | "latestMessageDate" | "seen" | "words")[];
|
|
3288
|
+
readonly destField: ("id" | "userId" | "accountId" | "subject" | "flagged" | "hasAttachments" | "labelIdList" | "latestMessageDate" | "messageCount" | "previewText" | "seen" | "senderEmail" | "senderName" | "words")[];
|
|
3157
3289
|
readonly destSchema: "thread";
|
|
3158
3290
|
readonly cardinality: "many";
|
|
3159
3291
|
}];
|
|
@@ -3206,7 +3338,7 @@ export declare const marcoZero: {
|
|
|
3206
3338
|
}];
|
|
3207
3339
|
messages: [{
|
|
3208
3340
|
readonly sourceField: string[];
|
|
3209
|
-
readonly destField: ("id" | "accountId" | "
|
|
3341
|
+
readonly destField: ("id" | "accountId" | "previewText" | "senderEmail" | "senderName" | "threadId" | "envelopeDate" | "envelopeSubject")[];
|
|
3210
3342
|
readonly destSchema: "threadMessage";
|
|
3211
3343
|
readonly cardinality: "many";
|
|
3212
3344
|
}];
|
|
@@ -3232,13 +3364,13 @@ export declare const marcoZero: {
|
|
|
3232
3364
|
}];
|
|
3233
3365
|
message: [{
|
|
3234
3366
|
readonly sourceField: string[];
|
|
3235
|
-
readonly destField: ("id" | "accountId" | "
|
|
3367
|
+
readonly destField: ("id" | "accountId" | "previewText" | "senderEmail" | "senderName" | "threadId" | "envelopeDate" | "envelopeSubject")[];
|
|
3236
3368
|
readonly destSchema: "threadMessage";
|
|
3237
3369
|
readonly cardinality: "one";
|
|
3238
3370
|
}];
|
|
3239
3371
|
thread: [{
|
|
3240
3372
|
readonly sourceField: string[];
|
|
3241
|
-
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "labelIdList" | "latestMessageDate" | "seen" | "words")[];
|
|
3373
|
+
readonly destField: ("id" | "userId" | "accountId" | "subject" | "flagged" | "hasAttachments" | "labelIdList" | "latestMessageDate" | "messageCount" | "previewText" | "seen" | "senderEmail" | "senderName" | "words")[];
|
|
3242
3374
|
readonly destSchema: "thread";
|
|
3243
3375
|
readonly cardinality: "one";
|
|
3244
3376
|
}];
|
|
@@ -3252,7 +3384,7 @@ export declare const marcoZero: {
|
|
|
3252
3384
|
}];
|
|
3253
3385
|
thread: [{
|
|
3254
3386
|
readonly sourceField: string[];
|
|
3255
|
-
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "labelIdList" | "latestMessageDate" | "seen" | "words")[];
|
|
3387
|
+
readonly destField: ("id" | "userId" | "accountId" | "subject" | "flagged" | "hasAttachments" | "labelIdList" | "latestMessageDate" | "messageCount" | "previewText" | "seen" | "senderEmail" | "senderName" | "words")[];
|
|
3256
3388
|
readonly destSchema: "thread";
|
|
3257
3389
|
readonly cardinality: "one";
|
|
3258
3390
|
}];
|
|
@@ -3283,7 +3415,7 @@ export declare const marcoZero: {
|
|
|
3283
3415
|
}];
|
|
3284
3416
|
thread: [{
|
|
3285
3417
|
readonly sourceField: string[];
|
|
3286
|
-
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "labelIdList" | "latestMessageDate" | "seen" | "words")[];
|
|
3418
|
+
readonly destField: ("id" | "userId" | "accountId" | "subject" | "flagged" | "hasAttachments" | "labelIdList" | "latestMessageDate" | "messageCount" | "previewText" | "seen" | "senderEmail" | "senderName" | "words")[];
|
|
3287
3419
|
readonly destSchema: "thread";
|
|
3288
3420
|
readonly cardinality: "one";
|
|
3289
3421
|
}];
|
|
@@ -3291,7 +3423,7 @@ export declare const marcoZero: {
|
|
|
3291
3423
|
readonly threadMessageRecipient: {
|
|
3292
3424
|
message: [{
|
|
3293
3425
|
readonly sourceField: string[];
|
|
3294
|
-
readonly destField: ("id" | "accountId" | "
|
|
3426
|
+
readonly destField: ("id" | "accountId" | "previewText" | "senderEmail" | "senderName" | "threadId" | "envelopeDate" | "envelopeSubject")[];
|
|
3295
3427
|
readonly destSchema: "threadMessage";
|
|
3296
3428
|
readonly cardinality: "one";
|
|
3297
3429
|
}];
|
|
@@ -3299,7 +3431,7 @@ export declare const marcoZero: {
|
|
|
3299
3431
|
readonly threadMessageAttachment: {
|
|
3300
3432
|
message: [{
|
|
3301
3433
|
readonly sourceField: string[];
|
|
3302
|
-
readonly destField: ("id" | "accountId" | "
|
|
3434
|
+
readonly destField: ("id" | "accountId" | "previewText" | "senderEmail" | "senderName" | "threadId" | "envelopeDate" | "envelopeSubject")[];
|
|
3303
3435
|
readonly destSchema: "threadMessage";
|
|
3304
3436
|
readonly cardinality: "one";
|
|
3305
3437
|
}];
|
|
@@ -3777,6 +3909,13 @@ export declare const marcoZero: {
|
|
|
3777
3909
|
optional: false;
|
|
3778
3910
|
customType: boolean;
|
|
3779
3911
|
};
|
|
3912
|
+
readonly hasAttachments: {
|
|
3913
|
+
type: "boolean";
|
|
3914
|
+
optional: false;
|
|
3915
|
+
customType: boolean;
|
|
3916
|
+
} & {
|
|
3917
|
+
serverName: string;
|
|
3918
|
+
};
|
|
3780
3919
|
readonly id: {
|
|
3781
3920
|
type: "string";
|
|
3782
3921
|
optional: false;
|
|
@@ -3796,11 +3935,48 @@ export declare const marcoZero: {
|
|
|
3796
3935
|
} & {
|
|
3797
3936
|
serverName: string;
|
|
3798
3937
|
};
|
|
3938
|
+
readonly messageCount: {
|
|
3939
|
+
type: "number";
|
|
3940
|
+
optional: false;
|
|
3941
|
+
customType: number;
|
|
3942
|
+
} & {
|
|
3943
|
+
serverName: string;
|
|
3944
|
+
};
|
|
3945
|
+
readonly previewText: {
|
|
3946
|
+
type: "string";
|
|
3947
|
+
optional: false;
|
|
3948
|
+
customType: string;
|
|
3949
|
+
} & {
|
|
3950
|
+
serverName: string;
|
|
3951
|
+
};
|
|
3799
3952
|
readonly seen: {
|
|
3800
3953
|
type: "boolean";
|
|
3801
3954
|
optional: false;
|
|
3802
3955
|
customType: boolean;
|
|
3803
3956
|
};
|
|
3957
|
+
readonly senderEmail: {
|
|
3958
|
+
type: "string";
|
|
3959
|
+
optional: false;
|
|
3960
|
+
customType: string;
|
|
3961
|
+
} & {
|
|
3962
|
+
serverName: string;
|
|
3963
|
+
};
|
|
3964
|
+
readonly senderName: Omit<{
|
|
3965
|
+
type: "string";
|
|
3966
|
+
optional: false;
|
|
3967
|
+
customType: string;
|
|
3968
|
+
}, "optional"> & {
|
|
3969
|
+
optional: true;
|
|
3970
|
+
} & {
|
|
3971
|
+
serverName: string;
|
|
3972
|
+
};
|
|
3973
|
+
readonly subject: Omit<{
|
|
3974
|
+
type: "string";
|
|
3975
|
+
optional: false;
|
|
3976
|
+
customType: string;
|
|
3977
|
+
}, "optional"> & {
|
|
3978
|
+
optional: true;
|
|
3979
|
+
};
|
|
3804
3980
|
readonly userId: {
|
|
3805
3981
|
type: "string";
|
|
3806
3982
|
optional: false;
|
|
@@ -4075,7 +4251,7 @@ export declare const marcoZero: {
|
|
|
4075
4251
|
}];
|
|
4076
4252
|
threads: [{
|
|
4077
4253
|
readonly sourceField: string[];
|
|
4078
|
-
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "labelIdList" | "latestMessageDate" | "seen" | "words")[];
|
|
4254
|
+
readonly destField: ("id" | "userId" | "accountId" | "subject" | "flagged" | "hasAttachments" | "labelIdList" | "latestMessageDate" | "messageCount" | "previewText" | "seen" | "senderEmail" | "senderName" | "words")[];
|
|
4079
4255
|
readonly destSchema: "thread";
|
|
4080
4256
|
readonly cardinality: "many";
|
|
4081
4257
|
}];
|
|
@@ -4123,7 +4299,7 @@ export declare const marcoZero: {
|
|
|
4123
4299
|
}];
|
|
4124
4300
|
threads: [{
|
|
4125
4301
|
readonly sourceField: string[];
|
|
4126
|
-
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "labelIdList" | "latestMessageDate" | "seen" | "words")[];
|
|
4302
|
+
readonly destField: ("id" | "userId" | "accountId" | "subject" | "flagged" | "hasAttachments" | "labelIdList" | "latestMessageDate" | "messageCount" | "previewText" | "seen" | "senderEmail" | "senderName" | "words")[];
|
|
4127
4303
|
readonly destSchema: "thread";
|
|
4128
4304
|
readonly cardinality: "many";
|
|
4129
4305
|
}];
|
|
@@ -4156,7 +4332,7 @@ export declare const marcoZero: {
|
|
|
4156
4332
|
readonly cardinality: "many";
|
|
4157
4333
|
}, {
|
|
4158
4334
|
readonly sourceField: string[];
|
|
4159
|
-
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "labelIdList" | "latestMessageDate" | "seen" | "words")[];
|
|
4335
|
+
readonly destField: ("id" | "userId" | "accountId" | "subject" | "flagged" | "hasAttachments" | "labelIdList" | "latestMessageDate" | "messageCount" | "previewText" | "seen" | "senderEmail" | "senderName" | "words")[];
|
|
4160
4336
|
readonly destSchema: "thread";
|
|
4161
4337
|
readonly cardinality: "many";
|
|
4162
4338
|
}];
|
|
@@ -4209,7 +4385,7 @@ export declare const marcoZero: {
|
|
|
4209
4385
|
}];
|
|
4210
4386
|
messages: [{
|
|
4211
4387
|
readonly sourceField: string[];
|
|
4212
|
-
readonly destField: ("id" | "accountId" | "
|
|
4388
|
+
readonly destField: ("id" | "accountId" | "previewText" | "senderEmail" | "senderName" | "threadId" | "envelopeDate" | "envelopeSubject")[];
|
|
4213
4389
|
readonly destSchema: "threadMessage";
|
|
4214
4390
|
readonly cardinality: "many";
|
|
4215
4391
|
}];
|
|
@@ -4235,13 +4411,13 @@ export declare const marcoZero: {
|
|
|
4235
4411
|
}];
|
|
4236
4412
|
message: [{
|
|
4237
4413
|
readonly sourceField: string[];
|
|
4238
|
-
readonly destField: ("id" | "accountId" | "
|
|
4414
|
+
readonly destField: ("id" | "accountId" | "previewText" | "senderEmail" | "senderName" | "threadId" | "envelopeDate" | "envelopeSubject")[];
|
|
4239
4415
|
readonly destSchema: "threadMessage";
|
|
4240
4416
|
readonly cardinality: "one";
|
|
4241
4417
|
}];
|
|
4242
4418
|
thread: [{
|
|
4243
4419
|
readonly sourceField: string[];
|
|
4244
|
-
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "labelIdList" | "latestMessageDate" | "seen" | "words")[];
|
|
4420
|
+
readonly destField: ("id" | "userId" | "accountId" | "subject" | "flagged" | "hasAttachments" | "labelIdList" | "latestMessageDate" | "messageCount" | "previewText" | "seen" | "senderEmail" | "senderName" | "words")[];
|
|
4245
4421
|
readonly destSchema: "thread";
|
|
4246
4422
|
readonly cardinality: "one";
|
|
4247
4423
|
}];
|
|
@@ -4255,7 +4431,7 @@ export declare const marcoZero: {
|
|
|
4255
4431
|
}];
|
|
4256
4432
|
thread: [{
|
|
4257
4433
|
readonly sourceField: string[];
|
|
4258
|
-
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "labelIdList" | "latestMessageDate" | "seen" | "words")[];
|
|
4434
|
+
readonly destField: ("id" | "userId" | "accountId" | "subject" | "flagged" | "hasAttachments" | "labelIdList" | "latestMessageDate" | "messageCount" | "previewText" | "seen" | "senderEmail" | "senderName" | "words")[];
|
|
4259
4435
|
readonly destSchema: "thread";
|
|
4260
4436
|
readonly cardinality: "one";
|
|
4261
4437
|
}];
|
|
@@ -4286,7 +4462,7 @@ export declare const marcoZero: {
|
|
|
4286
4462
|
}];
|
|
4287
4463
|
thread: [{
|
|
4288
4464
|
readonly sourceField: string[];
|
|
4289
|
-
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "labelIdList" | "latestMessageDate" | "seen" | "words")[];
|
|
4465
|
+
readonly destField: ("id" | "userId" | "accountId" | "subject" | "flagged" | "hasAttachments" | "labelIdList" | "latestMessageDate" | "messageCount" | "previewText" | "seen" | "senderEmail" | "senderName" | "words")[];
|
|
4290
4466
|
readonly destSchema: "thread";
|
|
4291
4467
|
readonly cardinality: "one";
|
|
4292
4468
|
}];
|
|
@@ -4294,7 +4470,7 @@ export declare const marcoZero: {
|
|
|
4294
4470
|
readonly threadMessageRecipient: {
|
|
4295
4471
|
message: [{
|
|
4296
4472
|
readonly sourceField: string[];
|
|
4297
|
-
readonly destField: ("id" | "accountId" | "
|
|
4473
|
+
readonly destField: ("id" | "accountId" | "previewText" | "senderEmail" | "senderName" | "threadId" | "envelopeDate" | "envelopeSubject")[];
|
|
4298
4474
|
readonly destSchema: "threadMessage";
|
|
4299
4475
|
readonly cardinality: "one";
|
|
4300
4476
|
}];
|
|
@@ -4302,7 +4478,7 @@ export declare const marcoZero: {
|
|
|
4302
4478
|
readonly threadMessageAttachment: {
|
|
4303
4479
|
message: [{
|
|
4304
4480
|
readonly sourceField: string[];
|
|
4305
|
-
readonly destField: ("id" | "accountId" | "
|
|
4481
|
+
readonly destField: ("id" | "accountId" | "previewText" | "senderEmail" | "senderName" | "threadId" | "envelopeDate" | "envelopeSubject")[];
|
|
4306
4482
|
readonly destSchema: "threadMessage";
|
|
4307
4483
|
readonly cardinality: "one";
|
|
4308
4484
|
}];
|
|
@@ -4313,10 +4489,16 @@ export declare const marcoZero: {
|
|
|
4313
4489
|
}, "thread", ({
|
|
4314
4490
|
readonly accountId: string;
|
|
4315
4491
|
readonly flagged: boolean;
|
|
4492
|
+
readonly hasAttachments: boolean;
|
|
4316
4493
|
readonly id: string;
|
|
4317
4494
|
readonly labelIdList: string;
|
|
4318
4495
|
readonly latestMessageDate: number;
|
|
4496
|
+
readonly messageCount: number;
|
|
4497
|
+
readonly previewText: string;
|
|
4319
4498
|
readonly seen: boolean;
|
|
4499
|
+
readonly senderEmail: string;
|
|
4500
|
+
readonly senderName: string | null;
|
|
4501
|
+
readonly subject: string | null;
|
|
4320
4502
|
readonly userId: string;
|
|
4321
4503
|
readonly words: string;
|
|
4322
4504
|
} & {
|
|
@@ -4796,6 +4978,13 @@ export declare const marcoZero: {
|
|
|
4796
4978
|
optional: false;
|
|
4797
4979
|
customType: boolean;
|
|
4798
4980
|
};
|
|
4981
|
+
readonly hasAttachments: {
|
|
4982
|
+
type: "boolean";
|
|
4983
|
+
optional: false;
|
|
4984
|
+
customType: boolean;
|
|
4985
|
+
} & {
|
|
4986
|
+
serverName: string;
|
|
4987
|
+
};
|
|
4799
4988
|
readonly id: {
|
|
4800
4989
|
type: "string";
|
|
4801
4990
|
optional: false;
|
|
@@ -4815,11 +5004,48 @@ export declare const marcoZero: {
|
|
|
4815
5004
|
} & {
|
|
4816
5005
|
serverName: string;
|
|
4817
5006
|
};
|
|
5007
|
+
readonly messageCount: {
|
|
5008
|
+
type: "number";
|
|
5009
|
+
optional: false;
|
|
5010
|
+
customType: number;
|
|
5011
|
+
} & {
|
|
5012
|
+
serverName: string;
|
|
5013
|
+
};
|
|
5014
|
+
readonly previewText: {
|
|
5015
|
+
type: "string";
|
|
5016
|
+
optional: false;
|
|
5017
|
+
customType: string;
|
|
5018
|
+
} & {
|
|
5019
|
+
serverName: string;
|
|
5020
|
+
};
|
|
4818
5021
|
readonly seen: {
|
|
4819
5022
|
type: "boolean";
|
|
4820
5023
|
optional: false;
|
|
4821
5024
|
customType: boolean;
|
|
4822
5025
|
};
|
|
5026
|
+
readonly senderEmail: {
|
|
5027
|
+
type: "string";
|
|
5028
|
+
optional: false;
|
|
5029
|
+
customType: string;
|
|
5030
|
+
} & {
|
|
5031
|
+
serverName: string;
|
|
5032
|
+
};
|
|
5033
|
+
readonly senderName: Omit<{
|
|
5034
|
+
type: "string";
|
|
5035
|
+
optional: false;
|
|
5036
|
+
customType: string;
|
|
5037
|
+
}, "optional"> & {
|
|
5038
|
+
optional: true;
|
|
5039
|
+
} & {
|
|
5040
|
+
serverName: string;
|
|
5041
|
+
};
|
|
5042
|
+
readonly subject: Omit<{
|
|
5043
|
+
type: "string";
|
|
5044
|
+
optional: false;
|
|
5045
|
+
customType: string;
|
|
5046
|
+
}, "optional"> & {
|
|
5047
|
+
optional: true;
|
|
5048
|
+
};
|
|
4823
5049
|
readonly userId: {
|
|
4824
5050
|
type: "string";
|
|
4825
5051
|
optional: false;
|
|
@@ -5094,7 +5320,7 @@ export declare const marcoZero: {
|
|
|
5094
5320
|
}];
|
|
5095
5321
|
threads: [{
|
|
5096
5322
|
readonly sourceField: string[];
|
|
5097
|
-
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "labelIdList" | "latestMessageDate" | "seen" | "words")[];
|
|
5323
|
+
readonly destField: ("id" | "userId" | "accountId" | "subject" | "flagged" | "hasAttachments" | "labelIdList" | "latestMessageDate" | "messageCount" | "previewText" | "seen" | "senderEmail" | "senderName" | "words")[];
|
|
5098
5324
|
readonly destSchema: "thread";
|
|
5099
5325
|
readonly cardinality: "many";
|
|
5100
5326
|
}];
|
|
@@ -5142,7 +5368,7 @@ export declare const marcoZero: {
|
|
|
5142
5368
|
}];
|
|
5143
5369
|
threads: [{
|
|
5144
5370
|
readonly sourceField: string[];
|
|
5145
|
-
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "labelIdList" | "latestMessageDate" | "seen" | "words")[];
|
|
5371
|
+
readonly destField: ("id" | "userId" | "accountId" | "subject" | "flagged" | "hasAttachments" | "labelIdList" | "latestMessageDate" | "messageCount" | "previewText" | "seen" | "senderEmail" | "senderName" | "words")[];
|
|
5146
5372
|
readonly destSchema: "thread";
|
|
5147
5373
|
readonly cardinality: "many";
|
|
5148
5374
|
}];
|
|
@@ -5175,7 +5401,7 @@ export declare const marcoZero: {
|
|
|
5175
5401
|
readonly cardinality: "many";
|
|
5176
5402
|
}, {
|
|
5177
5403
|
readonly sourceField: string[];
|
|
5178
|
-
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "labelIdList" | "latestMessageDate" | "seen" | "words")[];
|
|
5404
|
+
readonly destField: ("id" | "userId" | "accountId" | "subject" | "flagged" | "hasAttachments" | "labelIdList" | "latestMessageDate" | "messageCount" | "previewText" | "seen" | "senderEmail" | "senderName" | "words")[];
|
|
5179
5405
|
readonly destSchema: "thread";
|
|
5180
5406
|
readonly cardinality: "many";
|
|
5181
5407
|
}];
|
|
@@ -5228,7 +5454,7 @@ export declare const marcoZero: {
|
|
|
5228
5454
|
}];
|
|
5229
5455
|
messages: [{
|
|
5230
5456
|
readonly sourceField: string[];
|
|
5231
|
-
readonly destField: ("id" | "accountId" | "
|
|
5457
|
+
readonly destField: ("id" | "accountId" | "previewText" | "senderEmail" | "senderName" | "threadId" | "envelopeDate" | "envelopeSubject")[];
|
|
5232
5458
|
readonly destSchema: "threadMessage";
|
|
5233
5459
|
readonly cardinality: "many";
|
|
5234
5460
|
}];
|
|
@@ -5254,13 +5480,13 @@ export declare const marcoZero: {
|
|
|
5254
5480
|
}];
|
|
5255
5481
|
message: [{
|
|
5256
5482
|
readonly sourceField: string[];
|
|
5257
|
-
readonly destField: ("id" | "accountId" | "
|
|
5483
|
+
readonly destField: ("id" | "accountId" | "previewText" | "senderEmail" | "senderName" | "threadId" | "envelopeDate" | "envelopeSubject")[];
|
|
5258
5484
|
readonly destSchema: "threadMessage";
|
|
5259
5485
|
readonly cardinality: "one";
|
|
5260
5486
|
}];
|
|
5261
5487
|
thread: [{
|
|
5262
5488
|
readonly sourceField: string[];
|
|
5263
|
-
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "labelIdList" | "latestMessageDate" | "seen" | "words")[];
|
|
5489
|
+
readonly destField: ("id" | "userId" | "accountId" | "subject" | "flagged" | "hasAttachments" | "labelIdList" | "latestMessageDate" | "messageCount" | "previewText" | "seen" | "senderEmail" | "senderName" | "words")[];
|
|
5264
5490
|
readonly destSchema: "thread";
|
|
5265
5491
|
readonly cardinality: "one";
|
|
5266
5492
|
}];
|
|
@@ -5274,7 +5500,7 @@ export declare const marcoZero: {
|
|
|
5274
5500
|
}];
|
|
5275
5501
|
thread: [{
|
|
5276
5502
|
readonly sourceField: string[];
|
|
5277
|
-
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "labelIdList" | "latestMessageDate" | "seen" | "words")[];
|
|
5503
|
+
readonly destField: ("id" | "userId" | "accountId" | "subject" | "flagged" | "hasAttachments" | "labelIdList" | "latestMessageDate" | "messageCount" | "previewText" | "seen" | "senderEmail" | "senderName" | "words")[];
|
|
5278
5504
|
readonly destSchema: "thread";
|
|
5279
5505
|
readonly cardinality: "one";
|
|
5280
5506
|
}];
|
|
@@ -5305,7 +5531,7 @@ export declare const marcoZero: {
|
|
|
5305
5531
|
}];
|
|
5306
5532
|
thread: [{
|
|
5307
5533
|
readonly sourceField: string[];
|
|
5308
|
-
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "labelIdList" | "latestMessageDate" | "seen" | "words")[];
|
|
5534
|
+
readonly destField: ("id" | "userId" | "accountId" | "subject" | "flagged" | "hasAttachments" | "labelIdList" | "latestMessageDate" | "messageCount" | "previewText" | "seen" | "senderEmail" | "senderName" | "words")[];
|
|
5309
5535
|
readonly destSchema: "thread";
|
|
5310
5536
|
readonly cardinality: "one";
|
|
5311
5537
|
}];
|
|
@@ -5313,7 +5539,7 @@ export declare const marcoZero: {
|
|
|
5313
5539
|
readonly threadMessageRecipient: {
|
|
5314
5540
|
message: [{
|
|
5315
5541
|
readonly sourceField: string[];
|
|
5316
|
-
readonly destField: ("id" | "accountId" | "
|
|
5542
|
+
readonly destField: ("id" | "accountId" | "previewText" | "senderEmail" | "senderName" | "threadId" | "envelopeDate" | "envelopeSubject")[];
|
|
5317
5543
|
readonly destSchema: "threadMessage";
|
|
5318
5544
|
readonly cardinality: "one";
|
|
5319
5545
|
}];
|
|
@@ -5321,7 +5547,7 @@ export declare const marcoZero: {
|
|
|
5321
5547
|
readonly threadMessageAttachment: {
|
|
5322
5548
|
message: [{
|
|
5323
5549
|
readonly sourceField: string[];
|
|
5324
|
-
readonly destField: ("id" | "accountId" | "
|
|
5550
|
+
readonly destField: ("id" | "accountId" | "previewText" | "senderEmail" | "senderName" | "threadId" | "envelopeDate" | "envelopeSubject")[];
|
|
5325
5551
|
readonly destSchema: "threadMessage";
|
|
5326
5552
|
readonly cardinality: "one";
|
|
5327
5553
|
}];
|
|
@@ -5334,48 +5560,24 @@ export declare const marcoZero: {
|
|
|
5334
5560
|
readonly latestMessageDate: number;
|
|
5335
5561
|
readonly threadId: string;
|
|
5336
5562
|
} & {
|
|
5337
|
-
readonly thread:
|
|
5563
|
+
readonly thread: {
|
|
5338
5564
|
readonly accountId: string;
|
|
5339
5565
|
readonly flagged: boolean;
|
|
5566
|
+
readonly hasAttachments: boolean;
|
|
5340
5567
|
readonly id: string;
|
|
5341
5568
|
readonly labelIdList: string;
|
|
5342
5569
|
readonly latestMessageDate: number;
|
|
5570
|
+
readonly messageCount: number;
|
|
5571
|
+
readonly previewText: string;
|
|
5343
5572
|
readonly seen: boolean;
|
|
5573
|
+
readonly senderEmail: string;
|
|
5574
|
+
readonly senderName: string | null;
|
|
5575
|
+
readonly subject: string | null;
|
|
5344
5576
|
readonly userId: string;
|
|
5345
5577
|
readonly words: string;
|
|
5346
|
-
}
|
|
5347
|
-
readonly messages: readonly ({
|
|
5348
|
-
readonly accountId: string;
|
|
5349
|
-
readonly envelopeDate: number;
|
|
5350
|
-
readonly envelopeSubject: string | null;
|
|
5351
|
-
readonly id: string;
|
|
5352
|
-
readonly previewText: string;
|
|
5353
|
-
readonly senderEmail: string;
|
|
5354
|
-
readonly senderName: string | null;
|
|
5355
|
-
readonly threadId: string;
|
|
5356
|
-
} & {
|
|
5357
|
-
readonly attachments: readonly {
|
|
5358
|
-
readonly fileName: string;
|
|
5359
|
-
readonly id: string;
|
|
5360
|
-
readonly mimeType: string;
|
|
5361
|
-
readonly size: number;
|
|
5362
|
-
readonly threadMessageId: string;
|
|
5363
|
-
}[];
|
|
5364
|
-
})[];
|
|
5365
|
-
}) | undefined;
|
|
5578
|
+
} | undefined;
|
|
5366
5579
|
}>>;
|
|
5367
|
-
readonly
|
|
5368
|
-
labelIds: string[];
|
|
5369
|
-
limit: number;
|
|
5370
|
-
search?: string;
|
|
5371
|
-
where?: {
|
|
5372
|
-
flagged?: boolean;
|
|
5373
|
-
id?: string;
|
|
5374
|
-
messageIds?: string[];
|
|
5375
|
-
participants?: string[];
|
|
5376
|
-
seen?: boolean;
|
|
5377
|
-
};
|
|
5378
|
-
}], import("@rocicorp/zero").Query<{
|
|
5580
|
+
readonly getUser: import("@rocicorp/zero").SyncedQuery<"getUser", import("..").MarcoSyncedQueryContext, true, [], import("@rocicorp/zero").Query<{
|
|
5379
5581
|
tables: {
|
|
5380
5582
|
readonly user: {
|
|
5381
5583
|
name: "user";
|
|
@@ -5813,6 +6015,13 @@ export declare const marcoZero: {
|
|
|
5813
6015
|
optional: false;
|
|
5814
6016
|
customType: boolean;
|
|
5815
6017
|
};
|
|
6018
|
+
readonly hasAttachments: {
|
|
6019
|
+
type: "boolean";
|
|
6020
|
+
optional: false;
|
|
6021
|
+
customType: boolean;
|
|
6022
|
+
} & {
|
|
6023
|
+
serverName: string;
|
|
6024
|
+
};
|
|
5816
6025
|
readonly id: {
|
|
5817
6026
|
type: "string";
|
|
5818
6027
|
optional: false;
|
|
@@ -5832,907 +6041,41 @@ export declare const marcoZero: {
|
|
|
5832
6041
|
} & {
|
|
5833
6042
|
serverName: string;
|
|
5834
6043
|
};
|
|
6044
|
+
readonly messageCount: {
|
|
6045
|
+
type: "number";
|
|
6046
|
+
optional: false;
|
|
6047
|
+
customType: number;
|
|
6048
|
+
} & {
|
|
6049
|
+
serverName: string;
|
|
6050
|
+
};
|
|
6051
|
+
readonly previewText: {
|
|
6052
|
+
type: "string";
|
|
6053
|
+
optional: false;
|
|
6054
|
+
customType: string;
|
|
6055
|
+
} & {
|
|
6056
|
+
serverName: string;
|
|
6057
|
+
};
|
|
5835
6058
|
readonly seen: {
|
|
5836
6059
|
type: "boolean";
|
|
5837
6060
|
optional: false;
|
|
5838
6061
|
customType: boolean;
|
|
5839
6062
|
};
|
|
5840
|
-
readonly
|
|
6063
|
+
readonly senderEmail: {
|
|
5841
6064
|
type: "string";
|
|
5842
6065
|
optional: false;
|
|
5843
6066
|
customType: string;
|
|
5844
6067
|
} & {
|
|
5845
6068
|
serverName: string;
|
|
5846
6069
|
};
|
|
5847
|
-
readonly
|
|
6070
|
+
readonly senderName: Omit<{
|
|
5848
6071
|
type: "string";
|
|
5849
6072
|
optional: false;
|
|
5850
6073
|
customType: string;
|
|
5851
|
-
};
|
|
5852
|
-
};
|
|
5853
|
-
primaryKey: readonly [string, ...string[]];
|
|
5854
|
-
} & {
|
|
5855
|
-
primaryKey: ["id"];
|
|
5856
|
-
};
|
|
5857
|
-
readonly threadLabel: {
|
|
5858
|
-
name: "threadLabel";
|
|
5859
|
-
columns: {
|
|
5860
|
-
readonly accountId: {
|
|
5861
|
-
type: "string";
|
|
5862
|
-
optional: false;
|
|
5863
|
-
customType: string;
|
|
5864
|
-
} & {
|
|
5865
|
-
serverName: string;
|
|
5866
|
-
};
|
|
5867
|
-
readonly labelId: {
|
|
5868
|
-
type: "string";
|
|
5869
|
-
optional: false;
|
|
5870
|
-
customType: string;
|
|
5871
|
-
} & {
|
|
5872
|
-
serverName: string;
|
|
5873
|
-
};
|
|
5874
|
-
readonly lastSyncedAt: {
|
|
5875
|
-
type: "number";
|
|
5876
|
-
optional: false;
|
|
5877
|
-
customType: number;
|
|
5878
|
-
} & {
|
|
5879
|
-
serverName: string;
|
|
5880
|
-
};
|
|
5881
|
-
readonly threadId: {
|
|
5882
|
-
type: "string";
|
|
5883
|
-
optional: false;
|
|
5884
|
-
customType: string;
|
|
5885
|
-
} & {
|
|
5886
|
-
serverName: string;
|
|
5887
|
-
};
|
|
5888
|
-
readonly threadMessageId: {
|
|
5889
|
-
type: "string";
|
|
5890
|
-
optional: false;
|
|
5891
|
-
customType: string;
|
|
5892
|
-
} & {
|
|
5893
|
-
serverName: string;
|
|
5894
|
-
};
|
|
5895
|
-
readonly uid: {
|
|
5896
|
-
type: "number";
|
|
5897
|
-
optional: false;
|
|
5898
|
-
customType: number;
|
|
5899
|
-
};
|
|
5900
|
-
readonly uidValidity: {
|
|
5901
|
-
type: "number";
|
|
5902
|
-
optional: false;
|
|
5903
|
-
customType: number;
|
|
5904
|
-
} & {
|
|
5905
|
-
serverName: string;
|
|
5906
|
-
};
|
|
5907
|
-
};
|
|
5908
|
-
primaryKey: readonly [string, ...string[]];
|
|
5909
|
-
} & {
|
|
5910
|
-
primaryKey: ["accountId", "labelId", "threadMessageId"];
|
|
5911
|
-
};
|
|
5912
|
-
readonly threadByLabel: {
|
|
5913
|
-
name: "threadByLabel";
|
|
5914
|
-
columns: {
|
|
5915
|
-
readonly labelId: {
|
|
5916
|
-
type: "string";
|
|
5917
|
-
optional: false;
|
|
5918
|
-
customType: string;
|
|
5919
|
-
} & {
|
|
5920
|
-
serverName: string;
|
|
5921
|
-
};
|
|
5922
|
-
readonly latestMessageDate: {
|
|
5923
|
-
type: "number";
|
|
5924
|
-
optional: false;
|
|
5925
|
-
customType: number;
|
|
5926
|
-
} & {
|
|
5927
|
-
serverName: string;
|
|
5928
|
-
};
|
|
5929
|
-
readonly threadId: {
|
|
5930
|
-
type: "string";
|
|
5931
|
-
optional: false;
|
|
5932
|
-
customType: string;
|
|
5933
|
-
} & {
|
|
5934
|
-
serverName: string;
|
|
5935
|
-
};
|
|
5936
|
-
};
|
|
5937
|
-
primaryKey: readonly [string, ...string[]];
|
|
5938
|
-
} & {
|
|
5939
|
-
primaryKey: ["labelId", "threadId"];
|
|
5940
|
-
};
|
|
5941
|
-
readonly threadMessage: {
|
|
5942
|
-
name: "threadMessage";
|
|
5943
|
-
columns: {
|
|
5944
|
-
readonly accountId: {
|
|
5945
|
-
type: "string";
|
|
5946
|
-
optional: false;
|
|
5947
|
-
customType: string;
|
|
5948
|
-
} & {
|
|
5949
|
-
serverName: string;
|
|
5950
|
-
};
|
|
5951
|
-
readonly envelopeDate: {
|
|
5952
|
-
type: "number";
|
|
5953
|
-
optional: false;
|
|
5954
|
-
customType: number;
|
|
5955
|
-
} & {
|
|
5956
|
-
serverName: string;
|
|
5957
|
-
};
|
|
5958
|
-
readonly envelopeSubject: Omit<{
|
|
5959
|
-
type: "string";
|
|
5960
|
-
optional: false;
|
|
5961
|
-
customType: string;
|
|
5962
|
-
}, "optional"> & {
|
|
5963
|
-
optional: true;
|
|
5964
|
-
} & {
|
|
5965
|
-
serverName: string;
|
|
5966
|
-
};
|
|
5967
|
-
readonly id: {
|
|
5968
|
-
type: "string";
|
|
5969
|
-
optional: false;
|
|
5970
|
-
customType: string;
|
|
5971
|
-
};
|
|
5972
|
-
readonly previewText: {
|
|
5973
|
-
type: "string";
|
|
5974
|
-
optional: false;
|
|
5975
|
-
customType: string;
|
|
5976
|
-
} & {
|
|
5977
|
-
serverName: string;
|
|
5978
|
-
};
|
|
5979
|
-
readonly senderEmail: {
|
|
5980
|
-
type: "string";
|
|
5981
|
-
optional: false;
|
|
5982
|
-
customType: string;
|
|
5983
|
-
} & {
|
|
5984
|
-
serverName: string;
|
|
5985
|
-
};
|
|
5986
|
-
readonly senderName: Omit<{
|
|
5987
|
-
type: "string";
|
|
5988
|
-
optional: false;
|
|
5989
|
-
customType: string;
|
|
5990
|
-
}, "optional"> & {
|
|
5991
|
-
optional: true;
|
|
5992
|
-
} & {
|
|
5993
|
-
serverName: string;
|
|
5994
|
-
};
|
|
5995
|
-
readonly threadId: {
|
|
5996
|
-
type: "string";
|
|
5997
|
-
optional: false;
|
|
5998
|
-
customType: string;
|
|
5999
|
-
} & {
|
|
6000
|
-
serverName: string;
|
|
6001
|
-
};
|
|
6002
|
-
};
|
|
6003
|
-
primaryKey: readonly [string, ...string[]];
|
|
6004
|
-
} & {
|
|
6005
|
-
primaryKey: ["id"];
|
|
6006
|
-
};
|
|
6007
|
-
readonly threadMessageRecipient: {
|
|
6008
|
-
name: "threadMessageRecipient";
|
|
6009
|
-
columns: {
|
|
6010
|
-
readonly emailAddress: {
|
|
6011
|
-
type: "string";
|
|
6012
|
-
optional: false;
|
|
6013
|
-
customType: string;
|
|
6014
|
-
} & {
|
|
6015
|
-
serverName: string;
|
|
6016
|
-
};
|
|
6017
|
-
readonly id: {
|
|
6018
|
-
type: "string";
|
|
6019
|
-
optional: false;
|
|
6020
|
-
customType: string;
|
|
6021
|
-
};
|
|
6022
|
-
readonly name: Omit<{
|
|
6023
|
-
type: "string";
|
|
6024
|
-
optional: false;
|
|
6025
|
-
customType: string;
|
|
6026
|
-
}, "optional"> & {
|
|
6027
|
-
optional: true;
|
|
6028
|
-
};
|
|
6029
|
-
readonly threadMessageId: {
|
|
6030
|
-
type: "string";
|
|
6031
|
-
optional: false;
|
|
6032
|
-
customType: string;
|
|
6033
|
-
} & {
|
|
6034
|
-
serverName: string;
|
|
6035
|
-
};
|
|
6036
|
-
readonly type: {
|
|
6037
|
-
type: "string";
|
|
6038
|
-
optional: false;
|
|
6039
|
-
customType: "bcc" | "cc" | "to" | "replyTo";
|
|
6040
|
-
};
|
|
6041
|
-
};
|
|
6042
|
-
primaryKey: readonly [string, ...string[]];
|
|
6043
|
-
} & {
|
|
6044
|
-
primaryKey: ["id"];
|
|
6045
|
-
};
|
|
6046
|
-
readonly threadMessageAttachment: {
|
|
6047
|
-
name: "threadMessageAttachment";
|
|
6048
|
-
columns: {
|
|
6049
|
-
readonly fileName: {
|
|
6050
|
-
type: "string";
|
|
6051
|
-
optional: false;
|
|
6052
|
-
customType: string;
|
|
6053
|
-
} & {
|
|
6054
|
-
serverName: string;
|
|
6055
|
-
};
|
|
6056
|
-
readonly id: {
|
|
6057
|
-
type: "string";
|
|
6058
|
-
optional: false;
|
|
6059
|
-
customType: string;
|
|
6060
|
-
};
|
|
6061
|
-
readonly mimeType: {
|
|
6062
|
-
type: "string";
|
|
6063
|
-
optional: false;
|
|
6064
|
-
customType: string;
|
|
6065
|
-
} & {
|
|
6066
|
-
serverName: string;
|
|
6067
|
-
};
|
|
6068
|
-
readonly size: {
|
|
6069
|
-
type: "number";
|
|
6070
|
-
optional: false;
|
|
6071
|
-
customType: number;
|
|
6072
|
-
};
|
|
6073
|
-
readonly threadMessageId: {
|
|
6074
|
-
type: "string";
|
|
6075
|
-
optional: false;
|
|
6076
|
-
customType: string;
|
|
6077
|
-
} & {
|
|
6078
|
-
serverName: string;
|
|
6079
|
-
};
|
|
6080
|
-
};
|
|
6081
|
-
primaryKey: readonly [string, ...string[]];
|
|
6082
|
-
} & {
|
|
6083
|
-
primaryKey: ["id"];
|
|
6084
|
-
};
|
|
6085
|
-
};
|
|
6086
|
-
relationships: {
|
|
6087
|
-
readonly user: {
|
|
6088
|
-
accounts: [{
|
|
6089
|
-
readonly sourceField: string[];
|
|
6090
|
-
readonly destField: ("id" | "userId" | "color" | "displayName" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
|
|
6091
|
-
readonly destSchema: "account";
|
|
6092
|
-
readonly cardinality: "many";
|
|
6093
|
-
}];
|
|
6094
|
-
contacts: [{
|
|
6095
|
-
readonly sourceField: string[];
|
|
6096
|
-
readonly destField: ("id" | "name" | "userId" | "emailAddress")[];
|
|
6097
|
-
readonly destSchema: "contact";
|
|
6098
|
-
readonly cardinality: "many";
|
|
6099
|
-
}];
|
|
6100
|
-
drafts: [{
|
|
6101
|
-
readonly sourceField: string[];
|
|
6102
|
-
readonly destField: ("type" | "status" | "id" | "userId" | "accountId" | "fromAliasId" | "fromEmail" | "fromName" | "referencedMessageId" | "scheduledFor" | "updatedAt" | "body" | "error" | "subject")[];
|
|
6103
|
-
readonly destSchema: "draft";
|
|
6104
|
-
readonly cardinality: "many";
|
|
6105
|
-
}];
|
|
6106
|
-
pushNotificationTokens: [{
|
|
6107
|
-
readonly sourceField: string[];
|
|
6108
|
-
readonly destField: ("id" | "createdAt" | "token" | "userId")[];
|
|
6109
|
-
readonly destSchema: "userPushNotificationToken";
|
|
6110
|
-
readonly cardinality: "many";
|
|
6111
|
-
}];
|
|
6112
|
-
threads: [{
|
|
6113
|
-
readonly sourceField: string[];
|
|
6114
|
-
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "labelIdList" | "latestMessageDate" | "seen" | "words")[];
|
|
6115
|
-
readonly destSchema: "thread";
|
|
6116
|
-
readonly cardinality: "many";
|
|
6117
|
-
}];
|
|
6118
|
-
};
|
|
6119
|
-
readonly userPushNotificationToken: {
|
|
6120
|
-
user: [{
|
|
6121
|
-
readonly sourceField: string[];
|
|
6122
|
-
readonly destField: ("id" | "profilePicture" | "undoSendEnabled" | "name")[];
|
|
6123
|
-
readonly destSchema: "user";
|
|
6124
|
-
readonly cardinality: "one";
|
|
6125
|
-
}];
|
|
6126
|
-
};
|
|
6127
|
-
readonly contact: {
|
|
6128
|
-
user: [{
|
|
6129
|
-
readonly sourceField: string[];
|
|
6130
|
-
readonly destField: ("id" | "profilePicture" | "undoSendEnabled" | "name")[];
|
|
6131
|
-
readonly destSchema: "user";
|
|
6132
|
-
readonly cardinality: "one";
|
|
6133
|
-
}];
|
|
6134
|
-
};
|
|
6135
|
-
readonly account: {
|
|
6136
|
-
aliases: [{
|
|
6137
|
-
readonly sourceField: string[];
|
|
6138
|
-
readonly destField: ("id" | "name" | "emailAddress" | "accountId" | "isPrimary")[];
|
|
6139
|
-
readonly destSchema: "accountAlias";
|
|
6140
|
-
readonly cardinality: "many";
|
|
6141
|
-
}];
|
|
6142
|
-
drafts: [{
|
|
6143
|
-
readonly sourceField: string[];
|
|
6144
|
-
readonly destField: ("type" | "status" | "id" | "userId" | "accountId" | "fromAliasId" | "fromEmail" | "fromName" | "referencedMessageId" | "scheduledFor" | "updatedAt" | "body" | "error" | "subject")[];
|
|
6145
|
-
readonly destSchema: "draft";
|
|
6146
|
-
readonly cardinality: "many";
|
|
6147
|
-
}];
|
|
6148
|
-
labels: [{
|
|
6149
|
-
readonly sourceField: string[];
|
|
6150
|
-
readonly destField: ("id" | "name" | "accountId" | "path" | "specialUse" | "uidValidity" | "unreadCount")[];
|
|
6151
|
-
readonly destSchema: "accountLabel";
|
|
6152
|
-
readonly cardinality: "many";
|
|
6153
|
-
}];
|
|
6154
|
-
primaryAlias: [{
|
|
6155
|
-
readonly sourceField: string[];
|
|
6156
|
-
readonly destField: ("id" | "name" | "emailAddress" | "accountId" | "isPrimary")[];
|
|
6157
|
-
readonly destSchema: "accountAlias";
|
|
6158
|
-
readonly cardinality: "one";
|
|
6159
|
-
}];
|
|
6160
|
-
threads: [{
|
|
6161
|
-
readonly sourceField: string[];
|
|
6162
|
-
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "labelIdList" | "latestMessageDate" | "seen" | "words")[];
|
|
6163
|
-
readonly destSchema: "thread";
|
|
6164
|
-
readonly cardinality: "many";
|
|
6165
|
-
}];
|
|
6166
|
-
user: [{
|
|
6167
|
-
readonly sourceField: string[];
|
|
6168
|
-
readonly destField: ("id" | "profilePicture" | "undoSendEnabled" | "name")[];
|
|
6169
|
-
readonly destSchema: "user";
|
|
6170
|
-
readonly cardinality: "one";
|
|
6171
|
-
}];
|
|
6172
|
-
};
|
|
6173
|
-
readonly accountAlias: {
|
|
6174
|
-
account: [{
|
|
6175
|
-
readonly sourceField: string[];
|
|
6176
|
-
readonly destField: ("id" | "userId" | "color" | "displayName" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
|
|
6177
|
-
readonly destSchema: "account";
|
|
6178
|
-
readonly cardinality: "one";
|
|
6179
|
-
}];
|
|
6180
|
-
};
|
|
6181
|
-
readonly accountLabel: {
|
|
6182
|
-
account: [{
|
|
6183
|
-
readonly sourceField: string[];
|
|
6184
|
-
readonly destField: ("id" | "userId" | "color" | "displayName" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
|
|
6185
|
-
readonly destSchema: "account";
|
|
6186
|
-
readonly cardinality: "one";
|
|
6187
|
-
}];
|
|
6188
|
-
threads: [{
|
|
6189
|
-
readonly sourceField: string[];
|
|
6190
|
-
readonly destField: ("accountId" | "uidValidity" | "labelId" | "lastSyncedAt" | "threadId" | "threadMessageId" | "uid")[];
|
|
6191
|
-
readonly destSchema: "threadLabel";
|
|
6192
|
-
readonly cardinality: "many";
|
|
6193
|
-
}, {
|
|
6194
|
-
readonly sourceField: string[];
|
|
6195
|
-
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "labelIdList" | "latestMessageDate" | "seen" | "words")[];
|
|
6196
|
-
readonly destSchema: "thread";
|
|
6197
|
-
readonly cardinality: "many";
|
|
6198
|
-
}];
|
|
6199
|
-
};
|
|
6200
|
-
readonly draft: {
|
|
6201
|
-
account: [{
|
|
6202
|
-
readonly sourceField: string[];
|
|
6203
|
-
readonly destField: ("id" | "userId" | "color" | "displayName" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
|
|
6204
|
-
readonly destSchema: "account";
|
|
6205
|
-
readonly cardinality: "one";
|
|
6206
|
-
}];
|
|
6207
|
-
attachments: [{
|
|
6208
|
-
readonly sourceField: string[];
|
|
6209
|
-
readonly destField: ("status" | "id" | "draftId" | "fileName" | "mimeType" | "totalSize")[];
|
|
6210
|
-
readonly destSchema: "draftAttachment";
|
|
6211
|
-
readonly cardinality: "many";
|
|
6212
|
-
}];
|
|
6213
|
-
user: [{
|
|
6214
|
-
readonly sourceField: string[];
|
|
6215
|
-
readonly destField: ("id" | "profilePicture" | "undoSendEnabled" | "name")[];
|
|
6216
|
-
readonly destSchema: "user";
|
|
6217
|
-
readonly cardinality: "one";
|
|
6218
|
-
}];
|
|
6219
|
-
};
|
|
6220
|
-
readonly draftAttachment: {
|
|
6221
|
-
draft: [{
|
|
6222
|
-
readonly sourceField: string[];
|
|
6223
|
-
readonly destField: ("type" | "status" | "id" | "userId" | "accountId" | "fromAliasId" | "fromEmail" | "fromName" | "referencedMessageId" | "scheduledFor" | "updatedAt" | "body" | "error" | "subject")[];
|
|
6224
|
-
readonly destSchema: "draft";
|
|
6225
|
-
readonly cardinality: "one";
|
|
6226
|
-
}];
|
|
6227
|
-
};
|
|
6228
|
-
readonly thread: {
|
|
6229
|
-
account: [{
|
|
6230
|
-
readonly sourceField: string[];
|
|
6231
|
-
readonly destField: ("id" | "userId" | "color" | "displayName" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
|
|
6232
|
-
readonly destSchema: "account";
|
|
6233
|
-
readonly cardinality: "one";
|
|
6234
|
-
}];
|
|
6235
|
-
labels: [{
|
|
6236
|
-
readonly sourceField: string[];
|
|
6237
|
-
readonly destField: ("accountId" | "uidValidity" | "labelId" | "lastSyncedAt" | "threadId" | "threadMessageId" | "uid")[];
|
|
6238
|
-
readonly destSchema: "threadLabel";
|
|
6239
|
-
readonly cardinality: "many";
|
|
6240
|
-
}, {
|
|
6241
|
-
readonly sourceField: string[];
|
|
6242
|
-
readonly destField: ("id" | "name" | "accountId" | "path" | "specialUse" | "uidValidity" | "unreadCount")[];
|
|
6243
|
-
readonly destSchema: "accountLabel";
|
|
6244
|
-
readonly cardinality: "many";
|
|
6245
|
-
}];
|
|
6246
|
-
messages: [{
|
|
6247
|
-
readonly sourceField: string[];
|
|
6248
|
-
readonly destField: ("id" | "accountId" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
6249
|
-
readonly destSchema: "threadMessage";
|
|
6250
|
-
readonly cardinality: "many";
|
|
6251
|
-
}];
|
|
6252
|
-
threadByLabel: [{
|
|
6253
|
-
readonly sourceField: string[];
|
|
6254
|
-
readonly destField: ("latestMessageDate" | "labelId" | "threadId")[];
|
|
6255
|
-
readonly destSchema: "threadByLabel";
|
|
6256
|
-
readonly cardinality: "many";
|
|
6257
|
-
}];
|
|
6258
|
-
user: [{
|
|
6259
|
-
readonly sourceField: string[];
|
|
6260
|
-
readonly destField: ("id" | "profilePicture" | "undoSendEnabled" | "name")[];
|
|
6261
|
-
readonly destSchema: "user";
|
|
6262
|
-
readonly cardinality: "one";
|
|
6263
|
-
}];
|
|
6264
|
-
};
|
|
6265
|
-
readonly threadLabel: {
|
|
6266
|
-
label: [{
|
|
6267
|
-
readonly sourceField: string[];
|
|
6268
|
-
readonly destField: ("id" | "name" | "accountId" | "path" | "specialUse" | "uidValidity" | "unreadCount")[];
|
|
6269
|
-
readonly destSchema: "accountLabel";
|
|
6270
|
-
readonly cardinality: "one";
|
|
6271
|
-
}];
|
|
6272
|
-
message: [{
|
|
6273
|
-
readonly sourceField: string[];
|
|
6274
|
-
readonly destField: ("id" | "accountId" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
6275
|
-
readonly destSchema: "threadMessage";
|
|
6276
|
-
readonly cardinality: "one";
|
|
6277
|
-
}];
|
|
6278
|
-
thread: [{
|
|
6279
|
-
readonly sourceField: string[];
|
|
6280
|
-
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "labelIdList" | "latestMessageDate" | "seen" | "words")[];
|
|
6281
|
-
readonly destSchema: "thread";
|
|
6282
|
-
readonly cardinality: "one";
|
|
6283
|
-
}];
|
|
6284
|
-
};
|
|
6285
|
-
readonly threadByLabel: {
|
|
6286
|
-
label: [{
|
|
6287
|
-
readonly sourceField: string[];
|
|
6288
|
-
readonly destField: ("id" | "name" | "accountId" | "path" | "specialUse" | "uidValidity" | "unreadCount")[];
|
|
6289
|
-
readonly destSchema: "accountLabel";
|
|
6290
|
-
readonly cardinality: "one";
|
|
6291
|
-
}];
|
|
6292
|
-
thread: [{
|
|
6293
|
-
readonly sourceField: string[];
|
|
6294
|
-
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "labelIdList" | "latestMessageDate" | "seen" | "words")[];
|
|
6295
|
-
readonly destSchema: "thread";
|
|
6296
|
-
readonly cardinality: "one";
|
|
6297
|
-
}];
|
|
6298
|
-
};
|
|
6299
|
-
readonly threadMessage: {
|
|
6300
|
-
attachments: [{
|
|
6301
|
-
readonly sourceField: string[];
|
|
6302
|
-
readonly destField: ("id" | "fileName" | "mimeType" | "threadMessageId" | "size")[];
|
|
6303
|
-
readonly destSchema: "threadMessageAttachment";
|
|
6304
|
-
readonly cardinality: "many";
|
|
6305
|
-
}];
|
|
6306
|
-
labels: [{
|
|
6307
|
-
readonly sourceField: string[];
|
|
6308
|
-
readonly destField: ("accountId" | "uidValidity" | "labelId" | "lastSyncedAt" | "threadId" | "threadMessageId" | "uid")[];
|
|
6309
|
-
readonly destSchema: "threadLabel";
|
|
6310
|
-
readonly cardinality: "many";
|
|
6311
|
-
}, {
|
|
6312
|
-
readonly sourceField: string[];
|
|
6313
|
-
readonly destField: ("id" | "name" | "accountId" | "path" | "specialUse" | "uidValidity" | "unreadCount")[];
|
|
6314
|
-
readonly destSchema: "accountLabel";
|
|
6315
|
-
readonly cardinality: "many";
|
|
6316
|
-
}];
|
|
6317
|
-
recipients: [{
|
|
6318
|
-
readonly sourceField: string[];
|
|
6319
|
-
readonly destField: ("type" | "id" | "name" | "emailAddress" | "threadMessageId")[];
|
|
6320
|
-
readonly destSchema: "threadMessageRecipient";
|
|
6321
|
-
readonly cardinality: "many";
|
|
6322
|
-
}];
|
|
6323
|
-
thread: [{
|
|
6324
|
-
readonly sourceField: string[];
|
|
6325
|
-
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "labelIdList" | "latestMessageDate" | "seen" | "words")[];
|
|
6326
|
-
readonly destSchema: "thread";
|
|
6327
|
-
readonly cardinality: "one";
|
|
6328
|
-
}];
|
|
6329
|
-
};
|
|
6330
|
-
readonly threadMessageRecipient: {
|
|
6331
|
-
message: [{
|
|
6332
|
-
readonly sourceField: string[];
|
|
6333
|
-
readonly destField: ("id" | "accountId" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
6334
|
-
readonly destSchema: "threadMessage";
|
|
6335
|
-
readonly cardinality: "one";
|
|
6336
|
-
}];
|
|
6337
|
-
};
|
|
6338
|
-
readonly threadMessageAttachment: {
|
|
6339
|
-
message: [{
|
|
6340
|
-
readonly sourceField: string[];
|
|
6341
|
-
readonly destField: ("id" | "accountId" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
6342
|
-
readonly destSchema: "threadMessage";
|
|
6343
|
-
readonly cardinality: "one";
|
|
6344
|
-
}];
|
|
6345
|
-
};
|
|
6346
|
-
};
|
|
6347
|
-
enableLegacyQueries: boolean | undefined;
|
|
6348
|
-
enableLegacyMutators: false;
|
|
6349
|
-
}, "threadByLabel", {
|
|
6350
|
-
readonly labelId: string;
|
|
6351
|
-
readonly latestMessageDate: number;
|
|
6352
|
-
readonly threadId: string;
|
|
6353
|
-
} & {
|
|
6354
|
-
readonly thread: ({
|
|
6355
|
-
readonly accountId: string;
|
|
6356
|
-
readonly flagged: boolean;
|
|
6357
|
-
readonly id: string;
|
|
6358
|
-
readonly labelIdList: string;
|
|
6359
|
-
readonly latestMessageDate: number;
|
|
6360
|
-
readonly seen: boolean;
|
|
6361
|
-
readonly userId: string;
|
|
6362
|
-
readonly words: string;
|
|
6363
|
-
} & {
|
|
6364
|
-
readonly messages: readonly ({
|
|
6365
|
-
readonly accountId: string;
|
|
6366
|
-
readonly envelopeDate: number;
|
|
6367
|
-
readonly envelopeSubject: string | null;
|
|
6368
|
-
readonly id: string;
|
|
6369
|
-
readonly previewText: string;
|
|
6370
|
-
readonly senderEmail: string;
|
|
6371
|
-
readonly senderName: string | null;
|
|
6372
|
-
readonly threadId: string;
|
|
6373
|
-
} & {
|
|
6374
|
-
readonly recipients: readonly {
|
|
6375
|
-
readonly emailAddress: string;
|
|
6376
|
-
readonly id: string;
|
|
6377
|
-
readonly name: string | null;
|
|
6378
|
-
readonly threadMessageId: string;
|
|
6379
|
-
readonly type: "bcc" | "cc" | "to" | "replyTo";
|
|
6380
|
-
}[];
|
|
6381
|
-
} & {
|
|
6382
|
-
readonly attachments: readonly {
|
|
6383
|
-
readonly fileName: string;
|
|
6384
|
-
readonly id: string;
|
|
6385
|
-
readonly mimeType: string;
|
|
6386
|
-
readonly size: number;
|
|
6387
|
-
readonly threadMessageId: string;
|
|
6388
|
-
}[];
|
|
6389
|
-
})[];
|
|
6390
|
-
}) | undefined;
|
|
6391
|
-
}>>;
|
|
6392
|
-
readonly getUser: import("@rocicorp/zero").SyncedQuery<"getUser", import("..").MarcoSyncedQueryContext, true, [], import("@rocicorp/zero").Query<{
|
|
6393
|
-
tables: {
|
|
6394
|
-
readonly user: {
|
|
6395
|
-
name: "user";
|
|
6396
|
-
columns: {
|
|
6397
|
-
readonly id: {
|
|
6398
|
-
type: "string";
|
|
6399
|
-
optional: false;
|
|
6400
|
-
customType: string;
|
|
6401
|
-
};
|
|
6402
|
-
readonly name: Omit<{
|
|
6403
|
-
type: "string";
|
|
6404
|
-
optional: false;
|
|
6405
|
-
customType: string;
|
|
6406
|
-
}, "optional"> & {
|
|
6407
|
-
optional: true;
|
|
6408
|
-
};
|
|
6409
|
-
readonly profilePicture: Omit<{
|
|
6410
|
-
type: "string";
|
|
6411
|
-
optional: false;
|
|
6412
|
-
customType: string;
|
|
6413
|
-
}, "optional"> & {
|
|
6414
|
-
optional: true;
|
|
6415
|
-
} & {
|
|
6416
|
-
serverName: string;
|
|
6417
|
-
};
|
|
6418
|
-
readonly undoSendEnabled: {
|
|
6419
|
-
type: "boolean";
|
|
6420
|
-
optional: false;
|
|
6421
|
-
customType: boolean;
|
|
6422
|
-
} & {
|
|
6423
|
-
serverName: string;
|
|
6424
|
-
};
|
|
6425
|
-
};
|
|
6426
|
-
primaryKey: readonly [string, ...string[]];
|
|
6427
|
-
} & {
|
|
6428
|
-
primaryKey: ["id"];
|
|
6429
|
-
};
|
|
6430
|
-
readonly userPushNotificationToken: {
|
|
6431
|
-
name: "userPushNotificationToken";
|
|
6432
|
-
columns: {
|
|
6433
|
-
readonly createdAt: {
|
|
6434
|
-
type: "number";
|
|
6435
|
-
optional: false;
|
|
6436
|
-
customType: number;
|
|
6437
|
-
} & {
|
|
6438
|
-
serverName: string;
|
|
6439
|
-
};
|
|
6440
|
-
readonly id: {
|
|
6441
|
-
type: "string";
|
|
6442
|
-
optional: false;
|
|
6443
|
-
customType: string;
|
|
6444
|
-
};
|
|
6445
|
-
readonly token: {
|
|
6446
|
-
type: "string";
|
|
6447
|
-
optional: false;
|
|
6448
|
-
customType: string;
|
|
6449
|
-
};
|
|
6450
|
-
readonly userId: {
|
|
6451
|
-
type: "string";
|
|
6452
|
-
optional: false;
|
|
6453
|
-
customType: string;
|
|
6454
|
-
} & {
|
|
6455
|
-
serverName: string;
|
|
6456
|
-
};
|
|
6457
|
-
};
|
|
6458
|
-
primaryKey: readonly [string, ...string[]];
|
|
6459
|
-
} & {
|
|
6460
|
-
primaryKey: ["id"];
|
|
6461
|
-
};
|
|
6462
|
-
readonly contact: {
|
|
6463
|
-
name: "contact";
|
|
6464
|
-
columns: {
|
|
6465
|
-
readonly emailAddress: {
|
|
6466
|
-
type: "string";
|
|
6467
|
-
optional: false;
|
|
6468
|
-
customType: string;
|
|
6469
|
-
} & {
|
|
6470
|
-
serverName: string;
|
|
6471
|
-
};
|
|
6472
|
-
readonly id: {
|
|
6473
|
-
type: "string";
|
|
6474
|
-
optional: false;
|
|
6475
|
-
customType: string;
|
|
6476
|
-
};
|
|
6477
|
-
readonly name: Omit<{
|
|
6478
|
-
type: "string";
|
|
6479
|
-
optional: false;
|
|
6480
|
-
customType: string;
|
|
6481
|
-
}, "optional"> & {
|
|
6482
|
-
optional: true;
|
|
6483
|
-
};
|
|
6484
|
-
readonly userId: {
|
|
6485
|
-
type: "string";
|
|
6486
|
-
optional: false;
|
|
6487
|
-
customType: string;
|
|
6488
|
-
} & {
|
|
6489
|
-
serverName: string;
|
|
6490
|
-
};
|
|
6491
|
-
};
|
|
6492
|
-
primaryKey: readonly [string, ...string[]];
|
|
6493
|
-
} & {
|
|
6494
|
-
primaryKey: ["id"];
|
|
6495
|
-
};
|
|
6496
|
-
readonly account: {
|
|
6497
|
-
name: "account";
|
|
6498
|
-
columns: {
|
|
6499
|
-
readonly color: {
|
|
6500
|
-
type: "string";
|
|
6501
|
-
optional: false;
|
|
6502
|
-
customType: string;
|
|
6503
|
-
};
|
|
6504
|
-
readonly displayName: Omit<{
|
|
6505
|
-
type: "string";
|
|
6506
|
-
optional: false;
|
|
6507
|
-
customType: string;
|
|
6508
|
-
}, "optional"> & {
|
|
6509
|
-
optional: true;
|
|
6510
|
-
} & {
|
|
6511
|
-
serverName: string;
|
|
6512
|
-
};
|
|
6513
|
-
readonly id: {
|
|
6514
|
-
type: "string";
|
|
6515
|
-
optional: false;
|
|
6516
|
-
customType: string;
|
|
6517
|
-
};
|
|
6518
|
-
readonly imapConnectionStatus: {
|
|
6519
|
-
type: "string";
|
|
6520
|
-
optional: false;
|
|
6521
|
-
customType: "AWAITING_CONNECTION" | "CONNECTED" | "CONNECTION_FAILED_AUTHENTICATION_ERROR" | "CONNECTION_FAILED_CONNECTION_ERROR" | "CONNECTION_FAILED_OAUTH_EXCHANGE_ERROR" | "CONNECTION_FAILED_QUOTA_ERROR" | "CONNECTION_FAILED_UNKNOWN_ERROR";
|
|
6522
|
-
} & {
|
|
6523
|
-
serverName: string;
|
|
6524
|
-
};
|
|
6525
|
-
readonly mailProcessedCount: {
|
|
6526
|
-
type: "number";
|
|
6527
|
-
optional: false;
|
|
6528
|
-
customType: number;
|
|
6529
|
-
} & {
|
|
6530
|
-
serverName: string;
|
|
6531
|
-
};
|
|
6532
|
-
readonly mailTotalCount: {
|
|
6533
|
-
type: "number";
|
|
6534
|
-
optional: false;
|
|
6535
|
-
customType: number;
|
|
6536
|
-
} & {
|
|
6537
|
-
serverName: string;
|
|
6538
|
-
};
|
|
6539
|
-
readonly primaryAliasId: Omit<{
|
|
6540
|
-
type: "string";
|
|
6541
|
-
optional: false;
|
|
6542
|
-
customType: string;
|
|
6543
|
-
}, "optional"> & {
|
|
6544
|
-
optional: true;
|
|
6545
|
-
} & {
|
|
6546
|
-
serverName: string;
|
|
6547
|
-
};
|
|
6548
|
-
readonly userId: {
|
|
6549
|
-
type: "string";
|
|
6550
|
-
optional: false;
|
|
6551
|
-
customType: string;
|
|
6552
|
-
} & {
|
|
6553
|
-
serverName: string;
|
|
6554
|
-
};
|
|
6555
|
-
};
|
|
6556
|
-
primaryKey: readonly [string, ...string[]];
|
|
6557
|
-
} & {
|
|
6558
|
-
primaryKey: ["id"];
|
|
6559
|
-
};
|
|
6560
|
-
readonly accountAlias: {
|
|
6561
|
-
name: "accountAlias";
|
|
6562
|
-
columns: {
|
|
6563
|
-
readonly accountId: {
|
|
6564
|
-
type: "string";
|
|
6565
|
-
optional: false;
|
|
6566
|
-
customType: string;
|
|
6567
|
-
} & {
|
|
6568
|
-
serverName: string;
|
|
6569
|
-
};
|
|
6570
|
-
readonly emailAddress: {
|
|
6571
|
-
type: "string";
|
|
6572
|
-
optional: false;
|
|
6573
|
-
customType: string;
|
|
6574
|
-
} & {
|
|
6575
|
-
serverName: string;
|
|
6576
|
-
};
|
|
6577
|
-
readonly id: {
|
|
6578
|
-
type: "string";
|
|
6579
|
-
optional: false;
|
|
6580
|
-
customType: string;
|
|
6581
|
-
};
|
|
6582
|
-
readonly isPrimary: {
|
|
6583
|
-
type: "boolean";
|
|
6584
|
-
optional: false;
|
|
6585
|
-
customType: boolean;
|
|
6586
|
-
} & {
|
|
6587
|
-
serverName: string;
|
|
6588
|
-
};
|
|
6589
|
-
readonly name: Omit<{
|
|
6590
|
-
type: "string";
|
|
6591
|
-
optional: false;
|
|
6592
|
-
customType: string;
|
|
6593
|
-
}, "optional"> & {
|
|
6594
|
-
optional: true;
|
|
6595
|
-
};
|
|
6596
|
-
};
|
|
6597
|
-
primaryKey: readonly [string, ...string[]];
|
|
6598
|
-
} & {
|
|
6599
|
-
primaryKey: ["id"];
|
|
6600
|
-
};
|
|
6601
|
-
readonly accountLabel: {
|
|
6602
|
-
name: "accountLabel";
|
|
6603
|
-
columns: {
|
|
6604
|
-
readonly accountId: {
|
|
6605
|
-
type: "string";
|
|
6606
|
-
optional: false;
|
|
6607
|
-
customType: string;
|
|
6608
|
-
} & {
|
|
6609
|
-
serverName: string;
|
|
6610
|
-
};
|
|
6611
|
-
readonly id: {
|
|
6612
|
-
type: "string";
|
|
6613
|
-
optional: false;
|
|
6614
|
-
customType: string;
|
|
6615
|
-
};
|
|
6616
|
-
readonly name: Omit<{
|
|
6617
|
-
type: "string";
|
|
6618
|
-
optional: false;
|
|
6619
|
-
customType: string;
|
|
6620
|
-
}, "optional"> & {
|
|
6621
|
-
optional: true;
|
|
6622
|
-
};
|
|
6623
|
-
readonly path: {
|
|
6624
|
-
type: "string";
|
|
6625
|
-
optional: false;
|
|
6626
|
-
customType: string;
|
|
6627
|
-
};
|
|
6628
|
-
readonly specialUse: Omit<{
|
|
6629
|
-
type: "string";
|
|
6630
|
-
optional: false;
|
|
6631
|
-
customType: "ARCHIVE" | "INBOX" | "SENT" | "SPAM" | "TRASH";
|
|
6632
|
-
}, "optional"> & {
|
|
6633
|
-
optional: true;
|
|
6634
|
-
} & {
|
|
6635
|
-
serverName: string;
|
|
6636
|
-
};
|
|
6637
|
-
readonly uidValidity: {
|
|
6638
|
-
type: "number";
|
|
6639
|
-
optional: false;
|
|
6640
|
-
customType: number;
|
|
6641
|
-
} & {
|
|
6642
|
-
serverName: string;
|
|
6643
|
-
};
|
|
6644
|
-
readonly unreadCount: {
|
|
6645
|
-
type: "number";
|
|
6646
|
-
optional: false;
|
|
6647
|
-
customType: number;
|
|
6648
|
-
} & {
|
|
6649
|
-
serverName: string;
|
|
6650
|
-
};
|
|
6651
|
-
};
|
|
6652
|
-
primaryKey: readonly [string, ...string[]];
|
|
6653
|
-
} & {
|
|
6654
|
-
primaryKey: ["id"];
|
|
6655
|
-
};
|
|
6656
|
-
readonly draft: {
|
|
6657
|
-
name: "draft";
|
|
6658
|
-
columns: {
|
|
6659
|
-
readonly accountId: {
|
|
6660
|
-
type: "string";
|
|
6661
|
-
optional: false;
|
|
6662
|
-
customType: string;
|
|
6663
|
-
} & {
|
|
6664
|
-
serverName: string;
|
|
6665
|
-
};
|
|
6666
|
-
readonly body: {
|
|
6667
|
-
type: "json";
|
|
6668
|
-
optional: false;
|
|
6669
|
-
customType: {
|
|
6670
|
-
content: string;
|
|
6671
|
-
to: string[];
|
|
6672
|
-
cc: string[];
|
|
6673
|
-
bcc: string[];
|
|
6674
|
-
};
|
|
6675
|
-
};
|
|
6676
|
-
readonly error: Omit<{
|
|
6677
|
-
type: "string";
|
|
6678
|
-
optional: false;
|
|
6679
|
-
customType: string;
|
|
6680
|
-
}, "optional"> & {
|
|
6681
|
-
optional: true;
|
|
6682
|
-
};
|
|
6683
|
-
readonly fromAliasId: Omit<{
|
|
6684
|
-
type: "string";
|
|
6685
|
-
optional: false;
|
|
6686
|
-
customType: string;
|
|
6687
|
-
}, "optional"> & {
|
|
6688
|
-
optional: true;
|
|
6689
|
-
} & {
|
|
6690
|
-
serverName: string;
|
|
6691
|
-
};
|
|
6692
|
-
readonly fromEmail: {
|
|
6693
|
-
type: "string";
|
|
6694
|
-
optional: false;
|
|
6695
|
-
customType: string;
|
|
6696
|
-
} & {
|
|
6697
|
-
serverName: string;
|
|
6698
|
-
};
|
|
6699
|
-
readonly fromName: Omit<{
|
|
6700
|
-
type: "string";
|
|
6701
|
-
optional: false;
|
|
6702
|
-
customType: string;
|
|
6703
|
-
}, "optional"> & {
|
|
6704
|
-
optional: true;
|
|
6705
|
-
} & {
|
|
6706
|
-
serverName: string;
|
|
6707
|
-
};
|
|
6708
|
-
readonly id: {
|
|
6709
|
-
type: "string";
|
|
6710
|
-
optional: false;
|
|
6711
|
-
customType: string;
|
|
6712
|
-
};
|
|
6713
|
-
readonly referencedMessageId: Omit<{
|
|
6714
|
-
type: "string";
|
|
6715
|
-
optional: false;
|
|
6716
|
-
customType: string;
|
|
6717
|
-
}, "optional"> & {
|
|
6718
|
-
optional: true;
|
|
6719
|
-
} & {
|
|
6720
|
-
serverName: string;
|
|
6721
|
-
};
|
|
6722
|
-
readonly scheduledFor: Omit<{
|
|
6723
|
-
type: "number";
|
|
6724
|
-
optional: false;
|
|
6725
|
-
customType: number;
|
|
6726
6074
|
}, "optional"> & {
|
|
6727
6075
|
optional: true;
|
|
6728
6076
|
} & {
|
|
6729
6077
|
serverName: string;
|
|
6730
6078
|
};
|
|
6731
|
-
readonly status: {
|
|
6732
|
-
type: "string";
|
|
6733
|
-
optional: false;
|
|
6734
|
-
customType: "DRAFT" | "SEND_REQUESTED" | "SEND_CONFIRMED" | "SEND_FAILED";
|
|
6735
|
-
};
|
|
6736
6079
|
readonly subject: Omit<{
|
|
6737
6080
|
type: "string";
|
|
6738
6081
|
optional: false;
|
|
@@ -6740,117 +6083,6 @@ export declare const marcoZero: {
|
|
|
6740
6083
|
}, "optional"> & {
|
|
6741
6084
|
optional: true;
|
|
6742
6085
|
};
|
|
6743
|
-
readonly type: {
|
|
6744
|
-
type: "string";
|
|
6745
|
-
optional: false;
|
|
6746
|
-
customType: "NEW" | "REPLY" | "FORWARD";
|
|
6747
|
-
};
|
|
6748
|
-
readonly updatedAt: {
|
|
6749
|
-
type: "number";
|
|
6750
|
-
optional: false;
|
|
6751
|
-
customType: number;
|
|
6752
|
-
} & {
|
|
6753
|
-
serverName: string;
|
|
6754
|
-
};
|
|
6755
|
-
readonly userId: {
|
|
6756
|
-
type: "string";
|
|
6757
|
-
optional: false;
|
|
6758
|
-
customType: string;
|
|
6759
|
-
} & {
|
|
6760
|
-
serverName: string;
|
|
6761
|
-
};
|
|
6762
|
-
};
|
|
6763
|
-
primaryKey: readonly [string, ...string[]];
|
|
6764
|
-
} & {
|
|
6765
|
-
primaryKey: ["id"];
|
|
6766
|
-
};
|
|
6767
|
-
readonly draftAttachment: {
|
|
6768
|
-
name: "draftAttachment";
|
|
6769
|
-
columns: {
|
|
6770
|
-
readonly draftId: {
|
|
6771
|
-
type: "string";
|
|
6772
|
-
optional: false;
|
|
6773
|
-
customType: string;
|
|
6774
|
-
} & {
|
|
6775
|
-
serverName: string;
|
|
6776
|
-
};
|
|
6777
|
-
readonly fileName: {
|
|
6778
|
-
type: "string";
|
|
6779
|
-
optional: false;
|
|
6780
|
-
customType: string;
|
|
6781
|
-
} & {
|
|
6782
|
-
serverName: string;
|
|
6783
|
-
};
|
|
6784
|
-
readonly id: {
|
|
6785
|
-
type: "string";
|
|
6786
|
-
optional: false;
|
|
6787
|
-
customType: string;
|
|
6788
|
-
};
|
|
6789
|
-
readonly mimeType: {
|
|
6790
|
-
type: "string";
|
|
6791
|
-
optional: false;
|
|
6792
|
-
customType: string;
|
|
6793
|
-
} & {
|
|
6794
|
-
serverName: string;
|
|
6795
|
-
};
|
|
6796
|
-
readonly status: {
|
|
6797
|
-
type: "string";
|
|
6798
|
-
optional: false;
|
|
6799
|
-
customType: "PENDING" | "COMPLETE" | "FAILED";
|
|
6800
|
-
} & {
|
|
6801
|
-
serverName: string;
|
|
6802
|
-
};
|
|
6803
|
-
readonly totalSize: {
|
|
6804
|
-
type: "number";
|
|
6805
|
-
optional: false;
|
|
6806
|
-
customType: number;
|
|
6807
|
-
} & {
|
|
6808
|
-
serverName: string;
|
|
6809
|
-
};
|
|
6810
|
-
};
|
|
6811
|
-
primaryKey: readonly [string, ...string[]];
|
|
6812
|
-
} & {
|
|
6813
|
-
primaryKey: ["id"];
|
|
6814
|
-
};
|
|
6815
|
-
readonly thread: {
|
|
6816
|
-
name: "thread";
|
|
6817
|
-
columns: {
|
|
6818
|
-
readonly accountId: {
|
|
6819
|
-
type: "string";
|
|
6820
|
-
optional: false;
|
|
6821
|
-
customType: string;
|
|
6822
|
-
} & {
|
|
6823
|
-
serverName: string;
|
|
6824
|
-
};
|
|
6825
|
-
readonly flagged: {
|
|
6826
|
-
type: "boolean";
|
|
6827
|
-
optional: false;
|
|
6828
|
-
customType: boolean;
|
|
6829
|
-
};
|
|
6830
|
-
readonly id: {
|
|
6831
|
-
type: "string";
|
|
6832
|
-
optional: false;
|
|
6833
|
-
customType: string;
|
|
6834
|
-
};
|
|
6835
|
-
readonly labelIdList: {
|
|
6836
|
-
type: "string";
|
|
6837
|
-
optional: false;
|
|
6838
|
-
customType: string;
|
|
6839
|
-
} & {
|
|
6840
|
-
serverName: string;
|
|
6841
|
-
};
|
|
6842
|
-
readonly latestMessageDate: {
|
|
6843
|
-
type: "number";
|
|
6844
|
-
optional: false;
|
|
6845
|
-
customType: number;
|
|
6846
|
-
} & {
|
|
6847
|
-
serverName: string;
|
|
6848
|
-
};
|
|
6849
|
-
readonly seen: {
|
|
6850
|
-
type: "boolean";
|
|
6851
|
-
optional: false;
|
|
6852
|
-
customType: boolean;
|
|
6853
|
-
};
|
|
6854
6086
|
readonly userId: {
|
|
6855
6087
|
type: "string";
|
|
6856
6088
|
optional: false;
|
|
@@ -7125,7 +6357,7 @@ export declare const marcoZero: {
|
|
|
7125
6357
|
}];
|
|
7126
6358
|
threads: [{
|
|
7127
6359
|
readonly sourceField: string[];
|
|
7128
|
-
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "labelIdList" | "latestMessageDate" | "seen" | "words")[];
|
|
6360
|
+
readonly destField: ("id" | "userId" | "accountId" | "subject" | "flagged" | "hasAttachments" | "labelIdList" | "latestMessageDate" | "messageCount" | "previewText" | "seen" | "senderEmail" | "senderName" | "words")[];
|
|
7129
6361
|
readonly destSchema: "thread";
|
|
7130
6362
|
readonly cardinality: "many";
|
|
7131
6363
|
}];
|
|
@@ -7173,7 +6405,7 @@ export declare const marcoZero: {
|
|
|
7173
6405
|
}];
|
|
7174
6406
|
threads: [{
|
|
7175
6407
|
readonly sourceField: string[];
|
|
7176
|
-
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "labelIdList" | "latestMessageDate" | "seen" | "words")[];
|
|
6408
|
+
readonly destField: ("id" | "userId" | "accountId" | "subject" | "flagged" | "hasAttachments" | "labelIdList" | "latestMessageDate" | "messageCount" | "previewText" | "seen" | "senderEmail" | "senderName" | "words")[];
|
|
7177
6409
|
readonly destSchema: "thread";
|
|
7178
6410
|
readonly cardinality: "many";
|
|
7179
6411
|
}];
|
|
@@ -7206,7 +6438,7 @@ export declare const marcoZero: {
|
|
|
7206
6438
|
readonly cardinality: "many";
|
|
7207
6439
|
}, {
|
|
7208
6440
|
readonly sourceField: string[];
|
|
7209
|
-
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "labelIdList" | "latestMessageDate" | "seen" | "words")[];
|
|
6441
|
+
readonly destField: ("id" | "userId" | "accountId" | "subject" | "flagged" | "hasAttachments" | "labelIdList" | "latestMessageDate" | "messageCount" | "previewText" | "seen" | "senderEmail" | "senderName" | "words")[];
|
|
7210
6442
|
readonly destSchema: "thread";
|
|
7211
6443
|
readonly cardinality: "many";
|
|
7212
6444
|
}];
|
|
@@ -7259,7 +6491,7 @@ export declare const marcoZero: {
|
|
|
7259
6491
|
}];
|
|
7260
6492
|
messages: [{
|
|
7261
6493
|
readonly sourceField: string[];
|
|
7262
|
-
readonly destField: ("id" | "accountId" | "
|
|
6494
|
+
readonly destField: ("id" | "accountId" | "previewText" | "senderEmail" | "senderName" | "threadId" | "envelopeDate" | "envelopeSubject")[];
|
|
7263
6495
|
readonly destSchema: "threadMessage";
|
|
7264
6496
|
readonly cardinality: "many";
|
|
7265
6497
|
}];
|
|
@@ -7285,13 +6517,13 @@ export declare const marcoZero: {
|
|
|
7285
6517
|
}];
|
|
7286
6518
|
message: [{
|
|
7287
6519
|
readonly sourceField: string[];
|
|
7288
|
-
readonly destField: ("id" | "accountId" | "
|
|
6520
|
+
readonly destField: ("id" | "accountId" | "previewText" | "senderEmail" | "senderName" | "threadId" | "envelopeDate" | "envelopeSubject")[];
|
|
7289
6521
|
readonly destSchema: "threadMessage";
|
|
7290
6522
|
readonly cardinality: "one";
|
|
7291
6523
|
}];
|
|
7292
6524
|
thread: [{
|
|
7293
6525
|
readonly sourceField: string[];
|
|
7294
|
-
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "labelIdList" | "latestMessageDate" | "seen" | "words")[];
|
|
6526
|
+
readonly destField: ("id" | "userId" | "accountId" | "subject" | "flagged" | "hasAttachments" | "labelIdList" | "latestMessageDate" | "messageCount" | "previewText" | "seen" | "senderEmail" | "senderName" | "words")[];
|
|
7295
6527
|
readonly destSchema: "thread";
|
|
7296
6528
|
readonly cardinality: "one";
|
|
7297
6529
|
}];
|
|
@@ -7305,7 +6537,7 @@ export declare const marcoZero: {
|
|
|
7305
6537
|
}];
|
|
7306
6538
|
thread: [{
|
|
7307
6539
|
readonly sourceField: string[];
|
|
7308
|
-
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "labelIdList" | "latestMessageDate" | "seen" | "words")[];
|
|
6540
|
+
readonly destField: ("id" | "userId" | "accountId" | "subject" | "flagged" | "hasAttachments" | "labelIdList" | "latestMessageDate" | "messageCount" | "previewText" | "seen" | "senderEmail" | "senderName" | "words")[];
|
|
7309
6541
|
readonly destSchema: "thread";
|
|
7310
6542
|
readonly cardinality: "one";
|
|
7311
6543
|
}];
|
|
@@ -7336,7 +6568,7 @@ export declare const marcoZero: {
|
|
|
7336
6568
|
}];
|
|
7337
6569
|
thread: [{
|
|
7338
6570
|
readonly sourceField: string[];
|
|
7339
|
-
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "labelIdList" | "latestMessageDate" | "seen" | "words")[];
|
|
6571
|
+
readonly destField: ("id" | "userId" | "accountId" | "subject" | "flagged" | "hasAttachments" | "labelIdList" | "latestMessageDate" | "messageCount" | "previewText" | "seen" | "senderEmail" | "senderName" | "words")[];
|
|
7340
6572
|
readonly destSchema: "thread";
|
|
7341
6573
|
readonly cardinality: "one";
|
|
7342
6574
|
}];
|
|
@@ -7344,7 +6576,7 @@ export declare const marcoZero: {
|
|
|
7344
6576
|
readonly threadMessageRecipient: {
|
|
7345
6577
|
message: [{
|
|
7346
6578
|
readonly sourceField: string[];
|
|
7347
|
-
readonly destField: ("id" | "accountId" | "
|
|
6579
|
+
readonly destField: ("id" | "accountId" | "previewText" | "senderEmail" | "senderName" | "threadId" | "envelopeDate" | "envelopeSubject")[];
|
|
7348
6580
|
readonly destSchema: "threadMessage";
|
|
7349
6581
|
readonly cardinality: "one";
|
|
7350
6582
|
}];
|
|
@@ -7352,7 +6584,7 @@ export declare const marcoZero: {
|
|
|
7352
6584
|
readonly threadMessageAttachment: {
|
|
7353
6585
|
message: [{
|
|
7354
6586
|
readonly sourceField: string[];
|
|
7355
|
-
readonly destField: ("id" | "accountId" | "
|
|
6587
|
+
readonly destField: ("id" | "accountId" | "previewText" | "senderEmail" | "senderName" | "threadId" | "envelopeDate" | "envelopeSubject")[];
|
|
7356
6588
|
readonly destSchema: "threadMessage";
|
|
7357
6589
|
readonly cardinality: "one";
|
|
7358
6590
|
}];
|
|
@@ -7849,6 +7081,13 @@ export declare const marcoZero: {
|
|
|
7849
7081
|
optional: false;
|
|
7850
7082
|
customType: boolean;
|
|
7851
7083
|
};
|
|
7084
|
+
readonly hasAttachments: {
|
|
7085
|
+
type: "boolean";
|
|
7086
|
+
optional: false;
|
|
7087
|
+
customType: boolean;
|
|
7088
|
+
} & {
|
|
7089
|
+
serverName: string;
|
|
7090
|
+
};
|
|
7852
7091
|
readonly id: {
|
|
7853
7092
|
type: "string";
|
|
7854
7093
|
optional: false;
|
|
@@ -7868,11 +7107,48 @@ export declare const marcoZero: {
|
|
|
7868
7107
|
} & {
|
|
7869
7108
|
serverName: string;
|
|
7870
7109
|
};
|
|
7110
|
+
readonly messageCount: {
|
|
7111
|
+
type: "number";
|
|
7112
|
+
optional: false;
|
|
7113
|
+
customType: number;
|
|
7114
|
+
} & {
|
|
7115
|
+
serverName: string;
|
|
7116
|
+
};
|
|
7117
|
+
readonly previewText: {
|
|
7118
|
+
type: "string";
|
|
7119
|
+
optional: false;
|
|
7120
|
+
customType: string;
|
|
7121
|
+
} & {
|
|
7122
|
+
serverName: string;
|
|
7123
|
+
};
|
|
7871
7124
|
readonly seen: {
|
|
7872
7125
|
type: "boolean";
|
|
7873
7126
|
optional: false;
|
|
7874
7127
|
customType: boolean;
|
|
7875
7128
|
};
|
|
7129
|
+
readonly senderEmail: {
|
|
7130
|
+
type: "string";
|
|
7131
|
+
optional: false;
|
|
7132
|
+
customType: string;
|
|
7133
|
+
} & {
|
|
7134
|
+
serverName: string;
|
|
7135
|
+
};
|
|
7136
|
+
readonly senderName: Omit<{
|
|
7137
|
+
type: "string";
|
|
7138
|
+
optional: false;
|
|
7139
|
+
customType: string;
|
|
7140
|
+
}, "optional"> & {
|
|
7141
|
+
optional: true;
|
|
7142
|
+
} & {
|
|
7143
|
+
serverName: string;
|
|
7144
|
+
};
|
|
7145
|
+
readonly subject: Omit<{
|
|
7146
|
+
type: "string";
|
|
7147
|
+
optional: false;
|
|
7148
|
+
customType: string;
|
|
7149
|
+
}, "optional"> & {
|
|
7150
|
+
optional: true;
|
|
7151
|
+
};
|
|
7876
7152
|
readonly userId: {
|
|
7877
7153
|
type: "string";
|
|
7878
7154
|
optional: false;
|
|
@@ -8147,7 +7423,7 @@ export declare const marcoZero: {
|
|
|
8147
7423
|
}];
|
|
8148
7424
|
threads: [{
|
|
8149
7425
|
readonly sourceField: string[];
|
|
8150
|
-
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "labelIdList" | "latestMessageDate" | "seen" | "words")[];
|
|
7426
|
+
readonly destField: ("id" | "userId" | "accountId" | "subject" | "flagged" | "hasAttachments" | "labelIdList" | "latestMessageDate" | "messageCount" | "previewText" | "seen" | "senderEmail" | "senderName" | "words")[];
|
|
8151
7427
|
readonly destSchema: "thread";
|
|
8152
7428
|
readonly cardinality: "many";
|
|
8153
7429
|
}];
|
|
@@ -8195,7 +7471,7 @@ export declare const marcoZero: {
|
|
|
8195
7471
|
}];
|
|
8196
7472
|
threads: [{
|
|
8197
7473
|
readonly sourceField: string[];
|
|
8198
|
-
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "labelIdList" | "latestMessageDate" | "seen" | "words")[];
|
|
7474
|
+
readonly destField: ("id" | "userId" | "accountId" | "subject" | "flagged" | "hasAttachments" | "labelIdList" | "latestMessageDate" | "messageCount" | "previewText" | "seen" | "senderEmail" | "senderName" | "words")[];
|
|
8199
7475
|
readonly destSchema: "thread";
|
|
8200
7476
|
readonly cardinality: "many";
|
|
8201
7477
|
}];
|
|
@@ -8228,7 +7504,7 @@ export declare const marcoZero: {
|
|
|
8228
7504
|
readonly cardinality: "many";
|
|
8229
7505
|
}, {
|
|
8230
7506
|
readonly sourceField: string[];
|
|
8231
|
-
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "labelIdList" | "latestMessageDate" | "seen" | "words")[];
|
|
7507
|
+
readonly destField: ("id" | "userId" | "accountId" | "subject" | "flagged" | "hasAttachments" | "labelIdList" | "latestMessageDate" | "messageCount" | "previewText" | "seen" | "senderEmail" | "senderName" | "words")[];
|
|
8232
7508
|
readonly destSchema: "thread";
|
|
8233
7509
|
readonly cardinality: "many";
|
|
8234
7510
|
}];
|
|
@@ -8281,7 +7557,7 @@ export declare const marcoZero: {
|
|
|
8281
7557
|
}];
|
|
8282
7558
|
messages: [{
|
|
8283
7559
|
readonly sourceField: string[];
|
|
8284
|
-
readonly destField: ("id" | "accountId" | "
|
|
7560
|
+
readonly destField: ("id" | "accountId" | "previewText" | "senderEmail" | "senderName" | "threadId" | "envelopeDate" | "envelopeSubject")[];
|
|
8285
7561
|
readonly destSchema: "threadMessage";
|
|
8286
7562
|
readonly cardinality: "many";
|
|
8287
7563
|
}];
|
|
@@ -8307,13 +7583,13 @@ export declare const marcoZero: {
|
|
|
8307
7583
|
}];
|
|
8308
7584
|
message: [{
|
|
8309
7585
|
readonly sourceField: string[];
|
|
8310
|
-
readonly destField: ("id" | "accountId" | "
|
|
7586
|
+
readonly destField: ("id" | "accountId" | "previewText" | "senderEmail" | "senderName" | "threadId" | "envelopeDate" | "envelopeSubject")[];
|
|
8311
7587
|
readonly destSchema: "threadMessage";
|
|
8312
7588
|
readonly cardinality: "one";
|
|
8313
7589
|
}];
|
|
8314
7590
|
thread: [{
|
|
8315
7591
|
readonly sourceField: string[];
|
|
8316
|
-
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "labelIdList" | "latestMessageDate" | "seen" | "words")[];
|
|
7592
|
+
readonly destField: ("id" | "userId" | "accountId" | "subject" | "flagged" | "hasAttachments" | "labelIdList" | "latestMessageDate" | "messageCount" | "previewText" | "seen" | "senderEmail" | "senderName" | "words")[];
|
|
8317
7593
|
readonly destSchema: "thread";
|
|
8318
7594
|
readonly cardinality: "one";
|
|
8319
7595
|
}];
|
|
@@ -8327,7 +7603,7 @@ export declare const marcoZero: {
|
|
|
8327
7603
|
}];
|
|
8328
7604
|
thread: [{
|
|
8329
7605
|
readonly sourceField: string[];
|
|
8330
|
-
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "labelIdList" | "latestMessageDate" | "seen" | "words")[];
|
|
7606
|
+
readonly destField: ("id" | "userId" | "accountId" | "subject" | "flagged" | "hasAttachments" | "labelIdList" | "latestMessageDate" | "messageCount" | "previewText" | "seen" | "senderEmail" | "senderName" | "words")[];
|
|
8331
7607
|
readonly destSchema: "thread";
|
|
8332
7608
|
readonly cardinality: "one";
|
|
8333
7609
|
}];
|
|
@@ -8358,7 +7634,7 @@ export declare const marcoZero: {
|
|
|
8358
7634
|
}];
|
|
8359
7635
|
thread: [{
|
|
8360
7636
|
readonly sourceField: string[];
|
|
8361
|
-
readonly destField: ("id" | "userId" | "accountId" | "flagged" | "labelIdList" | "latestMessageDate" | "seen" | "words")[];
|
|
7637
|
+
readonly destField: ("id" | "userId" | "accountId" | "subject" | "flagged" | "hasAttachments" | "labelIdList" | "latestMessageDate" | "messageCount" | "previewText" | "seen" | "senderEmail" | "senderName" | "words")[];
|
|
8362
7638
|
readonly destSchema: "thread";
|
|
8363
7639
|
readonly cardinality: "one";
|
|
8364
7640
|
}];
|
|
@@ -8366,7 +7642,7 @@ export declare const marcoZero: {
|
|
|
8366
7642
|
readonly threadMessageRecipient: {
|
|
8367
7643
|
message: [{
|
|
8368
7644
|
readonly sourceField: string[];
|
|
8369
|
-
readonly destField: ("id" | "accountId" | "
|
|
7645
|
+
readonly destField: ("id" | "accountId" | "previewText" | "senderEmail" | "senderName" | "threadId" | "envelopeDate" | "envelopeSubject")[];
|
|
8370
7646
|
readonly destSchema: "threadMessage";
|
|
8371
7647
|
readonly cardinality: "one";
|
|
8372
7648
|
}];
|
|
@@ -8374,7 +7650,7 @@ export declare const marcoZero: {
|
|
|
8374
7650
|
readonly threadMessageAttachment: {
|
|
8375
7651
|
message: [{
|
|
8376
7652
|
readonly sourceField: string[];
|
|
8377
|
-
readonly destField: ("id" | "accountId" | "
|
|
7653
|
+
readonly destField: ("id" | "accountId" | "previewText" | "senderEmail" | "senderName" | "threadId" | "envelopeDate" | "envelopeSubject")[];
|
|
8378
7654
|
readonly destSchema: "threadMessage";
|
|
8379
7655
|
readonly cardinality: "one";
|
|
8380
7656
|
}];
|
|
@@ -8752,6 +8028,13 @@ export declare const marcoZero: {
|
|
|
8752
8028
|
optional: false;
|
|
8753
8029
|
customType: boolean;
|
|
8754
8030
|
};
|
|
8031
|
+
readonly hasAttachments: {
|
|
8032
|
+
type: "boolean";
|
|
8033
|
+
optional: false;
|
|
8034
|
+
customType: boolean;
|
|
8035
|
+
} & {
|
|
8036
|
+
serverName: string;
|
|
8037
|
+
};
|
|
8755
8038
|
readonly id: {
|
|
8756
8039
|
type: "string";
|
|
8757
8040
|
optional: false;
|
|
@@ -8771,11 +8054,48 @@ export declare const marcoZero: {
|
|
|
8771
8054
|
} & {
|
|
8772
8055
|
serverName: string;
|
|
8773
8056
|
};
|
|
8057
|
+
readonly messageCount: {
|
|
8058
|
+
type: "number";
|
|
8059
|
+
optional: false;
|
|
8060
|
+
customType: number;
|
|
8061
|
+
} & {
|
|
8062
|
+
serverName: string;
|
|
8063
|
+
};
|
|
8064
|
+
readonly previewText: {
|
|
8065
|
+
type: "string";
|
|
8066
|
+
optional: false;
|
|
8067
|
+
customType: string;
|
|
8068
|
+
} & {
|
|
8069
|
+
serverName: string;
|
|
8070
|
+
};
|
|
8774
8071
|
readonly seen: {
|
|
8775
8072
|
type: "boolean";
|
|
8776
8073
|
optional: false;
|
|
8777
8074
|
customType: boolean;
|
|
8778
8075
|
};
|
|
8076
|
+
readonly senderEmail: {
|
|
8077
|
+
type: "string";
|
|
8078
|
+
optional: false;
|
|
8079
|
+
customType: string;
|
|
8080
|
+
} & {
|
|
8081
|
+
serverName: string;
|
|
8082
|
+
};
|
|
8083
|
+
readonly senderName: Omit<{
|
|
8084
|
+
type: "string";
|
|
8085
|
+
optional: false;
|
|
8086
|
+
customType: string;
|
|
8087
|
+
}, "optional"> & {
|
|
8088
|
+
optional: true;
|
|
8089
|
+
} & {
|
|
8090
|
+
serverName: string;
|
|
8091
|
+
};
|
|
8092
|
+
readonly subject: Omit<{
|
|
8093
|
+
type: "string";
|
|
8094
|
+
optional: false;
|
|
8095
|
+
customType: string;
|
|
8096
|
+
}, "optional"> & {
|
|
8097
|
+
optional: true;
|
|
8098
|
+
};
|
|
8779
8099
|
readonly userId: {
|
|
8780
8100
|
type: "string";
|
|
8781
8101
|
optional: false;
|