@mittwald/api-client 4.351.0 → 4.352.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.350.0';
1
+ export const MittwaldAPIClientVersion = '4.351.0';
@@ -16130,6 +16130,7 @@ export declare namespace MittwaldAPIV2 {
16130
16130
  namespace V2AppInstallationsAppInstallationIdActionsAction { }
16131
16131
  namespace V2AppinstallationsAppInstallationIdDatabases { }
16132
16132
  namespace V2ActionsValidateContainerRegistryUri { }
16133
+ namespace V2RegistriesRegistryIdActionsValidateCredentials { }
16133
16134
  namespace V2ContractsContractIdItemsContractItemIdNextTerminationDates { }
16134
16135
  namespace V2CustomerCustomerIdActionsLeave { }
16135
16136
  namespace V2CustomersCustomerIdActionsLeave { }
@@ -29898,6 +29899,5 @@ export declare namespace MittwaldAPIV2 {
29898
29899
  }
29899
29900
  }
29900
29901
  }
29901
- namespace V2RegistriesRegistryIdActionsValidateCredentials { }
29902
29902
  }
29903
29903
  }
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.350.0';
1
+ export declare const MittwaldAPIClientVersion = '4.351.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "4.351.0",
3
+ "version": "4.352.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.351.0",
49
+ "@mittwald/api-client-commons": "^4.352.0",
50
50
  "browser-or-node": "^3.0.0"
51
51
  },
52
52
  "devDependencies": {
53
- "@mittwald/api-code-generator": "^4.351.0",
53
+ "@mittwald/api-code-generator": "^4.352.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": "c4096d6afdabbba3ac15b5ebdf0bd90bfb2460e4"
83
+ "gitHead": "4d9e9f2023877b31002cd78d88d3290e6baa6340"
84
84
  }