@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,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
|
+
* Resolved absolute paths for each declared content directory, keyed by content kind. Derived from xema.ships.content[] + the biome-host kind→dir convention.
|
|
10
|
+
*/
|
|
11
|
+
export type ServerBiomeRegistrationResponseDtoContributionPaths = {
|
|
12
|
+
[key: string]: 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,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 { ServerBiomeRegistrationResponseDto } from './serverBiomeRegistrationResponseDto.js';
|
|
9
|
+
export interface ServerBiomeRegistrationResponseDtoDataArrayEnvelope {
|
|
10
|
+
data: ServerBiomeRegistrationResponseDto[];
|
|
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 { ServerBiomeRegistrationResponseDto } from './serverBiomeRegistrationResponseDto.js';
|
|
9
|
+
export interface ServerBiomeRegistrationResponseDtoDataEnvelope {
|
|
10
|
+
data: ServerBiomeRegistrationResponseDto;
|
|
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 type ServerBiomesControllerListParams = {
|
|
9
|
+
/**
|
|
10
|
+
* Org id to filter for. When set (or inferred from the caller's request context), only biomes whose effective state is 'enabled' are returned. Omit + send no context to get the global catalog (admin/debug).
|
|
11
|
+
*/
|
|
12
|
+
org?: 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,16 @@
|
|
|
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
|
+
* Auth mode a caller MUST use against this endpoint. Absent on the wire only when the producing descriptor declared no auth metadata.
|
|
10
|
+
*/
|
|
11
|
+
export type ServiceEndpointAuth = typeof ServiceEndpointAuth[keyof typeof ServiceEndpointAuth];
|
|
12
|
+
export declare const ServiceEndpointAuth: {
|
|
13
|
+
readonly 'service-token': "service-token";
|
|
14
|
+
readonly mtls: "mtls";
|
|
15
|
+
readonly none: "none";
|
|
16
|
+
};
|
|
@@ -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.ServiceEndpointAuth = void 0;
|
|
11
|
+
exports.ServiceEndpointAuth = {
|
|
12
|
+
'service-token': 'service-token',
|
|
13
|
+
mtls: 'mtls',
|
|
14
|
+
none: 'none',
|
|
15
|
+
};
|
|
@@ -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 { ServiceEndpointAuth } from './serviceEndpointAuth.js';
|
|
9
|
+
import type { ServiceEndpointProtocol } from './serviceEndpointProtocol.js';
|
|
10
|
+
export interface ServiceEndpointDto {
|
|
11
|
+
/** Transport protocol this endpoint speaks. */
|
|
12
|
+
protocol: ServiceEndpointProtocol;
|
|
13
|
+
/** Dialable URL for this endpoint. */
|
|
14
|
+
url: string;
|
|
15
|
+
/** Auth mode a caller MUST use against this endpoint. Absent on the wire only when the producing descriptor declared no auth metadata. */
|
|
16
|
+
auth?: ServiceEndpointAuth;
|
|
17
|
+
}
|
|
@@ -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
|
+
* Transport protocol this endpoint speaks.
|
|
10
|
+
*/
|
|
11
|
+
export type ServiceEndpointProtocol = typeof ServiceEndpointProtocol[keyof typeof ServiceEndpointProtocol];
|
|
12
|
+
export declare const ServiceEndpointProtocol: {
|
|
13
|
+
readonly http: "http";
|
|
14
|
+
readonly grpc: "grpc";
|
|
15
|
+
readonly 'event-hub': "event-hub";
|
|
16
|
+
readonly mcp: "mcp";
|
|
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.ServiceEndpointProtocol = void 0;
|
|
11
|
+
exports.ServiceEndpointProtocol = {
|
|
12
|
+
http: 'http',
|
|
13
|
+
grpc: 'grpc',
|
|
14
|
+
'event-hub': 'event-hub',
|
|
15
|
+
mcp: 'mcp',
|
|
16
|
+
};
|
|
@@ -0,0 +1,18 @@
|
|
|
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 { ServiceEndpointDto } from './serviceEndpointDto.js';
|
|
9
|
+
export interface ServiceInstanceDto {
|
|
10
|
+
/** Per-replica identifier. Unique within a service `name`. */
|
|
11
|
+
instanceId: string;
|
|
12
|
+
/** Published service version of this instance. */
|
|
13
|
+
semver: string;
|
|
14
|
+
/** Every endpoint this instance exposes (HTTP, MCP, …). */
|
|
15
|
+
endpoints: ServiceEndpointDto[];
|
|
16
|
+
/** Absolute UTC timestamp (ISO-8601) at which the underlying lease expires unless renewed. */
|
|
17
|
+
leaseExpiresAt: string;
|
|
18
|
+
}
|
|
@@ -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 { ServiceInstanceDto } from './serviceInstanceDto.js';
|
|
9
|
+
export interface ServiceMeshEntryDto {
|
|
10
|
+
/** Canonical service slug (matches `package.json#name` minus scope). */
|
|
11
|
+
name: string;
|
|
12
|
+
/** Live registered instances of this service. */
|
|
13
|
+
instances: ServiceInstanceDto[];
|
|
14
|
+
}
|
|
@@ -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
|
+
import type { ServiceMeshEntryDto } from './serviceMeshEntryDto.js';
|
|
9
|
+
export interface ServiceMeshResponseDto {
|
|
10
|
+
/** Every registered service, grouped by name. */
|
|
11
|
+
services: ServiceMeshEntryDto[];
|
|
12
|
+
}
|
|
@@ -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 { ServiceMeshResponseDto } from './serviceMeshResponseDto.js';
|
|
9
|
+
export interface ServiceMeshResponseDtoDataEnvelope {
|
|
10
|
+
data: ServiceMeshResponseDto;
|
|
11
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
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
|
+
* Ownership tier (system | biome | org | project | user)
|
|
10
|
+
*/
|
|
11
|
+
export type SpaceKind = typeof SpaceKind[keyof typeof SpaceKind];
|
|
12
|
+
export declare const SpaceKind: {
|
|
13
|
+
readonly system: "system";
|
|
14
|
+
readonly org: "org";
|
|
15
|
+
readonly project: "project";
|
|
16
|
+
readonly app: "app";
|
|
17
|
+
readonly session: "session";
|
|
18
|
+
readonly biome: "biome";
|
|
19
|
+
readonly user: "user";
|
|
20
|
+
};
|
|
@@ -0,0 +1,19 @@
|
|
|
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.SpaceKind = void 0;
|
|
11
|
+
exports.SpaceKind = {
|
|
12
|
+
system: 'system',
|
|
13
|
+
org: 'org',
|
|
14
|
+
project: 'project',
|
|
15
|
+
app: 'app',
|
|
16
|
+
session: 'session',
|
|
17
|
+
biome: 'biome',
|
|
18
|
+
user: 'user',
|
|
19
|
+
};
|
|
@@ -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
|
+
import type { BiomeInstallationResourceInputDto } from './biomeInstallationResourceInputDto.js';
|
|
9
|
+
export interface UpdateBiomeInstallationResourcesDto {
|
|
10
|
+
/** Replacement list of per-adapter resource selector slices. Any AdapterKind absent here is removed from the installation. */
|
|
11
|
+
resources: BiomeInstallationResourceInputDto[];
|
|
12
|
+
}
|
|
@@ -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 { OrgBiomeState } from './orgBiomeState.js';
|
|
9
|
+
import type { OrgBiomeSurfaceMode } from './orgBiomeSurfaceMode.js';
|
|
10
|
+
export interface UpdateOrgBiomeEnablementDto {
|
|
11
|
+
state?: OrgBiomeState;
|
|
12
|
+
surfaceMode?: OrgBiomeSurfaceMode;
|
|
13
|
+
}
|
|
@@ -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 { WebBiomeLoaderKind } from './webBiomeLoaderKind.js';
|
|
9
|
+
export interface WebBiomeLoaderDto {
|
|
10
|
+
kind: WebBiomeLoaderKind;
|
|
11
|
+
/** Import specifier the SPA resolves through its generated loader map. For HOST_BUNDLED this is the workspace package name. */
|
|
12
|
+
moduleId: string;
|
|
13
|
+
}
|
|
@@ -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 type WebBiomeLoaderKind = typeof WebBiomeLoaderKind[keyof typeof WebBiomeLoaderKind];
|
|
9
|
+
export declare const WebBiomeLoaderKind: {
|
|
10
|
+
readonly HOST_BUNDLED: "HOST_BUNDLED";
|
|
11
|
+
readonly REMOTE_SIGNED: "REMOTE_SIGNED";
|
|
12
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
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.WebBiomeLoaderKind = void 0;
|
|
11
|
+
exports.WebBiomeLoaderKind = {
|
|
12
|
+
HOST_BUNDLED: 'HOST_BUNDLED',
|
|
13
|
+
REMOTE_SIGNED: 'REMOTE_SIGNED',
|
|
14
|
+
};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v8.6.2 🍺
|
|
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 { WebBiomeProvenanceVerdict } from './webBiomeProvenanceVerdict';
|
|
9
|
+
import type { WebBiomeSignatureVerdict } from './webBiomeSignatureVerdict';
|
|
10
|
+
export interface WebBiomeProvenanceDto {
|
|
11
|
+
/** Signature-verification verdict resolved server-side at install/approval time. INVALID rows are suppressed from the default loadable registry. */
|
|
12
|
+
signatureVerdict: WebBiomeSignatureVerdict;
|
|
13
|
+
/** SLSA build-provenance verdict resolved server-side. INVALID rows are suppressed from the default loadable registry. */
|
|
14
|
+
provenanceVerdict: WebBiomeProvenanceVerdict;
|
|
15
|
+
/** Publisher identity bound to the verified signature. */
|
|
16
|
+
publisher: string;
|
|
17
|
+
/** Convenience flag: true iff both signature and provenance verdicts are trusted. The loadable-registry suppression is driven by the verdicts, not by this flag. */
|
|
18
|
+
verified: boolean;
|
|
19
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v8.6.2 🍺
|
|
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 WebBiomeProvenanceVerdict = typeof WebBiomeProvenanceVerdict[keyof typeof WebBiomeProvenanceVerdict];
|
|
9
|
+
export declare const WebBiomeProvenanceVerdict: {
|
|
10
|
+
readonly VALID: "VALID";
|
|
11
|
+
readonly INVALID: "INVALID";
|
|
12
|
+
readonly MISSING: "MISSING";
|
|
13
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Generated by orval v8.6.2 🍺
|
|
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.WebBiomeProvenanceVerdict = void 0;
|
|
11
|
+
exports.WebBiomeProvenanceVerdict = {
|
|
12
|
+
VALID: 'VALID',
|
|
13
|
+
INVALID: 'INVALID',
|
|
14
|
+
MISSING: 'MISSING',
|
|
15
|
+
};
|
|
@@ -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 { BiomeEffectiveState } from './biomeEffectiveState.js';
|
|
9
|
+
import type { BiomeScope } from './biomeScope.js';
|
|
10
|
+
import type { WebBiomeLoaderDto } from './webBiomeLoaderDto.js';
|
|
11
|
+
export interface WebBiomeRegistrationResponseDto {
|
|
12
|
+
id: string;
|
|
13
|
+
/** Workspace package name from the manifest. Used as the import specifier by the SPA. */
|
|
14
|
+
packageName: string;
|
|
15
|
+
version: string;
|
|
16
|
+
displayName: string;
|
|
17
|
+
scope: BiomeScope;
|
|
18
|
+
mandatory: boolean;
|
|
19
|
+
/** Server biomes this web biome REQUIRES (its backend counterparts). Cross-target presence is enforced at boot; per-org, all must be ENABLED or the web biome resolves to ORPHANED. */
|
|
20
|
+
requiresServerBiomes: string[];
|
|
21
|
+
/** Server biomes this web biome can OPTIONALLY integrate with. The web biome stays active without them; they never cause an ORPHANED state. */
|
|
22
|
+
optionalServerBiomes: string[];
|
|
23
|
+
/** How the SPA loads this biome (server/build-derived, never author-declared). */
|
|
24
|
+
loader: WebBiomeLoaderDto;
|
|
25
|
+
/** Per-org: whether every required server biome is ENABLED for the requesting org. False ⇒ this web biome resolves to ORPHANED. When no org context is supplied (global admin/debug listing) this is reported as true (no org filter applied). */
|
|
26
|
+
requiresServerBiomesSatisfied: boolean;
|
|
27
|
+
effectiveState: BiomeEffectiveState;
|
|
28
|
+
}
|
|
@@ -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 { WebBiomeRegistrationResponseDto } from './webBiomeRegistrationResponseDto.js';
|
|
9
|
+
export interface WebBiomeRegistrationResponseDtoDataArrayEnvelope {
|
|
10
|
+
data: WebBiomeRegistrationResponseDto[];
|
|
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 { WebBiomeRegistrationResponseDto } from './webBiomeRegistrationResponseDto.js';
|
|
9
|
+
export interface WebBiomeRegistrationResponseDtoDataEnvelope {
|
|
10
|
+
data: WebBiomeRegistrationResponseDto;
|
|
11
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v8.6.2 🍺
|
|
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 WebBiomeSignatureVerdict = typeof WebBiomeSignatureVerdict[keyof typeof WebBiomeSignatureVerdict];
|
|
9
|
+
export declare const WebBiomeSignatureVerdict: {
|
|
10
|
+
readonly VALID: "VALID";
|
|
11
|
+
readonly INVALID: "INVALID";
|
|
12
|
+
readonly UNSIGNED: "UNSIGNED";
|
|
13
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Generated by orval v8.6.2 🍺
|
|
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.WebBiomeSignatureVerdict = void 0;
|
|
11
|
+
exports.WebBiomeSignatureVerdict = {
|
|
12
|
+
VALID: 'VALID',
|
|
13
|
+
INVALID: 'INVALID',
|
|
14
|
+
UNSIGNED: 'UNSIGNED',
|
|
15
|
+
};
|
|
@@ -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
|
+
export type WebBiomesControllerListParams = {
|
|
9
|
+
/**
|
|
10
|
+
* When true, include non-loadable rows (DISABLED, ORPHANED) with their resolved per-org state. Default false: only loadable ENABLED rows are returned (runtime bootstrap contract).
|
|
11
|
+
*/
|
|
12
|
+
includeInactive?: boolean;
|
|
13
|
+
/**
|
|
14
|
+
* Org id to resolve for. When set (or inferred from the caller's request context), the response is the per-org resolved web runtime registry.
|
|
15
|
+
*/
|
|
16
|
+
org?: unknown;
|
|
17
|
+
};
|
|
@@ -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,51 @@
|
|
|
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
|
+
* Always `biome` from this producer.
|
|
10
|
+
*/
|
|
11
|
+
export type XemaObjectKind = typeof XemaObjectKind[keyof typeof XemaObjectKind];
|
|
12
|
+
export declare const XemaObjectKind: {
|
|
13
|
+
readonly biome: "biome";
|
|
14
|
+
readonly app: "app";
|
|
15
|
+
readonly 'app-client': "app-client";
|
|
16
|
+
readonly 'audience-policy': "audience-policy";
|
|
17
|
+
readonly 'external-subject': "external-subject";
|
|
18
|
+
readonly 'delegated-session': "delegated-session";
|
|
19
|
+
readonly agent: "agent";
|
|
20
|
+
readonly 'agent-composition': "agent-composition";
|
|
21
|
+
readonly skill: "skill";
|
|
22
|
+
readonly tool: "tool";
|
|
23
|
+
readonly model: "model";
|
|
24
|
+
readonly 'model-resolution-rule': "model-resolution-rule";
|
|
25
|
+
readonly workflow: "workflow";
|
|
26
|
+
readonly 'workflow-run': "workflow-run";
|
|
27
|
+
readonly 'gate-action': "gate-action";
|
|
28
|
+
readonly connector: "connector";
|
|
29
|
+
readonly 'connector-binding': "connector-binding";
|
|
30
|
+
readonly 'mount-source': "mount-source";
|
|
31
|
+
readonly 'artifact-type': "artifact-type";
|
|
32
|
+
readonly artifact: "artifact";
|
|
33
|
+
readonly 'knowledge-space': "knowledge-space";
|
|
34
|
+
readonly 'knowledge-page': "knowledge-page";
|
|
35
|
+
readonly 'document-template': "document-template";
|
|
36
|
+
readonly 'document-theme': "document-theme";
|
|
37
|
+
readonly 'chart-runtime': "chart-runtime";
|
|
38
|
+
readonly 'presentation-runtime': "presentation-runtime";
|
|
39
|
+
readonly 'widget-kind': "widget-kind";
|
|
40
|
+
readonly capability: "capability";
|
|
41
|
+
readonly 'execution-environment': "execution-environment";
|
|
42
|
+
readonly 'capability-grant': "capability-grant";
|
|
43
|
+
readonly 'approval-rule': "approval-rule";
|
|
44
|
+
readonly memory: "memory";
|
|
45
|
+
readonly 'memory-relation': "memory-relation";
|
|
46
|
+
readonly session: "session";
|
|
47
|
+
readonly 'event-stream': "event-stream";
|
|
48
|
+
readonly 'event-subscription': "event-subscription";
|
|
49
|
+
readonly 'contribution-entry': "contribution-entry";
|
|
50
|
+
readonly concept: "concept";
|
|
51
|
+
};
|