@xemahq/biome-host-internal-api-client 0.2.0
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 +174 -0
- package/README.md +62 -0
- package/dist/custom-fetch.d.ts +52 -0
- package/dist/custom-fetch.js +152 -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/runtime-authority-internal/runtime-authority-internal.d.ts +63 -0
- package/dist/endpoints/runtime-authority-internal/runtime-authority-internal.js +178 -0
- package/dist/index.d.ts +4 -0
- package/dist/index.js +26 -0
- package/dist/models/ackRunnerCredentialMaterializationDto.d.ts +16 -0
- package/dist/models/ackRunnerCredentialMaterializationDto.js +2 -0
- package/dist/models/ackRunnerCredentialMaterializationDtoAction.d.ts +12 -0
- package/dist/models/ackRunnerCredentialMaterializationDtoAction.js +14 -0
- package/dist/models/biomeInstallationState.d.ts +13 -0
- package/dist/models/biomeInstallationState.js +15 -0
- package/dist/models/biomePayloadDto.d.ts +19 -0
- package/dist/models/biomePayloadDto.js +2 -0
- package/dist/models/biomeTrustTier.d.ts +19 -0
- package/dist/models/biomeTrustTier.js +18 -0
- package/dist/models/claimDispatchAuthorizationDto.d.ts +12 -0
- package/dist/models/claimDispatchAuthorizationDto.js +9 -0
- package/dist/models/claimRunnerCredentialMaterializationDto.d.ts +16 -0
- package/dist/models/claimRunnerCredentialMaterializationDto.js +9 -0
- package/dist/models/completeDispatchAuthorizationDto.d.ts +13 -0
- package/dist/models/completeDispatchAuthorizationDto.js +2 -0
- package/dist/models/describeObjectsResponseDto.d.ts +14 -0
- package/dist/models/describeObjectsResponseDto.js +2 -0
- package/dist/models/describeObjectsResponseDtoDataEnvelope.d.ts +11 -0
- package/dist/models/describeObjectsResponseDtoDataEnvelope.js +2 -0
- package/dist/models/dispatchAuthorizationResponseDto.d.ts +67 -0
- package/dist/models/dispatchAuthorizationResponseDto.js +2 -0
- package/dist/models/dispatchAuthorizationResponseDtoClaimedAt.d.ts +13 -0
- package/dist/models/dispatchAuthorizationResponseDtoClaimedAt.js +9 -0
- package/dist/models/dispatchAuthorizationResponseDtoCompletedAt.d.ts +13 -0
- package/dist/models/dispatchAuthorizationResponseDtoCompletedAt.js +9 -0
- package/dist/models/dispatchAuthorizationResponseDtoDataEnvelope.d.ts +11 -0
- package/dist/models/dispatchAuthorizationResponseDtoDataEnvelope.js +2 -0
- package/dist/models/dispatchAuthorizationResponseDtoJobId.d.ts +13 -0
- package/dist/models/dispatchAuthorizationResponseDtoJobId.js +9 -0
- package/dist/models/dispatchAuthorizationResponseDtoJti.d.ts +13 -0
- package/dist/models/dispatchAuthorizationResponseDtoJti.js +9 -0
- package/dist/models/dispatchAuthorizationResponseDtoProjectId.d.ts +13 -0
- package/dist/models/dispatchAuthorizationResponseDtoProjectId.js +9 -0
- package/dist/models/dispatchAuthorizationResponseDtoRevokedAt.d.ts +13 -0
- package/dist/models/dispatchAuthorizationResponseDtoRevokedAt.js +9 -0
- package/dist/models/dispatchAuthorizationState.d.ts +17 -0
- package/dist/models/dispatchAuthorizationState.js +19 -0
- package/dist/models/dispatchClaimLeaseDto.d.ts +12 -0
- package/dist/models/dispatchClaimLeaseDto.js +9 -0
- package/dist/models/dispatchClaimLeaseDtoDataEnvelope.d.ts +11 -0
- package/dist/models/dispatchClaimLeaseDtoDataEnvelope.js +2 -0
- package/dist/models/dispatchLeaseMutationDto.d.ts +12 -0
- package/dist/models/dispatchLeaseMutationDto.js +9 -0
- package/dist/models/dispatchTerminalOutcome.d.ts +13 -0
- package/dist/models/dispatchTerminalOutcome.js +15 -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/inFlightRevocationPolicy.d.ts +12 -0
- package/dist/models/inFlightRevocationPolicy.js +14 -0
- package/dist/models/index.d.ts +55 -0
- package/dist/models/index.js +72 -0
- package/dist/models/objectLifecycle.d.ts +16 -0
- package/dist/models/objectLifecycle.js +15 -0
- package/dist/models/recordRunnerAttestationDto.d.ts +17 -0
- package/dist/models/recordRunnerAttestationDto.js +2 -0
- package/dist/models/reserveDispatchAuthorizationDto.d.ts +19 -0
- package/dist/models/reserveDispatchAuthorizationDto.js +9 -0
- package/dist/models/resolveRunnerAttestationEligibilityDto.d.ts +13 -0
- package/dist/models/resolveRunnerAttestationEligibilityDto.js +9 -0
- package/dist/models/resolveRuntimeBindingCandidatesDto.d.ts +13 -0
- package/dist/models/resolveRuntimeBindingCandidatesDto.js +9 -0
- package/dist/models/runnerCredentialMaterializationClaimDto.d.ts +20 -0
- package/dist/models/runnerCredentialMaterializationClaimDto.js +2 -0
- package/dist/models/runnerCredentialMaterializationClaimDtoAction.d.ts +12 -0
- package/dist/models/runnerCredentialMaterializationClaimDtoAction.js +14 -0
- package/dist/models/runnerCredentialMaterializationClaimDtoCredentialRef.d.ts +13 -0
- package/dist/models/runnerCredentialMaterializationClaimDtoCredentialRef.js +9 -0
- package/dist/models/runnerCredentialMaterializationClaimDtoDataEnvelope.d.ts +11 -0
- package/dist/models/runnerCredentialMaterializationClaimDtoDataEnvelope.js +2 -0
- package/dist/models/runnerDataLocality.d.ts +13 -0
- package/dist/models/runnerDataLocality.js +15 -0
- package/dist/models/runnerEnrollmentDesiredState.d.ts +12 -0
- package/dist/models/runnerEnrollmentDesiredState.js +14 -0
- package/dist/models/runnerEnrollmentObservedState.d.ts +19 -0
- package/dist/models/runnerEnrollmentObservedState.js +21 -0
- package/dist/models/runnerEnrollmentResponseDto.d.ts +51 -0
- package/dist/models/runnerEnrollmentResponseDto.js +2 -0
- package/dist/models/runnerEnrollmentResponseDtoDataEnvelope.d.ts +11 -0
- package/dist/models/runnerEnrollmentResponseDtoDataEnvelope.js +2 -0
- package/dist/models/runnerTrustTier.d.ts +14 -0
- package/dist/models/runnerTrustTier.js +16 -0
- package/dist/models/runtimeBindingCandidateResponseDto.d.ts +51 -0
- package/dist/models/runtimeBindingCandidateResponseDto.js +2 -0
- package/dist/models/runtimeBindingCandidateResponseDtoDataArrayEnvelope.d.ts +11 -0
- package/dist/models/runtimeBindingCandidateResponseDtoDataArrayEnvelope.js +2 -0
- package/dist/models/runtimeBindingCandidateResponseDtoDeniedLabels.d.ts +10 -0
- package/dist/models/runtimeBindingCandidateResponseDtoDeniedLabels.js +9 -0
- package/dist/models/runtimeBindingCandidateResponseDtoInstallationProjectId.d.ts +13 -0
- package/dist/models/runtimeBindingCandidateResponseDtoInstallationProjectId.js +9 -0
- package/dist/models/runtimeBindingCandidateResponseDtoRequiredLabels.d.ts +10 -0
- package/dist/models/runtimeBindingCandidateResponseDtoRequiredLabels.js +9 -0
- package/dist/models/runtimeBindingCandidateResponseDtoRuntimeOwnerOrgId.d.ts +13 -0
- package/dist/models/runtimeBindingCandidateResponseDtoRuntimeOwnerOrgId.js +9 -0
- package/dist/models/runtimeOperatorKind.d.ts +13 -0
- package/dist/models/runtimeOperatorKind.js +15 -0
- package/dist/models/spaceKind.d.ts +20 -0
- package/dist/models/spaceKind.js +19 -0
- package/dist/models/xemaObjectKind.d.ts +50 -0
- package/dist/models/xemaObjectKind.js +49 -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 +28 -0
|
@@ -0,0 +1,9 @@
|
|
|
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 });
|
|
@@ -0,0 +1,11 @@
|
|
|
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 { RunnerCredentialMaterializationClaimDto } from './runnerCredentialMaterializationClaimDto';
|
|
9
|
+
export interface RunnerCredentialMaterializationClaimDtoDataEnvelope {
|
|
10
|
+
data: RunnerCredentialMaterializationClaimDto;
|
|
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 RunnerDataLocality = typeof RunnerDataLocality[keyof typeof RunnerDataLocality];
|
|
9
|
+
export declare const RunnerDataLocality: {
|
|
10
|
+
readonly cloud: "cloud";
|
|
11
|
+
readonly 'customer-private': "customer-private";
|
|
12
|
+
readonly gpu: "gpu";
|
|
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.RunnerDataLocality = void 0;
|
|
11
|
+
exports.RunnerDataLocality = {
|
|
12
|
+
cloud: 'cloud',
|
|
13
|
+
'customer-private': 'customer-private',
|
|
14
|
+
gpu: 'gpu',
|
|
15
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
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 RunnerEnrollmentDesiredState = typeof RunnerEnrollmentDesiredState[keyof typeof RunnerEnrollmentDesiredState];
|
|
9
|
+
export declare const RunnerEnrollmentDesiredState: {
|
|
10
|
+
readonly active: "active";
|
|
11
|
+
readonly revoked: "revoked";
|
|
12
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
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.RunnerEnrollmentDesiredState = void 0;
|
|
11
|
+
exports.RunnerEnrollmentDesiredState = {
|
|
12
|
+
active: 'active',
|
|
13
|
+
revoked: 'revoked',
|
|
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
|
+
export type RunnerEnrollmentObservedState = typeof RunnerEnrollmentObservedState[keyof typeof RunnerEnrollmentObservedState];
|
|
9
|
+
export declare const RunnerEnrollmentObservedState: {
|
|
10
|
+
readonly requested: "requested";
|
|
11
|
+
readonly provisioning: "provisioning";
|
|
12
|
+
readonly pending_claim: "pending_claim";
|
|
13
|
+
readonly active: "active";
|
|
14
|
+
readonly rotating: "rotating";
|
|
15
|
+
readonly draining: "draining";
|
|
16
|
+
readonly revoking: "revoking";
|
|
17
|
+
readonly revoked: "revoked";
|
|
18
|
+
readonly failed: "failed";
|
|
19
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
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.RunnerEnrollmentObservedState = void 0;
|
|
11
|
+
exports.RunnerEnrollmentObservedState = {
|
|
12
|
+
requested: 'requested',
|
|
13
|
+
provisioning: 'provisioning',
|
|
14
|
+
pending_claim: 'pending_claim',
|
|
15
|
+
active: 'active',
|
|
16
|
+
rotating: 'rotating',
|
|
17
|
+
draining: 'draining',
|
|
18
|
+
revoking: 'revoking',
|
|
19
|
+
revoked: 'revoked',
|
|
20
|
+
failed: 'failed',
|
|
21
|
+
};
|
|
@@ -0,0 +1,51 @@
|
|
|
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 { InFlightRevocationPolicy } from './inFlightRevocationPolicy';
|
|
9
|
+
import type { RunnerDataLocality } from './runnerDataLocality';
|
|
10
|
+
import type { RunnerEnrollmentDesiredState } from './runnerEnrollmentDesiredState';
|
|
11
|
+
import type { RunnerEnrollmentObservedState } from './runnerEnrollmentObservedState';
|
|
12
|
+
import type { RunnerTrustTier } from './runnerTrustTier';
|
|
13
|
+
import type { RuntimeOperatorKind } from './runtimeOperatorKind';
|
|
14
|
+
export interface RunnerEnrollmentResponseDto {
|
|
15
|
+
id: string;
|
|
16
|
+
/** @minimum 1 */
|
|
17
|
+
revision: number;
|
|
18
|
+
runtimeId: string;
|
|
19
|
+
runnerId: string;
|
|
20
|
+
/** @nullable */
|
|
21
|
+
principalId: string | null;
|
|
22
|
+
desiredState: RunnerEnrollmentDesiredState;
|
|
23
|
+
observedState: RunnerEnrollmentObservedState;
|
|
24
|
+
/** @nullable */
|
|
25
|
+
activeCredentialRevision: number | null;
|
|
26
|
+
/** @nullable */
|
|
27
|
+
pendingCredentialRevision: number | null;
|
|
28
|
+
allowedEnvironmentIds: string[];
|
|
29
|
+
maxTrustTier: RunnerTrustTier;
|
|
30
|
+
allowedLocalities: RunnerDataLocality[];
|
|
31
|
+
attestationRevision: number;
|
|
32
|
+
inFlightPolicy: InFlightRevocationPolicy;
|
|
33
|
+
operatorKind: RuntimeOperatorKind;
|
|
34
|
+
/** @nullable */
|
|
35
|
+
ownerOrgId: string | null;
|
|
36
|
+
/** @nullable */
|
|
37
|
+
failureCode: string | null;
|
|
38
|
+
createdBy: string;
|
|
39
|
+
createdAt: string;
|
|
40
|
+
updatedAt: string;
|
|
41
|
+
/**
|
|
42
|
+
* One-time external enrollment claim code. Present only on the create response.
|
|
43
|
+
* @nullable
|
|
44
|
+
*/
|
|
45
|
+
claimCode: string | null;
|
|
46
|
+
/**
|
|
47
|
+
* Opaque one-time external enrollment challenge reference. Present only on the create response.
|
|
48
|
+
* @nullable
|
|
49
|
+
*/
|
|
50
|
+
challengeRef: string | null;
|
|
51
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
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 { RunnerEnrollmentResponseDto } from './runnerEnrollmentResponseDto';
|
|
9
|
+
export interface RunnerEnrollmentResponseDtoDataEnvelope {
|
|
10
|
+
data: RunnerEnrollmentResponseDto;
|
|
11
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
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 RunnerTrustTier = typeof RunnerTrustTier[keyof typeof RunnerTrustTier];
|
|
9
|
+
export declare const RunnerTrustTier: {
|
|
10
|
+
readonly untrusted: "untrusted";
|
|
11
|
+
readonly verified: "verified";
|
|
12
|
+
readonly trusted: "trusted";
|
|
13
|
+
readonly system: "system";
|
|
14
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
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.RunnerTrustTier = void 0;
|
|
11
|
+
exports.RunnerTrustTier = {
|
|
12
|
+
untrusted: 'untrusted',
|
|
13
|
+
verified: 'verified',
|
|
14
|
+
trusted: 'trusted',
|
|
15
|
+
system: 'system',
|
|
16
|
+
};
|
|
@@ -0,0 +1,51 @@
|
|
|
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 { InFlightRevocationPolicy } from './inFlightRevocationPolicy';
|
|
9
|
+
import type { RunnerDataLocality } from './runnerDataLocality';
|
|
10
|
+
import type { RunnerTrustTier } from './runnerTrustTier';
|
|
11
|
+
import type { RuntimeBindingCandidateResponseDtoDeniedLabels } from './runtimeBindingCandidateResponseDtoDeniedLabels';
|
|
12
|
+
import type { RuntimeBindingCandidateResponseDtoInstallationProjectId } from './runtimeBindingCandidateResponseDtoInstallationProjectId';
|
|
13
|
+
import type { RuntimeBindingCandidateResponseDtoRequiredLabels } from './runtimeBindingCandidateResponseDtoRequiredLabels';
|
|
14
|
+
import type { RuntimeBindingCandidateResponseDtoRuntimeOwnerOrgId } from './runtimeBindingCandidateResponseDtoRuntimeOwnerOrgId';
|
|
15
|
+
import type { RuntimeOperatorKind } from './runtimeOperatorKind';
|
|
16
|
+
export interface RuntimeBindingCandidateResponseDto {
|
|
17
|
+
installationId: string;
|
|
18
|
+
/** @nullable */
|
|
19
|
+
installationProjectId: RuntimeBindingCandidateResponseDtoInstallationProjectId;
|
|
20
|
+
installationVersion: string;
|
|
21
|
+
bindingId: string;
|
|
22
|
+
/** @minimum 1 */
|
|
23
|
+
bindingRevision: number;
|
|
24
|
+
bindingPrincipalId: string;
|
|
25
|
+
/** @minimum 1 */
|
|
26
|
+
bindingCredentialRevision: number;
|
|
27
|
+
runtimeId: string;
|
|
28
|
+
runtimeSlug: string;
|
|
29
|
+
runtimeOperatorKind: RuntimeOperatorKind;
|
|
30
|
+
/** @nullable */
|
|
31
|
+
runtimeOwnerOrgId: RuntimeBindingCandidateResponseDtoRuntimeOwnerOrgId;
|
|
32
|
+
runtimeIsolation: string;
|
|
33
|
+
runtimeLocality: RunnerDataLocality;
|
|
34
|
+
runtimeMinimumTrustTier: RunnerTrustTier;
|
|
35
|
+
runtimeAllowedLocalities: string[];
|
|
36
|
+
enrollmentId: string;
|
|
37
|
+
runnerId: string;
|
|
38
|
+
runnerPrincipalId: string;
|
|
39
|
+
/** @minimum 1 */
|
|
40
|
+
runnerCredentialRevision: number;
|
|
41
|
+
/** @minimum 1 */
|
|
42
|
+
attestationRevision: number;
|
|
43
|
+
runnerMaximumTrustTier: RunnerTrustTier;
|
|
44
|
+
runnerAllowedLocalities: string[];
|
|
45
|
+
allowedEnvironmentIds: string[];
|
|
46
|
+
requiredLabels: RuntimeBindingCandidateResponseDtoRequiredLabels;
|
|
47
|
+
deniedLabels: RuntimeBindingCandidateResponseDtoDeniedLabels;
|
|
48
|
+
inFlightPolicy: InFlightRevocationPolicy;
|
|
49
|
+
capabilityRef: string;
|
|
50
|
+
environmentId: string;
|
|
51
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
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 { RuntimeBindingCandidateResponseDto } from './runtimeBindingCandidateResponseDto';
|
|
9
|
+
export interface RuntimeBindingCandidateResponseDtoDataArrayEnvelope {
|
|
10
|
+
data: RuntimeBindingCandidateResponseDto[];
|
|
11
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
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 RuntimeBindingCandidateResponseDtoDeniedLabels = {
|
|
9
|
+
[key: string]: unknown;
|
|
10
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
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 });
|
|
@@ -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
|
+
/**
|
|
9
|
+
* @nullable
|
|
10
|
+
*/
|
|
11
|
+
export type RuntimeBindingCandidateResponseDtoInstallationProjectId = {
|
|
12
|
+
[key: string]: unknown;
|
|
13
|
+
} | null;
|
|
@@ -0,0 +1,9 @@
|
|
|
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 });
|
|
@@ -0,0 +1,10 @@
|
|
|
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 RuntimeBindingCandidateResponseDtoRequiredLabels = {
|
|
9
|
+
[key: string]: unknown;
|
|
10
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
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 });
|
|
@@ -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
|
+
/**
|
|
9
|
+
* @nullable
|
|
10
|
+
*/
|
|
11
|
+
export type RuntimeBindingCandidateResponseDtoRuntimeOwnerOrgId = {
|
|
12
|
+
[key: string]: unknown;
|
|
13
|
+
} | null;
|
|
@@ -0,0 +1,9 @@
|
|
|
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 });
|
|
@@ -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 RuntimeOperatorKind = typeof RuntimeOperatorKind[keyof typeof RuntimeOperatorKind];
|
|
9
|
+
export declare const RuntimeOperatorKind: {
|
|
10
|
+
readonly platform_managed: "platform_managed";
|
|
11
|
+
readonly platform_external: "platform_external";
|
|
12
|
+
readonly organization_external: "organization_external";
|
|
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.RuntimeOperatorKind = void 0;
|
|
11
|
+
exports.RuntimeOperatorKind = {
|
|
12
|
+
platform_managed: 'platform_managed',
|
|
13
|
+
platform_external: 'platform_external',
|
|
14
|
+
organization_external: 'organization_external',
|
|
15
|
+
};
|
|
@@ -0,0 +1,20 @@
|
|
|
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
|
+
/**
|
|
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.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.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,50 @@
|
|
|
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
|
+
/**
|
|
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 skill: "skill";
|
|
21
|
+
readonly tool: "tool";
|
|
22
|
+
readonly model: "model";
|
|
23
|
+
readonly 'model-resolution-rule': "model-resolution-rule";
|
|
24
|
+
readonly workflow: "workflow";
|
|
25
|
+
readonly 'workflow-run': "workflow-run";
|
|
26
|
+
readonly 'gate-action': "gate-action";
|
|
27
|
+
readonly connector: "connector";
|
|
28
|
+
readonly 'connector-binding': "connector-binding";
|
|
29
|
+
readonly 'mount-source': "mount-source";
|
|
30
|
+
readonly 'artifact-type': "artifact-type";
|
|
31
|
+
readonly artifact: "artifact";
|
|
32
|
+
readonly 'knowledge-space': "knowledge-space";
|
|
33
|
+
readonly 'knowledge-page': "knowledge-page";
|
|
34
|
+
readonly 'document-template': "document-template";
|
|
35
|
+
readonly 'document-theme': "document-theme";
|
|
36
|
+
readonly 'chart-runtime': "chart-runtime";
|
|
37
|
+
readonly 'presentation-runtime': "presentation-runtime";
|
|
38
|
+
readonly 'widget-kind': "widget-kind";
|
|
39
|
+
readonly capability: "capability";
|
|
40
|
+
readonly 'execution-environment': "execution-environment";
|
|
41
|
+
readonly 'capability-grant': "capability-grant";
|
|
42
|
+
readonly 'approval-rule': "approval-rule";
|
|
43
|
+
readonly memory: "memory";
|
|
44
|
+
readonly 'memory-relation': "memory-relation";
|
|
45
|
+
readonly session: "session";
|
|
46
|
+
readonly 'event-stream': "event-stream";
|
|
47
|
+
readonly 'event-subscription': "event-subscription";
|
|
48
|
+
readonly 'contribution-entry': "contribution-entry";
|
|
49
|
+
readonly concept: "concept";
|
|
50
|
+
};
|
|
@@ -0,0 +1,49 @@
|
|
|
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.XemaObjectKind = void 0;
|
|
11
|
+
exports.XemaObjectKind = {
|
|
12
|
+
biome: 'biome',
|
|
13
|
+
app: 'app',
|
|
14
|
+
'app-client': 'app-client',
|
|
15
|
+
'audience-policy': 'audience-policy',
|
|
16
|
+
'external-subject': 'external-subject',
|
|
17
|
+
'delegated-session': 'delegated-session',
|
|
18
|
+
agent: 'agent',
|
|
19
|
+
skill: 'skill',
|
|
20
|
+
tool: 'tool',
|
|
21
|
+
model: 'model',
|
|
22
|
+
'model-resolution-rule': 'model-resolution-rule',
|
|
23
|
+
workflow: 'workflow',
|
|
24
|
+
'workflow-run': 'workflow-run',
|
|
25
|
+
'gate-action': 'gate-action',
|
|
26
|
+
connector: 'connector',
|
|
27
|
+
'connector-binding': 'connector-binding',
|
|
28
|
+
'mount-source': 'mount-source',
|
|
29
|
+
'artifact-type': 'artifact-type',
|
|
30
|
+
artifact: 'artifact',
|
|
31
|
+
'knowledge-space': 'knowledge-space',
|
|
32
|
+
'knowledge-page': 'knowledge-page',
|
|
33
|
+
'document-template': 'document-template',
|
|
34
|
+
'document-theme': 'document-theme',
|
|
35
|
+
'chart-runtime': 'chart-runtime',
|
|
36
|
+
'presentation-runtime': 'presentation-runtime',
|
|
37
|
+
'widget-kind': 'widget-kind',
|
|
38
|
+
capability: 'capability',
|
|
39
|
+
'execution-environment': 'execution-environment',
|
|
40
|
+
'capability-grant': 'capability-grant',
|
|
41
|
+
'approval-rule': 'approval-rule',
|
|
42
|
+
memory: 'memory',
|
|
43
|
+
'memory-relation': 'memory-relation',
|
|
44
|
+
session: 'session',
|
|
45
|
+
'event-stream': 'event-stream',
|
|
46
|
+
'event-subscription': 'event-subscription',
|
|
47
|
+
'contribution-entry': 'contribution-entry',
|
|
48
|
+
concept: 'concept',
|
|
49
|
+
};
|
|
@@ -0,0 +1,25 @@
|
|
|
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 { BiomePayloadDto } from './biomePayloadDto';
|
|
9
|
+
import type { ObjectLifecycle } from './objectLifecycle';
|
|
10
|
+
import type { XemaObjectKind } from './xemaObjectKind';
|
|
11
|
+
import type { XemaSpaceRefDto } from './xemaSpaceRefDto';
|
|
12
|
+
import type { XemaSubjectRefDto } from './xemaSubjectRefDto';
|
|
13
|
+
export interface XemaObjectResponseDto {
|
|
14
|
+
/** Canonical XemaObjectRef. */
|
|
15
|
+
ref: string;
|
|
16
|
+
/** Always `biome` from this producer. */
|
|
17
|
+
kind: XemaObjectKind;
|
|
18
|
+
scope: XemaSpaceRefDto;
|
|
19
|
+
owner: XemaSubjectRefDto;
|
|
20
|
+
/** Biome version (resolved manifest version at install time). */
|
|
21
|
+
version: string;
|
|
22
|
+
/** Resolved kernel lifecycle (draft/published/archived). Mapped from the install state: active → published, pending_config → draft, disabled → archived. */
|
|
23
|
+
lifecycle: ObjectLifecycle;
|
|
24
|
+
payload: BiomePayloadDto;
|
|
25
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
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 { SpaceKind } from './spaceKind';
|
|
9
|
+
export interface XemaSpaceRefDto {
|
|
10
|
+
/** Ownership tier (system | biome | org | project | user) */
|
|
11
|
+
tier: SpaceKind;
|
|
12
|
+
orgId?: string;
|
|
13
|
+
projectId?: string;
|
|
14
|
+
biomeId?: string;
|
|
15
|
+
userId?: string;
|
|
16
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
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 interface XemaSubjectRefDto {
|
|
9
|
+
kind: string;
|
|
10
|
+
ref: string;
|
|
11
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
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 });
|