@mittwald/api-client 4.157.0 → 4.159.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.156.0';
1
+ export const MittwaldAPIClientVersion = '4.158.0';
@@ -453,6 +453,7 @@ declare const buildContainerApi: (baseClient: MittwaldAPIV2Client) => {
453
453
  message?: string | undefined;
454
454
  pendingState: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerServiceState;
455
455
  projectId: string;
456
+ requiresRecreate: boolean;
456
457
  serviceName: string;
457
458
  shortId: string;
458
459
  stackId: string;
@@ -1917,6 +1918,7 @@ declare const buildLeadFyndrApi: (baseClient: MittwaldAPIV2Client) => {
1917
1918
  hoster: {
1918
1919
  server: string[];
1919
1920
  };
1921
+ languages: string[];
1920
1922
  leadId: string;
1921
1923
  mainTechnology?: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrTechnology | undefined;
1922
1924
  metrics: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrBasicMetrics;
@@ -1964,6 +1966,7 @@ declare const buildLeadFyndrApi: (baseClient: MittwaldAPIV2Client) => {
1964
1966
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
1965
1967
  } | undefined;
1966
1968
  }) => import("@mittwald/react-use-promise").AsyncResource<{
1969
+ actualUrl: string;
1967
1970
  businessFields: string[];
1968
1971
  company: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrDetailCompany;
1969
1972
  contact: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrContact;
@@ -1971,6 +1974,7 @@ declare const buildLeadFyndrApi: (baseClient: MittwaldAPIV2Client) => {
1971
1974
  domain: string;
1972
1975
  globalUnlockedCount: number;
1973
1976
  hoster: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrHoster;
1977
+ languages: string[];
1974
1978
  leadId: string;
1975
1979
  mainTechnology?: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrTechnology | undefined;
1976
1980
  metrics: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrDetailMetrics;
@@ -2010,8 +2014,8 @@ declare const buildLeadFyndrApi: (baseClient: MittwaldAPIV2Client) => {
2010
2014
  limit?: number | undefined;
2011
2015
  skip?: number | undefined;
2012
2016
  page?: number | undefined;
2013
- sort?: ("potential" | "company.salesVolume" | "company.employeeCount" | "basic:desktop:performance" | "basic:mobile:performance" | "basic:desktop:seo" | "basic:mobile:seo")[] | undefined;
2014
- order?: ("asc" | "desc")[] | undefined;
2017
+ sort?: "potential" | "relevance" | undefined;
2018
+ order?: "asc" | "desc" | undefined;
2015
2019
  } | undefined;
2016
2020
  }) => import("@mittwald/react-use-promise").AsyncResource<{
2017
2021
  leads: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrLead[];
@@ -2048,8 +2052,8 @@ declare const buildLeadFyndrApi: (baseClient: MittwaldAPIV2Client) => {
2048
2052
  limit?: number | undefined;
2049
2053
  skip?: number | undefined;
2050
2054
  page?: number | undefined;
2051
- sort?: ("potential" | "company.salesVolume" | "company.employeeCount" | "basic:desktop:performance" | "basic:mobile:performance" | "basic:desktop:seo" | "basic:mobile:seo")[] | undefined;
2052
- order?: ("asc" | "desc")[] | undefined;
2055
+ sort?: "potential" | "relevance" | undefined;
2056
+ order?: "asc" | "desc" | undefined;
2053
2057
  } | undefined;
2054
2058
  }) => import("@mittwald/react-use-promise").AsyncResource<{
2055
2059
  leads: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrUnlockedLead[];
@@ -3288,6 +3288,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
3288
3288
  message?: string | undefined;
3289
3289
  pendingState: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerServiceState;
3290
3290
  projectId: string;
3291
+ requiresRecreate: boolean;
3291
3292
  serviceName: string;
3292
3293
  shortId: string;
3293
3294
  stackId: string;
@@ -3327,6 +3328,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
3327
3328
  message?: string | undefined;
3328
3329
  pendingState: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerServiceState;
3329
3330
  projectId: string;
3331
+ requiresRecreate: boolean;
3330
3332
  serviceName: string;
3331
3333
  shortId: string;
3332
3334
  stackId: string;
@@ -20745,6 +20747,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
20745
20747
  hoster: {
20746
20748
  server: string[];
20747
20749
  };
20750
+ languages: string[];
20748
20751
  leadId: string;
20749
20752
  mainTechnology?: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrTechnology | undefined;
20750
20753
  metrics: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrBasicMetrics;
@@ -20777,6 +20780,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
20777
20780
  hoster: {
20778
20781
  server: string[];
20779
20782
  };
20783
+ languages: string[];
20780
20784
  leadId: string;
20781
20785
  mainTechnology?: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrTechnology | undefined;
20782
20786
  metrics: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrBasicMetrics;
@@ -20922,6 +20926,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
20922
20926
  customerId: string;
20923
20927
  };
20924
20928
  }, import("@mittwald/api-client-commons").Response<{
20929
+ actualUrl: string;
20925
20930
  businessFields: string[];
20926
20931
  company: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrDetailCompany;
20927
20932
  contact: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrContact;
@@ -20929,6 +20934,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
20929
20934
  domain: string;
20930
20935
  globalUnlockedCount: number;
20931
20936
  hoster: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrHoster;
20937
+ languages: string[];
20932
20938
  leadId: string;
20933
20939
  mainTechnology?: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrTechnology | undefined;
20934
20940
  metrics: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrDetailMetrics;
@@ -20957,6 +20963,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
20957
20963
  customerId: string;
20958
20964
  };
20959
20965
  }, import("@mittwald/api-client-commons").Response<{
20966
+ actualUrl: string;
20960
20967
  businessFields: string[];
20961
20968
  company: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrDetailCompany;
20962
20969
  contact: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrContact;
@@ -20964,6 +20971,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
20964
20971
  domain: string;
20965
20972
  globalUnlockedCount: number;
20966
20973
  hoster: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrHoster;
20974
+ languages: string[];
20967
20975
  leadId: string;
20968
20976
  mainTechnology?: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrTechnology | undefined;
20969
20977
  metrics: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrDetailMetrics;
@@ -21057,8 +21065,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
21057
21065
  limit?: number | undefined;
21058
21066
  skip?: number | undefined;
21059
21067
  page?: number | undefined;
21060
- sort?: ("potential" | "company.salesVolume" | "company.employeeCount" | "basic:desktop:performance" | "basic:mobile:performance" | "basic:desktop:seo" | "basic:mobile:seo")[] | undefined;
21061
- order?: ("asc" | "desc")[] | undefined;
21068
+ sort?: "potential" | "relevance" | undefined;
21069
+ order?: "asc" | "desc" | undefined;
21062
21070
  } | undefined;
21063
21071
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
21064
21072
  headers?: Partial<{
@@ -21090,8 +21098,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
21090
21098
  limit?: number | undefined;
21091
21099
  skip?: number | undefined;
21092
21100
  page?: number | undefined;
21093
- sort?: ("potential" | "company.salesVolume" | "company.employeeCount" | "basic:desktop:performance" | "basic:mobile:performance" | "basic:desktop:seo" | "basic:mobile:seo")[] | undefined;
21094
- order?: ("asc" | "desc")[] | undefined;
21101
+ sort?: "potential" | "relevance" | undefined;
21102
+ order?: "asc" | "desc" | undefined;
21095
21103
  } & Partial<{
21096
21104
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
21097
21105
  }>;
@@ -21132,8 +21140,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
21132
21140
  limit?: number | undefined;
21133
21141
  skip?: number | undefined;
21134
21142
  page?: number | undefined;
21135
- sort?: ("potential" | "company.salesVolume" | "company.employeeCount" | "basic:desktop:performance" | "basic:mobile:performance" | "basic:desktop:seo" | "basic:mobile:seo")[] | undefined;
21136
- order?: ("asc" | "desc")[] | undefined;
21143
+ sort?: "potential" | "relevance" | undefined;
21144
+ order?: "asc" | "desc" | undefined;
21137
21145
  } & Partial<{
21138
21146
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
21139
21147
  }>;
@@ -21174,8 +21182,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
21174
21182
  limit?: number | undefined;
21175
21183
  skip?: number | undefined;
21176
21184
  page?: number | undefined;
21177
- sort?: ("potential" | "company.salesVolume" | "company.employeeCount" | "basic:desktop:performance" | "basic:mobile:performance" | "basic:desktop:seo" | "basic:mobile:seo")[] | undefined;
21178
- order?: ("asc" | "desc")[] | undefined;
21185
+ sort?: "potential" | "relevance" | undefined;
21186
+ order?: "asc" | "desc" | undefined;
21179
21187
  } | undefined;
21180
21188
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
21181
21189
  headers?: Partial<{
@@ -21208,8 +21216,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
21208
21216
  limit?: number | undefined;
21209
21217
  skip?: number | undefined;
21210
21218
  page?: number | undefined;
21211
- sort?: ("potential" | "company.salesVolume" | "company.employeeCount" | "basic:desktop:performance" | "basic:mobile:performance" | "basic:desktop:seo" | "basic:mobile:seo")[] | undefined;
21212
- order?: ("asc" | "desc")[] | undefined;
21219
+ sort?: "potential" | "relevance" | undefined;
21220
+ order?: "asc" | "desc" | undefined;
21213
21221
  } & Partial<{
21214
21222
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
21215
21223
  }>;
@@ -21251,8 +21259,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
21251
21259
  limit?: number | undefined;
21252
21260
  skip?: number | undefined;
21253
21261
  page?: number | undefined;
21254
- sort?: ("potential" | "company.salesVolume" | "company.employeeCount" | "basic:desktop:performance" | "basic:mobile:performance" | "basic:desktop:seo" | "basic:mobile:seo")[] | undefined;
21255
- order?: ("asc" | "desc")[] | undefined;
21262
+ sort?: "potential" | "relevance" | undefined;
21263
+ order?: "asc" | "desc" | undefined;
21256
21264
  } & Partial<{
21257
21265
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
21258
21266
  }>;
@@ -2012,6 +2012,7 @@ export declare namespace MittwaldAPIV2 {
2012
2012
  message?: string;
2013
2013
  pendingState: MittwaldAPIV2.Components.Schemas.ContainerServiceState;
2014
2014
  projectId: string;
2015
+ requiresRecreate: boolean;
2015
2016
  serviceName: string;
2016
2017
  shortId: string;
2017
2018
  stackId: string;
@@ -3563,9 +3564,11 @@ export declare namespace MittwaldAPIV2 {
3563
3564
  };
3564
3565
  }
3565
3566
  type LeadfyndrDetailCompany = MittwaldAPIV2.Components.Schemas.LeadfyndrBasicCompany & {
3567
+ companyType: string[];
3566
3568
  coreProduct: string[];
3567
3569
  name?: string;
3568
3570
  targetGroup: string[];
3571
+ websiteType: string[];
3569
3572
  };
3570
3573
  interface LeadfyndrDetailMetrics {
3571
3574
  additionalMetrics?: {
@@ -3586,6 +3589,7 @@ export declare namespace MittwaldAPIV2 {
3586
3589
  hoster: {
3587
3590
  server: string[];
3588
3591
  };
3592
+ languages: string[];
3589
3593
  leadId: string;
3590
3594
  mainTechnology?: MittwaldAPIV2.Components.Schemas.LeadfyndrTechnology;
3591
3595
  metrics: MittwaldAPIV2.Components.Schemas.LeadfyndrBasicMetrics;
@@ -3653,6 +3657,7 @@ export declare namespace MittwaldAPIV2 {
3653
3657
  version?: string;
3654
3658
  }
3655
3659
  interface LeadfyndrUnlockedLead {
3660
+ actualUrl: string;
3656
3661
  businessFields: string[];
3657
3662
  company: MittwaldAPIV2.Components.Schemas.LeadfyndrDetailCompany;
3658
3663
  contact: MittwaldAPIV2.Components.Schemas.LeadfyndrContact;
@@ -3660,6 +3665,7 @@ export declare namespace MittwaldAPIV2 {
3660
3665
  domain: string;
3661
3666
  globalUnlockedCount: number;
3662
3667
  hoster: MittwaldAPIV2.Components.Schemas.LeadfyndrHoster;
3668
+ languages: string[];
3663
3669
  leadId: string;
3664
3670
  mainTechnology?: MittwaldAPIV2.Components.Schemas.LeadfyndrTechnology;
3665
3671
  metrics: MittwaldAPIV2.Components.Schemas.LeadfyndrDetailMetrics;
@@ -17260,8 +17266,8 @@ export declare namespace MittwaldAPIV2 {
17260
17266
  limit?: number;
17261
17267
  skip?: number;
17262
17268
  page?: number;
17263
- sort?: ("potential" | "company.salesVolume" | "company.employeeCount" | "basic:desktop:performance" | "basic:mobile:performance" | "basic:desktop:seo" | "basic:mobile:seo")[];
17264
- order?: ("asc" | "desc")[];
17269
+ sort?: "potential" | "relevance";
17270
+ order?: "asc" | "desc";
17265
17271
  };
17266
17272
  }
17267
17273
  namespace Responses {
@@ -17325,8 +17331,8 @@ export declare namespace MittwaldAPIV2 {
17325
17331
  limit?: number;
17326
17332
  skip?: number;
17327
17333
  page?: number;
17328
- sort?: ("potential" | "company.salesVolume" | "company.employeeCount" | "basic:desktop:performance" | "basic:mobile:performance" | "basic:desktop:seo" | "basic:mobile:seo")[];
17329
- order?: ("asc" | "desc")[];
17334
+ sort?: "potential" | "relevance";
17335
+ order?: "asc" | "desc";
17330
17336
  };
17331
17337
  }
17332
17338
  namespace Responses {
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.156.0';
1
+ export declare const MittwaldAPIClientVersion = '4.158.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "4.157.0",
3
+ "version": "4.159.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": "475c06d15e3c0f84ad5a113fd13560570541b743"
83
+ "gitHead": "0a48fcd3d76a32aad86dc9a6d716b1a1219be4d6"
84
84
  }