@mittwald/api-client 4.162.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.
package/dist/esm/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export const MittwaldAPIClientVersion = '4.162.0';
|
|
@@ -1930,7 +1930,6 @@ declare const buildLeadFyndrApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1930
1930
|
hoster: {
|
|
1931
1931
|
server: string[];
|
|
1932
1932
|
};
|
|
1933
|
-
isActive: boolean;
|
|
1934
1933
|
languages: string[];
|
|
1935
1934
|
leadId: string;
|
|
1936
1935
|
mainTechnology?: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrTechnology | undefined;
|
|
@@ -1991,6 +1990,7 @@ declare const buildLeadFyndrApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1991
1990
|
mainTechnology?: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrTechnology | undefined;
|
|
1992
1991
|
metrics: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrDetailMetrics;
|
|
1993
1992
|
potential: number;
|
|
1993
|
+
reservationAllowed?: boolean | undefined;
|
|
1994
1994
|
reservedAt?: string | undefined;
|
|
1995
1995
|
scannedAt?: string | undefined;
|
|
1996
1996
|
screenshot: string;
|
|
@@ -20773,7 +20773,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20773
20773
|
hoster: {
|
|
20774
20774
|
server: string[];
|
|
20775
20775
|
};
|
|
20776
|
-
isActive: boolean;
|
|
20777
20776
|
languages: string[];
|
|
20778
20777
|
leadId: string;
|
|
20779
20778
|
mainTechnology?: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrTechnology | undefined;
|
|
@@ -20806,7 +20805,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20806
20805
|
hoster: {
|
|
20807
20806
|
server: string[];
|
|
20808
20807
|
};
|
|
20809
|
-
isActive: boolean;
|
|
20810
20808
|
languages: string[];
|
|
20811
20809
|
leadId: string;
|
|
20812
20810
|
mainTechnology?: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrTechnology | undefined;
|
|
@@ -20965,6 +20963,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20965
20963
|
mainTechnology?: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrTechnology | undefined;
|
|
20966
20964
|
metrics: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrDetailMetrics;
|
|
20967
20965
|
potential: number;
|
|
20966
|
+
reservationAllowed?: boolean | undefined;
|
|
20968
20967
|
reservedAt?: string | undefined;
|
|
20969
20968
|
scannedAt?: string | undefined;
|
|
20970
20969
|
screenshot: string;
|
|
@@ -21001,6 +21000,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21001
21000
|
mainTechnology?: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrTechnology | undefined;
|
|
21002
21001
|
metrics: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrDetailMetrics;
|
|
21003
21002
|
potential: number;
|
|
21003
|
+
reservationAllowed?: boolean | undefined;
|
|
21004
21004
|
reservedAt?: string | undefined;
|
|
21005
21005
|
scannedAt?: string | undefined;
|
|
21006
21006
|
screenshot: string;
|
|
@@ -3594,7 +3594,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
3594
3594
|
hoster: {
|
|
3595
3595
|
server: string[];
|
|
3596
3596
|
};
|
|
3597
|
-
isActive: boolean;
|
|
3598
3597
|
languages: string[];
|
|
3599
3598
|
leadId: string;
|
|
3600
3599
|
mainTechnology?: MittwaldAPIV2.Components.Schemas.LeadfyndrTechnology;
|
|
@@ -3675,6 +3674,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
3675
3674
|
mainTechnology?: MittwaldAPIV2.Components.Schemas.LeadfyndrTechnology;
|
|
3676
3675
|
metrics: MittwaldAPIV2.Components.Schemas.LeadfyndrDetailMetrics;
|
|
3677
3676
|
potential: number;
|
|
3677
|
+
reservationAllowed?: boolean;
|
|
3678
3678
|
reservedAt?: string;
|
|
3679
3679
|
scannedAt?: string;
|
|
3680
3680
|
screenshot: string;
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '4.
|
|
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.
|
|
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": "
|
|
83
|
+
"gitHead": "29ee375f8af6fbc4d17cb4518c10575026d77a2f"
|
|
84
84
|
}
|