@mittwald/api-client 4.279.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.
@@ -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: "forbidden" | "internal" | "beta_testing" | "full" | "deprecated";
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: "forbidden" | "internal" | "beta_testing" | "full" | "deprecated";
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?: {
@@ -25099,6 +25085,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
25099
25085
  [x: string]: unknown;
25100
25086
  }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
25101
25087
  [x: string]: unknown;
25088
+ }, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
25089
+ [x: string]: unknown;
25102
25090
  }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
25103
25091
  data: {
25104
25092
  url: string;
@@ -25125,6 +25113,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
25125
25113
  [x: string]: unknown;
25126
25114
  }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
25127
25115
  [x: string]: unknown;
25116
+ }, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
25117
+ [x: string]: unknown;
25128
25118
  }, 429, "application/json">>>;
25129
25119
  };
25130
25120
  /** The project API allows you to manage your projects, and also any kinds of user memberships concerning these projects. */
@@ -25192,134 +25182,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
25192
25182
  }, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
25193
25183
  [x: string]: unknown;
25194
25184
  }, 429, "application/json">>>;
25195
- /** Get a list of already created llm licences. */
25196
- getLlmLicencesExperimental: (request: {
25197
- projectId: string;
25198
- headers?: {
25199
- [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
25200
- } | undefined;
25201
- }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
25202
- headers?: Partial<{
25203
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
25204
- }>;
25205
- } & {
25206
- pathParameters: {
25207
- projectId: string;
25208
- };
25209
- }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingLicence[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
25210
- [x: string]: unknown;
25211
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
25212
- [x: string]: unknown;
25213
- }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
25214
- [x: string]: unknown;
25215
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
25216
- [x: string]: unknown;
25217
- }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
25218
- headers?: Partial<{
25219
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
25220
- }>;
25221
- } & {
25222
- pathParameters: {
25223
- projectId: string;
25224
- };
25225
- }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingLicence[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
25226
- [x: string]: unknown;
25227
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
25228
- [x: string]: unknown;
25229
- }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
25230
- [x: string]: unknown;
25231
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
25232
- [x: string]: unknown;
25233
- }, 429, "application/json">>>;
25234
- /** Creates a new llm beta Licence for a project. Will be purged on end of beta. */
25235
- createLlmBetaLicenceExperimental: (request: {
25236
- data: {
25237
- name: string;
25238
- createWebuiContainer?: boolean | undefined;
25239
- };
25240
- projectId: string;
25241
- headers?: {
25242
- [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
25243
- } | undefined;
25244
- }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
25245
- data: {
25246
- createWebuiContainer?: boolean | undefined;
25247
- name: string;
25248
- };
25249
- } & {
25250
- pathParameters: {
25251
- projectId: string;
25252
- };
25253
- } & {
25254
- headers?: Partial<{
25255
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
25256
- }>;
25257
- }, import("@mittwald/api-client-commons").Response<{
25258
- containerMeta?: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingContainerMeta | undefined;
25259
- customerId?: string | undefined;
25260
- isBlocked: boolean;
25261
- licenceId: string;
25262
- licenceKey: string;
25263
- limit: {
25264
- allowedRequestsPerUnit: number;
25265
- unit: "minute" | "hour";
25266
- };
25267
- models: string[];
25268
- name: string;
25269
- projectId?: string | undefined;
25270
- rateLimit: number;
25271
- }, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
25272
- [x: string]: unknown;
25273
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
25274
- [x: string]: unknown;
25275
- }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
25276
- [x: string]: unknown;
25277
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
25278
- [x: string]: unknown;
25279
- }, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
25280
- [x: string]: unknown;
25281
- }, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
25282
- [x: string]: unknown;
25283
- }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
25284
- data: {
25285
- createWebuiContainer?: boolean | undefined;
25286
- name: string;
25287
- };
25288
- } & {
25289
- pathParameters: {
25290
- projectId: string;
25291
- };
25292
- } & {
25293
- headers?: Partial<{
25294
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
25295
- }>;
25296
- }, import("@mittwald/api-client-commons").Response<{
25297
- containerMeta?: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingContainerMeta | undefined;
25298
- customerId?: string | undefined;
25299
- isBlocked: boolean;
25300
- licenceId: string;
25301
- licenceKey: string;
25302
- limit: {
25303
- allowedRequestsPerUnit: number;
25304
- unit: "minute" | "hour";
25305
- };
25306
- models: string[];
25307
- name: string;
25308
- projectId?: string | undefined;
25309
- rateLimit: number;
25310
- }, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
25311
- [x: string]: unknown;
25312
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
25313
- [x: string]: unknown;
25314
- }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
25315
- [x: string]: unknown;
25316
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
25317
- [x: string]: unknown;
25318
- }, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
25319
- [x: string]: unknown;
25320
- }, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
25321
- [x: string]: unknown;
25322
- }, 429, "application/json">>>;
25323
25185
  /** List Invites belonging to a Project. */
25324
25186
  listInvitesForProject: (request: {
25325
25187
  projectId: string;
@@ -26216,42 +26078,36 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
26216
26078
  }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
26217
26079
  [x: string]: unknown;
26218
26080
  }, 429, "application/json">>>;
26219
- /** Get a licence of a project. */
26220
- getLlmLicenceExperimental: (request: {
26221
- projectId: string;
26222
- licenceId: string;
26223
- headers?: {
26081
+ /** Get a ProjectInvite by token. */
26082
+ getProjectTokenInvite: (request: {
26083
+ headers: {
26224
26084
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
26225
- } | undefined;
26085
+ token: string;
26086
+ "x-access-token"?: string | undefined;
26087
+ };
26226
26088
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
26227
26089
  headers?: Partial<{
26228
26090
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
26229
26091
  }>;
26230
26092
  } & {
26231
- pathParameters: {
26232
- projectId: string;
26233
- licenceId: string;
26234
- };
26093
+ headers: {
26094
+ token: string;
26095
+ "x-access-token"?: string | undefined;
26096
+ } & Partial<{
26097
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
26098
+ }>;
26235
26099
  }, import("@mittwald/api-client-commons").Response<{
26236
- containerMeta?: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingContainerMeta | undefined;
26237
- customerId?: string | undefined;
26238
- isBlocked: boolean;
26239
- licenceId: string;
26240
- licenceKey: string;
26241
- limit: {
26242
- allowedRequestsPerUnit: number;
26243
- unit: "minute" | "hour";
26244
- };
26245
- models: string[];
26246
- name: string;
26247
- projectId?: string | undefined;
26248
- 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;
26249
26109
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
26250
26110
  [x: string]: unknown;
26251
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
26252
- [x: string]: unknown;
26253
- }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
26254
- [x: string]: unknown;
26255
26111
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
26256
26112
  [x: string]: unknown;
26257
26113
  }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
@@ -26259,218 +26115,62 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
26259
26115
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
26260
26116
  }>;
26261
26117
  } & {
26262
- pathParameters: {
26263
- projectId: string;
26264
- licenceId: string;
26265
- };
26118
+ headers: {
26119
+ token: string;
26120
+ "x-access-token"?: string | undefined;
26121
+ } & Partial<{
26122
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
26123
+ }>;
26266
26124
  }, import("@mittwald/api-client-commons").Response<{
26267
- containerMeta?: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingContainerMeta | undefined;
26268
- customerId?: string | undefined;
26269
- isBlocked: boolean;
26270
- licenceId: string;
26271
- licenceKey: string;
26272
- limit: {
26273
- allowedRequestsPerUnit: number;
26274
- unit: "minute" | "hour";
26275
- };
26276
- models: string[];
26277
- name: string;
26278
- projectId?: string | undefined;
26279
- 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;
26280
26134
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
26281
26135
  [x: string]: unknown;
26282
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
26283
- [x: string]: unknown;
26284
- }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
26285
- [x: string]: unknown;
26286
26136
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
26287
26137
  [x: string]: unknown;
26288
26138
  }, 429, "application/json">>>;
26289
- /** Update a llm Licence for a project. */
26290
- updateLlmLicenceExperimental: (request: {
26139
+ /** Get the executing user's membership in a Project. */
26140
+ getSelfMembershipForProject: (request: {
26291
26141
  projectId: string;
26292
- licenceId: string;
26293
- data?: {
26294
- createWebuiContainer?: boolean | undefined;
26295
- name?: string | undefined;
26296
- } | undefined;
26297
26142
  headers?: {
26298
26143
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
26144
+ "x-access-token"?: string | undefined;
26299
26145
  } | undefined;
26300
26146
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
26301
- data: {
26302
- createWebuiContainer?: boolean | undefined;
26303
- name?: string | undefined;
26304
- };
26147
+ headers?: Partial<{
26148
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
26149
+ }>;
26305
26150
  } & {
26306
26151
  pathParameters: {
26307
26152
  projectId: string;
26308
- licenceId: string;
26309
26153
  };
26310
26154
  } & {
26311
- headers?: Partial<{
26155
+ headers: {
26156
+ "x-access-token"?: string | undefined;
26157
+ } & Partial<{
26312
26158
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
26313
26159
  }>;
26314
26160
  }, import("@mittwald/api-client-commons").Response<{
26315
- containerMeta?: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingContainerMeta | undefined;
26316
- customerId?: string | undefined;
26317
- isBlocked: boolean;
26318
- licenceId: string;
26319
- licenceKey: string;
26320
- limit: {
26321
- allowedRequestsPerUnit: number;
26322
- unit: "minute" | "hour";
26323
- };
26324
- models: string[];
26325
- name: string;
26326
- projectId?: string | undefined;
26327
- rateLimit: number;
26328
- }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
26329
- [x: string]: unknown;
26330
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
26331
- [x: string]: unknown;
26332
- }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
26333
- [x: string]: unknown;
26334
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
26335
- [x: string]: unknown;
26336
- }, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
26337
- [x: string]: unknown;
26338
- }, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
26339
- [x: string]: unknown;
26340
- }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
26341
- data: {
26342
- createWebuiContainer?: boolean | undefined;
26343
- name?: string | undefined;
26344
- };
26345
- } & {
26346
- pathParameters: {
26347
- projectId: string;
26348
- licenceId: string;
26349
- };
26350
- } & {
26351
- headers?: Partial<{
26352
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
26353
- }>;
26354
- }, import("@mittwald/api-client-commons").Response<{
26355
- containerMeta?: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingContainerMeta | undefined;
26356
- customerId?: string | undefined;
26357
- isBlocked: boolean;
26358
- licenceId: string;
26359
- licenceKey: string;
26360
- limit: {
26361
- allowedRequestsPerUnit: number;
26362
- unit: "minute" | "hour";
26363
- };
26364
- models: string[];
26365
- name: string;
26366
- projectId?: string | undefined;
26367
- rateLimit: number;
26368
- }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
26369
- [x: string]: unknown;
26370
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
26371
- [x: string]: unknown;
26372
- }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
26373
- [x: string]: unknown;
26374
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
26375
- [x: string]: unknown;
26376
- }, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
26377
- [x: string]: unknown;
26378
- }, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
26379
- [x: string]: unknown;
26380
- }, 429, "application/json">>>;
26381
- /** Get a ProjectInvite by token. */
26382
- getProjectTokenInvite: (request: {
26383
- headers: {
26384
- [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
26385
- token: string;
26386
- "x-access-token"?: string | undefined;
26387
- };
26388
- }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
26389
- headers?: Partial<{
26390
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
26391
- }>;
26392
- } & {
26393
- headers: {
26394
- token: string;
26395
- "x-access-token"?: string | undefined;
26396
- } & Partial<{
26397
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
26398
- }>;
26399
- }, import("@mittwald/api-client-commons").Response<{
26400
- avatarRefId?: string | undefined;
26401
- id: string;
26402
- information: import("./types.js").MittwaldAPIV2.Components.Schemas.MembershipInviteInformation;
26403
- mailAddress: string;
26404
- membershipExpiresAt?: string | undefined;
26405
- message?: string | undefined;
26406
- projectDescription: string;
26407
- projectId: string;
26408
- role: import("./types.js").MittwaldAPIV2.Components.Schemas.MembershipProjectRoles;
26409
- }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
26410
- [x: string]: unknown;
26411
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
26412
- [x: string]: unknown;
26413
- }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
26414
- headers?: Partial<{
26415
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
26416
- }>;
26417
- } & {
26418
- headers: {
26419
- token: string;
26420
- "x-access-token"?: string | undefined;
26421
- } & Partial<{
26422
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
26423
- }>;
26424
- }, import("@mittwald/api-client-commons").Response<{
26425
- avatarRefId?: string | undefined;
26426
- id: string;
26427
- information: import("./types.js").MittwaldAPIV2.Components.Schemas.MembershipInviteInformation;
26428
- mailAddress: string;
26429
- membershipExpiresAt?: string | undefined;
26430
- message?: string | undefined;
26431
- projectDescription: string;
26432
- projectId: string;
26433
- role: import("./types.js").MittwaldAPIV2.Components.Schemas.MembershipProjectRoles;
26434
- }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
26435
- [x: string]: unknown;
26436
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
26437
- [x: string]: unknown;
26438
- }, 429, "application/json">>>;
26439
- /** Get the executing user's membership in a Project. */
26440
- getSelfMembershipForProject: (request: {
26441
- projectId: string;
26442
- headers?: {
26443
- [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
26444
- "x-access-token"?: string | undefined;
26445
- } | undefined;
26446
- }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
26447
- headers?: Partial<{
26448
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
26449
- }>;
26450
- } & {
26451
- pathParameters: {
26452
- projectId: string;
26453
- };
26454
- } & {
26455
- headers: {
26456
- "x-access-token"?: string | undefined;
26457
- } & Partial<{
26458
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
26459
- }>;
26460
- }, import("@mittwald/api-client-commons").Response<{
26461
- avatarRef?: string | undefined;
26462
- email: string;
26463
- expiresAt?: string | undefined;
26464
- firstName: string;
26465
- id: string;
26466
- inherited: boolean;
26467
- inviteId?: string | undefined;
26468
- lastName: string;
26469
- memberSince?: string | undefined;
26470
- mfa: boolean;
26471
- projectId: string;
26472
- role: import("./types.js").MittwaldAPIV2.Components.Schemas.MembershipProjectRoles;
26473
- 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;
26474
26174
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
26475
26175
  [x: string]: unknown;
26476
26176
  }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
@@ -28735,5 +28435,816 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
28735
28435
  [x: string]: unknown;
28736
28436
  }, 429, "application/json">>>;
28737
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
+ };
28738
29249
  }
28739
29250
  export default MittwaldAPIV2Client;