@mittwald/api-client 4.165.0 → 4.166.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.165.0';
|
|
@@ -21255,6 +21255,10 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21255
21255
|
totalCount: number;
|
|
21256
21256
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
21257
21257
|
[x: string]: unknown;
|
|
21258
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
21259
|
+
[x: string]: unknown;
|
|
21260
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
21261
|
+
[x: string]: unknown;
|
|
21258
21262
|
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
21259
21263
|
headers?: Partial<{
|
|
21260
21264
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
@@ -21298,6 +21302,10 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21298
21302
|
totalCount: number;
|
|
21299
21303
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
21300
21304
|
[x: string]: unknown;
|
|
21305
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
21306
|
+
[x: string]: unknown;
|
|
21307
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
21308
|
+
[x: string]: unknown;
|
|
21301
21309
|
}, 429, "application/json">>>;
|
|
21302
21310
|
/** Reserve a unlocked lead for the given customerId. */
|
|
21303
21311
|
leadfyndrReserveUnlockedLeadExperimental: (request: {
|
|
@@ -488,7 +488,7 @@ export declare const leadfyndrUnlockLeadExperimental: OpenAPIOperation<RequestTy
|
|
|
488
488
|
/** Get all leads. Use the unlocked routes for more lead details. */
|
|
489
489
|
export declare const leadfyndrListLeadsExperimental: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ExperimentalCustomersCustomerIdLeads.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ExperimentalCustomersCustomerIdLeads.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ExperimentalCustomersCustomerIdLeads.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ExperimentalCustomersCustomerIdLeads.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExperimentalCustomersCustomerIdLeads.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExperimentalCustomersCustomerIdLeads.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
490
490
|
/** Get all unlocked leads. Organisation can unlock leads. */
|
|
491
|
-
export declare const leadfyndrListUnlockedLeadsExperimental: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ExperimentalCustomersCustomerIdUnlockedLeads.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ExperimentalCustomersCustomerIdUnlockedLeads.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ExperimentalCustomersCustomerIdUnlockedLeads.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ExperimentalCustomersCustomerIdUnlockedLeads.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExperimentalCustomersCustomerIdUnlockedLeads.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExperimentalCustomersCustomerIdUnlockedLeads.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
491
|
+
export declare const leadfyndrListUnlockedLeadsExperimental: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ExperimentalCustomersCustomerIdUnlockedLeads.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ExperimentalCustomersCustomerIdUnlockedLeads.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ExperimentalCustomersCustomerIdUnlockedLeads.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ExperimentalCustomersCustomerIdUnlockedLeads.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExperimentalCustomersCustomerIdUnlockedLeads.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExperimentalCustomersCustomerIdUnlockedLeads.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExperimentalCustomersCustomerIdUnlockedLeads.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExperimentalCustomersCustomerIdUnlockedLeads.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
492
492
|
/** Reserve a unlocked lead for the given customerId. */
|
|
493
493
|
export declare const leadfyndrReserveUnlockedLeadExperimental: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ExperimentalCustomersCustomerIdUnlockedLeadsLeadIdReservation.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ExperimentalCustomersCustomerIdUnlockedLeadsLeadIdReservation.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ExperimentalCustomersCustomerIdUnlockedLeadsLeadIdReservation.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ExperimentalCustomersCustomerIdUnlockedLeadsLeadIdReservation.Post.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExperimentalCustomersCustomerIdUnlockedLeadsLeadIdReservation.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExperimentalCustomersCustomerIdUnlockedLeadsLeadIdReservation.Post.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExperimentalCustomersCustomerIdUnlockedLeadsLeadIdReservation.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExperimentalCustomersCustomerIdUnlockedLeadsLeadIdReservation.Post.Responses.$409.Content.ApplicationJson>, 409, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExperimentalCustomersCustomerIdUnlockedLeadsLeadIdReservation.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExperimentalCustomersCustomerIdUnlockedLeadsLeadIdReservation.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
494
494
|
/** Removes a reservation on a unlocked lead for the given customerId. */
|
|
@@ -17353,6 +17353,20 @@ export declare namespace MittwaldAPIV2 {
|
|
|
17353
17353
|
}
|
|
17354
17354
|
}
|
|
17355
17355
|
}
|
|
17356
|
+
namespace $403 {
|
|
17357
|
+
namespace Content {
|
|
17358
|
+
interface ApplicationJson {
|
|
17359
|
+
[k: string]: unknown;
|
|
17360
|
+
}
|
|
17361
|
+
}
|
|
17362
|
+
}
|
|
17363
|
+
namespace $404 {
|
|
17364
|
+
namespace Content {
|
|
17365
|
+
interface ApplicationJson {
|
|
17366
|
+
[k: string]: unknown;
|
|
17367
|
+
}
|
|
17368
|
+
}
|
|
17369
|
+
}
|
|
17356
17370
|
namespace $429 {
|
|
17357
17371
|
namespace Content {
|
|
17358
17372
|
interface ApplicationJson {
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export declare const MittwaldAPIClientVersion = '4.165.0';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/api-client",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.166.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": "d4fd9a1d14e0d483b11708b19bb9d82e934ac042"
|
|
84
84
|
}
|