@marcoappio/marco-config 2.0.374 → 2.0.376

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.
@@ -113,8 +113,9 @@ export declare const endpoints: {
113
113
  contact: EndpointConfig<"/v1/pv/sync/pull/contact", import("valibot").ObjectSchema<{
114
114
  readonly clientGroupID: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
115
115
  readonly cookie: import("valibot").NullableSchema<import("valibot").ObjectSchema<{
116
+ readonly hasMore: import("valibot").BooleanSchema<undefined>;
117
+ readonly id: import("valibot").StringSchema<undefined>;
116
118
  readonly order: import("valibot").StringSchema<undefined>;
117
- readonly seqNo: import("valibot").NumberSchema<undefined>;
118
119
  readonly versionMax: import("valibot").NumberSchema<undefined>;
119
120
  readonly versionMin: import("valibot").NumberSchema<undefined>;
120
121
  }, undefined>, undefined>;
@@ -138,8 +139,9 @@ export declare const endpoints: {
138
139
  }, undefined>, import("valibot").ObjectSchema<{
139
140
  readonly data: import("valibot").ObjectSchema<{
140
141
  readonly cookie: import("valibot").ObjectSchema<{
142
+ readonly hasMore: import("valibot").BooleanSchema<undefined>;
143
+ readonly id: import("valibot").StringSchema<undefined>;
141
144
  readonly order: import("valibot").StringSchema<undefined>;
142
- readonly seqNo: import("valibot").NumberSchema<undefined>;
143
145
  readonly versionMax: import("valibot").NumberSchema<undefined>;
144
146
  readonly versionMin: import("valibot").NumberSchema<undefined>;
145
147
  }, undefined>;
@@ -235,9 +237,10 @@ export declare const endpoints: {
235
237
  thread: EndpointConfig<"/v1/pv/sync/pull/thread", import("valibot").ObjectSchema<{
236
238
  readonly clientGroupID: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
237
239
  readonly cookie: import("valibot").NullableSchema<import("valibot").ObjectSchema<{
240
+ readonly hasMore: import("valibot").BooleanSchema<undefined>;
241
+ readonly id: import("valibot").StringSchema<undefined>;
238
242
  readonly order: import("valibot").StringSchema<undefined>;
239
243
  readonly sentAt: import("valibot").NumberSchema<undefined>;
240
- readonly seqNo: import("valibot").NumberSchema<undefined>;
241
244
  readonly versionMax: import("valibot").NumberSchema<undefined>;
242
245
  readonly versionMin: import("valibot").NumberSchema<undefined>;
243
246
  }, undefined>, undefined>;
@@ -261,9 +264,10 @@ export declare const endpoints: {
261
264
  }, undefined>, import("valibot").ObjectSchema<{
262
265
  readonly data: import("valibot").ObjectSchema<{
263
266
  readonly cookie: import("valibot").ObjectSchema<{
267
+ readonly hasMore: import("valibot").BooleanSchema<undefined>;
268
+ readonly id: import("valibot").StringSchema<undefined>;
264
269
  readonly order: import("valibot").StringSchema<undefined>;
265
270
  readonly sentAt: import("valibot").NumberSchema<undefined>;
266
- readonly seqNo: import("valibot").NumberSchema<undefined>;
267
271
  readonly versionMax: import("valibot").NumberSchema<undefined>;
268
272
  readonly versionMin: import("valibot").NumberSchema<undefined>;
269
273
  }, 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"}
@@ -110,8 +110,9 @@ export declare const privateGroup: {
110
110
  contact: import("../../..").EndpointConfig<"/v1/pv/sync/pull/contact", import("valibot").ObjectSchema<{
111
111
  readonly clientGroupID: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
112
112
  readonly cookie: import("valibot").NullableSchema<import("valibot").ObjectSchema<{
113
+ readonly hasMore: import("valibot").BooleanSchema<undefined>;
114
+ readonly id: import("valibot").StringSchema<undefined>;
113
115
  readonly order: import("valibot").StringSchema<undefined>;
114
- readonly seqNo: import("valibot").NumberSchema<undefined>;
115
116
  readonly versionMax: import("valibot").NumberSchema<undefined>;
116
117
  readonly versionMin: import("valibot").NumberSchema<undefined>;
117
118
  }, undefined>, undefined>;
@@ -135,8 +136,9 @@ export declare const privateGroup: {
135
136
  }, undefined>, import("valibot").ObjectSchema<{
136
137
  readonly data: import("valibot").ObjectSchema<{
137
138
  readonly cookie: import("valibot").ObjectSchema<{
139
+ readonly hasMore: import("valibot").BooleanSchema<undefined>;
140
+ readonly id: import("valibot").StringSchema<undefined>;
138
141
  readonly order: import("valibot").StringSchema<undefined>;
139
- readonly seqNo: import("valibot").NumberSchema<undefined>;
140
142
  readonly versionMax: import("valibot").NumberSchema<undefined>;
141
143
  readonly versionMin: import("valibot").NumberSchema<undefined>;
142
144
  }, undefined>;
@@ -232,9 +234,10 @@ export declare const privateGroup: {
232
234
  thread: import("../../..").EndpointConfig<"/v1/pv/sync/pull/thread", import("valibot").ObjectSchema<{
233
235
  readonly clientGroupID: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
234
236
  readonly cookie: import("valibot").NullableSchema<import("valibot").ObjectSchema<{
237
+ readonly hasMore: import("valibot").BooleanSchema<undefined>;
238
+ readonly id: import("valibot").StringSchema<undefined>;
235
239
  readonly order: import("valibot").StringSchema<undefined>;
236
240
  readonly sentAt: import("valibot").NumberSchema<undefined>;
237
- readonly seqNo: import("valibot").NumberSchema<undefined>;
238
241
  readonly versionMax: import("valibot").NumberSchema<undefined>;
239
242
  readonly versionMin: import("valibot").NumberSchema<undefined>;
240
243
  }, undefined>, undefined>;
@@ -258,9 +261,10 @@ export declare const privateGroup: {
258
261
  }, undefined>, import("valibot").ObjectSchema<{
259
262
  readonly data: import("valibot").ObjectSchema<{
260
263
  readonly cookie: import("valibot").ObjectSchema<{
264
+ readonly hasMore: import("valibot").BooleanSchema<undefined>;
265
+ readonly id: import("valibot").StringSchema<undefined>;
261
266
  readonly order: import("valibot").StringSchema<undefined>;
262
267
  readonly sentAt: import("valibot").NumberSchema<undefined>;
263
- readonly seqNo: import("valibot").NumberSchema<undefined>;
264
268
  readonly versionMax: import("valibot").NumberSchema<undefined>;
265
269
  readonly versionMin: import("valibot").NumberSchema<undefined>;
266
270
  }, 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"}
@@ -72,8 +72,9 @@ export declare const sync: {
72
72
  contact: import("../../../..").EndpointConfig<"/v1/pv/sync/pull/contact", import("valibot").ObjectSchema<{
73
73
  readonly clientGroupID: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
74
74
  readonly cookie: import("valibot").NullableSchema<import("valibot").ObjectSchema<{
75
+ readonly hasMore: import("valibot").BooleanSchema<undefined>;
76
+ readonly id: import("valibot").StringSchema<undefined>;
75
77
  readonly order: import("valibot").StringSchema<undefined>;
76
- readonly seqNo: import("valibot").NumberSchema<undefined>;
77
78
  readonly versionMax: import("valibot").NumberSchema<undefined>;
78
79
  readonly versionMin: import("valibot").NumberSchema<undefined>;
79
80
  }, undefined>, undefined>;
@@ -97,8 +98,9 @@ export declare const sync: {
97
98
  }, undefined>, import("valibot").ObjectSchema<{
98
99
  readonly data: import("valibot").ObjectSchema<{
99
100
  readonly cookie: import("valibot").ObjectSchema<{
101
+ readonly hasMore: import("valibot").BooleanSchema<undefined>;
102
+ readonly id: import("valibot").StringSchema<undefined>;
100
103
  readonly order: import("valibot").StringSchema<undefined>;
101
- readonly seqNo: import("valibot").NumberSchema<undefined>;
102
104
  readonly versionMax: import("valibot").NumberSchema<undefined>;
103
105
  readonly versionMin: import("valibot").NumberSchema<undefined>;
104
106
  }, undefined>;
@@ -194,9 +196,10 @@ export declare const sync: {
194
196
  thread: import("../../../..").EndpointConfig<"/v1/pv/sync/pull/thread", import("valibot").ObjectSchema<{
195
197
  readonly clientGroupID: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
196
198
  readonly cookie: import("valibot").NullableSchema<import("valibot").ObjectSchema<{
199
+ readonly hasMore: import("valibot").BooleanSchema<undefined>;
200
+ readonly id: import("valibot").StringSchema<undefined>;
197
201
  readonly order: import("valibot").StringSchema<undefined>;
198
202
  readonly sentAt: import("valibot").NumberSchema<undefined>;
199
- readonly seqNo: import("valibot").NumberSchema<undefined>;
200
203
  readonly versionMax: import("valibot").NumberSchema<undefined>;
201
204
  readonly versionMin: import("valibot").NumberSchema<undefined>;
202
205
  }, undefined>, undefined>;
@@ -220,9 +223,10 @@ export declare const sync: {
220
223
  }, undefined>, import("valibot").ObjectSchema<{
221
224
  readonly data: import("valibot").ObjectSchema<{
222
225
  readonly cookie: import("valibot").ObjectSchema<{
226
+ readonly hasMore: import("valibot").BooleanSchema<undefined>;
227
+ readonly id: import("valibot").StringSchema<undefined>;
223
228
  readonly order: import("valibot").StringSchema<undefined>;
224
229
  readonly sentAt: import("valibot").NumberSchema<undefined>;
225
- readonly seqNo: import("valibot").NumberSchema<undefined>;
226
230
  readonly versionMax: import("valibot").NumberSchema<undefined>;
227
231
  readonly versionMin: import("valibot").NumberSchema<undefined>;
228
232
  }, 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"}
@@ -2,8 +2,9 @@ import * as v from 'valibot';
2
2
  export declare const syncPullContact: import("../../../../..").EndpointConfig<"/v1/pv/sync/pull/contact", v.ObjectSchema<{
3
3
  readonly clientGroupID: v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
4
4
  readonly cookie: v.NullableSchema<v.ObjectSchema<{
5
+ readonly hasMore: v.BooleanSchema<undefined>;
6
+ readonly id: v.StringSchema<undefined>;
5
7
  readonly order: v.StringSchema<undefined>;
6
- readonly seqNo: v.NumberSchema<undefined>;
7
8
  readonly versionMax: v.NumberSchema<undefined>;
8
9
  readonly versionMin: v.NumberSchema<undefined>;
9
10
  }, undefined>, undefined>;
@@ -27,8 +28,9 @@ export declare const syncPullContact: import("../../../../..").EndpointConfig<"/
27
28
  }, undefined>, v.ObjectSchema<{
28
29
  readonly data: v.ObjectSchema<{
29
30
  readonly cookie: v.ObjectSchema<{
31
+ readonly hasMore: v.BooleanSchema<undefined>;
32
+ readonly id: v.StringSchema<undefined>;
30
33
  readonly order: v.StringSchema<undefined>;
31
- readonly seqNo: v.NumberSchema<undefined>;
32
34
  readonly versionMax: v.NumberSchema<undefined>;
33
35
  readonly versionMin: v.NumberSchema<undefined>;
34
36
  }, undefined>;
@@ -1 +1 @@
1
- {"version":3,"file":"contact.d.ts","sourceRoot":"","sources":["../../../../../../src/sdk/endpoints/private/sync/pull/contact.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,SAAS,CAAA;AAc5B,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2BA+B1B,CAAA"}
1
+ {"version":3,"file":"contact.d.ts","sourceRoot":"","sources":["../../../../../../src/sdk/endpoints/private/sync/pull/contact.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,SAAS,CAAA;AAe5B,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2BA+B1B,CAAA"}
@@ -4,8 +4,9 @@ import { marcoSchemas } from '../../../../../schemas';
4
4
  import { createEndpoint } from '../../../../../sdk/endpoints/createEndpointConfig';
5
5
  import { errors } from '../../../../../sdk/validation/errors';
6
6
  const cookieSchema = v.object({
7
+ hasMore: v.boolean(),
8
+ id: v.string(),
7
9
  order: v.string(),
8
- seqNo: v.number(),
9
10
  versionMax: v.number(),
10
11
  versionMin: v.number(),
11
12
  });
@@ -71,8 +71,9 @@ export declare const pull: {
71
71
  contact: import("../../../../..").EndpointConfig<"/v1/pv/sync/pull/contact", import("valibot").ObjectSchema<{
72
72
  readonly clientGroupID: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
73
73
  readonly cookie: import("valibot").NullableSchema<import("valibot").ObjectSchema<{
74
+ readonly hasMore: import("valibot").BooleanSchema<undefined>;
75
+ readonly id: import("valibot").StringSchema<undefined>;
74
76
  readonly order: import("valibot").StringSchema<undefined>;
75
- readonly seqNo: import("valibot").NumberSchema<undefined>;
76
77
  readonly versionMax: import("valibot").NumberSchema<undefined>;
77
78
  readonly versionMin: import("valibot").NumberSchema<undefined>;
78
79
  }, undefined>, undefined>;
@@ -96,8 +97,9 @@ export declare const pull: {
96
97
  }, undefined>, import("valibot").ObjectSchema<{
97
98
  readonly data: import("valibot").ObjectSchema<{
98
99
  readonly cookie: import("valibot").ObjectSchema<{
100
+ readonly hasMore: import("valibot").BooleanSchema<undefined>;
101
+ readonly id: import("valibot").StringSchema<undefined>;
99
102
  readonly order: import("valibot").StringSchema<undefined>;
100
- readonly seqNo: import("valibot").NumberSchema<undefined>;
101
103
  readonly versionMax: import("valibot").NumberSchema<undefined>;
102
104
  readonly versionMin: import("valibot").NumberSchema<undefined>;
103
105
  }, undefined>;
@@ -193,9 +195,10 @@ export declare const pull: {
193
195
  thread: import("../../../../..").EndpointConfig<"/v1/pv/sync/pull/thread", import("valibot").ObjectSchema<{
194
196
  readonly clientGroupID: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
195
197
  readonly cookie: import("valibot").NullableSchema<import("valibot").ObjectSchema<{
198
+ readonly hasMore: import("valibot").BooleanSchema<undefined>;
199
+ readonly id: import("valibot").StringSchema<undefined>;
196
200
  readonly order: import("valibot").StringSchema<undefined>;
197
201
  readonly sentAt: import("valibot").NumberSchema<undefined>;
198
- readonly seqNo: import("valibot").NumberSchema<undefined>;
199
202
  readonly versionMax: import("valibot").NumberSchema<undefined>;
200
203
  readonly versionMin: import("valibot").NumberSchema<undefined>;
201
204
  }, undefined>, undefined>;
@@ -219,9 +222,10 @@ export declare const pull: {
219
222
  }, undefined>, import("valibot").ObjectSchema<{
220
223
  readonly data: import("valibot").ObjectSchema<{
221
224
  readonly cookie: import("valibot").ObjectSchema<{
225
+ readonly hasMore: import("valibot").BooleanSchema<undefined>;
226
+ readonly id: import("valibot").StringSchema<undefined>;
222
227
  readonly order: import("valibot").StringSchema<undefined>;
223
228
  readonly sentAt: import("valibot").NumberSchema<undefined>;
224
- readonly seqNo: import("valibot").NumberSchema<undefined>;
225
229
  readonly versionMax: import("valibot").NumberSchema<undefined>;
226
230
  readonly versionMin: import("valibot").NumberSchema<undefined>;
227
231
  }, 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,9 +2,10 @@ 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.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
4
4
  readonly cookie: v.NullableSchema<v.ObjectSchema<{
5
+ readonly hasMore: v.BooleanSchema<undefined>;
6
+ readonly id: v.StringSchema<undefined>;
5
7
  readonly order: v.StringSchema<undefined>;
6
8
  readonly sentAt: v.NumberSchema<undefined>;
7
- readonly seqNo: v.NumberSchema<undefined>;
8
9
  readonly versionMax: v.NumberSchema<undefined>;
9
10
  readonly versionMin: v.NumberSchema<undefined>;
10
11
  }, undefined>, undefined>;
@@ -28,9 +29,10 @@ export declare const syncPullThread: import("../../../../..").EndpointConfig<"/v
28
29
  }, undefined>, v.ObjectSchema<{
29
30
  readonly data: v.ObjectSchema<{
30
31
  readonly cookie: v.ObjectSchema<{
32
+ readonly hasMore: v.BooleanSchema<undefined>;
33
+ readonly id: v.StringSchema<undefined>;
31
34
  readonly order: v.StringSchema<undefined>;
32
35
  readonly sentAt: v.NumberSchema<undefined>;
33
- readonly seqNo: v.NumberSchema<undefined>;
34
36
  readonly versionMax: v.NumberSchema<undefined>;
35
37
  readonly versionMin: v.NumberSchema<undefined>;
36
38
  }, 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;AAe5B,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2BA6BzB,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;AAgB5B,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2BA6BzB,CAAA"}
@@ -4,9 +4,10 @@ import { marcoSchemas } from '../../../../../schemas';
4
4
  import { createEndpoint } from '../../../../../sdk/endpoints/createEndpointConfig';
5
5
  import { errors } from '../../../../../sdk/validation/errors';
6
6
  const cookieSchema = v.object({
7
+ hasMore: v.boolean(),
8
+ id: v.string(),
7
9
  order: v.string(),
8
10
  sentAt: v.number(),
9
- seqNo: v.number(),
10
11
  versionMax: v.number(),
11
12
  versionMin: v.number(),
12
13
  });
@@ -112,8 +112,9 @@ export declare const marcoSDK: {
112
112
  contact: import("..").EndpointConfig<"/v1/pv/sync/pull/contact", import("valibot").ObjectSchema<{
113
113
  readonly clientGroupID: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
114
114
  readonly cookie: import("valibot").NullableSchema<import("valibot").ObjectSchema<{
115
+ readonly hasMore: import("valibot").BooleanSchema<undefined>;
116
+ readonly id: import("valibot").StringSchema<undefined>;
115
117
  readonly order: import("valibot").StringSchema<undefined>;
116
- readonly seqNo: import("valibot").NumberSchema<undefined>;
117
118
  readonly versionMax: import("valibot").NumberSchema<undefined>;
118
119
  readonly versionMin: import("valibot").NumberSchema<undefined>;
119
120
  }, undefined>, undefined>;
@@ -137,8 +138,9 @@ export declare const marcoSDK: {
137
138
  }, undefined>, import("valibot").ObjectSchema<{
138
139
  readonly data: import("valibot").ObjectSchema<{
139
140
  readonly cookie: import("valibot").ObjectSchema<{
141
+ readonly hasMore: import("valibot").BooleanSchema<undefined>;
142
+ readonly id: import("valibot").StringSchema<undefined>;
140
143
  readonly order: import("valibot").StringSchema<undefined>;
141
- readonly seqNo: import("valibot").NumberSchema<undefined>;
142
144
  readonly versionMax: import("valibot").NumberSchema<undefined>;
143
145
  readonly versionMin: import("valibot").NumberSchema<undefined>;
144
146
  }, undefined>;
@@ -234,9 +236,10 @@ export declare const marcoSDK: {
234
236
  thread: import("..").EndpointConfig<"/v1/pv/sync/pull/thread", import("valibot").ObjectSchema<{
235
237
  readonly clientGroupID: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
236
238
  readonly cookie: import("valibot").NullableSchema<import("valibot").ObjectSchema<{
239
+ readonly hasMore: import("valibot").BooleanSchema<undefined>;
240
+ readonly id: import("valibot").StringSchema<undefined>;
237
241
  readonly order: import("valibot").StringSchema<undefined>;
238
242
  readonly sentAt: import("valibot").NumberSchema<undefined>;
239
- readonly seqNo: import("valibot").NumberSchema<undefined>;
240
243
  readonly versionMax: import("valibot").NumberSchema<undefined>;
241
244
  readonly versionMin: import("valibot").NumberSchema<undefined>;
242
245
  }, undefined>, undefined>;
@@ -260,9 +263,10 @@ export declare const marcoSDK: {
260
263
  }, undefined>, import("valibot").ObjectSchema<{
261
264
  readonly data: import("valibot").ObjectSchema<{
262
265
  readonly cookie: import("valibot").ObjectSchema<{
266
+ readonly hasMore: import("valibot").BooleanSchema<undefined>;
267
+ readonly id: import("valibot").StringSchema<undefined>;
263
268
  readonly order: import("valibot").StringSchema<undefined>;
264
269
  readonly sentAt: import("valibot").NumberSchema<undefined>;
265
- readonly seqNo: import("valibot").NumberSchema<undefined>;
266
270
  readonly versionMax: import("valibot").NumberSchema<undefined>;
267
271
  readonly versionMin: import("valibot").NumberSchema<undefined>;
268
272
  }, 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.374",
4
+ "version": "2.0.376",
5
5
  "author": "team@marcoapp.io",
6
6
  "main": "dist/index.js",
7
7
  "repository": "git@github.com:marcoappio/marco-config.git",