conductor-node 11.6.5 → 11.6.6
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": "11.6.
|
|
3
|
+
"version": "11.6.6",
|
|
4
4
|
"description": "QuickBooks Desktop API for Node.js and TypeScript",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"QuickBooks",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"axios-mock-adapter": "^1.22.0",
|
|
43
|
-
"tsc-alias": "^1.8.
|
|
43
|
+
"tsc-alias": "^1.8.9"
|
|
44
44
|
},
|
|
45
45
|
"engines": {
|
|
46
46
|
"node": ">=16"
|
package/dist/src/Client.d.ts
CHANGED
|
@@ -13,7 +13,7 @@ export default class Client {
|
|
|
13
13
|
readonly integrationConnections: IntegrationConnectionsResource;
|
|
14
14
|
readonly authSessions: AuthSessionsResource;
|
|
15
15
|
/**
|
|
16
|
-
* Executes any QuickBooks Desktop (QBD) API against the specified
|
|
16
|
+
* Executes any QuickBooks Desktop (QBD) API against the specified EndUser.
|
|
17
17
|
*/
|
|
18
18
|
readonly qbd: QbdIntegration;
|
|
19
19
|
private readonly httpClient;
|
package/dist/src/Client.js
CHANGED
|
@@ -150,7 +150,7 @@ export interface AccountQueryRq {
|
|
|
150
150
|
/** Filters according to the object’s `Name`. */
|
|
151
151
|
NameRangeFilter?: NameRangeFilter;
|
|
152
152
|
/** A list of QuickBooks account types. */
|
|
153
|
-
AccountType?: AccountType
|
|
153
|
+
AccountType?: AccountType;
|
|
154
154
|
/** Filters by the specified currency. */
|
|
155
155
|
CurrencyFilter?: CurrencyFilter;
|
|
156
156
|
/** You use this if you want to limit the data that will be returned in the response. In this list, you specify the name of each top-level element or aggregate that you want to be returned in the response to the request. You cannot specify fields within an aggregate, for example, you cannot specify a `City` within an `Address`: you must specify `Address` and will get the entire address.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "conductor-node",
|
|
3
|
-
"version": "11.6.
|
|
3
|
+
"version": "11.6.6",
|
|
4
4
|
"description": "QuickBooks Desktop API for Node.js and TypeScript",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"QuickBooks",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"axios-mock-adapter": "^1.22.0",
|
|
43
|
-
"tsc-alias": "^1.8.
|
|
43
|
+
"tsc-alias": "^1.8.9"
|
|
44
44
|
},
|
|
45
45
|
"engines": {
|
|
46
46
|
"node": ">=16"
|