@mittwald/api-client 0.0.0-development-9d4e086-20251017 → 0.0.0-development-f99f5ee-20251020

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.
@@ -2916,6 +2916,7 @@ declare const buildProjectApi: (baseClient: MittwaldAPIV2Client) => {
2916
2916
  features?: import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectProjectFeature[] | undefined;
2917
2917
  id: string;
2918
2918
  imageRefId?: string | undefined;
2919
+ ipAddress?: string | undefined;
2919
2920
  isReady: boolean;
2920
2921
  projectHostingId?: string | undefined;
2921
2922
  readiness: import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectDeprecatedProjectReadinessStatus;
@@ -25696,6 +25696,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
25696
25696
  features?: import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectProjectFeature[] | undefined;
25697
25697
  id: string;
25698
25698
  imageRefId?: string | undefined;
25699
+ ipAddress?: string | undefined;
25699
25700
  isReady: boolean;
25700
25701
  projectHostingId?: string | undefined;
25701
25702
  readiness: import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectDeprecatedProjectReadinessStatus;
@@ -25746,6 +25747,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
25746
25747
  features?: import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectProjectFeature[] | undefined;
25747
25748
  id: string;
25748
25749
  imageRefId?: string | undefined;
25750
+ ipAddress?: string | undefined;
25749
25751
  isReady: boolean;
25750
25752
  projectHostingId?: string | undefined;
25751
25753
  readiness: import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectDeprecatedProjectReadinessStatus;
@@ -4962,6 +4962,7 @@ export declare namespace MittwaldAPIV2 {
4962
4962
  features?: MittwaldAPIV2.Components.Schemas.ProjectProjectFeature[];
4963
4963
  id: string;
4964
4964
  imageRefId?: string;
4965
+ ipAddress?: string;
4965
4966
  /**
4966
4967
  * @deprecated
4967
4968
  * deprecated by property status
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "0.0.0-development-9d4e086-20251017",
3
+ "version": "0.0.0-development-f99f5ee-20251020",
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": "^0.0.0-development-9d4e086-20251017",
49
+ "@mittwald/api-client-commons": "^0.0.0-development-f99f5ee-20251020",
50
50
  "browser-or-node": "^3.0.0"
51
51
  },
52
52
  "devDependencies": {
53
- "@mittwald/api-code-generator": "^0.0.0-development-9d4e086-20251017",
53
+ "@mittwald/api-code-generator": "^0.0.0-development-f99f5ee-20251020",
54
54
  "@mittwald/react-use-promise": "^2.6.0",
55
55
  "@types/node": "^22.10.1",
56
56
  "@types/react": "^18.3.14",
@@ -80,5 +80,5 @@
80
80
  "optional": true
81
81
  }
82
82
  },
83
- "gitHead": "942a4c93fb7d086cbade2a5144cd93b4ee5901f4"
83
+ "gitHead": "0d44c55b73dcf883cdfe8debb8d9028542a250b6"
84
84
  }