@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
|
@@ -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">>;
|
|
@@ -892,6 +892,18 @@ export const fileGetFileMeta = {
|
|
|
892
892
|
method: "GET",
|
|
893
893
|
operationId: "file-get-file-meta",
|
|
894
894
|
};
|
|
895
|
+
/** Get a FileUploadToken's rules. */
|
|
896
|
+
export const fileGetFileUploadTokenRules = {
|
|
897
|
+
path: "/v2/file-upload-tokens/{fileUploadToken}/rules",
|
|
898
|
+
method: "GET",
|
|
899
|
+
operationId: "file-get-file-upload-token-rules",
|
|
900
|
+
};
|
|
901
|
+
/** Get a FileUploadType's rules. */
|
|
902
|
+
export const fileGetFileUploadTypeRules = {
|
|
903
|
+
path: "/v2/file-upload-types/{fileUploadType}/rules",
|
|
904
|
+
method: "GET",
|
|
905
|
+
operationId: "file-get-file-upload-type-rules",
|
|
906
|
+
};
|
|
895
907
|
/** Get a File. */
|
|
896
908
|
export const fileGetFile = {
|
|
897
909
|
path: "/v2/files/{fileId}",
|
|
@@ -994,12 +1006,24 @@ export const mailListDeliveryBoxes = {
|
|
|
994
1006
|
method: "GET",
|
|
995
1007
|
operationId: "mail-list-delivery-boxes",
|
|
996
1008
|
};
|
|
1009
|
+
/** Create a DeliveryBox. */
|
|
1010
|
+
export const mailCreateDeliverybox = {
|
|
1011
|
+
path: "/v2/projects/{projectId}/delivery-boxes",
|
|
1012
|
+
method: "POST",
|
|
1013
|
+
operationId: "mail-create-deliverybox",
|
|
1014
|
+
};
|
|
997
1015
|
/** List MailAddresses belonging to a Project. */
|
|
998
1016
|
export const mailListMailAddresses = {
|
|
999
1017
|
path: "/v2/projects/{projectId}/mail-addresses",
|
|
1000
1018
|
method: "GET",
|
|
1001
1019
|
operationId: "mail-list-mail-addresses",
|
|
1002
1020
|
};
|
|
1021
|
+
/** Create a MailAddress. */
|
|
1022
|
+
export const mailCreateMailAddress = {
|
|
1023
|
+
path: "/v2/projects/{projectId}/mail-addresses",
|
|
1024
|
+
method: "POST",
|
|
1025
|
+
operationId: "mail-create-mail-address",
|
|
1026
|
+
};
|
|
1003
1027
|
/** List mail settings of a Project. */
|
|
1004
1028
|
export const mailListProjectMailSettings = {
|
|
1005
1029
|
path: "/v2/projects/{projectId}/mail-settings",
|
|
@@ -1726,15 +1750,3 @@ export const userVerifyRegistration = {
|
|
|
1726
1750
|
method: "POST",
|
|
1727
1751
|
operationId: "user-verify-registration",
|
|
1728
1752
|
};
|
|
1729
|
-
/** Get a FileUploadToken's rules. */
|
|
1730
|
-
export const fileGetFileUploadTokenRules = {
|
|
1731
|
-
path: "/v2/file-upload-tokens/{fileUploadToken}/rules",
|
|
1732
|
-
method: "GET",
|
|
1733
|
-
operationId: "file-get-file-upload-token-rules",
|
|
1734
|
-
};
|
|
1735
|
-
/** Get a FileUploadType's rules. */
|
|
1736
|
-
export const fileGetFileUploadTypeRules = {
|
|
1737
|
-
path: "/v2/file-upload-types/{fileUploadType}/rules",
|
|
1738
|
-
method: "GET",
|
|
1739
|
-
operationId: "file-get-file-upload-type-rules",
|
|
1740
|
-
};
|
|
@@ -598,6 +598,14 @@ export declare module MittwaldAPIV2 {
|
|
|
598
598
|
type RequestData = InferredRequestData<typeof descriptors.fileGetFileMeta>;
|
|
599
599
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.fileGetFileMeta, TStatus>;
|
|
600
600
|
}
|
|
601
|
+
namespace FileGetFileUploadTokenRules {
|
|
602
|
+
type RequestData = InferredRequestData<typeof descriptors.fileGetFileUploadTokenRules>;
|
|
603
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.fileGetFileUploadTokenRules, TStatus>;
|
|
604
|
+
}
|
|
605
|
+
namespace FileGetFileUploadTypeRules {
|
|
606
|
+
type RequestData = InferredRequestData<typeof descriptors.fileGetFileUploadTypeRules>;
|
|
607
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.fileGetFileUploadTypeRules, TStatus>;
|
|
608
|
+
}
|
|
601
609
|
namespace FileGetFile {
|
|
602
610
|
type RequestData = InferredRequestData<typeof descriptors.fileGetFile>;
|
|
603
611
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.fileGetFile, TStatus>;
|
|
@@ -666,10 +674,18 @@ export declare module MittwaldAPIV2 {
|
|
|
666
674
|
type RequestData = InferredRequestData<typeof descriptors.mailListDeliveryBoxes>;
|
|
667
675
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailListDeliveryBoxes, TStatus>;
|
|
668
676
|
}
|
|
677
|
+
namespace MailCreateDeliverybox {
|
|
678
|
+
type RequestData = InferredRequestData<typeof descriptors.mailCreateDeliverybox>;
|
|
679
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailCreateDeliverybox, TStatus>;
|
|
680
|
+
}
|
|
669
681
|
namespace MailListMailAddresses {
|
|
670
682
|
type RequestData = InferredRequestData<typeof descriptors.mailListMailAddresses>;
|
|
671
683
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailListMailAddresses, TStatus>;
|
|
672
684
|
}
|
|
685
|
+
namespace MailCreateMailAddress {
|
|
686
|
+
type RequestData = InferredRequestData<typeof descriptors.mailCreateMailAddress>;
|
|
687
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailCreateMailAddress, TStatus>;
|
|
688
|
+
}
|
|
673
689
|
namespace MailListProjectMailSettings {
|
|
674
690
|
type RequestData = InferredRequestData<typeof descriptors.mailListProjectMailSettings>;
|
|
675
691
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailListProjectMailSettings, TStatus>;
|
|
@@ -1154,14 +1170,6 @@ export declare module MittwaldAPIV2 {
|
|
|
1154
1170
|
type RequestData = InferredRequestData<typeof descriptors.userVerifyRegistration>;
|
|
1155
1171
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.userVerifyRegistration, TStatus>;
|
|
1156
1172
|
}
|
|
1157
|
-
namespace FileGetFileUploadTokenRules {
|
|
1158
|
-
type RequestData = InferredRequestData<typeof descriptors.fileGetFileUploadTokenRules>;
|
|
1159
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.fileGetFileUploadTokenRules, TStatus>;
|
|
1160
|
-
}
|
|
1161
|
-
namespace FileGetFileUploadTypeRules {
|
|
1162
|
-
type RequestData = InferredRequestData<typeof descriptors.fileGetFileUploadTypeRules>;
|
|
1163
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.fileGetFileUploadTypeRules, TStatus>;
|
|
1164
|
-
}
|
|
1165
1173
|
}
|
|
1166
1174
|
namespace Components {
|
|
1167
1175
|
namespace Schemas {
|
|
@@ -2143,6 +2151,7 @@ export declare module MittwaldAPIV2 {
|
|
|
2143
2151
|
* Has to be `true`, as ssl cannot be deactivated.
|
|
2144
2152
|
*/
|
|
2145
2153
|
acme: boolean;
|
|
2154
|
+
requestDeadline?: string;
|
|
2146
2155
|
}
|
|
2147
2156
|
interface IngressTlsCertificate {
|
|
2148
2157
|
certificateId: string;
|
|
@@ -7798,10 +7807,13 @@ export declare module MittwaldAPIV2 {
|
|
|
7798
7807
|
}
|
|
7799
7808
|
}
|
|
7800
7809
|
}
|
|
7810
|
+
namespace V2AppinstallationsAppInstallationIdDatabases { }
|
|
7801
7811
|
namespace V2DomainsDomainIdContracts { }
|
|
7802
7812
|
namespace V2ProjectsProjectIdContracts { }
|
|
7803
7813
|
namespace V2ServersServerIdContracts { }
|
|
7804
7814
|
namespace V2DomainsDomainIdScreenshotsNewest { }
|
|
7815
|
+
namespace V2FileTokenRulesToken { }
|
|
7816
|
+
namespace V2FileTypeRulesName { }
|
|
7805
7817
|
namespace V2NewsletterSubscriptions {
|
|
7806
7818
|
namespace Post {
|
|
7807
7819
|
namespace Parameters {
|
|
@@ -8863,6 +8875,84 @@ export declare module MittwaldAPIV2 {
|
|
|
8863
8875
|
}
|
|
8864
8876
|
}
|
|
8865
8877
|
}
|
|
8878
|
+
namespace V2FileUploadTokensFileUploadTokenRules {
|
|
8879
|
+
namespace Get {
|
|
8880
|
+
namespace Parameters {
|
|
8881
|
+
type Path = {
|
|
8882
|
+
fileUploadToken: string;
|
|
8883
|
+
};
|
|
8884
|
+
type Header = {};
|
|
8885
|
+
type Query = {};
|
|
8886
|
+
}
|
|
8887
|
+
namespace Responses {
|
|
8888
|
+
namespace $200 {
|
|
8889
|
+
namespace Content {
|
|
8890
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.FileFileUploadRules;
|
|
8891
|
+
}
|
|
8892
|
+
}
|
|
8893
|
+
namespace $404 {
|
|
8894
|
+
namespace Content {
|
|
8895
|
+
interface ApplicationJson {
|
|
8896
|
+
[k: string]: unknown;
|
|
8897
|
+
}
|
|
8898
|
+
}
|
|
8899
|
+
}
|
|
8900
|
+
namespace $500 {
|
|
8901
|
+
namespace Content {
|
|
8902
|
+
interface ApplicationJson {
|
|
8903
|
+
[k: string]: unknown;
|
|
8904
|
+
}
|
|
8905
|
+
}
|
|
8906
|
+
}
|
|
8907
|
+
namespace Default {
|
|
8908
|
+
namespace Content {
|
|
8909
|
+
interface ApplicationJson {
|
|
8910
|
+
[k: string]: unknown;
|
|
8911
|
+
}
|
|
8912
|
+
}
|
|
8913
|
+
}
|
|
8914
|
+
}
|
|
8915
|
+
}
|
|
8916
|
+
}
|
|
8917
|
+
namespace V2FileUploadTypesFileUploadTypeRules {
|
|
8918
|
+
namespace Get {
|
|
8919
|
+
namespace Parameters {
|
|
8920
|
+
type Path = {
|
|
8921
|
+
fileUploadType: "avatar" | "conversation";
|
|
8922
|
+
};
|
|
8923
|
+
type Header = {};
|
|
8924
|
+
type Query = {};
|
|
8925
|
+
}
|
|
8926
|
+
namespace Responses {
|
|
8927
|
+
namespace $200 {
|
|
8928
|
+
namespace Content {
|
|
8929
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.FileFileUploadRules;
|
|
8930
|
+
}
|
|
8931
|
+
}
|
|
8932
|
+
namespace $404 {
|
|
8933
|
+
namespace Content {
|
|
8934
|
+
interface ApplicationJson {
|
|
8935
|
+
[k: string]: unknown;
|
|
8936
|
+
}
|
|
8937
|
+
}
|
|
8938
|
+
}
|
|
8939
|
+
namespace $500 {
|
|
8940
|
+
namespace Content {
|
|
8941
|
+
interface ApplicationJson {
|
|
8942
|
+
[k: string]: unknown;
|
|
8943
|
+
}
|
|
8944
|
+
}
|
|
8945
|
+
}
|
|
8946
|
+
namespace Default {
|
|
8947
|
+
namespace Content {
|
|
8948
|
+
interface ApplicationJson {
|
|
8949
|
+
[k: string]: unknown;
|
|
8950
|
+
}
|
|
8951
|
+
}
|
|
8952
|
+
}
|
|
8953
|
+
}
|
|
8954
|
+
}
|
|
8955
|
+
}
|
|
8866
8956
|
namespace V2FilesFileId {
|
|
8867
8957
|
namespace Get {
|
|
8868
8958
|
namespace Parameters {
|
|
@@ -9623,6 +9713,70 @@ export declare module MittwaldAPIV2 {
|
|
|
9623
9713
|
}
|
|
9624
9714
|
}
|
|
9625
9715
|
}
|
|
9716
|
+
namespace Post {
|
|
9717
|
+
namespace Parameters {
|
|
9718
|
+
type Path = {
|
|
9719
|
+
projectId: string;
|
|
9720
|
+
};
|
|
9721
|
+
interface RequestBody {
|
|
9722
|
+
description: string;
|
|
9723
|
+
password: string;
|
|
9724
|
+
}
|
|
9725
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
9726
|
+
type Query = {};
|
|
9727
|
+
}
|
|
9728
|
+
namespace Responses {
|
|
9729
|
+
namespace $201 {
|
|
9730
|
+
namespace Content {
|
|
9731
|
+
interface ApplicationJson {
|
|
9732
|
+
id: string;
|
|
9733
|
+
}
|
|
9734
|
+
}
|
|
9735
|
+
}
|
|
9736
|
+
namespace $400 {
|
|
9737
|
+
namespace Content {
|
|
9738
|
+
interface ApplicationJson {
|
|
9739
|
+
[k: string]: unknown;
|
|
9740
|
+
}
|
|
9741
|
+
}
|
|
9742
|
+
}
|
|
9743
|
+
namespace $403 {
|
|
9744
|
+
namespace Content {
|
|
9745
|
+
interface ApplicationJson {
|
|
9746
|
+
[k: string]: unknown;
|
|
9747
|
+
}
|
|
9748
|
+
}
|
|
9749
|
+
}
|
|
9750
|
+
namespace $404 {
|
|
9751
|
+
namespace Content {
|
|
9752
|
+
interface ApplicationJson {
|
|
9753
|
+
[k: string]: unknown;
|
|
9754
|
+
}
|
|
9755
|
+
}
|
|
9756
|
+
}
|
|
9757
|
+
namespace $500 {
|
|
9758
|
+
namespace Content {
|
|
9759
|
+
interface ApplicationJson {
|
|
9760
|
+
[k: string]: unknown;
|
|
9761
|
+
}
|
|
9762
|
+
}
|
|
9763
|
+
}
|
|
9764
|
+
namespace $503 {
|
|
9765
|
+
namespace Content {
|
|
9766
|
+
interface ApplicationJson {
|
|
9767
|
+
[k: string]: unknown;
|
|
9768
|
+
}
|
|
9769
|
+
}
|
|
9770
|
+
}
|
|
9771
|
+
namespace Default {
|
|
9772
|
+
namespace Content {
|
|
9773
|
+
interface ApplicationJson {
|
|
9774
|
+
[k: string]: unknown;
|
|
9775
|
+
}
|
|
9776
|
+
}
|
|
9777
|
+
}
|
|
9778
|
+
}
|
|
9779
|
+
}
|
|
9626
9780
|
}
|
|
9627
9781
|
namespace V2ProjectsProjectIdMailaddresses { }
|
|
9628
9782
|
namespace V2ProjectsProjectIdMailAddresses {
|
|
@@ -9684,6 +9838,67 @@ export declare module MittwaldAPIV2 {
|
|
|
9684
9838
|
}
|
|
9685
9839
|
}
|
|
9686
9840
|
}
|
|
9841
|
+
namespace Post {
|
|
9842
|
+
namespace Parameters {
|
|
9843
|
+
type Path = {
|
|
9844
|
+
projectId: string;
|
|
9845
|
+
};
|
|
9846
|
+
type RequestBody = MittwaldAPIV2.Components.Schemas.MailCreateForwardAddress | MittwaldAPIV2.Components.Schemas.MailCreateMailAddress;
|
|
9847
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
9848
|
+
type Query = {};
|
|
9849
|
+
}
|
|
9850
|
+
namespace Responses {
|
|
9851
|
+
namespace $201 {
|
|
9852
|
+
namespace Content {
|
|
9853
|
+
interface ApplicationJson {
|
|
9854
|
+
id: string;
|
|
9855
|
+
}
|
|
9856
|
+
}
|
|
9857
|
+
}
|
|
9858
|
+
namespace $400 {
|
|
9859
|
+
namespace Content {
|
|
9860
|
+
interface ApplicationJson {
|
|
9861
|
+
[k: string]: unknown;
|
|
9862
|
+
}
|
|
9863
|
+
}
|
|
9864
|
+
}
|
|
9865
|
+
namespace $403 {
|
|
9866
|
+
namespace Content {
|
|
9867
|
+
interface ApplicationJson {
|
|
9868
|
+
[k: string]: unknown;
|
|
9869
|
+
}
|
|
9870
|
+
}
|
|
9871
|
+
}
|
|
9872
|
+
namespace $404 {
|
|
9873
|
+
namespace Content {
|
|
9874
|
+
interface ApplicationJson {
|
|
9875
|
+
[k: string]: unknown;
|
|
9876
|
+
}
|
|
9877
|
+
}
|
|
9878
|
+
}
|
|
9879
|
+
namespace $500 {
|
|
9880
|
+
namespace Content {
|
|
9881
|
+
interface ApplicationJson {
|
|
9882
|
+
[k: string]: unknown;
|
|
9883
|
+
}
|
|
9884
|
+
}
|
|
9885
|
+
}
|
|
9886
|
+
namespace $503 {
|
|
9887
|
+
namespace Content {
|
|
9888
|
+
interface ApplicationJson {
|
|
9889
|
+
[k: string]: unknown;
|
|
9890
|
+
}
|
|
9891
|
+
}
|
|
9892
|
+
}
|
|
9893
|
+
namespace Default {
|
|
9894
|
+
namespace Content {
|
|
9895
|
+
interface ApplicationJson {
|
|
9896
|
+
[k: string]: unknown;
|
|
9897
|
+
}
|
|
9898
|
+
}
|
|
9899
|
+
}
|
|
9900
|
+
}
|
|
9901
|
+
}
|
|
9687
9902
|
}
|
|
9688
9903
|
namespace V2ProjectsProjectIdMailsettings { }
|
|
9689
9904
|
namespace V2ProjectsProjectIdMailSettings {
|
|
@@ -14557,86 +14772,5 @@ export declare module MittwaldAPIV2 {
|
|
|
14557
14772
|
}
|
|
14558
14773
|
}
|
|
14559
14774
|
}
|
|
14560
|
-
namespace V2AppinstallationsAppInstallationIdDatabases { }
|
|
14561
|
-
namespace V2FileUploadTokensFileUploadTokenRules {
|
|
14562
|
-
namespace Get {
|
|
14563
|
-
namespace Parameters {
|
|
14564
|
-
type Path = {
|
|
14565
|
-
fileUploadToken: string;
|
|
14566
|
-
};
|
|
14567
|
-
type Header = {};
|
|
14568
|
-
type Query = {};
|
|
14569
|
-
}
|
|
14570
|
-
namespace Responses {
|
|
14571
|
-
namespace $200 {
|
|
14572
|
-
namespace Content {
|
|
14573
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.FileFileUploadRules;
|
|
14574
|
-
}
|
|
14575
|
-
}
|
|
14576
|
-
namespace $404 {
|
|
14577
|
-
namespace Content {
|
|
14578
|
-
interface ApplicationJson {
|
|
14579
|
-
[k: string]: unknown;
|
|
14580
|
-
}
|
|
14581
|
-
}
|
|
14582
|
-
}
|
|
14583
|
-
namespace $500 {
|
|
14584
|
-
namespace Content {
|
|
14585
|
-
interface ApplicationJson {
|
|
14586
|
-
[k: string]: unknown;
|
|
14587
|
-
}
|
|
14588
|
-
}
|
|
14589
|
-
}
|
|
14590
|
-
namespace Default {
|
|
14591
|
-
namespace Content {
|
|
14592
|
-
interface ApplicationJson {
|
|
14593
|
-
[k: string]: unknown;
|
|
14594
|
-
}
|
|
14595
|
-
}
|
|
14596
|
-
}
|
|
14597
|
-
}
|
|
14598
|
-
}
|
|
14599
|
-
}
|
|
14600
|
-
namespace V2FileUploadTypesFileUploadTypeRules {
|
|
14601
|
-
namespace Get {
|
|
14602
|
-
namespace Parameters {
|
|
14603
|
-
type Path = {
|
|
14604
|
-
fileUploadType: "avatar" | "conversation";
|
|
14605
|
-
};
|
|
14606
|
-
type Header = {};
|
|
14607
|
-
type Query = {};
|
|
14608
|
-
}
|
|
14609
|
-
namespace Responses {
|
|
14610
|
-
namespace $200 {
|
|
14611
|
-
namespace Content {
|
|
14612
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.FileFileUploadRules;
|
|
14613
|
-
}
|
|
14614
|
-
}
|
|
14615
|
-
namespace $404 {
|
|
14616
|
-
namespace Content {
|
|
14617
|
-
interface ApplicationJson {
|
|
14618
|
-
[k: string]: unknown;
|
|
14619
|
-
}
|
|
14620
|
-
}
|
|
14621
|
-
}
|
|
14622
|
-
namespace $500 {
|
|
14623
|
-
namespace Content {
|
|
14624
|
-
interface ApplicationJson {
|
|
14625
|
-
[k: string]: unknown;
|
|
14626
|
-
}
|
|
14627
|
-
}
|
|
14628
|
-
}
|
|
14629
|
-
namespace Default {
|
|
14630
|
-
namespace Content {
|
|
14631
|
-
interface ApplicationJson {
|
|
14632
|
-
[k: string]: unknown;
|
|
14633
|
-
}
|
|
14634
|
-
}
|
|
14635
|
-
}
|
|
14636
|
-
}
|
|
14637
|
-
}
|
|
14638
|
-
}
|
|
14639
|
-
namespace V2FileTokenRulesToken { }
|
|
14640
|
-
namespace V2FileTypeRulesName { }
|
|
14641
14775
|
}
|
|
14642
14776
|
}
|
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '3.1.
|
|
1
|
+
export declare const MittwaldAPIClientVersion = '3.1.18';
|
package/dist/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const MittwaldAPIClientVersion = '3.1.
|
|
1
|
+
export const MittwaldAPIClientVersion = '3.1.18';
|