@mittwald/api-client 4.163.0 → 4.164.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.162.0';
1
+ export const MittwaldAPIClientVersion = '4.163.0';
@@ -1959,6 +1959,7 @@ declare const buildLeadFyndrApi: (baseClient: MittwaldAPIV2Client) => {
1959
1959
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
1960
1960
  } | undefined;
1961
1961
  }) => import("@mittwald/react-use-promise").AsyncResource<{
1962
+ nextUnlockRenewalDate?: string | undefined;
1962
1963
  reservation: {
1963
1964
  available: number;
1964
1965
  tariffLimit: number;
@@ -20888,6 +20888,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
20888
20888
  customerId: string;
20889
20889
  };
20890
20890
  }, import("@mittwald/api-client-commons").Response<{
20891
+ nextUnlockRenewalDate?: string | undefined;
20891
20892
  reservation: {
20892
20893
  available: number;
20893
20894
  tariffLimit: number;
@@ -20915,6 +20916,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
20915
20916
  customerId: string;
20916
20917
  };
20917
20918
  }, import("@mittwald/api-client-commons").Response<{
20919
+ nextUnlockRenewalDate?: string | undefined;
20918
20920
  reservation: {
20919
20921
  available: number;
20920
20922
  tariffLimit: number;
@@ -3604,6 +3604,7 @@ export declare namespace MittwaldAPIV2 {
3604
3604
  technologies: MittwaldAPIV2.Components.Schemas.LeadfyndrTechnology[];
3605
3605
  }
3606
3606
  interface LeadfyndrTariffOptions {
3607
+ nextUnlockRenewalDate?: string;
3607
3608
  reservation: {
3608
3609
  available: number;
3609
3610
  tariffLimit: number;
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.162.0';
1
+ export declare const MittwaldAPIClientVersion = '4.163.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "4.163.0",
3
+ "version": "4.164.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": "29ee375f8af6fbc4d17cb4518c10575026d77a2f"
83
+ "gitHead": "31e571f6894f98ade8aea9252325157f7aa0250d"
84
84
  }