@mittwald/api-client 4.336.0 → 4.337.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.335.0';
1
+ export const MittwaldAPIClientVersion = '4.336.0';
@@ -6045,7 +6045,7 @@ export declare namespace MittwaldAPIV2 {
6045
6045
  }
6046
6046
  type VerificationEmailOrigin = "IS_MITTWALD" | "IS_NOT_MITTWALD" | "COULD_BE_MITTWALD";
6047
6047
  type ContainerVolumeSortOrder = "nameAsc" | "nameDesc" | "storageAsc" | "storageDesc";
6048
- interface AihostingCustomerDetailedModel {
6048
+ interface AihostingProjectDetailedModel {
6049
6049
  activeAt: string;
6050
6050
  displayName: string;
6051
6051
  docLink: string;
@@ -6055,8 +6055,7 @@ export declare namespace MittwaldAPIV2 {
6055
6055
  status: MittwaldAPIV2.Components.Schemas.AihostingDetailedModelStatus;
6056
6056
  termsOfServiceLink: string;
6057
6057
  }
6058
- type AihostingDetailedModelStatus = "active" | "needApproval" | "deprecated";
6059
- interface AihostingProjectDetailedModel {
6058
+ interface AihostingCustomerDetailedModel {
6060
6059
  activeAt: string;
6061
6060
  displayName: string;
6062
6061
  docLink: string;
@@ -6066,6 +6065,7 @@ export declare namespace MittwaldAPIV2 {
6066
6065
  status: MittwaldAPIV2.Components.Schemas.AihostingDetailedModelStatus;
6067
6066
  termsOfServiceLink: string;
6068
6067
  }
6068
+ type AihostingDetailedModelStatus = "active" | "needApproval" | "deprecated";
6069
6069
  interface CommonsAddress {
6070
6070
  street: string;
6071
6071
  houseNumber: string;
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.335.0';
1
+ export declare const MittwaldAPIClientVersion = '4.336.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "4.336.0",
3
+ "version": "4.337.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.336.0",
49
+ "@mittwald/api-client-commons": "^4.337.0",
50
50
  "browser-or-node": "^3.0.0"
51
51
  },
52
52
  "devDependencies": {
53
- "@mittwald/api-code-generator": "^4.336.0",
53
+ "@mittwald/api-code-generator": "^4.337.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": "e4f0de2321282a807d83f4d8a5a530d447b2255d"
83
+ "gitHead": "627dce2a67738905348f5935072000b13793e196"
84
84
  }