@mittwald/api-client 1.0.0-alpha.12
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/README.md +114 -0
- package/dist/generated/v2/client.d.ts +6026 -0
- package/dist/generated/v2/client.js +696 -0
- package/dist/generated/v2/descriptors.d.ts +646 -0
- package/dist/generated/v2/descriptors.js +1921 -0
- package/dist/generated/v2/types.d.ts +16161 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/dist/v2.d.ts +10 -0
- package/dist/v2.js +41 -0
- package/package.json +39 -0
|
@@ -0,0 +1,646 @@
|
|
|
1
|
+
/// <reference types="./types.d.ts" />
|
|
2
|
+
import { Simplify } from "@mittwald/api-client-commons/dist/type-fest.js";
|
|
3
|
+
import { Request } from "@mittwald/api-client-commons/dist/types/Request.js";
|
|
4
|
+
import { Response } from "@mittwald/api-client-commons/dist/types/Response.js";
|
|
5
|
+
import { OpenAPIOperation } from "@mittwald/api-client-commons/dist/types/OpenAPIOperation.js";
|
|
6
|
+
/** execute a runtime concerning action on a specific `AppInstallation` */
|
|
7
|
+
export declare const appExecuteAction: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdActionsAction.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdActionsAction.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdActionsAction.Post.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdActionsAction.Post.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdActionsAction.Post.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
8
|
+
/** get a specific `App` */
|
|
9
|
+
export declare const appGetApp: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2AppsAppId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2AppsAppId.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2AppsAppId.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2AppsAppId.Get.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2AppsAppId.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
10
|
+
/** get a specific `AppInstallation` */
|
|
11
|
+
export declare const appGetAppinstallation: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationId.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationId.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationId.Get.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationId.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
12
|
+
/** start uninstallation process for a specific `AppInstallation` */
|
|
13
|
+
export declare const appUninstallAppinstallation: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationId.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationId.Delete.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationId.Delete.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationId.Delete.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
14
|
+
/** patch desired properties of a specific `AppInstallation` */
|
|
15
|
+
export declare const appPatchAppinstallation: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationId.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationId.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationId.Patch.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationId.Patch.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationId.Patch.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
16
|
+
/** get a specific `AppVersion` */
|
|
17
|
+
export declare const appGetAppversion: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2AppsAppIdVersionsAppVersionId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2AppsAppIdVersionsAppVersionId.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2AppsAppIdVersionsAppVersionId.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2AppsAppIdVersionsAppVersionId.Get.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2AppsAppIdVersionsAppVersionId.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
18
|
+
/** get a specific `SystemSoftware` */
|
|
19
|
+
export declare const appGetSystemsoftware: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2SystemsoftwaresSystemSoftwareId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2SystemsoftwaresSystemSoftwareId.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2SystemsoftwaresSystemSoftwareId.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2SystemsoftwaresSystemSoftwareId.Get.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2SystemsoftwaresSystemSoftwareId.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
20
|
+
/** get a specific `SystemSoftwareVersion` */
|
|
21
|
+
export declare const appGetSystemsoftwareversion: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2SystemsoftwareSystemSoftwareIdVersionsSystemSoftwareVersionId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2SystemsoftwareSystemSoftwareIdVersionsSystemSoftwareVersionId.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2SystemsoftwareSystemSoftwareIdVersionsSystemSoftwareVersionId.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2SystemsoftwareSystemSoftwareIdVersionsSystemSoftwareVersionId.Get.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2SystemsoftwareSystemSoftwareIdVersionsSystemSoftwareVersionId.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
22
|
+
/** create linkage between an `AppInstallation` and a `Database` */
|
|
23
|
+
export declare const appLinkDatabase: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdDatabases.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdDatabases.Put.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdDatabases.Put.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdDatabases.Put.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdDatabases.Put.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
24
|
+
/** get all `AppInstallations` inside a specific `Project` */
|
|
25
|
+
export declare const appListAppinstallations: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAppinstallations.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAppinstallations.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdAppinstallations.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdAppinstallations.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
26
|
+
/** request a new `AppInstallation` */
|
|
27
|
+
export declare const appRequestAppinstallation: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAppinstallations.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAppinstallations.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAppinstallations.Post.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdAppinstallations.Post.Responses.$201.Content.ApplicationJson, 201, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdAppinstallations.Post.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdAppinstallations.Post.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
28
|
+
/** get all available `Apps` */
|
|
29
|
+
export declare const appListApps: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2Apps.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2Apps.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2Apps.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2Apps.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
30
|
+
/** get all `AppVersions` of a specific `App` */
|
|
31
|
+
export declare const appListAppversions: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2AppsAppIdVersions.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2AppsAppIdVersions.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2AppsAppIdVersions.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2AppsAppIdVersions.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
32
|
+
/** get all available `SystemSoftware` */
|
|
33
|
+
export declare const appListSystemsoftwares: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2Systemsoftwares.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2Systemsoftwares.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2Systemsoftwares.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2Systemsoftwares.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
34
|
+
/** get all available `SystemSoftwareVersions` of a specific `SystemSoftware` */
|
|
35
|
+
export declare const appListSystemsoftwareversions: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2SystemsoftwareSystemSoftwareIdVersions.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2SystemsoftwareSystemSoftwareIdVersions.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2SystemsoftwareSystemSoftwareIdVersions.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2SystemsoftwareSystemSoftwareIdVersions.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
36
|
+
/** get runtime status of a specific `AppInstallation` */
|
|
37
|
+
export declare const appRetrieveStatus: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdStatus.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdStatus.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdStatus.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdStatus.Get.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdStatus.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
38
|
+
/** create linkage between an `AppInstallation` and `DatabaseUsers` */
|
|
39
|
+
export declare const appSetDatabaseUsers: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdDatabasesDatabaseId.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdDatabasesDatabaseId.Put.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdDatabasesDatabaseId.Put.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdDatabasesDatabaseId.Put.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdDatabasesDatabaseId.Put.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
40
|
+
/** remove linkage between an `AppInstallation` and a `Database` */
|
|
41
|
+
export declare const appUnlinkDatabase: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdDatabasesDatabaseId.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdDatabasesDatabaseId.Delete.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdDatabasesDatabaseId.Delete.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdDatabasesDatabaseId.Delete.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
42
|
+
/** trigger `AppInstallation` to retrieve current installation status based on an appJob */
|
|
43
|
+
export declare const appUpdateStatus: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2AppinstallationsIdActionsUpdateStatus.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2AppinstallationsIdActionsUpdateStatus.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2AppinstallationsIdActionsUpdateStatus.Post.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2AppinstallationsIdActionsUpdateStatus.Post.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2AppinstallationsIdActionsUpdateStatus.Post.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
44
|
+
/** Get an Article. */
|
|
45
|
+
export declare const articleServiceGetArticle: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ArticlesArticleId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ArticlesArticleId.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2ArticlesArticleId.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2ArticlesArticleId.Get.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2ArticlesArticleId.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
46
|
+
/** List Articles. */
|
|
47
|
+
export declare const articleServiceListArticles: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2Articles.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2Articles.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2Articles.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2Articles.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
48
|
+
/** Export a ProjectBackup for download. */
|
|
49
|
+
export declare const backupCreateProjectBackupExport: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupIdExport.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupIdExport.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupIdExport.Post.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupIdExport.Post.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupIdExport.Post.Responses.$403.Content.ApplicationJson, 403, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupIdExport.Post.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupIdExport.Post.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
50
|
+
/** Delete a ProjectBackupExport. */
|
|
51
|
+
export declare const backupDeleteProjectBackupExport: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupIdExport.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupIdExport.Delete.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupIdExport.Delete.Responses.$403.Content.ApplicationJson, 403, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupIdExport.Delete.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupIdExport.Delete.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
52
|
+
/** List BackupSchedules belonging to a given Project. */
|
|
53
|
+
export declare const backupListProjectBackupSchedules: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdBackupSchedules.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdBackupSchedules.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdBackupSchedules.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdBackupSchedules.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
54
|
+
/** Create a BackupSchedule for a Project. */
|
|
55
|
+
export declare const backupCreateProjectBackupSchedule: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdBackupSchedules.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdBackupSchedules.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdBackupSchedules.Post.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdBackupSchedules.Post.Responses.$201.Content.ApplicationJson, 201, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdBackupSchedules.Post.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdBackupSchedules.Post.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdBackupSchedules.Post.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
56
|
+
/** List Backups for a given Project. */
|
|
57
|
+
export declare const backupListProjectBackups: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdBackups.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdBackups.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdBackups.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdBackups.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
58
|
+
/** Create a Backup of a Project. */
|
|
59
|
+
export declare const backupCreateProjectBackup: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdBackups.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdBackups.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdBackups.Post.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdBackups.Post.Responses.$201.Content.ApplicationJson, 201, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdBackups.Post.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdBackups.Post.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdBackups.Post.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
60
|
+
/** Get a ProjectBackupSchedule. */
|
|
61
|
+
export declare const backupGetProjectBackupSchedule: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectBackupSchedulesProjectBackupScheduleId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectBackupSchedulesProjectBackupScheduleId.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2ProjectBackupSchedulesProjectBackupScheduleId.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectBackupSchedulesProjectBackupScheduleId.Get.Responses.$403.Content.ApplicationJson, 403, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectBackupSchedulesProjectBackupScheduleId.Get.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectBackupSchedulesProjectBackupScheduleId.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
62
|
+
/** Delete a ProjectBackupSchedule. */
|
|
63
|
+
export declare const backupDeleteProjectBackupSchedule: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectBackupSchedulesProjectBackupScheduleId.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectBackupSchedulesProjectBackupScheduleId.Delete.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2ProjectBackupSchedulesProjectBackupScheduleId.Delete.Responses.$403.Content.ApplicationJson, 403, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectBackupSchedulesProjectBackupScheduleId.Delete.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectBackupSchedulesProjectBackupScheduleId.Delete.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
64
|
+
/** Update a ProjectBackupSchedule. */
|
|
65
|
+
export declare const backupUpdateProjectBackupSchedule: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2ProjectBackupSchedulesProjectBackupScheduleId.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ProjectBackupSchedulesProjectBackupScheduleId.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectBackupSchedulesProjectBackupScheduleId.Patch.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2ProjectBackupSchedulesProjectBackupScheduleId.Patch.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectBackupSchedulesProjectBackupScheduleId.Patch.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectBackupSchedulesProjectBackupScheduleId.Patch.Responses.$412.Content.ApplicationJson, 412, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectBackupSchedulesProjectBackupScheduleId.Patch.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
66
|
+
/** Get a ProjectBackup. */
|
|
67
|
+
export declare const backupGetProjectBackup: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupId.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupId.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupId.Get.Responses.$403.Content.ApplicationJson, 403, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupId.Get.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupId.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
68
|
+
/** Delete a ProjectBackup. */
|
|
69
|
+
export declare const backupDeleteProjectBackup: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupId.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupId.Delete.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupId.Delete.Responses.$403.Content.ApplicationJson, 403, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupId.Delete.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupId.Delete.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
70
|
+
/** Change the description of a ProjectBackup. */
|
|
71
|
+
export declare const backupUpdateProjectBackupDescription: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupIdDescription.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupIdDescription.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupIdDescription.Patch.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupIdDescription.Patch.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupIdDescription.Patch.Responses.$403.Content.ApplicationJson, 403, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupIdDescription.Patch.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupIdDescription.Patch.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
72
|
+
/** Schedule the Termination of a ContractItem. */
|
|
73
|
+
export declare const contractTerminateContractItem: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2ContractsContractIdItemsContractItemIdTermination.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ContractsContractIdItemsContractItemIdTermination.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ContractsContractIdItemsContractItemIdTermination.Post.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2ContractsContractIdItemsContractItemIdTermination.Post.Responses.$201.Content.ApplicationJson, 201, "application/json"> | Response<MittwaldAPIV2.Paths.V2ContractsContractIdItemsContractItemIdTermination.Post.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2ContractsContractIdItemsContractItemIdTermination.Post.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2ContractsContractIdItemsContractItemIdTermination.Post.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
74
|
+
/** Cancel the Termination for the referred ContractItem. */
|
|
75
|
+
export declare const contractCancelContractItemTermination: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2ContractsContractIdItemsContractItemIdTermination.Delete.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ContractsContractIdItemsContractItemIdTermination.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ContractsContractIdItemsContractItemIdTermination.Delete.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2ContractsContractIdItemsContractItemIdTermination.Delete.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2ContractsContractIdItemsContractItemIdTermination.Delete.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2ContractsContractIdItemsContractItemIdTermination.Delete.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2ContractsContractIdItemsContractItemIdTermination.Delete.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
76
|
+
/** Cancel the TariffChange for the referred ContractItem. */
|
|
77
|
+
export declare const contractCancelContractTariffChange: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2ContractsContractIdItemsContractItemIdTariffChange.Delete.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ContractsContractIdItemsContractItemIdTariffChange.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ContractsContractIdItemsContractItemIdTariffChange.Delete.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2ContractsContractIdItemsContractItemIdTariffChange.Delete.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2ContractsContractIdItemsContractItemIdTariffChange.Delete.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2ContractsContractIdItemsContractItemIdTariffChange.Delete.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2ContractsContractIdItemsContractItemIdTariffChange.Delete.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
78
|
+
/** Schedule the Termination of a Contract. */
|
|
79
|
+
export declare const contractTerminateContract: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2ContractsContractIdTermination.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ContractsContractIdTermination.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ContractsContractIdTermination.Post.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2ContractsContractIdTermination.Post.Responses.$201.Content.ApplicationJson, 201, "application/json"> | Response<MittwaldAPIV2.Paths.V2ContractsContractIdTermination.Post.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2ContractsContractIdTermination.Post.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2ContractsContractIdTermination.Post.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
80
|
+
/** Cancel the Termination for the referred Contract. */
|
|
81
|
+
export declare const contractCancelContractTermination: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2ContractsContractIdTermination.Delete.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ContractsContractIdTermination.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ContractsContractIdTermination.Delete.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2ContractsContractIdTermination.Delete.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2ContractsContractIdTermination.Delete.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2ContractsContractIdTermination.Delete.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2ContractsContractIdTermination.Delete.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
82
|
+
/** Return the BaseItem of the Contract with the given ID. */
|
|
83
|
+
export declare const contractGetBaseItemOfContract: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ContractsContractIdBaseItems.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ContractsContractIdBaseItems.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2ContractsContractIdBaseItems.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2ContractsContractIdBaseItems.Get.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2ContractsContractIdBaseItems.Get.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2ContractsContractIdBaseItems.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
84
|
+
/** Return the Contract for the given Domain. */
|
|
85
|
+
export declare const contractGetDetailOfContractByDomain: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdContracts.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdContracts.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2DomainsDomainIdContracts.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2DomainsDomainIdContracts.Get.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2DomainsDomainIdContracts.Get.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2DomainsDomainIdContracts.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
86
|
+
/** Return the Contract for the given Project. */
|
|
87
|
+
export declare const contractGetDetailOfContractByProject: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdContracts.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdContracts.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdContracts.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdContracts.Get.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdContracts.Get.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdContracts.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
88
|
+
/** Return the Contract for the given Server. */
|
|
89
|
+
export declare const contractGetDetailOfContractByServer: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ServersServerIdContracts.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ServersServerIdContracts.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2ServersServerIdContracts.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2ServersServerIdContracts.Get.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2ServersServerIdContracts.Get.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2ServersServerIdContracts.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
90
|
+
/** Get the ContractItem with the given ID. */
|
|
91
|
+
export declare const contractGetDetailOfContractItem: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ContractsContractIdItemsContractItemId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ContractsContractIdItemsContractItemId.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2ContractsContractIdItemsContractItemId.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2ContractsContractIdItemsContractItemId.Get.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2ContractsContractIdItemsContractItemId.Get.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2ContractsContractIdItemsContractItemId.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
92
|
+
/** Returns the Contract with the given ID. */
|
|
93
|
+
export declare const contractGetDetailOfContract: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ContractsContractId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ContractsContractId.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2ContractsContractId.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2ContractsContractId.Get.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2ContractsContractId.Get.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2ContractsContractId.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
94
|
+
/** Return the next TerminationDate for the ContractItem with the given ID. */
|
|
95
|
+
export declare const contractGetNextTerminationDateForItem: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ContractsContractIdItemsContractItemIdNextTerminationDates.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ContractsContractIdItemsContractItemIdNextTerminationDates.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2ContractsContractIdItemsContractItemIdNextTerminationDates.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2ContractsContractIdItemsContractItemIdNextTerminationDates.Get.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2ContractsContractIdItemsContractItemIdNextTerminationDates.Get.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2ContractsContractIdItemsContractItemIdNextTerminationDates.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
96
|
+
/** Return a list of Contracts for the given Customer. */
|
|
97
|
+
export declare const contractListContracts: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdContracts.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdContracts.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2CustomersCustomerIdContracts.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2CustomersCustomerIdContracts.Get.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2CustomersCustomerIdContracts.Get.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2CustomersCustomerIdContracts.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
98
|
+
/** Get all conversation the authenticated user has created or has access to. */
|
|
99
|
+
export declare const conversationListConversations: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2Conversations.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2Conversations.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2Conversations.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2Conversations.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
100
|
+
/** Create a conversation. */
|
|
101
|
+
export declare const conversationCreateConversation: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2Conversations.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2Conversations.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2Conversations.Post.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2Conversations.Post.Responses.$201.Content.ApplicationJson, 201, "application/json"> | Response<MittwaldAPIV2.Paths.V2Conversations.Post.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2Conversations.Post.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
102
|
+
/** Get all message of the conversation. */
|
|
103
|
+
export declare const conversationListMessagesByConversation: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ConversationsConversationIdMessages.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ConversationsConversationIdMessages.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2ConversationsConversationIdMessages.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2ConversationsConversationIdMessages.Get.Responses.$403.Content.ApplicationJson, 403, "application/json"> | Response<MittwaldAPIV2.Paths.V2ConversationsConversationIdMessages.Get.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2ConversationsConversationIdMessages.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
104
|
+
/** Send a new message in the conversation. */
|
|
105
|
+
export declare const conversationCreateMessage: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2ConversationsConversationIdMessages.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ConversationsConversationIdMessages.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ConversationsConversationIdMessages.Post.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2ConversationsConversationIdMessages.Post.Responses.$201.Content.ApplicationJson, 201, "application/json"> | Response<MittwaldAPIV2.Paths.V2ConversationsConversationIdMessages.Post.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2ConversationsConversationIdMessages.Post.Responses.$403.Content.ApplicationJson, 403, "application/json"> | Response<MittwaldAPIV2.Paths.V2ConversationsConversationIdMessages.Post.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2ConversationsConversationIdMessages.Post.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
106
|
+
/** Get a specific conversation category. */
|
|
107
|
+
export declare const conversationGetCategory: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ConversationCategoriesCategoryId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ConversationCategoriesCategoryId.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2ConversationCategoriesCategoryId.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2ConversationCategoriesCategoryId.Get.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2ConversationCategoriesCategoryId.Get.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2ConversationCategoriesCategoryId.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
108
|
+
/** Get a support conversation. */
|
|
109
|
+
export declare const conversationGetConversation: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ConversationsConversationId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ConversationsConversationId.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2ConversationsConversationId.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2ConversationsConversationId.Get.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2ConversationsConversationId.Get.Responses.$403.Content.ApplicationJson, 403, "application/json"> | Response<MittwaldAPIV2.Paths.V2ConversationsConversationId.Get.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2ConversationsConversationId.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
110
|
+
/** Update the basic properties of the conversation. */
|
|
111
|
+
export declare const conversationUpdateConversation: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2ConversationsConversationId.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ConversationsConversationId.Put.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ConversationsConversationId.Put.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2ConversationsConversationId.Put.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2ConversationsConversationId.Put.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2ConversationsConversationId.Put.Responses.$403.Content.ApplicationJson, 403, "application/json"> | Response<MittwaldAPIV2.Paths.V2ConversationsConversationId.Put.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2ConversationsConversationId.Put.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
112
|
+
/** Get all conversation categories. */
|
|
113
|
+
export declare const conversationListCategories: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ConversationCategories.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ConversationCategories.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2ConversationCategories.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2ConversationCategories.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
114
|
+
/** Request a file upload token for the conversation. */
|
|
115
|
+
export declare const conversationRequestFileUpload: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2ConversationsConversationIdFiles.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ConversationsConversationIdFiles.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ConversationsConversationIdFiles.Post.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2ConversationsConversationIdFiles.Post.Responses.$201.Content.ApplicationJson, 201, "application/json"> | Response<MittwaldAPIV2.Paths.V2ConversationsConversationIdFiles.Post.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2ConversationsConversationIdFiles.Post.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
116
|
+
/** Update the status of a conversation. */
|
|
117
|
+
export declare const conversationSetConversationStatus: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2ConversationsConversationIdStatus.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ConversationsConversationIdStatus.Put.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ConversationsConversationIdStatus.Put.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2ConversationsConversationIdStatus.Put.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2ConversationsConversationIdStatus.Put.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2ConversationsConversationIdStatus.Put.Responses.$403.Content.ApplicationJson, 403, "application/json"> | Response<MittwaldAPIV2.Paths.V2ConversationsConversationIdStatus.Put.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2ConversationsConversationIdStatus.Put.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
118
|
+
/** Update the content of the message */
|
|
119
|
+
export declare const conversationUpdateMessage: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2ConversationsConversationIdMessagesMessageId.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ConversationsConversationIdMessagesMessageId.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ConversationsConversationIdMessagesMessageId.Patch.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2ConversationsConversationIdMessagesMessageId.Patch.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2ConversationsConversationIdMessagesMessageId.Patch.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2ConversationsConversationIdMessagesMessageId.Patch.Responses.$403.Content.ApplicationJson, 403, "application/json"> | Response<MittwaldAPIV2.Paths.V2ConversationsConversationIdMessagesMessageId.Patch.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2ConversationsConversationIdMessagesMessageId.Patch.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
120
|
+
/** Abort a CronjobExecution. */
|
|
121
|
+
export declare const cronjobAbortExecution: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobIdExecutionsExecutionIdActionsAbort.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobIdExecutionsExecutionIdActionsAbort.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobIdExecutionsExecutionIdActionsAbort.Post.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2CronjobsCronjobIdExecutionsExecutionIdActionsAbort.Post.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2CronjobsCronjobIdExecutionsExecutionIdActionsAbort.Post.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2CronjobsCronjobIdExecutionsExecutionIdActionsAbort.Post.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
122
|
+
/** List Cronjobs belonging to a Project. */
|
|
123
|
+
export declare const cronjobListCronjobs: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdCronjobs.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdCronjobs.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdCronjobs.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdCronjobs.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
124
|
+
/** Create a Cronjob. */
|
|
125
|
+
export declare const cronjobCreateCronjob: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdCronjobs.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdCronjobs.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdCronjobs.Post.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdCronjobs.Post.Responses.$201.Content.ApplicationJson, 201, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdCronjobs.Post.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdCronjobs.Post.Responses.$412.Content.ApplicationJson, 412, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdCronjobs.Post.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
126
|
+
/** List CronjobExecutions belonging to a Cronjob. */
|
|
127
|
+
export declare const cronjobListExecutions: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobIdExecutions.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobIdExecutions.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2CronjobsCronjobIdExecutions.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2CronjobsCronjobIdExecutions.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
128
|
+
/** Trigger a Cronjob. */
|
|
129
|
+
export declare const cronjobCreateExecution: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobIdExecutions.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobIdExecutions.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobIdExecutions.Post.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2CronjobsCronjobIdExecutions.Post.Responses.$201.Content.ApplicationJson, 201, "application/json"> | Response<MittwaldAPIV2.Paths.V2CronjobsCronjobIdExecutions.Post.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2CronjobsCronjobIdExecutions.Post.Responses.$412.Content.ApplicationJson, 412, "application/json"> | Response<MittwaldAPIV2.Paths.V2CronjobsCronjobIdExecutions.Post.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
130
|
+
/** Get a Cronjob. */
|
|
131
|
+
export declare const cronjobGetCronjob: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobId.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2CronjobsCronjobId.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2CronjobsCronjobId.Get.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2CronjobsCronjobId.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
132
|
+
/** Delete a Cronjob. */
|
|
133
|
+
export declare const cronjobDeleteCronjob: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobId.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobId.Delete.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2CronjobsCronjobId.Delete.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2CronjobsCronjobId.Delete.Responses.$412.Content.ApplicationJson, 412, "application/json"> | Response<MittwaldAPIV2.Paths.V2CronjobsCronjobId.Delete.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
134
|
+
/** Update a Cronjob. */
|
|
135
|
+
export declare const cronjobUpdateCronjob: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobId.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobId.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobId.Patch.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2CronjobsCronjobId.Patch.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2CronjobsCronjobId.Patch.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2CronjobsCronjobId.Patch.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2CronjobsCronjobId.Patch.Responses.$412.Content.ApplicationJson, 412, "application/json"> | Response<MittwaldAPIV2.Paths.V2CronjobsCronjobId.Patch.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
136
|
+
/** Get a CronjobExecution. */
|
|
137
|
+
export declare const cronjobGetExecution: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobIdExecutionsExecutionId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobIdExecutionsExecutionId.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2CronjobsCronjobIdExecutionsExecutionId.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2CronjobsCronjobIdExecutionsExecutionId.Get.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2CronjobsCronjobIdExecutionsExecutionId.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
138
|
+
/** Update a Cronjob's app id. */
|
|
139
|
+
export declare const cronjobUpdateCronjobAppId: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobIdAppId.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobIdAppId.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobIdAppId.Patch.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2CronjobsCronjobIdAppId.Patch.Responses.$201.Content.ApplicationJson, 201, "application/json"> | Response<MittwaldAPIV2.Paths.V2CronjobsCronjobIdAppId.Patch.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2CronjobsCronjobIdAppId.Patch.Responses.$412.Content.ApplicationJson, 412, "application/json"> | Response<MittwaldAPIV2.Paths.V2CronjobsCronjobIdAppId.Patch.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
140
|
+
/** Accept a CustomerInvite. */
|
|
141
|
+
export declare const customerAcceptCustomerInvite: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2CustomerInvitesInviteIdActionsAccept.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2CustomerInvitesInviteIdActionsAccept.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomerInvitesInviteIdActionsAccept.Post.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2CustomerInvitesInviteIdActionsAccept.Post.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2CustomerInvitesInviteIdActionsAccept.Post.Responses.$403.Content.ApplicationJson, 403, "application/json"> | Response<MittwaldAPIV2.Paths.V2CustomerInvitesInviteIdActionsAccept.Post.Responses.$412.Content.ApplicationJson, 412, "application/json"> | Response<MittwaldAPIV2.Paths.V2CustomerInvitesInviteIdActionsAccept.Post.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
142
|
+
/** Get all customer categories. */
|
|
143
|
+
export declare const customerListOfCustomerCategoriesDeprecated: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2Customercategories.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2Customercategories.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2Customercategories.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2Customercategories.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
144
|
+
/** Create a new customer category. */
|
|
145
|
+
export declare const customerCreateCategoryDeprecated: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2Customercategories.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2Customercategories.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2Customercategories.Post.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2Customercategories.Post.Responses.$201.Content.ApplicationJson, 201, "application/json"> | Response<MittwaldAPIV2.Paths.V2Customercategories.Post.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2Customercategories.Post.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
146
|
+
/** Get all customer categories. */
|
|
147
|
+
export declare const customerListOfCustomerCategories: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2CustomerCategories.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomerCategories.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2CustomerCategories.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2CustomerCategories.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
148
|
+
/** Create a new customer category. */
|
|
149
|
+
export declare const customerCreateCategory: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2CustomerCategories.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2CustomerCategories.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomerCategories.Post.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2CustomerCategories.Post.Responses.$201.Content.ApplicationJson, 201, "application/json"> | Response<MittwaldAPIV2.Paths.V2CustomerCategories.Post.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2CustomerCategories.Post.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
150
|
+
/** Create a CustomerInvite. */
|
|
151
|
+
export declare const customerCreateCustomerInvite: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2CustomerCustomerIdInvites.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2CustomerCustomerIdInvites.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomerCustomerIdInvites.Post.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2CustomerCustomerIdInvites.Post.Responses.$201.Content.ApplicationJson, 201, "application/json"> | Response<MittwaldAPIV2.Paths.V2CustomerCustomerIdInvites.Post.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2CustomerCustomerIdInvites.Post.Responses.$409.Content.ApplicationJson, 409, "application/json"> | Response<MittwaldAPIV2.Paths.V2CustomerCustomerIdInvites.Post.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
152
|
+
/** Get all customer profiles the authenticated user has access to. */
|
|
153
|
+
export declare const customerListCustomers: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2Customers.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2Customers.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2Customers.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2Customers.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
154
|
+
/** Create a new customer profile. */
|
|
155
|
+
export declare const customerCreateCustomer: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2Customers.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2Customers.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2Customers.Post.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2Customers.Post.Responses.$201.Content.ApplicationJson, 201, "application/json"> | Response<MittwaldAPIV2.Paths.V2Customers.Post.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2Customers.Post.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
156
|
+
/** Get all notes for the customer profile. */
|
|
157
|
+
export declare const customerListOfNotes: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdNotes.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdNotes.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2CustomersCustomerIdNotes.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2CustomersCustomerIdNotes.Get.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2CustomersCustomerIdNotes.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
158
|
+
/** Add a note to the customer profile. */
|
|
159
|
+
export declare const customerCreateNote: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdNotes.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdNotes.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdNotes.Post.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2CustomersCustomerIdNotes.Post.Responses.$201.Content.ApplicationJson, 201, "application/json"> | Response<MittwaldAPIV2.Paths.V2CustomersCustomerIdNotes.Post.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2CustomersCustomerIdNotes.Post.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
160
|
+
/** Decline a CustomerInvite. */
|
|
161
|
+
export declare const customerDeclineCustomerInvite: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2CustomerInvitesInviteIdActionsDecline.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2CustomerInvitesInviteIdActionsDecline.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomerInvitesInviteIdActionsDecline.Post.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2CustomerInvitesInviteIdActionsDecline.Post.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
162
|
+
/** Get a customer category. */
|
|
163
|
+
export declare const customerDetailOfCustomerCategoryDeprecated: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2CustomercategoriesCategoryId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomercategoriesCategoryId.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2CustomercategoriesCategoryId.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2CustomercategoriesCategoryId.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
164
|
+
/** Update a customer category. */
|
|
165
|
+
export declare const customerUpdateCategoryDeprecated: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2CustomercategoriesCategoryId.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2CustomercategoriesCategoryId.Put.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomercategoriesCategoryId.Put.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2CustomercategoriesCategoryId.Put.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2CustomercategoriesCategoryId.Put.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2CustomercategoriesCategoryId.Put.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2CustomercategoriesCategoryId.Put.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
166
|
+
/** Delete a customer category. */
|
|
167
|
+
export declare const customerDeleteCategoryDeprecated: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2CustomercategoriesCategoryId.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomercategoriesCategoryId.Delete.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2CustomercategoriesCategoryId.Delete.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2CustomercategoriesCategoryId.Delete.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
168
|
+
/** Get a customer category. */
|
|
169
|
+
export declare const customerGetCustomerCategory: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2CustomerCategoriesCategoryId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomerCategoriesCategoryId.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2CustomerCategoriesCategoryId.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2CustomerCategoriesCategoryId.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
170
|
+
/** Update a customer category. */
|
|
171
|
+
export declare const customerUpdateCategory: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2CustomerCategoriesCategoryId.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2CustomerCategoriesCategoryId.Put.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomerCategoriesCategoryId.Put.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2CustomerCategoriesCategoryId.Put.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2CustomerCategoriesCategoryId.Put.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2CustomerCategoriesCategoryId.Put.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2CustomerCategoriesCategoryId.Put.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
172
|
+
/** Delete a customer category. */
|
|
173
|
+
export declare const customerDeleteCategory: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2CustomerCategoriesCategoryId.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomerCategoriesCategoryId.Delete.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2CustomerCategoriesCategoryId.Delete.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2CustomerCategoriesCategoryId.Delete.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
174
|
+
/** Get a CustomerInvite. */
|
|
175
|
+
export declare const customerGetCustomerInvite: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2CustomerInvitesInviteId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomerInvitesInviteId.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2CustomerInvitesInviteId.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2CustomerInvitesInviteId.Get.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2CustomerInvitesInviteId.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
176
|
+
/** Delete a CustomerInvite. */
|
|
177
|
+
export declare const customerDeleteCustomerInvite: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2CustomerInvitesInviteId.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomerInvitesInviteId.Delete.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2CustomerInvitesInviteId.Delete.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
178
|
+
/** Get a CustomerMembership. */
|
|
179
|
+
export declare const customerGetCustomerMembership: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2CustomerMembershipsMembershipId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomerMembershipsMembershipId.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2CustomerMembershipsMembershipId.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2CustomerMembershipsMembershipId.Get.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2CustomerMembershipsMembershipId.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
180
|
+
/** Delete a CustomerMembership. */
|
|
181
|
+
export declare const customerDeleteCustomerMembership: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2CustomerMembershipsMembershipId.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomerMembershipsMembershipId.Delete.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2CustomerMembershipsMembershipId.Delete.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
182
|
+
/** Update a CustomerMembership. */
|
|
183
|
+
export declare const customerUpdateCustomerMembership: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2CustomerMembershipsMembershipId.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2CustomerMembershipsMembershipId.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomerMembershipsMembershipId.Patch.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2CustomerMembershipsMembershipId.Patch.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
184
|
+
/** Get a customer profile. */
|
|
185
|
+
export declare const customerGetCustomer: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerId.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2CustomersCustomerId.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2CustomersCustomerId.Get.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2CustomersCustomerId.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
186
|
+
/** Update a customer profile. */
|
|
187
|
+
export declare const customerUpdateCustomer: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerId.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerId.Put.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerId.Put.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2CustomersCustomerId.Put.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2CustomersCustomerId.Put.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2CustomersCustomerId.Put.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2CustomersCustomerId.Put.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
188
|
+
/** Delete a customer profile. */
|
|
189
|
+
export declare const customerDeleteCustomer: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerId.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerId.Delete.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2CustomersCustomerId.Delete.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2CustomersCustomerId.Delete.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2CustomersCustomerId.Delete.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
190
|
+
/** Update a note of the customer profile. */
|
|
191
|
+
export declare const customerUpdateNote: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdNotesNoteId.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdNotesNoteId.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdNotesNoteId.Post.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2CustomersCustomerIdNotesNoteId.Post.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2CustomersCustomerIdNotesNoteId.Post.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2CustomersCustomerIdNotesNoteId.Post.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
192
|
+
/** Delete a note from customer profile. */
|
|
193
|
+
export declare const customerDeleteNote: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdNotesNoteId.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdNotesNoteId.Delete.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2CustomersCustomerIdNotesNoteId.Delete.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2CustomersCustomerIdNotesNoteId.Delete.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2CustomersCustomerIdNotesNoteId.Delete.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
194
|
+
/** Get a CustomerInvite by token. */
|
|
195
|
+
export declare const customerGetCustomerTokenInvite: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2CustomerTokenInvite.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomerTokenInvite.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2CustomerTokenInvite.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2CustomerTokenInvite.Get.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2CustomerTokenInvite.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
196
|
+
/** Check if the customer profile has a valid contract partner configured. */
|
|
197
|
+
export declare const customerIsCustomerLegallyCompetent: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdLegallyCompetent.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdLegallyCompetent.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2CustomersCustomerIdLegallyCompetent.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2CustomersCustomerIdLegallyCompetent.Get.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2CustomersCustomerIdLegallyCompetent.Get.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2CustomersCustomerIdLegallyCompetent.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
198
|
+
/** Leave a Customer. */
|
|
199
|
+
export declare const customerLeaveCustomer: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2CustomerCustomerIdActionsLeave.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2CustomerCustomerIdActionsLeave.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomerCustomerIdActionsLeave.Post.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2CustomerCustomerIdActionsLeave.Post.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
200
|
+
/** List all CustomerInvites for the executing user. */
|
|
201
|
+
export declare const customerListCustomerInvites: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2CustomerInvites.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomerInvites.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2CustomerInvites.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2CustomerInvites.Get.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2CustomerInvites.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
202
|
+
/** List all CustomerMemberships for the executing user. */
|
|
203
|
+
export declare const customerListCustomerMemberships: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2CustomerMemberships.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomerMemberships.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2CustomerMemberships.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2CustomerMemberships.Get.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2CustomerMemberships.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
204
|
+
/** List all invites for a Customer. */
|
|
205
|
+
export declare const customerListInvitesForCustomer: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdInvites.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdInvites.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2CustomersCustomerIdInvites.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2CustomersCustomerIdInvites.Get.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2CustomersCustomerIdInvites.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
206
|
+
/** List all memberships belonging to a Customer. */
|
|
207
|
+
export declare const customerListMembershipsForCustomer: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdMemberships.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdMemberships.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2CustomersCustomerIdMemberships.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2CustomersCustomerIdMemberships.Get.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2CustomersCustomerIdMemberships.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
208
|
+
/** Request a new avatar upload for the customer profile. */
|
|
209
|
+
export declare const customerRequestAvatarUpload: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdAvatar.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdAvatar.Post.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2CustomersCustomerIdAvatar.Post.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2CustomersCustomerIdAvatar.Post.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2CustomersCustomerIdAvatar.Post.Responses.$401.Content.ApplicationJson, 401, "application/json"> | Response<MittwaldAPIV2.Paths.V2CustomersCustomerIdAvatar.Post.Responses.$500.Content.ApplicationJson, 500, "application/json">>;
|
|
210
|
+
/** Remove the avatar picture of the customer profile. */
|
|
211
|
+
export declare const customerRemoveAvatar: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdAvatar.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdAvatar.Delete.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2CustomersCustomerIdAvatar.Delete.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2CustomersCustomerIdAvatar.Delete.Responses.$401.Content.ApplicationJson, 401, "application/json"> | Response<MittwaldAPIV2.Paths.V2CustomersCustomerIdAvatar.Delete.Responses.$500.Content.ApplicationJson, 500, "application/json">>;
|
|
212
|
+
/** Resend the mail for a CustomerInvite. */
|
|
213
|
+
export declare const customerResendCustomerInviteMail: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2CustomerInvitesInviteIdActionsResend.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2CustomerInvitesInviteIdActionsResend.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomerInvitesInviteIdActionsResend.Post.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2CustomerInvitesInviteIdActionsResend.Post.Responses.$403.Content.ApplicationJson, 403, "application/json"> | Response<MittwaldAPIV2.Paths.V2CustomerInvitesInviteIdActionsResend.Post.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
214
|
+
/** List MySQLDatabases belonging to a Project. */
|
|
215
|
+
export declare const databaseListMysqlDatabases: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMysqlDatabases.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMysqlDatabases.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdMysqlDatabases.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdMysqlDatabases.Get.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdMysqlDatabases.Get.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdMysqlDatabases.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
216
|
+
/** Create a MySQLDatabase with an optional MySQLUser */
|
|
217
|
+
export declare const databaseCreateMysqlDatabase: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMysqlDatabases.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMysqlDatabases.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMysqlDatabases.Post.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdMysqlDatabases.Post.Responses.$202.Content.ApplicationJson, 202, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdMysqlDatabases.Post.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdMysqlDatabases.Post.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdMysqlDatabases.Post.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
218
|
+
/** List MySQLUsers belonging to a database. */
|
|
219
|
+
export declare const databaseListMysqlUsers: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesDatabaseIdUsers.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesDatabaseIdUsers.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2MysqlDatabasesDatabaseIdUsers.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2MysqlDatabasesDatabaseIdUsers.Get.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2MysqlDatabasesDatabaseIdUsers.Get.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2MysqlDatabasesDatabaseIdUsers.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
220
|
+
/** Create a MySQLUser. */
|
|
221
|
+
export declare const databaseCreateMysqlUser: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesDatabaseIdUsers.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesDatabaseIdUsers.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesDatabaseIdUsers.Post.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2MysqlDatabasesDatabaseIdUsers.Post.Responses.$201.Content.ApplicationJson, 201, "application/json"> | Response<MittwaldAPIV2.Paths.V2MysqlDatabasesDatabaseIdUsers.Post.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2MysqlDatabasesDatabaseIdUsers.Post.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2MysqlDatabasesDatabaseIdUsers.Post.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
222
|
+
/** List RedisDatabases belonging to a project. */
|
|
223
|
+
export declare const databaseListRedisDatabases: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdRedisDatabases.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdRedisDatabases.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdRedisDatabases.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdRedisDatabases.Get.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdRedisDatabases.Get.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdRedisDatabases.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
224
|
+
/** Create a RedisDatabase. */
|
|
225
|
+
export declare const databaseCreateRedisDatabase: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdRedisDatabases.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdRedisDatabases.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdRedisDatabases.Post.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdRedisDatabases.Post.Responses.$201.Content.ApplicationJson, 201, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdRedisDatabases.Post.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdRedisDatabases.Post.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdRedisDatabases.Post.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
226
|
+
/** Get a MySQLDatabase. */
|
|
227
|
+
export declare const databaseGetMysqlDatabase: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesId.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2MysqlDatabasesId.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2MysqlDatabasesId.Get.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2MysqlDatabasesId.Get.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2MysqlDatabasesId.Get.Responses.$500.Content.ApplicationJson, 500, "application/json"> | Response<MittwaldAPIV2.Paths.V2MysqlDatabasesId.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
228
|
+
/** Delete a MySQLDatabase. */
|
|
229
|
+
export declare const databaseDeleteMysqlDatabase: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesId.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesId.Delete.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2MysqlDatabasesId.Delete.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2MysqlDatabasesId.Delete.Responses.$412.Content.ApplicationJson, 412, "application/json"> | Response<MittwaldAPIV2.Paths.V2MysqlDatabasesId.Delete.Responses.$500.Content.ApplicationJson, 500, "application/json"> | Response<MittwaldAPIV2.Paths.V2MysqlDatabasesId.Delete.Responses.$503.Content.ApplicationJson, 503, "application/json"> | Response<MittwaldAPIV2.Paths.V2MysqlDatabasesId.Delete.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
230
|
+
/** Get a MySQLUser. */
|
|
231
|
+
export declare const databaseGetMysqlUser: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2MysqlUsersId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2MysqlUsersId.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2MysqlUsersId.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2MysqlUsersId.Get.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2MysqlUsersId.Get.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2MysqlUsersId.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
232
|
+
/** Update a MySQLUser. */
|
|
233
|
+
export declare const databaseUpdateMysqlUser: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2MysqlUsersId.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2MysqlUsersId.Put.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2MysqlUsersId.Put.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2MysqlUsersId.Put.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2MysqlUsersId.Put.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2MysqlUsersId.Put.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
234
|
+
/** Delete a MySQLUser. */
|
|
235
|
+
export declare const databaseDeleteMysqlUser: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2MysqlUsersId.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2MysqlUsersId.Delete.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2MysqlUsersId.Delete.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2MysqlUsersId.Delete.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2MysqlUsersId.Delete.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
236
|
+
/** Get a RedisDatabase. */
|
|
237
|
+
export declare const databaseGetRedisDatabase: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesId.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2RedisDatabasesId.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2RedisDatabasesId.Get.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2RedisDatabasesId.Get.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2RedisDatabasesId.Get.Responses.$500.Content.ApplicationJson, 500, "application/json"> | Response<MittwaldAPIV2.Paths.V2RedisDatabasesId.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
238
|
+
/** Delete a RedisDatabase. */
|
|
239
|
+
export declare const databaseDeleteRedisDatabase: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesId.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesId.Delete.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2RedisDatabasesId.Delete.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2RedisDatabasesId.Delete.Responses.$412.Content.ApplicationJson, 412, "application/json"> | Response<MittwaldAPIV2.Paths.V2RedisDatabasesId.Delete.Responses.$500.Content.ApplicationJson, 500, "application/json"> | Response<MittwaldAPIV2.Paths.V2RedisDatabasesId.Delete.Responses.$503.Content.ApplicationJson, 503, "application/json"> | Response<MittwaldAPIV2.Paths.V2RedisDatabasesId.Delete.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
240
|
+
/** Disable a MySQLUser. */
|
|
241
|
+
export declare const databaseDisableMysqlUser: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2MysqlUsersIdActionsDisable.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2MysqlUsersIdActionsDisable.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2MysqlUsersIdActionsDisable.Post.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2MysqlUsersIdActionsDisable.Post.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2MysqlUsersIdActionsDisable.Post.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2MysqlUsersIdActionsDisable.Post.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
242
|
+
/** Enable a MySQLUser. */
|
|
243
|
+
export declare const databaseEnableMysqlUser: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2MysqlUsersIdActionsEnable.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2MysqlUsersIdActionsEnable.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2MysqlUsersIdActionsEnable.Post.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2MysqlUsersIdActionsEnable.Post.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2MysqlUsersIdActionsEnable.Post.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2MysqlUsersIdActionsEnable.Post.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
244
|
+
/** Get a MySQLUser's PhpMyAdmin-URL. */
|
|
245
|
+
export declare const databaseGetMysqlUserPhpMyAdminUrl: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2MysqlUsersIdPhpMyAdminUrl.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2MysqlUsersIdPhpMyAdminUrl.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2MysqlUsersIdPhpMyAdminUrl.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2MysqlUsersIdPhpMyAdminUrl.Get.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2MysqlUsersIdPhpMyAdminUrl.Get.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2MysqlUsersIdPhpMyAdminUrl.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
246
|
+
/** List available MySQL character sets and collations, optionally filtered by a MySQLVersion. */
|
|
247
|
+
export declare const databaseListMysqlCharsets: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2MysqlCharsets.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2MysqlCharsets.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2MysqlCharsets.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2MysqlCharsets.Get.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2MysqlCharsets.Get.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2MysqlCharsets.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
248
|
+
/** List available MySQLVersions. */
|
|
249
|
+
export declare const databaseListMysqlVersions: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2MysqlVersions.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2MysqlVersions.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2MysqlVersions.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2MysqlVersions.Get.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2MysqlVersions.Get.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2MysqlVersions.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
250
|
+
/** List available Redis versions. */
|
|
251
|
+
export declare const databaseListRedisVersions: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2RedisVersions.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2RedisVersions.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2RedisVersions.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2RedisVersions.Get.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2RedisVersions.Get.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2RedisVersions.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
252
|
+
/** Update a MySQLDatabase's default character settings. */
|
|
253
|
+
export declare const databaseUpdateMysqlDatabaseDefaultCharset: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesIdDefaultCharset.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesIdDefaultCharset.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesIdDefaultCharset.Patch.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2MysqlDatabasesIdDefaultCharset.Patch.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2MysqlDatabasesIdDefaultCharset.Patch.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2MysqlDatabasesIdDefaultCharset.Patch.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
254
|
+
/** Update a MySQLDatabase's description. */
|
|
255
|
+
export declare const databaseUpdateMysqlDatabaseDescription: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesIdDescription.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesIdDescription.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesIdDescription.Patch.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2MysqlDatabasesIdDescription.Patch.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2MysqlDatabasesIdDescription.Patch.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2MysqlDatabasesIdDescription.Patch.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
256
|
+
/** Update a MySQLUser's password. */
|
|
257
|
+
export declare const databaseUpdateMysqlUserPassword: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2MysqlUsersIdPassword.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2MysqlUsersIdPassword.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2MysqlUsersIdPassword.Patch.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2MysqlUsersIdPassword.Patch.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2MysqlUsersIdPassword.Patch.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2MysqlUsersIdPassword.Patch.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
258
|
+
/** Update a RedisDatabase's description. */
|
|
259
|
+
export declare const databaseUpdateRedisDatabaseDescription: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesIdDescription.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesIdDescription.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesIdDescription.Patch.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2RedisDatabasesIdDescription.Patch.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2RedisDatabasesIdDescription.Patch.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2RedisDatabasesIdDescription.Patch.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
260
|
+
/** Get InvoiceSettings of a Customer. */
|
|
261
|
+
export declare const deprecatedInvoiceInvoiceSettings: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdInvoicesettings.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdInvoicesettings.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2CustomersCustomerIdInvoicesettings.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2CustomersCustomerIdInvoicesettings.Get.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2CustomersCustomerIdInvoicesettings.Get.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2CustomersCustomerIdInvoicesettings.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
262
|
+
/** Update InvoiceSettings of a Customer. */
|
|
263
|
+
export declare const deprecatedInvoiceUpdateInvoiceSettings: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdInvoicesettings.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdInvoicesettings.Put.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdInvoicesettings.Put.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2CustomersCustomerIdInvoicesettings.Put.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2CustomersCustomerIdInvoicesettings.Put.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2CustomersCustomerIdInvoicesettings.Put.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2CustomersCustomerIdInvoicesettings.Put.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
264
|
+
/** Prospace tariff change order */
|
|
265
|
+
export declare const deprecatedOrderChangeProjecthosting: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2OrdersActionsChangeProjecthosting.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2OrdersActionsChangeProjecthosting.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2OrdersActionsChangeProjecthosting.Post.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2OrdersActionsChangeProjecthosting.Post.Responses.$201.Content.ApplicationJson, 201, "application/json"> | Response<MittwaldAPIV2.Paths.V2OrdersActionsChangeProjecthosting.Post.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2OrdersActionsChangeProjecthosting.Post.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
266
|
+
/** SpaceServer order */
|
|
267
|
+
export declare const deprecatedOrderChangeServer: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2OrdersActionsChangeServer.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2OrdersActionsChangeServer.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2OrdersActionsChangeServer.Post.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2OrdersActionsChangeServer.Post.Responses.$201.Content.ApplicationJson, 201, "application/json"> | Response<MittwaldAPIV2.Paths.V2OrdersActionsChangeServer.Post.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2OrdersActionsChangeServer.Post.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
268
|
+
/** Order a domain. */
|
|
269
|
+
export declare const deprecatedOrderOrderDomain: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2OrdersActionsOrderDomain.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2OrdersActionsOrderDomain.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2OrdersActionsOrderDomain.Post.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2OrdersActionsOrderDomain.Post.Responses.$201.Content.ApplicationJson, 201, "application/json"> | Response<MittwaldAPIV2.Paths.V2OrdersActionsOrderDomain.Post.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2OrdersActionsOrderDomain.Post.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
270
|
+
/** Prospace order */
|
|
271
|
+
export declare const deprecatedOrderOrderProjecthosting: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2OrdersActionsOrderProjecthosting.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2OrdersActionsOrderProjecthosting.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2OrdersActionsOrderProjecthosting.Post.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2OrdersActionsOrderProjecthosting.Post.Responses.$201.Content.ApplicationJson, 201, "application/json"> | Response<MittwaldAPIV2.Paths.V2OrdersActionsOrderProjecthosting.Post.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2OrdersActionsOrderProjecthosting.Post.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
272
|
+
/** SpaceServer order */
|
|
273
|
+
export declare const deprecatedOrderOrderServer: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2OrdersActionsOrderServer.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2OrdersActionsOrderServer.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2OrdersActionsOrderServer.Post.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2OrdersActionsOrderServer.Post.Responses.$201.Content.ApplicationJson, 201, "application/json"> | Response<MittwaldAPIV2.Paths.V2OrdersActionsOrderServer.Post.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2OrdersActionsOrderServer.Post.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
274
|
+
/** Preview Prospace tariff change */
|
|
275
|
+
export declare const deprecatedOrderPreviewChangeProjecthosting: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2OrdersActionsPreviewChangeProjecthosting.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2OrdersActionsPreviewChangeProjecthosting.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2OrdersActionsPreviewChangeProjecthosting.Post.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2OrdersActionsPreviewChangeProjecthosting.Post.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2OrdersActionsPreviewChangeProjecthosting.Post.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2OrdersActionsPreviewChangeProjecthosting.Post.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
276
|
+
/** Preview SpaceServer tariff change */
|
|
277
|
+
export declare const deprecatedOrderPreviewChangeServer: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2OrdersActionsPreviewChangeServer.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2OrdersActionsPreviewChangeServer.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2OrdersActionsPreviewChangeServer.Post.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2OrdersActionsPreviewChangeServer.Post.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2OrdersActionsPreviewChangeServer.Post.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2OrdersActionsPreviewChangeServer.Post.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
278
|
+
/** Preview domain order. */
|
|
279
|
+
export declare const deprecatedOrderPreviewOrderDomain: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2OrdersActionsPreviewOrderDomain.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2OrdersActionsPreviewOrderDomain.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2OrdersActionsPreviewOrderDomain.Post.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2OrdersActionsPreviewOrderDomain.Post.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2OrdersActionsPreviewOrderDomain.Post.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2OrdersActionsPreviewOrderDomain.Post.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
280
|
+
/** Preview Prospace order */
|
|
281
|
+
export declare const deprecatedOrderPreviewOrderProjecthosting: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2OrdersActionsPreviewOrderProjecthosting.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2OrdersActionsPreviewOrderProjecthosting.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2OrdersActionsPreviewOrderProjecthosting.Post.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2OrdersActionsPreviewOrderProjecthosting.Post.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2OrdersActionsPreviewOrderProjecthosting.Post.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2OrdersActionsPreviewOrderProjecthosting.Post.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
282
|
+
/** Preview SpaceServer order */
|
|
283
|
+
export declare const deprecatedOrderPreviewOrderServer: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2OrdersActionsPreviewOrderServer.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2OrdersActionsPreviewOrderServer.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2OrdersActionsPreviewOrderServer.Post.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2OrdersActionsPreviewOrderServer.Post.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2OrdersActionsPreviewOrderServer.Post.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2OrdersActionsPreviewOrderServer.Post.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
284
|
+
/** updates a-records for a specific zone */
|
|
285
|
+
export declare const dnsRecordAsetCustom: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2DnsZonesZoneIdRecordsetAcombinedCustom.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2DnsZonesZoneIdRecordsetAcombinedCustom.Put.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DnsZonesZoneIdRecordsetAcombinedCustom.Put.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2DnsZonesZoneIdRecordsetAcombinedCustom.Put.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2DnsZonesZoneIdRecordsetAcombinedCustom.Put.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
286
|
+
/** set a-records managed by ingress for a specific zone */
|
|
287
|
+
export declare const dnsRecordAsetManagedByIngress: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2DnsZonesZoneIdRecordsetAcombinedManagedIngress.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2DnsZonesZoneIdRecordsetAcombinedManagedIngress.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DnsZonesZoneIdRecordsetAcombinedManagedIngress.Post.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2DnsZonesZoneIdRecordsetAcombinedManagedIngress.Post.Responses.$204.Content.ApplicationJson, 204, "application/json"> | Response<MittwaldAPIV2.Paths.V2DnsZonesZoneIdRecordsetAcombinedManagedIngress.Post.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2DnsZonesZoneIdRecordsetAcombinedManagedIngress.Post.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
288
|
+
/** updates cname-record for a specific zone */
|
|
289
|
+
export declare const dnsRecordCnameSet: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2DnsZonesZoneIdRecordsetCname.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2DnsZonesZoneIdRecordsetCname.Put.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DnsZonesZoneIdRecordsetCname.Put.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2DnsZonesZoneIdRecordsetCname.Put.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2DnsZonesZoneIdRecordsetCname.Put.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
290
|
+
/** updates mx-records for a specific zone */
|
|
291
|
+
export declare const dnsRecordMxSetCustom: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2DnsZonesZoneIdRecordsetMxCustom.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2DnsZonesZoneIdRecordsetMxCustom.Put.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DnsZonesZoneIdRecordsetMxCustom.Put.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2DnsZonesZoneIdRecordsetMxCustom.Put.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2DnsZonesZoneIdRecordsetMxCustom.Put.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
292
|
+
/** sets mx-records to managed for a specific zone */
|
|
293
|
+
export declare const dnsRecordMxSetManaged: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2DnsZonesZoneIdRecordsetMxManaged.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2DnsZonesZoneIdRecordsetMxManaged.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DnsZonesZoneIdRecordsetMxManaged.Post.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2DnsZonesZoneIdRecordsetMxManaged.Post.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2DnsZonesZoneIdRecordsetMxManaged.Post.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
294
|
+
/** updates txt-records for a specific zone */
|
|
295
|
+
export declare const dnsRecordTxtSet: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2DnsZonesZoneIdRecordsetTxt.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2DnsZonesZoneIdRecordsetTxt.Put.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DnsZonesZoneIdRecordsetTxt.Put.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2DnsZonesZoneIdRecordsetTxt.Put.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2DnsZonesZoneIdRecordsetTxt.Put.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
296
|
+
/** gets a specific zone */
|
|
297
|
+
export declare const dnsZoneGetSpecific: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2DnsZonesZoneId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DnsZonesZoneId.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2DnsZonesZoneId.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2DnsZonesZoneId.Get.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2DnsZonesZoneId.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
298
|
+
/** gets all dns zones by project id */
|
|
299
|
+
export declare const dnsZonesForProject: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDnsZones.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDnsZones.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdDnsZones.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdDnsZones.Get.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdDnsZones.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
300
|
+
/** Abort a declare process. */
|
|
301
|
+
export declare const domainServiceAbortDeclareProcess: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdDeclarations.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdDeclarations.Delete.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2DomainsDomainIdDeclarations.Delete.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2DomainsDomainIdDeclarations.Delete.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2DomainsDomainIdDeclarations.Delete.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
302
|
+
/** Change the ownerC of a domain. */
|
|
303
|
+
export declare const domainServiceChangeOwnercOfDomain: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdHandlesOwnerc.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdHandlesOwnerc.Put.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdHandlesOwnerc.Put.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2DomainsDomainIdHandlesOwnerc.Put.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2DomainsDomainIdHandlesOwnerc.Put.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2DomainsDomainIdHandlesOwnerc.Put.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2DomainsDomainIdHandlesOwnerc.Put.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
304
|
+
/** Change the Project relation of a Domain. */
|
|
305
|
+
export declare const domainServiceChangeProjectOfDomain: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdProjectId.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdProjectId.Put.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdProjectId.Put.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2DomainsDomainIdProjectId.Put.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2DomainsDomainIdProjectId.Put.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2DomainsDomainIdProjectId.Put.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
306
|
+
/** Check if a Domain is available to register. */
|
|
307
|
+
export declare const domainServiceCheckDomainAvailability: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2Domains.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2Domains.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2Domains.Post.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2Domains.Post.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2Domains.Post.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2Domains.Post.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
308
|
+
/** Create an AuthCode for a Domains transfer out process. */
|
|
309
|
+
export declare const domainServiceCreateAuthcodeForDomain: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdActionsCreateAuthcode.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdActionsCreateAuthcode.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdActionsCreateAuthcode.Post.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2DomainsDomainIdActionsCreateAuthcode.Post.Responses.$201.Content.ApplicationJson, 201, "application/json"> | Response<MittwaldAPIV2.Paths.V2DomainsDomainIdActionsCreateAuthcode.Post.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2DomainsDomainIdActionsCreateAuthcode.Post.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2DomainsDomainIdActionsCreateAuthcode.Post.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
310
|
+
/** Create an AuthCode2. */
|
|
311
|
+
export declare const domainServiceCreateAuthcode2ForDomain: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdActionsCreateAuthcode2.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdActionsCreateAuthcode2.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdActionsCreateAuthcode2.Post.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2DomainsDomainIdActionsCreateAuthcode2.Post.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2DomainsDomainIdActionsCreateAuthcode2.Post.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2DomainsDomainIdActionsCreateAuthcode2.Post.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
312
|
+
/** Change all nameservers of a Domain. */
|
|
313
|
+
export declare const domainServiceDeclareNameservers: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdNameservers.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdNameservers.Put.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdNameservers.Put.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2DomainsDomainIdNameservers.Put.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2DomainsDomainIdNameservers.Put.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2DomainsDomainIdNameservers.Put.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
314
|
+
/** Update an AuthCode. */
|
|
315
|
+
export declare const domainServiceDeclareProcessChangeAuthcode: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdDeclarationsAuthcode.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdDeclarationsAuthcode.Put.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdDeclarationsAuthcode.Put.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2DomainsDomainIdDeclarationsAuthcode.Put.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2DomainsDomainIdDeclarationsAuthcode.Put.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2DomainsDomainIdDeclarationsAuthcode.Put.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2DomainsDomainIdDeclarationsAuthcode.Put.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
316
|
+
/** Update a Domain's OwnerC handle. */
|
|
317
|
+
export declare const domainServiceDeclareProcessChangeHandles: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdDeclarationsHandles.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdDeclarationsHandles.Put.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdDeclarationsHandles.Put.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2DomainsDomainIdDeclarationsHandles.Put.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2DomainsDomainIdDeclarationsHandles.Put.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2DomainsDomainIdDeclarationsHandles.Put.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2DomainsDomainIdDeclarationsHandles.Put.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
318
|
+
/** Get a Domain. */
|
|
319
|
+
export declare const domainServiceGetDomain: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainId.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2DomainsDomainId.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2DomainsDomainId.Get.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2DomainsDomainId.Get.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2DomainsDomainId.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
320
|
+
/** Delete a Domain. */
|
|
321
|
+
export declare const domainServiceDeleteDomain: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainId.Delete.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainId.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainId.Delete.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2DomainsDomainId.Delete.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2DomainsDomainId.Delete.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2DomainsDomainId.Delete.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2DomainsDomainId.Delete.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
322
|
+
/** Get a HandleSchema. */
|
|
323
|
+
export declare const domainServiceGetHandleFields: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2DomainsHandleSchemaDomainName.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DomainsHandleSchemaDomainName.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2DomainsHandleSchemaDomainName.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2DomainsHandleSchemaDomainName.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
324
|
+
/** Get a domain ownership. */
|
|
325
|
+
export declare const domainServiceGetSpecificDomainOwnership: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2DomainOwnershipsDomainOwnershipId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DomainOwnershipsDomainOwnershipId.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2DomainOwnershipsDomainOwnershipId.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2DomainOwnershipsDomainOwnershipId.Get.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2DomainOwnershipsDomainOwnershipId.Get.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2DomainOwnershipsDomainOwnershipId.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
326
|
+
/** Verify a domain ownership. */
|
|
327
|
+
export declare const domainServiceVerifyDomainOwnership: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2DomainOwnershipsDomainOwnershipId.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2DomainOwnershipsDomainOwnershipId.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DomainOwnershipsDomainOwnershipId.Post.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2DomainOwnershipsDomainOwnershipId.Post.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2DomainOwnershipsDomainOwnershipId.Post.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2DomainOwnershipsDomainOwnershipId.Post.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
328
|
+
/** Get a toplevel domain. */
|
|
329
|
+
export declare const domainServiceGetToplevelDomain: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ToplevelDomainsTld.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ToplevelDomainsTld.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2ToplevelDomainsTld.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2ToplevelDomainsTld.Get.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2ToplevelDomainsTld.Get.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2ToplevelDomainsTld.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
330
|
+
/** List all domain ownerships of a project. */
|
|
331
|
+
export declare const domainServiceListDomainOwnerships: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDomainOwnerships.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDomainOwnerships.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdDomainOwnerships.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdDomainOwnerships.Get.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdDomainOwnerships.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
332
|
+
/** List Domains belonging to a Project. */
|
|
333
|
+
export declare const domainServiceListDomains: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDomains.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDomains.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdDomains.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdDomains.Get.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdDomains.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
334
|
+
/** List all supported toplevel domains. */
|
|
335
|
+
export declare const domainServiceListToplevelDomains: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ToplevelDomains.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ToplevelDomains.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2ToplevelDomains.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2ToplevelDomains.Get.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2ToplevelDomains.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
336
|
+
/** Resend a domain email. */
|
|
337
|
+
export declare const domainServiceResendDomainEmail: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdActionsResendEmail.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdActionsResendEmail.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdActionsResendEmail.Post.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2DomainsDomainIdActionsResendEmail.Post.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2DomainsDomainIdActionsResendEmail.Post.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2DomainsDomainIdActionsResendEmail.Post.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
338
|
+
/** Create a File. */
|
|
339
|
+
export declare const fileCreateFile: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2Files.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2Files.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2Files.Post.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2Files.Post.Responses.$201.Content.ApplicationJson, 201, "application/json"> | Response<MittwaldAPIV2.Paths.V2Files.Post.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2Files.Post.Responses.$500.Content.ApplicationJson, 500, "application/json"> | Response<MittwaldAPIV2.Paths.V2Files.Post.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
340
|
+
/** Get a File's meta. */
|
|
341
|
+
export declare const fileGetFileMeta: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2FilesIdMeta.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2FilesIdMeta.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2FilesIdMeta.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2FilesIdMeta.Get.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2FilesIdMeta.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
342
|
+
/** Get a Token's upload rules. */
|
|
343
|
+
export declare const fileGetFileTokenRules: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2FileTokenRulesToken.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2FileTokenRulesToken.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2FileTokenRulesToken.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2FileTokenRulesToken.Get.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2FileTokenRulesToken.Get.Responses.$500.Content.ApplicationJson, 500, "application/json"> | Response<MittwaldAPIV2.Paths.V2FileTokenRulesToken.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
344
|
+
/** Get a Type's upload rules. */
|
|
345
|
+
export declare const fileGetFileTypeRules: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2FileTypeRulesName.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2FileTypeRulesName.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2FileTypeRulesName.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2FileTypeRulesName.Get.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2FileTypeRulesName.Get.Responses.$500.Content.ApplicationJson, 500, "application/json"> | Response<MittwaldAPIV2.Paths.V2FileTypeRulesName.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
346
|
+
/** Get a File. */
|
|
347
|
+
export declare const fileGetFile: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2FilesId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2FilesId.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2FilesId.Get.Responses.$200.Content.ApplicationOctetStream, 200, "application/octet-stream"> | Response<MittwaldAPIV2.Paths.V2FilesId.Get.Responses.$200.Content.Base64, 200, "base64"> | Response<MittwaldAPIV2.Paths.V2FilesId.Get.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2FilesId.Get.Responses.$500.Content.ApplicationJson, 500, "application/json"> | Response<MittwaldAPIV2.Paths.V2FilesId.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
348
|
+
/** Create an Ingress. */
|
|
349
|
+
export declare const ingressServiceCreate: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2Ingresses.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2Ingresses.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2Ingresses.Post.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2Ingresses.Post.Responses.$201.Content.ApplicationJson, 201, "application/json"> | Response<MittwaldAPIV2.Paths.V2Ingresses.Post.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2Ingresses.Post.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
350
|
+
/** Get an Ingress. */
|
|
351
|
+
export declare const ingressServiceGetSpecific: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2IngressesIngressId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2IngressesIngressId.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2IngressesIngressId.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2IngressesIngressId.Get.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2IngressesIngressId.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
352
|
+
/** Delete an Ingress. */
|
|
353
|
+
export declare const ingressServiceDelete: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2IngressesIngressId.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2IngressesIngressId.Delete.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2IngressesIngressId.Delete.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2IngressesIngressId.Delete.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
354
|
+
/** List Ingresses the user has access to. */
|
|
355
|
+
export declare const ingressServiceListAccessible: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2Ingresses.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2Ingresses.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2Ingresses.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2Ingresses.Get.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2Ingresses.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
356
|
+
/** List Ingresses belonging to a project. */
|
|
357
|
+
export declare const ingressServiceListForProject: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdIngresses.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdIngresses.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdIngresses.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdIngresses.Get.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdIngresses.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
358
|
+
/** Update an Ingresses paths. */
|
|
359
|
+
export declare const ingressServicePaths: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdPaths.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdPaths.Put.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdPaths.Put.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2IngressesIngressIdPaths.Put.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2IngressesIngressIdPaths.Put.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
360
|
+
/** Update an Ingresses tls settings. */
|
|
361
|
+
export declare const ingressServiceTls: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdTls.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdTls.Put.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdTls.Put.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2IngressesIngressIdTls.Put.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2IngressesIngressIdTls.Put.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2IngressesIngressIdTls.Put.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
362
|
+
/** Get details of an Invoice. */
|
|
363
|
+
export declare const invoiceDetailOfInvoice: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdInvoicesInvoiceId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdInvoicesInvoiceId.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2CustomersCustomerIdInvoicesInvoiceId.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2CustomersCustomerIdInvoicesInvoiceId.Get.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2CustomersCustomerIdInvoicesInvoiceId.Get.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2CustomersCustomerIdInvoicesInvoiceId.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
364
|
+
/** Get InvoiceSettings of a Customer. */
|
|
365
|
+
export declare const invoiceGetDetailOfInvoiceSettings: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdInvoiceSettings.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdInvoiceSettings.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2CustomersCustomerIdInvoiceSettings.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2CustomersCustomerIdInvoiceSettings.Get.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2CustomersCustomerIdInvoiceSettings.Get.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2CustomersCustomerIdInvoiceSettings.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
366
|
+
/** Update InvoiceSettings of a Customer. */
|
|
367
|
+
export declare const invoiceUpdateInvoiceSettings: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdInvoiceSettings.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdInvoiceSettings.Put.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdInvoiceSettings.Put.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2CustomersCustomerIdInvoiceSettings.Put.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2CustomersCustomerIdInvoiceSettings.Put.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2CustomersCustomerIdInvoiceSettings.Put.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2CustomersCustomerIdInvoiceSettings.Put.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
368
|
+
/** List Invoices of a Customer. */
|
|
369
|
+
export declare const invoiceListCustomerInvoices: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdInvoices.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdInvoices.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2CustomersCustomerIdInvoices.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2CustomersCustomerIdInvoices.Get.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2CustomersCustomerIdInvoices.Get.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2CustomersCustomerIdInvoices.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
370
|
+
/** Get all deliveryboxes by project ID */
|
|
371
|
+
export declare const mailServiceDeliveryboxList: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDeliveryboxes.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDeliveryboxes.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdDeliveryboxes.Get.Responses.$200.Content.ApplicationJson, 200, "application/json">>;
|
|
372
|
+
/** Create a new deliverybox */
|
|
373
|
+
export declare const mailServiceDeliveryboxCreate: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDeliveryboxes.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDeliveryboxes.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDeliveryboxes.Post.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdDeliveryboxes.Post.Responses.$201.Content.ApplicationJson, 201, "application/json">>;
|
|
374
|
+
/** Get a specific deliverybox */
|
|
375
|
+
export declare const mailServiceDeliveryboxGetSpecific: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2DeliveryboxesId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DeliveryboxesId.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2DeliveryboxesId.Get.Responses.$200.Content.ApplicationJson, 200, "application/json">>;
|
|
376
|
+
/** Delete a specific deliverybox */
|
|
377
|
+
export declare const mailServiceDeliveryboxDelete: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2DeliveryboxesId.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DeliveryboxesId.Delete.Parameters.Header>>>;
|
|
378
|
+
/** Update the description of an deliverybox */
|
|
379
|
+
export declare const mailServiceDeliveryboxUpdateDescription: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2DeliveryboxesIdDescription.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2DeliveryboxesIdDescription.Put.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DeliveryboxesIdDescription.Put.Parameters.Header>>>;
|
|
380
|
+
/** Update the password for a specific deliverybox */
|
|
381
|
+
export declare const mailServiceDeliveryboxUpdatePassword: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2DeliveryboxesIdPassword.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2DeliveryboxesIdPassword.Put.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DeliveryboxesIdPassword.Put.Parameters.Header>>>;
|
|
382
|
+
/** Get all mail addresses for a project ID */
|
|
383
|
+
export declare const mailServiceMailaddressList: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailaddresses.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailaddresses.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailaddresses.Get.Responses.$200.Content.ApplicationJson, 200, "application/json">>;
|
|
384
|
+
/** Create a new mail address */
|
|
385
|
+
export declare const mailServiceMailaddressCreate: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailaddresses.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailaddresses.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailaddresses.Post.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailaddresses.Post.Responses.$201.Content.ApplicationJson, 201, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailaddresses.Post.Responses.$400.Content.ApplicationJson, 400, "application/json">>;
|
|
386
|
+
/** Get a specific mail address */
|
|
387
|
+
export declare const mailServiceMailaddressGetSpecific: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2MailaddressesId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2MailaddressesId.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2MailaddressesId.Get.Responses.$200.Content.ApplicationJson, 200, "application/json">>;
|
|
388
|
+
/** Delete a specific mail address */
|
|
389
|
+
export declare const mailServiceMailaddressDelete: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2MailaddressesId.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2MailaddressesId.Delete.Parameters.Header>>>;
|
|
390
|
+
/** Update mail-address */
|
|
391
|
+
export declare const mailServiceMailaddressUpdateAddress: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2MailaddressesIdAddress.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2MailaddressesIdAddress.Put.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2MailaddressesIdAddress.Put.Parameters.Header>>>;
|
|
392
|
+
/** Update the auto responder of a mail address */
|
|
393
|
+
export declare const mailServiceMailaddressUpdateAutoresponder: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2MailaddressesIdAutoResponder.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2MailaddressesIdAutoResponder.Put.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2MailaddressesIdAutoResponder.Put.Parameters.Header>>>;
|
|
394
|
+
/** Enable or disable the catchAll flag for a specific mail address */
|
|
395
|
+
export declare const mailServiceMailaddressUpdateCatchall: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2MailaddressesIdCatchAll.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2MailaddressesIdCatchAll.Put.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2MailaddressesIdCatchAll.Put.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2MailaddressesIdCatchAll.Put.Responses.$400.Content.ApplicationJson, 400, "application/json">>;
|
|
396
|
+
/** Update the addresses an email is forwarded to */
|
|
397
|
+
export declare const mailServiceMailaddressUpdateForwardaddresses: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2MailaddressesIdForwardaddresses.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2MailaddressesIdForwardaddresses.Put.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2MailaddressesIdForwardaddresses.Put.Parameters.Header>>>;
|
|
398
|
+
/** Update the password for a specific mail address */
|
|
399
|
+
export declare const mailServiceMailaddressUpdatePassword: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2MailaddressesIdPassword.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2MailaddressesIdPassword.Put.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2MailaddressesIdPassword.Put.Parameters.Header>>>;
|
|
400
|
+
/** Update the quota of a mailbox */
|
|
401
|
+
export declare const mailServiceMailaddressUpdateQuota: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2MailaddressesIdQuota.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2MailaddressesIdQuota.Put.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2MailaddressesIdQuota.Put.Parameters.Header>>>;
|
|
402
|
+
/** Update the spamprotection of a mailbox */
|
|
403
|
+
export declare const mailServiceMailaddressUpdateSpamprotection: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2MailaddressesIdSpamprotection.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2MailaddressesIdSpamprotection.Put.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2MailaddressesIdSpamprotection.Put.Parameters.Header>>>;
|
|
404
|
+
/** Get settings for a given project ID */
|
|
405
|
+
export declare const mailServiceProjectsettingGetSpecific: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailsettings.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailsettings.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailsettings.Get.Responses.$200.Content.ApplicationJson, 200, "application/json">>;
|
|
406
|
+
/** Update blacklist for a given project ID */
|
|
407
|
+
export declare const mailServiceProjectsettingUpdateBlacklist: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailsettingsBlacklist.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailsettingsBlacklist.Put.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailsettingsBlacklist.Put.Parameters.Header>>>;
|
|
408
|
+
/** Update whitelist for a given project ID */
|
|
409
|
+
export declare const mailServiceProjectsettingUpdateWhitelist: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailsettingsWhitelist.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailsettingsWhitelist.Put.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailsettingsWhitelist.Put.Parameters.Header>>>;
|
|
410
|
+
/** getting the subscription status of the subscription */
|
|
411
|
+
export declare const newsletterGetInfo: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2NewsletterSubscriptionsEmail.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2NewsletterSubscriptionsEmail.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2NewsletterSubscriptionsEmail.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2NewsletterSubscriptionsEmail.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
412
|
+
/** unsubscribe a user from the mStudio newsletter */
|
|
413
|
+
export declare const newsletterUnsubscribeUser: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2NewsletterSubscriptionsEmail.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2NewsletterSubscriptionsEmail.Delete.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2NewsletterSubscriptionsEmail.Delete.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
414
|
+
/** subscribe a user to the mStudio newsletter */
|
|
415
|
+
export declare const newsletterSubscribeUser: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2NewsletterSubscriptions.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2NewsletterSubscriptions.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2NewsletterSubscriptions.Post.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2NewsletterSubscriptions.Post.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2NewsletterSubscriptions.Post.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2NewsletterSubscriptions.Post.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
416
|
+
/** Get the counts for unread notifications of the user. */
|
|
417
|
+
export declare const notificationsCountUnreadNotifications: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2NotificationsUnreadCounts.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2NotificationsUnreadCounts.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2NotificationsUnreadCounts.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2NotificationsUnreadCounts.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
418
|
+
/** List all unread notifications */
|
|
419
|
+
export declare const notificationsListNotifications: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2Notifications.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2Notifications.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2Notifications.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2Notifications.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
420
|
+
/** Mark all notifications as read. */
|
|
421
|
+
export declare const notificationsReadAllNotifications: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2NotificationsStatus.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2NotificationsStatus.Put.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2NotificationsStatus.Put.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2NotificationsStatus.Put.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2NotificationsStatus.Put.Responses.$403.Content.ApplicationJson, 403, "application/json"> | Response<MittwaldAPIV2.Paths.V2NotificationsStatus.Put.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
422
|
+
/** Mark notification as read. */
|
|
423
|
+
export declare const notificationsReadNotification: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2NotificationsMessageIdStatus.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2NotificationsMessageIdStatus.Put.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2NotificationsMessageIdStatus.Put.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2NotificationsMessageIdStatus.Put.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2NotificationsMessageIdStatus.Put.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2NotificationsMessageIdStatus.Put.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
424
|
+
/** Create an Order. */
|
|
425
|
+
export declare const orderCreateOrder: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2Orders.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2Orders.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2Orders.Post.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2Orders.Post.Responses.$201.Content.ApplicationJson, 201, "application/json"> | Response<MittwaldAPIV2.Paths.V2Orders.Post.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2Orders.Post.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
426
|
+
/** Create TariffChange Order. */
|
|
427
|
+
export declare const orderCreateTariffChange: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2TariffChanges.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2TariffChanges.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2TariffChanges.Post.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2TariffChanges.Post.Responses.$201.Content.ApplicationJson, 201, "application/json"> | Response<MittwaldAPIV2.Paths.V2TariffChanges.Post.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2TariffChanges.Post.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
428
|
+
/** Get Order for Customer. */
|
|
429
|
+
export declare const orderGetOrder: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2OrdersOrderId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2OrdersOrderId.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2OrdersOrderId.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2OrdersOrderId.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
430
|
+
/** Get list of Orders of a Customer. */
|
|
431
|
+
export declare const orderListCustomerOrders: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdOrders.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdOrders.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2CustomersCustomerIdOrders.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2CustomersCustomerIdOrders.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
432
|
+
/** Get list of Orders of a Project. */
|
|
433
|
+
export declare const orderListProjectOrders: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdOrders.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdOrders.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdOrders.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdOrders.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
434
|
+
/** Preview Order. */
|
|
435
|
+
export declare const orderPreviewOrder: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2OrderPreviews.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2OrderPreviews.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2OrderPreviews.Post.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2OrderPreviews.Post.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2OrderPreviews.Post.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2OrderPreviews.Post.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
436
|
+
/** Preview TariffChange. */
|
|
437
|
+
export declare const orderPreviewTariffChange: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2TariffChangePreviews.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2TariffChangePreviews.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2TariffChangePreviews.Post.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2TariffChangePreviews.Post.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2TariffChangePreviews.Post.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2TariffChangePreviews.Post.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
438
|
+
/** Get a password policy. */
|
|
439
|
+
export declare const passwordValidationServiceGetPasswordPolicy: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2PasswordPoliciesPath.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2PasswordPoliciesPath.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2PasswordPoliciesPath.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2PasswordPoliciesPath.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
440
|
+
/** Accept a ProjectInvite. */
|
|
441
|
+
export declare const projectAcceptProjectInvite: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesInviteIdActionsAccept.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesInviteIdActionsAccept.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesInviteIdActionsAccept.Post.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2ProjectInvitesInviteIdActionsAccept.Post.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectInvitesInviteIdActionsAccept.Post.Responses.$403.Content.ApplicationJson, 403, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectInvitesInviteIdActionsAccept.Post.Responses.$412.Content.ApplicationJson, 412, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectInvitesInviteIdActionsAccept.Post.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
442
|
+
/** Create a ProjectInvite. */
|
|
443
|
+
export declare const projectCreateProjectInvite: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2ProjectProjectIdInvites.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ProjectProjectIdInvites.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectProjectIdInvites.Post.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2ProjectProjectIdInvites.Post.Responses.$201.Content.ApplicationJson, 201, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectProjectIdInvites.Post.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectProjectIdInvites.Post.Responses.$409.Content.ApplicationJson, 409, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectProjectIdInvites.Post.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
444
|
+
/** Create a Project belonging to a Server. */
|
|
445
|
+
export declare const projectCreateProject: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdProjects.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ServersServerIdProjects.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ServersServerIdProjects.Post.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2ServersServerIdProjects.Post.Responses.$201.Content.ApplicationJson, 201, "application/json"> | Response<MittwaldAPIV2.Paths.V2ServersServerIdProjects.Post.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2ServersServerIdProjects.Post.Responses.$412.Content.ApplicationJson, 412, "application/json"> | Response<MittwaldAPIV2.Paths.V2ServersServerIdProjects.Post.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
446
|
+
/** Decline a ProjectInvite. */
|
|
447
|
+
export declare const projectDeclineProjectInvite: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesInviteIdActionsDecline.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesInviteIdActionsDecline.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesInviteIdActionsDecline.Post.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2ProjectInvitesInviteIdActionsDecline.Post.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
448
|
+
/** Request a Project avatar upload. */
|
|
449
|
+
export declare const projectRequestProjectAvatarUpload: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAvatar.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAvatar.Post.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdAvatar.Post.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdAvatar.Post.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdAvatar.Post.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
450
|
+
/** Delete a Project's avatar. */
|
|
451
|
+
export declare const projectDeleteProjectAvatar: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAvatar.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAvatar.Delete.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdAvatar.Delete.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdAvatar.Delete.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
452
|
+
/** Get a ProjectInvite. */
|
|
453
|
+
export declare const projectGetProjectInvite: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesInviteId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesInviteId.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2ProjectInvitesInviteId.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectInvitesInviteId.Get.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectInvitesInviteId.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
454
|
+
/** Delete a ProjectInvite. */
|
|
455
|
+
export declare const projectDeleteProjectInvite: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesInviteId.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesInviteId.Delete.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2ProjectInvitesInviteId.Delete.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
456
|
+
/** Get a ProjectMembership */
|
|
457
|
+
export declare const projectGetProjectMembership: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectMembershipsMembershipId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectMembershipsMembershipId.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2ProjectMembershipsMembershipId.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectMembershipsMembershipId.Get.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectMembershipsMembershipId.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
458
|
+
/** Delete a ProjectMembership. */
|
|
459
|
+
export declare const projectDeleteProjectMembership: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectMembershipsMembershipId.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectMembershipsMembershipId.Delete.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2ProjectMembershipsMembershipId.Delete.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
460
|
+
/** Update a ProjectMembership. */
|
|
461
|
+
export declare const projectUpdateProjectMembership: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2ProjectMembershipsMembershipId.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ProjectMembershipsMembershipId.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectMembershipsMembershipId.Patch.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2ProjectMembershipsMembershipId.Patch.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
462
|
+
/** Delete a Project. */
|
|
463
|
+
export declare const projectDeleteProject: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectId.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectId.Delete.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2ProjectsProjectId.Delete.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectsProjectId.Delete.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectsProjectId.Delete.Responses.$412.Content.ApplicationJson, 412, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectsProjectId.Delete.Responses.$500.Content.ApplicationJson, 500, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectsProjectId.Delete.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
464
|
+
/** Request a Server avatar upload. */
|
|
465
|
+
export declare const projectRequestServerAvatarUpload: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ServersServerIdAvatar.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ServersServerIdAvatar.Post.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2ServersServerIdAvatar.Post.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2ServersServerIdAvatar.Post.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2ServersServerIdAvatar.Post.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
466
|
+
/** Delete a Server's avatar. */
|
|
467
|
+
export declare const projectDeleteServerAvatar: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ServersServerIdAvatar.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ServersServerIdAvatar.Delete.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2ServersServerIdAvatar.Delete.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2ServersServerIdAvatar.Delete.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
468
|
+
/** List the directories of a Project. */
|
|
469
|
+
export declare const projectFileSystemGetDirectories: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemDirectories.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemDirectories.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemDirectories.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemDirectories.Get.Responses.$403.Content.ApplicationJson, 403, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemDirectories.Get.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemDirectories.Get.Responses.$503.Content.ApplicationJson, 503, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemDirectories.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
470
|
+
/** Get a Project directory filesystem usage. */
|
|
471
|
+
export declare const projectFileSystemGetDiskUsage: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemUsagesDisk.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemUsagesDisk.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemUsagesDisk.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemUsagesDisk.Get.Responses.$403.Content.ApplicationJson, 403, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemUsagesDisk.Get.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemUsagesDisk.Get.Responses.$503.Content.ApplicationJson, 503, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemUsagesDisk.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
472
|
+
/** Get a Project file's content. */
|
|
473
|
+
export declare const projectFileSystemGetFileContent: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFilesRaw.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFilesRaw.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFilesRaw.Get.Responses.$200.Content.TextPlain, 200, "text/plain"> | Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFilesRaw.Get.Responses.$403.Content.ApplicationJson, 403, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFilesRaw.Get.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFilesRaw.Get.Responses.$503.Content.ApplicationJson, 503, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFilesRaw.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
474
|
+
/** Get a Project's file/filesystem authorization token. */
|
|
475
|
+
export declare const projectFileSystemGetJwt: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdJwt.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdJwt.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdJwt.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdJwt.Get.Responses.$403.Content.ApplicationJson, 403, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdJwt.Get.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdJwt.Get.Responses.$503.Content.ApplicationJson, 503, "application/json">>;
|
|
476
|
+
/** Get a Project file's information. */
|
|
477
|
+
export declare const projectFileSystemListFiles: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFiles.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFiles.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFiles.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFiles.Get.Responses.$403.Content.ApplicationJson, 403, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFiles.Get.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFiles.Get.Responses.$503.Content.ApplicationJson, 503, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFiles.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
478
|
+
/** Get a ProjectInvite by token. */
|
|
479
|
+
export declare const projectGetProjectTokenInvite: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectTokenInvite.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectTokenInvite.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2ProjectTokenInvite.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectTokenInvite.Get.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectTokenInvite.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
480
|
+
/** Get a Project. */
|
|
481
|
+
export declare const projectGetProject: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsId.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2ProjectsId.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectsId.Get.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectsId.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
482
|
+
/** Get the executing user's membership in a Project. */
|
|
483
|
+
export declare const projectGetSelfMembershipForProject: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMembershipsSelf.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMembershipsSelf.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdMembershipsSelf.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdMembershipsSelf.Get.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdMembershipsSelf.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
484
|
+
/** Get a Server. */
|
|
485
|
+
export declare const projectGetServer: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ServersServerId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ServersServerId.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2ServersServerId.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2ServersServerId.Get.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2ServersServerId.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
486
|
+
/** Leave a Project. */
|
|
487
|
+
export declare const projectLeaveProject: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdLeave.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdLeave.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdLeave.Post.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdLeave.Post.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
488
|
+
/** List all invites belonging to a Project. */
|
|
489
|
+
export declare const projectListInvitesForProject: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdInvites.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdInvites.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdInvites.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdInvites.Get.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdInvites.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
490
|
+
/** List all memberships for a Project. */
|
|
491
|
+
export declare const projectListMembershipsForProject: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMemberships.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMemberships.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdMemberships.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdMemberships.Get.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdMemberships.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
492
|
+
/** List all ProjectInvites for the executing user. */
|
|
493
|
+
export declare const projectListProjectInvites: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectInvites.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectInvites.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2ProjectInvites.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectInvites.Get.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectInvites.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
494
|
+
/** List ProjectMemberships belonging to the executing user. */
|
|
495
|
+
export declare const projectListProjectMemberships: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectMemberships.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectMemberships.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2ProjectMemberships.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectMemberships.Get.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectMemberships.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
496
|
+
/** List Project's for an Organization or Server. */
|
|
497
|
+
export declare const projectListProjects: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2Projects.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2Projects.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2Projects.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2Projects.Get.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2Projects.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
498
|
+
/** List Servers for an Organization or User. */
|
|
499
|
+
export declare const projectListServers: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2Servers.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2Servers.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2Servers.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2Servers.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
500
|
+
/** Resend the mail for a ProjectInvite. */
|
|
501
|
+
export declare const projectResendProjectInviteMail: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesInviteIdActionsResend.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesInviteIdActionsResend.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesInviteIdActionsResend.Post.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2ProjectInvitesInviteIdActionsResend.Post.Responses.$403.Content.ApplicationJson, 403, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectInvitesInviteIdActionsResend.Post.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
502
|
+
/** Update a Project's description. */
|
|
503
|
+
export declare const projectUpdateProjectDescription: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2ProjectsIdDescription.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ProjectsIdDescription.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsIdDescription.Patch.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2ProjectsIdDescription.Patch.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectsIdDescription.Patch.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectsIdDescription.Patch.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
504
|
+
/** Update a Servers's description. */
|
|
505
|
+
export declare const projectUpdateServerDescription: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdDescription.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ServersServerIdDescription.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ServersServerIdDescription.Patch.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2ServersServerIdDescription.Patch.Responses.$400.Content.ApplicationJson, 400, "application/json">>;
|
|
506
|
+
/** Relocate an external Project to mittwald. */
|
|
507
|
+
export declare const redirectusCreateRelocation: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2Relocation.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2Relocation.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2Relocation.Post.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2Relocation.Post.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2Relocation.Post.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
508
|
+
/** Create an SFTPUser for a Project. */
|
|
509
|
+
export declare const sftpUserCreateSftpUser: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdSftpUsers.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdSftpUsers.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdSftpUsers.Post.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdSftpUsers.Post.Responses.$201.Content.ApplicationJson, 201, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdSftpUsers.Post.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdSftpUsers.Post.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
510
|
+
/** Get an SFTPUser. */
|
|
511
|
+
export declare const sftpUserGetSftpUser: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2SftpUsersSftpUserId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2SftpUsersSftpUserId.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2SftpUsersSftpUserId.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2SftpUsersSftpUserId.Get.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2SftpUsersSftpUserId.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
512
|
+
/** Delete an SFTPUser. */
|
|
513
|
+
export declare const sftpUserDeleteSftpUser: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2SftpUsersSftpUserId.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2SftpUsersSftpUserId.Delete.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2SftpUsersSftpUserId.Delete.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
514
|
+
/** Update an SFTPUser. */
|
|
515
|
+
export declare const sftpUserUpdateSftpUser: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2SftpUsersSftpUserId.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2SftpUsersSftpUserId.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2SftpUsersSftpUserId.Patch.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2SftpUsersSftpUserId.Patch.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2SftpUsersSftpUserId.Patch.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
516
|
+
/** Get all SFTPUsers for a Project. */
|
|
517
|
+
export declare const sftpUserListSftpUsers: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectProjectIdSftpUsers.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectProjectIdSftpUsers.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2ProjectProjectIdSftpUsers.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectProjectIdSftpUsers.Get.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectProjectIdSftpUsers.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
518
|
+
/** List all ApiTokens of the user */
|
|
519
|
+
export declare const signupApiApiTokenList: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2SignupTokenApi.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2SignupTokenApi.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2SignupTokenApi.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2SignupTokenApi.Get.Responses.$401.Content.ApplicationJson, 401, "application/json"> | Response<MittwaldAPIV2.Paths.V2SignupTokenApi.Get.Responses.$500.Content.ApplicationJson, 500, "application/json">>;
|
|
520
|
+
/** Store a new ApiToken */
|
|
521
|
+
export declare const signupApiApiTokenCreate: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2SignupTokenApi.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2SignupTokenApi.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2SignupTokenApi.Post.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2SignupTokenApi.Post.Responses.$201.Content.ApplicationJson, 201, "application/json"> | Response<MittwaldAPIV2.Paths.V2SignupTokenApi.Post.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2SignupTokenApi.Post.Responses.$401.Content.ApplicationJson, 401, "application/json"> | Response<MittwaldAPIV2.Paths.V2SignupTokenApi.Post.Responses.$500.Content.ApplicationJson, 500, "application/json">>;
|
|
522
|
+
/** Get a specific ApiToken */
|
|
523
|
+
export declare const signupApiApiTokenGet: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2SignupTokenApiApiTokenId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2SignupTokenApiApiTokenId.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2SignupTokenApiApiTokenId.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2SignupTokenApiApiTokenId.Get.Responses.$401.Content.ApplicationJson, 401, "application/json"> | Response<MittwaldAPIV2.Paths.V2SignupTokenApiApiTokenId.Get.Responses.$500.Content.ApplicationJson, 500, "application/json">>;
|
|
524
|
+
/** Update an existing `ApiToken` */
|
|
525
|
+
export declare const signupApiApiTokenEdit: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2SignupTokenApiApiTokenId.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2SignupTokenApiApiTokenId.Put.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2SignupTokenApiApiTokenId.Put.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2SignupTokenApiApiTokenId.Put.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2SignupTokenApiApiTokenId.Put.Responses.$401.Content.ApplicationJson, 401, "application/json"> | Response<MittwaldAPIV2.Paths.V2SignupTokenApiApiTokenId.Put.Responses.$500.Content.ApplicationJson, 500, "application/json">>;
|
|
526
|
+
/** Deletes an ApiToken */
|
|
527
|
+
export declare const signupApiApiTokenDelete: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2SignupTokenApiApiTokenId.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2SignupTokenApiApiTokenId.Delete.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2SignupTokenApiApiTokenId.Delete.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2SignupTokenApiApiTokenId.Delete.Responses.$401.Content.ApplicationJson, 401, "application/json"> | Response<MittwaldAPIV2.Paths.V2SignupTokenApiApiTokenId.Delete.Responses.$500.Content.ApplicationJson, 500, "application/json">>;
|
|
528
|
+
/** Authenticate yourself to get an access token. */
|
|
529
|
+
export declare const signupApiAuthenticate: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2SignupAuthentication.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2SignupAuthentication.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2SignupAuthentication.Post.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2SignupAuthentication.Post.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2SignupAuthentication.Post.Responses.$202.Content.ApplicationJson, 202, "application/json"> | Response<MittwaldAPIV2.Paths.V2SignupAuthentication.Post.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2SignupAuthentication.Post.Responses.$401.Content.ApplicationJson, 401, "application/json"> | Response<MittwaldAPIV2.Paths.V2SignupAuthentication.Post.Responses.$500.Content.ApplicationJson, 500, "application/json">>;
|
|
530
|
+
/** Authenticate yourself against your legacy account to migrate it with the '/registration'-Route */
|
|
531
|
+
export declare const signupApiAuthenticateLegacy: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2SignupAuthenticationLegacy.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2SignupAuthenticationLegacy.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2SignupAuthenticationLegacy.Post.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2SignupAuthenticationLegacy.Post.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2SignupAuthenticationLegacy.Post.Responses.$500.Content.ApplicationJson, 500, "application/json">>;
|
|
532
|
+
/** Validate your second factor. */
|
|
533
|
+
export declare const signupApiAuthenticateMfa: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2SignupAuthenticationMfa.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2SignupAuthenticationMfa.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2SignupAuthenticationMfa.Post.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2SignupAuthenticationMfa.Post.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2SignupAuthenticationMfa.Post.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2SignupAuthenticationMfa.Post.Responses.$408.Content.ApplicationJson, 408, "application/json"> | Response<MittwaldAPIV2.Paths.V2SignupAuthenticationMfa.Post.Responses.$500.Content.ApplicationJson, 500, "application/json">>;
|
|
534
|
+
/** Request a new avatar upload */
|
|
535
|
+
export declare const signupApiAvatarRequestUpload: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2SignupAvatar.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2SignupAvatar.Post.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2SignupAvatar.Post.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2SignupAvatar.Post.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2SignupAvatar.Post.Responses.$401.Content.ApplicationJson, 401, "application/json"> | Response<MittwaldAPIV2.Paths.V2SignupAvatar.Post.Responses.$500.Content.ApplicationJson, 500, "application/json">>;
|
|
536
|
+
/** Remove avatar */
|
|
537
|
+
export declare const signupApiAvatarRemove: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2SignupAvatar.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2SignupAvatar.Delete.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2SignupAvatar.Delete.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2SignupAvatar.Delete.Responses.$401.Content.ApplicationJson, 401, "application/json"> | Response<MittwaldAPIV2.Paths.V2SignupAvatar.Delete.Responses.$500.Content.ApplicationJson, 500, "application/json">>;
|
|
538
|
+
/** Get your primary verified email address */
|
|
539
|
+
export declare const signupApiEmailGet: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2SignupEmail.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2SignupEmail.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2SignupEmail.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2SignupEmail.Get.Responses.$401.Content.ApplicationJson, 401, "application/json"> | Response<MittwaldAPIV2.Paths.V2SignupEmail.Get.Responses.$500.Content.ApplicationJson, 500, "application/json">>;
|
|
540
|
+
/** Change your email */
|
|
541
|
+
export declare const signupApiEmailChange: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2SignupEmail.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2SignupEmail.Put.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2SignupEmail.Put.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2SignupEmail.Put.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2SignupEmail.Put.Responses.$401.Content.ApplicationJson, 401, "application/json"> | Response<MittwaldAPIV2.Paths.V2SignupEmail.Put.Responses.$500.Content.ApplicationJson, 500, "application/json">>;
|
|
542
|
+
/** Resend the email address verification email */
|
|
543
|
+
export declare const signupApiEmailResend: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2SignupEmailResend.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2SignupEmailResend.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2SignupEmailResend.Post.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2SignupEmailResend.Post.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2SignupEmailResend.Post.Responses.$500.Content.ApplicationJson, 500, "application/json">>;
|
|
544
|
+
/** Verify an added email address */
|
|
545
|
+
export declare const signupApiEmailVerify: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2SignupEmailVerify.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2SignupEmailVerify.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2SignupEmailVerify.Post.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2SignupEmailVerify.Post.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2SignupEmailVerify.Post.Responses.$401.Content.ApplicationJson, 401, "application/json"> | Response<MittwaldAPIV2.Paths.V2SignupEmailVerify.Post.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2SignupEmailVerify.Post.Responses.$500.Content.ApplicationJson, 500, "application/json">>;
|
|
546
|
+
/** Terminate session and invalidate access token */
|
|
547
|
+
export declare const signupApiLogout: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2SignupLogout.Put.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2SignupLogout.Put.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2SignupLogout.Put.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2SignupLogout.Put.Responses.$500.Content.ApplicationJson, 500, "application/json">>;
|
|
548
|
+
/** Confirm Multi Factor Authentication */
|
|
549
|
+
export declare const signupApiMfaConfirm: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2SignupMfaConfirm.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2SignupMfaConfirm.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2SignupMfaConfirm.Post.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2SignupMfaConfirm.Post.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2SignupMfaConfirm.Post.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2SignupMfaConfirm.Post.Responses.$401.Content.ApplicationJson, 401, "application/json"> | Response<MittwaldAPIV2.Paths.V2SignupMfaConfirm.Post.Responses.$500.Content.ApplicationJson, 500, "application/json">>;
|
|
550
|
+
/** Get your current multi factor auth status */
|
|
551
|
+
export declare const signupApiMfaGetStatus: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2SignupMfa.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2SignupMfa.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2SignupMfa.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2SignupMfa.Get.Responses.$401.Content.ApplicationJson, 401, "application/json"> | Response<MittwaldAPIV2.Paths.V2SignupMfa.Get.Responses.$500.Content.ApplicationJson, 500, "application/json">>;
|
|
552
|
+
/** Initialize Multi Factor Authentication. If successfull, it needs to be confirmed, before usage of mfa. */
|
|
553
|
+
export declare const signupApiMfaInit: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2SignupMfa.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2SignupMfa.Post.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2SignupMfa.Post.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2SignupMfa.Post.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2SignupMfa.Post.Responses.$401.Content.ApplicationJson, 401, "application/json"> | Response<MittwaldAPIV2.Paths.V2SignupMfa.Post.Responses.$500.Content.ApplicationJson, 500, "application/json">>;
|
|
554
|
+
/** Disable Multi Factor Authentication. */
|
|
555
|
+
export declare const signupApiMfaDisable: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2SignupMfa.Delete.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2SignupMfa.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2SignupMfa.Delete.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2SignupMfa.Delete.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2SignupMfa.Delete.Responses.$401.Content.ApplicationJson, 401, "application/json"> | Response<MittwaldAPIV2.Paths.V2SignupMfa.Delete.Responses.$500.Content.ApplicationJson, 500, "application/json">>;
|
|
556
|
+
/** Get timestamp of your latest password change */
|
|
557
|
+
export declare const signupApiPasswordGetUpdatedAt: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2SignupPassword.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2SignupPassword.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2SignupPassword.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2SignupPassword.Get.Responses.$401.Content.ApplicationJson, 401, "application/json"> | Response<MittwaldAPIV2.Paths.V2SignupPassword.Get.Responses.$500.Content.ApplicationJson, 500, "application/json">>;
|
|
558
|
+
/** Change your password */
|
|
559
|
+
export declare const signupApiPasswordChange: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2SignupPassword.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2SignupPassword.Put.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2SignupPassword.Put.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2SignupPassword.Put.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2SignupPassword.Put.Responses.$202.Content.ApplicationJson, 202, "application/json"> | Response<MittwaldAPIV2.Paths.V2SignupPassword.Put.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2SignupPassword.Put.Responses.$401.Content.ApplicationJson, 401, "application/json"> | Response<MittwaldAPIV2.Paths.V2SignupPassword.Put.Responses.$500.Content.ApplicationJson, 500, "application/json">>;
|
|
560
|
+
/** Confirm password reset */
|
|
561
|
+
export declare const signupApiPasswordResetConfirm: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2SignupPasswordResetConfirm.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2SignupPasswordResetConfirm.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2SignupPasswordResetConfirm.Post.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2SignupPasswordResetConfirm.Post.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2SignupPasswordResetConfirm.Post.Responses.$500.Content.ApplicationJson, 500, "application/json">>;
|
|
562
|
+
/** Initialize password reset process */
|
|
563
|
+
export declare const signupApiPasswordResetInit: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2SignupPasswordReset.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2SignupPasswordReset.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2SignupPasswordReset.Post.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2SignupPasswordReset.Post.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2SignupPasswordReset.Post.Responses.$500.Content.ApplicationJson, 500, "application/json">>;
|
|
564
|
+
/** Get current phone number */
|
|
565
|
+
export declare const signupApiPhoneNumberGet: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2SignupPhone.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2SignupPhone.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2SignupPhone.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2SignupPhone.Get.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2SignupPhone.Get.Responses.$401.Content.ApplicationJson, 401, "application/json"> | Response<MittwaldAPIV2.Paths.V2SignupPhone.Get.Responses.$500.Content.ApplicationJson, 500, "application/json">>;
|
|
566
|
+
/** Initialize phone number process */
|
|
567
|
+
export declare const signupApiPhoneNumberInitProcess: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2SignupPhone.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2SignupPhone.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2SignupPhone.Post.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2SignupPhone.Post.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2SignupPhone.Post.Responses.$401.Content.ApplicationJson, 401, "application/json"> | Response<MittwaldAPIV2.Paths.V2SignupPhone.Post.Responses.$500.Content.ApplicationJson, 500, "application/json">>;
|
|
568
|
+
/** Deletes phone number */
|
|
569
|
+
export declare const signupApiPhoneNumberDelete: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2SignupPhone.Delete.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2SignupPhone.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2SignupPhone.Delete.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2SignupPhone.Delete.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2SignupPhone.Delete.Responses.$401.Content.ApplicationJson, 401, "application/json"> | Response<MittwaldAPIV2.Paths.V2SignupPhone.Delete.Responses.$500.Content.ApplicationJson, 500, "application/json">>;
|
|
570
|
+
/** Initialize phone number process */
|
|
571
|
+
export declare const signupApiPhoneNumberVerify: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2SignupPhoneVerify.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2SignupPhoneVerify.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2SignupPhoneVerify.Post.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2SignupPhoneVerify.Post.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2SignupPhoneVerify.Post.Responses.$401.Content.ApplicationJson, 401, "application/json"> | Response<MittwaldAPIV2.Paths.V2SignupPhoneVerify.Post.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2SignupPhoneVerify.Post.Responses.$500.Content.ApplicationJson, 500, "application/json">>;
|
|
572
|
+
/** Get your profile information */
|
|
573
|
+
export declare const signupApiProfileGet: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2SignupProfile.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2SignupProfile.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2SignupProfile.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2SignupProfile.Get.Responses.$401.Content.ApplicationJson, 401, "application/json"> | Response<MittwaldAPIV2.Paths.V2SignupProfile.Get.Responses.$500.Content.ApplicationJson, 500, "application/json">>;
|
|
574
|
+
/** Change your profile information */
|
|
575
|
+
export declare const signupApiProfileChange: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2SignupProfile.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2SignupProfile.Put.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2SignupProfile.Put.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2SignupProfile.Put.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2SignupProfile.Put.Responses.$401.Content.ApplicationJson, 401, "application/json"> | Response<MittwaldAPIV2.Paths.V2SignupProfile.Put.Responses.$500.Content.ApplicationJson, 500, "application/json">>;
|
|
576
|
+
/** Delete your profile and all your personal data */
|
|
577
|
+
export declare const signupApiProfileDelete: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2SignupProfile.Delete.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2SignupProfile.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2SignupProfile.Delete.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2SignupProfile.Delete.Responses.$202.Content.ApplicationJson, 202, "application/json"> | Response<MittwaldAPIV2.Paths.V2SignupProfile.Delete.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2SignupProfile.Delete.Responses.$401.Content.ApplicationJson, 401, "application/json"> | Response<MittwaldAPIV2.Paths.V2SignupProfile.Delete.Responses.$403.Content.ApplicationJson, 403, "application/json"> | Response<MittwaldAPIV2.Paths.V2SignupProfile.Delete.Responses.$500.Content.ApplicationJson, 500, "application/json">>;
|
|
578
|
+
/** Reset Recovery-Codes for MFA */
|
|
579
|
+
export declare const signupApiRecoverycodesReset: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2SignupMfaResetRecoverycodes.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2SignupMfaResetRecoverycodes.Put.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2SignupMfaResetRecoverycodes.Put.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2SignupMfaResetRecoverycodes.Put.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2SignupMfaResetRecoverycodes.Put.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2SignupMfaResetRecoverycodes.Put.Responses.$401.Content.ApplicationJson, 401, "application/json"> | Response<MittwaldAPIV2.Paths.V2SignupMfaResetRecoverycodes.Put.Responses.$500.Content.ApplicationJson, 500, "application/json">>;
|
|
580
|
+
/** Register with email and password.
|
|
581
|
+
*/
|
|
582
|
+
export declare const signupApiRegister: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2SignupRegistration.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2SignupRegistration.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2SignupRegistration.Post.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2SignupRegistration.Post.Responses.$201.Content.ApplicationJson, 201, "application/json"> | Response<MittwaldAPIV2.Paths.V2SignupRegistration.Post.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2SignupRegistration.Post.Responses.$408.Content.ApplicationJson, 408, "application/json"> | Response<MittwaldAPIV2.Paths.V2SignupRegistration.Post.Responses.$500.Content.ApplicationJson, 500, "application/json">>;
|
|
583
|
+
/** Verify your registration */
|
|
584
|
+
export declare const signupApiRegistrationVerify: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2SignupRegistrationVerification.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2SignupRegistrationVerification.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2SignupRegistrationVerification.Post.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2SignupRegistrationVerification.Post.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2SignupRegistrationVerification.Post.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2SignupRegistrationVerification.Post.Responses.$500.Content.ApplicationJson, 500, "application/json">>;
|
|
585
|
+
/** Get a specific session of an authorized user */
|
|
586
|
+
export declare const signupApiSessionGet: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2SignupSessionsTokenId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2SignupSessionsTokenId.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2SignupSessionsTokenId.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2SignupSessionsTokenId.Get.Responses.$401.Content.ApplicationJson, 401, "application/json"> | Response<MittwaldAPIV2.Paths.V2SignupSessionsTokenId.Get.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2SignupSessionsTokenId.Get.Responses.$500.Content.ApplicationJson, 500, "application/json">>;
|
|
587
|
+
/** Terminate a specific session of an authorized user */
|
|
588
|
+
export declare const signupApiSessionTerminate: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2SignupSessionsTokenId.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2SignupSessionsTokenId.Delete.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2SignupSessionsTokenId.Delete.Responses.$401.Content.ApplicationJson, 401, "application/json"> | Response<MittwaldAPIV2.Paths.V2SignupSessionsTokenId.Delete.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2SignupSessionsTokenId.Delete.Responses.$500.Content.ApplicationJson, 500, "application/json">>;
|
|
589
|
+
/** List all active sessions of authorized user */
|
|
590
|
+
export declare const signupApiSessionsList: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2SignupSessions.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2SignupSessions.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2SignupSessions.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2SignupSessions.Get.Responses.$401.Content.ApplicationJson, 401, "application/json"> | Response<MittwaldAPIV2.Paths.V2SignupSessions.Get.Responses.$500.Content.ApplicationJson, 500, "application/json">>;
|
|
591
|
+
/** Terminate all session of an authorized user, except his current session */
|
|
592
|
+
export declare const signupApiSessionsTerminateAll: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2SignupSessions.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2SignupSessions.Delete.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2SignupSessions.Delete.Responses.$401.Content.ApplicationJson, 401, "application/json"> | Response<MittwaldAPIV2.Paths.V2SignupSessions.Delete.Responses.$500.Content.ApplicationJson, 500, "application/json">>;
|
|
593
|
+
/** Get your stored ssh keys */
|
|
594
|
+
export declare const signupApiSshList: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2SignupSsh.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2SignupSsh.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2SignupSsh.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2SignupSsh.Get.Responses.$401.Content.ApplicationJson, 401, "application/json"> | Response<MittwaldAPIV2.Paths.V2SignupSsh.Get.Responses.$500.Content.ApplicationJson, 500, "application/json">>;
|
|
595
|
+
/** Store a new SSH key */
|
|
596
|
+
export declare const signupApiSshCreate: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2SignupSsh.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2SignupSsh.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2SignupSsh.Post.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2SignupSsh.Post.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2SignupSsh.Post.Responses.$401.Content.ApplicationJson, 401, "application/json"> | Response<MittwaldAPIV2.Paths.V2SignupSsh.Post.Responses.$500.Content.ApplicationJson, 500, "application/json">>;
|
|
597
|
+
/** Get your stored ssh keys */
|
|
598
|
+
export declare const signupApiSshGet: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2SignupSshSshKeyId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2SignupSshSshKeyId.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2SignupSshSshKeyId.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2SignupSshSshKeyId.Get.Responses.$401.Content.ApplicationJson, 401, "application/json"> | Response<MittwaldAPIV2.Paths.V2SignupSshSshKeyId.Get.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2SignupSshSshKeyId.Get.Responses.$500.Content.ApplicationJson, 500, "application/json">>;
|
|
599
|
+
/** Edit an existing SSH key */
|
|
600
|
+
export declare const signupApiSshEdit: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2SignupSshSshKeyId.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2SignupSshSshKeyId.Put.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2SignupSshSshKeyId.Put.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2SignupSshSshKeyId.Put.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2SignupSshSshKeyId.Put.Responses.$401.Content.ApplicationJson, 401, "application/json"> | Response<MittwaldAPIV2.Paths.V2SignupSshSshKeyId.Put.Responses.$500.Content.ApplicationJson, 500, "application/json">>;
|
|
601
|
+
/** Remove an existing SSH Key */
|
|
602
|
+
export declare const signupApiSshDelete: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2SignupSshSshKeyId.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2SignupSshSshKeyId.Delete.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2SignupSshSshKeyId.Delete.Responses.$401.Content.ApplicationJson, 401, "application/json"> | Response<MittwaldAPIV2.Paths.V2SignupSshSshKeyId.Delete.Responses.$500.Content.ApplicationJson, 500, "application/json">>;
|
|
603
|
+
/** request a support code */
|
|
604
|
+
export declare const signupApiSupportCodeRequest: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2SignupSupportcode.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2SignupSupportcode.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2SignupSupportcode.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2SignupSupportcode.Get.Responses.$500.Content.ApplicationJson, 500, "application/json">>;
|
|
605
|
+
/** Check, if the current access token is valid */
|
|
606
|
+
export declare const signupApiTokenCheck: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2SignupTokenCheck.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2SignupTokenCheck.Post.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2SignupTokenCheck.Post.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2SignupTokenCheck.Post.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2SignupTokenCheck.Post.Responses.$401.Content.ApplicationJson, 401, "application/json"> | Response<MittwaldAPIV2.Paths.V2SignupTokenCheck.Post.Responses.$500.Content.ApplicationJson, 500, "application/json">>;
|
|
607
|
+
/** Get all SSHUsers for a Project. */
|
|
608
|
+
export declare const sshUserListSshUsers: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdSshUsers.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdSshUsers.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdSshUsers.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdSshUsers.Get.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdSshUsers.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
609
|
+
/** Create an SSHUser for a Project. */
|
|
610
|
+
export declare const sshUserCreateSshUser: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdSshUsers.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdSshUsers.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdSshUsers.Post.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdSshUsers.Post.Responses.$201.Content.ApplicationJson, 201, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdSshUsers.Post.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdSshUsers.Post.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
611
|
+
/** Get an SSHUser. */
|
|
612
|
+
export declare const sshUserGetSshUser: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2SshUsersSshUserId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2SshUsersSshUserId.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2SshUsersSshUserId.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2SshUsersSshUserId.Get.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2SshUsersSshUserId.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
613
|
+
/** Delete an SSHUser. */
|
|
614
|
+
export declare const sshUserDeleteSshUser: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2SshUsersSshUserId.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2SshUsersSshUserId.Delete.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2SshUsersSshUserId.Delete.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
615
|
+
/** Update an SSHUser. */
|
|
616
|
+
export declare const sshUserUpdateSshUser: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2SshusersSshUserId.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2SshusersSshUserId.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2SshusersSshUserId.Patch.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2SshusersSshUserId.Patch.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2SshusersSshUserId.Patch.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
617
|
+
/** Request a new avatar upload */
|
|
618
|
+
export declare const userServiceAvatarRequestUpload: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2UserUserIdAvatar.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2UserUserIdAvatar.Post.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2UserUserIdAvatar.Post.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2UserUserIdAvatar.Post.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2UserUserIdAvatar.Post.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
619
|
+
/** Remove avatar */
|
|
620
|
+
export declare const userServiceAvatarRemove: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2UserUserIdAvatar.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2UserUserIdAvatar.Delete.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2UserUserIdAvatar.Delete.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2UserUserIdAvatar.Delete.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
621
|
+
/** Returns your given feedback. */
|
|
622
|
+
export declare const userServiceFeedbackList: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2UserFeedback.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2UserFeedback.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2UserFeedback.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2UserFeedback.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
623
|
+
/** */
|
|
624
|
+
export declare const userServiceFeedbackCreate: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2UserFeedback.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2UserFeedback.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2UserFeedback.Post.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2UserFeedback.Post.Responses.$201.Content.ApplicationJson, 201, "application/json"> | Response<MittwaldAPIV2.Paths.V2UserFeedback.Post.Responses.$401.Content.ApplicationJson, 401, "application/json"> | Response<MittwaldAPIV2.Paths.V2UserFeedback.Post.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2UserFeedback.Post.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
625
|
+
/** create a new issue */
|
|
626
|
+
export declare const userServiceIssueNew: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2UserIssues.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2UserIssues.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2UserIssues.Post.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2UserIssues.Post.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
627
|
+
/** Get profile information for the specified user */
|
|
628
|
+
export declare const userServiceUserGet: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2UserUserId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2UserUserId.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2UserUserId.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2UserUserId.Get.Responses.$403.Content.ApplicationJson, 403, "application/json"> | Response<MittwaldAPIV2.Paths.V2UserUserId.Get.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2UserUserId.Get.Responses.$412.Content.ApplicationJson, 412, "application/json"> | Response<MittwaldAPIV2.Paths.V2UserUserId.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
629
|
+
/** Change your personal information */
|
|
630
|
+
export declare const userServicePersonalInformationUpdate: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2UserUserId.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2UserUserId.Put.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2UserUserId.Put.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2UserUserId.Put.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2UserUserId.Put.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
631
|
+
/** Get personalized settings for the specified user */
|
|
632
|
+
export declare const userServicePersonalizedSettingsGet: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2UserSettings.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2UserSettings.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2UserSettings.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2UserSettings.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
633
|
+
/** update personalized settings */
|
|
634
|
+
export declare const userServicePersonalizedSettingsUpdate: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2UserSettings.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2UserSettings.Put.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2UserSettings.Put.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2UserSettings.Put.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2UserSettings.Put.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
635
|
+
/** Add phone number and init verification process */
|
|
636
|
+
export declare const userServicePhoneNumberAdd: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2UserUserIdPhone.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2UserUserIdPhone.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2UserUserIdPhone.Post.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2UserUserIdPhone.Post.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2UserUserIdPhone.Post.Responses.$409.Content.ApplicationJson, 409, "application/json"> | Response<MittwaldAPIV2.Paths.V2UserUserIdPhone.Post.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
637
|
+
/** Deletes phone number */
|
|
638
|
+
export declare const userServicePhoneNumberRemove: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2UserUserIdPhone.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2UserUserIdPhone.Delete.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2UserUserIdPhone.Delete.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2UserUserIdPhone.Delete.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
639
|
+
/** Verify phone number */
|
|
640
|
+
export declare const userServicePhoneNumberVerify: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2UserUserIdPhoneVerify.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2UserUserIdPhoneVerify.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2UserUserIdPhoneVerify.Post.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2UserUserIdPhoneVerify.Post.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2UserUserIdPhoneVerify.Post.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2UserUserIdPhoneVerify.Post.Responses.$409.Content.ApplicationJson, 409, "application/json"> | Response<MittwaldAPIV2.Paths.V2UserUserIdPhoneVerify.Post.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
641
|
+
/** Get profile information for the specified user */
|
|
642
|
+
export declare const userServiceUserGetOwn: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2User.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2User.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2User.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2User.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
|
|
643
|
+
/** List all available validators. */
|
|
644
|
+
export declare const varnishServiceListValidators: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2VarnishConfigValidate.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2VarnishConfigValidate.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2VarnishConfigValidate.Get.Responses.$200.Content.ApplicationJson, 200, "application/json">>;
|
|
645
|
+
/** validate a set of config files with a named validator against a specific version */
|
|
646
|
+
export declare const varnishServiceValidate: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2VarnishConfigValidate.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2VarnishConfigValidate.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2VarnishConfigValidate.Post.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2VarnishConfigValidate.Post.Responses.$200.Content.ApplicationJson, 200, "application/json">>;
|