@floegence/redevplugin-ui 0.7.3 → 0.7.4

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-v13";
42
- readonly compatibility_manifest_version: "redevplugin.compatibility.v15";
43
- readonly compatibility_schema_version: "compatibility-manifest-v15";
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";
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-v15.schema.json";
76
- readonly version: "compatibility-manifest-v15";
77
- readonly sha256: "921beeaff20abd3f67d73bd695f27459f453b014730cefb22864c015837c239a";
75
+ readonly path: "spec/plugin/compatibility-manifest-v16.schema.json";
76
+ readonly version: "compatibility-manifest-v16";
77
+ readonly sha256: "7b23f42780960019e34d76f75f2f08aa45e36c29f00d946e89f6fed90789fd65";
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-v13.yaml";
216
- readonly version: "plugin-platform-v13";
217
- readonly sha256: "e0b0c3a2aede94b80e32fb84adf5f88d867c6e9958565c106e60ad5a2ae36f5e";
215
+ readonly path: "spec/openapi/plugin-platform-v14.yaml";
216
+ readonly version: "plugin-platform-v14";
217
+ readonly sha256: "36456f4345a004e7de9adba47d90dcafaa58936c48abf763c6587c7013c39ab1";
218
218
  }, {
219
219
  readonly id: "presentation-locale-fixture";
220
220
  readonly path: "spec/plugin/presentation-locale-fixtures-v1.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-v13",
39
- "compatibility_manifest_version": "redevplugin.compatibility.v15",
40
- "compatibility_schema_version": "compatibility-manifest-v15",
38
+ "plugin_platform_openapi_version": "plugin-platform-v14",
39
+ "compatibility_manifest_version": "redevplugin.compatibility.v16",
40
+ "compatibility_schema_version": "compatibility-manifest-v16",
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-v15.schema.json",
68
- version: "compatibility-manifest-v15",
69
- sha256: "921beeaff20abd3f67d73bd695f27459f453b014730cefb22864c015837c239a",
67
+ path: "spec/plugin/compatibility-manifest-v16.schema.json",
68
+ version: "compatibility-manifest-v16",
69
+ sha256: "7b23f42780960019e34d76f75f2f08aa45e36c29f00d946e89f6fed90789fd65",
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-v13.yaml",
236
- version: "plugin-platform-v13",
237
- sha256: "e0b0c3a2aede94b80e32fb84adf5f88d867c6e9958565c106e60ad5a2ae36f5e",
235
+ path: "spec/openapi/plugin-platform-v14.yaml",
236
+ version: "plugin-platform-v14",
237
+ sha256: "36456f4345a004e7de9adba47d90dcafaa58936c48abf763c6587c7013c39ab1",
238
238
  },
239
239
  {
240
240
  id: "presentation-locale-fixture",
@@ -1436,7 +1436,7 @@ export interface components {
1436
1436
  PluginCatalogResult: {
1437
1437
  plugins: components["schemas"]["PluginRecord"][];
1438
1438
  };
1439
- PluginCompatibilityManifest: components["schemas"]["CompatibilityManifestV15"];
1439
+ PluginCompatibilityManifest: components["schemas"]["CompatibilityManifestV16"];
1440
1440
  PluginOperationList: {
1441
1441
  operations: components["schemas"]["OperationRecord"][];
1442
1442
  next_cursor?: string;
@@ -2244,7 +2244,7 @@ export interface components {
2244
2244
  };
2245
2245
  ReleaseInstallFailure: {
2246
2246
  /** @enum {string} */
2247
- code: "PLUGIN_RELEASE_NETWORK" | "PLUGIN_RELEASE_TIMEOUT" | "PLUGIN_RELEASE_ASSET_MISSING" | "PLUGIN_RELEASE_ASSET_INTEGRITY" | "PLUGIN_INSTALL_INTERRUPTED" | "PLUGIN_INSTALL_STATE_CONFLICT" | "PLUGIN_INTERNAL_FAILURE";
2247
+ 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";
2248
2248
  retryable: boolean;
2249
2249
  };
2250
2250
  ReleaseInstallOperation: {
@@ -2925,9 +2925,9 @@ export interface components {
2925
2925
  counts: components["schemas"]["SessionScopeV1RevokeCounts"];
2926
2926
  };
2927
2927
  SessionScopeV1PublicRevokeResult: components["schemas"]["SessionScopeV1CompleteRevokeResult"] | components["schemas"]["SessionScopeV1IncompleteRevokeResult"];
2928
- CompatibilityManifestV15: {
2928
+ CompatibilityManifestV16: {
2929
2929
  /** @constant */
2930
- schema_version: "redevplugin.compatibility.v15";
2930
+ schema_version: "redevplugin.compatibility.v16";
2931
2931
  package_set: components["schemas"]["PlatformPackageSetV1"];
2932
2932
  matrix: {
2933
2933
  /** @constant */
@@ -3001,9 +3001,9 @@ export interface components {
3001
3001
  /** @constant */
3002
3002
  session_scope_maintenance_schema_version: "session-scope-maintenance-v1";
3003
3003
  /** @constant */
3004
- plugin_platform_openapi_version: "plugin-platform-v13";
3004
+ plugin_platform_openapi_version: "plugin-platform-v14";
3005
3005
  /** @constant */
3006
- compatibility_schema_version: "compatibility-manifest-v15";
3006
+ compatibility_schema_version: "compatibility-manifest-v16";
3007
3007
  /** @constant */
3008
3008
  worker_invocation_schema_version: "worker-invocation-v3";
3009
3009
  /** @constant */
@@ -3050,9 +3050,9 @@ export interface components {
3050
3050
  quarantine_cleanup_schema_version: "quarantine-cleanup-v1";
3051
3051
  };
3052
3052
  contract_set_sha256: string;
3053
- contracts: components["schemas"]["CompatibilityManifestV15Contract"][];
3053
+ contracts: components["schemas"]["CompatibilityManifestV16Contract"][];
3054
3054
  };
3055
- CompatibilityManifestV15Contract: {
3055
+ CompatibilityManifestV16Contract: {
3056
3056
  id: string;
3057
3057
  path: string;
3058
3058
  version: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@floegence/redevplugin-ui",
3
- "version": "0.7.3",
3
+ "version": "0.7.4",
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.3"
43
+ "@floegence/redevplugin-contracts": "0.7.4"
44
44
  },
45
45
  "publishConfig": {
46
46
  "access": "public"