@mittwald/api-client 4.452.0 → 4.454.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/esm/generated/v2/client-react.js +12 -4
- package/dist/esm/generated/v2/client.js +16 -4
- package/dist/esm/generated/v2/descriptors.js +48 -12
- package/dist/esm/generated/v3-next/client-react.js +12 -4
- package/dist/esm/generated/v3-next/client.js +16 -4
- package/dist/esm/generated/v3-next/descriptors.js +48 -12
- package/dist/esm/version.js +1 -1
- package/dist/types/generated/v2/client-react.d.ts +97 -27
- package/dist/types/generated/v2/client.d.ts +580 -172
- package/dist/types/generated/v2/descriptors.d.ts +16 -4
- package/dist/types/generated/v2/types.d.ts +547 -140
- package/dist/types/generated/v3-next/client-react.d.ts +97 -27
- package/dist/types/generated/v3-next/client.d.ts +580 -172
- package/dist/types/generated/v3-next/descriptors.d.ts +16 -4
- package/dist/types/generated/v3-next/types.d.ts +547 -140
- package/dist/types/version.d.ts +1 -1
- package/package.json +4 -4
|
@@ -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<{
|
|
@@ -84,6 +100,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
84
100
|
customerCreateKey: (request: {
|
|
85
101
|
data: {
|
|
86
102
|
name: string;
|
|
103
|
+
planId: string;
|
|
87
104
|
createWebuiContainer?: boolean | undefined;
|
|
88
105
|
projectId?: string | undefined;
|
|
89
106
|
};
|
|
@@ -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;
|
|
98
116
|
projectId?: string | undefined;
|
|
99
117
|
};
|
|
100
118
|
} & {
|
|
@@ -113,6 +131,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
113
131
|
keyId: string;
|
|
114
132
|
models: string[];
|
|
115
133
|
name: string;
|
|
134
|
+
planId: string;
|
|
135
|
+
profileId: string;
|
|
116
136
|
projectId?: string | undefined;
|
|
117
137
|
rateLimit: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingRateLimit;
|
|
118
138
|
tokenUsage: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingTokenUsage;
|
|
@@ -132,6 +152,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
132
152
|
data: {
|
|
133
153
|
createWebuiContainer?: boolean | undefined;
|
|
134
154
|
name: string;
|
|
155
|
+
planId: string;
|
|
135
156
|
projectId?: string | undefined;
|
|
136
157
|
};
|
|
137
158
|
} & {
|
|
@@ -150,6 +171,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
150
171
|
keyId: string;
|
|
151
172
|
models: string[];
|
|
152
173
|
name: string;
|
|
174
|
+
planId: string;
|
|
175
|
+
profileId: string;
|
|
153
176
|
projectId?: string | undefined;
|
|
154
177
|
rateLimit: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingRateLimit;
|
|
155
178
|
tokenUsage: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingTokenUsage;
|
|
@@ -190,6 +213,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
190
213
|
keyId: string;
|
|
191
214
|
models: string[];
|
|
192
215
|
name: string;
|
|
216
|
+
planId: string;
|
|
217
|
+
profileId: string;
|
|
193
218
|
projectId?: string | undefined;
|
|
194
219
|
rateLimit: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingRateLimit;
|
|
195
220
|
tokenUsage: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingTokenUsage;
|
|
@@ -218,6 +243,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
218
243
|
keyId: string;
|
|
219
244
|
models: string[];
|
|
220
245
|
name: string;
|
|
246
|
+
planId: string;
|
|
247
|
+
profileId: string;
|
|
221
248
|
projectId?: string | undefined;
|
|
222
249
|
rateLimit: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingRateLimit;
|
|
223
250
|
tokenUsage: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingTokenUsage;
|
|
@@ -265,6 +292,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
265
292
|
keyId: string;
|
|
266
293
|
models: string[];
|
|
267
294
|
name: string;
|
|
295
|
+
planId: string;
|
|
296
|
+
profileId: string;
|
|
268
297
|
projectId?: string | undefined;
|
|
269
298
|
rateLimit: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingRateLimit;
|
|
270
299
|
tokenUsage: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingTokenUsage;
|
|
@@ -303,6 +332,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
303
332
|
keyId: string;
|
|
304
333
|
models: string[];
|
|
305
334
|
name: string;
|
|
335
|
+
planId: string;
|
|
336
|
+
profileId: string;
|
|
306
337
|
projectId?: string | undefined;
|
|
307
338
|
rateLimit: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingRateLimit;
|
|
308
339
|
tokenUsage: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingTokenUsage;
|
|
@@ -408,89 +439,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
408
439
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
409
440
|
[x: string]: unknown;
|
|
410
441
|
}, 429, "application/json">>>;
|
|
411
|
-
/** Get ai hosting plan and usages of a customer. */
|
|
412
|
-
customerGetUsage: (request: {
|
|
413
|
-
customerId: string;
|
|
414
|
-
headers?: {
|
|
415
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
416
|
-
} | undefined;
|
|
417
|
-
queryParameters?: {
|
|
418
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
419
|
-
topUsageCount?: number | undefined;
|
|
420
|
-
} | undefined;
|
|
421
|
-
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
422
|
-
headers?: Partial<{
|
|
423
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
424
|
-
}>;
|
|
425
|
-
} & {
|
|
426
|
-
pathParameters: {
|
|
427
|
-
customerId: string;
|
|
428
|
-
};
|
|
429
|
-
} & {
|
|
430
|
-
queryParameters: {
|
|
431
|
-
topUsageCount?: number | undefined;
|
|
432
|
-
} & Partial<{
|
|
433
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
434
|
-
}>;
|
|
435
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
436
|
-
customerId: string;
|
|
437
|
-
deletedAt?: string | undefined;
|
|
438
|
-
keys: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingPlanUsage;
|
|
439
|
-
modelTermsApprovalRequired: boolean;
|
|
440
|
-
nextTokenReset: string;
|
|
441
|
-
rateLimit: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingRateLimit;
|
|
442
|
-
tokens: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingPlanUsageBig;
|
|
443
|
-
topUsages?: {
|
|
444
|
-
keyId?: string;
|
|
445
|
-
name: string;
|
|
446
|
-
projectId?: string;
|
|
447
|
-
tokenUsed: number;
|
|
448
|
-
}[] | undefined;
|
|
449
|
-
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
450
|
-
[x: string]: unknown;
|
|
451
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
452
|
-
[x: string]: unknown;
|
|
453
|
-
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
454
|
-
[x: string]: unknown;
|
|
455
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
456
|
-
[x: string]: unknown;
|
|
457
|
-
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
458
|
-
headers?: Partial<{
|
|
459
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
460
|
-
}>;
|
|
461
|
-
} & {
|
|
462
|
-
pathParameters: {
|
|
463
|
-
customerId: string;
|
|
464
|
-
};
|
|
465
|
-
} & {
|
|
466
|
-
queryParameters: {
|
|
467
|
-
topUsageCount?: number | undefined;
|
|
468
|
-
} & Partial<{
|
|
469
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
470
|
-
}>;
|
|
471
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
472
|
-
customerId: string;
|
|
473
|
-
deletedAt?: string | undefined;
|
|
474
|
-
keys: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingPlanUsage;
|
|
475
|
-
modelTermsApprovalRequired: boolean;
|
|
476
|
-
nextTokenReset: string;
|
|
477
|
-
rateLimit: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingRateLimit;
|
|
478
|
-
tokens: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingPlanUsageBig;
|
|
479
|
-
topUsages?: {
|
|
480
|
-
keyId?: string;
|
|
481
|
-
name: string;
|
|
482
|
-
projectId?: string;
|
|
483
|
-
tokenUsed: number;
|
|
484
|
-
}[] | undefined;
|
|
485
|
-
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
486
|
-
[x: string]: unknown;
|
|
487
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
488
|
-
[x: string]: unknown;
|
|
489
|
-
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
490
|
-
[x: string]: unknown;
|
|
491
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
492
|
-
[x: string]: unknown;
|
|
493
|
-
}, 429, "application/json">>>;
|
|
494
442
|
/** Get a list of currently active models. */
|
|
495
443
|
getModels: (request?: {
|
|
496
444
|
headers?: {
|
|
@@ -527,6 +475,10 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
527
475
|
headers?: {
|
|
528
476
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
529
477
|
} | undefined;
|
|
478
|
+
queryParameters?: {
|
|
479
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
480
|
+
planId?: string | undefined;
|
|
481
|
+
} | undefined;
|
|
530
482
|
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
531
483
|
headers?: Partial<{
|
|
532
484
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
@@ -535,6 +487,12 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
535
487
|
pathParameters: {
|
|
536
488
|
projectId: string;
|
|
537
489
|
};
|
|
490
|
+
} & {
|
|
491
|
+
queryParameters: {
|
|
492
|
+
planId?: string | undefined;
|
|
493
|
+
} & Partial<{
|
|
494
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
495
|
+
}>;
|
|
538
496
|
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingKey[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
539
497
|
[x: string]: unknown;
|
|
540
498
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
@@ -551,6 +509,12 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
551
509
|
pathParameters: {
|
|
552
510
|
projectId: string;
|
|
553
511
|
};
|
|
512
|
+
} & {
|
|
513
|
+
queryParameters: {
|
|
514
|
+
planId?: string | undefined;
|
|
515
|
+
} & Partial<{
|
|
516
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
517
|
+
}>;
|
|
554
518
|
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingKey[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
555
519
|
[x: string]: unknown;
|
|
556
520
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
@@ -564,6 +528,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
564
528
|
projectCreateKey: (request: {
|
|
565
529
|
data: {
|
|
566
530
|
name: string;
|
|
531
|
+
planId: string;
|
|
567
532
|
createWebuiContainer?: boolean | undefined;
|
|
568
533
|
};
|
|
569
534
|
projectId: string;
|
|
@@ -574,6 +539,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
574
539
|
data: {
|
|
575
540
|
createWebuiContainer?: boolean | undefined;
|
|
576
541
|
name: string;
|
|
542
|
+
planId: string;
|
|
577
543
|
};
|
|
578
544
|
} & {
|
|
579
545
|
pathParameters: {
|
|
@@ -591,6 +557,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
591
557
|
keyId: string;
|
|
592
558
|
models: string[];
|
|
593
559
|
name: string;
|
|
560
|
+
planId: string;
|
|
561
|
+
profileId: string;
|
|
594
562
|
projectId?: string | undefined;
|
|
595
563
|
rateLimit: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingRateLimit;
|
|
596
564
|
tokenUsage: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingTokenUsage;
|
|
@@ -610,6 +578,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
610
578
|
data: {
|
|
611
579
|
createWebuiContainer?: boolean | undefined;
|
|
612
580
|
name: string;
|
|
581
|
+
planId: string;
|
|
613
582
|
};
|
|
614
583
|
} & {
|
|
615
584
|
pathParameters: {
|
|
@@ -627,6 +596,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
627
596
|
keyId: string;
|
|
628
597
|
models: string[];
|
|
629
598
|
name: string;
|
|
599
|
+
planId: string;
|
|
600
|
+
profileId: string;
|
|
630
601
|
projectId?: string | undefined;
|
|
631
602
|
rateLimit: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingRateLimit;
|
|
632
603
|
tokenUsage: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingTokenUsage;
|
|
@@ -667,6 +638,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
667
638
|
keyId: string;
|
|
668
639
|
models: string[];
|
|
669
640
|
name: string;
|
|
641
|
+
planId: string;
|
|
642
|
+
profileId: string;
|
|
670
643
|
projectId?: string | undefined;
|
|
671
644
|
rateLimit: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingRateLimit;
|
|
672
645
|
tokenUsage: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingTokenUsage;
|
|
@@ -695,6 +668,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
695
668
|
keyId: string;
|
|
696
669
|
models: string[];
|
|
697
670
|
name: string;
|
|
671
|
+
planId: string;
|
|
672
|
+
profileId: string;
|
|
698
673
|
projectId?: string | undefined;
|
|
699
674
|
rateLimit: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingRateLimit;
|
|
700
675
|
tokenUsage: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingTokenUsage;
|
|
@@ -740,6 +715,47 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
740
715
|
keyId: string;
|
|
741
716
|
models: string[];
|
|
742
717
|
name: string;
|
|
718
|
+
planId: string;
|
|
719
|
+
profileId: string;
|
|
720
|
+
projectId?: string | undefined;
|
|
721
|
+
rateLimit: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingRateLimit;
|
|
722
|
+
tokenUsage: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingTokenUsage;
|
|
723
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
724
|
+
[x: string]: unknown;
|
|
725
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
726
|
+
[x: string]: unknown;
|
|
727
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
728
|
+
[x: string]: unknown;
|
|
729
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
730
|
+
[x: string]: unknown;
|
|
731
|
+
}, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
732
|
+
[x: string]: unknown;
|
|
733
|
+
}, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
734
|
+
[x: string]: unknown;
|
|
735
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
736
|
+
data: {
|
|
737
|
+
createWebuiContainer?: boolean | undefined;
|
|
738
|
+
name?: string | undefined;
|
|
739
|
+
};
|
|
740
|
+
} & {
|
|
741
|
+
pathParameters: {
|
|
742
|
+
projectId: string;
|
|
743
|
+
keyId: string;
|
|
744
|
+
};
|
|
745
|
+
} & {
|
|
746
|
+
headers?: Partial<{
|
|
747
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
748
|
+
}>;
|
|
749
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
750
|
+
containerMeta?: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingContainerMeta | undefined;
|
|
751
|
+
customerId?: string | undefined;
|
|
752
|
+
isBlocked: boolean;
|
|
753
|
+
key: string;
|
|
754
|
+
keyId: string;
|
|
755
|
+
models: string[];
|
|
756
|
+
name: string;
|
|
757
|
+
planId: string;
|
|
758
|
+
profileId: string;
|
|
743
759
|
projectId?: string | undefined;
|
|
744
760
|
rateLimit: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingRateLimit;
|
|
745
761
|
tokenUsage: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingTokenUsage;
|
|
@@ -751,36 +767,298 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
751
767
|
[x: string]: unknown;
|
|
752
768
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
753
769
|
[x: string]: unknown;
|
|
754
|
-
}, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
755
|
-
[x: string]: unknown;
|
|
756
|
-
}, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
757
|
-
[x: string]: unknown;
|
|
770
|
+
}, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
771
|
+
[x: string]: unknown;
|
|
772
|
+
}, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
773
|
+
[x: string]: unknown;
|
|
774
|
+
}, 429, "application/json">>>;
|
|
775
|
+
/** Delete a key for a project. */
|
|
776
|
+
projectDeleteKey: (request: {
|
|
777
|
+
projectId: string;
|
|
778
|
+
keyId: string;
|
|
779
|
+
headers?: {
|
|
780
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
781
|
+
} | undefined;
|
|
782
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
783
|
+
headers?: Partial<{
|
|
784
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
785
|
+
}>;
|
|
786
|
+
} & {
|
|
787
|
+
pathParameters: {
|
|
788
|
+
projectId: string;
|
|
789
|
+
keyId: string;
|
|
790
|
+
};
|
|
791
|
+
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
792
|
+
[x: string]: unknown;
|
|
793
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
794
|
+
[x: string]: unknown;
|
|
795
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
796
|
+
[x: string]: unknown;
|
|
797
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
798
|
+
[x: string]: unknown;
|
|
799
|
+
}, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
800
|
+
[x: string]: unknown;
|
|
801
|
+
}, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
802
|
+
[x: string]: unknown;
|
|
803
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
804
|
+
headers?: Partial<{
|
|
805
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
806
|
+
}>;
|
|
807
|
+
} & {
|
|
808
|
+
pathParameters: {
|
|
809
|
+
projectId: string;
|
|
810
|
+
keyId: string;
|
|
811
|
+
};
|
|
812
|
+
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
813
|
+
[x: string]: unknown;
|
|
814
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
815
|
+
[x: string]: unknown;
|
|
816
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
817
|
+
[x: string]: unknown;
|
|
818
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
819
|
+
[x: string]: unknown;
|
|
820
|
+
}, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
821
|
+
[x: string]: unknown;
|
|
822
|
+
}, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
823
|
+
[x: string]: unknown;
|
|
824
|
+
}, 429, "application/json">>>;
|
|
825
|
+
/** Get a list of currently active models. */
|
|
826
|
+
projectGetDetailedModels: (request: {
|
|
827
|
+
projectId: string;
|
|
828
|
+
headers?: {
|
|
829
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
830
|
+
} | undefined;
|
|
831
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
832
|
+
headers?: Partial<{
|
|
833
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
834
|
+
}>;
|
|
835
|
+
} & {
|
|
836
|
+
pathParameters: {
|
|
837
|
+
projectId: string;
|
|
838
|
+
};
|
|
839
|
+
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingProjectDetailedModel[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
840
|
+
[x: string]: unknown;
|
|
841
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
842
|
+
[x: string]: unknown;
|
|
843
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
844
|
+
[x: string]: unknown;
|
|
845
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
846
|
+
[x: string]: unknown;
|
|
847
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
848
|
+
headers?: Partial<{
|
|
849
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
850
|
+
}>;
|
|
851
|
+
} & {
|
|
852
|
+
pathParameters: {
|
|
853
|
+
projectId: string;
|
|
854
|
+
};
|
|
855
|
+
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingProjectDetailedModel[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
856
|
+
[x: string]: unknown;
|
|
857
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
858
|
+
[x: string]: unknown;
|
|
859
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
860
|
+
[x: string]: unknown;
|
|
861
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
862
|
+
[x: string]: unknown;
|
|
863
|
+
}, 429, "application/json">>>;
|
|
864
|
+
/** Links a container with a project licence. */
|
|
865
|
+
projectLinkContainer: (request: {
|
|
866
|
+
data: {
|
|
867
|
+
containerId: string;
|
|
868
|
+
ingressId: string;
|
|
869
|
+
stackId: string;
|
|
870
|
+
};
|
|
871
|
+
projectId: string;
|
|
872
|
+
keyId: string;
|
|
873
|
+
headers?: {
|
|
874
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
875
|
+
} | undefined;
|
|
876
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
877
|
+
data: {
|
|
878
|
+
containerId: string;
|
|
879
|
+
ingressId: string;
|
|
880
|
+
stackId: string;
|
|
881
|
+
};
|
|
882
|
+
} & {
|
|
883
|
+
pathParameters: {
|
|
884
|
+
projectId: string;
|
|
885
|
+
keyId: string;
|
|
886
|
+
};
|
|
887
|
+
} & {
|
|
888
|
+
headers?: Partial<{
|
|
889
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
890
|
+
}>;
|
|
891
|
+
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
892
|
+
[x: string]: unknown;
|
|
893
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
894
|
+
[x: string]: unknown;
|
|
895
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
896
|
+
[x: string]: unknown;
|
|
897
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
898
|
+
[x: string]: unknown;
|
|
899
|
+
}, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
900
|
+
[x: string]: unknown;
|
|
901
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
902
|
+
data: {
|
|
903
|
+
containerId: string;
|
|
904
|
+
ingressId: string;
|
|
905
|
+
stackId: string;
|
|
906
|
+
};
|
|
907
|
+
} & {
|
|
908
|
+
pathParameters: {
|
|
909
|
+
projectId: string;
|
|
910
|
+
keyId: string;
|
|
911
|
+
};
|
|
912
|
+
} & {
|
|
913
|
+
headers?: Partial<{
|
|
914
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
915
|
+
}>;
|
|
916
|
+
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
917
|
+
[x: string]: unknown;
|
|
918
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
919
|
+
[x: string]: unknown;
|
|
920
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
921
|
+
[x: string]: unknown;
|
|
922
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
923
|
+
[x: string]: unknown;
|
|
924
|
+
}, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
925
|
+
[x: string]: unknown;
|
|
926
|
+
}, 429, "application/json">>>;
|
|
927
|
+
/** Get ai hosting plan and usages of a customer by planId. */
|
|
928
|
+
customerGetPlan: (request: {
|
|
929
|
+
customerId: string;
|
|
930
|
+
planId: string;
|
|
931
|
+
headers?: {
|
|
932
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
933
|
+
} | undefined;
|
|
934
|
+
queryParameters?: {
|
|
935
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
936
|
+
topUsageCount?: number | undefined;
|
|
937
|
+
} | undefined;
|
|
938
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
939
|
+
headers?: Partial<{
|
|
940
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
941
|
+
}>;
|
|
942
|
+
} & {
|
|
943
|
+
pathParameters: {
|
|
944
|
+
customerId: string;
|
|
945
|
+
planId: string;
|
|
946
|
+
};
|
|
947
|
+
} & {
|
|
948
|
+
queryParameters: {
|
|
949
|
+
topUsageCount?: number | undefined;
|
|
950
|
+
} & Partial<{
|
|
951
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
952
|
+
}>;
|
|
953
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
954
|
+
customerId: string;
|
|
955
|
+
deletedAt?: string | undefined;
|
|
956
|
+
description: string;
|
|
957
|
+
keys: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingPlanUsage;
|
|
958
|
+
modelTermsApprovalRequired: boolean;
|
|
959
|
+
nextTokenReset: string;
|
|
960
|
+
planId: string;
|
|
961
|
+
rateLimit: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingRateLimit;
|
|
962
|
+
tokens: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingPlanUsageBig;
|
|
963
|
+
topUsages?: {
|
|
964
|
+
keyId?: string;
|
|
965
|
+
name: string;
|
|
966
|
+
projectId?: string;
|
|
967
|
+
tokenUsed: number;
|
|
968
|
+
}[] | undefined;
|
|
969
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
970
|
+
[x: string]: unknown;
|
|
971
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
972
|
+
[x: string]: unknown;
|
|
973
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
974
|
+
[x: string]: unknown;
|
|
975
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
976
|
+
[x: string]: unknown;
|
|
977
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
978
|
+
headers?: Partial<{
|
|
979
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
980
|
+
}>;
|
|
981
|
+
} & {
|
|
982
|
+
pathParameters: {
|
|
983
|
+
customerId: string;
|
|
984
|
+
planId: string;
|
|
985
|
+
};
|
|
986
|
+
} & {
|
|
987
|
+
queryParameters: {
|
|
988
|
+
topUsageCount?: number | undefined;
|
|
989
|
+
} & Partial<{
|
|
990
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
991
|
+
}>;
|
|
992
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
993
|
+
customerId: string;
|
|
994
|
+
deletedAt?: string | undefined;
|
|
995
|
+
description: string;
|
|
996
|
+
keys: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingPlanUsage;
|
|
997
|
+
modelTermsApprovalRequired: boolean;
|
|
998
|
+
nextTokenReset: string;
|
|
999
|
+
planId: string;
|
|
1000
|
+
rateLimit: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingRateLimit;
|
|
1001
|
+
tokens: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingPlanUsageBig;
|
|
1002
|
+
topUsages?: {
|
|
1003
|
+
keyId?: string;
|
|
1004
|
+
name: string;
|
|
1005
|
+
projectId?: string;
|
|
1006
|
+
tokenUsed: number;
|
|
1007
|
+
}[] | undefined;
|
|
1008
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1009
|
+
[x: string]: unknown;
|
|
1010
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1011
|
+
[x: string]: unknown;
|
|
1012
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1013
|
+
[x: string]: unknown;
|
|
1014
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1015
|
+
[x: string]: unknown;
|
|
1016
|
+
}, 429, "application/json">>>;
|
|
1017
|
+
/** Renames an AI hosting plan. */
|
|
1018
|
+
customerUpdatePlan: (request: {
|
|
1019
|
+
customerId: string;
|
|
1020
|
+
planId: string;
|
|
1021
|
+
data?: {
|
|
1022
|
+
description?: string | undefined;
|
|
1023
|
+
} | undefined;
|
|
1024
|
+
headers?: {
|
|
1025
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1026
|
+
} | undefined;
|
|
1027
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
1028
|
+
data: {
|
|
1029
|
+
description?: string | undefined;
|
|
1030
|
+
};
|
|
1031
|
+
} & {
|
|
1032
|
+
pathParameters: {
|
|
1033
|
+
customerId: string;
|
|
1034
|
+
planId: string;
|
|
1035
|
+
};
|
|
1036
|
+
} & {
|
|
1037
|
+
headers?: Partial<{
|
|
1038
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
1039
|
+
}>;
|
|
1040
|
+
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
1041
|
+
[x: string]: unknown;
|
|
1042
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1043
|
+
[x: string]: unknown;
|
|
1044
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1045
|
+
[x: string]: unknown;
|
|
1046
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1047
|
+
[x: string]: unknown;
|
|
758
1048
|
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
759
1049
|
data: {
|
|
760
|
-
|
|
761
|
-
name?: string | undefined;
|
|
1050
|
+
description?: string | undefined;
|
|
762
1051
|
};
|
|
763
1052
|
} & {
|
|
764
1053
|
pathParameters: {
|
|
765
|
-
|
|
766
|
-
|
|
1054
|
+
customerId: string;
|
|
1055
|
+
planId: string;
|
|
767
1056
|
};
|
|
768
1057
|
} & {
|
|
769
1058
|
headers?: Partial<{
|
|
770
1059
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
771
1060
|
}>;
|
|
772
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
773
|
-
containerMeta?: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingContainerMeta | undefined;
|
|
774
|
-
customerId?: string | undefined;
|
|
775
|
-
isBlocked: boolean;
|
|
776
|
-
key: string;
|
|
777
|
-
keyId: string;
|
|
778
|
-
models: string[];
|
|
779
|
-
name: string;
|
|
780
|
-
projectId?: string | undefined;
|
|
781
|
-
rateLimit: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingRateLimit;
|
|
782
|
-
tokenUsage: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingTokenUsage;
|
|
783
|
-
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1061
|
+
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
784
1062
|
[x: string]: unknown;
|
|
785
1063
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
786
1064
|
[x: string]: unknown;
|
|
@@ -788,28 +1066,35 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
788
1066
|
[x: string]: unknown;
|
|
789
1067
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
790
1068
|
[x: string]: unknown;
|
|
791
|
-
}, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
792
|
-
[x: string]: unknown;
|
|
793
|
-
}, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
794
|
-
[x: string]: unknown;
|
|
795
1069
|
}, 429, "application/json">>>;
|
|
796
|
-
/**
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
keyId: string;
|
|
1070
|
+
/** Get all ai hosting plans of a customer. */
|
|
1071
|
+
customerGetPlans: (request: {
|
|
1072
|
+
customerId: string;
|
|
800
1073
|
headers?: {
|
|
801
1074
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
802
1075
|
} | undefined;
|
|
1076
|
+
queryParameters?: {
|
|
1077
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1078
|
+
topUsageCount?: number | undefined;
|
|
1079
|
+
} | undefined;
|
|
803
1080
|
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
804
1081
|
headers?: Partial<{
|
|
805
1082
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
806
1083
|
}>;
|
|
807
1084
|
} & {
|
|
808
1085
|
pathParameters: {
|
|
809
|
-
|
|
810
|
-
keyId: string;
|
|
1086
|
+
customerId: string;
|
|
811
1087
|
};
|
|
812
|
-
}
|
|
1088
|
+
} & {
|
|
1089
|
+
queryParameters: {
|
|
1090
|
+
topUsageCount?: number | undefined;
|
|
1091
|
+
} & Partial<{
|
|
1092
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
1093
|
+
}>;
|
|
1094
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
1095
|
+
modelTermsApprovalRequired: boolean;
|
|
1096
|
+
plans: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingCustomerPlan[];
|
|
1097
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
813
1098
|
[x: string]: unknown;
|
|
814
1099
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
815
1100
|
[x: string]: unknown;
|
|
@@ -817,20 +1102,24 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
817
1102
|
[x: string]: unknown;
|
|
818
1103
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
819
1104
|
[x: string]: unknown;
|
|
820
|
-
}, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
821
|
-
[x: string]: unknown;
|
|
822
|
-
}, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
823
|
-
[x: string]: unknown;
|
|
824
1105
|
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
825
1106
|
headers?: Partial<{
|
|
826
1107
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
827
1108
|
}>;
|
|
828
1109
|
} & {
|
|
829
1110
|
pathParameters: {
|
|
830
|
-
|
|
831
|
-
keyId: string;
|
|
1111
|
+
customerId: string;
|
|
832
1112
|
};
|
|
833
|
-
}
|
|
1113
|
+
} & {
|
|
1114
|
+
queryParameters: {
|
|
1115
|
+
topUsageCount?: number | undefined;
|
|
1116
|
+
} & Partial<{
|
|
1117
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
1118
|
+
}>;
|
|
1119
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
1120
|
+
modelTermsApprovalRequired: boolean;
|
|
1121
|
+
plans: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingCustomerPlan[];
|
|
1122
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
834
1123
|
[x: string]: unknown;
|
|
835
1124
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
836
1125
|
[x: string]: unknown;
|
|
@@ -838,14 +1127,10 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
838
1127
|
[x: string]: unknown;
|
|
839
1128
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
840
1129
|
[x: string]: unknown;
|
|
841
|
-
}, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
842
|
-
[x: string]: unknown;
|
|
843
|
-
}, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
844
|
-
[x: string]: unknown;
|
|
845
1130
|
}, 429, "application/json">>>;
|
|
846
|
-
/**
|
|
847
|
-
|
|
848
|
-
|
|
1131
|
+
/** Creates an AI hosting profile and accepts the current model terms. */
|
|
1132
|
+
customerDeclareProfile: (request: {
|
|
1133
|
+
customerId: string;
|
|
849
1134
|
headers?: {
|
|
850
1135
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
851
1136
|
} | undefined;
|
|
@@ -855,9 +1140,9 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
855
1140
|
}>;
|
|
856
1141
|
} & {
|
|
857
1142
|
pathParameters: {
|
|
858
|
-
|
|
1143
|
+
customerId: string;
|
|
859
1144
|
};
|
|
860
|
-
}, import("@mittwald/api-client-commons").Response<
|
|
1145
|
+
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
861
1146
|
[x: string]: unknown;
|
|
862
1147
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
863
1148
|
[x: string]: unknown;
|
|
@@ -871,9 +1156,9 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
871
1156
|
}>;
|
|
872
1157
|
} & {
|
|
873
1158
|
pathParameters: {
|
|
874
|
-
|
|
1159
|
+
customerId: string;
|
|
875
1160
|
};
|
|
876
|
-
}, import("@mittwald/api-client-commons").Response<
|
|
1161
|
+
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
877
1162
|
[x: string]: unknown;
|
|
878
1163
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
879
1164
|
[x: string]: unknown;
|
|
@@ -882,9 +1167,10 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
882
1167
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
883
1168
|
[x: string]: unknown;
|
|
884
1169
|
}, 429, "application/json">>>;
|
|
885
|
-
/** Get ai hosting plan and usages of a project
|
|
886
|
-
|
|
1170
|
+
/** Get ai hosting plan and usages of a project by planId. */
|
|
1171
|
+
projectGetPlan: (request: {
|
|
887
1172
|
projectId: string;
|
|
1173
|
+
planId: string;
|
|
888
1174
|
headers?: {
|
|
889
1175
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
890
1176
|
} | undefined;
|
|
@@ -895,11 +1181,14 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
895
1181
|
} & {
|
|
896
1182
|
pathParameters: {
|
|
897
1183
|
projectId: string;
|
|
1184
|
+
planId: string;
|
|
898
1185
|
};
|
|
899
1186
|
}, import("@mittwald/api-client-commons").Response<{
|
|
1187
|
+
description?: string | undefined;
|
|
900
1188
|
keys: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingPlanUsage;
|
|
901
1189
|
modelTermsApprovalRequired: boolean;
|
|
902
1190
|
nextTokenReset?: string | undefined;
|
|
1191
|
+
planId: string;
|
|
903
1192
|
projectId: string;
|
|
904
1193
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
905
1194
|
[x: string]: unknown;
|
|
@@ -916,11 +1205,14 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
916
1205
|
} & {
|
|
917
1206
|
pathParameters: {
|
|
918
1207
|
projectId: string;
|
|
1208
|
+
planId: string;
|
|
919
1209
|
};
|
|
920
1210
|
}, import("@mittwald/api-client-commons").Response<{
|
|
1211
|
+
description?: string | undefined;
|
|
921
1212
|
keys: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingPlanUsage;
|
|
922
1213
|
modelTermsApprovalRequired: boolean;
|
|
923
1214
|
nextTokenReset?: string | undefined;
|
|
1215
|
+
planId: string;
|
|
924
1216
|
projectId: string;
|
|
925
1217
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
926
1218
|
[x: string]: unknown;
|
|
@@ -931,34 +1223,24 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
931
1223
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
932
1224
|
[x: string]: unknown;
|
|
933
1225
|
}, 429, "application/json">>>;
|
|
934
|
-
/**
|
|
935
|
-
|
|
936
|
-
data: {
|
|
937
|
-
containerId: string;
|
|
938
|
-
ingressId: string;
|
|
939
|
-
stackId: string;
|
|
940
|
-
};
|
|
1226
|
+
/** Get all ai hosting plans and usages of a project. */
|
|
1227
|
+
projectGetPlans: (request: {
|
|
941
1228
|
projectId: string;
|
|
942
|
-
keyId: string;
|
|
943
1229
|
headers?: {
|
|
944
1230
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
945
1231
|
} | undefined;
|
|
946
1232
|
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
stackId: string;
|
|
951
|
-
};
|
|
1233
|
+
headers?: Partial<{
|
|
1234
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
1235
|
+
}>;
|
|
952
1236
|
} & {
|
|
953
1237
|
pathParameters: {
|
|
954
1238
|
projectId: string;
|
|
955
|
-
keyId: string;
|
|
956
1239
|
};
|
|
957
|
-
}
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
1240
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
1241
|
+
modelTermsApprovalRequired: boolean;
|
|
1242
|
+
plans: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingProjectPlan[];
|
|
1243
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
962
1244
|
[x: string]: unknown;
|
|
963
1245
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
964
1246
|
[x: string]: unknown;
|
|
@@ -966,24 +1248,18 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
966
1248
|
[x: string]: unknown;
|
|
967
1249
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
968
1250
|
[x: string]: unknown;
|
|
969
|
-
}, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
970
|
-
[x: string]: unknown;
|
|
971
1251
|
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
stackId: string;
|
|
976
|
-
};
|
|
1252
|
+
headers?: Partial<{
|
|
1253
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
1254
|
+
}>;
|
|
977
1255
|
} & {
|
|
978
1256
|
pathParameters: {
|
|
979
1257
|
projectId: string;
|
|
980
|
-
keyId: string;
|
|
981
1258
|
};
|
|
982
|
-
}
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
1259
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
1260
|
+
modelTermsApprovalRequired: boolean;
|
|
1261
|
+
plans: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingProjectPlan[];
|
|
1262
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
987
1263
|
[x: string]: unknown;
|
|
988
1264
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
989
1265
|
[x: string]: unknown;
|
|
@@ -991,8 +1267,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
991
1267
|
[x: string]: unknown;
|
|
992
1268
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
993
1269
|
[x: string]: unknown;
|
|
994
|
-
}, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
995
|
-
[x: string]: unknown;
|
|
996
1270
|
}, 429, "application/json">>>;
|
|
997
1271
|
};
|
|
998
1272
|
/** The App API allows you to manage your apps within a project, and all the system softwares that are installed as dependencies. */
|
|
@@ -2377,6 +2651,60 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
2377
2651
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
2378
2652
|
[x: string]: unknown;
|
|
2379
2653
|
}, 429, "application/json">>>;
|
|
2654
|
+
/** Get an analysis of the error of an AppInstallation. */
|
|
2655
|
+
getAppinstallationErrorAnalysis: (request: {
|
|
2656
|
+
appInstallationId: string;
|
|
2657
|
+
headers?: {
|
|
2658
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
2659
|
+
"x-access-token"?: string | undefined;
|
|
2660
|
+
} | undefined;
|
|
2661
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
2662
|
+
headers?: Partial<{
|
|
2663
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
2664
|
+
}>;
|
|
2665
|
+
} & {
|
|
2666
|
+
pathParameters: {
|
|
2667
|
+
appInstallationId: string;
|
|
2668
|
+
};
|
|
2669
|
+
} & {
|
|
2670
|
+
headers: {
|
|
2671
|
+
"x-access-token"?: string | undefined;
|
|
2672
|
+
} & Partial<{
|
|
2673
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
2674
|
+
}>;
|
|
2675
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
2676
|
+
recommendation?: string | undefined;
|
|
2677
|
+
summary: string;
|
|
2678
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
2679
|
+
[x: string]: unknown;
|
|
2680
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
2681
|
+
[x: string]: unknown;
|
|
2682
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
2683
|
+
[x: string]: unknown;
|
|
2684
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
2685
|
+
headers?: Partial<{
|
|
2686
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
2687
|
+
}>;
|
|
2688
|
+
} & {
|
|
2689
|
+
pathParameters: {
|
|
2690
|
+
appInstallationId: string;
|
|
2691
|
+
};
|
|
2692
|
+
} & {
|
|
2693
|
+
headers: {
|
|
2694
|
+
"x-access-token"?: string | undefined;
|
|
2695
|
+
} & Partial<{
|
|
2696
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
2697
|
+
}>;
|
|
2698
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
2699
|
+
recommendation?: string | undefined;
|
|
2700
|
+
summary: string;
|
|
2701
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
2702
|
+
[x: string]: unknown;
|
|
2703
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
2704
|
+
[x: string]: unknown;
|
|
2705
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
2706
|
+
[x: string]: unknown;
|
|
2707
|
+
}, 429, "application/json">>>;
|
|
2380
2708
|
};
|
|
2381
2709
|
/** The article API allows you to read article information. */
|
|
2382
2710
|
readonly article: {
|
|
@@ -3461,9 +3789,9 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
3461
3789
|
requestProjectBackupRestore: (request: {
|
|
3462
3790
|
projectBackupId: string;
|
|
3463
3791
|
data?: {
|
|
3464
|
-
databaseRestores?: import("./types.js").MittwaldAPIV2.Components.Schemas.BackupProjectBackupRestoreDatabaseRequest[] | undefined;
|
|
3792
|
+
databaseRestores?: [import("./types.js").MittwaldAPIV2.Components.Schemas.BackupProjectBackupRestoreDatabaseRequest, ...import("./types.js").MittwaldAPIV2.Components.Schemas.BackupProjectBackupRestoreDatabaseRequest[]] | undefined;
|
|
3465
3793
|
pathRestore?: {
|
|
3466
|
-
sourcePaths: string[];
|
|
3794
|
+
sourcePaths: [string, ...string[]];
|
|
3467
3795
|
clearTargetPath?: boolean | undefined;
|
|
3468
3796
|
targetRestorePath?: string | undefined;
|
|
3469
3797
|
} | undefined;
|
|
@@ -3474,7 +3802,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
3474
3802
|
} | undefined;
|
|
3475
3803
|
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
3476
3804
|
data: {
|
|
3477
|
-
databaseRestores?: import("./types.js").MittwaldAPIV2.Components.Schemas.BackupProjectBackupRestoreDatabaseRequest[] | undefined;
|
|
3805
|
+
databaseRestores?: [import("./types.js").MittwaldAPIV2.Components.Schemas.BackupProjectBackupRestoreDatabaseRequest, ...import("./types.js").MittwaldAPIV2.Components.Schemas.BackupProjectBackupRestoreDatabaseRequest[]] | undefined;
|
|
3478
3806
|
pathRestore?: import("./types.js").MittwaldAPIV2.Components.Schemas.BackupProjectBackupRestorePathRequest | undefined;
|
|
3479
3807
|
};
|
|
3480
3808
|
} & {
|
|
@@ -3501,7 +3829,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
3501
3829
|
[x: string]: unknown;
|
|
3502
3830
|
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
3503
3831
|
data: {
|
|
3504
|
-
databaseRestores?: import("./types.js").MittwaldAPIV2.Components.Schemas.BackupProjectBackupRestoreDatabaseRequest[] | undefined;
|
|
3832
|
+
databaseRestores?: [import("./types.js").MittwaldAPIV2.Components.Schemas.BackupProjectBackupRestoreDatabaseRequest, ...import("./types.js").MittwaldAPIV2.Components.Schemas.BackupProjectBackupRestoreDatabaseRequest[]] | undefined;
|
|
3505
3833
|
pathRestore?: import("./types.js").MittwaldAPIV2.Components.Schemas.BackupProjectBackupRestorePathRequest | undefined;
|
|
3506
3834
|
};
|
|
3507
3835
|
} & {
|
|
@@ -6153,6 +6481,71 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6153
6481
|
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6154
6482
|
[x: string]: unknown;
|
|
6155
6483
|
}, 500, "application/json">>>;
|
|
6484
|
+
/** Get an analysis of the logs belonging to a Service. */
|
|
6485
|
+
getServiceLogsAnalysis: (request: {
|
|
6486
|
+
stackId: string;
|
|
6487
|
+
serviceId: string;
|
|
6488
|
+
headers?: {
|
|
6489
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
6490
|
+
"x-access-token"?: string | undefined;
|
|
6491
|
+
} | undefined;
|
|
6492
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
6493
|
+
headers?: Partial<{
|
|
6494
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6495
|
+
}>;
|
|
6496
|
+
} & {
|
|
6497
|
+
pathParameters: {
|
|
6498
|
+
stackId: string;
|
|
6499
|
+
serviceId: string;
|
|
6500
|
+
};
|
|
6501
|
+
} & {
|
|
6502
|
+
headers: {
|
|
6503
|
+
"x-access-token"?: string | undefined;
|
|
6504
|
+
} & Partial<{
|
|
6505
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6506
|
+
}>;
|
|
6507
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
6508
|
+
recommendation?: string | undefined;
|
|
6509
|
+
summary: string;
|
|
6510
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6511
|
+
[x: string]: unknown;
|
|
6512
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6513
|
+
[x: string]: unknown;
|
|
6514
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6515
|
+
[x: string]: unknown;
|
|
6516
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6517
|
+
[x: string]: unknown;
|
|
6518
|
+
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6519
|
+
[x: string]: unknown;
|
|
6520
|
+
}, 500, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
6521
|
+
headers?: Partial<{
|
|
6522
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6523
|
+
}>;
|
|
6524
|
+
} & {
|
|
6525
|
+
pathParameters: {
|
|
6526
|
+
stackId: string;
|
|
6527
|
+
serviceId: string;
|
|
6528
|
+
};
|
|
6529
|
+
} & {
|
|
6530
|
+
headers: {
|
|
6531
|
+
"x-access-token"?: string | undefined;
|
|
6532
|
+
} & Partial<{
|
|
6533
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6534
|
+
}>;
|
|
6535
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
6536
|
+
recommendation?: string | undefined;
|
|
6537
|
+
summary: string;
|
|
6538
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6539
|
+
[x: string]: unknown;
|
|
6540
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6541
|
+
[x: string]: unknown;
|
|
6542
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6543
|
+
[x: string]: unknown;
|
|
6544
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6545
|
+
[x: string]: unknown;
|
|
6546
|
+
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6547
|
+
[x: string]: unknown;
|
|
6548
|
+
}, 500, "application/json">>>;
|
|
6156
6549
|
};
|
|
6157
6550
|
/** The contract API allows you to manage your contracts and orders */
|
|
6158
6551
|
readonly contract: {
|
|
@@ -7251,9 +7644,13 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
7251
7644
|
} | undefined;
|
|
7252
7645
|
queryParameters?: {
|
|
7253
7646
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
7647
|
+
search?: string | undefined;
|
|
7648
|
+
baseArticleNames?: string[] | undefined;
|
|
7254
7649
|
limit?: number | undefined;
|
|
7255
7650
|
skip?: number | undefined;
|
|
7256
7651
|
page?: number | undefined;
|
|
7652
|
+
sort?: "description" | "contractNumber" | undefined;
|
|
7653
|
+
order?: "asc" | "desc" | undefined;
|
|
7257
7654
|
} | undefined;
|
|
7258
7655
|
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
7259
7656
|
headers?: Partial<{
|
|
@@ -7265,9 +7662,13 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
7265
7662
|
};
|
|
7266
7663
|
} & {
|
|
7267
7664
|
queryParameters: {
|
|
7665
|
+
search?: string | undefined;
|
|
7666
|
+
baseArticleNames?: string[] | undefined;
|
|
7268
7667
|
limit?: number | undefined;
|
|
7269
7668
|
skip?: number | undefined;
|
|
7270
7669
|
page?: number | undefined;
|
|
7670
|
+
sort?: "description" | "contractNumber" | undefined;
|
|
7671
|
+
order?: "asc" | "desc" | undefined;
|
|
7271
7672
|
} & Partial<{
|
|
7272
7673
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
7273
7674
|
}>;
|
|
@@ -7293,9 +7694,13 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
7293
7694
|
};
|
|
7294
7695
|
} & {
|
|
7295
7696
|
queryParameters: {
|
|
7697
|
+
search?: string | undefined;
|
|
7698
|
+
baseArticleNames?: string[] | undefined;
|
|
7296
7699
|
limit?: number | undefined;
|
|
7297
7700
|
skip?: number | undefined;
|
|
7298
7701
|
page?: number | undefined;
|
|
7702
|
+
sort?: "description" | "contractNumber" | undefined;
|
|
7703
|
+
order?: "asc" | "desc" | undefined;
|
|
7299
7704
|
} & Partial<{
|
|
7300
7705
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
7301
7706
|
}>;
|
|
@@ -7858,6 +8263,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
7858
8263
|
customerId: string;
|
|
7859
8264
|
monthlyTokens: number;
|
|
7860
8265
|
requestsPerMinute: number;
|
|
8266
|
+
name?: string | undefined;
|
|
7861
8267
|
useFreeTrial?: boolean | undefined;
|
|
7862
8268
|
} | {
|
|
7863
8269
|
description: string;
|
|
@@ -14329,6 +14735,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
14329
14735
|
}, import("@mittwald/api-client-commons").Response<{
|
|
14330
14736
|
message: string;
|
|
14331
14737
|
recommendation?: string | undefined;
|
|
14738
|
+
summary: string;
|
|
14332
14739
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
14333
14740
|
[x: string]: unknown;
|
|
14334
14741
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
@@ -14359,6 +14766,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
14359
14766
|
}, import("@mittwald/api-client-commons").Response<{
|
|
14360
14767
|
message: string;
|
|
14361
14768
|
recommendation?: string | undefined;
|
|
14769
|
+
summary: string;
|
|
14362
14770
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
14363
14771
|
[x: string]: unknown;
|
|
14364
14772
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|