@floegence/redevplugin-ui 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 +16 -16
- package/dist/contracts.gen.js +16 -16
- package/dist/openapi.gen.d.ts +30 -51
- package/package.json +2 -2
package/dist/contracts.gen.d.ts
CHANGED
|
@@ -30,8 +30,8 @@ export declare const redevPluginContractVersions: {
|
|
|
30
30
|
readonly resource_scope_schema_version: "resource-scope-v1";
|
|
31
31
|
readonly session_scope_schema_version: "session-scope-v1";
|
|
32
32
|
readonly plugin_platform_openapi_version: "plugin-platform-v15";
|
|
33
|
-
readonly compatibility_manifest_version: "redevplugin.compatibility.
|
|
34
|
-
readonly compatibility_schema_version: "compatibility-manifest-
|
|
33
|
+
readonly compatibility_manifest_version: "redevplugin.compatibility.v18";
|
|
34
|
+
readonly compatibility_schema_version: "compatibility-manifest-v18";
|
|
35
35
|
readonly worker_invocation_schema_version: "worker-invocation-v3";
|
|
36
36
|
readonly host_capability_contract_schema_version: "host-capability-contract-v1";
|
|
37
37
|
readonly host_capability_pin_schema_version: "host-capability-pin-v1";
|
|
@@ -39,8 +39,8 @@ export declare const redevPluginContractVersions: {
|
|
|
39
39
|
readonly performance_contract_version: "performance-contract-v4";
|
|
40
40
|
readonly performance_evidence_schema_version: "performance-evidence-v4";
|
|
41
41
|
readonly contract_registry_version: "contract-registry-v2";
|
|
42
|
-
readonly platform_package_set_schema_version: "platform-package-set-
|
|
43
|
-
readonly platform_package_publication_schema_version: "platform-package-publication-
|
|
42
|
+
readonly platform_package_set_schema_version: "platform-package-set-v3";
|
|
43
|
+
readonly platform_package_publication_schema_version: "platform-package-publication-v2";
|
|
44
44
|
readonly runtime_admission_schema_version: "runtime-admission-v1";
|
|
45
45
|
readonly runtime_descriptor_schema_version: "runtime-descriptor-v2";
|
|
46
46
|
readonly owner_scope_inventory_registry_version: "owner-scope-inventory-registry-v1";
|
|
@@ -59,14 +59,14 @@ export type ReDevPluginContractArtifact = {
|
|
|
59
59
|
};
|
|
60
60
|
export declare const redevPluginContractArtifacts: readonly [{
|
|
61
61
|
readonly id: "compatibility-manifest-schema";
|
|
62
|
-
readonly path: "spec/plugin/compatibility-manifest-
|
|
63
|
-
readonly version: "compatibility-manifest-
|
|
64
|
-
readonly sha256: "
|
|
62
|
+
readonly path: "spec/plugin/compatibility-manifest-v18.schema.json";
|
|
63
|
+
readonly version: "compatibility-manifest-v18";
|
|
64
|
+
readonly sha256: "48889bd7ddd936b9757a56b1b154244abc6904bd8e55e177e80ae4509d15ce06";
|
|
65
65
|
}, {
|
|
66
66
|
readonly id: "contract-registry-schema";
|
|
67
67
|
readonly path: "spec/plugin/contract-registry-v2.schema.json";
|
|
68
68
|
readonly version: "contract-registry-v2";
|
|
69
|
-
readonly sha256: "
|
|
69
|
+
readonly sha256: "92ffee62b7954eecdc1ce0cf364c1f719060a19aec5d997c1b1493362e941367";
|
|
70
70
|
}, {
|
|
71
71
|
readonly id: "error-codes-schema";
|
|
72
72
|
readonly path: "spec/plugin/error-codes-v8.schema.json";
|
|
@@ -146,7 +146,7 @@ export declare const redevPluginContractArtifacts: readonly [{
|
|
|
146
146
|
readonly id: "performance-contract";
|
|
147
147
|
readonly path: "spec/plugin/performance-contract-v4.json";
|
|
148
148
|
readonly version: "performance-contract-v4";
|
|
149
|
-
readonly sha256: "
|
|
149
|
+
readonly sha256: "75bd7955383cf77711c7df9b624d62b1eda3275ddc558500f206be4ea876f858";
|
|
150
150
|
}, {
|
|
151
151
|
readonly id: "performance-evidence-schema";
|
|
152
152
|
readonly path: "spec/plugin/performance-evidence-v4.schema.json";
|
|
@@ -154,19 +154,19 @@ export declare const redevPluginContractArtifacts: readonly [{
|
|
|
154
154
|
readonly sha256: "f51ba9d425f0e40bc4f2db7ed26454e7575b14ffb6937a06dc01b8e7a66b3f61";
|
|
155
155
|
}, {
|
|
156
156
|
readonly id: "platform-package-publication-schema";
|
|
157
|
-
readonly path: "spec/plugin/platform-package-publication-
|
|
158
|
-
readonly version: "platform-package-publication-
|
|
159
|
-
readonly sha256: "
|
|
157
|
+
readonly path: "spec/plugin/platform-package-publication-v2.schema.json";
|
|
158
|
+
readonly version: "platform-package-publication-v2";
|
|
159
|
+
readonly sha256: "f506ef7838757a05d5742fd3f223eb80cec99710972c517860cebd61c517012b";
|
|
160
160
|
}, {
|
|
161
161
|
readonly id: "platform-package-set-schema";
|
|
162
|
-
readonly path: "spec/plugin/platform-package-set-
|
|
163
|
-
readonly version: "platform-package-set-
|
|
164
|
-
readonly sha256: "
|
|
162
|
+
readonly path: "spec/plugin/platform-package-set-v3.schema.json";
|
|
163
|
+
readonly version: "platform-package-set-v3";
|
|
164
|
+
readonly sha256: "2ac6e9a520e21a3294bec0059e0fabb6ee5d285fe6efe08a6bb6cbf2c7aea2bb";
|
|
165
165
|
}, {
|
|
166
166
|
readonly id: "plugin-platform-openapi";
|
|
167
167
|
readonly path: "spec/openapi/plugin-platform-v15.yaml";
|
|
168
168
|
readonly version: "plugin-platform-v15";
|
|
169
|
-
readonly sha256: "
|
|
169
|
+
readonly sha256: "d89af4d7a1a17f6abc9f9a5c418e8f33a2e50daf8e6b64c8c37171213bf15218";
|
|
170
170
|
}, {
|
|
171
171
|
readonly id: "presentation-icon-evidence-schema";
|
|
172
172
|
readonly path: "spec/plugin/presentation-icon-evidence-v1.schema.json";
|
package/dist/contracts.gen.js
CHANGED
|
@@ -27,8 +27,8 @@ export const redevPluginContractVersions = {
|
|
|
27
27
|
"resource_scope_schema_version": "resource-scope-v1",
|
|
28
28
|
"session_scope_schema_version": "session-scope-v1",
|
|
29
29
|
"plugin_platform_openapi_version": "plugin-platform-v15",
|
|
30
|
-
"compatibility_manifest_version": "redevplugin.compatibility.
|
|
31
|
-
"compatibility_schema_version": "compatibility-manifest-
|
|
30
|
+
"compatibility_manifest_version": "redevplugin.compatibility.v18",
|
|
31
|
+
"compatibility_schema_version": "compatibility-manifest-v18",
|
|
32
32
|
"worker_invocation_schema_version": "worker-invocation-v3",
|
|
33
33
|
"host_capability_contract_schema_version": "host-capability-contract-v1",
|
|
34
34
|
"host_capability_pin_schema_version": "host-capability-pin-v1",
|
|
@@ -36,8 +36,8 @@ export const redevPluginContractVersions = {
|
|
|
36
36
|
"performance_contract_version": "performance-contract-v4",
|
|
37
37
|
"performance_evidence_schema_version": "performance-evidence-v4",
|
|
38
38
|
"contract_registry_version": "contract-registry-v2",
|
|
39
|
-
"platform_package_set_schema_version": "platform-package-set-
|
|
40
|
-
"platform_package_publication_schema_version": "platform-package-publication-
|
|
39
|
+
"platform_package_set_schema_version": "platform-package-set-v3",
|
|
40
|
+
"platform_package_publication_schema_version": "platform-package-publication-v2",
|
|
41
41
|
"runtime_admission_schema_version": "runtime-admission-v1",
|
|
42
42
|
"runtime_descriptor_schema_version": "runtime-descriptor-v2",
|
|
43
43
|
"owner_scope_inventory_registry_version": "owner-scope-inventory-registry-v1",
|
|
@@ -51,15 +51,15 @@ export const redevPluginContractVersions = {
|
|
|
51
51
|
export const redevPluginContractArtifacts = [
|
|
52
52
|
{
|
|
53
53
|
id: "compatibility-manifest-schema",
|
|
54
|
-
path: "spec/plugin/compatibility-manifest-
|
|
55
|
-
version: "compatibility-manifest-
|
|
56
|
-
sha256: "
|
|
54
|
+
path: "spec/plugin/compatibility-manifest-v18.schema.json",
|
|
55
|
+
version: "compatibility-manifest-v18",
|
|
56
|
+
sha256: "48889bd7ddd936b9757a56b1b154244abc6904bd8e55e177e80ae4509d15ce06",
|
|
57
57
|
},
|
|
58
58
|
{
|
|
59
59
|
id: "contract-registry-schema",
|
|
60
60
|
path: "spec/plugin/contract-registry-v2.schema.json",
|
|
61
61
|
version: "contract-registry-v2",
|
|
62
|
-
sha256: "
|
|
62
|
+
sha256: "92ffee62b7954eecdc1ce0cf364c1f719060a19aec5d997c1b1493362e941367",
|
|
63
63
|
},
|
|
64
64
|
{
|
|
65
65
|
id: "error-codes-schema",
|
|
@@ -155,7 +155,7 @@ export const redevPluginContractArtifacts = [
|
|
|
155
155
|
id: "performance-contract",
|
|
156
156
|
path: "spec/plugin/performance-contract-v4.json",
|
|
157
157
|
version: "performance-contract-v4",
|
|
158
|
-
sha256: "
|
|
158
|
+
sha256: "75bd7955383cf77711c7df9b624d62b1eda3275ddc558500f206be4ea876f858",
|
|
159
159
|
},
|
|
160
160
|
{
|
|
161
161
|
id: "performance-evidence-schema",
|
|
@@ -165,21 +165,21 @@ export const redevPluginContractArtifacts = [
|
|
|
165
165
|
},
|
|
166
166
|
{
|
|
167
167
|
id: "platform-package-publication-schema",
|
|
168
|
-
path: "spec/plugin/platform-package-publication-
|
|
169
|
-
version: "platform-package-publication-
|
|
170
|
-
sha256: "
|
|
168
|
+
path: "spec/plugin/platform-package-publication-v2.schema.json",
|
|
169
|
+
version: "platform-package-publication-v2",
|
|
170
|
+
sha256: "f506ef7838757a05d5742fd3f223eb80cec99710972c517860cebd61c517012b",
|
|
171
171
|
},
|
|
172
172
|
{
|
|
173
173
|
id: "platform-package-set-schema",
|
|
174
|
-
path: "spec/plugin/platform-package-set-
|
|
175
|
-
version: "platform-package-set-
|
|
176
|
-
sha256: "
|
|
174
|
+
path: "spec/plugin/platform-package-set-v3.schema.json",
|
|
175
|
+
version: "platform-package-set-v3",
|
|
176
|
+
sha256: "2ac6e9a520e21a3294bec0059e0fabb6ee5d285fe6efe08a6bb6cbf2c7aea2bb",
|
|
177
177
|
},
|
|
178
178
|
{
|
|
179
179
|
id: "plugin-platform-openapi",
|
|
180
180
|
path: "spec/openapi/plugin-platform-v15.yaml",
|
|
181
181
|
version: "plugin-platform-v15",
|
|
182
|
-
sha256: "
|
|
182
|
+
sha256: "d89af4d7a1a17f6abc9f9a5c418e8f33a2e50daf8e6b64c8c37171213bf15218",
|
|
183
183
|
},
|
|
184
184
|
{
|
|
185
185
|
id: "presentation-icon-evidence-schema",
|
package/dist/openapi.gen.d.ts
CHANGED
|
@@ -1347,7 +1347,7 @@ export interface components {
|
|
|
1347
1347
|
PluginCatalogResult: {
|
|
1348
1348
|
plugins: components["schemas"]["PluginRecord"][];
|
|
1349
1349
|
};
|
|
1350
|
-
PluginCompatibilityManifest: components["schemas"]["
|
|
1350
|
+
PluginCompatibilityManifest: components["schemas"]["CompatibilityManifestV18"];
|
|
1351
1351
|
ExecutionList: {
|
|
1352
1352
|
executions: components["schemas"]["Execution"][];
|
|
1353
1353
|
next_cursor?: number;
|
|
@@ -2597,10 +2597,10 @@ export interface components {
|
|
|
2597
2597
|
counts: components["schemas"]["SessionScopeV1RevokeCounts"];
|
|
2598
2598
|
};
|
|
2599
2599
|
SessionScopeV1PublicRevokeResult: components["schemas"]["SessionScopeV1CompleteRevokeResult"] | components["schemas"]["SessionScopeV1IncompleteRevokeResult"];
|
|
2600
|
-
|
|
2600
|
+
CompatibilityManifestV18: {
|
|
2601
2601
|
/** @constant */
|
|
2602
|
-
schema_version: "redevplugin.compatibility.
|
|
2603
|
-
package_set: components["schemas"]["
|
|
2602
|
+
schema_version: "redevplugin.compatibility.v18";
|
|
2603
|
+
package_set: components["schemas"]["PlatformPackageSetV3"];
|
|
2604
2604
|
matrix: {
|
|
2605
2605
|
/** @constant */
|
|
2606
2606
|
plugin_ui_protocol_version: "plugin-ui-v7";
|
|
@@ -2657,7 +2657,7 @@ export interface components {
|
|
|
2657
2657
|
/** @constant */
|
|
2658
2658
|
plugin_platform_openapi_version: "plugin-platform-v15";
|
|
2659
2659
|
/** @constant */
|
|
2660
|
-
compatibility_schema_version: "compatibility-manifest-
|
|
2660
|
+
compatibility_schema_version: "compatibility-manifest-v18";
|
|
2661
2661
|
/** @constant */
|
|
2662
2662
|
worker_invocation_schema_version: "worker-invocation-v3";
|
|
2663
2663
|
/** @constant */
|
|
@@ -2673,9 +2673,9 @@ export interface components {
|
|
|
2673
2673
|
/** @constant */
|
|
2674
2674
|
contract_registry_version: "contract-registry-v2";
|
|
2675
2675
|
/** @constant */
|
|
2676
|
-
platform_package_set_schema_version: "platform-package-set-
|
|
2676
|
+
platform_package_set_schema_version: "platform-package-set-v3";
|
|
2677
2677
|
/** @constant */
|
|
2678
|
-
platform_package_publication_schema_version: "platform-package-publication-
|
|
2678
|
+
platform_package_publication_schema_version: "platform-package-publication-v2";
|
|
2679
2679
|
/** @constant */
|
|
2680
2680
|
runtime_admission_schema_version: "runtime-admission-v1";
|
|
2681
2681
|
/** @constant */
|
|
@@ -2696,84 +2696,63 @@ export interface components {
|
|
|
2696
2696
|
quarantine_cleanup_schema_version: "quarantine-cleanup-v1";
|
|
2697
2697
|
};
|
|
2698
2698
|
contract_set_sha256: string;
|
|
2699
|
-
contracts: components["schemas"]["
|
|
2699
|
+
contracts: components["schemas"]["CompatibilityManifestV18Contract"][];
|
|
2700
2700
|
};
|
|
2701
|
-
|
|
2701
|
+
CompatibilityManifestV18Contract: {
|
|
2702
2702
|
id: string;
|
|
2703
2703
|
path: string;
|
|
2704
2704
|
version: string;
|
|
2705
2705
|
sha256: string;
|
|
2706
2706
|
};
|
|
2707
|
-
|
|
2707
|
+
PlatformPackageSetV3: {
|
|
2708
2708
|
/** @constant */
|
|
2709
|
-
schema_version: "redevplugin.platform_package_set.
|
|
2710
|
-
platform_version: components["schemas"]["
|
|
2711
|
-
go_module: components["schemas"]["
|
|
2709
|
+
schema_version: "redevplugin.platform_package_set.v3";
|
|
2710
|
+
platform_version: components["schemas"]["PlatformPackageSetV3Version"];
|
|
2711
|
+
go_module: components["schemas"]["PlatformPackageSetV3GoModule"];
|
|
2712
2712
|
npm_packages: [
|
|
2713
|
-
components["schemas"]["
|
|
2714
|
-
components["schemas"]["
|
|
2713
|
+
components["schemas"]["PlatformPackageSetV3NpmContracts"],
|
|
2714
|
+
components["schemas"]["PlatformPackageSetV3NpmUi"]
|
|
2715
2715
|
];
|
|
2716
2716
|
rust_crates: [
|
|
2717
|
-
components["schemas"]["
|
|
2718
|
-
components["schemas"]["
|
|
2719
|
-
components["schemas"]["PlatformPackageSetV2RustWasmAbi"],
|
|
2720
|
-
components["schemas"]["PlatformPackageSetV2RustWorkerSdk"],
|
|
2721
|
-
components["schemas"]["PlatformPackageSetV2RustRuntime"]
|
|
2717
|
+
components["schemas"]["PlatformPackageSetV3RustRuntime"],
|
|
2718
|
+
components["schemas"]["PlatformPackageSetV3RustWorkerSdk"]
|
|
2722
2719
|
];
|
|
2723
2720
|
/** @constant */
|
|
2724
2721
|
contract_registry_version: "contract-registry-v2";
|
|
2725
|
-
contract_set_sha256: components["schemas"]["
|
|
2722
|
+
contract_set_sha256: components["schemas"]["PlatformPackageSetV3Sha256"];
|
|
2726
2723
|
};
|
|
2727
|
-
|
|
2728
|
-
|
|
2729
|
-
|
|
2724
|
+
PlatformPackageSetV3Version: string;
|
|
2725
|
+
PlatformPackageSetV3Sha256: string;
|
|
2726
|
+
PlatformPackageSetV3GoModule: {
|
|
2730
2727
|
/** @constant */
|
|
2731
2728
|
module: "github.com/floegence/redevplugin";
|
|
2732
2729
|
version: string;
|
|
2733
2730
|
};
|
|
2734
|
-
|
|
2731
|
+
PlatformPackageSetV3NpmPackage: {
|
|
2735
2732
|
name: string;
|
|
2736
|
-
version: components["schemas"]["
|
|
2733
|
+
version: components["schemas"]["PlatformPackageSetV3Version"];
|
|
2737
2734
|
};
|
|
2738
|
-
|
|
2735
|
+
PlatformPackageSetV3NpmContracts: components["schemas"]["PlatformPackageSetV3NpmPackage"] & {
|
|
2739
2736
|
/** @constant */
|
|
2740
2737
|
name?: "@floegence/redevplugin-contracts";
|
|
2741
2738
|
};
|
|
2742
|
-
|
|
2739
|
+
PlatformPackageSetV3NpmUi: components["schemas"]["PlatformPackageSetV3NpmPackage"] & {
|
|
2743
2740
|
/** @constant */
|
|
2744
2741
|
name?: "@floegence/redevplugin-ui";
|
|
2745
2742
|
};
|
|
2746
|
-
|
|
2743
|
+
PlatformPackageSetV3RustCrate: {
|
|
2747
2744
|
name: string;
|
|
2748
|
-
version: components["schemas"]["
|
|
2745
|
+
version: components["schemas"]["PlatformPackageSetV3Version"];
|
|
2749
2746
|
/** @enum {unknown} */
|
|
2750
|
-
role: "
|
|
2747
|
+
role: "runtime" | "worker_sdk";
|
|
2751
2748
|
};
|
|
2752
|
-
|
|
2753
|
-
/** @constant */
|
|
2754
|
-
name?: "redevplugin-contracts";
|
|
2755
|
-
/** @constant */
|
|
2756
|
-
role?: "contracts";
|
|
2757
|
-
};
|
|
2758
|
-
PlatformPackageSetV2RustIpc: components["schemas"]["PlatformPackageSetV2RustCrate"] & {
|
|
2759
|
-
/** @constant */
|
|
2760
|
-
name?: "redevplugin-ipc";
|
|
2761
|
-
/** @constant */
|
|
2762
|
-
role?: "ipc";
|
|
2763
|
-
};
|
|
2764
|
-
PlatformPackageSetV2RustWasmAbi: components["schemas"]["PlatformPackageSetV2RustCrate"] & {
|
|
2765
|
-
/** @constant */
|
|
2766
|
-
name?: "redevplugin-wasm-abi";
|
|
2767
|
-
/** @constant */
|
|
2768
|
-
role?: "wasm_abi";
|
|
2769
|
-
};
|
|
2770
|
-
PlatformPackageSetV2RustWorkerSdk: components["schemas"]["PlatformPackageSetV2RustCrate"] & {
|
|
2749
|
+
PlatformPackageSetV3RustWorkerSdk: components["schemas"]["PlatformPackageSetV3RustCrate"] & {
|
|
2771
2750
|
/** @constant */
|
|
2772
2751
|
name?: "redevplugin-worker-sdk";
|
|
2773
2752
|
/** @constant */
|
|
2774
2753
|
role?: "worker_sdk";
|
|
2775
2754
|
};
|
|
2776
|
-
|
|
2755
|
+
PlatformPackageSetV3RustRuntime: components["schemas"]["PlatformPackageSetV3RustCrate"] & {
|
|
2777
2756
|
/** @constant */
|
|
2778
2757
|
name?: "redevplugin-runtime";
|
|
2779
2758
|
/** @constant */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@floegence/redevplugin-ui",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.1.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"repository": {
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"dist"
|
|
41
41
|
],
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@floegence/redevplugin-contracts": "1.
|
|
43
|
+
"@floegence/redevplugin-contracts": "1.1.0"
|
|
44
44
|
},
|
|
45
45
|
"publishConfig": {
|
|
46
46
|
"access": "public"
|