@floegence/redevplugin-ui 0.6.16 → 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
CHANGED
|
@@ -182,7 +182,7 @@ export declare const redevPluginContractArtifacts: readonly [{
|
|
|
182
182
|
readonly id: "plugin-platform-openapi";
|
|
183
183
|
readonly path: "spec/openapi/plugin-platform-v8.yaml";
|
|
184
184
|
readonly version: "plugin-platform-v8";
|
|
185
|
-
readonly sha256: "
|
|
185
|
+
readonly sha256: "82d1539c3328af909091f29bf6bbdf6c76d7597424a366e94602a113e834e51d";
|
|
186
186
|
}, {
|
|
187
187
|
readonly id: "process-containment-schema";
|
|
188
188
|
readonly path: "spec/plugin/process-containment-v1.schema.json";
|
package/dist/contracts.gen.js
CHANGED
|
@@ -201,7 +201,7 @@ export const redevPluginContractArtifacts = [
|
|
|
201
201
|
id: "plugin-platform-openapi",
|
|
202
202
|
path: "spec/openapi/plugin-platform-v8.yaml",
|
|
203
203
|
version: "plugin-platform-v8",
|
|
204
|
-
sha256: "
|
|
204
|
+
sha256: "82d1539c3328af909091f29bf6bbdf6c76d7597424a366e94602a113e834e51d",
|
|
205
205
|
},
|
|
206
206
|
{
|
|
207
207
|
id: "process-containment-schema",
|
package/dist/openapi.gen.d.ts
CHANGED
|
@@ -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
|
};
|
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"
|