@be-link/tfs-cli-nodejs 0.0.131 → 0.0.132
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 +3 -3
package/package.json
CHANGED
package/types.d.ts
CHANGED
|
@@ -533,7 +533,7 @@ export declare namespace Fulfill {
|
|
|
533
533
|
/** 商品id */
|
|
534
534
|
id: string;
|
|
535
535
|
/** 材料类型 */
|
|
536
|
-
materialType:
|
|
536
|
+
materialType: Constants.TourMaterialType;
|
|
537
537
|
/** 代办费用 */
|
|
538
538
|
agentCharge: bigint;
|
|
539
539
|
/** 是否面签 */
|
|
@@ -553,9 +553,9 @@ export declare namespace Fulfill {
|
|
|
553
553
|
/** 标题 */
|
|
554
554
|
title: string;
|
|
555
555
|
/** 签证类型 */
|
|
556
|
-
visaType:
|
|
556
|
+
visaType: Constants.TourMaterialVisaType;
|
|
557
557
|
/** 收集类型 */
|
|
558
|
-
collectType:
|
|
558
|
+
collectType: Constants.TourMaterialCollectType;
|
|
559
559
|
/** 具体要求 */
|
|
560
560
|
specificInfo: string;
|
|
561
561
|
/** 实例图片 */
|