@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.
- 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 +58 -62
- package/dist/types/generated/v2/client.d.ts +423 -277
- package/dist/types/generated/v2/descriptors.d.ts +13 -11
- package/dist/types/generated/v2/types.d.ts +541 -433
- package/dist/types/generated/v3-next/client-react.d.ts +58 -62
- package/dist/types/generated/v3-next/client.d.ts +423 -277
- package/dist/types/generated/v3-next/descriptors.d.ts +13 -11
- package/dist/types/generated/v3-next/types.d.ts +541 -433
- package/dist/types/version.d.ts +1 -1
- package/package.json +4 -4
|
@@ -433,6 +433,208 @@ export declare class MittwaldAPIV3NextClient 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").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingPlanUsage;
|
|
466
|
+
modelTermsApprovalRequired: boolean;
|
|
467
|
+
nextTokenReset: string;
|
|
468
|
+
planId?: string | undefined;
|
|
469
|
+
rateLimit: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingRateLimit;
|
|
470
|
+
tokens: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingPlanUsageBig;
|
|
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").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingPlanUsage;
|
|
504
|
+
modelTermsApprovalRequired: boolean;
|
|
505
|
+
nextTokenReset: string;
|
|
506
|
+
planId?: string | undefined;
|
|
507
|
+
rateLimit: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingRateLimit;
|
|
508
|
+
tokens: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingPlanUsageBig;
|
|
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").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingPlanOptions[];
|
|
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").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingPlanOptions[];
|
|
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 MittwaldAPIV3NextClient 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").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingPlanUsage;
|
|
1095
|
-
modelTermsApprovalRequired: boolean;
|
|
1096
|
-
nextTokenReset: string;
|
|
1097
|
-
planId?: string | undefined;
|
|
1098
|
-
rateLimit: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingRateLimit;
|
|
1099
|
-
tokens: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingPlanUsageBig;
|
|
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").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingPlanUsage;
|
|
1133
|
-
modelTermsApprovalRequired: boolean;
|
|
1134
|
-
nextTokenReset: string;
|
|
1135
|
-
planId?: string | undefined;
|
|
1136
|
-
rateLimit: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingRateLimit;
|
|
1137
|
-
tokens: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingPlanUsageBig;
|
|
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").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingPlanOptions[];
|
|
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").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingPlanOptions[];
|
|
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 MittwaldAPIV3NextClient 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
|
-
|
|
3939
|
+
stackId: string;
|
|
3809
3940
|
};
|
|
3810
3941
|
} & {
|
|
3811
3942
|
headers?: Partial<{
|
|
@@ -3825,13 +3956,25 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
3825
3956
|
[x: string]: unknown;
|
|
3826
3957
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
3827
3958
|
[x: string]: unknown;
|
|
3828
|
-
},
|
|
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
|
-
|
|
3967
|
+
templateConfig: {
|
|
3968
|
+
templateId: string;
|
|
3969
|
+
userInputs?: {
|
|
3970
|
+
name: string;
|
|
3971
|
+
value: string;
|
|
3972
|
+
}[];
|
|
3973
|
+
};
|
|
3831
3974
|
};
|
|
3832
3975
|
} & {
|
|
3833
3976
|
pathParameters: {
|
|
3834
|
-
|
|
3977
|
+
stackId: string;
|
|
3835
3978
|
};
|
|
3836
3979
|
} & {
|
|
3837
3980
|
headers?: Partial<{
|
|
@@ -3851,10 +3994,13 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
3851
3994
|
[x: string]: unknown;
|
|
3852
3995
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
3853
3996
|
[x: string]: unknown;
|
|
3854
|
-
},
|
|
3855
|
-
|
|
3856
|
-
|
|
3857
|
-
|
|
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 MittwaldAPIV3NextClient 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 MittwaldAPIV3NextClient 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 MittwaldAPIV3NextClient 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 MittwaldAPIV3NextClient 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").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerTemplateStatsResponse[] | 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").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerTemplateStatsResponse[] | 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 MittwaldAPIV3NextClient 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").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerTemplateStatsResponse[];
|
|
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").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerTemplateStatsResponse[];
|
|
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 MittwaldAPIV3NextClient 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 MittwaldAPIV3NextClient 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">>>;
|
|
@@ -22461,6 +22581,7 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
22461
22581
|
mailRateLimitId: string;
|
|
22462
22582
|
headers?: {
|
|
22463
22583
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
22584
|
+
"x-access-token"?: string | undefined;
|
|
22464
22585
|
} | undefined;
|
|
22465
22586
|
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
22466
22587
|
headers?: Partial<{
|
|
@@ -22470,6 +22591,12 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
22470
22591
|
pathParameters: {
|
|
22471
22592
|
mailRateLimitId: string;
|
|
22472
22593
|
};
|
|
22594
|
+
} & {
|
|
22595
|
+
headers: {
|
|
22596
|
+
"x-access-token"?: string | undefined;
|
|
22597
|
+
} & Partial<{
|
|
22598
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22599
|
+
}>;
|
|
22473
22600
|
}, import("@mittwald/api-client-commons").Response<{
|
|
22474
22601
|
id: string;
|
|
22475
22602
|
rateLimit: number;
|
|
@@ -22485,6 +22612,12 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
22485
22612
|
pathParameters: {
|
|
22486
22613
|
mailRateLimitId: string;
|
|
22487
22614
|
};
|
|
22615
|
+
} & {
|
|
22616
|
+
headers: {
|
|
22617
|
+
"x-access-token"?: string | undefined;
|
|
22618
|
+
} & Partial<{
|
|
22619
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22620
|
+
}>;
|
|
22488
22621
|
}, import("@mittwald/api-client-commons").Response<{
|
|
22489
22622
|
id: string;
|
|
22490
22623
|
rateLimit: number;
|
|
@@ -22650,17 +22783,30 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
22650
22783
|
listMailRateLimits: (request?: {
|
|
22651
22784
|
headers?: {
|
|
22652
22785
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
22786
|
+
"x-access-token"?: string | undefined;
|
|
22653
22787
|
} | undefined;
|
|
22654
22788
|
} | null | undefined, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
22655
22789
|
headers?: Partial<{
|
|
22656
22790
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22657
22791
|
}>;
|
|
22792
|
+
} & {
|
|
22793
|
+
headers: {
|
|
22794
|
+
"x-access-token"?: string | undefined;
|
|
22795
|
+
} & Partial<{
|
|
22796
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22797
|
+
}>;
|
|
22658
22798
|
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMailsystemRateLimit[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
22659
22799
|
[x: string]: unknown;
|
|
22660
22800
|
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
22661
22801
|
headers?: Partial<{
|
|
22662
22802
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22663
22803
|
}>;
|
|
22804
|
+
} & {
|
|
22805
|
+
headers: {
|
|
22806
|
+
"x-access-token"?: string | undefined;
|
|
22807
|
+
} & Partial<{
|
|
22808
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22809
|
+
}>;
|
|
22664
22810
|
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMailsystemRateLimit[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
22665
22811
|
[x: string]: unknown;
|
|
22666
22812
|
}, 429, "application/json">>>;
|
|
@@ -23014,23 +23160,23 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
23014
23160
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23015
23161
|
[x: string]: unknown;
|
|
23016
23162
|
}, 429, "application/json">>>;
|
|
23017
|
-
/**
|
|
23018
|
-
|
|
23163
|
+
/** Request a rate limit change for a MailAddress. */
|
|
23164
|
+
requestMailAddressRateLimitChange: (request: {
|
|
23019
23165
|
data: {
|
|
23020
|
-
|
|
23166
|
+
rateLimitId: string;
|
|
23021
23167
|
};
|
|
23022
|
-
|
|
23168
|
+
mailAddressId: string;
|
|
23023
23169
|
headers?: {
|
|
23024
23170
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
23025
23171
|
"x-access-token"?: string | undefined;
|
|
23026
23172
|
} | undefined;
|
|
23027
23173
|
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
23028
23174
|
data: {
|
|
23029
|
-
|
|
23175
|
+
rateLimitId: string;
|
|
23030
23176
|
};
|
|
23031
23177
|
} & {
|
|
23032
23178
|
pathParameters: {
|
|
23033
|
-
|
|
23179
|
+
mailAddressId: string;
|
|
23034
23180
|
};
|
|
23035
23181
|
} & {
|
|
23036
23182
|
headers?: Partial<{
|
|
@@ -23056,11 +23202,11 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
23056
23202
|
[x: string]: unknown;
|
|
23057
23203
|
}, 503, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
23058
23204
|
data: {
|
|
23059
|
-
|
|
23205
|
+
rateLimitId: string;
|
|
23060
23206
|
};
|
|
23061
23207
|
} & {
|
|
23062
23208
|
pathParameters: {
|
|
23063
|
-
|
|
23209
|
+
mailAddressId: string;
|
|
23064
23210
|
};
|
|
23065
23211
|
} & {
|
|
23066
23212
|
headers?: Partial<{
|
|
@@ -23085,10 +23231,10 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
23085
23231
|
}, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23086
23232
|
[x: string]: unknown;
|
|
23087
23233
|
}, 503, "application/json">>>;
|
|
23088
|
-
/** Update the
|
|
23089
|
-
|
|
23234
|
+
/** Update the description of a DeliveryBox. */
|
|
23235
|
+
updateDeliveryBoxDescription: (request: {
|
|
23090
23236
|
data: {
|
|
23091
|
-
|
|
23237
|
+
description: string;
|
|
23092
23238
|
};
|
|
23093
23239
|
deliveryBoxId: string;
|
|
23094
23240
|
headers?: {
|
|
@@ -23097,7 +23243,7 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
23097
23243
|
} | undefined;
|
|
23098
23244
|
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
23099
23245
|
data: {
|
|
23100
|
-
|
|
23246
|
+
description: string;
|
|
23101
23247
|
};
|
|
23102
23248
|
} & {
|
|
23103
23249
|
pathParameters: {
|
|
@@ -23127,7 +23273,7 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
23127
23273
|
[x: string]: unknown;
|
|
23128
23274
|
}, 503, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
23129
23275
|
data: {
|
|
23130
|
-
|
|
23276
|
+
description: string;
|
|
23131
23277
|
};
|
|
23132
23278
|
} & {
|
|
23133
23279
|
pathParameters: {
|
|
@@ -23156,23 +23302,23 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
23156
23302
|
}, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23157
23303
|
[x: string]: unknown;
|
|
23158
23304
|
}, 503, "application/json">>>;
|
|
23159
|
-
/** Update a
|
|
23160
|
-
|
|
23305
|
+
/** Update the password of a DeliveryBox. */
|
|
23306
|
+
updateDeliveryBoxPassword: (request: {
|
|
23161
23307
|
data: {
|
|
23162
|
-
|
|
23308
|
+
password: string;
|
|
23163
23309
|
};
|
|
23164
|
-
|
|
23310
|
+
deliveryBoxId: string;
|
|
23165
23311
|
headers?: {
|
|
23166
23312
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
23167
23313
|
"x-access-token"?: string | undefined;
|
|
23168
23314
|
} | undefined;
|
|
23169
23315
|
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
23170
23316
|
data: {
|
|
23171
|
-
|
|
23317
|
+
password: string;
|
|
23172
23318
|
};
|
|
23173
23319
|
} & {
|
|
23174
23320
|
pathParameters: {
|
|
23175
|
-
|
|
23321
|
+
deliveryBoxId: string;
|
|
23176
23322
|
};
|
|
23177
23323
|
} & {
|
|
23178
23324
|
headers?: Partial<{
|
|
@@ -23198,11 +23344,11 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
23198
23344
|
[x: string]: unknown;
|
|
23199
23345
|
}, 503, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
23200
23346
|
data: {
|
|
23201
|
-
|
|
23347
|
+
password: string;
|
|
23202
23348
|
};
|
|
23203
23349
|
} & {
|
|
23204
23350
|
pathParameters: {
|
|
23205
|
-
|
|
23351
|
+
deliveryBoxId: string;
|
|
23206
23352
|
};
|
|
23207
23353
|
} & {
|
|
23208
23354
|
headers?: Partial<{
|
|
@@ -23227,10 +23373,10 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
23227
23373
|
}, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23228
23374
|
[x: string]: unknown;
|
|
23229
23375
|
}, 503, "application/json">>>;
|
|
23230
|
-
/** Update
|
|
23231
|
-
|
|
23376
|
+
/** Update a MailAddress. */
|
|
23377
|
+
updateMailAddressAddress: (request: {
|
|
23232
23378
|
data: {
|
|
23233
|
-
|
|
23379
|
+
address: string;
|
|
23234
23380
|
};
|
|
23235
23381
|
mailAddressId: string;
|
|
23236
23382
|
headers?: {
|
|
@@ -23239,7 +23385,7 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
23239
23385
|
} | undefined;
|
|
23240
23386
|
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
23241
23387
|
data: {
|
|
23242
|
-
|
|
23388
|
+
address: string;
|
|
23243
23389
|
};
|
|
23244
23390
|
} & {
|
|
23245
23391
|
pathParameters: {
|
|
@@ -23269,7 +23415,7 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
23269
23415
|
[x: string]: unknown;
|
|
23270
23416
|
}, 503, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
23271
23417
|
data: {
|
|
23272
|
-
|
|
23418
|
+
address: string;
|
|
23273
23419
|
};
|
|
23274
23420
|
} & {
|
|
23275
23421
|
pathParameters: {
|
|
@@ -23298,10 +23444,10 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
23298
23444
|
}, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23299
23445
|
[x: string]: unknown;
|
|
23300
23446
|
}, 503, "application/json">>>;
|
|
23301
|
-
/**
|
|
23302
|
-
|
|
23447
|
+
/** Update the catch-all of a MailAddress. */
|
|
23448
|
+
updateMailAddressCatchAll: (request: {
|
|
23303
23449
|
data: {
|
|
23304
|
-
|
|
23450
|
+
active: boolean;
|
|
23305
23451
|
};
|
|
23306
23452
|
mailAddressId: string;
|
|
23307
23453
|
headers?: {
|
|
@@ -23310,7 +23456,7 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
23310
23456
|
} | undefined;
|
|
23311
23457
|
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
23312
23458
|
data: {
|
|
23313
|
-
|
|
23459
|
+
active: boolean;
|
|
23314
23460
|
};
|
|
23315
23461
|
} & {
|
|
23316
23462
|
pathParameters: {
|
|
@@ -23340,7 +23486,7 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
23340
23486
|
[x: string]: unknown;
|
|
23341
23487
|
}, 503, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
23342
23488
|
data: {
|
|
23343
|
-
|
|
23489
|
+
active: boolean;
|
|
23344
23490
|
};
|
|
23345
23491
|
} & {
|
|
23346
23492
|
pathParameters: {
|