conductor-node 7.1.0 → 7.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 +6 -5
- package/dist/package.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -51,12 +51,13 @@ The response includes the following:
|
|
|
51
51
|
```ts
|
|
52
52
|
{
|
|
53
53
|
// ❗ Show this URL to your end-user: The URL for the QWC config file
|
|
54
|
-
// that your end-user must download and open on their computer to
|
|
55
|
-
//
|
|
54
|
+
// that your end-user must download and open on their computer to
|
|
55
|
+
// connect their QBD instance to Conductor.
|
|
56
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
|
|
58
|
-
// that your end-user must enter into QuickBooks Web
|
|
59
|
-
// loading the config file. This value will never be
|
|
57
|
+
// ❗ Show this password/access-code to your end-user: The unique
|
|
58
|
+
// password that your end-user must enter into QuickBooks Web
|
|
59
|
+
// Connector after loading the config file. This value will never be
|
|
60
|
+
// shown again.
|
|
60
61
|
qbwcPassword: 'D+HaxP3p@@',
|
|
61
62
|
integrationConnection: {
|
|
62
63
|
// ❗ The `id` to save to you database to execute issue requests to
|
package/dist/package.json
CHANGED
package/package.json
CHANGED