@be-link/cs-cli-nodejs 0.1.135 → 0.1.137
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.
|
@@ -2,17 +2,16 @@ export declare namespace TongchengAvailability {
|
|
|
2
2
|
interface RoomPrice {
|
|
3
3
|
date: string;
|
|
4
4
|
price: number;
|
|
5
|
+
roomCount: number;
|
|
5
6
|
}
|
|
6
7
|
namespace External {
|
|
7
8
|
interface OrderCheckRequest {
|
|
8
9
|
clientId: string;
|
|
9
10
|
exHotelCode: string;
|
|
10
11
|
exRoomTypeCode: string;
|
|
11
|
-
exProductCode: string;
|
|
12
12
|
exRatePlanCode: string;
|
|
13
13
|
checkin: string;
|
|
14
14
|
checkout: string;
|
|
15
|
-
quantity: number;
|
|
16
15
|
roomPriceList: RoomPrice[];
|
|
17
16
|
}
|
|
18
17
|
interface OrderCheckResponse {
|
|
@@ -53,7 +52,7 @@ export declare namespace TongchengAvailability {
|
|
|
53
52
|
}
|
|
54
53
|
/** 同程份数向本地套餐和房间数量的换算明细。 */
|
|
55
54
|
interface QuantityCalculation {
|
|
56
|
-
/**
|
|
55
|
+
/** 由每日一致的 roomCount 归一得到的同程数量。 */
|
|
57
56
|
quantity: number;
|
|
58
57
|
/** 单份同程套餐换算为本地份数的系数。 */
|
|
59
58
|
quantityFactor: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"type.js","sourceRoot":"","sources":["../../../../src/cs/modules/tongcheng/type.ts"],"names":[],"mappings":";;;AAAA,IAAiB,qBAAqB,
|
|
1
|
+
{"version":3,"file":"type.js","sourceRoot":"","sources":["../../../../src/cs/modules/tongcheng/type.ts"],"names":[],"mappings":";;;AAAA,IAAiB,qBAAqB,CA4GrC;AA5GD,WAAiB,qBAAqB;IA+BpC,IAAiB,QAAQ,CAsExB;IAtED,WAAiB,QAAQ;QACvB,IAAY,UAuBX;QAvBD,WAAY,UAAU;YACpB,uDAAyC,CAAA;YACzC,mDAAqC,CAAA;YACrC,mEAAqD,CAAA;YACrD,iDAAmC,CAAA;YACnC,qDAAuC,CAAA;YACvC,+CAAiC,CAAA;YACjC,mDAAqC,CAAA;YACrC,mEAAqD,CAAA;YACrD,yDAA2C,CAAA;YAC3C,mDAAqC,CAAA;YACrC,6DAA+C,CAAA;YAC/C,iFAAmE,CAAA;YACnE,mDAAqC,CAAA;YACrC,qEAAuD,CAAA;YACvD,yEAA2D,CAAA;YAC3D,6DAA+C,CAAA;YAC/C,iEAAmD,CAAA;YACnD,mEAAqD,CAAA;YACrD,2DAA6C,CAAA;YAC7C,+DAAiD,CAAA;YACjD,iEAAmD,CAAA;YACnD,iDAAmC,CAAA;QACrC,CAAC,EAvBW,UAAU,GAAV,mBAAU,KAAV,mBAAU,QAuBrB;IA8CH,CAAC,EAtEgB,QAAQ,GAAR,8BAAQ,KAAR,8BAAQ,QAsExB;AAOH,CAAC,EA5GgB,qBAAqB,qCAArB,qBAAqB,QA4GrC"}
|