@mittwald/api-client 4.297.0 → 4.298.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.296.0';
1
+ export const MittwaldAPIClientVersion = '4.297.0';
@@ -25766,7 +25766,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
25766
25766
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
25767
25767
  }>;
25768
25768
  }, import("@mittwald/api-client-commons").Response<{
25769
- confidence: string;
25770
25769
  exists: boolean;
25771
25770
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
25772
25771
  [x: string]: unknown;
@@ -25782,7 +25781,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
25782
25781
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
25783
25782
  }>;
25784
25783
  }, import("@mittwald/api-client-commons").Response<{
25785
- confidence: string;
25786
25784
  exists: boolean;
25787
25785
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
25788
25786
  [x: string]: unknown;
@@ -28755,7 +28755,6 @@ export declare namespace MittwaldAPIV2 {
28755
28755
  namespace $200 {
28756
28756
  namespace Content {
28757
28757
  interface ApplicationJson {
28758
- confidence: string;
28759
28758
  exists: boolean;
28760
28759
  }
28761
28760
  }
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.296.0';
1
+ export declare const MittwaldAPIClientVersion = '4.297.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "4.297.0",
3
+ "version": "4.298.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.297.0",
49
+ "@mittwald/api-client-commons": "^4.298.0",
50
50
  "browser-or-node": "^3.0.0"
51
51
  },
52
52
  "devDependencies": {
53
- "@mittwald/api-code-generator": "^4.297.0",
53
+ "@mittwald/api-code-generator": "^4.298.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": "f3006ce9db89089d188d449d4c391aa9a9423990"
83
+ "gitHead": "d45aab2bb46d4b01a24b4c17462b2abb98169498"
84
84
  }