@mittwald/api-client 4.96.0 → 4.97.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.96.0';
|
|
@@ -13293,6 +13293,10 @@ export declare namespace MittwaldAPIV2 {
|
|
|
13293
13293
|
printedInvoices?: boolean;
|
|
13294
13294
|
recipient?: MittwaldAPIV2.Components.Schemas.InvoiceRecipient;
|
|
13295
13295
|
recipientSameAsOwner?: boolean;
|
|
13296
|
+
/**
|
|
13297
|
+
* @deprecated
|
|
13298
|
+
* parameter is deprecated and will be ignored
|
|
13299
|
+
*/
|
|
13296
13300
|
targetDay?: number;
|
|
13297
13301
|
}
|
|
13298
13302
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export declare const MittwaldAPIClientVersion = '4.96.0';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/api-client",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.97.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": "19434d0ca95914ecce8b19acad8919eafdaecc21"
|
|
84
84
|
}
|