@mittwald/api-client 0.0.0-development-38105fd-20260708 → 0.0.0-development-53640b8-20260713
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 +6 -8
- package/dist/esm/generated/v2/client.js +12 -10
- package/dist/esm/generated/v2/descriptors.js +36 -30
- package/dist/esm/generated/v3-next/client-react.js +6 -8
- package/dist/esm/generated/v3-next/client.js +12 -10
- package/dist/esm/generated/v3-next/descriptors.js +36 -30
- package/dist/esm/version.js +1 -1
- package/dist/types/generated/v2/client-react.d.ts +61 -62
- package/dist/types/generated/v2/client.d.ts +429 -277
- package/dist/types/generated/v2/descriptors.d.ts +13 -11
- package/dist/types/generated/v2/types.d.ts +543 -433
- package/dist/types/generated/v3-next/client-react.d.ts +61 -62
- package/dist/types/generated/v3-next/client.d.ts +429 -277
- package/dist/types/generated/v3-next/descriptors.d.ts +13 -11
- package/dist/types/generated/v3-next/types.d.ts +543 -433
- package/dist/types/version.d.ts +1 -1
- package/package.json +4 -4
|
@@ -433,6 +433,210 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
433
433
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
434
434
|
[x: string]: unknown;
|
|
435
435
|
}, 429, "application/json">>>;
|
|
436
|
+
/** Get ai hosting plan and usages of a customer by planId. */
|
|
437
|
+
customerGetPlan: (request: {
|
|
438
|
+
customerId: string;
|
|
439
|
+
planId: string;
|
|
440
|
+
headers?: {
|
|
441
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
442
|
+
} | undefined;
|
|
443
|
+
queryParameters?: {
|
|
444
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
445
|
+
topUsageCount?: number | undefined;
|
|
446
|
+
} | undefined;
|
|
447
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
448
|
+
headers?: Partial<{
|
|
449
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
450
|
+
}>;
|
|
451
|
+
} & {
|
|
452
|
+
pathParameters: {
|
|
453
|
+
customerId: string;
|
|
454
|
+
planId: string;
|
|
455
|
+
};
|
|
456
|
+
} & {
|
|
457
|
+
queryParameters: {
|
|
458
|
+
topUsageCount?: number | undefined;
|
|
459
|
+
} & Partial<{
|
|
460
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
461
|
+
}>;
|
|
462
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
463
|
+
customerId: string;
|
|
464
|
+
deletedAt?: string | undefined;
|
|
465
|
+
keys: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingPlanUsage;
|
|
466
|
+
modelTermsApprovalRequired: boolean;
|
|
467
|
+
name?: string | undefined;
|
|
468
|
+
nextTokenReset: string;
|
|
469
|
+
planId?: string | undefined;
|
|
470
|
+
rateLimit: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingRateLimit;
|
|
471
|
+
tokens: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingPlanUsageBig;
|
|
472
|
+
topUsages?: {
|
|
473
|
+
keyId?: string;
|
|
474
|
+
name: string;
|
|
475
|
+
projectId?: string;
|
|
476
|
+
tokenUsed: number;
|
|
477
|
+
}[] | undefined;
|
|
478
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
479
|
+
[x: string]: unknown;
|
|
480
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
481
|
+
[x: string]: unknown;
|
|
482
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
483
|
+
[x: string]: unknown;
|
|
484
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
485
|
+
[x: string]: unknown;
|
|
486
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
487
|
+
headers?: Partial<{
|
|
488
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
489
|
+
}>;
|
|
490
|
+
} & {
|
|
491
|
+
pathParameters: {
|
|
492
|
+
customerId: string;
|
|
493
|
+
planId: string;
|
|
494
|
+
};
|
|
495
|
+
} & {
|
|
496
|
+
queryParameters: {
|
|
497
|
+
topUsageCount?: number | undefined;
|
|
498
|
+
} & Partial<{
|
|
499
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
500
|
+
}>;
|
|
501
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
502
|
+
customerId: string;
|
|
503
|
+
deletedAt?: string | undefined;
|
|
504
|
+
keys: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingPlanUsage;
|
|
505
|
+
modelTermsApprovalRequired: boolean;
|
|
506
|
+
name?: string | undefined;
|
|
507
|
+
nextTokenReset: string;
|
|
508
|
+
planId?: string | undefined;
|
|
509
|
+
rateLimit: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingRateLimit;
|
|
510
|
+
tokens: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingPlanUsageBig;
|
|
511
|
+
topUsages?: {
|
|
512
|
+
keyId?: string;
|
|
513
|
+
name: string;
|
|
514
|
+
projectId?: string;
|
|
515
|
+
tokenUsed: number;
|
|
516
|
+
}[] | undefined;
|
|
517
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
518
|
+
[x: string]: unknown;
|
|
519
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
520
|
+
[x: string]: unknown;
|
|
521
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
522
|
+
[x: string]: unknown;
|
|
523
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
524
|
+
[x: string]: unknown;
|
|
525
|
+
}, 429, "application/json">>>;
|
|
526
|
+
/** Renames an AI hosting plan. */
|
|
527
|
+
customerUpdatePlan: (request: {
|
|
528
|
+
customerId: string;
|
|
529
|
+
planId: string;
|
|
530
|
+
data?: {
|
|
531
|
+
name?: string | undefined;
|
|
532
|
+
} | undefined;
|
|
533
|
+
headers?: {
|
|
534
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
535
|
+
} | undefined;
|
|
536
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
537
|
+
data: {
|
|
538
|
+
name?: string | undefined;
|
|
539
|
+
};
|
|
540
|
+
} & {
|
|
541
|
+
pathParameters: {
|
|
542
|
+
customerId: string;
|
|
543
|
+
planId: string;
|
|
544
|
+
};
|
|
545
|
+
} & {
|
|
546
|
+
headers?: Partial<{
|
|
547
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
548
|
+
}>;
|
|
549
|
+
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
550
|
+
[x: string]: unknown;
|
|
551
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
552
|
+
[x: string]: unknown;
|
|
553
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
554
|
+
[x: string]: unknown;
|
|
555
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
556
|
+
[x: string]: unknown;
|
|
557
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
558
|
+
data: {
|
|
559
|
+
name?: string | undefined;
|
|
560
|
+
};
|
|
561
|
+
} & {
|
|
562
|
+
pathParameters: {
|
|
563
|
+
customerId: string;
|
|
564
|
+
planId: string;
|
|
565
|
+
};
|
|
566
|
+
} & {
|
|
567
|
+
headers?: Partial<{
|
|
568
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
569
|
+
}>;
|
|
570
|
+
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
571
|
+
[x: string]: unknown;
|
|
572
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
573
|
+
[x: string]: unknown;
|
|
574
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
575
|
+
[x: string]: unknown;
|
|
576
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
577
|
+
[x: string]: unknown;
|
|
578
|
+
}, 429, "application/json">>>;
|
|
579
|
+
/** Get all ai hosting plans of a customer. */
|
|
580
|
+
customerGetPlans: (request: {
|
|
581
|
+
customerId: string;
|
|
582
|
+
headers?: {
|
|
583
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
584
|
+
} | undefined;
|
|
585
|
+
queryParameters?: {
|
|
586
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
587
|
+
topUsageCount?: number | undefined;
|
|
588
|
+
} | undefined;
|
|
589
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
590
|
+
headers?: Partial<{
|
|
591
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
592
|
+
}>;
|
|
593
|
+
} & {
|
|
594
|
+
pathParameters: {
|
|
595
|
+
customerId: string;
|
|
596
|
+
};
|
|
597
|
+
} & {
|
|
598
|
+
queryParameters: {
|
|
599
|
+
topUsageCount?: number | undefined;
|
|
600
|
+
} & Partial<{
|
|
601
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
602
|
+
}>;
|
|
603
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
604
|
+
modelTermsApprovalRequired: boolean;
|
|
605
|
+
plans: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingPlanOptions[];
|
|
606
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
607
|
+
[x: string]: unknown;
|
|
608
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
609
|
+
[x: string]: unknown;
|
|
610
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
611
|
+
[x: string]: unknown;
|
|
612
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
613
|
+
[x: string]: unknown;
|
|
614
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
615
|
+
headers?: Partial<{
|
|
616
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
617
|
+
}>;
|
|
618
|
+
} & {
|
|
619
|
+
pathParameters: {
|
|
620
|
+
customerId: string;
|
|
621
|
+
};
|
|
622
|
+
} & {
|
|
623
|
+
queryParameters: {
|
|
624
|
+
topUsageCount?: number | undefined;
|
|
625
|
+
} & Partial<{
|
|
626
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
627
|
+
}>;
|
|
628
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
629
|
+
modelTermsApprovalRequired: boolean;
|
|
630
|
+
plans: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingPlanOptions[];
|
|
631
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
632
|
+
[x: string]: unknown;
|
|
633
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
634
|
+
[x: string]: unknown;
|
|
635
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
636
|
+
[x: string]: unknown;
|
|
637
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
638
|
+
[x: string]: unknown;
|
|
639
|
+
}, 429, "application/json">>>;
|
|
436
640
|
/** Get ai hosting plan and usages of a customer. Deprecated: use /ai-hostings/{planId} instead. */
|
|
437
641
|
customerGetUsage: (request: {
|
|
438
642
|
customerId: string;
|
|
@@ -462,6 +666,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
462
666
|
deletedAt?: string | undefined;
|
|
463
667
|
keys: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingPlanUsage;
|
|
464
668
|
modelTermsApprovalRequired: boolean;
|
|
669
|
+
name?: string | undefined;
|
|
465
670
|
nextTokenReset: string;
|
|
466
671
|
planId?: string | undefined;
|
|
467
672
|
rateLimit: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingRateLimit;
|
|
@@ -499,6 +704,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
499
704
|
deletedAt?: string | undefined;
|
|
500
705
|
keys: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingPlanUsage;
|
|
501
706
|
modelTermsApprovalRequired: boolean;
|
|
707
|
+
name?: string | undefined;
|
|
502
708
|
nextTokenReset: string;
|
|
503
709
|
planId?: string | undefined;
|
|
504
710
|
rateLimit: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingRateLimit;
|
|
@@ -961,6 +1167,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
961
1167
|
}, import("@mittwald/api-client-commons").Response<{
|
|
962
1168
|
keys: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingPlanUsage;
|
|
963
1169
|
modelTermsApprovalRequired: boolean;
|
|
1170
|
+
name?: string | undefined;
|
|
964
1171
|
nextTokenReset?: string | undefined;
|
|
965
1172
|
projectId: string;
|
|
966
1173
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
@@ -988,6 +1195,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
988
1195
|
}, import("@mittwald/api-client-commons").Response<{
|
|
989
1196
|
keys: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingPlanUsage;
|
|
990
1197
|
modelTermsApprovalRequired: boolean;
|
|
1198
|
+
name?: string | undefined;
|
|
991
1199
|
nextTokenReset?: string | undefined;
|
|
992
1200
|
projectId: string;
|
|
993
1201
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
@@ -1062,155 +1270,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
1062
1270
|
}, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1063
1271
|
[x: string]: unknown;
|
|
1064
1272
|
}, 429, "application/json">>>;
|
|
1065
|
-
/** Get ai hosting plan and usages of a customer by planId. */
|
|
1066
|
-
customerGetPlan: (request: {
|
|
1067
|
-
customerId: string;
|
|
1068
|
-
planId: string;
|
|
1069
|
-
headers?: {
|
|
1070
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1071
|
-
} | undefined;
|
|
1072
|
-
queryParameters?: {
|
|
1073
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1074
|
-
topUsageCount?: number | undefined;
|
|
1075
|
-
} | undefined;
|
|
1076
|
-
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
1077
|
-
headers?: Partial<{
|
|
1078
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
1079
|
-
}>;
|
|
1080
|
-
} & {
|
|
1081
|
-
pathParameters: {
|
|
1082
|
-
customerId: string;
|
|
1083
|
-
planId: string;
|
|
1084
|
-
};
|
|
1085
|
-
} & {
|
|
1086
|
-
queryParameters: {
|
|
1087
|
-
topUsageCount?: number | undefined;
|
|
1088
|
-
} & Partial<{
|
|
1089
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
1090
|
-
}>;
|
|
1091
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
1092
|
-
customerId: string;
|
|
1093
|
-
deletedAt?: string | undefined;
|
|
1094
|
-
keys: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingPlanUsage;
|
|
1095
|
-
modelTermsApprovalRequired: boolean;
|
|
1096
|
-
nextTokenReset: string;
|
|
1097
|
-
planId?: string | undefined;
|
|
1098
|
-
rateLimit: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingRateLimit;
|
|
1099
|
-
tokens: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingPlanUsageBig;
|
|
1100
|
-
topUsages?: {
|
|
1101
|
-
keyId?: string;
|
|
1102
|
-
name: string;
|
|
1103
|
-
projectId?: string;
|
|
1104
|
-
tokenUsed: number;
|
|
1105
|
-
}[] | undefined;
|
|
1106
|
-
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1107
|
-
[x: string]: unknown;
|
|
1108
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1109
|
-
[x: string]: unknown;
|
|
1110
|
-
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1111
|
-
[x: string]: unknown;
|
|
1112
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1113
|
-
[x: string]: unknown;
|
|
1114
|
-
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
1115
|
-
headers?: Partial<{
|
|
1116
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
1117
|
-
}>;
|
|
1118
|
-
} & {
|
|
1119
|
-
pathParameters: {
|
|
1120
|
-
customerId: string;
|
|
1121
|
-
planId: string;
|
|
1122
|
-
};
|
|
1123
|
-
} & {
|
|
1124
|
-
queryParameters: {
|
|
1125
|
-
topUsageCount?: number | undefined;
|
|
1126
|
-
} & Partial<{
|
|
1127
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
1128
|
-
}>;
|
|
1129
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
1130
|
-
customerId: string;
|
|
1131
|
-
deletedAt?: string | undefined;
|
|
1132
|
-
keys: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingPlanUsage;
|
|
1133
|
-
modelTermsApprovalRequired: boolean;
|
|
1134
|
-
nextTokenReset: string;
|
|
1135
|
-
planId?: string | undefined;
|
|
1136
|
-
rateLimit: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingRateLimit;
|
|
1137
|
-
tokens: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingPlanUsageBig;
|
|
1138
|
-
topUsages?: {
|
|
1139
|
-
keyId?: string;
|
|
1140
|
-
name: string;
|
|
1141
|
-
projectId?: string;
|
|
1142
|
-
tokenUsed: number;
|
|
1143
|
-
}[] | undefined;
|
|
1144
|
-
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1145
|
-
[x: string]: unknown;
|
|
1146
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1147
|
-
[x: string]: unknown;
|
|
1148
|
-
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1149
|
-
[x: string]: unknown;
|
|
1150
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1151
|
-
[x: string]: unknown;
|
|
1152
|
-
}, 429, "application/json">>>;
|
|
1153
|
-
/** Get all ai hosting plans of a customer. */
|
|
1154
|
-
customerGetPlans: (request: {
|
|
1155
|
-
customerId: string;
|
|
1156
|
-
headers?: {
|
|
1157
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1158
|
-
} | undefined;
|
|
1159
|
-
queryParameters?: {
|
|
1160
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1161
|
-
topUsageCount?: number | undefined;
|
|
1162
|
-
} | undefined;
|
|
1163
|
-
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
1164
|
-
headers?: Partial<{
|
|
1165
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
1166
|
-
}>;
|
|
1167
|
-
} & {
|
|
1168
|
-
pathParameters: {
|
|
1169
|
-
customerId: string;
|
|
1170
|
-
};
|
|
1171
|
-
} & {
|
|
1172
|
-
queryParameters: {
|
|
1173
|
-
topUsageCount?: number | undefined;
|
|
1174
|
-
} & Partial<{
|
|
1175
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
1176
|
-
}>;
|
|
1177
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
1178
|
-
modelTermsApprovalRequired: boolean;
|
|
1179
|
-
plans: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingPlanOptions[];
|
|
1180
|
-
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1181
|
-
[x: string]: unknown;
|
|
1182
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1183
|
-
[x: string]: unknown;
|
|
1184
|
-
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1185
|
-
[x: string]: unknown;
|
|
1186
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1187
|
-
[x: string]: unknown;
|
|
1188
|
-
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
1189
|
-
headers?: Partial<{
|
|
1190
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
1191
|
-
}>;
|
|
1192
|
-
} & {
|
|
1193
|
-
pathParameters: {
|
|
1194
|
-
customerId: string;
|
|
1195
|
-
};
|
|
1196
|
-
} & {
|
|
1197
|
-
queryParameters: {
|
|
1198
|
-
topUsageCount?: number | undefined;
|
|
1199
|
-
} & Partial<{
|
|
1200
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
1201
|
-
}>;
|
|
1202
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
1203
|
-
modelTermsApprovalRequired: boolean;
|
|
1204
|
-
plans: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingPlanOptions[];
|
|
1205
|
-
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1206
|
-
[x: string]: unknown;
|
|
1207
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1208
|
-
[x: string]: unknown;
|
|
1209
|
-
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1210
|
-
[x: string]: unknown;
|
|
1211
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1212
|
-
[x: string]: unknown;
|
|
1213
|
-
}, 429, "application/json">>>;
|
|
1214
1273
|
};
|
|
1215
1274
|
/** The App API allows you to manage your apps within a project, and all the system softwares that are installed as dependencies. */
|
|
1216
1275
|
readonly app: {
|
|
@@ -3801,11 +3860,89 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
3801
3860
|
} | undefined;
|
|
3802
3861
|
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
3803
3862
|
data: {
|
|
3804
|
-
description?: string | undefined;
|
|
3863
|
+
description?: string | undefined;
|
|
3864
|
+
};
|
|
3865
|
+
} & {
|
|
3866
|
+
pathParameters: {
|
|
3867
|
+
projectBackupId: string;
|
|
3868
|
+
};
|
|
3869
|
+
} & {
|
|
3870
|
+
headers?: Partial<{
|
|
3871
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
3872
|
+
}>;
|
|
3873
|
+
} & {
|
|
3874
|
+
headers: {
|
|
3875
|
+
"x-access-token"?: string | undefined;
|
|
3876
|
+
} & Partial<{
|
|
3877
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
3878
|
+
}>;
|
|
3879
|
+
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
3880
|
+
[x: string]: unknown;
|
|
3881
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
3882
|
+
[x: string]: unknown;
|
|
3883
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
3884
|
+
[x: string]: unknown;
|
|
3885
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
3886
|
+
[x: string]: unknown;
|
|
3887
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
3888
|
+
data: {
|
|
3889
|
+
description?: string | undefined;
|
|
3890
|
+
};
|
|
3891
|
+
} & {
|
|
3892
|
+
pathParameters: {
|
|
3893
|
+
projectBackupId: string;
|
|
3894
|
+
};
|
|
3895
|
+
} & {
|
|
3896
|
+
headers?: Partial<{
|
|
3897
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
3898
|
+
}>;
|
|
3899
|
+
} & {
|
|
3900
|
+
headers: {
|
|
3901
|
+
"x-access-token"?: string | undefined;
|
|
3902
|
+
} & Partial<{
|
|
3903
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
3904
|
+
}>;
|
|
3905
|
+
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
3906
|
+
[x: string]: unknown;
|
|
3907
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
3908
|
+
[x: string]: unknown;
|
|
3909
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
3910
|
+
[x: string]: unknown;
|
|
3911
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
3912
|
+
[x: string]: unknown;
|
|
3913
|
+
}, 429, "application/json">>>;
|
|
3914
|
+
};
|
|
3915
|
+
/** The container API allows you to manage your stacks, containers, volumes and registries. */
|
|
3916
|
+
readonly container: {
|
|
3917
|
+
/** Add a component to a Stack. */
|
|
3918
|
+
addComponent: (request: {
|
|
3919
|
+
data: {
|
|
3920
|
+
templateConfig: {
|
|
3921
|
+
templateId: string;
|
|
3922
|
+
userInputs?: {
|
|
3923
|
+
name: string;
|
|
3924
|
+
value: string;
|
|
3925
|
+
}[] | undefined;
|
|
3926
|
+
};
|
|
3927
|
+
};
|
|
3928
|
+
stackId: string;
|
|
3929
|
+
headers?: {
|
|
3930
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
3931
|
+
"x-access-token"?: string | undefined;
|
|
3932
|
+
} | undefined;
|
|
3933
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
3934
|
+
data: {
|
|
3935
|
+
templateConfig: {
|
|
3936
|
+
templateId: string;
|
|
3937
|
+
userInputs?: {
|
|
3938
|
+
name: string;
|
|
3939
|
+
value: string;
|
|
3940
|
+
}[];
|
|
3941
|
+
};
|
|
3805
3942
|
};
|
|
3806
3943
|
} & {
|
|
3807
3944
|
pathParameters: {
|
|
3808
|
-
|
|
3945
|
+
stackId: string;
|
|
3809
3946
|
};
|
|
3810
3947
|
} & {
|
|
3811
3948
|
headers?: Partial<{
|
|
@@ -3825,13 +3962,25 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
3825
3962
|
[x: string]: unknown;
|
|
3826
3963
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
3827
3964
|
[x: string]: unknown;
|
|
3828
|
-
},
|
|
3965
|
+
}, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
3966
|
+
[x: string]: unknown;
|
|
3967
|
+
}, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
3968
|
+
[x: string]: unknown;
|
|
3969
|
+
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
3970
|
+
[x: string]: unknown;
|
|
3971
|
+
}, 500, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
3829
3972
|
data: {
|
|
3830
|
-
|
|
3973
|
+
templateConfig: {
|
|
3974
|
+
templateId: string;
|
|
3975
|
+
userInputs?: {
|
|
3976
|
+
name: string;
|
|
3977
|
+
value: string;
|
|
3978
|
+
}[];
|
|
3979
|
+
};
|
|
3831
3980
|
};
|
|
3832
3981
|
} & {
|
|
3833
3982
|
pathParameters: {
|
|
3834
|
-
|
|
3983
|
+
stackId: string;
|
|
3835
3984
|
};
|
|
3836
3985
|
} & {
|
|
3837
3986
|
headers?: Partial<{
|
|
@@ -3851,10 +4000,13 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
3851
4000
|
[x: string]: unknown;
|
|
3852
4001
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
3853
4002
|
[x: string]: unknown;
|
|
3854
|
-
},
|
|
3855
|
-
|
|
3856
|
-
|
|
3857
|
-
|
|
4003
|
+
}, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4004
|
+
[x: string]: unknown;
|
|
4005
|
+
}, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4006
|
+
[x: string]: unknown;
|
|
4007
|
+
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4008
|
+
[x: string]: unknown;
|
|
4009
|
+
}, 500, "application/json">>>;
|
|
3858
4010
|
/** Call pull-image webhook */
|
|
3859
4011
|
callPullImageWebhookForService: (request: {
|
|
3860
4012
|
queryParameters: {
|
|
@@ -4100,6 +4252,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
4100
4252
|
} | undefined;
|
|
4101
4253
|
queryParameters?: {
|
|
4102
4254
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
4255
|
+
searchTerm?: string | undefined;
|
|
4103
4256
|
limit?: number | undefined;
|
|
4104
4257
|
skip?: number | undefined;
|
|
4105
4258
|
page?: number | undefined;
|
|
@@ -4114,6 +4267,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
4114
4267
|
};
|
|
4115
4268
|
} & {
|
|
4116
4269
|
queryParameters: {
|
|
4270
|
+
searchTerm?: string | undefined;
|
|
4117
4271
|
limit?: number | undefined;
|
|
4118
4272
|
skip?: number | undefined;
|
|
4119
4273
|
page?: number | undefined;
|
|
@@ -4144,6 +4298,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
4144
4298
|
};
|
|
4145
4299
|
} & {
|
|
4146
4300
|
queryParameters: {
|
|
4301
|
+
searchTerm?: string | undefined;
|
|
4147
4302
|
limit?: number | undefined;
|
|
4148
4303
|
skip?: number | undefined;
|
|
4149
4304
|
page?: number | undefined;
|
|
@@ -5722,6 +5877,61 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5722
5877
|
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5723
5878
|
[x: string]: unknown;
|
|
5724
5879
|
}, 500, "application/json">>>;
|
|
5880
|
+
/** List Container Template statistics. */
|
|
5881
|
+
listTemplateStatistics: (request?: {
|
|
5882
|
+
headers?: {
|
|
5883
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
5884
|
+
} | undefined;
|
|
5885
|
+
queryParameters?: {
|
|
5886
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
5887
|
+
templateId?: string | undefined;
|
|
5888
|
+
category?: string | undefined;
|
|
5889
|
+
} | undefined;
|
|
5890
|
+
} | null | undefined, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
5891
|
+
headers?: Partial<{
|
|
5892
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5893
|
+
}>;
|
|
5894
|
+
} & {
|
|
5895
|
+
queryParameters: {
|
|
5896
|
+
templateId?: string | undefined;
|
|
5897
|
+
category?: string | undefined;
|
|
5898
|
+
} & Partial<{
|
|
5899
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5900
|
+
}>;
|
|
5901
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
5902
|
+
category?: string | undefined;
|
|
5903
|
+
templates?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerTemplateStatsResponse[] | undefined;
|
|
5904
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5905
|
+
[x: string]: unknown;
|
|
5906
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5907
|
+
[x: string]: unknown;
|
|
5908
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5909
|
+
[x: string]: unknown;
|
|
5910
|
+
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5911
|
+
[x: string]: unknown;
|
|
5912
|
+
}, 500, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
5913
|
+
headers?: Partial<{
|
|
5914
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5915
|
+
}>;
|
|
5916
|
+
} & {
|
|
5917
|
+
queryParameters: {
|
|
5918
|
+
templateId?: string | undefined;
|
|
5919
|
+
category?: string | undefined;
|
|
5920
|
+
} & Partial<{
|
|
5921
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5922
|
+
}>;
|
|
5923
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
5924
|
+
category?: string | undefined;
|
|
5925
|
+
templates?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerTemplateStatsResponse[] | undefined;
|
|
5926
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5927
|
+
[x: string]: unknown;
|
|
5928
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5929
|
+
[x: string]: unknown;
|
|
5930
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5931
|
+
[x: string]: unknown;
|
|
5932
|
+
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5933
|
+
[x: string]: unknown;
|
|
5934
|
+
}, 500, "application/json">>>;
|
|
5725
5935
|
/** List Container Templates. */
|
|
5726
5936
|
listTemplates: (request?: {
|
|
5727
5937
|
headers?: {
|
|
@@ -6342,94 +6552,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6342
6552
|
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6343
6553
|
[x: string]: unknown;
|
|
6344
6554
|
}, 500, "application/json">>>;
|
|
6345
|
-
/** Get Container Template statistics. */
|
|
6346
|
-
getTemplateStatistics: (request: {
|
|
6347
|
-
templateId: string;
|
|
6348
|
-
headers?: {
|
|
6349
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
6350
|
-
} | undefined;
|
|
6351
|
-
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
6352
|
-
headers?: Partial<{
|
|
6353
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6354
|
-
}>;
|
|
6355
|
-
} & {
|
|
6356
|
-
pathParameters: {
|
|
6357
|
-
templateId: string;
|
|
6358
|
-
};
|
|
6359
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
6360
|
-
id: string;
|
|
6361
|
-
installations: number;
|
|
6362
|
-
installations30Days: number;
|
|
6363
|
-
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6364
|
-
[x: string]: unknown;
|
|
6365
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6366
|
-
[x: string]: unknown;
|
|
6367
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6368
|
-
[x: string]: unknown;
|
|
6369
|
-
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6370
|
-
[x: string]: unknown;
|
|
6371
|
-
}, 500, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
6372
|
-
headers?: Partial<{
|
|
6373
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6374
|
-
}>;
|
|
6375
|
-
} & {
|
|
6376
|
-
pathParameters: {
|
|
6377
|
-
templateId: string;
|
|
6378
|
-
};
|
|
6379
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
6380
|
-
id: string;
|
|
6381
|
-
installations: number;
|
|
6382
|
-
installations30Days: number;
|
|
6383
|
-
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6384
|
-
[x: string]: unknown;
|
|
6385
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6386
|
-
[x: string]: unknown;
|
|
6387
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6388
|
-
[x: string]: unknown;
|
|
6389
|
-
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6390
|
-
[x: string]: unknown;
|
|
6391
|
-
}, 500, "application/json">>>;
|
|
6392
|
-
/** Get Container Template statistics by category. */
|
|
6393
|
-
getTemplateStatisticsByCategory: (request: {
|
|
6394
|
-
category: string;
|
|
6395
|
-
headers?: {
|
|
6396
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
6397
|
-
} | undefined;
|
|
6398
|
-
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
6399
|
-
headers?: Partial<{
|
|
6400
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6401
|
-
}>;
|
|
6402
|
-
} & {
|
|
6403
|
-
pathParameters: {
|
|
6404
|
-
category: string;
|
|
6405
|
-
};
|
|
6406
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
6407
|
-
category: string;
|
|
6408
|
-
templates: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerTemplateStatsResponse[];
|
|
6409
|
-
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6410
|
-
[x: string]: unknown;
|
|
6411
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6412
|
-
[x: string]: unknown;
|
|
6413
|
-
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6414
|
-
[x: string]: unknown;
|
|
6415
|
-
}, 500, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
6416
|
-
headers?: Partial<{
|
|
6417
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6418
|
-
}>;
|
|
6419
|
-
} & {
|
|
6420
|
-
pathParameters: {
|
|
6421
|
-
category: string;
|
|
6422
|
-
};
|
|
6423
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
6424
|
-
category: string;
|
|
6425
|
-
templates: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerTemplateStatsResponse[];
|
|
6426
|
-
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6427
|
-
[x: string]: unknown;
|
|
6428
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6429
|
-
[x: string]: unknown;
|
|
6430
|
-
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6431
|
-
[x: string]: unknown;
|
|
6432
|
-
}, 500, "application/json">>>;
|
|
6433
6555
|
};
|
|
6434
6556
|
/** The contract API allows you to manage your contracts and orders */
|
|
6435
6557
|
readonly contract: {
|
|
@@ -10629,6 +10751,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
10629
10751
|
webhookExecutionHalted: boolean;
|
|
10630
10752
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
10631
10753
|
[x: string]: unknown;
|
|
10754
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
10755
|
+
[x: string]: unknown;
|
|
10632
10756
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
10633
10757
|
[x: string]: unknown;
|
|
10634
10758
|
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
@@ -10672,6 +10796,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
10672
10796
|
webhookExecutionHalted: boolean;
|
|
10673
10797
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
10674
10798
|
[x: string]: unknown;
|
|
10799
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
10800
|
+
[x: string]: unknown;
|
|
10675
10801
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
10676
10802
|
[x: string]: unknown;
|
|
10677
10803
|
}, 429, "application/json">>>;
|
|
@@ -22462,6 +22588,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22462
22588
|
mailRateLimitId: string;
|
|
22463
22589
|
headers?: {
|
|
22464
22590
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
22591
|
+
"x-access-token"?: string | undefined;
|
|
22465
22592
|
} | undefined;
|
|
22466
22593
|
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
22467
22594
|
headers?: Partial<{
|
|
@@ -22471,6 +22598,12 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22471
22598
|
pathParameters: {
|
|
22472
22599
|
mailRateLimitId: string;
|
|
22473
22600
|
};
|
|
22601
|
+
} & {
|
|
22602
|
+
headers: {
|
|
22603
|
+
"x-access-token"?: string | undefined;
|
|
22604
|
+
} & Partial<{
|
|
22605
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22606
|
+
}>;
|
|
22474
22607
|
}, import("@mittwald/api-client-commons").Response<{
|
|
22475
22608
|
id: string;
|
|
22476
22609
|
rateLimit: number;
|
|
@@ -22486,6 +22619,12 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22486
22619
|
pathParameters: {
|
|
22487
22620
|
mailRateLimitId: string;
|
|
22488
22621
|
};
|
|
22622
|
+
} & {
|
|
22623
|
+
headers: {
|
|
22624
|
+
"x-access-token"?: string | undefined;
|
|
22625
|
+
} & Partial<{
|
|
22626
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22627
|
+
}>;
|
|
22489
22628
|
}, import("@mittwald/api-client-commons").Response<{
|
|
22490
22629
|
id: string;
|
|
22491
22630
|
rateLimit: number;
|
|
@@ -22651,17 +22790,30 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22651
22790
|
listMailRateLimits: (request?: {
|
|
22652
22791
|
headers?: {
|
|
22653
22792
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
22793
|
+
"x-access-token"?: string | undefined;
|
|
22654
22794
|
} | undefined;
|
|
22655
22795
|
} | null | undefined, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
22656
22796
|
headers?: Partial<{
|
|
22657
22797
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22658
22798
|
}>;
|
|
22799
|
+
} & {
|
|
22800
|
+
headers: {
|
|
22801
|
+
"x-access-token"?: string | undefined;
|
|
22802
|
+
} & Partial<{
|
|
22803
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22804
|
+
}>;
|
|
22659
22805
|
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.MailsystemRateLimit[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
22660
22806
|
[x: string]: unknown;
|
|
22661
22807
|
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
22662
22808
|
headers?: Partial<{
|
|
22663
22809
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22664
22810
|
}>;
|
|
22811
|
+
} & {
|
|
22812
|
+
headers: {
|
|
22813
|
+
"x-access-token"?: string | undefined;
|
|
22814
|
+
} & Partial<{
|
|
22815
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22816
|
+
}>;
|
|
22665
22817
|
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.MailsystemRateLimit[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
22666
22818
|
[x: string]: unknown;
|
|
22667
22819
|
}, 429, "application/json">>>;
|
|
@@ -23015,23 +23167,23 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23015
23167
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23016
23168
|
[x: string]: unknown;
|
|
23017
23169
|
}, 429, "application/json">>>;
|
|
23018
|
-
/**
|
|
23019
|
-
|
|
23170
|
+
/** Request a rate limit change for a MailAddress. */
|
|
23171
|
+
requestMailAddressRateLimitChange: (request: {
|
|
23020
23172
|
data: {
|
|
23021
|
-
|
|
23173
|
+
rateLimitId: string;
|
|
23022
23174
|
};
|
|
23023
|
-
|
|
23175
|
+
mailAddressId: string;
|
|
23024
23176
|
headers?: {
|
|
23025
23177
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
23026
23178
|
"x-access-token"?: string | undefined;
|
|
23027
23179
|
} | undefined;
|
|
23028
23180
|
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
23029
23181
|
data: {
|
|
23030
|
-
|
|
23182
|
+
rateLimitId: string;
|
|
23031
23183
|
};
|
|
23032
23184
|
} & {
|
|
23033
23185
|
pathParameters: {
|
|
23034
|
-
|
|
23186
|
+
mailAddressId: string;
|
|
23035
23187
|
};
|
|
23036
23188
|
} & {
|
|
23037
23189
|
headers?: Partial<{
|
|
@@ -23057,11 +23209,11 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23057
23209
|
[x: string]: unknown;
|
|
23058
23210
|
}, 503, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
23059
23211
|
data: {
|
|
23060
|
-
|
|
23212
|
+
rateLimitId: string;
|
|
23061
23213
|
};
|
|
23062
23214
|
} & {
|
|
23063
23215
|
pathParameters: {
|
|
23064
|
-
|
|
23216
|
+
mailAddressId: string;
|
|
23065
23217
|
};
|
|
23066
23218
|
} & {
|
|
23067
23219
|
headers?: Partial<{
|
|
@@ -23086,10 +23238,10 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23086
23238
|
}, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23087
23239
|
[x: string]: unknown;
|
|
23088
23240
|
}, 503, "application/json">>>;
|
|
23089
|
-
/** Update the
|
|
23090
|
-
|
|
23241
|
+
/** Update the description of a DeliveryBox. */
|
|
23242
|
+
updateDeliveryBoxDescription: (request: {
|
|
23091
23243
|
data: {
|
|
23092
|
-
|
|
23244
|
+
description: string;
|
|
23093
23245
|
};
|
|
23094
23246
|
deliveryBoxId: string;
|
|
23095
23247
|
headers?: {
|
|
@@ -23098,7 +23250,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23098
23250
|
} | undefined;
|
|
23099
23251
|
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
23100
23252
|
data: {
|
|
23101
|
-
|
|
23253
|
+
description: string;
|
|
23102
23254
|
};
|
|
23103
23255
|
} & {
|
|
23104
23256
|
pathParameters: {
|
|
@@ -23128,7 +23280,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23128
23280
|
[x: string]: unknown;
|
|
23129
23281
|
}, 503, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
23130
23282
|
data: {
|
|
23131
|
-
|
|
23283
|
+
description: string;
|
|
23132
23284
|
};
|
|
23133
23285
|
} & {
|
|
23134
23286
|
pathParameters: {
|
|
@@ -23157,23 +23309,23 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23157
23309
|
}, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23158
23310
|
[x: string]: unknown;
|
|
23159
23311
|
}, 503, "application/json">>>;
|
|
23160
|
-
/** Update a
|
|
23161
|
-
|
|
23312
|
+
/** Update the password of a DeliveryBox. */
|
|
23313
|
+
updateDeliveryBoxPassword: (request: {
|
|
23162
23314
|
data: {
|
|
23163
|
-
|
|
23315
|
+
password: string;
|
|
23164
23316
|
};
|
|
23165
|
-
|
|
23317
|
+
deliveryBoxId: string;
|
|
23166
23318
|
headers?: {
|
|
23167
23319
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
23168
23320
|
"x-access-token"?: string | undefined;
|
|
23169
23321
|
} | undefined;
|
|
23170
23322
|
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
23171
23323
|
data: {
|
|
23172
|
-
|
|
23324
|
+
password: string;
|
|
23173
23325
|
};
|
|
23174
23326
|
} & {
|
|
23175
23327
|
pathParameters: {
|
|
23176
|
-
|
|
23328
|
+
deliveryBoxId: string;
|
|
23177
23329
|
};
|
|
23178
23330
|
} & {
|
|
23179
23331
|
headers?: Partial<{
|
|
@@ -23199,11 +23351,11 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23199
23351
|
[x: string]: unknown;
|
|
23200
23352
|
}, 503, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
23201
23353
|
data: {
|
|
23202
|
-
|
|
23354
|
+
password: string;
|
|
23203
23355
|
};
|
|
23204
23356
|
} & {
|
|
23205
23357
|
pathParameters: {
|
|
23206
|
-
|
|
23358
|
+
deliveryBoxId: string;
|
|
23207
23359
|
};
|
|
23208
23360
|
} & {
|
|
23209
23361
|
headers?: Partial<{
|
|
@@ -23228,10 +23380,10 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23228
23380
|
}, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23229
23381
|
[x: string]: unknown;
|
|
23230
23382
|
}, 503, "application/json">>>;
|
|
23231
|
-
/** Update
|
|
23232
|
-
|
|
23383
|
+
/** Update a MailAddress. */
|
|
23384
|
+
updateMailAddressAddress: (request: {
|
|
23233
23385
|
data: {
|
|
23234
|
-
|
|
23386
|
+
address: string;
|
|
23235
23387
|
};
|
|
23236
23388
|
mailAddressId: string;
|
|
23237
23389
|
headers?: {
|
|
@@ -23240,7 +23392,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23240
23392
|
} | undefined;
|
|
23241
23393
|
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
23242
23394
|
data: {
|
|
23243
|
-
|
|
23395
|
+
address: string;
|
|
23244
23396
|
};
|
|
23245
23397
|
} & {
|
|
23246
23398
|
pathParameters: {
|
|
@@ -23270,7 +23422,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23270
23422
|
[x: string]: unknown;
|
|
23271
23423
|
}, 503, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
23272
23424
|
data: {
|
|
23273
|
-
|
|
23425
|
+
address: string;
|
|
23274
23426
|
};
|
|
23275
23427
|
} & {
|
|
23276
23428
|
pathParameters: {
|
|
@@ -23299,10 +23451,10 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23299
23451
|
}, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23300
23452
|
[x: string]: unknown;
|
|
23301
23453
|
}, 503, "application/json">>>;
|
|
23302
|
-
/**
|
|
23303
|
-
|
|
23454
|
+
/** Update the catch-all of a MailAddress. */
|
|
23455
|
+
updateMailAddressCatchAll: (request: {
|
|
23304
23456
|
data: {
|
|
23305
|
-
|
|
23457
|
+
active: boolean;
|
|
23306
23458
|
};
|
|
23307
23459
|
mailAddressId: string;
|
|
23308
23460
|
headers?: {
|
|
@@ -23311,7 +23463,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23311
23463
|
} | undefined;
|
|
23312
23464
|
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
23313
23465
|
data: {
|
|
23314
|
-
|
|
23466
|
+
active: boolean;
|
|
23315
23467
|
};
|
|
23316
23468
|
} & {
|
|
23317
23469
|
pathParameters: {
|
|
@@ -23341,7 +23493,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23341
23493
|
[x: string]: unknown;
|
|
23342
23494
|
}, 503, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
23343
23495
|
data: {
|
|
23344
|
-
|
|
23496
|
+
active: boolean;
|
|
23345
23497
|
};
|
|
23346
23498
|
} & {
|
|
23347
23499
|
pathParameters: {
|