@marcoappio/marco-config 2.0.357 → 2.0.359
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 +5 -4
- package/dist/sdk/endpoints/index.d.ts.map +1 -1
- package/dist/sdk/endpoints/private/index.d.ts +1 -0
- package/dist/sdk/endpoints/private/index.d.ts.map +1 -1
- package/dist/sdk/endpoints/private/sync/index.d.ts +1 -0
- package/dist/sdk/endpoints/private/sync/index.d.ts.map +1 -1
- package/dist/sdk/endpoints/private/sync/pull/index.d.ts +1 -0
- package/dist/sdk/endpoints/private/sync/pull/index.d.ts.map +1 -1
- package/dist/sdk/endpoints/private/sync/pull/thread.d.ts +1 -0
- package/dist/sdk/endpoints/private/sync/pull/thread.d.ts.map +1 -1
- package/dist/sdk/endpoints/private/sync/pull/thread.js +1 -0
- package/dist/sdk/endpoints/public/auth/index.d.ts +4 -4
- package/dist/sdk/endpoints/public/auth/refreshAuth.d.ts +2 -2
- package/dist/sdk/endpoints/public/auth/refreshAuth.js +2 -2
- package/dist/sdk/endpoints/public/auth/verifyAuthCode.d.ts +2 -2
- package/dist/sdk/endpoints/public/auth/verifyAuthCode.js +2 -2
- package/dist/sdk/endpoints/public/index.d.ts +4 -4
- package/dist/sdk/index.d.ts +5 -4
- package/dist/sdk/index.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -238,6 +238,7 @@ export declare const endpoints: {
|
|
|
238
238
|
}, undefined>;
|
|
239
239
|
readonly hasMore: import("valibot").BooleanSchema<undefined>;
|
|
240
240
|
readonly lastMutationIDChanges: import("valibot").RecordSchema<import("valibot").StringSchema<undefined>, import("valibot").NumberSchema<undefined>, undefined>;
|
|
241
|
+
readonly pageNumber: import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>;
|
|
241
242
|
readonly patch: import("valibot").ArraySchema<import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
242
243
|
readonly op: import("valibot").LiteralSchema<"clear", undefined>;
|
|
243
244
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
@@ -872,8 +873,8 @@ export declare const endpoints: {
|
|
|
872
873
|
readonly status: import("valibot").LiteralSchema<502, undefined>;
|
|
873
874
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
874
875
|
readonly data: import("valibot").ObjectSchema<{
|
|
875
|
-
readonly accessToken: import("valibot").
|
|
876
|
-
readonly refreshToken: import("valibot").
|
|
876
|
+
readonly accessToken: import("valibot").StringSchema<undefined>;
|
|
877
|
+
readonly refreshToken: import("valibot").StringSchema<undefined>;
|
|
877
878
|
readonly user: import("valibot").ObjectSchema<{
|
|
878
879
|
readonly createdAt: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
879
880
|
readonly email: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
@@ -967,8 +968,8 @@ export declare const endpoints: {
|
|
|
967
968
|
readonly status: import("valibot").LiteralSchema<409, undefined>;
|
|
968
969
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
969
970
|
readonly data: import("valibot").ObjectSchema<{
|
|
970
|
-
readonly accessToken: import("valibot").
|
|
971
|
-
readonly refreshToken: import("valibot").
|
|
971
|
+
readonly accessToken: import("valibot").StringSchema<undefined>;
|
|
972
|
+
readonly refreshToken: import("valibot").StringSchema<undefined>;
|
|
972
973
|
readonly user: import("valibot").ObjectSchema<{
|
|
973
974
|
readonly createdAt: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
974
975
|
readonly email: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, 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"}
|
|
@@ -235,6 +235,7 @@ export declare const privateGroup: {
|
|
|
235
235
|
}, undefined>;
|
|
236
236
|
readonly hasMore: import("valibot").BooleanSchema<undefined>;
|
|
237
237
|
readonly lastMutationIDChanges: import("valibot").RecordSchema<import("valibot").StringSchema<undefined>, import("valibot").NumberSchema<undefined>, undefined>;
|
|
238
|
+
readonly pageNumber: import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>;
|
|
238
239
|
readonly patch: import("valibot").ArraySchema<import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
239
240
|
readonly op: import("valibot").LiteralSchema<"clear", undefined>;
|
|
240
241
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
@@ -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"}
|
|
@@ -197,6 +197,7 @@ export declare const sync: {
|
|
|
197
197
|
}, undefined>;
|
|
198
198
|
readonly hasMore: import("valibot").BooleanSchema<undefined>;
|
|
199
199
|
readonly lastMutationIDChanges: import("valibot").RecordSchema<import("valibot").StringSchema<undefined>, import("valibot").NumberSchema<undefined>, undefined>;
|
|
200
|
+
readonly pageNumber: import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>;
|
|
200
201
|
readonly patch: import("valibot").ArraySchema<import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
201
202
|
readonly op: import("valibot").LiteralSchema<"clear", undefined>;
|
|
202
203
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
@@ -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"}
|
|
@@ -196,6 +196,7 @@ export declare const pull: {
|
|
|
196
196
|
}, undefined>;
|
|
197
197
|
readonly hasMore: import("valibot").BooleanSchema<undefined>;
|
|
198
198
|
readonly lastMutationIDChanges: import("valibot").RecordSchema<import("valibot").StringSchema<undefined>, import("valibot").NumberSchema<undefined>, undefined>;
|
|
199
|
+
readonly pageNumber: import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>;
|
|
199
200
|
readonly patch: import("valibot").ArraySchema<import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
200
201
|
readonly op: import("valibot").LiteralSchema<"clear", undefined>;
|
|
201
202
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
@@ -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"}
|
|
@@ -32,6 +32,7 @@ export declare const syncPullThread: import("../../../../..").EndpointConfig<"/v
|
|
|
32
32
|
}, undefined>;
|
|
33
33
|
readonly hasMore: v.BooleanSchema<undefined>;
|
|
34
34
|
readonly lastMutationIDChanges: v.RecordSchema<v.StringSchema<undefined>, v.NumberSchema<undefined>, undefined>;
|
|
35
|
+
readonly pageNumber: v.SchemaWithPipe<[v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
|
|
35
36
|
readonly patch: v.ArraySchema<v.UnionSchema<[v.ObjectSchema<{
|
|
36
37
|
readonly op: v.LiteralSchema<"clear", undefined>;
|
|
37
38
|
}, undefined>, v.ObjectSchema<{
|
|
@@ -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;AAc5B,eAAO,MAAM,cAAc
|
|
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;AAc5B,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2BAyBzB,CAAA"}
|
|
@@ -24,6 +24,7 @@ export const syncPullThread = createEndpoint({
|
|
|
24
24
|
cookie: cookieSchema,
|
|
25
25
|
hasMore: v.boolean(),
|
|
26
26
|
lastMutationIDChanges: v.record(v.string(), v.number()),
|
|
27
|
+
pageNumber: v.pipe(v.number(), v.integer(), v.minValue(0)),
|
|
27
28
|
patch: v.array(v.union([
|
|
28
29
|
v.object({ op: v.literal('clear') }),
|
|
29
30
|
v.object({ key: v.string(), op: v.literal('del') }),
|
|
@@ -23,8 +23,8 @@ export declare const auth: {
|
|
|
23
23
|
readonly status: import("valibot").LiteralSchema<502, undefined>;
|
|
24
24
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
25
25
|
readonly data: import("valibot").ObjectSchema<{
|
|
26
|
-
readonly accessToken: import("valibot").
|
|
27
|
-
readonly refreshToken: import("valibot").
|
|
26
|
+
readonly accessToken: import("valibot").StringSchema<undefined>;
|
|
27
|
+
readonly refreshToken: import("valibot").StringSchema<undefined>;
|
|
28
28
|
readonly user: import("valibot").ObjectSchema<{
|
|
29
29
|
readonly createdAt: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
30
30
|
readonly email: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
@@ -118,8 +118,8 @@ export declare const auth: {
|
|
|
118
118
|
readonly status: import("valibot").LiteralSchema<409, undefined>;
|
|
119
119
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
120
120
|
readonly data: import("valibot").ObjectSchema<{
|
|
121
|
-
readonly accessToken: import("valibot").
|
|
122
|
-
readonly refreshToken: import("valibot").
|
|
121
|
+
readonly accessToken: import("valibot").StringSchema<undefined>;
|
|
122
|
+
readonly refreshToken: import("valibot").StringSchema<undefined>;
|
|
123
123
|
readonly user: import("valibot").ObjectSchema<{
|
|
124
124
|
readonly createdAt: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
125
125
|
readonly email: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
@@ -23,8 +23,8 @@ export declare const refreshAuth: import("../../../..").EndpointConfig<"/v1/pb/a
|
|
|
23
23
|
readonly status: v.LiteralSchema<502, undefined>;
|
|
24
24
|
}, undefined>, v.ObjectSchema<{
|
|
25
25
|
readonly data: v.ObjectSchema<{
|
|
26
|
-
readonly accessToken: v.
|
|
27
|
-
readonly refreshToken: v.
|
|
26
|
+
readonly accessToken: v.StringSchema<undefined>;
|
|
27
|
+
readonly refreshToken: v.StringSchema<undefined>;
|
|
28
28
|
readonly user: v.ObjectSchema<{
|
|
29
29
|
readonly createdAt: v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
30
30
|
readonly email: v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.EmailAction<string, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
@@ -14,8 +14,8 @@ export const refreshAuth = createEndpoint({
|
|
|
14
14
|
errors.authServerResponseUnexpectedErrorSchema,
|
|
15
15
|
v.object({
|
|
16
16
|
data: v.object({
|
|
17
|
-
accessToken:
|
|
18
|
-
refreshToken:
|
|
17
|
+
accessToken: v.string(),
|
|
18
|
+
refreshToken: v.string(),
|
|
19
19
|
user: v.object({
|
|
20
20
|
createdAt: marcoSchemas.string.required(),
|
|
21
21
|
email: marcoSchemas.string.email(),
|
|
@@ -54,8 +54,8 @@ export declare const verifyAuthCode: import("../../../..").EndpointConfig<"/v1/p
|
|
|
54
54
|
readonly status: v.LiteralSchema<409, undefined>;
|
|
55
55
|
}, undefined>, v.ObjectSchema<{
|
|
56
56
|
readonly data: v.ObjectSchema<{
|
|
57
|
-
readonly accessToken: v.
|
|
58
|
-
readonly refreshToken: v.
|
|
57
|
+
readonly accessToken: v.StringSchema<undefined>;
|
|
58
|
+
readonly refreshToken: v.StringSchema<undefined>;
|
|
59
59
|
readonly user: v.ObjectSchema<{
|
|
60
60
|
readonly createdAt: v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
61
61
|
readonly email: v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.EmailAction<string, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
@@ -21,8 +21,8 @@ export const verifyAuthCode = createEndpoint({
|
|
|
21
21
|
errors.userMarkedForDeletionErrorSchema,
|
|
22
22
|
v.object({
|
|
23
23
|
data: v.object({
|
|
24
|
-
accessToken:
|
|
25
|
-
refreshToken:
|
|
24
|
+
accessToken: v.string(),
|
|
25
|
+
refreshToken: v.string(),
|
|
26
26
|
user: v.object({
|
|
27
27
|
createdAt: marcoSchemas.string.required(),
|
|
28
28
|
email: marcoSchemas.string.email(),
|
|
@@ -24,8 +24,8 @@ export declare const publicGroup: {
|
|
|
24
24
|
readonly status: import("valibot").LiteralSchema<502, undefined>;
|
|
25
25
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
26
26
|
readonly data: import("valibot").ObjectSchema<{
|
|
27
|
-
readonly accessToken: import("valibot").
|
|
28
|
-
readonly refreshToken: import("valibot").
|
|
27
|
+
readonly accessToken: import("valibot").StringSchema<undefined>;
|
|
28
|
+
readonly refreshToken: import("valibot").StringSchema<undefined>;
|
|
29
29
|
readonly user: import("valibot").ObjectSchema<{
|
|
30
30
|
readonly createdAt: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
31
31
|
readonly email: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
@@ -119,8 +119,8 @@ export declare const publicGroup: {
|
|
|
119
119
|
readonly status: import("valibot").LiteralSchema<409, undefined>;
|
|
120
120
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
121
121
|
readonly data: import("valibot").ObjectSchema<{
|
|
122
|
-
readonly accessToken: import("valibot").
|
|
123
|
-
readonly refreshToken: import("valibot").
|
|
122
|
+
readonly accessToken: import("valibot").StringSchema<undefined>;
|
|
123
|
+
readonly refreshToken: import("valibot").StringSchema<undefined>;
|
|
124
124
|
readonly user: import("valibot").ObjectSchema<{
|
|
125
125
|
readonly createdAt: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
126
126
|
readonly email: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
package/dist/sdk/index.d.ts
CHANGED
|
@@ -237,6 +237,7 @@ export declare const marcoSDK: {
|
|
|
237
237
|
}, undefined>;
|
|
238
238
|
readonly hasMore: import("valibot").BooleanSchema<undefined>;
|
|
239
239
|
readonly lastMutationIDChanges: import("valibot").RecordSchema<import("valibot").StringSchema<undefined>, import("valibot").NumberSchema<undefined>, undefined>;
|
|
240
|
+
readonly pageNumber: import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>;
|
|
240
241
|
readonly patch: import("valibot").ArraySchema<import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
241
242
|
readonly op: import("valibot").LiteralSchema<"clear", undefined>;
|
|
242
243
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
@@ -871,8 +872,8 @@ export declare const marcoSDK: {
|
|
|
871
872
|
readonly status: import("valibot").LiteralSchema<502, undefined>;
|
|
872
873
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
873
874
|
readonly data: import("valibot").ObjectSchema<{
|
|
874
|
-
readonly accessToken: import("valibot").
|
|
875
|
-
readonly refreshToken: import("valibot").
|
|
875
|
+
readonly accessToken: import("valibot").StringSchema<undefined>;
|
|
876
|
+
readonly refreshToken: import("valibot").StringSchema<undefined>;
|
|
876
877
|
readonly user: import("valibot").ObjectSchema<{
|
|
877
878
|
readonly createdAt: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
878
879
|
readonly email: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
@@ -966,8 +967,8 @@ export declare const marcoSDK: {
|
|
|
966
967
|
readonly status: import("valibot").LiteralSchema<409, undefined>;
|
|
967
968
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
968
969
|
readonly data: import("valibot").ObjectSchema<{
|
|
969
|
-
readonly accessToken: import("valibot").
|
|
970
|
-
readonly refreshToken: import("valibot").
|
|
970
|
+
readonly accessToken: import("valibot").StringSchema<undefined>;
|
|
971
|
+
readonly refreshToken: import("valibot").StringSchema<undefined>;
|
|
971
972
|
readonly user: import("valibot").ObjectSchema<{
|
|
972
973
|
readonly createdAt: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
973
974
|
readonly email: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, 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