@marcoappio/marco-config 2.0.407 → 2.0.408
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/draft.d.ts +0 -7
- package/dist/clients/draft.d.ts.map +1 -1
- package/dist/clients/draft.js +0 -8
- package/dist/clients/index.d.ts +0 -16
- package/dist/clients/index.d.ts.map +1 -1
- package/dist/clients/thread.d.ts +0 -9
- package/dist/clients/thread.d.ts.map +1 -1
- package/dist/clients/thread.js +0 -13
- package/dist/sdk/endpoints/index.d.ts +0 -20
- package/dist/sdk/endpoints/index.d.ts.map +1 -1
- package/dist/sdk/endpoints/private/index.d.ts +0 -20
- package/dist/sdk/endpoints/private/index.d.ts.map +1 -1
- package/dist/sdk/endpoints/private/sync/index.d.ts +0 -20
- package/dist/sdk/endpoints/private/sync/index.d.ts.map +1 -1
- package/dist/sdk/endpoints/private/sync/push/draft.d.ts +0 -9
- package/dist/sdk/endpoints/private/sync/push/draft.d.ts.map +1 -1
- package/dist/sdk/endpoints/private/sync/push/draft.js +0 -6
- package/dist/sdk/endpoints/private/sync/push/index.d.ts +0 -20
- package/dist/sdk/endpoints/private/sync/push/index.d.ts.map +1 -1
- package/dist/sdk/endpoints/private/sync/push/thread.d.ts +0 -11
- package/dist/sdk/endpoints/private/sync/push/thread.d.ts.map +1 -1
- package/dist/sdk/endpoints/private/sync/push/thread.js +0 -6
- package/dist/sdk/index.d.ts +0 -20
- package/dist/sdk/index.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/clients/draft.d.ts
CHANGED
|
@@ -185,13 +185,6 @@ export declare const draft: {
|
|
|
185
185
|
readonly updatedAt: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>, undefined>;
|
|
186
186
|
}, undefined>;
|
|
187
187
|
};
|
|
188
|
-
setScheduledFor: {
|
|
189
|
-
delta: v.ObjectSchema<{
|
|
190
|
-
readonly id: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
191
|
-
readonly scheduledFor: v.NullableSchema<v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>, undefined>, undefined>;
|
|
192
|
-
readonly updatedAt: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>, undefined>;
|
|
193
|
-
}, undefined>;
|
|
194
|
-
};
|
|
195
188
|
uploadAttachmentChunk: {
|
|
196
189
|
delta: v.ObjectSchema<{
|
|
197
190
|
readonly attachmentId: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"draft.d.ts","sourceRoot":"","sources":["../../src/clients/draft.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,SAAS,CAAA;AAoE5B,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"draft.d.ts","sourceRoot":"","sources":["../../src/clients/draft.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,SAAS,CAAA;AAoE5B,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8EK,CAAA"}
|
package/dist/clients/draft.js
CHANGED
|
@@ -121,14 +121,6 @@ export const draft = {
|
|
|
121
121
|
updatedAt: marcoSchemas.number.positiveInteger(),
|
|
122
122
|
}),
|
|
123
123
|
},
|
|
124
|
-
// TODO: Remove/deprecate
|
|
125
|
-
setScheduledFor: {
|
|
126
|
-
delta: v.object({
|
|
127
|
-
id: marcoSchemas.string.required(),
|
|
128
|
-
scheduledFor: scheduledForSchema,
|
|
129
|
-
updatedAt: marcoSchemas.number.positiveInteger(),
|
|
130
|
-
}),
|
|
131
|
-
},
|
|
132
124
|
uploadAttachmentChunk: {
|
|
133
125
|
delta: v.object({
|
|
134
126
|
attachmentId: marcoSchemas.string.required(),
|
package/dist/clients/index.d.ts
CHANGED
|
@@ -340,13 +340,6 @@ export declare const marcoClients: {
|
|
|
340
340
|
readonly updatedAt: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
341
341
|
}, undefined>;
|
|
342
342
|
};
|
|
343
|
-
setScheduledFor: {
|
|
344
|
-
delta: import("valibot").ObjectSchema<{
|
|
345
|
-
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
346
|
-
readonly scheduledFor: import("valibot").NullableSchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>, undefined>;
|
|
347
|
-
readonly updatedAt: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
348
|
-
}, undefined>;
|
|
349
|
-
};
|
|
350
343
|
uploadAttachmentChunk: {
|
|
351
344
|
delta: import("valibot").ObjectSchema<{
|
|
352
345
|
readonly attachmentId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
@@ -441,15 +434,6 @@ export declare const marcoClients: {
|
|
|
441
434
|
readonly threadIds: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
442
435
|
}, undefined>], undefined>;
|
|
443
436
|
};
|
|
444
|
-
setLabels: {
|
|
445
|
-
delta: import("valibot").UnionSchema<readonly [import("valibot").ObjectSchema<{
|
|
446
|
-
readonly labelIds: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
447
|
-
readonly threadId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
448
|
-
}, undefined>, import("valibot").ObjectSchema<{
|
|
449
|
-
readonly labelIds: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
450
|
-
readonly threadIds: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
451
|
-
}, undefined>], undefined>;
|
|
452
|
-
};
|
|
453
437
|
setSeen: {
|
|
454
438
|
delta: import("valibot").UnionSchema<readonly [import("valibot").ObjectSchema<{
|
|
455
439
|
readonly seen: import("valibot").BooleanSchema<undefined>;
|
|
@@ -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
|
@@ -79,15 +79,6 @@ export declare const thread: {
|
|
|
79
79
|
readonly threadIds: v.ArraySchema<v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
80
80
|
}, undefined>], undefined>;
|
|
81
81
|
};
|
|
82
|
-
setLabels: {
|
|
83
|
-
delta: v.UnionSchema<readonly [v.ObjectSchema<{
|
|
84
|
-
readonly labelIds: v.ArraySchema<v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
85
|
-
readonly threadId: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
86
|
-
}, undefined>, v.ObjectSchema<{
|
|
87
|
-
readonly labelIds: v.ArraySchema<v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
88
|
-
readonly threadIds: v.ArraySchema<v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
89
|
-
}, undefined>], undefined>;
|
|
90
|
-
};
|
|
91
82
|
setSeen: {
|
|
92
83
|
delta: v.UnionSchema<readonly [v.ObjectSchema<{
|
|
93
84
|
readonly seen: v.BooleanSchema<undefined>;
|
|
@@ -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;AAmD5B,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmFI,CAAA"}
|
package/dist/clients/thread.js
CHANGED
|
@@ -101,19 +101,6 @@ export const thread = {
|
|
|
101
101
|
}),
|
|
102
102
|
]),
|
|
103
103
|
},
|
|
104
|
-
// DEPRECATED
|
|
105
|
-
setLabels: {
|
|
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
|
-
]),
|
|
116
|
-
},
|
|
117
104
|
setSeen: {
|
|
118
105
|
delta: v.union([
|
|
119
106
|
v.object({
|
|
@@ -717,15 +717,6 @@ export declare const endpoints: {
|
|
|
717
717
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
718
718
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
719
719
|
readonly name: import("valibot").LiteralSchema<"setFrom", undefined>;
|
|
720
|
-
}, undefined> | import("valibot").ObjectSchema<{
|
|
721
|
-
readonly args: import("valibot").ObjectSchema<{
|
|
722
|
-
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
723
|
-
readonly scheduledFor: import("valibot").NullableSchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>, undefined>;
|
|
724
|
-
readonly updatedAt: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
725
|
-
}, undefined>;
|
|
726
|
-
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
727
|
-
readonly id: import("valibot").NumberSchema<undefined>;
|
|
728
|
-
readonly name: import("valibot").LiteralSchema<"setScheduledFor", undefined>;
|
|
729
720
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
730
721
|
readonly args: import("valibot").ObjectSchema<{
|
|
731
722
|
readonly attachmentId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
@@ -827,17 +818,6 @@ export declare const endpoints: {
|
|
|
827
818
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
828
819
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
829
820
|
readonly name: import("valibot").LiteralSchema<"setInbox", undefined>;
|
|
830
|
-
}, undefined> | import("valibot").ObjectSchema<{
|
|
831
|
-
readonly args: import("valibot").UnionSchema<readonly [import("valibot").ObjectSchema<{
|
|
832
|
-
readonly labelIds: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
833
|
-
readonly threadId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
834
|
-
}, undefined>, import("valibot").ObjectSchema<{
|
|
835
|
-
readonly labelIds: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
836
|
-
readonly threadIds: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
837
|
-
}, undefined>], undefined>;
|
|
838
|
-
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
839
|
-
readonly id: import("valibot").NumberSchema<undefined>;
|
|
840
|
-
readonly name: import("valibot").LiteralSchema<"setLabels", undefined>;
|
|
841
821
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
842
822
|
readonly args: import("valibot").UnionSchema<readonly [import("valibot").ObjectSchema<{
|
|
843
823
|
readonly seen: import("valibot").BooleanSchema<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"}
|
|
@@ -714,15 +714,6 @@ export declare const privateGroup: {
|
|
|
714
714
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
715
715
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
716
716
|
readonly name: import("valibot").LiteralSchema<"setFrom", undefined>;
|
|
717
|
-
}, undefined> | import("valibot").ObjectSchema<{
|
|
718
|
-
readonly args: import("valibot").ObjectSchema<{
|
|
719
|
-
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
720
|
-
readonly scheduledFor: import("valibot").NullableSchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>, undefined>;
|
|
721
|
-
readonly updatedAt: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
722
|
-
}, undefined>;
|
|
723
|
-
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
724
|
-
readonly id: import("valibot").NumberSchema<undefined>;
|
|
725
|
-
readonly name: import("valibot").LiteralSchema<"setScheduledFor", undefined>;
|
|
726
717
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
727
718
|
readonly args: import("valibot").ObjectSchema<{
|
|
728
719
|
readonly attachmentId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
@@ -824,17 +815,6 @@ export declare const privateGroup: {
|
|
|
824
815
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
825
816
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
826
817
|
readonly name: import("valibot").LiteralSchema<"setInbox", undefined>;
|
|
827
|
-
}, undefined> | import("valibot").ObjectSchema<{
|
|
828
|
-
readonly args: import("valibot").UnionSchema<readonly [import("valibot").ObjectSchema<{
|
|
829
|
-
readonly labelIds: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
830
|
-
readonly threadId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
831
|
-
}, undefined>, import("valibot").ObjectSchema<{
|
|
832
|
-
readonly labelIds: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
833
|
-
readonly threadIds: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
834
|
-
}, undefined>], undefined>;
|
|
835
|
-
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
836
|
-
readonly id: import("valibot").NumberSchema<undefined>;
|
|
837
|
-
readonly name: import("valibot").LiteralSchema<"setLabels", undefined>;
|
|
838
818
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
839
819
|
readonly args: import("valibot").UnionSchema<readonly [import("valibot").ObjectSchema<{
|
|
840
820
|
readonly seen: import("valibot").BooleanSchema<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"}
|
|
@@ -675,15 +675,6 @@ export declare const sync: {
|
|
|
675
675
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
676
676
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
677
677
|
readonly name: import("valibot").LiteralSchema<"setFrom", undefined>;
|
|
678
|
-
}, undefined> | import("valibot").ObjectSchema<{
|
|
679
|
-
readonly args: import("valibot").ObjectSchema<{
|
|
680
|
-
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
681
|
-
readonly scheduledFor: import("valibot").NullableSchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>, undefined>;
|
|
682
|
-
readonly updatedAt: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
683
|
-
}, undefined>;
|
|
684
|
-
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
685
|
-
readonly id: import("valibot").NumberSchema<undefined>;
|
|
686
|
-
readonly name: import("valibot").LiteralSchema<"setScheduledFor", undefined>;
|
|
687
678
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
688
679
|
readonly args: import("valibot").ObjectSchema<{
|
|
689
680
|
readonly attachmentId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
@@ -785,17 +776,6 @@ export declare const sync: {
|
|
|
785
776
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
786
777
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
787
778
|
readonly name: import("valibot").LiteralSchema<"setInbox", undefined>;
|
|
788
|
-
}, undefined> | import("valibot").ObjectSchema<{
|
|
789
|
-
readonly args: import("valibot").UnionSchema<readonly [import("valibot").ObjectSchema<{
|
|
790
|
-
readonly labelIds: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
791
|
-
readonly threadId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
792
|
-
}, undefined>, import("valibot").ObjectSchema<{
|
|
793
|
-
readonly labelIds: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
794
|
-
readonly threadIds: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
795
|
-
}, undefined>], undefined>;
|
|
796
|
-
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
797
|
-
readonly id: import("valibot").NumberSchema<undefined>;
|
|
798
|
-
readonly name: import("valibot").LiteralSchema<"setLabels", undefined>;
|
|
799
779
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
800
780
|
readonly args: import("valibot").UnionSchema<readonly [import("valibot").ObjectSchema<{
|
|
801
781
|
readonly seen: import("valibot").BooleanSchema<undefined>;
|
|
@@ -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"}
|
|
@@ -177,15 +177,6 @@ export declare const syncPushDraft: import("../../../../..").EndpointConfig<"/v1
|
|
|
177
177
|
readonly clientID: v.StringSchema<undefined>;
|
|
178
178
|
readonly id: v.NumberSchema<undefined>;
|
|
179
179
|
readonly name: v.LiteralSchema<"setFrom", undefined>;
|
|
180
|
-
}, undefined> | v.ObjectSchema<{
|
|
181
|
-
readonly args: v.ObjectSchema<{
|
|
182
|
-
readonly id: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
183
|
-
readonly scheduledFor: v.NullableSchema<v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>, undefined>, undefined>;
|
|
184
|
-
readonly updatedAt: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>, undefined>;
|
|
185
|
-
}, undefined>;
|
|
186
|
-
readonly clientID: v.StringSchema<undefined>;
|
|
187
|
-
readonly id: v.NumberSchema<undefined>;
|
|
188
|
-
readonly name: v.LiteralSchema<"setScheduledFor", undefined>;
|
|
189
180
|
}, undefined> | v.ObjectSchema<{
|
|
190
181
|
readonly args: v.ObjectSchema<{
|
|
191
182
|
readonly attachmentId: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"draft.d.ts","sourceRoot":"","sources":["../../../../../../src/sdk/endpoints/private/sync/push/draft.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,SAAS,CAAA;AAM5B,eAAO,MAAM,aAAa
|
|
1
|
+
{"version":3,"file":"draft.d.ts","sourceRoot":"","sources":["../../../../../../src/sdk/endpoints/private/sync/push/draft.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,SAAS,CAAA;AAM5B,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2BAoFxB,CAAA"}
|
|
@@ -66,12 +66,6 @@ export const syncPushDraft = createEndpoint({
|
|
|
66
66
|
id: v.number(),
|
|
67
67
|
name: v.literal('setFrom'),
|
|
68
68
|
}),
|
|
69
|
-
setScheduledFor: v.object({
|
|
70
|
-
args: draft.mutators.setScheduledFor.delta,
|
|
71
|
-
clientID: v.string(),
|
|
72
|
-
id: v.number(),
|
|
73
|
-
name: v.literal('setScheduledFor'),
|
|
74
|
-
}),
|
|
75
69
|
uploadAttachmentChunk: v.object({
|
|
76
70
|
args: draft.mutators.uploadAttachmentChunk.delta,
|
|
77
71
|
clientID: v.string(),
|
|
@@ -326,15 +326,6 @@ export declare const push: {
|
|
|
326
326
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
327
327
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
328
328
|
readonly name: import("valibot").LiteralSchema<"setFrom", undefined>;
|
|
329
|
-
}, undefined> | import("valibot").ObjectSchema<{
|
|
330
|
-
readonly args: import("valibot").ObjectSchema<{
|
|
331
|
-
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
332
|
-
readonly scheduledFor: import("valibot").NullableSchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>, undefined>;
|
|
333
|
-
readonly updatedAt: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
334
|
-
}, undefined>;
|
|
335
|
-
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
336
|
-
readonly id: import("valibot").NumberSchema<undefined>;
|
|
337
|
-
readonly name: import("valibot").LiteralSchema<"setScheduledFor", undefined>;
|
|
338
329
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
339
330
|
readonly args: import("valibot").ObjectSchema<{
|
|
340
331
|
readonly attachmentId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
@@ -436,17 +427,6 @@ export declare const push: {
|
|
|
436
427
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
437
428
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
438
429
|
readonly name: import("valibot").LiteralSchema<"setInbox", undefined>;
|
|
439
|
-
}, undefined> | import("valibot").ObjectSchema<{
|
|
440
|
-
readonly args: import("valibot").UnionSchema<readonly [import("valibot").ObjectSchema<{
|
|
441
|
-
readonly labelIds: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
442
|
-
readonly threadId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
443
|
-
}, undefined>, import("valibot").ObjectSchema<{
|
|
444
|
-
readonly labelIds: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
445
|
-
readonly threadIds: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
446
|
-
}, undefined>], undefined>;
|
|
447
|
-
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
448
|
-
readonly id: import("valibot").NumberSchema<undefined>;
|
|
449
|
-
readonly name: import("valibot").LiteralSchema<"setLabels", undefined>;
|
|
450
430
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
451
431
|
readonly args: import("valibot").UnionSchema<readonly [import("valibot").ObjectSchema<{
|
|
452
432
|
readonly seen: import("valibot").BooleanSchema<undefined>;
|
|
@@ -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"}
|
|
@@ -66,17 +66,6 @@ export declare const syncPushThread: import("../../../../..").EndpointConfig<"/v
|
|
|
66
66
|
readonly clientID: v.StringSchema<undefined>;
|
|
67
67
|
readonly id: v.NumberSchema<undefined>;
|
|
68
68
|
readonly name: v.LiteralSchema<"setInbox", undefined>;
|
|
69
|
-
}, undefined> | v.ObjectSchema<{
|
|
70
|
-
readonly args: v.UnionSchema<readonly [v.ObjectSchema<{
|
|
71
|
-
readonly labelIds: v.ArraySchema<v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
72
|
-
readonly threadId: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
73
|
-
}, undefined>, v.ObjectSchema<{
|
|
74
|
-
readonly labelIds: v.ArraySchema<v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
75
|
-
readonly threadIds: v.ArraySchema<v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
76
|
-
}, undefined>], undefined>;
|
|
77
|
-
readonly clientID: v.StringSchema<undefined>;
|
|
78
|
-
readonly id: v.NumberSchema<undefined>;
|
|
79
|
-
readonly name: v.LiteralSchema<"setLabels", undefined>;
|
|
80
69
|
}, undefined> | v.ObjectSchema<{
|
|
81
70
|
readonly args: v.UnionSchema<readonly [v.ObjectSchema<{
|
|
82
71
|
readonly seen: v.BooleanSchema<undefined>;
|
|
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2BA8EzB,CAAA"}
|
|
@@ -48,12 +48,6 @@ export const syncPushThread = createEndpoint({
|
|
|
48
48
|
id: v.number(),
|
|
49
49
|
name: v.literal('setInbox'),
|
|
50
50
|
}),
|
|
51
|
-
setLabels: v.object({
|
|
52
|
-
args: thread.mutators.setLabels.delta,
|
|
53
|
-
clientID: v.string(),
|
|
54
|
-
id: v.number(),
|
|
55
|
-
name: v.literal('setLabels'),
|
|
56
|
-
}),
|
|
57
51
|
setSeen: v.object({
|
|
58
52
|
args: thread.mutators.setSeen.delta,
|
|
59
53
|
clientID: v.string(),
|
package/dist/sdk/index.d.ts
CHANGED
|
@@ -716,15 +716,6 @@ export declare const marcoSDK: {
|
|
|
716
716
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
717
717
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
718
718
|
readonly name: import("valibot").LiteralSchema<"setFrom", undefined>;
|
|
719
|
-
}, undefined> | import("valibot").ObjectSchema<{
|
|
720
|
-
readonly args: import("valibot").ObjectSchema<{
|
|
721
|
-
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
722
|
-
readonly scheduledFor: import("valibot").NullableSchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>, undefined>;
|
|
723
|
-
readonly updatedAt: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
724
|
-
}, undefined>;
|
|
725
|
-
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
726
|
-
readonly id: import("valibot").NumberSchema<undefined>;
|
|
727
|
-
readonly name: import("valibot").LiteralSchema<"setScheduledFor", undefined>;
|
|
728
719
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
729
720
|
readonly args: import("valibot").ObjectSchema<{
|
|
730
721
|
readonly attachmentId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
@@ -826,17 +817,6 @@ export declare const marcoSDK: {
|
|
|
826
817
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
827
818
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
828
819
|
readonly name: import("valibot").LiteralSchema<"setInbox", undefined>;
|
|
829
|
-
}, undefined> | import("valibot").ObjectSchema<{
|
|
830
|
-
readonly args: import("valibot").UnionSchema<readonly [import("valibot").ObjectSchema<{
|
|
831
|
-
readonly labelIds: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
832
|
-
readonly threadId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
833
|
-
}, undefined>, import("valibot").ObjectSchema<{
|
|
834
|
-
readonly labelIds: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
835
|
-
readonly threadIds: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
836
|
-
}, undefined>], undefined>;
|
|
837
|
-
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
838
|
-
readonly id: import("valibot").NumberSchema<undefined>;
|
|
839
|
-
readonly name: import("valibot").LiteralSchema<"setLabels", undefined>;
|
|
840
820
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
841
821
|
readonly args: import("valibot").UnionSchema<readonly [import("valibot").ObjectSchema<{
|
|
842
822
|
readonly seen: import("valibot").BooleanSchema<undefined>;
|
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