@mittwald/api-client 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.
package/dist/esm/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export const MittwaldAPIClientVersion = '4.299.0';
|
|
@@ -126,6 +126,7 @@ declare const buildAppApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
126
126
|
disabled: boolean;
|
|
127
127
|
id: string;
|
|
128
128
|
installationPath: string;
|
|
129
|
+
lastError?: string | undefined;
|
|
129
130
|
linkedDatabases: import("./types.js").MittwaldAPIV2.Components.Schemas.AppLinkedDatabase[];
|
|
130
131
|
lockedBy?: {
|
|
131
132
|
[k: string]: import("./types.js").MittwaldAPIV2.Components.Schemas.AppLockPurpose;
|
|
@@ -932,6 +932,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
932
932
|
disabled: boolean;
|
|
933
933
|
id: string;
|
|
934
934
|
installationPath: string;
|
|
935
|
+
lastError?: string | undefined;
|
|
935
936
|
linkedDatabases: import("./types.js").MittwaldAPIV2.Components.Schemas.AppLinkedDatabase[];
|
|
936
937
|
lockedBy?: {
|
|
937
938
|
[k: string]: import("./types.js").MittwaldAPIV2.Components.Schemas.AppLockPurpose;
|
|
@@ -972,6 +973,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
972
973
|
disabled: boolean;
|
|
973
974
|
id: string;
|
|
974
975
|
installationPath: string;
|
|
976
|
+
lastError?: string | undefined;
|
|
975
977
|
linkedDatabases: import("./types.js").MittwaldAPIV2.Components.Schemas.AppLinkedDatabase[];
|
|
976
978
|
lockedBy?: {
|
|
977
979
|
[k: string]: import("./types.js").MittwaldAPIV2.Components.Schemas.AppLockPurpose;
|
|
@@ -1941,6 +1941,10 @@ export declare namespace MittwaldAPIV2 {
|
|
|
1941
1941
|
disabled: boolean;
|
|
1942
1942
|
id: string;
|
|
1943
1943
|
installationPath: string;
|
|
1944
|
+
/**
|
|
1945
|
+
* The last error that occurred during an update. Resets on success.
|
|
1946
|
+
*/
|
|
1947
|
+
lastError?: string;
|
|
1944
1948
|
linkedDatabases: MittwaldAPIV2.Components.Schemas.AppLinkedDatabase[];
|
|
1945
1949
|
lockedBy?: {
|
|
1946
1950
|
[k: string]: MittwaldAPIV2.Components.Schemas.AppLockPurpose;
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export declare const MittwaldAPIClientVersion = '4.299.0';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/api-client",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.300.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.
|
|
49
|
+
"@mittwald/api-client-commons": "^4.300.0",
|
|
50
50
|
"browser-or-node": "^3.0.0"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
|
-
"@mittwald/api-code-generator": "^4.
|
|
53
|
+
"@mittwald/api-code-generator": "^4.300.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": "
|
|
83
|
+
"gitHead": "92babd88c48ecb75b0e5bbf9ccf0d0395f42ad15"
|
|
84
84
|
}
|