@xemahq/biome-host-api-client 0.1.2
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.
- package/LICENSE +201 -0
- package/dist/custom-fetch.d.ts +52 -0
- package/dist/custom-fetch.js +152 -0
- package/dist/endpoints/biome-approvals/biome-approvals.d.ts +23 -0
- package/dist/endpoints/biome-approvals/biome-approvals.js +50 -0
- package/dist/endpoints/biome-installations/biome-installations.d.ts +68 -0
- package/dist/endpoints/biome-installations/biome-installations.js +186 -0
- package/dist/endpoints/describe-objects/describe-objects.d.ts +14 -0
- package/dist/endpoints/describe-objects/describe-objects.js +19 -0
- package/dist/endpoints/health/health.d.ts +15 -0
- package/dist/endpoints/health/health.js +53 -0
- package/dist/endpoints/platform-biomes-enablement/platform-biomes-enablement.d.ts +18 -0
- package/dist/endpoints/platform-biomes-enablement/platform-biomes-enablement.js +34 -0
- package/dist/endpoints/platform-biomes-server/platform-biomes-server.d.ts +38 -0
- package/dist/endpoints/platform-biomes-server/platform-biomes-server.js +95 -0
- package/dist/endpoints/platform-biomes-web/platform-biomes-web.d.ts +18 -0
- package/dist/endpoints/platform-biomes-web/platform-biomes-web.js +39 -0
- package/dist/endpoints/platform-service-mesh/platform-service-mesh.d.ts +13 -0
- package/dist/endpoints/platform-service-mesh/platform-service-mesh.js +18 -0
- package/dist/index.d.ts +10 -0
- package/dist/index.js +32 -0
- package/dist/models/biomeApprovalResponseDto.d.ts +26 -0
- package/dist/models/biomeApprovalResponseDto.js +2 -0
- package/dist/models/biomeApprovalResponseDtoDataEnvelope.d.ts +11 -0
- package/dist/models/biomeApprovalResponseDtoDataEnvelope.js +2 -0
- package/dist/models/biomeApprovalResponseDtoResolveReason.d.ts +10 -0
- package/dist/models/biomeApprovalResponseDtoResolveReason.js +9 -0
- package/dist/models/biomeApprovalResponseDtoResolvedAt.d.ts +10 -0
- package/dist/models/biomeApprovalResponseDtoResolvedAt.js +9 -0
- package/dist/models/biomeApprovalResponseDtoResolvedBy.d.ts +10 -0
- package/dist/models/biomeApprovalResponseDtoResolvedBy.js +9 -0
- package/dist/models/biomeApprovalStatus.d.ts +14 -0
- package/dist/models/biomeApprovalStatus.js +16 -0
- package/dist/models/biomeContributionResponseDto.d.ts +17 -0
- package/dist/models/biomeContributionResponseDto.js +2 -0
- package/dist/models/biomeContributionResponseDtoDataEnvelope.d.ts +11 -0
- package/dist/models/biomeContributionResponseDtoDataEnvelope.js +2 -0
- package/dist/models/biomeContributionResponseDtoPath.d.ts +14 -0
- package/dist/models/biomeContributionResponseDtoPath.js +9 -0
- package/dist/models/biomeEffectiveState.d.ts +17 -0
- package/dist/models/biomeEffectiveState.js +16 -0
- package/dist/models/biomeInstallSchemaResponseDto.d.ts +19 -0
- package/dist/models/biomeInstallSchemaResponseDto.js +2 -0
- package/dist/models/biomeInstallSchemaResponseDtoDataEnvelope.d.ts +11 -0
- package/dist/models/biomeInstallSchemaResponseDtoDataEnvelope.js +2 -0
- package/dist/models/biomeInstallSchemaResponseDtoSchema.d.ts +13 -0
- package/dist/models/biomeInstallSchemaResponseDtoSchema.js +9 -0
- package/dist/models/biomeInstallSchemaResponseDtoUiSchema.d.ts +14 -0
- package/dist/models/biomeInstallSchemaResponseDtoUiSchema.js +9 -0
- package/dist/models/biomeInstallationDeleteResponseDto.d.ts +11 -0
- package/dist/models/biomeInstallationDeleteResponseDto.js +9 -0
- package/dist/models/biomeInstallationDeleteResponseDtoDataEnvelope.d.ts +11 -0
- package/dist/models/biomeInstallationDeleteResponseDtoDataEnvelope.js +2 -0
- package/dist/models/biomeInstallationIntegrationBindingInputDto.d.ts +13 -0
- package/dist/models/biomeInstallationIntegrationBindingInputDto.js +9 -0
- package/dist/models/biomeInstallationIntegrationResponseDto.d.ts +12 -0
- package/dist/models/biomeInstallationIntegrationResponseDto.js +9 -0
- package/dist/models/biomeInstallationResourceInputDto.d.ts +14 -0
- package/dist/models/biomeInstallationResourceInputDto.js +2 -0
- package/dist/models/biomeInstallationResourceInputDtoSelector.d.ts +13 -0
- package/dist/models/biomeInstallationResourceInputDtoSelector.js +9 -0
- package/dist/models/biomeInstallationResourceResponseDto.d.ts +13 -0
- package/dist/models/biomeInstallationResourceResponseDto.js +2 -0
- package/dist/models/biomeInstallationResourceResponseDtoSelector.d.ts +10 -0
- package/dist/models/biomeInstallationResourceResponseDtoSelector.js +9 -0
- package/dist/models/biomeInstallationResponseDto.d.ts +28 -0
- package/dist/models/biomeInstallationResponseDto.js +2 -0
- package/dist/models/biomeInstallationResponseDtoConfigJson.d.ts +10 -0
- package/dist/models/biomeInstallationResponseDtoConfigJson.js +9 -0
- package/dist/models/biomeInstallationResponseDtoDataArrayEnvelope.d.ts +11 -0
- package/dist/models/biomeInstallationResponseDtoDataArrayEnvelope.js +2 -0
- package/dist/models/biomeInstallationResponseDtoDataEnvelope.d.ts +11 -0
- package/dist/models/biomeInstallationResponseDtoDataEnvelope.js +2 -0
- package/dist/models/biomeInstallationResponseDtoDisabledAt.d.ts +13 -0
- package/dist/models/biomeInstallationResponseDtoDisabledAt.js +9 -0
- package/dist/models/biomeInstallationState.d.ts +13 -0
- package/dist/models/biomeInstallationState.js +15 -0
- package/dist/models/biomeIntegrationRequirementDto.d.ts +13 -0
- package/dist/models/biomeIntegrationRequirementDto.js +9 -0
- package/dist/models/biomeLifecycle.d.ts +17 -0
- package/dist/models/biomeLifecycle.js +19 -0
- package/dist/models/biomeLifecycleTransitionResponseDto.d.ts +17 -0
- package/dist/models/biomeLifecycleTransitionResponseDto.js +2 -0
- package/dist/models/biomeLifecycleTransitionResponseDtoDataEnvelope.d.ts +11 -0
- package/dist/models/biomeLifecycleTransitionResponseDtoDataEnvelope.js +2 -0
- package/dist/models/biomeMcpCodeToolManifestEntryDto.d.ts +14 -0
- package/dist/models/biomeMcpCodeToolManifestEntryDto.js +2 -0
- package/dist/models/biomeMcpCodeToolManifestEntryDtoHandlerKind.d.ts +11 -0
- package/dist/models/biomeMcpCodeToolManifestEntryDtoHandlerKind.js +13 -0
- package/dist/models/biomeMcpCodeToolManifestEntryDtoHandlerMethod.d.ts +11 -0
- package/dist/models/biomeMcpCodeToolManifestEntryDtoHandlerMethod.js +13 -0
- package/dist/models/biomeMcpToolsManifestResponseDto.d.ts +16 -0
- package/dist/models/biomeMcpToolsManifestResponseDto.js +2 -0
- package/dist/models/biomeMcpToolsManifestResponseDtoDataEnvelope.d.ts +11 -0
- package/dist/models/biomeMcpToolsManifestResponseDtoDataEnvelope.js +2 -0
- package/dist/models/biomeMcpWorkflowToolManifestEntryDto.d.ts +17 -0
- package/dist/models/biomeMcpWorkflowToolManifestEntryDto.js +2 -0
- package/dist/models/biomeMcpWorkflowToolManifestEntryDtoMountSlot.d.ts +13 -0
- package/dist/models/biomeMcpWorkflowToolManifestEntryDtoMountSlot.js +15 -0
- package/dist/models/biomePayloadDto.d.ts +19 -0
- package/dist/models/biomePayloadDto.js +2 -0
- package/dist/models/biomeProvisioningScaffoldDto.d.ts +19 -0
- package/dist/models/biomeProvisioningScaffoldDto.js +2 -0
- package/dist/models/biomeProvisioningScaffoldDtoDeclaration.d.ts +13 -0
- package/dist/models/biomeProvisioningScaffoldDtoDeclaration.js +9 -0
- package/dist/models/biomeProvisioningScaffoldDtoTemplates.d.ts +13 -0
- package/dist/models/biomeProvisioningScaffoldDtoTemplates.js +9 -0
- package/dist/models/biomeProvisioningScaffoldsResponseDto.d.ts +12 -0
- package/dist/models/biomeProvisioningScaffoldsResponseDto.js +2 -0
- package/dist/models/biomeProvisioningScaffoldsResponseDtoDataEnvelope.d.ts +11 -0
- package/dist/models/biomeProvisioningScaffoldsResponseDtoDataEnvelope.js +2 -0
- package/dist/models/biomeScope.d.ts +18 -0
- package/dist/models/biomeScope.js +17 -0
- package/dist/models/biomeTrustTier.d.ts +19 -0
- package/dist/models/biomeTrustTier.js +18 -0
- package/dist/models/chainInstallBiomesDto.d.ts +12 -0
- package/dist/models/chainInstallBiomesDto.js +2 -0
- package/dist/models/chainedInstallEntryDto.d.ts +18 -0
- package/dist/models/chainedInstallEntryDto.js +2 -0
- package/dist/models/chainedInstallEntryDtoConfigJson.d.ts +13 -0
- package/dist/models/chainedInstallEntryDtoConfigJson.js +9 -0
- package/dist/models/createBiomeInstallationDto.d.ts +22 -0
- package/dist/models/createBiomeInstallationDto.js +2 -0
- package/dist/models/createBiomeInstallationDtoConfigJson.d.ts +13 -0
- package/dist/models/createBiomeInstallationDtoConfigJson.js +9 -0
- package/dist/models/describeObjectsResponseDto.d.ts +14 -0
- package/dist/models/describeObjectsResponseDto.js +2 -0
- package/dist/models/errorDetailsDto.d.ts +12 -0
- package/dist/models/errorDetailsDto.js +2 -0
- package/dist/models/errorDetailsDtoDetails.d.ts +13 -0
- package/dist/models/errorDetailsDtoDetails.js +9 -0
- package/dist/models/errorPayloadDto.d.ts +13 -0
- package/dist/models/errorPayloadDto.js +2 -0
- package/dist/models/errorResponseDto.d.ts +11 -0
- package/dist/models/errorResponseDto.js +2 -0
- package/dist/models/index.d.ts +94 -0
- package/dist/models/index.js +111 -0
- package/dist/models/lifecycleTransitionAckDto.d.ts +11 -0
- package/dist/models/lifecycleTransitionAckDto.js +9 -0
- package/dist/models/objectLifecycle.d.ts +16 -0
- package/dist/models/objectLifecycle.js +15 -0
- package/dist/models/orgBiomeEffectiveEnablementDto.d.ts +19 -0
- package/dist/models/orgBiomeEffectiveEnablementDto.js +2 -0
- package/dist/models/orgBiomeEffectiveEnablementDtoDataArrayEnvelope.d.ts +11 -0
- package/dist/models/orgBiomeEffectiveEnablementDtoDataArrayEnvelope.js +2 -0
- package/dist/models/orgBiomeEffectiveEnablementDtoDataEnvelope.d.ts +11 -0
- package/dist/models/orgBiomeEffectiveEnablementDtoDataEnvelope.js +2 -0
- package/dist/models/orgBiomeEnablementReason.d.ts +17 -0
- package/dist/models/orgBiomeEnablementReason.js +16 -0
- package/dist/models/orgBiomeState.d.ts +15 -0
- package/dist/models/orgBiomeState.js +14 -0
- package/dist/models/orgBiomeSurfaceMode.d.ts +15 -0
- package/dist/models/orgBiomeSurfaceMode.js +14 -0
- package/dist/models/promoteBiomeInstallationDto.d.ts +14 -0
- package/dist/models/promoteBiomeInstallationDto.js +2 -0
- package/dist/models/requestApprovalDto.d.ts +15 -0
- package/dist/models/requestApprovalDto.js +9 -0
- package/dist/models/resolveApprovalDto.d.ts +14 -0
- package/dist/models/resolveApprovalDto.js +2 -0
- package/dist/models/resolveApprovalDtoStatus.d.ts +15 -0
- package/dist/models/resolveApprovalDtoStatus.js +14 -0
- package/dist/models/serverBiomeRegistrationResponseDto.d.ts +42 -0
- package/dist/models/serverBiomeRegistrationResponseDto.js +2 -0
- package/dist/models/serverBiomeRegistrationResponseDtoContributionPaths.d.ts +13 -0
- package/dist/models/serverBiomeRegistrationResponseDtoContributionPaths.js +9 -0
- package/dist/models/serverBiomeRegistrationResponseDtoDataArrayEnvelope.d.ts +11 -0
- package/dist/models/serverBiomeRegistrationResponseDtoDataArrayEnvelope.js +2 -0
- package/dist/models/serverBiomeRegistrationResponseDtoDataEnvelope.d.ts +11 -0
- package/dist/models/serverBiomeRegistrationResponseDtoDataEnvelope.js +2 -0
- package/dist/models/serverBiomesControllerListParams.d.ts +13 -0
- package/dist/models/serverBiomesControllerListParams.js +9 -0
- package/dist/models/serviceEndpointAuth.d.ts +16 -0
- package/dist/models/serviceEndpointAuth.js +15 -0
- package/dist/models/serviceEndpointDto.d.ts +17 -0
- package/dist/models/serviceEndpointDto.js +2 -0
- package/dist/models/serviceEndpointProtocol.d.ts +17 -0
- package/dist/models/serviceEndpointProtocol.js +16 -0
- package/dist/models/serviceInstanceDto.d.ts +18 -0
- package/dist/models/serviceInstanceDto.js +2 -0
- package/dist/models/serviceMeshEntryDto.d.ts +14 -0
- package/dist/models/serviceMeshEntryDto.js +2 -0
- package/dist/models/serviceMeshResponseDto.d.ts +12 -0
- package/dist/models/serviceMeshResponseDto.js +2 -0
- package/dist/models/serviceMeshResponseDtoDataEnvelope.d.ts +11 -0
- package/dist/models/serviceMeshResponseDtoDataEnvelope.js +2 -0
- package/dist/models/spaceKind.d.ts +20 -0
- package/dist/models/spaceKind.js +19 -0
- package/dist/models/updateBiomeInstallationResourcesDto.d.ts +12 -0
- package/dist/models/updateBiomeInstallationResourcesDto.js +2 -0
- package/dist/models/updateOrgBiomeEnablementDto.d.ts +13 -0
- package/dist/models/updateOrgBiomeEnablementDto.js +2 -0
- package/dist/models/webBiomeLoaderDto.d.ts +13 -0
- package/dist/models/webBiomeLoaderDto.js +2 -0
- package/dist/models/webBiomeLoaderKind.d.ts +12 -0
- package/dist/models/webBiomeLoaderKind.js +14 -0
- package/dist/models/webBiomeProvenanceDto.d.ts +19 -0
- package/dist/models/webBiomeProvenanceDto.js +2 -0
- package/dist/models/webBiomeProvenanceVerdict.d.ts +13 -0
- package/dist/models/webBiomeProvenanceVerdict.js +15 -0
- package/dist/models/webBiomeRegistrationResponseDto.d.ts +28 -0
- package/dist/models/webBiomeRegistrationResponseDto.js +2 -0
- package/dist/models/webBiomeRegistrationResponseDtoDataArrayEnvelope.d.ts +11 -0
- package/dist/models/webBiomeRegistrationResponseDtoDataArrayEnvelope.js +2 -0
- package/dist/models/webBiomeRegistrationResponseDtoDataEnvelope.d.ts +11 -0
- package/dist/models/webBiomeRegistrationResponseDtoDataEnvelope.js +2 -0
- package/dist/models/webBiomeSignatureVerdict.d.ts +13 -0
- package/dist/models/webBiomeSignatureVerdict.js +15 -0
- package/dist/models/webBiomesControllerListParams.d.ts +17 -0
- package/dist/models/webBiomesControllerListParams.js +9 -0
- package/dist/models/xemaObjectKind.d.ts +51 -0
- package/dist/models/xemaObjectKind.js +50 -0
- package/dist/models/xemaObjectResponseDto.d.ts +25 -0
- package/dist/models/xemaObjectResponseDto.js +2 -0
- package/dist/models/xemaSpaceRefDto.d.ts +16 -0
- package/dist/models/xemaSpaceRefDto.js +2 -0
- package/dist/models/xemaSubjectRefDto.d.ts +11 -0
- package/dist/models/xemaSubjectRefDto.js +9 -0
- package/package.json +18 -0
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v8.13.0 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* Biome Host API
|
|
5
|
+
* Platform biome registry consumed by frontend hosts at bootstrap.
|
|
6
|
+
* OpenAPI spec version: 0.1.0
|
|
7
|
+
*/
|
|
8
|
+
import type { BiomeApprovalResponseDto } from './biomeApprovalResponseDto.js';
|
|
9
|
+
export interface BiomeApprovalResponseDtoDataEnvelope {
|
|
10
|
+
data: BiomeApprovalResponseDto;
|
|
11
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v8.13.0 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* Biome Host API
|
|
5
|
+
* Platform biome registry consumed by frontend hosts at bootstrap.
|
|
6
|
+
* OpenAPI spec version: 0.1.0
|
|
7
|
+
*/
|
|
8
|
+
export type BiomeApprovalResponseDtoResolveReason = {
|
|
9
|
+
[key: string]: unknown;
|
|
10
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Generated by orval v8.13.0 🍺
|
|
4
|
+
* Do not edit manually.
|
|
5
|
+
* Biome Host API
|
|
6
|
+
* Platform biome registry consumed by frontend hosts at bootstrap.
|
|
7
|
+
* OpenAPI spec version: 0.1.0
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v8.13.0 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* Biome Host API
|
|
5
|
+
* Platform biome registry consumed by frontend hosts at bootstrap.
|
|
6
|
+
* OpenAPI spec version: 0.1.0
|
|
7
|
+
*/
|
|
8
|
+
export type BiomeApprovalResponseDtoResolvedAt = {
|
|
9
|
+
[key: string]: unknown;
|
|
10
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Generated by orval v8.13.0 🍺
|
|
4
|
+
* Do not edit manually.
|
|
5
|
+
* Biome Host API
|
|
6
|
+
* Platform biome registry consumed by frontend hosts at bootstrap.
|
|
7
|
+
* OpenAPI spec version: 0.1.0
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v8.13.0 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* Biome Host API
|
|
5
|
+
* Platform biome registry consumed by frontend hosts at bootstrap.
|
|
6
|
+
* OpenAPI spec version: 0.1.0
|
|
7
|
+
*/
|
|
8
|
+
export type BiomeApprovalResponseDtoResolvedBy = {
|
|
9
|
+
[key: string]: unknown;
|
|
10
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Generated by orval v8.13.0 🍺
|
|
4
|
+
* Do not edit manually.
|
|
5
|
+
* Biome Host API
|
|
6
|
+
* Platform biome registry consumed by frontend hosts at bootstrap.
|
|
7
|
+
* OpenAPI spec version: 0.1.0
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v8.13.0 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* Biome Host API
|
|
5
|
+
* Platform biome registry consumed by frontend hosts at bootstrap.
|
|
6
|
+
* OpenAPI spec version: 0.1.0
|
|
7
|
+
*/
|
|
8
|
+
export type BiomeApprovalStatus = typeof BiomeApprovalStatus[keyof typeof BiomeApprovalStatus];
|
|
9
|
+
export declare const BiomeApprovalStatus: {
|
|
10
|
+
readonly PENDING: "PENDING";
|
|
11
|
+
readonly APPROVED: "APPROVED";
|
|
12
|
+
readonly REJECTED: "REJECTED";
|
|
13
|
+
readonly EXPIRED: "EXPIRED";
|
|
14
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Generated by orval v8.13.0 🍺
|
|
4
|
+
* Do not edit manually.
|
|
5
|
+
* Biome Host API
|
|
6
|
+
* Platform biome registry consumed by frontend hosts at bootstrap.
|
|
7
|
+
* OpenAPI spec version: 0.1.0
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
exports.BiomeApprovalStatus = void 0;
|
|
11
|
+
exports.BiomeApprovalStatus = {
|
|
12
|
+
PENDING: 'PENDING',
|
|
13
|
+
APPROVED: 'APPROVED',
|
|
14
|
+
REJECTED: 'REJECTED',
|
|
15
|
+
EXPIRED: 'EXPIRED',
|
|
16
|
+
};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v8.13.0 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* Biome Host API
|
|
5
|
+
* Platform biome registry consumed by frontend hosts at bootstrap.
|
|
6
|
+
* OpenAPI spec version: 0.1.0
|
|
7
|
+
*/
|
|
8
|
+
import type { BiomeContributionResponseDtoPath } from './biomeContributionResponseDtoPath.js';
|
|
9
|
+
export interface BiomeContributionResponseDto {
|
|
10
|
+
biomeId: string;
|
|
11
|
+
kind: string;
|
|
12
|
+
/**
|
|
13
|
+
* Absolute filesystem path of the contribution directory (or null if the biome does not declare this kind).
|
|
14
|
+
* @nullable
|
|
15
|
+
*/
|
|
16
|
+
path: BiomeContributionResponseDtoPath;
|
|
17
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v8.13.0 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* Biome Host API
|
|
5
|
+
* Platform biome registry consumed by frontend hosts at bootstrap.
|
|
6
|
+
* OpenAPI spec version: 0.1.0
|
|
7
|
+
*/
|
|
8
|
+
import type { BiomeContributionResponseDto } from './biomeContributionResponseDto.js';
|
|
9
|
+
export interface BiomeContributionResponseDtoDataEnvelope {
|
|
10
|
+
data: BiomeContributionResponseDto;
|
|
11
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v8.13.0 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* Biome Host API
|
|
5
|
+
* Platform biome registry consumed by frontend hosts at bootstrap.
|
|
6
|
+
* OpenAPI spec version: 0.1.0
|
|
7
|
+
*/
|
|
8
|
+
/**
|
|
9
|
+
* Absolute filesystem path of the contribution directory (or null if the biome does not declare this kind).
|
|
10
|
+
* @nullable
|
|
11
|
+
*/
|
|
12
|
+
export type BiomeContributionResponseDtoPath = {
|
|
13
|
+
[key: string]: unknown;
|
|
14
|
+
} | null;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Generated by orval v8.13.0 🍺
|
|
4
|
+
* Do not edit manually.
|
|
5
|
+
* Biome Host API
|
|
6
|
+
* Platform biome registry consumed by frontend hosts at bootstrap.
|
|
7
|
+
* OpenAPI spec version: 0.1.0
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v8.13.0 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* Biome Host API
|
|
5
|
+
* Platform biome registry consumed by frontend hosts at bootstrap.
|
|
6
|
+
* OpenAPI spec version: 0.1.0
|
|
7
|
+
*/
|
|
8
|
+
/**
|
|
9
|
+
* Effective enable/disable state for the calling org context. Phase 1 emits ENABLED only; Phase 2 introduces DISABLED/ORPHANED.
|
|
10
|
+
*/
|
|
11
|
+
export type BiomeEffectiveState = typeof BiomeEffectiveState[keyof typeof BiomeEffectiveState];
|
|
12
|
+
export declare const BiomeEffectiveState: {
|
|
13
|
+
readonly ENABLED: "ENABLED";
|
|
14
|
+
readonly DISABLED: "DISABLED";
|
|
15
|
+
readonly ORPHANED: "ORPHANED";
|
|
16
|
+
readonly UNAVAILABLE_IN_BUILD: "UNAVAILABLE_IN_BUILD";
|
|
17
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Generated by orval v8.13.0 🍺
|
|
4
|
+
* Do not edit manually.
|
|
5
|
+
* Biome Host API
|
|
6
|
+
* Platform biome registry consumed by frontend hosts at bootstrap.
|
|
7
|
+
* OpenAPI spec version: 0.1.0
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
exports.BiomeEffectiveState = void 0;
|
|
11
|
+
exports.BiomeEffectiveState = {
|
|
12
|
+
ENABLED: 'ENABLED',
|
|
13
|
+
DISABLED: 'DISABLED',
|
|
14
|
+
ORPHANED: 'ORPHANED',
|
|
15
|
+
UNAVAILABLE_IN_BUILD: 'UNAVAILABLE_IN_BUILD',
|
|
16
|
+
};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v8.13.0 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* Biome Host API
|
|
5
|
+
* Platform biome registry consumed by frontend hosts at bootstrap.
|
|
6
|
+
* OpenAPI spec version: 0.1.0
|
|
7
|
+
*/
|
|
8
|
+
import type { BiomeInstallSchemaResponseDtoSchema } from './biomeInstallSchemaResponseDtoSchema.js';
|
|
9
|
+
import type { BiomeInstallSchemaResponseDtoUiSchema } from './biomeInstallSchemaResponseDtoUiSchema.js';
|
|
10
|
+
export interface BiomeInstallSchemaResponseDto {
|
|
11
|
+
biomeId: string;
|
|
12
|
+
/** JSON Schema describing the per-project install configuration the biome accepts. Rendered by the generic install wizard. */
|
|
13
|
+
schema: BiomeInstallSchemaResponseDtoSchema;
|
|
14
|
+
/**
|
|
15
|
+
* Optional rjsf-compatible uiSchema declaring widget selections + ordering. Null when the biome omits a ui-schema sibling file.
|
|
16
|
+
* @nullable
|
|
17
|
+
*/
|
|
18
|
+
uiSchema: BiomeInstallSchemaResponseDtoUiSchema;
|
|
19
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v8.13.0 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* Biome Host API
|
|
5
|
+
* Platform biome registry consumed by frontend hosts at bootstrap.
|
|
6
|
+
* OpenAPI spec version: 0.1.0
|
|
7
|
+
*/
|
|
8
|
+
import type { BiomeInstallSchemaResponseDto } from './biomeInstallSchemaResponseDto.js';
|
|
9
|
+
export interface BiomeInstallSchemaResponseDtoDataEnvelope {
|
|
10
|
+
data: BiomeInstallSchemaResponseDto;
|
|
11
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v8.13.0 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* Biome Host API
|
|
5
|
+
* Platform biome registry consumed by frontend hosts at bootstrap.
|
|
6
|
+
* OpenAPI spec version: 0.1.0
|
|
7
|
+
*/
|
|
8
|
+
/**
|
|
9
|
+
* JSON Schema describing the per-project install configuration the biome accepts. Rendered by the generic install wizard.
|
|
10
|
+
*/
|
|
11
|
+
export type BiomeInstallSchemaResponseDtoSchema = {
|
|
12
|
+
[key: string]: unknown;
|
|
13
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Generated by orval v8.13.0 🍺
|
|
4
|
+
* Do not edit manually.
|
|
5
|
+
* Biome Host API
|
|
6
|
+
* Platform biome registry consumed by frontend hosts at bootstrap.
|
|
7
|
+
* OpenAPI spec version: 0.1.0
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v8.13.0 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* Biome Host API
|
|
5
|
+
* Platform biome registry consumed by frontend hosts at bootstrap.
|
|
6
|
+
* OpenAPI spec version: 0.1.0
|
|
7
|
+
*/
|
|
8
|
+
/**
|
|
9
|
+
* Optional rjsf-compatible uiSchema declaring widget selections + ordering. Null when the biome omits a ui-schema sibling file.
|
|
10
|
+
* @nullable
|
|
11
|
+
*/
|
|
12
|
+
export type BiomeInstallSchemaResponseDtoUiSchema = {
|
|
13
|
+
[key: string]: unknown;
|
|
14
|
+
} | null;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Generated by orval v8.13.0 🍺
|
|
4
|
+
* Do not edit manually.
|
|
5
|
+
* Biome Host API
|
|
6
|
+
* Platform biome registry consumed by frontend hosts at bootstrap.
|
|
7
|
+
* OpenAPI spec version: 0.1.0
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v8.13.0 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* Biome Host API
|
|
5
|
+
* Platform biome registry consumed by frontend hosts at bootstrap.
|
|
6
|
+
* OpenAPI spec version: 0.1.0
|
|
7
|
+
*/
|
|
8
|
+
export interface BiomeInstallationDeleteResponseDto {
|
|
9
|
+
/** Temporal workflow id of the in-flight `uninstallBiomeCascadeWorkflow`. Deterministic on `(orgId, installationId)` — a retried DELETE attaches to the same workflow rather than starting a second cascade. */
|
|
10
|
+
workflowId: string;
|
|
11
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Generated by orval v8.13.0 🍺
|
|
4
|
+
* Do not edit manually.
|
|
5
|
+
* Biome Host API
|
|
6
|
+
* Platform biome registry consumed by frontend hosts at bootstrap.
|
|
7
|
+
* OpenAPI spec version: 0.1.0
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v8.13.0 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* Biome Host API
|
|
5
|
+
* Platform biome registry consumed by frontend hosts at bootstrap.
|
|
6
|
+
* OpenAPI spec version: 0.1.0
|
|
7
|
+
*/
|
|
8
|
+
import type { BiomeInstallationDeleteResponseDto } from './biomeInstallationDeleteResponseDto.js';
|
|
9
|
+
export interface BiomeInstallationDeleteResponseDtoDataEnvelope {
|
|
10
|
+
data: BiomeInstallationDeleteResponseDto;
|
|
11
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v8.13.0 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* Biome Host API
|
|
5
|
+
* Platform biome registry consumed by frontend hosts at bootstrap.
|
|
6
|
+
* OpenAPI spec version: 0.1.0
|
|
7
|
+
*/
|
|
8
|
+
export interface BiomeInstallationIntegrationBindingInputDto {
|
|
9
|
+
/** Adapter kind slug the biome requires (e.g. "scm", "tracker"). */
|
|
10
|
+
adapterKind: string;
|
|
11
|
+
/** Id of the OrgIntegration row in integration-adapters-api this installation binds against. */
|
|
12
|
+
orgIntegrationId: string;
|
|
13
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Generated by orval v8.13.0 🍺
|
|
4
|
+
* Do not edit manually.
|
|
5
|
+
* Biome Host API
|
|
6
|
+
* Platform biome registry consumed by frontend hosts at bootstrap.
|
|
7
|
+
* OpenAPI spec version: 0.1.0
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v8.13.0 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* Biome Host API
|
|
5
|
+
* Platform biome registry consumed by frontend hosts at bootstrap.
|
|
6
|
+
* OpenAPI spec version: 0.1.0
|
|
7
|
+
*/
|
|
8
|
+
export interface BiomeInstallationIntegrationResponseDto {
|
|
9
|
+
id: string;
|
|
10
|
+
adapterKind: string;
|
|
11
|
+
orgIntegrationId: string;
|
|
12
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Generated by orval v8.13.0 🍺
|
|
4
|
+
* Do not edit manually.
|
|
5
|
+
* Biome Host API
|
|
6
|
+
* Platform biome registry consumed by frontend hosts at bootstrap.
|
|
7
|
+
* OpenAPI spec version: 0.1.0
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v8.13.0 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* Biome Host API
|
|
5
|
+
* Platform biome registry consumed by frontend hosts at bootstrap.
|
|
6
|
+
* OpenAPI spec version: 0.1.0
|
|
7
|
+
*/
|
|
8
|
+
import type { BiomeInstallationResourceInputDtoSelector } from './biomeInstallationResourceInputDtoSelector.js';
|
|
9
|
+
export interface BiomeInstallationResourceInputDto {
|
|
10
|
+
/** Adapter kind the selector slice applies to. */
|
|
11
|
+
adapterKind: string;
|
|
12
|
+
/** Opaque JSON selector slice. Shape is biome-defined; validated against the biome's install JSON Schema by the service. */
|
|
13
|
+
selector: BiomeInstallationResourceInputDtoSelector;
|
|
14
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v8.13.0 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* Biome Host API
|
|
5
|
+
* Platform biome registry consumed by frontend hosts at bootstrap.
|
|
6
|
+
* OpenAPI spec version: 0.1.0
|
|
7
|
+
*/
|
|
8
|
+
/**
|
|
9
|
+
* Opaque JSON selector slice. Shape is biome-defined; validated against the biome's install JSON Schema by the service.
|
|
10
|
+
*/
|
|
11
|
+
export type BiomeInstallationResourceInputDtoSelector = {
|
|
12
|
+
[key: string]: unknown;
|
|
13
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Generated by orval v8.13.0 🍺
|
|
4
|
+
* Do not edit manually.
|
|
5
|
+
* Biome Host API
|
|
6
|
+
* Platform biome registry consumed by frontend hosts at bootstrap.
|
|
7
|
+
* OpenAPI spec version: 0.1.0
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v8.13.0 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* Biome Host API
|
|
5
|
+
* Platform biome registry consumed by frontend hosts at bootstrap.
|
|
6
|
+
* OpenAPI spec version: 0.1.0
|
|
7
|
+
*/
|
|
8
|
+
import type { BiomeInstallationResourceResponseDtoSelector } from './biomeInstallationResourceResponseDtoSelector.js';
|
|
9
|
+
export interface BiomeInstallationResourceResponseDto {
|
|
10
|
+
id: string;
|
|
11
|
+
adapterKind: string;
|
|
12
|
+
selector: BiomeInstallationResourceResponseDtoSelector;
|
|
13
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v8.13.0 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* Biome Host API
|
|
5
|
+
* Platform biome registry consumed by frontend hosts at bootstrap.
|
|
6
|
+
* OpenAPI spec version: 0.1.0
|
|
7
|
+
*/
|
|
8
|
+
export type BiomeInstallationResourceResponseDtoSelector = {
|
|
9
|
+
[key: string]: unknown;
|
|
10
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Generated by orval v8.13.0 🍺
|
|
4
|
+
* Do not edit manually.
|
|
5
|
+
* Biome Host API
|
|
6
|
+
* Platform biome registry consumed by frontend hosts at bootstrap.
|
|
7
|
+
* OpenAPI spec version: 0.1.0
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v8.13.0 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* Biome Host API
|
|
5
|
+
* Platform biome registry consumed by frontend hosts at bootstrap.
|
|
6
|
+
* OpenAPI spec version: 0.1.0
|
|
7
|
+
*/
|
|
8
|
+
import type { BiomeInstallationIntegrationResponseDto } from './biomeInstallationIntegrationResponseDto.js';
|
|
9
|
+
import type { BiomeInstallationResourceResponseDto } from './biomeInstallationResourceResponseDto.js';
|
|
10
|
+
import type { BiomeInstallationResponseDtoConfigJson } from './biomeInstallationResponseDtoConfigJson.js';
|
|
11
|
+
import type { BiomeInstallationResponseDtoDisabledAt } from './biomeInstallationResponseDtoDisabledAt.js';
|
|
12
|
+
import type { BiomeInstallationState } from './biomeInstallationState.js';
|
|
13
|
+
export interface BiomeInstallationResponseDto {
|
|
14
|
+
id: string;
|
|
15
|
+
orgId: string;
|
|
16
|
+
projectId: string;
|
|
17
|
+
biomeId: string;
|
|
18
|
+
version: string;
|
|
19
|
+
state: BiomeInstallationState;
|
|
20
|
+
configJson: BiomeInstallationResponseDtoConfigJson;
|
|
21
|
+
integrations: BiomeInstallationIntegrationResponseDto[];
|
|
22
|
+
resources: BiomeInstallationResourceResponseDto[];
|
|
23
|
+
createdAt: string;
|
|
24
|
+
createdBy: string;
|
|
25
|
+
updatedAt: string;
|
|
26
|
+
/** @nullable */
|
|
27
|
+
disabledAt?: BiomeInstallationResponseDtoDisabledAt;
|
|
28
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v8.13.0 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* Biome Host API
|
|
5
|
+
* Platform biome registry consumed by frontend hosts at bootstrap.
|
|
6
|
+
* OpenAPI spec version: 0.1.0
|
|
7
|
+
*/
|
|
8
|
+
export type BiomeInstallationResponseDtoConfigJson = {
|
|
9
|
+
[key: string]: unknown;
|
|
10
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Generated by orval v8.13.0 🍺
|
|
4
|
+
* Do not edit manually.
|
|
5
|
+
* Biome Host API
|
|
6
|
+
* Platform biome registry consumed by frontend hosts at bootstrap.
|
|
7
|
+
* OpenAPI spec version: 0.1.0
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v8.13.0 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* Biome Host API
|
|
5
|
+
* Platform biome registry consumed by frontend hosts at bootstrap.
|
|
6
|
+
* OpenAPI spec version: 0.1.0
|
|
7
|
+
*/
|
|
8
|
+
import type { BiomeInstallationResponseDto } from './biomeInstallationResponseDto.js';
|
|
9
|
+
export interface BiomeInstallationResponseDtoDataArrayEnvelope {
|
|
10
|
+
data: BiomeInstallationResponseDto[];
|
|
11
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v8.13.0 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* Biome Host API
|
|
5
|
+
* Platform biome registry consumed by frontend hosts at bootstrap.
|
|
6
|
+
* OpenAPI spec version: 0.1.0
|
|
7
|
+
*/
|
|
8
|
+
import type { BiomeInstallationResponseDto } from './biomeInstallationResponseDto.js';
|
|
9
|
+
export interface BiomeInstallationResponseDtoDataEnvelope {
|
|
10
|
+
data: BiomeInstallationResponseDto;
|
|
11
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v8.13.0 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* Biome Host API
|
|
5
|
+
* Platform biome registry consumed by frontend hosts at bootstrap.
|
|
6
|
+
* OpenAPI spec version: 0.1.0
|
|
7
|
+
*/
|
|
8
|
+
/**
|
|
9
|
+
* @nullable
|
|
10
|
+
*/
|
|
11
|
+
export type BiomeInstallationResponseDtoDisabledAt = {
|
|
12
|
+
[key: string]: unknown;
|
|
13
|
+
} | null;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Generated by orval v8.13.0 🍺
|
|
4
|
+
* Do not edit manually.
|
|
5
|
+
* Biome Host API
|
|
6
|
+
* Platform biome registry consumed by frontend hosts at bootstrap.
|
|
7
|
+
* OpenAPI spec version: 0.1.0
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v8.13.0 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* Biome Host API
|
|
5
|
+
* Platform biome registry consumed by frontend hosts at bootstrap.
|
|
6
|
+
* OpenAPI spec version: 0.1.0
|
|
7
|
+
*/
|
|
8
|
+
export type BiomeInstallationState = typeof BiomeInstallationState[keyof typeof BiomeInstallationState];
|
|
9
|
+
export declare const BiomeInstallationState: {
|
|
10
|
+
readonly pending_config: "pending_config";
|
|
11
|
+
readonly active: "active";
|
|
12
|
+
readonly disabled: "disabled";
|
|
13
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Generated by orval v8.13.0 🍺
|
|
4
|
+
* Do not edit manually.
|
|
5
|
+
* Biome Host API
|
|
6
|
+
* Platform biome registry consumed by frontend hosts at bootstrap.
|
|
7
|
+
* OpenAPI spec version: 0.1.0
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
exports.BiomeInstallationState = void 0;
|
|
11
|
+
exports.BiomeInstallationState = {
|
|
12
|
+
pending_config: 'pending_config',
|
|
13
|
+
active: 'active',
|
|
14
|
+
disabled: 'disabled',
|
|
15
|
+
};
|