@alicloud/tdsr20200101 3.0.7 → 3.0.10
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 +307 -0
- package/dist/client.js +559 -0
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +712 -0
package/dist/client.d.ts
CHANGED
|
@@ -37,6 +37,7 @@ export declare class AddMosaicsResponse extends $tea.Model {
|
|
|
37
37
|
headers: {
|
|
38
38
|
[key: string]: string;
|
|
39
39
|
};
|
|
40
|
+
statusCode: number;
|
|
40
41
|
body: AddMosaicsResponseBody;
|
|
41
42
|
static names(): {
|
|
42
43
|
[key: string]: string;
|
|
@@ -81,6 +82,7 @@ export declare class AddProjectResponse extends $tea.Model {
|
|
|
81
82
|
headers: {
|
|
82
83
|
[key: string]: string;
|
|
83
84
|
};
|
|
85
|
+
statusCode: number;
|
|
84
86
|
body: AddProjectResponseBody;
|
|
85
87
|
static names(): {
|
|
86
88
|
[key: string]: string;
|
|
@@ -124,6 +126,7 @@ export declare class AddRelativePositionResponse extends $tea.Model {
|
|
|
124
126
|
headers: {
|
|
125
127
|
[key: string]: string;
|
|
126
128
|
};
|
|
129
|
+
statusCode: number;
|
|
127
130
|
body: AddRelativePositionResponseBody;
|
|
128
131
|
static names(): {
|
|
129
132
|
[key: string]: string;
|
|
@@ -167,6 +170,7 @@ export declare class AddRoomPlanResponse extends $tea.Model {
|
|
|
167
170
|
headers: {
|
|
168
171
|
[key: string]: string;
|
|
169
172
|
};
|
|
173
|
+
statusCode: number;
|
|
170
174
|
body: AddRoomPlanResponseBody;
|
|
171
175
|
static names(): {
|
|
172
176
|
[key: string]: string;
|
|
@@ -179,6 +183,7 @@ export declare class AddRoomPlanResponse extends $tea.Model {
|
|
|
179
183
|
});
|
|
180
184
|
}
|
|
181
185
|
export declare class AddSceneRequest extends $tea.Model {
|
|
186
|
+
customerUid?: string;
|
|
182
187
|
name?: string;
|
|
183
188
|
projectId?: string;
|
|
184
189
|
type?: string;
|
|
@@ -212,6 +217,7 @@ export declare class AddSceneResponse extends $tea.Model {
|
|
|
212
217
|
headers: {
|
|
213
218
|
[key: string]: string;
|
|
214
219
|
};
|
|
220
|
+
statusCode: number;
|
|
215
221
|
body: AddSceneResponseBody;
|
|
216
222
|
static names(): {
|
|
217
223
|
[key: string]: string;
|
|
@@ -257,6 +263,7 @@ export declare class AddSubSceneResponse extends $tea.Model {
|
|
|
257
263
|
headers: {
|
|
258
264
|
[key: string]: string;
|
|
259
265
|
};
|
|
266
|
+
statusCode: number;
|
|
260
267
|
body: AddSubSceneResponseBody;
|
|
261
268
|
static names(): {
|
|
262
269
|
[key: string]: string;
|
|
@@ -300,6 +307,7 @@ export declare class CheckUserPropertyResponse extends $tea.Model {
|
|
|
300
307
|
headers: {
|
|
301
308
|
[key: string]: string;
|
|
302
309
|
};
|
|
310
|
+
statusCode: number;
|
|
303
311
|
body: CheckUserPropertyResponseBody;
|
|
304
312
|
static names(): {
|
|
305
313
|
[key: string]: string;
|
|
@@ -349,6 +357,7 @@ export declare class DetailProjectResponse extends $tea.Model {
|
|
|
349
357
|
headers: {
|
|
350
358
|
[key: string]: string;
|
|
351
359
|
};
|
|
360
|
+
statusCode: number;
|
|
352
361
|
body: DetailProjectResponseBody;
|
|
353
362
|
static names(): {
|
|
354
363
|
[key: string]: string;
|
|
@@ -400,6 +409,7 @@ export declare class DetailSceneResponse extends $tea.Model {
|
|
|
400
409
|
headers: {
|
|
401
410
|
[key: string]: string;
|
|
402
411
|
};
|
|
412
|
+
statusCode: number;
|
|
403
413
|
body: DetailSceneResponseBody;
|
|
404
414
|
static names(): {
|
|
405
415
|
[key: string]: string;
|
|
@@ -455,6 +465,7 @@ export declare class DetailSubSceneResponse extends $tea.Model {
|
|
|
455
465
|
headers: {
|
|
456
466
|
[key: string]: string;
|
|
457
467
|
};
|
|
468
|
+
statusCode: number;
|
|
458
469
|
body: DetailSubSceneResponseBody;
|
|
459
470
|
static names(): {
|
|
460
471
|
[key: string]: string;
|
|
@@ -497,6 +508,7 @@ export declare class DropProjectResponse extends $tea.Model {
|
|
|
497
508
|
headers: {
|
|
498
509
|
[key: string]: string;
|
|
499
510
|
};
|
|
511
|
+
statusCode: number;
|
|
500
512
|
body: DropProjectResponseBody;
|
|
501
513
|
static names(): {
|
|
502
514
|
[key: string]: string;
|
|
@@ -539,6 +551,7 @@ export declare class DropSceneResponse extends $tea.Model {
|
|
|
539
551
|
headers: {
|
|
540
552
|
[key: string]: string;
|
|
541
553
|
};
|
|
554
|
+
statusCode: number;
|
|
542
555
|
body: DropSceneResponseBody;
|
|
543
556
|
static names(): {
|
|
544
557
|
[key: string]: string;
|
|
@@ -581,6 +594,7 @@ export declare class DropSubSceneResponse extends $tea.Model {
|
|
|
581
594
|
headers: {
|
|
582
595
|
[key: string]: string;
|
|
583
596
|
};
|
|
597
|
+
statusCode: number;
|
|
584
598
|
body: DropSubSceneResponseBody;
|
|
585
599
|
static names(): {
|
|
586
600
|
[key: string]: string;
|
|
@@ -626,6 +640,7 @@ export declare class GetConnDataResponse extends $tea.Model {
|
|
|
626
640
|
headers: {
|
|
627
641
|
[key: string]: string;
|
|
628
642
|
};
|
|
643
|
+
statusCode: number;
|
|
629
644
|
body: GetConnDataResponseBody;
|
|
630
645
|
static names(): {
|
|
631
646
|
[key: string]: string;
|
|
@@ -672,6 +687,7 @@ export declare class GetHotspotConfigResponse extends $tea.Model {
|
|
|
672
687
|
headers: {
|
|
673
688
|
[key: string]: string;
|
|
674
689
|
};
|
|
690
|
+
statusCode: number;
|
|
675
691
|
body: GetHotspotConfigResponseBody;
|
|
676
692
|
static names(): {
|
|
677
693
|
[key: string]: string;
|
|
@@ -718,6 +734,7 @@ export declare class GetHotspotSceneDataResponse extends $tea.Model {
|
|
|
718
734
|
headers: {
|
|
719
735
|
[key: string]: string;
|
|
720
736
|
};
|
|
737
|
+
statusCode: number;
|
|
721
738
|
body: GetHotspotSceneDataResponseBody;
|
|
722
739
|
static names(): {
|
|
723
740
|
[key: string]: string;
|
|
@@ -765,6 +782,7 @@ export declare class GetHotspotTagResponse extends $tea.Model {
|
|
|
765
782
|
headers: {
|
|
766
783
|
[key: string]: string;
|
|
767
784
|
};
|
|
785
|
+
statusCode: number;
|
|
768
786
|
body: GetHotspotTagResponseBody;
|
|
769
787
|
static names(): {
|
|
770
788
|
[key: string]: string;
|
|
@@ -808,6 +826,7 @@ export declare class GetLayoutDataResponse extends $tea.Model {
|
|
|
808
826
|
headers: {
|
|
809
827
|
[key: string]: string;
|
|
810
828
|
};
|
|
829
|
+
statusCode: number;
|
|
811
830
|
body: GetLayoutDataResponseBody;
|
|
812
831
|
static names(): {
|
|
813
832
|
[key: string]: string;
|
|
@@ -851,6 +870,7 @@ export declare class GetOriginLayoutDataResponse extends $tea.Model {
|
|
|
851
870
|
headers: {
|
|
852
871
|
[key: string]: string;
|
|
853
872
|
};
|
|
873
|
+
statusCode: number;
|
|
854
874
|
body: GetOriginLayoutDataResponseBody;
|
|
855
875
|
static names(): {
|
|
856
876
|
[key: string]: string;
|
|
@@ -900,6 +920,7 @@ export declare class GetOssPolicyResponse extends $tea.Model {
|
|
|
900
920
|
headers: {
|
|
901
921
|
[key: string]: string;
|
|
902
922
|
};
|
|
923
|
+
statusCode: number;
|
|
903
924
|
body: GetOssPolicyResponseBody;
|
|
904
925
|
static names(): {
|
|
905
926
|
[key: string]: string;
|
|
@@ -911,6 +932,51 @@ export declare class GetOssPolicyResponse extends $tea.Model {
|
|
|
911
932
|
[key: string]: any;
|
|
912
933
|
});
|
|
913
934
|
}
|
|
935
|
+
export declare class GetPackSceneTaskStatusRequest extends $tea.Model {
|
|
936
|
+
taskId?: string;
|
|
937
|
+
type?: string;
|
|
938
|
+
static names(): {
|
|
939
|
+
[key: string]: string;
|
|
940
|
+
};
|
|
941
|
+
static types(): {
|
|
942
|
+
[key: string]: any;
|
|
943
|
+
};
|
|
944
|
+
constructor(map?: {
|
|
945
|
+
[key: string]: any;
|
|
946
|
+
});
|
|
947
|
+
}
|
|
948
|
+
export declare class GetPackSceneTaskStatusResponseBody extends $tea.Model {
|
|
949
|
+
code?: number;
|
|
950
|
+
data?: GetPackSceneTaskStatusResponseBodyData;
|
|
951
|
+
message?: string;
|
|
952
|
+
requestId?: string;
|
|
953
|
+
success?: boolean;
|
|
954
|
+
static names(): {
|
|
955
|
+
[key: string]: string;
|
|
956
|
+
};
|
|
957
|
+
static types(): {
|
|
958
|
+
[key: string]: any;
|
|
959
|
+
};
|
|
960
|
+
constructor(map?: {
|
|
961
|
+
[key: string]: any;
|
|
962
|
+
});
|
|
963
|
+
}
|
|
964
|
+
export declare class GetPackSceneTaskStatusResponse extends $tea.Model {
|
|
965
|
+
headers: {
|
|
966
|
+
[key: string]: string;
|
|
967
|
+
};
|
|
968
|
+
statusCode: number;
|
|
969
|
+
body: GetPackSceneTaskStatusResponseBody;
|
|
970
|
+
static names(): {
|
|
971
|
+
[key: string]: string;
|
|
972
|
+
};
|
|
973
|
+
static types(): {
|
|
974
|
+
[key: string]: any;
|
|
975
|
+
};
|
|
976
|
+
constructor(map?: {
|
|
977
|
+
[key: string]: any;
|
|
978
|
+
});
|
|
979
|
+
}
|
|
914
980
|
export declare class GetRectifyImageRequest extends $tea.Model {
|
|
915
981
|
subSceneId?: string;
|
|
916
982
|
static names(): {
|
|
@@ -943,6 +1009,7 @@ export declare class GetRectifyImageResponse extends $tea.Model {
|
|
|
943
1009
|
headers: {
|
|
944
1010
|
[key: string]: string;
|
|
945
1011
|
};
|
|
1012
|
+
statusCode: number;
|
|
946
1013
|
body: GetRectifyImageResponseBody;
|
|
947
1014
|
static names(): {
|
|
948
1015
|
[key: string]: string;
|
|
@@ -989,6 +1056,7 @@ export declare class GetSceneBuildTaskStatusResponse extends $tea.Model {
|
|
|
989
1056
|
headers: {
|
|
990
1057
|
[key: string]: string;
|
|
991
1058
|
};
|
|
1059
|
+
statusCode: number;
|
|
992
1060
|
body: GetSceneBuildTaskStatusResponseBody;
|
|
993
1061
|
static names(): {
|
|
994
1062
|
[key: string]: string;
|
|
@@ -1000,6 +1068,50 @@ export declare class GetSceneBuildTaskStatusResponse extends $tea.Model {
|
|
|
1000
1068
|
[key: string]: any;
|
|
1001
1069
|
});
|
|
1002
1070
|
}
|
|
1071
|
+
export declare class GetScenePackUrlRequest extends $tea.Model {
|
|
1072
|
+
sceneId?: string;
|
|
1073
|
+
static names(): {
|
|
1074
|
+
[key: string]: string;
|
|
1075
|
+
};
|
|
1076
|
+
static types(): {
|
|
1077
|
+
[key: string]: any;
|
|
1078
|
+
};
|
|
1079
|
+
constructor(map?: {
|
|
1080
|
+
[key: string]: any;
|
|
1081
|
+
});
|
|
1082
|
+
}
|
|
1083
|
+
export declare class GetScenePackUrlResponseBody extends $tea.Model {
|
|
1084
|
+
code?: number;
|
|
1085
|
+
data?: GetScenePackUrlResponseBodyData;
|
|
1086
|
+
message?: string;
|
|
1087
|
+
requestId?: string;
|
|
1088
|
+
success?: boolean;
|
|
1089
|
+
static names(): {
|
|
1090
|
+
[key: string]: string;
|
|
1091
|
+
};
|
|
1092
|
+
static types(): {
|
|
1093
|
+
[key: string]: any;
|
|
1094
|
+
};
|
|
1095
|
+
constructor(map?: {
|
|
1096
|
+
[key: string]: any;
|
|
1097
|
+
});
|
|
1098
|
+
}
|
|
1099
|
+
export declare class GetScenePackUrlResponse extends $tea.Model {
|
|
1100
|
+
headers: {
|
|
1101
|
+
[key: string]: string;
|
|
1102
|
+
};
|
|
1103
|
+
statusCode: number;
|
|
1104
|
+
body: GetScenePackUrlResponseBody;
|
|
1105
|
+
static names(): {
|
|
1106
|
+
[key: string]: string;
|
|
1107
|
+
};
|
|
1108
|
+
static types(): {
|
|
1109
|
+
[key: string]: any;
|
|
1110
|
+
};
|
|
1111
|
+
constructor(map?: {
|
|
1112
|
+
[key: string]: any;
|
|
1113
|
+
});
|
|
1114
|
+
}
|
|
1003
1115
|
export declare class GetScenePreviewDataRequest extends $tea.Model {
|
|
1004
1116
|
domain?: string;
|
|
1005
1117
|
enabled?: boolean;
|
|
@@ -1035,6 +1147,7 @@ export declare class GetScenePreviewDataResponse extends $tea.Model {
|
|
|
1035
1147
|
headers: {
|
|
1036
1148
|
[key: string]: string;
|
|
1037
1149
|
};
|
|
1150
|
+
statusCode: number;
|
|
1038
1151
|
body: GetScenePreviewDataResponseBody;
|
|
1039
1152
|
static names(): {
|
|
1040
1153
|
[key: string]: string;
|
|
@@ -1080,6 +1193,7 @@ export declare class GetScenePreviewInfoResponse extends $tea.Model {
|
|
|
1080
1193
|
headers: {
|
|
1081
1194
|
[key: string]: string;
|
|
1082
1195
|
};
|
|
1196
|
+
statusCode: number;
|
|
1083
1197
|
body: GetScenePreviewInfoResponseBody;
|
|
1084
1198
|
static names(): {
|
|
1085
1199
|
[key: string]: string;
|
|
@@ -1091,6 +1205,50 @@ export declare class GetScenePreviewInfoResponse extends $tea.Model {
|
|
|
1091
1205
|
[key: string]: any;
|
|
1092
1206
|
});
|
|
1093
1207
|
}
|
|
1208
|
+
export declare class GetScenePreviewResourceRequest extends $tea.Model {
|
|
1209
|
+
previewToken?: string;
|
|
1210
|
+
static names(): {
|
|
1211
|
+
[key: string]: string;
|
|
1212
|
+
};
|
|
1213
|
+
static types(): {
|
|
1214
|
+
[key: string]: any;
|
|
1215
|
+
};
|
|
1216
|
+
constructor(map?: {
|
|
1217
|
+
[key: string]: any;
|
|
1218
|
+
});
|
|
1219
|
+
}
|
|
1220
|
+
export declare class GetScenePreviewResourceResponseBody extends $tea.Model {
|
|
1221
|
+
code?: number;
|
|
1222
|
+
data?: GetScenePreviewResourceResponseBodyData;
|
|
1223
|
+
message?: string;
|
|
1224
|
+
requestId?: string;
|
|
1225
|
+
success?: boolean;
|
|
1226
|
+
static names(): {
|
|
1227
|
+
[key: string]: string;
|
|
1228
|
+
};
|
|
1229
|
+
static types(): {
|
|
1230
|
+
[key: string]: any;
|
|
1231
|
+
};
|
|
1232
|
+
constructor(map?: {
|
|
1233
|
+
[key: string]: any;
|
|
1234
|
+
});
|
|
1235
|
+
}
|
|
1236
|
+
export declare class GetScenePreviewResourceResponse extends $tea.Model {
|
|
1237
|
+
headers: {
|
|
1238
|
+
[key: string]: string;
|
|
1239
|
+
};
|
|
1240
|
+
statusCode: number;
|
|
1241
|
+
body: GetScenePreviewResourceResponseBody;
|
|
1242
|
+
static names(): {
|
|
1243
|
+
[key: string]: string;
|
|
1244
|
+
};
|
|
1245
|
+
static types(): {
|
|
1246
|
+
[key: string]: any;
|
|
1247
|
+
};
|
|
1248
|
+
constructor(map?: {
|
|
1249
|
+
[key: string]: any;
|
|
1250
|
+
});
|
|
1251
|
+
}
|
|
1094
1252
|
export declare class GetSingleConnDataRequest extends $tea.Model {
|
|
1095
1253
|
subSceneId?: string;
|
|
1096
1254
|
static names(): {
|
|
@@ -1124,6 +1282,7 @@ export declare class GetSingleConnDataResponse extends $tea.Model {
|
|
|
1124
1282
|
headers: {
|
|
1125
1283
|
[key: string]: string;
|
|
1126
1284
|
};
|
|
1285
|
+
statusCode: number;
|
|
1127
1286
|
body: GetSingleConnDataResponseBody;
|
|
1128
1287
|
static names(): {
|
|
1129
1288
|
[key: string]: string;
|
|
@@ -1167,6 +1326,7 @@ export declare class GetSubSceneTaskStatusResponse extends $tea.Model {
|
|
|
1167
1326
|
headers: {
|
|
1168
1327
|
[key: string]: string;
|
|
1169
1328
|
};
|
|
1329
|
+
statusCode: number;
|
|
1170
1330
|
body: GetSubSceneTaskStatusResponseBody;
|
|
1171
1331
|
static names(): {
|
|
1172
1332
|
[key: string]: string;
|
|
@@ -1213,6 +1373,7 @@ export declare class GetTaskStatusResponse extends $tea.Model {
|
|
|
1213
1373
|
headers: {
|
|
1214
1374
|
[key: string]: string;
|
|
1215
1375
|
};
|
|
1376
|
+
statusCode: number;
|
|
1216
1377
|
body: GetTaskStatusResponseBody;
|
|
1217
1378
|
static names(): {
|
|
1218
1379
|
[key: string]: string;
|
|
@@ -1258,6 +1419,7 @@ export declare class GetWindowConfigResponse extends $tea.Model {
|
|
|
1258
1419
|
headers: {
|
|
1259
1420
|
[key: string]: string;
|
|
1260
1421
|
};
|
|
1422
|
+
statusCode: number;
|
|
1261
1423
|
body: GetWindowConfigResponseBody;
|
|
1262
1424
|
static names(): {
|
|
1263
1425
|
[key: string]: string;
|
|
@@ -1302,6 +1464,7 @@ export declare class LabelBuildResponse extends $tea.Model {
|
|
|
1302
1464
|
headers: {
|
|
1303
1465
|
[key: string]: string;
|
|
1304
1466
|
};
|
|
1467
|
+
statusCode: number;
|
|
1305
1468
|
body: LabelBuildResponseBody;
|
|
1306
1469
|
static names(): {
|
|
1307
1470
|
[key: string]: string;
|
|
@@ -1348,6 +1511,7 @@ export declare class LinkImageResponse extends $tea.Model {
|
|
|
1348
1511
|
headers: {
|
|
1349
1512
|
[key: string]: string;
|
|
1350
1513
|
};
|
|
1514
|
+
statusCode: number;
|
|
1351
1515
|
body: LinkImageResponseBody;
|
|
1352
1516
|
static names(): {
|
|
1353
1517
|
[key: string]: string;
|
|
@@ -1397,6 +1561,7 @@ export declare class ListProjectResponse extends $tea.Model {
|
|
|
1397
1561
|
headers: {
|
|
1398
1562
|
[key: string]: string;
|
|
1399
1563
|
};
|
|
1564
|
+
statusCode: number;
|
|
1400
1565
|
body: ListProjectResponseBody;
|
|
1401
1566
|
static names(): {
|
|
1402
1567
|
[key: string]: string;
|
|
@@ -1447,6 +1612,7 @@ export declare class ListSceneResponse extends $tea.Model {
|
|
|
1447
1612
|
headers: {
|
|
1448
1613
|
[key: string]: string;
|
|
1449
1614
|
};
|
|
1615
|
+
statusCode: number;
|
|
1450
1616
|
body: ListSceneResponseBody;
|
|
1451
1617
|
static names(): {
|
|
1452
1618
|
[key: string]: string;
|
|
@@ -1497,6 +1663,7 @@ export declare class ListSubSceneResponse extends $tea.Model {
|
|
|
1497
1663
|
headers: {
|
|
1498
1664
|
[key: string]: string;
|
|
1499
1665
|
};
|
|
1666
|
+
statusCode: number;
|
|
1500
1667
|
body: ListSubSceneResponseBody;
|
|
1501
1668
|
static names(): {
|
|
1502
1669
|
[key: string]: string;
|
|
@@ -1540,6 +1707,7 @@ export declare class OptimizeRightAngleResponse extends $tea.Model {
|
|
|
1540
1707
|
headers: {
|
|
1541
1708
|
[key: string]: string;
|
|
1542
1709
|
};
|
|
1710
|
+
statusCode: number;
|
|
1543
1711
|
body: OptimizeRightAngleResponseBody;
|
|
1544
1712
|
static names(): {
|
|
1545
1713
|
[key: string]: string;
|
|
@@ -1551,6 +1719,51 @@ export declare class OptimizeRightAngleResponse extends $tea.Model {
|
|
|
1551
1719
|
[key: string]: any;
|
|
1552
1720
|
});
|
|
1553
1721
|
}
|
|
1722
|
+
export declare class PackSceneRequest extends $tea.Model {
|
|
1723
|
+
sceneId?: string;
|
|
1724
|
+
type?: string;
|
|
1725
|
+
static names(): {
|
|
1726
|
+
[key: string]: string;
|
|
1727
|
+
};
|
|
1728
|
+
static types(): {
|
|
1729
|
+
[key: string]: any;
|
|
1730
|
+
};
|
|
1731
|
+
constructor(map?: {
|
|
1732
|
+
[key: string]: any;
|
|
1733
|
+
});
|
|
1734
|
+
}
|
|
1735
|
+
export declare class PackSceneResponseBody extends $tea.Model {
|
|
1736
|
+
code?: number;
|
|
1737
|
+
data?: PackSceneResponseBodyData;
|
|
1738
|
+
message?: string;
|
|
1739
|
+
requestId?: string;
|
|
1740
|
+
success?: boolean;
|
|
1741
|
+
static names(): {
|
|
1742
|
+
[key: string]: string;
|
|
1743
|
+
};
|
|
1744
|
+
static types(): {
|
|
1745
|
+
[key: string]: any;
|
|
1746
|
+
};
|
|
1747
|
+
constructor(map?: {
|
|
1748
|
+
[key: string]: any;
|
|
1749
|
+
});
|
|
1750
|
+
}
|
|
1751
|
+
export declare class PackSceneResponse extends $tea.Model {
|
|
1752
|
+
headers: {
|
|
1753
|
+
[key: string]: string;
|
|
1754
|
+
};
|
|
1755
|
+
statusCode: number;
|
|
1756
|
+
body: PackSceneResponseBody;
|
|
1757
|
+
static names(): {
|
|
1758
|
+
[key: string]: string;
|
|
1759
|
+
};
|
|
1760
|
+
static types(): {
|
|
1761
|
+
[key: string]: any;
|
|
1762
|
+
};
|
|
1763
|
+
constructor(map?: {
|
|
1764
|
+
[key: string]: any;
|
|
1765
|
+
});
|
|
1766
|
+
}
|
|
1554
1767
|
export declare class PredImageRequest extends $tea.Model {
|
|
1555
1768
|
correctVertical?: boolean;
|
|
1556
1769
|
countDetectDoor?: number;
|
|
@@ -1586,6 +1799,7 @@ export declare class PredImageResponse extends $tea.Model {
|
|
|
1586
1799
|
headers: {
|
|
1587
1800
|
[key: string]: string;
|
|
1588
1801
|
};
|
|
1802
|
+
statusCode: number;
|
|
1589
1803
|
body: PredImageResponseBody;
|
|
1590
1804
|
static names(): {
|
|
1591
1805
|
[key: string]: string;
|
|
@@ -1631,6 +1845,7 @@ export declare class PredictionWallLineResponse extends $tea.Model {
|
|
|
1631
1845
|
headers: {
|
|
1632
1846
|
[key: string]: string;
|
|
1633
1847
|
};
|
|
1848
|
+
statusCode: number;
|
|
1634
1849
|
body: PredictionWallLineResponseBody;
|
|
1635
1850
|
static names(): {
|
|
1636
1851
|
[key: string]: string;
|
|
@@ -1676,6 +1891,7 @@ export declare class PublishHotspotResponse extends $tea.Model {
|
|
|
1676
1891
|
headers: {
|
|
1677
1892
|
[key: string]: string;
|
|
1678
1893
|
};
|
|
1894
|
+
statusCode: number;
|
|
1679
1895
|
body: PublishHotspotResponseBody;
|
|
1680
1896
|
static names(): {
|
|
1681
1897
|
[key: string]: string;
|
|
@@ -1719,6 +1935,7 @@ export declare class PublishSceneResponse extends $tea.Model {
|
|
|
1719
1935
|
headers: {
|
|
1720
1936
|
[key: string]: string;
|
|
1721
1937
|
};
|
|
1938
|
+
statusCode: number;
|
|
1722
1939
|
body: PublishSceneResponseBody;
|
|
1723
1940
|
static names(): {
|
|
1724
1941
|
[key: string]: string;
|
|
@@ -1762,6 +1979,7 @@ export declare class PublishStatusResponse extends $tea.Model {
|
|
|
1762
1979
|
headers: {
|
|
1763
1980
|
[key: string]: string;
|
|
1764
1981
|
};
|
|
1982
|
+
statusCode: number;
|
|
1765
1983
|
body: PublishStatusResponseBody;
|
|
1766
1984
|
static names(): {
|
|
1767
1985
|
[key: string]: string;
|
|
@@ -1804,6 +2022,7 @@ export declare class RecoveryOriginImageResponse extends $tea.Model {
|
|
|
1804
2022
|
headers: {
|
|
1805
2023
|
[key: string]: string;
|
|
1806
2024
|
};
|
|
2025
|
+
statusCode: number;
|
|
1807
2026
|
body: RecoveryOriginImageResponseBody;
|
|
1808
2027
|
static names(): {
|
|
1809
2028
|
[key: string]: string;
|
|
@@ -1850,6 +2069,7 @@ export declare class RectVerticalResponse extends $tea.Model {
|
|
|
1850
2069
|
headers: {
|
|
1851
2070
|
[key: string]: string;
|
|
1852
2071
|
};
|
|
2072
|
+
statusCode: number;
|
|
1853
2073
|
body: RectVerticalResponseBody;
|
|
1854
2074
|
static names(): {
|
|
1855
2075
|
[key: string]: string;
|
|
@@ -1895,6 +2115,7 @@ export declare class RectifyImageResponse extends $tea.Model {
|
|
|
1895
2115
|
headers: {
|
|
1896
2116
|
[key: string]: string;
|
|
1897
2117
|
};
|
|
2118
|
+
statusCode: number;
|
|
1898
2119
|
body: RectifyImageResponseBody;
|
|
1899
2120
|
static names(): {
|
|
1900
2121
|
[key: string]: string;
|
|
@@ -1937,6 +2158,7 @@ export declare class RollbackSubSceneResponse extends $tea.Model {
|
|
|
1937
2158
|
headers: {
|
|
1938
2159
|
[key: string]: string;
|
|
1939
2160
|
};
|
|
2161
|
+
statusCode: number;
|
|
1940
2162
|
body: RollbackSubSceneResponseBody;
|
|
1941
2163
|
static names(): {
|
|
1942
2164
|
[key: string]: string;
|
|
@@ -1979,6 +2201,7 @@ export declare class SaveHotspotConfigResponse extends $tea.Model {
|
|
|
1979
2201
|
headers: {
|
|
1980
2202
|
[key: string]: string;
|
|
1981
2203
|
};
|
|
2204
|
+
statusCode: number;
|
|
1982
2205
|
body: SaveHotspotConfigResponseBody;
|
|
1983
2206
|
static names(): {
|
|
1984
2207
|
[key: string]: string;
|
|
@@ -2021,6 +2244,7 @@ export declare class SaveHotspotTagResponse extends $tea.Model {
|
|
|
2021
2244
|
headers: {
|
|
2022
2245
|
[key: string]: string;
|
|
2023
2246
|
};
|
|
2247
|
+
statusCode: number;
|
|
2024
2248
|
body: SaveHotspotTagResponseBody;
|
|
2025
2249
|
static names(): {
|
|
2026
2250
|
[key: string]: string;
|
|
@@ -2064,6 +2288,7 @@ export declare class ScenePublishResponse extends $tea.Model {
|
|
|
2064
2288
|
headers: {
|
|
2065
2289
|
[key: string]: string;
|
|
2066
2290
|
};
|
|
2291
|
+
statusCode: number;
|
|
2067
2292
|
body: ScenePublishResponseBody;
|
|
2068
2293
|
static names(): {
|
|
2069
2294
|
[key: string]: string;
|
|
@@ -2108,6 +2333,7 @@ export declare class TempPreviewResponse extends $tea.Model {
|
|
|
2108
2333
|
headers: {
|
|
2109
2334
|
[key: string]: string;
|
|
2110
2335
|
};
|
|
2336
|
+
statusCode: number;
|
|
2111
2337
|
body: TempPreviewResponseBody;
|
|
2112
2338
|
static names(): {
|
|
2113
2339
|
[key: string]: string;
|
|
@@ -2151,6 +2377,7 @@ export declare class TempPreviewStatusResponse extends $tea.Model {
|
|
|
2151
2377
|
headers: {
|
|
2152
2378
|
[key: string]: string;
|
|
2153
2379
|
};
|
|
2380
|
+
statusCode: number;
|
|
2154
2381
|
body: TempPreviewStatusResponseBody;
|
|
2155
2382
|
static names(): {
|
|
2156
2383
|
[key: string]: string;
|
|
@@ -2194,6 +2421,7 @@ export declare class UpdateConnDataResponse extends $tea.Model {
|
|
|
2194
2421
|
headers: {
|
|
2195
2422
|
[key: string]: string;
|
|
2196
2423
|
};
|
|
2424
|
+
statusCode: number;
|
|
2197
2425
|
body: UpdateConnDataResponseBody;
|
|
2198
2426
|
static names(): {
|
|
2199
2427
|
[key: string]: string;
|
|
@@ -2237,6 +2465,7 @@ export declare class UpdateLayoutDataResponse extends $tea.Model {
|
|
|
2237
2465
|
headers: {
|
|
2238
2466
|
[key: string]: string;
|
|
2239
2467
|
};
|
|
2468
|
+
statusCode: number;
|
|
2240
2469
|
body: UpdateLayoutDataResponseBody;
|
|
2241
2470
|
static names(): {
|
|
2242
2471
|
[key: string]: string;
|
|
@@ -2281,6 +2510,7 @@ export declare class UpdateProjectResponse extends $tea.Model {
|
|
|
2281
2510
|
headers: {
|
|
2282
2511
|
[key: string]: string;
|
|
2283
2512
|
};
|
|
2513
|
+
statusCode: number;
|
|
2284
2514
|
body: UpdateProjectResponseBody;
|
|
2285
2515
|
static names(): {
|
|
2286
2516
|
[key: string]: string;
|
|
@@ -2324,6 +2554,7 @@ export declare class UpdateSceneResponse extends $tea.Model {
|
|
|
2324
2554
|
headers: {
|
|
2325
2555
|
[key: string]: string;
|
|
2326
2556
|
};
|
|
2557
|
+
statusCode: number;
|
|
2327
2558
|
body: UpdateSceneResponseBody;
|
|
2328
2559
|
static names(): {
|
|
2329
2560
|
[key: string]: string;
|
|
@@ -2367,6 +2598,7 @@ export declare class UpdateSubSceneResponse extends $tea.Model {
|
|
|
2367
2598
|
headers: {
|
|
2368
2599
|
[key: string]: string;
|
|
2369
2600
|
};
|
|
2601
|
+
statusCode: number;
|
|
2370
2602
|
body: UpdateSubSceneResponseBody;
|
|
2371
2603
|
static names(): {
|
|
2372
2604
|
[key: string]: string;
|
|
@@ -2425,6 +2657,33 @@ export declare class GetHotspotSceneDataResponseBodyData extends $tea.Model {
|
|
|
2425
2657
|
[key: string]: any;
|
|
2426
2658
|
});
|
|
2427
2659
|
}
|
|
2660
|
+
export declare class GetPackSceneTaskStatusResponseBodyData extends $tea.Model {
|
|
2661
|
+
progress?: number;
|
|
2662
|
+
status?: string;
|
|
2663
|
+
static names(): {
|
|
2664
|
+
[key: string]: string;
|
|
2665
|
+
};
|
|
2666
|
+
static types(): {
|
|
2667
|
+
[key: string]: any;
|
|
2668
|
+
};
|
|
2669
|
+
constructor(map?: {
|
|
2670
|
+
[key: string]: any;
|
|
2671
|
+
});
|
|
2672
|
+
}
|
|
2673
|
+
export declare class GetScenePackUrlResponseBodyData extends $tea.Model {
|
|
2674
|
+
expire?: string;
|
|
2675
|
+
url?: string;
|
|
2676
|
+
valid?: boolean;
|
|
2677
|
+
static names(): {
|
|
2678
|
+
[key: string]: string;
|
|
2679
|
+
};
|
|
2680
|
+
static types(): {
|
|
2681
|
+
[key: string]: any;
|
|
2682
|
+
};
|
|
2683
|
+
constructor(map?: {
|
|
2684
|
+
[key: string]: any;
|
|
2685
|
+
});
|
|
2686
|
+
}
|
|
2428
2687
|
export declare class GetScenePreviewDataResponseBodyDataModelPanoListPosition extends $tea.Model {
|
|
2429
2688
|
rotation?: number[];
|
|
2430
2689
|
spot?: number[];
|
|
@@ -2563,6 +2822,34 @@ export declare class GetScenePreviewInfoResponseBodyData extends $tea.Model {
|
|
|
2563
2822
|
[key: string]: any;
|
|
2564
2823
|
});
|
|
2565
2824
|
}
|
|
2825
|
+
export declare class GetScenePreviewResourceResponseBodyDataResourceDirectory extends $tea.Model {
|
|
2826
|
+
modelConfig?: string;
|
|
2827
|
+
orthomapConfig?: string;
|
|
2828
|
+
rootPath?: string;
|
|
2829
|
+
static names(): {
|
|
2830
|
+
[key: string]: string;
|
|
2831
|
+
};
|
|
2832
|
+
static types(): {
|
|
2833
|
+
[key: string]: any;
|
|
2834
|
+
};
|
|
2835
|
+
constructor(map?: {
|
|
2836
|
+
[key: string]: any;
|
|
2837
|
+
});
|
|
2838
|
+
}
|
|
2839
|
+
export declare class GetScenePreviewResourceResponseBodyData extends $tea.Model {
|
|
2840
|
+
name?: string;
|
|
2841
|
+
resourceDirectory?: GetScenePreviewResourceResponseBodyDataResourceDirectory;
|
|
2842
|
+
version?: string;
|
|
2843
|
+
static names(): {
|
|
2844
|
+
[key: string]: string;
|
|
2845
|
+
};
|
|
2846
|
+
static types(): {
|
|
2847
|
+
[key: string]: any;
|
|
2848
|
+
};
|
|
2849
|
+
constructor(map?: {
|
|
2850
|
+
[key: string]: any;
|
|
2851
|
+
});
|
|
2852
|
+
}
|
|
2566
2853
|
export declare class GetSingleConnDataResponseBodyList extends $tea.Model {
|
|
2567
2854
|
id?: string;
|
|
2568
2855
|
mapId?: string;
|
|
@@ -2659,6 +2946,18 @@ export declare class ListSubSceneResponseBodyList extends $tea.Model {
|
|
|
2659
2946
|
[key: string]: any;
|
|
2660
2947
|
});
|
|
2661
2948
|
}
|
|
2949
|
+
export declare class PackSceneResponseBodyData extends $tea.Model {
|
|
2950
|
+
taskId?: string;
|
|
2951
|
+
static names(): {
|
|
2952
|
+
[key: string]: string;
|
|
2953
|
+
};
|
|
2954
|
+
static types(): {
|
|
2955
|
+
[key: string]: any;
|
|
2956
|
+
};
|
|
2957
|
+
constructor(map?: {
|
|
2958
|
+
[key: string]: any;
|
|
2959
|
+
});
|
|
2960
|
+
}
|
|
2662
2961
|
export default class Client extends OpenApi {
|
|
2663
2962
|
constructor(config: $OpenApi.Config);
|
|
2664
2963
|
getEndpoint(productId: string, regionId: string, endpointRule: string, network: string, suffix: string, endpointMap: {
|
|
@@ -2704,14 +3003,20 @@ export default class Client extends OpenApi {
|
|
|
2704
3003
|
getOriginLayoutData(request: GetOriginLayoutDataRequest): Promise<GetOriginLayoutDataResponse>;
|
|
2705
3004
|
getOssPolicyWithOptions(request: GetOssPolicyRequest, runtime: $Util.RuntimeOptions): Promise<GetOssPolicyResponse>;
|
|
2706
3005
|
getOssPolicy(request: GetOssPolicyRequest): Promise<GetOssPolicyResponse>;
|
|
3006
|
+
getPackSceneTaskStatusWithOptions(request: GetPackSceneTaskStatusRequest, runtime: $Util.RuntimeOptions): Promise<GetPackSceneTaskStatusResponse>;
|
|
3007
|
+
getPackSceneTaskStatus(request: GetPackSceneTaskStatusRequest): Promise<GetPackSceneTaskStatusResponse>;
|
|
2707
3008
|
getRectifyImageWithOptions(request: GetRectifyImageRequest, runtime: $Util.RuntimeOptions): Promise<GetRectifyImageResponse>;
|
|
2708
3009
|
getRectifyImage(request: GetRectifyImageRequest): Promise<GetRectifyImageResponse>;
|
|
2709
3010
|
getSceneBuildTaskStatusWithOptions(request: GetSceneBuildTaskStatusRequest, runtime: $Util.RuntimeOptions): Promise<GetSceneBuildTaskStatusResponse>;
|
|
2710
3011
|
getSceneBuildTaskStatus(request: GetSceneBuildTaskStatusRequest): Promise<GetSceneBuildTaskStatusResponse>;
|
|
3012
|
+
getScenePackUrlWithOptions(request: GetScenePackUrlRequest, runtime: $Util.RuntimeOptions): Promise<GetScenePackUrlResponse>;
|
|
3013
|
+
getScenePackUrl(request: GetScenePackUrlRequest): Promise<GetScenePackUrlResponse>;
|
|
2711
3014
|
getScenePreviewDataWithOptions(request: GetScenePreviewDataRequest, runtime: $Util.RuntimeOptions): Promise<GetScenePreviewDataResponse>;
|
|
2712
3015
|
getScenePreviewData(request: GetScenePreviewDataRequest): Promise<GetScenePreviewDataResponse>;
|
|
2713
3016
|
getScenePreviewInfoWithOptions(request: GetScenePreviewInfoRequest, runtime: $Util.RuntimeOptions): Promise<GetScenePreviewInfoResponse>;
|
|
2714
3017
|
getScenePreviewInfo(request: GetScenePreviewInfoRequest): Promise<GetScenePreviewInfoResponse>;
|
|
3018
|
+
getScenePreviewResourceWithOptions(request: GetScenePreviewResourceRequest, runtime: $Util.RuntimeOptions): Promise<GetScenePreviewResourceResponse>;
|
|
3019
|
+
getScenePreviewResource(request: GetScenePreviewResourceRequest): Promise<GetScenePreviewResourceResponse>;
|
|
2715
3020
|
getSingleConnDataWithOptions(request: GetSingleConnDataRequest, runtime: $Util.RuntimeOptions): Promise<GetSingleConnDataResponse>;
|
|
2716
3021
|
getSingleConnData(request: GetSingleConnDataRequest): Promise<GetSingleConnDataResponse>;
|
|
2717
3022
|
getSubSceneTaskStatusWithOptions(request: GetSubSceneTaskStatusRequest, runtime: $Util.RuntimeOptions): Promise<GetSubSceneTaskStatusResponse>;
|
|
@@ -2732,6 +3037,8 @@ export default class Client extends OpenApi {
|
|
|
2732
3037
|
listSubScene(request: ListSubSceneRequest): Promise<ListSubSceneResponse>;
|
|
2733
3038
|
optimizeRightAngleWithOptions(request: OptimizeRightAngleRequest, runtime: $Util.RuntimeOptions): Promise<OptimizeRightAngleResponse>;
|
|
2734
3039
|
optimizeRightAngle(request: OptimizeRightAngleRequest): Promise<OptimizeRightAngleResponse>;
|
|
3040
|
+
packSceneWithOptions(request: PackSceneRequest, runtime: $Util.RuntimeOptions): Promise<PackSceneResponse>;
|
|
3041
|
+
packScene(request: PackSceneRequest): Promise<PackSceneResponse>;
|
|
2735
3042
|
predImageWithOptions(request: PredImageRequest, runtime: $Util.RuntimeOptions): Promise<PredImageResponse>;
|
|
2736
3043
|
predImage(request: PredImageRequest): Promise<PredImageResponse>;
|
|
2737
3044
|
predictionWallLineWithOptions(request: PredictionWallLineRequest, runtime: $Util.RuntimeOptions): Promise<PredictionWallLineResponse>;
|