@xemahq/llm-registry-api-client 0.4.0 → 0.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +0 -1
- package/dist/endpoints/agent-agents/agent-agents.d.ts +6 -1
- package/dist/endpoints/agent-agents/agent-agents.js +34 -1
- package/dist/endpoints/agent-kernels/agent-kernels.d.ts +5 -5
- package/dist/endpoints/agent-kernels/agent-kernels.js +9 -26
- package/dist/endpoints/catalog/catalog.d.ts +2 -2
- package/dist/endpoints/llm-registry/llm-registry.d.ts +16 -1
- package/dist/endpoints/llm-registry/llm-registry.js +45 -1
- package/dist/endpoints/tool-profiles/tool-profiles.d.ts +7 -7
- package/dist/endpoints/tool-profiles/tool-profiles.js +12 -69
- package/dist/models/agentBundleRenderDto.d.ts +19 -0
- package/dist/models/{agentKernelControllerResolveAgentBundleFileAgentMode.d.ts → agentBundleRenderDtoAgentMode.d.ts} +5 -2
- package/dist/models/{agentKernelControllerResolveAgentBundleFileAgentMode.js → agentBundleRenderDtoAgentMode.js} +2 -2
- package/dist/models/agentCapabilityAnalysisDto.d.ts +21 -0
- package/dist/models/{agentDefinitionResponseDtoDataEnvelope.d.ts → agentCapabilityAnalysisDtoDataEnvelope.d.ts} +3 -3
- package/dist/models/{compositionControllerResolveParams.d.ts → agentControllerCapabilityAnalysisParams.d.ts} +1 -1
- package/dist/models/agentNodeDto.d.ts +4 -4
- package/dist/models/agentNodeDtoPromptMode.d.ts +15 -0
- package/dist/models/{compositionToolRefDtoKind.js → agentNodeDtoPromptMode.js} +4 -4
- package/dist/models/agentReachTier.d.ts +17 -0
- package/dist/models/{compositionModelOverrideDtoKind.js → agentReachTier.js} +6 -4
- package/dist/models/agentResponseDto.d.ts +11 -0
- package/dist/models/agentSessionLifecycle.d.ts +15 -0
- package/dist/models/{compositionOutputSurfaceDtoMode.js → agentSessionLifecycle.js} +4 -4
- package/dist/models/{catalogProviderDtoDataEnvelope.d.ts → catalogProviderDtoDataArrayEnvelope.d.ts} +2 -2
- package/dist/models/createAgentDto.d.ts +11 -0
- package/dist/models/index.d.ts +21 -6
- package/dist/models/index.js +21 -6
- package/dist/models/modelMode.d.ts +15 -0
- package/dist/models/modelMode.js +14 -0
- package/dist/models/modelPricingTierDto.d.ts +19 -0
- package/dist/models/modelResolutionSelectorDto.d.ts +3 -0
- package/dist/models/{createAgentDefinitionDtoModelClass.d.ts → modelResolutionSelectorDtoModelClass.d.ts} +3 -3
- package/dist/models/{agentDefinitionResponseDtoModelClass.js → modelResolutionSelectorDtoModelClass.js} +2 -2
- package/dist/models/modelResolutionSelectorResponseDto.d.ts +3 -0
- package/dist/models/{agentDefinitionResponseDtoModelClass.d.ts → modelResolutionSelectorResponseDtoModelClass.d.ts} +5 -2
- package/dist/models/{compositionModelOverrideDtoModelClass.js → modelResolutionSelectorResponseDtoModelClass.js} +2 -2
- package/dist/models/modelResponseDto.d.ts +77 -0
- package/dist/models/{compositionPermissionsDto.d.ts → probeProviderDto.d.ts} +5 -3
- package/dist/models/{createSystemProviderDtoApiType.d.ts → probeProviderDtoApiType.d.ts} +3 -3
- package/dist/models/{createSystemProviderDtoApiType.js → probeProviderDtoApiType.js} +3 -3
- package/dist/models/probedModelDto.d.ts +15 -0
- package/dist/models/promptMergeMode.d.ts +15 -0
- package/dist/models/promptMergeMode.js +14 -0
- package/dist/models/providerProbeResponseDto.d.ts +12 -0
- package/dist/models/{compositionAgentRefDto.d.ts → providerProbeResponseDtoDataEnvelope.d.ts} +3 -4
- package/dist/models/resolvedAgentResponseDto.d.ts +13 -0
- package/dist/models/resolvedConfigSnapshotResponseDto.d.ts +0 -5
- package/dist/models/toolProfileResponseDto.d.ts +0 -2
- package/dist/models/{agentDefinitionResponseDtoDefinitionHash.d.ts → unresolvedToolDto.d.ts} +5 -3
- package/dist/models/updateAgentDto.d.ts +11 -0
- package/dist/models/workspaceSharingPolicy.d.ts +15 -0
- package/dist/models/workspaceSharingPolicy.js +14 -0
- package/package.json +12 -2
- package/dist/endpoints/admin-platform-providers/admin-platform-providers.d.ts +0 -38
- package/dist/endpoints/admin-platform-providers/admin-platform-providers.js +0 -94
- package/dist/endpoints/agent-compositions/agent-compositions.d.ts +0 -66
- package/dist/endpoints/agent-compositions/agent-compositions.js +0 -217
- package/dist/endpoints/agent-definitions/agent-definitions.d.ts +0 -113
- package/dist/endpoints/agent-definitions/agent-definitions.js +0 -403
- package/dist/endpoints/describe-objects/describe-objects.d.ts +0 -14
- package/dist/endpoints/describe-objects/describe-objects.js +0 -19
- package/dist/endpoints/health/health.d.ts +0 -15
- package/dist/endpoints/health/health.js +0 -53
- package/dist/models/agentDefinitionControllerBrowseTalentPoolParams.d.ts +0 -25
- package/dist/models/agentDefinitionControllerListDefinitionsParams.d.ts +0 -15
- package/dist/models/agentDefinitionControllerListInteractiveCatalogParams.d.ts +0 -21
- package/dist/models/agentDefinitionControllerResolveAgentBlocksParams.d.ts +0 -13
- package/dist/models/agentDefinitionControllerResolveAgentBundleFileAgentMode.d.ts +0 -12
- package/dist/models/agentDefinitionControllerResolveAgentBundleFileAgentMode.js +0 -14
- package/dist/models/agentDefinitionControllerResolveAgentBundleFileParams.d.ts +0 -14
- package/dist/models/agentDefinitionResponseDto.d.ts +0 -58
- package/dist/models/agentDefinitionResponseDtoPaginatedEnvelope.d.ts +0 -13
- package/dist/models/agentKernelControllerResolveAgentBundleFileParams.d.ts +0 -14
- package/dist/models/compositionAgentRefDto.js +0 -9
- package/dist/models/compositionAgentRunConfigDto.d.ts +0 -15
- package/dist/models/compositionAgentRunConfigDto.js +0 -9
- package/dist/models/compositionBiomeAvailabilityDto.d.ts +0 -13
- package/dist/models/compositionBiomeAvailabilityDto.js +0 -9
- package/dist/models/compositionCapabilityLayerDto.d.ts +0 -15
- package/dist/models/compositionCapabilityLayerDto.js +0 -2
- package/dist/models/compositionCapabilityLayerDtoMayEditRepos.d.ts +0 -12
- package/dist/models/compositionCapabilityLayerDtoMayEditRepos.js +0 -14
- package/dist/models/compositionCapabilityLayerDtoWritePolicy.d.ts +0 -13
- package/dist/models/compositionCapabilityLayerDtoWritePolicy.js +0 -15
- package/dist/models/compositionControllerListParams.d.ts +0 -12
- package/dist/models/compositionControllerListParams.js +0 -9
- package/dist/models/compositionControllerResolveDraftCapableParams.d.ts +0 -10
- package/dist/models/compositionControllerResolveDraftCapableParams.js +0 -9
- package/dist/models/compositionControllerResolveParams.js +0 -9
- package/dist/models/compositionCredentialDto.d.ts +0 -16
- package/dist/models/compositionCredentialDto.js +0 -2
- package/dist/models/compositionEnvVarDto.d.ts +0 -12
- package/dist/models/compositionEnvVarDto.js +0 -9
- package/dist/models/compositionModelOverrideDto.d.ts +0 -20
- package/dist/models/compositionModelOverrideDto.js +0 -2
- package/dist/models/compositionModelOverrideDtoKind.d.ts +0 -12
- package/dist/models/compositionModelOverrideDtoModelClass.d.ts +0 -15
- package/dist/models/compositionMountLayoutDto.d.ts +0 -20
- package/dist/models/compositionMountLayoutDto.js +0 -2
- package/dist/models/compositionMountLayoutDtoInputs.d.ts +0 -13
- package/dist/models/compositionMountLayoutDtoInputs.js +0 -9
- package/dist/models/compositionMountLayoutDtoMounts.d.ts +0 -13
- package/dist/models/compositionMountLayoutDtoMounts.js +0 -9
- package/dist/models/compositionMountLayoutDtoSeedFilesItem.d.ts +0 -10
- package/dist/models/compositionMountLayoutDtoSeedFilesItem.js +0 -9
- package/dist/models/compositionNodeDto.d.ts +0 -31
- package/dist/models/compositionNodeDto.js +0 -2
- package/dist/models/compositionNodeDtoPermission.d.ts +0 -13
- package/dist/models/compositionNodeDtoPermission.js +0 -9
- package/dist/models/compositionOutputSurfaceDto.d.ts +0 -25
- package/dist/models/compositionOutputSurfaceDto.js +0 -2
- package/dist/models/compositionOutputSurfaceDtoMode.d.ts +0 -12
- package/dist/models/compositionPermissionsDto.js +0 -2
- package/dist/models/compositionPermissionsToolsDto.d.ts +0 -12
- package/dist/models/compositionPermissionsToolsDto.js +0 -2
- package/dist/models/compositionPersistenceDto.d.ts +0 -14
- package/dist/models/compositionPersistenceDto.js +0 -2
- package/dist/models/compositionPersistenceDtoOverrides.d.ts +0 -13
- package/dist/models/compositionPersistenceDtoOverrides.js +0 -9
- package/dist/models/compositionResponseDto.d.ts +0 -42
- package/dist/models/compositionResponseDto.js +0 -2
- package/dist/models/compositionResponseDtoDataEnvelope.d.ts +0 -11
- package/dist/models/compositionResponseDtoDataEnvelope.js +0 -2
- package/dist/models/compositionResponseDtoLifecycle.d.ts +0 -13
- package/dist/models/compositionResponseDtoLifecycle.js +0 -15
- package/dist/models/compositionResponseDtoPaginatedEnvelope.d.ts +0 -13
- package/dist/models/compositionResponseDtoPaginatedEnvelope.js +0 -2
- package/dist/models/compositionSkillRefDto.d.ts +0 -12
- package/dist/models/compositionSkillRefDto.js +0 -9
- package/dist/models/compositionToolRefDto.d.ts +0 -16
- package/dist/models/compositionToolRefDto.js +0 -2
- package/dist/models/compositionToolRefDtoKind.d.ts +0 -12
- package/dist/models/compositionWorkingFileDto.d.ts +0 -18
- package/dist/models/compositionWorkingFileDto.js +0 -2
- package/dist/models/compositionWorkingFileDtoFormat.d.ts +0 -15
- package/dist/models/compositionWorkingFileDtoFormat.js +0 -17
- package/dist/models/compositionWorkingFileDtoSourceRef.d.ts +0 -10
- package/dist/models/compositionWorkingFileDtoSourceRef.js +0 -9
- package/dist/models/compositionWorkingFileDtoSyncDirection.d.ts +0 -13
- package/dist/models/compositionWorkingFileDtoSyncDirection.js +0 -15
- package/dist/models/compositionWorkspaceDto.d.ts +0 -26
- package/dist/models/compositionWorkspaceDto.js +0 -2
- package/dist/models/createAgentDefinitionDto.d.ts +0 -35
- package/dist/models/createAgentDefinitionDto.js +0 -2
- package/dist/models/createAgentDefinitionDtoModelClass.js +0 -17
- package/dist/models/createCompositionDto.d.ts +0 -27
- package/dist/models/createCompositionDto.js +0 -2
- package/dist/models/createSystemProviderDto.d.ts +0 -27
- package/dist/models/createSystemProviderDto.js +0 -2
- package/dist/models/createSystemProviderDtoAuthType.d.ts +0 -12
- package/dist/models/createSystemProviderDtoAuthType.js +0 -14
- package/dist/models/describeObjectsResponseDto.d.ts +0 -14
- package/dist/models/describeObjectsResponseDto.js +0 -2
- package/dist/models/objectLifecycle.d.ts +0 -16
- package/dist/models/objectLifecycle.js +0 -15
- package/dist/models/publishCompositionDto.d.ts +0 -19
- package/dist/models/publishCompositionDto.js +0 -2
- package/dist/models/resolvedAgentResponseDtoModelClass.d.ts +0 -15
- package/dist/models/resolvedAgentResponseDtoModelClass.js +0 -17
- package/dist/models/resolvedCompositionResponseDto.d.ts +0 -23
- package/dist/models/resolvedCompositionResponseDto.js +0 -2
- package/dist/models/resolvedCompositionResponseDtoDataEnvelope.d.ts +0 -11
- package/dist/models/resolvedCompositionResponseDtoDataEnvelope.js +0 -2
- package/dist/models/rotateKeyDto.d.ts +0 -10
- package/dist/models/rotateKeyDto.js +0 -9
- package/dist/models/spaceKind.d.ts +0 -20
- package/dist/models/spaceKind.js +0 -19
- package/dist/models/toolProfileControllerDeleteProfileParams.d.ts +0 -13
- package/dist/models/toolProfileControllerDeleteProfileParams.js +0 -9
- package/dist/models/toolProfileControllerResolveProfilesParams.d.ts +0 -13
- package/dist/models/toolProfileControllerResolveProfilesParams.js +0 -9
- package/dist/models/toolProfileControllerUpsertProfileParams.d.ts +0 -13
- package/dist/models/toolProfileControllerUpsertProfileParams.js +0 -9
- package/dist/models/updateAgentDefinitionDto.d.ts +0 -20
- package/dist/models/updateAgentDefinitionDto.js +0 -2
- package/dist/models/updateAgentDefinitionDtoModelClass.d.ts +0 -15
- package/dist/models/updateAgentDefinitionDtoModelClass.js +0 -17
- package/dist/models/updateCompositionDto.d.ts +0 -18
- package/dist/models/updateCompositionDto.js +0 -2
- package/dist/models/updateSystemProviderDto.d.ts +0 -22
- package/dist/models/updateSystemProviderDto.js +0 -2
- package/dist/models/updateSystemProviderDtoApiType.d.ts +0 -13
- package/dist/models/updateSystemProviderDtoApiType.js +0 -15
- package/dist/models/updateSystemProviderDtoAuthType.d.ts +0 -12
- package/dist/models/updateSystemProviderDtoAuthType.js +0 -14
- package/dist/models/widgetKindDtoSource.d.ts +0 -12
- package/dist/models/widgetKindDtoSource.js +0 -14
- package/dist/models/xemaObjectKind.d.ts +0 -51
- package/dist/models/xemaObjectKind.js +0 -50
- package/dist/models/xemaObjectResponseDto.d.ts +0 -26
- package/dist/models/xemaObjectResponseDto.js +0 -2
- package/dist/models/xemaObjectResponseDtoPayload.d.ts +0 -13
- package/dist/models/xemaObjectResponseDtoPayload.js +0 -9
- package/dist/models/xemaSpaceRefDto.d.ts +0 -16
- package/dist/models/xemaSpaceRefDto.js +0 -2
- package/dist/models/xemaSubjectRefDto.d.ts +0 -11
- package/dist/models/xemaSubjectRefDto.js +0 -9
- /package/dist/models/{agentDefinitionControllerListDefinitionsParams.js → agentBundleRenderDto.js} +0 -0
- /package/dist/models/{agentDefinitionControllerResolveAgentBundleFileParams.js → agentCapabilityAnalysisDto.js} +0 -0
- /package/dist/models/{agentDefinitionResponseDto.js → agentCapabilityAnalysisDtoDataEnvelope.js} +0 -0
- /package/dist/models/{agentDefinitionControllerBrowseTalentPoolParams.js → agentControllerCapabilityAnalysisParams.js} +0 -0
- /package/dist/models/{agentDefinitionResponseDtoDataEnvelope.js → catalogProviderDtoDataArrayEnvelope.js} +0 -0
- /package/dist/models/{agentDefinitionControllerListInteractiveCatalogParams.js → modelPricingTierDto.js} +0 -0
- /package/dist/models/{agentDefinitionResponseDtoPaginatedEnvelope.js → probeProviderDto.js} +0 -0
- /package/dist/models/{agentDefinitionControllerResolveAgentBlocksParams.js → probedModelDto.js} +0 -0
- /package/dist/models/{agentKernelControllerResolveAgentBundleFileParams.js → providerProbeResponseDto.js} +0 -0
- /package/dist/models/{catalogProviderDtoDataEnvelope.js → providerProbeResponseDtoDataEnvelope.js} +0 -0
- /package/dist/models/{agentDefinitionResponseDtoDefinitionHash.js → unresolvedToolDto.js} +0 -0
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/**
|
|
3
|
-
* Generated by orval v8.6.2 🍺
|
|
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 });
|
|
10
|
-
exports.ObjectLifecycle = void 0;
|
|
11
|
-
exports.ObjectLifecycle = {
|
|
12
|
-
draft: 'draft',
|
|
13
|
-
published: 'published',
|
|
14
|
-
archived: 'archived',
|
|
15
|
-
};
|
|
@@ -1,19 +0,0 @@
|
|
|
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 { PublishSemverBump } from './publishSemverBump.js';
|
|
9
|
-
export interface PublishCompositionDto {
|
|
10
|
-
/** Id of the draft Agent row to publish — the "revision" of this slug being frozen. The service refuses anything that does not currently resolve to a `draft`-lifecycle row for this slug. */
|
|
11
|
-
fromDraftRevisionId: string;
|
|
12
|
-
/** Semver bump to apply against the latest published version for this slug. The service refuses any other shape. */
|
|
13
|
-
semverBump: PublishSemverBump;
|
|
14
|
-
/**
|
|
15
|
-
* Optional human-readable release notes. Carried in the emitted `xema.composition.published.v1` CloudEvent so subscribers (e.g. activity-feed, the Studio inspector) can surface "what changed" to users. Not persisted on the Agent row itself.
|
|
16
|
-
* @maxLength 4096
|
|
17
|
-
*/
|
|
18
|
-
releaseNotes?: string;
|
|
19
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
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 type ResolvedAgentResponseDtoModelClass = typeof ResolvedAgentResponseDtoModelClass[keyof typeof ResolvedAgentResponseDtoModelClass];
|
|
9
|
-
export declare const ResolvedAgentResponseDtoModelClass: {
|
|
10
|
-
readonly coding: "coding";
|
|
11
|
-
readonly review: "review";
|
|
12
|
-
readonly creative: "creative";
|
|
13
|
-
readonly planning: "planning";
|
|
14
|
-
readonly utility: "utility";
|
|
15
|
-
};
|
|
@@ -1,17 +0,0 @@
|
|
|
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 });
|
|
10
|
-
exports.ResolvedAgentResponseDtoModelClass = void 0;
|
|
11
|
-
exports.ResolvedAgentResponseDtoModelClass = {
|
|
12
|
-
coding: 'coding',
|
|
13
|
-
review: 'review',
|
|
14
|
-
creative: 'creative',
|
|
15
|
-
planning: 'planning',
|
|
16
|
-
utility: 'utility',
|
|
17
|
-
};
|
|
@@ -1,23 +0,0 @@
|
|
|
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 { CompositionCapabilityLayerDto } from './compositionCapabilityLayerDto.js';
|
|
9
|
-
import type { CompositionNodeDto } from './compositionNodeDto.js';
|
|
10
|
-
import type { CompositionWorkspaceDto } from './compositionWorkspaceDto.js';
|
|
11
|
-
import type { ScopeSource } from './scopeSource.js';
|
|
12
|
-
export interface ResolvedCompositionResponseDto {
|
|
13
|
-
slug: string;
|
|
14
|
-
version: string;
|
|
15
|
-
displayName: string;
|
|
16
|
-
scope: ScopeSource;
|
|
17
|
-
/** Resolved root node — agent fully version-pinned, recursive children resolved. */
|
|
18
|
-
root: CompositionNodeDto;
|
|
19
|
-
/** Capability envelope applied to the whole composition at runtime. Always present. */
|
|
20
|
-
capability: CompositionCapabilityLayerDto;
|
|
21
|
-
/** Resolved workspace-layout config — present when the source composition declared a workspace block. The `${input.x}` interpolation in env values is already resolved here. The workspace pipeline projects this onto the run's WorkspaceSpec. */
|
|
22
|
-
workspace?: CompositionWorkspaceDto;
|
|
23
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
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 { ResolvedCompositionResponseDto } from './resolvedCompositionResponseDto.js';
|
|
9
|
-
export interface ResolvedCompositionResponseDtoDataEnvelope {
|
|
10
|
-
data: ResolvedCompositionResponseDto;
|
|
11
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/**
|
|
3
|
-
* Generated by orval v8.6.2 🍺
|
|
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,20 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated by orval v8.6.2 🍺
|
|
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
|
-
/**
|
|
9
|
-
* Ownership tier (system | biome | org | project | user)
|
|
10
|
-
*/
|
|
11
|
-
export type SpaceKind = typeof SpaceKind[keyof typeof SpaceKind];
|
|
12
|
-
export declare const SpaceKind: {
|
|
13
|
-
readonly system: "system";
|
|
14
|
-
readonly org: "org";
|
|
15
|
-
readonly project: "project";
|
|
16
|
-
readonly app: "app";
|
|
17
|
-
readonly session: "session";
|
|
18
|
-
readonly biome: "biome";
|
|
19
|
-
readonly user: "user";
|
|
20
|
-
};
|
package/dist/models/spaceKind.js
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/**
|
|
3
|
-
* Generated by orval v8.6.2 🍺
|
|
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 });
|
|
10
|
-
exports.SpaceKind = void 0;
|
|
11
|
-
exports.SpaceKind = {
|
|
12
|
-
system: 'system',
|
|
13
|
-
org: 'org',
|
|
14
|
-
project: 'project',
|
|
15
|
-
app: 'app',
|
|
16
|
-
session: 'session',
|
|
17
|
-
biome: 'biome',
|
|
18
|
-
user: 'user',
|
|
19
|
-
};
|
|
@@ -1,13 +0,0 @@
|
|
|
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 type ToolProfileControllerDeleteProfileParams = {
|
|
9
|
-
/**
|
|
10
|
-
* Optional phase key for phase-scoped profile
|
|
11
|
-
*/
|
|
12
|
-
stageKey?: string;
|
|
13
|
-
};
|
|
@@ -1,9 +0,0 @@
|
|
|
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,13 +0,0 @@
|
|
|
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 type ToolProfileControllerResolveProfilesParams = {
|
|
9
|
-
/**
|
|
10
|
-
* Optional phase key to resolve phase-specific overrides
|
|
11
|
-
*/
|
|
12
|
-
stageKey?: string;
|
|
13
|
-
};
|
|
@@ -1,9 +0,0 @@
|
|
|
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,13 +0,0 @@
|
|
|
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 type ToolProfileControllerUpsertProfileParams = {
|
|
9
|
-
/**
|
|
10
|
-
* Optional phase key for phase-scoped profile
|
|
11
|
-
*/
|
|
12
|
-
stageKey?: string;
|
|
13
|
-
};
|
|
@@ -1,9 +0,0 @@
|
|
|
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,20 +0,0 @@
|
|
|
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 { UpdateAgentDefinitionDtoModelClass } from './updateAgentDefinitionDtoModelClass.js';
|
|
9
|
-
export interface UpdateAgentDefinitionDto {
|
|
10
|
-
displayName?: string;
|
|
11
|
-
description?: string;
|
|
12
|
-
systemPrompt?: string;
|
|
13
|
-
modelClass?: UpdateAgentDefinitionDtoModelClass;
|
|
14
|
-
temperature?: number;
|
|
15
|
-
mcpServices?: string[];
|
|
16
|
-
isActive?: boolean;
|
|
17
|
-
avatarSeed?: string;
|
|
18
|
-
avatarStyle?: string;
|
|
19
|
-
skills?: string[];
|
|
20
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
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 type UpdateAgentDefinitionDtoModelClass = typeof UpdateAgentDefinitionDtoModelClass[keyof typeof UpdateAgentDefinitionDtoModelClass];
|
|
9
|
-
export declare const UpdateAgentDefinitionDtoModelClass: {
|
|
10
|
-
readonly coding: "coding";
|
|
11
|
-
readonly review: "review";
|
|
12
|
-
readonly creative: "creative";
|
|
13
|
-
readonly planning: "planning";
|
|
14
|
-
readonly utility: "utility";
|
|
15
|
-
};
|
|
@@ -1,17 +0,0 @@
|
|
|
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 });
|
|
10
|
-
exports.UpdateAgentDefinitionDtoModelClass = void 0;
|
|
11
|
-
exports.UpdateAgentDefinitionDtoModelClass = {
|
|
12
|
-
coding: 'coding',
|
|
13
|
-
review: 'review',
|
|
14
|
-
creative: 'creative',
|
|
15
|
-
planning: 'planning',
|
|
16
|
-
utility: 'utility',
|
|
17
|
-
};
|
|
@@ -1,18 +0,0 @@
|
|
|
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 { CompositionCapabilityLayerDto } from './compositionCapabilityLayerDto.js';
|
|
9
|
-
import type { CompositionNodeDto } from './compositionNodeDto.js';
|
|
10
|
-
import type { CompositionWorkspaceDto } from './compositionWorkspaceDto.js';
|
|
11
|
-
export interface UpdateCompositionDto {
|
|
12
|
-
displayName?: string;
|
|
13
|
-
description?: string;
|
|
14
|
-
root?: CompositionNodeDto;
|
|
15
|
-
capability?: CompositionCapabilityLayerDto;
|
|
16
|
-
/** Authored workspace-layout config — persist-paths + per-slot overrides, env vars, output surface. */
|
|
17
|
-
workspace?: CompositionWorkspaceDto;
|
|
18
|
-
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated by orval v8.6.2 🍺
|
|
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 { UpdateSystemProviderDtoApiType } from './updateSystemProviderDtoApiType';
|
|
9
|
-
import type { UpdateSystemProviderDtoAuthType } from './updateSystemProviderDtoAuthType';
|
|
10
|
-
export interface UpdateSystemProviderDto {
|
|
11
|
-
name?: string;
|
|
12
|
-
slug?: string;
|
|
13
|
-
apiType?: UpdateSystemProviderDtoApiType;
|
|
14
|
-
baseUrl?: string;
|
|
15
|
-
authType?: UpdateSystemProviderDtoAuthType;
|
|
16
|
-
isActive?: boolean;
|
|
17
|
-
/**
|
|
18
|
-
* Maximum concurrent requests. Set to null to remove the limit.
|
|
19
|
-
* @nullable
|
|
20
|
-
*/
|
|
21
|
-
maxConcurrentRequests?: number | null;
|
|
22
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated by orval v8.6.2 🍺
|
|
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 type UpdateSystemProviderDtoApiType = typeof UpdateSystemProviderDtoApiType[keyof typeof UpdateSystemProviderDtoApiType];
|
|
9
|
-
export declare const UpdateSystemProviderDtoApiType: {
|
|
10
|
-
readonly 'openai-compatible': "openai-compatible";
|
|
11
|
-
readonly anthropic: "anthropic";
|
|
12
|
-
readonly google: "google";
|
|
13
|
-
};
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/**
|
|
3
|
-
* Generated by orval v8.6.2 🍺
|
|
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 });
|
|
10
|
-
exports.UpdateSystemProviderDtoApiType = void 0;
|
|
11
|
-
exports.UpdateSystemProviderDtoApiType = {
|
|
12
|
-
'openai-compatible': 'openai-compatible',
|
|
13
|
-
anthropic: 'anthropic',
|
|
14
|
-
google: 'google',
|
|
15
|
-
};
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated by orval v8.6.2 🍺
|
|
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 type UpdateSystemProviderDtoAuthType = typeof UpdateSystemProviderDtoAuthType[keyof typeof UpdateSystemProviderDtoAuthType];
|
|
9
|
-
export declare const UpdateSystemProviderDtoAuthType: {
|
|
10
|
-
readonly bearer: "bearer";
|
|
11
|
-
readonly 'api-key-header': "api-key-header";
|
|
12
|
-
};
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/**
|
|
3
|
-
* Generated by orval v8.6.2 🍺
|
|
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 });
|
|
10
|
-
exports.UpdateSystemProviderDtoAuthType = void 0;
|
|
11
|
-
exports.UpdateSystemProviderDtoAuthType = {
|
|
12
|
-
bearer: 'bearer',
|
|
13
|
-
'api-key-header': 'api-key-header',
|
|
14
|
-
};
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated by orval v8.6.2 🍺
|
|
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 type WidgetKindDtoSource = typeof WidgetKindDtoSource[keyof typeof WidgetKindDtoSource];
|
|
9
|
-
export declare const WidgetKindDtoSource: {
|
|
10
|
-
readonly 'first-party': "first-party";
|
|
11
|
-
readonly biome: "biome";
|
|
12
|
-
};
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/**
|
|
3
|
-
* Generated by orval v8.6.2 🍺
|
|
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 });
|
|
10
|
-
exports.WidgetKindDtoSource = void 0;
|
|
11
|
-
exports.WidgetKindDtoSource = {
|
|
12
|
-
'first-party': 'first-party',
|
|
13
|
-
biome: 'biome',
|
|
14
|
-
};
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated by orval v8.6.2 🍺
|
|
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
|
-
/**
|
|
9
|
-
* One of: agent | agent-composition | model | model-resolution-rule from this producer.
|
|
10
|
-
*/
|
|
11
|
-
export type XemaObjectKind = typeof XemaObjectKind[keyof typeof XemaObjectKind];
|
|
12
|
-
export declare const XemaObjectKind: {
|
|
13
|
-
readonly biome: "biome";
|
|
14
|
-
readonly app: "app";
|
|
15
|
-
readonly 'app-client': "app-client";
|
|
16
|
-
readonly 'audience-policy': "audience-policy";
|
|
17
|
-
readonly 'external-subject': "external-subject";
|
|
18
|
-
readonly 'delegated-session': "delegated-session";
|
|
19
|
-
readonly agent: "agent";
|
|
20
|
-
readonly 'agent-composition': "agent-composition";
|
|
21
|
-
readonly skill: "skill";
|
|
22
|
-
readonly tool: "tool";
|
|
23
|
-
readonly model: "model";
|
|
24
|
-
readonly 'model-resolution-rule': "model-resolution-rule";
|
|
25
|
-
readonly workflow: "workflow";
|
|
26
|
-
readonly 'workflow-run': "workflow-run";
|
|
27
|
-
readonly 'gate-action': "gate-action";
|
|
28
|
-
readonly connector: "connector";
|
|
29
|
-
readonly 'connector-binding': "connector-binding";
|
|
30
|
-
readonly 'mount-source': "mount-source";
|
|
31
|
-
readonly 'artifact-type': "artifact-type";
|
|
32
|
-
readonly artifact: "artifact";
|
|
33
|
-
readonly 'knowledge-space': "knowledge-space";
|
|
34
|
-
readonly 'knowledge-page': "knowledge-page";
|
|
35
|
-
readonly 'document-template': "document-template";
|
|
36
|
-
readonly 'document-theme': "document-theme";
|
|
37
|
-
readonly 'chart-runtime': "chart-runtime";
|
|
38
|
-
readonly 'presentation-runtime': "presentation-runtime";
|
|
39
|
-
readonly 'widget-kind': "widget-kind";
|
|
40
|
-
readonly capability: "capability";
|
|
41
|
-
readonly 'execution-environment': "execution-environment";
|
|
42
|
-
readonly 'capability-grant': "capability-grant";
|
|
43
|
-
readonly 'approval-rule': "approval-rule";
|
|
44
|
-
readonly memory: "memory";
|
|
45
|
-
readonly 'memory-relation': "memory-relation";
|
|
46
|
-
readonly session: "session";
|
|
47
|
-
readonly 'event-stream': "event-stream";
|
|
48
|
-
readonly 'event-subscription': "event-subscription";
|
|
49
|
-
readonly 'contribution-entry': "contribution-entry";
|
|
50
|
-
readonly concept: "concept";
|
|
51
|
-
};
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/**
|
|
3
|
-
* Generated by orval v8.6.2 🍺
|
|
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 });
|
|
10
|
-
exports.XemaObjectKind = void 0;
|
|
11
|
-
exports.XemaObjectKind = {
|
|
12
|
-
biome: 'biome',
|
|
13
|
-
app: 'app',
|
|
14
|
-
'app-client': 'app-client',
|
|
15
|
-
'audience-policy': 'audience-policy',
|
|
16
|
-
'external-subject': 'external-subject',
|
|
17
|
-
'delegated-session': 'delegated-session',
|
|
18
|
-
agent: 'agent',
|
|
19
|
-
'agent-composition': 'agent-composition',
|
|
20
|
-
skill: 'skill',
|
|
21
|
-
tool: 'tool',
|
|
22
|
-
model: 'model',
|
|
23
|
-
'model-resolution-rule': 'model-resolution-rule',
|
|
24
|
-
workflow: 'workflow',
|
|
25
|
-
'workflow-run': 'workflow-run',
|
|
26
|
-
'gate-action': 'gate-action',
|
|
27
|
-
connector: 'connector',
|
|
28
|
-
'connector-binding': 'connector-binding',
|
|
29
|
-
'mount-source': 'mount-source',
|
|
30
|
-
'artifact-type': 'artifact-type',
|
|
31
|
-
artifact: 'artifact',
|
|
32
|
-
'knowledge-space': 'knowledge-space',
|
|
33
|
-
'knowledge-page': 'knowledge-page',
|
|
34
|
-
'document-template': 'document-template',
|
|
35
|
-
'document-theme': 'document-theme',
|
|
36
|
-
'chart-runtime': 'chart-runtime',
|
|
37
|
-
'presentation-runtime': 'presentation-runtime',
|
|
38
|
-
'widget-kind': 'widget-kind',
|
|
39
|
-
capability: 'capability',
|
|
40
|
-
'execution-environment': 'execution-environment',
|
|
41
|
-
'capability-grant': 'capability-grant',
|
|
42
|
-
'approval-rule': 'approval-rule',
|
|
43
|
-
memory: 'memory',
|
|
44
|
-
'memory-relation': 'memory-relation',
|
|
45
|
-
session: 'session',
|
|
46
|
-
'event-stream': 'event-stream',
|
|
47
|
-
'event-subscription': 'event-subscription',
|
|
48
|
-
'contribution-entry': 'contribution-entry',
|
|
49
|
-
concept: 'concept',
|
|
50
|
-
};
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated by orval v8.6.2 🍺
|
|
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 { ObjectLifecycle } from './objectLifecycle';
|
|
9
|
-
import type { XemaObjectKind } from './xemaObjectKind';
|
|
10
|
-
import type { XemaObjectResponseDtoPayload } from './xemaObjectResponseDtoPayload';
|
|
11
|
-
import type { XemaSpaceRefDto } from './xemaSpaceRefDto';
|
|
12
|
-
import type { XemaSubjectRefDto } from './xemaSubjectRefDto';
|
|
13
|
-
export interface XemaObjectResponseDto {
|
|
14
|
-
/** Canonical XemaObjectRef. */
|
|
15
|
-
ref: string;
|
|
16
|
-
/** One of: agent | agent-composition | model | model-resolution-rule from this producer. */
|
|
17
|
-
kind: XemaObjectKind;
|
|
18
|
-
scope: XemaSpaceRefDto;
|
|
19
|
-
owner: XemaSubjectRefDto;
|
|
20
|
-
/** Object version (semver or "1"). */
|
|
21
|
-
version: string;
|
|
22
|
-
/** Always `published` — the projection only carries resolvable rows. */
|
|
23
|
-
lifecycle: ObjectLifecycle;
|
|
24
|
-
/** Kind-specific payload. Narrows to AgentPayloadDto | CompositionPayloadDto | ModelPayloadDto | ModelResolutionRulePayloadDto based on `kind`. */
|
|
25
|
-
payload: XemaObjectResponseDtoPayload;
|
|
26
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated by orval v8.6.2 🍺
|
|
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
|
-
/**
|
|
9
|
-
* Kind-specific payload. Narrows to AgentPayloadDto | CompositionPayloadDto | ModelPayloadDto | ModelResolutionRulePayloadDto based on `kind`.
|
|
10
|
-
*/
|
|
11
|
-
export type XemaObjectResponseDtoPayload = {
|
|
12
|
-
[key: string]: unknown;
|
|
13
|
-
};
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/**
|
|
3
|
-
* Generated by orval v8.6.2 🍺
|
|
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,16 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated by orval v8.6.2 🍺
|
|
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 { SpaceKind } from './spaceKind';
|
|
9
|
-
export interface XemaSpaceRefDto {
|
|
10
|
-
/** Ownership tier (system | biome | org | project | user) */
|
|
11
|
-
tier: SpaceKind;
|
|
12
|
-
orgId?: string;
|
|
13
|
-
projectId?: string;
|
|
14
|
-
biomeId?: string;
|
|
15
|
-
userId?: string;
|
|
16
|
-
}
|