@chneau/hyperaccounts 0.0.6 → 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.
- package/README.md +6 -1
- package/index.d.ts +2146 -2649
- package/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -8,6 +8,11 @@ type-safe requests and responses using Zod.
|
|
|
8
8
|
- **GitHub Repository**: https://github.com/chneau/hyperaccounts-js
|
|
9
9
|
- **NPM Package**: https://www.npmjs.com/package/@chneau/hyperaccounts
|
|
10
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
|
+
|
|
11
16
|
## Installation
|
|
12
17
|
|
|
13
18
|
```bash
|
|
@@ -80,7 +85,7 @@ const newOrder = await client.createSalesOrder({
|
|
|
80
85
|
{
|
|
81
86
|
stockCode: "WIDGET-01",
|
|
82
87
|
quantity: 10,
|
|
83
|
-
unitPrice: 15.
|
|
88
|
+
unitPrice: 15.5,
|
|
84
89
|
description: "Premium Widget",
|
|
85
90
|
taxCode: 1,
|
|
86
91
|
},
|