conductor-node 7.1.1 → 7.1.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
@@ -42,7 +42,7 @@ Create a new integration-connection.
42
42
  const newQbdConnection = await conductor.createIntegrationConnection({
43
43
  integrationKey: "quickbooks-desktop",
44
44
  endUserEmail: "danny@constructionco.com",
45
- endUserName: "Construction Corp.",
45
+ endUserName: "Construction Corp",
46
46
  });
47
47
  ```
48
48
 
@@ -50,22 +50,22 @@ The response includes the following:
50
50
 
51
51
  ```ts
52
52
  {
53
- // ❗ Show this URL to your end-user: The URL for the QWC config file
53
+ // ❗ Display this URL to your end-user: The URL for the QWC config file
54
54
  // that your end-user must download and open on their computer to
55
55
  // connect their QBD instance to Conductor.
56
- qwcFileDownloadUrl: 'https://production.api.conductor.is/qwc/c1598ccf-0f84-4ac0-8703-f1b7260d59bf'
57
- // ❗ Show this password/access-code to your end-user: The unique
56
+ qwcFileDownloadUrl: 'https://production.api.conductor.is/qwc/{UUID}'
57
+ // ❗ Display this password/access-code to your end-user: The unique
58
58
  // password that your end-user must enter into QuickBooks Web
59
59
  // Connector after loading the config file. This value will never be
60
60
  // shown again.
61
- qbwcPassword: 'D+HaxP3p@@',
61
+ qbwcPassword: '{unique-password}',
62
62
  integrationConnection: {
63
- // ❗ The `id` to save to you database to execute issue requests to
63
+ // ❗ Save this `id` to your database for executing requests to
64
64
  // this end-user's integration in the future.
65
- id: 'c1598ccf-0f84-4ac0-8703-f1b7260d59bf',
65
+ id: '{UUID}',
66
66
  integrationKey: 'quickbooks-desktop',
67
67
  endUserEmail: 'danny@constructionco.com',
68
- endUserName: 'Construction Corp.',
68
+ endUserName: 'Construction Corp',
69
69
  lastHeartbeatAt: null
70
70
  }
71
71
  }
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "conductor-node",
3
- "version": "7.1.1",
3
+ "version": "7.1.2",
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": "7.1.1",
3
+ "version": "7.1.2",
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",