@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.
@@ -1 +1 @@
1
- export const MittwaldAPIClientVersion = '4.136.2';
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;
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.136.2';
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.137.0",
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": "d66a05d1d4ab90e9c7662f6f726c7a11505ad92b"
83
+ "gitHead": "dd83e9d860ba3cd16f3aeefc81061929383c67c8"
84
84
  }