@floegence/redevplugin-ui 1.0.0 → 1.1.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 +16 -16
- package/dist/contracts.gen.js +16 -16
- package/dist/openapi.gen.d.ts +44 -52
- 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: "2e52294ca38c568df62297b2092f0dea91288c3692903760bf8504821e1809e1";
|
|
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: "2e52294ca38c568df62297b2092f0dea91288c3692903760bf8504821e1809e1",
|
|
183
183
|
},
|
|
184
184
|
{
|
|
185
185
|
id: "presentation-icon-evidence-schema",
|
package/dist/openapi.gen.d.ts
CHANGED
|
@@ -1344,10 +1344,23 @@ export interface components {
|
|
|
1344
1344
|
SessionScopeRevokeResult: components["schemas"]["SessionScopeV1PublicRevokeResult"];
|
|
1345
1345
|
SessionScopeRevokeCompleteResult: components["schemas"]["SessionScopeV1CompleteRevokeResult"];
|
|
1346
1346
|
SessionScopeRevokeIncompleteResult: components["schemas"]["SessionScopeV1IncompleteRevokeResult"];
|
|
1347
|
+
PluginActionState: {
|
|
1348
|
+
can_open: boolean;
|
|
1349
|
+
can_enable: boolean;
|
|
1350
|
+
can_disable: boolean;
|
|
1351
|
+
can_uninstall: boolean;
|
|
1352
|
+
/** @enum {string} */
|
|
1353
|
+
blocked_reason?: "disabled" | "permission_required" | "policy_restricted" | "package_invalid" | "signature_invalid" | "signature_revoked" | "runtime_unavailable" | "incompatible";
|
|
1354
|
+
/** @enum {string} */
|
|
1355
|
+
recovery_action?: "retry";
|
|
1356
|
+
};
|
|
1357
|
+
PluginCatalogRecord: components["schemas"]["PluginRecord"] & {
|
|
1358
|
+
action_state: components["schemas"]["PluginActionState"];
|
|
1359
|
+
};
|
|
1347
1360
|
PluginCatalogResult: {
|
|
1348
|
-
plugins: components["schemas"]["
|
|
1361
|
+
plugins: components["schemas"]["PluginCatalogRecord"][];
|
|
1349
1362
|
};
|
|
1350
|
-
PluginCompatibilityManifest: components["schemas"]["
|
|
1363
|
+
PluginCompatibilityManifest: components["schemas"]["CompatibilityManifestV18"];
|
|
1351
1364
|
ExecutionList: {
|
|
1352
1365
|
executions: components["schemas"]["Execution"][];
|
|
1353
1366
|
next_cursor?: number;
|
|
@@ -2597,10 +2610,10 @@ export interface components {
|
|
|
2597
2610
|
counts: components["schemas"]["SessionScopeV1RevokeCounts"];
|
|
2598
2611
|
};
|
|
2599
2612
|
SessionScopeV1PublicRevokeResult: components["schemas"]["SessionScopeV1CompleteRevokeResult"] | components["schemas"]["SessionScopeV1IncompleteRevokeResult"];
|
|
2600
|
-
|
|
2613
|
+
CompatibilityManifestV18: {
|
|
2601
2614
|
/** @constant */
|
|
2602
|
-
schema_version: "redevplugin.compatibility.
|
|
2603
|
-
package_set: components["schemas"]["
|
|
2615
|
+
schema_version: "redevplugin.compatibility.v18";
|
|
2616
|
+
package_set: components["schemas"]["PlatformPackageSetV3"];
|
|
2604
2617
|
matrix: {
|
|
2605
2618
|
/** @constant */
|
|
2606
2619
|
plugin_ui_protocol_version: "plugin-ui-v7";
|
|
@@ -2657,7 +2670,7 @@ export interface components {
|
|
|
2657
2670
|
/** @constant */
|
|
2658
2671
|
plugin_platform_openapi_version: "plugin-platform-v15";
|
|
2659
2672
|
/** @constant */
|
|
2660
|
-
compatibility_schema_version: "compatibility-manifest-
|
|
2673
|
+
compatibility_schema_version: "compatibility-manifest-v18";
|
|
2661
2674
|
/** @constant */
|
|
2662
2675
|
worker_invocation_schema_version: "worker-invocation-v3";
|
|
2663
2676
|
/** @constant */
|
|
@@ -2673,9 +2686,9 @@ export interface components {
|
|
|
2673
2686
|
/** @constant */
|
|
2674
2687
|
contract_registry_version: "contract-registry-v2";
|
|
2675
2688
|
/** @constant */
|
|
2676
|
-
platform_package_set_schema_version: "platform-package-set-
|
|
2689
|
+
platform_package_set_schema_version: "platform-package-set-v3";
|
|
2677
2690
|
/** @constant */
|
|
2678
|
-
platform_package_publication_schema_version: "platform-package-publication-
|
|
2691
|
+
platform_package_publication_schema_version: "platform-package-publication-v2";
|
|
2679
2692
|
/** @constant */
|
|
2680
2693
|
runtime_admission_schema_version: "runtime-admission-v1";
|
|
2681
2694
|
/** @constant */
|
|
@@ -2696,84 +2709,63 @@ export interface components {
|
|
|
2696
2709
|
quarantine_cleanup_schema_version: "quarantine-cleanup-v1";
|
|
2697
2710
|
};
|
|
2698
2711
|
contract_set_sha256: string;
|
|
2699
|
-
contracts: components["schemas"]["
|
|
2712
|
+
contracts: components["schemas"]["CompatibilityManifestV18Contract"][];
|
|
2700
2713
|
};
|
|
2701
|
-
|
|
2714
|
+
CompatibilityManifestV18Contract: {
|
|
2702
2715
|
id: string;
|
|
2703
2716
|
path: string;
|
|
2704
2717
|
version: string;
|
|
2705
2718
|
sha256: string;
|
|
2706
2719
|
};
|
|
2707
|
-
|
|
2720
|
+
PlatformPackageSetV3: {
|
|
2708
2721
|
/** @constant */
|
|
2709
|
-
schema_version: "redevplugin.platform_package_set.
|
|
2710
|
-
platform_version: components["schemas"]["
|
|
2711
|
-
go_module: components["schemas"]["
|
|
2722
|
+
schema_version: "redevplugin.platform_package_set.v3";
|
|
2723
|
+
platform_version: components["schemas"]["PlatformPackageSetV3Version"];
|
|
2724
|
+
go_module: components["schemas"]["PlatformPackageSetV3GoModule"];
|
|
2712
2725
|
npm_packages: [
|
|
2713
|
-
components["schemas"]["
|
|
2714
|
-
components["schemas"]["
|
|
2726
|
+
components["schemas"]["PlatformPackageSetV3NpmContracts"],
|
|
2727
|
+
components["schemas"]["PlatformPackageSetV3NpmUi"]
|
|
2715
2728
|
];
|
|
2716
2729
|
rust_crates: [
|
|
2717
|
-
components["schemas"]["
|
|
2718
|
-
components["schemas"]["
|
|
2719
|
-
components["schemas"]["PlatformPackageSetV2RustWasmAbi"],
|
|
2720
|
-
components["schemas"]["PlatformPackageSetV2RustWorkerSdk"],
|
|
2721
|
-
components["schemas"]["PlatformPackageSetV2RustRuntime"]
|
|
2730
|
+
components["schemas"]["PlatformPackageSetV3RustRuntime"],
|
|
2731
|
+
components["schemas"]["PlatformPackageSetV3RustWorkerSdk"]
|
|
2722
2732
|
];
|
|
2723
2733
|
/** @constant */
|
|
2724
2734
|
contract_registry_version: "contract-registry-v2";
|
|
2725
|
-
contract_set_sha256: components["schemas"]["
|
|
2735
|
+
contract_set_sha256: components["schemas"]["PlatformPackageSetV3Sha256"];
|
|
2726
2736
|
};
|
|
2727
|
-
|
|
2728
|
-
|
|
2729
|
-
|
|
2737
|
+
PlatformPackageSetV3Version: string;
|
|
2738
|
+
PlatformPackageSetV3Sha256: string;
|
|
2739
|
+
PlatformPackageSetV3GoModule: {
|
|
2730
2740
|
/** @constant */
|
|
2731
2741
|
module: "github.com/floegence/redevplugin";
|
|
2732
2742
|
version: string;
|
|
2733
2743
|
};
|
|
2734
|
-
|
|
2744
|
+
PlatformPackageSetV3NpmPackage: {
|
|
2735
2745
|
name: string;
|
|
2736
|
-
version: components["schemas"]["
|
|
2746
|
+
version: components["schemas"]["PlatformPackageSetV3Version"];
|
|
2737
2747
|
};
|
|
2738
|
-
|
|
2748
|
+
PlatformPackageSetV3NpmContracts: components["schemas"]["PlatformPackageSetV3NpmPackage"] & {
|
|
2739
2749
|
/** @constant */
|
|
2740
2750
|
name?: "@floegence/redevplugin-contracts";
|
|
2741
2751
|
};
|
|
2742
|
-
|
|
2752
|
+
PlatformPackageSetV3NpmUi: components["schemas"]["PlatformPackageSetV3NpmPackage"] & {
|
|
2743
2753
|
/** @constant */
|
|
2744
2754
|
name?: "@floegence/redevplugin-ui";
|
|
2745
2755
|
};
|
|
2746
|
-
|
|
2756
|
+
PlatformPackageSetV3RustCrate: {
|
|
2747
2757
|
name: string;
|
|
2748
|
-
version: components["schemas"]["
|
|
2758
|
+
version: components["schemas"]["PlatformPackageSetV3Version"];
|
|
2749
2759
|
/** @enum {unknown} */
|
|
2750
|
-
role: "
|
|
2751
|
-
};
|
|
2752
|
-
PlatformPackageSetV2RustContracts: components["schemas"]["PlatformPackageSetV2RustCrate"] & {
|
|
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";
|
|
2760
|
+
role: "runtime" | "worker_sdk";
|
|
2769
2761
|
};
|
|
2770
|
-
|
|
2762
|
+
PlatformPackageSetV3RustWorkerSdk: components["schemas"]["PlatformPackageSetV3RustCrate"] & {
|
|
2771
2763
|
/** @constant */
|
|
2772
2764
|
name?: "redevplugin-worker-sdk";
|
|
2773
2765
|
/** @constant */
|
|
2774
2766
|
role?: "worker_sdk";
|
|
2775
2767
|
};
|
|
2776
|
-
|
|
2768
|
+
PlatformPackageSetV3RustRuntime: components["schemas"]["PlatformPackageSetV3RustCrate"] & {
|
|
2777
2769
|
/** @constant */
|
|
2778
2770
|
name?: "redevplugin-runtime";
|
|
2779
2771
|
/** @constant */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@floegence/redevplugin-ui",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.1.1",
|
|
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.1"
|
|
44
44
|
},
|
|
45
45
|
"publishConfig": {
|
|
46
46
|
"access": "public"
|