@xemahq/biome-host-api-client 0.3.3 → 0.3.5

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.
@@ -16,7 +16,7 @@ export interface ServerBiomeRegistrationResponseDto {
16
16
  displayName: string;
17
17
  /** Dependency tier — KERNEL (mandatory baseline), SYSTEM, BASE, PLATFORM (default-enabled first-party). Origin/provenance is carried separately by the trust tier. */
18
18
  scope: BiomeScope;
19
- /** Whether biome-host treats this biome as required for boot. True for every kernel biome; manifests may opt other tiers in via `xema.mandatory`. */
19
+ /** Whether biome-host treats this biome as required for boot. True for every kernel biome; for any other tier the resolved `mandatory` flag in the active distribution lock decides — never the biome manifest. */
20
20
  mandatory: boolean;
21
21
  /** Server biome ids this biome depends on. Biome-host topologically resolves the set at boot. */
22
22
  dependencies: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xemahq/biome-host-api-client",
3
- "version": "0.3.3",
3
+ "version": "0.3.5",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "files": [
@@ -19,7 +19,7 @@
19
19
  "service": "biome-host-api",
20
20
  "biome": "biome-host",
21
21
  "target": "server",
22
- "generator": "@xemahq/api-client-generator@0.12.0",
22
+ "generator": "@xemahq/api-client-generator@0.12.1",
23
23
  "source": "openapi.public.json"
24
24
  },
25
25
  "license": "LicenseRef-Xema-BSL-1.1",