@mittwald/api-client 4.164.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.
@@ -1 +1 @@
1
- export const MittwaldAPIClientVersion = '4.163.0';
1
+ export const MittwaldAPIClientVersion = '4.165.0';
@@ -2708,6 +2708,7 @@ declare const buildProjectApi: (baseClient: MittwaldAPIV2Client) => {
2708
2708
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
2709
2709
  customerId?: string | undefined;
2710
2710
  serverId?: string | undefined;
2711
+ searchTerm?: string | undefined;
2711
2712
  limit?: number | undefined;
2712
2713
  skip?: number | undefined;
2713
2714
  page?: number | undefined;
@@ -2748,6 +2749,7 @@ declare const buildProjectApi: (baseClient: MittwaldAPIV2Client) => {
2748
2749
  limit?: number | undefined;
2749
2750
  page?: number | undefined;
2750
2751
  skip?: number | undefined;
2752
+ searchTerm?: string | undefined;
2751
2753
  } | undefined;
2752
2754
  } | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectServer[]>;
2753
2755
  /** Get storage space Statistics belonging to a Project. */
@@ -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: {
@@ -23075,6 +23083,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
23075
23083
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
23076
23084
  customerId?: string | undefined;
23077
23085
  serverId?: string | undefined;
23086
+ searchTerm?: string | undefined;
23078
23087
  limit?: number | undefined;
23079
23088
  skip?: number | undefined;
23080
23089
  page?: number | undefined;
@@ -23087,6 +23096,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
23087
23096
  queryParameters: {
23088
23097
  customerId?: string | undefined;
23089
23098
  serverId?: string | undefined;
23099
+ searchTerm?: string | undefined;
23090
23100
  limit?: number | undefined;
23091
23101
  skip?: number | undefined;
23092
23102
  page?: number | undefined;
@@ -23136,6 +23146,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
23136
23146
  queryParameters: {
23137
23147
  customerId?: string | undefined;
23138
23148
  serverId?: string | undefined;
23149
+ searchTerm?: string | undefined;
23139
23150
  limit?: number | undefined;
23140
23151
  skip?: number | undefined;
23141
23152
  page?: number | undefined;
@@ -23190,6 +23201,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
23190
23201
  limit?: number | undefined;
23191
23202
  page?: number | undefined;
23192
23203
  skip?: number | undefined;
23204
+ searchTerm?: string | undefined;
23193
23205
  } | undefined;
23194
23206
  } | null | undefined, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
23195
23207
  headers?: Partial<{
@@ -23201,6 +23213,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
23201
23213
  limit?: number | undefined;
23202
23214
  page?: number | undefined;
23203
23215
  skip?: number | undefined;
23216
+ searchTerm?: string | undefined;
23204
23217
  } & Partial<{
23205
23218
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
23206
23219
  }>;
@@ -23224,6 +23237,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
23224
23237
  limit?: number | undefined;
23225
23238
  page?: number | undefined;
23226
23239
  skip?: number | undefined;
23240
+ searchTerm?: string | undefined;
23227
23241
  } & Partial<{
23228
23242
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
23229
23243
  }>;
@@ -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 {
@@ -20566,6 +20580,7 @@ export declare namespace MittwaldAPIV2 {
20566
20580
  type Query = {
20567
20581
  customerId?: string;
20568
20582
  serverId?: string;
20583
+ searchTerm?: string;
20569
20584
  limit?: number;
20570
20585
  skip?: number;
20571
20586
  page?: number;
@@ -20645,6 +20660,7 @@ export declare namespace MittwaldAPIV2 {
20645
20660
  limit?: number;
20646
20661
  page?: number;
20647
20662
  skip?: number;
20663
+ searchTerm?: string;
20648
20664
  };
20649
20665
  }
20650
20666
  namespace Responses {
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.163.0';
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.164.0",
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": "31e571f6894f98ade8aea9252325157f7aa0250d"
83
+ "gitHead": "d4fd9a1d14e0d483b11708b19bb9d82e934ac042"
84
84
  }