@alicloud/aligenieip_1_0 1.0.24 → 2.0.0

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 CHANGED
@@ -2879,7 +2879,7 @@ export declare class ImportHotelConfigHeaders extends $tea.Model {
2879
2879
  }
2880
2880
  export declare class ImportHotelConfigRequest extends $tea.Model {
2881
2881
  hotelId?: string;
2882
- importHotelConfigRequest?: ImportHotelConfigRequestImportHotelConfigRequest;
2882
+ importHotelConfig?: ImportHotelConfigRequestImportHotelConfig;
2883
2883
  static names(): {
2884
2884
  [key: string]: string;
2885
2885
  };
@@ -2892,7 +2892,7 @@ export declare class ImportHotelConfigRequest extends $tea.Model {
2892
2892
  }
2893
2893
  export declare class ImportHotelConfigShrinkRequest extends $tea.Model {
2894
2894
  hotelId?: string;
2895
- importHotelConfigRequestShrink?: string;
2895
+ importHotelConfigShrink?: string;
2896
2896
  static names(): {
2897
2897
  [key: string]: string;
2898
2898
  };
@@ -2951,6 +2951,7 @@ export declare class ImportRoomControlDevicesHeaders extends $tea.Model {
2951
2951
  });
2952
2952
  }
2953
2953
  export declare class ImportRoomControlDevicesRequest extends $tea.Model {
2954
+ enableInfraredDeviceImport?: string;
2954
2955
  hotelId?: string;
2955
2956
  locationDevices?: ImportRoomControlDevicesRequestLocationDevices[];
2956
2957
  roomNo?: string;
@@ -2965,6 +2966,7 @@ export declare class ImportRoomControlDevicesRequest extends $tea.Model {
2965
2966
  });
2966
2967
  }
2967
2968
  export declare class ImportRoomControlDevicesShrinkRequest extends $tea.Model {
2969
+ enableInfraredDeviceImport?: string;
2968
2970
  hotelId?: string;
2969
2971
  locationDevicesShrink?: string;
2970
2972
  roomNo?: string;
@@ -3146,6 +3148,112 @@ export declare class InvokeRobotPushResponse extends $tea.Model {
3146
3148
  [key: string]: any;
3147
3149
  });
3148
3150
  }
3151
+ export declare class ListAllProvincesHeaders extends $tea.Model {
3152
+ commonHeaders?: {
3153
+ [key: string]: string;
3154
+ };
3155
+ xAcsAligenieAccessToken?: string;
3156
+ authorization?: string;
3157
+ static names(): {
3158
+ [key: string]: string;
3159
+ };
3160
+ static types(): {
3161
+ [key: string]: any;
3162
+ };
3163
+ constructor(map?: {
3164
+ [key: string]: any;
3165
+ });
3166
+ }
3167
+ export declare class ListAllProvincesResponseBody extends $tea.Model {
3168
+ message?: string;
3169
+ requestId?: string;
3170
+ result?: string[];
3171
+ statusCode?: number;
3172
+ static names(): {
3173
+ [key: string]: string;
3174
+ };
3175
+ static types(): {
3176
+ [key: string]: any;
3177
+ };
3178
+ constructor(map?: {
3179
+ [key: string]: any;
3180
+ });
3181
+ }
3182
+ export declare class ListAllProvincesResponse extends $tea.Model {
3183
+ headers: {
3184
+ [key: string]: string;
3185
+ };
3186
+ statusCode: number;
3187
+ body: ListAllProvincesResponseBody;
3188
+ static names(): {
3189
+ [key: string]: string;
3190
+ };
3191
+ static types(): {
3192
+ [key: string]: any;
3193
+ };
3194
+ constructor(map?: {
3195
+ [key: string]: any;
3196
+ });
3197
+ }
3198
+ export declare class ListCitiesByProvinceHeaders extends $tea.Model {
3199
+ commonHeaders?: {
3200
+ [key: string]: string;
3201
+ };
3202
+ xAcsAligenieAccessToken?: string;
3203
+ authorization?: string;
3204
+ static names(): {
3205
+ [key: string]: string;
3206
+ };
3207
+ static types(): {
3208
+ [key: string]: any;
3209
+ };
3210
+ constructor(map?: {
3211
+ [key: string]: any;
3212
+ });
3213
+ }
3214
+ export declare class ListCitiesByProvinceRequest extends $tea.Model {
3215
+ province?: string;
3216
+ static names(): {
3217
+ [key: string]: string;
3218
+ };
3219
+ static types(): {
3220
+ [key: string]: any;
3221
+ };
3222
+ constructor(map?: {
3223
+ [key: string]: any;
3224
+ });
3225
+ }
3226
+ export declare class ListCitiesByProvinceResponseBody extends $tea.Model {
3227
+ message?: string;
3228
+ requestId?: string;
3229
+ result?: string[];
3230
+ statusCode?: number;
3231
+ static names(): {
3232
+ [key: string]: string;
3233
+ };
3234
+ static types(): {
3235
+ [key: string]: any;
3236
+ };
3237
+ constructor(map?: {
3238
+ [key: string]: any;
3239
+ });
3240
+ }
3241
+ export declare class ListCitiesByProvinceResponse extends $tea.Model {
3242
+ headers: {
3243
+ [key: string]: string;
3244
+ };
3245
+ statusCode: number;
3246
+ body: ListCitiesByProvinceResponseBody;
3247
+ static names(): {
3248
+ [key: string]: string;
3249
+ };
3250
+ static types(): {
3251
+ [key: string]: any;
3252
+ };
3253
+ constructor(map?: {
3254
+ [key: string]: any;
3255
+ });
3256
+ }
3149
3257
  export declare class ListCustomQAHeaders extends $tea.Model {
3150
3258
  commonHeaders?: {
3151
3259
  [key: string]: string;
@@ -4026,6 +4134,194 @@ export declare class ListHotelsResponse extends $tea.Model {
4026
4134
  [key: string]: any;
4027
4135
  });
4028
4136
  }
4137
+ export declare class ListInfraredDeviceBrandsHeaders extends $tea.Model {
4138
+ commonHeaders?: {
4139
+ [key: string]: string;
4140
+ };
4141
+ xAcsAligenieAccessToken?: string;
4142
+ authorization?: string;
4143
+ static names(): {
4144
+ [key: string]: string;
4145
+ };
4146
+ static types(): {
4147
+ [key: string]: any;
4148
+ };
4149
+ constructor(map?: {
4150
+ [key: string]: any;
4151
+ });
4152
+ }
4153
+ export declare class ListInfraredDeviceBrandsRequest extends $tea.Model {
4154
+ category?: string;
4155
+ serviceProvider?: string;
4156
+ static names(): {
4157
+ [key: string]: string;
4158
+ };
4159
+ static types(): {
4160
+ [key: string]: any;
4161
+ };
4162
+ constructor(map?: {
4163
+ [key: string]: any;
4164
+ });
4165
+ }
4166
+ export declare class ListInfraredDeviceBrandsResponseBody extends $tea.Model {
4167
+ message?: string;
4168
+ requestId?: string;
4169
+ result?: {
4170
+ [key: string]: string[];
4171
+ };
4172
+ statusCode?: number;
4173
+ static names(): {
4174
+ [key: string]: string;
4175
+ };
4176
+ static types(): {
4177
+ [key: string]: any;
4178
+ };
4179
+ constructor(map?: {
4180
+ [key: string]: any;
4181
+ });
4182
+ }
4183
+ export declare class ListInfraredDeviceBrandsResponse extends $tea.Model {
4184
+ headers: {
4185
+ [key: string]: string;
4186
+ };
4187
+ statusCode: number;
4188
+ body: ListInfraredDeviceBrandsResponseBody;
4189
+ static names(): {
4190
+ [key: string]: string;
4191
+ };
4192
+ static types(): {
4193
+ [key: string]: any;
4194
+ };
4195
+ constructor(map?: {
4196
+ [key: string]: any;
4197
+ });
4198
+ }
4199
+ export declare class ListInfraredRemoteControllersHeaders extends $tea.Model {
4200
+ commonHeaders?: {
4201
+ [key: string]: string;
4202
+ };
4203
+ xAcsAligenieAccessToken?: string;
4204
+ authorization?: string;
4205
+ static names(): {
4206
+ [key: string]: string;
4207
+ };
4208
+ static types(): {
4209
+ [key: string]: any;
4210
+ };
4211
+ constructor(map?: {
4212
+ [key: string]: any;
4213
+ });
4214
+ }
4215
+ export declare class ListInfraredRemoteControllersRequest extends $tea.Model {
4216
+ brand?: string;
4217
+ category?: string;
4218
+ city?: string;
4219
+ hotelId?: string;
4220
+ province?: string;
4221
+ serviceProvider?: string;
4222
+ static names(): {
4223
+ [key: string]: string;
4224
+ };
4225
+ static types(): {
4226
+ [key: string]: any;
4227
+ };
4228
+ constructor(map?: {
4229
+ [key: string]: any;
4230
+ });
4231
+ }
4232
+ export declare class ListInfraredRemoteControllersResponseBody extends $tea.Model {
4233
+ message?: string;
4234
+ requestId?: string;
4235
+ result?: ListInfraredRemoteControllersResponseBodyResult[];
4236
+ statusCode?: number;
4237
+ static names(): {
4238
+ [key: string]: string;
4239
+ };
4240
+ static types(): {
4241
+ [key: string]: any;
4242
+ };
4243
+ constructor(map?: {
4244
+ [key: string]: any;
4245
+ });
4246
+ }
4247
+ export declare class ListInfraredRemoteControllersResponse extends $tea.Model {
4248
+ headers: {
4249
+ [key: string]: string;
4250
+ };
4251
+ statusCode: number;
4252
+ body: ListInfraredRemoteControllersResponseBody;
4253
+ static names(): {
4254
+ [key: string]: string;
4255
+ };
4256
+ static types(): {
4257
+ [key: string]: any;
4258
+ };
4259
+ constructor(map?: {
4260
+ [key: string]: any;
4261
+ });
4262
+ }
4263
+ export declare class ListSTBServiceProvidersHeaders extends $tea.Model {
4264
+ commonHeaders?: {
4265
+ [key: string]: string;
4266
+ };
4267
+ xAcsAligenieAccessToken?: string;
4268
+ authorization?: string;
4269
+ static names(): {
4270
+ [key: string]: string;
4271
+ };
4272
+ static types(): {
4273
+ [key: string]: any;
4274
+ };
4275
+ constructor(map?: {
4276
+ [key: string]: any;
4277
+ });
4278
+ }
4279
+ export declare class ListSTBServiceProvidersRequest extends $tea.Model {
4280
+ city?: string;
4281
+ province?: string;
4282
+ static names(): {
4283
+ [key: string]: string;
4284
+ };
4285
+ static types(): {
4286
+ [key: string]: any;
4287
+ };
4288
+ constructor(map?: {
4289
+ [key: string]: any;
4290
+ });
4291
+ }
4292
+ export declare class ListSTBServiceProvidersResponseBody extends $tea.Model {
4293
+ message?: string;
4294
+ requestId?: string;
4295
+ result?: {
4296
+ [key: string]: string[];
4297
+ };
4298
+ statusCode?: number;
4299
+ static names(): {
4300
+ [key: string]: string;
4301
+ };
4302
+ static types(): {
4303
+ [key: string]: any;
4304
+ };
4305
+ constructor(map?: {
4306
+ [key: string]: any;
4307
+ });
4308
+ }
4309
+ export declare class ListSTBServiceProvidersResponse extends $tea.Model {
4310
+ headers: {
4311
+ [key: string]: string;
4312
+ };
4313
+ statusCode: number;
4314
+ body: ListSTBServiceProvidersResponseBody;
4315
+ static names(): {
4316
+ [key: string]: string;
4317
+ };
4318
+ static types(): {
4319
+ [key: string]: any;
4320
+ };
4321
+ constructor(map?: {
4322
+ [key: string]: any;
4323
+ });
4324
+ }
4029
4325
  export declare class ListSceneCategoryHeaders extends $tea.Model {
4030
4326
  commonHeaders?: {
4031
4327
  [key: string]: string;
@@ -6574,7 +6870,7 @@ export declare class GetWelcomeTextAndMusicResponseBodyResult extends $tea.Model
6574
6870
  [key: string]: any;
6575
6871
  });
6576
6872
  }
6577
- export declare class ImportHotelConfigRequestImportHotelConfigRequestRcuCustomScenes extends $tea.Model {
6873
+ export declare class ImportHotelConfigRequestImportHotelConfigRcuCustomScenes extends $tea.Model {
6578
6874
  corpusList?: string[];
6579
6875
  description?: string;
6580
6876
  icon?: string;
@@ -6590,8 +6886,8 @@ export declare class ImportHotelConfigRequestImportHotelConfigRequestRcuCustomSc
6590
6886
  [key: string]: any;
6591
6887
  });
6592
6888
  }
6593
- export declare class ImportHotelConfigRequestImportHotelConfigRequest extends $tea.Model {
6594
- rcuCustomScenes?: ImportHotelConfigRequestImportHotelConfigRequestRcuCustomScenes[];
6889
+ export declare class ImportHotelConfigRequestImportHotelConfig extends $tea.Model {
6890
+ rcuCustomScenes?: ImportHotelConfigRequestImportHotelConfigRcuCustomScenes[];
6595
6891
  static names(): {
6596
6892
  [key: string]: string;
6597
6893
  };
@@ -6603,9 +6899,17 @@ export declare class ImportHotelConfigRequestImportHotelConfigRequest extends $t
6603
6899
  });
6604
6900
  }
6605
6901
  export declare class ImportRoomControlDevicesRequestLocationDevicesDevices extends $tea.Model {
6902
+ brand?: string;
6903
+ city?: string;
6904
+ connectType?: string;
6606
6905
  deviceName?: string;
6906
+ infraredId?: string;
6907
+ infraredIndex?: string;
6908
+ infraredVersion?: string;
6607
6909
  name?: string;
6608
6910
  number?: string;
6911
+ province?: string;
6912
+ serviceProvider?: string;
6609
6913
  static names(): {
6610
6914
  [key: string]: string;
6611
6915
  };
@@ -7270,6 +7574,20 @@ export declare class ListHotelsResponseBodyResult extends $tea.Model {
7270
7574
  [key: string]: any;
7271
7575
  });
7272
7576
  }
7577
+ export declare class ListInfraredRemoteControllersResponseBodyResult extends $tea.Model {
7578
+ index?: number;
7579
+ rid?: number;
7580
+ version?: string;
7581
+ static names(): {
7582
+ [key: string]: string;
7583
+ };
7584
+ static types(): {
7585
+ [key: string]: any;
7586
+ };
7587
+ constructor(map?: {
7588
+ [key: string]: any;
7589
+ });
7590
+ }
7273
7591
  export declare class ListServiceQARequestPage extends $tea.Model {
7274
7592
  pageNumber?: number;
7275
7593
  pageSize?: number;
@@ -7973,6 +8291,10 @@ export default class Client extends OpenApi {
7973
8291
  insertHotelSceneBookItem(request: InsertHotelSceneBookItemRequest): Promise<InsertHotelSceneBookItemResponse>;
7974
8292
  invokeRobotPushWithOptions(request: InvokeRobotPushRequest, headers: InvokeRobotPushHeaders, runtime: $Util.RuntimeOptions): Promise<InvokeRobotPushResponse>;
7975
8293
  invokeRobotPush(request: InvokeRobotPushRequest): Promise<InvokeRobotPushResponse>;
8294
+ listAllProvincesWithOptions(headers: ListAllProvincesHeaders, runtime: $Util.RuntimeOptions): Promise<ListAllProvincesResponse>;
8295
+ listAllProvinces(): Promise<ListAllProvincesResponse>;
8296
+ listCitiesByProvinceWithOptions(request: ListCitiesByProvinceRequest, headers: ListCitiesByProvinceHeaders, runtime: $Util.RuntimeOptions): Promise<ListCitiesByProvinceResponse>;
8297
+ listCitiesByProvince(request: ListCitiesByProvinceRequest): Promise<ListCitiesByProvinceResponse>;
7976
8298
  listCustomQAWithOptions(tmpReq: ListCustomQARequest, headers: ListCustomQAHeaders, runtime: $Util.RuntimeOptions): Promise<ListCustomQAResponse>;
7977
8299
  listCustomQA(request: ListCustomQARequest): Promise<ListCustomQAResponse>;
7978
8300
  listDialogueTemplateWithOptions(request: ListDialogueTemplateRequest, headers: ListDialogueTemplateHeaders, runtime: $Util.RuntimeOptions): Promise<ListDialogueTemplateResponse>;
@@ -7999,6 +8321,12 @@ export default class Client extends OpenApi {
7999
8321
  listHotelServiceCategory(request: ListHotelServiceCategoryRequest): Promise<ListHotelServiceCategoryResponse>;
8000
8322
  listHotelsWithOptions(tmpReq: ListHotelsRequest, headers: ListHotelsHeaders, runtime: $Util.RuntimeOptions): Promise<ListHotelsResponse>;
8001
8323
  listHotels(request: ListHotelsRequest): Promise<ListHotelsResponse>;
8324
+ listInfraredDeviceBrandsWithOptions(request: ListInfraredDeviceBrandsRequest, headers: ListInfraredDeviceBrandsHeaders, runtime: $Util.RuntimeOptions): Promise<ListInfraredDeviceBrandsResponse>;
8325
+ listInfraredDeviceBrands(request: ListInfraredDeviceBrandsRequest): Promise<ListInfraredDeviceBrandsResponse>;
8326
+ listInfraredRemoteControllersWithOptions(request: ListInfraredRemoteControllersRequest, headers: ListInfraredRemoteControllersHeaders, runtime: $Util.RuntimeOptions): Promise<ListInfraredRemoteControllersResponse>;
8327
+ listInfraredRemoteControllers(request: ListInfraredRemoteControllersRequest): Promise<ListInfraredRemoteControllersResponse>;
8328
+ listSTBServiceProvidersWithOptions(request: ListSTBServiceProvidersRequest, headers: ListSTBServiceProvidersHeaders, runtime: $Util.RuntimeOptions): Promise<ListSTBServiceProvidersResponse>;
8329
+ listSTBServiceProviders(request: ListSTBServiceProvidersRequest): Promise<ListSTBServiceProvidersResponse>;
8002
8330
  listSceneCategoryWithOptions(request: ListSceneCategoryRequest, headers: ListSceneCategoryHeaders, runtime: $Util.RuntimeOptions): Promise<ListSceneCategoryResponse>;
8003
8331
  listSceneCategory(request: ListSceneCategoryRequest): Promise<ListSceneCategoryResponse>;
8004
8332
  listServiceQAWithOptions(tmpReq: ListServiceQARequest, headers: ListServiceQAHeaders, runtime: $Util.RuntimeOptions): Promise<ListServiceQAResponse>;