@mittwald/api-client 4.457.1 → 4.459.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.
@@ -198,6 +198,115 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
198
198
  }, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
199
199
  [x: string]: unknown;
200
200
  }, 429, "application/json">>>;
201
+ /** Get all ai hosting plans of a customer. */
202
+ customerGetPlans: (request: {
203
+ customerId: string;
204
+ headers?: {
205
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
206
+ } | undefined;
207
+ queryParameters?: {
208
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
209
+ topUsageCount?: number | undefined;
210
+ limit?: number | undefined;
211
+ skip?: number | undefined;
212
+ page?: number | undefined;
213
+ } | undefined;
214
+ }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
215
+ headers?: Partial<{
216
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
217
+ }>;
218
+ } & {
219
+ pathParameters: {
220
+ customerId: string;
221
+ };
222
+ } & {
223
+ queryParameters: {
224
+ topUsageCount?: number | undefined;
225
+ limit?: number | undefined;
226
+ skip?: number | undefined;
227
+ page?: number | undefined;
228
+ } & Partial<{
229
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
230
+ }>;
231
+ }, import("@mittwald/api-client-commons").Response<{
232
+ modelTermsApprovalRequired: boolean;
233
+ plans: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingCustomerPlan[];
234
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
235
+ [x: string]: unknown;
236
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
237
+ [x: string]: unknown;
238
+ }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
239
+ [x: string]: unknown;
240
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
241
+ [x: string]: unknown;
242
+ }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
243
+ headers?: Partial<{
244
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
245
+ }>;
246
+ } & {
247
+ pathParameters: {
248
+ customerId: string;
249
+ };
250
+ } & {
251
+ queryParameters: {
252
+ topUsageCount?: number | undefined;
253
+ limit?: number | undefined;
254
+ skip?: number | undefined;
255
+ page?: number | undefined;
256
+ } & Partial<{
257
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
258
+ }>;
259
+ }, import("@mittwald/api-client-commons").Response<{
260
+ modelTermsApprovalRequired: boolean;
261
+ plans: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingCustomerPlan[];
262
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
263
+ [x: string]: unknown;
264
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
265
+ [x: string]: unknown;
266
+ }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
267
+ [x: string]: unknown;
268
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
269
+ [x: string]: unknown;
270
+ }, 429, "application/json">>>;
271
+ /** Creates an AI hosting profile and accepts the current model terms. */
272
+ customerDeclareProfile: (request: {
273
+ customerId: string;
274
+ headers?: {
275
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
276
+ } | undefined;
277
+ }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
278
+ headers?: Partial<{
279
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
280
+ }>;
281
+ } & {
282
+ pathParameters: {
283
+ customerId: string;
284
+ };
285
+ }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
286
+ [x: string]: unknown;
287
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
288
+ [x: string]: unknown;
289
+ }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
290
+ [x: string]: unknown;
291
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
292
+ [x: string]: unknown;
293
+ }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
294
+ headers?: Partial<{
295
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
296
+ }>;
297
+ } & {
298
+ pathParameters: {
299
+ customerId: string;
300
+ };
301
+ }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
302
+ [x: string]: unknown;
303
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
304
+ [x: string]: unknown;
305
+ }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
306
+ [x: string]: unknown;
307
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
308
+ [x: string]: unknown;
309
+ }, 429, "application/json">>>;
201
310
  /** Get a key of a customer. */
202
311
  customerGetKey: (request: {
203
312
  customerId: string;
@@ -448,6 +557,149 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
448
557
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
449
558
  [x: string]: unknown;
450
559
  }, 429, "application/json">>>;
560
+ /** Get ai hosting plan and usages of a customer by planId. */
561
+ customerGetPlan: (request: {
562
+ customerId: string;
563
+ planId: string;
564
+ headers?: {
565
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
566
+ } | undefined;
567
+ queryParameters?: {
568
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
569
+ topUsageCount?: number | undefined;
570
+ } | undefined;
571
+ }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
572
+ headers?: Partial<{
573
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
574
+ }>;
575
+ } & {
576
+ pathParameters: {
577
+ customerId: string;
578
+ planId: string;
579
+ };
580
+ } & {
581
+ queryParameters: {
582
+ topUsageCount?: number | undefined;
583
+ } & Partial<{
584
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
585
+ }>;
586
+ }, import("@mittwald/api-client-commons").Response<{
587
+ customerId: string;
588
+ deletedAt?: string | undefined;
589
+ description: string;
590
+ keys: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingPlanUsage;
591
+ modelTermsApprovalRequired: boolean;
592
+ nextTokenReset: string;
593
+ planId: string;
594
+ rateLimit: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingRateLimit;
595
+ tokens: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingPlanUsageBig;
596
+ topUsages?: {
597
+ keyId?: string;
598
+ name: string;
599
+ projectId?: string;
600
+ tokenUsed: number;
601
+ }[] | undefined;
602
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
603
+ [x: string]: unknown;
604
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
605
+ [x: string]: unknown;
606
+ }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
607
+ [x: string]: unknown;
608
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
609
+ [x: string]: unknown;
610
+ }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
611
+ headers?: Partial<{
612
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
613
+ }>;
614
+ } & {
615
+ pathParameters: {
616
+ customerId: string;
617
+ planId: string;
618
+ };
619
+ } & {
620
+ queryParameters: {
621
+ topUsageCount?: number | undefined;
622
+ } & Partial<{
623
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
624
+ }>;
625
+ }, import("@mittwald/api-client-commons").Response<{
626
+ customerId: string;
627
+ deletedAt?: string | undefined;
628
+ description: string;
629
+ keys: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingPlanUsage;
630
+ modelTermsApprovalRequired: boolean;
631
+ nextTokenReset: string;
632
+ planId: string;
633
+ rateLimit: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingRateLimit;
634
+ tokens: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingPlanUsageBig;
635
+ topUsages?: {
636
+ keyId?: string;
637
+ name: string;
638
+ projectId?: string;
639
+ tokenUsed: number;
640
+ }[] | undefined;
641
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
642
+ [x: string]: unknown;
643
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
644
+ [x: string]: unknown;
645
+ }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
646
+ [x: string]: unknown;
647
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
648
+ [x: string]: unknown;
649
+ }, 429, "application/json">>>;
650
+ /** Renames an AI hosting plan. */
651
+ customerUpdatePlan: (request: {
652
+ customerId: string;
653
+ planId: string;
654
+ data?: {
655
+ description?: string | undefined;
656
+ } | undefined;
657
+ headers?: {
658
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
659
+ } | undefined;
660
+ }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
661
+ data: {
662
+ description?: string | undefined;
663
+ };
664
+ } & {
665
+ pathParameters: {
666
+ customerId: string;
667
+ planId: string;
668
+ };
669
+ } & {
670
+ headers?: Partial<{
671
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
672
+ }>;
673
+ }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
674
+ [x: string]: unknown;
675
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
676
+ [x: string]: unknown;
677
+ }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
678
+ [x: string]: unknown;
679
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
680
+ [x: string]: unknown;
681
+ }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
682
+ data: {
683
+ description?: string | undefined;
684
+ };
685
+ } & {
686
+ pathParameters: {
687
+ customerId: string;
688
+ planId: string;
689
+ };
690
+ } & {
691
+ headers?: Partial<{
692
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
693
+ }>;
694
+ }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
695
+ [x: string]: unknown;
696
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
697
+ [x: string]: unknown;
698
+ }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
699
+ [x: string]: unknown;
700
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
701
+ [x: string]: unknown;
702
+ }, 429, "application/json">>>;
451
703
  /** Get a list of currently active models. */
452
704
  getModels: (request?: {
453
705
  headers?: {
@@ -879,111 +1131,29 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
879
1131
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
880
1132
  [x: string]: unknown;
881
1133
  }, 429, "application/json">>>;
882
- /** Links a container with a project licence. */
883
- projectLinkContainer: (request: {
884
- data: {
885
- containerId: string;
886
- ingressId: string;
887
- stackId: string;
888
- };
1134
+ /** Get ai hosting plan and usages of a project by planId. */
1135
+ projectGetPlan: (request: {
889
1136
  projectId: string;
890
- keyId: string;
891
- headers?: {
892
- [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
893
- } | undefined;
894
- }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
895
- data: {
896
- containerId: string;
897
- ingressId: string;
898
- stackId: string;
899
- };
900
- } & {
901
- pathParameters: {
902
- projectId: string;
903
- keyId: string;
904
- };
905
- } & {
906
- headers?: Partial<{
907
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
908
- }>;
909
- }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
910
- [x: string]: unknown;
911
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
912
- [x: string]: unknown;
913
- }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
914
- [x: string]: unknown;
915
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
916
- [x: string]: unknown;
917
- }, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
918
- [x: string]: unknown;
919
- }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
920
- data: {
921
- containerId: string;
922
- ingressId: string;
923
- stackId: string;
924
- };
925
- } & {
926
- pathParameters: {
927
- projectId: string;
928
- keyId: string;
929
- };
930
- } & {
931
- headers?: Partial<{
932
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
933
- }>;
934
- }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
935
- [x: string]: unknown;
936
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
937
- [x: string]: unknown;
938
- }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
939
- [x: string]: unknown;
940
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
941
- [x: string]: unknown;
942
- }, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
943
- [x: string]: unknown;
944
- }, 429, "application/json">>>;
945
- /** Get ai hosting plan and usages of a customer by planId. */
946
- customerGetPlan: (request: {
947
- customerId: string;
948
1137
  planId: string;
949
1138
  headers?: {
950
1139
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
951
1140
  } | undefined;
952
- queryParameters?: {
953
- [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
954
- topUsageCount?: number | undefined;
955
- } | undefined;
956
1141
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
957
1142
  headers?: Partial<{
958
1143
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
959
1144
  }>;
960
1145
  } & {
961
1146
  pathParameters: {
962
- customerId: string;
1147
+ projectId: string;
963
1148
  planId: string;
964
1149
  };
965
- } & {
966
- queryParameters: {
967
- topUsageCount?: number | undefined;
968
- } & Partial<{
969
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
970
- }>;
971
1150
  }, import("@mittwald/api-client-commons").Response<{
972
- customerId: string;
973
- deletedAt?: string | undefined;
974
- description: string;
1151
+ description?: string | undefined;
975
1152
  keys: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingPlanUsage;
976
1153
  modelTermsApprovalRequired: boolean;
977
- nextTokenReset: string;
1154
+ nextTokenReset?: string | undefined;
978
1155
  planId: string;
979
- rateLimit: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingRateLimit;
980
- tokens: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingPlanUsageBig;
981
- topUsages?: {
982
- keyId?: string;
983
- name: string;
984
- projectId?: string;
985
- tokenUsed: number;
986
- }[] | undefined;
1156
+ projectId: string;
987
1157
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
988
1158
  [x: string]: unknown;
989
1159
  }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
@@ -998,31 +1168,16 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
998
1168
  }>;
999
1169
  } & {
1000
1170
  pathParameters: {
1001
- customerId: string;
1171
+ projectId: string;
1002
1172
  planId: string;
1003
1173
  };
1004
- } & {
1005
- queryParameters: {
1006
- topUsageCount?: number | undefined;
1007
- } & Partial<{
1008
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
1009
- }>;
1010
1174
  }, import("@mittwald/api-client-commons").Response<{
1011
- customerId: string;
1012
- deletedAt?: string | undefined;
1013
- description: string;
1175
+ description?: string | undefined;
1014
1176
  keys: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingPlanUsage;
1015
1177
  modelTermsApprovalRequired: boolean;
1016
- nextTokenReset: string;
1178
+ nextTokenReset?: string | undefined;
1017
1179
  planId: string;
1018
- rateLimit: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingRateLimit;
1019
- tokens: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingPlanUsageBig;
1020
- topUsages?: {
1021
- keyId?: string;
1022
- name: string;
1023
- projectId?: string;
1024
- tokenUsed: number;
1025
- }[] | undefined;
1180
+ projectId: string;
1026
1181
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
1027
1182
  [x: string]: unknown;
1028
1183
  }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
@@ -1032,68 +1187,14 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
1032
1187
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
1033
1188
  [x: string]: unknown;
1034
1189
  }, 429, "application/json">>>;
1035
- /** Renames an AI hosting plan. */
1036
- customerUpdatePlan: (request: {
1037
- customerId: string;
1038
- planId: string;
1039
- data?: {
1040
- description?: string | undefined;
1041
- } | undefined;
1042
- headers?: {
1043
- [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
1044
- } | undefined;
1045
- }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
1046
- data: {
1047
- description?: string | undefined;
1048
- };
1049
- } & {
1050
- pathParameters: {
1051
- customerId: string;
1052
- planId: string;
1053
- };
1054
- } & {
1055
- headers?: Partial<{
1056
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
1057
- }>;
1058
- }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
1059
- [x: string]: unknown;
1060
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
1061
- [x: string]: unknown;
1062
- }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
1063
- [x: string]: unknown;
1064
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
1065
- [x: string]: unknown;
1066
- }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
1067
- data: {
1068
- description?: string | undefined;
1069
- };
1070
- } & {
1071
- pathParameters: {
1072
- customerId: string;
1073
- planId: string;
1074
- };
1075
- } & {
1076
- headers?: Partial<{
1077
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
1078
- }>;
1079
- }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
1080
- [x: string]: unknown;
1081
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
1082
- [x: string]: unknown;
1083
- }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
1084
- [x: string]: unknown;
1085
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
1086
- [x: string]: unknown;
1087
- }, 429, "application/json">>>;
1088
- /** Get all ai hosting plans of a customer. */
1089
- customerGetPlans: (request: {
1090
- customerId: string;
1190
+ /** Get all ai hosting plans and usages of a project. */
1191
+ projectGetPlans: (request: {
1192
+ projectId: string;
1091
1193
  headers?: {
1092
1194
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
1093
1195
  } | undefined;
1094
1196
  queryParameters?: {
1095
1197
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
1096
- topUsageCount?: number | undefined;
1097
1198
  limit?: number | undefined;
1098
1199
  skip?: number | undefined;
1099
1200
  page?: number | undefined;
@@ -1104,11 +1205,10 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
1104
1205
  }>;
1105
1206
  } & {
1106
1207
  pathParameters: {
1107
- customerId: string;
1208
+ projectId: string;
1108
1209
  };
1109
1210
  } & {
1110
1211
  queryParameters: {
1111
- topUsageCount?: number | undefined;
1112
1212
  limit?: number | undefined;
1113
1213
  skip?: number | undefined;
1114
1214
  page?: number | undefined;
@@ -1117,7 +1217,7 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
1117
1217
  }>;
1118
1218
  }, import("@mittwald/api-client-commons").Response<{
1119
1219
  modelTermsApprovalRequired: boolean;
1120
- plans: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingCustomerPlan[];
1220
+ plans: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingProjectPlan[];
1121
1221
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
1122
1222
  [x: string]: unknown;
1123
1223
  }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
@@ -1132,11 +1232,10 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
1132
1232
  }>;
1133
1233
  } & {
1134
1234
  pathParameters: {
1135
- customerId: string;
1235
+ projectId: string;
1136
1236
  };
1137
1237
  } & {
1138
1238
  queryParameters: {
1139
- topUsageCount?: number | undefined;
1140
1239
  limit?: number | undefined;
1141
1240
  skip?: number | undefined;
1142
1241
  page?: number | undefined;
@@ -1145,7 +1244,7 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
1145
1244
  }>;
1146
1245
  }, import("@mittwald/api-client-commons").Response<{
1147
1246
  modelTermsApprovalRequired: boolean;
1148
- plans: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingCustomerPlan[];
1247
+ plans: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingProjectPlan[];
1149
1248
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
1150
1249
  [x: string]: unknown;
1151
1250
  }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
@@ -1155,20 +1254,33 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
1155
1254
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
1156
1255
  [x: string]: unknown;
1157
1256
  }, 429, "application/json">>>;
1158
- /** Creates an AI hosting profile and accepts the current model terms. */
1159
- customerDeclareProfile: (request: {
1160
- customerId: string;
1257
+ /** Links a container with a project licence. */
1258
+ projectLinkContainer: (request: {
1259
+ data: {
1260
+ containerId: string;
1261
+ ingressId: string;
1262
+ stackId: string;
1263
+ };
1264
+ projectId: string;
1265
+ keyId: string;
1161
1266
  headers?: {
1162
1267
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
1163
1268
  } | undefined;
1164
1269
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
1165
- headers?: Partial<{
1166
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
1167
- }>;
1270
+ data: {
1271
+ containerId: string;
1272
+ ingressId: string;
1273
+ stackId: string;
1274
+ };
1168
1275
  } & {
1169
1276
  pathParameters: {
1170
- customerId: string;
1277
+ projectId: string;
1278
+ keyId: string;
1171
1279
  };
1280
+ } & {
1281
+ headers?: Partial<{
1282
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
1283
+ }>;
1172
1284
  }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
1173
1285
  [x: string]: unknown;
1174
1286
  }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
@@ -1177,14 +1289,23 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
1177
1289
  [x: string]: unknown;
1178
1290
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
1179
1291
  [x: string]: unknown;
1292
+ }, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
1293
+ [x: string]: unknown;
1180
1294
  }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
1181
- headers?: Partial<{
1182
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
1183
- }>;
1295
+ data: {
1296
+ containerId: string;
1297
+ ingressId: string;
1298
+ stackId: string;
1299
+ };
1184
1300
  } & {
1185
1301
  pathParameters: {
1186
- customerId: string;
1302
+ projectId: string;
1303
+ keyId: string;
1187
1304
  };
1305
+ } & {
1306
+ headers?: Partial<{
1307
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
1308
+ }>;
1188
1309
  }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
1189
1310
  [x: string]: unknown;
1190
1311
  }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
@@ -1193,10 +1314,12 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
1193
1314
  [x: string]: unknown;
1194
1315
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
1195
1316
  [x: string]: unknown;
1317
+ }, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
1318
+ [x: string]: unknown;
1196
1319
  }, 429, "application/json">>>;
1197
- /** Get ai hosting plan and usages of a project by planId. */
1198
- projectGetPlan: (request: {
1199
- projectId: string;
1320
+ /** List the contract months of an ai hosting plan. */
1321
+ planGetBillingPeriods: (request: {
1322
+ customerId: string;
1200
1323
  planId: string;
1201
1324
  headers?: {
1202
1325
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
@@ -1207,16 +1330,20 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
1207
1330
  }>;
1208
1331
  } & {
1209
1332
  pathParameters: {
1210
- projectId: string;
1333
+ customerId: string;
1211
1334
  planId: string;
1212
1335
  };
1213
1336
  }, import("@mittwald/api-client-commons").Response<{
1214
- description?: string | undefined;
1215
- keys: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingPlanUsage;
1216
- modelTermsApprovalRequired: boolean;
1337
+ customerId: string;
1217
1338
  nextTokenReset?: string | undefined;
1339
+ periods: {
1340
+ end: string;
1341
+ isCurrent: boolean;
1342
+ shortenedByUpgrade: boolean;
1343
+ start: string;
1344
+ tokenLimit: number;
1345
+ }[];
1218
1346
  planId: string;
1219
- projectId: string;
1220
1347
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
1221
1348
  [x: string]: unknown;
1222
1349
  }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
@@ -1231,16 +1358,20 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
1231
1358
  }>;
1232
1359
  } & {
1233
1360
  pathParameters: {
1234
- projectId: string;
1361
+ customerId: string;
1235
1362
  planId: string;
1236
1363
  };
1237
1364
  }, import("@mittwald/api-client-commons").Response<{
1238
- description?: string | undefined;
1239
- keys: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingPlanUsage;
1240
- modelTermsApprovalRequired: boolean;
1365
+ customerId: string;
1241
1366
  nextTokenReset?: string | undefined;
1367
+ periods: {
1368
+ end: string;
1369
+ isCurrent: boolean;
1370
+ shortenedByUpgrade: boolean;
1371
+ start: string;
1372
+ tokenLimit: number;
1373
+ }[];
1242
1374
  planId: string;
1243
- projectId: string;
1244
1375
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
1245
1376
  [x: string]: unknown;
1246
1377
  }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
@@ -1250,17 +1381,18 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
1250
1381
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
1251
1382
  [x: string]: unknown;
1252
1383
  }, 429, "application/json">>>;
1253
- /** Get all ai hosting plans and usages of a project. */
1254
- projectGetPlans: (request: {
1255
- projectId: string;
1256
- headers?: {
1384
+ /** Get aggregated token usage statistics for an ai hosting plan of a customer. */
1385
+ planGetUsageStats: (request: {
1386
+ queryParameters: {
1257
1387
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
1258
- } | undefined;
1259
- queryParameters?: {
1388
+ startDate: string;
1389
+ endDate: string;
1390
+ keyId?: string | undefined;
1391
+ };
1392
+ customerId: string;
1393
+ planId: string;
1394
+ headers?: {
1260
1395
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
1261
- limit?: number | undefined;
1262
- skip?: number | undefined;
1263
- page?: number | undefined;
1264
1396
  } | undefined;
1265
1397
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
1266
1398
  headers?: Partial<{
@@ -1268,19 +1400,40 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
1268
1400
  }>;
1269
1401
  } & {
1270
1402
  pathParameters: {
1271
- projectId: string;
1403
+ customerId: string;
1404
+ planId: string;
1272
1405
  };
1273
1406
  } & {
1274
1407
  queryParameters: {
1275
- limit?: number | undefined;
1276
- skip?: number | undefined;
1277
- page?: number | undefined;
1408
+ startDate: string;
1409
+ endDate: string;
1410
+ keyId?: string | undefined;
1278
1411
  } & Partial<{
1279
1412
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
1280
1413
  }>;
1281
1414
  }, import("@mittwald/api-client-commons").Response<{
1282
- modelTermsApprovalRequired: boolean;
1283
- plans: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingProjectPlan[];
1415
+ customerId: string;
1416
+ daily: {
1417
+ byKey: {
1418
+ [k: string]: number;
1419
+ };
1420
+ date: string;
1421
+ totalTokens: number;
1422
+ }[];
1423
+ keys: {
1424
+ id: string;
1425
+ name: string;
1426
+ }[];
1427
+ modelShare: {
1428
+ model: string;
1429
+ tokens: number;
1430
+ }[];
1431
+ planId: string;
1432
+ timeframe: {
1433
+ end: string;
1434
+ start: string;
1435
+ };
1436
+ totalTokens: number;
1284
1437
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
1285
1438
  [x: string]: unknown;
1286
1439
  }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
@@ -1295,19 +1448,40 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
1295
1448
  }>;
1296
1449
  } & {
1297
1450
  pathParameters: {
1298
- projectId: string;
1451
+ customerId: string;
1452
+ planId: string;
1299
1453
  };
1300
1454
  } & {
1301
1455
  queryParameters: {
1302
- limit?: number | undefined;
1303
- skip?: number | undefined;
1304
- page?: number | undefined;
1456
+ startDate: string;
1457
+ endDate: string;
1458
+ keyId?: string | undefined;
1305
1459
  } & Partial<{
1306
1460
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
1307
1461
  }>;
1308
1462
  }, import("@mittwald/api-client-commons").Response<{
1309
- modelTermsApprovalRequired: boolean;
1310
- plans: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingProjectPlan[];
1463
+ customerId: string;
1464
+ daily: {
1465
+ byKey: {
1466
+ [k: string]: number;
1467
+ };
1468
+ date: string;
1469
+ totalTokens: number;
1470
+ }[];
1471
+ keys: {
1472
+ id: string;
1473
+ name: string;
1474
+ }[];
1475
+ modelShare: {
1476
+ model: string;
1477
+ tokens: number;
1478
+ }[];
1479
+ planId: string;
1480
+ timeframe: {
1481
+ end: string;
1482
+ start: string;
1483
+ };
1484
+ totalTokens: number;
1311
1485
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
1312
1486
  [x: string]: unknown;
1313
1487
  }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
@@ -1480,6 +1654,60 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
1480
1654
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
1481
1655
  [x: string]: unknown;
1482
1656
  }, 429, "application/json">>>;
1657
+ /** Get an analysis of the error of an AppInstallation. */
1658
+ getAppinstallationErrorAnalysis: (request: {
1659
+ appInstallationId: string;
1660
+ headers?: {
1661
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
1662
+ "x-access-token"?: string | undefined;
1663
+ } | undefined;
1664
+ }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
1665
+ headers?: Partial<{
1666
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
1667
+ }>;
1668
+ } & {
1669
+ pathParameters: {
1670
+ appInstallationId: string;
1671
+ };
1672
+ } & {
1673
+ headers: {
1674
+ "x-access-token"?: string | undefined;
1675
+ } & Partial<{
1676
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
1677
+ }>;
1678
+ }, import("@mittwald/api-client-commons").Response<{
1679
+ recommendation?: string | undefined;
1680
+ summary: string;
1681
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
1682
+ [x: string]: unknown;
1683
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
1684
+ [x: string]: unknown;
1685
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
1686
+ [x: string]: unknown;
1687
+ }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
1688
+ headers?: Partial<{
1689
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
1690
+ }>;
1691
+ } & {
1692
+ pathParameters: {
1693
+ appInstallationId: string;
1694
+ };
1695
+ } & {
1696
+ headers: {
1697
+ "x-access-token"?: string | undefined;
1698
+ } & Partial<{
1699
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
1700
+ }>;
1701
+ }, import("@mittwald/api-client-commons").Response<{
1702
+ recommendation?: string | undefined;
1703
+ summary: string;
1704
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
1705
+ [x: string]: unknown;
1706
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
1707
+ [x: string]: unknown;
1708
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
1709
+ [x: string]: unknown;
1710
+ }, 429, "application/json">>>;
1483
1711
  /** Get an AppInstallation. */
1484
1712
  getAppinstallation: (request: {
1485
1713
  appInstallationId: string;
@@ -2700,60 +2928,6 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
2700
2928
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
2701
2929
  [x: string]: unknown;
2702
2930
  }, 429, "application/json">>>;
2703
- /** Get an analysis of the error of an AppInstallation. */
2704
- getAppinstallationErrorAnalysis: (request: {
2705
- appInstallationId: string;
2706
- headers?: {
2707
- [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
2708
- "x-access-token"?: string | undefined;
2709
- } | undefined;
2710
- }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
2711
- headers?: Partial<{
2712
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
2713
- }>;
2714
- } & {
2715
- pathParameters: {
2716
- appInstallationId: string;
2717
- };
2718
- } & {
2719
- headers: {
2720
- "x-access-token"?: string | undefined;
2721
- } & Partial<{
2722
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
2723
- }>;
2724
- }, import("@mittwald/api-client-commons").Response<{
2725
- recommendation?: string | undefined;
2726
- summary: string;
2727
- }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
2728
- [x: string]: unknown;
2729
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
2730
- [x: string]: unknown;
2731
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
2732
- [x: string]: unknown;
2733
- }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
2734
- headers?: Partial<{
2735
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
2736
- }>;
2737
- } & {
2738
- pathParameters: {
2739
- appInstallationId: string;
2740
- };
2741
- } & {
2742
- headers: {
2743
- "x-access-token"?: string | undefined;
2744
- } & Partial<{
2745
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
2746
- }>;
2747
- }, import("@mittwald/api-client-commons").Response<{
2748
- recommendation?: string | undefined;
2749
- summary: string;
2750
- }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
2751
- [x: string]: unknown;
2752
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
2753
- [x: string]: unknown;
2754
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
2755
- [x: string]: unknown;
2756
- }, 429, "application/json">>>;
2757
2931
  };
2758
2932
  /** The article API allows you to read article information. */
2759
2933
  readonly article: {
@@ -5296,6 +5470,71 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
5296
5470
  }, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
5297
5471
  [x: string]: unknown;
5298
5472
  }, 500, "application/json">>>;
5473
+ /** Get an analysis of the logs belonging to a Service. */
5474
+ getServiceLogsAnalysis: (request: {
5475
+ stackId: string;
5476
+ serviceId: string;
5477
+ headers?: {
5478
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
5479
+ "x-access-token"?: string | undefined;
5480
+ } | undefined;
5481
+ }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
5482
+ headers?: Partial<{
5483
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
5484
+ }>;
5485
+ } & {
5486
+ pathParameters: {
5487
+ stackId: string;
5488
+ serviceId: string;
5489
+ };
5490
+ } & {
5491
+ headers: {
5492
+ "x-access-token"?: string | undefined;
5493
+ } & Partial<{
5494
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
5495
+ }>;
5496
+ }, import("@mittwald/api-client-commons").Response<{
5497
+ recommendation?: string | undefined;
5498
+ summary: string;
5499
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
5500
+ [x: string]: unknown;
5501
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
5502
+ [x: string]: unknown;
5503
+ }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
5504
+ [x: string]: unknown;
5505
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
5506
+ [x: string]: unknown;
5507
+ }, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
5508
+ [x: string]: unknown;
5509
+ }, 500, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
5510
+ headers?: Partial<{
5511
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
5512
+ }>;
5513
+ } & {
5514
+ pathParameters: {
5515
+ stackId: string;
5516
+ serviceId: string;
5517
+ };
5518
+ } & {
5519
+ headers: {
5520
+ "x-access-token"?: string | undefined;
5521
+ } & Partial<{
5522
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
5523
+ }>;
5524
+ }, import("@mittwald/api-client-commons").Response<{
5525
+ recommendation?: string | undefined;
5526
+ summary: string;
5527
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
5528
+ [x: string]: unknown;
5529
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
5530
+ [x: string]: unknown;
5531
+ }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
5532
+ [x: string]: unknown;
5533
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
5534
+ [x: string]: unknown;
5535
+ }, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
5536
+ [x: string]: unknown;
5537
+ }, 500, "application/json">>>;
5299
5538
  /** Get logs belonging to a Service. */
5300
5539
  getServiceLogs: (request: {
5301
5540
  stackId: string;
@@ -6530,71 +6769,6 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
6530
6769
  }, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
6531
6770
  [x: string]: unknown;
6532
6771
  }, 500, "application/json">>>;
6533
- /** Get an analysis of the logs belonging to a Service. */
6534
- getServiceLogsAnalysis: (request: {
6535
- stackId: string;
6536
- serviceId: string;
6537
- headers?: {
6538
- [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
6539
- "x-access-token"?: string | undefined;
6540
- } | undefined;
6541
- }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
6542
- headers?: Partial<{
6543
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
6544
- }>;
6545
- } & {
6546
- pathParameters: {
6547
- stackId: string;
6548
- serviceId: string;
6549
- };
6550
- } & {
6551
- headers: {
6552
- "x-access-token"?: string | undefined;
6553
- } & Partial<{
6554
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
6555
- }>;
6556
- }, import("@mittwald/api-client-commons").Response<{
6557
- recommendation?: string | undefined;
6558
- summary: string;
6559
- }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
6560
- [x: string]: unknown;
6561
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
6562
- [x: string]: unknown;
6563
- }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
6564
- [x: string]: unknown;
6565
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
6566
- [x: string]: unknown;
6567
- }, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
6568
- [x: string]: unknown;
6569
- }, 500, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
6570
- headers?: Partial<{
6571
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
6572
- }>;
6573
- } & {
6574
- pathParameters: {
6575
- stackId: string;
6576
- serviceId: string;
6577
- };
6578
- } & {
6579
- headers: {
6580
- "x-access-token"?: string | undefined;
6581
- } & Partial<{
6582
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
6583
- }>;
6584
- }, import("@mittwald/api-client-commons").Response<{
6585
- recommendation?: string | undefined;
6586
- summary: string;
6587
- }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
6588
- [x: string]: unknown;
6589
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
6590
- [x: string]: unknown;
6591
- }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
6592
- [x: string]: unknown;
6593
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
6594
- [x: string]: unknown;
6595
- }, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
6596
- [x: string]: unknown;
6597
- }, 500, "application/json">>>;
6598
6772
  };
6599
6773
  /** The contract API allows you to manage your contracts and orders */
6600
6774
  readonly contract: {
@@ -15829,7 +16003,7 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
15829
16003
  owner?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldCustomerContact | undefined;
15830
16004
  projectCount: number;
15831
16005
  vatId?: string | undefined;
15832
- vatIdValidationState?: "valid" | "invalid" | "pending" | "unspecified" | undefined;
16006
+ vatIdValidationState?: "valid" | "invalid" | "pending" | "unsupported" | "unspecified" | undefined;
15833
16007
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
15834
16008
  [x: string]: unknown;
15835
16009
  }, 401, "application/json"> | import("@mittwald/api-client-commons").Response<{
@@ -15874,7 +16048,7 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
15874
16048
  owner?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldCustomerContact | undefined;
15875
16049
  projectCount: number;
15876
16050
  vatId?: string | undefined;
15877
- vatIdValidationState?: "valid" | "invalid" | "pending" | "unspecified" | undefined;
16051
+ vatIdValidationState?: "valid" | "invalid" | "pending" | "unsupported" | "unspecified" | undefined;
15878
16052
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
15879
16053
  [x: string]: unknown;
15880
16054
  }, 401, "application/json"> | import("@mittwald/api-client-commons").Response<{