@alicloud/aligenieip_1_0 2.7.2 → 2.7.3
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/dist/client.d.ts +13 -0
- package/dist/client.js +224 -198
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +237 -198
package/dist/client.d.ts
CHANGED
|
@@ -2595,21 +2595,31 @@ export declare class ListHotelOrderResponseBodyPage extends $dara.Model {
|
|
|
2595
2595
|
});
|
|
2596
2596
|
}
|
|
2597
2597
|
export declare class ListHotelOrderResponseBodyResult extends $dara.Model {
|
|
2598
|
+
amt?: number;
|
|
2598
2599
|
/**
|
|
2599
2600
|
* @example
|
|
2600
2601
|
* 21.5
|
|
2601
2602
|
*/
|
|
2602
2603
|
applyAmt?: number;
|
|
2604
|
+
deliveryMethod?: string;
|
|
2605
|
+
deliveryRoomName?: string;
|
|
2606
|
+
deliveryTime?: number;
|
|
2603
2607
|
/**
|
|
2604
2608
|
* @example
|
|
2605
2609
|
* 1659952892000
|
|
2606
2610
|
*/
|
|
2607
2611
|
gmtCreate?: number;
|
|
2612
|
+
icon?: string;
|
|
2613
|
+
itemId?: number;
|
|
2614
|
+
itemType?: string;
|
|
2615
|
+
name?: string;
|
|
2608
2616
|
/**
|
|
2609
2617
|
* @example
|
|
2610
2618
|
* 20220808180132000114508555527711
|
|
2611
2619
|
*/
|
|
2612
2620
|
orderNo?: string;
|
|
2621
|
+
orderStatus?: string;
|
|
2622
|
+
paymentMethod?: string;
|
|
2613
2623
|
/**
|
|
2614
2624
|
* @example
|
|
2615
2625
|
* 12
|
|
@@ -2620,11 +2630,13 @@ export declare class ListHotelOrderResponseBodyResult extends $dara.Model {
|
|
|
2620
2630
|
* 2001
|
|
2621
2631
|
*/
|
|
2622
2632
|
roomNo?: string;
|
|
2633
|
+
startTime?: number;
|
|
2623
2634
|
/**
|
|
2624
2635
|
* @example
|
|
2625
2636
|
* INIT
|
|
2626
2637
|
*/
|
|
2627
2638
|
status?: string;
|
|
2639
|
+
sumAmt?: number;
|
|
2628
2640
|
/**
|
|
2629
2641
|
* @example
|
|
2630
2642
|
* REPAIR
|
|
@@ -4589,6 +4601,7 @@ export declare class SubmitHotelOrderRequestPayloadItemList extends $dara.Model
|
|
|
4589
4601
|
* 2
|
|
4590
4602
|
*/
|
|
4591
4603
|
quantity?: number;
|
|
4604
|
+
remark?: string;
|
|
4592
4605
|
static names(): {
|
|
4593
4606
|
[key: string]: string;
|
|
4594
4607
|
};
|