@executioncontrolprotocol/types 0.10.0
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/README.md +16 -0
- package/dist/capabilities.d.ts +31 -0
- package/dist/capabilities.d.ts.map +1 -0
- package/dist/capabilities.js +2 -0
- package/dist/capabilities.js.map +1 -0
- package/dist/encoding.d.ts +99 -0
- package/dist/encoding.d.ts.map +1 -0
- package/dist/encoding.js +25 -0
- package/dist/encoding.js.map +1 -0
- package/dist/environment.d.ts +132 -0
- package/dist/environment.d.ts.map +1 -0
- package/dist/environment.js +2 -0
- package/dist/environment.js.map +1 -0
- package/dist/harness-feedback.d.ts +43 -0
- package/dist/harness-feedback.d.ts.map +1 -0
- package/dist/harness-feedback.js +2 -0
- package/dist/harness-feedback.js.map +1 -0
- package/dist/harness-reply.d.ts +63 -0
- package/dist/harness-reply.d.ts.map +1 -0
- package/dist/harness-reply.js +30 -0
- package/dist/harness-reply.js.map +1 -0
- package/dist/harness-run-context.d.ts +228 -0
- package/dist/harness-run-context.d.ts.map +1 -0
- package/dist/harness-run-context.js +35 -0
- package/dist/harness-run-context.js.map +1 -0
- package/dist/harness-tasks.d.ts +403 -0
- package/dist/harness-tasks.d.ts.map +1 -0
- package/dist/harness-tasks.js +50 -0
- package/dist/harness-tasks.js.map +1 -0
- package/dist/harness.d.ts +118 -0
- package/dist/harness.d.ts.map +1 -0
- package/dist/harness.js +34 -0
- package/dist/harness.js.map +1 -0
- package/dist/image.d.ts +150 -0
- package/dist/image.d.ts.map +1 -0
- package/dist/image.js +46 -0
- package/dist/image.js.map +1 -0
- package/dist/index.d.ts +34 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +12 -0
- package/dist/index.js.map +1 -0
- package/dist/intent.d.ts +35 -0
- package/dist/intent.d.ts.map +1 -0
- package/dist/intent.js +26 -0
- package/dist/intent.js.map +1 -0
- package/dist/invoke.d.ts +44 -0
- package/dist/invoke.d.ts.map +1 -0
- package/dist/invoke.js +9 -0
- package/dist/invoke.js.map +1 -0
- package/dist/lifecycle.d.ts +27 -0
- package/dist/lifecycle.d.ts.map +1 -0
- package/dist/lifecycle.js +2 -0
- package/dist/lifecycle.js.map +1 -0
- package/dist/model.d.ts +57 -0
- package/dist/model.d.ts.map +1 -0
- package/dist/model.js +32 -0
- package/dist/model.js.map +1 -0
- package/dist/patch-errors.d.ts +11 -0
- package/dist/patch-errors.d.ts.map +1 -0
- package/dist/patch-errors.js +9 -0
- package/dist/patch-errors.js.map +1 -0
- package/dist/patch.d.ts +51 -0
- package/dist/patch.d.ts.map +1 -0
- package/dist/patch.js +2 -0
- package/dist/patch.js.map +1 -0
- package/dist/registry.d.ts +24 -0
- package/dist/registry.d.ts.map +1 -0
- package/dist/registry.js +2 -0
- package/dist/registry.js.map +1 -0
- package/dist/run.d.ts +35 -0
- package/dist/run.d.ts.map +1 -0
- package/dist/run.js +2 -0
- package/dist/run.js.map +1 -0
- package/dist/schema.d.ts +67 -0
- package/dist/schema.d.ts.map +1 -0
- package/dist/schema.js +2 -0
- package/dist/schema.js.map +1 -0
- package/dist/schemas/decode.result.json +155 -0
- package/dist/schemas/encode.result.json +162 -0
- package/dist/schemas/environment.describe.json +210 -0
- package/dist/schemas/environment.manifest.json +159 -0
- package/dist/schemas/environment.search.json +72 -0
- package/dist/schemas/patch.json +104 -0
- package/dist/schemas/patch.result.json +260 -0
- package/dist/schemas/run.request.json +485 -0
- package/dist/schemas/run.result.json +170 -0
- package/dist/schemas/validation.result.json +89 -0
- package/dist/schemas/workflow.manifest.json +451 -0
- package/dist/store.d.ts +30 -0
- package/dist/store.d.ts.map +1 -0
- package/dist/store.js +2 -0
- package/dist/store.js.map +1 -0
- package/dist/validation.d.ts +20 -0
- package/dist/validation.d.ts.map +1 -0
- package/dist/validation.js +2 -0
- package/dist/validation.js.map +1 -0
- package/dist/version.d.ts +5 -0
- package/dist/version.d.ts.map +1 -0
- package/dist/version.js +3 -0
- package/dist/version.js.map +1 -0
- package/dist/workflow.d.ts +55 -0
- package/dist/workflow.d.ts.map +1 -0
- package/dist/workflow.js +2 -0
- package/dist/workflow.js.map +1 -0
- package/package.json +33 -0
package/dist/workflow.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"workflow.js","sourceRoot":"","sources":["../src/workflow.ts"],"names":[],"mappings":""}
|
package/package.json
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@executioncontrolprotocol/types",
|
|
3
|
+
"version": "0.10.0",
|
|
4
|
+
"description": "ECP protocol types and schema constants",
|
|
5
|
+
"license": "Apache-2.0",
|
|
6
|
+
"type": "module",
|
|
7
|
+
"main": "./dist/index.js",
|
|
8
|
+
"types": "./dist/index.d.ts",
|
|
9
|
+
"exports": {
|
|
10
|
+
".": {
|
|
11
|
+
"types": "./dist/index.d.ts",
|
|
12
|
+
"import": "./dist/index.js"
|
|
13
|
+
},
|
|
14
|
+
"./schemas/*": "./dist/schemas/*"
|
|
15
|
+
},
|
|
16
|
+
"files": [
|
|
17
|
+
"dist",
|
|
18
|
+
"README.md"
|
|
19
|
+
],
|
|
20
|
+
"scripts": {
|
|
21
|
+
"build": "tsc -b && node scripts/generate-schemas.mjs",
|
|
22
|
+
"generate:schema": "node scripts/generate-schemas.mjs"
|
|
23
|
+
},
|
|
24
|
+
"devDependencies": {
|
|
25
|
+
"ajv": "^8.17.1",
|
|
26
|
+
"ts-json-schema-generator": "^2.3.0",
|
|
27
|
+
"typescript": "^5.7.0",
|
|
28
|
+
"zod": "^3.24.0"
|
|
29
|
+
},
|
|
30
|
+
"peerDependencies": {
|
|
31
|
+
"zod": "^3.24.0"
|
|
32
|
+
}
|
|
33
|
+
}
|