@floegence/redevplugin-ui 0.7.24 → 0.7.26

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.
@@ -214,7 +214,7 @@ export declare const redevPluginContractArtifacts: readonly [{
214
214
  readonly id: "plugin-platform-openapi";
215
215
  readonly path: "spec/openapi/plugin-platform-v15.yaml";
216
216
  readonly version: "plugin-platform-v15";
217
- readonly sha256: "5af8951d14a3bd98e32076c10f5eef4bde3aeba7bcbdabd491adce7bc158aa76";
217
+ readonly sha256: "10833d303573e1e36816d68db8075543598782df60eda4da44ceed3279d4368c";
218
218
  }, {
219
219
  readonly id: "presentation-icon-evidence-schema";
220
220
  readonly path: "spec/plugin/presentation-icon-evidence-v1.schema.json";
@@ -234,7 +234,7 @@ export const redevPluginContractArtifacts = [
234
234
  id: "plugin-platform-openapi",
235
235
  path: "spec/openapi/plugin-platform-v15.yaml",
236
236
  version: "plugin-platform-v15",
237
- sha256: "5af8951d14a3bd98e32076c10f5eef4bde3aeba7bcbdabd491adce7bc158aa76",
237
+ sha256: "10833d303573e1e36816d68db8075543598782df60eda4da44ceed3279d4368c",
238
238
  },
239
239
  {
240
240
  id: "presentation-icon-evidence-schema",
@@ -1684,7 +1684,7 @@ export interface components {
1684
1684
  code: "PLUGIN_RUNTIME_UNAVAILABLE";
1685
1685
  message: string;
1686
1686
  /** @enum {string} */
1687
- reason: "unknown" | "trust_state_advanced" | "trust_revoked" | "trust_fenced" | "trust_epoch_mismatch" | "activation_evidence_invalid" | "activation_lease_expired" | "recovery_canceled";
1687
+ reason: "unknown" | "trust_state_advanced" | "trust_revoked" | "trust_fenced" | "trust_epoch_mismatch" | "activation_evidence_invalid" | "activation_lease_expired" | "recovery_canceled" | "recovery_timeout";
1688
1688
  /** @enum {string} */
1689
1689
  action: "retry" | "reinstall" | "contact_admin";
1690
1690
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@floegence/redevplugin-ui",
3
- "version": "0.7.24",
3
+ "version": "0.7.26",
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": "0.7.24"
43
+ "@floegence/redevplugin-contracts": "0.7.26"
44
44
  },
45
45
  "publishConfig": {
46
46
  "access": "public"