Merge branch 'master' of https://git.genarrative.world/GenarrativeAI/Genarrative
This commit is contained in:
@@ -92,6 +92,23 @@ impl From<module_runtime::RuntimeSnapshotDeleteInput> for RuntimeSnapshotDeleteI
|
||||
}
|
||||
}
|
||||
|
||||
impl From<module_runtime::RuntimeTrackingEventInput> for RuntimeTrackingEventInput {
|
||||
fn from(input: module_runtime::RuntimeTrackingEventInput) -> Self {
|
||||
Self {
|
||||
event_id: input.event_id,
|
||||
event_key: input.event_key,
|
||||
scope_kind: map_runtime_tracking_scope_kind(input.scope_kind),
|
||||
scope_id: input.scope_id,
|
||||
user_id: input.user_id,
|
||||
owner_user_id: input.owner_user_id,
|
||||
profile_id: input.profile_id,
|
||||
module_key: input.module_key,
|
||||
metadata_json: input.metadata_json,
|
||||
occurred_at_micros: input.occurred_at_micros,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
pub type CreationEntryConfigRecord =
|
||||
shared_contracts::creation_entry_config::CreationEntryConfigResponse;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user