@floegence/redevplugin-contracts 0.7.1 → 0.7.3
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 +38 -38
- package/dist/contracts.gen.js +38 -38
- package/dist/index.d.ts +22 -22
- 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-v15.schema.json";
|
|
24
|
+
readonly version: "compatibility-manifest-v15";
|
|
25
|
+
readonly sha256: "921beeaff20abd3f67d73bd695f27459f453b014730cefb22864c015837c239a";
|
|
26
26
|
}, {
|
|
27
27
|
readonly id: "contract-registry-schema";
|
|
28
28
|
readonly path: "spec/plugin/contract-registry-v2.schema.json";
|
|
@@ -30,9 +30,9 @@ export declare const contractRegistry: {
|
|
|
30
30
|
readonly sha256: "d516b3565158ac1b0d5e9f86b91b13ac19321ab3ff54468be41951b68d7085ac";
|
|
31
31
|
}, {
|
|
32
32
|
readonly id: "error-codes-schema";
|
|
33
|
-
readonly path: "spec/plugin/error-codes-
|
|
34
|
-
readonly version: "error-codes-
|
|
35
|
-
readonly sha256: "
|
|
33
|
+
readonly path: "spec/plugin/error-codes-v8.schema.json";
|
|
34
|
+
readonly version: "error-codes-v8";
|
|
35
|
+
readonly sha256: "454e3c8b46e20bc524080ca1aa91dcf2ecdfe0a90cc33b5b328e87356d07e7e3";
|
|
36
36
|
}, {
|
|
37
37
|
readonly id: "external-signer-request-schema";
|
|
38
38
|
readonly path: "spec/plugin/external-signer-request-v1.schema.json";
|
|
@@ -92,7 +92,7 @@ export declare const contractRegistry: {
|
|
|
92
92
|
readonly id: "iframe-bridge-schema";
|
|
93
93
|
readonly path: "spec/plugin/bridge-v7.schema.json";
|
|
94
94
|
readonly version: "bridge-v7";
|
|
95
|
-
readonly sha256: "
|
|
95
|
+
readonly sha256: "fe8da4e5b14ac6d7c7bb3101e041246e92573c58e1c9537e8cda2c26bf175ef5";
|
|
96
96
|
}, {
|
|
97
97
|
readonly id: "manifest-schema";
|
|
98
98
|
readonly path: "spec/plugin/manifest-v8.schema.json";
|
|
@@ -160,9 +160,9 @@ export declare const contractRegistry: {
|
|
|
160
160
|
readonly sha256: "4d9979f5205ec047895b64c995312c588d998bb1c1448f6c9c559f1b7ab0d796";
|
|
161
161
|
}, {
|
|
162
162
|
readonly id: "plugin-platform-openapi";
|
|
163
|
-
readonly path: "spec/openapi/plugin-platform-
|
|
164
|
-
readonly version: "plugin-platform-
|
|
165
|
-
readonly sha256: "
|
|
163
|
+
readonly path: "spec/openapi/plugin-platform-v13.yaml";
|
|
164
|
+
readonly version: "plugin-platform-v13";
|
|
165
|
+
readonly sha256: "e0b0c3a2aede94b80e32fb84adf5f88d867c6e9958565c106e60ad5a2ae36f5e";
|
|
166
166
|
}, {
|
|
167
167
|
readonly id: "presentation-locale-fixture";
|
|
168
168
|
readonly path: "spec/plugin/presentation-locale-fixtures-v1.json";
|
|
@@ -317,45 +317,45 @@ export declare const contractRegistry: {
|
|
|
317
317
|
};
|
|
318
318
|
export declare const packageSet: {
|
|
319
319
|
readonly schema_version: "redevplugin.platform_package_set.v1";
|
|
320
|
-
readonly platform_version: "0.7.
|
|
320
|
+
readonly platform_version: "0.7.3";
|
|
321
321
|
readonly go_module: {
|
|
322
322
|
readonly module: "github.com/floegence/redevplugin";
|
|
323
|
-
readonly version: "v0.7.
|
|
323
|
+
readonly version: "v0.7.3";
|
|
324
324
|
};
|
|
325
325
|
readonly npm_packages: readonly [{
|
|
326
326
|
readonly name: "@floegence/redevplugin-contracts";
|
|
327
|
-
readonly version: "0.7.
|
|
327
|
+
readonly version: "0.7.3";
|
|
328
328
|
}, {
|
|
329
329
|
readonly name: "@floegence/redevplugin-ui";
|
|
330
|
-
readonly version: "0.7.
|
|
330
|
+
readonly version: "0.7.3";
|
|
331
331
|
}];
|
|
332
332
|
readonly rust_crates: readonly [{
|
|
333
333
|
readonly name: "redevplugin-contracts";
|
|
334
|
-
readonly version: "0.7.
|
|
334
|
+
readonly version: "0.7.3";
|
|
335
335
|
readonly role: "contracts";
|
|
336
336
|
}, {
|
|
337
337
|
readonly name: "redevplugin-ipc";
|
|
338
|
-
readonly version: "0.7.
|
|
338
|
+
readonly version: "0.7.3";
|
|
339
339
|
readonly role: "ipc";
|
|
340
340
|
}, {
|
|
341
341
|
readonly name: "redevplugin-wasm-abi";
|
|
342
|
-
readonly version: "0.7.
|
|
342
|
+
readonly version: "0.7.3";
|
|
343
343
|
readonly role: "wasm_abi";
|
|
344
344
|
}, {
|
|
345
345
|
readonly name: "redevplugin-target-classifier";
|
|
346
|
-
readonly version: "0.7.
|
|
346
|
+
readonly version: "0.7.3";
|
|
347
347
|
readonly role: "target_classifier";
|
|
348
348
|
}, {
|
|
349
349
|
readonly name: "redevplugin-worker-sdk";
|
|
350
|
-
readonly version: "0.7.
|
|
350
|
+
readonly version: "0.7.3";
|
|
351
351
|
readonly role: "worker_sdk";
|
|
352
352
|
}, {
|
|
353
353
|
readonly name: "redevplugin-runtime";
|
|
354
|
-
readonly version: "0.7.
|
|
354
|
+
readonly version: "0.7.3";
|
|
355
355
|
readonly role: "runtime";
|
|
356
356
|
}];
|
|
357
357
|
readonly contract_registry_version: "contract-registry-v2";
|
|
358
|
-
readonly contract_set_sha256: "
|
|
358
|
+
readonly contract_set_sha256: "ba19b4252fedf64be30d6985a24679a7d45884842dc04eee452f0d9d15842941";
|
|
359
359
|
};
|
|
360
|
-
export declare const contractSetSHA256: "
|
|
360
|
+
export declare const contractSetSHA256: "ba19b4252fedf64be30d6985a24679a7d45884842dc04eee452f0d9d15842941";
|
|
361
361
|
export declare function getContract(id: ContractID): Contract;
|