@mittwald/api-client 4.243.0 → 4.244.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -433,6 +433,8 @@ export class MittwaldAPIV2Client extends ApiClientBase {
433
433
  };
434
434
  /** The database API allows you to manage your databases, like MySQL and Redis databases. */
435
435
  database = {
436
+ /** Copy a MySQLDatabase with a MySQLUser. */
437
+ copyMysqlDatabase: this.requestFunctionFactory(descriptors.databaseCopyMysqlDatabase),
436
438
  /** List MySQLDatabases belonging to a Project. */
437
439
  listMysqlDatabases: this.requestFunctionFactory(descriptors.databaseListMysqlDatabases),
438
440
  /** Create a MySQLDatabase with a MySQLUser. */
@@ -481,8 +483,6 @@ export class MittwaldAPIV2Client extends ApiClientBase {
481
483
  updateRedisDatabaseConfiguration: this.requestFunctionFactory(descriptors.databaseUpdateRedisDatabaseConfiguration),
482
484
  /** Update a RedisDatabase's description. */
483
485
  updateRedisDatabaseDescription: this.requestFunctionFactory(descriptors.databaseUpdateRedisDatabaseDescription),
484
- /** Copy a MySQLDatabase with a MySQLUser. */
485
- copyMysqlDatabase: this.requestFunctionFactory(descriptors.databaseCopyMysqlDatabase),
486
486
  };
487
487
  /** The domain API allows you to manage your domains, DNS records, SSL certificates and ingress resources. */
488
488
  domain = {
@@ -510,6 +510,10 @@ export class MittwaldAPIV2Client extends ApiClientBase {
510
510
  dnsUpdateRecordSet: this.requestFunctionFactory(descriptors.dnsUpdateRecordSet),
511
511
  /** Abort a Domain declaration. */
512
512
  abortDomainDeclaration: this.requestFunctionFactory(descriptors.domainAbortDomainDeclaration),
513
+ /** Create a scheduled deletion of a Domain. */
514
+ createScheduledDeletion: this.requestFunctionFactory(descriptors.domainCreateScheduledDeletion),
515
+ /** Cancel a scheduled deletion of a Domain. */
516
+ cancelScheduledDeletion: this.requestFunctionFactory(descriptors.domainCancelScheduledDeletion),
513
517
  /** Check if a Domain is available to register. */
514
518
  checkDomainRegistrability: this.requestFunctionFactory(descriptors.domainCheckDomainRegistrability),
515
519
  /** Check if a Domain is available to transfer. */
@@ -568,10 +572,6 @@ export class MittwaldAPIV2Client extends ApiClientBase {
568
572
  sslReplaceCertificate: this.requestFunctionFactory(descriptors.sslReplaceCertificate),
569
573
  /** List Certificates belonging to a Project or an Ingress. */
570
574
  sslListCertificates: this.requestFunctionFactory(descriptors.sslListCertificates),
571
- /** Create a scheduled deletion of a Domain. */
572
- createScheduledDeletion: this.requestFunctionFactory(descriptors.domainCreateScheduledDeletion),
573
- /** Cancel a scheduled deletion of a Domain. */
574
- cancelScheduledDeletion: this.requestFunctionFactory(descriptors.domainCancelScheduledDeletion),
575
575
  };
576
576
  /** The mail API allows you to manage your mail accounts. */
577
577
  mail = {
@@ -856,6 +856,12 @@ export const customerResendCustomerInviteMail = {
856
856
  method: "POST",
857
857
  operationId: "customer-resend-customer-invite-mail",
858
858
  };
859
+ /** Copy a MySQLDatabase with a MySQLUser. */
860
+ export const databaseCopyMysqlDatabase = {
861
+ path: "/v2/mysql-databases/{mysqlDatabaseId}/actions/copy",
862
+ method: "POST",
863
+ operationId: "database-copy-mysql-database",
864
+ };
859
865
  /** List MySQLDatabases belonging to a Project. */
860
866
  export const databaseListMysqlDatabases = {
861
867
  path: "/v2/projects/{projectId}/mysql-databases",
@@ -1114,6 +1120,18 @@ export const domainAbortDomainDeclaration = {
1114
1120
  method: "DELETE",
1115
1121
  operationId: "domain-abort-domain-declaration",
1116
1122
  };
1123
+ /** Create a scheduled deletion of a Domain. */
1124
+ export const domainCreateScheduledDeletion = {
1125
+ path: "/v2/domains/{domainId}/scheduled-deletion",
1126
+ method: "POST",
1127
+ operationId: "domain-create-scheduled-deletion",
1128
+ };
1129
+ /** Cancel a scheduled deletion of a Domain. */
1130
+ export const domainCancelScheduledDeletion = {
1131
+ path: "/v2/domains/{domainId}/scheduled-deletion",
1132
+ method: "DELETE",
1133
+ operationId: "domain-cancel-scheduled-deletion",
1134
+ };
1117
1135
  /** Check if a Domain is available to register. */
1118
1136
  export const domainCheckDomainRegistrability = {
1119
1137
  path: "/v2/domain-registrable",
@@ -2572,21 +2590,3 @@ export const verificationVerifyCompany = {
2572
2590
  method: "POST",
2573
2591
  operationId: "verification-verify-company",
2574
2592
  };
2575
- /** Copy a MySQLDatabase with a MySQLUser. */
2576
- export const databaseCopyMysqlDatabase = {
2577
- path: "/v2/mysql-databases/{mysqlDatabaseId}/actions/copy",
2578
- method: "POST",
2579
- operationId: "database-copy-mysql-database",
2580
- };
2581
- /** Create a scheduled deletion of a Domain. */
2582
- export const domainCreateScheduledDeletion = {
2583
- path: "/v2/domains/{domainId}/scheduled-deletion",
2584
- method: "POST",
2585
- operationId: "domain-create-scheduled-deletion",
2586
- };
2587
- /** Cancel a scheduled deletion of a Domain. */
2588
- export const domainCancelScheduledDeletion = {
2589
- path: "/v2/domains/{domainId}/scheduled-deletion",
2590
- method: "DELETE",
2591
- operationId: "domain-cancel-scheduled-deletion",
2592
- };
@@ -1 +1 @@
1
- export const MittwaldAPIClientVersion = '4.242.3';
1
+ export const MittwaldAPIClientVersion = '4.243.0';
@@ -13533,6 +13533,79 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
13533
13533
  };
13534
13534
  /** The database API allows you to manage your databases, like MySQL and Redis databases. */
13535
13535
  readonly database: {
13536
+ /** Copy a MySQLDatabase with a MySQLUser. */
13537
+ copyMysqlDatabase: (request: {
13538
+ data: {
13539
+ description: string;
13540
+ user: {
13541
+ accessLevel: "full" | "readonly";
13542
+ password: string;
13543
+ accessIpMask?: string | undefined;
13544
+ externalAccess?: boolean | undefined;
13545
+ };
13546
+ };
13547
+ mysqlDatabaseId: string;
13548
+ headers?: {
13549
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
13550
+ "x-access-token"?: string | undefined;
13551
+ } | undefined;
13552
+ }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
13553
+ data: {
13554
+ description: string;
13555
+ user: import("./types.js").MittwaldAPIV2.Components.Schemas.DatabaseCreateMySqlUserWithDatabase;
13556
+ };
13557
+ } & {
13558
+ pathParameters: {
13559
+ mysqlDatabaseId: string;
13560
+ };
13561
+ } & {
13562
+ headers?: Partial<{
13563
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
13564
+ }>;
13565
+ } & {
13566
+ headers: {
13567
+ "x-access-token"?: string | undefined;
13568
+ } & Partial<{
13569
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
13570
+ }>;
13571
+ }, import("@mittwald/api-client-commons").Response<{
13572
+ id: string;
13573
+ userId: string;
13574
+ }, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
13575
+ [x: string]: unknown;
13576
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
13577
+ [x: string]: unknown;
13578
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
13579
+ [x: string]: unknown;
13580
+ }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
13581
+ data: {
13582
+ description: string;
13583
+ user: import("./types.js").MittwaldAPIV2.Components.Schemas.DatabaseCreateMySqlUserWithDatabase;
13584
+ };
13585
+ } & {
13586
+ pathParameters: {
13587
+ mysqlDatabaseId: string;
13588
+ };
13589
+ } & {
13590
+ headers?: Partial<{
13591
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
13592
+ }>;
13593
+ } & {
13594
+ headers: {
13595
+ "x-access-token"?: string | undefined;
13596
+ } & Partial<{
13597
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
13598
+ }>;
13599
+ }, import("@mittwald/api-client-commons").Response<{
13600
+ id: string;
13601
+ userId: string;
13602
+ }, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
13603
+ [x: string]: unknown;
13604
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
13605
+ [x: string]: unknown;
13606
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
13607
+ [x: string]: unknown;
13608
+ }, 429, "application/json">>>;
13536
13609
  /** List MySQLDatabases belonging to a Project. */
13537
13610
  listMysqlDatabases: (request: {
13538
13611
  projectId: string;
@@ -14993,79 +15066,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
14993
15066
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
14994
15067
  [x: string]: unknown;
14995
15068
  }, 429, "application/json">>>;
14996
- /** Copy a MySQLDatabase with a MySQLUser. */
14997
- copyMysqlDatabase: (request: {
14998
- data: {
14999
- description: string;
15000
- user: {
15001
- accessLevel: "full" | "readonly";
15002
- password: string;
15003
- accessIpMask?: string | undefined;
15004
- externalAccess?: boolean | undefined;
15005
- };
15006
- };
15007
- mysqlDatabaseId: string;
15008
- headers?: {
15009
- [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
15010
- "x-access-token"?: string | undefined;
15011
- } | undefined;
15012
- }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
15013
- data: {
15014
- description: string;
15015
- user: import("./types.js").MittwaldAPIV2.Components.Schemas.DatabaseCreateMySqlUserWithDatabase;
15016
- };
15017
- } & {
15018
- pathParameters: {
15019
- mysqlDatabaseId: string;
15020
- };
15021
- } & {
15022
- headers?: Partial<{
15023
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
15024
- }>;
15025
- } & {
15026
- headers: {
15027
- "x-access-token"?: string | undefined;
15028
- } & Partial<{
15029
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
15030
- }>;
15031
- }, import("@mittwald/api-client-commons").Response<{
15032
- id: string;
15033
- userId: string;
15034
- }, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
15035
- [x: string]: unknown;
15036
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
15037
- [x: string]: unknown;
15038
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
15039
- [x: string]: unknown;
15040
- }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
15041
- data: {
15042
- description: string;
15043
- user: import("./types.js").MittwaldAPIV2.Components.Schemas.DatabaseCreateMySqlUserWithDatabase;
15044
- };
15045
- } & {
15046
- pathParameters: {
15047
- mysqlDatabaseId: string;
15048
- };
15049
- } & {
15050
- headers?: Partial<{
15051
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
15052
- }>;
15053
- } & {
15054
- headers: {
15055
- "x-access-token"?: string | undefined;
15056
- } & Partial<{
15057
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
15058
- }>;
15059
- }, import("@mittwald/api-client-commons").Response<{
15060
- id: string;
15061
- userId: string;
15062
- }, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
15063
- [x: string]: unknown;
15064
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
15065
- [x: string]: unknown;
15066
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
15067
- [x: string]: unknown;
15068
- }, 429, "application/json">>>;
15069
15069
  };
15070
15070
  /** The domain API allows you to manage your domains, DNS records, SSL certificates and ingress resources. */
15071
15071
  readonly domain: {
@@ -15904,6 +15904,105 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
15904
15904
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
15905
15905
  [x: string]: unknown;
15906
15906
  }, 429, "application/json">>>;
15907
+ /** Create a scheduled deletion of a Domain. */
15908
+ createScheduledDeletion: (request: {
15909
+ data: {
15910
+ deletionDate: string;
15911
+ };
15912
+ domainId: string;
15913
+ headers?: {
15914
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
15915
+ "x-access-token"?: string | undefined;
15916
+ } | undefined;
15917
+ }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
15918
+ data: {
15919
+ deletionDate: string;
15920
+ };
15921
+ } & {
15922
+ pathParameters: {
15923
+ domainId: string;
15924
+ };
15925
+ } & {
15926
+ headers?: Partial<{
15927
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
15928
+ }>;
15929
+ } & {
15930
+ headers: {
15931
+ "x-access-token"?: string | undefined;
15932
+ } & Partial<{
15933
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
15934
+ }>;
15935
+ }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
15936
+ [x: string]: unknown;
15937
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
15938
+ [x: string]: unknown;
15939
+ }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
15940
+ data: {
15941
+ deletionDate: string;
15942
+ };
15943
+ } & {
15944
+ pathParameters: {
15945
+ domainId: string;
15946
+ };
15947
+ } & {
15948
+ headers?: Partial<{
15949
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
15950
+ }>;
15951
+ } & {
15952
+ headers: {
15953
+ "x-access-token"?: string | undefined;
15954
+ } & Partial<{
15955
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
15956
+ }>;
15957
+ }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
15958
+ [x: string]: unknown;
15959
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
15960
+ [x: string]: unknown;
15961
+ }, 429, "application/json">>>;
15962
+ /** Cancel a scheduled deletion of a Domain. */
15963
+ cancelScheduledDeletion: (request: {
15964
+ domainId: string;
15965
+ headers?: {
15966
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
15967
+ "x-access-token"?: string | undefined;
15968
+ } | undefined;
15969
+ }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
15970
+ headers?: Partial<{
15971
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
15972
+ }>;
15973
+ } & {
15974
+ pathParameters: {
15975
+ domainId: string;
15976
+ };
15977
+ } & {
15978
+ headers: {
15979
+ "x-access-token"?: string | undefined;
15980
+ } & Partial<{
15981
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
15982
+ }>;
15983
+ }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
15984
+ [x: string]: unknown;
15985
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
15986
+ [x: string]: unknown;
15987
+ }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
15988
+ headers?: Partial<{
15989
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
15990
+ }>;
15991
+ } & {
15992
+ pathParameters: {
15993
+ domainId: string;
15994
+ };
15995
+ } & {
15996
+ headers: {
15997
+ "x-access-token"?: string | undefined;
15998
+ } & Partial<{
15999
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
16000
+ }>;
16001
+ }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
16002
+ [x: string]: unknown;
16003
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
16004
+ [x: string]: unknown;
16005
+ }, 429, "application/json">>>;
15907
16006
  /** Check if a Domain is available to register. */
15908
16007
  checkDomainRegistrability: (request: {
15909
16008
  data: {
@@ -17578,105 +17677,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
17578
17677
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
17579
17678
  [x: string]: unknown;
17580
17679
  }, 429, "application/json">>>;
17581
- /** Create a scheduled deletion of a Domain. */
17582
- createScheduledDeletion: (request: {
17583
- data: {
17584
- deletionDate: string;
17585
- };
17586
- domainId: string;
17587
- headers?: {
17588
- [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
17589
- "x-access-token"?: string | undefined;
17590
- } | undefined;
17591
- }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
17592
- data: {
17593
- deletionDate: string;
17594
- };
17595
- } & {
17596
- pathParameters: {
17597
- domainId: string;
17598
- };
17599
- } & {
17600
- headers?: Partial<{
17601
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
17602
- }>;
17603
- } & {
17604
- headers: {
17605
- "x-access-token"?: string | undefined;
17606
- } & Partial<{
17607
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
17608
- }>;
17609
- }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
17610
- [x: string]: unknown;
17611
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
17612
- [x: string]: unknown;
17613
- }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
17614
- data: {
17615
- deletionDate: string;
17616
- };
17617
- } & {
17618
- pathParameters: {
17619
- domainId: string;
17620
- };
17621
- } & {
17622
- headers?: Partial<{
17623
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
17624
- }>;
17625
- } & {
17626
- headers: {
17627
- "x-access-token"?: string | undefined;
17628
- } & Partial<{
17629
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
17630
- }>;
17631
- }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
17632
- [x: string]: unknown;
17633
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
17634
- [x: string]: unknown;
17635
- }, 429, "application/json">>>;
17636
- /** Cancel a scheduled deletion of a Domain. */
17637
- cancelScheduledDeletion: (request: {
17638
- domainId: string;
17639
- headers?: {
17640
- [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
17641
- "x-access-token"?: string | undefined;
17642
- } | undefined;
17643
- }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
17644
- headers?: Partial<{
17645
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
17646
- }>;
17647
- } & {
17648
- pathParameters: {
17649
- domainId: string;
17650
- };
17651
- } & {
17652
- headers: {
17653
- "x-access-token"?: string | undefined;
17654
- } & Partial<{
17655
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
17656
- }>;
17657
- }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
17658
- [x: string]: unknown;
17659
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
17660
- [x: string]: unknown;
17661
- }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
17662
- headers?: Partial<{
17663
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
17664
- }>;
17665
- } & {
17666
- pathParameters: {
17667
- domainId: string;
17668
- };
17669
- } & {
17670
- headers: {
17671
- "x-access-token"?: string | undefined;
17672
- } & Partial<{
17673
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
17674
- }>;
17675
- }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
17676
- [x: string]: unknown;
17677
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
17678
- [x: string]: unknown;
17679
- }, 429, "application/json">>>;
17680
17680
  };
17681
17681
  /** The mail API allows you to manage your mail accounts. */
17682
17682
  readonly mail: {
@@ -289,6 +289,8 @@ export declare const customerRequestAvatarUpload: OpenAPIOperation<RequestType<S
289
289
  export declare const customerRemoveAvatar: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdAvatar.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdAvatar.Delete.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdAvatar.Delete.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdAvatar.Delete.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdAvatar.Delete.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdAvatar.Delete.Responses.$401.Content.ApplicationJson>, 401, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdAvatar.Delete.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdAvatar.Delete.Responses.$500.Content.ApplicationJson>, 500, "application/json">>;
290
290
  /** Resend the mail for a CustomerInvite. */
291
291
  export declare const customerResendCustomerInviteMail: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2CustomerInvitesCustomerInviteIdActionsResend.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomerInvitesCustomerInviteIdActionsResend.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2CustomerInvitesCustomerInviteIdActionsResend.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2CustomerInvitesCustomerInviteIdActionsResend.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomerInvitesCustomerInviteIdActionsResend.Post.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomerInvitesCustomerInviteIdActionsResend.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomerInvitesCustomerInviteIdActionsResend.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
292
+ /** Copy a MySQLDatabase with a MySQLUser. */
293
+ export declare const databaseCopyMysqlDatabase: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesMysqlDatabaseIdActionsCopy.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesMysqlDatabaseIdActionsCopy.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesMysqlDatabaseIdActionsCopy.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesMysqlDatabaseIdActionsCopy.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesMysqlDatabaseIdActionsCopy.Post.Responses.$201.Content.ApplicationJson>, 201, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesMysqlDatabaseIdActionsCopy.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesMysqlDatabaseIdActionsCopy.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesMysqlDatabaseIdActionsCopy.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesMysqlDatabaseIdActionsCopy.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
292
294
  /** List MySQLDatabases belonging to a Project. */
293
295
  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.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMysqlDatabases.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
294
296
  /** Create a MySQLDatabase with a MySQLUser. */
@@ -375,6 +377,10 @@ export declare const dnsSetRecordSetManaged: OpenAPIOperation<RequestType<Simpli
375
377
  export declare const dnsUpdateRecordSet: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2DnsZonesDnsZoneIdRecordSetsRecordSet.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2DnsZonesDnsZoneIdRecordSetsRecordSet.Put.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DnsZonesDnsZoneIdRecordSetsRecordSet.Put.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2DnsZonesDnsZoneIdRecordSetsRecordSet.Put.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2DnsZonesDnsZoneIdRecordSetsRecordSet.Put.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2DnsZonesDnsZoneIdRecordSetsRecordSet.Put.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DnsZonesDnsZoneIdRecordSetsRecordSet.Put.Responses.$412.Content.ApplicationJson>, 412, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DnsZonesDnsZoneIdRecordSetsRecordSet.Put.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DnsZonesDnsZoneIdRecordSetsRecordSet.Put.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
376
378
  /** Abort a Domain declaration. */
377
379
  export declare const domainAbortDomainDeclaration: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdDeclaration.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdDeclaration.Delete.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdDeclaration.Delete.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdDeclaration.Delete.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdDeclaration.Delete.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdDeclaration.Delete.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdDeclaration.Delete.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdDeclaration.Delete.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
380
+ /** Create a scheduled deletion of a Domain. */
381
+ export declare const domainCreateScheduledDeletion: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdScheduledDeletion.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdScheduledDeletion.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdScheduledDeletion.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdScheduledDeletion.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdScheduledDeletion.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdScheduledDeletion.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdScheduledDeletion.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdScheduledDeletion.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
382
+ /** Cancel a scheduled deletion of a Domain. */
383
+ export declare const domainCancelScheduledDeletion: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdScheduledDeletion.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdScheduledDeletion.Delete.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdScheduledDeletion.Delete.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdScheduledDeletion.Delete.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdScheduledDeletion.Delete.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdScheduledDeletion.Delete.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdScheduledDeletion.Delete.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
378
384
  /** Check if a Domain is available to register. */
379
385
  export declare const domainCheckDomainRegistrability: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2DomainRegistrable.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2DomainRegistrable.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DomainRegistrable.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2DomainRegistrable.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2DomainRegistrable.Post.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainRegistrable.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainRegistrable.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainRegistrable.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
380
386
  /** Check if a Domain is available to transfer. */
@@ -861,9 +867,3 @@ export declare const verificationDetectPhishingEmail: OpenAPIOperation<RequestTy
861
867
  export declare const verificationVerifyAddress: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Responses.$500.Content.Empty>, 500, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
862
868
  /** Check if a company exists. */
863
869
  export declare const verificationVerifyCompany: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Responses.$412.Content.Empty>, 412, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Responses.$500.Content.Empty>, 500, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
864
- /** Copy a MySQLDatabase with a MySQLUser. */
865
- export declare const databaseCopyMysqlDatabase: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesMysqlDatabaseIdActionsCopy.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesMysqlDatabaseIdActionsCopy.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesMysqlDatabaseIdActionsCopy.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesMysqlDatabaseIdActionsCopy.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesMysqlDatabaseIdActionsCopy.Post.Responses.$201.Content.ApplicationJson>, 201, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesMysqlDatabaseIdActionsCopy.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesMysqlDatabaseIdActionsCopy.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesMysqlDatabaseIdActionsCopy.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesMysqlDatabaseIdActionsCopy.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
866
- /** Create a scheduled deletion of a Domain. */
867
- export declare const domainCreateScheduledDeletion: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdScheduledDeletion.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdScheduledDeletion.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdScheduledDeletion.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdScheduledDeletion.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdScheduledDeletion.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdScheduledDeletion.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdScheduledDeletion.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdScheduledDeletion.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
868
- /** Cancel a scheduled deletion of a Domain. */
869
- export declare const domainCancelScheduledDeletion: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdScheduledDeletion.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdScheduledDeletion.Delete.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdScheduledDeletion.Delete.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdScheduledDeletion.Delete.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdScheduledDeletion.Delete.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdScheduledDeletion.Delete.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdScheduledDeletion.Delete.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
@@ -574,6 +574,10 @@ export declare namespace MittwaldAPIV2 {
574
574
  type RequestData = InferredRequestData<typeof descriptors.customerResendCustomerInviteMail>;
575
575
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.customerResendCustomerInviteMail, TStatus>;
576
576
  }
577
+ namespace DatabaseCopyMysqlDatabase {
578
+ type RequestData = InferredRequestData<typeof descriptors.databaseCopyMysqlDatabase>;
579
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.databaseCopyMysqlDatabase, TStatus>;
580
+ }
577
581
  namespace DatabaseListMysqlDatabases {
578
582
  type RequestData = InferredRequestData<typeof descriptors.databaseListMysqlDatabases>;
579
583
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.databaseListMysqlDatabases, TStatus>;
@@ -746,6 +750,14 @@ export declare namespace MittwaldAPIV2 {
746
750
  type RequestData = InferredRequestData<typeof descriptors.domainAbortDomainDeclaration>;
747
751
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainAbortDomainDeclaration, TStatus>;
748
752
  }
753
+ namespace DomainCreateScheduledDeletion {
754
+ type RequestData = InferredRequestData<typeof descriptors.domainCreateScheduledDeletion>;
755
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainCreateScheduledDeletion, TStatus>;
756
+ }
757
+ namespace DomainCancelScheduledDeletion {
758
+ type RequestData = InferredRequestData<typeof descriptors.domainCancelScheduledDeletion>;
759
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainCancelScheduledDeletion, TStatus>;
760
+ }
749
761
  namespace DomainCheckDomainRegistrability {
750
762
  type RequestData = InferredRequestData<typeof descriptors.domainCheckDomainRegistrability>;
751
763
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainCheckDomainRegistrability, TStatus>;
@@ -1718,18 +1730,6 @@ export declare namespace MittwaldAPIV2 {
1718
1730
  type RequestData = InferredRequestData<typeof descriptors.verificationVerifyCompany>;
1719
1731
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.verificationVerifyCompany, TStatus>;
1720
1732
  }
1721
- namespace DatabaseCopyMysqlDatabase {
1722
- type RequestData = InferredRequestData<typeof descriptors.databaseCopyMysqlDatabase>;
1723
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.databaseCopyMysqlDatabase, TStatus>;
1724
- }
1725
- namespace DomainCreateScheduledDeletion {
1726
- type RequestData = InferredRequestData<typeof descriptors.domainCreateScheduledDeletion>;
1727
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainCreateScheduledDeletion, TStatus>;
1728
- }
1729
- namespace DomainCancelScheduledDeletion {
1730
- type RequestData = InferredRequestData<typeof descriptors.domainCancelScheduledDeletion>;
1731
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainCancelScheduledDeletion, TStatus>;
1732
- }
1733
1733
  }
1734
1734
  namespace Components {
1735
1735
  namespace Schemas {
@@ -12750,6 +12750,59 @@ export declare namespace MittwaldAPIV2 {
12750
12750
  }
12751
12751
  }
12752
12752
  }
12753
+ namespace V2MysqlDatabasesMysqlDatabaseIdActionsCopy {
12754
+ namespace Post {
12755
+ namespace Parameters {
12756
+ type Path = {
12757
+ mysqlDatabaseId: string;
12758
+ };
12759
+ interface RequestBody {
12760
+ description: string;
12761
+ user: MittwaldAPIV2.Components.Schemas.DatabaseCreateMySqlUserWithDatabase;
12762
+ }
12763
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
12764
+ type Query = {};
12765
+ }
12766
+ namespace Responses {
12767
+ namespace $201 {
12768
+ namespace Content {
12769
+ interface ApplicationJson {
12770
+ id: string;
12771
+ userId: string;
12772
+ }
12773
+ }
12774
+ }
12775
+ namespace $400 {
12776
+ namespace Content {
12777
+ interface ApplicationJson {
12778
+ [k: string]: unknown;
12779
+ }
12780
+ }
12781
+ }
12782
+ namespace $404 {
12783
+ namespace Content {
12784
+ interface ApplicationJson {
12785
+ [k: string]: unknown;
12786
+ }
12787
+ }
12788
+ }
12789
+ namespace $429 {
12790
+ namespace Content {
12791
+ interface ApplicationJson {
12792
+ [k: string]: unknown;
12793
+ }
12794
+ }
12795
+ }
12796
+ namespace Default {
12797
+ namespace Content {
12798
+ interface ApplicationJson {
12799
+ [k: string]: unknown;
12800
+ }
12801
+ }
12802
+ }
12803
+ }
12804
+ }
12805
+ }
12753
12806
  namespace V2ProjectsProjectIdMysqlDatabases {
12754
12807
  namespace Get {
12755
12808
  namespace Parameters {
@@ -14979,6 +15032,85 @@ export declare namespace MittwaldAPIV2 {
14979
15032
  }
14980
15033
  }
14981
15034
  }
15035
+ namespace V2DomainsDomainIdScheduledDeletion {
15036
+ namespace Post {
15037
+ namespace Parameters {
15038
+ type Path = {
15039
+ domainId: string;
15040
+ };
15041
+ interface RequestBody {
15042
+ deletionDate: string;
15043
+ }
15044
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
15045
+ type Query = {};
15046
+ }
15047
+ namespace Responses {
15048
+ namespace $204 {
15049
+ namespace Content {
15050
+ type Empty = unknown;
15051
+ }
15052
+ }
15053
+ namespace $400 {
15054
+ namespace Content {
15055
+ interface ApplicationJson {
15056
+ [k: string]: unknown;
15057
+ }
15058
+ }
15059
+ }
15060
+ namespace $429 {
15061
+ namespace Content {
15062
+ interface ApplicationJson {
15063
+ [k: string]: unknown;
15064
+ }
15065
+ }
15066
+ }
15067
+ namespace Default {
15068
+ namespace Content {
15069
+ interface ApplicationJson {
15070
+ [k: string]: unknown;
15071
+ }
15072
+ }
15073
+ }
15074
+ }
15075
+ }
15076
+ namespace Delete {
15077
+ namespace Parameters {
15078
+ type Path = {
15079
+ domainId: string;
15080
+ };
15081
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
15082
+ type Query = {};
15083
+ }
15084
+ namespace Responses {
15085
+ namespace $204 {
15086
+ namespace Content {
15087
+ type Empty = unknown;
15088
+ }
15089
+ }
15090
+ namespace $400 {
15091
+ namespace Content {
15092
+ interface ApplicationJson {
15093
+ [k: string]: unknown;
15094
+ }
15095
+ }
15096
+ }
15097
+ namespace $429 {
15098
+ namespace Content {
15099
+ interface ApplicationJson {
15100
+ [k: string]: unknown;
15101
+ }
15102
+ }
15103
+ }
15104
+ namespace Default {
15105
+ namespace Content {
15106
+ interface ApplicationJson {
15107
+ [k: string]: unknown;
15108
+ }
15109
+ }
15110
+ }
15111
+ }
15112
+ }
15113
+ }
14982
15114
  namespace V2DomainRegistrable {
14983
15115
  namespace Post {
14984
15116
  namespace Parameters {
@@ -27327,137 +27459,5 @@ export declare namespace MittwaldAPIV2 {
27327
27459
  }
27328
27460
  }
27329
27461
  }
27330
- namespace V2MysqlDatabasesMysqlDatabaseIdActionsCopy {
27331
- namespace Post {
27332
- namespace Parameters {
27333
- type Path = {
27334
- mysqlDatabaseId: string;
27335
- };
27336
- interface RequestBody {
27337
- description: string;
27338
- user: MittwaldAPIV2.Components.Schemas.DatabaseCreateMySqlUserWithDatabase;
27339
- }
27340
- type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
27341
- type Query = {};
27342
- }
27343
- namespace Responses {
27344
- namespace $201 {
27345
- namespace Content {
27346
- interface ApplicationJson {
27347
- id: string;
27348
- userId: string;
27349
- }
27350
- }
27351
- }
27352
- namespace $400 {
27353
- namespace Content {
27354
- interface ApplicationJson {
27355
- [k: string]: unknown;
27356
- }
27357
- }
27358
- }
27359
- namespace $404 {
27360
- namespace Content {
27361
- interface ApplicationJson {
27362
- [k: string]: unknown;
27363
- }
27364
- }
27365
- }
27366
- namespace $429 {
27367
- namespace Content {
27368
- interface ApplicationJson {
27369
- [k: string]: unknown;
27370
- }
27371
- }
27372
- }
27373
- namespace Default {
27374
- namespace Content {
27375
- interface ApplicationJson {
27376
- [k: string]: unknown;
27377
- }
27378
- }
27379
- }
27380
- }
27381
- }
27382
- }
27383
- namespace V2DomainsDomainIdScheduledDeletion {
27384
- namespace Post {
27385
- namespace Parameters {
27386
- type Path = {
27387
- domainId: string;
27388
- };
27389
- interface RequestBody {
27390
- deletionDate: string;
27391
- }
27392
- type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
27393
- type Query = {};
27394
- }
27395
- namespace Responses {
27396
- namespace $204 {
27397
- namespace Content {
27398
- type Empty = unknown;
27399
- }
27400
- }
27401
- namespace $400 {
27402
- namespace Content {
27403
- interface ApplicationJson {
27404
- [k: string]: unknown;
27405
- }
27406
- }
27407
- }
27408
- namespace $429 {
27409
- namespace Content {
27410
- interface ApplicationJson {
27411
- [k: string]: unknown;
27412
- }
27413
- }
27414
- }
27415
- namespace Default {
27416
- namespace Content {
27417
- interface ApplicationJson {
27418
- [k: string]: unknown;
27419
- }
27420
- }
27421
- }
27422
- }
27423
- }
27424
- namespace Delete {
27425
- namespace Parameters {
27426
- type Path = {
27427
- domainId: string;
27428
- };
27429
- type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
27430
- type Query = {};
27431
- }
27432
- namespace Responses {
27433
- namespace $204 {
27434
- namespace Content {
27435
- type Empty = unknown;
27436
- }
27437
- }
27438
- namespace $400 {
27439
- namespace Content {
27440
- interface ApplicationJson {
27441
- [k: string]: unknown;
27442
- }
27443
- }
27444
- }
27445
- namespace $429 {
27446
- namespace Content {
27447
- interface ApplicationJson {
27448
- [k: string]: unknown;
27449
- }
27450
- }
27451
- }
27452
- namespace Default {
27453
- namespace Content {
27454
- interface ApplicationJson {
27455
- [k: string]: unknown;
27456
- }
27457
- }
27458
- }
27459
- }
27460
- }
27461
- }
27462
27462
  }
27463
27463
  }
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.242.3';
1
+ export declare const MittwaldAPIClientVersion = '4.243.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "4.243.0",
3
+ "version": "4.244.0",
4
4
  "author": "Mittwald CM Service GmbH & Co. KG <opensource@mittwald.de>",
5
5
  "type": "module",
6
6
  "description": "Auto-generated client for the mittwald API",
@@ -46,11 +46,11 @@
46
46
  "test:compile": "run tsc --noEmit"
47
47
  },
48
48
  "dependencies": {
49
- "@mittwald/api-client-commons": "^4.243.0",
49
+ "@mittwald/api-client-commons": "^4.244.0",
50
50
  "browser-or-node": "^3.0.0"
51
51
  },
52
52
  "devDependencies": {
53
- "@mittwald/api-code-generator": "^4.243.0",
53
+ "@mittwald/api-code-generator": "^4.244.0",
54
54
  "@mittwald/react-use-promise": "^2.6.2",
55
55
  "@types/node": "^22.18.11",
56
56
  "@types/react": "^18.3.26",
@@ -80,5 +80,5 @@
80
80
  "optional": true
81
81
  }
82
82
  },
83
- "gitHead": "1449b850b13bd601c65dba93e21b84af30e285f6"
83
+ "gitHead": "1088e07d560115000a33d9115a6c19088893a549"
84
84
  }