@mittwald/api-client 4.277.0 → 4.278.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.
@@ -1 +1 @@
1
- export const MittwaldAPIClientVersion = '4.276.0';
1
+ export const MittwaldAPIClientVersion = '4.277.0';
@@ -995,6 +995,7 @@ declare const buildMarketplaceApi: (baseClient: MittwaldAPIV2Client) => {
995
995
  date: string;
996
996
  id: string;
997
997
  invoiceNumber: string;
998
+ invoiceType?: "REGULAR" | "CORRECTION" | "REISSUE" | "CANCELLATION";
998
999
  pdfId: string;
999
1000
  recipient: import("./types.js").MittwaldAPIV2.Components.Schemas.InvoiceRecipient;
1000
1001
  totalGross: number;
@@ -7239,6 +7239,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
7239
7239
  date: string;
7240
7240
  id: string;
7241
7241
  invoiceNumber: string;
7242
+ invoiceType?: "REGULAR" | "CORRECTION" | "REISSUE" | "CANCELLATION";
7242
7243
  pdfId: string;
7243
7244
  recipient: import("./types.js").MittwaldAPIV2.Components.Schemas.InvoiceRecipient;
7244
7245
  totalGross: number;
@@ -7282,6 +7283,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
7282
7283
  date: string;
7283
7284
  id: string;
7284
7285
  invoiceNumber: string;
7286
+ invoiceType?: "REGULAR" | "CORRECTION" | "REISSUE" | "CANCELLATION";
7285
7287
  pdfId: string;
7286
7288
  recipient: import("./types.js").MittwaldAPIV2.Components.Schemas.InvoiceRecipient;
7287
7289
  totalGross: number;
@@ -10358,6 +10358,7 @@ export declare namespace MittwaldAPIV2 {
10358
10358
  date: string;
10359
10359
  id: string;
10360
10360
  invoiceNumber: string;
10361
+ invoiceType?: "REGULAR" | "CORRECTION" | "REISSUE" | "CANCELLATION";
10361
10362
  pdfId: string;
10362
10363
  recipient: MittwaldAPIV2.Components.Schemas.InvoiceRecipient;
10363
10364
  totalGross: number;
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.276.0';
1
+ export declare const MittwaldAPIClientVersion = '4.277.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "4.277.0",
3
+ "version": "4.278.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.277.0",
49
+ "@mittwald/api-client-commons": "^4.278.0",
50
50
  "browser-or-node": "^3.0.0"
51
51
  },
52
52
  "devDependencies": {
53
- "@mittwald/api-code-generator": "^4.277.0",
53
+ "@mittwald/api-code-generator": "^4.278.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": "d36234e412445ccdf832a502c96f42ce5fa9b500"
83
+ "gitHead": "86024eab9c84e70d4780814240a369645a0ce19e"
84
84
  }