@marcoappio/marco-config 2.0.364 → 2.0.365
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
|
@@ -108,7 +108,7 @@ export declare const endpoints: {
|
|
|
108
108
|
readonly clientGroupID: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
109
109
|
readonly cookie: import("valibot").OptionalSchema<import("valibot").UnknownSchema, undefined>;
|
|
110
110
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
111
|
-
readonly numRows: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 1, undefined
|
|
111
|
+
readonly numRows: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 1, undefined>]>, undefined>;
|
|
112
112
|
}, undefined>, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
113
113
|
readonly data: import("valibot").ObjectSchema<{
|
|
114
114
|
readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
|
|
@@ -212,7 +212,7 @@ export declare const endpoints: {
|
|
|
212
212
|
readonly clientGroupID: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
213
213
|
readonly cookie: import("valibot").OptionalSchema<import("valibot").UnknownSchema, undefined>;
|
|
214
214
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
215
|
-
readonly numRows: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 1, undefined
|
|
215
|
+
readonly numRows: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 1, undefined>]>, undefined>;
|
|
216
216
|
}, undefined>, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
217
217
|
readonly data: import("valibot").ObjectSchema<{
|
|
218
218
|
readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
|
|
@@ -105,7 +105,7 @@ export declare const privateGroup: {
|
|
|
105
105
|
readonly clientGroupID: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
106
106
|
readonly cookie: import("valibot").OptionalSchema<import("valibot").UnknownSchema, undefined>;
|
|
107
107
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
108
|
-
readonly numRows: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 1, undefined
|
|
108
|
+
readonly numRows: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 1, undefined>]>, undefined>;
|
|
109
109
|
}, undefined>, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
110
110
|
readonly data: import("valibot").ObjectSchema<{
|
|
111
111
|
readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
|
|
@@ -209,7 +209,7 @@ export declare const privateGroup: {
|
|
|
209
209
|
readonly clientGroupID: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
210
210
|
readonly cookie: import("valibot").OptionalSchema<import("valibot").UnknownSchema, undefined>;
|
|
211
211
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
212
|
-
readonly numRows: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 1, undefined
|
|
212
|
+
readonly numRows: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 1, undefined>]>, undefined>;
|
|
213
213
|
}, undefined>, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
214
214
|
readonly data: import("valibot").ObjectSchema<{
|
|
215
215
|
readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
|
|
@@ -67,7 +67,7 @@ export declare const sync: {
|
|
|
67
67
|
readonly clientGroupID: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
68
68
|
readonly cookie: import("valibot").OptionalSchema<import("valibot").UnknownSchema, undefined>;
|
|
69
69
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
70
|
-
readonly numRows: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 1, undefined
|
|
70
|
+
readonly numRows: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 1, undefined>]>, undefined>;
|
|
71
71
|
}, undefined>, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
72
72
|
readonly data: import("valibot").ObjectSchema<{
|
|
73
73
|
readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
|
|
@@ -171,7 +171,7 @@ export declare const sync: {
|
|
|
171
171
|
readonly clientGroupID: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
172
172
|
readonly cookie: import("valibot").OptionalSchema<import("valibot").UnknownSchema, undefined>;
|
|
173
173
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
174
|
-
readonly numRows: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 1, undefined
|
|
174
|
+
readonly numRows: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 1, undefined>]>, undefined>;
|
|
175
175
|
}, undefined>, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
176
176
|
readonly data: import("valibot").ObjectSchema<{
|
|
177
177
|
readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
|
|
@@ -3,7 +3,7 @@ export declare const syncPullContact: import("../../../../..").EndpointConfig<"/
|
|
|
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.OptionalSchema<v.UnknownSchema, undefined>;
|
|
5
5
|
}, undefined>, v.ObjectSchema<{
|
|
6
|
-
readonly numRows: v.OptionalSchema<v.SchemaWithPipe<[v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1, undefined
|
|
6
|
+
readonly numRows: v.OptionalSchema<v.SchemaWithPipe<[v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
7
7
|
}, undefined>, v.UnionSchema<[v.ObjectSchema<{
|
|
8
8
|
readonly data: v.ObjectSchema<{
|
|
9
9
|
readonly code: v.LiteralSchema<"VALIDATION_FAILED", undefined>;
|
|
@@ -11,7 +11,7 @@ export const syncPullContact = createEndpoint({
|
|
|
11
11
|
method: 'POST',
|
|
12
12
|
path: contact.pullUrl,
|
|
13
13
|
query: v.object({
|
|
14
|
-
numRows: v.optional(v.pipe(v.number(), v.integer(), v.minValue(1)
|
|
14
|
+
numRows: v.optional(v.pipe(v.number(), v.integer(), v.minValue(1))),
|
|
15
15
|
}),
|
|
16
16
|
response: v.union([
|
|
17
17
|
errors.validationFailedErrorSchema,
|
|
@@ -66,7 +66,7 @@ export declare const pull: {
|
|
|
66
66
|
readonly clientGroupID: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
67
67
|
readonly cookie: import("valibot").OptionalSchema<import("valibot").UnknownSchema, undefined>;
|
|
68
68
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
69
|
-
readonly numRows: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 1, undefined
|
|
69
|
+
readonly numRows: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 1, undefined>]>, undefined>;
|
|
70
70
|
}, undefined>, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
71
71
|
readonly data: import("valibot").ObjectSchema<{
|
|
72
72
|
readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
|
|
@@ -170,7 +170,7 @@ export declare const pull: {
|
|
|
170
170
|
readonly clientGroupID: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
171
171
|
readonly cookie: import("valibot").OptionalSchema<import("valibot").UnknownSchema, undefined>;
|
|
172
172
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
173
|
-
readonly numRows: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 1, undefined
|
|
173
|
+
readonly numRows: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 1, undefined>]>, undefined>;
|
|
174
174
|
}, undefined>, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
175
175
|
readonly data: import("valibot").ObjectSchema<{
|
|
176
176
|
readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
|
|
@@ -3,7 +3,7 @@ export declare const syncPullThread: import("../../../../..").EndpointConfig<"/v
|
|
|
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.OptionalSchema<v.UnknownSchema, undefined>;
|
|
5
5
|
}, undefined>, v.ObjectSchema<{
|
|
6
|
-
readonly numRows: v.OptionalSchema<v.SchemaWithPipe<[v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1, undefined
|
|
6
|
+
readonly numRows: v.OptionalSchema<v.SchemaWithPipe<[v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
7
7
|
}, undefined>, v.UnionSchema<[v.ObjectSchema<{
|
|
8
8
|
readonly data: v.ObjectSchema<{
|
|
9
9
|
readonly code: v.LiteralSchema<"VALIDATION_FAILED", undefined>;
|
|
@@ -11,7 +11,7 @@ export const syncPullThread = createEndpoint({
|
|
|
11
11
|
method: 'POST',
|
|
12
12
|
path: thread.pullUrl,
|
|
13
13
|
query: v.object({
|
|
14
|
-
numRows: v.optional(v.pipe(v.number(), v.integer(), v.minValue(1)
|
|
14
|
+
numRows: v.optional(v.pipe(v.number(), v.integer(), v.minValue(1))),
|
|
15
15
|
}),
|
|
16
16
|
response: v.union([
|
|
17
17
|
errors.validationFailedErrorSchema,
|
package/dist/sdk/index.d.ts
CHANGED
|
@@ -107,7 +107,7 @@ export declare const marcoSDK: {
|
|
|
107
107
|
readonly clientGroupID: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
108
108
|
readonly cookie: import("valibot").OptionalSchema<import("valibot").UnknownSchema, undefined>;
|
|
109
109
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
110
|
-
readonly numRows: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 1, undefined
|
|
110
|
+
readonly numRows: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 1, undefined>]>, undefined>;
|
|
111
111
|
}, undefined>, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
112
112
|
readonly data: import("valibot").ObjectSchema<{
|
|
113
113
|
readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
|
|
@@ -211,7 +211,7 @@ export declare const marcoSDK: {
|
|
|
211
211
|
readonly clientGroupID: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
212
212
|
readonly cookie: import("valibot").OptionalSchema<import("valibot").UnknownSchema, undefined>;
|
|
213
213
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
214
|
-
readonly numRows: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 1, undefined
|
|
214
|
+
readonly numRows: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 1, undefined>]>, undefined>;
|
|
215
215
|
}, undefined>, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
216
216
|
readonly data: import("valibot").ObjectSchema<{
|
|
217
217
|
readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
|
package/package.json
CHANGED