conductor-node 6.1.0 → 6.1.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/README.md CHANGED
@@ -22,7 +22,7 @@ import Conductor from "conductor-node";
22
22
  const conductor = new Conductor("sk_test_...");
23
23
 
24
24
  // Fetch all authorized integration-connections.
25
- const qbdConnections = await client.getIntegrationConnections();
25
+ const qbdConnections = await conductor.getIntegrationConnections();
26
26
 
27
27
  // Execute any QBD API against your QBD connection id.
28
28
  const newAccount = await conductor.qbd.account.add(qbdConnections[0].id, {
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "conductor-node",
3
- "version": "6.1.0",
3
+ "version": "6.1.1",
4
4
  "description": "Easily integrate with the entire QuickBooks Desktop API with fully-typed async TypeScript",
5
5
  "author": "Danny Nemer <hi@DannyNemer.com>",
6
6
  "license": "MIT",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "conductor-node",
3
- "version": "6.1.0",
3
+ "version": "6.1.1",
4
4
  "description": "Easily integrate with the entire QuickBooks Desktop API with fully-typed async TypeScript",
5
5
  "author": "Danny Nemer <hi@DannyNemer.com>",
6
6
  "license": "MIT",