@be-link/tfs-cli-nodejs 0.0.171 → 0.0.172

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/tfs-cli-nodejs",
3
- "version": "0.0.171",
3
+ "version": "0.0.172",
4
4
  "description": "交易履约服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -128,7 +128,7 @@ export declare namespace Service {
128
128
  /** 实体材料进度*/
129
129
  process: {
130
130
  updatedAt: number;
131
- approvalStatus?: TradeEnums.TouristMateriaLogStatus;
131
+ approvalStatus: CommodityEnums.TouristMaterialStatus | CommodityEnums.TouristMaterialItemStatus;
132
132
  approvalStatusDisplay: string;
133
133
  operator: string;
134
134
  remark: string;
package/types.d.ts CHANGED
@@ -520,7 +520,7 @@ export declare namespace Fulfill {
520
520
  icon: string;
521
521
  /** 是否可用 */
522
522
  isEnable: boolean;
523
- /** 材料项审核状态 */
523
+ /** 创建时间 */
524
524
  createdAt: number;
525
525
  }
526
526
  interface TouristMaterialItemInfo {