@floegence/redevplugin-ui 0.6.15 → 0.6.17
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 +13 -7
- package/dist/contracts.gen.js +14 -7
- package/dist/openapi.gen.d.ts +12 -8
- package/package.json +2 -2
package/dist/contracts.gen.d.ts
CHANGED
|
@@ -32,8 +32,8 @@ export declare const redevPluginContractVersions: {
|
|
|
32
32
|
readonly resource_scope_schema_version: "resource-scope-v1";
|
|
33
33
|
readonly session_scope_schema_version: "session-scope-v1";
|
|
34
34
|
readonly plugin_platform_openapi_version: "plugin-platform-v8";
|
|
35
|
-
readonly compatibility_manifest_version: "redevplugin.compatibility.
|
|
36
|
-
readonly compatibility_schema_version: "compatibility-manifest-
|
|
35
|
+
readonly compatibility_manifest_version: "redevplugin.compatibility.v9";
|
|
36
|
+
readonly compatibility_schema_version: "compatibility-manifest-v9";
|
|
37
37
|
readonly worker_invocation_schema_version: "worker-invocation-v3";
|
|
38
38
|
readonly host_capability_contract_schema_version: "host-capability-contract-v1";
|
|
39
39
|
readonly host_capability_pin_schema_version: "host-capability-pin-v1";
|
|
@@ -52,6 +52,7 @@ export declare const redevPluginContractVersions: {
|
|
|
52
52
|
readonly owner_scope_inventory_registry_version: "owner-scope-inventory-registry-v1";
|
|
53
53
|
readonly owner_scope_inventory_schema_version: "owner-scope-inventory-v1";
|
|
54
54
|
readonly owner_scope_migration_schema_version: "owner-scope-migration-v1";
|
|
55
|
+
readonly owner_scope_root_recovery_schema_version: "owner-scope-root-recovery-v1";
|
|
55
56
|
readonly process_containment_schema_version: "process-containment-v1";
|
|
56
57
|
readonly runtime_exec_journal_schema_version: "runtime-exec-journal-v1";
|
|
57
58
|
readonly quarantine_cleanup_schema_version: "quarantine-cleanup-v1";
|
|
@@ -64,9 +65,9 @@ export type ReDevPluginContractArtifact = {
|
|
|
64
65
|
};
|
|
65
66
|
export declare const redevPluginContractArtifacts: readonly [{
|
|
66
67
|
readonly id: "compatibility-manifest-schema";
|
|
67
|
-
readonly path: "spec/plugin/compatibility-manifest-
|
|
68
|
-
readonly version: "compatibility-manifest-
|
|
69
|
-
readonly sha256: "
|
|
68
|
+
readonly path: "spec/plugin/compatibility-manifest-v9.schema.json";
|
|
69
|
+
readonly version: "compatibility-manifest-v9";
|
|
70
|
+
readonly sha256: "5fed1d2dddd4b6eac050f6d5e1a8732e361d0936e95c2ba79dbd49561a6b0175";
|
|
70
71
|
}, {
|
|
71
72
|
readonly id: "contract-registry-schema";
|
|
72
73
|
readonly path: "spec/plugin/contract-registry-v2.schema.json";
|
|
@@ -146,7 +147,12 @@ export declare const redevPluginContractArtifacts: readonly [{
|
|
|
146
147
|
readonly id: "owner-scope-migration-schema";
|
|
147
148
|
readonly path: "spec/plugin/owner-scope-migration-v1.schema.json";
|
|
148
149
|
readonly version: "owner-scope-migration-v1";
|
|
149
|
-
readonly sha256: "
|
|
150
|
+
readonly sha256: "497fff8a09d48fe195c18d13ff05ca6c9f8406f6215588901cb6d89315b713eb";
|
|
151
|
+
}, {
|
|
152
|
+
readonly id: "owner-scope-root-recovery-schema";
|
|
153
|
+
readonly path: "spec/plugin/owner-scope-root-recovery-v1.schema.json";
|
|
154
|
+
readonly version: "owner-scope-root-recovery-v1";
|
|
155
|
+
readonly sha256: "81b961a9933d129c8f9119e3091226039ffbc0b4721116a4811f9785bebf9d64";
|
|
150
156
|
}, {
|
|
151
157
|
readonly id: "package-signature-schema";
|
|
152
158
|
readonly path: "spec/plugin/package-signature-v1.schema.json";
|
|
@@ -176,7 +182,7 @@ export declare const redevPluginContractArtifacts: readonly [{
|
|
|
176
182
|
readonly id: "plugin-platform-openapi";
|
|
177
183
|
readonly path: "spec/openapi/plugin-platform-v8.yaml";
|
|
178
184
|
readonly version: "plugin-platform-v8";
|
|
179
|
-
readonly sha256: "
|
|
185
|
+
readonly sha256: "82d1539c3328af909091f29bf6bbdf6c76d7597424a366e94602a113e834e51d";
|
|
180
186
|
}, {
|
|
181
187
|
readonly id: "process-containment-schema";
|
|
182
188
|
readonly path: "spec/plugin/process-containment-v1.schema.json";
|
package/dist/contracts.gen.js
CHANGED
|
@@ -33,8 +33,8 @@ export const redevPluginContractVersions = {
|
|
|
33
33
|
"resource_scope_schema_version": "resource-scope-v1",
|
|
34
34
|
"session_scope_schema_version": "session-scope-v1",
|
|
35
35
|
"plugin_platform_openapi_version": "plugin-platform-v8",
|
|
36
|
-
"compatibility_manifest_version": "redevplugin.compatibility.
|
|
37
|
-
"compatibility_schema_version": "compatibility-manifest-
|
|
36
|
+
"compatibility_manifest_version": "redevplugin.compatibility.v9",
|
|
37
|
+
"compatibility_schema_version": "compatibility-manifest-v9",
|
|
38
38
|
"worker_invocation_schema_version": "worker-invocation-v3",
|
|
39
39
|
"host_capability_contract_schema_version": "host-capability-contract-v1",
|
|
40
40
|
"host_capability_pin_schema_version": "host-capability-pin-v1",
|
|
@@ -53,6 +53,7 @@ export const redevPluginContractVersions = {
|
|
|
53
53
|
"owner_scope_inventory_registry_version": "owner-scope-inventory-registry-v1",
|
|
54
54
|
"owner_scope_inventory_schema_version": "owner-scope-inventory-v1",
|
|
55
55
|
"owner_scope_migration_schema_version": "owner-scope-migration-v1",
|
|
56
|
+
"owner_scope_root_recovery_schema_version": "owner-scope-root-recovery-v1",
|
|
56
57
|
"process_containment_schema_version": "process-containment-v1",
|
|
57
58
|
"runtime_exec_journal_schema_version": "runtime-exec-journal-v1",
|
|
58
59
|
"quarantine_cleanup_schema_version": "quarantine-cleanup-v1",
|
|
@@ -60,9 +61,9 @@ export const redevPluginContractVersions = {
|
|
|
60
61
|
export const redevPluginContractArtifacts = [
|
|
61
62
|
{
|
|
62
63
|
id: "compatibility-manifest-schema",
|
|
63
|
-
path: "spec/plugin/compatibility-manifest-
|
|
64
|
-
version: "compatibility-manifest-
|
|
65
|
-
sha256: "
|
|
64
|
+
path: "spec/plugin/compatibility-manifest-v9.schema.json",
|
|
65
|
+
version: "compatibility-manifest-v9",
|
|
66
|
+
sha256: "5fed1d2dddd4b6eac050f6d5e1a8732e361d0936e95c2ba79dbd49561a6b0175",
|
|
66
67
|
},
|
|
67
68
|
{
|
|
68
69
|
id: "contract-registry-schema",
|
|
@@ -158,7 +159,13 @@ export const redevPluginContractArtifacts = [
|
|
|
158
159
|
id: "owner-scope-migration-schema",
|
|
159
160
|
path: "spec/plugin/owner-scope-migration-v1.schema.json",
|
|
160
161
|
version: "owner-scope-migration-v1",
|
|
161
|
-
sha256: "
|
|
162
|
+
sha256: "497fff8a09d48fe195c18d13ff05ca6c9f8406f6215588901cb6d89315b713eb",
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
id: "owner-scope-root-recovery-schema",
|
|
166
|
+
path: "spec/plugin/owner-scope-root-recovery-v1.schema.json",
|
|
167
|
+
version: "owner-scope-root-recovery-v1",
|
|
168
|
+
sha256: "81b961a9933d129c8f9119e3091226039ffbc0b4721116a4811f9785bebf9d64",
|
|
162
169
|
},
|
|
163
170
|
{
|
|
164
171
|
id: "package-signature-schema",
|
|
@@ -194,7 +201,7 @@ export const redevPluginContractArtifacts = [
|
|
|
194
201
|
id: "plugin-platform-openapi",
|
|
195
202
|
path: "spec/openapi/plugin-platform-v8.yaml",
|
|
196
203
|
version: "plugin-platform-v8",
|
|
197
|
-
sha256: "
|
|
204
|
+
sha256: "82d1539c3328af909091f29bf6bbdf6c76d7597424a366e94602a113e834e51d",
|
|
198
205
|
},
|
|
199
206
|
{
|
|
200
207
|
id: "process-containment-schema",
|
package/dist/openapi.gen.d.ts
CHANGED
|
@@ -1345,7 +1345,7 @@ export interface components {
|
|
|
1345
1345
|
PluginCatalogResult: {
|
|
1346
1346
|
plugins: components["schemas"]["PluginRecord"][];
|
|
1347
1347
|
};
|
|
1348
|
-
PluginCompatibilityManifest: components["schemas"]["
|
|
1348
|
+
PluginCompatibilityManifest: components["schemas"]["CompatibilityManifestV9"];
|
|
1349
1349
|
PluginOperationList: {
|
|
1350
1350
|
operations: components["schemas"]["OperationRecord"][];
|
|
1351
1351
|
next_cursor?: string;
|
|
@@ -2380,9 +2380,11 @@ export interface components {
|
|
|
2380
2380
|
request_hash: string;
|
|
2381
2381
|
plan_hash: string;
|
|
2382
2382
|
/** @description Host-redacted confirmation plan payload returned by the declared preflight method, when available. */
|
|
2383
|
-
plan?: components["schemas"]["RiskPlan"] | {
|
|
2383
|
+
plan?: components["schemas"]["RiskPlan"] | ({
|
|
2384
|
+
schema_version?: unknown;
|
|
2385
|
+
} & {
|
|
2384
2386
|
[key: string]: unknown;
|
|
2385
|
-
};
|
|
2387
|
+
});
|
|
2386
2388
|
/** Format: date-time */
|
|
2387
2389
|
expires_at: string;
|
|
2388
2390
|
};
|
|
@@ -2690,9 +2692,9 @@ export interface components {
|
|
|
2690
2692
|
counts: components["schemas"]["SessionScopeV1RevokeCounts"];
|
|
2691
2693
|
};
|
|
2692
2694
|
SessionScopeV1PublicRevokeResult: components["schemas"]["SessionScopeV1CompleteRevokeResult"] | components["schemas"]["SessionScopeV1IncompleteRevokeResult"];
|
|
2693
|
-
|
|
2695
|
+
CompatibilityManifestV9: {
|
|
2694
2696
|
/** @constant */
|
|
2695
|
-
schema_version: "redevplugin.compatibility.
|
|
2697
|
+
schema_version: "redevplugin.compatibility.v9";
|
|
2696
2698
|
package_set: components["schemas"]["PlatformPackageSetV1"];
|
|
2697
2699
|
matrix: {
|
|
2698
2700
|
/** @constant */
|
|
@@ -2754,7 +2756,7 @@ export interface components {
|
|
|
2754
2756
|
/** @constant */
|
|
2755
2757
|
plugin_platform_openapi_version: "plugin-platform-v8";
|
|
2756
2758
|
/** @constant */
|
|
2757
|
-
compatibility_schema_version: "compatibility-manifest-
|
|
2759
|
+
compatibility_schema_version: "compatibility-manifest-v9";
|
|
2758
2760
|
/** @constant */
|
|
2759
2761
|
worker_invocation_schema_version: "worker-invocation-v3";
|
|
2760
2762
|
/** @constant */
|
|
@@ -2792,6 +2794,8 @@ export interface components {
|
|
|
2792
2794
|
/** @constant */
|
|
2793
2795
|
owner_scope_migration_schema_version: "owner-scope-migration-v1";
|
|
2794
2796
|
/** @constant */
|
|
2797
|
+
owner_scope_root_recovery_schema_version: "owner-scope-root-recovery-v1";
|
|
2798
|
+
/** @constant */
|
|
2795
2799
|
process_containment_schema_version: "process-containment-v1";
|
|
2796
2800
|
/** @constant */
|
|
2797
2801
|
runtime_exec_journal_schema_version: "runtime-exec-journal-v1";
|
|
@@ -2799,9 +2803,9 @@ export interface components {
|
|
|
2799
2803
|
quarantine_cleanup_schema_version: "quarantine-cleanup-v1";
|
|
2800
2804
|
};
|
|
2801
2805
|
contract_set_sha256: string;
|
|
2802
|
-
contracts: components["schemas"]["
|
|
2806
|
+
contracts: components["schemas"]["CompatibilityManifestV9Contract"][];
|
|
2803
2807
|
};
|
|
2804
|
-
|
|
2808
|
+
CompatibilityManifestV9Contract: {
|
|
2805
2809
|
id: string;
|
|
2806
2810
|
path: string;
|
|
2807
2811
|
version: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@floegence/redevplugin-ui",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.17",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"repository": {
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"dist"
|
|
33
33
|
],
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@floegence/redevplugin-contracts": "0.6.
|
|
35
|
+
"@floegence/redevplugin-contracts": "0.6.17"
|
|
36
36
|
},
|
|
37
37
|
"publishConfig": {
|
|
38
38
|
"access": "public"
|