@xemahq/biome-host-api-client 0.1.4 → 0.1.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.
|
@@ -29,7 +29,7 @@ export interface ServerBiomeRegistrationResponseDto {
|
|
|
29
29
|
/** Resolved absolute paths for each content directory present on disk, keyed by content kind. Discovered by presence of the biome-host kind→dir convention directories. */
|
|
30
30
|
contributionPaths: ServerBiomeRegistrationResponseDtoContributionPaths;
|
|
31
31
|
/** Integration dependencies declared in the manifest. Empty for biomes that do not touch external systems. */
|
|
32
|
-
|
|
32
|
+
connectorRequirements: BiomeIntegrationRequirementDto[];
|
|
33
33
|
/**
|
|
34
34
|
* Free-form description from the manifest. Surfaced on biome cards + the install consent screen.
|
|
35
35
|
* @nullable
|