@marcoappio/marco-config 2.0.449 → 2.0.451
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/types/{ImapConnectionStatus.d.ts → IMAPConnectionStatus.d.ts} +2 -2
- package/dist/types/IMAPConnectionStatus.d.ts.map +1 -0
- package/dist/types/IMAPSourceLocation.d.ts +7 -0
- package/dist/types/IMAPSourceLocation.d.ts.map +1 -0
- package/dist/types/IMAPSourceLocation.js +1 -0
- package/dist/types/index.d.ts +2 -1
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/index.js +2 -1
- package/dist/zero/index.d.ts +190 -114
- package/dist/zero/index.d.ts.map +1 -1
- package/dist/zero/mutatorSchemas/index.d.ts +36 -0
- package/dist/zero/mutatorSchemas/index.d.ts.map +1 -1
- package/dist/zero/mutatorSchemas/thread.d.ts +36 -0
- package/dist/zero/mutatorSchemas/thread.d.ts.map +1 -1
- package/dist/zero/mutatorSchemas/thread.js +18 -7
- package/dist/zero/mutators/threadMutators/threadMutators.d.ts +2 -2
- package/dist/zero/mutators/threadMutators/threadMutators.d.ts.map +1 -1
- package/dist/zero/mutators/threadMutators/threadMutators.js +43 -10
- package/dist/zero/mutators/threadMutators/threadMutators.test.js +6 -0
- package/dist/zero/queries/getAccounts.d.ts +23 -17
- package/dist/zero/queries/getAccounts.d.ts.map +1 -1
- package/dist/zero/queries/getContacts.d.ts +23 -17
- package/dist/zero/queries/getContacts.d.ts.map +1 -1
- package/dist/zero/queries/getDrafts.d.ts +23 -17
- package/dist/zero/queries/getDrafts.d.ts.map +1 -1
- package/dist/zero/queries/getThreads.d.ts +23 -19
- package/dist/zero/queries/getThreads.d.ts.map +1 -1
- package/dist/zero/queries/getUser.d.ts +23 -17
- package/dist/zero/queries/getUser.d.ts.map +1 -1
- package/dist/zero/queries/index.d.ts +23 -17
- package/dist/zero/queries/index.d.ts.map +1 -1
- package/dist/zero/schema.d.ts +39 -27
- package/dist/zero/schema.d.ts.map +1 -1
- package/dist/zero/schema.js +2 -2
- package/package.json +1 -1
- package/dist/types/ImapConnectionStatus.d.ts.map +0 -1
- /package/dist/types/{ImapConnectionStatus.js → IMAPConnectionStatus.js} +0 -0
package/dist/zero/index.d.ts
CHANGED
|
@@ -243,6 +243,12 @@ export declare const marcoZero: {
|
|
|
243
243
|
readonly addLabel: {
|
|
244
244
|
readonly delta: import("valibot").ObjectSchema<{
|
|
245
245
|
readonly labelPath: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
246
|
+
readonly sourceLocations: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
247
|
+
readonly labelId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
248
|
+
readonly threadMessageId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
249
|
+
readonly uid: import("valibot").NumberSchema<undefined>;
|
|
250
|
+
readonly uidValidity: import("valibot").NumberSchema<undefined>;
|
|
251
|
+
}, undefined>, undefined>;
|
|
246
252
|
readonly threadIds: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
247
253
|
}, undefined>;
|
|
248
254
|
};
|
|
@@ -254,6 +260,12 @@ export declare const marcoZero: {
|
|
|
254
260
|
readonly removeLabel: {
|
|
255
261
|
readonly delta: import("valibot").ObjectSchema<{
|
|
256
262
|
readonly labelPath: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
263
|
+
readonly sourceLocations: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
264
|
+
readonly labelId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
265
|
+
readonly threadMessageId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
266
|
+
readonly uid: import("valibot").NumberSchema<undefined>;
|
|
267
|
+
readonly uidValidity: import("valibot").NumberSchema<undefined>;
|
|
268
|
+
}, undefined>, undefined>;
|
|
257
269
|
readonly threadIds: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
258
270
|
}, undefined>;
|
|
259
271
|
};
|
|
@@ -265,6 +277,12 @@ export declare const marcoZero: {
|
|
|
265
277
|
};
|
|
266
278
|
readonly setArchive: {
|
|
267
279
|
readonly delta: import("valibot").ObjectSchema<{
|
|
280
|
+
readonly sourceLocations: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
281
|
+
readonly labelId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
282
|
+
readonly threadMessageId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
283
|
+
readonly uid: import("valibot").NumberSchema<undefined>;
|
|
284
|
+
readonly uidValidity: import("valibot").NumberSchema<undefined>;
|
|
285
|
+
}, undefined>, undefined>;
|
|
268
286
|
readonly threadIds: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
269
287
|
}, undefined>;
|
|
270
288
|
};
|
|
@@ -276,6 +294,12 @@ export declare const marcoZero: {
|
|
|
276
294
|
};
|
|
277
295
|
readonly setInbox: {
|
|
278
296
|
readonly delta: import("valibot").ObjectSchema<{
|
|
297
|
+
readonly sourceLocations: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
298
|
+
readonly labelId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
299
|
+
readonly threadMessageId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
300
|
+
readonly uid: import("valibot").NumberSchema<undefined>;
|
|
301
|
+
readonly uidValidity: import("valibot").NumberSchema<undefined>;
|
|
302
|
+
}, undefined>, undefined>;
|
|
279
303
|
readonly threadIds: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
280
304
|
}, undefined>;
|
|
281
305
|
};
|
|
@@ -287,11 +311,23 @@ export declare const marcoZero: {
|
|
|
287
311
|
};
|
|
288
312
|
readonly setSpam: {
|
|
289
313
|
readonly delta: import("valibot").ObjectSchema<{
|
|
314
|
+
readonly sourceLocations: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
315
|
+
readonly labelId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
316
|
+
readonly threadMessageId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
317
|
+
readonly uid: import("valibot").NumberSchema<undefined>;
|
|
318
|
+
readonly uidValidity: import("valibot").NumberSchema<undefined>;
|
|
319
|
+
}, undefined>, undefined>;
|
|
290
320
|
readonly threadIds: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
291
321
|
}, undefined>;
|
|
292
322
|
};
|
|
293
323
|
readonly setTrash: {
|
|
294
324
|
readonly delta: import("valibot").ObjectSchema<{
|
|
325
|
+
readonly sourceLocations: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
326
|
+
readonly labelId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
327
|
+
readonly threadMessageId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
328
|
+
readonly uid: import("valibot").NumberSchema<undefined>;
|
|
329
|
+
readonly uidValidity: import("valibot").NumberSchema<undefined>;
|
|
330
|
+
}, undefined>, undefined>;
|
|
295
331
|
readonly threadIds: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
296
332
|
}, undefined>;
|
|
297
333
|
};
|
|
@@ -848,6 +884,22 @@ export declare const marcoZero: {
|
|
|
848
884
|
} & {
|
|
849
885
|
serverName: string;
|
|
850
886
|
};
|
|
887
|
+
readonly uid: Omit<{
|
|
888
|
+
type: "number";
|
|
889
|
+
optional: false;
|
|
890
|
+
customType: number;
|
|
891
|
+
}, "optional"> & {
|
|
892
|
+
optional: true;
|
|
893
|
+
};
|
|
894
|
+
readonly uidValidity: Omit<{
|
|
895
|
+
type: "number";
|
|
896
|
+
optional: false;
|
|
897
|
+
customType: number;
|
|
898
|
+
}, "optional"> & {
|
|
899
|
+
optional: true;
|
|
900
|
+
} & {
|
|
901
|
+
serverName: string;
|
|
902
|
+
};
|
|
851
903
|
};
|
|
852
904
|
primaryKey: readonly [string, ...string[]];
|
|
853
905
|
} & {
|
|
@@ -879,11 +931,6 @@ export declare const marcoZero: {
|
|
|
879
931
|
} & {
|
|
880
932
|
serverName: string;
|
|
881
933
|
};
|
|
882
|
-
readonly flagged: {
|
|
883
|
-
type: "boolean";
|
|
884
|
-
optional: false;
|
|
885
|
-
customType: boolean;
|
|
886
|
-
};
|
|
887
934
|
readonly id: {
|
|
888
935
|
type: "string";
|
|
889
936
|
optional: false;
|
|
@@ -896,11 +943,6 @@ export declare const marcoZero: {
|
|
|
896
943
|
} & {
|
|
897
944
|
serverName: string;
|
|
898
945
|
};
|
|
899
|
-
readonly seen: {
|
|
900
|
-
type: "boolean";
|
|
901
|
-
optional: false;
|
|
902
|
-
customType: boolean;
|
|
903
|
-
};
|
|
904
946
|
readonly senderEmail: {
|
|
905
947
|
type: "string";
|
|
906
948
|
optional: false;
|
|
@@ -1117,7 +1159,7 @@ export declare const marcoZero: {
|
|
|
1117
1159
|
}];
|
|
1118
1160
|
threads: [{
|
|
1119
1161
|
readonly sourceField: string[];
|
|
1120
|
-
readonly destField: ("accountId" | "labelId" | "threadId" | "threadMessageId")[];
|
|
1162
|
+
readonly destField: ("accountId" | "labelId" | "threadId" | "threadMessageId" | "uidValidity" | "uid")[];
|
|
1121
1163
|
readonly destSchema: "threadLabel";
|
|
1122
1164
|
readonly cardinality: "many";
|
|
1123
1165
|
}, {
|
|
@@ -1178,7 +1220,7 @@ export declare const marcoZero: {
|
|
|
1178
1220
|
}];
|
|
1179
1221
|
labels: [{
|
|
1180
1222
|
readonly sourceField: string[];
|
|
1181
|
-
readonly destField: ("accountId" | "labelId" | "threadId" | "threadMessageId")[];
|
|
1223
|
+
readonly destField: ("accountId" | "labelId" | "threadId" | "threadMessageId" | "uidValidity" | "uid")[];
|
|
1182
1224
|
readonly destSchema: "threadLabel";
|
|
1183
1225
|
readonly cardinality: "many";
|
|
1184
1226
|
}, {
|
|
@@ -1189,7 +1231,7 @@ export declare const marcoZero: {
|
|
|
1189
1231
|
}];
|
|
1190
1232
|
messages: [{
|
|
1191
1233
|
readonly sourceField: string[];
|
|
1192
|
-
readonly destField: ("id" | "accountId" | "
|
|
1234
|
+
readonly destField: ("id" | "accountId" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
1193
1235
|
readonly destSchema: "threadMessage";
|
|
1194
1236
|
readonly cardinality: "many";
|
|
1195
1237
|
}];
|
|
@@ -1209,7 +1251,7 @@ export declare const marcoZero: {
|
|
|
1209
1251
|
}];
|
|
1210
1252
|
message: [{
|
|
1211
1253
|
readonly sourceField: string[];
|
|
1212
|
-
readonly destField: ("id" | "accountId" | "
|
|
1254
|
+
readonly destField: ("id" | "accountId" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
1213
1255
|
readonly destSchema: "threadMessage";
|
|
1214
1256
|
readonly cardinality: "one";
|
|
1215
1257
|
}];
|
|
@@ -1229,7 +1271,7 @@ export declare const marcoZero: {
|
|
|
1229
1271
|
}];
|
|
1230
1272
|
labels: [{
|
|
1231
1273
|
readonly sourceField: string[];
|
|
1232
|
-
readonly destField: ("accountId" | "labelId" | "threadId" | "threadMessageId")[];
|
|
1274
|
+
readonly destField: ("accountId" | "labelId" | "threadId" | "threadMessageId" | "uidValidity" | "uid")[];
|
|
1233
1275
|
readonly destSchema: "threadLabel";
|
|
1234
1276
|
readonly cardinality: "many";
|
|
1235
1277
|
}, {
|
|
@@ -1254,7 +1296,7 @@ export declare const marcoZero: {
|
|
|
1254
1296
|
readonly threadMessageRecipient: {
|
|
1255
1297
|
message: [{
|
|
1256
1298
|
readonly sourceField: string[];
|
|
1257
|
-
readonly destField: ("id" | "accountId" | "
|
|
1299
|
+
readonly destField: ("id" | "accountId" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
1258
1300
|
readonly destSchema: "threadMessage";
|
|
1259
1301
|
readonly cardinality: "one";
|
|
1260
1302
|
}];
|
|
@@ -1262,7 +1304,7 @@ export declare const marcoZero: {
|
|
|
1262
1304
|
readonly threadMessageAttachment: {
|
|
1263
1305
|
message: [{
|
|
1264
1306
|
readonly sourceField: string[];
|
|
1265
|
-
readonly destField: ("id" | "accountId" | "
|
|
1307
|
+
readonly destField: ("id" | "accountId" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
1266
1308
|
readonly destSchema: "threadMessage";
|
|
1267
1309
|
readonly cardinality: "one";
|
|
1268
1310
|
}];
|
|
@@ -1837,6 +1879,22 @@ export declare const marcoZero: {
|
|
|
1837
1879
|
} & {
|
|
1838
1880
|
serverName: string;
|
|
1839
1881
|
};
|
|
1882
|
+
readonly uid: Omit<{
|
|
1883
|
+
type: "number";
|
|
1884
|
+
optional: false;
|
|
1885
|
+
customType: number;
|
|
1886
|
+
}, "optional"> & {
|
|
1887
|
+
optional: true;
|
|
1888
|
+
};
|
|
1889
|
+
readonly uidValidity: Omit<{
|
|
1890
|
+
type: "number";
|
|
1891
|
+
optional: false;
|
|
1892
|
+
customType: number;
|
|
1893
|
+
}, "optional"> & {
|
|
1894
|
+
optional: true;
|
|
1895
|
+
} & {
|
|
1896
|
+
serverName: string;
|
|
1897
|
+
};
|
|
1840
1898
|
};
|
|
1841
1899
|
primaryKey: readonly [string, ...string[]];
|
|
1842
1900
|
} & {
|
|
@@ -1868,11 +1926,6 @@ export declare const marcoZero: {
|
|
|
1868
1926
|
} & {
|
|
1869
1927
|
serverName: string;
|
|
1870
1928
|
};
|
|
1871
|
-
readonly flagged: {
|
|
1872
|
-
type: "boolean";
|
|
1873
|
-
optional: false;
|
|
1874
|
-
customType: boolean;
|
|
1875
|
-
};
|
|
1876
1929
|
readonly id: {
|
|
1877
1930
|
type: "string";
|
|
1878
1931
|
optional: false;
|
|
@@ -1885,11 +1938,6 @@ export declare const marcoZero: {
|
|
|
1885
1938
|
} & {
|
|
1886
1939
|
serverName: string;
|
|
1887
1940
|
};
|
|
1888
|
-
readonly seen: {
|
|
1889
|
-
type: "boolean";
|
|
1890
|
-
optional: false;
|
|
1891
|
-
customType: boolean;
|
|
1892
|
-
};
|
|
1893
1941
|
readonly senderEmail: {
|
|
1894
1942
|
type: "string";
|
|
1895
1943
|
optional: false;
|
|
@@ -2106,7 +2154,7 @@ export declare const marcoZero: {
|
|
|
2106
2154
|
}];
|
|
2107
2155
|
threads: [{
|
|
2108
2156
|
readonly sourceField: string[];
|
|
2109
|
-
readonly destField: ("accountId" | "labelId" | "threadId" | "threadMessageId")[];
|
|
2157
|
+
readonly destField: ("accountId" | "labelId" | "threadId" | "threadMessageId" | "uidValidity" | "uid")[];
|
|
2110
2158
|
readonly destSchema: "threadLabel";
|
|
2111
2159
|
readonly cardinality: "many";
|
|
2112
2160
|
}, {
|
|
@@ -2167,7 +2215,7 @@ export declare const marcoZero: {
|
|
|
2167
2215
|
}];
|
|
2168
2216
|
labels: [{
|
|
2169
2217
|
readonly sourceField: string[];
|
|
2170
|
-
readonly destField: ("accountId" | "labelId" | "threadId" | "threadMessageId")[];
|
|
2218
|
+
readonly destField: ("accountId" | "labelId" | "threadId" | "threadMessageId" | "uidValidity" | "uid")[];
|
|
2171
2219
|
readonly destSchema: "threadLabel";
|
|
2172
2220
|
readonly cardinality: "many";
|
|
2173
2221
|
}, {
|
|
@@ -2178,7 +2226,7 @@ export declare const marcoZero: {
|
|
|
2178
2226
|
}];
|
|
2179
2227
|
messages: [{
|
|
2180
2228
|
readonly sourceField: string[];
|
|
2181
|
-
readonly destField: ("id" | "accountId" | "
|
|
2229
|
+
readonly destField: ("id" | "accountId" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
2182
2230
|
readonly destSchema: "threadMessage";
|
|
2183
2231
|
readonly cardinality: "many";
|
|
2184
2232
|
}];
|
|
@@ -2198,7 +2246,7 @@ export declare const marcoZero: {
|
|
|
2198
2246
|
}];
|
|
2199
2247
|
message: [{
|
|
2200
2248
|
readonly sourceField: string[];
|
|
2201
|
-
readonly destField: ("id" | "accountId" | "
|
|
2249
|
+
readonly destField: ("id" | "accountId" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
2202
2250
|
readonly destSchema: "threadMessage";
|
|
2203
2251
|
readonly cardinality: "one";
|
|
2204
2252
|
}];
|
|
@@ -2218,7 +2266,7 @@ export declare const marcoZero: {
|
|
|
2218
2266
|
}];
|
|
2219
2267
|
labels: [{
|
|
2220
2268
|
readonly sourceField: string[];
|
|
2221
|
-
readonly destField: ("accountId" | "labelId" | "threadId" | "threadMessageId")[];
|
|
2269
|
+
readonly destField: ("accountId" | "labelId" | "threadId" | "threadMessageId" | "uidValidity" | "uid")[];
|
|
2222
2270
|
readonly destSchema: "threadLabel";
|
|
2223
2271
|
readonly cardinality: "many";
|
|
2224
2272
|
}, {
|
|
@@ -2243,7 +2291,7 @@ export declare const marcoZero: {
|
|
|
2243
2291
|
readonly threadMessageRecipient: {
|
|
2244
2292
|
message: [{
|
|
2245
2293
|
readonly sourceField: string[];
|
|
2246
|
-
readonly destField: ("id" | "accountId" | "
|
|
2294
|
+
readonly destField: ("id" | "accountId" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
2247
2295
|
readonly destSchema: "threadMessage";
|
|
2248
2296
|
readonly cardinality: "one";
|
|
2249
2297
|
}];
|
|
@@ -2251,7 +2299,7 @@ export declare const marcoZero: {
|
|
|
2251
2299
|
readonly threadMessageAttachment: {
|
|
2252
2300
|
message: [{
|
|
2253
2301
|
readonly sourceField: string[];
|
|
2254
|
-
readonly destField: ("id" | "accountId" | "
|
|
2302
|
+
readonly destField: ("id" | "accountId" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
2255
2303
|
readonly destSchema: "threadMessage";
|
|
2256
2304
|
readonly cardinality: "one";
|
|
2257
2305
|
}];
|
|
@@ -2795,6 +2843,22 @@ export declare const marcoZero: {
|
|
|
2795
2843
|
} & {
|
|
2796
2844
|
serverName: string;
|
|
2797
2845
|
};
|
|
2846
|
+
readonly uid: Omit<{
|
|
2847
|
+
type: "number";
|
|
2848
|
+
optional: false;
|
|
2849
|
+
customType: number;
|
|
2850
|
+
}, "optional"> & {
|
|
2851
|
+
optional: true;
|
|
2852
|
+
};
|
|
2853
|
+
readonly uidValidity: Omit<{
|
|
2854
|
+
type: "number";
|
|
2855
|
+
optional: false;
|
|
2856
|
+
customType: number;
|
|
2857
|
+
}, "optional"> & {
|
|
2858
|
+
optional: true;
|
|
2859
|
+
} & {
|
|
2860
|
+
serverName: string;
|
|
2861
|
+
};
|
|
2798
2862
|
};
|
|
2799
2863
|
primaryKey: readonly [string, ...string[]];
|
|
2800
2864
|
} & {
|
|
@@ -2826,11 +2890,6 @@ export declare const marcoZero: {
|
|
|
2826
2890
|
} & {
|
|
2827
2891
|
serverName: string;
|
|
2828
2892
|
};
|
|
2829
|
-
readonly flagged: {
|
|
2830
|
-
type: "boolean";
|
|
2831
|
-
optional: false;
|
|
2832
|
-
customType: boolean;
|
|
2833
|
-
};
|
|
2834
2893
|
readonly id: {
|
|
2835
2894
|
type: "string";
|
|
2836
2895
|
optional: false;
|
|
@@ -2843,11 +2902,6 @@ export declare const marcoZero: {
|
|
|
2843
2902
|
} & {
|
|
2844
2903
|
serverName: string;
|
|
2845
2904
|
};
|
|
2846
|
-
readonly seen: {
|
|
2847
|
-
type: "boolean";
|
|
2848
|
-
optional: false;
|
|
2849
|
-
customType: boolean;
|
|
2850
|
-
};
|
|
2851
2905
|
readonly senderEmail: {
|
|
2852
2906
|
type: "string";
|
|
2853
2907
|
optional: false;
|
|
@@ -3064,7 +3118,7 @@ export declare const marcoZero: {
|
|
|
3064
3118
|
}];
|
|
3065
3119
|
threads: [{
|
|
3066
3120
|
readonly sourceField: string[];
|
|
3067
|
-
readonly destField: ("accountId" | "labelId" | "threadId" | "threadMessageId")[];
|
|
3121
|
+
readonly destField: ("accountId" | "labelId" | "threadId" | "threadMessageId" | "uidValidity" | "uid")[];
|
|
3068
3122
|
readonly destSchema: "threadLabel";
|
|
3069
3123
|
readonly cardinality: "many";
|
|
3070
3124
|
}, {
|
|
@@ -3125,7 +3179,7 @@ export declare const marcoZero: {
|
|
|
3125
3179
|
}];
|
|
3126
3180
|
labels: [{
|
|
3127
3181
|
readonly sourceField: string[];
|
|
3128
|
-
readonly destField: ("accountId" | "labelId" | "threadId" | "threadMessageId")[];
|
|
3182
|
+
readonly destField: ("accountId" | "labelId" | "threadId" | "threadMessageId" | "uidValidity" | "uid")[];
|
|
3129
3183
|
readonly destSchema: "threadLabel";
|
|
3130
3184
|
readonly cardinality: "many";
|
|
3131
3185
|
}, {
|
|
@@ -3136,7 +3190,7 @@ export declare const marcoZero: {
|
|
|
3136
3190
|
}];
|
|
3137
3191
|
messages: [{
|
|
3138
3192
|
readonly sourceField: string[];
|
|
3139
|
-
readonly destField: ("id" | "accountId" | "
|
|
3193
|
+
readonly destField: ("id" | "accountId" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
3140
3194
|
readonly destSchema: "threadMessage";
|
|
3141
3195
|
readonly cardinality: "many";
|
|
3142
3196
|
}];
|
|
@@ -3156,7 +3210,7 @@ export declare const marcoZero: {
|
|
|
3156
3210
|
}];
|
|
3157
3211
|
message: [{
|
|
3158
3212
|
readonly sourceField: string[];
|
|
3159
|
-
readonly destField: ("id" | "accountId" | "
|
|
3213
|
+
readonly destField: ("id" | "accountId" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
3160
3214
|
readonly destSchema: "threadMessage";
|
|
3161
3215
|
readonly cardinality: "one";
|
|
3162
3216
|
}];
|
|
@@ -3176,7 +3230,7 @@ export declare const marcoZero: {
|
|
|
3176
3230
|
}];
|
|
3177
3231
|
labels: [{
|
|
3178
3232
|
readonly sourceField: string[];
|
|
3179
|
-
readonly destField: ("accountId" | "labelId" | "threadId" | "threadMessageId")[];
|
|
3233
|
+
readonly destField: ("accountId" | "labelId" | "threadId" | "threadMessageId" | "uidValidity" | "uid")[];
|
|
3180
3234
|
readonly destSchema: "threadLabel";
|
|
3181
3235
|
readonly cardinality: "many";
|
|
3182
3236
|
}, {
|
|
@@ -3201,7 +3255,7 @@ export declare const marcoZero: {
|
|
|
3201
3255
|
readonly threadMessageRecipient: {
|
|
3202
3256
|
message: [{
|
|
3203
3257
|
readonly sourceField: string[];
|
|
3204
|
-
readonly destField: ("id" | "accountId" | "
|
|
3258
|
+
readonly destField: ("id" | "accountId" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
3205
3259
|
readonly destSchema: "threadMessage";
|
|
3206
3260
|
readonly cardinality: "one";
|
|
3207
3261
|
}];
|
|
@@ -3209,7 +3263,7 @@ export declare const marcoZero: {
|
|
|
3209
3263
|
readonly threadMessageAttachment: {
|
|
3210
3264
|
message: [{
|
|
3211
3265
|
readonly sourceField: string[];
|
|
3212
|
-
readonly destField: ("id" | "accountId" | "
|
|
3266
|
+
readonly destField: ("id" | "accountId" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
3213
3267
|
readonly destSchema: "threadMessage";
|
|
3214
3268
|
readonly cardinality: "one";
|
|
3215
3269
|
}];
|
|
@@ -3793,6 +3847,22 @@ export declare const marcoZero: {
|
|
|
3793
3847
|
} & {
|
|
3794
3848
|
serverName: string;
|
|
3795
3849
|
};
|
|
3850
|
+
readonly uid: Omit<{
|
|
3851
|
+
type: "number";
|
|
3852
|
+
optional: false;
|
|
3853
|
+
customType: number;
|
|
3854
|
+
}, "optional"> & {
|
|
3855
|
+
optional: true;
|
|
3856
|
+
};
|
|
3857
|
+
readonly uidValidity: Omit<{
|
|
3858
|
+
type: "number";
|
|
3859
|
+
optional: false;
|
|
3860
|
+
customType: number;
|
|
3861
|
+
}, "optional"> & {
|
|
3862
|
+
optional: true;
|
|
3863
|
+
} & {
|
|
3864
|
+
serverName: string;
|
|
3865
|
+
};
|
|
3796
3866
|
};
|
|
3797
3867
|
primaryKey: readonly [string, ...string[]];
|
|
3798
3868
|
} & {
|
|
@@ -3824,11 +3894,6 @@ export declare const marcoZero: {
|
|
|
3824
3894
|
} & {
|
|
3825
3895
|
serverName: string;
|
|
3826
3896
|
};
|
|
3827
|
-
readonly flagged: {
|
|
3828
|
-
type: "boolean";
|
|
3829
|
-
optional: false;
|
|
3830
|
-
customType: boolean;
|
|
3831
|
-
};
|
|
3832
3897
|
readonly id: {
|
|
3833
3898
|
type: "string";
|
|
3834
3899
|
optional: false;
|
|
@@ -3841,11 +3906,6 @@ export declare const marcoZero: {
|
|
|
3841
3906
|
} & {
|
|
3842
3907
|
serverName: string;
|
|
3843
3908
|
};
|
|
3844
|
-
readonly seen: {
|
|
3845
|
-
type: "boolean";
|
|
3846
|
-
optional: false;
|
|
3847
|
-
customType: boolean;
|
|
3848
|
-
};
|
|
3849
3909
|
readonly senderEmail: {
|
|
3850
3910
|
type: "string";
|
|
3851
3911
|
optional: false;
|
|
@@ -4062,7 +4122,7 @@ export declare const marcoZero: {
|
|
|
4062
4122
|
}];
|
|
4063
4123
|
threads: [{
|
|
4064
4124
|
readonly sourceField: string[];
|
|
4065
|
-
readonly destField: ("accountId" | "labelId" | "threadId" | "threadMessageId")[];
|
|
4125
|
+
readonly destField: ("accountId" | "labelId" | "threadId" | "threadMessageId" | "uidValidity" | "uid")[];
|
|
4066
4126
|
readonly destSchema: "threadLabel";
|
|
4067
4127
|
readonly cardinality: "many";
|
|
4068
4128
|
}, {
|
|
@@ -4123,7 +4183,7 @@ export declare const marcoZero: {
|
|
|
4123
4183
|
}];
|
|
4124
4184
|
labels: [{
|
|
4125
4185
|
readonly sourceField: string[];
|
|
4126
|
-
readonly destField: ("accountId" | "labelId" | "threadId" | "threadMessageId")[];
|
|
4186
|
+
readonly destField: ("accountId" | "labelId" | "threadId" | "threadMessageId" | "uidValidity" | "uid")[];
|
|
4127
4187
|
readonly destSchema: "threadLabel";
|
|
4128
4188
|
readonly cardinality: "many";
|
|
4129
4189
|
}, {
|
|
@@ -4134,7 +4194,7 @@ export declare const marcoZero: {
|
|
|
4134
4194
|
}];
|
|
4135
4195
|
messages: [{
|
|
4136
4196
|
readonly sourceField: string[];
|
|
4137
|
-
readonly destField: ("id" | "accountId" | "
|
|
4197
|
+
readonly destField: ("id" | "accountId" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
4138
4198
|
readonly destSchema: "threadMessage";
|
|
4139
4199
|
readonly cardinality: "many";
|
|
4140
4200
|
}];
|
|
@@ -4154,7 +4214,7 @@ export declare const marcoZero: {
|
|
|
4154
4214
|
}];
|
|
4155
4215
|
message: [{
|
|
4156
4216
|
readonly sourceField: string[];
|
|
4157
|
-
readonly destField: ("id" | "accountId" | "
|
|
4217
|
+
readonly destField: ("id" | "accountId" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
4158
4218
|
readonly destSchema: "threadMessage";
|
|
4159
4219
|
readonly cardinality: "one";
|
|
4160
4220
|
}];
|
|
@@ -4174,7 +4234,7 @@ export declare const marcoZero: {
|
|
|
4174
4234
|
}];
|
|
4175
4235
|
labels: [{
|
|
4176
4236
|
readonly sourceField: string[];
|
|
4177
|
-
readonly destField: ("accountId" | "labelId" | "threadId" | "threadMessageId")[];
|
|
4237
|
+
readonly destField: ("accountId" | "labelId" | "threadId" | "threadMessageId" | "uidValidity" | "uid")[];
|
|
4178
4238
|
readonly destSchema: "threadLabel";
|
|
4179
4239
|
readonly cardinality: "many";
|
|
4180
4240
|
}, {
|
|
@@ -4199,7 +4259,7 @@ export declare const marcoZero: {
|
|
|
4199
4259
|
readonly threadMessageRecipient: {
|
|
4200
4260
|
message: [{
|
|
4201
4261
|
readonly sourceField: string[];
|
|
4202
|
-
readonly destField: ("id" | "accountId" | "
|
|
4262
|
+
readonly destField: ("id" | "accountId" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
4203
4263
|
readonly destSchema: "threadMessage";
|
|
4204
4264
|
readonly cardinality: "one";
|
|
4205
4265
|
}];
|
|
@@ -4207,7 +4267,7 @@ export declare const marcoZero: {
|
|
|
4207
4267
|
readonly threadMessageAttachment: {
|
|
4208
4268
|
message: [{
|
|
4209
4269
|
readonly sourceField: string[];
|
|
4210
|
-
readonly destField: ("id" | "accountId" | "
|
|
4270
|
+
readonly destField: ("id" | "accountId" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
4211
4271
|
readonly destSchema: "threadMessage";
|
|
4212
4272
|
readonly cardinality: "one";
|
|
4213
4273
|
}];
|
|
@@ -4228,10 +4288,8 @@ export declare const marcoZero: {
|
|
|
4228
4288
|
readonly accountId: string;
|
|
4229
4289
|
readonly envelopeDate: number;
|
|
4230
4290
|
readonly envelopeSubject: string | null;
|
|
4231
|
-
readonly flagged: boolean;
|
|
4232
4291
|
readonly id: string;
|
|
4233
4292
|
readonly previewText: string;
|
|
4234
|
-
readonly seen: boolean;
|
|
4235
4293
|
readonly senderEmail: string;
|
|
4236
4294
|
readonly senderName: string | null;
|
|
4237
4295
|
readonly threadId: string;
|
|
@@ -4787,6 +4845,22 @@ export declare const marcoZero: {
|
|
|
4787
4845
|
} & {
|
|
4788
4846
|
serverName: string;
|
|
4789
4847
|
};
|
|
4848
|
+
readonly uid: Omit<{
|
|
4849
|
+
type: "number";
|
|
4850
|
+
optional: false;
|
|
4851
|
+
customType: number;
|
|
4852
|
+
}, "optional"> & {
|
|
4853
|
+
optional: true;
|
|
4854
|
+
};
|
|
4855
|
+
readonly uidValidity: Omit<{
|
|
4856
|
+
type: "number";
|
|
4857
|
+
optional: false;
|
|
4858
|
+
customType: number;
|
|
4859
|
+
}, "optional"> & {
|
|
4860
|
+
optional: true;
|
|
4861
|
+
} & {
|
|
4862
|
+
serverName: string;
|
|
4863
|
+
};
|
|
4790
4864
|
};
|
|
4791
4865
|
primaryKey: readonly [string, ...string[]];
|
|
4792
4866
|
} & {
|
|
@@ -4818,11 +4892,6 @@ export declare const marcoZero: {
|
|
|
4818
4892
|
} & {
|
|
4819
4893
|
serverName: string;
|
|
4820
4894
|
};
|
|
4821
|
-
readonly flagged: {
|
|
4822
|
-
type: "boolean";
|
|
4823
|
-
optional: false;
|
|
4824
|
-
customType: boolean;
|
|
4825
|
-
};
|
|
4826
4895
|
readonly id: {
|
|
4827
4896
|
type: "string";
|
|
4828
4897
|
optional: false;
|
|
@@ -4835,11 +4904,6 @@ export declare const marcoZero: {
|
|
|
4835
4904
|
} & {
|
|
4836
4905
|
serverName: string;
|
|
4837
4906
|
};
|
|
4838
|
-
readonly seen: {
|
|
4839
|
-
type: "boolean";
|
|
4840
|
-
optional: false;
|
|
4841
|
-
customType: boolean;
|
|
4842
|
-
};
|
|
4843
4907
|
readonly senderEmail: {
|
|
4844
4908
|
type: "string";
|
|
4845
4909
|
optional: false;
|
|
@@ -5056,7 +5120,7 @@ export declare const marcoZero: {
|
|
|
5056
5120
|
}];
|
|
5057
5121
|
threads: [{
|
|
5058
5122
|
readonly sourceField: string[];
|
|
5059
|
-
readonly destField: ("accountId" | "labelId" | "threadId" | "threadMessageId")[];
|
|
5123
|
+
readonly destField: ("accountId" | "labelId" | "threadId" | "threadMessageId" | "uidValidity" | "uid")[];
|
|
5060
5124
|
readonly destSchema: "threadLabel";
|
|
5061
5125
|
readonly cardinality: "many";
|
|
5062
5126
|
}, {
|
|
@@ -5117,7 +5181,7 @@ export declare const marcoZero: {
|
|
|
5117
5181
|
}];
|
|
5118
5182
|
labels: [{
|
|
5119
5183
|
readonly sourceField: string[];
|
|
5120
|
-
readonly destField: ("accountId" | "labelId" | "threadId" | "threadMessageId")[];
|
|
5184
|
+
readonly destField: ("accountId" | "labelId" | "threadId" | "threadMessageId" | "uidValidity" | "uid")[];
|
|
5121
5185
|
readonly destSchema: "threadLabel";
|
|
5122
5186
|
readonly cardinality: "many";
|
|
5123
5187
|
}, {
|
|
@@ -5128,7 +5192,7 @@ export declare const marcoZero: {
|
|
|
5128
5192
|
}];
|
|
5129
5193
|
messages: [{
|
|
5130
5194
|
readonly sourceField: string[];
|
|
5131
|
-
readonly destField: ("id" | "accountId" | "
|
|
5195
|
+
readonly destField: ("id" | "accountId" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
5132
5196
|
readonly destSchema: "threadMessage";
|
|
5133
5197
|
readonly cardinality: "many";
|
|
5134
5198
|
}];
|
|
@@ -5148,7 +5212,7 @@ export declare const marcoZero: {
|
|
|
5148
5212
|
}];
|
|
5149
5213
|
message: [{
|
|
5150
5214
|
readonly sourceField: string[];
|
|
5151
|
-
readonly destField: ("id" | "accountId" | "
|
|
5215
|
+
readonly destField: ("id" | "accountId" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
5152
5216
|
readonly destSchema: "threadMessage";
|
|
5153
5217
|
readonly cardinality: "one";
|
|
5154
5218
|
}];
|
|
@@ -5168,7 +5232,7 @@ export declare const marcoZero: {
|
|
|
5168
5232
|
}];
|
|
5169
5233
|
labels: [{
|
|
5170
5234
|
readonly sourceField: string[];
|
|
5171
|
-
readonly destField: ("accountId" | "labelId" | "threadId" | "threadMessageId")[];
|
|
5235
|
+
readonly destField: ("accountId" | "labelId" | "threadId" | "threadMessageId" | "uidValidity" | "uid")[];
|
|
5172
5236
|
readonly destSchema: "threadLabel";
|
|
5173
5237
|
readonly cardinality: "many";
|
|
5174
5238
|
}, {
|
|
@@ -5193,7 +5257,7 @@ export declare const marcoZero: {
|
|
|
5193
5257
|
readonly threadMessageRecipient: {
|
|
5194
5258
|
message: [{
|
|
5195
5259
|
readonly sourceField: string[];
|
|
5196
|
-
readonly destField: ("id" | "accountId" | "
|
|
5260
|
+
readonly destField: ("id" | "accountId" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
5197
5261
|
readonly destSchema: "threadMessage";
|
|
5198
5262
|
readonly cardinality: "one";
|
|
5199
5263
|
}];
|
|
@@ -5201,7 +5265,7 @@ export declare const marcoZero: {
|
|
|
5201
5265
|
readonly threadMessageAttachment: {
|
|
5202
5266
|
message: [{
|
|
5203
5267
|
readonly sourceField: string[];
|
|
5204
|
-
readonly destField: ("id" | "accountId" | "
|
|
5268
|
+
readonly destField: ("id" | "accountId" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
5205
5269
|
readonly destSchema: "threadMessage";
|
|
5206
5270
|
readonly cardinality: "one";
|
|
5207
5271
|
}];
|
|
@@ -5783,6 +5847,22 @@ export declare const marcoZero: {
|
|
|
5783
5847
|
} & {
|
|
5784
5848
|
serverName: string;
|
|
5785
5849
|
};
|
|
5850
|
+
readonly uid: Omit<{
|
|
5851
|
+
type: "number";
|
|
5852
|
+
optional: false;
|
|
5853
|
+
customType: number;
|
|
5854
|
+
}, "optional"> & {
|
|
5855
|
+
optional: true;
|
|
5856
|
+
};
|
|
5857
|
+
readonly uidValidity: Omit<{
|
|
5858
|
+
type: "number";
|
|
5859
|
+
optional: false;
|
|
5860
|
+
customType: number;
|
|
5861
|
+
}, "optional"> & {
|
|
5862
|
+
optional: true;
|
|
5863
|
+
} & {
|
|
5864
|
+
serverName: string;
|
|
5865
|
+
};
|
|
5786
5866
|
};
|
|
5787
5867
|
primaryKey: readonly [string, ...string[]];
|
|
5788
5868
|
} & {
|
|
@@ -5814,11 +5894,6 @@ export declare const marcoZero: {
|
|
|
5814
5894
|
} & {
|
|
5815
5895
|
serverName: string;
|
|
5816
5896
|
};
|
|
5817
|
-
readonly flagged: {
|
|
5818
|
-
type: "boolean";
|
|
5819
|
-
optional: false;
|
|
5820
|
-
customType: boolean;
|
|
5821
|
-
};
|
|
5822
5897
|
readonly id: {
|
|
5823
5898
|
type: "string";
|
|
5824
5899
|
optional: false;
|
|
@@ -5831,11 +5906,6 @@ export declare const marcoZero: {
|
|
|
5831
5906
|
} & {
|
|
5832
5907
|
serverName: string;
|
|
5833
5908
|
};
|
|
5834
|
-
readonly seen: {
|
|
5835
|
-
type: "boolean";
|
|
5836
|
-
optional: false;
|
|
5837
|
-
customType: boolean;
|
|
5838
|
-
};
|
|
5839
5909
|
readonly senderEmail: {
|
|
5840
5910
|
type: "string";
|
|
5841
5911
|
optional: false;
|
|
@@ -6052,7 +6122,7 @@ export declare const marcoZero: {
|
|
|
6052
6122
|
}];
|
|
6053
6123
|
threads: [{
|
|
6054
6124
|
readonly sourceField: string[];
|
|
6055
|
-
readonly destField: ("accountId" | "labelId" | "threadId" | "threadMessageId")[];
|
|
6125
|
+
readonly destField: ("accountId" | "labelId" | "threadId" | "threadMessageId" | "uidValidity" | "uid")[];
|
|
6056
6126
|
readonly destSchema: "threadLabel";
|
|
6057
6127
|
readonly cardinality: "many";
|
|
6058
6128
|
}, {
|
|
@@ -6113,7 +6183,7 @@ export declare const marcoZero: {
|
|
|
6113
6183
|
}];
|
|
6114
6184
|
labels: [{
|
|
6115
6185
|
readonly sourceField: string[];
|
|
6116
|
-
readonly destField: ("accountId" | "labelId" | "threadId" | "threadMessageId")[];
|
|
6186
|
+
readonly destField: ("accountId" | "labelId" | "threadId" | "threadMessageId" | "uidValidity" | "uid")[];
|
|
6117
6187
|
readonly destSchema: "threadLabel";
|
|
6118
6188
|
readonly cardinality: "many";
|
|
6119
6189
|
}, {
|
|
@@ -6124,7 +6194,7 @@ export declare const marcoZero: {
|
|
|
6124
6194
|
}];
|
|
6125
6195
|
messages: [{
|
|
6126
6196
|
readonly sourceField: string[];
|
|
6127
|
-
readonly destField: ("id" | "accountId" | "
|
|
6197
|
+
readonly destField: ("id" | "accountId" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
6128
6198
|
readonly destSchema: "threadMessage";
|
|
6129
6199
|
readonly cardinality: "many";
|
|
6130
6200
|
}];
|
|
@@ -6144,7 +6214,7 @@ export declare const marcoZero: {
|
|
|
6144
6214
|
}];
|
|
6145
6215
|
message: [{
|
|
6146
6216
|
readonly sourceField: string[];
|
|
6147
|
-
readonly destField: ("id" | "accountId" | "
|
|
6217
|
+
readonly destField: ("id" | "accountId" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
6148
6218
|
readonly destSchema: "threadMessage";
|
|
6149
6219
|
readonly cardinality: "one";
|
|
6150
6220
|
}];
|
|
@@ -6164,7 +6234,7 @@ export declare const marcoZero: {
|
|
|
6164
6234
|
}];
|
|
6165
6235
|
labels: [{
|
|
6166
6236
|
readonly sourceField: string[];
|
|
6167
|
-
readonly destField: ("accountId" | "labelId" | "threadId" | "threadMessageId")[];
|
|
6237
|
+
readonly destField: ("accountId" | "labelId" | "threadId" | "threadMessageId" | "uidValidity" | "uid")[];
|
|
6168
6238
|
readonly destSchema: "threadLabel";
|
|
6169
6239
|
readonly cardinality: "many";
|
|
6170
6240
|
}, {
|
|
@@ -6189,7 +6259,7 @@ export declare const marcoZero: {
|
|
|
6189
6259
|
readonly threadMessageRecipient: {
|
|
6190
6260
|
message: [{
|
|
6191
6261
|
readonly sourceField: string[];
|
|
6192
|
-
readonly destField: ("id" | "accountId" | "
|
|
6262
|
+
readonly destField: ("id" | "accountId" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
6193
6263
|
readonly destSchema: "threadMessage";
|
|
6194
6264
|
readonly cardinality: "one";
|
|
6195
6265
|
}];
|
|
@@ -6197,7 +6267,7 @@ export declare const marcoZero: {
|
|
|
6197
6267
|
readonly threadMessageAttachment: {
|
|
6198
6268
|
message: [{
|
|
6199
6269
|
readonly sourceField: string[];
|
|
6200
|
-
readonly destField: ("id" | "accountId" | "
|
|
6270
|
+
readonly destField: ("id" | "accountId" | "threadId" | "envelopeDate" | "envelopeSubject" | "previewText" | "senderEmail" | "senderName")[];
|
|
6201
6271
|
readonly destSchema: "threadMessage";
|
|
6202
6272
|
readonly cardinality: "one";
|
|
6203
6273
|
}];
|
|
@@ -6663,6 +6733,22 @@ export declare const marcoZero: {
|
|
|
6663
6733
|
} & {
|
|
6664
6734
|
serverName: string;
|
|
6665
6735
|
};
|
|
6736
|
+
readonly uid: Omit<{
|
|
6737
|
+
type: "number";
|
|
6738
|
+
optional: false;
|
|
6739
|
+
customType: number;
|
|
6740
|
+
}, "optional"> & {
|
|
6741
|
+
optional: true;
|
|
6742
|
+
};
|
|
6743
|
+
readonly uidValidity: Omit<{
|
|
6744
|
+
type: "number";
|
|
6745
|
+
optional: false;
|
|
6746
|
+
customType: number;
|
|
6747
|
+
}, "optional"> & {
|
|
6748
|
+
optional: true;
|
|
6749
|
+
} & {
|
|
6750
|
+
serverName: string;
|
|
6751
|
+
};
|
|
6666
6752
|
};
|
|
6667
6753
|
primaryKey: readonly [string, ...string[]];
|
|
6668
6754
|
} & {
|
|
@@ -6694,11 +6780,6 @@ export declare const marcoZero: {
|
|
|
6694
6780
|
} & {
|
|
6695
6781
|
serverName: string;
|
|
6696
6782
|
};
|
|
6697
|
-
readonly flagged: {
|
|
6698
|
-
type: "boolean";
|
|
6699
|
-
optional: false;
|
|
6700
|
-
customType: boolean;
|
|
6701
|
-
};
|
|
6702
6783
|
readonly id: {
|
|
6703
6784
|
type: "string";
|
|
6704
6785
|
optional: false;
|
|
@@ -6711,11 +6792,6 @@ export declare const marcoZero: {
|
|
|
6711
6792
|
} & {
|
|
6712
6793
|
serverName: string;
|
|
6713
6794
|
};
|
|
6714
|
-
readonly seen: {
|
|
6715
|
-
type: "boolean";
|
|
6716
|
-
optional: false;
|
|
6717
|
-
customType: boolean;
|
|
6718
|
-
};
|
|
6719
6795
|
readonly senderEmail: {
|
|
6720
6796
|
type: "string";
|
|
6721
6797
|
optional: false;
|