@mittwald/api-client 4.451.0 → 4.453.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 +10 -6
- package/dist/esm/generated/v2/client.js +20 -12
- package/dist/esm/generated/v2/descriptors.js +54 -30
- package/dist/esm/generated/v3-next/client-react.js +10 -6
- package/dist/esm/generated/v3-next/client.js +20 -12
- package/dist/esm/generated/v3-next/descriptors.js +54 -30
- package/dist/esm/version.js +1 -1
- package/dist/types/generated/v2/client-react.d.ts +91 -39
- package/dist/types/generated/v2/client.d.ts +726 -415
- package/dist/types/generated/v2/descriptors.d.ts +23 -15
- package/dist/types/generated/v2/types.d.ts +445 -139
- package/dist/types/generated/v3-next/client-react.d.ts +91 -39
- package/dist/types/generated/v3-next/client.d.ts +726 -415
- package/dist/types/generated/v3-next/descriptors.d.ts +23 -15
- package/dist/types/generated/v3-next/types.d.ts +445 -139
- 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,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
740
715
|
keyId: string;
|
|
741
716
|
models: string[];
|
|
742
717
|
name: string;
|
|
718
|
+
planId: string;
|
|
719
|
+
profileId: string;
|
|
743
720
|
projectId?: string | undefined;
|
|
744
721
|
rateLimit: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingRateLimit;
|
|
745
722
|
tokenUsage: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingTokenUsage;
|
|
@@ -777,6 +754,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
777
754
|
keyId: string;
|
|
778
755
|
models: string[];
|
|
779
756
|
name: string;
|
|
757
|
+
planId: string;
|
|
758
|
+
profileId: string;
|
|
780
759
|
projectId?: string | undefined;
|
|
781
760
|
rateLimit: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingRateLimit;
|
|
782
761
|
tokenUsage: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingTokenUsage;
|
|
@@ -882,25 +861,111 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
882
861
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
883
862
|
[x: string]: unknown;
|
|
884
863
|
}, 429, "application/json">>>;
|
|
885
|
-
/**
|
|
886
|
-
|
|
864
|
+
/** Links a container with a project licence. */
|
|
865
|
+
projectLinkContainer: (request: {
|
|
866
|
+
data: {
|
|
867
|
+
containerId: string;
|
|
868
|
+
ingressId: string;
|
|
869
|
+
stackId: string;
|
|
870
|
+
};
|
|
887
871
|
projectId: string;
|
|
872
|
+
keyId: string;
|
|
888
873
|
headers?: {
|
|
889
874
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
890
875
|
} | undefined;
|
|
891
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
|
+
} & {
|
|
892
888
|
headers?: Partial<{
|
|
893
889
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
894
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
|
+
};
|
|
895
907
|
} & {
|
|
896
908
|
pathParameters: {
|
|
897
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;
|
|
898
946
|
};
|
|
947
|
+
} & {
|
|
948
|
+
queryParameters: {
|
|
949
|
+
topUsageCount?: number | undefined;
|
|
950
|
+
} & Partial<{
|
|
951
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
952
|
+
}>;
|
|
899
953
|
}, import("@mittwald/api-client-commons").Response<{
|
|
954
|
+
customerId: string;
|
|
955
|
+
deletedAt?: string | undefined;
|
|
956
|
+
description: string;
|
|
900
957
|
keys: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingPlanUsage;
|
|
901
958
|
modelTermsApprovalRequired: boolean;
|
|
902
|
-
nextTokenReset
|
|
903
|
-
|
|
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;
|
|
904
969
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
905
970
|
[x: string]: unknown;
|
|
906
971
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
@@ -915,13 +980,31 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
915
980
|
}>;
|
|
916
981
|
} & {
|
|
917
982
|
pathParameters: {
|
|
918
|
-
|
|
983
|
+
customerId: string;
|
|
984
|
+
planId: string;
|
|
919
985
|
};
|
|
986
|
+
} & {
|
|
987
|
+
queryParameters: {
|
|
988
|
+
topUsageCount?: number | undefined;
|
|
989
|
+
} & Partial<{
|
|
990
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
991
|
+
}>;
|
|
920
992
|
}, import("@mittwald/api-client-commons").Response<{
|
|
993
|
+
customerId: string;
|
|
994
|
+
deletedAt?: string | undefined;
|
|
995
|
+
description: string;
|
|
921
996
|
keys: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingPlanUsage;
|
|
922
997
|
modelTermsApprovalRequired: boolean;
|
|
923
|
-
nextTokenReset
|
|
924
|
-
|
|
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;
|
|
925
1008
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
926
1009
|
[x: string]: unknown;
|
|
927
1010
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
@@ -931,28 +1014,24 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
931
1014
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
932
1015
|
[x: string]: unknown;
|
|
933
1016
|
}, 429, "application/json">>>;
|
|
934
|
-
/**
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
};
|
|
941
|
-
projectId: string;
|
|
942
|
-
keyId: string;
|
|
1017
|
+
/** Renames an AI hosting plan. */
|
|
1018
|
+
customerUpdatePlan: (request: {
|
|
1019
|
+
customerId: string;
|
|
1020
|
+
planId: string;
|
|
1021
|
+
data?: {
|
|
1022
|
+
description?: string | undefined;
|
|
1023
|
+
} | undefined;
|
|
943
1024
|
headers?: {
|
|
944
1025
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
945
1026
|
} | undefined;
|
|
946
1027
|
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
947
1028
|
data: {
|
|
948
|
-
|
|
949
|
-
ingressId: string;
|
|
950
|
-
stackId: string;
|
|
1029
|
+
description?: string | undefined;
|
|
951
1030
|
};
|
|
952
1031
|
} & {
|
|
953
1032
|
pathParameters: {
|
|
954
|
-
|
|
955
|
-
|
|
1033
|
+
customerId: string;
|
|
1034
|
+
planId: string;
|
|
956
1035
|
};
|
|
957
1036
|
} & {
|
|
958
1037
|
headers?: Partial<{
|
|
@@ -966,37 +1045,338 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
966
1045
|
[x: string]: unknown;
|
|
967
1046
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
968
1047
|
[x: string]: unknown;
|
|
969
|
-
}, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
970
|
-
[x: string]: unknown;
|
|
971
1048
|
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
972
1049
|
data: {
|
|
973
|
-
|
|
974
|
-
ingressId: string;
|
|
975
|
-
stackId: string;
|
|
1050
|
+
description?: string | undefined;
|
|
976
1051
|
};
|
|
977
1052
|
} & {
|
|
978
1053
|
pathParameters: {
|
|
979
|
-
|
|
980
|
-
|
|
1054
|
+
customerId: string;
|
|
1055
|
+
planId: string;
|
|
1056
|
+
};
|
|
1057
|
+
} & {
|
|
1058
|
+
headers?: Partial<{
|
|
1059
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
1060
|
+
}>;
|
|
1061
|
+
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
1062
|
+
[x: string]: unknown;
|
|
1063
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1064
|
+
[x: string]: unknown;
|
|
1065
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1066
|
+
[x: string]: unknown;
|
|
1067
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1068
|
+
[x: string]: unknown;
|
|
1069
|
+
}, 429, "application/json">>>;
|
|
1070
|
+
/** Get all ai hosting plans of a customer. */
|
|
1071
|
+
customerGetPlans: (request: {
|
|
1072
|
+
customerId: string;
|
|
1073
|
+
headers?: {
|
|
1074
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1075
|
+
} | undefined;
|
|
1076
|
+
queryParameters?: {
|
|
1077
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1078
|
+
topUsageCount?: number | undefined;
|
|
1079
|
+
} | undefined;
|
|
1080
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
1081
|
+
headers?: Partial<{
|
|
1082
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
1083
|
+
}>;
|
|
1084
|
+
} & {
|
|
1085
|
+
pathParameters: {
|
|
1086
|
+
customerId: string;
|
|
1087
|
+
};
|
|
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<{
|
|
1098
|
+
[x: string]: unknown;
|
|
1099
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1100
|
+
[x: string]: unknown;
|
|
1101
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1102
|
+
[x: string]: unknown;
|
|
1103
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1104
|
+
[x: string]: unknown;
|
|
1105
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
1106
|
+
headers?: Partial<{
|
|
1107
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
1108
|
+
}>;
|
|
1109
|
+
} & {
|
|
1110
|
+
pathParameters: {
|
|
1111
|
+
customerId: string;
|
|
1112
|
+
};
|
|
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<{
|
|
1123
|
+
[x: string]: unknown;
|
|
1124
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1125
|
+
[x: string]: unknown;
|
|
1126
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1127
|
+
[x: string]: unknown;
|
|
1128
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1129
|
+
[x: string]: unknown;
|
|
1130
|
+
}, 429, "application/json">>>;
|
|
1131
|
+
/** Creates an AI hosting profile and accepts the current model terms. */
|
|
1132
|
+
customerDeclareProfile: (request: {
|
|
1133
|
+
customerId: string;
|
|
1134
|
+
headers?: {
|
|
1135
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1136
|
+
} | undefined;
|
|
1137
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
1138
|
+
headers?: Partial<{
|
|
1139
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
1140
|
+
}>;
|
|
1141
|
+
} & {
|
|
1142
|
+
pathParameters: {
|
|
1143
|
+
customerId: string;
|
|
1144
|
+
};
|
|
1145
|
+
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
1146
|
+
[x: string]: unknown;
|
|
1147
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1148
|
+
[x: string]: unknown;
|
|
1149
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1150
|
+
[x: string]: unknown;
|
|
1151
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1152
|
+
[x: string]: unknown;
|
|
1153
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
1154
|
+
headers?: Partial<{
|
|
1155
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
1156
|
+
}>;
|
|
1157
|
+
} & {
|
|
1158
|
+
pathParameters: {
|
|
1159
|
+
customerId: string;
|
|
1160
|
+
};
|
|
1161
|
+
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
1162
|
+
[x: string]: unknown;
|
|
1163
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1164
|
+
[x: string]: unknown;
|
|
1165
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1166
|
+
[x: string]: unknown;
|
|
1167
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1168
|
+
[x: string]: unknown;
|
|
1169
|
+
}, 429, "application/json">>>;
|
|
1170
|
+
/** Get ai hosting plan and usages of a project by planId. */
|
|
1171
|
+
projectGetPlan: (request: {
|
|
1172
|
+
projectId: string;
|
|
1173
|
+
planId: string;
|
|
1174
|
+
headers?: {
|
|
1175
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1176
|
+
} | undefined;
|
|
1177
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
1178
|
+
headers?: Partial<{
|
|
1179
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
1180
|
+
}>;
|
|
1181
|
+
} & {
|
|
1182
|
+
pathParameters: {
|
|
1183
|
+
projectId: string;
|
|
1184
|
+
planId: string;
|
|
1185
|
+
};
|
|
1186
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
1187
|
+
description?: string | undefined;
|
|
1188
|
+
keys: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingPlanUsage;
|
|
1189
|
+
modelTermsApprovalRequired: boolean;
|
|
1190
|
+
nextTokenReset?: string | undefined;
|
|
1191
|
+
planId: string;
|
|
1192
|
+
projectId: string;
|
|
1193
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1194
|
+
[x: string]: unknown;
|
|
1195
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1196
|
+
[x: string]: unknown;
|
|
1197
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1198
|
+
[x: string]: unknown;
|
|
1199
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1200
|
+
[x: string]: unknown;
|
|
1201
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
1202
|
+
headers?: Partial<{
|
|
1203
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
1204
|
+
}>;
|
|
1205
|
+
} & {
|
|
1206
|
+
pathParameters: {
|
|
1207
|
+
projectId: string;
|
|
1208
|
+
planId: string;
|
|
1209
|
+
};
|
|
1210
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
1211
|
+
description?: string | undefined;
|
|
1212
|
+
keys: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingPlanUsage;
|
|
1213
|
+
modelTermsApprovalRequired: boolean;
|
|
1214
|
+
nextTokenReset?: string | undefined;
|
|
1215
|
+
planId: string;
|
|
1216
|
+
projectId: string;
|
|
1217
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1218
|
+
[x: string]: unknown;
|
|
1219
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1220
|
+
[x: string]: unknown;
|
|
1221
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1222
|
+
[x: string]: unknown;
|
|
1223
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1224
|
+
[x: string]: unknown;
|
|
1225
|
+
}, 429, "application/json">>>;
|
|
1226
|
+
/** Get all ai hosting plans and usages of a project. */
|
|
1227
|
+
projectGetPlans: (request: {
|
|
1228
|
+
projectId: string;
|
|
1229
|
+
headers?: {
|
|
1230
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1231
|
+
} | undefined;
|
|
1232
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
1233
|
+
headers?: Partial<{
|
|
1234
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
1235
|
+
}>;
|
|
1236
|
+
} & {
|
|
1237
|
+
pathParameters: {
|
|
1238
|
+
projectId: string;
|
|
1239
|
+
};
|
|
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<{
|
|
1244
|
+
[x: string]: unknown;
|
|
1245
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1246
|
+
[x: string]: unknown;
|
|
1247
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1248
|
+
[x: string]: unknown;
|
|
1249
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1250
|
+
[x: string]: unknown;
|
|
1251
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
1252
|
+
headers?: Partial<{
|
|
1253
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
1254
|
+
}>;
|
|
1255
|
+
} & {
|
|
1256
|
+
pathParameters: {
|
|
1257
|
+
projectId: string;
|
|
1258
|
+
};
|
|
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<{
|
|
1263
|
+
[x: string]: unknown;
|
|
1264
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1265
|
+
[x: string]: unknown;
|
|
1266
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1267
|
+
[x: string]: unknown;
|
|
1268
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1269
|
+
[x: string]: unknown;
|
|
1270
|
+
}, 429, "application/json">>>;
|
|
1271
|
+
};
|
|
1272
|
+
/** The App API allows you to manage your apps within a project, and all the system softwares that are installed as dependencies. */
|
|
1273
|
+
readonly app: {
|
|
1274
|
+
/** Detach a staging AppInstallation from its source. */
|
|
1275
|
+
detachAppinstallationStaging: (request: {
|
|
1276
|
+
data: {
|
|
1277
|
+
description: string;
|
|
1278
|
+
};
|
|
1279
|
+
appInstallationId: string;
|
|
1280
|
+
headers?: {
|
|
1281
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1282
|
+
} | undefined;
|
|
1283
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
1284
|
+
data: {
|
|
1285
|
+
description: string;
|
|
1286
|
+
};
|
|
1287
|
+
} & {
|
|
1288
|
+
pathParameters: {
|
|
1289
|
+
appInstallationId: string;
|
|
1290
|
+
};
|
|
1291
|
+
} & {
|
|
1292
|
+
headers?: Partial<{
|
|
1293
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
1294
|
+
}>;
|
|
1295
|
+
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
1296
|
+
[x: string]: unknown;
|
|
1297
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1298
|
+
[x: string]: unknown;
|
|
1299
|
+
}, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1300
|
+
[x: string]: unknown;
|
|
1301
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
1302
|
+
data: {
|
|
1303
|
+
description: string;
|
|
1304
|
+
};
|
|
1305
|
+
} & {
|
|
1306
|
+
pathParameters: {
|
|
1307
|
+
appInstallationId: string;
|
|
1308
|
+
};
|
|
1309
|
+
} & {
|
|
1310
|
+
headers?: Partial<{
|
|
1311
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
1312
|
+
}>;
|
|
1313
|
+
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
1314
|
+
[x: string]: unknown;
|
|
1315
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1316
|
+
[x: string]: unknown;
|
|
1317
|
+
}, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1318
|
+
[x: string]: unknown;
|
|
1319
|
+
}, 429, "application/json">>>;
|
|
1320
|
+
/** Get the installed `SystemSoftware' for a specific `AppInstallation`. */
|
|
1321
|
+
getAppInstallationSystemSoftware: (request: {
|
|
1322
|
+
appInstallationId: string;
|
|
1323
|
+
headers?: {
|
|
1324
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1325
|
+
"x-access-token"?: string | undefined;
|
|
1326
|
+
} | undefined;
|
|
1327
|
+
queryParameters?: {
|
|
1328
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1329
|
+
tagFilter?: string | undefined;
|
|
1330
|
+
} | undefined;
|
|
1331
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
1332
|
+
headers?: Partial<{
|
|
1333
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
1334
|
+
}>;
|
|
1335
|
+
} & {
|
|
1336
|
+
pathParameters: {
|
|
1337
|
+
appInstallationId: string;
|
|
1338
|
+
};
|
|
1339
|
+
} & {
|
|
1340
|
+
queryParameters: {
|
|
1341
|
+
tagFilter?: string | undefined;
|
|
1342
|
+
} & Partial<{
|
|
1343
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
1344
|
+
}>;
|
|
1345
|
+
} & {
|
|
1346
|
+
headers: {
|
|
1347
|
+
"x-access-token"?: string | undefined;
|
|
1348
|
+
} & Partial<{
|
|
1349
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
1350
|
+
}>;
|
|
1351
|
+
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.AppSystemSoftware[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1352
|
+
[x: string]: unknown;
|
|
1353
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1354
|
+
[x: string]: unknown;
|
|
1355
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
1356
|
+
headers?: Partial<{
|
|
1357
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
1358
|
+
}>;
|
|
1359
|
+
} & {
|
|
1360
|
+
pathParameters: {
|
|
1361
|
+
appInstallationId: string;
|
|
981
1362
|
};
|
|
982
1363
|
} & {
|
|
983
|
-
|
|
1364
|
+
queryParameters: {
|
|
1365
|
+
tagFilter?: string | undefined;
|
|
1366
|
+
} & Partial<{
|
|
984
1367
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
985
1368
|
}>;
|
|
986
|
-
}
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
1369
|
+
} & {
|
|
1370
|
+
headers: {
|
|
1371
|
+
"x-access-token"?: string | undefined;
|
|
1372
|
+
} & Partial<{
|
|
1373
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
1374
|
+
}>;
|
|
1375
|
+
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.AppSystemSoftware[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
991
1376
|
[x: string]: unknown;
|
|
992
1377
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
993
1378
|
[x: string]: unknown;
|
|
994
|
-
}, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
995
|
-
[x: string]: unknown;
|
|
996
1379
|
}, 429, "application/json">>>;
|
|
997
|
-
};
|
|
998
|
-
/** The App API allows you to manage your apps within a project, and all the system softwares that are installed as dependencies. */
|
|
999
|
-
readonly app: {
|
|
1000
1380
|
/** Get an App. */
|
|
1001
1381
|
getApp: (request: {
|
|
1002
1382
|
appId: string;
|
|
@@ -1077,6 +1457,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
1077
1457
|
appId: string;
|
|
1078
1458
|
appName: string;
|
|
1079
1459
|
appVersion: import("./types.js").MittwaldAPIV2.Components.Schemas.AppVersionStatus;
|
|
1460
|
+
autoUpdatesActivated?: boolean | undefined;
|
|
1080
1461
|
createdAt: string;
|
|
1081
1462
|
customDocumentRoot?: string | undefined;
|
|
1082
1463
|
deletionRequested?: boolean | undefined;
|
|
@@ -1129,6 +1510,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
1129
1510
|
appId: string;
|
|
1130
1511
|
appName: string;
|
|
1131
1512
|
appVersion: import("./types.js").MittwaldAPIV2.Components.Schemas.AppVersionStatus;
|
|
1513
|
+
autoUpdatesActivated?: boolean | undefined;
|
|
1132
1514
|
createdAt: string;
|
|
1133
1515
|
customDocumentRoot?: string | undefined;
|
|
1134
1516
|
deletionRequested?: boolean | undefined;
|
|
@@ -1907,260 +2289,54 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
1907
2289
|
} & {
|
|
1908
2290
|
queryParameters: {
|
|
1909
2291
|
limit?: number | undefined;
|
|
1910
|
-
skip?: number | undefined;
|
|
1911
|
-
page?: number | undefined;
|
|
1912
|
-
} & Partial<{
|
|
1913
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
1914
|
-
}>;
|
|
1915
|
-
} & {
|
|
1916
|
-
headers: {
|
|
1917
|
-
"x-access-token"?: string | undefined;
|
|
1918
|
-
} & Partial<{
|
|
1919
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
1920
|
-
}>;
|
|
1921
|
-
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.AppSystemSoftware[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1922
|
-
[x: string]: unknown;
|
|
1923
|
-
}, 429, "application/json">>>;
|
|
1924
|
-
/** List SystemSoftwareVersions belonging to a SystemSoftware. */
|
|
1925
|
-
listSystemsoftwareversions: (request: {
|
|
1926
|
-
systemSoftwareId: string;
|
|
1927
|
-
headers?: {
|
|
1928
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1929
|
-
"x-access-token"?: string | undefined;
|
|
1930
|
-
} | undefined;
|
|
1931
|
-
queryParameters?: {
|
|
1932
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1933
|
-
versionRange?: string | undefined;
|
|
1934
|
-
recommended?: boolean | undefined;
|
|
1935
|
-
} | undefined;
|
|
1936
|
-
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
1937
|
-
headers?: Partial<{
|
|
1938
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
1939
|
-
}>;
|
|
1940
|
-
} & {
|
|
1941
|
-
pathParameters: {
|
|
1942
|
-
systemSoftwareId: string;
|
|
1943
|
-
};
|
|
1944
|
-
} & {
|
|
1945
|
-
queryParameters: {
|
|
1946
|
-
versionRange?: string | undefined;
|
|
1947
|
-
recommended?: boolean | undefined;
|
|
1948
|
-
} & Partial<{
|
|
1949
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
1950
|
-
}>;
|
|
1951
|
-
} & {
|
|
1952
|
-
headers: {
|
|
1953
|
-
"x-access-token"?: string | undefined;
|
|
1954
|
-
} & Partial<{
|
|
1955
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
1956
|
-
}>;
|
|
1957
|
-
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.AppSystemSoftwareVersion[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1958
|
-
[x: string]: unknown;
|
|
1959
|
-
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
1960
|
-
headers?: Partial<{
|
|
1961
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
1962
|
-
}>;
|
|
1963
|
-
} & {
|
|
1964
|
-
pathParameters: {
|
|
1965
|
-
systemSoftwareId: string;
|
|
1966
|
-
};
|
|
1967
|
-
} & {
|
|
1968
|
-
queryParameters: {
|
|
1969
|
-
versionRange?: string | undefined;
|
|
1970
|
-
recommended?: boolean | undefined;
|
|
1971
|
-
} & Partial<{
|
|
1972
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
1973
|
-
}>;
|
|
1974
|
-
} & {
|
|
1975
|
-
headers: {
|
|
1976
|
-
"x-access-token"?: string | undefined;
|
|
1977
|
-
} & Partial<{
|
|
1978
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
1979
|
-
}>;
|
|
1980
|
-
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.AppSystemSoftwareVersion[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1981
|
-
[x: string]: unknown;
|
|
1982
|
-
}, 429, "application/json">>>;
|
|
1983
|
-
/** List update candidates belonging to an AppVersion. */
|
|
1984
|
-
listUpdateCandidatesForAppversion: (request: {
|
|
1985
|
-
appId: string;
|
|
1986
|
-
baseAppVersionId: string;
|
|
1987
|
-
headers?: {
|
|
1988
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1989
|
-
"x-access-token"?: string | undefined;
|
|
1990
|
-
} | undefined;
|
|
1991
|
-
queryParameters?: {
|
|
1992
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1993
|
-
onlyRecommended?: boolean | undefined;
|
|
1994
|
-
} | undefined;
|
|
1995
|
-
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
1996
|
-
headers?: Partial<{
|
|
1997
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
1998
|
-
}>;
|
|
1999
|
-
} & {
|
|
2000
|
-
pathParameters: {
|
|
2001
|
-
appId: string;
|
|
2002
|
-
baseAppVersionId: string;
|
|
2003
|
-
};
|
|
2004
|
-
} & {
|
|
2005
|
-
queryParameters: {
|
|
2006
|
-
onlyRecommended?: boolean | undefined;
|
|
2007
|
-
} & Partial<{
|
|
2008
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
2009
|
-
}>;
|
|
2010
|
-
} & {
|
|
2011
|
-
headers: {
|
|
2012
|
-
"x-access-token"?: string | undefined;
|
|
2013
|
-
} & Partial<{
|
|
2014
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
2015
|
-
}>;
|
|
2016
|
-
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.AppAppVersion[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
2017
|
-
[x: string]: unknown;
|
|
2018
|
-
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
2019
|
-
headers?: Partial<{
|
|
2020
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
2021
|
-
}>;
|
|
2022
|
-
} & {
|
|
2023
|
-
pathParameters: {
|
|
2024
|
-
appId: string;
|
|
2025
|
-
baseAppVersionId: string;
|
|
2026
|
-
};
|
|
2027
|
-
} & {
|
|
2028
|
-
queryParameters: {
|
|
2029
|
-
onlyRecommended?: boolean | undefined;
|
|
2030
|
-
} & Partial<{
|
|
2031
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
2032
|
-
}>;
|
|
2033
|
-
} & {
|
|
2034
|
-
headers: {
|
|
2035
|
-
"x-access-token"?: string | undefined;
|
|
2036
|
-
} & Partial<{
|
|
2037
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
2038
|
-
}>;
|
|
2039
|
-
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.AppAppVersion[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
2040
|
-
[x: string]: unknown;
|
|
2041
|
-
}, 429, "application/json">>>;
|
|
2042
|
-
/** Request a copy of an AppInstallation. */
|
|
2043
|
-
requestAppinstallationCopy: (request: {
|
|
2044
|
-
data: {
|
|
2045
|
-
description: string;
|
|
2046
|
-
domain?: string | undefined;
|
|
2047
|
-
installationPath?: string | undefined;
|
|
2048
|
-
targetProjectId?: string | undefined;
|
|
2049
|
-
};
|
|
2050
|
-
appInstallationId: string;
|
|
2051
|
-
headers?: {
|
|
2052
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
2053
|
-
} | undefined;
|
|
2054
|
-
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
2055
|
-
data: {
|
|
2056
|
-
description: string;
|
|
2057
|
-
domain?: string | undefined;
|
|
2058
|
-
installationPath?: string | undefined;
|
|
2059
|
-
targetProjectId?: string | undefined;
|
|
2060
|
-
};
|
|
2061
|
-
} & {
|
|
2062
|
-
pathParameters: {
|
|
2063
|
-
appInstallationId: string;
|
|
2064
|
-
};
|
|
2065
|
-
} & {
|
|
2066
|
-
headers?: Partial<{
|
|
2067
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
2068
|
-
}>;
|
|
2069
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
2070
|
-
id: string;
|
|
2071
|
-
}, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
2072
|
-
[x: string]: unknown;
|
|
2073
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
2074
|
-
[x: string]: unknown;
|
|
2075
|
-
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
2076
|
-
data: {
|
|
2077
|
-
description: string;
|
|
2078
|
-
domain?: string | undefined;
|
|
2079
|
-
installationPath?: string | undefined;
|
|
2080
|
-
targetProjectId?: string | undefined;
|
|
2081
|
-
};
|
|
2082
|
-
} & {
|
|
2083
|
-
pathParameters: {
|
|
2084
|
-
appInstallationId: string;
|
|
2085
|
-
};
|
|
2086
|
-
} & {
|
|
2087
|
-
headers?: Partial<{
|
|
2088
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
2089
|
-
}>;
|
|
2090
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
2091
|
-
id: string;
|
|
2092
|
-
}, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
2093
|
-
[x: string]: unknown;
|
|
2094
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
2095
|
-
[x: string]: unknown;
|
|
2096
|
-
}, 429, "application/json">>>;
|
|
2097
|
-
/** Get runtime status belonging to an AppInstallation. */
|
|
2098
|
-
retrieveStatus: (request: {
|
|
2099
|
-
appInstallationId: string;
|
|
2100
|
-
headers?: {
|
|
2101
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
2102
|
-
} | undefined;
|
|
2103
|
-
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
2104
|
-
headers?: Partial<{
|
|
2105
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
2106
|
-
}>;
|
|
2107
|
-
} & {
|
|
2108
|
-
pathParameters: {
|
|
2109
|
-
appInstallationId: string;
|
|
2110
|
-
};
|
|
2111
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
2112
|
-
lastExitCode?: number | undefined;
|
|
2113
|
-
logFileLocation: string;
|
|
2114
|
-
state: "running" | "stopped" | "exited";
|
|
2115
|
-
uptimeSeconds?: number | undefined;
|
|
2116
|
-
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
2117
|
-
[x: string]: unknown;
|
|
2118
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
2119
|
-
[x: string]: unknown;
|
|
2120
|
-
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
2121
|
-
headers?: Partial<{
|
|
2122
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
2123
|
-
}>;
|
|
2124
|
-
} & {
|
|
2125
|
-
pathParameters: {
|
|
2126
|
-
appInstallationId: string;
|
|
2127
|
-
};
|
|
2128
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
2129
|
-
lastExitCode?: number | undefined;
|
|
2130
|
-
logFileLocation: string;
|
|
2131
|
-
state: "running" | "stopped" | "exited";
|
|
2132
|
-
uptimeSeconds?: number | undefined;
|
|
2133
|
-
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
2134
|
-
[x: string]: unknown;
|
|
2135
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
2292
|
+
skip?: number | undefined;
|
|
2293
|
+
page?: number | undefined;
|
|
2294
|
+
} & Partial<{
|
|
2295
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
2296
|
+
}>;
|
|
2297
|
+
} & {
|
|
2298
|
+
headers: {
|
|
2299
|
+
"x-access-token"?: string | undefined;
|
|
2300
|
+
} & Partial<{
|
|
2301
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
2302
|
+
}>;
|
|
2303
|
+
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.AppSystemSoftware[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
2136
2304
|
[x: string]: unknown;
|
|
2137
2305
|
}, 429, "application/json">>>;
|
|
2138
|
-
/**
|
|
2139
|
-
|
|
2140
|
-
|
|
2141
|
-
databaseId: string;
|
|
2306
|
+
/** List SystemSoftwareVersions belonging to a SystemSoftware. */
|
|
2307
|
+
listSystemsoftwareversions: (request: {
|
|
2308
|
+
systemSoftwareId: string;
|
|
2142
2309
|
headers?: {
|
|
2143
2310
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
2144
2311
|
"x-access-token"?: string | undefined;
|
|
2145
2312
|
} | undefined;
|
|
2313
|
+
queryParameters?: {
|
|
2314
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
2315
|
+
versionRange?: string | undefined;
|
|
2316
|
+
recommended?: boolean | undefined;
|
|
2317
|
+
} | undefined;
|
|
2146
2318
|
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
2147
2319
|
headers?: Partial<{
|
|
2148
2320
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
2149
2321
|
}>;
|
|
2150
2322
|
} & {
|
|
2151
2323
|
pathParameters: {
|
|
2152
|
-
|
|
2153
|
-
databaseId: string;
|
|
2324
|
+
systemSoftwareId: string;
|
|
2154
2325
|
};
|
|
2326
|
+
} & {
|
|
2327
|
+
queryParameters: {
|
|
2328
|
+
versionRange?: string | undefined;
|
|
2329
|
+
recommended?: boolean | undefined;
|
|
2330
|
+
} & Partial<{
|
|
2331
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
2332
|
+
}>;
|
|
2155
2333
|
} & {
|
|
2156
2334
|
headers: {
|
|
2157
2335
|
"x-access-token"?: string | undefined;
|
|
2158
2336
|
} & Partial<{
|
|
2159
2337
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
2160
2338
|
}>;
|
|
2161
|
-
}, import("@mittwald/api-client-commons").Response<
|
|
2162
|
-
[x: string]: unknown;
|
|
2163
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
2339
|
+
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.AppSystemSoftwareVersion[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
2164
2340
|
[x: string]: unknown;
|
|
2165
2341
|
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
2166
2342
|
headers?: Partial<{
|
|
@@ -2168,30 +2344,35 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
2168
2344
|
}>;
|
|
2169
2345
|
} & {
|
|
2170
2346
|
pathParameters: {
|
|
2171
|
-
|
|
2172
|
-
databaseId: string;
|
|
2347
|
+
systemSoftwareId: string;
|
|
2173
2348
|
};
|
|
2349
|
+
} & {
|
|
2350
|
+
queryParameters: {
|
|
2351
|
+
versionRange?: string | undefined;
|
|
2352
|
+
recommended?: boolean | undefined;
|
|
2353
|
+
} & Partial<{
|
|
2354
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
2355
|
+
}>;
|
|
2174
2356
|
} & {
|
|
2175
2357
|
headers: {
|
|
2176
2358
|
"x-access-token"?: string | undefined;
|
|
2177
2359
|
} & Partial<{
|
|
2178
2360
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
2179
2361
|
}>;
|
|
2180
|
-
}, import("@mittwald/api-client-commons").Response<
|
|
2181
|
-
[x: string]: unknown;
|
|
2182
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
2362
|
+
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.AppSystemSoftwareVersion[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
2183
2363
|
[x: string]: unknown;
|
|
2184
2364
|
}, 429, "application/json">>>;
|
|
2185
|
-
/**
|
|
2186
|
-
|
|
2187
|
-
|
|
2365
|
+
/** List update candidates belonging to an AppVersion. */
|
|
2366
|
+
listUpdateCandidatesForAppversion: (request: {
|
|
2367
|
+
appId: string;
|
|
2368
|
+
baseAppVersionId: string;
|
|
2188
2369
|
headers?: {
|
|
2189
2370
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
2190
2371
|
"x-access-token"?: string | undefined;
|
|
2191
2372
|
} | undefined;
|
|
2192
2373
|
queryParameters?: {
|
|
2193
2374
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
2194
|
-
|
|
2375
|
+
onlyRecommended?: boolean | undefined;
|
|
2195
2376
|
} | undefined;
|
|
2196
2377
|
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
2197
2378
|
headers?: Partial<{
|
|
@@ -2199,11 +2380,12 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
2199
2380
|
}>;
|
|
2200
2381
|
} & {
|
|
2201
2382
|
pathParameters: {
|
|
2202
|
-
|
|
2383
|
+
appId: string;
|
|
2384
|
+
baseAppVersionId: string;
|
|
2203
2385
|
};
|
|
2204
2386
|
} & {
|
|
2205
2387
|
queryParameters: {
|
|
2206
|
-
|
|
2388
|
+
onlyRecommended?: boolean | undefined;
|
|
2207
2389
|
} & Partial<{
|
|
2208
2390
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
2209
2391
|
}>;
|
|
@@ -2213,9 +2395,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
2213
2395
|
} & Partial<{
|
|
2214
2396
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
2215
2397
|
}>;
|
|
2216
|
-
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.
|
|
2217
|
-
[x: string]: unknown;
|
|
2218
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
2398
|
+
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.AppAppVersion[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
2219
2399
|
[x: string]: unknown;
|
|
2220
2400
|
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
2221
2401
|
headers?: Partial<{
|
|
@@ -2223,11 +2403,12 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
2223
2403
|
}>;
|
|
2224
2404
|
} & {
|
|
2225
2405
|
pathParameters: {
|
|
2226
|
-
|
|
2406
|
+
appId: string;
|
|
2407
|
+
baseAppVersionId: string;
|
|
2227
2408
|
};
|
|
2228
2409
|
} & {
|
|
2229
2410
|
queryParameters: {
|
|
2230
|
-
|
|
2411
|
+
onlyRecommended?: boolean | undefined;
|
|
2231
2412
|
} & Partial<{
|
|
2232
2413
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
2233
2414
|
}>;
|
|
@@ -2237,32 +2418,23 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
2237
2418
|
} & Partial<{
|
|
2238
2419
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
2239
2420
|
}>;
|
|
2240
|
-
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.
|
|
2241
|
-
[x: string]: unknown;
|
|
2242
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
2421
|
+
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.AppAppVersion[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
2243
2422
|
[x: string]: unknown;
|
|
2244
2423
|
}, 429, "application/json">>>;
|
|
2245
|
-
/**
|
|
2246
|
-
|
|
2247
|
-
data: {
|
|
2248
|
-
description: string;
|
|
2249
|
-
};
|
|
2424
|
+
/** Promote a staging AppInstallation. */
|
|
2425
|
+
promoteAppinstallationStaging: (request: {
|
|
2250
2426
|
appInstallationId: string;
|
|
2251
2427
|
headers?: {
|
|
2252
2428
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
2253
2429
|
} | undefined;
|
|
2254
2430
|
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
2255
|
-
|
|
2256
|
-
|
|
2257
|
-
}
|
|
2431
|
+
headers?: Partial<{
|
|
2432
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
2433
|
+
}>;
|
|
2258
2434
|
} & {
|
|
2259
2435
|
pathParameters: {
|
|
2260
2436
|
appInstallationId: string;
|
|
2261
2437
|
};
|
|
2262
|
-
} & {
|
|
2263
|
-
headers?: Partial<{
|
|
2264
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
2265
|
-
}>;
|
|
2266
2438
|
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
2267
2439
|
[x: string]: unknown;
|
|
2268
2440
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
@@ -2270,17 +2442,13 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
2270
2442
|
}, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
2271
2443
|
[x: string]: unknown;
|
|
2272
2444
|
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
2273
|
-
|
|
2274
|
-
|
|
2275
|
-
}
|
|
2445
|
+
headers?: Partial<{
|
|
2446
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
2447
|
+
}>;
|
|
2276
2448
|
} & {
|
|
2277
2449
|
pathParameters: {
|
|
2278
2450
|
appInstallationId: string;
|
|
2279
2451
|
};
|
|
2280
|
-
} & {
|
|
2281
|
-
headers?: Partial<{
|
|
2282
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
2283
|
-
}>;
|
|
2284
2452
|
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
2285
2453
|
[x: string]: unknown;
|
|
2286
2454
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
@@ -2288,40 +2456,60 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
2288
2456
|
}, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
2289
2457
|
[x: string]: unknown;
|
|
2290
2458
|
}, 429, "application/json">>>;
|
|
2291
|
-
/**
|
|
2292
|
-
|
|
2459
|
+
/** Request a copy of an AppInstallation. */
|
|
2460
|
+
requestAppinstallationCopy: (request: {
|
|
2461
|
+
data: {
|
|
2462
|
+
description: string;
|
|
2463
|
+
domain?: string | undefined;
|
|
2464
|
+
installationPath?: string | undefined;
|
|
2465
|
+
targetProjectId?: string | undefined;
|
|
2466
|
+
};
|
|
2293
2467
|
appInstallationId: string;
|
|
2294
2468
|
headers?: {
|
|
2295
2469
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
2296
2470
|
} | undefined;
|
|
2297
2471
|
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
2298
|
-
|
|
2299
|
-
|
|
2300
|
-
|
|
2472
|
+
data: {
|
|
2473
|
+
description: string;
|
|
2474
|
+
domain?: string | undefined;
|
|
2475
|
+
installationPath?: string | undefined;
|
|
2476
|
+
targetProjectId?: string | undefined;
|
|
2477
|
+
};
|
|
2301
2478
|
} & {
|
|
2302
2479
|
pathParameters: {
|
|
2303
2480
|
appInstallationId: string;
|
|
2304
2481
|
};
|
|
2305
|
-
}
|
|
2482
|
+
} & {
|
|
2483
|
+
headers?: Partial<{
|
|
2484
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
2485
|
+
}>;
|
|
2486
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
2487
|
+
id: string;
|
|
2488
|
+
}, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
2306
2489
|
[x: string]: unknown;
|
|
2307
2490
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
2308
2491
|
[x: string]: unknown;
|
|
2309
|
-
}, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
2310
|
-
[x: string]: unknown;
|
|
2311
2492
|
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
2312
|
-
|
|
2313
|
-
|
|
2314
|
-
|
|
2493
|
+
data: {
|
|
2494
|
+
description: string;
|
|
2495
|
+
domain?: string | undefined;
|
|
2496
|
+
installationPath?: string | undefined;
|
|
2497
|
+
targetProjectId?: string | undefined;
|
|
2498
|
+
};
|
|
2315
2499
|
} & {
|
|
2316
2500
|
pathParameters: {
|
|
2317
2501
|
appInstallationId: string;
|
|
2318
2502
|
};
|
|
2319
|
-
}
|
|
2503
|
+
} & {
|
|
2504
|
+
headers?: Partial<{
|
|
2505
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
2506
|
+
}>;
|
|
2507
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
2508
|
+
id: string;
|
|
2509
|
+
}, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
2320
2510
|
[x: string]: unknown;
|
|
2321
2511
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
2322
2512
|
[x: string]: unknown;
|
|
2323
|
-
}, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
2324
|
-
[x: string]: unknown;
|
|
2325
2513
|
}, 429, "application/json">>>;
|
|
2326
2514
|
/** Request a staging for an AppInstallation. */
|
|
2327
2515
|
requestAppinstallationStaging: (request: {
|
|
@@ -2375,6 +2563,94 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
2375
2563
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
2376
2564
|
[x: string]: unknown;
|
|
2377
2565
|
}, 429, "application/json">>>;
|
|
2566
|
+
/** Get runtime status belonging to an AppInstallation. */
|
|
2567
|
+
retrieveStatus: (request: {
|
|
2568
|
+
appInstallationId: string;
|
|
2569
|
+
headers?: {
|
|
2570
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
2571
|
+
} | undefined;
|
|
2572
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
2573
|
+
headers?: Partial<{
|
|
2574
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
2575
|
+
}>;
|
|
2576
|
+
} & {
|
|
2577
|
+
pathParameters: {
|
|
2578
|
+
appInstallationId: string;
|
|
2579
|
+
};
|
|
2580
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
2581
|
+
lastExitCode?: number | undefined;
|
|
2582
|
+
logFileLocation: string;
|
|
2583
|
+
state: "running" | "stopped" | "exited";
|
|
2584
|
+
uptimeSeconds?: number | undefined;
|
|
2585
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
2586
|
+
[x: string]: unknown;
|
|
2587
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
2588
|
+
[x: string]: unknown;
|
|
2589
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
2590
|
+
headers?: Partial<{
|
|
2591
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
2592
|
+
}>;
|
|
2593
|
+
} & {
|
|
2594
|
+
pathParameters: {
|
|
2595
|
+
appInstallationId: string;
|
|
2596
|
+
};
|
|
2597
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
2598
|
+
lastExitCode?: number | undefined;
|
|
2599
|
+
logFileLocation: string;
|
|
2600
|
+
state: "running" | "stopped" | "exited";
|
|
2601
|
+
uptimeSeconds?: number | undefined;
|
|
2602
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
2603
|
+
[x: string]: unknown;
|
|
2604
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
2605
|
+
[x: string]: unknown;
|
|
2606
|
+
}, 429, "application/json">>>;
|
|
2607
|
+
/** Remove linkage between an AppInstallation and a Database. */
|
|
2608
|
+
unlinkDatabase: (request: {
|
|
2609
|
+
appInstallationId: string;
|
|
2610
|
+
databaseId: string;
|
|
2611
|
+
headers?: {
|
|
2612
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
2613
|
+
"x-access-token"?: string | undefined;
|
|
2614
|
+
} | undefined;
|
|
2615
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
2616
|
+
headers?: Partial<{
|
|
2617
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
2618
|
+
}>;
|
|
2619
|
+
} & {
|
|
2620
|
+
pathParameters: {
|
|
2621
|
+
appInstallationId: string;
|
|
2622
|
+
databaseId: string;
|
|
2623
|
+
};
|
|
2624
|
+
} & {
|
|
2625
|
+
headers: {
|
|
2626
|
+
"x-access-token"?: string | undefined;
|
|
2627
|
+
} & Partial<{
|
|
2628
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
2629
|
+
}>;
|
|
2630
|
+
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
2631
|
+
[x: string]: unknown;
|
|
2632
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
2633
|
+
[x: string]: unknown;
|
|
2634
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
2635
|
+
headers?: Partial<{
|
|
2636
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
2637
|
+
}>;
|
|
2638
|
+
} & {
|
|
2639
|
+
pathParameters: {
|
|
2640
|
+
appInstallationId: string;
|
|
2641
|
+
databaseId: string;
|
|
2642
|
+
};
|
|
2643
|
+
} & {
|
|
2644
|
+
headers: {
|
|
2645
|
+
"x-access-token"?: string | undefined;
|
|
2646
|
+
} & Partial<{
|
|
2647
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
2648
|
+
}>;
|
|
2649
|
+
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
2650
|
+
[x: string]: unknown;
|
|
2651
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
2652
|
+
[x: string]: unknown;
|
|
2653
|
+
}, 429, "application/json">>>;
|
|
2378
2654
|
};
|
|
2379
2655
|
/** The article API allows you to read article information. */
|
|
2380
2656
|
readonly article: {
|
|
@@ -4923,6 +5199,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
4923
5199
|
serviceId: string;
|
|
4924
5200
|
headers?: {
|
|
4925
5201
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
5202
|
+
Range?: string | undefined;
|
|
5203
|
+
"If-Range"?: string | undefined;
|
|
4926
5204
|
"x-access-token"?: string | undefined;
|
|
4927
5205
|
} | undefined;
|
|
4928
5206
|
queryParameters?: {
|
|
@@ -4946,16 +5224,20 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
4946
5224
|
}>;
|
|
4947
5225
|
} & {
|
|
4948
5226
|
headers: {
|
|
5227
|
+
Range?: string | undefined;
|
|
5228
|
+
"If-Range"?: string | undefined;
|
|
4949
5229
|
"x-access-token"?: string | undefined;
|
|
4950
5230
|
} & Partial<{
|
|
4951
5231
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
4952
5232
|
}>;
|
|
4953
|
-
}, import("@mittwald/api-client-commons").Response<string, 200, "text/plain"> | import("@mittwald/api-client-commons").Response<{
|
|
5233
|
+
}, import("@mittwald/api-client-commons").Response<string, 200, "text/plain"> | import("@mittwald/api-client-commons").Response<string, 206, "text/plain"> | import("@mittwald/api-client-commons").Response<{
|
|
4954
5234
|
[x: string]: unknown;
|
|
4955
5235
|
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4956
5236
|
[x: string]: unknown;
|
|
4957
5237
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4958
5238
|
[x: string]: unknown;
|
|
5239
|
+
}, 416, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5240
|
+
[x: string]: unknown;
|
|
4959
5241
|
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4960
5242
|
[x: string]: unknown;
|
|
4961
5243
|
}, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
@@ -4977,16 +5259,20 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
4977
5259
|
}>;
|
|
4978
5260
|
} & {
|
|
4979
5261
|
headers: {
|
|
5262
|
+
Range?: string | undefined;
|
|
5263
|
+
"If-Range"?: string | undefined;
|
|
4980
5264
|
"x-access-token"?: string | undefined;
|
|
4981
5265
|
} & Partial<{
|
|
4982
5266
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
4983
5267
|
}>;
|
|
4984
|
-
}, import("@mittwald/api-client-commons").Response<string, 200, "text/plain"> | import("@mittwald/api-client-commons").Response<{
|
|
5268
|
+
}, import("@mittwald/api-client-commons").Response<string, 200, "text/plain"> | import("@mittwald/api-client-commons").Response<string, 206, "text/plain"> | import("@mittwald/api-client-commons").Response<{
|
|
4985
5269
|
[x: string]: unknown;
|
|
4986
5270
|
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4987
5271
|
[x: string]: unknown;
|
|
4988
5272
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4989
5273
|
[x: string]: unknown;
|
|
5274
|
+
}, 416, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5275
|
+
[x: string]: unknown;
|
|
4990
5276
|
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4991
5277
|
[x: string]: unknown;
|
|
4992
5278
|
}, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
@@ -7239,9 +7525,13 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
7239
7525
|
} | undefined;
|
|
7240
7526
|
queryParameters?: {
|
|
7241
7527
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
7528
|
+
search?: string | undefined;
|
|
7529
|
+
baseArticleNames?: string[] | undefined;
|
|
7242
7530
|
limit?: number | undefined;
|
|
7243
7531
|
skip?: number | undefined;
|
|
7244
7532
|
page?: number | undefined;
|
|
7533
|
+
sort?: "description" | "contractNumber" | undefined;
|
|
7534
|
+
order?: "asc" | "desc" | undefined;
|
|
7245
7535
|
} | undefined;
|
|
7246
7536
|
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
7247
7537
|
headers?: Partial<{
|
|
@@ -7253,9 +7543,13 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
7253
7543
|
};
|
|
7254
7544
|
} & {
|
|
7255
7545
|
queryParameters: {
|
|
7546
|
+
search?: string | undefined;
|
|
7547
|
+
baseArticleNames?: string[] | undefined;
|
|
7256
7548
|
limit?: number | undefined;
|
|
7257
7549
|
skip?: number | undefined;
|
|
7258
7550
|
page?: number | undefined;
|
|
7551
|
+
sort?: "description" | "contractNumber" | undefined;
|
|
7552
|
+
order?: "asc" | "desc" | undefined;
|
|
7259
7553
|
} & Partial<{
|
|
7260
7554
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
7261
7555
|
}>;
|
|
@@ -7281,9 +7575,13 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
7281
7575
|
};
|
|
7282
7576
|
} & {
|
|
7283
7577
|
queryParameters: {
|
|
7578
|
+
search?: string | undefined;
|
|
7579
|
+
baseArticleNames?: string[] | undefined;
|
|
7284
7580
|
limit?: number | undefined;
|
|
7285
7581
|
skip?: number | undefined;
|
|
7286
7582
|
page?: number | undefined;
|
|
7583
|
+
sort?: "description" | "contractNumber" | undefined;
|
|
7584
|
+
order?: "asc" | "desc" | undefined;
|
|
7287
7585
|
} & Partial<{
|
|
7288
7586
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
7289
7587
|
}>;
|
|
@@ -7846,6 +8144,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
7846
8144
|
customerId: string;
|
|
7847
8145
|
monthlyTokens: number;
|
|
7848
8146
|
requestsPerMinute: number;
|
|
8147
|
+
name?: string | undefined;
|
|
7849
8148
|
useFreeTrial?: boolean | undefined;
|
|
7850
8149
|
} | {
|
|
7851
8150
|
description: string;
|
|
@@ -14316,6 +14615,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
14316
14615
|
}>;
|
|
14317
14616
|
}, import("@mittwald/api-client-commons").Response<{
|
|
14318
14617
|
message: string;
|
|
14618
|
+
recommendation?: string | undefined;
|
|
14319
14619
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
14320
14620
|
[x: string]: unknown;
|
|
14321
14621
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
@@ -14345,6 +14645,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
14345
14645
|
}>;
|
|
14346
14646
|
}, import("@mittwald/api-client-commons").Response<{
|
|
14347
14647
|
message: string;
|
|
14648
|
+
recommendation?: string | undefined;
|
|
14348
14649
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
14349
14650
|
[x: string]: unknown;
|
|
14350
14651
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
@@ -15916,7 +16217,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
15916
16217
|
[x: string]: unknown;
|
|
15917
16218
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{}, 401, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
15918
16219
|
[x: string]: unknown;
|
|
15919
|
-
}, 429, "application/json"
|
|
16220
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
15920
16221
|
headers?: Partial<{
|
|
15921
16222
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
15922
16223
|
}>;
|
|
@@ -15952,7 +16253,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
15952
16253
|
[x: string]: unknown;
|
|
15953
16254
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{}, 401, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
15954
16255
|
[x: string]: unknown;
|
|
15955
|
-
}, 429, "application/json"
|
|
16256
|
+
}, 429, "application/json">>>;
|
|
15956
16257
|
/** Remove the avatar picture of the customer profile. */
|
|
15957
16258
|
removeAvatar: (request: {
|
|
15958
16259
|
customerId: string;
|
|
@@ -30078,6 +30379,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
30078
30379
|
projectId: string;
|
|
30079
30380
|
headers?: {
|
|
30080
30381
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
30382
|
+
Range?: string | undefined;
|
|
30383
|
+
"If-Range"?: string | undefined;
|
|
30081
30384
|
"x-access-token"?: string | undefined;
|
|
30082
30385
|
} | undefined;
|
|
30083
30386
|
queryParameters?: {
|
|
@@ -30102,16 +30405,20 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
30102
30405
|
}>;
|
|
30103
30406
|
} & {
|
|
30104
30407
|
headers: {
|
|
30408
|
+
Range?: string | undefined;
|
|
30409
|
+
"If-Range"?: string | undefined;
|
|
30105
30410
|
"x-access-token"?: string | undefined;
|
|
30106
30411
|
} & Partial<{
|
|
30107
30412
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
30108
30413
|
}>;
|
|
30109
|
-
}, import("@mittwald/api-client-commons").Response<string, 200, "application/octet-stream"> | import("@mittwald/api-client-commons").Response<{
|
|
30414
|
+
}, import("@mittwald/api-client-commons").Response<string, 200, "application/octet-stream"> | import("@mittwald/api-client-commons").Response<string, 206, "application/octet-stream"> | import("@mittwald/api-client-commons").Response<{
|
|
30110
30415
|
[x: string]: unknown;
|
|
30111
30416
|
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
30112
30417
|
[x: string]: unknown;
|
|
30113
30418
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
30114
30419
|
[x: string]: unknown;
|
|
30420
|
+
}, 416, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
30421
|
+
[x: string]: unknown;
|
|
30115
30422
|
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
30116
30423
|
[x: string]: unknown;
|
|
30117
30424
|
}, 502, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
@@ -30133,16 +30440,20 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
30133
30440
|
}>;
|
|
30134
30441
|
} & {
|
|
30135
30442
|
headers: {
|
|
30443
|
+
Range?: string | undefined;
|
|
30444
|
+
"If-Range"?: string | undefined;
|
|
30136
30445
|
"x-access-token"?: string | undefined;
|
|
30137
30446
|
} & Partial<{
|
|
30138
30447
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
30139
30448
|
}>;
|
|
30140
|
-
}, import("@mittwald/api-client-commons").Response<string, 200, "application/octet-stream"> | import("@mittwald/api-client-commons").Response<{
|
|
30449
|
+
}, import("@mittwald/api-client-commons").Response<string, 200, "application/octet-stream"> | import("@mittwald/api-client-commons").Response<string, 206, "application/octet-stream"> | import("@mittwald/api-client-commons").Response<{
|
|
30141
30450
|
[x: string]: unknown;
|
|
30142
30451
|
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
30143
30452
|
[x: string]: unknown;
|
|
30144
30453
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
30145
30454
|
[x: string]: unknown;
|
|
30455
|
+
}, 416, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
30456
|
+
[x: string]: unknown;
|
|
30146
30457
|
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
30147
30458
|
[x: string]: unknown;
|
|
30148
30459
|
}, 502, "application/json"> | import("@mittwald/api-client-commons").Response<{
|