@alicloud/tdsr20200101 3.0.5 → 3.0.8
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/LICENSE +13 -0
- package/README.md +25 -0
- package/dist/client.d.ts +234 -299
- package/dist/client.js +433 -650
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +535 -792
package/dist/client.d.ts
CHANGED
|
@@ -179,6 +179,7 @@ export declare class AddRoomPlanResponse extends $tea.Model {
|
|
|
179
179
|
});
|
|
180
180
|
}
|
|
181
181
|
export declare class AddSceneRequest extends $tea.Model {
|
|
182
|
+
customerUid?: string;
|
|
182
183
|
name?: string;
|
|
183
184
|
projectId?: string;
|
|
184
185
|
type?: string;
|
|
@@ -268,21 +269,8 @@ export declare class AddSubSceneResponse extends $tea.Model {
|
|
|
268
269
|
[key: string]: any;
|
|
269
270
|
});
|
|
270
271
|
}
|
|
271
|
-
export declare class
|
|
272
|
-
|
|
273
|
-
country?: string;
|
|
274
|
-
gmtWakeup?: string;
|
|
275
|
-
hid?: number;
|
|
276
|
-
interrupt?: boolean;
|
|
277
|
-
invoker?: string;
|
|
278
|
-
level?: number;
|
|
279
|
-
message?: string;
|
|
280
|
-
pk?: string;
|
|
281
|
-
prompt?: string;
|
|
282
|
-
success?: boolean;
|
|
283
|
-
taskExtraData?: string;
|
|
284
|
-
taskIdentifier?: string;
|
|
285
|
-
url?: string;
|
|
272
|
+
export declare class CheckUserPropertyRequest extends $tea.Model {
|
|
273
|
+
uid?: string;
|
|
286
274
|
static names(): {
|
|
287
275
|
[key: string]: string;
|
|
288
276
|
};
|
|
@@ -293,112 +281,11 @@ export declare class CheckResourceRequest extends $tea.Model {
|
|
|
293
281
|
[key: string]: any;
|
|
294
282
|
});
|
|
295
283
|
}
|
|
296
|
-
export declare class
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
gmtWakeup?: string;
|
|
300
|
-
hid?: number;
|
|
301
|
-
interrupt?: boolean;
|
|
302
|
-
invoker?: string;
|
|
303
|
-
level?: number;
|
|
284
|
+
export declare class CheckUserPropertyResponseBody extends $tea.Model {
|
|
285
|
+
code?: number;
|
|
286
|
+
match?: boolean;
|
|
304
287
|
message?: string;
|
|
305
|
-
pk?: string;
|
|
306
|
-
prompt?: string;
|
|
307
|
-
requestId?: string;
|
|
308
|
-
success?: boolean;
|
|
309
|
-
taskExtraData?: string;
|
|
310
|
-
taskIdentifier?: string;
|
|
311
|
-
url?: string;
|
|
312
|
-
static names(): {
|
|
313
|
-
[key: string]: string;
|
|
314
|
-
};
|
|
315
|
-
static types(): {
|
|
316
|
-
[key: string]: any;
|
|
317
|
-
};
|
|
318
|
-
constructor(map?: {
|
|
319
|
-
[key: string]: any;
|
|
320
|
-
});
|
|
321
|
-
}
|
|
322
|
-
export declare class CheckResourceResponse extends $tea.Model {
|
|
323
|
-
headers: {
|
|
324
|
-
[key: string]: string;
|
|
325
|
-
};
|
|
326
|
-
body: CheckResourceResponseBody;
|
|
327
|
-
static names(): {
|
|
328
|
-
[key: string]: string;
|
|
329
|
-
};
|
|
330
|
-
static types(): {
|
|
331
|
-
[key: string]: any;
|
|
332
|
-
};
|
|
333
|
-
constructor(map?: {
|
|
334
|
-
[key: string]: any;
|
|
335
|
-
});
|
|
336
|
-
}
|
|
337
|
-
export declare class CreateProjectRequest extends $tea.Model {
|
|
338
|
-
builderUserIdList?: string;
|
|
339
|
-
businessId?: string;
|
|
340
|
-
businessUserIdList?: string;
|
|
341
|
-
gatherUserIdList?: string;
|
|
342
|
-
name?: string;
|
|
343
|
-
static names(): {
|
|
344
|
-
[key: string]: string;
|
|
345
|
-
};
|
|
346
|
-
static types(): {
|
|
347
|
-
[key: string]: any;
|
|
348
|
-
};
|
|
349
|
-
constructor(map?: {
|
|
350
|
-
[key: string]: any;
|
|
351
|
-
});
|
|
352
|
-
}
|
|
353
|
-
export declare class CreateProjectResponseBody extends $tea.Model {
|
|
354
|
-
errMessage?: string;
|
|
355
|
-
id?: number;
|
|
356
|
-
name?: string;
|
|
357
|
-
requestId?: string;
|
|
358
|
-
success?: boolean;
|
|
359
|
-
static names(): {
|
|
360
|
-
[key: string]: string;
|
|
361
|
-
};
|
|
362
|
-
static types(): {
|
|
363
|
-
[key: string]: any;
|
|
364
|
-
};
|
|
365
|
-
constructor(map?: {
|
|
366
|
-
[key: string]: any;
|
|
367
|
-
});
|
|
368
|
-
}
|
|
369
|
-
export declare class CreateProjectResponse extends $tea.Model {
|
|
370
|
-
headers: {
|
|
371
|
-
[key: string]: string;
|
|
372
|
-
};
|
|
373
|
-
body: CreateProjectResponseBody;
|
|
374
|
-
static names(): {
|
|
375
|
-
[key: string]: string;
|
|
376
|
-
};
|
|
377
|
-
static types(): {
|
|
378
|
-
[key: string]: any;
|
|
379
|
-
};
|
|
380
|
-
constructor(map?: {
|
|
381
|
-
[key: string]: any;
|
|
382
|
-
});
|
|
383
|
-
}
|
|
384
|
-
export declare class CreateSceneRequest extends $tea.Model {
|
|
385
|
-
name?: string;
|
|
386
|
-
projectId?: string;
|
|
387
|
-
static names(): {
|
|
388
|
-
[key: string]: string;
|
|
389
|
-
};
|
|
390
|
-
static types(): {
|
|
391
|
-
[key: string]: any;
|
|
392
|
-
};
|
|
393
|
-
constructor(map?: {
|
|
394
|
-
[key: string]: any;
|
|
395
|
-
});
|
|
396
|
-
}
|
|
397
|
-
export declare class CreateSceneResponseBody extends $tea.Model {
|
|
398
|
-
errMessage?: string;
|
|
399
|
-
previewToken?: string;
|
|
400
288
|
requestId?: string;
|
|
401
|
-
sceneId?: number;
|
|
402
289
|
success?: boolean;
|
|
403
290
|
static names(): {
|
|
404
291
|
[key: string]: string;
|
|
@@ -410,94 +297,11 @@ export declare class CreateSceneResponseBody extends $tea.Model {
|
|
|
410
297
|
[key: string]: any;
|
|
411
298
|
});
|
|
412
299
|
}
|
|
413
|
-
export declare class
|
|
300
|
+
export declare class CheckUserPropertyResponse extends $tea.Model {
|
|
414
301
|
headers: {
|
|
415
302
|
[key: string]: string;
|
|
416
303
|
};
|
|
417
|
-
body:
|
|
418
|
-
static names(): {
|
|
419
|
-
[key: string]: string;
|
|
420
|
-
};
|
|
421
|
-
static types(): {
|
|
422
|
-
[key: string]: any;
|
|
423
|
-
};
|
|
424
|
-
constructor(map?: {
|
|
425
|
-
[key: string]: any;
|
|
426
|
-
});
|
|
427
|
-
}
|
|
428
|
-
export declare class DeleteFileRequest extends $tea.Model {
|
|
429
|
-
paramFile?: string;
|
|
430
|
-
subSceneUuid?: string;
|
|
431
|
-
static names(): {
|
|
432
|
-
[key: string]: string;
|
|
433
|
-
};
|
|
434
|
-
static types(): {
|
|
435
|
-
[key: string]: any;
|
|
436
|
-
};
|
|
437
|
-
constructor(map?: {
|
|
438
|
-
[key: string]: any;
|
|
439
|
-
});
|
|
440
|
-
}
|
|
441
|
-
export declare class DeleteFileResponseBody extends $tea.Model {
|
|
442
|
-
errMessage?: string;
|
|
443
|
-
requestId?: string;
|
|
444
|
-
success?: boolean;
|
|
445
|
-
static names(): {
|
|
446
|
-
[key: string]: string;
|
|
447
|
-
};
|
|
448
|
-
static types(): {
|
|
449
|
-
[key: string]: any;
|
|
450
|
-
};
|
|
451
|
-
constructor(map?: {
|
|
452
|
-
[key: string]: any;
|
|
453
|
-
});
|
|
454
|
-
}
|
|
455
|
-
export declare class DeleteFileResponse extends $tea.Model {
|
|
456
|
-
headers: {
|
|
457
|
-
[key: string]: string;
|
|
458
|
-
};
|
|
459
|
-
body: DeleteFileResponseBody;
|
|
460
|
-
static names(): {
|
|
461
|
-
[key: string]: string;
|
|
462
|
-
};
|
|
463
|
-
static types(): {
|
|
464
|
-
[key: string]: any;
|
|
465
|
-
};
|
|
466
|
-
constructor(map?: {
|
|
467
|
-
[key: string]: any;
|
|
468
|
-
});
|
|
469
|
-
}
|
|
470
|
-
export declare class DeleteProjectRequest extends $tea.Model {
|
|
471
|
-
projectId?: string;
|
|
472
|
-
static names(): {
|
|
473
|
-
[key: string]: string;
|
|
474
|
-
};
|
|
475
|
-
static types(): {
|
|
476
|
-
[key: string]: any;
|
|
477
|
-
};
|
|
478
|
-
constructor(map?: {
|
|
479
|
-
[key: string]: any;
|
|
480
|
-
});
|
|
481
|
-
}
|
|
482
|
-
export declare class DeleteProjectResponseBody extends $tea.Model {
|
|
483
|
-
errMessage?: string;
|
|
484
|
-
requestId?: string;
|
|
485
|
-
success?: boolean;
|
|
486
|
-
static names(): {
|
|
487
|
-
[key: string]: string;
|
|
488
|
-
};
|
|
489
|
-
static types(): {
|
|
490
|
-
[key: string]: any;
|
|
491
|
-
};
|
|
492
|
-
constructor(map?: {
|
|
493
|
-
[key: string]: any;
|
|
494
|
-
});
|
|
495
|
-
}
|
|
496
|
-
export declare class DeleteProjectResponse extends $tea.Model {
|
|
497
|
-
headers: {
|
|
498
|
-
[key: string]: string;
|
|
499
|
-
};
|
|
500
|
-
body: DeleteProjectResponseBody;
|
|
304
|
+
body: CheckUserPropertyResponseBody;
|
|
501
305
|
static names(): {
|
|
502
306
|
[key: string]: string;
|
|
503
307
|
};
|
|
@@ -1108,9 +912,8 @@ export declare class GetOssPolicyResponse extends $tea.Model {
|
|
|
1108
912
|
[key: string]: any;
|
|
1109
913
|
});
|
|
1110
914
|
}
|
|
1111
|
-
export declare class
|
|
1112
|
-
|
|
1113
|
-
type?: string;
|
|
915
|
+
export declare class GetRectifyImageRequest extends $tea.Model {
|
|
916
|
+
subSceneId?: string;
|
|
1114
917
|
static names(): {
|
|
1115
918
|
[key: string]: string;
|
|
1116
919
|
};
|
|
@@ -1121,14 +924,12 @@ export declare class GetPolicyRequest extends $tea.Model {
|
|
|
1121
924
|
[key: string]: any;
|
|
1122
925
|
});
|
|
1123
926
|
}
|
|
1124
|
-
export declare class
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
};
|
|
1128
|
-
errMessage?: string;
|
|
1129
|
-
objectString?: string;
|
|
927
|
+
export declare class GetRectifyImageResponseBody extends $tea.Model {
|
|
928
|
+
code?: number;
|
|
929
|
+
message?: string;
|
|
1130
930
|
requestId?: string;
|
|
1131
931
|
success?: boolean;
|
|
932
|
+
url?: string;
|
|
1132
933
|
static names(): {
|
|
1133
934
|
[key: string]: string;
|
|
1134
935
|
};
|
|
@@ -1139,11 +940,11 @@ export declare class GetPolicyResponseBody extends $tea.Model {
|
|
|
1139
940
|
[key: string]: any;
|
|
1140
941
|
});
|
|
1141
942
|
}
|
|
1142
|
-
export declare class
|
|
943
|
+
export declare class GetRectifyImageResponse extends $tea.Model {
|
|
1143
944
|
headers: {
|
|
1144
945
|
[key: string]: string;
|
|
1145
946
|
};
|
|
1146
|
-
body:
|
|
947
|
+
body: GetRectifyImageResponseBody;
|
|
1147
948
|
static names(): {
|
|
1148
949
|
[key: string]: string;
|
|
1149
950
|
};
|
|
@@ -1154,8 +955,8 @@ export declare class GetPolicyResponse extends $tea.Model {
|
|
|
1154
955
|
[key: string]: any;
|
|
1155
956
|
});
|
|
1156
957
|
}
|
|
1157
|
-
export declare class
|
|
1158
|
-
|
|
958
|
+
export declare class GetSceneBuildTaskStatusRequest extends $tea.Model {
|
|
959
|
+
sceneId?: string;
|
|
1159
960
|
static names(): {
|
|
1160
961
|
[key: string]: string;
|
|
1161
962
|
};
|
|
@@ -1166,12 +967,15 @@ export declare class GetRectifyImageRequest extends $tea.Model {
|
|
|
1166
967
|
[key: string]: any;
|
|
1167
968
|
});
|
|
1168
969
|
}
|
|
1169
|
-
export declare class
|
|
970
|
+
export declare class GetSceneBuildTaskStatusResponseBody extends $tea.Model {
|
|
1170
971
|
code?: number;
|
|
972
|
+
errorCode?: string;
|
|
973
|
+
errorMsg?: string;
|
|
1171
974
|
message?: string;
|
|
1172
975
|
requestId?: string;
|
|
976
|
+
sceneId?: string;
|
|
977
|
+
status?: string;
|
|
1173
978
|
success?: boolean;
|
|
1174
|
-
url?: string;
|
|
1175
979
|
static names(): {
|
|
1176
980
|
[key: string]: string;
|
|
1177
981
|
};
|
|
@@ -1182,11 +986,11 @@ export declare class GetRectifyImageResponseBody extends $tea.Model {
|
|
|
1182
986
|
[key: string]: any;
|
|
1183
987
|
});
|
|
1184
988
|
}
|
|
1185
|
-
export declare class
|
|
989
|
+
export declare class GetSceneBuildTaskStatusResponse extends $tea.Model {
|
|
1186
990
|
headers: {
|
|
1187
991
|
[key: string]: string;
|
|
1188
992
|
};
|
|
1189
|
-
body:
|
|
993
|
+
body: GetSceneBuildTaskStatusResponseBody;
|
|
1190
994
|
static names(): {
|
|
1191
995
|
[key: string]: string;
|
|
1192
996
|
};
|
|
@@ -1197,8 +1001,11 @@ export declare class GetRectifyImageResponse extends $tea.Model {
|
|
|
1197
1001
|
[key: string]: any;
|
|
1198
1002
|
});
|
|
1199
1003
|
}
|
|
1200
|
-
export declare class
|
|
1201
|
-
|
|
1004
|
+
export declare class GetScenePreviewDataRequest extends $tea.Model {
|
|
1005
|
+
domain?: string;
|
|
1006
|
+
enabled?: boolean;
|
|
1007
|
+
previewToken?: string;
|
|
1008
|
+
showTag?: boolean;
|
|
1202
1009
|
static names(): {
|
|
1203
1010
|
[key: string]: string;
|
|
1204
1011
|
};
|
|
@@ -1209,14 +1016,11 @@ export declare class GetSceneBuildTaskStatusRequest extends $tea.Model {
|
|
|
1209
1016
|
[key: string]: any;
|
|
1210
1017
|
});
|
|
1211
1018
|
}
|
|
1212
|
-
export declare class
|
|
1019
|
+
export declare class GetScenePreviewDataResponseBody extends $tea.Model {
|
|
1213
1020
|
code?: number;
|
|
1214
|
-
|
|
1215
|
-
errorMsg?: string;
|
|
1021
|
+
data?: GetScenePreviewDataResponseBodyData;
|
|
1216
1022
|
message?: string;
|
|
1217
1023
|
requestId?: string;
|
|
1218
|
-
sceneId?: string;
|
|
1219
|
-
status?: string;
|
|
1220
1024
|
success?: boolean;
|
|
1221
1025
|
static names(): {
|
|
1222
1026
|
[key: string]: string;
|
|
@@ -1228,11 +1032,11 @@ export declare class GetSceneBuildTaskStatusResponseBody extends $tea.Model {
|
|
|
1228
1032
|
[key: string]: any;
|
|
1229
1033
|
});
|
|
1230
1034
|
}
|
|
1231
|
-
export declare class
|
|
1035
|
+
export declare class GetScenePreviewDataResponse extends $tea.Model {
|
|
1232
1036
|
headers: {
|
|
1233
1037
|
[key: string]: string;
|
|
1234
1038
|
};
|
|
1235
|
-
body:
|
|
1039
|
+
body: GetScenePreviewDataResponseBody;
|
|
1236
1040
|
static names(): {
|
|
1237
1041
|
[key: string]: string;
|
|
1238
1042
|
};
|
|
@@ -1288,6 +1092,49 @@ export declare class GetScenePreviewInfoResponse extends $tea.Model {
|
|
|
1288
1092
|
[key: string]: any;
|
|
1289
1093
|
});
|
|
1290
1094
|
}
|
|
1095
|
+
export declare class GetScenePreviewResourceRequest extends $tea.Model {
|
|
1096
|
+
previewToken?: string;
|
|
1097
|
+
static names(): {
|
|
1098
|
+
[key: string]: string;
|
|
1099
|
+
};
|
|
1100
|
+
static types(): {
|
|
1101
|
+
[key: string]: any;
|
|
1102
|
+
};
|
|
1103
|
+
constructor(map?: {
|
|
1104
|
+
[key: string]: any;
|
|
1105
|
+
});
|
|
1106
|
+
}
|
|
1107
|
+
export declare class GetScenePreviewResourceResponseBody extends $tea.Model {
|
|
1108
|
+
code?: number;
|
|
1109
|
+
data?: GetScenePreviewResourceResponseBodyData;
|
|
1110
|
+
message?: string;
|
|
1111
|
+
requestId?: string;
|
|
1112
|
+
success?: boolean;
|
|
1113
|
+
static names(): {
|
|
1114
|
+
[key: string]: string;
|
|
1115
|
+
};
|
|
1116
|
+
static types(): {
|
|
1117
|
+
[key: string]: any;
|
|
1118
|
+
};
|
|
1119
|
+
constructor(map?: {
|
|
1120
|
+
[key: string]: any;
|
|
1121
|
+
});
|
|
1122
|
+
}
|
|
1123
|
+
export declare class GetScenePreviewResourceResponse extends $tea.Model {
|
|
1124
|
+
headers: {
|
|
1125
|
+
[key: string]: string;
|
|
1126
|
+
};
|
|
1127
|
+
body: GetScenePreviewResourceResponseBody;
|
|
1128
|
+
static names(): {
|
|
1129
|
+
[key: string]: string;
|
|
1130
|
+
};
|
|
1131
|
+
static types(): {
|
|
1132
|
+
[key: string]: any;
|
|
1133
|
+
};
|
|
1134
|
+
constructor(map?: {
|
|
1135
|
+
[key: string]: any;
|
|
1136
|
+
});
|
|
1137
|
+
}
|
|
1291
1138
|
export declare class GetSingleConnDataRequest extends $tea.Model {
|
|
1292
1139
|
subSceneId?: string;
|
|
1293
1140
|
static names(): {
|
|
@@ -1655,49 +1502,6 @@ export declare class ListSceneResponse extends $tea.Model {
|
|
|
1655
1502
|
[key: string]: any;
|
|
1656
1503
|
});
|
|
1657
1504
|
}
|
|
1658
|
-
export declare class ListScenesRequest extends $tea.Model {
|
|
1659
|
-
isPublishQuery?: boolean;
|
|
1660
|
-
projectId?: string;
|
|
1661
|
-
static names(): {
|
|
1662
|
-
[key: string]: string;
|
|
1663
|
-
};
|
|
1664
|
-
static types(): {
|
|
1665
|
-
[key: string]: any;
|
|
1666
|
-
};
|
|
1667
|
-
constructor(map?: {
|
|
1668
|
-
[key: string]: any;
|
|
1669
|
-
});
|
|
1670
|
-
}
|
|
1671
|
-
export declare class ListScenesResponseBody extends $tea.Model {
|
|
1672
|
-
data?: ListScenesResponseBodyData[];
|
|
1673
|
-
errMessage?: string;
|
|
1674
|
-
requestId?: string;
|
|
1675
|
-
success?: boolean;
|
|
1676
|
-
static names(): {
|
|
1677
|
-
[key: string]: string;
|
|
1678
|
-
};
|
|
1679
|
-
static types(): {
|
|
1680
|
-
[key: string]: any;
|
|
1681
|
-
};
|
|
1682
|
-
constructor(map?: {
|
|
1683
|
-
[key: string]: any;
|
|
1684
|
-
});
|
|
1685
|
-
}
|
|
1686
|
-
export declare class ListScenesResponse extends $tea.Model {
|
|
1687
|
-
headers: {
|
|
1688
|
-
[key: string]: string;
|
|
1689
|
-
};
|
|
1690
|
-
body: ListScenesResponseBody;
|
|
1691
|
-
static names(): {
|
|
1692
|
-
[key: string]: string;
|
|
1693
|
-
};
|
|
1694
|
-
static types(): {
|
|
1695
|
-
[key: string]: any;
|
|
1696
|
-
};
|
|
1697
|
-
constructor(map?: {
|
|
1698
|
-
[key: string]: any;
|
|
1699
|
-
});
|
|
1700
|
-
}
|
|
1701
1505
|
export declare class ListSubSceneRequest extends $tea.Model {
|
|
1702
1506
|
pageNum?: number;
|
|
1703
1507
|
pageSize?: number;
|
|
@@ -2665,6 +2469,129 @@ export declare class GetHotspotSceneDataResponseBodyData extends $tea.Model {
|
|
|
2665
2469
|
[key: string]: any;
|
|
2666
2470
|
});
|
|
2667
2471
|
}
|
|
2472
|
+
export declare class GetScenePreviewDataResponseBodyDataModelPanoListPosition extends $tea.Model {
|
|
2473
|
+
rotation?: number[];
|
|
2474
|
+
spot?: number[];
|
|
2475
|
+
viewpoint?: number[];
|
|
2476
|
+
static names(): {
|
|
2477
|
+
[key: string]: string;
|
|
2478
|
+
};
|
|
2479
|
+
static types(): {
|
|
2480
|
+
[key: string]: any;
|
|
2481
|
+
};
|
|
2482
|
+
constructor(map?: {
|
|
2483
|
+
[key: string]: any;
|
|
2484
|
+
});
|
|
2485
|
+
}
|
|
2486
|
+
export declare class GetScenePreviewDataResponseBodyDataModelPanoList extends $tea.Model {
|
|
2487
|
+
curRoomPicList?: string[];
|
|
2488
|
+
enabled?: boolean;
|
|
2489
|
+
floorIdx?: string;
|
|
2490
|
+
id?: string;
|
|
2491
|
+
mainImage?: boolean;
|
|
2492
|
+
neighbours?: string[];
|
|
2493
|
+
position?: GetScenePreviewDataResponseBodyDataModelPanoListPosition;
|
|
2494
|
+
rawName?: string;
|
|
2495
|
+
resource?: string;
|
|
2496
|
+
roomIdx?: string;
|
|
2497
|
+
subSceneId?: string;
|
|
2498
|
+
token?: string;
|
|
2499
|
+
virtualId?: string;
|
|
2500
|
+
virtualName?: string;
|
|
2501
|
+
static names(): {
|
|
2502
|
+
[key: string]: string;
|
|
2503
|
+
};
|
|
2504
|
+
static types(): {
|
|
2505
|
+
[key: string]: any;
|
|
2506
|
+
};
|
|
2507
|
+
constructor(map?: {
|
|
2508
|
+
[key: string]: any;
|
|
2509
|
+
});
|
|
2510
|
+
}
|
|
2511
|
+
export declare class GetScenePreviewDataResponseBodyDataModel extends $tea.Model {
|
|
2512
|
+
modelPath?: string;
|
|
2513
|
+
panoList?: GetScenePreviewDataResponseBodyDataModelPanoList[];
|
|
2514
|
+
textureModelPath?: string;
|
|
2515
|
+
texturePanoPath?: string;
|
|
2516
|
+
static names(): {
|
|
2517
|
+
[key: string]: string;
|
|
2518
|
+
};
|
|
2519
|
+
static types(): {
|
|
2520
|
+
[key: string]: any;
|
|
2521
|
+
};
|
|
2522
|
+
constructor(map?: {
|
|
2523
|
+
[key: string]: any;
|
|
2524
|
+
});
|
|
2525
|
+
}
|
|
2526
|
+
export declare class GetScenePreviewDataResponseBodyDataTagsConfigButtonConfig extends $tea.Model {
|
|
2527
|
+
customText?: string;
|
|
2528
|
+
type?: string;
|
|
2529
|
+
static names(): {
|
|
2530
|
+
[key: string]: string;
|
|
2531
|
+
};
|
|
2532
|
+
static types(): {
|
|
2533
|
+
[key: string]: any;
|
|
2534
|
+
};
|
|
2535
|
+
constructor(map?: {
|
|
2536
|
+
[key: string]: any;
|
|
2537
|
+
});
|
|
2538
|
+
}
|
|
2539
|
+
export declare class GetScenePreviewDataResponseBodyDataTagsConfig extends $tea.Model {
|
|
2540
|
+
backgroundColor?: string;
|
|
2541
|
+
buttonConfig?: GetScenePreviewDataResponseBodyDataTagsConfigButtonConfig;
|
|
2542
|
+
content?: string;
|
|
2543
|
+
formImgSize?: number[];
|
|
2544
|
+
formJumpType?: boolean;
|
|
2545
|
+
formSelectImgType?: string;
|
|
2546
|
+
images?: string[];
|
|
2547
|
+
isTagVisibleBy3d?: boolean;
|
|
2548
|
+
link?: string;
|
|
2549
|
+
panoId?: string;
|
|
2550
|
+
position?: number[];
|
|
2551
|
+
positionPanoCube?: number[];
|
|
2552
|
+
relatedPanoIds?: string[];
|
|
2553
|
+
sceneId?: number;
|
|
2554
|
+
title?: string;
|
|
2555
|
+
video?: string;
|
|
2556
|
+
static names(): {
|
|
2557
|
+
[key: string]: string;
|
|
2558
|
+
};
|
|
2559
|
+
static types(): {
|
|
2560
|
+
[key: string]: any;
|
|
2561
|
+
};
|
|
2562
|
+
constructor(map?: {
|
|
2563
|
+
[key: string]: any;
|
|
2564
|
+
});
|
|
2565
|
+
}
|
|
2566
|
+
export declare class GetScenePreviewDataResponseBodyDataTags extends $tea.Model {
|
|
2567
|
+
config?: GetScenePreviewDataResponseBodyDataTagsConfig;
|
|
2568
|
+
id?: string;
|
|
2569
|
+
position?: number[];
|
|
2570
|
+
positionPanoCube?: number[];
|
|
2571
|
+
type?: string;
|
|
2572
|
+
static names(): {
|
|
2573
|
+
[key: string]: string;
|
|
2574
|
+
};
|
|
2575
|
+
static types(): {
|
|
2576
|
+
[key: string]: any;
|
|
2577
|
+
};
|
|
2578
|
+
constructor(map?: {
|
|
2579
|
+
[key: string]: any;
|
|
2580
|
+
});
|
|
2581
|
+
}
|
|
2582
|
+
export declare class GetScenePreviewDataResponseBodyData extends $tea.Model {
|
|
2583
|
+
model?: GetScenePreviewDataResponseBodyDataModel;
|
|
2584
|
+
tags?: GetScenePreviewDataResponseBodyDataTags[];
|
|
2585
|
+
static names(): {
|
|
2586
|
+
[key: string]: string;
|
|
2587
|
+
};
|
|
2588
|
+
static types(): {
|
|
2589
|
+
[key: string]: any;
|
|
2590
|
+
};
|
|
2591
|
+
constructor(map?: {
|
|
2592
|
+
[key: string]: any;
|
|
2593
|
+
});
|
|
2594
|
+
}
|
|
2668
2595
|
export declare class GetScenePreviewInfoResponseBodyData extends $tea.Model {
|
|
2669
2596
|
modelPath?: string;
|
|
2670
2597
|
panoList?: string;
|
|
@@ -2680,6 +2607,34 @@ export declare class GetScenePreviewInfoResponseBodyData extends $tea.Model {
|
|
|
2680
2607
|
[key: string]: any;
|
|
2681
2608
|
});
|
|
2682
2609
|
}
|
|
2610
|
+
export declare class GetScenePreviewResourceResponseBodyDataResourceDirectory extends $tea.Model {
|
|
2611
|
+
modelConfig?: string;
|
|
2612
|
+
orthomapConfig?: string;
|
|
2613
|
+
rootPath?: string;
|
|
2614
|
+
static names(): {
|
|
2615
|
+
[key: string]: string;
|
|
2616
|
+
};
|
|
2617
|
+
static types(): {
|
|
2618
|
+
[key: string]: any;
|
|
2619
|
+
};
|
|
2620
|
+
constructor(map?: {
|
|
2621
|
+
[key: string]: any;
|
|
2622
|
+
});
|
|
2623
|
+
}
|
|
2624
|
+
export declare class GetScenePreviewResourceResponseBodyData extends $tea.Model {
|
|
2625
|
+
name?: string;
|
|
2626
|
+
resourceDirectory?: GetScenePreviewResourceResponseBodyDataResourceDirectory;
|
|
2627
|
+
version?: string;
|
|
2628
|
+
static names(): {
|
|
2629
|
+
[key: string]: string;
|
|
2630
|
+
};
|
|
2631
|
+
static types(): {
|
|
2632
|
+
[key: string]: any;
|
|
2633
|
+
};
|
|
2634
|
+
constructor(map?: {
|
|
2635
|
+
[key: string]: any;
|
|
2636
|
+
});
|
|
2637
|
+
}
|
|
2683
2638
|
export declare class GetSingleConnDataResponseBodyList extends $tea.Model {
|
|
2684
2639
|
id?: string;
|
|
2685
2640
|
mapId?: string;
|
|
@@ -2750,18 +2705,6 @@ export declare class ListSceneResponseBodyList extends $tea.Model {
|
|
|
2750
2705
|
[key: string]: any;
|
|
2751
2706
|
});
|
|
2752
2707
|
}
|
|
2753
|
-
export declare class ListScenesResponseBodyData extends $tea.Model {
|
|
2754
|
-
sceneId?: string;
|
|
2755
|
-
static names(): {
|
|
2756
|
-
[key: string]: string;
|
|
2757
|
-
};
|
|
2758
|
-
static types(): {
|
|
2759
|
-
[key: string]: any;
|
|
2760
|
-
};
|
|
2761
|
-
constructor(map?: {
|
|
2762
|
-
[key: string]: any;
|
|
2763
|
-
});
|
|
2764
|
-
}
|
|
2765
2708
|
export declare class ListSubSceneResponseBodyList extends $tea.Model {
|
|
2766
2709
|
baseImageUrl?: string;
|
|
2767
2710
|
coverUrl?: string;
|
|
@@ -2805,16 +2748,8 @@ export default class Client extends OpenApi {
|
|
|
2805
2748
|
addScene(request: AddSceneRequest): Promise<AddSceneResponse>;
|
|
2806
2749
|
addSubSceneWithOptions(request: AddSubSceneRequest, runtime: $Util.RuntimeOptions): Promise<AddSubSceneResponse>;
|
|
2807
2750
|
addSubScene(request: AddSubSceneRequest): Promise<AddSubSceneResponse>;
|
|
2808
|
-
|
|
2809
|
-
|
|
2810
|
-
createProjectWithOptions(request: CreateProjectRequest, runtime: $Util.RuntimeOptions): Promise<CreateProjectResponse>;
|
|
2811
|
-
createProject(request: CreateProjectRequest): Promise<CreateProjectResponse>;
|
|
2812
|
-
createSceneWithOptions(request: CreateSceneRequest, runtime: $Util.RuntimeOptions): Promise<CreateSceneResponse>;
|
|
2813
|
-
createScene(request: CreateSceneRequest): Promise<CreateSceneResponse>;
|
|
2814
|
-
deleteFileWithOptions(request: DeleteFileRequest, runtime: $Util.RuntimeOptions): Promise<DeleteFileResponse>;
|
|
2815
|
-
deleteFile(request: DeleteFileRequest): Promise<DeleteFileResponse>;
|
|
2816
|
-
deleteProjectWithOptions(request: DeleteProjectRequest, runtime: $Util.RuntimeOptions): Promise<DeleteProjectResponse>;
|
|
2817
|
-
deleteProject(request: DeleteProjectRequest): Promise<DeleteProjectResponse>;
|
|
2751
|
+
checkUserPropertyWithOptions(request: CheckUserPropertyRequest, runtime: $Util.RuntimeOptions): Promise<CheckUserPropertyResponse>;
|
|
2752
|
+
checkUserProperty(request: CheckUserPropertyRequest): Promise<CheckUserPropertyResponse>;
|
|
2818
2753
|
detailProjectWithOptions(request: DetailProjectRequest, runtime: $Util.RuntimeOptions): Promise<DetailProjectResponse>;
|
|
2819
2754
|
detailProject(request: DetailProjectRequest): Promise<DetailProjectResponse>;
|
|
2820
2755
|
detailSceneWithOptions(request: DetailSceneRequest, runtime: $Util.RuntimeOptions): Promise<DetailSceneResponse>;
|
|
@@ -2841,14 +2776,16 @@ export default class Client extends OpenApi {
|
|
|
2841
2776
|
getOriginLayoutData(request: GetOriginLayoutDataRequest): Promise<GetOriginLayoutDataResponse>;
|
|
2842
2777
|
getOssPolicyWithOptions(request: GetOssPolicyRequest, runtime: $Util.RuntimeOptions): Promise<GetOssPolicyResponse>;
|
|
2843
2778
|
getOssPolicy(request: GetOssPolicyRequest): Promise<GetOssPolicyResponse>;
|
|
2844
|
-
getPolicyWithOptions(request: GetPolicyRequest, runtime: $Util.RuntimeOptions): Promise<GetPolicyResponse>;
|
|
2845
|
-
getPolicy(request: GetPolicyRequest): Promise<GetPolicyResponse>;
|
|
2846
2779
|
getRectifyImageWithOptions(request: GetRectifyImageRequest, runtime: $Util.RuntimeOptions): Promise<GetRectifyImageResponse>;
|
|
2847
2780
|
getRectifyImage(request: GetRectifyImageRequest): Promise<GetRectifyImageResponse>;
|
|
2848
2781
|
getSceneBuildTaskStatusWithOptions(request: GetSceneBuildTaskStatusRequest, runtime: $Util.RuntimeOptions): Promise<GetSceneBuildTaskStatusResponse>;
|
|
2849
2782
|
getSceneBuildTaskStatus(request: GetSceneBuildTaskStatusRequest): Promise<GetSceneBuildTaskStatusResponse>;
|
|
2783
|
+
getScenePreviewDataWithOptions(request: GetScenePreviewDataRequest, runtime: $Util.RuntimeOptions): Promise<GetScenePreviewDataResponse>;
|
|
2784
|
+
getScenePreviewData(request: GetScenePreviewDataRequest): Promise<GetScenePreviewDataResponse>;
|
|
2850
2785
|
getScenePreviewInfoWithOptions(request: GetScenePreviewInfoRequest, runtime: $Util.RuntimeOptions): Promise<GetScenePreviewInfoResponse>;
|
|
2851
2786
|
getScenePreviewInfo(request: GetScenePreviewInfoRequest): Promise<GetScenePreviewInfoResponse>;
|
|
2787
|
+
getScenePreviewResourceWithOptions(request: GetScenePreviewResourceRequest, runtime: $Util.RuntimeOptions): Promise<GetScenePreviewResourceResponse>;
|
|
2788
|
+
getScenePreviewResource(request: GetScenePreviewResourceRequest): Promise<GetScenePreviewResourceResponse>;
|
|
2852
2789
|
getSingleConnDataWithOptions(request: GetSingleConnDataRequest, runtime: $Util.RuntimeOptions): Promise<GetSingleConnDataResponse>;
|
|
2853
2790
|
getSingleConnData(request: GetSingleConnDataRequest): Promise<GetSingleConnDataResponse>;
|
|
2854
2791
|
getSubSceneTaskStatusWithOptions(request: GetSubSceneTaskStatusRequest, runtime: $Util.RuntimeOptions): Promise<GetSubSceneTaskStatusResponse>;
|
|
@@ -2865,8 +2802,6 @@ export default class Client extends OpenApi {
|
|
|
2865
2802
|
listProject(request: ListProjectRequest): Promise<ListProjectResponse>;
|
|
2866
2803
|
listSceneWithOptions(request: ListSceneRequest, runtime: $Util.RuntimeOptions): Promise<ListSceneResponse>;
|
|
2867
2804
|
listScene(request: ListSceneRequest): Promise<ListSceneResponse>;
|
|
2868
|
-
listScenesWithOptions(request: ListScenesRequest, runtime: $Util.RuntimeOptions): Promise<ListScenesResponse>;
|
|
2869
|
-
listScenes(request: ListScenesRequest): Promise<ListScenesResponse>;
|
|
2870
2805
|
listSubSceneWithOptions(request: ListSubSceneRequest, runtime: $Util.RuntimeOptions): Promise<ListSubSceneResponse>;
|
|
2871
2806
|
listSubScene(request: ListSubSceneRequest): Promise<ListSubSceneResponse>;
|
|
2872
2807
|
optimizeRightAngleWithOptions(request: OptimizeRightAngleRequest, runtime: $Util.RuntimeOptions): Promise<OptimizeRightAngleResponse>;
|