@mittwald/api-client 4.258.0 → 4.259.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.258.0';
|
|
@@ -996,10 +996,11 @@ declare const buildMarketplaceApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
996
996
|
invoiceDate: string;
|
|
997
997
|
invoiceId: string;
|
|
998
998
|
invoiceNumber: string;
|
|
999
|
+
invoiceType: "INVOICE" | "CREDIT_NOTE";
|
|
999
1000
|
pdfLink: string;
|
|
1000
1001
|
totalGross: number;
|
|
1001
1002
|
totalNet: number;
|
|
1002
|
-
webLink
|
|
1003
|
+
webLink?: string;
|
|
1003
1004
|
}[]>;
|
|
1004
1005
|
/** Request an Access Token for the Incoming Invoice file. */
|
|
1005
1006
|
contributorReceiptGetFileAccessToken: (conf: {
|
|
@@ -7256,10 +7256,11 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
7256
7256
|
invoiceDate: string;
|
|
7257
7257
|
invoiceId: string;
|
|
7258
7258
|
invoiceNumber: string;
|
|
7259
|
+
invoiceType: "INVOICE" | "CREDIT_NOTE";
|
|
7259
7260
|
pdfLink: string;
|
|
7260
7261
|
totalGross: number;
|
|
7261
7262
|
totalNet: number;
|
|
7262
|
-
webLink
|
|
7263
|
+
webLink?: string;
|
|
7263
7264
|
}[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
7264
7265
|
[x: string]: unknown;
|
|
7265
7266
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
@@ -7284,10 +7285,11 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
7284
7285
|
invoiceDate: string;
|
|
7285
7286
|
invoiceId: string;
|
|
7286
7287
|
invoiceNumber: string;
|
|
7288
|
+
invoiceType: "INVOICE" | "CREDIT_NOTE";
|
|
7287
7289
|
pdfLink: string;
|
|
7288
7290
|
totalGross: number;
|
|
7289
7291
|
totalNet: number;
|
|
7290
|
-
webLink
|
|
7292
|
+
webLink?: string;
|
|
7291
7293
|
}[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
7292
7294
|
[x: string]: unknown;
|
|
7293
7295
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
@@ -10359,10 +10359,11 @@ export declare namespace MittwaldAPIV2 {
|
|
|
10359
10359
|
invoiceDate: string;
|
|
10360
10360
|
invoiceId: string;
|
|
10361
10361
|
invoiceNumber: string;
|
|
10362
|
+
invoiceType: "INVOICE" | "CREDIT_NOTE";
|
|
10362
10363
|
pdfLink: string;
|
|
10363
10364
|
totalGross: number;
|
|
10364
10365
|
totalNet: number;
|
|
10365
|
-
webLink
|
|
10366
|
+
webLink?: string;
|
|
10366
10367
|
}[];
|
|
10367
10368
|
}
|
|
10368
10369
|
}
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export declare const MittwaldAPIClientVersion = '4.258.0';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/api-client",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.259.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.259.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.259.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": "3dc49263f4fd5e0bc3b1b682e779f752b0531281"
|
|
84
84
|
}
|