@mittwald/api-client 4.420.0 → 4.421.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.419.0';
1
+ export const MittwaldAPIClientVersion = '4.420.0';
@@ -6967,13 +6967,6 @@ export declare namespace MittwaldAPIV2 {
6967
6967
  database: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6968
6968
  };
6969
6969
  }
6970
- interface ActivitylogAppInstallationDeleted {
6971
- changes: {};
6972
- name: "app.deleted";
6973
- parameters: {
6974
- appInstallation: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6975
- };
6976
- }
6977
6970
  interface ActivitylogAppInstallationDescriptionSet {
6978
6971
  changes: {
6979
6972
  after?: {
@@ -6988,6 +6981,13 @@ export declare namespace MittwaldAPIV2 {
6988
6981
  appInstallation: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6989
6982
  };
6990
6983
  }
6984
+ interface ActivitylogAppInstallationDeleted {
6985
+ changes: {};
6986
+ name: "app.deleted";
6987
+ parameters: {
6988
+ appInstallation: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6989
+ };
6990
+ }
6991
6991
  /**
6992
6992
  * One invalid owner contact field behind an ownerContactInvalid issue. A consumer can show a generic 'owner contact invalid' message and append a field-/rule-specific hint via translation.
6993
6993
  */
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.419.0';
1
+ export declare const MittwaldAPIClientVersion = '4.420.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "4.420.0",
3
+ "version": "4.421.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",
@@ -72,11 +72,11 @@
72
72
  "test:compile": "run tsc --noEmit"
73
73
  },
74
74
  "dependencies": {
75
- "@mittwald/api-client-commons": "^4.420.0",
75
+ "@mittwald/api-client-commons": "^4.421.0",
76
76
  "browser-or-node": "^3.0.0"
77
77
  },
78
78
  "devDependencies": {
79
- "@mittwald/api-code-generator": "^4.420.0",
79
+ "@mittwald/api-code-generator": "^4.421.0",
80
80
  "@mittwald/react-use-promise": "^2.6.2",
81
81
  "@types/node": "^22.18.11",
82
82
  "@types/react": "^18.3.26",
@@ -106,5 +106,5 @@
106
106
  "optional": true
107
107
  }
108
108
  },
109
- "gitHead": "ca0622253ccf4ca23e2b0ebc307880cbf38e01d1"
109
+ "gitHead": "c0c7a4f037f5d007713bcefc50e334c0416f7158"
110
110
  }