@mittwald/api-client 4.203.0 → 4.204.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
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export const MittwaldAPIClientVersion = '4.203.0';
|
|
@@ -3308,6 +3308,18 @@ export declare namespace MittwaldAPIV2 {
|
|
|
3308
3308
|
verified: boolean;
|
|
3309
3309
|
webhookUrls?: MittwaldAPIV2.Components.Schemas.MarketplaceWebhookUrls;
|
|
3310
3310
|
}
|
|
3311
|
+
/**
|
|
3312
|
+
* A price plan with (multiple) variants, including different prices for different included service descriptions
|
|
3313
|
+
*/
|
|
3314
|
+
type MarketplaceMonthlyPricePlanStrategy = {
|
|
3315
|
+
description?: string;
|
|
3316
|
+
key: string;
|
|
3317
|
+
name?: string;
|
|
3318
|
+
/**
|
|
3319
|
+
* The monthly price in Euro Cents before tax.
|
|
3320
|
+
*/
|
|
3321
|
+
priceInCents: number;
|
|
3322
|
+
}[];
|
|
3311
3323
|
/**
|
|
3312
3324
|
* A strategy for pricing that occurs monthly.
|
|
3313
3325
|
*/
|
|
@@ -5162,18 +5174,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
5162
5174
|
}
|
|
5163
5175
|
type VerificationEmailOrigin = "IS_MITTWALD" | "IS_NOT_MITTWALD" | "COULD_BE_MITTWALD";
|
|
5164
5176
|
type ContainerVolumeSortOrder = "nameAsc" | "nameDesc" | "storageAsc" | "storageDesc";
|
|
5165
|
-
/**
|
|
5166
|
-
* A price plan with (multiple) variants, including different prices for different included service descriptions
|
|
5167
|
-
*/
|
|
5168
|
-
type MarketplaceMonthlyPricePlanStrategy = {
|
|
5169
|
-
description?: string;
|
|
5170
|
-
key: string;
|
|
5171
|
-
name?: string;
|
|
5172
|
-
/**
|
|
5173
|
-
* The monthly price in Euro Cents before tax.
|
|
5174
|
-
*/
|
|
5175
|
-
priceInCents: number;
|
|
5176
|
-
}[];
|
|
5177
5177
|
interface CommonsAddress {
|
|
5178
5178
|
street: string;
|
|
5179
5179
|
houseNumber: string;
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export declare const MittwaldAPIClientVersion = '4.203.0';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/api-client",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.204.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",
|
|
@@ -80,5 +80,5 @@
|
|
|
80
80
|
"optional": true
|
|
81
81
|
}
|
|
82
82
|
},
|
|
83
|
-
"gitHead": "
|
|
83
|
+
"gitHead": "6bf1474a70204bad05d5b41e1040634b3e39abc6"
|
|
84
84
|
}
|