Skip to content

Commit

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

* Update API, based on the latest lexicon schemas

* Update .gitattributes
  • Loading branch information
sugyan authored May 17, 2024
1 parent bb55488 commit a711c31
Show file tree
Hide file tree
Showing 34 changed files with 1,545 additions and 514 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
atrium-api/src/app.rs linguist-generated=true
atrium-api/src/app/** linguist-generated=true
atrium-api/src/chat.rs linguist-generated=true
atrium-api/src/chat/** linguist-generated=true
atrium-api/src/com.rs linguist-generated=true
atrium-api/src/com/** linguist-generated=true
atrium-api/src/tools.rs linguist-generated=true
Expand Down
7 changes: 7 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.

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

3 changes: 3 additions & 0 deletions atrium-api/src/chat.rs

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

5 changes: 5 additions & 0 deletions atrium-api/src/chat/bsky.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/chat/bsky/actor.rs

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

7 changes: 7 additions & 0 deletions atrium-api/src/chat/bsky/actor/declaration.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/chat/bsky/actor/defs.rs

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

13 changes: 13 additions & 0 deletions atrium-api/src/chat/bsky/actor/delete_account.rs

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

10 changes: 10 additions & 0 deletions atrium-api/src/chat/bsky/actor/export_account_data.rs

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

15 changes: 15 additions & 0 deletions atrium-api/src/chat/bsky/convo.rs

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

120 changes: 120 additions & 0 deletions atrium-api/src/chat/bsky/convo/defs.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/chat/bsky/convo/delete_message_for_self.rs

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

20 changes: 20 additions & 0 deletions atrium-api/src/chat/bsky/convo/get_convo.rs

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

20 changes: 20 additions & 0 deletions atrium-api/src/chat/bsky/convo/get_convo_for_members.rs

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

39 changes: 39 additions & 0 deletions atrium-api/src/chat/bsky/convo/get_log.rs

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

36 changes: 36 additions & 0 deletions atrium-api/src/chat/bsky/convo/get_messages.rs

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

Loading

0 comments on commit a711c31

Please sign in to comment.