@mittwald/api-client 4.73.0 → 4.74.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.73.0';
|
|
@@ -2749,7 +2749,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
2749
2749
|
interface InvoiceInvoiceSettingsStatus {
|
|
2750
2750
|
message: string;
|
|
2751
2751
|
severity: "success" | "info" | "warning" | "error";
|
|
2752
|
-
type: "returnDebitNote" | "returnDebitNoteWaitingForPayment" | "debtWrittenOff";
|
|
2752
|
+
type: "returnDebitNote" | "returnDebitNoteWaitingForPayment" | "debtWrittenOff" | "bankrupt";
|
|
2753
2753
|
}
|
|
2754
2754
|
interface InvoicePaymentSettingsDebit {
|
|
2755
2755
|
accountHolder: string;
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export declare const MittwaldAPIClientVersion = '4.73.0';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/api-client",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.74.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",
|
|
@@ -80,5 +80,5 @@
|
|
|
80
80
|
"optional": true
|
|
81
81
|
}
|
|
82
82
|
},
|
|
83
|
-
"gitHead": "
|
|
83
|
+
"gitHead": "9221523c7d65a9f9b60439179c4e3536c808292c"
|
|
84
84
|
}
|