Skip to content

Commit

Permalink
feat: Introduce "open" union types (#149)
Browse files Browse the repository at this point in the history
* Add Union type, update codegen and generated apis

* Fix cli
  • Loading branch information
sugyan authored Mar 27, 2024
1 parent 68797a0 commit 2165eff
Show file tree
Hide file tree
Showing 27 changed files with 116 additions and 78 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

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/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ default = ["agent"]
agent = ["tokio/sync"]

[dev-dependencies]
atrium-xrpc-client.workspace = true
futures.workspace = true
serde_json.workspace = true
serde_ipld_dagcbor.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion 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.

4 changes: 2 additions & 2 deletions atrium-api/src/app/bsky/actor/profile.rs

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

6 changes: 3 additions & 3 deletions atrium-api/src/app/bsky/embed/record.rs

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

8 changes: 4 additions & 4 deletions atrium-api/src/app/bsky/embed/record_with_media.rs

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

26 changes: 13 additions & 13 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.

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

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

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

8 changes: 4 additions & 4 deletions atrium-api/src/app/bsky/feed/post.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/threadgate.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/graph/get_relationships.rs

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

4 changes: 2 additions & 2 deletions atrium-api/src/app/bsky/graph/list.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/labeler/get_services.rs

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

4 changes: 2 additions & 2 deletions atrium-api/src/app/bsky/labeler/service.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/richtext/facet.rs

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

4 changes: 2 additions & 2 deletions atrium-api/src/com/atproto/admin/get_subject_status.rs

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

8 changes: 4 additions & 4 deletions atrium-api/src/com/atproto/admin/update_subject_status.rs

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

Loading

0 comments on commit 2165eff

Please sign in to comment.