@mittwald/api-client 3.1.16 → 3.1.18
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 +10 -10
- package/dist/cjs/generated/v2/client-react.js +2 -2
- package/dist/cjs/generated/v2/client.d.ts +145 -32
- package/dist/cjs/generated/v2/client.js +6 -2
- package/dist/cjs/generated/v2/descriptors.d.ts +8 -4
- package/dist/cjs/generated/v2/descriptors.js +28 -16
- package/dist/cjs/generated/v2/types.d.ts +223 -89
- package/dist/esm/generated/v2/client-react.d.ts +10 -10
- package/dist/esm/generated/v2/client-react.js +2 -2
- package/dist/esm/generated/v2/client.d.ts +145 -32
- package/dist/esm/generated/v2/client.js +6 -2
- package/dist/esm/generated/v2/descriptors.d.ts +8 -4
- package/dist/esm/generated/v2/descriptors.js +24 -12
- package/dist/esm/generated/v2/types.d.ts +223 -89
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
|
@@ -1188,16 +1188,6 @@ declare const buildFileApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1188
1188
|
sizeInBytes: number;
|
|
1189
1189
|
type: string;
|
|
1190
1190
|
}>;
|
|
1191
|
-
/** Get a File. */
|
|
1192
|
-
getFile: (conf: {
|
|
1193
|
-
fileId: string;
|
|
1194
|
-
headers?: {
|
|
1195
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1196
|
-
Accept?: "binary" | "base64" | "ocr" | undefined;
|
|
1197
|
-
Download?: boolean | undefined;
|
|
1198
|
-
Token?: string | undefined;
|
|
1199
|
-
} | undefined;
|
|
1200
|
-
}) => import("@mittwald/react-use-promise/types").AsyncResource<string>;
|
|
1201
1191
|
/** Get a FileUploadToken's rules. */
|
|
1202
1192
|
getFileUploadTokenRules: (conf: {
|
|
1203
1193
|
fileUploadToken: string;
|
|
@@ -1242,6 +1232,16 @@ declare const buildFileApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1242
1232
|
} | undefined;
|
|
1243
1233
|
} | undefined;
|
|
1244
1234
|
}>;
|
|
1235
|
+
/** Get a File. */
|
|
1236
|
+
getFile: (conf: {
|
|
1237
|
+
fileId: string;
|
|
1238
|
+
headers?: {
|
|
1239
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1240
|
+
Accept?: "binary" | "base64" | "ocr" | undefined;
|
|
1241
|
+
Download?: boolean | undefined;
|
|
1242
|
+
Token?: string | undefined;
|
|
1243
|
+
} | undefined;
|
|
1244
|
+
}) => import("@mittwald/react-use-promise/types").AsyncResource<string>;
|
|
1245
1245
|
};
|
|
1246
1246
|
declare const buildMailApi: (baseClient: MittwaldAPIV2Client) => {
|
|
1247
1247
|
/** Get a DeliveryBox. */
|
|
@@ -203,12 +203,12 @@ const buildDomainApi = (baseClient) => ({
|
|
|
203
203
|
const buildFileApi = (baseClient) => ({
|
|
204
204
|
/** Get a File's meta. */
|
|
205
205
|
getFileMeta: new react_1.ApiCallAsyncResourceFactory(descriptors.fileGetFileMeta, baseClient.file.getFileMeta).getApiResource,
|
|
206
|
-
/** Get a File. */
|
|
207
|
-
getFile: new react_1.ApiCallAsyncResourceFactory(descriptors.fileGetFile, baseClient.file.getFile).getApiResource,
|
|
208
206
|
/** Get a FileUploadToken's rules. */
|
|
209
207
|
getFileUploadTokenRules: new react_1.ApiCallAsyncResourceFactory(descriptors.fileGetFileUploadTokenRules, baseClient.file.getFileUploadTokenRules).getApiResource,
|
|
210
208
|
/** Get a FileUploadType's rules. */
|
|
211
209
|
getFileUploadTypeRules: new react_1.ApiCallAsyncResourceFactory(descriptors.fileGetFileUploadTypeRules, baseClient.file.getFileUploadTypeRules).getApiResource,
|
|
210
|
+
/** Get a File. */
|
|
211
|
+
getFile: new react_1.ApiCallAsyncResourceFactory(descriptors.fileGetFile, baseClient.file.getFile).getApiResource,
|
|
212
212
|
});
|
|
213
213
|
const buildMailApi = (baseClient) => ({
|
|
214
214
|
/** Get a DeliveryBox. */
|
|
@@ -5830,6 +5830,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5830
5830
|
ingressUpdateIngressTls: (request: {
|
|
5831
5831
|
data: {
|
|
5832
5832
|
acme: boolean;
|
|
5833
|
+
requestDeadline?: string | undefined;
|
|
5833
5834
|
};
|
|
5834
5835
|
ingressId: string;
|
|
5835
5836
|
headers?: {
|
|
@@ -5848,6 +5849,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5848
5849
|
}) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<({
|
|
5849
5850
|
data: {
|
|
5850
5851
|
acme: boolean;
|
|
5852
|
+
requestDeadline?: string | undefined;
|
|
5851
5853
|
};
|
|
5852
5854
|
} | {
|
|
5853
5855
|
data: {
|
|
@@ -5929,38 +5931,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5929
5931
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5930
5932
|
[x: string]: unknown;
|
|
5931
5933
|
}, 404, "application/json">>>;
|
|
5932
|
-
/** Get a File. */
|
|
5933
|
-
getFile: (request: {
|
|
5934
|
-
fileId: string;
|
|
5935
|
-
headers?: {
|
|
5936
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
5937
|
-
Accept?: "binary" | "base64" | "ocr" | undefined;
|
|
5938
|
-
Download?: boolean | undefined;
|
|
5939
|
-
Token?: string | undefined;
|
|
5940
|
-
} | undefined;
|
|
5941
|
-
}) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
5942
|
-
headers?: Partial<{
|
|
5943
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5944
|
-
}> | undefined;
|
|
5945
|
-
} & {
|
|
5946
|
-
pathParameters: {
|
|
5947
|
-
fileId: string;
|
|
5948
|
-
};
|
|
5949
|
-
} & {
|
|
5950
|
-
headers: {
|
|
5951
|
-
Accept?: "binary" | "base64" | "ocr" | undefined;
|
|
5952
|
-
Download?: boolean | undefined;
|
|
5953
|
-
Token?: string | undefined;
|
|
5954
|
-
} & Partial<{
|
|
5955
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5956
|
-
}>;
|
|
5957
|
-
}, import("@mittwald/api-client-commons").Response<string, 200, "application/octet-stream"> | import("@mittwald/api-client-commons").Response<string, 200, "base64"> | import("@mittwald/api-client-commons").Response<string, 200, "ocr"> | import("@mittwald/api-client-commons").Response<{
|
|
5958
|
-
[x: string]: unknown;
|
|
5959
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5960
|
-
[x: string]: unknown;
|
|
5961
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5962
|
-
[x: string]: unknown;
|
|
5963
|
-
}, 500, "application/json">>>;
|
|
5964
5934
|
/** Get a FileUploadToken's rules. */
|
|
5965
5935
|
getFileUploadTokenRules: (request: {
|
|
5966
5936
|
fileUploadToken: string;
|
|
@@ -6029,6 +5999,38 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6029
5999
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6030
6000
|
[x: string]: unknown;
|
|
6031
6001
|
}, 500, "application/json">>>;
|
|
6002
|
+
/** Get a File. */
|
|
6003
|
+
getFile: (request: {
|
|
6004
|
+
fileId: string;
|
|
6005
|
+
headers?: {
|
|
6006
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
6007
|
+
Accept?: "binary" | "base64" | "ocr" | undefined;
|
|
6008
|
+
Download?: boolean | undefined;
|
|
6009
|
+
Token?: string | undefined;
|
|
6010
|
+
} | undefined;
|
|
6011
|
+
}) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
6012
|
+
headers?: Partial<{
|
|
6013
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6014
|
+
}> | undefined;
|
|
6015
|
+
} & {
|
|
6016
|
+
pathParameters: {
|
|
6017
|
+
fileId: string;
|
|
6018
|
+
};
|
|
6019
|
+
} & {
|
|
6020
|
+
headers: {
|
|
6021
|
+
Accept?: "binary" | "base64" | "ocr" | undefined;
|
|
6022
|
+
Download?: boolean | undefined;
|
|
6023
|
+
Token?: string | undefined;
|
|
6024
|
+
} & Partial<{
|
|
6025
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6026
|
+
}>;
|
|
6027
|
+
}, import("@mittwald/api-client-commons").Response<string, 200, "application/octet-stream"> | import("@mittwald/api-client-commons").Response<string, 200, "base64"> | import("@mittwald/api-client-commons").Response<string, 200, "ocr"> | import("@mittwald/api-client-commons").Response<{
|
|
6028
|
+
[x: string]: unknown;
|
|
6029
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6030
|
+
[x: string]: unknown;
|
|
6031
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6032
|
+
[x: string]: unknown;
|
|
6033
|
+
}, 500, "application/json">>>;
|
|
6032
6034
|
};
|
|
6033
6035
|
/** The mail API allows you to manage your mail accounts. */
|
|
6034
6036
|
readonly mail: {
|
|
@@ -6233,6 +6235,49 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6233
6235
|
}, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6234
6236
|
[x: string]: unknown;
|
|
6235
6237
|
}, 503, "application/json">>>;
|
|
6238
|
+
/** Create a DeliveryBox. */
|
|
6239
|
+
createDeliverybox: (request: {
|
|
6240
|
+
data: {
|
|
6241
|
+
description: string;
|
|
6242
|
+
password: string;
|
|
6243
|
+
};
|
|
6244
|
+
projectId: string;
|
|
6245
|
+
headers?: {
|
|
6246
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
6247
|
+
"x-access-token"?: string | undefined;
|
|
6248
|
+
} | undefined;
|
|
6249
|
+
}) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
6250
|
+
data: {
|
|
6251
|
+
description: string;
|
|
6252
|
+
password: string;
|
|
6253
|
+
};
|
|
6254
|
+
} & {
|
|
6255
|
+
pathParameters: {
|
|
6256
|
+
projectId: string;
|
|
6257
|
+
};
|
|
6258
|
+
} & {
|
|
6259
|
+
headers?: Partial<{
|
|
6260
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6261
|
+
}> | undefined;
|
|
6262
|
+
} & {
|
|
6263
|
+
headers: {
|
|
6264
|
+
"x-access-token"?: string | undefined;
|
|
6265
|
+
} & Partial<{
|
|
6266
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6267
|
+
}>;
|
|
6268
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
6269
|
+
id: string;
|
|
6270
|
+
}, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6271
|
+
[x: string]: unknown;
|
|
6272
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6273
|
+
[x: string]: unknown;
|
|
6274
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6275
|
+
[x: string]: unknown;
|
|
6276
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6277
|
+
[x: string]: unknown;
|
|
6278
|
+
}, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6279
|
+
[x: string]: unknown;
|
|
6280
|
+
}, 503, "application/json">>>;
|
|
6236
6281
|
/** List MailAddresses belonging to a Project. */
|
|
6237
6282
|
listMailAddresses: (request: {
|
|
6238
6283
|
projectId: string;
|
|
@@ -6265,6 +6310,74 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6265
6310
|
}, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6266
6311
|
[x: string]: unknown;
|
|
6267
6312
|
}, 503, "application/json">>>;
|
|
6313
|
+
/** Create a MailAddress. */
|
|
6314
|
+
createMailAddress: (request: {
|
|
6315
|
+
data: {
|
|
6316
|
+
address: string;
|
|
6317
|
+
forwardAddresses: string[];
|
|
6318
|
+
};
|
|
6319
|
+
projectId: string;
|
|
6320
|
+
headers?: {
|
|
6321
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
6322
|
+
"x-access-token"?: string | undefined;
|
|
6323
|
+
} | undefined;
|
|
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
|
+
} & {
|
|
6359
|
+
headers?: Partial<{
|
|
6360
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6361
|
+
}> | undefined;
|
|
6362
|
+
} & {
|
|
6363
|
+
headers: {
|
|
6364
|
+
"x-access-token"?: string | undefined;
|
|
6365
|
+
} & Partial<{
|
|
6366
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6367
|
+
}>;
|
|
6368
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
6369
|
+
id: string;
|
|
6370
|
+
}, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6371
|
+
[x: string]: unknown;
|
|
6372
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6373
|
+
[x: string]: unknown;
|
|
6374
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6375
|
+
[x: string]: unknown;
|
|
6376
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6377
|
+
[x: string]: unknown;
|
|
6378
|
+
}, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6379
|
+
[x: string]: unknown;
|
|
6380
|
+
}, 503, "application/json">>>;
|
|
6268
6381
|
/** List mail settings of a Project. */
|
|
6269
6382
|
listProjectMailSettings: (request: {
|
|
6270
6383
|
projectId: string;
|
|
@@ -410,12 +410,12 @@ class MittwaldAPIV2Client extends api_client_commons_1.ApiClientBase {
|
|
|
410
410
|
createFile: this.requestFunctionFactory(descriptors.fileCreateFile),
|
|
411
411
|
/** Get a File's meta. */
|
|
412
412
|
getFileMeta: this.requestFunctionFactory(descriptors.fileGetFileMeta),
|
|
413
|
-
/** Get a File. */
|
|
414
|
-
getFile: this.requestFunctionFactory(descriptors.fileGetFile),
|
|
415
413
|
/** Get a FileUploadToken's rules. */
|
|
416
414
|
getFileUploadTokenRules: this.requestFunctionFactory(descriptors.fileGetFileUploadTokenRules),
|
|
417
415
|
/** Get a FileUploadType's rules. */
|
|
418
416
|
getFileUploadTypeRules: this.requestFunctionFactory(descriptors.fileGetFileUploadTypeRules),
|
|
417
|
+
/** Get a File. */
|
|
418
|
+
getFile: this.requestFunctionFactory(descriptors.fileGetFile),
|
|
419
419
|
};
|
|
420
420
|
/** The mail API allows you to manage your mail accounts. */
|
|
421
421
|
this.mail = {
|
|
@@ -429,8 +429,12 @@ class MittwaldAPIV2Client extends api_client_commons_1.ApiClientBase {
|
|
|
429
429
|
deleteMailAddress: this.requestFunctionFactory(descriptors.mailDeleteMailAddress),
|
|
430
430
|
/** List DeliveryBoxes belonging to a Project. */
|
|
431
431
|
listDeliveryBoxes: this.requestFunctionFactory(descriptors.mailListDeliveryBoxes),
|
|
432
|
+
/** Create a DeliveryBox. */
|
|
433
|
+
createDeliverybox: this.requestFunctionFactory(descriptors.mailCreateDeliverybox),
|
|
432
434
|
/** List MailAddresses belonging to a Project. */
|
|
433
435
|
listMailAddresses: this.requestFunctionFactory(descriptors.mailListMailAddresses),
|
|
436
|
+
/** Create a MailAddress. */
|
|
437
|
+
createMailAddress: this.requestFunctionFactory(descriptors.mailCreateMailAddress),
|
|
434
438
|
/** List mail settings of a Project. */
|
|
435
439
|
listProjectMailSettings: this.requestFunctionFactory(descriptors.mailListProjectMailSettings),
|
|
436
440
|
/** Update the description of a DeliveryBox. */
|
|
@@ -301,6 +301,10 @@ export declare const domainVerifyDomainOwnership: OpenAPIOperation<RequestType<S
|
|
|
301
301
|
export declare const fileCreateFile: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2Files.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2Files.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2Files.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2Files.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2Files.Post.Responses.$201.Content.ApplicationJson>, 201, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Files.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Files.Post.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Files.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
302
302
|
/** Get a File's meta. */
|
|
303
303
|
export declare const fileGetFileMeta: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2FilesFileIdMeta.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2FilesFileIdMeta.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2FilesFileIdMeta.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2FilesFileIdMeta.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2FilesFileIdMeta.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2FilesFileIdMeta.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
304
|
+
/** Get a FileUploadToken's rules. */
|
|
305
|
+
export declare const fileGetFileUploadTokenRules: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2FileUploadTokensFileUploadTokenRules.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2FileUploadTokensFileUploadTokenRules.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2FileUploadTokensFileUploadTokenRules.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2FileUploadTokensFileUploadTokenRules.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2FileUploadTokensFileUploadTokenRules.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2FileUploadTokensFileUploadTokenRules.Get.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2FileUploadTokensFileUploadTokenRules.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
306
|
+
/** Get a FileUploadType's rules. */
|
|
307
|
+
export declare const fileGetFileUploadTypeRules: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2FileUploadTypesFileUploadTypeRules.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2FileUploadTypesFileUploadTypeRules.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2FileUploadTypesFileUploadTypeRules.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2FileUploadTypesFileUploadTypeRules.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2FileUploadTypesFileUploadTypeRules.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2FileUploadTypesFileUploadTypeRules.Get.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2FileUploadTypesFileUploadTypeRules.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
304
308
|
/** Get a File. */
|
|
305
309
|
export declare const fileGetFile: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2FilesFileId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2FilesFileId.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2FilesFileId.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2FilesFileId.Get.Responses.$200.Content.ApplicationOctetStream>, 200, "application/octet-stream"> | Response<Simplify<MittwaldAPIV2.Paths.V2FilesFileId.Get.Responses.$200.Content.Base64>, 200, "base64"> | Response<Simplify<MittwaldAPIV2.Paths.V2FilesFileId.Get.Responses.$200.Content.Ocr>, 200, "ocr"> | Response<Simplify<MittwaldAPIV2.Paths.V2FilesFileId.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2FilesFileId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2FilesFileId.Get.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2FilesFileId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
306
310
|
/** List Ingresses. */
|
|
@@ -335,8 +339,12 @@ export declare const mailGetMailAddress: OpenAPIOperation<RequestType<Simplify<n
|
|
|
335
339
|
export declare const mailDeleteMailAddress: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressId.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressId.Delete.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressId.Delete.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressId.Delete.Responses.$200.Content.Empty>, 200, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressId.Delete.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressId.Delete.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressId.Delete.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressId.Delete.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressId.Delete.Responses.$503.Content.ApplicationJson>, 503, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressId.Delete.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
336
340
|
/** List DeliveryBoxes belonging to a Project. */
|
|
337
341
|
export declare const mailListDeliveryBoxes: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDeliveryBoxes.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDeliveryBoxes.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDeliveryBoxes.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDeliveryBoxes.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDeliveryBoxes.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDeliveryBoxes.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDeliveryBoxes.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDeliveryBoxes.Get.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDeliveryBoxes.Get.Responses.$503.Content.ApplicationJson>, 503, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDeliveryBoxes.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
342
|
+
/** Create a DeliveryBox. */
|
|
343
|
+
export declare const mailCreateDeliverybox: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDeliveryBoxes.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDeliveryBoxes.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDeliveryBoxes.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDeliveryBoxes.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDeliveryBoxes.Post.Responses.$201.Content.ApplicationJson>, 201, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDeliveryBoxes.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDeliveryBoxes.Post.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDeliveryBoxes.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDeliveryBoxes.Post.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDeliveryBoxes.Post.Responses.$503.Content.ApplicationJson>, 503, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDeliveryBoxes.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
338
344
|
/** List MailAddresses belonging to a Project. */
|
|
339
345
|
export declare const mailListMailAddresses: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailAddresses.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailAddresses.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailAddresses.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailAddresses.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailAddresses.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailAddresses.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailAddresses.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailAddresses.Get.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailAddresses.Get.Responses.$503.Content.ApplicationJson>, 503, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailAddresses.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
346
|
+
/** Create a MailAddress. */
|
|
347
|
+
export declare const mailCreateMailAddress: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailAddresses.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailAddresses.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailAddresses.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailAddresses.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailAddresses.Post.Responses.$201.Content.ApplicationJson>, 201, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailAddresses.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailAddresses.Post.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailAddresses.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailAddresses.Post.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailAddresses.Post.Responses.$503.Content.ApplicationJson>, 503, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailAddresses.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
340
348
|
/** List mail settings of a Project. */
|
|
341
349
|
export declare const mailListProjectMailSettings: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailSettings.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailSettings.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailSettings.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailSettings.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailSettings.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailSettings.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailSettings.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailSettings.Get.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailSettings.Get.Responses.$503.Content.ApplicationJson>, 503, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailSettings.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
342
350
|
/** Update the description of a DeliveryBox. */
|
|
@@ -579,7 +587,3 @@ export declare const userVerifyEmail: OpenAPIOperation<RequestType<Simplify<Mitt
|
|
|
579
587
|
export declare const userVerifyPhoneNumber: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2UsersUserIdPhoneVerify.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2UsersUserIdPhoneVerify.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2UsersUserIdPhoneVerify.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2UsersUserIdPhoneVerify.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2UsersUserIdPhoneVerify.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersUserIdPhoneVerify.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersUserIdPhoneVerify.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersUserIdPhoneVerify.Post.Responses.$409.Content.ApplicationJson>, 409, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersUserIdPhoneVerify.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
580
588
|
/** Verify your registration. */
|
|
581
589
|
export declare const userVerifyRegistration: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2VerifyRegistration.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2VerifyRegistration.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2VerifyRegistration.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2VerifyRegistration.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2VerifyRegistration.Post.Responses.$200.Content.Empty>, 200, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2VerifyRegistration.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2VerifyRegistration.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2VerifyRegistration.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
582
|
-
/** Get a FileUploadToken's rules. */
|
|
583
|
-
export declare const fileGetFileUploadTokenRules: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2FileUploadTokensFileUploadTokenRules.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2FileUploadTokensFileUploadTokenRules.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2FileUploadTokensFileUploadTokenRules.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2FileUploadTokensFileUploadTokenRules.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2FileUploadTokensFileUploadTokenRules.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2FileUploadTokensFileUploadTokenRules.Get.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2FileUploadTokensFileUploadTokenRules.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
584
|
-
/** Get a FileUploadType's rules. */
|
|
585
|
-
export declare const fileGetFileUploadTypeRules: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2FileUploadTypesFileUploadTypeRules.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2FileUploadTypesFileUploadTypeRules.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2FileUploadTypesFileUploadTypeRules.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2FileUploadTypesFileUploadTypeRules.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2FileUploadTypesFileUploadTypeRules.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2FileUploadTypesFileUploadTypeRules.Get.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2FileUploadTypesFileUploadTypeRules.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.conversationCreateConversation = exports.conversationListConversations = exports.contractListContracts = exports.contractGetNextTerminationDateForItem = exports.contractGetDetailOfContract = exports.contractGetDetailOfContractItem = exports.contractGetDetailOfContractByServer = exports.contractGetDetailOfContractByProject = exports.contractGetDetailOfContractByDomain = exports.contractGetBaseItemOfContract = exports.contractCancelContractTermination = exports.contractTerminateContract = exports.contractCancelContractTariffChange = exports.contractCancelContractItemTermination = exports.contractTerminateContractItem = exports.backupUpdateProjectBackupDescription = exports.backupDeleteProjectBackup = exports.backupGetProjectBackup = exports.backupUpdateProjectBackupSchedule = exports.backupDeleteProjectBackupSchedule = exports.backupGetProjectBackupSchedule = exports.backupCreateProjectBackup = exports.backupListProjectBackups = exports.backupCreateProjectBackupSchedule = exports.backupListProjectBackupSchedules = exports.backupDeleteProjectBackupExport = exports.backupCreateProjectBackupExport = exports.articleListArticles = exports.articleGetArticle = exports.appUnlinkDatabase = exports.appSetDatabaseUsers = exports.appRetrieveStatus = exports.appRequestAppinstallationCopy = exports.appListUpdateCandidatesForAppversion = exports.appListSystemsoftwareversions = exports.appListSystemsoftwares = exports.appListAppversions = exports.appListApps = exports.appRequestAppinstallation = exports.appListAppinstallations = exports.appLinkDatabase = exports.appGetSystemsoftwareversion = exports.appGetSystemsoftware = exports.appGetMissingDependenciesForAppinstallation = exports.appGetAppversion = exports.appPatchAppinstallation = exports.appUninstallAppinstallation = exports.appGetAppinstallation = exports.appGetApp = exports.appExecuteAction = void 0;
|
|
4
4
|
exports.databaseCreateMysqlDatabase = exports.databaseListMysqlDatabases = exports.customerResendCustomerInviteMail = exports.customerRemoveAvatar = exports.customerRequestAvatarUpload = exports.customerListMembershipsForCustomer = exports.customerListInvitesForCustomer = exports.customerListCustomerMemberships = exports.customerListCustomerInvites = exports.customerLeaveCustomer = exports.customerIsCustomerLegallyCompetent = exports.customerGetCustomerTokenInvite = exports.customerDeleteCustomer = exports.customerUpdateCustomer = exports.customerGetCustomer = exports.customerUpdateCustomerMembership = exports.customerDeleteCustomerMembership = exports.customerGetCustomerMembership = exports.customerDeleteCustomerInvite = exports.customerGetCustomerInvite = exports.customerDeleteCategory = exports.customerUpdateCategory = exports.customerGetCustomerCategory = exports.customerDeclineCustomerInvite = exports.customerCreateCustomer = exports.customerListCustomers = exports.customerCreateCustomerInvite = exports.customerCreateCategory = exports.customerListOfCustomerCategories = exports.customerAcceptCustomerInvite = exports.cronjobUpdateCronjobAppId = exports.cronjobGetExecution = exports.cronjobUpdateCronjob = exports.cronjobDeleteCronjob = exports.cronjobGetCronjob = exports.cronjobCreateExecution = exports.cronjobListExecutions = exports.cronjobCreateCronjob = exports.cronjobListCronjobs = exports.cronjobAbortExecution = exports.conversationUpdateMessage = exports.conversationSetConversationStatus = exports.conversationRequestFileUpload = exports.conversationListCategories = exports.conversationGetFileAccessToken = exports.conversationUpdateConversation = exports.conversationGetConversation = exports.conversationGetCategory = exports.conversationCreateMessage = exports.conversationListMessagesByConversation = void 0;
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
7
|
-
exports.
|
|
8
|
-
exports.
|
|
5
|
+
exports.fileGetFileUploadTokenRules = exports.fileGetFileMeta = exports.fileCreateFile = exports.domainVerifyDomainOwnership = exports.domainUpdateDomainProjectId = exports.domainUpdateDomainContact = exports.domainUpdateDomainAuthCode = exports.domainResendDomainEmail = exports.domainListTlds = exports.domainListTldContactSchemas = exports.domainListDomains = exports.domainListDomainOwnerships = exports.domainGetLatestScreenshot = exports.domainGetDomainOwnership = exports.domainDeleteDomain = exports.domainGetDomain = exports.domainUpdateDomainNameservers = exports.domainCreateDomainAuthCode = exports.domainCreateDomainAuthCode2 = exports.domainCheckDomainRegistrability = exports.domainAbortDomainDeclaration = exports.dnsUpdateRecordSet = exports.dnsSetRecordSetManaged = exports.dnsListDnsZones = exports.dnsDeleteDnsZone = exports.dnsGetDnsZone = exports.dnsCreateDnsZone = exports.newsletterSubscribeUser = exports.databaseUpdateRedisDatabaseDescription = exports.databaseUpdateRedisDatabaseConfiguration = exports.databaseUpdateMysqlUserPassword = exports.databaseUpdateMysqlDatabaseDescription = exports.databaseUpdateMysqlDatabaseDefaultCharset = exports.databaseListRedisVersions = exports.databaseListMysqlVersions = exports.databaseListMysqlCharsets = exports.databaseGetMysqlUserPhpMyAdminUrl = exports.databaseEnableMysqlUser = exports.databaseDisableMysqlUser = exports.databaseDeleteRedisDatabase = exports.databaseGetRedisDatabase = exports.databaseDeleteMysqlUser = exports.databaseUpdateMysqlUser = exports.databaseGetMysqlUser = exports.databaseDeleteMysqlDatabase = exports.databaseGetMysqlDatabase = exports.databaseCreateRedisDatabase = exports.databaseListRedisDatabases = exports.databaseCreateMysqlUser = exports.databaseListMysqlUsers = void 0;
|
|
6
|
+
exports.projectCreateProjectInvite = exports.projectAcceptProjectInvite = exports.passwordValidationGetPasswordPolicy = exports.pageinsightsListPerformanceDataForProject = exports.pageinsightsGetPerformanceData = exports.orderPreviewTariffChange = exports.orderPreviewOrder = exports.orderListProjectOrders = exports.orderListCustomerOrders = exports.orderGetOrder = exports.orderCreateTariffChange = exports.orderCreateOrder = exports.notificationsReadNotification = exports.notificationsReadAllNotifications = exports.notificationsListNotifications = exports.notificationsCountUnreadNotifications = exports.newsletterUnsubscribeUser = exports.newsletterGetInfo = exports.mailUpdateProjectMailSetting = exports.mailUpdateMailAddressSpamProtection = exports.mailUpdateMailAddressQuota = exports.mailUpdateMailAddressPassword = exports.mailUpdateMailAddressForwardAddresses = exports.mailUpdateMailAddressCatchAll = exports.mailUpdateMailAddressAutoresponder = exports.mailUpdateMailAddressAddress = exports.mailUpdateDeliveryBoxPassword = exports.mailUpdateDeliveryBoxDescription = exports.mailListProjectMailSettings = exports.mailCreateMailAddress = exports.mailListMailAddresses = exports.mailCreateDeliverybox = exports.mailListDeliveryBoxes = exports.mailDeleteMailAddress = exports.mailGetMailAddress = exports.mailDeleteDeliveryBox = exports.mailGetDeliveryBox = exports.invoiceListCustomerInvoices = exports.invoiceUpdateInvoiceSettings = exports.invoiceGetDetailOfInvoiceSettings = exports.invoiceDetailOfInvoice = exports.ingressUpdateIngressTls = exports.ingressRequestIngressAcmeCertificateIssuance = exports.ingressUpdateIngressPaths = exports.ingressDeleteIngress = exports.ingressGetIngress = exports.ingressCreateIngress = exports.ingressListIngresses = exports.fileGetFile = exports.fileGetFileUploadTypeRules = void 0;
|
|
7
|
+
exports.userChangeEmail = exports.userGetOwnEmail = exports.userAuthenticate = exports.userAuthenticateMfa = exports.userRemovePhoneNumber = exports.userAddPhoneNumber = exports.sshUserUpdateSshUser = exports.sshUserDeleteSshUser = exports.sshUserGetSshUser = exports.sshUserCreateSshUser = exports.sshUserListSshUsers = exports.sftpUserUpdateSftpUser = exports.sftpUserDeleteSftpUser = exports.sftpUserGetSftpUser = exports.sftpUserCreateSftpUser = exports.sftpUserListSftpUsers = exports.servicetokenAuthenticateService = exports.relocationCreateRelocation = exports.relocationCreateLegacyTariffChange = exports.projectUpdateServerDescription = exports.projectUpdateProjectDescription = exports.projectResendProjectInviteMail = exports.projectListServers = exports.projectListProjects = exports.projectListProjectMemberships = exports.projectListProjectInvites = exports.projectListMembershipsForProject = exports.projectListInvitesForProject = exports.projectLeaveProject = exports.projectGetServer = exports.projectGetSelfMembershipForProject = exports.projectGetProjectTokenInvite = exports.projectFileSystemListFiles = exports.projectFileSystemGetJwt = exports.projectFileSystemGetFileContent = exports.projectFileSystemGetDiskUsage = exports.projectFileSystemGetDirectories = exports.projectDeleteServerAvatar = exports.projectRequestServerAvatarUpload = exports.projectDeleteProject = exports.projectGetProject = exports.projectUpdateProjectMembership = exports.projectDeleteProjectMembership = exports.projectGetProjectMembership = exports.projectDeleteProjectInvite = exports.projectGetProjectInvite = exports.projectDeleteProjectAvatar = exports.projectRequestProjectAvatarUpload = exports.projectDeclineProjectInvite = exports.projectCreateProject = void 0;
|
|
8
|
+
exports.userVerifyRegistration = exports.userVerifyPhoneNumber = exports.userVerifyEmail = exports.userSupportCodeRequest = exports.userResendVerificationEmail = exports.userRemoveAvatar = exports.userRequestAvatarUpload = exports.userRegister = exports.userLogout = exports.userTerminateAllSessions = exports.userListSessions = exports.userListFeedback = exports.userInitPasswordReset = exports.userInitMfa = exports.userUpdatePersonalInformation = exports.userGetUser = exports.userTerminateSession = exports.userGetSession = exports.userUpdatePersonalizedSettings = exports.userGetPersonalizedSettings = exports.userGetPasswordUpdatedAt = exports.userUpdateAccount = exports.userGetOwnAccount = exports.userDeleteUser = exports.userDeleteSshKey = exports.userEditSshKey = exports.userGetSshKey = exports.userDeleteApiToken = exports.userEditApiToken = exports.userGetApiToken = exports.userCreateSshKey = exports.userListSshKeys = exports.userCreateFeedback = exports.userCreateApiToken = exports.userListApiTokens = exports.userConfirmPasswordReset = exports.userDisableMfa = exports.userConfirmMfa = exports.userResetRecoverycodes = exports.userGetMfaStatus = exports.userCheckToken = exports.userChangePassword = void 0;
|
|
9
9
|
/** Execute a runtime concerning action on a specific `AppInstallation`. */
|
|
10
10
|
exports.appExecuteAction = {
|
|
11
11
|
path: "/v2/app-installations/{appInstallationId}/actions/{action}",
|
|
@@ -900,6 +900,18 @@ exports.fileGetFileMeta = {
|
|
|
900
900
|
method: "GET",
|
|
901
901
|
operationId: "file-get-file-meta",
|
|
902
902
|
};
|
|
903
|
+
/** Get a FileUploadToken's rules. */
|
|
904
|
+
exports.fileGetFileUploadTokenRules = {
|
|
905
|
+
path: "/v2/file-upload-tokens/{fileUploadToken}/rules",
|
|
906
|
+
method: "GET",
|
|
907
|
+
operationId: "file-get-file-upload-token-rules",
|
|
908
|
+
};
|
|
909
|
+
/** Get a FileUploadType's rules. */
|
|
910
|
+
exports.fileGetFileUploadTypeRules = {
|
|
911
|
+
path: "/v2/file-upload-types/{fileUploadType}/rules",
|
|
912
|
+
method: "GET",
|
|
913
|
+
operationId: "file-get-file-upload-type-rules",
|
|
914
|
+
};
|
|
903
915
|
/** Get a File. */
|
|
904
916
|
exports.fileGetFile = {
|
|
905
917
|
path: "/v2/files/{fileId}",
|
|
@@ -1002,12 +1014,24 @@ exports.mailListDeliveryBoxes = {
|
|
|
1002
1014
|
method: "GET",
|
|
1003
1015
|
operationId: "mail-list-delivery-boxes",
|
|
1004
1016
|
};
|
|
1017
|
+
/** Create a DeliveryBox. */
|
|
1018
|
+
exports.mailCreateDeliverybox = {
|
|
1019
|
+
path: "/v2/projects/{projectId}/delivery-boxes",
|
|
1020
|
+
method: "POST",
|
|
1021
|
+
operationId: "mail-create-deliverybox",
|
|
1022
|
+
};
|
|
1005
1023
|
/** List MailAddresses belonging to a Project. */
|
|
1006
1024
|
exports.mailListMailAddresses = {
|
|
1007
1025
|
path: "/v2/projects/{projectId}/mail-addresses",
|
|
1008
1026
|
method: "GET",
|
|
1009
1027
|
operationId: "mail-list-mail-addresses",
|
|
1010
1028
|
};
|
|
1029
|
+
/** Create a MailAddress. */
|
|
1030
|
+
exports.mailCreateMailAddress = {
|
|
1031
|
+
path: "/v2/projects/{projectId}/mail-addresses",
|
|
1032
|
+
method: "POST",
|
|
1033
|
+
operationId: "mail-create-mail-address",
|
|
1034
|
+
};
|
|
1011
1035
|
/** List mail settings of a Project. */
|
|
1012
1036
|
exports.mailListProjectMailSettings = {
|
|
1013
1037
|
path: "/v2/projects/{projectId}/mail-settings",
|
|
@@ -1734,15 +1758,3 @@ exports.userVerifyRegistration = {
|
|
|
1734
1758
|
method: "POST",
|
|
1735
1759
|
operationId: "user-verify-registration",
|
|
1736
1760
|
};
|
|
1737
|
-
/** Get a FileUploadToken's rules. */
|
|
1738
|
-
exports.fileGetFileUploadTokenRules = {
|
|
1739
|
-
path: "/v2/file-upload-tokens/{fileUploadToken}/rules",
|
|
1740
|
-
method: "GET",
|
|
1741
|
-
operationId: "file-get-file-upload-token-rules",
|
|
1742
|
-
};
|
|
1743
|
-
/** Get a FileUploadType's rules. */
|
|
1744
|
-
exports.fileGetFileUploadTypeRules = {
|
|
1745
|
-
path: "/v2/file-upload-types/{fileUploadType}/rules",
|
|
1746
|
-
method: "GET",
|
|
1747
|
-
operationId: "file-get-file-upload-type-rules",
|
|
1748
|
-
};
|