@alicloud/tdsr20200101 3.0.9 → 3.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/client.d.ts CHANGED
@@ -319,6 +319,51 @@ export declare class CheckUserPropertyResponse extends $tea.Model {
319
319
  [key: string]: any;
320
320
  });
321
321
  }
322
+ export declare class CopySceneRequest extends $tea.Model {
323
+ sceneId?: string;
324
+ sceneName?: string;
325
+ static names(): {
326
+ [key: string]: string;
327
+ };
328
+ static types(): {
329
+ [key: string]: any;
330
+ };
331
+ constructor(map?: {
332
+ [key: string]: any;
333
+ });
334
+ }
335
+ export declare class CopySceneResponseBody extends $tea.Model {
336
+ code?: number;
337
+ data?: CopySceneResponseBodyData;
338
+ message?: string;
339
+ requestId?: string;
340
+ success?: boolean;
341
+ static names(): {
342
+ [key: string]: string;
343
+ };
344
+ static types(): {
345
+ [key: string]: any;
346
+ };
347
+ constructor(map?: {
348
+ [key: string]: any;
349
+ });
350
+ }
351
+ export declare class CopySceneResponse extends $tea.Model {
352
+ headers: {
353
+ [key: string]: string;
354
+ };
355
+ statusCode: number;
356
+ body: CopySceneResponseBody;
357
+ static names(): {
358
+ [key: string]: string;
359
+ };
360
+ static types(): {
361
+ [key: string]: any;
362
+ };
363
+ constructor(map?: {
364
+ [key: string]: any;
365
+ });
366
+ }
322
367
  export declare class DetailProjectRequest extends $tea.Model {
323
368
  id?: string;
324
369
  static names(): {
@@ -652,6 +697,50 @@ export declare class GetConnDataResponse extends $tea.Model {
652
697
  [key: string]: any;
653
698
  });
654
699
  }
700
+ export declare class GetCopySceneTaskStatusRequest extends $tea.Model {
701
+ taskId?: string;
702
+ static names(): {
703
+ [key: string]: string;
704
+ };
705
+ static types(): {
706
+ [key: string]: any;
707
+ };
708
+ constructor(map?: {
709
+ [key: string]: any;
710
+ });
711
+ }
712
+ export declare class GetCopySceneTaskStatusResponseBody extends $tea.Model {
713
+ code?: number;
714
+ data?: GetCopySceneTaskStatusResponseBodyData;
715
+ message?: string;
716
+ requestId?: string;
717
+ success?: boolean;
718
+ static names(): {
719
+ [key: string]: string;
720
+ };
721
+ static types(): {
722
+ [key: string]: any;
723
+ };
724
+ constructor(map?: {
725
+ [key: string]: any;
726
+ });
727
+ }
728
+ export declare class GetCopySceneTaskStatusResponse extends $tea.Model {
729
+ headers: {
730
+ [key: string]: string;
731
+ };
732
+ statusCode: number;
733
+ body: GetCopySceneTaskStatusResponseBody;
734
+ static names(): {
735
+ [key: string]: string;
736
+ };
737
+ static types(): {
738
+ [key: string]: any;
739
+ };
740
+ constructor(map?: {
741
+ [key: string]: any;
742
+ });
743
+ }
655
744
  export declare class GetHotspotConfigRequest extends $tea.Model {
656
745
  domain?: string;
657
746
  enabled?: boolean;
@@ -1433,7 +1522,11 @@ export declare class GetWindowConfigResponse extends $tea.Model {
1433
1522
  }
1434
1523
  export declare class LabelBuildRequest extends $tea.Model {
1435
1524
  mode?: string;
1525
+ optimizeModelEffect?: string;
1526
+ optimizeWallWidth?: string;
1527
+ planStyle?: string;
1436
1528
  sceneId?: string;
1529
+ wallHeight?: number;
1437
1530
  static names(): {
1438
1531
  [key: string]: string;
1439
1532
  };
@@ -1629,6 +1722,7 @@ export declare class ListSubSceneRequest extends $tea.Model {
1629
1722
  pageSize?: number;
1630
1723
  sceneId?: string;
1631
1724
  showLayoutData?: boolean;
1725
+ sortField?: string;
1632
1726
  static names(): {
1633
1727
  [key: string]: string;
1634
1728
  };
@@ -2569,6 +2663,21 @@ export declare class UpdateSceneResponse extends $tea.Model {
2569
2663
  export declare class UpdateSubSceneRequest extends $tea.Model {
2570
2664
  id?: string;
2571
2665
  name?: string;
2666
+ viewPoint?: number[];
2667
+ static names(): {
2668
+ [key: string]: string;
2669
+ };
2670
+ static types(): {
2671
+ [key: string]: any;
2672
+ };
2673
+ constructor(map?: {
2674
+ [key: string]: any;
2675
+ });
2676
+ }
2677
+ export declare class UpdateSubSceneShrinkRequest extends $tea.Model {
2678
+ id?: string;
2679
+ name?: string;
2680
+ viewPointShrink?: string;
2572
2681
  static names(): {
2573
2682
  [key: string]: string;
2574
2683
  };
@@ -2610,6 +2719,63 @@ export declare class UpdateSubSceneResponse extends $tea.Model {
2610
2719
  [key: string]: any;
2611
2720
  });
2612
2721
  }
2722
+ export declare class UpdateSubSceneSeqRequest extends $tea.Model {
2723
+ sceneId?: string;
2724
+ sortSubSceneIds?: string[];
2725
+ static names(): {
2726
+ [key: string]: string;
2727
+ };
2728
+ static types(): {
2729
+ [key: string]: any;
2730
+ };
2731
+ constructor(map?: {
2732
+ [key: string]: any;
2733
+ });
2734
+ }
2735
+ export declare class UpdateSubSceneSeqShrinkRequest extends $tea.Model {
2736
+ sceneId?: string;
2737
+ sortSubSceneIdsShrink?: string;
2738
+ static names(): {
2739
+ [key: string]: string;
2740
+ };
2741
+ static types(): {
2742
+ [key: string]: any;
2743
+ };
2744
+ constructor(map?: {
2745
+ [key: string]: any;
2746
+ });
2747
+ }
2748
+ export declare class UpdateSubSceneSeqResponseBody extends $tea.Model {
2749
+ code?: number;
2750
+ message?: string;
2751
+ requestId?: string;
2752
+ success?: boolean;
2753
+ static names(): {
2754
+ [key: string]: string;
2755
+ };
2756
+ static types(): {
2757
+ [key: string]: any;
2758
+ };
2759
+ constructor(map?: {
2760
+ [key: string]: any;
2761
+ });
2762
+ }
2763
+ export declare class UpdateSubSceneSeqResponse extends $tea.Model {
2764
+ headers: {
2765
+ [key: string]: string;
2766
+ };
2767
+ statusCode: number;
2768
+ body: UpdateSubSceneSeqResponseBody;
2769
+ static names(): {
2770
+ [key: string]: string;
2771
+ };
2772
+ static types(): {
2773
+ [key: string]: any;
2774
+ };
2775
+ constructor(map?: {
2776
+ [key: string]: any;
2777
+ });
2778
+ }
2613
2779
  export declare class AddRoomPlanResponseBodyData extends $tea.Model {
2614
2780
  accessId?: string;
2615
2781
  callback?: string;
@@ -2628,6 +2794,18 @@ export declare class AddRoomPlanResponseBodyData extends $tea.Model {
2628
2794
  [key: string]: any;
2629
2795
  });
2630
2796
  }
2797
+ export declare class CopySceneResponseBodyData extends $tea.Model {
2798
+ taskId?: string;
2799
+ static names(): {
2800
+ [key: string]: string;
2801
+ };
2802
+ static types(): {
2803
+ [key: string]: any;
2804
+ };
2805
+ constructor(map?: {
2806
+ [key: string]: any;
2807
+ });
2808
+ }
2631
2809
  export declare class GetConnDataResponseBodyList extends $tea.Model {
2632
2810
  id?: string;
2633
2811
  mapId?: string;
@@ -2642,6 +2820,19 @@ export declare class GetConnDataResponseBodyList extends $tea.Model {
2642
2820
  [key: string]: any;
2643
2821
  });
2644
2822
  }
2823
+ export declare class GetCopySceneTaskStatusResponseBodyData extends $tea.Model {
2824
+ progress?: number;
2825
+ status?: string;
2826
+ static names(): {
2827
+ [key: string]: string;
2828
+ };
2829
+ static types(): {
2830
+ [key: string]: any;
2831
+ };
2832
+ constructor(map?: {
2833
+ [key: string]: any;
2834
+ });
2835
+ }
2645
2836
  export declare class GetHotspotSceneDataResponseBodyData extends $tea.Model {
2646
2837
  modelToken?: string;
2647
2838
  previewData?: string;
@@ -2658,7 +2849,7 @@ export declare class GetHotspotSceneDataResponseBodyData extends $tea.Model {
2658
2849
  });
2659
2850
  }
2660
2851
  export declare class GetPackSceneTaskStatusResponseBodyData extends $tea.Model {
2661
- progress?: string;
2852
+ progress?: number;
2662
2853
  status?: string;
2663
2854
  static names(): {
2664
2855
  [key: string]: string;
@@ -2673,7 +2864,7 @@ export declare class GetPackSceneTaskStatusResponseBodyData extends $tea.Model {
2673
2864
  export declare class GetScenePackUrlResponseBodyData extends $tea.Model {
2674
2865
  expire?: string;
2675
2866
  url?: string;
2676
- valid?: string;
2867
+ valid?: boolean;
2677
2868
  static names(): {
2678
2869
  [key: string]: string;
2679
2870
  };
@@ -2977,6 +3168,8 @@ export default class Client extends OpenApi {
2977
3168
  addSubScene(request: AddSubSceneRequest): Promise<AddSubSceneResponse>;
2978
3169
  checkUserPropertyWithOptions(request: CheckUserPropertyRequest, runtime: $Util.RuntimeOptions): Promise<CheckUserPropertyResponse>;
2979
3170
  checkUserProperty(request: CheckUserPropertyRequest): Promise<CheckUserPropertyResponse>;
3171
+ copySceneWithOptions(request: CopySceneRequest, runtime: $Util.RuntimeOptions): Promise<CopySceneResponse>;
3172
+ copyScene(request: CopySceneRequest): Promise<CopySceneResponse>;
2980
3173
  detailProjectWithOptions(request: DetailProjectRequest, runtime: $Util.RuntimeOptions): Promise<DetailProjectResponse>;
2981
3174
  detailProject(request: DetailProjectRequest): Promise<DetailProjectResponse>;
2982
3175
  detailSceneWithOptions(request: DetailSceneRequest, runtime: $Util.RuntimeOptions): Promise<DetailSceneResponse>;
@@ -2991,6 +3184,8 @@ export default class Client extends OpenApi {
2991
3184
  dropSubScene(request: DropSubSceneRequest): Promise<DropSubSceneResponse>;
2992
3185
  getConnDataWithOptions(request: GetConnDataRequest, runtime: $Util.RuntimeOptions): Promise<GetConnDataResponse>;
2993
3186
  getConnData(request: GetConnDataRequest): Promise<GetConnDataResponse>;
3187
+ getCopySceneTaskStatusWithOptions(request: GetCopySceneTaskStatusRequest, runtime: $Util.RuntimeOptions): Promise<GetCopySceneTaskStatusResponse>;
3188
+ getCopySceneTaskStatus(request: GetCopySceneTaskStatusRequest): Promise<GetCopySceneTaskStatusResponse>;
2994
3189
  getHotspotConfigWithOptions(request: GetHotspotConfigRequest, runtime: $Util.RuntimeOptions): Promise<GetHotspotConfigResponse>;
2995
3190
  getHotspotConfig(request: GetHotspotConfigRequest): Promise<GetHotspotConfigResponse>;
2996
3191
  getHotspotSceneDataWithOptions(request: GetHotspotSceneDataRequest, runtime: $Util.RuntimeOptions): Promise<GetHotspotSceneDataResponse>;
@@ -3075,6 +3270,8 @@ export default class Client extends OpenApi {
3075
3270
  updateProject(request: UpdateProjectRequest): Promise<UpdateProjectResponse>;
3076
3271
  updateSceneWithOptions(request: UpdateSceneRequest, runtime: $Util.RuntimeOptions): Promise<UpdateSceneResponse>;
3077
3272
  updateScene(request: UpdateSceneRequest): Promise<UpdateSceneResponse>;
3078
- updateSubSceneWithOptions(request: UpdateSubSceneRequest, runtime: $Util.RuntimeOptions): Promise<UpdateSubSceneResponse>;
3273
+ updateSubSceneWithOptions(tmpReq: UpdateSubSceneRequest, runtime: $Util.RuntimeOptions): Promise<UpdateSubSceneResponse>;
3079
3274
  updateSubScene(request: UpdateSubSceneRequest): Promise<UpdateSubSceneResponse>;
3275
+ updateSubSceneSeqWithOptions(tmpReq: UpdateSubSceneSeqRequest, runtime: $Util.RuntimeOptions): Promise<UpdateSubSceneSeqResponse>;
3276
+ updateSubSceneSeq(request: UpdateSubSceneSeqRequest): Promise<UpdateSubSceneSeqResponse>;
3080
3277
  }