@marcoappio/marco-config 2.0.451 → 2.0.453

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.
Files changed (49) hide show
  1. package/dist/sdk/endpoints/index.d.ts +30 -0
  2. package/dist/sdk/endpoints/index.d.ts.map +1 -1
  3. package/dist/sdk/endpoints/private/draftAttachment/index.d.ts +31 -0
  4. package/dist/sdk/endpoints/private/draftAttachment/index.d.ts.map +1 -0
  5. package/dist/sdk/endpoints/private/draftAttachment/index.js +4 -0
  6. package/dist/sdk/endpoints/private/draftAttachment/uploadDraftAttachment.d.ts +30 -0
  7. package/dist/sdk/endpoints/private/draftAttachment/uploadDraftAttachment.d.ts.map +1 -0
  8. package/dist/sdk/endpoints/private/draftAttachment/uploadDraftAttachment.js +17 -0
  9. package/dist/sdk/endpoints/private/index.d.ts +30 -0
  10. package/dist/sdk/endpoints/private/index.d.ts.map +1 -1
  11. package/dist/sdk/endpoints/private/index.js +2 -0
  12. package/dist/sdk/index.d.ts +30 -0
  13. package/dist/sdk/index.d.ts.map +1 -1
  14. package/dist/types/DraftAttachmentUploadStatus.d.ts +3 -0
  15. package/dist/types/DraftAttachmentUploadStatus.d.ts.map +1 -0
  16. package/dist/types/DraftAttachmentUploadStatus.js +1 -0
  17. package/dist/types/index.d.ts +1 -0
  18. package/dist/types/index.d.ts.map +1 -1
  19. package/dist/types/index.js +1 -0
  20. package/dist/zero/index.d.ts +187 -174
  21. package/dist/zero/index.d.ts.map +1 -1
  22. package/dist/zero/mutatorSchemas/draft.d.ts +2 -12
  23. package/dist/zero/mutatorSchemas/draft.d.ts.map +1 -1
  24. package/dist/zero/mutatorSchemas/draft.js +2 -11
  25. package/dist/zero/mutatorSchemas/index.d.ts +2 -12
  26. package/dist/zero/mutatorSchemas/index.d.ts.map +1 -1
  27. package/dist/zero/mutators/draftMutators/draftMutators.d.ts.map +1 -1
  28. package/dist/zero/mutators/draftMutators/draftMutators.js +2 -16
  29. package/dist/zero/mutators/draftMutators/draftMutators.test.js +2 -41
  30. package/dist/zero/mutators/threadMutators/threadMutators.d.ts +3 -1
  31. package/dist/zero/mutators/threadMutators/threadMutators.d.ts.map +1 -1
  32. package/dist/zero/mutators/threadMutators/threadMutators.js +31 -24
  33. package/dist/zero/mutators/threadMutators/threadMutators.test.js +12 -12
  34. package/dist/zero/queries/getAccounts.d.ts +28 -24
  35. package/dist/zero/queries/getAccounts.d.ts.map +1 -1
  36. package/dist/zero/queries/getContacts.d.ts +27 -24
  37. package/dist/zero/queries/getContacts.d.ts.map +1 -1
  38. package/dist/zero/queries/getDrafts.d.ts +28 -26
  39. package/dist/zero/queries/getDrafts.d.ts.map +1 -1
  40. package/dist/zero/queries/getThreads.d.ts +28 -24
  41. package/dist/zero/queries/getThreads.d.ts.map +1 -1
  42. package/dist/zero/queries/getUser.d.ts +28 -24
  43. package/dist/zero/queries/getUser.d.ts.map +1 -1
  44. package/dist/zero/queries/index.d.ts +27 -24
  45. package/dist/zero/queries/index.d.ts.map +1 -1
  46. package/dist/zero/schema.d.ts +46 -40
  47. package/dist/zero/schema.d.ts.map +1 -1
  48. package/dist/zero/schema.js +5 -4
  49. package/package.json +1 -1
@@ -93,9 +93,8 @@ export declare const marcoZero: {
93
93
  readonly fileName: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
94
94
  readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
95
95
  readonly mimeType: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
96
- readonly totalChunks: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
96
+ readonly status: import("valibot").PicklistSchema<readonly ["PENDING", "COMPLETE", "FAILED"], undefined>;
97
97
  readonly totalSize: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
98
- readonly uploadedChunks: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
99
98
  }, undefined>;
100
99
  readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
101
100
  readonly updatedAt: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
@@ -109,9 +108,8 @@ export declare const marcoZero: {
109
108
  readonly fileName: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
110
109
  readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
111
110
  readonly mimeType: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
112
- readonly totalChunks: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
111
+ readonly status: import("valibot").PicklistSchema<readonly ["PENDING", "COMPLETE", "FAILED"], undefined>;
113
112
  readonly totalSize: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
114
- readonly uploadedChunks: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
115
113
  }, undefined>, undefined>;
116
114
  readonly body: import("valibot").ObjectSchema<{
117
115
  readonly bcc: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
@@ -230,14 +228,6 @@ export declare const marcoZero: {
230
228
  readonly updatedAt: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
231
229
  }, undefined>;
232
230
  };
233
- readonly uploadAttachmentChunk: {
234
- readonly delta: import("valibot").ObjectSchema<{
235
- readonly attachmentId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
236
- readonly chunk: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").Base64Action<string, undefined>]>;
237
- readonly chunkIndex: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
238
- readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
239
- }, undefined>;
240
- };
241
231
  };
242
232
  readonly thread: {
243
233
  readonly addLabel: {
@@ -596,6 +586,13 @@ export declare const marcoZero: {
596
586
  } & {
597
587
  serverName: string;
598
588
  };
589
+ readonly uidValidity: {
590
+ type: "number";
591
+ optional: false;
592
+ customType: number;
593
+ } & {
594
+ serverName: string;
595
+ };
599
596
  };
600
597
  primaryKey: readonly [string, ...string[]];
601
598
  } & {
@@ -778,10 +775,10 @@ export declare const marcoZero: {
778
775
  } & {
779
776
  serverName: string;
780
777
  };
781
- readonly totalChunks: {
782
- type: "number";
778
+ readonly status: {
779
+ type: "string";
783
780
  optional: false;
784
- customType: number;
781
+ customType: "PENDING" | "COMPLETE" | "FAILED";
785
782
  } & {
786
783
  serverName: string;
787
784
  };
@@ -792,13 +789,6 @@ export declare const marcoZero: {
792
789
  } & {
793
790
  serverName: string;
794
791
  };
795
- readonly uploadedChunks: {
796
- type: "number";
797
- optional: false;
798
- customType: number;
799
- } & {
800
- serverName: string;
801
- };
802
792
  };
803
793
  primaryKey: readonly [string, ...string[]];
804
794
  } & {
@@ -870,6 +860,13 @@ export declare const marcoZero: {
870
860
  } & {
871
861
  serverName: string;
872
862
  };
863
+ readonly lastSyncedAt: {
864
+ type: "number";
865
+ optional: false;
866
+ customType: number;
867
+ } & {
868
+ serverName: string;
869
+ };
873
870
  readonly threadId: {
874
871
  type: "string";
875
872
  optional: false;
@@ -884,19 +881,15 @@ export declare const marcoZero: {
884
881
  } & {
885
882
  serverName: string;
886
883
  };
887
- readonly uid: Omit<{
884
+ readonly uid: {
888
885
  type: "number";
889
886
  optional: false;
890
887
  customType: number;
891
- }, "optional"> & {
892
- optional: true;
893
888
  };
894
- readonly uidValidity: Omit<{
889
+ readonly uidValidity: {
895
890
  type: "number";
896
891
  optional: false;
897
892
  customType: number;
898
- }, "optional"> & {
899
- optional: true;
900
893
  } & {
901
894
  serverName: string;
902
895
  };
@@ -1119,7 +1112,7 @@ export declare const marcoZero: {
1119
1112
  }];
1120
1113
  labels: [{
1121
1114
  readonly sourceField: string[];
1122
- readonly destField: ("id" | "accountId" | "path" | "specialUse")[];
1115
+ readonly destField: ("id" | "accountId" | "path" | "specialUse" | "uidValidity")[];
1123
1116
  readonly destSchema: "accountLabel";
1124
1117
  readonly cardinality: "many";
1125
1118
  }];
@@ -1159,7 +1152,7 @@ export declare const marcoZero: {
1159
1152
  }];
1160
1153
  threads: [{
1161
1154
  readonly sourceField: string[];
1162
- readonly destField: ("accountId" | "labelId" | "threadId" | "threadMessageId" | "uidValidity" | "uid")[];
1155
+ readonly destField: ("accountId" | "uidValidity" | "labelId" | "lastSyncedAt" | "threadId" | "threadMessageId" | "uid")[];
1163
1156
  readonly destSchema: "threadLabel";
1164
1157
  readonly cardinality: "many";
1165
1158
  }, {
@@ -1178,7 +1171,7 @@ export declare const marcoZero: {
1178
1171
  }];
1179
1172
  attachments: [{
1180
1173
  readonly sourceField: string[];
1181
- readonly destField: ("id" | "draftId" | "failed" | "fileName" | "mimeType" | "totalChunks" | "totalSize" | "uploadedChunks")[];
1174
+ readonly destField: ("status" | "id" | "draftId" | "failed" | "fileName" | "mimeType" | "totalSize")[];
1182
1175
  readonly destSchema: "draftAttachment";
1183
1176
  readonly cardinality: "many";
1184
1177
  }];
@@ -1220,12 +1213,12 @@ export declare const marcoZero: {
1220
1213
  }];
1221
1214
  labels: [{
1222
1215
  readonly sourceField: string[];
1223
- readonly destField: ("accountId" | "labelId" | "threadId" | "threadMessageId" | "uidValidity" | "uid")[];
1216
+ readonly destField: ("accountId" | "uidValidity" | "labelId" | "lastSyncedAt" | "threadId" | "threadMessageId" | "uid")[];
1224
1217
  readonly destSchema: "threadLabel";
1225
1218
  readonly cardinality: "many";
1226
1219
  }, {
1227
1220
  readonly sourceField: string[];
1228
- readonly destField: ("id" | "accountId" | "path" | "specialUse")[];
1221
+ readonly destField: ("id" | "accountId" | "path" | "specialUse" | "uidValidity")[];
1229
1222
  readonly destSchema: "accountLabel";
1230
1223
  readonly cardinality: "many";
1231
1224
  }];
@@ -1245,7 +1238,7 @@ export declare const marcoZero: {
1245
1238
  readonly threadLabel: {
1246
1239
  label: [{
1247
1240
  readonly sourceField: string[];
1248
- readonly destField: ("id" | "accountId" | "path" | "specialUse")[];
1241
+ readonly destField: ("id" | "accountId" | "path" | "specialUse" | "uidValidity")[];
1249
1242
  readonly destSchema: "accountLabel";
1250
1243
  readonly cardinality: "one";
1251
1244
  }];
@@ -1271,12 +1264,12 @@ export declare const marcoZero: {
1271
1264
  }];
1272
1265
  labels: [{
1273
1266
  readonly sourceField: string[];
1274
- readonly destField: ("accountId" | "labelId" | "threadId" | "threadMessageId" | "uidValidity" | "uid")[];
1267
+ readonly destField: ("accountId" | "uidValidity" | "labelId" | "lastSyncedAt" | "threadId" | "threadMessageId" | "uid")[];
1275
1268
  readonly destSchema: "threadLabel";
1276
1269
  readonly cardinality: "many";
1277
1270
  }, {
1278
1271
  readonly sourceField: string[];
1279
- readonly destField: ("id" | "accountId" | "path" | "specialUse")[];
1272
+ readonly destField: ("id" | "accountId" | "path" | "specialUse" | "uidValidity")[];
1280
1273
  readonly destSchema: "accountLabel";
1281
1274
  readonly cardinality: "many";
1282
1275
  }];
@@ -1343,6 +1336,7 @@ export declare const marcoZero: {
1343
1336
  readonly id: string;
1344
1337
  readonly path: string;
1345
1338
  readonly specialUse: "ARCHIVE" | "INBOX" | "SENT" | "SPAM" | "TRASH" | null;
1339
+ readonly uidValidity: number;
1346
1340
  }[];
1347
1341
  }>>;
1348
1342
  readonly getContacts: import("@rocicorp/zero").SyncedQuery<"getContacts", import("..").MarcoSyncedQueryContext, true, [{
@@ -1591,6 +1585,13 @@ export declare const marcoZero: {
1591
1585
  } & {
1592
1586
  serverName: string;
1593
1587
  };
1588
+ readonly uidValidity: {
1589
+ type: "number";
1590
+ optional: false;
1591
+ customType: number;
1592
+ } & {
1593
+ serverName: string;
1594
+ };
1594
1595
  };
1595
1596
  primaryKey: readonly [string, ...string[]];
1596
1597
  } & {
@@ -1773,10 +1774,10 @@ export declare const marcoZero: {
1773
1774
  } & {
1774
1775
  serverName: string;
1775
1776
  };
1776
- readonly totalChunks: {
1777
- type: "number";
1777
+ readonly status: {
1778
+ type: "string";
1778
1779
  optional: false;
1779
- customType: number;
1780
+ customType: "PENDING" | "COMPLETE" | "FAILED";
1780
1781
  } & {
1781
1782
  serverName: string;
1782
1783
  };
@@ -1787,13 +1788,6 @@ export declare const marcoZero: {
1787
1788
  } & {
1788
1789
  serverName: string;
1789
1790
  };
1790
- readonly uploadedChunks: {
1791
- type: "number";
1792
- optional: false;
1793
- customType: number;
1794
- } & {
1795
- serverName: string;
1796
- };
1797
1791
  };
1798
1792
  primaryKey: readonly [string, ...string[]];
1799
1793
  } & {
@@ -1865,6 +1859,13 @@ export declare const marcoZero: {
1865
1859
  } & {
1866
1860
  serverName: string;
1867
1861
  };
1862
+ readonly lastSyncedAt: {
1863
+ type: "number";
1864
+ optional: false;
1865
+ customType: number;
1866
+ } & {
1867
+ serverName: string;
1868
+ };
1868
1869
  readonly threadId: {
1869
1870
  type: "string";
1870
1871
  optional: false;
@@ -1879,19 +1880,15 @@ export declare const marcoZero: {
1879
1880
  } & {
1880
1881
  serverName: string;
1881
1882
  };
1882
- readonly uid: Omit<{
1883
+ readonly uid: {
1883
1884
  type: "number";
1884
1885
  optional: false;
1885
1886
  customType: number;
1886
- }, "optional"> & {
1887
- optional: true;
1888
1887
  };
1889
- readonly uidValidity: Omit<{
1888
+ readonly uidValidity: {
1890
1889
  type: "number";
1891
1890
  optional: false;
1892
1891
  customType: number;
1893
- }, "optional"> & {
1894
- optional: true;
1895
1892
  } & {
1896
1893
  serverName: string;
1897
1894
  };
@@ -2114,7 +2111,7 @@ export declare const marcoZero: {
2114
2111
  }];
2115
2112
  labels: [{
2116
2113
  readonly sourceField: string[];
2117
- readonly destField: ("id" | "accountId" | "path" | "specialUse")[];
2114
+ readonly destField: ("id" | "accountId" | "path" | "specialUse" | "uidValidity")[];
2118
2115
  readonly destSchema: "accountLabel";
2119
2116
  readonly cardinality: "many";
2120
2117
  }];
@@ -2154,7 +2151,7 @@ export declare const marcoZero: {
2154
2151
  }];
2155
2152
  threads: [{
2156
2153
  readonly sourceField: string[];
2157
- readonly destField: ("accountId" | "labelId" | "threadId" | "threadMessageId" | "uidValidity" | "uid")[];
2154
+ readonly destField: ("accountId" | "uidValidity" | "labelId" | "lastSyncedAt" | "threadId" | "threadMessageId" | "uid")[];
2158
2155
  readonly destSchema: "threadLabel";
2159
2156
  readonly cardinality: "many";
2160
2157
  }, {
@@ -2173,7 +2170,7 @@ export declare const marcoZero: {
2173
2170
  }];
2174
2171
  attachments: [{
2175
2172
  readonly sourceField: string[];
2176
- readonly destField: ("id" | "draftId" | "failed" | "fileName" | "mimeType" | "totalChunks" | "totalSize" | "uploadedChunks")[];
2173
+ readonly destField: ("status" | "id" | "draftId" | "failed" | "fileName" | "mimeType" | "totalSize")[];
2177
2174
  readonly destSchema: "draftAttachment";
2178
2175
  readonly cardinality: "many";
2179
2176
  }];
@@ -2215,12 +2212,12 @@ export declare const marcoZero: {
2215
2212
  }];
2216
2213
  labels: [{
2217
2214
  readonly sourceField: string[];
2218
- readonly destField: ("accountId" | "labelId" | "threadId" | "threadMessageId" | "uidValidity" | "uid")[];
2215
+ readonly destField: ("accountId" | "uidValidity" | "labelId" | "lastSyncedAt" | "threadId" | "threadMessageId" | "uid")[];
2219
2216
  readonly destSchema: "threadLabel";
2220
2217
  readonly cardinality: "many";
2221
2218
  }, {
2222
2219
  readonly sourceField: string[];
2223
- readonly destField: ("id" | "accountId" | "path" | "specialUse")[];
2220
+ readonly destField: ("id" | "accountId" | "path" | "specialUse" | "uidValidity")[];
2224
2221
  readonly destSchema: "accountLabel";
2225
2222
  readonly cardinality: "many";
2226
2223
  }];
@@ -2240,7 +2237,7 @@ export declare const marcoZero: {
2240
2237
  readonly threadLabel: {
2241
2238
  label: [{
2242
2239
  readonly sourceField: string[];
2243
- readonly destField: ("id" | "accountId" | "path" | "specialUse")[];
2240
+ readonly destField: ("id" | "accountId" | "path" | "specialUse" | "uidValidity")[];
2244
2241
  readonly destSchema: "accountLabel";
2245
2242
  readonly cardinality: "one";
2246
2243
  }];
@@ -2266,12 +2263,12 @@ export declare const marcoZero: {
2266
2263
  }];
2267
2264
  labels: [{
2268
2265
  readonly sourceField: string[];
2269
- readonly destField: ("accountId" | "labelId" | "threadId" | "threadMessageId" | "uidValidity" | "uid")[];
2266
+ readonly destField: ("accountId" | "uidValidity" | "labelId" | "lastSyncedAt" | "threadId" | "threadMessageId" | "uid")[];
2270
2267
  readonly destSchema: "threadLabel";
2271
2268
  readonly cardinality: "many";
2272
2269
  }, {
2273
2270
  readonly sourceField: string[];
2274
- readonly destField: ("id" | "accountId" | "path" | "specialUse")[];
2271
+ readonly destField: ("id" | "accountId" | "path" | "specialUse" | "uidValidity")[];
2275
2272
  readonly destSchema: "accountLabel";
2276
2273
  readonly cardinality: "many";
2277
2274
  }];
@@ -2555,6 +2552,13 @@ export declare const marcoZero: {
2555
2552
  } & {
2556
2553
  serverName: string;
2557
2554
  };
2555
+ readonly uidValidity: {
2556
+ type: "number";
2557
+ optional: false;
2558
+ customType: number;
2559
+ } & {
2560
+ serverName: string;
2561
+ };
2558
2562
  };
2559
2563
  primaryKey: readonly [string, ...string[]];
2560
2564
  } & {
@@ -2737,10 +2741,10 @@ export declare const marcoZero: {
2737
2741
  } & {
2738
2742
  serverName: string;
2739
2743
  };
2740
- readonly totalChunks: {
2741
- type: "number";
2744
+ readonly status: {
2745
+ type: "string";
2742
2746
  optional: false;
2743
- customType: number;
2747
+ customType: "PENDING" | "COMPLETE" | "FAILED";
2744
2748
  } & {
2745
2749
  serverName: string;
2746
2750
  };
@@ -2751,13 +2755,6 @@ export declare const marcoZero: {
2751
2755
  } & {
2752
2756
  serverName: string;
2753
2757
  };
2754
- readonly uploadedChunks: {
2755
- type: "number";
2756
- optional: false;
2757
- customType: number;
2758
- } & {
2759
- serverName: string;
2760
- };
2761
2758
  };
2762
2759
  primaryKey: readonly [string, ...string[]];
2763
2760
  } & {
@@ -2829,6 +2826,13 @@ export declare const marcoZero: {
2829
2826
  } & {
2830
2827
  serverName: string;
2831
2828
  };
2829
+ readonly lastSyncedAt: {
2830
+ type: "number";
2831
+ optional: false;
2832
+ customType: number;
2833
+ } & {
2834
+ serverName: string;
2835
+ };
2832
2836
  readonly threadId: {
2833
2837
  type: "string";
2834
2838
  optional: false;
@@ -2843,19 +2847,15 @@ export declare const marcoZero: {
2843
2847
  } & {
2844
2848
  serverName: string;
2845
2849
  };
2846
- readonly uid: Omit<{
2850
+ readonly uid: {
2847
2851
  type: "number";
2848
2852
  optional: false;
2849
2853
  customType: number;
2850
- }, "optional"> & {
2851
- optional: true;
2852
2854
  };
2853
- readonly uidValidity: Omit<{
2855
+ readonly uidValidity: {
2854
2856
  type: "number";
2855
2857
  optional: false;
2856
2858
  customType: number;
2857
- }, "optional"> & {
2858
- optional: true;
2859
2859
  } & {
2860
2860
  serverName: string;
2861
2861
  };
@@ -3078,7 +3078,7 @@ export declare const marcoZero: {
3078
3078
  }];
3079
3079
  labels: [{
3080
3080
  readonly sourceField: string[];
3081
- readonly destField: ("id" | "accountId" | "path" | "specialUse")[];
3081
+ readonly destField: ("id" | "accountId" | "path" | "specialUse" | "uidValidity")[];
3082
3082
  readonly destSchema: "accountLabel";
3083
3083
  readonly cardinality: "many";
3084
3084
  }];
@@ -3118,7 +3118,7 @@ export declare const marcoZero: {
3118
3118
  }];
3119
3119
  threads: [{
3120
3120
  readonly sourceField: string[];
3121
- readonly destField: ("accountId" | "labelId" | "threadId" | "threadMessageId" | "uidValidity" | "uid")[];
3121
+ readonly destField: ("accountId" | "uidValidity" | "labelId" | "lastSyncedAt" | "threadId" | "threadMessageId" | "uid")[];
3122
3122
  readonly destSchema: "threadLabel";
3123
3123
  readonly cardinality: "many";
3124
3124
  }, {
@@ -3137,7 +3137,7 @@ export declare const marcoZero: {
3137
3137
  }];
3138
3138
  attachments: [{
3139
3139
  readonly sourceField: string[];
3140
- readonly destField: ("id" | "draftId" | "failed" | "fileName" | "mimeType" | "totalChunks" | "totalSize" | "uploadedChunks")[];
3140
+ readonly destField: ("status" | "id" | "draftId" | "failed" | "fileName" | "mimeType" | "totalSize")[];
3141
3141
  readonly destSchema: "draftAttachment";
3142
3142
  readonly cardinality: "many";
3143
3143
  }];
@@ -3179,12 +3179,12 @@ export declare const marcoZero: {
3179
3179
  }];
3180
3180
  labels: [{
3181
3181
  readonly sourceField: string[];
3182
- readonly destField: ("accountId" | "labelId" | "threadId" | "threadMessageId" | "uidValidity" | "uid")[];
3182
+ readonly destField: ("accountId" | "uidValidity" | "labelId" | "lastSyncedAt" | "threadId" | "threadMessageId" | "uid")[];
3183
3183
  readonly destSchema: "threadLabel";
3184
3184
  readonly cardinality: "many";
3185
3185
  }, {
3186
3186
  readonly sourceField: string[];
3187
- readonly destField: ("id" | "accountId" | "path" | "specialUse")[];
3187
+ readonly destField: ("id" | "accountId" | "path" | "specialUse" | "uidValidity")[];
3188
3188
  readonly destSchema: "accountLabel";
3189
3189
  readonly cardinality: "many";
3190
3190
  }];
@@ -3204,7 +3204,7 @@ export declare const marcoZero: {
3204
3204
  readonly threadLabel: {
3205
3205
  label: [{
3206
3206
  readonly sourceField: string[];
3207
- readonly destField: ("id" | "accountId" | "path" | "specialUse")[];
3207
+ readonly destField: ("id" | "accountId" | "path" | "specialUse" | "uidValidity")[];
3208
3208
  readonly destSchema: "accountLabel";
3209
3209
  readonly cardinality: "one";
3210
3210
  }];
@@ -3230,12 +3230,12 @@ export declare const marcoZero: {
3230
3230
  }];
3231
3231
  labels: [{
3232
3232
  readonly sourceField: string[];
3233
- readonly destField: ("accountId" | "labelId" | "threadId" | "threadMessageId" | "uidValidity" | "uid")[];
3233
+ readonly destField: ("accountId" | "uidValidity" | "labelId" | "lastSyncedAt" | "threadId" | "threadMessageId" | "uid")[];
3234
3234
  readonly destSchema: "threadLabel";
3235
3235
  readonly cardinality: "many";
3236
3236
  }, {
3237
3237
  readonly sourceField: string[];
3238
- readonly destField: ("id" | "accountId" | "path" | "specialUse")[];
3238
+ readonly destField: ("id" | "accountId" | "path" | "specialUse" | "uidValidity")[];
3239
3239
  readonly destSchema: "accountLabel";
3240
3240
  readonly cardinality: "many";
3241
3241
  }];
@@ -3305,9 +3305,8 @@ export declare const marcoZero: {
3305
3305
  readonly fileName: string;
3306
3306
  readonly id: string;
3307
3307
  readonly mimeType: string;
3308
- readonly totalChunks: number;
3308
+ readonly status: "PENDING" | "COMPLETE" | "FAILED";
3309
3309
  readonly totalSize: number;
3310
- readonly uploadedChunks: number;
3311
3310
  }[];
3312
3311
  }>>;
3313
3312
  readonly getThreads: import("@rocicorp/zero").SyncedQuery<"getThreads", import("..").MarcoSyncedQueryContext, true, [{
@@ -3559,6 +3558,13 @@ export declare const marcoZero: {
3559
3558
  } & {
3560
3559
  serverName: string;
3561
3560
  };
3561
+ readonly uidValidity: {
3562
+ type: "number";
3563
+ optional: false;
3564
+ customType: number;
3565
+ } & {
3566
+ serverName: string;
3567
+ };
3562
3568
  };
3563
3569
  primaryKey: readonly [string, ...string[]];
3564
3570
  } & {
@@ -3741,10 +3747,10 @@ export declare const marcoZero: {
3741
3747
  } & {
3742
3748
  serverName: string;
3743
3749
  };
3744
- readonly totalChunks: {
3745
- type: "number";
3750
+ readonly status: {
3751
+ type: "string";
3746
3752
  optional: false;
3747
- customType: number;
3753
+ customType: "PENDING" | "COMPLETE" | "FAILED";
3748
3754
  } & {
3749
3755
  serverName: string;
3750
3756
  };
@@ -3755,13 +3761,6 @@ export declare const marcoZero: {
3755
3761
  } & {
3756
3762
  serverName: string;
3757
3763
  };
3758
- readonly uploadedChunks: {
3759
- type: "number";
3760
- optional: false;
3761
- customType: number;
3762
- } & {
3763
- serverName: string;
3764
- };
3765
3764
  };
3766
3765
  primaryKey: readonly [string, ...string[]];
3767
3766
  } & {
@@ -3833,6 +3832,13 @@ export declare const marcoZero: {
3833
3832
  } & {
3834
3833
  serverName: string;
3835
3834
  };
3835
+ readonly lastSyncedAt: {
3836
+ type: "number";
3837
+ optional: false;
3838
+ customType: number;
3839
+ } & {
3840
+ serverName: string;
3841
+ };
3836
3842
  readonly threadId: {
3837
3843
  type: "string";
3838
3844
  optional: false;
@@ -3847,19 +3853,15 @@ export declare const marcoZero: {
3847
3853
  } & {
3848
3854
  serverName: string;
3849
3855
  };
3850
- readonly uid: Omit<{
3856
+ readonly uid: {
3851
3857
  type: "number";
3852
3858
  optional: false;
3853
3859
  customType: number;
3854
- }, "optional"> & {
3855
- optional: true;
3856
3860
  };
3857
- readonly uidValidity: Omit<{
3861
+ readonly uidValidity: {
3858
3862
  type: "number";
3859
3863
  optional: false;
3860
3864
  customType: number;
3861
- }, "optional"> & {
3862
- optional: true;
3863
3865
  } & {
3864
3866
  serverName: string;
3865
3867
  };
@@ -4082,7 +4084,7 @@ export declare const marcoZero: {
4082
4084
  }];
4083
4085
  labels: [{
4084
4086
  readonly sourceField: string[];
4085
- readonly destField: ("id" | "accountId" | "path" | "specialUse")[];
4087
+ readonly destField: ("id" | "accountId" | "path" | "specialUse" | "uidValidity")[];
4086
4088
  readonly destSchema: "accountLabel";
4087
4089
  readonly cardinality: "many";
4088
4090
  }];
@@ -4122,7 +4124,7 @@ export declare const marcoZero: {
4122
4124
  }];
4123
4125
  threads: [{
4124
4126
  readonly sourceField: string[];
4125
- readonly destField: ("accountId" | "labelId" | "threadId" | "threadMessageId" | "uidValidity" | "uid")[];
4127
+ readonly destField: ("accountId" | "uidValidity" | "labelId" | "lastSyncedAt" | "threadId" | "threadMessageId" | "uid")[];
4126
4128
  readonly destSchema: "threadLabel";
4127
4129
  readonly cardinality: "many";
4128
4130
  }, {
@@ -4141,7 +4143,7 @@ export declare const marcoZero: {
4141
4143
  }];
4142
4144
  attachments: [{
4143
4145
  readonly sourceField: string[];
4144
- readonly destField: ("id" | "draftId" | "failed" | "fileName" | "mimeType" | "totalChunks" | "totalSize" | "uploadedChunks")[];
4146
+ readonly destField: ("status" | "id" | "draftId" | "failed" | "fileName" | "mimeType" | "totalSize")[];
4145
4147
  readonly destSchema: "draftAttachment";
4146
4148
  readonly cardinality: "many";
4147
4149
  }];
@@ -4183,12 +4185,12 @@ export declare const marcoZero: {
4183
4185
  }];
4184
4186
  labels: [{
4185
4187
  readonly sourceField: string[];
4186
- readonly destField: ("accountId" | "labelId" | "threadId" | "threadMessageId" | "uidValidity" | "uid")[];
4188
+ readonly destField: ("accountId" | "uidValidity" | "labelId" | "lastSyncedAt" | "threadId" | "threadMessageId" | "uid")[];
4187
4189
  readonly destSchema: "threadLabel";
4188
4190
  readonly cardinality: "many";
4189
4191
  }, {
4190
4192
  readonly sourceField: string[];
4191
- readonly destField: ("id" | "accountId" | "path" | "specialUse")[];
4193
+ readonly destField: ("id" | "accountId" | "path" | "specialUse" | "uidValidity")[];
4192
4194
  readonly destSchema: "accountLabel";
4193
4195
  readonly cardinality: "many";
4194
4196
  }];
@@ -4208,7 +4210,7 @@ export declare const marcoZero: {
4208
4210
  readonly threadLabel: {
4209
4211
  label: [{
4210
4212
  readonly sourceField: string[];
4211
- readonly destField: ("id" | "accountId" | "path" | "specialUse")[];
4213
+ readonly destField: ("id" | "accountId" | "path" | "specialUse" | "uidValidity")[];
4212
4214
  readonly destSchema: "accountLabel";
4213
4215
  readonly cardinality: "one";
4214
4216
  }];
@@ -4234,12 +4236,12 @@ export declare const marcoZero: {
4234
4236
  }];
4235
4237
  labels: [{
4236
4238
  readonly sourceField: string[];
4237
- readonly destField: ("accountId" | "labelId" | "threadId" | "threadMessageId" | "uidValidity" | "uid")[];
4239
+ readonly destField: ("accountId" | "uidValidity" | "labelId" | "lastSyncedAt" | "threadId" | "threadMessageId" | "uid")[];
4238
4240
  readonly destSchema: "threadLabel";
4239
4241
  readonly cardinality: "many";
4240
4242
  }, {
4241
4243
  readonly sourceField: string[];
4242
- readonly destField: ("id" | "accountId" | "path" | "specialUse")[];
4244
+ readonly destField: ("id" | "accountId" | "path" | "specialUse" | "uidValidity")[];
4243
4245
  readonly destSchema: "accountLabel";
4244
4246
  readonly cardinality: "many";
4245
4247
  }];
@@ -4317,6 +4319,7 @@ export declare const marcoZero: {
4317
4319
  readonly id: string;
4318
4320
  readonly path: string;
4319
4321
  readonly specialUse: "ARCHIVE" | "INBOX" | "SENT" | "SPAM" | "TRASH" | null;
4322
+ readonly uidValidity: number;
4320
4323
  }[];
4321
4324
  }>>;
4322
4325
  readonly getUser: import("@rocicorp/zero").SyncedQuery<"getUser", import("..").MarcoSyncedQueryContext, true, [], import("@rocicorp/zero").Query<{
@@ -4557,6 +4560,13 @@ export declare const marcoZero: {
4557
4560
  } & {
4558
4561
  serverName: string;
4559
4562
  };
4563
+ readonly uidValidity: {
4564
+ type: "number";
4565
+ optional: false;
4566
+ customType: number;
4567
+ } & {
4568
+ serverName: string;
4569
+ };
4560
4570
  };
4561
4571
  primaryKey: readonly [string, ...string[]];
4562
4572
  } & {
@@ -4739,10 +4749,10 @@ export declare const marcoZero: {
4739
4749
  } & {
4740
4750
  serverName: string;
4741
4751
  };
4742
- readonly totalChunks: {
4743
- type: "number";
4752
+ readonly status: {
4753
+ type: "string";
4744
4754
  optional: false;
4745
- customType: number;
4755
+ customType: "PENDING" | "COMPLETE" | "FAILED";
4746
4756
  } & {
4747
4757
  serverName: string;
4748
4758
  };
@@ -4753,13 +4763,6 @@ export declare const marcoZero: {
4753
4763
  } & {
4754
4764
  serverName: string;
4755
4765
  };
4756
- readonly uploadedChunks: {
4757
- type: "number";
4758
- optional: false;
4759
- customType: number;
4760
- } & {
4761
- serverName: string;
4762
- };
4763
4766
  };
4764
4767
  primaryKey: readonly [string, ...string[]];
4765
4768
  } & {
@@ -4831,6 +4834,13 @@ export declare const marcoZero: {
4831
4834
  } & {
4832
4835
  serverName: string;
4833
4836
  };
4837
+ readonly lastSyncedAt: {
4838
+ type: "number";
4839
+ optional: false;
4840
+ customType: number;
4841
+ } & {
4842
+ serverName: string;
4843
+ };
4834
4844
  readonly threadId: {
4835
4845
  type: "string";
4836
4846
  optional: false;
@@ -4845,19 +4855,15 @@ export declare const marcoZero: {
4845
4855
  } & {
4846
4856
  serverName: string;
4847
4857
  };
4848
- readonly uid: Omit<{
4858
+ readonly uid: {
4849
4859
  type: "number";
4850
4860
  optional: false;
4851
4861
  customType: number;
4852
- }, "optional"> & {
4853
- optional: true;
4854
4862
  };
4855
- readonly uidValidity: Omit<{
4863
+ readonly uidValidity: {
4856
4864
  type: "number";
4857
4865
  optional: false;
4858
4866
  customType: number;
4859
- }, "optional"> & {
4860
- optional: true;
4861
4867
  } & {
4862
4868
  serverName: string;
4863
4869
  };
@@ -5080,7 +5086,7 @@ export declare const marcoZero: {
5080
5086
  }];
5081
5087
  labels: [{
5082
5088
  readonly sourceField: string[];
5083
- readonly destField: ("id" | "accountId" | "path" | "specialUse")[];
5089
+ readonly destField: ("id" | "accountId" | "path" | "specialUse" | "uidValidity")[];
5084
5090
  readonly destSchema: "accountLabel";
5085
5091
  readonly cardinality: "many";
5086
5092
  }];
@@ -5120,7 +5126,7 @@ export declare const marcoZero: {
5120
5126
  }];
5121
5127
  threads: [{
5122
5128
  readonly sourceField: string[];
5123
- readonly destField: ("accountId" | "labelId" | "threadId" | "threadMessageId" | "uidValidity" | "uid")[];
5129
+ readonly destField: ("accountId" | "uidValidity" | "labelId" | "lastSyncedAt" | "threadId" | "threadMessageId" | "uid")[];
5124
5130
  readonly destSchema: "threadLabel";
5125
5131
  readonly cardinality: "many";
5126
5132
  }, {
@@ -5139,7 +5145,7 @@ export declare const marcoZero: {
5139
5145
  }];
5140
5146
  attachments: [{
5141
5147
  readonly sourceField: string[];
5142
- readonly destField: ("id" | "draftId" | "failed" | "fileName" | "mimeType" | "totalChunks" | "totalSize" | "uploadedChunks")[];
5148
+ readonly destField: ("status" | "id" | "draftId" | "failed" | "fileName" | "mimeType" | "totalSize")[];
5143
5149
  readonly destSchema: "draftAttachment";
5144
5150
  readonly cardinality: "many";
5145
5151
  }];
@@ -5181,12 +5187,12 @@ export declare const marcoZero: {
5181
5187
  }];
5182
5188
  labels: [{
5183
5189
  readonly sourceField: string[];
5184
- readonly destField: ("accountId" | "labelId" | "threadId" | "threadMessageId" | "uidValidity" | "uid")[];
5190
+ readonly destField: ("accountId" | "uidValidity" | "labelId" | "lastSyncedAt" | "threadId" | "threadMessageId" | "uid")[];
5185
5191
  readonly destSchema: "threadLabel";
5186
5192
  readonly cardinality: "many";
5187
5193
  }, {
5188
5194
  readonly sourceField: string[];
5189
- readonly destField: ("id" | "accountId" | "path" | "specialUse")[];
5195
+ readonly destField: ("id" | "accountId" | "path" | "specialUse" | "uidValidity")[];
5190
5196
  readonly destSchema: "accountLabel";
5191
5197
  readonly cardinality: "many";
5192
5198
  }];
@@ -5206,7 +5212,7 @@ export declare const marcoZero: {
5206
5212
  readonly threadLabel: {
5207
5213
  label: [{
5208
5214
  readonly sourceField: string[];
5209
- readonly destField: ("id" | "accountId" | "path" | "specialUse")[];
5215
+ readonly destField: ("id" | "accountId" | "path" | "specialUse" | "uidValidity")[];
5210
5216
  readonly destSchema: "accountLabel";
5211
5217
  readonly cardinality: "one";
5212
5218
  }];
@@ -5232,12 +5238,12 @@ export declare const marcoZero: {
5232
5238
  }];
5233
5239
  labels: [{
5234
5240
  readonly sourceField: string[];
5235
- readonly destField: ("accountId" | "labelId" | "threadId" | "threadMessageId" | "uidValidity" | "uid")[];
5241
+ readonly destField: ("accountId" | "uidValidity" | "labelId" | "lastSyncedAt" | "threadId" | "threadMessageId" | "uid")[];
5236
5242
  readonly destSchema: "threadLabel";
5237
5243
  readonly cardinality: "many";
5238
5244
  }, {
5239
5245
  readonly sourceField: string[];
5240
- readonly destField: ("id" | "accountId" | "path" | "specialUse")[];
5246
+ readonly destField: ("id" | "accountId" | "path" | "specialUse" | "uidValidity")[];
5241
5247
  readonly destSchema: "accountLabel";
5242
5248
  readonly cardinality: "many";
5243
5249
  }];
@@ -5310,6 +5316,7 @@ export declare const marcoZero: {
5310
5316
  readonly id: string;
5311
5317
  readonly path: string;
5312
5318
  readonly specialUse: "ARCHIVE" | "INBOX" | "SENT" | "SPAM" | "TRASH" | null;
5319
+ readonly uidValidity: number;
5313
5320
  }[];
5314
5321
  })[];
5315
5322
  } & {
@@ -5559,6 +5566,13 @@ export declare const marcoZero: {
5559
5566
  } & {
5560
5567
  serverName: string;
5561
5568
  };
5569
+ readonly uidValidity: {
5570
+ type: "number";
5571
+ optional: false;
5572
+ customType: number;
5573
+ } & {
5574
+ serverName: string;
5575
+ };
5562
5576
  };
5563
5577
  primaryKey: readonly [string, ...string[]];
5564
5578
  } & {
@@ -5741,10 +5755,10 @@ export declare const marcoZero: {
5741
5755
  } & {
5742
5756
  serverName: string;
5743
5757
  };
5744
- readonly totalChunks: {
5745
- type: "number";
5758
+ readonly status: {
5759
+ type: "string";
5746
5760
  optional: false;
5747
- customType: number;
5761
+ customType: "PENDING" | "COMPLETE" | "FAILED";
5748
5762
  } & {
5749
5763
  serverName: string;
5750
5764
  };
@@ -5755,13 +5769,6 @@ export declare const marcoZero: {
5755
5769
  } & {
5756
5770
  serverName: string;
5757
5771
  };
5758
- readonly uploadedChunks: {
5759
- type: "number";
5760
- optional: false;
5761
- customType: number;
5762
- } & {
5763
- serverName: string;
5764
- };
5765
5772
  };
5766
5773
  primaryKey: readonly [string, ...string[]];
5767
5774
  } & {
@@ -5833,6 +5840,13 @@ export declare const marcoZero: {
5833
5840
  } & {
5834
5841
  serverName: string;
5835
5842
  };
5843
+ readonly lastSyncedAt: {
5844
+ type: "number";
5845
+ optional: false;
5846
+ customType: number;
5847
+ } & {
5848
+ serverName: string;
5849
+ };
5836
5850
  readonly threadId: {
5837
5851
  type: "string";
5838
5852
  optional: false;
@@ -5847,19 +5861,15 @@ export declare const marcoZero: {
5847
5861
  } & {
5848
5862
  serverName: string;
5849
5863
  };
5850
- readonly uid: Omit<{
5864
+ readonly uid: {
5851
5865
  type: "number";
5852
5866
  optional: false;
5853
5867
  customType: number;
5854
- }, "optional"> & {
5855
- optional: true;
5856
5868
  };
5857
- readonly uidValidity: Omit<{
5869
+ readonly uidValidity: {
5858
5870
  type: "number";
5859
5871
  optional: false;
5860
5872
  customType: number;
5861
- }, "optional"> & {
5862
- optional: true;
5863
5873
  } & {
5864
5874
  serverName: string;
5865
5875
  };
@@ -6082,7 +6092,7 @@ export declare const marcoZero: {
6082
6092
  }];
6083
6093
  labels: [{
6084
6094
  readonly sourceField: string[];
6085
- readonly destField: ("id" | "accountId" | "path" | "specialUse")[];
6095
+ readonly destField: ("id" | "accountId" | "path" | "specialUse" | "uidValidity")[];
6086
6096
  readonly destSchema: "accountLabel";
6087
6097
  readonly cardinality: "many";
6088
6098
  }];
@@ -6122,7 +6132,7 @@ export declare const marcoZero: {
6122
6132
  }];
6123
6133
  threads: [{
6124
6134
  readonly sourceField: string[];
6125
- readonly destField: ("accountId" | "labelId" | "threadId" | "threadMessageId" | "uidValidity" | "uid")[];
6135
+ readonly destField: ("accountId" | "uidValidity" | "labelId" | "lastSyncedAt" | "threadId" | "threadMessageId" | "uid")[];
6126
6136
  readonly destSchema: "threadLabel";
6127
6137
  readonly cardinality: "many";
6128
6138
  }, {
@@ -6141,7 +6151,7 @@ export declare const marcoZero: {
6141
6151
  }];
6142
6152
  attachments: [{
6143
6153
  readonly sourceField: string[];
6144
- readonly destField: ("id" | "draftId" | "failed" | "fileName" | "mimeType" | "totalChunks" | "totalSize" | "uploadedChunks")[];
6154
+ readonly destField: ("status" | "id" | "draftId" | "failed" | "fileName" | "mimeType" | "totalSize")[];
6145
6155
  readonly destSchema: "draftAttachment";
6146
6156
  readonly cardinality: "many";
6147
6157
  }];
@@ -6183,12 +6193,12 @@ export declare const marcoZero: {
6183
6193
  }];
6184
6194
  labels: [{
6185
6195
  readonly sourceField: string[];
6186
- readonly destField: ("accountId" | "labelId" | "threadId" | "threadMessageId" | "uidValidity" | "uid")[];
6196
+ readonly destField: ("accountId" | "uidValidity" | "labelId" | "lastSyncedAt" | "threadId" | "threadMessageId" | "uid")[];
6187
6197
  readonly destSchema: "threadLabel";
6188
6198
  readonly cardinality: "many";
6189
6199
  }, {
6190
6200
  readonly sourceField: string[];
6191
- readonly destField: ("id" | "accountId" | "path" | "specialUse")[];
6201
+ readonly destField: ("id" | "accountId" | "path" | "specialUse" | "uidValidity")[];
6192
6202
  readonly destSchema: "accountLabel";
6193
6203
  readonly cardinality: "many";
6194
6204
  }];
@@ -6208,7 +6218,7 @@ export declare const marcoZero: {
6208
6218
  readonly threadLabel: {
6209
6219
  label: [{
6210
6220
  readonly sourceField: string[];
6211
- readonly destField: ("id" | "accountId" | "path" | "specialUse")[];
6221
+ readonly destField: ("id" | "accountId" | "path" | "specialUse" | "uidValidity")[];
6212
6222
  readonly destSchema: "accountLabel";
6213
6223
  readonly cardinality: "one";
6214
6224
  }];
@@ -6234,12 +6244,12 @@ export declare const marcoZero: {
6234
6244
  }];
6235
6245
  labels: [{
6236
6246
  readonly sourceField: string[];
6237
- readonly destField: ("accountId" | "labelId" | "threadId" | "threadMessageId" | "uidValidity" | "uid")[];
6247
+ readonly destField: ("accountId" | "uidValidity" | "labelId" | "lastSyncedAt" | "threadId" | "threadMessageId" | "uid")[];
6238
6248
  readonly destSchema: "threadLabel";
6239
6249
  readonly cardinality: "many";
6240
6250
  }, {
6241
6251
  readonly sourceField: string[];
6242
- readonly destField: ("id" | "accountId" | "path" | "specialUse")[];
6252
+ readonly destField: ("id" | "accountId" | "path" | "specialUse" | "uidValidity")[];
6243
6253
  readonly destSchema: "accountLabel";
6244
6254
  readonly cardinality: "many";
6245
6255
  }];
@@ -6411,6 +6421,13 @@ export declare const marcoZero: {
6411
6421
  } & {
6412
6422
  serverName: string;
6413
6423
  };
6424
+ readonly uidValidity: {
6425
+ type: "number";
6426
+ optional: false;
6427
+ customType: number;
6428
+ } & {
6429
+ serverName: string;
6430
+ };
6414
6431
  };
6415
6432
  primaryKey: readonly [string, ...string[]];
6416
6433
  } & {
@@ -6595,10 +6612,10 @@ export declare const marcoZero: {
6595
6612
  } & {
6596
6613
  serverName: string;
6597
6614
  };
6598
- readonly totalChunks: {
6599
- type: "number";
6615
+ readonly status: {
6616
+ type: "string";
6600
6617
  optional: false;
6601
- customType: number;
6618
+ customType: "PENDING" | "COMPLETE" | "FAILED";
6602
6619
  } & {
6603
6620
  serverName: string;
6604
6621
  };
@@ -6609,13 +6626,6 @@ export declare const marcoZero: {
6609
6626
  } & {
6610
6627
  serverName: string;
6611
6628
  };
6612
- readonly uploadedChunks: {
6613
- type: "number";
6614
- optional: false;
6615
- customType: number;
6616
- } & {
6617
- serverName: string;
6618
- };
6619
6629
  };
6620
6630
  primaryKey: readonly [string, ...string[]];
6621
6631
  } & {
@@ -6719,6 +6729,13 @@ export declare const marcoZero: {
6719
6729
  } & {
6720
6730
  serverName: string;
6721
6731
  };
6732
+ readonly lastSyncedAt: {
6733
+ type: "number";
6734
+ optional: false;
6735
+ customType: number;
6736
+ } & {
6737
+ serverName: string;
6738
+ };
6722
6739
  readonly threadId: {
6723
6740
  type: "string";
6724
6741
  optional: false;
@@ -6733,19 +6750,15 @@ export declare const marcoZero: {
6733
6750
  } & {
6734
6751
  serverName: string;
6735
6752
  };
6736
- readonly uid: Omit<{
6753
+ readonly uid: {
6737
6754
  type: "number";
6738
6755
  optional: false;
6739
6756
  customType: number;
6740
- }, "optional"> & {
6741
- optional: true;
6742
6757
  };
6743
- readonly uidValidity: Omit<{
6758
+ readonly uidValidity: {
6744
6759
  type: "number";
6745
6760
  optional: false;
6746
6761
  customType: number;
6747
- }, "optional"> & {
6748
- optional: true;
6749
6762
  } & {
6750
6763
  serverName: string;
6751
6764
  };