@alicloud/tdsr20200101 3.0.8 → 3.0.9
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 +233 -0
- package/dist/client.js +430 -0
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +554 -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;
|
|
@@ -213,6 +217,7 @@ export declare class AddSceneResponse extends $tea.Model {
|
|
|
213
217
|
headers: {
|
|
214
218
|
[key: string]: string;
|
|
215
219
|
};
|
|
220
|
+
statusCode: number;
|
|
216
221
|
body: AddSceneResponseBody;
|
|
217
222
|
static names(): {
|
|
218
223
|
[key: string]: string;
|
|
@@ -258,6 +263,7 @@ export declare class AddSubSceneResponse extends $tea.Model {
|
|
|
258
263
|
headers: {
|
|
259
264
|
[key: string]: string;
|
|
260
265
|
};
|
|
266
|
+
statusCode: number;
|
|
261
267
|
body: AddSubSceneResponseBody;
|
|
262
268
|
static names(): {
|
|
263
269
|
[key: string]: string;
|
|
@@ -301,6 +307,7 @@ export declare class CheckUserPropertyResponse extends $tea.Model {
|
|
|
301
307
|
headers: {
|
|
302
308
|
[key: string]: string;
|
|
303
309
|
};
|
|
310
|
+
statusCode: number;
|
|
304
311
|
body: CheckUserPropertyResponseBody;
|
|
305
312
|
static names(): {
|
|
306
313
|
[key: string]: string;
|
|
@@ -350,6 +357,7 @@ export declare class DetailProjectResponse extends $tea.Model {
|
|
|
350
357
|
headers: {
|
|
351
358
|
[key: string]: string;
|
|
352
359
|
};
|
|
360
|
+
statusCode: number;
|
|
353
361
|
body: DetailProjectResponseBody;
|
|
354
362
|
static names(): {
|
|
355
363
|
[key: string]: string;
|
|
@@ -401,6 +409,7 @@ export declare class DetailSceneResponse extends $tea.Model {
|
|
|
401
409
|
headers: {
|
|
402
410
|
[key: string]: string;
|
|
403
411
|
};
|
|
412
|
+
statusCode: number;
|
|
404
413
|
body: DetailSceneResponseBody;
|
|
405
414
|
static names(): {
|
|
406
415
|
[key: string]: string;
|
|
@@ -456,6 +465,7 @@ export declare class DetailSubSceneResponse extends $tea.Model {
|
|
|
456
465
|
headers: {
|
|
457
466
|
[key: string]: string;
|
|
458
467
|
};
|
|
468
|
+
statusCode: number;
|
|
459
469
|
body: DetailSubSceneResponseBody;
|
|
460
470
|
static names(): {
|
|
461
471
|
[key: string]: string;
|
|
@@ -498,6 +508,7 @@ export declare class DropProjectResponse extends $tea.Model {
|
|
|
498
508
|
headers: {
|
|
499
509
|
[key: string]: string;
|
|
500
510
|
};
|
|
511
|
+
statusCode: number;
|
|
501
512
|
body: DropProjectResponseBody;
|
|
502
513
|
static names(): {
|
|
503
514
|
[key: string]: string;
|
|
@@ -540,6 +551,7 @@ export declare class DropSceneResponse extends $tea.Model {
|
|
|
540
551
|
headers: {
|
|
541
552
|
[key: string]: string;
|
|
542
553
|
};
|
|
554
|
+
statusCode: number;
|
|
543
555
|
body: DropSceneResponseBody;
|
|
544
556
|
static names(): {
|
|
545
557
|
[key: string]: string;
|
|
@@ -582,6 +594,7 @@ export declare class DropSubSceneResponse extends $tea.Model {
|
|
|
582
594
|
headers: {
|
|
583
595
|
[key: string]: string;
|
|
584
596
|
};
|
|
597
|
+
statusCode: number;
|
|
585
598
|
body: DropSubSceneResponseBody;
|
|
586
599
|
static names(): {
|
|
587
600
|
[key: string]: string;
|
|
@@ -627,6 +640,7 @@ export declare class GetConnDataResponse extends $tea.Model {
|
|
|
627
640
|
headers: {
|
|
628
641
|
[key: string]: string;
|
|
629
642
|
};
|
|
643
|
+
statusCode: number;
|
|
630
644
|
body: GetConnDataResponseBody;
|
|
631
645
|
static names(): {
|
|
632
646
|
[key: string]: string;
|
|
@@ -673,6 +687,7 @@ export declare class GetHotspotConfigResponse extends $tea.Model {
|
|
|
673
687
|
headers: {
|
|
674
688
|
[key: string]: string;
|
|
675
689
|
};
|
|
690
|
+
statusCode: number;
|
|
676
691
|
body: GetHotspotConfigResponseBody;
|
|
677
692
|
static names(): {
|
|
678
693
|
[key: string]: string;
|
|
@@ -719,6 +734,7 @@ export declare class GetHotspotSceneDataResponse extends $tea.Model {
|
|
|
719
734
|
headers: {
|
|
720
735
|
[key: string]: string;
|
|
721
736
|
};
|
|
737
|
+
statusCode: number;
|
|
722
738
|
body: GetHotspotSceneDataResponseBody;
|
|
723
739
|
static names(): {
|
|
724
740
|
[key: string]: string;
|
|
@@ -766,6 +782,7 @@ export declare class GetHotspotTagResponse extends $tea.Model {
|
|
|
766
782
|
headers: {
|
|
767
783
|
[key: string]: string;
|
|
768
784
|
};
|
|
785
|
+
statusCode: number;
|
|
769
786
|
body: GetHotspotTagResponseBody;
|
|
770
787
|
static names(): {
|
|
771
788
|
[key: string]: string;
|
|
@@ -809,6 +826,7 @@ export declare class GetLayoutDataResponse extends $tea.Model {
|
|
|
809
826
|
headers: {
|
|
810
827
|
[key: string]: string;
|
|
811
828
|
};
|
|
829
|
+
statusCode: number;
|
|
812
830
|
body: GetLayoutDataResponseBody;
|
|
813
831
|
static names(): {
|
|
814
832
|
[key: string]: string;
|
|
@@ -852,6 +870,7 @@ export declare class GetOriginLayoutDataResponse extends $tea.Model {
|
|
|
852
870
|
headers: {
|
|
853
871
|
[key: string]: string;
|
|
854
872
|
};
|
|
873
|
+
statusCode: number;
|
|
855
874
|
body: GetOriginLayoutDataResponseBody;
|
|
856
875
|
static names(): {
|
|
857
876
|
[key: string]: string;
|
|
@@ -901,6 +920,7 @@ export declare class GetOssPolicyResponse extends $tea.Model {
|
|
|
901
920
|
headers: {
|
|
902
921
|
[key: string]: string;
|
|
903
922
|
};
|
|
923
|
+
statusCode: number;
|
|
904
924
|
body: GetOssPolicyResponseBody;
|
|
905
925
|
static names(): {
|
|
906
926
|
[key: string]: string;
|
|
@@ -912,6 +932,51 @@ export declare class GetOssPolicyResponse extends $tea.Model {
|
|
|
912
932
|
[key: string]: any;
|
|
913
933
|
});
|
|
914
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
|
+
}
|
|
915
980
|
export declare class GetRectifyImageRequest extends $tea.Model {
|
|
916
981
|
subSceneId?: string;
|
|
917
982
|
static names(): {
|
|
@@ -944,6 +1009,7 @@ export declare class GetRectifyImageResponse extends $tea.Model {
|
|
|
944
1009
|
headers: {
|
|
945
1010
|
[key: string]: string;
|
|
946
1011
|
};
|
|
1012
|
+
statusCode: number;
|
|
947
1013
|
body: GetRectifyImageResponseBody;
|
|
948
1014
|
static names(): {
|
|
949
1015
|
[key: string]: string;
|
|
@@ -990,6 +1056,7 @@ export declare class GetSceneBuildTaskStatusResponse extends $tea.Model {
|
|
|
990
1056
|
headers: {
|
|
991
1057
|
[key: string]: string;
|
|
992
1058
|
};
|
|
1059
|
+
statusCode: number;
|
|
993
1060
|
body: GetSceneBuildTaskStatusResponseBody;
|
|
994
1061
|
static names(): {
|
|
995
1062
|
[key: string]: string;
|
|
@@ -1001,6 +1068,50 @@ export declare class GetSceneBuildTaskStatusResponse extends $tea.Model {
|
|
|
1001
1068
|
[key: string]: any;
|
|
1002
1069
|
});
|
|
1003
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
|
+
}
|
|
1004
1115
|
export declare class GetScenePreviewDataRequest extends $tea.Model {
|
|
1005
1116
|
domain?: string;
|
|
1006
1117
|
enabled?: boolean;
|
|
@@ -1036,6 +1147,7 @@ export declare class GetScenePreviewDataResponse extends $tea.Model {
|
|
|
1036
1147
|
headers: {
|
|
1037
1148
|
[key: string]: string;
|
|
1038
1149
|
};
|
|
1150
|
+
statusCode: number;
|
|
1039
1151
|
body: GetScenePreviewDataResponseBody;
|
|
1040
1152
|
static names(): {
|
|
1041
1153
|
[key: string]: string;
|
|
@@ -1081,6 +1193,7 @@ export declare class GetScenePreviewInfoResponse extends $tea.Model {
|
|
|
1081
1193
|
headers: {
|
|
1082
1194
|
[key: string]: string;
|
|
1083
1195
|
};
|
|
1196
|
+
statusCode: number;
|
|
1084
1197
|
body: GetScenePreviewInfoResponseBody;
|
|
1085
1198
|
static names(): {
|
|
1086
1199
|
[key: string]: string;
|
|
@@ -1124,6 +1237,7 @@ export declare class GetScenePreviewResourceResponse extends $tea.Model {
|
|
|
1124
1237
|
headers: {
|
|
1125
1238
|
[key: string]: string;
|
|
1126
1239
|
};
|
|
1240
|
+
statusCode: number;
|
|
1127
1241
|
body: GetScenePreviewResourceResponseBody;
|
|
1128
1242
|
static names(): {
|
|
1129
1243
|
[key: string]: string;
|
|
@@ -1168,6 +1282,7 @@ export declare class GetSingleConnDataResponse extends $tea.Model {
|
|
|
1168
1282
|
headers: {
|
|
1169
1283
|
[key: string]: string;
|
|
1170
1284
|
};
|
|
1285
|
+
statusCode: number;
|
|
1171
1286
|
body: GetSingleConnDataResponseBody;
|
|
1172
1287
|
static names(): {
|
|
1173
1288
|
[key: string]: string;
|
|
@@ -1211,6 +1326,7 @@ export declare class GetSubSceneTaskStatusResponse extends $tea.Model {
|
|
|
1211
1326
|
headers: {
|
|
1212
1327
|
[key: string]: string;
|
|
1213
1328
|
};
|
|
1329
|
+
statusCode: number;
|
|
1214
1330
|
body: GetSubSceneTaskStatusResponseBody;
|
|
1215
1331
|
static names(): {
|
|
1216
1332
|
[key: string]: string;
|
|
@@ -1257,6 +1373,7 @@ export declare class GetTaskStatusResponse extends $tea.Model {
|
|
|
1257
1373
|
headers: {
|
|
1258
1374
|
[key: string]: string;
|
|
1259
1375
|
};
|
|
1376
|
+
statusCode: number;
|
|
1260
1377
|
body: GetTaskStatusResponseBody;
|
|
1261
1378
|
static names(): {
|
|
1262
1379
|
[key: string]: string;
|
|
@@ -1302,6 +1419,7 @@ export declare class GetWindowConfigResponse extends $tea.Model {
|
|
|
1302
1419
|
headers: {
|
|
1303
1420
|
[key: string]: string;
|
|
1304
1421
|
};
|
|
1422
|
+
statusCode: number;
|
|
1305
1423
|
body: GetWindowConfigResponseBody;
|
|
1306
1424
|
static names(): {
|
|
1307
1425
|
[key: string]: string;
|
|
@@ -1346,6 +1464,7 @@ export declare class LabelBuildResponse extends $tea.Model {
|
|
|
1346
1464
|
headers: {
|
|
1347
1465
|
[key: string]: string;
|
|
1348
1466
|
};
|
|
1467
|
+
statusCode: number;
|
|
1349
1468
|
body: LabelBuildResponseBody;
|
|
1350
1469
|
static names(): {
|
|
1351
1470
|
[key: string]: string;
|
|
@@ -1392,6 +1511,7 @@ export declare class LinkImageResponse extends $tea.Model {
|
|
|
1392
1511
|
headers: {
|
|
1393
1512
|
[key: string]: string;
|
|
1394
1513
|
};
|
|
1514
|
+
statusCode: number;
|
|
1395
1515
|
body: LinkImageResponseBody;
|
|
1396
1516
|
static names(): {
|
|
1397
1517
|
[key: string]: string;
|
|
@@ -1441,6 +1561,7 @@ export declare class ListProjectResponse extends $tea.Model {
|
|
|
1441
1561
|
headers: {
|
|
1442
1562
|
[key: string]: string;
|
|
1443
1563
|
};
|
|
1564
|
+
statusCode: number;
|
|
1444
1565
|
body: ListProjectResponseBody;
|
|
1445
1566
|
static names(): {
|
|
1446
1567
|
[key: string]: string;
|
|
@@ -1491,6 +1612,7 @@ export declare class ListSceneResponse extends $tea.Model {
|
|
|
1491
1612
|
headers: {
|
|
1492
1613
|
[key: string]: string;
|
|
1493
1614
|
};
|
|
1615
|
+
statusCode: number;
|
|
1494
1616
|
body: ListSceneResponseBody;
|
|
1495
1617
|
static names(): {
|
|
1496
1618
|
[key: string]: string;
|
|
@@ -1541,6 +1663,7 @@ export declare class ListSubSceneResponse extends $tea.Model {
|
|
|
1541
1663
|
headers: {
|
|
1542
1664
|
[key: string]: string;
|
|
1543
1665
|
};
|
|
1666
|
+
statusCode: number;
|
|
1544
1667
|
body: ListSubSceneResponseBody;
|
|
1545
1668
|
static names(): {
|
|
1546
1669
|
[key: string]: string;
|
|
@@ -1584,6 +1707,7 @@ export declare class OptimizeRightAngleResponse extends $tea.Model {
|
|
|
1584
1707
|
headers: {
|
|
1585
1708
|
[key: string]: string;
|
|
1586
1709
|
};
|
|
1710
|
+
statusCode: number;
|
|
1587
1711
|
body: OptimizeRightAngleResponseBody;
|
|
1588
1712
|
static names(): {
|
|
1589
1713
|
[key: string]: string;
|
|
@@ -1595,6 +1719,51 @@ export declare class OptimizeRightAngleResponse extends $tea.Model {
|
|
|
1595
1719
|
[key: string]: any;
|
|
1596
1720
|
});
|
|
1597
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
|
+
}
|
|
1598
1767
|
export declare class PredImageRequest extends $tea.Model {
|
|
1599
1768
|
correctVertical?: boolean;
|
|
1600
1769
|
countDetectDoor?: number;
|
|
@@ -1630,6 +1799,7 @@ export declare class PredImageResponse extends $tea.Model {
|
|
|
1630
1799
|
headers: {
|
|
1631
1800
|
[key: string]: string;
|
|
1632
1801
|
};
|
|
1802
|
+
statusCode: number;
|
|
1633
1803
|
body: PredImageResponseBody;
|
|
1634
1804
|
static names(): {
|
|
1635
1805
|
[key: string]: string;
|
|
@@ -1675,6 +1845,7 @@ export declare class PredictionWallLineResponse extends $tea.Model {
|
|
|
1675
1845
|
headers: {
|
|
1676
1846
|
[key: string]: string;
|
|
1677
1847
|
};
|
|
1848
|
+
statusCode: number;
|
|
1678
1849
|
body: PredictionWallLineResponseBody;
|
|
1679
1850
|
static names(): {
|
|
1680
1851
|
[key: string]: string;
|
|
@@ -1720,6 +1891,7 @@ export declare class PublishHotspotResponse extends $tea.Model {
|
|
|
1720
1891
|
headers: {
|
|
1721
1892
|
[key: string]: string;
|
|
1722
1893
|
};
|
|
1894
|
+
statusCode: number;
|
|
1723
1895
|
body: PublishHotspotResponseBody;
|
|
1724
1896
|
static names(): {
|
|
1725
1897
|
[key: string]: string;
|
|
@@ -1763,6 +1935,7 @@ export declare class PublishSceneResponse extends $tea.Model {
|
|
|
1763
1935
|
headers: {
|
|
1764
1936
|
[key: string]: string;
|
|
1765
1937
|
};
|
|
1938
|
+
statusCode: number;
|
|
1766
1939
|
body: PublishSceneResponseBody;
|
|
1767
1940
|
static names(): {
|
|
1768
1941
|
[key: string]: string;
|
|
@@ -1806,6 +1979,7 @@ export declare class PublishStatusResponse extends $tea.Model {
|
|
|
1806
1979
|
headers: {
|
|
1807
1980
|
[key: string]: string;
|
|
1808
1981
|
};
|
|
1982
|
+
statusCode: number;
|
|
1809
1983
|
body: PublishStatusResponseBody;
|
|
1810
1984
|
static names(): {
|
|
1811
1985
|
[key: string]: string;
|
|
@@ -1848,6 +2022,7 @@ export declare class RecoveryOriginImageResponse extends $tea.Model {
|
|
|
1848
2022
|
headers: {
|
|
1849
2023
|
[key: string]: string;
|
|
1850
2024
|
};
|
|
2025
|
+
statusCode: number;
|
|
1851
2026
|
body: RecoveryOriginImageResponseBody;
|
|
1852
2027
|
static names(): {
|
|
1853
2028
|
[key: string]: string;
|
|
@@ -1894,6 +2069,7 @@ export declare class RectVerticalResponse extends $tea.Model {
|
|
|
1894
2069
|
headers: {
|
|
1895
2070
|
[key: string]: string;
|
|
1896
2071
|
};
|
|
2072
|
+
statusCode: number;
|
|
1897
2073
|
body: RectVerticalResponseBody;
|
|
1898
2074
|
static names(): {
|
|
1899
2075
|
[key: string]: string;
|
|
@@ -1939,6 +2115,7 @@ export declare class RectifyImageResponse extends $tea.Model {
|
|
|
1939
2115
|
headers: {
|
|
1940
2116
|
[key: string]: string;
|
|
1941
2117
|
};
|
|
2118
|
+
statusCode: number;
|
|
1942
2119
|
body: RectifyImageResponseBody;
|
|
1943
2120
|
static names(): {
|
|
1944
2121
|
[key: string]: string;
|
|
@@ -1981,6 +2158,7 @@ export declare class RollbackSubSceneResponse extends $tea.Model {
|
|
|
1981
2158
|
headers: {
|
|
1982
2159
|
[key: string]: string;
|
|
1983
2160
|
};
|
|
2161
|
+
statusCode: number;
|
|
1984
2162
|
body: RollbackSubSceneResponseBody;
|
|
1985
2163
|
static names(): {
|
|
1986
2164
|
[key: string]: string;
|
|
@@ -2023,6 +2201,7 @@ export declare class SaveHotspotConfigResponse extends $tea.Model {
|
|
|
2023
2201
|
headers: {
|
|
2024
2202
|
[key: string]: string;
|
|
2025
2203
|
};
|
|
2204
|
+
statusCode: number;
|
|
2026
2205
|
body: SaveHotspotConfigResponseBody;
|
|
2027
2206
|
static names(): {
|
|
2028
2207
|
[key: string]: string;
|
|
@@ -2065,6 +2244,7 @@ export declare class SaveHotspotTagResponse extends $tea.Model {
|
|
|
2065
2244
|
headers: {
|
|
2066
2245
|
[key: string]: string;
|
|
2067
2246
|
};
|
|
2247
|
+
statusCode: number;
|
|
2068
2248
|
body: SaveHotspotTagResponseBody;
|
|
2069
2249
|
static names(): {
|
|
2070
2250
|
[key: string]: string;
|
|
@@ -2108,6 +2288,7 @@ export declare class ScenePublishResponse extends $tea.Model {
|
|
|
2108
2288
|
headers: {
|
|
2109
2289
|
[key: string]: string;
|
|
2110
2290
|
};
|
|
2291
|
+
statusCode: number;
|
|
2111
2292
|
body: ScenePublishResponseBody;
|
|
2112
2293
|
static names(): {
|
|
2113
2294
|
[key: string]: string;
|
|
@@ -2152,6 +2333,7 @@ export declare class TempPreviewResponse extends $tea.Model {
|
|
|
2152
2333
|
headers: {
|
|
2153
2334
|
[key: string]: string;
|
|
2154
2335
|
};
|
|
2336
|
+
statusCode: number;
|
|
2155
2337
|
body: TempPreviewResponseBody;
|
|
2156
2338
|
static names(): {
|
|
2157
2339
|
[key: string]: string;
|
|
@@ -2195,6 +2377,7 @@ export declare class TempPreviewStatusResponse extends $tea.Model {
|
|
|
2195
2377
|
headers: {
|
|
2196
2378
|
[key: string]: string;
|
|
2197
2379
|
};
|
|
2380
|
+
statusCode: number;
|
|
2198
2381
|
body: TempPreviewStatusResponseBody;
|
|
2199
2382
|
static names(): {
|
|
2200
2383
|
[key: string]: string;
|
|
@@ -2238,6 +2421,7 @@ export declare class UpdateConnDataResponse extends $tea.Model {
|
|
|
2238
2421
|
headers: {
|
|
2239
2422
|
[key: string]: string;
|
|
2240
2423
|
};
|
|
2424
|
+
statusCode: number;
|
|
2241
2425
|
body: UpdateConnDataResponseBody;
|
|
2242
2426
|
static names(): {
|
|
2243
2427
|
[key: string]: string;
|
|
@@ -2281,6 +2465,7 @@ export declare class UpdateLayoutDataResponse extends $tea.Model {
|
|
|
2281
2465
|
headers: {
|
|
2282
2466
|
[key: string]: string;
|
|
2283
2467
|
};
|
|
2468
|
+
statusCode: number;
|
|
2284
2469
|
body: UpdateLayoutDataResponseBody;
|
|
2285
2470
|
static names(): {
|
|
2286
2471
|
[key: string]: string;
|
|
@@ -2325,6 +2510,7 @@ export declare class UpdateProjectResponse extends $tea.Model {
|
|
|
2325
2510
|
headers: {
|
|
2326
2511
|
[key: string]: string;
|
|
2327
2512
|
};
|
|
2513
|
+
statusCode: number;
|
|
2328
2514
|
body: UpdateProjectResponseBody;
|
|
2329
2515
|
static names(): {
|
|
2330
2516
|
[key: string]: string;
|
|
@@ -2368,6 +2554,7 @@ export declare class UpdateSceneResponse extends $tea.Model {
|
|
|
2368
2554
|
headers: {
|
|
2369
2555
|
[key: string]: string;
|
|
2370
2556
|
};
|
|
2557
|
+
statusCode: number;
|
|
2371
2558
|
body: UpdateSceneResponseBody;
|
|
2372
2559
|
static names(): {
|
|
2373
2560
|
[key: string]: string;
|
|
@@ -2411,6 +2598,7 @@ export declare class UpdateSubSceneResponse extends $tea.Model {
|
|
|
2411
2598
|
headers: {
|
|
2412
2599
|
[key: string]: string;
|
|
2413
2600
|
};
|
|
2601
|
+
statusCode: number;
|
|
2414
2602
|
body: UpdateSubSceneResponseBody;
|
|
2415
2603
|
static names(): {
|
|
2416
2604
|
[key: string]: string;
|
|
@@ -2469,6 +2657,33 @@ export declare class GetHotspotSceneDataResponseBodyData extends $tea.Model {
|
|
|
2469
2657
|
[key: string]: any;
|
|
2470
2658
|
});
|
|
2471
2659
|
}
|
|
2660
|
+
export declare class GetPackSceneTaskStatusResponseBodyData extends $tea.Model {
|
|
2661
|
+
progress?: string;
|
|
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?: string;
|
|
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
|
+
}
|
|
2472
2687
|
export declare class GetScenePreviewDataResponseBodyDataModelPanoListPosition extends $tea.Model {
|
|
2473
2688
|
rotation?: number[];
|
|
2474
2689
|
spot?: number[];
|
|
@@ -2731,6 +2946,18 @@ export declare class ListSubSceneResponseBodyList extends $tea.Model {
|
|
|
2731
2946
|
[key: string]: any;
|
|
2732
2947
|
});
|
|
2733
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
|
+
}
|
|
2734
2961
|
export default class Client extends OpenApi {
|
|
2735
2962
|
constructor(config: $OpenApi.Config);
|
|
2736
2963
|
getEndpoint(productId: string, regionId: string, endpointRule: string, network: string, suffix: string, endpointMap: {
|
|
@@ -2776,10 +3003,14 @@ export default class Client extends OpenApi {
|
|
|
2776
3003
|
getOriginLayoutData(request: GetOriginLayoutDataRequest): Promise<GetOriginLayoutDataResponse>;
|
|
2777
3004
|
getOssPolicyWithOptions(request: GetOssPolicyRequest, runtime: $Util.RuntimeOptions): Promise<GetOssPolicyResponse>;
|
|
2778
3005
|
getOssPolicy(request: GetOssPolicyRequest): Promise<GetOssPolicyResponse>;
|
|
3006
|
+
getPackSceneTaskStatusWithOptions(request: GetPackSceneTaskStatusRequest, runtime: $Util.RuntimeOptions): Promise<GetPackSceneTaskStatusResponse>;
|
|
3007
|
+
getPackSceneTaskStatus(request: GetPackSceneTaskStatusRequest): Promise<GetPackSceneTaskStatusResponse>;
|
|
2779
3008
|
getRectifyImageWithOptions(request: GetRectifyImageRequest, runtime: $Util.RuntimeOptions): Promise<GetRectifyImageResponse>;
|
|
2780
3009
|
getRectifyImage(request: GetRectifyImageRequest): Promise<GetRectifyImageResponse>;
|
|
2781
3010
|
getSceneBuildTaskStatusWithOptions(request: GetSceneBuildTaskStatusRequest, runtime: $Util.RuntimeOptions): Promise<GetSceneBuildTaskStatusResponse>;
|
|
2782
3011
|
getSceneBuildTaskStatus(request: GetSceneBuildTaskStatusRequest): Promise<GetSceneBuildTaskStatusResponse>;
|
|
3012
|
+
getScenePackUrlWithOptions(request: GetScenePackUrlRequest, runtime: $Util.RuntimeOptions): Promise<GetScenePackUrlResponse>;
|
|
3013
|
+
getScenePackUrl(request: GetScenePackUrlRequest): Promise<GetScenePackUrlResponse>;
|
|
2783
3014
|
getScenePreviewDataWithOptions(request: GetScenePreviewDataRequest, runtime: $Util.RuntimeOptions): Promise<GetScenePreviewDataResponse>;
|
|
2784
3015
|
getScenePreviewData(request: GetScenePreviewDataRequest): Promise<GetScenePreviewDataResponse>;
|
|
2785
3016
|
getScenePreviewInfoWithOptions(request: GetScenePreviewInfoRequest, runtime: $Util.RuntimeOptions): Promise<GetScenePreviewInfoResponse>;
|
|
@@ -2806,6 +3037,8 @@ export default class Client extends OpenApi {
|
|
|
2806
3037
|
listSubScene(request: ListSubSceneRequest): Promise<ListSubSceneResponse>;
|
|
2807
3038
|
optimizeRightAngleWithOptions(request: OptimizeRightAngleRequest, runtime: $Util.RuntimeOptions): Promise<OptimizeRightAngleResponse>;
|
|
2808
3039
|
optimizeRightAngle(request: OptimizeRightAngleRequest): Promise<OptimizeRightAngleResponse>;
|
|
3040
|
+
packSceneWithOptions(request: PackSceneRequest, runtime: $Util.RuntimeOptions): Promise<PackSceneResponse>;
|
|
3041
|
+
packScene(request: PackSceneRequest): Promise<PackSceneResponse>;
|
|
2809
3042
|
predImageWithOptions(request: PredImageRequest, runtime: $Util.RuntimeOptions): Promise<PredImageResponse>;
|
|
2810
3043
|
predImage(request: PredImageRequest): Promise<PredImageResponse>;
|
|
2811
3044
|
predictionWallLineWithOptions(request: PredictionWallLineRequest, runtime: $Util.RuntimeOptions): Promise<PredictionWallLineResponse>;
|