Skip to content

Commit a17dfc4

Browse files
committed
Release EstimateMonocularVideoDepth.
1 parent b410138 commit a17dfc4

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

threedvision-20210131/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alicloud/threedvision20210131",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "",
55
"main": "dist/client.js",
66
"scripts": {
@@ -25,7 +25,7 @@
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
},

threedvision-20210131/src/client.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -458,17 +458,20 @@ export class ReconstructThreeDMultiViewAdvanceRequest extends $tea.Model {
458458

459459
export 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
}

0 commit comments

Comments
 (0)