@floegence/redevplugin-contracts 1.0.0 → 1.1.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/dist/contracts.gen.d.ts +43 -55
- package/dist/contracts.gen.js +43 -58
- package/dist/index.d.ts +23 -35
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -20,14 +20,14 @@ export declare const contractRegistry: {
|
|
|
20
20
|
readonly registry_version: "contract-registry-v2";
|
|
21
21
|
readonly artifacts: readonly [{
|
|
22
22
|
readonly id: "compatibility-manifest-schema";
|
|
23
|
-
readonly path: "spec/plugin/compatibility-manifest-
|
|
24
|
-
readonly version: "compatibility-manifest-
|
|
25
|
-
readonly sha256: "
|
|
23
|
+
readonly path: "spec/plugin/compatibility-manifest-v18.schema.json";
|
|
24
|
+
readonly version: "compatibility-manifest-v18";
|
|
25
|
+
readonly sha256: "48889bd7ddd936b9757a56b1b154244abc6904bd8e55e177e80ae4509d15ce06";
|
|
26
26
|
}, {
|
|
27
27
|
readonly id: "contract-registry-schema";
|
|
28
28
|
readonly path: "spec/plugin/contract-registry-v2.schema.json";
|
|
29
29
|
readonly version: "contract-registry-v2";
|
|
30
|
-
readonly sha256: "
|
|
30
|
+
readonly sha256: "92ffee62b7954eecdc1ce0cf364c1f719060a19aec5d997c1b1493362e941367";
|
|
31
31
|
}, {
|
|
32
32
|
readonly id: "error-codes-schema";
|
|
33
33
|
readonly path: "spec/plugin/error-codes-v8.schema.json";
|
|
@@ -107,7 +107,7 @@ export declare const contractRegistry: {
|
|
|
107
107
|
readonly id: "performance-contract";
|
|
108
108
|
readonly path: "spec/plugin/performance-contract-v4.json";
|
|
109
109
|
readonly version: "performance-contract-v4";
|
|
110
|
-
readonly sha256: "
|
|
110
|
+
readonly sha256: "75bd7955383cf77711c7df9b624d62b1eda3275ddc558500f206be4ea876f858";
|
|
111
111
|
}, {
|
|
112
112
|
readonly id: "performance-evidence-schema";
|
|
113
113
|
readonly path: "spec/plugin/performance-evidence-v4.schema.json";
|
|
@@ -115,19 +115,19 @@ export declare const contractRegistry: {
|
|
|
115
115
|
readonly sha256: "f51ba9d425f0e40bc4f2db7ed26454e7575b14ffb6937a06dc01b8e7a66b3f61";
|
|
116
116
|
}, {
|
|
117
117
|
readonly id: "platform-package-publication-schema";
|
|
118
|
-
readonly path: "spec/plugin/platform-package-publication-
|
|
119
|
-
readonly version: "platform-package-publication-
|
|
120
|
-
readonly sha256: "
|
|
118
|
+
readonly path: "spec/plugin/platform-package-publication-v2.schema.json";
|
|
119
|
+
readonly version: "platform-package-publication-v2";
|
|
120
|
+
readonly sha256: "f506ef7838757a05d5742fd3f223eb80cec99710972c517860cebd61c517012b";
|
|
121
121
|
}, {
|
|
122
122
|
readonly id: "platform-package-set-schema";
|
|
123
|
-
readonly path: "spec/plugin/platform-package-set-
|
|
124
|
-
readonly version: "platform-package-set-
|
|
125
|
-
readonly sha256: "
|
|
123
|
+
readonly path: "spec/plugin/platform-package-set-v3.schema.json";
|
|
124
|
+
readonly version: "platform-package-set-v3";
|
|
125
|
+
readonly sha256: "2ac6e9a520e21a3294bec0059e0fabb6ee5d285fe6efe08a6bb6cbf2c7aea2bb";
|
|
126
126
|
}, {
|
|
127
127
|
readonly id: "plugin-platform-openapi";
|
|
128
128
|
readonly path: "spec/openapi/plugin-platform-v15.yaml";
|
|
129
129
|
readonly version: "plugin-platform-v15";
|
|
130
|
-
readonly sha256: "
|
|
130
|
+
readonly sha256: "d89af4d7a1a17f6abc9f9a5c418e8f33a2e50daf8e6b64c8c37171213bf15218";
|
|
131
131
|
}, {
|
|
132
132
|
readonly id: "presentation-icon-evidence-schema";
|
|
133
133
|
readonly path: "spec/plugin/presentation-icon-evidence-v1.schema.json";
|
|
@@ -241,42 +241,30 @@ export declare const contractRegistry: {
|
|
|
241
241
|
}];
|
|
242
242
|
};
|
|
243
243
|
export declare const packageSet: {
|
|
244
|
-
readonly schema_version: "redevplugin.platform_package_set.
|
|
245
|
-
readonly platform_version: "1.
|
|
244
|
+
readonly schema_version: "redevplugin.platform_package_set.v3";
|
|
245
|
+
readonly platform_version: "1.1.0";
|
|
246
246
|
readonly go_module: {
|
|
247
247
|
readonly module: "github.com/floegence/redevplugin";
|
|
248
|
-
readonly version: "v1.
|
|
248
|
+
readonly version: "v1.1.0";
|
|
249
249
|
};
|
|
250
250
|
readonly npm_packages: readonly [{
|
|
251
251
|
readonly name: "@floegence/redevplugin-contracts";
|
|
252
|
-
readonly version: "1.
|
|
252
|
+
readonly version: "1.1.0";
|
|
253
253
|
}, {
|
|
254
254
|
readonly name: "@floegence/redevplugin-ui";
|
|
255
|
-
readonly version: "1.
|
|
255
|
+
readonly version: "1.1.0";
|
|
256
256
|
}];
|
|
257
257
|
readonly rust_crates: readonly [{
|
|
258
|
-
readonly name: "redevplugin-
|
|
259
|
-
readonly version: "1.
|
|
260
|
-
readonly role: "
|
|
261
|
-
}, {
|
|
262
|
-
readonly name: "redevplugin-ipc";
|
|
263
|
-
readonly version: "1.0.0";
|
|
264
|
-
readonly role: "ipc";
|
|
265
|
-
}, {
|
|
266
|
-
readonly name: "redevplugin-wasm-abi";
|
|
267
|
-
readonly version: "1.0.0";
|
|
268
|
-
readonly role: "wasm_abi";
|
|
258
|
+
readonly name: "redevplugin-runtime";
|
|
259
|
+
readonly version: "1.1.0";
|
|
260
|
+
readonly role: "runtime";
|
|
269
261
|
}, {
|
|
270
262
|
readonly name: "redevplugin-worker-sdk";
|
|
271
|
-
readonly version: "1.
|
|
263
|
+
readonly version: "1.1.0";
|
|
272
264
|
readonly role: "worker_sdk";
|
|
273
|
-
}, {
|
|
274
|
-
readonly name: "redevplugin-runtime";
|
|
275
|
-
readonly version: "1.0.0";
|
|
276
|
-
readonly role: "runtime";
|
|
277
265
|
}];
|
|
278
266
|
readonly contract_registry_version: "contract-registry-v2";
|
|
279
|
-
readonly contract_set_sha256: "
|
|
267
|
+
readonly contract_set_sha256: "3e5471f74d39c69b02ad891144b14dd622463fecd21d9c079810c2b270102464";
|
|
280
268
|
};
|
|
281
|
-
export declare const contractSetSHA256: "
|
|
269
|
+
export declare const contractSetSHA256: "3e5471f74d39c69b02ad891144b14dd622463fecd21d9c079810c2b270102464";
|
|
282
270
|
export declare function getContract(id: ContractID): Contract;
|