@mittwald/api-client 4.271.0 → 4.273.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.270.0';
1
+ export const MittwaldAPIClientVersion = '4.272.0';
@@ -16619,6 +16619,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
16619
16619
  queryParameters?: {
16620
16620
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
16621
16621
  transit?: boolean | undefined;
16622
+ deleteIngresses?: boolean | undefined;
16622
16623
  } | undefined;
16623
16624
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
16624
16625
  headers?: Partial<{
@@ -16631,6 +16632,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
16631
16632
  } & {
16632
16633
  queryParameters: {
16633
16634
  transit?: boolean | undefined;
16635
+ deleteIngresses?: boolean | undefined;
16634
16636
  } & Partial<{
16635
16637
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
16636
16638
  }>;
@@ -16661,6 +16663,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
16661
16663
  } & {
16662
16664
  queryParameters: {
16663
16665
  transit?: boolean | undefined;
16666
+ deleteIngresses?: boolean | undefined;
16664
16667
  } & Partial<{
16665
16668
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
16666
16669
  }>;
@@ -15677,6 +15677,7 @@ export declare namespace MittwaldAPIV2 {
15677
15677
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
15678
15678
  type Query = {
15679
15679
  transit?: boolean;
15680
+ deleteIngresses?: boolean;
15680
15681
  };
15681
15682
  }
15682
15683
  namespace Responses {
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.270.0';
1
+ export declare const MittwaldAPIClientVersion = '4.272.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "4.271.0",
3
+ "version": "4.273.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.271.0",
49
+ "@mittwald/api-client-commons": "^4.273.0",
50
50
  "browser-or-node": "^3.0.0"
51
51
  },
52
52
  "devDependencies": {
53
- "@mittwald/api-code-generator": "^4.271.0",
53
+ "@mittwald/api-code-generator": "^4.273.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": "d0df84eddeec644a0a724b41761aebed23965bd9"
83
+ "gitHead": "b5589d2520581e1451412b91bc2f3d683d9b3899"
84
84
  }