@marcoappio/marco-config 2.0.357 → 2.0.358
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 +4 -4
- 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 +4 -4
- package/package.json +1 -1
|
@@ -872,8 +872,8 @@ export declare const endpoints: {
|
|
|
872
872
|
readonly status: import("valibot").LiteralSchema<502, undefined>;
|
|
873
873
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
874
874
|
readonly data: import("valibot").ObjectSchema<{
|
|
875
|
-
readonly accessToken: import("valibot").
|
|
876
|
-
readonly refreshToken: import("valibot").
|
|
875
|
+
readonly accessToken: import("valibot").StringSchema<undefined>;
|
|
876
|
+
readonly refreshToken: import("valibot").StringSchema<undefined>;
|
|
877
877
|
readonly user: import("valibot").ObjectSchema<{
|
|
878
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>;
|
|
879
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>;
|
|
@@ -967,8 +967,8 @@ export declare const endpoints: {
|
|
|
967
967
|
readonly status: import("valibot").LiteralSchema<409, undefined>;
|
|
968
968
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
969
969
|
readonly data: import("valibot").ObjectSchema<{
|
|
970
|
-
readonly accessToken: import("valibot").
|
|
971
|
-
readonly refreshToken: import("valibot").
|
|
970
|
+
readonly accessToken: import("valibot").StringSchema<undefined>;
|
|
971
|
+
readonly refreshToken: import("valibot").StringSchema<undefined>;
|
|
972
972
|
readonly user: import("valibot").ObjectSchema<{
|
|
973
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>;
|
|
974
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>;
|
|
@@ -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
|
@@ -871,8 +871,8 @@ export declare const marcoSDK: {
|
|
|
871
871
|
readonly status: import("valibot").LiteralSchema<502, undefined>;
|
|
872
872
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
873
873
|
readonly data: import("valibot").ObjectSchema<{
|
|
874
|
-
readonly accessToken: import("valibot").
|
|
875
|
-
readonly refreshToken: import("valibot").
|
|
874
|
+
readonly accessToken: import("valibot").StringSchema<undefined>;
|
|
875
|
+
readonly refreshToken: import("valibot").StringSchema<undefined>;
|
|
876
876
|
readonly user: import("valibot").ObjectSchema<{
|
|
877
877
|
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
878
|
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 +966,8 @@ export declare const marcoSDK: {
|
|
|
966
966
|
readonly status: import("valibot").LiteralSchema<409, undefined>;
|
|
967
967
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
968
968
|
readonly data: import("valibot").ObjectSchema<{
|
|
969
|
-
readonly accessToken: import("valibot").
|
|
970
|
-
readonly refreshToken: import("valibot").
|
|
969
|
+
readonly accessToken: import("valibot").StringSchema<undefined>;
|
|
970
|
+
readonly refreshToken: import("valibot").StringSchema<undefined>;
|
|
971
971
|
readonly user: import("valibot").ObjectSchema<{
|
|
972
972
|
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
973
|
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/package.json
CHANGED