@mittwald/api-client 4.137.0 → 4.138.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.137.0';
|
|
@@ -2955,6 +2955,12 @@ export declare namespace MittwaldAPIV2 {
|
|
|
2955
2955
|
pendingInstallation: boolean;
|
|
2956
2956
|
pendingRemoval: boolean;
|
|
2957
2957
|
}
|
|
2958
|
+
interface MarketplaceExtensionInstanceChargeability {
|
|
2959
|
+
isChargeable: boolean;
|
|
2960
|
+
reasons: {
|
|
2961
|
+
isOwnExtension: boolean;
|
|
2962
|
+
};
|
|
2963
|
+
}
|
|
2958
2964
|
interface MarketplaceExtensionInstanceHealth {
|
|
2959
2965
|
aggregateReference: {
|
|
2960
2966
|
aggregate: string;
|
|
@@ -4682,12 +4688,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
4682
4688
|
name: string;
|
|
4683
4689
|
value: string;
|
|
4684
4690
|
}
|
|
4685
|
-
interface MarketplaceExtensionInstanceChargeability {
|
|
4686
|
-
isChargeable: boolean;
|
|
4687
|
-
reasons: {
|
|
4688
|
-
isOwnExtension: boolean;
|
|
4689
|
-
};
|
|
4690
|
-
}
|
|
4691
4691
|
interface CommonsAddress {
|
|
4692
4692
|
street: string;
|
|
4693
4693
|
houseNumber: string;
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export declare const MittwaldAPIClientVersion = '4.137.0';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/api-client",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.138.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": "dd83e9d860ba3cd16f3aeefc81061929383c67c8"
|
|
84
84
|
}
|