@mittwald/api-client 4.419.0 → 4.420.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/esm/generated/v2/client-react.js +6 -6
- package/dist/esm/generated/v2/client.js +8 -12
- package/dist/esm/generated/v2/descriptors.js +24 -36
- package/dist/esm/generated/v3-next/client.js +0 -4
- package/dist/esm/generated/v3-next/descriptors.js +0 -12
- package/dist/esm/version.js +1 -1
- package/dist/types/generated/v2/client-react.d.ts +26 -26
- package/dist/types/generated/v2/client.d.ts +162 -289
- package/dist/types/generated/v2/descriptors.d.ts +8 -12
- package/dist/types/generated/v2/types.d.ts +333 -440
- package/dist/types/generated/v3-next/client.d.ts +0 -127
- package/dist/types/generated/v3-next/descriptors.d.ts +0 -4
- package/dist/types/generated/v3-next/types.d.ts +0 -107
- package/dist/types/version.d.ts +1 -1
- package/package.json +4 -4
|
@@ -5090,56 +5090,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5090
5090
|
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5091
5091
|
[x: string]: unknown;
|
|
5092
5092
|
}, 500, "application/json">>>;
|
|
5093
|
-
/** Get a Container Template asset. */
|
|
5094
|
-
getTemplateAsset: (request: {
|
|
5095
|
-
templateId: string;
|
|
5096
|
-
assetPath: string;
|
|
5097
|
-
headers?: {
|
|
5098
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
5099
|
-
} | undefined;
|
|
5100
|
-
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
5101
|
-
headers?: Partial<{
|
|
5102
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5103
|
-
}>;
|
|
5104
|
-
} & {
|
|
5105
|
-
pathParameters: {
|
|
5106
|
-
templateId: string;
|
|
5107
|
-
assetPath: string;
|
|
5108
|
-
};
|
|
5109
|
-
}, import("@mittwald/api-client-commons").Response<string, 200, "image/jpeg"> | import("@mittwald/api-client-commons").Response<string, 200, "image/png"> | import("@mittwald/api-client-commons").Response<string, 200, "image/svg+xml"> | import("@mittwald/api-client-commons").Response<string, 200, "image/webp"> | import("@mittwald/api-client-commons").Response<{
|
|
5110
|
-
[x: string]: unknown;
|
|
5111
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5112
|
-
[x: string]: unknown;
|
|
5113
|
-
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5114
|
-
[x: string]: unknown;
|
|
5115
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5116
|
-
[x: string]: unknown;
|
|
5117
|
-
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5118
|
-
[x: string]: unknown;
|
|
5119
|
-
}, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5120
|
-
[x: string]: unknown;
|
|
5121
|
-
}, 503, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
5122
|
-
headers?: Partial<{
|
|
5123
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5124
|
-
}>;
|
|
5125
|
-
} & {
|
|
5126
|
-
pathParameters: {
|
|
5127
|
-
templateId: string;
|
|
5128
|
-
assetPath: string;
|
|
5129
|
-
};
|
|
5130
|
-
}, import("@mittwald/api-client-commons").Response<string, 200, "image/jpeg"> | import("@mittwald/api-client-commons").Response<string, 200, "image/png"> | import("@mittwald/api-client-commons").Response<string, 200, "image/svg+xml"> | import("@mittwald/api-client-commons").Response<string, 200, "image/webp"> | import("@mittwald/api-client-commons").Response<{
|
|
5131
|
-
[x: string]: unknown;
|
|
5132
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5133
|
-
[x: string]: unknown;
|
|
5134
|
-
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5135
|
-
[x: string]: unknown;
|
|
5136
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5137
|
-
[x: string]: unknown;
|
|
5138
|
-
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5139
|
-
[x: string]: unknown;
|
|
5140
|
-
}, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5141
|
-
[x: string]: unknown;
|
|
5142
|
-
}, 503, "application/json">>>;
|
|
5143
5093
|
/** Get a Container Template by ID. */
|
|
5144
5094
|
getTemplate: (request: {
|
|
5145
5095
|
templateId: string;
|
|
@@ -6141,6 +6091,56 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6141
6091
|
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6142
6092
|
[x: string]: unknown;
|
|
6143
6093
|
}, 500, "application/json">>>;
|
|
6094
|
+
/** Get a Container Template asset. */
|
|
6095
|
+
getTemplateAsset: (request: {
|
|
6096
|
+
templateId: string;
|
|
6097
|
+
assetPath: string;
|
|
6098
|
+
headers?: {
|
|
6099
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
6100
|
+
} | undefined;
|
|
6101
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
6102
|
+
headers?: Partial<{
|
|
6103
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6104
|
+
}>;
|
|
6105
|
+
} & {
|
|
6106
|
+
pathParameters: {
|
|
6107
|
+
templateId: string;
|
|
6108
|
+
assetPath: string;
|
|
6109
|
+
};
|
|
6110
|
+
}, import("@mittwald/api-client-commons").Response<string, 200, "image/jpeg"> | import("@mittwald/api-client-commons").Response<string, 200, "image/png"> | import("@mittwald/api-client-commons").Response<string, 200, "image/svg+xml"> | import("@mittwald/api-client-commons").Response<string, 200, "image/webp"> | import("@mittwald/api-client-commons").Response<{
|
|
6111
|
+
[x: string]: unknown;
|
|
6112
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6113
|
+
[x: string]: unknown;
|
|
6114
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6115
|
+
[x: string]: unknown;
|
|
6116
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6117
|
+
[x: string]: unknown;
|
|
6118
|
+
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6119
|
+
[x: string]: unknown;
|
|
6120
|
+
}, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6121
|
+
[x: string]: unknown;
|
|
6122
|
+
}, 503, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
6123
|
+
headers?: Partial<{
|
|
6124
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6125
|
+
}>;
|
|
6126
|
+
} & {
|
|
6127
|
+
pathParameters: {
|
|
6128
|
+
templateId: string;
|
|
6129
|
+
assetPath: string;
|
|
6130
|
+
};
|
|
6131
|
+
}, import("@mittwald/api-client-commons").Response<string, 200, "image/jpeg"> | import("@mittwald/api-client-commons").Response<string, 200, "image/png"> | import("@mittwald/api-client-commons").Response<string, 200, "image/svg+xml"> | import("@mittwald/api-client-commons").Response<string, 200, "image/webp"> | import("@mittwald/api-client-commons").Response<{
|
|
6132
|
+
[x: string]: unknown;
|
|
6133
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6134
|
+
[x: string]: unknown;
|
|
6135
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6136
|
+
[x: string]: unknown;
|
|
6137
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6138
|
+
[x: string]: unknown;
|
|
6139
|
+
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6140
|
+
[x: string]: unknown;
|
|
6141
|
+
}, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6142
|
+
[x: string]: unknown;
|
|
6143
|
+
}, 503, "application/json">>>;
|
|
6144
6144
|
};
|
|
6145
6145
|
/** The contract API allows you to manage your contracts and orders */
|
|
6146
6146
|
readonly contract: {
|
|
@@ -16819,74 +16819,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16819
16819
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
16820
16820
|
[x: string]: unknown;
|
|
16821
16821
|
}, 429, "application/json">>>;
|
|
16822
|
-
/** Update a MySQLUser. */
|
|
16823
|
-
replaceMysqlUser: (request: {
|
|
16824
|
-
data: {
|
|
16825
|
-
accessLevel: "full" | "readonly";
|
|
16826
|
-
description: string;
|
|
16827
|
-
accessIpMask?: string | undefined;
|
|
16828
|
-
externalAccess?: boolean | undefined;
|
|
16829
|
-
};
|
|
16830
|
-
mysqlUserId: string;
|
|
16831
|
-
headers?: {
|
|
16832
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
16833
|
-
"x-access-token"?: string | undefined;
|
|
16834
|
-
} | undefined;
|
|
16835
|
-
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
16836
|
-
data: {
|
|
16837
|
-
accessIpMask?: string | undefined;
|
|
16838
|
-
accessLevel: "full" | "readonly";
|
|
16839
|
-
description: string;
|
|
16840
|
-
externalAccess?: boolean | undefined;
|
|
16841
|
-
};
|
|
16842
|
-
} & {
|
|
16843
|
-
pathParameters: {
|
|
16844
|
-
mysqlUserId: string;
|
|
16845
|
-
};
|
|
16846
|
-
} & {
|
|
16847
|
-
headers?: Partial<{
|
|
16848
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
16849
|
-
}>;
|
|
16850
|
-
} & {
|
|
16851
|
-
headers: {
|
|
16852
|
-
"x-access-token"?: string | undefined;
|
|
16853
|
-
} & Partial<{
|
|
16854
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
16855
|
-
}>;
|
|
16856
|
-
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
16857
|
-
[x: string]: unknown;
|
|
16858
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
16859
|
-
[x: string]: unknown;
|
|
16860
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
16861
|
-
[x: string]: unknown;
|
|
16862
|
-
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
16863
|
-
data: {
|
|
16864
|
-
accessIpMask?: string | undefined;
|
|
16865
|
-
accessLevel: "full" | "readonly";
|
|
16866
|
-
description: string;
|
|
16867
|
-
externalAccess?: boolean | undefined;
|
|
16868
|
-
};
|
|
16869
|
-
} & {
|
|
16870
|
-
pathParameters: {
|
|
16871
|
-
mysqlUserId: string;
|
|
16872
|
-
};
|
|
16873
|
-
} & {
|
|
16874
|
-
headers?: Partial<{
|
|
16875
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
16876
|
-
}>;
|
|
16877
|
-
} & {
|
|
16878
|
-
headers: {
|
|
16879
|
-
"x-access-token"?: string | undefined;
|
|
16880
|
-
} & Partial<{
|
|
16881
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
16882
|
-
}>;
|
|
16883
|
-
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
16884
|
-
[x: string]: unknown;
|
|
16885
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
16886
|
-
[x: string]: unknown;
|
|
16887
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
16888
|
-
[x: string]: unknown;
|
|
16889
|
-
}, 429, "application/json">>>;
|
|
16890
16822
|
/** Delete a MySQLUser. */
|
|
16891
16823
|
deleteMysqlUser: (request: {
|
|
16892
16824
|
mysqlUserId: string;
|
|
@@ -17516,65 +17448,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
17516
17448
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
17517
17449
|
[x: string]: unknown;
|
|
17518
17450
|
}, 429, "application/json">>>;
|
|
17519
|
-
/** Update a MySQLUser's password. */
|
|
17520
|
-
updateMysqlUserPassword: (request: {
|
|
17521
|
-
data: {
|
|
17522
|
-
password: string;
|
|
17523
|
-
};
|
|
17524
|
-
mysqlUserId: string;
|
|
17525
|
-
headers?: {
|
|
17526
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
17527
|
-
"x-access-token"?: string | undefined;
|
|
17528
|
-
} | undefined;
|
|
17529
|
-
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
17530
|
-
data: {
|
|
17531
|
-
password: string;
|
|
17532
|
-
};
|
|
17533
|
-
} & {
|
|
17534
|
-
pathParameters: {
|
|
17535
|
-
mysqlUserId: string;
|
|
17536
|
-
};
|
|
17537
|
-
} & {
|
|
17538
|
-
headers?: Partial<{
|
|
17539
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17540
|
-
}>;
|
|
17541
|
-
} & {
|
|
17542
|
-
headers: {
|
|
17543
|
-
"x-access-token"?: string | undefined;
|
|
17544
|
-
} & Partial<{
|
|
17545
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17546
|
-
}>;
|
|
17547
|
-
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
17548
|
-
[x: string]: unknown;
|
|
17549
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
17550
|
-
[x: string]: unknown;
|
|
17551
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
17552
|
-
[x: string]: unknown;
|
|
17553
|
-
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
17554
|
-
data: {
|
|
17555
|
-
password: string;
|
|
17556
|
-
};
|
|
17557
|
-
} & {
|
|
17558
|
-
pathParameters: {
|
|
17559
|
-
mysqlUserId: string;
|
|
17560
|
-
};
|
|
17561
|
-
} & {
|
|
17562
|
-
headers?: Partial<{
|
|
17563
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17564
|
-
}>;
|
|
17565
|
-
} & {
|
|
17566
|
-
headers: {
|
|
17567
|
-
"x-access-token"?: string | undefined;
|
|
17568
|
-
} & Partial<{
|
|
17569
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17570
|
-
}>;
|
|
17571
|
-
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
17572
|
-
[x: string]: unknown;
|
|
17573
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
17574
|
-
[x: string]: unknown;
|
|
17575
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
17576
|
-
[x: string]: unknown;
|
|
17577
|
-
}, 429, "application/json">>>;
|
|
17578
17451
|
};
|
|
17579
17452
|
/** The domain API allows you to manage your domains, DNS records, SSL certificates and ingress resources. */
|
|
17580
17453
|
readonly domain: {
|
|
@@ -21751,56 +21624,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21751
21624
|
}, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
21752
21625
|
[x: string]: unknown;
|
|
21753
21626
|
}, 503, "application/json">>>;
|
|
21754
|
-
/** Get a Mail RateLimit. */
|
|
21755
|
-
getMailRateLimit: (request: {
|
|
21756
|
-
mailRateLimitId: string;
|
|
21757
|
-
headers?: {
|
|
21758
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
21759
|
-
"x-access-token"?: string | undefined;
|
|
21760
|
-
} | undefined;
|
|
21761
|
-
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
21762
|
-
headers?: Partial<{
|
|
21763
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21764
|
-
}>;
|
|
21765
|
-
} & {
|
|
21766
|
-
pathParameters: {
|
|
21767
|
-
mailRateLimitId: string;
|
|
21768
|
-
};
|
|
21769
|
-
} & {
|
|
21770
|
-
headers: {
|
|
21771
|
-
"x-access-token"?: string | undefined;
|
|
21772
|
-
} & Partial<{
|
|
21773
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21774
|
-
}>;
|
|
21775
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
21776
|
-
id: string;
|
|
21777
|
-
rateLimit: number;
|
|
21778
|
-
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
21779
|
-
[x: string]: unknown;
|
|
21780
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
21781
|
-
[x: string]: unknown;
|
|
21782
|
-
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
21783
|
-
headers?: Partial<{
|
|
21784
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21785
|
-
}>;
|
|
21786
|
-
} & {
|
|
21787
|
-
pathParameters: {
|
|
21788
|
-
mailRateLimitId: string;
|
|
21789
|
-
};
|
|
21790
|
-
} & {
|
|
21791
|
-
headers: {
|
|
21792
|
-
"x-access-token"?: string | undefined;
|
|
21793
|
-
} & Partial<{
|
|
21794
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21795
|
-
}>;
|
|
21796
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
21797
|
-
id: string;
|
|
21798
|
-
rateLimit: number;
|
|
21799
|
-
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
21800
|
-
[x: string]: unknown;
|
|
21801
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
21802
|
-
[x: string]: unknown;
|
|
21803
|
-
}, 429, "application/json">>>;
|
|
21804
21627
|
/** List backups belonging to a MailAddress. */
|
|
21805
21628
|
listBackupsForMailAddress: (request: {
|
|
21806
21629
|
mailAddressId: string;
|
|
@@ -21954,37 +21777,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21954
21777
|
}, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
21955
21778
|
[x: string]: unknown;
|
|
21956
21779
|
}, 503, "application/json">>>;
|
|
21957
|
-
/** List Mail RateLimits. */
|
|
21958
|
-
listMailRateLimits: (request?: {
|
|
21959
|
-
headers?: {
|
|
21960
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
21961
|
-
"x-access-token"?: string | undefined;
|
|
21962
|
-
} | undefined;
|
|
21963
|
-
} | null | undefined, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
21964
|
-
headers?: Partial<{
|
|
21965
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21966
|
-
}>;
|
|
21967
|
-
} & {
|
|
21968
|
-
headers: {
|
|
21969
|
-
"x-access-token"?: string | undefined;
|
|
21970
|
-
} & Partial<{
|
|
21971
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21972
|
-
}>;
|
|
21973
|
-
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.MailsystemRateLimit[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
21974
|
-
[x: string]: unknown;
|
|
21975
|
-
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
21976
|
-
headers?: Partial<{
|
|
21977
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21978
|
-
}>;
|
|
21979
|
-
} & {
|
|
21980
|
-
headers: {
|
|
21981
|
-
"x-access-token"?: string | undefined;
|
|
21982
|
-
} & Partial<{
|
|
21983
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21984
|
-
}>;
|
|
21985
|
-
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.MailsystemRateLimit[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
21986
|
-
[x: string]: unknown;
|
|
21987
|
-
}, 429, "application/json">>>;
|
|
21988
21780
|
/** List mail settings of a Project. */
|
|
21989
21781
|
listProjectMailSettings: (request: {
|
|
21990
21782
|
projectId: string;
|
|
@@ -22104,23 +21896,23 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22104
21896
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
22105
21897
|
[x: string]: unknown;
|
|
22106
21898
|
}, 429, "application/json">>>;
|
|
22107
|
-
/**
|
|
22108
|
-
|
|
21899
|
+
/** Update the description of a DeliveryBox. */
|
|
21900
|
+
updateDeliveryBoxDescription: (request: {
|
|
22109
21901
|
data: {
|
|
22110
|
-
|
|
21902
|
+
description: string;
|
|
22111
21903
|
};
|
|
22112
|
-
|
|
21904
|
+
deliveryBoxId: string;
|
|
22113
21905
|
headers?: {
|
|
22114
21906
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
22115
21907
|
"x-access-token"?: string | undefined;
|
|
22116
21908
|
} | undefined;
|
|
22117
21909
|
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
22118
21910
|
data: {
|
|
22119
|
-
|
|
21911
|
+
description: string;
|
|
22120
21912
|
};
|
|
22121
21913
|
} & {
|
|
22122
21914
|
pathParameters: {
|
|
22123
|
-
|
|
21915
|
+
deliveryBoxId: string;
|
|
22124
21916
|
};
|
|
22125
21917
|
} & {
|
|
22126
21918
|
headers?: Partial<{
|
|
@@ -22146,11 +21938,11 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22146
21938
|
[x: string]: unknown;
|
|
22147
21939
|
}, 503, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
22148
21940
|
data: {
|
|
22149
|
-
|
|
21941
|
+
description: string;
|
|
22150
21942
|
};
|
|
22151
21943
|
} & {
|
|
22152
21944
|
pathParameters: {
|
|
22153
|
-
|
|
21945
|
+
deliveryBoxId: string;
|
|
22154
21946
|
};
|
|
22155
21947
|
} & {
|
|
22156
21948
|
headers?: Partial<{
|
|
@@ -22175,10 +21967,10 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22175
21967
|
}, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
22176
21968
|
[x: string]: unknown;
|
|
22177
21969
|
}, 503, "application/json">>>;
|
|
22178
|
-
/** Update the
|
|
22179
|
-
|
|
21970
|
+
/** Update the password of a DeliveryBox. */
|
|
21971
|
+
updateDeliveryBoxPassword: (request: {
|
|
22180
21972
|
data: {
|
|
22181
|
-
|
|
21973
|
+
password: string;
|
|
22182
21974
|
};
|
|
22183
21975
|
deliveryBoxId: string;
|
|
22184
21976
|
headers?: {
|
|
@@ -22187,7 +21979,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22187
21979
|
} | undefined;
|
|
22188
21980
|
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
22189
21981
|
data: {
|
|
22190
|
-
|
|
21982
|
+
password: string;
|
|
22191
21983
|
};
|
|
22192
21984
|
} & {
|
|
22193
21985
|
pathParameters: {
|
|
@@ -22217,7 +22009,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22217
22009
|
[x: string]: unknown;
|
|
22218
22010
|
}, 503, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
22219
22011
|
data: {
|
|
22220
|
-
|
|
22012
|
+
password: string;
|
|
22221
22013
|
};
|
|
22222
22014
|
} & {
|
|
22223
22015
|
pathParameters: {
|
|
@@ -22246,23 +22038,23 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22246
22038
|
}, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
22247
22039
|
[x: string]: unknown;
|
|
22248
22040
|
}, 503, "application/json">>>;
|
|
22249
|
-
/** Update
|
|
22250
|
-
|
|
22041
|
+
/** Update a MailAddress. */
|
|
22042
|
+
updateMailAddressAddress: (request: {
|
|
22251
22043
|
data: {
|
|
22252
|
-
|
|
22044
|
+
address: string;
|
|
22253
22045
|
};
|
|
22254
|
-
|
|
22046
|
+
mailAddressId: string;
|
|
22255
22047
|
headers?: {
|
|
22256
22048
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
22257
22049
|
"x-access-token"?: string | undefined;
|
|
22258
22050
|
} | undefined;
|
|
22259
22051
|
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
22260
22052
|
data: {
|
|
22261
|
-
|
|
22053
|
+
address: string;
|
|
22262
22054
|
};
|
|
22263
22055
|
} & {
|
|
22264
22056
|
pathParameters: {
|
|
22265
|
-
|
|
22057
|
+
mailAddressId: string;
|
|
22266
22058
|
};
|
|
22267
22059
|
} & {
|
|
22268
22060
|
headers?: Partial<{
|
|
@@ -22288,11 +22080,11 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22288
22080
|
[x: string]: unknown;
|
|
22289
22081
|
}, 503, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
22290
22082
|
data: {
|
|
22291
|
-
|
|
22083
|
+
address: string;
|
|
22292
22084
|
};
|
|
22293
22085
|
} & {
|
|
22294
22086
|
pathParameters: {
|
|
22295
|
-
|
|
22087
|
+
mailAddressId: string;
|
|
22296
22088
|
};
|
|
22297
22089
|
} & {
|
|
22298
22090
|
headers?: Partial<{
|
|
@@ -22317,10 +22109,10 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22317
22109
|
}, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
22318
22110
|
[x: string]: unknown;
|
|
22319
22111
|
}, 503, "application/json">>>;
|
|
22320
|
-
/** Update a MailAddress. */
|
|
22321
|
-
|
|
22112
|
+
/** Update the catch-all of a MailAddress. */
|
|
22113
|
+
updateMailAddressCatchAll: (request: {
|
|
22322
22114
|
data: {
|
|
22323
|
-
|
|
22115
|
+
active: boolean;
|
|
22324
22116
|
};
|
|
22325
22117
|
mailAddressId: string;
|
|
22326
22118
|
headers?: {
|
|
@@ -22329,7 +22121,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22329
22121
|
} | undefined;
|
|
22330
22122
|
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
22331
22123
|
data: {
|
|
22332
|
-
|
|
22124
|
+
active: boolean;
|
|
22333
22125
|
};
|
|
22334
22126
|
} & {
|
|
22335
22127
|
pathParameters: {
|
|
@@ -22359,7 +22151,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22359
22151
|
[x: string]: unknown;
|
|
22360
22152
|
}, 503, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
22361
22153
|
data: {
|
|
22362
|
-
|
|
22154
|
+
active: boolean;
|
|
22363
22155
|
};
|
|
22364
22156
|
} & {
|
|
22365
22157
|
pathParameters: {
|
|
@@ -22388,10 +22180,91 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22388
22180
|
}, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
22389
22181
|
[x: string]: unknown;
|
|
22390
22182
|
}, 503, "application/json">>>;
|
|
22391
|
-
/**
|
|
22392
|
-
|
|
22183
|
+
/** Get a Mail RateLimit. */
|
|
22184
|
+
getMailRateLimit: (request: {
|
|
22185
|
+
mailRateLimitId: string;
|
|
22186
|
+
headers?: {
|
|
22187
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
22188
|
+
"x-access-token"?: string | undefined;
|
|
22189
|
+
} | undefined;
|
|
22190
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
22191
|
+
headers?: Partial<{
|
|
22192
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22193
|
+
}>;
|
|
22194
|
+
} & {
|
|
22195
|
+
pathParameters: {
|
|
22196
|
+
mailRateLimitId: string;
|
|
22197
|
+
};
|
|
22198
|
+
} & {
|
|
22199
|
+
headers: {
|
|
22200
|
+
"x-access-token"?: string | undefined;
|
|
22201
|
+
} & Partial<{
|
|
22202
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22203
|
+
}>;
|
|
22204
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
22205
|
+
id: string;
|
|
22206
|
+
rateLimit: number;
|
|
22207
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
22208
|
+
[x: string]: unknown;
|
|
22209
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
22210
|
+
[x: string]: unknown;
|
|
22211
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
22212
|
+
headers?: Partial<{
|
|
22213
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22214
|
+
}>;
|
|
22215
|
+
} & {
|
|
22216
|
+
pathParameters: {
|
|
22217
|
+
mailRateLimitId: string;
|
|
22218
|
+
};
|
|
22219
|
+
} & {
|
|
22220
|
+
headers: {
|
|
22221
|
+
"x-access-token"?: string | undefined;
|
|
22222
|
+
} & Partial<{
|
|
22223
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22224
|
+
}>;
|
|
22225
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
22226
|
+
id: string;
|
|
22227
|
+
rateLimit: number;
|
|
22228
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
22229
|
+
[x: string]: unknown;
|
|
22230
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
22231
|
+
[x: string]: unknown;
|
|
22232
|
+
}, 429, "application/json">>>;
|
|
22233
|
+
/** List Mail RateLimits. */
|
|
22234
|
+
listMailRateLimits: (request?: {
|
|
22235
|
+
headers?: {
|
|
22236
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
22237
|
+
"x-access-token"?: string | undefined;
|
|
22238
|
+
} | undefined;
|
|
22239
|
+
} | null | undefined, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
22240
|
+
headers?: Partial<{
|
|
22241
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22242
|
+
}>;
|
|
22243
|
+
} & {
|
|
22244
|
+
headers: {
|
|
22245
|
+
"x-access-token"?: string | undefined;
|
|
22246
|
+
} & Partial<{
|
|
22247
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22248
|
+
}>;
|
|
22249
|
+
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.MailsystemRateLimit[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
22250
|
+
[x: string]: unknown;
|
|
22251
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
22252
|
+
headers?: Partial<{
|
|
22253
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22254
|
+
}>;
|
|
22255
|
+
} & {
|
|
22256
|
+
headers: {
|
|
22257
|
+
"x-access-token"?: string | undefined;
|
|
22258
|
+
} & Partial<{
|
|
22259
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22260
|
+
}>;
|
|
22261
|
+
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.MailsystemRateLimit[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
22262
|
+
[x: string]: unknown;
|
|
22263
|
+
}, 429, "application/json">>>;
|
|
22264
|
+
/** Request a rate limit change for a MailAddress. */
|
|
22265
|
+
requestMailAddressRateLimitChange: (request: {
|
|
22393
22266
|
data: {
|
|
22394
|
-
|
|
22267
|
+
rateLimitId: string;
|
|
22395
22268
|
};
|
|
22396
22269
|
mailAddressId: string;
|
|
22397
22270
|
headers?: {
|
|
@@ -22400,7 +22273,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22400
22273
|
} | undefined;
|
|
22401
22274
|
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
22402
22275
|
data: {
|
|
22403
|
-
|
|
22276
|
+
rateLimitId: string;
|
|
22404
22277
|
};
|
|
22405
22278
|
} & {
|
|
22406
22279
|
pathParameters: {
|
|
@@ -22430,7 +22303,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22430
22303
|
[x: string]: unknown;
|
|
22431
22304
|
}, 503, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
22432
22305
|
data: {
|
|
22433
|
-
|
|
22306
|
+
rateLimitId: string;
|
|
22434
22307
|
};
|
|
22435
22308
|
} & {
|
|
22436
22309
|
pathParameters: {
|