@marcoappio/marco-config 2.0.372 → 2.0.374
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 +8 -6
- package/dist/sdk/endpoints/index.d.ts.map +1 -1
- package/dist/sdk/endpoints/private/index.d.ts +8 -6
- package/dist/sdk/endpoints/private/index.d.ts.map +1 -1
- package/dist/sdk/endpoints/private/sync/index.d.ts +8 -6
- package/dist/sdk/endpoints/private/sync/index.d.ts.map +1 -1
- package/dist/sdk/endpoints/private/sync/pull/contact.d.ts +6 -4
- package/dist/sdk/endpoints/private/sync/pull/contact.d.ts.map +1 -1
- package/dist/sdk/endpoints/private/sync/pull/contact.js +3 -2
- package/dist/sdk/endpoints/private/sync/pull/index.d.ts +8 -6
- package/dist/sdk/endpoints/private/sync/pull/index.d.ts.map +1 -1
- 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 +8 -6
- package/dist/sdk/index.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -113,9 +113,10 @@ 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 id: import("valibot").StringSchema<undefined>;
|
|
117
116
|
readonly order: import("valibot").StringSchema<undefined>;
|
|
118
|
-
readonly
|
|
117
|
+
readonly seqNo: import("valibot").NumberSchema<undefined>;
|
|
118
|
+
readonly versionMax: import("valibot").NumberSchema<undefined>;
|
|
119
|
+
readonly versionMin: import("valibot").NumberSchema<undefined>;
|
|
119
120
|
}, undefined>, undefined>;
|
|
120
121
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
121
122
|
readonly pageSize: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").TransformAction<any, number>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 1, undefined>]>, undefined>;
|
|
@@ -137,9 +138,10 @@ export declare const endpoints: {
|
|
|
137
138
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
138
139
|
readonly data: import("valibot").ObjectSchema<{
|
|
139
140
|
readonly cookie: import("valibot").ObjectSchema<{
|
|
140
|
-
readonly id: import("valibot").StringSchema<undefined>;
|
|
141
141
|
readonly order: import("valibot").StringSchema<undefined>;
|
|
142
|
-
readonly
|
|
142
|
+
readonly seqNo: import("valibot").NumberSchema<undefined>;
|
|
143
|
+
readonly versionMax: import("valibot").NumberSchema<undefined>;
|
|
144
|
+
readonly versionMin: import("valibot").NumberSchema<undefined>;
|
|
143
145
|
}, undefined>;
|
|
144
146
|
readonly hasMore: import("valibot").BooleanSchema<undefined>;
|
|
145
147
|
readonly lastMutationIDChanges: import("valibot").RecordSchema<import("valibot").StringSchema<undefined>, import("valibot").NumberSchema<undefined>, undefined>;
|
|
@@ -233,9 +235,9 @@ export declare const endpoints: {
|
|
|
233
235
|
thread: EndpointConfig<"/v1/pv/sync/pull/thread", import("valibot").ObjectSchema<{
|
|
234
236
|
readonly clientGroupID: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
235
237
|
readonly cookie: import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
236
|
-
readonly id: import("valibot").StringSchema<undefined>;
|
|
237
238
|
readonly order: import("valibot").StringSchema<undefined>;
|
|
238
239
|
readonly sentAt: import("valibot").NumberSchema<undefined>;
|
|
240
|
+
readonly seqNo: import("valibot").NumberSchema<undefined>;
|
|
239
241
|
readonly versionMax: import("valibot").NumberSchema<undefined>;
|
|
240
242
|
readonly versionMin: import("valibot").NumberSchema<undefined>;
|
|
241
243
|
}, undefined>, undefined>;
|
|
@@ -259,9 +261,9 @@ export declare const endpoints: {
|
|
|
259
261
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
260
262
|
readonly data: import("valibot").ObjectSchema<{
|
|
261
263
|
readonly cookie: import("valibot").ObjectSchema<{
|
|
262
|
-
readonly id: import("valibot").StringSchema<undefined>;
|
|
263
264
|
readonly order: import("valibot").StringSchema<undefined>;
|
|
264
265
|
readonly sentAt: import("valibot").NumberSchema<undefined>;
|
|
266
|
+
readonly seqNo: import("valibot").NumberSchema<undefined>;
|
|
265
267
|
readonly versionMax: import("valibot").NumberSchema<undefined>;
|
|
266
268
|
readonly versionMin: import("valibot").NumberSchema<undefined>;
|
|
267
269
|
}, 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"}
|
|
@@ -110,9 +110,10 @@ 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 id: import("valibot").StringSchema<undefined>;
|
|
114
113
|
readonly order: import("valibot").StringSchema<undefined>;
|
|
115
|
-
readonly
|
|
114
|
+
readonly seqNo: import("valibot").NumberSchema<undefined>;
|
|
115
|
+
readonly versionMax: import("valibot").NumberSchema<undefined>;
|
|
116
|
+
readonly versionMin: import("valibot").NumberSchema<undefined>;
|
|
116
117
|
}, undefined>, undefined>;
|
|
117
118
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
118
119
|
readonly pageSize: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").TransformAction<any, number>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 1, undefined>]>, undefined>;
|
|
@@ -134,9 +135,10 @@ export declare const privateGroup: {
|
|
|
134
135
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
135
136
|
readonly data: import("valibot").ObjectSchema<{
|
|
136
137
|
readonly cookie: import("valibot").ObjectSchema<{
|
|
137
|
-
readonly id: import("valibot").StringSchema<undefined>;
|
|
138
138
|
readonly order: import("valibot").StringSchema<undefined>;
|
|
139
|
-
readonly
|
|
139
|
+
readonly seqNo: import("valibot").NumberSchema<undefined>;
|
|
140
|
+
readonly versionMax: import("valibot").NumberSchema<undefined>;
|
|
141
|
+
readonly versionMin: import("valibot").NumberSchema<undefined>;
|
|
140
142
|
}, undefined>;
|
|
141
143
|
readonly hasMore: import("valibot").BooleanSchema<undefined>;
|
|
142
144
|
readonly lastMutationIDChanges: import("valibot").RecordSchema<import("valibot").StringSchema<undefined>, import("valibot").NumberSchema<undefined>, undefined>;
|
|
@@ -230,9 +232,9 @@ export declare const privateGroup: {
|
|
|
230
232
|
thread: import("../../..").EndpointConfig<"/v1/pv/sync/pull/thread", import("valibot").ObjectSchema<{
|
|
231
233
|
readonly clientGroupID: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
232
234
|
readonly cookie: import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
233
|
-
readonly id: import("valibot").StringSchema<undefined>;
|
|
234
235
|
readonly order: import("valibot").StringSchema<undefined>;
|
|
235
236
|
readonly sentAt: import("valibot").NumberSchema<undefined>;
|
|
237
|
+
readonly seqNo: import("valibot").NumberSchema<undefined>;
|
|
236
238
|
readonly versionMax: import("valibot").NumberSchema<undefined>;
|
|
237
239
|
readonly versionMin: import("valibot").NumberSchema<undefined>;
|
|
238
240
|
}, undefined>, undefined>;
|
|
@@ -256,9 +258,9 @@ export declare const privateGroup: {
|
|
|
256
258
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
257
259
|
readonly data: import("valibot").ObjectSchema<{
|
|
258
260
|
readonly cookie: import("valibot").ObjectSchema<{
|
|
259
|
-
readonly id: import("valibot").StringSchema<undefined>;
|
|
260
261
|
readonly order: import("valibot").StringSchema<undefined>;
|
|
261
262
|
readonly sentAt: import("valibot").NumberSchema<undefined>;
|
|
263
|
+
readonly seqNo: import("valibot").NumberSchema<undefined>;
|
|
262
264
|
readonly versionMax: import("valibot").NumberSchema<undefined>;
|
|
263
265
|
readonly versionMin: import("valibot").NumberSchema<undefined>;
|
|
264
266
|
}, 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"}
|
|
@@ -72,9 +72,10 @@ 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 id: import("valibot").StringSchema<undefined>;
|
|
76
75
|
readonly order: import("valibot").StringSchema<undefined>;
|
|
77
|
-
readonly
|
|
76
|
+
readonly seqNo: import("valibot").NumberSchema<undefined>;
|
|
77
|
+
readonly versionMax: import("valibot").NumberSchema<undefined>;
|
|
78
|
+
readonly versionMin: import("valibot").NumberSchema<undefined>;
|
|
78
79
|
}, undefined>, undefined>;
|
|
79
80
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
80
81
|
readonly pageSize: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").TransformAction<any, number>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 1, undefined>]>, undefined>;
|
|
@@ -96,9 +97,10 @@ export declare const sync: {
|
|
|
96
97
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
97
98
|
readonly data: import("valibot").ObjectSchema<{
|
|
98
99
|
readonly cookie: import("valibot").ObjectSchema<{
|
|
99
|
-
readonly id: import("valibot").StringSchema<undefined>;
|
|
100
100
|
readonly order: import("valibot").StringSchema<undefined>;
|
|
101
|
-
readonly
|
|
101
|
+
readonly seqNo: import("valibot").NumberSchema<undefined>;
|
|
102
|
+
readonly versionMax: import("valibot").NumberSchema<undefined>;
|
|
103
|
+
readonly versionMin: import("valibot").NumberSchema<undefined>;
|
|
102
104
|
}, undefined>;
|
|
103
105
|
readonly hasMore: import("valibot").BooleanSchema<undefined>;
|
|
104
106
|
readonly lastMutationIDChanges: import("valibot").RecordSchema<import("valibot").StringSchema<undefined>, import("valibot").NumberSchema<undefined>, undefined>;
|
|
@@ -192,9 +194,9 @@ export declare const sync: {
|
|
|
192
194
|
thread: import("../../../..").EndpointConfig<"/v1/pv/sync/pull/thread", import("valibot").ObjectSchema<{
|
|
193
195
|
readonly clientGroupID: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
194
196
|
readonly cookie: import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
195
|
-
readonly id: import("valibot").StringSchema<undefined>;
|
|
196
197
|
readonly order: import("valibot").StringSchema<undefined>;
|
|
197
198
|
readonly sentAt: import("valibot").NumberSchema<undefined>;
|
|
199
|
+
readonly seqNo: import("valibot").NumberSchema<undefined>;
|
|
198
200
|
readonly versionMax: import("valibot").NumberSchema<undefined>;
|
|
199
201
|
readonly versionMin: import("valibot").NumberSchema<undefined>;
|
|
200
202
|
}, undefined>, undefined>;
|
|
@@ -218,9 +220,9 @@ export declare const sync: {
|
|
|
218
220
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
219
221
|
readonly data: import("valibot").ObjectSchema<{
|
|
220
222
|
readonly cookie: import("valibot").ObjectSchema<{
|
|
221
|
-
readonly id: import("valibot").StringSchema<undefined>;
|
|
222
223
|
readonly order: import("valibot").StringSchema<undefined>;
|
|
223
224
|
readonly sentAt: import("valibot").NumberSchema<undefined>;
|
|
225
|
+
readonly seqNo: import("valibot").NumberSchema<undefined>;
|
|
224
226
|
readonly versionMax: import("valibot").NumberSchema<undefined>;
|
|
225
227
|
readonly versionMin: import("valibot").NumberSchema<undefined>;
|
|
226
228
|
}, 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"}
|
|
@@ -2,9 +2,10 @@ 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 id: v.StringSchema<undefined>;
|
|
6
5
|
readonly order: v.StringSchema<undefined>;
|
|
7
|
-
readonly
|
|
6
|
+
readonly seqNo: v.NumberSchema<undefined>;
|
|
7
|
+
readonly versionMax: v.NumberSchema<undefined>;
|
|
8
|
+
readonly versionMin: v.NumberSchema<undefined>;
|
|
8
9
|
}, undefined>, undefined>;
|
|
9
10
|
}, undefined>, v.ObjectSchema<{
|
|
10
11
|
readonly pageSize: v.OptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.TransformAction<any, number>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
@@ -26,9 +27,10 @@ export declare const syncPullContact: import("../../../../..").EndpointConfig<"/
|
|
|
26
27
|
}, undefined>, v.ObjectSchema<{
|
|
27
28
|
readonly data: v.ObjectSchema<{
|
|
28
29
|
readonly cookie: v.ObjectSchema<{
|
|
29
|
-
readonly id: v.StringSchema<undefined>;
|
|
30
30
|
readonly order: v.StringSchema<undefined>;
|
|
31
|
-
readonly
|
|
31
|
+
readonly seqNo: v.NumberSchema<undefined>;
|
|
32
|
+
readonly versionMax: v.NumberSchema<undefined>;
|
|
33
|
+
readonly versionMin: v.NumberSchema<undefined>;
|
|
32
34
|
}, undefined>;
|
|
33
35
|
readonly hasMore: v.BooleanSchema<undefined>;
|
|
34
36
|
readonly lastMutationIDChanges: v.RecordSchema<v.StringSchema<undefined>, v.NumberSchema<undefined>, 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;
|
|
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"}
|
|
@@ -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
|
-
id: v.string(),
|
|
8
7
|
order: v.string(),
|
|
9
|
-
|
|
8
|
+
seqNo: v.number(),
|
|
9
|
+
versionMax: v.number(),
|
|
10
|
+
versionMin: v.number(),
|
|
10
11
|
});
|
|
11
12
|
export const syncPullContact = createEndpoint({
|
|
12
13
|
body: v.object({
|
|
@@ -71,9 +71,10 @@ 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 id: import("valibot").StringSchema<undefined>;
|
|
75
74
|
readonly order: import("valibot").StringSchema<undefined>;
|
|
76
|
-
readonly
|
|
75
|
+
readonly seqNo: import("valibot").NumberSchema<undefined>;
|
|
76
|
+
readonly versionMax: import("valibot").NumberSchema<undefined>;
|
|
77
|
+
readonly versionMin: import("valibot").NumberSchema<undefined>;
|
|
77
78
|
}, undefined>, undefined>;
|
|
78
79
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
79
80
|
readonly pageSize: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").TransformAction<any, number>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 1, undefined>]>, undefined>;
|
|
@@ -95,9 +96,10 @@ export declare const pull: {
|
|
|
95
96
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
96
97
|
readonly data: import("valibot").ObjectSchema<{
|
|
97
98
|
readonly cookie: import("valibot").ObjectSchema<{
|
|
98
|
-
readonly id: import("valibot").StringSchema<undefined>;
|
|
99
99
|
readonly order: import("valibot").StringSchema<undefined>;
|
|
100
|
-
readonly
|
|
100
|
+
readonly seqNo: import("valibot").NumberSchema<undefined>;
|
|
101
|
+
readonly versionMax: import("valibot").NumberSchema<undefined>;
|
|
102
|
+
readonly versionMin: import("valibot").NumberSchema<undefined>;
|
|
101
103
|
}, undefined>;
|
|
102
104
|
readonly hasMore: import("valibot").BooleanSchema<undefined>;
|
|
103
105
|
readonly lastMutationIDChanges: import("valibot").RecordSchema<import("valibot").StringSchema<undefined>, import("valibot").NumberSchema<undefined>, undefined>;
|
|
@@ -191,9 +193,9 @@ export declare const pull: {
|
|
|
191
193
|
thread: import("../../../../..").EndpointConfig<"/v1/pv/sync/pull/thread", import("valibot").ObjectSchema<{
|
|
192
194
|
readonly clientGroupID: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
193
195
|
readonly cookie: import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
194
|
-
readonly id: import("valibot").StringSchema<undefined>;
|
|
195
196
|
readonly order: import("valibot").StringSchema<undefined>;
|
|
196
197
|
readonly sentAt: import("valibot").NumberSchema<undefined>;
|
|
198
|
+
readonly seqNo: import("valibot").NumberSchema<undefined>;
|
|
197
199
|
readonly versionMax: import("valibot").NumberSchema<undefined>;
|
|
198
200
|
readonly versionMin: import("valibot").NumberSchema<undefined>;
|
|
199
201
|
}, undefined>, undefined>;
|
|
@@ -217,9 +219,9 @@ export declare const pull: {
|
|
|
217
219
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
218
220
|
readonly data: import("valibot").ObjectSchema<{
|
|
219
221
|
readonly cookie: import("valibot").ObjectSchema<{
|
|
220
|
-
readonly id: import("valibot").StringSchema<undefined>;
|
|
221
222
|
readonly order: import("valibot").StringSchema<undefined>;
|
|
222
223
|
readonly sentAt: import("valibot").NumberSchema<undefined>;
|
|
224
|
+
readonly seqNo: import("valibot").NumberSchema<undefined>;
|
|
223
225
|
readonly versionMax: import("valibot").NumberSchema<undefined>;
|
|
224
226
|
readonly versionMin: import("valibot").NumberSchema<undefined>;
|
|
225
227
|
}, 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
|
|
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,9 @@ 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 id: v.StringSchema<undefined>;
|
|
6
5
|
readonly order: v.StringSchema<undefined>;
|
|
7
6
|
readonly sentAt: v.NumberSchema<undefined>;
|
|
7
|
+
readonly seqNo: v.NumberSchema<undefined>;
|
|
8
8
|
readonly versionMax: v.NumberSchema<undefined>;
|
|
9
9
|
readonly versionMin: v.NumberSchema<undefined>;
|
|
10
10
|
}, undefined>, undefined>;
|
|
@@ -28,9 +28,9 @@ export declare const syncPullThread: import("../../../../..").EndpointConfig<"/v
|
|
|
28
28
|
}, undefined>, v.ObjectSchema<{
|
|
29
29
|
readonly data: v.ObjectSchema<{
|
|
30
30
|
readonly cookie: v.ObjectSchema<{
|
|
31
|
-
readonly id: v.StringSchema<undefined>;
|
|
32
31
|
readonly order: v.StringSchema<undefined>;
|
|
33
32
|
readonly sentAt: v.NumberSchema<undefined>;
|
|
33
|
+
readonly seqNo: v.NumberSchema<undefined>;
|
|
34
34
|
readonly versionMax: v.NumberSchema<undefined>;
|
|
35
35
|
readonly versionMin: v.NumberSchema<undefined>;
|
|
36
36
|
}, undefined>;
|
|
@@ -4,9 +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
|
-
id: v.string(),
|
|
8
7
|
order: v.string(),
|
|
9
8
|
sentAt: v.number(),
|
|
9
|
+
seqNo: v.number(),
|
|
10
10
|
versionMax: v.number(),
|
|
11
11
|
versionMin: v.number(),
|
|
12
12
|
});
|
package/dist/sdk/index.d.ts
CHANGED
|
@@ -112,9 +112,10 @@ 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 id: import("valibot").StringSchema<undefined>;
|
|
116
115
|
readonly order: import("valibot").StringSchema<undefined>;
|
|
117
|
-
readonly
|
|
116
|
+
readonly seqNo: import("valibot").NumberSchema<undefined>;
|
|
117
|
+
readonly versionMax: import("valibot").NumberSchema<undefined>;
|
|
118
|
+
readonly versionMin: import("valibot").NumberSchema<undefined>;
|
|
118
119
|
}, undefined>, undefined>;
|
|
119
120
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
120
121
|
readonly pageSize: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").TransformAction<any, number>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 1, undefined>]>, undefined>;
|
|
@@ -136,9 +137,10 @@ export declare const marcoSDK: {
|
|
|
136
137
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
137
138
|
readonly data: import("valibot").ObjectSchema<{
|
|
138
139
|
readonly cookie: import("valibot").ObjectSchema<{
|
|
139
|
-
readonly id: import("valibot").StringSchema<undefined>;
|
|
140
140
|
readonly order: import("valibot").StringSchema<undefined>;
|
|
141
|
-
readonly
|
|
141
|
+
readonly seqNo: import("valibot").NumberSchema<undefined>;
|
|
142
|
+
readonly versionMax: import("valibot").NumberSchema<undefined>;
|
|
143
|
+
readonly versionMin: import("valibot").NumberSchema<undefined>;
|
|
142
144
|
}, undefined>;
|
|
143
145
|
readonly hasMore: import("valibot").BooleanSchema<undefined>;
|
|
144
146
|
readonly lastMutationIDChanges: import("valibot").RecordSchema<import("valibot").StringSchema<undefined>, import("valibot").NumberSchema<undefined>, undefined>;
|
|
@@ -232,9 +234,9 @@ export declare const marcoSDK: {
|
|
|
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<{
|
|
235
|
-
readonly id: import("valibot").StringSchema<undefined>;
|
|
236
237
|
readonly order: import("valibot").StringSchema<undefined>;
|
|
237
238
|
readonly sentAt: import("valibot").NumberSchema<undefined>;
|
|
239
|
+
readonly seqNo: import("valibot").NumberSchema<undefined>;
|
|
238
240
|
readonly versionMax: import("valibot").NumberSchema<undefined>;
|
|
239
241
|
readonly versionMin: import("valibot").NumberSchema<undefined>;
|
|
240
242
|
}, undefined>, undefined>;
|
|
@@ -258,9 +260,9 @@ export declare const marcoSDK: {
|
|
|
258
260
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
259
261
|
readonly data: import("valibot").ObjectSchema<{
|
|
260
262
|
readonly cookie: import("valibot").ObjectSchema<{
|
|
261
|
-
readonly id: import("valibot").StringSchema<undefined>;
|
|
262
263
|
readonly order: import("valibot").StringSchema<undefined>;
|
|
263
264
|
readonly sentAt: import("valibot").NumberSchema<undefined>;
|
|
265
|
+
readonly seqNo: import("valibot").NumberSchema<undefined>;
|
|
264
266
|
readonly versionMax: import("valibot").NumberSchema<undefined>;
|
|
265
267
|
readonly versionMin: import("valibot").NumberSchema<undefined>;
|
|
266
268
|
}, 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