@mittwald/api-client 4.159.0 → 4.160.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.158.0';
1
+ export const MittwaldAPIClientVersion = '4.159.0';
@@ -1914,7 +1914,6 @@ declare const buildLeadFyndrApi: (baseClient: MittwaldAPIV2Client) => {
1914
1914
  businessFields: string[];
1915
1915
  company: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrBasicCompany;
1916
1916
  description: string;
1917
- globalUnlockedCount: number;
1918
1917
  hoster: {
1919
1918
  server: string[];
1920
1919
  };
@@ -1972,7 +1971,6 @@ declare const buildLeadFyndrApi: (baseClient: MittwaldAPIV2Client) => {
1972
1971
  contact: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrContact;
1973
1972
  description: string;
1974
1973
  domain: string;
1975
- globalUnlockedCount: number;
1976
1974
  hoster: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrHoster;
1977
1975
  languages: string[];
1978
1976
  leadId: string;
@@ -20743,7 +20743,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
20743
20743
  businessFields: string[];
20744
20744
  company: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrBasicCompany;
20745
20745
  description: string;
20746
- globalUnlockedCount: number;
20747
20746
  hoster: {
20748
20747
  server: string[];
20749
20748
  };
@@ -20776,7 +20775,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
20776
20775
  businessFields: string[];
20777
20776
  company: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrBasicCompany;
20778
20777
  description: string;
20779
- globalUnlockedCount: number;
20780
20778
  hoster: {
20781
20779
  server: string[];
20782
20780
  };
@@ -20932,7 +20930,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
20932
20930
  contact: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrContact;
20933
20931
  description: string;
20934
20932
  domain: string;
20935
- globalUnlockedCount: number;
20936
20933
  hoster: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrHoster;
20937
20934
  languages: string[];
20938
20935
  leadId: string;
@@ -20969,7 +20966,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
20969
20966
  contact: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrContact;
20970
20967
  description: string;
20971
20968
  domain: string;
20972
- globalUnlockedCount: number;
20973
20969
  hoster: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrHoster;
20974
20970
  languages: string[];
20975
20971
  leadId: string;
@@ -3585,7 +3585,6 @@ export declare namespace MittwaldAPIV2 {
3585
3585
  businessFields: string[];
3586
3586
  company: MittwaldAPIV2.Components.Schemas.LeadfyndrBasicCompany;
3587
3587
  description: string;
3588
- globalUnlockedCount: number;
3589
3588
  hoster: {
3590
3589
  server: string[];
3591
3590
  };
@@ -3663,7 +3662,6 @@ export declare namespace MittwaldAPIV2 {
3663
3662
  contact: MittwaldAPIV2.Components.Schemas.LeadfyndrContact;
3664
3663
  description: string;
3665
3664
  domain: string;
3666
- globalUnlockedCount: number;
3667
3665
  hoster: MittwaldAPIV2.Components.Schemas.LeadfyndrHoster;
3668
3666
  languages: string[];
3669
3667
  leadId: string;
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.158.0';
1
+ export declare const MittwaldAPIClientVersion = '4.159.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "4.159.0",
3
+ "version": "4.160.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": "0a48fcd3d76a32aad86dc9a6d716b1a1219be4d6"
83
+ "gitHead": "78197584b529eb209d3b478044df5b0c6771518c"
84
84
  }