@alicloud/aligenieip_1_0 2.3.0 → 2.3.1
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 +12 -0
- package/dist/client.js +24 -0
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +36 -0
package/dist/client.d.ts
CHANGED
|
@@ -5493,6 +5493,7 @@ export declare class SubmitHotelOrderResponseBody extends $tea.Model {
|
|
|
5493
5493
|
message?: string;
|
|
5494
5494
|
requestId?: string;
|
|
5495
5495
|
result?: string;
|
|
5496
|
+
statusCode?: number;
|
|
5496
5497
|
static names(): {
|
|
5497
5498
|
[key: string]: string;
|
|
5498
5499
|
};
|
|
@@ -7086,6 +7087,7 @@ export declare class ImportHotelConfigRequestImportHotelConfig extends $tea.Mode
|
|
|
7086
7087
|
});
|
|
7087
7088
|
}
|
|
7088
7089
|
export declare class ImportRoomControlDevicesRequestLocationDevicesDevicesMultiKeySwitchExtSwitchList extends $tea.Model {
|
|
7090
|
+
aliasList?: string[];
|
|
7089
7091
|
category?: string;
|
|
7090
7092
|
deviceIndex?: number;
|
|
7091
7093
|
deviceName?: string;
|
|
@@ -7113,6 +7115,7 @@ export declare class ImportRoomControlDevicesRequestLocationDevicesDevicesMultiK
|
|
|
7113
7115
|
});
|
|
7114
7116
|
}
|
|
7115
7117
|
export declare class ImportRoomControlDevicesRequestLocationDevicesDevices extends $tea.Model {
|
|
7118
|
+
aliasList?: string[];
|
|
7116
7119
|
brand?: string;
|
|
7117
7120
|
city?: string;
|
|
7118
7121
|
connectType?: string;
|
|
@@ -7689,6 +7692,7 @@ export declare class ListHotelSceneItemResponseBodyResultSecondCategoryListItemL
|
|
|
7689
7692
|
id?: string;
|
|
7690
7693
|
name?: string;
|
|
7691
7694
|
price?: number;
|
|
7695
|
+
residueLimit?: number;
|
|
7692
7696
|
status?: string;
|
|
7693
7697
|
type?: string;
|
|
7694
7698
|
static names(): {
|
|
@@ -7772,10 +7776,13 @@ export declare class ListHotelSceneItemsResponseBodyResultPage extends $tea.Mode
|
|
|
7772
7776
|
});
|
|
7773
7777
|
}
|
|
7774
7778
|
export declare class ListHotelSceneItemsResponseBodyResultSceneItemList extends $tea.Model {
|
|
7779
|
+
beyondLimitReply?: string;
|
|
7775
7780
|
category?: string;
|
|
7776
7781
|
deliveryMethod?: string;
|
|
7777
7782
|
icon?: string;
|
|
7778
7783
|
id?: number;
|
|
7784
|
+
limitNumber?: number;
|
|
7785
|
+
limitSwitch?: number;
|
|
7779
7786
|
name?: string;
|
|
7780
7787
|
paymentMethod?: string;
|
|
7781
7788
|
price?: number;
|
|
@@ -8245,6 +8252,7 @@ export declare class QueryHotelRoomDetailResponseBodyResult extends $tea.Model {
|
|
|
8245
8252
|
});
|
|
8246
8253
|
}
|
|
8247
8254
|
export declare class QueryRoomControlDevicesResponseBodyResultDevicesMultiKeySwitchExtSwitchList extends $tea.Model {
|
|
8255
|
+
aliasList?: string[];
|
|
8248
8256
|
category?: string;
|
|
8249
8257
|
deviceIndex?: number;
|
|
8250
8258
|
deviceName?: string;
|
|
@@ -8274,6 +8282,7 @@ export declare class QueryRoomControlDevicesResponseBodyResultDevicesMultiKeySwi
|
|
|
8274
8282
|
});
|
|
8275
8283
|
}
|
|
8276
8284
|
export declare class QueryRoomControlDevicesResponseBodyResultDevices extends $tea.Model {
|
|
8285
|
+
aliasList?: string[];
|
|
8277
8286
|
connectType?: string;
|
|
8278
8287
|
DN?: string;
|
|
8279
8288
|
deviceName?: string;
|
|
@@ -8520,10 +8529,13 @@ export declare class UpdateHotelSceneItemRequestUpdateHotelSceneReqDialogueList
|
|
|
8520
8529
|
});
|
|
8521
8530
|
}
|
|
8522
8531
|
export declare class UpdateHotelSceneItemRequestUpdateHotelSceneReq extends $tea.Model {
|
|
8532
|
+
beyondLimitReply?: string;
|
|
8523
8533
|
deliveryMethod?: string;
|
|
8524
8534
|
dialogueList?: UpdateHotelSceneItemRequestUpdateHotelSceneReqDialogueList[];
|
|
8525
8535
|
icon?: string;
|
|
8526
8536
|
id?: number;
|
|
8537
|
+
limitNumber?: number;
|
|
8538
|
+
limitSwitch?: number;
|
|
8527
8539
|
name?: string;
|
|
8528
8540
|
paymentMethod?: string;
|
|
8529
8541
|
price?: number;
|
package/dist/client.js
CHANGED
|
@@ -7377,6 +7377,7 @@ class SubmitHotelOrderResponseBody extends $tea.Model {
|
|
|
7377
7377
|
message: 'Message',
|
|
7378
7378
|
requestId: 'RequestId',
|
|
7379
7379
|
result: 'Result',
|
|
7380
|
+
statusCode: 'StatusCode',
|
|
7380
7381
|
};
|
|
7381
7382
|
}
|
|
7382
7383
|
static types() {
|
|
@@ -7385,6 +7386,7 @@ class SubmitHotelOrderResponseBody extends $tea.Model {
|
|
|
7385
7386
|
message: 'string',
|
|
7386
7387
|
requestId: 'string',
|
|
7387
7388
|
result: 'string',
|
|
7389
|
+
statusCode: 'number',
|
|
7388
7390
|
};
|
|
7389
7391
|
}
|
|
7390
7392
|
}
|
|
@@ -9655,6 +9657,7 @@ class ImportRoomControlDevicesRequestLocationDevicesDevicesMultiKeySwitchExtSwit
|
|
|
9655
9657
|
}
|
|
9656
9658
|
static names() {
|
|
9657
9659
|
return {
|
|
9660
|
+
aliasList: 'AliasList',
|
|
9658
9661
|
category: 'Category',
|
|
9659
9662
|
deviceIndex: 'DeviceIndex',
|
|
9660
9663
|
deviceName: 'DeviceName',
|
|
@@ -9663,6 +9666,7 @@ class ImportRoomControlDevicesRequestLocationDevicesDevicesMultiKeySwitchExtSwit
|
|
|
9663
9666
|
}
|
|
9664
9667
|
static types() {
|
|
9665
9668
|
return {
|
|
9669
|
+
aliasList: { 'type': 'array', 'itemType': 'string' },
|
|
9666
9670
|
category: 'string',
|
|
9667
9671
|
deviceIndex: 'number',
|
|
9668
9672
|
deviceName: 'string',
|
|
@@ -9693,6 +9697,7 @@ class ImportRoomControlDevicesRequestLocationDevicesDevices extends $tea.Model {
|
|
|
9693
9697
|
}
|
|
9694
9698
|
static names() {
|
|
9695
9699
|
return {
|
|
9700
|
+
aliasList: 'AliasList',
|
|
9696
9701
|
brand: 'Brand',
|
|
9697
9702
|
city: 'City',
|
|
9698
9703
|
connectType: 'ConnectType',
|
|
@@ -9711,6 +9716,7 @@ class ImportRoomControlDevicesRequestLocationDevicesDevices extends $tea.Model {
|
|
|
9711
9716
|
}
|
|
9712
9717
|
static types() {
|
|
9713
9718
|
return {
|
|
9719
|
+
aliasList: { 'type': 'array', 'itemType': 'string' },
|
|
9714
9720
|
brand: 'string',
|
|
9715
9721
|
city: 'string',
|
|
9716
9722
|
connectType: 'string',
|
|
@@ -10536,6 +10542,7 @@ class ListHotelSceneItemResponseBodyResultSecondCategoryListItemList extends $te
|
|
|
10536
10542
|
id: 'Id',
|
|
10537
10543
|
name: 'Name',
|
|
10538
10544
|
price: 'Price',
|
|
10545
|
+
residueLimit: 'ResidueLimit',
|
|
10539
10546
|
status: 'Status',
|
|
10540
10547
|
type: 'Type',
|
|
10541
10548
|
};
|
|
@@ -10547,6 +10554,7 @@ class ListHotelSceneItemResponseBodyResultSecondCategoryListItemList extends $te
|
|
|
10547
10554
|
id: 'string',
|
|
10548
10555
|
name: 'string',
|
|
10549
10556
|
price: 'number',
|
|
10557
|
+
residueLimit: 'number',
|
|
10550
10558
|
status: 'string',
|
|
10551
10559
|
type: 'string',
|
|
10552
10560
|
};
|
|
@@ -10659,10 +10667,13 @@ class ListHotelSceneItemsResponseBodyResultSceneItemList extends $tea.Model {
|
|
|
10659
10667
|
}
|
|
10660
10668
|
static names() {
|
|
10661
10669
|
return {
|
|
10670
|
+
beyondLimitReply: 'BeyondLimitReply',
|
|
10662
10671
|
category: 'Category',
|
|
10663
10672
|
deliveryMethod: 'DeliveryMethod',
|
|
10664
10673
|
icon: 'Icon',
|
|
10665
10674
|
id: 'Id',
|
|
10675
|
+
limitNumber: 'LimitNumber',
|
|
10676
|
+
limitSwitch: 'LimitSwitch',
|
|
10666
10677
|
name: 'Name',
|
|
10667
10678
|
paymentMethod: 'PaymentMethod',
|
|
10668
10679
|
price: 'Price',
|
|
@@ -10674,10 +10685,13 @@ class ListHotelSceneItemsResponseBodyResultSceneItemList extends $tea.Model {
|
|
|
10674
10685
|
}
|
|
10675
10686
|
static types() {
|
|
10676
10687
|
return {
|
|
10688
|
+
beyondLimitReply: 'string',
|
|
10677
10689
|
category: 'string',
|
|
10678
10690
|
deliveryMethod: 'string',
|
|
10679
10691
|
icon: 'string',
|
|
10680
10692
|
id: 'number',
|
|
10693
|
+
limitNumber: 'number',
|
|
10694
|
+
limitSwitch: 'number',
|
|
10681
10695
|
name: 'string',
|
|
10682
10696
|
paymentMethod: 'string',
|
|
10683
10697
|
price: 'number',
|
|
@@ -11361,6 +11375,7 @@ class QueryRoomControlDevicesResponseBodyResultDevicesMultiKeySwitchExtSwitchLis
|
|
|
11361
11375
|
}
|
|
11362
11376
|
static names() {
|
|
11363
11377
|
return {
|
|
11378
|
+
aliasList: 'AliasList',
|
|
11364
11379
|
category: 'Category',
|
|
11365
11380
|
deviceIndex: 'DeviceIndex',
|
|
11366
11381
|
deviceName: 'DeviceName',
|
|
@@ -11371,6 +11386,7 @@ class QueryRoomControlDevicesResponseBodyResultDevicesMultiKeySwitchExtSwitchLis
|
|
|
11371
11386
|
}
|
|
11372
11387
|
static types() {
|
|
11373
11388
|
return {
|
|
11389
|
+
aliasList: { 'type': 'array', 'itemType': 'string' },
|
|
11374
11390
|
category: 'string',
|
|
11375
11391
|
deviceIndex: 'number',
|
|
11376
11392
|
deviceName: 'string',
|
|
@@ -11403,6 +11419,7 @@ class QueryRoomControlDevicesResponseBodyResultDevices extends $tea.Model {
|
|
|
11403
11419
|
}
|
|
11404
11420
|
static names() {
|
|
11405
11421
|
return {
|
|
11422
|
+
aliasList: 'AliasList',
|
|
11406
11423
|
connectType: 'ConnectType',
|
|
11407
11424
|
DN: 'DN',
|
|
11408
11425
|
deviceName: 'DeviceName',
|
|
@@ -11415,6 +11432,7 @@ class QueryRoomControlDevicesResponseBodyResultDevices extends $tea.Model {
|
|
|
11415
11432
|
}
|
|
11416
11433
|
static types() {
|
|
11417
11434
|
return {
|
|
11435
|
+
aliasList: { 'type': 'array', 'itemType': 'string' },
|
|
11418
11436
|
connectType: 'string',
|
|
11419
11437
|
DN: 'string',
|
|
11420
11438
|
deviceName: 'string',
|
|
@@ -11767,10 +11785,13 @@ class UpdateHotelSceneItemRequestUpdateHotelSceneReq extends $tea.Model {
|
|
|
11767
11785
|
}
|
|
11768
11786
|
static names() {
|
|
11769
11787
|
return {
|
|
11788
|
+
beyondLimitReply: 'BeyondLimitReply',
|
|
11770
11789
|
deliveryMethod: 'DeliveryMethod',
|
|
11771
11790
|
dialogueList: 'DialogueList',
|
|
11772
11791
|
icon: 'Icon',
|
|
11773
11792
|
id: 'Id',
|
|
11793
|
+
limitNumber: 'LimitNumber',
|
|
11794
|
+
limitSwitch: 'LimitSwitch',
|
|
11774
11795
|
name: 'Name',
|
|
11775
11796
|
paymentMethod: 'PaymentMethod',
|
|
11776
11797
|
price: 'Price',
|
|
@@ -11780,10 +11801,13 @@ class UpdateHotelSceneItemRequestUpdateHotelSceneReq extends $tea.Model {
|
|
|
11780
11801
|
}
|
|
11781
11802
|
static types() {
|
|
11782
11803
|
return {
|
|
11804
|
+
beyondLimitReply: 'string',
|
|
11783
11805
|
deliveryMethod: 'string',
|
|
11784
11806
|
dialogueList: { 'type': 'array', 'itemType': UpdateHotelSceneItemRequestUpdateHotelSceneReqDialogueList },
|
|
11785
11807
|
icon: 'string',
|
|
11786
11808
|
id: 'number',
|
|
11809
|
+
limitNumber: 'number',
|
|
11810
|
+
limitSwitch: 'number',
|
|
11787
11811
|
name: 'string',
|
|
11788
11812
|
paymentMethod: 'string',
|
|
11789
11813
|
price: 'number',
|