@marcoappio/marco-config 2.0.356 → 2.0.357
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/sdk/endpoints/index.d.ts +2 -2
- package/dist/sdk/endpoints/private/index.d.ts +2 -2
- package/dist/sdk/endpoints/private/sync/index.d.ts +2 -2
- package/dist/sdk/endpoints/private/sync/pull/index.d.ts +2 -2
- package/dist/sdk/endpoints/private/sync/pull/thread.d.ts +2 -2
- package/dist/sdk/endpoints/private/sync/pull/thread.js +1 -1
- package/dist/sdk/index.d.ts +2 -2
- package/package.json +1 -1
|
@@ -211,7 +211,7 @@ export declare const endpoints: {
|
|
|
211
211
|
readonly hasMore: import("valibot").BooleanSchema<undefined>;
|
|
212
212
|
readonly id: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
213
213
|
readonly order: import("valibot").StringSchema<undefined>;
|
|
214
|
-
readonly version: import("valibot").
|
|
214
|
+
readonly version: import("valibot").NumberSchema<undefined>;
|
|
215
215
|
}, undefined>, undefined>;
|
|
216
216
|
}, undefined>, GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
217
217
|
readonly data: import("valibot").ObjectSchema<{
|
|
@@ -234,7 +234,7 @@ export declare const endpoints: {
|
|
|
234
234
|
readonly hasMore: import("valibot").BooleanSchema<undefined>;
|
|
235
235
|
readonly id: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
236
236
|
readonly order: import("valibot").StringSchema<undefined>;
|
|
237
|
-
readonly version: import("valibot").
|
|
237
|
+
readonly version: import("valibot").NumberSchema<undefined>;
|
|
238
238
|
}, undefined>;
|
|
239
239
|
readonly hasMore: import("valibot").BooleanSchema<undefined>;
|
|
240
240
|
readonly lastMutationIDChanges: import("valibot").RecordSchema<import("valibot").StringSchema<undefined>, import("valibot").NumberSchema<undefined>, undefined>;
|
|
@@ -208,7 +208,7 @@ export declare const privateGroup: {
|
|
|
208
208
|
readonly hasMore: import("valibot").BooleanSchema<undefined>;
|
|
209
209
|
readonly id: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
210
210
|
readonly order: import("valibot").StringSchema<undefined>;
|
|
211
|
-
readonly version: import("valibot").
|
|
211
|
+
readonly version: import("valibot").NumberSchema<undefined>;
|
|
212
212
|
}, undefined>, undefined>;
|
|
213
213
|
}, undefined>, import("valibot").GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
214
214
|
readonly data: import("valibot").ObjectSchema<{
|
|
@@ -231,7 +231,7 @@ export declare const privateGroup: {
|
|
|
231
231
|
readonly hasMore: import("valibot").BooleanSchema<undefined>;
|
|
232
232
|
readonly id: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
233
233
|
readonly order: import("valibot").StringSchema<undefined>;
|
|
234
|
-
readonly version: import("valibot").
|
|
234
|
+
readonly version: import("valibot").NumberSchema<undefined>;
|
|
235
235
|
}, undefined>;
|
|
236
236
|
readonly hasMore: import("valibot").BooleanSchema<undefined>;
|
|
237
237
|
readonly lastMutationIDChanges: import("valibot").RecordSchema<import("valibot").StringSchema<undefined>, import("valibot").NumberSchema<undefined>, undefined>;
|
|
@@ -170,7 +170,7 @@ export declare const sync: {
|
|
|
170
170
|
readonly hasMore: import("valibot").BooleanSchema<undefined>;
|
|
171
171
|
readonly id: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
172
172
|
readonly order: import("valibot").StringSchema<undefined>;
|
|
173
|
-
readonly version: import("valibot").
|
|
173
|
+
readonly version: import("valibot").NumberSchema<undefined>;
|
|
174
174
|
}, undefined>, undefined>;
|
|
175
175
|
}, undefined>, import("valibot").GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
176
176
|
readonly data: import("valibot").ObjectSchema<{
|
|
@@ -193,7 +193,7 @@ export declare const sync: {
|
|
|
193
193
|
readonly hasMore: import("valibot").BooleanSchema<undefined>;
|
|
194
194
|
readonly id: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
195
195
|
readonly order: import("valibot").StringSchema<undefined>;
|
|
196
|
-
readonly version: import("valibot").
|
|
196
|
+
readonly version: import("valibot").NumberSchema<undefined>;
|
|
197
197
|
}, undefined>;
|
|
198
198
|
readonly hasMore: import("valibot").BooleanSchema<undefined>;
|
|
199
199
|
readonly lastMutationIDChanges: import("valibot").RecordSchema<import("valibot").StringSchema<undefined>, import("valibot").NumberSchema<undefined>, undefined>;
|
|
@@ -169,7 +169,7 @@ export declare const pull: {
|
|
|
169
169
|
readonly hasMore: import("valibot").BooleanSchema<undefined>;
|
|
170
170
|
readonly id: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
171
171
|
readonly order: import("valibot").StringSchema<undefined>;
|
|
172
|
-
readonly version: import("valibot").
|
|
172
|
+
readonly version: import("valibot").NumberSchema<undefined>;
|
|
173
173
|
}, undefined>, undefined>;
|
|
174
174
|
}, undefined>, import("valibot").GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
175
175
|
readonly data: import("valibot").ObjectSchema<{
|
|
@@ -192,7 +192,7 @@ export declare const pull: {
|
|
|
192
192
|
readonly hasMore: import("valibot").BooleanSchema<undefined>;
|
|
193
193
|
readonly id: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
194
194
|
readonly order: import("valibot").StringSchema<undefined>;
|
|
195
|
-
readonly version: import("valibot").
|
|
195
|
+
readonly version: import("valibot").NumberSchema<undefined>;
|
|
196
196
|
}, undefined>;
|
|
197
197
|
readonly hasMore: import("valibot").BooleanSchema<undefined>;
|
|
198
198
|
readonly lastMutationIDChanges: import("valibot").RecordSchema<import("valibot").StringSchema<undefined>, import("valibot").NumberSchema<undefined>, undefined>;
|
|
@@ -5,7 +5,7 @@ export declare const syncPullThread: import("../../../../..").EndpointConfig<"/v
|
|
|
5
5
|
readonly hasMore: v.BooleanSchema<undefined>;
|
|
6
6
|
readonly id: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
7
7
|
readonly order: v.StringSchema<undefined>;
|
|
8
|
-
readonly version: v.
|
|
8
|
+
readonly version: v.NumberSchema<undefined>;
|
|
9
9
|
}, undefined>, undefined>;
|
|
10
10
|
}, undefined>, v.GenericSchema<unknown, unknown, v.BaseIssue<unknown>> | undefined, v.UnionSchema<[v.ObjectSchema<{
|
|
11
11
|
readonly data: v.ObjectSchema<{
|
|
@@ -28,7 +28,7 @@ export declare const syncPullThread: import("../../../../..").EndpointConfig<"/v
|
|
|
28
28
|
readonly hasMore: v.BooleanSchema<undefined>;
|
|
29
29
|
readonly id: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
30
30
|
readonly order: v.StringSchema<undefined>;
|
|
31
|
-
readonly version: v.
|
|
31
|
+
readonly version: v.NumberSchema<undefined>;
|
|
32
32
|
}, undefined>;
|
|
33
33
|
readonly hasMore: v.BooleanSchema<undefined>;
|
|
34
34
|
readonly lastMutationIDChanges: v.RecordSchema<v.StringSchema<undefined>, v.NumberSchema<undefined>, undefined>;
|
package/dist/sdk/index.d.ts
CHANGED
|
@@ -210,7 +210,7 @@ export declare const marcoSDK: {
|
|
|
210
210
|
readonly hasMore: import("valibot").BooleanSchema<undefined>;
|
|
211
211
|
readonly id: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
212
212
|
readonly order: import("valibot").StringSchema<undefined>;
|
|
213
|
-
readonly version: import("valibot").
|
|
213
|
+
readonly version: import("valibot").NumberSchema<undefined>;
|
|
214
214
|
}, undefined>, undefined>;
|
|
215
215
|
}, undefined>, import("valibot").GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
216
216
|
readonly data: import("valibot").ObjectSchema<{
|
|
@@ -233,7 +233,7 @@ export declare const marcoSDK: {
|
|
|
233
233
|
readonly hasMore: import("valibot").BooleanSchema<undefined>;
|
|
234
234
|
readonly id: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
235
235
|
readonly order: import("valibot").StringSchema<undefined>;
|
|
236
|
-
readonly version: import("valibot").
|
|
236
|
+
readonly version: import("valibot").NumberSchema<undefined>;
|
|
237
237
|
}, undefined>;
|
|
238
238
|
readonly hasMore: import("valibot").BooleanSchema<undefined>;
|
|
239
239
|
readonly lastMutationIDChanges: import("valibot").RecordSchema<import("valibot").StringSchema<undefined>, import("valibot").NumberSchema<undefined>, undefined>;
|
package/package.json
CHANGED