@xemahq/llm-gateway-api-client 0.1.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.
- package/dist/custom-fetch.d.ts +43 -0
- package/dist/custom-fetch.js +146 -0
- package/dist/endpoints/admin-pricing/admin-pricing.d.ts +23 -0
- package/dist/endpoints/admin-pricing/admin-pricing.js +67 -0
- package/dist/endpoints/audit/audit.d.ts +53 -0
- package/dist/endpoints/audit/audit.js +225 -0
- package/dist/endpoints/health/health.d.ts +23 -0
- package/dist/endpoints/health/health.js +46 -0
- package/dist/endpoints/llm-proxy/llm-proxy.d.ts +20 -0
- package/dist/endpoints/llm-proxy/llm-proxy.js +67 -0
- package/dist/endpoints/usage-analytics/usage-analytics.d.ts +23 -0
- package/dist/endpoints/usage-analytics/usage-analytics.js +103 -0
- package/dist/index.d.ts +7 -0
- package/dist/index.js +29 -0
- package/dist/models/auditControllerClearSessionsParams.d.ts +13 -0
- package/dist/models/auditControllerClearSessionsParams.js +9 -0
- package/dist/models/auditControllerCompleteByProjectParams.d.ts +13 -0
- package/dist/models/auditControllerCompleteByProjectParams.js +9 -0
- package/dist/models/auditControllerExportPdfParams.d.ts +38 -0
- package/dist/models/auditControllerExportPdfParams.js +2 -0
- package/dist/models/auditControllerExportPdfStatus.d.ts +13 -0
- package/dist/models/auditControllerExportPdfStatus.js +15 -0
- package/dist/models/auditControllerListEntriesParams.d.ts +17 -0
- package/dist/models/auditControllerListEntriesParams.js +9 -0
- package/dist/models/auditControllerListSessionsParams.d.ts +38 -0
- package/dist/models/auditControllerListSessionsParams.js +2 -0
- package/dist/models/auditControllerListSessionsStatus.d.ts +13 -0
- package/dist/models/auditControllerListSessionsStatus.js +15 -0
- package/dist/models/auditEntryDetailDto.d.ts +72 -0
- package/dist/models/auditEntryDetailDto.js +2 -0
- package/dist/models/auditEntryDetailDtoMetadata.d.ts +13 -0
- package/dist/models/auditEntryDetailDtoMetadata.js +9 -0
- package/dist/models/auditEntryDetailDtoRequestBody.d.ts +13 -0
- package/dist/models/auditEntryDetailDtoRequestBody.js +9 -0
- package/dist/models/auditEntryDetailDtoRequestType.d.ts +18 -0
- package/dist/models/auditEntryDetailDtoRequestType.js +17 -0
- package/dist/models/auditEntryDetailDtoResponseBody.d.ts +13 -0
- package/dist/models/auditEntryDetailDtoResponseBody.js +9 -0
- package/dist/models/auditEntryDetailDtoStatus.d.ts +16 -0
- package/dist/models/auditEntryDetailDtoStatus.js +15 -0
- package/dist/models/auditEntryDetailDtoStreamingPhase.d.ts +17 -0
- package/dist/models/auditEntryDetailDtoStreamingPhase.js +15 -0
- package/dist/models/auditEntryDetailDtoToolCalls.d.ts +13 -0
- package/dist/models/auditEntryDetailDtoToolCalls.js +9 -0
- package/dist/models/auditEntryDetailDtoUsageSource.d.ts +18 -0
- package/dist/models/auditEntryDetailDtoUsageSource.js +17 -0
- package/dist/models/auditEntryDetailResponseDto.d.ts +12 -0
- package/dist/models/auditEntryDetailResponseDto.js +2 -0
- package/dist/models/auditEntryDto.d.ts +63 -0
- package/dist/models/auditEntryDto.js +2 -0
- package/dist/models/auditEntryDtoMetadata.d.ts +13 -0
- package/dist/models/auditEntryDtoMetadata.js +9 -0
- package/dist/models/auditEntryDtoRequestType.d.ts +18 -0
- package/dist/models/auditEntryDtoRequestType.js +17 -0
- package/dist/models/auditEntryDtoStatus.d.ts +16 -0
- package/dist/models/auditEntryDtoStatus.js +15 -0
- package/dist/models/auditEntryDtoStreamingPhase.d.ts +17 -0
- package/dist/models/auditEntryDtoStreamingPhase.js +15 -0
- package/dist/models/auditEntryDtoUsageSource.d.ts +18 -0
- package/dist/models/auditEntryDtoUsageSource.js +17 -0
- package/dist/models/auditEntryListResponseDto.d.ts +15 -0
- package/dist/models/auditEntryListResponseDto.js +2 -0
- package/dist/models/auditSessionDto.d.ts +58 -0
- package/dist/models/auditSessionDto.js +2 -0
- package/dist/models/auditSessionDtoMetadata.d.ts +13 -0
- package/dist/models/auditSessionDtoMetadata.js +9 -0
- package/dist/models/auditSessionDtoProviderTier.d.ts +15 -0
- package/dist/models/auditSessionDtoProviderTier.js +14 -0
- package/dist/models/auditSessionDtoStatus.d.ts +16 -0
- package/dist/models/auditSessionDtoStatus.js +15 -0
- package/dist/models/auditSessionListResponseDto.d.ts +15 -0
- package/dist/models/auditSessionListResponseDto.js +2 -0
- package/dist/models/auditSessionResponseDto.d.ts +12 -0
- package/dist/models/auditSessionResponseDto.js +2 -0
- package/dist/models/auditStatusDataDto.d.ts +13 -0
- package/dist/models/auditStatusDataDto.js +9 -0
- package/dist/models/auditStatusResponseDto.d.ts +12 -0
- package/dist/models/auditStatusResponseDto.js +2 -0
- package/dist/models/completedCountDto.d.ts +11 -0
- package/dist/models/completedCountDto.js +9 -0
- package/dist/models/completedCountResponseDto.d.ts +12 -0
- package/dist/models/completedCountResponseDto.js +2 -0
- package/dist/models/createPricingDto.d.ts +21 -0
- package/dist/models/createPricingDto.js +2 -0
- package/dist/models/createPricingDtoSource.d.ts +13 -0
- package/dist/models/createPricingDtoSource.js +15 -0
- package/dist/models/healthControllerReady200.d.ts +18 -0
- package/dist/models/healthControllerReady200.js +2 -0
- package/dist/models/healthControllerReady200Details.d.ts +13 -0
- package/dist/models/healthControllerReady200Details.js +9 -0
- package/dist/models/healthControllerReady200Error.d.ts +16 -0
- package/dist/models/healthControllerReady200Error.js +9 -0
- package/dist/models/healthControllerReady200Info.d.ts +16 -0
- package/dist/models/healthControllerReady200Info.js +9 -0
- package/dist/models/healthControllerReady503.d.ts +18 -0
- package/dist/models/healthControllerReady503.js +2 -0
- package/dist/models/healthControllerReady503Details.d.ts +13 -0
- package/dist/models/healthControllerReady503Details.js +9 -0
- package/dist/models/healthControllerReady503Error.d.ts +16 -0
- package/dist/models/healthControllerReady503Error.js +9 -0
- package/dist/models/healthControllerReady503Info.d.ts +16 -0
- package/dist/models/healthControllerReady503Info.js +9 -0
- package/dist/models/index.d.ts +56 -0
- package/dist/models/index.js +72 -0
- package/dist/models/paginationMetaDto.d.ts +17 -0
- package/dist/models/paginationMetaDto.js +9 -0
- package/dist/models/pricingControllerListPricingParams.d.ts +19 -0
- package/dist/models/pricingControllerListPricingParams.js +9 -0
- package/dist/models/usageAnalyticsControllerGetByProjectParams.d.ts +11 -0
- package/dist/models/usageAnalyticsControllerGetByProjectParams.js +9 -0
- package/dist/models/usageAnalyticsControllerGetRecentParams.d.ts +11 -0
- package/dist/models/usageAnalyticsControllerGetRecentParams.js +9 -0
- package/dist/models/usageAnalyticsControllerGetSummaryParams.d.ts +11 -0
- package/dist/models/usageAnalyticsControllerGetSummaryParams.js +9 -0
- package/package.json +20 -0
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Generated by orval v8.6.2 🍺
|
|
4
|
+
* Do not edit manually.
|
|
5
|
+
* LLM Gateway API
|
|
6
|
+
* Unified LLM proxy with provider management, credential resolution, concurrency, and usage tracking
|
|
7
|
+
* OpenAPI spec version: 0.1.0
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v8.6.2 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* LLM Gateway API
|
|
5
|
+
* Unified LLM proxy with provider management, credential resolution, concurrency, and usage tracking
|
|
6
|
+
* OpenAPI spec version: 0.1.0
|
|
7
|
+
*/
|
|
8
|
+
import type { CompletedCountDto } from './completedCountDto';
|
|
9
|
+
export interface CompletedCountResponseDto {
|
|
10
|
+
/** Data field. */
|
|
11
|
+
data: CompletedCountDto;
|
|
12
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v8.6.2 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* LLM Gateway API
|
|
5
|
+
* Unified LLM proxy with provider management, credential resolution, concurrency, and usage tracking
|
|
6
|
+
* OpenAPI spec version: 0.1.0
|
|
7
|
+
*/
|
|
8
|
+
import type { CreatePricingDtoSource } from './createPricingDtoSource';
|
|
9
|
+
export interface CreatePricingDto {
|
|
10
|
+
providerId: string;
|
|
11
|
+
modelSlug: string;
|
|
12
|
+
/** EUR per 1M input tokens */
|
|
13
|
+
inputPricePerMToken: number;
|
|
14
|
+
/** EUR per 1M output tokens */
|
|
15
|
+
outputPricePerMToken: number;
|
|
16
|
+
/** EUR per 1M cache read tokens */
|
|
17
|
+
cacheReadPerMToken?: number;
|
|
18
|
+
/** EUR per 1M cache write tokens */
|
|
19
|
+
cacheWritePerMToken?: number;
|
|
20
|
+
source?: CreatePricingDtoSource;
|
|
21
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v8.6.2 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* LLM Gateway API
|
|
5
|
+
* Unified LLM proxy with provider management, credential resolution, concurrency, and usage tracking
|
|
6
|
+
* OpenAPI spec version: 0.1.0
|
|
7
|
+
*/
|
|
8
|
+
export type CreatePricingDtoSource = typeof CreatePricingDtoSource[keyof typeof CreatePricingDtoSource];
|
|
9
|
+
export declare const CreatePricingDtoSource: {
|
|
10
|
+
readonly MANUAL: "MANUAL";
|
|
11
|
+
readonly AUTO_SYNC: "AUTO_SYNC";
|
|
12
|
+
readonly ADMIN: "ADMIN";
|
|
13
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Generated by orval v8.6.2 🍺
|
|
4
|
+
* Do not edit manually.
|
|
5
|
+
* LLM Gateway API
|
|
6
|
+
* Unified LLM proxy with provider management, credential resolution, concurrency, and usage tracking
|
|
7
|
+
* OpenAPI spec version: 0.1.0
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
exports.CreatePricingDtoSource = void 0;
|
|
11
|
+
exports.CreatePricingDtoSource = {
|
|
12
|
+
MANUAL: 'MANUAL',
|
|
13
|
+
AUTO_SYNC: 'AUTO_SYNC',
|
|
14
|
+
ADMIN: 'ADMIN',
|
|
15
|
+
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v8.6.2 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* LLM Gateway API
|
|
5
|
+
* Unified LLM proxy with provider management, credential resolution, concurrency, and usage tracking
|
|
6
|
+
* OpenAPI spec version: 0.1.0
|
|
7
|
+
*/
|
|
8
|
+
import type { HealthControllerReady200Details } from './healthControllerReady200Details';
|
|
9
|
+
import type { HealthControllerReady200Error } from './healthControllerReady200Error';
|
|
10
|
+
import type { HealthControllerReady200Info } from './healthControllerReady200Info';
|
|
11
|
+
export type HealthControllerReady200 = {
|
|
12
|
+
status?: string;
|
|
13
|
+
/** @nullable */
|
|
14
|
+
info?: HealthControllerReady200Info;
|
|
15
|
+
/** @nullable */
|
|
16
|
+
error?: HealthControllerReady200Error;
|
|
17
|
+
details?: HealthControllerReady200Details;
|
|
18
|
+
};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v8.6.2 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* LLM Gateway API
|
|
5
|
+
* Unified LLM proxy with provider management, credential resolution, concurrency, and usage tracking
|
|
6
|
+
* OpenAPI spec version: 0.1.0
|
|
7
|
+
*/
|
|
8
|
+
export type HealthControllerReady200Details = {
|
|
9
|
+
[key: string]: {
|
|
10
|
+
status: string;
|
|
11
|
+
[key: string]: unknown;
|
|
12
|
+
};
|
|
13
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Generated by orval v8.6.2 🍺
|
|
4
|
+
* Do not edit manually.
|
|
5
|
+
* LLM Gateway API
|
|
6
|
+
* Unified LLM proxy with provider management, credential resolution, concurrency, and usage tracking
|
|
7
|
+
* OpenAPI spec version: 0.1.0
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v8.6.2 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* LLM Gateway API
|
|
5
|
+
* Unified LLM proxy with provider management, credential resolution, concurrency, and usage tracking
|
|
6
|
+
* OpenAPI spec version: 0.1.0
|
|
7
|
+
*/
|
|
8
|
+
/**
|
|
9
|
+
* @nullable
|
|
10
|
+
*/
|
|
11
|
+
export type HealthControllerReady200Error = {
|
|
12
|
+
[key: string]: {
|
|
13
|
+
status: string;
|
|
14
|
+
[key: string]: unknown;
|
|
15
|
+
};
|
|
16
|
+
} | null;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Generated by orval v8.6.2 🍺
|
|
4
|
+
* Do not edit manually.
|
|
5
|
+
* LLM Gateway API
|
|
6
|
+
* Unified LLM proxy with provider management, credential resolution, concurrency, and usage tracking
|
|
7
|
+
* OpenAPI spec version: 0.1.0
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v8.6.2 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* LLM Gateway API
|
|
5
|
+
* Unified LLM proxy with provider management, credential resolution, concurrency, and usage tracking
|
|
6
|
+
* OpenAPI spec version: 0.1.0
|
|
7
|
+
*/
|
|
8
|
+
/**
|
|
9
|
+
* @nullable
|
|
10
|
+
*/
|
|
11
|
+
export type HealthControllerReady200Info = {
|
|
12
|
+
[key: string]: {
|
|
13
|
+
status: string;
|
|
14
|
+
[key: string]: unknown;
|
|
15
|
+
};
|
|
16
|
+
} | null;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Generated by orval v8.6.2 🍺
|
|
4
|
+
* Do not edit manually.
|
|
5
|
+
* LLM Gateway API
|
|
6
|
+
* Unified LLM proxy with provider management, credential resolution, concurrency, and usage tracking
|
|
7
|
+
* OpenAPI spec version: 0.1.0
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v8.6.2 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* LLM Gateway API
|
|
5
|
+
* Unified LLM proxy with provider management, credential resolution, concurrency, and usage tracking
|
|
6
|
+
* OpenAPI spec version: 0.1.0
|
|
7
|
+
*/
|
|
8
|
+
import type { HealthControllerReady503Details } from './healthControllerReady503Details';
|
|
9
|
+
import type { HealthControllerReady503Error } from './healthControllerReady503Error';
|
|
10
|
+
import type { HealthControllerReady503Info } from './healthControllerReady503Info';
|
|
11
|
+
export type HealthControllerReady503 = {
|
|
12
|
+
status?: string;
|
|
13
|
+
/** @nullable */
|
|
14
|
+
info?: HealthControllerReady503Info;
|
|
15
|
+
/** @nullable */
|
|
16
|
+
error?: HealthControllerReady503Error;
|
|
17
|
+
details?: HealthControllerReady503Details;
|
|
18
|
+
};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v8.6.2 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* LLM Gateway API
|
|
5
|
+
* Unified LLM proxy with provider management, credential resolution, concurrency, and usage tracking
|
|
6
|
+
* OpenAPI spec version: 0.1.0
|
|
7
|
+
*/
|
|
8
|
+
export type HealthControllerReady503Details = {
|
|
9
|
+
[key: string]: {
|
|
10
|
+
status: string;
|
|
11
|
+
[key: string]: unknown;
|
|
12
|
+
};
|
|
13
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Generated by orval v8.6.2 🍺
|
|
4
|
+
* Do not edit manually.
|
|
5
|
+
* LLM Gateway API
|
|
6
|
+
* Unified LLM proxy with provider management, credential resolution, concurrency, and usage tracking
|
|
7
|
+
* OpenAPI spec version: 0.1.0
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v8.6.2 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* LLM Gateway API
|
|
5
|
+
* Unified LLM proxy with provider management, credential resolution, concurrency, and usage tracking
|
|
6
|
+
* OpenAPI spec version: 0.1.0
|
|
7
|
+
*/
|
|
8
|
+
/**
|
|
9
|
+
* @nullable
|
|
10
|
+
*/
|
|
11
|
+
export type HealthControllerReady503Error = {
|
|
12
|
+
[key: string]: {
|
|
13
|
+
status: string;
|
|
14
|
+
[key: string]: unknown;
|
|
15
|
+
};
|
|
16
|
+
} | null;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Generated by orval v8.6.2 🍺
|
|
4
|
+
* Do not edit manually.
|
|
5
|
+
* LLM Gateway API
|
|
6
|
+
* Unified LLM proxy with provider management, credential resolution, concurrency, and usage tracking
|
|
7
|
+
* OpenAPI spec version: 0.1.0
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v8.6.2 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* LLM Gateway API
|
|
5
|
+
* Unified LLM proxy with provider management, credential resolution, concurrency, and usage tracking
|
|
6
|
+
* OpenAPI spec version: 0.1.0
|
|
7
|
+
*/
|
|
8
|
+
/**
|
|
9
|
+
* @nullable
|
|
10
|
+
*/
|
|
11
|
+
export type HealthControllerReady503Info = {
|
|
12
|
+
[key: string]: {
|
|
13
|
+
status: string;
|
|
14
|
+
[key: string]: unknown;
|
|
15
|
+
};
|
|
16
|
+
} | null;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Generated by orval v8.6.2 🍺
|
|
4
|
+
* Do not edit manually.
|
|
5
|
+
* LLM Gateway API
|
|
6
|
+
* Unified LLM proxy with provider management, credential resolution, concurrency, and usage tracking
|
|
7
|
+
* OpenAPI spec version: 0.1.0
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v8.6.2 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* LLM Gateway API
|
|
5
|
+
* Unified LLM proxy with provider management, credential resolution, concurrency, and usage tracking
|
|
6
|
+
* OpenAPI spec version: 0.1.0
|
|
7
|
+
*/
|
|
8
|
+
export * from './auditControllerClearSessionsParams';
|
|
9
|
+
export * from './auditControllerCompleteByProjectParams';
|
|
10
|
+
export * from './auditControllerExportPdfParams';
|
|
11
|
+
export * from './auditControllerExportPdfStatus';
|
|
12
|
+
export * from './auditControllerListEntriesParams';
|
|
13
|
+
export * from './auditControllerListSessionsParams';
|
|
14
|
+
export * from './auditControllerListSessionsStatus';
|
|
15
|
+
export * from './auditEntryDetailDto';
|
|
16
|
+
export * from './auditEntryDetailDtoMetadata';
|
|
17
|
+
export * from './auditEntryDetailDtoRequestBody';
|
|
18
|
+
export * from './auditEntryDetailDtoRequestType';
|
|
19
|
+
export * from './auditEntryDetailDtoResponseBody';
|
|
20
|
+
export * from './auditEntryDetailDtoStatus';
|
|
21
|
+
export * from './auditEntryDetailDtoStreamingPhase';
|
|
22
|
+
export * from './auditEntryDetailDtoToolCalls';
|
|
23
|
+
export * from './auditEntryDetailDtoUsageSource';
|
|
24
|
+
export * from './auditEntryDetailResponseDto';
|
|
25
|
+
export * from './auditEntryDto';
|
|
26
|
+
export * from './auditEntryDtoMetadata';
|
|
27
|
+
export * from './auditEntryDtoRequestType';
|
|
28
|
+
export * from './auditEntryDtoStatus';
|
|
29
|
+
export * from './auditEntryDtoStreamingPhase';
|
|
30
|
+
export * from './auditEntryDtoUsageSource';
|
|
31
|
+
export * from './auditEntryListResponseDto';
|
|
32
|
+
export * from './auditSessionDto';
|
|
33
|
+
export * from './auditSessionDtoMetadata';
|
|
34
|
+
export * from './auditSessionDtoProviderTier';
|
|
35
|
+
export * from './auditSessionDtoStatus';
|
|
36
|
+
export * from './auditSessionListResponseDto';
|
|
37
|
+
export * from './auditSessionResponseDto';
|
|
38
|
+
export * from './auditStatusDataDto';
|
|
39
|
+
export * from './auditStatusResponseDto';
|
|
40
|
+
export * from './completedCountDto';
|
|
41
|
+
export * from './completedCountResponseDto';
|
|
42
|
+
export * from './createPricingDto';
|
|
43
|
+
export * from './createPricingDtoSource';
|
|
44
|
+
export * from './healthControllerReady200';
|
|
45
|
+
export * from './healthControllerReady200Details';
|
|
46
|
+
export * from './healthControllerReady200Error';
|
|
47
|
+
export * from './healthControllerReady200Info';
|
|
48
|
+
export * from './healthControllerReady503';
|
|
49
|
+
export * from './healthControllerReady503Details';
|
|
50
|
+
export * from './healthControllerReady503Error';
|
|
51
|
+
export * from './healthControllerReady503Info';
|
|
52
|
+
export * from './paginationMetaDto';
|
|
53
|
+
export * from './pricingControllerListPricingParams';
|
|
54
|
+
export * from './usageAnalyticsControllerGetByProjectParams';
|
|
55
|
+
export * from './usageAnalyticsControllerGetRecentParams';
|
|
56
|
+
export * from './usageAnalyticsControllerGetSummaryParams';
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Generated by orval v8.6.2 🍺
|
|
4
|
+
* Do not edit manually.
|
|
5
|
+
* LLM Gateway API
|
|
6
|
+
* Unified LLM proxy with provider management, credential resolution, concurrency, and usage tracking
|
|
7
|
+
* OpenAPI spec version: 0.1.0
|
|
8
|
+
*/
|
|
9
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
12
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
13
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
14
|
+
}
|
|
15
|
+
Object.defineProperty(o, k2, desc);
|
|
16
|
+
}) : (function(o, m, k, k2) {
|
|
17
|
+
if (k2 === undefined) k2 = k;
|
|
18
|
+
o[k2] = m[k];
|
|
19
|
+
}));
|
|
20
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
21
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
22
|
+
};
|
|
23
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
24
|
+
__exportStar(require("./auditControllerClearSessionsParams"), exports);
|
|
25
|
+
__exportStar(require("./auditControllerCompleteByProjectParams"), exports);
|
|
26
|
+
__exportStar(require("./auditControllerExportPdfParams"), exports);
|
|
27
|
+
__exportStar(require("./auditControllerExportPdfStatus"), exports);
|
|
28
|
+
__exportStar(require("./auditControllerListEntriesParams"), exports);
|
|
29
|
+
__exportStar(require("./auditControllerListSessionsParams"), exports);
|
|
30
|
+
__exportStar(require("./auditControllerListSessionsStatus"), exports);
|
|
31
|
+
__exportStar(require("./auditEntryDetailDto"), exports);
|
|
32
|
+
__exportStar(require("./auditEntryDetailDtoMetadata"), exports);
|
|
33
|
+
__exportStar(require("./auditEntryDetailDtoRequestBody"), exports);
|
|
34
|
+
__exportStar(require("./auditEntryDetailDtoRequestType"), exports);
|
|
35
|
+
__exportStar(require("./auditEntryDetailDtoResponseBody"), exports);
|
|
36
|
+
__exportStar(require("./auditEntryDetailDtoStatus"), exports);
|
|
37
|
+
__exportStar(require("./auditEntryDetailDtoStreamingPhase"), exports);
|
|
38
|
+
__exportStar(require("./auditEntryDetailDtoToolCalls"), exports);
|
|
39
|
+
__exportStar(require("./auditEntryDetailDtoUsageSource"), exports);
|
|
40
|
+
__exportStar(require("./auditEntryDetailResponseDto"), exports);
|
|
41
|
+
__exportStar(require("./auditEntryDto"), exports);
|
|
42
|
+
__exportStar(require("./auditEntryDtoMetadata"), exports);
|
|
43
|
+
__exportStar(require("./auditEntryDtoRequestType"), exports);
|
|
44
|
+
__exportStar(require("./auditEntryDtoStatus"), exports);
|
|
45
|
+
__exportStar(require("./auditEntryDtoStreamingPhase"), exports);
|
|
46
|
+
__exportStar(require("./auditEntryDtoUsageSource"), exports);
|
|
47
|
+
__exportStar(require("./auditEntryListResponseDto"), exports);
|
|
48
|
+
__exportStar(require("./auditSessionDto"), exports);
|
|
49
|
+
__exportStar(require("./auditSessionDtoMetadata"), exports);
|
|
50
|
+
__exportStar(require("./auditSessionDtoProviderTier"), exports);
|
|
51
|
+
__exportStar(require("./auditSessionDtoStatus"), exports);
|
|
52
|
+
__exportStar(require("./auditSessionListResponseDto"), exports);
|
|
53
|
+
__exportStar(require("./auditSessionResponseDto"), exports);
|
|
54
|
+
__exportStar(require("./auditStatusDataDto"), exports);
|
|
55
|
+
__exportStar(require("./auditStatusResponseDto"), exports);
|
|
56
|
+
__exportStar(require("./completedCountDto"), exports);
|
|
57
|
+
__exportStar(require("./completedCountResponseDto"), exports);
|
|
58
|
+
__exportStar(require("./createPricingDto"), exports);
|
|
59
|
+
__exportStar(require("./createPricingDtoSource"), exports);
|
|
60
|
+
__exportStar(require("./healthControllerReady200"), exports);
|
|
61
|
+
__exportStar(require("./healthControllerReady200Details"), exports);
|
|
62
|
+
__exportStar(require("./healthControllerReady200Error"), exports);
|
|
63
|
+
__exportStar(require("./healthControllerReady200Info"), exports);
|
|
64
|
+
__exportStar(require("./healthControllerReady503"), exports);
|
|
65
|
+
__exportStar(require("./healthControllerReady503Details"), exports);
|
|
66
|
+
__exportStar(require("./healthControllerReady503Error"), exports);
|
|
67
|
+
__exportStar(require("./healthControllerReady503Info"), exports);
|
|
68
|
+
__exportStar(require("./paginationMetaDto"), exports);
|
|
69
|
+
__exportStar(require("./pricingControllerListPricingParams"), exports);
|
|
70
|
+
__exportStar(require("./usageAnalyticsControllerGetByProjectParams"), exports);
|
|
71
|
+
__exportStar(require("./usageAnalyticsControllerGetRecentParams"), exports);
|
|
72
|
+
__exportStar(require("./usageAnalyticsControllerGetSummaryParams"), exports);
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v8.6.2 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* LLM Gateway API
|
|
5
|
+
* Unified LLM proxy with provider management, credential resolution, concurrency, and usage tracking
|
|
6
|
+
* OpenAPI spec version: 0.1.0
|
|
7
|
+
*/
|
|
8
|
+
export interface PaginationMetaDto {
|
|
9
|
+
/** Total field. */
|
|
10
|
+
total: number;
|
|
11
|
+
/** Page field. */
|
|
12
|
+
page: number;
|
|
13
|
+
/** Limit field. */
|
|
14
|
+
limit: number;
|
|
15
|
+
/** Total pages field. */
|
|
16
|
+
totalPages: number;
|
|
17
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Generated by orval v8.6.2 🍺
|
|
4
|
+
* Do not edit manually.
|
|
5
|
+
* LLM Gateway API
|
|
6
|
+
* Unified LLM proxy with provider management, credential resolution, concurrency, and usage tracking
|
|
7
|
+
* OpenAPI spec version: 0.1.0
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v8.6.2 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* LLM Gateway API
|
|
5
|
+
* Unified LLM proxy with provider management, credential resolution, concurrency, and usage tracking
|
|
6
|
+
* OpenAPI spec version: 0.1.0
|
|
7
|
+
*/
|
|
8
|
+
export type PricingControllerListPricingParams = {
|
|
9
|
+
/**
|
|
10
|
+
* Page number
|
|
11
|
+
* @minimum 1
|
|
12
|
+
*/
|
|
13
|
+
page?: number;
|
|
14
|
+
/**
|
|
15
|
+
* Number of items per page
|
|
16
|
+
* @minimum 1
|
|
17
|
+
*/
|
|
18
|
+
limit?: number;
|
|
19
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Generated by orval v8.6.2 🍺
|
|
4
|
+
* Do not edit manually.
|
|
5
|
+
* LLM Gateway API
|
|
6
|
+
* Unified LLM proxy with provider management, credential resolution, concurrency, and usage tracking
|
|
7
|
+
* OpenAPI spec version: 0.1.0
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v8.6.2 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* LLM Gateway API
|
|
5
|
+
* Unified LLM proxy with provider management, credential resolution, concurrency, and usage tracking
|
|
6
|
+
* OpenAPI spec version: 0.1.0
|
|
7
|
+
*/
|
|
8
|
+
export type UsageAnalyticsControllerGetByProjectParams = {
|
|
9
|
+
startDate?: string;
|
|
10
|
+
endDate?: string;
|
|
11
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Generated by orval v8.6.2 🍺
|
|
4
|
+
* Do not edit manually.
|
|
5
|
+
* LLM Gateway API
|
|
6
|
+
* Unified LLM proxy with provider management, credential resolution, concurrency, and usage tracking
|
|
7
|
+
* OpenAPI spec version: 0.1.0
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v8.6.2 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* LLM Gateway API
|
|
5
|
+
* Unified LLM proxy with provider management, credential resolution, concurrency, and usage tracking
|
|
6
|
+
* OpenAPI spec version: 0.1.0
|
|
7
|
+
*/
|
|
8
|
+
export type UsageAnalyticsControllerGetRecentParams = {
|
|
9
|
+
page?: string;
|
|
10
|
+
limit?: string;
|
|
11
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Generated by orval v8.6.2 🍺
|
|
4
|
+
* Do not edit manually.
|
|
5
|
+
* LLM Gateway API
|
|
6
|
+
* Unified LLM proxy with provider management, credential resolution, concurrency, and usage tracking
|
|
7
|
+
* OpenAPI spec version: 0.1.0
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v8.6.2 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* LLM Gateway API
|
|
5
|
+
* Unified LLM proxy with provider management, credential resolution, concurrency, and usage tracking
|
|
6
|
+
* OpenAPI spec version: 0.1.0
|
|
7
|
+
*/
|
|
8
|
+
export type UsageAnalyticsControllerGetSummaryParams = {
|
|
9
|
+
startDate?: string;
|
|
10
|
+
endDate?: string;
|
|
11
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Generated by orval v8.6.2 🍺
|
|
4
|
+
* Do not edit manually.
|
|
5
|
+
* LLM Gateway API
|
|
6
|
+
* Unified LLM proxy with provider management, credential resolution, concurrency, and usage tracking
|
|
7
|
+
* OpenAPI spec version: 0.1.0
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
package/package.json
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@xemahq/llm-gateway-api-client",
|
|
3
|
+
"version": "0.1.0",
|
|
4
|
+
"main": "./dist/index.js",
|
|
5
|
+
"types": "./dist/index.d.ts",
|
|
6
|
+
"files": [
|
|
7
|
+
"dist"
|
|
8
|
+
],
|
|
9
|
+
"scripts": {
|
|
10
|
+
"build": "tsc -p tsconfig.json",
|
|
11
|
+
"prepublishOnly": "npm run build"
|
|
12
|
+
},
|
|
13
|
+
"publishConfig": {
|
|
14
|
+
"registry": "https://registry.npmjs.org/",
|
|
15
|
+
"access": "public"
|
|
16
|
+
},
|
|
17
|
+
"devDependencies": {
|
|
18
|
+
"typescript": "^5.9.0"
|
|
19
|
+
}
|
|
20
|
+
}
|