@be-link/tfs-cli-nodejs 0.0.180 → 0.0.181
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
|
@@ -115,7 +115,7 @@ export declare namespace Service {
|
|
|
115
115
|
visaInterviewInfo: Fulfill.Entity.VisaInterviewInfo;
|
|
116
116
|
visaCancelInfo: Fulfill.Entity.VisaCancelInfo;
|
|
117
117
|
visaCancel: boolean;
|
|
118
|
-
|
|
118
|
+
visaInterview: boolean;
|
|
119
119
|
}
|
|
120
120
|
/** 查看电子材料详情 */
|
|
121
121
|
interface IGetTouristMaterialItemDetail {
|