@marcoappio/marco-config 2.0.118 → 2.0.119
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 -4
- package/dist/sdk/endpoints/index.d.ts.map +1 -1
- package/dist/sdk/endpoints/public/auth/index.d.ts +2 -4
- package/dist/sdk/endpoints/public/auth/index.d.ts.map +1 -1
- package/dist/sdk/endpoints/public/auth/verifyAuthCode.d.ts +2 -4
- package/dist/sdk/endpoints/public/auth/verifyAuthCode.d.ts.map +1 -1
- package/dist/sdk/endpoints/public/auth/verifyAuthCode.js +1 -8
- package/dist/sdk/endpoints/public/index.d.ts +2 -4
- package/dist/sdk/endpoints/public/index.d.ts.map +1 -1
- package/dist/sdk/index.d.ts +2 -4
- package/dist/sdk/index.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -118,10 +118,8 @@ export declare const endpoints: {
|
|
|
118
118
|
readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
|
|
119
119
|
readonly status: import("valibot").LiteralSchema<400, undefined>;
|
|
120
120
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
121
|
-
readonly code: import("valibot").LiteralSchema<"
|
|
122
|
-
readonly
|
|
123
|
-
}, undefined>, import("valibot").ObjectSchema<{
|
|
124
|
-
readonly code: import("valibot").LiteralSchema<"VERIFY_AUTH_CODE::EXPIRED_CODE", undefined>;
|
|
121
|
+
readonly code: import("valibot").LiteralSchema<"AUTHENTICATION_FAILED", undefined>;
|
|
122
|
+
readonly details: import("valibot").StringSchema<undefined>;
|
|
125
123
|
readonly status: import("valibot").LiteralSchema<400, undefined>;
|
|
126
124
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
127
125
|
readonly data: import("valibot").ObjectSchema<{
|
|
@@ -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,EAAoB,MAAM,qBAAqB,CAAA;AActE,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,EAAoB,MAAM,qBAAqB,CAAA;AActE,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGM,CAAA"}
|
|
@@ -34,10 +34,8 @@ export declare const auth: {
|
|
|
34
34
|
readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
|
|
35
35
|
readonly status: import("valibot").LiteralSchema<400, undefined>;
|
|
36
36
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
37
|
-
readonly code: import("valibot").LiteralSchema<"
|
|
38
|
-
readonly
|
|
39
|
-
}, undefined>, import("valibot").ObjectSchema<{
|
|
40
|
-
readonly code: import("valibot").LiteralSchema<"VERIFY_AUTH_CODE::EXPIRED_CODE", undefined>;
|
|
37
|
+
readonly code: import("valibot").LiteralSchema<"AUTHENTICATION_FAILED", undefined>;
|
|
38
|
+
readonly details: import("valibot").StringSchema<undefined>;
|
|
41
39
|
readonly status: import("valibot").LiteralSchema<400, undefined>;
|
|
42
40
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
43
41
|
readonly data: import("valibot").ObjectSchema<{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/sdk/endpoints/public/auth/index.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,IAAI
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/sdk/endpoints/public/auth/index.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAIhB,CAAA"}
|
|
@@ -6,10 +6,8 @@ export declare const verifyAuthCode: import("../../../../types/Endpoint").Endpoi
|
|
|
6
6
|
readonly code: v.LiteralSchema<"VALIDATION_FAILED", undefined>;
|
|
7
7
|
readonly status: v.LiteralSchema<400, undefined>;
|
|
8
8
|
}, undefined>, v.ObjectSchema<{
|
|
9
|
-
readonly code: v.LiteralSchema<"
|
|
10
|
-
readonly
|
|
11
|
-
}, undefined>, v.ObjectSchema<{
|
|
12
|
-
readonly code: v.LiteralSchema<"VERIFY_AUTH_CODE::EXPIRED_CODE", undefined>;
|
|
9
|
+
readonly code: v.LiteralSchema<"AUTHENTICATION_FAILED", undefined>;
|
|
10
|
+
readonly details: v.StringSchema<undefined>;
|
|
13
11
|
readonly status: v.LiteralSchema<400, undefined>;
|
|
14
12
|
}, undefined>, v.ObjectSchema<{
|
|
15
13
|
readonly data: v.ObjectSchema<{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"verifyAuthCode.d.ts","sourceRoot":"","sources":["../../../../../src/sdk/endpoints/public/auth/verifyAuthCode.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,SAAS,CAAA;AAO5B,eAAO,MAAM,cAAc
|
|
1
|
+
{"version":3,"file":"verifyAuthCode.d.ts","sourceRoot":"","sources":["../../../../../src/sdk/endpoints/public/auth/verifyAuthCode.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,SAAS,CAAA;AAO5B,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;2BAoBzB,CAAA"}
|
|
@@ -12,14 +12,7 @@ export const verifyAuthCode = createEndpoint({
|
|
|
12
12
|
path: '/v1/pb/auth/verify-code',
|
|
13
13
|
response: v.union([
|
|
14
14
|
errorManifest.validationFailedErrorSchema,
|
|
15
|
-
|
|
16
|
-
code: v.literal('VERIFY_AUTH_CODE::INVALID_CODE'),
|
|
17
|
-
status: v.literal(400),
|
|
18
|
-
}),
|
|
19
|
-
v.object({
|
|
20
|
-
code: v.literal('VERIFY_AUTH_CODE::EXPIRED_CODE'),
|
|
21
|
-
status: v.literal(400),
|
|
22
|
-
}),
|
|
15
|
+
errorManifest.authenticationFailedErrorSchema,
|
|
23
16
|
v.object({
|
|
24
17
|
data: v.object({
|
|
25
18
|
accessToken: v.string(),
|
|
@@ -35,10 +35,8 @@ export declare const publicGroup: {
|
|
|
35
35
|
readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
|
|
36
36
|
readonly status: import("valibot").LiteralSchema<400, undefined>;
|
|
37
37
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
38
|
-
readonly code: import("valibot").LiteralSchema<"
|
|
39
|
-
readonly
|
|
40
|
-
}, undefined>, import("valibot").ObjectSchema<{
|
|
41
|
-
readonly code: import("valibot").LiteralSchema<"VERIFY_AUTH_CODE::EXPIRED_CODE", undefined>;
|
|
38
|
+
readonly code: import("valibot").LiteralSchema<"AUTHENTICATION_FAILED", undefined>;
|
|
39
|
+
readonly details: import("valibot").StringSchema<undefined>;
|
|
42
40
|
readonly status: import("valibot").LiteralSchema<400, undefined>;
|
|
43
41
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
44
42
|
readonly data: import("valibot").ObjectSchema<{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/sdk/endpoints/public/index.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,WAAW
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/sdk/endpoints/public/index.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGvB,CAAA"}
|
package/dist/sdk/index.d.ts
CHANGED
|
@@ -117,10 +117,8 @@ export declare const marcoSDK: {
|
|
|
117
117
|
readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
|
|
118
118
|
readonly status: import("valibot").LiteralSchema<400, undefined>;
|
|
119
119
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
120
|
-
readonly code: import("valibot").LiteralSchema<"
|
|
121
|
-
readonly
|
|
122
|
-
}, undefined>, import("valibot").ObjectSchema<{
|
|
123
|
-
readonly code: import("valibot").LiteralSchema<"VERIFY_AUTH_CODE::EXPIRED_CODE", undefined>;
|
|
120
|
+
readonly code: import("valibot").LiteralSchema<"AUTHENTICATION_FAILED", undefined>;
|
|
121
|
+
readonly details: import("valibot").StringSchema<undefined>;
|
|
124
122
|
readonly status: import("valibot").LiteralSchema<400, undefined>;
|
|
125
123
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
126
124
|
readonly data: import("valibot").ObjectSchema<{
|
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"}
|