@chneau/hyperaccounts 0.0.5 → 0.0.6
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 +9 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -3,6 +3,11 @@
|
|
|
3
3
|
A TypeScript client for the HyperAccounts REST API for Sage 50cloud, featuring
|
|
4
4
|
type-safe requests and responses using Zod.
|
|
5
5
|
|
|
6
|
+
> **Caution**: This API client has been auto-generated through AI.
|
|
7
|
+
|
|
8
|
+
- **GitHub Repository**: https://github.com/chneau/hyperaccounts-js
|
|
9
|
+
- **NPM Package**: https://www.npmjs.com/package/@chneau/hyperaccounts
|
|
10
|
+
|
|
6
11
|
## Installation
|
|
7
12
|
|
|
8
13
|
```bash
|
|
@@ -96,3 +101,7 @@ if (newOrder.success) {
|
|
|
96
101
|
- **Comprehensive Coverage**: Supports a wide range of HyperAccounts endpoints
|
|
97
102
|
including Company Settings, Customers, Suppliers, Products, Stock, Sales
|
|
98
103
|
Orders, Purchase Orders, and more.
|
|
104
|
+
|
|
105
|
+
## License
|
|
106
|
+
|
|
107
|
+
MIT
|