@xemahq/biome-host-api-client 0.3.14 → 0.3.15
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.
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* OpenAPI spec version: 0.1.1
|
|
5
5
|
*/
|
|
6
6
|
/**
|
|
7
|
-
* The distribution's per-biome install policy (`required` | `default-selected` | `optional`) for the active edition, stamped in the distribution lock. Drives the onboarding biome-picker + storefront preselection/lock: `required` = installed and can't be removed; `default-selected` = checked by default but removable; `optional` = off by default.
|
|
7
|
+
* The distribution's per-biome install policy (`required` | `default-selected` | `optional`) for the active edition, stamped in the distribution lock. Drives the onboarding biome-picker + storefront preselection/lock: `required` = installed and can't be removed; `default-selected` = checked by default but removable; `optional` = off by default. It may be absent for non-distribution catalog entries; consumers must not infer a distribution policy from that absence.
|
|
8
8
|
*/
|
|
9
9
|
export type BiomeInstallPolicy = typeof BiomeInstallPolicy[keyof typeof BiomeInstallPolicy];
|
|
10
10
|
export declare const BiomeInstallPolicy: {
|
|
@@ -15,6 +15,6 @@ export interface OrgBiomeEffectiveEnablementDto {
|
|
|
15
15
|
surfaceMode: OrgBiomeSurfaceMode;
|
|
16
16
|
/** Why the biome has its current state. Used by the admin UI to mark kernel/mandatory rows read-only. */
|
|
17
17
|
reason: OrgBiomeEnablementReason;
|
|
18
|
-
/** The distribution's per-biome install policy (`required` | `default-selected` | `optional`) for the active edition, stamped in the distribution lock. Drives the onboarding biome-picker + storefront preselection/lock: `required` = installed and can't be removed; `default-selected` = checked by default but removable; `optional` = off by default.
|
|
18
|
+
/** The distribution's per-biome install policy (`required` | `default-selected` | `optional`) for the active edition, stamped in the distribution lock. Drives the onboarding biome-picker + storefront preselection/lock: `required` = installed and can't be removed; `default-selected` = checked by default but removable; `optional` = off by default. It may be absent for non-distribution catalog entries; consumers must not infer a distribution policy from that absence. */
|
|
19
19
|
installPolicy?: BiomeInstallPolicy;
|
|
20
20
|
}
|