-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sync updates not ported from 3.x client #185
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Previously, the body parameter of the operations was just defined as a plain object. This uses their proper Request types as we do in the other statically typed clients. We're not considering this a breaking change because if you had passed an invalid object before, the server would already be stopping you
Adding hierarchical errors
Add request types to TS definitions
Running npm audit fix
Latest Changes for 2019-10-10 (usage, measured units, etc)
[Full Changelog](3.10.0...HEAD) **Implemented enhancements:** - Add request types to TS definitions [\#134](#134) ([bhelx](https://github.com/bhelx)) - Adding hierarchical errors [\#132](#132) ([douglasmiller](https://github.com/douglasmiller)) **Merged pull requests:** - Latest Changes for 2019-10-10 \(usage, measured units, etc\) [\#138](#138) ([bhelx](https://github.com/bhelx)) - Running npm audit fix [\#133](#133) ([bhelx](https://github.com/bhelx)) - Mon Jul 6 14:52:04 UTC 2020 Upgrade API version v2019-10-10 [\#130](#130) ([douglasmiller](https://github.com/douglasmiller))
Release 3.11.0
Fixes typo in ServiceUnavailableError
Fri Aug 21 16:24:16 UTC 2020 Upgrade API version v2019-10-10
# Changelog ## [Unreleased](https://github.com/recurly/recurly-client-node/tree/HEAD) [Full Changelog](3.11.0...HEAD) **Implemented enhancements:** - Fri Aug 21 16:24:16 UTC 2020 Upgrade API version v2019-10-10 [\#141](#141) ([douglasmiller](https://github.com/douglasmiller)) - Fixes typo in ServiceUnavailableError [\#140](#140) ([chrissrogers](https://github.com/chrissrogers))
Release 3.12.0
Code of Conduct
Mon Aug 31 19:48:55 UTC 2020 Upgrade API version v2019-10-10
# Changelog ## [Unreleased](https://github.com/recurly/recurly-client-node/tree/HEAD) [Full Changelog](3.12.0...HEAD) **Implemented enhancements:** - Mon Aug 31 19:48:55 UTC 2020 Upgrade API version v2019-10-10 [\#144](#144) ([douglasmiller](https://github.com/douglasmiller)) **Merged pull requests:** - Code of Conduct [\#143](#143) ([bhelx](https://github.com/bhelx))
Release 3.13.0
Latest Changes for 2019-10-10
Update getting-started guide with memo about headers
Latest Changes for 2019-10-10 (tax_identifier / tax_identifier_type)
# Changelog ## [Unreleased](https://github.com/recurly/recurly-client-node/tree/HEAD) [Full Changelog](3.16.0...HEAD) **Implemented enhancements:** - Latest Changes for 2019-10-10 \(tax\_identifier / tax\_identifier\_type\) [\#166](#166) ([douglasmiller](https://github.com/douglasmiller)) - Latest Changes for 2019-10-10 [\#164](#164) ([douglasmiller](https://github.com/douglasmiller)) **Merged pull requests:** - Update getting-started guide with memo about headers [\#165](#165) ([joannasese](https://github.com/joannasese))
Release 3.17.0
Fix types of count() and first() on Pager<T>
Latest Changes for 2019-10-10
# Changelog ## [Unreleased](https://github.com/recurly/recurly-client-node/tree/HEAD) [Full Changelog](3.17.0...HEAD) **Implemented enhancements:** - Latest Changes for 2019-10-10 [\#172](#172) ([douglasmiller](https://github.com/douglasmiller)) **Fixed bugs:** - Fix types of count\(\) and first\(\) on Pager\<T\> [\#171](#171) ([douglasmiller](https://github.com/douglasmiller))
Release 3.18.0
Latest Changes for 2019-10-10
# Changelog ## [Unreleased](https://github.com/recurly/recurly-client-node/tree/HEAD) [Full Changelog](3.18.0...HEAD) **Implemented enhancements:** - Latest Changes for 2019-10-10 [\#178](#178) ([douglasmiller](https://github.com/douglasmiller))
Release 3.19.0
douglasmiller
added a commit
that referenced
this pull request
Mar 22, 2021
# Changelog ## [Unreleased](https://github.com/recurly/recurly-client-node/tree/HEAD) [Full Changelog](4.0.0...HEAD) **Merged pull requests:** - Generated Latest Changes for v2021-02-25 [\#189](#189) ([recurly-integrations](https://github.com/recurly-integrations)) - Sync updates not ported from 3.x client [\#185](#185) ([douglasmiller](https://github.com/douglasmiller))
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Some updates added to the 3.x client were missed when creating the 4.x client.