Merge branch 'codex/backend-rewrite-spacetimedb' of http://82.157.175.59:3000/GenarrativeAI/Genarrative into codex/backend-rewrite-spacetimedb
This commit is contained in:
@@ -1487,6 +1487,7 @@ impl SpacetimeClient {
|
||||
asset_kind: map_big_fish_asset_kind_input(input.asset_kind.as_str())?,
|
||||
level: input.level,
|
||||
motion_key: input.motion_key,
|
||||
asset_url: input.asset_url,
|
||||
generated_at_micros: input.generated_at_micros,
|
||||
};
|
||||
|
||||
@@ -6137,6 +6138,7 @@ pub struct BigFishAssetGenerateRecordInput {
|
||||
pub asset_kind: String,
|
||||
pub level: Option<u32>,
|
||||
pub motion_key: Option<String>,
|
||||
pub asset_url: Option<String>,
|
||||
pub generated_at_micros: i64,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user