@mittwald/api-client 0.0.0-development-8335166-20260625 → 0.0.0-development-38105fd-20260708
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +29 -0
- package/dist/esm/generated/v2/client-react.js +11 -1
- package/dist/esm/generated/v2/client.js +13 -3
- package/dist/esm/generated/v2/descriptors.js +37 -7
- package/dist/esm/generated/v3-next/client-react.js +577 -0
- package/dist/esm/generated/v3-next/client.js +1056 -0
- package/dist/esm/generated/v3-next/descriptors.js +2928 -0
- package/dist/esm/generated/v3-next/types.js +1 -0
- package/dist/esm/v2/index.js +2 -0
- package/dist/esm/v3-next/default.js +38 -0
- package/dist/esm/v3-next/index.js +2 -0
- package/dist/esm/v3-next/react.js +3 -0
- package/dist/esm/version.js +1 -1
- package/dist/types/generated/v2/client-react.d.ts +116 -12
- package/dist/types/generated/v2/client.d.ts +471 -62
- package/dist/types/generated/v2/descriptors.d.ts +14 -4
- package/dist/types/generated/v2/types.d.ts +789 -159
- package/dist/types/generated/v3-next/client-react.d.ts +3928 -0
- package/dist/types/generated/v3-next/client.d.ts +32249 -0
- package/dist/types/generated/v3-next/descriptors.d.ts +981 -0
- package/dist/types/generated/v3-next/types.d.ts +32485 -0
- package/dist/types/v2/index.d.ts +3 -0
- package/dist/types/v3-next/default.d.ts +12 -0
- package/dist/types/v3-next/index.d.ts +3 -0
- package/dist/types/v3-next/react.d.ts +3 -0
- package/dist/types/version.d.ts +1 -1
- package/package.json +35 -9
|
@@ -47,6 +47,10 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
47
47
|
headers?: {
|
|
48
48
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
49
49
|
} | undefined;
|
|
50
|
+
queryParameters?: {
|
|
51
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
52
|
+
planId?: string | undefined;
|
|
53
|
+
} | undefined;
|
|
50
54
|
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
51
55
|
headers?: Partial<{
|
|
52
56
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
@@ -55,6 +59,12 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
55
59
|
pathParameters: {
|
|
56
60
|
customerId: string;
|
|
57
61
|
};
|
|
62
|
+
} & {
|
|
63
|
+
queryParameters: {
|
|
64
|
+
planId?: string | undefined;
|
|
65
|
+
} & Partial<{
|
|
66
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
67
|
+
}>;
|
|
58
68
|
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingKey[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
59
69
|
[x: string]: unknown;
|
|
60
70
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
@@ -71,6 +81,12 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
71
81
|
pathParameters: {
|
|
72
82
|
customerId: string;
|
|
73
83
|
};
|
|
84
|
+
} & {
|
|
85
|
+
queryParameters: {
|
|
86
|
+
planId?: string | undefined;
|
|
87
|
+
} & Partial<{
|
|
88
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
89
|
+
}>;
|
|
74
90
|
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingKey[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
75
91
|
[x: string]: unknown;
|
|
76
92
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
@@ -85,6 +101,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
85
101
|
data: {
|
|
86
102
|
name: string;
|
|
87
103
|
createWebuiContainer?: boolean | undefined;
|
|
104
|
+
planId?: string | undefined;
|
|
88
105
|
projectId?: string | undefined;
|
|
89
106
|
};
|
|
90
107
|
customerId: string;
|
|
@@ -95,6 +112,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
95
112
|
data: {
|
|
96
113
|
createWebuiContainer?: boolean | undefined;
|
|
97
114
|
name: string;
|
|
115
|
+
planId?: string | undefined;
|
|
98
116
|
projectId?: string | undefined;
|
|
99
117
|
};
|
|
100
118
|
} & {
|
|
@@ -113,6 +131,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
113
131
|
keyId: string;
|
|
114
132
|
models: string[];
|
|
115
133
|
name: string;
|
|
134
|
+
planId?: string | undefined;
|
|
116
135
|
projectId?: string | undefined;
|
|
117
136
|
rateLimit: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingRateLimit;
|
|
118
137
|
tokenUsage: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingTokenUsage;
|
|
@@ -132,6 +151,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
132
151
|
data: {
|
|
133
152
|
createWebuiContainer?: boolean | undefined;
|
|
134
153
|
name: string;
|
|
154
|
+
planId?: string | undefined;
|
|
135
155
|
projectId?: string | undefined;
|
|
136
156
|
};
|
|
137
157
|
} & {
|
|
@@ -150,6 +170,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
150
170
|
keyId: string;
|
|
151
171
|
models: string[];
|
|
152
172
|
name: string;
|
|
173
|
+
planId?: string | undefined;
|
|
153
174
|
projectId?: string | undefined;
|
|
154
175
|
rateLimit: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingRateLimit;
|
|
155
176
|
tokenUsage: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingTokenUsage;
|
|
@@ -190,6 +211,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
190
211
|
keyId: string;
|
|
191
212
|
models: string[];
|
|
192
213
|
name: string;
|
|
214
|
+
planId?: string | undefined;
|
|
193
215
|
projectId?: string | undefined;
|
|
194
216
|
rateLimit: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingRateLimit;
|
|
195
217
|
tokenUsage: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingTokenUsage;
|
|
@@ -218,6 +240,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
218
240
|
keyId: string;
|
|
219
241
|
models: string[];
|
|
220
242
|
name: string;
|
|
243
|
+
planId?: string | undefined;
|
|
221
244
|
projectId?: string | undefined;
|
|
222
245
|
rateLimit: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingRateLimit;
|
|
223
246
|
tokenUsage: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingTokenUsage;
|
|
@@ -265,6 +288,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
265
288
|
keyId: string;
|
|
266
289
|
models: string[];
|
|
267
290
|
name: string;
|
|
291
|
+
planId?: string | undefined;
|
|
268
292
|
projectId?: string | undefined;
|
|
269
293
|
rateLimit: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingRateLimit;
|
|
270
294
|
tokenUsage: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingTokenUsage;
|
|
@@ -303,6 +327,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
303
327
|
keyId: string;
|
|
304
328
|
models: string[];
|
|
305
329
|
name: string;
|
|
330
|
+
planId?: string | undefined;
|
|
306
331
|
projectId?: string | undefined;
|
|
307
332
|
rateLimit: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingRateLimit;
|
|
308
333
|
tokenUsage: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingTokenUsage;
|
|
@@ -408,7 +433,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
408
433
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
409
434
|
[x: string]: unknown;
|
|
410
435
|
}, 429, "application/json">>>;
|
|
411
|
-
/** Get ai hosting plan and usages of a customer. */
|
|
436
|
+
/** Get ai hosting plan and usages of a customer. Deprecated: use /ai-hostings/{planId} instead. */
|
|
412
437
|
customerGetUsage: (request: {
|
|
413
438
|
customerId: string;
|
|
414
439
|
headers?: {
|
|
@@ -438,6 +463,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
438
463
|
keys: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingPlanUsage;
|
|
439
464
|
modelTermsApprovalRequired: boolean;
|
|
440
465
|
nextTokenReset: string;
|
|
466
|
+
planId?: string | undefined;
|
|
441
467
|
rateLimit: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingRateLimit;
|
|
442
468
|
tokens: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingPlanUsageBig;
|
|
443
469
|
topUsages?: {
|
|
@@ -474,6 +500,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
474
500
|
keys: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingPlanUsage;
|
|
475
501
|
modelTermsApprovalRequired: boolean;
|
|
476
502
|
nextTokenReset: string;
|
|
503
|
+
planId?: string | undefined;
|
|
477
504
|
rateLimit: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingRateLimit;
|
|
478
505
|
tokens: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingPlanUsageBig;
|
|
479
506
|
topUsages?: {
|
|
@@ -527,6 +554,10 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
527
554
|
headers?: {
|
|
528
555
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
529
556
|
} | undefined;
|
|
557
|
+
queryParameters?: {
|
|
558
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
559
|
+
planId?: string | undefined;
|
|
560
|
+
} | undefined;
|
|
530
561
|
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
531
562
|
headers?: Partial<{
|
|
532
563
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
@@ -535,6 +566,12 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
535
566
|
pathParameters: {
|
|
536
567
|
projectId: string;
|
|
537
568
|
};
|
|
569
|
+
} & {
|
|
570
|
+
queryParameters: {
|
|
571
|
+
planId?: string | undefined;
|
|
572
|
+
} & Partial<{
|
|
573
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
574
|
+
}>;
|
|
538
575
|
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingKey[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
539
576
|
[x: string]: unknown;
|
|
540
577
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
@@ -551,6 +588,12 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
551
588
|
pathParameters: {
|
|
552
589
|
projectId: string;
|
|
553
590
|
};
|
|
591
|
+
} & {
|
|
592
|
+
queryParameters: {
|
|
593
|
+
planId?: string | undefined;
|
|
594
|
+
} & Partial<{
|
|
595
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
596
|
+
}>;
|
|
554
597
|
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingKey[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
555
598
|
[x: string]: unknown;
|
|
556
599
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
@@ -565,6 +608,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
565
608
|
data: {
|
|
566
609
|
name: string;
|
|
567
610
|
createWebuiContainer?: boolean | undefined;
|
|
611
|
+
planId?: string | undefined;
|
|
568
612
|
};
|
|
569
613
|
projectId: string;
|
|
570
614
|
headers?: {
|
|
@@ -574,6 +618,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
574
618
|
data: {
|
|
575
619
|
createWebuiContainer?: boolean | undefined;
|
|
576
620
|
name: string;
|
|
621
|
+
planId?: string | undefined;
|
|
577
622
|
};
|
|
578
623
|
} & {
|
|
579
624
|
pathParameters: {
|
|
@@ -591,6 +636,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
591
636
|
keyId: string;
|
|
592
637
|
models: string[];
|
|
593
638
|
name: string;
|
|
639
|
+
planId?: string | undefined;
|
|
594
640
|
projectId?: string | undefined;
|
|
595
641
|
rateLimit: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingRateLimit;
|
|
596
642
|
tokenUsage: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingTokenUsage;
|
|
@@ -610,6 +656,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
610
656
|
data: {
|
|
611
657
|
createWebuiContainer?: boolean | undefined;
|
|
612
658
|
name: string;
|
|
659
|
+
planId?: string | undefined;
|
|
613
660
|
};
|
|
614
661
|
} & {
|
|
615
662
|
pathParameters: {
|
|
@@ -627,6 +674,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
627
674
|
keyId: string;
|
|
628
675
|
models: string[];
|
|
629
676
|
name: string;
|
|
677
|
+
planId?: string | undefined;
|
|
630
678
|
projectId?: string | undefined;
|
|
631
679
|
rateLimit: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingRateLimit;
|
|
632
680
|
tokenUsage: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingTokenUsage;
|
|
@@ -667,6 +715,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
667
715
|
keyId: string;
|
|
668
716
|
models: string[];
|
|
669
717
|
name: string;
|
|
718
|
+
planId?: string | undefined;
|
|
670
719
|
projectId?: string | undefined;
|
|
671
720
|
rateLimit: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingRateLimit;
|
|
672
721
|
tokenUsage: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingTokenUsage;
|
|
@@ -695,6 +744,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
695
744
|
keyId: string;
|
|
696
745
|
models: string[];
|
|
697
746
|
name: string;
|
|
747
|
+
planId?: string | undefined;
|
|
698
748
|
projectId?: string | undefined;
|
|
699
749
|
rateLimit: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingRateLimit;
|
|
700
750
|
tokenUsage: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingTokenUsage;
|
|
@@ -740,6 +790,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
740
790
|
keyId: string;
|
|
741
791
|
models: string[];
|
|
742
792
|
name: string;
|
|
793
|
+
planId?: string | undefined;
|
|
743
794
|
projectId?: string | undefined;
|
|
744
795
|
rateLimit: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingRateLimit;
|
|
745
796
|
tokenUsage: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingTokenUsage;
|
|
@@ -777,6 +828,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
777
828
|
keyId: string;
|
|
778
829
|
models: string[];
|
|
779
830
|
name: string;
|
|
831
|
+
planId?: string | undefined;
|
|
780
832
|
projectId?: string | undefined;
|
|
781
833
|
rateLimit: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingRateLimit;
|
|
782
834
|
tokenUsage: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingTokenUsage;
|
|
@@ -888,6 +940,10 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
888
940
|
headers?: {
|
|
889
941
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
890
942
|
} | undefined;
|
|
943
|
+
queryParameters?: {
|
|
944
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
945
|
+
planId?: string | undefined;
|
|
946
|
+
} | undefined;
|
|
891
947
|
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
892
948
|
headers?: Partial<{
|
|
893
949
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
@@ -896,6 +952,12 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
896
952
|
pathParameters: {
|
|
897
953
|
projectId: string;
|
|
898
954
|
};
|
|
955
|
+
} & {
|
|
956
|
+
queryParameters: {
|
|
957
|
+
planId?: string | undefined;
|
|
958
|
+
} & Partial<{
|
|
959
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
960
|
+
}>;
|
|
899
961
|
}, import("@mittwald/api-client-commons").Response<{
|
|
900
962
|
keys: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingPlanUsage;
|
|
901
963
|
modelTermsApprovalRequired: boolean;
|
|
@@ -917,6 +979,12 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
917
979
|
pathParameters: {
|
|
918
980
|
projectId: string;
|
|
919
981
|
};
|
|
982
|
+
} & {
|
|
983
|
+
queryParameters: {
|
|
984
|
+
planId?: string | undefined;
|
|
985
|
+
} & Partial<{
|
|
986
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
987
|
+
}>;
|
|
920
988
|
}, import("@mittwald/api-client-commons").Response<{
|
|
921
989
|
keys: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingPlanUsage;
|
|
922
990
|
modelTermsApprovalRequired: boolean;
|
|
@@ -994,6 +1062,155 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
994
1062
|
}, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
995
1063
|
[x: string]: unknown;
|
|
996
1064
|
}, 429, "application/json">>>;
|
|
1065
|
+
/** Get ai hosting plan and usages of a customer by planId. */
|
|
1066
|
+
customerGetPlan: (request: {
|
|
1067
|
+
customerId: string;
|
|
1068
|
+
planId: string;
|
|
1069
|
+
headers?: {
|
|
1070
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1071
|
+
} | undefined;
|
|
1072
|
+
queryParameters?: {
|
|
1073
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1074
|
+
topUsageCount?: number | undefined;
|
|
1075
|
+
} | undefined;
|
|
1076
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
1077
|
+
headers?: Partial<{
|
|
1078
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
1079
|
+
}>;
|
|
1080
|
+
} & {
|
|
1081
|
+
pathParameters: {
|
|
1082
|
+
customerId: string;
|
|
1083
|
+
planId: string;
|
|
1084
|
+
};
|
|
1085
|
+
} & {
|
|
1086
|
+
queryParameters: {
|
|
1087
|
+
topUsageCount?: number | undefined;
|
|
1088
|
+
} & Partial<{
|
|
1089
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
1090
|
+
}>;
|
|
1091
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
1092
|
+
customerId: string;
|
|
1093
|
+
deletedAt?: string | undefined;
|
|
1094
|
+
keys: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingPlanUsage;
|
|
1095
|
+
modelTermsApprovalRequired: boolean;
|
|
1096
|
+
nextTokenReset: string;
|
|
1097
|
+
planId?: string | undefined;
|
|
1098
|
+
rateLimit: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingRateLimit;
|
|
1099
|
+
tokens: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingPlanUsageBig;
|
|
1100
|
+
topUsages?: {
|
|
1101
|
+
keyId?: string;
|
|
1102
|
+
name: string;
|
|
1103
|
+
projectId?: string;
|
|
1104
|
+
tokenUsed: number;
|
|
1105
|
+
}[] | undefined;
|
|
1106
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1107
|
+
[x: string]: unknown;
|
|
1108
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1109
|
+
[x: string]: unknown;
|
|
1110
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1111
|
+
[x: string]: unknown;
|
|
1112
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1113
|
+
[x: string]: unknown;
|
|
1114
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
1115
|
+
headers?: Partial<{
|
|
1116
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
1117
|
+
}>;
|
|
1118
|
+
} & {
|
|
1119
|
+
pathParameters: {
|
|
1120
|
+
customerId: string;
|
|
1121
|
+
planId: string;
|
|
1122
|
+
};
|
|
1123
|
+
} & {
|
|
1124
|
+
queryParameters: {
|
|
1125
|
+
topUsageCount?: number | undefined;
|
|
1126
|
+
} & Partial<{
|
|
1127
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
1128
|
+
}>;
|
|
1129
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
1130
|
+
customerId: string;
|
|
1131
|
+
deletedAt?: string | undefined;
|
|
1132
|
+
keys: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingPlanUsage;
|
|
1133
|
+
modelTermsApprovalRequired: boolean;
|
|
1134
|
+
nextTokenReset: string;
|
|
1135
|
+
planId?: string | undefined;
|
|
1136
|
+
rateLimit: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingRateLimit;
|
|
1137
|
+
tokens: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingPlanUsageBig;
|
|
1138
|
+
topUsages?: {
|
|
1139
|
+
keyId?: string;
|
|
1140
|
+
name: string;
|
|
1141
|
+
projectId?: string;
|
|
1142
|
+
tokenUsed: number;
|
|
1143
|
+
}[] | undefined;
|
|
1144
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1145
|
+
[x: string]: unknown;
|
|
1146
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1147
|
+
[x: string]: unknown;
|
|
1148
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1149
|
+
[x: string]: unknown;
|
|
1150
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1151
|
+
[x: string]: unknown;
|
|
1152
|
+
}, 429, "application/json">>>;
|
|
1153
|
+
/** Get all ai hosting plans of a customer. */
|
|
1154
|
+
customerGetPlans: (request: {
|
|
1155
|
+
customerId: string;
|
|
1156
|
+
headers?: {
|
|
1157
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1158
|
+
} | undefined;
|
|
1159
|
+
queryParameters?: {
|
|
1160
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1161
|
+
topUsageCount?: number | undefined;
|
|
1162
|
+
} | undefined;
|
|
1163
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
1164
|
+
headers?: Partial<{
|
|
1165
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
1166
|
+
}>;
|
|
1167
|
+
} & {
|
|
1168
|
+
pathParameters: {
|
|
1169
|
+
customerId: string;
|
|
1170
|
+
};
|
|
1171
|
+
} & {
|
|
1172
|
+
queryParameters: {
|
|
1173
|
+
topUsageCount?: number | undefined;
|
|
1174
|
+
} & Partial<{
|
|
1175
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
1176
|
+
}>;
|
|
1177
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
1178
|
+
modelTermsApprovalRequired: boolean;
|
|
1179
|
+
plans: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingPlanOptions[];
|
|
1180
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1181
|
+
[x: string]: unknown;
|
|
1182
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1183
|
+
[x: string]: unknown;
|
|
1184
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1185
|
+
[x: string]: unknown;
|
|
1186
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1187
|
+
[x: string]: unknown;
|
|
1188
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
1189
|
+
headers?: Partial<{
|
|
1190
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
1191
|
+
}>;
|
|
1192
|
+
} & {
|
|
1193
|
+
pathParameters: {
|
|
1194
|
+
customerId: string;
|
|
1195
|
+
};
|
|
1196
|
+
} & {
|
|
1197
|
+
queryParameters: {
|
|
1198
|
+
topUsageCount?: number | undefined;
|
|
1199
|
+
} & Partial<{
|
|
1200
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
1201
|
+
}>;
|
|
1202
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
1203
|
+
modelTermsApprovalRequired: boolean;
|
|
1204
|
+
plans: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingPlanOptions[];
|
|
1205
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1206
|
+
[x: string]: unknown;
|
|
1207
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1208
|
+
[x: string]: unknown;
|
|
1209
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1210
|
+
[x: string]: unknown;
|
|
1211
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1212
|
+
[x: string]: unknown;
|
|
1213
|
+
}, 429, "application/json">>>;
|
|
997
1214
|
};
|
|
998
1215
|
/** The App API allows you to manage your apps within a project, and all the system softwares that are installed as dependencies. */
|
|
999
1216
|
readonly app: {
|
|
@@ -1232,10 +1449,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
1232
1449
|
customDocumentRoot?: string | undefined;
|
|
1233
1450
|
description?: string | undefined;
|
|
1234
1451
|
systemSoftware?: {
|
|
1235
|
-
[k: string]:
|
|
1236
|
-
systemSoftwareVersion?: string;
|
|
1237
|
-
updatePolicy?: import("./types.js").MittwaldAPIV2.Components.Schemas.AppSystemSoftwareUpdatePolicy;
|
|
1238
|
-
};
|
|
1452
|
+
[k: string]: import("./types.js").MittwaldAPIV2.Components.Schemas.AppDesiredSystemSoftware;
|
|
1239
1453
|
} | undefined;
|
|
1240
1454
|
updatePolicy?: import("./types.js").MittwaldAPIV2.Components.Schemas.AppAppUpdatePolicy | undefined;
|
|
1241
1455
|
userInputs?: import("./types.js").MittwaldAPIV2.Components.Schemas.AppSavedUserInput[] | undefined;
|
|
@@ -1258,10 +1472,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
1258
1472
|
customDocumentRoot?: string | undefined;
|
|
1259
1473
|
description?: string | undefined;
|
|
1260
1474
|
systemSoftware?: {
|
|
1261
|
-
[k: string]:
|
|
1262
|
-
systemSoftwareVersion?: string;
|
|
1263
|
-
updatePolicy?: import("./types.js").MittwaldAPIV2.Components.Schemas.AppSystemSoftwareUpdatePolicy;
|
|
1264
|
-
};
|
|
1475
|
+
[k: string]: import("./types.js").MittwaldAPIV2.Components.Schemas.AppDesiredSystemSoftware;
|
|
1265
1476
|
} | undefined;
|
|
1266
1477
|
updatePolicy?: import("./types.js").MittwaldAPIV2.Components.Schemas.AppAppUpdatePolicy | undefined;
|
|
1267
1478
|
userInputs?: import("./types.js").MittwaldAPIV2.Components.Schemas.AppSavedUserInput[] | undefined;
|
|
@@ -1817,6 +2028,12 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
1817
2028
|
updatePolicy: import("./types.js").MittwaldAPIV2.Components.Schemas.AppAppUpdatePolicy;
|
|
1818
2029
|
userInputs: import("./types.js").MittwaldAPIV2.Components.Schemas.AppSavedUserInput[];
|
|
1819
2030
|
installationPath?: string | undefined;
|
|
2031
|
+
systemSoftware?: {
|
|
2032
|
+
[x: string]: {
|
|
2033
|
+
systemSoftwareVersion?: string | undefined;
|
|
2034
|
+
updatePolicy?: import("./types.js").MittwaldAPIV2.Components.Schemas.AppSystemSoftwareUpdatePolicy | undefined;
|
|
2035
|
+
};
|
|
2036
|
+
} | undefined;
|
|
1820
2037
|
};
|
|
1821
2038
|
projectId: string;
|
|
1822
2039
|
headers?: {
|
|
@@ -1827,6 +2044,9 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
1827
2044
|
appVersionId: string;
|
|
1828
2045
|
description: string;
|
|
1829
2046
|
installationPath?: string | undefined;
|
|
2047
|
+
systemSoftware?: {
|
|
2048
|
+
[k: string]: import("./types.js").MittwaldAPIV2.Components.Schemas.AppDesiredSystemSoftware;
|
|
2049
|
+
} | undefined;
|
|
1830
2050
|
updatePolicy: import("./types.js").MittwaldAPIV2.Components.Schemas.AppAppUpdatePolicy;
|
|
1831
2051
|
userInputs: import("./types.js").MittwaldAPIV2.Components.Schemas.AppSavedUserInput[];
|
|
1832
2052
|
};
|
|
@@ -1851,6 +2071,9 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
1851
2071
|
appVersionId: string;
|
|
1852
2072
|
description: string;
|
|
1853
2073
|
installationPath?: string | undefined;
|
|
2074
|
+
systemSoftware?: {
|
|
2075
|
+
[k: string]: import("./types.js").MittwaldAPIV2.Components.Schemas.AppDesiredSystemSoftware;
|
|
2076
|
+
} | undefined;
|
|
1854
2077
|
updatePolicy: import("./types.js").MittwaldAPIV2.Components.Schemas.AppAppUpdatePolicy;
|
|
1855
2078
|
userInputs: import("./types.js").MittwaldAPIV2.Components.Schemas.AppSavedUserInput[];
|
|
1856
2079
|
};
|
|
@@ -5084,6 +5307,53 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5084
5307
|
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5085
5308
|
[x: string]: unknown;
|
|
5086
5309
|
}, 500, "application/json">>>;
|
|
5310
|
+
/** Get a Container Template icon. */
|
|
5311
|
+
getTemplateIcon: (request: {
|
|
5312
|
+
templateId: string;
|
|
5313
|
+
headers?: {
|
|
5314
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
5315
|
+
} | undefined;
|
|
5316
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
5317
|
+
headers?: Partial<{
|
|
5318
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5319
|
+
}>;
|
|
5320
|
+
} & {
|
|
5321
|
+
pathParameters: {
|
|
5322
|
+
templateId: string;
|
|
5323
|
+
};
|
|
5324
|
+
}, import("@mittwald/api-client-commons").Response<string, 200, "application/octet-stream"> | import("@mittwald/api-client-commons").Response<string, 200, "image/jpeg"> | import("@mittwald/api-client-commons").Response<string, 200, "image/png"> | import("@mittwald/api-client-commons").Response<string, 200, "image/svg+xml"> | import("@mittwald/api-client-commons").Response<{
|
|
5325
|
+
[x: string]: unknown;
|
|
5326
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5327
|
+
[x: string]: unknown;
|
|
5328
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5329
|
+
[x: string]: unknown;
|
|
5330
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5331
|
+
[x: string]: unknown;
|
|
5332
|
+
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5333
|
+
[x: string]: unknown;
|
|
5334
|
+
}, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5335
|
+
[x: string]: unknown;
|
|
5336
|
+
}, 503, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
5337
|
+
headers?: Partial<{
|
|
5338
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5339
|
+
}>;
|
|
5340
|
+
} & {
|
|
5341
|
+
pathParameters: {
|
|
5342
|
+
templateId: string;
|
|
5343
|
+
};
|
|
5344
|
+
}, import("@mittwald/api-client-commons").Response<string, 200, "application/octet-stream"> | import("@mittwald/api-client-commons").Response<string, 200, "image/jpeg"> | import("@mittwald/api-client-commons").Response<string, 200, "image/png"> | import("@mittwald/api-client-commons").Response<string, 200, "image/svg+xml"> | import("@mittwald/api-client-commons").Response<{
|
|
5345
|
+
[x: string]: unknown;
|
|
5346
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5347
|
+
[x: string]: unknown;
|
|
5348
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5349
|
+
[x: string]: unknown;
|
|
5350
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5351
|
+
[x: string]: unknown;
|
|
5352
|
+
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5353
|
+
[x: string]: unknown;
|
|
5354
|
+
}, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5355
|
+
[x: string]: unknown;
|
|
5356
|
+
}, 503, "application/json">>>;
|
|
5087
5357
|
/** Get a Container Template by ID. */
|
|
5088
5358
|
getTemplate: (request: {
|
|
5089
5359
|
templateId: string;
|
|
@@ -5100,29 +5370,42 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5100
5370
|
};
|
|
5101
5371
|
}, import("@mittwald/api-client-commons").Response<{
|
|
5102
5372
|
categories: string[];
|
|
5103
|
-
description:
|
|
5104
|
-
de: string;
|
|
5105
|
-
en: string;
|
|
5106
|
-
};
|
|
5373
|
+
description: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerTemplateTranslatedString;
|
|
5107
5374
|
developer: string;
|
|
5108
5375
|
domains?: {
|
|
5109
5376
|
port: string;
|
|
5377
|
+
purpose?: string;
|
|
5110
5378
|
service: string;
|
|
5111
5379
|
userInput: string;
|
|
5112
5380
|
}[] | undefined;
|
|
5113
|
-
|
|
5381
|
+
help?: {
|
|
5382
|
+
alerts?: {
|
|
5383
|
+
content: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerTemplateTranslatedString;
|
|
5384
|
+
heading: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerTemplateTranslatedString;
|
|
5385
|
+
link?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerTemplateTranslatedString;
|
|
5386
|
+
linkText?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerTemplateTranslatedString;
|
|
5387
|
+
status: string;
|
|
5388
|
+
}[];
|
|
5389
|
+
technicalDetails?: {
|
|
5390
|
+
key: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerTemplateTranslatedString;
|
|
5391
|
+
value: string;
|
|
5392
|
+
}[];
|
|
5393
|
+
} | undefined;
|
|
5394
|
+
iconUrl: string;
|
|
5114
5395
|
id: string;
|
|
5115
|
-
license?:
|
|
5396
|
+
license?: {
|
|
5397
|
+
link?: string;
|
|
5398
|
+
name: string;
|
|
5399
|
+
} | undefined;
|
|
5116
5400
|
manifestVersion: string;
|
|
5117
|
-
name:
|
|
5401
|
+
name: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerTemplateTranslatedString;
|
|
5118
5402
|
repository?: string | undefined;
|
|
5119
|
-
|
|
5120
|
-
|
|
5121
|
-
en: string;
|
|
5122
|
-
};
|
|
5403
|
+
supportLink?: string | undefined;
|
|
5404
|
+
tagline: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerTemplateTranslatedString;
|
|
5123
5405
|
userInputs?: {
|
|
5124
5406
|
dataSource?: string;
|
|
5125
5407
|
defaultValue?: string;
|
|
5408
|
+
label?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerTemplateTranslatedString;
|
|
5126
5409
|
name: string;
|
|
5127
5410
|
required: boolean;
|
|
5128
5411
|
validationSchema?: string;
|
|
@@ -5147,29 +5430,42 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5147
5430
|
};
|
|
5148
5431
|
}, import("@mittwald/api-client-commons").Response<{
|
|
5149
5432
|
categories: string[];
|
|
5150
|
-
description:
|
|
5151
|
-
de: string;
|
|
5152
|
-
en: string;
|
|
5153
|
-
};
|
|
5433
|
+
description: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerTemplateTranslatedString;
|
|
5154
5434
|
developer: string;
|
|
5155
5435
|
domains?: {
|
|
5156
5436
|
port: string;
|
|
5437
|
+
purpose?: string;
|
|
5157
5438
|
service: string;
|
|
5158
5439
|
userInput: string;
|
|
5159
5440
|
}[] | undefined;
|
|
5160
|
-
|
|
5441
|
+
help?: {
|
|
5442
|
+
alerts?: {
|
|
5443
|
+
content: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerTemplateTranslatedString;
|
|
5444
|
+
heading: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerTemplateTranslatedString;
|
|
5445
|
+
link?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerTemplateTranslatedString;
|
|
5446
|
+
linkText?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerTemplateTranslatedString;
|
|
5447
|
+
status: string;
|
|
5448
|
+
}[];
|
|
5449
|
+
technicalDetails?: {
|
|
5450
|
+
key: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerTemplateTranslatedString;
|
|
5451
|
+
value: string;
|
|
5452
|
+
}[];
|
|
5453
|
+
} | undefined;
|
|
5454
|
+
iconUrl: string;
|
|
5161
5455
|
id: string;
|
|
5162
|
-
license?:
|
|
5456
|
+
license?: {
|
|
5457
|
+
link?: string;
|
|
5458
|
+
name: string;
|
|
5459
|
+
} | undefined;
|
|
5163
5460
|
manifestVersion: string;
|
|
5164
|
-
name:
|
|
5461
|
+
name: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerTemplateTranslatedString;
|
|
5165
5462
|
repository?: string | undefined;
|
|
5166
|
-
|
|
5167
|
-
|
|
5168
|
-
en: string;
|
|
5169
|
-
};
|
|
5463
|
+
supportLink?: string | undefined;
|
|
5464
|
+
tagline: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerTemplateTranslatedString;
|
|
5170
5465
|
userInputs?: {
|
|
5171
5466
|
dataSource?: string;
|
|
5172
5467
|
defaultValue?: string;
|
|
5468
|
+
label?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerTemplateTranslatedString;
|
|
5173
5469
|
name: string;
|
|
5174
5470
|
required: boolean;
|
|
5175
5471
|
validationSchema?: string;
|
|
@@ -5435,6 +5731,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5435
5731
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
5436
5732
|
category?: string | undefined;
|
|
5437
5733
|
searchTerm?: string | undefined;
|
|
5734
|
+
type?: "component" | "standalone" | undefined;
|
|
5438
5735
|
limit?: number | undefined;
|
|
5439
5736
|
skip?: number | undefined;
|
|
5440
5737
|
page?: number | undefined;
|
|
@@ -5447,6 +5744,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5447
5744
|
queryParameters: {
|
|
5448
5745
|
category?: string | undefined;
|
|
5449
5746
|
searchTerm?: string | undefined;
|
|
5747
|
+
type?: "component" | "standalone" | undefined;
|
|
5450
5748
|
limit?: number | undefined;
|
|
5451
5749
|
skip?: number | undefined;
|
|
5452
5750
|
page?: number | undefined;
|
|
@@ -5467,6 +5765,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5467
5765
|
queryParameters: {
|
|
5468
5766
|
category?: string | undefined;
|
|
5469
5767
|
searchTerm?: string | undefined;
|
|
5768
|
+
type?: "component" | "standalone" | undefined;
|
|
5470
5769
|
limit?: number | undefined;
|
|
5471
5770
|
skip?: number | undefined;
|
|
5472
5771
|
page?: number | undefined;
|
|
@@ -6043,6 +6342,94 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6043
6342
|
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6044
6343
|
[x: string]: unknown;
|
|
6045
6344
|
}, 500, "application/json">>>;
|
|
6345
|
+
/** Get Container Template statistics. */
|
|
6346
|
+
getTemplateStatistics: (request: {
|
|
6347
|
+
templateId: string;
|
|
6348
|
+
headers?: {
|
|
6349
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
6350
|
+
} | undefined;
|
|
6351
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
6352
|
+
headers?: Partial<{
|
|
6353
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6354
|
+
}>;
|
|
6355
|
+
} & {
|
|
6356
|
+
pathParameters: {
|
|
6357
|
+
templateId: string;
|
|
6358
|
+
};
|
|
6359
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
6360
|
+
id: string;
|
|
6361
|
+
installations: number;
|
|
6362
|
+
installations30Days: number;
|
|
6363
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6364
|
+
[x: string]: unknown;
|
|
6365
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6366
|
+
[x: string]: unknown;
|
|
6367
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6368
|
+
[x: string]: unknown;
|
|
6369
|
+
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6370
|
+
[x: string]: unknown;
|
|
6371
|
+
}, 500, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
6372
|
+
headers?: Partial<{
|
|
6373
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6374
|
+
}>;
|
|
6375
|
+
} & {
|
|
6376
|
+
pathParameters: {
|
|
6377
|
+
templateId: string;
|
|
6378
|
+
};
|
|
6379
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
6380
|
+
id: string;
|
|
6381
|
+
installations: number;
|
|
6382
|
+
installations30Days: number;
|
|
6383
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6384
|
+
[x: string]: unknown;
|
|
6385
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6386
|
+
[x: string]: unknown;
|
|
6387
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6388
|
+
[x: string]: unknown;
|
|
6389
|
+
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6390
|
+
[x: string]: unknown;
|
|
6391
|
+
}, 500, "application/json">>>;
|
|
6392
|
+
/** Get Container Template statistics by category. */
|
|
6393
|
+
getTemplateStatisticsByCategory: (request: {
|
|
6394
|
+
category: string;
|
|
6395
|
+
headers?: {
|
|
6396
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
6397
|
+
} | undefined;
|
|
6398
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
6399
|
+
headers?: Partial<{
|
|
6400
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6401
|
+
}>;
|
|
6402
|
+
} & {
|
|
6403
|
+
pathParameters: {
|
|
6404
|
+
category: string;
|
|
6405
|
+
};
|
|
6406
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
6407
|
+
category: string;
|
|
6408
|
+
templates: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerTemplateStatsResponse[];
|
|
6409
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6410
|
+
[x: string]: unknown;
|
|
6411
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6412
|
+
[x: string]: unknown;
|
|
6413
|
+
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6414
|
+
[x: string]: unknown;
|
|
6415
|
+
}, 500, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
6416
|
+
headers?: Partial<{
|
|
6417
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6418
|
+
}>;
|
|
6419
|
+
} & {
|
|
6420
|
+
pathParameters: {
|
|
6421
|
+
category: string;
|
|
6422
|
+
};
|
|
6423
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
6424
|
+
category: string;
|
|
6425
|
+
templates: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerTemplateStatsResponse[];
|
|
6426
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6427
|
+
[x: string]: unknown;
|
|
6428
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6429
|
+
[x: string]: unknown;
|
|
6430
|
+
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6431
|
+
[x: string]: unknown;
|
|
6432
|
+
}, 500, "application/json">>>;
|
|
6046
6433
|
};
|
|
6047
6434
|
/** The contract API allows you to manage your contracts and orders */
|
|
6048
6435
|
readonly contract: {
|
|
@@ -8904,6 +9291,11 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
8904
9291
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
8905
9292
|
extensionId?: string | undefined;
|
|
8906
9293
|
extensionInstanceId?: string | undefined;
|
|
9294
|
+
limit?: number | undefined;
|
|
9295
|
+
skip?: number | undefined;
|
|
9296
|
+
page?: number | undefined;
|
|
9297
|
+
sort?: ("createdAt" | "extensionId" | "parentCustomerId" | "contractPartner.company")[] | undefined;
|
|
9298
|
+
order?: ("asc" | "desc")[] | undefined;
|
|
8907
9299
|
} | undefined;
|
|
8908
9300
|
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
8909
9301
|
headers?: Partial<{
|
|
@@ -8917,6 +9309,11 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
8917
9309
|
queryParameters: {
|
|
8918
9310
|
extensionId?: string | undefined;
|
|
8919
9311
|
extensionInstanceId?: string | undefined;
|
|
9312
|
+
limit?: number | undefined;
|
|
9313
|
+
skip?: number | undefined;
|
|
9314
|
+
page?: number | undefined;
|
|
9315
|
+
sort?: ("createdAt" | "extensionId" | "parentCustomerId" | "contractPartner.company")[] | undefined;
|
|
9316
|
+
order?: ("asc" | "desc")[] | undefined;
|
|
8920
9317
|
} & Partial<{
|
|
8921
9318
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
8922
9319
|
}>;
|
|
@@ -8940,6 +9337,11 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
8940
9337
|
queryParameters: {
|
|
8941
9338
|
extensionId?: string | undefined;
|
|
8942
9339
|
extensionInstanceId?: string | undefined;
|
|
9340
|
+
limit?: number | undefined;
|
|
9341
|
+
skip?: number | undefined;
|
|
9342
|
+
page?: number | undefined;
|
|
9343
|
+
sort?: ("createdAt" | "extensionId" | "parentCustomerId" | "contractPartner.company")[] | undefined;
|
|
9344
|
+
order?: ("asc" | "desc")[] | undefined;
|
|
8943
9345
|
} & Partial<{
|
|
8944
9346
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
8945
9347
|
}>;
|
|
@@ -19678,6 +20080,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
19678
20080
|
certificateId?: string | undefined;
|
|
19679
20081
|
hostnameSubstring?: string | undefined;
|
|
19680
20082
|
appInstallationId?: string | undefined;
|
|
20083
|
+
containerId?: string | undefined;
|
|
19681
20084
|
limit?: number | undefined;
|
|
19682
20085
|
skip?: number | undefined;
|
|
19683
20086
|
page?: number | undefined;
|
|
@@ -19692,6 +20095,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
19692
20095
|
certificateId?: string | undefined;
|
|
19693
20096
|
hostnameSubstring?: string | undefined;
|
|
19694
20097
|
appInstallationId?: string | undefined;
|
|
20098
|
+
containerId?: string | undefined;
|
|
19695
20099
|
limit?: number | undefined;
|
|
19696
20100
|
skip?: number | undefined;
|
|
19697
20101
|
page?: number | undefined;
|
|
@@ -19718,6 +20122,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
19718
20122
|
certificateId?: string | undefined;
|
|
19719
20123
|
hostnameSubstring?: string | undefined;
|
|
19720
20124
|
appInstallationId?: string | undefined;
|
|
20125
|
+
containerId?: string | undefined;
|
|
19721
20126
|
limit?: number | undefined;
|
|
19722
20127
|
skip?: number | undefined;
|
|
19723
20128
|
page?: number | undefined;
|
|
@@ -22610,23 +23015,23 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22610
23015
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
22611
23016
|
[x: string]: unknown;
|
|
22612
23017
|
}, 429, "application/json">>>;
|
|
22613
|
-
/**
|
|
22614
|
-
|
|
23018
|
+
/** Update the description of a DeliveryBox. */
|
|
23019
|
+
updateDeliveryBoxDescription: (request: {
|
|
22615
23020
|
data: {
|
|
22616
|
-
|
|
23021
|
+
description: string;
|
|
22617
23022
|
};
|
|
22618
|
-
|
|
23023
|
+
deliveryBoxId: string;
|
|
22619
23024
|
headers?: {
|
|
22620
23025
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
22621
23026
|
"x-access-token"?: string | undefined;
|
|
22622
23027
|
} | undefined;
|
|
22623
23028
|
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
22624
23029
|
data: {
|
|
22625
|
-
|
|
23030
|
+
description: string;
|
|
22626
23031
|
};
|
|
22627
23032
|
} & {
|
|
22628
23033
|
pathParameters: {
|
|
22629
|
-
|
|
23034
|
+
deliveryBoxId: string;
|
|
22630
23035
|
};
|
|
22631
23036
|
} & {
|
|
22632
23037
|
headers?: Partial<{
|
|
@@ -22652,11 +23057,11 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22652
23057
|
[x: string]: unknown;
|
|
22653
23058
|
}, 503, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
22654
23059
|
data: {
|
|
22655
|
-
|
|
23060
|
+
description: string;
|
|
22656
23061
|
};
|
|
22657
23062
|
} & {
|
|
22658
23063
|
pathParameters: {
|
|
22659
|
-
|
|
23064
|
+
deliveryBoxId: string;
|
|
22660
23065
|
};
|
|
22661
23066
|
} & {
|
|
22662
23067
|
headers?: Partial<{
|
|
@@ -22681,10 +23086,10 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22681
23086
|
}, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
22682
23087
|
[x: string]: unknown;
|
|
22683
23088
|
}, 503, "application/json">>>;
|
|
22684
|
-
/** Update the
|
|
22685
|
-
|
|
23089
|
+
/** Update the password of a DeliveryBox. */
|
|
23090
|
+
updateDeliveryBoxPassword: (request: {
|
|
22686
23091
|
data: {
|
|
22687
|
-
|
|
23092
|
+
password: string;
|
|
22688
23093
|
};
|
|
22689
23094
|
deliveryBoxId: string;
|
|
22690
23095
|
headers?: {
|
|
@@ -22693,7 +23098,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22693
23098
|
} | undefined;
|
|
22694
23099
|
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
22695
23100
|
data: {
|
|
22696
|
-
|
|
23101
|
+
password: string;
|
|
22697
23102
|
};
|
|
22698
23103
|
} & {
|
|
22699
23104
|
pathParameters: {
|
|
@@ -22723,7 +23128,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22723
23128
|
[x: string]: unknown;
|
|
22724
23129
|
}, 503, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
22725
23130
|
data: {
|
|
22726
|
-
|
|
23131
|
+
password: string;
|
|
22727
23132
|
};
|
|
22728
23133
|
} & {
|
|
22729
23134
|
pathParameters: {
|
|
@@ -22752,23 +23157,23 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22752
23157
|
}, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
22753
23158
|
[x: string]: unknown;
|
|
22754
23159
|
}, 503, "application/json">>>;
|
|
22755
|
-
/** Update
|
|
22756
|
-
|
|
23160
|
+
/** Update a MailAddress. */
|
|
23161
|
+
updateMailAddressAddress: (request: {
|
|
22757
23162
|
data: {
|
|
22758
|
-
|
|
23163
|
+
address: string;
|
|
22759
23164
|
};
|
|
22760
|
-
|
|
23165
|
+
mailAddressId: string;
|
|
22761
23166
|
headers?: {
|
|
22762
23167
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
22763
23168
|
"x-access-token"?: string | undefined;
|
|
22764
23169
|
} | undefined;
|
|
22765
23170
|
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
22766
23171
|
data: {
|
|
22767
|
-
|
|
23172
|
+
address: string;
|
|
22768
23173
|
};
|
|
22769
23174
|
} & {
|
|
22770
23175
|
pathParameters: {
|
|
22771
|
-
|
|
23176
|
+
mailAddressId: string;
|
|
22772
23177
|
};
|
|
22773
23178
|
} & {
|
|
22774
23179
|
headers?: Partial<{
|
|
@@ -22794,11 +23199,11 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22794
23199
|
[x: string]: unknown;
|
|
22795
23200
|
}, 503, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
22796
23201
|
data: {
|
|
22797
|
-
|
|
23202
|
+
address: string;
|
|
22798
23203
|
};
|
|
22799
23204
|
} & {
|
|
22800
23205
|
pathParameters: {
|
|
22801
|
-
|
|
23206
|
+
mailAddressId: string;
|
|
22802
23207
|
};
|
|
22803
23208
|
} & {
|
|
22804
23209
|
headers?: Partial<{
|
|
@@ -22823,10 +23228,10 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22823
23228
|
}, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
22824
23229
|
[x: string]: unknown;
|
|
22825
23230
|
}, 503, "application/json">>>;
|
|
22826
|
-
/** Update a MailAddress. */
|
|
22827
|
-
|
|
23231
|
+
/** Update the catch-all of a MailAddress. */
|
|
23232
|
+
updateMailAddressCatchAll: (request: {
|
|
22828
23233
|
data: {
|
|
22829
|
-
|
|
23234
|
+
active: boolean;
|
|
22830
23235
|
};
|
|
22831
23236
|
mailAddressId: string;
|
|
22832
23237
|
headers?: {
|
|
@@ -22835,7 +23240,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22835
23240
|
} | undefined;
|
|
22836
23241
|
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
22837
23242
|
data: {
|
|
22838
|
-
|
|
23243
|
+
active: boolean;
|
|
22839
23244
|
};
|
|
22840
23245
|
} & {
|
|
22841
23246
|
pathParameters: {
|
|
@@ -22865,7 +23270,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22865
23270
|
[x: string]: unknown;
|
|
22866
23271
|
}, 503, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
22867
23272
|
data: {
|
|
22868
|
-
|
|
23273
|
+
active: boolean;
|
|
22869
23274
|
};
|
|
22870
23275
|
} & {
|
|
22871
23276
|
pathParameters: {
|
|
@@ -22894,10 +23299,10 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22894
23299
|
}, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
22895
23300
|
[x: string]: unknown;
|
|
22896
23301
|
}, 503, "application/json">>>;
|
|
22897
|
-
/**
|
|
22898
|
-
|
|
23302
|
+
/** Request a rate limit change for a MailAddress. */
|
|
23303
|
+
requestMailAddressRateLimitChange: (request: {
|
|
22899
23304
|
data: {
|
|
22900
|
-
|
|
23305
|
+
rateLimitId: string;
|
|
22901
23306
|
};
|
|
22902
23307
|
mailAddressId: string;
|
|
22903
23308
|
headers?: {
|
|
@@ -22906,7 +23311,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22906
23311
|
} | undefined;
|
|
22907
23312
|
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
22908
23313
|
data: {
|
|
22909
|
-
|
|
23314
|
+
rateLimitId: string;
|
|
22910
23315
|
};
|
|
22911
23316
|
} & {
|
|
22912
23317
|
pathParameters: {
|
|
@@ -22936,7 +23341,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22936
23341
|
[x: string]: unknown;
|
|
22937
23342
|
}, 503, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
22938
23343
|
data: {
|
|
22939
|
-
|
|
23344
|
+
rateLimitId: string;
|
|
22940
23345
|
};
|
|
22941
23346
|
} & {
|
|
22942
23347
|
pathParameters: {
|
|
@@ -26200,6 +26605,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
26200
26605
|
[x: string]: unknown;
|
|
26201
26606
|
}, 406, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
26202
26607
|
[x: string]: unknown;
|
|
26608
|
+
}, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
26609
|
+
[x: string]: unknown;
|
|
26203
26610
|
}, 422, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
26204
26611
|
[x: string]: unknown;
|
|
26205
26612
|
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
@@ -26234,6 +26641,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
26234
26641
|
[x: string]: unknown;
|
|
26235
26642
|
}, 406, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
26236
26643
|
[x: string]: unknown;
|
|
26644
|
+
}, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
26645
|
+
[x: string]: unknown;
|
|
26237
26646
|
}, 422, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
26238
26647
|
[x: string]: unknown;
|
|
26239
26648
|
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|