conductor-node 6.2.3 → 6.2.4

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/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "conductor-node",
3
- "version": "6.2.3",
3
+ "version": "6.2.4",
4
4
  "description": "Easily integrate with the entire QuickBooks Desktop API with fully-typed async TypeScript",
5
5
  "keywords": [
6
6
  "accounting",
@@ -86,7 +86,7 @@ class Client {
86
86
  }));
87
87
  return data.createIntegrationConnection;
88
88
  }
89
- async isIntegrationConnectionActive(integrationConnectionId, secondsSinceLastActive = 10) {
89
+ async isIntegrationConnectionActive(integrationConnectionId, secondsSinceLastActive = 60) {
90
90
  const data = (await this.request(
91
91
  /* GraphQL */ `
92
92
  query IsIntegrationConnectionActive(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "conductor-node",
3
- "version": "6.2.3",
3
+ "version": "6.2.4",
4
4
  "description": "Easily integrate with the entire QuickBooks Desktop API with fully-typed async TypeScript",
5
5
  "keywords": [
6
6
  "accounting",