@be-link/tfs-cli-nodejs 0.0.208 → 0.0.210
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
|
@@ -64,6 +64,7 @@ export declare namespace Service {
|
|
|
64
64
|
touristIds: string[];
|
|
65
65
|
}
|
|
66
66
|
interface IUpdateTouristMaterialForRefundTourist {
|
|
67
|
+
operator: string;
|
|
67
68
|
orderId: string;
|
|
68
69
|
touristIds: string[];
|
|
69
70
|
}
|
|
@@ -197,7 +198,7 @@ export declare namespace Service {
|
|
|
197
198
|
remark: string;
|
|
198
199
|
}[];
|
|
199
200
|
/** 审核状态 */
|
|
200
|
-
approvalStatus: CommodityEnums.
|
|
201
|
+
approvalStatus: CommodityEnums.TouristMaterialItemStatus;
|
|
201
202
|
}
|
|
202
203
|
}
|
|
203
204
|
interface Controller {
|