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