@mittwald/api-client 4.70.0 → 4.71.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.69.0';
1
+ export const MittwaldAPIClientVersion = '4.70.0';
@@ -1024,6 +1024,7 @@ declare const buildDatabaseApi: (baseClient: MittwaldAPIV2Client) => {
1024
1024
  characterSettings: import("./types.js").MittwaldAPIV2.Components.Schemas.DatabaseCharacterSettings;
1025
1025
  createdAt: string;
1026
1026
  description: string;
1027
+ externalHostname: string;
1027
1028
  finalizers?: string[] | undefined;
1028
1029
  hostname: string;
1029
1030
  id: string;
@@ -8589,6 +8589,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
8589
8589
  characterSettings: import("./types.js").MittwaldAPIV2.Components.Schemas.DatabaseCharacterSettings;
8590
8590
  createdAt: string;
8591
8591
  description: string;
8592
+ externalHostname: string;
8592
8593
  finalizers?: string[] | undefined;
8593
8594
  hostname: string;
8594
8595
  id: string;
@@ -8628,6 +8629,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
8628
8629
  characterSettings: import("./types.js").MittwaldAPIV2.Components.Schemas.DatabaseCharacterSettings;
8629
8630
  createdAt: string;
8630
8631
  description: string;
8632
+ externalHostname: string;
8631
8633
  finalizers?: string[] | undefined;
8632
8634
  hostname: string;
8633
8635
  id: string;
@@ -2044,6 +2044,7 @@ export declare namespace MittwaldAPIV2 {
2044
2044
  characterSettings: MittwaldAPIV2.Components.Schemas.DatabaseCharacterSettings;
2045
2045
  createdAt: string;
2046
2046
  description: string;
2047
+ externalHostname: string;
2047
2048
  finalizers?: string[];
2048
2049
  hostname: string;
2049
2050
  id: string;
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.69.0';
1
+ export declare const MittwaldAPIClientVersion = '4.70.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "4.70.0",
3
+ "version": "4.71.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",
@@ -80,5 +80,5 @@
80
80
  "optional": true
81
81
  }
82
82
  },
83
- "gitHead": "10182c4ed06412e8a4672bf55bf7e2f7c2e797a3"
83
+ "gitHead": "987726703d6d5dad4a824adf61b56a8b1a3cc7f4"
84
84
  }