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