@mittwald/api-client 4.398.0 → 4.400.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.397.0';
1
+ export const MittwaldAPIClientVersion = '4.399.0';
@@ -1232,10 +1232,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
1232
1232
  customDocumentRoot?: string | undefined;
1233
1233
  description?: string | undefined;
1234
1234
  systemSoftware?: {
1235
- [k: string]: {
1236
- systemSoftwareVersion?: string;
1237
- updatePolicy?: import("./types.js").MittwaldAPIV2.Components.Schemas.AppSystemSoftwareUpdatePolicy;
1238
- };
1235
+ [k: string]: import("./types.js").MittwaldAPIV2.Components.Schemas.AppDesiredSystemSoftware;
1239
1236
  } | undefined;
1240
1237
  updatePolicy?: import("./types.js").MittwaldAPIV2.Components.Schemas.AppAppUpdatePolicy | undefined;
1241
1238
  userInputs?: import("./types.js").MittwaldAPIV2.Components.Schemas.AppSavedUserInput[] | undefined;
@@ -1258,10 +1255,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
1258
1255
  customDocumentRoot?: string | undefined;
1259
1256
  description?: string | undefined;
1260
1257
  systemSoftware?: {
1261
- [k: string]: {
1262
- systemSoftwareVersion?: string;
1263
- updatePolicy?: import("./types.js").MittwaldAPIV2.Components.Schemas.AppSystemSoftwareUpdatePolicy;
1264
- };
1258
+ [k: string]: import("./types.js").MittwaldAPIV2.Components.Schemas.AppDesiredSystemSoftware;
1265
1259
  } | undefined;
1266
1260
  updatePolicy?: import("./types.js").MittwaldAPIV2.Components.Schemas.AppAppUpdatePolicy | undefined;
1267
1261
  userInputs?: import("./types.js").MittwaldAPIV2.Components.Schemas.AppSavedUserInput[] | undefined;
@@ -1817,6 +1811,12 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
1817
1811
  updatePolicy: import("./types.js").MittwaldAPIV2.Components.Schemas.AppAppUpdatePolicy;
1818
1812
  userInputs: import("./types.js").MittwaldAPIV2.Components.Schemas.AppSavedUserInput[];
1819
1813
  installationPath?: string | undefined;
1814
+ systemSoftware?: {
1815
+ [x: string]: {
1816
+ systemSoftwareVersion?: string | undefined;
1817
+ updatePolicy?: import("./types.js").MittwaldAPIV2.Components.Schemas.AppSystemSoftwareUpdatePolicy | undefined;
1818
+ };
1819
+ } | undefined;
1820
1820
  };
1821
1821
  projectId: string;
1822
1822
  headers?: {
@@ -1827,6 +1827,9 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
1827
1827
  appVersionId: string;
1828
1828
  description: string;
1829
1829
  installationPath?: string | undefined;
1830
+ systemSoftware?: {
1831
+ [k: string]: import("./types.js").MittwaldAPIV2.Components.Schemas.AppDesiredSystemSoftware;
1832
+ } | undefined;
1830
1833
  updatePolicy: import("./types.js").MittwaldAPIV2.Components.Schemas.AppAppUpdatePolicy;
1831
1834
  userInputs: import("./types.js").MittwaldAPIV2.Components.Schemas.AppSavedUserInput[];
1832
1835
  };
@@ -1851,6 +1854,9 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
1851
1854
  appVersionId: string;
1852
1855
  description: string;
1853
1856
  installationPath?: string | undefined;
1857
+ systemSoftware?: {
1858
+ [k: string]: import("./types.js").MittwaldAPIV2.Components.Schemas.AppDesiredSystemSoftware;
1859
+ } | undefined;
1854
1860
  updatePolicy: import("./types.js").MittwaldAPIV2.Components.Schemas.AppAppUpdatePolicy;
1855
1861
  userInputs: import("./types.js").MittwaldAPIV2.Components.Schemas.AppSavedUserInput[];
1856
1862
  };
@@ -5874,33 +5874,23 @@ export declare namespace MittwaldAPIV2 {
5874
5874
  }
5875
5875
  type PolicyPolicy = string;
5876
5876
  interface ActivitylogAppInstallationCopyRequested {
5877
- changes: {
5878
- after?: {
5879
- appId: string;
5880
- sourceAppInstallationId: string;
5881
- };
5882
- before?: {
5883
- appId?: string | null;
5884
- sourceAppInstallationId?: string | null;
5885
- };
5886
- };
5887
5877
  name: "app.copy-requested";
5878
+ parameters: {
5879
+ appInstallation: MittwaldAPIV2.Components.Schemas.ActivitylogLinkedParameterProperty;
5880
+ sourceAppInstallation: MittwaldAPIV2.Components.Schemas.ActivitylogLinkedParameterProperty;
5881
+ };
5888
5882
  }
5889
5883
  interface ActivitylogAppInstallationDesiredSystemSoftwareSet {
5890
5884
  changes: {
5891
5885
  after?: {
5892
- software: string;
5893
- softwareVersion: string;
5894
- updatePolicy: "UPDATE_POLICY_UNSPECIFIED" | "UPDATE_POLICY_NONE" | "UPDATE_POLICY_INHERITED_FROM_APP" | "UPDATE_POLICY_PATCH_LEVEL" | "UPDATE_POLICY_ALL";
5895
- };
5886
+ softwareVersion?: string;
5887
+ } | null;
5896
5888
  before?: {
5897
- software?: string;
5898
5889
  softwareVersion?: string;
5899
- updatePolicy?: "UPDATE_POLICY_UNSPECIFIED" | "UPDATE_POLICY_NONE" | "UPDATE_POLICY_INHERITED_FROM_APP" | "UPDATE_POLICY_PATCH_LEVEL" | "UPDATE_POLICY_ALL";
5900
- };
5890
+ } | null;
5901
5891
  };
5902
- name: "app.systemsoftware-set" | "app.systemsoftware-deleted";
5903
- parameters?: {
5892
+ name: "app.systemsoftware-set";
5893
+ parameters: {
5904
5894
  software: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
5905
5895
  version: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
5906
5896
  };
@@ -5908,15 +5898,16 @@ export declare namespace MittwaldAPIV2 {
5908
5898
  interface ActivitylogAppInstallationAppVersionSet {
5909
5899
  changes: {
5910
5900
  after?: {
5911
- appId: string;
5912
- appVersionId: string;
5901
+ version: string;
5913
5902
  };
5914
5903
  before?: {
5915
- appId?: string | null;
5916
- appVersionId?: string | null;
5904
+ version?: string | null;
5917
5905
  };
5918
5906
  };
5919
5907
  name: "app.version-set";
5908
+ parameters: {
5909
+ appInstallation: MittwaldAPIV2.Components.Schemas.ActivitylogLinkedParameterProperty;
5910
+ };
5920
5911
  }
5921
5912
  interface ActivitylogDatabaseCreated {
5922
5913
  changes: {
@@ -5933,6 +5924,7 @@ export declare namespace MittwaldAPIV2 {
5933
5924
  };
5934
5925
  name: "database.mysql-created" | "database.redis-created";
5935
5926
  parameters: {
5927
+ description: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
5936
5928
  name: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
5937
5929
  version: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
5938
5930
  };
@@ -5941,6 +5933,7 @@ export declare namespace MittwaldAPIV2 {
5941
5933
  changes: {};
5942
5934
  name: "database.mysql-deleted" | "database.redis-deleted";
5943
5935
  parameters: {
5936
+ description: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
5944
5937
  name: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
5945
5938
  };
5946
5939
  }
@@ -5955,6 +5948,7 @@ export declare namespace MittwaldAPIV2 {
5955
5948
  };
5956
5949
  name: "database.mysql-description-set" | "database.redis-description-set";
5957
5950
  parameters: {
5951
+ description: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
5958
5952
  name: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
5959
5953
  };
5960
5954
  }
@@ -5969,6 +5963,7 @@ export declare namespace MittwaldAPIV2 {
5969
5963
  };
5970
5964
  name: "database.mysql-name-set";
5971
5965
  parameters: {
5966
+ description: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
5972
5967
  name: MittwaldAPIV2.Components.Schemas.ActivitylogLinkedParameterProperty;
5973
5968
  };
5974
5969
  }
@@ -5978,18 +5973,21 @@ export declare namespace MittwaldAPIV2 {
5978
5973
  description: string;
5979
5974
  externalAccess: boolean;
5980
5975
  name: string;
5981
- permissions: {};
5976
+ permissionsRead: boolean;
5977
+ permissionsWrite: boolean;
5982
5978
  };
5983
5979
  before?: {
5984
5980
  description?: string | null;
5985
5981
  externalAccess?: boolean | null;
5986
5982
  name?: string | null;
5987
- permissions?: {} | null;
5983
+ permissionsRead?: boolean | null;
5984
+ permissionsWrite?: boolean | null;
5988
5985
  };
5989
5986
  };
5990
5987
  name: "database.mysql-user-created";
5991
5988
  parameters: {
5992
5989
  databaseName: MittwaldAPIV2.Components.Schemas.ActivitylogLinkedParameterProperty;
5990
+ description: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
5993
5991
  name: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
5994
5992
  };
5995
5993
  }
@@ -5998,6 +5996,7 @@ export declare namespace MittwaldAPIV2 {
5998
5996
  name: "database.mysql-user-deleted";
5999
5997
  parameters: {
6000
5998
  databaseName: MittwaldAPIV2.Components.Schemas.ActivitylogLinkedParameterProperty;
5999
+ description: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6001
6000
  name: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6002
6001
  };
6003
6002
  }
@@ -6006,17 +6005,20 @@ export declare namespace MittwaldAPIV2 {
6006
6005
  after?: {
6007
6006
  description: string;
6008
6007
  externalAccess: boolean;
6009
- permissions: {};
6008
+ permissionsRead: boolean;
6009
+ permissionsWrite: boolean;
6010
6010
  };
6011
6011
  before?: {
6012
6012
  description: string | null;
6013
6013
  externalAccess: boolean | null;
6014
- permissions: {};
6014
+ permissionsRead: boolean;
6015
+ permissionsWrite: boolean;
6015
6016
  };
6016
6017
  };
6017
6018
  name: "database.mysql-user-updated";
6018
6019
  parameters: {
6019
6020
  databaseName: MittwaldAPIV2.Components.Schemas.ActivitylogLinkedParameterProperty;
6021
+ description: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6020
6022
  name: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6021
6023
  };
6022
6024
  }
@@ -6031,6 +6033,7 @@ export declare namespace MittwaldAPIV2 {
6031
6033
  };
6032
6034
  name: "database.mysql-version-set" | "database.redis-version-set";
6033
6035
  parameters: {
6036
+ description: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6034
6037
  name: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6035
6038
  version: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6036
6039
  };
@@ -6224,7 +6227,7 @@ export declare namespace MittwaldAPIV2 {
6224
6227
  name: string;
6225
6228
  }
6226
6229
  interface ActivitylogLogEntry {
6227
- action: MittwaldAPIV2.Components.Schemas.ActivitylogDnsZoneCreated | MittwaldAPIV2.Components.Schemas.ActivitylogDnsZoneDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogDnsCnameRecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsSrvRecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsCaaRecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsTxtRecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsARecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsMxRecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseCreated | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseDescriptionSet | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseVersionSet | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseMysqlNameSet | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseMysqlUserCreated | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseMysqlUserUpdated | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseMysqlUserDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationCopyRequested | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationAppVersionSet | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationDesiredSystemSoftwareSet | MittwaldAPIV2.Components.Schemas.ActivitylogGenericAction;
6230
+ action: MittwaldAPIV2.Components.Schemas.ActivitylogDnsZoneCreated | MittwaldAPIV2.Components.Schemas.ActivitylogDnsZoneDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogDnsCnameRecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsSrvRecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsCaaRecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsTxtRecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsARecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsMxRecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseCreated | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseDescriptionSet | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseVersionSet | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseMysqlNameSet | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseMysqlUserCreated | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseMysqlUserUpdated | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseMysqlUserDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationRequested | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationCopyRequested | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationAppVersionSet | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationDesiredSystemSoftwareSet | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationDesiredSystemSoftwareDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogGenericAction;
6228
6231
  aggregate: MittwaldAPIV2.Components.Schemas.ActivitylogAggregateReference;
6229
6232
  dateTime: string;
6230
6233
  /**
@@ -6255,6 +6258,7 @@ export declare namespace MittwaldAPIV2 {
6255
6258
  customerMeta: {
6256
6259
  id: string;
6257
6260
  };
6261
+ deletionRequested: boolean;
6258
6262
  description: string;
6259
6263
  disableReason?: MittwaldAPIV2.Components.Schemas.ProjectDisableReason;
6260
6264
  disabledAt?: string;
@@ -6275,6 +6279,7 @@ export declare namespace MittwaldAPIV2 {
6275
6279
  readiness: MittwaldAPIV2.Components.Schemas.ProjectDeprecatedProjectReadinessStatus;
6276
6280
  serverGroupId: string;
6277
6281
  serverId?: string;
6282
+ serverShortId?: string;
6278
6283
  shortId: string;
6279
6284
  status: MittwaldAPIV2.Components.Schemas.ProjectProjectStatus;
6280
6285
  statusSetAt: string;
@@ -6860,6 +6865,35 @@ export declare namespace MittwaldAPIV2 {
6860
6865
  * * `registrantPhoneNeedsEpp`: the registry owner (registrant) phone is not EPP-conformant; a reformat-to-EPP heal will be attempted during migration. Non-blocking — the read path cannot tell whether the heal will ultimately succeed, so it only warns; the create path is the actual gate.
6861
6866
  */
6862
6867
  type DomainmigrationDomainMigrationWarningReason = "subdomainInvalidIngressHostname" | "subdomainInvalidDnsName" | "subdomainNsRecordsOverridden" | "registrantPhoneNeedsEpp";
6868
+ interface ActivitylogAppInstallationDesiredSystemSoftwareDeleted {
6869
+ changes: {
6870
+ after?: {
6871
+ softwareVersion?: string;
6872
+ } | null;
6873
+ before?: {
6874
+ softwareVersion?: string;
6875
+ } | null;
6876
+ };
6877
+ name: "app.systemsoftware-deleted";
6878
+ parameters: {
6879
+ software: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6880
+ version: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6881
+ };
6882
+ }
6883
+ interface ActivitylogAppInstallationRequested {
6884
+ name: "app.requested";
6885
+ parameters: {
6886
+ appInstallation: MittwaldAPIV2.Components.Schemas.ActivitylogLinkedParameterProperty;
6887
+ version: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6888
+ };
6889
+ }
6890
+ /**
6891
+ * DesiredSystemSoftware describes the desired SystemSoftwareVersion and update policy to apply for a SystemSoftware of an AppInstallation.
6892
+ */
6893
+ interface AppDesiredSystemSoftware {
6894
+ systemSoftwareVersion?: string;
6895
+ updatePolicy?: MittwaldAPIV2.Components.Schemas.AppSystemSoftwareUpdatePolicy;
6896
+ }
6863
6897
  interface CommonsAddress {
6864
6898
  street: string;
6865
6899
  houseNumber: string;
@@ -8184,10 +8218,7 @@ export declare namespace MittwaldAPIV2 {
8184
8218
  customDocumentRoot?: string;
8185
8219
  description?: string;
8186
8220
  systemSoftware?: {
8187
- [k: string]: {
8188
- systemSoftwareVersion?: string;
8189
- updatePolicy?: MittwaldAPIV2.Components.Schemas.AppSystemSoftwareUpdatePolicy;
8190
- };
8221
+ [k: string]: MittwaldAPIV2.Components.Schemas.AppDesiredSystemSoftware;
8191
8222
  };
8192
8223
  updatePolicy?: MittwaldAPIV2.Components.Schemas.AppAppUpdatePolicy;
8193
8224
  userInputs?: MittwaldAPIV2.Components.Schemas.AppSavedUserInput[];
@@ -8571,6 +8602,9 @@ export declare namespace MittwaldAPIV2 {
8571
8602
  appVersionId: string;
8572
8603
  description: string;
8573
8604
  installationPath?: string;
8605
+ systemSoftware?: {
8606
+ [k: string]: MittwaldAPIV2.Components.Schemas.AppDesiredSystemSoftware;
8607
+ };
8574
8608
  updatePolicy: MittwaldAPIV2.Components.Schemas.AppAppUpdatePolicy;
8575
8609
  userInputs: MittwaldAPIV2.Components.Schemas.AppSavedUserInput[];
8576
8610
  }
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.397.0';
1
+ export declare const MittwaldAPIClientVersion = '4.399.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "4.398.0",
3
+ "version": "4.400.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.398.0",
49
+ "@mittwald/api-client-commons": "^4.400.0",
50
50
  "browser-or-node": "^3.0.0"
51
51
  },
52
52
  "devDependencies": {
53
- "@mittwald/api-code-generator": "^4.398.0",
53
+ "@mittwald/api-code-generator": "^4.400.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": "39018c307b317ef0aceba4a2797ecd15bbe4dcf3"
83
+ "gitHead": "232cf55fa38b98e05eed991a9eb0d56c24301429"
84
84
  }