@mittwald/api-client 4.364.1 → 4.366.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.364.0';
1
+ export const MittwaldAPIClientVersion = '4.365.0';
@@ -2210,6 +2210,8 @@ export declare namespace MittwaldAPIV2 {
2210
2210
  interface AppVersionStatus {
2211
2211
  current?: string;
2212
2212
  desired: string;
2213
+ lastChangeBy?: string;
2214
+ previous?: string;
2213
2215
  }
2214
2216
  type BackupBackupSortOrder = "oldestFirst" | "newestFirst";
2215
2217
  interface BackupBackupTemplate {
@@ -6184,11 +6186,11 @@ export declare namespace MittwaldAPIV2 {
6184
6186
  type: "email";
6185
6187
  value: string;
6186
6188
  }
6189
+ type DomainContactVerificationStatus = "created" | "pending" | "completed" | "failed";
6187
6190
  interface DomainContactVerificationNameData {
6188
6191
  type: "name";
6189
6192
  value: string;
6190
6193
  }
6191
- type DomainContactVerificationStatus = "created" | "pending" | "completed" | "failed";
6192
6194
  type DomainContactVerificationType = "name" | "address" | "email";
6193
6195
  interface CommonsAddress {
6194
6196
  street: string;
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.364.0';
1
+ export declare const MittwaldAPIClientVersion = '4.365.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "4.364.1",
3
+ "version": "4.366.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.364.1",
49
+ "@mittwald/api-client-commons": "^4.366.0",
50
50
  "browser-or-node": "^3.0.0"
51
51
  },
52
52
  "devDependencies": {
53
- "@mittwald/api-code-generator": "^4.364.1",
53
+ "@mittwald/api-code-generator": "^4.366.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": "6cee8843d1b1226c17fba906c199252756cf8be4"
83
+ "gitHead": "2e0c46b1e2407bf2d474fb79a8bf85183ceb844c"
84
84
  }