@mittwald/api-client 4.79.0 → 4.80.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.
@@ -1 +1 @@
1
- export const MittwaldAPIClientVersion = '4.78.0';
1
+ export const MittwaldAPIClientVersion = '4.79.0';
@@ -1058,6 +1058,8 @@ declare const buildDatabaseApi: (baseClient: MittwaldAPIV2Client) => {
1058
1058
  mainUser: boolean;
1059
1059
  name: string;
1060
1060
  passwordUpdatedAt: string;
1061
+ status: import("./types.js").MittwaldAPIV2.Components.Schemas.DatabaseDatabaseUserStatus;
1062
+ statusSetAt: string;
1061
1063
  updatedAt: string;
1062
1064
  }>;
1063
1065
  /** Get a RedisDatabase. */
@@ -8747,6 +8747,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
8747
8747
  mainUser: boolean;
8748
8748
  name: string;
8749
8749
  passwordUpdatedAt: string;
8750
+ status: import("./types.js").MittwaldAPIV2.Components.Schemas.DatabaseDatabaseUserStatus;
8751
+ statusSetAt: string;
8750
8752
  updatedAt: string;
8751
8753
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
8752
8754
  [x: string]: unknown;
@@ -8780,6 +8782,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
8780
8782
  mainUser: boolean;
8781
8783
  name: string;
8782
8784
  passwordUpdatedAt: string;
8785
+ status: import("./types.js").MittwaldAPIV2.Components.Schemas.DatabaseDatabaseUserStatus;
8786
+ statusSetAt: string;
8783
8787
  updatedAt: string;
8784
8788
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
8785
8789
  [x: string]: unknown;
@@ -2116,6 +2116,8 @@ export declare namespace MittwaldAPIV2 {
2116
2116
  mainUser: boolean;
2117
2117
  name: string;
2118
2118
  passwordUpdatedAt: string;
2119
+ status: MittwaldAPIV2.Components.Schemas.DatabaseDatabaseUserStatus;
2120
+ statusSetAt: string;
2119
2121
  updatedAt: string;
2120
2122
  }
2121
2123
  interface DatabaseMySqlVersion {
@@ -3305,6 +3307,7 @@ export declare namespace MittwaldAPIV2 {
3305
3307
  firstName?: string;
3306
3308
  lastName?: string;
3307
3309
  /**
3310
+ * @deprecated
3308
3311
  * the users title
3309
3312
  */
3310
3313
  title?: "other" | "mr" | "ms";
@@ -4010,6 +4013,7 @@ export declare namespace MittwaldAPIV2 {
4010
4013
  name: string;
4011
4014
  value: string;
4012
4015
  }
4016
+ type DatabaseDatabaseUserStatus = "pending" | "ready" | "error" | "terminating" | "disabled";
4013
4017
  interface CommonsAddress {
4014
4018
  street: string;
4015
4019
  houseNumber: string;
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.78.0';
1
+ export declare const MittwaldAPIClientVersion = '4.79.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "4.79.0",
3
+ "version": "4.80.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",
@@ -80,5 +80,5 @@
80
80
  "optional": true
81
81
  }
82
82
  },
83
- "gitHead": "ba614f85606d354b8f8d6e3a893e578dc6853869"
83
+ "gitHead": "8b9ce661ff692fe27762f0768f8c4a0d755dcd5c"
84
84
  }