@floegence/redevplugin-ui 0.7.20 → 0.7.22
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
|
@@ -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: "
|
|
217
|
+
readonly sha256: "5af8951d14a3bd98e32076c10f5eef4bde3aeba7bcbdabd491adce7bc158aa76";
|
|
218
218
|
}, {
|
|
219
219
|
readonly id: "presentation-icon-evidence-schema";
|
|
220
220
|
readonly path: "spec/plugin/presentation-icon-evidence-v1.schema.json";
|
package/dist/contracts.gen.js
CHANGED
|
@@ -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: "
|
|
237
|
+
sha256: "5af8951d14a3bd98e32076c10f5eef4bde3aeba7bcbdabd491adce7bc158aa76",
|
|
238
238
|
},
|
|
239
239
|
{
|
|
240
240
|
id: "presentation-icon-evidence-schema",
|
package/dist/openapi.gen.d.ts
CHANGED
|
@@ -1682,8 +1682,11 @@ export interface components {
|
|
|
1682
1682
|
PluginRuntimeRefreshPublicError: {
|
|
1683
1683
|
/** @enum {string} */
|
|
1684
1684
|
code: "PLUGIN_RUNTIME_UNAVAILABLE";
|
|
1685
|
-
|
|
1686
|
-
|
|
1685
|
+
message: string;
|
|
1686
|
+
/** @enum {string} */
|
|
1687
|
+
reason: "unknown" | "trust_state_advanced" | "trust_revoked" | "trust_fenced" | "trust_epoch_mismatch" | "activation_evidence_invalid" | "activation_lease_expired" | "recovery_canceled";
|
|
1688
|
+
/** @enum {string} */
|
|
1689
|
+
action: "retry" | "reinstall" | "contact_admin";
|
|
1687
1690
|
};
|
|
1688
1691
|
PluginDataExportResult: {
|
|
1689
1692
|
bundle_ref: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@floegence/redevplugin-ui",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.22",
|
|
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.
|
|
43
|
+
"@floegence/redevplugin-contracts": "0.7.22"
|
|
44
44
|
},
|
|
45
45
|
"publishConfig": {
|
|
46
46
|
"access": "public"
|