@marcoappio/marco-config 2.0.450 → 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 +166 -18
- 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 +19 -3
- package/dist/zero/queries/getAccounts.d.ts.map +1 -1
- package/dist/zero/queries/getContacts.d.ts +19 -3
- package/dist/zero/queries/getContacts.d.ts.map +1 -1
- package/dist/zero/queries/getDrafts.d.ts +19 -3
- package/dist/zero/queries/getDrafts.d.ts.map +1 -1
- package/dist/zero/queries/getThreads.d.ts +19 -3
- package/dist/zero/queries/getThreads.d.ts.map +1 -1
- package/dist/zero/queries/getUser.d.ts +19 -3
- package/dist/zero/queries/getUser.d.ts.map +1 -1
- package/dist/zero/queries/index.d.ts +19 -3
- package/dist/zero/queries/index.d.ts.map +1 -1
- package/dist/zero/schema.d.ts +35 -3
- package/dist/zero/schema.d.ts.map +1 -1
- package/dist/zero/schema.js +2 -0
- package/package.json +1 -1
- package/dist/types/ImapConnectionStatus.d.ts.map +0 -1
- /package/dist/types/{ImapConnectionStatus.js → IMAPConnectionStatus.js} +0 -0
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export declare const IMAP_CONNECTION_STATUSES: readonly ["AWAITING_CONNECTION", "CONNECTED", "CONNECTION_FAILED_AUTHENTICATION_ERROR", "CONNECTION_FAILED_CONNECTION_ERROR", "CONNECTION_FAILED_OAUTH_EXCHANGE_ERROR", "CONNECTION_FAILED_QUOTA_ERROR", "CONNECTION_FAILED_UNKNOWN_ERROR"];
|
|
2
|
-
export type
|
|
3
|
-
//# sourceMappingURL=
|
|
2
|
+
export type IMAPConnectionStatus = (typeof IMAP_CONNECTION_STATUSES)[number];
|
|
3
|
+
//# sourceMappingURL=IMAPConnectionStatus.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IMAPConnectionStatus.d.ts","sourceRoot":"","sources":["../../src/types/IMAPConnectionStatus.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,wBAAwB,6OAQ3B,CAAA;AAEV,MAAM,MAAM,oBAAoB,GAAG,CAAC,OAAO,wBAAwB,CAAC,CAAC,MAAM,CAAC,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IMAPSourceLocation.d.ts","sourceRoot":"","sources":["../../src/types/IMAPSourceLocation.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,kBAAkB,GAAG;IAC/B,OAAO,EAAE,MAAM,CAAA;IACf,eAAe,EAAE,MAAM,CAAA;IACvB,GAAG,EAAE,MAAM,CAAA;IACX,WAAW,EAAE,MAAM,CAAA;CACpB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/dist/types/index.d.ts
CHANGED
|
@@ -4,7 +4,8 @@ export * from './DraftStatus';
|
|
|
4
4
|
export * from './DraftType';
|
|
5
5
|
export * from './EmailProvider';
|
|
6
6
|
export * from './Endpoint';
|
|
7
|
-
export * from './
|
|
7
|
+
export * from './IMAPConnectionStatus';
|
|
8
|
+
export * from './IMAPSourceLocation';
|
|
8
9
|
export * from './LabelSpecialUse';
|
|
9
10
|
export * from './MarcoPlatform';
|
|
10
11
|
export * from './MessageAttachmentStatus';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/types/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAA;AAC1B,cAAc,sBAAsB,CAAA;AACpC,cAAc,eAAe,CAAA;AAC7B,cAAc,aAAa,CAAA;AAC3B,cAAc,iBAAiB,CAAA;AAC/B,cAAc,YAAY,CAAA;AAC1B,cAAc,wBAAwB,CAAA;AACtC,cAAc,mBAAmB,CAAA;AACjC,cAAc,iBAAiB,CAAA;AAC/B,cAAc,2BAA2B,CAAA;AACzC,cAAc,wBAAwB,CAAA;AACtC,cAAc,iBAAiB,CAAA;AAC/B,cAAc,YAAY,CAAA;AAC1B,cAAc,QAAQ,CAAA"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/types/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAA;AAC1B,cAAc,sBAAsB,CAAA;AACpC,cAAc,eAAe,CAAA;AAC7B,cAAc,aAAa,CAAA;AAC3B,cAAc,iBAAiB,CAAA;AAC/B,cAAc,YAAY,CAAA;AAC1B,cAAc,wBAAwB,CAAA;AACtC,cAAc,sBAAsB,CAAA;AACpC,cAAc,mBAAmB,CAAA;AACjC,cAAc,iBAAiB,CAAA;AAC/B,cAAc,2BAA2B,CAAA;AACzC,cAAc,wBAAwB,CAAA;AACtC,cAAc,iBAAiB,CAAA;AAC/B,cAAc,YAAY,CAAA;AAC1B,cAAc,QAAQ,CAAA"}
|
package/dist/types/index.js
CHANGED
|
@@ -4,7 +4,8 @@ export * from './DraftStatus';
|
|
|
4
4
|
export * from './DraftType';
|
|
5
5
|
export * from './EmailProvider';
|
|
6
6
|
export * from './Endpoint';
|
|
7
|
-
export * from './
|
|
7
|
+
export * from './IMAPConnectionStatus';
|
|
8
|
+
export * from './IMAPSourceLocation';
|
|
8
9
|
export * from './LabelSpecialUse';
|
|
9
10
|
export * from './MarcoPlatform';
|
|
10
11
|
export * from './MessageAttachmentStatus';
|
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
|
} & {
|
|
@@ -1107,7 +1159,7 @@ export declare const marcoZero: {
|
|
|
1107
1159
|
}];
|
|
1108
1160
|
threads: [{
|
|
1109
1161
|
readonly sourceField: string[];
|
|
1110
|
-
readonly destField: ("accountId" | "labelId" | "threadId" | "threadMessageId")[];
|
|
1162
|
+
readonly destField: ("accountId" | "labelId" | "threadId" | "threadMessageId" | "uidValidity" | "uid")[];
|
|
1111
1163
|
readonly destSchema: "threadLabel";
|
|
1112
1164
|
readonly cardinality: "many";
|
|
1113
1165
|
}, {
|
|
@@ -1168,7 +1220,7 @@ export declare const marcoZero: {
|
|
|
1168
1220
|
}];
|
|
1169
1221
|
labels: [{
|
|
1170
1222
|
readonly sourceField: string[];
|
|
1171
|
-
readonly destField: ("accountId" | "labelId" | "threadId" | "threadMessageId")[];
|
|
1223
|
+
readonly destField: ("accountId" | "labelId" | "threadId" | "threadMessageId" | "uidValidity" | "uid")[];
|
|
1172
1224
|
readonly destSchema: "threadLabel";
|
|
1173
1225
|
readonly cardinality: "many";
|
|
1174
1226
|
}, {
|
|
@@ -1219,7 +1271,7 @@ export declare const marcoZero: {
|
|
|
1219
1271
|
}];
|
|
1220
1272
|
labels: [{
|
|
1221
1273
|
readonly sourceField: string[];
|
|
1222
|
-
readonly destField: ("accountId" | "labelId" | "threadId" | "threadMessageId")[];
|
|
1274
|
+
readonly destField: ("accountId" | "labelId" | "threadId" | "threadMessageId" | "uidValidity" | "uid")[];
|
|
1223
1275
|
readonly destSchema: "threadLabel";
|
|
1224
1276
|
readonly cardinality: "many";
|
|
1225
1277
|
}, {
|
|
@@ -1827,6 +1879,22 @@ export declare const marcoZero: {
|
|
|
1827
1879
|
} & {
|
|
1828
1880
|
serverName: string;
|
|
1829
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
|
+
};
|
|
1830
1898
|
};
|
|
1831
1899
|
primaryKey: readonly [string, ...string[]];
|
|
1832
1900
|
} & {
|
|
@@ -2086,7 +2154,7 @@ export declare const marcoZero: {
|
|
|
2086
2154
|
}];
|
|
2087
2155
|
threads: [{
|
|
2088
2156
|
readonly sourceField: string[];
|
|
2089
|
-
readonly destField: ("accountId" | "labelId" | "threadId" | "threadMessageId")[];
|
|
2157
|
+
readonly destField: ("accountId" | "labelId" | "threadId" | "threadMessageId" | "uidValidity" | "uid")[];
|
|
2090
2158
|
readonly destSchema: "threadLabel";
|
|
2091
2159
|
readonly cardinality: "many";
|
|
2092
2160
|
}, {
|
|
@@ -2147,7 +2215,7 @@ export declare const marcoZero: {
|
|
|
2147
2215
|
}];
|
|
2148
2216
|
labels: [{
|
|
2149
2217
|
readonly sourceField: string[];
|
|
2150
|
-
readonly destField: ("accountId" | "labelId" | "threadId" | "threadMessageId")[];
|
|
2218
|
+
readonly destField: ("accountId" | "labelId" | "threadId" | "threadMessageId" | "uidValidity" | "uid")[];
|
|
2151
2219
|
readonly destSchema: "threadLabel";
|
|
2152
2220
|
readonly cardinality: "many";
|
|
2153
2221
|
}, {
|
|
@@ -2198,7 +2266,7 @@ export declare const marcoZero: {
|
|
|
2198
2266
|
}];
|
|
2199
2267
|
labels: [{
|
|
2200
2268
|
readonly sourceField: string[];
|
|
2201
|
-
readonly destField: ("accountId" | "labelId" | "threadId" | "threadMessageId")[];
|
|
2269
|
+
readonly destField: ("accountId" | "labelId" | "threadId" | "threadMessageId" | "uidValidity" | "uid")[];
|
|
2202
2270
|
readonly destSchema: "threadLabel";
|
|
2203
2271
|
readonly cardinality: "many";
|
|
2204
2272
|
}, {
|
|
@@ -2775,6 +2843,22 @@ export declare const marcoZero: {
|
|
|
2775
2843
|
} & {
|
|
2776
2844
|
serverName: string;
|
|
2777
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
|
+
};
|
|
2778
2862
|
};
|
|
2779
2863
|
primaryKey: readonly [string, ...string[]];
|
|
2780
2864
|
} & {
|
|
@@ -3034,7 +3118,7 @@ export declare const marcoZero: {
|
|
|
3034
3118
|
}];
|
|
3035
3119
|
threads: [{
|
|
3036
3120
|
readonly sourceField: string[];
|
|
3037
|
-
readonly destField: ("accountId" | "labelId" | "threadId" | "threadMessageId")[];
|
|
3121
|
+
readonly destField: ("accountId" | "labelId" | "threadId" | "threadMessageId" | "uidValidity" | "uid")[];
|
|
3038
3122
|
readonly destSchema: "threadLabel";
|
|
3039
3123
|
readonly cardinality: "many";
|
|
3040
3124
|
}, {
|
|
@@ -3095,7 +3179,7 @@ export declare const marcoZero: {
|
|
|
3095
3179
|
}];
|
|
3096
3180
|
labels: [{
|
|
3097
3181
|
readonly sourceField: string[];
|
|
3098
|
-
readonly destField: ("accountId" | "labelId" | "threadId" | "threadMessageId")[];
|
|
3182
|
+
readonly destField: ("accountId" | "labelId" | "threadId" | "threadMessageId" | "uidValidity" | "uid")[];
|
|
3099
3183
|
readonly destSchema: "threadLabel";
|
|
3100
3184
|
readonly cardinality: "many";
|
|
3101
3185
|
}, {
|
|
@@ -3146,7 +3230,7 @@ export declare const marcoZero: {
|
|
|
3146
3230
|
}];
|
|
3147
3231
|
labels: [{
|
|
3148
3232
|
readonly sourceField: string[];
|
|
3149
|
-
readonly destField: ("accountId" | "labelId" | "threadId" | "threadMessageId")[];
|
|
3233
|
+
readonly destField: ("accountId" | "labelId" | "threadId" | "threadMessageId" | "uidValidity" | "uid")[];
|
|
3150
3234
|
readonly destSchema: "threadLabel";
|
|
3151
3235
|
readonly cardinality: "many";
|
|
3152
3236
|
}, {
|
|
@@ -3763,6 +3847,22 @@ export declare const marcoZero: {
|
|
|
3763
3847
|
} & {
|
|
3764
3848
|
serverName: string;
|
|
3765
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
|
+
};
|
|
3766
3866
|
};
|
|
3767
3867
|
primaryKey: readonly [string, ...string[]];
|
|
3768
3868
|
} & {
|
|
@@ -4022,7 +4122,7 @@ export declare const marcoZero: {
|
|
|
4022
4122
|
}];
|
|
4023
4123
|
threads: [{
|
|
4024
4124
|
readonly sourceField: string[];
|
|
4025
|
-
readonly destField: ("accountId" | "labelId" | "threadId" | "threadMessageId")[];
|
|
4125
|
+
readonly destField: ("accountId" | "labelId" | "threadId" | "threadMessageId" | "uidValidity" | "uid")[];
|
|
4026
4126
|
readonly destSchema: "threadLabel";
|
|
4027
4127
|
readonly cardinality: "many";
|
|
4028
4128
|
}, {
|
|
@@ -4083,7 +4183,7 @@ export declare const marcoZero: {
|
|
|
4083
4183
|
}];
|
|
4084
4184
|
labels: [{
|
|
4085
4185
|
readonly sourceField: string[];
|
|
4086
|
-
readonly destField: ("accountId" | "labelId" | "threadId" | "threadMessageId")[];
|
|
4186
|
+
readonly destField: ("accountId" | "labelId" | "threadId" | "threadMessageId" | "uidValidity" | "uid")[];
|
|
4087
4187
|
readonly destSchema: "threadLabel";
|
|
4088
4188
|
readonly cardinality: "many";
|
|
4089
4189
|
}, {
|
|
@@ -4134,7 +4234,7 @@ export declare const marcoZero: {
|
|
|
4134
4234
|
}];
|
|
4135
4235
|
labels: [{
|
|
4136
4236
|
readonly sourceField: string[];
|
|
4137
|
-
readonly destField: ("accountId" | "labelId" | "threadId" | "threadMessageId")[];
|
|
4237
|
+
readonly destField: ("accountId" | "labelId" | "threadId" | "threadMessageId" | "uidValidity" | "uid")[];
|
|
4138
4238
|
readonly destSchema: "threadLabel";
|
|
4139
4239
|
readonly cardinality: "many";
|
|
4140
4240
|
}, {
|
|
@@ -4745,6 +4845,22 @@ export declare const marcoZero: {
|
|
|
4745
4845
|
} & {
|
|
4746
4846
|
serverName: string;
|
|
4747
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
|
+
};
|
|
4748
4864
|
};
|
|
4749
4865
|
primaryKey: readonly [string, ...string[]];
|
|
4750
4866
|
} & {
|
|
@@ -5004,7 +5120,7 @@ export declare const marcoZero: {
|
|
|
5004
5120
|
}];
|
|
5005
5121
|
threads: [{
|
|
5006
5122
|
readonly sourceField: string[];
|
|
5007
|
-
readonly destField: ("accountId" | "labelId" | "threadId" | "threadMessageId")[];
|
|
5123
|
+
readonly destField: ("accountId" | "labelId" | "threadId" | "threadMessageId" | "uidValidity" | "uid")[];
|
|
5008
5124
|
readonly destSchema: "threadLabel";
|
|
5009
5125
|
readonly cardinality: "many";
|
|
5010
5126
|
}, {
|
|
@@ -5065,7 +5181,7 @@ export declare const marcoZero: {
|
|
|
5065
5181
|
}];
|
|
5066
5182
|
labels: [{
|
|
5067
5183
|
readonly sourceField: string[];
|
|
5068
|
-
readonly destField: ("accountId" | "labelId" | "threadId" | "threadMessageId")[];
|
|
5184
|
+
readonly destField: ("accountId" | "labelId" | "threadId" | "threadMessageId" | "uidValidity" | "uid")[];
|
|
5069
5185
|
readonly destSchema: "threadLabel";
|
|
5070
5186
|
readonly cardinality: "many";
|
|
5071
5187
|
}, {
|
|
@@ -5116,7 +5232,7 @@ export declare const marcoZero: {
|
|
|
5116
5232
|
}];
|
|
5117
5233
|
labels: [{
|
|
5118
5234
|
readonly sourceField: string[];
|
|
5119
|
-
readonly destField: ("accountId" | "labelId" | "threadId" | "threadMessageId")[];
|
|
5235
|
+
readonly destField: ("accountId" | "labelId" | "threadId" | "threadMessageId" | "uidValidity" | "uid")[];
|
|
5120
5236
|
readonly destSchema: "threadLabel";
|
|
5121
5237
|
readonly cardinality: "many";
|
|
5122
5238
|
}, {
|
|
@@ -5731,6 +5847,22 @@ export declare const marcoZero: {
|
|
|
5731
5847
|
} & {
|
|
5732
5848
|
serverName: string;
|
|
5733
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
|
+
};
|
|
5734
5866
|
};
|
|
5735
5867
|
primaryKey: readonly [string, ...string[]];
|
|
5736
5868
|
} & {
|
|
@@ -5990,7 +6122,7 @@ export declare const marcoZero: {
|
|
|
5990
6122
|
}];
|
|
5991
6123
|
threads: [{
|
|
5992
6124
|
readonly sourceField: string[];
|
|
5993
|
-
readonly destField: ("accountId" | "labelId" | "threadId" | "threadMessageId")[];
|
|
6125
|
+
readonly destField: ("accountId" | "labelId" | "threadId" | "threadMessageId" | "uidValidity" | "uid")[];
|
|
5994
6126
|
readonly destSchema: "threadLabel";
|
|
5995
6127
|
readonly cardinality: "many";
|
|
5996
6128
|
}, {
|
|
@@ -6051,7 +6183,7 @@ export declare const marcoZero: {
|
|
|
6051
6183
|
}];
|
|
6052
6184
|
labels: [{
|
|
6053
6185
|
readonly sourceField: string[];
|
|
6054
|
-
readonly destField: ("accountId" | "labelId" | "threadId" | "threadMessageId")[];
|
|
6186
|
+
readonly destField: ("accountId" | "labelId" | "threadId" | "threadMessageId" | "uidValidity" | "uid")[];
|
|
6055
6187
|
readonly destSchema: "threadLabel";
|
|
6056
6188
|
readonly cardinality: "many";
|
|
6057
6189
|
}, {
|
|
@@ -6102,7 +6234,7 @@ export declare const marcoZero: {
|
|
|
6102
6234
|
}];
|
|
6103
6235
|
labels: [{
|
|
6104
6236
|
readonly sourceField: string[];
|
|
6105
|
-
readonly destField: ("accountId" | "labelId" | "threadId" | "threadMessageId")[];
|
|
6237
|
+
readonly destField: ("accountId" | "labelId" | "threadId" | "threadMessageId" | "uidValidity" | "uid")[];
|
|
6106
6238
|
readonly destSchema: "threadLabel";
|
|
6107
6239
|
readonly cardinality: "many";
|
|
6108
6240
|
}, {
|
|
@@ -6601,6 +6733,22 @@ export declare const marcoZero: {
|
|
|
6601
6733
|
} & {
|
|
6602
6734
|
serverName: string;
|
|
6603
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
|
+
};
|
|
6604
6752
|
};
|
|
6605
6753
|
primaryKey: readonly [string, ...string[]];
|
|
6606
6754
|
} & {
|
package/dist/zero/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/zero/index.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/zero/index.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4BAIX,CAAC;mBACD,CAAC;oBAER,CAAJ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uBAHK,CAAC;kBACD,CAAC;wBACI,CAAC;0BAEN,CAAC;4BAGD,CAAC;oBACH,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAM,CAAA;AAEV,YAAY,EAAE,iBAAiB,EAAE,MAAM,YAAY,CAAA"}
|
|
@@ -241,6 +241,12 @@ export declare const zeroMutatorSchemas: {
|
|
|
241
241
|
readonly addLabel: {
|
|
242
242
|
readonly delta: import("valibot").ObjectSchema<{
|
|
243
243
|
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>;
|
|
244
|
+
readonly sourceLocations: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
245
|
+
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>;
|
|
246
|
+
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>;
|
|
247
|
+
readonly uid: import("valibot").NumberSchema<undefined>;
|
|
248
|
+
readonly uidValidity: import("valibot").NumberSchema<undefined>;
|
|
249
|
+
}, undefined>, undefined>;
|
|
244
250
|
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>;
|
|
245
251
|
}, undefined>;
|
|
246
252
|
};
|
|
@@ -252,6 +258,12 @@ export declare const zeroMutatorSchemas: {
|
|
|
252
258
|
readonly removeLabel: {
|
|
253
259
|
readonly delta: import("valibot").ObjectSchema<{
|
|
254
260
|
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>;
|
|
261
|
+
readonly sourceLocations: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
262
|
+
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>;
|
|
263
|
+
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>;
|
|
264
|
+
readonly uid: import("valibot").NumberSchema<undefined>;
|
|
265
|
+
readonly uidValidity: import("valibot").NumberSchema<undefined>;
|
|
266
|
+
}, undefined>, undefined>;
|
|
255
267
|
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>;
|
|
256
268
|
}, undefined>;
|
|
257
269
|
};
|
|
@@ -263,6 +275,12 @@ export declare const zeroMutatorSchemas: {
|
|
|
263
275
|
};
|
|
264
276
|
readonly setArchive: {
|
|
265
277
|
readonly delta: import("valibot").ObjectSchema<{
|
|
278
|
+
readonly sourceLocations: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
279
|
+
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>;
|
|
280
|
+
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>;
|
|
281
|
+
readonly uid: import("valibot").NumberSchema<undefined>;
|
|
282
|
+
readonly uidValidity: import("valibot").NumberSchema<undefined>;
|
|
283
|
+
}, undefined>, undefined>;
|
|
266
284
|
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>;
|
|
267
285
|
}, undefined>;
|
|
268
286
|
};
|
|
@@ -274,6 +292,12 @@ export declare const zeroMutatorSchemas: {
|
|
|
274
292
|
};
|
|
275
293
|
readonly setInbox: {
|
|
276
294
|
readonly delta: import("valibot").ObjectSchema<{
|
|
295
|
+
readonly sourceLocations: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
296
|
+
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>;
|
|
297
|
+
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>;
|
|
298
|
+
readonly uid: import("valibot").NumberSchema<undefined>;
|
|
299
|
+
readonly uidValidity: import("valibot").NumberSchema<undefined>;
|
|
300
|
+
}, undefined>, undefined>;
|
|
277
301
|
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>;
|
|
278
302
|
}, undefined>;
|
|
279
303
|
};
|
|
@@ -285,11 +309,23 @@ export declare const zeroMutatorSchemas: {
|
|
|
285
309
|
};
|
|
286
310
|
readonly setSpam: {
|
|
287
311
|
readonly delta: import("valibot").ObjectSchema<{
|
|
312
|
+
readonly sourceLocations: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
313
|
+
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>;
|
|
314
|
+
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>;
|
|
315
|
+
readonly uid: import("valibot").NumberSchema<undefined>;
|
|
316
|
+
readonly uidValidity: import("valibot").NumberSchema<undefined>;
|
|
317
|
+
}, undefined>, undefined>;
|
|
288
318
|
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>;
|
|
289
319
|
}, undefined>;
|
|
290
320
|
};
|
|
291
321
|
readonly setTrash: {
|
|
292
322
|
readonly delta: import("valibot").ObjectSchema<{
|
|
323
|
+
readonly sourceLocations: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
324
|
+
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>;
|
|
325
|
+
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>;
|
|
326
|
+
readonly uid: import("valibot").NumberSchema<undefined>;
|
|
327
|
+
readonly uidValidity: import("valibot").NumberSchema<undefined>;
|
|
328
|
+
}, undefined>, undefined>;
|
|
293
329
|
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>;
|
|
294
330
|
}, undefined>;
|
|
295
331
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/zero/mutatorSchemas/index.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,kBAAkB
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/zero/mutatorSchemas/index.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAKrB,CAAA;AAEV,MAAM,MAAM,kBAAkB,GAAG,OAAO,kBAAkB,CAAA"}
|