@marcoappio/marco-config 2.0.404 → 2.0.406
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 +51 -17
- package/dist/clients/index.d.ts.map +1 -1
- package/dist/clients/thread.d.ts +51 -17
- package/dist/clients/thread.d.ts.map +1 -1
- package/dist/clients/thread.js +64 -29
- package/dist/sdk/endpoints/index.d.ts +54 -16
- package/dist/sdk/endpoints/index.d.ts.map +1 -1
- package/dist/sdk/endpoints/private/index.d.ts +54 -16
- package/dist/sdk/endpoints/private/index.d.ts.map +1 -1
- package/dist/sdk/endpoints/private/sync/index.d.ts +54 -16
- package/dist/sdk/endpoints/private/sync/index.d.ts.map +1 -1
- package/dist/sdk/endpoints/private/sync/push/index.d.ts +54 -16
- package/dist/sdk/endpoints/private/sync/push/index.d.ts.map +1 -1
- package/dist/sdk/endpoints/private/sync/push/thread.d.ts +54 -16
- package/dist/sdk/endpoints/private/sync/push/thread.d.ts.map +1 -1
- package/dist/sdk/endpoints/private/sync/push/thread.js +12 -0
- package/dist/sdk/index.d.ts +54 -16
- package/dist/sdk/index.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/clients/index.d.ts
CHANGED
|
@@ -404,54 +404,88 @@ export declare const marcoClients: {
|
|
|
404
404
|
readonly seen: import("valibot").NonOptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
405
405
|
}, undefined>;
|
|
406
406
|
mutators: {
|
|
407
|
-
|
|
407
|
+
addLabel: {
|
|
408
408
|
delta: import("valibot").ObjectSchema<{
|
|
409
|
+
readonly labelPath: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
410
|
+
readonly threadIds: 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>;
|
|
411
|
+
}, undefined>;
|
|
412
|
+
};
|
|
413
|
+
delete: {
|
|
414
|
+
delta: import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
409
415
|
readonly threadId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
416
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
417
|
+
readonly threadIds: 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>;
|
|
418
|
+
}, undefined>], undefined>;
|
|
419
|
+
};
|
|
420
|
+
removeLabel: {
|
|
421
|
+
delta: import("valibot").ObjectSchema<{
|
|
422
|
+
readonly labelPath: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
423
|
+
readonly threadIds: 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>;
|
|
410
424
|
}, undefined>;
|
|
411
425
|
};
|
|
412
426
|
requestAttachmentDownload: {
|
|
413
|
-
delta: import("valibot").ObjectSchema<{
|
|
427
|
+
delta: import("valibot").UnionSchema<readonly [import("valibot").ObjectSchema<{
|
|
414
428
|
readonly attachmentId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
415
429
|
readonly threadId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
416
|
-
}, undefined
|
|
430
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
431
|
+
readonly attachmentIds: 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>;
|
|
432
|
+
readonly threadIds: 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>;
|
|
433
|
+
}, undefined>], undefined>;
|
|
417
434
|
};
|
|
418
435
|
setFlagged: {
|
|
419
|
-
delta: import("valibot").ObjectSchema<{
|
|
436
|
+
delta: import("valibot").UnionSchema<readonly [import("valibot").ObjectSchema<{
|
|
420
437
|
readonly flagged: import("valibot").NonOptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
421
438
|
readonly threadId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
422
|
-
}, undefined
|
|
439
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
440
|
+
readonly flagged: import("valibot").NonOptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
441
|
+
readonly threadIds: 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>;
|
|
442
|
+
}, undefined>], undefined>;
|
|
423
443
|
};
|
|
424
444
|
setLabels: {
|
|
425
|
-
delta: import("valibot").ObjectSchema<{
|
|
445
|
+
delta: import("valibot").UnionSchema<readonly [import("valibot").ObjectSchema<{
|
|
426
446
|
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>;
|
|
427
447
|
readonly threadId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
428
|
-
}, undefined
|
|
448
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
449
|
+
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>;
|
|
450
|
+
readonly threadIds: 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>;
|
|
451
|
+
}, undefined>], undefined>;
|
|
429
452
|
};
|
|
430
453
|
setSeen: {
|
|
431
|
-
delta: import("valibot").ObjectSchema<{
|
|
454
|
+
delta: import("valibot").UnionSchema<readonly [import("valibot").ObjectSchema<{
|
|
432
455
|
readonly seen: import("valibot").BooleanSchema<undefined>;
|
|
433
456
|
readonly threadId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
434
|
-
}, undefined
|
|
457
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
458
|
+
readonly seen: import("valibot").BooleanSchema<undefined>;
|
|
459
|
+
readonly threadIds: 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>;
|
|
460
|
+
}, undefined>], undefined>;
|
|
435
461
|
};
|
|
436
462
|
setArchive: {
|
|
437
|
-
delta: import("valibot").ObjectSchema<{
|
|
463
|
+
delta: import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
438
464
|
readonly threadId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
439
|
-
}, undefined
|
|
465
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
466
|
+
readonly threadIds: 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>;
|
|
467
|
+
}, undefined>], undefined>;
|
|
440
468
|
};
|
|
441
469
|
setInbox: {
|
|
442
|
-
delta: import("valibot").ObjectSchema<{
|
|
470
|
+
delta: import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
443
471
|
readonly threadId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
444
|
-
}, undefined
|
|
472
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
473
|
+
readonly threadIds: 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>;
|
|
474
|
+
}, undefined>], undefined>;
|
|
445
475
|
};
|
|
446
476
|
setSpam: {
|
|
447
|
-
delta: import("valibot").ObjectSchema<{
|
|
477
|
+
delta: import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
448
478
|
readonly threadId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
449
|
-
}, undefined
|
|
479
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
480
|
+
readonly threadIds: 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>;
|
|
481
|
+
}, undefined>], undefined>;
|
|
450
482
|
};
|
|
451
483
|
setTrash: {
|
|
452
|
-
delta: import("valibot").ObjectSchema<{
|
|
484
|
+
delta: import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
453
485
|
readonly threadId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
454
|
-
}, undefined
|
|
486
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
487
|
+
readonly threadIds: 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>;
|
|
488
|
+
}, undefined>], undefined>;
|
|
455
489
|
};
|
|
456
490
|
};
|
|
457
491
|
name: "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
|
@@ -42,54 +42,88 @@ export declare const thread: {
|
|
|
42
42
|
readonly seen: v.NonOptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
43
43
|
}, undefined>;
|
|
44
44
|
mutators: {
|
|
45
|
-
|
|
45
|
+
addLabel: {
|
|
46
46
|
delta: v.ObjectSchema<{
|
|
47
|
+
readonly labelPath: v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
48
|
+
readonly threadIds: v.ArraySchema<v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
49
|
+
}, undefined>;
|
|
50
|
+
};
|
|
51
|
+
delete: {
|
|
52
|
+
delta: v.UnionSchema<[v.ObjectSchema<{
|
|
47
53
|
readonly threadId: v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
54
|
+
}, undefined>, v.ObjectSchema<{
|
|
55
|
+
readonly threadIds: v.ArraySchema<v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
56
|
+
}, undefined>], undefined>;
|
|
57
|
+
};
|
|
58
|
+
removeLabel: {
|
|
59
|
+
delta: v.ObjectSchema<{
|
|
60
|
+
readonly labelPath: v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
61
|
+
readonly threadIds: v.ArraySchema<v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
48
62
|
}, undefined>;
|
|
49
63
|
};
|
|
50
64
|
requestAttachmentDownload: {
|
|
51
|
-
delta: v.ObjectSchema<{
|
|
65
|
+
delta: v.UnionSchema<readonly [v.ObjectSchema<{
|
|
52
66
|
readonly attachmentId: v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
53
67
|
readonly threadId: v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
54
|
-
}, undefined
|
|
68
|
+
}, undefined>, v.ObjectSchema<{
|
|
69
|
+
readonly attachmentIds: v.ArraySchema<v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
70
|
+
readonly threadIds: v.ArraySchema<v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
71
|
+
}, undefined>], undefined>;
|
|
55
72
|
};
|
|
56
73
|
setFlagged: {
|
|
57
|
-
delta: v.ObjectSchema<{
|
|
74
|
+
delta: v.UnionSchema<readonly [v.ObjectSchema<{
|
|
58
75
|
readonly flagged: v.NonOptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
59
76
|
readonly threadId: v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
60
|
-
}, undefined
|
|
77
|
+
}, undefined>, v.ObjectSchema<{
|
|
78
|
+
readonly flagged: v.NonOptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
79
|
+
readonly threadIds: v.ArraySchema<v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
80
|
+
}, undefined>], undefined>;
|
|
61
81
|
};
|
|
62
82
|
setLabels: {
|
|
63
|
-
delta: v.ObjectSchema<{
|
|
83
|
+
delta: v.UnionSchema<readonly [v.ObjectSchema<{
|
|
64
84
|
readonly labelIds: v.ArraySchema<v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
65
85
|
readonly threadId: v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
66
|
-
}, undefined
|
|
86
|
+
}, undefined>, v.ObjectSchema<{
|
|
87
|
+
readonly labelIds: v.ArraySchema<v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
88
|
+
readonly threadIds: v.ArraySchema<v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
89
|
+
}, undefined>], undefined>;
|
|
67
90
|
};
|
|
68
91
|
setSeen: {
|
|
69
|
-
delta: v.ObjectSchema<{
|
|
92
|
+
delta: v.UnionSchema<readonly [v.ObjectSchema<{
|
|
70
93
|
readonly seen: v.BooleanSchema<undefined>;
|
|
71
94
|
readonly threadId: v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
72
|
-
}, undefined
|
|
95
|
+
}, undefined>, v.ObjectSchema<{
|
|
96
|
+
readonly seen: v.BooleanSchema<undefined>;
|
|
97
|
+
readonly threadIds: v.ArraySchema<v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
98
|
+
}, undefined>], undefined>;
|
|
73
99
|
};
|
|
74
100
|
setArchive: {
|
|
75
|
-
delta: v.ObjectSchema<{
|
|
101
|
+
delta: v.UnionSchema<[v.ObjectSchema<{
|
|
76
102
|
readonly threadId: v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
77
|
-
}, undefined
|
|
103
|
+
}, undefined>, v.ObjectSchema<{
|
|
104
|
+
readonly threadIds: v.ArraySchema<v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
105
|
+
}, undefined>], undefined>;
|
|
78
106
|
};
|
|
79
107
|
setInbox: {
|
|
80
|
-
delta: v.ObjectSchema<{
|
|
108
|
+
delta: v.UnionSchema<[v.ObjectSchema<{
|
|
81
109
|
readonly threadId: v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
82
|
-
}, undefined
|
|
110
|
+
}, undefined>, v.ObjectSchema<{
|
|
111
|
+
readonly threadIds: v.ArraySchema<v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
112
|
+
}, undefined>], undefined>;
|
|
83
113
|
};
|
|
84
114
|
setSpam: {
|
|
85
|
-
delta: v.ObjectSchema<{
|
|
115
|
+
delta: v.UnionSchema<[v.ObjectSchema<{
|
|
86
116
|
readonly threadId: v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
87
|
-
}, undefined
|
|
117
|
+
}, undefined>, v.ObjectSchema<{
|
|
118
|
+
readonly threadIds: v.ArraySchema<v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
119
|
+
}, undefined>], undefined>;
|
|
88
120
|
};
|
|
89
121
|
setTrash: {
|
|
90
|
-
delta: v.ObjectSchema<{
|
|
122
|
+
delta: v.UnionSchema<[v.ObjectSchema<{
|
|
91
123
|
readonly threadId: v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
92
|
-
}, undefined
|
|
124
|
+
}, undefined>, v.ObjectSchema<{
|
|
125
|
+
readonly threadIds: v.ArraySchema<v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
126
|
+
}, undefined>], undefined>;
|
|
93
127
|
};
|
|
94
128
|
};
|
|
95
129
|
name: "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;
|
|
1
|
+
{"version":3,"file":"thread.d.ts","sourceRoot":"","sources":["../../src/clients/thread.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,SAAS,CAAA;AAkD5B,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8FI,CAAA"}
|
package/dist/clients/thread.js
CHANGED
|
@@ -17,26 +17,26 @@ const inlineAttachment = v.object({
|
|
|
17
17
|
v.literal('DOWNLOAD_FAILED'),
|
|
18
18
|
]),
|
|
19
19
|
});
|
|
20
|
+
const threadIdOrIdArraySchema = v.union([
|
|
21
|
+
v.object({
|
|
22
|
+
threadId: marcoSchemas.string.required(),
|
|
23
|
+
}),
|
|
24
|
+
v.object({
|
|
25
|
+
threadIds: v.array(marcoSchemas.string.required()),
|
|
26
|
+
}),
|
|
27
|
+
]);
|
|
20
28
|
const specialUseMutators = {
|
|
21
29
|
setArchive: {
|
|
22
|
-
delta:
|
|
23
|
-
threadId: marcoSchemas.string.required(),
|
|
24
|
-
}),
|
|
30
|
+
delta: threadIdOrIdArraySchema,
|
|
25
31
|
},
|
|
26
32
|
setInbox: {
|
|
27
|
-
delta:
|
|
28
|
-
threadId: marcoSchemas.string.required(),
|
|
29
|
-
}),
|
|
33
|
+
delta: threadIdOrIdArraySchema,
|
|
30
34
|
},
|
|
31
35
|
setSpam: {
|
|
32
|
-
delta:
|
|
33
|
-
threadId: marcoSchemas.string.required(),
|
|
34
|
-
}),
|
|
36
|
+
delta: threadIdOrIdArraySchema,
|
|
35
37
|
},
|
|
36
38
|
setTrash: {
|
|
37
|
-
delta:
|
|
38
|
-
threadId: marcoSchemas.string.required(),
|
|
39
|
-
}),
|
|
39
|
+
delta: threadIdOrIdArraySchema,
|
|
40
40
|
},
|
|
41
41
|
};
|
|
42
42
|
export const thread = {
|
|
@@ -62,34 +62,69 @@ export const thread = {
|
|
|
62
62
|
}),
|
|
63
63
|
mutators: {
|
|
64
64
|
...specialUseMutators,
|
|
65
|
-
|
|
65
|
+
addLabel: {
|
|
66
66
|
delta: v.object({
|
|
67
|
-
|
|
67
|
+
labelPath: marcoSchemas.string.required(),
|
|
68
|
+
threadIds: v.array(marcoSchemas.string.required()),
|
|
68
69
|
}),
|
|
69
70
|
},
|
|
70
|
-
|
|
71
|
+
delete: {
|
|
72
|
+
delta: threadIdOrIdArraySchema,
|
|
73
|
+
},
|
|
74
|
+
removeLabel: {
|
|
71
75
|
delta: v.object({
|
|
72
|
-
|
|
73
|
-
|
|
76
|
+
labelPath: marcoSchemas.string.required(),
|
|
77
|
+
threadIds: v.array(marcoSchemas.string.required()),
|
|
74
78
|
}),
|
|
75
79
|
},
|
|
80
|
+
requestAttachmentDownload: {
|
|
81
|
+
delta: v.union([
|
|
82
|
+
v.object({
|
|
83
|
+
attachmentId: marcoSchemas.string.required(),
|
|
84
|
+
threadId: marcoSchemas.string.required(),
|
|
85
|
+
}),
|
|
86
|
+
v.object({
|
|
87
|
+
attachmentIds: v.array(marcoSchemas.string.required()),
|
|
88
|
+
threadIds: v.array(marcoSchemas.string.required()),
|
|
89
|
+
}),
|
|
90
|
+
]),
|
|
91
|
+
},
|
|
76
92
|
setFlagged: {
|
|
77
|
-
delta: v.
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
93
|
+
delta: v.union([
|
|
94
|
+
v.object({
|
|
95
|
+
flagged: v.nonOptional(v.boolean()),
|
|
96
|
+
threadId: marcoSchemas.string.required(),
|
|
97
|
+
}),
|
|
98
|
+
v.object({
|
|
99
|
+
flagged: v.nonOptional(v.boolean()),
|
|
100
|
+
threadIds: v.array(marcoSchemas.string.required()),
|
|
101
|
+
}),
|
|
102
|
+
]),
|
|
81
103
|
},
|
|
104
|
+
// DEPRECATED
|
|
82
105
|
setLabels: {
|
|
83
|
-
delta: v.
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
106
|
+
delta: v.union([
|
|
107
|
+
v.object({
|
|
108
|
+
labelIds: v.array(marcoSchemas.string.required()),
|
|
109
|
+
threadId: marcoSchemas.string.required(),
|
|
110
|
+
}),
|
|
111
|
+
v.object({
|
|
112
|
+
labelIds: v.array(marcoSchemas.string.required()),
|
|
113
|
+
threadIds: v.array(marcoSchemas.string.required()),
|
|
114
|
+
}),
|
|
115
|
+
]),
|
|
87
116
|
},
|
|
88
117
|
setSeen: {
|
|
89
|
-
delta: v.
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
118
|
+
delta: v.union([
|
|
119
|
+
v.object({
|
|
120
|
+
seen: v.boolean(),
|
|
121
|
+
threadId: marcoSchemas.string.required(),
|
|
122
|
+
}),
|
|
123
|
+
v.object({
|
|
124
|
+
seen: v.boolean(),
|
|
125
|
+
threadIds: v.array(marcoSchemas.string.required()),
|
|
126
|
+
}),
|
|
127
|
+
]),
|
|
93
128
|
},
|
|
94
129
|
},
|
|
95
130
|
name: 'thread',
|
|
@@ -764,68 +764,106 @@ export declare const endpoints: {
|
|
|
764
764
|
readonly clientGroupID: import("valibot").StringSchema<undefined>;
|
|
765
765
|
readonly mutations: import("valibot").ArraySchema<import("valibot").UnionSchema<(import("valibot").ObjectSchema<{
|
|
766
766
|
readonly args: import("valibot").ObjectSchema<{
|
|
767
|
-
readonly
|
|
767
|
+
readonly labelPath: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
768
|
+
readonly threadIds: 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>;
|
|
768
769
|
}, undefined>;
|
|
769
770
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
770
771
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
772
|
+
readonly name: import("valibot").LiteralSchema<"addLabel", undefined>;
|
|
773
|
+
}, undefined> | import("valibot").ObjectSchema<{
|
|
774
|
+
readonly args: import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
775
|
+
readonly threadId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
776
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
777
|
+
readonly threadIds: 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>;
|
|
778
|
+
}, undefined>], undefined>;
|
|
779
|
+
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
780
|
+
readonly id: import("valibot").NumberSchema<undefined>;
|
|
771
781
|
readonly name: import("valibot").LiteralSchema<"delete", undefined>;
|
|
772
782
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
773
783
|
readonly args: import("valibot").ObjectSchema<{
|
|
784
|
+
readonly labelPath: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
785
|
+
readonly threadIds: 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>;
|
|
786
|
+
}, undefined>;
|
|
787
|
+
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
788
|
+
readonly id: import("valibot").NumberSchema<undefined>;
|
|
789
|
+
readonly name: import("valibot").LiteralSchema<"removeLabel", undefined>;
|
|
790
|
+
}, undefined> | import("valibot").ObjectSchema<{
|
|
791
|
+
readonly args: import("valibot").UnionSchema<readonly [import("valibot").ObjectSchema<{
|
|
774
792
|
readonly attachmentId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
775
793
|
readonly threadId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
776
|
-
}, undefined
|
|
794
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
795
|
+
readonly attachmentIds: 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>;
|
|
796
|
+
readonly threadIds: 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>;
|
|
797
|
+
}, undefined>], undefined>;
|
|
777
798
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
778
799
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
779
800
|
readonly name: import("valibot").LiteralSchema<"requestAttachmentDownload", undefined>;
|
|
780
801
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
781
|
-
readonly args: import("valibot").ObjectSchema<{
|
|
802
|
+
readonly args: import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
782
803
|
readonly threadId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
783
|
-
}, undefined
|
|
804
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
805
|
+
readonly threadIds: 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>;
|
|
806
|
+
}, undefined>], undefined>;
|
|
784
807
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
785
808
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
786
809
|
readonly name: import("valibot").LiteralSchema<"setArchive", undefined>;
|
|
787
810
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
788
|
-
readonly args: import("valibot").ObjectSchema<{
|
|
811
|
+
readonly args: import("valibot").UnionSchema<readonly [import("valibot").ObjectSchema<{
|
|
789
812
|
readonly flagged: import("valibot").NonOptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
790
813
|
readonly threadId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
791
|
-
}, undefined
|
|
814
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
815
|
+
readonly flagged: import("valibot").NonOptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
816
|
+
readonly threadIds: 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>;
|
|
817
|
+
}, undefined>], undefined>;
|
|
792
818
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
793
819
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
794
820
|
readonly name: import("valibot").LiteralSchema<"setFlagged", undefined>;
|
|
795
821
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
796
|
-
readonly args: import("valibot").ObjectSchema<{
|
|
822
|
+
readonly args: import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
797
823
|
readonly threadId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
798
|
-
}, undefined
|
|
824
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
825
|
+
readonly threadIds: 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>;
|
|
826
|
+
}, undefined>], undefined>;
|
|
799
827
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
800
828
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
801
829
|
readonly name: import("valibot").LiteralSchema<"setInbox", undefined>;
|
|
802
830
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
803
|
-
readonly args: import("valibot").ObjectSchema<{
|
|
831
|
+
readonly args: import("valibot").UnionSchema<readonly [import("valibot").ObjectSchema<{
|
|
804
832
|
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>;
|
|
805
833
|
readonly threadId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
806
|
-
}, undefined
|
|
834
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
835
|
+
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>;
|
|
836
|
+
readonly threadIds: 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>;
|
|
837
|
+
}, undefined>], undefined>;
|
|
807
838
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
808
839
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
809
840
|
readonly name: import("valibot").LiteralSchema<"setLabels", undefined>;
|
|
810
841
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
811
|
-
readonly args: import("valibot").ObjectSchema<{
|
|
842
|
+
readonly args: import("valibot").UnionSchema<readonly [import("valibot").ObjectSchema<{
|
|
812
843
|
readonly seen: import("valibot").BooleanSchema<undefined>;
|
|
813
844
|
readonly threadId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
814
|
-
}, undefined
|
|
845
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
846
|
+
readonly seen: import("valibot").BooleanSchema<undefined>;
|
|
847
|
+
readonly threadIds: 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>;
|
|
848
|
+
}, undefined>], undefined>;
|
|
815
849
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
816
850
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
817
851
|
readonly name: import("valibot").LiteralSchema<"setSeen", undefined>;
|
|
818
852
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
819
|
-
readonly args: import("valibot").ObjectSchema<{
|
|
853
|
+
readonly args: import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
820
854
|
readonly threadId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
821
|
-
}, undefined
|
|
855
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
856
|
+
readonly threadIds: 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>;
|
|
857
|
+
}, undefined>], undefined>;
|
|
822
858
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
823
859
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
824
860
|
readonly name: import("valibot").LiteralSchema<"setSpam", undefined>;
|
|
825
861
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
826
|
-
readonly args: import("valibot").ObjectSchema<{
|
|
862
|
+
readonly args: import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
827
863
|
readonly threadId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
828
|
-
}, undefined
|
|
864
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
865
|
+
readonly threadIds: 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>;
|
|
866
|
+
}, undefined>], undefined>;
|
|
829
867
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
830
868
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
831
869
|
readonly name: import("valibot").LiteralSchema<"setTrash", 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"}
|