@floegence/redevplugin-contracts 1.1.4 → 2.0.1
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 +66 -55
- package/dist/contracts.gen.js +68 -55
- package/dist/index.d.ts +32 -27
- 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-v20.schema.json";
|
|
24
|
+
readonly version: "compatibility-manifest-v20";
|
|
25
|
+
readonly sha256: "8ace15ee3f0bb05e5cdd3449385dd498e37f5fb2e22a67302efb5efeaee1aa02";
|
|
26
26
|
}, {
|
|
27
27
|
readonly id: "contract-registry-schema";
|
|
28
28
|
readonly path: "spec/plugin/contract-registry-v2.schema.json";
|
|
@@ -60,9 +60,9 @@ export declare const contractRegistry: {
|
|
|
60
60
|
readonly sha256: "5a6e7307f1649eb70d13e83e5d16177458957bffb3262b9299b4cf6d443e284a";
|
|
61
61
|
}, {
|
|
62
62
|
readonly id: "manifest-schema";
|
|
63
|
-
readonly path: "spec/plugin/manifest-
|
|
64
|
-
readonly version: "manifest-
|
|
65
|
-
readonly sha256: "
|
|
63
|
+
readonly path: "spec/plugin/manifest-v9.schema.json";
|
|
64
|
+
readonly version: "manifest-v9";
|
|
65
|
+
readonly sha256: "d8b0fc348179a1a9af81f152897bad1891b1f8b7a7a4448c0a4e54e9883f1322";
|
|
66
66
|
}, {
|
|
67
67
|
readonly id: "network-grant-schema";
|
|
68
68
|
readonly path: "spec/plugin/network-grant-v2.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: "08830053b38f0f8466c4e9e608fd7f21e24175063ec02307543fbd8adfb5692e";
|
|
111
111
|
}, {
|
|
112
112
|
readonly id: "performance-evidence-schema";
|
|
113
113
|
readonly path: "spec/plugin/performance-evidence-v4.schema.json";
|
|
@@ -117,17 +117,17 @@ export declare const contractRegistry: {
|
|
|
117
117
|
readonly id: "platform-package-publication-schema";
|
|
118
118
|
readonly path: "spec/plugin/platform-package-publication-v2.schema.json";
|
|
119
119
|
readonly version: "platform-package-publication-v2";
|
|
120
|
-
readonly sha256: "
|
|
120
|
+
readonly sha256: "1cc7a342b7dda8533324764c7f29fa7a3ca24a93f6015e7a18a17539febd538a";
|
|
121
121
|
}, {
|
|
122
122
|
readonly id: "platform-package-set-schema";
|
|
123
123
|
readonly path: "spec/plugin/platform-package-set-v3.schema.json";
|
|
124
124
|
readonly version: "platform-package-set-v3";
|
|
125
|
-
readonly sha256: "
|
|
125
|
+
readonly sha256: "8acba305f9df90be10cca516b98a598efc9a4bffd0e3c2915d78385e18397b88";
|
|
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-v17.yaml";
|
|
129
|
+
readonly version: "plugin-platform-v17";
|
|
130
|
+
readonly sha256: "1a043991f4d87ddfabdf614364e1bec42400f4bc19b7856c4c774b9f282fcda3";
|
|
131
131
|
}, {
|
|
132
132
|
readonly id: "presentation-icon-evidence-schema";
|
|
133
133
|
readonly path: "spec/plugin/presentation-icon-evidence-v1.schema.json";
|
|
@@ -143,6 +143,11 @@ export declare const contractRegistry: {
|
|
|
143
143
|
readonly path: "spec/plugin/process-containment-v1.schema.json";
|
|
144
144
|
readonly version: "process-containment-v1";
|
|
145
145
|
readonly sha256: "930ea44b1f62361706e994649e84f62af0a6418b77a661ae9bf9c10f1398e3fc";
|
|
146
|
+
}, {
|
|
147
|
+
readonly id: "public-api-catalog";
|
|
148
|
+
readonly path: "spec/plugin/public-api-v1.json";
|
|
149
|
+
readonly version: "public-api-v1";
|
|
150
|
+
readonly sha256: "fec900c56ce6eb2ad5ee1f229d62918726c23af48eb6cbe52bb0aff7599e06cc";
|
|
146
151
|
}, {
|
|
147
152
|
readonly id: "publisher-release-ref-schema";
|
|
148
153
|
readonly path: "spec/plugin/publisher-release-ref-v1.schema.json";
|
|
@@ -200,9 +205,9 @@ export declare const contractRegistry: {
|
|
|
200
205
|
readonly sha256: "bee7b149876447d663a4099dbd71e71fa97f8ff80ddf4e12cbfba951a47c4beb";
|
|
201
206
|
}, {
|
|
202
207
|
readonly id: "runtime-descriptor-schema";
|
|
203
|
-
readonly path: "spec/plugin/runtime-descriptor-
|
|
204
|
-
readonly version: "runtime-descriptor-
|
|
205
|
-
readonly sha256: "
|
|
208
|
+
readonly path: "spec/plugin/runtime-descriptor-v3.schema.json";
|
|
209
|
+
readonly version: "runtime-descriptor-v3";
|
|
210
|
+
readonly sha256: "c95c9126c0bbb4b5f697114d4e11d7107d1bebea56d700d3549d00812e7c3e97";
|
|
206
211
|
}, {
|
|
207
212
|
readonly id: "runtime-exec-journal-schema";
|
|
208
213
|
readonly path: "spec/plugin/runtime-exec-journal-v1.schema.json";
|
|
@@ -210,9 +215,9 @@ export declare const contractRegistry: {
|
|
|
210
215
|
readonly sha256: "2bddbba383843b8ebc1554009909f0bb25e98616be763826a697cb0f408870d2";
|
|
211
216
|
}, {
|
|
212
217
|
readonly id: "rust-ipc-schema";
|
|
213
|
-
readonly path: "spec/plugin/ipc-
|
|
214
|
-
readonly version: "rust-ipc-
|
|
215
|
-
readonly sha256: "
|
|
218
|
+
readonly path: "spec/plugin/ipc-v7.schema.json";
|
|
219
|
+
readonly version: "rust-ipc-v7";
|
|
220
|
+
readonly sha256: "1e1c5b6414030a0c7ffa6f4356f95e2f78f339b9b4dff45bb3691931316d9502";
|
|
216
221
|
}, {
|
|
217
222
|
readonly id: "session-scope-schema";
|
|
218
223
|
readonly path: "spec/plugin/session-scope-v1.schema.json";
|
|
@@ -242,29 +247,29 @@ export declare const contractRegistry: {
|
|
|
242
247
|
};
|
|
243
248
|
export declare const packageSet: {
|
|
244
249
|
readonly schema_version: "redevplugin.platform_package_set.v3";
|
|
245
|
-
readonly platform_version: "
|
|
250
|
+
readonly platform_version: "2.0.1";
|
|
246
251
|
readonly go_module: {
|
|
247
|
-
readonly module: "github.com/floegence/redevplugin";
|
|
248
|
-
readonly version: "
|
|
252
|
+
readonly module: "github.com/floegence/redevplugin/v2";
|
|
253
|
+
readonly version: "v2.0.1";
|
|
249
254
|
};
|
|
250
255
|
readonly npm_packages: readonly [{
|
|
251
256
|
readonly name: "@floegence/redevplugin-contracts";
|
|
252
|
-
readonly version: "
|
|
257
|
+
readonly version: "2.0.1";
|
|
253
258
|
}, {
|
|
254
259
|
readonly name: "@floegence/redevplugin-ui";
|
|
255
|
-
readonly version: "
|
|
260
|
+
readonly version: "2.0.1";
|
|
256
261
|
}];
|
|
257
262
|
readonly rust_crates: readonly [{
|
|
258
263
|
readonly name: "redevplugin-runtime";
|
|
259
|
-
readonly version: "
|
|
264
|
+
readonly version: "2.0.1";
|
|
260
265
|
readonly role: "runtime";
|
|
261
266
|
}, {
|
|
262
267
|
readonly name: "redevplugin-worker-sdk";
|
|
263
|
-
readonly version: "
|
|
268
|
+
readonly version: "2.0.1";
|
|
264
269
|
readonly role: "worker_sdk";
|
|
265
270
|
}];
|
|
266
271
|
readonly contract_registry_version: "contract-registry-v2";
|
|
267
|
-
readonly contract_set_sha256: "
|
|
272
|
+
readonly contract_set_sha256: "ad1898db7bb7d8a309b72d8998af8585ea365c7238864b35ab16300b7bbcfe9f";
|
|
268
273
|
};
|
|
269
|
-
export declare const contractSetSHA256: "
|
|
274
|
+
export declare const contractSetSHA256: "ad1898db7bb7d8a309b72d8998af8585ea365c7238864b35ab16300b7bbcfe9f";
|
|
270
275
|
export declare function getContract(id: ContractID): Contract;
|