mindee 4.8.0 → 4.8.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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## v4.8.1 - 2024-02-06
4
+ ### Fixes
5
+ * :bug: fixed invalid code samples for generated & async generic APIs
6
+ * :memo: fix corresponding docs
7
+
8
+
3
9
  ## v4.8.0 - 2024-02-05
4
10
  ### Changes
5
11
  * :sparkles: add support for Generated APIs
package/README.md CHANGED
@@ -144,6 +144,7 @@ const apiResponse = mindeeClient.parse(
144
144
  Complete details on the working of the library are available in the following guides:
145
145
 
146
146
  * [Node.js Getting Started](https://developers.mindee.com/docs/nodejs-getting-started)
147
+ * [Node.js Generated API](https://developers.mindee.com/docs/nodejs-generated-api)
147
148
  * [Node.js Custom OCR](https://developers.mindee.com/docs/nodejs-api-builder)
148
149
  * [Node.js Invoice OCR](https://developers.mindee.com/docs/nodejs-invoice-ocr)
149
150
  * [Node.js Receipt OCR](https://developers.mindee.com/docs/nodejs-receipt-ocr)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mindee",
3
- "version": "4.8.0",
3
+ "version": "4.8.1",
4
4
  "description": "Mindee Client Library for Node.js",
5
5
  "main": "src/index.js",
6
6
  "bin": "bin/mindee.js",