@mittwald/api-models 4.299.0 → 4.300.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.
@@ -26,6 +26,7 @@ declare const AppInstallationCommon_base: import("polytype").Polytype.ClusteredC
26
26
  disabled: boolean;
27
27
  id: string;
28
28
  installationPath: string;
29
+ lastError?: string | undefined;
29
30
  linkedDatabases: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppLinkedDatabase[];
30
31
  lockedBy?: {
31
32
  [k: string]: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppLockPurpose;
@@ -48,6 +49,7 @@ declare const AppInstallationCommon_base: import("polytype").Polytype.ClusteredC
48
49
  disabled: boolean;
49
50
  id: string;
50
51
  installationPath: string;
52
+ lastError?: string | undefined;
51
53
  linkedDatabases: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppLinkedDatabase[];
52
54
  lockedBy?: {
53
55
  [k: string]: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppLockPurpose;
@@ -76,6 +78,7 @@ declare const AppInstallationDetailed_base: import("polytype").Polytype.Clustere
76
78
  disabled: boolean;
77
79
  id: string;
78
80
  installationPath: string;
81
+ lastError?: string | undefined;
79
82
  linkedDatabases: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppLinkedDatabase[];
80
83
  lockedBy?: {
81
84
  [k: string]: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppLockPurpose;
@@ -98,6 +101,7 @@ declare const AppInstallationDetailed_base: import("polytype").Polytype.Clustere
98
101
  disabled: boolean;
99
102
  id: string;
100
103
  installationPath: string;
104
+ lastError?: string | undefined;
101
105
  linkedDatabases: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppLinkedDatabase[];
102
106
  lockedBy?: {
103
107
  [k: string]: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppLockPurpose;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-models",
3
- "version": "4.299.0",
3
+ "version": "4.300.0",
4
4
  "author": "Mittwald CM Service GmbH & Co. KG <opensource@mittwald.de>",
5
5
  "type": "module",
6
6
  "description": "Collection of domain models for coherent interaction with the API",
@@ -39,7 +39,7 @@
39
39
  "test:unit": "node --experimental-vm-modules $(yarn bin jest)"
40
40
  },
41
41
  "dependencies": {
42
- "@mittwald/api-client": "^4.299.0",
42
+ "@mittwald/api-client": "^4.300.0",
43
43
  "another-deep-freeze": "1.0.0",
44
44
  "context": "^3.0.33",
45
45
  "dinero.js": "^1.9.1",
@@ -86,5 +86,5 @@
86
86
  "optional": true
87
87
  }
88
88
  },
89
- "gitHead": "fd5ab1c502584c0ed65467fdd422ce53d5ea0b3c"
89
+ "gitHead": "92babd88c48ecb75b0e5bbf9ccf0d0395f42ad15"
90
90
  }