@be-link/tfs-cli-nodejs 0.0.149 → 0.0.151
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
|
@@ -15,6 +15,9 @@ export declare namespace Service {
|
|
|
15
15
|
/** 查询出行人材料记录 */
|
|
16
16
|
interface IQueryOrderTouristMaterialInfo {
|
|
17
17
|
orderIds: string[];
|
|
18
|
+
visaType?: CommodityEnums.TourMaterialVisaType;
|
|
19
|
+
approvalStatus?: CommodityEnums.TouristMaterialStatus;
|
|
20
|
+
isVisaInterviewKnown?: boolean;
|
|
18
21
|
}
|
|
19
22
|
/** 查看电子材料详情 */
|
|
20
23
|
interface IGetTouristMaterialItemDetail {
|