@alicloud/tdsr20200101 3.1.6 → 3.1.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (833) hide show
  1. package/dist/client.d.ts +1006 -3713
  2. package/dist/client.js +1463 -5564
  3. package/dist/client.js.map +1 -1
  4. package/dist/models/AddHotspotFileRequest.d.ts +31 -0
  5. package/dist/models/AddHotspotFileRequest.js +62 -0
  6. package/dist/models/AddHotspotFileRequest.js.map +1 -0
  7. package/dist/models/AddHotspotFileResponse.d.ts +19 -0
  8. package/dist/models/AddHotspotFileResponse.js +69 -0
  9. package/dist/models/AddHotspotFileResponse.js.map +1 -0
  10. package/dist/models/AddHotspotFileResponseBody.d.ts +42 -0
  11. package/dist/models/AddHotspotFileResponseBody.js +107 -0
  12. package/dist/models/AddHotspotFileResponseBody.js.map +1 -0
  13. package/dist/models/AddMosaicsRequest.d.ts +29 -0
  14. package/dist/models/AddMosaicsRequest.js +60 -0
  15. package/dist/models/AddMosaicsRequest.js.map +1 -0
  16. package/dist/models/AddMosaicsResponse.d.ts +19 -0
  17. package/dist/models/AddMosaicsResponse.js +69 -0
  18. package/dist/models/AddMosaicsResponse.js.map +1 -0
  19. package/dist/models/AddMosaicsResponseBody.d.ts +58 -0
  20. package/dist/models/AddMosaicsResponseBody.js +102 -0
  21. package/dist/models/AddMosaicsResponseBody.js.map +1 -0
  22. package/dist/models/AddProjectRequest.d.ts +23 -0
  23. package/dist/models/AddProjectRequest.js +60 -0
  24. package/dist/models/AddProjectRequest.js.map +1 -0
  25. package/dist/models/AddProjectResponse.d.ts +19 -0
  26. package/dist/models/AddProjectResponse.js +69 -0
  27. package/dist/models/AddProjectResponse.js.map +1 -0
  28. package/dist/models/AddProjectResponseBody.d.ts +58 -0
  29. package/dist/models/AddProjectResponseBody.js +102 -0
  30. package/dist/models/AddProjectResponseBody.js.map +1 -0
  31. package/dist/models/AddRelativePositionRequest.d.ts +29 -0
  32. package/dist/models/AddRelativePositionRequest.js +60 -0
  33. package/dist/models/AddRelativePositionRequest.js.map +1 -0
  34. package/dist/models/AddRelativePositionResponse.d.ts +19 -0
  35. package/dist/models/AddRelativePositionResponse.js +69 -0
  36. package/dist/models/AddRelativePositionResponse.js.map +1 -0
  37. package/dist/models/AddRelativePositionResponseBody.d.ts +53 -0
  38. package/dist/models/AddRelativePositionResponseBody.js +100 -0
  39. package/dist/models/AddRelativePositionResponseBody.js.map +1 -0
  40. package/dist/models/AddRoomPlanRequest.d.ts +21 -0
  41. package/dist/models/AddRoomPlanRequest.js +58 -0
  42. package/dist/models/AddRoomPlanRequest.js.map +1 -0
  43. package/dist/models/AddRoomPlanResponse.d.ts +19 -0
  44. package/dist/models/AddRoomPlanResponse.js +69 -0
  45. package/dist/models/AddRoomPlanResponse.js.map +1 -0
  46. package/dist/models/AddRoomPlanResponseBody.d.ts +101 -0
  47. package/dist/models/AddRoomPlanResponseBody.js +136 -0
  48. package/dist/models/AddRoomPlanResponseBody.js.map +1 -0
  49. package/dist/models/AddSceneRequest.d.ts +42 -0
  50. package/dist/models/AddSceneRequest.js +64 -0
  51. package/dist/models/AddSceneRequest.js.map +1 -0
  52. package/dist/models/AddSceneResponse.d.ts +19 -0
  53. package/dist/models/AddSceneResponse.js +69 -0
  54. package/dist/models/AddSceneResponse.js.map +1 -0
  55. package/dist/models/AddSceneResponseBody.d.ts +58 -0
  56. package/dist/models/AddSceneResponseBody.js +102 -0
  57. package/dist/models/AddSceneResponseBody.js.map +1 -0
  58. package/dist/models/AddSubSceneRequest.d.ts +34 -0
  59. package/dist/models/AddSubSceneRequest.js +62 -0
  60. package/dist/models/AddSubSceneRequest.js.map +1 -0
  61. package/dist/models/AddSubSceneResponse.d.ts +19 -0
  62. package/dist/models/AddSubSceneResponse.js +69 -0
  63. package/dist/models/AddSubSceneResponse.js.map +1 -0
  64. package/dist/models/AddSubSceneResponseBody.d.ts +58 -0
  65. package/dist/models/AddSubSceneResponseBody.js +102 -0
  66. package/dist/models/AddSubSceneResponseBody.js.map +1 -0
  67. package/dist/models/CheckUserPropertyRequest.d.ts +21 -0
  68. package/dist/models/CheckUserPropertyRequest.js +58 -0
  69. package/dist/models/CheckUserPropertyRequest.js.map +1 -0
  70. package/dist/models/CheckUserPropertyResponse.d.ts +19 -0
  71. package/dist/models/CheckUserPropertyResponse.js +69 -0
  72. package/dist/models/CheckUserPropertyResponse.js.map +1 -0
  73. package/dist/models/CheckUserPropertyResponseBody.d.ts +58 -0
  74. package/dist/models/CheckUserPropertyResponseBody.js +102 -0
  75. package/dist/models/CheckUserPropertyResponseBody.js.map +1 -0
  76. package/dist/models/CopySceneRequest.d.ts +31 -0
  77. package/dist/models/CopySceneRequest.js +62 -0
  78. package/dist/models/CopySceneRequest.js.map +1 -0
  79. package/dist/models/CopySceneResponse.d.ts +19 -0
  80. package/dist/models/CopySceneResponse.js +69 -0
  81. package/dist/models/CopySceneResponse.js.map +1 -0
  82. package/dist/models/CopySceneResponseBody.d.ts +71 -0
  83. package/dist/models/CopySceneResponseBody.js +124 -0
  84. package/dist/models/CopySceneResponseBody.js.map +1 -0
  85. package/dist/models/CreateUploadPolicyRequest.d.ts +29 -0
  86. package/dist/models/CreateUploadPolicyRequest.js +60 -0
  87. package/dist/models/CreateUploadPolicyRequest.js.map +1 -0
  88. package/dist/models/CreateUploadPolicyResponse.d.ts +19 -0
  89. package/dist/models/CreateUploadPolicyResponse.js +69 -0
  90. package/dist/models/CreateUploadPolicyResponse.js.map +1 -0
  91. package/dist/models/CreateUploadPolicyResponseBody.d.ts +104 -0
  92. package/dist/models/CreateUploadPolicyResponseBody.js +136 -0
  93. package/dist/models/CreateUploadPolicyResponseBody.js.map +1 -0
  94. package/dist/models/DetailProjectRequest.d.ts +21 -0
  95. package/dist/models/DetailProjectRequest.js +58 -0
  96. package/dist/models/DetailProjectRequest.js.map +1 -0
  97. package/dist/models/DetailProjectResponse.d.ts +19 -0
  98. package/dist/models/DetailProjectResponse.js +69 -0
  99. package/dist/models/DetailProjectResponse.js.map +1 -0
  100. package/dist/models/DetailProjectResponseBody.d.ts +83 -0
  101. package/dist/models/DetailProjectResponseBody.js +114 -0
  102. package/dist/models/DetailProjectResponseBody.js.map +1 -0
  103. package/dist/models/DetailSceneRequest.d.ts +21 -0
  104. package/dist/models/DetailSceneRequest.js +58 -0
  105. package/dist/models/DetailSceneRequest.js.map +1 -0
  106. package/dist/models/DetailSceneResponse.d.ts +19 -0
  107. package/dist/models/DetailSceneResponse.js +69 -0
  108. package/dist/models/DetailSceneResponse.js.map +1 -0
  109. package/dist/models/DetailSceneResponseBody.d.ts +145 -0
  110. package/dist/models/DetailSceneResponseBody.js +180 -0
  111. package/dist/models/DetailSceneResponseBody.js.map +1 -0
  112. package/dist/models/DetailSubSceneRequest.d.ts +21 -0
  113. package/dist/models/DetailSubSceneRequest.js +58 -0
  114. package/dist/models/DetailSubSceneRequest.js.map +1 -0
  115. package/dist/models/DetailSubSceneResponse.d.ts +19 -0
  116. package/dist/models/DetailSubSceneResponse.js +69 -0
  117. package/dist/models/DetailSubSceneResponse.js.map +1 -0
  118. package/dist/models/DetailSubSceneResponseBody.d.ts +123 -0
  119. package/dist/models/DetailSubSceneResponseBody.js +128 -0
  120. package/dist/models/DetailSubSceneResponseBody.js.map +1 -0
  121. package/dist/models/DropProjectRequest.d.ts +21 -0
  122. package/dist/models/DropProjectRequest.js +58 -0
  123. package/dist/models/DropProjectRequest.js.map +1 -0
  124. package/dist/models/DropProjectResponse.d.ts +19 -0
  125. package/dist/models/DropProjectResponse.js +69 -0
  126. package/dist/models/DropProjectResponse.js.map +1 -0
  127. package/dist/models/DropProjectResponseBody.d.ts +53 -0
  128. package/dist/models/DropProjectResponseBody.js +100 -0
  129. package/dist/models/DropProjectResponseBody.js.map +1 -0
  130. package/dist/models/DropSceneRequest.d.ts +21 -0
  131. package/dist/models/DropSceneRequest.js +58 -0
  132. package/dist/models/DropSceneRequest.js.map +1 -0
  133. package/dist/models/DropSceneResponse.d.ts +19 -0
  134. package/dist/models/DropSceneResponse.js +69 -0
  135. package/dist/models/DropSceneResponse.js.map +1 -0
  136. package/dist/models/DropSceneResponseBody.d.ts +53 -0
  137. package/dist/models/DropSceneResponseBody.js +100 -0
  138. package/dist/models/DropSceneResponseBody.js.map +1 -0
  139. package/dist/models/DropSubSceneRequest.d.ts +21 -0
  140. package/dist/models/DropSubSceneRequest.js +58 -0
  141. package/dist/models/DropSubSceneRequest.js.map +1 -0
  142. package/dist/models/DropSubSceneResponse.d.ts +19 -0
  143. package/dist/models/DropSubSceneResponse.js +69 -0
  144. package/dist/models/DropSubSceneResponse.js.map +1 -0
  145. package/dist/models/DropSubSceneResponseBody.d.ts +53 -0
  146. package/dist/models/DropSubSceneResponseBody.js +100 -0
  147. package/dist/models/DropSubSceneResponseBody.js.map +1 -0
  148. package/dist/models/GetConnDataRequest.d.ts +21 -0
  149. package/dist/models/GetConnDataRequest.js +58 -0
  150. package/dist/models/GetConnDataRequest.js.map +1 -0
  151. package/dist/models/GetConnDataResponse.d.ts +19 -0
  152. package/dist/models/GetConnDataResponse.js +69 -0
  153. package/dist/models/GetConnDataResponse.js.map +1 -0
  154. package/dist/models/GetConnDataResponseBody.d.ts +97 -0
  155. package/dist/models/GetConnDataResponseBody.js +132 -0
  156. package/dist/models/GetConnDataResponseBody.js.map +1 -0
  157. package/dist/models/GetCopySceneTaskStatusRequest.d.ts +21 -0
  158. package/dist/models/GetCopySceneTaskStatusRequest.js +58 -0
  159. package/dist/models/GetCopySceneTaskStatusRequest.js.map +1 -0
  160. package/dist/models/GetCopySceneTaskStatusResponse.d.ts +19 -0
  161. package/dist/models/GetCopySceneTaskStatusResponse.js +69 -0
  162. package/dist/models/GetCopySceneTaskStatusResponse.js.map +1 -0
  163. package/dist/models/GetCopySceneTaskStatusResponseBody.d.ts +76 -0
  164. package/dist/models/GetCopySceneTaskStatusResponseBody.js +126 -0
  165. package/dist/models/GetCopySceneTaskStatusResponseBody.js.map +1 -0
  166. package/dist/models/GetHotspotConfigRequest.d.ts +39 -0
  167. package/dist/models/GetHotspotConfigRequest.js +64 -0
  168. package/dist/models/GetHotspotConfigRequest.js.map +1 -0
  169. package/dist/models/GetHotspotConfigResponse.d.ts +19 -0
  170. package/dist/models/GetHotspotConfigResponse.js +69 -0
  171. package/dist/models/GetHotspotConfigResponse.js.map +1 -0
  172. package/dist/models/GetHotspotConfigResponseBody.d.ts +58 -0
  173. package/dist/models/GetHotspotConfigResponseBody.js +102 -0
  174. package/dist/models/GetHotspotConfigResponseBody.js.map +1 -0
  175. package/dist/models/GetHotspotSceneDataRequest.d.ts +39 -0
  176. package/dist/models/GetHotspotSceneDataRequest.js +64 -0
  177. package/dist/models/GetHotspotSceneDataRequest.js.map +1 -0
  178. package/dist/models/GetHotspotSceneDataResponse.d.ts +19 -0
  179. package/dist/models/GetHotspotSceneDataResponse.js +69 -0
  180. package/dist/models/GetHotspotSceneDataResponse.js.map +1 -0
  181. package/dist/models/GetHotspotSceneDataResponseBody.d.ts +85 -0
  182. package/dist/models/GetHotspotSceneDataResponseBody.js +130 -0
  183. package/dist/models/GetHotspotSceneDataResponseBody.js.map +1 -0
  184. package/dist/models/GetHotspotTagRequest.d.ts +38 -0
  185. package/dist/models/GetHotspotTagRequest.js +66 -0
  186. package/dist/models/GetHotspotTagRequest.js.map +1 -0
  187. package/dist/models/GetHotspotTagResponse.d.ts +19 -0
  188. package/dist/models/GetHotspotTagResponse.js +69 -0
  189. package/dist/models/GetHotspotTagResponse.js.map +1 -0
  190. package/dist/models/GetHotspotTagResponseBody.d.ts +58 -0
  191. package/dist/models/GetHotspotTagResponseBody.js +102 -0
  192. package/dist/models/GetHotspotTagResponseBody.js.map +1 -0
  193. package/dist/models/GetLayoutDataRequest.d.ts +21 -0
  194. package/dist/models/GetLayoutDataRequest.js +58 -0
  195. package/dist/models/GetLayoutDataRequest.js.map +1 -0
  196. package/dist/models/GetLayoutDataResponse.d.ts +19 -0
  197. package/dist/models/GetLayoutDataResponse.js +69 -0
  198. package/dist/models/GetLayoutDataResponse.js.map +1 -0
  199. package/dist/models/GetLayoutDataResponseBody.d.ts +58 -0
  200. package/dist/models/GetLayoutDataResponseBody.js +102 -0
  201. package/dist/models/GetLayoutDataResponseBody.js.map +1 -0
  202. package/dist/models/GetOriginLayoutDataRequest.d.ts +21 -0
  203. package/dist/models/GetOriginLayoutDataRequest.js +58 -0
  204. package/dist/models/GetOriginLayoutDataRequest.js.map +1 -0
  205. package/dist/models/GetOriginLayoutDataResponse.d.ts +19 -0
  206. package/dist/models/GetOriginLayoutDataResponse.js +69 -0
  207. package/dist/models/GetOriginLayoutDataResponse.js.map +1 -0
  208. package/dist/models/GetOriginLayoutDataResponseBody.d.ts +58 -0
  209. package/dist/models/GetOriginLayoutDataResponseBody.js +102 -0
  210. package/dist/models/GetOriginLayoutDataResponseBody.js.map +1 -0
  211. package/dist/models/GetOssPolicyRequest.d.ts +21 -0
  212. package/dist/models/GetOssPolicyRequest.js +58 -0
  213. package/dist/models/GetOssPolicyRequest.js.map +1 -0
  214. package/dist/models/GetOssPolicyResponse.d.ts +19 -0
  215. package/dist/models/GetOssPolicyResponse.js +69 -0
  216. package/dist/models/GetOssPolicyResponse.js.map +1 -0
  217. package/dist/models/GetOssPolicyResponseBody.d.ts +88 -0
  218. package/dist/models/GetOssPolicyResponseBody.js +114 -0
  219. package/dist/models/GetOssPolicyResponseBody.js.map +1 -0
  220. package/dist/models/GetPackSceneTaskStatusRequest.d.ts +29 -0
  221. package/dist/models/GetPackSceneTaskStatusRequest.js +60 -0
  222. package/dist/models/GetPackSceneTaskStatusRequest.js.map +1 -0
  223. package/dist/models/GetPackSceneTaskStatusResponse.d.ts +19 -0
  224. package/dist/models/GetPackSceneTaskStatusResponse.js +69 -0
  225. package/dist/models/GetPackSceneTaskStatusResponse.js.map +1 -0
  226. package/dist/models/GetPackSceneTaskStatusResponseBody.d.ts +76 -0
  227. package/dist/models/GetPackSceneTaskStatusResponseBody.js +126 -0
  228. package/dist/models/GetPackSceneTaskStatusResponseBody.js.map +1 -0
  229. package/dist/models/GetRectifyImageRequest.d.ts +21 -0
  230. package/dist/models/GetRectifyImageRequest.js +58 -0
  231. package/dist/models/GetRectifyImageRequest.js.map +1 -0
  232. package/dist/models/GetRectifyImageResponse.d.ts +19 -0
  233. package/dist/models/GetRectifyImageResponse.js +69 -0
  234. package/dist/models/GetRectifyImageResponse.js.map +1 -0
  235. package/dist/models/GetRectifyImageResponseBody.d.ts +58 -0
  236. package/dist/models/GetRectifyImageResponseBody.js +102 -0
  237. package/dist/models/GetRectifyImageResponseBody.js.map +1 -0
  238. package/dist/models/GetSceneBuildTaskStatusRequest.d.ts +21 -0
  239. package/dist/models/GetSceneBuildTaskStatusRequest.js +58 -0
  240. package/dist/models/GetSceneBuildTaskStatusRequest.js.map +1 -0
  241. package/dist/models/GetSceneBuildTaskStatusResponse.d.ts +19 -0
  242. package/dist/models/GetSceneBuildTaskStatusResponse.js +69 -0
  243. package/dist/models/GetSceneBuildTaskStatusResponse.js.map +1 -0
  244. package/dist/models/GetSceneBuildTaskStatusResponseBody.d.ts +73 -0
  245. package/dist/models/GetSceneBuildTaskStatusResponseBody.js +108 -0
  246. package/dist/models/GetSceneBuildTaskStatusResponseBody.js.map +1 -0
  247. package/dist/models/GetScenePackUrlRequest.d.ts +21 -0
  248. package/dist/models/GetScenePackUrlRequest.js +58 -0
  249. package/dist/models/GetScenePackUrlRequest.js.map +1 -0
  250. package/dist/models/GetScenePackUrlResponse.d.ts +19 -0
  251. package/dist/models/GetScenePackUrlResponse.js +69 -0
  252. package/dist/models/GetScenePackUrlResponse.js.map +1 -0
  253. package/dist/models/GetScenePackUrlResponseBody.d.ts +77 -0
  254. package/dist/models/GetScenePackUrlResponseBody.js +128 -0
  255. package/dist/models/GetScenePackUrlResponseBody.js.map +1 -0
  256. package/dist/models/GetScenePreviewDataRequest.d.ts +36 -0
  257. package/dist/models/GetScenePreviewDataRequest.js +64 -0
  258. package/dist/models/GetScenePreviewDataRequest.js.map +1 -0
  259. package/dist/models/GetScenePreviewDataResponse.d.ts +19 -0
  260. package/dist/models/GetScenePreviewDataResponse.js +69 -0
  261. package/dist/models/GetScenePreviewDataResponse.js.map +1 -0
  262. package/dist/models/GetScenePreviewDataResponseBody.d.ts +270 -0
  263. package/dist/models/GetScenePreviewDataResponseBody.js +370 -0
  264. package/dist/models/GetScenePreviewDataResponseBody.js.map +1 -0
  265. package/dist/models/GetScenePreviewInfoRequest.d.ts +31 -0
  266. package/dist/models/GetScenePreviewInfoRequest.js +62 -0
  267. package/dist/models/GetScenePreviewInfoRequest.js.map +1 -0
  268. package/dist/models/GetScenePreviewInfoResponse.d.ts +19 -0
  269. package/dist/models/GetScenePreviewInfoResponse.js +69 -0
  270. package/dist/models/GetScenePreviewInfoResponse.js.map +1 -0
  271. package/dist/models/GetScenePreviewInfoResponseBody.d.ts +77 -0
  272. package/dist/models/GetScenePreviewInfoResponseBody.js +130 -0
  273. package/dist/models/GetScenePreviewInfoResponseBody.js.map +1 -0
  274. package/dist/models/GetScenePreviewResourceRequest.d.ts +26 -0
  275. package/dist/models/GetScenePreviewResourceRequest.js +60 -0
  276. package/dist/models/GetScenePreviewResourceRequest.js.map +1 -0
  277. package/dist/models/GetScenePreviewResourceResponse.d.ts +19 -0
  278. package/dist/models/GetScenePreviewResourceResponse.js +69 -0
  279. package/dist/models/GetScenePreviewResourceResponse.js.map +1 -0
  280. package/dist/models/GetScenePreviewResourceResponseBody.d.ts +108 -0
  281. package/dist/models/GetScenePreviewResourceResponseBody.js +156 -0
  282. package/dist/models/GetScenePreviewResourceResponseBody.js.map +1 -0
  283. package/dist/models/GetSingleConnDataRequest.d.ts +21 -0
  284. package/dist/models/GetSingleConnDataRequest.js +58 -0
  285. package/dist/models/GetSingleConnDataRequest.js.map +1 -0
  286. package/dist/models/GetSingleConnDataResponse.d.ts +19 -0
  287. package/dist/models/GetSingleConnDataResponse.js +69 -0
  288. package/dist/models/GetSingleConnDataResponse.js.map +1 -0
  289. package/dist/models/GetSingleConnDataResponseBody.d.ts +89 -0
  290. package/dist/models/GetSingleConnDataResponseBody.js +130 -0
  291. package/dist/models/GetSingleConnDataResponseBody.js.map +1 -0
  292. package/dist/models/GetSourcePackStatusRequest.d.ts +21 -0
  293. package/dist/models/GetSourcePackStatusRequest.js +58 -0
  294. package/dist/models/GetSourcePackStatusRequest.js.map +1 -0
  295. package/dist/models/GetSourcePackStatusResponse.d.ts +19 -0
  296. package/dist/models/GetSourcePackStatusResponse.js +69 -0
  297. package/dist/models/GetSourcePackStatusResponse.js.map +1 -0
  298. package/dist/models/GetSourcePackStatusResponseBody.d.ts +77 -0
  299. package/dist/models/GetSourcePackStatusResponseBody.js +128 -0
  300. package/dist/models/GetSourcePackStatusResponseBody.js.map +1 -0
  301. package/dist/models/GetSubSceneTaskStatusRequest.d.ts +21 -0
  302. package/dist/models/GetSubSceneTaskStatusRequest.js +58 -0
  303. package/dist/models/GetSubSceneTaskStatusRequest.js.map +1 -0
  304. package/dist/models/GetSubSceneTaskStatusResponse.d.ts +19 -0
  305. package/dist/models/GetSubSceneTaskStatusResponse.js +69 -0
  306. package/dist/models/GetSubSceneTaskStatusResponse.js.map +1 -0
  307. package/dist/models/GetSubSceneTaskStatusResponseBody.d.ts +101 -0
  308. package/dist/models/GetSubSceneTaskStatusResponseBody.js +136 -0
  309. package/dist/models/GetSubSceneTaskStatusResponseBody.js.map +1 -0
  310. package/dist/models/GetTaskStatusRequest.d.ts +21 -0
  311. package/dist/models/GetTaskStatusRequest.js +58 -0
  312. package/dist/models/GetTaskStatusRequest.js.map +1 -0
  313. package/dist/models/GetTaskStatusResponse.d.ts +19 -0
  314. package/dist/models/GetTaskStatusResponse.js +69 -0
  315. package/dist/models/GetTaskStatusResponse.js.map +1 -0
  316. package/dist/models/GetTaskStatusResponseBody.d.ts +73 -0
  317. package/dist/models/GetTaskStatusResponseBody.js +108 -0
  318. package/dist/models/GetTaskStatusResponseBody.js.map +1 -0
  319. package/dist/models/GetWindowConfigRequest.d.ts +18 -0
  320. package/dist/models/GetWindowConfigRequest.js +58 -0
  321. package/dist/models/GetWindowConfigRequest.js.map +1 -0
  322. package/dist/models/GetWindowConfigResponse.d.ts +19 -0
  323. package/dist/models/GetWindowConfigResponse.js +69 -0
  324. package/dist/models/GetWindowConfigResponse.js.map +1 -0
  325. package/dist/models/GetWindowConfigResponseBody.d.ts +56 -0
  326. package/dist/models/GetWindowConfigResponseBody.js +105 -0
  327. package/dist/models/GetWindowConfigResponseBody.js.map +1 -0
  328. package/dist/models/LabelBuildRequest.d.ts +42 -0
  329. package/dist/models/LabelBuildRequest.js +68 -0
  330. package/dist/models/LabelBuildRequest.js.map +1 -0
  331. package/dist/models/LabelBuildResponse.d.ts +19 -0
  332. package/dist/models/LabelBuildResponse.js +69 -0
  333. package/dist/models/LabelBuildResponse.js.map +1 -0
  334. package/dist/models/LabelBuildResponseBody.d.ts +58 -0
  335. package/dist/models/LabelBuildResponseBody.js +102 -0
  336. package/dist/models/LabelBuildResponseBody.js.map +1 -0
  337. package/dist/models/LinkImageRequest.d.ts +39 -0
  338. package/dist/models/LinkImageRequest.js +64 -0
  339. package/dist/models/LinkImageRequest.js.map +1 -0
  340. package/dist/models/LinkImageResponse.d.ts +19 -0
  341. package/dist/models/LinkImageResponse.js +69 -0
  342. package/dist/models/LinkImageResponse.js.map +1 -0
  343. package/dist/models/LinkImageResponseBody.d.ts +58 -0
  344. package/dist/models/LinkImageResponseBody.js +102 -0
  345. package/dist/models/LinkImageResponseBody.js.map +1 -0
  346. package/dist/models/ListProjectRequest.d.ts +30 -0
  347. package/dist/models/ListProjectRequest.js +62 -0
  348. package/dist/models/ListProjectRequest.js.map +1 -0
  349. package/dist/models/ListProjectResponse.d.ts +19 -0
  350. package/dist/models/ListProjectResponse.js +69 -0
  351. package/dist/models/ListProjectResponse.js.map +1 -0
  352. package/dist/models/ListProjectResponseBody.d.ts +119 -0
  353. package/dist/models/ListProjectResponseBody.js +144 -0
  354. package/dist/models/ListProjectResponseBody.js.map +1 -0
  355. package/dist/models/ListSceneRequest.d.ts +42 -0
  356. package/dist/models/ListSceneRequest.js +64 -0
  357. package/dist/models/ListSceneRequest.js.map +1 -0
  358. package/dist/models/ListSceneResponse.d.ts +19 -0
  359. package/dist/models/ListSceneResponse.js +69 -0
  360. package/dist/models/ListSceneResponse.js.map +1 -0
  361. package/dist/models/ListSceneResponseBody.d.ts +142 -0
  362. package/dist/models/ListSceneResponseBody.js +154 -0
  363. package/dist/models/ListSceneResponseBody.js.map +1 -0
  364. package/dist/models/ListSubSceneRequest.d.ts +47 -0
  365. package/dist/models/ListSubSceneRequest.js +66 -0
  366. package/dist/models/ListSubSceneRequest.js.map +1 -0
  367. package/dist/models/ListSubSceneResponse.d.ts +19 -0
  368. package/dist/models/ListSubSceneResponse.js +69 -0
  369. package/dist/models/ListSubSceneResponse.js.map +1 -0
  370. package/dist/models/ListSubSceneResponseBody.d.ts +157 -0
  371. package/dist/models/ListSubSceneResponseBody.js +160 -0
  372. package/dist/models/ListSubSceneResponseBody.js.map +1 -0
  373. package/dist/models/OptimizeRightAngleRequest.d.ts +21 -0
  374. package/dist/models/OptimizeRightAngleRequest.js +58 -0
  375. package/dist/models/OptimizeRightAngleRequest.js.map +1 -0
  376. package/dist/models/OptimizeRightAngleResponse.d.ts +19 -0
  377. package/dist/models/OptimizeRightAngleResponse.js +69 -0
  378. package/dist/models/OptimizeRightAngleResponse.js.map +1 -0
  379. package/dist/models/OptimizeRightAngleResponseBody.d.ts +58 -0
  380. package/dist/models/OptimizeRightAngleResponseBody.js +102 -0
  381. package/dist/models/OptimizeRightAngleResponseBody.js.map +1 -0
  382. package/dist/models/PackSceneRequest.d.ts +29 -0
  383. package/dist/models/PackSceneRequest.js +60 -0
  384. package/dist/models/PackSceneRequest.js.map +1 -0
  385. package/dist/models/PackSceneResponse.d.ts +19 -0
  386. package/dist/models/PackSceneResponse.js +69 -0
  387. package/dist/models/PackSceneResponse.js.map +1 -0
  388. package/dist/models/PackSceneResponseBody.d.ts +71 -0
  389. package/dist/models/PackSceneResponseBody.js +124 -0
  390. package/dist/models/PackSceneResponseBody.js.map +1 -0
  391. package/dist/models/PackSourceRequest.d.ts +21 -0
  392. package/dist/models/PackSourceRequest.js +58 -0
  393. package/dist/models/PackSourceRequest.js.map +1 -0
  394. package/dist/models/PackSourceResponse.d.ts +19 -0
  395. package/dist/models/PackSourceResponse.js +69 -0
  396. package/dist/models/PackSourceResponse.js.map +1 -0
  397. package/dist/models/PackSourceResponseBody.d.ts +71 -0
  398. package/dist/models/PackSourceResponseBody.js +124 -0
  399. package/dist/models/PackSourceResponseBody.js.map +1 -0
  400. package/dist/models/PredImageRequest.d.ts +42 -0
  401. package/dist/models/PredImageRequest.js +64 -0
  402. package/dist/models/PredImageRequest.js.map +1 -0
  403. package/dist/models/PredImageResponse.d.ts +19 -0
  404. package/dist/models/PredImageResponse.js +69 -0
  405. package/dist/models/PredImageResponse.js.map +1 -0
  406. package/dist/models/PredImageResponseBody.d.ts +58 -0
  407. package/dist/models/PredImageResponseBody.js +102 -0
  408. package/dist/models/PredImageResponseBody.js.map +1 -0
  409. package/dist/models/PredictionWallLineRequest.d.ts +26 -0
  410. package/dist/models/PredictionWallLineRequest.js +60 -0
  411. package/dist/models/PredictionWallLineRequest.js.map +1 -0
  412. package/dist/models/PredictionWallLineResponse.d.ts +19 -0
  413. package/dist/models/PredictionWallLineResponse.js +69 -0
  414. package/dist/models/PredictionWallLineResponse.js.map +1 -0
  415. package/dist/models/PredictionWallLineResponseBody.d.ts +63 -0
  416. package/dist/models/PredictionWallLineResponseBody.js +104 -0
  417. package/dist/models/PredictionWallLineResponseBody.js.map +1 -0
  418. package/dist/models/PublishHotspotConfigRequest.d.ts +21 -0
  419. package/dist/models/PublishHotspotConfigRequest.js +58 -0
  420. package/dist/models/PublishHotspotConfigRequest.js.map +1 -0
  421. package/dist/models/PublishHotspotConfigResponse.d.ts +19 -0
  422. package/dist/models/PublishHotspotConfigResponse.js +69 -0
  423. package/dist/models/PublishHotspotConfigResponse.js.map +1 -0
  424. package/dist/models/PublishHotspotConfigResponseBody.d.ts +53 -0
  425. package/dist/models/PublishHotspotConfigResponseBody.js +100 -0
  426. package/dist/models/PublishHotspotConfigResponseBody.js.map +1 -0
  427. package/dist/models/PublishHotspotRequest.d.ts +19 -0
  428. package/dist/models/PublishHotspotRequest.js +60 -0
  429. package/dist/models/PublishHotspotRequest.js.map +1 -0
  430. package/dist/models/PublishHotspotResponse.d.ts +19 -0
  431. package/dist/models/PublishHotspotResponse.js +69 -0
  432. package/dist/models/PublishHotspotResponse.js.map +1 -0
  433. package/dist/models/PublishHotspotResponseBody.d.ts +51 -0
  434. package/dist/models/PublishHotspotResponseBody.js +103 -0
  435. package/dist/models/PublishHotspotResponseBody.js.map +1 -0
  436. package/dist/models/PublishSceneRequest.d.ts +21 -0
  437. package/dist/models/PublishSceneRequest.js +58 -0
  438. package/dist/models/PublishSceneRequest.js.map +1 -0
  439. package/dist/models/PublishSceneResponse.d.ts +19 -0
  440. package/dist/models/PublishSceneResponse.js +69 -0
  441. package/dist/models/PublishSceneResponse.js.map +1 -0
  442. package/dist/models/PublishSceneResponseBody.d.ts +58 -0
  443. package/dist/models/PublishSceneResponseBody.js +102 -0
  444. package/dist/models/PublishSceneResponseBody.js.map +1 -0
  445. package/dist/models/PublishStatusRequest.d.ts +21 -0
  446. package/dist/models/PublishStatusRequest.js +58 -0
  447. package/dist/models/PublishStatusRequest.js.map +1 -0
  448. package/dist/models/PublishStatusResponse.d.ts +19 -0
  449. package/dist/models/PublishStatusResponse.js +69 -0
  450. package/dist/models/PublishStatusResponse.js.map +1 -0
  451. package/dist/models/PublishStatusResponseBody.d.ts +63 -0
  452. package/dist/models/PublishStatusResponseBody.js +104 -0
  453. package/dist/models/PublishStatusResponseBody.js.map +1 -0
  454. package/dist/models/RecoveryOriginImageRequest.d.ts +21 -0
  455. package/dist/models/RecoveryOriginImageRequest.js +58 -0
  456. package/dist/models/RecoveryOriginImageRequest.js.map +1 -0
  457. package/dist/models/RecoveryOriginImageResponse.d.ts +19 -0
  458. package/dist/models/RecoveryOriginImageResponse.js +69 -0
  459. package/dist/models/RecoveryOriginImageResponse.js.map +1 -0
  460. package/dist/models/RecoveryOriginImageResponseBody.d.ts +53 -0
  461. package/dist/models/RecoveryOriginImageResponseBody.js +100 -0
  462. package/dist/models/RecoveryOriginImageResponseBody.js.map +1 -0
  463. package/dist/models/RectVerticalRequest.d.ts +39 -0
  464. package/dist/models/RectVerticalRequest.js +64 -0
  465. package/dist/models/RectVerticalRequest.js.map +1 -0
  466. package/dist/models/RectVerticalResponse.d.ts +19 -0
  467. package/dist/models/RectVerticalResponse.js +69 -0
  468. package/dist/models/RectVerticalResponse.js.map +1 -0
  469. package/dist/models/RectVerticalResponseBody.d.ts +58 -0
  470. package/dist/models/RectVerticalResponseBody.js +102 -0
  471. package/dist/models/RectVerticalResponseBody.js.map +1 -0
  472. package/dist/models/RectifyImageRequest.d.ts +26 -0
  473. package/dist/models/RectifyImageRequest.js +60 -0
  474. package/dist/models/RectifyImageRequest.js.map +1 -0
  475. package/dist/models/RectifyImageResponse.d.ts +19 -0
  476. package/dist/models/RectifyImageResponse.js +69 -0
  477. package/dist/models/RectifyImageResponse.js.map +1 -0
  478. package/dist/models/RectifyImageResponseBody.d.ts +63 -0
  479. package/dist/models/RectifyImageResponseBody.js +104 -0
  480. package/dist/models/RectifyImageResponseBody.js.map +1 -0
  481. package/dist/models/RollbackSubSceneRequest.d.ts +21 -0
  482. package/dist/models/RollbackSubSceneRequest.js +58 -0
  483. package/dist/models/RollbackSubSceneRequest.js.map +1 -0
  484. package/dist/models/RollbackSubSceneResponse.d.ts +19 -0
  485. package/dist/models/RollbackSubSceneResponse.js +69 -0
  486. package/dist/models/RollbackSubSceneResponse.js.map +1 -0
  487. package/dist/models/RollbackSubSceneResponseBody.d.ts +53 -0
  488. package/dist/models/RollbackSubSceneResponseBody.js +100 -0
  489. package/dist/models/RollbackSubSceneResponseBody.js.map +1 -0
  490. package/dist/models/SaveHotspotConfigRequest.d.ts +23 -0
  491. package/dist/models/SaveHotspotConfigRequest.js +60 -0
  492. package/dist/models/SaveHotspotConfigRequest.js.map +1 -0
  493. package/dist/models/SaveHotspotConfigResponse.d.ts +19 -0
  494. package/dist/models/SaveHotspotConfigResponse.js +69 -0
  495. package/dist/models/SaveHotspotConfigResponse.js.map +1 -0
  496. package/dist/models/SaveHotspotConfigResponseBody.d.ts +44 -0
  497. package/dist/models/SaveHotspotConfigResponseBody.js +98 -0
  498. package/dist/models/SaveHotspotConfigResponseBody.js.map +1 -0
  499. package/dist/models/SaveHotspotTagListRequest.d.ts +29 -0
  500. package/dist/models/SaveHotspotTagListRequest.js +60 -0
  501. package/dist/models/SaveHotspotTagListRequest.js.map +1 -0
  502. package/dist/models/SaveHotspotTagListResponse.d.ts +19 -0
  503. package/dist/models/SaveHotspotTagListResponse.js +69 -0
  504. package/dist/models/SaveHotspotTagListResponse.js.map +1 -0
  505. package/dist/models/SaveHotspotTagListResponseBody.d.ts +53 -0
  506. package/dist/models/SaveHotspotTagListResponseBody.js +100 -0
  507. package/dist/models/SaveHotspotTagListResponseBody.js.map +1 -0
  508. package/dist/models/SaveHotspotTagRequest.d.ts +19 -0
  509. package/dist/models/SaveHotspotTagRequest.js +60 -0
  510. package/dist/models/SaveHotspotTagRequest.js.map +1 -0
  511. package/dist/models/SaveHotspotTagResponse.d.ts +19 -0
  512. package/dist/models/SaveHotspotTagResponse.js +69 -0
  513. package/dist/models/SaveHotspotTagResponse.js.map +1 -0
  514. package/dist/models/SaveHotspotTagResponseBody.d.ts +44 -0
  515. package/dist/models/SaveHotspotTagResponseBody.js +98 -0
  516. package/dist/models/SaveHotspotTagResponseBody.js.map +1 -0
  517. package/dist/models/SaveMinimapRequest.d.ts +26 -0
  518. package/dist/models/SaveMinimapRequest.js +60 -0
  519. package/dist/models/SaveMinimapRequest.js.map +1 -0
  520. package/dist/models/SaveMinimapResponse.d.ts +19 -0
  521. package/dist/models/SaveMinimapResponse.js +69 -0
  522. package/dist/models/SaveMinimapResponse.js.map +1 -0
  523. package/dist/models/SaveMinimapResponseBody.d.ts +37 -0
  524. package/dist/models/SaveMinimapResponseBody.js +100 -0
  525. package/dist/models/SaveMinimapResponseBody.js.map +1 -0
  526. package/dist/models/SaveModelConfigRequest.d.ts +29 -0
  527. package/dist/models/SaveModelConfigRequest.js +60 -0
  528. package/dist/models/SaveModelConfigRequest.js.map +1 -0
  529. package/dist/models/SaveModelConfigResponse.d.ts +19 -0
  530. package/dist/models/SaveModelConfigResponse.js +69 -0
  531. package/dist/models/SaveModelConfigResponse.js.map +1 -0
  532. package/dist/models/SaveModelConfigResponseBody.d.ts +53 -0
  533. package/dist/models/SaveModelConfigResponseBody.js +100 -0
  534. package/dist/models/SaveModelConfigResponseBody.js.map +1 -0
  535. package/dist/models/ScenePublishRequest.d.ts +21 -0
  536. package/dist/models/ScenePublishRequest.js +58 -0
  537. package/dist/models/ScenePublishRequest.js.map +1 -0
  538. package/dist/models/ScenePublishResponse.d.ts +19 -0
  539. package/dist/models/ScenePublishResponse.js +69 -0
  540. package/dist/models/ScenePublishResponse.js.map +1 -0
  541. package/dist/models/ScenePublishResponseBody.d.ts +58 -0
  542. package/dist/models/ScenePublishResponseBody.js +102 -0
  543. package/dist/models/ScenePublishResponseBody.js.map +1 -0
  544. package/dist/models/TempPreviewRequest.d.ts +21 -0
  545. package/dist/models/TempPreviewRequest.js +58 -0
  546. package/dist/models/TempPreviewRequest.js.map +1 -0
  547. package/dist/models/TempPreviewResponse.d.ts +19 -0
  548. package/dist/models/TempPreviewResponse.js +69 -0
  549. package/dist/models/TempPreviewResponse.js.map +1 -0
  550. package/dist/models/TempPreviewResponseBody.d.ts +63 -0
  551. package/dist/models/TempPreviewResponseBody.js +104 -0
  552. package/dist/models/TempPreviewResponseBody.js.map +1 -0
  553. package/dist/models/TempPreviewStatusRequest.d.ts +21 -0
  554. package/dist/models/TempPreviewStatusRequest.js +58 -0
  555. package/dist/models/TempPreviewStatusRequest.js.map +1 -0
  556. package/dist/models/TempPreviewStatusResponse.d.ts +19 -0
  557. package/dist/models/TempPreviewStatusResponse.js +69 -0
  558. package/dist/models/TempPreviewStatusResponse.js.map +1 -0
  559. package/dist/models/TempPreviewStatusResponseBody.d.ts +58 -0
  560. package/dist/models/TempPreviewStatusResponseBody.js +102 -0
  561. package/dist/models/TempPreviewStatusResponseBody.js.map +1 -0
  562. package/dist/models/UpdateConnDataRequest.d.ts +29 -0
  563. package/dist/models/UpdateConnDataRequest.js +60 -0
  564. package/dist/models/UpdateConnDataRequest.js.map +1 -0
  565. package/dist/models/UpdateConnDataResponse.d.ts +19 -0
  566. package/dist/models/UpdateConnDataResponse.js +69 -0
  567. package/dist/models/UpdateConnDataResponse.js.map +1 -0
  568. package/dist/models/UpdateConnDataResponseBody.d.ts +53 -0
  569. package/dist/models/UpdateConnDataResponseBody.js +100 -0
  570. package/dist/models/UpdateConnDataResponseBody.js.map +1 -0
  571. package/dist/models/UpdateLayoutDataRequest.d.ts +29 -0
  572. package/dist/models/UpdateLayoutDataRequest.js +60 -0
  573. package/dist/models/UpdateLayoutDataRequest.js.map +1 -0
  574. package/dist/models/UpdateLayoutDataResponse.d.ts +19 -0
  575. package/dist/models/UpdateLayoutDataResponse.js +69 -0
  576. package/dist/models/UpdateLayoutDataResponse.js.map +1 -0
  577. package/dist/models/UpdateLayoutDataResponseBody.d.ts +53 -0
  578. package/dist/models/UpdateLayoutDataResponseBody.js +100 -0
  579. package/dist/models/UpdateLayoutDataResponseBody.js.map +1 -0
  580. package/dist/models/UpdateProjectRequest.d.ts +27 -0
  581. package/dist/models/UpdateProjectRequest.js +62 -0
  582. package/dist/models/UpdateProjectRequest.js.map +1 -0
  583. package/dist/models/UpdateProjectResponse.d.ts +19 -0
  584. package/dist/models/UpdateProjectResponse.js +69 -0
  585. package/dist/models/UpdateProjectResponse.js.map +1 -0
  586. package/dist/models/UpdateProjectResponseBody.d.ts +53 -0
  587. package/dist/models/UpdateProjectResponseBody.js +100 -0
  588. package/dist/models/UpdateProjectResponseBody.js.map +1 -0
  589. package/dist/models/UpdateSceneRequest.d.ts +29 -0
  590. package/dist/models/UpdateSceneRequest.js +60 -0
  591. package/dist/models/UpdateSceneRequest.js.map +1 -0
  592. package/dist/models/UpdateSceneResponse.d.ts +19 -0
  593. package/dist/models/UpdateSceneResponse.js +69 -0
  594. package/dist/models/UpdateSceneResponse.js.map +1 -0
  595. package/dist/models/UpdateSceneResponseBody.d.ts +53 -0
  596. package/dist/models/UpdateSceneResponseBody.js +100 -0
  597. package/dist/models/UpdateSceneResponseBody.js.map +1 -0
  598. package/dist/models/UpdateSubSceneRequest.d.ts +27 -0
  599. package/dist/models/UpdateSubSceneRequest.js +65 -0
  600. package/dist/models/UpdateSubSceneRequest.js.map +1 -0
  601. package/dist/models/UpdateSubSceneResponse.d.ts +19 -0
  602. package/dist/models/UpdateSubSceneResponse.js +69 -0
  603. package/dist/models/UpdateSubSceneResponse.js.map +1 -0
  604. package/dist/models/UpdateSubSceneResponseBody.d.ts +53 -0
  605. package/dist/models/UpdateSubSceneResponseBody.js +100 -0
  606. package/dist/models/UpdateSubSceneResponseBody.js.map +1 -0
  607. package/dist/models/UpdateSubSceneSeqRequest.d.ts +26 -0
  608. package/dist/models/UpdateSubSceneSeqRequest.js +63 -0
  609. package/dist/models/UpdateSubSceneSeqRequest.js.map +1 -0
  610. package/dist/models/UpdateSubSceneSeqResponse.d.ts +19 -0
  611. package/dist/models/UpdateSubSceneSeqResponse.js +69 -0
  612. package/dist/models/UpdateSubSceneSeqResponse.js.map +1 -0
  613. package/dist/models/UpdateSubSceneSeqResponseBody.d.ts +53 -0
  614. package/dist/models/UpdateSubSceneSeqResponseBody.js +100 -0
  615. package/dist/models/UpdateSubSceneSeqResponseBody.js.map +1 -0
  616. package/dist/models/UpdateSubSceneSeqShrinkRequest.d.ts +26 -0
  617. package/dist/models/UpdateSubSceneSeqShrinkRequest.js +60 -0
  618. package/dist/models/UpdateSubSceneSeqShrinkRequest.js.map +1 -0
  619. package/dist/models/UpdateSubSceneShrinkRequest.d.ts +27 -0
  620. package/dist/models/UpdateSubSceneShrinkRequest.js +62 -0
  621. package/dist/models/UpdateSubSceneShrinkRequest.js.map +1 -0
  622. package/dist/models/model.d.ts +302 -0
  623. package/dist/models/model.js +614 -0
  624. package/dist/models/model.js.map +1 -0
  625. package/package.json +7 -10
  626. package/src/client.ts +1492 -6952
  627. package/src/models/AddHotspotFileRequest.ts +48 -0
  628. package/src/models/AddHotspotFileResponse.ts +40 -0
  629. package/src/models/AddHotspotFileResponseBody.ts +91 -0
  630. package/src/models/AddMosaicsRequest.ts +44 -0
  631. package/src/models/AddMosaicsResponse.ts +40 -0
  632. package/src/models/AddMosaicsResponseBody.ts +106 -0
  633. package/src/models/AddProjectRequest.ts +38 -0
  634. package/src/models/AddProjectResponse.ts +40 -0
  635. package/src/models/AddProjectResponseBody.ts +106 -0
  636. package/src/models/AddRelativePositionRequest.ts +44 -0
  637. package/src/models/AddRelativePositionResponse.ts +40 -0
  638. package/src/models/AddRelativePositionResponseBody.ts +99 -0
  639. package/src/models/AddRoomPlanRequest.ts +34 -0
  640. package/src/models/AddRoomPlanResponse.ts +40 -0
  641. package/src/models/AddRoomPlanResponseBody.ts +174 -0
  642. package/src/models/AddSceneRequest.ts +61 -0
  643. package/src/models/AddSceneResponse.ts +40 -0
  644. package/src/models/AddSceneResponseBody.ts +106 -0
  645. package/src/models/AddSubSceneRequest.ts +51 -0
  646. package/src/models/AddSubSceneResponse.ts +40 -0
  647. package/src/models/AddSubSceneResponseBody.ts +106 -0
  648. package/src/models/CheckUserPropertyRequest.ts +34 -0
  649. package/src/models/CheckUserPropertyResponse.ts +40 -0
  650. package/src/models/CheckUserPropertyResponseBody.ts +106 -0
  651. package/src/models/CopySceneRequest.ts +48 -0
  652. package/src/models/CopySceneResponse.ts +40 -0
  653. package/src/models/CopySceneResponseBody.ts +132 -0
  654. package/src/models/CreateUploadPolicyRequest.ts +44 -0
  655. package/src/models/CreateUploadPolicyResponse.ts +40 -0
  656. package/src/models/CreateUploadPolicyResponseBody.ts +177 -0
  657. package/src/models/DetailProjectRequest.ts +34 -0
  658. package/src/models/DetailProjectResponse.ts +40 -0
  659. package/src/models/DetailProjectResponseBody.ts +143 -0
  660. package/src/models/DetailSceneRequest.ts +34 -0
  661. package/src/models/DetailSceneResponse.ts +40 -0
  662. package/src/models/DetailSceneResponseBody.ts +253 -0
  663. package/src/models/DetailSubSceneRequest.ts +34 -0
  664. package/src/models/DetailSubSceneResponse.ts +40 -0
  665. package/src/models/DetailSubSceneResponseBody.ts +197 -0
  666. package/src/models/DropProjectRequest.ts +34 -0
  667. package/src/models/DropProjectResponse.ts +40 -0
  668. package/src/models/DropProjectResponseBody.ts +99 -0
  669. package/src/models/DropSceneRequest.ts +34 -0
  670. package/src/models/DropSceneResponse.ts +40 -0
  671. package/src/models/DropSceneResponseBody.ts +99 -0
  672. package/src/models/DropSubSceneRequest.ts +34 -0
  673. package/src/models/DropSubSceneResponse.ts +40 -0
  674. package/src/models/DropSubSceneResponseBody.ts +99 -0
  675. package/src/models/GetConnDataRequest.ts +34 -0
  676. package/src/models/GetConnDataResponse.ts +40 -0
  677. package/src/models/GetConnDataResponseBody.ts +166 -0
  678. package/src/models/GetCopySceneTaskStatusRequest.ts +34 -0
  679. package/src/models/GetCopySceneTaskStatusResponse.ts +40 -0
  680. package/src/models/GetCopySceneTaskStatusResponseBody.ts +139 -0
  681. package/src/models/GetHotspotConfigRequest.ts +58 -0
  682. package/src/models/GetHotspotConfigResponse.ts +40 -0
  683. package/src/models/GetHotspotConfigResponseBody.ts +106 -0
  684. package/src/models/GetHotspotSceneDataRequest.ts +58 -0
  685. package/src/models/GetHotspotSceneDataResponse.ts +40 -0
  686. package/src/models/GetHotspotSceneDataResponseBody.ts +152 -0
  687. package/src/models/GetHotspotTagRequest.ts +59 -0
  688. package/src/models/GetHotspotTagResponse.ts +40 -0
  689. package/src/models/GetHotspotTagResponseBody.ts +106 -0
  690. package/src/models/GetLayoutDataRequest.ts +34 -0
  691. package/src/models/GetLayoutDataResponse.ts +40 -0
  692. package/src/models/GetLayoutDataResponseBody.ts +106 -0
  693. package/src/models/GetOriginLayoutDataRequest.ts +34 -0
  694. package/src/models/GetOriginLayoutDataResponse.ts +40 -0
  695. package/src/models/GetOriginLayoutDataResponseBody.ts +106 -0
  696. package/src/models/GetOssPolicyRequest.ts +34 -0
  697. package/src/models/GetOssPolicyResponse.ts +40 -0
  698. package/src/models/GetOssPolicyResponseBody.ts +148 -0
  699. package/src/models/GetPackSceneTaskStatusRequest.ts +44 -0
  700. package/src/models/GetPackSceneTaskStatusResponse.ts +40 -0
  701. package/src/models/GetPackSceneTaskStatusResponseBody.ts +139 -0
  702. package/src/models/GetRectifyImageRequest.ts +34 -0
  703. package/src/models/GetRectifyImageResponse.ts +40 -0
  704. package/src/models/GetRectifyImageResponseBody.ts +106 -0
  705. package/src/models/GetSceneBuildTaskStatusRequest.ts +34 -0
  706. package/src/models/GetSceneBuildTaskStatusResponse.ts +40 -0
  707. package/src/models/GetSceneBuildTaskStatusResponseBody.ts +127 -0
  708. package/src/models/GetScenePackUrlRequest.ts +34 -0
  709. package/src/models/GetScenePackUrlResponse.ts +40 -0
  710. package/src/models/GetScenePackUrlResponseBody.ts +142 -0
  711. package/src/models/GetScenePreviewDataRequest.ts +55 -0
  712. package/src/models/GetScenePreviewDataResponse.ts +40 -0
  713. package/src/models/GetScenePreviewDataResponseBody.ts +523 -0
  714. package/src/models/GetScenePreviewInfoRequest.ts +48 -0
  715. package/src/models/GetScenePreviewInfoResponse.ts +40 -0
  716. package/src/models/GetScenePreviewInfoResponseBody.ts +144 -0
  717. package/src/models/GetScenePreviewResourceRequest.ts +41 -0
  718. package/src/models/GetScenePreviewResourceResponse.ts +40 -0
  719. package/src/models/GetScenePreviewResourceResponseBody.ts +192 -0
  720. package/src/models/GetSingleConnDataRequest.ts +34 -0
  721. package/src/models/GetSingleConnDataResponse.ts +40 -0
  722. package/src/models/GetSingleConnDataResponseBody.ts +156 -0
  723. package/src/models/GetSourcePackStatusRequest.ts +34 -0
  724. package/src/models/GetSourcePackStatusResponse.ts +40 -0
  725. package/src/models/GetSourcePackStatusResponseBody.ts +142 -0
  726. package/src/models/GetSubSceneTaskStatusRequest.ts +34 -0
  727. package/src/models/GetSubSceneTaskStatusResponse.ts +40 -0
  728. package/src/models/GetSubSceneTaskStatusResponseBody.ts +174 -0
  729. package/src/models/GetTaskStatusRequest.ts +34 -0
  730. package/src/models/GetTaskStatusResponse.ts +40 -0
  731. package/src/models/GetTaskStatusResponseBody.ts +127 -0
  732. package/src/models/GetWindowConfigRequest.ts +31 -0
  733. package/src/models/GetWindowConfigResponse.ts +40 -0
  734. package/src/models/GetWindowConfigResponseBody.ts +105 -0
  735. package/src/models/LabelBuildRequest.ts +65 -0
  736. package/src/models/LabelBuildResponse.ts +40 -0
  737. package/src/models/LabelBuildResponseBody.ts +106 -0
  738. package/src/models/LinkImageRequest.ts +58 -0
  739. package/src/models/LinkImageResponse.ts +40 -0
  740. package/src/models/LinkImageResponseBody.ts +106 -0
  741. package/src/models/ListProjectRequest.ts +47 -0
  742. package/src/models/ListProjectResponse.ts +40 -0
  743. package/src/models/ListProjectResponseBody.ts +200 -0
  744. package/src/models/ListSceneRequest.ts +61 -0
  745. package/src/models/ListSceneResponse.ts +40 -0
  746. package/src/models/ListSceneResponseBody.ts +233 -0
  747. package/src/models/ListSubSceneRequest.ts +68 -0
  748. package/src/models/ListSubSceneResponse.ts +40 -0
  749. package/src/models/ListSubSceneResponseBody.ts +254 -0
  750. package/src/models/OptimizeRightAngleRequest.ts +34 -0
  751. package/src/models/OptimizeRightAngleResponse.ts +40 -0
  752. package/src/models/OptimizeRightAngleResponseBody.ts +106 -0
  753. package/src/models/PackSceneRequest.ts +44 -0
  754. package/src/models/PackSceneResponse.ts +40 -0
  755. package/src/models/PackSceneResponseBody.ts +132 -0
  756. package/src/models/PackSourceRequest.ts +34 -0
  757. package/src/models/PackSourceResponse.ts +40 -0
  758. package/src/models/PackSourceResponseBody.ts +132 -0
  759. package/src/models/PredImageRequest.ts +61 -0
  760. package/src/models/PredImageResponse.ts +40 -0
  761. package/src/models/PredImageResponseBody.ts +106 -0
  762. package/src/models/PredictionWallLineRequest.ts +41 -0
  763. package/src/models/PredictionWallLineResponse.ts +40 -0
  764. package/src/models/PredictionWallLineResponseBody.ts +113 -0
  765. package/src/models/PublishHotspotConfigRequest.ts +34 -0
  766. package/src/models/PublishHotspotConfigResponse.ts +40 -0
  767. package/src/models/PublishHotspotConfigResponseBody.ts +99 -0
  768. package/src/models/PublishHotspotRequest.ts +34 -0
  769. package/src/models/PublishHotspotResponse.ts +40 -0
  770. package/src/models/PublishHotspotResponseBody.ts +98 -0
  771. package/src/models/PublishSceneRequest.ts +34 -0
  772. package/src/models/PublishSceneResponse.ts +40 -0
  773. package/src/models/PublishSceneResponseBody.ts +106 -0
  774. package/src/models/PublishStatusRequest.ts +34 -0
  775. package/src/models/PublishStatusResponse.ts +40 -0
  776. package/src/models/PublishStatusResponseBody.ts +113 -0
  777. package/src/models/RecoveryOriginImageRequest.ts +34 -0
  778. package/src/models/RecoveryOriginImageResponse.ts +40 -0
  779. package/src/models/RecoveryOriginImageResponseBody.ts +99 -0
  780. package/src/models/RectVerticalRequest.ts +58 -0
  781. package/src/models/RectVerticalResponse.ts +40 -0
  782. package/src/models/RectVerticalResponseBody.ts +106 -0
  783. package/src/models/RectifyImageRequest.ts +41 -0
  784. package/src/models/RectifyImageResponse.ts +40 -0
  785. package/src/models/RectifyImageResponseBody.ts +113 -0
  786. package/src/models/RollbackSubSceneRequest.ts +34 -0
  787. package/src/models/RollbackSubSceneResponse.ts +40 -0
  788. package/src/models/RollbackSubSceneResponseBody.ts +99 -0
  789. package/src/models/SaveHotspotConfigRequest.ts +38 -0
  790. package/src/models/SaveHotspotConfigResponse.ts +40 -0
  791. package/src/models/SaveHotspotConfigResponseBody.ts +88 -0
  792. package/src/models/SaveHotspotTagListRequest.ts +44 -0
  793. package/src/models/SaveHotspotTagListResponse.ts +40 -0
  794. package/src/models/SaveHotspotTagListResponseBody.ts +99 -0
  795. package/src/models/SaveHotspotTagRequest.ts +34 -0
  796. package/src/models/SaveHotspotTagResponse.ts +40 -0
  797. package/src/models/SaveHotspotTagResponseBody.ts +88 -0
  798. package/src/models/SaveMinimapRequest.ts +41 -0
  799. package/src/models/SaveMinimapResponse.ts +40 -0
  800. package/src/models/SaveMinimapResponseBody.ts +83 -0
  801. package/src/models/SaveModelConfigRequest.ts +44 -0
  802. package/src/models/SaveModelConfigResponse.ts +40 -0
  803. package/src/models/SaveModelConfigResponseBody.ts +99 -0
  804. package/src/models/ScenePublishRequest.ts +34 -0
  805. package/src/models/ScenePublishResponse.ts +40 -0
  806. package/src/models/ScenePublishResponseBody.ts +106 -0
  807. package/src/models/TempPreviewRequest.ts +34 -0
  808. package/src/models/TempPreviewResponse.ts +40 -0
  809. package/src/models/TempPreviewResponseBody.ts +113 -0
  810. package/src/models/TempPreviewStatusRequest.ts +34 -0
  811. package/src/models/TempPreviewStatusResponse.ts +40 -0
  812. package/src/models/TempPreviewStatusResponseBody.ts +106 -0
  813. package/src/models/UpdateConnDataRequest.ts +44 -0
  814. package/src/models/UpdateConnDataResponse.ts +40 -0
  815. package/src/models/UpdateConnDataResponseBody.ts +99 -0
  816. package/src/models/UpdateLayoutDataRequest.ts +44 -0
  817. package/src/models/UpdateLayoutDataResponse.ts +40 -0
  818. package/src/models/UpdateLayoutDataResponseBody.ts +99 -0
  819. package/src/models/UpdateProjectRequest.ts +44 -0
  820. package/src/models/UpdateProjectResponse.ts +40 -0
  821. package/src/models/UpdateProjectResponseBody.ts +99 -0
  822. package/src/models/UpdateSceneRequest.ts +44 -0
  823. package/src/models/UpdateSceneResponse.ts +40 -0
  824. package/src/models/UpdateSceneResponseBody.ts +99 -0
  825. package/src/models/UpdateSubSceneRequest.ts +47 -0
  826. package/src/models/UpdateSubSceneResponse.ts +40 -0
  827. package/src/models/UpdateSubSceneResponseBody.ts +99 -0
  828. package/src/models/UpdateSubSceneSeqRequest.ts +44 -0
  829. package/src/models/UpdateSubSceneSeqResponse.ts +40 -0
  830. package/src/models/UpdateSubSceneSeqResponseBody.ts +99 -0
  831. package/src/models/UpdateSubSceneSeqShrinkRequest.ts +41 -0
  832. package/src/models/UpdateSubSceneShrinkRequest.ts +44 -0
  833. package/src/models/model.ts +302 -0
package/dist/client.d.ts CHANGED
@@ -1,3718 +1,1011 @@
1
- /**
2
- *
3
- */
4
- import * as $Util from '@alicloud/tea-util';
5
- import OpenApi, * as $OpenApi from '@alicloud/openapi-client';
6
- import * as $tea from '@alicloud/tea-typescript';
7
- export declare class AddHotspotFileRequest extends $tea.Model {
8
- fileName?: string;
9
- sceneId?: string;
10
- type?: string;
11
- static names(): {
12
- [key: string]: string;
13
- };
14
- static types(): {
15
- [key: string]: any;
16
- };
17
- constructor(map?: {
18
- [key: string]: any;
19
- });
20
- }
21
- export declare class AddHotspotFileResponseBody extends $tea.Model {
22
- code?: number;
23
- data?: {
24
- [key: string]: any;
25
- };
26
- message?: string;
27
- requestId?: string;
28
- success?: boolean;
29
- static names(): {
30
- [key: string]: string;
31
- };
32
- static types(): {
33
- [key: string]: any;
34
- };
35
- constructor(map?: {
36
- [key: string]: any;
37
- });
38
- }
39
- export declare class AddHotspotFileResponse extends $tea.Model {
40
- headers: {
41
- [key: string]: string;
42
- };
43
- statusCode: number;
44
- body: AddHotspotFileResponseBody;
45
- static names(): {
46
- [key: string]: string;
47
- };
48
- static types(): {
49
- [key: string]: any;
50
- };
51
- constructor(map?: {
52
- [key: string]: any;
53
- });
54
- }
55
- export declare class AddMosaicsRequest extends $tea.Model {
56
- markPosition?: string;
57
- subSceneId?: string;
58
- static names(): {
59
- [key: string]: string;
60
- };
61
- static types(): {
62
- [key: string]: any;
63
- };
64
- constructor(map?: {
65
- [key: string]: any;
66
- });
67
- }
68
- export declare class AddMosaicsResponseBody extends $tea.Model {
69
- code?: number;
70
- message?: string;
71
- requestId?: string;
72
- success?: boolean;
73
- taskId?: string;
74
- static names(): {
75
- [key: string]: string;
76
- };
77
- static types(): {
78
- [key: string]: any;
79
- };
80
- constructor(map?: {
81
- [key: string]: any;
82
- });
83
- }
84
- export declare class AddMosaicsResponse extends $tea.Model {
85
- headers: {
86
- [key: string]: string;
87
- };
88
- statusCode: number;
89
- body: AddMosaicsResponseBody;
90
- static names(): {
91
- [key: string]: string;
92
- };
93
- static types(): {
94
- [key: string]: any;
95
- };
96
- constructor(map?: {
97
- [key: string]: any;
98
- });
99
- }
100
- export declare class AddProjectRequest extends $tea.Model {
101
- businessId?: number;
102
- name?: string;
103
- static names(): {
104
- [key: string]: string;
105
- };
106
- static types(): {
107
- [key: string]: any;
108
- };
109
- constructor(map?: {
110
- [key: string]: any;
111
- });
112
- }
113
- export declare class AddProjectResponseBody extends $tea.Model {
114
- code?: number;
115
- id?: string;
116
- message?: string;
117
- requestId?: string;
118
- success?: boolean;
119
- static names(): {
120
- [key: string]: string;
121
- };
122
- static types(): {
123
- [key: string]: any;
124
- };
125
- constructor(map?: {
126
- [key: string]: any;
127
- });
128
- }
129
- export declare class AddProjectResponse extends $tea.Model {
130
- headers: {
131
- [key: string]: string;
132
- };
133
- statusCode: number;
134
- body: AddProjectResponseBody;
135
- static names(): {
136
- [key: string]: string;
137
- };
138
- static types(): {
139
- [key: string]: any;
140
- };
141
- constructor(map?: {
142
- [key: string]: any;
143
- });
144
- }
145
- export declare class AddRelativePositionRequest extends $tea.Model {
146
- relativePosition?: string;
147
- sceneId?: string;
148
- static names(): {
149
- [key: string]: string;
150
- };
151
- static types(): {
152
- [key: string]: any;
153
- };
154
- constructor(map?: {
155
- [key: string]: any;
156
- });
157
- }
158
- export declare class AddRelativePositionResponseBody extends $tea.Model {
159
- code?: number;
160
- message?: string;
161
- requestId?: string;
162
- success?: boolean;
163
- static names(): {
164
- [key: string]: string;
165
- };
166
- static types(): {
167
- [key: string]: any;
168
- };
169
- constructor(map?: {
170
- [key: string]: any;
171
- });
172
- }
173
- export declare class AddRelativePositionResponse extends $tea.Model {
174
- headers: {
175
- [key: string]: string;
176
- };
177
- statusCode: number;
178
- body: AddRelativePositionResponseBody;
179
- static names(): {
180
- [key: string]: string;
181
- };
182
- static types(): {
183
- [key: string]: any;
184
- };
185
- constructor(map?: {
186
- [key: string]: any;
187
- });
188
- }
189
- export declare class AddRoomPlanRequest extends $tea.Model {
190
- sceneId?: string;
191
- static names(): {
192
- [key: string]: string;
193
- };
194
- static types(): {
195
- [key: string]: any;
196
- };
197
- constructor(map?: {
198
- [key: string]: any;
199
- });
200
- }
201
- export declare class AddRoomPlanResponseBody extends $tea.Model {
202
- code?: number;
203
- data?: AddRoomPlanResponseBodyData;
204
- message?: string;
205
- requestId?: string;
206
- success?: boolean;
207
- static names(): {
208
- [key: string]: string;
209
- };
210
- static types(): {
211
- [key: string]: any;
212
- };
213
- constructor(map?: {
214
- [key: string]: any;
215
- });
216
- }
217
- export declare class AddRoomPlanResponse extends $tea.Model {
218
- headers: {
219
- [key: string]: string;
220
- };
221
- statusCode: number;
222
- body: AddRoomPlanResponseBody;
223
- static names(): {
224
- [key: string]: string;
225
- };
226
- static types(): {
227
- [key: string]: any;
228
- };
229
- constructor(map?: {
230
- [key: string]: any;
231
- });
232
- }
233
- export declare class AddSceneRequest extends $tea.Model {
234
- customerUid?: string;
235
- name?: string;
236
- projectId?: string;
237
- type?: string;
238
- static names(): {
239
- [key: string]: string;
240
- };
241
- static types(): {
242
- [key: string]: any;
243
- };
244
- constructor(map?: {
245
- [key: string]: any;
246
- });
247
- }
248
- export declare class AddSceneResponseBody extends $tea.Model {
249
- code?: number;
250
- id?: string;
251
- message?: string;
252
- requestId?: string;
253
- success?: boolean;
254
- static names(): {
255
- [key: string]: string;
256
- };
257
- static types(): {
258
- [key: string]: any;
259
- };
260
- constructor(map?: {
261
- [key: string]: any;
262
- });
263
- }
264
- export declare class AddSceneResponse extends $tea.Model {
265
- headers: {
266
- [key: string]: string;
267
- };
268
- statusCode: number;
269
- body: AddSceneResponseBody;
270
- static names(): {
271
- [key: string]: string;
272
- };
273
- static types(): {
274
- [key: string]: any;
275
- };
276
- constructor(map?: {
277
- [key: string]: any;
278
- });
279
- }
280
- export declare class AddSubSceneRequest extends $tea.Model {
281
- name?: string;
282
- sceneId?: string;
283
- uploadType?: string;
284
- static names(): {
285
- [key: string]: string;
286
- };
287
- static types(): {
288
- [key: string]: any;
289
- };
290
- constructor(map?: {
291
- [key: string]: any;
292
- });
293
- }
294
- export declare class AddSubSceneResponseBody extends $tea.Model {
295
- code?: number;
296
- id?: string;
297
- message?: string;
298
- requestId?: string;
299
- success?: boolean;
300
- static names(): {
301
- [key: string]: string;
302
- };
303
- static types(): {
304
- [key: string]: any;
305
- };
306
- constructor(map?: {
307
- [key: string]: any;
308
- });
309
- }
310
- export declare class AddSubSceneResponse extends $tea.Model {
311
- headers: {
312
- [key: string]: string;
313
- };
314
- statusCode: number;
315
- body: AddSubSceneResponseBody;
316
- static names(): {
317
- [key: string]: string;
318
- };
319
- static types(): {
320
- [key: string]: any;
321
- };
322
- constructor(map?: {
323
- [key: string]: any;
324
- });
325
- }
326
- export declare class CheckUserPropertyRequest extends $tea.Model {
327
- uid?: string;
328
- static names(): {
329
- [key: string]: string;
330
- };
331
- static types(): {
332
- [key: string]: any;
333
- };
334
- constructor(map?: {
335
- [key: string]: any;
336
- });
337
- }
338
- export declare class CheckUserPropertyResponseBody extends $tea.Model {
339
- code?: number;
340
- match?: boolean;
341
- message?: string;
342
- requestId?: string;
343
- success?: boolean;
344
- static names(): {
345
- [key: string]: string;
346
- };
347
- static types(): {
348
- [key: string]: any;
349
- };
350
- constructor(map?: {
351
- [key: string]: any;
352
- });
353
- }
354
- export declare class CheckUserPropertyResponse extends $tea.Model {
355
- headers: {
356
- [key: string]: string;
357
- };
358
- statusCode: number;
359
- body: CheckUserPropertyResponseBody;
360
- static names(): {
361
- [key: string]: string;
362
- };
363
- static types(): {
364
- [key: string]: any;
365
- };
366
- constructor(map?: {
367
- [key: string]: any;
368
- });
369
- }
370
- export declare class CopySceneRequest extends $tea.Model {
371
- projectId?: string;
372
- sceneId?: string;
373
- sceneName?: string;
374
- static names(): {
375
- [key: string]: string;
376
- };
377
- static types(): {
378
- [key: string]: any;
379
- };
380
- constructor(map?: {
381
- [key: string]: any;
382
- });
383
- }
384
- export declare class CopySceneResponseBody extends $tea.Model {
385
- code?: number;
386
- data?: CopySceneResponseBodyData;
387
- message?: string;
388
- requestId?: string;
389
- success?: boolean;
390
- static names(): {
391
- [key: string]: string;
392
- };
393
- static types(): {
394
- [key: string]: any;
395
- };
396
- constructor(map?: {
397
- [key: string]: any;
398
- });
399
- }
400
- export declare class CopySceneResponse extends $tea.Model {
401
- headers: {
402
- [key: string]: string;
403
- };
404
- statusCode: number;
405
- body: CopySceneResponseBody;
406
- static names(): {
407
- [key: string]: string;
408
- };
409
- static types(): {
410
- [key: string]: any;
411
- };
412
- constructor(map?: {
413
- [key: string]: any;
414
- });
415
- }
416
- export declare class CreateUploadPolicyRequest extends $tea.Model {
417
- option?: string;
418
- type?: string;
419
- static names(): {
420
- [key: string]: string;
421
- };
422
- static types(): {
423
- [key: string]: any;
424
- };
425
- constructor(map?: {
426
- [key: string]: any;
427
- });
428
- }
429
- export declare class CreateUploadPolicyResponseBody extends $tea.Model {
430
- code?: number;
431
- data?: CreateUploadPolicyResponseBodyData;
432
- message?: string;
433
- requestId?: string;
434
- success?: boolean;
435
- static names(): {
436
- [key: string]: string;
437
- };
438
- static types(): {
439
- [key: string]: any;
440
- };
441
- constructor(map?: {
442
- [key: string]: any;
443
- });
444
- }
445
- export declare class CreateUploadPolicyResponse extends $tea.Model {
446
- headers: {
447
- [key: string]: string;
448
- };
449
- statusCode: number;
450
- body: CreateUploadPolicyResponseBody;
451
- static names(): {
452
- [key: string]: string;
453
- };
454
- static types(): {
455
- [key: string]: any;
456
- };
457
- constructor(map?: {
458
- [key: string]: any;
459
- });
460
- }
461
- export declare class DetailProjectRequest extends $tea.Model {
462
- id?: string;
463
- static names(): {
464
- [key: string]: string;
465
- };
466
- static types(): {
467
- [key: string]: any;
468
- };
469
- constructor(map?: {
470
- [key: string]: any;
471
- });
472
- }
473
- export declare class DetailProjectResponseBody extends $tea.Model {
474
- businessId?: number;
475
- businessName?: string;
476
- code?: number;
477
- gmtCreate?: number;
478
- gmtModified?: number;
479
- id?: string;
480
- message?: string;
481
- name?: string;
482
- requestId?: string;
483
- success?: boolean;
484
- token?: string;
485
- static names(): {
486
- [key: string]: string;
487
- };
488
- static types(): {
489
- [key: string]: any;
490
- };
491
- constructor(map?: {
492
- [key: string]: any;
493
- });
494
- }
495
- export declare class DetailProjectResponse extends $tea.Model {
496
- headers: {
497
- [key: string]: string;
498
- };
499
- statusCode: number;
500
- body: DetailProjectResponseBody;
501
- static names(): {
502
- [key: string]: string;
503
- };
504
- static types(): {
505
- [key: string]: any;
506
- };
507
- constructor(map?: {
508
- [key: string]: any;
509
- });
510
- }
511
- export declare class DetailSceneRequest extends $tea.Model {
512
- id?: string;
513
- static names(): {
514
- [key: string]: string;
515
- };
516
- static types(): {
517
- [key: string]: any;
518
- };
519
- constructor(map?: {
520
- [key: string]: any;
521
- });
522
- }
523
- export declare class DetailSceneResponseBody extends $tea.Model {
524
- captures?: DetailSceneResponseBodyCaptures[];
525
- code?: number;
526
- coverUrl?: string;
527
- gmtCreate?: number;
528
- gmtModified?: number;
529
- id?: string;
530
- message?: string;
531
- name?: string;
532
- previewToken?: string;
533
- published?: boolean;
534
- requestId?: string;
535
- sourceNum?: number;
536
- status?: string;
537
- statusName?: string;
538
- subSceneNum?: number;
539
- success?: boolean;
540
- type?: string;
541
- static names(): {
542
- [key: string]: string;
543
- };
544
- static types(): {
545
- [key: string]: any;
546
- };
547
- constructor(map?: {
548
- [key: string]: any;
549
- });
550
- }
551
- export declare class DetailSceneResponse extends $tea.Model {
552
- headers: {
553
- [key: string]: string;
554
- };
555
- statusCode: number;
556
- body: DetailSceneResponseBody;
557
- static names(): {
558
- [key: string]: string;
559
- };
560
- static types(): {
561
- [key: string]: any;
562
- };
563
- constructor(map?: {
564
- [key: string]: any;
565
- });
566
- }
567
- export declare class DetailSubSceneRequest extends $tea.Model {
568
- id?: string;
569
- static names(): {
570
- [key: string]: string;
571
- };
572
- static types(): {
573
- [key: string]: any;
574
- };
575
- constructor(map?: {
576
- [key: string]: any;
577
- });
578
- }
579
- export declare class DetailSubSceneResponseBody extends $tea.Model {
580
- code?: number;
581
- coverUrl?: string;
582
- cubemapPath?: string;
583
- gmtCreate?: number;
584
- gmtModified?: number;
585
- id?: string;
586
- imageUrl?: string;
587
- layoutData?: string;
588
- message?: string;
589
- name?: string;
590
- originUrl?: string;
591
- position?: string;
592
- requestId?: string;
593
- resourceId?: string;
594
- status?: number;
595
- success?: boolean;
596
- type?: string;
597
- url?: string;
598
- static names(): {
599
- [key: string]: string;
600
- };
601
- static types(): {
602
- [key: string]: any;
603
- };
604
- constructor(map?: {
605
- [key: string]: any;
606
- });
607
- }
608
- export declare class DetailSubSceneResponse extends $tea.Model {
609
- headers: {
610
- [key: string]: string;
611
- };
612
- statusCode: number;
613
- body: DetailSubSceneResponseBody;
614
- static names(): {
615
- [key: string]: string;
616
- };
617
- static types(): {
618
- [key: string]: any;
619
- };
620
- constructor(map?: {
621
- [key: string]: any;
622
- });
623
- }
624
- export declare class DropProjectRequest extends $tea.Model {
625
- projectId?: string;
626
- static names(): {
627
- [key: string]: string;
628
- };
629
- static types(): {
630
- [key: string]: any;
631
- };
632
- constructor(map?: {
633
- [key: string]: any;
634
- });
635
- }
636
- export declare class DropProjectResponseBody extends $tea.Model {
637
- code?: number;
638
- message?: string;
639
- requestId?: string;
640
- success?: boolean;
641
- static names(): {
642
- [key: string]: string;
643
- };
644
- static types(): {
645
- [key: string]: any;
646
- };
647
- constructor(map?: {
648
- [key: string]: any;
649
- });
650
- }
651
- export declare class DropProjectResponse extends $tea.Model {
652
- headers: {
653
- [key: string]: string;
654
- };
655
- statusCode: number;
656
- body: DropProjectResponseBody;
657
- static names(): {
658
- [key: string]: string;
659
- };
660
- static types(): {
661
- [key: string]: any;
662
- };
663
- constructor(map?: {
664
- [key: string]: any;
665
- });
666
- }
667
- export declare class DropSceneRequest extends $tea.Model {
668
- id?: string;
669
- static names(): {
670
- [key: string]: string;
671
- };
672
- static types(): {
673
- [key: string]: any;
674
- };
675
- constructor(map?: {
676
- [key: string]: any;
677
- });
678
- }
679
- export declare class DropSceneResponseBody extends $tea.Model {
680
- code?: number;
681
- message?: string;
682
- requestId?: string;
683
- success?: boolean;
684
- static names(): {
685
- [key: string]: string;
686
- };
687
- static types(): {
688
- [key: string]: any;
689
- };
690
- constructor(map?: {
691
- [key: string]: any;
692
- });
693
- }
694
- export declare class DropSceneResponse extends $tea.Model {
695
- headers: {
696
- [key: string]: string;
697
- };
698
- statusCode: number;
699
- body: DropSceneResponseBody;
700
- static names(): {
701
- [key: string]: string;
702
- };
703
- static types(): {
704
- [key: string]: any;
705
- };
706
- constructor(map?: {
707
- [key: string]: any;
708
- });
709
- }
710
- export declare class DropSubSceneRequest extends $tea.Model {
711
- id?: string;
712
- static names(): {
713
- [key: string]: string;
714
- };
715
- static types(): {
716
- [key: string]: any;
717
- };
718
- constructor(map?: {
719
- [key: string]: any;
720
- });
721
- }
722
- export declare class DropSubSceneResponseBody extends $tea.Model {
723
- code?: number;
724
- message?: string;
725
- requestId?: string;
726
- success?: boolean;
727
- static names(): {
728
- [key: string]: string;
729
- };
730
- static types(): {
731
- [key: string]: any;
732
- };
733
- constructor(map?: {
734
- [key: string]: any;
735
- });
736
- }
737
- export declare class DropSubSceneResponse extends $tea.Model {
738
- headers: {
739
- [key: string]: string;
740
- };
741
- statusCode: number;
742
- body: DropSubSceneResponseBody;
743
- static names(): {
744
- [key: string]: string;
745
- };
746
- static types(): {
747
- [key: string]: any;
748
- };
749
- constructor(map?: {
750
- [key: string]: any;
751
- });
752
- }
753
- export declare class GetConnDataRequest extends $tea.Model {
754
- sceneId?: string;
755
- static names(): {
756
- [key: string]: string;
757
- };
758
- static types(): {
759
- [key: string]: any;
760
- };
761
- constructor(map?: {
762
- [key: string]: any;
763
- });
764
- }
765
- export declare class GetConnDataResponseBody extends $tea.Model {
766
- code?: number;
767
- extend?: string;
768
- list?: GetConnDataResponseBodyList[];
769
- message?: string;
770
- requestId?: string;
771
- success?: boolean;
772
- version?: string;
773
- static names(): {
774
- [key: string]: string;
775
- };
776
- static types(): {
777
- [key: string]: any;
778
- };
779
- constructor(map?: {
780
- [key: string]: any;
781
- });
782
- }
783
- export declare class GetConnDataResponse extends $tea.Model {
784
- headers: {
785
- [key: string]: string;
786
- };
787
- statusCode: number;
788
- body: GetConnDataResponseBody;
789
- static names(): {
790
- [key: string]: string;
791
- };
792
- static types(): {
793
- [key: string]: any;
794
- };
795
- constructor(map?: {
796
- [key: string]: any;
797
- });
798
- }
799
- export declare class GetCopySceneTaskStatusRequest extends $tea.Model {
800
- taskId?: string;
801
- static names(): {
802
- [key: string]: string;
803
- };
804
- static types(): {
805
- [key: string]: any;
806
- };
807
- constructor(map?: {
808
- [key: string]: any;
809
- });
810
- }
811
- export declare class GetCopySceneTaskStatusResponseBody extends $tea.Model {
812
- code?: number;
813
- data?: GetCopySceneTaskStatusResponseBodyData;
814
- message?: string;
815
- requestId?: string;
816
- success?: boolean;
817
- static names(): {
818
- [key: string]: string;
819
- };
820
- static types(): {
821
- [key: string]: any;
822
- };
823
- constructor(map?: {
824
- [key: string]: any;
825
- });
826
- }
827
- export declare class GetCopySceneTaskStatusResponse extends $tea.Model {
828
- headers: {
829
- [key: string]: string;
830
- };
831
- statusCode: number;
832
- body: GetCopySceneTaskStatusResponseBody;
833
- static names(): {
834
- [key: string]: string;
835
- };
836
- static types(): {
837
- [key: string]: any;
838
- };
839
- constructor(map?: {
840
- [key: string]: any;
841
- });
842
- }
843
- export declare class GetHotspotConfigRequest extends $tea.Model {
844
- domain?: string;
845
- enabled?: boolean;
846
- previewToken?: string;
847
- type?: number;
848
- static names(): {
849
- [key: string]: string;
850
- };
851
- static types(): {
852
- [key: string]: any;
853
- };
854
- constructor(map?: {
855
- [key: string]: any;
856
- });
857
- }
858
- export declare class GetHotspotConfigResponseBody extends $tea.Model {
859
- code?: number;
860
- data?: string;
861
- message?: string;
862
- requestId?: string;
863
- success?: boolean;
864
- static names(): {
865
- [key: string]: string;
866
- };
867
- static types(): {
868
- [key: string]: any;
869
- };
870
- constructor(map?: {
871
- [key: string]: any;
872
- });
873
- }
874
- export declare class GetHotspotConfigResponse extends $tea.Model {
875
- headers: {
876
- [key: string]: string;
877
- };
878
- statusCode: number;
879
- body: GetHotspotConfigResponseBody;
880
- static names(): {
881
- [key: string]: string;
882
- };
883
- static types(): {
884
- [key: string]: any;
885
- };
886
- constructor(map?: {
887
- [key: string]: any;
888
- });
889
- }
890
- export declare class GetHotspotSceneDataRequest extends $tea.Model {
891
- domain?: string;
892
- enabled?: boolean;
893
- previewToken?: string;
894
- type?: number;
895
- static names(): {
896
- [key: string]: string;
897
- };
898
- static types(): {
899
- [key: string]: any;
900
- };
901
- constructor(map?: {
902
- [key: string]: any;
903
- });
904
- }
905
- export declare class GetHotspotSceneDataResponseBody extends $tea.Model {
906
- code?: number;
907
- data?: GetHotspotSceneDataResponseBodyData;
908
- message?: string;
909
- requestId?: string;
910
- success?: boolean;
911
- static names(): {
912
- [key: string]: string;
913
- };
914
- static types(): {
915
- [key: string]: any;
916
- };
917
- constructor(map?: {
918
- [key: string]: any;
919
- });
920
- }
921
- export declare class GetHotspotSceneDataResponse extends $tea.Model {
922
- headers: {
923
- [key: string]: string;
924
- };
925
- statusCode: number;
926
- body: GetHotspotSceneDataResponseBody;
927
- static names(): {
928
- [key: string]: string;
929
- };
930
- static types(): {
931
- [key: string]: any;
932
- };
933
- constructor(map?: {
934
- [key: string]: any;
935
- });
936
- }
937
- export declare class GetHotspotTagRequest extends $tea.Model {
938
- domain?: string;
939
- enabled?: boolean;
940
- previewToken?: string;
941
- subSceneUuid?: string;
942
- type?: string;
943
- static names(): {
944
- [key: string]: string;
945
- };
946
- static types(): {
947
- [key: string]: any;
948
- };
949
- constructor(map?: {
950
- [key: string]: any;
951
- });
952
- }
953
- export declare class GetHotspotTagResponseBody extends $tea.Model {
954
- data?: string;
955
- errMessage?: string;
956
- objectString?: string;
957
- requestId?: string;
958
- success?: boolean;
959
- static names(): {
960
- [key: string]: string;
961
- };
962
- static types(): {
963
- [key: string]: any;
964
- };
965
- constructor(map?: {
966
- [key: string]: any;
967
- });
968
- }
969
- export declare class GetHotspotTagResponse extends $tea.Model {
970
- headers: {
971
- [key: string]: string;
972
- };
973
- statusCode: number;
974
- body: GetHotspotTagResponseBody;
975
- static names(): {
976
- [key: string]: string;
977
- };
978
- static types(): {
979
- [key: string]: any;
980
- };
981
- constructor(map?: {
982
- [key: string]: any;
983
- });
984
- }
985
- export declare class GetLayoutDataRequest extends $tea.Model {
986
- subSceneId?: string;
987
- static names(): {
988
- [key: string]: string;
989
- };
990
- static types(): {
991
- [key: string]: any;
992
- };
993
- constructor(map?: {
994
- [key: string]: any;
995
- });
996
- }
997
- export declare class GetLayoutDataResponseBody extends $tea.Model {
998
- code?: number;
999
- data?: string;
1000
- message?: string;
1001
- requestId?: string;
1002
- success?: boolean;
1003
- static names(): {
1004
- [key: string]: string;
1005
- };
1006
- static types(): {
1007
- [key: string]: any;
1008
- };
1009
- constructor(map?: {
1010
- [key: string]: any;
1011
- });
1012
- }
1013
- export declare class GetLayoutDataResponse extends $tea.Model {
1014
- headers: {
1015
- [key: string]: string;
1016
- };
1017
- statusCode: number;
1018
- body: GetLayoutDataResponseBody;
1019
- static names(): {
1020
- [key: string]: string;
1021
- };
1022
- static types(): {
1023
- [key: string]: any;
1024
- };
1025
- constructor(map?: {
1026
- [key: string]: any;
1027
- });
1028
- }
1029
- export declare class GetOriginLayoutDataRequest extends $tea.Model {
1030
- subSceneId?: string;
1031
- static names(): {
1032
- [key: string]: string;
1033
- };
1034
- static types(): {
1035
- [key: string]: any;
1036
- };
1037
- constructor(map?: {
1038
- [key: string]: any;
1039
- });
1040
- }
1041
- export declare class GetOriginLayoutDataResponseBody extends $tea.Model {
1042
- code?: number;
1043
- data?: string;
1044
- message?: string;
1045
- requestId?: string;
1046
- success?: boolean;
1047
- static names(): {
1048
- [key: string]: string;
1049
- };
1050
- static types(): {
1051
- [key: string]: any;
1052
- };
1053
- constructor(map?: {
1054
- [key: string]: any;
1055
- });
1056
- }
1057
- export declare class GetOriginLayoutDataResponse extends $tea.Model {
1058
- headers: {
1059
- [key: string]: string;
1060
- };
1061
- statusCode: number;
1062
- body: GetOriginLayoutDataResponseBody;
1063
- static names(): {
1064
- [key: string]: string;
1065
- };
1066
- static types(): {
1067
- [key: string]: any;
1068
- };
1069
- constructor(map?: {
1070
- [key: string]: any;
1071
- });
1072
- }
1073
- export declare class GetOssPolicyRequest extends $tea.Model {
1074
- subSceneId?: string;
1075
- static names(): {
1076
- [key: string]: string;
1077
- };
1078
- static types(): {
1079
- [key: string]: any;
1080
- };
1081
- constructor(map?: {
1082
- [key: string]: any;
1083
- });
1084
- }
1085
- export declare class GetOssPolicyResponseBody extends $tea.Model {
1086
- accessId?: string;
1087
- callback?: string;
1088
- code?: number;
1089
- dir?: string;
1090
- expire?: string;
1091
- host?: string;
1092
- message?: string;
1093
- policy?: string;
1094
- requestId?: string;
1095
- signature?: string;
1096
- success?: boolean;
1097
- static names(): {
1098
- [key: string]: string;
1099
- };
1100
- static types(): {
1101
- [key: string]: any;
1102
- };
1103
- constructor(map?: {
1104
- [key: string]: any;
1105
- });
1106
- }
1107
- export declare class GetOssPolicyResponse extends $tea.Model {
1108
- headers: {
1109
- [key: string]: string;
1110
- };
1111
- statusCode: number;
1112
- body: GetOssPolicyResponseBody;
1113
- static names(): {
1114
- [key: string]: string;
1115
- };
1116
- static types(): {
1117
- [key: string]: any;
1118
- };
1119
- constructor(map?: {
1120
- [key: string]: any;
1121
- });
1122
- }
1123
- export declare class GetPackSceneTaskStatusRequest extends $tea.Model {
1124
- taskId?: string;
1125
- type?: string;
1126
- static names(): {
1127
- [key: string]: string;
1128
- };
1129
- static types(): {
1130
- [key: string]: any;
1131
- };
1132
- constructor(map?: {
1133
- [key: string]: any;
1134
- });
1135
- }
1136
- export declare class GetPackSceneTaskStatusResponseBody extends $tea.Model {
1137
- code?: number;
1138
- data?: GetPackSceneTaskStatusResponseBodyData;
1139
- message?: string;
1140
- requestId?: string;
1141
- success?: boolean;
1142
- static names(): {
1143
- [key: string]: string;
1144
- };
1145
- static types(): {
1146
- [key: string]: any;
1147
- };
1148
- constructor(map?: {
1149
- [key: string]: any;
1150
- });
1151
- }
1152
- export declare class GetPackSceneTaskStatusResponse extends $tea.Model {
1153
- headers: {
1154
- [key: string]: string;
1155
- };
1156
- statusCode: number;
1157
- body: GetPackSceneTaskStatusResponseBody;
1158
- static names(): {
1159
- [key: string]: string;
1160
- };
1161
- static types(): {
1162
- [key: string]: any;
1163
- };
1164
- constructor(map?: {
1165
- [key: string]: any;
1166
- });
1167
- }
1168
- export declare class GetRectifyImageRequest extends $tea.Model {
1169
- subSceneId?: string;
1170
- static names(): {
1171
- [key: string]: string;
1172
- };
1173
- static types(): {
1174
- [key: string]: any;
1175
- };
1176
- constructor(map?: {
1177
- [key: string]: any;
1178
- });
1179
- }
1180
- export declare class GetRectifyImageResponseBody extends $tea.Model {
1181
- code?: number;
1182
- message?: string;
1183
- requestId?: string;
1184
- success?: boolean;
1185
- url?: string;
1186
- static names(): {
1187
- [key: string]: string;
1188
- };
1189
- static types(): {
1190
- [key: string]: any;
1191
- };
1192
- constructor(map?: {
1193
- [key: string]: any;
1194
- });
1195
- }
1196
- export declare class GetRectifyImageResponse extends $tea.Model {
1197
- headers: {
1198
- [key: string]: string;
1199
- };
1200
- statusCode: number;
1201
- body: GetRectifyImageResponseBody;
1202
- static names(): {
1203
- [key: string]: string;
1204
- };
1205
- static types(): {
1206
- [key: string]: any;
1207
- };
1208
- constructor(map?: {
1209
- [key: string]: any;
1210
- });
1211
- }
1212
- export declare class GetSceneBuildTaskStatusRequest extends $tea.Model {
1213
- sceneId?: string;
1214
- static names(): {
1215
- [key: string]: string;
1216
- };
1217
- static types(): {
1218
- [key: string]: any;
1219
- };
1220
- constructor(map?: {
1221
- [key: string]: any;
1222
- });
1223
- }
1224
- export declare class GetSceneBuildTaskStatusResponseBody extends $tea.Model {
1225
- code?: number;
1226
- errorCode?: string;
1227
- errorMsg?: string;
1228
- message?: string;
1229
- requestId?: string;
1230
- sceneId?: string;
1231
- status?: string;
1232
- success?: boolean;
1233
- static names(): {
1234
- [key: string]: string;
1235
- };
1236
- static types(): {
1237
- [key: string]: any;
1238
- };
1239
- constructor(map?: {
1240
- [key: string]: any;
1241
- });
1242
- }
1243
- export declare class GetSceneBuildTaskStatusResponse extends $tea.Model {
1244
- headers: {
1245
- [key: string]: string;
1246
- };
1247
- statusCode: number;
1248
- body: GetSceneBuildTaskStatusResponseBody;
1249
- static names(): {
1250
- [key: string]: string;
1251
- };
1252
- static types(): {
1253
- [key: string]: any;
1254
- };
1255
- constructor(map?: {
1256
- [key: string]: any;
1257
- });
1258
- }
1259
- export declare class GetScenePackUrlRequest extends $tea.Model {
1260
- sceneId?: string;
1261
- static names(): {
1262
- [key: string]: string;
1263
- };
1264
- static types(): {
1265
- [key: string]: any;
1266
- };
1267
- constructor(map?: {
1268
- [key: string]: any;
1269
- });
1270
- }
1271
- export declare class GetScenePackUrlResponseBody extends $tea.Model {
1272
- code?: number;
1273
- data?: GetScenePackUrlResponseBodyData;
1274
- message?: string;
1275
- requestId?: string;
1276
- success?: boolean;
1277
- static names(): {
1278
- [key: string]: string;
1279
- };
1280
- static types(): {
1281
- [key: string]: any;
1282
- };
1283
- constructor(map?: {
1284
- [key: string]: any;
1285
- });
1286
- }
1287
- export declare class GetScenePackUrlResponse extends $tea.Model {
1288
- headers: {
1289
- [key: string]: string;
1290
- };
1291
- statusCode: number;
1292
- body: GetScenePackUrlResponseBody;
1293
- static names(): {
1294
- [key: string]: string;
1295
- };
1296
- static types(): {
1297
- [key: string]: any;
1298
- };
1299
- constructor(map?: {
1300
- [key: string]: any;
1301
- });
1302
- }
1303
- export declare class GetScenePreviewDataRequest extends $tea.Model {
1304
- domain?: string;
1305
- enabled?: boolean;
1306
- previewToken?: string;
1307
- showTag?: boolean;
1308
- static names(): {
1309
- [key: string]: string;
1310
- };
1311
- static types(): {
1312
- [key: string]: any;
1313
- };
1314
- constructor(map?: {
1315
- [key: string]: any;
1316
- });
1317
- }
1318
- export declare class GetScenePreviewDataResponseBody extends $tea.Model {
1319
- code?: number;
1320
- data?: GetScenePreviewDataResponseBodyData;
1321
- message?: string;
1322
- requestId?: string;
1323
- success?: boolean;
1324
- static names(): {
1325
- [key: string]: string;
1326
- };
1327
- static types(): {
1328
- [key: string]: any;
1329
- };
1330
- constructor(map?: {
1331
- [key: string]: any;
1332
- });
1333
- }
1334
- export declare class GetScenePreviewDataResponse extends $tea.Model {
1335
- headers: {
1336
- [key: string]: string;
1337
- };
1338
- statusCode: number;
1339
- body: GetScenePreviewDataResponseBody;
1340
- static names(): {
1341
- [key: string]: string;
1342
- };
1343
- static types(): {
1344
- [key: string]: any;
1345
- };
1346
- constructor(map?: {
1347
- [key: string]: any;
1348
- });
1349
- }
1350
- export declare class GetScenePreviewInfoRequest extends $tea.Model {
1351
- domain?: string;
1352
- enabled?: boolean;
1353
- modelToken?: string;
1354
- static names(): {
1355
- [key: string]: string;
1356
- };
1357
- static types(): {
1358
- [key: string]: any;
1359
- };
1360
- constructor(map?: {
1361
- [key: string]: any;
1362
- });
1363
- }
1364
- export declare class GetScenePreviewInfoResponseBody extends $tea.Model {
1365
- code?: number;
1366
- data?: GetScenePreviewInfoResponseBodyData;
1367
- message?: string;
1368
- requestId?: string;
1369
- success?: boolean;
1370
- static names(): {
1371
- [key: string]: string;
1372
- };
1373
- static types(): {
1374
- [key: string]: any;
1375
- };
1376
- constructor(map?: {
1377
- [key: string]: any;
1378
- });
1379
- }
1380
- export declare class GetScenePreviewInfoResponse extends $tea.Model {
1381
- headers: {
1382
- [key: string]: string;
1383
- };
1384
- statusCode: number;
1385
- body: GetScenePreviewInfoResponseBody;
1386
- static names(): {
1387
- [key: string]: string;
1388
- };
1389
- static types(): {
1390
- [key: string]: any;
1391
- };
1392
- constructor(map?: {
1393
- [key: string]: any;
1394
- });
1395
- }
1396
- export declare class GetScenePreviewResourceRequest extends $tea.Model {
1397
- draft?: boolean;
1398
- previewToken?: string;
1399
- static names(): {
1400
- [key: string]: string;
1401
- };
1402
- static types(): {
1403
- [key: string]: any;
1404
- };
1405
- constructor(map?: {
1406
- [key: string]: any;
1407
- });
1408
- }
1409
- export declare class GetScenePreviewResourceResponseBody extends $tea.Model {
1410
- code?: number;
1411
- data?: GetScenePreviewResourceResponseBodyData;
1412
- message?: string;
1413
- requestId?: string;
1414
- success?: boolean;
1415
- static names(): {
1416
- [key: string]: string;
1417
- };
1418
- static types(): {
1419
- [key: string]: any;
1420
- };
1421
- constructor(map?: {
1422
- [key: string]: any;
1423
- });
1424
- }
1425
- export declare class GetScenePreviewResourceResponse extends $tea.Model {
1426
- headers: {
1427
- [key: string]: string;
1428
- };
1429
- statusCode: number;
1430
- body: GetScenePreviewResourceResponseBody;
1431
- static names(): {
1432
- [key: string]: string;
1433
- };
1434
- static types(): {
1435
- [key: string]: any;
1436
- };
1437
- constructor(map?: {
1438
- [key: string]: any;
1439
- });
1440
- }
1441
- export declare class GetSingleConnDataRequest extends $tea.Model {
1442
- subSceneId?: string;
1443
- static names(): {
1444
- [key: string]: string;
1445
- };
1446
- static types(): {
1447
- [key: string]: any;
1448
- };
1449
- constructor(map?: {
1450
- [key: string]: any;
1451
- });
1452
- }
1453
- export declare class GetSingleConnDataResponseBody extends $tea.Model {
1454
- code?: number;
1455
- list?: GetSingleConnDataResponseBodyList[];
1456
- message?: string;
1457
- requestId?: string;
1458
- success?: boolean;
1459
- version?: string;
1460
- static names(): {
1461
- [key: string]: string;
1462
- };
1463
- static types(): {
1464
- [key: string]: any;
1465
- };
1466
- constructor(map?: {
1467
- [key: string]: any;
1468
- });
1469
- }
1470
- export declare class GetSingleConnDataResponse extends $tea.Model {
1471
- headers: {
1472
- [key: string]: string;
1473
- };
1474
- statusCode: number;
1475
- body: GetSingleConnDataResponseBody;
1476
- static names(): {
1477
- [key: string]: string;
1478
- };
1479
- static types(): {
1480
- [key: string]: any;
1481
- };
1482
- constructor(map?: {
1483
- [key: string]: any;
1484
- });
1485
- }
1486
- export declare class GetSourcePackStatusRequest extends $tea.Model {
1487
- taskId?: string;
1488
- static names(): {
1489
- [key: string]: string;
1490
- };
1491
- static types(): {
1492
- [key: string]: any;
1493
- };
1494
- constructor(map?: {
1495
- [key: string]: any;
1496
- });
1497
- }
1498
- export declare class GetSourcePackStatusResponseBody extends $tea.Model {
1499
- code?: number;
1500
- data?: GetSourcePackStatusResponseBodyData;
1501
- message?: string;
1502
- requestId?: string;
1503
- success?: boolean;
1504
- url?: string;
1505
- static names(): {
1506
- [key: string]: string;
1507
- };
1508
- static types(): {
1509
- [key: string]: any;
1510
- };
1511
- constructor(map?: {
1512
- [key: string]: any;
1513
- });
1514
- }
1515
- export declare class GetSourcePackStatusResponse extends $tea.Model {
1516
- headers: {
1517
- [key: string]: string;
1518
- };
1519
- statusCode: number;
1520
- body: GetSourcePackStatusResponseBody;
1521
- static names(): {
1522
- [key: string]: string;
1523
- };
1524
- static types(): {
1525
- [key: string]: any;
1526
- };
1527
- constructor(map?: {
1528
- [key: string]: any;
1529
- });
1530
- }
1531
- export declare class GetSubSceneTaskStatusRequest extends $tea.Model {
1532
- subSceneId?: string;
1533
- static names(): {
1534
- [key: string]: string;
1535
- };
1536
- static types(): {
1537
- [key: string]: any;
1538
- };
1539
- constructor(map?: {
1540
- [key: string]: any;
1541
- });
1542
- }
1543
- export declare class GetSubSceneTaskStatusResponseBody extends $tea.Model {
1544
- code?: number;
1545
- list?: GetSubSceneTaskStatusResponseBodyList[];
1546
- message?: string;
1547
- requestId?: string;
1548
- success?: boolean;
1549
- static names(): {
1550
- [key: string]: string;
1551
- };
1552
- static types(): {
1553
- [key: string]: any;
1554
- };
1555
- constructor(map?: {
1556
- [key: string]: any;
1557
- });
1558
- }
1559
- export declare class GetSubSceneTaskStatusResponse extends $tea.Model {
1560
- headers: {
1561
- [key: string]: string;
1562
- };
1563
- statusCode: number;
1564
- body: GetSubSceneTaskStatusResponseBody;
1565
- static names(): {
1566
- [key: string]: string;
1567
- };
1568
- static types(): {
1569
- [key: string]: any;
1570
- };
1571
- constructor(map?: {
1572
- [key: string]: any;
1573
- });
1574
- }
1575
- export declare class GetTaskStatusRequest extends $tea.Model {
1576
- taskId?: string;
1577
- static names(): {
1578
- [key: string]: string;
1579
- };
1580
- static types(): {
1581
- [key: string]: any;
1582
- };
1583
- constructor(map?: {
1584
- [key: string]: any;
1585
- });
1586
- }
1587
- export declare class GetTaskStatusResponseBody extends $tea.Model {
1588
- code?: number;
1589
- errorCode?: string;
1590
- errorMsg?: string;
1591
- message?: string;
1592
- requestId?: string;
1593
- status?: string;
1594
- success?: boolean;
1595
- type?: string;
1596
- static names(): {
1597
- [key: string]: string;
1598
- };
1599
- static types(): {
1600
- [key: string]: any;
1601
- };
1602
- constructor(map?: {
1603
- [key: string]: any;
1604
- });
1605
- }
1606
- export declare class GetTaskStatusResponse extends $tea.Model {
1607
- headers: {
1608
- [key: string]: string;
1609
- };
1610
- statusCode: number;
1611
- body: GetTaskStatusResponseBody;
1612
- static names(): {
1613
- [key: string]: string;
1614
- };
1615
- static types(): {
1616
- [key: string]: any;
1617
- };
1618
- constructor(map?: {
1619
- [key: string]: any;
1620
- });
1621
- }
1622
- export declare class GetWindowConfigRequest extends $tea.Model {
1623
- previewToken?: string;
1624
- static names(): {
1625
- [key: string]: string;
1626
- };
1627
- static types(): {
1628
- [key: string]: any;
1629
- };
1630
- constructor(map?: {
1631
- [key: string]: any;
1632
- });
1633
- }
1634
- export declare class GetWindowConfigResponseBody extends $tea.Model {
1635
- data?: {
1636
- [key: string]: any;
1637
- };
1638
- errMessage?: string;
1639
- objectString?: string;
1640
- requestId?: string;
1641
- success?: boolean;
1642
- static names(): {
1643
- [key: string]: string;
1644
- };
1645
- static types(): {
1646
- [key: string]: any;
1647
- };
1648
- constructor(map?: {
1649
- [key: string]: any;
1650
- });
1651
- }
1652
- export declare class GetWindowConfigResponse extends $tea.Model {
1653
- headers: {
1654
- [key: string]: string;
1655
- };
1656
- statusCode: number;
1657
- body: GetWindowConfigResponseBody;
1658
- static names(): {
1659
- [key: string]: string;
1660
- };
1661
- static types(): {
1662
- [key: string]: any;
1663
- };
1664
- constructor(map?: {
1665
- [key: string]: any;
1666
- });
1667
- }
1668
- export declare class LabelBuildRequest extends $tea.Model {
1669
- mode?: string;
1670
- modelStyle?: string;
1671
- optimizeWallWidth?: string;
1672
- planStyle?: string;
1673
- sceneId?: string;
1674
- wallHeight?: number;
1675
- static names(): {
1676
- [key: string]: string;
1677
- };
1678
- static types(): {
1679
- [key: string]: any;
1680
- };
1681
- constructor(map?: {
1682
- [key: string]: any;
1683
- });
1684
- }
1685
- export declare class LabelBuildResponseBody extends $tea.Model {
1686
- code?: number;
1687
- message?: string;
1688
- requestId?: string;
1689
- success?: boolean;
1690
- taskId?: string;
1691
- static names(): {
1692
- [key: string]: string;
1693
- };
1694
- static types(): {
1695
- [key: string]: any;
1696
- };
1697
- constructor(map?: {
1698
- [key: string]: any;
1699
- });
1700
- }
1701
- export declare class LabelBuildResponse extends $tea.Model {
1702
- headers: {
1703
- [key: string]: string;
1704
- };
1705
- statusCode: number;
1706
- body: LabelBuildResponseBody;
1707
- static names(): {
1708
- [key: string]: string;
1709
- };
1710
- static types(): {
1711
- [key: string]: any;
1712
- };
1713
- constructor(map?: {
1714
- [key: string]: any;
1715
- });
1716
- }
1717
- export declare class LinkImageRequest extends $tea.Model {
1718
- cameraHeight?: number;
1719
- fileName?: string;
1720
- platform?: string;
1721
- subSceneId?: string;
1722
- static names(): {
1723
- [key: string]: string;
1724
- };
1725
- static types(): {
1726
- [key: string]: any;
1727
- };
1728
- constructor(map?: {
1729
- [key: string]: any;
1730
- });
1731
- }
1732
- export declare class LinkImageResponseBody extends $tea.Model {
1733
- code?: number;
1734
- message?: string;
1735
- requestId?: string;
1736
- resourceId?: string;
1737
- success?: boolean;
1738
- static names(): {
1739
- [key: string]: string;
1740
- };
1741
- static types(): {
1742
- [key: string]: any;
1743
- };
1744
- constructor(map?: {
1745
- [key: string]: any;
1746
- });
1747
- }
1748
- export declare class LinkImageResponse extends $tea.Model {
1749
- headers: {
1750
- [key: string]: string;
1751
- };
1752
- statusCode: number;
1753
- body: LinkImageResponseBody;
1754
- static names(): {
1755
- [key: string]: string;
1756
- };
1757
- static types(): {
1758
- [key: string]: any;
1759
- };
1760
- constructor(map?: {
1761
- [key: string]: any;
1762
- });
1763
- }
1764
- export declare class ListProjectRequest extends $tea.Model {
1765
- name?: string;
1766
- pageNum?: number;
1767
- pageSize?: number;
1768
- static names(): {
1769
- [key: string]: string;
1770
- };
1771
- static types(): {
1772
- [key: string]: any;
1773
- };
1774
- constructor(map?: {
1775
- [key: string]: any;
1776
- });
1777
- }
1778
- export declare class ListProjectResponseBody extends $tea.Model {
1779
- code?: number;
1780
- count?: number;
1781
- currentPage?: number;
1782
- hasNext?: boolean;
1783
- list?: ListProjectResponseBodyList[];
1784
- message?: string;
1785
- requestId?: string;
1786
- success?: boolean;
1787
- totalPage?: number;
1788
- static names(): {
1789
- [key: string]: string;
1790
- };
1791
- static types(): {
1792
- [key: string]: any;
1793
- };
1794
- constructor(map?: {
1795
- [key: string]: any;
1796
- });
1797
- }
1798
- export declare class ListProjectResponse extends $tea.Model {
1799
- headers: {
1800
- [key: string]: string;
1801
- };
1802
- statusCode: number;
1803
- body: ListProjectResponseBody;
1804
- static names(): {
1805
- [key: string]: string;
1806
- };
1807
- static types(): {
1808
- [key: string]: any;
1809
- };
1810
- constructor(map?: {
1811
- [key: string]: any;
1812
- });
1813
- }
1814
- export declare class ListSceneRequest extends $tea.Model {
1815
- name?: string;
1816
- pageNum?: number;
1817
- pageSize?: number;
1818
- projectId?: string;
1819
- static names(): {
1820
- [key: string]: string;
1821
- };
1822
- static types(): {
1823
- [key: string]: any;
1824
- };
1825
- constructor(map?: {
1826
- [key: string]: any;
1827
- });
1828
- }
1829
- export declare class ListSceneResponseBody extends $tea.Model {
1830
- code?: number;
1831
- count?: number;
1832
- currentPage?: number;
1833
- hasNext?: boolean;
1834
- list?: ListSceneResponseBodyList[];
1835
- message?: string;
1836
- requestId?: string;
1837
- success?: boolean;
1838
- totalPage?: number;
1839
- static names(): {
1840
- [key: string]: string;
1841
- };
1842
- static types(): {
1843
- [key: string]: any;
1844
- };
1845
- constructor(map?: {
1846
- [key: string]: any;
1847
- });
1848
- }
1849
- export declare class ListSceneResponse extends $tea.Model {
1850
- headers: {
1851
- [key: string]: string;
1852
- };
1853
- statusCode: number;
1854
- body: ListSceneResponseBody;
1855
- static names(): {
1856
- [key: string]: string;
1857
- };
1858
- static types(): {
1859
- [key: string]: any;
1860
- };
1861
- constructor(map?: {
1862
- [key: string]: any;
1863
- });
1864
- }
1865
- export declare class ListSubSceneRequest extends $tea.Model {
1866
- pageNum?: number;
1867
- pageSize?: number;
1868
- sceneId?: string;
1869
- showLayoutData?: boolean;
1870
- sortField?: string;
1871
- static names(): {
1872
- [key: string]: string;
1873
- };
1874
- static types(): {
1875
- [key: string]: any;
1876
- };
1877
- constructor(map?: {
1878
- [key: string]: any;
1879
- });
1880
- }
1881
- export declare class ListSubSceneResponseBody extends $tea.Model {
1882
- code?: number;
1883
- count?: number;
1884
- currentPage?: number;
1885
- hasNext?: boolean;
1886
- list?: ListSubSceneResponseBodyList[];
1887
- message?: string;
1888
- requestId?: string;
1889
- success?: boolean;
1890
- totalPage?: number;
1891
- static names(): {
1892
- [key: string]: string;
1893
- };
1894
- static types(): {
1895
- [key: string]: any;
1896
- };
1897
- constructor(map?: {
1898
- [key: string]: any;
1899
- });
1900
- }
1901
- export declare class ListSubSceneResponse extends $tea.Model {
1902
- headers: {
1903
- [key: string]: string;
1904
- };
1905
- statusCode: number;
1906
- body: ListSubSceneResponseBody;
1907
- static names(): {
1908
- [key: string]: string;
1909
- };
1910
- static types(): {
1911
- [key: string]: any;
1912
- };
1913
- constructor(map?: {
1914
- [key: string]: any;
1915
- });
1916
- }
1917
- export declare class OptimizeRightAngleRequest extends $tea.Model {
1918
- subSceneId?: string;
1919
- static names(): {
1920
- [key: string]: string;
1921
- };
1922
- static types(): {
1923
- [key: string]: any;
1924
- };
1925
- constructor(map?: {
1926
- [key: string]: any;
1927
- });
1928
- }
1929
- export declare class OptimizeRightAngleResponseBody extends $tea.Model {
1930
- code?: number;
1931
- message?: string;
1932
- requestId?: string;
1933
- success?: boolean;
1934
- taskId?: string;
1935
- static names(): {
1936
- [key: string]: string;
1937
- };
1938
- static types(): {
1939
- [key: string]: any;
1940
- };
1941
- constructor(map?: {
1942
- [key: string]: any;
1943
- });
1944
- }
1945
- export declare class OptimizeRightAngleResponse extends $tea.Model {
1946
- headers: {
1947
- [key: string]: string;
1948
- };
1949
- statusCode: number;
1950
- body: OptimizeRightAngleResponseBody;
1951
- static names(): {
1952
- [key: string]: string;
1953
- };
1954
- static types(): {
1955
- [key: string]: any;
1956
- };
1957
- constructor(map?: {
1958
- [key: string]: any;
1959
- });
1960
- }
1961
- export declare class PackSceneRequest extends $tea.Model {
1962
- sceneId?: string;
1963
- type?: string;
1964
- static names(): {
1965
- [key: string]: string;
1966
- };
1967
- static types(): {
1968
- [key: string]: any;
1969
- };
1970
- constructor(map?: {
1971
- [key: string]: any;
1972
- });
1973
- }
1974
- export declare class PackSceneResponseBody extends $tea.Model {
1975
- code?: number;
1976
- data?: PackSceneResponseBodyData;
1977
- message?: string;
1978
- requestId?: string;
1979
- success?: boolean;
1980
- static names(): {
1981
- [key: string]: string;
1982
- };
1983
- static types(): {
1984
- [key: string]: any;
1985
- };
1986
- constructor(map?: {
1987
- [key: string]: any;
1988
- });
1989
- }
1990
- export declare class PackSceneResponse extends $tea.Model {
1991
- headers: {
1992
- [key: string]: string;
1993
- };
1994
- statusCode: number;
1995
- body: PackSceneResponseBody;
1996
- static names(): {
1997
- [key: string]: string;
1998
- };
1999
- static types(): {
2000
- [key: string]: any;
2001
- };
2002
- constructor(map?: {
2003
- [key: string]: any;
2004
- });
2005
- }
2006
- export declare class PackSourceRequest extends $tea.Model {
2007
- sceneId?: string;
2008
- static names(): {
2009
- [key: string]: string;
2010
- };
2011
- static types(): {
2012
- [key: string]: any;
2013
- };
2014
- constructor(map?: {
2015
- [key: string]: any;
2016
- });
2017
- }
2018
- export declare class PackSourceResponseBody extends $tea.Model {
2019
- code?: number;
2020
- data?: PackSourceResponseBodyData;
2021
- message?: string;
2022
- requestId?: string;
2023
- success?: boolean;
2024
- static names(): {
2025
- [key: string]: string;
2026
- };
2027
- static types(): {
2028
- [key: string]: any;
2029
- };
2030
- constructor(map?: {
2031
- [key: string]: any;
2032
- });
2033
- }
2034
- export declare class PackSourceResponse extends $tea.Model {
2035
- headers: {
2036
- [key: string]: string;
2037
- };
2038
- statusCode: number;
2039
- body: PackSourceResponseBody;
2040
- static names(): {
2041
- [key: string]: string;
2042
- };
2043
- static types(): {
2044
- [key: string]: any;
2045
- };
2046
- constructor(map?: {
2047
- [key: string]: any;
2048
- });
2049
- }
2050
- export declare class PredImageRequest extends $tea.Model {
2051
- correctVertical?: boolean;
2052
- countDetectDoor?: number;
2053
- detectDoor?: boolean;
2054
- subSceneId?: string;
2055
- static names(): {
2056
- [key: string]: string;
2057
- };
2058
- static types(): {
2059
- [key: string]: any;
2060
- };
2061
- constructor(map?: {
2062
- [key: string]: any;
2063
- });
2064
- }
2065
- export declare class PredImageResponseBody extends $tea.Model {
2066
- code?: number;
2067
- message?: string;
2068
- requestId?: string;
2069
- success?: boolean;
2070
- taskId?: string;
2071
- static names(): {
2072
- [key: string]: string;
2073
- };
2074
- static types(): {
2075
- [key: string]: any;
2076
- };
2077
- constructor(map?: {
2078
- [key: string]: any;
2079
- });
2080
- }
2081
- export declare class PredImageResponse extends $tea.Model {
2082
- headers: {
2083
- [key: string]: string;
2084
- };
2085
- statusCode: number;
2086
- body: PredImageResponseBody;
2087
- static names(): {
2088
- [key: string]: string;
2089
- };
2090
- static types(): {
2091
- [key: string]: any;
2092
- };
2093
- constructor(map?: {
2094
- [key: string]: any;
2095
- });
2096
- }
2097
- export declare class PredictionWallLineRequest extends $tea.Model {
2098
- cameraHeight?: number;
2099
- url?: string;
2100
- static names(): {
2101
- [key: string]: string;
2102
- };
2103
- static types(): {
2104
- [key: string]: any;
2105
- };
2106
- constructor(map?: {
2107
- [key: string]: any;
2108
- });
2109
- }
2110
- export declare class PredictionWallLineResponseBody extends $tea.Model {
2111
- code?: number;
2112
- message?: string;
2113
- requestId?: string;
2114
- subSceneId?: string;
2115
- success?: boolean;
2116
- taskId?: string;
2117
- static names(): {
2118
- [key: string]: string;
2119
- };
2120
- static types(): {
2121
- [key: string]: any;
2122
- };
2123
- constructor(map?: {
2124
- [key: string]: any;
2125
- });
2126
- }
2127
- export declare class PredictionWallLineResponse extends $tea.Model {
2128
- headers: {
2129
- [key: string]: string;
2130
- };
2131
- statusCode: number;
2132
- body: PredictionWallLineResponseBody;
2133
- static names(): {
2134
- [key: string]: string;
2135
- };
2136
- static types(): {
2137
- [key: string]: any;
2138
- };
2139
- constructor(map?: {
2140
- [key: string]: any;
2141
- });
2142
- }
2143
- export declare class PublishHotspotRequest extends $tea.Model {
2144
- paramTag?: string;
2145
- subSceneUuid?: string;
2146
- static names(): {
2147
- [key: string]: string;
2148
- };
2149
- static types(): {
2150
- [key: string]: any;
2151
- };
2152
- constructor(map?: {
2153
- [key: string]: any;
2154
- });
2155
- }
2156
- export declare class PublishHotspotResponseBody extends $tea.Model {
2157
- data?: {
2158
- [key: string]: any;
2159
- };
2160
- errMessage?: string;
2161
- requestId?: string;
2162
- success?: boolean;
2163
- static names(): {
2164
- [key: string]: string;
2165
- };
2166
- static types(): {
2167
- [key: string]: any;
2168
- };
2169
- constructor(map?: {
2170
- [key: string]: any;
2171
- });
2172
- }
2173
- export declare class PublishHotspotResponse extends $tea.Model {
2174
- headers: {
2175
- [key: string]: string;
2176
- };
2177
- statusCode: number;
2178
- body: PublishHotspotResponseBody;
2179
- static names(): {
2180
- [key: string]: string;
2181
- };
2182
- static types(): {
2183
- [key: string]: any;
2184
- };
2185
- constructor(map?: {
2186
- [key: string]: any;
2187
- });
2188
- }
2189
- export declare class PublishHotspotConfigRequest extends $tea.Model {
2190
- sceneId?: string;
2191
- static names(): {
2192
- [key: string]: string;
2193
- };
2194
- static types(): {
2195
- [key: string]: any;
2196
- };
2197
- constructor(map?: {
2198
- [key: string]: any;
2199
- });
2200
- }
2201
- export declare class PublishHotspotConfigResponseBody extends $tea.Model {
2202
- code?: number;
2203
- message?: string;
2204
- requestId?: string;
2205
- success?: boolean;
2206
- static names(): {
2207
- [key: string]: string;
2208
- };
2209
- static types(): {
2210
- [key: string]: any;
2211
- };
2212
- constructor(map?: {
2213
- [key: string]: any;
2214
- });
2215
- }
2216
- export declare class PublishHotspotConfigResponse extends $tea.Model {
2217
- headers: {
2218
- [key: string]: string;
2219
- };
2220
- statusCode: number;
2221
- body: PublishHotspotConfigResponseBody;
2222
- static names(): {
2223
- [key: string]: string;
2224
- };
2225
- static types(): {
2226
- [key: string]: any;
2227
- };
2228
- constructor(map?: {
2229
- [key: string]: any;
2230
- });
2231
- }
2232
- export declare class PublishSceneRequest extends $tea.Model {
2233
- sceneId?: string;
2234
- static names(): {
2235
- [key: string]: string;
2236
- };
2237
- static types(): {
2238
- [key: string]: any;
2239
- };
2240
- constructor(map?: {
2241
- [key: string]: any;
2242
- });
2243
- }
2244
- export declare class PublishSceneResponseBody extends $tea.Model {
2245
- code?: number;
2246
- message?: string;
2247
- previewUrl?: string;
2248
- requestId?: string;
2249
- success?: boolean;
2250
- static names(): {
2251
- [key: string]: string;
2252
- };
2253
- static types(): {
2254
- [key: string]: any;
2255
- };
2256
- constructor(map?: {
2257
- [key: string]: any;
2258
- });
2259
- }
2260
- export declare class PublishSceneResponse extends $tea.Model {
2261
- headers: {
2262
- [key: string]: string;
2263
- };
2264
- statusCode: number;
2265
- body: PublishSceneResponseBody;
2266
- static names(): {
2267
- [key: string]: string;
2268
- };
2269
- static types(): {
2270
- [key: string]: any;
2271
- };
2272
- constructor(map?: {
2273
- [key: string]: any;
2274
- });
2275
- }
2276
- export declare class PublishStatusRequest extends $tea.Model {
2277
- sceneId?: string;
2278
- static names(): {
2279
- [key: string]: string;
2280
- };
2281
- static types(): {
2282
- [key: string]: any;
2283
- };
2284
- constructor(map?: {
2285
- [key: string]: any;
2286
- });
2287
- }
2288
- export declare class PublishStatusResponseBody extends $tea.Model {
2289
- code?: number;
2290
- message?: string;
2291
- requestId?: string;
2292
- status?: string;
2293
- success?: boolean;
2294
- syncStatus?: string;
2295
- static names(): {
2296
- [key: string]: string;
2297
- };
2298
- static types(): {
2299
- [key: string]: any;
2300
- };
2301
- constructor(map?: {
2302
- [key: string]: any;
2303
- });
2304
- }
2305
- export declare class PublishStatusResponse extends $tea.Model {
2306
- headers: {
2307
- [key: string]: string;
2308
- };
2309
- statusCode: number;
2310
- body: PublishStatusResponseBody;
2311
- static names(): {
2312
- [key: string]: string;
2313
- };
2314
- static types(): {
2315
- [key: string]: any;
2316
- };
2317
- constructor(map?: {
2318
- [key: string]: any;
2319
- });
2320
- }
2321
- export declare class RecoveryOriginImageRequest extends $tea.Model {
2322
- subSceneId?: string;
2323
- static names(): {
2324
- [key: string]: string;
2325
- };
2326
- static types(): {
2327
- [key: string]: any;
2328
- };
2329
- constructor(map?: {
2330
- [key: string]: any;
2331
- });
2332
- }
2333
- export declare class RecoveryOriginImageResponseBody extends $tea.Model {
2334
- code?: number;
2335
- message?: string;
2336
- requestId?: string;
2337
- success?: boolean;
2338
- static names(): {
2339
- [key: string]: string;
2340
- };
2341
- static types(): {
2342
- [key: string]: any;
2343
- };
2344
- constructor(map?: {
2345
- [key: string]: any;
2346
- });
2347
- }
2348
- export declare class RecoveryOriginImageResponse extends $tea.Model {
2349
- headers: {
2350
- [key: string]: string;
2351
- };
2352
- statusCode: number;
2353
- body: RecoveryOriginImageResponseBody;
2354
- static names(): {
2355
- [key: string]: string;
2356
- };
2357
- static types(): {
2358
- [key: string]: any;
2359
- };
2360
- constructor(map?: {
2361
- [key: string]: any;
2362
- });
2363
- }
2364
- export declare class RectVerticalRequest extends $tea.Model {
2365
- countDetectDoor?: number;
2366
- detectDoor?: boolean;
2367
- subSceneId?: string;
2368
- verticalRect?: string;
2369
- static names(): {
2370
- [key: string]: string;
2371
- };
2372
- static types(): {
2373
- [key: string]: any;
2374
- };
2375
- constructor(map?: {
2376
- [key: string]: any;
2377
- });
2378
- }
2379
- export declare class RectVerticalResponseBody extends $tea.Model {
2380
- code?: number;
2381
- message?: string;
2382
- requestId?: string;
2383
- success?: boolean;
2384
- taskId?: string;
2385
- static names(): {
2386
- [key: string]: string;
2387
- };
2388
- static types(): {
2389
- [key: string]: any;
2390
- };
2391
- constructor(map?: {
2392
- [key: string]: any;
2393
- });
2394
- }
2395
- export declare class RectVerticalResponse extends $tea.Model {
2396
- headers: {
2397
- [key: string]: string;
2398
- };
2399
- statusCode: number;
2400
- body: RectVerticalResponseBody;
2401
- static names(): {
2402
- [key: string]: string;
2403
- };
2404
- static types(): {
2405
- [key: string]: any;
2406
- };
2407
- constructor(map?: {
2408
- [key: string]: any;
2409
- });
2410
- }
2411
- export declare class RectifyImageRequest extends $tea.Model {
2412
- cameraHeight?: number;
2413
- url?: string;
2414
- static names(): {
2415
- [key: string]: string;
2416
- };
2417
- static types(): {
2418
- [key: string]: any;
2419
- };
2420
- constructor(map?: {
2421
- [key: string]: any;
2422
- });
2423
- }
2424
- export declare class RectifyImageResponseBody extends $tea.Model {
2425
- code?: number;
2426
- message?: string;
2427
- requestId?: string;
2428
- subSceneId?: string;
2429
- success?: boolean;
2430
- taskId?: string;
2431
- static names(): {
2432
- [key: string]: string;
2433
- };
2434
- static types(): {
2435
- [key: string]: any;
2436
- };
2437
- constructor(map?: {
2438
- [key: string]: any;
2439
- });
2440
- }
2441
- export declare class RectifyImageResponse extends $tea.Model {
2442
- headers: {
2443
- [key: string]: string;
2444
- };
2445
- statusCode: number;
2446
- body: RectifyImageResponseBody;
2447
- static names(): {
2448
- [key: string]: string;
2449
- };
2450
- static types(): {
2451
- [key: string]: any;
2452
- };
2453
- constructor(map?: {
2454
- [key: string]: any;
2455
- });
2456
- }
2457
- export declare class RollbackSubSceneRequest extends $tea.Model {
2458
- id?: string;
2459
- static names(): {
2460
- [key: string]: string;
2461
- };
2462
- static types(): {
2463
- [key: string]: any;
2464
- };
2465
- constructor(map?: {
2466
- [key: string]: any;
2467
- });
2468
- }
2469
- export declare class RollbackSubSceneResponseBody extends $tea.Model {
2470
- code?: number;
2471
- message?: string;
2472
- requestId?: string;
2473
- success?: boolean;
2474
- static names(): {
2475
- [key: string]: string;
2476
- };
2477
- static types(): {
2478
- [key: string]: any;
2479
- };
2480
- constructor(map?: {
2481
- [key: string]: any;
2482
- });
2483
- }
2484
- export declare class RollbackSubSceneResponse extends $tea.Model {
2485
- headers: {
2486
- [key: string]: string;
2487
- };
2488
- statusCode: number;
2489
- body: RollbackSubSceneResponseBody;
2490
- static names(): {
2491
- [key: string]: string;
2492
- };
2493
- static types(): {
2494
- [key: string]: any;
2495
- };
2496
- constructor(map?: {
2497
- [key: string]: any;
2498
- });
2499
- }
2500
- export declare class SaveHotspotConfigRequest extends $tea.Model {
2501
- paramTag?: string;
2502
- previewToken?: string;
2503
- static names(): {
2504
- [key: string]: string;
2505
- };
2506
- static types(): {
2507
- [key: string]: any;
2508
- };
2509
- constructor(map?: {
2510
- [key: string]: any;
2511
- });
2512
- }
2513
- export declare class SaveHotspotConfigResponseBody extends $tea.Model {
2514
- errMessage?: string;
2515
- requestId?: string;
2516
- success?: boolean;
2517
- static names(): {
2518
- [key: string]: string;
2519
- };
2520
- static types(): {
2521
- [key: string]: any;
2522
- };
2523
- constructor(map?: {
2524
- [key: string]: any;
2525
- });
2526
- }
2527
- export declare class SaveHotspotConfigResponse extends $tea.Model {
2528
- headers: {
2529
- [key: string]: string;
2530
- };
2531
- statusCode: number;
2532
- body: SaveHotspotConfigResponseBody;
2533
- static names(): {
2534
- [key: string]: string;
2535
- };
2536
- static types(): {
2537
- [key: string]: any;
2538
- };
2539
- constructor(map?: {
2540
- [key: string]: any;
2541
- });
2542
- }
2543
- export declare class SaveHotspotTagRequest extends $tea.Model {
2544
- paramTag?: string;
2545
- subSceneUuid?: string;
2546
- static names(): {
2547
- [key: string]: string;
2548
- };
2549
- static types(): {
2550
- [key: string]: any;
2551
- };
2552
- constructor(map?: {
2553
- [key: string]: any;
2554
- });
2555
- }
2556
- export declare class SaveHotspotTagResponseBody extends $tea.Model {
2557
- errMessage?: string;
2558
- requestId?: string;
2559
- success?: boolean;
2560
- static names(): {
2561
- [key: string]: string;
2562
- };
2563
- static types(): {
2564
- [key: string]: any;
2565
- };
2566
- constructor(map?: {
2567
- [key: string]: any;
2568
- });
2569
- }
2570
- export declare class SaveHotspotTagResponse extends $tea.Model {
2571
- headers: {
2572
- [key: string]: string;
2573
- };
2574
- statusCode: number;
2575
- body: SaveHotspotTagResponseBody;
2576
- static names(): {
2577
- [key: string]: string;
2578
- };
2579
- static types(): {
2580
- [key: string]: any;
2581
- };
2582
- constructor(map?: {
2583
- [key: string]: any;
2584
- });
2585
- }
2586
- export declare class SaveHotspotTagListRequest extends $tea.Model {
2587
- hotspotListJson?: string;
2588
- sceneId?: string;
2589
- static names(): {
2590
- [key: string]: string;
2591
- };
2592
- static types(): {
2593
- [key: string]: any;
2594
- };
2595
- constructor(map?: {
2596
- [key: string]: any;
2597
- });
2598
- }
2599
- export declare class SaveHotspotTagListResponseBody extends $tea.Model {
2600
- code?: number;
2601
- message?: string;
2602
- requestId?: string;
2603
- success?: boolean;
2604
- static names(): {
2605
- [key: string]: string;
2606
- };
2607
- static types(): {
2608
- [key: string]: any;
2609
- };
2610
- constructor(map?: {
2611
- [key: string]: any;
2612
- });
2613
- }
2614
- export declare class SaveHotspotTagListResponse extends $tea.Model {
2615
- headers: {
2616
- [key: string]: string;
2617
- };
2618
- statusCode: number;
2619
- body: SaveHotspotTagListResponseBody;
2620
- static names(): {
2621
- [key: string]: string;
2622
- };
2623
- static types(): {
2624
- [key: string]: any;
2625
- };
2626
- constructor(map?: {
2627
- [key: string]: any;
2628
- });
2629
- }
2630
- export declare class SaveMinimapRequest extends $tea.Model {
2631
- data?: string;
2632
- sceneId?: string;
2633
- static names(): {
2634
- [key: string]: string;
2635
- };
2636
- static types(): {
2637
- [key: string]: any;
2638
- };
2639
- constructor(map?: {
2640
- [key: string]: any;
2641
- });
2642
- }
2643
- export declare class SaveMinimapResponseBody extends $tea.Model {
2644
- code?: number;
2645
- message?: string;
2646
- requestId?: string;
2647
- success?: boolean;
2648
- static names(): {
2649
- [key: string]: string;
2650
- };
2651
- static types(): {
2652
- [key: string]: any;
2653
- };
2654
- constructor(map?: {
2655
- [key: string]: any;
2656
- });
2657
- }
2658
- export declare class SaveMinimapResponse extends $tea.Model {
2659
- headers: {
2660
- [key: string]: string;
2661
- };
2662
- statusCode: number;
2663
- body: SaveMinimapResponseBody;
2664
- static names(): {
2665
- [key: string]: string;
2666
- };
2667
- static types(): {
2668
- [key: string]: any;
2669
- };
2670
- constructor(map?: {
2671
- [key: string]: any;
2672
- });
2673
- }
2674
- export declare class SaveModelConfigRequest extends $tea.Model {
2675
- data?: string;
2676
- sceneId?: string;
2677
- static names(): {
2678
- [key: string]: string;
2679
- };
2680
- static types(): {
2681
- [key: string]: any;
2682
- };
2683
- constructor(map?: {
2684
- [key: string]: any;
2685
- });
2686
- }
2687
- export declare class SaveModelConfigResponseBody extends $tea.Model {
2688
- code?: number;
2689
- message?: string;
2690
- requestId?: string;
2691
- success?: boolean;
2692
- static names(): {
2693
- [key: string]: string;
2694
- };
2695
- static types(): {
2696
- [key: string]: any;
2697
- };
2698
- constructor(map?: {
2699
- [key: string]: any;
2700
- });
2701
- }
2702
- export declare class SaveModelConfigResponse extends $tea.Model {
2703
- headers: {
2704
- [key: string]: string;
2705
- };
2706
- statusCode: number;
2707
- body: SaveModelConfigResponseBody;
2708
- static names(): {
2709
- [key: string]: string;
2710
- };
2711
- static types(): {
2712
- [key: string]: any;
2713
- };
2714
- constructor(map?: {
2715
- [key: string]: any;
2716
- });
2717
- }
2718
- export declare class ScenePublishRequest extends $tea.Model {
2719
- sceneId?: string;
2720
- static names(): {
2721
- [key: string]: string;
2722
- };
2723
- static types(): {
2724
- [key: string]: any;
2725
- };
2726
- constructor(map?: {
2727
- [key: string]: any;
2728
- });
2729
- }
2730
- export declare class ScenePublishResponseBody extends $tea.Model {
2731
- code?: number;
2732
- message?: string;
2733
- previewUrl?: string;
2734
- requestId?: string;
2735
- success?: boolean;
2736
- static names(): {
2737
- [key: string]: string;
2738
- };
2739
- static types(): {
2740
- [key: string]: any;
2741
- };
2742
- constructor(map?: {
2743
- [key: string]: any;
2744
- });
2745
- }
2746
- export declare class ScenePublishResponse extends $tea.Model {
2747
- headers: {
2748
- [key: string]: string;
2749
- };
2750
- statusCode: number;
2751
- body: ScenePublishResponseBody;
2752
- static names(): {
2753
- [key: string]: string;
2754
- };
2755
- static types(): {
2756
- [key: string]: any;
2757
- };
2758
- constructor(map?: {
2759
- [key: string]: any;
2760
- });
2761
- }
2762
- export declare class TempPreviewRequest extends $tea.Model {
2763
- sceneId?: string;
2764
- static names(): {
2765
- [key: string]: string;
2766
- };
2767
- static types(): {
2768
- [key: string]: any;
2769
- };
2770
- constructor(map?: {
2771
- [key: string]: any;
2772
- });
2773
- }
2774
- export declare class TempPreviewResponseBody extends $tea.Model {
2775
- code?: number;
2776
- message?: string;
2777
- previewUrl?: string;
2778
- requestId?: string;
2779
- sceneId?: string;
2780
- success?: boolean;
2781
- static names(): {
2782
- [key: string]: string;
2783
- };
2784
- static types(): {
2785
- [key: string]: any;
2786
- };
2787
- constructor(map?: {
2788
- [key: string]: any;
2789
- });
2790
- }
2791
- export declare class TempPreviewResponse extends $tea.Model {
2792
- headers: {
2793
- [key: string]: string;
2794
- };
2795
- statusCode: number;
2796
- body: TempPreviewResponseBody;
2797
- static names(): {
2798
- [key: string]: string;
2799
- };
2800
- static types(): {
2801
- [key: string]: any;
2802
- };
2803
- constructor(map?: {
2804
- [key: string]: any;
2805
- });
2806
- }
2807
- export declare class TempPreviewStatusRequest extends $tea.Model {
2808
- sceneId?: string;
2809
- static names(): {
2810
- [key: string]: string;
2811
- };
2812
- static types(): {
2813
- [key: string]: any;
2814
- };
2815
- constructor(map?: {
2816
- [key: string]: any;
2817
- });
2818
- }
2819
- export declare class TempPreviewStatusResponseBody extends $tea.Model {
2820
- code?: number;
2821
- message?: string;
2822
- requestId?: string;
2823
- status?: string;
2824
- success?: boolean;
2825
- static names(): {
2826
- [key: string]: string;
2827
- };
2828
- static types(): {
2829
- [key: string]: any;
2830
- };
2831
- constructor(map?: {
2832
- [key: string]: any;
2833
- });
2834
- }
2835
- export declare class TempPreviewStatusResponse extends $tea.Model {
2836
- headers: {
2837
- [key: string]: string;
2838
- };
2839
- statusCode: number;
2840
- body: TempPreviewStatusResponseBody;
2841
- static names(): {
2842
- [key: string]: string;
2843
- };
2844
- static types(): {
2845
- [key: string]: any;
2846
- };
2847
- constructor(map?: {
2848
- [key: string]: any;
2849
- });
2850
- }
2851
- export declare class UpdateConnDataRequest extends $tea.Model {
2852
- connData?: string;
2853
- sceneId?: string;
2854
- static names(): {
2855
- [key: string]: string;
2856
- };
2857
- static types(): {
2858
- [key: string]: any;
2859
- };
2860
- constructor(map?: {
2861
- [key: string]: any;
2862
- });
2863
- }
2864
- export declare class UpdateConnDataResponseBody extends $tea.Model {
2865
- code?: number;
2866
- message?: string;
2867
- requestId?: string;
2868
- success?: boolean;
2869
- static names(): {
2870
- [key: string]: string;
2871
- };
2872
- static types(): {
2873
- [key: string]: any;
2874
- };
2875
- constructor(map?: {
2876
- [key: string]: any;
2877
- });
2878
- }
2879
- export declare class UpdateConnDataResponse extends $tea.Model {
2880
- headers: {
2881
- [key: string]: string;
2882
- };
2883
- statusCode: number;
2884
- body: UpdateConnDataResponseBody;
2885
- static names(): {
2886
- [key: string]: string;
2887
- };
2888
- static types(): {
2889
- [key: string]: any;
2890
- };
2891
- constructor(map?: {
2892
- [key: string]: any;
2893
- });
2894
- }
2895
- export declare class UpdateLayoutDataRequest extends $tea.Model {
2896
- layoutData?: string;
2897
- subSceneId?: string;
2898
- static names(): {
2899
- [key: string]: string;
2900
- };
2901
- static types(): {
2902
- [key: string]: any;
2903
- };
2904
- constructor(map?: {
2905
- [key: string]: any;
2906
- });
2907
- }
2908
- export declare class UpdateLayoutDataResponseBody extends $tea.Model {
2909
- code?: number;
2910
- message?: string;
2911
- requestId?: string;
2912
- success?: boolean;
2913
- static names(): {
2914
- [key: string]: string;
2915
- };
2916
- static types(): {
2917
- [key: string]: any;
2918
- };
2919
- constructor(map?: {
2920
- [key: string]: any;
2921
- });
2922
- }
2923
- export declare class UpdateLayoutDataResponse extends $tea.Model {
2924
- headers: {
2925
- [key: string]: string;
2926
- };
2927
- statusCode: number;
2928
- body: UpdateLayoutDataResponseBody;
2929
- static names(): {
2930
- [key: string]: string;
2931
- };
2932
- static types(): {
2933
- [key: string]: any;
2934
- };
2935
- constructor(map?: {
2936
- [key: string]: any;
2937
- });
2938
- }
2939
- export declare class UpdateProjectRequest extends $tea.Model {
2940
- businessId?: string;
2941
- id?: string;
2942
- name?: string;
2943
- static names(): {
2944
- [key: string]: string;
2945
- };
2946
- static types(): {
2947
- [key: string]: any;
2948
- };
2949
- constructor(map?: {
2950
- [key: string]: any;
2951
- });
2952
- }
2953
- export declare class UpdateProjectResponseBody extends $tea.Model {
2954
- code?: number;
2955
- message?: string;
2956
- requestId?: string;
2957
- success?: boolean;
2958
- static names(): {
2959
- [key: string]: string;
2960
- };
2961
- static types(): {
2962
- [key: string]: any;
2963
- };
2964
- constructor(map?: {
2965
- [key: string]: any;
2966
- });
2967
- }
2968
- export declare class UpdateProjectResponse extends $tea.Model {
2969
- headers: {
2970
- [key: string]: string;
2971
- };
2972
- statusCode: number;
2973
- body: UpdateProjectResponseBody;
2974
- static names(): {
2975
- [key: string]: string;
2976
- };
2977
- static types(): {
2978
- [key: string]: any;
2979
- };
2980
- constructor(map?: {
2981
- [key: string]: any;
2982
- });
2983
- }
2984
- export declare class UpdateSceneRequest extends $tea.Model {
2985
- id?: string;
2986
- name?: string;
2987
- static names(): {
2988
- [key: string]: string;
2989
- };
2990
- static types(): {
2991
- [key: string]: any;
2992
- };
2993
- constructor(map?: {
2994
- [key: string]: any;
2995
- });
2996
- }
2997
- export declare class UpdateSceneResponseBody extends $tea.Model {
2998
- code?: number;
2999
- message?: string;
3000
- requestId?: string;
3001
- success?: boolean;
3002
- static names(): {
3003
- [key: string]: string;
3004
- };
3005
- static types(): {
3006
- [key: string]: any;
3007
- };
3008
- constructor(map?: {
3009
- [key: string]: any;
3010
- });
3011
- }
3012
- export declare class UpdateSceneResponse extends $tea.Model {
3013
- headers: {
3014
- [key: string]: string;
3015
- };
3016
- statusCode: number;
3017
- body: UpdateSceneResponseBody;
3018
- static names(): {
3019
- [key: string]: string;
3020
- };
3021
- static types(): {
3022
- [key: string]: any;
3023
- };
3024
- constructor(map?: {
3025
- [key: string]: any;
3026
- });
3027
- }
3028
- export declare class UpdateSubSceneRequest extends $tea.Model {
3029
- id?: string;
3030
- name?: string;
3031
- viewPoint?: number[];
3032
- static names(): {
3033
- [key: string]: string;
3034
- };
3035
- static types(): {
3036
- [key: string]: any;
3037
- };
3038
- constructor(map?: {
3039
- [key: string]: any;
3040
- });
3041
- }
3042
- export declare class UpdateSubSceneShrinkRequest extends $tea.Model {
3043
- id?: string;
3044
- name?: string;
3045
- viewPointShrink?: string;
3046
- static names(): {
3047
- [key: string]: string;
3048
- };
3049
- static types(): {
3050
- [key: string]: any;
3051
- };
3052
- constructor(map?: {
3053
- [key: string]: any;
3054
- });
3055
- }
3056
- export declare class UpdateSubSceneResponseBody extends $tea.Model {
3057
- code?: number;
3058
- message?: string;
3059
- requestId?: string;
3060
- success?: boolean;
3061
- static names(): {
3062
- [key: string]: string;
3063
- };
3064
- static types(): {
3065
- [key: string]: any;
3066
- };
3067
- constructor(map?: {
3068
- [key: string]: any;
3069
- });
3070
- }
3071
- export declare class UpdateSubSceneResponse extends $tea.Model {
3072
- headers: {
3073
- [key: string]: string;
3074
- };
3075
- statusCode: number;
3076
- body: UpdateSubSceneResponseBody;
3077
- static names(): {
3078
- [key: string]: string;
3079
- };
3080
- static types(): {
3081
- [key: string]: any;
3082
- };
3083
- constructor(map?: {
3084
- [key: string]: any;
3085
- });
3086
- }
3087
- export declare class UpdateSubSceneSeqRequest extends $tea.Model {
3088
- sceneId?: string;
3089
- sortSubSceneIds?: string[];
3090
- static names(): {
3091
- [key: string]: string;
3092
- };
3093
- static types(): {
3094
- [key: string]: any;
3095
- };
3096
- constructor(map?: {
3097
- [key: string]: any;
3098
- });
3099
- }
3100
- export declare class UpdateSubSceneSeqShrinkRequest extends $tea.Model {
3101
- sceneId?: string;
3102
- sortSubSceneIdsShrink?: string;
3103
- static names(): {
3104
- [key: string]: string;
3105
- };
3106
- static types(): {
3107
- [key: string]: any;
3108
- };
3109
- constructor(map?: {
3110
- [key: string]: any;
3111
- });
3112
- }
3113
- export declare class UpdateSubSceneSeqResponseBody extends $tea.Model {
3114
- code?: number;
3115
- message?: string;
3116
- requestId?: string;
3117
- success?: boolean;
3118
- static names(): {
3119
- [key: string]: string;
3120
- };
3121
- static types(): {
3122
- [key: string]: any;
3123
- };
3124
- constructor(map?: {
3125
- [key: string]: any;
3126
- });
3127
- }
3128
- export declare class UpdateSubSceneSeqResponse extends $tea.Model {
3129
- headers: {
3130
- [key: string]: string;
3131
- };
3132
- statusCode: number;
3133
- body: UpdateSubSceneSeqResponseBody;
3134
- static names(): {
3135
- [key: string]: string;
3136
- };
3137
- static types(): {
3138
- [key: string]: any;
3139
- };
3140
- constructor(map?: {
3141
- [key: string]: any;
3142
- });
3143
- }
3144
- export declare class AddRoomPlanResponseBodyData extends $tea.Model {
3145
- accessId?: string;
3146
- callback?: string;
3147
- dir?: string;
3148
- expire?: string;
3149
- host?: string;
3150
- policy?: string;
3151
- signature?: string;
3152
- static names(): {
3153
- [key: string]: string;
3154
- };
3155
- static types(): {
3156
- [key: string]: any;
3157
- };
3158
- constructor(map?: {
3159
- [key: string]: any;
3160
- });
3161
- }
3162
- export declare class CopySceneResponseBodyData extends $tea.Model {
3163
- taskId?: string;
3164
- static names(): {
3165
- [key: string]: string;
3166
- };
3167
- static types(): {
3168
- [key: string]: any;
3169
- };
3170
- constructor(map?: {
3171
- [key: string]: any;
3172
- });
3173
- }
3174
- export declare class CreateUploadPolicyResponseBodyData extends $tea.Model {
3175
- accessId?: string;
3176
- callback?: string;
3177
- dir?: string;
3178
- expire?: string;
3179
- host?: string;
3180
- policy?: string;
3181
- signature?: string;
3182
- static names(): {
3183
- [key: string]: string;
3184
- };
3185
- static types(): {
3186
- [key: string]: any;
3187
- };
3188
- constructor(map?: {
3189
- [key: string]: any;
3190
- });
3191
- }
3192
- export declare class DetailSceneResponseBodyCaptures extends $tea.Model {
3193
- title?: string;
3194
- url?: string;
3195
- static names(): {
3196
- [key: string]: string;
3197
- };
3198
- static types(): {
3199
- [key: string]: any;
3200
- };
3201
- constructor(map?: {
3202
- [key: string]: any;
3203
- });
3204
- }
3205
- export declare class GetConnDataResponseBodyList extends $tea.Model {
3206
- id?: string;
3207
- mapId?: string;
3208
- type?: string;
3209
- static names(): {
3210
- [key: string]: string;
3211
- };
3212
- static types(): {
3213
- [key: string]: any;
3214
- };
3215
- constructor(map?: {
3216
- [key: string]: any;
3217
- });
3218
- }
3219
- export declare class GetCopySceneTaskStatusResponseBodyData extends $tea.Model {
3220
- progress?: number;
3221
- status?: string;
3222
- static names(): {
3223
- [key: string]: string;
3224
- };
3225
- static types(): {
3226
- [key: string]: any;
3227
- };
3228
- constructor(map?: {
3229
- [key: string]: any;
3230
- });
3231
- }
3232
- export declare class GetHotspotSceneDataResponseBodyData extends $tea.Model {
3233
- modelToken?: string;
3234
- previewData?: string;
3235
- previewToken?: string;
3236
- sceneType?: string;
3237
- static names(): {
3238
- [key: string]: string;
3239
- };
3240
- static types(): {
3241
- [key: string]: any;
3242
- };
3243
- constructor(map?: {
3244
- [key: string]: any;
3245
- });
3246
- }
3247
- export declare class GetPackSceneTaskStatusResponseBodyData extends $tea.Model {
3248
- progress?: number;
3249
- status?: string;
3250
- static names(): {
3251
- [key: string]: string;
3252
- };
3253
- static types(): {
3254
- [key: string]: any;
3255
- };
3256
- constructor(map?: {
3257
- [key: string]: any;
3258
- });
3259
- }
3260
- export declare class GetScenePackUrlResponseBodyData extends $tea.Model {
3261
- expire?: string;
3262
- url?: string;
3263
- valid?: boolean;
3264
- static names(): {
3265
- [key: string]: string;
3266
- };
3267
- static types(): {
3268
- [key: string]: any;
3269
- };
3270
- constructor(map?: {
3271
- [key: string]: any;
3272
- });
3273
- }
3274
- export declare class GetScenePreviewDataResponseBodyDataModelPanoListPosition extends $tea.Model {
3275
- rotation?: number[];
3276
- spot?: number[];
3277
- viewpoint?: number[];
3278
- static names(): {
3279
- [key: string]: string;
3280
- };
3281
- static types(): {
3282
- [key: string]: any;
3283
- };
3284
- constructor(map?: {
3285
- [key: string]: any;
3286
- });
3287
- }
3288
- export declare class GetScenePreviewDataResponseBodyDataModelPanoList extends $tea.Model {
3289
- curRoomPicList?: string[];
3290
- enabled?: boolean;
3291
- floorIdx?: string;
3292
- id?: string;
3293
- mainImage?: boolean;
3294
- neighbours?: string[];
3295
- position?: GetScenePreviewDataResponseBodyDataModelPanoListPosition;
3296
- rawName?: string;
3297
- resource?: string;
3298
- roomIdx?: string;
3299
- subSceneId?: string;
3300
- token?: string;
3301
- virtualId?: string;
3302
- virtualName?: string;
3303
- static names(): {
3304
- [key: string]: string;
3305
- };
3306
- static types(): {
3307
- [key: string]: any;
3308
- };
3309
- constructor(map?: {
3310
- [key: string]: any;
3311
- });
3312
- }
3313
- export declare class GetScenePreviewDataResponseBodyDataModel extends $tea.Model {
3314
- modelPath?: string;
3315
- panoList?: GetScenePreviewDataResponseBodyDataModelPanoList[];
3316
- textureModelPath?: string;
3317
- texturePanoPath?: string;
3318
- static names(): {
3319
- [key: string]: string;
3320
- };
3321
- static types(): {
3322
- [key: string]: any;
3323
- };
3324
- constructor(map?: {
3325
- [key: string]: any;
3326
- });
3327
- }
3328
- export declare class GetScenePreviewDataResponseBodyDataTagsConfigButtonConfig extends $tea.Model {
3329
- customText?: string;
3330
- type?: string;
3331
- static names(): {
3332
- [key: string]: string;
3333
- };
3334
- static types(): {
3335
- [key: string]: any;
3336
- };
3337
- constructor(map?: {
3338
- [key: string]: any;
3339
- });
3340
- }
3341
- export declare class GetScenePreviewDataResponseBodyDataTagsConfig extends $tea.Model {
3342
- backgroundColor?: string;
3343
- buttonConfig?: GetScenePreviewDataResponseBodyDataTagsConfigButtonConfig;
3344
- content?: string;
3345
- formImgSize?: number[];
3346
- formJumpType?: boolean;
3347
- formSelectImgType?: string;
3348
- images?: string[];
3349
- isTagVisibleBy3d?: boolean;
3350
- link?: string;
3351
- panoId?: string;
3352
- position?: number[];
3353
- positionPanoCube?: number[];
3354
- relatedPanoIds?: string[];
3355
- sceneId?: number;
3356
- title?: string;
3357
- video?: string;
3358
- static names(): {
3359
- [key: string]: string;
3360
- };
3361
- static types(): {
3362
- [key: string]: any;
3363
- };
3364
- constructor(map?: {
3365
- [key: string]: any;
3366
- });
3367
- }
3368
- export declare class GetScenePreviewDataResponseBodyDataTags extends $tea.Model {
3369
- config?: GetScenePreviewDataResponseBodyDataTagsConfig;
3370
- id?: string;
3371
- position?: number[];
3372
- positionPanoCube?: number[];
3373
- type?: string;
3374
- static names(): {
3375
- [key: string]: string;
3376
- };
3377
- static types(): {
3378
- [key: string]: any;
3379
- };
3380
- constructor(map?: {
3381
- [key: string]: any;
3382
- });
3383
- }
3384
- export declare class GetScenePreviewDataResponseBodyData extends $tea.Model {
3385
- model?: GetScenePreviewDataResponseBodyDataModel;
3386
- tags?: GetScenePreviewDataResponseBodyDataTags[];
3387
- static names(): {
3388
- [key: string]: string;
3389
- };
3390
- static types(): {
3391
- [key: string]: any;
3392
- };
3393
- constructor(map?: {
3394
- [key: string]: any;
3395
- });
3396
- }
3397
- export declare class GetScenePreviewInfoResponseBodyData extends $tea.Model {
3398
- modelPath?: string;
3399
- panoList?: string;
3400
- textureModelPath?: string;
3401
- texturePanoPath?: string;
3402
- static names(): {
3403
- [key: string]: string;
3404
- };
3405
- static types(): {
3406
- [key: string]: any;
3407
- };
3408
- constructor(map?: {
3409
- [key: string]: any;
3410
- });
3411
- }
3412
- export declare class GetScenePreviewResourceResponseBodyDataResourceDirectory extends $tea.Model {
3413
- hotspotTagConfig?: string;
3414
- modelConfig?: string;
3415
- orthomapConfig?: string;
3416
- rootPath?: string;
3417
- static names(): {
3418
- [key: string]: string;
3419
- };
3420
- static types(): {
3421
- [key: string]: any;
3422
- };
3423
- constructor(map?: {
3424
- [key: string]: any;
3425
- });
3426
- }
3427
- export declare class GetScenePreviewResourceResponseBodyData extends $tea.Model {
3428
- name?: string;
3429
- resourceDirectory?: GetScenePreviewResourceResponseBodyDataResourceDirectory;
3430
- version?: string;
3431
- static names(): {
3432
- [key: string]: string;
3433
- };
3434
- static types(): {
3435
- [key: string]: any;
3436
- };
3437
- constructor(map?: {
3438
- [key: string]: any;
3439
- });
3440
- }
3441
- export declare class GetSingleConnDataResponseBodyList extends $tea.Model {
3442
- id?: string;
3443
- mapId?: string;
3444
- type?: string;
3445
- static names(): {
3446
- [key: string]: string;
3447
- };
3448
- static types(): {
3449
- [key: string]: any;
3450
- };
3451
- constructor(map?: {
3452
- [key: string]: any;
3453
- });
3454
- }
3455
- export declare class GetSourcePackStatusResponseBodyData extends $tea.Model {
3456
- progress?: number;
3457
- status?: string;
3458
- static names(): {
3459
- [key: string]: string;
3460
- };
3461
- static types(): {
3462
- [key: string]: any;
3463
- };
3464
- constructor(map?: {
3465
- [key: string]: any;
3466
- });
3467
- }
3468
- export declare class GetSubSceneTaskStatusResponseBodyList extends $tea.Model {
3469
- errorCode?: string;
3470
- errorMsg?: string;
3471
- id?: string;
3472
- sceneId?: string;
3473
- status?: string;
3474
- subSceneId?: string;
3475
- type?: string;
3476
- static names(): {
3477
- [key: string]: string;
3478
- };
3479
- static types(): {
3480
- [key: string]: any;
3481
- };
3482
- constructor(map?: {
3483
- [key: string]: any;
3484
- });
3485
- }
3486
- export declare class ListProjectResponseBodyList extends $tea.Model {
3487
- businessId?: number;
3488
- businessName?: string;
3489
- createTime?: number;
3490
- id?: string;
3491
- modifiedTime?: number;
3492
- name?: string;
3493
- token?: string;
3494
- static names(): {
3495
- [key: string]: string;
3496
- };
3497
- static types(): {
3498
- [key: string]: any;
3499
- };
3500
- constructor(map?: {
3501
- [key: string]: any;
3502
- });
3503
- }
3504
- export declare class ListSceneResponseBodyList extends $tea.Model {
3505
- coverUrl?: string;
3506
- gmtCreate?: number;
3507
- gmtModified?: number;
3508
- id?: string;
3509
- name?: string;
3510
- previewToken?: string;
3511
- published?: boolean;
3512
- sourceNum?: number;
3513
- status?: string;
3514
- statusName?: string;
3515
- subSceneNum?: number;
3516
- type?: string;
3517
- static names(): {
3518
- [key: string]: string;
3519
- };
3520
- static types(): {
3521
- [key: string]: any;
3522
- };
3523
- constructor(map?: {
3524
- [key: string]: any;
3525
- });
3526
- }
3527
- export declare class ListSubSceneResponseBodyList extends $tea.Model {
3528
- baseImageUrl?: string;
3529
- coverUrl?: string;
3530
- cubemapPath?: string;
3531
- deleted?: boolean;
3532
- gmtCreate?: number;
3533
- gmtModified?: number;
3534
- id?: string;
3535
- layoutData?: string;
3536
- name?: string;
3537
- originUrl?: string;
3538
- resourceId?: string;
3539
- resourceName?: string;
3540
- status?: number;
3541
- type?: string;
3542
- url?: string;
3543
- static names(): {
3544
- [key: string]: string;
3545
- };
3546
- static types(): {
3547
- [key: string]: any;
3548
- };
3549
- constructor(map?: {
3550
- [key: string]: any;
3551
- });
3552
- }
3553
- export declare class PackSceneResponseBodyData extends $tea.Model {
3554
- taskId?: string;
3555
- static names(): {
3556
- [key: string]: string;
3557
- };
3558
- static types(): {
3559
- [key: string]: any;
3560
- };
3561
- constructor(map?: {
3562
- [key: string]: any;
3563
- });
3564
- }
3565
- export declare class PackSourceResponseBodyData extends $tea.Model {
3566
- taskId?: string;
3567
- static names(): {
3568
- [key: string]: string;
3569
- };
3570
- static types(): {
3571
- [key: string]: any;
3572
- };
3573
- constructor(map?: {
3574
- [key: string]: any;
3575
- });
3576
- }
1
+ import * as $dara from '@darabonba/typescript';
2
+ import OpenApi from '@alicloud/openapi-core';
3
+ import { $OpenApiUtil } from '@alicloud/openapi-core';
4
+ import * as $_model from './models/model';
5
+ export * from './models/model';
3577
6
  export default class Client extends OpenApi {
3578
- constructor(config: $OpenApi.Config);
7
+ constructor(config: $OpenApiUtil.Config);
3579
8
  getEndpoint(productId: string, regionId: string, endpointRule: string, network: string, suffix: string, endpointMap: {
3580
9
  [key: string]: string;
3581
10
  }, endpoint: string): string;
3582
- addHotspotFileWithOptions(request: AddHotspotFileRequest, runtime: $Util.RuntimeOptions): Promise<AddHotspotFileResponse>;
3583
- addHotspotFile(request: AddHotspotFileRequest): Promise<AddHotspotFileResponse>;
3584
- addMosaicsWithOptions(request: AddMosaicsRequest, runtime: $Util.RuntimeOptions): Promise<AddMosaicsResponse>;
3585
- addMosaics(request: AddMosaicsRequest): Promise<AddMosaicsResponse>;
3586
- addProjectWithOptions(request: AddProjectRequest, runtime: $Util.RuntimeOptions): Promise<AddProjectResponse>;
3587
- addProject(request: AddProjectRequest): Promise<AddProjectResponse>;
3588
- addRelativePositionWithOptions(request: AddRelativePositionRequest, runtime: $Util.RuntimeOptions): Promise<AddRelativePositionResponse>;
3589
- addRelativePosition(request: AddRelativePositionRequest): Promise<AddRelativePositionResponse>;
3590
- addRoomPlanWithOptions(request: AddRoomPlanRequest, runtime: $Util.RuntimeOptions): Promise<AddRoomPlanResponse>;
3591
- addRoomPlan(request: AddRoomPlanRequest): Promise<AddRoomPlanResponse>;
3592
- addSceneWithOptions(request: AddSceneRequest, runtime: $Util.RuntimeOptions): Promise<AddSceneResponse>;
3593
- addScene(request: AddSceneRequest): Promise<AddSceneResponse>;
3594
- addSubSceneWithOptions(request: AddSubSceneRequest, runtime: $Util.RuntimeOptions): Promise<AddSubSceneResponse>;
3595
- addSubScene(request: AddSubSceneRequest): Promise<AddSubSceneResponse>;
3596
- checkUserPropertyWithOptions(request: CheckUserPropertyRequest, runtime: $Util.RuntimeOptions): Promise<CheckUserPropertyResponse>;
3597
- checkUserProperty(request: CheckUserPropertyRequest): Promise<CheckUserPropertyResponse>;
3598
- copySceneWithOptions(request: CopySceneRequest, runtime: $Util.RuntimeOptions): Promise<CopySceneResponse>;
3599
- copyScene(request: CopySceneRequest): Promise<CopySceneResponse>;
3600
- createUploadPolicyWithOptions(request: CreateUploadPolicyRequest, runtime: $Util.RuntimeOptions): Promise<CreateUploadPolicyResponse>;
3601
- createUploadPolicy(request: CreateUploadPolicyRequest): Promise<CreateUploadPolicyResponse>;
3602
- detailProjectWithOptions(request: DetailProjectRequest, runtime: $Util.RuntimeOptions): Promise<DetailProjectResponse>;
3603
- detailProject(request: DetailProjectRequest): Promise<DetailProjectResponse>;
3604
- detailSceneWithOptions(request: DetailSceneRequest, runtime: $Util.RuntimeOptions): Promise<DetailSceneResponse>;
3605
- detailScene(request: DetailSceneRequest): Promise<DetailSceneResponse>;
3606
- detailSubSceneWithOptions(request: DetailSubSceneRequest, runtime: $Util.RuntimeOptions): Promise<DetailSubSceneResponse>;
3607
- detailSubScene(request: DetailSubSceneRequest): Promise<DetailSubSceneResponse>;
3608
- dropProjectWithOptions(request: DropProjectRequest, runtime: $Util.RuntimeOptions): Promise<DropProjectResponse>;
3609
- dropProject(request: DropProjectRequest): Promise<DropProjectResponse>;
3610
- dropSceneWithOptions(request: DropSceneRequest, runtime: $Util.RuntimeOptions): Promise<DropSceneResponse>;
3611
- dropScene(request: DropSceneRequest): Promise<DropSceneResponse>;
3612
- dropSubSceneWithOptions(request: DropSubSceneRequest, runtime: $Util.RuntimeOptions): Promise<DropSubSceneResponse>;
3613
- dropSubScene(request: DropSubSceneRequest): Promise<DropSubSceneResponse>;
3614
- getConnDataWithOptions(request: GetConnDataRequest, runtime: $Util.RuntimeOptions): Promise<GetConnDataResponse>;
3615
- getConnData(request: GetConnDataRequest): Promise<GetConnDataResponse>;
3616
- getCopySceneTaskStatusWithOptions(request: GetCopySceneTaskStatusRequest, runtime: $Util.RuntimeOptions): Promise<GetCopySceneTaskStatusResponse>;
3617
- getCopySceneTaskStatus(request: GetCopySceneTaskStatusRequest): Promise<GetCopySceneTaskStatusResponse>;
3618
- getHotspotConfigWithOptions(request: GetHotspotConfigRequest, runtime: $Util.RuntimeOptions): Promise<GetHotspotConfigResponse>;
3619
- getHotspotConfig(request: GetHotspotConfigRequest): Promise<GetHotspotConfigResponse>;
3620
- getHotspotSceneDataWithOptions(request: GetHotspotSceneDataRequest, runtime: $Util.RuntimeOptions): Promise<GetHotspotSceneDataResponse>;
3621
- getHotspotSceneData(request: GetHotspotSceneDataRequest): Promise<GetHotspotSceneDataResponse>;
3622
- getHotspotTagWithOptions(request: GetHotspotTagRequest, runtime: $Util.RuntimeOptions): Promise<GetHotspotTagResponse>;
3623
- getHotspotTag(request: GetHotspotTagRequest): Promise<GetHotspotTagResponse>;
3624
- getLayoutDataWithOptions(request: GetLayoutDataRequest, runtime: $Util.RuntimeOptions): Promise<GetLayoutDataResponse>;
3625
- getLayoutData(request: GetLayoutDataRequest): Promise<GetLayoutDataResponse>;
3626
- getOriginLayoutDataWithOptions(request: GetOriginLayoutDataRequest, runtime: $Util.RuntimeOptions): Promise<GetOriginLayoutDataResponse>;
3627
- getOriginLayoutData(request: GetOriginLayoutDataRequest): Promise<GetOriginLayoutDataResponse>;
3628
- getOssPolicyWithOptions(request: GetOssPolicyRequest, runtime: $Util.RuntimeOptions): Promise<GetOssPolicyResponse>;
3629
- getOssPolicy(request: GetOssPolicyRequest): Promise<GetOssPolicyResponse>;
3630
- getPackSceneTaskStatusWithOptions(request: GetPackSceneTaskStatusRequest, runtime: $Util.RuntimeOptions): Promise<GetPackSceneTaskStatusResponse>;
3631
- getPackSceneTaskStatus(request: GetPackSceneTaskStatusRequest): Promise<GetPackSceneTaskStatusResponse>;
3632
- getRectifyImageWithOptions(request: GetRectifyImageRequest, runtime: $Util.RuntimeOptions): Promise<GetRectifyImageResponse>;
3633
- getRectifyImage(request: GetRectifyImageRequest): Promise<GetRectifyImageResponse>;
3634
- getSceneBuildTaskStatusWithOptions(request: GetSceneBuildTaskStatusRequest, runtime: $Util.RuntimeOptions): Promise<GetSceneBuildTaskStatusResponse>;
3635
- getSceneBuildTaskStatus(request: GetSceneBuildTaskStatusRequest): Promise<GetSceneBuildTaskStatusResponse>;
3636
- getScenePackUrlWithOptions(request: GetScenePackUrlRequest, runtime: $Util.RuntimeOptions): Promise<GetScenePackUrlResponse>;
3637
- getScenePackUrl(request: GetScenePackUrlRequest): Promise<GetScenePackUrlResponse>;
3638
- getScenePreviewDataWithOptions(request: GetScenePreviewDataRequest, runtime: $Util.RuntimeOptions): Promise<GetScenePreviewDataResponse>;
3639
- getScenePreviewData(request: GetScenePreviewDataRequest): Promise<GetScenePreviewDataResponse>;
3640
- getScenePreviewInfoWithOptions(request: GetScenePreviewInfoRequest, runtime: $Util.RuntimeOptions): Promise<GetScenePreviewInfoResponse>;
3641
- getScenePreviewInfo(request: GetScenePreviewInfoRequest): Promise<GetScenePreviewInfoResponse>;
3642
- getScenePreviewResourceWithOptions(request: GetScenePreviewResourceRequest, runtime: $Util.RuntimeOptions): Promise<GetScenePreviewResourceResponse>;
3643
- getScenePreviewResource(request: GetScenePreviewResourceRequest): Promise<GetScenePreviewResourceResponse>;
3644
- getSingleConnDataWithOptions(request: GetSingleConnDataRequest, runtime: $Util.RuntimeOptions): Promise<GetSingleConnDataResponse>;
3645
- getSingleConnData(request: GetSingleConnDataRequest): Promise<GetSingleConnDataResponse>;
3646
- getSourcePackStatusWithOptions(request: GetSourcePackStatusRequest, runtime: $Util.RuntimeOptions): Promise<GetSourcePackStatusResponse>;
3647
- getSourcePackStatus(request: GetSourcePackStatusRequest): Promise<GetSourcePackStatusResponse>;
3648
- getSubSceneTaskStatusWithOptions(request: GetSubSceneTaskStatusRequest, runtime: $Util.RuntimeOptions): Promise<GetSubSceneTaskStatusResponse>;
3649
- getSubSceneTaskStatus(request: GetSubSceneTaskStatusRequest): Promise<GetSubSceneTaskStatusResponse>;
3650
- getTaskStatusWithOptions(request: GetTaskStatusRequest, runtime: $Util.RuntimeOptions): Promise<GetTaskStatusResponse>;
3651
- getTaskStatus(request: GetTaskStatusRequest): Promise<GetTaskStatusResponse>;
3652
- getWindowConfigWithOptions(request: GetWindowConfigRequest, runtime: $Util.RuntimeOptions): Promise<GetWindowConfigResponse>;
3653
- getWindowConfig(request: GetWindowConfigRequest): Promise<GetWindowConfigResponse>;
3654
- labelBuildWithOptions(request: LabelBuildRequest, runtime: $Util.RuntimeOptions): Promise<LabelBuildResponse>;
3655
- labelBuild(request: LabelBuildRequest): Promise<LabelBuildResponse>;
3656
- linkImageWithOptions(request: LinkImageRequest, runtime: $Util.RuntimeOptions): Promise<LinkImageResponse>;
3657
- linkImage(request: LinkImageRequest): Promise<LinkImageResponse>;
3658
- listProjectWithOptions(request: ListProjectRequest, runtime: $Util.RuntimeOptions): Promise<ListProjectResponse>;
3659
- listProject(request: ListProjectRequest): Promise<ListProjectResponse>;
3660
- listSceneWithOptions(request: ListSceneRequest, runtime: $Util.RuntimeOptions): Promise<ListSceneResponse>;
3661
- listScene(request: ListSceneRequest): Promise<ListSceneResponse>;
3662
- listSubSceneWithOptions(request: ListSubSceneRequest, runtime: $Util.RuntimeOptions): Promise<ListSubSceneResponse>;
3663
- listSubScene(request: ListSubSceneRequest): Promise<ListSubSceneResponse>;
3664
- optimizeRightAngleWithOptions(request: OptimizeRightAngleRequest, runtime: $Util.RuntimeOptions): Promise<OptimizeRightAngleResponse>;
3665
- optimizeRightAngle(request: OptimizeRightAngleRequest): Promise<OptimizeRightAngleResponse>;
3666
- packSceneWithOptions(request: PackSceneRequest, runtime: $Util.RuntimeOptions): Promise<PackSceneResponse>;
3667
- packScene(request: PackSceneRequest): Promise<PackSceneResponse>;
3668
- packSourceWithOptions(request: PackSourceRequest, runtime: $Util.RuntimeOptions): Promise<PackSourceResponse>;
3669
- packSource(request: PackSourceRequest): Promise<PackSourceResponse>;
3670
- predImageWithOptions(request: PredImageRequest, runtime: $Util.RuntimeOptions): Promise<PredImageResponse>;
3671
- predImage(request: PredImageRequest): Promise<PredImageResponse>;
3672
- predictionWallLineWithOptions(request: PredictionWallLineRequest, runtime: $Util.RuntimeOptions): Promise<PredictionWallLineResponse>;
3673
- predictionWallLine(request: PredictionWallLineRequest): Promise<PredictionWallLineResponse>;
3674
- publishHotspotWithOptions(request: PublishHotspotRequest, runtime: $Util.RuntimeOptions): Promise<PublishHotspotResponse>;
3675
- publishHotspot(request: PublishHotspotRequest): Promise<PublishHotspotResponse>;
3676
- publishHotspotConfigWithOptions(request: PublishHotspotConfigRequest, runtime: $Util.RuntimeOptions): Promise<PublishHotspotConfigResponse>;
3677
- publishHotspotConfig(request: PublishHotspotConfigRequest): Promise<PublishHotspotConfigResponse>;
3678
- publishSceneWithOptions(request: PublishSceneRequest, runtime: $Util.RuntimeOptions): Promise<PublishSceneResponse>;
3679
- publishScene(request: PublishSceneRequest): Promise<PublishSceneResponse>;
3680
- publishStatusWithOptions(request: PublishStatusRequest, runtime: $Util.RuntimeOptions): Promise<PublishStatusResponse>;
3681
- publishStatus(request: PublishStatusRequest): Promise<PublishStatusResponse>;
3682
- recoveryOriginImageWithOptions(request: RecoveryOriginImageRequest, runtime: $Util.RuntimeOptions): Promise<RecoveryOriginImageResponse>;
3683
- recoveryOriginImage(request: RecoveryOriginImageRequest): Promise<RecoveryOriginImageResponse>;
3684
- rectVerticalWithOptions(request: RectVerticalRequest, runtime: $Util.RuntimeOptions): Promise<RectVerticalResponse>;
3685
- rectVertical(request: RectVerticalRequest): Promise<RectVerticalResponse>;
3686
- rectifyImageWithOptions(request: RectifyImageRequest, runtime: $Util.RuntimeOptions): Promise<RectifyImageResponse>;
3687
- rectifyImage(request: RectifyImageRequest): Promise<RectifyImageResponse>;
3688
- rollbackSubSceneWithOptions(request: RollbackSubSceneRequest, runtime: $Util.RuntimeOptions): Promise<RollbackSubSceneResponse>;
3689
- rollbackSubScene(request: RollbackSubSceneRequest): Promise<RollbackSubSceneResponse>;
3690
- saveHotspotConfigWithOptions(request: SaveHotspotConfigRequest, runtime: $Util.RuntimeOptions): Promise<SaveHotspotConfigResponse>;
3691
- saveHotspotConfig(request: SaveHotspotConfigRequest): Promise<SaveHotspotConfigResponse>;
3692
- saveHotspotTagWithOptions(request: SaveHotspotTagRequest, runtime: $Util.RuntimeOptions): Promise<SaveHotspotTagResponse>;
3693
- saveHotspotTag(request: SaveHotspotTagRequest): Promise<SaveHotspotTagResponse>;
3694
- saveHotspotTagListWithOptions(request: SaveHotspotTagListRequest, runtime: $Util.RuntimeOptions): Promise<SaveHotspotTagListResponse>;
3695
- saveHotspotTagList(request: SaveHotspotTagListRequest): Promise<SaveHotspotTagListResponse>;
3696
- saveMinimapWithOptions(request: SaveMinimapRequest, runtime: $Util.RuntimeOptions): Promise<SaveMinimapResponse>;
3697
- saveMinimap(request: SaveMinimapRequest): Promise<SaveMinimapResponse>;
3698
- saveModelConfigWithOptions(request: SaveModelConfigRequest, runtime: $Util.RuntimeOptions): Promise<SaveModelConfigResponse>;
3699
- saveModelConfig(request: SaveModelConfigRequest): Promise<SaveModelConfigResponse>;
3700
- scenePublishWithOptions(request: ScenePublishRequest, runtime: $Util.RuntimeOptions): Promise<ScenePublishResponse>;
3701
- scenePublish(request: ScenePublishRequest): Promise<ScenePublishResponse>;
3702
- tempPreviewWithOptions(request: TempPreviewRequest, runtime: $Util.RuntimeOptions): Promise<TempPreviewResponse>;
3703
- tempPreview(request: TempPreviewRequest): Promise<TempPreviewResponse>;
3704
- tempPreviewStatusWithOptions(request: TempPreviewStatusRequest, runtime: $Util.RuntimeOptions): Promise<TempPreviewStatusResponse>;
3705
- tempPreviewStatus(request: TempPreviewStatusRequest): Promise<TempPreviewStatusResponse>;
3706
- updateConnDataWithOptions(request: UpdateConnDataRequest, runtime: $Util.RuntimeOptions): Promise<UpdateConnDataResponse>;
3707
- updateConnData(request: UpdateConnDataRequest): Promise<UpdateConnDataResponse>;
3708
- updateLayoutDataWithOptions(request: UpdateLayoutDataRequest, runtime: $Util.RuntimeOptions): Promise<UpdateLayoutDataResponse>;
3709
- updateLayoutData(request: UpdateLayoutDataRequest): Promise<UpdateLayoutDataResponse>;
3710
- updateProjectWithOptions(request: UpdateProjectRequest, runtime: $Util.RuntimeOptions): Promise<UpdateProjectResponse>;
3711
- updateProject(request: UpdateProjectRequest): Promise<UpdateProjectResponse>;
3712
- updateSceneWithOptions(request: UpdateSceneRequest, runtime: $Util.RuntimeOptions): Promise<UpdateSceneResponse>;
3713
- updateScene(request: UpdateSceneRequest): Promise<UpdateSceneResponse>;
3714
- updateSubSceneWithOptions(tmpReq: UpdateSubSceneRequest, runtime: $Util.RuntimeOptions): Promise<UpdateSubSceneResponse>;
3715
- updateSubScene(request: UpdateSubSceneRequest): Promise<UpdateSubSceneResponse>;
3716
- updateSubSceneSeqWithOptions(tmpReq: UpdateSubSceneSeqRequest, runtime: $Util.RuntimeOptions): Promise<UpdateSubSceneSeqResponse>;
3717
- updateSubSceneSeq(request: UpdateSubSceneSeqRequest): Promise<UpdateSubSceneSeqResponse>;
11
+ /**
12
+ * 保存模型文件
13
+ *
14
+ * @param request - AddHotspotFileRequest
15
+ * @param runtime - runtime options for this request RuntimeOptions
16
+ * @returns AddHotspotFileResponse
17
+ */
18
+ addHotspotFileWithOptions(request: $_model.AddHotspotFileRequest, runtime: $dara.RuntimeOptions): Promise<$_model.AddHotspotFileResponse>;
19
+ /**
20
+ * 保存模型文件
21
+ *
22
+ * @param request - AddHotspotFileRequest
23
+ * @returns AddHotspotFileResponse
24
+ */
25
+ addHotspotFile(request: $_model.AddHotspotFileRequest): Promise<$_model.AddHotspotFileResponse>;
26
+ /**
27
+ * 打马赛克
28
+ *
29
+ * @param request - AddMosaicsRequest
30
+ * @param runtime - runtime options for this request RuntimeOptions
31
+ * @returns AddMosaicsResponse
32
+ */
33
+ addMosaicsWithOptions(request: $_model.AddMosaicsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.AddMosaicsResponse>;
34
+ /**
35
+ * 打马赛克
36
+ *
37
+ * @param request - AddMosaicsRequest
38
+ * @returns AddMosaicsResponse
39
+ */
40
+ addMosaics(request: $_model.AddMosaicsRequest): Promise<$_model.AddMosaicsResponse>;
41
+ /**
42
+ * 添加项目
43
+ *
44
+ * @param request - AddProjectRequest
45
+ * @param runtime - runtime options for this request RuntimeOptions
46
+ * @returns AddProjectResponse
47
+ */
48
+ addProjectWithOptions(request: $_model.AddProjectRequest, runtime: $dara.RuntimeOptions): Promise<$_model.AddProjectResponse>;
49
+ /**
50
+ * 添加项目
51
+ *
52
+ * @param request - AddProjectRequest
53
+ * @returns AddProjectResponse
54
+ */
55
+ addProject(request: $_model.AddProjectRequest): Promise<$_model.AddProjectResponse>;
56
+ /**
57
+ * 添加相对位置
58
+ *
59
+ * @deprecated OpenAPI AddRelativePosition is deprecated
60
+ *
61
+ * @param request - AddRelativePositionRequest
62
+ * @param runtime - runtime options for this request RuntimeOptions
63
+ * @returns AddRelativePositionResponse
64
+ */
65
+ addRelativePositionWithOptions(request: $_model.AddRelativePositionRequest, runtime: $dara.RuntimeOptions): Promise<$_model.AddRelativePositionResponse>;
66
+ /**
67
+ * 添加相对位置
68
+ *
69
+ * @deprecated OpenAPI AddRelativePosition is deprecated
70
+ *
71
+ * @param request - AddRelativePositionRequest
72
+ * @returns AddRelativePositionResponse
73
+ */
74
+ addRelativePosition(request: $_model.AddRelativePositionRequest): Promise<$_model.AddRelativePositionResponse>;
75
+ /**
76
+ * 移动端添加rooms.json
77
+ *
78
+ * @param request - AddRoomPlanRequest
79
+ * @param runtime - runtime options for this request RuntimeOptions
80
+ * @returns AddRoomPlanResponse
81
+ */
82
+ addRoomPlanWithOptions(request: $_model.AddRoomPlanRequest, runtime: $dara.RuntimeOptions): Promise<$_model.AddRoomPlanResponse>;
83
+ /**
84
+ * 移动端添加rooms.json
85
+ *
86
+ * @param request - AddRoomPlanRequest
87
+ * @returns AddRoomPlanResponse
88
+ */
89
+ addRoomPlan(request: $_model.AddRoomPlanRequest): Promise<$_model.AddRoomPlanResponse>;
90
+ /**
91
+ * 添加主场景
92
+ *
93
+ * @param request - AddSceneRequest
94
+ * @param runtime - runtime options for this request RuntimeOptions
95
+ * @returns AddSceneResponse
96
+ */
97
+ addSceneWithOptions(request: $_model.AddSceneRequest, runtime: $dara.RuntimeOptions): Promise<$_model.AddSceneResponse>;
98
+ /**
99
+ * 添加主场景
100
+ *
101
+ * @param request - AddSceneRequest
102
+ * @returns AddSceneResponse
103
+ */
104
+ addScene(request: $_model.AddSceneRequest): Promise<$_model.AddSceneResponse>;
105
+ /**
106
+ * 创建子场景
107
+ *
108
+ * @param request - AddSubSceneRequest
109
+ * @param runtime - runtime options for this request RuntimeOptions
110
+ * @returns AddSubSceneResponse
111
+ */
112
+ addSubSceneWithOptions(request: $_model.AddSubSceneRequest, runtime: $dara.RuntimeOptions): Promise<$_model.AddSubSceneResponse>;
113
+ /**
114
+ * 创建子场景
115
+ *
116
+ * @param request - AddSubSceneRequest
117
+ * @returns AddSubSceneResponse
118
+ */
119
+ addSubScene(request: $_model.AddSubSceneRequest): Promise<$_model.AddSubSceneResponse>;
120
+ /**
121
+ * 检查指定uid用户属性
122
+ *
123
+ * @param request - CheckUserPropertyRequest
124
+ * @param runtime - runtime options for this request RuntimeOptions
125
+ * @returns CheckUserPropertyResponse
126
+ */
127
+ checkUserPropertyWithOptions(request: $_model.CheckUserPropertyRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CheckUserPropertyResponse>;
128
+ /**
129
+ * 检查指定uid用户属性
130
+ *
131
+ * @param request - CheckUserPropertyRequest
132
+ * @returns CheckUserPropertyResponse
133
+ */
134
+ checkUserProperty(request: $_model.CheckUserPropertyRequest): Promise<$_model.CheckUserPropertyResponse>;
135
+ /**
136
+ * 复制主场景
137
+ *
138
+ * @param request - CopySceneRequest
139
+ * @param runtime - runtime options for this request RuntimeOptions
140
+ * @returns CopySceneResponse
141
+ */
142
+ copySceneWithOptions(request: $_model.CopySceneRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CopySceneResponse>;
143
+ /**
144
+ * 复制主场景
145
+ *
146
+ * @param request - CopySceneRequest
147
+ * @returns CopySceneResponse
148
+ */
149
+ copyScene(request: $_model.CopySceneRequest): Promise<$_model.CopySceneResponse>;
150
+ /**
151
+ * 获取OSS授权
152
+ *
153
+ * @param request - CreateUploadPolicyRequest
154
+ * @param runtime - runtime options for this request RuntimeOptions
155
+ * @returns CreateUploadPolicyResponse
156
+ */
157
+ createUploadPolicyWithOptions(request: $_model.CreateUploadPolicyRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreateUploadPolicyResponse>;
158
+ /**
159
+ * 获取OSS授权
160
+ *
161
+ * @param request - CreateUploadPolicyRequest
162
+ * @returns CreateUploadPolicyResponse
163
+ */
164
+ createUploadPolicy(request: $_model.CreateUploadPolicyRequest): Promise<$_model.CreateUploadPolicyResponse>;
165
+ /**
166
+ * 查询项目详情
167
+ *
168
+ * @param request - DetailProjectRequest
169
+ * @param runtime - runtime options for this request RuntimeOptions
170
+ * @returns DetailProjectResponse
171
+ */
172
+ detailProjectWithOptions(request: $_model.DetailProjectRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DetailProjectResponse>;
173
+ /**
174
+ * 查询项目详情
175
+ *
176
+ * @param request - DetailProjectRequest
177
+ * @returns DetailProjectResponse
178
+ */
179
+ detailProject(request: $_model.DetailProjectRequest): Promise<$_model.DetailProjectResponse>;
180
+ /**
181
+ * 主场景详细
182
+ *
183
+ * @param request - DetailSceneRequest
184
+ * @param runtime - runtime options for this request RuntimeOptions
185
+ * @returns DetailSceneResponse
186
+ */
187
+ detailSceneWithOptions(request: $_model.DetailSceneRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DetailSceneResponse>;
188
+ /**
189
+ * 主场景详细
190
+ *
191
+ * @param request - DetailSceneRequest
192
+ * @returns DetailSceneResponse
193
+ */
194
+ detailScene(request: $_model.DetailSceneRequest): Promise<$_model.DetailSceneResponse>;
195
+ /**
196
+ * 查询子场景详情
197
+ *
198
+ * @param request - DetailSubSceneRequest
199
+ * @param runtime - runtime options for this request RuntimeOptions
200
+ * @returns DetailSubSceneResponse
201
+ */
202
+ detailSubSceneWithOptions(request: $_model.DetailSubSceneRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DetailSubSceneResponse>;
203
+ /**
204
+ * 查询子场景详情
205
+ *
206
+ * @param request - DetailSubSceneRequest
207
+ * @returns DetailSubSceneResponse
208
+ */
209
+ detailSubScene(request: $_model.DetailSubSceneRequest): Promise<$_model.DetailSubSceneResponse>;
210
+ /**
211
+ * 删除项目
212
+ *
213
+ * @param request - DropProjectRequest
214
+ * @param runtime - runtime options for this request RuntimeOptions
215
+ * @returns DropProjectResponse
216
+ */
217
+ dropProjectWithOptions(request: $_model.DropProjectRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DropProjectResponse>;
218
+ /**
219
+ * 删除项目
220
+ *
221
+ * @param request - DropProjectRequest
222
+ * @returns DropProjectResponse
223
+ */
224
+ dropProject(request: $_model.DropProjectRequest): Promise<$_model.DropProjectResponse>;
225
+ /**
226
+ * 删除主场景
227
+ *
228
+ * @param request - DropSceneRequest
229
+ * @param runtime - runtime options for this request RuntimeOptions
230
+ * @returns DropSceneResponse
231
+ */
232
+ dropSceneWithOptions(request: $_model.DropSceneRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DropSceneResponse>;
233
+ /**
234
+ * 删除主场景
235
+ *
236
+ * @param request - DropSceneRequest
237
+ * @returns DropSceneResponse
238
+ */
239
+ dropScene(request: $_model.DropSceneRequest): Promise<$_model.DropSceneResponse>;
240
+ /**
241
+ * 删除子场景
242
+ *
243
+ * @param request - DropSubSceneRequest
244
+ * @param runtime - runtime options for this request RuntimeOptions
245
+ * @returns DropSubSceneResponse
246
+ */
247
+ dropSubSceneWithOptions(request: $_model.DropSubSceneRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DropSubSceneResponse>;
248
+ /**
249
+ * 删除子场景
250
+ *
251
+ * @param request - DropSubSceneRequest
252
+ * @returns DropSubSceneResponse
253
+ */
254
+ dropSubScene(request: $_model.DropSubSceneRequest): Promise<$_model.DropSubSceneResponse>;
255
+ /**
256
+ * 查询关联数据
257
+ *
258
+ * @param request - GetConnDataRequest
259
+ * @param runtime - runtime options for this request RuntimeOptions
260
+ * @returns GetConnDataResponse
261
+ */
262
+ getConnDataWithOptions(request: $_model.GetConnDataRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetConnDataResponse>;
263
+ /**
264
+ * 查询关联数据
265
+ *
266
+ * @param request - GetConnDataRequest
267
+ * @returns GetConnDataResponse
268
+ */
269
+ getConnData(request: $_model.GetConnDataRequest): Promise<$_model.GetConnDataResponse>;
270
+ /**
271
+ * 复制场景任务状态查询
272
+ *
273
+ * @param request - GetCopySceneTaskStatusRequest
274
+ * @param runtime - runtime options for this request RuntimeOptions
275
+ * @returns GetCopySceneTaskStatusResponse
276
+ */
277
+ getCopySceneTaskStatusWithOptions(request: $_model.GetCopySceneTaskStatusRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetCopySceneTaskStatusResponse>;
278
+ /**
279
+ * 复制场景任务状态查询
280
+ *
281
+ * @param request - GetCopySceneTaskStatusRequest
282
+ * @returns GetCopySceneTaskStatusResponse
283
+ */
284
+ getCopySceneTaskStatus(request: $_model.GetCopySceneTaskStatusRequest): Promise<$_model.GetCopySceneTaskStatusResponse>;
285
+ /**
286
+ * @param request - GetHotspotConfigRequest
287
+ * @param runtime - runtime options for this request RuntimeOptions
288
+ * @returns GetHotspotConfigResponse
289
+ */
290
+ getHotspotConfigWithOptions(request: $_model.GetHotspotConfigRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetHotspotConfigResponse>;
291
+ /**
292
+ * @param request - GetHotspotConfigRequest
293
+ * @returns GetHotspotConfigResponse
294
+ */
295
+ getHotspotConfig(request: $_model.GetHotspotConfigRequest): Promise<$_model.GetHotspotConfigResponse>;
296
+ /**
297
+ * 查询后处理场景信息
298
+ *
299
+ * @param request - GetHotspotSceneDataRequest
300
+ * @param runtime - runtime options for this request RuntimeOptions
301
+ * @returns GetHotspotSceneDataResponse
302
+ */
303
+ getHotspotSceneDataWithOptions(request: $_model.GetHotspotSceneDataRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetHotspotSceneDataResponse>;
304
+ /**
305
+ * 查询后处理场景信息
306
+ *
307
+ * @param request - GetHotspotSceneDataRequest
308
+ * @returns GetHotspotSceneDataResponse
309
+ */
310
+ getHotspotSceneData(request: $_model.GetHotspotSceneDataRequest): Promise<$_model.GetHotspotSceneDataResponse>;
311
+ /**
312
+ * @param request - GetHotspotTagRequest
313
+ * @param runtime - runtime options for this request RuntimeOptions
314
+ * @returns GetHotspotTagResponse
315
+ */
316
+ getHotspotTagWithOptions(request: $_model.GetHotspotTagRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetHotspotTagResponse>;
317
+ /**
318
+ * @param request - GetHotspotTagRequest
319
+ * @returns GetHotspotTagResponse
320
+ */
321
+ getHotspotTag(request: $_model.GetHotspotTagRequest): Promise<$_model.GetHotspotTagResponse>;
322
+ /**
323
+ * 获取标注数据
324
+ *
325
+ * @param request - GetLayoutDataRequest
326
+ * @param runtime - runtime options for this request RuntimeOptions
327
+ * @returns GetLayoutDataResponse
328
+ */
329
+ getLayoutDataWithOptions(request: $_model.GetLayoutDataRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetLayoutDataResponse>;
330
+ /**
331
+ * 获取标注数据
332
+ *
333
+ * @param request - GetLayoutDataRequest
334
+ * @returns GetLayoutDataResponse
335
+ */
336
+ getLayoutData(request: $_model.GetLayoutDataRequest): Promise<$_model.GetLayoutDataResponse>;
337
+ /**
338
+ * 获取算法自动标注数据
339
+ *
340
+ * @param request - GetOriginLayoutDataRequest
341
+ * @param runtime - runtime options for this request RuntimeOptions
342
+ * @returns GetOriginLayoutDataResponse
343
+ */
344
+ getOriginLayoutDataWithOptions(request: $_model.GetOriginLayoutDataRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetOriginLayoutDataResponse>;
345
+ /**
346
+ * 获取算法自动标注数据
347
+ *
348
+ * @param request - GetOriginLayoutDataRequest
349
+ * @returns GetOriginLayoutDataResponse
350
+ */
351
+ getOriginLayoutData(request: $_model.GetOriginLayoutDataRequest): Promise<$_model.GetOriginLayoutDataResponse>;
352
+ /**
353
+ * 获取OSS授权
354
+ *
355
+ * @param request - GetOssPolicyRequest
356
+ * @param runtime - runtime options for this request RuntimeOptions
357
+ * @returns GetOssPolicyResponse
358
+ */
359
+ getOssPolicyWithOptions(request: $_model.GetOssPolicyRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetOssPolicyResponse>;
360
+ /**
361
+ * 获取OSS授权
362
+ *
363
+ * @param request - GetOssPolicyRequest
364
+ * @returns GetOssPolicyResponse
365
+ */
366
+ getOssPolicy(request: $_model.GetOssPolicyRequest): Promise<$_model.GetOssPolicyResponse>;
367
+ /**
368
+ * 打包场景任务状态查询
369
+ *
370
+ * @param request - GetPackSceneTaskStatusRequest
371
+ * @param runtime - runtime options for this request RuntimeOptions
372
+ * @returns GetPackSceneTaskStatusResponse
373
+ */
374
+ getPackSceneTaskStatusWithOptions(request: $_model.GetPackSceneTaskStatusRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetPackSceneTaskStatusResponse>;
375
+ /**
376
+ * 打包场景任务状态查询
377
+ *
378
+ * @param request - GetPackSceneTaskStatusRequest
379
+ * @returns GetPackSceneTaskStatusResponse
380
+ */
381
+ getPackSceneTaskStatus(request: $_model.GetPackSceneTaskStatusRequest): Promise<$_model.GetPackSceneTaskStatusResponse>;
382
+ /**
383
+ * 查询矫正后图片
384
+ *
385
+ * @param request - GetRectifyImageRequest
386
+ * @param runtime - runtime options for this request RuntimeOptions
387
+ * @returns GetRectifyImageResponse
388
+ */
389
+ getRectifyImageWithOptions(request: $_model.GetRectifyImageRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetRectifyImageResponse>;
390
+ /**
391
+ * 查询矫正后图片
392
+ *
393
+ * @param request - GetRectifyImageRequest
394
+ * @returns GetRectifyImageResponse
395
+ */
396
+ getRectifyImage(request: $_model.GetRectifyImageRequest): Promise<$_model.GetRectifyImageResponse>;
397
+ /**
398
+ * 查看场景下重建任务
399
+ *
400
+ * @param request - GetSceneBuildTaskStatusRequest
401
+ * @param runtime - runtime options for this request RuntimeOptions
402
+ * @returns GetSceneBuildTaskStatusResponse
403
+ */
404
+ getSceneBuildTaskStatusWithOptions(request: $_model.GetSceneBuildTaskStatusRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetSceneBuildTaskStatusResponse>;
405
+ /**
406
+ * 查看场景下重建任务
407
+ *
408
+ * @param request - GetSceneBuildTaskStatusRequest
409
+ * @returns GetSceneBuildTaskStatusResponse
410
+ */
411
+ getSceneBuildTaskStatus(request: $_model.GetSceneBuildTaskStatusRequest): Promise<$_model.GetSceneBuildTaskStatusResponse>;
412
+ /**
413
+ * 获取场景的打包地址
414
+ *
415
+ * @param request - GetScenePackUrlRequest
416
+ * @param runtime - runtime options for this request RuntimeOptions
417
+ * @returns GetScenePackUrlResponse
418
+ */
419
+ getScenePackUrlWithOptions(request: $_model.GetScenePackUrlRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetScenePackUrlResponse>;
420
+ /**
421
+ * 获取场景的打包地址
422
+ *
423
+ * @param request - GetScenePackUrlRequest
424
+ * @returns GetScenePackUrlResponse
425
+ */
426
+ getScenePackUrl(request: $_model.GetScenePackUrlRequest): Promise<$_model.GetScenePackUrlResponse>;
427
+ /**
428
+ * 查询模型数据
429
+ *
430
+ * @param request - GetScenePreviewDataRequest
431
+ * @param runtime - runtime options for this request RuntimeOptions
432
+ * @returns GetScenePreviewDataResponse
433
+ */
434
+ getScenePreviewDataWithOptions(request: $_model.GetScenePreviewDataRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetScenePreviewDataResponse>;
435
+ /**
436
+ * 查询模型数据
437
+ *
438
+ * @param request - GetScenePreviewDataRequest
439
+ * @returns GetScenePreviewDataResponse
440
+ */
441
+ getScenePreviewData(request: $_model.GetScenePreviewDataRequest): Promise<$_model.GetScenePreviewDataResponse>;
442
+ /**
443
+ * 查询模型预览信息
444
+ *
445
+ * @param request - GetScenePreviewInfoRequest
446
+ * @param runtime - runtime options for this request RuntimeOptions
447
+ * @returns GetScenePreviewInfoResponse
448
+ */
449
+ getScenePreviewInfoWithOptions(request: $_model.GetScenePreviewInfoRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetScenePreviewInfoResponse>;
450
+ /**
451
+ * 查询模型预览信息
452
+ *
453
+ * @param request - GetScenePreviewInfoRequest
454
+ * @returns GetScenePreviewInfoResponse
455
+ */
456
+ getScenePreviewInfo(request: $_model.GetScenePreviewInfoRequest): Promise<$_model.GetScenePreviewInfoResponse>;
457
+ /**
458
+ * 获取模型预览数据
459
+ *
460
+ * @param request - GetScenePreviewResourceRequest
461
+ * @param runtime - runtime options for this request RuntimeOptions
462
+ * @returns GetScenePreviewResourceResponse
463
+ */
464
+ getScenePreviewResourceWithOptions(request: $_model.GetScenePreviewResourceRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetScenePreviewResourceResponse>;
465
+ /**
466
+ * 获取模型预览数据
467
+ *
468
+ * @param request - GetScenePreviewResourceRequest
469
+ * @returns GetScenePreviewResourceResponse
470
+ */
471
+ getScenePreviewResource(request: $_model.GetScenePreviewResourceRequest): Promise<$_model.GetScenePreviewResourceResponse>;
472
+ /**
473
+ * 查询单场景关联数据
474
+ *
475
+ * @param request - GetSingleConnDataRequest
476
+ * @param runtime - runtime options for this request RuntimeOptions
477
+ * @returns GetSingleConnDataResponse
478
+ */
479
+ getSingleConnDataWithOptions(request: $_model.GetSingleConnDataRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetSingleConnDataResponse>;
480
+ /**
481
+ * 查询单场景关联数据
482
+ *
483
+ * @param request - GetSingleConnDataRequest
484
+ * @returns GetSingleConnDataResponse
485
+ */
486
+ getSingleConnData(request: $_model.GetSingleConnDataRequest): Promise<$_model.GetSingleConnDataResponse>;
487
+ /**
488
+ * 打包58数据状态检查
489
+ *
490
+ * @param request - GetSourcePackStatusRequest
491
+ * @param runtime - runtime options for this request RuntimeOptions
492
+ * @returns GetSourcePackStatusResponse
493
+ */
494
+ getSourcePackStatusWithOptions(request: $_model.GetSourcePackStatusRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetSourcePackStatusResponse>;
495
+ /**
496
+ * 打包58数据状态检查
497
+ *
498
+ * @param request - GetSourcePackStatusRequest
499
+ * @returns GetSourcePackStatusResponse
500
+ */
501
+ getSourcePackStatus(request: $_model.GetSourcePackStatusRequest): Promise<$_model.GetSourcePackStatusResponse>;
502
+ /**
503
+ * 查看子场景下预处理及切图任务
504
+ *
505
+ * @param request - GetSubSceneTaskStatusRequest
506
+ * @param runtime - runtime options for this request RuntimeOptions
507
+ * @returns GetSubSceneTaskStatusResponse
508
+ */
509
+ getSubSceneTaskStatusWithOptions(request: $_model.GetSubSceneTaskStatusRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetSubSceneTaskStatusResponse>;
510
+ /**
511
+ * 查看子场景下预处理及切图任务
512
+ *
513
+ * @param request - GetSubSceneTaskStatusRequest
514
+ * @returns GetSubSceneTaskStatusResponse
515
+ */
516
+ getSubSceneTaskStatus(request: $_model.GetSubSceneTaskStatusRequest): Promise<$_model.GetSubSceneTaskStatusResponse>;
517
+ /**
518
+ * 查看任务状态
519
+ *
520
+ * @param request - GetTaskStatusRequest
521
+ * @param runtime - runtime options for this request RuntimeOptions
522
+ * @returns GetTaskStatusResponse
523
+ */
524
+ getTaskStatusWithOptions(request: $_model.GetTaskStatusRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetTaskStatusResponse>;
525
+ /**
526
+ * 查看任务状态
527
+ *
528
+ * @param request - GetTaskStatusRequest
529
+ * @returns GetTaskStatusResponse
530
+ */
531
+ getTaskStatus(request: $_model.GetTaskStatusRequest): Promise<$_model.GetTaskStatusResponse>;
532
+ /**
533
+ * @param request - GetWindowConfigRequest
534
+ * @param runtime - runtime options for this request RuntimeOptions
535
+ * @returns GetWindowConfigResponse
536
+ */
537
+ getWindowConfigWithOptions(request: $_model.GetWindowConfigRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetWindowConfigResponse>;
538
+ /**
539
+ * @param request - GetWindowConfigRequest
540
+ * @returns GetWindowConfigResponse
541
+ */
542
+ getWindowConfig(request: $_model.GetWindowConfigRequest): Promise<$_model.GetWindowConfigResponse>;
543
+ /**
544
+ * 重建
545
+ *
546
+ * @param request - LabelBuildRequest
547
+ * @param runtime - runtime options for this request RuntimeOptions
548
+ * @returns LabelBuildResponse
549
+ */
550
+ labelBuildWithOptions(request: $_model.LabelBuildRequest, runtime: $dara.RuntimeOptions): Promise<$_model.LabelBuildResponse>;
551
+ /**
552
+ * 重建
553
+ *
554
+ * @param request - LabelBuildRequest
555
+ * @returns LabelBuildResponse
556
+ */
557
+ labelBuild(request: $_model.LabelBuildRequest): Promise<$_model.LabelBuildResponse>;
558
+ /**
559
+ * 关联图片
560
+ *
561
+ * @param request - LinkImageRequest
562
+ * @param runtime - runtime options for this request RuntimeOptions
563
+ * @returns LinkImageResponse
564
+ */
565
+ linkImageWithOptions(request: $_model.LinkImageRequest, runtime: $dara.RuntimeOptions): Promise<$_model.LinkImageResponse>;
566
+ /**
567
+ * 关联图片
568
+ *
569
+ * @param request - LinkImageRequest
570
+ * @returns LinkImageResponse
571
+ */
572
+ linkImage(request: $_model.LinkImageRequest): Promise<$_model.LinkImageResponse>;
573
+ /**
574
+ * 分页查询项目列表
575
+ *
576
+ * @param request - ListProjectRequest
577
+ * @param runtime - runtime options for this request RuntimeOptions
578
+ * @returns ListProjectResponse
579
+ */
580
+ listProjectWithOptions(request: $_model.ListProjectRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListProjectResponse>;
581
+ /**
582
+ * 分页查询项目列表
583
+ *
584
+ * @param request - ListProjectRequest
585
+ * @returns ListProjectResponse
586
+ */
587
+ listProject(request: $_model.ListProjectRequest): Promise<$_model.ListProjectResponse>;
588
+ /**
589
+ * 分页查询主场景列表
590
+ *
591
+ * @param request - ListSceneRequest
592
+ * @param runtime - runtime options for this request RuntimeOptions
593
+ * @returns ListSceneResponse
594
+ */
595
+ listSceneWithOptions(request: $_model.ListSceneRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListSceneResponse>;
596
+ /**
597
+ * 分页查询主场景列表
598
+ *
599
+ * @param request - ListSceneRequest
600
+ * @returns ListSceneResponse
601
+ */
602
+ listScene(request: $_model.ListSceneRequest): Promise<$_model.ListSceneResponse>;
603
+ /**
604
+ * 查询子场景列表
605
+ *
606
+ * @param request - ListSubSceneRequest
607
+ * @param runtime - runtime options for this request RuntimeOptions
608
+ * @returns ListSubSceneResponse
609
+ */
610
+ listSubSceneWithOptions(request: $_model.ListSubSceneRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListSubSceneResponse>;
611
+ /**
612
+ * 查询子场景列表
613
+ *
614
+ * @param request - ListSubSceneRequest
615
+ * @returns ListSubSceneResponse
616
+ */
617
+ listSubScene(request: $_model.ListSubSceneRequest): Promise<$_model.ListSubSceneResponse>;
618
+ /**
619
+ * 直角优化
620
+ *
621
+ * @param request - OptimizeRightAngleRequest
622
+ * @param runtime - runtime options for this request RuntimeOptions
623
+ * @returns OptimizeRightAngleResponse
624
+ */
625
+ optimizeRightAngleWithOptions(request: $_model.OptimizeRightAngleRequest, runtime: $dara.RuntimeOptions): Promise<$_model.OptimizeRightAngleResponse>;
626
+ /**
627
+ * 直角优化
628
+ *
629
+ * @param request - OptimizeRightAngleRequest
630
+ * @returns OptimizeRightAngleResponse
631
+ */
632
+ optimizeRightAngle(request: $_model.OptimizeRightAngleRequest): Promise<$_model.OptimizeRightAngleResponse>;
633
+ /**
634
+ * 打包场景
635
+ *
636
+ * @param request - PackSceneRequest
637
+ * @param runtime - runtime options for this request RuntimeOptions
638
+ * @returns PackSceneResponse
639
+ */
640
+ packSceneWithOptions(request: $_model.PackSceneRequest, runtime: $dara.RuntimeOptions): Promise<$_model.PackSceneResponse>;
641
+ /**
642
+ * 打包场景
643
+ *
644
+ * @param request - PackSceneRequest
645
+ * @returns PackSceneResponse
646
+ */
647
+ packScene(request: $_model.PackSceneRequest): Promise<$_model.PackSceneResponse>;
648
+ /**
649
+ * 打包场景
650
+ *
651
+ * @param request - PackSourceRequest
652
+ * @param runtime - runtime options for this request RuntimeOptions
653
+ * @returns PackSourceResponse
654
+ */
655
+ packSourceWithOptions(request: $_model.PackSourceRequest, runtime: $dara.RuntimeOptions): Promise<$_model.PackSourceResponse>;
656
+ /**
657
+ * 打包场景
658
+ *
659
+ * @param request - PackSourceRequest
660
+ * @returns PackSourceResponse
661
+ */
662
+ packSource(request: $_model.PackSourceRequest): Promise<$_model.PackSourceResponse>;
663
+ /**
664
+ * 预处理
665
+ *
666
+ * @param request - PredImageRequest
667
+ * @param runtime - runtime options for this request RuntimeOptions
668
+ * @returns PredImageResponse
669
+ */
670
+ predImageWithOptions(request: $_model.PredImageRequest, runtime: $dara.RuntimeOptions): Promise<$_model.PredImageResponse>;
671
+ /**
672
+ * 预处理
673
+ *
674
+ * @param request - PredImageRequest
675
+ * @returns PredImageResponse
676
+ */
677
+ predImage(request: $_model.PredImageRequest): Promise<$_model.PredImageResponse>;
678
+ /**
679
+ * 墙线预测
680
+ *
681
+ * @param request - PredictionWallLineRequest
682
+ * @param runtime - runtime options for this request RuntimeOptions
683
+ * @returns PredictionWallLineResponse
684
+ */
685
+ predictionWallLineWithOptions(request: $_model.PredictionWallLineRequest, runtime: $dara.RuntimeOptions): Promise<$_model.PredictionWallLineResponse>;
686
+ /**
687
+ * 墙线预测
688
+ *
689
+ * @param request - PredictionWallLineRequest
690
+ * @returns PredictionWallLineResponse
691
+ */
692
+ predictionWallLine(request: $_model.PredictionWallLineRequest): Promise<$_model.PredictionWallLineResponse>;
693
+ /**
694
+ * @param request - PublishHotspotRequest
695
+ * @param runtime - runtime options for this request RuntimeOptions
696
+ * @returns PublishHotspotResponse
697
+ */
698
+ publishHotspotWithOptions(request: $_model.PublishHotspotRequest, runtime: $dara.RuntimeOptions): Promise<$_model.PublishHotspotResponse>;
699
+ /**
700
+ * @param request - PublishHotspotRequest
701
+ * @returns PublishHotspotResponse
702
+ */
703
+ publishHotspot(request: $_model.PublishHotspotRequest): Promise<$_model.PublishHotspotResponse>;
704
+ /**
705
+ * 保存扩展配置
706
+ *
707
+ * @param request - PublishHotspotConfigRequest
708
+ * @param runtime - runtime options for this request RuntimeOptions
709
+ * @returns PublishHotspotConfigResponse
710
+ */
711
+ publishHotspotConfigWithOptions(request: $_model.PublishHotspotConfigRequest, runtime: $dara.RuntimeOptions): Promise<$_model.PublishHotspotConfigResponse>;
712
+ /**
713
+ * 保存扩展配置
714
+ *
715
+ * @param request - PublishHotspotConfigRequest
716
+ * @returns PublishHotspotConfigResponse
717
+ */
718
+ publishHotspotConfig(request: $_model.PublishHotspotConfigRequest): Promise<$_model.PublishHotspotConfigResponse>;
719
+ /**
720
+ * 发布
721
+ *
722
+ * @param request - PublishSceneRequest
723
+ * @param runtime - runtime options for this request RuntimeOptions
724
+ * @returns PublishSceneResponse
725
+ */
726
+ publishSceneWithOptions(request: $_model.PublishSceneRequest, runtime: $dara.RuntimeOptions): Promise<$_model.PublishSceneResponse>;
727
+ /**
728
+ * 发布
729
+ *
730
+ * @param request - PublishSceneRequest
731
+ * @returns PublishSceneResponse
732
+ */
733
+ publishScene(request: $_model.PublishSceneRequest): Promise<$_model.PublishSceneResponse>;
734
+ /**
735
+ * 发布
736
+ *
737
+ * @param request - PublishStatusRequest
738
+ * @param runtime - runtime options for this request RuntimeOptions
739
+ * @returns PublishStatusResponse
740
+ */
741
+ publishStatusWithOptions(request: $_model.PublishStatusRequest, runtime: $dara.RuntimeOptions): Promise<$_model.PublishStatusResponse>;
742
+ /**
743
+ * 发布
744
+ *
745
+ * @param request - PublishStatusRequest
746
+ * @returns PublishStatusResponse
747
+ */
748
+ publishStatus(request: $_model.PublishStatusRequest): Promise<$_model.PublishStatusResponse>;
749
+ /**
750
+ * 恢复原图
751
+ *
752
+ * @param request - RecoveryOriginImageRequest
753
+ * @param runtime - runtime options for this request RuntimeOptions
754
+ * @returns RecoveryOriginImageResponse
755
+ */
756
+ recoveryOriginImageWithOptions(request: $_model.RecoveryOriginImageRequest, runtime: $dara.RuntimeOptions): Promise<$_model.RecoveryOriginImageResponse>;
757
+ /**
758
+ * 恢复原图
759
+ *
760
+ * @param request - RecoveryOriginImageRequest
761
+ * @returns RecoveryOriginImageResponse
762
+ */
763
+ recoveryOriginImage(request: $_model.RecoveryOriginImageRequest): Promise<$_model.RecoveryOriginImageResponse>;
764
+ /**
765
+ * 手动矫正
766
+ *
767
+ * @param request - RectVerticalRequest
768
+ * @param runtime - runtime options for this request RuntimeOptions
769
+ * @returns RectVerticalResponse
770
+ */
771
+ rectVerticalWithOptions(request: $_model.RectVerticalRequest, runtime: $dara.RuntimeOptions): Promise<$_model.RectVerticalResponse>;
772
+ /**
773
+ * 手动矫正
774
+ *
775
+ * @param request - RectVerticalRequest
776
+ * @returns RectVerticalResponse
777
+ */
778
+ rectVertical(request: $_model.RectVerticalRequest): Promise<$_model.RectVerticalResponse>;
779
+ /**
780
+ * 图片矫正
781
+ *
782
+ * @param request - RectifyImageRequest
783
+ * @param runtime - runtime options for this request RuntimeOptions
784
+ * @returns RectifyImageResponse
785
+ */
786
+ rectifyImageWithOptions(request: $_model.RectifyImageRequest, runtime: $dara.RuntimeOptions): Promise<$_model.RectifyImageResponse>;
787
+ /**
788
+ * 图片矫正
789
+ *
790
+ * @param request - RectifyImageRequest
791
+ * @returns RectifyImageResponse
792
+ */
793
+ rectifyImage(request: $_model.RectifyImageRequest): Promise<$_model.RectifyImageResponse>;
794
+ /**
795
+ * 恢复子场景
796
+ *
797
+ * @param request - RollbackSubSceneRequest
798
+ * @param runtime - runtime options for this request RuntimeOptions
799
+ * @returns RollbackSubSceneResponse
800
+ */
801
+ rollbackSubSceneWithOptions(request: $_model.RollbackSubSceneRequest, runtime: $dara.RuntimeOptions): Promise<$_model.RollbackSubSceneResponse>;
802
+ /**
803
+ * 恢复子场景
804
+ *
805
+ * @param request - RollbackSubSceneRequest
806
+ * @returns RollbackSubSceneResponse
807
+ */
808
+ rollbackSubScene(request: $_model.RollbackSubSceneRequest): Promise<$_model.RollbackSubSceneResponse>;
809
+ /**
810
+ * @param request - SaveHotspotConfigRequest
811
+ * @param runtime - runtime options for this request RuntimeOptions
812
+ * @returns SaveHotspotConfigResponse
813
+ */
814
+ saveHotspotConfigWithOptions(request: $_model.SaveHotspotConfigRequest, runtime: $dara.RuntimeOptions): Promise<$_model.SaveHotspotConfigResponse>;
815
+ /**
816
+ * @param request - SaveHotspotConfigRequest
817
+ * @returns SaveHotspotConfigResponse
818
+ */
819
+ saveHotspotConfig(request: $_model.SaveHotspotConfigRequest): Promise<$_model.SaveHotspotConfigResponse>;
820
+ /**
821
+ * @param request - SaveHotspotTagRequest
822
+ * @param runtime - runtime options for this request RuntimeOptions
823
+ * @returns SaveHotspotTagResponse
824
+ */
825
+ saveHotspotTagWithOptions(request: $_model.SaveHotspotTagRequest, runtime: $dara.RuntimeOptions): Promise<$_model.SaveHotspotTagResponse>;
826
+ /**
827
+ * @param request - SaveHotspotTagRequest
828
+ * @returns SaveHotspotTagResponse
829
+ */
830
+ saveHotspotTag(request: $_model.SaveHotspotTagRequest): Promise<$_model.SaveHotspotTagResponse>;
831
+ /**
832
+ * 保存热点
833
+ *
834
+ * @param request - SaveHotspotTagListRequest
835
+ * @param runtime - runtime options for this request RuntimeOptions
836
+ * @returns SaveHotspotTagListResponse
837
+ */
838
+ saveHotspotTagListWithOptions(request: $_model.SaveHotspotTagListRequest, runtime: $dara.RuntimeOptions): Promise<$_model.SaveHotspotTagListResponse>;
839
+ /**
840
+ * 保存热点
841
+ *
842
+ * @param request - SaveHotspotTagListRequest
843
+ * @returns SaveHotspotTagListResponse
844
+ */
845
+ saveHotspotTagList(request: $_model.SaveHotspotTagListRequest): Promise<$_model.SaveHotspotTagListResponse>;
846
+ /**
847
+ * 保存小地图数据
848
+ *
849
+ * @param request - SaveMinimapRequest
850
+ * @param runtime - runtime options for this request RuntimeOptions
851
+ * @returns SaveMinimapResponse
852
+ */
853
+ saveMinimapWithOptions(request: $_model.SaveMinimapRequest, runtime: $dara.RuntimeOptions): Promise<$_model.SaveMinimapResponse>;
854
+ /**
855
+ * 保存小地图数据
856
+ *
857
+ * @param request - SaveMinimapRequest
858
+ * @returns SaveMinimapResponse
859
+ */
860
+ saveMinimap(request: $_model.SaveMinimapRequest): Promise<$_model.SaveMinimapResponse>;
861
+ /**
862
+ * 保存模型文件
863
+ *
864
+ * @param request - SaveModelConfigRequest
865
+ * @param runtime - runtime options for this request RuntimeOptions
866
+ * @returns SaveModelConfigResponse
867
+ */
868
+ saveModelConfigWithOptions(request: $_model.SaveModelConfigRequest, runtime: $dara.RuntimeOptions): Promise<$_model.SaveModelConfigResponse>;
869
+ /**
870
+ * 保存模型文件
871
+ *
872
+ * @param request - SaveModelConfigRequest
873
+ * @returns SaveModelConfigResponse
874
+ */
875
+ saveModelConfig(request: $_model.SaveModelConfigRequest): Promise<$_model.SaveModelConfigResponse>;
876
+ /**
877
+ * 发布
878
+ *
879
+ * @param request - ScenePublishRequest
880
+ * @param runtime - runtime options for this request RuntimeOptions
881
+ * @returns ScenePublishResponse
882
+ */
883
+ scenePublishWithOptions(request: $_model.ScenePublishRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ScenePublishResponse>;
884
+ /**
885
+ * 发布
886
+ *
887
+ * @param request - ScenePublishRequest
888
+ * @returns ScenePublishResponse
889
+ */
890
+ scenePublish(request: $_model.ScenePublishRequest): Promise<$_model.ScenePublishResponse>;
891
+ /**
892
+ * 预览
893
+ *
894
+ * @param request - TempPreviewRequest
895
+ * @param runtime - runtime options for this request RuntimeOptions
896
+ * @returns TempPreviewResponse
897
+ */
898
+ tempPreviewWithOptions(request: $_model.TempPreviewRequest, runtime: $dara.RuntimeOptions): Promise<$_model.TempPreviewResponse>;
899
+ /**
900
+ * 预览
901
+ *
902
+ * @param request - TempPreviewRequest
903
+ * @returns TempPreviewResponse
904
+ */
905
+ tempPreview(request: $_model.TempPreviewRequest): Promise<$_model.TempPreviewResponse>;
906
+ /**
907
+ * 查询预览任务处理状态
908
+ *
909
+ * @param request - TempPreviewStatusRequest
910
+ * @param runtime - runtime options for this request RuntimeOptions
911
+ * @returns TempPreviewStatusResponse
912
+ */
913
+ tempPreviewStatusWithOptions(request: $_model.TempPreviewStatusRequest, runtime: $dara.RuntimeOptions): Promise<$_model.TempPreviewStatusResponse>;
914
+ /**
915
+ * 查询预览任务处理状态
916
+ *
917
+ * @param request - TempPreviewStatusRequest
918
+ * @returns TempPreviewStatusResponse
919
+ */
920
+ tempPreviewStatus(request: $_model.TempPreviewStatusRequest): Promise<$_model.TempPreviewStatusResponse>;
921
+ /**
922
+ * 更新关联数据
923
+ *
924
+ * @param request - UpdateConnDataRequest
925
+ * @param runtime - runtime options for this request RuntimeOptions
926
+ * @returns UpdateConnDataResponse
927
+ */
928
+ updateConnDataWithOptions(request: $_model.UpdateConnDataRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateConnDataResponse>;
929
+ /**
930
+ * 更新关联数据
931
+ *
932
+ * @param request - UpdateConnDataRequest
933
+ * @returns UpdateConnDataResponse
934
+ */
935
+ updateConnData(request: $_model.UpdateConnDataRequest): Promise<$_model.UpdateConnDataResponse>;
936
+ /**
937
+ * 更新标注数据
938
+ *
939
+ * @param request - UpdateLayoutDataRequest
940
+ * @param runtime - runtime options for this request RuntimeOptions
941
+ * @returns UpdateLayoutDataResponse
942
+ */
943
+ updateLayoutDataWithOptions(request: $_model.UpdateLayoutDataRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateLayoutDataResponse>;
944
+ /**
945
+ * 更新标注数据
946
+ *
947
+ * @param request - UpdateLayoutDataRequest
948
+ * @returns UpdateLayoutDataResponse
949
+ */
950
+ updateLayoutData(request: $_model.UpdateLayoutDataRequest): Promise<$_model.UpdateLayoutDataResponse>;
951
+ /**
952
+ * 变更项目信息
953
+ *
954
+ * @param request - UpdateProjectRequest
955
+ * @param runtime - runtime options for this request RuntimeOptions
956
+ * @returns UpdateProjectResponse
957
+ */
958
+ updateProjectWithOptions(request: $_model.UpdateProjectRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateProjectResponse>;
959
+ /**
960
+ * 变更项目信息
961
+ *
962
+ * @param request - UpdateProjectRequest
963
+ * @returns UpdateProjectResponse
964
+ */
965
+ updateProject(request: $_model.UpdateProjectRequest): Promise<$_model.UpdateProjectResponse>;
966
+ /**
967
+ * 更新主场景
968
+ *
969
+ * @param request - UpdateSceneRequest
970
+ * @param runtime - runtime options for this request RuntimeOptions
971
+ * @returns UpdateSceneResponse
972
+ */
973
+ updateSceneWithOptions(request: $_model.UpdateSceneRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateSceneResponse>;
974
+ /**
975
+ * 更新主场景
976
+ *
977
+ * @param request - UpdateSceneRequest
978
+ * @returns UpdateSceneResponse
979
+ */
980
+ updateScene(request: $_model.UpdateSceneRequest): Promise<$_model.UpdateSceneResponse>;
981
+ /**
982
+ * 更新子场景
983
+ *
984
+ * @param tmpReq - UpdateSubSceneRequest
985
+ * @param runtime - runtime options for this request RuntimeOptions
986
+ * @returns UpdateSubSceneResponse
987
+ */
988
+ updateSubSceneWithOptions(tmpReq: $_model.UpdateSubSceneRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateSubSceneResponse>;
989
+ /**
990
+ * 更新子场景
991
+ *
992
+ * @param request - UpdateSubSceneRequest
993
+ * @returns UpdateSubSceneResponse
994
+ */
995
+ updateSubScene(request: $_model.UpdateSubSceneRequest): Promise<$_model.UpdateSubSceneResponse>;
996
+ /**
997
+ * 更新子场景顺序
998
+ *
999
+ * @param tmpReq - UpdateSubSceneSeqRequest
1000
+ * @param runtime - runtime options for this request RuntimeOptions
1001
+ * @returns UpdateSubSceneSeqResponse
1002
+ */
1003
+ updateSubSceneSeqWithOptions(tmpReq: $_model.UpdateSubSceneSeqRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateSubSceneSeqResponse>;
1004
+ /**
1005
+ * 更新子场景顺序
1006
+ *
1007
+ * @param request - UpdateSubSceneSeqRequest
1008
+ * @returns UpdateSubSceneSeqResponse
1009
+ */
1010
+ updateSubSceneSeq(request: $_model.UpdateSubSceneSeqRequest): Promise<$_model.UpdateSubSceneSeqResponse>;
3718
1011
  }