@marcoappio/marco-config 2.0.261 → 2.0.263
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 +2 -2
- package/dist/sdk/index.d.ts +2 -2
- package/package.json +1 -1
|
@@ -199,8 +199,8 @@ export declare const endpoints: {
|
|
|
199
199
|
readonly cookie: import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
200
200
|
readonly hasMore: import("valibot").BooleanSchema<undefined>;
|
|
201
201
|
readonly id: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
202
|
+
readonly latestSentAt: import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
202
203
|
readonly order: import("valibot").StringSchema<undefined>;
|
|
203
|
-
readonly version: import("valibot").NumberSchema<undefined>;
|
|
204
204
|
readonly versionMax: import("valibot").NumberSchema<undefined>;
|
|
205
205
|
readonly versionMin: import("valibot").NumberSchema<undefined>;
|
|
206
206
|
}, undefined>, undefined>;
|
|
@@ -224,8 +224,8 @@ export declare const endpoints: {
|
|
|
224
224
|
readonly cookie: import("valibot").ObjectSchema<{
|
|
225
225
|
readonly hasMore: import("valibot").BooleanSchema<undefined>;
|
|
226
226
|
readonly id: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
227
|
+
readonly latestSentAt: import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
227
228
|
readonly order: import("valibot").StringSchema<undefined>;
|
|
228
|
-
readonly version: import("valibot").NumberSchema<undefined>;
|
|
229
229
|
readonly versionMax: import("valibot").NumberSchema<undefined>;
|
|
230
230
|
readonly versionMin: import("valibot").NumberSchema<undefined>;
|
|
231
231
|
}, undefined>;
|
|
@@ -196,8 +196,8 @@ export declare const privateGroup: {
|
|
|
196
196
|
readonly cookie: import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
197
197
|
readonly hasMore: import("valibot").BooleanSchema<undefined>;
|
|
198
198
|
readonly id: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
199
|
+
readonly latestSentAt: import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
199
200
|
readonly order: import("valibot").StringSchema<undefined>;
|
|
200
|
-
readonly version: import("valibot").NumberSchema<undefined>;
|
|
201
201
|
readonly versionMax: import("valibot").NumberSchema<undefined>;
|
|
202
202
|
readonly versionMin: import("valibot").NumberSchema<undefined>;
|
|
203
203
|
}, undefined>, undefined>;
|
|
@@ -221,8 +221,8 @@ export declare const privateGroup: {
|
|
|
221
221
|
readonly cookie: import("valibot").ObjectSchema<{
|
|
222
222
|
readonly hasMore: import("valibot").BooleanSchema<undefined>;
|
|
223
223
|
readonly id: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
224
|
+
readonly latestSentAt: import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
224
225
|
readonly order: import("valibot").StringSchema<undefined>;
|
|
225
|
-
readonly version: import("valibot").NumberSchema<undefined>;
|
|
226
226
|
readonly versionMax: import("valibot").NumberSchema<undefined>;
|
|
227
227
|
readonly versionMin: import("valibot").NumberSchema<undefined>;
|
|
228
228
|
}, undefined>;
|
|
@@ -163,8 +163,8 @@ export declare const sync: {
|
|
|
163
163
|
readonly cookie: import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
164
164
|
readonly hasMore: import("valibot").BooleanSchema<undefined>;
|
|
165
165
|
readonly id: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
166
|
+
readonly latestSentAt: import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
166
167
|
readonly order: import("valibot").StringSchema<undefined>;
|
|
167
|
-
readonly version: import("valibot").NumberSchema<undefined>;
|
|
168
168
|
readonly versionMax: import("valibot").NumberSchema<undefined>;
|
|
169
169
|
readonly versionMin: import("valibot").NumberSchema<undefined>;
|
|
170
170
|
}, undefined>, undefined>;
|
|
@@ -188,8 +188,8 @@ export declare const sync: {
|
|
|
188
188
|
readonly cookie: import("valibot").ObjectSchema<{
|
|
189
189
|
readonly hasMore: import("valibot").BooleanSchema<undefined>;
|
|
190
190
|
readonly id: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
191
|
+
readonly latestSentAt: import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
191
192
|
readonly order: import("valibot").StringSchema<undefined>;
|
|
192
|
-
readonly version: import("valibot").NumberSchema<undefined>;
|
|
193
193
|
readonly versionMax: import("valibot").NumberSchema<undefined>;
|
|
194
194
|
readonly versionMin: import("valibot").NumberSchema<undefined>;
|
|
195
195
|
}, undefined>;
|
|
@@ -162,8 +162,8 @@ export declare const pull: {
|
|
|
162
162
|
readonly cookie: import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
163
163
|
readonly hasMore: import("valibot").BooleanSchema<undefined>;
|
|
164
164
|
readonly id: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
165
|
+
readonly latestSentAt: import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
165
166
|
readonly order: import("valibot").StringSchema<undefined>;
|
|
166
|
-
readonly version: import("valibot").NumberSchema<undefined>;
|
|
167
167
|
readonly versionMax: import("valibot").NumberSchema<undefined>;
|
|
168
168
|
readonly versionMin: import("valibot").NumberSchema<undefined>;
|
|
169
169
|
}, undefined>, undefined>;
|
|
@@ -187,8 +187,8 @@ export declare const pull: {
|
|
|
187
187
|
readonly cookie: import("valibot").ObjectSchema<{
|
|
188
188
|
readonly hasMore: import("valibot").BooleanSchema<undefined>;
|
|
189
189
|
readonly id: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
190
|
+
readonly latestSentAt: import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
190
191
|
readonly order: import("valibot").StringSchema<undefined>;
|
|
191
|
-
readonly version: import("valibot").NumberSchema<undefined>;
|
|
192
192
|
readonly versionMax: import("valibot").NumberSchema<undefined>;
|
|
193
193
|
readonly versionMin: import("valibot").NumberSchema<undefined>;
|
|
194
194
|
}, undefined>;
|
|
@@ -4,8 +4,8 @@ export declare const syncPullThread: import("../../../../..").EndpointConfig<"/v
|
|
|
4
4
|
readonly cookie: v.NullableSchema<v.ObjectSchema<{
|
|
5
5
|
readonly hasMore: v.BooleanSchema<undefined>;
|
|
6
6
|
readonly id: v.NullableSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.UuidAction<string, undefined>]>, undefined>;
|
|
7
|
+
readonly latestSentAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
7
8
|
readonly order: v.StringSchema<undefined>;
|
|
8
|
-
readonly version: v.NumberSchema<undefined>;
|
|
9
9
|
readonly versionMax: v.NumberSchema<undefined>;
|
|
10
10
|
readonly versionMin: v.NumberSchema<undefined>;
|
|
11
11
|
}, undefined>, undefined>;
|
|
@@ -29,8 +29,8 @@ export declare const syncPullThread: import("../../../../..").EndpointConfig<"/v
|
|
|
29
29
|
readonly cookie: v.ObjectSchema<{
|
|
30
30
|
readonly hasMore: v.BooleanSchema<undefined>;
|
|
31
31
|
readonly id: v.NullableSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.UuidAction<string, undefined>]>, undefined>;
|
|
32
|
+
readonly latestSentAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
32
33
|
readonly order: v.StringSchema<undefined>;
|
|
33
|
-
readonly version: v.NumberSchema<undefined>;
|
|
34
34
|
readonly versionMax: v.NumberSchema<undefined>;
|
|
35
35
|
readonly versionMin: v.NumberSchema<undefined>;
|
|
36
36
|
}, undefined>;
|
|
@@ -8,8 +8,8 @@ export const syncPullThread = createEndpoint({
|
|
|
8
8
|
cookie: v.nullable(v.object({
|
|
9
9
|
hasMore: v.boolean(),
|
|
10
10
|
id: v.nullable(v.pipe(v.string(), v.uuid())),
|
|
11
|
+
latestSentAt: v.nullable(v.number()),
|
|
11
12
|
order: v.string(),
|
|
12
|
-
version: v.number(),
|
|
13
13
|
versionMax: v.number(),
|
|
14
14
|
versionMin: v.number(),
|
|
15
15
|
})),
|
|
@@ -24,8 +24,8 @@ export const syncPullThread = createEndpoint({
|
|
|
24
24
|
cookie: v.object({
|
|
25
25
|
hasMore: v.boolean(),
|
|
26
26
|
id: v.nullable(v.pipe(v.string(), v.uuid())),
|
|
27
|
+
latestSentAt: v.nullable(v.number()),
|
|
27
28
|
order: v.string(),
|
|
28
|
-
version: v.number(),
|
|
29
29
|
versionMax: v.number(),
|
|
30
30
|
versionMin: v.number(),
|
|
31
31
|
}),
|
package/dist/sdk/index.d.ts
CHANGED
|
@@ -198,8 +198,8 @@ export declare const marcoSDK: {
|
|
|
198
198
|
readonly cookie: import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
199
199
|
readonly hasMore: import("valibot").BooleanSchema<undefined>;
|
|
200
200
|
readonly id: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
201
|
+
readonly latestSentAt: import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
201
202
|
readonly order: import("valibot").StringSchema<undefined>;
|
|
202
|
-
readonly version: import("valibot").NumberSchema<undefined>;
|
|
203
203
|
readonly versionMax: import("valibot").NumberSchema<undefined>;
|
|
204
204
|
readonly versionMin: import("valibot").NumberSchema<undefined>;
|
|
205
205
|
}, undefined>, undefined>;
|
|
@@ -223,8 +223,8 @@ export declare const marcoSDK: {
|
|
|
223
223
|
readonly cookie: import("valibot").ObjectSchema<{
|
|
224
224
|
readonly hasMore: import("valibot").BooleanSchema<undefined>;
|
|
225
225
|
readonly id: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
226
|
+
readonly latestSentAt: import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
226
227
|
readonly order: import("valibot").StringSchema<undefined>;
|
|
227
|
-
readonly version: import("valibot").NumberSchema<undefined>;
|
|
228
228
|
readonly versionMax: import("valibot").NumberSchema<undefined>;
|
|
229
229
|
readonly versionMin: import("valibot").NumberSchema<undefined>;
|
|
230
230
|
}, undefined>;
|
package/package.json
CHANGED