@floegence/redevplugin-contracts 1.1.3 → 1.1.4
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 +24 -24
- package/dist/contracts.gen.js +24 -24
- package/dist/index.d.ts +14 -14
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -20,9 +20,9 @@ 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-v19.schema.json";
|
|
24
|
+
readonly version: "compatibility-manifest-v19";
|
|
25
|
+
readonly sha256: "c871e24cb88386dbddaae0bd37bcc9177e54b3c02fb957de4b46ddb329d8bb5b";
|
|
26
26
|
}, {
|
|
27
27
|
readonly id: "contract-registry-schema";
|
|
28
28
|
readonly path: "spec/plugin/contract-registry-v2.schema.json";
|
|
@@ -125,9 +125,9 @@ export declare const contractRegistry: {
|
|
|
125
125
|
readonly sha256: "2ac6e9a520e21a3294bec0059e0fabb6ee5d285fe6efe08a6bb6cbf2c7aea2bb";
|
|
126
126
|
}, {
|
|
127
127
|
readonly id: "plugin-platform-openapi";
|
|
128
|
-
readonly path: "spec/openapi/plugin-platform-
|
|
129
|
-
readonly version: "plugin-platform-
|
|
130
|
-
readonly sha256: "
|
|
128
|
+
readonly path: "spec/openapi/plugin-platform-v16.yaml";
|
|
129
|
+
readonly version: "plugin-platform-v16";
|
|
130
|
+
readonly sha256: "a85c284d1a6d677039bf9ec59e5bf80e93bc707d6ea7b1a7a967bf9daacdd5c0";
|
|
131
131
|
}, {
|
|
132
132
|
readonly id: "presentation-icon-evidence-schema";
|
|
133
133
|
readonly path: "spec/plugin/presentation-icon-evidence-v1.schema.json";
|
|
@@ -242,29 +242,29 @@ export declare const contractRegistry: {
|
|
|
242
242
|
};
|
|
243
243
|
export declare const packageSet: {
|
|
244
244
|
readonly schema_version: "redevplugin.platform_package_set.v3";
|
|
245
|
-
readonly platform_version: "1.1.
|
|
245
|
+
readonly platform_version: "1.1.4";
|
|
246
246
|
readonly go_module: {
|
|
247
247
|
readonly module: "github.com/floegence/redevplugin";
|
|
248
|
-
readonly version: "v1.1.
|
|
248
|
+
readonly version: "v1.1.4";
|
|
249
249
|
};
|
|
250
250
|
readonly npm_packages: readonly [{
|
|
251
251
|
readonly name: "@floegence/redevplugin-contracts";
|
|
252
|
-
readonly version: "1.1.
|
|
252
|
+
readonly version: "1.1.4";
|
|
253
253
|
}, {
|
|
254
254
|
readonly name: "@floegence/redevplugin-ui";
|
|
255
|
-
readonly version: "1.1.
|
|
255
|
+
readonly version: "1.1.4";
|
|
256
256
|
}];
|
|
257
257
|
readonly rust_crates: readonly [{
|
|
258
258
|
readonly name: "redevplugin-runtime";
|
|
259
|
-
readonly version: "1.1.
|
|
259
|
+
readonly version: "1.1.4";
|
|
260
260
|
readonly role: "runtime";
|
|
261
261
|
}, {
|
|
262
262
|
readonly name: "redevplugin-worker-sdk";
|
|
263
|
-
readonly version: "1.1.
|
|
263
|
+
readonly version: "1.1.4";
|
|
264
264
|
readonly role: "worker_sdk";
|
|
265
265
|
}];
|
|
266
266
|
readonly contract_registry_version: "contract-registry-v2";
|
|
267
|
-
readonly contract_set_sha256: "
|
|
267
|
+
readonly contract_set_sha256: "a17fd29f24bf6742e50657103830f4040725a64482a17b03146c376667d4e95e";
|
|
268
268
|
};
|
|
269
|
-
export declare const contractSetSHA256: "
|
|
269
|
+
export declare const contractSetSHA256: "a17fd29f24bf6742e50657103830f4040725a64482a17b03146c376667d4e95e";
|
|
270
270
|
export declare function getContract(id: ContractID): Contract;
|