@trusted-solutions/sdit.models 0.34.0 → 0.34.1
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/models/order.d.ts +5 -0
- package/package.json +1 -1
package/models/order.d.ts
CHANGED
|
@@ -277,6 +277,11 @@ export interface OrderInvoice {
|
|
|
277
277
|
invoiceNumber: string;
|
|
278
278
|
randomNumber: string;
|
|
279
279
|
carrierType: InvoiceCarrierType;
|
|
280
|
+
/**
|
|
281
|
+
* 是否列印紙本
|
|
282
|
+
* 若不填,會以「有捐贈->不印、有載具->不印、其餘->印」來推測是否列印
|
|
283
|
+
*/
|
|
284
|
+
isPrint?: boolean;
|
|
280
285
|
qrCodePassword: string;
|
|
281
286
|
status: InvoiceStatusType;
|
|
282
287
|
issuedAt: number;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trusted-solutions/sdit.models",
|
|
3
|
-
"version": "0.34.
|
|
3
|
+
"version": "0.34.1",
|
|
4
4
|
"description": "TODO: Give a short introduction of your project. Let this section explain the objectives or the motivation behind this project.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|