@mittwald/api-client 4.158.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.
package/dist/esm/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export const MittwaldAPIClientVersion = '4.159.0';
|
|
@@ -1914,10 +1914,10 @@ 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
|
};
|
|
1920
|
+
languages: string[];
|
|
1921
1921
|
leadId: string;
|
|
1922
1922
|
mainTechnology?: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrTechnology | undefined;
|
|
1923
1923
|
metrics: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrBasicMetrics;
|
|
@@ -1965,13 +1965,14 @@ declare const buildLeadFyndrApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1965
1965
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1966
1966
|
} | undefined;
|
|
1967
1967
|
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
1968
|
+
actualUrl: string;
|
|
1968
1969
|
businessFields: string[];
|
|
1969
1970
|
company: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrDetailCompany;
|
|
1970
1971
|
contact: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrContact;
|
|
1971
1972
|
description: string;
|
|
1972
1973
|
domain: string;
|
|
1973
|
-
globalUnlockedCount: number;
|
|
1974
1974
|
hoster: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrHoster;
|
|
1975
|
+
languages: string[];
|
|
1975
1976
|
leadId: string;
|
|
1976
1977
|
mainTechnology?: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrTechnology | undefined;
|
|
1977
1978
|
metrics: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrDetailMetrics;
|
|
@@ -2011,8 +2012,8 @@ declare const buildLeadFyndrApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
2011
2012
|
limit?: number | undefined;
|
|
2012
2013
|
skip?: number | undefined;
|
|
2013
2014
|
page?: number | undefined;
|
|
2014
|
-
sort?:
|
|
2015
|
-
order?:
|
|
2015
|
+
sort?: "potential" | "relevance" | undefined;
|
|
2016
|
+
order?: "asc" | "desc" | undefined;
|
|
2016
2017
|
} | undefined;
|
|
2017
2018
|
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
2018
2019
|
leads: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrLead[];
|
|
@@ -2049,8 +2050,8 @@ declare const buildLeadFyndrApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
2049
2050
|
limit?: number | undefined;
|
|
2050
2051
|
skip?: number | undefined;
|
|
2051
2052
|
page?: number | undefined;
|
|
2052
|
-
sort?:
|
|
2053
|
-
order?:
|
|
2053
|
+
sort?: "potential" | "relevance" | undefined;
|
|
2054
|
+
order?: "asc" | "desc" | undefined;
|
|
2054
2055
|
} | undefined;
|
|
2055
2056
|
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
2056
2057
|
leads: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrUnlockedLead[];
|
|
@@ -20743,10 +20743,10 @@ 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
|
};
|
|
20749
|
+
languages: string[];
|
|
20750
20750
|
leadId: string;
|
|
20751
20751
|
mainTechnology?: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrTechnology | undefined;
|
|
20752
20752
|
metrics: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrBasicMetrics;
|
|
@@ -20775,10 +20775,10 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20775
20775
|
businessFields: string[];
|
|
20776
20776
|
company: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrBasicCompany;
|
|
20777
20777
|
description: string;
|
|
20778
|
-
globalUnlockedCount: number;
|
|
20779
20778
|
hoster: {
|
|
20780
20779
|
server: string[];
|
|
20781
20780
|
};
|
|
20781
|
+
languages: string[];
|
|
20782
20782
|
leadId: string;
|
|
20783
20783
|
mainTechnology?: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrTechnology | undefined;
|
|
20784
20784
|
metrics: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrBasicMetrics;
|
|
@@ -20924,13 +20924,14 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20924
20924
|
customerId: string;
|
|
20925
20925
|
};
|
|
20926
20926
|
}, import("@mittwald/api-client-commons").Response<{
|
|
20927
|
+
actualUrl: string;
|
|
20927
20928
|
businessFields: string[];
|
|
20928
20929
|
company: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrDetailCompany;
|
|
20929
20930
|
contact: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrContact;
|
|
20930
20931
|
description: string;
|
|
20931
20932
|
domain: string;
|
|
20932
|
-
globalUnlockedCount: number;
|
|
20933
20933
|
hoster: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrHoster;
|
|
20934
|
+
languages: string[];
|
|
20934
20935
|
leadId: string;
|
|
20935
20936
|
mainTechnology?: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrTechnology | undefined;
|
|
20936
20937
|
metrics: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrDetailMetrics;
|
|
@@ -20959,13 +20960,14 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20959
20960
|
customerId: string;
|
|
20960
20961
|
};
|
|
20961
20962
|
}, import("@mittwald/api-client-commons").Response<{
|
|
20963
|
+
actualUrl: string;
|
|
20962
20964
|
businessFields: string[];
|
|
20963
20965
|
company: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrDetailCompany;
|
|
20964
20966
|
contact: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrContact;
|
|
20965
20967
|
description: string;
|
|
20966
20968
|
domain: string;
|
|
20967
|
-
globalUnlockedCount: number;
|
|
20968
20969
|
hoster: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrHoster;
|
|
20970
|
+
languages: string[];
|
|
20969
20971
|
leadId: string;
|
|
20970
20972
|
mainTechnology?: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrTechnology | undefined;
|
|
20971
20973
|
metrics: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrDetailMetrics;
|
|
@@ -21059,8 +21061,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21059
21061
|
limit?: number | undefined;
|
|
21060
21062
|
skip?: number | undefined;
|
|
21061
21063
|
page?: number | undefined;
|
|
21062
|
-
sort?:
|
|
21063
|
-
order?:
|
|
21064
|
+
sort?: "potential" | "relevance" | undefined;
|
|
21065
|
+
order?: "asc" | "desc" | undefined;
|
|
21064
21066
|
} | undefined;
|
|
21065
21067
|
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
21066
21068
|
headers?: Partial<{
|
|
@@ -21092,8 +21094,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21092
21094
|
limit?: number | undefined;
|
|
21093
21095
|
skip?: number | undefined;
|
|
21094
21096
|
page?: number | undefined;
|
|
21095
|
-
sort?:
|
|
21096
|
-
order?:
|
|
21097
|
+
sort?: "potential" | "relevance" | undefined;
|
|
21098
|
+
order?: "asc" | "desc" | undefined;
|
|
21097
21099
|
} & Partial<{
|
|
21098
21100
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21099
21101
|
}>;
|
|
@@ -21134,8 +21136,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21134
21136
|
limit?: number | undefined;
|
|
21135
21137
|
skip?: number | undefined;
|
|
21136
21138
|
page?: number | undefined;
|
|
21137
|
-
sort?:
|
|
21138
|
-
order?:
|
|
21139
|
+
sort?: "potential" | "relevance" | undefined;
|
|
21140
|
+
order?: "asc" | "desc" | undefined;
|
|
21139
21141
|
} & Partial<{
|
|
21140
21142
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21141
21143
|
}>;
|
|
@@ -21176,8 +21178,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21176
21178
|
limit?: number | undefined;
|
|
21177
21179
|
skip?: number | undefined;
|
|
21178
21180
|
page?: number | undefined;
|
|
21179
|
-
sort?:
|
|
21180
|
-
order?:
|
|
21181
|
+
sort?: "potential" | "relevance" | undefined;
|
|
21182
|
+
order?: "asc" | "desc" | undefined;
|
|
21181
21183
|
} | undefined;
|
|
21182
21184
|
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
21183
21185
|
headers?: Partial<{
|
|
@@ -21210,8 +21212,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21210
21212
|
limit?: number | undefined;
|
|
21211
21213
|
skip?: number | undefined;
|
|
21212
21214
|
page?: number | undefined;
|
|
21213
|
-
sort?:
|
|
21214
|
-
order?:
|
|
21215
|
+
sort?: "potential" | "relevance" | undefined;
|
|
21216
|
+
order?: "asc" | "desc" | undefined;
|
|
21215
21217
|
} & Partial<{
|
|
21216
21218
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21217
21219
|
}>;
|
|
@@ -21253,8 +21255,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21253
21255
|
limit?: number | undefined;
|
|
21254
21256
|
skip?: number | undefined;
|
|
21255
21257
|
page?: number | undefined;
|
|
21256
|
-
sort?:
|
|
21257
|
-
order?:
|
|
21258
|
+
sort?: "potential" | "relevance" | undefined;
|
|
21259
|
+
order?: "asc" | "desc" | undefined;
|
|
21258
21260
|
} & Partial<{
|
|
21259
21261
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21260
21262
|
}>;
|
|
@@ -3564,9 +3564,11 @@ export declare namespace MittwaldAPIV2 {
|
|
|
3564
3564
|
};
|
|
3565
3565
|
}
|
|
3566
3566
|
type LeadfyndrDetailCompany = MittwaldAPIV2.Components.Schemas.LeadfyndrBasicCompany & {
|
|
3567
|
+
companyType: string[];
|
|
3567
3568
|
coreProduct: string[];
|
|
3568
3569
|
name?: string;
|
|
3569
3570
|
targetGroup: string[];
|
|
3571
|
+
websiteType: string[];
|
|
3570
3572
|
};
|
|
3571
3573
|
interface LeadfyndrDetailMetrics {
|
|
3572
3574
|
additionalMetrics?: {
|
|
@@ -3583,10 +3585,10 @@ export declare namespace MittwaldAPIV2 {
|
|
|
3583
3585
|
businessFields: string[];
|
|
3584
3586
|
company: MittwaldAPIV2.Components.Schemas.LeadfyndrBasicCompany;
|
|
3585
3587
|
description: string;
|
|
3586
|
-
globalUnlockedCount: number;
|
|
3587
3588
|
hoster: {
|
|
3588
3589
|
server: string[];
|
|
3589
3590
|
};
|
|
3591
|
+
languages: string[];
|
|
3590
3592
|
leadId: string;
|
|
3591
3593
|
mainTechnology?: MittwaldAPIV2.Components.Schemas.LeadfyndrTechnology;
|
|
3592
3594
|
metrics: MittwaldAPIV2.Components.Schemas.LeadfyndrBasicMetrics;
|
|
@@ -3654,13 +3656,14 @@ export declare namespace MittwaldAPIV2 {
|
|
|
3654
3656
|
version?: string;
|
|
3655
3657
|
}
|
|
3656
3658
|
interface LeadfyndrUnlockedLead {
|
|
3659
|
+
actualUrl: string;
|
|
3657
3660
|
businessFields: string[];
|
|
3658
3661
|
company: MittwaldAPIV2.Components.Schemas.LeadfyndrDetailCompany;
|
|
3659
3662
|
contact: MittwaldAPIV2.Components.Schemas.LeadfyndrContact;
|
|
3660
3663
|
description: string;
|
|
3661
3664
|
domain: string;
|
|
3662
|
-
globalUnlockedCount: number;
|
|
3663
3665
|
hoster: MittwaldAPIV2.Components.Schemas.LeadfyndrHoster;
|
|
3666
|
+
languages: string[];
|
|
3664
3667
|
leadId: string;
|
|
3665
3668
|
mainTechnology?: MittwaldAPIV2.Components.Schemas.LeadfyndrTechnology;
|
|
3666
3669
|
metrics: MittwaldAPIV2.Components.Schemas.LeadfyndrDetailMetrics;
|
|
@@ -17261,8 +17264,8 @@ export declare namespace MittwaldAPIV2 {
|
|
|
17261
17264
|
limit?: number;
|
|
17262
17265
|
skip?: number;
|
|
17263
17266
|
page?: number;
|
|
17264
|
-
sort?:
|
|
17265
|
-
order?:
|
|
17267
|
+
sort?: "potential" | "relevance";
|
|
17268
|
+
order?: "asc" | "desc";
|
|
17266
17269
|
};
|
|
17267
17270
|
}
|
|
17268
17271
|
namespace Responses {
|
|
@@ -17326,8 +17329,8 @@ export declare namespace MittwaldAPIV2 {
|
|
|
17326
17329
|
limit?: number;
|
|
17327
17330
|
skip?: number;
|
|
17328
17331
|
page?: number;
|
|
17329
|
-
sort?:
|
|
17330
|
-
order?:
|
|
17332
|
+
sort?: "potential" | "relevance";
|
|
17333
|
+
order?: "asc" | "desc";
|
|
17331
17334
|
};
|
|
17332
17335
|
}
|
|
17333
17336
|
namespace Responses {
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '4.
|
|
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.
|
|
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": "
|
|
83
|
+
"gitHead": "78197584b529eb209d3b478044df5b0c6771518c"
|
|
84
84
|
}
|