@mittwald/api-client 4.162.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.161.0';
1
+ export const MittwaldAPIClientVersion = '4.163.0';
@@ -1930,7 +1930,6 @@ declare const buildLeadFyndrApi: (baseClient: MittwaldAPIV2Client) => {
1930
1930
  hoster: {
1931
1931
  server: string[];
1932
1932
  };
1933
- isActive: boolean;
1934
1933
  languages: string[];
1935
1934
  leadId: string;
1936
1935
  mainTechnology?: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrTechnology | undefined;
@@ -1960,6 +1959,7 @@ declare const buildLeadFyndrApi: (baseClient: MittwaldAPIV2Client) => {
1960
1959
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
1961
1960
  } | undefined;
1962
1961
  }) => import("@mittwald/react-use-promise").AsyncResource<{
1962
+ nextUnlockRenewalDate?: string | undefined;
1963
1963
  reservation: {
1964
1964
  available: number;
1965
1965
  tariffLimit: number;
@@ -1991,6 +1991,7 @@ declare const buildLeadFyndrApi: (baseClient: MittwaldAPIV2Client) => {
1991
1991
  mainTechnology?: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrTechnology | undefined;
1992
1992
  metrics: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrDetailMetrics;
1993
1993
  potential: number;
1994
+ reservationAllowed?: boolean | undefined;
1994
1995
  reservedAt?: string | undefined;
1995
1996
  scannedAt?: string | undefined;
1996
1997
  screenshot: string;
@@ -20773,7 +20773,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
20773
20773
  hoster: {
20774
20774
  server: string[];
20775
20775
  };
20776
- isActive: boolean;
20777
20776
  languages: string[];
20778
20777
  leadId: string;
20779
20778
  mainTechnology?: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrTechnology | undefined;
@@ -20806,7 +20805,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
20806
20805
  hoster: {
20807
20806
  server: string[];
20808
20807
  };
20809
- isActive: boolean;
20810
20808
  languages: string[];
20811
20809
  leadId: string;
20812
20810
  mainTechnology?: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrTechnology | undefined;
@@ -20890,6 +20888,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
20890
20888
  customerId: string;
20891
20889
  };
20892
20890
  }, import("@mittwald/api-client-commons").Response<{
20891
+ nextUnlockRenewalDate?: string | undefined;
20893
20892
  reservation: {
20894
20893
  available: number;
20895
20894
  tariffLimit: number;
@@ -20917,6 +20916,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
20917
20916
  customerId: string;
20918
20917
  };
20919
20918
  }, import("@mittwald/api-client-commons").Response<{
20919
+ nextUnlockRenewalDate?: string | undefined;
20920
20920
  reservation: {
20921
20921
  available: number;
20922
20922
  tariffLimit: number;
@@ -20965,6 +20965,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
20965
20965
  mainTechnology?: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrTechnology | undefined;
20966
20966
  metrics: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrDetailMetrics;
20967
20967
  potential: number;
20968
+ reservationAllowed?: boolean | undefined;
20968
20969
  reservedAt?: string | undefined;
20969
20970
  scannedAt?: string | undefined;
20970
20971
  screenshot: string;
@@ -21001,6 +21002,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
21001
21002
  mainTechnology?: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrTechnology | undefined;
21002
21003
  metrics: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrDetailMetrics;
21003
21004
  potential: number;
21005
+ reservationAllowed?: boolean | undefined;
21004
21006
  reservedAt?: string | undefined;
21005
21007
  scannedAt?: string | undefined;
21006
21008
  screenshot: string;
@@ -3594,7 +3594,6 @@ export declare namespace MittwaldAPIV2 {
3594
3594
  hoster: {
3595
3595
  server: string[];
3596
3596
  };
3597
- isActive: boolean;
3598
3597
  languages: string[];
3599
3598
  leadId: string;
3600
3599
  mainTechnology?: MittwaldAPIV2.Components.Schemas.LeadfyndrTechnology;
@@ -3605,6 +3604,7 @@ export declare namespace MittwaldAPIV2 {
3605
3604
  technologies: MittwaldAPIV2.Components.Schemas.LeadfyndrTechnology[];
3606
3605
  }
3607
3606
  interface LeadfyndrTariffOptions {
3607
+ nextUnlockRenewalDate?: string;
3608
3608
  reservation: {
3609
3609
  available: number;
3610
3610
  tariffLimit: number;
@@ -3675,6 +3675,7 @@ export declare namespace MittwaldAPIV2 {
3675
3675
  mainTechnology?: MittwaldAPIV2.Components.Schemas.LeadfyndrTechnology;
3676
3676
  metrics: MittwaldAPIV2.Components.Schemas.LeadfyndrDetailMetrics;
3677
3677
  potential: number;
3678
+ reservationAllowed?: boolean;
3678
3679
  reservedAt?: string;
3679
3680
  scannedAt?: string;
3680
3681
  screenshot: string;
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.161.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.162.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": "a0926ada8db2e2087edbe821d81f1a727f1b6911"
83
+ "gitHead": "31e571f6894f98ade8aea9252325157f7aa0250d"
84
84
  }