@marcoappio/marco-config 2.0.200 → 2.0.202
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/clients/index.d.ts +13 -3
- package/dist/clients/index.d.ts.map +1 -1
- package/dist/clients/thread.d.ts +13 -3
- package/dist/clients/thread.d.ts.map +1 -1
- package/dist/clients/thread.js +13 -3
- package/dist/sdk/endpoints/index.d.ts +45 -26
- package/dist/sdk/endpoints/index.d.ts.map +1 -1
- package/dist/sdk/endpoints/private/index.d.ts +45 -26
- package/dist/sdk/endpoints/private/index.d.ts.map +1 -1
- package/dist/sdk/endpoints/private/sync/index.d.ts +45 -26
- package/dist/sdk/endpoints/private/sync/index.d.ts.map +1 -1
- package/dist/sdk/endpoints/private/sync/pull/index.d.ts +4 -1
- package/dist/sdk/endpoints/private/sync/pull/index.d.ts.map +1 -1
- package/dist/sdk/endpoints/private/sync/pull/thread.d.ts +4 -1
- package/dist/sdk/endpoints/private/sync/pull/thread.d.ts.map +1 -1
- package/dist/sdk/endpoints/private/sync/push/account.d.ts +19 -19
- package/dist/sdk/endpoints/private/sync/push/account.d.ts.map +1 -1
- package/dist/sdk/endpoints/private/sync/push/account.js +11 -11
- package/dist/sdk/endpoints/private/sync/push/draft.d.ts.map +1 -1
- package/dist/sdk/endpoints/private/sync/push/draft.js +38 -39
- package/dist/sdk/endpoints/private/sync/push/index.d.ts +41 -25
- package/dist/sdk/endpoints/private/sync/push/index.d.ts.map +1 -1
- package/dist/sdk/endpoints/private/sync/push/thread.d.ts +20 -4
- package/dist/sdk/endpoints/private/sync/push/thread.d.ts.map +1 -1
- package/dist/sdk/endpoints/private/sync/push/thread.js +18 -6
- package/dist/sdk/endpoints/private/sync/push/user.d.ts +2 -2
- package/dist/sdk/endpoints/private/sync/push/user.d.ts.map +1 -1
- package/dist/sdk/endpoints/private/sync/push/user.js +3 -3
- package/dist/sdk/index.d.ts +45 -26
- package/dist/sdk/index.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/clients/index.d.ts
CHANGED
|
@@ -258,7 +258,10 @@ export declare const marcoClients: {
|
|
|
258
258
|
readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
259
259
|
}, undefined>;
|
|
260
260
|
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
261
|
-
readonly labelIds: import("valibot").
|
|
261
|
+
readonly labelIds: import("valibot").ObjectSchema<{
|
|
262
|
+
readonly current: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>, undefined>;
|
|
263
|
+
readonly previous: import("valibot").NullableSchema<import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>, undefined>, undefined>;
|
|
264
|
+
}, undefined>;
|
|
262
265
|
readonly previewText: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
263
266
|
readonly replyTo: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
264
267
|
readonly emailAddresses: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
|
|
@@ -272,13 +275,14 @@ export declare const marcoClients: {
|
|
|
272
275
|
}, undefined>, undefined>;
|
|
273
276
|
}, undefined>;
|
|
274
277
|
mutators: {
|
|
275
|
-
|
|
278
|
+
delete: {
|
|
276
279
|
delta: import("valibot").ObjectSchema<{
|
|
277
280
|
readonly threadId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
278
281
|
}, undefined>;
|
|
279
282
|
};
|
|
280
|
-
|
|
283
|
+
setLabels: {
|
|
281
284
|
delta: import("valibot").ObjectSchema<{
|
|
285
|
+
readonly labelIds: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
282
286
|
readonly threadId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
283
287
|
}, undefined>;
|
|
284
288
|
};
|
|
@@ -289,6 +293,12 @@ export declare const marcoClients: {
|
|
|
289
293
|
readonly threadId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
290
294
|
}, undefined>;
|
|
291
295
|
};
|
|
296
|
+
setSpecialUse: {
|
|
297
|
+
delta: import("valibot").ObjectSchema<{
|
|
298
|
+
readonly specialUse: import("valibot").UnionSchema<[import("valibot").LiteralSchema<"ARCHIVE", undefined>, import("valibot").LiteralSchema<"INBOX", undefined>, import("valibot").LiteralSchema<"SENT", undefined>, import("valibot").LiteralSchema<"SPAM", undefined>, import("valibot").LiteralSchema<"TRASH", undefined>], undefined>;
|
|
299
|
+
readonly threadId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
300
|
+
}, undefined>;
|
|
301
|
+
};
|
|
292
302
|
};
|
|
293
303
|
name: "thread";
|
|
294
304
|
pullURL: "/v1/pv/sync/pull/thread";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/clients/index.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAA;AAE3C,eAAO,MAAM,YAAY
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/clients/index.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAA;AAE3C,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMc,CAAA"}
|
package/dist/clients/thread.d.ts
CHANGED
|
@@ -20,7 +20,10 @@ export declare const thread: {
|
|
|
20
20
|
readonly name: v.NullableSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
21
21
|
}, undefined>;
|
|
22
22
|
readonly id: v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.UuidAction<string, undefined>]>, undefined>;
|
|
23
|
-
readonly labelIds: v.
|
|
23
|
+
readonly labelIds: v.ObjectSchema<{
|
|
24
|
+
readonly current: v.ArraySchema<v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.UuidAction<string, undefined>]>, undefined>, undefined>;
|
|
25
|
+
readonly previous: v.NullableSchema<v.ArraySchema<v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.UuidAction<string, undefined>]>, undefined>, undefined>, undefined>;
|
|
26
|
+
}, undefined>;
|
|
24
27
|
readonly previewText: v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
25
28
|
readonly replyTo: v.ArraySchema<v.ObjectSchema<{
|
|
26
29
|
readonly emailAddresses: v.ArraySchema<v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.EmailAction<string, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
|
|
@@ -34,13 +37,14 @@ export declare const thread: {
|
|
|
34
37
|
}, undefined>, undefined>;
|
|
35
38
|
}, undefined>;
|
|
36
39
|
mutators: {
|
|
37
|
-
|
|
40
|
+
delete: {
|
|
38
41
|
delta: v.ObjectSchema<{
|
|
39
42
|
readonly threadId: v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.UuidAction<string, undefined>]>, undefined>;
|
|
40
43
|
}, undefined>;
|
|
41
44
|
};
|
|
42
|
-
|
|
45
|
+
setLabels: {
|
|
43
46
|
delta: v.ObjectSchema<{
|
|
47
|
+
readonly labelIds: v.ArraySchema<v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
44
48
|
readonly threadId: v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.UuidAction<string, undefined>]>, undefined>;
|
|
45
49
|
}, undefined>;
|
|
46
50
|
};
|
|
@@ -51,6 +55,12 @@ export declare const thread: {
|
|
|
51
55
|
readonly threadId: v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.UuidAction<string, undefined>]>, undefined>;
|
|
52
56
|
}, undefined>;
|
|
53
57
|
};
|
|
58
|
+
setSpecialUse: {
|
|
59
|
+
delta: v.ObjectSchema<{
|
|
60
|
+
readonly specialUse: v.UnionSchema<[v.LiteralSchema<"ARCHIVE", undefined>, v.LiteralSchema<"INBOX", undefined>, v.LiteralSchema<"SENT", undefined>, v.LiteralSchema<"SPAM", undefined>, v.LiteralSchema<"TRASH", undefined>], undefined>;
|
|
61
|
+
readonly threadId: v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.UuidAction<string, undefined>]>, undefined>;
|
|
62
|
+
}, undefined>;
|
|
63
|
+
};
|
|
54
64
|
};
|
|
55
65
|
name: "thread";
|
|
56
66
|
pullURL: "/v1/pv/sync/pull/thread";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"thread.d.ts","sourceRoot":"","sources":["../../src/clients/thread.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,SAAS,CAAA;AAW5B,eAAO,MAAM,MAAM
|
|
1
|
+
{"version":3,"file":"thread.d.ts","sourceRoot":"","sources":["../../src/clients/thread.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,SAAS,CAAA;AAW5B,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsDI,CAAA"}
|
package/dist/clients/thread.js
CHANGED
|
@@ -17,7 +17,10 @@ export const thread = {
|
|
|
17
17
|
flagged: v.boolean(),
|
|
18
18
|
from: inlineContact,
|
|
19
19
|
id: marcoSchemas.string.uuid(),
|
|
20
|
-
labelIds: v.
|
|
20
|
+
labelIds: v.object({
|
|
21
|
+
current: v.array(marcoSchemas.string.uuid()),
|
|
22
|
+
previous: v.nullable(v.array(marcoSchemas.string.uuid())),
|
|
23
|
+
}),
|
|
21
24
|
previewText: marcoSchemas.string.required(marcoConstants.messages.PREVIEW_TEXT_MAX_LENGTH),
|
|
22
25
|
replyTo: v.array(inlineContact),
|
|
23
26
|
seen: v.boolean(),
|
|
@@ -25,13 +28,14 @@ export const thread = {
|
|
|
25
28
|
})),
|
|
26
29
|
}),
|
|
27
30
|
mutators: {
|
|
28
|
-
|
|
31
|
+
delete: {
|
|
29
32
|
delta: v.object({
|
|
30
33
|
threadId: marcoSchemas.string.uuid(),
|
|
31
34
|
}),
|
|
32
35
|
},
|
|
33
|
-
|
|
36
|
+
setLabels: {
|
|
34
37
|
delta: v.object({
|
|
38
|
+
labelIds: v.array(marcoSchemas.string.required()),
|
|
35
39
|
threadId: marcoSchemas.string.uuid(),
|
|
36
40
|
}),
|
|
37
41
|
},
|
|
@@ -42,6 +46,12 @@ export const thread = {
|
|
|
42
46
|
threadId: marcoSchemas.string.uuid(),
|
|
43
47
|
}),
|
|
44
48
|
},
|
|
49
|
+
setSpecialUse: {
|
|
50
|
+
delta: v.object({
|
|
51
|
+
specialUse: marcoSchemas.labelSpecialUse(),
|
|
52
|
+
threadId: marcoSchemas.string.uuid(),
|
|
53
|
+
}),
|
|
54
|
+
},
|
|
45
55
|
},
|
|
46
56
|
name: 'thread',
|
|
47
57
|
pullURL: '/v1/pv/sync/pull/thread',
|
|
@@ -229,7 +229,10 @@ export declare const endpoints: {
|
|
|
229
229
|
readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
230
230
|
}, undefined>;
|
|
231
231
|
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
232
|
-
readonly labelIds: import("valibot").
|
|
232
|
+
readonly labelIds: import("valibot").ObjectSchema<{
|
|
233
|
+
readonly current: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>, undefined>;
|
|
234
|
+
readonly previous: import("valibot").NullableSchema<import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>, undefined>, undefined>;
|
|
235
|
+
}, undefined>;
|
|
233
236
|
readonly previewText: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
234
237
|
readonly replyTo: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
235
238
|
readonly emailAddresses: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
|
|
@@ -291,39 +294,39 @@ export declare const endpoints: {
|
|
|
291
294
|
push: {
|
|
292
295
|
account: EndpointConfig<"/v1/pv/sync/push/account", import("valibot").ObjectSchema<{
|
|
293
296
|
readonly clientGroupID: import("valibot").StringSchema<undefined>;
|
|
294
|
-
readonly mutations: import("valibot").ArraySchema<import("valibot").UnionSchema<
|
|
297
|
+
readonly mutations: import("valibot").ArraySchema<import("valibot").UnionSchema<(import("valibot").ObjectSchema<{
|
|
295
298
|
readonly args: import("valibot").ObjectSchema<{
|
|
296
|
-
readonly
|
|
297
|
-
|
|
298
|
-
readonly imapHost: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
299
|
-
readonly imapPassword: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
300
|
-
readonly imapPort: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, number, undefined>, import("valibot").MaxValueAction<number, number, undefined>]>, undefined>;
|
|
301
|
-
readonly smtpHost: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
302
|
-
readonly smtpPassword: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
303
|
-
readonly smtpPort: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, number, undefined>, import("valibot").MaxValueAction<number, number, undefined>]>, undefined>;
|
|
304
|
-
}, undefined>;
|
|
299
|
+
readonly color: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
300
|
+
readonly emailAddress: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
305
301
|
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
306
302
|
}, undefined>;
|
|
307
303
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
308
304
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
309
|
-
readonly name: import("valibot").LiteralSchema<"
|
|
310
|
-
}, undefined
|
|
305
|
+
readonly name: import("valibot").LiteralSchema<"add", undefined>;
|
|
306
|
+
}, undefined> | import("valibot").ObjectSchema<{
|
|
311
307
|
readonly args: import("valibot").ObjectSchema<{
|
|
312
|
-
readonly color: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
313
|
-
readonly emailAddress: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
314
308
|
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
315
309
|
}, undefined>;
|
|
316
310
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
317
311
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
318
|
-
readonly name: import("valibot").LiteralSchema<"
|
|
319
|
-
}, undefined
|
|
312
|
+
readonly name: import("valibot").LiteralSchema<"delete", undefined>;
|
|
313
|
+
}, undefined> | import("valibot").ObjectSchema<{
|
|
320
314
|
readonly args: import("valibot").ObjectSchema<{
|
|
315
|
+
readonly connectionConfig: import("valibot").ObjectSchema<{
|
|
316
|
+
readonly imapStatus: import("valibot").LiteralSchema<"AWAITING_CONNECTION", undefined>;
|
|
317
|
+
readonly imapHost: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
318
|
+
readonly imapPassword: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
319
|
+
readonly imapPort: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, number, undefined>, import("valibot").MaxValueAction<number, number, undefined>]>, undefined>;
|
|
320
|
+
readonly smtpHost: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
321
|
+
readonly smtpPassword: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
322
|
+
readonly smtpPort: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, number, undefined>, import("valibot").MaxValueAction<number, number, undefined>]>, undefined>;
|
|
323
|
+
}, undefined>;
|
|
321
324
|
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
322
325
|
}, undefined>;
|
|
323
326
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
324
327
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
325
|
-
readonly name: import("valibot").LiteralSchema<"
|
|
326
|
-
}, undefined
|
|
328
|
+
readonly name: import("valibot").LiteralSchema<"setConnectionConfig", undefined>;
|
|
329
|
+
}, undefined> | import("valibot").ObjectSchema<{
|
|
327
330
|
readonly args: import("valibot").ObjectSchema<{
|
|
328
331
|
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
329
332
|
readonly settings: Omit<import("valibot").ObjectSchema<{
|
|
@@ -368,7 +371,7 @@ export declare const endpoints: {
|
|
|
368
371
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
369
372
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
370
373
|
readonly name: import("valibot").LiteralSchema<"setSettings", undefined>;
|
|
371
|
-
}, undefined>], undefined>, undefined>;
|
|
374
|
+
}, undefined>)[], undefined>, undefined>;
|
|
372
375
|
}, undefined>, GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
373
376
|
readonly data: import("valibot").ObjectSchema<{
|
|
374
377
|
readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
|
|
@@ -521,7 +524,22 @@ export declare const endpoints: {
|
|
|
521
524
|
}, undefined>], undefined>>;
|
|
522
525
|
thread: EndpointConfig<"/v1/pv/sync/push/thread", import("valibot").ObjectSchema<{
|
|
523
526
|
readonly clientGroupID: import("valibot").StringSchema<undefined>;
|
|
524
|
-
readonly mutations: import("valibot").ArraySchema<import("valibot").UnionSchema<
|
|
527
|
+
readonly mutations: import("valibot").ArraySchema<import("valibot").UnionSchema<(import("valibot").ObjectSchema<{
|
|
528
|
+
readonly args: import("valibot").ObjectSchema<{
|
|
529
|
+
readonly threadId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
530
|
+
}, undefined>;
|
|
531
|
+
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
532
|
+
readonly id: import("valibot").NumberSchema<undefined>;
|
|
533
|
+
readonly name: import("valibot").LiteralSchema<"delete", undefined>;
|
|
534
|
+
}, undefined> | import("valibot").ObjectSchema<{
|
|
535
|
+
readonly args: import("valibot").ObjectSchema<{
|
|
536
|
+
readonly labelIds: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
537
|
+
readonly threadId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
538
|
+
}, undefined>;
|
|
539
|
+
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
540
|
+
readonly id: import("valibot").NumberSchema<undefined>;
|
|
541
|
+
readonly name: import("valibot").LiteralSchema<"setLabels", undefined>;
|
|
542
|
+
}, undefined> | import("valibot").ObjectSchema<{
|
|
525
543
|
readonly args: import("valibot").ObjectSchema<{
|
|
526
544
|
readonly messageId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
527
545
|
readonly seen: import("valibot").BooleanSchema<undefined>;
|
|
@@ -530,14 +548,15 @@ export declare const endpoints: {
|
|
|
530
548
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
531
549
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
532
550
|
readonly name: import("valibot").LiteralSchema<"setMessageSeen", undefined>;
|
|
533
|
-
}, undefined
|
|
551
|
+
}, undefined> | import("valibot").ObjectSchema<{
|
|
534
552
|
readonly args: import("valibot").ObjectSchema<{
|
|
553
|
+
readonly specialUse: import("valibot").UnionSchema<[import("valibot").LiteralSchema<"ARCHIVE", undefined>, import("valibot").LiteralSchema<"INBOX", undefined>, import("valibot").LiteralSchema<"SENT", undefined>, import("valibot").LiteralSchema<"SPAM", undefined>, import("valibot").LiteralSchema<"TRASH", undefined>], undefined>;
|
|
535
554
|
readonly threadId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
536
555
|
}, undefined>;
|
|
537
556
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
538
557
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
539
|
-
readonly name: import("valibot").LiteralSchema<"
|
|
540
|
-
}, undefined>], undefined>, undefined>;
|
|
558
|
+
readonly name: import("valibot").LiteralSchema<"setSpecialUse", undefined>;
|
|
559
|
+
}, undefined>)[], undefined>, undefined>;
|
|
541
560
|
}, undefined>, GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
542
561
|
readonly data: import("valibot").ObjectSchema<{
|
|
543
562
|
readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
|
|
@@ -563,7 +582,7 @@ export declare const endpoints: {
|
|
|
563
582
|
}, undefined>], undefined>>;
|
|
564
583
|
user: EndpointConfig<"/v1/pv/sync/push/user", import("valibot").ObjectSchema<{
|
|
565
584
|
readonly clientGroupID: import("valibot").StringSchema<undefined>;
|
|
566
|
-
readonly mutations: import("valibot").ArraySchema<import("valibot").UnionSchema<
|
|
585
|
+
readonly mutations: import("valibot").ArraySchema<import("valibot").UnionSchema<import("valibot").ObjectSchema<{
|
|
567
586
|
readonly args: import("valibot").ObjectSchema<{
|
|
568
587
|
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
569
588
|
readonly settings: Omit<import("valibot").ObjectSchema<{
|
|
@@ -601,7 +620,7 @@ export declare const endpoints: {
|
|
|
601
620
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
602
621
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
603
622
|
readonly name: import("valibot").LiteralSchema<"setSettings", undefined>;
|
|
604
|
-
}, undefined>], undefined>, undefined>;
|
|
623
|
+
}, undefined>[], undefined>, undefined>;
|
|
605
624
|
}, undefined>, GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
606
625
|
readonly data: import("valibot").ObjectSchema<{
|
|
607
626
|
readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/sdk/endpoints/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAEvC,OAAO,EAAE,cAAc,EAAe,MAAM,qBAAqB,CAAA;AAcjE,eAAO,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/sdk/endpoints/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAEvC,OAAO,EAAE,cAAc,EAAe,MAAM,qBAAqB,CAAA;AAcjE,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGM,CAAA"}
|
|
@@ -226,7 +226,10 @@ export declare const privateGroup: {
|
|
|
226
226
|
readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
227
227
|
}, undefined>;
|
|
228
228
|
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
229
|
-
readonly labelIds: import("valibot").
|
|
229
|
+
readonly labelIds: import("valibot").ObjectSchema<{
|
|
230
|
+
readonly current: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>, undefined>;
|
|
231
|
+
readonly previous: import("valibot").NullableSchema<import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>, undefined>, undefined>;
|
|
232
|
+
}, undefined>;
|
|
230
233
|
readonly previewText: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
231
234
|
readonly replyTo: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
232
235
|
readonly emailAddresses: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
|
|
@@ -288,39 +291,39 @@ export declare const privateGroup: {
|
|
|
288
291
|
push: {
|
|
289
292
|
account: import("../../..").EndpointConfig<"/v1/pv/sync/push/account", import("valibot").ObjectSchema<{
|
|
290
293
|
readonly clientGroupID: import("valibot").StringSchema<undefined>;
|
|
291
|
-
readonly mutations: import("valibot").ArraySchema<import("valibot").UnionSchema<
|
|
294
|
+
readonly mutations: import("valibot").ArraySchema<import("valibot").UnionSchema<(import("valibot").ObjectSchema<{
|
|
292
295
|
readonly args: import("valibot").ObjectSchema<{
|
|
293
|
-
readonly
|
|
294
|
-
|
|
295
|
-
readonly imapHost: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
296
|
-
readonly imapPassword: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
297
|
-
readonly imapPort: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, number, undefined>, import("valibot").MaxValueAction<number, number, undefined>]>, undefined>;
|
|
298
|
-
readonly smtpHost: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
299
|
-
readonly smtpPassword: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
300
|
-
readonly smtpPort: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, number, undefined>, import("valibot").MaxValueAction<number, number, undefined>]>, undefined>;
|
|
301
|
-
}, undefined>;
|
|
296
|
+
readonly color: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
297
|
+
readonly emailAddress: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
302
298
|
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
303
299
|
}, undefined>;
|
|
304
300
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
305
301
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
306
|
-
readonly name: import("valibot").LiteralSchema<"
|
|
307
|
-
}, undefined
|
|
302
|
+
readonly name: import("valibot").LiteralSchema<"add", undefined>;
|
|
303
|
+
}, undefined> | import("valibot").ObjectSchema<{
|
|
308
304
|
readonly args: import("valibot").ObjectSchema<{
|
|
309
|
-
readonly color: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
310
|
-
readonly emailAddress: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
311
305
|
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
312
306
|
}, undefined>;
|
|
313
307
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
314
308
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
315
|
-
readonly name: import("valibot").LiteralSchema<"
|
|
316
|
-
}, undefined
|
|
309
|
+
readonly name: import("valibot").LiteralSchema<"delete", undefined>;
|
|
310
|
+
}, undefined> | import("valibot").ObjectSchema<{
|
|
317
311
|
readonly args: import("valibot").ObjectSchema<{
|
|
312
|
+
readonly connectionConfig: import("valibot").ObjectSchema<{
|
|
313
|
+
readonly imapStatus: import("valibot").LiteralSchema<"AWAITING_CONNECTION", undefined>;
|
|
314
|
+
readonly imapHost: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
315
|
+
readonly imapPassword: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
316
|
+
readonly imapPort: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, number, undefined>, import("valibot").MaxValueAction<number, number, undefined>]>, undefined>;
|
|
317
|
+
readonly smtpHost: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
318
|
+
readonly smtpPassword: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
319
|
+
readonly smtpPort: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, number, undefined>, import("valibot").MaxValueAction<number, number, undefined>]>, undefined>;
|
|
320
|
+
}, undefined>;
|
|
318
321
|
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
319
322
|
}, undefined>;
|
|
320
323
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
321
324
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
322
|
-
readonly name: import("valibot").LiteralSchema<"
|
|
323
|
-
}, undefined
|
|
325
|
+
readonly name: import("valibot").LiteralSchema<"setConnectionConfig", undefined>;
|
|
326
|
+
}, undefined> | import("valibot").ObjectSchema<{
|
|
324
327
|
readonly args: import("valibot").ObjectSchema<{
|
|
325
328
|
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
326
329
|
readonly settings: Omit<import("valibot").ObjectSchema<{
|
|
@@ -365,7 +368,7 @@ export declare const privateGroup: {
|
|
|
365
368
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
366
369
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
367
370
|
readonly name: import("valibot").LiteralSchema<"setSettings", undefined>;
|
|
368
|
-
}, undefined>], undefined>, undefined>;
|
|
371
|
+
}, undefined>)[], undefined>, undefined>;
|
|
369
372
|
}, undefined>, import("valibot").GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
370
373
|
readonly data: import("valibot").ObjectSchema<{
|
|
371
374
|
readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
|
|
@@ -518,7 +521,22 @@ export declare const privateGroup: {
|
|
|
518
521
|
}, undefined>], undefined>>;
|
|
519
522
|
thread: import("../../..").EndpointConfig<"/v1/pv/sync/push/thread", import("valibot").ObjectSchema<{
|
|
520
523
|
readonly clientGroupID: import("valibot").StringSchema<undefined>;
|
|
521
|
-
readonly mutations: import("valibot").ArraySchema<import("valibot").UnionSchema<
|
|
524
|
+
readonly mutations: import("valibot").ArraySchema<import("valibot").UnionSchema<(import("valibot").ObjectSchema<{
|
|
525
|
+
readonly args: import("valibot").ObjectSchema<{
|
|
526
|
+
readonly threadId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
527
|
+
}, undefined>;
|
|
528
|
+
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
529
|
+
readonly id: import("valibot").NumberSchema<undefined>;
|
|
530
|
+
readonly name: import("valibot").LiteralSchema<"delete", undefined>;
|
|
531
|
+
}, undefined> | import("valibot").ObjectSchema<{
|
|
532
|
+
readonly args: import("valibot").ObjectSchema<{
|
|
533
|
+
readonly labelIds: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
534
|
+
readonly threadId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
535
|
+
}, undefined>;
|
|
536
|
+
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
537
|
+
readonly id: import("valibot").NumberSchema<undefined>;
|
|
538
|
+
readonly name: import("valibot").LiteralSchema<"setLabels", undefined>;
|
|
539
|
+
}, undefined> | import("valibot").ObjectSchema<{
|
|
522
540
|
readonly args: import("valibot").ObjectSchema<{
|
|
523
541
|
readonly messageId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
524
542
|
readonly seen: import("valibot").BooleanSchema<undefined>;
|
|
@@ -527,14 +545,15 @@ export declare const privateGroup: {
|
|
|
527
545
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
528
546
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
529
547
|
readonly name: import("valibot").LiteralSchema<"setMessageSeen", undefined>;
|
|
530
|
-
}, undefined
|
|
548
|
+
}, undefined> | import("valibot").ObjectSchema<{
|
|
531
549
|
readonly args: import("valibot").ObjectSchema<{
|
|
550
|
+
readonly specialUse: import("valibot").UnionSchema<[import("valibot").LiteralSchema<"ARCHIVE", undefined>, import("valibot").LiteralSchema<"INBOX", undefined>, import("valibot").LiteralSchema<"SENT", undefined>, import("valibot").LiteralSchema<"SPAM", undefined>, import("valibot").LiteralSchema<"TRASH", undefined>], undefined>;
|
|
532
551
|
readonly threadId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
533
552
|
}, undefined>;
|
|
534
553
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
535
554
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
536
|
-
readonly name: import("valibot").LiteralSchema<"
|
|
537
|
-
}, undefined>], undefined>, undefined>;
|
|
555
|
+
readonly name: import("valibot").LiteralSchema<"setSpecialUse", undefined>;
|
|
556
|
+
}, undefined>)[], undefined>, undefined>;
|
|
538
557
|
}, undefined>, import("valibot").GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
539
558
|
readonly data: import("valibot").ObjectSchema<{
|
|
540
559
|
readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
|
|
@@ -560,7 +579,7 @@ export declare const privateGroup: {
|
|
|
560
579
|
}, undefined>], undefined>>;
|
|
561
580
|
user: import("../../..").EndpointConfig<"/v1/pv/sync/push/user", import("valibot").ObjectSchema<{
|
|
562
581
|
readonly clientGroupID: import("valibot").StringSchema<undefined>;
|
|
563
|
-
readonly mutations: import("valibot").ArraySchema<import("valibot").UnionSchema<
|
|
582
|
+
readonly mutations: import("valibot").ArraySchema<import("valibot").UnionSchema<import("valibot").ObjectSchema<{
|
|
564
583
|
readonly args: import("valibot").ObjectSchema<{
|
|
565
584
|
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
566
585
|
readonly settings: Omit<import("valibot").ObjectSchema<{
|
|
@@ -598,7 +617,7 @@ export declare const privateGroup: {
|
|
|
598
617
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
599
618
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
600
619
|
readonly name: import("valibot").LiteralSchema<"setSettings", undefined>;
|
|
601
|
-
}, undefined>], undefined>, undefined>;
|
|
620
|
+
}, undefined>[], undefined>, undefined>;
|
|
602
621
|
}, undefined>, import("valibot").GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
603
622
|
readonly data: import("valibot").ObjectSchema<{
|
|
604
623
|
readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/sdk/endpoints/private/index.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,YAAY
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/sdk/endpoints/private/index.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAIxB,CAAA"}
|