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 +1 -1
- package/dist/package.json +1 -1
- package/package.json +1 -1
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
|
|
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
package/package.json
CHANGED