File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @alicloud/threedvision20210131" ,
3- "version" : " 1.0.5 " ,
3+ "version" : " 1.0.6 " ,
44 "description" : " " ,
55 "main" : " dist/client.js" ,
66 "scripts" : {
2525 "@alicloud/openplatform20191219" : " 2.0.0" ,
2626 "@alicloud/oss-util" : " 0.0.1" ,
2727 "@alicloud/tea-fileform" : " ^1.0.0" ,
28- "@alicloud/openapi-client" : " ^0.4.1 " ,
28+ "@alicloud/openapi-client" : " ^0.4.3 " ,
2929 "@alicloud/openapi-util" : " ^0.2.9" ,
3030 "@alicloud/endpoint-util" : " ^0.0.1"
3131 },
Original file line number Diff line number Diff line change @@ -458,17 +458,20 @@ export class ReconstructThreeDMultiViewAdvanceRequest extends $tea.Model {
458458
459459export class ReconstructThreeDMultiViewResponseBody extends $tea . Model {
460460 data ?: ReconstructThreeDMultiViewResponseBodyData ;
461+ message ?: string ;
461462 requestId ?: string ;
462463 static names ( ) : { [ key : string ] : string } {
463464 return {
464465 data : 'Data' ,
466+ message : 'Message' ,
465467 requestId : 'RequestId' ,
466468 } ;
467469 }
468470
469471 static types ( ) : { [ key : string ] : any } {
470472 return {
471473 data : ReconstructThreeDMultiViewResponseBodyData ,
474+ message : 'string' ,
472475 requestId : 'string' ,
473476 } ;
474477 }
You can’t perform that action at this time.
0 commit comments