@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
package/LICENSE
CHANGED
|
@@ -9,7 +9,7 @@ Parameters
|
|
|
9
9
|
|
|
10
10
|
Licensor: Neuralchowder Inc.
|
|
11
11
|
|
|
12
|
-
Licensed Work: Xema. The Licensed Work is (c) 2026 Neuralchowder Inc
|
|
12
|
+
Licensed Work: Xema. The Licensed Work is (c) 2026 Neuralchowder Inc.
|
|
13
13
|
|
|
14
14
|
The Licensed Work includes, without limitation, Xema Core, Xema Runtime,
|
|
15
15
|
Xema Kernel, Xema control plane, Xema application runtime, Xema biome
|
|
@@ -116,6 +116,7 @@ the interpretation of, the Additional Use Grant set out above.
|
|
|
116
116
|
and effect. The Licensor reserves all rights not expressly granted
|
|
117
117
|
by this License.
|
|
118
118
|
|
|
119
|
+
|
|
119
120
|
Change Date: Four years from the date the specific version of the Licensed
|
|
120
121
|
Work is first publicly released by Licensor.
|
|
121
122
|
|
|
@@ -1,14 +1,12 @@
|
|
|
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
|
import type { DescribeObjectsResponseDtoDataEnvelope } from '../../models';
|
|
7
|
+
export declare const getDescribeObjectsControllerDescribeUrl: () => string;
|
|
9
8
|
/**
|
|
10
9
|
* Wire shape mirrors the `xema.object-registry.projection.published.v1` CloudEvent `data` field. Consumers (object-registry-api) replace their cache slice for `source` atomically on each fetch.
|
|
11
10
|
* @summary Return this service's slice of the XemaObject universe (biomes).
|
|
12
11
|
*/
|
|
13
|
-
export declare const getDescribeObjectsControllerDescribeUrl: () => string;
|
|
14
12
|
export declare const describeObjectsControllerDescribe: (options?: RequestInit) => Promise<DescribeObjectsResponseDtoDataEnvelope>;
|
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.describeObjectsControllerDescribe = exports.getDescribeObjectsControllerDescribeUrl = void 0;
|
|
4
4
|
const custom_fetch_1 = require("../../custom-fetch");
|
|
5
|
-
/**
|
|
6
|
-
* Wire shape mirrors the `xema.object-registry.projection.published.v1` CloudEvent `data` field. Consumers (object-registry-api) replace their cache slice for `source` atomically on each fetch.
|
|
7
|
-
* @summary Return this service's slice of the XemaObject universe (biomes).
|
|
8
|
-
*/
|
|
9
5
|
const getDescribeObjectsControllerDescribeUrl = () => {
|
|
10
6
|
return `/describe-objects`;
|
|
11
7
|
};
|
|
12
8
|
exports.getDescribeObjectsControllerDescribeUrl = getDescribeObjectsControllerDescribeUrl;
|
|
9
|
+
/**
|
|
10
|
+
* Wire shape mirrors the `xema.object-registry.projection.published.v1` CloudEvent `data` field. Consumers (object-registry-api) replace their cache slice for `source` atomically on each fetch.
|
|
11
|
+
* @summary Return this service's slice of the XemaObject universe (biomes).
|
|
12
|
+
*/
|
|
13
13
|
const describeObjectsControllerDescribe = async (options) => {
|
|
14
14
|
return (0, custom_fetch_1.customFetch)((0, exports.getDescribeObjectsControllerDescribeUrl)(), {
|
|
15
15
|
...options,
|
|
@@ -1,63 +1,61 @@
|
|
|
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
|
import type { AckRunnerCredentialMaterializationDto, ClaimDispatchAuthorizationDto, ClaimRunnerCredentialMaterializationDto, CompleteDispatchAuthorizationDto, DispatchAuthorizationResponseDtoDataEnvelope, DispatchClaimLeaseDtoDataEnvelope, DispatchLeaseMutationDto, RecordRunnerAttestationDto, ReserveDispatchAuthorizationDto, ResolveRunnerAttestationEligibilityDto, ResolveRuntimeBindingCandidatesDto, RunnerCredentialMaterializationClaimDtoDataEnvelope, RunnerEnrollmentResponseDtoDataEnvelope, RuntimeBindingCandidateResponseDtoDataArrayEnvelope } from '../../models';
|
|
7
|
+
export declare const getRuntimeAuthorityInternalControllerGetEnrollmentByPrincipalUrl: (principalId: string) => string;
|
|
9
8
|
/**
|
|
10
9
|
* @summary Resolve a verified runner principal to its active enrollment authority
|
|
11
10
|
*/
|
|
12
|
-
export declare const getRuntimeAuthorityInternalControllerGetEnrollmentByPrincipalUrl: (principalId: string) => string;
|
|
13
11
|
export declare const runtimeAuthorityInternalControllerGetEnrollmentByPrincipal: (principalId: string, options?: RequestInit) => Promise<RunnerEnrollmentResponseDtoDataEnvelope>;
|
|
12
|
+
export declare const getRuntimeAuthorityInternalControllerResolveAttestationEligibilityUrl: () => string;
|
|
14
13
|
/**
|
|
15
14
|
* @summary Resolve verified runner identity to enrollment authority eligible for attestation
|
|
16
15
|
*/
|
|
17
|
-
export declare const getRuntimeAuthorityInternalControllerResolveAttestationEligibilityUrl: () => string;
|
|
18
16
|
export declare const runtimeAuthorityInternalControllerResolveAttestationEligibility: (resolveRunnerAttestationEligibilityDto: ResolveRunnerAttestationEligibilityDto, options?: RequestInit) => Promise<RunnerEnrollmentResponseDtoDataEnvelope>;
|
|
17
|
+
export declare const getRuntimeAuthorityInternalControllerRecordAttestationUrl: (id: string) => string;
|
|
19
18
|
/**
|
|
20
19
|
* @summary Activate or advance a runner enrollment after verified attestation
|
|
21
20
|
*/
|
|
22
|
-
export declare const getRuntimeAuthorityInternalControllerRecordAttestationUrl: (id: string) => string;
|
|
23
21
|
export declare const runtimeAuthorityInternalControllerRecordAttestation: (id: string, recordRunnerAttestationDto: RecordRunnerAttestationDto, options?: RequestInit) => Promise<RunnerEnrollmentResponseDtoDataEnvelope>;
|
|
22
|
+
export declare const getRuntimeAuthorityInternalControllerClaimCredentialMaterializationUrl: () => string;
|
|
24
23
|
/**
|
|
25
24
|
* @summary Claim one pending platform-managed runner credential materialization
|
|
26
25
|
*/
|
|
27
|
-
export declare const getRuntimeAuthorityInternalControllerClaimCredentialMaterializationUrl: () => string;
|
|
28
26
|
export declare const runtimeAuthorityInternalControllerClaimCredentialMaterialization: (claimRunnerCredentialMaterializationDto: ClaimRunnerCredentialMaterializationDto, options?: RequestInit) => Promise<RunnerCredentialMaterializationClaimDtoDataEnvelope>;
|
|
27
|
+
export declare const getRuntimeAuthorityInternalControllerAckCredentialMaterializationUrl: (id: string) => string;
|
|
29
28
|
/**
|
|
30
29
|
* @summary Acknowledge an applied or deleted platform-managed runner credential
|
|
31
30
|
*/
|
|
32
|
-
export declare const getRuntimeAuthorityInternalControllerAckCredentialMaterializationUrl: (id: string) => string;
|
|
33
31
|
export declare const runtimeAuthorityInternalControllerAckCredentialMaterialization: (id: string, ackRunnerCredentialMaterializationDto: AckRunnerCredentialMaterializationDto, options?: RequestInit) => Promise<RunnerCredentialMaterializationClaimDtoDataEnvelope>;
|
|
32
|
+
export declare const getRuntimeAuthorityInternalControllerResolveCandidatesUrl: () => string;
|
|
34
33
|
/**
|
|
35
34
|
* @summary Resolve active binding and enrollment candidates in deterministic project-before-org scope
|
|
36
35
|
*/
|
|
37
|
-
export declare const getRuntimeAuthorityInternalControllerResolveCandidatesUrl: () => string;
|
|
38
36
|
export declare const runtimeAuthorityInternalControllerResolveCandidates: (resolveRuntimeBindingCandidatesDto: ResolveRuntimeBindingCandidatesDto, options?: RequestInit) => Promise<RuntimeBindingCandidateResponseDtoDataArrayEnvelope>;
|
|
37
|
+
export declare const getRuntimeAuthorityInternalControllerReserveUrl: () => string;
|
|
39
38
|
/**
|
|
40
39
|
* @summary Reserve a revision-fenced dispatch authorization idempotently
|
|
41
40
|
*/
|
|
42
|
-
export declare const getRuntimeAuthorityInternalControllerReserveUrl: () => string;
|
|
43
41
|
export declare const runtimeAuthorityInternalControllerReserve: (reserveDispatchAuthorizationDto: ReserveDispatchAuthorizationDto, options?: RequestInit) => Promise<DispatchAuthorizationResponseDtoDataEnvelope>;
|
|
42
|
+
export declare const getRuntimeAuthorityInternalControllerClaimUrl: (id: string) => string;
|
|
44
43
|
/**
|
|
45
44
|
* @summary Linearize a runner job claim against binding and enrollment revocation
|
|
46
45
|
*/
|
|
47
|
-
export declare const getRuntimeAuthorityInternalControllerClaimUrl: (id: string) => string;
|
|
48
46
|
export declare const runtimeAuthorityInternalControllerClaim: (id: string, claimDispatchAuthorizationDto: ClaimDispatchAuthorizationDto, options?: RequestInit) => Promise<DispatchClaimLeaseDtoDataEnvelope>;
|
|
47
|
+
export declare const getRuntimeAuthorityInternalControllerStartUrl: (id: string) => string;
|
|
49
48
|
/**
|
|
50
49
|
* @summary Mark a claimed dispatch authorization as running
|
|
51
50
|
*/
|
|
52
|
-
export declare const getRuntimeAuthorityInternalControllerStartUrl: (id: string) => string;
|
|
53
51
|
export declare const runtimeAuthorityInternalControllerStart: (id: string, dispatchLeaseMutationDto: DispatchLeaseMutationDto, options?: RequestInit) => Promise<DispatchAuthorizationResponseDtoDataEnvelope>;
|
|
52
|
+
export declare const getRuntimeAuthorityInternalControllerCompleteUrl: (id: string) => string;
|
|
54
53
|
/**
|
|
55
54
|
* @summary Mark an in-flight dispatch authorization as terminal
|
|
56
55
|
*/
|
|
57
|
-
export declare const getRuntimeAuthorityInternalControllerCompleteUrl: (id: string) => string;
|
|
58
56
|
export declare const runtimeAuthorityInternalControllerComplete: (id: string, completeDispatchAuthorizationDto: CompleteDispatchAuthorizationDto, options?: RequestInit) => Promise<DispatchAuthorizationResponseDtoDataEnvelope>;
|
|
57
|
+
export declare const getRuntimeAuthorityInternalControllerReleaseClaimUrl: (id: string) => string;
|
|
59
58
|
/**
|
|
60
59
|
* @summary Release a claim lease after the durable job claim loses its CAS
|
|
61
60
|
*/
|
|
62
|
-
export declare const getRuntimeAuthorityInternalControllerReleaseClaimUrl: (id: string) => string;
|
|
63
61
|
export declare const runtimeAuthorityInternalControllerReleaseClaim: (id: string, dispatchLeaseMutationDto: DispatchLeaseMutationDto, options?: RequestInit) => Promise<DispatchAuthorizationResponseDtoDataEnvelope>;
|
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.runtimeAuthorityInternalControllerReleaseClaim = exports.getRuntimeAuthorityInternalControllerReleaseClaimUrl = exports.runtimeAuthorityInternalControllerComplete = exports.getRuntimeAuthorityInternalControllerCompleteUrl = exports.runtimeAuthorityInternalControllerStart = exports.getRuntimeAuthorityInternalControllerStartUrl = exports.runtimeAuthorityInternalControllerClaim = exports.getRuntimeAuthorityInternalControllerClaimUrl = exports.runtimeAuthorityInternalControllerReserve = exports.getRuntimeAuthorityInternalControllerReserveUrl = exports.runtimeAuthorityInternalControllerResolveCandidates = exports.getRuntimeAuthorityInternalControllerResolveCandidatesUrl = exports.runtimeAuthorityInternalControllerAckCredentialMaterialization = exports.getRuntimeAuthorityInternalControllerAckCredentialMaterializationUrl = exports.runtimeAuthorityInternalControllerClaimCredentialMaterialization = exports.getRuntimeAuthorityInternalControllerClaimCredentialMaterializationUrl = exports.runtimeAuthorityInternalControllerRecordAttestation = exports.getRuntimeAuthorityInternalControllerRecordAttestationUrl = exports.runtimeAuthorityInternalControllerResolveAttestationEligibility = exports.getRuntimeAuthorityInternalControllerResolveAttestationEligibilityUrl = exports.runtimeAuthorityInternalControllerGetEnrollmentByPrincipal = exports.getRuntimeAuthorityInternalControllerGetEnrollmentByPrincipalUrl = void 0;
|
|
4
4
|
const custom_fetch_1 = require("../../custom-fetch");
|
|
5
|
-
/**
|
|
6
|
-
* @summary Resolve a verified runner principal to its active enrollment authority
|
|
7
|
-
*/
|
|
8
5
|
const getRuntimeAuthorityInternalControllerGetEnrollmentByPrincipalUrl = (principalId) => {
|
|
9
6
|
return `/internal/runner-enrollments/by-principal/${principalId}`;
|
|
10
7
|
};
|
|
11
8
|
exports.getRuntimeAuthorityInternalControllerGetEnrollmentByPrincipalUrl = getRuntimeAuthorityInternalControllerGetEnrollmentByPrincipalUrl;
|
|
9
|
+
/**
|
|
10
|
+
* @summary Resolve a verified runner principal to its active enrollment authority
|
|
11
|
+
*/
|
|
12
12
|
const runtimeAuthorityInternalControllerGetEnrollmentByPrincipal = async (principalId, options) => {
|
|
13
13
|
return (0, custom_fetch_1.customFetch)((0, exports.getRuntimeAuthorityInternalControllerGetEnrollmentByPrincipalUrl)(principalId), {
|
|
14
14
|
...options,
|
|
@@ -16,13 +16,13 @@ const runtimeAuthorityInternalControllerGetEnrollmentByPrincipal = async (princi
|
|
|
16
16
|
});
|
|
17
17
|
};
|
|
18
18
|
exports.runtimeAuthorityInternalControllerGetEnrollmentByPrincipal = runtimeAuthorityInternalControllerGetEnrollmentByPrincipal;
|
|
19
|
-
/**
|
|
20
|
-
* @summary Resolve verified runner identity to enrollment authority eligible for attestation
|
|
21
|
-
*/
|
|
22
19
|
const getRuntimeAuthorityInternalControllerResolveAttestationEligibilityUrl = () => {
|
|
23
20
|
return `/internal/runner-enrollments/resolve-attestation`;
|
|
24
21
|
};
|
|
25
22
|
exports.getRuntimeAuthorityInternalControllerResolveAttestationEligibilityUrl = getRuntimeAuthorityInternalControllerResolveAttestationEligibilityUrl;
|
|
23
|
+
/**
|
|
24
|
+
* @summary Resolve verified runner identity to enrollment authority eligible for attestation
|
|
25
|
+
*/
|
|
26
26
|
const runtimeAuthorityInternalControllerResolveAttestationEligibility = async (resolveRunnerAttestationEligibilityDto, options) => {
|
|
27
27
|
return (0, custom_fetch_1.customFetch)((0, exports.getRuntimeAuthorityInternalControllerResolveAttestationEligibilityUrl)(), {
|
|
28
28
|
...options,
|
|
@@ -32,13 +32,13 @@ const runtimeAuthorityInternalControllerResolveAttestationEligibility = async (r
|
|
|
32
32
|
});
|
|
33
33
|
};
|
|
34
34
|
exports.runtimeAuthorityInternalControllerResolveAttestationEligibility = runtimeAuthorityInternalControllerResolveAttestationEligibility;
|
|
35
|
-
/**
|
|
36
|
-
* @summary Activate or advance a runner enrollment after verified attestation
|
|
37
|
-
*/
|
|
38
35
|
const getRuntimeAuthorityInternalControllerRecordAttestationUrl = (id) => {
|
|
39
36
|
return `/internal/runner-enrollments/${id}/attest`;
|
|
40
37
|
};
|
|
41
38
|
exports.getRuntimeAuthorityInternalControllerRecordAttestationUrl = getRuntimeAuthorityInternalControllerRecordAttestationUrl;
|
|
39
|
+
/**
|
|
40
|
+
* @summary Activate or advance a runner enrollment after verified attestation
|
|
41
|
+
*/
|
|
42
42
|
const runtimeAuthorityInternalControllerRecordAttestation = async (id, recordRunnerAttestationDto, options) => {
|
|
43
43
|
return (0, custom_fetch_1.customFetch)((0, exports.getRuntimeAuthorityInternalControllerRecordAttestationUrl)(id), {
|
|
44
44
|
...options,
|
|
@@ -48,13 +48,13 @@ const runtimeAuthorityInternalControllerRecordAttestation = async (id, recordRun
|
|
|
48
48
|
});
|
|
49
49
|
};
|
|
50
50
|
exports.runtimeAuthorityInternalControllerRecordAttestation = runtimeAuthorityInternalControllerRecordAttestation;
|
|
51
|
-
/**
|
|
52
|
-
* @summary Claim one pending platform-managed runner credential materialization
|
|
53
|
-
*/
|
|
54
51
|
const getRuntimeAuthorityInternalControllerClaimCredentialMaterializationUrl = () => {
|
|
55
52
|
return `/internal/runner-enrollment-credential-materializations/claim`;
|
|
56
53
|
};
|
|
57
54
|
exports.getRuntimeAuthorityInternalControllerClaimCredentialMaterializationUrl = getRuntimeAuthorityInternalControllerClaimCredentialMaterializationUrl;
|
|
55
|
+
/**
|
|
56
|
+
* @summary Claim one pending platform-managed runner credential materialization
|
|
57
|
+
*/
|
|
58
58
|
const runtimeAuthorityInternalControllerClaimCredentialMaterialization = async (claimRunnerCredentialMaterializationDto, options) => {
|
|
59
59
|
return (0, custom_fetch_1.customFetch)((0, exports.getRuntimeAuthorityInternalControllerClaimCredentialMaterializationUrl)(), {
|
|
60
60
|
...options,
|
|
@@ -64,13 +64,13 @@ const runtimeAuthorityInternalControllerClaimCredentialMaterialization = async (
|
|
|
64
64
|
});
|
|
65
65
|
};
|
|
66
66
|
exports.runtimeAuthorityInternalControllerClaimCredentialMaterialization = runtimeAuthorityInternalControllerClaimCredentialMaterialization;
|
|
67
|
-
/**
|
|
68
|
-
* @summary Acknowledge an applied or deleted platform-managed runner credential
|
|
69
|
-
*/
|
|
70
67
|
const getRuntimeAuthorityInternalControllerAckCredentialMaterializationUrl = (id) => {
|
|
71
68
|
return `/internal/runner-enrollment-credential-materializations/${id}/ack`;
|
|
72
69
|
};
|
|
73
70
|
exports.getRuntimeAuthorityInternalControllerAckCredentialMaterializationUrl = getRuntimeAuthorityInternalControllerAckCredentialMaterializationUrl;
|
|
71
|
+
/**
|
|
72
|
+
* @summary Acknowledge an applied or deleted platform-managed runner credential
|
|
73
|
+
*/
|
|
74
74
|
const runtimeAuthorityInternalControllerAckCredentialMaterialization = async (id, ackRunnerCredentialMaterializationDto, options) => {
|
|
75
75
|
return (0, custom_fetch_1.customFetch)((0, exports.getRuntimeAuthorityInternalControllerAckCredentialMaterializationUrl)(id), {
|
|
76
76
|
...options,
|
|
@@ -80,13 +80,13 @@ const runtimeAuthorityInternalControllerAckCredentialMaterialization = async (id
|
|
|
80
80
|
});
|
|
81
81
|
};
|
|
82
82
|
exports.runtimeAuthorityInternalControllerAckCredentialMaterialization = runtimeAuthorityInternalControllerAckCredentialMaterialization;
|
|
83
|
-
/**
|
|
84
|
-
* @summary Resolve active binding and enrollment candidates in deterministic project-before-org scope
|
|
85
|
-
*/
|
|
86
83
|
const getRuntimeAuthorityInternalControllerResolveCandidatesUrl = () => {
|
|
87
84
|
return `/internal/runtime-bindings/resolve-candidates`;
|
|
88
85
|
};
|
|
89
86
|
exports.getRuntimeAuthorityInternalControllerResolveCandidatesUrl = getRuntimeAuthorityInternalControllerResolveCandidatesUrl;
|
|
87
|
+
/**
|
|
88
|
+
* @summary Resolve active binding and enrollment candidates in deterministic project-before-org scope
|
|
89
|
+
*/
|
|
90
90
|
const runtimeAuthorityInternalControllerResolveCandidates = async (resolveRuntimeBindingCandidatesDto, options) => {
|
|
91
91
|
return (0, custom_fetch_1.customFetch)((0, exports.getRuntimeAuthorityInternalControllerResolveCandidatesUrl)(), {
|
|
92
92
|
...options,
|
|
@@ -96,13 +96,13 @@ const runtimeAuthorityInternalControllerResolveCandidates = async (resolveRuntim
|
|
|
96
96
|
});
|
|
97
97
|
};
|
|
98
98
|
exports.runtimeAuthorityInternalControllerResolveCandidates = runtimeAuthorityInternalControllerResolveCandidates;
|
|
99
|
-
/**
|
|
100
|
-
* @summary Reserve a revision-fenced dispatch authorization idempotently
|
|
101
|
-
*/
|
|
102
99
|
const getRuntimeAuthorityInternalControllerReserveUrl = () => {
|
|
103
100
|
return `/internal/dispatch-authorizations`;
|
|
104
101
|
};
|
|
105
102
|
exports.getRuntimeAuthorityInternalControllerReserveUrl = getRuntimeAuthorityInternalControllerReserveUrl;
|
|
103
|
+
/**
|
|
104
|
+
* @summary Reserve a revision-fenced dispatch authorization idempotently
|
|
105
|
+
*/
|
|
106
106
|
const runtimeAuthorityInternalControllerReserve = async (reserveDispatchAuthorizationDto, options) => {
|
|
107
107
|
return (0, custom_fetch_1.customFetch)((0, exports.getRuntimeAuthorityInternalControllerReserveUrl)(), {
|
|
108
108
|
...options,
|
|
@@ -112,13 +112,13 @@ const runtimeAuthorityInternalControllerReserve = async (reserveDispatchAuthoriz
|
|
|
112
112
|
});
|
|
113
113
|
};
|
|
114
114
|
exports.runtimeAuthorityInternalControllerReserve = runtimeAuthorityInternalControllerReserve;
|
|
115
|
-
/**
|
|
116
|
-
* @summary Linearize a runner job claim against binding and enrollment revocation
|
|
117
|
-
*/
|
|
118
115
|
const getRuntimeAuthorityInternalControllerClaimUrl = (id) => {
|
|
119
116
|
return `/internal/dispatch-authorizations/${id}/claim`;
|
|
120
117
|
};
|
|
121
118
|
exports.getRuntimeAuthorityInternalControllerClaimUrl = getRuntimeAuthorityInternalControllerClaimUrl;
|
|
119
|
+
/**
|
|
120
|
+
* @summary Linearize a runner job claim against binding and enrollment revocation
|
|
121
|
+
*/
|
|
122
122
|
const runtimeAuthorityInternalControllerClaim = async (id, claimDispatchAuthorizationDto, options) => {
|
|
123
123
|
return (0, custom_fetch_1.customFetch)((0, exports.getRuntimeAuthorityInternalControllerClaimUrl)(id), {
|
|
124
124
|
...options,
|
|
@@ -128,13 +128,13 @@ const runtimeAuthorityInternalControllerClaim = async (id, claimDispatchAuthoriz
|
|
|
128
128
|
});
|
|
129
129
|
};
|
|
130
130
|
exports.runtimeAuthorityInternalControllerClaim = runtimeAuthorityInternalControllerClaim;
|
|
131
|
-
/**
|
|
132
|
-
* @summary Mark a claimed dispatch authorization as running
|
|
133
|
-
*/
|
|
134
131
|
const getRuntimeAuthorityInternalControllerStartUrl = (id) => {
|
|
135
132
|
return `/internal/dispatch-authorizations/${id}/start`;
|
|
136
133
|
};
|
|
137
134
|
exports.getRuntimeAuthorityInternalControllerStartUrl = getRuntimeAuthorityInternalControllerStartUrl;
|
|
135
|
+
/**
|
|
136
|
+
* @summary Mark a claimed dispatch authorization as running
|
|
137
|
+
*/
|
|
138
138
|
const runtimeAuthorityInternalControllerStart = async (id, dispatchLeaseMutationDto, options) => {
|
|
139
139
|
return (0, custom_fetch_1.customFetch)((0, exports.getRuntimeAuthorityInternalControllerStartUrl)(id), {
|
|
140
140
|
...options,
|
|
@@ -144,13 +144,13 @@ const runtimeAuthorityInternalControllerStart = async (id, dispatchLeaseMutation
|
|
|
144
144
|
});
|
|
145
145
|
};
|
|
146
146
|
exports.runtimeAuthorityInternalControllerStart = runtimeAuthorityInternalControllerStart;
|
|
147
|
-
/**
|
|
148
|
-
* @summary Mark an in-flight dispatch authorization as terminal
|
|
149
|
-
*/
|
|
150
147
|
const getRuntimeAuthorityInternalControllerCompleteUrl = (id) => {
|
|
151
148
|
return `/internal/dispatch-authorizations/${id}/complete`;
|
|
152
149
|
};
|
|
153
150
|
exports.getRuntimeAuthorityInternalControllerCompleteUrl = getRuntimeAuthorityInternalControllerCompleteUrl;
|
|
151
|
+
/**
|
|
152
|
+
* @summary Mark an in-flight dispatch authorization as terminal
|
|
153
|
+
*/
|
|
154
154
|
const runtimeAuthorityInternalControllerComplete = async (id, completeDispatchAuthorizationDto, options) => {
|
|
155
155
|
return (0, custom_fetch_1.customFetch)((0, exports.getRuntimeAuthorityInternalControllerCompleteUrl)(id), {
|
|
156
156
|
...options,
|
|
@@ -160,13 +160,13 @@ const runtimeAuthorityInternalControllerComplete = async (id, completeDispatchAu
|
|
|
160
160
|
});
|
|
161
161
|
};
|
|
162
162
|
exports.runtimeAuthorityInternalControllerComplete = runtimeAuthorityInternalControllerComplete;
|
|
163
|
-
/**
|
|
164
|
-
* @summary Release a claim lease after the durable job claim loses its CAS
|
|
165
|
-
*/
|
|
166
163
|
const getRuntimeAuthorityInternalControllerReleaseClaimUrl = (id) => {
|
|
167
164
|
return `/internal/dispatch-authorizations/${id}/release-claim`;
|
|
168
165
|
};
|
|
169
166
|
exports.getRuntimeAuthorityInternalControllerReleaseClaimUrl = getRuntimeAuthorityInternalControllerReleaseClaimUrl;
|
|
167
|
+
/**
|
|
168
|
+
* @summary Release a claim lease after the durable job claim loses its CAS
|
|
169
|
+
*/
|
|
170
170
|
const runtimeAuthorityInternalControllerReleaseClaim = async (id, dispatchLeaseMutationDto, options) => {
|
|
171
171
|
return (0, custom_fetch_1.customFetch)((0, exports.getRuntimeAuthorityInternalControllerReleaseClaimUrl)(id), {
|
|
172
172
|
...options,
|
|
@@ -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 { AckRunnerCredentialMaterializationDtoAction } from './ackRunnerCredentialMaterializationDtoAction';
|
|
6
|
+
import type { AckRunnerCredentialMaterializationDtoAction } from './ackRunnerCredentialMaterializationDtoAction.js';
|
|
9
7
|
export interface AckRunnerCredentialMaterializationDto {
|
|
10
8
|
claimId: string;
|
|
11
9
|
materializerInstanceId: string;
|
|
@@ -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 AckRunnerCredentialMaterializationDtoAction = typeof AckRunnerCredentialMaterializationDtoAction[keyof typeof AckRunnerCredentialMaterializationDtoAction];
|
|
9
7
|
export declare const AckRunnerCredentialMaterializationDtoAction: {
|
|
@@ -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.AckRunnerCredentialMaterializationDtoAction = 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
|
export type BiomeInstallationState = typeof BiomeInstallationState[keyof typeof BiomeInstallationState];
|
|
9
7
|
export declare const BiomeInstallationState: {
|
|
@@ -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.BiomeInstallationState = void 0;
|
|
@@ -1,12 +1,10 @@
|
|
|
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 { BiomeInstallationState } from './biomeInstallationState';
|
|
9
|
-
import type { BiomeTrustTier } from './biomeTrustTier';
|
|
6
|
+
import type { BiomeInstallationState } from './biomeInstallationState.js';
|
|
7
|
+
import type { BiomeTrustTier } from './biomeTrustTier.js';
|
|
10
8
|
export interface BiomePayloadDto {
|
|
11
9
|
/** Biome id (today) / biome id (after Phase 6). Stable across the rename. */
|
|
12
10
|
biomeId: string;
|
|
@@ -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
|
* Provenance tier. Mapped from the legacy biome trust tier — `first-party-runtime` → `first-party`, `third-party` → `community-store`. Biomes with no remote bundle (kernel-shipped) map to `system`.
|
|
@@ -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.BiomeTrustTier = 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
|
export interface ClaimDispatchAuthorizationDto {
|
|
9
7
|
runnerId: 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 });
|
|
@@ -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 ClaimRunnerCredentialMaterializationDto {
|
|
9
7
|
runnerId: 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 });
|
|
@@ -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 { DispatchTerminalOutcome } from './dispatchTerminalOutcome';
|
|
6
|
+
import type { DispatchTerminalOutcome } from './dispatchTerminalOutcome.js';
|
|
9
7
|
export interface CompleteDispatchAuthorizationDto {
|
|
10
8
|
jobId: string;
|
|
11
9
|
jti: 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 { XemaObjectResponseDto } from './xemaObjectResponseDto';
|
|
6
|
+
import type { XemaObjectResponseDto } from './xemaObjectResponseDto.js';
|
|
9
7
|
export interface DescribeObjectsResponseDto {
|
|
10
8
|
/** Owning-service identifier. The registry replaces the cache slice keyed by this value atomically. */
|
|
11
9
|
source: 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 { DescribeObjectsResponseDto } from './describeObjectsResponseDto';
|
|
6
|
+
import type { DescribeObjectsResponseDto } from './describeObjectsResponseDto.js';
|
|
9
7
|
export interface DescribeObjectsResponseDtoDataEnvelope {
|
|
10
8
|
data: DescribeObjectsResponseDto;
|
|
11
9
|
}
|
|
@@ -1,19 +1,17 @@
|
|
|
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 { DispatchAuthorizationResponseDtoClaimedAt } from './dispatchAuthorizationResponseDtoClaimedAt';
|
|
9
|
-
import type { DispatchAuthorizationResponseDtoCompletedAt } from './dispatchAuthorizationResponseDtoCompletedAt';
|
|
10
|
-
import type { DispatchAuthorizationResponseDtoJobId } from './dispatchAuthorizationResponseDtoJobId';
|
|
11
|
-
import type { DispatchAuthorizationResponseDtoJti } from './dispatchAuthorizationResponseDtoJti';
|
|
12
|
-
import type { DispatchAuthorizationResponseDtoProjectId } from './dispatchAuthorizationResponseDtoProjectId';
|
|
13
|
-
import type { DispatchAuthorizationResponseDtoRevokedAt } from './dispatchAuthorizationResponseDtoRevokedAt';
|
|
14
|
-
import type { DispatchAuthorizationState } from './dispatchAuthorizationState';
|
|
15
|
-
import type { DispatchTerminalOutcome } from './dispatchTerminalOutcome';
|
|
16
|
-
import type { InFlightRevocationPolicy } from './inFlightRevocationPolicy';
|
|
6
|
+
import type { DispatchAuthorizationResponseDtoClaimedAt } from './dispatchAuthorizationResponseDtoClaimedAt.js';
|
|
7
|
+
import type { DispatchAuthorizationResponseDtoCompletedAt } from './dispatchAuthorizationResponseDtoCompletedAt.js';
|
|
8
|
+
import type { DispatchAuthorizationResponseDtoJobId } from './dispatchAuthorizationResponseDtoJobId.js';
|
|
9
|
+
import type { DispatchAuthorizationResponseDtoJti } from './dispatchAuthorizationResponseDtoJti.js';
|
|
10
|
+
import type { DispatchAuthorizationResponseDtoProjectId } from './dispatchAuthorizationResponseDtoProjectId.js';
|
|
11
|
+
import type { DispatchAuthorizationResponseDtoRevokedAt } from './dispatchAuthorizationResponseDtoRevokedAt.js';
|
|
12
|
+
import type { DispatchAuthorizationState } from './dispatchAuthorizationState.js';
|
|
13
|
+
import type { DispatchTerminalOutcome } from './dispatchTerminalOutcome.js';
|
|
14
|
+
import type { InFlightRevocationPolicy } from './inFlightRevocationPolicy.js';
|
|
17
15
|
export interface DispatchAuthorizationResponseDto {
|
|
18
16
|
id: string;
|
|
19
17
|
requestId: string;
|
|
@@ -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
|
/**
|
|
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 });
|