@mittwald/api-client 0.0.0-development-537dd9e-20260105 → 0.0.0-development-1011833-20260105
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
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const MittwaldAPIClientVersion = '
|
|
1
|
+
export const MittwaldAPIClientVersion = '0.0.0-development-537dd9e-20260105';
|
|
@@ -1731,6 +1731,7 @@ declare const buildCustomerApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1731
1731
|
isAllowedToPlaceOrders?: boolean | undefined;
|
|
1732
1732
|
isBanned?: boolean | undefined;
|
|
1733
1733
|
isInDefaultOfPayment?: boolean | undefined;
|
|
1734
|
+
isMailAddressInvalid?: boolean | undefined;
|
|
1734
1735
|
levelOfUndeliverableDunningNotice?: "first" | "second" | undefined;
|
|
1735
1736
|
memberCount: number;
|
|
1736
1737
|
name: string;
|
|
@@ -14194,6 +14194,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
14194
14194
|
isAllowedToPlaceOrders?: boolean | undefined;
|
|
14195
14195
|
isBanned?: boolean | undefined;
|
|
14196
14196
|
isInDefaultOfPayment?: boolean | undefined;
|
|
14197
|
+
isMailAddressInvalid?: boolean | undefined;
|
|
14197
14198
|
levelOfUndeliverableDunningNotice?: "first" | "second" | undefined;
|
|
14198
14199
|
memberCount: number;
|
|
14199
14200
|
name: string;
|
|
@@ -14238,6 +14239,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
14238
14239
|
isAllowedToPlaceOrders?: boolean | undefined;
|
|
14239
14240
|
isBanned?: boolean | undefined;
|
|
14240
14241
|
isInDefaultOfPayment?: boolean | undefined;
|
|
14242
|
+
isMailAddressInvalid?: boolean | undefined;
|
|
14241
14243
|
levelOfUndeliverableDunningNotice?: "first" | "second" | undefined;
|
|
14242
14244
|
memberCount: number;
|
|
14243
14245
|
name: string;
|
|
@@ -3094,6 +3094,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
3094
3094
|
isAllowedToPlaceOrders?: boolean;
|
|
3095
3095
|
isBanned?: boolean;
|
|
3096
3096
|
isInDefaultOfPayment?: boolean;
|
|
3097
|
+
isMailAddressInvalid?: boolean;
|
|
3097
3098
|
levelOfUndeliverableDunningNotice?: "first" | "second";
|
|
3098
3099
|
memberCount: number;
|
|
3099
3100
|
name: string;
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '
|
|
1
|
+
export declare const MittwaldAPIClientVersion = '0.0.0-development-537dd9e-20260105';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/api-client",
|
|
3
|
-
"version": "0.0.0-development-
|
|
3
|
+
"version": "0.0.0-development-1011833-20260105",
|
|
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": "^0.0.0-development-
|
|
49
|
+
"@mittwald/api-client-commons": "^0.0.0-development-1011833-20260105",
|
|
50
50
|
"browser-or-node": "^3.0.0"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
|
-
"@mittwald/api-code-generator": "^0.0.0-development-
|
|
53
|
+
"@mittwald/api-code-generator": "^0.0.0-development-1011833-20260105",
|
|
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": "
|
|
83
|
+
"gitHead": "98536bffeb70f410b78ed6b70619e6ffb92954bc"
|
|
84
84
|
}
|