@mittwald/api-client 4.422.0 → 4.424.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/esm/generated/v2/client.js +8 -0
- package/dist/esm/generated/v2/descriptors.js +24 -0
- package/dist/esm/generated/v3-next/client.js +8 -0
- package/dist/esm/generated/v3-next/descriptors.js +24 -0
- package/dist/esm/version.js +1 -1
- package/dist/types/generated/v2/client.d.ts +277 -0
- package/dist/types/generated/v2/descriptors.d.ts +8 -0
- package/dist/types/generated/v2/types.d.ts +258 -0
- package/dist/types/generated/v3-next/client.d.ts +277 -0
- package/dist/types/generated/v3-next/descriptors.d.ts +8 -0
- package/dist/types/generated/v3-next/types.d.ts +258 -0
- package/dist/types/version.d.ts +1 -1
- package/package.json +4 -4
|
@@ -109,6 +109,8 @@ export declare const backupUpdateProjectBackupSchedule: OpenAPIOperation<Request
|
|
|
109
109
|
export declare const backupGetProjectBackup: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV3Next.Paths.V3NextProjectBackupsProjectBackupId.Get.Parameters.Path>, Simplify<MittwaldAPIV3Next.Paths.V3NextProjectBackupsProjectBackupId.Get.Parameters.Query>, Simplify<MittwaldAPIV3Next.Paths.V3NextProjectBackupsProjectBackupId.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV3Next.Paths.V3NextProjectBackupsProjectBackupId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextProjectBackupsProjectBackupId.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextProjectBackupsProjectBackupId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextProjectBackupsProjectBackupId.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextProjectBackupsProjectBackupId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
110
110
|
/** Delete a ProjectBackup. */
|
|
111
111
|
export declare const backupDeleteProjectBackup: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV3Next.Paths.V3NextProjectBackupsProjectBackupId.Delete.Parameters.Path>, Simplify<MittwaldAPIV3Next.Paths.V3NextProjectBackupsProjectBackupId.Delete.Parameters.Query>, Simplify<MittwaldAPIV3Next.Paths.V3NextProjectBackupsProjectBackupId.Delete.Parameters.Header>>, Response<Simplify<MittwaldAPIV3Next.Paths.V3NextProjectBackupsProjectBackupId.Delete.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextProjectBackupsProjectBackupId.Delete.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextProjectBackupsProjectBackupId.Delete.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextProjectBackupsProjectBackupId.Delete.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextProjectBackupsProjectBackupId.Delete.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
112
|
+
/** Update a ProjectBackup. */
|
|
113
|
+
export declare const backupUpdateProjectBackup: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV3Next.Paths.V3NextProjectBackupsProjectBackupId.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV3Next.Paths.V3NextProjectBackupsProjectBackupId.Patch.Parameters.Path>, Simplify<MittwaldAPIV3Next.Paths.V3NextProjectBackupsProjectBackupId.Patch.Parameters.Query>, Simplify<MittwaldAPIV3Next.Paths.V3NextProjectBackupsProjectBackupId.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV3Next.Paths.V3NextProjectBackupsProjectBackupId.Patch.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextProjectBackupsProjectBackupId.Patch.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextProjectBackupsProjectBackupId.Patch.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextProjectBackupsProjectBackupId.Patch.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextProjectBackupsProjectBackupId.Patch.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextProjectBackupsProjectBackupId.Patch.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
112
114
|
/** List database dump's for a ProjectBackup. */
|
|
113
115
|
export declare const backupGetProjectBackupDatabaseDumps: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV3Next.Paths.V3NextProjectBackupsProjectBackupIdDatabaseDumps.Get.Parameters.Path>, Simplify<MittwaldAPIV3Next.Paths.V3NextProjectBackupsProjectBackupIdDatabaseDumps.Get.Parameters.Query>, Simplify<MittwaldAPIV3Next.Paths.V3NextProjectBackupsProjectBackupIdDatabaseDumps.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV3Next.Paths.V3NextProjectBackupsProjectBackupIdDatabaseDumps.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextProjectBackupsProjectBackupIdDatabaseDumps.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextProjectBackupsProjectBackupIdDatabaseDumps.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextProjectBackupsProjectBackupIdDatabaseDumps.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextProjectBackupsProjectBackupIdDatabaseDumps.Get.Responses.$502.Content.ApplicationJson>, 502, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextProjectBackupsProjectBackupIdDatabaseDumps.Get.Responses.$503.Content.ApplicationJson>, 503, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextProjectBackupsProjectBackupIdDatabaseDumps.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
114
116
|
/** List paths for a ProjectBackup. */
|
|
@@ -829,8 +831,12 @@ export declare const sslReplaceCertificate: OpenAPIOperation<RequestType<Simplif
|
|
|
829
831
|
export declare const sslListCertificates: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV3Next.Paths.V3NextCertificates.Get.Parameters.Path>, Simplify<MittwaldAPIV3Next.Paths.V3NextCertificates.Get.Parameters.Query>, Simplify<MittwaldAPIV3Next.Paths.V3NextCertificates.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV3Next.Paths.V3NextCertificates.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextCertificates.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextCertificates.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextCertificates.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
830
832
|
/** Get storage space Statistics belonging to a Project. */
|
|
831
833
|
export declare const storagespaceGetProjectStatistics: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV3Next.Paths.V3NextProjectsProjectIdStorageSpaceStatistics.Get.Parameters.Path>, Simplify<MittwaldAPIV3Next.Paths.V3NextProjectsProjectIdStorageSpaceStatistics.Get.Parameters.Query>, Simplify<MittwaldAPIV3Next.Paths.V3NextProjectsProjectIdStorageSpaceStatistics.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV3Next.Paths.V3NextProjectsProjectIdStorageSpaceStatistics.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextProjectsProjectIdStorageSpaceStatistics.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextProjectsProjectIdStorageSpaceStatistics.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextProjectsProjectIdStorageSpaceStatistics.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextProjectsProjectIdStorageSpaceStatistics.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextProjectsProjectIdStorageSpaceStatistics.Get.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextProjectsProjectIdStorageSpaceStatistics.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
834
|
+
/** Update a Project's storage space statistics. */
|
|
835
|
+
export declare const storagespaceUpdateProjectStatistics: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV3Next.Paths.V3NextProjectsProjectIdStorageSpaceStatistics.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV3Next.Paths.V3NextProjectsProjectIdStorageSpaceStatistics.Patch.Parameters.Path>, Simplify<MittwaldAPIV3Next.Paths.V3NextProjectsProjectIdStorageSpaceStatistics.Patch.Parameters.Query>, Simplify<MittwaldAPIV3Next.Paths.V3NextProjectsProjectIdStorageSpaceStatistics.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV3Next.Paths.V3NextProjectsProjectIdStorageSpaceStatistics.Patch.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextProjectsProjectIdStorageSpaceStatistics.Patch.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextProjectsProjectIdStorageSpaceStatistics.Patch.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextProjectsProjectIdStorageSpaceStatistics.Patch.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextProjectsProjectIdStorageSpaceStatistics.Patch.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
832
836
|
/** Get storage space Statistics belonging to a Server. */
|
|
833
837
|
export declare const storagespaceGetServerStatistics: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV3Next.Paths.V3NextServersServerIdStorageSpaceStatistics.Get.Parameters.Path>, Simplify<MittwaldAPIV3Next.Paths.V3NextServersServerIdStorageSpaceStatistics.Get.Parameters.Query>, Simplify<MittwaldAPIV3Next.Paths.V3NextServersServerIdStorageSpaceStatistics.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV3Next.Paths.V3NextServersServerIdStorageSpaceStatistics.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextServersServerIdStorageSpaceStatistics.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextServersServerIdStorageSpaceStatistics.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextServersServerIdStorageSpaceStatistics.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextServersServerIdStorageSpaceStatistics.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextServersServerIdStorageSpaceStatistics.Get.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextServersServerIdStorageSpaceStatistics.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
838
|
+
/** Update a Server's storage space statistics. */
|
|
839
|
+
export declare const storagespaceUpdateServerStatistics: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV3Next.Paths.V3NextServersServerIdStorageSpaceStatistics.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV3Next.Paths.V3NextServersServerIdStorageSpaceStatistics.Patch.Parameters.Path>, Simplify<MittwaldAPIV3Next.Paths.V3NextServersServerIdStorageSpaceStatistics.Patch.Parameters.Query>, Simplify<MittwaldAPIV3Next.Paths.V3NextServersServerIdStorageSpaceStatistics.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV3Next.Paths.V3NextServersServerIdStorageSpaceStatistics.Patch.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextServersServerIdStorageSpaceStatistics.Patch.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextServersServerIdStorageSpaceStatistics.Patch.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextServersServerIdStorageSpaceStatistics.Patch.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextServersServerIdStorageSpaceStatistics.Patch.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
834
840
|
/** Update a Project's storage space notification threshold. */
|
|
835
841
|
export declare const storagespaceReplaceProjectNotificationThreshold: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV3Next.Paths.V3NextProjectsProjectIdStorageSpaceNotificationThreshold.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV3Next.Paths.V3NextProjectsProjectIdStorageSpaceNotificationThreshold.Put.Parameters.Path>, Simplify<MittwaldAPIV3Next.Paths.V3NextProjectsProjectIdStorageSpaceNotificationThreshold.Put.Parameters.Query>, Simplify<MittwaldAPIV3Next.Paths.V3NextProjectsProjectIdStorageSpaceNotificationThreshold.Put.Parameters.Header>>, Response<Simplify<MittwaldAPIV3Next.Paths.V3NextProjectsProjectIdStorageSpaceNotificationThreshold.Put.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextProjectsProjectIdStorageSpaceNotificationThreshold.Put.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextProjectsProjectIdStorageSpaceNotificationThreshold.Put.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextProjectsProjectIdStorageSpaceNotificationThreshold.Put.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextProjectsProjectIdStorageSpaceNotificationThreshold.Put.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
836
842
|
/** Update a Server's storage space notification threshold. */
|
|
@@ -945,3 +951,5 @@ export declare const verificationDetectPhishingEmail: OpenAPIOperation<RequestTy
|
|
|
945
951
|
export declare const verificationVerifyAddress: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV3Next.Paths.V3NextActionsVerifyAddress.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV3Next.Paths.V3NextActionsVerifyAddress.Post.Parameters.Path>, Simplify<MittwaldAPIV3Next.Paths.V3NextActionsVerifyAddress.Post.Parameters.Query>, Simplify<MittwaldAPIV3Next.Paths.V3NextActionsVerifyAddress.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV3Next.Paths.V3NextActionsVerifyAddress.Post.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextActionsVerifyAddress.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextActionsVerifyAddress.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
946
952
|
/** Check if a company exists. */
|
|
947
953
|
export declare const verificationVerifyCompany: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV3Next.Paths.V3NextActionsVerifyCompany.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV3Next.Paths.V3NextActionsVerifyCompany.Post.Parameters.Path>, Simplify<MittwaldAPIV3Next.Paths.V3NextActionsVerifyCompany.Post.Parameters.Query>, Simplify<MittwaldAPIV3Next.Paths.V3NextActionsVerifyCompany.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV3Next.Paths.V3NextActionsVerifyCompany.Post.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextActionsVerifyCompany.Post.Responses.$412.Content.Empty>, 412, "empty"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextActionsVerifyCompany.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextActionsVerifyCompany.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
954
|
+
/** Add a template component to a Stack. */
|
|
955
|
+
export declare const containerAddTemplateComponent: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdActionsAddTemplateComponent.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdActionsAddTemplateComponent.Post.Parameters.Path>, Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdActionsAddTemplateComponent.Post.Parameters.Query>, Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdActionsAddTemplateComponent.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdActionsAddTemplateComponent.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdActionsAddTemplateComponent.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdActionsAddTemplateComponent.Post.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdActionsAddTemplateComponent.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdActionsAddTemplateComponent.Post.Responses.$409.Content.ApplicationJson>, 409, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdActionsAddTemplateComponent.Post.Responses.$412.Content.ApplicationJson>, 412, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdActionsAddTemplateComponent.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdActionsAddTemplateComponent.Post.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdActionsAddTemplateComponent.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
@@ -214,6 +214,10 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
214
214
|
type RequestData = InferredRequestData<typeof descriptors.backupDeleteProjectBackup>;
|
|
215
215
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.backupDeleteProjectBackup, TStatus>;
|
|
216
216
|
}
|
|
217
|
+
namespace BackupUpdateProjectBackup {
|
|
218
|
+
type RequestData = InferredRequestData<typeof descriptors.backupUpdateProjectBackup>;
|
|
219
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.backupUpdateProjectBackup, TStatus>;
|
|
220
|
+
}
|
|
217
221
|
namespace BackupGetProjectBackupDatabaseDumps {
|
|
218
222
|
type RequestData = InferredRequestData<typeof descriptors.backupGetProjectBackupDatabaseDumps>;
|
|
219
223
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.backupGetProjectBackupDatabaseDumps, TStatus>;
|
|
@@ -1654,10 +1658,18 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
1654
1658
|
type RequestData = InferredRequestData<typeof descriptors.storagespaceGetProjectStatistics>;
|
|
1655
1659
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.storagespaceGetProjectStatistics, TStatus>;
|
|
1656
1660
|
}
|
|
1661
|
+
namespace StoragespaceUpdateProjectStatistics {
|
|
1662
|
+
type RequestData = InferredRequestData<typeof descriptors.storagespaceUpdateProjectStatistics>;
|
|
1663
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.storagespaceUpdateProjectStatistics, TStatus>;
|
|
1664
|
+
}
|
|
1657
1665
|
namespace StoragespaceGetServerStatistics {
|
|
1658
1666
|
type RequestData = InferredRequestData<typeof descriptors.storagespaceGetServerStatistics>;
|
|
1659
1667
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.storagespaceGetServerStatistics, TStatus>;
|
|
1660
1668
|
}
|
|
1669
|
+
namespace StoragespaceUpdateServerStatistics {
|
|
1670
|
+
type RequestData = InferredRequestData<typeof descriptors.storagespaceUpdateServerStatistics>;
|
|
1671
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.storagespaceUpdateServerStatistics, TStatus>;
|
|
1672
|
+
}
|
|
1661
1673
|
namespace StoragespaceReplaceProjectNotificationThreshold {
|
|
1662
1674
|
type RequestData = InferredRequestData<typeof descriptors.storagespaceReplaceProjectNotificationThreshold>;
|
|
1663
1675
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.storagespaceReplaceProjectNotificationThreshold, TStatus>;
|
|
@@ -1886,6 +1898,10 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
1886
1898
|
type RequestData = InferredRequestData<typeof descriptors.verificationVerifyCompany>;
|
|
1887
1899
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.verificationVerifyCompany, TStatus>;
|
|
1888
1900
|
}
|
|
1901
|
+
namespace ContainerAddTemplateComponent {
|
|
1902
|
+
type RequestData = InferredRequestData<typeof descriptors.containerAddTemplateComponent>;
|
|
1903
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerAddTemplateComponent, TStatus>;
|
|
1904
|
+
}
|
|
1889
1905
|
}
|
|
1890
1906
|
namespace Components {
|
|
1891
1907
|
namespace Schemas {
|
|
@@ -7005,6 +7021,18 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
7005
7021
|
}
|
|
7006
7022
|
type DeMittwaldVerificationEmailOrigin = "IS_MITTWALD" | "IS_NOT_MITTWALD" | "COULD_BE_MITTWALD";
|
|
7007
7023
|
type DeMittwaldContainerVolumeSortOrder = "nameAsc" | "nameDesc" | "storageAsc" | "storageDesc";
|
|
7024
|
+
interface DeMittwaldContainerAddTemplateComponent {
|
|
7025
|
+
templateConfig: {
|
|
7026
|
+
templateId: string;
|
|
7027
|
+
/**
|
|
7028
|
+
* Values for template user inputs. Missing optional values are filled from template defaults.
|
|
7029
|
+
*/
|
|
7030
|
+
userInputs?: {
|
|
7031
|
+
name: string;
|
|
7032
|
+
value: string;
|
|
7033
|
+
}[];
|
|
7034
|
+
};
|
|
7035
|
+
}
|
|
7008
7036
|
interface DeMittwaldCommonsAddress {
|
|
7009
7037
|
street: string;
|
|
7010
7038
|
houseNumber: string;
|
|
@@ -9778,6 +9806,67 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
9778
9806
|
}
|
|
9779
9807
|
}
|
|
9780
9808
|
}
|
|
9809
|
+
namespace Patch {
|
|
9810
|
+
namespace Parameters {
|
|
9811
|
+
type Path = {
|
|
9812
|
+
projectBackupId: string;
|
|
9813
|
+
};
|
|
9814
|
+
interface RequestBody {
|
|
9815
|
+
/**
|
|
9816
|
+
* Description of the ProjectBackup.
|
|
9817
|
+
*/
|
|
9818
|
+
description?: string;
|
|
9819
|
+
/**
|
|
9820
|
+
* Time when to expire the Backup. Must be no more than one year in the future.
|
|
9821
|
+
*/
|
|
9822
|
+
expirationTime?: string;
|
|
9823
|
+
}
|
|
9824
|
+
type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
|
|
9825
|
+
type Query = {};
|
|
9826
|
+
}
|
|
9827
|
+
namespace Responses {
|
|
9828
|
+
namespace $204 {
|
|
9829
|
+
namespace Content {
|
|
9830
|
+
type Empty = unknown;
|
|
9831
|
+
}
|
|
9832
|
+
}
|
|
9833
|
+
namespace $400 {
|
|
9834
|
+
namespace Content {
|
|
9835
|
+
interface ApplicationJson {
|
|
9836
|
+
[k: string]: unknown;
|
|
9837
|
+
}
|
|
9838
|
+
}
|
|
9839
|
+
}
|
|
9840
|
+
namespace $403 {
|
|
9841
|
+
namespace Content {
|
|
9842
|
+
interface ApplicationJson {
|
|
9843
|
+
[k: string]: unknown;
|
|
9844
|
+
}
|
|
9845
|
+
}
|
|
9846
|
+
}
|
|
9847
|
+
namespace $404 {
|
|
9848
|
+
namespace Content {
|
|
9849
|
+
interface ApplicationJson {
|
|
9850
|
+
[k: string]: unknown;
|
|
9851
|
+
}
|
|
9852
|
+
}
|
|
9853
|
+
}
|
|
9854
|
+
namespace $429 {
|
|
9855
|
+
namespace Content {
|
|
9856
|
+
interface ApplicationJson {
|
|
9857
|
+
[k: string]: unknown;
|
|
9858
|
+
}
|
|
9859
|
+
}
|
|
9860
|
+
}
|
|
9861
|
+
namespace Default {
|
|
9862
|
+
namespace Content {
|
|
9863
|
+
interface ApplicationJson {
|
|
9864
|
+
[k: string]: unknown;
|
|
9865
|
+
}
|
|
9866
|
+
}
|
|
9867
|
+
}
|
|
9868
|
+
}
|
|
9869
|
+
}
|
|
9781
9870
|
}
|
|
9782
9871
|
namespace V3NextProjectBackupsProjectBackupIdDatabaseDumps {
|
|
9783
9872
|
namespace Get {
|
|
@@ -28667,6 +28756,53 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
28667
28756
|
}
|
|
28668
28757
|
}
|
|
28669
28758
|
}
|
|
28759
|
+
namespace Patch {
|
|
28760
|
+
namespace Parameters {
|
|
28761
|
+
type Path = {
|
|
28762
|
+
projectId: string;
|
|
28763
|
+
};
|
|
28764
|
+
interface RequestBody {
|
|
28765
|
+
notificationThresholdInBytes?: number;
|
|
28766
|
+
}
|
|
28767
|
+
type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
|
|
28768
|
+
type Query = {};
|
|
28769
|
+
}
|
|
28770
|
+
namespace Responses {
|
|
28771
|
+
namespace $204 {
|
|
28772
|
+
namespace Content {
|
|
28773
|
+
type Empty = unknown;
|
|
28774
|
+
}
|
|
28775
|
+
}
|
|
28776
|
+
namespace $403 {
|
|
28777
|
+
namespace Content {
|
|
28778
|
+
interface ApplicationJson {
|
|
28779
|
+
[k: string]: unknown;
|
|
28780
|
+
}
|
|
28781
|
+
}
|
|
28782
|
+
}
|
|
28783
|
+
namespace $429 {
|
|
28784
|
+
namespace Content {
|
|
28785
|
+
interface ApplicationJson {
|
|
28786
|
+
[k: string]: unknown;
|
|
28787
|
+
}
|
|
28788
|
+
}
|
|
28789
|
+
}
|
|
28790
|
+
namespace $500 {
|
|
28791
|
+
namespace Content {
|
|
28792
|
+
interface ApplicationJson {
|
|
28793
|
+
[k: string]: unknown;
|
|
28794
|
+
}
|
|
28795
|
+
}
|
|
28796
|
+
}
|
|
28797
|
+
namespace Default {
|
|
28798
|
+
namespace Content {
|
|
28799
|
+
interface ApplicationJson {
|
|
28800
|
+
[k: string]: unknown;
|
|
28801
|
+
}
|
|
28802
|
+
}
|
|
28803
|
+
}
|
|
28804
|
+
}
|
|
28805
|
+
}
|
|
28670
28806
|
}
|
|
28671
28807
|
namespace V3NextServersServerIdStorageSpaceStatistics {
|
|
28672
28808
|
namespace Get {
|
|
@@ -28727,6 +28863,53 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
28727
28863
|
}
|
|
28728
28864
|
}
|
|
28729
28865
|
}
|
|
28866
|
+
namespace Patch {
|
|
28867
|
+
namespace Parameters {
|
|
28868
|
+
type Path = {
|
|
28869
|
+
serverId: string;
|
|
28870
|
+
};
|
|
28871
|
+
interface RequestBody {
|
|
28872
|
+
notificationThresholdInBytes?: number;
|
|
28873
|
+
}
|
|
28874
|
+
type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
|
|
28875
|
+
type Query = {};
|
|
28876
|
+
}
|
|
28877
|
+
namespace Responses {
|
|
28878
|
+
namespace $204 {
|
|
28879
|
+
namespace Content {
|
|
28880
|
+
type Empty = unknown;
|
|
28881
|
+
}
|
|
28882
|
+
}
|
|
28883
|
+
namespace $403 {
|
|
28884
|
+
namespace Content {
|
|
28885
|
+
interface ApplicationJson {
|
|
28886
|
+
[k: string]: unknown;
|
|
28887
|
+
}
|
|
28888
|
+
}
|
|
28889
|
+
}
|
|
28890
|
+
namespace $429 {
|
|
28891
|
+
namespace Content {
|
|
28892
|
+
interface ApplicationJson {
|
|
28893
|
+
[k: string]: unknown;
|
|
28894
|
+
}
|
|
28895
|
+
}
|
|
28896
|
+
}
|
|
28897
|
+
namespace $500 {
|
|
28898
|
+
namespace Content {
|
|
28899
|
+
interface ApplicationJson {
|
|
28900
|
+
[k: string]: unknown;
|
|
28901
|
+
}
|
|
28902
|
+
}
|
|
28903
|
+
}
|
|
28904
|
+
namespace Default {
|
|
28905
|
+
namespace Content {
|
|
28906
|
+
interface ApplicationJson {
|
|
28907
|
+
[k: string]: unknown;
|
|
28908
|
+
}
|
|
28909
|
+
}
|
|
28910
|
+
}
|
|
28911
|
+
}
|
|
28912
|
+
}
|
|
28730
28913
|
}
|
|
28731
28914
|
namespace V3NextProjectsProjectIdStorageSpaceNotificationThreshold {
|
|
28732
28915
|
namespace Put {
|
|
@@ -31387,5 +31570,80 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
31387
31570
|
}
|
|
31388
31571
|
}
|
|
31389
31572
|
}
|
|
31573
|
+
namespace V3NextStacksStackIdActionsAddTemplateComponent {
|
|
31574
|
+
namespace Post {
|
|
31575
|
+
namespace Parameters {
|
|
31576
|
+
type Path = {
|
|
31577
|
+
stackId: string;
|
|
31578
|
+
};
|
|
31579
|
+
type RequestBody = MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerAddTemplateComponent;
|
|
31580
|
+
type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
|
|
31581
|
+
type Query = {};
|
|
31582
|
+
}
|
|
31583
|
+
namespace Responses {
|
|
31584
|
+
namespace $204 {
|
|
31585
|
+
namespace Content {
|
|
31586
|
+
type Empty = unknown;
|
|
31587
|
+
}
|
|
31588
|
+
}
|
|
31589
|
+
namespace $400 {
|
|
31590
|
+
namespace Content {
|
|
31591
|
+
interface ApplicationJson {
|
|
31592
|
+
[k: string]: unknown;
|
|
31593
|
+
}
|
|
31594
|
+
}
|
|
31595
|
+
}
|
|
31596
|
+
namespace $403 {
|
|
31597
|
+
namespace Content {
|
|
31598
|
+
interface ApplicationJson {
|
|
31599
|
+
[k: string]: unknown;
|
|
31600
|
+
}
|
|
31601
|
+
}
|
|
31602
|
+
}
|
|
31603
|
+
namespace $404 {
|
|
31604
|
+
namespace Content {
|
|
31605
|
+
interface ApplicationJson {
|
|
31606
|
+
[k: string]: unknown;
|
|
31607
|
+
}
|
|
31608
|
+
}
|
|
31609
|
+
}
|
|
31610
|
+
namespace $409 {
|
|
31611
|
+
namespace Content {
|
|
31612
|
+
interface ApplicationJson {
|
|
31613
|
+
[k: string]: unknown;
|
|
31614
|
+
}
|
|
31615
|
+
}
|
|
31616
|
+
}
|
|
31617
|
+
namespace $412 {
|
|
31618
|
+
namespace Content {
|
|
31619
|
+
interface ApplicationJson {
|
|
31620
|
+
[k: string]: unknown;
|
|
31621
|
+
}
|
|
31622
|
+
}
|
|
31623
|
+
}
|
|
31624
|
+
namespace $429 {
|
|
31625
|
+
namespace Content {
|
|
31626
|
+
interface ApplicationJson {
|
|
31627
|
+
[k: string]: unknown;
|
|
31628
|
+
}
|
|
31629
|
+
}
|
|
31630
|
+
}
|
|
31631
|
+
namespace $500 {
|
|
31632
|
+
namespace Content {
|
|
31633
|
+
interface ApplicationJson {
|
|
31634
|
+
[k: string]: unknown;
|
|
31635
|
+
}
|
|
31636
|
+
}
|
|
31637
|
+
}
|
|
31638
|
+
namespace Default {
|
|
31639
|
+
namespace Content {
|
|
31640
|
+
interface ApplicationJson {
|
|
31641
|
+
[k: string]: unknown;
|
|
31642
|
+
}
|
|
31643
|
+
}
|
|
31644
|
+
}
|
|
31645
|
+
}
|
|
31646
|
+
}
|
|
31647
|
+
}
|
|
31390
31648
|
}
|
|
31391
31649
|
}
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export declare const MittwaldAPIClientVersion = '4.423.0';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/api-client",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.424.0",
|
|
4
4
|
"author": "Mittwald CM Service GmbH & Co. KG <opensource@mittwald.de>",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "Auto-generated client for the mittwald API",
|
|
@@ -72,11 +72,11 @@
|
|
|
72
72
|
"test:compile": "run tsc --noEmit"
|
|
73
73
|
},
|
|
74
74
|
"dependencies": {
|
|
75
|
-
"@mittwald/api-client-commons": "^4.
|
|
75
|
+
"@mittwald/api-client-commons": "^4.424.0",
|
|
76
76
|
"browser-or-node": "^3.0.0"
|
|
77
77
|
},
|
|
78
78
|
"devDependencies": {
|
|
79
|
-
"@mittwald/api-code-generator": "^4.
|
|
79
|
+
"@mittwald/api-code-generator": "^4.424.0",
|
|
80
80
|
"@mittwald/react-use-promise": "^2.6.2",
|
|
81
81
|
"@types/node": "^22.18.11",
|
|
82
82
|
"@types/react": "^18.3.26",
|
|
@@ -106,5 +106,5 @@
|
|
|
106
106
|
"optional": true
|
|
107
107
|
}
|
|
108
108
|
},
|
|
109
|
-
"gitHead": "
|
|
109
|
+
"gitHead": "49bd0e7e913a7a3113dad1153e5d77f93a1a0e73"
|
|
110
110
|
}
|