···11----
22-'@atcute/lexicon-community': minor
33-'@atcute/whitewind': minor
44-'@atcute/bluemoji': minor
55-'@atcute/atproto': minor
66-'@atcute/bluesky': minor
77-'@atcute/ozone': minor
88-'@atcute/lex-cli': minor
99----
1010-1111-bring back convenient interfaces for XRPC operations
1212-1313-in hindsight, it was a big mistake making substituting `AppBskyFeedGetTimeline.Output` for
1414-`InferXRPCBodyInput<AppBskyFeedGetTimeline.mainSchema['output']>`!
1515-1616-the change was prompted because lexicon documents do not reserve names for the code generator's
1717-types, you could have a document defining a query and a type named `output`, and you'd basically
1818-wreck havoc on the codegen itself.
1919-2020-but clearly these convenient interfaces are still worth having, so while it now exists, the
2121-compromise is that these interfaces now have been renamed to ensure they don't conflict with any
2222-definitions ever:
2323-2424-- `Params` to `$params`, for query parameters
2525-- `Input` to `$input`, for request body
2626-- `Output` to `$output`, for response body
+21
packages/definitions/atproto/CHANGELOG.md
···11# @atcute/atproto
2233+## 3.1.0
44+55+### Minor Changes
66+77+- e8592d0: bring back convenient interfaces for XRPC operations
88+99+ in hindsight, it was a big mistake making substituting `AppBskyFeedGetTimeline.Output` for
1010+ `InferXRPCBodyInput<AppBskyFeedGetTimeline.mainSchema['output']>`!
1111+1212+ the change was prompted because lexicon documents do not reserve names for the code generator's
1313+ types, you could have a document defining a query and a type named `output`, and you'd basically
1414+ wreck havoc on the codegen itself.
1515+1616+ but clearly these convenient interfaces are still worth having, so while it now exists, the
1717+ compromise is that these interfaces now have been renamed to ensure they don't conflict with any
1818+ definitions ever:
1919+2020+ - `Params` to `$params`, for query parameters
2121+ - `Input` to `$input`, for request body
2222+ - `Output` to `$output`, for response body
2323+324## 3.0.3
425526### Patch Changes
···11# @atcute/bluemoji
2233+## 3.1.0
44+55+### Minor Changes
66+77+- e8592d0: bring back convenient interfaces for XRPC operations
88+99+ in hindsight, it was a big mistake making substituting `AppBskyFeedGetTimeline.Output` for
1010+ `InferXRPCBodyInput<AppBskyFeedGetTimeline.mainSchema['output']>`!
1111+1212+ the change was prompted because lexicon documents do not reserve names for the code generator's
1313+ types, you could have a document defining a query and a type named `output`, and you'd basically
1414+ wreck havoc on the codegen itself.
1515+1616+ but clearly these convenient interfaces are still worth having, so while it now exists, the
1717+ compromise is that these interfaces now have been renamed to ensure they don't conflict with any
1818+ definitions ever:
1919+2020+ - `Params` to `$params`, for query parameters
2121+ - `Input` to `$input`, for request body
2222+ - `Output` to `$output`, for response body
2323+2424+### Patch Changes
2525+2626+- Updated dependencies [e8592d0]
2727+ - @atcute/atproto@3.1.0
2828+ - @atcute/bluesky@3.1.0
2929+330## 3.0.3
431532### Patch Changes
···11# @atcute/bluesky
2233+## 3.1.0
44+55+### Minor Changes
66+77+- e8592d0: bring back convenient interfaces for XRPC operations
88+99+ in hindsight, it was a big mistake making substituting `AppBskyFeedGetTimeline.Output` for
1010+ `InferXRPCBodyInput<AppBskyFeedGetTimeline.mainSchema['output']>`!
1111+1212+ the change was prompted because lexicon documents do not reserve names for the code generator's
1313+ types, you could have a document defining a query and a type named `output`, and you'd basically
1414+ wreck havoc on the codegen itself.
1515+1616+ but clearly these convenient interfaces are still worth having, so while it now exists, the
1717+ compromise is that these interfaces now have been renamed to ensure they don't conflict with any
1818+ definitions ever:
1919+2020+ - `Params` to `$params`, for query parameters
2121+ - `Input` to `$input`, for request body
2222+ - `Output` to `$output`, for response body
2323+2424+### Patch Changes
2525+2626+- Updated dependencies [e8592d0]
2727+ - @atcute/atproto@3.1.0
2828+329## 3.0.4
430531### Patch Changes
···11# @atcute/lexicon-community
2233+## 1.1.0
44+55+### Minor Changes
66+77+- e8592d0: bring back convenient interfaces for XRPC operations
88+99+ in hindsight, it was a big mistake making substituting `AppBskyFeedGetTimeline.Output` for
1010+ `InferXRPCBodyInput<AppBskyFeedGetTimeline.mainSchema['output']>`!
1111+1212+ the change was prompted because lexicon documents do not reserve names for the code generator's
1313+ types, you could have a document defining a query and a type named `output`, and you'd basically
1414+ wreck havoc on the codegen itself.
1515+1616+ but clearly these convenient interfaces are still worth having, so while it now exists, the
1717+ compromise is that these interfaces now have been renamed to ensure they don't conflict with any
1818+ definitions ever:
1919+2020+ - `Params` to `$params`, for query parameters
2121+ - `Input` to `$input`, for request body
2222+ - `Output` to `$output`, for response body
2323+2424+### Patch Changes
2525+2626+- Updated dependencies [e8592d0]
2727+ - @atcute/atproto@3.1.0
2828+329## 1.0.1
430531### Patch Changes
···11# @atcute/ozone
2233+## 3.1.0
44+55+### Minor Changes
66+77+- e8592d0: bring back convenient interfaces for XRPC operations
88+99+ in hindsight, it was a big mistake making substituting `AppBskyFeedGetTimeline.Output` for
1010+ `InferXRPCBodyInput<AppBskyFeedGetTimeline.mainSchema['output']>`!
1111+1212+ the change was prompted because lexicon documents do not reserve names for the code generator's
1313+ types, you could have a document defining a query and a type named `output`, and you'd basically
1414+ wreck havoc on the codegen itself.
1515+1616+ but clearly these convenient interfaces are still worth having, so while it now exists, the
1717+ compromise is that these interfaces now have been renamed to ensure they don't conflict with any
1818+ definitions ever:
1919+2020+ - `Params` to `$params`, for query parameters
2121+ - `Input` to `$input`, for request body
2222+ - `Output` to `$output`, for response body
2323+2424+### Patch Changes
2525+2626+- Updated dependencies [e8592d0]
2727+ - @atcute/atproto@3.1.0
2828+ - @atcute/bluesky@3.1.0
2929+330## 3.0.3
431532### Patch Changes
···11# @atcute/whitewind
2233+## 3.1.0
44+55+### Minor Changes
66+77+- e8592d0: bring back convenient interfaces for XRPC operations
88+99+ in hindsight, it was a big mistake making substituting `AppBskyFeedGetTimeline.Output` for
1010+ `InferXRPCBodyInput<AppBskyFeedGetTimeline.mainSchema['output']>`!
1111+1212+ the change was prompted because lexicon documents do not reserve names for the code generator's
1313+ types, you could have a document defining a query and a type named `output`, and you'd basically
1414+ wreck havoc on the codegen itself.
1515+1616+ but clearly these convenient interfaces are still worth having, so while it now exists, the
1717+ compromise is that these interfaces now have been renamed to ensure they don't conflict with any
1818+ definitions ever:
1919+2020+ - `Params` to `$params`, for query parameters
2121+ - `Input` to `$input`, for request body
2222+ - `Output` to `$output`, for response body
2323+324## 3.0.2
425526### Patch Changes
···11# @atcute/lex-cli
2233+## 2.1.0
44+55+### Minor Changes
66+77+- e8592d0: bring back convenient interfaces for XRPC operations
88+99+ in hindsight, it was a big mistake making substituting `AppBskyFeedGetTimeline.Output` for
1010+ `InferXRPCBodyInput<AppBskyFeedGetTimeline.mainSchema['output']>`!
1111+1212+ the change was prompted because lexicon documents do not reserve names for the code generator's
1313+ types, you could have a document defining a query and a type named `output`, and you'd basically
1414+ wreck havoc on the codegen itself.
1515+1616+ but clearly these convenient interfaces are still worth having, so while it now exists, the
1717+ compromise is that these interfaces now have been renamed to ensure they don't conflict with any
1818+ definitions ever:
1919+2020+ - `Params` to `$params`, for query parameters
2121+ - `Input` to `$input`, for request body
2222+ - `Output` to `$output`, for response body
2323+324## 2.0.3
425526### Patch Changes
+1-1
packages/lexicons/lex-cli/package.json
···11{
22 "type": "module",
33 "name": "@atcute/lex-cli",
44- "version": "2.0.3",
44+ "version": "2.1.0",
55 "description": "cli tool to generate type definitions for atcute",
66 "license": "MIT",
77 "repository": {