@xemahq/biome-host-api-client 0.1.5 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (343) hide show
  1. package/dist/endpoints/authoring/authoring.d.ts +23 -0
  2. package/dist/endpoints/authoring/authoring.js +52 -0
  3. package/dist/endpoints/biome-approvals/biome-approvals.d.ts +6 -6
  4. package/dist/endpoints/biome-approvals/biome-approvals.js +9 -9
  5. package/dist/endpoints/biome-installations/biome-installations.d.ts +15 -15
  6. package/dist/endpoints/biome-installations/biome-installations.js +36 -36
  7. package/dist/endpoints/biome-runtime-bindings/biome-runtime-bindings.d.ts +13 -8
  8. package/dist/endpoints/biome-runtime-bindings/biome-runtime-bindings.js +32 -18
  9. package/dist/endpoints/biome-runtimes/biome-runtimes.d.ts +2 -2
  10. package/dist/endpoints/biome-runtimes/biome-runtimes.js +3 -3
  11. package/dist/endpoints/org-biome-installations/org-biome-installations.d.ts +6 -6
  12. package/dist/endpoints/org-biome-installations/org-biome-installations.js +15 -15
  13. package/dist/endpoints/platform-biomes-availability/platform-biomes-availability.d.ts +3 -3
  14. package/dist/endpoints/platform-biomes-availability/platform-biomes-availability.js +6 -6
  15. package/dist/endpoints/platform-biomes-contribution-sync/platform-biomes-contribution-sync.d.ts +2 -2
  16. package/dist/endpoints/platform-biomes-contribution-sync/platform-biomes-contribution-sync.js +3 -3
  17. package/dist/endpoints/platform-biomes-enablement/platform-biomes-enablement.d.ts +9 -4
  18. package/dist/endpoints/platform-biomes-enablement/platform-biomes-enablement.js +21 -7
  19. package/dist/endpoints/platform-biomes-server/platform-biomes-server.d.ts +7 -7
  20. package/dist/endpoints/platform-biomes-server/platform-biomes-server.js +18 -18
  21. package/dist/endpoints/platform-biomes-web/platform-biomes-web.d.ts +3 -3
  22. package/dist/endpoints/platform-biomes-web/platform-biomes-web.js +6 -6
  23. package/dist/endpoints/platform-runner-enrollments/platform-runner-enrollments.d.ts +33 -0
  24. package/dist/endpoints/platform-runner-enrollments/platform-runner-enrollments.js +80 -0
  25. package/dist/endpoints/platform-service-mesh/platform-service-mesh.d.ts +2 -2
  26. package/dist/endpoints/platform-service-mesh/platform-service-mesh.js +3 -3
  27. package/dist/endpoints/platform-settings/platform-settings.d.ts +4 -4
  28. package/dist/endpoints/platform-settings/platform-settings.js +9 -9
  29. package/dist/endpoints/runner-enrollment-challenges/runner-enrollment-challenges.d.ts +13 -0
  30. package/dist/endpoints/runner-enrollment-challenges/runner-enrollment-challenges.js +20 -0
  31. package/dist/endpoints/runner-enrollments/runner-enrollments.d.ts +28 -0
  32. package/dist/endpoints/runner-enrollments/runner-enrollments.js +64 -0
  33. package/dist/index.d.ts +4 -1
  34. package/dist/index.js +4 -1
  35. package/dist/models/addRemoteBiomeOriginDto.d.ts +1 -1
  36. package/dist/models/addRemoteBiomeOriginDto.js +1 -1
  37. package/dist/models/authorBiomeBundleDto.d.ts +27 -0
  38. package/dist/models/authorBiomeBundleResponseDto.d.ts +17 -0
  39. package/dist/models/authorBiomeBundleResponseDtoDataEnvelope.d.ts +11 -0
  40. package/dist/models/authoredBiomeBundleDto.d.ts +19 -0
  41. package/dist/models/authoredFileDto.d.ts +13 -0
  42. package/dist/models/{runtimeBindingResponseDtoConfigRef.js → authoredFileDto.js} +1 -1
  43. package/dist/models/authoringIssueCode.d.ts +15 -0
  44. package/dist/models/authoringIssueCode.js +14 -0
  45. package/dist/models/authoringIssueDto.d.ts +16 -0
  46. package/dist/models/authoringIssueDto.js +2 -0
  47. package/dist/models/availabilitySubjectDto.d.ts +2 -2
  48. package/dist/models/backfillEnablementResponseDto.d.ts +14 -0
  49. package/dist/models/{biomeInstallationIntegrationResponseDto.js → backfillEnablementResponseDto.js} +1 -1
  50. package/dist/models/backfillEnablementResponseDtoDataEnvelope.d.ts +11 -0
  51. package/dist/models/backfillEnablementResponseDtoDataEnvelope.js +2 -0
  52. package/dist/models/biomeApprovalResponseDto.d.ts +5 -5
  53. package/dist/models/biomeApprovalResponseDtoDataArrayEnvelope.d.ts +11 -0
  54. package/dist/models/biomeApprovalResponseDtoDataArrayEnvelope.js +2 -0
  55. package/dist/models/biomeApprovalResponseDtoDataEnvelope.d.ts +2 -2
  56. package/dist/models/biomeApprovalResponseDtoResolveReason.d.ts +1 -1
  57. package/dist/models/biomeApprovalResponseDtoResolveReason.js +1 -1
  58. package/dist/models/biomeApprovalResponseDtoResolvedAt.d.ts +1 -1
  59. package/dist/models/biomeApprovalResponseDtoResolvedAt.js +1 -1
  60. package/dist/models/biomeApprovalResponseDtoResolvedBy.d.ts +1 -1
  61. package/dist/models/biomeApprovalResponseDtoResolvedBy.js +1 -1
  62. package/dist/models/biomeApprovalStatus.d.ts +1 -1
  63. package/dist/models/biomeApprovalStatus.js +1 -1
  64. package/dist/models/biomeAvailabilityResponseDto.d.ts +2 -2
  65. package/dist/models/biomeAvailabilityResponseDtoDataEnvelope.d.ts +2 -2
  66. package/dist/models/{biomeIntegrationRequirementDto.d.ts → biomeConnectorRequirementDto.d.ts} +2 -2
  67. package/dist/models/{biomeIntegrationRequirementDto.js → biomeConnectorRequirementDto.js} +1 -1
  68. package/dist/models/biomeContributionResponseDto.d.ts +2 -2
  69. package/dist/models/biomeContributionResponseDtoDataEnvelope.d.ts +2 -2
  70. package/dist/models/biomeContributionResponseDtoPath.d.ts +1 -1
  71. package/dist/models/biomeContributionResponseDtoPath.js +1 -1
  72. package/dist/models/biomeContributionSyncStatusDto.d.ts +2 -2
  73. package/dist/models/biomeContributionSyncStatusDtoDataArrayEnvelope.d.ts +2 -2
  74. package/dist/models/biomeEffectiveState.d.ts +1 -1
  75. package/dist/models/biomeEffectiveState.js +1 -1
  76. package/dist/models/biomeInstallPolicy.d.ts +1 -1
  77. package/dist/models/biomeInstallPolicy.js +1 -1
  78. package/dist/models/biomeInstallSchemaResponseDto.d.ts +3 -3
  79. package/dist/models/biomeInstallSchemaResponseDtoDataEnvelope.d.ts +2 -2
  80. package/dist/models/biomeInstallSchemaResponseDtoSchema.d.ts +1 -1
  81. package/dist/models/biomeInstallSchemaResponseDtoSchema.js +1 -1
  82. package/dist/models/biomeInstallSchemaResponseDtoUiSchema.d.ts +1 -1
  83. package/dist/models/biomeInstallSchemaResponseDtoUiSchema.js +1 -1
  84. package/dist/models/biomeInstallationConnectionBindingInputDto.d.ts +1 -1
  85. package/dist/models/biomeInstallationConnectionBindingInputDto.js +1 -1
  86. package/dist/models/biomeInstallationConnectionResponseDto.d.ts +1 -1
  87. package/dist/models/biomeInstallationConnectionResponseDto.js +1 -1
  88. package/dist/models/biomeInstallationDeleteResponseDto.d.ts +1 -1
  89. package/dist/models/biomeInstallationDeleteResponseDto.js +1 -1
  90. package/dist/models/biomeInstallationDeleteResponseDtoDataEnvelope.d.ts +2 -2
  91. package/dist/models/biomeInstallationResourceInputDto.d.ts +2 -2
  92. package/dist/models/biomeInstallationResourceInputDtoSelector.d.ts +1 -1
  93. package/dist/models/biomeInstallationResourceInputDtoSelector.js +1 -1
  94. package/dist/models/biomeInstallationResourceResponseDto.d.ts +2 -2
  95. package/dist/models/biomeInstallationResourceResponseDtoSelector.d.ts +1 -1
  96. package/dist/models/biomeInstallationResourceResponseDtoSelector.js +1 -1
  97. package/dist/models/biomeInstallationResponseDto.d.ts +7 -7
  98. package/dist/models/biomeInstallationResponseDtoConfigJson.d.ts +1 -1
  99. package/dist/models/biomeInstallationResponseDtoConfigJson.js +1 -1
  100. package/dist/models/biomeInstallationResponseDtoDataArrayEnvelope.d.ts +2 -2
  101. package/dist/models/biomeInstallationResponseDtoDataEnvelope.d.ts +2 -2
  102. package/dist/models/biomeInstallationResponseDtoDisabledAt.d.ts +1 -1
  103. package/dist/models/biomeInstallationResponseDtoDisabledAt.js +1 -1
  104. package/dist/models/biomeInstallationState.d.ts +1 -1
  105. package/dist/models/biomeInstallationState.js +1 -1
  106. package/dist/models/biomeInstallationsControllerCreateChain201.d.ts +11 -0
  107. package/dist/models/biomeInstallationsControllerCreateChain201.js +2 -0
  108. package/dist/models/biomeKind.d.ts +17 -0
  109. package/dist/models/{objectLifecycle.js → biomeKind.js} +7 -6
  110. package/dist/models/biomeLifecycle.d.ts +1 -1
  111. package/dist/models/biomeLifecycle.js +1 -1
  112. package/dist/models/biomeLifecycleTransitionResponseDto.d.ts +2 -2
  113. package/dist/models/biomeLifecycleTransitionResponseDtoDataEnvelope.d.ts +2 -2
  114. package/dist/models/biomeMcpCodeToolManifestEntryDto.d.ts +3 -3
  115. package/dist/models/biomeMcpCodeToolManifestEntryDtoHandlerKind.d.ts +1 -1
  116. package/dist/models/biomeMcpCodeToolManifestEntryDtoHandlerKind.js +1 -1
  117. package/dist/models/biomeMcpCodeToolManifestEntryDtoHandlerMethod.d.ts +1 -1
  118. package/dist/models/biomeMcpCodeToolManifestEntryDtoHandlerMethod.js +1 -1
  119. package/dist/models/biomeMcpToolsManifestResponseDto.d.ts +3 -3
  120. package/dist/models/biomeMcpToolsManifestResponseDtoDataEnvelope.d.ts +2 -2
  121. package/dist/models/biomeMcpWorkflowToolManifestEntryDto.d.ts +2 -2
  122. package/dist/models/biomeMcpWorkflowToolManifestEntryDtoMountSlot.d.ts +1 -1
  123. package/dist/models/biomeMcpWorkflowToolManifestEntryDtoMountSlot.js +1 -1
  124. package/dist/models/biomeProvidesDto.d.ts +17 -0
  125. package/dist/models/biomeProvidesDto.js +2 -0
  126. package/dist/models/biomeProvidesDtoTarget.d.ts +12 -0
  127. package/dist/models/biomeProvidesDtoTarget.js +14 -0
  128. package/dist/models/biomeProvisioningScaffoldDto.d.ts +3 -3
  129. package/dist/models/biomeProvisioningScaffoldDtoDeclaration.d.ts +1 -1
  130. package/dist/models/biomeProvisioningScaffoldDtoDeclaration.js +1 -1
  131. package/dist/models/biomeProvisioningScaffoldDtoTemplates.d.ts +1 -1
  132. package/dist/models/biomeProvisioningScaffoldDtoTemplates.js +1 -1
  133. package/dist/models/biomeProvisioningScaffoldsResponseDto.d.ts +2 -2
  134. package/dist/models/biomeProvisioningScaffoldsResponseDtoDataEnvelope.d.ts +2 -2
  135. package/dist/models/biomeScope.d.ts +1 -1
  136. package/dist/models/biomeScope.js +1 -1
  137. package/dist/models/biomeTarget.d.ts +15 -0
  138. package/dist/models/biomeTarget.js +14 -0
  139. package/dist/models/biomeTier.d.ts +17 -0
  140. package/dist/models/biomeTier.js +16 -0
  141. package/dist/models/breakGlassRevokeRunnerEnrollmentDto.d.ts +15 -0
  142. package/dist/models/{biomeInstallationIntegrationBindingInputDto.js → breakGlassRevokeRunnerEnrollmentDto.js} +1 -1
  143. package/dist/models/capabilityDescriptorValidationDto.d.ts +23 -0
  144. package/dist/models/capabilityDescriptorValidationDto.js +2 -0
  145. package/dist/models/capabilityDescriptorValidationDtoDataEnvelope.d.ts +11 -0
  146. package/dist/models/capabilityDescriptorValidationDtoDataEnvelope.js +2 -0
  147. package/dist/models/capabilityDescriptorValidationDtoManifest.d.ts +13 -0
  148. package/dist/models/capabilityDescriptorValidationDtoManifest.js +9 -0
  149. package/dist/models/capabilityManifestSchemaKind.d.ts +15 -0
  150. package/dist/models/capabilityManifestSchemaKind.js +14 -0
  151. package/dist/models/chainInstallBiomesDto.d.ts +2 -2
  152. package/dist/models/chainedInstallEntryDto.d.ts +4 -4
  153. package/dist/models/chainedInstallEntryDtoConfigJson.d.ts +1 -1
  154. package/dist/models/chainedInstallEntryDtoConfigJson.js +1 -1
  155. package/dist/models/contributionFileGuidanceDto.d.ts +20 -0
  156. package/dist/models/contributionFileGuidanceDto.js +2 -0
  157. package/dist/models/contributionKind.d.ts +42 -0
  158. package/dist/models/contributionKind.js +41 -0
  159. package/dist/models/contributionSyncStatus.d.ts +1 -1
  160. package/dist/models/contributionSyncStatus.js +1 -1
  161. package/dist/models/createBiomeInstallationDto.d.ts +4 -4
  162. package/dist/models/createBiomeInstallationDtoConfigJson.d.ts +1 -1
  163. package/dist/models/createBiomeInstallationDtoConfigJson.js +1 -1
  164. package/dist/models/createRunnerEnrollmentDto.d.ts +17 -0
  165. package/dist/models/createRunnerEnrollmentDto.js +2 -0
  166. package/dist/models/createRuntimeBindingDto.d.ts +6 -10
  167. package/dist/models/createRuntimeBindingDtoDeniedLabels.d.ts +2 -2
  168. package/dist/models/createRuntimeBindingDtoDeniedLabels.js +1 -1
  169. package/dist/models/createRuntimeBindingDtoRequiredLabels.d.ts +2 -2
  170. package/dist/models/createRuntimeBindingDtoRequiredLabels.js +1 -1
  171. package/dist/models/credentialDeliveryKind.d.ts +13 -0
  172. package/dist/models/credentialDeliveryKind.js +15 -0
  173. package/dist/models/errorDetailsDto.d.ts +2 -2
  174. package/dist/models/errorDetailsDtoDetails.d.ts +1 -1
  175. package/dist/models/errorDetailsDtoDetails.js +1 -1
  176. package/dist/models/errorPayloadDto.d.ts +2 -2
  177. package/dist/models/errorResponseDto.d.ts +2 -2
  178. package/dist/models/{xemaSubjectRefDto.d.ts → exchangeRunnerEnrollmentChallengeDto.d.ts} +3 -4
  179. package/dist/models/exchangeRunnerEnrollmentChallengeDto.js +9 -0
  180. package/dist/models/inFlightRevocationPolicy.d.ts +12 -0
  181. package/dist/models/inFlightRevocationPolicy.js +14 -0
  182. package/dist/models/index.d.ts +53 -13
  183. package/dist/models/index.js +53 -13
  184. package/dist/models/lifecycleTransitionAckDto.d.ts +1 -1
  185. package/dist/models/lifecycleTransitionAckDto.js +1 -1
  186. package/dist/models/orgBiomeEffectiveEnablementDto.d.ts +5 -5
  187. package/dist/models/orgBiomeEffectiveEnablementDtoDataArrayEnvelope.d.ts +2 -2
  188. package/dist/models/orgBiomeEffectiveEnablementDtoDataEnvelope.d.ts +2 -2
  189. package/dist/models/orgBiomeEnablementReason.d.ts +1 -1
  190. package/dist/models/orgBiomeEnablementReason.js +1 -1
  191. package/dist/models/orgBiomeInstallationDeleteResponseDto.d.ts +2 -2
  192. package/dist/models/orgBiomeInstallationDeleteResponseDtoDataEnvelope.d.ts +2 -2
  193. package/dist/models/orgBiomeInstallationDeleteResponseDtoWorkflowId.d.ts +1 -1
  194. package/dist/models/orgBiomeInstallationDeleteResponseDtoWorkflowId.js +1 -1
  195. package/dist/models/orgBiomeState.d.ts +1 -1
  196. package/dist/models/orgBiomeState.js +1 -1
  197. package/dist/models/orgBiomeSurfaceMode.d.ts +1 -1
  198. package/dist/models/orgBiomeSurfaceMode.js +1 -1
  199. package/dist/models/platformSettingsControllerAdd200.d.ts +1 -1
  200. package/dist/models/platformSettingsControllerAdd200.js +1 -1
  201. package/dist/models/platformSettingsControllerList200.d.ts +1 -1
  202. package/dist/models/platformSettingsControllerList200.js +1 -1
  203. package/dist/models/platformSettingsControllerRemove200.d.ts +1 -1
  204. package/dist/models/platformSettingsControllerRemove200.js +1 -1
  205. package/dist/models/platformSettingsControllerRemoveParams.d.ts +1 -1
  206. package/dist/models/platformSettingsControllerRemoveParams.js +1 -1
  207. package/dist/models/promoteBiomeInstallationDto.d.ts +2 -2
  208. package/dist/models/requestApprovalDto.d.ts +1 -1
  209. package/dist/models/requestApprovalDto.js +1 -1
  210. package/dist/models/resolveApprovalDto.d.ts +2 -2
  211. package/dist/models/resolveApprovalDtoStatus.d.ts +1 -1
  212. package/dist/models/resolveApprovalDtoStatus.js +1 -1
  213. package/dist/models/resourceManagedBy.d.ts +1 -1
  214. package/dist/models/resourceManagedBy.js +1 -1
  215. package/dist/models/rotateRunnerEnrollmentDto.d.ts +14 -0
  216. package/dist/models/rotateRunnerEnrollmentDto.js +9 -0
  217. package/dist/models/runnerDataLocality.d.ts +13 -0
  218. package/dist/models/runnerDataLocality.js +15 -0
  219. package/dist/models/runnerEnrollmentDesiredState.d.ts +12 -0
  220. package/dist/models/{runtimeBindingStatus.js → runnerEnrollmentDesiredState.js} +4 -5
  221. package/dist/models/runnerEnrollmentExchangeResponseDto.d.ts +14 -0
  222. package/dist/models/runnerEnrollmentExchangeResponseDto.js +2 -0
  223. package/dist/models/runnerEnrollmentExchangeResponseDtoDataEnvelope.d.ts +11 -0
  224. package/dist/models/runnerEnrollmentExchangeResponseDtoDataEnvelope.js +2 -0
  225. package/dist/models/runnerEnrollmentManagementAction.d.ts +13 -0
  226. package/dist/models/runnerEnrollmentManagementAction.js +15 -0
  227. package/dist/models/runnerEnrollmentManagementResponseDto.d.ts +58 -0
  228. package/dist/models/runnerEnrollmentManagementResponseDto.js +2 -0
  229. package/dist/models/runnerEnrollmentManagementResponseDtoDataArrayEnvelope.d.ts +11 -0
  230. package/dist/models/runnerEnrollmentManagementResponseDtoDataArrayEnvelope.js +2 -0
  231. package/dist/models/runnerEnrollmentManagementResponseDtoDataEnvelope.d.ts +11 -0
  232. package/dist/models/runnerEnrollmentManagementResponseDtoDataEnvelope.js +2 -0
  233. package/dist/models/runnerEnrollmentManagementRotationResponseDto.d.ts +21 -0
  234. package/dist/models/runnerEnrollmentManagementRotationResponseDto.js +2 -0
  235. package/dist/models/runnerEnrollmentManagementRotationResponseDtoDataEnvelope.d.ts +11 -0
  236. package/dist/models/runnerEnrollmentManagementRotationResponseDtoDataEnvelope.js +2 -0
  237. package/dist/models/runnerEnrollmentObservedState.d.ts +19 -0
  238. package/dist/models/runnerEnrollmentObservedState.js +21 -0
  239. package/dist/models/runnerEnrollmentResponseDto.d.ts +51 -0
  240. package/dist/models/runnerEnrollmentResponseDto.js +2 -0
  241. package/dist/models/runnerTrustTier.d.ts +14 -0
  242. package/dist/models/{spaceKind.js → runnerTrustTier.js} +6 -9
  243. package/dist/models/runtimeBindingDesiredState.d.ts +12 -0
  244. package/dist/models/runtimeBindingDesiredState.js +14 -0
  245. package/dist/models/runtimeBindingManagementAction.d.ts +12 -0
  246. package/dist/models/runtimeBindingManagementAction.js +14 -0
  247. package/dist/models/runtimeBindingObservedState.d.ts +17 -0
  248. package/dist/models/runtimeBindingObservedState.js +19 -0
  249. package/dist/models/runtimeBindingResponseDto.d.ts +32 -9
  250. package/dist/models/runtimeBindingResponseDtoDataArrayEnvelope.d.ts +2 -2
  251. package/dist/models/runtimeBindingResponseDtoDataEnvelope.d.ts +2 -2
  252. package/dist/models/runtimeBindingResponseDtoDeniedLabels.d.ts +2 -2
  253. package/dist/models/runtimeBindingResponseDtoDeniedLabels.js +1 -1
  254. package/dist/models/runtimeBindingResponseDtoRequiredLabels.d.ts +2 -2
  255. package/dist/models/runtimeBindingResponseDtoRequiredLabels.js +1 -1
  256. package/dist/models/runtimeOperatorKind.d.ts +13 -0
  257. package/dist/models/runtimeOperatorKind.js +15 -0
  258. package/dist/models/runtimeResponseDto.d.ts +15 -2
  259. package/dist/models/runtimeResponseDtoDataArrayEnvelope.d.ts +2 -2
  260. package/dist/models/runtimeResponseDtoStatus.d.ts +4 -2
  261. package/dist/models/runtimeResponseDtoStatus.js +4 -2
  262. package/dist/models/serverBiomeRegistrationResponseDto.d.ts +6 -6
  263. package/dist/models/serverBiomeRegistrationResponseDtoContributionPaths.d.ts +1 -1
  264. package/dist/models/serverBiomeRegistrationResponseDtoContributionPaths.js +1 -1
  265. package/dist/models/serverBiomeRegistrationResponseDtoDataArrayEnvelope.d.ts +2 -2
  266. package/dist/models/serverBiomeRegistrationResponseDtoDataEnvelope.d.ts +2 -2
  267. package/dist/models/serverBiomesControllerListParams.d.ts +1 -1
  268. package/dist/models/serverBiomesControllerListParams.js +1 -1
  269. package/dist/models/serviceEndpointAuth.d.ts +1 -1
  270. package/dist/models/serviceEndpointAuth.js +1 -1
  271. package/dist/models/serviceEndpointDto.d.ts +3 -3
  272. package/dist/models/serviceEndpointProtocol.d.ts +1 -1
  273. package/dist/models/serviceEndpointProtocol.js +1 -1
  274. package/dist/models/serviceInstanceDto.d.ts +2 -2
  275. package/dist/models/serviceMeshEntryDto.d.ts +2 -2
  276. package/dist/models/serviceMeshResponseDto.d.ts +2 -2
  277. package/dist/models/serviceMeshResponseDtoDataEnvelope.d.ts +2 -2
  278. package/dist/models/setBiomeAvailabilityDto.d.ts +2 -2
  279. package/dist/models/subjectKind.d.ts +1 -1
  280. package/dist/models/subjectKind.js +1 -1
  281. package/dist/models/surfaceKindValidationDto.d.ts +24 -0
  282. package/dist/models/surfaceKindValidationDto.js +2 -0
  283. package/dist/models/surfaceKindValidationDtoDataEnvelope.d.ts +11 -0
  284. package/dist/models/surfaceKindValidationDtoDataEnvelope.js +2 -0
  285. package/dist/models/surfaceKindValidationDtoManifest.d.ts +13 -0
  286. package/dist/models/surfaceKindValidationDtoManifest.js +9 -0
  287. package/dist/models/updateBiomeInstallationResourcesDto.d.ts +2 -2
  288. package/dist/models/updateOrgBiomeEnablementDto.d.ts +3 -3
  289. package/dist/models/updateOrgBiomeInstallationDto.d.ts +4 -4
  290. package/dist/models/updateOrgBiomeInstallationDtoConfigJson.d.ts +1 -1
  291. package/dist/models/updateOrgBiomeInstallationDtoConfigJson.js +1 -1
  292. package/dist/models/updateRuntimeBindingDto.d.ts +5 -9
  293. package/dist/models/updateRuntimeBindingDtoDeniedLabels.d.ts +2 -2
  294. package/dist/models/updateRuntimeBindingDtoDeniedLabels.js +1 -1
  295. package/dist/models/updateRuntimeBindingDtoRequiredLabels.d.ts +2 -2
  296. package/dist/models/updateRuntimeBindingDtoRequiredLabels.js +1 -1
  297. package/dist/models/validateCapabilityDescriptorDto.d.ts +12 -0
  298. package/dist/models/validateCapabilityDescriptorDto.js +2 -0
  299. package/dist/models/validateCapabilityDescriptorDtoManifest.d.ts +13 -0
  300. package/dist/models/validateCapabilityDescriptorDtoManifest.js +9 -0
  301. package/dist/models/validateSurfaceKindDto.d.ts +14 -0
  302. package/dist/models/validateSurfaceKindDto.js +2 -0
  303. package/dist/models/validateSurfaceKindDtoManifest.d.ts +13 -0
  304. package/dist/models/validateSurfaceKindDtoManifest.js +9 -0
  305. package/dist/models/webBiomeDisplayDto.d.ts +1 -1
  306. package/dist/models/webBiomeDisplayDto.js +1 -1
  307. package/dist/models/webBiomeLoaderDto.d.ts +3 -3
  308. package/dist/models/webBiomeLoaderKind.d.ts +1 -1
  309. package/dist/models/webBiomeLoaderKind.js +1 -1
  310. package/dist/models/webBiomeProvenanceDto.d.ts +3 -3
  311. package/dist/models/webBiomeProvenanceVerdict.d.ts +1 -1
  312. package/dist/models/webBiomeProvenanceVerdict.js +1 -1
  313. package/dist/models/webBiomeRegistrationResponseDto.d.ts +8 -5
  314. package/dist/models/webBiomeRegistrationResponseDtoDataArrayEnvelope.d.ts +2 -2
  315. package/dist/models/webBiomeRegistrationResponseDtoDataEnvelope.d.ts +2 -2
  316. package/dist/models/webBiomeSignatureVerdict.d.ts +1 -1
  317. package/dist/models/webBiomeSignatureVerdict.js +1 -1
  318. package/dist/models/webBiomesControllerListParams.d.ts +1 -1
  319. package/dist/models/webBiomesControllerListParams.js +1 -1
  320. package/package.json +2 -2
  321. package/dist/endpoints/describe-objects/describe-objects.d.ts +0 -14
  322. package/dist/endpoints/describe-objects/describe-objects.js +0 -19
  323. package/dist/models/biomeInstallationIntegrationBindingInputDto.d.ts +0 -13
  324. package/dist/models/biomeInstallationIntegrationResponseDto.d.ts +0 -12
  325. package/dist/models/biomePayloadDto.d.ts +0 -19
  326. package/dist/models/biomeTrustTier.d.ts +0 -19
  327. package/dist/models/biomeTrustTier.js +0 -18
  328. package/dist/models/describeObjectsResponseDto.d.ts +0 -14
  329. package/dist/models/objectLifecycle.d.ts +0 -16
  330. package/dist/models/runtimeBindingResponseDtoConfigRef.d.ts +0 -13
  331. package/dist/models/runtimeBindingResponseDtoSecretScopeRef.d.ts +0 -13
  332. package/dist/models/runtimeBindingResponseDtoSecretScopeRef.js +0 -9
  333. package/dist/models/runtimeBindingStatus.d.ts +0 -13
  334. package/dist/models/spaceKind.d.ts +0 -20
  335. package/dist/models/xemaObjectKind.d.ts +0 -50
  336. package/dist/models/xemaObjectKind.js +0 -49
  337. package/dist/models/xemaObjectResponseDto.d.ts +0 -25
  338. package/dist/models/xemaSpaceRefDto.d.ts +0 -16
  339. package/dist/models/xemaSubjectRefDto.js +0 -9
  340. /package/dist/models/{biomePayloadDto.js → authorBiomeBundleDto.js} +0 -0
  341. /package/dist/models/{describeObjectsResponseDto.js → authorBiomeBundleResponseDto.js} +0 -0
  342. /package/dist/models/{xemaObjectResponseDto.js → authorBiomeBundleResponseDtoDataEnvelope.js} +0 -0
  343. /package/dist/models/{xemaSpaceRefDto.js → authoredBiomeBundleDto.js} +0 -0
@@ -0,0 +1,23 @@
1
+ /**
2
+ * Generated by orval v8.6.2 🍺
3
+ * Do not edit manually.
4
+ * Biome Host API
5
+ * Platform biome registry consumed by frontend hosts at bootstrap.
6
+ * OpenAPI spec version: 0.1.0
7
+ */
8
+ import type { AuthorBiomeBundleDto, AuthorBiomeBundleResponseDtoDataEnvelope, CapabilityDescriptorValidationDtoDataEnvelope, SurfaceKindValidationDtoDataEnvelope, ValidateCapabilityDescriptorDto, ValidateSurfaceKindDto } from '../../models';
9
+ /**
10
+ * @summary Generate a complete, schema-valid biome bundle (path → content) from a declaration. Writes nothing server-side.
11
+ */
12
+ export declare const getBiomeBundleAuthoringControllerAuthorUrl: () => string;
13
+ export declare const biomeBundleAuthoringControllerAuthor: (authorBiomeBundleDto: AuthorBiomeBundleDto, options?: RequestInit) => Promise<AuthorBiomeBundleResponseDtoDataEnvelope>;
14
+ /**
15
+ * @summary Validate a candidate capability contribution manifest against the kernel schema and return the normalized manifest or field-path-level issues.
16
+ */
17
+ export declare const getCapabilityDescriptorAuthoringControllerValidateUrl: () => string;
18
+ export declare const capabilityDescriptorAuthoringControllerValidate: (validateCapabilityDescriptorDto: ValidateCapabilityDescriptorDto, options?: RequestInit) => Promise<CapabilityDescriptorValidationDtoDataEnvelope>;
19
+ /**
20
+ * @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
+ */
22
+ export declare const getSurfaceKindAuthoringControllerValidateUrl: () => string;
23
+ export declare const surfaceKindAuthoringControllerValidate: (validateSurfaceKindDto: ValidateSurfaceKindDto, options?: RequestInit) => Promise<SurfaceKindValidationDtoDataEnvelope>;
@@ -0,0 +1,52 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.surfaceKindAuthoringControllerValidate = exports.getSurfaceKindAuthoringControllerValidateUrl = exports.capabilityDescriptorAuthoringControllerValidate = exports.getCapabilityDescriptorAuthoringControllerValidateUrl = exports.biomeBundleAuthoringControllerAuthor = exports.getBiomeBundleAuthoringControllerAuthorUrl = void 0;
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
+ const getBiomeBundleAuthoringControllerAuthorUrl = () => {
9
+ return `/authoring/biome-bundle`;
10
+ };
11
+ exports.getBiomeBundleAuthoringControllerAuthorUrl = getBiomeBundleAuthoringControllerAuthorUrl;
12
+ const biomeBundleAuthoringControllerAuthor = async (authorBiomeBundleDto, options) => {
13
+ return (0, custom_fetch_1.customFetch)((0, exports.getBiomeBundleAuthoringControllerAuthorUrl)(), {
14
+ ...options,
15
+ method: 'POST',
16
+ headers: { 'Content-Type': 'application/json', ...options?.headers },
17
+ body: JSON.stringify(authorBiomeBundleDto)
18
+ });
19
+ };
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
+ const getCapabilityDescriptorAuthoringControllerValidateUrl = () => {
25
+ return `/authoring/capability-descriptor/validation`;
26
+ };
27
+ exports.getCapabilityDescriptorAuthoringControllerValidateUrl = getCapabilityDescriptorAuthoringControllerValidateUrl;
28
+ const capabilityDescriptorAuthoringControllerValidate = async (validateCapabilityDescriptorDto, options) => {
29
+ return (0, custom_fetch_1.customFetch)((0, exports.getCapabilityDescriptorAuthoringControllerValidateUrl)(), {
30
+ ...options,
31
+ method: 'POST',
32
+ headers: { 'Content-Type': 'application/json', ...options?.headers },
33
+ body: JSON.stringify(validateCapabilityDescriptorDto)
34
+ });
35
+ };
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
+ const getSurfaceKindAuthoringControllerValidateUrl = () => {
41
+ return `/authoring/surface-kind/validation`;
42
+ };
43
+ exports.getSurfaceKindAuthoringControllerValidateUrl = getSurfaceKindAuthoringControllerValidateUrl;
44
+ const surfaceKindAuthoringControllerValidate = async (validateSurfaceKindDto, options) => {
45
+ return (0, custom_fetch_1.customFetch)((0, exports.getSurfaceKindAuthoringControllerValidateUrl)(), {
46
+ ...options,
47
+ method: 'POST',
48
+ headers: { 'Content-Type': 'application/json', ...options?.headers },
49
+ body: JSON.stringify(validateSurfaceKindDto)
50
+ });
51
+ };
52
+ exports.surfaceKindAuthoringControllerValidate = surfaceKindAuthoringControllerValidate;
@@ -1,23 +1,23 @@
1
1
  /**
2
- * Generated by orval v8.16.0 🍺
2
+ * Generated by orval v8.6.2 🍺
3
3
  * Do not edit manually.
4
4
  * Biome Host API
5
5
  * Platform biome registry consumed by frontend hosts at bootstrap.
6
6
  * OpenAPI spec version: 0.1.0
7
7
  */
8
- import type { BiomeApprovalResponseDtoDataEnvelope, RequestApprovalDto, ResolveApprovalDto } from '../../models';
9
- export declare const getBiomeApprovalsControllerRequestUrl: (biomeId: string, installationId: string) => string;
8
+ import type { BiomeApprovalResponseDtoDataArrayEnvelope, BiomeApprovalResponseDtoDataEnvelope, RequestApprovalDto, ResolveApprovalDto } from '../../models';
10
9
  /**
11
10
  * @summary Request an approval for a lifecycle transition on a biome installation.
12
11
  */
12
+ export declare const getBiomeApprovalsControllerRequestUrl: (biomeId: string, installationId: string) => string;
13
13
  export declare const biomeApprovalsControllerRequest: (biomeId: string, installationId: string, requestApprovalDto: RequestApprovalDto, options?: RequestInit) => Promise<BiomeApprovalResponseDtoDataEnvelope>;
14
- export declare const getBiomeApprovalsControllerListPendingUrl: (biomeId: string, installationId: string) => string;
15
14
  /**
16
15
  * @summary List pending approvals for a biome installation.
17
16
  */
18
- export declare const biomeApprovalsControllerListPending: (biomeId: string, installationId: string, options?: RequestInit) => Promise<BiomeApprovalResponseDtoDataEnvelope>;
19
- export declare const getBiomeApprovalsControllerResolveUrl: (biomeId: string, installationId: string, approvalId: string) => string;
17
+ export declare const getBiomeApprovalsControllerListPendingUrl: (biomeId: string, installationId: string) => string;
18
+ export declare const biomeApprovalsControllerListPending: (biomeId: string, installationId: string, options?: RequestInit) => Promise<BiomeApprovalResponseDtoDataArrayEnvelope>;
20
19
  /**
21
20
  * @summary Approve or reject a pending approval request.
22
21
  */
22
+ export declare const getBiomeApprovalsControllerResolveUrl: (biomeId: string, installationId: string, approvalId: string) => string;
23
23
  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
+ */
5
8
  const getBiomeApprovalsControllerRequestUrl = (biomeId, installationId) => {
6
9
  return `/platform/biomes/${biomeId}/installations/${installationId}/approvals`;
7
10
  };
8
11
  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
+ */
21
24
  const getBiomeApprovalsControllerListPendingUrl = (biomeId, installationId) => {
22
25
  return `/platform/biomes/${biomeId}/installations/${installationId}/approvals`;
23
26
  };
24
27
  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
+ */
35
38
  const getBiomeApprovalsControllerResolveUrl = (biomeId, installationId, approvalId) => {
36
39
  return `/platform/biomes/${biomeId}/installations/${installationId}/approvals/${approvalId}`;
37
40
  };
38
41
  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,68 @@
1
1
  /**
2
- * Generated by orval v8.16.0 🍺
2
+ * Generated by orval v8.6.2 🍺
3
3
  * Do not edit manually.
4
4
  * Biome Host API
5
5
  * Platform biome registry consumed by frontend hosts at bootstrap.
6
6
  * OpenAPI spec version: 0.1.0
7
7
  */
8
- import type { BiomeInstallationDeleteResponseDtoDataEnvelope, BiomeInstallationResponseDtoDataArrayEnvelope, BiomeInstallationResponseDtoDataEnvelope, BiomeLifecycleTransitionResponseDtoDataEnvelope, BiomeMcpToolsManifestResponseDtoDataEnvelope, ChainInstallBiomesDto, CreateBiomeInstallationDto, LifecycleTransitionAckDto, PromoteBiomeInstallationDto, UpdateBiomeInstallationResourcesDto } from '../../models';
9
- export declare const getBiomeInstallationsControllerCreateUrl: (projectId: string) => string;
8
+ import type { BiomeInstallationDeleteResponseDtoDataEnvelope, BiomeInstallationResponseDtoDataArrayEnvelope, BiomeInstallationResponseDtoDataEnvelope, BiomeInstallationsControllerCreateChain201, BiomeLifecycleTransitionResponseDtoDataEnvelope, BiomeMcpToolsManifestResponseDtoDataEnvelope, ChainInstallBiomesDto, CreateBiomeInstallationDto, LifecycleTransitionAckDto, PromoteBiomeInstallationDto, UpdateBiomeInstallationResourcesDto } from '../../models';
10
9
  /**
11
10
  * @summary Install a biome on this project with initial bindings + selectors
12
11
  */
12
+ export declare const getBiomeInstallationsControllerCreateUrl: (projectId: string) => string;
13
13
  export declare const biomeInstallationsControllerCreate: (projectId: string, createBiomeInstallationDto: CreateBiomeInstallationDto, options?: RequestInit) => Promise<BiomeInstallationResponseDtoDataEnvelope>;
14
- export declare const getBiomeInstallationsControllerListUrl: (projectId: string) => string;
15
14
  /**
16
15
  * @summary List biome installations for this project
17
16
  */
17
+ export declare const getBiomeInstallationsControllerListUrl: (projectId: string) => string;
18
18
  export declare const biomeInstallationsControllerList: (projectId: string, options?: RequestInit) => Promise<BiomeInstallationResponseDtoDataArrayEnvelope>;
19
- export declare const getBiomeInstallationsControllerCreateChainUrl: (projectId: string) => string;
20
19
  /**
21
20
  * @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.
22
21
  */
23
- export declare const biomeInstallationsControllerCreateChain: (projectId: string, chainInstallBiomesDto: ChainInstallBiomesDto, options?: RequestInit) => Promise<BiomeInstallationResponseDtoDataArrayEnvelope>;
24
- export declare const getBiomeInstallationsControllerGetUrl: (projectId: string, id: string) => string;
22
+ export declare const getBiomeInstallationsControllerCreateChainUrl: (projectId: string) => string;
23
+ export declare const biomeInstallationsControllerCreateChain: (projectId: string, chainInstallBiomesDto: ChainInstallBiomesDto, options?: RequestInit) => Promise<BiomeInstallationsControllerCreateChain201>;
25
24
  /**
26
25
  * @summary Get a single biome installation
27
26
  */
27
+ export declare const getBiomeInstallationsControllerGetUrl: (projectId: string, id: string) => string;
28
28
  export declare const biomeInstallationsControllerGet: (projectId: string, id: string, options?: RequestInit) => Promise<BiomeInstallationResponseDtoDataEnvelope>;
29
- export declare const getBiomeInstallationsControllerRemoveUrl: (projectId: string, id: string) => string;
30
29
  /**
31
30
  * @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.
32
31
  */
32
+ export declare const getBiomeInstallationsControllerRemoveUrl: (projectId: string, id: string) => string;
33
33
  export declare const biomeInstallationsControllerRemove: (projectId: string, id: string, options?: RequestInit) => Promise<BiomeInstallationDeleteResponseDtoDataEnvelope>;
34
- export declare const getBiomeInstallationsControllerGetMcpToolsManifestUrl: (projectId: string, id: string) => string;
35
34
  /**
36
35
  * @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.
37
36
  */
37
+ export declare const getBiomeInstallationsControllerGetMcpToolsManifestUrl: (projectId: string, id: string) => string;
38
38
  export declare const biomeInstallationsControllerGetMcpToolsManifest: (projectId: string, id: string, options?: RequestInit) => Promise<BiomeMcpToolsManifestResponseDtoDataEnvelope>;
39
- export declare const getBiomeInstallationsControllerUpdateResourcesUrl: (projectId: string, id: string) => string;
40
39
  /**
41
40
  * @summary Replace the per-adapter resource selector slices on an installation
42
41
  */
42
+ export declare const getBiomeInstallationsControllerUpdateResourcesUrl: (projectId: string, id: string) => string;
43
43
  export declare const biomeInstallationsControllerUpdateResources: (projectId: string, id: string, updateBiomeInstallationResourcesDto: UpdateBiomeInstallationResourcesDto, options?: RequestInit) => Promise<BiomeInstallationResponseDtoDataEnvelope>;
44
- export declare const getBiomeInstallationsControllerDisableUrl: (projectId: string, id: string) => string;
45
44
  /**
46
45
  * @summary Disable a biome installation without deleting its configuration
47
46
  */
47
+ export declare const getBiomeInstallationsControllerDisableUrl: (projectId: string, id: string) => string;
48
48
  export declare const biomeInstallationsControllerDisable: (projectId: string, id: string, options?: RequestInit) => Promise<BiomeInstallationResponseDtoDataEnvelope>;
49
- export declare const getBiomeLifecycleControllerPromoteUrl: (projectId: string, id: string) => string;
50
49
  /**
51
50
  * @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.
52
51
  */
52
+ export declare const getBiomeLifecycleControllerPromoteUrl: (projectId: string, id: string) => string;
53
53
  export declare const biomeLifecycleControllerPromote: (projectId: string, id: string, promoteBiomeInstallationDto: PromoteBiomeInstallationDto, options?: RequestInit) => Promise<BiomeLifecycleTransitionResponseDtoDataEnvelope>;
54
- export declare const getBiomeLifecycleControllerSubmitToStoreUrl: (projectId: string, id: string) => string;
55
54
  /**
56
55
  * @summary Submit an org-installed biome to the Xema Store. Guarded by `biome:submit-to-store@1`. Transitions org-installed → store-submitted.
57
56
  */
57
+ export declare const getBiomeLifecycleControllerSubmitToStoreUrl: (projectId: string, id: string) => string;
58
58
  export declare const biomeLifecycleControllerSubmitToStore: (projectId: string, id: string, lifecycleTransitionAckDto: LifecycleTransitionAckDto, options?: RequestInit) => Promise<BiomeLifecycleTransitionResponseDtoDataEnvelope>;
59
- export declare const getBiomeLifecycleControllerApproveInStoreUrl: (projectId: string, id: string) => string;
60
59
  /**
61
60
  * @summary Approve a submitted biome in the Xema Store. Guarded by `biome:approve-in-store@1`. Transitions store-submitted → store-approved.
62
61
  */
62
+ export declare const getBiomeLifecycleControllerApproveInStoreUrl: (projectId: string, id: string) => string;
63
63
  export declare const biomeLifecycleControllerApproveInStore: (projectId: string, id: string, lifecycleTransitionAckDto: LifecycleTransitionAckDto, options?: RequestInit) => Promise<BiomeLifecycleTransitionResponseDtoDataEnvelope>;
64
- export declare const getBiomeLifecycleControllerArchiveUrl: (projectId: string, id: string) => string;
65
64
  /**
66
65
  * @summary Archive a biome installation from any non-archived state. Guarded by `biome:archive@1`. Terminal — archived rows are never resolved.
67
66
  */
67
+ export declare const getBiomeLifecycleControllerArchiveUrl: (projectId: string, id: string) => string;
68
68
  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
+ */
5
8
  const getBiomeInstallationsControllerCreateUrl = (projectId) => {
6
9
  return `/projects/${projectId}/biome-installations`;
7
10
  };
8
11
  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
+ */
21
24
  const getBiomeInstallationsControllerListUrl = (projectId) => {
22
25
  return `/projects/${projectId}/biome-installations`;
23
26
  };
24
27
  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
+ */
35
38
  const getBiomeInstallationsControllerCreateChainUrl = (projectId) => {
36
39
  return `/projects/${projectId}/biome-installations/chain`;
37
40
  };
38
41
  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
+ */
51
54
  const getBiomeInstallationsControllerGetUrl = (projectId, id) => {
52
55
  return `/projects/${projectId}/biome-installations/${id}`;
53
56
  };
54
57
  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
+ */
65
68
  const getBiomeInstallationsControllerRemoveUrl = (projectId, id) => {
66
69
  return `/projects/${projectId}/biome-installations/${id}`;
67
70
  };
68
71
  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
+ */
79
82
  const getBiomeInstallationsControllerGetMcpToolsManifestUrl = (projectId, id) => {
80
83
  return `/projects/${projectId}/biome-installations/${id}/mcp-tools-manifest`;
81
84
  };
82
85
  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
+ */
93
96
  const getBiomeInstallationsControllerUpdateResourcesUrl = (projectId, id) => {
94
97
  return `/projects/${projectId}/biome-installations/${id}/resources`;
95
98
  };
96
99
  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
+ */
109
112
  const getBiomeInstallationsControllerDisableUrl = (projectId, id) => {
110
113
  return `/projects/${projectId}/biome-installations/${id}/disable`;
111
114
  };
112
115
  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
+ */
123
126
  const getBiomeLifecycleControllerPromoteUrl = (projectId, id) => {
124
127
  return `/projects/${projectId}/biome-installations/${id}/promote`;
125
128
  };
126
129
  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
+ */
139
142
  const getBiomeLifecycleControllerSubmitToStoreUrl = (projectId, id) => {
140
143
  return `/projects/${projectId}/biome-installations/${id}/submit-to-store`;
141
144
  };
142
145
  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
+ */
155
158
  const getBiomeLifecycleControllerApproveInStoreUrl = (projectId, id) => {
156
159
  return `/projects/${projectId}/biome-installations/${id}/approve-in-store`;
157
160
  };
158
161
  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
+ */
171
174
  const getBiomeLifecycleControllerArchiveUrl = (projectId, id) => {
172
175
  return `/projects/${projectId}/biome-installations/${id}/archive`;
173
176
  };
174
177
  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,28 +1,33 @@
1
1
  /**
2
- * Generated by orval v8.16.0 🍺
2
+ * Generated by orval v8.6.2 🍺
3
3
  * Do not edit manually.
4
4
  * Biome Host API
5
5
  * Platform biome registry consumed by frontend hosts at bootstrap.
6
6
  * OpenAPI spec version: 0.1.0
7
7
  */
8
8
  import type { CreateRuntimeBindingDto, RuntimeBindingResponseDtoDataArrayEnvelope, RuntimeBindingResponseDtoDataEnvelope, UpdateRuntimeBindingDto } from '../../models';
9
- export declare const getRuntimeBindingsControllerListUrl: (projectId: string, installationId: string) => string;
10
9
  /**
11
10
  * @summary List runtime placement bindings for this installation
12
11
  */
12
+ export declare const getRuntimeBindingsControllerListUrl: (projectId: string, installationId: string) => string;
13
13
  export declare const runtimeBindingsControllerList: (projectId: string, installationId: string, options?: RequestInit) => Promise<RuntimeBindingResponseDtoDataArrayEnvelope>;
14
- export declare const getRuntimeBindingsControllerCreateUrl: (projectId: string, installationId: string) => string;
15
14
  /**
16
15
  * @summary Bind this installation to a runtime with label constraints
17
16
  */
17
+ export declare const getRuntimeBindingsControllerCreateUrl: (projectId: string, installationId: string) => string;
18
18
  export declare const runtimeBindingsControllerCreate: (projectId: string, installationId: string, createRuntimeBindingDto: CreateRuntimeBindingDto, options?: RequestInit) => Promise<RuntimeBindingResponseDtoDataEnvelope>;
19
- export declare const getRuntimeBindingsControllerUpdateUrl: (projectId: string, installationId: string, bindingId: string) => string;
20
19
  /**
21
- * @summary Patch a runtime binding (labels, status, refs the runtime itself is immutable)
20
+ * @summary Patch operational filters or in-flight policy on a non-active runtime binding
22
21
  */
22
+ export declare const getRuntimeBindingsControllerUpdateUrl: (projectId: string, installationId: string, bindingId: string) => string;
23
23
  export declare const runtimeBindingsControllerUpdate: (projectId: string, installationId: string, bindingId: string, updateRuntimeBindingDto: UpdateRuntimeBindingDto, options?: RequestInit) => Promise<RuntimeBindingResponseDtoDataEnvelope>;
24
- export declare const getRuntimeBindingsControllerRemoveUrl: (projectId: string, installationId: string, bindingId: string) => string;
25
24
  /**
26
- * @summary Delete a runtime binding
25
+ * @summary Stop new dispatch and begin the retained runtime-binding revocation lifecycle
26
+ */
27
+ export declare const getRuntimeBindingsControllerDrainUrl: (projectId: string, installationId: string, bindingId: string) => string;
28
+ export declare const runtimeBindingsControllerDrain: (projectId: string, installationId: string, bindingId: string, options?: RequestInit) => Promise<RuntimeBindingResponseDtoDataEnvelope>;
29
+ /**
30
+ * @summary Retry identity provisioning for a pending or visibly failed binding
27
31
  */
28
- export declare const runtimeBindingsControllerRemove: (projectId: string, installationId: string, bindingId: string, options?: RequestInit) => Promise<unknown>;
32
+ export declare const getRuntimeBindingsControllerRetryUrl: (projectId: string, installationId: string, bindingId: string) => string;
33
+ export declare const runtimeBindingsControllerRetry: (projectId: string, installationId: string, bindingId: string, options?: RequestInit) => Promise<RuntimeBindingResponseDtoDataEnvelope>;
@@ -1,14 +1,14 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.runtimeBindingsControllerRemove = exports.getRuntimeBindingsControllerRemoveUrl = exports.runtimeBindingsControllerUpdate = exports.getRuntimeBindingsControllerUpdateUrl = exports.runtimeBindingsControllerCreate = exports.getRuntimeBindingsControllerCreateUrl = exports.runtimeBindingsControllerList = exports.getRuntimeBindingsControllerListUrl = void 0;
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
+ */
5
8
  const getRuntimeBindingsControllerListUrl = (projectId, installationId) => {
6
9
  return `/projects/${projectId}/biome-installations/${installationId}/runtime-bindings`;
7
10
  };
8
11
  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
+ */
19
22
  const getRuntimeBindingsControllerCreateUrl = (projectId, installationId) => {
20
23
  return `/projects/${projectId}/biome-installations/${installationId}/runtime-bindings`;
21
24
  };
22
25
  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
+ */
35
38
  const getRuntimeBindingsControllerUpdateUrl = (projectId, installationId, bindingId) => {
36
39
  return `/projects/${projectId}/biome-installations/${installationId}/runtime-bindings/${bindingId}`;
37
40
  };
38
41
  exports.getRuntimeBindingsControllerUpdateUrl = getRuntimeBindingsControllerUpdateUrl;
39
- /**
40
- * @summary Patch a runtime binding (labels, status, refs — the runtime itself is immutable)
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,17 +48,31 @@ const runtimeBindingsControllerUpdate = async (projectId, installationId, bindin
48
48
  });
49
49
  };
50
50
  exports.runtimeBindingsControllerUpdate = runtimeBindingsControllerUpdate;
51
- const getRuntimeBindingsControllerRemoveUrl = (projectId, installationId, bindingId) => {
52
- return `/projects/${projectId}/biome-installations/${installationId}/runtime-bindings/${bindingId}`;
51
+ /**
52
+ * @summary Stop new dispatch and begin the retained runtime-binding revocation lifecycle
53
+ */
54
+ const getRuntimeBindingsControllerDrainUrl = (projectId, installationId, bindingId) => {
55
+ return `/projects/${projectId}/biome-installations/${installationId}/runtime-bindings/${bindingId}/drain`;
53
56
  };
54
- exports.getRuntimeBindingsControllerRemoveUrl = getRuntimeBindingsControllerRemoveUrl;
57
+ exports.getRuntimeBindingsControllerDrainUrl = getRuntimeBindingsControllerDrainUrl;
58
+ const runtimeBindingsControllerDrain = async (projectId, installationId, bindingId, options) => {
59
+ return (0, custom_fetch_1.customFetch)((0, exports.getRuntimeBindingsControllerDrainUrl)(projectId, installationId, bindingId), {
60
+ ...options,
61
+ method: 'POST'
62
+ });
63
+ };
64
+ exports.runtimeBindingsControllerDrain = runtimeBindingsControllerDrain;
55
65
  /**
56
- * @summary Delete a runtime binding
66
+ * @summary Retry identity provisioning for a pending or visibly failed binding
57
67
  */
58
- const runtimeBindingsControllerRemove = async (projectId, installationId, bindingId, options) => {
59
- return (0, custom_fetch_1.customFetch)((0, exports.getRuntimeBindingsControllerRemoveUrl)(projectId, installationId, bindingId), {
68
+ const getRuntimeBindingsControllerRetryUrl = (projectId, installationId, bindingId) => {
69
+ return `/projects/${projectId}/biome-installations/${installationId}/runtime-bindings/${bindingId}/retry`;
70
+ };
71
+ exports.getRuntimeBindingsControllerRetryUrl = getRuntimeBindingsControllerRetryUrl;
72
+ const runtimeBindingsControllerRetry = async (projectId, installationId, bindingId, options) => {
73
+ return (0, custom_fetch_1.customFetch)((0, exports.getRuntimeBindingsControllerRetryUrl)(projectId, installationId, bindingId), {
60
74
  ...options,
61
- method: 'DELETE'
75
+ method: 'POST'
62
76
  });
63
77
  };
64
- exports.runtimeBindingsControllerRemove = runtimeBindingsControllerRemove;
78
+ exports.runtimeBindingsControllerRetry = runtimeBindingsControllerRetry;
@@ -1,13 +1,13 @@
1
1
  /**
2
- * Generated by orval v8.16.0 🍺
2
+ * Generated by orval v8.6.2 🍺
3
3
  * Do not edit manually.
4
4
  * Biome Host API
5
5
  * Platform biome registry consumed by frontend hosts at bootstrap.
6
6
  * OpenAPI spec version: 0.1.0
7
7
  */
8
8
  import type { RuntimeResponseDtoDataArrayEnvelope } from '../../models';
9
- export declare const getRuntimesControllerListUrl: () => string;
10
9
  /**
11
10
  * @summary List the registered biome runtimes
12
11
  */
12
+ export declare const getRuntimesControllerListUrl: () => string;
13
13
  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
+ */
5
8
  const getRuntimesControllerListUrl = () => {
6
9
  return `/runtimes`;
7
10
  };
8
11
  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,