@trusted-solutions/sdit.models 0.34.1 → 0.35.0-alpha.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.
@@ -53,7 +53,7 @@ export interface UploadInvoiceRequest {
53
53
  * 通關方式:1=非經海關出口, 2=經海關出口
54
54
  * 若為零稅發票,必填
55
55
  */
56
- customersClearanceMark?: string;
56
+ customsClearanceMark?: string;
57
57
  /**
58
58
  * 參照加值型及非加值型營業稅法第 7 條:
59
59
  * 71:第一款 外銷貨物
@@ -54,6 +54,8 @@ export interface InvoiceOfficeInfo {
54
54
  carrierType: string;
55
55
  /** QRCode 密碼 */
56
56
  qrCode: string;
57
+ /** 開通日期 */
58
+ activationDate?: string;
57
59
  }
58
60
  export interface UploadInvoice {
59
61
  invoiceProvider?: InvoiceProvider;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trusted-solutions/sdit.models",
3
- "version": "0.34.1",
3
+ "version": "0.35.0-alpha.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": {