@alicloud/tdsr20200101 3.0.4 → 3.0.7
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 +164 -299
- package/dist/client.js +348 -686
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +397 -800
package/dist/client.js
CHANGED
|
@@ -379,329 +379,47 @@ class AddSubSceneResponse extends $tea.Model {
|
|
|
379
379
|
}
|
|
380
380
|
}
|
|
381
381
|
exports.AddSubSceneResponse = AddSubSceneResponse;
|
|
382
|
-
class
|
|
382
|
+
class CheckUserPropertyRequest extends $tea.Model {
|
|
383
383
|
constructor(map) {
|
|
384
384
|
super(map);
|
|
385
385
|
}
|
|
386
386
|
static names() {
|
|
387
387
|
return {
|
|
388
|
-
|
|
389
|
-
country: 'Country',
|
|
390
|
-
gmtWakeup: 'GmtWakeup',
|
|
391
|
-
hid: 'Hid',
|
|
392
|
-
interrupt: 'Interrupt',
|
|
393
|
-
invoker: 'Invoker',
|
|
394
|
-
level: 'Level',
|
|
395
|
-
message: 'Message',
|
|
396
|
-
pk: 'Pk',
|
|
397
|
-
prompt: 'Prompt',
|
|
398
|
-
success: 'Success',
|
|
399
|
-
taskExtraData: 'TaskExtraData',
|
|
400
|
-
taskIdentifier: 'TaskIdentifier',
|
|
401
|
-
url: 'Url',
|
|
388
|
+
uid: 'Uid',
|
|
402
389
|
};
|
|
403
390
|
}
|
|
404
391
|
static types() {
|
|
405
392
|
return {
|
|
406
|
-
|
|
407
|
-
country: 'string',
|
|
408
|
-
gmtWakeup: 'string',
|
|
409
|
-
hid: 'number',
|
|
410
|
-
interrupt: 'boolean',
|
|
411
|
-
invoker: 'string',
|
|
412
|
-
level: 'number',
|
|
413
|
-
message: 'string',
|
|
414
|
-
pk: 'string',
|
|
415
|
-
prompt: 'string',
|
|
416
|
-
success: 'boolean',
|
|
417
|
-
taskExtraData: 'string',
|
|
418
|
-
taskIdentifier: 'string',
|
|
419
|
-
url: 'string',
|
|
393
|
+
uid: 'string',
|
|
420
394
|
};
|
|
421
395
|
}
|
|
422
396
|
}
|
|
423
|
-
exports.
|
|
424
|
-
class
|
|
397
|
+
exports.CheckUserPropertyRequest = CheckUserPropertyRequest;
|
|
398
|
+
class CheckUserPropertyResponseBody extends $tea.Model {
|
|
425
399
|
constructor(map) {
|
|
426
400
|
super(map);
|
|
427
401
|
}
|
|
428
402
|
static names() {
|
|
429
403
|
return {
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
gmtWakeup: 'GmtWakeup',
|
|
433
|
-
hid: 'Hid',
|
|
434
|
-
interrupt: 'Interrupt',
|
|
435
|
-
invoker: 'Invoker',
|
|
436
|
-
level: 'Level',
|
|
404
|
+
code: 'Code',
|
|
405
|
+
match: 'Match',
|
|
437
406
|
message: 'Message',
|
|
438
|
-
pk: 'Pk',
|
|
439
|
-
prompt: 'Prompt',
|
|
440
407
|
requestId: 'RequestId',
|
|
441
408
|
success: 'Success',
|
|
442
|
-
taskExtraData: 'TaskExtraData',
|
|
443
|
-
taskIdentifier: 'TaskIdentifier',
|
|
444
|
-
url: 'Url',
|
|
445
409
|
};
|
|
446
410
|
}
|
|
447
411
|
static types() {
|
|
448
412
|
return {
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
gmtWakeup: 'string',
|
|
452
|
-
hid: 'number',
|
|
453
|
-
interrupt: 'boolean',
|
|
454
|
-
invoker: 'string',
|
|
455
|
-
level: 'number',
|
|
413
|
+
code: 'number',
|
|
414
|
+
match: 'boolean',
|
|
456
415
|
message: 'string',
|
|
457
|
-
pk: 'string',
|
|
458
|
-
prompt: 'string',
|
|
459
|
-
requestId: 'string',
|
|
460
|
-
success: 'boolean',
|
|
461
|
-
taskExtraData: 'string',
|
|
462
|
-
taskIdentifier: 'string',
|
|
463
|
-
url: 'string',
|
|
464
|
-
};
|
|
465
|
-
}
|
|
466
|
-
}
|
|
467
|
-
exports.CheckResourceResponseBody = CheckResourceResponseBody;
|
|
468
|
-
class CheckResourceResponse extends $tea.Model {
|
|
469
|
-
constructor(map) {
|
|
470
|
-
super(map);
|
|
471
|
-
}
|
|
472
|
-
static names() {
|
|
473
|
-
return {
|
|
474
|
-
headers: 'headers',
|
|
475
|
-
body: 'body',
|
|
476
|
-
};
|
|
477
|
-
}
|
|
478
|
-
static types() {
|
|
479
|
-
return {
|
|
480
|
-
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
481
|
-
body: CheckResourceResponseBody,
|
|
482
|
-
};
|
|
483
|
-
}
|
|
484
|
-
}
|
|
485
|
-
exports.CheckResourceResponse = CheckResourceResponse;
|
|
486
|
-
class CreateProjectRequest extends $tea.Model {
|
|
487
|
-
constructor(map) {
|
|
488
|
-
super(map);
|
|
489
|
-
}
|
|
490
|
-
static names() {
|
|
491
|
-
return {
|
|
492
|
-
builderUserIdList: 'BuilderUserIdList',
|
|
493
|
-
businessId: 'BusinessId',
|
|
494
|
-
businessUserIdList: 'BusinessUserIdList',
|
|
495
|
-
gatherUserIdList: 'GatherUserIdList',
|
|
496
|
-
name: 'Name',
|
|
497
|
-
};
|
|
498
|
-
}
|
|
499
|
-
static types() {
|
|
500
|
-
return {
|
|
501
|
-
builderUserIdList: 'string',
|
|
502
|
-
businessId: 'string',
|
|
503
|
-
businessUserIdList: 'string',
|
|
504
|
-
gatherUserIdList: 'string',
|
|
505
|
-
name: 'string',
|
|
506
|
-
};
|
|
507
|
-
}
|
|
508
|
-
}
|
|
509
|
-
exports.CreateProjectRequest = CreateProjectRequest;
|
|
510
|
-
class CreateProjectResponseBody extends $tea.Model {
|
|
511
|
-
constructor(map) {
|
|
512
|
-
super(map);
|
|
513
|
-
}
|
|
514
|
-
static names() {
|
|
515
|
-
return {
|
|
516
|
-
errMessage: 'ErrMessage',
|
|
517
|
-
id: 'Id',
|
|
518
|
-
name: 'Name',
|
|
519
|
-
requestId: 'RequestId',
|
|
520
|
-
success: 'Success',
|
|
521
|
-
};
|
|
522
|
-
}
|
|
523
|
-
static types() {
|
|
524
|
-
return {
|
|
525
|
-
errMessage: 'string',
|
|
526
|
-
id: 'number',
|
|
527
|
-
name: 'string',
|
|
528
|
-
requestId: 'string',
|
|
529
|
-
success: 'boolean',
|
|
530
|
-
};
|
|
531
|
-
}
|
|
532
|
-
}
|
|
533
|
-
exports.CreateProjectResponseBody = CreateProjectResponseBody;
|
|
534
|
-
class CreateProjectResponse extends $tea.Model {
|
|
535
|
-
constructor(map) {
|
|
536
|
-
super(map);
|
|
537
|
-
}
|
|
538
|
-
static names() {
|
|
539
|
-
return {
|
|
540
|
-
headers: 'headers',
|
|
541
|
-
body: 'body',
|
|
542
|
-
};
|
|
543
|
-
}
|
|
544
|
-
static types() {
|
|
545
|
-
return {
|
|
546
|
-
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
547
|
-
body: CreateProjectResponseBody,
|
|
548
|
-
};
|
|
549
|
-
}
|
|
550
|
-
}
|
|
551
|
-
exports.CreateProjectResponse = CreateProjectResponse;
|
|
552
|
-
class CreateSceneRequest extends $tea.Model {
|
|
553
|
-
constructor(map) {
|
|
554
|
-
super(map);
|
|
555
|
-
}
|
|
556
|
-
static names() {
|
|
557
|
-
return {
|
|
558
|
-
name: 'Name',
|
|
559
|
-
projectId: 'ProjectId',
|
|
560
|
-
};
|
|
561
|
-
}
|
|
562
|
-
static types() {
|
|
563
|
-
return {
|
|
564
|
-
name: 'string',
|
|
565
|
-
projectId: 'string',
|
|
566
|
-
};
|
|
567
|
-
}
|
|
568
|
-
}
|
|
569
|
-
exports.CreateSceneRequest = CreateSceneRequest;
|
|
570
|
-
class CreateSceneResponseBody extends $tea.Model {
|
|
571
|
-
constructor(map) {
|
|
572
|
-
super(map);
|
|
573
|
-
}
|
|
574
|
-
static names() {
|
|
575
|
-
return {
|
|
576
|
-
errMessage: 'ErrMessage',
|
|
577
|
-
previewToken: 'PreviewToken',
|
|
578
|
-
requestId: 'RequestId',
|
|
579
|
-
sceneId: 'SceneId',
|
|
580
|
-
success: 'Success',
|
|
581
|
-
};
|
|
582
|
-
}
|
|
583
|
-
static types() {
|
|
584
|
-
return {
|
|
585
|
-
errMessage: 'string',
|
|
586
|
-
previewToken: 'string',
|
|
587
|
-
requestId: 'string',
|
|
588
|
-
sceneId: 'number',
|
|
589
|
-
success: 'boolean',
|
|
590
|
-
};
|
|
591
|
-
}
|
|
592
|
-
}
|
|
593
|
-
exports.CreateSceneResponseBody = CreateSceneResponseBody;
|
|
594
|
-
class CreateSceneResponse extends $tea.Model {
|
|
595
|
-
constructor(map) {
|
|
596
|
-
super(map);
|
|
597
|
-
}
|
|
598
|
-
static names() {
|
|
599
|
-
return {
|
|
600
|
-
headers: 'headers',
|
|
601
|
-
body: 'body',
|
|
602
|
-
};
|
|
603
|
-
}
|
|
604
|
-
static types() {
|
|
605
|
-
return {
|
|
606
|
-
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
607
|
-
body: CreateSceneResponseBody,
|
|
608
|
-
};
|
|
609
|
-
}
|
|
610
|
-
}
|
|
611
|
-
exports.CreateSceneResponse = CreateSceneResponse;
|
|
612
|
-
class DeleteFileRequest extends $tea.Model {
|
|
613
|
-
constructor(map) {
|
|
614
|
-
super(map);
|
|
615
|
-
}
|
|
616
|
-
static names() {
|
|
617
|
-
return {
|
|
618
|
-
paramFile: 'ParamFile',
|
|
619
|
-
subSceneUuid: 'SubSceneUuid',
|
|
620
|
-
};
|
|
621
|
-
}
|
|
622
|
-
static types() {
|
|
623
|
-
return {
|
|
624
|
-
paramFile: 'string',
|
|
625
|
-
subSceneUuid: 'string',
|
|
626
|
-
};
|
|
627
|
-
}
|
|
628
|
-
}
|
|
629
|
-
exports.DeleteFileRequest = DeleteFileRequest;
|
|
630
|
-
class DeleteFileResponseBody extends $tea.Model {
|
|
631
|
-
constructor(map) {
|
|
632
|
-
super(map);
|
|
633
|
-
}
|
|
634
|
-
static names() {
|
|
635
|
-
return {
|
|
636
|
-
errMessage: 'ErrMessage',
|
|
637
|
-
requestId: 'RequestId',
|
|
638
|
-
success: 'Success',
|
|
639
|
-
};
|
|
640
|
-
}
|
|
641
|
-
static types() {
|
|
642
|
-
return {
|
|
643
|
-
errMessage: 'string',
|
|
644
|
-
requestId: 'string',
|
|
645
|
-
success: 'boolean',
|
|
646
|
-
};
|
|
647
|
-
}
|
|
648
|
-
}
|
|
649
|
-
exports.DeleteFileResponseBody = DeleteFileResponseBody;
|
|
650
|
-
class DeleteFileResponse extends $tea.Model {
|
|
651
|
-
constructor(map) {
|
|
652
|
-
super(map);
|
|
653
|
-
}
|
|
654
|
-
static names() {
|
|
655
|
-
return {
|
|
656
|
-
headers: 'headers',
|
|
657
|
-
body: 'body',
|
|
658
|
-
};
|
|
659
|
-
}
|
|
660
|
-
static types() {
|
|
661
|
-
return {
|
|
662
|
-
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
663
|
-
body: DeleteFileResponseBody,
|
|
664
|
-
};
|
|
665
|
-
}
|
|
666
|
-
}
|
|
667
|
-
exports.DeleteFileResponse = DeleteFileResponse;
|
|
668
|
-
class DeleteProjectRequest extends $tea.Model {
|
|
669
|
-
constructor(map) {
|
|
670
|
-
super(map);
|
|
671
|
-
}
|
|
672
|
-
static names() {
|
|
673
|
-
return {
|
|
674
|
-
projectId: 'ProjectId',
|
|
675
|
-
};
|
|
676
|
-
}
|
|
677
|
-
static types() {
|
|
678
|
-
return {
|
|
679
|
-
projectId: 'string',
|
|
680
|
-
};
|
|
681
|
-
}
|
|
682
|
-
}
|
|
683
|
-
exports.DeleteProjectRequest = DeleteProjectRequest;
|
|
684
|
-
class DeleteProjectResponseBody extends $tea.Model {
|
|
685
|
-
constructor(map) {
|
|
686
|
-
super(map);
|
|
687
|
-
}
|
|
688
|
-
static names() {
|
|
689
|
-
return {
|
|
690
|
-
errMessage: 'ErrMessage',
|
|
691
|
-
requestId: 'RequestId',
|
|
692
|
-
success: 'Success',
|
|
693
|
-
};
|
|
694
|
-
}
|
|
695
|
-
static types() {
|
|
696
|
-
return {
|
|
697
|
-
errMessage: 'string',
|
|
698
416
|
requestId: 'string',
|
|
699
417
|
success: 'boolean',
|
|
700
418
|
};
|
|
701
419
|
}
|
|
702
420
|
}
|
|
703
|
-
exports.
|
|
704
|
-
class
|
|
421
|
+
exports.CheckUserPropertyResponseBody = CheckUserPropertyResponseBody;
|
|
422
|
+
class CheckUserPropertyResponse extends $tea.Model {
|
|
705
423
|
constructor(map) {
|
|
706
424
|
super(map);
|
|
707
425
|
}
|
|
@@ -714,11 +432,11 @@ class DeleteProjectResponse extends $tea.Model {
|
|
|
714
432
|
static types() {
|
|
715
433
|
return {
|
|
716
434
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
717
|
-
body:
|
|
435
|
+
body: CheckUserPropertyResponseBody,
|
|
718
436
|
};
|
|
719
437
|
}
|
|
720
438
|
}
|
|
721
|
-
exports.
|
|
439
|
+
exports.CheckUserPropertyResponse = CheckUserPropertyResponse;
|
|
722
440
|
class DetailProjectRequest extends $tea.Model {
|
|
723
441
|
constructor(map) {
|
|
724
442
|
super(map);
|
|
@@ -891,12 +609,16 @@ class DetailSubSceneResponseBody extends $tea.Model {
|
|
|
891
609
|
gmtCreate: 'GmtCreate',
|
|
892
610
|
gmtModified: 'GmtModified',
|
|
893
611
|
id: 'Id',
|
|
612
|
+
imageUrl: 'ImageUrl',
|
|
613
|
+
layoutData: 'LayoutData',
|
|
894
614
|
message: 'Message',
|
|
895
615
|
name: 'Name',
|
|
616
|
+
originUrl: 'OriginUrl',
|
|
896
617
|
requestId: 'RequestId',
|
|
897
618
|
resourceId: 'ResourceId',
|
|
898
619
|
status: 'Status',
|
|
899
620
|
success: 'Success',
|
|
621
|
+
type: 'Type',
|
|
900
622
|
url: 'Url',
|
|
901
623
|
};
|
|
902
624
|
}
|
|
@@ -908,12 +630,16 @@ class DetailSubSceneResponseBody extends $tea.Model {
|
|
|
908
630
|
gmtCreate: 'number',
|
|
909
631
|
gmtModified: 'number',
|
|
910
632
|
id: 'string',
|
|
633
|
+
imageUrl: 'string',
|
|
634
|
+
layoutData: 'string',
|
|
911
635
|
message: 'string',
|
|
912
636
|
name: 'string',
|
|
637
|
+
originUrl: 'string',
|
|
913
638
|
requestId: 'string',
|
|
914
639
|
resourceId: 'string',
|
|
915
640
|
status: 'number',
|
|
916
641
|
success: 'boolean',
|
|
642
|
+
type: 'string',
|
|
917
643
|
url: 'string',
|
|
918
644
|
};
|
|
919
645
|
}
|
|
@@ -1547,49 +1273,47 @@ class GetOssPolicyResponse extends $tea.Model {
|
|
|
1547
1273
|
}
|
|
1548
1274
|
}
|
|
1549
1275
|
exports.GetOssPolicyResponse = GetOssPolicyResponse;
|
|
1550
|
-
class
|
|
1276
|
+
class GetRectifyImageRequest extends $tea.Model {
|
|
1551
1277
|
constructor(map) {
|
|
1552
1278
|
super(map);
|
|
1553
1279
|
}
|
|
1554
1280
|
static names() {
|
|
1555
1281
|
return {
|
|
1556
|
-
|
|
1557
|
-
type: 'Type',
|
|
1282
|
+
subSceneId: 'SubSceneId',
|
|
1558
1283
|
};
|
|
1559
1284
|
}
|
|
1560
1285
|
static types() {
|
|
1561
1286
|
return {
|
|
1562
|
-
|
|
1563
|
-
type: 'string',
|
|
1287
|
+
subSceneId: 'string',
|
|
1564
1288
|
};
|
|
1565
1289
|
}
|
|
1566
1290
|
}
|
|
1567
|
-
exports.
|
|
1568
|
-
class
|
|
1291
|
+
exports.GetRectifyImageRequest = GetRectifyImageRequest;
|
|
1292
|
+
class GetRectifyImageResponseBody extends $tea.Model {
|
|
1569
1293
|
constructor(map) {
|
|
1570
1294
|
super(map);
|
|
1571
1295
|
}
|
|
1572
1296
|
static names() {
|
|
1573
1297
|
return {
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
objectString: 'ObjectString',
|
|
1298
|
+
code: 'Code',
|
|
1299
|
+
message: 'Message',
|
|
1577
1300
|
requestId: 'RequestId',
|
|
1578
1301
|
success: 'Success',
|
|
1302
|
+
url: 'Url',
|
|
1579
1303
|
};
|
|
1580
1304
|
}
|
|
1581
1305
|
static types() {
|
|
1582
1306
|
return {
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
objectString: 'string',
|
|
1307
|
+
code: 'number',
|
|
1308
|
+
message: 'string',
|
|
1586
1309
|
requestId: 'string',
|
|
1587
1310
|
success: 'boolean',
|
|
1311
|
+
url: 'string',
|
|
1588
1312
|
};
|
|
1589
1313
|
}
|
|
1590
1314
|
}
|
|
1591
|
-
exports.
|
|
1592
|
-
class
|
|
1315
|
+
exports.GetRectifyImageResponseBody = GetRectifyImageResponseBody;
|
|
1316
|
+
class GetRectifyImageResponse extends $tea.Model {
|
|
1593
1317
|
constructor(map) {
|
|
1594
1318
|
super(map);
|
|
1595
1319
|
}
|
|
@@ -1602,52 +1326,58 @@ class GetPolicyResponse extends $tea.Model {
|
|
|
1602
1326
|
static types() {
|
|
1603
1327
|
return {
|
|
1604
1328
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1605
|
-
body:
|
|
1329
|
+
body: GetRectifyImageResponseBody,
|
|
1606
1330
|
};
|
|
1607
1331
|
}
|
|
1608
1332
|
}
|
|
1609
|
-
exports.
|
|
1610
|
-
class
|
|
1333
|
+
exports.GetRectifyImageResponse = GetRectifyImageResponse;
|
|
1334
|
+
class GetSceneBuildTaskStatusRequest extends $tea.Model {
|
|
1611
1335
|
constructor(map) {
|
|
1612
1336
|
super(map);
|
|
1613
1337
|
}
|
|
1614
1338
|
static names() {
|
|
1615
1339
|
return {
|
|
1616
|
-
|
|
1340
|
+
sceneId: 'SceneId',
|
|
1617
1341
|
};
|
|
1618
1342
|
}
|
|
1619
1343
|
static types() {
|
|
1620
1344
|
return {
|
|
1621
|
-
|
|
1345
|
+
sceneId: 'string',
|
|
1622
1346
|
};
|
|
1623
1347
|
}
|
|
1624
1348
|
}
|
|
1625
|
-
exports.
|
|
1626
|
-
class
|
|
1349
|
+
exports.GetSceneBuildTaskStatusRequest = GetSceneBuildTaskStatusRequest;
|
|
1350
|
+
class GetSceneBuildTaskStatusResponseBody extends $tea.Model {
|
|
1627
1351
|
constructor(map) {
|
|
1628
1352
|
super(map);
|
|
1629
1353
|
}
|
|
1630
1354
|
static names() {
|
|
1631
1355
|
return {
|
|
1632
1356
|
code: 'Code',
|
|
1357
|
+
errorCode: 'ErrorCode',
|
|
1358
|
+
errorMsg: 'ErrorMsg',
|
|
1633
1359
|
message: 'Message',
|
|
1634
1360
|
requestId: 'RequestId',
|
|
1361
|
+
sceneId: 'SceneId',
|
|
1362
|
+
status: 'Status',
|
|
1635
1363
|
success: 'Success',
|
|
1636
|
-
url: 'Url',
|
|
1637
1364
|
};
|
|
1638
1365
|
}
|
|
1639
1366
|
static types() {
|
|
1640
1367
|
return {
|
|
1641
1368
|
code: 'number',
|
|
1369
|
+
errorCode: 'string',
|
|
1370
|
+
errorMsg: 'string',
|
|
1642
1371
|
message: 'string',
|
|
1643
1372
|
requestId: 'string',
|
|
1373
|
+
sceneId: 'string',
|
|
1374
|
+
status: 'string',
|
|
1644
1375
|
success: 'boolean',
|
|
1645
|
-
url: 'string',
|
|
1646
1376
|
};
|
|
1647
1377
|
}
|
|
1648
1378
|
}
|
|
1649
|
-
exports.
|
|
1650
|
-
class
|
|
1379
|
+
exports.GetSceneBuildTaskStatusResponseBody = GetSceneBuildTaskStatusResponseBody;
|
|
1380
|
+
class GetSceneBuildTaskStatusResponse extends $tea.Model {
|
|
1651
1381
|
constructor(map) {
|
|
1652
1382
|
super(map);
|
|
1653
1383
|
}
|
|
@@ -1660,58 +1390,58 @@ class GetRectifyImageResponse extends $tea.Model {
|
|
|
1660
1390
|
static types() {
|
|
1661
1391
|
return {
|
|
1662
1392
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1663
|
-
body:
|
|
1393
|
+
body: GetSceneBuildTaskStatusResponseBody,
|
|
1664
1394
|
};
|
|
1665
1395
|
}
|
|
1666
1396
|
}
|
|
1667
|
-
exports.
|
|
1668
|
-
class
|
|
1397
|
+
exports.GetSceneBuildTaskStatusResponse = GetSceneBuildTaskStatusResponse;
|
|
1398
|
+
class GetScenePreviewDataRequest extends $tea.Model {
|
|
1669
1399
|
constructor(map) {
|
|
1670
1400
|
super(map);
|
|
1671
1401
|
}
|
|
1672
1402
|
static names() {
|
|
1673
1403
|
return {
|
|
1674
|
-
|
|
1404
|
+
domain: 'Domain',
|
|
1405
|
+
enabled: 'Enabled',
|
|
1406
|
+
previewToken: 'PreviewToken',
|
|
1407
|
+
showTag: 'ShowTag',
|
|
1675
1408
|
};
|
|
1676
1409
|
}
|
|
1677
1410
|
static types() {
|
|
1678
1411
|
return {
|
|
1679
|
-
|
|
1412
|
+
domain: 'string',
|
|
1413
|
+
enabled: 'boolean',
|
|
1414
|
+
previewToken: 'string',
|
|
1415
|
+
showTag: 'boolean',
|
|
1680
1416
|
};
|
|
1681
1417
|
}
|
|
1682
1418
|
}
|
|
1683
|
-
exports.
|
|
1684
|
-
class
|
|
1419
|
+
exports.GetScenePreviewDataRequest = GetScenePreviewDataRequest;
|
|
1420
|
+
class GetScenePreviewDataResponseBody extends $tea.Model {
|
|
1685
1421
|
constructor(map) {
|
|
1686
1422
|
super(map);
|
|
1687
1423
|
}
|
|
1688
1424
|
static names() {
|
|
1689
1425
|
return {
|
|
1690
1426
|
code: 'Code',
|
|
1691
|
-
|
|
1692
|
-
errorMsg: 'ErrorMsg',
|
|
1427
|
+
data: 'Data',
|
|
1693
1428
|
message: 'Message',
|
|
1694
1429
|
requestId: 'RequestId',
|
|
1695
|
-
sceneId: 'SceneId',
|
|
1696
|
-
status: 'Status',
|
|
1697
1430
|
success: 'Success',
|
|
1698
1431
|
};
|
|
1699
1432
|
}
|
|
1700
1433
|
static types() {
|
|
1701
1434
|
return {
|
|
1702
1435
|
code: 'number',
|
|
1703
|
-
|
|
1704
|
-
errorMsg: 'string',
|
|
1436
|
+
data: GetScenePreviewDataResponseBodyData,
|
|
1705
1437
|
message: 'string',
|
|
1706
1438
|
requestId: 'string',
|
|
1707
|
-
sceneId: 'string',
|
|
1708
|
-
status: 'string',
|
|
1709
1439
|
success: 'boolean',
|
|
1710
1440
|
};
|
|
1711
1441
|
}
|
|
1712
1442
|
}
|
|
1713
|
-
exports.
|
|
1714
|
-
class
|
|
1443
|
+
exports.GetScenePreviewDataResponseBody = GetScenePreviewDataResponseBody;
|
|
1444
|
+
class GetScenePreviewDataResponse extends $tea.Model {
|
|
1715
1445
|
constructor(map) {
|
|
1716
1446
|
super(map);
|
|
1717
1447
|
}
|
|
@@ -1724,11 +1454,11 @@ class GetSceneBuildTaskStatusResponse extends $tea.Model {
|
|
|
1724
1454
|
static types() {
|
|
1725
1455
|
return {
|
|
1726
1456
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1727
|
-
body:
|
|
1457
|
+
body: GetScenePreviewDataResponseBody,
|
|
1728
1458
|
};
|
|
1729
1459
|
}
|
|
1730
1460
|
}
|
|
1731
|
-
exports.
|
|
1461
|
+
exports.GetScenePreviewDataResponse = GetScenePreviewDataResponse;
|
|
1732
1462
|
class GetScenePreviewInfoRequest extends $tea.Model {
|
|
1733
1463
|
constructor(map) {
|
|
1734
1464
|
super(map);
|
|
@@ -2297,64 +2027,6 @@ class ListSceneResponse extends $tea.Model {
|
|
|
2297
2027
|
}
|
|
2298
2028
|
}
|
|
2299
2029
|
exports.ListSceneResponse = ListSceneResponse;
|
|
2300
|
-
class ListScenesRequest extends $tea.Model {
|
|
2301
|
-
constructor(map) {
|
|
2302
|
-
super(map);
|
|
2303
|
-
}
|
|
2304
|
-
static names() {
|
|
2305
|
-
return {
|
|
2306
|
-
isPublishQuery: 'IsPublishQuery',
|
|
2307
|
-
projectId: 'ProjectId',
|
|
2308
|
-
};
|
|
2309
|
-
}
|
|
2310
|
-
static types() {
|
|
2311
|
-
return {
|
|
2312
|
-
isPublishQuery: 'boolean',
|
|
2313
|
-
projectId: 'string',
|
|
2314
|
-
};
|
|
2315
|
-
}
|
|
2316
|
-
}
|
|
2317
|
-
exports.ListScenesRequest = ListScenesRequest;
|
|
2318
|
-
class ListScenesResponseBody extends $tea.Model {
|
|
2319
|
-
constructor(map) {
|
|
2320
|
-
super(map);
|
|
2321
|
-
}
|
|
2322
|
-
static names() {
|
|
2323
|
-
return {
|
|
2324
|
-
data: 'Data',
|
|
2325
|
-
errMessage: 'ErrMessage',
|
|
2326
|
-
requestId: 'RequestId',
|
|
2327
|
-
success: 'Success',
|
|
2328
|
-
};
|
|
2329
|
-
}
|
|
2330
|
-
static types() {
|
|
2331
|
-
return {
|
|
2332
|
-
data: { 'type': 'array', 'itemType': ListScenesResponseBodyData },
|
|
2333
|
-
errMessage: 'string',
|
|
2334
|
-
requestId: 'string',
|
|
2335
|
-
success: 'boolean',
|
|
2336
|
-
};
|
|
2337
|
-
}
|
|
2338
|
-
}
|
|
2339
|
-
exports.ListScenesResponseBody = ListScenesResponseBody;
|
|
2340
|
-
class ListScenesResponse extends $tea.Model {
|
|
2341
|
-
constructor(map) {
|
|
2342
|
-
super(map);
|
|
2343
|
-
}
|
|
2344
|
-
static names() {
|
|
2345
|
-
return {
|
|
2346
|
-
headers: 'headers',
|
|
2347
|
-
body: 'body',
|
|
2348
|
-
};
|
|
2349
|
-
}
|
|
2350
|
-
static types() {
|
|
2351
|
-
return {
|
|
2352
|
-
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2353
|
-
body: ListScenesResponseBody,
|
|
2354
|
-
};
|
|
2355
|
-
}
|
|
2356
|
-
}
|
|
2357
|
-
exports.ListScenesResponse = ListScenesResponse;
|
|
2358
2030
|
class ListSubSceneRequest extends $tea.Model {
|
|
2359
2031
|
constructor(map) {
|
|
2360
2032
|
super(map);
|
|
@@ -3544,135 +3216,325 @@ class UpdateSceneResponse extends $tea.Model {
|
|
|
3544
3216
|
};
|
|
3545
3217
|
}
|
|
3546
3218
|
}
|
|
3547
|
-
exports.UpdateSceneResponse = UpdateSceneResponse;
|
|
3548
|
-
class UpdateSubSceneRequest extends $tea.Model {
|
|
3219
|
+
exports.UpdateSceneResponse = UpdateSceneResponse;
|
|
3220
|
+
class UpdateSubSceneRequest extends $tea.Model {
|
|
3221
|
+
constructor(map) {
|
|
3222
|
+
super(map);
|
|
3223
|
+
}
|
|
3224
|
+
static names() {
|
|
3225
|
+
return {
|
|
3226
|
+
id: 'Id',
|
|
3227
|
+
name: 'Name',
|
|
3228
|
+
};
|
|
3229
|
+
}
|
|
3230
|
+
static types() {
|
|
3231
|
+
return {
|
|
3232
|
+
id: 'string',
|
|
3233
|
+
name: 'string',
|
|
3234
|
+
};
|
|
3235
|
+
}
|
|
3236
|
+
}
|
|
3237
|
+
exports.UpdateSubSceneRequest = UpdateSubSceneRequest;
|
|
3238
|
+
class UpdateSubSceneResponseBody extends $tea.Model {
|
|
3239
|
+
constructor(map) {
|
|
3240
|
+
super(map);
|
|
3241
|
+
}
|
|
3242
|
+
static names() {
|
|
3243
|
+
return {
|
|
3244
|
+
code: 'Code',
|
|
3245
|
+
message: 'Message',
|
|
3246
|
+
requestId: 'RequestId',
|
|
3247
|
+
success: 'Success',
|
|
3248
|
+
};
|
|
3249
|
+
}
|
|
3250
|
+
static types() {
|
|
3251
|
+
return {
|
|
3252
|
+
code: 'number',
|
|
3253
|
+
message: 'string',
|
|
3254
|
+
requestId: 'string',
|
|
3255
|
+
success: 'boolean',
|
|
3256
|
+
};
|
|
3257
|
+
}
|
|
3258
|
+
}
|
|
3259
|
+
exports.UpdateSubSceneResponseBody = UpdateSubSceneResponseBody;
|
|
3260
|
+
class UpdateSubSceneResponse extends $tea.Model {
|
|
3261
|
+
constructor(map) {
|
|
3262
|
+
super(map);
|
|
3263
|
+
}
|
|
3264
|
+
static names() {
|
|
3265
|
+
return {
|
|
3266
|
+
headers: 'headers',
|
|
3267
|
+
body: 'body',
|
|
3268
|
+
};
|
|
3269
|
+
}
|
|
3270
|
+
static types() {
|
|
3271
|
+
return {
|
|
3272
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3273
|
+
body: UpdateSubSceneResponseBody,
|
|
3274
|
+
};
|
|
3275
|
+
}
|
|
3276
|
+
}
|
|
3277
|
+
exports.UpdateSubSceneResponse = UpdateSubSceneResponse;
|
|
3278
|
+
class AddRoomPlanResponseBodyData extends $tea.Model {
|
|
3279
|
+
constructor(map) {
|
|
3280
|
+
super(map);
|
|
3281
|
+
}
|
|
3282
|
+
static names() {
|
|
3283
|
+
return {
|
|
3284
|
+
accessId: 'AccessId',
|
|
3285
|
+
callback: 'Callback',
|
|
3286
|
+
dir: 'Dir',
|
|
3287
|
+
expire: 'Expire',
|
|
3288
|
+
host: 'Host',
|
|
3289
|
+
policy: 'Policy',
|
|
3290
|
+
signature: 'Signature',
|
|
3291
|
+
};
|
|
3292
|
+
}
|
|
3293
|
+
static types() {
|
|
3294
|
+
return {
|
|
3295
|
+
accessId: 'string',
|
|
3296
|
+
callback: 'string',
|
|
3297
|
+
dir: 'string',
|
|
3298
|
+
expire: 'string',
|
|
3299
|
+
host: 'string',
|
|
3300
|
+
policy: 'string',
|
|
3301
|
+
signature: 'string',
|
|
3302
|
+
};
|
|
3303
|
+
}
|
|
3304
|
+
}
|
|
3305
|
+
exports.AddRoomPlanResponseBodyData = AddRoomPlanResponseBodyData;
|
|
3306
|
+
class GetConnDataResponseBodyList extends $tea.Model {
|
|
3307
|
+
constructor(map) {
|
|
3308
|
+
super(map);
|
|
3309
|
+
}
|
|
3310
|
+
static names() {
|
|
3311
|
+
return {
|
|
3312
|
+
id: 'Id',
|
|
3313
|
+
mapId: 'MapId',
|
|
3314
|
+
type: 'Type',
|
|
3315
|
+
};
|
|
3316
|
+
}
|
|
3317
|
+
static types() {
|
|
3318
|
+
return {
|
|
3319
|
+
id: 'string',
|
|
3320
|
+
mapId: 'string',
|
|
3321
|
+
type: 'string',
|
|
3322
|
+
};
|
|
3323
|
+
}
|
|
3324
|
+
}
|
|
3325
|
+
exports.GetConnDataResponseBodyList = GetConnDataResponseBodyList;
|
|
3326
|
+
class GetHotspotSceneDataResponseBodyData extends $tea.Model {
|
|
3327
|
+
constructor(map) {
|
|
3328
|
+
super(map);
|
|
3329
|
+
}
|
|
3330
|
+
static names() {
|
|
3331
|
+
return {
|
|
3332
|
+
modelToken: 'ModelToken',
|
|
3333
|
+
previewData: 'PreviewData',
|
|
3334
|
+
previewToken: 'PreviewToken',
|
|
3335
|
+
sceneType: 'SceneType',
|
|
3336
|
+
};
|
|
3337
|
+
}
|
|
3338
|
+
static types() {
|
|
3339
|
+
return {
|
|
3340
|
+
modelToken: 'string',
|
|
3341
|
+
previewData: 'string',
|
|
3342
|
+
previewToken: 'string',
|
|
3343
|
+
sceneType: 'string',
|
|
3344
|
+
};
|
|
3345
|
+
}
|
|
3346
|
+
}
|
|
3347
|
+
exports.GetHotspotSceneDataResponseBodyData = GetHotspotSceneDataResponseBodyData;
|
|
3348
|
+
class GetScenePreviewDataResponseBodyDataModelPanoListPosition extends $tea.Model {
|
|
3349
|
+
constructor(map) {
|
|
3350
|
+
super(map);
|
|
3351
|
+
}
|
|
3352
|
+
static names() {
|
|
3353
|
+
return {
|
|
3354
|
+
rotation: 'Rotation',
|
|
3355
|
+
spot: 'Spot',
|
|
3356
|
+
viewpoint: 'Viewpoint',
|
|
3357
|
+
};
|
|
3358
|
+
}
|
|
3359
|
+
static types() {
|
|
3360
|
+
return {
|
|
3361
|
+
rotation: { 'type': 'array', 'itemType': 'number' },
|
|
3362
|
+
spot: { 'type': 'array', 'itemType': 'number' },
|
|
3363
|
+
viewpoint: { 'type': 'array', 'itemType': 'number' },
|
|
3364
|
+
};
|
|
3365
|
+
}
|
|
3366
|
+
}
|
|
3367
|
+
exports.GetScenePreviewDataResponseBodyDataModelPanoListPosition = GetScenePreviewDataResponseBodyDataModelPanoListPosition;
|
|
3368
|
+
class GetScenePreviewDataResponseBodyDataModelPanoList extends $tea.Model {
|
|
3549
3369
|
constructor(map) {
|
|
3550
3370
|
super(map);
|
|
3551
3371
|
}
|
|
3552
3372
|
static names() {
|
|
3553
3373
|
return {
|
|
3374
|
+
curRoomPicList: 'CurRoomPicList',
|
|
3375
|
+
enabled: 'Enabled',
|
|
3376
|
+
floorIdx: 'FloorIdx',
|
|
3554
3377
|
id: 'Id',
|
|
3555
|
-
|
|
3378
|
+
mainImage: 'MainImage',
|
|
3379
|
+
neighbours: 'Neighbours',
|
|
3380
|
+
position: 'Position',
|
|
3381
|
+
rawName: 'RawName',
|
|
3382
|
+
resource: 'Resource',
|
|
3383
|
+
roomIdx: 'RoomIdx',
|
|
3384
|
+
subSceneId: 'SubSceneId',
|
|
3385
|
+
token: 'Token',
|
|
3386
|
+
virtualId: 'VirtualId',
|
|
3387
|
+
virtualName: 'VirtualName',
|
|
3556
3388
|
};
|
|
3557
3389
|
}
|
|
3558
3390
|
static types() {
|
|
3559
3391
|
return {
|
|
3392
|
+
curRoomPicList: { 'type': 'array', 'itemType': 'string' },
|
|
3393
|
+
enabled: 'boolean',
|
|
3394
|
+
floorIdx: 'string',
|
|
3560
3395
|
id: 'string',
|
|
3561
|
-
|
|
3396
|
+
mainImage: 'boolean',
|
|
3397
|
+
neighbours: { 'type': 'array', 'itemType': 'string' },
|
|
3398
|
+
position: GetScenePreviewDataResponseBodyDataModelPanoListPosition,
|
|
3399
|
+
rawName: 'string',
|
|
3400
|
+
resource: 'string',
|
|
3401
|
+
roomIdx: 'string',
|
|
3402
|
+
subSceneId: 'string',
|
|
3403
|
+
token: 'string',
|
|
3404
|
+
virtualId: 'string',
|
|
3405
|
+
virtualName: 'string',
|
|
3562
3406
|
};
|
|
3563
3407
|
}
|
|
3564
3408
|
}
|
|
3565
|
-
exports.
|
|
3566
|
-
class
|
|
3409
|
+
exports.GetScenePreviewDataResponseBodyDataModelPanoList = GetScenePreviewDataResponseBodyDataModelPanoList;
|
|
3410
|
+
class GetScenePreviewDataResponseBodyDataModel extends $tea.Model {
|
|
3567
3411
|
constructor(map) {
|
|
3568
3412
|
super(map);
|
|
3569
3413
|
}
|
|
3570
3414
|
static names() {
|
|
3571
3415
|
return {
|
|
3572
|
-
|
|
3573
|
-
|
|
3574
|
-
|
|
3575
|
-
|
|
3416
|
+
modelPath: 'ModelPath',
|
|
3417
|
+
panoList: 'PanoList',
|
|
3418
|
+
textureModelPath: 'TextureModelPath',
|
|
3419
|
+
texturePanoPath: 'TexturePanoPath',
|
|
3576
3420
|
};
|
|
3577
3421
|
}
|
|
3578
3422
|
static types() {
|
|
3579
3423
|
return {
|
|
3580
|
-
|
|
3581
|
-
|
|
3582
|
-
|
|
3583
|
-
|
|
3424
|
+
modelPath: 'string',
|
|
3425
|
+
panoList: { 'type': 'array', 'itemType': GetScenePreviewDataResponseBodyDataModelPanoList },
|
|
3426
|
+
textureModelPath: 'string',
|
|
3427
|
+
texturePanoPath: 'string',
|
|
3584
3428
|
};
|
|
3585
3429
|
}
|
|
3586
3430
|
}
|
|
3587
|
-
exports.
|
|
3588
|
-
class
|
|
3431
|
+
exports.GetScenePreviewDataResponseBodyDataModel = GetScenePreviewDataResponseBodyDataModel;
|
|
3432
|
+
class GetScenePreviewDataResponseBodyDataTagsConfigButtonConfig extends $tea.Model {
|
|
3589
3433
|
constructor(map) {
|
|
3590
3434
|
super(map);
|
|
3591
3435
|
}
|
|
3592
3436
|
static names() {
|
|
3593
3437
|
return {
|
|
3594
|
-
|
|
3595
|
-
|
|
3438
|
+
customText: 'CustomText',
|
|
3439
|
+
type: 'Type',
|
|
3596
3440
|
};
|
|
3597
3441
|
}
|
|
3598
3442
|
static types() {
|
|
3599
3443
|
return {
|
|
3600
|
-
|
|
3601
|
-
|
|
3444
|
+
customText: 'string',
|
|
3445
|
+
type: 'string',
|
|
3602
3446
|
};
|
|
3603
3447
|
}
|
|
3604
3448
|
}
|
|
3605
|
-
exports.
|
|
3606
|
-
class
|
|
3449
|
+
exports.GetScenePreviewDataResponseBodyDataTagsConfigButtonConfig = GetScenePreviewDataResponseBodyDataTagsConfigButtonConfig;
|
|
3450
|
+
class GetScenePreviewDataResponseBodyDataTagsConfig extends $tea.Model {
|
|
3607
3451
|
constructor(map) {
|
|
3608
3452
|
super(map);
|
|
3609
3453
|
}
|
|
3610
3454
|
static names() {
|
|
3611
3455
|
return {
|
|
3612
|
-
|
|
3613
|
-
|
|
3614
|
-
|
|
3615
|
-
|
|
3616
|
-
|
|
3617
|
-
|
|
3618
|
-
|
|
3456
|
+
backgroundColor: 'BackgroundColor',
|
|
3457
|
+
buttonConfig: 'ButtonConfig',
|
|
3458
|
+
content: 'Content',
|
|
3459
|
+
formImgSize: 'FormImgSize',
|
|
3460
|
+
formJumpType: 'FormJumpType',
|
|
3461
|
+
formSelectImgType: 'FormSelectImgType',
|
|
3462
|
+
images: 'Images',
|
|
3463
|
+
isTagVisibleBy3d: 'IsTagVisibleBy3d',
|
|
3464
|
+
link: 'Link',
|
|
3465
|
+
panoId: 'PanoId',
|
|
3466
|
+
position: 'Position',
|
|
3467
|
+
positionPanoCube: 'PositionPanoCube',
|
|
3468
|
+
relatedPanoIds: 'RelatedPanoIds',
|
|
3469
|
+
sceneId: 'SceneId',
|
|
3470
|
+
title: 'Title',
|
|
3471
|
+
video: 'Video',
|
|
3619
3472
|
};
|
|
3620
3473
|
}
|
|
3621
3474
|
static types() {
|
|
3622
3475
|
return {
|
|
3623
|
-
|
|
3624
|
-
|
|
3625
|
-
|
|
3626
|
-
|
|
3627
|
-
|
|
3628
|
-
|
|
3629
|
-
|
|
3476
|
+
backgroundColor: 'string',
|
|
3477
|
+
buttonConfig: GetScenePreviewDataResponseBodyDataTagsConfigButtonConfig,
|
|
3478
|
+
content: 'string',
|
|
3479
|
+
formImgSize: { 'type': 'array', 'itemType': 'number' },
|
|
3480
|
+
formJumpType: 'boolean',
|
|
3481
|
+
formSelectImgType: 'string',
|
|
3482
|
+
images: { 'type': 'array', 'itemType': 'string' },
|
|
3483
|
+
isTagVisibleBy3d: 'boolean',
|
|
3484
|
+
link: 'string',
|
|
3485
|
+
panoId: 'string',
|
|
3486
|
+
position: { 'type': 'array', 'itemType': 'number' },
|
|
3487
|
+
positionPanoCube: { 'type': 'array', 'itemType': 'number' },
|
|
3488
|
+
relatedPanoIds: { 'type': 'array', 'itemType': 'string' },
|
|
3489
|
+
sceneId: 'number',
|
|
3490
|
+
title: 'string',
|
|
3491
|
+
video: 'string',
|
|
3630
3492
|
};
|
|
3631
3493
|
}
|
|
3632
3494
|
}
|
|
3633
|
-
exports.
|
|
3634
|
-
class
|
|
3495
|
+
exports.GetScenePreviewDataResponseBodyDataTagsConfig = GetScenePreviewDataResponseBodyDataTagsConfig;
|
|
3496
|
+
class GetScenePreviewDataResponseBodyDataTags extends $tea.Model {
|
|
3635
3497
|
constructor(map) {
|
|
3636
3498
|
super(map);
|
|
3637
3499
|
}
|
|
3638
3500
|
static names() {
|
|
3639
3501
|
return {
|
|
3502
|
+
config: 'Config',
|
|
3640
3503
|
id: 'Id',
|
|
3641
|
-
|
|
3504
|
+
position: 'Position',
|
|
3505
|
+
positionPanoCube: 'PositionPanoCube',
|
|
3642
3506
|
type: 'Type',
|
|
3643
3507
|
};
|
|
3644
3508
|
}
|
|
3645
3509
|
static types() {
|
|
3646
3510
|
return {
|
|
3511
|
+
config: GetScenePreviewDataResponseBodyDataTagsConfig,
|
|
3647
3512
|
id: 'string',
|
|
3648
|
-
|
|
3513
|
+
position: { 'type': 'array', 'itemType': 'number' },
|
|
3514
|
+
positionPanoCube: { 'type': 'array', 'itemType': 'number' },
|
|
3649
3515
|
type: 'string',
|
|
3650
3516
|
};
|
|
3651
3517
|
}
|
|
3652
3518
|
}
|
|
3653
|
-
exports.
|
|
3654
|
-
class
|
|
3519
|
+
exports.GetScenePreviewDataResponseBodyDataTags = GetScenePreviewDataResponseBodyDataTags;
|
|
3520
|
+
class GetScenePreviewDataResponseBodyData extends $tea.Model {
|
|
3655
3521
|
constructor(map) {
|
|
3656
3522
|
super(map);
|
|
3657
3523
|
}
|
|
3658
3524
|
static names() {
|
|
3659
3525
|
return {
|
|
3660
|
-
|
|
3661
|
-
|
|
3662
|
-
previewToken: 'PreviewToken',
|
|
3663
|
-
sceneType: 'SceneType',
|
|
3526
|
+
model: 'Model',
|
|
3527
|
+
tags: 'Tags',
|
|
3664
3528
|
};
|
|
3665
3529
|
}
|
|
3666
3530
|
static types() {
|
|
3667
3531
|
return {
|
|
3668
|
-
|
|
3669
|
-
|
|
3670
|
-
previewToken: 'string',
|
|
3671
|
-
sceneType: 'string',
|
|
3532
|
+
model: GetScenePreviewDataResponseBodyDataModel,
|
|
3533
|
+
tags: { 'type': 'array', 'itemType': GetScenePreviewDataResponseBodyDataTags },
|
|
3672
3534
|
};
|
|
3673
3535
|
}
|
|
3674
3536
|
}
|
|
3675
|
-
exports.
|
|
3537
|
+
exports.GetScenePreviewDataResponseBodyData = GetScenePreviewDataResponseBodyData;
|
|
3676
3538
|
class GetScenePreviewInfoResponseBodyData extends $tea.Model {
|
|
3677
3539
|
constructor(map) {
|
|
3678
3540
|
super(map);
|
|
@@ -3803,22 +3665,6 @@ class ListSceneResponseBodyList extends $tea.Model {
|
|
|
3803
3665
|
}
|
|
3804
3666
|
}
|
|
3805
3667
|
exports.ListSceneResponseBodyList = ListSceneResponseBodyList;
|
|
3806
|
-
class ListScenesResponseBodyData extends $tea.Model {
|
|
3807
|
-
constructor(map) {
|
|
3808
|
-
super(map);
|
|
3809
|
-
}
|
|
3810
|
-
static names() {
|
|
3811
|
-
return {
|
|
3812
|
-
sceneId: 'SceneId',
|
|
3813
|
-
};
|
|
3814
|
-
}
|
|
3815
|
-
static types() {
|
|
3816
|
-
return {
|
|
3817
|
-
sceneId: 'string',
|
|
3818
|
-
};
|
|
3819
|
-
}
|
|
3820
|
-
}
|
|
3821
|
-
exports.ListScenesResponseBodyData = ListScenesResponseBodyData;
|
|
3822
3668
|
class ListSubSceneResponseBodyList extends $tea.Model {
|
|
3823
3669
|
constructor(map) {
|
|
3824
3670
|
super(map);
|
|
@@ -4059,178 +3905,17 @@ class Client extends openapi_client_1.default {
|
|
|
4059
3905
|
let runtime = new $Util.RuntimeOptions({});
|
|
4060
3906
|
return await this.addSubSceneWithOptions(request, runtime);
|
|
4061
3907
|
}
|
|
4062
|
-
async
|
|
4063
|
-
tea_util_1.default.validateModel(request);
|
|
4064
|
-
let query = {};
|
|
4065
|
-
if (!tea_util_1.default.isUnset(request.bid)) {
|
|
4066
|
-
query["Bid"] = request.bid;
|
|
4067
|
-
}
|
|
4068
|
-
if (!tea_util_1.default.isUnset(request.country)) {
|
|
4069
|
-
query["Country"] = request.country;
|
|
4070
|
-
}
|
|
4071
|
-
if (!tea_util_1.default.isUnset(request.gmtWakeup)) {
|
|
4072
|
-
query["GmtWakeup"] = request.gmtWakeup;
|
|
4073
|
-
}
|
|
4074
|
-
if (!tea_util_1.default.isUnset(request.hid)) {
|
|
4075
|
-
query["Hid"] = request.hid;
|
|
4076
|
-
}
|
|
4077
|
-
if (!tea_util_1.default.isUnset(request.interrupt)) {
|
|
4078
|
-
query["Interrupt"] = request.interrupt;
|
|
4079
|
-
}
|
|
4080
|
-
if (!tea_util_1.default.isUnset(request.invoker)) {
|
|
4081
|
-
query["Invoker"] = request.invoker;
|
|
4082
|
-
}
|
|
4083
|
-
if (!tea_util_1.default.isUnset(request.level)) {
|
|
4084
|
-
query["Level"] = request.level;
|
|
4085
|
-
}
|
|
4086
|
-
if (!tea_util_1.default.isUnset(request.message)) {
|
|
4087
|
-
query["Message"] = request.message;
|
|
4088
|
-
}
|
|
4089
|
-
if (!tea_util_1.default.isUnset(request.pk)) {
|
|
4090
|
-
query["Pk"] = request.pk;
|
|
4091
|
-
}
|
|
4092
|
-
if (!tea_util_1.default.isUnset(request.prompt)) {
|
|
4093
|
-
query["Prompt"] = request.prompt;
|
|
4094
|
-
}
|
|
4095
|
-
if (!tea_util_1.default.isUnset(request.success)) {
|
|
4096
|
-
query["Success"] = request.success;
|
|
4097
|
-
}
|
|
4098
|
-
if (!tea_util_1.default.isUnset(request.taskExtraData)) {
|
|
4099
|
-
query["TaskExtraData"] = request.taskExtraData;
|
|
4100
|
-
}
|
|
4101
|
-
if (!tea_util_1.default.isUnset(request.taskIdentifier)) {
|
|
4102
|
-
query["TaskIdentifier"] = request.taskIdentifier;
|
|
4103
|
-
}
|
|
4104
|
-
if (!tea_util_1.default.isUnset(request.url)) {
|
|
4105
|
-
query["Url"] = request.url;
|
|
4106
|
-
}
|
|
4107
|
-
let req = new $OpenApi.OpenApiRequest({
|
|
4108
|
-
query: openapi_util_1.default.query(query),
|
|
4109
|
-
});
|
|
4110
|
-
let params = new $OpenApi.Params({
|
|
4111
|
-
action: "CheckResource",
|
|
4112
|
-
version: "2020-01-01",
|
|
4113
|
-
protocol: "HTTPS",
|
|
4114
|
-
pathname: "/",
|
|
4115
|
-
method: "POST",
|
|
4116
|
-
authType: "AK",
|
|
4117
|
-
style: "RPC",
|
|
4118
|
-
reqBodyType: "formData",
|
|
4119
|
-
bodyType: "json",
|
|
4120
|
-
});
|
|
4121
|
-
return $tea.cast(await this.callApi(params, req, runtime), new CheckResourceResponse({}));
|
|
4122
|
-
}
|
|
4123
|
-
async checkResource(request) {
|
|
4124
|
-
let runtime = new $Util.RuntimeOptions({});
|
|
4125
|
-
return await this.checkResourceWithOptions(request, runtime);
|
|
4126
|
-
}
|
|
4127
|
-
async createProjectWithOptions(request, runtime) {
|
|
4128
|
-
tea_util_1.default.validateModel(request);
|
|
4129
|
-
let query = {};
|
|
4130
|
-
if (!tea_util_1.default.isUnset(request.builderUserIdList)) {
|
|
4131
|
-
query["BuilderUserIdList"] = request.builderUserIdList;
|
|
4132
|
-
}
|
|
4133
|
-
if (!tea_util_1.default.isUnset(request.businessId)) {
|
|
4134
|
-
query["BusinessId"] = request.businessId;
|
|
4135
|
-
}
|
|
4136
|
-
if (!tea_util_1.default.isUnset(request.businessUserIdList)) {
|
|
4137
|
-
query["BusinessUserIdList"] = request.businessUserIdList;
|
|
4138
|
-
}
|
|
4139
|
-
if (!tea_util_1.default.isUnset(request.gatherUserIdList)) {
|
|
4140
|
-
query["GatherUserIdList"] = request.gatherUserIdList;
|
|
4141
|
-
}
|
|
4142
|
-
if (!tea_util_1.default.isUnset(request.name)) {
|
|
4143
|
-
query["Name"] = request.name;
|
|
4144
|
-
}
|
|
4145
|
-
let req = new $OpenApi.OpenApiRequest({
|
|
4146
|
-
query: openapi_util_1.default.query(query),
|
|
4147
|
-
});
|
|
4148
|
-
let params = new $OpenApi.Params({
|
|
4149
|
-
action: "CreateProject",
|
|
4150
|
-
version: "2020-01-01",
|
|
4151
|
-
protocol: "HTTPS",
|
|
4152
|
-
pathname: "/",
|
|
4153
|
-
method: "POST",
|
|
4154
|
-
authType: "AK",
|
|
4155
|
-
style: "RPC",
|
|
4156
|
-
reqBodyType: "formData",
|
|
4157
|
-
bodyType: "json",
|
|
4158
|
-
});
|
|
4159
|
-
return $tea.cast(await this.callApi(params, req, runtime), new CreateProjectResponse({}));
|
|
4160
|
-
}
|
|
4161
|
-
async createProject(request) {
|
|
4162
|
-
let runtime = new $Util.RuntimeOptions({});
|
|
4163
|
-
return await this.createProjectWithOptions(request, runtime);
|
|
4164
|
-
}
|
|
4165
|
-
async createSceneWithOptions(request, runtime) {
|
|
4166
|
-
tea_util_1.default.validateModel(request);
|
|
4167
|
-
let query = {};
|
|
4168
|
-
if (!tea_util_1.default.isUnset(request.name)) {
|
|
4169
|
-
query["Name"] = request.name;
|
|
4170
|
-
}
|
|
4171
|
-
if (!tea_util_1.default.isUnset(request.projectId)) {
|
|
4172
|
-
query["ProjectId"] = request.projectId;
|
|
4173
|
-
}
|
|
4174
|
-
let req = new $OpenApi.OpenApiRequest({
|
|
4175
|
-
query: openapi_util_1.default.query(query),
|
|
4176
|
-
});
|
|
4177
|
-
let params = new $OpenApi.Params({
|
|
4178
|
-
action: "CreateScene",
|
|
4179
|
-
version: "2020-01-01",
|
|
4180
|
-
protocol: "HTTPS",
|
|
4181
|
-
pathname: "/",
|
|
4182
|
-
method: "POST",
|
|
4183
|
-
authType: "AK",
|
|
4184
|
-
style: "RPC",
|
|
4185
|
-
reqBodyType: "formData",
|
|
4186
|
-
bodyType: "json",
|
|
4187
|
-
});
|
|
4188
|
-
return $tea.cast(await this.callApi(params, req, runtime), new CreateSceneResponse({}));
|
|
4189
|
-
}
|
|
4190
|
-
async createScene(request) {
|
|
4191
|
-
let runtime = new $Util.RuntimeOptions({});
|
|
4192
|
-
return await this.createSceneWithOptions(request, runtime);
|
|
4193
|
-
}
|
|
4194
|
-
async deleteFileWithOptions(request, runtime) {
|
|
4195
|
-
tea_util_1.default.validateModel(request);
|
|
4196
|
-
let query = {};
|
|
4197
|
-
if (!tea_util_1.default.isUnset(request.paramFile)) {
|
|
4198
|
-
query["ParamFile"] = request.paramFile;
|
|
4199
|
-
}
|
|
4200
|
-
if (!tea_util_1.default.isUnset(request.subSceneUuid)) {
|
|
4201
|
-
query["SubSceneUuid"] = request.subSceneUuid;
|
|
4202
|
-
}
|
|
4203
|
-
let req = new $OpenApi.OpenApiRequest({
|
|
4204
|
-
query: openapi_util_1.default.query(query),
|
|
4205
|
-
});
|
|
4206
|
-
let params = new $OpenApi.Params({
|
|
4207
|
-
action: "DeleteFile",
|
|
4208
|
-
version: "2020-01-01",
|
|
4209
|
-
protocol: "HTTPS",
|
|
4210
|
-
pathname: "/",
|
|
4211
|
-
method: "POST",
|
|
4212
|
-
authType: "AK",
|
|
4213
|
-
style: "RPC",
|
|
4214
|
-
reqBodyType: "formData",
|
|
4215
|
-
bodyType: "json",
|
|
4216
|
-
});
|
|
4217
|
-
return $tea.cast(await this.callApi(params, req, runtime), new DeleteFileResponse({}));
|
|
4218
|
-
}
|
|
4219
|
-
async deleteFile(request) {
|
|
4220
|
-
let runtime = new $Util.RuntimeOptions({});
|
|
4221
|
-
return await this.deleteFileWithOptions(request, runtime);
|
|
4222
|
-
}
|
|
4223
|
-
async deleteProjectWithOptions(request, runtime) {
|
|
3908
|
+
async checkUserPropertyWithOptions(request, runtime) {
|
|
4224
3909
|
tea_util_1.default.validateModel(request);
|
|
4225
3910
|
let query = {};
|
|
4226
|
-
if (!tea_util_1.default.isUnset(request.
|
|
4227
|
-
query["
|
|
3911
|
+
if (!tea_util_1.default.isUnset(request.uid)) {
|
|
3912
|
+
query["Uid"] = request.uid;
|
|
4228
3913
|
}
|
|
4229
3914
|
let req = new $OpenApi.OpenApiRequest({
|
|
4230
3915
|
query: openapi_util_1.default.query(query),
|
|
4231
3916
|
});
|
|
4232
3917
|
let params = new $OpenApi.Params({
|
|
4233
|
-
action: "
|
|
3918
|
+
action: "CheckUserProperty",
|
|
4234
3919
|
version: "2020-01-01",
|
|
4235
3920
|
protocol: "HTTPS",
|
|
4236
3921
|
pathname: "/",
|
|
@@ -4240,11 +3925,11 @@ class Client extends openapi_client_1.default {
|
|
|
4240
3925
|
reqBodyType: "formData",
|
|
4241
3926
|
bodyType: "json",
|
|
4242
3927
|
});
|
|
4243
|
-
return $tea.cast(await this.callApi(params, req, runtime), new
|
|
3928
|
+
return $tea.cast(await this.callApi(params, req, runtime), new CheckUserPropertyResponse({}));
|
|
4244
3929
|
}
|
|
4245
|
-
async
|
|
3930
|
+
async checkUserProperty(request) {
|
|
4246
3931
|
let runtime = new $Util.RuntimeOptions({});
|
|
4247
|
-
return await this.
|
|
3932
|
+
return await this.checkUserPropertyWithOptions(request, runtime);
|
|
4248
3933
|
}
|
|
4249
3934
|
async detailProjectWithOptions(request, runtime) {
|
|
4250
3935
|
tea_util_1.default.validateModel(request);
|
|
@@ -4614,20 +4299,17 @@ class Client extends openapi_client_1.default {
|
|
|
4614
4299
|
let runtime = new $Util.RuntimeOptions({});
|
|
4615
4300
|
return await this.getOssPolicyWithOptions(request, runtime);
|
|
4616
4301
|
}
|
|
4617
|
-
async
|
|
4302
|
+
async getRectifyImageWithOptions(request, runtime) {
|
|
4618
4303
|
tea_util_1.default.validateModel(request);
|
|
4619
4304
|
let query = {};
|
|
4620
|
-
if (!tea_util_1.default.isUnset(request.
|
|
4621
|
-
query["
|
|
4622
|
-
}
|
|
4623
|
-
if (!tea_util_1.default.isUnset(request.type)) {
|
|
4624
|
-
query["Type"] = request.type;
|
|
4305
|
+
if (!tea_util_1.default.isUnset(request.subSceneId)) {
|
|
4306
|
+
query["SubSceneId"] = request.subSceneId;
|
|
4625
4307
|
}
|
|
4626
4308
|
let req = new $OpenApi.OpenApiRequest({
|
|
4627
4309
|
query: openapi_util_1.default.query(query),
|
|
4628
4310
|
});
|
|
4629
4311
|
let params = new $OpenApi.Params({
|
|
4630
|
-
action: "
|
|
4312
|
+
action: "GetRectifyImage",
|
|
4631
4313
|
version: "2020-01-01",
|
|
4632
4314
|
protocol: "HTTPS",
|
|
4633
4315
|
pathname: "/",
|
|
@@ -4637,23 +4319,23 @@ class Client extends openapi_client_1.default {
|
|
|
4637
4319
|
reqBodyType: "formData",
|
|
4638
4320
|
bodyType: "json",
|
|
4639
4321
|
});
|
|
4640
|
-
return $tea.cast(await this.callApi(params, req, runtime), new
|
|
4322
|
+
return $tea.cast(await this.callApi(params, req, runtime), new GetRectifyImageResponse({}));
|
|
4641
4323
|
}
|
|
4642
|
-
async
|
|
4324
|
+
async getRectifyImage(request) {
|
|
4643
4325
|
let runtime = new $Util.RuntimeOptions({});
|
|
4644
|
-
return await this.
|
|
4326
|
+
return await this.getRectifyImageWithOptions(request, runtime);
|
|
4645
4327
|
}
|
|
4646
|
-
async
|
|
4328
|
+
async getSceneBuildTaskStatusWithOptions(request, runtime) {
|
|
4647
4329
|
tea_util_1.default.validateModel(request);
|
|
4648
4330
|
let query = {};
|
|
4649
|
-
if (!tea_util_1.default.isUnset(request.
|
|
4650
|
-
query["
|
|
4331
|
+
if (!tea_util_1.default.isUnset(request.sceneId)) {
|
|
4332
|
+
query["SceneId"] = request.sceneId;
|
|
4651
4333
|
}
|
|
4652
4334
|
let req = new $OpenApi.OpenApiRequest({
|
|
4653
4335
|
query: openapi_util_1.default.query(query),
|
|
4654
4336
|
});
|
|
4655
4337
|
let params = new $OpenApi.Params({
|
|
4656
|
-
action: "
|
|
4338
|
+
action: "GetSceneBuildTaskStatus",
|
|
4657
4339
|
version: "2020-01-01",
|
|
4658
4340
|
protocol: "HTTPS",
|
|
4659
4341
|
pathname: "/",
|
|
@@ -4663,23 +4345,32 @@ class Client extends openapi_client_1.default {
|
|
|
4663
4345
|
reqBodyType: "formData",
|
|
4664
4346
|
bodyType: "json",
|
|
4665
4347
|
});
|
|
4666
|
-
return $tea.cast(await this.callApi(params, req, runtime), new
|
|
4348
|
+
return $tea.cast(await this.callApi(params, req, runtime), new GetSceneBuildTaskStatusResponse({}));
|
|
4667
4349
|
}
|
|
4668
|
-
async
|
|
4350
|
+
async getSceneBuildTaskStatus(request) {
|
|
4669
4351
|
let runtime = new $Util.RuntimeOptions({});
|
|
4670
|
-
return await this.
|
|
4352
|
+
return await this.getSceneBuildTaskStatusWithOptions(request, runtime);
|
|
4671
4353
|
}
|
|
4672
|
-
async
|
|
4354
|
+
async getScenePreviewDataWithOptions(request, runtime) {
|
|
4673
4355
|
tea_util_1.default.validateModel(request);
|
|
4674
4356
|
let query = {};
|
|
4675
|
-
if (!tea_util_1.default.isUnset(request.
|
|
4676
|
-
query["
|
|
4357
|
+
if (!tea_util_1.default.isUnset(request.domain)) {
|
|
4358
|
+
query["Domain"] = request.domain;
|
|
4359
|
+
}
|
|
4360
|
+
if (!tea_util_1.default.isUnset(request.enabled)) {
|
|
4361
|
+
query["Enabled"] = request.enabled;
|
|
4362
|
+
}
|
|
4363
|
+
if (!tea_util_1.default.isUnset(request.previewToken)) {
|
|
4364
|
+
query["PreviewToken"] = request.previewToken;
|
|
4365
|
+
}
|
|
4366
|
+
if (!tea_util_1.default.isUnset(request.showTag)) {
|
|
4367
|
+
query["ShowTag"] = request.showTag;
|
|
4677
4368
|
}
|
|
4678
4369
|
let req = new $OpenApi.OpenApiRequest({
|
|
4679
4370
|
query: openapi_util_1.default.query(query),
|
|
4680
4371
|
});
|
|
4681
4372
|
let params = new $OpenApi.Params({
|
|
4682
|
-
action: "
|
|
4373
|
+
action: "GetScenePreviewData",
|
|
4683
4374
|
version: "2020-01-01",
|
|
4684
4375
|
protocol: "HTTPS",
|
|
4685
4376
|
pathname: "/",
|
|
@@ -4689,11 +4380,11 @@ class Client extends openapi_client_1.default {
|
|
|
4689
4380
|
reqBodyType: "formData",
|
|
4690
4381
|
bodyType: "json",
|
|
4691
4382
|
});
|
|
4692
|
-
return $tea.cast(await this.callApi(params, req, runtime), new
|
|
4383
|
+
return $tea.cast(await this.callApi(params, req, runtime), new GetScenePreviewDataResponse({}));
|
|
4693
4384
|
}
|
|
4694
|
-
async
|
|
4385
|
+
async getScenePreviewData(request) {
|
|
4695
4386
|
let runtime = new $Util.RuntimeOptions({});
|
|
4696
|
-
return await this.
|
|
4387
|
+
return await this.getScenePreviewDataWithOptions(request, runtime);
|
|
4697
4388
|
}
|
|
4698
4389
|
async getScenePreviewInfoWithOptions(request, runtime) {
|
|
4699
4390
|
tea_util_1.default.validateModel(request);
|
|
@@ -4962,35 +4653,6 @@ class Client extends openapi_client_1.default {
|
|
|
4962
4653
|
let runtime = new $Util.RuntimeOptions({});
|
|
4963
4654
|
return await this.listSceneWithOptions(request, runtime);
|
|
4964
4655
|
}
|
|
4965
|
-
async listScenesWithOptions(request, runtime) {
|
|
4966
|
-
tea_util_1.default.validateModel(request);
|
|
4967
|
-
let query = {};
|
|
4968
|
-
if (!tea_util_1.default.isUnset(request.isPublishQuery)) {
|
|
4969
|
-
query["IsPublishQuery"] = request.isPublishQuery;
|
|
4970
|
-
}
|
|
4971
|
-
if (!tea_util_1.default.isUnset(request.projectId)) {
|
|
4972
|
-
query["ProjectId"] = request.projectId;
|
|
4973
|
-
}
|
|
4974
|
-
let req = new $OpenApi.OpenApiRequest({
|
|
4975
|
-
query: openapi_util_1.default.query(query),
|
|
4976
|
-
});
|
|
4977
|
-
let params = new $OpenApi.Params({
|
|
4978
|
-
action: "ListScenes",
|
|
4979
|
-
version: "2020-01-01",
|
|
4980
|
-
protocol: "HTTPS",
|
|
4981
|
-
pathname: "/",
|
|
4982
|
-
method: "POST",
|
|
4983
|
-
authType: "AK",
|
|
4984
|
-
style: "RPC",
|
|
4985
|
-
reqBodyType: "formData",
|
|
4986
|
-
bodyType: "json",
|
|
4987
|
-
});
|
|
4988
|
-
return $tea.cast(await this.callApi(params, req, runtime), new ListScenesResponse({}));
|
|
4989
|
-
}
|
|
4990
|
-
async listScenes(request) {
|
|
4991
|
-
let runtime = new $Util.RuntimeOptions({});
|
|
4992
|
-
return await this.listScenesWithOptions(request, runtime);
|
|
4993
|
-
}
|
|
4994
4656
|
async listSubSceneWithOptions(request, runtime) {
|
|
4995
4657
|
tea_util_1.default.validateModel(request);
|
|
4996
4658
|
let query = {};
|