@floegence/redevplugin-ui 2.0.7 → 2.0.10

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.
@@ -169,7 +169,7 @@ export declare const redevPluginContractArtifacts: readonly [{
169
169
  readonly id: "plugin-platform-openapi";
170
170
  readonly path: "spec/openapi/plugin-platform-v17.yaml";
171
171
  readonly version: "plugin-platform-v17";
172
- readonly sha256: "1a043991f4d87ddfabdf614364e1bec42400f4bc19b7856c4c774b9f282fcda3";
172
+ readonly sha256: "7c3f82c13737ad04882a1dd6ca4577f13f9a2249135c647c859e8c77059db131";
173
173
  }, {
174
174
  readonly id: "presentation-icon-evidence-schema";
175
175
  readonly path: "spec/plugin/presentation-icon-evidence-v1.schema.json";
@@ -182,7 +182,7 @@ export const redevPluginContractArtifacts = [
182
182
  id: "plugin-platform-openapi",
183
183
  path: "spec/openapi/plugin-platform-v17.yaml",
184
184
  version: "plugin-platform-v17",
185
- sha256: "1a043991f4d87ddfabdf614364e1bec42400f4bc19b7856c4c774b9f282fcda3",
185
+ sha256: "7c3f82c13737ad04882a1dd6ca4577f13f9a2249135c647c859e8c77059db131",
186
186
  },
187
187
  {
188
188
  id: "presentation-icon-evidence-schema",
@@ -1840,9 +1840,13 @@ export interface components {
1840
1840
  /** Format: date-time */
1841
1841
  assessed_at: string;
1842
1842
  };
1843
+ /** @description Host-derived permission presentation for the inspected package. Every listed permission is required for automatic activation; effects summarize the verified methods that require it. */
1843
1844
  ExternalPackagePermissionSummary: {
1844
1845
  permission_id: string;
1845
1846
  methods: string[];
1847
+ /** @constant */
1848
+ required: true;
1849
+ effects: ("read" | "write" | "delete" | "execute" | "admin")[];
1846
1850
  };
1847
1851
  ExternalPackageMethodRouteSummary: {
1848
1852
  /** @enum {string} */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@floegence/redevplugin-ui",
3
- "version": "2.0.7",
3
+ "version": "2.0.10",
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": "2.0.7"
43
+ "@floegence/redevplugin-contracts": "2.0.10"
44
44
  },
45
45
  "publishConfig": {
46
46
  "access": "public"