@floegence/redevplugin-ui 2.0.9 → 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.
package/dist/contracts.gen.d.ts
CHANGED
|
@@ -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: "
|
|
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";
|
package/dist/contracts.gen.js
CHANGED
|
@@ -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: "
|
|
185
|
+
sha256: "7c3f82c13737ad04882a1dd6ca4577f13f9a2249135c647c859e8c77059db131",
|
|
186
186
|
},
|
|
187
187
|
{
|
|
188
188
|
id: "presentation-icon-evidence-schema",
|
package/dist/openapi.gen.d.ts
CHANGED
|
@@ -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.
|
|
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.
|
|
43
|
+
"@floegence/redevplugin-contracts": "2.0.10"
|
|
44
44
|
},
|
|
45
45
|
"publishConfig": {
|
|
46
46
|
"access": "public"
|