@xemahq/llm-registry-api-client 0.1.2 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (498) hide show
  1. package/LICENSE +175 -201
  2. package/README.md +62 -0
  3. package/dist/custom-fetch.d.ts +1 -1
  4. package/dist/custom-fetch.js +1 -1
  5. package/dist/endpoints/agent-compositions/agent-compositions.d.ts +19 -19
  6. package/dist/endpoints/agent-compositions/agent-compositions.js +33 -33
  7. package/dist/endpoints/agent-definitions/agent-definitions.d.ts +22 -22
  8. package/dist/endpoints/agent-definitions/agent-definitions.js +63 -63
  9. package/dist/endpoints/agent-model-overrides/agent-model-overrides.d.ts +6 -6
  10. package/dist/endpoints/agent-model-overrides/agent-model-overrides.js +15 -15
  11. package/dist/endpoints/agent-run-context/agent-run-context.d.ts +2 -2
  12. package/dist/endpoints/agent-run-context/agent-run-context.js +4 -4
  13. package/dist/endpoints/capability-registry/capability-registry.d.ts +6 -6
  14. package/dist/endpoints/capability-registry/capability-registry.js +15 -15
  15. package/dist/endpoints/catalog/catalog.d.ts +5 -5
  16. package/dist/endpoints/catalog/catalog.js +12 -12
  17. package/dist/endpoints/chat-widget-catalogue/chat-widget-catalogue.d.ts +13 -0
  18. package/dist/endpoints/chat-widget-catalogue/chat-widget-catalogue.js +18 -0
  19. package/dist/endpoints/code-standards/code-standards.d.ts +7 -7
  20. package/dist/endpoints/code-standards/code-standards.js +18 -18
  21. package/dist/endpoints/embedding-commitment/embedding-commitment.d.ts +12 -12
  22. package/dist/endpoints/embedding-commitment/embedding-commitment.js +33 -33
  23. package/dist/endpoints/instruction-sections/instruction-sections.d.ts +4 -4
  24. package/dist/endpoints/instruction-sections/instruction-sections.js +9 -9
  25. package/dist/endpoints/llm-readiness/llm-readiness.d.ts +3 -3
  26. package/dist/endpoints/llm-readiness/llm-readiness.js +6 -6
  27. package/dist/endpoints/llm-registry/llm-registry.d.ts +16 -16
  28. package/dist/endpoints/llm-registry/llm-registry.js +46 -46
  29. package/dist/endpoints/model-resolution-matrix/model-resolution-matrix.d.ts +6 -6
  30. package/dist/endpoints/model-resolution-matrix/model-resolution-matrix.js +15 -15
  31. package/dist/endpoints/model-strategies/model-strategies.d.ts +12 -12
  32. package/dist/endpoints/model-strategies/model-strategies.js +33 -33
  33. package/dist/endpoints/project-kits/project-kits.d.ts +3 -3
  34. package/dist/endpoints/project-kits/project-kits.js +6 -6
  35. package/dist/endpoints/role-capabilities/role-capabilities.d.ts +3 -3
  36. package/dist/endpoints/role-capabilities/role-capabilities.js +6 -6
  37. package/dist/endpoints/tool-profiles/tool-profiles.d.ts +6 -6
  38. package/dist/endpoints/tool-profiles/tool-profiles.js +15 -15
  39. package/dist/index.d.ts +1 -3
  40. package/dist/index.js +2 -4
  41. package/dist/models/agentConfigBlockDto.d.ts +6 -6
  42. package/dist/models/agentConfigBlockDtoColor.d.ts +1 -1
  43. package/dist/models/agentConfigBlockDtoColor.js +1 -1
  44. package/dist/models/agentConfigBlockDtoPermission.d.ts +1 -1
  45. package/dist/models/agentConfigBlockDtoPermission.js +1 -1
  46. package/dist/models/agentConfigBlockDtoSteps.d.ts +1 -1
  47. package/dist/models/agentConfigBlockDtoSteps.js +1 -1
  48. package/dist/models/agentConfigBlockDtoTemperature.d.ts +1 -1
  49. package/dist/models/agentConfigBlockDtoTemperature.js +1 -1
  50. package/dist/models/agentConfigBlockDtoTools.d.ts +1 -1
  51. package/dist/models/agentConfigBlockDtoTools.js +1 -1
  52. package/dist/models/agentConfigBlocksResponseDto.d.ts +2 -2
  53. package/dist/models/agentConfigBlocksResponseDtoDataEnvelope.d.ts +2 -2
  54. package/dist/models/agentDefinitionControllerBrowseTalentPoolParams.d.ts +1 -1
  55. package/dist/models/agentDefinitionControllerBrowseTalentPoolParams.js +1 -1
  56. package/dist/models/agentDefinitionControllerListDefinitionsParams.d.ts +2 -2
  57. package/dist/models/agentDefinitionControllerListInteractiveCatalogParams.d.ts +1 -1
  58. package/dist/models/agentDefinitionControllerListInteractiveCatalogParams.js +1 -1
  59. package/dist/models/agentDefinitionControllerResolveAgentBlocksParams.d.ts +1 -1
  60. package/dist/models/agentDefinitionControllerResolveAgentBlocksParams.js +1 -1
  61. package/dist/models/agentDefinitionControllerResolveAgentBundleFileAgentMode.d.ts +1 -1
  62. package/dist/models/agentDefinitionControllerResolveAgentBundleFileAgentMode.js +1 -1
  63. package/dist/models/agentDefinitionControllerResolveAgentBundleFileParams.d.ts +2 -2
  64. package/dist/models/agentDefinitionResponseDto.d.ts +9 -5
  65. package/dist/models/agentDefinitionResponseDtoDataEnvelope.d.ts +2 -2
  66. package/dist/models/agentDefinitionResponseDtoDefinitionHash.d.ts +1 -1
  67. package/dist/models/agentDefinitionResponseDtoDefinitionHash.js +1 -1
  68. package/dist/models/agentDefinitionResponseDtoModelClass.d.ts +1 -1
  69. package/dist/models/agentDefinitionResponseDtoModelClass.js +1 -1
  70. package/dist/models/agentDefinitionResponseDtoPaginatedEnvelope.d.ts +3 -3
  71. package/dist/models/agentModelOverrideControllerListParams.d.ts +1 -1
  72. package/dist/models/agentModelOverrideControllerListParams.js +1 -1
  73. package/dist/models/agentModelOverrideControllerResolveBatchParams.d.ts +1 -1
  74. package/dist/models/agentModelOverrideControllerResolveBatchParams.js +1 -1
  75. package/dist/models/agentModelOverrideControllerResolveModelParams.d.ts +1 -1
  76. package/dist/models/agentModelOverrideControllerResolveModelParams.js +1 -1
  77. package/dist/models/agentModelOverrideResponseDto.d.ts +3 -3
  78. package/dist/models/agentModelOverrideResponseDtoDataEnvelope.d.ts +2 -2
  79. package/dist/models/agentModelOverrideResponseDtoModel.d.ts +1 -1
  80. package/dist/models/agentModelOverrideResponseDtoModel.js +1 -1
  81. package/dist/models/agentModelOverrideResponseDtoPaginatedEnvelope.d.ts +3 -3
  82. package/dist/models/agentModelOverrideResponseDtoScope.d.ts +1 -1
  83. package/dist/models/agentModelOverrideResponseDtoScope.js +1 -1
  84. package/dist/models/agentProfileDto.d.ts +4 -4
  85. package/dist/models/agentProfileDtoAvatarSeed.d.ts +1 -1
  86. package/dist/models/agentProfileDtoAvatarSeed.js +1 -1
  87. package/dist/models/agentProfileDtoDataEnvelope.d.ts +2 -2
  88. package/dist/models/agentProfileDtoDescription.d.ts +1 -1
  89. package/dist/models/agentProfileDtoDescription.js +1 -1
  90. package/dist/models/agentProfileDtoModelClass.d.ts +1 -1
  91. package/dist/models/agentProfileDtoModelClass.js +1 -1
  92. package/dist/models/agentProfileDtoPaginatedEnvelope.d.ts +3 -3
  93. package/dist/models/agentRunRole.d.ts +1 -1
  94. package/dist/models/agentRunRole.js +1 -1
  95. package/dist/models/bindModelStrategyDto.d.ts +1 -1
  96. package/dist/models/bindModelStrategyDto.js +1 -1
  97. package/dist/models/bundleFileResponseDto.d.ts +4 -4
  98. package/dist/models/bundleFileResponseDtoBiomeId.d.ts +1 -1
  99. package/dist/models/bundleFileResponseDtoBiomeId.js +1 -1
  100. package/dist/models/bundleFileResponseDtoDataEnvelope.d.ts +2 -2
  101. package/dist/models/bundleFileResponseDtoForkedFrom.d.ts +1 -1
  102. package/dist/models/bundleFileResponseDtoForkedFrom.js +1 -1
  103. package/dist/models/capabilityResponseDto.d.ts +2 -2
  104. package/dist/models/capabilityResponseDtoDataEnvelope.d.ts +2 -2
  105. package/dist/models/capabilityResponseDtoDescription.d.ts +1 -1
  106. package/dist/models/capabilityResponseDtoDescription.js +1 -1
  107. package/dist/models/capabilityResponseDtoPaginatedEnvelope.d.ts +3 -3
  108. package/dist/models/catalogControllerGetModelStatusParams.d.ts +1 -1
  109. package/dist/models/catalogControllerGetModelStatusParams.js +1 -1
  110. package/dist/models/catalogControllerListModelsParams.d.ts +1 -1
  111. package/dist/models/catalogControllerListModelsParams.js +1 -1
  112. package/dist/models/catalogControllerValidateModelsParams.d.ts +1 -1
  113. package/dist/models/catalogControllerValidateModelsParams.js +1 -1
  114. package/dist/models/catalogModelDto.d.ts +1 -1
  115. package/dist/models/catalogModelDto.js +1 -1
  116. package/dist/models/catalogModelDtoPaginatedEnvelope.d.ts +3 -3
  117. package/dist/models/catalogProviderDto.d.ts +4 -4
  118. package/dist/models/catalogProviderDtoApiType.d.ts +1 -1
  119. package/dist/models/catalogProviderDtoApiType.js +1 -1
  120. package/dist/models/catalogProviderDtoAuthType.d.ts +1 -1
  121. package/dist/models/catalogProviderDtoAuthType.js +1 -1
  122. package/dist/models/catalogProviderDtoDataEnvelope.d.ts +2 -2
  123. package/dist/models/catalogProviderDtoTier.d.ts +1 -1
  124. package/dist/models/catalogProviderDtoTier.js +1 -1
  125. package/dist/models/codeStandardControllerListParams.d.ts +1 -1
  126. package/dist/models/codeStandardControllerListParams.js +1 -1
  127. package/dist/models/codeStandardResponseDto.d.ts +1 -1
  128. package/dist/models/codeStandardResponseDto.js +1 -1
  129. package/dist/models/codeStandardResponseDtoDataEnvelope.d.ts +2 -2
  130. package/dist/models/codeStandardResponseDtoPaginatedEnvelope.d.ts +3 -3
  131. package/dist/models/compositionAgentRefDto.d.ts +1 -1
  132. package/dist/models/compositionAgentRefDto.js +1 -1
  133. package/dist/models/compositionAgentRunConfigDto.d.ts +3 -3
  134. package/dist/models/compositionAgentRunConfigDto.js +1 -1
  135. package/dist/models/compositionBiomeAvailabilityDto.d.ts +13 -0
  136. package/dist/models/compositionBiomeAvailabilityDto.js +9 -0
  137. package/dist/models/compositionCapabilityLayerDto.d.ts +3 -3
  138. package/dist/models/compositionCapabilityLayerDtoMayEditRepos.d.ts +1 -1
  139. package/dist/models/compositionCapabilityLayerDtoMayEditRepos.js +1 -1
  140. package/dist/models/compositionCapabilityLayerDtoWritePolicy.d.ts +1 -1
  141. package/dist/models/compositionCapabilityLayerDtoWritePolicy.js +1 -1
  142. package/dist/models/compositionControllerListParams.d.ts +1 -1
  143. package/dist/models/compositionControllerListParams.js +1 -1
  144. package/dist/models/compositionControllerResolveDraftCapableParams.d.ts +1 -1
  145. package/dist/models/compositionControllerResolveDraftCapableParams.js +1 -1
  146. package/dist/models/compositionControllerResolveParams.d.ts +1 -1
  147. package/dist/models/compositionControllerResolveParams.js +1 -1
  148. package/dist/models/compositionCredentialDto.d.ts +16 -0
  149. package/dist/models/compositionCredentialDto.js +2 -0
  150. package/dist/models/compositionEnvVarDto.d.ts +1 -1
  151. package/dist/models/compositionEnvVarDto.js +1 -1
  152. package/dist/models/compositionModelOverrideDto.d.ts +3 -3
  153. package/dist/models/compositionModelOverrideDtoKind.d.ts +1 -1
  154. package/dist/models/compositionModelOverrideDtoKind.js +1 -1
  155. package/dist/models/compositionModelOverrideDtoModelClass.d.ts +1 -1
  156. package/dist/models/compositionModelOverrideDtoModelClass.js +1 -1
  157. package/dist/models/compositionMountLayoutDto.d.ts +5 -5
  158. package/dist/models/compositionMountLayoutDtoInputs.d.ts +1 -1
  159. package/dist/models/compositionMountLayoutDtoInputs.js +1 -1
  160. package/dist/models/compositionMountLayoutDtoMounts.d.ts +1 -1
  161. package/dist/models/compositionMountLayoutDtoMounts.js +1 -1
  162. package/dist/models/compositionMountLayoutDtoSeedFilesItem.d.ts +1 -1
  163. package/dist/models/compositionMountLayoutDtoSeedFilesItem.js +1 -1
  164. package/dist/models/compositionNodeDto.d.ts +16 -6
  165. package/dist/models/compositionNodeDtoPermission.d.ts +13 -0
  166. package/dist/models/compositionNodeDtoPermission.js +9 -0
  167. package/dist/models/compositionOutputSurfaceDto.d.ts +3 -3
  168. package/dist/models/compositionOutputSurfaceDtoMode.d.ts +1 -1
  169. package/dist/models/compositionOutputSurfaceDtoMode.js +1 -1
  170. package/dist/models/compositionPermissionsDto.d.ts +11 -0
  171. package/dist/models/compositionPermissionsDto.js +2 -0
  172. package/dist/models/compositionPermissionsToolsDto.d.ts +12 -0
  173. package/dist/models/compositionPermissionsToolsDto.js +2 -0
  174. package/dist/models/compositionPersistenceDto.d.ts +2 -2
  175. package/dist/models/compositionPersistenceDtoOverrides.d.ts +1 -1
  176. package/dist/models/compositionPersistenceDtoOverrides.js +1 -1
  177. package/dist/models/compositionResponseDto.d.ts +6 -6
  178. package/dist/models/compositionResponseDtoDataEnvelope.d.ts +2 -2
  179. package/dist/models/compositionResponseDtoLifecycle.d.ts +1 -1
  180. package/dist/models/compositionResponseDtoLifecycle.js +1 -1
  181. package/dist/models/compositionResponseDtoPaginatedEnvelope.d.ts +3 -3
  182. package/dist/models/compositionSkillRefDto.d.ts +1 -1
  183. package/dist/models/compositionSkillRefDto.js +1 -1
  184. package/dist/models/compositionToolRefDto.d.ts +2 -2
  185. package/dist/models/compositionToolRefDtoKind.d.ts +1 -1
  186. package/dist/models/compositionToolRefDtoKind.js +1 -1
  187. package/dist/models/compositionWorkingFileDto.d.ts +4 -4
  188. package/dist/models/compositionWorkingFileDtoFormat.d.ts +1 -1
  189. package/dist/models/compositionWorkingFileDtoFormat.js +1 -1
  190. package/dist/models/compositionWorkingFileDtoSourceRef.d.ts +1 -1
  191. package/dist/models/compositionWorkingFileDtoSourceRef.js +1 -1
  192. package/dist/models/compositionWorkingFileDtoSyncDirection.d.ts +1 -1
  193. package/dist/models/compositionWorkingFileDtoSyncDirection.js +1 -1
  194. package/dist/models/compositionWorkspaceDto.d.ts +12 -6
  195. package/dist/models/createAgentDefinitionDto.d.ts +3 -3
  196. package/dist/models/createAgentDefinitionDtoModelClass.d.ts +1 -1
  197. package/dist/models/createAgentDefinitionDtoModelClass.js +1 -1
  198. package/dist/models/createCapabilityDto.d.ts +1 -1
  199. package/dist/models/createCapabilityDto.js +1 -1
  200. package/dist/models/createCodeStandardDto.d.ts +2 -2
  201. package/dist/models/createCodeStandardDtoCategory.d.ts +1 -1
  202. package/dist/models/createCodeStandardDtoCategory.js +1 -1
  203. package/dist/models/createCompositionDto.d.ts +5 -5
  204. package/dist/models/createModelDto.d.ts +4 -1
  205. package/dist/models/createModelDto.js +0 -7
  206. package/dist/models/createModelResolutionRuleDto.d.ts +4 -4
  207. package/dist/models/createModelResolutionRuleDtoTargetKind.d.ts +1 -1
  208. package/dist/models/createModelResolutionRuleDtoTargetKind.js +1 -1
  209. package/dist/models/createModelResolutionRuleDtoTargetModelClass.d.ts +1 -1
  210. package/dist/models/createModelResolutionRuleDtoTargetModelClass.js +1 -1
  211. package/dist/models/createModelStrategyDto.d.ts +6 -6
  212. package/dist/models/createModelStrategyDtoProviderFocus.d.ts +1 -1
  213. package/dist/models/createModelStrategyDtoProviderFocus.js +1 -1
  214. package/dist/models/createModelStrategyDtoTier.d.ts +1 -1
  215. package/dist/models/createModelStrategyDtoTier.js +1 -1
  216. package/dist/models/createModelStrategyEntryDto.d.ts +2 -2
  217. package/dist/models/createModelStrategyEntryDtoModelClass.d.ts +1 -1
  218. package/dist/models/createModelStrategyEntryDtoModelClass.js +1 -1
  219. package/dist/models/createProjectAgentOverrideDto.d.ts +1 -1
  220. package/dist/models/createProjectAgentOverrideDto.js +1 -1
  221. package/dist/models/createProviderDto.d.ts +3 -3
  222. package/dist/models/createProviderDtoApiType.d.ts +1 -1
  223. package/dist/models/createProviderDtoApiType.js +1 -1
  224. package/dist/models/createProviderDtoAuthType.d.ts +1 -1
  225. package/dist/models/createProviderDtoAuthType.js +1 -1
  226. package/dist/models/credentialKind.d.ts +16 -0
  227. package/dist/models/credentialKind.js +18 -0
  228. package/dist/models/embeddingCommitmentDto.d.ts +4 -4
  229. package/dist/models/embeddingCommitmentDtoDataEnvelope.d.ts +2 -2
  230. package/dist/models/embeddingCommitmentDtoState.d.ts +1 -1
  231. package/dist/models/embeddingCommitmentDtoState.js +1 -1
  232. package/dist/models/embeddingMigrationDto.d.ts +3 -3
  233. package/dist/models/embeddingMigrationDtoDataEnvelope.d.ts +2 -2
  234. package/dist/models/embeddingMigrationDtoState.d.ts +1 -1
  235. package/dist/models/embeddingMigrationDtoState.js +1 -1
  236. package/dist/models/embeddingModelOptionDto.d.ts +2 -2
  237. package/dist/models/embeddingModelOptionDtoDataArrayEnvelope.d.ts +2 -2
  238. package/dist/models/embeddingProviderSummaryDto.d.ts +1 -1
  239. package/dist/models/embeddingProviderSummaryDto.js +1 -1
  240. package/dist/models/errorDetailsDto.d.ts +2 -2
  241. package/dist/models/errorDetailsDtoDetails.d.ts +1 -1
  242. package/dist/models/errorDetailsDtoDetails.js +1 -1
  243. package/dist/models/errorPayloadDto.d.ts +2 -2
  244. package/dist/models/errorResponseDto.d.ts +2 -2
  245. package/dist/models/index.d.ts +12 -15
  246. package/dist/models/index.js +12 -15
  247. package/dist/models/inputArtifactEntryDto.d.ts +1 -1
  248. package/dist/models/inputArtifactEntryDto.js +1 -1
  249. package/dist/models/instructionSectionResponseDto.d.ts +3 -3
  250. package/dist/models/instructionSectionResponseDtoDataEnvelope.d.ts +2 -2
  251. package/dist/models/instructionSectionResponseDtoOrgId.d.ts +1 -1
  252. package/dist/models/instructionSectionResponseDtoOrgId.js +1 -1
  253. package/dist/models/instructionSectionResponseDtoPaginatedEnvelope.d.ts +3 -3
  254. package/dist/models/llmReadinessDetailsDto.d.ts +1 -1
  255. package/dist/models/llmReadinessDetailsDto.js +1 -1
  256. package/dist/models/llmReadinessResponseDto.d.ts +4 -4
  257. package/dist/models/llmReadinessResponseDtoAction.d.ts +1 -1
  258. package/dist/models/llmReadinessResponseDtoAction.js +1 -1
  259. package/dist/models/llmReadinessResponseDtoDataEnvelope.d.ts +2 -2
  260. package/dist/models/llmReadinessResponseDtoStatus.d.ts +1 -1
  261. package/dist/models/llmReadinessResponseDtoStatus.js +1 -1
  262. package/dist/models/llmRegistryControllerResolveForInvocationModelClass.d.ts +1 -1
  263. package/dist/models/llmRegistryControllerResolveForInvocationModelClass.js +1 -1
  264. package/dist/models/llmRegistryControllerResolveForInvocationParams.d.ts +3 -3
  265. package/dist/models/llmRegistryControllerResolveForInvocationPurpose.d.ts +1 -1
  266. package/dist/models/llmRegistryControllerResolveForInvocationPurpose.js +1 -1
  267. package/dist/models/migrationConsumerDoneDto.d.ts +2 -2
  268. package/dist/models/migrationConsumerDoneDtoConsumer.d.ts +1 -1
  269. package/dist/models/migrationConsumerDoneDtoConsumer.js +1 -1
  270. package/dist/models/migrationConsumerFailedDto.d.ts +2 -2
  271. package/dist/models/migrationConsumerFailedDtoConsumer.d.ts +1 -1
  272. package/dist/models/migrationConsumerFailedDtoConsumer.js +1 -1
  273. package/dist/models/migrationConsumerProgressDto.d.ts +3 -3
  274. package/dist/models/migrationConsumerProgressDtoConsumer.d.ts +1 -1
  275. package/dist/models/migrationConsumerProgressDtoConsumer.js +1 -1
  276. package/dist/models/migrationConsumerProgressDtoState.d.ts +1 -1
  277. package/dist/models/migrationConsumerProgressDtoState.js +1 -1
  278. package/dist/models/migrationHeartbeatDto.d.ts +2 -2
  279. package/dist/models/migrationHeartbeatDtoConsumer.d.ts +1 -1
  280. package/dist/models/migrationHeartbeatDtoConsumer.js +1 -1
  281. package/dist/models/migrationProvisionDto.d.ts +2 -2
  282. package/dist/models/migrationProvisionDtoConsumer.d.ts +1 -1
  283. package/dist/models/migrationProvisionDtoConsumer.js +1 -1
  284. package/dist/models/migrationTargetDto.d.ts +1 -1
  285. package/dist/models/migrationTargetDto.js +1 -1
  286. package/dist/models/modelModality.d.ts +18 -0
  287. package/dist/models/modelModality.js +17 -0
  288. package/dist/models/modelResolutionRuleResponseDto.d.ts +4 -4
  289. package/dist/models/modelResolutionRuleResponseDtoDataEnvelope.d.ts +2 -2
  290. package/dist/models/modelResolutionRuleResponseDtoPaginatedEnvelope.d.ts +3 -3
  291. package/dist/models/modelResolutionRuleResponseDtoTargetKind.d.ts +1 -1
  292. package/dist/models/modelResolutionRuleResponseDtoTargetKind.js +1 -1
  293. package/dist/models/modelResolutionRuleResponseDtoTargetModelClass.d.ts +1 -1
  294. package/dist/models/modelResolutionRuleResponseDtoTargetModelClass.js +1 -1
  295. package/dist/models/modelResolutionSelectorDto.d.ts +4 -4
  296. package/dist/models/modelResolutionSelectorDtoExtra.d.ts +1 -1
  297. package/dist/models/modelResolutionSelectorDtoExtra.js +1 -1
  298. package/dist/models/modelResolutionSelectorResponseDto.d.ts +3 -3
  299. package/dist/models/modelResolutionSelectorResponseDtoExtra.d.ts +1 -1
  300. package/dist/models/modelResolutionSelectorResponseDtoExtra.js +1 -1
  301. package/dist/models/modelResponseDto.d.ts +5 -2
  302. package/dist/models/modelResponseDtoContextWindow.d.ts +1 -1
  303. package/dist/models/modelResponseDtoContextWindow.js +1 -1
  304. package/dist/models/modelResponseDtoDataEnvelope.d.ts +2 -2
  305. package/dist/models/modelResponseDtoPaginatedEnvelope.d.ts +3 -3
  306. package/dist/models/modelStatusDto.d.ts +1 -1
  307. package/dist/models/modelStatusDto.js +1 -1
  308. package/dist/models/modelStatusDtoDataEnvelope.d.ts +2 -2
  309. package/dist/models/modelStrategyEntryResponseDto.d.ts +7 -3
  310. package/dist/models/modelStrategyEntryResponseDtoModelClass.d.ts +1 -1
  311. package/dist/models/modelStrategyEntryResponseDtoModelClass.js +1 -1
  312. package/dist/models/modelStrategyResponseDto.d.ts +2 -2
  313. package/dist/models/modelStrategyResponseDtoDataEnvelope.d.ts +2 -2
  314. package/dist/models/modelStrategyResponseDtoPaginatedEnvelope.d.ts +3 -3
  315. package/dist/models/mountEntryDto.d.ts +2 -2
  316. package/dist/models/mountEntryDtoMode.d.ts +1 -1
  317. package/dist/models/mountEntryDtoMode.js +1 -1
  318. package/dist/models/mutabilityTier.d.ts +1 -1
  319. package/dist/models/mutabilityTier.js +1 -1
  320. package/dist/models/orgInteractiveSubagentDto.d.ts +6 -3
  321. package/dist/models/orgInteractiveSubagentDto.js +1 -1
  322. package/dist/models/orgInteractiveSubagentsResponseDto.d.ts +3 -3
  323. package/dist/models/orgInteractiveSubagentsResponseDtoDataEnvelope.d.ts +2 -2
  324. package/dist/models/outputSurfaceKind.d.ts +1 -1
  325. package/dist/models/outputSurfaceKind.js +1 -1
  326. package/dist/models/paginationMeta.d.ts +1 -1
  327. package/dist/models/paginationMeta.js +1 -1
  328. package/dist/models/projectAgentOverrideResponseDto.d.ts +3 -3
  329. package/dist/models/projectAgentOverrideResponseDtoDataEnvelope.d.ts +2 -2
  330. package/dist/models/projectAgentOverrideResponseDtoPaginatedEnvelope.d.ts +3 -3
  331. package/dist/models/projectAgentOverrideResponseDtoSystemPromptAppend.d.ts +1 -1
  332. package/dist/models/projectAgentOverrideResponseDtoSystemPromptAppend.js +1 -1
  333. package/dist/models/projectAgentOverrideResponseDtoTemperature.d.ts +1 -1
  334. package/dist/models/projectAgentOverrideResponseDtoTemperature.js +1 -1
  335. package/dist/models/projectKitAuthDto.d.ts +1 -1
  336. package/dist/models/projectKitAuthDto.js +1 -1
  337. package/dist/models/projectKitDefinitionDto.d.ts +5 -5
  338. package/dist/models/projectKitDefinitionDtoDataEnvelope.d.ts +2 -2
  339. package/dist/models/projectKitDefinitionDtoPaginatedEnvelope.d.ts +3 -3
  340. package/dist/models/projectKitKind.d.ts +1 -1
  341. package/dist/models/projectKitKind.js +1 -1
  342. package/dist/models/projectKitPurpose.d.ts +1 -1
  343. package/dist/models/projectKitPurpose.js +1 -1
  344. package/dist/models/projectKitSourceDto.d.ts +3 -3
  345. package/dist/models/projectKitSourceKind.d.ts +1 -1
  346. package/dist/models/projectKitSourceKind.js +1 -1
  347. package/dist/models/projectKitsControllerListParams.d.ts +1 -1
  348. package/dist/models/projectKitsControllerListParams.js +1 -1
  349. package/dist/models/projectModelStrategyBindingResponseDto.d.ts +2 -2
  350. package/dist/models/projectModelStrategyBindingResponseDtoDataEnvelope.d.ts +2 -2
  351. package/dist/models/providerResponseDto.d.ts +4 -4
  352. package/dist/models/providerResponseDtoApiType.d.ts +1 -1
  353. package/dist/models/providerResponseDtoApiType.js +1 -1
  354. package/dist/models/providerResponseDtoAuthType.d.ts +1 -1
  355. package/dist/models/providerResponseDtoAuthType.js +1 -1
  356. package/dist/models/providerResponseDtoDataEnvelope.d.ts +2 -2
  357. package/dist/models/providerResponseDtoPaginatedEnvelope.d.ts +3 -3
  358. package/dist/models/providerTestResponseDto.d.ts +1 -1
  359. package/dist/models/providerTestResponseDto.js +1 -1
  360. package/dist/models/providerTestResponseDtoDataEnvelope.d.ts +2 -2
  361. package/dist/models/publishCompositionDto.d.ts +4 -4
  362. package/dist/models/publishSemverBump.d.ts +1 -1
  363. package/dist/models/publishSemverBump.js +1 -1
  364. package/dist/models/registryVisibilityTier.d.ts +1 -1
  365. package/dist/models/registryVisibilityTier.js +1 -1
  366. package/dist/models/renderAgentRunContextRequestDto.d.ts +6 -6
  367. package/dist/models/renderAgentRunContextRequestDtoWorkflowInputs.d.ts +1 -1
  368. package/dist/models/renderAgentRunContextRequestDtoWorkflowInputs.js +1 -1
  369. package/dist/models/renderAgentRunContextResponseDto.d.ts +3 -3
  370. package/dist/models/renderAgentRunContextResponseDtoContextJson.d.ts +1 -1
  371. package/dist/models/renderAgentRunContextResponseDtoContextJson.js +1 -1
  372. package/dist/models/renderAgentRunContextResponseDtoDataEnvelope.d.ts +2 -2
  373. package/dist/models/renderedMountPlanDto.d.ts +2 -2
  374. package/dist/models/rescopeDto.d.ts +2 -2
  375. package/dist/models/resolveFullResponseDto.d.ts +11 -8
  376. package/dist/models/resolveFullResponseDtoDataEnvelope.d.ts +2 -2
  377. package/dist/models/resolveFullResponseDtoModelClass.d.ts +1 -1
  378. package/dist/models/resolveFullResponseDtoModelClass.js +1 -1
  379. package/dist/models/resolvedAgentModelResponseDto.d.ts +2 -2
  380. package/dist/models/resolvedAgentModelResponseDtoDataArrayEnvelope.d.ts +2 -2
  381. package/dist/models/resolvedAgentModelResponseDtoDataEnvelope.d.ts +2 -2
  382. package/dist/models/resolvedAgentModelResponseDtoSource.d.ts +1 -1
  383. package/dist/models/resolvedAgentModelResponseDtoSource.js +1 -1
  384. package/dist/models/resolvedAgentResponseDto.d.ts +7 -3
  385. package/dist/models/resolvedAgentResponseDtoDataEnvelope.d.ts +2 -2
  386. package/dist/models/resolvedAgentResponseDtoModelClass.d.ts +1 -1
  387. package/dist/models/resolvedAgentResponseDtoModelClass.js +1 -1
  388. package/dist/models/resolvedAgentToolProfileDto.d.ts +1 -1
  389. package/dist/models/resolvedAgentToolProfileDto.js +1 -1
  390. package/dist/models/resolvedCompositionResponseDto.d.ts +5 -5
  391. package/dist/models/resolvedCompositionResponseDtoDataEnvelope.d.ts +2 -2
  392. package/dist/models/resolvedConfigSnapshotResponseDto.d.ts +4 -4
  393. package/dist/models/resolvedConfigSnapshotResponseDtoDataEnvelope.d.ts +2 -2
  394. package/dist/models/resolvedConfigSnapshotResponseDtoPayload.d.ts +1 -1
  395. package/dist/models/resolvedConfigSnapshotResponseDtoPayload.js +1 -1
  396. package/dist/models/resolvedConfigSnapshotResponseDtoPayloadObjectKey.d.ts +1 -1
  397. package/dist/models/resolvedConfigSnapshotResponseDtoPayloadObjectKey.js +1 -1
  398. package/dist/models/resolvedEmbeddingCommitmentDto.d.ts +3 -3
  399. package/dist/models/resolvedEmbeddingCommitmentDtoDataEnvelope.d.ts +2 -2
  400. package/dist/models/resolvedEmbeddingCommitmentDtoState.d.ts +1 -1
  401. package/dist/models/resolvedEmbeddingCommitmentDtoState.js +1 -1
  402. package/dist/models/resolvedModelDecisionDto.d.ts +2 -2
  403. package/dist/models/resolvedModelRefDto.d.ts +3 -3
  404. package/dist/models/resolvedModelRefDtoKind.d.ts +1 -1
  405. package/dist/models/resolvedModelRefDtoKind.js +1 -1
  406. package/dist/models/resolvedModelRefDtoModelClass.d.ts +1 -1
  407. package/dist/models/resolvedModelRefDtoModelClass.js +1 -1
  408. package/dist/models/resolvedModelSelectionDto.d.ts +7 -3
  409. package/dist/models/resolvedModelSelectionDtoSource.d.ts +1 -1
  410. package/dist/models/resolvedModelSelectionDtoSource.js +1 -1
  411. package/dist/models/resolvedModelStubDto.d.ts +7 -4
  412. package/dist/models/resolvedModelStubDtoSource.d.ts +1 -1
  413. package/dist/models/resolvedModelStubDtoSource.js +1 -1
  414. package/dist/models/resolvedPhaseConfigDto.d.ts +8 -4
  415. package/dist/models/resolvedPhaseConfigDtoDataEnvelope.d.ts +2 -2
  416. package/dist/models/resolvedProjectConfigResponseDto.d.ts +2 -2
  417. package/dist/models/resolvedProjectConfigResponseDtoDataEnvelope.d.ts +2 -2
  418. package/dist/models/resolvedSkillEntryDto.d.ts +2 -2
  419. package/dist/models/resolvedSkillEntryDtoSource.d.ts +1 -1
  420. package/dist/models/resolvedSkillEntryDtoSource.js +1 -1
  421. package/dist/models/resolvedToolProfileDto.d.ts +3 -3
  422. package/dist/models/resolvedToolProfileDtoCatalogId.d.ts +1 -1
  423. package/dist/models/resolvedToolProfileDtoCatalogId.js +1 -1
  424. package/dist/models/resolvedToolProfileDtoDataArrayEnvelope.d.ts +2 -2
  425. package/dist/models/roleCapabilityProfileDto.d.ts +4 -4
  426. package/dist/models/roleCapabilityProfileDtoDataEnvelope.d.ts +2 -2
  427. package/dist/models/roleCapabilityProfileDtoMayEditRepos.d.ts +1 -1
  428. package/dist/models/roleCapabilityProfileDtoMayEditRepos.js +1 -1
  429. package/dist/models/roleCapabilityProfileDtoPaginatedEnvelope.d.ts +3 -3
  430. package/dist/models/roleCapabilityProfileDtoSurface.d.ts +1 -1
  431. package/dist/models/roleCapabilityProfileDtoSurface.js +1 -1
  432. package/dist/models/roleCapabilityProfileDtoWritePolicy.d.ts +1 -1
  433. package/dist/models/roleCapabilityProfileDtoWritePolicy.js +1 -1
  434. package/dist/models/scopeSource.d.ts +1 -1
  435. package/dist/models/scopeSource.js +1 -1
  436. package/dist/models/startEmbeddingMigrationDto.d.ts +1 -1
  437. package/dist/models/startEmbeddingMigrationDto.js +1 -1
  438. package/dist/models/syncModelsResponseDto.d.ts +1 -1
  439. package/dist/models/syncModelsResponseDto.js +1 -1
  440. package/dist/models/syncModelsResponseDtoDataEnvelope.d.ts +2 -2
  441. package/dist/models/toolProfileControllerDeleteProfileParams.d.ts +2 -2
  442. package/dist/models/toolProfileControllerDeleteProfileParams.js +1 -1
  443. package/dist/models/toolProfileControllerResolveProfilesParams.d.ts +2 -2
  444. package/dist/models/toolProfileControllerResolveProfilesParams.js +1 -1
  445. package/dist/models/toolProfileControllerUpsertProfileParams.d.ts +2 -2
  446. package/dist/models/toolProfileControllerUpsertProfileParams.js +1 -1
  447. package/dist/models/toolProfileResponseDto.d.ts +3 -3
  448. package/dist/models/toolProfileResponseDtoDataEnvelope.d.ts +2 -2
  449. package/dist/models/toolProfileResponseDtoPaginatedEnvelope.d.ts +3 -3
  450. package/dist/models/toolsetKey.d.ts +16 -0
  451. package/dist/models/toolsetKey.js +18 -0
  452. package/dist/models/updateAgentDefinitionDto.d.ts +2 -2
  453. package/dist/models/updateAgentDefinitionDtoModelClass.d.ts +1 -1
  454. package/dist/models/updateAgentDefinitionDtoModelClass.js +1 -1
  455. package/dist/models/updateCapabilityDto.d.ts +1 -1
  456. package/dist/models/updateCapabilityDto.js +1 -1
  457. package/dist/models/updateCodeStandardDto.d.ts +1 -1
  458. package/dist/models/updateCodeStandardDto.js +1 -1
  459. package/dist/models/updateCompositionDto.d.ts +4 -4
  460. package/dist/models/updateModelDto.d.ts +4 -1
  461. package/dist/models/updateModelDto.js +0 -7
  462. package/dist/models/updateModelResolutionRuleDto.d.ts +4 -4
  463. package/dist/models/updateModelResolutionRuleDtoTargetKind.d.ts +1 -1
  464. package/dist/models/updateModelResolutionRuleDtoTargetKind.js +1 -1
  465. package/dist/models/updateModelResolutionRuleDtoTargetModelClass.d.ts +1 -1
  466. package/dist/models/updateModelResolutionRuleDtoTargetModelClass.js +1 -1
  467. package/dist/models/updateModelStrategyDto.d.ts +1 -1
  468. package/dist/models/updateModelStrategyDto.js +1 -1
  469. package/dist/models/updateProjectAgentOverrideDto.d.ts +1 -1
  470. package/dist/models/updateProjectAgentOverrideDto.js +1 -1
  471. package/dist/models/updateProviderDto.d.ts +3 -3
  472. package/dist/models/updateProviderDtoApiType.d.ts +1 -1
  473. package/dist/models/updateProviderDtoApiType.js +1 -1
  474. package/dist/models/updateProviderDtoAuthType.d.ts +1 -1
  475. package/dist/models/updateProviderDtoAuthType.js +1 -1
  476. package/dist/models/upsertAgentModelOverrideDto.d.ts +2 -2
  477. package/dist/models/upsertAgentModelOverrideDtoScope.d.ts +1 -1
  478. package/dist/models/upsertAgentModelOverrideDtoScope.js +1 -1
  479. package/dist/models/upsertEmbeddingCommitmentDto.d.ts +1 -1
  480. package/dist/models/upsertEmbeddingCommitmentDto.js +1 -1
  481. package/dist/models/upsertInstructionSectionDto.d.ts +2 -2
  482. package/dist/models/upsertModelStrategyEntriesDto.d.ts +2 -2
  483. package/dist/models/upsertToolProfileDto.d.ts +1 -1
  484. package/dist/models/upsertToolProfileDto.js +1 -1
  485. package/dist/models/widgetKindDto.d.ts +25 -0
  486. package/dist/models/widgetKindDto.js +2 -0
  487. package/dist/models/widgetKindDtoPayloadSchema.d.ts +13 -0
  488. package/dist/models/widgetKindDtoPayloadSchema.js +9 -0
  489. package/dist/models/widgetKindDtoSource.d.ts +12 -0
  490. package/dist/models/widgetKindDtoSource.js +14 -0
  491. package/dist/models/widgetKindListDto.d.ts +11 -0
  492. package/dist/models/widgetKindListDto.js +2 -0
  493. package/dist/models/widgetKindSource.d.ts +15 -0
  494. package/dist/models/widgetKindSource.js +14 -0
  495. package/dist/models/workingFileEntryDto.d.ts +2 -2
  496. package/dist/models/workingFileEntryDtoSourceRef.d.ts +1 -1
  497. package/dist/models/workingFileEntryDtoSourceRef.js +1 -1
  498. package/package.json +12 -2
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * LLM Registry API
5
5
  * Central registry for LLM providers, models, and per-project model configuration
@@ -1,6 +1,6 @@
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
  * LLM Registry API
6
6
  * Central registry for LLM providers, models, and per-project model configuration
@@ -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
  * LLM Registry API
5
5
  * Central registry for LLM providers, models, and per-project model configuration
6
6
  * OpenAPI spec version: 0.1.0
7
7
  */
8
- import type { CapabilityResponseDto } from './capabilityResponseDto';
9
- import type { PaginationMeta } from './paginationMeta';
8
+ import type { CapabilityResponseDto } from './capabilityResponseDto.js';
9
+ import type { PaginationMeta } from './paginationMeta.js';
10
10
  export interface CapabilityResponseDtoPaginatedEnvelope {
11
11
  data: CapabilityResponseDto[];
12
12
  pagination?: PaginationMeta;
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * LLM Registry API
5
5
  * Central registry for LLM providers, models, and per-project model configuration
@@ -1,6 +1,6 @@
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
  * LLM Registry API
6
6
  * Central registry for LLM providers, models, and per-project model configuration
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * LLM Registry API
5
5
  * Central registry for LLM providers, models, and per-project model configuration
@@ -1,6 +1,6 @@
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
  * LLM Registry API
6
6
  * Central registry for LLM providers, models, and per-project model configuration
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * LLM Registry API
5
5
  * Central registry for LLM providers, models, and per-project model configuration
@@ -1,6 +1,6 @@
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
  * LLM Registry API
6
6
  * Central registry for LLM providers, models, and per-project model configuration
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * LLM Registry API
5
5
  * Central registry for LLM providers, models, and per-project model configuration
@@ -1,6 +1,6 @@
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
  * LLM Registry API
6
6
  * Central registry for LLM providers, models, and per-project model configuration
@@ -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
  * LLM Registry API
5
5
  * Central registry for LLM providers, models, and per-project model configuration
6
6
  * OpenAPI spec version: 0.1.0
7
7
  */
8
- import type { CatalogModelDto } from './catalogModelDto';
9
- import type { PaginationMeta } from './paginationMeta';
8
+ import type { CatalogModelDto } from './catalogModelDto.js';
9
+ import type { PaginationMeta } from './paginationMeta.js';
10
10
  export interface CatalogModelDtoPaginatedEnvelope {
11
11
  data: CatalogModelDto[];
12
12
  pagination?: PaginationMeta;
@@ -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
  * LLM Registry API
5
5
  * Central registry for LLM providers, models, and per-project model configuration
6
6
  * OpenAPI spec version: 0.1.0
7
7
  */
8
- import type { CatalogProviderDtoApiType } from './catalogProviderDtoApiType';
9
- import type { CatalogProviderDtoAuthType } from './catalogProviderDtoAuthType';
10
- import type { CatalogProviderDtoTier } from './catalogProviderDtoTier';
8
+ import type { CatalogProviderDtoApiType } from './catalogProviderDtoApiType.js';
9
+ import type { CatalogProviderDtoAuthType } from './catalogProviderDtoAuthType.js';
10
+ import type { CatalogProviderDtoTier } from './catalogProviderDtoTier.js';
11
11
  export interface CatalogProviderDto {
12
12
  /** Provider slug */
13
13
  slug: string;
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * LLM Registry API
5
5
  * Central registry for LLM providers, models, and per-project model configuration
@@ -1,6 +1,6 @@
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
  * LLM Registry API
6
6
  * Central registry for LLM providers, models, and per-project model configuration
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * LLM Registry API
5
5
  * Central registry for LLM providers, models, and per-project model configuration
@@ -1,6 +1,6 @@
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
  * LLM Registry API
6
6
  * Central registry for LLM providers, models, and per-project model configuration
@@ -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
  * LLM Registry API
5
5
  * Central registry for LLM providers, models, and per-project model configuration
6
6
  * OpenAPI spec version: 0.1.0
7
7
  */
8
- import type { CatalogProviderDto } from './catalogProviderDto';
8
+ import type { CatalogProviderDto } from './catalogProviderDto.js';
9
9
  export interface CatalogProviderDtoDataEnvelope {
10
10
  data: CatalogProviderDto;
11
11
  }
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * LLM Registry API
5
5
  * Central registry for LLM providers, models, and per-project model configuration
@@ -1,6 +1,6 @@
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
  * LLM Registry API
6
6
  * Central registry for LLM providers, models, and per-project model configuration
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * LLM Registry API
5
5
  * Central registry for LLM providers, models, and per-project model configuration
@@ -1,6 +1,6 @@
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
  * LLM Registry API
6
6
  * Central registry for LLM providers, models, and per-project model configuration
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * LLM Registry API
5
5
  * Central registry for LLM providers, models, and per-project model configuration
@@ -1,6 +1,6 @@
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
  * LLM Registry API
6
6
  * Central registry for LLM providers, models, and per-project model configuration
@@ -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
  * LLM Registry API
5
5
  * Central registry for LLM providers, models, and per-project model configuration
6
6
  * OpenAPI spec version: 0.1.0
7
7
  */
8
- import type { CodeStandardResponseDto } from './codeStandardResponseDto';
8
+ import type { CodeStandardResponseDto } from './codeStandardResponseDto.js';
9
9
  export interface CodeStandardResponseDtoDataEnvelope {
10
10
  data: CodeStandardResponseDto;
11
11
  }
@@ -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
  * LLM Registry API
5
5
  * Central registry for LLM providers, models, and per-project model configuration
6
6
  * OpenAPI spec version: 0.1.0
7
7
  */
8
- import type { CodeStandardResponseDto } from './codeStandardResponseDto';
9
- import type { PaginationMeta } from './paginationMeta';
8
+ import type { CodeStandardResponseDto } from './codeStandardResponseDto.js';
9
+ import type { PaginationMeta } from './paginationMeta.js';
10
10
  export interface CodeStandardResponseDtoPaginatedEnvelope {
11
11
  data: CodeStandardResponseDto[];
12
12
  pagination?: PaginationMeta;
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * LLM Registry API
5
5
  * Central registry for LLM providers, models, and per-project model configuration
@@ -1,6 +1,6 @@
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
  * LLM Registry API
6
6
  * Central registry for LLM providers, models, and per-project model configuration
@@ -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
  * LLM Registry API
5
5
  * Central registry for LLM providers, models, and per-project model configuration
6
6
  * OpenAPI spec version: 0.1.0
7
7
  */
8
8
  export interface CompositionAgentRunConfigDto {
9
- /** Phase key. */
10
- phase: string;
9
+ /** Stage key. */
10
+ stage: string;
11
11
  /** Canonical AgentRunRole — drives renderer + system-overlay framing. */
12
12
  role: string;
13
13
  /** Deliverable-spec ref. May carry a `${input.x}` token — resolved downstream by the workspace pipeline against the run bind inputs. */
@@ -1,6 +1,6 @@
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
  * LLM Registry API
6
6
  * Central registry for LLM providers, models, and per-project model configuration
@@ -0,0 +1,13 @@
1
+ /**
2
+ * Generated by orval v8.16.0 🍺
3
+ * Do not edit manually.
4
+ * LLM Registry API
5
+ * Central registry for LLM providers, models, and per-project model configuration
6
+ * OpenAPI spec version: 0.1.0
7
+ */
8
+ export interface CompositionBiomeAvailabilityDto {
9
+ /** Allow-list of biome ids. When non-empty, ONLY contributions whose owning biome is listed survive (non-biome contributions always pass). Absent/empty ⇒ all biomes allowed unless excluded. */
10
+ include?: string[];
11
+ /** Deny-list of biome ids. A contribution whose owning biome is listed is always dropped, even if it also appears in include. Absent/empty ⇒ nothing force-excluded. */
12
+ exclude?: string[];
13
+ }
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ /**
3
+ * Generated by orval v8.16.0 🍺
4
+ * Do not edit manually.
5
+ * LLM Registry API
6
+ * Central registry for LLM providers, models, and per-project model configuration
7
+ * OpenAPI spec version: 0.1.0
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -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
  * LLM Registry API
5
5
  * Central registry for LLM providers, models, and per-project model configuration
6
6
  * OpenAPI spec version: 0.1.0
7
7
  */
8
- import type { CompositionCapabilityLayerDtoMayEditRepos } from './compositionCapabilityLayerDtoMayEditRepos';
9
- import type { CompositionCapabilityLayerDtoWritePolicy } from './compositionCapabilityLayerDtoWritePolicy';
8
+ import type { CompositionCapabilityLayerDtoMayEditRepos } from './compositionCapabilityLayerDtoMayEditRepos.js';
9
+ import type { CompositionCapabilityLayerDtoWritePolicy } from './compositionCapabilityLayerDtoWritePolicy.js';
10
10
  export interface CompositionCapabilityLayerDto {
11
11
  writePolicy: CompositionCapabilityLayerDtoWritePolicy;
12
12
  mayEditRepos: CompositionCapabilityLayerDtoMayEditRepos;
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * LLM Registry API
5
5
  * Central registry for LLM providers, models, and per-project model configuration
@@ -1,6 +1,6 @@
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
  * LLM Registry API
6
6
  * Central registry for LLM providers, models, and per-project model configuration
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * LLM Registry API
5
5
  * Central registry for LLM providers, models, and per-project model configuration
@@ -1,6 +1,6 @@
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
  * LLM Registry API
6
6
  * Central registry for LLM providers, models, and per-project model configuration
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * LLM Registry API
5
5
  * Central registry for LLM providers, models, and per-project model configuration
@@ -1,6 +1,6 @@
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
  * LLM Registry API
6
6
  * Central registry for LLM providers, models, and per-project model configuration
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * LLM Registry API
5
5
  * Central registry for LLM providers, models, and per-project model configuration
@@ -1,6 +1,6 @@
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
  * LLM Registry API
6
6
  * Central registry for LLM providers, models, and per-project model configuration
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * LLM Registry API
5
5
  * Central registry for LLM providers, models, and per-project model configuration
@@ -1,6 +1,6 @@
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
  * LLM Registry API
6
6
  * Central registry for LLM providers, models, and per-project model configuration
@@ -0,0 +1,16 @@
1
+ /**
2
+ * Generated by orval v8.16.0 🍺
3
+ * Do not edit manually.
4
+ * LLM Registry API
5
+ * Central registry for LLM providers, models, and per-project model configuration
6
+ * OpenAPI spec version: 0.1.0
7
+ */
8
+ import type { CredentialKind } from './credentialKind.js';
9
+ export interface CompositionCredentialDto {
10
+ name: string;
11
+ kind: CredentialKind;
12
+ /** Opaque source ref the credential broker resolves the secret from. */
13
+ sourceRef: string;
14
+ /** When true the run fails fast if the credential is unresolvable. */
15
+ required: boolean;
16
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * LLM Registry API
5
5
  * Central registry for LLM providers, models, and per-project model configuration
@@ -1,6 +1,6 @@
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
  * LLM Registry API
6
6
  * Central registry for LLM providers, models, and per-project model configuration
@@ -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
  * LLM Registry API
5
5
  * Central registry for LLM providers, models, and per-project model configuration
6
6
  * OpenAPI spec version: 0.1.0
7
7
  */
8
- import type { CompositionModelOverrideDtoKind } from './compositionModelOverrideDtoKind';
9
- import type { CompositionModelOverrideDtoModelClass } from './compositionModelOverrideDtoModelClass';
8
+ import type { CompositionModelOverrideDtoKind } from './compositionModelOverrideDtoKind.js';
9
+ import type { CompositionModelOverrideDtoModelClass } from './compositionModelOverrideDtoModelClass.js';
10
10
  export interface CompositionModelOverrideDto {
11
11
  kind: CompositionModelOverrideDtoKind;
12
12
  modelId?: string;
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * LLM Registry API
5
5
  * Central registry for LLM providers, models, and per-project model configuration
@@ -1,6 +1,6 @@
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
  * LLM Registry API
6
6
  * Central registry for LLM providers, models, and per-project model configuration
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * LLM Registry API
5
5
  * Central registry for LLM providers, models, and per-project model configuration
@@ -1,6 +1,6 @@
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
  * LLM Registry API
6
6
  * Central registry for LLM providers, models, and per-project model configuration
@@ -1,14 +1,14 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * LLM Registry API
5
5
  * Central registry for LLM providers, models, and per-project model configuration
6
6
  * OpenAPI spec version: 0.1.0
7
7
  */
8
- import type { CompositionAgentRunConfigDto } from './compositionAgentRunConfigDto';
9
- import type { CompositionMountLayoutDtoInputs } from './compositionMountLayoutDtoInputs';
10
- import type { CompositionMountLayoutDtoMounts } from './compositionMountLayoutDtoMounts';
11
- import type { CompositionMountLayoutDtoSeedFilesItem } from './compositionMountLayoutDtoSeedFilesItem';
8
+ import type { CompositionAgentRunConfigDto } from './compositionAgentRunConfigDto.js';
9
+ import type { CompositionMountLayoutDtoInputs } from './compositionMountLayoutDtoInputs.js';
10
+ import type { CompositionMountLayoutDtoMounts } from './compositionMountLayoutDtoMounts.js';
11
+ import type { CompositionMountLayoutDtoSeedFilesItem } from './compositionMountLayoutDtoSeedFilesItem.js';
12
12
  export interface CompositionMountLayoutDto {
13
13
  /** Raw spec.mounts block — manifest DSL ManifestMountDeclaration map keyed by AWP slot key. */
14
14
  mounts: CompositionMountLayoutDtoMounts;
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * LLM Registry API
5
5
  * Central registry for LLM providers, models, and per-project model configuration
@@ -1,6 +1,6 @@
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
  * LLM Registry API
6
6
  * Central registry for LLM providers, models, and per-project model configuration
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * LLM Registry API
5
5
  * Central registry for LLM providers, models, and per-project model configuration
@@ -1,6 +1,6 @@
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
  * LLM Registry API
6
6
  * Central registry for LLM providers, models, and per-project model configuration
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * LLM Registry API
5
5
  * Central registry for LLM providers, models, and per-project model configuration
@@ -1,6 +1,6 @@
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
  * LLM Registry API
6
6
  * Central registry for LLM providers, models, and per-project model configuration