@mittwald/api-client 4.241.0 → 4.242.2

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.240.0';
1
+ export const MittwaldAPIClientVersion = '4.242.1';
@@ -2852,6 +2852,7 @@ declare const buildProjectApi: (baseClient: MittwaldAPIV2Client) => {
2852
2852
  clusterId?: string | undefined;
2853
2853
  createdAt: string;
2854
2854
  customerId: string;
2855
+ deletionRequested?: boolean | undefined;
2855
2856
  description: string;
2856
2857
  directories: {
2857
2858
  [k: string]: string;
@@ -25303,6 +25303,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
25303
25303
  clusterId?: string | undefined;
25304
25304
  createdAt: string;
25305
25305
  customerId: string;
25306
+ deletionRequested?: boolean | undefined;
25306
25307
  description: string;
25307
25308
  directories: {
25308
25309
  [k: string]: string;
@@ -25352,6 +25353,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
25352
25353
  clusterId?: string | undefined;
25353
25354
  createdAt: string;
25354
25355
  customerId: string;
25356
+ deletionRequested?: boolean | undefined;
25355
25357
  description: string;
25356
25358
  directories: {
25357
25359
  [k: string]: string;
@@ -4887,6 +4887,7 @@ export declare namespace MittwaldAPIV2 {
4887
4887
  clusterId?: string;
4888
4888
  createdAt: string;
4889
4889
  customerId: string;
4890
+ deletionRequested?: boolean;
4890
4891
  description: string;
4891
4892
  directories: {
4892
4893
  [k: string]: string;
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.240.0';
1
+ export declare const MittwaldAPIClientVersion = '4.242.1';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "4.241.0",
3
+ "version": "4.242.2",
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,30 +46,30 @@
46
46
  "test:compile": "run tsc --noEmit"
47
47
  },
48
48
  "dependencies": {
49
- "@mittwald/api-client-commons": "^4.224.1",
49
+ "@mittwald/api-client-commons": "^4.242.2",
50
50
  "browser-or-node": "^3.0.0"
51
51
  },
52
52
  "devDependencies": {
53
- "@mittwald/api-code-generator": "^4.224.1",
54
- "@mittwald/react-use-promise": "^2.6.0",
55
- "@types/node": "^22.10.1",
56
- "@types/react": "^18.3.14",
53
+ "@mittwald/api-code-generator": "^4.242.2",
54
+ "@mittwald/react-use-promise": "^2.6.2",
55
+ "@types/node": "^22.18.11",
56
+ "@types/react": "^18.3.26",
57
57
  "@typescript-eslint/eslint-plugin": "^7.18.0",
58
58
  "@typescript-eslint/parser": "^7.18.0",
59
59
  "concurrently": "^8.2.2",
60
60
  "eslint": "^8.57.1",
61
- "eslint-config-prettier": "^9.1.0",
61
+ "eslint-config-prettier": "^9.1.2",
62
62
  "eslint-plugin-json": "^3.1.0",
63
- "eslint-plugin-prettier": "^5.2.1",
63
+ "eslint-plugin-prettier": "^5.5.4",
64
64
  "has-flag": "^5.0.1",
65
- "prettier": "^3.4.2",
66
- "prettier-plugin-jsdoc": "^1.3.0",
65
+ "prettier": "^3.6.2",
66
+ "prettier-plugin-jsdoc": "^1.3.3",
67
67
  "prettier-plugin-pkgsort": "^0.2.1",
68
68
  "prettier-plugin-sort-json": "^3.1.0",
69
69
  "react": "^18.3.1",
70
70
  "read-pkg": "^9.0.1",
71
71
  "rimraf": "^5.0.10",
72
- "tsx": "^4.19.2",
72
+ "tsx": "^4.20.6",
73
73
  "typescript": "5.7.2"
74
74
  },
75
75
  "peerDependencies": {
@@ -80,5 +80,5 @@
80
80
  "optional": true
81
81
  }
82
82
  },
83
- "gitHead": "39e58fe7be1a20709feb625c5bb618577211e09d"
83
+ "gitHead": "27830b582097ce07e85f4f5fcd49d5d45ec90091"
84
84
  }