@trusted-solutions/sdit.models 0.35.0-alpha.0 → 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:第一款 外銷貨物
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trusted-solutions/sdit.models",
3
- "version": "0.35.0-alpha.0",
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": {