@mittwald/api-client 2.0.18 → 2.0.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/generated/v2/client.d.ts +102 -70
- package/dist/cjs/generated/v2/client.js +20 -20
- package/dist/cjs/generated/v2/descriptors.d.ts +20 -20
- package/dist/cjs/generated/v2/descriptors.js +32 -32
- package/dist/cjs/generated/v2/types.d.ts +87 -69
- package/dist/esm/generated/v2/client.d.ts +102 -70
- package/dist/esm/generated/v2/client.js +20 -20
- package/dist/esm/generated/v2/descriptors.d.ts +20 -20
- package/dist/esm/generated/v2/descriptors.js +28 -28
- package/dist/esm/generated/v2/types.d.ts +87 -69
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
|
@@ -55,11 +55,11 @@ export declare const articleListArticles: OpenAPIOperation<RequestType<Simplify<
|
|
|
55
55
|
export declare const backupCreateProjectBackupExport: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupIdExport.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupIdExport.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupIdExport.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupIdExport.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupIdExport.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupIdExport.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupIdExport.Post.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupIdExport.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupIdExport.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
56
56
|
/** Delete a ProjectBackupExport. */
|
|
57
57
|
export declare const backupDeleteProjectBackupExport: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupIdExport.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupIdExport.Delete.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupIdExport.Delete.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupIdExport.Delete.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupIdExport.Delete.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupIdExport.Delete.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupIdExport.Delete.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
58
|
-
/** List BackupSchedules belonging to a
|
|
58
|
+
/** List BackupSchedules belonging to a Project. */
|
|
59
59
|
export declare const backupListProjectBackupSchedules: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdBackupSchedules.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdBackupSchedules.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdBackupSchedules.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdBackupSchedules.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdBackupSchedules.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
60
60
|
/** Create a BackupSchedule for a Project. */
|
|
61
61
|
export declare const backupCreateProjectBackupSchedule: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdBackupSchedules.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdBackupSchedules.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdBackupSchedules.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdBackupSchedules.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdBackupSchedules.Post.Responses.$201.Content.ApplicationJson>, 201, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdBackupSchedules.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdBackupSchedules.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdBackupSchedules.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
62
|
-
/** List Backups
|
|
62
|
+
/** List Backups belonging to a Project. */
|
|
63
63
|
export declare const backupListProjectBackups: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdBackups.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdBackups.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdBackups.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdBackups.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdBackups.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
64
64
|
/** Create a Backup of a Project. */
|
|
65
65
|
export declare const backupCreateProjectBackup: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdBackups.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdBackups.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdBackups.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdBackups.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdBackups.Post.Responses.$201.Content.ApplicationJson>, 201, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdBackups.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdBackups.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdBackups.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
@@ -185,13 +185,13 @@ export declare const customerGetCustomerTokenInvite: OpenAPIOperation<RequestTyp
|
|
|
185
185
|
export declare const customerIsCustomerLegallyCompetent: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdLegallyCompetent.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdLegallyCompetent.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdLegallyCompetent.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdLegallyCompetent.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdLegallyCompetent.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdLegallyCompetent.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdLegallyCompetent.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
186
186
|
/** Leave a Customer. */
|
|
187
187
|
export declare const customerLeaveCustomer: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2CustomerCustomerIdActionsLeave.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2CustomerCustomerIdActionsLeave.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomerCustomerIdActionsLeave.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2CustomerCustomerIdActionsLeave.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2CustomerCustomerIdActionsLeave.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomerCustomerIdActionsLeave.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
188
|
-
/** List
|
|
188
|
+
/** List CustomerInvites belonging to the executing user. */
|
|
189
189
|
export declare const customerListCustomerInvites: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2CustomerInvites.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomerInvites.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2CustomerInvites.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2CustomerInvites.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomerInvites.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomerInvites.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
190
|
-
/** List
|
|
190
|
+
/** List CustomerMemberships belonging to the executing user. */
|
|
191
191
|
export declare const customerListCustomerMemberships: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2CustomerMemberships.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomerMemberships.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2CustomerMemberships.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2CustomerMemberships.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomerMemberships.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomerMemberships.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
192
|
-
/** List
|
|
192
|
+
/** List Invites belonging to a Customer. */
|
|
193
193
|
export declare const customerListInvitesForCustomer: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdInvites.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdInvites.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdInvites.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdInvites.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdInvites.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdInvites.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
194
|
-
/** List
|
|
194
|
+
/** List Memberships belonging to a Customer. */
|
|
195
195
|
export declare const customerListMembershipsForCustomer: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdMemberships.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdMemberships.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdMemberships.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdMemberships.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdMemberships.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdMemberships.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
196
196
|
/** Request a new avatar upload for the customer profile. */
|
|
197
197
|
export declare const customerRequestAvatarUpload: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdAvatar.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdAvatar.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdAvatar.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdAvatar.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdAvatar.Post.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdAvatar.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdAvatar.Post.Responses.$401.Content.ApplicationJson>, 401, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdAvatar.Post.Responses.$500.Content.ApplicationJson>, 500, "application/json">>;
|
|
@@ -203,11 +203,11 @@ export declare const customerResendCustomerInviteMail: OpenAPIOperation<RequestT
|
|
|
203
203
|
export declare const databaseListMysqlDatabases: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMysqlDatabases.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMysqlDatabases.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMysqlDatabases.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMysqlDatabases.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMysqlDatabases.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMysqlDatabases.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMysqlDatabases.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
204
204
|
/** Create a MySQLDatabase with a MySQLUser. */
|
|
205
205
|
export declare const databaseCreateMysqlDatabase: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMysqlDatabases.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMysqlDatabases.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMysqlDatabases.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMysqlDatabases.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMysqlDatabases.Post.Responses.$201.Content.ApplicationJson>, 201, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMysqlDatabases.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMysqlDatabases.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMysqlDatabases.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
206
|
-
/** List MySQLUsers belonging to a
|
|
206
|
+
/** List MySQLUsers belonging to a Database. */
|
|
207
207
|
export declare const databaseListMysqlUsers: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesDatabaseIdUsers.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesDatabaseIdUsers.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesDatabaseIdUsers.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesDatabaseIdUsers.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesDatabaseIdUsers.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesDatabaseIdUsers.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesDatabaseIdUsers.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
208
208
|
/** Create a MySQLUser. */
|
|
209
209
|
export declare const databaseCreateMysqlUser: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesDatabaseIdUsers.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesDatabaseIdUsers.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesDatabaseIdUsers.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesDatabaseIdUsers.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesDatabaseIdUsers.Post.Responses.$201.Content.ApplicationJson>, 201, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesDatabaseIdUsers.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesDatabaseIdUsers.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesDatabaseIdUsers.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
210
|
-
/** List RedisDatabases belonging to a
|
|
210
|
+
/** List RedisDatabases belonging to a Project. */
|
|
211
211
|
export declare const databaseListRedisDatabases: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdRedisDatabases.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdRedisDatabases.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdRedisDatabases.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdRedisDatabases.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdRedisDatabases.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdRedisDatabases.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdRedisDatabases.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
212
212
|
/** Create a RedisDatabase. */
|
|
213
213
|
export declare const databaseCreateRedisDatabase: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdRedisDatabases.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdRedisDatabases.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdRedisDatabases.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdRedisDatabases.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdRedisDatabases.Post.Responses.$201.Content.ApplicationJson>, 201, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdRedisDatabases.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdRedisDatabases.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdRedisDatabases.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
@@ -233,9 +233,9 @@ export declare const databaseEnableMysqlUser: OpenAPIOperation<RequestType<Simpl
|
|
|
233
233
|
export declare const databaseGetMysqlUserPhpMyAdminUrl: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2MysqlUsersIdPhpMyAdminUrl.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2MysqlUsersIdPhpMyAdminUrl.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2MysqlUsersIdPhpMyAdminUrl.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2MysqlUsersIdPhpMyAdminUrl.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MysqlUsersIdPhpMyAdminUrl.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MysqlUsersIdPhpMyAdminUrl.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MysqlUsersIdPhpMyAdminUrl.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
234
234
|
/** List available MySQL character sets and collations, optionally filtered by a MySQLVersion. */
|
|
235
235
|
export declare const databaseListMysqlCharsets: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2MysqlCharsets.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2MysqlCharsets.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2MysqlCharsets.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2MysqlCharsets.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MysqlCharsets.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MysqlCharsets.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MysqlCharsets.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
236
|
-
/** List
|
|
236
|
+
/** List MySQLVersions. */
|
|
237
237
|
export declare const databaseListMysqlVersions: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2MysqlVersions.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2MysqlVersions.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2MysqlVersions.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2MysqlVersions.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MysqlVersions.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MysqlVersions.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MysqlVersions.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
238
|
-
/** List
|
|
238
|
+
/** List RedisVersions. */
|
|
239
239
|
export declare const databaseListRedisVersions: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2RedisVersions.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2RedisVersions.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2RedisVersions.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2RedisVersions.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2RedisVersions.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2RedisVersions.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2RedisVersions.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
240
240
|
/** Update a MySQLDatabase's default character settings. */
|
|
241
241
|
export declare const databaseUpdateMysqlDatabaseDefaultCharset: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesIdDefaultCharset.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesIdDefaultCharset.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesIdDefaultCharset.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesIdDefaultCharset.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesIdDefaultCharset.Patch.Responses.$200.Content.Empty>, 200, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesIdDefaultCharset.Patch.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesIdDefaultCharset.Patch.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesIdDefaultCharset.Patch.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
@@ -293,14 +293,10 @@ export declare const domainGetScreenshotForDomain: OpenAPIOperation<RequestType<
|
|
|
293
293
|
export declare const domainGetSpecificDomainOwnership: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2DomainOwnershipsDomainOwnershipId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DomainOwnershipsDomainOwnershipId.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2DomainOwnershipsDomainOwnershipId.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2DomainOwnershipsDomainOwnershipId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainOwnershipsDomainOwnershipId.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainOwnershipsDomainOwnershipId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainOwnershipsDomainOwnershipId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
294
294
|
/** Verify a domain ownership. */
|
|
295
295
|
export declare const domainVerifyDomainOwnership: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2DomainOwnershipsDomainOwnershipId.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2DomainOwnershipsDomainOwnershipId.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DomainOwnershipsDomainOwnershipId.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2DomainOwnershipsDomainOwnershipId.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2DomainOwnershipsDomainOwnershipId.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainOwnershipsDomainOwnershipId.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainOwnershipsDomainOwnershipId.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainOwnershipsDomainOwnershipId.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
296
|
-
/** Get a toplevel domain. */
|
|
297
|
-
export declare const domainGetToplevelDomain: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ToplevelDomainsTld.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ToplevelDomainsTld.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ToplevelDomainsTld.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ToplevelDomainsTld.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ToplevelDomainsTld.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ToplevelDomainsTld.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ToplevelDomainsTld.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
298
296
|
/** List all domain ownerships of a project. */
|
|
299
297
|
export declare const domainListDomainOwnerships: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDomainOwnerships.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDomainOwnerships.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDomainOwnerships.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDomainOwnerships.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDomainOwnerships.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDomainOwnerships.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
300
298
|
/** List Domains belonging to a Project. */
|
|
301
299
|
export declare const domainListDomains: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDomains.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDomains.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDomains.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDomains.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDomains.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDomains.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
302
|
-
/** List all supported toplevel domains. */
|
|
303
|
-
export declare const domainListToplevelDomains: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ToplevelDomains.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ToplevelDomains.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ToplevelDomains.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ToplevelDomains.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ToplevelDomains.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ToplevelDomains.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
304
300
|
/** Resend a domain email. */
|
|
305
301
|
export declare const domainResendDomainEmail: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdActionsResendEmail.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdActionsResendEmail.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdActionsResendEmail.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdActionsResendEmail.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdActionsResendEmail.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdActionsResendEmail.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdActionsResendEmail.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdActionsResendEmail.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
306
302
|
/** Create a File. */
|
|
@@ -439,7 +435,7 @@ export declare const projectDeleteProject: OpenAPIOperation<RequestType<Simplify
|
|
|
439
435
|
export declare const projectRequestServerAvatarUpload: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ServersServerIdAvatar.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ServersServerIdAvatar.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ServersServerIdAvatar.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdAvatar.Post.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdAvatar.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdAvatar.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
440
436
|
/** Delete a Server's avatar. */
|
|
441
437
|
export declare const projectDeleteServerAvatar: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ServersServerIdAvatar.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ServersServerIdAvatar.Delete.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ServersServerIdAvatar.Delete.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdAvatar.Delete.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdAvatar.Delete.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdAvatar.Delete.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
442
|
-
/** List
|
|
438
|
+
/** List directories belonging to a Project. */
|
|
443
439
|
export declare const projectFileSystemGetDirectories: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemDirectories.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemDirectories.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemDirectories.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemDirectories.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemDirectories.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemDirectories.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemDirectories.Get.Responses.$503.Content.ApplicationJson>, 503, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemDirectories.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
444
440
|
/** Get a Project directory filesystem usage. */
|
|
445
441
|
export declare const projectFileSystemGetDiskUsage: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemUsagesDisk.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemUsagesDisk.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemUsagesDisk.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemUsagesDisk.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemUsagesDisk.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemUsagesDisk.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemUsagesDisk.Get.Responses.$503.Content.ApplicationJson>, 503, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemUsagesDisk.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
@@ -459,17 +455,17 @@ export declare const projectGetSelfMembershipForProject: OpenAPIOperation<Reques
|
|
|
459
455
|
export declare const projectGetServer: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ServersServerId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ServersServerId.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ServersServerId.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
460
456
|
/** Leave a Project. */
|
|
461
457
|
export declare const projectLeaveProject: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdLeave.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdLeave.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdLeave.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdLeave.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdLeave.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdLeave.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
462
|
-
/** List
|
|
458
|
+
/** List Invites belonging to a Project. */
|
|
463
459
|
export declare const projectListInvitesForProject: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdInvites.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdInvites.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdInvites.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdInvites.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdInvites.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdInvites.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
464
|
-
/** List
|
|
460
|
+
/** List Memberships belonging to a Project. */
|
|
465
461
|
export declare const projectListMembershipsForProject: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMemberships.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMemberships.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMemberships.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMemberships.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMemberships.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMemberships.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
466
|
-
/** List
|
|
462
|
+
/** List ProjectInvites belonging to the executing user. */
|
|
467
463
|
export declare const projectListProjectInvites: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectInvites.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectInvites.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectInvites.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectInvites.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectInvites.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectInvites.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
468
464
|
/** List ProjectMemberships belonging to the executing user. */
|
|
469
465
|
export declare const projectListProjectMemberships: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectMemberships.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectMemberships.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectMemberships.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectMemberships.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectMemberships.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectMemberships.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
470
|
-
/** List
|
|
466
|
+
/** List Projects belonging to the executing user. */
|
|
471
467
|
export declare const projectListProjects: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2Projects.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2Projects.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2Projects.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2Projects.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Projects.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Projects.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
472
|
-
/** List Servers
|
|
468
|
+
/** List Servers belonging to the executing user. */
|
|
473
469
|
export declare const projectListServers: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2Servers.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2Servers.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2Servers.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2Servers.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Servers.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Servers.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
474
470
|
/** Resend the mail for a ProjectInvite. */
|
|
475
471
|
export declare const projectResendProjectInviteMail: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesInviteIdActionsResend.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesInviteIdActionsResend.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesInviteIdActionsResend.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesInviteIdActionsResend.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesInviteIdActionsResend.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesInviteIdActionsResend.Post.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesInviteIdActionsResend.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
@@ -599,3 +595,7 @@ export declare const userVerifyEmail: OpenAPIOperation<RequestType<Simplify<Mitt
|
|
|
599
595
|
export declare const userVerifyPhoneNumber: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2UsersUserIdPhoneVerify.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2UsersUserIdPhoneVerify.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2UsersUserIdPhoneVerify.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2UsersUserIdPhoneVerify.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2UsersUserIdPhoneVerify.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersUserIdPhoneVerify.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersUserIdPhoneVerify.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersUserIdPhoneVerify.Post.Responses.$409.Content.ApplicationJson>, 409, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersUserIdPhoneVerify.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
600
596
|
/** Verify your registration. */
|
|
601
597
|
export declare const userVerifyRegistration: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2VerifyRegistration.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2VerifyRegistration.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2VerifyRegistration.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2VerifyRegistration.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2VerifyRegistration.Post.Responses.$200.Content.Empty>, 200, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2VerifyRegistration.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2VerifyRegistration.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2VerifyRegistration.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
598
|
+
/** updates srv-records for a specific zone */
|
|
599
|
+
export declare const dnsRecordSrvSet: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2DnsZonesZoneIdRecordsetSrv.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2DnsZonesZoneIdRecordsetSrv.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DnsZonesZoneIdRecordsetSrv.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2DnsZonesZoneIdRecordsetSrv.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2DnsZonesZoneIdRecordsetSrv.Patch.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2DnsZonesZoneIdRecordsetSrv.Patch.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DnsZonesZoneIdRecordsetSrv.Patch.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
600
|
+
/** creates a sub zone for a given dns zone */
|
|
601
|
+
export declare const dnsSubZoneCreate: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2DnsZones.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2DnsZones.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DnsZones.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2DnsZones.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2DnsZones.Post.Responses.$201.Content.ApplicationJson>, 201, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DnsZones.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DnsZones.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
@@ -154,7 +154,7 @@ export const backupDeleteProjectBackupExport = {
|
|
|
154
154
|
method: "DELETE",
|
|
155
155
|
operationId: "backup-delete-project-backup-export",
|
|
156
156
|
};
|
|
157
|
-
/** List BackupSchedules belonging to a
|
|
157
|
+
/** List BackupSchedules belonging to a Project. */
|
|
158
158
|
export const backupListProjectBackupSchedules = {
|
|
159
159
|
path: "/v2/projects/{projectId}/backup-schedules",
|
|
160
160
|
method: "GET",
|
|
@@ -166,7 +166,7 @@ export const backupCreateProjectBackupSchedule = {
|
|
|
166
166
|
method: "POST",
|
|
167
167
|
operationId: "backup-create-project-backup-schedule",
|
|
168
168
|
};
|
|
169
|
-
/** List Backups
|
|
169
|
+
/** List Backups belonging to a Project. */
|
|
170
170
|
export const backupListProjectBackups = {
|
|
171
171
|
path: "/v2/projects/{projectId}/backups",
|
|
172
172
|
method: "GET",
|
|
@@ -544,25 +544,25 @@ export const customerLeaveCustomer = {
|
|
|
544
544
|
method: "POST",
|
|
545
545
|
operationId: "customer-leave-customer",
|
|
546
546
|
};
|
|
547
|
-
/** List
|
|
547
|
+
/** List CustomerInvites belonging to the executing user. */
|
|
548
548
|
export const customerListCustomerInvites = {
|
|
549
549
|
path: "/v2/customer-invites",
|
|
550
550
|
method: "GET",
|
|
551
551
|
operationId: "customer-list-customer-invites",
|
|
552
552
|
};
|
|
553
|
-
/** List
|
|
553
|
+
/** List CustomerMemberships belonging to the executing user. */
|
|
554
554
|
export const customerListCustomerMemberships = {
|
|
555
555
|
path: "/v2/customer-memberships",
|
|
556
556
|
method: "GET",
|
|
557
557
|
operationId: "customer-list-customer-memberships",
|
|
558
558
|
};
|
|
559
|
-
/** List
|
|
559
|
+
/** List Invites belonging to a Customer. */
|
|
560
560
|
export const customerListInvitesForCustomer = {
|
|
561
561
|
path: "/v2/customers/{customerId}/invites",
|
|
562
562
|
method: "GET",
|
|
563
563
|
operationId: "customer-list-invites-for-customer",
|
|
564
564
|
};
|
|
565
|
-
/** List
|
|
565
|
+
/** List Memberships belonging to a Customer. */
|
|
566
566
|
export const customerListMembershipsForCustomer = {
|
|
567
567
|
path: "/v2/customers/{customerId}/memberships",
|
|
568
568
|
method: "GET",
|
|
@@ -598,7 +598,7 @@ export const databaseCreateMysqlDatabase = {
|
|
|
598
598
|
method: "POST",
|
|
599
599
|
operationId: "database-create-mysql-database",
|
|
600
600
|
};
|
|
601
|
-
/** List MySQLUsers belonging to a
|
|
601
|
+
/** List MySQLUsers belonging to a Database. */
|
|
602
602
|
export const databaseListMysqlUsers = {
|
|
603
603
|
path: "/v2/mysql-databases/{databaseId}/users",
|
|
604
604
|
method: "GET",
|
|
@@ -610,7 +610,7 @@ export const databaseCreateMysqlUser = {
|
|
|
610
610
|
method: "POST",
|
|
611
611
|
operationId: "database-create-mysql-user",
|
|
612
612
|
};
|
|
613
|
-
/** List RedisDatabases belonging to a
|
|
613
|
+
/** List RedisDatabases belonging to a Project. */
|
|
614
614
|
export const databaseListRedisDatabases = {
|
|
615
615
|
path: "/v2/projects/{projectId}/redis-databases",
|
|
616
616
|
method: "GET",
|
|
@@ -688,13 +688,13 @@ export const databaseListMysqlCharsets = {
|
|
|
688
688
|
method: "GET",
|
|
689
689
|
operationId: "database-list-mysql-charsets",
|
|
690
690
|
};
|
|
691
|
-
/** List
|
|
691
|
+
/** List MySQLVersions. */
|
|
692
692
|
export const databaseListMysqlVersions = {
|
|
693
693
|
path: "/v2/mysql-versions",
|
|
694
694
|
method: "GET",
|
|
695
695
|
operationId: "database-list-mysql-versions",
|
|
696
696
|
};
|
|
697
|
-
/** List
|
|
697
|
+
/** List RedisVersions. */
|
|
698
698
|
export const databaseListRedisVersions = {
|
|
699
699
|
path: "/v2/redis-versions",
|
|
700
700
|
method: "GET",
|
|
@@ -868,12 +868,6 @@ export const domainVerifyDomainOwnership = {
|
|
|
868
868
|
method: "POST",
|
|
869
869
|
operationId: "domain-verify-domain-ownership",
|
|
870
870
|
};
|
|
871
|
-
/** Get a toplevel domain. */
|
|
872
|
-
export const domainGetToplevelDomain = {
|
|
873
|
-
path: "/v2/toplevel-domains/{tld}",
|
|
874
|
-
method: "GET",
|
|
875
|
-
operationId: "domain-get-toplevel-domain",
|
|
876
|
-
};
|
|
877
871
|
/** List all domain ownerships of a project. */
|
|
878
872
|
export const domainListDomainOwnerships = {
|
|
879
873
|
path: "/v2/projects/{projectId}/domain-ownerships",
|
|
@@ -886,12 +880,6 @@ export const domainListDomains = {
|
|
|
886
880
|
method: "GET",
|
|
887
881
|
operationId: "domain-list-domains",
|
|
888
882
|
};
|
|
889
|
-
/** List all supported toplevel domains. */
|
|
890
|
-
export const domainListToplevelDomains = {
|
|
891
|
-
path: "/v2/toplevel-domains",
|
|
892
|
-
method: "GET",
|
|
893
|
-
operationId: "domain-list-toplevel-domains",
|
|
894
|
-
};
|
|
895
883
|
/** Resend a domain email. */
|
|
896
884
|
export const domainResendDomainEmail = {
|
|
897
885
|
path: "/v2/domains/{domainId}/actions/resend-email",
|
|
@@ -1306,7 +1294,7 @@ export const projectDeleteServerAvatar = {
|
|
|
1306
1294
|
method: "DELETE",
|
|
1307
1295
|
operationId: "project-delete-server-avatar",
|
|
1308
1296
|
};
|
|
1309
|
-
/** List
|
|
1297
|
+
/** List directories belonging to a Project. */
|
|
1310
1298
|
export const projectFileSystemGetDirectories = {
|
|
1311
1299
|
path: "/v2/projects/{projectId}/filesystem/directories",
|
|
1312
1300
|
method: "GET",
|
|
@@ -1366,19 +1354,19 @@ export const projectLeaveProject = {
|
|
|
1366
1354
|
method: "POST",
|
|
1367
1355
|
operationId: "project-leave-project",
|
|
1368
1356
|
};
|
|
1369
|
-
/** List
|
|
1357
|
+
/** List Invites belonging to a Project. */
|
|
1370
1358
|
export const projectListInvitesForProject = {
|
|
1371
1359
|
path: "/v2/projects/{projectId}/invites",
|
|
1372
1360
|
method: "GET",
|
|
1373
1361
|
operationId: "project-list-invites-for-project",
|
|
1374
1362
|
};
|
|
1375
|
-
/** List
|
|
1363
|
+
/** List Memberships belonging to a Project. */
|
|
1376
1364
|
export const projectListMembershipsForProject = {
|
|
1377
1365
|
path: "/v2/projects/{projectId}/memberships",
|
|
1378
1366
|
method: "GET",
|
|
1379
1367
|
operationId: "project-list-memberships-for-project",
|
|
1380
1368
|
};
|
|
1381
|
-
/** List
|
|
1369
|
+
/** List ProjectInvites belonging to the executing user. */
|
|
1382
1370
|
export const projectListProjectInvites = {
|
|
1383
1371
|
path: "/v2/project-invites",
|
|
1384
1372
|
method: "GET",
|
|
@@ -1390,13 +1378,13 @@ export const projectListProjectMemberships = {
|
|
|
1390
1378
|
method: "GET",
|
|
1391
1379
|
operationId: "project-list-project-memberships",
|
|
1392
1380
|
};
|
|
1393
|
-
/** List
|
|
1381
|
+
/** List Projects belonging to the executing user. */
|
|
1394
1382
|
export const projectListProjects = {
|
|
1395
1383
|
path: "/v2/projects",
|
|
1396
1384
|
method: "GET",
|
|
1397
1385
|
operationId: "project-list-projects",
|
|
1398
1386
|
};
|
|
1399
|
-
/** List Servers
|
|
1387
|
+
/** List Servers belonging to the executing user. */
|
|
1400
1388
|
export const projectListServers = {
|
|
1401
1389
|
path: "/v2/servers",
|
|
1402
1390
|
method: "GET",
|
|
@@ -1786,3 +1774,15 @@ export const userVerifyRegistration = {
|
|
|
1786
1774
|
method: "POST",
|
|
1787
1775
|
operationId: "user-verify-registration",
|
|
1788
1776
|
};
|
|
1777
|
+
/** updates srv-records for a specific zone */
|
|
1778
|
+
export const dnsRecordSrvSet = {
|
|
1779
|
+
path: "/v2/dns/zones/{zoneId}/recordset/srv",
|
|
1780
|
+
method: "PATCH",
|
|
1781
|
+
operationId: "dns-record-srv-set",
|
|
1782
|
+
};
|
|
1783
|
+
/** creates a sub zone for a given dns zone */
|
|
1784
|
+
export const dnsSubZoneCreate = {
|
|
1785
|
+
path: "/v2/dns/zones",
|
|
1786
|
+
method: "POST",
|
|
1787
|
+
operationId: "dns-sub-zone-create",
|
|
1788
|
+
};
|
|
@@ -783,6 +783,7 @@ export declare module MittwaldAPIV2 {
|
|
|
783
783
|
cname: MittwaldAPIV2.Components.Schemas.DnsRecordCNAME;
|
|
784
784
|
combinedARecords: MittwaldAPIV2.Components.Schemas.DnsRecordCombinedA;
|
|
785
785
|
mx: MittwaldAPIV2.Components.Schemas.DnsRecordMX;
|
|
786
|
+
srv: MittwaldAPIV2.Components.Schemas.DnsRecordSRV;
|
|
786
787
|
txt: MittwaldAPIV2.Components.Schemas.DnsRecordTXT;
|
|
787
788
|
};
|
|
788
789
|
}
|
|
@@ -1733,6 +1734,23 @@ export declare module MittwaldAPIV2 {
|
|
|
1733
1734
|
name: string;
|
|
1734
1735
|
value: string;
|
|
1735
1736
|
}
|
|
1737
|
+
interface DnsRecordSRVRecord {
|
|
1738
|
+
fqdn: string;
|
|
1739
|
+
port: number;
|
|
1740
|
+
priority: number;
|
|
1741
|
+
weight: number;
|
|
1742
|
+
}
|
|
1743
|
+
interface DnsRecordSRVComponent {
|
|
1744
|
+
/**
|
|
1745
|
+
* @minItems 1
|
|
1746
|
+
*/
|
|
1747
|
+
records: [
|
|
1748
|
+
MittwaldAPIV2.Components.Schemas.DnsRecordSRVRecord,
|
|
1749
|
+
...MittwaldAPIV2.Components.Schemas.DnsRecordSRVRecord[]
|
|
1750
|
+
];
|
|
1751
|
+
settings: MittwaldAPIV2.Components.Schemas.DnsRecordSettings;
|
|
1752
|
+
}
|
|
1753
|
+
type DnsRecordSRV = MittwaldAPIV2.Components.Schemas.DnsRecordUnset | MittwaldAPIV2.Components.Schemas.DnsRecordSRVComponent;
|
|
1736
1754
|
interface CommonsAddress {
|
|
1737
1755
|
street: string;
|
|
1738
1756
|
houseNumber: string;
|
|
@@ -7529,45 +7547,6 @@ export declare module MittwaldAPIV2 {
|
|
|
7529
7547
|
}
|
|
7530
7548
|
}
|
|
7531
7549
|
}
|
|
7532
|
-
namespace V2ToplevelDomainsTld {
|
|
7533
|
-
namespace Get {
|
|
7534
|
-
namespace Parameters {
|
|
7535
|
-
type Path = {
|
|
7536
|
-
tld: string;
|
|
7537
|
-
};
|
|
7538
|
-
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
7539
|
-
type Query = {};
|
|
7540
|
-
}
|
|
7541
|
-
namespace Responses {
|
|
7542
|
-
namespace $200 {
|
|
7543
|
-
namespace Content {
|
|
7544
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.DomainTopLevel;
|
|
7545
|
-
}
|
|
7546
|
-
}
|
|
7547
|
-
namespace $400 {
|
|
7548
|
-
namespace Content {
|
|
7549
|
-
interface ApplicationJson {
|
|
7550
|
-
[k: string]: unknown;
|
|
7551
|
-
}
|
|
7552
|
-
}
|
|
7553
|
-
}
|
|
7554
|
-
namespace $404 {
|
|
7555
|
-
namespace Content {
|
|
7556
|
-
interface ApplicationJson {
|
|
7557
|
-
[k: string]: unknown;
|
|
7558
|
-
}
|
|
7559
|
-
}
|
|
7560
|
-
}
|
|
7561
|
-
namespace Default {
|
|
7562
|
-
namespace Content {
|
|
7563
|
-
interface ApplicationJson {
|
|
7564
|
-
[k: string]: unknown;
|
|
7565
|
-
}
|
|
7566
|
-
}
|
|
7567
|
-
}
|
|
7568
|
-
}
|
|
7569
|
-
}
|
|
7570
|
-
}
|
|
7571
7550
|
namespace V2ProjectsProjectIdDomainOwnerships {
|
|
7572
7551
|
namespace Get {
|
|
7573
7552
|
namespace Parameters {
|
|
@@ -7636,36 +7615,6 @@ export declare module MittwaldAPIV2 {
|
|
|
7636
7615
|
}
|
|
7637
7616
|
}
|
|
7638
7617
|
}
|
|
7639
|
-
namespace V2ToplevelDomains {
|
|
7640
|
-
namespace Get {
|
|
7641
|
-
namespace Parameters {
|
|
7642
|
-
type Path = {};
|
|
7643
|
-
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
7644
|
-
type Query = {};
|
|
7645
|
-
}
|
|
7646
|
-
namespace Responses {
|
|
7647
|
-
namespace $200 {
|
|
7648
|
-
namespace Content {
|
|
7649
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.DomainTopLevel[];
|
|
7650
|
-
}
|
|
7651
|
-
}
|
|
7652
|
-
namespace $400 {
|
|
7653
|
-
namespace Content {
|
|
7654
|
-
interface ApplicationJson {
|
|
7655
|
-
[k: string]: unknown;
|
|
7656
|
-
}
|
|
7657
|
-
}
|
|
7658
|
-
}
|
|
7659
|
-
namespace Default {
|
|
7660
|
-
namespace Content {
|
|
7661
|
-
interface ApplicationJson {
|
|
7662
|
-
[k: string]: unknown;
|
|
7663
|
-
}
|
|
7664
|
-
}
|
|
7665
|
-
}
|
|
7666
|
-
}
|
|
7667
|
-
}
|
|
7668
|
-
}
|
|
7669
7618
|
namespace V2DomainsDomainIdActionsResendEmail {
|
|
7670
7619
|
namespace Post {
|
|
7671
7620
|
namespace Parameters {
|
|
@@ -13292,5 +13241,74 @@ export declare module MittwaldAPIV2 {
|
|
|
13292
13241
|
}
|
|
13293
13242
|
}
|
|
13294
13243
|
}
|
|
13244
|
+
namespace V2DnsZonesZoneIdRecordsetSrv {
|
|
13245
|
+
namespace Patch {
|
|
13246
|
+
namespace Parameters {
|
|
13247
|
+
type Path = {
|
|
13248
|
+
zoneId: string;
|
|
13249
|
+
};
|
|
13250
|
+
type RequestBody = MittwaldAPIV2.Components.Schemas.DnsRecordUnset | MittwaldAPIV2.Components.Schemas.DnsRecordSRVComponent;
|
|
13251
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
13252
|
+
type Query = {};
|
|
13253
|
+
}
|
|
13254
|
+
namespace Responses {
|
|
13255
|
+
namespace $204 {
|
|
13256
|
+
namespace Content {
|
|
13257
|
+
type Empty = unknown;
|
|
13258
|
+
}
|
|
13259
|
+
}
|
|
13260
|
+
namespace $400 {
|
|
13261
|
+
namespace Content {
|
|
13262
|
+
interface ApplicationJson {
|
|
13263
|
+
[k: string]: unknown;
|
|
13264
|
+
}
|
|
13265
|
+
}
|
|
13266
|
+
}
|
|
13267
|
+
namespace Default {
|
|
13268
|
+
namespace Content {
|
|
13269
|
+
interface ApplicationJson {
|
|
13270
|
+
[k: string]: unknown;
|
|
13271
|
+
}
|
|
13272
|
+
}
|
|
13273
|
+
}
|
|
13274
|
+
}
|
|
13275
|
+
}
|
|
13276
|
+
}
|
|
13277
|
+
namespace V2DnsZones {
|
|
13278
|
+
namespace Post {
|
|
13279
|
+
namespace Parameters {
|
|
13280
|
+
type Path = {};
|
|
13281
|
+
interface RequestBody {
|
|
13282
|
+
name: string;
|
|
13283
|
+
parentZoneId: string;
|
|
13284
|
+
}
|
|
13285
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
13286
|
+
type Query = {};
|
|
13287
|
+
}
|
|
13288
|
+
namespace Responses {
|
|
13289
|
+
namespace $201 {
|
|
13290
|
+
namespace Content {
|
|
13291
|
+
interface ApplicationJson {
|
|
13292
|
+
id: string;
|
|
13293
|
+
}
|
|
13294
|
+
}
|
|
13295
|
+
}
|
|
13296
|
+
namespace $400 {
|
|
13297
|
+
namespace Content {
|
|
13298
|
+
interface ApplicationJson {
|
|
13299
|
+
[k: string]: unknown;
|
|
13300
|
+
}
|
|
13301
|
+
}
|
|
13302
|
+
}
|
|
13303
|
+
namespace Default {
|
|
13304
|
+
namespace Content {
|
|
13305
|
+
interface ApplicationJson {
|
|
13306
|
+
[k: string]: unknown;
|
|
13307
|
+
}
|
|
13308
|
+
}
|
|
13309
|
+
}
|
|
13310
|
+
}
|
|
13311
|
+
}
|
|
13312
|
+
}
|
|
13295
13313
|
}
|
|
13296
13314
|
}
|
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '2.0.
|
|
1
|
+
export declare const MittwaldAPIClientVersion = '2.0.20';
|
package/dist/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const MittwaldAPIClientVersion = '2.0.
|
|
1
|
+
export const MittwaldAPIClientVersion = '2.0.20';
|