@mittwald/api-client 4.161.0 → 4.163.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.160.0';
1
+ export const MittwaldAPIClientVersion = '4.162.0';
@@ -1990,6 +1990,7 @@ declare const buildLeadFyndrApi: (baseClient: MittwaldAPIV2Client) => {
1990
1990
  mainTechnology?: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrTechnology | undefined;
1991
1991
  metrics: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrDetailMetrics;
1992
1992
  potential: number;
1993
+ reservationAllowed?: boolean | undefined;
1993
1994
  reservedAt?: string | undefined;
1994
1995
  scannedAt?: string | undefined;
1995
1996
  screenshot: string;
@@ -20963,6 +20963,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
20963
20963
  mainTechnology?: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrTechnology | undefined;
20964
20964
  metrics: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrDetailMetrics;
20965
20965
  potential: number;
20966
+ reservationAllowed?: boolean | undefined;
20966
20967
  reservedAt?: string | undefined;
20967
20968
  scannedAt?: string | undefined;
20968
20969
  screenshot: string;
@@ -20999,6 +21000,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
20999
21000
  mainTechnology?: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrTechnology | undefined;
21000
21001
  metrics: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrDetailMetrics;
21001
21002
  potential: number;
21003
+ reservationAllowed?: boolean | undefined;
21002
21004
  reservedAt?: string | undefined;
21003
21005
  scannedAt?: string | undefined;
21004
21006
  screenshot: string;
@@ -3540,7 +3540,7 @@ export declare namespace MittwaldAPIV2 {
3540
3540
  useFormalTerm?: boolean;
3541
3541
  }
3542
3542
  interface LeadfyndrBasicCompany {
3543
- city: string;
3543
+ county: string;
3544
3544
  employeeCount?: number;
3545
3545
  foundingYear?: number;
3546
3546
  salesVolume?: number;
@@ -3555,6 +3555,7 @@ export declare namespace MittwaldAPIV2 {
3555
3555
  interface LeadfyndrCity {
3556
3556
  city: string;
3557
3557
  country: string;
3558
+ county?: string;
3558
3559
  postCode: string;
3559
3560
  }
3560
3561
  interface LeadfyndrContact {
@@ -3568,6 +3569,7 @@ export declare namespace MittwaldAPIV2 {
3568
3569
  };
3569
3570
  }
3570
3571
  type LeadfyndrDetailCompany = MittwaldAPIV2.Components.Schemas.LeadfyndrBasicCompany & {
3572
+ city: string;
3571
3573
  companyType: string[];
3572
3574
  coreProduct: string[];
3573
3575
  name?: string;
@@ -3672,6 +3674,7 @@ export declare namespace MittwaldAPIV2 {
3672
3674
  mainTechnology?: MittwaldAPIV2.Components.Schemas.LeadfyndrTechnology;
3673
3675
  metrics: MittwaldAPIV2.Components.Schemas.LeadfyndrDetailMetrics;
3674
3676
  potential: number;
3677
+ reservationAllowed?: boolean;
3675
3678
  reservedAt?: string;
3676
3679
  scannedAt?: string;
3677
3680
  screenshot: string;
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.160.0';
1
+ export declare const MittwaldAPIClientVersion = '4.162.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "4.161.0",
3
+ "version": "4.163.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": "bf429caafa8ba0830c7c3c1d5602aa24e8ab329a"
83
+ "gitHead": "29ee375f8af6fbc4d17cb4518c10575026d77a2f"
84
84
  }