@mittwald/api-client 4.152.0 → 4.154.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/generated/v2/client-react.js +2 -0
- package/dist/esm/generated/v2/client.js +2 -0
- package/dist/esm/generated/v2/descriptors.js +6 -0
- package/dist/esm/version.js +1 -1
- package/dist/types/generated/v2/client-react.d.ts +19 -0
- package/dist/types/generated/v2/client.d.ts +72 -0
- package/dist/types/generated/v2/descriptors.d.ts +2 -0
- package/dist/types/generated/v2/types.d.ts +79 -1
- package/dist/types/version.d.ts +1 -1
- package/package.json +2 -2
|
@@ -266,6 +266,8 @@ const buildLeadFyndrApi = (baseClient) => ({
|
|
|
266
266
|
leadfyndrListLeadsExperimental: new ApiCallAsyncResourceFactory(descriptors.leadfyndrListLeadsExperimental, baseClient.leadFyndr.leadfyndrListLeadsExperimental).getApiResource,
|
|
267
267
|
/** Get all unlocked leads. Organisation can unlock leads. */
|
|
268
268
|
leadfyndrListUnlockedLeadsExperimental: new ApiCallAsyncResourceFactory(descriptors.leadfyndrListUnlockedLeadsExperimental, baseClient.leadFyndr.leadfyndrListUnlockedLeadsExperimental).getApiResource,
|
|
269
|
+
/** Get cities in DACH. */
|
|
270
|
+
leadfyndrGetCitiesExperimental: new ApiCallAsyncResourceFactory(descriptors.leadfyndrGetCitiesExperimental, baseClient.leadFyndr.leadfyndrGetCitiesExperimental).getApiResource,
|
|
269
271
|
});
|
|
270
272
|
const buildMailApi = (baseClient) => ({
|
|
271
273
|
/** List DeliveryBoxes belonging to a Project. */
|
|
@@ -719,6 +719,8 @@ export class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
719
719
|
leadfyndrReserveUnlockedLeadExperimental: this.requestFunctionFactory(descriptors.leadfyndrReserveUnlockedLeadExperimental),
|
|
720
720
|
/** Removes a reservation on a unlocked lead for the given customerId. */
|
|
721
721
|
leadfyndrRemoveUnlockedLeadReservationExperimental: this.requestFunctionFactory(descriptors.leadfyndrRemoveUnlockedLeadReservationExperimental),
|
|
722
|
+
/** Get cities in DACH. */
|
|
723
|
+
leadfyndrGetCitiesExperimental: this.requestFunctionFactory(descriptors.leadfyndrGetCitiesExperimental),
|
|
722
724
|
};
|
|
723
725
|
/** The page insights API allows you to get page insights information. */
|
|
724
726
|
pageInsights = {
|
|
@@ -2332,3 +2332,9 @@ export const verificationVerifyCompany = {
|
|
|
2332
2332
|
method: "POST",
|
|
2333
2333
|
operationId: "verification-verify-company",
|
|
2334
2334
|
};
|
|
2335
|
+
/** Get cities in DACH. */
|
|
2336
|
+
export const leadfyndrGetCitiesExperimental = {
|
|
2337
|
+
path: "/v2-experimental/cities",
|
|
2338
|
+
method: "GET",
|
|
2339
|
+
operationId: "leadfyndr-get-cities-experimental",
|
|
2340
|
+
};
|
package/dist/esm/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export const MittwaldAPIClientVersion = '4.153.0';
|
|
@@ -457,6 +457,7 @@ declare const buildContainerApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
457
457
|
shortId: string;
|
|
458
458
|
stackId: string;
|
|
459
459
|
status: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerServiceStatus;
|
|
460
|
+
statusSetAt: string;
|
|
460
461
|
}>;
|
|
461
462
|
/** List Services belonging to a Project. */
|
|
462
463
|
listServices: (conf: {
|
|
@@ -1986,6 +1987,10 @@ declare const buildLeadFyndrApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1986
1987
|
salesVolumeMin?: number | undefined;
|
|
1987
1988
|
salesVolumeMax?: number | undefined;
|
|
1988
1989
|
technologies?: string[] | undefined;
|
|
1990
|
+
businessFields?: string[] | undefined;
|
|
1991
|
+
locationCity?: string | undefined;
|
|
1992
|
+
locationPostCode?: string | undefined;
|
|
1993
|
+
locationRadiusInKm?: number | undefined;
|
|
1989
1994
|
"basic:timeToFirstByteMs:min"?: number | undefined;
|
|
1990
1995
|
"basic:timeToFirstByteMs:max"?: number | undefined;
|
|
1991
1996
|
"basic:desktop:performance:min"?: number | undefined;
|
|
@@ -2019,6 +2024,10 @@ declare const buildLeadFyndrApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
2019
2024
|
salesVolumeMin?: number | undefined;
|
|
2020
2025
|
salesVolumeMax?: number | undefined;
|
|
2021
2026
|
technologies?: string[] | undefined;
|
|
2027
|
+
businessFields?: string[] | undefined;
|
|
2028
|
+
locationCity?: string | undefined;
|
|
2029
|
+
locationPostCode?: string | undefined;
|
|
2030
|
+
locationRadiusInKm?: number | undefined;
|
|
2022
2031
|
"basic:timeToFirstByteMs:min"?: number | undefined;
|
|
2023
2032
|
"basic:timeToFirstByteMs:max"?: number | undefined;
|
|
2024
2033
|
"basic:desktop:performance:min"?: number | undefined;
|
|
@@ -2038,6 +2047,16 @@ declare const buildLeadFyndrApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
2038
2047
|
skip: number;
|
|
2039
2048
|
totalCount: number;
|
|
2040
2049
|
}>;
|
|
2050
|
+
/** Get cities in DACH. */
|
|
2051
|
+
leadfyndrGetCitiesExperimental: (conf: {
|
|
2052
|
+
queryParameters: {
|
|
2053
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
2054
|
+
input: string;
|
|
2055
|
+
};
|
|
2056
|
+
headers?: {
|
|
2057
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
2058
|
+
} | undefined;
|
|
2059
|
+
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrCity[]>;
|
|
2041
2060
|
};
|
|
2042
2061
|
declare const buildMailApi: (baseClient: MittwaldAPIV2Client) => {
|
|
2043
2062
|
/** List DeliveryBoxes belonging to a Project. */
|
|
@@ -3292,6 +3292,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
3292
3292
|
shortId: string;
|
|
3293
3293
|
stackId: string;
|
|
3294
3294
|
status: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerServiceStatus;
|
|
3295
|
+
statusSetAt: string;
|
|
3295
3296
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
3296
3297
|
[x: string]: unknown;
|
|
3297
3298
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
@@ -3330,6 +3331,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
3330
3331
|
shortId: string;
|
|
3331
3332
|
stackId: string;
|
|
3332
3333
|
status: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerServiceStatus;
|
|
3334
|
+
statusSetAt: string;
|
|
3333
3335
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
3334
3336
|
[x: string]: unknown;
|
|
3335
3337
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
@@ -20996,6 +20998,10 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20996
20998
|
salesVolumeMin?: number | undefined;
|
|
20997
20999
|
salesVolumeMax?: number | undefined;
|
|
20998
21000
|
technologies?: string[] | undefined;
|
|
21001
|
+
businessFields?: string[] | undefined;
|
|
21002
|
+
locationCity?: string | undefined;
|
|
21003
|
+
locationPostCode?: string | undefined;
|
|
21004
|
+
locationRadiusInKm?: number | undefined;
|
|
20999
21005
|
"basic:timeToFirstByteMs:min"?: number | undefined;
|
|
21000
21006
|
"basic:timeToFirstByteMs:max"?: number | undefined;
|
|
21001
21007
|
"basic:desktop:performance:min"?: number | undefined;
|
|
@@ -21025,6 +21031,10 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21025
21031
|
salesVolumeMin?: number | undefined;
|
|
21026
21032
|
salesVolumeMax?: number | undefined;
|
|
21027
21033
|
technologies?: string[] | undefined;
|
|
21034
|
+
businessFields?: string[] | undefined;
|
|
21035
|
+
locationCity?: string | undefined;
|
|
21036
|
+
locationPostCode?: string | undefined;
|
|
21037
|
+
locationRadiusInKm?: number | undefined;
|
|
21028
21038
|
"basic:timeToFirstByteMs:min"?: number | undefined;
|
|
21029
21039
|
"basic:timeToFirstByteMs:max"?: number | undefined;
|
|
21030
21040
|
"basic:desktop:performance:min"?: number | undefined;
|
|
@@ -21063,6 +21073,10 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21063
21073
|
salesVolumeMin?: number | undefined;
|
|
21064
21074
|
salesVolumeMax?: number | undefined;
|
|
21065
21075
|
technologies?: string[] | undefined;
|
|
21076
|
+
businessFields?: string[] | undefined;
|
|
21077
|
+
locationCity?: string | undefined;
|
|
21078
|
+
locationPostCode?: string | undefined;
|
|
21079
|
+
locationRadiusInKm?: number | undefined;
|
|
21066
21080
|
"basic:timeToFirstByteMs:min"?: number | undefined;
|
|
21067
21081
|
"basic:timeToFirstByteMs:max"?: number | undefined;
|
|
21068
21082
|
"basic:desktop:performance:min"?: number | undefined;
|
|
@@ -21100,6 +21114,10 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21100
21114
|
salesVolumeMin?: number | undefined;
|
|
21101
21115
|
salesVolumeMax?: number | undefined;
|
|
21102
21116
|
technologies?: string[] | undefined;
|
|
21117
|
+
businessFields?: string[] | undefined;
|
|
21118
|
+
locationCity?: string | undefined;
|
|
21119
|
+
locationPostCode?: string | undefined;
|
|
21120
|
+
locationRadiusInKm?: number | undefined;
|
|
21103
21121
|
"basic:timeToFirstByteMs:min"?: number | undefined;
|
|
21104
21122
|
"basic:timeToFirstByteMs:max"?: number | undefined;
|
|
21105
21123
|
"basic:desktop:performance:min"?: number | undefined;
|
|
@@ -21130,6 +21148,10 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21130
21148
|
salesVolumeMin?: number | undefined;
|
|
21131
21149
|
salesVolumeMax?: number | undefined;
|
|
21132
21150
|
technologies?: string[] | undefined;
|
|
21151
|
+
businessFields?: string[] | undefined;
|
|
21152
|
+
locationCity?: string | undefined;
|
|
21153
|
+
locationPostCode?: string | undefined;
|
|
21154
|
+
locationRadiusInKm?: number | undefined;
|
|
21133
21155
|
"basic:timeToFirstByteMs:min"?: number | undefined;
|
|
21134
21156
|
"basic:timeToFirstByteMs:max"?: number | undefined;
|
|
21135
21157
|
"basic:desktop:performance:min"?: number | undefined;
|
|
@@ -21169,6 +21191,10 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21169
21191
|
salesVolumeMin?: number | undefined;
|
|
21170
21192
|
salesVolumeMax?: number | undefined;
|
|
21171
21193
|
technologies?: string[] | undefined;
|
|
21194
|
+
businessFields?: string[] | undefined;
|
|
21195
|
+
locationCity?: string | undefined;
|
|
21196
|
+
locationPostCode?: string | undefined;
|
|
21197
|
+
locationRadiusInKm?: number | undefined;
|
|
21172
21198
|
"basic:timeToFirstByteMs:min"?: number | undefined;
|
|
21173
21199
|
"basic:timeToFirstByteMs:max"?: number | undefined;
|
|
21174
21200
|
"basic:desktop:performance:min"?: number | undefined;
|
|
@@ -21292,6 +21318,52 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21292
21318
|
}, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
21293
21319
|
[x: string]: unknown;
|
|
21294
21320
|
}, 429, "application/json">>>;
|
|
21321
|
+
/** Get cities in DACH. */
|
|
21322
|
+
leadfyndrGetCitiesExperimental: (request: {
|
|
21323
|
+
queryParameters: {
|
|
21324
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
21325
|
+
input: string;
|
|
21326
|
+
};
|
|
21327
|
+
headers?: {
|
|
21328
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
21329
|
+
} | undefined;
|
|
21330
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
21331
|
+
headers?: Partial<{
|
|
21332
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21333
|
+
}>;
|
|
21334
|
+
} & {
|
|
21335
|
+
queryParameters: {
|
|
21336
|
+
input: string;
|
|
21337
|
+
} & Partial<{
|
|
21338
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21339
|
+
}>;
|
|
21340
|
+
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrCity[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
21341
|
+
[x: string]: unknown;
|
|
21342
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
21343
|
+
[x: string]: unknown;
|
|
21344
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
21345
|
+
[x: string]: unknown;
|
|
21346
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
21347
|
+
[x: string]: unknown;
|
|
21348
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
21349
|
+
headers?: Partial<{
|
|
21350
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21351
|
+
}>;
|
|
21352
|
+
} & {
|
|
21353
|
+
queryParameters: {
|
|
21354
|
+
input: string;
|
|
21355
|
+
} & Partial<{
|
|
21356
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21357
|
+
}>;
|
|
21358
|
+
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrCity[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
21359
|
+
[x: string]: unknown;
|
|
21360
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
21361
|
+
[x: string]: unknown;
|
|
21362
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
21363
|
+
[x: string]: unknown;
|
|
21364
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
21365
|
+
[x: string]: unknown;
|
|
21366
|
+
}, 429, "application/json">>>;
|
|
21295
21367
|
};
|
|
21296
21368
|
/** The page insights API allows you to get page insights information. */
|
|
21297
21369
|
readonly pageInsights: {
|
|
@@ -781,3 +781,5 @@ export declare const userVerifyRegistration: OpenAPIOperation<RequestType<Simpli
|
|
|
781
781
|
export declare const verificationVerifyAddress: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Responses.$500.Content.Empty>, 500, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
782
782
|
/** Check if a company exists. */
|
|
783
783
|
export declare const verificationVerifyCompany: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Responses.$412.Content.Empty>, 412, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Responses.$500.Content.Empty>, 500, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
784
|
+
/** Get cities in DACH. */
|
|
785
|
+
export declare const leadfyndrGetCitiesExperimental: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ExperimentalCities.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ExperimentalCities.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ExperimentalCities.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ExperimentalCities.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExperimentalCities.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExperimentalCities.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExperimentalCities.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExperimentalCities.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExperimentalCities.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
@@ -1558,6 +1558,10 @@ export declare namespace MittwaldAPIV2 {
|
|
|
1558
1558
|
type RequestData = InferredRequestData<typeof descriptors.verificationVerifyCompany>;
|
|
1559
1559
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.verificationVerifyCompany, TStatus>;
|
|
1560
1560
|
}
|
|
1561
|
+
namespace LeadfyndrGetCitiesExperimental {
|
|
1562
|
+
type RequestData = InferredRequestData<typeof descriptors.leadfyndrGetCitiesExperimental>;
|
|
1563
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.leadfyndrGetCitiesExperimental, TStatus>;
|
|
1564
|
+
}
|
|
1561
1565
|
}
|
|
1562
1566
|
namespace Components {
|
|
1563
1567
|
namespace Schemas {
|
|
@@ -2011,6 +2015,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
2011
2015
|
shortId: string;
|
|
2012
2016
|
stackId: string;
|
|
2013
2017
|
status: MittwaldAPIV2.Components.Schemas.ContainerServiceStatus;
|
|
2018
|
+
statusSetAt: string;
|
|
2014
2019
|
}
|
|
2015
2020
|
interface ContainerServiceState {
|
|
2016
2021
|
command?: string[];
|
|
@@ -4899,6 +4904,11 @@ export declare namespace MittwaldAPIV2 {
|
|
|
4899
4904
|
name: string;
|
|
4900
4905
|
value: string;
|
|
4901
4906
|
}
|
|
4907
|
+
interface LeadfyndrCity {
|
|
4908
|
+
city: string;
|
|
4909
|
+
country: string;
|
|
4910
|
+
postCode: string;
|
|
4911
|
+
}
|
|
4902
4912
|
interface CommonsAddress {
|
|
4903
4913
|
street: string;
|
|
4904
4914
|
houseNumber: string;
|
|
@@ -15740,7 +15750,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
15740
15750
|
*/
|
|
15741
15751
|
published: boolean;
|
|
15742
15752
|
/**
|
|
15743
|
-
* When
|
|
15753
|
+
* When withdrawing an extension a reason is required.
|
|
15744
15754
|
*/
|
|
15745
15755
|
reason?: string;
|
|
15746
15756
|
}
|
|
@@ -17178,6 +17188,13 @@ export declare namespace MittwaldAPIV2 {
|
|
|
17178
17188
|
salesVolumeMin?: number;
|
|
17179
17189
|
salesVolumeMax?: number;
|
|
17180
17190
|
technologies?: string[];
|
|
17191
|
+
/**
|
|
17192
|
+
* @maxItems 15
|
|
17193
|
+
*/
|
|
17194
|
+
businessFields?: string[];
|
|
17195
|
+
locationCity?: string;
|
|
17196
|
+
locationPostCode?: string;
|
|
17197
|
+
locationRadiusInKm?: number;
|
|
17181
17198
|
"basic:timeToFirstByteMs:min"?: number;
|
|
17182
17199
|
"basic:timeToFirstByteMs:max"?: number;
|
|
17183
17200
|
"basic:desktop:performance:min"?: number;
|
|
@@ -17235,6 +17252,13 @@ export declare namespace MittwaldAPIV2 {
|
|
|
17235
17252
|
salesVolumeMin?: number;
|
|
17236
17253
|
salesVolumeMax?: number;
|
|
17237
17254
|
technologies?: string[];
|
|
17255
|
+
/**
|
|
17256
|
+
* @maxItems 15
|
|
17257
|
+
*/
|
|
17258
|
+
businessFields?: string[];
|
|
17259
|
+
locationCity?: string;
|
|
17260
|
+
locationPostCode?: string;
|
|
17261
|
+
locationRadiusInKm?: number;
|
|
17238
17262
|
"basic:timeToFirstByteMs:min"?: number;
|
|
17239
17263
|
"basic:timeToFirstByteMs:max"?: number;
|
|
17240
17264
|
"basic:desktop:performance:min"?: number;
|
|
@@ -24492,5 +24516,59 @@ export declare namespace MittwaldAPIV2 {
|
|
|
24492
24516
|
}
|
|
24493
24517
|
}
|
|
24494
24518
|
}
|
|
24519
|
+
namespace V2Cities { }
|
|
24520
|
+
namespace V2ExperimentalCities {
|
|
24521
|
+
namespace Get {
|
|
24522
|
+
namespace Parameters {
|
|
24523
|
+
type Path = {};
|
|
24524
|
+
type Header = {};
|
|
24525
|
+
type Query = {
|
|
24526
|
+
input: string;
|
|
24527
|
+
};
|
|
24528
|
+
}
|
|
24529
|
+
namespace Responses {
|
|
24530
|
+
namespace $200 {
|
|
24531
|
+
namespace Content {
|
|
24532
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.LeadfyndrCity[];
|
|
24533
|
+
}
|
|
24534
|
+
}
|
|
24535
|
+
namespace $400 {
|
|
24536
|
+
namespace Content {
|
|
24537
|
+
interface ApplicationJson {
|
|
24538
|
+
[k: string]: unknown;
|
|
24539
|
+
}
|
|
24540
|
+
}
|
|
24541
|
+
}
|
|
24542
|
+
namespace $403 {
|
|
24543
|
+
namespace Content {
|
|
24544
|
+
interface ApplicationJson {
|
|
24545
|
+
[k: string]: unknown;
|
|
24546
|
+
}
|
|
24547
|
+
}
|
|
24548
|
+
}
|
|
24549
|
+
namespace $404 {
|
|
24550
|
+
namespace Content {
|
|
24551
|
+
interface ApplicationJson {
|
|
24552
|
+
[k: string]: unknown;
|
|
24553
|
+
}
|
|
24554
|
+
}
|
|
24555
|
+
}
|
|
24556
|
+
namespace $429 {
|
|
24557
|
+
namespace Content {
|
|
24558
|
+
interface ApplicationJson {
|
|
24559
|
+
[k: string]: unknown;
|
|
24560
|
+
}
|
|
24561
|
+
}
|
|
24562
|
+
}
|
|
24563
|
+
namespace Default {
|
|
24564
|
+
namespace Content {
|
|
24565
|
+
interface ApplicationJson {
|
|
24566
|
+
[k: string]: unknown;
|
|
24567
|
+
}
|
|
24568
|
+
}
|
|
24569
|
+
}
|
|
24570
|
+
}
|
|
24571
|
+
}
|
|
24572
|
+
}
|
|
24495
24573
|
}
|
|
24496
24574
|
}
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export declare const MittwaldAPIClientVersion = '4.153.0';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/api-client",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.154.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": "f5dd9212b6545fb78505c1c813ded5b92ef08275"
|
|
84
84
|
}
|