@mittwald/api-client 4.280.0 → 4.281.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/esm/generated/v2/client-react.js +19 -6
- package/dist/esm/generated/v2/client.js +29 -10
- package/dist/esm/generated/v2/descriptors.js +78 -30
- package/dist/esm/version.js +1 -1
- package/dist/types/generated/v2/client-react.d.ts +98 -36
- package/dist/types/generated/v2/client.d.ts +907 -400
- package/dist/types/generated/v2/descriptors.d.ts +26 -10
- package/dist/types/generated/v2/types.d.ts +997 -427
- package/dist/types/version.d.ts +1 -1
- package/package.json +4 -4
|
@@ -1454,7 +1454,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
1454
1454
|
} | undefined;
|
|
1455
1455
|
modifierArticles?: import("./types.js").MittwaldAPIV2.Components.Schemas.ArticleReadableModifierArticleOptions[] | undefined;
|
|
1456
1456
|
name: string;
|
|
1457
|
-
orderable: "
|
|
1457
|
+
orderable: "full" | "forbidden" | "internal" | "beta_testing" | "deprecated";
|
|
1458
1458
|
possibleArticleChanges?: import("./types.js").MittwaldAPIV2.Components.Schemas.ArticleReadableChangeArticleOptions[] | undefined;
|
|
1459
1459
|
price?: number | undefined;
|
|
1460
1460
|
tags?: import("./types.js").MittwaldAPIV2.Components.Schemas.ArticleArticleTag[] | undefined;
|
|
@@ -1494,7 +1494,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
1494
1494
|
} | undefined;
|
|
1495
1495
|
modifierArticles?: import("./types.js").MittwaldAPIV2.Components.Schemas.ArticleReadableModifierArticleOptions[] | undefined;
|
|
1496
1496
|
name: string;
|
|
1497
|
-
orderable: "
|
|
1497
|
+
orderable: "full" | "forbidden" | "internal" | "beta_testing" | "deprecated";
|
|
1498
1498
|
possibleArticleChanges?: import("./types.js").MittwaldAPIV2.Components.Schemas.ArticleReadableChangeArticleOptions[] | undefined;
|
|
1499
1499
|
price?: number | undefined;
|
|
1500
1500
|
tags?: import("./types.js").MittwaldAPIV2.Components.Schemas.ArticleArticleTag[] | undefined;
|
|
@@ -6010,8 +6010,13 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6010
6010
|
} | {
|
|
6011
6011
|
mailAddressId: string;
|
|
6012
6012
|
syncExistingMails?: boolean | undefined;
|
|
6013
|
+
} | {
|
|
6014
|
+
customerId: string;
|
|
6015
|
+
monthlyTokens: number;
|
|
6016
|
+
requestsPerMinute: number;
|
|
6017
|
+
useFreeTrial?: boolean | undefined;
|
|
6013
6018
|
} | undefined;
|
|
6014
|
-
orderType?: "domain" | "projectHosting" | "server" | "externalCertificate" | "leadFyndr" | "mailArchive" | undefined;
|
|
6019
|
+
orderType?: "domain" | "projectHosting" | "server" | "externalCertificate" | "leadFyndr" | "mailArchive" | "aiHosting" | undefined;
|
|
6015
6020
|
} | undefined;
|
|
6016
6021
|
headers?: {
|
|
6017
6022
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
@@ -6019,8 +6024,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6019
6024
|
} | undefined;
|
|
6020
6025
|
} | null | undefined, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
6021
6026
|
data: {
|
|
6022
|
-
orderData?: (import("./types.js").MittwaldAPIV2.Components.Schemas.OrderProjectHostingOrder | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderServerOrder | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderDomainOrder | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderExternalCertificateOrder | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderLeadFyndrOrder | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderMailArchiveOrder) | undefined;
|
|
6023
|
-
orderType?: "domain" | "projectHosting" | "server" | "externalCertificate" | "leadFyndr" | "mailArchive" | undefined;
|
|
6027
|
+
orderData?: (import("./types.js").MittwaldAPIV2.Components.Schemas.OrderProjectHostingOrder | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderServerOrder | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderDomainOrder | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderExternalCertificateOrder | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderLeadFyndrOrder | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderMailArchiveOrder | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderAIHostingOrder) | undefined;
|
|
6028
|
+
orderType?: "domain" | "projectHosting" | "server" | "externalCertificate" | "leadFyndr" | "mailArchive" | "aiHosting" | undefined;
|
|
6024
6029
|
};
|
|
6025
6030
|
} & {
|
|
6026
6031
|
headers?: Partial<{
|
|
@@ -6042,8 +6047,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6042
6047
|
[x: string]: unknown;
|
|
6043
6048
|
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
6044
6049
|
data: {
|
|
6045
|
-
orderData?: (import("./types.js").MittwaldAPIV2.Components.Schemas.OrderProjectHostingOrder | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderServerOrder | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderDomainOrder | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderExternalCertificateOrder | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderLeadFyndrOrder | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderMailArchiveOrder) | undefined;
|
|
6046
|
-
orderType?: "domain" | "projectHosting" | "server" | "externalCertificate" | "leadFyndr" | "mailArchive" | undefined;
|
|
6050
|
+
orderData?: (import("./types.js").MittwaldAPIV2.Components.Schemas.OrderProjectHostingOrder | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderServerOrder | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderDomainOrder | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderExternalCertificateOrder | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderLeadFyndrOrder | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderMailArchiveOrder | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderAIHostingOrder) | undefined;
|
|
6051
|
+
orderType?: "domain" | "projectHosting" | "server" | "externalCertificate" | "leadFyndr" | "mailArchive" | "aiHosting" | undefined;
|
|
6047
6052
|
};
|
|
6048
6053
|
} & {
|
|
6049
6054
|
headers?: Partial<{
|
|
@@ -6084,8 +6089,12 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6084
6089
|
contractId: string;
|
|
6085
6090
|
reservationLimit: number;
|
|
6086
6091
|
unlockLimit: number;
|
|
6092
|
+
} | {
|
|
6093
|
+
contractId: string;
|
|
6094
|
+
monthlyTokens: number;
|
|
6095
|
+
requestsPerMinute: number;
|
|
6087
6096
|
} | undefined;
|
|
6088
|
-
tariffChangeType?: "projectHosting" | "server" | "leadFyndr" | undefined;
|
|
6097
|
+
tariffChangeType?: "projectHosting" | "server" | "leadFyndr" | "aiHosting" | undefined;
|
|
6089
6098
|
} | undefined;
|
|
6090
6099
|
headers?: {
|
|
6091
6100
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
@@ -6093,8 +6102,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6093
6102
|
} | undefined;
|
|
6094
6103
|
} | null | undefined, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
6095
6104
|
data: {
|
|
6096
|
-
tariffChangeData?: (import("./types.js").MittwaldAPIV2.Components.Schemas.OrderProjectHostingTariffChange | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderServerTariffChange | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderLeadFyndrTariffChange) | undefined;
|
|
6097
|
-
tariffChangeType?: "projectHosting" | "server" | "leadFyndr" | undefined;
|
|
6105
|
+
tariffChangeData?: (import("./types.js").MittwaldAPIV2.Components.Schemas.OrderProjectHostingTariffChange | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderServerTariffChange | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderLeadFyndrTariffChange | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderAIHostingTariffChange) | undefined;
|
|
6106
|
+
tariffChangeType?: "projectHosting" | "server" | "leadFyndr" | "aiHosting" | undefined;
|
|
6098
6107
|
};
|
|
6099
6108
|
} & {
|
|
6100
6109
|
headers?: Partial<{
|
|
@@ -6114,8 +6123,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6114
6123
|
[x: string]: unknown;
|
|
6115
6124
|
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
6116
6125
|
data: {
|
|
6117
|
-
tariffChangeData?: (import("./types.js").MittwaldAPIV2.Components.Schemas.OrderProjectHostingTariffChange | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderServerTariffChange | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderLeadFyndrTariffChange) | undefined;
|
|
6118
|
-
tariffChangeType?: "projectHosting" | "server" | "leadFyndr" | undefined;
|
|
6126
|
+
tariffChangeData?: (import("./types.js").MittwaldAPIV2.Components.Schemas.OrderProjectHostingTariffChange | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderServerTariffChange | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderLeadFyndrTariffChange | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderAIHostingTariffChange) | undefined;
|
|
6127
|
+
tariffChangeType?: "projectHosting" | "server" | "leadFyndr" | "aiHosting" | undefined;
|
|
6119
6128
|
};
|
|
6120
6129
|
} & {
|
|
6121
6130
|
headers?: Partial<{
|
|
@@ -6375,16 +6384,19 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6375
6384
|
} | {
|
|
6376
6385
|
mailAddressId: string;
|
|
6377
6386
|
syncExistingMails?: boolean | undefined;
|
|
6387
|
+
} | {
|
|
6388
|
+
monthlyTokens: number;
|
|
6389
|
+
requestsPerMinute: number;
|
|
6378
6390
|
} | undefined;
|
|
6379
|
-
orderType?: "domain" | "projectHosting" | "server" | "externalCertificate" | "leadFyndr" | "mailArchive" | undefined;
|
|
6391
|
+
orderType?: "domain" | "projectHosting" | "server" | "externalCertificate" | "leadFyndr" | "mailArchive" | "aiHosting" | undefined;
|
|
6380
6392
|
} | undefined;
|
|
6381
6393
|
headers?: {
|
|
6382
6394
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
6383
6395
|
} | undefined;
|
|
6384
6396
|
} | null | undefined, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
6385
6397
|
data: {
|
|
6386
|
-
orderData?: (import("./types.js").MittwaldAPIV2.Components.Schemas.OrderProjectHostingOrderPreview | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderServerOrderPreview | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderDomainOrderPreview | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderExternalCertificateOrderPreview | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderLeadFyndrOrderPreview | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderMailArchiveOrderPreview) | undefined;
|
|
6387
|
-
orderType?: "domain" | "projectHosting" | "server" | "externalCertificate" | "leadFyndr" | "mailArchive" | undefined;
|
|
6398
|
+
orderData?: (import("./types.js").MittwaldAPIV2.Components.Schemas.OrderProjectHostingOrderPreview | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderServerOrderPreview | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderDomainOrderPreview | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderExternalCertificateOrderPreview | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderLeadFyndrOrderPreview | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderMailArchiveOrderPreview | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderAIHostingOrderPreview) | undefined;
|
|
6399
|
+
orderType?: "domain" | "projectHosting" | "server" | "externalCertificate" | "leadFyndr" | "mailArchive" | "aiHosting" | undefined;
|
|
6388
6400
|
};
|
|
6389
6401
|
} & {
|
|
6390
6402
|
headers?: Partial<{
|
|
@@ -6398,8 +6410,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6398
6410
|
[x: string]: unknown;
|
|
6399
6411
|
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
6400
6412
|
data: {
|
|
6401
|
-
orderData?: (import("./types.js").MittwaldAPIV2.Components.Schemas.OrderProjectHostingOrderPreview | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderServerOrderPreview | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderDomainOrderPreview | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderExternalCertificateOrderPreview | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderLeadFyndrOrderPreview | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderMailArchiveOrderPreview) | undefined;
|
|
6402
|
-
orderType?: "domain" | "projectHosting" | "server" | "externalCertificate" | "leadFyndr" | "mailArchive" | undefined;
|
|
6413
|
+
orderData?: (import("./types.js").MittwaldAPIV2.Components.Schemas.OrderProjectHostingOrderPreview | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderServerOrderPreview | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderDomainOrderPreview | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderExternalCertificateOrderPreview | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderLeadFyndrOrderPreview | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderMailArchiveOrderPreview | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderAIHostingOrderPreview) | undefined;
|
|
6414
|
+
orderType?: "domain" | "projectHosting" | "server" | "externalCertificate" | "leadFyndr" | "mailArchive" | "aiHosting" | undefined;
|
|
6403
6415
|
};
|
|
6404
6416
|
} & {
|
|
6405
6417
|
headers?: Partial<{
|
|
@@ -6432,8 +6444,12 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6432
6444
|
contractId: string;
|
|
6433
6445
|
reservationLimit: number;
|
|
6434
6446
|
unlockLimit: number;
|
|
6447
|
+
} | {
|
|
6448
|
+
contractId: string;
|
|
6449
|
+
monthlyTokens: number;
|
|
6450
|
+
requestsPerMinute: number;
|
|
6435
6451
|
} | undefined;
|
|
6436
|
-
tariffChangeType?: "projectHosting" | "server" | "leadFyndr" | undefined;
|
|
6452
|
+
tariffChangeType?: "projectHosting" | "server" | "leadFyndr" | "aiHosting" | undefined;
|
|
6437
6453
|
} | undefined;
|
|
6438
6454
|
headers?: {
|
|
6439
6455
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
@@ -6441,8 +6457,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6441
6457
|
} | undefined;
|
|
6442
6458
|
} | null | undefined, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
6443
6459
|
data: {
|
|
6444
|
-
tariffChangeData?: (import("./types.js").MittwaldAPIV2.Components.Schemas.OrderProjectHostingTariffChange | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderServerTariffChange | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderLeadFyndrTariffChange) | undefined;
|
|
6445
|
-
tariffChangeType?: "projectHosting" | "server" | "leadFyndr" | undefined;
|
|
6460
|
+
tariffChangeData?: (import("./types.js").MittwaldAPIV2.Components.Schemas.OrderProjectHostingTariffChange | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderServerTariffChange | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderLeadFyndrTariffChange | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderAIHostingTariffChange) | undefined;
|
|
6461
|
+
tariffChangeType?: "projectHosting" | "server" | "leadFyndr" | "aiHosting" | undefined;
|
|
6446
6462
|
};
|
|
6447
6463
|
} & {
|
|
6448
6464
|
headers?: Partial<{
|
|
@@ -6466,8 +6482,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6466
6482
|
[x: string]: unknown;
|
|
6467
6483
|
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
6468
6484
|
data: {
|
|
6469
|
-
tariffChangeData?: (import("./types.js").MittwaldAPIV2.Components.Schemas.OrderProjectHostingTariffChange | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderServerTariffChange | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderLeadFyndrTariffChange) | undefined;
|
|
6470
|
-
tariffChangeType?: "projectHosting" | "server" | "leadFyndr" | undefined;
|
|
6485
|
+
tariffChangeData?: (import("./types.js").MittwaldAPIV2.Components.Schemas.OrderProjectHostingTariffChange | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderServerTariffChange | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderLeadFyndrTariffChange | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderAIHostingTariffChange) | undefined;
|
|
6486
|
+
tariffChangeType?: "projectHosting" | "server" | "leadFyndr" | "aiHosting" | undefined;
|
|
6471
6487
|
};
|
|
6472
6488
|
} & {
|
|
6473
6489
|
headers?: Partial<{
|
|
@@ -24569,36 +24585,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24569
24585
|
};
|
|
24570
24586
|
/** API endpoints that are not related to any specific API domain */
|
|
24571
24587
|
readonly misc: {
|
|
24572
|
-
/** Get a list of currently active llm models. */
|
|
24573
|
-
getLlmModelsExperimental: (request?: {
|
|
24574
|
-
headers?: {
|
|
24575
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
24576
|
-
} | undefined;
|
|
24577
|
-
} | null | undefined, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
24578
|
-
headers?: Partial<{
|
|
24579
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24580
|
-
}>;
|
|
24581
|
-
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingModel[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
24582
|
-
[x: string]: unknown;
|
|
24583
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
24584
|
-
[x: string]: unknown;
|
|
24585
|
-
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
24586
|
-
[x: string]: unknown;
|
|
24587
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
24588
|
-
[x: string]: unknown;
|
|
24589
|
-
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
24590
|
-
headers?: Partial<{
|
|
24591
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24592
|
-
}>;
|
|
24593
|
-
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingModel[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
24594
|
-
[x: string]: unknown;
|
|
24595
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
24596
|
-
[x: string]: unknown;
|
|
24597
|
-
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
24598
|
-
[x: string]: unknown;
|
|
24599
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
24600
|
-
[x: string]: unknown;
|
|
24601
|
-
}, 429, "application/json">>>;
|
|
24602
24588
|
/** List valid time zones. */
|
|
24603
24589
|
ellaneousListTimeZones: (request?: {
|
|
24604
24590
|
headers?: {
|
|
@@ -25196,134 +25182,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
25196
25182
|
}, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
25197
25183
|
[x: string]: unknown;
|
|
25198
25184
|
}, 429, "application/json">>>;
|
|
25199
|
-
/** Get a list of already created llm licences. */
|
|
25200
|
-
getLlmLicencesExperimental: (request: {
|
|
25201
|
-
projectId: string;
|
|
25202
|
-
headers?: {
|
|
25203
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
25204
|
-
} | undefined;
|
|
25205
|
-
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
25206
|
-
headers?: Partial<{
|
|
25207
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25208
|
-
}>;
|
|
25209
|
-
} & {
|
|
25210
|
-
pathParameters: {
|
|
25211
|
-
projectId: string;
|
|
25212
|
-
};
|
|
25213
|
-
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingLicence[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
25214
|
-
[x: string]: unknown;
|
|
25215
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
25216
|
-
[x: string]: unknown;
|
|
25217
|
-
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
25218
|
-
[x: string]: unknown;
|
|
25219
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
25220
|
-
[x: string]: unknown;
|
|
25221
|
-
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
25222
|
-
headers?: Partial<{
|
|
25223
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25224
|
-
}>;
|
|
25225
|
-
} & {
|
|
25226
|
-
pathParameters: {
|
|
25227
|
-
projectId: string;
|
|
25228
|
-
};
|
|
25229
|
-
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingLicence[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
25230
|
-
[x: string]: unknown;
|
|
25231
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
25232
|
-
[x: string]: unknown;
|
|
25233
|
-
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
25234
|
-
[x: string]: unknown;
|
|
25235
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
25236
|
-
[x: string]: unknown;
|
|
25237
|
-
}, 429, "application/json">>>;
|
|
25238
|
-
/** Creates a new llm beta Licence for a project. Will be purged on end of beta. */
|
|
25239
|
-
createLlmBetaLicenceExperimental: (request: {
|
|
25240
|
-
data: {
|
|
25241
|
-
name: string;
|
|
25242
|
-
createWebuiContainer?: boolean | undefined;
|
|
25243
|
-
};
|
|
25244
|
-
projectId: string;
|
|
25245
|
-
headers?: {
|
|
25246
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
25247
|
-
} | undefined;
|
|
25248
|
-
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
25249
|
-
data: {
|
|
25250
|
-
createWebuiContainer?: boolean | undefined;
|
|
25251
|
-
name: string;
|
|
25252
|
-
};
|
|
25253
|
-
} & {
|
|
25254
|
-
pathParameters: {
|
|
25255
|
-
projectId: string;
|
|
25256
|
-
};
|
|
25257
|
-
} & {
|
|
25258
|
-
headers?: Partial<{
|
|
25259
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25260
|
-
}>;
|
|
25261
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
25262
|
-
containerMeta?: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingContainerMeta | undefined;
|
|
25263
|
-
customerId?: string | undefined;
|
|
25264
|
-
isBlocked: boolean;
|
|
25265
|
-
licenceId: string;
|
|
25266
|
-
licenceKey: string;
|
|
25267
|
-
limit: {
|
|
25268
|
-
allowedRequestsPerUnit: number;
|
|
25269
|
-
unit: "minute" | "hour";
|
|
25270
|
-
};
|
|
25271
|
-
models: string[];
|
|
25272
|
-
name: string;
|
|
25273
|
-
projectId?: string | undefined;
|
|
25274
|
-
rateLimit: number;
|
|
25275
|
-
}, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
25276
|
-
[x: string]: unknown;
|
|
25277
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
25278
|
-
[x: string]: unknown;
|
|
25279
|
-
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
25280
|
-
[x: string]: unknown;
|
|
25281
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
25282
|
-
[x: string]: unknown;
|
|
25283
|
-
}, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
25284
|
-
[x: string]: unknown;
|
|
25285
|
-
}, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
25286
|
-
[x: string]: unknown;
|
|
25287
|
-
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
25288
|
-
data: {
|
|
25289
|
-
createWebuiContainer?: boolean | undefined;
|
|
25290
|
-
name: string;
|
|
25291
|
-
};
|
|
25292
|
-
} & {
|
|
25293
|
-
pathParameters: {
|
|
25294
|
-
projectId: string;
|
|
25295
|
-
};
|
|
25296
|
-
} & {
|
|
25297
|
-
headers?: Partial<{
|
|
25298
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25299
|
-
}>;
|
|
25300
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
25301
|
-
containerMeta?: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingContainerMeta | undefined;
|
|
25302
|
-
customerId?: string | undefined;
|
|
25303
|
-
isBlocked: boolean;
|
|
25304
|
-
licenceId: string;
|
|
25305
|
-
licenceKey: string;
|
|
25306
|
-
limit: {
|
|
25307
|
-
allowedRequestsPerUnit: number;
|
|
25308
|
-
unit: "minute" | "hour";
|
|
25309
|
-
};
|
|
25310
|
-
models: string[];
|
|
25311
|
-
name: string;
|
|
25312
|
-
projectId?: string | undefined;
|
|
25313
|
-
rateLimit: number;
|
|
25314
|
-
}, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
25315
|
-
[x: string]: unknown;
|
|
25316
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
25317
|
-
[x: string]: unknown;
|
|
25318
|
-
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
25319
|
-
[x: string]: unknown;
|
|
25320
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
25321
|
-
[x: string]: unknown;
|
|
25322
|
-
}, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
25323
|
-
[x: string]: unknown;
|
|
25324
|
-
}, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
25325
|
-
[x: string]: unknown;
|
|
25326
|
-
}, 429, "application/json">>>;
|
|
25327
25185
|
/** List Invites belonging to a Project. */
|
|
25328
25186
|
listInvitesForProject: (request: {
|
|
25329
25187
|
projectId: string;
|
|
@@ -26220,42 +26078,36 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
26220
26078
|
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
26221
26079
|
[x: string]: unknown;
|
|
26222
26080
|
}, 429, "application/json">>>;
|
|
26223
|
-
/** Get a
|
|
26224
|
-
|
|
26225
|
-
|
|
26226
|
-
licenceId: string;
|
|
26227
|
-
headers?: {
|
|
26081
|
+
/** Get a ProjectInvite by token. */
|
|
26082
|
+
getProjectTokenInvite: (request: {
|
|
26083
|
+
headers: {
|
|
26228
26084
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
26229
|
-
|
|
26085
|
+
token: string;
|
|
26086
|
+
"x-access-token"?: string | undefined;
|
|
26087
|
+
};
|
|
26230
26088
|
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
26231
26089
|
headers?: Partial<{
|
|
26232
26090
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
26233
26091
|
}>;
|
|
26234
26092
|
} & {
|
|
26235
|
-
|
|
26236
|
-
|
|
26237
|
-
|
|
26238
|
-
}
|
|
26093
|
+
headers: {
|
|
26094
|
+
token: string;
|
|
26095
|
+
"x-access-token"?: string | undefined;
|
|
26096
|
+
} & Partial<{
|
|
26097
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
26098
|
+
}>;
|
|
26239
26099
|
}, import("@mittwald/api-client-commons").Response<{
|
|
26240
|
-
|
|
26241
|
-
|
|
26242
|
-
|
|
26243
|
-
|
|
26244
|
-
|
|
26245
|
-
|
|
26246
|
-
|
|
26247
|
-
|
|
26248
|
-
|
|
26249
|
-
models: string[];
|
|
26250
|
-
name: string;
|
|
26251
|
-
projectId?: string | undefined;
|
|
26252
|
-
rateLimit: number;
|
|
26100
|
+
avatarRefId?: string | undefined;
|
|
26101
|
+
id: string;
|
|
26102
|
+
information: import("./types.js").MittwaldAPIV2.Components.Schemas.MembershipInviteInformation;
|
|
26103
|
+
mailAddress: string;
|
|
26104
|
+
membershipExpiresAt?: string | undefined;
|
|
26105
|
+
message?: string | undefined;
|
|
26106
|
+
projectDescription: string;
|
|
26107
|
+
projectId: string;
|
|
26108
|
+
role: import("./types.js").MittwaldAPIV2.Components.Schemas.MembershipProjectRoles;
|
|
26253
26109
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
26254
26110
|
[x: string]: unknown;
|
|
26255
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
26256
|
-
[x: string]: unknown;
|
|
26257
|
-
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
26258
|
-
[x: string]: unknown;
|
|
26259
26111
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
26260
26112
|
[x: string]: unknown;
|
|
26261
26113
|
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
@@ -26263,218 +26115,62 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
26263
26115
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
26264
26116
|
}>;
|
|
26265
26117
|
} & {
|
|
26266
|
-
|
|
26267
|
-
|
|
26268
|
-
|
|
26269
|
-
}
|
|
26118
|
+
headers: {
|
|
26119
|
+
token: string;
|
|
26120
|
+
"x-access-token"?: string | undefined;
|
|
26121
|
+
} & Partial<{
|
|
26122
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
26123
|
+
}>;
|
|
26270
26124
|
}, import("@mittwald/api-client-commons").Response<{
|
|
26271
|
-
|
|
26272
|
-
|
|
26273
|
-
|
|
26274
|
-
|
|
26275
|
-
|
|
26276
|
-
|
|
26277
|
-
|
|
26278
|
-
|
|
26279
|
-
|
|
26280
|
-
models: string[];
|
|
26281
|
-
name: string;
|
|
26282
|
-
projectId?: string | undefined;
|
|
26283
|
-
rateLimit: number;
|
|
26125
|
+
avatarRefId?: string | undefined;
|
|
26126
|
+
id: string;
|
|
26127
|
+
information: import("./types.js").MittwaldAPIV2.Components.Schemas.MembershipInviteInformation;
|
|
26128
|
+
mailAddress: string;
|
|
26129
|
+
membershipExpiresAt?: string | undefined;
|
|
26130
|
+
message?: string | undefined;
|
|
26131
|
+
projectDescription: string;
|
|
26132
|
+
projectId: string;
|
|
26133
|
+
role: import("./types.js").MittwaldAPIV2.Components.Schemas.MembershipProjectRoles;
|
|
26284
26134
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
26285
26135
|
[x: string]: unknown;
|
|
26286
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
26287
|
-
[x: string]: unknown;
|
|
26288
|
-
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
26289
|
-
[x: string]: unknown;
|
|
26290
26136
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
26291
26137
|
[x: string]: unknown;
|
|
26292
26138
|
}, 429, "application/json">>>;
|
|
26293
|
-
/**
|
|
26294
|
-
|
|
26139
|
+
/** Get the executing user's membership in a Project. */
|
|
26140
|
+
getSelfMembershipForProject: (request: {
|
|
26295
26141
|
projectId: string;
|
|
26296
|
-
licenceId: string;
|
|
26297
|
-
data?: {
|
|
26298
|
-
createWebuiContainer?: boolean | undefined;
|
|
26299
|
-
name?: string | undefined;
|
|
26300
|
-
} | undefined;
|
|
26301
26142
|
headers?: {
|
|
26302
26143
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
26144
|
+
"x-access-token"?: string | undefined;
|
|
26303
26145
|
} | undefined;
|
|
26304
26146
|
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
26305
|
-
|
|
26306
|
-
|
|
26307
|
-
|
|
26308
|
-
};
|
|
26147
|
+
headers?: Partial<{
|
|
26148
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
26149
|
+
}>;
|
|
26309
26150
|
} & {
|
|
26310
26151
|
pathParameters: {
|
|
26311
26152
|
projectId: string;
|
|
26312
|
-
licenceId: string;
|
|
26313
26153
|
};
|
|
26314
26154
|
} & {
|
|
26315
|
-
headers
|
|
26155
|
+
headers: {
|
|
26156
|
+
"x-access-token"?: string | undefined;
|
|
26157
|
+
} & Partial<{
|
|
26316
26158
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
26317
26159
|
}>;
|
|
26318
26160
|
}, import("@mittwald/api-client-commons").Response<{
|
|
26319
|
-
|
|
26320
|
-
|
|
26321
|
-
|
|
26322
|
-
|
|
26323
|
-
|
|
26324
|
-
|
|
26325
|
-
|
|
26326
|
-
|
|
26327
|
-
|
|
26328
|
-
|
|
26329
|
-
|
|
26330
|
-
|
|
26331
|
-
|
|
26332
|
-
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
26333
|
-
[x: string]: unknown;
|
|
26334
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
26335
|
-
[x: string]: unknown;
|
|
26336
|
-
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
26337
|
-
[x: string]: unknown;
|
|
26338
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
26339
|
-
[x: string]: unknown;
|
|
26340
|
-
}, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
26341
|
-
[x: string]: unknown;
|
|
26342
|
-
}, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
26343
|
-
[x: string]: unknown;
|
|
26344
|
-
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
26345
|
-
data: {
|
|
26346
|
-
createWebuiContainer?: boolean | undefined;
|
|
26347
|
-
name?: string | undefined;
|
|
26348
|
-
};
|
|
26349
|
-
} & {
|
|
26350
|
-
pathParameters: {
|
|
26351
|
-
projectId: string;
|
|
26352
|
-
licenceId: string;
|
|
26353
|
-
};
|
|
26354
|
-
} & {
|
|
26355
|
-
headers?: Partial<{
|
|
26356
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
26357
|
-
}>;
|
|
26358
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
26359
|
-
containerMeta?: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingContainerMeta | undefined;
|
|
26360
|
-
customerId?: string | undefined;
|
|
26361
|
-
isBlocked: boolean;
|
|
26362
|
-
licenceId: string;
|
|
26363
|
-
licenceKey: string;
|
|
26364
|
-
limit: {
|
|
26365
|
-
allowedRequestsPerUnit: number;
|
|
26366
|
-
unit: "minute" | "hour";
|
|
26367
|
-
};
|
|
26368
|
-
models: string[];
|
|
26369
|
-
name: string;
|
|
26370
|
-
projectId?: string | undefined;
|
|
26371
|
-
rateLimit: number;
|
|
26372
|
-
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
26373
|
-
[x: string]: unknown;
|
|
26374
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
26375
|
-
[x: string]: unknown;
|
|
26376
|
-
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
26377
|
-
[x: string]: unknown;
|
|
26378
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
26379
|
-
[x: string]: unknown;
|
|
26380
|
-
}, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
26381
|
-
[x: string]: unknown;
|
|
26382
|
-
}, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
26383
|
-
[x: string]: unknown;
|
|
26384
|
-
}, 429, "application/json">>>;
|
|
26385
|
-
/** Get a ProjectInvite by token. */
|
|
26386
|
-
getProjectTokenInvite: (request: {
|
|
26387
|
-
headers: {
|
|
26388
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
26389
|
-
token: string;
|
|
26390
|
-
"x-access-token"?: string | undefined;
|
|
26391
|
-
};
|
|
26392
|
-
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
26393
|
-
headers?: Partial<{
|
|
26394
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
26395
|
-
}>;
|
|
26396
|
-
} & {
|
|
26397
|
-
headers: {
|
|
26398
|
-
token: string;
|
|
26399
|
-
"x-access-token"?: string | undefined;
|
|
26400
|
-
} & Partial<{
|
|
26401
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
26402
|
-
}>;
|
|
26403
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
26404
|
-
avatarRefId?: string | undefined;
|
|
26405
|
-
id: string;
|
|
26406
|
-
information: import("./types.js").MittwaldAPIV2.Components.Schemas.MembershipInviteInformation;
|
|
26407
|
-
mailAddress: string;
|
|
26408
|
-
membershipExpiresAt?: string | undefined;
|
|
26409
|
-
message?: string | undefined;
|
|
26410
|
-
projectDescription: string;
|
|
26411
|
-
projectId: string;
|
|
26412
|
-
role: import("./types.js").MittwaldAPIV2.Components.Schemas.MembershipProjectRoles;
|
|
26413
|
-
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
26414
|
-
[x: string]: unknown;
|
|
26415
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
26416
|
-
[x: string]: unknown;
|
|
26417
|
-
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
26418
|
-
headers?: Partial<{
|
|
26419
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
26420
|
-
}>;
|
|
26421
|
-
} & {
|
|
26422
|
-
headers: {
|
|
26423
|
-
token: string;
|
|
26424
|
-
"x-access-token"?: string | undefined;
|
|
26425
|
-
} & Partial<{
|
|
26426
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
26427
|
-
}>;
|
|
26428
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
26429
|
-
avatarRefId?: string | undefined;
|
|
26430
|
-
id: string;
|
|
26431
|
-
information: import("./types.js").MittwaldAPIV2.Components.Schemas.MembershipInviteInformation;
|
|
26432
|
-
mailAddress: string;
|
|
26433
|
-
membershipExpiresAt?: string | undefined;
|
|
26434
|
-
message?: string | undefined;
|
|
26435
|
-
projectDescription: string;
|
|
26436
|
-
projectId: string;
|
|
26437
|
-
role: import("./types.js").MittwaldAPIV2.Components.Schemas.MembershipProjectRoles;
|
|
26438
|
-
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
26439
|
-
[x: string]: unknown;
|
|
26440
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
26441
|
-
[x: string]: unknown;
|
|
26442
|
-
}, 429, "application/json">>>;
|
|
26443
|
-
/** Get the executing user's membership in a Project. */
|
|
26444
|
-
getSelfMembershipForProject: (request: {
|
|
26445
|
-
projectId: string;
|
|
26446
|
-
headers?: {
|
|
26447
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
26448
|
-
"x-access-token"?: string | undefined;
|
|
26449
|
-
} | undefined;
|
|
26450
|
-
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
26451
|
-
headers?: Partial<{
|
|
26452
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
26453
|
-
}>;
|
|
26454
|
-
} & {
|
|
26455
|
-
pathParameters: {
|
|
26456
|
-
projectId: string;
|
|
26457
|
-
};
|
|
26458
|
-
} & {
|
|
26459
|
-
headers: {
|
|
26460
|
-
"x-access-token"?: string | undefined;
|
|
26461
|
-
} & Partial<{
|
|
26462
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
26463
|
-
}>;
|
|
26464
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
26465
|
-
avatarRef?: string | undefined;
|
|
26466
|
-
email: string;
|
|
26467
|
-
expiresAt?: string | undefined;
|
|
26468
|
-
firstName: string;
|
|
26469
|
-
id: string;
|
|
26470
|
-
inherited: boolean;
|
|
26471
|
-
inviteId?: string | undefined;
|
|
26472
|
-
lastName: string;
|
|
26473
|
-
memberSince?: string | undefined;
|
|
26474
|
-
mfa: boolean;
|
|
26475
|
-
projectId: string;
|
|
26476
|
-
role: import("./types.js").MittwaldAPIV2.Components.Schemas.MembershipProjectRoles;
|
|
26477
|
-
userId: string;
|
|
26161
|
+
avatarRef?: string | undefined;
|
|
26162
|
+
email: string;
|
|
26163
|
+
expiresAt?: string | undefined;
|
|
26164
|
+
firstName: string;
|
|
26165
|
+
id: string;
|
|
26166
|
+
inherited: boolean;
|
|
26167
|
+
inviteId?: string | undefined;
|
|
26168
|
+
lastName: string;
|
|
26169
|
+
memberSince?: string | undefined;
|
|
26170
|
+
mfa: boolean;
|
|
26171
|
+
projectId: string;
|
|
26172
|
+
role: import("./types.js").MittwaldAPIV2.Components.Schemas.MembershipProjectRoles;
|
|
26173
|
+
userId: string;
|
|
26478
26174
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
26479
26175
|
[x: string]: unknown;
|
|
26480
26176
|
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
@@ -28739,5 +28435,816 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
28739
28435
|
[x: string]: unknown;
|
|
28740
28436
|
}, 429, "application/json">>>;
|
|
28741
28437
|
};
|
|
28438
|
+
/** The AI hosting provides access to multiple large language and embedding models – GDPR compliant and hosted in Germany. */
|
|
28439
|
+
readonly aiHosting: {
|
|
28440
|
+
/** Get a key of a customer. */
|
|
28441
|
+
customerGetKey: (request: {
|
|
28442
|
+
customerId: string;
|
|
28443
|
+
keyId: string;
|
|
28444
|
+
headers?: {
|
|
28445
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
28446
|
+
} | undefined;
|
|
28447
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
28448
|
+
headers?: Partial<{
|
|
28449
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
28450
|
+
}>;
|
|
28451
|
+
} & {
|
|
28452
|
+
pathParameters: {
|
|
28453
|
+
customerId: string;
|
|
28454
|
+
keyId: string;
|
|
28455
|
+
};
|
|
28456
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
28457
|
+
containerMeta?: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingContainerMeta | undefined;
|
|
28458
|
+
customerId?: string | undefined;
|
|
28459
|
+
isBlocked: boolean;
|
|
28460
|
+
key: string;
|
|
28461
|
+
keyId: string;
|
|
28462
|
+
models: string[];
|
|
28463
|
+
name: string;
|
|
28464
|
+
projectId?: string | undefined;
|
|
28465
|
+
rateLimit: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingRateLimit;
|
|
28466
|
+
tokenUsage: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingTokenUsage;
|
|
28467
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
28468
|
+
[x: string]: unknown;
|
|
28469
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
28470
|
+
[x: string]: unknown;
|
|
28471
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
28472
|
+
[x: string]: unknown;
|
|
28473
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
28474
|
+
[x: string]: unknown;
|
|
28475
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
28476
|
+
headers?: Partial<{
|
|
28477
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
28478
|
+
}>;
|
|
28479
|
+
} & {
|
|
28480
|
+
pathParameters: {
|
|
28481
|
+
customerId: string;
|
|
28482
|
+
keyId: string;
|
|
28483
|
+
};
|
|
28484
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
28485
|
+
containerMeta?: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingContainerMeta | undefined;
|
|
28486
|
+
customerId?: string | undefined;
|
|
28487
|
+
isBlocked: boolean;
|
|
28488
|
+
key: string;
|
|
28489
|
+
keyId: string;
|
|
28490
|
+
models: string[];
|
|
28491
|
+
name: string;
|
|
28492
|
+
projectId?: string | undefined;
|
|
28493
|
+
rateLimit: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingRateLimit;
|
|
28494
|
+
tokenUsage: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingTokenUsage;
|
|
28495
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
28496
|
+
[x: string]: unknown;
|
|
28497
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
28498
|
+
[x: string]: unknown;
|
|
28499
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
28500
|
+
[x: string]: unknown;
|
|
28501
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
28502
|
+
[x: string]: unknown;
|
|
28503
|
+
}, 429, "application/json">>>;
|
|
28504
|
+
/** Update a key for a customer. */
|
|
28505
|
+
customerUpdateKey: (request: {
|
|
28506
|
+
customerId: string;
|
|
28507
|
+
keyId: string;
|
|
28508
|
+
data?: {
|
|
28509
|
+
createWebuiContainer?: boolean | undefined;
|
|
28510
|
+
name?: string | undefined;
|
|
28511
|
+
projectId?: string | undefined;
|
|
28512
|
+
} | undefined;
|
|
28513
|
+
headers?: {
|
|
28514
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
28515
|
+
} | undefined;
|
|
28516
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
28517
|
+
data: {
|
|
28518
|
+
createWebuiContainer?: boolean | undefined;
|
|
28519
|
+
name?: string | undefined;
|
|
28520
|
+
projectId?: string | undefined;
|
|
28521
|
+
};
|
|
28522
|
+
} & {
|
|
28523
|
+
pathParameters: {
|
|
28524
|
+
customerId: string;
|
|
28525
|
+
keyId: string;
|
|
28526
|
+
};
|
|
28527
|
+
} & {
|
|
28528
|
+
headers?: Partial<{
|
|
28529
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
28530
|
+
}>;
|
|
28531
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
28532
|
+
containerMeta?: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingContainerMeta | undefined;
|
|
28533
|
+
customerId?: string | undefined;
|
|
28534
|
+
isBlocked: boolean;
|
|
28535
|
+
key: string;
|
|
28536
|
+
keyId: string;
|
|
28537
|
+
models: string[];
|
|
28538
|
+
name: string;
|
|
28539
|
+
projectId?: string | undefined;
|
|
28540
|
+
rateLimit: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingRateLimit;
|
|
28541
|
+
tokenUsage: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingTokenUsage;
|
|
28542
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
28543
|
+
[x: string]: unknown;
|
|
28544
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
28545
|
+
[x: string]: unknown;
|
|
28546
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
28547
|
+
[x: string]: unknown;
|
|
28548
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
28549
|
+
[x: string]: unknown;
|
|
28550
|
+
}, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
28551
|
+
[x: string]: unknown;
|
|
28552
|
+
}, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
28553
|
+
[x: string]: unknown;
|
|
28554
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
28555
|
+
data: {
|
|
28556
|
+
createWebuiContainer?: boolean | undefined;
|
|
28557
|
+
name?: string | undefined;
|
|
28558
|
+
projectId?: string | undefined;
|
|
28559
|
+
};
|
|
28560
|
+
} & {
|
|
28561
|
+
pathParameters: {
|
|
28562
|
+
customerId: string;
|
|
28563
|
+
keyId: string;
|
|
28564
|
+
};
|
|
28565
|
+
} & {
|
|
28566
|
+
headers?: Partial<{
|
|
28567
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
28568
|
+
}>;
|
|
28569
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
28570
|
+
containerMeta?: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingContainerMeta | undefined;
|
|
28571
|
+
customerId?: string | undefined;
|
|
28572
|
+
isBlocked: boolean;
|
|
28573
|
+
key: string;
|
|
28574
|
+
keyId: string;
|
|
28575
|
+
models: string[];
|
|
28576
|
+
name: string;
|
|
28577
|
+
projectId?: string | undefined;
|
|
28578
|
+
rateLimit: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingRateLimit;
|
|
28579
|
+
tokenUsage: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingTokenUsage;
|
|
28580
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
28581
|
+
[x: string]: unknown;
|
|
28582
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
28583
|
+
[x: string]: unknown;
|
|
28584
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
28585
|
+
[x: string]: unknown;
|
|
28586
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
28587
|
+
[x: string]: unknown;
|
|
28588
|
+
}, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
28589
|
+
[x: string]: unknown;
|
|
28590
|
+
}, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
28591
|
+
[x: string]: unknown;
|
|
28592
|
+
}, 429, "application/json">>>;
|
|
28593
|
+
/** Delete a key for a customer. */
|
|
28594
|
+
customerDeleteKey: (request: {
|
|
28595
|
+
customerId: string;
|
|
28596
|
+
keyId: string;
|
|
28597
|
+
headers?: {
|
|
28598
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
28599
|
+
} | undefined;
|
|
28600
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
28601
|
+
headers?: Partial<{
|
|
28602
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
28603
|
+
}>;
|
|
28604
|
+
} & {
|
|
28605
|
+
pathParameters: {
|
|
28606
|
+
customerId: string;
|
|
28607
|
+
keyId: string;
|
|
28608
|
+
};
|
|
28609
|
+
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
28610
|
+
[x: string]: unknown;
|
|
28611
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
28612
|
+
[x: string]: unknown;
|
|
28613
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
28614
|
+
[x: string]: unknown;
|
|
28615
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
28616
|
+
[x: string]: unknown;
|
|
28617
|
+
}, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
28618
|
+
[x: string]: unknown;
|
|
28619
|
+
}, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
28620
|
+
[x: string]: unknown;
|
|
28621
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
28622
|
+
headers?: Partial<{
|
|
28623
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
28624
|
+
}>;
|
|
28625
|
+
} & {
|
|
28626
|
+
pathParameters: {
|
|
28627
|
+
customerId: string;
|
|
28628
|
+
keyId: string;
|
|
28629
|
+
};
|
|
28630
|
+
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
28631
|
+
[x: string]: unknown;
|
|
28632
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
28633
|
+
[x: string]: unknown;
|
|
28634
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
28635
|
+
[x: string]: unknown;
|
|
28636
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
28637
|
+
[x: string]: unknown;
|
|
28638
|
+
}, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
28639
|
+
[x: string]: unknown;
|
|
28640
|
+
}, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
28641
|
+
[x: string]: unknown;
|
|
28642
|
+
}, 429, "application/json">>>;
|
|
28643
|
+
/** Get a key of a project. */
|
|
28644
|
+
projectGetKey: (request: {
|
|
28645
|
+
projectId: string;
|
|
28646
|
+
keyId: string;
|
|
28647
|
+
headers?: {
|
|
28648
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
28649
|
+
} | undefined;
|
|
28650
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
28651
|
+
headers?: Partial<{
|
|
28652
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
28653
|
+
}>;
|
|
28654
|
+
} & {
|
|
28655
|
+
pathParameters: {
|
|
28656
|
+
projectId: string;
|
|
28657
|
+
keyId: string;
|
|
28658
|
+
};
|
|
28659
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
28660
|
+
containerMeta?: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingContainerMeta | undefined;
|
|
28661
|
+
customerId?: string | undefined;
|
|
28662
|
+
isBlocked: boolean;
|
|
28663
|
+
key: string;
|
|
28664
|
+
keyId: string;
|
|
28665
|
+
models: string[];
|
|
28666
|
+
name: string;
|
|
28667
|
+
projectId?: string | undefined;
|
|
28668
|
+
rateLimit: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingRateLimit;
|
|
28669
|
+
tokenUsage: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingTokenUsage;
|
|
28670
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
28671
|
+
[x: string]: unknown;
|
|
28672
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
28673
|
+
[x: string]: unknown;
|
|
28674
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
28675
|
+
[x: string]: unknown;
|
|
28676
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
28677
|
+
[x: string]: unknown;
|
|
28678
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
28679
|
+
headers?: Partial<{
|
|
28680
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
28681
|
+
}>;
|
|
28682
|
+
} & {
|
|
28683
|
+
pathParameters: {
|
|
28684
|
+
projectId: string;
|
|
28685
|
+
keyId: string;
|
|
28686
|
+
};
|
|
28687
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
28688
|
+
containerMeta?: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingContainerMeta | undefined;
|
|
28689
|
+
customerId?: string | undefined;
|
|
28690
|
+
isBlocked: boolean;
|
|
28691
|
+
key: string;
|
|
28692
|
+
keyId: string;
|
|
28693
|
+
models: string[];
|
|
28694
|
+
name: string;
|
|
28695
|
+
projectId?: string | undefined;
|
|
28696
|
+
rateLimit: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingRateLimit;
|
|
28697
|
+
tokenUsage: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingTokenUsage;
|
|
28698
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
28699
|
+
[x: string]: unknown;
|
|
28700
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
28701
|
+
[x: string]: unknown;
|
|
28702
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
28703
|
+
[x: string]: unknown;
|
|
28704
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
28705
|
+
[x: string]: unknown;
|
|
28706
|
+
}, 429, "application/json">>>;
|
|
28707
|
+
/** Update a key for a project. */
|
|
28708
|
+
projectUpdateKey: (request: {
|
|
28709
|
+
projectId: string;
|
|
28710
|
+
keyId: string;
|
|
28711
|
+
data?: {
|
|
28712
|
+
createWebuiContainer?: boolean | undefined;
|
|
28713
|
+
name?: string | undefined;
|
|
28714
|
+
} | undefined;
|
|
28715
|
+
headers?: {
|
|
28716
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
28717
|
+
} | undefined;
|
|
28718
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
28719
|
+
data: {
|
|
28720
|
+
createWebuiContainer?: boolean | undefined;
|
|
28721
|
+
name?: string | undefined;
|
|
28722
|
+
};
|
|
28723
|
+
} & {
|
|
28724
|
+
pathParameters: {
|
|
28725
|
+
projectId: string;
|
|
28726
|
+
keyId: string;
|
|
28727
|
+
};
|
|
28728
|
+
} & {
|
|
28729
|
+
headers?: Partial<{
|
|
28730
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
28731
|
+
}>;
|
|
28732
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
28733
|
+
containerMeta?: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingContainerMeta | undefined;
|
|
28734
|
+
customerId?: string | undefined;
|
|
28735
|
+
isBlocked: boolean;
|
|
28736
|
+
key: string;
|
|
28737
|
+
keyId: string;
|
|
28738
|
+
models: string[];
|
|
28739
|
+
name: string;
|
|
28740
|
+
projectId?: string | undefined;
|
|
28741
|
+
rateLimit: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingRateLimit;
|
|
28742
|
+
tokenUsage: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingTokenUsage;
|
|
28743
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
28744
|
+
[x: string]: unknown;
|
|
28745
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
28746
|
+
[x: string]: unknown;
|
|
28747
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
28748
|
+
[x: string]: unknown;
|
|
28749
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
28750
|
+
[x: string]: unknown;
|
|
28751
|
+
}, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
28752
|
+
[x: string]: unknown;
|
|
28753
|
+
}, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
28754
|
+
[x: string]: unknown;
|
|
28755
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
28756
|
+
data: {
|
|
28757
|
+
createWebuiContainer?: boolean | undefined;
|
|
28758
|
+
name?: string | undefined;
|
|
28759
|
+
};
|
|
28760
|
+
} & {
|
|
28761
|
+
pathParameters: {
|
|
28762
|
+
projectId: string;
|
|
28763
|
+
keyId: string;
|
|
28764
|
+
};
|
|
28765
|
+
} & {
|
|
28766
|
+
headers?: Partial<{
|
|
28767
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
28768
|
+
}>;
|
|
28769
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
28770
|
+
containerMeta?: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingContainerMeta | undefined;
|
|
28771
|
+
customerId?: string | undefined;
|
|
28772
|
+
isBlocked: boolean;
|
|
28773
|
+
key: string;
|
|
28774
|
+
keyId: string;
|
|
28775
|
+
models: string[];
|
|
28776
|
+
name: string;
|
|
28777
|
+
projectId?: string | undefined;
|
|
28778
|
+
rateLimit: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingRateLimit;
|
|
28779
|
+
tokenUsage: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingTokenUsage;
|
|
28780
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
28781
|
+
[x: string]: unknown;
|
|
28782
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
28783
|
+
[x: string]: unknown;
|
|
28784
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
28785
|
+
[x: string]: unknown;
|
|
28786
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
28787
|
+
[x: string]: unknown;
|
|
28788
|
+
}, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
28789
|
+
[x: string]: unknown;
|
|
28790
|
+
}, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
28791
|
+
[x: string]: unknown;
|
|
28792
|
+
}, 429, "application/json">>>;
|
|
28793
|
+
/** Delete a key for a project. */
|
|
28794
|
+
projectDeleteKey: (request: {
|
|
28795
|
+
projectId: string;
|
|
28796
|
+
keyId: string;
|
|
28797
|
+
headers?: {
|
|
28798
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
28799
|
+
} | undefined;
|
|
28800
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
28801
|
+
headers?: Partial<{
|
|
28802
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
28803
|
+
}>;
|
|
28804
|
+
} & {
|
|
28805
|
+
pathParameters: {
|
|
28806
|
+
projectId: string;
|
|
28807
|
+
keyId: string;
|
|
28808
|
+
};
|
|
28809
|
+
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
28810
|
+
[x: string]: unknown;
|
|
28811
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
28812
|
+
[x: string]: unknown;
|
|
28813
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
28814
|
+
[x: string]: unknown;
|
|
28815
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
28816
|
+
[x: string]: unknown;
|
|
28817
|
+
}, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
28818
|
+
[x: string]: unknown;
|
|
28819
|
+
}, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
28820
|
+
[x: string]: unknown;
|
|
28821
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
28822
|
+
headers?: Partial<{
|
|
28823
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
28824
|
+
}>;
|
|
28825
|
+
} & {
|
|
28826
|
+
pathParameters: {
|
|
28827
|
+
projectId: string;
|
|
28828
|
+
keyId: string;
|
|
28829
|
+
};
|
|
28830
|
+
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
28831
|
+
[x: string]: unknown;
|
|
28832
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
28833
|
+
[x: string]: unknown;
|
|
28834
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
28835
|
+
[x: string]: unknown;
|
|
28836
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
28837
|
+
[x: string]: unknown;
|
|
28838
|
+
}, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
28839
|
+
[x: string]: unknown;
|
|
28840
|
+
}, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
28841
|
+
[x: string]: unknown;
|
|
28842
|
+
}, 429, "application/json">>>;
|
|
28843
|
+
/** Get a list of already created keys. */
|
|
28844
|
+
customerGetKeys: (request: {
|
|
28845
|
+
customerId: string;
|
|
28846
|
+
headers?: {
|
|
28847
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
28848
|
+
} | undefined;
|
|
28849
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
28850
|
+
headers?: Partial<{
|
|
28851
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
28852
|
+
}>;
|
|
28853
|
+
} & {
|
|
28854
|
+
pathParameters: {
|
|
28855
|
+
customerId: string;
|
|
28856
|
+
};
|
|
28857
|
+
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingKey[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
28858
|
+
[x: string]: unknown;
|
|
28859
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
28860
|
+
[x: string]: unknown;
|
|
28861
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
28862
|
+
[x: string]: unknown;
|
|
28863
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
28864
|
+
[x: string]: unknown;
|
|
28865
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
28866
|
+
headers?: Partial<{
|
|
28867
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
28868
|
+
}>;
|
|
28869
|
+
} & {
|
|
28870
|
+
pathParameters: {
|
|
28871
|
+
customerId: string;
|
|
28872
|
+
};
|
|
28873
|
+
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingKey[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
28874
|
+
[x: string]: unknown;
|
|
28875
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
28876
|
+
[x: string]: unknown;
|
|
28877
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
28878
|
+
[x: string]: unknown;
|
|
28879
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
28880
|
+
[x: string]: unknown;
|
|
28881
|
+
}, 429, "application/json">>>;
|
|
28882
|
+
/** Creates a new key. */
|
|
28883
|
+
customerCreateKey: (request: {
|
|
28884
|
+
data: {
|
|
28885
|
+
name: string;
|
|
28886
|
+
createWebuiContainer?: boolean | undefined;
|
|
28887
|
+
projectId?: string | undefined;
|
|
28888
|
+
};
|
|
28889
|
+
customerId: string;
|
|
28890
|
+
headers?: {
|
|
28891
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
28892
|
+
} | undefined;
|
|
28893
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
28894
|
+
data: {
|
|
28895
|
+
createWebuiContainer?: boolean | undefined;
|
|
28896
|
+
name: string;
|
|
28897
|
+
projectId?: string | undefined;
|
|
28898
|
+
};
|
|
28899
|
+
} & {
|
|
28900
|
+
pathParameters: {
|
|
28901
|
+
customerId: string;
|
|
28902
|
+
};
|
|
28903
|
+
} & {
|
|
28904
|
+
headers?: Partial<{
|
|
28905
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
28906
|
+
}>;
|
|
28907
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
28908
|
+
containerMeta?: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingContainerMeta | undefined;
|
|
28909
|
+
customerId?: string | undefined;
|
|
28910
|
+
isBlocked: boolean;
|
|
28911
|
+
key: string;
|
|
28912
|
+
keyId: string;
|
|
28913
|
+
models: string[];
|
|
28914
|
+
name: string;
|
|
28915
|
+
projectId?: string | undefined;
|
|
28916
|
+
rateLimit: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingRateLimit;
|
|
28917
|
+
tokenUsage: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingTokenUsage;
|
|
28918
|
+
}, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
28919
|
+
[x: string]: unknown;
|
|
28920
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
28921
|
+
[x: string]: unknown;
|
|
28922
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
28923
|
+
[x: string]: unknown;
|
|
28924
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
28925
|
+
[x: string]: unknown;
|
|
28926
|
+
}, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
28927
|
+
[x: string]: unknown;
|
|
28928
|
+
}, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
28929
|
+
[x: string]: unknown;
|
|
28930
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
28931
|
+
data: {
|
|
28932
|
+
createWebuiContainer?: boolean | undefined;
|
|
28933
|
+
name: string;
|
|
28934
|
+
projectId?: string | undefined;
|
|
28935
|
+
};
|
|
28936
|
+
} & {
|
|
28937
|
+
pathParameters: {
|
|
28938
|
+
customerId: string;
|
|
28939
|
+
};
|
|
28940
|
+
} & {
|
|
28941
|
+
headers?: Partial<{
|
|
28942
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
28943
|
+
}>;
|
|
28944
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
28945
|
+
containerMeta?: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingContainerMeta | undefined;
|
|
28946
|
+
customerId?: string | undefined;
|
|
28947
|
+
isBlocked: boolean;
|
|
28948
|
+
key: string;
|
|
28949
|
+
keyId: string;
|
|
28950
|
+
models: string[];
|
|
28951
|
+
name: string;
|
|
28952
|
+
projectId?: string | undefined;
|
|
28953
|
+
rateLimit: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingRateLimit;
|
|
28954
|
+
tokenUsage: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingTokenUsage;
|
|
28955
|
+
}, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
28956
|
+
[x: string]: unknown;
|
|
28957
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
28958
|
+
[x: string]: unknown;
|
|
28959
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
28960
|
+
[x: string]: unknown;
|
|
28961
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
28962
|
+
[x: string]: unknown;
|
|
28963
|
+
}, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
28964
|
+
[x: string]: unknown;
|
|
28965
|
+
}, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
28966
|
+
[x: string]: unknown;
|
|
28967
|
+
}, 429, "application/json">>>;
|
|
28968
|
+
/** Get ai hosting tariff and usages of a customer. */
|
|
28969
|
+
customerGetUsage: (request: {
|
|
28970
|
+
customerId: string;
|
|
28971
|
+
headers?: {
|
|
28972
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
28973
|
+
} | undefined;
|
|
28974
|
+
queryParameters?: {
|
|
28975
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
28976
|
+
topUsageCount?: number | undefined;
|
|
28977
|
+
} | undefined;
|
|
28978
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
28979
|
+
headers?: Partial<{
|
|
28980
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
28981
|
+
}>;
|
|
28982
|
+
} & {
|
|
28983
|
+
pathParameters: {
|
|
28984
|
+
customerId: string;
|
|
28985
|
+
};
|
|
28986
|
+
} & {
|
|
28987
|
+
queryParameters: {
|
|
28988
|
+
topUsageCount?: number | undefined;
|
|
28989
|
+
} & Partial<{
|
|
28990
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
28991
|
+
}>;
|
|
28992
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
28993
|
+
customerId: string;
|
|
28994
|
+
deletedAt?: string | undefined;
|
|
28995
|
+
keys: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingTariffUsage;
|
|
28996
|
+
nextTokenReset: string;
|
|
28997
|
+
rateLimit: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingRateLimit;
|
|
28998
|
+
tokens: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingTariffUsageBig;
|
|
28999
|
+
topUsages?: {
|
|
29000
|
+
keyId?: string;
|
|
29001
|
+
name: string;
|
|
29002
|
+
projectId?: string;
|
|
29003
|
+
tokenUsed: number;
|
|
29004
|
+
}[] | undefined;
|
|
29005
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
29006
|
+
[x: string]: unknown;
|
|
29007
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
29008
|
+
[x: string]: unknown;
|
|
29009
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
29010
|
+
[x: string]: unknown;
|
|
29011
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
29012
|
+
[x: string]: unknown;
|
|
29013
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
29014
|
+
headers?: Partial<{
|
|
29015
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
29016
|
+
}>;
|
|
29017
|
+
} & {
|
|
29018
|
+
pathParameters: {
|
|
29019
|
+
customerId: string;
|
|
29020
|
+
};
|
|
29021
|
+
} & {
|
|
29022
|
+
queryParameters: {
|
|
29023
|
+
topUsageCount?: number | undefined;
|
|
29024
|
+
} & Partial<{
|
|
29025
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
29026
|
+
}>;
|
|
29027
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
29028
|
+
customerId: string;
|
|
29029
|
+
deletedAt?: string | undefined;
|
|
29030
|
+
keys: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingTariffUsage;
|
|
29031
|
+
nextTokenReset: string;
|
|
29032
|
+
rateLimit: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingRateLimit;
|
|
29033
|
+
tokens: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingTariffUsageBig;
|
|
29034
|
+
topUsages?: {
|
|
29035
|
+
keyId?: string;
|
|
29036
|
+
name: string;
|
|
29037
|
+
projectId?: string;
|
|
29038
|
+
tokenUsed: number;
|
|
29039
|
+
}[] | undefined;
|
|
29040
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
29041
|
+
[x: string]: unknown;
|
|
29042
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
29043
|
+
[x: string]: unknown;
|
|
29044
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
29045
|
+
[x: string]: unknown;
|
|
29046
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
29047
|
+
[x: string]: unknown;
|
|
29048
|
+
}, 429, "application/json">>>;
|
|
29049
|
+
/** Get a list of currently active models. */
|
|
29050
|
+
getModels: (request?: {
|
|
29051
|
+
headers?: {
|
|
29052
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
29053
|
+
} | undefined;
|
|
29054
|
+
} | null | undefined, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
29055
|
+
headers?: Partial<{
|
|
29056
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
29057
|
+
}>;
|
|
29058
|
+
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingModel[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
29059
|
+
[x: string]: unknown;
|
|
29060
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
29061
|
+
[x: string]: unknown;
|
|
29062
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
29063
|
+
[x: string]: unknown;
|
|
29064
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
29065
|
+
[x: string]: unknown;
|
|
29066
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
29067
|
+
headers?: Partial<{
|
|
29068
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
29069
|
+
}>;
|
|
29070
|
+
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingModel[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
29071
|
+
[x: string]: unknown;
|
|
29072
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
29073
|
+
[x: string]: unknown;
|
|
29074
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
29075
|
+
[x: string]: unknown;
|
|
29076
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
29077
|
+
[x: string]: unknown;
|
|
29078
|
+
}, 429, "application/json">>>;
|
|
29079
|
+
/** Get a list of keys of a project. */
|
|
29080
|
+
projectGetKeys: (request: {
|
|
29081
|
+
projectId: string;
|
|
29082
|
+
headers?: {
|
|
29083
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
29084
|
+
} | undefined;
|
|
29085
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
29086
|
+
headers?: Partial<{
|
|
29087
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
29088
|
+
}>;
|
|
29089
|
+
} & {
|
|
29090
|
+
pathParameters: {
|
|
29091
|
+
projectId: string;
|
|
29092
|
+
};
|
|
29093
|
+
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingKey[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
29094
|
+
[x: string]: unknown;
|
|
29095
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
29096
|
+
[x: string]: unknown;
|
|
29097
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
29098
|
+
[x: string]: unknown;
|
|
29099
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
29100
|
+
[x: string]: unknown;
|
|
29101
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
29102
|
+
headers?: Partial<{
|
|
29103
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
29104
|
+
}>;
|
|
29105
|
+
} & {
|
|
29106
|
+
pathParameters: {
|
|
29107
|
+
projectId: string;
|
|
29108
|
+
};
|
|
29109
|
+
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingKey[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
29110
|
+
[x: string]: unknown;
|
|
29111
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
29112
|
+
[x: string]: unknown;
|
|
29113
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
29114
|
+
[x: string]: unknown;
|
|
29115
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
29116
|
+
[x: string]: unknown;
|
|
29117
|
+
}, 429, "application/json">>>;
|
|
29118
|
+
/** Creates a new key for a project. */
|
|
29119
|
+
projectCreateKey: (request: {
|
|
29120
|
+
data: {
|
|
29121
|
+
name: string;
|
|
29122
|
+
createWebuiContainer?: boolean | undefined;
|
|
29123
|
+
};
|
|
29124
|
+
projectId: string;
|
|
29125
|
+
headers?: {
|
|
29126
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
29127
|
+
} | undefined;
|
|
29128
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
29129
|
+
data: {
|
|
29130
|
+
createWebuiContainer?: boolean | undefined;
|
|
29131
|
+
name: string;
|
|
29132
|
+
};
|
|
29133
|
+
} & {
|
|
29134
|
+
pathParameters: {
|
|
29135
|
+
projectId: string;
|
|
29136
|
+
};
|
|
29137
|
+
} & {
|
|
29138
|
+
headers?: Partial<{
|
|
29139
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
29140
|
+
}>;
|
|
29141
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
29142
|
+
containerMeta?: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingContainerMeta | undefined;
|
|
29143
|
+
customerId?: string | undefined;
|
|
29144
|
+
isBlocked: boolean;
|
|
29145
|
+
key: string;
|
|
29146
|
+
keyId: string;
|
|
29147
|
+
models: string[];
|
|
29148
|
+
name: string;
|
|
29149
|
+
projectId?: string | undefined;
|
|
29150
|
+
rateLimit: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingRateLimit;
|
|
29151
|
+
tokenUsage: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingTokenUsage;
|
|
29152
|
+
}, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
29153
|
+
[x: string]: unknown;
|
|
29154
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
29155
|
+
[x: string]: unknown;
|
|
29156
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
29157
|
+
[x: string]: unknown;
|
|
29158
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
29159
|
+
[x: string]: unknown;
|
|
29160
|
+
}, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
29161
|
+
[x: string]: unknown;
|
|
29162
|
+
}, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
29163
|
+
[x: string]: unknown;
|
|
29164
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
29165
|
+
data: {
|
|
29166
|
+
createWebuiContainer?: boolean | undefined;
|
|
29167
|
+
name: string;
|
|
29168
|
+
};
|
|
29169
|
+
} & {
|
|
29170
|
+
pathParameters: {
|
|
29171
|
+
projectId: string;
|
|
29172
|
+
};
|
|
29173
|
+
} & {
|
|
29174
|
+
headers?: Partial<{
|
|
29175
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
29176
|
+
}>;
|
|
29177
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
29178
|
+
containerMeta?: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingContainerMeta | undefined;
|
|
29179
|
+
customerId?: string | undefined;
|
|
29180
|
+
isBlocked: boolean;
|
|
29181
|
+
key: string;
|
|
29182
|
+
keyId: string;
|
|
29183
|
+
models: string[];
|
|
29184
|
+
name: string;
|
|
29185
|
+
projectId?: string | undefined;
|
|
29186
|
+
rateLimit: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingRateLimit;
|
|
29187
|
+
tokenUsage: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingTokenUsage;
|
|
29188
|
+
}, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
29189
|
+
[x: string]: unknown;
|
|
29190
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
29191
|
+
[x: string]: unknown;
|
|
29192
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
29193
|
+
[x: string]: unknown;
|
|
29194
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
29195
|
+
[x: string]: unknown;
|
|
29196
|
+
}, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
29197
|
+
[x: string]: unknown;
|
|
29198
|
+
}, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
29199
|
+
[x: string]: unknown;
|
|
29200
|
+
}, 429, "application/json">>>;
|
|
29201
|
+
/** Get ai hosting tariff and usages of a project. Same as the customer route, but less details. */
|
|
29202
|
+
projectGetUsage: (request: {
|
|
29203
|
+
projectId: string;
|
|
29204
|
+
headers?: {
|
|
29205
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
29206
|
+
} | undefined;
|
|
29207
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
29208
|
+
headers?: Partial<{
|
|
29209
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
29210
|
+
}>;
|
|
29211
|
+
} & {
|
|
29212
|
+
pathParameters: {
|
|
29213
|
+
projectId: string;
|
|
29214
|
+
};
|
|
29215
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
29216
|
+
keys: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingTariffUsage;
|
|
29217
|
+
nextTokenReset?: string | undefined;
|
|
29218
|
+
projectId: string;
|
|
29219
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
29220
|
+
[x: string]: unknown;
|
|
29221
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
29222
|
+
[x: string]: unknown;
|
|
29223
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
29224
|
+
[x: string]: unknown;
|
|
29225
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
29226
|
+
[x: string]: unknown;
|
|
29227
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
29228
|
+
headers?: Partial<{
|
|
29229
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
29230
|
+
}>;
|
|
29231
|
+
} & {
|
|
29232
|
+
pathParameters: {
|
|
29233
|
+
projectId: string;
|
|
29234
|
+
};
|
|
29235
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
29236
|
+
keys: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingTariffUsage;
|
|
29237
|
+
nextTokenReset?: string | undefined;
|
|
29238
|
+
projectId: string;
|
|
29239
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
29240
|
+
[x: string]: unknown;
|
|
29241
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
29242
|
+
[x: string]: unknown;
|
|
29243
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
29244
|
+
[x: string]: unknown;
|
|
29245
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
29246
|
+
[x: string]: unknown;
|
|
29247
|
+
}, 429, "application/json">>>;
|
|
29248
|
+
};
|
|
28742
29249
|
}
|
|
28743
29250
|
export default MittwaldAPIV2Client;
|