@mittwald/api-client 4.433.0 → 4.435.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.432.0';
1
+ export const MittwaldAPIClientVersion = '4.434.0';
@@ -2900,6 +2900,7 @@ declare const buildMailApi: (baseClient: MittwaldAPIV2Client) => {
2900
2900
  limit: number;
2901
2901
  };
2902
2902
  } | undefined;
2903
+ originalAddress?: string | undefined;
2903
2904
  projectId: string;
2904
2905
  rateLimitChangeRequest?: {
2905
2906
  rateLimitId: string;
@@ -21155,6 +21155,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
21155
21155
  limit: number;
21156
21156
  };
21157
21157
  } | undefined;
21158
+ originalAddress?: string | undefined;
21158
21159
  projectId: string;
21159
21160
  rateLimitChangeRequest?: {
21160
21161
  rateLimitId: string;
@@ -21224,6 +21225,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
21224
21225
  limit: number;
21225
21226
  };
21226
21227
  } | undefined;
21228
+ originalAddress?: string | undefined;
21227
21229
  projectId: string;
21228
21230
  rateLimitChangeRequest?: {
21229
21231
  rateLimitId: string;
@@ -5196,6 +5196,10 @@ export declare namespace MittwaldAPIV2 {
5196
5196
  limit: number;
5197
5197
  };
5198
5198
  };
5199
+ /**
5200
+ * For archived mail addresses, the address the mailbox had right before it was archived.
5201
+ */
5202
+ originalAddress?: string;
5199
5203
  projectId: string;
5200
5204
  rateLimitChangeRequest?: {
5201
5205
  /**
@@ -2900,6 +2900,7 @@ declare const buildMailApi: (baseClient: MittwaldAPIV3NextClient) => {
2900
2900
  limit: number;
2901
2901
  };
2902
2902
  } | undefined;
2903
+ originalAddress?: string | undefined;
2903
2904
  projectId: string;
2904
2905
  rateLimitChangeRequest?: {
2905
2906
  rateLimitId: string;
@@ -21155,6 +21155,7 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
21155
21155
  limit: number;
21156
21156
  };
21157
21157
  } | undefined;
21158
+ originalAddress?: string | undefined;
21158
21159
  projectId: string;
21159
21160
  rateLimitChangeRequest?: {
21160
21161
  rateLimitId: string;
@@ -21224,6 +21225,7 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
21224
21225
  limit: number;
21225
21226
  };
21226
21227
  } | undefined;
21228
+ originalAddress?: string | undefined;
21227
21229
  projectId: string;
21228
21230
  rateLimitChangeRequest?: {
21229
21231
  rateLimitId: string;
@@ -5200,6 +5200,10 @@ export declare namespace MittwaldAPIV3Next {
5200
5200
  limit: number;
5201
5201
  };
5202
5202
  };
5203
+ /**
5204
+ * For archived mail addresses, the address the mailbox had right before it was archived.
5205
+ */
5206
+ originalAddress?: string;
5203
5207
  projectId: string;
5204
5208
  rateLimitChangeRequest?: {
5205
5209
  /**
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.432.0';
1
+ export declare const MittwaldAPIClientVersion = '4.434.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "4.433.0",
3
+ "version": "4.435.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",
@@ -72,11 +72,11 @@
72
72
  "test:compile": "run tsc --noEmit"
73
73
  },
74
74
  "dependencies": {
75
- "@mittwald/api-client-commons": "^4.433.0",
75
+ "@mittwald/api-client-commons": "^4.435.0",
76
76
  "browser-or-node": "^3.0.0"
77
77
  },
78
78
  "devDependencies": {
79
- "@mittwald/api-code-generator": "^4.433.0",
79
+ "@mittwald/api-code-generator": "^4.435.0",
80
80
  "@mittwald/react-use-promise": "^2.6.2",
81
81
  "@types/node": "^22.18.11",
82
82
  "@types/react": "^18.3.26",
@@ -106,5 +106,5 @@
106
106
  "optional": true
107
107
  }
108
108
  },
109
- "gitHead": "ef09e5eeb97315ebc7c425a15d2b9d861c6e2efc"
109
+ "gitHead": "f008dee46679466a6f2c334029de708596d9157d"
110
110
  }