@floegence/redevplugin-ui 0.7.16 → 0.7.18

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.
@@ -38,9 +38,9 @@ export declare const redevPluginContractVersions: {
38
38
  readonly resource_scope_schema_version: "resource-scope-v1";
39
39
  readonly session_scope_schema_version: "session-scope-v1";
40
40
  readonly session_scope_maintenance_schema_version: "session-scope-maintenance-v1";
41
- readonly plugin_platform_openapi_version: "plugin-platform-v14";
42
- readonly compatibility_manifest_version: "redevplugin.compatibility.v16";
43
- readonly compatibility_schema_version: "compatibility-manifest-v16";
41
+ readonly plugin_platform_openapi_version: "plugin-platform-v15";
42
+ readonly compatibility_manifest_version: "redevplugin.compatibility.v17";
43
+ readonly compatibility_schema_version: "compatibility-manifest-v17";
44
44
  readonly worker_invocation_schema_version: "worker-invocation-v3";
45
45
  readonly host_capability_contract_schema_version: "host-capability-contract-v1";
46
46
  readonly host_capability_pin_schema_version: "host-capability-pin-v1";
@@ -72,9 +72,9 @@ export type ReDevPluginContractArtifact = {
72
72
  };
73
73
  export declare const redevPluginContractArtifacts: readonly [{
74
74
  readonly id: "compatibility-manifest-schema";
75
- readonly path: "spec/plugin/compatibility-manifest-v16.schema.json";
76
- readonly version: "compatibility-manifest-v16";
77
- readonly sha256: "7b23f42780960019e34d76f75f2f08aa45e36c29f00d946e89f6fed90789fd65";
75
+ readonly path: "spec/plugin/compatibility-manifest-v17.schema.json";
76
+ readonly version: "compatibility-manifest-v17";
77
+ readonly sha256: "f3d726ab1aa4de61acba453ed2511511c51749f67e614f422dcf525fb687ad6e";
78
78
  }, {
79
79
  readonly id: "contract-registry-schema";
80
80
  readonly path: "spec/plugin/contract-registry-v2.schema.json";
@@ -212,9 +212,9 @@ export declare const redevPluginContractArtifacts: readonly [{
212
212
  readonly sha256: "4d9979f5205ec047895b64c995312c588d998bb1c1448f6c9c559f1b7ab0d796";
213
213
  }, {
214
214
  readonly id: "plugin-platform-openapi";
215
- readonly path: "spec/openapi/plugin-platform-v14.yaml";
216
- readonly version: "plugin-platform-v14";
217
- readonly sha256: "befc1c0423c05a66e65ad2ad79e8d097462ba01bac854962b67ef5f99a0ce4fa";
215
+ readonly path: "spec/openapi/plugin-platform-v15.yaml";
216
+ readonly version: "plugin-platform-v15";
217
+ readonly sha256: "dc0bbc718a72ea60a3630f72331723618bddef819787d39e20fb2782565ce12b";
218
218
  }, {
219
219
  readonly id: "presentation-icon-evidence-schema";
220
220
  readonly path: "spec/plugin/presentation-icon-evidence-v1.schema.json";
@@ -35,9 +35,9 @@ export const redevPluginContractVersions = {
35
35
  "resource_scope_schema_version": "resource-scope-v1",
36
36
  "session_scope_schema_version": "session-scope-v1",
37
37
  "session_scope_maintenance_schema_version": "session-scope-maintenance-v1",
38
- "plugin_platform_openapi_version": "plugin-platform-v14",
39
- "compatibility_manifest_version": "redevplugin.compatibility.v16",
40
- "compatibility_schema_version": "compatibility-manifest-v16",
38
+ "plugin_platform_openapi_version": "plugin-platform-v15",
39
+ "compatibility_manifest_version": "redevplugin.compatibility.v17",
40
+ "compatibility_schema_version": "compatibility-manifest-v17",
41
41
  "worker_invocation_schema_version": "worker-invocation-v3",
42
42
  "host_capability_contract_schema_version": "host-capability-contract-v1",
43
43
  "host_capability_pin_schema_version": "host-capability-pin-v1",
@@ -64,9 +64,9 @@ export const redevPluginContractVersions = {
64
64
  export const redevPluginContractArtifacts = [
65
65
  {
66
66
  id: "compatibility-manifest-schema",
67
- path: "spec/plugin/compatibility-manifest-v16.schema.json",
68
- version: "compatibility-manifest-v16",
69
- sha256: "7b23f42780960019e34d76f75f2f08aa45e36c29f00d946e89f6fed90789fd65",
67
+ path: "spec/plugin/compatibility-manifest-v17.schema.json",
68
+ version: "compatibility-manifest-v17",
69
+ sha256: "f3d726ab1aa4de61acba453ed2511511c51749f67e614f422dcf525fb687ad6e",
70
70
  },
71
71
  {
72
72
  id: "contract-registry-schema",
@@ -232,9 +232,9 @@ export const redevPluginContractArtifacts = [
232
232
  },
233
233
  {
234
234
  id: "plugin-platform-openapi",
235
- path: "spec/openapi/plugin-platform-v14.yaml",
236
- version: "plugin-platform-v14",
237
- sha256: "befc1c0423c05a66e65ad2ad79e8d097462ba01bac854962b67ef5f99a0ce4fa",
235
+ path: "spec/openapi/plugin-platform-v15.yaml",
236
+ version: "plugin-platform-v15",
237
+ sha256: "dc0bbc718a72ea60a3630f72331723618bddef819787d39e20fb2782565ce12b",
238
238
  },
239
239
  {
240
240
  id: "presentation-icon-evidence-schema",
@@ -1436,7 +1436,7 @@ export interface components {
1436
1436
  PluginCatalogResult: {
1437
1437
  plugins: components["schemas"]["PluginRecord"][];
1438
1438
  };
1439
- PluginCompatibilityManifest: components["schemas"]["CompatibilityManifestV16"];
1439
+ PluginCompatibilityManifest: components["schemas"]["CompatibilityManifestV17"];
1440
1440
  PluginOperationList: {
1441
1441
  operations: components["schemas"]["OperationRecord"][];
1442
1442
  next_cursor?: string;
@@ -2235,6 +2235,9 @@ export interface components {
2235
2235
  StartReleaseInstallOperationRequest: {
2236
2236
  request_id: string;
2237
2237
  plugin_instance_id: string;
2238
+ /** @description When omitted, verified official sources activate automatically; false keeps the installed plugin disabled. */
2239
+ activate_after_install?: boolean;
2240
+ approved_permission_ids?: string[];
2238
2241
  release_ref: components["schemas"]["PluginReleaseRef"];
2239
2242
  };
2240
2243
  ReleaseInstallProgress: {
@@ -2251,6 +2254,32 @@ export interface components {
2251
2254
  code: "PLUGIN_RELEASE_REF_VERIFICATION_FAILED" | "PLUGIN_RELEASE_REF_POLICY_DENIED" | "PLUGIN_RELEASE_NETWORK" | "PLUGIN_RELEASE_TIMEOUT" | "PLUGIN_RELEASE_ASSET_MISSING" | "PLUGIN_RELEASE_ASSET_INTEGRITY" | "PLUGIN_INSTALL_INTERRUPTED" | "PLUGIN_INSTALL_STATE_CONFLICT" | "PLUGIN_INTERNAL_FAILURE";
2252
2255
  retryable: boolean;
2253
2256
  };
2257
+ ReleaseInstallActivation: {
2258
+ /** @enum {string} */
2259
+ status: "pending" | "enabled" | "needs_attention" | "not_requested";
2260
+ missing_permission_ids?: string[];
2261
+ /** @enum {string} */
2262
+ next_action?: "approve_permissions" | "retry_activation";
2263
+ } & ({
2264
+ /** @enum {string} */
2265
+ status: "pending" | "enabled" | "not_requested";
2266
+ } | {
2267
+ /** @constant */
2268
+ status: "needs_attention";
2269
+ });
2270
+ ReleaseInstallPhaseDiagnostic: {
2271
+ /** @enum {string} */
2272
+ phase: "queued" | "fetch_trust_evidence" | "fetch_release_evidence" | "download_package" | "verify_hashes" | "verify_signatures_ledger" | "fetch_capability_evidence" | "commit" | "enable" | "complete" | "failed" | "reconciling";
2273
+ artifact_role?: string;
2274
+ attempt: number;
2275
+ progress: components["schemas"]["ReleaseInstallProgress"];
2276
+ cache_hit: boolean;
2277
+ /** Format: date-time */
2278
+ started_at: string;
2279
+ /** Format: date-time */
2280
+ completed_at?: string;
2281
+ duration_ms?: number;
2282
+ };
2254
2283
  ReleaseInstallOperation: {
2255
2284
  request_id: string;
2256
2285
  operation_id: string;
@@ -2265,6 +2294,8 @@ export interface components {
2265
2294
  mutation_outcome: components["schemas"]["MutationOutcome"];
2266
2295
  failure?: components["schemas"]["ReleaseInstallFailure"];
2267
2296
  plugin_record?: components["schemas"]["PluginRecord"];
2297
+ activation: components["schemas"]["ReleaseInstallActivation"];
2298
+ phase_diagnostics: components["schemas"]["ReleaseInstallPhaseDiagnostic"][];
2268
2299
  /** Format: date-time */
2269
2300
  created_at: string;
2270
2301
  /** Format: date-time */
@@ -2279,6 +2310,10 @@ export interface components {
2279
2310
  status: "succeeded";
2280
2311
  /** @constant */
2281
2312
  mutation_outcome?: "committed";
2313
+ activation?: components["schemas"]["ReleaseInstallActivation"] & {
2314
+ /** @enum {string} */
2315
+ status?: "enabled" | "needs_attention" | "not_requested";
2316
+ };
2282
2317
  } | {
2283
2318
  /** @constant */
2284
2319
  status: "failed";
@@ -2929,9 +2964,9 @@ export interface components {
2929
2964
  counts: components["schemas"]["SessionScopeV1RevokeCounts"];
2930
2965
  };
2931
2966
  SessionScopeV1PublicRevokeResult: components["schemas"]["SessionScopeV1CompleteRevokeResult"] | components["schemas"]["SessionScopeV1IncompleteRevokeResult"];
2932
- CompatibilityManifestV16: {
2967
+ CompatibilityManifestV17: {
2933
2968
  /** @constant */
2934
- schema_version: "redevplugin.compatibility.v16";
2969
+ schema_version: "redevplugin.compatibility.v17";
2935
2970
  package_set: components["schemas"]["PlatformPackageSetV1"];
2936
2971
  matrix: {
2937
2972
  /** @constant */
@@ -3005,9 +3040,9 @@ export interface components {
3005
3040
  /** @constant */
3006
3041
  session_scope_maintenance_schema_version: "session-scope-maintenance-v1";
3007
3042
  /** @constant */
3008
- plugin_platform_openapi_version: "plugin-platform-v14";
3043
+ plugin_platform_openapi_version: "plugin-platform-v15";
3009
3044
  /** @constant */
3010
- compatibility_schema_version: "compatibility-manifest-v16";
3045
+ compatibility_schema_version: "compatibility-manifest-v17";
3011
3046
  /** @constant */
3012
3047
  worker_invocation_schema_version: "worker-invocation-v3";
3013
3048
  /** @constant */
@@ -3054,9 +3089,9 @@ export interface components {
3054
3089
  quarantine_cleanup_schema_version: "quarantine-cleanup-v1";
3055
3090
  };
3056
3091
  contract_set_sha256: string;
3057
- contracts: components["schemas"]["CompatibilityManifestV16Contract"][];
3092
+ contracts: components["schemas"]["CompatibilityManifestV17Contract"][];
3058
3093
  };
3059
- CompatibilityManifestV16Contract: {
3094
+ CompatibilityManifestV17Contract: {
3060
3095
  id: string;
3061
3096
  path: string;
3062
3097
  version: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@floegence/redevplugin-ui",
3
- "version": "0.7.16",
3
+ "version": "0.7.18",
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.16"
43
+ "@floegence/redevplugin-contracts": "0.7.18"
44
44
  },
45
45
  "publishConfig": {
46
46
  "access": "public"