Skip to content

Commit

Permalink
feat: Update API, based on the latest lexicon schemas (#210)
Browse files Browse the repository at this point in the history
* Update API, based on the latest lexicon schemas

bluesky-social/atproto@dc471da

* Fix cli
  • Loading branch information
sugyan authored Aug 13, 2024
1 parent 8a84482 commit e65ab97
Show file tree
Hide file tree
Showing 12 changed files with 90 additions and 3 deletions.
8 changes: 8 additions & 0 deletions atrium-api/src/app/bsky/actor/defs.rs

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

2 changes: 1 addition & 1 deletion 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.

1 change: 1 addition & 0 deletions atrium-api/src/app/bsky/notification.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/notification/get_unread_count.rs

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

4 changes: 4 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.

17 changes: 17 additions & 0 deletions atrium-api/src/app/bsky/notification/put_preferences.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.

30 changes: 30 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.

2 changes: 1 addition & 1 deletion atrium-api/src/com/atproto/label/defs.rs

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

19 changes: 18 additions & 1 deletion atrium-api/src/com/atproto/server/get_service_auth.rs

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

4 changes: 4 additions & 0 deletions atrium-api/src/tools/ozone/moderation/defs.rs

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

1 change: 1 addition & 0 deletions bsky-cli/src/runner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@ impl Runner {
api::app::bsky::notification::list_notifications::ParametersData {
cursor: None,
limit: Some(limit),
priority: None,
seen_at: None,
}
.into(),
Expand Down

0 comments on commit e65ab97

Please sign in to comment.