@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.
- package/dist/esm/version.js +1 -1
- package/dist/types/generated/v2/client-react.d.ts +1 -0
- package/dist/types/generated/v2/client.d.ts +2 -0
- package/dist/types/generated/v2/types.d.ts +4 -0
- package/dist/types/generated/v3-next/client-react.d.ts +1 -0
- package/dist/types/generated/v3-next/client.d.ts +2 -0
- package/dist/types/generated/v3-next/types.d.ts +4 -0
- package/dist/types/version.d.ts +1 -1
- package/package.json +4 -4
package/dist/esm/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export const MittwaldAPIClientVersion = '4.434.0';
|
|
@@ -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
|
/**
|
|
@@ -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
|
/**
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '4.
|
|
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.
|
|
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.
|
|
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.
|
|
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": "
|
|
109
|
+
"gitHead": "f008dee46679466a6f2c334029de708596d9157d"
|
|
110
110
|
}
|