@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/src/client.ts
CHANGED
|
@@ -303,11 +303,13 @@ export class AddRoomPlanResponse extends $tea.Model {
|
|
|
303
303
|
}
|
|
304
304
|
|
|
305
305
|
export class AddSceneRequest extends $tea.Model {
|
|
306
|
+
customerUid?: string;
|
|
306
307
|
name?: string;
|
|
307
308
|
projectId?: string;
|
|
308
309
|
type?: string;
|
|
309
310
|
static names(): { [key: string]: string } {
|
|
310
311
|
return {
|
|
312
|
+
customerUid: 'CustomerUid',
|
|
311
313
|
name: 'Name',
|
|
312
314
|
projectId: 'ProjectId',
|
|
313
315
|
type: 'Type',
|
|
@@ -316,6 +318,7 @@ export class AddSceneRequest extends $tea.Model {
|
|
|
316
318
|
|
|
317
319
|
static types(): { [key: string]: any } {
|
|
318
320
|
return {
|
|
321
|
+
customerUid: 'string',
|
|
319
322
|
name: 'string',
|
|
320
323
|
projectId: 'string',
|
|
321
324
|
type: 'string',
|
|
@@ -458,56 +461,17 @@ export class AddSubSceneResponse extends $tea.Model {
|
|
|
458
461
|
}
|
|
459
462
|
}
|
|
460
463
|
|
|
461
|
-
export class
|
|
462
|
-
|
|
463
|
-
country?: string;
|
|
464
|
-
gmtWakeup?: string;
|
|
465
|
-
hid?: number;
|
|
466
|
-
interrupt?: boolean;
|
|
467
|
-
invoker?: string;
|
|
468
|
-
level?: number;
|
|
469
|
-
message?: string;
|
|
470
|
-
pk?: string;
|
|
471
|
-
prompt?: string;
|
|
472
|
-
success?: boolean;
|
|
473
|
-
taskExtraData?: string;
|
|
474
|
-
taskIdentifier?: string;
|
|
475
|
-
url?: string;
|
|
464
|
+
export class CheckUserPropertyRequest extends $tea.Model {
|
|
465
|
+
uid?: string;
|
|
476
466
|
static names(): { [key: string]: string } {
|
|
477
467
|
return {
|
|
478
|
-
|
|
479
|
-
country: 'Country',
|
|
480
|
-
gmtWakeup: 'GmtWakeup',
|
|
481
|
-
hid: 'Hid',
|
|
482
|
-
interrupt: 'Interrupt',
|
|
483
|
-
invoker: 'Invoker',
|
|
484
|
-
level: 'Level',
|
|
485
|
-
message: 'Message',
|
|
486
|
-
pk: 'Pk',
|
|
487
|
-
prompt: 'Prompt',
|
|
488
|
-
success: 'Success',
|
|
489
|
-
taskExtraData: 'TaskExtraData',
|
|
490
|
-
taskIdentifier: 'TaskIdentifier',
|
|
491
|
-
url: 'Url',
|
|
468
|
+
uid: 'Uid',
|
|
492
469
|
};
|
|
493
470
|
}
|
|
494
471
|
|
|
495
472
|
static types(): { [key: string]: any } {
|
|
496
473
|
return {
|
|
497
|
-
|
|
498
|
-
country: 'string',
|
|
499
|
-
gmtWakeup: 'string',
|
|
500
|
-
hid: 'number',
|
|
501
|
-
interrupt: 'boolean',
|
|
502
|
-
invoker: 'string',
|
|
503
|
-
level: 'number',
|
|
504
|
-
message: 'string',
|
|
505
|
-
pk: 'string',
|
|
506
|
-
prompt: 'string',
|
|
507
|
-
success: 'boolean',
|
|
508
|
-
taskExtraData: 'string',
|
|
509
|
-
taskIdentifier: 'string',
|
|
510
|
-
url: 'string',
|
|
474
|
+
uid: 'string',
|
|
511
475
|
};
|
|
512
476
|
}
|
|
513
477
|
|
|
@@ -516,351 +480,27 @@ export class CheckResourceRequest extends $tea.Model {
|
|
|
516
480
|
}
|
|
517
481
|
}
|
|
518
482
|
|
|
519
|
-
export class
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
gmtWakeup?: string;
|
|
523
|
-
hid?: number;
|
|
524
|
-
interrupt?: boolean;
|
|
525
|
-
invoker?: string;
|
|
526
|
-
level?: number;
|
|
483
|
+
export class CheckUserPropertyResponseBody extends $tea.Model {
|
|
484
|
+
code?: number;
|
|
485
|
+
match?: boolean;
|
|
527
486
|
message?: string;
|
|
528
|
-
pk?: string;
|
|
529
|
-
prompt?: string;
|
|
530
487
|
requestId?: string;
|
|
531
488
|
success?: boolean;
|
|
532
|
-
taskExtraData?: string;
|
|
533
|
-
taskIdentifier?: string;
|
|
534
|
-
url?: string;
|
|
535
489
|
static names(): { [key: string]: string } {
|
|
536
490
|
return {
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
gmtWakeup: 'GmtWakeup',
|
|
540
|
-
hid: 'Hid',
|
|
541
|
-
interrupt: 'Interrupt',
|
|
542
|
-
invoker: 'Invoker',
|
|
543
|
-
level: 'Level',
|
|
491
|
+
code: 'Code',
|
|
492
|
+
match: 'Match',
|
|
544
493
|
message: 'Message',
|
|
545
|
-
pk: 'Pk',
|
|
546
|
-
prompt: 'Prompt',
|
|
547
494
|
requestId: 'RequestId',
|
|
548
495
|
success: 'Success',
|
|
549
|
-
taskExtraData: 'TaskExtraData',
|
|
550
|
-
taskIdentifier: 'TaskIdentifier',
|
|
551
|
-
url: 'Url',
|
|
552
496
|
};
|
|
553
497
|
}
|
|
554
498
|
|
|
555
499
|
static types(): { [key: string]: any } {
|
|
556
500
|
return {
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
gmtWakeup: 'string',
|
|
560
|
-
hid: 'number',
|
|
561
|
-
interrupt: 'boolean',
|
|
562
|
-
invoker: 'string',
|
|
563
|
-
level: 'number',
|
|
501
|
+
code: 'number',
|
|
502
|
+
match: 'boolean',
|
|
564
503
|
message: 'string',
|
|
565
|
-
pk: 'string',
|
|
566
|
-
prompt: 'string',
|
|
567
|
-
requestId: 'string',
|
|
568
|
-
success: 'boolean',
|
|
569
|
-
taskExtraData: 'string',
|
|
570
|
-
taskIdentifier: 'string',
|
|
571
|
-
url: 'string',
|
|
572
|
-
};
|
|
573
|
-
}
|
|
574
|
-
|
|
575
|
-
constructor(map?: { [key: string]: any }) {
|
|
576
|
-
super(map);
|
|
577
|
-
}
|
|
578
|
-
}
|
|
579
|
-
|
|
580
|
-
export class CheckResourceResponse extends $tea.Model {
|
|
581
|
-
headers: { [key: string]: string };
|
|
582
|
-
body: CheckResourceResponseBody;
|
|
583
|
-
static names(): { [key: string]: string } {
|
|
584
|
-
return {
|
|
585
|
-
headers: 'headers',
|
|
586
|
-
body: 'body',
|
|
587
|
-
};
|
|
588
|
-
}
|
|
589
|
-
|
|
590
|
-
static types(): { [key: string]: any } {
|
|
591
|
-
return {
|
|
592
|
-
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
593
|
-
body: CheckResourceResponseBody,
|
|
594
|
-
};
|
|
595
|
-
}
|
|
596
|
-
|
|
597
|
-
constructor(map?: { [key: string]: any }) {
|
|
598
|
-
super(map);
|
|
599
|
-
}
|
|
600
|
-
}
|
|
601
|
-
|
|
602
|
-
export class CreateProjectRequest extends $tea.Model {
|
|
603
|
-
builderUserIdList?: string;
|
|
604
|
-
businessId?: string;
|
|
605
|
-
businessUserIdList?: string;
|
|
606
|
-
gatherUserIdList?: string;
|
|
607
|
-
name?: string;
|
|
608
|
-
static names(): { [key: string]: string } {
|
|
609
|
-
return {
|
|
610
|
-
builderUserIdList: 'BuilderUserIdList',
|
|
611
|
-
businessId: 'BusinessId',
|
|
612
|
-
businessUserIdList: 'BusinessUserIdList',
|
|
613
|
-
gatherUserIdList: 'GatherUserIdList',
|
|
614
|
-
name: 'Name',
|
|
615
|
-
};
|
|
616
|
-
}
|
|
617
|
-
|
|
618
|
-
static types(): { [key: string]: any } {
|
|
619
|
-
return {
|
|
620
|
-
builderUserIdList: 'string',
|
|
621
|
-
businessId: 'string',
|
|
622
|
-
businessUserIdList: 'string',
|
|
623
|
-
gatherUserIdList: 'string',
|
|
624
|
-
name: 'string',
|
|
625
|
-
};
|
|
626
|
-
}
|
|
627
|
-
|
|
628
|
-
constructor(map?: { [key: string]: any }) {
|
|
629
|
-
super(map);
|
|
630
|
-
}
|
|
631
|
-
}
|
|
632
|
-
|
|
633
|
-
export class CreateProjectResponseBody extends $tea.Model {
|
|
634
|
-
errMessage?: string;
|
|
635
|
-
id?: number;
|
|
636
|
-
name?: string;
|
|
637
|
-
requestId?: string;
|
|
638
|
-
success?: boolean;
|
|
639
|
-
static names(): { [key: string]: string } {
|
|
640
|
-
return {
|
|
641
|
-
errMessage: 'ErrMessage',
|
|
642
|
-
id: 'Id',
|
|
643
|
-
name: 'Name',
|
|
644
|
-
requestId: 'RequestId',
|
|
645
|
-
success: 'Success',
|
|
646
|
-
};
|
|
647
|
-
}
|
|
648
|
-
|
|
649
|
-
static types(): { [key: string]: any } {
|
|
650
|
-
return {
|
|
651
|
-
errMessage: 'string',
|
|
652
|
-
id: 'number',
|
|
653
|
-
name: 'string',
|
|
654
|
-
requestId: 'string',
|
|
655
|
-
success: 'boolean',
|
|
656
|
-
};
|
|
657
|
-
}
|
|
658
|
-
|
|
659
|
-
constructor(map?: { [key: string]: any }) {
|
|
660
|
-
super(map);
|
|
661
|
-
}
|
|
662
|
-
}
|
|
663
|
-
|
|
664
|
-
export class CreateProjectResponse extends $tea.Model {
|
|
665
|
-
headers: { [key: string]: string };
|
|
666
|
-
body: CreateProjectResponseBody;
|
|
667
|
-
static names(): { [key: string]: string } {
|
|
668
|
-
return {
|
|
669
|
-
headers: 'headers',
|
|
670
|
-
body: 'body',
|
|
671
|
-
};
|
|
672
|
-
}
|
|
673
|
-
|
|
674
|
-
static types(): { [key: string]: any } {
|
|
675
|
-
return {
|
|
676
|
-
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
677
|
-
body: CreateProjectResponseBody,
|
|
678
|
-
};
|
|
679
|
-
}
|
|
680
|
-
|
|
681
|
-
constructor(map?: { [key: string]: any }) {
|
|
682
|
-
super(map);
|
|
683
|
-
}
|
|
684
|
-
}
|
|
685
|
-
|
|
686
|
-
export class CreateSceneRequest extends $tea.Model {
|
|
687
|
-
name?: string;
|
|
688
|
-
projectId?: string;
|
|
689
|
-
static names(): { [key: string]: string } {
|
|
690
|
-
return {
|
|
691
|
-
name: 'Name',
|
|
692
|
-
projectId: 'ProjectId',
|
|
693
|
-
};
|
|
694
|
-
}
|
|
695
|
-
|
|
696
|
-
static types(): { [key: string]: any } {
|
|
697
|
-
return {
|
|
698
|
-
name: 'string',
|
|
699
|
-
projectId: 'string',
|
|
700
|
-
};
|
|
701
|
-
}
|
|
702
|
-
|
|
703
|
-
constructor(map?: { [key: string]: any }) {
|
|
704
|
-
super(map);
|
|
705
|
-
}
|
|
706
|
-
}
|
|
707
|
-
|
|
708
|
-
export class CreateSceneResponseBody extends $tea.Model {
|
|
709
|
-
errMessage?: string;
|
|
710
|
-
previewToken?: string;
|
|
711
|
-
requestId?: string;
|
|
712
|
-
sceneId?: number;
|
|
713
|
-
success?: boolean;
|
|
714
|
-
static names(): { [key: string]: string } {
|
|
715
|
-
return {
|
|
716
|
-
errMessage: 'ErrMessage',
|
|
717
|
-
previewToken: 'PreviewToken',
|
|
718
|
-
requestId: 'RequestId',
|
|
719
|
-
sceneId: 'SceneId',
|
|
720
|
-
success: 'Success',
|
|
721
|
-
};
|
|
722
|
-
}
|
|
723
|
-
|
|
724
|
-
static types(): { [key: string]: any } {
|
|
725
|
-
return {
|
|
726
|
-
errMessage: 'string',
|
|
727
|
-
previewToken: 'string',
|
|
728
|
-
requestId: 'string',
|
|
729
|
-
sceneId: 'number',
|
|
730
|
-
success: 'boolean',
|
|
731
|
-
};
|
|
732
|
-
}
|
|
733
|
-
|
|
734
|
-
constructor(map?: { [key: string]: any }) {
|
|
735
|
-
super(map);
|
|
736
|
-
}
|
|
737
|
-
}
|
|
738
|
-
|
|
739
|
-
export class CreateSceneResponse extends $tea.Model {
|
|
740
|
-
headers: { [key: string]: string };
|
|
741
|
-
body: CreateSceneResponseBody;
|
|
742
|
-
static names(): { [key: string]: string } {
|
|
743
|
-
return {
|
|
744
|
-
headers: 'headers',
|
|
745
|
-
body: 'body',
|
|
746
|
-
};
|
|
747
|
-
}
|
|
748
|
-
|
|
749
|
-
static types(): { [key: string]: any } {
|
|
750
|
-
return {
|
|
751
|
-
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
752
|
-
body: CreateSceneResponseBody,
|
|
753
|
-
};
|
|
754
|
-
}
|
|
755
|
-
|
|
756
|
-
constructor(map?: { [key: string]: any }) {
|
|
757
|
-
super(map);
|
|
758
|
-
}
|
|
759
|
-
}
|
|
760
|
-
|
|
761
|
-
export class DeleteFileRequest extends $tea.Model {
|
|
762
|
-
paramFile?: string;
|
|
763
|
-
subSceneUuid?: string;
|
|
764
|
-
static names(): { [key: string]: string } {
|
|
765
|
-
return {
|
|
766
|
-
paramFile: 'ParamFile',
|
|
767
|
-
subSceneUuid: 'SubSceneUuid',
|
|
768
|
-
};
|
|
769
|
-
}
|
|
770
|
-
|
|
771
|
-
static types(): { [key: string]: any } {
|
|
772
|
-
return {
|
|
773
|
-
paramFile: 'string',
|
|
774
|
-
subSceneUuid: 'string',
|
|
775
|
-
};
|
|
776
|
-
}
|
|
777
|
-
|
|
778
|
-
constructor(map?: { [key: string]: any }) {
|
|
779
|
-
super(map);
|
|
780
|
-
}
|
|
781
|
-
}
|
|
782
|
-
|
|
783
|
-
export class DeleteFileResponseBody extends $tea.Model {
|
|
784
|
-
errMessage?: string;
|
|
785
|
-
requestId?: string;
|
|
786
|
-
success?: boolean;
|
|
787
|
-
static names(): { [key: string]: string } {
|
|
788
|
-
return {
|
|
789
|
-
errMessage: 'ErrMessage',
|
|
790
|
-
requestId: 'RequestId',
|
|
791
|
-
success: 'Success',
|
|
792
|
-
};
|
|
793
|
-
}
|
|
794
|
-
|
|
795
|
-
static types(): { [key: string]: any } {
|
|
796
|
-
return {
|
|
797
|
-
errMessage: 'string',
|
|
798
|
-
requestId: 'string',
|
|
799
|
-
success: 'boolean',
|
|
800
|
-
};
|
|
801
|
-
}
|
|
802
|
-
|
|
803
|
-
constructor(map?: { [key: string]: any }) {
|
|
804
|
-
super(map);
|
|
805
|
-
}
|
|
806
|
-
}
|
|
807
|
-
|
|
808
|
-
export class DeleteFileResponse extends $tea.Model {
|
|
809
|
-
headers: { [key: string]: string };
|
|
810
|
-
body: DeleteFileResponseBody;
|
|
811
|
-
static names(): { [key: string]: string } {
|
|
812
|
-
return {
|
|
813
|
-
headers: 'headers',
|
|
814
|
-
body: 'body',
|
|
815
|
-
};
|
|
816
|
-
}
|
|
817
|
-
|
|
818
|
-
static types(): { [key: string]: any } {
|
|
819
|
-
return {
|
|
820
|
-
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
821
|
-
body: DeleteFileResponseBody,
|
|
822
|
-
};
|
|
823
|
-
}
|
|
824
|
-
|
|
825
|
-
constructor(map?: { [key: string]: any }) {
|
|
826
|
-
super(map);
|
|
827
|
-
}
|
|
828
|
-
}
|
|
829
|
-
|
|
830
|
-
export class DeleteProjectRequest extends $tea.Model {
|
|
831
|
-
projectId?: string;
|
|
832
|
-
static names(): { [key: string]: string } {
|
|
833
|
-
return {
|
|
834
|
-
projectId: 'ProjectId',
|
|
835
|
-
};
|
|
836
|
-
}
|
|
837
|
-
|
|
838
|
-
static types(): { [key: string]: any } {
|
|
839
|
-
return {
|
|
840
|
-
projectId: 'string',
|
|
841
|
-
};
|
|
842
|
-
}
|
|
843
|
-
|
|
844
|
-
constructor(map?: { [key: string]: any }) {
|
|
845
|
-
super(map);
|
|
846
|
-
}
|
|
847
|
-
}
|
|
848
|
-
|
|
849
|
-
export class DeleteProjectResponseBody extends $tea.Model {
|
|
850
|
-
errMessage?: string;
|
|
851
|
-
requestId?: string;
|
|
852
|
-
success?: boolean;
|
|
853
|
-
static names(): { [key: string]: string } {
|
|
854
|
-
return {
|
|
855
|
-
errMessage: 'ErrMessage',
|
|
856
|
-
requestId: 'RequestId',
|
|
857
|
-
success: 'Success',
|
|
858
|
-
};
|
|
859
|
-
}
|
|
860
|
-
|
|
861
|
-
static types(): { [key: string]: any } {
|
|
862
|
-
return {
|
|
863
|
-
errMessage: 'string',
|
|
864
504
|
requestId: 'string',
|
|
865
505
|
success: 'boolean',
|
|
866
506
|
};
|
|
@@ -871,9 +511,9 @@ export class DeleteProjectResponseBody extends $tea.Model {
|
|
|
871
511
|
}
|
|
872
512
|
}
|
|
873
513
|
|
|
874
|
-
export class
|
|
514
|
+
export class CheckUserPropertyResponse extends $tea.Model {
|
|
875
515
|
headers: { [key: string]: string };
|
|
876
|
-
body:
|
|
516
|
+
body: CheckUserPropertyResponseBody;
|
|
877
517
|
static names(): { [key: string]: string } {
|
|
878
518
|
return {
|
|
879
519
|
headers: 'headers',
|
|
@@ -884,7 +524,7 @@ export class DeleteProjectResponse extends $tea.Model {
|
|
|
884
524
|
static types(): { [key: string]: any } {
|
|
885
525
|
return {
|
|
886
526
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
887
|
-
body:
|
|
527
|
+
body: CheckUserPropertyResponseBody,
|
|
888
528
|
};
|
|
889
529
|
}
|
|
890
530
|
|
|
@@ -1952,20 +1592,17 @@ export class GetOssPolicyResponse extends $tea.Model {
|
|
|
1952
1592
|
}
|
|
1953
1593
|
}
|
|
1954
1594
|
|
|
1955
|
-
export class
|
|
1956
|
-
|
|
1957
|
-
type?: string;
|
|
1595
|
+
export class GetRectifyImageRequest extends $tea.Model {
|
|
1596
|
+
subSceneId?: string;
|
|
1958
1597
|
static names(): { [key: string]: string } {
|
|
1959
1598
|
return {
|
|
1960
|
-
|
|
1961
|
-
type: 'Type',
|
|
1599
|
+
subSceneId: 'SubSceneId',
|
|
1962
1600
|
};
|
|
1963
1601
|
}
|
|
1964
1602
|
|
|
1965
1603
|
static types(): { [key: string]: any } {
|
|
1966
1604
|
return {
|
|
1967
|
-
|
|
1968
|
-
type: 'string',
|
|
1605
|
+
subSceneId: 'string',
|
|
1969
1606
|
};
|
|
1970
1607
|
}
|
|
1971
1608
|
|
|
@@ -1974,29 +1611,29 @@ export class GetPolicyRequest extends $tea.Model {
|
|
|
1974
1611
|
}
|
|
1975
1612
|
}
|
|
1976
1613
|
|
|
1977
|
-
export class
|
|
1978
|
-
|
|
1979
|
-
|
|
1980
|
-
objectString?: string;
|
|
1614
|
+
export class GetRectifyImageResponseBody extends $tea.Model {
|
|
1615
|
+
code?: number;
|
|
1616
|
+
message?: string;
|
|
1981
1617
|
requestId?: string;
|
|
1982
1618
|
success?: boolean;
|
|
1619
|
+
url?: string;
|
|
1983
1620
|
static names(): { [key: string]: string } {
|
|
1984
1621
|
return {
|
|
1985
|
-
|
|
1986
|
-
|
|
1987
|
-
objectString: 'ObjectString',
|
|
1622
|
+
code: 'Code',
|
|
1623
|
+
message: 'Message',
|
|
1988
1624
|
requestId: 'RequestId',
|
|
1989
1625
|
success: 'Success',
|
|
1626
|
+
url: 'Url',
|
|
1990
1627
|
};
|
|
1991
1628
|
}
|
|
1992
1629
|
|
|
1993
1630
|
static types(): { [key: string]: any } {
|
|
1994
1631
|
return {
|
|
1995
|
-
|
|
1996
|
-
|
|
1997
|
-
objectString: 'string',
|
|
1632
|
+
code: 'number',
|
|
1633
|
+
message: 'string',
|
|
1998
1634
|
requestId: 'string',
|
|
1999
1635
|
success: 'boolean',
|
|
1636
|
+
url: 'string',
|
|
2000
1637
|
};
|
|
2001
1638
|
}
|
|
2002
1639
|
|
|
@@ -2005,9 +1642,9 @@ export class GetPolicyResponseBody extends $tea.Model {
|
|
|
2005
1642
|
}
|
|
2006
1643
|
}
|
|
2007
1644
|
|
|
2008
|
-
export class
|
|
1645
|
+
export class GetRectifyImageResponse extends $tea.Model {
|
|
2009
1646
|
headers: { [key: string]: string };
|
|
2010
|
-
body:
|
|
1647
|
+
body: GetRectifyImageResponseBody;
|
|
2011
1648
|
static names(): { [key: string]: string } {
|
|
2012
1649
|
return {
|
|
2013
1650
|
headers: 'headers',
|
|
@@ -2018,7 +1655,7 @@ export class GetPolicyResponse extends $tea.Model {
|
|
|
2018
1655
|
static types(): { [key: string]: any } {
|
|
2019
1656
|
return {
|
|
2020
1657
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2021
|
-
body:
|
|
1658
|
+
body: GetRectifyImageResponseBody,
|
|
2022
1659
|
};
|
|
2023
1660
|
}
|
|
2024
1661
|
|
|
@@ -2027,17 +1664,17 @@ export class GetPolicyResponse extends $tea.Model {
|
|
|
2027
1664
|
}
|
|
2028
1665
|
}
|
|
2029
1666
|
|
|
2030
|
-
export class
|
|
2031
|
-
|
|
1667
|
+
export class GetSceneBuildTaskStatusRequest extends $tea.Model {
|
|
1668
|
+
sceneId?: string;
|
|
2032
1669
|
static names(): { [key: string]: string } {
|
|
2033
1670
|
return {
|
|
2034
|
-
|
|
1671
|
+
sceneId: 'SceneId',
|
|
2035
1672
|
};
|
|
2036
1673
|
}
|
|
2037
1674
|
|
|
2038
1675
|
static types(): { [key: string]: any } {
|
|
2039
1676
|
return {
|
|
2040
|
-
|
|
1677
|
+
sceneId: 'string',
|
|
2041
1678
|
};
|
|
2042
1679
|
}
|
|
2043
1680
|
|
|
@@ -2046,29 +1683,38 @@ export class GetRectifyImageRequest extends $tea.Model {
|
|
|
2046
1683
|
}
|
|
2047
1684
|
}
|
|
2048
1685
|
|
|
2049
|
-
export class
|
|
1686
|
+
export class GetSceneBuildTaskStatusResponseBody extends $tea.Model {
|
|
2050
1687
|
code?: number;
|
|
1688
|
+
errorCode?: string;
|
|
1689
|
+
errorMsg?: string;
|
|
2051
1690
|
message?: string;
|
|
2052
1691
|
requestId?: string;
|
|
1692
|
+
sceneId?: string;
|
|
1693
|
+
status?: string;
|
|
2053
1694
|
success?: boolean;
|
|
2054
|
-
url?: string;
|
|
2055
1695
|
static names(): { [key: string]: string } {
|
|
2056
1696
|
return {
|
|
2057
1697
|
code: 'Code',
|
|
1698
|
+
errorCode: 'ErrorCode',
|
|
1699
|
+
errorMsg: 'ErrorMsg',
|
|
2058
1700
|
message: 'Message',
|
|
2059
1701
|
requestId: 'RequestId',
|
|
1702
|
+
sceneId: 'SceneId',
|
|
1703
|
+
status: 'Status',
|
|
2060
1704
|
success: 'Success',
|
|
2061
|
-
url: 'Url',
|
|
2062
1705
|
};
|
|
2063
1706
|
}
|
|
2064
1707
|
|
|
2065
1708
|
static types(): { [key: string]: any } {
|
|
2066
1709
|
return {
|
|
2067
1710
|
code: 'number',
|
|
1711
|
+
errorCode: 'string',
|
|
1712
|
+
errorMsg: 'string',
|
|
2068
1713
|
message: 'string',
|
|
2069
1714
|
requestId: 'string',
|
|
1715
|
+
sceneId: 'string',
|
|
1716
|
+
status: 'string',
|
|
2070
1717
|
success: 'boolean',
|
|
2071
|
-
url: 'string',
|
|
2072
1718
|
};
|
|
2073
1719
|
}
|
|
2074
1720
|
|
|
@@ -2077,9 +1723,9 @@ export class GetRectifyImageResponseBody extends $tea.Model {
|
|
|
2077
1723
|
}
|
|
2078
1724
|
}
|
|
2079
1725
|
|
|
2080
|
-
export class
|
|
1726
|
+
export class GetSceneBuildTaskStatusResponse extends $tea.Model {
|
|
2081
1727
|
headers: { [key: string]: string };
|
|
2082
|
-
body:
|
|
1728
|
+
body: GetSceneBuildTaskStatusResponseBody;
|
|
2083
1729
|
static names(): { [key: string]: string } {
|
|
2084
1730
|
return {
|
|
2085
1731
|
headers: 'headers',
|
|
@@ -2090,7 +1736,7 @@ export class GetRectifyImageResponse extends $tea.Model {
|
|
|
2090
1736
|
static types(): { [key: string]: any } {
|
|
2091
1737
|
return {
|
|
2092
1738
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2093
|
-
body:
|
|
1739
|
+
body: GetSceneBuildTaskStatusResponseBody,
|
|
2094
1740
|
};
|
|
2095
1741
|
}
|
|
2096
1742
|
|
|
@@ -2099,17 +1745,26 @@ export class GetRectifyImageResponse extends $tea.Model {
|
|
|
2099
1745
|
}
|
|
2100
1746
|
}
|
|
2101
1747
|
|
|
2102
|
-
export class
|
|
2103
|
-
|
|
1748
|
+
export class GetScenePreviewDataRequest extends $tea.Model {
|
|
1749
|
+
domain?: string;
|
|
1750
|
+
enabled?: boolean;
|
|
1751
|
+
previewToken?: string;
|
|
1752
|
+
showTag?: boolean;
|
|
2104
1753
|
static names(): { [key: string]: string } {
|
|
2105
1754
|
return {
|
|
2106
|
-
|
|
1755
|
+
domain: 'Domain',
|
|
1756
|
+
enabled: 'Enabled',
|
|
1757
|
+
previewToken: 'PreviewToken',
|
|
1758
|
+
showTag: 'ShowTag',
|
|
2107
1759
|
};
|
|
2108
1760
|
}
|
|
2109
1761
|
|
|
2110
1762
|
static types(): { [key: string]: any } {
|
|
2111
1763
|
return {
|
|
2112
|
-
|
|
1764
|
+
domain: 'string',
|
|
1765
|
+
enabled: 'boolean',
|
|
1766
|
+
previewToken: 'string',
|
|
1767
|
+
showTag: 'boolean',
|
|
2113
1768
|
};
|
|
2114
1769
|
}
|
|
2115
1770
|
|
|
@@ -2118,24 +1773,18 @@ export class GetSceneBuildTaskStatusRequest extends $tea.Model {
|
|
|
2118
1773
|
}
|
|
2119
1774
|
}
|
|
2120
1775
|
|
|
2121
|
-
export class
|
|
1776
|
+
export class GetScenePreviewDataResponseBody extends $tea.Model {
|
|
2122
1777
|
code?: number;
|
|
2123
|
-
|
|
2124
|
-
errorMsg?: string;
|
|
1778
|
+
data?: GetScenePreviewDataResponseBodyData;
|
|
2125
1779
|
message?: string;
|
|
2126
1780
|
requestId?: string;
|
|
2127
|
-
sceneId?: string;
|
|
2128
|
-
status?: string;
|
|
2129
1781
|
success?: boolean;
|
|
2130
1782
|
static names(): { [key: string]: string } {
|
|
2131
1783
|
return {
|
|
2132
1784
|
code: 'Code',
|
|
2133
|
-
|
|
2134
|
-
errorMsg: 'ErrorMsg',
|
|
1785
|
+
data: 'Data',
|
|
2135
1786
|
message: 'Message',
|
|
2136
1787
|
requestId: 'RequestId',
|
|
2137
|
-
sceneId: 'SceneId',
|
|
2138
|
-
status: 'Status',
|
|
2139
1788
|
success: 'Success',
|
|
2140
1789
|
};
|
|
2141
1790
|
}
|
|
@@ -2143,12 +1792,9 @@ export class GetSceneBuildTaskStatusResponseBody extends $tea.Model {
|
|
|
2143
1792
|
static types(): { [key: string]: any } {
|
|
2144
1793
|
return {
|
|
2145
1794
|
code: 'number',
|
|
2146
|
-
|
|
2147
|
-
errorMsg: 'string',
|
|
1795
|
+
data: GetScenePreviewDataResponseBodyData,
|
|
2148
1796
|
message: 'string',
|
|
2149
1797
|
requestId: 'string',
|
|
2150
|
-
sceneId: 'string',
|
|
2151
|
-
status: 'string',
|
|
2152
1798
|
success: 'boolean',
|
|
2153
1799
|
};
|
|
2154
1800
|
}
|
|
@@ -2158,9 +1804,87 @@ export class GetSceneBuildTaskStatusResponseBody extends $tea.Model {
|
|
|
2158
1804
|
}
|
|
2159
1805
|
}
|
|
2160
1806
|
|
|
2161
|
-
export class
|
|
1807
|
+
export class GetScenePreviewDataResponse extends $tea.Model {
|
|
2162
1808
|
headers: { [key: string]: string };
|
|
2163
|
-
body:
|
|
1809
|
+
body: GetScenePreviewDataResponseBody;
|
|
1810
|
+
static names(): { [key: string]: string } {
|
|
1811
|
+
return {
|
|
1812
|
+
headers: 'headers',
|
|
1813
|
+
body: 'body',
|
|
1814
|
+
};
|
|
1815
|
+
}
|
|
1816
|
+
|
|
1817
|
+
static types(): { [key: string]: any } {
|
|
1818
|
+
return {
|
|
1819
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1820
|
+
body: GetScenePreviewDataResponseBody,
|
|
1821
|
+
};
|
|
1822
|
+
}
|
|
1823
|
+
|
|
1824
|
+
constructor(map?: { [key: string]: any }) {
|
|
1825
|
+
super(map);
|
|
1826
|
+
}
|
|
1827
|
+
}
|
|
1828
|
+
|
|
1829
|
+
export class GetScenePreviewInfoRequest extends $tea.Model {
|
|
1830
|
+
domain?: string;
|
|
1831
|
+
enabled?: boolean;
|
|
1832
|
+
modelToken?: string;
|
|
1833
|
+
static names(): { [key: string]: string } {
|
|
1834
|
+
return {
|
|
1835
|
+
domain: 'Domain',
|
|
1836
|
+
enabled: 'Enabled',
|
|
1837
|
+
modelToken: 'ModelToken',
|
|
1838
|
+
};
|
|
1839
|
+
}
|
|
1840
|
+
|
|
1841
|
+
static types(): { [key: string]: any } {
|
|
1842
|
+
return {
|
|
1843
|
+
domain: 'string',
|
|
1844
|
+
enabled: 'boolean',
|
|
1845
|
+
modelToken: 'string',
|
|
1846
|
+
};
|
|
1847
|
+
}
|
|
1848
|
+
|
|
1849
|
+
constructor(map?: { [key: string]: any }) {
|
|
1850
|
+
super(map);
|
|
1851
|
+
}
|
|
1852
|
+
}
|
|
1853
|
+
|
|
1854
|
+
export class GetScenePreviewInfoResponseBody extends $tea.Model {
|
|
1855
|
+
code?: number;
|
|
1856
|
+
data?: GetScenePreviewInfoResponseBodyData;
|
|
1857
|
+
message?: string;
|
|
1858
|
+
requestId?: string;
|
|
1859
|
+
success?: boolean;
|
|
1860
|
+
static names(): { [key: string]: string } {
|
|
1861
|
+
return {
|
|
1862
|
+
code: 'Code',
|
|
1863
|
+
data: 'Data',
|
|
1864
|
+
message: 'Message',
|
|
1865
|
+
requestId: 'RequestId',
|
|
1866
|
+
success: 'Success',
|
|
1867
|
+
};
|
|
1868
|
+
}
|
|
1869
|
+
|
|
1870
|
+
static types(): { [key: string]: any } {
|
|
1871
|
+
return {
|
|
1872
|
+
code: 'number',
|
|
1873
|
+
data: GetScenePreviewInfoResponseBodyData,
|
|
1874
|
+
message: 'string',
|
|
1875
|
+
requestId: 'string',
|
|
1876
|
+
success: 'boolean',
|
|
1877
|
+
};
|
|
1878
|
+
}
|
|
1879
|
+
|
|
1880
|
+
constructor(map?: { [key: string]: any }) {
|
|
1881
|
+
super(map);
|
|
1882
|
+
}
|
|
1883
|
+
}
|
|
1884
|
+
|
|
1885
|
+
export class GetScenePreviewInfoResponse extends $tea.Model {
|
|
1886
|
+
headers: { [key: string]: string };
|
|
1887
|
+
body: GetScenePreviewInfoResponseBody;
|
|
2164
1888
|
static names(): { [key: string]: string } {
|
|
2165
1889
|
return {
|
|
2166
1890
|
headers: 'headers',
|
|
@@ -2171,7 +1895,7 @@ export class GetSceneBuildTaskStatusResponse extends $tea.Model {
|
|
|
2171
1895
|
static types(): { [key: string]: any } {
|
|
2172
1896
|
return {
|
|
2173
1897
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2174
|
-
body:
|
|
1898
|
+
body: GetScenePreviewInfoResponseBody,
|
|
2175
1899
|
};
|
|
2176
1900
|
}
|
|
2177
1901
|
|
|
@@ -2180,23 +1904,17 @@ export class GetSceneBuildTaskStatusResponse extends $tea.Model {
|
|
|
2180
1904
|
}
|
|
2181
1905
|
}
|
|
2182
1906
|
|
|
2183
|
-
export class
|
|
2184
|
-
|
|
2185
|
-
enabled?: boolean;
|
|
2186
|
-
modelToken?: string;
|
|
1907
|
+
export class GetScenePreviewResourceRequest extends $tea.Model {
|
|
1908
|
+
previewToken?: string;
|
|
2187
1909
|
static names(): { [key: string]: string } {
|
|
2188
1910
|
return {
|
|
2189
|
-
|
|
2190
|
-
enabled: 'Enabled',
|
|
2191
|
-
modelToken: 'ModelToken',
|
|
1911
|
+
previewToken: 'PreviewToken',
|
|
2192
1912
|
};
|
|
2193
1913
|
}
|
|
2194
1914
|
|
|
2195
1915
|
static types(): { [key: string]: any } {
|
|
2196
1916
|
return {
|
|
2197
|
-
|
|
2198
|
-
enabled: 'boolean',
|
|
2199
|
-
modelToken: 'string',
|
|
1917
|
+
previewToken: 'string',
|
|
2200
1918
|
};
|
|
2201
1919
|
}
|
|
2202
1920
|
|
|
@@ -2205,9 +1923,9 @@ export class GetScenePreviewInfoRequest extends $tea.Model {
|
|
|
2205
1923
|
}
|
|
2206
1924
|
}
|
|
2207
1925
|
|
|
2208
|
-
export class
|
|
1926
|
+
export class GetScenePreviewResourceResponseBody extends $tea.Model {
|
|
2209
1927
|
code?: number;
|
|
2210
|
-
data?:
|
|
1928
|
+
data?: GetScenePreviewResourceResponseBodyData;
|
|
2211
1929
|
message?: string;
|
|
2212
1930
|
requestId?: string;
|
|
2213
1931
|
success?: boolean;
|
|
@@ -2224,7 +1942,7 @@ export class GetScenePreviewInfoResponseBody extends $tea.Model {
|
|
|
2224
1942
|
static types(): { [key: string]: any } {
|
|
2225
1943
|
return {
|
|
2226
1944
|
code: 'number',
|
|
2227
|
-
data:
|
|
1945
|
+
data: GetScenePreviewResourceResponseBodyData,
|
|
2228
1946
|
message: 'string',
|
|
2229
1947
|
requestId: 'string',
|
|
2230
1948
|
success: 'boolean',
|
|
@@ -2236,9 +1954,9 @@ export class GetScenePreviewInfoResponseBody extends $tea.Model {
|
|
|
2236
1954
|
}
|
|
2237
1955
|
}
|
|
2238
1956
|
|
|
2239
|
-
export class
|
|
1957
|
+
export class GetScenePreviewResourceResponse extends $tea.Model {
|
|
2240
1958
|
headers: { [key: string]: string };
|
|
2241
|
-
body:
|
|
1959
|
+
body: GetScenePreviewResourceResponseBody;
|
|
2242
1960
|
static names(): { [key: string]: string } {
|
|
2243
1961
|
return {
|
|
2244
1962
|
headers: 'headers',
|
|
@@ -2249,7 +1967,7 @@ export class GetScenePreviewInfoResponse extends $tea.Model {
|
|
|
2249
1967
|
static types(): { [key: string]: any } {
|
|
2250
1968
|
return {
|
|
2251
1969
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2252
|
-
body:
|
|
1970
|
+
body: GetScenePreviewResourceResponseBody,
|
|
2253
1971
|
};
|
|
2254
1972
|
}
|
|
2255
1973
|
|
|
@@ -2897,78 +2615,6 @@ export class ListSceneResponse extends $tea.Model {
|
|
|
2897
2615
|
}
|
|
2898
2616
|
}
|
|
2899
2617
|
|
|
2900
|
-
export class ListScenesRequest extends $tea.Model {
|
|
2901
|
-
isPublishQuery?: boolean;
|
|
2902
|
-
projectId?: string;
|
|
2903
|
-
static names(): { [key: string]: string } {
|
|
2904
|
-
return {
|
|
2905
|
-
isPublishQuery: 'IsPublishQuery',
|
|
2906
|
-
projectId: 'ProjectId',
|
|
2907
|
-
};
|
|
2908
|
-
}
|
|
2909
|
-
|
|
2910
|
-
static types(): { [key: string]: any } {
|
|
2911
|
-
return {
|
|
2912
|
-
isPublishQuery: 'boolean',
|
|
2913
|
-
projectId: 'string',
|
|
2914
|
-
};
|
|
2915
|
-
}
|
|
2916
|
-
|
|
2917
|
-
constructor(map?: { [key: string]: any }) {
|
|
2918
|
-
super(map);
|
|
2919
|
-
}
|
|
2920
|
-
}
|
|
2921
|
-
|
|
2922
|
-
export class ListScenesResponseBody extends $tea.Model {
|
|
2923
|
-
data?: ListScenesResponseBodyData[];
|
|
2924
|
-
errMessage?: string;
|
|
2925
|
-
requestId?: string;
|
|
2926
|
-
success?: boolean;
|
|
2927
|
-
static names(): { [key: string]: string } {
|
|
2928
|
-
return {
|
|
2929
|
-
data: 'Data',
|
|
2930
|
-
errMessage: 'ErrMessage',
|
|
2931
|
-
requestId: 'RequestId',
|
|
2932
|
-
success: 'Success',
|
|
2933
|
-
};
|
|
2934
|
-
}
|
|
2935
|
-
|
|
2936
|
-
static types(): { [key: string]: any } {
|
|
2937
|
-
return {
|
|
2938
|
-
data: { 'type': 'array', 'itemType': ListScenesResponseBodyData },
|
|
2939
|
-
errMessage: 'string',
|
|
2940
|
-
requestId: 'string',
|
|
2941
|
-
success: 'boolean',
|
|
2942
|
-
};
|
|
2943
|
-
}
|
|
2944
|
-
|
|
2945
|
-
constructor(map?: { [key: string]: any }) {
|
|
2946
|
-
super(map);
|
|
2947
|
-
}
|
|
2948
|
-
}
|
|
2949
|
-
|
|
2950
|
-
export class ListScenesResponse extends $tea.Model {
|
|
2951
|
-
headers: { [key: string]: string };
|
|
2952
|
-
body: ListScenesResponseBody;
|
|
2953
|
-
static names(): { [key: string]: string } {
|
|
2954
|
-
return {
|
|
2955
|
-
headers: 'headers',
|
|
2956
|
-
body: 'body',
|
|
2957
|
-
};
|
|
2958
|
-
}
|
|
2959
|
-
|
|
2960
|
-
static types(): { [key: string]: any } {
|
|
2961
|
-
return {
|
|
2962
|
-
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2963
|
-
body: ListScenesResponseBody,
|
|
2964
|
-
};
|
|
2965
|
-
}
|
|
2966
|
-
|
|
2967
|
-
constructor(map?: { [key: string]: any }) {
|
|
2968
|
-
super(map);
|
|
2969
|
-
}
|
|
2970
|
-
}
|
|
2971
|
-
|
|
2972
2618
|
export class ListSubSceneRequest extends $tea.Model {
|
|
2973
2619
|
pageNum?: number;
|
|
2974
2620
|
pageSize?: number;
|
|
@@ -4616,6 +4262,256 @@ export class GetHotspotSceneDataResponseBodyData extends $tea.Model {
|
|
|
4616
4262
|
}
|
|
4617
4263
|
}
|
|
4618
4264
|
|
|
4265
|
+
export class GetScenePreviewDataResponseBodyDataModelPanoListPosition extends $tea.Model {
|
|
4266
|
+
rotation?: number[];
|
|
4267
|
+
spot?: number[];
|
|
4268
|
+
viewpoint?: number[];
|
|
4269
|
+
static names(): { [key: string]: string } {
|
|
4270
|
+
return {
|
|
4271
|
+
rotation: 'Rotation',
|
|
4272
|
+
spot: 'Spot',
|
|
4273
|
+
viewpoint: 'Viewpoint',
|
|
4274
|
+
};
|
|
4275
|
+
}
|
|
4276
|
+
|
|
4277
|
+
static types(): { [key: string]: any } {
|
|
4278
|
+
return {
|
|
4279
|
+
rotation: { 'type': 'array', 'itemType': 'number' },
|
|
4280
|
+
spot: { 'type': 'array', 'itemType': 'number' },
|
|
4281
|
+
viewpoint: { 'type': 'array', 'itemType': 'number' },
|
|
4282
|
+
};
|
|
4283
|
+
}
|
|
4284
|
+
|
|
4285
|
+
constructor(map?: { [key: string]: any }) {
|
|
4286
|
+
super(map);
|
|
4287
|
+
}
|
|
4288
|
+
}
|
|
4289
|
+
|
|
4290
|
+
export class GetScenePreviewDataResponseBodyDataModelPanoList extends $tea.Model {
|
|
4291
|
+
curRoomPicList?: string[];
|
|
4292
|
+
enabled?: boolean;
|
|
4293
|
+
floorIdx?: string;
|
|
4294
|
+
id?: string;
|
|
4295
|
+
mainImage?: boolean;
|
|
4296
|
+
neighbours?: string[];
|
|
4297
|
+
position?: GetScenePreviewDataResponseBodyDataModelPanoListPosition;
|
|
4298
|
+
rawName?: string;
|
|
4299
|
+
resource?: string;
|
|
4300
|
+
roomIdx?: string;
|
|
4301
|
+
subSceneId?: string;
|
|
4302
|
+
token?: string;
|
|
4303
|
+
virtualId?: string;
|
|
4304
|
+
virtualName?: string;
|
|
4305
|
+
static names(): { [key: string]: string } {
|
|
4306
|
+
return {
|
|
4307
|
+
curRoomPicList: 'CurRoomPicList',
|
|
4308
|
+
enabled: 'Enabled',
|
|
4309
|
+
floorIdx: 'FloorIdx',
|
|
4310
|
+
id: 'Id',
|
|
4311
|
+
mainImage: 'MainImage',
|
|
4312
|
+
neighbours: 'Neighbours',
|
|
4313
|
+
position: 'Position',
|
|
4314
|
+
rawName: 'RawName',
|
|
4315
|
+
resource: 'Resource',
|
|
4316
|
+
roomIdx: 'RoomIdx',
|
|
4317
|
+
subSceneId: 'SubSceneId',
|
|
4318
|
+
token: 'Token',
|
|
4319
|
+
virtualId: 'VirtualId',
|
|
4320
|
+
virtualName: 'VirtualName',
|
|
4321
|
+
};
|
|
4322
|
+
}
|
|
4323
|
+
|
|
4324
|
+
static types(): { [key: string]: any } {
|
|
4325
|
+
return {
|
|
4326
|
+
curRoomPicList: { 'type': 'array', 'itemType': 'string' },
|
|
4327
|
+
enabled: 'boolean',
|
|
4328
|
+
floorIdx: 'string',
|
|
4329
|
+
id: 'string',
|
|
4330
|
+
mainImage: 'boolean',
|
|
4331
|
+
neighbours: { 'type': 'array', 'itemType': 'string' },
|
|
4332
|
+
position: GetScenePreviewDataResponseBodyDataModelPanoListPosition,
|
|
4333
|
+
rawName: 'string',
|
|
4334
|
+
resource: 'string',
|
|
4335
|
+
roomIdx: 'string',
|
|
4336
|
+
subSceneId: 'string',
|
|
4337
|
+
token: 'string',
|
|
4338
|
+
virtualId: 'string',
|
|
4339
|
+
virtualName: 'string',
|
|
4340
|
+
};
|
|
4341
|
+
}
|
|
4342
|
+
|
|
4343
|
+
constructor(map?: { [key: string]: any }) {
|
|
4344
|
+
super(map);
|
|
4345
|
+
}
|
|
4346
|
+
}
|
|
4347
|
+
|
|
4348
|
+
export class GetScenePreviewDataResponseBodyDataModel extends $tea.Model {
|
|
4349
|
+
modelPath?: string;
|
|
4350
|
+
panoList?: GetScenePreviewDataResponseBodyDataModelPanoList[];
|
|
4351
|
+
textureModelPath?: string;
|
|
4352
|
+
texturePanoPath?: string;
|
|
4353
|
+
static names(): { [key: string]: string } {
|
|
4354
|
+
return {
|
|
4355
|
+
modelPath: 'ModelPath',
|
|
4356
|
+
panoList: 'PanoList',
|
|
4357
|
+
textureModelPath: 'TextureModelPath',
|
|
4358
|
+
texturePanoPath: 'TexturePanoPath',
|
|
4359
|
+
};
|
|
4360
|
+
}
|
|
4361
|
+
|
|
4362
|
+
static types(): { [key: string]: any } {
|
|
4363
|
+
return {
|
|
4364
|
+
modelPath: 'string',
|
|
4365
|
+
panoList: { 'type': 'array', 'itemType': GetScenePreviewDataResponseBodyDataModelPanoList },
|
|
4366
|
+
textureModelPath: 'string',
|
|
4367
|
+
texturePanoPath: 'string',
|
|
4368
|
+
};
|
|
4369
|
+
}
|
|
4370
|
+
|
|
4371
|
+
constructor(map?: { [key: string]: any }) {
|
|
4372
|
+
super(map);
|
|
4373
|
+
}
|
|
4374
|
+
}
|
|
4375
|
+
|
|
4376
|
+
export class GetScenePreviewDataResponseBodyDataTagsConfigButtonConfig extends $tea.Model {
|
|
4377
|
+
customText?: string;
|
|
4378
|
+
type?: string;
|
|
4379
|
+
static names(): { [key: string]: string } {
|
|
4380
|
+
return {
|
|
4381
|
+
customText: 'CustomText',
|
|
4382
|
+
type: 'Type',
|
|
4383
|
+
};
|
|
4384
|
+
}
|
|
4385
|
+
|
|
4386
|
+
static types(): { [key: string]: any } {
|
|
4387
|
+
return {
|
|
4388
|
+
customText: 'string',
|
|
4389
|
+
type: 'string',
|
|
4390
|
+
};
|
|
4391
|
+
}
|
|
4392
|
+
|
|
4393
|
+
constructor(map?: { [key: string]: any }) {
|
|
4394
|
+
super(map);
|
|
4395
|
+
}
|
|
4396
|
+
}
|
|
4397
|
+
|
|
4398
|
+
export class GetScenePreviewDataResponseBodyDataTagsConfig extends $tea.Model {
|
|
4399
|
+
backgroundColor?: string;
|
|
4400
|
+
buttonConfig?: GetScenePreviewDataResponseBodyDataTagsConfigButtonConfig;
|
|
4401
|
+
content?: string;
|
|
4402
|
+
formImgSize?: number[];
|
|
4403
|
+
formJumpType?: boolean;
|
|
4404
|
+
formSelectImgType?: string;
|
|
4405
|
+
images?: string[];
|
|
4406
|
+
isTagVisibleBy3d?: boolean;
|
|
4407
|
+
link?: string;
|
|
4408
|
+
panoId?: string;
|
|
4409
|
+
position?: number[];
|
|
4410
|
+
positionPanoCube?: number[];
|
|
4411
|
+
relatedPanoIds?: string[];
|
|
4412
|
+
sceneId?: number;
|
|
4413
|
+
title?: string;
|
|
4414
|
+
video?: string;
|
|
4415
|
+
static names(): { [key: string]: string } {
|
|
4416
|
+
return {
|
|
4417
|
+
backgroundColor: 'BackgroundColor',
|
|
4418
|
+
buttonConfig: 'ButtonConfig',
|
|
4419
|
+
content: 'Content',
|
|
4420
|
+
formImgSize: 'FormImgSize',
|
|
4421
|
+
formJumpType: 'FormJumpType',
|
|
4422
|
+
formSelectImgType: 'FormSelectImgType',
|
|
4423
|
+
images: 'Images',
|
|
4424
|
+
isTagVisibleBy3d: 'IsTagVisibleBy3d',
|
|
4425
|
+
link: 'Link',
|
|
4426
|
+
panoId: 'PanoId',
|
|
4427
|
+
position: 'Position',
|
|
4428
|
+
positionPanoCube: 'PositionPanoCube',
|
|
4429
|
+
relatedPanoIds: 'RelatedPanoIds',
|
|
4430
|
+
sceneId: 'SceneId',
|
|
4431
|
+
title: 'Title',
|
|
4432
|
+
video: 'Video',
|
|
4433
|
+
};
|
|
4434
|
+
}
|
|
4435
|
+
|
|
4436
|
+
static types(): { [key: string]: any } {
|
|
4437
|
+
return {
|
|
4438
|
+
backgroundColor: 'string',
|
|
4439
|
+
buttonConfig: GetScenePreviewDataResponseBodyDataTagsConfigButtonConfig,
|
|
4440
|
+
content: 'string',
|
|
4441
|
+
formImgSize: { 'type': 'array', 'itemType': 'number' },
|
|
4442
|
+
formJumpType: 'boolean',
|
|
4443
|
+
formSelectImgType: 'string',
|
|
4444
|
+
images: { 'type': 'array', 'itemType': 'string' },
|
|
4445
|
+
isTagVisibleBy3d: 'boolean',
|
|
4446
|
+
link: 'string',
|
|
4447
|
+
panoId: 'string',
|
|
4448
|
+
position: { 'type': 'array', 'itemType': 'number' },
|
|
4449
|
+
positionPanoCube: { 'type': 'array', 'itemType': 'number' },
|
|
4450
|
+
relatedPanoIds: { 'type': 'array', 'itemType': 'string' },
|
|
4451
|
+
sceneId: 'number',
|
|
4452
|
+
title: 'string',
|
|
4453
|
+
video: 'string',
|
|
4454
|
+
};
|
|
4455
|
+
}
|
|
4456
|
+
|
|
4457
|
+
constructor(map?: { [key: string]: any }) {
|
|
4458
|
+
super(map);
|
|
4459
|
+
}
|
|
4460
|
+
}
|
|
4461
|
+
|
|
4462
|
+
export class GetScenePreviewDataResponseBodyDataTags extends $tea.Model {
|
|
4463
|
+
config?: GetScenePreviewDataResponseBodyDataTagsConfig;
|
|
4464
|
+
id?: string;
|
|
4465
|
+
position?: number[];
|
|
4466
|
+
positionPanoCube?: number[];
|
|
4467
|
+
type?: string;
|
|
4468
|
+
static names(): { [key: string]: string } {
|
|
4469
|
+
return {
|
|
4470
|
+
config: 'Config',
|
|
4471
|
+
id: 'Id',
|
|
4472
|
+
position: 'Position',
|
|
4473
|
+
positionPanoCube: 'PositionPanoCube',
|
|
4474
|
+
type: 'Type',
|
|
4475
|
+
};
|
|
4476
|
+
}
|
|
4477
|
+
|
|
4478
|
+
static types(): { [key: string]: any } {
|
|
4479
|
+
return {
|
|
4480
|
+
config: GetScenePreviewDataResponseBodyDataTagsConfig,
|
|
4481
|
+
id: 'string',
|
|
4482
|
+
position: { 'type': 'array', 'itemType': 'number' },
|
|
4483
|
+
positionPanoCube: { 'type': 'array', 'itemType': 'number' },
|
|
4484
|
+
type: 'string',
|
|
4485
|
+
};
|
|
4486
|
+
}
|
|
4487
|
+
|
|
4488
|
+
constructor(map?: { [key: string]: any }) {
|
|
4489
|
+
super(map);
|
|
4490
|
+
}
|
|
4491
|
+
}
|
|
4492
|
+
|
|
4493
|
+
export class GetScenePreviewDataResponseBodyData extends $tea.Model {
|
|
4494
|
+
model?: GetScenePreviewDataResponseBodyDataModel;
|
|
4495
|
+
tags?: GetScenePreviewDataResponseBodyDataTags[];
|
|
4496
|
+
static names(): { [key: string]: string } {
|
|
4497
|
+
return {
|
|
4498
|
+
model: 'Model',
|
|
4499
|
+
tags: 'Tags',
|
|
4500
|
+
};
|
|
4501
|
+
}
|
|
4502
|
+
|
|
4503
|
+
static types(): { [key: string]: any } {
|
|
4504
|
+
return {
|
|
4505
|
+
model: GetScenePreviewDataResponseBodyDataModel,
|
|
4506
|
+
tags: { 'type': 'array', 'itemType': GetScenePreviewDataResponseBodyDataTags },
|
|
4507
|
+
};
|
|
4508
|
+
}
|
|
4509
|
+
|
|
4510
|
+
constructor(map?: { [key: string]: any }) {
|
|
4511
|
+
super(map);
|
|
4512
|
+
}
|
|
4513
|
+
}
|
|
4514
|
+
|
|
4619
4515
|
export class GetScenePreviewInfoResponseBodyData extends $tea.Model {
|
|
4620
4516
|
modelPath?: string;
|
|
4621
4517
|
panoList?: string;
|
|
@@ -4644,6 +4540,56 @@ export class GetScenePreviewInfoResponseBodyData extends $tea.Model {
|
|
|
4644
4540
|
}
|
|
4645
4541
|
}
|
|
4646
4542
|
|
|
4543
|
+
export class GetScenePreviewResourceResponseBodyDataResourceDirectory extends $tea.Model {
|
|
4544
|
+
modelConfig?: string;
|
|
4545
|
+
orthomapConfig?: string;
|
|
4546
|
+
rootPath?: string;
|
|
4547
|
+
static names(): { [key: string]: string } {
|
|
4548
|
+
return {
|
|
4549
|
+
modelConfig: 'ModelConfig',
|
|
4550
|
+
orthomapConfig: 'OrthomapConfig',
|
|
4551
|
+
rootPath: 'RootPath',
|
|
4552
|
+
};
|
|
4553
|
+
}
|
|
4554
|
+
|
|
4555
|
+
static types(): { [key: string]: any } {
|
|
4556
|
+
return {
|
|
4557
|
+
modelConfig: 'string',
|
|
4558
|
+
orthomapConfig: 'string',
|
|
4559
|
+
rootPath: 'string',
|
|
4560
|
+
};
|
|
4561
|
+
}
|
|
4562
|
+
|
|
4563
|
+
constructor(map?: { [key: string]: any }) {
|
|
4564
|
+
super(map);
|
|
4565
|
+
}
|
|
4566
|
+
}
|
|
4567
|
+
|
|
4568
|
+
export class GetScenePreviewResourceResponseBodyData extends $tea.Model {
|
|
4569
|
+
name?: string;
|
|
4570
|
+
resourceDirectory?: GetScenePreviewResourceResponseBodyDataResourceDirectory;
|
|
4571
|
+
version?: string;
|
|
4572
|
+
static names(): { [key: string]: string } {
|
|
4573
|
+
return {
|
|
4574
|
+
name: 'Name',
|
|
4575
|
+
resourceDirectory: 'ResourceDirectory',
|
|
4576
|
+
version: 'Version',
|
|
4577
|
+
};
|
|
4578
|
+
}
|
|
4579
|
+
|
|
4580
|
+
static types(): { [key: string]: any } {
|
|
4581
|
+
return {
|
|
4582
|
+
name: 'string',
|
|
4583
|
+
resourceDirectory: GetScenePreviewResourceResponseBodyDataResourceDirectory,
|
|
4584
|
+
version: 'string',
|
|
4585
|
+
};
|
|
4586
|
+
}
|
|
4587
|
+
|
|
4588
|
+
constructor(map?: { [key: string]: any }) {
|
|
4589
|
+
super(map);
|
|
4590
|
+
}
|
|
4591
|
+
}
|
|
4592
|
+
|
|
4647
4593
|
export class GetSingleConnDataResponseBodyList extends $tea.Model {
|
|
4648
4594
|
id?: string;
|
|
4649
4595
|
mapId?: string;
|
|
@@ -4786,25 +4732,6 @@ export class ListSceneResponseBodyList extends $tea.Model {
|
|
|
4786
4732
|
}
|
|
4787
4733
|
}
|
|
4788
4734
|
|
|
4789
|
-
export class ListScenesResponseBodyData extends $tea.Model {
|
|
4790
|
-
sceneId?: string;
|
|
4791
|
-
static names(): { [key: string]: string } {
|
|
4792
|
-
return {
|
|
4793
|
-
sceneId: 'SceneId',
|
|
4794
|
-
};
|
|
4795
|
-
}
|
|
4796
|
-
|
|
4797
|
-
static types(): { [key: string]: any } {
|
|
4798
|
-
return {
|
|
4799
|
-
sceneId: 'string',
|
|
4800
|
-
};
|
|
4801
|
-
}
|
|
4802
|
-
|
|
4803
|
-
constructor(map?: { [key: string]: any }) {
|
|
4804
|
-
super(map);
|
|
4805
|
-
}
|
|
4806
|
-
}
|
|
4807
|
-
|
|
4808
4735
|
export class ListSubSceneResponseBodyList extends $tea.Model {
|
|
4809
4736
|
baseImageUrl?: string;
|
|
4810
4737
|
coverUrl?: string;
|
|
@@ -5023,6 +4950,10 @@ export default class Client extends OpenApi {
|
|
|
5023
4950
|
async addSceneWithOptions(request: AddSceneRequest, runtime: $Util.RuntimeOptions): Promise<AddSceneResponse> {
|
|
5024
4951
|
Util.validateModel(request);
|
|
5025
4952
|
let query = { };
|
|
4953
|
+
if (!Util.isUnset(request.customerUid)) {
|
|
4954
|
+
query["CustomerUid"] = request.customerUid;
|
|
4955
|
+
}
|
|
4956
|
+
|
|
5026
4957
|
if (!Util.isUnset(request.name)) {
|
|
5027
4958
|
query["Name"] = request.name;
|
|
5028
4959
|
}
|
|
@@ -5094,210 +5025,18 @@ export default class Client extends OpenApi {
|
|
|
5094
5025
|
return await this.addSubSceneWithOptions(request, runtime);
|
|
5095
5026
|
}
|
|
5096
5027
|
|
|
5097
|
-
async
|
|
5098
|
-
Util.validateModel(request);
|
|
5099
|
-
let query = { };
|
|
5100
|
-
if (!Util.isUnset(request.bid)) {
|
|
5101
|
-
query["Bid"] = request.bid;
|
|
5102
|
-
}
|
|
5103
|
-
|
|
5104
|
-
if (!Util.isUnset(request.country)) {
|
|
5105
|
-
query["Country"] = request.country;
|
|
5106
|
-
}
|
|
5107
|
-
|
|
5108
|
-
if (!Util.isUnset(request.gmtWakeup)) {
|
|
5109
|
-
query["GmtWakeup"] = request.gmtWakeup;
|
|
5110
|
-
}
|
|
5111
|
-
|
|
5112
|
-
if (!Util.isUnset(request.hid)) {
|
|
5113
|
-
query["Hid"] = request.hid;
|
|
5114
|
-
}
|
|
5115
|
-
|
|
5116
|
-
if (!Util.isUnset(request.interrupt)) {
|
|
5117
|
-
query["Interrupt"] = request.interrupt;
|
|
5118
|
-
}
|
|
5119
|
-
|
|
5120
|
-
if (!Util.isUnset(request.invoker)) {
|
|
5121
|
-
query["Invoker"] = request.invoker;
|
|
5122
|
-
}
|
|
5123
|
-
|
|
5124
|
-
if (!Util.isUnset(request.level)) {
|
|
5125
|
-
query["Level"] = request.level;
|
|
5126
|
-
}
|
|
5127
|
-
|
|
5128
|
-
if (!Util.isUnset(request.message)) {
|
|
5129
|
-
query["Message"] = request.message;
|
|
5130
|
-
}
|
|
5131
|
-
|
|
5132
|
-
if (!Util.isUnset(request.pk)) {
|
|
5133
|
-
query["Pk"] = request.pk;
|
|
5134
|
-
}
|
|
5135
|
-
|
|
5136
|
-
if (!Util.isUnset(request.prompt)) {
|
|
5137
|
-
query["Prompt"] = request.prompt;
|
|
5138
|
-
}
|
|
5139
|
-
|
|
5140
|
-
if (!Util.isUnset(request.success)) {
|
|
5141
|
-
query["Success"] = request.success;
|
|
5142
|
-
}
|
|
5143
|
-
|
|
5144
|
-
if (!Util.isUnset(request.taskExtraData)) {
|
|
5145
|
-
query["TaskExtraData"] = request.taskExtraData;
|
|
5146
|
-
}
|
|
5147
|
-
|
|
5148
|
-
if (!Util.isUnset(request.taskIdentifier)) {
|
|
5149
|
-
query["TaskIdentifier"] = request.taskIdentifier;
|
|
5150
|
-
}
|
|
5151
|
-
|
|
5152
|
-
if (!Util.isUnset(request.url)) {
|
|
5153
|
-
query["Url"] = request.url;
|
|
5154
|
-
}
|
|
5155
|
-
|
|
5156
|
-
let req = new $OpenApi.OpenApiRequest({
|
|
5157
|
-
query: OpenApiUtil.query(query),
|
|
5158
|
-
});
|
|
5159
|
-
let params = new $OpenApi.Params({
|
|
5160
|
-
action: "CheckResource",
|
|
5161
|
-
version: "2020-01-01",
|
|
5162
|
-
protocol: "HTTPS",
|
|
5163
|
-
pathname: "/",
|
|
5164
|
-
method: "POST",
|
|
5165
|
-
authType: "AK",
|
|
5166
|
-
style: "RPC",
|
|
5167
|
-
reqBodyType: "formData",
|
|
5168
|
-
bodyType: "json",
|
|
5169
|
-
});
|
|
5170
|
-
return $tea.cast<CheckResourceResponse>(await this.callApi(params, req, runtime), new CheckResourceResponse({}));
|
|
5171
|
-
}
|
|
5172
|
-
|
|
5173
|
-
async checkResource(request: CheckResourceRequest): Promise<CheckResourceResponse> {
|
|
5174
|
-
let runtime = new $Util.RuntimeOptions({ });
|
|
5175
|
-
return await this.checkResourceWithOptions(request, runtime);
|
|
5176
|
-
}
|
|
5177
|
-
|
|
5178
|
-
async createProjectWithOptions(request: CreateProjectRequest, runtime: $Util.RuntimeOptions): Promise<CreateProjectResponse> {
|
|
5179
|
-
Util.validateModel(request);
|
|
5180
|
-
let query = { };
|
|
5181
|
-
if (!Util.isUnset(request.builderUserIdList)) {
|
|
5182
|
-
query["BuilderUserIdList"] = request.builderUserIdList;
|
|
5183
|
-
}
|
|
5184
|
-
|
|
5185
|
-
if (!Util.isUnset(request.businessId)) {
|
|
5186
|
-
query["BusinessId"] = request.businessId;
|
|
5187
|
-
}
|
|
5188
|
-
|
|
5189
|
-
if (!Util.isUnset(request.businessUserIdList)) {
|
|
5190
|
-
query["BusinessUserIdList"] = request.businessUserIdList;
|
|
5191
|
-
}
|
|
5192
|
-
|
|
5193
|
-
if (!Util.isUnset(request.gatherUserIdList)) {
|
|
5194
|
-
query["GatherUserIdList"] = request.gatherUserIdList;
|
|
5195
|
-
}
|
|
5196
|
-
|
|
5197
|
-
if (!Util.isUnset(request.name)) {
|
|
5198
|
-
query["Name"] = request.name;
|
|
5199
|
-
}
|
|
5200
|
-
|
|
5201
|
-
let req = new $OpenApi.OpenApiRequest({
|
|
5202
|
-
query: OpenApiUtil.query(query),
|
|
5203
|
-
});
|
|
5204
|
-
let params = new $OpenApi.Params({
|
|
5205
|
-
action: "CreateProject",
|
|
5206
|
-
version: "2020-01-01",
|
|
5207
|
-
protocol: "HTTPS",
|
|
5208
|
-
pathname: "/",
|
|
5209
|
-
method: "POST",
|
|
5210
|
-
authType: "AK",
|
|
5211
|
-
style: "RPC",
|
|
5212
|
-
reqBodyType: "formData",
|
|
5213
|
-
bodyType: "json",
|
|
5214
|
-
});
|
|
5215
|
-
return $tea.cast<CreateProjectResponse>(await this.callApi(params, req, runtime), new CreateProjectResponse({}));
|
|
5216
|
-
}
|
|
5217
|
-
|
|
5218
|
-
async createProject(request: CreateProjectRequest): Promise<CreateProjectResponse> {
|
|
5219
|
-
let runtime = new $Util.RuntimeOptions({ });
|
|
5220
|
-
return await this.createProjectWithOptions(request, runtime);
|
|
5221
|
-
}
|
|
5222
|
-
|
|
5223
|
-
async createSceneWithOptions(request: CreateSceneRequest, runtime: $Util.RuntimeOptions): Promise<CreateSceneResponse> {
|
|
5224
|
-
Util.validateModel(request);
|
|
5225
|
-
let query = { };
|
|
5226
|
-
if (!Util.isUnset(request.name)) {
|
|
5227
|
-
query["Name"] = request.name;
|
|
5228
|
-
}
|
|
5229
|
-
|
|
5230
|
-
if (!Util.isUnset(request.projectId)) {
|
|
5231
|
-
query["ProjectId"] = request.projectId;
|
|
5232
|
-
}
|
|
5233
|
-
|
|
5234
|
-
let req = new $OpenApi.OpenApiRequest({
|
|
5235
|
-
query: OpenApiUtil.query(query),
|
|
5236
|
-
});
|
|
5237
|
-
let params = new $OpenApi.Params({
|
|
5238
|
-
action: "CreateScene",
|
|
5239
|
-
version: "2020-01-01",
|
|
5240
|
-
protocol: "HTTPS",
|
|
5241
|
-
pathname: "/",
|
|
5242
|
-
method: "POST",
|
|
5243
|
-
authType: "AK",
|
|
5244
|
-
style: "RPC",
|
|
5245
|
-
reqBodyType: "formData",
|
|
5246
|
-
bodyType: "json",
|
|
5247
|
-
});
|
|
5248
|
-
return $tea.cast<CreateSceneResponse>(await this.callApi(params, req, runtime), new CreateSceneResponse({}));
|
|
5249
|
-
}
|
|
5250
|
-
|
|
5251
|
-
async createScene(request: CreateSceneRequest): Promise<CreateSceneResponse> {
|
|
5252
|
-
let runtime = new $Util.RuntimeOptions({ });
|
|
5253
|
-
return await this.createSceneWithOptions(request, runtime);
|
|
5254
|
-
}
|
|
5255
|
-
|
|
5256
|
-
async deleteFileWithOptions(request: DeleteFileRequest, runtime: $Util.RuntimeOptions): Promise<DeleteFileResponse> {
|
|
5257
|
-
Util.validateModel(request);
|
|
5258
|
-
let query = { };
|
|
5259
|
-
if (!Util.isUnset(request.paramFile)) {
|
|
5260
|
-
query["ParamFile"] = request.paramFile;
|
|
5261
|
-
}
|
|
5262
|
-
|
|
5263
|
-
if (!Util.isUnset(request.subSceneUuid)) {
|
|
5264
|
-
query["SubSceneUuid"] = request.subSceneUuid;
|
|
5265
|
-
}
|
|
5266
|
-
|
|
5267
|
-
let req = new $OpenApi.OpenApiRequest({
|
|
5268
|
-
query: OpenApiUtil.query(query),
|
|
5269
|
-
});
|
|
5270
|
-
let params = new $OpenApi.Params({
|
|
5271
|
-
action: "DeleteFile",
|
|
5272
|
-
version: "2020-01-01",
|
|
5273
|
-
protocol: "HTTPS",
|
|
5274
|
-
pathname: "/",
|
|
5275
|
-
method: "POST",
|
|
5276
|
-
authType: "AK",
|
|
5277
|
-
style: "RPC",
|
|
5278
|
-
reqBodyType: "formData",
|
|
5279
|
-
bodyType: "json",
|
|
5280
|
-
});
|
|
5281
|
-
return $tea.cast<DeleteFileResponse>(await this.callApi(params, req, runtime), new DeleteFileResponse({}));
|
|
5282
|
-
}
|
|
5283
|
-
|
|
5284
|
-
async deleteFile(request: DeleteFileRequest): Promise<DeleteFileResponse> {
|
|
5285
|
-
let runtime = new $Util.RuntimeOptions({ });
|
|
5286
|
-
return await this.deleteFileWithOptions(request, runtime);
|
|
5287
|
-
}
|
|
5288
|
-
|
|
5289
|
-
async deleteProjectWithOptions(request: DeleteProjectRequest, runtime: $Util.RuntimeOptions): Promise<DeleteProjectResponse> {
|
|
5028
|
+
async checkUserPropertyWithOptions(request: CheckUserPropertyRequest, runtime: $Util.RuntimeOptions): Promise<CheckUserPropertyResponse> {
|
|
5290
5029
|
Util.validateModel(request);
|
|
5291
5030
|
let query = { };
|
|
5292
|
-
if (!Util.isUnset(request.
|
|
5293
|
-
query["
|
|
5031
|
+
if (!Util.isUnset(request.uid)) {
|
|
5032
|
+
query["Uid"] = request.uid;
|
|
5294
5033
|
}
|
|
5295
5034
|
|
|
5296
5035
|
let req = new $OpenApi.OpenApiRequest({
|
|
5297
5036
|
query: OpenApiUtil.query(query),
|
|
5298
5037
|
});
|
|
5299
5038
|
let params = new $OpenApi.Params({
|
|
5300
|
-
action: "
|
|
5039
|
+
action: "CheckUserProperty",
|
|
5301
5040
|
version: "2020-01-01",
|
|
5302
5041
|
protocol: "HTTPS",
|
|
5303
5042
|
pathname: "/",
|
|
@@ -5307,12 +5046,12 @@ export default class Client extends OpenApi {
|
|
|
5307
5046
|
reqBodyType: "formData",
|
|
5308
5047
|
bodyType: "json",
|
|
5309
5048
|
});
|
|
5310
|
-
return $tea.cast<
|
|
5049
|
+
return $tea.cast<CheckUserPropertyResponse>(await this.callApi(params, req, runtime), new CheckUserPropertyResponse({}));
|
|
5311
5050
|
}
|
|
5312
5051
|
|
|
5313
|
-
async
|
|
5052
|
+
async checkUserProperty(request: CheckUserPropertyRequest): Promise<CheckUserPropertyResponse> {
|
|
5314
5053
|
let runtime = new $Util.RuntimeOptions({ });
|
|
5315
|
-
return await this.
|
|
5054
|
+
return await this.checkUserPropertyWithOptions(request, runtime);
|
|
5316
5055
|
}
|
|
5317
5056
|
|
|
5318
5057
|
async detailProjectWithOptions(request: DetailProjectRequest, runtime: $Util.RuntimeOptions): Promise<DetailProjectResponse> {
|
|
@@ -5732,22 +5471,18 @@ export default class Client extends OpenApi {
|
|
|
5732
5471
|
return await this.getOssPolicyWithOptions(request, runtime);
|
|
5733
5472
|
}
|
|
5734
5473
|
|
|
5735
|
-
async
|
|
5474
|
+
async getRectifyImageWithOptions(request: GetRectifyImageRequest, runtime: $Util.RuntimeOptions): Promise<GetRectifyImageResponse> {
|
|
5736
5475
|
Util.validateModel(request);
|
|
5737
5476
|
let query = { };
|
|
5738
|
-
if (!Util.isUnset(request.
|
|
5739
|
-
query["
|
|
5740
|
-
}
|
|
5741
|
-
|
|
5742
|
-
if (!Util.isUnset(request.type)) {
|
|
5743
|
-
query["Type"] = request.type;
|
|
5477
|
+
if (!Util.isUnset(request.subSceneId)) {
|
|
5478
|
+
query["SubSceneId"] = request.subSceneId;
|
|
5744
5479
|
}
|
|
5745
5480
|
|
|
5746
5481
|
let req = new $OpenApi.OpenApiRequest({
|
|
5747
5482
|
query: OpenApiUtil.query(query),
|
|
5748
5483
|
});
|
|
5749
5484
|
let params = new $OpenApi.Params({
|
|
5750
|
-
action: "
|
|
5485
|
+
action: "GetRectifyImage",
|
|
5751
5486
|
version: "2020-01-01",
|
|
5752
5487
|
protocol: "HTTPS",
|
|
5753
5488
|
pathname: "/",
|
|
@@ -5757,26 +5492,26 @@ export default class Client extends OpenApi {
|
|
|
5757
5492
|
reqBodyType: "formData",
|
|
5758
5493
|
bodyType: "json",
|
|
5759
5494
|
});
|
|
5760
|
-
return $tea.cast<
|
|
5495
|
+
return $tea.cast<GetRectifyImageResponse>(await this.callApi(params, req, runtime), new GetRectifyImageResponse({}));
|
|
5761
5496
|
}
|
|
5762
5497
|
|
|
5763
|
-
async
|
|
5498
|
+
async getRectifyImage(request: GetRectifyImageRequest): Promise<GetRectifyImageResponse> {
|
|
5764
5499
|
let runtime = new $Util.RuntimeOptions({ });
|
|
5765
|
-
return await this.
|
|
5500
|
+
return await this.getRectifyImageWithOptions(request, runtime);
|
|
5766
5501
|
}
|
|
5767
5502
|
|
|
5768
|
-
async
|
|
5503
|
+
async getSceneBuildTaskStatusWithOptions(request: GetSceneBuildTaskStatusRequest, runtime: $Util.RuntimeOptions): Promise<GetSceneBuildTaskStatusResponse> {
|
|
5769
5504
|
Util.validateModel(request);
|
|
5770
5505
|
let query = { };
|
|
5771
|
-
if (!Util.isUnset(request.
|
|
5772
|
-
query["
|
|
5506
|
+
if (!Util.isUnset(request.sceneId)) {
|
|
5507
|
+
query["SceneId"] = request.sceneId;
|
|
5773
5508
|
}
|
|
5774
5509
|
|
|
5775
5510
|
let req = new $OpenApi.OpenApiRequest({
|
|
5776
5511
|
query: OpenApiUtil.query(query),
|
|
5777
5512
|
});
|
|
5778
5513
|
let params = new $OpenApi.Params({
|
|
5779
|
-
action: "
|
|
5514
|
+
action: "GetSceneBuildTaskStatus",
|
|
5780
5515
|
version: "2020-01-01",
|
|
5781
5516
|
protocol: "HTTPS",
|
|
5782
5517
|
pathname: "/",
|
|
@@ -5786,26 +5521,38 @@ export default class Client extends OpenApi {
|
|
|
5786
5521
|
reqBodyType: "formData",
|
|
5787
5522
|
bodyType: "json",
|
|
5788
5523
|
});
|
|
5789
|
-
return $tea.cast<
|
|
5524
|
+
return $tea.cast<GetSceneBuildTaskStatusResponse>(await this.callApi(params, req, runtime), new GetSceneBuildTaskStatusResponse({}));
|
|
5790
5525
|
}
|
|
5791
5526
|
|
|
5792
|
-
async
|
|
5527
|
+
async getSceneBuildTaskStatus(request: GetSceneBuildTaskStatusRequest): Promise<GetSceneBuildTaskStatusResponse> {
|
|
5793
5528
|
let runtime = new $Util.RuntimeOptions({ });
|
|
5794
|
-
return await this.
|
|
5529
|
+
return await this.getSceneBuildTaskStatusWithOptions(request, runtime);
|
|
5795
5530
|
}
|
|
5796
5531
|
|
|
5797
|
-
async
|
|
5532
|
+
async getScenePreviewDataWithOptions(request: GetScenePreviewDataRequest, runtime: $Util.RuntimeOptions): Promise<GetScenePreviewDataResponse> {
|
|
5798
5533
|
Util.validateModel(request);
|
|
5799
5534
|
let query = { };
|
|
5800
|
-
if (!Util.isUnset(request.
|
|
5801
|
-
query["
|
|
5535
|
+
if (!Util.isUnset(request.domain)) {
|
|
5536
|
+
query["Domain"] = request.domain;
|
|
5537
|
+
}
|
|
5538
|
+
|
|
5539
|
+
if (!Util.isUnset(request.enabled)) {
|
|
5540
|
+
query["Enabled"] = request.enabled;
|
|
5541
|
+
}
|
|
5542
|
+
|
|
5543
|
+
if (!Util.isUnset(request.previewToken)) {
|
|
5544
|
+
query["PreviewToken"] = request.previewToken;
|
|
5545
|
+
}
|
|
5546
|
+
|
|
5547
|
+
if (!Util.isUnset(request.showTag)) {
|
|
5548
|
+
query["ShowTag"] = request.showTag;
|
|
5802
5549
|
}
|
|
5803
5550
|
|
|
5804
5551
|
let req = new $OpenApi.OpenApiRequest({
|
|
5805
5552
|
query: OpenApiUtil.query(query),
|
|
5806
5553
|
});
|
|
5807
5554
|
let params = new $OpenApi.Params({
|
|
5808
|
-
action: "
|
|
5555
|
+
action: "GetScenePreviewData",
|
|
5809
5556
|
version: "2020-01-01",
|
|
5810
5557
|
protocol: "HTTPS",
|
|
5811
5558
|
pathname: "/",
|
|
@@ -5815,12 +5562,12 @@ export default class Client extends OpenApi {
|
|
|
5815
5562
|
reqBodyType: "formData",
|
|
5816
5563
|
bodyType: "json",
|
|
5817
5564
|
});
|
|
5818
|
-
return $tea.cast<
|
|
5565
|
+
return $tea.cast<GetScenePreviewDataResponse>(await this.callApi(params, req, runtime), new GetScenePreviewDataResponse({}));
|
|
5819
5566
|
}
|
|
5820
5567
|
|
|
5821
|
-
async
|
|
5568
|
+
async getScenePreviewData(request: GetScenePreviewDataRequest): Promise<GetScenePreviewDataResponse> {
|
|
5822
5569
|
let runtime = new $Util.RuntimeOptions({ });
|
|
5823
|
-
return await this.
|
|
5570
|
+
return await this.getScenePreviewDataWithOptions(request, runtime);
|
|
5824
5571
|
}
|
|
5825
5572
|
|
|
5826
5573
|
async getScenePreviewInfoWithOptions(request: GetScenePreviewInfoRequest, runtime: $Util.RuntimeOptions): Promise<GetScenePreviewInfoResponse> {
|
|
@@ -5860,6 +5607,35 @@ export default class Client extends OpenApi {
|
|
|
5860
5607
|
return await this.getScenePreviewInfoWithOptions(request, runtime);
|
|
5861
5608
|
}
|
|
5862
5609
|
|
|
5610
|
+
async getScenePreviewResourceWithOptions(request: GetScenePreviewResourceRequest, runtime: $Util.RuntimeOptions): Promise<GetScenePreviewResourceResponse> {
|
|
5611
|
+
Util.validateModel(request);
|
|
5612
|
+
let query = { };
|
|
5613
|
+
if (!Util.isUnset(request.previewToken)) {
|
|
5614
|
+
query["PreviewToken"] = request.previewToken;
|
|
5615
|
+
}
|
|
5616
|
+
|
|
5617
|
+
let req = new $OpenApi.OpenApiRequest({
|
|
5618
|
+
query: OpenApiUtil.query(query),
|
|
5619
|
+
});
|
|
5620
|
+
let params = new $OpenApi.Params({
|
|
5621
|
+
action: "GetScenePreviewResource",
|
|
5622
|
+
version: "2020-01-01",
|
|
5623
|
+
protocol: "HTTPS",
|
|
5624
|
+
pathname: "/",
|
|
5625
|
+
method: "POST",
|
|
5626
|
+
authType: "AK",
|
|
5627
|
+
style: "RPC",
|
|
5628
|
+
reqBodyType: "formData",
|
|
5629
|
+
bodyType: "json",
|
|
5630
|
+
});
|
|
5631
|
+
return $tea.cast<GetScenePreviewResourceResponse>(await this.callApi(params, req, runtime), new GetScenePreviewResourceResponse({}));
|
|
5632
|
+
}
|
|
5633
|
+
|
|
5634
|
+
async getScenePreviewResource(request: GetScenePreviewResourceRequest): Promise<GetScenePreviewResourceResponse> {
|
|
5635
|
+
let runtime = new $Util.RuntimeOptions({ });
|
|
5636
|
+
return await this.getScenePreviewResourceWithOptions(request, runtime);
|
|
5637
|
+
}
|
|
5638
|
+
|
|
5863
5639
|
async getSingleConnDataWithOptions(request: GetSingleConnDataRequest, runtime: $Util.RuntimeOptions): Promise<GetSingleConnDataResponse> {
|
|
5864
5640
|
Util.validateModel(request);
|
|
5865
5641
|
let query = { };
|
|
@@ -6128,39 +5904,6 @@ export default class Client extends OpenApi {
|
|
|
6128
5904
|
return await this.listSceneWithOptions(request, runtime);
|
|
6129
5905
|
}
|
|
6130
5906
|
|
|
6131
|
-
async listScenesWithOptions(request: ListScenesRequest, runtime: $Util.RuntimeOptions): Promise<ListScenesResponse> {
|
|
6132
|
-
Util.validateModel(request);
|
|
6133
|
-
let query = { };
|
|
6134
|
-
if (!Util.isUnset(request.isPublishQuery)) {
|
|
6135
|
-
query["IsPublishQuery"] = request.isPublishQuery;
|
|
6136
|
-
}
|
|
6137
|
-
|
|
6138
|
-
if (!Util.isUnset(request.projectId)) {
|
|
6139
|
-
query["ProjectId"] = request.projectId;
|
|
6140
|
-
}
|
|
6141
|
-
|
|
6142
|
-
let req = new $OpenApi.OpenApiRequest({
|
|
6143
|
-
query: OpenApiUtil.query(query),
|
|
6144
|
-
});
|
|
6145
|
-
let params = new $OpenApi.Params({
|
|
6146
|
-
action: "ListScenes",
|
|
6147
|
-
version: "2020-01-01",
|
|
6148
|
-
protocol: "HTTPS",
|
|
6149
|
-
pathname: "/",
|
|
6150
|
-
method: "POST",
|
|
6151
|
-
authType: "AK",
|
|
6152
|
-
style: "RPC",
|
|
6153
|
-
reqBodyType: "formData",
|
|
6154
|
-
bodyType: "json",
|
|
6155
|
-
});
|
|
6156
|
-
return $tea.cast<ListScenesResponse>(await this.callApi(params, req, runtime), new ListScenesResponse({}));
|
|
6157
|
-
}
|
|
6158
|
-
|
|
6159
|
-
async listScenes(request: ListScenesRequest): Promise<ListScenesResponse> {
|
|
6160
|
-
let runtime = new $Util.RuntimeOptions({ });
|
|
6161
|
-
return await this.listScenesWithOptions(request, runtime);
|
|
6162
|
-
}
|
|
6163
|
-
|
|
6164
5907
|
async listSubSceneWithOptions(request: ListSubSceneRequest, runtime: $Util.RuntimeOptions): Promise<ListSubSceneResponse> {
|
|
6165
5908
|
Util.validateModel(request);
|
|
6166
5909
|
let query = { };
|