@mittwald/api-client 3.1.15 → 3.1.17
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/cjs/generated/v2/client-react.d.ts +30 -30
- package/dist/cjs/generated/v2/client-react.js +6 -6
- package/dist/cjs/generated/v2/client.d.ts +179 -177
- package/dist/cjs/generated/v2/client.js +10 -10
- package/dist/cjs/generated/v2/descriptors.d.ts +10 -10
- package/dist/cjs/generated/v2/descriptors.js +34 -34
- package/dist/cjs/generated/v2/types.d.ts +103 -102
- package/dist/esm/generated/v2/client-react.d.ts +30 -30
- package/dist/esm/generated/v2/client-react.js +6 -6
- package/dist/esm/generated/v2/client.d.ts +179 -177
- package/dist/esm/generated/v2/client.js +10 -10
- package/dist/esm/generated/v2/descriptors.d.ts +10 -10
- package/dist/esm/generated/v2/descriptors.js +30 -30
- package/dist/esm/generated/v2/types.d.ts +103 -102
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
|
@@ -1090,6 +1090,20 @@ declare const buildDomainApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1090
1090
|
projectId: string;
|
|
1091
1091
|
txtRecord: string;
|
|
1092
1092
|
}>;
|
|
1093
|
+
/** Get the latest screenshot's FileReference belonging to a Domain. */
|
|
1094
|
+
getLatestScreenshot: (conf: {
|
|
1095
|
+
data: {
|
|
1096
|
+
domainName: string;
|
|
1097
|
+
path: string;
|
|
1098
|
+
};
|
|
1099
|
+
domainId: string;
|
|
1100
|
+
headers?: {
|
|
1101
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1102
|
+
"x-access-token"?: string | undefined;
|
|
1103
|
+
} | undefined;
|
|
1104
|
+
}) => import("@mittwald/react-use-promise/types").AsyncResource<{
|
|
1105
|
+
reference?: string | undefined;
|
|
1106
|
+
}>;
|
|
1093
1107
|
/** List the DomainOwnerships of a project. */
|
|
1094
1108
|
listDomainOwnerships: (conf: {
|
|
1095
1109
|
projectId: string;
|
|
@@ -1159,20 +1173,6 @@ declare const buildDomainApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1159
1173
|
projectId: string;
|
|
1160
1174
|
tls: import("./types.js").MittwaldAPIV2.Components.Schemas.IngressTlsAcme | import("./types.js").MittwaldAPIV2.Components.Schemas.IngressTlsCertificate;
|
|
1161
1175
|
}>;
|
|
1162
|
-
/** Get the latest screenshot's FileReference belonging to a Domain. */
|
|
1163
|
-
getLatestScreenshot: (conf: {
|
|
1164
|
-
data: {
|
|
1165
|
-
domainName: string;
|
|
1166
|
-
path: string;
|
|
1167
|
-
};
|
|
1168
|
-
domainId: string;
|
|
1169
|
-
headers?: {
|
|
1170
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1171
|
-
"x-access-token"?: string | undefined;
|
|
1172
|
-
} | undefined;
|
|
1173
|
-
}) => import("@mittwald/react-use-promise/types").AsyncResource<{
|
|
1174
|
-
reference?: string | undefined;
|
|
1175
|
-
}>;
|
|
1176
1176
|
};
|
|
1177
1177
|
declare const buildFileApi: (baseClient: MittwaldAPIV2Client) => {
|
|
1178
1178
|
/** Get a File's meta. */
|
|
@@ -1244,22 +1244,6 @@ declare const buildFileApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1244
1244
|
}>;
|
|
1245
1245
|
};
|
|
1246
1246
|
declare const buildMailApi: (baseClient: MittwaldAPIV2Client) => {
|
|
1247
|
-
/** List DeliveryBoxes belonging to a Project. */
|
|
1248
|
-
listDeliveryBoxes: (conf: {
|
|
1249
|
-
projectId: string;
|
|
1250
|
-
headers?: {
|
|
1251
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1252
|
-
"x-access-token"?: string | undefined;
|
|
1253
|
-
} | undefined;
|
|
1254
|
-
}) => import("@mittwald/react-use-promise/types").AsyncResource<import("./types.js").MittwaldAPIV2.Components.Schemas.MailDeliverybox[]>;
|
|
1255
|
-
/** List MailAddresses belonging to a Project. */
|
|
1256
|
-
listMailAddresses: (conf: {
|
|
1257
|
-
projectId: string;
|
|
1258
|
-
headers?: {
|
|
1259
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1260
|
-
"x-access-token"?: string | undefined;
|
|
1261
|
-
} | undefined;
|
|
1262
|
-
}) => import("@mittwald/react-use-promise/types").AsyncResource<import("./types.js").MittwaldAPIV2.Components.Schemas.MailMailAddress[]>;
|
|
1263
1247
|
/** Get a DeliveryBox. */
|
|
1264
1248
|
getDeliveryBox: (conf: {
|
|
1265
1249
|
deliveryBoxId: string;
|
|
@@ -1317,6 +1301,22 @@ declare const buildMailApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1317
1301
|
receivingDisabled: boolean;
|
|
1318
1302
|
updatedAt: string;
|
|
1319
1303
|
}>;
|
|
1304
|
+
/** List DeliveryBoxes belonging to a Project. */
|
|
1305
|
+
listDeliveryBoxes: (conf: {
|
|
1306
|
+
projectId: string;
|
|
1307
|
+
headers?: {
|
|
1308
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1309
|
+
"x-access-token"?: string | undefined;
|
|
1310
|
+
} | undefined;
|
|
1311
|
+
}) => import("@mittwald/react-use-promise/types").AsyncResource<import("./types.js").MittwaldAPIV2.Components.Schemas.MailDeliverybox[]>;
|
|
1312
|
+
/** List MailAddresses belonging to a Project. */
|
|
1313
|
+
listMailAddresses: (conf: {
|
|
1314
|
+
projectId: string;
|
|
1315
|
+
headers?: {
|
|
1316
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1317
|
+
"x-access-token"?: string | undefined;
|
|
1318
|
+
} | undefined;
|
|
1319
|
+
}) => import("@mittwald/react-use-promise/types").AsyncResource<import("./types.js").MittwaldAPIV2.Components.Schemas.MailMailAddress[]>;
|
|
1320
1320
|
/** List mail settings of a Project. */
|
|
1321
1321
|
listProjectMailSettings: (conf: {
|
|
1322
1322
|
projectId: string;
|
|
@@ -185,6 +185,8 @@ const buildDomainApi = (baseClient) => ({
|
|
|
185
185
|
getDomain: new react_1.ApiCallAsyncResourceFactory(descriptors.domainGetDomain, baseClient.domain.getDomain).getApiResource,
|
|
186
186
|
/** Get a DomainOwnership. */
|
|
187
187
|
getDomainOwnership: new react_1.ApiCallAsyncResourceFactory(descriptors.domainGetDomainOwnership, baseClient.domain.getDomainOwnership).getApiResource,
|
|
188
|
+
/** Get the latest screenshot's FileReference belonging to a Domain. */
|
|
189
|
+
getLatestScreenshot: new react_1.ApiCallAsyncResourceFactory(descriptors.domainGetLatestScreenshot, baseClient.domain.getLatestScreenshot).getApiResource,
|
|
188
190
|
/** List the DomainOwnerships of a project. */
|
|
189
191
|
listDomainOwnerships: new react_1.ApiCallAsyncResourceFactory(descriptors.domainListDomainOwnerships, baseClient.domain.listDomainOwnerships).getApiResource,
|
|
190
192
|
/** List Domains belonging to a Project. */
|
|
@@ -197,8 +199,6 @@ const buildDomainApi = (baseClient) => ({
|
|
|
197
199
|
ingressListIngresses: new react_1.ApiCallAsyncResourceFactory(descriptors.ingressListIngresses, baseClient.domain.ingressListIngresses).getApiResource,
|
|
198
200
|
/** Get an Ingress. */
|
|
199
201
|
ingressGetIngress: new react_1.ApiCallAsyncResourceFactory(descriptors.ingressGetIngress, baseClient.domain.ingressGetIngress).getApiResource,
|
|
200
|
-
/** Get the latest screenshot's FileReference belonging to a Domain. */
|
|
201
|
-
getLatestScreenshot: new react_1.ApiCallAsyncResourceFactory(descriptors.domainGetLatestScreenshot, baseClient.domain.getLatestScreenshot).getApiResource,
|
|
202
202
|
});
|
|
203
203
|
const buildFileApi = (baseClient) => ({
|
|
204
204
|
/** Get a File's meta. */
|
|
@@ -211,14 +211,14 @@ const buildFileApi = (baseClient) => ({
|
|
|
211
211
|
getFileUploadTypeRules: new react_1.ApiCallAsyncResourceFactory(descriptors.fileGetFileUploadTypeRules, baseClient.file.getFileUploadTypeRules).getApiResource,
|
|
212
212
|
});
|
|
213
213
|
const buildMailApi = (baseClient) => ({
|
|
214
|
-
/** List DeliveryBoxes belonging to a Project. */
|
|
215
|
-
listDeliveryBoxes: new react_1.ApiCallAsyncResourceFactory(descriptors.mailListDeliveryBoxes, baseClient.mail.listDeliveryBoxes).getApiResource,
|
|
216
|
-
/** List MailAddresses belonging to a Project. */
|
|
217
|
-
listMailAddresses: new react_1.ApiCallAsyncResourceFactory(descriptors.mailListMailAddresses, baseClient.mail.listMailAddresses).getApiResource,
|
|
218
214
|
/** Get a DeliveryBox. */
|
|
219
215
|
getDeliveryBox: new react_1.ApiCallAsyncResourceFactory(descriptors.mailGetDeliveryBox, baseClient.mail.getDeliveryBox).getApiResource,
|
|
220
216
|
/** Get a MailAddress. */
|
|
221
217
|
getMailAddress: new react_1.ApiCallAsyncResourceFactory(descriptors.mailGetMailAddress, baseClient.mail.getMailAddress).getApiResource,
|
|
218
|
+
/** List DeliveryBoxes belonging to a Project. */
|
|
219
|
+
listDeliveryBoxes: new react_1.ApiCallAsyncResourceFactory(descriptors.mailListDeliveryBoxes, baseClient.mail.listDeliveryBoxes).getApiResource,
|
|
220
|
+
/** List MailAddresses belonging to a Project. */
|
|
221
|
+
listMailAddresses: new react_1.ApiCallAsyncResourceFactory(descriptors.mailListMailAddresses, baseClient.mail.listMailAddresses).getApiResource,
|
|
222
222
|
/** List mail settings of a Project. */
|
|
223
223
|
listProjectMailSettings: new react_1.ApiCallAsyncResourceFactory(descriptors.mailListProjectMailSettings, baseClient.mail.listProjectMailSettings).getApiResource,
|
|
224
224
|
});
|
|
@@ -5356,6 +5356,41 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5356
5356
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5357
5357
|
[x: string]: unknown;
|
|
5358
5358
|
}, 404, "application/json">>>;
|
|
5359
|
+
/** Get the latest screenshot's FileReference belonging to a Domain. */
|
|
5360
|
+
getLatestScreenshot: (request: {
|
|
5361
|
+
data: {
|
|
5362
|
+
domainName: string;
|
|
5363
|
+
path: string;
|
|
5364
|
+
};
|
|
5365
|
+
domainId: string;
|
|
5366
|
+
headers?: {
|
|
5367
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
5368
|
+
"x-access-token"?: string | undefined;
|
|
5369
|
+
} | undefined;
|
|
5370
|
+
}) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
5371
|
+
data: {
|
|
5372
|
+
domainName: string;
|
|
5373
|
+
path: string;
|
|
5374
|
+
};
|
|
5375
|
+
} & {
|
|
5376
|
+
pathParameters: {
|
|
5377
|
+
domainId: string;
|
|
5378
|
+
};
|
|
5379
|
+
} & {
|
|
5380
|
+
headers?: Partial<{
|
|
5381
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5382
|
+
}> | undefined;
|
|
5383
|
+
} & {
|
|
5384
|
+
headers: {
|
|
5385
|
+
"x-access-token"?: string | undefined;
|
|
5386
|
+
} & Partial<{
|
|
5387
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5388
|
+
}>;
|
|
5389
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
5390
|
+
reference?: string | undefined;
|
|
5391
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5392
|
+
[x: string]: unknown;
|
|
5393
|
+
}, 404, "application/json">>>;
|
|
5359
5394
|
/** List the DomainOwnerships of a project. */
|
|
5360
5395
|
listDomainOwnerships: (request: {
|
|
5361
5396
|
projectId: string;
|
|
@@ -5795,6 +5830,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5795
5830
|
ingressUpdateIngressTls: (request: {
|
|
5796
5831
|
data: {
|
|
5797
5832
|
acme: boolean;
|
|
5833
|
+
requestDeadline?: string | undefined;
|
|
5798
5834
|
};
|
|
5799
5835
|
ingressId: string;
|
|
5800
5836
|
headers?: {
|
|
@@ -5813,6 +5849,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5813
5849
|
}) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<({
|
|
5814
5850
|
data: {
|
|
5815
5851
|
acme: boolean;
|
|
5852
|
+
requestDeadline?: string | undefined;
|
|
5816
5853
|
};
|
|
5817
5854
|
} | {
|
|
5818
5855
|
data: {
|
|
@@ -5835,41 +5872,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5835
5872
|
}, import("@mittwald/api-client-commons").Response<{}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5836
5873
|
[x: string]: unknown;
|
|
5837
5874
|
}, 404, "application/json">>>;
|
|
5838
|
-
/** Get the latest screenshot's FileReference belonging to a Domain. */
|
|
5839
|
-
getLatestScreenshot: (request: {
|
|
5840
|
-
data: {
|
|
5841
|
-
domainName: string;
|
|
5842
|
-
path: string;
|
|
5843
|
-
};
|
|
5844
|
-
domainId: string;
|
|
5845
|
-
headers?: {
|
|
5846
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
5847
|
-
"x-access-token"?: string | undefined;
|
|
5848
|
-
} | undefined;
|
|
5849
|
-
}) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
5850
|
-
data: {
|
|
5851
|
-
domainName: string;
|
|
5852
|
-
path: string;
|
|
5853
|
-
};
|
|
5854
|
-
} & {
|
|
5855
|
-
pathParameters: {
|
|
5856
|
-
domainId: string;
|
|
5857
|
-
};
|
|
5858
|
-
} & {
|
|
5859
|
-
headers?: Partial<{
|
|
5860
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5861
|
-
}> | undefined;
|
|
5862
|
-
} & {
|
|
5863
|
-
headers: {
|
|
5864
|
-
"x-access-token"?: string | undefined;
|
|
5865
|
-
} & Partial<{
|
|
5866
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5867
|
-
}>;
|
|
5868
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
5869
|
-
reference?: string | undefined;
|
|
5870
|
-
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5871
|
-
[x: string]: unknown;
|
|
5872
|
-
}, 404, "application/json">>>;
|
|
5873
5875
|
};
|
|
5874
5876
|
/** The file API allows you to manage your files, for example for conversations attachments and avatar uploads. */
|
|
5875
5877
|
readonly file: {
|
|
@@ -6032,9 +6034,9 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6032
6034
|
};
|
|
6033
6035
|
/** The mail API allows you to manage your mail accounts. */
|
|
6034
6036
|
readonly mail: {
|
|
6035
|
-
/**
|
|
6036
|
-
|
|
6037
|
-
|
|
6037
|
+
/** Get a DeliveryBox. */
|
|
6038
|
+
getDeliveryBox: (request: {
|
|
6039
|
+
deliveryBoxId: string;
|
|
6038
6040
|
headers?: {
|
|
6039
6041
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
6040
6042
|
"x-access-token"?: string | undefined;
|
|
@@ -6045,7 +6047,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6045
6047
|
}> | undefined;
|
|
6046
6048
|
} & {
|
|
6047
6049
|
pathParameters: {
|
|
6048
|
-
|
|
6050
|
+
deliveryBoxId: string;
|
|
6049
6051
|
};
|
|
6050
6052
|
} & {
|
|
6051
6053
|
headers: {
|
|
@@ -6053,7 +6055,16 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6053
6055
|
} & Partial<{
|
|
6054
6056
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6055
6057
|
}>;
|
|
6056
|
-
}, import("@mittwald/api-client-commons").Response<
|
|
6058
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
6059
|
+
authenticationEnabled: boolean;
|
|
6060
|
+
description: string;
|
|
6061
|
+
id: string;
|
|
6062
|
+
name: string;
|
|
6063
|
+
passwordUpdatedAt: string;
|
|
6064
|
+
projectId: string;
|
|
6065
|
+
sendingEnabled: boolean;
|
|
6066
|
+
updatedAt: string;
|
|
6067
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6057
6068
|
[x: string]: unknown;
|
|
6058
6069
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6059
6070
|
[x: string]: unknown;
|
|
@@ -6064,39 +6075,28 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6064
6075
|
}, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6065
6076
|
[x: string]: unknown;
|
|
6066
6077
|
}, 503, "application/json">>>;
|
|
6067
|
-
/**
|
|
6068
|
-
|
|
6069
|
-
|
|
6070
|
-
description: string;
|
|
6071
|
-
password: string;
|
|
6072
|
-
};
|
|
6073
|
-
projectId: string;
|
|
6078
|
+
/** Delete a DeliveryBox. */
|
|
6079
|
+
deleteDeliveryBox: (request: {
|
|
6080
|
+
deliveryBoxId: string;
|
|
6074
6081
|
headers?: {
|
|
6075
6082
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
6076
6083
|
"x-access-token"?: string | undefined;
|
|
6077
6084
|
} | undefined;
|
|
6078
6085
|
}) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
6079
|
-
data: {
|
|
6080
|
-
description: string;
|
|
6081
|
-
password: string;
|
|
6082
|
-
};
|
|
6083
|
-
} & {
|
|
6084
|
-
pathParameters: {
|
|
6085
|
-
projectId: string;
|
|
6086
|
-
};
|
|
6087
|
-
} & {
|
|
6088
6086
|
headers?: Partial<{
|
|
6089
6087
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6090
6088
|
}> | undefined;
|
|
6089
|
+
} & {
|
|
6090
|
+
pathParameters: {
|
|
6091
|
+
deliveryBoxId: string;
|
|
6092
|
+
};
|
|
6091
6093
|
} & {
|
|
6092
6094
|
headers: {
|
|
6093
6095
|
"x-access-token"?: string | undefined;
|
|
6094
6096
|
} & Partial<{
|
|
6095
6097
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6096
6098
|
}>;
|
|
6097
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
6098
|
-
id: string;
|
|
6099
|
-
}, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6099
|
+
}, import("@mittwald/api-client-commons").Response<{}, 200, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
6100
6100
|
[x: string]: unknown;
|
|
6101
6101
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6102
6102
|
[x: string]: unknown;
|
|
@@ -6107,9 +6107,9 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6107
6107
|
}, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6108
6108
|
[x: string]: unknown;
|
|
6109
6109
|
}, 503, "application/json">>>;
|
|
6110
|
-
/**
|
|
6111
|
-
|
|
6112
|
-
|
|
6110
|
+
/** Get a MailAddress. */
|
|
6111
|
+
getMailAddress: (request: {
|
|
6112
|
+
mailAddressId: string;
|
|
6113
6113
|
headers?: {
|
|
6114
6114
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
6115
6115
|
"x-access-token"?: string | undefined;
|
|
@@ -6120,7 +6120,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6120
6120
|
}> | undefined;
|
|
6121
6121
|
} & {
|
|
6122
6122
|
pathParameters: {
|
|
6123
|
-
|
|
6123
|
+
mailAddressId: string;
|
|
6124
6124
|
};
|
|
6125
6125
|
} & {
|
|
6126
6126
|
headers: {
|
|
@@ -6128,7 +6128,39 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6128
6128
|
} & Partial<{
|
|
6129
6129
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6130
6130
|
}>;
|
|
6131
|
-
}, import("@mittwald/api-client-commons").Response<
|
|
6131
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
6132
|
+
address: string;
|
|
6133
|
+
autoResponder: {
|
|
6134
|
+
active: boolean;
|
|
6135
|
+
expiresAt?: string | undefined;
|
|
6136
|
+
message: string;
|
|
6137
|
+
startsAt?: string | undefined;
|
|
6138
|
+
};
|
|
6139
|
+
forwardAddresses: string[];
|
|
6140
|
+
id: string;
|
|
6141
|
+
isArchived: boolean;
|
|
6142
|
+
isCatchAll: boolean;
|
|
6143
|
+
mailbox?: {
|
|
6144
|
+
passwordUpdatedAt: string;
|
|
6145
|
+
sendingEnabled: boolean;
|
|
6146
|
+
spamProtection: {
|
|
6147
|
+
active: boolean;
|
|
6148
|
+
autoDeleteSpam: boolean;
|
|
6149
|
+
folder: "spam" | "inbox";
|
|
6150
|
+
relocationMinSpamScore: number;
|
|
6151
|
+
};
|
|
6152
|
+
storageInBytes: {
|
|
6153
|
+
current: {
|
|
6154
|
+
updatedAt: string;
|
|
6155
|
+
value: number;
|
|
6156
|
+
};
|
|
6157
|
+
limit: number;
|
|
6158
|
+
};
|
|
6159
|
+
} | undefined;
|
|
6160
|
+
projectId: string;
|
|
6161
|
+
receivingDisabled: boolean;
|
|
6162
|
+
updatedAt: string;
|
|
6163
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6132
6164
|
[x: string]: unknown;
|
|
6133
6165
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6134
6166
|
[x: string]: unknown;
|
|
@@ -6139,64 +6171,28 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6139
6171
|
}, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6140
6172
|
[x: string]: unknown;
|
|
6141
6173
|
}, 503, "application/json">>>;
|
|
6142
|
-
/**
|
|
6143
|
-
|
|
6144
|
-
|
|
6145
|
-
address: string;
|
|
6146
|
-
forwardAddresses: string[];
|
|
6147
|
-
};
|
|
6148
|
-
projectId: string;
|
|
6149
|
-
headers?: {
|
|
6150
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
6151
|
-
"x-access-token"?: string | undefined;
|
|
6152
|
-
} | undefined;
|
|
6153
|
-
} | {
|
|
6154
|
-
data: {
|
|
6155
|
-
address: string;
|
|
6156
|
-
isCatchAll: boolean;
|
|
6157
|
-
mailbox: {
|
|
6158
|
-
enableSpamProtection: boolean;
|
|
6159
|
-
password: string;
|
|
6160
|
-
quotaInBytes: number;
|
|
6161
|
-
};
|
|
6162
|
-
};
|
|
6163
|
-
projectId: string;
|
|
6174
|
+
/** Delete a MailAddress. */
|
|
6175
|
+
deleteMailAddress: (request: {
|
|
6176
|
+
mailAddressId: string;
|
|
6164
6177
|
headers?: {
|
|
6165
6178
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
6166
6179
|
"x-access-token"?: string | undefined;
|
|
6167
6180
|
} | undefined;
|
|
6168
|
-
}) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<
|
|
6169
|
-
data: {
|
|
6170
|
-
address: string;
|
|
6171
|
-
forwardAddresses: string[];
|
|
6172
|
-
};
|
|
6173
|
-
} | {
|
|
6174
|
-
data: {
|
|
6175
|
-
address: string;
|
|
6176
|
-
isCatchAll: boolean;
|
|
6177
|
-
mailbox: {
|
|
6178
|
-
enableSpamProtection: boolean;
|
|
6179
|
-
password: string;
|
|
6180
|
-
quotaInBytes: number;
|
|
6181
|
-
};
|
|
6182
|
-
};
|
|
6183
|
-
}) & {
|
|
6184
|
-
pathParameters: {
|
|
6185
|
-
projectId: string;
|
|
6186
|
-
};
|
|
6187
|
-
} & {
|
|
6181
|
+
}) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
6188
6182
|
headers?: Partial<{
|
|
6189
6183
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6190
6184
|
}> | undefined;
|
|
6185
|
+
} & {
|
|
6186
|
+
pathParameters: {
|
|
6187
|
+
mailAddressId: string;
|
|
6188
|
+
};
|
|
6191
6189
|
} & {
|
|
6192
6190
|
headers: {
|
|
6193
6191
|
"x-access-token"?: string | undefined;
|
|
6194
6192
|
} & Partial<{
|
|
6195
6193
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6196
6194
|
}>;
|
|
6197
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
6198
|
-
id: string;
|
|
6199
|
-
}, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6195
|
+
}, import("@mittwald/api-client-commons").Response<{}, 200, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
6200
6196
|
[x: string]: unknown;
|
|
6201
6197
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6202
6198
|
[x: string]: unknown;
|
|
@@ -6207,9 +6203,9 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6207
6203
|
}, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6208
6204
|
[x: string]: unknown;
|
|
6209
6205
|
}, 503, "application/json">>>;
|
|
6210
|
-
/**
|
|
6211
|
-
|
|
6212
|
-
|
|
6206
|
+
/** List DeliveryBoxes belonging to a Project. */
|
|
6207
|
+
listDeliveryBoxes: (request: {
|
|
6208
|
+
projectId: string;
|
|
6213
6209
|
headers?: {
|
|
6214
6210
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
6215
6211
|
"x-access-token"?: string | undefined;
|
|
@@ -6220,7 +6216,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6220
6216
|
}> | undefined;
|
|
6221
6217
|
} & {
|
|
6222
6218
|
pathParameters: {
|
|
6223
|
-
|
|
6219
|
+
projectId: string;
|
|
6224
6220
|
};
|
|
6225
6221
|
} & {
|
|
6226
6222
|
headers: {
|
|
@@ -6228,16 +6224,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6228
6224
|
} & Partial<{
|
|
6229
6225
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6230
6226
|
}>;
|
|
6231
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
6232
|
-
authenticationEnabled: boolean;
|
|
6233
|
-
description: string;
|
|
6234
|
-
id: string;
|
|
6235
|
-
name: string;
|
|
6236
|
-
passwordUpdatedAt: string;
|
|
6237
|
-
projectId: string;
|
|
6238
|
-
sendingEnabled: boolean;
|
|
6239
|
-
updatedAt: string;
|
|
6240
|
-
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6227
|
+
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.MailDeliverybox[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6241
6228
|
[x: string]: unknown;
|
|
6242
6229
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6243
6230
|
[x: string]: unknown;
|
|
@@ -6248,28 +6235,39 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6248
6235
|
}, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6249
6236
|
[x: string]: unknown;
|
|
6250
6237
|
}, 503, "application/json">>>;
|
|
6251
|
-
/**
|
|
6252
|
-
|
|
6253
|
-
|
|
6238
|
+
/** Create a DeliveryBox. */
|
|
6239
|
+
createDeliverybox: (request: {
|
|
6240
|
+
data: {
|
|
6241
|
+
description: string;
|
|
6242
|
+
password: string;
|
|
6243
|
+
};
|
|
6244
|
+
projectId: string;
|
|
6254
6245
|
headers?: {
|
|
6255
6246
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
6256
6247
|
"x-access-token"?: string | undefined;
|
|
6257
6248
|
} | undefined;
|
|
6258
6249
|
}) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
6259
|
-
|
|
6260
|
-
|
|
6261
|
-
|
|
6250
|
+
data: {
|
|
6251
|
+
description: string;
|
|
6252
|
+
password: string;
|
|
6253
|
+
};
|
|
6262
6254
|
} & {
|
|
6263
6255
|
pathParameters: {
|
|
6264
|
-
|
|
6256
|
+
projectId: string;
|
|
6265
6257
|
};
|
|
6258
|
+
} & {
|
|
6259
|
+
headers?: Partial<{
|
|
6260
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6261
|
+
}> | undefined;
|
|
6266
6262
|
} & {
|
|
6267
6263
|
headers: {
|
|
6268
6264
|
"x-access-token"?: string | undefined;
|
|
6269
6265
|
} & Partial<{
|
|
6270
6266
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6271
6267
|
}>;
|
|
6272
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
6268
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
6269
|
+
id: string;
|
|
6270
|
+
}, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6273
6271
|
[x: string]: unknown;
|
|
6274
6272
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6275
6273
|
[x: string]: unknown;
|
|
@@ -6280,9 +6278,9 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6280
6278
|
}, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6281
6279
|
[x: string]: unknown;
|
|
6282
6280
|
}, 503, "application/json">>>;
|
|
6283
|
-
/**
|
|
6284
|
-
|
|
6285
|
-
|
|
6281
|
+
/** List MailAddresses belonging to a Project. */
|
|
6282
|
+
listMailAddresses: (request: {
|
|
6283
|
+
projectId: string;
|
|
6286
6284
|
headers?: {
|
|
6287
6285
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
6288
6286
|
"x-access-token"?: string | undefined;
|
|
@@ -6293,7 +6291,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6293
6291
|
}> | undefined;
|
|
6294
6292
|
} & {
|
|
6295
6293
|
pathParameters: {
|
|
6296
|
-
|
|
6294
|
+
projectId: string;
|
|
6297
6295
|
};
|
|
6298
6296
|
} & {
|
|
6299
6297
|
headers: {
|
|
@@ -6301,39 +6299,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6301
6299
|
} & Partial<{
|
|
6302
6300
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6303
6301
|
}>;
|
|
6304
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
6305
|
-
address: string;
|
|
6306
|
-
autoResponder: {
|
|
6307
|
-
active: boolean;
|
|
6308
|
-
expiresAt?: string | undefined;
|
|
6309
|
-
message: string;
|
|
6310
|
-
startsAt?: string | undefined;
|
|
6311
|
-
};
|
|
6312
|
-
forwardAddresses: string[];
|
|
6313
|
-
id: string;
|
|
6314
|
-
isArchived: boolean;
|
|
6315
|
-
isCatchAll: boolean;
|
|
6316
|
-
mailbox?: {
|
|
6317
|
-
passwordUpdatedAt: string;
|
|
6318
|
-
sendingEnabled: boolean;
|
|
6319
|
-
spamProtection: {
|
|
6320
|
-
active: boolean;
|
|
6321
|
-
autoDeleteSpam: boolean;
|
|
6322
|
-
folder: "spam" | "inbox";
|
|
6323
|
-
relocationMinSpamScore: number;
|
|
6324
|
-
};
|
|
6325
|
-
storageInBytes: {
|
|
6326
|
-
current: {
|
|
6327
|
-
updatedAt: string;
|
|
6328
|
-
value: number;
|
|
6329
|
-
};
|
|
6330
|
-
limit: number;
|
|
6331
|
-
};
|
|
6332
|
-
} | undefined;
|
|
6333
|
-
projectId: string;
|
|
6334
|
-
receivingDisabled: boolean;
|
|
6335
|
-
updatedAt: string;
|
|
6336
|
-
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6302
|
+
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.MailMailAddress[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6337
6303
|
[x: string]: unknown;
|
|
6338
6304
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6339
6305
|
[x: string]: unknown;
|
|
@@ -6344,28 +6310,64 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6344
6310
|
}, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6345
6311
|
[x: string]: unknown;
|
|
6346
6312
|
}, 503, "application/json">>>;
|
|
6347
|
-
/**
|
|
6348
|
-
|
|
6349
|
-
|
|
6313
|
+
/** Create a MailAddress. */
|
|
6314
|
+
createMailAddress: (request: {
|
|
6315
|
+
data: {
|
|
6316
|
+
address: string;
|
|
6317
|
+
forwardAddresses: string[];
|
|
6318
|
+
};
|
|
6319
|
+
projectId: string;
|
|
6350
6320
|
headers?: {
|
|
6351
6321
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
6352
6322
|
"x-access-token"?: string | undefined;
|
|
6353
6323
|
} | undefined;
|
|
6354
|
-
}
|
|
6324
|
+
} | {
|
|
6325
|
+
data: {
|
|
6326
|
+
address: string;
|
|
6327
|
+
isCatchAll: boolean;
|
|
6328
|
+
mailbox: {
|
|
6329
|
+
enableSpamProtection: boolean;
|
|
6330
|
+
password: string;
|
|
6331
|
+
quotaInBytes: number;
|
|
6332
|
+
};
|
|
6333
|
+
};
|
|
6334
|
+
projectId: string;
|
|
6335
|
+
headers?: {
|
|
6336
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
6337
|
+
"x-access-token"?: string | undefined;
|
|
6338
|
+
} | undefined;
|
|
6339
|
+
}) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<({
|
|
6340
|
+
data: {
|
|
6341
|
+
address: string;
|
|
6342
|
+
forwardAddresses: string[];
|
|
6343
|
+
};
|
|
6344
|
+
} | {
|
|
6345
|
+
data: {
|
|
6346
|
+
address: string;
|
|
6347
|
+
isCatchAll: boolean;
|
|
6348
|
+
mailbox: {
|
|
6349
|
+
enableSpamProtection: boolean;
|
|
6350
|
+
password: string;
|
|
6351
|
+
quotaInBytes: number;
|
|
6352
|
+
};
|
|
6353
|
+
};
|
|
6354
|
+
}) & {
|
|
6355
|
+
pathParameters: {
|
|
6356
|
+
projectId: string;
|
|
6357
|
+
};
|
|
6358
|
+
} & {
|
|
6355
6359
|
headers?: Partial<{
|
|
6356
6360
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6357
6361
|
}> | undefined;
|
|
6358
|
-
} & {
|
|
6359
|
-
pathParameters: {
|
|
6360
|
-
mailAddressId: string;
|
|
6361
|
-
};
|
|
6362
6362
|
} & {
|
|
6363
6363
|
headers: {
|
|
6364
6364
|
"x-access-token"?: string | undefined;
|
|
6365
6365
|
} & Partial<{
|
|
6366
6366
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6367
6367
|
}>;
|
|
6368
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
6368
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
6369
|
+
id: string;
|
|
6370
|
+
}, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6369
6371
|
[x: string]: unknown;
|
|
6370
6372
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6371
6373
|
[x: string]: unknown;
|