@alicloud/tdsr20200101 3.0.10 → 3.1.2

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;
@@ -1294,6 +1383,51 @@ export declare class GetSingleConnDataResponse extends $tea.Model {
1294
1383
  [key: string]: any;
1295
1384
  });
1296
1385
  }
1386
+ export declare class GetSourcePackStatusRequest extends $tea.Model {
1387
+ taskId?: string;
1388
+ static names(): {
1389
+ [key: string]: string;
1390
+ };
1391
+ static types(): {
1392
+ [key: string]: any;
1393
+ };
1394
+ constructor(map?: {
1395
+ [key: string]: any;
1396
+ });
1397
+ }
1398
+ export declare class GetSourcePackStatusResponseBody extends $tea.Model {
1399
+ code?: number;
1400
+ data?: GetSourcePackStatusResponseBodyData;
1401
+ message?: string;
1402
+ requestId?: string;
1403
+ success?: boolean;
1404
+ url?: string;
1405
+ static names(): {
1406
+ [key: string]: string;
1407
+ };
1408
+ static types(): {
1409
+ [key: string]: any;
1410
+ };
1411
+ constructor(map?: {
1412
+ [key: string]: any;
1413
+ });
1414
+ }
1415
+ export declare class GetSourcePackStatusResponse extends $tea.Model {
1416
+ headers: {
1417
+ [key: string]: string;
1418
+ };
1419
+ statusCode: number;
1420
+ body: GetSourcePackStatusResponseBody;
1421
+ static names(): {
1422
+ [key: string]: string;
1423
+ };
1424
+ static types(): {
1425
+ [key: string]: any;
1426
+ };
1427
+ constructor(map?: {
1428
+ [key: string]: any;
1429
+ });
1430
+ }
1297
1431
  export declare class GetSubSceneTaskStatusRequest extends $tea.Model {
1298
1432
  subSceneId?: string;
1299
1433
  static names(): {
@@ -1433,7 +1567,11 @@ export declare class GetWindowConfigResponse extends $tea.Model {
1433
1567
  }
1434
1568
  export declare class LabelBuildRequest extends $tea.Model {
1435
1569
  mode?: string;
1570
+ modelStyle?: string;
1571
+ optimizeWallWidth?: string;
1572
+ planStyle?: string;
1436
1573
  sceneId?: string;
1574
+ wallHeight?: number;
1437
1575
  static names(): {
1438
1576
  [key: string]: string;
1439
1577
  };
@@ -1629,6 +1767,7 @@ export declare class ListSubSceneRequest extends $tea.Model {
1629
1767
  pageSize?: number;
1630
1768
  sceneId?: string;
1631
1769
  showLayoutData?: boolean;
1770
+ sortField?: string;
1632
1771
  static names(): {
1633
1772
  [key: string]: string;
1634
1773
  };
@@ -1764,6 +1903,50 @@ export declare class PackSceneResponse extends $tea.Model {
1764
1903
  [key: string]: any;
1765
1904
  });
1766
1905
  }
1906
+ export declare class PackSourceRequest extends $tea.Model {
1907
+ sceneId?: string;
1908
+ static names(): {
1909
+ [key: string]: string;
1910
+ };
1911
+ static types(): {
1912
+ [key: string]: any;
1913
+ };
1914
+ constructor(map?: {
1915
+ [key: string]: any;
1916
+ });
1917
+ }
1918
+ export declare class PackSourceResponseBody extends $tea.Model {
1919
+ code?: number;
1920
+ data?: PackSourceResponseBodyData;
1921
+ message?: string;
1922
+ requestId?: string;
1923
+ success?: boolean;
1924
+ static names(): {
1925
+ [key: string]: string;
1926
+ };
1927
+ static types(): {
1928
+ [key: string]: any;
1929
+ };
1930
+ constructor(map?: {
1931
+ [key: string]: any;
1932
+ });
1933
+ }
1934
+ export declare class PackSourceResponse extends $tea.Model {
1935
+ headers: {
1936
+ [key: string]: string;
1937
+ };
1938
+ statusCode: number;
1939
+ body: PackSourceResponseBody;
1940
+ static names(): {
1941
+ [key: string]: string;
1942
+ };
1943
+ static types(): {
1944
+ [key: string]: any;
1945
+ };
1946
+ constructor(map?: {
1947
+ [key: string]: any;
1948
+ });
1949
+ }
1767
1950
  export declare class PredImageRequest extends $tea.Model {
1768
1951
  correctVertical?: boolean;
1769
1952
  countDetectDoor?: number;
@@ -1965,6 +2148,7 @@ export declare class PublishStatusResponseBody extends $tea.Model {
1965
2148
  requestId?: string;
1966
2149
  status?: string;
1967
2150
  success?: boolean;
2151
+ syncStatus?: string;
1968
2152
  static names(): {
1969
2153
  [key: string]: string;
1970
2154
  };
@@ -2569,6 +2753,21 @@ export declare class UpdateSceneResponse extends $tea.Model {
2569
2753
  export declare class UpdateSubSceneRequest extends $tea.Model {
2570
2754
  id?: string;
2571
2755
  name?: string;
2756
+ viewPoint?: number[];
2757
+ static names(): {
2758
+ [key: string]: string;
2759
+ };
2760
+ static types(): {
2761
+ [key: string]: any;
2762
+ };
2763
+ constructor(map?: {
2764
+ [key: string]: any;
2765
+ });
2766
+ }
2767
+ export declare class UpdateSubSceneShrinkRequest extends $tea.Model {
2768
+ id?: string;
2769
+ name?: string;
2770
+ viewPointShrink?: string;
2572
2771
  static names(): {
2573
2772
  [key: string]: string;
2574
2773
  };
@@ -2610,6 +2809,63 @@ export declare class UpdateSubSceneResponse extends $tea.Model {
2610
2809
  [key: string]: any;
2611
2810
  });
2612
2811
  }
2812
+ export declare class UpdateSubSceneSeqRequest extends $tea.Model {
2813
+ sceneId?: string;
2814
+ sortSubSceneIds?: string[];
2815
+ static names(): {
2816
+ [key: string]: string;
2817
+ };
2818
+ static types(): {
2819
+ [key: string]: any;
2820
+ };
2821
+ constructor(map?: {
2822
+ [key: string]: any;
2823
+ });
2824
+ }
2825
+ export declare class UpdateSubSceneSeqShrinkRequest extends $tea.Model {
2826
+ sceneId?: string;
2827
+ sortSubSceneIdsShrink?: string;
2828
+ static names(): {
2829
+ [key: string]: string;
2830
+ };
2831
+ static types(): {
2832
+ [key: string]: any;
2833
+ };
2834
+ constructor(map?: {
2835
+ [key: string]: any;
2836
+ });
2837
+ }
2838
+ export declare class UpdateSubSceneSeqResponseBody extends $tea.Model {
2839
+ code?: number;
2840
+ message?: string;
2841
+ requestId?: string;
2842
+ success?: boolean;
2843
+ static names(): {
2844
+ [key: string]: string;
2845
+ };
2846
+ static types(): {
2847
+ [key: string]: any;
2848
+ };
2849
+ constructor(map?: {
2850
+ [key: string]: any;
2851
+ });
2852
+ }
2853
+ export declare class UpdateSubSceneSeqResponse extends $tea.Model {
2854
+ headers: {
2855
+ [key: string]: string;
2856
+ };
2857
+ statusCode: number;
2858
+ body: UpdateSubSceneSeqResponseBody;
2859
+ static names(): {
2860
+ [key: string]: string;
2861
+ };
2862
+ static types(): {
2863
+ [key: string]: any;
2864
+ };
2865
+ constructor(map?: {
2866
+ [key: string]: any;
2867
+ });
2868
+ }
2613
2869
  export declare class AddRoomPlanResponseBodyData extends $tea.Model {
2614
2870
  accessId?: string;
2615
2871
  callback?: string;
@@ -2628,6 +2884,18 @@ export declare class AddRoomPlanResponseBodyData extends $tea.Model {
2628
2884
  [key: string]: any;
2629
2885
  });
2630
2886
  }
2887
+ export declare class CopySceneResponseBodyData extends $tea.Model {
2888
+ taskId?: string;
2889
+ static names(): {
2890
+ [key: string]: string;
2891
+ };
2892
+ static types(): {
2893
+ [key: string]: any;
2894
+ };
2895
+ constructor(map?: {
2896
+ [key: string]: any;
2897
+ });
2898
+ }
2631
2899
  export declare class GetConnDataResponseBodyList extends $tea.Model {
2632
2900
  id?: string;
2633
2901
  mapId?: string;
@@ -2642,6 +2910,19 @@ export declare class GetConnDataResponseBodyList extends $tea.Model {
2642
2910
  [key: string]: any;
2643
2911
  });
2644
2912
  }
2913
+ export declare class GetCopySceneTaskStatusResponseBodyData extends $tea.Model {
2914
+ progress?: number;
2915
+ status?: string;
2916
+ static names(): {
2917
+ [key: string]: string;
2918
+ };
2919
+ static types(): {
2920
+ [key: string]: any;
2921
+ };
2922
+ constructor(map?: {
2923
+ [key: string]: any;
2924
+ });
2925
+ }
2645
2926
  export declare class GetHotspotSceneDataResponseBodyData extends $tea.Model {
2646
2927
  modelToken?: string;
2647
2928
  previewData?: string;
@@ -2864,6 +3145,19 @@ export declare class GetSingleConnDataResponseBodyList extends $tea.Model {
2864
3145
  [key: string]: any;
2865
3146
  });
2866
3147
  }
3148
+ export declare class GetSourcePackStatusResponseBodyData extends $tea.Model {
3149
+ progress?: number;
3150
+ status?: string;
3151
+ static names(): {
3152
+ [key: string]: string;
3153
+ };
3154
+ static types(): {
3155
+ [key: string]: any;
3156
+ };
3157
+ constructor(map?: {
3158
+ [key: string]: any;
3159
+ });
3160
+ }
2867
3161
  export declare class GetSubSceneTaskStatusResponseBodyList extends $tea.Model {
2868
3162
  errorCode?: string;
2869
3163
  errorMsg?: string;
@@ -2958,6 +3252,18 @@ export declare class PackSceneResponseBodyData extends $tea.Model {
2958
3252
  [key: string]: any;
2959
3253
  });
2960
3254
  }
3255
+ export declare class PackSourceResponseBodyData extends $tea.Model {
3256
+ taskId?: string;
3257
+ static names(): {
3258
+ [key: string]: string;
3259
+ };
3260
+ static types(): {
3261
+ [key: string]: any;
3262
+ };
3263
+ constructor(map?: {
3264
+ [key: string]: any;
3265
+ });
3266
+ }
2961
3267
  export default class Client extends OpenApi {
2962
3268
  constructor(config: $OpenApi.Config);
2963
3269
  getEndpoint(productId: string, regionId: string, endpointRule: string, network: string, suffix: string, endpointMap: {
@@ -2977,6 +3283,8 @@ export default class Client extends OpenApi {
2977
3283
  addSubScene(request: AddSubSceneRequest): Promise<AddSubSceneResponse>;
2978
3284
  checkUserPropertyWithOptions(request: CheckUserPropertyRequest, runtime: $Util.RuntimeOptions): Promise<CheckUserPropertyResponse>;
2979
3285
  checkUserProperty(request: CheckUserPropertyRequest): Promise<CheckUserPropertyResponse>;
3286
+ copySceneWithOptions(request: CopySceneRequest, runtime: $Util.RuntimeOptions): Promise<CopySceneResponse>;
3287
+ copyScene(request: CopySceneRequest): Promise<CopySceneResponse>;
2980
3288
  detailProjectWithOptions(request: DetailProjectRequest, runtime: $Util.RuntimeOptions): Promise<DetailProjectResponse>;
2981
3289
  detailProject(request: DetailProjectRequest): Promise<DetailProjectResponse>;
2982
3290
  detailSceneWithOptions(request: DetailSceneRequest, runtime: $Util.RuntimeOptions): Promise<DetailSceneResponse>;
@@ -2991,6 +3299,8 @@ export default class Client extends OpenApi {
2991
3299
  dropSubScene(request: DropSubSceneRequest): Promise<DropSubSceneResponse>;
2992
3300
  getConnDataWithOptions(request: GetConnDataRequest, runtime: $Util.RuntimeOptions): Promise<GetConnDataResponse>;
2993
3301
  getConnData(request: GetConnDataRequest): Promise<GetConnDataResponse>;
3302
+ getCopySceneTaskStatusWithOptions(request: GetCopySceneTaskStatusRequest, runtime: $Util.RuntimeOptions): Promise<GetCopySceneTaskStatusResponse>;
3303
+ getCopySceneTaskStatus(request: GetCopySceneTaskStatusRequest): Promise<GetCopySceneTaskStatusResponse>;
2994
3304
  getHotspotConfigWithOptions(request: GetHotspotConfigRequest, runtime: $Util.RuntimeOptions): Promise<GetHotspotConfigResponse>;
2995
3305
  getHotspotConfig(request: GetHotspotConfigRequest): Promise<GetHotspotConfigResponse>;
2996
3306
  getHotspotSceneDataWithOptions(request: GetHotspotSceneDataRequest, runtime: $Util.RuntimeOptions): Promise<GetHotspotSceneDataResponse>;
@@ -3019,6 +3329,8 @@ export default class Client extends OpenApi {
3019
3329
  getScenePreviewResource(request: GetScenePreviewResourceRequest): Promise<GetScenePreviewResourceResponse>;
3020
3330
  getSingleConnDataWithOptions(request: GetSingleConnDataRequest, runtime: $Util.RuntimeOptions): Promise<GetSingleConnDataResponse>;
3021
3331
  getSingleConnData(request: GetSingleConnDataRequest): Promise<GetSingleConnDataResponse>;
3332
+ getSourcePackStatusWithOptions(request: GetSourcePackStatusRequest, runtime: $Util.RuntimeOptions): Promise<GetSourcePackStatusResponse>;
3333
+ getSourcePackStatus(request: GetSourcePackStatusRequest): Promise<GetSourcePackStatusResponse>;
3022
3334
  getSubSceneTaskStatusWithOptions(request: GetSubSceneTaskStatusRequest, runtime: $Util.RuntimeOptions): Promise<GetSubSceneTaskStatusResponse>;
3023
3335
  getSubSceneTaskStatus(request: GetSubSceneTaskStatusRequest): Promise<GetSubSceneTaskStatusResponse>;
3024
3336
  getTaskStatusWithOptions(request: GetTaskStatusRequest, runtime: $Util.RuntimeOptions): Promise<GetTaskStatusResponse>;
@@ -3039,6 +3351,8 @@ export default class Client extends OpenApi {
3039
3351
  optimizeRightAngle(request: OptimizeRightAngleRequest): Promise<OptimizeRightAngleResponse>;
3040
3352
  packSceneWithOptions(request: PackSceneRequest, runtime: $Util.RuntimeOptions): Promise<PackSceneResponse>;
3041
3353
  packScene(request: PackSceneRequest): Promise<PackSceneResponse>;
3354
+ packSourceWithOptions(request: PackSourceRequest, runtime: $Util.RuntimeOptions): Promise<PackSourceResponse>;
3355
+ packSource(request: PackSourceRequest): Promise<PackSourceResponse>;
3042
3356
  predImageWithOptions(request: PredImageRequest, runtime: $Util.RuntimeOptions): Promise<PredImageResponse>;
3043
3357
  predImage(request: PredImageRequest): Promise<PredImageResponse>;
3044
3358
  predictionWallLineWithOptions(request: PredictionWallLineRequest, runtime: $Util.RuntimeOptions): Promise<PredictionWallLineResponse>;
@@ -3075,6 +3389,8 @@ export default class Client extends OpenApi {
3075
3389
  updateProject(request: UpdateProjectRequest): Promise<UpdateProjectResponse>;
3076
3390
  updateSceneWithOptions(request: UpdateSceneRequest, runtime: $Util.RuntimeOptions): Promise<UpdateSceneResponse>;
3077
3391
  updateScene(request: UpdateSceneRequest): Promise<UpdateSceneResponse>;
3078
- updateSubSceneWithOptions(request: UpdateSubSceneRequest, runtime: $Util.RuntimeOptions): Promise<UpdateSubSceneResponse>;
3392
+ updateSubSceneWithOptions(tmpReq: UpdateSubSceneRequest, runtime: $Util.RuntimeOptions): Promise<UpdateSubSceneResponse>;
3079
3393
  updateSubScene(request: UpdateSubSceneRequest): Promise<UpdateSubSceneResponse>;
3394
+ updateSubSceneSeqWithOptions(tmpReq: UpdateSubSceneSeqRequest, runtime: $Util.RuntimeOptions): Promise<UpdateSubSceneSeqResponse>;
3395
+ updateSubSceneSeq(request: UpdateSubSceneSeqRequest): Promise<UpdateSubSceneSeqResponse>;
3080
3396
  }