@marcoappio/marco-config 2.0.257 → 2.0.258

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.
@@ -197,13 +197,11 @@ export declare const endpoints: {
197
197
  thread: EndpointConfig<"/v1/pv/sync/pull/thread", import("valibot").ObjectSchema<{
198
198
  readonly clientGroupID: import("valibot").StringSchema<undefined>;
199
199
  readonly cookie: import("valibot").NullableSchema<import("valibot").ObjectSchema<{
200
+ readonly hasMore: import("valibot").BooleanSchema<undefined>;
200
201
  readonly id: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
201
202
  readonly order: import("valibot").StringSchema<undefined>;
202
- readonly version: import("valibot").ObjectSchema<{
203
- readonly current: import("valibot").NumberSchema<undefined>;
204
- readonly previous: import("valibot").NumberSchema<undefined>;
205
- readonly target: import("valibot").NumberSchema<undefined>;
206
- }, undefined>;
203
+ readonly version: import("valibot").NumberSchema<undefined>;
204
+ readonly versionMax: import("valibot").NumberSchema<undefined>;
207
205
  }, undefined>, undefined>;
208
206
  }, undefined>, GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
209
207
  readonly data: import("valibot").ObjectSchema<{
@@ -223,13 +221,11 @@ export declare const endpoints: {
223
221
  }, undefined>, import("valibot").ObjectSchema<{
224
222
  readonly data: import("valibot").ObjectSchema<{
225
223
  readonly cookie: import("valibot").ObjectSchema<{
224
+ readonly hasMore: import("valibot").BooleanSchema<undefined>;
226
225
  readonly id: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
227
226
  readonly order: import("valibot").StringSchema<undefined>;
228
- readonly version: import("valibot").ObjectSchema<{
229
- readonly current: import("valibot").NumberSchema<undefined>;
230
- readonly previous: import("valibot").NumberSchema<undefined>;
231
- readonly target: import("valibot").NumberSchema<undefined>;
232
- }, undefined>;
227
+ readonly version: import("valibot").NumberSchema<undefined>;
228
+ readonly versionMax: import("valibot").NumberSchema<undefined>;
233
229
  }, undefined>;
234
230
  readonly hasMore: import("valibot").BooleanSchema<undefined>;
235
231
  readonly lastMutationIDChanges: import("valibot").RecordSchema<import("valibot").StringSchema<undefined>, import("valibot").NumberSchema<undefined>, 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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGM,CAAA"}
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"}
@@ -194,13 +194,11 @@ export declare const privateGroup: {
194
194
  thread: import("../../..").EndpointConfig<"/v1/pv/sync/pull/thread", import("valibot").ObjectSchema<{
195
195
  readonly clientGroupID: import("valibot").StringSchema<undefined>;
196
196
  readonly cookie: import("valibot").NullableSchema<import("valibot").ObjectSchema<{
197
+ readonly hasMore: import("valibot").BooleanSchema<undefined>;
197
198
  readonly id: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
198
199
  readonly order: import("valibot").StringSchema<undefined>;
199
- readonly version: import("valibot").ObjectSchema<{
200
- readonly current: import("valibot").NumberSchema<undefined>;
201
- readonly previous: import("valibot").NumberSchema<undefined>;
202
- readonly target: import("valibot").NumberSchema<undefined>;
203
- }, undefined>;
200
+ readonly version: import("valibot").NumberSchema<undefined>;
201
+ readonly versionMax: import("valibot").NumberSchema<undefined>;
204
202
  }, undefined>, undefined>;
205
203
  }, undefined>, import("valibot").GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
206
204
  readonly data: import("valibot").ObjectSchema<{
@@ -220,13 +218,11 @@ export declare const privateGroup: {
220
218
  }, undefined>, import("valibot").ObjectSchema<{
221
219
  readonly data: import("valibot").ObjectSchema<{
222
220
  readonly cookie: import("valibot").ObjectSchema<{
221
+ readonly hasMore: import("valibot").BooleanSchema<undefined>;
223
222
  readonly id: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
224
223
  readonly order: import("valibot").StringSchema<undefined>;
225
- readonly version: import("valibot").ObjectSchema<{
226
- readonly current: import("valibot").NumberSchema<undefined>;
227
- readonly previous: import("valibot").NumberSchema<undefined>;
228
- readonly target: import("valibot").NumberSchema<undefined>;
229
- }, undefined>;
224
+ readonly version: import("valibot").NumberSchema<undefined>;
225
+ readonly versionMax: import("valibot").NumberSchema<undefined>;
230
226
  }, undefined>;
231
227
  readonly hasMore: import("valibot").BooleanSchema<undefined>;
232
228
  readonly lastMutationIDChanges: import("valibot").RecordSchema<import("valibot").StringSchema<undefined>, import("valibot").NumberSchema<undefined>, undefined>;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/sdk/endpoints/private/index.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAIxB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/sdk/endpoints/private/index.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAIxB,CAAA"}
@@ -161,13 +161,11 @@ export declare const sync: {
161
161
  thread: import("../../../..").EndpointConfig<"/v1/pv/sync/pull/thread", import("valibot").ObjectSchema<{
162
162
  readonly clientGroupID: import("valibot").StringSchema<undefined>;
163
163
  readonly cookie: import("valibot").NullableSchema<import("valibot").ObjectSchema<{
164
+ readonly hasMore: import("valibot").BooleanSchema<undefined>;
164
165
  readonly id: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
165
166
  readonly order: import("valibot").StringSchema<undefined>;
166
- readonly version: import("valibot").ObjectSchema<{
167
- readonly current: import("valibot").NumberSchema<undefined>;
168
- readonly previous: import("valibot").NumberSchema<undefined>;
169
- readonly target: import("valibot").NumberSchema<undefined>;
170
- }, undefined>;
167
+ readonly version: import("valibot").NumberSchema<undefined>;
168
+ readonly versionMax: import("valibot").NumberSchema<undefined>;
171
169
  }, undefined>, undefined>;
172
170
  }, undefined>, import("valibot").GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
173
171
  readonly data: import("valibot").ObjectSchema<{
@@ -187,13 +185,11 @@ export declare const sync: {
187
185
  }, undefined>, import("valibot").ObjectSchema<{
188
186
  readonly data: import("valibot").ObjectSchema<{
189
187
  readonly cookie: import("valibot").ObjectSchema<{
188
+ readonly hasMore: import("valibot").BooleanSchema<undefined>;
190
189
  readonly id: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
191
190
  readonly order: import("valibot").StringSchema<undefined>;
192
- readonly version: import("valibot").ObjectSchema<{
193
- readonly current: import("valibot").NumberSchema<undefined>;
194
- readonly previous: import("valibot").NumberSchema<undefined>;
195
- readonly target: import("valibot").NumberSchema<undefined>;
196
- }, undefined>;
191
+ readonly version: import("valibot").NumberSchema<undefined>;
192
+ readonly versionMax: import("valibot").NumberSchema<undefined>;
197
193
  }, undefined>;
198
194
  readonly hasMore: import("valibot").BooleanSchema<undefined>;
199
195
  readonly lastMutationIDChanges: import("valibot").RecordSchema<import("valibot").StringSchema<undefined>, import("valibot").NumberSchema<undefined>, 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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAiB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/sdk/endpoints/private/sync/index.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAiB,CAAA"}
@@ -160,13 +160,11 @@ export declare const pull: {
160
160
  thread: import("../../../../..").EndpointConfig<"/v1/pv/sync/pull/thread", import("valibot").ObjectSchema<{
161
161
  readonly clientGroupID: import("valibot").StringSchema<undefined>;
162
162
  readonly cookie: import("valibot").NullableSchema<import("valibot").ObjectSchema<{
163
+ readonly hasMore: import("valibot").BooleanSchema<undefined>;
163
164
  readonly id: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
164
165
  readonly order: import("valibot").StringSchema<undefined>;
165
- readonly version: import("valibot").ObjectSchema<{
166
- readonly current: import("valibot").NumberSchema<undefined>;
167
- readonly previous: import("valibot").NumberSchema<undefined>;
168
- readonly target: import("valibot").NumberSchema<undefined>;
169
- }, undefined>;
166
+ readonly version: import("valibot").NumberSchema<undefined>;
167
+ readonly versionMax: import("valibot").NumberSchema<undefined>;
170
168
  }, undefined>, undefined>;
171
169
  }, undefined>, import("valibot").GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
172
170
  readonly data: import("valibot").ObjectSchema<{
@@ -186,13 +184,11 @@ export declare const pull: {
186
184
  }, undefined>, import("valibot").ObjectSchema<{
187
185
  readonly data: import("valibot").ObjectSchema<{
188
186
  readonly cookie: import("valibot").ObjectSchema<{
187
+ readonly hasMore: import("valibot").BooleanSchema<undefined>;
189
188
  readonly id: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
190
189
  readonly order: import("valibot").StringSchema<undefined>;
191
- readonly version: import("valibot").ObjectSchema<{
192
- readonly current: import("valibot").NumberSchema<undefined>;
193
- readonly previous: import("valibot").NumberSchema<undefined>;
194
- readonly target: import("valibot").NumberSchema<undefined>;
195
- }, undefined>;
190
+ readonly version: import("valibot").NumberSchema<undefined>;
191
+ readonly versionMax: import("valibot").NumberSchema<undefined>;
196
192
  }, undefined>;
197
193
  readonly hasMore: import("valibot").BooleanSchema<undefined>;
198
194
  readonly lastMutationIDChanges: import("valibot").RecordSchema<import("valibot").StringSchema<undefined>, import("valibot").NumberSchema<undefined>, undefined>;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/sdk/endpoints/private/sync/pull/index.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA4C,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/sdk/endpoints/private/sync/pull/index.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA4C,CAAA"}
@@ -2,13 +2,11 @@ import * as v from 'valibot';
2
2
  export declare const syncPullThread: import("../../../../..").EndpointConfig<"/v1/pv/sync/pull/thread", v.ObjectSchema<{
3
3
  readonly clientGroupID: v.StringSchema<undefined>;
4
4
  readonly cookie: v.NullableSchema<v.ObjectSchema<{
5
+ readonly hasMore: v.BooleanSchema<undefined>;
5
6
  readonly id: v.NullableSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.UuidAction<string, undefined>]>, undefined>;
6
7
  readonly order: v.StringSchema<undefined>;
7
- readonly version: v.ObjectSchema<{
8
- readonly current: v.NumberSchema<undefined>;
9
- readonly previous: v.NumberSchema<undefined>;
10
- readonly target: v.NumberSchema<undefined>;
11
- }, undefined>;
8
+ readonly version: v.NumberSchema<undefined>;
9
+ readonly versionMax: v.NumberSchema<undefined>;
12
10
  }, undefined>, undefined>;
13
11
  }, undefined>, v.GenericSchema<unknown, unknown, v.BaseIssue<unknown>> | undefined, v.UnionSchema<[v.ObjectSchema<{
14
12
  readonly data: v.ObjectSchema<{
@@ -28,13 +26,11 @@ export declare const syncPullThread: import("../../../../..").EndpointConfig<"/v
28
26
  }, undefined>, v.ObjectSchema<{
29
27
  readonly data: v.ObjectSchema<{
30
28
  readonly cookie: v.ObjectSchema<{
29
+ readonly hasMore: v.BooleanSchema<undefined>;
31
30
  readonly id: v.NullableSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.UuidAction<string, undefined>]>, undefined>;
32
31
  readonly order: v.StringSchema<undefined>;
33
- readonly version: v.ObjectSchema<{
34
- readonly current: v.NumberSchema<undefined>;
35
- readonly previous: v.NumberSchema<undefined>;
36
- readonly target: v.NumberSchema<undefined>;
37
- }, undefined>;
32
+ readonly version: v.NumberSchema<undefined>;
33
+ readonly versionMax: v.NumberSchema<undefined>;
38
34
  }, undefined>;
39
35
  readonly hasMore: v.BooleanSchema<undefined>;
40
36
  readonly lastMutationIDChanges: v.RecordSchema<v.StringSchema<undefined>, v.NumberSchema<undefined>, undefined>;
@@ -1 +1 @@
1
- {"version":3,"file":"thread.d.ts","sourceRoot":"","sources":["../../../../../../src/sdk/endpoints/private/sync/pull/thread.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,SAAS,CAAA;AAM5B,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2BAyCzB,CAAA"}
1
+ {"version":3,"file":"thread.d.ts","sourceRoot":"","sources":["../../../../../../src/sdk/endpoints/private/sync/pull/thread.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,SAAS,CAAA;AAM5B,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2BAqCzB,CAAA"}
@@ -6,13 +6,11 @@ export const syncPullThread = createEndpoint({
6
6
  body: v.object({
7
7
  clientGroupID: v.string(),
8
8
  cookie: v.nullable(v.object({
9
+ hasMore: v.boolean(),
9
10
  id: v.nullable(v.pipe(v.string(), v.uuid())),
10
11
  order: v.string(),
11
- version: v.object({
12
- current: v.number(),
13
- previous: v.number(),
14
- target: v.number(),
15
- }),
12
+ version: v.number(),
13
+ versionMax: v.number(),
16
14
  })),
17
15
  }),
18
16
  method: 'POST',
@@ -23,13 +21,11 @@ export const syncPullThread = createEndpoint({
23
21
  v.object({
24
22
  data: v.object({
25
23
  cookie: v.object({
24
+ hasMore: v.boolean(),
26
25
  id: v.nullable(v.pipe(v.string(), v.uuid())),
27
26
  order: v.string(),
28
- version: v.object({
29
- current: v.number(),
30
- previous: v.number(),
31
- target: v.number(),
32
- }),
27
+ version: v.number(),
28
+ versionMax: v.number(),
33
29
  }),
34
30
  hasMore: v.boolean(),
35
31
  lastMutationIDChanges: v.record(v.string(), v.number()),
@@ -196,13 +196,11 @@ export declare const marcoSDK: {
196
196
  thread: import("..").EndpointConfig<"/v1/pv/sync/pull/thread", import("valibot").ObjectSchema<{
197
197
  readonly clientGroupID: import("valibot").StringSchema<undefined>;
198
198
  readonly cookie: import("valibot").NullableSchema<import("valibot").ObjectSchema<{
199
+ readonly hasMore: import("valibot").BooleanSchema<undefined>;
199
200
  readonly id: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
200
201
  readonly order: import("valibot").StringSchema<undefined>;
201
- readonly version: import("valibot").ObjectSchema<{
202
- readonly current: import("valibot").NumberSchema<undefined>;
203
- readonly previous: import("valibot").NumberSchema<undefined>;
204
- readonly target: import("valibot").NumberSchema<undefined>;
205
- }, undefined>;
202
+ readonly version: import("valibot").NumberSchema<undefined>;
203
+ readonly versionMax: import("valibot").NumberSchema<undefined>;
206
204
  }, undefined>, undefined>;
207
205
  }, undefined>, import("valibot").GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
208
206
  readonly data: import("valibot").ObjectSchema<{
@@ -222,13 +220,11 @@ export declare const marcoSDK: {
222
220
  }, undefined>, import("valibot").ObjectSchema<{
223
221
  readonly data: import("valibot").ObjectSchema<{
224
222
  readonly cookie: import("valibot").ObjectSchema<{
223
+ readonly hasMore: import("valibot").BooleanSchema<undefined>;
225
224
  readonly id: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
226
225
  readonly order: import("valibot").StringSchema<undefined>;
227
- readonly version: import("valibot").ObjectSchema<{
228
- readonly current: import("valibot").NumberSchema<undefined>;
229
- readonly previous: import("valibot").NumberSchema<undefined>;
230
- readonly target: import("valibot").NumberSchema<undefined>;
231
- }, undefined>;
226
+ readonly version: import("valibot").NumberSchema<undefined>;
227
+ readonly versionMax: import("valibot").NumberSchema<undefined>;
232
228
  }, undefined>;
233
229
  readonly hasMore: import("valibot").BooleanSchema<undefined>;
234
230
  readonly lastMutationIDChanges: import("valibot").RecordSchema<import("valibot").StringSchema<undefined>, import("valibot").NumberSchema<undefined>, undefined>;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/sdk/index.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGpB,CAAA"}
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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@marcoappio/marco-config",
3
3
  "packageManager": "bun@1.2.0",
4
- "version": "2.0.257",
4
+ "version": "2.0.258",
5
5
  "author": "team@marcoapp.io",
6
6
  "main": "dist/index.js",
7
7
  "repository": "git@github.com:marcoappio/marco-config.git",