@mittwald/api-client 4.262.0 → 4.264.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.261.0';
1
+ export const MittwaldAPIClientVersion = '4.263.0';
@@ -24032,6 +24032,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
24032
24032
  totalCount: number;
24033
24033
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
24034
24034
  [x: string]: unknown;
24035
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
24036
+ [x: string]: unknown;
24035
24037
  }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
24036
24038
  headers?: Partial<{
24037
24039
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
@@ -24074,6 +24076,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
24074
24076
  totalCount: number;
24075
24077
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
24076
24078
  [x: string]: unknown;
24079
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
24080
+ [x: string]: unknown;
24077
24081
  }, 429, "application/json">>>;
24078
24082
  /** Get all unlocked leads. Organisation can unlock leads. */
24079
24083
  leadfyndrListUnlockedLeads: (request: {
@@ -24150,6 +24154,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
24150
24154
  totalCount: number;
24151
24155
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
24152
24156
  [x: string]: unknown;
24157
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
24158
+ [x: string]: unknown;
24153
24159
  }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
24154
24160
  [x: string]: unknown;
24155
24161
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
@@ -24197,6 +24203,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
24197
24203
  totalCount: number;
24198
24204
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
24199
24205
  [x: string]: unknown;
24206
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
24207
+ [x: string]: unknown;
24200
24208
  }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
24201
24209
  [x: string]: unknown;
24202
24210
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
@@ -556,9 +556,9 @@ export declare const leadfyndrGetUnlockedLead: OpenAPIOperation<RequestType<Simp
556
556
  /** Unlock a lead for the given customerId. */
557
557
  export declare const leadfyndrUnlockLead: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdUnlockedLeadsLeadId.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdUnlockedLeadsLeadId.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdUnlockedLeadsLeadId.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdUnlockedLeadsLeadId.Post.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdUnlockedLeadsLeadId.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdUnlockedLeadsLeadId.Post.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdUnlockedLeadsLeadId.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdUnlockedLeadsLeadId.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdUnlockedLeadsLeadId.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
558
558
  /** Get all leads. Use the unlocked routes for more lead details. */
559
- export declare const leadfyndrListLeads: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdLeads.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdLeads.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdLeads.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdLeads.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdLeads.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdLeads.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
559
+ export declare const leadfyndrListLeads: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdLeads.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdLeads.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdLeads.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdLeads.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdLeads.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdLeads.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdLeads.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
560
560
  /** Get all unlocked leads. Organisation can unlock leads. */
561
- export declare const leadfyndrListUnlockedLeads: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdUnlockedLeads.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdUnlockedLeads.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdUnlockedLeads.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdUnlockedLeads.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdUnlockedLeads.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdUnlockedLeads.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdUnlockedLeads.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdUnlockedLeads.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
561
+ export declare const leadfyndrListUnlockedLeads: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdUnlockedLeads.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdUnlockedLeads.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdUnlockedLeads.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdUnlockedLeads.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdUnlockedLeads.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdUnlockedLeads.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdUnlockedLeads.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdUnlockedLeads.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdUnlockedLeads.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
562
562
  /** Reserve a unlocked lead for the given customerId. */
563
563
  export declare const leadfyndrReserveUnlockedLead: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdUnlockedLeadsLeadIdReservation.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdUnlockedLeadsLeadIdReservation.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdUnlockedLeadsLeadIdReservation.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdUnlockedLeadsLeadIdReservation.Post.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdUnlockedLeadsLeadIdReservation.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdUnlockedLeadsLeadIdReservation.Post.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdUnlockedLeadsLeadIdReservation.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdUnlockedLeadsLeadIdReservation.Post.Responses.$409.Content.ApplicationJson>, 409, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdUnlockedLeadsLeadIdReservation.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdUnlockedLeadsLeadIdReservation.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
564
564
  /** Removes a reservation on a unlocked lead for the given customerId. */
@@ -19827,6 +19827,13 @@ export declare namespace MittwaldAPIV2 {
19827
19827
  }
19828
19828
  }
19829
19829
  }
19830
+ namespace $400 {
19831
+ namespace Content {
19832
+ interface ApplicationJson {
19833
+ [k: string]: unknown;
19834
+ }
19835
+ }
19836
+ }
19830
19837
  namespace $429 {
19831
19838
  namespace Content {
19832
19839
  interface ApplicationJson {
@@ -19893,6 +19900,13 @@ export declare namespace MittwaldAPIV2 {
19893
19900
  }
19894
19901
  }
19895
19902
  }
19903
+ namespace $400 {
19904
+ namespace Content {
19905
+ interface ApplicationJson {
19906
+ [k: string]: unknown;
19907
+ }
19908
+ }
19909
+ }
19896
19910
  namespace $403 {
19897
19911
  namespace Content {
19898
19912
  interface ApplicationJson {
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.261.0';
1
+ export declare const MittwaldAPIClientVersion = '4.263.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "4.262.0",
3
+ "version": "4.264.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",
@@ -46,11 +46,11 @@
46
46
  "test:compile": "run tsc --noEmit"
47
47
  },
48
48
  "dependencies": {
49
- "@mittwald/api-client-commons": "^4.262.0",
49
+ "@mittwald/api-client-commons": "^4.264.0",
50
50
  "browser-or-node": "^3.0.0"
51
51
  },
52
52
  "devDependencies": {
53
- "@mittwald/api-code-generator": "^4.262.0",
53
+ "@mittwald/api-code-generator": "^4.264.0",
54
54
  "@mittwald/react-use-promise": "^2.6.2",
55
55
  "@types/node": "^22.18.11",
56
56
  "@types/react": "^18.3.26",
@@ -80,5 +80,5 @@
80
80
  "optional": true
81
81
  }
82
82
  },
83
- "gitHead": "fe7dffb21e12c059899d03c00b1d48680e0bd2b7"
83
+ "gitHead": "77641cfe3039b61208f81101cdc2941fe19b5162"
84
84
  }