@mittwald/api-client 4.289.0 → 4.291.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.288.0';
1
+ export const MittwaldAPIClientVersion = '4.290.0';
@@ -5643,6 +5643,10 @@ export declare namespace MittwaldAPIV2 {
5643
5643
  }
5644
5644
  type VerificationEmailOrigin = "IS_MITTWALD" | "IS_NOT_MITTWALD" | "COULD_BE_MITTWALD";
5645
5645
  type ContainerVolumeSortOrder = "nameAsc" | "nameDesc" | "storageAsc" | "storageDesc";
5646
+ interface BackupProjectBackupRestoreDatabase {
5647
+ databaseBackupDump: string;
5648
+ targetDatabaseId: string;
5649
+ }
5646
5650
  interface BackupProjectBackupRestore {
5647
5651
  databaseRestores?: MittwaldAPIV2.Components.Schemas.BackupProjectBackupRestoreDatabase[];
5648
5652
  pathRestore?: MittwaldAPIV2.Components.Schemas.BackupProjectBackupRestorePath;
@@ -5658,10 +5662,6 @@ export declare namespace MittwaldAPIV2 {
5658
5662
  */
5659
5663
  targetDatabaseId: string;
5660
5664
  }
5661
- interface BackupProjectBackupRestoreDatabase {
5662
- databaseBackupDump: string;
5663
- targetDatabaseId: string;
5664
- }
5665
5665
  interface BackupProjectBackupRestorePathDeprecated {
5666
5666
  clearTargetPath: boolean;
5667
5667
  determinedTargetPath: string;
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.288.0';
1
+ export declare const MittwaldAPIClientVersion = '4.290.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "4.289.0",
3
+ "version": "4.291.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.289.0",
49
+ "@mittwald/api-client-commons": "^4.291.0",
50
50
  "browser-or-node": "^3.0.0"
51
51
  },
52
52
  "devDependencies": {
53
- "@mittwald/api-code-generator": "^4.289.0",
53
+ "@mittwald/api-code-generator": "^4.291.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": "cb7308a1bcb50ac30bd46c756f22d024c98f1bc9"
83
+ "gitHead": "d0ffa8ed785c29b37db9961a15b992d763a1519b"
84
84
  }