@marcoappio/marco-config 2.0.267 → 2.0.268
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 +3 -6
- package/dist/sdk/endpoints/index.d.ts.map +1 -1
- package/dist/sdk/endpoints/private/index.d.ts +3 -6
- package/dist/sdk/endpoints/private/index.d.ts.map +1 -1
- package/dist/sdk/endpoints/private/oauth/google/authorize.d.ts +3 -6
- package/dist/sdk/endpoints/private/oauth/google/authorize.d.ts.map +1 -1
- package/dist/sdk/endpoints/private/oauth/google/authorize.js +3 -6
- package/dist/sdk/endpoints/private/oauth/google/index.d.ts +3 -6
- package/dist/sdk/endpoints/private/oauth/google/index.d.ts.map +1 -1
- package/dist/sdk/endpoints/private/oauth/index.d.ts +3 -6
- package/dist/sdk/endpoints/private/oauth/index.d.ts.map +1 -1
- package/dist/sdk/index.d.ts +3 -6
- package/dist/sdk/index.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -36,9 +36,9 @@ export declare const endpoints: {
|
|
|
36
36
|
};
|
|
37
37
|
oauth: {
|
|
38
38
|
google: {
|
|
39
|
-
authorize: EndpointConfig<"/v1/pv/oauth/google/
|
|
40
|
-
readonly accountId: import("valibot").
|
|
41
|
-
readonly
|
|
39
|
+
authorize: EndpointConfig<"/v1/pv/account/oauth/google/connect", import("valibot").ObjectSchema<{
|
|
40
|
+
readonly accountId: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
41
|
+
readonly code: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
42
42
|
}, undefined>, GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
43
43
|
readonly data: import("valibot").ObjectSchema<{
|
|
44
44
|
readonly code: import("valibot").LiteralSchema<"AUTHENTICATION_FAILED", undefined>;
|
|
@@ -60,9 +60,6 @@ export declare const endpoints: {
|
|
|
60
60
|
}, undefined>;
|
|
61
61
|
readonly status: import("valibot").LiteralSchema<404, undefined>;
|
|
62
62
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
63
|
-
readonly data: import("valibot").ObjectSchema<{
|
|
64
|
-
readonly url: import("valibot").StringSchema<undefined>;
|
|
65
|
-
}, undefined>;
|
|
66
63
|
readonly status: import("valibot").LiteralSchema<200, undefined>;
|
|
67
64
|
}, undefined>], undefined>>;
|
|
68
65
|
};
|
|
@@ -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"}
|
|
@@ -33,9 +33,9 @@ export declare const privateGroup: {
|
|
|
33
33
|
};
|
|
34
34
|
oauth: {
|
|
35
35
|
google: {
|
|
36
|
-
authorize: import("../../..").EndpointConfig<"/v1/pv/oauth/google/
|
|
37
|
-
readonly accountId: import("valibot").
|
|
38
|
-
readonly
|
|
36
|
+
authorize: import("../../..").EndpointConfig<"/v1/pv/account/oauth/google/connect", import("valibot").ObjectSchema<{
|
|
37
|
+
readonly accountId: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
38
|
+
readonly code: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
39
39
|
}, undefined>, import("valibot").GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
40
40
|
readonly data: import("valibot").ObjectSchema<{
|
|
41
41
|
readonly code: import("valibot").LiteralSchema<"AUTHENTICATION_FAILED", undefined>;
|
|
@@ -57,9 +57,6 @@ export declare const privateGroup: {
|
|
|
57
57
|
}, undefined>;
|
|
58
58
|
readonly status: import("valibot").LiteralSchema<404, undefined>;
|
|
59
59
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
60
|
-
readonly data: import("valibot").ObjectSchema<{
|
|
61
|
-
readonly url: import("valibot").StringSchema<undefined>;
|
|
62
|
-
}, undefined>;
|
|
63
60
|
readonly status: import("valibot").LiteralSchema<200, undefined>;
|
|
64
61
|
}, undefined>], undefined>>;
|
|
65
62
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/sdk/endpoints/private/index.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,YAAY
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/sdk/endpoints/private/index.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAKxB,CAAA"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as v from 'valibot';
|
|
2
|
-
export declare const authorize: import("../../../../..").EndpointConfig<"/v1/pv/oauth/google/
|
|
3
|
-
readonly accountId: v.
|
|
4
|
-
readonly
|
|
2
|
+
export declare const authorize: import("../../../../..").EndpointConfig<"/v1/pv/account/oauth/google/connect", v.ObjectSchema<{
|
|
3
|
+
readonly accountId: v.SchemaWithPipe<[v.StringSchema<undefined>, v.CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
4
|
+
readonly code: v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
5
5
|
}, undefined>, v.GenericSchema<unknown, unknown, v.BaseIssue<unknown>> | undefined, v.UnionSchema<[v.ObjectSchema<{
|
|
6
6
|
readonly data: v.ObjectSchema<{
|
|
7
7
|
readonly code: v.LiteralSchema<"AUTHENTICATION_FAILED", undefined>;
|
|
@@ -23,9 +23,6 @@ export declare const authorize: import("../../../../..").EndpointConfig<"/v1/pv/
|
|
|
23
23
|
}, undefined>;
|
|
24
24
|
readonly status: v.LiteralSchema<404, undefined>;
|
|
25
25
|
}, undefined>, v.ObjectSchema<{
|
|
26
|
-
readonly data: v.ObjectSchema<{
|
|
27
|
-
readonly url: v.StringSchema<undefined>;
|
|
28
|
-
}, undefined>;
|
|
29
26
|
readonly status: v.LiteralSchema<200, undefined>;
|
|
30
27
|
}, undefined>], undefined>>;
|
|
31
28
|
//# sourceMappingURL=authorize.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"authorize.d.ts","sourceRoot":"","sources":["../../../../../../src/sdk/endpoints/private/oauth/google/authorize.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,SAAS,CAAA;AAM5B,eAAO,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"authorize.d.ts","sourceRoot":"","sources":["../../../../../../src/sdk/endpoints/private/oauth/google/authorize.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,SAAS,CAAA;AAM5B,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;2BAepB,CAAA"}
|
|
@@ -4,19 +4,16 @@ import { createEndpoint } from '../../../../../sdk/endpoints/createEndpointConfi
|
|
|
4
4
|
import { accountNotFoundErrorSchema, authFailedErrorSchema, validationFailedErrorSchema } from '../../../../../sdk/validation/errors';
|
|
5
5
|
export const authorize = createEndpoint({
|
|
6
6
|
body: v.object({
|
|
7
|
-
accountId: marcoSchemas.string.
|
|
8
|
-
|
|
7
|
+
accountId: marcoSchemas.string.shortUUID(),
|
|
8
|
+
code: marcoSchemas.string.required(),
|
|
9
9
|
}),
|
|
10
10
|
method: 'POST',
|
|
11
|
-
path: '/v1/pv/oauth/google/
|
|
11
|
+
path: '/v1/pv/account/oauth/google/connect',
|
|
12
12
|
response: v.union([
|
|
13
13
|
authFailedErrorSchema,
|
|
14
14
|
validationFailedErrorSchema,
|
|
15
15
|
accountNotFoundErrorSchema,
|
|
16
16
|
v.object({
|
|
17
|
-
data: v.object({
|
|
18
|
-
url: v.string(),
|
|
19
|
-
}),
|
|
20
17
|
status: v.literal(200),
|
|
21
18
|
}),
|
|
22
19
|
]),
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export declare const google: {
|
|
2
|
-
authorize: import("../../../../..").EndpointConfig<"/v1/pv/oauth/google/
|
|
3
|
-
readonly accountId: import("valibot").
|
|
4
|
-
readonly
|
|
2
|
+
authorize: import("../../../../..").EndpointConfig<"/v1/pv/account/oauth/google/connect", import("valibot").ObjectSchema<{
|
|
3
|
+
readonly accountId: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
4
|
+
readonly code: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
5
5
|
}, undefined>, import("valibot").GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
6
6
|
readonly data: import("valibot").ObjectSchema<{
|
|
7
7
|
readonly code: import("valibot").LiteralSchema<"AUTHENTICATION_FAILED", undefined>;
|
|
@@ -23,9 +23,6 @@ export declare const google: {
|
|
|
23
23
|
}, undefined>;
|
|
24
24
|
readonly status: import("valibot").LiteralSchema<404, undefined>;
|
|
25
25
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
26
|
-
readonly data: import("valibot").ObjectSchema<{
|
|
27
|
-
readonly url: import("valibot").StringSchema<undefined>;
|
|
28
|
-
}, undefined>;
|
|
29
26
|
readonly status: import("valibot").LiteralSchema<200, undefined>;
|
|
30
27
|
}, undefined>], undefined>>;
|
|
31
28
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/sdk/endpoints/private/oauth/google/index.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,MAAM
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/sdk/endpoints/private/oauth/google/index.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;CAElB,CAAA"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
export declare const oauth: {
|
|
2
2
|
google: {
|
|
3
|
-
authorize: import("../../../..").EndpointConfig<"/v1/pv/oauth/google/
|
|
4
|
-
readonly accountId: import("valibot").
|
|
5
|
-
readonly
|
|
3
|
+
authorize: import("../../../..").EndpointConfig<"/v1/pv/account/oauth/google/connect", import("valibot").ObjectSchema<{
|
|
4
|
+
readonly accountId: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
5
|
+
readonly code: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
6
6
|
}, undefined>, import("valibot").GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
7
7
|
readonly data: import("valibot").ObjectSchema<{
|
|
8
8
|
readonly code: import("valibot").LiteralSchema<"AUTHENTICATION_FAILED", undefined>;
|
|
@@ -24,9 +24,6 @@ export declare const oauth: {
|
|
|
24
24
|
}, undefined>;
|
|
25
25
|
readonly status: import("valibot").LiteralSchema<404, undefined>;
|
|
26
26
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
27
|
-
readonly data: import("valibot").ObjectSchema<{
|
|
28
|
-
readonly url: import("valibot").StringSchema<undefined>;
|
|
29
|
-
}, undefined>;
|
|
30
27
|
readonly status: import("valibot").LiteralSchema<200, undefined>;
|
|
31
28
|
}, undefined>], undefined>>;
|
|
32
29
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/sdk/endpoints/private/oauth/index.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/sdk/endpoints/private/oauth/index.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAEjB,CAAA"}
|
package/dist/sdk/index.d.ts
CHANGED
|
@@ -35,9 +35,9 @@ export declare const marcoSDK: {
|
|
|
35
35
|
};
|
|
36
36
|
oauth: {
|
|
37
37
|
google: {
|
|
38
|
-
authorize: import("..").EndpointConfig<"/v1/pv/oauth/google/
|
|
39
|
-
readonly accountId: import("valibot").
|
|
40
|
-
readonly
|
|
38
|
+
authorize: import("..").EndpointConfig<"/v1/pv/account/oauth/google/connect", import("valibot").ObjectSchema<{
|
|
39
|
+
readonly accountId: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
40
|
+
readonly code: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
41
41
|
}, undefined>, import("valibot").GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
42
42
|
readonly data: import("valibot").ObjectSchema<{
|
|
43
43
|
readonly code: import("valibot").LiteralSchema<"AUTHENTICATION_FAILED", undefined>;
|
|
@@ -59,9 +59,6 @@ export declare const marcoSDK: {
|
|
|
59
59
|
}, undefined>;
|
|
60
60
|
readonly status: import("valibot").LiteralSchema<404, undefined>;
|
|
61
61
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
62
|
-
readonly data: import("valibot").ObjectSchema<{
|
|
63
|
-
readonly url: import("valibot").StringSchema<undefined>;
|
|
64
|
-
}, undefined>;
|
|
65
62
|
readonly status: import("valibot").LiteralSchema<200, undefined>;
|
|
66
63
|
}, undefined>], undefined>>;
|
|
67
64
|
};
|
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