diff --git a/atrium-api/src/app.rs b/atrium-api/src/app.rs index 8854e101..4d988696 100644 --- a/atrium-api/src/app.rs +++ b/atrium-api/src/app.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `app` namespace. #[cfg_attr(docsrs, doc(cfg(feature = "namespace-appbsky")))] #[cfg(feature = "namespace-appbsky")] diff --git a/atrium-api/src/app/bsky.rs b/atrium-api/src/app/bsky.rs index afbfc4e2..eb73e25c 100644 --- a/atrium-api/src/app/bsky.rs +++ b/atrium-api/src/app/bsky.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `app.bsky` namespace. pub mod actor; pub mod embed; diff --git a/atrium-api/src/app/bsky/actor.rs b/atrium-api/src/app/bsky/actor.rs index 53a6a420..9510d377 100644 --- a/atrium-api/src/app/bsky/actor.rs +++ b/atrium-api/src/app/bsky/actor.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `app.bsky.actor` namespace. pub mod defs; pub mod get_preferences; diff --git a/atrium-api/src/app/bsky/actor/defs.rs b/atrium-api/src/app/bsky/actor/defs.rs index c3c83b4a..4cd35dfd 100644 --- a/atrium-api/src/app/bsky/actor/defs.rs +++ b/atrium-api/src/app/bsky/actor/defs.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `app.bsky.actor.defs` namespace. #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] #[serde(rename_all = "camelCase")] diff --git a/atrium-api/src/app/bsky/actor/get_preferences.rs b/atrium-api/src/app/bsky/actor/get_preferences.rs index ad2d354b..d6b04a35 100644 --- a/atrium-api/src/app/bsky/actor/get_preferences.rs +++ b/atrium-api/src/app/bsky/actor/get_preferences.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `app.bsky.actor.getPreferences` namespace. pub const NSID: &str = "app.bsky.actor.getPreferences"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/app/bsky/actor/get_profile.rs b/atrium-api/src/app/bsky/actor/get_profile.rs index bb123f61..3c05609e 100644 --- a/atrium-api/src/app/bsky/actor/get_profile.rs +++ b/atrium-api/src/app/bsky/actor/get_profile.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `app.bsky.actor.getProfile` namespace. pub const NSID: &str = "app.bsky.actor.getProfile"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/app/bsky/actor/get_profiles.rs b/atrium-api/src/app/bsky/actor/get_profiles.rs index 0ecfcc01..70d6cd45 100644 --- a/atrium-api/src/app/bsky/actor/get_profiles.rs +++ b/atrium-api/src/app/bsky/actor/get_profiles.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `app.bsky.actor.getProfiles` namespace. pub const NSID: &str = "app.bsky.actor.getProfiles"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/app/bsky/actor/get_suggestions.rs b/atrium-api/src/app/bsky/actor/get_suggestions.rs index d17c5065..6e743f35 100644 --- a/atrium-api/src/app/bsky/actor/get_suggestions.rs +++ b/atrium-api/src/app/bsky/actor/get_suggestions.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `app.bsky.actor.getSuggestions` namespace. pub const NSID: &str = "app.bsky.actor.getSuggestions"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/app/bsky/actor/profile.rs b/atrium-api/src/app/bsky/actor/profile.rs index 4c51ba8c..ac95c0cf 100644 --- a/atrium-api/src/app/bsky/actor/profile.rs +++ b/atrium-api/src/app/bsky/actor/profile.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `app.bsky.actor.profile` namespace. #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] #[serde(rename_all = "camelCase")] diff --git a/atrium-api/src/app/bsky/actor/put_preferences.rs b/atrium-api/src/app/bsky/actor/put_preferences.rs index 92d2f70b..437591d6 100644 --- a/atrium-api/src/app/bsky/actor/put_preferences.rs +++ b/atrium-api/src/app/bsky/actor/put_preferences.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `app.bsky.actor.putPreferences` namespace. pub const NSID: &str = "app.bsky.actor.putPreferences"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/app/bsky/actor/search_actors.rs b/atrium-api/src/app/bsky/actor/search_actors.rs index 93cb69be..d4c94880 100644 --- a/atrium-api/src/app/bsky/actor/search_actors.rs +++ b/atrium-api/src/app/bsky/actor/search_actors.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `app.bsky.actor.searchActors` namespace. pub const NSID: &str = "app.bsky.actor.searchActors"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/app/bsky/actor/search_actors_typeahead.rs b/atrium-api/src/app/bsky/actor/search_actors_typeahead.rs index 37b37d4a..f670197b 100644 --- a/atrium-api/src/app/bsky/actor/search_actors_typeahead.rs +++ b/atrium-api/src/app/bsky/actor/search_actors_typeahead.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `app.bsky.actor.searchActorsTypeahead` namespace. pub const NSID: &str = "app.bsky.actor.searchActorsTypeahead"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/app/bsky/embed.rs b/atrium-api/src/app/bsky/embed.rs index 15d26873..0f6a27c5 100644 --- a/atrium-api/src/app/bsky/embed.rs +++ b/atrium-api/src/app/bsky/embed.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `app.bsky.embed` namespace. pub mod defs; pub mod external; diff --git a/atrium-api/src/app/bsky/embed/defs.rs b/atrium-api/src/app/bsky/embed/defs.rs index d822173c..ebfcded8 100644 --- a/atrium-api/src/app/bsky/embed/defs.rs +++ b/atrium-api/src/app/bsky/embed/defs.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `app.bsky.embed.defs` namespace. ///width:height represents an aspect ratio. It may be approximate, and may not correspond to absolute dimensions in any given unit. #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/app/bsky/embed/external.rs b/atrium-api/src/app/bsky/embed/external.rs index b59cd018..0b761c6c 100644 --- a/atrium-api/src/app/bsky/embed/external.rs +++ b/atrium-api/src/app/bsky/embed/external.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `app.bsky.embed.external` namespace. ///A representation of some externally linked content (eg, a URL and 'card'), embedded in a Bluesky record (eg, a post). #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/app/bsky/embed/images.rs b/atrium-api/src/app/bsky/embed/images.rs index 012168aa..92a45a9b 100644 --- a/atrium-api/src/app/bsky/embed/images.rs +++ b/atrium-api/src/app/bsky/embed/images.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `app.bsky.embed.images` namespace. //!A set of images embedded in a Bluesky record (eg, a post). #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/app/bsky/embed/record.rs b/atrium-api/src/app/bsky/embed/record.rs index dd2e57d6..2a44b3d8 100644 --- a/atrium-api/src/app/bsky/embed/record.rs +++ b/atrium-api/src/app/bsky/embed/record.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `app.bsky.embed.record` namespace. //!A representation of a record embedded in a Bluesky record (eg, a post). For example, a quote-post, or sharing a feed generator record. #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/app/bsky/embed/record_with_media.rs b/atrium-api/src/app/bsky/embed/record_with_media.rs index 9f85fb8c..20aa84b6 100644 --- a/atrium-api/src/app/bsky/embed/record_with_media.rs +++ b/atrium-api/src/app/bsky/embed/record_with_media.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `app.bsky.embed.recordWithMedia` namespace. //!A representation of a record embedded in a Bluesky record (eg, a post), alongside other compatible embeds. For example, a quote post and image, or a quote post and external URL card. #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/app/bsky/embed/video.rs b/atrium-api/src/app/bsky/embed/video.rs index 48378a4c..83ee63b9 100644 --- a/atrium-api/src/app/bsky/embed/video.rs +++ b/atrium-api/src/app/bsky/embed/video.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `app.bsky.embed.video` namespace. //!A video embedded in a Bluesky record (eg, a post). #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/app/bsky/feed.rs b/atrium-api/src/app/bsky/feed.rs index 4f999393..752eaae0 100644 --- a/atrium-api/src/app/bsky/feed.rs +++ b/atrium-api/src/app/bsky/feed.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `app.bsky.feed` namespace. pub mod defs; pub mod describe_feed_generator; diff --git a/atrium-api/src/app/bsky/feed/defs.rs b/atrium-api/src/app/bsky/feed/defs.rs index 496dd896..36823326 100644 --- a/atrium-api/src/app/bsky/feed/defs.rs +++ b/atrium-api/src/app/bsky/feed/defs.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `app.bsky.feed.defs` namespace. #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] #[serde(rename_all = "camelCase")] diff --git a/atrium-api/src/app/bsky/feed/describe_feed_generator.rs b/atrium-api/src/app/bsky/feed/describe_feed_generator.rs index f3b33c8b..05ace856 100644 --- a/atrium-api/src/app/bsky/feed/describe_feed_generator.rs +++ b/atrium-api/src/app/bsky/feed/describe_feed_generator.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `app.bsky.feed.describeFeedGenerator` namespace. pub const NSID: &str = "app.bsky.feed.describeFeedGenerator"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/app/bsky/feed/generator.rs b/atrium-api/src/app/bsky/feed/generator.rs index 7afc571d..cf10bd8b 100644 --- a/atrium-api/src/app/bsky/feed/generator.rs +++ b/atrium-api/src/app/bsky/feed/generator.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `app.bsky.feed.generator` namespace. #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] #[serde(rename_all = "camelCase")] diff --git a/atrium-api/src/app/bsky/feed/get_actor_feeds.rs b/atrium-api/src/app/bsky/feed/get_actor_feeds.rs index 8c710576..0a2cb5b8 100644 --- a/atrium-api/src/app/bsky/feed/get_actor_feeds.rs +++ b/atrium-api/src/app/bsky/feed/get_actor_feeds.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `app.bsky.feed.getActorFeeds` namespace. pub const NSID: &str = "app.bsky.feed.getActorFeeds"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/app/bsky/feed/get_actor_likes.rs b/atrium-api/src/app/bsky/feed/get_actor_likes.rs index 0d88ec77..5abd9344 100644 --- a/atrium-api/src/app/bsky/feed/get_actor_likes.rs +++ b/atrium-api/src/app/bsky/feed/get_actor_likes.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `app.bsky.feed.getActorLikes` namespace. pub const NSID: &str = "app.bsky.feed.getActorLikes"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/app/bsky/feed/get_author_feed.rs b/atrium-api/src/app/bsky/feed/get_author_feed.rs index e6bc4b1a..18282b57 100644 --- a/atrium-api/src/app/bsky/feed/get_author_feed.rs +++ b/atrium-api/src/app/bsky/feed/get_author_feed.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `app.bsky.feed.getAuthorFeed` namespace. pub const NSID: &str = "app.bsky.feed.getAuthorFeed"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/app/bsky/feed/get_feed.rs b/atrium-api/src/app/bsky/feed/get_feed.rs index 7e586de8..33fbbf75 100644 --- a/atrium-api/src/app/bsky/feed/get_feed.rs +++ b/atrium-api/src/app/bsky/feed/get_feed.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `app.bsky.feed.getFeed` namespace. pub const NSID: &str = "app.bsky.feed.getFeed"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/app/bsky/feed/get_feed_generator.rs b/atrium-api/src/app/bsky/feed/get_feed_generator.rs index 7a111a82..ccb8656c 100644 --- a/atrium-api/src/app/bsky/feed/get_feed_generator.rs +++ b/atrium-api/src/app/bsky/feed/get_feed_generator.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `app.bsky.feed.getFeedGenerator` namespace. pub const NSID: &str = "app.bsky.feed.getFeedGenerator"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/app/bsky/feed/get_feed_generators.rs b/atrium-api/src/app/bsky/feed/get_feed_generators.rs index 977b93ea..b7d88ffe 100644 --- a/atrium-api/src/app/bsky/feed/get_feed_generators.rs +++ b/atrium-api/src/app/bsky/feed/get_feed_generators.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `app.bsky.feed.getFeedGenerators` namespace. pub const NSID: &str = "app.bsky.feed.getFeedGenerators"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/app/bsky/feed/get_feed_skeleton.rs b/atrium-api/src/app/bsky/feed/get_feed_skeleton.rs index eef28c2f..8d38c11b 100644 --- a/atrium-api/src/app/bsky/feed/get_feed_skeleton.rs +++ b/atrium-api/src/app/bsky/feed/get_feed_skeleton.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `app.bsky.feed.getFeedSkeleton` namespace. pub const NSID: &str = "app.bsky.feed.getFeedSkeleton"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/app/bsky/feed/get_likes.rs b/atrium-api/src/app/bsky/feed/get_likes.rs index b6d0998d..22a1e384 100644 --- a/atrium-api/src/app/bsky/feed/get_likes.rs +++ b/atrium-api/src/app/bsky/feed/get_likes.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `app.bsky.feed.getLikes` namespace. pub const NSID: &str = "app.bsky.feed.getLikes"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/app/bsky/feed/get_list_feed.rs b/atrium-api/src/app/bsky/feed/get_list_feed.rs index 8fa01276..ccc01f1c 100644 --- a/atrium-api/src/app/bsky/feed/get_list_feed.rs +++ b/atrium-api/src/app/bsky/feed/get_list_feed.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `app.bsky.feed.getListFeed` namespace. pub const NSID: &str = "app.bsky.feed.getListFeed"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/app/bsky/feed/get_post_thread.rs b/atrium-api/src/app/bsky/feed/get_post_thread.rs index 4eb7b409..a3ff1fd5 100644 --- a/atrium-api/src/app/bsky/feed/get_post_thread.rs +++ b/atrium-api/src/app/bsky/feed/get_post_thread.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `app.bsky.feed.getPostThread` namespace. pub const NSID: &str = "app.bsky.feed.getPostThread"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/app/bsky/feed/get_posts.rs b/atrium-api/src/app/bsky/feed/get_posts.rs index 5b3f3561..83cc9937 100644 --- a/atrium-api/src/app/bsky/feed/get_posts.rs +++ b/atrium-api/src/app/bsky/feed/get_posts.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `app.bsky.feed.getPosts` namespace. pub const NSID: &str = "app.bsky.feed.getPosts"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/app/bsky/feed/get_quotes.rs b/atrium-api/src/app/bsky/feed/get_quotes.rs index ff9025ad..f2a9c31e 100644 --- a/atrium-api/src/app/bsky/feed/get_quotes.rs +++ b/atrium-api/src/app/bsky/feed/get_quotes.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `app.bsky.feed.getQuotes` namespace. pub const NSID: &str = "app.bsky.feed.getQuotes"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/app/bsky/feed/get_reposted_by.rs b/atrium-api/src/app/bsky/feed/get_reposted_by.rs index 8fbb6f56..841b7f94 100644 --- a/atrium-api/src/app/bsky/feed/get_reposted_by.rs +++ b/atrium-api/src/app/bsky/feed/get_reposted_by.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `app.bsky.feed.getRepostedBy` namespace. pub const NSID: &str = "app.bsky.feed.getRepostedBy"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/app/bsky/feed/get_suggested_feeds.rs b/atrium-api/src/app/bsky/feed/get_suggested_feeds.rs index 5d304842..9a4ee1b3 100644 --- a/atrium-api/src/app/bsky/feed/get_suggested_feeds.rs +++ b/atrium-api/src/app/bsky/feed/get_suggested_feeds.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `app.bsky.feed.getSuggestedFeeds` namespace. pub const NSID: &str = "app.bsky.feed.getSuggestedFeeds"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/app/bsky/feed/get_timeline.rs b/atrium-api/src/app/bsky/feed/get_timeline.rs index 60f4947b..69770c92 100644 --- a/atrium-api/src/app/bsky/feed/get_timeline.rs +++ b/atrium-api/src/app/bsky/feed/get_timeline.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `app.bsky.feed.getTimeline` namespace. pub const NSID: &str = "app.bsky.feed.getTimeline"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/app/bsky/feed/like.rs b/atrium-api/src/app/bsky/feed/like.rs index 20603865..4f8bcca5 100644 --- a/atrium-api/src/app/bsky/feed/like.rs +++ b/atrium-api/src/app/bsky/feed/like.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `app.bsky.feed.like` namespace. #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] #[serde(rename_all = "camelCase")] diff --git a/atrium-api/src/app/bsky/feed/post.rs b/atrium-api/src/app/bsky/feed/post.rs index e1316537..078839a2 100644 --- a/atrium-api/src/app/bsky/feed/post.rs +++ b/atrium-api/src/app/bsky/feed/post.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `app.bsky.feed.post` namespace. #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] #[serde(rename_all = "camelCase")] diff --git a/atrium-api/src/app/bsky/feed/postgate.rs b/atrium-api/src/app/bsky/feed/postgate.rs index 5377f470..119490bb 100644 --- a/atrium-api/src/app/bsky/feed/postgate.rs +++ b/atrium-api/src/app/bsky/feed/postgate.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `app.bsky.feed.postgate` namespace. #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] #[serde(rename_all = "camelCase")] diff --git a/atrium-api/src/app/bsky/feed/repost.rs b/atrium-api/src/app/bsky/feed/repost.rs index 0c865df1..6ba09106 100644 --- a/atrium-api/src/app/bsky/feed/repost.rs +++ b/atrium-api/src/app/bsky/feed/repost.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `app.bsky.feed.repost` namespace. #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] #[serde(rename_all = "camelCase")] diff --git a/atrium-api/src/app/bsky/feed/search_posts.rs b/atrium-api/src/app/bsky/feed/search_posts.rs index 33cf427b..980fec7e 100644 --- a/atrium-api/src/app/bsky/feed/search_posts.rs +++ b/atrium-api/src/app/bsky/feed/search_posts.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `app.bsky.feed.searchPosts` namespace. pub const NSID: &str = "app.bsky.feed.searchPosts"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/app/bsky/feed/send_interactions.rs b/atrium-api/src/app/bsky/feed/send_interactions.rs index a8e48ae4..c05f7409 100644 --- a/atrium-api/src/app/bsky/feed/send_interactions.rs +++ b/atrium-api/src/app/bsky/feed/send_interactions.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `app.bsky.feed.sendInteractions` namespace. pub const NSID: &str = "app.bsky.feed.sendInteractions"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/app/bsky/feed/threadgate.rs b/atrium-api/src/app/bsky/feed/threadgate.rs index 02e06813..6d9d21af 100644 --- a/atrium-api/src/app/bsky/feed/threadgate.rs +++ b/atrium-api/src/app/bsky/feed/threadgate.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `app.bsky.feed.threadgate` namespace. #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] #[serde(rename_all = "camelCase")] diff --git a/atrium-api/src/app/bsky/graph.rs b/atrium-api/src/app/bsky/graph.rs index 73e9fbe2..a4e7ee2b 100644 --- a/atrium-api/src/app/bsky/graph.rs +++ b/atrium-api/src/app/bsky/graph.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `app.bsky.graph` namespace. pub mod block; pub mod defs; diff --git a/atrium-api/src/app/bsky/graph/block.rs b/atrium-api/src/app/bsky/graph/block.rs index b22aca99..33e1621b 100644 --- a/atrium-api/src/app/bsky/graph/block.rs +++ b/atrium-api/src/app/bsky/graph/block.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `app.bsky.graph.block` namespace. #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] #[serde(rename_all = "camelCase")] diff --git a/atrium-api/src/app/bsky/graph/defs.rs b/atrium-api/src/app/bsky/graph/defs.rs index 9711ba2b..0bd0a50b 100644 --- a/atrium-api/src/app/bsky/graph/defs.rs +++ b/atrium-api/src/app/bsky/graph/defs.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `app.bsky.graph.defs` namespace. ///A list of actors used for curation purposes such as list feeds or interaction gating. pub const CURATELIST: &str = "app.bsky.graph.defs#curatelist"; diff --git a/atrium-api/src/app/bsky/graph/follow.rs b/atrium-api/src/app/bsky/graph/follow.rs index e025641d..3a797c5c 100644 --- a/atrium-api/src/app/bsky/graph/follow.rs +++ b/atrium-api/src/app/bsky/graph/follow.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `app.bsky.graph.follow` namespace. #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] #[serde(rename_all = "camelCase")] diff --git a/atrium-api/src/app/bsky/graph/get_actor_starter_packs.rs b/atrium-api/src/app/bsky/graph/get_actor_starter_packs.rs index f72c3add..7733e6dc 100644 --- a/atrium-api/src/app/bsky/graph/get_actor_starter_packs.rs +++ b/atrium-api/src/app/bsky/graph/get_actor_starter_packs.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `app.bsky.graph.getActorStarterPacks` namespace. pub const NSID: &str = "app.bsky.graph.getActorStarterPacks"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/app/bsky/graph/get_blocks.rs b/atrium-api/src/app/bsky/graph/get_blocks.rs index 6591cb5f..2fea12a4 100644 --- a/atrium-api/src/app/bsky/graph/get_blocks.rs +++ b/atrium-api/src/app/bsky/graph/get_blocks.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `app.bsky.graph.getBlocks` namespace. pub const NSID: &str = "app.bsky.graph.getBlocks"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/app/bsky/graph/get_followers.rs b/atrium-api/src/app/bsky/graph/get_followers.rs index f0c17f7c..b459e95d 100644 --- a/atrium-api/src/app/bsky/graph/get_followers.rs +++ b/atrium-api/src/app/bsky/graph/get_followers.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `app.bsky.graph.getFollowers` namespace. pub const NSID: &str = "app.bsky.graph.getFollowers"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/app/bsky/graph/get_follows.rs b/atrium-api/src/app/bsky/graph/get_follows.rs index ee242423..18933900 100644 --- a/atrium-api/src/app/bsky/graph/get_follows.rs +++ b/atrium-api/src/app/bsky/graph/get_follows.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `app.bsky.graph.getFollows` namespace. pub const NSID: &str = "app.bsky.graph.getFollows"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/app/bsky/graph/get_known_followers.rs b/atrium-api/src/app/bsky/graph/get_known_followers.rs index 8e4d69a9..64770c0c 100644 --- a/atrium-api/src/app/bsky/graph/get_known_followers.rs +++ b/atrium-api/src/app/bsky/graph/get_known_followers.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `app.bsky.graph.getKnownFollowers` namespace. pub const NSID: &str = "app.bsky.graph.getKnownFollowers"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/app/bsky/graph/get_list.rs b/atrium-api/src/app/bsky/graph/get_list.rs index 38cd0428..8693e3af 100644 --- a/atrium-api/src/app/bsky/graph/get_list.rs +++ b/atrium-api/src/app/bsky/graph/get_list.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `app.bsky.graph.getList` namespace. pub const NSID: &str = "app.bsky.graph.getList"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/app/bsky/graph/get_list_blocks.rs b/atrium-api/src/app/bsky/graph/get_list_blocks.rs index af6db9cf..b22edf05 100644 --- a/atrium-api/src/app/bsky/graph/get_list_blocks.rs +++ b/atrium-api/src/app/bsky/graph/get_list_blocks.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `app.bsky.graph.getListBlocks` namespace. pub const NSID: &str = "app.bsky.graph.getListBlocks"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/app/bsky/graph/get_list_mutes.rs b/atrium-api/src/app/bsky/graph/get_list_mutes.rs index b60c7d0d..c9a8680a 100644 --- a/atrium-api/src/app/bsky/graph/get_list_mutes.rs +++ b/atrium-api/src/app/bsky/graph/get_list_mutes.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `app.bsky.graph.getListMutes` namespace. pub const NSID: &str = "app.bsky.graph.getListMutes"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/app/bsky/graph/get_lists.rs b/atrium-api/src/app/bsky/graph/get_lists.rs index f091d00e..d97b4175 100644 --- a/atrium-api/src/app/bsky/graph/get_lists.rs +++ b/atrium-api/src/app/bsky/graph/get_lists.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `app.bsky.graph.getLists` namespace. pub const NSID: &str = "app.bsky.graph.getLists"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/app/bsky/graph/get_mutes.rs b/atrium-api/src/app/bsky/graph/get_mutes.rs index 5df51933..ac829277 100644 --- a/atrium-api/src/app/bsky/graph/get_mutes.rs +++ b/atrium-api/src/app/bsky/graph/get_mutes.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `app.bsky.graph.getMutes` namespace. pub const NSID: &str = "app.bsky.graph.getMutes"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/app/bsky/graph/get_relationships.rs b/atrium-api/src/app/bsky/graph/get_relationships.rs index d9908215..5d9a78f1 100644 --- a/atrium-api/src/app/bsky/graph/get_relationships.rs +++ b/atrium-api/src/app/bsky/graph/get_relationships.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `app.bsky.graph.getRelationships` namespace. pub const NSID: &str = "app.bsky.graph.getRelationships"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/app/bsky/graph/get_starter_pack.rs b/atrium-api/src/app/bsky/graph/get_starter_pack.rs index 88ca0468..7fcbc8aa 100644 --- a/atrium-api/src/app/bsky/graph/get_starter_pack.rs +++ b/atrium-api/src/app/bsky/graph/get_starter_pack.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `app.bsky.graph.getStarterPack` namespace. pub const NSID: &str = "app.bsky.graph.getStarterPack"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/app/bsky/graph/get_starter_packs.rs b/atrium-api/src/app/bsky/graph/get_starter_packs.rs index 01b04b00..2b823473 100644 --- a/atrium-api/src/app/bsky/graph/get_starter_packs.rs +++ b/atrium-api/src/app/bsky/graph/get_starter_packs.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `app.bsky.graph.getStarterPacks` namespace. pub const NSID: &str = "app.bsky.graph.getStarterPacks"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/app/bsky/graph/get_suggested_follows_by_actor.rs b/atrium-api/src/app/bsky/graph/get_suggested_follows_by_actor.rs index c59b6cc3..f761a570 100644 --- a/atrium-api/src/app/bsky/graph/get_suggested_follows_by_actor.rs +++ b/atrium-api/src/app/bsky/graph/get_suggested_follows_by_actor.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `app.bsky.graph.getSuggestedFollowsByActor` namespace. pub const NSID: &str = "app.bsky.graph.getSuggestedFollowsByActor"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/app/bsky/graph/list.rs b/atrium-api/src/app/bsky/graph/list.rs index a18d9ce1..928ee190 100644 --- a/atrium-api/src/app/bsky/graph/list.rs +++ b/atrium-api/src/app/bsky/graph/list.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `app.bsky.graph.list` namespace. #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] #[serde(rename_all = "camelCase")] diff --git a/atrium-api/src/app/bsky/graph/listblock.rs b/atrium-api/src/app/bsky/graph/listblock.rs index f9fad5ee..74191143 100644 --- a/atrium-api/src/app/bsky/graph/listblock.rs +++ b/atrium-api/src/app/bsky/graph/listblock.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `app.bsky.graph.listblock` namespace. #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] #[serde(rename_all = "camelCase")] diff --git a/atrium-api/src/app/bsky/graph/listitem.rs b/atrium-api/src/app/bsky/graph/listitem.rs index 4fa88395..8bb52a2e 100644 --- a/atrium-api/src/app/bsky/graph/listitem.rs +++ b/atrium-api/src/app/bsky/graph/listitem.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `app.bsky.graph.listitem` namespace. #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] #[serde(rename_all = "camelCase")] diff --git a/atrium-api/src/app/bsky/graph/mute_actor.rs b/atrium-api/src/app/bsky/graph/mute_actor.rs index f2b88707..4fadf307 100644 --- a/atrium-api/src/app/bsky/graph/mute_actor.rs +++ b/atrium-api/src/app/bsky/graph/mute_actor.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `app.bsky.graph.muteActor` namespace. pub const NSID: &str = "app.bsky.graph.muteActor"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/app/bsky/graph/mute_actor_list.rs b/atrium-api/src/app/bsky/graph/mute_actor_list.rs index 2c89ca43..cc4103c9 100644 --- a/atrium-api/src/app/bsky/graph/mute_actor_list.rs +++ b/atrium-api/src/app/bsky/graph/mute_actor_list.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `app.bsky.graph.muteActorList` namespace. pub const NSID: &str = "app.bsky.graph.muteActorList"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/app/bsky/graph/mute_thread.rs b/atrium-api/src/app/bsky/graph/mute_thread.rs index e78d8925..08c18c53 100644 --- a/atrium-api/src/app/bsky/graph/mute_thread.rs +++ b/atrium-api/src/app/bsky/graph/mute_thread.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `app.bsky.graph.muteThread` namespace. pub const NSID: &str = "app.bsky.graph.muteThread"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/app/bsky/graph/starterpack.rs b/atrium-api/src/app/bsky/graph/starterpack.rs index 96805c19..d9a8cc1d 100644 --- a/atrium-api/src/app/bsky/graph/starterpack.rs +++ b/atrium-api/src/app/bsky/graph/starterpack.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `app.bsky.graph.starterpack` namespace. #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] #[serde(rename_all = "camelCase")] diff --git a/atrium-api/src/app/bsky/graph/unmute_actor.rs b/atrium-api/src/app/bsky/graph/unmute_actor.rs index b5d381fd..68e99979 100644 --- a/atrium-api/src/app/bsky/graph/unmute_actor.rs +++ b/atrium-api/src/app/bsky/graph/unmute_actor.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `app.bsky.graph.unmuteActor` namespace. pub const NSID: &str = "app.bsky.graph.unmuteActor"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/app/bsky/graph/unmute_actor_list.rs b/atrium-api/src/app/bsky/graph/unmute_actor_list.rs index 11bef81a..d1eeac91 100644 --- a/atrium-api/src/app/bsky/graph/unmute_actor_list.rs +++ b/atrium-api/src/app/bsky/graph/unmute_actor_list.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `app.bsky.graph.unmuteActorList` namespace. pub const NSID: &str = "app.bsky.graph.unmuteActorList"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/app/bsky/graph/unmute_thread.rs b/atrium-api/src/app/bsky/graph/unmute_thread.rs index a0f904a4..ad3ddefd 100644 --- a/atrium-api/src/app/bsky/graph/unmute_thread.rs +++ b/atrium-api/src/app/bsky/graph/unmute_thread.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `app.bsky.graph.unmuteThread` namespace. pub const NSID: &str = "app.bsky.graph.unmuteThread"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/app/bsky/labeler.rs b/atrium-api/src/app/bsky/labeler.rs index fea78104..56ed0f35 100644 --- a/atrium-api/src/app/bsky/labeler.rs +++ b/atrium-api/src/app/bsky/labeler.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `app.bsky.labeler` namespace. pub mod defs; pub mod get_services; diff --git a/atrium-api/src/app/bsky/labeler/defs.rs b/atrium-api/src/app/bsky/labeler/defs.rs index ca11f840..7859bcd7 100644 --- a/atrium-api/src/app/bsky/labeler/defs.rs +++ b/atrium-api/src/app/bsky/labeler/defs.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `app.bsky.labeler.defs` namespace. #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] #[serde(rename_all = "camelCase")] diff --git a/atrium-api/src/app/bsky/labeler/get_services.rs b/atrium-api/src/app/bsky/labeler/get_services.rs index 8c50fa9d..2348bc40 100644 --- a/atrium-api/src/app/bsky/labeler/get_services.rs +++ b/atrium-api/src/app/bsky/labeler/get_services.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `app.bsky.labeler.getServices` namespace. pub const NSID: &str = "app.bsky.labeler.getServices"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/app/bsky/labeler/service.rs b/atrium-api/src/app/bsky/labeler/service.rs index c5ffd00c..2bd8bc76 100644 --- a/atrium-api/src/app/bsky/labeler/service.rs +++ b/atrium-api/src/app/bsky/labeler/service.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `app.bsky.labeler.service` namespace. #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] #[serde(rename_all = "camelCase")] diff --git a/atrium-api/src/app/bsky/notification.rs b/atrium-api/src/app/bsky/notification.rs index 8fba8cbe..2909b810 100644 --- a/atrium-api/src/app/bsky/notification.rs +++ b/atrium-api/src/app/bsky/notification.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `app.bsky.notification` namespace. pub mod get_unread_count; pub mod list_notifications; diff --git a/atrium-api/src/app/bsky/notification/get_unread_count.rs b/atrium-api/src/app/bsky/notification/get_unread_count.rs index 21466ccf..83f83482 100644 --- a/atrium-api/src/app/bsky/notification/get_unread_count.rs +++ b/atrium-api/src/app/bsky/notification/get_unread_count.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `app.bsky.notification.getUnreadCount` namespace. pub const NSID: &str = "app.bsky.notification.getUnreadCount"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/app/bsky/notification/list_notifications.rs b/atrium-api/src/app/bsky/notification/list_notifications.rs index 3c6c064c..fd81c547 100644 --- a/atrium-api/src/app/bsky/notification/list_notifications.rs +++ b/atrium-api/src/app/bsky/notification/list_notifications.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `app.bsky.notification.listNotifications` namespace. pub const NSID: &str = "app.bsky.notification.listNotifications"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/app/bsky/notification/put_preferences.rs b/atrium-api/src/app/bsky/notification/put_preferences.rs index 02240667..ba2b027c 100644 --- a/atrium-api/src/app/bsky/notification/put_preferences.rs +++ b/atrium-api/src/app/bsky/notification/put_preferences.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `app.bsky.notification.putPreferences` namespace. pub const NSID: &str = "app.bsky.notification.putPreferences"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/app/bsky/notification/register_push.rs b/atrium-api/src/app/bsky/notification/register_push.rs index adb868e0..ace22902 100644 --- a/atrium-api/src/app/bsky/notification/register_push.rs +++ b/atrium-api/src/app/bsky/notification/register_push.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `app.bsky.notification.registerPush` namespace. pub const NSID: &str = "app.bsky.notification.registerPush"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/app/bsky/notification/update_seen.rs b/atrium-api/src/app/bsky/notification/update_seen.rs index 9bc378b5..48bea754 100644 --- a/atrium-api/src/app/bsky/notification/update_seen.rs +++ b/atrium-api/src/app/bsky/notification/update_seen.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `app.bsky.notification.updateSeen` namespace. pub const NSID: &str = "app.bsky.notification.updateSeen"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/app/bsky/richtext.rs b/atrium-api/src/app/bsky/richtext.rs index cab07554..3c42b751 100644 --- a/atrium-api/src/app/bsky/richtext.rs +++ b/atrium-api/src/app/bsky/richtext.rs @@ -1,3 +1,3 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `app.bsky.richtext` namespace. pub mod facet; diff --git a/atrium-api/src/app/bsky/richtext/facet.rs b/atrium-api/src/app/bsky/richtext/facet.rs index 0ff45588..b5d72f8b 100644 --- a/atrium-api/src/app/bsky/richtext/facet.rs +++ b/atrium-api/src/app/bsky/richtext/facet.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `app.bsky.richtext.facet` namespace. ///Annotation of a sub-string within rich text. #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/app/bsky/unspecced.rs b/atrium-api/src/app/bsky/unspecced.rs index 1835c2a0..a3da9d71 100644 --- a/atrium-api/src/app/bsky/unspecced.rs +++ b/atrium-api/src/app/bsky/unspecced.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `app.bsky.unspecced` namespace. pub mod defs; pub mod get_popular_feed_generators; diff --git a/atrium-api/src/app/bsky/unspecced/defs.rs b/atrium-api/src/app/bsky/unspecced/defs.rs index 4a0495c6..ae48eefc 100644 --- a/atrium-api/src/app/bsky/unspecced/defs.rs +++ b/atrium-api/src/app/bsky/unspecced/defs.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `app.bsky.unspecced.defs` namespace. #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] #[serde(rename_all = "camelCase")] diff --git a/atrium-api/src/app/bsky/unspecced/get_popular_feed_generators.rs b/atrium-api/src/app/bsky/unspecced/get_popular_feed_generators.rs index e7bede62..985d6aad 100644 --- a/atrium-api/src/app/bsky/unspecced/get_popular_feed_generators.rs +++ b/atrium-api/src/app/bsky/unspecced/get_popular_feed_generators.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `app.bsky.unspecced.getPopularFeedGenerators` namespace. pub const NSID: &str = "app.bsky.unspecced.getPopularFeedGenerators"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/app/bsky/unspecced/get_suggestions_skeleton.rs b/atrium-api/src/app/bsky/unspecced/get_suggestions_skeleton.rs index 94ee85d8..bd923eb4 100644 --- a/atrium-api/src/app/bsky/unspecced/get_suggestions_skeleton.rs +++ b/atrium-api/src/app/bsky/unspecced/get_suggestions_skeleton.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `app.bsky.unspecced.getSuggestionsSkeleton` namespace. pub const NSID: &str = "app.bsky.unspecced.getSuggestionsSkeleton"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/app/bsky/unspecced/get_tagged_suggestions.rs b/atrium-api/src/app/bsky/unspecced/get_tagged_suggestions.rs index d2b148ab..1207f3d0 100644 --- a/atrium-api/src/app/bsky/unspecced/get_tagged_suggestions.rs +++ b/atrium-api/src/app/bsky/unspecced/get_tagged_suggestions.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `app.bsky.unspecced.getTaggedSuggestions` namespace. pub const NSID: &str = "app.bsky.unspecced.getTaggedSuggestions"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/app/bsky/unspecced/search_actors_skeleton.rs b/atrium-api/src/app/bsky/unspecced/search_actors_skeleton.rs index b3b8d0b8..270b0bb9 100644 --- a/atrium-api/src/app/bsky/unspecced/search_actors_skeleton.rs +++ b/atrium-api/src/app/bsky/unspecced/search_actors_skeleton.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `app.bsky.unspecced.searchActorsSkeleton` namespace. pub const NSID: &str = "app.bsky.unspecced.searchActorsSkeleton"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/app/bsky/unspecced/search_posts_skeleton.rs b/atrium-api/src/app/bsky/unspecced/search_posts_skeleton.rs index 8235aa53..961c7416 100644 --- a/atrium-api/src/app/bsky/unspecced/search_posts_skeleton.rs +++ b/atrium-api/src/app/bsky/unspecced/search_posts_skeleton.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `app.bsky.unspecced.searchPostsSkeleton` namespace. pub const NSID: &str = "app.bsky.unspecced.searchPostsSkeleton"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/app/bsky/video.rs b/atrium-api/src/app/bsky/video.rs index e381489a..510cdc1e 100644 --- a/atrium-api/src/app/bsky/video.rs +++ b/atrium-api/src/app/bsky/video.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `app.bsky.video` namespace. pub mod defs; pub mod get_job_status; diff --git a/atrium-api/src/app/bsky/video/defs.rs b/atrium-api/src/app/bsky/video/defs.rs index eca86336..15bde4c5 100644 --- a/atrium-api/src/app/bsky/video/defs.rs +++ b/atrium-api/src/app/bsky/video/defs.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `app.bsky.video.defs` namespace. #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] #[serde(rename_all = "camelCase")] diff --git a/atrium-api/src/app/bsky/video/get_job_status.rs b/atrium-api/src/app/bsky/video/get_job_status.rs index 68a92ab1..907427d6 100644 --- a/atrium-api/src/app/bsky/video/get_job_status.rs +++ b/atrium-api/src/app/bsky/video/get_job_status.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `app.bsky.video.getJobStatus` namespace. pub const NSID: &str = "app.bsky.video.getJobStatus"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/app/bsky/video/get_upload_limits.rs b/atrium-api/src/app/bsky/video/get_upload_limits.rs index d19843b1..0a52a29b 100644 --- a/atrium-api/src/app/bsky/video/get_upload_limits.rs +++ b/atrium-api/src/app/bsky/video/get_upload_limits.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `app.bsky.video.getUploadLimits` namespace. pub const NSID: &str = "app.bsky.video.getUploadLimits"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/app/bsky/video/upload_video.rs b/atrium-api/src/app/bsky/video/upload_video.rs index c364afac..1d1a2d77 100644 --- a/atrium-api/src/app/bsky/video/upload_video.rs +++ b/atrium-api/src/app/bsky/video/upload_video.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `app.bsky.video.uploadVideo` namespace. pub const NSID: &str = "app.bsky.video.uploadVideo"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/chat.rs b/atrium-api/src/chat.rs index 4f52b212..3e65c383 100644 --- a/atrium-api/src/chat.rs +++ b/atrium-api/src/chat.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `chat` namespace. #[cfg_attr(docsrs, doc(cfg(feature = "namespace-chatbsky")))] #[cfg(feature = "namespace-chatbsky")] diff --git a/atrium-api/src/chat/bsky.rs b/atrium-api/src/chat/bsky.rs index fc951c5b..cccea867 100644 --- a/atrium-api/src/chat/bsky.rs +++ b/atrium-api/src/chat/bsky.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `chat.bsky` namespace. pub mod actor; pub mod convo; diff --git a/atrium-api/src/chat/bsky/actor.rs b/atrium-api/src/chat/bsky/actor.rs index 477baa45..e2c8499b 100644 --- a/atrium-api/src/chat/bsky/actor.rs +++ b/atrium-api/src/chat/bsky/actor.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `chat.bsky.actor` namespace. pub mod declaration; pub mod defs; diff --git a/atrium-api/src/chat/bsky/actor/declaration.rs b/atrium-api/src/chat/bsky/actor/declaration.rs index e2630419..c4d5e450 100644 --- a/atrium-api/src/chat/bsky/actor/declaration.rs +++ b/atrium-api/src/chat/bsky/actor/declaration.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `chat.bsky.actor.declaration` namespace. #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] #[serde(rename_all = "camelCase")] diff --git a/atrium-api/src/chat/bsky/actor/defs.rs b/atrium-api/src/chat/bsky/actor/defs.rs index ce9ded75..f48fb4d8 100644 --- a/atrium-api/src/chat/bsky/actor/defs.rs +++ b/atrium-api/src/chat/bsky/actor/defs.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `chat.bsky.actor.defs` namespace. #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] #[serde(rename_all = "camelCase")] diff --git a/atrium-api/src/chat/bsky/actor/delete_account.rs b/atrium-api/src/chat/bsky/actor/delete_account.rs index b79ce693..fe3f4e4f 100644 --- a/atrium-api/src/chat/bsky/actor/delete_account.rs +++ b/atrium-api/src/chat/bsky/actor/delete_account.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `chat.bsky.actor.deleteAccount` namespace. pub const NSID: &str = "chat.bsky.actor.deleteAccount"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/chat/bsky/actor/export_account_data.rs b/atrium-api/src/chat/bsky/actor/export_account_data.rs index fc68a323..136c4362 100644 --- a/atrium-api/src/chat/bsky/actor/export_account_data.rs +++ b/atrium-api/src/chat/bsky/actor/export_account_data.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `chat.bsky.actor.exportAccountData` namespace. pub const NSID: &str = "chat.bsky.actor.exportAccountData"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/chat/bsky/convo.rs b/atrium-api/src/chat/bsky/convo.rs index e77c12e9..0cf5a23c 100644 --- a/atrium-api/src/chat/bsky/convo.rs +++ b/atrium-api/src/chat/bsky/convo.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `chat.bsky.convo` namespace. pub mod defs; pub mod delete_message_for_self; diff --git a/atrium-api/src/chat/bsky/convo/defs.rs b/atrium-api/src/chat/bsky/convo/defs.rs index fe1b5c56..f46416b4 100644 --- a/atrium-api/src/chat/bsky/convo/defs.rs +++ b/atrium-api/src/chat/bsky/convo/defs.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `chat.bsky.convo.defs` namespace. #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] #[serde(rename_all = "camelCase")] diff --git a/atrium-api/src/chat/bsky/convo/delete_message_for_self.rs b/atrium-api/src/chat/bsky/convo/delete_message_for_self.rs index 47ab8baf..35668b18 100644 --- a/atrium-api/src/chat/bsky/convo/delete_message_for_self.rs +++ b/atrium-api/src/chat/bsky/convo/delete_message_for_self.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `chat.bsky.convo.deleteMessageForSelf` namespace. pub const NSID: &str = "chat.bsky.convo.deleteMessageForSelf"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/chat/bsky/convo/get_convo.rs b/atrium-api/src/chat/bsky/convo/get_convo.rs index c2e6ab26..9f0d21e9 100644 --- a/atrium-api/src/chat/bsky/convo/get_convo.rs +++ b/atrium-api/src/chat/bsky/convo/get_convo.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `chat.bsky.convo.getConvo` namespace. pub const NSID: &str = "chat.bsky.convo.getConvo"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/chat/bsky/convo/get_convo_for_members.rs b/atrium-api/src/chat/bsky/convo/get_convo_for_members.rs index d128a003..d393eda4 100644 --- a/atrium-api/src/chat/bsky/convo/get_convo_for_members.rs +++ b/atrium-api/src/chat/bsky/convo/get_convo_for_members.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `chat.bsky.convo.getConvoForMembers` namespace. pub const NSID: &str = "chat.bsky.convo.getConvoForMembers"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/chat/bsky/convo/get_log.rs b/atrium-api/src/chat/bsky/convo/get_log.rs index 49d5897e..9af3098a 100644 --- a/atrium-api/src/chat/bsky/convo/get_log.rs +++ b/atrium-api/src/chat/bsky/convo/get_log.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `chat.bsky.convo.getLog` namespace. pub const NSID: &str = "chat.bsky.convo.getLog"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/chat/bsky/convo/get_messages.rs b/atrium-api/src/chat/bsky/convo/get_messages.rs index 8abe1658..dfd6c86d 100644 --- a/atrium-api/src/chat/bsky/convo/get_messages.rs +++ b/atrium-api/src/chat/bsky/convo/get_messages.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `chat.bsky.convo.getMessages` namespace. pub const NSID: &str = "chat.bsky.convo.getMessages"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/chat/bsky/convo/leave_convo.rs b/atrium-api/src/chat/bsky/convo/leave_convo.rs index c23ceb3f..3236a489 100644 --- a/atrium-api/src/chat/bsky/convo/leave_convo.rs +++ b/atrium-api/src/chat/bsky/convo/leave_convo.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `chat.bsky.convo.leaveConvo` namespace. pub const NSID: &str = "chat.bsky.convo.leaveConvo"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/chat/bsky/convo/list_convos.rs b/atrium-api/src/chat/bsky/convo/list_convos.rs index e2484b71..591148d5 100644 --- a/atrium-api/src/chat/bsky/convo/list_convos.rs +++ b/atrium-api/src/chat/bsky/convo/list_convos.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `chat.bsky.convo.listConvos` namespace. pub const NSID: &str = "chat.bsky.convo.listConvos"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/chat/bsky/convo/mute_convo.rs b/atrium-api/src/chat/bsky/convo/mute_convo.rs index bf9ec580..7fea6cbe 100644 --- a/atrium-api/src/chat/bsky/convo/mute_convo.rs +++ b/atrium-api/src/chat/bsky/convo/mute_convo.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `chat.bsky.convo.muteConvo` namespace. pub const NSID: &str = "chat.bsky.convo.muteConvo"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/chat/bsky/convo/send_message.rs b/atrium-api/src/chat/bsky/convo/send_message.rs index ce867315..db3bb6a0 100644 --- a/atrium-api/src/chat/bsky/convo/send_message.rs +++ b/atrium-api/src/chat/bsky/convo/send_message.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `chat.bsky.convo.sendMessage` namespace. pub const NSID: &str = "chat.bsky.convo.sendMessage"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/chat/bsky/convo/send_message_batch.rs b/atrium-api/src/chat/bsky/convo/send_message_batch.rs index d038f8e0..1939e663 100644 --- a/atrium-api/src/chat/bsky/convo/send_message_batch.rs +++ b/atrium-api/src/chat/bsky/convo/send_message_batch.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `chat.bsky.convo.sendMessageBatch` namespace. pub const NSID: &str = "chat.bsky.convo.sendMessageBatch"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/chat/bsky/convo/unmute_convo.rs b/atrium-api/src/chat/bsky/convo/unmute_convo.rs index e04e012f..c86882c7 100644 --- a/atrium-api/src/chat/bsky/convo/unmute_convo.rs +++ b/atrium-api/src/chat/bsky/convo/unmute_convo.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `chat.bsky.convo.unmuteConvo` namespace. pub const NSID: &str = "chat.bsky.convo.unmuteConvo"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/chat/bsky/convo/update_read.rs b/atrium-api/src/chat/bsky/convo/update_read.rs index f3f82db3..68293412 100644 --- a/atrium-api/src/chat/bsky/convo/update_read.rs +++ b/atrium-api/src/chat/bsky/convo/update_read.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `chat.bsky.convo.updateRead` namespace. pub const NSID: &str = "chat.bsky.convo.updateRead"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/chat/bsky/moderation.rs b/atrium-api/src/chat/bsky/moderation.rs index 6b0343f6..0c62af83 100644 --- a/atrium-api/src/chat/bsky/moderation.rs +++ b/atrium-api/src/chat/bsky/moderation.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `chat.bsky.moderation` namespace. pub mod get_actor_metadata; pub mod get_message_context; diff --git a/atrium-api/src/chat/bsky/moderation/get_actor_metadata.rs b/atrium-api/src/chat/bsky/moderation/get_actor_metadata.rs index fb53cd7a..9e164eaf 100644 --- a/atrium-api/src/chat/bsky/moderation/get_actor_metadata.rs +++ b/atrium-api/src/chat/bsky/moderation/get_actor_metadata.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `chat.bsky.moderation.getActorMetadata` namespace. pub const NSID: &str = "chat.bsky.moderation.getActorMetadata"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/chat/bsky/moderation/get_message_context.rs b/atrium-api/src/chat/bsky/moderation/get_message_context.rs index c313a5f8..f78d85ca 100644 --- a/atrium-api/src/chat/bsky/moderation/get_message_context.rs +++ b/atrium-api/src/chat/bsky/moderation/get_message_context.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `chat.bsky.moderation.getMessageContext` namespace. pub const NSID: &str = "chat.bsky.moderation.getMessageContext"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/chat/bsky/moderation/update_actor_access.rs b/atrium-api/src/chat/bsky/moderation/update_actor_access.rs index d94bf171..79b5a0af 100644 --- a/atrium-api/src/chat/bsky/moderation/update_actor_access.rs +++ b/atrium-api/src/chat/bsky/moderation/update_actor_access.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `chat.bsky.moderation.updateActorAccess` namespace. pub const NSID: &str = "chat.bsky.moderation.updateActorAccess"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/client.rs b/atrium-api/src/client.rs index 01b9a8b2..5d0c81f1 100644 --- a/atrium-api/src/client.rs +++ b/atrium-api/src/client.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Structs for ATP client, implements all HTTP APIs of XRPC. ///Client struct for the ATP service. pub struct AtpServiceClient diff --git a/atrium-api/src/com.rs b/atrium-api/src/com.rs index 75e00e5b..b3719f05 100644 --- a/atrium-api/src/com.rs +++ b/atrium-api/src/com.rs @@ -1,3 +1,3 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `com` namespace. pub mod atproto; diff --git a/atrium-api/src/com/atproto.rs b/atrium-api/src/com/atproto.rs index 319b3111..124bded5 100644 --- a/atrium-api/src/com/atproto.rs +++ b/atrium-api/src/com/atproto.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `com.atproto` namespace. pub mod admin; pub mod identity; diff --git a/atrium-api/src/com/atproto/admin.rs b/atrium-api/src/com/atproto/admin.rs index a91b0b87..7852ee25 100644 --- a/atrium-api/src/com/atproto/admin.rs +++ b/atrium-api/src/com/atproto/admin.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `com.atproto.admin` namespace. pub mod defs; pub mod delete_account; diff --git a/atrium-api/src/com/atproto/admin/defs.rs b/atrium-api/src/com/atproto/admin/defs.rs index 27f1c67b..e93270e2 100644 --- a/atrium-api/src/com/atproto/admin/defs.rs +++ b/atrium-api/src/com/atproto/admin/defs.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `com.atproto.admin.defs` namespace. #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] #[serde(rename_all = "camelCase")] diff --git a/atrium-api/src/com/atproto/admin/delete_account.rs b/atrium-api/src/com/atproto/admin/delete_account.rs index cb434c16..6b6663f3 100644 --- a/atrium-api/src/com/atproto/admin/delete_account.rs +++ b/atrium-api/src/com/atproto/admin/delete_account.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `com.atproto.admin.deleteAccount` namespace. pub const NSID: &str = "com.atproto.admin.deleteAccount"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/com/atproto/admin/disable_account_invites.rs b/atrium-api/src/com/atproto/admin/disable_account_invites.rs index b4b13469..f79458be 100644 --- a/atrium-api/src/com/atproto/admin/disable_account_invites.rs +++ b/atrium-api/src/com/atproto/admin/disable_account_invites.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `com.atproto.admin.disableAccountInvites` namespace. pub const NSID: &str = "com.atproto.admin.disableAccountInvites"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/com/atproto/admin/disable_invite_codes.rs b/atrium-api/src/com/atproto/admin/disable_invite_codes.rs index 821e455e..6b66a2c2 100644 --- a/atrium-api/src/com/atproto/admin/disable_invite_codes.rs +++ b/atrium-api/src/com/atproto/admin/disable_invite_codes.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `com.atproto.admin.disableInviteCodes` namespace. pub const NSID: &str = "com.atproto.admin.disableInviteCodes"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/com/atproto/admin/enable_account_invites.rs b/atrium-api/src/com/atproto/admin/enable_account_invites.rs index c6fc0445..82572a48 100644 --- a/atrium-api/src/com/atproto/admin/enable_account_invites.rs +++ b/atrium-api/src/com/atproto/admin/enable_account_invites.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `com.atproto.admin.enableAccountInvites` namespace. pub const NSID: &str = "com.atproto.admin.enableAccountInvites"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/com/atproto/admin/get_account_info.rs b/atrium-api/src/com/atproto/admin/get_account_info.rs index 3a5fb822..eb0399be 100644 --- a/atrium-api/src/com/atproto/admin/get_account_info.rs +++ b/atrium-api/src/com/atproto/admin/get_account_info.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `com.atproto.admin.getAccountInfo` namespace. pub const NSID: &str = "com.atproto.admin.getAccountInfo"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/com/atproto/admin/get_account_infos.rs b/atrium-api/src/com/atproto/admin/get_account_infos.rs index b353516a..ca88b02f 100644 --- a/atrium-api/src/com/atproto/admin/get_account_infos.rs +++ b/atrium-api/src/com/atproto/admin/get_account_infos.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `com.atproto.admin.getAccountInfos` namespace. pub const NSID: &str = "com.atproto.admin.getAccountInfos"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/com/atproto/admin/get_invite_codes.rs b/atrium-api/src/com/atproto/admin/get_invite_codes.rs index 82505147..750a15d1 100644 --- a/atrium-api/src/com/atproto/admin/get_invite_codes.rs +++ b/atrium-api/src/com/atproto/admin/get_invite_codes.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `com.atproto.admin.getInviteCodes` namespace. pub const NSID: &str = "com.atproto.admin.getInviteCodes"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/com/atproto/admin/get_subject_status.rs b/atrium-api/src/com/atproto/admin/get_subject_status.rs index 51a645c9..98fdeaf8 100644 --- a/atrium-api/src/com/atproto/admin/get_subject_status.rs +++ b/atrium-api/src/com/atproto/admin/get_subject_status.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `com.atproto.admin.getSubjectStatus` namespace. pub const NSID: &str = "com.atproto.admin.getSubjectStatus"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/com/atproto/admin/search_accounts.rs b/atrium-api/src/com/atproto/admin/search_accounts.rs index 6dc64c46..46357fde 100644 --- a/atrium-api/src/com/atproto/admin/search_accounts.rs +++ b/atrium-api/src/com/atproto/admin/search_accounts.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `com.atproto.admin.searchAccounts` namespace. pub const NSID: &str = "com.atproto.admin.searchAccounts"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/com/atproto/admin/send_email.rs b/atrium-api/src/com/atproto/admin/send_email.rs index 0193e922..0153e919 100644 --- a/atrium-api/src/com/atproto/admin/send_email.rs +++ b/atrium-api/src/com/atproto/admin/send_email.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `com.atproto.admin.sendEmail` namespace. pub const NSID: &str = "com.atproto.admin.sendEmail"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/com/atproto/admin/update_account_email.rs b/atrium-api/src/com/atproto/admin/update_account_email.rs index 6b2f058a..77543eae 100644 --- a/atrium-api/src/com/atproto/admin/update_account_email.rs +++ b/atrium-api/src/com/atproto/admin/update_account_email.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `com.atproto.admin.updateAccountEmail` namespace. pub const NSID: &str = "com.atproto.admin.updateAccountEmail"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/com/atproto/admin/update_account_handle.rs b/atrium-api/src/com/atproto/admin/update_account_handle.rs index 43735f6a..c98dcb5c 100644 --- a/atrium-api/src/com/atproto/admin/update_account_handle.rs +++ b/atrium-api/src/com/atproto/admin/update_account_handle.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `com.atproto.admin.updateAccountHandle` namespace. pub const NSID: &str = "com.atproto.admin.updateAccountHandle"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/com/atproto/admin/update_account_password.rs b/atrium-api/src/com/atproto/admin/update_account_password.rs index 3db189c7..dd77c845 100644 --- a/atrium-api/src/com/atproto/admin/update_account_password.rs +++ b/atrium-api/src/com/atproto/admin/update_account_password.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `com.atproto.admin.updateAccountPassword` namespace. pub const NSID: &str = "com.atproto.admin.updateAccountPassword"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/com/atproto/admin/update_subject_status.rs b/atrium-api/src/com/atproto/admin/update_subject_status.rs index 71fa619b..f1fb33d4 100644 --- a/atrium-api/src/com/atproto/admin/update_subject_status.rs +++ b/atrium-api/src/com/atproto/admin/update_subject_status.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `com.atproto.admin.updateSubjectStatus` namespace. pub const NSID: &str = "com.atproto.admin.updateSubjectStatus"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/com/atproto/identity.rs b/atrium-api/src/com/atproto/identity.rs index 49c1eb10..39e45ca8 100644 --- a/atrium-api/src/com/atproto/identity.rs +++ b/atrium-api/src/com/atproto/identity.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `com.atproto.identity` namespace. pub mod get_recommended_did_credentials; pub mod request_plc_operation_signature; diff --git a/atrium-api/src/com/atproto/identity/get_recommended_did_credentials.rs b/atrium-api/src/com/atproto/identity/get_recommended_did_credentials.rs index 5d623681..3058b505 100644 --- a/atrium-api/src/com/atproto/identity/get_recommended_did_credentials.rs +++ b/atrium-api/src/com/atproto/identity/get_recommended_did_credentials.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `com.atproto.identity.getRecommendedDidCredentials` namespace. pub const NSID: &str = "com.atproto.identity.getRecommendedDidCredentials"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/com/atproto/identity/request_plc_operation_signature.rs b/atrium-api/src/com/atproto/identity/request_plc_operation_signature.rs index 5d10c1a8..42cfed9a 100644 --- a/atrium-api/src/com/atproto/identity/request_plc_operation_signature.rs +++ b/atrium-api/src/com/atproto/identity/request_plc_operation_signature.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `com.atproto.identity.requestPlcOperationSignature` namespace. pub const NSID: &str = "com.atproto.identity.requestPlcOperationSignature"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/com/atproto/identity/resolve_handle.rs b/atrium-api/src/com/atproto/identity/resolve_handle.rs index 42218b2c..b9f80fed 100644 --- a/atrium-api/src/com/atproto/identity/resolve_handle.rs +++ b/atrium-api/src/com/atproto/identity/resolve_handle.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `com.atproto.identity.resolveHandle` namespace. pub const NSID: &str = "com.atproto.identity.resolveHandle"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/com/atproto/identity/sign_plc_operation.rs b/atrium-api/src/com/atproto/identity/sign_plc_operation.rs index 5657c60b..ffe383e0 100644 --- a/atrium-api/src/com/atproto/identity/sign_plc_operation.rs +++ b/atrium-api/src/com/atproto/identity/sign_plc_operation.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `com.atproto.identity.signPlcOperation` namespace. pub const NSID: &str = "com.atproto.identity.signPlcOperation"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/com/atproto/identity/submit_plc_operation.rs b/atrium-api/src/com/atproto/identity/submit_plc_operation.rs index e38b6937..15b88019 100644 --- a/atrium-api/src/com/atproto/identity/submit_plc_operation.rs +++ b/atrium-api/src/com/atproto/identity/submit_plc_operation.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `com.atproto.identity.submitPlcOperation` namespace. pub const NSID: &str = "com.atproto.identity.submitPlcOperation"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/com/atproto/identity/update_handle.rs b/atrium-api/src/com/atproto/identity/update_handle.rs index a54d5763..aaeb924b 100644 --- a/atrium-api/src/com/atproto/identity/update_handle.rs +++ b/atrium-api/src/com/atproto/identity/update_handle.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `com.atproto.identity.updateHandle` namespace. pub const NSID: &str = "com.atproto.identity.updateHandle"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/com/atproto/label.rs b/atrium-api/src/com/atproto/label.rs index 62ab738e..9488622f 100644 --- a/atrium-api/src/com/atproto/label.rs +++ b/atrium-api/src/com/atproto/label.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `com.atproto.label` namespace. pub mod defs; pub mod query_labels; diff --git a/atrium-api/src/com/atproto/label/defs.rs b/atrium-api/src/com/atproto/label/defs.rs index f5dad2a9..8ecc14bd 100644 --- a/atrium-api/src/com/atproto/label/defs.rs +++ b/atrium-api/src/com/atproto/label/defs.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `com.atproto.label.defs` namespace. ///Metadata tag on an atproto resource (eg, repo or record). #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/com/atproto/label/query_labels.rs b/atrium-api/src/com/atproto/label/query_labels.rs index de1c279c..42950d1f 100644 --- a/atrium-api/src/com/atproto/label/query_labels.rs +++ b/atrium-api/src/com/atproto/label/query_labels.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `com.atproto.label.queryLabels` namespace. pub const NSID: &str = "com.atproto.label.queryLabels"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/com/atproto/label/subscribe_labels.rs b/atrium-api/src/com/atproto/label/subscribe_labels.rs index 452cf346..a6268389 100644 --- a/atrium-api/src/com/atproto/label/subscribe_labels.rs +++ b/atrium-api/src/com/atproto/label/subscribe_labels.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `com.atproto.label.subscribeLabels` namespace. pub const NSID: &str = "com.atproto.label.subscribeLabels"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/com/atproto/moderation.rs b/atrium-api/src/com/atproto/moderation.rs index 09cec31d..7560960d 100644 --- a/atrium-api/src/com/atproto/moderation.rs +++ b/atrium-api/src/com/atproto/moderation.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `com.atproto.moderation` namespace. pub mod create_report; pub mod defs; diff --git a/atrium-api/src/com/atproto/moderation/create_report.rs b/atrium-api/src/com/atproto/moderation/create_report.rs index b9197428..cb5d876f 100644 --- a/atrium-api/src/com/atproto/moderation/create_report.rs +++ b/atrium-api/src/com/atproto/moderation/create_report.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `com.atproto.moderation.createReport` namespace. pub const NSID: &str = "com.atproto.moderation.createReport"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/com/atproto/moderation/defs.rs b/atrium-api/src/com/atproto/moderation/defs.rs index 2e33ff95..ab6eb1b3 100644 --- a/atrium-api/src/com/atproto/moderation/defs.rs +++ b/atrium-api/src/com/atproto/moderation/defs.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `com.atproto.moderation.defs` namespace. ///Appeal: appeal a previously taken moderation action pub const REASON_APPEAL: &str = "com.atproto.moderation.defs#reasonAppeal"; diff --git a/atrium-api/src/com/atproto/repo.rs b/atrium-api/src/com/atproto/repo.rs index 08985da6..23f20cbc 100644 --- a/atrium-api/src/com/atproto/repo.rs +++ b/atrium-api/src/com/atproto/repo.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `com.atproto.repo` namespace. pub mod apply_writes; pub mod create_record; diff --git a/atrium-api/src/com/atproto/repo/apply_writes.rs b/atrium-api/src/com/atproto/repo/apply_writes.rs index 7394dd51..b71151a7 100644 --- a/atrium-api/src/com/atproto/repo/apply_writes.rs +++ b/atrium-api/src/com/atproto/repo/apply_writes.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `com.atproto.repo.applyWrites` namespace. pub const NSID: &str = "com.atproto.repo.applyWrites"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/com/atproto/repo/create_record.rs b/atrium-api/src/com/atproto/repo/create_record.rs index 362efd1c..1cb8c08a 100644 --- a/atrium-api/src/com/atproto/repo/create_record.rs +++ b/atrium-api/src/com/atproto/repo/create_record.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `com.atproto.repo.createRecord` namespace. pub const NSID: &str = "com.atproto.repo.createRecord"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/com/atproto/repo/defs.rs b/atrium-api/src/com/atproto/repo/defs.rs index 5b27a8af..5787e5ef 100644 --- a/atrium-api/src/com/atproto/repo/defs.rs +++ b/atrium-api/src/com/atproto/repo/defs.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `com.atproto.repo.defs` namespace. #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] #[serde(rename_all = "camelCase")] diff --git a/atrium-api/src/com/atproto/repo/delete_record.rs b/atrium-api/src/com/atproto/repo/delete_record.rs index c9846903..5eaee1d7 100644 --- a/atrium-api/src/com/atproto/repo/delete_record.rs +++ b/atrium-api/src/com/atproto/repo/delete_record.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `com.atproto.repo.deleteRecord` namespace. pub const NSID: &str = "com.atproto.repo.deleteRecord"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/com/atproto/repo/describe_repo.rs b/atrium-api/src/com/atproto/repo/describe_repo.rs index 1a48ee21..389a38d9 100644 --- a/atrium-api/src/com/atproto/repo/describe_repo.rs +++ b/atrium-api/src/com/atproto/repo/describe_repo.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `com.atproto.repo.describeRepo` namespace. pub const NSID: &str = "com.atproto.repo.describeRepo"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/com/atproto/repo/get_record.rs b/atrium-api/src/com/atproto/repo/get_record.rs index 5bc8e888..b51c0ad7 100644 --- a/atrium-api/src/com/atproto/repo/get_record.rs +++ b/atrium-api/src/com/atproto/repo/get_record.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `com.atproto.repo.getRecord` namespace. pub const NSID: &str = "com.atproto.repo.getRecord"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/com/atproto/repo/import_repo.rs b/atrium-api/src/com/atproto/repo/import_repo.rs index be99ab0a..6e411263 100644 --- a/atrium-api/src/com/atproto/repo/import_repo.rs +++ b/atrium-api/src/com/atproto/repo/import_repo.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `com.atproto.repo.importRepo` namespace. pub const NSID: &str = "com.atproto.repo.importRepo"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/com/atproto/repo/list_missing_blobs.rs b/atrium-api/src/com/atproto/repo/list_missing_blobs.rs index 83246e72..bfd8920a 100644 --- a/atrium-api/src/com/atproto/repo/list_missing_blobs.rs +++ b/atrium-api/src/com/atproto/repo/list_missing_blobs.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `com.atproto.repo.listMissingBlobs` namespace. pub const NSID: &str = "com.atproto.repo.listMissingBlobs"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/com/atproto/repo/list_records.rs b/atrium-api/src/com/atproto/repo/list_records.rs index ff1c28c1..d15ca61a 100644 --- a/atrium-api/src/com/atproto/repo/list_records.rs +++ b/atrium-api/src/com/atproto/repo/list_records.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `com.atproto.repo.listRecords` namespace. pub const NSID: &str = "com.atproto.repo.listRecords"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/com/atproto/repo/put_record.rs b/atrium-api/src/com/atproto/repo/put_record.rs index cd5a7011..9844c1ea 100644 --- a/atrium-api/src/com/atproto/repo/put_record.rs +++ b/atrium-api/src/com/atproto/repo/put_record.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `com.atproto.repo.putRecord` namespace. pub const NSID: &str = "com.atproto.repo.putRecord"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/com/atproto/repo/strong_ref.rs b/atrium-api/src/com/atproto/repo/strong_ref.rs index 1849b7da..ed2c95f6 100644 --- a/atrium-api/src/com/atproto/repo/strong_ref.rs +++ b/atrium-api/src/com/atproto/repo/strong_ref.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `com.atproto.repo.strongRef` namespace. //!A URI with a content-hash fingerprint. #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/com/atproto/repo/upload_blob.rs b/atrium-api/src/com/atproto/repo/upload_blob.rs index 5068981a..98792afb 100644 --- a/atrium-api/src/com/atproto/repo/upload_blob.rs +++ b/atrium-api/src/com/atproto/repo/upload_blob.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `com.atproto.repo.uploadBlob` namespace. pub const NSID: &str = "com.atproto.repo.uploadBlob"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/com/atproto/server.rs b/atrium-api/src/com/atproto/server.rs index 36b74a8a..3c242111 100644 --- a/atrium-api/src/com/atproto/server.rs +++ b/atrium-api/src/com/atproto/server.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `com.atproto.server` namespace. pub mod activate_account; pub mod check_account_status; diff --git a/atrium-api/src/com/atproto/server/activate_account.rs b/atrium-api/src/com/atproto/server/activate_account.rs index 7104e43a..b77a9d47 100644 --- a/atrium-api/src/com/atproto/server/activate_account.rs +++ b/atrium-api/src/com/atproto/server/activate_account.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `com.atproto.server.activateAccount` namespace. pub const NSID: &str = "com.atproto.server.activateAccount"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/com/atproto/server/check_account_status.rs b/atrium-api/src/com/atproto/server/check_account_status.rs index 4f8b7811..152d29bc 100644 --- a/atrium-api/src/com/atproto/server/check_account_status.rs +++ b/atrium-api/src/com/atproto/server/check_account_status.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `com.atproto.server.checkAccountStatus` namespace. pub const NSID: &str = "com.atproto.server.checkAccountStatus"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/com/atproto/server/confirm_email.rs b/atrium-api/src/com/atproto/server/confirm_email.rs index a7bd0deb..8485e0f4 100644 --- a/atrium-api/src/com/atproto/server/confirm_email.rs +++ b/atrium-api/src/com/atproto/server/confirm_email.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `com.atproto.server.confirmEmail` namespace. pub const NSID: &str = "com.atproto.server.confirmEmail"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/com/atproto/server/create_account.rs b/atrium-api/src/com/atproto/server/create_account.rs index a7a2b57f..5905ca3c 100644 --- a/atrium-api/src/com/atproto/server/create_account.rs +++ b/atrium-api/src/com/atproto/server/create_account.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `com.atproto.server.createAccount` namespace. pub const NSID: &str = "com.atproto.server.createAccount"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/com/atproto/server/create_app_password.rs b/atrium-api/src/com/atproto/server/create_app_password.rs index 56c39fa7..a2524008 100644 --- a/atrium-api/src/com/atproto/server/create_app_password.rs +++ b/atrium-api/src/com/atproto/server/create_app_password.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `com.atproto.server.createAppPassword` namespace. pub const NSID: &str = "com.atproto.server.createAppPassword"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/com/atproto/server/create_invite_code.rs b/atrium-api/src/com/atproto/server/create_invite_code.rs index 2458e9f8..2a14f530 100644 --- a/atrium-api/src/com/atproto/server/create_invite_code.rs +++ b/atrium-api/src/com/atproto/server/create_invite_code.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `com.atproto.server.createInviteCode` namespace. pub const NSID: &str = "com.atproto.server.createInviteCode"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/com/atproto/server/create_invite_codes.rs b/atrium-api/src/com/atproto/server/create_invite_codes.rs index 124383fc..65a62659 100644 --- a/atrium-api/src/com/atproto/server/create_invite_codes.rs +++ b/atrium-api/src/com/atproto/server/create_invite_codes.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `com.atproto.server.createInviteCodes` namespace. pub const NSID: &str = "com.atproto.server.createInviteCodes"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/com/atproto/server/create_session.rs b/atrium-api/src/com/atproto/server/create_session.rs index f2f95149..9f0888b4 100644 --- a/atrium-api/src/com/atproto/server/create_session.rs +++ b/atrium-api/src/com/atproto/server/create_session.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `com.atproto.server.createSession` namespace. pub const NSID: &str = "com.atproto.server.createSession"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/com/atproto/server/deactivate_account.rs b/atrium-api/src/com/atproto/server/deactivate_account.rs index 3a757019..c62985a6 100644 --- a/atrium-api/src/com/atproto/server/deactivate_account.rs +++ b/atrium-api/src/com/atproto/server/deactivate_account.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `com.atproto.server.deactivateAccount` namespace. pub const NSID: &str = "com.atproto.server.deactivateAccount"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/com/atproto/server/defs.rs b/atrium-api/src/com/atproto/server/defs.rs index 3b11a988..5548df02 100644 --- a/atrium-api/src/com/atproto/server/defs.rs +++ b/atrium-api/src/com/atproto/server/defs.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `com.atproto.server.defs` namespace. #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] #[serde(rename_all = "camelCase")] diff --git a/atrium-api/src/com/atproto/server/delete_account.rs b/atrium-api/src/com/atproto/server/delete_account.rs index fa982f69..e64fa3e3 100644 --- a/atrium-api/src/com/atproto/server/delete_account.rs +++ b/atrium-api/src/com/atproto/server/delete_account.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `com.atproto.server.deleteAccount` namespace. pub const NSID: &str = "com.atproto.server.deleteAccount"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/com/atproto/server/delete_session.rs b/atrium-api/src/com/atproto/server/delete_session.rs index fdabf822..76c8fce3 100644 --- a/atrium-api/src/com/atproto/server/delete_session.rs +++ b/atrium-api/src/com/atproto/server/delete_session.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `com.atproto.server.deleteSession` namespace. pub const NSID: &str = "com.atproto.server.deleteSession"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/com/atproto/server/describe_server.rs b/atrium-api/src/com/atproto/server/describe_server.rs index 40945aaf..90989dba 100644 --- a/atrium-api/src/com/atproto/server/describe_server.rs +++ b/atrium-api/src/com/atproto/server/describe_server.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `com.atproto.server.describeServer` namespace. pub const NSID: &str = "com.atproto.server.describeServer"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/com/atproto/server/get_account_invite_codes.rs b/atrium-api/src/com/atproto/server/get_account_invite_codes.rs index fcf1a4d2..6e7c0bf1 100644 --- a/atrium-api/src/com/atproto/server/get_account_invite_codes.rs +++ b/atrium-api/src/com/atproto/server/get_account_invite_codes.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `com.atproto.server.getAccountInviteCodes` namespace. pub const NSID: &str = "com.atproto.server.getAccountInviteCodes"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/com/atproto/server/get_service_auth.rs b/atrium-api/src/com/atproto/server/get_service_auth.rs index 006ea667..adb76c2a 100644 --- a/atrium-api/src/com/atproto/server/get_service_auth.rs +++ b/atrium-api/src/com/atproto/server/get_service_auth.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `com.atproto.server.getServiceAuth` namespace. pub const NSID: &str = "com.atproto.server.getServiceAuth"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/com/atproto/server/get_session.rs b/atrium-api/src/com/atproto/server/get_session.rs index 0ff29fe3..ee8017b5 100644 --- a/atrium-api/src/com/atproto/server/get_session.rs +++ b/atrium-api/src/com/atproto/server/get_session.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `com.atproto.server.getSession` namespace. pub const NSID: &str = "com.atproto.server.getSession"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/com/atproto/server/list_app_passwords.rs b/atrium-api/src/com/atproto/server/list_app_passwords.rs index 220b38c8..ba71a634 100644 --- a/atrium-api/src/com/atproto/server/list_app_passwords.rs +++ b/atrium-api/src/com/atproto/server/list_app_passwords.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `com.atproto.server.listAppPasswords` namespace. pub const NSID: &str = "com.atproto.server.listAppPasswords"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/com/atproto/server/refresh_session.rs b/atrium-api/src/com/atproto/server/refresh_session.rs index cc53edc1..ce09ac56 100644 --- a/atrium-api/src/com/atproto/server/refresh_session.rs +++ b/atrium-api/src/com/atproto/server/refresh_session.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `com.atproto.server.refreshSession` namespace. pub const NSID: &str = "com.atproto.server.refreshSession"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/com/atproto/server/request_account_delete.rs b/atrium-api/src/com/atproto/server/request_account_delete.rs index 0b3954b6..2ba6b0e2 100644 --- a/atrium-api/src/com/atproto/server/request_account_delete.rs +++ b/atrium-api/src/com/atproto/server/request_account_delete.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `com.atproto.server.requestAccountDelete` namespace. pub const NSID: &str = "com.atproto.server.requestAccountDelete"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/com/atproto/server/request_email_confirmation.rs b/atrium-api/src/com/atproto/server/request_email_confirmation.rs index 7066095e..7e90be30 100644 --- a/atrium-api/src/com/atproto/server/request_email_confirmation.rs +++ b/atrium-api/src/com/atproto/server/request_email_confirmation.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `com.atproto.server.requestEmailConfirmation` namespace. pub const NSID: &str = "com.atproto.server.requestEmailConfirmation"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/com/atproto/server/request_email_update.rs b/atrium-api/src/com/atproto/server/request_email_update.rs index 690369c1..82ea42c8 100644 --- a/atrium-api/src/com/atproto/server/request_email_update.rs +++ b/atrium-api/src/com/atproto/server/request_email_update.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `com.atproto.server.requestEmailUpdate` namespace. pub const NSID: &str = "com.atproto.server.requestEmailUpdate"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/com/atproto/server/request_password_reset.rs b/atrium-api/src/com/atproto/server/request_password_reset.rs index d87ef3fb..9500cff1 100644 --- a/atrium-api/src/com/atproto/server/request_password_reset.rs +++ b/atrium-api/src/com/atproto/server/request_password_reset.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `com.atproto.server.requestPasswordReset` namespace. pub const NSID: &str = "com.atproto.server.requestPasswordReset"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/com/atproto/server/reserve_signing_key.rs b/atrium-api/src/com/atproto/server/reserve_signing_key.rs index a11123ac..24222915 100644 --- a/atrium-api/src/com/atproto/server/reserve_signing_key.rs +++ b/atrium-api/src/com/atproto/server/reserve_signing_key.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `com.atproto.server.reserveSigningKey` namespace. pub const NSID: &str = "com.atproto.server.reserveSigningKey"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/com/atproto/server/reset_password.rs b/atrium-api/src/com/atproto/server/reset_password.rs index 97c4b39b..3d1a9bd2 100644 --- a/atrium-api/src/com/atproto/server/reset_password.rs +++ b/atrium-api/src/com/atproto/server/reset_password.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `com.atproto.server.resetPassword` namespace. pub const NSID: &str = "com.atproto.server.resetPassword"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/com/atproto/server/revoke_app_password.rs b/atrium-api/src/com/atproto/server/revoke_app_password.rs index c7b3d52f..6a17a859 100644 --- a/atrium-api/src/com/atproto/server/revoke_app_password.rs +++ b/atrium-api/src/com/atproto/server/revoke_app_password.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `com.atproto.server.revokeAppPassword` namespace. pub const NSID: &str = "com.atproto.server.revokeAppPassword"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/com/atproto/server/update_email.rs b/atrium-api/src/com/atproto/server/update_email.rs index b6748fb0..cf65c12c 100644 --- a/atrium-api/src/com/atproto/server/update_email.rs +++ b/atrium-api/src/com/atproto/server/update_email.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `com.atproto.server.updateEmail` namespace. pub const NSID: &str = "com.atproto.server.updateEmail"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/com/atproto/sync.rs b/atrium-api/src/com/atproto/sync.rs index b5eb1cae..2cfc5410 100644 --- a/atrium-api/src/com/atproto/sync.rs +++ b/atrium-api/src/com/atproto/sync.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `com.atproto.sync` namespace. pub mod get_blob; pub mod get_blocks; diff --git a/atrium-api/src/com/atproto/sync/get_blob.rs b/atrium-api/src/com/atproto/sync/get_blob.rs index c6f906b0..f61b9dcc 100644 --- a/atrium-api/src/com/atproto/sync/get_blob.rs +++ b/atrium-api/src/com/atproto/sync/get_blob.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `com.atproto.sync.getBlob` namespace. pub const NSID: &str = "com.atproto.sync.getBlob"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/com/atproto/sync/get_blocks.rs b/atrium-api/src/com/atproto/sync/get_blocks.rs index b7f03e27..89e2acef 100644 --- a/atrium-api/src/com/atproto/sync/get_blocks.rs +++ b/atrium-api/src/com/atproto/sync/get_blocks.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `com.atproto.sync.getBlocks` namespace. pub const NSID: &str = "com.atproto.sync.getBlocks"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/com/atproto/sync/get_checkout.rs b/atrium-api/src/com/atproto/sync/get_checkout.rs index 415dfc86..d8e934c6 100644 --- a/atrium-api/src/com/atproto/sync/get_checkout.rs +++ b/atrium-api/src/com/atproto/sync/get_checkout.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `com.atproto.sync.getCheckout` namespace. pub const NSID: &str = "com.atproto.sync.getCheckout"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/com/atproto/sync/get_head.rs b/atrium-api/src/com/atproto/sync/get_head.rs index 09a67262..7d148579 100644 --- a/atrium-api/src/com/atproto/sync/get_head.rs +++ b/atrium-api/src/com/atproto/sync/get_head.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `com.atproto.sync.getHead` namespace. pub const NSID: &str = "com.atproto.sync.getHead"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/com/atproto/sync/get_latest_commit.rs b/atrium-api/src/com/atproto/sync/get_latest_commit.rs index b778b97c..9f33a301 100644 --- a/atrium-api/src/com/atproto/sync/get_latest_commit.rs +++ b/atrium-api/src/com/atproto/sync/get_latest_commit.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `com.atproto.sync.getLatestCommit` namespace. pub const NSID: &str = "com.atproto.sync.getLatestCommit"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/com/atproto/sync/get_record.rs b/atrium-api/src/com/atproto/sync/get_record.rs index 03893139..0d2cf1ac 100644 --- a/atrium-api/src/com/atproto/sync/get_record.rs +++ b/atrium-api/src/com/atproto/sync/get_record.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `com.atproto.sync.getRecord` namespace. pub const NSID: &str = "com.atproto.sync.getRecord"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/com/atproto/sync/get_repo.rs b/atrium-api/src/com/atproto/sync/get_repo.rs index 64804bbc..bcede4c2 100644 --- a/atrium-api/src/com/atproto/sync/get_repo.rs +++ b/atrium-api/src/com/atproto/sync/get_repo.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `com.atproto.sync.getRepo` namespace. pub const NSID: &str = "com.atproto.sync.getRepo"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/com/atproto/sync/get_repo_status.rs b/atrium-api/src/com/atproto/sync/get_repo_status.rs index a0c43d8b..fb8a9adb 100644 --- a/atrium-api/src/com/atproto/sync/get_repo_status.rs +++ b/atrium-api/src/com/atproto/sync/get_repo_status.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `com.atproto.sync.getRepoStatus` namespace. pub const NSID: &str = "com.atproto.sync.getRepoStatus"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/com/atproto/sync/list_blobs.rs b/atrium-api/src/com/atproto/sync/list_blobs.rs index 54371033..c609bd16 100644 --- a/atrium-api/src/com/atproto/sync/list_blobs.rs +++ b/atrium-api/src/com/atproto/sync/list_blobs.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `com.atproto.sync.listBlobs` namespace. pub const NSID: &str = "com.atproto.sync.listBlobs"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/com/atproto/sync/list_repos.rs b/atrium-api/src/com/atproto/sync/list_repos.rs index b4604ef7..a4969c69 100644 --- a/atrium-api/src/com/atproto/sync/list_repos.rs +++ b/atrium-api/src/com/atproto/sync/list_repos.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `com.atproto.sync.listRepos` namespace. pub const NSID: &str = "com.atproto.sync.listRepos"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/com/atproto/sync/notify_of_update.rs b/atrium-api/src/com/atproto/sync/notify_of_update.rs index be138437..9ccf30a8 100644 --- a/atrium-api/src/com/atproto/sync/notify_of_update.rs +++ b/atrium-api/src/com/atproto/sync/notify_of_update.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `com.atproto.sync.notifyOfUpdate` namespace. pub const NSID: &str = "com.atproto.sync.notifyOfUpdate"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/com/atproto/sync/request_crawl.rs b/atrium-api/src/com/atproto/sync/request_crawl.rs index ec7ee700..e47ad9ad 100644 --- a/atrium-api/src/com/atproto/sync/request_crawl.rs +++ b/atrium-api/src/com/atproto/sync/request_crawl.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `com.atproto.sync.requestCrawl` namespace. pub const NSID: &str = "com.atproto.sync.requestCrawl"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/com/atproto/sync/subscribe_repos.rs b/atrium-api/src/com/atproto/sync/subscribe_repos.rs index 938a2d7e..d3476440 100644 --- a/atrium-api/src/com/atproto/sync/subscribe_repos.rs +++ b/atrium-api/src/com/atproto/sync/subscribe_repos.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `com.atproto.sync.subscribeRepos` namespace. pub const NSID: &str = "com.atproto.sync.subscribeRepos"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/com/atproto/temp.rs b/atrium-api/src/com/atproto/temp.rs index 283c1834..79c9dbc7 100644 --- a/atrium-api/src/com/atproto/temp.rs +++ b/atrium-api/src/com/atproto/temp.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `com.atproto.temp` namespace. pub mod check_signup_queue; pub mod fetch_labels; diff --git a/atrium-api/src/com/atproto/temp/check_signup_queue.rs b/atrium-api/src/com/atproto/temp/check_signup_queue.rs index 8571dd7b..7e08c7df 100644 --- a/atrium-api/src/com/atproto/temp/check_signup_queue.rs +++ b/atrium-api/src/com/atproto/temp/check_signup_queue.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `com.atproto.temp.checkSignupQueue` namespace. pub const NSID: &str = "com.atproto.temp.checkSignupQueue"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/com/atproto/temp/fetch_labels.rs b/atrium-api/src/com/atproto/temp/fetch_labels.rs index b70cfa43..fbb43784 100644 --- a/atrium-api/src/com/atproto/temp/fetch_labels.rs +++ b/atrium-api/src/com/atproto/temp/fetch_labels.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `com.atproto.temp.fetchLabels` namespace. pub const NSID: &str = "com.atproto.temp.fetchLabels"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/com/atproto/temp/request_phone_verification.rs b/atrium-api/src/com/atproto/temp/request_phone_verification.rs index 61306905..474b2162 100644 --- a/atrium-api/src/com/atproto/temp/request_phone_verification.rs +++ b/atrium-api/src/com/atproto/temp/request_phone_verification.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `com.atproto.temp.requestPhoneVerification` namespace. pub const NSID: &str = "com.atproto.temp.requestPhoneVerification"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/record.rs b/atrium-api/src/record.rs index 7ccec6f8..31e28d4b 100644 --- a/atrium-api/src/record.rs +++ b/atrium-api/src/record.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!A collection of known record types. #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] #[serde(tag = "$type")] diff --git a/atrium-api/src/tools.rs b/atrium-api/src/tools.rs index 17a2adb1..88927f69 100644 --- a/atrium-api/src/tools.rs +++ b/atrium-api/src/tools.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `tools` namespace. #[cfg_attr(docsrs, doc(cfg(feature = "namespace-toolsozone")))] #[cfg(feature = "namespace-toolsozone")] diff --git a/atrium-api/src/tools/ozone.rs b/atrium-api/src/tools/ozone.rs index c3b0479c..456d50d9 100644 --- a/atrium-api/src/tools/ozone.rs +++ b/atrium-api/src/tools/ozone.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `tools.ozone` namespace. pub mod communication; pub mod moderation; diff --git a/atrium-api/src/tools/ozone/communication.rs b/atrium-api/src/tools/ozone/communication.rs index c205ad75..ee67dac1 100644 --- a/atrium-api/src/tools/ozone/communication.rs +++ b/atrium-api/src/tools/ozone/communication.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `tools.ozone.communication` namespace. pub mod create_template; pub mod defs; diff --git a/atrium-api/src/tools/ozone/communication/create_template.rs b/atrium-api/src/tools/ozone/communication/create_template.rs index c0bbe979..9cbe8db3 100644 --- a/atrium-api/src/tools/ozone/communication/create_template.rs +++ b/atrium-api/src/tools/ozone/communication/create_template.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `tools.ozone.communication.createTemplate` namespace. pub const NSID: &str = "tools.ozone.communication.createTemplate"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/tools/ozone/communication/defs.rs b/atrium-api/src/tools/ozone/communication/defs.rs index 1d084804..262a12c0 100644 --- a/atrium-api/src/tools/ozone/communication/defs.rs +++ b/atrium-api/src/tools/ozone/communication/defs.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `tools.ozone.communication.defs` namespace. #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] #[serde(rename_all = "camelCase")] diff --git a/atrium-api/src/tools/ozone/communication/delete_template.rs b/atrium-api/src/tools/ozone/communication/delete_template.rs index 7fa9cb6a..e53fee33 100644 --- a/atrium-api/src/tools/ozone/communication/delete_template.rs +++ b/atrium-api/src/tools/ozone/communication/delete_template.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `tools.ozone.communication.deleteTemplate` namespace. pub const NSID: &str = "tools.ozone.communication.deleteTemplate"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/tools/ozone/communication/list_templates.rs b/atrium-api/src/tools/ozone/communication/list_templates.rs index db978660..3288f3ba 100644 --- a/atrium-api/src/tools/ozone/communication/list_templates.rs +++ b/atrium-api/src/tools/ozone/communication/list_templates.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `tools.ozone.communication.listTemplates` namespace. pub const NSID: &str = "tools.ozone.communication.listTemplates"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/tools/ozone/communication/update_template.rs b/atrium-api/src/tools/ozone/communication/update_template.rs index b25abac5..db27d8a2 100644 --- a/atrium-api/src/tools/ozone/communication/update_template.rs +++ b/atrium-api/src/tools/ozone/communication/update_template.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `tools.ozone.communication.updateTemplate` namespace. pub const NSID: &str = "tools.ozone.communication.updateTemplate"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/tools/ozone/moderation.rs b/atrium-api/src/tools/ozone/moderation.rs index 7b3f2eae..1cd70aa3 100644 --- a/atrium-api/src/tools/ozone/moderation.rs +++ b/atrium-api/src/tools/ozone/moderation.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `tools.ozone.moderation` namespace. pub mod defs; pub mod emit_event; diff --git a/atrium-api/src/tools/ozone/moderation/defs.rs b/atrium-api/src/tools/ozone/moderation/defs.rs index 0adfeaf7..e286c32e 100644 --- a/atrium-api/src/tools/ozone/moderation/defs.rs +++ b/atrium-api/src/tools/ozone/moderation/defs.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `tools.ozone.moderation.defs` namespace. #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] #[serde(rename_all = "camelCase")] diff --git a/atrium-api/src/tools/ozone/moderation/emit_event.rs b/atrium-api/src/tools/ozone/moderation/emit_event.rs index 301ce7ae..82fc95d3 100644 --- a/atrium-api/src/tools/ozone/moderation/emit_event.rs +++ b/atrium-api/src/tools/ozone/moderation/emit_event.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `tools.ozone.moderation.emitEvent` namespace. pub const NSID: &str = "tools.ozone.moderation.emitEvent"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/tools/ozone/moderation/get_event.rs b/atrium-api/src/tools/ozone/moderation/get_event.rs index c654d0c6..030f9dc5 100644 --- a/atrium-api/src/tools/ozone/moderation/get_event.rs +++ b/atrium-api/src/tools/ozone/moderation/get_event.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `tools.ozone.moderation.getEvent` namespace. pub const NSID: &str = "tools.ozone.moderation.getEvent"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/tools/ozone/moderation/get_record.rs b/atrium-api/src/tools/ozone/moderation/get_record.rs index a7742b35..281ea473 100644 --- a/atrium-api/src/tools/ozone/moderation/get_record.rs +++ b/atrium-api/src/tools/ozone/moderation/get_record.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `tools.ozone.moderation.getRecord` namespace. pub const NSID: &str = "tools.ozone.moderation.getRecord"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/tools/ozone/moderation/get_repo.rs b/atrium-api/src/tools/ozone/moderation/get_repo.rs index 9a432168..eb5fae5b 100644 --- a/atrium-api/src/tools/ozone/moderation/get_repo.rs +++ b/atrium-api/src/tools/ozone/moderation/get_repo.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `tools.ozone.moderation.getRepo` namespace. pub const NSID: &str = "tools.ozone.moderation.getRepo"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/tools/ozone/moderation/query_events.rs b/atrium-api/src/tools/ozone/moderation/query_events.rs index 6978d3da..bbb691f4 100644 --- a/atrium-api/src/tools/ozone/moderation/query_events.rs +++ b/atrium-api/src/tools/ozone/moderation/query_events.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `tools.ozone.moderation.queryEvents` namespace. pub const NSID: &str = "tools.ozone.moderation.queryEvents"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/tools/ozone/moderation/query_statuses.rs b/atrium-api/src/tools/ozone/moderation/query_statuses.rs index 42694dbf..6bd10a50 100644 --- a/atrium-api/src/tools/ozone/moderation/query_statuses.rs +++ b/atrium-api/src/tools/ozone/moderation/query_statuses.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `tools.ozone.moderation.queryStatuses` namespace. pub const NSID: &str = "tools.ozone.moderation.queryStatuses"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/tools/ozone/moderation/search_repos.rs b/atrium-api/src/tools/ozone/moderation/search_repos.rs index 3eb9319d..f793ee46 100644 --- a/atrium-api/src/tools/ozone/moderation/search_repos.rs +++ b/atrium-api/src/tools/ozone/moderation/search_repos.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `tools.ozone.moderation.searchRepos` namespace. pub const NSID: &str = "tools.ozone.moderation.searchRepos"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/tools/ozone/server.rs b/atrium-api/src/tools/ozone/server.rs index 95909efb..7138b62d 100644 --- a/atrium-api/src/tools/ozone/server.rs +++ b/atrium-api/src/tools/ozone/server.rs @@ -1,3 +1,3 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `tools.ozone.server` namespace. pub mod get_config; diff --git a/atrium-api/src/tools/ozone/server/get_config.rs b/atrium-api/src/tools/ozone/server/get_config.rs index a58555d6..c4ee5242 100644 --- a/atrium-api/src/tools/ozone/server/get_config.rs +++ b/atrium-api/src/tools/ozone/server/get_config.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `tools.ozone.server.getConfig` namespace. pub const NSID: &str = "tools.ozone.server.getConfig"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/tools/ozone/team.rs b/atrium-api/src/tools/ozone/team.rs index a0a86988..b43ca248 100644 --- a/atrium-api/src/tools/ozone/team.rs +++ b/atrium-api/src/tools/ozone/team.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `tools.ozone.team` namespace. pub mod add_member; pub mod defs; diff --git a/atrium-api/src/tools/ozone/team/add_member.rs b/atrium-api/src/tools/ozone/team/add_member.rs index 10a0f1c3..252fe839 100644 --- a/atrium-api/src/tools/ozone/team/add_member.rs +++ b/atrium-api/src/tools/ozone/team/add_member.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `tools.ozone.team.addMember` namespace. pub const NSID: &str = "tools.ozone.team.addMember"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/tools/ozone/team/defs.rs b/atrium-api/src/tools/ozone/team/defs.rs index 6ac052cd..f4f98dfc 100644 --- a/atrium-api/src/tools/ozone/team/defs.rs +++ b/atrium-api/src/tools/ozone/team/defs.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `tools.ozone.team.defs` namespace. #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] #[serde(rename_all = "camelCase")] diff --git a/atrium-api/src/tools/ozone/team/delete_member.rs b/atrium-api/src/tools/ozone/team/delete_member.rs index eb3d42bc..edf68244 100644 --- a/atrium-api/src/tools/ozone/team/delete_member.rs +++ b/atrium-api/src/tools/ozone/team/delete_member.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `tools.ozone.team.deleteMember` namespace. pub const NSID: &str = "tools.ozone.team.deleteMember"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/tools/ozone/team/list_members.rs b/atrium-api/src/tools/ozone/team/list_members.rs index 41217ac6..88ad7501 100644 --- a/atrium-api/src/tools/ozone/team/list_members.rs +++ b/atrium-api/src/tools/ozone/team/list_members.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `tools.ozone.team.listMembers` namespace. pub const NSID: &str = "tools.ozone.team.listMembers"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] diff --git a/atrium-api/src/tools/ozone/team/update_member.rs b/atrium-api/src/tools/ozone/team/update_member.rs index 0cf072b1..906b9a83 100644 --- a/atrium-api/src/tools/ozone/team/update_member.rs +++ b/atrium-api/src/tools/ozone/team/update_member.rs @@ -1,4 +1,4 @@ -// This file is generated by atrium-codegen. DO NOT EDIT. +// @generated - This file is generated by atrium-codegen. DO NOT EDIT. //!Definitions for the `tools.ozone.team.updateMember` namespace. pub const NSID: &str = "tools.ozone.team.updateMember"; #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)]