@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,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 DispatchAuthorizationResponseDtoProjectId = {
|
|
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
|
+
/**
|
|
9
|
+
* @nullable
|
|
10
|
+
*/
|
|
11
|
+
export type DispatchAuthorizationResponseDtoRevokedAt = {
|
|
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,17 @@
|
|
|
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 DispatchAuthorizationState = typeof DispatchAuthorizationState[keyof typeof DispatchAuthorizationState];
|
|
9
|
+
export declare const DispatchAuthorizationState: {
|
|
10
|
+
readonly reserved: "reserved";
|
|
11
|
+
readonly claimed: "claimed";
|
|
12
|
+
readonly running: "running";
|
|
13
|
+
readonly cancel_requested: "cancel_requested";
|
|
14
|
+
readonly completed: "completed";
|
|
15
|
+
readonly revoked: "revoked";
|
|
16
|
+
readonly expired: "expired";
|
|
17
|
+
};
|
|
@@ -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.DispatchAuthorizationState = void 0;
|
|
11
|
+
exports.DispatchAuthorizationState = {
|
|
12
|
+
reserved: 'reserved',
|
|
13
|
+
claimed: 'claimed',
|
|
14
|
+
running: 'running',
|
|
15
|
+
cancel_requested: 'cancel_requested',
|
|
16
|
+
completed: 'completed',
|
|
17
|
+
revoked: 'revoked',
|
|
18
|
+
expired: 'expired',
|
|
19
|
+
};
|
|
@@ -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 interface DispatchClaimLeaseDto {
|
|
9
|
+
authorizationId: string;
|
|
10
|
+
leaseId: string;
|
|
11
|
+
leaseExpiresAt: string;
|
|
12
|
+
}
|
|
@@ -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 { DispatchClaimLeaseDto } from './dispatchClaimLeaseDto';
|
|
9
|
+
export interface DispatchClaimLeaseDtoDataEnvelope {
|
|
10
|
+
data: DispatchClaimLeaseDto;
|
|
11
|
+
}
|
|
@@ -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 interface DispatchLeaseMutationDto {
|
|
9
|
+
leaseId: string;
|
|
10
|
+
jobId: string;
|
|
11
|
+
jti: string;
|
|
12
|
+
}
|
|
@@ -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 DispatchTerminalOutcome = typeof DispatchTerminalOutcome[keyof typeof DispatchTerminalOutcome];
|
|
9
|
+
export declare const DispatchTerminalOutcome: {
|
|
10
|
+
readonly succeeded: "succeeded";
|
|
11
|
+
readonly failed: "failed";
|
|
12
|
+
readonly cancelled: "cancelled";
|
|
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.DispatchTerminalOutcome = void 0;
|
|
11
|
+
exports.DispatchTerminalOutcome = {
|
|
12
|
+
succeeded: 'succeeded',
|
|
13
|
+
failed: 'failed',
|
|
14
|
+
cancelled: 'cancelled',
|
|
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
|
+
import type { ErrorDetailsDtoDetails } from './errorDetailsDtoDetails';
|
|
9
|
+
export interface ErrorDetailsDto {
|
|
10
|
+
/** @nullable */
|
|
11
|
+
details: ErrorDetailsDtoDetails;
|
|
12
|
+
}
|
|
@@ -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 ErrorDetailsDtoDetails = {
|
|
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
|
+
import type { ErrorDetailsDto } from './errorDetailsDto';
|
|
9
|
+
export interface ErrorPayloadDto {
|
|
10
|
+
code: string;
|
|
11
|
+
message: string;
|
|
12
|
+
details: ErrorDetailsDto | null;
|
|
13
|
+
}
|
|
@@ -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 { ErrorPayloadDto } from './errorPayloadDto';
|
|
9
|
+
export interface ErrorResponseDto {
|
|
10
|
+
error: ErrorPayloadDto;
|
|
11
|
+
}
|
|
@@ -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 InFlightRevocationPolicy = typeof InFlightRevocationPolicy[keyof typeof InFlightRevocationPolicy];
|
|
9
|
+
export declare const InFlightRevocationPolicy: {
|
|
10
|
+
readonly cancel: "cancel";
|
|
11
|
+
readonly allow_current: "allow_current";
|
|
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.InFlightRevocationPolicy = void 0;
|
|
11
|
+
exports.InFlightRevocationPolicy = {
|
|
12
|
+
cancel: 'cancel',
|
|
13
|
+
allow_current: 'allow_current',
|
|
14
|
+
};
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
export * from './ackRunnerCredentialMaterializationDto';
|
|
2
|
+
export * from './ackRunnerCredentialMaterializationDtoAction';
|
|
3
|
+
export * from './biomeInstallationState';
|
|
4
|
+
export * from './biomePayloadDto';
|
|
5
|
+
export * from './biomeTrustTier';
|
|
6
|
+
export * from './claimDispatchAuthorizationDto';
|
|
7
|
+
export * from './claimRunnerCredentialMaterializationDto';
|
|
8
|
+
export * from './completeDispatchAuthorizationDto';
|
|
9
|
+
export * from './describeObjectsResponseDto';
|
|
10
|
+
export * from './describeObjectsResponseDtoDataEnvelope';
|
|
11
|
+
export * from './dispatchAuthorizationResponseDto';
|
|
12
|
+
export * from './dispatchAuthorizationResponseDtoClaimedAt';
|
|
13
|
+
export * from './dispatchAuthorizationResponseDtoCompletedAt';
|
|
14
|
+
export * from './dispatchAuthorizationResponseDtoDataEnvelope';
|
|
15
|
+
export * from './dispatchAuthorizationResponseDtoJobId';
|
|
16
|
+
export * from './dispatchAuthorizationResponseDtoJti';
|
|
17
|
+
export * from './dispatchAuthorizationResponseDtoProjectId';
|
|
18
|
+
export * from './dispatchAuthorizationResponseDtoRevokedAt';
|
|
19
|
+
export * from './dispatchAuthorizationState';
|
|
20
|
+
export * from './dispatchClaimLeaseDto';
|
|
21
|
+
export * from './dispatchClaimLeaseDtoDataEnvelope';
|
|
22
|
+
export * from './dispatchLeaseMutationDto';
|
|
23
|
+
export * from './dispatchTerminalOutcome';
|
|
24
|
+
export * from './errorDetailsDto';
|
|
25
|
+
export * from './errorDetailsDtoDetails';
|
|
26
|
+
export * from './errorPayloadDto';
|
|
27
|
+
export * from './errorResponseDto';
|
|
28
|
+
export * from './inFlightRevocationPolicy';
|
|
29
|
+
export * from './objectLifecycle';
|
|
30
|
+
export * from './recordRunnerAttestationDto';
|
|
31
|
+
export * from './reserveDispatchAuthorizationDto';
|
|
32
|
+
export * from './resolveRunnerAttestationEligibilityDto';
|
|
33
|
+
export * from './resolveRuntimeBindingCandidatesDto';
|
|
34
|
+
export * from './runnerCredentialMaterializationClaimDto';
|
|
35
|
+
export * from './runnerCredentialMaterializationClaimDtoAction';
|
|
36
|
+
export * from './runnerCredentialMaterializationClaimDtoCredentialRef';
|
|
37
|
+
export * from './runnerCredentialMaterializationClaimDtoDataEnvelope';
|
|
38
|
+
export * from './runnerDataLocality';
|
|
39
|
+
export * from './runnerEnrollmentDesiredState';
|
|
40
|
+
export * from './runnerEnrollmentObservedState';
|
|
41
|
+
export * from './runnerEnrollmentResponseDto';
|
|
42
|
+
export * from './runnerEnrollmentResponseDtoDataEnvelope';
|
|
43
|
+
export * from './runnerTrustTier';
|
|
44
|
+
export * from './runtimeBindingCandidateResponseDto';
|
|
45
|
+
export * from './runtimeBindingCandidateResponseDtoDataArrayEnvelope';
|
|
46
|
+
export * from './runtimeBindingCandidateResponseDtoDeniedLabels';
|
|
47
|
+
export * from './runtimeBindingCandidateResponseDtoInstallationProjectId';
|
|
48
|
+
export * from './runtimeBindingCandidateResponseDtoRequiredLabels';
|
|
49
|
+
export * from './runtimeBindingCandidateResponseDtoRuntimeOwnerOrgId';
|
|
50
|
+
export * from './runtimeOperatorKind';
|
|
51
|
+
export * from './spaceKind';
|
|
52
|
+
export * from './xemaObjectKind';
|
|
53
|
+
export * from './xemaObjectResponseDto';
|
|
54
|
+
export * from './xemaSpaceRefDto';
|
|
55
|
+
export * from './xemaSubjectRefDto';
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
// Auto-generated by tooling/codegen/regenerate-models-barrel.js — do not edit manually.
|
|
18
|
+
__exportStar(require("./ackRunnerCredentialMaterializationDto"), exports);
|
|
19
|
+
__exportStar(require("./ackRunnerCredentialMaterializationDtoAction"), exports);
|
|
20
|
+
__exportStar(require("./biomeInstallationState"), exports);
|
|
21
|
+
__exportStar(require("./biomePayloadDto"), exports);
|
|
22
|
+
__exportStar(require("./biomeTrustTier"), exports);
|
|
23
|
+
__exportStar(require("./claimDispatchAuthorizationDto"), exports);
|
|
24
|
+
__exportStar(require("./claimRunnerCredentialMaterializationDto"), exports);
|
|
25
|
+
__exportStar(require("./completeDispatchAuthorizationDto"), exports);
|
|
26
|
+
__exportStar(require("./describeObjectsResponseDto"), exports);
|
|
27
|
+
__exportStar(require("./describeObjectsResponseDtoDataEnvelope"), exports);
|
|
28
|
+
__exportStar(require("./dispatchAuthorizationResponseDto"), exports);
|
|
29
|
+
__exportStar(require("./dispatchAuthorizationResponseDtoClaimedAt"), exports);
|
|
30
|
+
__exportStar(require("./dispatchAuthorizationResponseDtoCompletedAt"), exports);
|
|
31
|
+
__exportStar(require("./dispatchAuthorizationResponseDtoDataEnvelope"), exports);
|
|
32
|
+
__exportStar(require("./dispatchAuthorizationResponseDtoJobId"), exports);
|
|
33
|
+
__exportStar(require("./dispatchAuthorizationResponseDtoJti"), exports);
|
|
34
|
+
__exportStar(require("./dispatchAuthorizationResponseDtoProjectId"), exports);
|
|
35
|
+
__exportStar(require("./dispatchAuthorizationResponseDtoRevokedAt"), exports);
|
|
36
|
+
__exportStar(require("./dispatchAuthorizationState"), exports);
|
|
37
|
+
__exportStar(require("./dispatchClaimLeaseDto"), exports);
|
|
38
|
+
__exportStar(require("./dispatchClaimLeaseDtoDataEnvelope"), exports);
|
|
39
|
+
__exportStar(require("./dispatchLeaseMutationDto"), exports);
|
|
40
|
+
__exportStar(require("./dispatchTerminalOutcome"), exports);
|
|
41
|
+
__exportStar(require("./errorDetailsDto"), exports);
|
|
42
|
+
__exportStar(require("./errorDetailsDtoDetails"), exports);
|
|
43
|
+
__exportStar(require("./errorPayloadDto"), exports);
|
|
44
|
+
__exportStar(require("./errorResponseDto"), exports);
|
|
45
|
+
__exportStar(require("./inFlightRevocationPolicy"), exports);
|
|
46
|
+
__exportStar(require("./objectLifecycle"), exports);
|
|
47
|
+
__exportStar(require("./recordRunnerAttestationDto"), exports);
|
|
48
|
+
__exportStar(require("./reserveDispatchAuthorizationDto"), exports);
|
|
49
|
+
__exportStar(require("./resolveRunnerAttestationEligibilityDto"), exports);
|
|
50
|
+
__exportStar(require("./resolveRuntimeBindingCandidatesDto"), exports);
|
|
51
|
+
__exportStar(require("./runnerCredentialMaterializationClaimDto"), exports);
|
|
52
|
+
__exportStar(require("./runnerCredentialMaterializationClaimDtoAction"), exports);
|
|
53
|
+
__exportStar(require("./runnerCredentialMaterializationClaimDtoCredentialRef"), exports);
|
|
54
|
+
__exportStar(require("./runnerCredentialMaterializationClaimDtoDataEnvelope"), exports);
|
|
55
|
+
__exportStar(require("./runnerDataLocality"), exports);
|
|
56
|
+
__exportStar(require("./runnerEnrollmentDesiredState"), exports);
|
|
57
|
+
__exportStar(require("./runnerEnrollmentObservedState"), exports);
|
|
58
|
+
__exportStar(require("./runnerEnrollmentResponseDto"), exports);
|
|
59
|
+
__exportStar(require("./runnerEnrollmentResponseDtoDataEnvelope"), exports);
|
|
60
|
+
__exportStar(require("./runnerTrustTier"), exports);
|
|
61
|
+
__exportStar(require("./runtimeBindingCandidateResponseDto"), exports);
|
|
62
|
+
__exportStar(require("./runtimeBindingCandidateResponseDtoDataArrayEnvelope"), exports);
|
|
63
|
+
__exportStar(require("./runtimeBindingCandidateResponseDtoDeniedLabels"), exports);
|
|
64
|
+
__exportStar(require("./runtimeBindingCandidateResponseDtoInstallationProjectId"), exports);
|
|
65
|
+
__exportStar(require("./runtimeBindingCandidateResponseDtoRequiredLabels"), exports);
|
|
66
|
+
__exportStar(require("./runtimeBindingCandidateResponseDtoRuntimeOwnerOrgId"), exports);
|
|
67
|
+
__exportStar(require("./runtimeOperatorKind"), exports);
|
|
68
|
+
__exportStar(require("./spaceKind"), exports);
|
|
69
|
+
__exportStar(require("./xemaObjectKind"), exports);
|
|
70
|
+
__exportStar(require("./xemaObjectResponseDto"), exports);
|
|
71
|
+
__exportStar(require("./xemaSpaceRefDto"), exports);
|
|
72
|
+
__exportStar(require("./xemaSubjectRefDto"), exports);
|
|
@@ -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
|
+
/**
|
|
9
|
+
* Resolved kernel lifecycle (draft/published/archived). Mapped from the install state: active → published, pending_config → draft, disabled → archived.
|
|
10
|
+
*/
|
|
11
|
+
export type ObjectLifecycle = typeof ObjectLifecycle[keyof typeof ObjectLifecycle];
|
|
12
|
+
export declare const ObjectLifecycle: {
|
|
13
|
+
readonly draft: "draft";
|
|
14
|
+
readonly published: "published";
|
|
15
|
+
readonly archived: "archived";
|
|
16
|
+
};
|
|
@@ -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.ObjectLifecycle = void 0;
|
|
11
|
+
exports.ObjectLifecycle = {
|
|
12
|
+
draft: 'draft',
|
|
13
|
+
published: 'published',
|
|
14
|
+
archived: 'archived',
|
|
15
|
+
};
|
|
@@ -0,0 +1,17 @@
|
|
|
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 { RunnerDataLocality } from './runnerDataLocality';
|
|
9
|
+
import type { RunnerTrustTier } from './runnerTrustTier';
|
|
10
|
+
export interface RecordRunnerAttestationDto {
|
|
11
|
+
principalId: string;
|
|
12
|
+
/** @minimum 1 */
|
|
13
|
+
credentialRevision: number;
|
|
14
|
+
trustTier: RunnerTrustTier;
|
|
15
|
+
locality: RunnerDataLocality;
|
|
16
|
+
environmentIds: string[];
|
|
17
|
+
}
|
|
@@ -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 interface ReserveDispatchAuthorizationDto {
|
|
9
|
+
requestId: string;
|
|
10
|
+
bindingId: string;
|
|
11
|
+
enrollmentId: string;
|
|
12
|
+
projectId?: string;
|
|
13
|
+
biomeId: string;
|
|
14
|
+
capabilityRef: string;
|
|
15
|
+
environmentId: string;
|
|
16
|
+
subject: string;
|
|
17
|
+
/** Lower-case SHA-256 digest of the canonical invocation input. */
|
|
18
|
+
inputHash: string;
|
|
19
|
+
}
|
|
@@ -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 interface ResolveRunnerAttestationEligibilityDto {
|
|
9
|
+
principalId: string;
|
|
10
|
+
runnerId: string;
|
|
11
|
+
/** @minimum 1 */
|
|
12
|
+
credentialRevision: number;
|
|
13
|
+
}
|
|
@@ -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 interface ResolveRuntimeBindingCandidatesDto {
|
|
9
|
+
projectId?: string;
|
|
10
|
+
biomeId: string;
|
|
11
|
+
capabilityRef: string;
|
|
12
|
+
environmentId: string;
|
|
13
|
+
}
|
|
@@ -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,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
|
+
import type { RunnerCredentialMaterializationClaimDtoAction } from './runnerCredentialMaterializationClaimDtoAction';
|
|
9
|
+
import type { RunnerCredentialMaterializationClaimDtoCredentialRef } from './runnerCredentialMaterializationClaimDtoCredentialRef';
|
|
10
|
+
export interface RunnerCredentialMaterializationClaimDto {
|
|
11
|
+
enrollmentId: string;
|
|
12
|
+
runnerId: string;
|
|
13
|
+
principalId: string;
|
|
14
|
+
credentialRevision: number;
|
|
15
|
+
/** @nullable */
|
|
16
|
+
credentialRef: RunnerCredentialMaterializationClaimDtoCredentialRef;
|
|
17
|
+
action: RunnerCredentialMaterializationClaimDtoAction;
|
|
18
|
+
claimId: string;
|
|
19
|
+
claimExpiresAt: string;
|
|
20
|
+
}
|
|
@@ -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 RunnerCredentialMaterializationClaimDtoAction = typeof RunnerCredentialMaterializationClaimDtoAction[keyof typeof RunnerCredentialMaterializationClaimDtoAction];
|
|
9
|
+
export declare const RunnerCredentialMaterializationClaimDtoAction: {
|
|
10
|
+
readonly apply: "apply";
|
|
11
|
+
readonly delete: "delete";
|
|
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.RunnerCredentialMaterializationClaimDtoAction = void 0;
|
|
11
|
+
exports.RunnerCredentialMaterializationClaimDtoAction = {
|
|
12
|
+
apply: 'apply',
|
|
13
|
+
delete: 'delete',
|
|
14
|
+
};
|
|
@@ -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 RunnerCredentialMaterializationClaimDtoCredentialRef = {
|
|
12
|
+
[key: string]: unknown;
|
|
13
|
+
} | null;
|