ebay-api 9.2.0 → 9.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/ebay-api.min.mjs +1 -1
- package/dist/request.d.ts +1 -0
- package/dist/request.js +6 -0
- package/dist/types/restful/specs/sell_fulfillment_v1_oas3.d.ts +82 -3
- package/lib/ebay-api.min.js +1 -1
- package/lib/request.d.ts +1 -0
- package/lib/request.js +7 -1
- package/lib/types/restful/specs/sell_fulfillment_v1_oas3.d.ts +82 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -22,7 +22,7 @@ It supports `client credentials grant` and `authorization code grant` \(Auth'N'A
|
|
|
22
22
|
|
|
23
23
|
## Changelog
|
|
24
24
|
|
|
25
|
-
* `v9.2.
|
|
25
|
+
* `v9.2.1` is the latest release.
|
|
26
26
|
* See [here](https://github.com/hendt/ebay-api/blob/master/CHANGELOG.md) for the full changelog.
|
|
27
27
|
|
|
28
28
|
## Implementation status
|
|
@@ -722,4 +722,4 @@ Check [here](https://github.com/hendt/ebay-api/blob/master/CONTRIBUTING.md)
|
|
|
722
722
|
|
|
723
723
|
## 📝 License
|
|
724
724
|
|
|
725
|
-
MIT.
|
|
725
|
+
MIT.
|