@marcoappio/marco-config 2.0.165 → 2.0.167
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/clients/account.d.ts +1 -1
- package/dist/clients/draft.d.ts +2 -3
- package/dist/clients/draft.d.ts.map +1 -1
- package/dist/clients/draft.js +1 -11
- package/dist/clients/index.d.ts +4 -4
- package/dist/clients/user.d.ts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/sdk/endpoints/index.d.ts +19 -19
- package/dist/sdk/endpoints/private/emailMessage/getEmailMessageHTML.d.ts +1 -1
- package/dist/sdk/endpoints/private/emailMessage/index.d.ts +1 -1
- package/dist/sdk/endpoints/private/index.d.ts +15 -15
- package/dist/sdk/endpoints/private/sync/index.d.ts +13 -13
- package/dist/sdk/endpoints/private/sync/pull/account.d.ts +1 -1
- package/dist/sdk/endpoints/private/sync/pull/contact.d.ts +1 -1
- package/dist/sdk/endpoints/private/sync/pull/draft.d.ts +2 -2
- package/dist/sdk/endpoints/private/sync/pull/index.d.ts +6 -6
- package/dist/sdk/endpoints/private/sync/pull/thread.d.ts +1 -1
- package/dist/sdk/endpoints/private/sync/pull/user.d.ts +1 -1
- package/dist/sdk/endpoints/private/sync/push/account.d.ts +2 -2
- package/dist/sdk/endpoints/private/sync/push/draft.d.ts +2 -2
- package/dist/sdk/endpoints/private/sync/push/index.d.ts +7 -7
- package/dist/sdk/endpoints/private/sync/push/thread.d.ts +1 -1
- package/dist/sdk/endpoints/private/sync/push/user.d.ts +2 -2
- package/dist/sdk/endpoints/private/user/deleteUser.d.ts +1 -1
- package/dist/sdk/endpoints/private/user/index.d.ts +1 -1
- package/dist/sdk/endpoints/public/auth/index.d.ts +3 -3
- package/dist/sdk/endpoints/public/auth/refreshAuth.d.ts +1 -1
- package/dist/sdk/endpoints/public/auth/sendAuthCode.d.ts +1 -1
- package/dist/sdk/endpoints/public/auth/verifyAuthCode.d.ts +1 -1
- package/dist/sdk/endpoints/public/healthcheck/index.d.ts +1 -1
- package/dist/sdk/endpoints/public/index.d.ts +4 -4
- package/dist/sdk/index.d.ts +19 -19
- package/dist/types/index.d.ts +0 -1
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/index.js +0 -1
- package/package.json +2 -2
- package/dist/types/JSONContent.d.ts +0 -11
- package/dist/types/JSONContent.d.ts.map +0 -1
- package/dist/types/JSONContent.js +0 -1
package/dist/sdk/index.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ export declare const marcoSDK: {
|
|
|
2
2
|
endpoints: {
|
|
3
3
|
private: {
|
|
4
4
|
emailMessage: {
|
|
5
|
-
getHTML: import("..").EndpointConfig<"/v1/pv/message/:messageId/html", import("valibot").GenericSchema | undefined, import("valibot").GenericSchema | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
5
|
+
getHTML: import("..").EndpointConfig<"/v1/pv/message/:messageId/html", import("valibot").GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
6
6
|
readonly code: import("valibot").LiteralSchema<"AUTHENTICATION_FAILED", undefined>;
|
|
7
7
|
readonly status: import("valibot").LiteralSchema<401, undefined>;
|
|
8
8
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
@@ -20,7 +20,7 @@ export declare const marcoSDK: {
|
|
|
20
20
|
account: import("..").EndpointConfig<"/v1/pv/sync/pull/account", import("valibot").ObjectSchema<{
|
|
21
21
|
readonly clientGroupID: import("valibot").StringSchema<undefined>;
|
|
22
22
|
readonly cookie: import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
23
|
-
}, undefined>, import("valibot").GenericSchema | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
23
|
+
}, undefined>, import("valibot").GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
24
24
|
readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
|
|
25
25
|
readonly status: import("valibot").LiteralSchema<400, undefined>;
|
|
26
26
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
@@ -70,7 +70,7 @@ export declare const marcoSDK: {
|
|
|
70
70
|
contact: import("..").EndpointConfig<"/v1/pv/sync/pull/contact", import("valibot").ObjectSchema<{
|
|
71
71
|
readonly clientGroupID: import("valibot").StringSchema<undefined>;
|
|
72
72
|
readonly cookie: import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
73
|
-
}, undefined>, import("valibot").GenericSchema | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
73
|
+
}, undefined>, import("valibot").GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
74
74
|
readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
|
|
75
75
|
readonly status: import("valibot").LiteralSchema<400, undefined>;
|
|
76
76
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
@@ -100,7 +100,7 @@ export declare const marcoSDK: {
|
|
|
100
100
|
draft: import("..").EndpointConfig<"/v1/pv/sync/pull/draft", import("valibot").ObjectSchema<{
|
|
101
101
|
readonly clientGroupID: import("valibot").StringSchema<undefined>;
|
|
102
102
|
readonly cookie: import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
103
|
-
}, undefined>, import("valibot").GenericSchema | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
103
|
+
}, undefined>, import("valibot").GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
104
104
|
readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
|
|
105
105
|
readonly status: import("valibot").LiteralSchema<400, undefined>;
|
|
106
106
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
@@ -122,7 +122,7 @@ export declare const marcoSDK: {
|
|
|
122
122
|
readonly body: import("valibot").ObjectSchema<{
|
|
123
123
|
readonly bcc: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
|
|
124
124
|
readonly cc: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
|
|
125
|
-
readonly content: import("valibot").
|
|
125
|
+
readonly content: import("valibot").StringSchema<undefined>;
|
|
126
126
|
readonly subject: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
127
127
|
readonly to: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
|
|
128
128
|
}, undefined>;
|
|
@@ -141,7 +141,7 @@ export declare const marcoSDK: {
|
|
|
141
141
|
readonly order: import("valibot").StringSchema<undefined>;
|
|
142
142
|
readonly version: import("valibot").NumberSchema<undefined>;
|
|
143
143
|
}, undefined>, undefined>;
|
|
144
|
-
}, undefined>, import("valibot").GenericSchema | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
144
|
+
}, undefined>, import("valibot").GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
145
145
|
readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
|
|
146
146
|
readonly status: import("valibot").LiteralSchema<400, undefined>;
|
|
147
147
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
@@ -204,7 +204,7 @@ export declare const marcoSDK: {
|
|
|
204
204
|
user: import("..").EndpointConfig<"/v1/pv/sync/pull/user", import("valibot").ObjectSchema<{
|
|
205
205
|
readonly clientGroupID: import("valibot").StringSchema<undefined>;
|
|
206
206
|
readonly cookie: import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
207
|
-
}, undefined>, import("valibot").GenericSchema | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
207
|
+
}, undefined>, import("valibot").GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
208
208
|
readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
|
|
209
209
|
readonly status: import("valibot").LiteralSchema<400, undefined>;
|
|
210
210
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
@@ -279,7 +279,7 @@ export declare const marcoSDK: {
|
|
|
279
279
|
readonly firstName: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
|
|
280
280
|
readonly lastName: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
|
|
281
281
|
};
|
|
282
|
-
readonly '~standard': import("valibot").
|
|
282
|
+
readonly '~standard': import("valibot").StandardSchemaProps<{
|
|
283
283
|
color?: string | undefined;
|
|
284
284
|
firstName?: string | null | undefined;
|
|
285
285
|
lastName?: string | null | undefined;
|
|
@@ -312,7 +312,7 @@ export declare const marcoSDK: {
|
|
|
312
312
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
313
313
|
readonly name: import("valibot").LiteralSchema<"setSettings", undefined>;
|
|
314
314
|
}, undefined>], undefined>, undefined>;
|
|
315
|
-
}, undefined>, import("valibot").GenericSchema | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
315
|
+
}, undefined>, import("valibot").GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
316
316
|
readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
|
|
317
317
|
readonly status: import("valibot").LiteralSchema<400, undefined>;
|
|
318
318
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
@@ -335,7 +335,7 @@ export declare const marcoSDK: {
|
|
|
335
335
|
readonly body: import("valibot").ObjectSchema<{
|
|
336
336
|
readonly bcc: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
|
|
337
337
|
readonly cc: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
|
|
338
|
-
readonly content: import("valibot").
|
|
338
|
+
readonly content: import("valibot").StringSchema<undefined>;
|
|
339
339
|
readonly subject: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
340
340
|
readonly to: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
|
|
341
341
|
}, undefined>;
|
|
@@ -347,7 +347,7 @@ export declare const marcoSDK: {
|
|
|
347
347
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
348
348
|
readonly name: import("valibot").LiteralSchema<"upsert", undefined>;
|
|
349
349
|
}, undefined>], undefined>, undefined>;
|
|
350
|
-
}, undefined>, import("valibot").GenericSchema | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
350
|
+
}, undefined>, import("valibot").GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
351
351
|
readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
|
|
352
352
|
readonly status: import("valibot").LiteralSchema<400, undefined>;
|
|
353
353
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
@@ -368,7 +368,7 @@ export declare const marcoSDK: {
|
|
|
368
368
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
369
369
|
readonly name: import("valibot").LiteralSchema<"setMessageSeen", undefined>;
|
|
370
370
|
}, undefined>], undefined>, undefined>;
|
|
371
|
-
}, undefined>, import("valibot").GenericSchema | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
371
|
+
}, undefined>, import("valibot").GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
372
372
|
readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
|
|
373
373
|
readonly status: import("valibot").LiteralSchema<400, undefined>;
|
|
374
374
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
@@ -393,7 +393,7 @@ export declare const marcoSDK: {
|
|
|
393
393
|
readonly firstName: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
|
|
394
394
|
readonly lastName: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
|
|
395
395
|
};
|
|
396
|
-
readonly '~standard': import("valibot").
|
|
396
|
+
readonly '~standard': import("valibot").StandardSchemaProps<{
|
|
397
397
|
firstName?: string | null | undefined;
|
|
398
398
|
lastName?: string | null | undefined;
|
|
399
399
|
}, {
|
|
@@ -421,7 +421,7 @@ export declare const marcoSDK: {
|
|
|
421
421
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
422
422
|
readonly name: import("valibot").LiteralSchema<"setSettings", undefined>;
|
|
423
423
|
}, undefined>], undefined>, undefined>;
|
|
424
|
-
}, undefined>, import("valibot").GenericSchema | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
424
|
+
}, undefined>, import("valibot").GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
425
425
|
readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
|
|
426
426
|
readonly status: import("valibot").LiteralSchema<400, undefined>;
|
|
427
427
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
@@ -433,7 +433,7 @@ export declare const marcoSDK: {
|
|
|
433
433
|
};
|
|
434
434
|
};
|
|
435
435
|
user: {
|
|
436
|
-
deleteUser: import("..").EndpointConfig<"/v1/pv/user", import("valibot").GenericSchema | undefined, import("valibot").GenericSchema | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
436
|
+
deleteUser: import("..").EndpointConfig<"/v1/pv/user", import("valibot").GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
437
437
|
readonly code: import("valibot").LiteralSchema<"AUTHENTICATION_FAILED", undefined>;
|
|
438
438
|
readonly status: import("valibot").LiteralSchema<401, undefined>;
|
|
439
439
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
@@ -445,7 +445,7 @@ export declare const marcoSDK: {
|
|
|
445
445
|
auth: {
|
|
446
446
|
refreshAuth: import("..").EndpointConfig<"/v1/pb/auth/refresh", import("valibot").ObjectSchema<{
|
|
447
447
|
readonly refreshToken: import("valibot").StringSchema<undefined>;
|
|
448
|
-
}, undefined>, import("valibot").GenericSchema | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
448
|
+
}, undefined>, import("valibot").GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
449
449
|
readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
|
|
450
450
|
readonly status: import("valibot").LiteralSchema<400, undefined>;
|
|
451
451
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
@@ -473,7 +473,7 @@ export declare const marcoSDK: {
|
|
|
473
473
|
}, undefined>], undefined>>;
|
|
474
474
|
sendAuthCode: import("..").EndpointConfig<"/v1/pb/auth/send-code", import("valibot").ObjectSchema<{
|
|
475
475
|
readonly email: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
476
|
-
}, undefined>, import("valibot").GenericSchema | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
476
|
+
}, undefined>, import("valibot").GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
477
477
|
readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
|
|
478
478
|
readonly status: import("valibot").LiteralSchema<400, undefined>;
|
|
479
479
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
@@ -485,7 +485,7 @@ export declare const marcoSDK: {
|
|
|
485
485
|
verifyAuthCode: import("..").EndpointConfig<"/v1/pb/auth/verify-code", import("valibot").ObjectSchema<{
|
|
486
486
|
readonly code: import("valibot").StringSchema<undefined>;
|
|
487
487
|
readonly email: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
488
|
-
}, undefined>, import("valibot").GenericSchema | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
488
|
+
}, undefined>, import("valibot").GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
489
489
|
readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
|
|
490
490
|
readonly status: import("valibot").LiteralSchema<400, undefined>;
|
|
491
491
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
@@ -521,7 +521,7 @@ export declare const marcoSDK: {
|
|
|
521
521
|
readonly status: import("valibot").LiteralSchema<200, undefined>;
|
|
522
522
|
}, undefined>], undefined>>;
|
|
523
523
|
};
|
|
524
|
-
healthcheck: import("..").EndpointConfig<"/v1/pb/healthcheck", import("valibot").GenericSchema | undefined, import("valibot").GenericSchema | undefined, import("valibot").ObjectSchema<{
|
|
524
|
+
healthcheck: import("..").EndpointConfig<"/v1/pb/healthcheck", import("valibot").GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").ObjectSchema<{
|
|
525
525
|
readonly data: import("valibot").ObjectSchema<{
|
|
526
526
|
readonly status: import("valibot").LiteralSchema<"ok", undefined>;
|
|
527
527
|
}, undefined>;
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/types/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAA;AAC1B,cAAc,eAAe,CAAA;AAC7B,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/types/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAA;AAC1B,cAAc,eAAe,CAAA;AAC7B,cAAc,MAAM,CAAA"}
|
package/dist/types/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@marcoappio/marco-config",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.167",
|
|
4
4
|
"author": "team@marcoapp.io",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"repository": "git@github.com:marcoappio/marco-config.git",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"eslint-plugin-sort-destructure-keys": "1.4.0",
|
|
31
31
|
"eslint-plugin-sort-keys-fix": "1.1.2",
|
|
32
32
|
"eslint-plugin-typescript-sort-keys": "2.3.0",
|
|
33
|
-
"valibot": "1.0.0-beta.
|
|
33
|
+
"valibot": "1.0.0-beta.9"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@auto-it/npm": "11.2.0",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"JSONContent.d.ts","sourceRoot":"","sources":["../../src/types/JSONContent.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,WAAW,GAAG;IACxB,KAAK,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;IAC/B,OAAO,CAAC,EAAE,WAAW,EAAE,CAAA;IACvB,KAAK,CAAC,EAAE;QACN,KAAK,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;QAC/B,IAAI,EAAE,MAAM,CAAA;KACb,EAAE,CAAA;IACH,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,IAAI,CAAC,EAAE,MAAM,CAAA;CACd,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|