@floegence/redevplugin-contracts 2.0.7 → 2.0.10
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 +13 -13
- package/dist/contracts.gen.js +13 -13
- package/dist/index.d.ts +9 -9
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -127,7 +127,7 @@ export declare const contractRegistry: {
|
|
|
127
127
|
readonly id: "plugin-platform-openapi";
|
|
128
128
|
readonly path: "spec/openapi/plugin-platform-v17.yaml";
|
|
129
129
|
readonly version: "plugin-platform-v17";
|
|
130
|
-
readonly sha256: "
|
|
130
|
+
readonly sha256: "7c3f82c13737ad04882a1dd6ca4577f13f9a2249135c647c859e8c77059db131";
|
|
131
131
|
}, {
|
|
132
132
|
readonly id: "presentation-icon-evidence-schema";
|
|
133
133
|
readonly path: "spec/plugin/presentation-icon-evidence-v1.schema.json";
|
|
@@ -247,29 +247,29 @@ export declare const contractRegistry: {
|
|
|
247
247
|
};
|
|
248
248
|
export declare const packageSet: {
|
|
249
249
|
readonly schema_version: "redevplugin.platform_package_set.v3";
|
|
250
|
-
readonly platform_version: "2.0.
|
|
250
|
+
readonly platform_version: "2.0.10";
|
|
251
251
|
readonly go_module: {
|
|
252
252
|
readonly module: "github.com/floegence/redevplugin/v2";
|
|
253
|
-
readonly version: "v2.0.
|
|
253
|
+
readonly version: "v2.0.10";
|
|
254
254
|
};
|
|
255
255
|
readonly npm_packages: readonly [{
|
|
256
256
|
readonly name: "@floegence/redevplugin-contracts";
|
|
257
|
-
readonly version: "2.0.
|
|
257
|
+
readonly version: "2.0.10";
|
|
258
258
|
}, {
|
|
259
259
|
readonly name: "@floegence/redevplugin-ui";
|
|
260
|
-
readonly version: "2.0.
|
|
260
|
+
readonly version: "2.0.10";
|
|
261
261
|
}];
|
|
262
262
|
readonly rust_crates: readonly [{
|
|
263
263
|
readonly name: "redevplugin-runtime";
|
|
264
|
-
readonly version: "2.0.
|
|
264
|
+
readonly version: "2.0.10";
|
|
265
265
|
readonly role: "runtime";
|
|
266
266
|
}, {
|
|
267
267
|
readonly name: "redevplugin-worker-sdk";
|
|
268
|
-
readonly version: "2.0.
|
|
268
|
+
readonly version: "2.0.10";
|
|
269
269
|
readonly role: "worker_sdk";
|
|
270
270
|
}];
|
|
271
271
|
readonly contract_registry_version: "contract-registry-v2";
|
|
272
|
-
readonly contract_set_sha256: "
|
|
272
|
+
readonly contract_set_sha256: "f6cc158815ec2df3499681caf38b3b3bad8deea291ffffae6558fc1f5474d709";
|
|
273
273
|
};
|
|
274
|
-
export declare const contractSetSHA256: "
|
|
274
|
+
export declare const contractSetSHA256: "f6cc158815ec2df3499681caf38b3b3bad8deea291ffffae6558fc1f5474d709";
|
|
275
275
|
export declare function getContract(id: ContractID): Contract;
|