@mittwald/api-client 4.244.0 → 4.245.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.243.0';
1
+ export const MittwaldAPIClientVersion = '4.244.0';
@@ -4254,6 +4254,7 @@ export declare namespace MittwaldAPIV2 {
4254
4254
  hostname: string;
4255
4255
  }
4256
4256
  interface MailmigrationPossibleCheckErrors {
4257
+ activeMailArchiveForAddress: MittwaldAPIV2.Components.Schemas.MailmigrationCheckMigrationIsPossibleErrorActiveMailArchiveForAddress[];
4257
4258
  alreadyExistingMailAddress: MittwaldAPIV2.Components.Schemas.MailmigrationCheckMigrationIsPossibleErrorAlreadyExistingMailAddress[];
4258
4259
  ambiguousMailAddressDelivery: MittwaldAPIV2.Components.Schemas.MailmigrationCheckMigrationIsPossibleErrorAmbiguousMailAddressDelivery[];
4259
4260
  ambiguousMailboxDelivery: MittwaldAPIV2.Components.Schemas.MailmigrationCheckMigrationIsPossibleErrorAmbiguousMailboxDelivery[];
@@ -5414,6 +5415,9 @@ export declare namespace MittwaldAPIV2 {
5414
5415
  }
5415
5416
  type VerificationEmailOrigin = "IS_MITTWALD" | "IS_NOT_MITTWALD" | "COULD_BE_MITTWALD";
5416
5417
  type ContainerVolumeSortOrder = "nameAsc" | "nameDesc" | "storageAsc" | "storageDesc";
5418
+ interface MailmigrationCheckMigrationIsPossibleErrorActiveMailArchiveForAddress {
5419
+ address: string;
5420
+ }
5417
5421
  interface CommonsAddress {
5418
5422
  street: string;
5419
5423
  houseNumber: string;
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.243.0';
1
+ export declare const MittwaldAPIClientVersion = '4.244.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "4.244.0",
3
+ "version": "4.245.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.244.0",
49
+ "@mittwald/api-client-commons": "^4.245.0",
50
50
  "browser-or-node": "^3.0.0"
51
51
  },
52
52
  "devDependencies": {
53
- "@mittwald/api-code-generator": "^4.244.0",
53
+ "@mittwald/api-code-generator": "^4.245.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": "1088e07d560115000a33d9115a6c19088893a549"
83
+ "gitHead": "72d940c1af5412db4c49a777181c436eeb93b4bb"
84
84
  }