@mittwald/api-client 4.409.0 → 4.411.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.410.0';
|
|
@@ -4865,7 +4865,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
4865
4865
|
interface InvoiceInvoiceSettingsStatus {
|
|
4866
4866
|
message: string;
|
|
4867
4867
|
severity: "success" | "info" | "warning" | "error";
|
|
4868
|
-
type: "returnDebitNote" | "returnDebitNoteWaitingForPayment" | "debtWrittenOff" | "bankrupt";
|
|
4868
|
+
type: "returnDebitNote" | "returnDebitNoteWaitingForPayment" | "debtWrittenOff" | "bankrupt" | "notReachable";
|
|
4869
4869
|
}
|
|
4870
4870
|
interface InvoicePaymentSettingsDebit {
|
|
4871
4871
|
accountHolder: string;
|
|
@@ -4869,7 +4869,7 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
4869
4869
|
interface DeMittwaldInvoiceInvoiceSettingsStatus {
|
|
4870
4870
|
message: string;
|
|
4871
4871
|
severity: "success" | "info" | "warning" | "error";
|
|
4872
|
-
type: "returnDebitNote" | "returnDebitNoteWaitingForPayment" | "debtWrittenOff" | "bankrupt";
|
|
4872
|
+
type: "returnDebitNote" | "returnDebitNoteWaitingForPayment" | "debtWrittenOff" | "bankrupt" | "notReachable";
|
|
4873
4873
|
}
|
|
4874
4874
|
interface DeMittwaldInvoicePaymentSettingsDebit {
|
|
4875
4875
|
accountHolder: string;
|
|
@@ -6978,15 +6978,15 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
6978
6978
|
domain: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
|
|
6979
6979
|
};
|
|
6980
6980
|
}
|
|
6981
|
+
interface DeMittwaldContainerTemplateStatsListResponse {
|
|
6982
|
+
category?: string;
|
|
6983
|
+
templates?: MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerTemplateStatsResponse[];
|
|
6984
|
+
}
|
|
6981
6985
|
interface DeMittwaldContainerTemplateStatsResponse {
|
|
6982
6986
|
id: string;
|
|
6983
6987
|
installations: number;
|
|
6984
6988
|
installations30Days: number;
|
|
6985
6989
|
}
|
|
6986
|
-
interface DeMittwaldContainerTemplateStatsListResponse {
|
|
6987
|
-
category?: string;
|
|
6988
|
-
templates?: MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerTemplateStatsResponse[];
|
|
6989
|
-
}
|
|
6990
6990
|
interface DeMittwaldMailsystemRateLimit {
|
|
6991
6991
|
id: string;
|
|
6992
6992
|
rateLimit: number;
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export declare const MittwaldAPIClientVersion = '4.410.0';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/api-client",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.411.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.
|
|
75
|
+
"@mittwald/api-client-commons": "^4.411.0",
|
|
76
76
|
"browser-or-node": "^3.0.0"
|
|
77
77
|
},
|
|
78
78
|
"devDependencies": {
|
|
79
|
-
"@mittwald/api-code-generator": "^4.
|
|
79
|
+
"@mittwald/api-code-generator": "^4.411.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": "
|
|
109
|
+
"gitHead": "d27511d82edb5682043378253b1ba9c77fa03789"
|
|
110
110
|
}
|