Skip to content

Commit

Permalink
update schema based on current lexicon
Browse files Browse the repository at this point in the history
  • Loading branch information
naim94a committed Jan 20, 2025
1 parent 25a8082 commit 29038ae
Show file tree
Hide file tree
Showing 25 changed files with 269 additions and 1 deletion.
1 change: 1 addition & 0 deletions atrium-api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
auth_factor_token: None,
identifier: "[email protected]".into(),
password: "hunter2".into(),
allow_takendown: None,
}
.into(),
)
Expand Down
1 change: 1 addition & 0 deletions atrium-api/src/agent.rs
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ where
auth_factor_token: None,
identifier: identifier.as_ref().into(),
password: password.as_ref().into(),
allow_takendown: None,
}
.into(),
)
Expand Down
3 changes: 3 additions & 0 deletions atrium-api/src/app/bsky/actor/get_suggestions.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions atrium-api/src/app/bsky/feed/defs.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions atrium-api/src/app/bsky/feed/generator.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions atrium-api/src/app/bsky/notification/list_notifications.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions atrium-api/src/app/bsky/unspecced.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions atrium-api/src/app/bsky/unspecced/defs.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions atrium-api/src/app/bsky/unspecced/get_suggestions_skeleton.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 28 additions & 0 deletions atrium-api/src/app/bsky/unspecced/get_trending_topics.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

60 changes: 60 additions & 0 deletions atrium-api/src/client.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions atrium-api/src/com/atproto.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions atrium-api/src/com/atproto/lexicon.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions atrium-api/src/com/atproto/lexicon/schema.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions atrium-api/src/com/atproto/server/create_session.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions atrium-api/src/com/atproto/temp.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 21 additions & 0 deletions atrium-api/src/com/atproto/temp/add_reserved_handle.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions atrium-api/src/record.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 29038ae

Please sign in to comment.