@marcoappio/marco-config 2.0.371 → 2.0.372
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/contact.d.ts +1 -1
- package/dist/sdk/endpoints/private/sync/pull/contact.js +1 -1
- package/dist/sdk/endpoints/private/sync/pull/index.d.ts +2 -2
- package/dist/sdk/endpoints/private/sync/pull/thread.d.ts +1 -1
- package/dist/sdk/endpoints/private/sync/pull/thread.js +1 -1
- package/dist/sdk/index.d.ts +2 -2
- package/package.json +1 -1
|
@@ -118,7 +118,7 @@ export declare const endpoints: {
|
|
|
118
118
|
readonly version: import("valibot").NumberSchema<undefined>;
|
|
119
119
|
}, undefined>, undefined>;
|
|
120
120
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
121
|
-
readonly pageSize: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").
|
|
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>;
|
|
122
122
|
}, undefined>, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
123
123
|
readonly data: import("valibot").ObjectSchema<{
|
|
124
124
|
readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
|
|
@@ -240,7 +240,7 @@ export declare const endpoints: {
|
|
|
240
240
|
readonly versionMin: import("valibot").NumberSchema<undefined>;
|
|
241
241
|
}, undefined>, undefined>;
|
|
242
242
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
243
|
-
readonly pageSize: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").
|
|
243
|
+
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>;
|
|
244
244
|
}, undefined>, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
245
245
|
readonly data: import("valibot").ObjectSchema<{
|
|
246
246
|
readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
|
|
@@ -115,7 +115,7 @@ export declare const privateGroup: {
|
|
|
115
115
|
readonly version: import("valibot").NumberSchema<undefined>;
|
|
116
116
|
}, undefined>, undefined>;
|
|
117
117
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
118
|
-
readonly pageSize: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").
|
|
118
|
+
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>;
|
|
119
119
|
}, undefined>, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
120
120
|
readonly data: import("valibot").ObjectSchema<{
|
|
121
121
|
readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
|
|
@@ -237,7 +237,7 @@ export declare const privateGroup: {
|
|
|
237
237
|
readonly versionMin: import("valibot").NumberSchema<undefined>;
|
|
238
238
|
}, undefined>, undefined>;
|
|
239
239
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
240
|
-
readonly pageSize: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").
|
|
240
|
+
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>;
|
|
241
241
|
}, undefined>, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
242
242
|
readonly data: import("valibot").ObjectSchema<{
|
|
243
243
|
readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
|
|
@@ -77,7 +77,7 @@ export declare const sync: {
|
|
|
77
77
|
readonly version: import("valibot").NumberSchema<undefined>;
|
|
78
78
|
}, undefined>, undefined>;
|
|
79
79
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
80
|
-
readonly pageSize: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").
|
|
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>;
|
|
81
81
|
}, undefined>, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
82
82
|
readonly data: import("valibot").ObjectSchema<{
|
|
83
83
|
readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
|
|
@@ -199,7 +199,7 @@ export declare const sync: {
|
|
|
199
199
|
readonly versionMin: import("valibot").NumberSchema<undefined>;
|
|
200
200
|
}, undefined>, undefined>;
|
|
201
201
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
202
|
-
readonly pageSize: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").
|
|
202
|
+
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>;
|
|
203
203
|
}, undefined>, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
204
204
|
readonly data: import("valibot").ObjectSchema<{
|
|
205
205
|
readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
|
|
@@ -7,7 +7,7 @@ export declare const syncPullContact: import("../../../../..").EndpointConfig<"/
|
|
|
7
7
|
readonly version: v.NumberSchema<undefined>;
|
|
8
8
|
}, undefined>, undefined>;
|
|
9
9
|
}, undefined>, v.ObjectSchema<{
|
|
10
|
-
readonly pageSize: v.OptionalSchema<v.SchemaWithPipe<[v.
|
|
10
|
+
readonly pageSize: v.OptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.TransformAction<any, number>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
11
11
|
}, undefined>, v.UnionSchema<[v.ObjectSchema<{
|
|
12
12
|
readonly data: v.ObjectSchema<{
|
|
13
13
|
readonly code: v.LiteralSchema<"VALIDATION_FAILED", undefined>;
|
|
@@ -16,7 +16,7 @@ export const syncPullContact = createEndpoint({
|
|
|
16
16
|
method: 'POST',
|
|
17
17
|
path: contact.pullUrl,
|
|
18
18
|
query: v.object({
|
|
19
|
-
pageSize: v.optional(v.pipe(v.
|
|
19
|
+
pageSize: v.optional(v.pipe(v.string(), v.transform(Number), v.integer(), v.minValue(1))),
|
|
20
20
|
}),
|
|
21
21
|
response: v.union([
|
|
22
22
|
errors.validationFailedErrorSchema,
|
|
@@ -76,7 +76,7 @@ export declare const pull: {
|
|
|
76
76
|
readonly version: import("valibot").NumberSchema<undefined>;
|
|
77
77
|
}, undefined>, undefined>;
|
|
78
78
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
79
|
-
readonly pageSize: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").
|
|
79
|
+
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>;
|
|
80
80
|
}, undefined>, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
81
81
|
readonly data: import("valibot").ObjectSchema<{
|
|
82
82
|
readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
|
|
@@ -198,7 +198,7 @@ export declare const pull: {
|
|
|
198
198
|
readonly versionMin: import("valibot").NumberSchema<undefined>;
|
|
199
199
|
}, undefined>, undefined>;
|
|
200
200
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
201
|
-
readonly pageSize: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").
|
|
201
|
+
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>;
|
|
202
202
|
}, undefined>, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
203
203
|
readonly data: import("valibot").ObjectSchema<{
|
|
204
204
|
readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
|
|
@@ -9,7 +9,7 @@ export declare const syncPullThread: import("../../../../..").EndpointConfig<"/v
|
|
|
9
9
|
readonly versionMin: v.NumberSchema<undefined>;
|
|
10
10
|
}, undefined>, undefined>;
|
|
11
11
|
}, undefined>, v.ObjectSchema<{
|
|
12
|
-
readonly pageSize: v.OptionalSchema<v.SchemaWithPipe<[v.
|
|
12
|
+
readonly pageSize: v.OptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.TransformAction<any, number>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
13
13
|
}, undefined>, v.UnionSchema<[v.ObjectSchema<{
|
|
14
14
|
readonly data: v.ObjectSchema<{
|
|
15
15
|
readonly code: v.LiteralSchema<"VALIDATION_FAILED", undefined>;
|
|
@@ -18,7 +18,7 @@ export const syncPullThread = createEndpoint({
|
|
|
18
18
|
method: 'POST',
|
|
19
19
|
path: thread.pullUrl,
|
|
20
20
|
query: v.object({
|
|
21
|
-
pageSize: v.optional(v.pipe(v.
|
|
21
|
+
pageSize: v.optional(v.pipe(v.string(), v.transform(Number), v.integer(), v.minValue(1))),
|
|
22
22
|
}),
|
|
23
23
|
response: v.union([
|
|
24
24
|
errors.validationFailedErrorSchema,
|
package/dist/sdk/index.d.ts
CHANGED
|
@@ -117,7 +117,7 @@ export declare const marcoSDK: {
|
|
|
117
117
|
readonly version: import("valibot").NumberSchema<undefined>;
|
|
118
118
|
}, undefined>, undefined>;
|
|
119
119
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
120
|
-
readonly pageSize: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").
|
|
120
|
+
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>;
|
|
121
121
|
}, undefined>, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
122
122
|
readonly data: import("valibot").ObjectSchema<{
|
|
123
123
|
readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
|
|
@@ -239,7 +239,7 @@ export declare const marcoSDK: {
|
|
|
239
239
|
readonly versionMin: import("valibot").NumberSchema<undefined>;
|
|
240
240
|
}, undefined>, undefined>;
|
|
241
241
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
242
|
-
readonly pageSize: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").
|
|
242
|
+
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>;
|
|
243
243
|
}, undefined>, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
244
244
|
readonly data: import("valibot").ObjectSchema<{
|
|
245
245
|
readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
|
package/package.json
CHANGED