@mittwald/api-client 0.0.0-development-38105fd-20260708 → 0.0.0-development-d575ea2-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.
@@ -433,6 +433,208 @@ 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
+ nextTokenReset: string;
468
+ planId?: string | undefined;
469
+ rateLimit: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingRateLimit;
470
+ tokens: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingPlanUsageBig;
471
+ topUsages?: {
472
+ keyId?: string;
473
+ name: string;
474
+ projectId?: string;
475
+ tokenUsed: number;
476
+ }[] | undefined;
477
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
478
+ [x: string]: unknown;
479
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
480
+ [x: string]: unknown;
481
+ }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
482
+ [x: string]: unknown;
483
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
484
+ [x: string]: unknown;
485
+ }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
486
+ headers?: Partial<{
487
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
488
+ }>;
489
+ } & {
490
+ pathParameters: {
491
+ customerId: string;
492
+ planId: string;
493
+ };
494
+ } & {
495
+ queryParameters: {
496
+ topUsageCount?: number | undefined;
497
+ } & Partial<{
498
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
499
+ }>;
500
+ }, import("@mittwald/api-client-commons").Response<{
501
+ customerId: string;
502
+ deletedAt?: string | undefined;
503
+ keys: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingPlanUsage;
504
+ modelTermsApprovalRequired: boolean;
505
+ nextTokenReset: string;
506
+ planId?: string | undefined;
507
+ rateLimit: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingRateLimit;
508
+ tokens: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingPlanUsageBig;
509
+ topUsages?: {
510
+ keyId?: string;
511
+ name: string;
512
+ projectId?: string;
513
+ tokenUsed: number;
514
+ }[] | undefined;
515
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
516
+ [x: string]: unknown;
517
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
518
+ [x: string]: unknown;
519
+ }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
520
+ [x: string]: unknown;
521
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
522
+ [x: string]: unknown;
523
+ }, 429, "application/json">>>;
524
+ /** Renames an AI hosting plan. */
525
+ customerUpdatePlan: (request: {
526
+ customerId: string;
527
+ planId: string;
528
+ data?: {
529
+ name?: string | undefined;
530
+ } | undefined;
531
+ headers?: {
532
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
533
+ } | undefined;
534
+ }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
535
+ data: {
536
+ name?: string | undefined;
537
+ };
538
+ } & {
539
+ pathParameters: {
540
+ customerId: string;
541
+ planId: string;
542
+ };
543
+ } & {
544
+ headers?: Partial<{
545
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
546
+ }>;
547
+ }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
548
+ [x: string]: unknown;
549
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
550
+ [x: string]: unknown;
551
+ }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
552
+ [x: string]: unknown;
553
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
554
+ [x: string]: unknown;
555
+ }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
556
+ data: {
557
+ name?: string | undefined;
558
+ };
559
+ } & {
560
+ pathParameters: {
561
+ customerId: string;
562
+ planId: string;
563
+ };
564
+ } & {
565
+ headers?: Partial<{
566
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
567
+ }>;
568
+ }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
569
+ [x: string]: unknown;
570
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
571
+ [x: string]: unknown;
572
+ }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
573
+ [x: string]: unknown;
574
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
575
+ [x: string]: unknown;
576
+ }, 429, "application/json">>>;
577
+ /** Get all ai hosting plans of a customer. */
578
+ customerGetPlans: (request: {
579
+ customerId: string;
580
+ headers?: {
581
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
582
+ } | undefined;
583
+ queryParameters?: {
584
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
585
+ topUsageCount?: number | undefined;
586
+ } | undefined;
587
+ }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
588
+ headers?: Partial<{
589
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
590
+ }>;
591
+ } & {
592
+ pathParameters: {
593
+ customerId: string;
594
+ };
595
+ } & {
596
+ queryParameters: {
597
+ topUsageCount?: number | undefined;
598
+ } & Partial<{
599
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
600
+ }>;
601
+ }, import("@mittwald/api-client-commons").Response<{
602
+ modelTermsApprovalRequired: boolean;
603
+ plans: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingPlanOptions[];
604
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
605
+ [x: string]: unknown;
606
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
607
+ [x: string]: unknown;
608
+ }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
609
+ [x: string]: unknown;
610
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
611
+ [x: string]: unknown;
612
+ }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
613
+ headers?: Partial<{
614
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
615
+ }>;
616
+ } & {
617
+ pathParameters: {
618
+ customerId: string;
619
+ };
620
+ } & {
621
+ queryParameters: {
622
+ topUsageCount?: number | undefined;
623
+ } & Partial<{
624
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
625
+ }>;
626
+ }, import("@mittwald/api-client-commons").Response<{
627
+ modelTermsApprovalRequired: boolean;
628
+ plans: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingPlanOptions[];
629
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
630
+ [x: string]: unknown;
631
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
632
+ [x: string]: unknown;
633
+ }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
634
+ [x: string]: unknown;
635
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
636
+ [x: string]: unknown;
637
+ }, 429, "application/json">>>;
436
638
  /** Get ai hosting plan and usages of a customer. Deprecated: use /ai-hostings/{planId} instead. */
437
639
  customerGetUsage: (request: {
438
640
  customerId: string;
@@ -1062,155 +1264,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
1062
1264
  }, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
1063
1265
  [x: string]: unknown;
1064
1266
  }, 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
1267
  };
1215
1268
  /** The App API allows you to manage your apps within a project, and all the system softwares that are installed as dependencies. */
1216
1269
  readonly app: {
@@ -3801,11 +3854,89 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
3801
3854
  } | undefined;
3802
3855
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
3803
3856
  data: {
3804
- description?: string | undefined;
3857
+ description?: string | undefined;
3858
+ };
3859
+ } & {
3860
+ pathParameters: {
3861
+ projectBackupId: string;
3862
+ };
3863
+ } & {
3864
+ headers?: Partial<{
3865
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
3866
+ }>;
3867
+ } & {
3868
+ headers: {
3869
+ "x-access-token"?: string | undefined;
3870
+ } & Partial<{
3871
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
3872
+ }>;
3873
+ }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
3874
+ [x: string]: unknown;
3875
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
3876
+ [x: string]: unknown;
3877
+ }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
3878
+ [x: string]: unknown;
3879
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
3880
+ [x: string]: unknown;
3881
+ }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
3882
+ data: {
3883
+ description?: string | undefined;
3884
+ };
3885
+ } & {
3886
+ pathParameters: {
3887
+ projectBackupId: string;
3888
+ };
3889
+ } & {
3890
+ headers?: Partial<{
3891
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
3892
+ }>;
3893
+ } & {
3894
+ headers: {
3895
+ "x-access-token"?: string | undefined;
3896
+ } & Partial<{
3897
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
3898
+ }>;
3899
+ }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
3900
+ [x: string]: unknown;
3901
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
3902
+ [x: string]: unknown;
3903
+ }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
3904
+ [x: string]: unknown;
3905
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
3906
+ [x: string]: unknown;
3907
+ }, 429, "application/json">>>;
3908
+ };
3909
+ /** The container API allows you to manage your stacks, containers, volumes and registries. */
3910
+ readonly container: {
3911
+ /** Add a component to a Stack. */
3912
+ addComponent: (request: {
3913
+ data: {
3914
+ templateConfig: {
3915
+ templateId: string;
3916
+ userInputs?: {
3917
+ name: string;
3918
+ value: string;
3919
+ }[] | undefined;
3920
+ };
3921
+ };
3922
+ stackId: string;
3923
+ headers?: {
3924
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
3925
+ "x-access-token"?: string | undefined;
3926
+ } | undefined;
3927
+ }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
3928
+ data: {
3929
+ templateConfig: {
3930
+ templateId: string;
3931
+ userInputs?: {
3932
+ name: string;
3933
+ value: string;
3934
+ }[];
3935
+ };
3805
3936
  };
3806
3937
  } & {
3807
3938
  pathParameters: {
3808
- projectBackupId: string;
3939
+ stackId: string;
3809
3940
  };
3810
3941
  } & {
3811
3942
  headers?: Partial<{
@@ -3825,13 +3956,25 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
3825
3956
  [x: string]: unknown;
3826
3957
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
3827
3958
  [x: string]: unknown;
3828
- }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
3959
+ }, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
3960
+ [x: string]: unknown;
3961
+ }, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
3962
+ [x: string]: unknown;
3963
+ }, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
3964
+ [x: string]: unknown;
3965
+ }, 500, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
3829
3966
  data: {
3830
- description?: string | undefined;
3967
+ templateConfig: {
3968
+ templateId: string;
3969
+ userInputs?: {
3970
+ name: string;
3971
+ value: string;
3972
+ }[];
3973
+ };
3831
3974
  };
3832
3975
  } & {
3833
3976
  pathParameters: {
3834
- projectBackupId: string;
3977
+ stackId: string;
3835
3978
  };
3836
3979
  } & {
3837
3980
  headers?: Partial<{
@@ -3851,10 +3994,13 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
3851
3994
  [x: string]: unknown;
3852
3995
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
3853
3996
  [x: string]: unknown;
3854
- }, 429, "application/json">>>;
3855
- };
3856
- /** The container API allows you to manage your stacks, containers, volumes and registries. */
3857
- readonly container: {
3997
+ }, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
3998
+ [x: string]: unknown;
3999
+ }, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
4000
+ [x: string]: unknown;
4001
+ }, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
4002
+ [x: string]: unknown;
4003
+ }, 500, "application/json">>>;
3858
4004
  /** Call pull-image webhook */
3859
4005
  callPullImageWebhookForService: (request: {
3860
4006
  queryParameters: {
@@ -4100,6 +4246,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
4100
4246
  } | undefined;
4101
4247
  queryParameters?: {
4102
4248
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
4249
+ searchTerm?: string | undefined;
4103
4250
  limit?: number | undefined;
4104
4251
  skip?: number | undefined;
4105
4252
  page?: number | undefined;
@@ -4114,6 +4261,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
4114
4261
  };
4115
4262
  } & {
4116
4263
  queryParameters: {
4264
+ searchTerm?: string | undefined;
4117
4265
  limit?: number | undefined;
4118
4266
  skip?: number | undefined;
4119
4267
  page?: number | undefined;
@@ -4144,6 +4292,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
4144
4292
  };
4145
4293
  } & {
4146
4294
  queryParameters: {
4295
+ searchTerm?: string | undefined;
4147
4296
  limit?: number | undefined;
4148
4297
  skip?: number | undefined;
4149
4298
  page?: number | undefined;
@@ -5722,6 +5871,61 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
5722
5871
  }, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
5723
5872
  [x: string]: unknown;
5724
5873
  }, 500, "application/json">>>;
5874
+ /** List Container Template statistics. */
5875
+ listTemplateStatistics: (request?: {
5876
+ headers?: {
5877
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
5878
+ } | undefined;
5879
+ queryParameters?: {
5880
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
5881
+ templateId?: string | undefined;
5882
+ category?: string | undefined;
5883
+ } | undefined;
5884
+ } | null | undefined, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
5885
+ headers?: Partial<{
5886
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
5887
+ }>;
5888
+ } & {
5889
+ queryParameters: {
5890
+ templateId?: string | undefined;
5891
+ category?: string | undefined;
5892
+ } & Partial<{
5893
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
5894
+ }>;
5895
+ }, import("@mittwald/api-client-commons").Response<{
5896
+ category?: string | undefined;
5897
+ templates?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerTemplateStatsResponse[] | undefined;
5898
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
5899
+ [x: string]: unknown;
5900
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
5901
+ [x: string]: unknown;
5902
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
5903
+ [x: string]: unknown;
5904
+ }, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
5905
+ [x: string]: unknown;
5906
+ }, 500, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
5907
+ headers?: Partial<{
5908
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
5909
+ }>;
5910
+ } & {
5911
+ queryParameters: {
5912
+ templateId?: string | undefined;
5913
+ category?: string | undefined;
5914
+ } & Partial<{
5915
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
5916
+ }>;
5917
+ }, import("@mittwald/api-client-commons").Response<{
5918
+ category?: string | undefined;
5919
+ templates?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerTemplateStatsResponse[] | undefined;
5920
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
5921
+ [x: string]: unknown;
5922
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
5923
+ [x: string]: unknown;
5924
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
5925
+ [x: string]: unknown;
5926
+ }, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
5927
+ [x: string]: unknown;
5928
+ }, 500, "application/json">>>;
5725
5929
  /** List Container Templates. */
5726
5930
  listTemplates: (request?: {
5727
5931
  headers?: {
@@ -6342,94 +6546,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
6342
6546
  }, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
6343
6547
  [x: string]: unknown;
6344
6548
  }, 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
6549
  };
6434
6550
  /** The contract API allows you to manage your contracts and orders */
6435
6551
  readonly contract: {
@@ -10629,6 +10745,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
10629
10745
  webhookExecutionHalted: boolean;
10630
10746
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
10631
10747
  [x: string]: unknown;
10748
+ }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
10749
+ [x: string]: unknown;
10632
10750
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
10633
10751
  [x: string]: unknown;
10634
10752
  }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
@@ -10672,6 +10790,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
10672
10790
  webhookExecutionHalted: boolean;
10673
10791
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
10674
10792
  [x: string]: unknown;
10793
+ }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
10794
+ [x: string]: unknown;
10675
10795
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
10676
10796
  [x: string]: unknown;
10677
10797
  }, 429, "application/json">>>;
@@ -22462,6 +22582,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
22462
22582
  mailRateLimitId: string;
22463
22583
  headers?: {
22464
22584
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
22585
+ "x-access-token"?: string | undefined;
22465
22586
  } | undefined;
22466
22587
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
22467
22588
  headers?: Partial<{
@@ -22471,6 +22592,12 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
22471
22592
  pathParameters: {
22472
22593
  mailRateLimitId: string;
22473
22594
  };
22595
+ } & {
22596
+ headers: {
22597
+ "x-access-token"?: string | undefined;
22598
+ } & Partial<{
22599
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
22600
+ }>;
22474
22601
  }, import("@mittwald/api-client-commons").Response<{
22475
22602
  id: string;
22476
22603
  rateLimit: number;
@@ -22486,6 +22613,12 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
22486
22613
  pathParameters: {
22487
22614
  mailRateLimitId: string;
22488
22615
  };
22616
+ } & {
22617
+ headers: {
22618
+ "x-access-token"?: string | undefined;
22619
+ } & Partial<{
22620
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
22621
+ }>;
22489
22622
  }, import("@mittwald/api-client-commons").Response<{
22490
22623
  id: string;
22491
22624
  rateLimit: number;
@@ -22651,17 +22784,30 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
22651
22784
  listMailRateLimits: (request?: {
22652
22785
  headers?: {
22653
22786
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
22787
+ "x-access-token"?: string | undefined;
22654
22788
  } | undefined;
22655
22789
  } | null | undefined, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
22656
22790
  headers?: Partial<{
22657
22791
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
22658
22792
  }>;
22793
+ } & {
22794
+ headers: {
22795
+ "x-access-token"?: string | undefined;
22796
+ } & Partial<{
22797
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
22798
+ }>;
22659
22799
  }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.MailsystemRateLimit[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
22660
22800
  [x: string]: unknown;
22661
22801
  }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
22662
22802
  headers?: Partial<{
22663
22803
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
22664
22804
  }>;
22805
+ } & {
22806
+ headers: {
22807
+ "x-access-token"?: string | undefined;
22808
+ } & Partial<{
22809
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
22810
+ }>;
22665
22811
  }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.MailsystemRateLimit[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
22666
22812
  [x: string]: unknown;
22667
22813
  }, 429, "application/json">>>;
@@ -23015,23 +23161,23 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
23015
23161
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
23016
23162
  [x: string]: unknown;
23017
23163
  }, 429, "application/json">>>;
23018
- /** Update the description of a DeliveryBox. */
23019
- updateDeliveryBoxDescription: (request: {
23164
+ /** Request a rate limit change for a MailAddress. */
23165
+ requestMailAddressRateLimitChange: (request: {
23020
23166
  data: {
23021
- description: string;
23167
+ rateLimitId: string;
23022
23168
  };
23023
- deliveryBoxId: string;
23169
+ mailAddressId: string;
23024
23170
  headers?: {
23025
23171
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
23026
23172
  "x-access-token"?: string | undefined;
23027
23173
  } | undefined;
23028
23174
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
23029
23175
  data: {
23030
- description: string;
23176
+ rateLimitId: string;
23031
23177
  };
23032
23178
  } & {
23033
23179
  pathParameters: {
23034
- deliveryBoxId: string;
23180
+ mailAddressId: string;
23035
23181
  };
23036
23182
  } & {
23037
23183
  headers?: Partial<{
@@ -23057,11 +23203,11 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
23057
23203
  [x: string]: unknown;
23058
23204
  }, 503, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
23059
23205
  data: {
23060
- description: string;
23206
+ rateLimitId: string;
23061
23207
  };
23062
23208
  } & {
23063
23209
  pathParameters: {
23064
- deliveryBoxId: string;
23210
+ mailAddressId: string;
23065
23211
  };
23066
23212
  } & {
23067
23213
  headers?: Partial<{
@@ -23086,10 +23232,10 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
23086
23232
  }, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
23087
23233
  [x: string]: unknown;
23088
23234
  }, 503, "application/json">>>;
23089
- /** Update the password of a DeliveryBox. */
23090
- updateDeliveryBoxPassword: (request: {
23235
+ /** Update the description of a DeliveryBox. */
23236
+ updateDeliveryBoxDescription: (request: {
23091
23237
  data: {
23092
- password: string;
23238
+ description: string;
23093
23239
  };
23094
23240
  deliveryBoxId: string;
23095
23241
  headers?: {
@@ -23098,7 +23244,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
23098
23244
  } | undefined;
23099
23245
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
23100
23246
  data: {
23101
- password: string;
23247
+ description: string;
23102
23248
  };
23103
23249
  } & {
23104
23250
  pathParameters: {
@@ -23128,7 +23274,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
23128
23274
  [x: string]: unknown;
23129
23275
  }, 503, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
23130
23276
  data: {
23131
- password: string;
23277
+ description: string;
23132
23278
  };
23133
23279
  } & {
23134
23280
  pathParameters: {
@@ -23157,23 +23303,23 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
23157
23303
  }, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
23158
23304
  [x: string]: unknown;
23159
23305
  }, 503, "application/json">>>;
23160
- /** Update a MailAddress. */
23161
- updateMailAddressAddress: (request: {
23306
+ /** Update the password of a DeliveryBox. */
23307
+ updateDeliveryBoxPassword: (request: {
23162
23308
  data: {
23163
- address: string;
23309
+ password: string;
23164
23310
  };
23165
- mailAddressId: string;
23311
+ deliveryBoxId: string;
23166
23312
  headers?: {
23167
23313
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
23168
23314
  "x-access-token"?: string | undefined;
23169
23315
  } | undefined;
23170
23316
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
23171
23317
  data: {
23172
- address: string;
23318
+ password: string;
23173
23319
  };
23174
23320
  } & {
23175
23321
  pathParameters: {
23176
- mailAddressId: string;
23322
+ deliveryBoxId: string;
23177
23323
  };
23178
23324
  } & {
23179
23325
  headers?: Partial<{
@@ -23199,11 +23345,11 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
23199
23345
  [x: string]: unknown;
23200
23346
  }, 503, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
23201
23347
  data: {
23202
- address: string;
23348
+ password: string;
23203
23349
  };
23204
23350
  } & {
23205
23351
  pathParameters: {
23206
- mailAddressId: string;
23352
+ deliveryBoxId: string;
23207
23353
  };
23208
23354
  } & {
23209
23355
  headers?: Partial<{
@@ -23228,10 +23374,10 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
23228
23374
  }, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
23229
23375
  [x: string]: unknown;
23230
23376
  }, 503, "application/json">>>;
23231
- /** Update the catch-all of a MailAddress. */
23232
- updateMailAddressCatchAll: (request: {
23377
+ /** Update a MailAddress. */
23378
+ updateMailAddressAddress: (request: {
23233
23379
  data: {
23234
- active: boolean;
23380
+ address: string;
23235
23381
  };
23236
23382
  mailAddressId: string;
23237
23383
  headers?: {
@@ -23240,7 +23386,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
23240
23386
  } | undefined;
23241
23387
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
23242
23388
  data: {
23243
- active: boolean;
23389
+ address: string;
23244
23390
  };
23245
23391
  } & {
23246
23392
  pathParameters: {
@@ -23270,7 +23416,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
23270
23416
  [x: string]: unknown;
23271
23417
  }, 503, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
23272
23418
  data: {
23273
- active: boolean;
23419
+ address: string;
23274
23420
  };
23275
23421
  } & {
23276
23422
  pathParameters: {
@@ -23299,10 +23445,10 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
23299
23445
  }, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
23300
23446
  [x: string]: unknown;
23301
23447
  }, 503, "application/json">>>;
23302
- /** Request a rate limit change for a MailAddress. */
23303
- requestMailAddressRateLimitChange: (request: {
23448
+ /** Update the catch-all of a MailAddress. */
23449
+ updateMailAddressCatchAll: (request: {
23304
23450
  data: {
23305
- rateLimitId: string;
23451
+ active: boolean;
23306
23452
  };
23307
23453
  mailAddressId: string;
23308
23454
  headers?: {
@@ -23311,7 +23457,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
23311
23457
  } | undefined;
23312
23458
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
23313
23459
  data: {
23314
- rateLimitId: string;
23460
+ active: boolean;
23315
23461
  };
23316
23462
  } & {
23317
23463
  pathParameters: {
@@ -23341,7 +23487,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
23341
23487
  [x: string]: unknown;
23342
23488
  }, 503, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
23343
23489
  data: {
23344
- rateLimitId: string;
23490
+ active: boolean;
23345
23491
  };
23346
23492
  } & {
23347
23493
  pathParameters: {