@floegence/redevplugin-ui 0.6.14 → 0.6.16

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.
@@ -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.v8";
36
- readonly compatibility_schema_version: "compatibility-manifest-v8";
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-v8.schema.json";
68
- readonly version: "compatibility-manifest-v8";
69
- readonly sha256: "fe966f66e23a6d7558156608f269d08fbe57d8bca16514f1d095445cea697189";
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: "e73443813e19e4cfb05748eb75d5cf04f43db3bed9d2be0c893c13bda88a5993";
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: "94e0cc88cb5ad8e7773677617530028578859e0bf229a6b75997f24885eb36d2";
185
+ readonly sha256: "92f6ded7932ba77462976ef646bc585cfb147336497d2ce74599fd77efd2aea8";
180
186
  }, {
181
187
  readonly id: "process-containment-schema";
182
188
  readonly path: "spec/plugin/process-containment-v1.schema.json";
@@ -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.v8",
37
- "compatibility_schema_version": "compatibility-manifest-v8",
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-v8.schema.json",
64
- version: "compatibility-manifest-v8",
65
- sha256: "fe966f66e23a6d7558156608f269d08fbe57d8bca16514f1d095445cea697189",
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: "e73443813e19e4cfb05748eb75d5cf04f43db3bed9d2be0c893c13bda88a5993",
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: "94e0cc88cb5ad8e7773677617530028578859e0bf229a6b75997f24885eb36d2",
204
+ sha256: "92f6ded7932ba77462976ef646bc585cfb147336497d2ce74599fd77efd2aea8",
198
205
  },
199
206
  {
200
207
  id: "process-containment-schema",
@@ -1345,7 +1345,7 @@ export interface components {
1345
1345
  PluginCatalogResult: {
1346
1346
  plugins: components["schemas"]["PluginRecord"][];
1347
1347
  };
1348
- PluginCompatibilityManifest: components["schemas"]["CompatibilityManifestV8"];
1348
+ PluginCompatibilityManifest: components["schemas"]["CompatibilityManifestV9"];
1349
1349
  PluginOperationList: {
1350
1350
  operations: components["schemas"]["OperationRecord"][];
1351
1351
  next_cursor?: string;
@@ -2690,9 +2690,9 @@ export interface components {
2690
2690
  counts: components["schemas"]["SessionScopeV1RevokeCounts"];
2691
2691
  };
2692
2692
  SessionScopeV1PublicRevokeResult: components["schemas"]["SessionScopeV1CompleteRevokeResult"] | components["schemas"]["SessionScopeV1IncompleteRevokeResult"];
2693
- CompatibilityManifestV8: {
2693
+ CompatibilityManifestV9: {
2694
2694
  /** @constant */
2695
- schema_version: "redevplugin.compatibility.v8";
2695
+ schema_version: "redevplugin.compatibility.v9";
2696
2696
  package_set: components["schemas"]["PlatformPackageSetV1"];
2697
2697
  matrix: {
2698
2698
  /** @constant */
@@ -2754,7 +2754,7 @@ export interface components {
2754
2754
  /** @constant */
2755
2755
  plugin_platform_openapi_version: "plugin-platform-v8";
2756
2756
  /** @constant */
2757
- compatibility_schema_version: "compatibility-manifest-v8";
2757
+ compatibility_schema_version: "compatibility-manifest-v9";
2758
2758
  /** @constant */
2759
2759
  worker_invocation_schema_version: "worker-invocation-v3";
2760
2760
  /** @constant */
@@ -2792,6 +2792,8 @@ export interface components {
2792
2792
  /** @constant */
2793
2793
  owner_scope_migration_schema_version: "owner-scope-migration-v1";
2794
2794
  /** @constant */
2795
+ owner_scope_root_recovery_schema_version: "owner-scope-root-recovery-v1";
2796
+ /** @constant */
2795
2797
  process_containment_schema_version: "process-containment-v1";
2796
2798
  /** @constant */
2797
2799
  runtime_exec_journal_schema_version: "runtime-exec-journal-v1";
@@ -2799,9 +2801,9 @@ export interface components {
2799
2801
  quarantine_cleanup_schema_version: "quarantine-cleanup-v1";
2800
2802
  };
2801
2803
  contract_set_sha256: string;
2802
- contracts: components["schemas"]["CompatibilityManifestV8Contract"][];
2804
+ contracts: components["schemas"]["CompatibilityManifestV9Contract"][];
2803
2805
  };
2804
- CompatibilityManifestV8Contract: {
2806
+ CompatibilityManifestV9Contract: {
2805
2807
  id: string;
2806
2808
  path: string;
2807
2809
  version: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@floegence/redevplugin-ui",
3
- "version": "0.6.14",
3
+ "version": "0.6.16",
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.14"
35
+ "@floegence/redevplugin-contracts": "0.6.16"
36
36
  },
37
37
  "publishConfig": {
38
38
  "access": "public"