conductor-node 11.2.0 → 11.2.2

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 CHANGED
@@ -3,31 +3,12 @@
3
3
  Execute _any_ read or write QuickBooks Desktop API through async TypeScript and receive a fully-typed response.
4
4
 
5
5
  <!-- markdownlint-disable MD033 -->
6
- <img src="https://mintlify.s3-us-west-1.amazonaws.com/conductor/images/autocomplete.jpg" alt="QuickBooks Desktop autocomplete" width="600"/>
7
-
8
- ## Usage
9
-
10
- ```ts
11
- import Conductor from "conductor-node";
12
-
13
- // Instantiate `Conductor` with your account's secret key.
14
- const conductor = new Conductor("{{YOUR_SECRET_KEY}}");
15
-
16
- // Fetch all authorized EndUsers.
17
- const endUsers = await conductor.endUsers.list();
18
-
19
- // Execute any QBD API against your EndUser.
20
- const newAccount = await conductor.qbd.account.add(endUsers[0].id, {
21
- Name: "Test Account",
22
- AccountType: "Bank",
23
- OpenBalance: "100",
24
- });
25
- ```
6
+ <img src="https://user-images.githubusercontent.com/170023/213273732-83dd6881-0b36-4787-820b-bd55cdc8444f.jpg" alt="QuickBooks Desktop autocomplete" width="600"/>
26
7
 
27
8
  ## Documentation
28
9
 
29
- 1. [Getting Started](https://docs.conductor.is/overview/get-started)
10
+ 1. [Get Started](https://docs.conductor.is/overview/get-started)
30
11
  2. [Quickstart](https://docs.conductor.is/overview/quickstart)
31
- 3. [QuickBooks Desktop APIs](https://docs.conductor.is/usage/quickbooks-desktop)
12
+ 3. [QuickBooks Desktop APIs](https://docs.conductor.is/qbd/api)
32
13
  4. [API Reference](https://docs.conductor.is/apis)
33
14
  5. [Error Handling](https://docs.conductor.is/usage/error-handling)
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "conductor-node",
3
- "version": "11.2.0",
3
+ "version": "11.2.2",
4
4
  "description": "Easily integrate the entire QuickBooks Desktop API using fully-typed async TypeScript",
5
5
  "keywords": [
6
6
  "QuickBooks Desktop",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "conductor-node",
3
- "version": "11.2.0",
3
+ "version": "11.2.2",
4
4
  "description": "Easily integrate the entire QuickBooks Desktop API using fully-typed async TypeScript",
5
5
  "keywords": [
6
6
  "QuickBooks Desktop",