@xemahq/biome-host-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/authoring/authoring.d.ts +5 -7
- package/dist/endpoints/authoring/authoring.js +9 -9
- package/dist/endpoints/biome-approvals/biome-approvals.d.ts +5 -7
- package/dist/endpoints/biome-approvals/biome-approvals.js +9 -9
- package/dist/endpoints/biome-installations/biome-installations.d.ts +14 -16
- package/dist/endpoints/biome-installations/biome-installations.js +36 -36
- package/dist/endpoints/biome-runtime-bindings/biome-runtime-bindings.d.ts +7 -9
- package/dist/endpoints/biome-runtime-bindings/biome-runtime-bindings.js +15 -15
- package/dist/endpoints/biome-runtimes/biome-runtimes.d.ts +3 -5
- package/dist/endpoints/biome-runtimes/biome-runtimes.js +3 -3
- package/dist/endpoints/org-biome-installations/org-biome-installations.d.ts +7 -9
- package/dist/endpoints/org-biome-installations/org-biome-installations.js +15 -15
- package/dist/endpoints/platform-biomes-availability/platform-biomes-availability.d.ts +4 -6
- package/dist/endpoints/platform-biomes-availability/platform-biomes-availability.js +6 -6
- package/dist/endpoints/platform-biomes-contribution-sync/platform-biomes-contribution-sync.d.ts +3 -5
- package/dist/endpoints/platform-biomes-contribution-sync/platform-biomes-contribution-sync.js +3 -3
- package/dist/endpoints/platform-biomes-enablement/platform-biomes-enablement.d.ts +5 -7
- package/dist/endpoints/platform-biomes-enablement/platform-biomes-enablement.js +9 -9
- package/dist/endpoints/platform-biomes-server/platform-biomes-server.d.ts +8 -10
- package/dist/endpoints/platform-biomes-server/platform-biomes-server.js +18 -18
- package/dist/endpoints/platform-biomes-web/platform-biomes-web.d.ts +5 -7
- package/dist/endpoints/platform-biomes-web/platform-biomes-web.js +6 -6
- package/dist/endpoints/platform-runner-enrollments/platform-runner-enrollments.d.ts +7 -9
- package/dist/endpoints/platform-runner-enrollments/platform-runner-enrollments.js +15 -15
- package/dist/endpoints/platform-runtime-health/platform-runtime-health.d.ts +5 -0
- package/dist/endpoints/platform-runtime-health/platform-runtime-health.js +23 -0
- package/dist/endpoints/platform-service-mesh/platform-service-mesh.d.ts +3 -5
- package/dist/endpoints/platform-service-mesh/platform-service-mesh.js +3 -3
- package/dist/endpoints/platform-settings/platform-settings.d.ts +5 -7
- package/dist/endpoints/platform-settings/platform-settings.js +9 -9
- package/dist/endpoints/runner-enrollment-challenges/runner-enrollment-challenges.d.ts +3 -5
- package/dist/endpoints/runner-enrollment-challenges/runner-enrollment-challenges.js +3 -3
- package/dist/endpoints/runner-enrollments/runner-enrollments.d.ts +6 -8
- package/dist/endpoints/runner-enrollments/runner-enrollments.js +12 -12
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/dist/models/addRemoteBiomeOriginDto.d.ts +2 -4
- package/dist/models/addRemoteBiomeOriginDto.js +2 -4
- package/dist/models/authorBiomeBundleDto.d.ts +9 -8
- package/dist/models/authorBiomeBundleResponseDto.d.ts +15 -8
- package/dist/models/authorBiomeBundleResponseDtoDataEnvelope.d.ts +3 -5
- package/dist/models/authoredFileDto.d.ts +10 -5
- package/dist/models/authoredFileDto.js +2 -4
- package/dist/models/authoringIssueCode.d.ts +2 -4
- package/dist/models/authoringIssueCode.js +2 -4
- package/dist/models/authoringIssueDto.d.ts +3 -5
- package/dist/models/availabilitySubjectDto.d.ts +3 -5
- package/dist/models/backfillEnablementResponseDto.d.ts +2 -4
- package/dist/models/backfillEnablementResponseDto.js +2 -4
- package/dist/models/backfillEnablementResponseDtoDataEnvelope.d.ts +3 -5
- package/dist/models/biomeApprovalResponseDto.d.ts +6 -8
- package/dist/models/biomeApprovalResponseDtoDataArrayEnvelope.d.ts +3 -5
- package/dist/models/biomeApprovalResponseDtoDataEnvelope.d.ts +3 -5
- package/dist/models/biomeApprovalResponseDtoResolveReason.d.ts +2 -4
- package/dist/models/biomeApprovalResponseDtoResolveReason.js +2 -4
- package/dist/models/biomeApprovalResponseDtoResolvedAt.d.ts +2 -4
- package/dist/models/biomeApprovalResponseDtoResolvedAt.js +2 -4
- package/dist/models/biomeApprovalResponseDtoResolvedBy.d.ts +2 -4
- package/dist/models/biomeApprovalResponseDtoResolvedBy.js +2 -4
- package/dist/models/biomeApprovalStatus.d.ts +2 -4
- package/dist/models/biomeApprovalStatus.js +2 -4
- package/dist/models/biomeAvailabilityResponseDto.d.ts +3 -5
- package/dist/models/biomeAvailabilityResponseDtoDataEnvelope.d.ts +3 -5
- package/dist/models/biomeComponentScheduler.d.ts +13 -0
- package/dist/models/biomeComponentScheduler.js +12 -0
- package/dist/models/biomeConnectorRequirementDto.d.ts +2 -4
- package/dist/models/biomeConnectorRequirementDto.js +2 -4
- package/dist/models/biomeContributionResponseDto.d.ts +3 -5
- package/dist/models/biomeContributionResponseDtoDataEnvelope.d.ts +3 -5
- package/dist/models/biomeContributionResponseDtoPath.d.ts +2 -4
- package/dist/models/biomeContributionResponseDtoPath.js +2 -4
- package/dist/models/biomeContributionSyncStatusDto.d.ts +3 -5
- package/dist/models/biomeContributionSyncStatusDtoDataArrayEnvelope.d.ts +3 -5
- package/dist/models/biomeEffectiveState.d.ts +2 -4
- package/dist/models/biomeEffectiveState.js +2 -4
- package/dist/models/biomeInstallPolicy.d.ts +2 -4
- package/dist/models/biomeInstallPolicy.js +2 -4
- package/dist/models/biomeInstallSchemaResponseDto.d.ts +4 -6
- package/dist/models/biomeInstallSchemaResponseDtoDataEnvelope.d.ts +3 -5
- package/dist/models/biomeInstallSchemaResponseDtoSchema.d.ts +2 -4
- package/dist/models/biomeInstallSchemaResponseDtoSchema.js +2 -4
- package/dist/models/biomeInstallSchemaResponseDtoUiSchema.d.ts +2 -4
- package/dist/models/biomeInstallSchemaResponseDtoUiSchema.js +2 -4
- package/dist/models/biomeInstallationConnectionBindingInputDto.d.ts +2 -4
- package/dist/models/biomeInstallationConnectionBindingInputDto.js +2 -4
- package/dist/models/biomeInstallationConnectionResponseDto.d.ts +2 -4
- package/dist/models/biomeInstallationConnectionResponseDto.js +2 -4
- package/dist/models/biomeInstallationDeleteResponseDto.d.ts +2 -4
- package/dist/models/biomeInstallationDeleteResponseDto.js +2 -4
- package/dist/models/biomeInstallationDeleteResponseDtoDataEnvelope.d.ts +3 -5
- package/dist/models/biomeInstallationResourceInputDto.d.ts +3 -5
- package/dist/models/biomeInstallationResourceInputDtoSelector.d.ts +2 -4
- package/dist/models/biomeInstallationResourceInputDtoSelector.js +2 -4
- package/dist/models/biomeInstallationResourceResponseDto.d.ts +3 -5
- package/dist/models/biomeInstallationResourceResponseDtoSelector.d.ts +2 -4
- package/dist/models/biomeInstallationResourceResponseDtoSelector.js +2 -4
- package/dist/models/biomeInstallationResponseDto.d.ts +8 -10
- package/dist/models/biomeInstallationResponseDtoConfigJson.d.ts +2 -4
- package/dist/models/biomeInstallationResponseDtoConfigJson.js +2 -4
- package/dist/models/biomeInstallationResponseDtoDataArrayEnvelope.d.ts +3 -5
- package/dist/models/biomeInstallationResponseDtoDataEnvelope.d.ts +3 -5
- package/dist/models/biomeInstallationResponseDtoDisabledAt.d.ts +2 -4
- package/dist/models/biomeInstallationResponseDtoDisabledAt.js +2 -4
- package/dist/models/biomeInstallationState.d.ts +2 -4
- package/dist/models/biomeInstallationState.js +2 -4
- package/dist/models/biomeInstallationsControllerCreateChain201.d.ts +3 -5
- package/dist/models/biomeLifecycle.d.ts +2 -4
- package/dist/models/biomeLifecycle.js +2 -4
- package/dist/models/biomeLifecycleTransitionResponseDto.d.ts +3 -5
- package/dist/models/biomeLifecycleTransitionResponseDtoDataEnvelope.d.ts +3 -5
- package/dist/models/biomeMcpCodeToolManifestEntryDto.d.ts +4 -6
- package/dist/models/biomeMcpCodeToolManifestEntryDtoHandlerKind.d.ts +2 -4
- package/dist/models/biomeMcpCodeToolManifestEntryDtoHandlerKind.js +2 -4
- package/dist/models/biomeMcpCodeToolManifestEntryDtoHandlerMethod.d.ts +2 -4
- package/dist/models/biomeMcpCodeToolManifestEntryDtoHandlerMethod.js +2 -4
- package/dist/models/biomeMcpToolsManifestResponseDto.d.ts +4 -6
- package/dist/models/biomeMcpToolsManifestResponseDtoDataEnvelope.d.ts +3 -5
- package/dist/models/biomeMcpWorkflowToolManifestEntryDto.d.ts +3 -5
- package/dist/models/biomeMcpWorkflowToolManifestEntryDtoMountSlot.d.ts +2 -4
- package/dist/models/biomeMcpWorkflowToolManifestEntryDtoMountSlot.js +2 -4
- package/dist/models/biomeProvidesDto.d.ts +3 -5
- package/dist/models/biomeProvidesDtoTarget.d.ts +2 -4
- package/dist/models/biomeProvidesDtoTarget.js +2 -4
- package/dist/models/biomeProvisioningScaffoldDto.d.ts +4 -6
- package/dist/models/biomeProvisioningScaffoldDtoDeclaration.d.ts +2 -4
- package/dist/models/biomeProvisioningScaffoldDtoDeclaration.js +2 -4
- package/dist/models/biomeProvisioningScaffoldDtoTemplates.d.ts +2 -4
- package/dist/models/biomeProvisioningScaffoldDtoTemplates.js +2 -4
- package/dist/models/biomeProvisioningScaffoldsResponseDto.d.ts +3 -5
- package/dist/models/biomeProvisioningScaffoldsResponseDtoDataEnvelope.d.ts +3 -5
- package/dist/models/biomeScope.d.ts +2 -4
- package/dist/models/biomeScope.js +2 -4
- package/dist/models/biomeTier.d.ts +2 -4
- package/dist/models/biomeTier.js +2 -4
- package/dist/models/breakGlassRevokeRunnerEnrollmentDto.d.ts +2 -4
- package/dist/models/breakGlassRevokeRunnerEnrollmentDto.js +2 -4
- package/dist/models/capabilityDescriptorValidationDto.d.ts +6 -8
- package/dist/models/capabilityDescriptorValidationDtoDataEnvelope.d.ts +3 -5
- package/dist/models/capabilityDescriptorValidationDtoManifest.d.ts +2 -4
- package/dist/models/capabilityDescriptorValidationDtoManifest.js +2 -4
- package/dist/models/capabilityManifestSchemaKind.d.ts +2 -4
- package/dist/models/capabilityManifestSchemaKind.js +2 -4
- package/dist/models/chainInstallBiomesDto.d.ts +3 -5
- package/dist/models/chainedInstallEntryDto.d.ts +5 -7
- package/dist/models/chainedInstallEntryDtoConfigJson.d.ts +2 -4
- package/dist/models/chainedInstallEntryDtoConfigJson.js +2 -4
- package/dist/models/contributionFileGuidanceDto.d.ts +3 -5
- package/dist/models/contributionKind.d.ts +3 -4
- package/dist/models/contributionKind.js +3 -4
- package/dist/models/contributionSyncStatus.d.ts +2 -4
- package/dist/models/contributionSyncStatus.js +2 -4
- package/dist/models/createBiomeInstallationDto.d.ts +5 -7
- package/dist/models/createBiomeInstallationDtoConfigJson.d.ts +2 -4
- package/dist/models/createBiomeInstallationDtoConfigJson.js +2 -4
- package/dist/models/createRunnerEnrollmentDto.d.ts +5 -7
- package/dist/models/createRuntimeBindingDto.d.ts +5 -7
- package/dist/models/createRuntimeBindingDtoDeniedLabels.d.ts +2 -4
- package/dist/models/createRuntimeBindingDtoDeniedLabels.js +2 -4
- package/dist/models/createRuntimeBindingDtoRequiredLabels.d.ts +2 -4
- package/dist/models/createRuntimeBindingDtoRequiredLabels.js +2 -4
- package/dist/models/credentialDeliveryKind.d.ts +2 -4
- package/dist/models/credentialDeliveryKind.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/exchangeRunnerEnrollmentChallengeDto.d.ts +2 -4
- package/dist/models/exchangeRunnerEnrollmentChallengeDto.js +2 -4
- package/dist/models/inFlightRevocationPolicy.d.ts +2 -4
- package/dist/models/inFlightRevocationPolicy.js +2 -4
- package/dist/models/index.d.ts +2 -3
- package/dist/models/index.js +2 -3
- package/dist/models/lifecycleTransitionAckDto.d.ts +2 -4
- package/dist/models/lifecycleTransitionAckDto.js +2 -4
- package/dist/models/orgBiomeEffectiveEnablementDto.d.ts +6 -8
- package/dist/models/orgBiomeEffectiveEnablementDtoDataArrayEnvelope.d.ts +3 -5
- package/dist/models/orgBiomeEffectiveEnablementDtoDataEnvelope.d.ts +3 -5
- package/dist/models/orgBiomeEnablementReason.d.ts +2 -4
- package/dist/models/orgBiomeEnablementReason.js +2 -4
- package/dist/models/orgBiomeInstallationDeleteResponseDto.d.ts +3 -5
- package/dist/models/orgBiomeInstallationDeleteResponseDtoDataEnvelope.d.ts +3 -5
- package/dist/models/orgBiomeInstallationDeleteResponseDtoWorkflowId.d.ts +2 -4
- package/dist/models/orgBiomeInstallationDeleteResponseDtoWorkflowId.js +2 -4
- package/dist/models/orgBiomeState.d.ts +2 -4
- package/dist/models/orgBiomeState.js +2 -4
- package/dist/models/orgBiomeSurfaceMode.d.ts +2 -4
- package/dist/models/orgBiomeSurfaceMode.js +2 -4
- package/dist/models/platformSettingsControllerAdd200.d.ts +2 -4
- package/dist/models/platformSettingsControllerAdd200.js +2 -4
- package/dist/models/platformSettingsControllerList200.d.ts +2 -4
- package/dist/models/platformSettingsControllerList200.js +2 -4
- package/dist/models/platformSettingsControllerRemove200.d.ts +2 -4
- package/dist/models/platformSettingsControllerRemove200.js +2 -4
- package/dist/models/platformSettingsControllerRemoveParams.d.ts +2 -4
- package/dist/models/platformSettingsControllerRemoveParams.js +2 -4
- package/dist/models/promoteBiomeInstallationDto.d.ts +3 -5
- package/dist/models/requestApprovalDto.d.ts +2 -4
- package/dist/models/requestApprovalDto.js +2 -4
- package/dist/models/resolveApprovalDto.d.ts +3 -5
- package/dist/models/resolveApprovalDtoStatus.d.ts +2 -4
- package/dist/models/resolveApprovalDtoStatus.js +2 -4
- package/dist/models/resourceManagedBy.d.ts +2 -4
- package/dist/models/resourceManagedBy.js +2 -4
- package/dist/models/rotateRunnerEnrollmentDto.d.ts +2 -4
- package/dist/models/rotateRunnerEnrollmentDto.js +2 -4
- 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/runnerEnrollmentExchangeResponseDto.d.ts +3 -5
- package/dist/models/runnerEnrollmentExchangeResponseDtoDataEnvelope.d.ts +3 -5
- package/dist/models/runnerEnrollmentManagementAction.d.ts +2 -4
- package/dist/models/runnerEnrollmentManagementAction.js +2 -4
- package/dist/models/runnerEnrollmentManagementResponseDto.d.ts +9 -11
- package/dist/models/runnerEnrollmentManagementResponseDtoDataArrayEnvelope.d.ts +3 -5
- package/dist/models/runnerEnrollmentManagementResponseDtoDataEnvelope.d.ts +3 -5
- package/dist/models/runnerEnrollmentManagementRotationResponseDto.d.ts +3 -5
- package/dist/models/runnerEnrollmentManagementRotationResponseDtoDataEnvelope.d.ts +3 -5
- 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/runnerTrustTier.d.ts +2 -4
- package/dist/models/runnerTrustTier.js +2 -4
- package/dist/models/runtimeBindingDesiredState.d.ts +2 -4
- package/dist/models/runtimeBindingDesiredState.js +2 -4
- package/dist/models/runtimeBindingManagementAction.d.ts +2 -4
- package/dist/models/runtimeBindingManagementAction.js +2 -4
- package/dist/models/runtimeBindingObservedState.d.ts +2 -4
- package/dist/models/runtimeBindingObservedState.js +2 -4
- package/dist/models/runtimeBindingResponseDto.d.ts +8 -10
- package/dist/models/runtimeBindingResponseDtoDataArrayEnvelope.d.ts +3 -5
- package/dist/models/runtimeBindingResponseDtoDataEnvelope.d.ts +3 -5
- package/dist/models/runtimeBindingResponseDtoDeniedLabels.d.ts +2 -4
- package/dist/models/runtimeBindingResponseDtoDeniedLabels.js +2 -4
- package/dist/models/runtimeBindingResponseDtoRequiredLabels.d.ts +2 -4
- package/dist/models/runtimeBindingResponseDtoRequiredLabels.js +2 -4
- package/dist/models/runtimeOperatorKind.d.ts +2 -4
- package/dist/models/runtimeOperatorKind.js +2 -4
- package/dist/models/runtimeResponseDto.d.ts +7 -9
- package/dist/models/runtimeResponseDtoDataArrayEnvelope.d.ts +3 -5
- package/dist/models/runtimeResponseDtoStatus.d.ts +2 -4
- package/dist/models/runtimeResponseDtoStatus.js +2 -4
- package/dist/models/scaffoldTemplate.d.ts +18 -0
- package/dist/models/scaffoldTemplate.js +17 -0
- package/dist/models/serverBiomeRegistrationResponseDto.d.ts +6 -8
- package/dist/models/serverBiomeRegistrationResponseDtoContributionPaths.d.ts +2 -4
- package/dist/models/serverBiomeRegistrationResponseDtoContributionPaths.js +2 -4
- package/dist/models/serverBiomeRegistrationResponseDtoDataArrayEnvelope.d.ts +3 -5
- package/dist/models/serverBiomeRegistrationResponseDtoDataEnvelope.d.ts +3 -5
- package/dist/models/serverBiomesControllerListParams.d.ts +2 -4
- package/dist/models/serverBiomesControllerListParams.js +2 -4
- package/dist/models/serviceEndpointAuth.d.ts +2 -4
- package/dist/models/serviceEndpointAuth.js +2 -4
- package/dist/models/serviceEndpointDto.d.ts +4 -6
- package/dist/models/serviceEndpointProtocol.d.ts +2 -4
- package/dist/models/serviceEndpointProtocol.js +2 -4
- package/dist/models/serviceInstanceDto.d.ts +3 -5
- package/dist/models/serviceMeshEntryDto.d.ts +3 -5
- package/dist/models/serviceMeshResponseDto.d.ts +3 -5
- package/dist/models/serviceMeshResponseDtoDataEnvelope.d.ts +3 -5
- package/dist/models/setBiomeAvailabilityDto.d.ts +3 -5
- package/dist/models/subjectKind.d.ts +2 -4
- package/dist/models/subjectKind.js +2 -4
- package/dist/models/surfaceKindValidationDto.d.ts +5 -7
- package/dist/models/surfaceKindValidationDtoDataEnvelope.d.ts +3 -5
- package/dist/models/surfaceKindValidationDtoManifest.d.ts +2 -4
- package/dist/models/surfaceKindValidationDtoManifest.js +2 -4
- package/dist/models/updateBiomeInstallationResourcesDto.d.ts +3 -5
- package/dist/models/updateOrgBiomeEnablementDto.d.ts +4 -6
- package/dist/models/updateOrgBiomeInstallationDto.d.ts +5 -7
- package/dist/models/updateOrgBiomeInstallationDtoConfigJson.d.ts +2 -4
- package/dist/models/updateOrgBiomeInstallationDtoConfigJson.js +2 -4
- package/dist/models/updateRuntimeBindingDto.d.ts +5 -7
- package/dist/models/updateRuntimeBindingDtoDeniedLabels.d.ts +2 -4
- package/dist/models/updateRuntimeBindingDtoDeniedLabels.js +2 -4
- package/dist/models/updateRuntimeBindingDtoRequiredLabels.d.ts +2 -4
- package/dist/models/updateRuntimeBindingDtoRequiredLabels.js +2 -4
- package/dist/models/validateCapabilityDescriptorDto.d.ts +3 -5
- package/dist/models/validateCapabilityDescriptorDtoManifest.d.ts +2 -4
- package/dist/models/validateCapabilityDescriptorDtoManifest.js +2 -4
- package/dist/models/validateSurfaceKindDto.d.ts +3 -5
- package/dist/models/validateSurfaceKindDtoManifest.d.ts +2 -4
- package/dist/models/validateSurfaceKindDtoManifest.js +2 -4
- package/dist/models/webBiomeDisplayDto.d.ts +2 -4
- package/dist/models/webBiomeDisplayDto.js +2 -4
- package/dist/models/webBiomeLoaderDto.d.ts +6 -8
- package/dist/models/webBiomeLoaderKind.d.ts +2 -4
- package/dist/models/webBiomeLoaderKind.js +2 -4
- package/dist/models/webBiomeProvenanceDto.d.ts +4 -6
- package/dist/models/webBiomeProvenanceVerdict.d.ts +2 -4
- package/dist/models/webBiomeProvenanceVerdict.js +2 -4
- package/dist/models/webBiomeRegistrationResponseDto.d.ts +7 -9
- package/dist/models/webBiomeRegistrationResponseDtoDataArrayEnvelope.d.ts +3 -5
- package/dist/models/webBiomeRegistrationResponseDtoDataEnvelope.d.ts +3 -5
- package/dist/models/webBiomeSignatureVerdict.d.ts +2 -4
- package/dist/models/webBiomeSignatureVerdict.js +2 -4
- package/dist/models/webBiomesControllerListParams.d.ts +3 -5
- package/dist/models/webBiomesControllerListParams.js +2 -4
- package/package.json +3 -3
- package/dist/models/authoredBiomeBundleDto.d.ts +0 -19
- package/dist/models/authoredBiomeBundleDto.js +0 -2
- package/dist/models/biomeKind.d.ts +0 -17
- package/dist/models/biomeKind.js +0 -16
- package/dist/models/biomeTarget.d.ts +0 -15
- package/dist/models/biomeTarget.js +0 -14
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,23 +1,21 @@
|
|
|
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 { AuthorBiomeBundleDto, AuthorBiomeBundleResponseDtoDataEnvelope, CapabilityDescriptorValidationDtoDataEnvelope, SurfaceKindValidationDtoDataEnvelope, ValidateCapabilityDescriptorDto, ValidateSurfaceKindDto } from '../../models';
|
|
7
|
+
export declare const getBiomeBundleAuthoringControllerAuthorUrl: () => string;
|
|
9
8
|
/**
|
|
10
9
|
* @summary Generate a complete, schema-valid biome bundle (path → content) from a declaration. Writes nothing server-side.
|
|
11
10
|
*/
|
|
12
|
-
export declare const getBiomeBundleAuthoringControllerAuthorUrl: () => string;
|
|
13
11
|
export declare const biomeBundleAuthoringControllerAuthor: (authorBiomeBundleDto: AuthorBiomeBundleDto, options?: RequestInit) => Promise<AuthorBiomeBundleResponseDtoDataEnvelope>;
|
|
12
|
+
export declare const getCapabilityDescriptorAuthoringControllerValidateUrl: () => string;
|
|
14
13
|
/**
|
|
15
14
|
* @summary Validate a candidate capability contribution manifest against the kernel schema and return the normalized manifest or field-path-level issues.
|
|
16
15
|
*/
|
|
17
|
-
export declare const getCapabilityDescriptorAuthoringControllerValidateUrl: () => string;
|
|
18
16
|
export declare const capabilityDescriptorAuthoringControllerValidate: (validateCapabilityDescriptorDto: ValidateCapabilityDescriptorDto, options?: RequestInit) => Promise<CapabilityDescriptorValidationDtoDataEnvelope>;
|
|
17
|
+
export declare const getSurfaceKindAuthoringControllerValidateUrl: () => string;
|
|
19
18
|
/**
|
|
20
19
|
* @summary Validate a candidate surface-kind contribution manifest (enforcing the reserved first-party SurfaceKind set) and return the normalized manifest plus how a biome ships it.
|
|
21
20
|
*/
|
|
22
|
-
export declare const getSurfaceKindAuthoringControllerValidateUrl: () => string;
|
|
23
21
|
export declare const surfaceKindAuthoringControllerValidate: (validateSurfaceKindDto: ValidateSurfaceKindDto, options?: RequestInit) => Promise<SurfaceKindValidationDtoDataEnvelope>;
|
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.surfaceKindAuthoringControllerValidate = exports.getSurfaceKindAuthoringControllerValidateUrl = exports.capabilityDescriptorAuthoringControllerValidate = exports.getCapabilityDescriptorAuthoringControllerValidateUrl = exports.biomeBundleAuthoringControllerAuthor = exports.getBiomeBundleAuthoringControllerAuthorUrl = void 0;
|
|
4
4
|
const custom_fetch_1 = require("../../custom-fetch");
|
|
5
|
-
/**
|
|
6
|
-
* @summary Generate a complete, schema-valid biome bundle (path → content) from a declaration. Writes nothing server-side.
|
|
7
|
-
*/
|
|
8
5
|
const getBiomeBundleAuthoringControllerAuthorUrl = () => {
|
|
9
6
|
return `/authoring/biome-bundle`;
|
|
10
7
|
};
|
|
11
8
|
exports.getBiomeBundleAuthoringControllerAuthorUrl = getBiomeBundleAuthoringControllerAuthorUrl;
|
|
9
|
+
/**
|
|
10
|
+
* @summary Generate a complete, schema-valid biome bundle (path → content) from a declaration. Writes nothing server-side.
|
|
11
|
+
*/
|
|
12
12
|
const biomeBundleAuthoringControllerAuthor = async (authorBiomeBundleDto, options) => {
|
|
13
13
|
return (0, custom_fetch_1.customFetch)((0, exports.getBiomeBundleAuthoringControllerAuthorUrl)(), {
|
|
14
14
|
...options,
|
|
@@ -18,13 +18,13 @@ const biomeBundleAuthoringControllerAuthor = async (authorBiomeBundleDto, option
|
|
|
18
18
|
});
|
|
19
19
|
};
|
|
20
20
|
exports.biomeBundleAuthoringControllerAuthor = biomeBundleAuthoringControllerAuthor;
|
|
21
|
-
/**
|
|
22
|
-
* @summary Validate a candidate capability contribution manifest against the kernel schema and return the normalized manifest or field-path-level issues.
|
|
23
|
-
*/
|
|
24
21
|
const getCapabilityDescriptorAuthoringControllerValidateUrl = () => {
|
|
25
22
|
return `/authoring/capability-descriptor/validation`;
|
|
26
23
|
};
|
|
27
24
|
exports.getCapabilityDescriptorAuthoringControllerValidateUrl = getCapabilityDescriptorAuthoringControllerValidateUrl;
|
|
25
|
+
/**
|
|
26
|
+
* @summary Validate a candidate capability contribution manifest against the kernel schema and return the normalized manifest or field-path-level issues.
|
|
27
|
+
*/
|
|
28
28
|
const capabilityDescriptorAuthoringControllerValidate = async (validateCapabilityDescriptorDto, options) => {
|
|
29
29
|
return (0, custom_fetch_1.customFetch)((0, exports.getCapabilityDescriptorAuthoringControllerValidateUrl)(), {
|
|
30
30
|
...options,
|
|
@@ -34,13 +34,13 @@ const capabilityDescriptorAuthoringControllerValidate = async (validateCapabilit
|
|
|
34
34
|
});
|
|
35
35
|
};
|
|
36
36
|
exports.capabilityDescriptorAuthoringControllerValidate = capabilityDescriptorAuthoringControllerValidate;
|
|
37
|
-
/**
|
|
38
|
-
* @summary Validate a candidate surface-kind contribution manifest (enforcing the reserved first-party SurfaceKind set) and return the normalized manifest plus how a biome ships it.
|
|
39
|
-
*/
|
|
40
37
|
const getSurfaceKindAuthoringControllerValidateUrl = () => {
|
|
41
38
|
return `/authoring/surface-kind/validation`;
|
|
42
39
|
};
|
|
43
40
|
exports.getSurfaceKindAuthoringControllerValidateUrl = getSurfaceKindAuthoringControllerValidateUrl;
|
|
41
|
+
/**
|
|
42
|
+
* @summary Validate a candidate surface-kind contribution manifest (enforcing the reserved first-party SurfaceKind set) and return the normalized manifest plus how a biome ships it.
|
|
43
|
+
*/
|
|
44
44
|
const surfaceKindAuthoringControllerValidate = async (validateSurfaceKindDto, options) => {
|
|
45
45
|
return (0, custom_fetch_1.customFetch)((0, exports.getSurfaceKindAuthoringControllerValidateUrl)(), {
|
|
46
46
|
...options,
|
|
@@ -1,23 +1,21 @@
|
|
|
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 { BiomeApprovalResponseDtoDataArrayEnvelope, BiomeApprovalResponseDtoDataEnvelope, RequestApprovalDto, ResolveApprovalDto } from '../../models';
|
|
7
|
+
export declare const getBiomeApprovalsControllerRequestUrl: (biomeId: string, installationId: string) => string;
|
|
9
8
|
/**
|
|
10
9
|
* @summary Request an approval for a lifecycle transition on a biome installation.
|
|
11
10
|
*/
|
|
12
|
-
export declare const getBiomeApprovalsControllerRequestUrl: (biomeId: string, installationId: string) => string;
|
|
13
11
|
export declare const biomeApprovalsControllerRequest: (biomeId: string, installationId: string, requestApprovalDto: RequestApprovalDto, options?: RequestInit) => Promise<BiomeApprovalResponseDtoDataEnvelope>;
|
|
12
|
+
export declare const getBiomeApprovalsControllerListPendingUrl: (biomeId: string, installationId: string) => string;
|
|
14
13
|
/**
|
|
15
14
|
* @summary List pending approvals for a biome installation.
|
|
16
15
|
*/
|
|
17
|
-
export declare const getBiomeApprovalsControllerListPendingUrl: (biomeId: string, installationId: string) => string;
|
|
18
16
|
export declare const biomeApprovalsControllerListPending: (biomeId: string, installationId: string, options?: RequestInit) => Promise<BiomeApprovalResponseDtoDataArrayEnvelope>;
|
|
17
|
+
export declare const getBiomeApprovalsControllerResolveUrl: (biomeId: string, installationId: string, approvalId: string) => string;
|
|
19
18
|
/**
|
|
20
19
|
* @summary Approve or reject a pending approval request.
|
|
21
20
|
*/
|
|
22
|
-
export declare const getBiomeApprovalsControllerResolveUrl: (biomeId: string, installationId: string, approvalId: string) => string;
|
|
23
21
|
export declare const biomeApprovalsControllerResolve: (biomeId: string, installationId: string, approvalId: string, resolveApprovalDto: ResolveApprovalDto, options?: RequestInit) => Promise<BiomeApprovalResponseDtoDataEnvelope>;
|
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.biomeApprovalsControllerResolve = exports.getBiomeApprovalsControllerResolveUrl = exports.biomeApprovalsControllerListPending = exports.getBiomeApprovalsControllerListPendingUrl = exports.biomeApprovalsControllerRequest = exports.getBiomeApprovalsControllerRequestUrl = void 0;
|
|
4
4
|
const custom_fetch_1 = require("../../custom-fetch");
|
|
5
|
-
/**
|
|
6
|
-
* @summary Request an approval for a lifecycle transition on a biome installation.
|
|
7
|
-
*/
|
|
8
5
|
const getBiomeApprovalsControllerRequestUrl = (biomeId, installationId) => {
|
|
9
6
|
return `/platform/biomes/${biomeId}/installations/${installationId}/approvals`;
|
|
10
7
|
};
|
|
11
8
|
exports.getBiomeApprovalsControllerRequestUrl = getBiomeApprovalsControllerRequestUrl;
|
|
9
|
+
/**
|
|
10
|
+
* @summary Request an approval for a lifecycle transition on a biome installation.
|
|
11
|
+
*/
|
|
12
12
|
const biomeApprovalsControllerRequest = async (biomeId, installationId, requestApprovalDto, options) => {
|
|
13
13
|
return (0, custom_fetch_1.customFetch)((0, exports.getBiomeApprovalsControllerRequestUrl)(biomeId, installationId), {
|
|
14
14
|
...options,
|
|
@@ -18,13 +18,13 @@ const biomeApprovalsControllerRequest = async (biomeId, installationId, requestA
|
|
|
18
18
|
});
|
|
19
19
|
};
|
|
20
20
|
exports.biomeApprovalsControllerRequest = biomeApprovalsControllerRequest;
|
|
21
|
-
/**
|
|
22
|
-
* @summary List pending approvals for a biome installation.
|
|
23
|
-
*/
|
|
24
21
|
const getBiomeApprovalsControllerListPendingUrl = (biomeId, installationId) => {
|
|
25
22
|
return `/platform/biomes/${biomeId}/installations/${installationId}/approvals`;
|
|
26
23
|
};
|
|
27
24
|
exports.getBiomeApprovalsControllerListPendingUrl = getBiomeApprovalsControllerListPendingUrl;
|
|
25
|
+
/**
|
|
26
|
+
* @summary List pending approvals for a biome installation.
|
|
27
|
+
*/
|
|
28
28
|
const biomeApprovalsControllerListPending = async (biomeId, installationId, options) => {
|
|
29
29
|
return (0, custom_fetch_1.customFetch)((0, exports.getBiomeApprovalsControllerListPendingUrl)(biomeId, installationId), {
|
|
30
30
|
...options,
|
|
@@ -32,13 +32,13 @@ const biomeApprovalsControllerListPending = async (biomeId, installationId, opti
|
|
|
32
32
|
});
|
|
33
33
|
};
|
|
34
34
|
exports.biomeApprovalsControllerListPending = biomeApprovalsControllerListPending;
|
|
35
|
-
/**
|
|
36
|
-
* @summary Approve or reject a pending approval request.
|
|
37
|
-
*/
|
|
38
35
|
const getBiomeApprovalsControllerResolveUrl = (biomeId, installationId, approvalId) => {
|
|
39
36
|
return `/platform/biomes/${biomeId}/installations/${installationId}/approvals/${approvalId}`;
|
|
40
37
|
};
|
|
41
38
|
exports.getBiomeApprovalsControllerResolveUrl = getBiomeApprovalsControllerResolveUrl;
|
|
39
|
+
/**
|
|
40
|
+
* @summary Approve or reject a pending approval request.
|
|
41
|
+
*/
|
|
42
42
|
const biomeApprovalsControllerResolve = async (biomeId, installationId, approvalId, resolveApprovalDto, options) => {
|
|
43
43
|
return (0, custom_fetch_1.customFetch)((0, exports.getBiomeApprovalsControllerResolveUrl)(biomeId, installationId, approvalId), {
|
|
44
44
|
...options,
|
|
@@ -1,68 +1,66 @@
|
|
|
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 { BiomeInstallationDeleteResponseDtoDataEnvelope, BiomeInstallationResponseDtoDataArrayEnvelope, BiomeInstallationResponseDtoDataEnvelope, BiomeInstallationsControllerCreateChain201, BiomeLifecycleTransitionResponseDtoDataEnvelope, BiomeMcpToolsManifestResponseDtoDataEnvelope, ChainInstallBiomesDto, CreateBiomeInstallationDto, LifecycleTransitionAckDto, PromoteBiomeInstallationDto, UpdateBiomeInstallationResourcesDto } from '../../models';
|
|
7
|
+
export declare const getBiomeInstallationsControllerCreateUrl: (projectId: string) => string;
|
|
9
8
|
/**
|
|
10
9
|
* @summary Install a biome on this project with initial bindings + selectors
|
|
11
10
|
*/
|
|
12
|
-
export declare const getBiomeInstallationsControllerCreateUrl: (projectId: string) => string;
|
|
13
11
|
export declare const biomeInstallationsControllerCreate: (projectId: string, createBiomeInstallationDto: CreateBiomeInstallationDto, options?: RequestInit) => Promise<BiomeInstallationResponseDtoDataEnvelope>;
|
|
12
|
+
export declare const getBiomeInstallationsControllerListUrl: (projectId: string) => string;
|
|
14
13
|
/**
|
|
15
14
|
* @summary List biome installations for this project
|
|
16
15
|
*/
|
|
17
|
-
export declare const getBiomeInstallationsControllerListUrl: (projectId: string) => string;
|
|
18
16
|
export declare const biomeInstallationsControllerList: (projectId: string, options?: RequestInit) => Promise<BiomeInstallationResponseDtoDataArrayEnvelope>;
|
|
17
|
+
export declare const getBiomeInstallationsControllerCreateChainUrl: (projectId: string) => string;
|
|
19
18
|
/**
|
|
20
19
|
* @summary Transactionally install a chain of biomes (target plus its dependency closure). The wizard uses this when the user-clicked biome has unresolved `xema.dependencies` — all entries install in a single Prisma transaction, or none do.
|
|
21
20
|
*/
|
|
22
|
-
export declare const getBiomeInstallationsControllerCreateChainUrl: (projectId: string) => string;
|
|
23
21
|
export declare const biomeInstallationsControllerCreateChain: (projectId: string, chainInstallBiomesDto: ChainInstallBiomesDto, options?: RequestInit) => Promise<BiomeInstallationsControllerCreateChain201>;
|
|
22
|
+
export declare const getBiomeInstallationsControllerGetUrl: (projectId: string, id: string) => string;
|
|
24
23
|
/**
|
|
25
24
|
* @summary Get a single biome installation
|
|
26
25
|
*/
|
|
27
|
-
export declare const getBiomeInstallationsControllerGetUrl: (projectId: string, id: string) => string;
|
|
28
26
|
export declare const biomeInstallationsControllerGet: (projectId: string, id: string, options?: RequestInit) => Promise<BiomeInstallationResponseDtoDataEnvelope>;
|
|
27
|
+
export declare const getBiomeInstallationsControllerRemoveUrl: (projectId: string, id: string) => string;
|
|
29
28
|
/**
|
|
30
29
|
* @summary Hard-delete a biome installation. Tears down the sidecar workload, deletes the row, then starts `uninstallBiomeCascadeWorkflow` which fans cleanup out to every downstream service that owns biome-scoped rows (webapp-studio, workflow-engine, deliverable-specs, biome-storage, mcp-gateway). The response carries the `workflowId` — clients poll the workflow for the terminal outcome (`clean` | `dirty`). Use `disable` instead when you want a temporary, reversible teardown.
|
|
31
30
|
*/
|
|
32
|
-
export declare const getBiomeInstallationsControllerRemoveUrl: (projectId: string, id: string) => string;
|
|
33
31
|
export declare const biomeInstallationsControllerRemove: (projectId: string, id: string, options?: RequestInit) => Promise<BiomeInstallationDeleteResponseDtoDataEnvelope>;
|
|
32
|
+
export declare const getBiomeInstallationsControllerGetMcpToolsManifestUrl: (projectId: string, id: string) => string;
|
|
34
33
|
/**
|
|
35
34
|
* @summary Manifest-derived projection of MCP tools the biome ships. Workflow tools come from `xema.mcpWorkflowTools[]`; code tools from `xema.mcpTools[]`. Surfaces both kinds for the unified ToolSelectionPicker without per-kind fan-out.
|
|
36
35
|
*/
|
|
37
|
-
export declare const getBiomeInstallationsControllerGetMcpToolsManifestUrl: (projectId: string, id: string) => string;
|
|
38
36
|
export declare const biomeInstallationsControllerGetMcpToolsManifest: (projectId: string, id: string, options?: RequestInit) => Promise<BiomeMcpToolsManifestResponseDtoDataEnvelope>;
|
|
37
|
+
export declare const getBiomeInstallationsControllerUpdateResourcesUrl: (projectId: string, id: string) => string;
|
|
39
38
|
/**
|
|
40
39
|
* @summary Replace the per-adapter resource selector slices on an installation
|
|
41
40
|
*/
|
|
42
|
-
export declare const getBiomeInstallationsControllerUpdateResourcesUrl: (projectId: string, id: string) => string;
|
|
43
41
|
export declare const biomeInstallationsControllerUpdateResources: (projectId: string, id: string, updateBiomeInstallationResourcesDto: UpdateBiomeInstallationResourcesDto, options?: RequestInit) => Promise<BiomeInstallationResponseDtoDataEnvelope>;
|
|
42
|
+
export declare const getBiomeInstallationsControllerDisableUrl: (projectId: string, id: string) => string;
|
|
44
43
|
/**
|
|
45
44
|
* @summary Disable a biome installation without deleting its configuration
|
|
46
45
|
*/
|
|
47
|
-
export declare const getBiomeInstallationsControllerDisableUrl: (projectId: string, id: string) => string;
|
|
48
46
|
export declare const biomeInstallationsControllerDisable: (projectId: string, id: string, options?: RequestInit) => Promise<BiomeInstallationResponseDtoDataEnvelope>;
|
|
47
|
+
export declare const getBiomeLifecycleControllerPromoteUrl: (projectId: string, id: string) => string;
|
|
49
48
|
/**
|
|
50
49
|
* @summary Promote a biome installation across the lifecycle graph (draft → sandbox-installed → review-required → org-installed, or store-approved → org-installed). Guarded by `biome:promote@1` at xema-capability-router. Promote-out-of-sandbox additionally requires an acknowledged approval id.
|
|
51
50
|
*/
|
|
52
|
-
export declare const getBiomeLifecycleControllerPromoteUrl: (projectId: string, id: string) => string;
|
|
53
51
|
export declare const biomeLifecycleControllerPromote: (projectId: string, id: string, promoteBiomeInstallationDto: PromoteBiomeInstallationDto, options?: RequestInit) => Promise<BiomeLifecycleTransitionResponseDtoDataEnvelope>;
|
|
52
|
+
export declare const getBiomeLifecycleControllerSubmitToStoreUrl: (projectId: string, id: string) => string;
|
|
54
53
|
/**
|
|
55
54
|
* @summary Submit an org-installed biome to the Xema Store. Guarded by `biome:submit-to-store@1`. Transitions org-installed → store-submitted.
|
|
56
55
|
*/
|
|
57
|
-
export declare const getBiomeLifecycleControllerSubmitToStoreUrl: (projectId: string, id: string) => string;
|
|
58
56
|
export declare const biomeLifecycleControllerSubmitToStore: (projectId: string, id: string, lifecycleTransitionAckDto: LifecycleTransitionAckDto, options?: RequestInit) => Promise<BiomeLifecycleTransitionResponseDtoDataEnvelope>;
|
|
57
|
+
export declare const getBiomeLifecycleControllerApproveInStoreUrl: (projectId: string, id: string) => string;
|
|
59
58
|
/**
|
|
60
59
|
* @summary Approve a submitted biome in the Xema Store. Guarded by `biome:approve-in-store@1`. Transitions store-submitted → store-approved.
|
|
61
60
|
*/
|
|
62
|
-
export declare const getBiomeLifecycleControllerApproveInStoreUrl: (projectId: string, id: string) => string;
|
|
63
61
|
export declare const biomeLifecycleControllerApproveInStore: (projectId: string, id: string, lifecycleTransitionAckDto: LifecycleTransitionAckDto, options?: RequestInit) => Promise<BiomeLifecycleTransitionResponseDtoDataEnvelope>;
|
|
62
|
+
export declare const getBiomeLifecycleControllerArchiveUrl: (projectId: string, id: string) => string;
|
|
64
63
|
/**
|
|
65
64
|
* @summary Archive a biome installation from any non-archived state. Guarded by `biome:archive@1`. Terminal — archived rows are never resolved.
|
|
66
65
|
*/
|
|
67
|
-
export declare const getBiomeLifecycleControllerArchiveUrl: (projectId: string, id: string) => string;
|
|
68
66
|
export declare const biomeLifecycleControllerArchive: (projectId: string, id: string, lifecycleTransitionAckDto: LifecycleTransitionAckDto, options?: RequestInit) => Promise<BiomeLifecycleTransitionResponseDtoDataEnvelope>;
|
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.biomeLifecycleControllerArchive = exports.getBiomeLifecycleControllerArchiveUrl = exports.biomeLifecycleControllerApproveInStore = exports.getBiomeLifecycleControllerApproveInStoreUrl = exports.biomeLifecycleControllerSubmitToStore = exports.getBiomeLifecycleControllerSubmitToStoreUrl = exports.biomeLifecycleControllerPromote = exports.getBiomeLifecycleControllerPromoteUrl = exports.biomeInstallationsControllerDisable = exports.getBiomeInstallationsControllerDisableUrl = exports.biomeInstallationsControllerUpdateResources = exports.getBiomeInstallationsControllerUpdateResourcesUrl = exports.biomeInstallationsControllerGetMcpToolsManifest = exports.getBiomeInstallationsControllerGetMcpToolsManifestUrl = exports.biomeInstallationsControllerRemove = exports.getBiomeInstallationsControllerRemoveUrl = exports.biomeInstallationsControllerGet = exports.getBiomeInstallationsControllerGetUrl = exports.biomeInstallationsControllerCreateChain = exports.getBiomeInstallationsControllerCreateChainUrl = exports.biomeInstallationsControllerList = exports.getBiomeInstallationsControllerListUrl = exports.biomeInstallationsControllerCreate = exports.getBiomeInstallationsControllerCreateUrl = void 0;
|
|
4
4
|
const custom_fetch_1 = require("../../custom-fetch");
|
|
5
|
-
/**
|
|
6
|
-
* @summary Install a biome on this project with initial bindings + selectors
|
|
7
|
-
*/
|
|
8
5
|
const getBiomeInstallationsControllerCreateUrl = (projectId) => {
|
|
9
6
|
return `/projects/${projectId}/biome-installations`;
|
|
10
7
|
};
|
|
11
8
|
exports.getBiomeInstallationsControllerCreateUrl = getBiomeInstallationsControllerCreateUrl;
|
|
9
|
+
/**
|
|
10
|
+
* @summary Install a biome on this project with initial bindings + selectors
|
|
11
|
+
*/
|
|
12
12
|
const biomeInstallationsControllerCreate = async (projectId, createBiomeInstallationDto, options) => {
|
|
13
13
|
return (0, custom_fetch_1.customFetch)((0, exports.getBiomeInstallationsControllerCreateUrl)(projectId), {
|
|
14
14
|
...options,
|
|
@@ -18,13 +18,13 @@ const biomeInstallationsControllerCreate = async (projectId, createBiomeInstalla
|
|
|
18
18
|
});
|
|
19
19
|
};
|
|
20
20
|
exports.biomeInstallationsControllerCreate = biomeInstallationsControllerCreate;
|
|
21
|
-
/**
|
|
22
|
-
* @summary List biome installations for this project
|
|
23
|
-
*/
|
|
24
21
|
const getBiomeInstallationsControllerListUrl = (projectId) => {
|
|
25
22
|
return `/projects/${projectId}/biome-installations`;
|
|
26
23
|
};
|
|
27
24
|
exports.getBiomeInstallationsControllerListUrl = getBiomeInstallationsControllerListUrl;
|
|
25
|
+
/**
|
|
26
|
+
* @summary List biome installations for this project
|
|
27
|
+
*/
|
|
28
28
|
const biomeInstallationsControllerList = async (projectId, options) => {
|
|
29
29
|
return (0, custom_fetch_1.customFetch)((0, exports.getBiomeInstallationsControllerListUrl)(projectId), {
|
|
30
30
|
...options,
|
|
@@ -32,13 +32,13 @@ const biomeInstallationsControllerList = async (projectId, options) => {
|
|
|
32
32
|
});
|
|
33
33
|
};
|
|
34
34
|
exports.biomeInstallationsControllerList = biomeInstallationsControllerList;
|
|
35
|
-
/**
|
|
36
|
-
* @summary Transactionally install a chain of biomes (target plus its dependency closure). The wizard uses this when the user-clicked biome has unresolved `xema.dependencies` — all entries install in a single Prisma transaction, or none do.
|
|
37
|
-
*/
|
|
38
35
|
const getBiomeInstallationsControllerCreateChainUrl = (projectId) => {
|
|
39
36
|
return `/projects/${projectId}/biome-installations/chain`;
|
|
40
37
|
};
|
|
41
38
|
exports.getBiomeInstallationsControllerCreateChainUrl = getBiomeInstallationsControllerCreateChainUrl;
|
|
39
|
+
/**
|
|
40
|
+
* @summary Transactionally install a chain of biomes (target plus its dependency closure). The wizard uses this when the user-clicked biome has unresolved `xema.dependencies` — all entries install in a single Prisma transaction, or none do.
|
|
41
|
+
*/
|
|
42
42
|
const biomeInstallationsControllerCreateChain = async (projectId, chainInstallBiomesDto, options) => {
|
|
43
43
|
return (0, custom_fetch_1.customFetch)((0, exports.getBiomeInstallationsControllerCreateChainUrl)(projectId), {
|
|
44
44
|
...options,
|
|
@@ -48,13 +48,13 @@ const biomeInstallationsControllerCreateChain = async (projectId, chainInstallBi
|
|
|
48
48
|
});
|
|
49
49
|
};
|
|
50
50
|
exports.biomeInstallationsControllerCreateChain = biomeInstallationsControllerCreateChain;
|
|
51
|
-
/**
|
|
52
|
-
* @summary Get a single biome installation
|
|
53
|
-
*/
|
|
54
51
|
const getBiomeInstallationsControllerGetUrl = (projectId, id) => {
|
|
55
52
|
return `/projects/${projectId}/biome-installations/${id}`;
|
|
56
53
|
};
|
|
57
54
|
exports.getBiomeInstallationsControllerGetUrl = getBiomeInstallationsControllerGetUrl;
|
|
55
|
+
/**
|
|
56
|
+
* @summary Get a single biome installation
|
|
57
|
+
*/
|
|
58
58
|
const biomeInstallationsControllerGet = async (projectId, id, options) => {
|
|
59
59
|
return (0, custom_fetch_1.customFetch)((0, exports.getBiomeInstallationsControllerGetUrl)(projectId, id), {
|
|
60
60
|
...options,
|
|
@@ -62,13 +62,13 @@ const biomeInstallationsControllerGet = async (projectId, id, options) => {
|
|
|
62
62
|
});
|
|
63
63
|
};
|
|
64
64
|
exports.biomeInstallationsControllerGet = biomeInstallationsControllerGet;
|
|
65
|
-
/**
|
|
66
|
-
* @summary Hard-delete a biome installation. Tears down the sidecar workload, deletes the row, then starts `uninstallBiomeCascadeWorkflow` which fans cleanup out to every downstream service that owns biome-scoped rows (webapp-studio, workflow-engine, deliverable-specs, biome-storage, mcp-gateway). The response carries the `workflowId` — clients poll the workflow for the terminal outcome (`clean` | `dirty`). Use `disable` instead when you want a temporary, reversible teardown.
|
|
67
|
-
*/
|
|
68
65
|
const getBiomeInstallationsControllerRemoveUrl = (projectId, id) => {
|
|
69
66
|
return `/projects/${projectId}/biome-installations/${id}`;
|
|
70
67
|
};
|
|
71
68
|
exports.getBiomeInstallationsControllerRemoveUrl = getBiomeInstallationsControllerRemoveUrl;
|
|
69
|
+
/**
|
|
70
|
+
* @summary Hard-delete a biome installation. Tears down the sidecar workload, deletes the row, then starts `uninstallBiomeCascadeWorkflow` which fans cleanup out to every downstream service that owns biome-scoped rows (webapp-studio, workflow-engine, deliverable-specs, biome-storage, mcp-gateway). The response carries the `workflowId` — clients poll the workflow for the terminal outcome (`clean` | `dirty`). Use `disable` instead when you want a temporary, reversible teardown.
|
|
71
|
+
*/
|
|
72
72
|
const biomeInstallationsControllerRemove = async (projectId, id, options) => {
|
|
73
73
|
return (0, custom_fetch_1.customFetch)((0, exports.getBiomeInstallationsControllerRemoveUrl)(projectId, id), {
|
|
74
74
|
...options,
|
|
@@ -76,13 +76,13 @@ const biomeInstallationsControllerRemove = async (projectId, id, options) => {
|
|
|
76
76
|
});
|
|
77
77
|
};
|
|
78
78
|
exports.biomeInstallationsControllerRemove = biomeInstallationsControllerRemove;
|
|
79
|
-
/**
|
|
80
|
-
* @summary Manifest-derived projection of MCP tools the biome ships. Workflow tools come from `xema.mcpWorkflowTools[]`; code tools from `xema.mcpTools[]`. Surfaces both kinds for the unified ToolSelectionPicker without per-kind fan-out.
|
|
81
|
-
*/
|
|
82
79
|
const getBiomeInstallationsControllerGetMcpToolsManifestUrl = (projectId, id) => {
|
|
83
80
|
return `/projects/${projectId}/biome-installations/${id}/mcp-tools-manifest`;
|
|
84
81
|
};
|
|
85
82
|
exports.getBiomeInstallationsControllerGetMcpToolsManifestUrl = getBiomeInstallationsControllerGetMcpToolsManifestUrl;
|
|
83
|
+
/**
|
|
84
|
+
* @summary Manifest-derived projection of MCP tools the biome ships. Workflow tools come from `xema.mcpWorkflowTools[]`; code tools from `xema.mcpTools[]`. Surfaces both kinds for the unified ToolSelectionPicker without per-kind fan-out.
|
|
85
|
+
*/
|
|
86
86
|
const biomeInstallationsControllerGetMcpToolsManifest = async (projectId, id, options) => {
|
|
87
87
|
return (0, custom_fetch_1.customFetch)((0, exports.getBiomeInstallationsControllerGetMcpToolsManifestUrl)(projectId, id), {
|
|
88
88
|
...options,
|
|
@@ -90,13 +90,13 @@ const biomeInstallationsControllerGetMcpToolsManifest = async (projectId, id, op
|
|
|
90
90
|
});
|
|
91
91
|
};
|
|
92
92
|
exports.biomeInstallationsControllerGetMcpToolsManifest = biomeInstallationsControllerGetMcpToolsManifest;
|
|
93
|
-
/**
|
|
94
|
-
* @summary Replace the per-adapter resource selector slices on an installation
|
|
95
|
-
*/
|
|
96
93
|
const getBiomeInstallationsControllerUpdateResourcesUrl = (projectId, id) => {
|
|
97
94
|
return `/projects/${projectId}/biome-installations/${id}/resources`;
|
|
98
95
|
};
|
|
99
96
|
exports.getBiomeInstallationsControllerUpdateResourcesUrl = getBiomeInstallationsControllerUpdateResourcesUrl;
|
|
97
|
+
/**
|
|
98
|
+
* @summary Replace the per-adapter resource selector slices on an installation
|
|
99
|
+
*/
|
|
100
100
|
const biomeInstallationsControllerUpdateResources = async (projectId, id, updateBiomeInstallationResourcesDto, options) => {
|
|
101
101
|
return (0, custom_fetch_1.customFetch)((0, exports.getBiomeInstallationsControllerUpdateResourcesUrl)(projectId, id), {
|
|
102
102
|
...options,
|
|
@@ -106,13 +106,13 @@ const biomeInstallationsControllerUpdateResources = async (projectId, id, update
|
|
|
106
106
|
});
|
|
107
107
|
};
|
|
108
108
|
exports.biomeInstallationsControllerUpdateResources = biomeInstallationsControllerUpdateResources;
|
|
109
|
-
/**
|
|
110
|
-
* @summary Disable a biome installation without deleting its configuration
|
|
111
|
-
*/
|
|
112
109
|
const getBiomeInstallationsControllerDisableUrl = (projectId, id) => {
|
|
113
110
|
return `/projects/${projectId}/biome-installations/${id}/disable`;
|
|
114
111
|
};
|
|
115
112
|
exports.getBiomeInstallationsControllerDisableUrl = getBiomeInstallationsControllerDisableUrl;
|
|
113
|
+
/**
|
|
114
|
+
* @summary Disable a biome installation without deleting its configuration
|
|
115
|
+
*/
|
|
116
116
|
const biomeInstallationsControllerDisable = async (projectId, id, options) => {
|
|
117
117
|
return (0, custom_fetch_1.customFetch)((0, exports.getBiomeInstallationsControllerDisableUrl)(projectId, id), {
|
|
118
118
|
...options,
|
|
@@ -120,13 +120,13 @@ const biomeInstallationsControllerDisable = async (projectId, id, options) => {
|
|
|
120
120
|
});
|
|
121
121
|
};
|
|
122
122
|
exports.biomeInstallationsControllerDisable = biomeInstallationsControllerDisable;
|
|
123
|
-
/**
|
|
124
|
-
* @summary Promote a biome installation across the lifecycle graph (draft → sandbox-installed → review-required → org-installed, or store-approved → org-installed). Guarded by `biome:promote@1` at xema-capability-router. Promote-out-of-sandbox additionally requires an acknowledged approval id.
|
|
125
|
-
*/
|
|
126
123
|
const getBiomeLifecycleControllerPromoteUrl = (projectId, id) => {
|
|
127
124
|
return `/projects/${projectId}/biome-installations/${id}/promote`;
|
|
128
125
|
};
|
|
129
126
|
exports.getBiomeLifecycleControllerPromoteUrl = getBiomeLifecycleControllerPromoteUrl;
|
|
127
|
+
/**
|
|
128
|
+
* @summary Promote a biome installation across the lifecycle graph (draft → sandbox-installed → review-required → org-installed, or store-approved → org-installed). Guarded by `biome:promote@1` at xema-capability-router. Promote-out-of-sandbox additionally requires an acknowledged approval id.
|
|
129
|
+
*/
|
|
130
130
|
const biomeLifecycleControllerPromote = async (projectId, id, promoteBiomeInstallationDto, options) => {
|
|
131
131
|
return (0, custom_fetch_1.customFetch)((0, exports.getBiomeLifecycleControllerPromoteUrl)(projectId, id), {
|
|
132
132
|
...options,
|
|
@@ -136,13 +136,13 @@ const biomeLifecycleControllerPromote = async (projectId, id, promoteBiomeInstal
|
|
|
136
136
|
});
|
|
137
137
|
};
|
|
138
138
|
exports.biomeLifecycleControllerPromote = biomeLifecycleControllerPromote;
|
|
139
|
-
/**
|
|
140
|
-
* @summary Submit an org-installed biome to the Xema Store. Guarded by `biome:submit-to-store@1`. Transitions org-installed → store-submitted.
|
|
141
|
-
*/
|
|
142
139
|
const getBiomeLifecycleControllerSubmitToStoreUrl = (projectId, id) => {
|
|
143
140
|
return `/projects/${projectId}/biome-installations/${id}/submit-to-store`;
|
|
144
141
|
};
|
|
145
142
|
exports.getBiomeLifecycleControllerSubmitToStoreUrl = getBiomeLifecycleControllerSubmitToStoreUrl;
|
|
143
|
+
/**
|
|
144
|
+
* @summary Submit an org-installed biome to the Xema Store. Guarded by `biome:submit-to-store@1`. Transitions org-installed → store-submitted.
|
|
145
|
+
*/
|
|
146
146
|
const biomeLifecycleControllerSubmitToStore = async (projectId, id, lifecycleTransitionAckDto, options) => {
|
|
147
147
|
return (0, custom_fetch_1.customFetch)((0, exports.getBiomeLifecycleControllerSubmitToStoreUrl)(projectId, id), {
|
|
148
148
|
...options,
|
|
@@ -152,13 +152,13 @@ const biomeLifecycleControllerSubmitToStore = async (projectId, id, lifecycleTra
|
|
|
152
152
|
});
|
|
153
153
|
};
|
|
154
154
|
exports.biomeLifecycleControllerSubmitToStore = biomeLifecycleControllerSubmitToStore;
|
|
155
|
-
/**
|
|
156
|
-
* @summary Approve a submitted biome in the Xema Store. Guarded by `biome:approve-in-store@1`. Transitions store-submitted → store-approved.
|
|
157
|
-
*/
|
|
158
155
|
const getBiomeLifecycleControllerApproveInStoreUrl = (projectId, id) => {
|
|
159
156
|
return `/projects/${projectId}/biome-installations/${id}/approve-in-store`;
|
|
160
157
|
};
|
|
161
158
|
exports.getBiomeLifecycleControllerApproveInStoreUrl = getBiomeLifecycleControllerApproveInStoreUrl;
|
|
159
|
+
/**
|
|
160
|
+
* @summary Approve a submitted biome in the Xema Store. Guarded by `biome:approve-in-store@1`. Transitions store-submitted → store-approved.
|
|
161
|
+
*/
|
|
162
162
|
const biomeLifecycleControllerApproveInStore = async (projectId, id, lifecycleTransitionAckDto, options) => {
|
|
163
163
|
return (0, custom_fetch_1.customFetch)((0, exports.getBiomeLifecycleControllerApproveInStoreUrl)(projectId, id), {
|
|
164
164
|
...options,
|
|
@@ -168,13 +168,13 @@ const biomeLifecycleControllerApproveInStore = async (projectId, id, lifecycleTr
|
|
|
168
168
|
});
|
|
169
169
|
};
|
|
170
170
|
exports.biomeLifecycleControllerApproveInStore = biomeLifecycleControllerApproveInStore;
|
|
171
|
-
/**
|
|
172
|
-
* @summary Archive a biome installation from any non-archived state. Guarded by `biome:archive@1`. Terminal — archived rows are never resolved.
|
|
173
|
-
*/
|
|
174
171
|
const getBiomeLifecycleControllerArchiveUrl = (projectId, id) => {
|
|
175
172
|
return `/projects/${projectId}/biome-installations/${id}/archive`;
|
|
176
173
|
};
|
|
177
174
|
exports.getBiomeLifecycleControllerArchiveUrl = getBiomeLifecycleControllerArchiveUrl;
|
|
175
|
+
/**
|
|
176
|
+
* @summary Archive a biome installation from any non-archived state. Guarded by `biome:archive@1`. Terminal — archived rows are never resolved.
|
|
177
|
+
*/
|
|
178
178
|
const biomeLifecycleControllerArchive = async (projectId, id, lifecycleTransitionAckDto, options) => {
|
|
179
179
|
return (0, custom_fetch_1.customFetch)((0, exports.getBiomeLifecycleControllerArchiveUrl)(projectId, id), {
|
|
180
180
|
...options,
|
|
@@ -1,33 +1,31 @@
|
|
|
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 { CreateRuntimeBindingDto, RuntimeBindingResponseDtoDataArrayEnvelope, RuntimeBindingResponseDtoDataEnvelope, UpdateRuntimeBindingDto } from '../../models';
|
|
7
|
+
export declare const getRuntimeBindingsControllerListUrl: (projectId: string, installationId: string) => string;
|
|
9
8
|
/**
|
|
10
9
|
* @summary List runtime placement bindings for this installation
|
|
11
10
|
*/
|
|
12
|
-
export declare const getRuntimeBindingsControllerListUrl: (projectId: string, installationId: string) => string;
|
|
13
11
|
export declare const runtimeBindingsControllerList: (projectId: string, installationId: string, options?: RequestInit) => Promise<RuntimeBindingResponseDtoDataArrayEnvelope>;
|
|
12
|
+
export declare const getRuntimeBindingsControllerCreateUrl: (projectId: string, installationId: string) => string;
|
|
14
13
|
/**
|
|
15
14
|
* @summary Bind this installation to a runtime with label constraints
|
|
16
15
|
*/
|
|
17
|
-
export declare const getRuntimeBindingsControllerCreateUrl: (projectId: string, installationId: string) => string;
|
|
18
16
|
export declare const runtimeBindingsControllerCreate: (projectId: string, installationId: string, createRuntimeBindingDto: CreateRuntimeBindingDto, options?: RequestInit) => Promise<RuntimeBindingResponseDtoDataEnvelope>;
|
|
17
|
+
export declare const getRuntimeBindingsControllerUpdateUrl: (projectId: string, installationId: string, bindingId: string) => string;
|
|
19
18
|
/**
|
|
20
19
|
* @summary Patch operational filters or in-flight policy on a non-active runtime binding
|
|
21
20
|
*/
|
|
22
|
-
export declare const getRuntimeBindingsControllerUpdateUrl: (projectId: string, installationId: string, bindingId: string) => string;
|
|
23
21
|
export declare const runtimeBindingsControllerUpdate: (projectId: string, installationId: string, bindingId: string, updateRuntimeBindingDto: UpdateRuntimeBindingDto, options?: RequestInit) => Promise<RuntimeBindingResponseDtoDataEnvelope>;
|
|
22
|
+
export declare const getRuntimeBindingsControllerDrainUrl: (projectId: string, installationId: string, bindingId: string) => string;
|
|
24
23
|
/**
|
|
25
24
|
* @summary Stop new dispatch and begin the retained runtime-binding revocation lifecycle
|
|
26
25
|
*/
|
|
27
|
-
export declare const getRuntimeBindingsControllerDrainUrl: (projectId: string, installationId: string, bindingId: string) => string;
|
|
28
26
|
export declare const runtimeBindingsControllerDrain: (projectId: string, installationId: string, bindingId: string, options?: RequestInit) => Promise<RuntimeBindingResponseDtoDataEnvelope>;
|
|
27
|
+
export declare const getRuntimeBindingsControllerRetryUrl: (projectId: string, installationId: string, bindingId: string) => string;
|
|
29
28
|
/**
|
|
30
29
|
* @summary Retry identity provisioning for a pending or visibly failed binding
|
|
31
30
|
*/
|
|
32
|
-
export declare const getRuntimeBindingsControllerRetryUrl: (projectId: string, installationId: string, bindingId: string) => string;
|
|
33
31
|
export declare const runtimeBindingsControllerRetry: (projectId: string, installationId: string, bindingId: string, options?: RequestInit) => Promise<RuntimeBindingResponseDtoDataEnvelope>;
|
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.runtimeBindingsControllerRetry = exports.getRuntimeBindingsControllerRetryUrl = exports.runtimeBindingsControllerDrain = exports.getRuntimeBindingsControllerDrainUrl = exports.runtimeBindingsControllerUpdate = exports.getRuntimeBindingsControllerUpdateUrl = exports.runtimeBindingsControllerCreate = exports.getRuntimeBindingsControllerCreateUrl = exports.runtimeBindingsControllerList = exports.getRuntimeBindingsControllerListUrl = void 0;
|
|
4
4
|
const custom_fetch_1 = require("../../custom-fetch");
|
|
5
|
-
/**
|
|
6
|
-
* @summary List runtime placement bindings for this installation
|
|
7
|
-
*/
|
|
8
5
|
const getRuntimeBindingsControllerListUrl = (projectId, installationId) => {
|
|
9
6
|
return `/projects/${projectId}/biome-installations/${installationId}/runtime-bindings`;
|
|
10
7
|
};
|
|
11
8
|
exports.getRuntimeBindingsControllerListUrl = getRuntimeBindingsControllerListUrl;
|
|
9
|
+
/**
|
|
10
|
+
* @summary List runtime placement bindings for this installation
|
|
11
|
+
*/
|
|
12
12
|
const runtimeBindingsControllerList = async (projectId, installationId, options) => {
|
|
13
13
|
return (0, custom_fetch_1.customFetch)((0, exports.getRuntimeBindingsControllerListUrl)(projectId, installationId), {
|
|
14
14
|
...options,
|
|
@@ -16,13 +16,13 @@ const runtimeBindingsControllerList = async (projectId, installationId, options)
|
|
|
16
16
|
});
|
|
17
17
|
};
|
|
18
18
|
exports.runtimeBindingsControllerList = runtimeBindingsControllerList;
|
|
19
|
-
/**
|
|
20
|
-
* @summary Bind this installation to a runtime with label constraints
|
|
21
|
-
*/
|
|
22
19
|
const getRuntimeBindingsControllerCreateUrl = (projectId, installationId) => {
|
|
23
20
|
return `/projects/${projectId}/biome-installations/${installationId}/runtime-bindings`;
|
|
24
21
|
};
|
|
25
22
|
exports.getRuntimeBindingsControllerCreateUrl = getRuntimeBindingsControllerCreateUrl;
|
|
23
|
+
/**
|
|
24
|
+
* @summary Bind this installation to a runtime with label constraints
|
|
25
|
+
*/
|
|
26
26
|
const runtimeBindingsControllerCreate = async (projectId, installationId, createRuntimeBindingDto, options) => {
|
|
27
27
|
return (0, custom_fetch_1.customFetch)((0, exports.getRuntimeBindingsControllerCreateUrl)(projectId, installationId), {
|
|
28
28
|
...options,
|
|
@@ -32,13 +32,13 @@ const runtimeBindingsControllerCreate = async (projectId, installationId, create
|
|
|
32
32
|
});
|
|
33
33
|
};
|
|
34
34
|
exports.runtimeBindingsControllerCreate = runtimeBindingsControllerCreate;
|
|
35
|
-
/**
|
|
36
|
-
* @summary Patch operational filters or in-flight policy on a non-active runtime binding
|
|
37
|
-
*/
|
|
38
35
|
const getRuntimeBindingsControllerUpdateUrl = (projectId, installationId, bindingId) => {
|
|
39
36
|
return `/projects/${projectId}/biome-installations/${installationId}/runtime-bindings/${bindingId}`;
|
|
40
37
|
};
|
|
41
38
|
exports.getRuntimeBindingsControllerUpdateUrl = getRuntimeBindingsControllerUpdateUrl;
|
|
39
|
+
/**
|
|
40
|
+
* @summary Patch operational filters or in-flight policy on a non-active runtime binding
|
|
41
|
+
*/
|
|
42
42
|
const runtimeBindingsControllerUpdate = async (projectId, installationId, bindingId, updateRuntimeBindingDto, options) => {
|
|
43
43
|
return (0, custom_fetch_1.customFetch)((0, exports.getRuntimeBindingsControllerUpdateUrl)(projectId, installationId, bindingId), {
|
|
44
44
|
...options,
|
|
@@ -48,13 +48,13 @@ const runtimeBindingsControllerUpdate = async (projectId, installationId, bindin
|
|
|
48
48
|
});
|
|
49
49
|
};
|
|
50
50
|
exports.runtimeBindingsControllerUpdate = runtimeBindingsControllerUpdate;
|
|
51
|
-
/**
|
|
52
|
-
* @summary Stop new dispatch and begin the retained runtime-binding revocation lifecycle
|
|
53
|
-
*/
|
|
54
51
|
const getRuntimeBindingsControllerDrainUrl = (projectId, installationId, bindingId) => {
|
|
55
52
|
return `/projects/${projectId}/biome-installations/${installationId}/runtime-bindings/${bindingId}/drain`;
|
|
56
53
|
};
|
|
57
54
|
exports.getRuntimeBindingsControllerDrainUrl = getRuntimeBindingsControllerDrainUrl;
|
|
55
|
+
/**
|
|
56
|
+
* @summary Stop new dispatch and begin the retained runtime-binding revocation lifecycle
|
|
57
|
+
*/
|
|
58
58
|
const runtimeBindingsControllerDrain = async (projectId, installationId, bindingId, options) => {
|
|
59
59
|
return (0, custom_fetch_1.customFetch)((0, exports.getRuntimeBindingsControllerDrainUrl)(projectId, installationId, bindingId), {
|
|
60
60
|
...options,
|
|
@@ -62,13 +62,13 @@ const runtimeBindingsControllerDrain = async (projectId, installationId, binding
|
|
|
62
62
|
});
|
|
63
63
|
};
|
|
64
64
|
exports.runtimeBindingsControllerDrain = runtimeBindingsControllerDrain;
|
|
65
|
-
/**
|
|
66
|
-
* @summary Retry identity provisioning for a pending or visibly failed binding
|
|
67
|
-
*/
|
|
68
65
|
const getRuntimeBindingsControllerRetryUrl = (projectId, installationId, bindingId) => {
|
|
69
66
|
return `/projects/${projectId}/biome-installations/${installationId}/runtime-bindings/${bindingId}/retry`;
|
|
70
67
|
};
|
|
71
68
|
exports.getRuntimeBindingsControllerRetryUrl = getRuntimeBindingsControllerRetryUrl;
|
|
69
|
+
/**
|
|
70
|
+
* @summary Retry identity provisioning for a pending or visibly failed binding
|
|
71
|
+
*/
|
|
72
72
|
const runtimeBindingsControllerRetry = async (projectId, installationId, bindingId, options) => {
|
|
73
73
|
return (0, custom_fetch_1.customFetch)((0, exports.getRuntimeBindingsControllerRetryUrl)(projectId, installationId, bindingId), {
|
|
74
74
|
...options,
|
|
@@ -1,13 +1,11 @@
|
|
|
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 { RuntimeResponseDtoDataArrayEnvelope } from '../../models';
|
|
7
|
+
export declare const getRuntimesControllerListUrl: () => string;
|
|
9
8
|
/**
|
|
10
9
|
* @summary List the registered biome runtimes
|
|
11
10
|
*/
|
|
12
|
-
export declare const getRuntimesControllerListUrl: () => string;
|
|
13
11
|
export declare const runtimesControllerList: (options?: RequestInit) => Promise<RuntimeResponseDtoDataArrayEnvelope>;
|
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.runtimesControllerList = exports.getRuntimesControllerListUrl = void 0;
|
|
4
4
|
const custom_fetch_1 = require("../../custom-fetch");
|
|
5
|
-
/**
|
|
6
|
-
* @summary List the registered biome runtimes
|
|
7
|
-
*/
|
|
8
5
|
const getRuntimesControllerListUrl = () => {
|
|
9
6
|
return `/runtimes`;
|
|
10
7
|
};
|
|
11
8
|
exports.getRuntimesControllerListUrl = getRuntimesControllerListUrl;
|
|
9
|
+
/**
|
|
10
|
+
* @summary List the registered biome runtimes
|
|
11
|
+
*/
|
|
12
12
|
const runtimesControllerList = async (options) => {
|
|
13
13
|
return (0, custom_fetch_1.customFetch)((0, exports.getRuntimesControllerListUrl)(), {
|
|
14
14
|
...options,
|