@be-link/cs-cli-nodejs 0.0.165 → 0.0.166

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.
@@ -22,7 +22,7 @@ export declare namespace ManageByItem {
22
22
  featureTags?: string[];
23
23
  invoiceInfo?: {
24
24
  party?: string;
25
- type?: 'ELECTRONIC' | 'PAPER';
25
+ type?: ('ELECTRONIC' | 'PAPER')[];
26
26
  };
27
27
  finance?: {
28
28
  settlementDesc?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/cs-cli-nodejs",
3
- "version": "0.0.165",
3
+ "version": "0.0.166",
4
4
  "description": "商品服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/types.d.ts CHANGED
@@ -66,7 +66,7 @@ export interface IItemBasicInfo {
66
66
  /** 发票信息 */
67
67
  invoiceInfo: {
68
68
  party: string;
69
- type: 'ELECTRONIC' | 'PAPER';
69
+ type: ('ELECTRONIC' | 'PAPER')[];
70
70
  };
71
71
  /** 财务信息 */
72
72
  finance: {