@chneau/hyperaccounts 0.0.5 → 0.0.7

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.
Files changed (4) hide show
  1. package/README.md +15 -1
  2. package/index.d.ts +2146 -2649
  3. package/index.js +1 -1
  4. package/package.json +1 -1
package/README.md CHANGED
@@ -3,6 +3,16 @@
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
+
11
+ <!--
12
+ From https://sage-50-accounts-api-v1-docs.hyperext.com/
13
+ Get the json file starting with _postman_id to use for AI code generation.
14
+ -->
15
+
6
16
  ## Installation
7
17
 
8
18
  ```bash
@@ -75,7 +85,7 @@ const newOrder = await client.createSalesOrder({
75
85
  {
76
86
  stockCode: "WIDGET-01",
77
87
  quantity: 10,
78
- unitPrice: 15.50,
88
+ unitPrice: 15.5,
79
89
  description: "Premium Widget",
80
90
  taxCode: 1,
81
91
  },
@@ -96,3 +106,7 @@ if (newOrder.success) {
96
106
  - **Comprehensive Coverage**: Supports a wide range of HyperAccounts endpoints
97
107
  including Company Settings, Customers, Suppliers, Products, Stock, Sales
98
108
  Orders, Purchase Orders, and more.
109
+
110
+ ## License
111
+
112
+ MIT