@floegence/redevplugin-contracts 0.6.21 → 0.6.23
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/contracts.gen.d.ts +47 -14
- package/dist/contracts.gen.js +53 -14
- package/dist/index.d.ts +27 -12
- package/package.json +1 -1
package/dist/contracts.gen.d.ts
CHANGED
|
@@ -58,12 +58,30 @@ export declare const generatedContractArtifacts: readonly [{
|
|
|
58
58
|
readonly version: "host-capability-pin-v1";
|
|
59
59
|
readonly sha256: "20526a5934f0d85a3db7882492487266f09de5bcd176e2c7936f05d0b7fe0338";
|
|
60
60
|
readonly body: "{\n \"$schema\": \"https://json-schema.org/draft/2020-12/schema\",\n \"$id\": \"https://schemas.redevplugin.dev/plugin/host-capability-pin-v1.schema.json\",\n \"title\": \"ReDevPlugin host capability artifact pin v1\",\n \"type\": \"object\",\n \"additionalProperties\": false,\n \"required\": [\n \"publisher_id\",\n \"contract_id\",\n \"contract_version\",\n \"artifact_ref\",\n \"artifact_sha256\",\n \"manifest_ref\",\n \"manifest_sha256\",\n \"signature_ref\",\n \"signature_sha256\",\n \"signature_key_id\",\n \"signature_policy_epoch\",\n \"signature_revocation_epoch\",\n \"compatibility_ref\",\n \"compatibility_sha256\",\n \"generated_client_ref\",\n \"generated_client_sha256\",\n \"notices_ref\",\n \"notices_sha256\"\n ],\n \"properties\": {\n \"publisher_id\": { \"$ref\": \"#/$defs/id\" },\n \"contract_id\": { \"$ref\": \"#/$defs/id\" },\n \"contract_version\": { \"$ref\": \"#/$defs/semver\" },\n \"artifact_ref\": { \"$ref\": \"#/$defs/artifact_ref\" },\n \"artifact_sha256\": { \"$ref\": \"#/$defs/sha256\" },\n \"manifest_ref\": { \"$ref\": \"#/$defs/artifact_ref\" },\n \"manifest_sha256\": { \"$ref\": \"#/$defs/sha256\" },\n \"signature_ref\": { \"$ref\": \"#/$defs/artifact_ref\" },\n \"signature_sha256\": { \"$ref\": \"#/$defs/sha256\" },\n \"signature_key_id\": { \"$ref\": \"#/$defs/id\" },\n \"signature_policy_epoch\": { \"$ref\": \"#/$defs/decimal_epoch\" },\n \"signature_revocation_epoch\": { \"$ref\": \"#/$defs/decimal_epoch\" },\n \"compatibility_ref\": { \"$ref\": \"#/$defs/artifact_ref\" },\n \"compatibility_sha256\": { \"$ref\": \"#/$defs/sha256\" },\n \"generated_client_ref\": { \"$ref\": \"#/$defs/artifact_ref\" },\n \"generated_client_sha256\": { \"$ref\": \"#/$defs/sha256\" },\n \"notices_ref\": { \"$ref\": \"#/$defs/artifact_ref\" },\n \"notices_sha256\": { \"$ref\": \"#/$defs/sha256\" }\n },\n \"$defs\": {\n \"id\": {\n \"type\": \"string\",\n \"pattern\": \"^[A-Za-z0-9][A-Za-z0-9._-]*$\"\n },\n \"semver\": {\n \"type\": \"string\",\n \"pattern\": \"^(0|[1-9][0-9]*)\\\\.(0|[1-9][0-9]*)\\\\.(0|[1-9][0-9]*)(?:-(?:(?:0|[1-9][0-9]*|[0-9A-Za-z-]*[A-Za-z-][0-9A-Za-z-]*)(?:\\\\.(?:0|[1-9][0-9]*|[0-9A-Za-z-]*[A-Za-z-][0-9A-Za-z-]*))*))?(?:\\\\+[0-9A-Za-z-]+(?:\\\\.[0-9A-Za-z-]+)*)?$\"\n },\n \"artifact_ref\": {\n \"type\": \"string\",\n \"minLength\": 1,\n \"maxLength\": 1024,\n \"pattern\": \"^[A-Za-z0-9._~-]+(?:/[A-Za-z0-9._~-]+)*$\",\n \"not\": { \"pattern\": \"(^|/)\\\\.{1,2}($|/)\" }\n },\n \"sha256\": {\n \"type\": \"string\",\n \"pattern\": \"^[0-9a-f]{64}$\"\n },\n \"decimal_epoch\": {\n \"type\": \"string\",\n \"pattern\": \"^(0|[1-9][0-9]*)$\"\n }\n }\n}\n";
|
|
61
|
+
}, {
|
|
62
|
+
readonly id: "host-capability-publisher-config-schema";
|
|
63
|
+
readonly path: "spec/plugin/host-capability-publisher-config-v1.schema.json";
|
|
64
|
+
readonly version: "host-capability-publisher-config-v1";
|
|
65
|
+
readonly sha256: "f06ab3d70f3f9dd2114fe9d489841f1d6b5f169ee17b8c92aa1bfaf9bbf865c4";
|
|
66
|
+
readonly body: "{\n \"$schema\": \"https://json-schema.org/draft/2020-12/schema\",\n \"$id\": \"https://schemas.redevplugin.dev/plugin/host-capability-publisher-config-v1.schema.json\",\n \"title\": \"ReDevPlugin host capability publisher config v1\",\n \"type\": \"object\",\n \"additionalProperties\": false,\n \"required\": [\n \"schema_version\",\n \"contract_file\",\n \"public_key_file\",\n \"artifact_base_ref\",\n \"generated_at\",\n \"source_commit\",\n \"min_redevplugin_version\",\n \"signature_policy_epoch\",\n \"signature_revocation_epoch\"\n ],\n \"properties\": {\n \"schema_version\": { \"const\": \"redevplugin.host_capability_publisher_config.v1\" },\n \"contract_file\": { \"$ref\": \"#/$defs/path\" },\n \"public_key_file\": { \"$ref\": \"#/$defs/path\" },\n \"artifact_base_ref\": { \"type\": \"string\", \"minLength\": 1, \"maxLength\": 1024 },\n \"generated_at\": { \"type\": \"string\", \"format\": \"date-time\", \"maxLength\": 35 },\n \"source_commit\": { \"type\": \"string\", \"pattern\": \"^[0-9a-f]{40}$\" },\n \"min_redevplugin_version\": { \"$ref\": \"#/$defs/semver\" },\n \"signature_policy_epoch\": { \"$ref\": \"#/$defs/epoch\" },\n \"signature_revocation_epoch\": { \"$ref\": \"#/$defs/epoch\" },\n \"notices_file\": { \"$ref\": \"#/$defs/path\" }\n },\n \"$defs\": {\n \"path\": { \"type\": \"string\", \"minLength\": 1, \"maxLength\": 4096 },\n \"epoch\": { \"type\": \"string\", \"pattern\": \"^(0|[1-9][0-9]*)$\" },\n \"semver\": {\n \"type\": \"string\",\n \"pattern\": \"^(0|[1-9][0-9]*)\\\\.(0|[1-9][0-9]*)\\\\.(0|[1-9][0-9]*)(?:-(?:(?:0|[1-9][0-9]*|[0-9A-Za-z-]*[A-Za-z-][0-9A-Za-z-]*)(?:\\\\.(?:0|[1-9][0-9]*|[0-9A-Za-z-]*[A-Za-z-][0-9A-Za-z-]*))*))?(?:\\\\+[0-9A-Za-z-]+(?:\\\\.[0-9A-Za-z-]+)*)?$\"\n }\n }\n}\n";
|
|
61
67
|
}, {
|
|
62
68
|
readonly id: "host-capability-signature-schema";
|
|
63
69
|
readonly path: "spec/plugin/host-capability-signature-v1.schema.json";
|
|
64
70
|
readonly version: "host-capability-signature-v1";
|
|
65
71
|
readonly sha256: "88cbc1d63afb7e289ca4f8b7c76f702b8d20156f7722c1b71f3ab9138a240a5e";
|
|
66
72
|
readonly body: "{\n \"$schema\": \"https://json-schema.org/draft/2020-12/schema\",\n \"$id\": \"https://schemas.redevplugin.dev/plugin/host-capability-signature-v1.schema.json\",\n \"title\": \"ReDevPlugin host capability signature v1\",\n \"type\": \"object\",\n \"additionalProperties\": false,\n \"required\": [\"schema_version\", \"algorithm\", \"key_id\", \"manifest_sha256\", \"signature_base64\"],\n \"properties\": {\n \"schema_version\": { \"const\": \"redevplugin.host_capability_signature.v1\" },\n \"algorithm\": { \"const\": \"ed25519\" },\n \"key_id\": { \"type\": \"string\", \"pattern\": \"^[A-Za-z0-9][A-Za-z0-9._-]*$\" },\n \"manifest_sha256\": { \"type\": \"string\", \"pattern\": \"^[0-9a-f]{64}$\" },\n \"signature_base64\": {\n \"type\": \"string\",\n \"minLength\": 88,\n \"maxLength\": 88,\n \"pattern\": \"^[A-Za-z0-9+/]{86}==$\",\n \"contentEncoding\": \"base64\"\n }\n }\n}\n";
|
|
73
|
+
}, {
|
|
74
|
+
readonly id: "host-capability-signer-request-schema";
|
|
75
|
+
readonly path: "spec/plugin/host-capability-signer-request-v1.schema.json";
|
|
76
|
+
readonly version: "host-capability-signer-request-v1";
|
|
77
|
+
readonly sha256: "7f22e9e0f813b91106693edfbb91309489dde1640152c29d878961fdef6b89d8";
|
|
78
|
+
readonly body: "{\n \"$schema\": \"https://json-schema.org/draft/2020-12/schema\",\n \"$id\": \"https://schemas.redevplugin.dev/plugin/host-capability-signer-request-v1.schema.json\",\n \"title\": \"ReDevPlugin host capability signer request v1\",\n \"type\": \"object\",\n \"additionalProperties\": false,\n \"required\": [\n \"schema_version\", \"request_id\", \"usage\", \"key_id\", \"publisher_id\",\n \"contract_id\", \"contract_version\", \"manifest_sha256\",\n \"signing_preimage_sha256\", \"signing_preimage\"\n ],\n \"properties\": {\n \"schema_version\": { \"const\": \"redevplugin.host_capability_signer_request.v1\" },\n \"request_id\": { \"$ref\": \"#/$defs/sha256\" },\n \"usage\": { \"const\": \"redevplugin.host-capability-signing.manifest.v1\" },\n \"key_id\": { \"$ref\": \"#/$defs/id\" },\n \"publisher_id\": { \"$ref\": \"#/$defs/id\" },\n \"contract_id\": { \"$ref\": \"#/$defs/id\" },\n \"contract_version\": { \"$ref\": \"#/$defs/semver\" },\n \"manifest_sha256\": { \"$ref\": \"#/$defs/sha256\" },\n \"signing_preimage_sha256\": { \"$ref\": \"#/$defs/sha256\" },\n \"signing_preimage\": { \"type\": \"string\", \"minLength\": 4, \"maxLength\": 1048576, \"pattern\": \"^[A-Za-z0-9+/]*={0,2}$\" }\n },\n \"$defs\": {\n \"id\": { \"type\": \"string\", \"pattern\": \"^[A-Za-z0-9][A-Za-z0-9._-]{0,127}$\" },\n \"sha256\": { \"type\": \"string\", \"pattern\": \"^[0-9a-f]{64}$\" },\n \"semver\": {\n \"type\": \"string\",\n \"pattern\": \"^(0|[1-9][0-9]*)\\\\.(0|[1-9][0-9]*)\\\\.(0|[1-9][0-9]*)(?:-(?:(?:0|[1-9][0-9]*|[0-9A-Za-z-]*[A-Za-z-][0-9A-Za-z-]*)(?:\\\\.(?:0|[1-9][0-9]*|[0-9A-Za-z-]*[A-Za-z-][0-9A-Za-z-]*))*))?(?:\\\\+[0-9A-Za-z-]+(?:\\\\.[0-9A-Za-z-]+)*)?$\"\n }\n }\n}\n";
|
|
79
|
+
}, {
|
|
80
|
+
readonly id: "host-capability-signer-response-schema";
|
|
81
|
+
readonly path: "spec/plugin/host-capability-signer-response-v1.schema.json";
|
|
82
|
+
readonly version: "host-capability-signer-response-v1";
|
|
83
|
+
readonly sha256: "02a50b1fc0d1b8ae0611eab95b5560122c6425709ecc8de5e00bf0dd68085f44";
|
|
84
|
+
readonly body: "{\n \"$schema\": \"https://json-schema.org/draft/2020-12/schema\",\n \"$id\": \"https://schemas.redevplugin.dev/plugin/host-capability-signer-response-v1.schema.json\",\n \"title\": \"ReDevPlugin host capability signer response v1\",\n \"type\": \"object\",\n \"additionalProperties\": false,\n \"required\": [\n \"schema_version\", \"request_id\", \"usage\", \"key_id\", \"publisher_id\",\n \"contract_id\", \"contract_version\", \"manifest_sha256\",\n \"signing_preimage_sha256\", \"algorithm\", \"signature\"\n ],\n \"properties\": {\n \"schema_version\": { \"const\": \"redevplugin.host_capability_signer_response.v1\" },\n \"request_id\": { \"$ref\": \"#/$defs/sha256\" },\n \"usage\": { \"const\": \"redevplugin.host-capability-signing.manifest.v1\" },\n \"key_id\": { \"$ref\": \"#/$defs/id\" },\n \"publisher_id\": { \"$ref\": \"#/$defs/id\" },\n \"contract_id\": { \"$ref\": \"#/$defs/id\" },\n \"contract_version\": { \"$ref\": \"#/$defs/semver\" },\n \"manifest_sha256\": { \"$ref\": \"#/$defs/sha256\" },\n \"signing_preimage_sha256\": { \"$ref\": \"#/$defs/sha256\" },\n \"algorithm\": { \"const\": \"ed25519\" },\n \"signature\": { \"type\": \"string\", \"pattern\": \"^[A-Za-z0-9+/]{86}==$\" }\n },\n \"$defs\": {\n \"id\": { \"type\": \"string\", \"pattern\": \"^[A-Za-z0-9][A-Za-z0-9._-]{0,127}$\" },\n \"sha256\": { \"type\": \"string\", \"pattern\": \"^[0-9a-f]{64}$\" },\n \"semver\": {\n \"type\": \"string\",\n \"pattern\": \"^(0|[1-9][0-9]*)\\\\.(0|[1-9][0-9]*)\\\\.(0|[1-9][0-9]*)(?:-(?:(?:0|[1-9][0-9]*|[0-9A-Za-z-]*[A-Za-z-][0-9A-Za-z-]*)(?:\\\\.(?:0|[1-9][0-9]*|[0-9A-Za-z-]*[A-Za-z-][0-9A-Za-z-]*))*))?(?:\\\\+[0-9A-Za-z-]+(?:\\\\.[0-9A-Za-z-]+)*)?$\"\n }\n }\n}\n";
|
|
67
85
|
}, {
|
|
68
86
|
readonly id: "iframe-bridge-schema";
|
|
69
87
|
readonly path: "spec/plugin/bridge-v7.schema.json";
|
|
@@ -333,8 +351,8 @@ export declare const generatedRegistryContract: {
|
|
|
333
351
|
readonly id: "contract-registry";
|
|
334
352
|
readonly path: "spec/plugin/contract-registry-v2.json";
|
|
335
353
|
readonly version: "contract-registry-v2";
|
|
336
|
-
readonly sha256: "
|
|
337
|
-
readonly body: "{\n \"schema_version\": \"redevplugin.contract_registry.v2\",\n \"registry_version\": \"contract-registry-v2\",\n \"artifacts\": [\n {\n \"id\": \"compatibility-manifest-schema\",\n \"path\": \"spec/plugin/compatibility-manifest-v13.schema.json\",\n \"version\": \"compatibility-manifest-v13\",\n \"sha256\": \"c95fdfe0c5818ba57e664c534c3d10d073545e5a31bccd7c1ee5d39d391d13b2\"\n },\n {\n \"id\": \"contract-registry-schema\",\n \"path\": \"spec/plugin/contract-registry-v2.schema.json\",\n \"version\": \"contract-registry-v2\",\n \"sha256\": \"d516b3565158ac1b0d5e9f86b91b13ac19321ab3ff54468be41951b68d7085ac\"\n },\n {\n \"id\": \"error-codes-schema\",\n \"path\": \"spec/plugin/error-codes-v7.schema.json\",\n \"version\": \"error-codes-v7\",\n \"sha256\": \"4e7cac510a6036f90cae8f58ff8c3b785b3a2d3933875f2f69bef1c41de3d26c\"\n },\n {\n \"id\": \"external-signer-request-schema\",\n \"path\": \"spec/plugin/external-signer-request-v1.schema.json\",\n \"version\": \"external-signer-request-v1\",\n \"sha256\": \"abc18af2e29dea6f0b49a28b75b046ef02f200597978c8238cc587fb7e670760\"\n },\n {\n \"id\": \"external-signer-response-schema\",\n \"path\": \"spec/plugin/external-signer-response-v1.schema.json\",\n \"version\": \"external-signer-response-v1\",\n \"sha256\": \"bbe657df5afdf459a4c5f83282ddc3ec6c80c1ebd25bb954eac92101f35afc6c\"\n },\n {\n \"id\": \"host-capability-compatibility-schema\",\n \"path\": \"spec/plugin/host-capability-compatibility-v1.schema.json\",\n \"version\": \"host-capability-compatibility-v1\",\n \"sha256\": \"361ebbf7009aeb66c763ecde46427b17b6cf7d2307c01886c5987a1f4f1762de\"\n },\n {\n \"id\": \"host-capability-contract-schema\",\n \"path\": \"spec/plugin/host-capability-contract-v1.schema.json\",\n \"version\": \"host-capability-contract-v1\",\n \"sha256\": \"0a653e36d44104f1d16b06ee424648086c146f23c907b176bdf470ae73025485\"\n },\n {\n \"id\": \"host-capability-manifest-schema\",\n \"path\": \"spec/plugin/host-capability-manifest-v1.schema.json\",\n \"version\": \"host-capability-manifest-v1\",\n \"sha256\": \"5f13a8e5f918378b9cba9fdc133a9a75ba3a8311c30cb6a02ca0aba09035110e\"\n },\n {\n \"id\": \"host-capability-notices-schema\",\n \"path\": \"spec/plugin/host-capability-notices-v1.schema.json\",\n \"version\": \"host-capability-notices-v1\",\n \"sha256\": \"6affd5d0ae90239f6fd08cbeddae4eef393efa2838c9e4935874ba3dc0e05948\"\n },\n {\n \"id\": \"host-capability-pin-schema\",\n \"path\": \"spec/plugin/host-capability-pin-v1.schema.json\",\n \"version\": \"host-capability-pin-v1\",\n \"sha256\": \"20526a5934f0d85a3db7882492487266f09de5bcd176e2c7936f05d0b7fe0338\"\n },\n {\n \"id\": \"host-capability-signature-schema\",\n \"path\": \"spec/plugin/host-capability-signature-v1.schema.json\",\n \"version\": \"host-capability-signature-v1\",\n \"sha256\": \"88cbc1d63afb7e289ca4f8b7c76f702b8d20156f7722c1b71f3ab9138a240a5e\"\n },\n {\n \"id\": \"iframe-bridge-schema\",\n \"path\": \"spec/plugin/bridge-v7.schema.json\",\n \"version\": \"bridge-v7\",\n \"sha256\": \"f4b5f04870b58e8e2363aaba98b273adccef3a3e9ac1eb1a2dbbc3fb4c71b300\"\n },\n {\n \"id\": \"manifest-schema\",\n \"path\": \"spec/plugin/manifest-v7.schema.json\",\n \"version\": \"manifest-v7\",\n \"sha256\": \"af73ffd8ccedcb149198f847b68ed6fc23e51366122915c7129473f9fde68e35\"\n },\n {\n \"id\": \"network-grant-schema\",\n \"path\": \"spec/plugin/network-grant-v2.schema.json\",\n \"version\": \"network-grant-v2\",\n \"sha256\": \"5fc1cfc3469a992e551fd392fab982abb6f95e456a1cb768ceca137f7c693abc\"\n },\n {\n \"id\": \"opaque-surface-document-schema\",\n \"path\": \"spec/plugin/opaque-surface-document-v3.schema.json\",\n \"version\": \"opaque-surface-document-v3\",\n \"sha256\": \"63419ff5b5a8890e14f97ca29aaae175b93daff61d4567c5bdff7f6e6a9e7450\"\n },\n {\n \"id\": \"opaque-surface-transport-schema\",\n \"path\": \"spec/plugin/opaque-surface-transport-v6.schema.json\",\n \"version\": \"opaque-surface-transport-v6\",\n \"sha256\": \"8f2af2669edc9413020c26765ee3f1986ef63a7d0803466861d8cdae3977ccff\"\n },\n {\n \"id\": \"owner-scope-inventory-registry\",\n \"path\": \"spec/plugin/owner-scope-inventories-v1.json\",\n \"version\": \"owner-scope-inventory-registry-v1\",\n \"sha256\": \"f655313a641368383b3d84b6ea4f6a2a2ef42a44a4dd23f71211361c9c2e0505\"\n },\n {\n \"id\": \"owner-scope-inventory-schema\",\n \"path\": \"spec/plugin/owner-scope-inventory-v1.schema.json\",\n \"version\": \"owner-scope-inventory-v1\",\n \"sha256\": \"21dc4980103f3a36f4252ce141d7350476ec00968e8a320695e450274e928be1\"\n },\n {\n \"id\": \"owner-scope-migration-schema\",\n \"path\": \"spec/plugin/owner-scope-migration-v1.schema.json\",\n \"version\": \"owner-scope-migration-v1\",\n \"sha256\": \"497fff8a09d48fe195c18d13ff05ca6c9f8406f6215588901cb6d89315b713eb\"\n },\n {\n \"id\": \"owner-scope-root-recovery-schema\",\n \"path\": \"spec/plugin/owner-scope-root-recovery-v1.schema.json\",\n \"version\": \"owner-scope-root-recovery-v1\",\n \"sha256\": \"81b961a9933d129c8f9119e3091226039ffbc0b4721116a4811f9785bebf9d64\"\n },\n {\n \"id\": \"package-signature-schema\",\n \"path\": \"spec/plugin/package-signature-v1.schema.json\",\n \"version\": \"package-signature-v1\",\n \"sha256\": \"13951c0f6831ba28647774368c76a817868aeb7984628e2cf3dc4ad1b54f8284\"\n },\n {\n \"id\": \"performance-contract\",\n \"path\": \"spec/plugin/performance-contract-v4.json\",\n \"version\": \"performance-contract-v4\",\n \"sha256\": \"aedc50ed8899346140965dc46e8adf2048c47bcf6c146c3b7a51646eda7725e1\"\n },\n {\n \"id\": \"performance-evidence-schema\",\n \"path\": \"spec/plugin/performance-evidence-v4.schema.json\",\n \"version\": \"performance-evidence-v4\",\n \"sha256\": \"f51ba9d425f0e40bc4f2db7ed26454e7575b14ffb6937a06dc01b8e7a66b3f61\"\n },\n {\n \"id\": \"platform-package-publication-schema\",\n \"path\": \"spec/plugin/platform-package-publication-v1.schema.json\",\n \"version\": \"platform-package-publication-v1\",\n \"sha256\": \"20450b516c34d5a122020f4064ddfa03ffcb97ffea661e0868cd09760b3f08b0\"\n },\n {\n \"id\": \"platform-package-set-schema\",\n \"path\": \"spec/plugin/platform-package-set-v1.schema.json\",\n \"version\": \"platform-package-set-v1\",\n \"sha256\": \"4d9979f5205ec047895b64c995312c588d998bb1c1448f6c9c559f1b7ab0d796\"\n },\n {\n \"id\": \"plugin-platform-openapi\",\n \"path\": \"spec/openapi/plugin-platform-v11.yaml\",\n \"version\": \"plugin-platform-v11\",\n \"sha256\": \"41c84c939ca9471baafdb16a1fe7d62a232a58df91e579514351dd6046e529e7\"\n },\n {\n \"id\": \"process-containment-schema\",\n \"path\": \"spec/plugin/process-containment-v1.schema.json\",\n \"version\": \"process-containment-v1\",\n \"sha256\": \"930ea44b1f62361706e994649e84f62af0a6418b77a661ae9bf9c10f1398e3fc\"\n },\n {\n \"id\": \"publisher-release-ref-schema\",\n \"path\": \"spec/plugin/publisher-release-ref-v1.schema.json\",\n \"version\": \"publisher-release-ref-v1\",\n \"sha256\": \"f9fd40c87197064ffa3e21a361780a4d057b51df2e886988aac64279785acdc0\"\n },\n {\n \"id\": \"quarantine-cleanup-schema\",\n \"path\": \"spec/plugin/quarantine-cleanup-v1.schema.json\",\n \"version\": \"quarantine-cleanup-v1\",\n \"sha256\": \"0aced01a8d409953d5075a799ac273cae79e285ac82debe93ac4d8b706571ad1\"\n },\n {\n \"id\": \"release-metadata-schema\",\n \"path\": \"spec/plugin/release-metadata-v7.schema.json\",\n \"version\": \"release-metadata-v7\",\n \"sha256\": \"d9ceac9b8dd52288172bbe5d4dc2f158e2354ad4fe1f071617f6ba9309e21ebf\"\n },\n {\n \"id\": \"release-publisher-config-schema\",\n \"path\": \"spec/plugin/release-publisher-config-v1.schema.json\",\n \"version\": \"release-publisher-config-v1\",\n \"sha256\": \"c18b11489f81ac657c8324ed344b88b61b259981383ee7b4f9f0b65603a171f8\"\n },\n {\n \"id\": \"release-revocation-pointer-schema\",\n \"path\": \"spec/plugin/release-revocation-pointer-v2.schema.json\",\n \"version\": \"release-revocation-pointer-v2\",\n \"sha256\": \"dd39ba618ab02698f135875305d4aa6eb562af7d15520c4ad312cd82e9a7032b\"\n },\n {\n \"id\": \"release-revocation-schema\",\n \"path\": \"spec/plugin/release-revocation-v3.schema.json\",\n \"version\": \"release-revocation-v3\",\n \"sha256\": \"bd2ca3ab93f047897d3b377adc7fa8b073fc946539a0c5495def1e64915a782b\"\n },\n {\n \"id\": \"release-root-delegation-schema\",\n \"path\": \"spec/plugin/release-root-delegation-v1.schema.json\",\n \"version\": \"release-root-delegation-v1\",\n \"sha256\": \"c1adbb13eaeeca145d5ee787ff43777e60a5f329e460d20b8db358e4f5fc4825\"\n },\n {\n \"id\": \"release-signature-envelope-schema\",\n \"path\": \"spec/plugin/release-signature-envelope-v1.schema.json\",\n \"version\": \"release-signature-envelope-v1\",\n \"sha256\": \"7df9afd22bfdebfa89dc3bdb46ecdbe22a91ecce35fa46c492dd9795c66fae29\"\n },\n {\n \"id\": \"release-signing-ledger-evidence-schema\",\n \"path\": \"spec/plugin/release-signing-ledger-evidence-v1.schema.json\",\n \"version\": \"release-signing-ledger-evidence-v1\",\n \"sha256\": \"9ab8b7f65dedcd119d578debb4f6ff97fc35f4c7ac95c0e5435f8b0959bc1a5c\"\n },\n {\n \"id\": \"release-signing-ledger-receipt-schema\",\n \"path\": \"spec/plugin/release-signing-ledger-receipt-v1.schema.json\",\n \"version\": \"release-signing-ledger-receipt-v1\",\n \"sha256\": \"29210cfefd967017c5c74bcf8489bd50511c5c9f36d17b0200056ccb90c30561\"\n },\n {\n \"id\": \"release-signing-ledger-schema\",\n \"path\": \"spec/plugin/release-signing-ledger-v1.schema.json\",\n \"version\": \"release-signing-ledger-v1\",\n \"sha256\": \"0c72b30bfd6b857b9809e48e1b7eaaeb7134d5afd6a935aa8373465054403765\"\n },\n {\n \"id\": \"release-signing-subject-schema\",\n \"path\": \"spec/plugin/release-signing-subject-v1.schema.json\",\n \"version\": \"release-signing-subject-v1\",\n \"sha256\": \"876b1459824f90042bd141e96bfea4633333bdf2a227e15b6e25c72db1179c8e\"\n },\n {\n \"id\": \"release-source-policy-pointer-schema\",\n \"path\": \"spec/plugin/release-source-policy-pointer-v2.schema.json\",\n \"version\": \"release-source-policy-pointer-v2\",\n \"sha256\": \"735659143db7204abdd20c6fbc994ac7474618c41b85949aad4c28fb2912e034\"\n },\n {\n \"id\": \"release-source-policy-schema\",\n \"path\": \"spec/plugin/release-source-policy-v3.schema.json\",\n \"version\": \"release-source-policy-v3\",\n \"sha256\": \"8814de028800c92b26c8c85a06298762598aeba1835f57048ec6c06430f8567b\"\n },\n {\n \"id\": \"release-trust-state-schema\",\n \"path\": \"spec/plugin/release-trust-state-v1.schema.json\",\n \"version\": \"release-trust-state-v1\",\n \"sha256\": \"19ffa182932a22401a33ee4c9921e957c67895c2d8b041c9a27ee3530bdfb2d2\"\n },\n {\n \"id\": \"resource-scope-schema\",\n \"path\": \"spec/plugin/resource-scope-v1.schema.json\",\n \"version\": \"resource-scope-v1\",\n \"sha256\": \"e6021bd576c7220ad5536645a7ad8e57ee7aeb9901c31a89444fa6b695d8dc6f\"\n },\n {\n \"id\": \"runtime-admission-schema\",\n \"path\": \"spec/plugin/runtime-admission-v1.schema.json\",\n \"version\": \"runtime-admission-v1\",\n \"sha256\": \"bee7b149876447d663a4099dbd71e71fa97f8ff80ddf4e12cbfba951a47c4beb\"\n },\n {\n \"id\": \"runtime-descriptor-schema\",\n \"path\": \"spec/plugin/runtime-descriptor-v2.schema.json\",\n \"version\": \"runtime-descriptor-v2\",\n \"sha256\": \"2ba59f6fb70d4ad757f60aca5541f4a44886542525e5bf76c393cd2368188351\"\n },\n {\n \"id\": \"runtime-exec-journal-schema\",\n \"path\": \"spec/plugin/runtime-exec-journal-v1.schema.json\",\n \"version\": \"runtime-exec-journal-v1\",\n \"sha256\": \"2bddbba383843b8ebc1554009909f0bb25e98616be763826a697cb0f408870d2\"\n },\n {\n \"id\": \"rust-ipc-schema\",\n \"path\": \"spec/plugin/ipc-v6.schema.json\",\n \"version\": \"rust-ipc-v6\",\n \"sha256\": \"9814ca091ac2e4e8435c1ab553e248e9d2e792de93ce9fd27bd030486774837f\"\n },\n {\n \"id\": \"session-scope-maintenance-contract\",\n \"path\": \"spec/plugin/session-scope-maintenance-v1.json\",\n \"version\": \"session-scope-maintenance-v1\",\n \"sha256\": \"fd87b6654c954ee2a2dc67958ba214048b894aa421bb74a85fb02000ec51f37b\"\n },\n {\n \"id\": \"session-scope-schema\",\n \"path\": \"spec/plugin/session-scope-v1.schema.json\",\n \"version\": \"session-scope-v1\",\n \"sha256\": \"3df0084264f0aff9fe2261c237cea439adb5cdc2534bfaaa0488d5992d4a7d2e\"\n },\n {\n \"id\": \"target-classifier-fixture\",\n \"path\": \"spec/plugin/target-classifier-v2.json\",\n \"version\": \"target-classifier-v2\",\n \"sha256\": \"ae7336cce77a2e820f96f1cc309b93f8442c932dcebec25e3890d31cd098e2d1\"\n },\n {\n \"id\": \"token-ticket-schema\",\n \"path\": \"spec/plugin/token-ticket-v4.schema.json\",\n \"version\": \"token-ticket-v4\",\n \"sha256\": \"5cf365b5b52a331ac0d3ad35a98be3c2ce668804ae88fdeaf9679a44db14feb1\"\n },\n {\n \"id\": \"trusted-time-evidence-schema\",\n \"path\": \"spec/plugin/trusted-time-evidence-v1.schema.json\",\n \"version\": \"trusted-time-evidence-v1\",\n \"sha256\": \"4398cbd2a3eea42a85008ee16a69d7adb265673e6749b1f13a4f1610f36e5e38\"\n },\n {\n \"id\": \"trusted-time-leaf-schema\",\n \"path\": \"spec/plugin/trusted-time-leaf-v1.schema.json\",\n \"version\": \"trusted-time-leaf-v1\",\n \"sha256\": \"1c25eb0040800eef145aa2bb4c0e1ae197ae584d365e9595ab89037e26fe5ddb\"\n },\n {\n \"id\": \"wasm-worker-schema\",\n \"path\": \"spec/plugin/wasm-worker-v2.schema.json\",\n \"version\": \"redevplugin-wasm-worker-v2\",\n \"sha256\": \"00bf123f3a9ed932de4b71c180e2a5c34af0f82050defb271fedec42cf217902\"\n },\n {\n \"id\": \"worker-invocation-schema\",\n \"path\": \"spec/plugin/worker-invocation-v3.schema.json\",\n \"version\": \"worker-invocation-v3\",\n \"sha256\": \"f08af491cbf5e7b71d1aeafbeac9ae581ee5fc3bcb76184daec369f94bab3927\"\n }\n ]\n}\n";
|
|
354
|
+
readonly sha256: "2e0eae0bf2d09e5c26ddd1e2c30436b55c617d4319fb8b94e1fd4fdea9a3e116";
|
|
355
|
+
readonly body: "{\n \"schema_version\": \"redevplugin.contract_registry.v2\",\n \"registry_version\": \"contract-registry-v2\",\n \"artifacts\": [\n {\n \"id\": \"compatibility-manifest-schema\",\n \"path\": \"spec/plugin/compatibility-manifest-v13.schema.json\",\n \"version\": \"compatibility-manifest-v13\",\n \"sha256\": \"c95fdfe0c5818ba57e664c534c3d10d073545e5a31bccd7c1ee5d39d391d13b2\"\n },\n {\n \"id\": \"contract-registry-schema\",\n \"path\": \"spec/plugin/contract-registry-v2.schema.json\",\n \"version\": \"contract-registry-v2\",\n \"sha256\": \"d516b3565158ac1b0d5e9f86b91b13ac19321ab3ff54468be41951b68d7085ac\"\n },\n {\n \"id\": \"error-codes-schema\",\n \"path\": \"spec/plugin/error-codes-v7.schema.json\",\n \"version\": \"error-codes-v7\",\n \"sha256\": \"4e7cac510a6036f90cae8f58ff8c3b785b3a2d3933875f2f69bef1c41de3d26c\"\n },\n {\n \"id\": \"external-signer-request-schema\",\n \"path\": \"spec/plugin/external-signer-request-v1.schema.json\",\n \"version\": \"external-signer-request-v1\",\n \"sha256\": \"abc18af2e29dea6f0b49a28b75b046ef02f200597978c8238cc587fb7e670760\"\n },\n {\n \"id\": \"external-signer-response-schema\",\n \"path\": \"spec/plugin/external-signer-response-v1.schema.json\",\n \"version\": \"external-signer-response-v1\",\n \"sha256\": \"bbe657df5afdf459a4c5f83282ddc3ec6c80c1ebd25bb954eac92101f35afc6c\"\n },\n {\n \"id\": \"host-capability-compatibility-schema\",\n \"path\": \"spec/plugin/host-capability-compatibility-v1.schema.json\",\n \"version\": \"host-capability-compatibility-v1\",\n \"sha256\": \"361ebbf7009aeb66c763ecde46427b17b6cf7d2307c01886c5987a1f4f1762de\"\n },\n {\n \"id\": \"host-capability-contract-schema\",\n \"path\": \"spec/plugin/host-capability-contract-v1.schema.json\",\n \"version\": \"host-capability-contract-v1\",\n \"sha256\": \"0a653e36d44104f1d16b06ee424648086c146f23c907b176bdf470ae73025485\"\n },\n {\n \"id\": \"host-capability-manifest-schema\",\n \"path\": \"spec/plugin/host-capability-manifest-v1.schema.json\",\n \"version\": \"host-capability-manifest-v1\",\n \"sha256\": \"5f13a8e5f918378b9cba9fdc133a9a75ba3a8311c30cb6a02ca0aba09035110e\"\n },\n {\n \"id\": \"host-capability-notices-schema\",\n \"path\": \"spec/plugin/host-capability-notices-v1.schema.json\",\n \"version\": \"host-capability-notices-v1\",\n \"sha256\": \"6affd5d0ae90239f6fd08cbeddae4eef393efa2838c9e4935874ba3dc0e05948\"\n },\n {\n \"id\": \"host-capability-pin-schema\",\n \"path\": \"spec/plugin/host-capability-pin-v1.schema.json\",\n \"version\": \"host-capability-pin-v1\",\n \"sha256\": \"20526a5934f0d85a3db7882492487266f09de5bcd176e2c7936f05d0b7fe0338\"\n },\n {\n \"id\": \"host-capability-publisher-config-schema\",\n \"path\": \"spec/plugin/host-capability-publisher-config-v1.schema.json\",\n \"version\": \"host-capability-publisher-config-v1\",\n \"sha256\": \"f06ab3d70f3f9dd2114fe9d489841f1d6b5f169ee17b8c92aa1bfaf9bbf865c4\"\n },\n {\n \"id\": \"host-capability-signature-schema\",\n \"path\": \"spec/plugin/host-capability-signature-v1.schema.json\",\n \"version\": \"host-capability-signature-v1\",\n \"sha256\": \"88cbc1d63afb7e289ca4f8b7c76f702b8d20156f7722c1b71f3ab9138a240a5e\"\n },\n {\n \"id\": \"host-capability-signer-request-schema\",\n \"path\": \"spec/plugin/host-capability-signer-request-v1.schema.json\",\n \"version\": \"host-capability-signer-request-v1\",\n \"sha256\": \"7f22e9e0f813b91106693edfbb91309489dde1640152c29d878961fdef6b89d8\"\n },\n {\n \"id\": \"host-capability-signer-response-schema\",\n \"path\": \"spec/plugin/host-capability-signer-response-v1.schema.json\",\n \"version\": \"host-capability-signer-response-v1\",\n \"sha256\": \"02a50b1fc0d1b8ae0611eab95b5560122c6425709ecc8de5e00bf0dd68085f44\"\n },\n {\n \"id\": \"iframe-bridge-schema\",\n \"path\": \"spec/plugin/bridge-v7.schema.json\",\n \"version\": \"bridge-v7\",\n \"sha256\": \"f4b5f04870b58e8e2363aaba98b273adccef3a3e9ac1eb1a2dbbc3fb4c71b300\"\n },\n {\n \"id\": \"manifest-schema\",\n \"path\": \"spec/plugin/manifest-v7.schema.json\",\n \"version\": \"manifest-v7\",\n \"sha256\": \"af73ffd8ccedcb149198f847b68ed6fc23e51366122915c7129473f9fde68e35\"\n },\n {\n \"id\": \"network-grant-schema\",\n \"path\": \"spec/plugin/network-grant-v2.schema.json\",\n \"version\": \"network-grant-v2\",\n \"sha256\": \"5fc1cfc3469a992e551fd392fab982abb6f95e456a1cb768ceca137f7c693abc\"\n },\n {\n \"id\": \"opaque-surface-document-schema\",\n \"path\": \"spec/plugin/opaque-surface-document-v3.schema.json\",\n \"version\": \"opaque-surface-document-v3\",\n \"sha256\": \"63419ff5b5a8890e14f97ca29aaae175b93daff61d4567c5bdff7f6e6a9e7450\"\n },\n {\n \"id\": \"opaque-surface-transport-schema\",\n \"path\": \"spec/plugin/opaque-surface-transport-v6.schema.json\",\n \"version\": \"opaque-surface-transport-v6\",\n \"sha256\": \"8f2af2669edc9413020c26765ee3f1986ef63a7d0803466861d8cdae3977ccff\"\n },\n {\n \"id\": \"owner-scope-inventory-registry\",\n \"path\": \"spec/plugin/owner-scope-inventories-v1.json\",\n \"version\": \"owner-scope-inventory-registry-v1\",\n \"sha256\": \"f655313a641368383b3d84b6ea4f6a2a2ef42a44a4dd23f71211361c9c2e0505\"\n },\n {\n \"id\": \"owner-scope-inventory-schema\",\n \"path\": \"spec/plugin/owner-scope-inventory-v1.schema.json\",\n \"version\": \"owner-scope-inventory-v1\",\n \"sha256\": \"21dc4980103f3a36f4252ce141d7350476ec00968e8a320695e450274e928be1\"\n },\n {\n \"id\": \"owner-scope-migration-schema\",\n \"path\": \"spec/plugin/owner-scope-migration-v1.schema.json\",\n \"version\": \"owner-scope-migration-v1\",\n \"sha256\": \"497fff8a09d48fe195c18d13ff05ca6c9f8406f6215588901cb6d89315b713eb\"\n },\n {\n \"id\": \"owner-scope-root-recovery-schema\",\n \"path\": \"spec/plugin/owner-scope-root-recovery-v1.schema.json\",\n \"version\": \"owner-scope-root-recovery-v1\",\n \"sha256\": \"81b961a9933d129c8f9119e3091226039ffbc0b4721116a4811f9785bebf9d64\"\n },\n {\n \"id\": \"package-signature-schema\",\n \"path\": \"spec/plugin/package-signature-v1.schema.json\",\n \"version\": \"package-signature-v1\",\n \"sha256\": \"13951c0f6831ba28647774368c76a817868aeb7984628e2cf3dc4ad1b54f8284\"\n },\n {\n \"id\": \"performance-contract\",\n \"path\": \"spec/plugin/performance-contract-v4.json\",\n \"version\": \"performance-contract-v4\",\n \"sha256\": \"aedc50ed8899346140965dc46e8adf2048c47bcf6c146c3b7a51646eda7725e1\"\n },\n {\n \"id\": \"performance-evidence-schema\",\n \"path\": \"spec/plugin/performance-evidence-v4.schema.json\",\n \"version\": \"performance-evidence-v4\",\n \"sha256\": \"f51ba9d425f0e40bc4f2db7ed26454e7575b14ffb6937a06dc01b8e7a66b3f61\"\n },\n {\n \"id\": \"platform-package-publication-schema\",\n \"path\": \"spec/plugin/platform-package-publication-v1.schema.json\",\n \"version\": \"platform-package-publication-v1\",\n \"sha256\": \"20450b516c34d5a122020f4064ddfa03ffcb97ffea661e0868cd09760b3f08b0\"\n },\n {\n \"id\": \"platform-package-set-schema\",\n \"path\": \"spec/plugin/platform-package-set-v1.schema.json\",\n \"version\": \"platform-package-set-v1\",\n \"sha256\": \"4d9979f5205ec047895b64c995312c588d998bb1c1448f6c9c559f1b7ab0d796\"\n },\n {\n \"id\": \"plugin-platform-openapi\",\n \"path\": \"spec/openapi/plugin-platform-v11.yaml\",\n \"version\": \"plugin-platform-v11\",\n \"sha256\": \"41c84c939ca9471baafdb16a1fe7d62a232a58df91e579514351dd6046e529e7\"\n },\n {\n \"id\": \"process-containment-schema\",\n \"path\": \"spec/plugin/process-containment-v1.schema.json\",\n \"version\": \"process-containment-v1\",\n \"sha256\": \"930ea44b1f62361706e994649e84f62af0a6418b77a661ae9bf9c10f1398e3fc\"\n },\n {\n \"id\": \"publisher-release-ref-schema\",\n \"path\": \"spec/plugin/publisher-release-ref-v1.schema.json\",\n \"version\": \"publisher-release-ref-v1\",\n \"sha256\": \"f9fd40c87197064ffa3e21a361780a4d057b51df2e886988aac64279785acdc0\"\n },\n {\n \"id\": \"quarantine-cleanup-schema\",\n \"path\": \"spec/plugin/quarantine-cleanup-v1.schema.json\",\n \"version\": \"quarantine-cleanup-v1\",\n \"sha256\": \"0aced01a8d409953d5075a799ac273cae79e285ac82debe93ac4d8b706571ad1\"\n },\n {\n \"id\": \"release-metadata-schema\",\n \"path\": \"spec/plugin/release-metadata-v7.schema.json\",\n \"version\": \"release-metadata-v7\",\n \"sha256\": \"d9ceac9b8dd52288172bbe5d4dc2f158e2354ad4fe1f071617f6ba9309e21ebf\"\n },\n {\n \"id\": \"release-publisher-config-schema\",\n \"path\": \"spec/plugin/release-publisher-config-v1.schema.json\",\n \"version\": \"release-publisher-config-v1\",\n \"sha256\": \"c18b11489f81ac657c8324ed344b88b61b259981383ee7b4f9f0b65603a171f8\"\n },\n {\n \"id\": \"release-revocation-pointer-schema\",\n \"path\": \"spec/plugin/release-revocation-pointer-v2.schema.json\",\n \"version\": \"release-revocation-pointer-v2\",\n \"sha256\": \"dd39ba618ab02698f135875305d4aa6eb562af7d15520c4ad312cd82e9a7032b\"\n },\n {\n \"id\": \"release-revocation-schema\",\n \"path\": \"spec/plugin/release-revocation-v3.schema.json\",\n \"version\": \"release-revocation-v3\",\n \"sha256\": \"bd2ca3ab93f047897d3b377adc7fa8b073fc946539a0c5495def1e64915a782b\"\n },\n {\n \"id\": \"release-root-delegation-schema\",\n \"path\": \"spec/plugin/release-root-delegation-v1.schema.json\",\n \"version\": \"release-root-delegation-v1\",\n \"sha256\": \"c1adbb13eaeeca145d5ee787ff43777e60a5f329e460d20b8db358e4f5fc4825\"\n },\n {\n \"id\": \"release-signature-envelope-schema\",\n \"path\": \"spec/plugin/release-signature-envelope-v1.schema.json\",\n \"version\": \"release-signature-envelope-v1\",\n \"sha256\": \"7df9afd22bfdebfa89dc3bdb46ecdbe22a91ecce35fa46c492dd9795c66fae29\"\n },\n {\n \"id\": \"release-signing-ledger-evidence-schema\",\n \"path\": \"spec/plugin/release-signing-ledger-evidence-v1.schema.json\",\n \"version\": \"release-signing-ledger-evidence-v1\",\n \"sha256\": \"9ab8b7f65dedcd119d578debb4f6ff97fc35f4c7ac95c0e5435f8b0959bc1a5c\"\n },\n {\n \"id\": \"release-signing-ledger-receipt-schema\",\n \"path\": \"spec/plugin/release-signing-ledger-receipt-v1.schema.json\",\n \"version\": \"release-signing-ledger-receipt-v1\",\n \"sha256\": \"29210cfefd967017c5c74bcf8489bd50511c5c9f36d17b0200056ccb90c30561\"\n },\n {\n \"id\": \"release-signing-ledger-schema\",\n \"path\": \"spec/plugin/release-signing-ledger-v1.schema.json\",\n \"version\": \"release-signing-ledger-v1\",\n \"sha256\": \"0c72b30bfd6b857b9809e48e1b7eaaeb7134d5afd6a935aa8373465054403765\"\n },\n {\n \"id\": \"release-signing-subject-schema\",\n \"path\": \"spec/plugin/release-signing-subject-v1.schema.json\",\n \"version\": \"release-signing-subject-v1\",\n \"sha256\": \"876b1459824f90042bd141e96bfea4633333bdf2a227e15b6e25c72db1179c8e\"\n },\n {\n \"id\": \"release-source-policy-pointer-schema\",\n \"path\": \"spec/plugin/release-source-policy-pointer-v2.schema.json\",\n \"version\": \"release-source-policy-pointer-v2\",\n \"sha256\": \"735659143db7204abdd20c6fbc994ac7474618c41b85949aad4c28fb2912e034\"\n },\n {\n \"id\": \"release-source-policy-schema\",\n \"path\": \"spec/plugin/release-source-policy-v3.schema.json\",\n \"version\": \"release-source-policy-v3\",\n \"sha256\": \"8814de028800c92b26c8c85a06298762598aeba1835f57048ec6c06430f8567b\"\n },\n {\n \"id\": \"release-trust-state-schema\",\n \"path\": \"spec/plugin/release-trust-state-v1.schema.json\",\n \"version\": \"release-trust-state-v1\",\n \"sha256\": \"19ffa182932a22401a33ee4c9921e957c67895c2d8b041c9a27ee3530bdfb2d2\"\n },\n {\n \"id\": \"resource-scope-schema\",\n \"path\": \"spec/plugin/resource-scope-v1.schema.json\",\n \"version\": \"resource-scope-v1\",\n \"sha256\": \"e6021bd576c7220ad5536645a7ad8e57ee7aeb9901c31a89444fa6b695d8dc6f\"\n },\n {\n \"id\": \"runtime-admission-schema\",\n \"path\": \"spec/plugin/runtime-admission-v1.schema.json\",\n \"version\": \"runtime-admission-v1\",\n \"sha256\": \"bee7b149876447d663a4099dbd71e71fa97f8ff80ddf4e12cbfba951a47c4beb\"\n },\n {\n \"id\": \"runtime-descriptor-schema\",\n \"path\": \"spec/plugin/runtime-descriptor-v2.schema.json\",\n \"version\": \"runtime-descriptor-v2\",\n \"sha256\": \"2ba59f6fb70d4ad757f60aca5541f4a44886542525e5bf76c393cd2368188351\"\n },\n {\n \"id\": \"runtime-exec-journal-schema\",\n \"path\": \"spec/plugin/runtime-exec-journal-v1.schema.json\",\n \"version\": \"runtime-exec-journal-v1\",\n \"sha256\": \"2bddbba383843b8ebc1554009909f0bb25e98616be763826a697cb0f408870d2\"\n },\n {\n \"id\": \"rust-ipc-schema\",\n \"path\": \"spec/plugin/ipc-v6.schema.json\",\n \"version\": \"rust-ipc-v6\",\n \"sha256\": \"9814ca091ac2e4e8435c1ab553e248e9d2e792de93ce9fd27bd030486774837f\"\n },\n {\n \"id\": \"session-scope-maintenance-contract\",\n \"path\": \"spec/plugin/session-scope-maintenance-v1.json\",\n \"version\": \"session-scope-maintenance-v1\",\n \"sha256\": \"fd87b6654c954ee2a2dc67958ba214048b894aa421bb74a85fb02000ec51f37b\"\n },\n {\n \"id\": \"session-scope-schema\",\n \"path\": \"spec/plugin/session-scope-v1.schema.json\",\n \"version\": \"session-scope-v1\",\n \"sha256\": \"3df0084264f0aff9fe2261c237cea439adb5cdc2534bfaaa0488d5992d4a7d2e\"\n },\n {\n \"id\": \"target-classifier-fixture\",\n \"path\": \"spec/plugin/target-classifier-v2.json\",\n \"version\": \"target-classifier-v2\",\n \"sha256\": \"ae7336cce77a2e820f96f1cc309b93f8442c932dcebec25e3890d31cd098e2d1\"\n },\n {\n \"id\": \"token-ticket-schema\",\n \"path\": \"spec/plugin/token-ticket-v4.schema.json\",\n \"version\": \"token-ticket-v4\",\n \"sha256\": \"5cf365b5b52a331ac0d3ad35a98be3c2ce668804ae88fdeaf9679a44db14feb1\"\n },\n {\n \"id\": \"trusted-time-evidence-schema\",\n \"path\": \"spec/plugin/trusted-time-evidence-v1.schema.json\",\n \"version\": \"trusted-time-evidence-v1\",\n \"sha256\": \"4398cbd2a3eea42a85008ee16a69d7adb265673e6749b1f13a4f1610f36e5e38\"\n },\n {\n \"id\": \"trusted-time-leaf-schema\",\n \"path\": \"spec/plugin/trusted-time-leaf-v1.schema.json\",\n \"version\": \"trusted-time-leaf-v1\",\n \"sha256\": \"1c25eb0040800eef145aa2bb4c0e1ae197ae584d365e9595ab89037e26fe5ddb\"\n },\n {\n \"id\": \"wasm-worker-schema\",\n \"path\": \"spec/plugin/wasm-worker-v2.schema.json\",\n \"version\": \"redevplugin-wasm-worker-v2\",\n \"sha256\": \"00bf123f3a9ed932de4b71c180e2a5c34af0f82050defb271fedec42cf217902\"\n },\n {\n \"id\": \"worker-invocation-schema\",\n \"path\": \"spec/plugin/worker-invocation-v3.schema.json\",\n \"version\": \"worker-invocation-v3\",\n \"sha256\": \"f08af491cbf5e7b71d1aeafbeac9ae581ee5fc3bcb76184daec369f94bab3927\"\n }\n ]\n}\n";
|
|
338
356
|
};
|
|
339
357
|
export declare const generatedContractRegistry: {
|
|
340
358
|
readonly schema_version: "redevplugin.contract_registry.v2";
|
|
@@ -389,11 +407,26 @@ export declare const generatedContractRegistry: {
|
|
|
389
407
|
readonly path: "spec/plugin/host-capability-pin-v1.schema.json";
|
|
390
408
|
readonly version: "host-capability-pin-v1";
|
|
391
409
|
readonly sha256: "20526a5934f0d85a3db7882492487266f09de5bcd176e2c7936f05d0b7fe0338";
|
|
410
|
+
}, {
|
|
411
|
+
readonly id: "host-capability-publisher-config-schema";
|
|
412
|
+
readonly path: "spec/plugin/host-capability-publisher-config-v1.schema.json";
|
|
413
|
+
readonly version: "host-capability-publisher-config-v1";
|
|
414
|
+
readonly sha256: "f06ab3d70f3f9dd2114fe9d489841f1d6b5f169ee17b8c92aa1bfaf9bbf865c4";
|
|
392
415
|
}, {
|
|
393
416
|
readonly id: "host-capability-signature-schema";
|
|
394
417
|
readonly path: "spec/plugin/host-capability-signature-v1.schema.json";
|
|
395
418
|
readonly version: "host-capability-signature-v1";
|
|
396
419
|
readonly sha256: "88cbc1d63afb7e289ca4f8b7c76f702b8d20156f7722c1b71f3ab9138a240a5e";
|
|
420
|
+
}, {
|
|
421
|
+
readonly id: "host-capability-signer-request-schema";
|
|
422
|
+
readonly path: "spec/plugin/host-capability-signer-request-v1.schema.json";
|
|
423
|
+
readonly version: "host-capability-signer-request-v1";
|
|
424
|
+
readonly sha256: "7f22e9e0f813b91106693edfbb91309489dde1640152c29d878961fdef6b89d8";
|
|
425
|
+
}, {
|
|
426
|
+
readonly id: "host-capability-signer-response-schema";
|
|
427
|
+
readonly path: "spec/plugin/host-capability-signer-response-v1.schema.json";
|
|
428
|
+
readonly version: "host-capability-signer-response-v1";
|
|
429
|
+
readonly sha256: "02a50b1fc0d1b8ae0611eab95b5560122c6425709ecc8de5e00bf0dd68085f44";
|
|
397
430
|
}, {
|
|
398
431
|
readonly id: "iframe-bridge-schema";
|
|
399
432
|
readonly path: "spec/plugin/bridge-v7.schema.json";
|
|
@@ -618,44 +651,44 @@ export declare const generatedContractRegistry: {
|
|
|
618
651
|
};
|
|
619
652
|
export declare const generatedPackageSet: {
|
|
620
653
|
readonly schema_version: "redevplugin.platform_package_set.v1";
|
|
621
|
-
readonly platform_version: "0.6.
|
|
654
|
+
readonly platform_version: "0.6.23";
|
|
622
655
|
readonly go_module: {
|
|
623
656
|
readonly module: "github.com/floegence/redevplugin";
|
|
624
|
-
readonly version: "v0.6.
|
|
657
|
+
readonly version: "v0.6.23";
|
|
625
658
|
};
|
|
626
659
|
readonly npm_packages: readonly [{
|
|
627
660
|
readonly name: "@floegence/redevplugin-contracts";
|
|
628
|
-
readonly version: "0.6.
|
|
661
|
+
readonly version: "0.6.23";
|
|
629
662
|
}, {
|
|
630
663
|
readonly name: "@floegence/redevplugin-ui";
|
|
631
|
-
readonly version: "0.6.
|
|
664
|
+
readonly version: "0.6.23";
|
|
632
665
|
}];
|
|
633
666
|
readonly rust_crates: readonly [{
|
|
634
667
|
readonly name: "redevplugin-contracts";
|
|
635
|
-
readonly version: "0.6.
|
|
668
|
+
readonly version: "0.6.23";
|
|
636
669
|
readonly role: "contracts";
|
|
637
670
|
}, {
|
|
638
671
|
readonly name: "redevplugin-ipc";
|
|
639
|
-
readonly version: "0.6.
|
|
672
|
+
readonly version: "0.6.23";
|
|
640
673
|
readonly role: "ipc";
|
|
641
674
|
}, {
|
|
642
675
|
readonly name: "redevplugin-wasm-abi";
|
|
643
|
-
readonly version: "0.6.
|
|
676
|
+
readonly version: "0.6.23";
|
|
644
677
|
readonly role: "wasm_abi";
|
|
645
678
|
}, {
|
|
646
679
|
readonly name: "redevplugin-target-classifier";
|
|
647
|
-
readonly version: "0.6.
|
|
680
|
+
readonly version: "0.6.23";
|
|
648
681
|
readonly role: "target_classifier";
|
|
649
682
|
}, {
|
|
650
683
|
readonly name: "redevplugin-worker-sdk";
|
|
651
|
-
readonly version: "0.6.
|
|
684
|
+
readonly version: "0.6.23";
|
|
652
685
|
readonly role: "worker_sdk";
|
|
653
686
|
}, {
|
|
654
687
|
readonly name: "redevplugin-runtime";
|
|
655
|
-
readonly version: "0.6.
|
|
688
|
+
readonly version: "0.6.23";
|
|
656
689
|
readonly role: "runtime";
|
|
657
690
|
}];
|
|
658
691
|
readonly contract_registry_version: "contract-registry-v2";
|
|
659
|
-
readonly contract_set_sha256: "
|
|
692
|
+
readonly contract_set_sha256: "22ff9be972e19ddbfb7b2e9bbb69861e6f5cc44ac02b490899f2d27cdf4f033f";
|
|
660
693
|
};
|
|
661
|
-
export declare const generatedContractSetSHA256: "
|
|
694
|
+
export declare const generatedContractSetSHA256: "22ff9be972e19ddbfb7b2e9bbb69861e6f5cc44ac02b490899f2d27cdf4f033f";
|
package/dist/contracts.gen.js
CHANGED
|
@@ -70,6 +70,13 @@ export const generatedContractArtifacts = [
|
|
|
70
70
|
"sha256": "20526a5934f0d85a3db7882492487266f09de5bcd176e2c7936f05d0b7fe0338",
|
|
71
71
|
"body": "{\n \"$schema\": \"https://json-schema.org/draft/2020-12/schema\",\n \"$id\": \"https://schemas.redevplugin.dev/plugin/host-capability-pin-v1.schema.json\",\n \"title\": \"ReDevPlugin host capability artifact pin v1\",\n \"type\": \"object\",\n \"additionalProperties\": false,\n \"required\": [\n \"publisher_id\",\n \"contract_id\",\n \"contract_version\",\n \"artifact_ref\",\n \"artifact_sha256\",\n \"manifest_ref\",\n \"manifest_sha256\",\n \"signature_ref\",\n \"signature_sha256\",\n \"signature_key_id\",\n \"signature_policy_epoch\",\n \"signature_revocation_epoch\",\n \"compatibility_ref\",\n \"compatibility_sha256\",\n \"generated_client_ref\",\n \"generated_client_sha256\",\n \"notices_ref\",\n \"notices_sha256\"\n ],\n \"properties\": {\n \"publisher_id\": { \"$ref\": \"#/$defs/id\" },\n \"contract_id\": { \"$ref\": \"#/$defs/id\" },\n \"contract_version\": { \"$ref\": \"#/$defs/semver\" },\n \"artifact_ref\": { \"$ref\": \"#/$defs/artifact_ref\" },\n \"artifact_sha256\": { \"$ref\": \"#/$defs/sha256\" },\n \"manifest_ref\": { \"$ref\": \"#/$defs/artifact_ref\" },\n \"manifest_sha256\": { \"$ref\": \"#/$defs/sha256\" },\n \"signature_ref\": { \"$ref\": \"#/$defs/artifact_ref\" },\n \"signature_sha256\": { \"$ref\": \"#/$defs/sha256\" },\n \"signature_key_id\": { \"$ref\": \"#/$defs/id\" },\n \"signature_policy_epoch\": { \"$ref\": \"#/$defs/decimal_epoch\" },\n \"signature_revocation_epoch\": { \"$ref\": \"#/$defs/decimal_epoch\" },\n \"compatibility_ref\": { \"$ref\": \"#/$defs/artifact_ref\" },\n \"compatibility_sha256\": { \"$ref\": \"#/$defs/sha256\" },\n \"generated_client_ref\": { \"$ref\": \"#/$defs/artifact_ref\" },\n \"generated_client_sha256\": { \"$ref\": \"#/$defs/sha256\" },\n \"notices_ref\": { \"$ref\": \"#/$defs/artifact_ref\" },\n \"notices_sha256\": { \"$ref\": \"#/$defs/sha256\" }\n },\n \"$defs\": {\n \"id\": {\n \"type\": \"string\",\n \"pattern\": \"^[A-Za-z0-9][A-Za-z0-9._-]*$\"\n },\n \"semver\": {\n \"type\": \"string\",\n \"pattern\": \"^(0|[1-9][0-9]*)\\\\.(0|[1-9][0-9]*)\\\\.(0|[1-9][0-9]*)(?:-(?:(?:0|[1-9][0-9]*|[0-9A-Za-z-]*[A-Za-z-][0-9A-Za-z-]*)(?:\\\\.(?:0|[1-9][0-9]*|[0-9A-Za-z-]*[A-Za-z-][0-9A-Za-z-]*))*))?(?:\\\\+[0-9A-Za-z-]+(?:\\\\.[0-9A-Za-z-]+)*)?$\"\n },\n \"artifact_ref\": {\n \"type\": \"string\",\n \"minLength\": 1,\n \"maxLength\": 1024,\n \"pattern\": \"^[A-Za-z0-9._~-]+(?:/[A-Za-z0-9._~-]+)*$\",\n \"not\": { \"pattern\": \"(^|/)\\\\.{1,2}($|/)\" }\n },\n \"sha256\": {\n \"type\": \"string\",\n \"pattern\": \"^[0-9a-f]{64}$\"\n },\n \"decimal_epoch\": {\n \"type\": \"string\",\n \"pattern\": \"^(0|[1-9][0-9]*)$\"\n }\n }\n}\n"
|
|
72
72
|
},
|
|
73
|
+
{
|
|
74
|
+
"id": "host-capability-publisher-config-schema",
|
|
75
|
+
"path": "spec/plugin/host-capability-publisher-config-v1.schema.json",
|
|
76
|
+
"version": "host-capability-publisher-config-v1",
|
|
77
|
+
"sha256": "f06ab3d70f3f9dd2114fe9d489841f1d6b5f169ee17b8c92aa1bfaf9bbf865c4",
|
|
78
|
+
"body": "{\n \"$schema\": \"https://json-schema.org/draft/2020-12/schema\",\n \"$id\": \"https://schemas.redevplugin.dev/plugin/host-capability-publisher-config-v1.schema.json\",\n \"title\": \"ReDevPlugin host capability publisher config v1\",\n \"type\": \"object\",\n \"additionalProperties\": false,\n \"required\": [\n \"schema_version\",\n \"contract_file\",\n \"public_key_file\",\n \"artifact_base_ref\",\n \"generated_at\",\n \"source_commit\",\n \"min_redevplugin_version\",\n \"signature_policy_epoch\",\n \"signature_revocation_epoch\"\n ],\n \"properties\": {\n \"schema_version\": { \"const\": \"redevplugin.host_capability_publisher_config.v1\" },\n \"contract_file\": { \"$ref\": \"#/$defs/path\" },\n \"public_key_file\": { \"$ref\": \"#/$defs/path\" },\n \"artifact_base_ref\": { \"type\": \"string\", \"minLength\": 1, \"maxLength\": 1024 },\n \"generated_at\": { \"type\": \"string\", \"format\": \"date-time\", \"maxLength\": 35 },\n \"source_commit\": { \"type\": \"string\", \"pattern\": \"^[0-9a-f]{40}$\" },\n \"min_redevplugin_version\": { \"$ref\": \"#/$defs/semver\" },\n \"signature_policy_epoch\": { \"$ref\": \"#/$defs/epoch\" },\n \"signature_revocation_epoch\": { \"$ref\": \"#/$defs/epoch\" },\n \"notices_file\": { \"$ref\": \"#/$defs/path\" }\n },\n \"$defs\": {\n \"path\": { \"type\": \"string\", \"minLength\": 1, \"maxLength\": 4096 },\n \"epoch\": { \"type\": \"string\", \"pattern\": \"^(0|[1-9][0-9]*)$\" },\n \"semver\": {\n \"type\": \"string\",\n \"pattern\": \"^(0|[1-9][0-9]*)\\\\.(0|[1-9][0-9]*)\\\\.(0|[1-9][0-9]*)(?:-(?:(?:0|[1-9][0-9]*|[0-9A-Za-z-]*[A-Za-z-][0-9A-Za-z-]*)(?:\\\\.(?:0|[1-9][0-9]*|[0-9A-Za-z-]*[A-Za-z-][0-9A-Za-z-]*))*))?(?:\\\\+[0-9A-Za-z-]+(?:\\\\.[0-9A-Za-z-]+)*)?$\"\n }\n }\n}\n"
|
|
79
|
+
},
|
|
73
80
|
{
|
|
74
81
|
"id": "host-capability-signature-schema",
|
|
75
82
|
"path": "spec/plugin/host-capability-signature-v1.schema.json",
|
|
@@ -77,6 +84,20 @@ export const generatedContractArtifacts = [
|
|
|
77
84
|
"sha256": "88cbc1d63afb7e289ca4f8b7c76f702b8d20156f7722c1b71f3ab9138a240a5e",
|
|
78
85
|
"body": "{\n \"$schema\": \"https://json-schema.org/draft/2020-12/schema\",\n \"$id\": \"https://schemas.redevplugin.dev/plugin/host-capability-signature-v1.schema.json\",\n \"title\": \"ReDevPlugin host capability signature v1\",\n \"type\": \"object\",\n \"additionalProperties\": false,\n \"required\": [\"schema_version\", \"algorithm\", \"key_id\", \"manifest_sha256\", \"signature_base64\"],\n \"properties\": {\n \"schema_version\": { \"const\": \"redevplugin.host_capability_signature.v1\" },\n \"algorithm\": { \"const\": \"ed25519\" },\n \"key_id\": { \"type\": \"string\", \"pattern\": \"^[A-Za-z0-9][A-Za-z0-9._-]*$\" },\n \"manifest_sha256\": { \"type\": \"string\", \"pattern\": \"^[0-9a-f]{64}$\" },\n \"signature_base64\": {\n \"type\": \"string\",\n \"minLength\": 88,\n \"maxLength\": 88,\n \"pattern\": \"^[A-Za-z0-9+/]{86}==$\",\n \"contentEncoding\": \"base64\"\n }\n }\n}\n"
|
|
79
86
|
},
|
|
87
|
+
{
|
|
88
|
+
"id": "host-capability-signer-request-schema",
|
|
89
|
+
"path": "spec/plugin/host-capability-signer-request-v1.schema.json",
|
|
90
|
+
"version": "host-capability-signer-request-v1",
|
|
91
|
+
"sha256": "7f22e9e0f813b91106693edfbb91309489dde1640152c29d878961fdef6b89d8",
|
|
92
|
+
"body": "{\n \"$schema\": \"https://json-schema.org/draft/2020-12/schema\",\n \"$id\": \"https://schemas.redevplugin.dev/plugin/host-capability-signer-request-v1.schema.json\",\n \"title\": \"ReDevPlugin host capability signer request v1\",\n \"type\": \"object\",\n \"additionalProperties\": false,\n \"required\": [\n \"schema_version\", \"request_id\", \"usage\", \"key_id\", \"publisher_id\",\n \"contract_id\", \"contract_version\", \"manifest_sha256\",\n \"signing_preimage_sha256\", \"signing_preimage\"\n ],\n \"properties\": {\n \"schema_version\": { \"const\": \"redevplugin.host_capability_signer_request.v1\" },\n \"request_id\": { \"$ref\": \"#/$defs/sha256\" },\n \"usage\": { \"const\": \"redevplugin.host-capability-signing.manifest.v1\" },\n \"key_id\": { \"$ref\": \"#/$defs/id\" },\n \"publisher_id\": { \"$ref\": \"#/$defs/id\" },\n \"contract_id\": { \"$ref\": \"#/$defs/id\" },\n \"contract_version\": { \"$ref\": \"#/$defs/semver\" },\n \"manifest_sha256\": { \"$ref\": \"#/$defs/sha256\" },\n \"signing_preimage_sha256\": { \"$ref\": \"#/$defs/sha256\" },\n \"signing_preimage\": { \"type\": \"string\", \"minLength\": 4, \"maxLength\": 1048576, \"pattern\": \"^[A-Za-z0-9+/]*={0,2}$\" }\n },\n \"$defs\": {\n \"id\": { \"type\": \"string\", \"pattern\": \"^[A-Za-z0-9][A-Za-z0-9._-]{0,127}$\" },\n \"sha256\": { \"type\": \"string\", \"pattern\": \"^[0-9a-f]{64}$\" },\n \"semver\": {\n \"type\": \"string\",\n \"pattern\": \"^(0|[1-9][0-9]*)\\\\.(0|[1-9][0-9]*)\\\\.(0|[1-9][0-9]*)(?:-(?:(?:0|[1-9][0-9]*|[0-9A-Za-z-]*[A-Za-z-][0-9A-Za-z-]*)(?:\\\\.(?:0|[1-9][0-9]*|[0-9A-Za-z-]*[A-Za-z-][0-9A-Za-z-]*))*))?(?:\\\\+[0-9A-Za-z-]+(?:\\\\.[0-9A-Za-z-]+)*)?$\"\n }\n }\n}\n"
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"id": "host-capability-signer-response-schema",
|
|
96
|
+
"path": "spec/plugin/host-capability-signer-response-v1.schema.json",
|
|
97
|
+
"version": "host-capability-signer-response-v1",
|
|
98
|
+
"sha256": "02a50b1fc0d1b8ae0611eab95b5560122c6425709ecc8de5e00bf0dd68085f44",
|
|
99
|
+
"body": "{\n \"$schema\": \"https://json-schema.org/draft/2020-12/schema\",\n \"$id\": \"https://schemas.redevplugin.dev/plugin/host-capability-signer-response-v1.schema.json\",\n \"title\": \"ReDevPlugin host capability signer response v1\",\n \"type\": \"object\",\n \"additionalProperties\": false,\n \"required\": [\n \"schema_version\", \"request_id\", \"usage\", \"key_id\", \"publisher_id\",\n \"contract_id\", \"contract_version\", \"manifest_sha256\",\n \"signing_preimage_sha256\", \"algorithm\", \"signature\"\n ],\n \"properties\": {\n \"schema_version\": { \"const\": \"redevplugin.host_capability_signer_response.v1\" },\n \"request_id\": { \"$ref\": \"#/$defs/sha256\" },\n \"usage\": { \"const\": \"redevplugin.host-capability-signing.manifest.v1\" },\n \"key_id\": { \"$ref\": \"#/$defs/id\" },\n \"publisher_id\": { \"$ref\": \"#/$defs/id\" },\n \"contract_id\": { \"$ref\": \"#/$defs/id\" },\n \"contract_version\": { \"$ref\": \"#/$defs/semver\" },\n \"manifest_sha256\": { \"$ref\": \"#/$defs/sha256\" },\n \"signing_preimage_sha256\": { \"$ref\": \"#/$defs/sha256\" },\n \"algorithm\": { \"const\": \"ed25519\" },\n \"signature\": { \"type\": \"string\", \"pattern\": \"^[A-Za-z0-9+/]{86}==$\" }\n },\n \"$defs\": {\n \"id\": { \"type\": \"string\", \"pattern\": \"^[A-Za-z0-9][A-Za-z0-9._-]{0,127}$\" },\n \"sha256\": { \"type\": \"string\", \"pattern\": \"^[0-9a-f]{64}$\" },\n \"semver\": {\n \"type\": \"string\",\n \"pattern\": \"^(0|[1-9][0-9]*)\\\\.(0|[1-9][0-9]*)\\\\.(0|[1-9][0-9]*)(?:-(?:(?:0|[1-9][0-9]*|[0-9A-Za-z-]*[A-Za-z-][0-9A-Za-z-]*)(?:\\\\.(?:0|[1-9][0-9]*|[0-9A-Za-z-]*[A-Za-z-][0-9A-Za-z-]*))*))?(?:\\\\+[0-9A-Za-z-]+(?:\\\\.[0-9A-Za-z-]+)*)?$\"\n }\n }\n}\n"
|
|
100
|
+
},
|
|
80
101
|
{
|
|
81
102
|
"id": "iframe-bridge-schema",
|
|
82
103
|
"path": "spec/plugin/bridge-v7.schema.json",
|
|
@@ -390,8 +411,8 @@ export const generatedRegistryContract = {
|
|
|
390
411
|
"id": "contract-registry",
|
|
391
412
|
"path": "spec/plugin/contract-registry-v2.json",
|
|
392
413
|
"version": "contract-registry-v2",
|
|
393
|
-
"sha256": "
|
|
394
|
-
"body": "{\n \"schema_version\": \"redevplugin.contract_registry.v2\",\n \"registry_version\": \"contract-registry-v2\",\n \"artifacts\": [\n {\n \"id\": \"compatibility-manifest-schema\",\n \"path\": \"spec/plugin/compatibility-manifest-v13.schema.json\",\n \"version\": \"compatibility-manifest-v13\",\n \"sha256\": \"c95fdfe0c5818ba57e664c534c3d10d073545e5a31bccd7c1ee5d39d391d13b2\"\n },\n {\n \"id\": \"contract-registry-schema\",\n \"path\": \"spec/plugin/contract-registry-v2.schema.json\",\n \"version\": \"contract-registry-v2\",\n \"sha256\": \"d516b3565158ac1b0d5e9f86b91b13ac19321ab3ff54468be41951b68d7085ac\"\n },\n {\n \"id\": \"error-codes-schema\",\n \"path\": \"spec/plugin/error-codes-v7.schema.json\",\n \"version\": \"error-codes-v7\",\n \"sha256\": \"4e7cac510a6036f90cae8f58ff8c3b785b3a2d3933875f2f69bef1c41de3d26c\"\n },\n {\n \"id\": \"external-signer-request-schema\",\n \"path\": \"spec/plugin/external-signer-request-v1.schema.json\",\n \"version\": \"external-signer-request-v1\",\n \"sha256\": \"abc18af2e29dea6f0b49a28b75b046ef02f200597978c8238cc587fb7e670760\"\n },\n {\n \"id\": \"external-signer-response-schema\",\n \"path\": \"spec/plugin/external-signer-response-v1.schema.json\",\n \"version\": \"external-signer-response-v1\",\n \"sha256\": \"bbe657df5afdf459a4c5f83282ddc3ec6c80c1ebd25bb954eac92101f35afc6c\"\n },\n {\n \"id\": \"host-capability-compatibility-schema\",\n \"path\": \"spec/plugin/host-capability-compatibility-v1.schema.json\",\n \"version\": \"host-capability-compatibility-v1\",\n \"sha256\": \"361ebbf7009aeb66c763ecde46427b17b6cf7d2307c01886c5987a1f4f1762de\"\n },\n {\n \"id\": \"host-capability-contract-schema\",\n \"path\": \"spec/plugin/host-capability-contract-v1.schema.json\",\n \"version\": \"host-capability-contract-v1\",\n \"sha256\": \"0a653e36d44104f1d16b06ee424648086c146f23c907b176bdf470ae73025485\"\n },\n {\n \"id\": \"host-capability-manifest-schema\",\n \"path\": \"spec/plugin/host-capability-manifest-v1.schema.json\",\n \"version\": \"host-capability-manifest-v1\",\n \"sha256\": \"5f13a8e5f918378b9cba9fdc133a9a75ba3a8311c30cb6a02ca0aba09035110e\"\n },\n {\n \"id\": \"host-capability-notices-schema\",\n \"path\": \"spec/plugin/host-capability-notices-v1.schema.json\",\n \"version\": \"host-capability-notices-v1\",\n \"sha256\": \"6affd5d0ae90239f6fd08cbeddae4eef393efa2838c9e4935874ba3dc0e05948\"\n },\n {\n \"id\": \"host-capability-pin-schema\",\n \"path\": \"spec/plugin/host-capability-pin-v1.schema.json\",\n \"version\": \"host-capability-pin-v1\",\n \"sha256\": \"20526a5934f0d85a3db7882492487266f09de5bcd176e2c7936f05d0b7fe0338\"\n },\n {\n \"id\": \"host-capability-signature-schema\",\n \"path\": \"spec/plugin/host-capability-signature-v1.schema.json\",\n \"version\": \"host-capability-signature-v1\",\n \"sha256\": \"88cbc1d63afb7e289ca4f8b7c76f702b8d20156f7722c1b71f3ab9138a240a5e\"\n },\n {\n \"id\": \"iframe-bridge-schema\",\n \"path\": \"spec/plugin/bridge-v7.schema.json\",\n \"version\": \"bridge-v7\",\n \"sha256\": \"f4b5f04870b58e8e2363aaba98b273adccef3a3e9ac1eb1a2dbbc3fb4c71b300\"\n },\n {\n \"id\": \"manifest-schema\",\n \"path\": \"spec/plugin/manifest-v7.schema.json\",\n \"version\": \"manifest-v7\",\n \"sha256\": \"af73ffd8ccedcb149198f847b68ed6fc23e51366122915c7129473f9fde68e35\"\n },\n {\n \"id\": \"network-grant-schema\",\n \"path\": \"spec/plugin/network-grant-v2.schema.json\",\n \"version\": \"network-grant-v2\",\n \"sha256\": \"5fc1cfc3469a992e551fd392fab982abb6f95e456a1cb768ceca137f7c693abc\"\n },\n {\n \"id\": \"opaque-surface-document-schema\",\n \"path\": \"spec/plugin/opaque-surface-document-v3.schema.json\",\n \"version\": \"opaque-surface-document-v3\",\n \"sha256\": \"63419ff5b5a8890e14f97ca29aaae175b93daff61d4567c5bdff7f6e6a9e7450\"\n },\n {\n \"id\": \"opaque-surface-transport-schema\",\n \"path\": \"spec/plugin/opaque-surface-transport-v6.schema.json\",\n \"version\": \"opaque-surface-transport-v6\",\n \"sha256\": \"8f2af2669edc9413020c26765ee3f1986ef63a7d0803466861d8cdae3977ccff\"\n },\n {\n \"id\": \"owner-scope-inventory-registry\",\n \"path\": \"spec/plugin/owner-scope-inventories-v1.json\",\n \"version\": \"owner-scope-inventory-registry-v1\",\n \"sha256\": \"f655313a641368383b3d84b6ea4f6a2a2ef42a44a4dd23f71211361c9c2e0505\"\n },\n {\n \"id\": \"owner-scope-inventory-schema\",\n \"path\": \"spec/plugin/owner-scope-inventory-v1.schema.json\",\n \"version\": \"owner-scope-inventory-v1\",\n \"sha256\": \"21dc4980103f3a36f4252ce141d7350476ec00968e8a320695e450274e928be1\"\n },\n {\n \"id\": \"owner-scope-migration-schema\",\n \"path\": \"spec/plugin/owner-scope-migration-v1.schema.json\",\n \"version\": \"owner-scope-migration-v1\",\n \"sha256\": \"497fff8a09d48fe195c18d13ff05ca6c9f8406f6215588901cb6d89315b713eb\"\n },\n {\n \"id\": \"owner-scope-root-recovery-schema\",\n \"path\": \"spec/plugin/owner-scope-root-recovery-v1.schema.json\",\n \"version\": \"owner-scope-root-recovery-v1\",\n \"sha256\": \"81b961a9933d129c8f9119e3091226039ffbc0b4721116a4811f9785bebf9d64\"\n },\n {\n \"id\": \"package-signature-schema\",\n \"path\": \"spec/plugin/package-signature-v1.schema.json\",\n \"version\": \"package-signature-v1\",\n \"sha256\": \"13951c0f6831ba28647774368c76a817868aeb7984628e2cf3dc4ad1b54f8284\"\n },\n {\n \"id\": \"performance-contract\",\n \"path\": \"spec/plugin/performance-contract-v4.json\",\n \"version\": \"performance-contract-v4\",\n \"sha256\": \"aedc50ed8899346140965dc46e8adf2048c47bcf6c146c3b7a51646eda7725e1\"\n },\n {\n \"id\": \"performance-evidence-schema\",\n \"path\": \"spec/plugin/performance-evidence-v4.schema.json\",\n \"version\": \"performance-evidence-v4\",\n \"sha256\": \"f51ba9d425f0e40bc4f2db7ed26454e7575b14ffb6937a06dc01b8e7a66b3f61\"\n },\n {\n \"id\": \"platform-package-publication-schema\",\n \"path\": \"spec/plugin/platform-package-publication-v1.schema.json\",\n \"version\": \"platform-package-publication-v1\",\n \"sha256\": \"20450b516c34d5a122020f4064ddfa03ffcb97ffea661e0868cd09760b3f08b0\"\n },\n {\n \"id\": \"platform-package-set-schema\",\n \"path\": \"spec/plugin/platform-package-set-v1.schema.json\",\n \"version\": \"platform-package-set-v1\",\n \"sha256\": \"4d9979f5205ec047895b64c995312c588d998bb1c1448f6c9c559f1b7ab0d796\"\n },\n {\n \"id\": \"plugin-platform-openapi\",\n \"path\": \"spec/openapi/plugin-platform-v11.yaml\",\n \"version\": \"plugin-platform-v11\",\n \"sha256\": \"41c84c939ca9471baafdb16a1fe7d62a232a58df91e579514351dd6046e529e7\"\n },\n {\n \"id\": \"process-containment-schema\",\n \"path\": \"spec/plugin/process-containment-v1.schema.json\",\n \"version\": \"process-containment-v1\",\n \"sha256\": \"930ea44b1f62361706e994649e84f62af0a6418b77a661ae9bf9c10f1398e3fc\"\n },\n {\n \"id\": \"publisher-release-ref-schema\",\n \"path\": \"spec/plugin/publisher-release-ref-v1.schema.json\",\n \"version\": \"publisher-release-ref-v1\",\n \"sha256\": \"f9fd40c87197064ffa3e21a361780a4d057b51df2e886988aac64279785acdc0\"\n },\n {\n \"id\": \"quarantine-cleanup-schema\",\n \"path\": \"spec/plugin/quarantine-cleanup-v1.schema.json\",\n \"version\": \"quarantine-cleanup-v1\",\n \"sha256\": \"0aced01a8d409953d5075a799ac273cae79e285ac82debe93ac4d8b706571ad1\"\n },\n {\n \"id\": \"release-metadata-schema\",\n \"path\": \"spec/plugin/release-metadata-v7.schema.json\",\n \"version\": \"release-metadata-v7\",\n \"sha256\": \"d9ceac9b8dd52288172bbe5d4dc2f158e2354ad4fe1f071617f6ba9309e21ebf\"\n },\n {\n \"id\": \"release-publisher-config-schema\",\n \"path\": \"spec/plugin/release-publisher-config-v1.schema.json\",\n \"version\": \"release-publisher-config-v1\",\n \"sha256\": \"c18b11489f81ac657c8324ed344b88b61b259981383ee7b4f9f0b65603a171f8\"\n },\n {\n \"id\": \"release-revocation-pointer-schema\",\n \"path\": \"spec/plugin/release-revocation-pointer-v2.schema.json\",\n \"version\": \"release-revocation-pointer-v2\",\n \"sha256\": \"dd39ba618ab02698f135875305d4aa6eb562af7d15520c4ad312cd82e9a7032b\"\n },\n {\n \"id\": \"release-revocation-schema\",\n \"path\": \"spec/plugin/release-revocation-v3.schema.json\",\n \"version\": \"release-revocation-v3\",\n \"sha256\": \"bd2ca3ab93f047897d3b377adc7fa8b073fc946539a0c5495def1e64915a782b\"\n },\n {\n \"id\": \"release-root-delegation-schema\",\n \"path\": \"spec/plugin/release-root-delegation-v1.schema.json\",\n \"version\": \"release-root-delegation-v1\",\n \"sha256\": \"c1adbb13eaeeca145d5ee787ff43777e60a5f329e460d20b8db358e4f5fc4825\"\n },\n {\n \"id\": \"release-signature-envelope-schema\",\n \"path\": \"spec/plugin/release-signature-envelope-v1.schema.json\",\n \"version\": \"release-signature-envelope-v1\",\n \"sha256\": \"7df9afd22bfdebfa89dc3bdb46ecdbe22a91ecce35fa46c492dd9795c66fae29\"\n },\n {\n \"id\": \"release-signing-ledger-evidence-schema\",\n \"path\": \"spec/plugin/release-signing-ledger-evidence-v1.schema.json\",\n \"version\": \"release-signing-ledger-evidence-v1\",\n \"sha256\": \"9ab8b7f65dedcd119d578debb4f6ff97fc35f4c7ac95c0e5435f8b0959bc1a5c\"\n },\n {\n \"id\": \"release-signing-ledger-receipt-schema\",\n \"path\": \"spec/plugin/release-signing-ledger-receipt-v1.schema.json\",\n \"version\": \"release-signing-ledger-receipt-v1\",\n \"sha256\": \"29210cfefd967017c5c74bcf8489bd50511c5c9f36d17b0200056ccb90c30561\"\n },\n {\n \"id\": \"release-signing-ledger-schema\",\n \"path\": \"spec/plugin/release-signing-ledger-v1.schema.json\",\n \"version\": \"release-signing-ledger-v1\",\n \"sha256\": \"0c72b30bfd6b857b9809e48e1b7eaaeb7134d5afd6a935aa8373465054403765\"\n },\n {\n \"id\": \"release-signing-subject-schema\",\n \"path\": \"spec/plugin/release-signing-subject-v1.schema.json\",\n \"version\": \"release-signing-subject-v1\",\n \"sha256\": \"876b1459824f90042bd141e96bfea4633333bdf2a227e15b6e25c72db1179c8e\"\n },\n {\n \"id\": \"release-source-policy-pointer-schema\",\n \"path\": \"spec/plugin/release-source-policy-pointer-v2.schema.json\",\n \"version\": \"release-source-policy-pointer-v2\",\n \"sha256\": \"735659143db7204abdd20c6fbc994ac7474618c41b85949aad4c28fb2912e034\"\n },\n {\n \"id\": \"release-source-policy-schema\",\n \"path\": \"spec/plugin/release-source-policy-v3.schema.json\",\n \"version\": \"release-source-policy-v3\",\n \"sha256\": \"8814de028800c92b26c8c85a06298762598aeba1835f57048ec6c06430f8567b\"\n },\n {\n \"id\": \"release-trust-state-schema\",\n \"path\": \"spec/plugin/release-trust-state-v1.schema.json\",\n \"version\": \"release-trust-state-v1\",\n \"sha256\": \"19ffa182932a22401a33ee4c9921e957c67895c2d8b041c9a27ee3530bdfb2d2\"\n },\n {\n \"id\": \"resource-scope-schema\",\n \"path\": \"spec/plugin/resource-scope-v1.schema.json\",\n \"version\": \"resource-scope-v1\",\n \"sha256\": \"e6021bd576c7220ad5536645a7ad8e57ee7aeb9901c31a89444fa6b695d8dc6f\"\n },\n {\n \"id\": \"runtime-admission-schema\",\n \"path\": \"spec/plugin/runtime-admission-v1.schema.json\",\n \"version\": \"runtime-admission-v1\",\n \"sha256\": \"bee7b149876447d663a4099dbd71e71fa97f8ff80ddf4e12cbfba951a47c4beb\"\n },\n {\n \"id\": \"runtime-descriptor-schema\",\n \"path\": \"spec/plugin/runtime-descriptor-v2.schema.json\",\n \"version\": \"runtime-descriptor-v2\",\n \"sha256\": \"2ba59f6fb70d4ad757f60aca5541f4a44886542525e5bf76c393cd2368188351\"\n },\n {\n \"id\": \"runtime-exec-journal-schema\",\n \"path\": \"spec/plugin/runtime-exec-journal-v1.schema.json\",\n \"version\": \"runtime-exec-journal-v1\",\n \"sha256\": \"2bddbba383843b8ebc1554009909f0bb25e98616be763826a697cb0f408870d2\"\n },\n {\n \"id\": \"rust-ipc-schema\",\n \"path\": \"spec/plugin/ipc-v6.schema.json\",\n \"version\": \"rust-ipc-v6\",\n \"sha256\": \"9814ca091ac2e4e8435c1ab553e248e9d2e792de93ce9fd27bd030486774837f\"\n },\n {\n \"id\": \"session-scope-maintenance-contract\",\n \"path\": \"spec/plugin/session-scope-maintenance-v1.json\",\n \"version\": \"session-scope-maintenance-v1\",\n \"sha256\": \"fd87b6654c954ee2a2dc67958ba214048b894aa421bb74a85fb02000ec51f37b\"\n },\n {\n \"id\": \"session-scope-schema\",\n \"path\": \"spec/plugin/session-scope-v1.schema.json\",\n \"version\": \"session-scope-v1\",\n \"sha256\": \"3df0084264f0aff9fe2261c237cea439adb5cdc2534bfaaa0488d5992d4a7d2e\"\n },\n {\n \"id\": \"target-classifier-fixture\",\n \"path\": \"spec/plugin/target-classifier-v2.json\",\n \"version\": \"target-classifier-v2\",\n \"sha256\": \"ae7336cce77a2e820f96f1cc309b93f8442c932dcebec25e3890d31cd098e2d1\"\n },\n {\n \"id\": \"token-ticket-schema\",\n \"path\": \"spec/plugin/token-ticket-v4.schema.json\",\n \"version\": \"token-ticket-v4\",\n \"sha256\": \"5cf365b5b52a331ac0d3ad35a98be3c2ce668804ae88fdeaf9679a44db14feb1\"\n },\n {\n \"id\": \"trusted-time-evidence-schema\",\n \"path\": \"spec/plugin/trusted-time-evidence-v1.schema.json\",\n \"version\": \"trusted-time-evidence-v1\",\n \"sha256\": \"4398cbd2a3eea42a85008ee16a69d7adb265673e6749b1f13a4f1610f36e5e38\"\n },\n {\n \"id\": \"trusted-time-leaf-schema\",\n \"path\": \"spec/plugin/trusted-time-leaf-v1.schema.json\",\n \"version\": \"trusted-time-leaf-v1\",\n \"sha256\": \"1c25eb0040800eef145aa2bb4c0e1ae197ae584d365e9595ab89037e26fe5ddb\"\n },\n {\n \"id\": \"wasm-worker-schema\",\n \"path\": \"spec/plugin/wasm-worker-v2.schema.json\",\n \"version\": \"redevplugin-wasm-worker-v2\",\n \"sha256\": \"00bf123f3a9ed932de4b71c180e2a5c34af0f82050defb271fedec42cf217902\"\n },\n {\n \"id\": \"worker-invocation-schema\",\n \"path\": \"spec/plugin/worker-invocation-v3.schema.json\",\n \"version\": \"worker-invocation-v3\",\n \"sha256\": \"f08af491cbf5e7b71d1aeafbeac9ae581ee5fc3bcb76184daec369f94bab3927\"\n }\n ]\n}\n"
|
|
414
|
+
"sha256": "2e0eae0bf2d09e5c26ddd1e2c30436b55c617d4319fb8b94e1fd4fdea9a3e116",
|
|
415
|
+
"body": "{\n \"schema_version\": \"redevplugin.contract_registry.v2\",\n \"registry_version\": \"contract-registry-v2\",\n \"artifacts\": [\n {\n \"id\": \"compatibility-manifest-schema\",\n \"path\": \"spec/plugin/compatibility-manifest-v13.schema.json\",\n \"version\": \"compatibility-manifest-v13\",\n \"sha256\": \"c95fdfe0c5818ba57e664c534c3d10d073545e5a31bccd7c1ee5d39d391d13b2\"\n },\n {\n \"id\": \"contract-registry-schema\",\n \"path\": \"spec/plugin/contract-registry-v2.schema.json\",\n \"version\": \"contract-registry-v2\",\n \"sha256\": \"d516b3565158ac1b0d5e9f86b91b13ac19321ab3ff54468be41951b68d7085ac\"\n },\n {\n \"id\": \"error-codes-schema\",\n \"path\": \"spec/plugin/error-codes-v7.schema.json\",\n \"version\": \"error-codes-v7\",\n \"sha256\": \"4e7cac510a6036f90cae8f58ff8c3b785b3a2d3933875f2f69bef1c41de3d26c\"\n },\n {\n \"id\": \"external-signer-request-schema\",\n \"path\": \"spec/plugin/external-signer-request-v1.schema.json\",\n \"version\": \"external-signer-request-v1\",\n \"sha256\": \"abc18af2e29dea6f0b49a28b75b046ef02f200597978c8238cc587fb7e670760\"\n },\n {\n \"id\": \"external-signer-response-schema\",\n \"path\": \"spec/plugin/external-signer-response-v1.schema.json\",\n \"version\": \"external-signer-response-v1\",\n \"sha256\": \"bbe657df5afdf459a4c5f83282ddc3ec6c80c1ebd25bb954eac92101f35afc6c\"\n },\n {\n \"id\": \"host-capability-compatibility-schema\",\n \"path\": \"spec/plugin/host-capability-compatibility-v1.schema.json\",\n \"version\": \"host-capability-compatibility-v1\",\n \"sha256\": \"361ebbf7009aeb66c763ecde46427b17b6cf7d2307c01886c5987a1f4f1762de\"\n },\n {\n \"id\": \"host-capability-contract-schema\",\n \"path\": \"spec/plugin/host-capability-contract-v1.schema.json\",\n \"version\": \"host-capability-contract-v1\",\n \"sha256\": \"0a653e36d44104f1d16b06ee424648086c146f23c907b176bdf470ae73025485\"\n },\n {\n \"id\": \"host-capability-manifest-schema\",\n \"path\": \"spec/plugin/host-capability-manifest-v1.schema.json\",\n \"version\": \"host-capability-manifest-v1\",\n \"sha256\": \"5f13a8e5f918378b9cba9fdc133a9a75ba3a8311c30cb6a02ca0aba09035110e\"\n },\n {\n \"id\": \"host-capability-notices-schema\",\n \"path\": \"spec/plugin/host-capability-notices-v1.schema.json\",\n \"version\": \"host-capability-notices-v1\",\n \"sha256\": \"6affd5d0ae90239f6fd08cbeddae4eef393efa2838c9e4935874ba3dc0e05948\"\n },\n {\n \"id\": \"host-capability-pin-schema\",\n \"path\": \"spec/plugin/host-capability-pin-v1.schema.json\",\n \"version\": \"host-capability-pin-v1\",\n \"sha256\": \"20526a5934f0d85a3db7882492487266f09de5bcd176e2c7936f05d0b7fe0338\"\n },\n {\n \"id\": \"host-capability-publisher-config-schema\",\n \"path\": \"spec/plugin/host-capability-publisher-config-v1.schema.json\",\n \"version\": \"host-capability-publisher-config-v1\",\n \"sha256\": \"f06ab3d70f3f9dd2114fe9d489841f1d6b5f169ee17b8c92aa1bfaf9bbf865c4\"\n },\n {\n \"id\": \"host-capability-signature-schema\",\n \"path\": \"spec/plugin/host-capability-signature-v1.schema.json\",\n \"version\": \"host-capability-signature-v1\",\n \"sha256\": \"88cbc1d63afb7e289ca4f8b7c76f702b8d20156f7722c1b71f3ab9138a240a5e\"\n },\n {\n \"id\": \"host-capability-signer-request-schema\",\n \"path\": \"spec/plugin/host-capability-signer-request-v1.schema.json\",\n \"version\": \"host-capability-signer-request-v1\",\n \"sha256\": \"7f22e9e0f813b91106693edfbb91309489dde1640152c29d878961fdef6b89d8\"\n },\n {\n \"id\": \"host-capability-signer-response-schema\",\n \"path\": \"spec/plugin/host-capability-signer-response-v1.schema.json\",\n \"version\": \"host-capability-signer-response-v1\",\n \"sha256\": \"02a50b1fc0d1b8ae0611eab95b5560122c6425709ecc8de5e00bf0dd68085f44\"\n },\n {\n \"id\": \"iframe-bridge-schema\",\n \"path\": \"spec/plugin/bridge-v7.schema.json\",\n \"version\": \"bridge-v7\",\n \"sha256\": \"f4b5f04870b58e8e2363aaba98b273adccef3a3e9ac1eb1a2dbbc3fb4c71b300\"\n },\n {\n \"id\": \"manifest-schema\",\n \"path\": \"spec/plugin/manifest-v7.schema.json\",\n \"version\": \"manifest-v7\",\n \"sha256\": \"af73ffd8ccedcb149198f847b68ed6fc23e51366122915c7129473f9fde68e35\"\n },\n {\n \"id\": \"network-grant-schema\",\n \"path\": \"spec/plugin/network-grant-v2.schema.json\",\n \"version\": \"network-grant-v2\",\n \"sha256\": \"5fc1cfc3469a992e551fd392fab982abb6f95e456a1cb768ceca137f7c693abc\"\n },\n {\n \"id\": \"opaque-surface-document-schema\",\n \"path\": \"spec/plugin/opaque-surface-document-v3.schema.json\",\n \"version\": \"opaque-surface-document-v3\",\n \"sha256\": \"63419ff5b5a8890e14f97ca29aaae175b93daff61d4567c5bdff7f6e6a9e7450\"\n },\n {\n \"id\": \"opaque-surface-transport-schema\",\n \"path\": \"spec/plugin/opaque-surface-transport-v6.schema.json\",\n \"version\": \"opaque-surface-transport-v6\",\n \"sha256\": \"8f2af2669edc9413020c26765ee3f1986ef63a7d0803466861d8cdae3977ccff\"\n },\n {\n \"id\": \"owner-scope-inventory-registry\",\n \"path\": \"spec/plugin/owner-scope-inventories-v1.json\",\n \"version\": \"owner-scope-inventory-registry-v1\",\n \"sha256\": \"f655313a641368383b3d84b6ea4f6a2a2ef42a44a4dd23f71211361c9c2e0505\"\n },\n {\n \"id\": \"owner-scope-inventory-schema\",\n \"path\": \"spec/plugin/owner-scope-inventory-v1.schema.json\",\n \"version\": \"owner-scope-inventory-v1\",\n \"sha256\": \"21dc4980103f3a36f4252ce141d7350476ec00968e8a320695e450274e928be1\"\n },\n {\n \"id\": \"owner-scope-migration-schema\",\n \"path\": \"spec/plugin/owner-scope-migration-v1.schema.json\",\n \"version\": \"owner-scope-migration-v1\",\n \"sha256\": \"497fff8a09d48fe195c18d13ff05ca6c9f8406f6215588901cb6d89315b713eb\"\n },\n {\n \"id\": \"owner-scope-root-recovery-schema\",\n \"path\": \"spec/plugin/owner-scope-root-recovery-v1.schema.json\",\n \"version\": \"owner-scope-root-recovery-v1\",\n \"sha256\": \"81b961a9933d129c8f9119e3091226039ffbc0b4721116a4811f9785bebf9d64\"\n },\n {\n \"id\": \"package-signature-schema\",\n \"path\": \"spec/plugin/package-signature-v1.schema.json\",\n \"version\": \"package-signature-v1\",\n \"sha256\": \"13951c0f6831ba28647774368c76a817868aeb7984628e2cf3dc4ad1b54f8284\"\n },\n {\n \"id\": \"performance-contract\",\n \"path\": \"spec/plugin/performance-contract-v4.json\",\n \"version\": \"performance-contract-v4\",\n \"sha256\": \"aedc50ed8899346140965dc46e8adf2048c47bcf6c146c3b7a51646eda7725e1\"\n },\n {\n \"id\": \"performance-evidence-schema\",\n \"path\": \"spec/plugin/performance-evidence-v4.schema.json\",\n \"version\": \"performance-evidence-v4\",\n \"sha256\": \"f51ba9d425f0e40bc4f2db7ed26454e7575b14ffb6937a06dc01b8e7a66b3f61\"\n },\n {\n \"id\": \"platform-package-publication-schema\",\n \"path\": \"spec/plugin/platform-package-publication-v1.schema.json\",\n \"version\": \"platform-package-publication-v1\",\n \"sha256\": \"20450b516c34d5a122020f4064ddfa03ffcb97ffea661e0868cd09760b3f08b0\"\n },\n {\n \"id\": \"platform-package-set-schema\",\n \"path\": \"spec/plugin/platform-package-set-v1.schema.json\",\n \"version\": \"platform-package-set-v1\",\n \"sha256\": \"4d9979f5205ec047895b64c995312c588d998bb1c1448f6c9c559f1b7ab0d796\"\n },\n {\n \"id\": \"plugin-platform-openapi\",\n \"path\": \"spec/openapi/plugin-platform-v11.yaml\",\n \"version\": \"plugin-platform-v11\",\n \"sha256\": \"41c84c939ca9471baafdb16a1fe7d62a232a58df91e579514351dd6046e529e7\"\n },\n {\n \"id\": \"process-containment-schema\",\n \"path\": \"spec/plugin/process-containment-v1.schema.json\",\n \"version\": \"process-containment-v1\",\n \"sha256\": \"930ea44b1f62361706e994649e84f62af0a6418b77a661ae9bf9c10f1398e3fc\"\n },\n {\n \"id\": \"publisher-release-ref-schema\",\n \"path\": \"spec/plugin/publisher-release-ref-v1.schema.json\",\n \"version\": \"publisher-release-ref-v1\",\n \"sha256\": \"f9fd40c87197064ffa3e21a361780a4d057b51df2e886988aac64279785acdc0\"\n },\n {\n \"id\": \"quarantine-cleanup-schema\",\n \"path\": \"spec/plugin/quarantine-cleanup-v1.schema.json\",\n \"version\": \"quarantine-cleanup-v1\",\n \"sha256\": \"0aced01a8d409953d5075a799ac273cae79e285ac82debe93ac4d8b706571ad1\"\n },\n {\n \"id\": \"release-metadata-schema\",\n \"path\": \"spec/plugin/release-metadata-v7.schema.json\",\n \"version\": \"release-metadata-v7\",\n \"sha256\": \"d9ceac9b8dd52288172bbe5d4dc2f158e2354ad4fe1f071617f6ba9309e21ebf\"\n },\n {\n \"id\": \"release-publisher-config-schema\",\n \"path\": \"spec/plugin/release-publisher-config-v1.schema.json\",\n \"version\": \"release-publisher-config-v1\",\n \"sha256\": \"c18b11489f81ac657c8324ed344b88b61b259981383ee7b4f9f0b65603a171f8\"\n },\n {\n \"id\": \"release-revocation-pointer-schema\",\n \"path\": \"spec/plugin/release-revocation-pointer-v2.schema.json\",\n \"version\": \"release-revocation-pointer-v2\",\n \"sha256\": \"dd39ba618ab02698f135875305d4aa6eb562af7d15520c4ad312cd82e9a7032b\"\n },\n {\n \"id\": \"release-revocation-schema\",\n \"path\": \"spec/plugin/release-revocation-v3.schema.json\",\n \"version\": \"release-revocation-v3\",\n \"sha256\": \"bd2ca3ab93f047897d3b377adc7fa8b073fc946539a0c5495def1e64915a782b\"\n },\n {\n \"id\": \"release-root-delegation-schema\",\n \"path\": \"spec/plugin/release-root-delegation-v1.schema.json\",\n \"version\": \"release-root-delegation-v1\",\n \"sha256\": \"c1adbb13eaeeca145d5ee787ff43777e60a5f329e460d20b8db358e4f5fc4825\"\n },\n {\n \"id\": \"release-signature-envelope-schema\",\n \"path\": \"spec/plugin/release-signature-envelope-v1.schema.json\",\n \"version\": \"release-signature-envelope-v1\",\n \"sha256\": \"7df9afd22bfdebfa89dc3bdb46ecdbe22a91ecce35fa46c492dd9795c66fae29\"\n },\n {\n \"id\": \"release-signing-ledger-evidence-schema\",\n \"path\": \"spec/plugin/release-signing-ledger-evidence-v1.schema.json\",\n \"version\": \"release-signing-ledger-evidence-v1\",\n \"sha256\": \"9ab8b7f65dedcd119d578debb4f6ff97fc35f4c7ac95c0e5435f8b0959bc1a5c\"\n },\n {\n \"id\": \"release-signing-ledger-receipt-schema\",\n \"path\": \"spec/plugin/release-signing-ledger-receipt-v1.schema.json\",\n \"version\": \"release-signing-ledger-receipt-v1\",\n \"sha256\": \"29210cfefd967017c5c74bcf8489bd50511c5c9f36d17b0200056ccb90c30561\"\n },\n {\n \"id\": \"release-signing-ledger-schema\",\n \"path\": \"spec/plugin/release-signing-ledger-v1.schema.json\",\n \"version\": \"release-signing-ledger-v1\",\n \"sha256\": \"0c72b30bfd6b857b9809e48e1b7eaaeb7134d5afd6a935aa8373465054403765\"\n },\n {\n \"id\": \"release-signing-subject-schema\",\n \"path\": \"spec/plugin/release-signing-subject-v1.schema.json\",\n \"version\": \"release-signing-subject-v1\",\n \"sha256\": \"876b1459824f90042bd141e96bfea4633333bdf2a227e15b6e25c72db1179c8e\"\n },\n {\n \"id\": \"release-source-policy-pointer-schema\",\n \"path\": \"spec/plugin/release-source-policy-pointer-v2.schema.json\",\n \"version\": \"release-source-policy-pointer-v2\",\n \"sha256\": \"735659143db7204abdd20c6fbc994ac7474618c41b85949aad4c28fb2912e034\"\n },\n {\n \"id\": \"release-source-policy-schema\",\n \"path\": \"spec/plugin/release-source-policy-v3.schema.json\",\n \"version\": \"release-source-policy-v3\",\n \"sha256\": \"8814de028800c92b26c8c85a06298762598aeba1835f57048ec6c06430f8567b\"\n },\n {\n \"id\": \"release-trust-state-schema\",\n \"path\": \"spec/plugin/release-trust-state-v1.schema.json\",\n \"version\": \"release-trust-state-v1\",\n \"sha256\": \"19ffa182932a22401a33ee4c9921e957c67895c2d8b041c9a27ee3530bdfb2d2\"\n },\n {\n \"id\": \"resource-scope-schema\",\n \"path\": \"spec/plugin/resource-scope-v1.schema.json\",\n \"version\": \"resource-scope-v1\",\n \"sha256\": \"e6021bd576c7220ad5536645a7ad8e57ee7aeb9901c31a89444fa6b695d8dc6f\"\n },\n {\n \"id\": \"runtime-admission-schema\",\n \"path\": \"spec/plugin/runtime-admission-v1.schema.json\",\n \"version\": \"runtime-admission-v1\",\n \"sha256\": \"bee7b149876447d663a4099dbd71e71fa97f8ff80ddf4e12cbfba951a47c4beb\"\n },\n {\n \"id\": \"runtime-descriptor-schema\",\n \"path\": \"spec/plugin/runtime-descriptor-v2.schema.json\",\n \"version\": \"runtime-descriptor-v2\",\n \"sha256\": \"2ba59f6fb70d4ad757f60aca5541f4a44886542525e5bf76c393cd2368188351\"\n },\n {\n \"id\": \"runtime-exec-journal-schema\",\n \"path\": \"spec/plugin/runtime-exec-journal-v1.schema.json\",\n \"version\": \"runtime-exec-journal-v1\",\n \"sha256\": \"2bddbba383843b8ebc1554009909f0bb25e98616be763826a697cb0f408870d2\"\n },\n {\n \"id\": \"rust-ipc-schema\",\n \"path\": \"spec/plugin/ipc-v6.schema.json\",\n \"version\": \"rust-ipc-v6\",\n \"sha256\": \"9814ca091ac2e4e8435c1ab553e248e9d2e792de93ce9fd27bd030486774837f\"\n },\n {\n \"id\": \"session-scope-maintenance-contract\",\n \"path\": \"spec/plugin/session-scope-maintenance-v1.json\",\n \"version\": \"session-scope-maintenance-v1\",\n \"sha256\": \"fd87b6654c954ee2a2dc67958ba214048b894aa421bb74a85fb02000ec51f37b\"\n },\n {\n \"id\": \"session-scope-schema\",\n \"path\": \"spec/plugin/session-scope-v1.schema.json\",\n \"version\": \"session-scope-v1\",\n \"sha256\": \"3df0084264f0aff9fe2261c237cea439adb5cdc2534bfaaa0488d5992d4a7d2e\"\n },\n {\n \"id\": \"target-classifier-fixture\",\n \"path\": \"spec/plugin/target-classifier-v2.json\",\n \"version\": \"target-classifier-v2\",\n \"sha256\": \"ae7336cce77a2e820f96f1cc309b93f8442c932dcebec25e3890d31cd098e2d1\"\n },\n {\n \"id\": \"token-ticket-schema\",\n \"path\": \"spec/plugin/token-ticket-v4.schema.json\",\n \"version\": \"token-ticket-v4\",\n \"sha256\": \"5cf365b5b52a331ac0d3ad35a98be3c2ce668804ae88fdeaf9679a44db14feb1\"\n },\n {\n \"id\": \"trusted-time-evidence-schema\",\n \"path\": \"spec/plugin/trusted-time-evidence-v1.schema.json\",\n \"version\": \"trusted-time-evidence-v1\",\n \"sha256\": \"4398cbd2a3eea42a85008ee16a69d7adb265673e6749b1f13a4f1610f36e5e38\"\n },\n {\n \"id\": \"trusted-time-leaf-schema\",\n \"path\": \"spec/plugin/trusted-time-leaf-v1.schema.json\",\n \"version\": \"trusted-time-leaf-v1\",\n \"sha256\": \"1c25eb0040800eef145aa2bb4c0e1ae197ae584d365e9595ab89037e26fe5ddb\"\n },\n {\n \"id\": \"wasm-worker-schema\",\n \"path\": \"spec/plugin/wasm-worker-v2.schema.json\",\n \"version\": \"redevplugin-wasm-worker-v2\",\n \"sha256\": \"00bf123f3a9ed932de4b71c180e2a5c34af0f82050defb271fedec42cf217902\"\n },\n {\n \"id\": \"worker-invocation-schema\",\n \"path\": \"spec/plugin/worker-invocation-v3.schema.json\",\n \"version\": \"worker-invocation-v3\",\n \"sha256\": \"f08af491cbf5e7b71d1aeafbeac9ae581ee5fc3bcb76184daec369f94bab3927\"\n }\n ]\n}\n"
|
|
395
416
|
};
|
|
396
417
|
export const generatedContractRegistry = {
|
|
397
418
|
"schema_version": "redevplugin.contract_registry.v2",
|
|
@@ -457,12 +478,30 @@ export const generatedContractRegistry = {
|
|
|
457
478
|
"version": "host-capability-pin-v1",
|
|
458
479
|
"sha256": "20526a5934f0d85a3db7882492487266f09de5bcd176e2c7936f05d0b7fe0338"
|
|
459
480
|
},
|
|
481
|
+
{
|
|
482
|
+
"id": "host-capability-publisher-config-schema",
|
|
483
|
+
"path": "spec/plugin/host-capability-publisher-config-v1.schema.json",
|
|
484
|
+
"version": "host-capability-publisher-config-v1",
|
|
485
|
+
"sha256": "f06ab3d70f3f9dd2114fe9d489841f1d6b5f169ee17b8c92aa1bfaf9bbf865c4"
|
|
486
|
+
},
|
|
460
487
|
{
|
|
461
488
|
"id": "host-capability-signature-schema",
|
|
462
489
|
"path": "spec/plugin/host-capability-signature-v1.schema.json",
|
|
463
490
|
"version": "host-capability-signature-v1",
|
|
464
491
|
"sha256": "88cbc1d63afb7e289ca4f8b7c76f702b8d20156f7722c1b71f3ab9138a240a5e"
|
|
465
492
|
},
|
|
493
|
+
{
|
|
494
|
+
"id": "host-capability-signer-request-schema",
|
|
495
|
+
"path": "spec/plugin/host-capability-signer-request-v1.schema.json",
|
|
496
|
+
"version": "host-capability-signer-request-v1",
|
|
497
|
+
"sha256": "7f22e9e0f813b91106693edfbb91309489dde1640152c29d878961fdef6b89d8"
|
|
498
|
+
},
|
|
499
|
+
{
|
|
500
|
+
"id": "host-capability-signer-response-schema",
|
|
501
|
+
"path": "spec/plugin/host-capability-signer-response-v1.schema.json",
|
|
502
|
+
"version": "host-capability-signer-response-v1",
|
|
503
|
+
"sha256": "02a50b1fc0d1b8ae0611eab95b5560122c6425709ecc8de5e00bf0dd68085f44"
|
|
504
|
+
},
|
|
466
505
|
{
|
|
467
506
|
"id": "iframe-bridge-schema",
|
|
468
507
|
"path": "spec/plugin/bridge-v7.schema.json",
|
|
@@ -731,54 +770,54 @@ export const generatedContractRegistry = {
|
|
|
731
770
|
};
|
|
732
771
|
export const generatedPackageSet = {
|
|
733
772
|
"schema_version": "redevplugin.platform_package_set.v1",
|
|
734
|
-
"platform_version": "0.6.
|
|
773
|
+
"platform_version": "0.6.23",
|
|
735
774
|
"go_module": {
|
|
736
775
|
"module": "github.com/floegence/redevplugin",
|
|
737
|
-
"version": "v0.6.
|
|
776
|
+
"version": "v0.6.23"
|
|
738
777
|
},
|
|
739
778
|
"npm_packages": [
|
|
740
779
|
{
|
|
741
780
|
"name": "@floegence/redevplugin-contracts",
|
|
742
|
-
"version": "0.6.
|
|
781
|
+
"version": "0.6.23"
|
|
743
782
|
},
|
|
744
783
|
{
|
|
745
784
|
"name": "@floegence/redevplugin-ui",
|
|
746
|
-
"version": "0.6.
|
|
785
|
+
"version": "0.6.23"
|
|
747
786
|
}
|
|
748
787
|
],
|
|
749
788
|
"rust_crates": [
|
|
750
789
|
{
|
|
751
790
|
"name": "redevplugin-contracts",
|
|
752
|
-
"version": "0.6.
|
|
791
|
+
"version": "0.6.23",
|
|
753
792
|
"role": "contracts"
|
|
754
793
|
},
|
|
755
794
|
{
|
|
756
795
|
"name": "redevplugin-ipc",
|
|
757
|
-
"version": "0.6.
|
|
796
|
+
"version": "0.6.23",
|
|
758
797
|
"role": "ipc"
|
|
759
798
|
},
|
|
760
799
|
{
|
|
761
800
|
"name": "redevplugin-wasm-abi",
|
|
762
|
-
"version": "0.6.
|
|
801
|
+
"version": "0.6.23",
|
|
763
802
|
"role": "wasm_abi"
|
|
764
803
|
},
|
|
765
804
|
{
|
|
766
805
|
"name": "redevplugin-target-classifier",
|
|
767
|
-
"version": "0.6.
|
|
806
|
+
"version": "0.6.23",
|
|
768
807
|
"role": "target_classifier"
|
|
769
808
|
},
|
|
770
809
|
{
|
|
771
810
|
"name": "redevplugin-worker-sdk",
|
|
772
|
-
"version": "0.6.
|
|
811
|
+
"version": "0.6.23",
|
|
773
812
|
"role": "worker_sdk"
|
|
774
813
|
},
|
|
775
814
|
{
|
|
776
815
|
"name": "redevplugin-runtime",
|
|
777
|
-
"version": "0.6.
|
|
816
|
+
"version": "0.6.23",
|
|
778
817
|
"role": "runtime"
|
|
779
818
|
}
|
|
780
819
|
],
|
|
781
820
|
"contract_registry_version": "contract-registry-v2",
|
|
782
|
-
"contract_set_sha256": "
|
|
821
|
+
"contract_set_sha256": "22ff9be972e19ddbfb7b2e9bbb69861e6f5cc44ac02b490899f2d27cdf4f033f"
|
|
783
822
|
};
|
|
784
|
-
export const generatedContractSetSHA256 = "
|
|
823
|
+
export const generatedContractSetSHA256 = "22ff9be972e19ddbfb7b2e9bbb69861e6f5cc44ac02b490899f2d27cdf4f033f";
|
package/dist/index.d.ts
CHANGED
|
@@ -67,11 +67,26 @@ export declare const contractRegistry: {
|
|
|
67
67
|
readonly path: "spec/plugin/host-capability-pin-v1.schema.json";
|
|
68
68
|
readonly version: "host-capability-pin-v1";
|
|
69
69
|
readonly sha256: "20526a5934f0d85a3db7882492487266f09de5bcd176e2c7936f05d0b7fe0338";
|
|
70
|
+
}, {
|
|
71
|
+
readonly id: "host-capability-publisher-config-schema";
|
|
72
|
+
readonly path: "spec/plugin/host-capability-publisher-config-v1.schema.json";
|
|
73
|
+
readonly version: "host-capability-publisher-config-v1";
|
|
74
|
+
readonly sha256: "f06ab3d70f3f9dd2114fe9d489841f1d6b5f169ee17b8c92aa1bfaf9bbf865c4";
|
|
70
75
|
}, {
|
|
71
76
|
readonly id: "host-capability-signature-schema";
|
|
72
77
|
readonly path: "spec/plugin/host-capability-signature-v1.schema.json";
|
|
73
78
|
readonly version: "host-capability-signature-v1";
|
|
74
79
|
readonly sha256: "88cbc1d63afb7e289ca4f8b7c76f702b8d20156f7722c1b71f3ab9138a240a5e";
|
|
80
|
+
}, {
|
|
81
|
+
readonly id: "host-capability-signer-request-schema";
|
|
82
|
+
readonly path: "spec/plugin/host-capability-signer-request-v1.schema.json";
|
|
83
|
+
readonly version: "host-capability-signer-request-v1";
|
|
84
|
+
readonly sha256: "7f22e9e0f813b91106693edfbb91309489dde1640152c29d878961fdef6b89d8";
|
|
85
|
+
}, {
|
|
86
|
+
readonly id: "host-capability-signer-response-schema";
|
|
87
|
+
readonly path: "spec/plugin/host-capability-signer-response-v1.schema.json";
|
|
88
|
+
readonly version: "host-capability-signer-response-v1";
|
|
89
|
+
readonly sha256: "02a50b1fc0d1b8ae0611eab95b5560122c6425709ecc8de5e00bf0dd68085f44";
|
|
75
90
|
}, {
|
|
76
91
|
readonly id: "iframe-bridge-schema";
|
|
77
92
|
readonly path: "spec/plugin/bridge-v7.schema.json";
|
|
@@ -296,45 +311,45 @@ export declare const contractRegistry: {
|
|
|
296
311
|
};
|
|
297
312
|
export declare const packageSet: {
|
|
298
313
|
readonly schema_version: "redevplugin.platform_package_set.v1";
|
|
299
|
-
readonly platform_version: "0.6.
|
|
314
|
+
readonly platform_version: "0.6.23";
|
|
300
315
|
readonly go_module: {
|
|
301
316
|
readonly module: "github.com/floegence/redevplugin";
|
|
302
|
-
readonly version: "v0.6.
|
|
317
|
+
readonly version: "v0.6.23";
|
|
303
318
|
};
|
|
304
319
|
readonly npm_packages: readonly [{
|
|
305
320
|
readonly name: "@floegence/redevplugin-contracts";
|
|
306
|
-
readonly version: "0.6.
|
|
321
|
+
readonly version: "0.6.23";
|
|
307
322
|
}, {
|
|
308
323
|
readonly name: "@floegence/redevplugin-ui";
|
|
309
|
-
readonly version: "0.6.
|
|
324
|
+
readonly version: "0.6.23";
|
|
310
325
|
}];
|
|
311
326
|
readonly rust_crates: readonly [{
|
|
312
327
|
readonly name: "redevplugin-contracts";
|
|
313
|
-
readonly version: "0.6.
|
|
328
|
+
readonly version: "0.6.23";
|
|
314
329
|
readonly role: "contracts";
|
|
315
330
|
}, {
|
|
316
331
|
readonly name: "redevplugin-ipc";
|
|
317
|
-
readonly version: "0.6.
|
|
332
|
+
readonly version: "0.6.23";
|
|
318
333
|
readonly role: "ipc";
|
|
319
334
|
}, {
|
|
320
335
|
readonly name: "redevplugin-wasm-abi";
|
|
321
|
-
readonly version: "0.6.
|
|
336
|
+
readonly version: "0.6.23";
|
|
322
337
|
readonly role: "wasm_abi";
|
|
323
338
|
}, {
|
|
324
339
|
readonly name: "redevplugin-target-classifier";
|
|
325
|
-
readonly version: "0.6.
|
|
340
|
+
readonly version: "0.6.23";
|
|
326
341
|
readonly role: "target_classifier";
|
|
327
342
|
}, {
|
|
328
343
|
readonly name: "redevplugin-worker-sdk";
|
|
329
|
-
readonly version: "0.6.
|
|
344
|
+
readonly version: "0.6.23";
|
|
330
345
|
readonly role: "worker_sdk";
|
|
331
346
|
}, {
|
|
332
347
|
readonly name: "redevplugin-runtime";
|
|
333
|
-
readonly version: "0.6.
|
|
348
|
+
readonly version: "0.6.23";
|
|
334
349
|
readonly role: "runtime";
|
|
335
350
|
}];
|
|
336
351
|
readonly contract_registry_version: "contract-registry-v2";
|
|
337
|
-
readonly contract_set_sha256: "
|
|
352
|
+
readonly contract_set_sha256: "22ff9be972e19ddbfb7b2e9bbb69861e6f5cc44ac02b490899f2d27cdf4f033f";
|
|
338
353
|
};
|
|
339
|
-
export declare const contractSetSHA256: "
|
|
354
|
+
export declare const contractSetSHA256: "22ff9be972e19ddbfb7b2e9bbb69861e6f5cc44ac02b490899f2d27cdf4f033f";
|
|
340
355
|
export declare function getContract(id: ContractID): Contract;
|