···3pub mod chat;
4pub mod client;
5pub mod com;
06pub mod record;
7pub mod sh;
8pub mod tools;
···3pub mod chat;
4pub mod client;
5pub mod com;
6+pub mod place;
7pub mod record;
8pub mod sh;
9pub mod tools;
+3
crates/weaver-common/src/lexicons/place.rs
···000
···1+// @generated - This file is generated by esquema-codegen (forked from atrium-codegen). DO NOT EDIT.
2+//!Definitions for the `place` namespace.
3+pub mod stream;
+3
crates/weaver-common/src/lexicons/place/stream.rs
···000
···1+// @generated - This file is generated by esquema-codegen (forked from atrium-codegen). DO NOT EDIT.
2+//!Definitions for the `place.stream` namespace.
3+pub mod live;
···1+// @generated - This file is generated by esquema-codegen (forked from atrium-codegen). DO NOT EDIT.
2+//!Definitions for the `place.stream.live` namespace.
3+pub mod profile;
4+#[derive(Debug)]
5+pub struct Profile;
6+impl atrium_api::types::Collection for Profile {
7+ const NSID: &'static str = "place.stream.live.profile";
8+ type Record = profile::Record;
9+}