@xemahq/biome-host-internal-api-client 0.2.0 → 0.3.1
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 +2 -1
- package/dist/endpoints/describe-objects/describe-objects.d.ts +3 -5
- package/dist/endpoints/describe-objects/describe-objects.js +4 -4
- package/dist/endpoints/runtime-authority-internal/runtime-authority-internal.d.ts +13 -15
- package/dist/endpoints/runtime-authority-internal/runtime-authority-internal.js +33 -33
- package/dist/models/ackRunnerCredentialMaterializationDto.d.ts +3 -5
- package/dist/models/ackRunnerCredentialMaterializationDtoAction.d.ts +2 -4
- package/dist/models/ackRunnerCredentialMaterializationDtoAction.js +2 -4
- package/dist/models/biomeInstallationState.d.ts +2 -4
- package/dist/models/biomeInstallationState.js +2 -4
- package/dist/models/biomePayloadDto.d.ts +4 -6
- package/dist/models/biomeTrustTier.d.ts +2 -4
- package/dist/models/biomeTrustTier.js +2 -4
- package/dist/models/claimDispatchAuthorizationDto.d.ts +2 -4
- package/dist/models/claimDispatchAuthorizationDto.js +2 -4
- package/dist/models/claimRunnerCredentialMaterializationDto.d.ts +2 -4
- package/dist/models/claimRunnerCredentialMaterializationDto.js +2 -4
- package/dist/models/completeDispatchAuthorizationDto.d.ts +3 -5
- package/dist/models/describeObjectsResponseDto.d.ts +3 -5
- package/dist/models/describeObjectsResponseDtoDataEnvelope.d.ts +3 -5
- package/dist/models/dispatchAuthorizationResponseDto.d.ts +11 -13
- package/dist/models/dispatchAuthorizationResponseDtoClaimedAt.d.ts +2 -4
- package/dist/models/dispatchAuthorizationResponseDtoClaimedAt.js +2 -4
- package/dist/models/dispatchAuthorizationResponseDtoCompletedAt.d.ts +2 -4
- package/dist/models/dispatchAuthorizationResponseDtoCompletedAt.js +2 -4
- package/dist/models/dispatchAuthorizationResponseDtoDataEnvelope.d.ts +3 -5
- package/dist/models/dispatchAuthorizationResponseDtoJobId.d.ts +2 -4
- package/dist/models/dispatchAuthorizationResponseDtoJobId.js +2 -4
- package/dist/models/dispatchAuthorizationResponseDtoJti.d.ts +2 -4
- package/dist/models/dispatchAuthorizationResponseDtoJti.js +2 -4
- package/dist/models/dispatchAuthorizationResponseDtoProjectId.d.ts +2 -4
- package/dist/models/dispatchAuthorizationResponseDtoProjectId.js +2 -4
- package/dist/models/dispatchAuthorizationResponseDtoRevokedAt.d.ts +2 -4
- package/dist/models/dispatchAuthorizationResponseDtoRevokedAt.js +2 -4
- package/dist/models/dispatchAuthorizationState.d.ts +2 -4
- package/dist/models/dispatchAuthorizationState.js +2 -4
- package/dist/models/dispatchClaimLeaseDto.d.ts +2 -4
- package/dist/models/dispatchClaimLeaseDto.js +2 -4
- package/dist/models/dispatchClaimLeaseDtoDataEnvelope.d.ts +3 -5
- package/dist/models/dispatchLeaseMutationDto.d.ts +2 -4
- package/dist/models/dispatchLeaseMutationDto.js +2 -4
- package/dist/models/dispatchTerminalOutcome.d.ts +2 -4
- package/dist/models/dispatchTerminalOutcome.js +2 -4
- package/dist/models/errorDetailsDto.d.ts +3 -5
- package/dist/models/errorDetailsDtoDetails.d.ts +2 -4
- package/dist/models/errorDetailsDtoDetails.js +2 -4
- package/dist/models/errorPayloadDto.d.ts +3 -5
- package/dist/models/errorResponseDto.d.ts +3 -5
- package/dist/models/inFlightRevocationPolicy.d.ts +2 -4
- package/dist/models/inFlightRevocationPolicy.js +2 -4
- package/dist/models/objectLifecycle.d.ts +2 -4
- package/dist/models/objectLifecycle.js +2 -4
- package/dist/models/recordRunnerAttestationDto.d.ts +4 -6
- package/dist/models/reserveDispatchAuthorizationDto.d.ts +2 -4
- package/dist/models/reserveDispatchAuthorizationDto.js +2 -4
- package/dist/models/resolveRunnerAttestationEligibilityDto.d.ts +2 -4
- package/dist/models/resolveRunnerAttestationEligibilityDto.js +2 -4
- package/dist/models/resolveRuntimeBindingCandidatesDto.d.ts +2 -4
- package/dist/models/resolveRuntimeBindingCandidatesDto.js +2 -4
- package/dist/models/runnerCredentialMaterializationClaimDto.d.ts +4 -6
- package/dist/models/runnerCredentialMaterializationClaimDtoAction.d.ts +2 -4
- package/dist/models/runnerCredentialMaterializationClaimDtoAction.js +2 -4
- package/dist/models/runnerCredentialMaterializationClaimDtoCredentialRef.d.ts +2 -4
- package/dist/models/runnerCredentialMaterializationClaimDtoCredentialRef.js +2 -4
- package/dist/models/runnerCredentialMaterializationClaimDtoDataEnvelope.d.ts +3 -5
- package/dist/models/runnerDataLocality.d.ts +2 -4
- package/dist/models/runnerDataLocality.js +2 -4
- package/dist/models/runnerEnrollmentDesiredState.d.ts +2 -4
- package/dist/models/runnerEnrollmentDesiredState.js +2 -4
- package/dist/models/runnerEnrollmentObservedState.d.ts +2 -4
- package/dist/models/runnerEnrollmentObservedState.js +2 -4
- package/dist/models/runnerEnrollmentResponseDto.d.ts +8 -10
- package/dist/models/runnerEnrollmentResponseDtoDataEnvelope.d.ts +3 -5
- package/dist/models/runnerTrustTier.d.ts +2 -4
- package/dist/models/runnerTrustTier.js +2 -4
- package/dist/models/runtimeBindingCandidateResponseDto.d.ts +10 -12
- package/dist/models/runtimeBindingCandidateResponseDtoDataArrayEnvelope.d.ts +3 -5
- package/dist/models/runtimeBindingCandidateResponseDtoDeniedLabels.d.ts +2 -4
- package/dist/models/runtimeBindingCandidateResponseDtoDeniedLabels.js +2 -4
- package/dist/models/runtimeBindingCandidateResponseDtoInstallationProjectId.d.ts +2 -4
- package/dist/models/runtimeBindingCandidateResponseDtoInstallationProjectId.js +2 -4
- package/dist/models/runtimeBindingCandidateResponseDtoRequiredLabels.d.ts +2 -4
- package/dist/models/runtimeBindingCandidateResponseDtoRequiredLabels.js +2 -4
- package/dist/models/runtimeBindingCandidateResponseDtoRuntimeOwnerOrgId.d.ts +2 -4
- package/dist/models/runtimeBindingCandidateResponseDtoRuntimeOwnerOrgId.js +2 -4
- package/dist/models/runtimeOperatorKind.d.ts +2 -4
- package/dist/models/runtimeOperatorKind.js +2 -4
- package/dist/models/spaceKind.d.ts +2 -4
- package/dist/models/spaceKind.js +2 -4
- package/dist/models/xemaObjectKind.d.ts +2 -4
- package/dist/models/xemaObjectKind.js +2 -4
- package/dist/models/xemaObjectResponseDto.d.ts +7 -9
- package/dist/models/xemaSpaceRefDto.d.ts +3 -5
- package/dist/models/xemaSubjectRefDto.d.ts +2 -4
- package/dist/models/xemaSubjectRefDto.js +2 -4
- package/package.json +8 -2
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Generated by
|
|
4
|
-
* Do not edit manually.
|
|
3
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
5
4
|
* Biome Host API
|
|
6
|
-
*
|
|
7
|
-
* OpenAPI spec version: 0.1.0
|
|
5
|
+
* OpenAPI spec version: 0.1.1
|
|
8
6
|
*/
|
|
9
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
8
|
exports.RunnerEnrollmentObservedState = void 0;
|
|
@@ -1,16 +1,14 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* Biome Host API
|
|
5
|
-
*
|
|
6
|
-
* OpenAPI spec version: 0.1.0
|
|
4
|
+
* OpenAPI spec version: 0.1.1
|
|
7
5
|
*/
|
|
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';
|
|
6
|
+
import type { InFlightRevocationPolicy } from './inFlightRevocationPolicy.js';
|
|
7
|
+
import type { RunnerDataLocality } from './runnerDataLocality.js';
|
|
8
|
+
import type { RunnerEnrollmentDesiredState } from './runnerEnrollmentDesiredState.js';
|
|
9
|
+
import type { RunnerEnrollmentObservedState } from './runnerEnrollmentObservedState.js';
|
|
10
|
+
import type { RunnerTrustTier } from './runnerTrustTier.js';
|
|
11
|
+
import type { RuntimeOperatorKind } from './runtimeOperatorKind.js';
|
|
14
12
|
export interface RunnerEnrollmentResponseDto {
|
|
15
13
|
id: string;
|
|
16
14
|
/** @minimum 1 */
|
|
@@ -1,11 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* Biome Host API
|
|
5
|
-
*
|
|
6
|
-
* OpenAPI spec version: 0.1.0
|
|
4
|
+
* OpenAPI spec version: 0.1.1
|
|
7
5
|
*/
|
|
8
|
-
import type { RunnerEnrollmentResponseDto } from './runnerEnrollmentResponseDto';
|
|
6
|
+
import type { RunnerEnrollmentResponseDto } from './runnerEnrollmentResponseDto.js';
|
|
9
7
|
export interface RunnerEnrollmentResponseDtoDataEnvelope {
|
|
10
8
|
data: RunnerEnrollmentResponseDto;
|
|
11
9
|
}
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* Biome Host API
|
|
5
|
-
*
|
|
6
|
-
* OpenAPI spec version: 0.1.0
|
|
4
|
+
* OpenAPI spec version: 0.1.1
|
|
7
5
|
*/
|
|
8
6
|
export type RunnerTrustTier = typeof RunnerTrustTier[keyof typeof RunnerTrustTier];
|
|
9
7
|
export declare const RunnerTrustTier: {
|
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Generated by
|
|
4
|
-
* Do not edit manually.
|
|
3
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
5
4
|
* Biome Host API
|
|
6
|
-
*
|
|
7
|
-
* OpenAPI spec version: 0.1.0
|
|
5
|
+
* OpenAPI spec version: 0.1.1
|
|
8
6
|
*/
|
|
9
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
8
|
exports.RunnerTrustTier = void 0;
|
|
@@ -1,18 +1,16 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* Biome Host API
|
|
5
|
-
*
|
|
6
|
-
* OpenAPI spec version: 0.1.0
|
|
4
|
+
* OpenAPI spec version: 0.1.1
|
|
7
5
|
*/
|
|
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';
|
|
6
|
+
import type { InFlightRevocationPolicy } from './inFlightRevocationPolicy.js';
|
|
7
|
+
import type { RunnerDataLocality } from './runnerDataLocality.js';
|
|
8
|
+
import type { RunnerTrustTier } from './runnerTrustTier.js';
|
|
9
|
+
import type { RuntimeBindingCandidateResponseDtoDeniedLabels } from './runtimeBindingCandidateResponseDtoDeniedLabels.js';
|
|
10
|
+
import type { RuntimeBindingCandidateResponseDtoInstallationProjectId } from './runtimeBindingCandidateResponseDtoInstallationProjectId.js';
|
|
11
|
+
import type { RuntimeBindingCandidateResponseDtoRequiredLabels } from './runtimeBindingCandidateResponseDtoRequiredLabels.js';
|
|
12
|
+
import type { RuntimeBindingCandidateResponseDtoRuntimeOwnerOrgId } from './runtimeBindingCandidateResponseDtoRuntimeOwnerOrgId.js';
|
|
13
|
+
import type { RuntimeOperatorKind } from './runtimeOperatorKind.js';
|
|
16
14
|
export interface RuntimeBindingCandidateResponseDto {
|
|
17
15
|
installationId: string;
|
|
18
16
|
/** @nullable */
|
|
@@ -1,11 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* Biome Host API
|
|
5
|
-
*
|
|
6
|
-
* OpenAPI spec version: 0.1.0
|
|
4
|
+
* OpenAPI spec version: 0.1.1
|
|
7
5
|
*/
|
|
8
|
-
import type { RuntimeBindingCandidateResponseDto } from './runtimeBindingCandidateResponseDto';
|
|
6
|
+
import type { RuntimeBindingCandidateResponseDto } from './runtimeBindingCandidateResponseDto.js';
|
|
9
7
|
export interface RuntimeBindingCandidateResponseDtoDataArrayEnvelope {
|
|
10
8
|
data: RuntimeBindingCandidateResponseDto[];
|
|
11
9
|
}
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* Biome Host API
|
|
5
|
-
*
|
|
6
|
-
* OpenAPI spec version: 0.1.0
|
|
4
|
+
* OpenAPI spec version: 0.1.1
|
|
7
5
|
*/
|
|
8
6
|
export type RuntimeBindingCandidateResponseDtoDeniedLabels = {
|
|
9
7
|
[key: string]: unknown;
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Generated by
|
|
4
|
-
* Do not edit manually.
|
|
3
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
5
4
|
* Biome Host API
|
|
6
|
-
*
|
|
7
|
-
* OpenAPI spec version: 0.1.0
|
|
5
|
+
* OpenAPI spec version: 0.1.1
|
|
8
6
|
*/
|
|
9
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* Biome Host API
|
|
5
|
-
*
|
|
6
|
-
* OpenAPI spec version: 0.1.0
|
|
4
|
+
* OpenAPI spec version: 0.1.1
|
|
7
5
|
*/
|
|
8
6
|
/**
|
|
9
7
|
* @nullable
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Generated by
|
|
4
|
-
* Do not edit manually.
|
|
3
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
5
4
|
* Biome Host API
|
|
6
|
-
*
|
|
7
|
-
* OpenAPI spec version: 0.1.0
|
|
5
|
+
* OpenAPI spec version: 0.1.1
|
|
8
6
|
*/
|
|
9
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* Biome Host API
|
|
5
|
-
*
|
|
6
|
-
* OpenAPI spec version: 0.1.0
|
|
4
|
+
* OpenAPI spec version: 0.1.1
|
|
7
5
|
*/
|
|
8
6
|
export type RuntimeBindingCandidateResponseDtoRequiredLabels = {
|
|
9
7
|
[key: string]: unknown;
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Generated by
|
|
4
|
-
* Do not edit manually.
|
|
3
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
5
4
|
* Biome Host API
|
|
6
|
-
*
|
|
7
|
-
* OpenAPI spec version: 0.1.0
|
|
5
|
+
* OpenAPI spec version: 0.1.1
|
|
8
6
|
*/
|
|
9
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* Biome Host API
|
|
5
|
-
*
|
|
6
|
-
* OpenAPI spec version: 0.1.0
|
|
4
|
+
* OpenAPI spec version: 0.1.1
|
|
7
5
|
*/
|
|
8
6
|
/**
|
|
9
7
|
* @nullable
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Generated by
|
|
4
|
-
* Do not edit manually.
|
|
3
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
5
4
|
* Biome Host API
|
|
6
|
-
*
|
|
7
|
-
* OpenAPI spec version: 0.1.0
|
|
5
|
+
* OpenAPI spec version: 0.1.1
|
|
8
6
|
*/
|
|
9
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* Biome Host API
|
|
5
|
-
*
|
|
6
|
-
* OpenAPI spec version: 0.1.0
|
|
4
|
+
* OpenAPI spec version: 0.1.1
|
|
7
5
|
*/
|
|
8
6
|
export type RuntimeOperatorKind = typeof RuntimeOperatorKind[keyof typeof RuntimeOperatorKind];
|
|
9
7
|
export declare const RuntimeOperatorKind: {
|
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Generated by
|
|
4
|
-
* Do not edit manually.
|
|
3
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
5
4
|
* Biome Host API
|
|
6
|
-
*
|
|
7
|
-
* OpenAPI spec version: 0.1.0
|
|
5
|
+
* OpenAPI spec version: 0.1.1
|
|
8
6
|
*/
|
|
9
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
8
|
exports.RuntimeOperatorKind = void 0;
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* Biome Host API
|
|
5
|
-
*
|
|
6
|
-
* OpenAPI spec version: 0.1.0
|
|
4
|
+
* OpenAPI spec version: 0.1.1
|
|
7
5
|
*/
|
|
8
6
|
/**
|
|
9
7
|
* Ownership tier (system | biome | org | project | user)
|
package/dist/models/spaceKind.js
CHANGED
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Generated by
|
|
4
|
-
* Do not edit manually.
|
|
3
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
5
4
|
* Biome Host API
|
|
6
|
-
*
|
|
7
|
-
* OpenAPI spec version: 0.1.0
|
|
5
|
+
* OpenAPI spec version: 0.1.1
|
|
8
6
|
*/
|
|
9
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
8
|
exports.SpaceKind = void 0;
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* Biome Host API
|
|
5
|
-
*
|
|
6
|
-
* OpenAPI spec version: 0.1.0
|
|
4
|
+
* OpenAPI spec version: 0.1.1
|
|
7
5
|
*/
|
|
8
6
|
/**
|
|
9
7
|
* Always `biome` from this producer.
|
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Generated by
|
|
4
|
-
* Do not edit manually.
|
|
3
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
5
4
|
* Biome Host API
|
|
6
|
-
*
|
|
7
|
-
* OpenAPI spec version: 0.1.0
|
|
5
|
+
* OpenAPI spec version: 0.1.1
|
|
8
6
|
*/
|
|
9
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
8
|
exports.XemaObjectKind = void 0;
|
|
@@ -1,15 +1,13 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* Biome Host API
|
|
5
|
-
*
|
|
6
|
-
* OpenAPI spec version: 0.1.0
|
|
4
|
+
* OpenAPI spec version: 0.1.1
|
|
7
5
|
*/
|
|
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';
|
|
6
|
+
import type { BiomePayloadDto } from './biomePayloadDto.js';
|
|
7
|
+
import type { ObjectLifecycle } from './objectLifecycle.js';
|
|
8
|
+
import type { XemaObjectKind } from './xemaObjectKind.js';
|
|
9
|
+
import type { XemaSpaceRefDto } from './xemaSpaceRefDto.js';
|
|
10
|
+
import type { XemaSubjectRefDto } from './xemaSubjectRefDto.js';
|
|
13
11
|
export interface XemaObjectResponseDto {
|
|
14
12
|
/** Canonical XemaObjectRef. */
|
|
15
13
|
ref: string;
|
|
@@ -1,11 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* Biome Host API
|
|
5
|
-
*
|
|
6
|
-
* OpenAPI spec version: 0.1.0
|
|
4
|
+
* OpenAPI spec version: 0.1.1
|
|
7
5
|
*/
|
|
8
|
-
import type { SpaceKind } from './spaceKind';
|
|
6
|
+
import type { SpaceKind } from './spaceKind.js';
|
|
9
7
|
export interface XemaSpaceRefDto {
|
|
10
8
|
/** Ownership tier (system | biome | org | project | user) */
|
|
11
9
|
tier: SpaceKind;
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* Biome Host API
|
|
5
|
-
*
|
|
6
|
-
* OpenAPI spec version: 0.1.0
|
|
4
|
+
* OpenAPI spec version: 0.1.1
|
|
7
5
|
*/
|
|
8
6
|
export interface XemaSubjectRefDto {
|
|
9
7
|
kind: string;
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Generated by
|
|
4
|
-
* Do not edit manually.
|
|
3
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
5
4
|
* Biome Host API
|
|
6
|
-
*
|
|
7
|
-
* OpenAPI spec version: 0.1.0
|
|
5
|
+
* OpenAPI spec version: 0.1.1
|
|
8
6
|
*/
|
|
9
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
package/package.json
CHANGED
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xemahq/biome-host-internal-api-client",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.1",
|
|
4
|
+
"repository": {
|
|
5
|
+
"type": "git",
|
|
6
|
+
"url": "git+https://github.com/xema-dev/xema-base.git",
|
|
7
|
+
"directory": "packages/clients/biome-host-internal-api"
|
|
8
|
+
},
|
|
9
|
+
"license": "LicenseRef-Xema-BSL-1.1",
|
|
4
10
|
"main": "./dist/index.js",
|
|
5
11
|
"types": "./dist/index.d.ts",
|
|
6
12
|
"files": [
|
|
@@ -19,7 +25,7 @@
|
|
|
19
25
|
"service": "biome-host-api",
|
|
20
26
|
"biome": "biome-host",
|
|
21
27
|
"target": "server",
|
|
22
|
-
"generator": "@xemahq/api-client-generator@0.
|
|
28
|
+
"generator": "@xemahq/api-client-generator@0.5.0",
|
|
23
29
|
"source": "openapi.internal.json"
|
|
24
30
|
},
|
|
25
31
|
"scripts": {
|