@be-link/tfs-cli-nodejs 0.0.182 → 0.0.183
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 +1 -1
- package/types.d.ts +2 -2
package/package.json
CHANGED
package/types.d.ts
CHANGED
|
@@ -531,13 +531,13 @@ export declare namespace Fulfill {
|
|
|
531
531
|
/** 出行人ID */
|
|
532
532
|
touristId: string;
|
|
533
533
|
/** 签证类型 */
|
|
534
|
-
visaType:
|
|
534
|
+
visaType: CommodityEnums.TourMaterialVisaType;
|
|
535
535
|
/** 出行人材料ID */
|
|
536
536
|
touristMaterialId: string;
|
|
537
537
|
/** 材料项id */
|
|
538
538
|
materialItemId: string;
|
|
539
539
|
/** 收集类型 */
|
|
540
|
-
collectType:
|
|
540
|
+
collectType: CommodityEnums.TourMaterialCollectType;
|
|
541
541
|
/** 材料项快照 */
|
|
542
542
|
materialItemSnapShot: ITourMaterialItem;
|
|
543
543
|
/** 材料项审核状态 */
|