@marcoappio/marco-config 2.0.205 → 2.0.206
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 +4 -5
- package/dist/clients/index.d.ts.map +1 -1
- package/dist/clients/thread.d.ts +4 -5
- package/dist/clients/thread.d.ts.map +1 -1
- package/dist/clients/thread.js +4 -5
- package/dist/sdk/endpoints/index.d.ts +4 -5
- package/dist/sdk/endpoints/index.d.ts.map +1 -1
- package/dist/sdk/endpoints/private/index.d.ts +4 -5
- package/dist/sdk/endpoints/private/index.d.ts.map +1 -1
- package/dist/sdk/endpoints/private/sync/index.d.ts +4 -5
- package/dist/sdk/endpoints/private/sync/index.d.ts.map +1 -1
- package/dist/sdk/endpoints/private/sync/push/index.d.ts +4 -5
- package/dist/sdk/endpoints/private/sync/push/index.d.ts.map +1 -1
- package/dist/sdk/endpoints/private/sync/push/thread.d.ts +4 -5
- package/dist/sdk/endpoints/private/sync/push/thread.d.ts.map +1 -1
- package/dist/sdk/endpoints/private/sync/push/thread.js +6 -6
- package/dist/sdk/index.d.ts +4 -5
- package/dist/sdk/index.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/clients/index.d.ts
CHANGED
|
@@ -278,16 +278,15 @@ export declare const marcoClients: {
|
|
|
278
278
|
readonly threadId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
279
279
|
}, undefined>;
|
|
280
280
|
};
|
|
281
|
-
|
|
281
|
+
setSpecialUse: {
|
|
282
282
|
delta: import("valibot").ObjectSchema<{
|
|
283
|
-
readonly
|
|
284
|
-
readonly seen: import("valibot").BooleanSchema<undefined>;
|
|
283
|
+
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>;
|
|
285
284
|
readonly threadId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
286
285
|
}, undefined>;
|
|
287
286
|
};
|
|
288
|
-
|
|
287
|
+
setThreadSeen: {
|
|
289
288
|
delta: import("valibot").ObjectSchema<{
|
|
290
|
-
readonly
|
|
289
|
+
readonly seen: import("valibot").BooleanSchema<undefined>;
|
|
291
290
|
readonly threadId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
292
291
|
}, undefined>;
|
|
293
292
|
};
|
|
@@ -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
|
@@ -48,16 +48,15 @@ export declare const thread: {
|
|
|
48
48
|
readonly threadId: v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.UuidAction<string, undefined>]>, undefined>;
|
|
49
49
|
}, undefined>;
|
|
50
50
|
};
|
|
51
|
-
|
|
51
|
+
setSpecialUse: {
|
|
52
52
|
delta: v.ObjectSchema<{
|
|
53
|
-
readonly
|
|
54
|
-
readonly seen: v.BooleanSchema<undefined>;
|
|
53
|
+
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>;
|
|
55
54
|
readonly threadId: v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.UuidAction<string, undefined>]>, undefined>;
|
|
56
55
|
}, undefined>;
|
|
57
56
|
};
|
|
58
|
-
|
|
57
|
+
setThreadSeen: {
|
|
59
58
|
delta: v.ObjectSchema<{
|
|
60
|
-
readonly
|
|
59
|
+
readonly seen: v.BooleanSchema<undefined>;
|
|
61
60
|
readonly threadId: v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.UuidAction<string, undefined>]>, undefined>;
|
|
62
61
|
}, undefined>;
|
|
63
62
|
};
|
|
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqDI,CAAA"}
|
package/dist/clients/thread.js
CHANGED
|
@@ -39,16 +39,15 @@ export const thread = {
|
|
|
39
39
|
threadId: marcoSchemas.string.uuid(),
|
|
40
40
|
}),
|
|
41
41
|
},
|
|
42
|
-
|
|
42
|
+
setSpecialUse: {
|
|
43
43
|
delta: v.object({
|
|
44
|
-
|
|
45
|
-
seen: v.boolean(),
|
|
44
|
+
specialUse: marcoSchemas.labelSpecialUse(),
|
|
46
45
|
threadId: marcoSchemas.string.uuid(),
|
|
47
46
|
}),
|
|
48
47
|
},
|
|
49
|
-
|
|
48
|
+
setThreadSeen: {
|
|
50
49
|
delta: v.object({
|
|
51
|
-
|
|
50
|
+
seen: v.boolean(),
|
|
52
51
|
threadId: marcoSchemas.string.uuid(),
|
|
53
52
|
}),
|
|
54
53
|
},
|
|
@@ -533,21 +533,20 @@ export declare const endpoints: {
|
|
|
533
533
|
readonly name: import("valibot").LiteralSchema<"setLabels", undefined>;
|
|
534
534
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
535
535
|
readonly args: import("valibot").ObjectSchema<{
|
|
536
|
-
readonly
|
|
537
|
-
readonly seen: import("valibot").BooleanSchema<undefined>;
|
|
536
|
+
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>;
|
|
538
537
|
readonly threadId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
539
538
|
}, undefined>;
|
|
540
539
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
541
540
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
542
|
-
readonly name: import("valibot").LiteralSchema<"
|
|
541
|
+
readonly name: import("valibot").LiteralSchema<"setSpecialUse", undefined>;
|
|
543
542
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
544
543
|
readonly args: import("valibot").ObjectSchema<{
|
|
545
|
-
readonly
|
|
544
|
+
readonly seen: import("valibot").BooleanSchema<undefined>;
|
|
546
545
|
readonly threadId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
547
546
|
}, undefined>;
|
|
548
547
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
549
548
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
550
|
-
readonly name: import("valibot").LiteralSchema<"
|
|
549
|
+
readonly name: import("valibot").LiteralSchema<"setThreadSeen", undefined>;
|
|
551
550
|
}, undefined>)[], undefined>, undefined>;
|
|
552
551
|
}, undefined>, GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
553
552
|
readonly data: import("valibot").ObjectSchema<{
|
|
@@ -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"}
|
|
@@ -530,21 +530,20 @@ export declare const privateGroup: {
|
|
|
530
530
|
readonly name: import("valibot").LiteralSchema<"setLabels", undefined>;
|
|
531
531
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
532
532
|
readonly args: import("valibot").ObjectSchema<{
|
|
533
|
-
readonly
|
|
534
|
-
readonly seen: import("valibot").BooleanSchema<undefined>;
|
|
533
|
+
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
534
|
readonly threadId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
536
535
|
}, undefined>;
|
|
537
536
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
538
537
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
539
|
-
readonly name: import("valibot").LiteralSchema<"
|
|
538
|
+
readonly name: import("valibot").LiteralSchema<"setSpecialUse", undefined>;
|
|
540
539
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
541
540
|
readonly args: import("valibot").ObjectSchema<{
|
|
542
|
-
readonly
|
|
541
|
+
readonly seen: import("valibot").BooleanSchema<undefined>;
|
|
543
542
|
readonly threadId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
544
543
|
}, undefined>;
|
|
545
544
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
546
545
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
547
|
-
readonly name: import("valibot").LiteralSchema<"
|
|
546
|
+
readonly name: import("valibot").LiteralSchema<"setThreadSeen", undefined>;
|
|
548
547
|
}, undefined>)[], undefined>, undefined>;
|
|
549
548
|
}, undefined>, import("valibot").GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
550
549
|
readonly data: import("valibot").ObjectSchema<{
|
|
@@ -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"}
|
|
@@ -511,21 +511,20 @@ export declare const sync: {
|
|
|
511
511
|
readonly name: import("valibot").LiteralSchema<"setLabels", undefined>;
|
|
512
512
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
513
513
|
readonly args: import("valibot").ObjectSchema<{
|
|
514
|
-
readonly
|
|
515
|
-
readonly seen: import("valibot").BooleanSchema<undefined>;
|
|
514
|
+
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>;
|
|
516
515
|
readonly threadId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
517
516
|
}, undefined>;
|
|
518
517
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
519
518
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
520
|
-
readonly name: import("valibot").LiteralSchema<"
|
|
519
|
+
readonly name: import("valibot").LiteralSchema<"setSpecialUse", undefined>;
|
|
521
520
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
522
521
|
readonly args: import("valibot").ObjectSchema<{
|
|
523
|
-
readonly
|
|
522
|
+
readonly seen: import("valibot").BooleanSchema<undefined>;
|
|
524
523
|
readonly threadId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
525
524
|
}, undefined>;
|
|
526
525
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
527
526
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
528
|
-
readonly name: import("valibot").LiteralSchema<"
|
|
527
|
+
readonly name: import("valibot").LiteralSchema<"setThreadSeen", undefined>;
|
|
529
528
|
}, undefined>)[], undefined>, undefined>;
|
|
530
529
|
}, undefined>, import("valibot").GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
531
530
|
readonly data: import("valibot").ObjectSchema<{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/sdk/endpoints/private/sync/index.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,IAAI
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/sdk/endpoints/private/sync/index.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAiB,CAAA"}
|
|
@@ -241,21 +241,20 @@ export declare const push: {
|
|
|
241
241
|
readonly name: import("valibot").LiteralSchema<"setLabels", undefined>;
|
|
242
242
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
243
243
|
readonly args: import("valibot").ObjectSchema<{
|
|
244
|
-
readonly
|
|
245
|
-
readonly seen: import("valibot").BooleanSchema<undefined>;
|
|
244
|
+
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>;
|
|
246
245
|
readonly threadId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
247
246
|
}, undefined>;
|
|
248
247
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
249
248
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
250
|
-
readonly name: import("valibot").LiteralSchema<"
|
|
249
|
+
readonly name: import("valibot").LiteralSchema<"setSpecialUse", undefined>;
|
|
251
250
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
252
251
|
readonly args: import("valibot").ObjectSchema<{
|
|
253
|
-
readonly
|
|
252
|
+
readonly seen: import("valibot").BooleanSchema<undefined>;
|
|
254
253
|
readonly threadId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
255
254
|
}, undefined>;
|
|
256
255
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
257
256
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
258
|
-
readonly name: import("valibot").LiteralSchema<"
|
|
257
|
+
readonly name: import("valibot").LiteralSchema<"setThreadSeen", undefined>;
|
|
259
258
|
}, undefined>)[], undefined>, undefined>;
|
|
260
259
|
}, undefined>, import("valibot").GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
261
260
|
readonly data: import("valibot").ObjectSchema<{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/sdk/endpoints/private/sync/push/index.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,IAAI
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/sdk/endpoints/private/sync/push/index.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAmC,CAAA"}
|
|
@@ -18,21 +18,20 @@ export declare const syncPushThread: import("../../../../..").EndpointConfig<"/v
|
|
|
18
18
|
readonly name: v.LiteralSchema<"setLabels", undefined>;
|
|
19
19
|
}, undefined> | v.ObjectSchema<{
|
|
20
20
|
readonly args: v.ObjectSchema<{
|
|
21
|
-
readonly
|
|
22
|
-
readonly seen: v.BooleanSchema<undefined>;
|
|
21
|
+
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>;
|
|
23
22
|
readonly threadId: v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.UuidAction<string, undefined>]>, undefined>;
|
|
24
23
|
}, undefined>;
|
|
25
24
|
readonly clientID: v.StringSchema<undefined>;
|
|
26
25
|
readonly id: v.NumberSchema<undefined>;
|
|
27
|
-
readonly name: v.LiteralSchema<"
|
|
26
|
+
readonly name: v.LiteralSchema<"setSpecialUse", undefined>;
|
|
28
27
|
}, undefined> | v.ObjectSchema<{
|
|
29
28
|
readonly args: v.ObjectSchema<{
|
|
30
|
-
readonly
|
|
29
|
+
readonly seen: v.BooleanSchema<undefined>;
|
|
31
30
|
readonly threadId: v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.UuidAction<string, undefined>]>, undefined>;
|
|
32
31
|
}, undefined>;
|
|
33
32
|
readonly clientID: v.StringSchema<undefined>;
|
|
34
33
|
readonly id: v.NumberSchema<undefined>;
|
|
35
|
-
readonly name: v.LiteralSchema<"
|
|
34
|
+
readonly name: v.LiteralSchema<"setThreadSeen", undefined>;
|
|
36
35
|
}, undefined>)[], undefined>, undefined>;
|
|
37
36
|
}, undefined>, v.GenericSchema<unknown, unknown, v.BaseIssue<unknown>> | undefined, v.UnionSchema<[v.ObjectSchema<{
|
|
38
37
|
readonly data: v.ObjectSchema<{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"thread.d.ts","sourceRoot":"","sources":["../../../../../../src/sdk/endpoints/private/sync/push/thread.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,SAAS,CAAA;AAM5B,eAAO,MAAM,cAAc
|
|
1
|
+
{"version":3,"file":"thread.d.ts","sourceRoot":"","sources":["../../../../../../src/sdk/endpoints/private/sync/push/thread.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,SAAS,CAAA;AAM5B,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2BA0CzB,CAAA"}
|
|
@@ -18,18 +18,18 @@ export const syncPushThread = createEndpoint({
|
|
|
18
18
|
id: v.number(),
|
|
19
19
|
name: v.literal('setLabels'),
|
|
20
20
|
}),
|
|
21
|
-
setMessageSeen: v.object({
|
|
22
|
-
args: thread.mutators.setMessageSeen.delta,
|
|
23
|
-
clientID: v.string(),
|
|
24
|
-
id: v.number(),
|
|
25
|
-
name: v.literal('setMessageSeen'),
|
|
26
|
-
}),
|
|
27
21
|
setSpecialUse: v.object({
|
|
28
22
|
args: thread.mutators.setSpecialUse.delta,
|
|
29
23
|
clientID: v.string(),
|
|
30
24
|
id: v.number(),
|
|
31
25
|
name: v.literal('setSpecialUse'),
|
|
32
26
|
}),
|
|
27
|
+
setThreadSeen: v.object({
|
|
28
|
+
args: thread.mutators.setThreadSeen.delta,
|
|
29
|
+
clientID: v.string(),
|
|
30
|
+
id: v.number(),
|
|
31
|
+
name: v.literal('setThreadSeen'),
|
|
32
|
+
}),
|
|
33
33
|
}))),
|
|
34
34
|
}),
|
|
35
35
|
method: 'POST',
|
package/dist/sdk/index.d.ts
CHANGED
|
@@ -532,21 +532,20 @@ export declare const marcoSDK: {
|
|
|
532
532
|
readonly name: import("valibot").LiteralSchema<"setLabels", undefined>;
|
|
533
533
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
534
534
|
readonly args: import("valibot").ObjectSchema<{
|
|
535
|
-
readonly
|
|
536
|
-
readonly seen: import("valibot").BooleanSchema<undefined>;
|
|
535
|
+
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>;
|
|
537
536
|
readonly threadId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
538
537
|
}, undefined>;
|
|
539
538
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
540
539
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
541
|
-
readonly name: import("valibot").LiteralSchema<"
|
|
540
|
+
readonly name: import("valibot").LiteralSchema<"setSpecialUse", undefined>;
|
|
542
541
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
543
542
|
readonly args: import("valibot").ObjectSchema<{
|
|
544
|
-
readonly
|
|
543
|
+
readonly seen: import("valibot").BooleanSchema<undefined>;
|
|
545
544
|
readonly threadId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
546
545
|
}, undefined>;
|
|
547
546
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
548
547
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
549
|
-
readonly name: import("valibot").LiteralSchema<"
|
|
548
|
+
readonly name: import("valibot").LiteralSchema<"setThreadSeen", undefined>;
|
|
550
549
|
}, undefined>)[], undefined>, undefined>;
|
|
551
550
|
}, undefined>, import("valibot").GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
552
551
|
readonly data: import("valibot").ObjectSchema<{
|
package/dist/sdk/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/sdk/index.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,QAAQ
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/sdk/index.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGpB,CAAA"}
|
package/package.json
CHANGED