Skip to content

Commit 2eb646e

Browse files
committed
fix(cubesql): Add missing pub CubeMetaNestedFolder in cube client
1 parent f1dff82 commit 2eb646e

File tree

1 file changed

+1
-0
lines changed
  • rust/cubesql/cubesql/src/transport

1 file changed

+1
-0
lines changed

rust/cubesql/cubesql/src/transport/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ pub type CubeMetaMeasure = cubeclient::models::V1CubeMetaMeasure;
1010
pub type CubeMetaSegment = cubeclient::models::V1CubeMetaSegment;
1111
pub type CubeMetaJoin = cubeclient::models::V1CubeMetaJoin;
1212
pub type CubeMetaFolder = cubeclient::models::V1CubeMetaFolder;
13+
pub type CubeMetaNestedFolder = cubeclient::models::V1CubeMetaNestedFolder;
1314
pub type CubeMetaHierarchy = cubeclient::models::V1CubeMetaHierarchy;
1415
// Request/Response
1516
pub type TransportLoadResponse = cubeclient::models::V1LoadResponse;

0 commit comments

Comments
 (0)