@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
@@ -1,11 +1,11 @@
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
- import type { ServiceEndpointDto } from './serviceEndpointDto';
8
+ import type { ServiceEndpointDto } from './serviceEndpointDto.js';
9
9
  export interface ServiceInstanceDto {
10
10
  /** Per-replica identifier. Unique within a service `name`. */
11
11
  instanceId: string;
@@ -1,11 +1,11 @@
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
- import type { ServiceInstanceDto } from './serviceInstanceDto';
8
+ import type { ServiceInstanceDto } from './serviceInstanceDto.js';
9
9
  export interface ServiceMeshEntryDto {
10
10
  /** Canonical service slug (matches `package.json#name` minus scope). */
11
11
  name: string;
@@ -1,11 +1,11 @@
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
- import type { ServiceMeshEntryDto } from './serviceMeshEntryDto';
8
+ import type { ServiceMeshEntryDto } from './serviceMeshEntryDto.js';
9
9
  export interface ServiceMeshResponseDto {
10
10
  /** Every registered service, grouped by name. */
11
11
  services: ServiceMeshEntryDto[];
@@ -1,11 +1,11 @@
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
- import type { ServiceMeshResponseDto } from './serviceMeshResponseDto';
8
+ import type { ServiceMeshResponseDto } from './serviceMeshResponseDto.js';
9
9
  export interface ServiceMeshResponseDtoDataEnvelope {
10
10
  data: ServiceMeshResponseDto;
11
11
  }
@@ -1,11 +1,11 @@
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
- import type { AvailabilitySubjectDto } from './availabilitySubjectDto';
8
+ import type { AvailabilitySubjectDto } from './availabilitySubjectDto.js';
9
9
  export interface SetBiomeAvailabilityDto {
10
10
  /** The complete set of subjects the biome is available to. Empty array ⇒ org-wide (clears all grants). */
11
11
  subjects: AvailabilitySubjectDto[];
@@ -1,9 +1,9 @@
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
  /**
9
9
  * Subject kind. Only `user` and `group` (team) are accepted for availability; org-wide is the absence of grants.
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.6.2 🍺
3
+ * Generated by orval v8.16.0 🍺
4
4
  * Do not edit manually.
5
5
  * Biome Host API
6
6
  * Platform biome registry consumed by frontend hosts at bootstrap.
7
- * OpenAPI spec version: 0.1.0
7
+ * OpenAPI spec version: 0.1.1
8
8
  */
9
9
  Object.defineProperty(exports, "__esModule", { value: true });
10
10
  exports.SubjectKind = void 0;
@@ -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
- import type { AuthoringIssueDto } from './authoringIssueDto';
9
- import type { ContributionFileGuidanceDto } from './contributionFileGuidanceDto';
10
- import type { SurfaceKindValidationDtoManifest } from './surfaceKindValidationDtoManifest';
8
+ import type { AuthoringIssueDto } from './authoringIssueDto.js';
9
+ import type { ContributionFileGuidanceDto } from './contributionFileGuidanceDto.js';
10
+ import type { SurfaceKindValidationDtoManifest } from './surfaceKindValidationDtoManifest.js';
11
11
  export interface SurfaceKindValidationDto {
12
12
  /** True only when the candidate satisfies the kernel schema AND claims no reserved first-party kind. */
13
13
  valid: boolean;
@@ -1,11 +1,11 @@
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
- import type { SurfaceKindValidationDto } from './surfaceKindValidationDto';
8
+ import type { SurfaceKindValidationDto } from './surfaceKindValidationDto.js';
9
9
  export interface SurfaceKindValidationDtoDataEnvelope {
10
10
  data: SurfaceKindValidationDto;
11
11
  }
@@ -1,9 +1,9 @@
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
  /**
9
9
  * The NORMALIZED manifest as the kernel schema parsed it, with unknown keys stripped. Present only when `valid` is true.
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.6.2 🍺
3
+ * Generated by orval v8.16.0 🍺
4
4
  * Do not edit manually.
5
5
  * Biome Host API
6
6
  * Platform biome registry consumed by frontend hosts at bootstrap.
7
- * OpenAPI spec version: 0.1.0
7
+ * OpenAPI spec version: 0.1.1
8
8
  */
9
9
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,11 +1,11 @@
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
- import type { BiomeInstallationResourceInputDto } from './biomeInstallationResourceInputDto';
8
+ import type { BiomeInstallationResourceInputDto } from './biomeInstallationResourceInputDto.js';
9
9
  export interface UpdateBiomeInstallationResourcesDto {
10
10
  /** Replacement list of per-adapter resource selector slices. Any AdapterKind absent here is removed from the installation. */
11
11
  resources: BiomeInstallationResourceInputDto[];
@@ -1,12 +1,12 @@
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
- import type { OrgBiomeState } from './orgBiomeState';
9
- import type { OrgBiomeSurfaceMode } from './orgBiomeSurfaceMode';
8
+ import type { OrgBiomeState } from './orgBiomeState.js';
9
+ import type { OrgBiomeSurfaceMode } from './orgBiomeSurfaceMode.js';
10
10
  export interface UpdateOrgBiomeEnablementDto {
11
11
  state?: OrgBiomeState;
12
12
  surfaceMode?: OrgBiomeSurfaceMode;
@@ -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
- import type { BiomeInstallationConnectionBindingInputDto } from './biomeInstallationConnectionBindingInputDto';
9
- import type { BiomeInstallationResourceInputDto } from './biomeInstallationResourceInputDto';
10
- import type { UpdateOrgBiomeInstallationDtoConfigJson } from './updateOrgBiomeInstallationDtoConfigJson';
8
+ import type { BiomeInstallationConnectionBindingInputDto } from './biomeInstallationConnectionBindingInputDto.js';
9
+ import type { BiomeInstallationResourceInputDto } from './biomeInstallationResourceInputDto.js';
10
+ import type { UpdateOrgBiomeInstallationDtoConfigJson } from './updateOrgBiomeInstallationDtoConfigJson.js';
11
11
  export interface UpdateOrgBiomeInstallationDto {
12
12
  /** Opaque install-time configuration, validated against the biome's manifest the same way a fresh install is. Replaces the stored configJson wholesale. */
13
13
  configJson: UpdateOrgBiomeInstallationDtoConfigJson;
@@ -1,9 +1,9 @@
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
  /**
9
9
  * Opaque install-time configuration, validated against the biome's manifest the same way a fresh install is. Replaces the stored configJson wholesale.
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.6.2 🍺
3
+ * Generated by orval v8.16.0 🍺
4
4
  * Do not edit manually.
5
5
  * Biome Host API
6
6
  * Platform biome registry consumed by frontend hosts at bootstrap.
7
- * OpenAPI spec version: 0.1.0
7
+ * OpenAPI spec version: 0.1.1
8
8
  */
9
9
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -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
- import type { InFlightRevocationPolicy } from './inFlightRevocationPolicy';
9
- import type { UpdateRuntimeBindingDtoDeniedLabels } from './updateRuntimeBindingDtoDeniedLabels';
10
- import type { UpdateRuntimeBindingDtoRequiredLabels } from './updateRuntimeBindingDtoRequiredLabels';
8
+ import type { InFlightRevocationPolicy } from './inFlightRevocationPolicy.js';
9
+ import type { UpdateRuntimeBindingDtoDeniedLabels } from './updateRuntimeBindingDtoDeniedLabels.js';
10
+ import type { UpdateRuntimeBindingDtoRequiredLabels } from './updateRuntimeBindingDtoRequiredLabels.js';
11
11
  export interface UpdateRuntimeBindingDto {
12
12
  /** Labels a runner MUST advertise (key/value, AND-matched) to be eligible. */
13
13
  requiredLabels?: UpdateRuntimeBindingDtoRequiredLabels;
@@ -1,9 +1,9 @@
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
  /**
9
9
  * Labels that DISQUALIFY a runner from running this installation.
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.6.2 🍺
3
+ * Generated by orval v8.16.0 🍺
4
4
  * Do not edit manually.
5
5
  * Biome Host API
6
6
  * Platform biome registry consumed by frontend hosts at bootstrap.
7
- * OpenAPI spec version: 0.1.0
7
+ * OpenAPI spec version: 0.1.1
8
8
  */
9
9
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,9 +1,9 @@
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
  /**
9
9
  * Labels a runner MUST advertise (key/value, AND-matched) to be eligible.
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.6.2 🍺
3
+ * Generated by orval v8.16.0 🍺
4
4
  * Do not edit manually.
5
5
  * Biome Host API
6
6
  * Platform biome registry consumed by frontend hosts at bootstrap.
7
- * OpenAPI spec version: 0.1.0
7
+ * OpenAPI spec version: 0.1.1
8
8
  */
9
9
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,11 +1,11 @@
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
- import type { ValidateCapabilityDescriptorDtoManifest } from './validateCapabilityDescriptorDtoManifest';
8
+ import type { ValidateCapabilityDescriptorDtoManifest } from './validateCapabilityDescriptorDtoManifest.js';
9
9
  export interface ValidateCapabilityDescriptorDto {
10
10
  /** The `manifest` body of a capability contribution envelope — i.e. what goes under `manifest` in a `<slug>.capability.contribution.json` file. Do NOT include provenance (`biome.id` / `biome.version`): it is stamped by the ingestion pipeline from the discovering biome and is not an authored field. */
11
11
  manifest: ValidateCapabilityDescriptorDtoManifest;
@@ -1,9 +1,9 @@
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
  /**
9
9
  * The `manifest` body of a capability contribution envelope — i.e. what goes under `manifest` in a `<slug>.capability.contribution.json` file. Do NOT include provenance (`biome.id` / `biome.version`): it is stamped by the ingestion pipeline from the discovering biome and is not an authored field.
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.6.2 🍺
3
+ * Generated by orval v8.16.0 🍺
4
4
  * Do not edit manually.
5
5
  * Biome Host API
6
6
  * Platform biome registry consumed by frontend hosts at bootstrap.
7
- * OpenAPI spec version: 0.1.0
7
+ * OpenAPI spec version: 0.1.1
8
8
  */
9
9
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,11 +1,11 @@
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
- import type { ValidateSurfaceKindDtoManifest } from './validateSurfaceKindDtoManifest';
8
+ import type { ValidateSurfaceKindDtoManifest } from './validateSurfaceKindDtoManifest.js';
9
9
  export interface ValidateSurfaceKindDto {
10
10
  /** Id of the biome that will ship this contribution. Used to compute the namespaced catalogue slug `<biomeId>:<kind>`; never persisted. */
11
11
  biomeId: string;
@@ -1,9 +1,9 @@
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
  /**
9
9
  * The `manifest` body of a surface-kind contribution envelope. `kind` is the BARE, biome-local slug — the catalogue namespaces it, so do not pre-prefix it with the biome id.
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.6.2 🍺
3
+ * Generated by orval v8.16.0 🍺
4
4
  * Do not edit manually.
5
5
  * Biome Host API
6
6
  * Platform biome registry consumed by frontend hosts at bootstrap.
7
- * OpenAPI spec version: 0.1.0
7
+ * OpenAPI spec version: 0.1.1
8
8
  */
9
9
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,9 +1,9 @@
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
  export interface WebBiomeDisplayDto {
9
9
  /** Stable icon key the host shell resolves to a glyph. The closed set of renderable keys lives in the host, not here, so new biomes are never blocked by an enum bump. */
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.6.2 🍺
3
+ * Generated by orval v8.16.0 🍺
4
4
  * Do not edit manually.
5
5
  * Biome Host API
6
6
  * Platform biome registry consumed by frontend hosts at bootstrap.
7
- * OpenAPI spec version: 0.1.0
7
+ * OpenAPI spec version: 0.1.1
8
8
  */
9
9
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,21 +1,21 @@
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
- import type { WebBiomeLoaderKind } from './webBiomeLoaderKind';
9
- import type { WebBiomeProvenanceDto } from './webBiomeProvenanceDto';
8
+ import type { WebBiomeLoaderKind } from './webBiomeLoaderKind.js';
9
+ import type { WebBiomeProvenanceDto } from './webBiomeProvenanceDto.js';
10
10
  export interface WebBiomeLoaderDto {
11
11
  kind: WebBiomeLoaderKind;
12
- /** Import specifier the SPA resolves through its generated loader map. For HOST_BUNDLED this is the workspace package name; for REMOTE_FEDERATED this is the Module Federation container scope (remote name). */
12
+ /** For HOST_BUNDLED: the workspace package name — the import specifier the SPA resolves through its generated loader map. For REMOTE_FEDERATED: the Module Federation CONTAINER NAME the host passes to `registerRemotes` (e.g. "grants_web_remote"), which is the value the remote container self-registered under at build time — NOT the npm package name. */
13
13
  moduleId: string;
14
14
  /** REMOTE_FEDERATED only: URL of the Module Federation `remoteEntry.js` served from an immutable, content-addressed CDN path. Absent for HOST_BUNDLED. */
15
15
  remoteEntry?: string;
16
16
  /** REMOTE_FEDERATED only: SubResource Integrity (SRI) hash (sha-384) over the published `remoteEntry.js`. The browser re-checks integrity at fetch time. Absent for HOST_BUNDLED. */
17
17
  integrity?: string;
18
- /** REMOTE_FEDERATED only: the Module Federation exposed-module key the host loads from the remote container (e.g. "./biome"). Absent for HOST_BUNDLED. */
18
+ /** REMOTE_FEDERATED only: the Module Federation exposed-module key the host loads from the remote container. The BARE key — the host composes `<moduleId>/<exposedModule>` for `loadRemote`, which MF cannot resolve if the key carries a "./" prefix. Absent for HOST_BUNDLED. */
19
19
  exposedModule?: string;
20
20
  /** REMOTE_FEDERATED only: the `@xemahq/ui-kernel` semver range the remote was built against. The host compatibility gate compares this to its bundled kernel version before loading. Absent for HOST_BUNDLED. */
21
21
  hostContractVersion?: string;
@@ -1,9 +1,9 @@
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
  export type WebBiomeLoaderKind = typeof WebBiomeLoaderKind[keyof typeof WebBiomeLoaderKind];
9
9
  export declare const WebBiomeLoaderKind: {
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.6.2 🍺
3
+ * Generated by orval v8.16.0 🍺
4
4
  * Do not edit manually.
5
5
  * Biome Host API
6
6
  * Platform biome registry consumed by frontend hosts at bootstrap.
7
- * OpenAPI spec version: 0.1.0
7
+ * OpenAPI spec version: 0.1.1
8
8
  */
9
9
  Object.defineProperty(exports, "__esModule", { value: true });
10
10
  exports.WebBiomeLoaderKind = void 0;
@@ -1,12 +1,12 @@
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
- import type { WebBiomeProvenanceVerdict } from './webBiomeProvenanceVerdict';
9
- import type { WebBiomeSignatureVerdict } from './webBiomeSignatureVerdict';
8
+ import type { WebBiomeProvenanceVerdict } from './webBiomeProvenanceVerdict.js';
9
+ import type { WebBiomeSignatureVerdict } from './webBiomeSignatureVerdict.js';
10
10
  export interface WebBiomeProvenanceDto {
11
11
  /** Signature-verification verdict resolved server-side at install/approval time. INVALID rows are suppressed from the default loadable registry. */
12
12
  signatureVerdict: WebBiomeSignatureVerdict;
@@ -1,9 +1,9 @@
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
  /**
9
9
  * SLSA build-provenance verdict resolved server-side. INVALID rows are suppressed from the default loadable registry.
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.6.2 🍺
3
+ * Generated by orval v8.16.0 🍺
4
4
  * Do not edit manually.
5
5
  * Biome Host API
6
6
  * Platform biome registry consumed by frontend hosts at bootstrap.
7
- * OpenAPI spec version: 0.1.0
7
+ * OpenAPI spec version: 0.1.1
8
8
  */
9
9
  Object.defineProperty(exports, "__esModule", { value: true });
10
10
  exports.WebBiomeProvenanceVerdict = void 0;
@@ -1,15 +1,15 @@
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
- import type { BiomeEffectiveState } from './biomeEffectiveState';
9
- import type { BiomeProvidesDto } from './biomeProvidesDto';
10
- import type { BiomeScope } from './biomeScope';
11
- import type { WebBiomeDisplayDto } from './webBiomeDisplayDto';
12
- import type { WebBiomeLoaderDto } from './webBiomeLoaderDto';
8
+ import type { BiomeEffectiveState } from './biomeEffectiveState.js';
9
+ import type { BiomeProvidesDto } from './biomeProvidesDto.js';
10
+ import type { BiomeScope } from './biomeScope.js';
11
+ import type { WebBiomeDisplayDto } from './webBiomeDisplayDto.js';
12
+ import type { WebBiomeLoaderDto } from './webBiomeLoaderDto.js';
13
13
  export interface WebBiomeRegistrationResponseDto {
14
14
  id: string;
15
15
  /** Workspace package name from the manifest. Used as the import specifier by the SPA. */
@@ -1,11 +1,11 @@
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
- import type { WebBiomeRegistrationResponseDto } from './webBiomeRegistrationResponseDto';
8
+ import type { WebBiomeRegistrationResponseDto } from './webBiomeRegistrationResponseDto.js';
9
9
  export interface WebBiomeRegistrationResponseDtoDataArrayEnvelope {
10
10
  data: WebBiomeRegistrationResponseDto[];
11
11
  }
@@ -1,11 +1,11 @@
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
- import type { WebBiomeRegistrationResponseDto } from './webBiomeRegistrationResponseDto';
8
+ import type { WebBiomeRegistrationResponseDto } from './webBiomeRegistrationResponseDto.js';
9
9
  export interface WebBiomeRegistrationResponseDtoDataEnvelope {
10
10
  data: WebBiomeRegistrationResponseDto;
11
11
  }
@@ -1,9 +1,9 @@
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
  /**
9
9
  * Signature-verification verdict resolved server-side at install/approval time. INVALID rows are suppressed from the default loadable registry.
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.6.2 🍺
3
+ * Generated by orval v8.16.0 🍺
4
4
  * Do not edit manually.
5
5
  * Biome Host API
6
6
  * Platform biome registry consumed by frontend hosts at bootstrap.
7
- * OpenAPI spec version: 0.1.0
7
+ * OpenAPI spec version: 0.1.1
8
8
  */
9
9
  Object.defineProperty(exports, "__esModule", { value: true });
10
10
  exports.WebBiomeSignatureVerdict = void 0;