@alicloud/tdsr20200101 3.0.6 → 3.0.9
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 +264 -267
- package/dist/client.js +521 -597
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +667 -742
package/dist/client.js
CHANGED
|
@@ -68,12 +68,14 @@ class AddMosaicsResponse extends $tea.Model {
|
|
|
68
68
|
static names() {
|
|
69
69
|
return {
|
|
70
70
|
headers: 'headers',
|
|
71
|
+
statusCode: 'statusCode',
|
|
71
72
|
body: 'body',
|
|
72
73
|
};
|
|
73
74
|
}
|
|
74
75
|
static types() {
|
|
75
76
|
return {
|
|
76
77
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
78
|
+
statusCode: 'number',
|
|
77
79
|
body: AddMosaicsResponseBody,
|
|
78
80
|
};
|
|
79
81
|
}
|
|
@@ -128,12 +130,14 @@ class AddProjectResponse extends $tea.Model {
|
|
|
128
130
|
static names() {
|
|
129
131
|
return {
|
|
130
132
|
headers: 'headers',
|
|
133
|
+
statusCode: 'statusCode',
|
|
131
134
|
body: 'body',
|
|
132
135
|
};
|
|
133
136
|
}
|
|
134
137
|
static types() {
|
|
135
138
|
return {
|
|
136
139
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
140
|
+
statusCode: 'number',
|
|
137
141
|
body: AddProjectResponseBody,
|
|
138
142
|
};
|
|
139
143
|
}
|
|
@@ -186,12 +190,14 @@ class AddRelativePositionResponse extends $tea.Model {
|
|
|
186
190
|
static names() {
|
|
187
191
|
return {
|
|
188
192
|
headers: 'headers',
|
|
193
|
+
statusCode: 'statusCode',
|
|
189
194
|
body: 'body',
|
|
190
195
|
};
|
|
191
196
|
}
|
|
192
197
|
static types() {
|
|
193
198
|
return {
|
|
194
199
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
200
|
+
statusCode: 'number',
|
|
195
201
|
body: AddRelativePositionResponseBody,
|
|
196
202
|
};
|
|
197
203
|
}
|
|
@@ -244,12 +250,14 @@ class AddRoomPlanResponse extends $tea.Model {
|
|
|
244
250
|
static names() {
|
|
245
251
|
return {
|
|
246
252
|
headers: 'headers',
|
|
253
|
+
statusCode: 'statusCode',
|
|
247
254
|
body: 'body',
|
|
248
255
|
};
|
|
249
256
|
}
|
|
250
257
|
static types() {
|
|
251
258
|
return {
|
|
252
259
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
260
|
+
statusCode: 'number',
|
|
253
261
|
body: AddRoomPlanResponseBody,
|
|
254
262
|
};
|
|
255
263
|
}
|
|
@@ -261,6 +269,7 @@ class AddSceneRequest extends $tea.Model {
|
|
|
261
269
|
}
|
|
262
270
|
static names() {
|
|
263
271
|
return {
|
|
272
|
+
customerUid: 'CustomerUid',
|
|
264
273
|
name: 'Name',
|
|
265
274
|
projectId: 'ProjectId',
|
|
266
275
|
type: 'Type',
|
|
@@ -268,6 +277,7 @@ class AddSceneRequest extends $tea.Model {
|
|
|
268
277
|
}
|
|
269
278
|
static types() {
|
|
270
279
|
return {
|
|
280
|
+
customerUid: 'string',
|
|
271
281
|
name: 'string',
|
|
272
282
|
projectId: 'string',
|
|
273
283
|
type: 'string',
|
|
@@ -306,12 +316,14 @@ class AddSceneResponse extends $tea.Model {
|
|
|
306
316
|
static names() {
|
|
307
317
|
return {
|
|
308
318
|
headers: 'headers',
|
|
319
|
+
statusCode: 'statusCode',
|
|
309
320
|
body: 'body',
|
|
310
321
|
};
|
|
311
322
|
}
|
|
312
323
|
static types() {
|
|
313
324
|
return {
|
|
314
325
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
326
|
+
statusCode: 'number',
|
|
315
327
|
body: AddSceneResponseBody,
|
|
316
328
|
};
|
|
317
329
|
}
|
|
@@ -368,357 +380,79 @@ class AddSubSceneResponse extends $tea.Model {
|
|
|
368
380
|
static names() {
|
|
369
381
|
return {
|
|
370
382
|
headers: 'headers',
|
|
383
|
+
statusCode: 'statusCode',
|
|
371
384
|
body: 'body',
|
|
372
385
|
};
|
|
373
386
|
}
|
|
374
387
|
static types() {
|
|
375
388
|
return {
|
|
376
389
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
390
|
+
statusCode: 'number',
|
|
377
391
|
body: AddSubSceneResponseBody,
|
|
378
392
|
};
|
|
379
393
|
}
|
|
380
394
|
}
|
|
381
395
|
exports.AddSubSceneResponse = AddSubSceneResponse;
|
|
382
|
-
class
|
|
396
|
+
class CheckUserPropertyRequest extends $tea.Model {
|
|
383
397
|
constructor(map) {
|
|
384
398
|
super(map);
|
|
385
399
|
}
|
|
386
400
|
static names() {
|
|
387
401
|
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',
|
|
402
|
+
uid: 'Uid',
|
|
402
403
|
};
|
|
403
404
|
}
|
|
404
405
|
static types() {
|
|
405
406
|
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',
|
|
407
|
+
uid: 'string',
|
|
420
408
|
};
|
|
421
409
|
}
|
|
422
410
|
}
|
|
423
|
-
exports.
|
|
424
|
-
class
|
|
411
|
+
exports.CheckUserPropertyRequest = CheckUserPropertyRequest;
|
|
412
|
+
class CheckUserPropertyResponseBody extends $tea.Model {
|
|
425
413
|
constructor(map) {
|
|
426
414
|
super(map);
|
|
427
415
|
}
|
|
428
416
|
static names() {
|
|
429
417
|
return {
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
gmtWakeup: 'GmtWakeup',
|
|
433
|
-
hid: 'Hid',
|
|
434
|
-
interrupt: 'Interrupt',
|
|
435
|
-
invoker: 'Invoker',
|
|
436
|
-
level: 'Level',
|
|
418
|
+
code: 'Code',
|
|
419
|
+
match: 'Match',
|
|
437
420
|
message: 'Message',
|
|
438
|
-
pk: 'Pk',
|
|
439
|
-
prompt: 'Prompt',
|
|
440
421
|
requestId: 'RequestId',
|
|
441
422
|
success: 'Success',
|
|
442
|
-
taskExtraData: 'TaskExtraData',
|
|
443
|
-
taskIdentifier: 'TaskIdentifier',
|
|
444
|
-
url: 'Url',
|
|
445
423
|
};
|
|
446
424
|
}
|
|
447
425
|
static types() {
|
|
448
426
|
return {
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
gmtWakeup: 'string',
|
|
452
|
-
hid: 'number',
|
|
453
|
-
interrupt: 'boolean',
|
|
454
|
-
invoker: 'string',
|
|
455
|
-
level: 'number',
|
|
427
|
+
code: 'number',
|
|
428
|
+
match: 'boolean',
|
|
456
429
|
message: 'string',
|
|
457
|
-
pk: 'string',
|
|
458
|
-
prompt: 'string',
|
|
459
430
|
requestId: 'string',
|
|
460
431
|
success: 'boolean',
|
|
461
|
-
taskExtraData: 'string',
|
|
462
|
-
taskIdentifier: 'string',
|
|
463
|
-
url: 'string',
|
|
464
432
|
};
|
|
465
433
|
}
|
|
466
434
|
}
|
|
467
|
-
exports.
|
|
468
|
-
class
|
|
435
|
+
exports.CheckUserPropertyResponseBody = CheckUserPropertyResponseBody;
|
|
436
|
+
class CheckUserPropertyResponse extends $tea.Model {
|
|
469
437
|
constructor(map) {
|
|
470
438
|
super(map);
|
|
471
439
|
}
|
|
472
440
|
static names() {
|
|
473
441
|
return {
|
|
474
442
|
headers: 'headers',
|
|
443
|
+
statusCode: 'statusCode',
|
|
475
444
|
body: 'body',
|
|
476
445
|
};
|
|
477
446
|
}
|
|
478
447
|
static types() {
|
|
479
448
|
return {
|
|
480
449
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
481
|
-
|
|
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',
|
|
450
|
+
statusCode: 'number',
|
|
451
|
+
body: CheckUserPropertyResponseBody,
|
|
530
452
|
};
|
|
531
453
|
}
|
|
532
454
|
}
|
|
533
|
-
exports.
|
|
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
|
-
requestId: 'string',
|
|
699
|
-
success: 'boolean',
|
|
700
|
-
};
|
|
701
|
-
}
|
|
702
|
-
}
|
|
703
|
-
exports.DeleteProjectResponseBody = DeleteProjectResponseBody;
|
|
704
|
-
class DeleteProjectResponse extends $tea.Model {
|
|
705
|
-
constructor(map) {
|
|
706
|
-
super(map);
|
|
707
|
-
}
|
|
708
|
-
static names() {
|
|
709
|
-
return {
|
|
710
|
-
headers: 'headers',
|
|
711
|
-
body: 'body',
|
|
712
|
-
};
|
|
713
|
-
}
|
|
714
|
-
static types() {
|
|
715
|
-
return {
|
|
716
|
-
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
717
|
-
body: DeleteProjectResponseBody,
|
|
718
|
-
};
|
|
719
|
-
}
|
|
720
|
-
}
|
|
721
|
-
exports.DeleteProjectResponse = DeleteProjectResponse;
|
|
455
|
+
exports.CheckUserPropertyResponse = CheckUserPropertyResponse;
|
|
722
456
|
class DetailProjectRequest extends $tea.Model {
|
|
723
457
|
constructor(map) {
|
|
724
458
|
super(map);
|
|
@@ -778,12 +512,14 @@ class DetailProjectResponse extends $tea.Model {
|
|
|
778
512
|
static names() {
|
|
779
513
|
return {
|
|
780
514
|
headers: 'headers',
|
|
515
|
+
statusCode: 'statusCode',
|
|
781
516
|
body: 'body',
|
|
782
517
|
};
|
|
783
518
|
}
|
|
784
519
|
static types() {
|
|
785
520
|
return {
|
|
786
521
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
522
|
+
statusCode: 'number',
|
|
787
523
|
body: DetailProjectResponseBody,
|
|
788
524
|
};
|
|
789
525
|
}
|
|
@@ -852,12 +588,14 @@ class DetailSceneResponse extends $tea.Model {
|
|
|
852
588
|
static names() {
|
|
853
589
|
return {
|
|
854
590
|
headers: 'headers',
|
|
591
|
+
statusCode: 'statusCode',
|
|
855
592
|
body: 'body',
|
|
856
593
|
};
|
|
857
594
|
}
|
|
858
595
|
static types() {
|
|
859
596
|
return {
|
|
860
597
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
598
|
+
statusCode: 'number',
|
|
861
599
|
body: DetailSceneResponseBody,
|
|
862
600
|
};
|
|
863
601
|
}
|
|
@@ -934,12 +672,14 @@ class DetailSubSceneResponse extends $tea.Model {
|
|
|
934
672
|
static names() {
|
|
935
673
|
return {
|
|
936
674
|
headers: 'headers',
|
|
675
|
+
statusCode: 'statusCode',
|
|
937
676
|
body: 'body',
|
|
938
677
|
};
|
|
939
678
|
}
|
|
940
679
|
static types() {
|
|
941
680
|
return {
|
|
942
681
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
682
|
+
statusCode: 'number',
|
|
943
683
|
body: DetailSubSceneResponseBody,
|
|
944
684
|
};
|
|
945
685
|
}
|
|
@@ -990,12 +730,14 @@ class DropProjectResponse extends $tea.Model {
|
|
|
990
730
|
static names() {
|
|
991
731
|
return {
|
|
992
732
|
headers: 'headers',
|
|
733
|
+
statusCode: 'statusCode',
|
|
993
734
|
body: 'body',
|
|
994
735
|
};
|
|
995
736
|
}
|
|
996
737
|
static types() {
|
|
997
738
|
return {
|
|
998
739
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
740
|
+
statusCode: 'number',
|
|
999
741
|
body: DropProjectResponseBody,
|
|
1000
742
|
};
|
|
1001
743
|
}
|
|
@@ -1046,12 +788,14 @@ class DropSceneResponse extends $tea.Model {
|
|
|
1046
788
|
static names() {
|
|
1047
789
|
return {
|
|
1048
790
|
headers: 'headers',
|
|
791
|
+
statusCode: 'statusCode',
|
|
1049
792
|
body: 'body',
|
|
1050
793
|
};
|
|
1051
794
|
}
|
|
1052
795
|
static types() {
|
|
1053
796
|
return {
|
|
1054
797
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
798
|
+
statusCode: 'number',
|
|
1055
799
|
body: DropSceneResponseBody,
|
|
1056
800
|
};
|
|
1057
801
|
}
|
|
@@ -1102,12 +846,14 @@ class DropSubSceneResponse extends $tea.Model {
|
|
|
1102
846
|
static names() {
|
|
1103
847
|
return {
|
|
1104
848
|
headers: 'headers',
|
|
849
|
+
statusCode: 'statusCode',
|
|
1105
850
|
body: 'body',
|
|
1106
851
|
};
|
|
1107
852
|
}
|
|
1108
853
|
static types() {
|
|
1109
854
|
return {
|
|
1110
855
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
856
|
+
statusCode: 'number',
|
|
1111
857
|
body: DropSubSceneResponseBody,
|
|
1112
858
|
};
|
|
1113
859
|
}
|
|
@@ -1164,12 +910,14 @@ class GetConnDataResponse extends $tea.Model {
|
|
|
1164
910
|
static names() {
|
|
1165
911
|
return {
|
|
1166
912
|
headers: 'headers',
|
|
913
|
+
statusCode: 'statusCode',
|
|
1167
914
|
body: 'body',
|
|
1168
915
|
};
|
|
1169
916
|
}
|
|
1170
917
|
static types() {
|
|
1171
918
|
return {
|
|
1172
919
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
920
|
+
statusCode: 'number',
|
|
1173
921
|
body: GetConnDataResponseBody,
|
|
1174
922
|
};
|
|
1175
923
|
}
|
|
@@ -1228,12 +976,14 @@ class GetHotspotConfigResponse extends $tea.Model {
|
|
|
1228
976
|
static names() {
|
|
1229
977
|
return {
|
|
1230
978
|
headers: 'headers',
|
|
979
|
+
statusCode: 'statusCode',
|
|
1231
980
|
body: 'body',
|
|
1232
981
|
};
|
|
1233
982
|
}
|
|
1234
983
|
static types() {
|
|
1235
984
|
return {
|
|
1236
985
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
986
|
+
statusCode: 'number',
|
|
1237
987
|
body: GetHotspotConfigResponseBody,
|
|
1238
988
|
};
|
|
1239
989
|
}
|
|
@@ -1292,12 +1042,14 @@ class GetHotspotSceneDataResponse extends $tea.Model {
|
|
|
1292
1042
|
static names() {
|
|
1293
1043
|
return {
|
|
1294
1044
|
headers: 'headers',
|
|
1045
|
+
statusCode: 'statusCode',
|
|
1295
1046
|
body: 'body',
|
|
1296
1047
|
};
|
|
1297
1048
|
}
|
|
1298
1049
|
static types() {
|
|
1299
1050
|
return {
|
|
1300
1051
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1052
|
+
statusCode: 'number',
|
|
1301
1053
|
body: GetHotspotSceneDataResponseBody,
|
|
1302
1054
|
};
|
|
1303
1055
|
}
|
|
@@ -1358,12 +1110,14 @@ class GetHotspotTagResponse extends $tea.Model {
|
|
|
1358
1110
|
static names() {
|
|
1359
1111
|
return {
|
|
1360
1112
|
headers: 'headers',
|
|
1113
|
+
statusCode: 'statusCode',
|
|
1361
1114
|
body: 'body',
|
|
1362
1115
|
};
|
|
1363
1116
|
}
|
|
1364
1117
|
static types() {
|
|
1365
1118
|
return {
|
|
1366
1119
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1120
|
+
statusCode: 'number',
|
|
1367
1121
|
body: GetHotspotTagResponseBody,
|
|
1368
1122
|
};
|
|
1369
1123
|
}
|
|
@@ -1416,12 +1170,14 @@ class GetLayoutDataResponse extends $tea.Model {
|
|
|
1416
1170
|
static names() {
|
|
1417
1171
|
return {
|
|
1418
1172
|
headers: 'headers',
|
|
1173
|
+
statusCode: 'statusCode',
|
|
1419
1174
|
body: 'body',
|
|
1420
1175
|
};
|
|
1421
1176
|
}
|
|
1422
1177
|
static types() {
|
|
1423
1178
|
return {
|
|
1424
1179
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1180
|
+
statusCode: 'number',
|
|
1425
1181
|
body: GetLayoutDataResponseBody,
|
|
1426
1182
|
};
|
|
1427
1183
|
}
|
|
@@ -1474,12 +1230,14 @@ class GetOriginLayoutDataResponse extends $tea.Model {
|
|
|
1474
1230
|
static names() {
|
|
1475
1231
|
return {
|
|
1476
1232
|
headers: 'headers',
|
|
1233
|
+
statusCode: 'statusCode',
|
|
1477
1234
|
body: 'body',
|
|
1478
1235
|
};
|
|
1479
1236
|
}
|
|
1480
1237
|
static types() {
|
|
1481
1238
|
return {
|
|
1482
1239
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1240
|
+
statusCode: 'number',
|
|
1483
1241
|
body: GetOriginLayoutDataResponseBody,
|
|
1484
1242
|
};
|
|
1485
1243
|
}
|
|
@@ -1544,77 +1302,81 @@ class GetOssPolicyResponse extends $tea.Model {
|
|
|
1544
1302
|
static names() {
|
|
1545
1303
|
return {
|
|
1546
1304
|
headers: 'headers',
|
|
1305
|
+
statusCode: 'statusCode',
|
|
1547
1306
|
body: 'body',
|
|
1548
1307
|
};
|
|
1549
1308
|
}
|
|
1550
1309
|
static types() {
|
|
1551
1310
|
return {
|
|
1552
1311
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1312
|
+
statusCode: 'number',
|
|
1553
1313
|
body: GetOssPolicyResponseBody,
|
|
1554
1314
|
};
|
|
1555
1315
|
}
|
|
1556
1316
|
}
|
|
1557
1317
|
exports.GetOssPolicyResponse = GetOssPolicyResponse;
|
|
1558
|
-
class
|
|
1318
|
+
class GetPackSceneTaskStatusRequest extends $tea.Model {
|
|
1559
1319
|
constructor(map) {
|
|
1560
1320
|
super(map);
|
|
1561
1321
|
}
|
|
1562
1322
|
static names() {
|
|
1563
1323
|
return {
|
|
1564
|
-
|
|
1324
|
+
taskId: 'TaskId',
|
|
1565
1325
|
type: 'Type',
|
|
1566
1326
|
};
|
|
1567
1327
|
}
|
|
1568
1328
|
static types() {
|
|
1569
1329
|
return {
|
|
1570
|
-
|
|
1330
|
+
taskId: 'string',
|
|
1571
1331
|
type: 'string',
|
|
1572
1332
|
};
|
|
1573
1333
|
}
|
|
1574
1334
|
}
|
|
1575
|
-
exports.
|
|
1576
|
-
class
|
|
1335
|
+
exports.GetPackSceneTaskStatusRequest = GetPackSceneTaskStatusRequest;
|
|
1336
|
+
class GetPackSceneTaskStatusResponseBody extends $tea.Model {
|
|
1577
1337
|
constructor(map) {
|
|
1578
1338
|
super(map);
|
|
1579
1339
|
}
|
|
1580
1340
|
static names() {
|
|
1581
1341
|
return {
|
|
1342
|
+
code: 'Code',
|
|
1582
1343
|
data: 'Data',
|
|
1583
|
-
|
|
1584
|
-
objectString: 'ObjectString',
|
|
1344
|
+
message: 'Message',
|
|
1585
1345
|
requestId: 'RequestId',
|
|
1586
1346
|
success: 'Success',
|
|
1587
1347
|
};
|
|
1588
1348
|
}
|
|
1589
1349
|
static types() {
|
|
1590
1350
|
return {
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
|
|
1351
|
+
code: 'number',
|
|
1352
|
+
data: GetPackSceneTaskStatusResponseBodyData,
|
|
1353
|
+
message: 'string',
|
|
1594
1354
|
requestId: 'string',
|
|
1595
1355
|
success: 'boolean',
|
|
1596
1356
|
};
|
|
1597
1357
|
}
|
|
1598
1358
|
}
|
|
1599
|
-
exports.
|
|
1600
|
-
class
|
|
1359
|
+
exports.GetPackSceneTaskStatusResponseBody = GetPackSceneTaskStatusResponseBody;
|
|
1360
|
+
class GetPackSceneTaskStatusResponse extends $tea.Model {
|
|
1601
1361
|
constructor(map) {
|
|
1602
1362
|
super(map);
|
|
1603
1363
|
}
|
|
1604
1364
|
static names() {
|
|
1605
1365
|
return {
|
|
1606
1366
|
headers: 'headers',
|
|
1367
|
+
statusCode: 'statusCode',
|
|
1607
1368
|
body: 'body',
|
|
1608
1369
|
};
|
|
1609
1370
|
}
|
|
1610
1371
|
static types() {
|
|
1611
1372
|
return {
|
|
1612
1373
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1613
|
-
|
|
1374
|
+
statusCode: 'number',
|
|
1375
|
+
body: GetPackSceneTaskStatusResponseBody,
|
|
1614
1376
|
};
|
|
1615
1377
|
}
|
|
1616
1378
|
}
|
|
1617
|
-
exports.
|
|
1379
|
+
exports.GetPackSceneTaskStatusResponse = GetPackSceneTaskStatusResponse;
|
|
1618
1380
|
class GetRectifyImageRequest extends $tea.Model {
|
|
1619
1381
|
constructor(map) {
|
|
1620
1382
|
super(map);
|
|
@@ -1662,12 +1424,14 @@ class GetRectifyImageResponse extends $tea.Model {
|
|
|
1662
1424
|
static names() {
|
|
1663
1425
|
return {
|
|
1664
1426
|
headers: 'headers',
|
|
1427
|
+
statusCode: 'statusCode',
|
|
1665
1428
|
body: 'body',
|
|
1666
1429
|
};
|
|
1667
1430
|
}
|
|
1668
1431
|
static types() {
|
|
1669
1432
|
return {
|
|
1670
1433
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1434
|
+
statusCode: 'number',
|
|
1671
1435
|
body: GetRectifyImageResponseBody,
|
|
1672
1436
|
};
|
|
1673
1437
|
}
|
|
@@ -1726,17 +1490,79 @@ class GetSceneBuildTaskStatusResponse extends $tea.Model {
|
|
|
1726
1490
|
static names() {
|
|
1727
1491
|
return {
|
|
1728
1492
|
headers: 'headers',
|
|
1493
|
+
statusCode: 'statusCode',
|
|
1729
1494
|
body: 'body',
|
|
1730
1495
|
};
|
|
1731
1496
|
}
|
|
1732
1497
|
static types() {
|
|
1733
1498
|
return {
|
|
1734
1499
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1500
|
+
statusCode: 'number',
|
|
1735
1501
|
body: GetSceneBuildTaskStatusResponseBody,
|
|
1736
1502
|
};
|
|
1737
1503
|
}
|
|
1738
1504
|
}
|
|
1739
1505
|
exports.GetSceneBuildTaskStatusResponse = GetSceneBuildTaskStatusResponse;
|
|
1506
|
+
class GetScenePackUrlRequest extends $tea.Model {
|
|
1507
|
+
constructor(map) {
|
|
1508
|
+
super(map);
|
|
1509
|
+
}
|
|
1510
|
+
static names() {
|
|
1511
|
+
return {
|
|
1512
|
+
sceneId: 'SceneId',
|
|
1513
|
+
};
|
|
1514
|
+
}
|
|
1515
|
+
static types() {
|
|
1516
|
+
return {
|
|
1517
|
+
sceneId: 'string',
|
|
1518
|
+
};
|
|
1519
|
+
}
|
|
1520
|
+
}
|
|
1521
|
+
exports.GetScenePackUrlRequest = GetScenePackUrlRequest;
|
|
1522
|
+
class GetScenePackUrlResponseBody extends $tea.Model {
|
|
1523
|
+
constructor(map) {
|
|
1524
|
+
super(map);
|
|
1525
|
+
}
|
|
1526
|
+
static names() {
|
|
1527
|
+
return {
|
|
1528
|
+
code: 'Code',
|
|
1529
|
+
data: 'Data',
|
|
1530
|
+
message: 'Message',
|
|
1531
|
+
requestId: 'RequestId',
|
|
1532
|
+
success: 'Success',
|
|
1533
|
+
};
|
|
1534
|
+
}
|
|
1535
|
+
static types() {
|
|
1536
|
+
return {
|
|
1537
|
+
code: 'number',
|
|
1538
|
+
data: GetScenePackUrlResponseBodyData,
|
|
1539
|
+
message: 'string',
|
|
1540
|
+
requestId: 'string',
|
|
1541
|
+
success: 'boolean',
|
|
1542
|
+
};
|
|
1543
|
+
}
|
|
1544
|
+
}
|
|
1545
|
+
exports.GetScenePackUrlResponseBody = GetScenePackUrlResponseBody;
|
|
1546
|
+
class GetScenePackUrlResponse extends $tea.Model {
|
|
1547
|
+
constructor(map) {
|
|
1548
|
+
super(map);
|
|
1549
|
+
}
|
|
1550
|
+
static names() {
|
|
1551
|
+
return {
|
|
1552
|
+
headers: 'headers',
|
|
1553
|
+
statusCode: 'statusCode',
|
|
1554
|
+
body: 'body',
|
|
1555
|
+
};
|
|
1556
|
+
}
|
|
1557
|
+
static types() {
|
|
1558
|
+
return {
|
|
1559
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1560
|
+
statusCode: 'number',
|
|
1561
|
+
body: GetScenePackUrlResponseBody,
|
|
1562
|
+
};
|
|
1563
|
+
}
|
|
1564
|
+
}
|
|
1565
|
+
exports.GetScenePackUrlResponse = GetScenePackUrlResponse;
|
|
1740
1566
|
class GetScenePreviewDataRequest extends $tea.Model {
|
|
1741
1567
|
constructor(map) {
|
|
1742
1568
|
super(map);
|
|
@@ -1790,12 +1616,14 @@ class GetScenePreviewDataResponse extends $tea.Model {
|
|
|
1790
1616
|
static names() {
|
|
1791
1617
|
return {
|
|
1792
1618
|
headers: 'headers',
|
|
1619
|
+
statusCode: 'statusCode',
|
|
1793
1620
|
body: 'body',
|
|
1794
1621
|
};
|
|
1795
1622
|
}
|
|
1796
1623
|
static types() {
|
|
1797
1624
|
return {
|
|
1798
1625
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1626
|
+
statusCode: 'number',
|
|
1799
1627
|
body: GetScenePreviewDataResponseBody,
|
|
1800
1628
|
};
|
|
1801
1629
|
}
|
|
@@ -1852,17 +1680,79 @@ class GetScenePreviewInfoResponse extends $tea.Model {
|
|
|
1852
1680
|
static names() {
|
|
1853
1681
|
return {
|
|
1854
1682
|
headers: 'headers',
|
|
1683
|
+
statusCode: 'statusCode',
|
|
1855
1684
|
body: 'body',
|
|
1856
1685
|
};
|
|
1857
1686
|
}
|
|
1858
1687
|
static types() {
|
|
1859
1688
|
return {
|
|
1860
1689
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1690
|
+
statusCode: 'number',
|
|
1861
1691
|
body: GetScenePreviewInfoResponseBody,
|
|
1862
1692
|
};
|
|
1863
1693
|
}
|
|
1864
1694
|
}
|
|
1865
1695
|
exports.GetScenePreviewInfoResponse = GetScenePreviewInfoResponse;
|
|
1696
|
+
class GetScenePreviewResourceRequest extends $tea.Model {
|
|
1697
|
+
constructor(map) {
|
|
1698
|
+
super(map);
|
|
1699
|
+
}
|
|
1700
|
+
static names() {
|
|
1701
|
+
return {
|
|
1702
|
+
previewToken: 'PreviewToken',
|
|
1703
|
+
};
|
|
1704
|
+
}
|
|
1705
|
+
static types() {
|
|
1706
|
+
return {
|
|
1707
|
+
previewToken: 'string',
|
|
1708
|
+
};
|
|
1709
|
+
}
|
|
1710
|
+
}
|
|
1711
|
+
exports.GetScenePreviewResourceRequest = GetScenePreviewResourceRequest;
|
|
1712
|
+
class GetScenePreviewResourceResponseBody extends $tea.Model {
|
|
1713
|
+
constructor(map) {
|
|
1714
|
+
super(map);
|
|
1715
|
+
}
|
|
1716
|
+
static names() {
|
|
1717
|
+
return {
|
|
1718
|
+
code: 'Code',
|
|
1719
|
+
data: 'Data',
|
|
1720
|
+
message: 'Message',
|
|
1721
|
+
requestId: 'RequestId',
|
|
1722
|
+
success: 'Success',
|
|
1723
|
+
};
|
|
1724
|
+
}
|
|
1725
|
+
static types() {
|
|
1726
|
+
return {
|
|
1727
|
+
code: 'number',
|
|
1728
|
+
data: GetScenePreviewResourceResponseBodyData,
|
|
1729
|
+
message: 'string',
|
|
1730
|
+
requestId: 'string',
|
|
1731
|
+
success: 'boolean',
|
|
1732
|
+
};
|
|
1733
|
+
}
|
|
1734
|
+
}
|
|
1735
|
+
exports.GetScenePreviewResourceResponseBody = GetScenePreviewResourceResponseBody;
|
|
1736
|
+
class GetScenePreviewResourceResponse extends $tea.Model {
|
|
1737
|
+
constructor(map) {
|
|
1738
|
+
super(map);
|
|
1739
|
+
}
|
|
1740
|
+
static names() {
|
|
1741
|
+
return {
|
|
1742
|
+
headers: 'headers',
|
|
1743
|
+
statusCode: 'statusCode',
|
|
1744
|
+
body: 'body',
|
|
1745
|
+
};
|
|
1746
|
+
}
|
|
1747
|
+
static types() {
|
|
1748
|
+
return {
|
|
1749
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1750
|
+
statusCode: 'number',
|
|
1751
|
+
body: GetScenePreviewResourceResponseBody,
|
|
1752
|
+
};
|
|
1753
|
+
}
|
|
1754
|
+
}
|
|
1755
|
+
exports.GetScenePreviewResourceResponse = GetScenePreviewResourceResponse;
|
|
1866
1756
|
class GetSingleConnDataRequest extends $tea.Model {
|
|
1867
1757
|
constructor(map) {
|
|
1868
1758
|
super(map);
|
|
@@ -1912,12 +1802,14 @@ class GetSingleConnDataResponse extends $tea.Model {
|
|
|
1912
1802
|
static names() {
|
|
1913
1803
|
return {
|
|
1914
1804
|
headers: 'headers',
|
|
1805
|
+
statusCode: 'statusCode',
|
|
1915
1806
|
body: 'body',
|
|
1916
1807
|
};
|
|
1917
1808
|
}
|
|
1918
1809
|
static types() {
|
|
1919
1810
|
return {
|
|
1920
1811
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1812
|
+
statusCode: 'number',
|
|
1921
1813
|
body: GetSingleConnDataResponseBody,
|
|
1922
1814
|
};
|
|
1923
1815
|
}
|
|
@@ -1970,12 +1862,14 @@ class GetSubSceneTaskStatusResponse extends $tea.Model {
|
|
|
1970
1862
|
static names() {
|
|
1971
1863
|
return {
|
|
1972
1864
|
headers: 'headers',
|
|
1865
|
+
statusCode: 'statusCode',
|
|
1973
1866
|
body: 'body',
|
|
1974
1867
|
};
|
|
1975
1868
|
}
|
|
1976
1869
|
static types() {
|
|
1977
1870
|
return {
|
|
1978
1871
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1872
|
+
statusCode: 'number',
|
|
1979
1873
|
body: GetSubSceneTaskStatusResponseBody,
|
|
1980
1874
|
};
|
|
1981
1875
|
}
|
|
@@ -2034,12 +1928,14 @@ class GetTaskStatusResponse extends $tea.Model {
|
|
|
2034
1928
|
static names() {
|
|
2035
1929
|
return {
|
|
2036
1930
|
headers: 'headers',
|
|
1931
|
+
statusCode: 'statusCode',
|
|
2037
1932
|
body: 'body',
|
|
2038
1933
|
};
|
|
2039
1934
|
}
|
|
2040
1935
|
static types() {
|
|
2041
1936
|
return {
|
|
2042
1937
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1938
|
+
statusCode: 'number',
|
|
2043
1939
|
body: GetTaskStatusResponseBody,
|
|
2044
1940
|
};
|
|
2045
1941
|
}
|
|
@@ -2092,12 +1988,14 @@ class GetWindowConfigResponse extends $tea.Model {
|
|
|
2092
1988
|
static names() {
|
|
2093
1989
|
return {
|
|
2094
1990
|
headers: 'headers',
|
|
1991
|
+
statusCode: 'statusCode',
|
|
2095
1992
|
body: 'body',
|
|
2096
1993
|
};
|
|
2097
1994
|
}
|
|
2098
1995
|
static types() {
|
|
2099
1996
|
return {
|
|
2100
1997
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1998
|
+
statusCode: 'number',
|
|
2101
1999
|
body: GetWindowConfigResponseBody,
|
|
2102
2000
|
};
|
|
2103
2001
|
}
|
|
@@ -2152,12 +2050,14 @@ class LabelBuildResponse extends $tea.Model {
|
|
|
2152
2050
|
static names() {
|
|
2153
2051
|
return {
|
|
2154
2052
|
headers: 'headers',
|
|
2053
|
+
statusCode: 'statusCode',
|
|
2155
2054
|
body: 'body',
|
|
2156
2055
|
};
|
|
2157
2056
|
}
|
|
2158
2057
|
static types() {
|
|
2159
2058
|
return {
|
|
2160
2059
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2060
|
+
statusCode: 'number',
|
|
2161
2061
|
body: LabelBuildResponseBody,
|
|
2162
2062
|
};
|
|
2163
2063
|
}
|
|
@@ -2216,12 +2116,14 @@ class LinkImageResponse extends $tea.Model {
|
|
|
2216
2116
|
static names() {
|
|
2217
2117
|
return {
|
|
2218
2118
|
headers: 'headers',
|
|
2119
|
+
statusCode: 'statusCode',
|
|
2219
2120
|
body: 'body',
|
|
2220
2121
|
};
|
|
2221
2122
|
}
|
|
2222
2123
|
static types() {
|
|
2223
2124
|
return {
|
|
2224
2125
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2126
|
+
statusCode: 'number',
|
|
2225
2127
|
body: LinkImageResponseBody,
|
|
2226
2128
|
};
|
|
2227
2129
|
}
|
|
@@ -2286,12 +2188,14 @@ class ListProjectResponse extends $tea.Model {
|
|
|
2286
2188
|
static names() {
|
|
2287
2189
|
return {
|
|
2288
2190
|
headers: 'headers',
|
|
2191
|
+
statusCode: 'statusCode',
|
|
2289
2192
|
body: 'body',
|
|
2290
2193
|
};
|
|
2291
2194
|
}
|
|
2292
2195
|
static types() {
|
|
2293
2196
|
return {
|
|
2294
2197
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2198
|
+
statusCode: 'number',
|
|
2295
2199
|
body: ListProjectResponseBody,
|
|
2296
2200
|
};
|
|
2297
2201
|
}
|
|
@@ -2358,205 +2262,215 @@ class ListSceneResponse extends $tea.Model {
|
|
|
2358
2262
|
static names() {
|
|
2359
2263
|
return {
|
|
2360
2264
|
headers: 'headers',
|
|
2265
|
+
statusCode: 'statusCode',
|
|
2361
2266
|
body: 'body',
|
|
2362
2267
|
};
|
|
2363
2268
|
}
|
|
2364
2269
|
static types() {
|
|
2365
2270
|
return {
|
|
2366
2271
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2272
|
+
statusCode: 'number',
|
|
2367
2273
|
body: ListSceneResponseBody,
|
|
2368
2274
|
};
|
|
2369
2275
|
}
|
|
2370
2276
|
}
|
|
2371
2277
|
exports.ListSceneResponse = ListSceneResponse;
|
|
2372
|
-
class
|
|
2278
|
+
class ListSubSceneRequest extends $tea.Model {
|
|
2373
2279
|
constructor(map) {
|
|
2374
2280
|
super(map);
|
|
2375
2281
|
}
|
|
2376
2282
|
static names() {
|
|
2377
2283
|
return {
|
|
2378
|
-
|
|
2379
|
-
|
|
2284
|
+
pageNum: 'PageNum',
|
|
2285
|
+
pageSize: 'PageSize',
|
|
2286
|
+
sceneId: 'SceneId',
|
|
2287
|
+
showLayoutData: 'ShowLayoutData',
|
|
2380
2288
|
};
|
|
2381
2289
|
}
|
|
2382
2290
|
static types() {
|
|
2383
2291
|
return {
|
|
2384
|
-
|
|
2385
|
-
|
|
2292
|
+
pageNum: 'number',
|
|
2293
|
+
pageSize: 'number',
|
|
2294
|
+
sceneId: 'string',
|
|
2295
|
+
showLayoutData: 'boolean',
|
|
2386
2296
|
};
|
|
2387
2297
|
}
|
|
2388
2298
|
}
|
|
2389
|
-
exports.
|
|
2390
|
-
class
|
|
2299
|
+
exports.ListSubSceneRequest = ListSubSceneRequest;
|
|
2300
|
+
class ListSubSceneResponseBody extends $tea.Model {
|
|
2391
2301
|
constructor(map) {
|
|
2392
2302
|
super(map);
|
|
2393
2303
|
}
|
|
2394
2304
|
static names() {
|
|
2395
2305
|
return {
|
|
2396
|
-
|
|
2397
|
-
|
|
2306
|
+
code: 'Code',
|
|
2307
|
+
count: 'Count',
|
|
2308
|
+
currentPage: 'CurrentPage',
|
|
2309
|
+
hasNext: 'HasNext',
|
|
2310
|
+
list: 'List',
|
|
2311
|
+
message: 'Message',
|
|
2398
2312
|
requestId: 'RequestId',
|
|
2399
2313
|
success: 'Success',
|
|
2314
|
+
totalPage: 'TotalPage',
|
|
2400
2315
|
};
|
|
2401
2316
|
}
|
|
2402
2317
|
static types() {
|
|
2403
2318
|
return {
|
|
2404
|
-
|
|
2405
|
-
|
|
2319
|
+
code: 'number',
|
|
2320
|
+
count: 'number',
|
|
2321
|
+
currentPage: 'number',
|
|
2322
|
+
hasNext: 'boolean',
|
|
2323
|
+
list: { 'type': 'array', 'itemType': ListSubSceneResponseBodyList },
|
|
2324
|
+
message: 'string',
|
|
2406
2325
|
requestId: 'string',
|
|
2407
2326
|
success: 'boolean',
|
|
2327
|
+
totalPage: 'number',
|
|
2408
2328
|
};
|
|
2409
2329
|
}
|
|
2410
2330
|
}
|
|
2411
|
-
exports.
|
|
2412
|
-
class
|
|
2331
|
+
exports.ListSubSceneResponseBody = ListSubSceneResponseBody;
|
|
2332
|
+
class ListSubSceneResponse extends $tea.Model {
|
|
2413
2333
|
constructor(map) {
|
|
2414
2334
|
super(map);
|
|
2415
2335
|
}
|
|
2416
2336
|
static names() {
|
|
2417
2337
|
return {
|
|
2418
2338
|
headers: 'headers',
|
|
2339
|
+
statusCode: 'statusCode',
|
|
2419
2340
|
body: 'body',
|
|
2420
2341
|
};
|
|
2421
2342
|
}
|
|
2422
2343
|
static types() {
|
|
2423
2344
|
return {
|
|
2424
2345
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2425
|
-
|
|
2346
|
+
statusCode: 'number',
|
|
2347
|
+
body: ListSubSceneResponseBody,
|
|
2426
2348
|
};
|
|
2427
2349
|
}
|
|
2428
2350
|
}
|
|
2429
|
-
exports.
|
|
2430
|
-
class
|
|
2351
|
+
exports.ListSubSceneResponse = ListSubSceneResponse;
|
|
2352
|
+
class OptimizeRightAngleRequest extends $tea.Model {
|
|
2431
2353
|
constructor(map) {
|
|
2432
2354
|
super(map);
|
|
2433
2355
|
}
|
|
2434
2356
|
static names() {
|
|
2435
2357
|
return {
|
|
2436
|
-
|
|
2437
|
-
pageSize: 'PageSize',
|
|
2438
|
-
sceneId: 'SceneId',
|
|
2439
|
-
showLayoutData: 'ShowLayoutData',
|
|
2358
|
+
subSceneId: 'SubSceneId',
|
|
2440
2359
|
};
|
|
2441
2360
|
}
|
|
2442
2361
|
static types() {
|
|
2443
2362
|
return {
|
|
2444
|
-
|
|
2445
|
-
pageSize: 'number',
|
|
2446
|
-
sceneId: 'string',
|
|
2447
|
-
showLayoutData: 'boolean',
|
|
2363
|
+
subSceneId: 'string',
|
|
2448
2364
|
};
|
|
2449
2365
|
}
|
|
2450
2366
|
}
|
|
2451
|
-
exports.
|
|
2452
|
-
class
|
|
2367
|
+
exports.OptimizeRightAngleRequest = OptimizeRightAngleRequest;
|
|
2368
|
+
class OptimizeRightAngleResponseBody extends $tea.Model {
|
|
2453
2369
|
constructor(map) {
|
|
2454
2370
|
super(map);
|
|
2455
2371
|
}
|
|
2456
2372
|
static names() {
|
|
2457
2373
|
return {
|
|
2458
2374
|
code: 'Code',
|
|
2459
|
-
count: 'Count',
|
|
2460
|
-
currentPage: 'CurrentPage',
|
|
2461
|
-
hasNext: 'HasNext',
|
|
2462
|
-
list: 'List',
|
|
2463
2375
|
message: 'Message',
|
|
2464
2376
|
requestId: 'RequestId',
|
|
2465
2377
|
success: 'Success',
|
|
2466
|
-
|
|
2378
|
+
taskId: 'TaskId',
|
|
2467
2379
|
};
|
|
2468
2380
|
}
|
|
2469
2381
|
static types() {
|
|
2470
2382
|
return {
|
|
2471
2383
|
code: 'number',
|
|
2472
|
-
count: 'number',
|
|
2473
|
-
currentPage: 'number',
|
|
2474
|
-
hasNext: 'boolean',
|
|
2475
|
-
list: { 'type': 'array', 'itemType': ListSubSceneResponseBodyList },
|
|
2476
2384
|
message: 'string',
|
|
2477
2385
|
requestId: 'string',
|
|
2478
2386
|
success: 'boolean',
|
|
2479
|
-
|
|
2387
|
+
taskId: 'string',
|
|
2480
2388
|
};
|
|
2481
2389
|
}
|
|
2482
2390
|
}
|
|
2483
|
-
exports.
|
|
2484
|
-
class
|
|
2391
|
+
exports.OptimizeRightAngleResponseBody = OptimizeRightAngleResponseBody;
|
|
2392
|
+
class OptimizeRightAngleResponse extends $tea.Model {
|
|
2485
2393
|
constructor(map) {
|
|
2486
2394
|
super(map);
|
|
2487
2395
|
}
|
|
2488
2396
|
static names() {
|
|
2489
2397
|
return {
|
|
2490
2398
|
headers: 'headers',
|
|
2399
|
+
statusCode: 'statusCode',
|
|
2491
2400
|
body: 'body',
|
|
2492
2401
|
};
|
|
2493
2402
|
}
|
|
2494
2403
|
static types() {
|
|
2495
2404
|
return {
|
|
2496
2405
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2497
|
-
|
|
2406
|
+
statusCode: 'number',
|
|
2407
|
+
body: OptimizeRightAngleResponseBody,
|
|
2498
2408
|
};
|
|
2499
2409
|
}
|
|
2500
2410
|
}
|
|
2501
|
-
exports.
|
|
2502
|
-
class
|
|
2411
|
+
exports.OptimizeRightAngleResponse = OptimizeRightAngleResponse;
|
|
2412
|
+
class PackSceneRequest extends $tea.Model {
|
|
2503
2413
|
constructor(map) {
|
|
2504
2414
|
super(map);
|
|
2505
2415
|
}
|
|
2506
2416
|
static names() {
|
|
2507
2417
|
return {
|
|
2508
|
-
|
|
2418
|
+
sceneId: 'SceneId',
|
|
2419
|
+
type: 'Type',
|
|
2509
2420
|
};
|
|
2510
2421
|
}
|
|
2511
2422
|
static types() {
|
|
2512
2423
|
return {
|
|
2513
|
-
|
|
2424
|
+
sceneId: 'string',
|
|
2425
|
+
type: 'string',
|
|
2514
2426
|
};
|
|
2515
2427
|
}
|
|
2516
2428
|
}
|
|
2517
|
-
exports.
|
|
2518
|
-
class
|
|
2429
|
+
exports.PackSceneRequest = PackSceneRequest;
|
|
2430
|
+
class PackSceneResponseBody extends $tea.Model {
|
|
2519
2431
|
constructor(map) {
|
|
2520
2432
|
super(map);
|
|
2521
2433
|
}
|
|
2522
2434
|
static names() {
|
|
2523
2435
|
return {
|
|
2524
2436
|
code: 'Code',
|
|
2437
|
+
data: 'Data',
|
|
2525
2438
|
message: 'Message',
|
|
2526
2439
|
requestId: 'RequestId',
|
|
2527
2440
|
success: 'Success',
|
|
2528
|
-
taskId: 'TaskId',
|
|
2529
2441
|
};
|
|
2530
2442
|
}
|
|
2531
2443
|
static types() {
|
|
2532
2444
|
return {
|
|
2533
2445
|
code: 'number',
|
|
2446
|
+
data: PackSceneResponseBodyData,
|
|
2534
2447
|
message: 'string',
|
|
2535
2448
|
requestId: 'string',
|
|
2536
2449
|
success: 'boolean',
|
|
2537
|
-
taskId: 'string',
|
|
2538
2450
|
};
|
|
2539
2451
|
}
|
|
2540
2452
|
}
|
|
2541
|
-
exports.
|
|
2542
|
-
class
|
|
2453
|
+
exports.PackSceneResponseBody = PackSceneResponseBody;
|
|
2454
|
+
class PackSceneResponse extends $tea.Model {
|
|
2543
2455
|
constructor(map) {
|
|
2544
2456
|
super(map);
|
|
2545
2457
|
}
|
|
2546
2458
|
static names() {
|
|
2547
2459
|
return {
|
|
2548
2460
|
headers: 'headers',
|
|
2461
|
+
statusCode: 'statusCode',
|
|
2549
2462
|
body: 'body',
|
|
2550
2463
|
};
|
|
2551
2464
|
}
|
|
2552
2465
|
static types() {
|
|
2553
2466
|
return {
|
|
2554
2467
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2555
|
-
|
|
2468
|
+
statusCode: 'number',
|
|
2469
|
+
body: PackSceneResponseBody,
|
|
2556
2470
|
};
|
|
2557
2471
|
}
|
|
2558
2472
|
}
|
|
2559
|
-
exports.
|
|
2473
|
+
exports.PackSceneResponse = PackSceneResponse;
|
|
2560
2474
|
class PredImageRequest extends $tea.Model {
|
|
2561
2475
|
constructor(map) {
|
|
2562
2476
|
super(map);
|
|
@@ -2610,12 +2524,14 @@ class PredImageResponse extends $tea.Model {
|
|
|
2610
2524
|
static names() {
|
|
2611
2525
|
return {
|
|
2612
2526
|
headers: 'headers',
|
|
2527
|
+
statusCode: 'statusCode',
|
|
2613
2528
|
body: 'body',
|
|
2614
2529
|
};
|
|
2615
2530
|
}
|
|
2616
2531
|
static types() {
|
|
2617
2532
|
return {
|
|
2618
2533
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2534
|
+
statusCode: 'number',
|
|
2619
2535
|
body: PredImageResponseBody,
|
|
2620
2536
|
};
|
|
2621
2537
|
}
|
|
@@ -2672,12 +2588,14 @@ class PredictionWallLineResponse extends $tea.Model {
|
|
|
2672
2588
|
static names() {
|
|
2673
2589
|
return {
|
|
2674
2590
|
headers: 'headers',
|
|
2591
|
+
statusCode: 'statusCode',
|
|
2675
2592
|
body: 'body',
|
|
2676
2593
|
};
|
|
2677
2594
|
}
|
|
2678
2595
|
static types() {
|
|
2679
2596
|
return {
|
|
2680
2597
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2598
|
+
statusCode: 'number',
|
|
2681
2599
|
body: PredictionWallLineResponseBody,
|
|
2682
2600
|
};
|
|
2683
2601
|
}
|
|
@@ -2730,12 +2648,14 @@ class PublishHotspotResponse extends $tea.Model {
|
|
|
2730
2648
|
static names() {
|
|
2731
2649
|
return {
|
|
2732
2650
|
headers: 'headers',
|
|
2651
|
+
statusCode: 'statusCode',
|
|
2733
2652
|
body: 'body',
|
|
2734
2653
|
};
|
|
2735
2654
|
}
|
|
2736
2655
|
static types() {
|
|
2737
2656
|
return {
|
|
2738
2657
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2658
|
+
statusCode: 'number',
|
|
2739
2659
|
body: PublishHotspotResponseBody,
|
|
2740
2660
|
};
|
|
2741
2661
|
}
|
|
@@ -2788,12 +2708,14 @@ class PublishSceneResponse extends $tea.Model {
|
|
|
2788
2708
|
static names() {
|
|
2789
2709
|
return {
|
|
2790
2710
|
headers: 'headers',
|
|
2711
|
+
statusCode: 'statusCode',
|
|
2791
2712
|
body: 'body',
|
|
2792
2713
|
};
|
|
2793
2714
|
}
|
|
2794
2715
|
static types() {
|
|
2795
2716
|
return {
|
|
2796
2717
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2718
|
+
statusCode: 'number',
|
|
2797
2719
|
body: PublishSceneResponseBody,
|
|
2798
2720
|
};
|
|
2799
2721
|
}
|
|
@@ -2846,12 +2768,14 @@ class PublishStatusResponse extends $tea.Model {
|
|
|
2846
2768
|
static names() {
|
|
2847
2769
|
return {
|
|
2848
2770
|
headers: 'headers',
|
|
2771
|
+
statusCode: 'statusCode',
|
|
2849
2772
|
body: 'body',
|
|
2850
2773
|
};
|
|
2851
2774
|
}
|
|
2852
2775
|
static types() {
|
|
2853
2776
|
return {
|
|
2854
2777
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2778
|
+
statusCode: 'number',
|
|
2855
2779
|
body: PublishStatusResponseBody,
|
|
2856
2780
|
};
|
|
2857
2781
|
}
|
|
@@ -2902,12 +2826,14 @@ class RecoveryOriginImageResponse extends $tea.Model {
|
|
|
2902
2826
|
static names() {
|
|
2903
2827
|
return {
|
|
2904
2828
|
headers: 'headers',
|
|
2829
|
+
statusCode: 'statusCode',
|
|
2905
2830
|
body: 'body',
|
|
2906
2831
|
};
|
|
2907
2832
|
}
|
|
2908
2833
|
static types() {
|
|
2909
2834
|
return {
|
|
2910
2835
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2836
|
+
statusCode: 'number',
|
|
2911
2837
|
body: RecoveryOriginImageResponseBody,
|
|
2912
2838
|
};
|
|
2913
2839
|
}
|
|
@@ -2966,12 +2892,14 @@ class RectVerticalResponse extends $tea.Model {
|
|
|
2966
2892
|
static names() {
|
|
2967
2893
|
return {
|
|
2968
2894
|
headers: 'headers',
|
|
2895
|
+
statusCode: 'statusCode',
|
|
2969
2896
|
body: 'body',
|
|
2970
2897
|
};
|
|
2971
2898
|
}
|
|
2972
2899
|
static types() {
|
|
2973
2900
|
return {
|
|
2974
2901
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2902
|
+
statusCode: 'number',
|
|
2975
2903
|
body: RectVerticalResponseBody,
|
|
2976
2904
|
};
|
|
2977
2905
|
}
|
|
@@ -3028,12 +2956,14 @@ class RectifyImageResponse extends $tea.Model {
|
|
|
3028
2956
|
static names() {
|
|
3029
2957
|
return {
|
|
3030
2958
|
headers: 'headers',
|
|
2959
|
+
statusCode: 'statusCode',
|
|
3031
2960
|
body: 'body',
|
|
3032
2961
|
};
|
|
3033
2962
|
}
|
|
3034
2963
|
static types() {
|
|
3035
2964
|
return {
|
|
3036
2965
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2966
|
+
statusCode: 'number',
|
|
3037
2967
|
body: RectifyImageResponseBody,
|
|
3038
2968
|
};
|
|
3039
2969
|
}
|
|
@@ -3084,12 +3014,14 @@ class RollbackSubSceneResponse extends $tea.Model {
|
|
|
3084
3014
|
static names() {
|
|
3085
3015
|
return {
|
|
3086
3016
|
headers: 'headers',
|
|
3017
|
+
statusCode: 'statusCode',
|
|
3087
3018
|
body: 'body',
|
|
3088
3019
|
};
|
|
3089
3020
|
}
|
|
3090
3021
|
static types() {
|
|
3091
3022
|
return {
|
|
3092
3023
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3024
|
+
statusCode: 'number',
|
|
3093
3025
|
body: RollbackSubSceneResponseBody,
|
|
3094
3026
|
};
|
|
3095
3027
|
}
|
|
@@ -3140,12 +3072,14 @@ class SaveHotspotConfigResponse extends $tea.Model {
|
|
|
3140
3072
|
static names() {
|
|
3141
3073
|
return {
|
|
3142
3074
|
headers: 'headers',
|
|
3075
|
+
statusCode: 'statusCode',
|
|
3143
3076
|
body: 'body',
|
|
3144
3077
|
};
|
|
3145
3078
|
}
|
|
3146
3079
|
static types() {
|
|
3147
3080
|
return {
|
|
3148
3081
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3082
|
+
statusCode: 'number',
|
|
3149
3083
|
body: SaveHotspotConfigResponseBody,
|
|
3150
3084
|
};
|
|
3151
3085
|
}
|
|
@@ -3196,12 +3130,14 @@ class SaveHotspotTagResponse extends $tea.Model {
|
|
|
3196
3130
|
static names() {
|
|
3197
3131
|
return {
|
|
3198
3132
|
headers: 'headers',
|
|
3133
|
+
statusCode: 'statusCode',
|
|
3199
3134
|
body: 'body',
|
|
3200
3135
|
};
|
|
3201
3136
|
}
|
|
3202
3137
|
static types() {
|
|
3203
3138
|
return {
|
|
3204
3139
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3140
|
+
statusCode: 'number',
|
|
3205
3141
|
body: SaveHotspotTagResponseBody,
|
|
3206
3142
|
};
|
|
3207
3143
|
}
|
|
@@ -3254,12 +3190,14 @@ class ScenePublishResponse extends $tea.Model {
|
|
|
3254
3190
|
static names() {
|
|
3255
3191
|
return {
|
|
3256
3192
|
headers: 'headers',
|
|
3193
|
+
statusCode: 'statusCode',
|
|
3257
3194
|
body: 'body',
|
|
3258
3195
|
};
|
|
3259
3196
|
}
|
|
3260
3197
|
static types() {
|
|
3261
3198
|
return {
|
|
3262
3199
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3200
|
+
statusCode: 'number',
|
|
3263
3201
|
body: ScenePublishResponseBody,
|
|
3264
3202
|
};
|
|
3265
3203
|
}
|
|
@@ -3314,12 +3252,14 @@ class TempPreviewResponse extends $tea.Model {
|
|
|
3314
3252
|
static names() {
|
|
3315
3253
|
return {
|
|
3316
3254
|
headers: 'headers',
|
|
3255
|
+
statusCode: 'statusCode',
|
|
3317
3256
|
body: 'body',
|
|
3318
3257
|
};
|
|
3319
3258
|
}
|
|
3320
3259
|
static types() {
|
|
3321
3260
|
return {
|
|
3322
3261
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3262
|
+
statusCode: 'number',
|
|
3323
3263
|
body: TempPreviewResponseBody,
|
|
3324
3264
|
};
|
|
3325
3265
|
}
|
|
@@ -3372,12 +3312,14 @@ class TempPreviewStatusResponse extends $tea.Model {
|
|
|
3372
3312
|
static names() {
|
|
3373
3313
|
return {
|
|
3374
3314
|
headers: 'headers',
|
|
3315
|
+
statusCode: 'statusCode',
|
|
3375
3316
|
body: 'body',
|
|
3376
3317
|
};
|
|
3377
3318
|
}
|
|
3378
3319
|
static types() {
|
|
3379
3320
|
return {
|
|
3380
3321
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3322
|
+
statusCode: 'number',
|
|
3381
3323
|
body: TempPreviewStatusResponseBody,
|
|
3382
3324
|
};
|
|
3383
3325
|
}
|
|
@@ -3430,12 +3372,14 @@ class UpdateConnDataResponse extends $tea.Model {
|
|
|
3430
3372
|
static names() {
|
|
3431
3373
|
return {
|
|
3432
3374
|
headers: 'headers',
|
|
3375
|
+
statusCode: 'statusCode',
|
|
3433
3376
|
body: 'body',
|
|
3434
3377
|
};
|
|
3435
3378
|
}
|
|
3436
3379
|
static types() {
|
|
3437
3380
|
return {
|
|
3438
3381
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3382
|
+
statusCode: 'number',
|
|
3439
3383
|
body: UpdateConnDataResponseBody,
|
|
3440
3384
|
};
|
|
3441
3385
|
}
|
|
@@ -3488,12 +3432,14 @@ class UpdateLayoutDataResponse extends $tea.Model {
|
|
|
3488
3432
|
static names() {
|
|
3489
3433
|
return {
|
|
3490
3434
|
headers: 'headers',
|
|
3435
|
+
statusCode: 'statusCode',
|
|
3491
3436
|
body: 'body',
|
|
3492
3437
|
};
|
|
3493
3438
|
}
|
|
3494
3439
|
static types() {
|
|
3495
3440
|
return {
|
|
3496
3441
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3442
|
+
statusCode: 'number',
|
|
3497
3443
|
body: UpdateLayoutDataResponseBody,
|
|
3498
3444
|
};
|
|
3499
3445
|
}
|
|
@@ -3548,12 +3494,14 @@ class UpdateProjectResponse extends $tea.Model {
|
|
|
3548
3494
|
static names() {
|
|
3549
3495
|
return {
|
|
3550
3496
|
headers: 'headers',
|
|
3497
|
+
statusCode: 'statusCode',
|
|
3551
3498
|
body: 'body',
|
|
3552
3499
|
};
|
|
3553
3500
|
}
|
|
3554
3501
|
static types() {
|
|
3555
3502
|
return {
|
|
3556
3503
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3504
|
+
statusCode: 'number',
|
|
3557
3505
|
body: UpdateProjectResponseBody,
|
|
3558
3506
|
};
|
|
3559
3507
|
}
|
|
@@ -3606,12 +3554,14 @@ class UpdateSceneResponse extends $tea.Model {
|
|
|
3606
3554
|
static names() {
|
|
3607
3555
|
return {
|
|
3608
3556
|
headers: 'headers',
|
|
3557
|
+
statusCode: 'statusCode',
|
|
3609
3558
|
body: 'body',
|
|
3610
3559
|
};
|
|
3611
3560
|
}
|
|
3612
3561
|
static types() {
|
|
3613
3562
|
return {
|
|
3614
3563
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3564
|
+
statusCode: 'number',
|
|
3615
3565
|
body: UpdateSceneResponseBody,
|
|
3616
3566
|
};
|
|
3617
3567
|
}
|
|
@@ -3664,12 +3614,14 @@ class UpdateSubSceneResponse extends $tea.Model {
|
|
|
3664
3614
|
static names() {
|
|
3665
3615
|
return {
|
|
3666
3616
|
headers: 'headers',
|
|
3617
|
+
statusCode: 'statusCode',
|
|
3667
3618
|
body: 'body',
|
|
3668
3619
|
};
|
|
3669
3620
|
}
|
|
3670
3621
|
static types() {
|
|
3671
3622
|
return {
|
|
3672
3623
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3624
|
+
statusCode: 'number',
|
|
3673
3625
|
body: UpdateSubSceneResponseBody,
|
|
3674
3626
|
};
|
|
3675
3627
|
}
|
|
@@ -3745,6 +3697,44 @@ class GetHotspotSceneDataResponseBodyData extends $tea.Model {
|
|
|
3745
3697
|
}
|
|
3746
3698
|
}
|
|
3747
3699
|
exports.GetHotspotSceneDataResponseBodyData = GetHotspotSceneDataResponseBodyData;
|
|
3700
|
+
class GetPackSceneTaskStatusResponseBodyData extends $tea.Model {
|
|
3701
|
+
constructor(map) {
|
|
3702
|
+
super(map);
|
|
3703
|
+
}
|
|
3704
|
+
static names() {
|
|
3705
|
+
return {
|
|
3706
|
+
progress: 'Progress',
|
|
3707
|
+
status: 'Status',
|
|
3708
|
+
};
|
|
3709
|
+
}
|
|
3710
|
+
static types() {
|
|
3711
|
+
return {
|
|
3712
|
+
progress: 'string',
|
|
3713
|
+
status: 'string',
|
|
3714
|
+
};
|
|
3715
|
+
}
|
|
3716
|
+
}
|
|
3717
|
+
exports.GetPackSceneTaskStatusResponseBodyData = GetPackSceneTaskStatusResponseBodyData;
|
|
3718
|
+
class GetScenePackUrlResponseBodyData extends $tea.Model {
|
|
3719
|
+
constructor(map) {
|
|
3720
|
+
super(map);
|
|
3721
|
+
}
|
|
3722
|
+
static names() {
|
|
3723
|
+
return {
|
|
3724
|
+
expire: 'Expire',
|
|
3725
|
+
url: 'Url',
|
|
3726
|
+
valid: 'Valid',
|
|
3727
|
+
};
|
|
3728
|
+
}
|
|
3729
|
+
static types() {
|
|
3730
|
+
return {
|
|
3731
|
+
expire: 'string',
|
|
3732
|
+
url: 'string',
|
|
3733
|
+
valid: 'string',
|
|
3734
|
+
};
|
|
3735
|
+
}
|
|
3736
|
+
}
|
|
3737
|
+
exports.GetScenePackUrlResponseBodyData = GetScenePackUrlResponseBodyData;
|
|
3748
3738
|
class GetScenePreviewDataResponseBodyDataModelPanoListPosition extends $tea.Model {
|
|
3749
3739
|
constructor(map) {
|
|
3750
3740
|
super(map);
|
|
@@ -3916,47 +3906,87 @@ class GetScenePreviewDataResponseBodyDataTags extends $tea.Model {
|
|
|
3916
3906
|
};
|
|
3917
3907
|
}
|
|
3918
3908
|
}
|
|
3919
|
-
exports.GetScenePreviewDataResponseBodyDataTags = GetScenePreviewDataResponseBodyDataTags;
|
|
3920
|
-
class GetScenePreviewDataResponseBodyData extends $tea.Model {
|
|
3909
|
+
exports.GetScenePreviewDataResponseBodyDataTags = GetScenePreviewDataResponseBodyDataTags;
|
|
3910
|
+
class GetScenePreviewDataResponseBodyData extends $tea.Model {
|
|
3911
|
+
constructor(map) {
|
|
3912
|
+
super(map);
|
|
3913
|
+
}
|
|
3914
|
+
static names() {
|
|
3915
|
+
return {
|
|
3916
|
+
model: 'Model',
|
|
3917
|
+
tags: 'Tags',
|
|
3918
|
+
};
|
|
3919
|
+
}
|
|
3920
|
+
static types() {
|
|
3921
|
+
return {
|
|
3922
|
+
model: GetScenePreviewDataResponseBodyDataModel,
|
|
3923
|
+
tags: { 'type': 'array', 'itemType': GetScenePreviewDataResponseBodyDataTags },
|
|
3924
|
+
};
|
|
3925
|
+
}
|
|
3926
|
+
}
|
|
3927
|
+
exports.GetScenePreviewDataResponseBodyData = GetScenePreviewDataResponseBodyData;
|
|
3928
|
+
class GetScenePreviewInfoResponseBodyData extends $tea.Model {
|
|
3929
|
+
constructor(map) {
|
|
3930
|
+
super(map);
|
|
3931
|
+
}
|
|
3932
|
+
static names() {
|
|
3933
|
+
return {
|
|
3934
|
+
modelPath: 'ModelPath',
|
|
3935
|
+
panoList: 'PanoList',
|
|
3936
|
+
textureModelPath: 'TextureModelPath',
|
|
3937
|
+
texturePanoPath: 'TexturePanoPath',
|
|
3938
|
+
};
|
|
3939
|
+
}
|
|
3940
|
+
static types() {
|
|
3941
|
+
return {
|
|
3942
|
+
modelPath: 'string',
|
|
3943
|
+
panoList: 'string',
|
|
3944
|
+
textureModelPath: 'string',
|
|
3945
|
+
texturePanoPath: 'string',
|
|
3946
|
+
};
|
|
3947
|
+
}
|
|
3948
|
+
}
|
|
3949
|
+
exports.GetScenePreviewInfoResponseBodyData = GetScenePreviewInfoResponseBodyData;
|
|
3950
|
+
class GetScenePreviewResourceResponseBodyDataResourceDirectory extends $tea.Model {
|
|
3921
3951
|
constructor(map) {
|
|
3922
3952
|
super(map);
|
|
3923
3953
|
}
|
|
3924
3954
|
static names() {
|
|
3925
3955
|
return {
|
|
3926
|
-
|
|
3927
|
-
|
|
3956
|
+
modelConfig: 'ModelConfig',
|
|
3957
|
+
orthomapConfig: 'OrthomapConfig',
|
|
3958
|
+
rootPath: 'RootPath',
|
|
3928
3959
|
};
|
|
3929
3960
|
}
|
|
3930
3961
|
static types() {
|
|
3931
3962
|
return {
|
|
3932
|
-
|
|
3933
|
-
|
|
3963
|
+
modelConfig: 'string',
|
|
3964
|
+
orthomapConfig: 'string',
|
|
3965
|
+
rootPath: 'string',
|
|
3934
3966
|
};
|
|
3935
3967
|
}
|
|
3936
3968
|
}
|
|
3937
|
-
exports.
|
|
3938
|
-
class
|
|
3969
|
+
exports.GetScenePreviewResourceResponseBodyDataResourceDirectory = GetScenePreviewResourceResponseBodyDataResourceDirectory;
|
|
3970
|
+
class GetScenePreviewResourceResponseBodyData extends $tea.Model {
|
|
3939
3971
|
constructor(map) {
|
|
3940
3972
|
super(map);
|
|
3941
3973
|
}
|
|
3942
3974
|
static names() {
|
|
3943
3975
|
return {
|
|
3944
|
-
|
|
3945
|
-
|
|
3946
|
-
|
|
3947
|
-
texturePanoPath: 'TexturePanoPath',
|
|
3976
|
+
name: 'Name',
|
|
3977
|
+
resourceDirectory: 'ResourceDirectory',
|
|
3978
|
+
version: 'Version',
|
|
3948
3979
|
};
|
|
3949
3980
|
}
|
|
3950
3981
|
static types() {
|
|
3951
3982
|
return {
|
|
3952
|
-
|
|
3953
|
-
|
|
3954
|
-
|
|
3955
|
-
texturePanoPath: 'string',
|
|
3983
|
+
name: 'string',
|
|
3984
|
+
resourceDirectory: GetScenePreviewResourceResponseBodyDataResourceDirectory,
|
|
3985
|
+
version: 'string',
|
|
3956
3986
|
};
|
|
3957
3987
|
}
|
|
3958
3988
|
}
|
|
3959
|
-
exports.
|
|
3989
|
+
exports.GetScenePreviewResourceResponseBodyData = GetScenePreviewResourceResponseBodyData;
|
|
3960
3990
|
class GetSingleConnDataResponseBodyList extends $tea.Model {
|
|
3961
3991
|
constructor(map) {
|
|
3962
3992
|
super(map);
|
|
@@ -4065,22 +4095,6 @@ class ListSceneResponseBodyList extends $tea.Model {
|
|
|
4065
4095
|
}
|
|
4066
4096
|
}
|
|
4067
4097
|
exports.ListSceneResponseBodyList = ListSceneResponseBodyList;
|
|
4068
|
-
class ListScenesResponseBodyData extends $tea.Model {
|
|
4069
|
-
constructor(map) {
|
|
4070
|
-
super(map);
|
|
4071
|
-
}
|
|
4072
|
-
static names() {
|
|
4073
|
-
return {
|
|
4074
|
-
sceneId: 'SceneId',
|
|
4075
|
-
};
|
|
4076
|
-
}
|
|
4077
|
-
static types() {
|
|
4078
|
-
return {
|
|
4079
|
-
sceneId: 'string',
|
|
4080
|
-
};
|
|
4081
|
-
}
|
|
4082
|
-
}
|
|
4083
|
-
exports.ListScenesResponseBodyData = ListScenesResponseBodyData;
|
|
4084
4098
|
class ListSubSceneResponseBodyList extends $tea.Model {
|
|
4085
4099
|
constructor(map) {
|
|
4086
4100
|
super(map);
|
|
@@ -4125,6 +4139,22 @@ class ListSubSceneResponseBodyList extends $tea.Model {
|
|
|
4125
4139
|
}
|
|
4126
4140
|
}
|
|
4127
4141
|
exports.ListSubSceneResponseBodyList = ListSubSceneResponseBodyList;
|
|
4142
|
+
class PackSceneResponseBodyData extends $tea.Model {
|
|
4143
|
+
constructor(map) {
|
|
4144
|
+
super(map);
|
|
4145
|
+
}
|
|
4146
|
+
static names() {
|
|
4147
|
+
return {
|
|
4148
|
+
taskId: 'TaskId',
|
|
4149
|
+
};
|
|
4150
|
+
}
|
|
4151
|
+
static types() {
|
|
4152
|
+
return {
|
|
4153
|
+
taskId: 'string',
|
|
4154
|
+
};
|
|
4155
|
+
}
|
|
4156
|
+
}
|
|
4157
|
+
exports.PackSceneResponseBodyData = PackSceneResponseBodyData;
|
|
4128
4158
|
class Client extends openapi_client_1.default {
|
|
4129
4159
|
constructor(config) {
|
|
4130
4160
|
super(config);
|
|
@@ -4260,6 +4290,9 @@ class Client extends openapi_client_1.default {
|
|
|
4260
4290
|
async addSceneWithOptions(request, runtime) {
|
|
4261
4291
|
tea_util_1.default.validateModel(request);
|
|
4262
4292
|
let query = {};
|
|
4293
|
+
if (!tea_util_1.default.isUnset(request.customerUid)) {
|
|
4294
|
+
query["CustomerUid"] = request.customerUid;
|
|
4295
|
+
}
|
|
4263
4296
|
if (!tea_util_1.default.isUnset(request.name)) {
|
|
4264
4297
|
query["Name"] = request.name;
|
|
4265
4298
|
}
|
|
@@ -4321,178 +4354,17 @@ class Client extends openapi_client_1.default {
|
|
|
4321
4354
|
let runtime = new $Util.RuntimeOptions({});
|
|
4322
4355
|
return await this.addSubSceneWithOptions(request, runtime);
|
|
4323
4356
|
}
|
|
4324
|
-
async
|
|
4325
|
-
tea_util_1.default.validateModel(request);
|
|
4326
|
-
let query = {};
|
|
4327
|
-
if (!tea_util_1.default.isUnset(request.bid)) {
|
|
4328
|
-
query["Bid"] = request.bid;
|
|
4329
|
-
}
|
|
4330
|
-
if (!tea_util_1.default.isUnset(request.country)) {
|
|
4331
|
-
query["Country"] = request.country;
|
|
4332
|
-
}
|
|
4333
|
-
if (!tea_util_1.default.isUnset(request.gmtWakeup)) {
|
|
4334
|
-
query["GmtWakeup"] = request.gmtWakeup;
|
|
4335
|
-
}
|
|
4336
|
-
if (!tea_util_1.default.isUnset(request.hid)) {
|
|
4337
|
-
query["Hid"] = request.hid;
|
|
4338
|
-
}
|
|
4339
|
-
if (!tea_util_1.default.isUnset(request.interrupt)) {
|
|
4340
|
-
query["Interrupt"] = request.interrupt;
|
|
4341
|
-
}
|
|
4342
|
-
if (!tea_util_1.default.isUnset(request.invoker)) {
|
|
4343
|
-
query["Invoker"] = request.invoker;
|
|
4344
|
-
}
|
|
4345
|
-
if (!tea_util_1.default.isUnset(request.level)) {
|
|
4346
|
-
query["Level"] = request.level;
|
|
4347
|
-
}
|
|
4348
|
-
if (!tea_util_1.default.isUnset(request.message)) {
|
|
4349
|
-
query["Message"] = request.message;
|
|
4350
|
-
}
|
|
4351
|
-
if (!tea_util_1.default.isUnset(request.pk)) {
|
|
4352
|
-
query["Pk"] = request.pk;
|
|
4353
|
-
}
|
|
4354
|
-
if (!tea_util_1.default.isUnset(request.prompt)) {
|
|
4355
|
-
query["Prompt"] = request.prompt;
|
|
4356
|
-
}
|
|
4357
|
-
if (!tea_util_1.default.isUnset(request.success)) {
|
|
4358
|
-
query["Success"] = request.success;
|
|
4359
|
-
}
|
|
4360
|
-
if (!tea_util_1.default.isUnset(request.taskExtraData)) {
|
|
4361
|
-
query["TaskExtraData"] = request.taskExtraData;
|
|
4362
|
-
}
|
|
4363
|
-
if (!tea_util_1.default.isUnset(request.taskIdentifier)) {
|
|
4364
|
-
query["TaskIdentifier"] = request.taskIdentifier;
|
|
4365
|
-
}
|
|
4366
|
-
if (!tea_util_1.default.isUnset(request.url)) {
|
|
4367
|
-
query["Url"] = request.url;
|
|
4368
|
-
}
|
|
4369
|
-
let req = new $OpenApi.OpenApiRequest({
|
|
4370
|
-
query: openapi_util_1.default.query(query),
|
|
4371
|
-
});
|
|
4372
|
-
let params = new $OpenApi.Params({
|
|
4373
|
-
action: "CheckResource",
|
|
4374
|
-
version: "2020-01-01",
|
|
4375
|
-
protocol: "HTTPS",
|
|
4376
|
-
pathname: "/",
|
|
4377
|
-
method: "POST",
|
|
4378
|
-
authType: "AK",
|
|
4379
|
-
style: "RPC",
|
|
4380
|
-
reqBodyType: "formData",
|
|
4381
|
-
bodyType: "json",
|
|
4382
|
-
});
|
|
4383
|
-
return $tea.cast(await this.callApi(params, req, runtime), new CheckResourceResponse({}));
|
|
4384
|
-
}
|
|
4385
|
-
async checkResource(request) {
|
|
4386
|
-
let runtime = new $Util.RuntimeOptions({});
|
|
4387
|
-
return await this.checkResourceWithOptions(request, runtime);
|
|
4388
|
-
}
|
|
4389
|
-
async createProjectWithOptions(request, runtime) {
|
|
4390
|
-
tea_util_1.default.validateModel(request);
|
|
4391
|
-
let query = {};
|
|
4392
|
-
if (!tea_util_1.default.isUnset(request.builderUserIdList)) {
|
|
4393
|
-
query["BuilderUserIdList"] = request.builderUserIdList;
|
|
4394
|
-
}
|
|
4395
|
-
if (!tea_util_1.default.isUnset(request.businessId)) {
|
|
4396
|
-
query["BusinessId"] = request.businessId;
|
|
4397
|
-
}
|
|
4398
|
-
if (!tea_util_1.default.isUnset(request.businessUserIdList)) {
|
|
4399
|
-
query["BusinessUserIdList"] = request.businessUserIdList;
|
|
4400
|
-
}
|
|
4401
|
-
if (!tea_util_1.default.isUnset(request.gatherUserIdList)) {
|
|
4402
|
-
query["GatherUserIdList"] = request.gatherUserIdList;
|
|
4403
|
-
}
|
|
4404
|
-
if (!tea_util_1.default.isUnset(request.name)) {
|
|
4405
|
-
query["Name"] = request.name;
|
|
4406
|
-
}
|
|
4407
|
-
let req = new $OpenApi.OpenApiRequest({
|
|
4408
|
-
query: openapi_util_1.default.query(query),
|
|
4409
|
-
});
|
|
4410
|
-
let params = new $OpenApi.Params({
|
|
4411
|
-
action: "CreateProject",
|
|
4412
|
-
version: "2020-01-01",
|
|
4413
|
-
protocol: "HTTPS",
|
|
4414
|
-
pathname: "/",
|
|
4415
|
-
method: "POST",
|
|
4416
|
-
authType: "AK",
|
|
4417
|
-
style: "RPC",
|
|
4418
|
-
reqBodyType: "formData",
|
|
4419
|
-
bodyType: "json",
|
|
4420
|
-
});
|
|
4421
|
-
return $tea.cast(await this.callApi(params, req, runtime), new CreateProjectResponse({}));
|
|
4422
|
-
}
|
|
4423
|
-
async createProject(request) {
|
|
4424
|
-
let runtime = new $Util.RuntimeOptions({});
|
|
4425
|
-
return await this.createProjectWithOptions(request, runtime);
|
|
4426
|
-
}
|
|
4427
|
-
async createSceneWithOptions(request, runtime) {
|
|
4428
|
-
tea_util_1.default.validateModel(request);
|
|
4429
|
-
let query = {};
|
|
4430
|
-
if (!tea_util_1.default.isUnset(request.name)) {
|
|
4431
|
-
query["Name"] = request.name;
|
|
4432
|
-
}
|
|
4433
|
-
if (!tea_util_1.default.isUnset(request.projectId)) {
|
|
4434
|
-
query["ProjectId"] = request.projectId;
|
|
4435
|
-
}
|
|
4436
|
-
let req = new $OpenApi.OpenApiRequest({
|
|
4437
|
-
query: openapi_util_1.default.query(query),
|
|
4438
|
-
});
|
|
4439
|
-
let params = new $OpenApi.Params({
|
|
4440
|
-
action: "CreateScene",
|
|
4441
|
-
version: "2020-01-01",
|
|
4442
|
-
protocol: "HTTPS",
|
|
4443
|
-
pathname: "/",
|
|
4444
|
-
method: "POST",
|
|
4445
|
-
authType: "AK",
|
|
4446
|
-
style: "RPC",
|
|
4447
|
-
reqBodyType: "formData",
|
|
4448
|
-
bodyType: "json",
|
|
4449
|
-
});
|
|
4450
|
-
return $tea.cast(await this.callApi(params, req, runtime), new CreateSceneResponse({}));
|
|
4451
|
-
}
|
|
4452
|
-
async createScene(request) {
|
|
4453
|
-
let runtime = new $Util.RuntimeOptions({});
|
|
4454
|
-
return await this.createSceneWithOptions(request, runtime);
|
|
4455
|
-
}
|
|
4456
|
-
async deleteFileWithOptions(request, runtime) {
|
|
4457
|
-
tea_util_1.default.validateModel(request);
|
|
4458
|
-
let query = {};
|
|
4459
|
-
if (!tea_util_1.default.isUnset(request.paramFile)) {
|
|
4460
|
-
query["ParamFile"] = request.paramFile;
|
|
4461
|
-
}
|
|
4462
|
-
if (!tea_util_1.default.isUnset(request.subSceneUuid)) {
|
|
4463
|
-
query["SubSceneUuid"] = request.subSceneUuid;
|
|
4464
|
-
}
|
|
4465
|
-
let req = new $OpenApi.OpenApiRequest({
|
|
4466
|
-
query: openapi_util_1.default.query(query),
|
|
4467
|
-
});
|
|
4468
|
-
let params = new $OpenApi.Params({
|
|
4469
|
-
action: "DeleteFile",
|
|
4470
|
-
version: "2020-01-01",
|
|
4471
|
-
protocol: "HTTPS",
|
|
4472
|
-
pathname: "/",
|
|
4473
|
-
method: "POST",
|
|
4474
|
-
authType: "AK",
|
|
4475
|
-
style: "RPC",
|
|
4476
|
-
reqBodyType: "formData",
|
|
4477
|
-
bodyType: "json",
|
|
4478
|
-
});
|
|
4479
|
-
return $tea.cast(await this.callApi(params, req, runtime), new DeleteFileResponse({}));
|
|
4480
|
-
}
|
|
4481
|
-
async deleteFile(request) {
|
|
4482
|
-
let runtime = new $Util.RuntimeOptions({});
|
|
4483
|
-
return await this.deleteFileWithOptions(request, runtime);
|
|
4484
|
-
}
|
|
4485
|
-
async deleteProjectWithOptions(request, runtime) {
|
|
4357
|
+
async checkUserPropertyWithOptions(request, runtime) {
|
|
4486
4358
|
tea_util_1.default.validateModel(request);
|
|
4487
4359
|
let query = {};
|
|
4488
|
-
if (!tea_util_1.default.isUnset(request.
|
|
4489
|
-
query["
|
|
4360
|
+
if (!tea_util_1.default.isUnset(request.uid)) {
|
|
4361
|
+
query["Uid"] = request.uid;
|
|
4490
4362
|
}
|
|
4491
4363
|
let req = new $OpenApi.OpenApiRequest({
|
|
4492
4364
|
query: openapi_util_1.default.query(query),
|
|
4493
4365
|
});
|
|
4494
4366
|
let params = new $OpenApi.Params({
|
|
4495
|
-
action: "
|
|
4367
|
+
action: "CheckUserProperty",
|
|
4496
4368
|
version: "2020-01-01",
|
|
4497
4369
|
protocol: "HTTPS",
|
|
4498
4370
|
pathname: "/",
|
|
@@ -4502,11 +4374,11 @@ class Client extends openapi_client_1.default {
|
|
|
4502
4374
|
reqBodyType: "formData",
|
|
4503
4375
|
bodyType: "json",
|
|
4504
4376
|
});
|
|
4505
|
-
return $tea.cast(await this.callApi(params, req, runtime), new
|
|
4377
|
+
return $tea.cast(await this.callApi(params, req, runtime), new CheckUserPropertyResponse({}));
|
|
4506
4378
|
}
|
|
4507
|
-
async
|
|
4379
|
+
async checkUserProperty(request) {
|
|
4508
4380
|
let runtime = new $Util.RuntimeOptions({});
|
|
4509
|
-
return await this.
|
|
4381
|
+
return await this.checkUserPropertyWithOptions(request, runtime);
|
|
4510
4382
|
}
|
|
4511
4383
|
async detailProjectWithOptions(request, runtime) {
|
|
4512
4384
|
tea_util_1.default.validateModel(request);
|
|
@@ -4876,11 +4748,11 @@ class Client extends openapi_client_1.default {
|
|
|
4876
4748
|
let runtime = new $Util.RuntimeOptions({});
|
|
4877
4749
|
return await this.getOssPolicyWithOptions(request, runtime);
|
|
4878
4750
|
}
|
|
4879
|
-
async
|
|
4751
|
+
async getPackSceneTaskStatusWithOptions(request, runtime) {
|
|
4880
4752
|
tea_util_1.default.validateModel(request);
|
|
4881
4753
|
let query = {};
|
|
4882
|
-
if (!tea_util_1.default.isUnset(request.
|
|
4883
|
-
query["
|
|
4754
|
+
if (!tea_util_1.default.isUnset(request.taskId)) {
|
|
4755
|
+
query["TaskId"] = request.taskId;
|
|
4884
4756
|
}
|
|
4885
4757
|
if (!tea_util_1.default.isUnset(request.type)) {
|
|
4886
4758
|
query["Type"] = request.type;
|
|
@@ -4889,7 +4761,7 @@ class Client extends openapi_client_1.default {
|
|
|
4889
4761
|
query: openapi_util_1.default.query(query),
|
|
4890
4762
|
});
|
|
4891
4763
|
let params = new $OpenApi.Params({
|
|
4892
|
-
action: "
|
|
4764
|
+
action: "GetPackSceneTaskStatus",
|
|
4893
4765
|
version: "2020-01-01",
|
|
4894
4766
|
protocol: "HTTPS",
|
|
4895
4767
|
pathname: "/",
|
|
@@ -4899,11 +4771,11 @@ class Client extends openapi_client_1.default {
|
|
|
4899
4771
|
reqBodyType: "formData",
|
|
4900
4772
|
bodyType: "json",
|
|
4901
4773
|
});
|
|
4902
|
-
return $tea.cast(await this.callApi(params, req, runtime), new
|
|
4774
|
+
return $tea.cast(await this.callApi(params, req, runtime), new GetPackSceneTaskStatusResponse({}));
|
|
4903
4775
|
}
|
|
4904
|
-
async
|
|
4776
|
+
async getPackSceneTaskStatus(request) {
|
|
4905
4777
|
let runtime = new $Util.RuntimeOptions({});
|
|
4906
|
-
return await this.
|
|
4778
|
+
return await this.getPackSceneTaskStatusWithOptions(request, runtime);
|
|
4907
4779
|
}
|
|
4908
4780
|
async getRectifyImageWithOptions(request, runtime) {
|
|
4909
4781
|
tea_util_1.default.validateModel(request);
|
|
@@ -4957,6 +4829,32 @@ class Client extends openapi_client_1.default {
|
|
|
4957
4829
|
let runtime = new $Util.RuntimeOptions({});
|
|
4958
4830
|
return await this.getSceneBuildTaskStatusWithOptions(request, runtime);
|
|
4959
4831
|
}
|
|
4832
|
+
async getScenePackUrlWithOptions(request, runtime) {
|
|
4833
|
+
tea_util_1.default.validateModel(request);
|
|
4834
|
+
let query = {};
|
|
4835
|
+
if (!tea_util_1.default.isUnset(request.sceneId)) {
|
|
4836
|
+
query["SceneId"] = request.sceneId;
|
|
4837
|
+
}
|
|
4838
|
+
let req = new $OpenApi.OpenApiRequest({
|
|
4839
|
+
query: openapi_util_1.default.query(query),
|
|
4840
|
+
});
|
|
4841
|
+
let params = new $OpenApi.Params({
|
|
4842
|
+
action: "GetScenePackUrl",
|
|
4843
|
+
version: "2020-01-01",
|
|
4844
|
+
protocol: "HTTPS",
|
|
4845
|
+
pathname: "/",
|
|
4846
|
+
method: "POST",
|
|
4847
|
+
authType: "AK",
|
|
4848
|
+
style: "RPC",
|
|
4849
|
+
reqBodyType: "formData",
|
|
4850
|
+
bodyType: "json",
|
|
4851
|
+
});
|
|
4852
|
+
return $tea.cast(await this.callApi(params, req, runtime), new GetScenePackUrlResponse({}));
|
|
4853
|
+
}
|
|
4854
|
+
async getScenePackUrl(request) {
|
|
4855
|
+
let runtime = new $Util.RuntimeOptions({});
|
|
4856
|
+
return await this.getScenePackUrlWithOptions(request, runtime);
|
|
4857
|
+
}
|
|
4960
4858
|
async getScenePreviewDataWithOptions(request, runtime) {
|
|
4961
4859
|
tea_util_1.default.validateModel(request);
|
|
4962
4860
|
let query = {};
|
|
@@ -5024,6 +4922,32 @@ class Client extends openapi_client_1.default {
|
|
|
5024
4922
|
let runtime = new $Util.RuntimeOptions({});
|
|
5025
4923
|
return await this.getScenePreviewInfoWithOptions(request, runtime);
|
|
5026
4924
|
}
|
|
4925
|
+
async getScenePreviewResourceWithOptions(request, runtime) {
|
|
4926
|
+
tea_util_1.default.validateModel(request);
|
|
4927
|
+
let query = {};
|
|
4928
|
+
if (!tea_util_1.default.isUnset(request.previewToken)) {
|
|
4929
|
+
query["PreviewToken"] = request.previewToken;
|
|
4930
|
+
}
|
|
4931
|
+
let req = new $OpenApi.OpenApiRequest({
|
|
4932
|
+
query: openapi_util_1.default.query(query),
|
|
4933
|
+
});
|
|
4934
|
+
let params = new $OpenApi.Params({
|
|
4935
|
+
action: "GetScenePreviewResource",
|
|
4936
|
+
version: "2020-01-01",
|
|
4937
|
+
protocol: "HTTPS",
|
|
4938
|
+
pathname: "/",
|
|
4939
|
+
method: "POST",
|
|
4940
|
+
authType: "AK",
|
|
4941
|
+
style: "RPC",
|
|
4942
|
+
reqBodyType: "formData",
|
|
4943
|
+
bodyType: "json",
|
|
4944
|
+
});
|
|
4945
|
+
return $tea.cast(await this.callApi(params, req, runtime), new GetScenePreviewResourceResponse({}));
|
|
4946
|
+
}
|
|
4947
|
+
async getScenePreviewResource(request) {
|
|
4948
|
+
let runtime = new $Util.RuntimeOptions({});
|
|
4949
|
+
return await this.getScenePreviewResourceWithOptions(request, runtime);
|
|
4950
|
+
}
|
|
5027
4951
|
async getSingleConnDataWithOptions(request, runtime) {
|
|
5028
4952
|
tea_util_1.default.validateModel(request);
|
|
5029
4953
|
let query = {};
|
|
@@ -5259,35 +5183,6 @@ class Client extends openapi_client_1.default {
|
|
|
5259
5183
|
let runtime = new $Util.RuntimeOptions({});
|
|
5260
5184
|
return await this.listSceneWithOptions(request, runtime);
|
|
5261
5185
|
}
|
|
5262
|
-
async listScenesWithOptions(request, runtime) {
|
|
5263
|
-
tea_util_1.default.validateModel(request);
|
|
5264
|
-
let query = {};
|
|
5265
|
-
if (!tea_util_1.default.isUnset(request.isPublishQuery)) {
|
|
5266
|
-
query["IsPublishQuery"] = request.isPublishQuery;
|
|
5267
|
-
}
|
|
5268
|
-
if (!tea_util_1.default.isUnset(request.projectId)) {
|
|
5269
|
-
query["ProjectId"] = request.projectId;
|
|
5270
|
-
}
|
|
5271
|
-
let req = new $OpenApi.OpenApiRequest({
|
|
5272
|
-
query: openapi_util_1.default.query(query),
|
|
5273
|
-
});
|
|
5274
|
-
let params = new $OpenApi.Params({
|
|
5275
|
-
action: "ListScenes",
|
|
5276
|
-
version: "2020-01-01",
|
|
5277
|
-
protocol: "HTTPS",
|
|
5278
|
-
pathname: "/",
|
|
5279
|
-
method: "POST",
|
|
5280
|
-
authType: "AK",
|
|
5281
|
-
style: "RPC",
|
|
5282
|
-
reqBodyType: "formData",
|
|
5283
|
-
bodyType: "json",
|
|
5284
|
-
});
|
|
5285
|
-
return $tea.cast(await this.callApi(params, req, runtime), new ListScenesResponse({}));
|
|
5286
|
-
}
|
|
5287
|
-
async listScenes(request) {
|
|
5288
|
-
let runtime = new $Util.RuntimeOptions({});
|
|
5289
|
-
return await this.listScenesWithOptions(request, runtime);
|
|
5290
|
-
}
|
|
5291
5186
|
async listSubSceneWithOptions(request, runtime) {
|
|
5292
5187
|
tea_util_1.default.validateModel(request);
|
|
5293
5188
|
let query = {};
|
|
@@ -5349,6 +5244,35 @@ class Client extends openapi_client_1.default {
|
|
|
5349
5244
|
let runtime = new $Util.RuntimeOptions({});
|
|
5350
5245
|
return await this.optimizeRightAngleWithOptions(request, runtime);
|
|
5351
5246
|
}
|
|
5247
|
+
async packSceneWithOptions(request, runtime) {
|
|
5248
|
+
tea_util_1.default.validateModel(request);
|
|
5249
|
+
let query = {};
|
|
5250
|
+
if (!tea_util_1.default.isUnset(request.sceneId)) {
|
|
5251
|
+
query["SceneId"] = request.sceneId;
|
|
5252
|
+
}
|
|
5253
|
+
if (!tea_util_1.default.isUnset(request.type)) {
|
|
5254
|
+
query["Type"] = request.type;
|
|
5255
|
+
}
|
|
5256
|
+
let req = new $OpenApi.OpenApiRequest({
|
|
5257
|
+
query: openapi_util_1.default.query(query),
|
|
5258
|
+
});
|
|
5259
|
+
let params = new $OpenApi.Params({
|
|
5260
|
+
action: "PackScene",
|
|
5261
|
+
version: "2020-01-01",
|
|
5262
|
+
protocol: "HTTPS",
|
|
5263
|
+
pathname: "/",
|
|
5264
|
+
method: "POST",
|
|
5265
|
+
authType: "AK",
|
|
5266
|
+
style: "RPC",
|
|
5267
|
+
reqBodyType: "formData",
|
|
5268
|
+
bodyType: "json",
|
|
5269
|
+
});
|
|
5270
|
+
return $tea.cast(await this.callApi(params, req, runtime), new PackSceneResponse({}));
|
|
5271
|
+
}
|
|
5272
|
+
async packScene(request) {
|
|
5273
|
+
let runtime = new $Util.RuntimeOptions({});
|
|
5274
|
+
return await this.packSceneWithOptions(request, runtime);
|
|
5275
|
+
}
|
|
5352
5276
|
async predImageWithOptions(request, runtime) {
|
|
5353
5277
|
tea_util_1.default.validateModel(request);
|
|
5354
5278
|
let query = {};
|