@be-link/tfs-cli-nodejs 0.0.178 → 0.0.180
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
|
@@ -27,6 +27,7 @@ export declare namespace Service {
|
|
|
27
27
|
interface IUpdateVisaTypeByTouristMaterialId {
|
|
28
28
|
touristMaterialId: string;
|
|
29
29
|
visaType: CommodityEnums.TourMaterialVisaType;
|
|
30
|
+
fee: number;
|
|
30
31
|
}
|
|
31
32
|
interface IUpdateTouristMaterialItemById {
|
|
32
33
|
id: string;
|
|
@@ -113,6 +114,8 @@ export declare namespace Service {
|
|
|
113
114
|
}[];
|
|
114
115
|
visaInterviewInfo: Fulfill.Entity.VisaInterviewInfo;
|
|
115
116
|
visaCancelInfo: Fulfill.Entity.VisaCancelInfo;
|
|
117
|
+
visaCancel: boolean;
|
|
118
|
+
VisaInterface: boolean;
|
|
116
119
|
}
|
|
117
120
|
/** 查看电子材料详情 */
|
|
118
121
|
interface IGetTouristMaterialItemDetail {
|