@mittwald/api-client 4.161.0 → 4.162.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.161.0';
@@ -1930,6 +1930,7 @@ declare const buildLeadFyndrApi: (baseClient: MittwaldAPIV2Client) => {
1930
1930
  hoster: {
1931
1931
  server: string[];
1932
1932
  };
1933
+ isActive: boolean;
1933
1934
  languages: string[];
1934
1935
  leadId: string;
1935
1936
  mainTechnology?: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrTechnology | undefined;
@@ -20773,6 +20773,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
20773
20773
  hoster: {
20774
20774
  server: string[];
20775
20775
  };
20776
+ isActive: boolean;
20776
20777
  languages: string[];
20777
20778
  leadId: string;
20778
20779
  mainTechnology?: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrTechnology | undefined;
@@ -20805,6 +20806,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
20805
20806
  hoster: {
20806
20807
  server: string[];
20807
20808
  };
20809
+ isActive: boolean;
20808
20810
  languages: string[];
20809
20811
  leadId: string;
20810
20812
  mainTechnology?: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrTechnology | undefined;
@@ -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;
@@ -3592,6 +3594,7 @@ export declare namespace MittwaldAPIV2 {
3592
3594
  hoster: {
3593
3595
  server: string[];
3594
3596
  };
3597
+ isActive: boolean;
3595
3598
  languages: string[];
3596
3599
  leadId: string;
3597
3600
  mainTechnology?: MittwaldAPIV2.Components.Schemas.LeadfyndrTechnology;
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.160.0';
1
+ export declare const MittwaldAPIClientVersion = '4.161.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.162.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": "a0926ada8db2e2087edbe821d81f1a727f1b6911"
84
84
  }