@mittwald/api-client 4.457.1 → 4.458.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,133 +1254,34 @@ 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;
1161
- headers?: {
1162
- [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
1163
- } | undefined;
1164
- }, 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
- }>;
1168
- } & {
1169
- pathParameters: {
1170
- customerId: string;
1171
- };
1172
- }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
1173
- [x: string]: unknown;
1174
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
1175
- [x: string]: unknown;
1176
- }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
1177
- [x: string]: unknown;
1178
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
1179
- [x: string]: unknown;
1180
- }, 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
- }>;
1184
- } & {
1185
- pathParameters: {
1186
- customerId: string;
1257
+ /** Links a container with a project licence. */
1258
+ projectLinkContainer: (request: {
1259
+ data: {
1260
+ containerId: string;
1261
+ ingressId: string;
1262
+ stackId: string;
1187
1263
  };
1188
- }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
1189
- [x: string]: unknown;
1190
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
1191
- [x: string]: unknown;
1192
- }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
1193
- [x: string]: unknown;
1194
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
1195
- [x: string]: unknown;
1196
- }, 429, "application/json">>>;
1197
- /** Get ai hosting plan and usages of a project by planId. */
1198
- projectGetPlan: (request: {
1199
1264
  projectId: string;
1200
- planId: string;
1265
+ keyId: string;
1201
1266
  headers?: {
1202
1267
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
1203
1268
  } | undefined;
1204
1269
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
1205
- headers?: Partial<{
1206
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
1207
- }>;
1208
- } & {
1209
- pathParameters: {
1210
- projectId: string;
1211
- planId: string;
1270
+ data: {
1271
+ containerId: string;
1272
+ ingressId: string;
1273
+ stackId: string;
1212
1274
  };
1213
- }, import("@mittwald/api-client-commons").Response<{
1214
- description?: string | undefined;
1215
- keys: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingPlanUsage;
1216
- modelTermsApprovalRequired: boolean;
1217
- nextTokenReset?: string | undefined;
1218
- planId: string;
1219
- projectId: string;
1220
- }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
1221
- [x: string]: unknown;
1222
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
1223
- [x: string]: unknown;
1224
- }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
1225
- [x: string]: unknown;
1226
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
1227
- [x: string]: unknown;
1228
- }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
1229
- headers?: Partial<{
1230
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
1231
- }>;
1232
- } & {
1233
- pathParameters: {
1234
- projectId: string;
1235
- planId: string;
1236
- };
1237
- }, import("@mittwald/api-client-commons").Response<{
1238
- description?: string | undefined;
1239
- keys: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingPlanUsage;
1240
- modelTermsApprovalRequired: boolean;
1241
- nextTokenReset?: string | undefined;
1242
- planId: string;
1243
- projectId: string;
1244
- }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
1245
- [x: string]: unknown;
1246
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
1247
- [x: string]: unknown;
1248
- }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
1249
- [x: string]: unknown;
1250
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
1251
- [x: string]: unknown;
1252
- }, 429, "application/json">>>;
1253
- /** Get all ai hosting plans and usages of a project. */
1254
- projectGetPlans: (request: {
1255
- projectId: string;
1256
- headers?: {
1257
- [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
1258
- } | undefined;
1259
- queryParameters?: {
1260
- [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
1261
- limit?: number | undefined;
1262
- skip?: number | undefined;
1263
- page?: number | undefined;
1264
- } | undefined;
1265
- }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
1266
- headers?: Partial<{
1267
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
1268
- }>;
1269
1275
  } & {
1270
1276
  pathParameters: {
1271
1277
  projectId: string;
1278
+ keyId: string;
1272
1279
  };
1273
1280
  } & {
1274
- queryParameters: {
1275
- limit?: number | undefined;
1276
- skip?: number | undefined;
1277
- page?: number | undefined;
1278
- } & Partial<{
1281
+ headers?: Partial<{
1279
1282
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
1280
1283
  }>;
1281
- }, import("@mittwald/api-client-commons").Response<{
1282
- modelTermsApprovalRequired: boolean;
1283
- plans: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingProjectPlan[];
1284
- }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
1284
+ }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
1285
1285
  [x: string]: unknown;
1286
1286
  }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
1287
1287
  [x: string]: unknown;
@@ -1289,26 +1289,24 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
1289
1289
  [x: string]: unknown;
1290
1290
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
1291
1291
  [x: string]: unknown;
1292
+ }, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
1293
+ [x: string]: unknown;
1292
1294
  }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
1293
- headers?: Partial<{
1294
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
1295
- }>;
1295
+ data: {
1296
+ containerId: string;
1297
+ ingressId: string;
1298
+ stackId: string;
1299
+ };
1296
1300
  } & {
1297
1301
  pathParameters: {
1298
1302
  projectId: string;
1303
+ keyId: string;
1299
1304
  };
1300
1305
  } & {
1301
- queryParameters: {
1302
- limit?: number | undefined;
1303
- skip?: number | undefined;
1304
- page?: number | undefined;
1305
- } & Partial<{
1306
+ headers?: Partial<{
1306
1307
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
1307
1308
  }>;
1308
- }, import("@mittwald/api-client-commons").Response<{
1309
- modelTermsApprovalRequired: boolean;
1310
- plans: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingProjectPlan[];
1311
- }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
1309
+ }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
1312
1310
  [x: string]: unknown;
1313
1311
  }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
1314
1312
  [x: string]: unknown;
@@ -1316,6 +1314,8 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
1316
1314
  [x: string]: unknown;
1317
1315
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
1318
1316
  [x: string]: unknown;
1317
+ }, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
1318
+ [x: string]: unknown;
1319
1319
  }, 429, "application/json">>>;
1320
1320
  };
1321
1321
  /** The App API allows you to manage your apps within a project, and all the system softwares that are installed as dependencies. */
@@ -1480,6 +1480,60 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
1480
1480
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
1481
1481
  [x: string]: unknown;
1482
1482
  }, 429, "application/json">>>;
1483
+ /** Get an analysis of the error of an AppInstallation. */
1484
+ getAppinstallationErrorAnalysis: (request: {
1485
+ appInstallationId: string;
1486
+ headers?: {
1487
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
1488
+ "x-access-token"?: string | undefined;
1489
+ } | undefined;
1490
+ }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
1491
+ headers?: Partial<{
1492
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
1493
+ }>;
1494
+ } & {
1495
+ pathParameters: {
1496
+ appInstallationId: string;
1497
+ };
1498
+ } & {
1499
+ headers: {
1500
+ "x-access-token"?: string | undefined;
1501
+ } & Partial<{
1502
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
1503
+ }>;
1504
+ }, import("@mittwald/api-client-commons").Response<{
1505
+ recommendation?: string | undefined;
1506
+ summary: string;
1507
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
1508
+ [x: string]: unknown;
1509
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
1510
+ [x: string]: unknown;
1511
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
1512
+ [x: string]: unknown;
1513
+ }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
1514
+ headers?: Partial<{
1515
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
1516
+ }>;
1517
+ } & {
1518
+ pathParameters: {
1519
+ appInstallationId: string;
1520
+ };
1521
+ } & {
1522
+ headers: {
1523
+ "x-access-token"?: string | undefined;
1524
+ } & Partial<{
1525
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
1526
+ }>;
1527
+ }, import("@mittwald/api-client-commons").Response<{
1528
+ recommendation?: string | undefined;
1529
+ summary: string;
1530
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
1531
+ [x: string]: unknown;
1532
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
1533
+ [x: string]: unknown;
1534
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
1535
+ [x: string]: unknown;
1536
+ }, 429, "application/json">>>;
1483
1537
  /** Get an AppInstallation. */
1484
1538
  getAppinstallation: (request: {
1485
1539
  appInstallationId: string;
@@ -2700,60 +2754,6 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
2700
2754
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
2701
2755
  [x: string]: unknown;
2702
2756
  }, 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
2757
  };
2758
2758
  /** The article API allows you to read article information. */
2759
2759
  readonly article: {
@@ -5296,6 +5296,71 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
5296
5296
  }, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
5297
5297
  [x: string]: unknown;
5298
5298
  }, 500, "application/json">>>;
5299
+ /** Get an analysis of the logs belonging to a Service. */
5300
+ getServiceLogsAnalysis: (request: {
5301
+ stackId: string;
5302
+ serviceId: string;
5303
+ headers?: {
5304
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
5305
+ "x-access-token"?: string | undefined;
5306
+ } | undefined;
5307
+ }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
5308
+ headers?: Partial<{
5309
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
5310
+ }>;
5311
+ } & {
5312
+ pathParameters: {
5313
+ stackId: string;
5314
+ serviceId: string;
5315
+ };
5316
+ } & {
5317
+ headers: {
5318
+ "x-access-token"?: string | undefined;
5319
+ } & Partial<{
5320
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
5321
+ }>;
5322
+ }, import("@mittwald/api-client-commons").Response<{
5323
+ recommendation?: string | undefined;
5324
+ summary: string;
5325
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
5326
+ [x: string]: unknown;
5327
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
5328
+ [x: string]: unknown;
5329
+ }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
5330
+ [x: string]: unknown;
5331
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
5332
+ [x: string]: unknown;
5333
+ }, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
5334
+ [x: string]: unknown;
5335
+ }, 500, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
5336
+ headers?: Partial<{
5337
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
5338
+ }>;
5339
+ } & {
5340
+ pathParameters: {
5341
+ stackId: string;
5342
+ serviceId: string;
5343
+ };
5344
+ } & {
5345
+ headers: {
5346
+ "x-access-token"?: string | undefined;
5347
+ } & Partial<{
5348
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
5349
+ }>;
5350
+ }, import("@mittwald/api-client-commons").Response<{
5351
+ recommendation?: string | undefined;
5352
+ summary: string;
5353
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
5354
+ [x: string]: unknown;
5355
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
5356
+ [x: string]: unknown;
5357
+ }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
5358
+ [x: string]: unknown;
5359
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
5360
+ [x: string]: unknown;
5361
+ }, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
5362
+ [x: string]: unknown;
5363
+ }, 500, "application/json">>>;
5299
5364
  /** Get logs belonging to a Service. */
5300
5365
  getServiceLogs: (request: {
5301
5366
  stackId: string;
@@ -6530,71 +6595,6 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
6530
6595
  }, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
6531
6596
  [x: string]: unknown;
6532
6597
  }, 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
6598
  };
6599
6599
  /** The contract API allows you to manage your contracts and orders */
6600
6600
  readonly contract: {
@@ -15829,7 +15829,7 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
15829
15829
  owner?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldCustomerContact | undefined;
15830
15830
  projectCount: number;
15831
15831
  vatId?: string | undefined;
15832
- vatIdValidationState?: "valid" | "invalid" | "pending" | "unspecified" | undefined;
15832
+ vatIdValidationState?: "valid" | "invalid" | "pending" | "unsupported" | "unspecified" | undefined;
15833
15833
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
15834
15834
  [x: string]: unknown;
15835
15835
  }, 401, "application/json"> | import("@mittwald/api-client-commons").Response<{
@@ -15874,7 +15874,7 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
15874
15874
  owner?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldCustomerContact | undefined;
15875
15875
  projectCount: number;
15876
15876
  vatId?: string | undefined;
15877
- vatIdValidationState?: "valid" | "invalid" | "pending" | "unspecified" | undefined;
15877
+ vatIdValidationState?: "valid" | "invalid" | "pending" | "unsupported" | "unspecified" | undefined;
15878
15878
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
15879
15879
  [x: string]: unknown;
15880
15880
  }, 401, "application/json"> | import("@mittwald/api-client-commons").Response<{