@xemahq/llm-registry-internal-api-client 0.7.0 → 0.7.2
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/dist/custom-fetch.d.ts +46 -16
- package/dist/custom-fetch.js +128 -58
- package/dist/endpoints/contribution-sync/contribution-sync.js +1 -3
- package/dist/endpoints/describe-objects/describe-objects.d.ts +1 -3
- package/dist/endpoints/internal-agent-invocation/internal-agent-invocation.d.ts +3 -5
- package/dist/endpoints/internal-managed-model-resolution-rules/internal-managed-model-resolution-rules.d.ts +1 -3
- package/dist/index.d.ts +1 -1
- package/dist/models/agentInvokeRequestDto.d.ts +1 -3
- package/dist/models/agentInvokeRequestDtoInput.d.ts +1 -3
- package/dist/models/agentInvokeRequestDtoInput.js +1 -3
- package/dist/models/agentInvokeResponseDto.d.ts +28 -0
- package/dist/models/agentInvokeResponseDto.js +2 -0
- package/dist/models/agentInvokeResponseDtoDataEnvelope.d.ts +9 -0
- package/dist/models/agentInvokeResponseDtoDataEnvelope.js +2 -0
- package/dist/models/agentInvokeResponseDtoMode.d.ts +14 -0
- package/dist/models/agentInvokeResponseDtoMode.js +13 -0
- package/dist/models/agentInvokeResponseDtoOutput.d.ts +11 -0
- package/dist/models/agentInvokeResponseDtoOutput.js +7 -0
- package/dist/models/agentInvokeResponseDtoStatus.d.ts +19 -0
- package/dist/models/agentInvokeResponseDtoStatus.js +18 -0
- package/dist/models/defaultTargetRefDto.d.ts +1 -3
- package/dist/models/defaultTargetRefDto.js +1 -3
- package/dist/models/describeObjectsResponseDto.d.ts +1 -3
- package/dist/models/describeObjectsResponseDtoDataEnvelope.d.ts +1 -3
- package/dist/models/errorDetailsDto.d.ts +1 -3
- package/dist/models/errorDetailsDtoDetails.d.ts +1 -3
- package/dist/models/errorDetailsDtoDetails.js +1 -3
- package/dist/models/errorPayloadDto.d.ts +1 -3
- package/dist/models/errorResponseDto.d.ts +1 -3
- package/dist/models/executionRequirementsDto.d.ts +1 -3
- package/dist/models/executionRequirementsDtoMode.d.ts +1 -3
- package/dist/models/executionRequirementsDtoMode.js +1 -3
- package/dist/models/executionRequirementsDtoPriority.d.ts +1 -3
- package/dist/models/executionRequirementsDtoPriority.js +1 -3
- package/dist/models/index.d.ts +7 -0
- package/dist/models/index.js +7 -0
- package/dist/models/invocationDecisionDto.d.ts +14 -0
- package/dist/models/invocationDecisionDto.js +2 -0
- package/dist/models/invocationDecisionDtoPayload.d.ts +11 -0
- package/dist/models/invocationDecisionDtoPayload.js +7 -0
- package/dist/models/invocationLimitsDto.d.ts +1 -3
- package/dist/models/invocationLimitsDto.js +1 -3
- package/dist/models/isolationLevel.d.ts +1 -3
- package/dist/models/isolationLevel.js +1 -3
- package/dist/models/modelResolutionRuleResponseDto.d.ts +1 -3
- package/dist/models/modelResolutionRuleResponseDtoDataEnvelope.d.ts +1 -3
- package/dist/models/modelResolutionRuleResponseDtoDefaultTargetOverridePrevModelClass.d.ts +1 -3
- package/dist/models/modelResolutionRuleResponseDtoDefaultTargetOverridePrevModelClass.js +1 -3
- package/dist/models/modelResolutionRuleResponseDtoDefaultTargetOverridePrevTargetKind.d.ts +1 -3
- package/dist/models/modelResolutionRuleResponseDtoDefaultTargetOverridePrevTargetKind.js +1 -3
- package/dist/models/modelResolutionRuleResponseDtoTargetKind.d.ts +1 -3
- package/dist/models/modelResolutionRuleResponseDtoTargetKind.js +1 -3
- package/dist/models/modelResolutionRuleResponseDtoTargetModelClass.d.ts +1 -3
- package/dist/models/modelResolutionRuleResponseDtoTargetModelClass.js +1 -3
- package/dist/models/modelResolutionSelectorDto.d.ts +1 -3
- package/dist/models/modelResolutionSelectorDtoExtra.d.ts +1 -3
- package/dist/models/modelResolutionSelectorDtoExtra.js +1 -3
- package/dist/models/modelResolutionSelectorDtoModelCapability.d.ts +1 -3
- package/dist/models/modelResolutionSelectorDtoModelCapability.js +1 -3
- package/dist/models/modelResolutionSelectorDtoModelClass.d.ts +1 -3
- package/dist/models/modelResolutionSelectorDtoModelClass.js +1 -3
- package/dist/models/modelResolutionSelectorResponseDto.d.ts +1 -3
- package/dist/models/modelResolutionSelectorResponseDtoExtra.d.ts +1 -3
- package/dist/models/modelResolutionSelectorResponseDtoExtra.js +1 -3
- package/dist/models/modelResolutionSelectorResponseDtoModelCapability.d.ts +1 -3
- package/dist/models/modelResolutionSelectorResponseDtoModelCapability.js +1 -3
- package/dist/models/modelResolutionSelectorResponseDtoModelClass.d.ts +1 -3
- package/dist/models/modelResolutionSelectorResponseDtoModelClass.js +1 -3
- package/dist/models/objectLifecycle.d.ts +1 -3
- package/dist/models/objectLifecycle.js +1 -3
- package/dist/models/repointDefaultTargetDto.d.ts +1 -3
- package/dist/models/spaceKind.d.ts +1 -3
- package/dist/models/spaceKind.js +1 -3
- package/dist/models/upsertManagedModelResolutionRuleDto.d.ts +1 -3
- package/dist/models/upsertManagedModelResolutionRuleDtoTargetKind.d.ts +1 -3
- package/dist/models/upsertManagedModelResolutionRuleDtoTargetKind.js +1 -3
- package/dist/models/upsertManagedModelResolutionRuleDtoTargetModelClass.d.ts +1 -3
- package/dist/models/upsertManagedModelResolutionRuleDtoTargetModelClass.js +1 -3
- package/dist/models/xemaObjectKind.d.ts +1 -3
- package/dist/models/xemaObjectKind.js +1 -3
- package/dist/models/xemaObjectResponseDto.d.ts +1 -3
- package/dist/models/xemaObjectResponseDtoPayload.d.ts +1 -3
- package/dist/models/xemaObjectResponseDtoPayload.js +1 -3
- package/dist/models/xemaSpaceRefDto.d.ts +1 -3
- package/dist/models/xemaSubjectRefDto.d.ts +1 -3
- package/dist/models/xemaSubjectRefDto.js +1 -3
- package/package.json +2 -2
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* LLM Registry API
|
|
5
|
-
* Central registry for LLM providers, models, and per-project model configuration
|
|
6
4
|
* OpenAPI spec version: 0.1.3
|
|
7
5
|
*/
|
|
8
6
|
import type { ExecutionRequirementsDtoMode } from './executionRequirementsDtoMode.js';
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* LLM Registry API
|
|
5
|
-
* Central registry for LLM providers, models, and per-project model configuration
|
|
6
4
|
* OpenAPI spec version: 0.1.3
|
|
7
5
|
*/
|
|
8
6
|
/**
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Generated by
|
|
4
|
-
* Do not edit manually.
|
|
3
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
5
4
|
* LLM Registry API
|
|
6
|
-
* Central registry for LLM providers, models, and per-project model configuration
|
|
7
5
|
* OpenAPI spec version: 0.1.3
|
|
8
6
|
*/
|
|
9
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* LLM Registry API
|
|
5
|
-
* Central registry for LLM providers, models, and per-project model configuration
|
|
6
4
|
* OpenAPI spec version: 0.1.3
|
|
7
5
|
*/
|
|
8
6
|
/**
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Generated by
|
|
4
|
-
* Do not edit manually.
|
|
3
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
5
4
|
* LLM Registry API
|
|
6
|
-
* Central registry for LLM providers, models, and per-project model configuration
|
|
7
5
|
* OpenAPI spec version: 0.1.3
|
|
8
6
|
*/
|
|
9
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
package/dist/models/index.d.ts
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
export * from './agentInvokeRequestDto';
|
|
2
2
|
export * from './agentInvokeRequestDtoInput';
|
|
3
|
+
export * from './agentInvokeResponseDto';
|
|
4
|
+
export * from './agentInvokeResponseDtoDataEnvelope';
|
|
5
|
+
export * from './agentInvokeResponseDtoMode';
|
|
6
|
+
export * from './agentInvokeResponseDtoOutput';
|
|
7
|
+
export * from './agentInvokeResponseDtoStatus';
|
|
3
8
|
export * from './defaultTargetRefDto';
|
|
4
9
|
export * from './describeObjectsResponseDto';
|
|
5
10
|
export * from './describeObjectsResponseDtoDataEnvelope';
|
|
@@ -10,6 +15,8 @@ export * from './errorResponseDto';
|
|
|
10
15
|
export * from './executionRequirementsDto';
|
|
11
16
|
export * from './executionRequirementsDtoMode';
|
|
12
17
|
export * from './executionRequirementsDtoPriority';
|
|
18
|
+
export * from './invocationDecisionDto';
|
|
19
|
+
export * from './invocationDecisionDtoPayload';
|
|
13
20
|
export * from './invocationLimitsDto';
|
|
14
21
|
export * from './isolationLevel';
|
|
15
22
|
export * from './modelResolutionRuleResponseDto';
|
package/dist/models/index.js
CHANGED
|
@@ -17,6 +17,11 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
17
17
|
// Auto-generated by tooling/codegen/regenerate-models-barrel.js — do not edit manually.
|
|
18
18
|
__exportStar(require("./agentInvokeRequestDto"), exports);
|
|
19
19
|
__exportStar(require("./agentInvokeRequestDtoInput"), exports);
|
|
20
|
+
__exportStar(require("./agentInvokeResponseDto"), exports);
|
|
21
|
+
__exportStar(require("./agentInvokeResponseDtoDataEnvelope"), exports);
|
|
22
|
+
__exportStar(require("./agentInvokeResponseDtoMode"), exports);
|
|
23
|
+
__exportStar(require("./agentInvokeResponseDtoOutput"), exports);
|
|
24
|
+
__exportStar(require("./agentInvokeResponseDtoStatus"), exports);
|
|
20
25
|
__exportStar(require("./defaultTargetRefDto"), exports);
|
|
21
26
|
__exportStar(require("./describeObjectsResponseDto"), exports);
|
|
22
27
|
__exportStar(require("./describeObjectsResponseDtoDataEnvelope"), exports);
|
|
@@ -27,6 +32,8 @@ __exportStar(require("./errorResponseDto"), exports);
|
|
|
27
32
|
__exportStar(require("./executionRequirementsDto"), exports);
|
|
28
33
|
__exportStar(require("./executionRequirementsDtoMode"), exports);
|
|
29
34
|
__exportStar(require("./executionRequirementsDtoPriority"), exports);
|
|
35
|
+
__exportStar(require("./invocationDecisionDto"), exports);
|
|
36
|
+
__exportStar(require("./invocationDecisionDtoPayload"), exports);
|
|
30
37
|
__exportStar(require("./invocationLimitsDto"), exports);
|
|
31
38
|
__exportStar(require("./isolationLevel"), exports);
|
|
32
39
|
__exportStar(require("./modelResolutionRuleResponseDto"), exports);
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
3
|
+
* LLM Registry API
|
|
4
|
+
* OpenAPI spec version: 0.1.3
|
|
5
|
+
*/
|
|
6
|
+
import type { InvocationDecisionDtoPayload } from './invocationDecisionDtoPayload.js';
|
|
7
|
+
export interface InvocationDecisionDto {
|
|
8
|
+
/** Decision kind, e.g. `classification`, `route`. */
|
|
9
|
+
kind: string;
|
|
10
|
+
/** Decision payload. */
|
|
11
|
+
payload: InvocationDecisionDtoPayload;
|
|
12
|
+
/** Confidence in [0,1] when the producer reports one. */
|
|
13
|
+
confidence?: number;
|
|
14
|
+
}
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* LLM Registry API
|
|
5
|
-
* Central registry for LLM providers, models, and per-project model configuration
|
|
6
4
|
* OpenAPI spec version: 0.1.3
|
|
7
5
|
*/
|
|
8
6
|
export interface InvocationLimitsDto {
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Generated by
|
|
4
|
-
* Do not edit manually.
|
|
3
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
5
4
|
* LLM Registry API
|
|
6
|
-
* Central registry for LLM providers, models, and per-project model configuration
|
|
7
5
|
* OpenAPI spec version: 0.1.3
|
|
8
6
|
*/
|
|
9
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* LLM Registry API
|
|
5
|
-
* Central registry for LLM providers, models, and per-project model configuration
|
|
6
4
|
* OpenAPI spec version: 0.1.3
|
|
7
5
|
*/
|
|
8
6
|
/**
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Generated by
|
|
4
|
-
* Do not edit manually.
|
|
3
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
5
4
|
* LLM Registry API
|
|
6
|
-
* Central registry for LLM providers, models, and per-project model configuration
|
|
7
5
|
* OpenAPI spec version: 0.1.3
|
|
8
6
|
*/
|
|
9
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* LLM Registry API
|
|
5
|
-
* Central registry for LLM providers, models, and per-project model configuration
|
|
6
4
|
* OpenAPI spec version: 0.1.3
|
|
7
5
|
*/
|
|
8
6
|
import type { ModelResolutionRuleResponseDtoDefaultTargetOverridePrevModelClass } from './modelResolutionRuleResponseDtoDefaultTargetOverridePrevModelClass.js';
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* LLM Registry API
|
|
5
|
-
* Central registry for LLM providers, models, and per-project model configuration
|
|
6
4
|
* OpenAPI spec version: 0.1.3
|
|
7
5
|
*/
|
|
8
6
|
import type { ModelResolutionRuleResponseDto } from './modelResolutionRuleResponseDto.js';
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* LLM Registry API
|
|
5
|
-
* Central registry for LLM providers, models, and per-project model configuration
|
|
6
4
|
* OpenAPI spec version: 0.1.3
|
|
7
5
|
*/
|
|
8
6
|
/**
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Generated by
|
|
4
|
-
* Do not edit manually.
|
|
3
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
5
4
|
* LLM Registry API
|
|
6
|
-
* Central registry for LLM providers, models, and per-project model configuration
|
|
7
5
|
* OpenAPI spec version: 0.1.3
|
|
8
6
|
*/
|
|
9
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* LLM Registry API
|
|
5
|
-
* Central registry for LLM providers, models, and per-project model configuration
|
|
6
4
|
* OpenAPI spec version: 0.1.3
|
|
7
5
|
*/
|
|
8
6
|
/**
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Generated by
|
|
4
|
-
* Do not edit manually.
|
|
3
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
5
4
|
* LLM Registry API
|
|
6
|
-
* Central registry for LLM providers, models, and per-project model configuration
|
|
7
5
|
* OpenAPI spec version: 0.1.3
|
|
8
6
|
*/
|
|
9
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* LLM Registry API
|
|
5
|
-
* Central registry for LLM providers, models, and per-project model configuration
|
|
6
4
|
* OpenAPI spec version: 0.1.3
|
|
7
5
|
*/
|
|
8
6
|
export type ModelResolutionRuleResponseDtoTargetKind = typeof ModelResolutionRuleResponseDtoTargetKind[keyof typeof ModelResolutionRuleResponseDtoTargetKind];
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Generated by
|
|
4
|
-
* Do not edit manually.
|
|
3
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
5
4
|
* LLM Registry API
|
|
6
|
-
* Central registry for LLM providers, models, and per-project model configuration
|
|
7
5
|
* OpenAPI spec version: 0.1.3
|
|
8
6
|
*/
|
|
9
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* LLM Registry API
|
|
5
|
-
* Central registry for LLM providers, models, and per-project model configuration
|
|
6
4
|
* OpenAPI spec version: 0.1.3
|
|
7
5
|
*/
|
|
8
6
|
/**
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Generated by
|
|
4
|
-
* Do not edit manually.
|
|
3
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
5
4
|
* LLM Registry API
|
|
6
|
-
* Central registry for LLM providers, models, and per-project model configuration
|
|
7
5
|
* OpenAPI spec version: 0.1.3
|
|
8
6
|
*/
|
|
9
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* LLM Registry API
|
|
5
|
-
* Central registry for LLM providers, models, and per-project model configuration
|
|
6
4
|
* OpenAPI spec version: 0.1.3
|
|
7
5
|
*/
|
|
8
6
|
import type { ModelResolutionSelectorDtoExtra } from './modelResolutionSelectorDtoExtra.js';
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* LLM Registry API
|
|
5
|
-
* Central registry for LLM providers, models, and per-project model configuration
|
|
6
4
|
* OpenAPI spec version: 0.1.3
|
|
7
5
|
*/
|
|
8
6
|
/**
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Generated by
|
|
4
|
-
* Do not edit manually.
|
|
3
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
5
4
|
* LLM Registry API
|
|
6
|
-
* Central registry for LLM providers, models, and per-project model configuration
|
|
7
5
|
* OpenAPI spec version: 0.1.3
|
|
8
6
|
*/
|
|
9
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* LLM Registry API
|
|
5
|
-
* Central registry for LLM providers, models, and per-project model configuration
|
|
6
4
|
* OpenAPI spec version: 0.1.3
|
|
7
5
|
*/
|
|
8
6
|
/**
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Generated by
|
|
4
|
-
* Do not edit manually.
|
|
3
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
5
4
|
* LLM Registry API
|
|
6
|
-
* Central registry for LLM providers, models, and per-project model configuration
|
|
7
5
|
* OpenAPI spec version: 0.1.3
|
|
8
6
|
*/
|
|
9
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* LLM Registry API
|
|
5
|
-
* Central registry for LLM providers, models, and per-project model configuration
|
|
6
4
|
* OpenAPI spec version: 0.1.3
|
|
7
5
|
*/
|
|
8
6
|
/**
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Generated by
|
|
4
|
-
* Do not edit manually.
|
|
3
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
5
4
|
* LLM Registry API
|
|
6
|
-
* Central registry for LLM providers, models, and per-project model configuration
|
|
7
5
|
* OpenAPI spec version: 0.1.3
|
|
8
6
|
*/
|
|
9
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* LLM Registry API
|
|
5
|
-
* Central registry for LLM providers, models, and per-project model configuration
|
|
6
4
|
* OpenAPI spec version: 0.1.3
|
|
7
5
|
*/
|
|
8
6
|
import type { ModelResolutionSelectorResponseDtoExtra } from './modelResolutionSelectorResponseDtoExtra.js';
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* LLM Registry API
|
|
5
|
-
* Central registry for LLM providers, models, and per-project model configuration
|
|
6
4
|
* OpenAPI spec version: 0.1.3
|
|
7
5
|
*/
|
|
8
6
|
/**
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Generated by
|
|
4
|
-
* Do not edit manually.
|
|
3
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
5
4
|
* LLM Registry API
|
|
6
|
-
* Central registry for LLM providers, models, and per-project model configuration
|
|
7
5
|
* OpenAPI spec version: 0.1.3
|
|
8
6
|
*/
|
|
9
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* LLM Registry API
|
|
5
|
-
* Central registry for LLM providers, models, and per-project model configuration
|
|
6
4
|
* OpenAPI spec version: 0.1.3
|
|
7
5
|
*/
|
|
8
6
|
/**
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Generated by
|
|
4
|
-
* Do not edit manually.
|
|
3
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
5
4
|
* LLM Registry API
|
|
6
|
-
* Central registry for LLM providers, models, and per-project model configuration
|
|
7
5
|
* OpenAPI spec version: 0.1.3
|
|
8
6
|
*/
|
|
9
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* LLM Registry API
|
|
5
|
-
* Central registry for LLM providers, models, and per-project model configuration
|
|
6
4
|
* OpenAPI spec version: 0.1.3
|
|
7
5
|
*/
|
|
8
6
|
/**
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Generated by
|
|
4
|
-
* Do not edit manually.
|
|
3
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
5
4
|
* LLM Registry API
|
|
6
|
-
* Central registry for LLM providers, models, and per-project model configuration
|
|
7
5
|
* OpenAPI spec version: 0.1.3
|
|
8
6
|
*/
|
|
9
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* LLM Registry API
|
|
5
|
-
* Central registry for LLM providers, models, and per-project model configuration
|
|
6
4
|
* OpenAPI spec version: 0.1.3
|
|
7
5
|
*/
|
|
8
6
|
/**
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Generated by
|
|
4
|
-
* Do not edit manually.
|
|
3
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
5
4
|
* LLM Registry API
|
|
6
|
-
* Central registry for LLM providers, models, and per-project model configuration
|
|
7
5
|
* OpenAPI spec version: 0.1.3
|
|
8
6
|
*/
|
|
9
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* LLM Registry API
|
|
5
|
-
* Central registry for LLM providers, models, and per-project model configuration
|
|
6
4
|
* OpenAPI spec version: 0.1.3
|
|
7
5
|
*/
|
|
8
6
|
import type { DefaultTargetRefDto } from './defaultTargetRefDto.js';
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* LLM Registry API
|
|
5
|
-
* Central registry for LLM providers, models, and per-project model configuration
|
|
6
4
|
* OpenAPI spec version: 0.1.3
|
|
7
5
|
*/
|
|
8
6
|
/**
|
package/dist/models/spaceKind.js
CHANGED
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Generated by
|
|
4
|
-
* Do not edit manually.
|
|
3
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
5
4
|
* LLM Registry API
|
|
6
|
-
* Central registry for LLM providers, models, and per-project model configuration
|
|
7
5
|
* OpenAPI spec version: 0.1.3
|
|
8
6
|
*/
|
|
9
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* LLM Registry API
|
|
5
|
-
* Central registry for LLM providers, models, and per-project model configuration
|
|
6
4
|
* OpenAPI spec version: 0.1.3
|
|
7
5
|
*/
|
|
8
6
|
import type { ModelResolutionSelectorDto } from './modelResolutionSelectorDto.js';
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* LLM Registry API
|
|
5
|
-
* Central registry for LLM providers, models, and per-project model configuration
|
|
6
4
|
* OpenAPI spec version: 0.1.3
|
|
7
5
|
*/
|
|
8
6
|
/**
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Generated by
|
|
4
|
-
* Do not edit manually.
|
|
3
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
5
4
|
* LLM Registry API
|
|
6
|
-
* Central registry for LLM providers, models, and per-project model configuration
|
|
7
5
|
* OpenAPI spec version: 0.1.3
|
|
8
6
|
*/
|
|
9
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* LLM Registry API
|
|
5
|
-
* Central registry for LLM providers, models, and per-project model configuration
|
|
6
4
|
* OpenAPI spec version: 0.1.3
|
|
7
5
|
*/
|
|
8
6
|
/**
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Generated by
|
|
4
|
-
* Do not edit manually.
|
|
3
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
5
4
|
* LLM Registry API
|
|
6
|
-
* Central registry for LLM providers, models, and per-project model configuration
|
|
7
5
|
* OpenAPI spec version: 0.1.3
|
|
8
6
|
*/
|
|
9
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* LLM Registry API
|
|
5
|
-
* Central registry for LLM providers, models, and per-project model configuration
|
|
6
4
|
* OpenAPI spec version: 0.1.3
|
|
7
5
|
*/
|
|
8
6
|
/**
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Generated by
|
|
4
|
-
* Do not edit manually.
|
|
3
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
5
4
|
* LLM Registry API
|
|
6
|
-
* Central registry for LLM providers, models, and per-project model configuration
|
|
7
5
|
* OpenAPI spec version: 0.1.3
|
|
8
6
|
*/
|
|
9
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* LLM Registry API
|
|
5
|
-
* Central registry for LLM providers, models, and per-project model configuration
|
|
6
4
|
* OpenAPI spec version: 0.1.3
|
|
7
5
|
*/
|
|
8
6
|
import type { ObjectLifecycle } from './objectLifecycle.js';
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* LLM Registry API
|
|
5
|
-
* Central registry for LLM providers, models, and per-project model configuration
|
|
6
4
|
* OpenAPI spec version: 0.1.3
|
|
7
5
|
*/
|
|
8
6
|
/**
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Generated by
|
|
4
|
-
* Do not edit manually.
|
|
3
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
5
4
|
* LLM Registry API
|
|
6
|
-
* Central registry for LLM providers, models, and per-project model configuration
|
|
7
5
|
* OpenAPI spec version: 0.1.3
|
|
8
6
|
*/
|
|
9
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|