codify-schemas 1.0.62 → 1.0.63
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/index.js +20 -20
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
- package/src/index.ts +20 -20
package/dist/index.js
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
import ConfigFileSchema from './config-file-schema.json'
|
|
2
|
-
import ProjectSchema from './project-schema.json'
|
|
3
|
-
import ResourceSchema from './resource-schema.json'
|
|
4
|
-
import IpcMessageSchema from './ipc-message-schema.json'
|
|
5
|
-
import IpcMessageV2Schema from './ipc-message-schema-v2.json'
|
|
6
|
-
import ApplyRequestDataSchema from './messages/apply-request-data-schema.json'
|
|
7
|
-
import ApplyResponseDataSchema from './messages/apply-response-data-schema.json'
|
|
8
|
-
import ErrorResponseDataSchema from './messages/error-response-data-schema.json'
|
|
9
|
-
import GetResourceInfoRequestDataSchema from './messages/get-resource-info-request-data-schema.json'
|
|
10
|
-
import GetResourceInfoResponseDataSchema from './messages/get-resource-info-response-data-schema.json'
|
|
11
|
-
import ImportRequestDataSchema from './messages/import-request-data-schema.json'
|
|
12
|
-
import ImportResponseDataSchema from './messages/import-response-data-schema.json'
|
|
13
|
-
import PlanRequestDataSchema from './messages/plan-request-data-schema.json'
|
|
14
|
-
import PlanResponseDataSchema from './messages/plan-response-data-schema.json'
|
|
15
|
-
import ValidateRequestDataSchema from './messages/validate-request-data-schema.json'
|
|
16
|
-
import ValidateResponseDataSchema from './messages/validate-response-data-schema.json'
|
|
17
|
-
import InitializeRequestDataSchema from './messages/initialize-request-data-schema.json'
|
|
18
|
-
import InitializeResponseDataSchema from './messages/initialize-response-data-schema.json'
|
|
19
|
-
import SudoRequestDataSchema from './messages/sudo-request-data-schema.json'
|
|
20
|
-
import SudoRequestResponseDataSchema from './messages/sudo-response-data-schema.json'
|
|
1
|
+
import ConfigFileSchema from './config-file-schema.json' with { type: 'json' };
|
|
2
|
+
import ProjectSchema from './project-schema.json' with { type: 'json' };
|
|
3
|
+
import ResourceSchema from './resource-schema.json' with { type: 'json' };
|
|
4
|
+
import IpcMessageSchema from './ipc-message-schema.json' with { type: 'json' };
|
|
5
|
+
import IpcMessageV2Schema from './ipc-message-schema-v2.json' with { type: 'json' };
|
|
6
|
+
import ApplyRequestDataSchema from './messages/apply-request-data-schema.json' with { type: 'json' };
|
|
7
|
+
import ApplyResponseDataSchema from './messages/apply-response-data-schema.json' with { type: 'json' };
|
|
8
|
+
import ErrorResponseDataSchema from './messages/error-response-data-schema.json' with { type: 'json' };
|
|
9
|
+
import GetResourceInfoRequestDataSchema from './messages/get-resource-info-request-data-schema.json' with { type: 'json' };
|
|
10
|
+
import GetResourceInfoResponseDataSchema from './messages/get-resource-info-response-data-schema.json' with { type: 'json' };
|
|
11
|
+
import ImportRequestDataSchema from './messages/import-request-data-schema.json' with { type: 'json' };
|
|
12
|
+
import ImportResponseDataSchema from './messages/import-response-data-schema.json' with { type: 'json' };
|
|
13
|
+
import PlanRequestDataSchema from './messages/plan-request-data-schema.json' with { type: 'json' };
|
|
14
|
+
import PlanResponseDataSchema from './messages/plan-response-data-schema.json' with { type: 'json' };
|
|
15
|
+
import ValidateRequestDataSchema from './messages/validate-request-data-schema.json' with { type: 'json' };
|
|
16
|
+
import ValidateResponseDataSchema from './messages/validate-response-data-schema.json' with { type: 'json' };
|
|
17
|
+
import InitializeRequestDataSchema from './messages/initialize-request-data-schema.json' with { type: 'json' };
|
|
18
|
+
import InitializeResponseDataSchema from './messages/initialize-response-data-schema.json' with { type: 'json' };
|
|
19
|
+
import SudoRequestDataSchema from './messages/sudo-request-data-schema.json' with { type: 'json' };
|
|
20
|
+
import SudoRequestResponseDataSchema from './messages/sudo-response-data-schema.json' with { type: 'json' };
|
|
21
21
|
export { ConfigFileSchema, ProjectSchema, ResourceSchema, IpcMessageSchema, IpcMessageV2Schema, ApplyRequestDataSchema, ApplyResponseDataSchema, ErrorResponseDataSchema, GetResourceInfoRequestDataSchema, GetResourceInfoResponseDataSchema, ImportRequestDataSchema, ImportResponseDataSchema, PlanRequestDataSchema, PlanResponseDataSchema, ValidateRequestDataSchema, ValidateResponseDataSchema, InitializeRequestDataSchema, InitializeResponseDataSchema, SudoRequestDataSchema, SudoRequestResponseDataSchema, };
|
|
22
22
|
export * from './types/index.js';
|
|
23
23
|
export * from './messages/commands.js';
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,gBAAgB,MAAM,2BAA2B,CAAC,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,gBAAgB,MAAM,2BAA2B,CAAC,OAAM,IAAI,EAAE,MAAM,EAAC,CAAA;AAC5E,OAAO,aAAa,MAAM,uBAAuB,CAAC,OAAM,IAAI,EAAE,MAAM,EAAC,CAAA;AACrE,OAAO,cAAc,MAAM,wBAAwB,CAAC,OAAM,IAAI,EAAE,MAAM,EAAC,CAAA;AACvE,OAAO,gBAAgB,MAAM,2BAA2B,CAAC,OAAM,IAAI,EAAE,MAAM,EAAC,CAAA;AAC5E,OAAO,kBAAkB,MAAM,8BAA8B,CAAC,OAAM,IAAI,EAAE,MAAM,EAAC,CAAA;AACjF,OAAO,sBAAsB,MAAM,2CAA2C,CAAC,OAAM,IAAI,EAAE,MAAM,EAAC,CAAA;AAClG,OAAO,uBAAuB,MAAM,4CAA4C,CAAC,OAAM,IAAI,EAAE,MAAM,EAAC,CAAA;AACpG,OAAO,uBAAuB,MAAM,4CAA4C,CAAC,OAAM,IAAI,EAAE,MAAM,EAAC,CAAA;AACpG,OAAO,gCAAgC,MAAM,uDAAuD,CAAC,OAAM,IAAI,EAAE,MAAM,EAAC,CAAA;AACxH,OAAO,iCAAiC,MAAM,wDAAwD,CAAC,OAAM,IAAI,EAAE,MAAM,EAAC,CAAA;AAC1H,OAAO,uBAAuB,MAAM,4CAA4C,CAAC,OAAM,IAAI,EAAE,MAAM,EAAC,CAAA;AACpG,OAAO,wBAAwB,MAAM,6CAA6C,CAAC,OAAM,IAAI,EAAE,MAAM,EAAC,CAAA;AACtG,OAAO,qBAAqB,MAAM,0CAA0C,CAAC,OAAM,IAAI,EAAE,MAAM,EAAC,CAAA;AAChG,OAAO,sBAAsB,MAAM,2CAA2C,CAAC,OAAM,IAAI,EAAE,MAAM,EAAC,CAAA;AAClG,OAAO,yBAAyB,MAAM,8CAA8C,CAAC,OAAM,IAAI,EAAE,MAAM,EAAC,CAAA;AACxG,OAAO,0BAA0B,MAAM,+CAA+C,CAAC,OAAM,IAAI,EAAE,MAAM,EAAC,CAAA;AAC1G,OAAO,2BAA2B,MAAM,gDAAgD,CAAC,OAAM,IAAI,EAAE,MAAM,EAAC,CAAA;AAC5G,OAAO,4BAA4B,MAAM,iDAAiD,CAAC,OAAM,IAAI,EAAE,MAAM,EAAC,CAAA;AAC9G,OAAO,qBAAqB,MAAM,0CAA0C,CAAC,OAAM,IAAI,EAAE,MAAM,EAAC,CAAC;AACjG,OAAO,6BAA6B,MAAM,2CAA2C,CAAC,OAAM,IAAI,EAAE,MAAM,EAAC,CAAC;AAE1G,OAAO,EACL,gBAAgB,EAChB,aAAa,EACb,cAAc,EACd,gBAAgB,EAChB,kBAAkB,EAClB,sBAAsB,EACtB,uBAAuB,EACvB,uBAAuB,EACvB,gCAAgC,EAChC,iCAAiC,EACjC,uBAAuB,EACvB,wBAAwB,EACxB,qBAAqB,EACrB,sBAAsB,EACtB,yBAAyB,EACzB,0BAA0B,EAC1B,2BAA2B,EAC3B,4BAA4B,EAC5B,qBAAqB,EACrB,6BAA6B,GAC9B,CAAA;AAED,cAAc,kBAAkB,CAAC;AACjC,cAAc,wBAAwB,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "codify-schemas",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.63",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"typings": "dist/index.d.ts",
|
|
8
8
|
"scripts": {
|
|
9
9
|
"test": "vitest",
|
|
10
|
-
"
|
|
10
|
+
"prepublishOnly": "tsc"
|
|
11
11
|
},
|
|
12
12
|
"keywords": [],
|
|
13
13
|
"author": "",
|
package/src/index.ts
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
import ConfigFileSchema from './config-file-schema.json'
|
|
2
|
-
import ProjectSchema from './project-schema.json'
|
|
3
|
-
import ResourceSchema from './resource-schema.json'
|
|
4
|
-
import IpcMessageSchema from './ipc-message-schema.json'
|
|
5
|
-
import IpcMessageV2Schema from './ipc-message-schema-v2.json'
|
|
6
|
-
import ApplyRequestDataSchema from './messages/apply-request-data-schema.json'
|
|
7
|
-
import ApplyResponseDataSchema from './messages/apply-response-data-schema.json'
|
|
8
|
-
import ErrorResponseDataSchema from './messages/error-response-data-schema.json'
|
|
9
|
-
import GetResourceInfoRequestDataSchema from './messages/get-resource-info-request-data-schema.json'
|
|
10
|
-
import GetResourceInfoResponseDataSchema from './messages/get-resource-info-response-data-schema.json'
|
|
11
|
-
import ImportRequestDataSchema from './messages/import-request-data-schema.json'
|
|
12
|
-
import ImportResponseDataSchema from './messages/import-response-data-schema.json'
|
|
13
|
-
import PlanRequestDataSchema from './messages/plan-request-data-schema.json'
|
|
14
|
-
import PlanResponseDataSchema from './messages/plan-response-data-schema.json'
|
|
15
|
-
import ValidateRequestDataSchema from './messages/validate-request-data-schema.json'
|
|
16
|
-
import ValidateResponseDataSchema from './messages/validate-response-data-schema.json'
|
|
17
|
-
import InitializeRequestDataSchema from './messages/initialize-request-data-schema.json'
|
|
18
|
-
import InitializeResponseDataSchema from './messages/initialize-response-data-schema.json'
|
|
19
|
-
import SudoRequestDataSchema from './messages/sudo-request-data-schema.json'
|
|
20
|
-
import SudoRequestResponseDataSchema from './messages/sudo-response-data-schema.json'
|
|
1
|
+
import ConfigFileSchema from './config-file-schema.json' with {type: 'json'}
|
|
2
|
+
import ProjectSchema from './project-schema.json' with {type: 'json'}
|
|
3
|
+
import ResourceSchema from './resource-schema.json' with {type: 'json'}
|
|
4
|
+
import IpcMessageSchema from './ipc-message-schema.json' with {type: 'json'}
|
|
5
|
+
import IpcMessageV2Schema from './ipc-message-schema-v2.json' with {type: 'json'}
|
|
6
|
+
import ApplyRequestDataSchema from './messages/apply-request-data-schema.json' with {type: 'json'}
|
|
7
|
+
import ApplyResponseDataSchema from './messages/apply-response-data-schema.json' with {type: 'json'}
|
|
8
|
+
import ErrorResponseDataSchema from './messages/error-response-data-schema.json' with {type: 'json'}
|
|
9
|
+
import GetResourceInfoRequestDataSchema from './messages/get-resource-info-request-data-schema.json' with {type: 'json'}
|
|
10
|
+
import GetResourceInfoResponseDataSchema from './messages/get-resource-info-response-data-schema.json' with {type: 'json'}
|
|
11
|
+
import ImportRequestDataSchema from './messages/import-request-data-schema.json' with {type: 'json'}
|
|
12
|
+
import ImportResponseDataSchema from './messages/import-response-data-schema.json' with {type: 'json'}
|
|
13
|
+
import PlanRequestDataSchema from './messages/plan-request-data-schema.json' with {type: 'json'}
|
|
14
|
+
import PlanResponseDataSchema from './messages/plan-response-data-schema.json' with {type: 'json'}
|
|
15
|
+
import ValidateRequestDataSchema from './messages/validate-request-data-schema.json' with {type: 'json'}
|
|
16
|
+
import ValidateResponseDataSchema from './messages/validate-response-data-schema.json' with {type: 'json'}
|
|
17
|
+
import InitializeRequestDataSchema from './messages/initialize-request-data-schema.json' with {type: 'json'}
|
|
18
|
+
import InitializeResponseDataSchema from './messages/initialize-response-data-schema.json' with {type: 'json'}
|
|
19
|
+
import SudoRequestDataSchema from './messages/sudo-request-data-schema.json' with {type: 'json'};
|
|
20
|
+
import SudoRequestResponseDataSchema from './messages/sudo-response-data-schema.json' with {type: 'json'};
|
|
21
21
|
|
|
22
22
|
export {
|
|
23
23
|
ConfigFileSchema,
|