Skip to content

Commit 2c1f5d9

Browse files
committed
chore: fix build
1 parent 379c9b1 commit 2c1f5d9

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

packages/cubejs-api-gateway/openspec.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ components:
182182
$ref: "#/components/schemas/V1CubeMetaJoin"
183183
V1CubeMetaType:
184184
type: "string"
185+
description: Type of cube
185186
enum:
186187
- "cube"
187188
- "view"

rust/cubesql/cubeclient/src/models/mod.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,3 @@ pub mod v1_load_result_annotation;
3636
pub use self::v1_load_result_annotation::V1LoadResultAnnotation;
3737
pub mod v1_meta_response;
3838
pub use self::v1_meta_response::V1MetaResponse;
39-
pub mod v1_load_continue_wait;
40-
pub use self::v1_load_continue_wait::V1LoadContinueWait;

rust/cubesql/cubeclient/src/models/v1_cube_meta_type.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
* Generated by: https://openapi-generator.tech
99
*/
1010

11-
///
11+
/// V1CubeMetaType : Type of cube
12+
13+
/// Type of cube
1214
#[derive(Clone, Copy, Debug, Eq, PartialEq, Ord, PartialOrd, Hash, Serialize, Deserialize)]
1315
pub enum V1CubeMetaType {
1416
#[serde(rename = "cube")]

0 commit comments

Comments
 (0)