conductor-node 14.19.0 → 14.20.0

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.
Files changed (148) hide show
  1. package/CHANGELOG.md +9 -0
  2. package/package.json +1 -1
  3. package/resources/end-users.d.mts +15 -4
  4. package/resources/end-users.d.mts.map +1 -1
  5. package/resources/end-users.d.ts +15 -4
  6. package/resources/end-users.d.ts.map +1 -1
  7. package/resources/end-users.js +9 -2
  8. package/resources/end-users.js.map +1 -1
  9. package/resources/end-users.mjs +9 -2
  10. package/resources/end-users.mjs.map +1 -1
  11. package/resources/qbd/bill-check-payments.d.mts +1 -1
  12. package/resources/qbd/bill-check-payments.d.ts +1 -1
  13. package/resources/qbd/bill-check-payments.js +1 -1
  14. package/resources/qbd/bill-check-payments.mjs +1 -1
  15. package/resources/qbd/bill-credit-card-payments.d.mts +1 -1
  16. package/resources/qbd/bill-credit-card-payments.d.ts +1 -1
  17. package/resources/qbd/bill-credit-card-payments.js +1 -1
  18. package/resources/qbd/bill-credit-card-payments.mjs +1 -1
  19. package/resources/qbd/bills.d.mts +1 -1
  20. package/resources/qbd/bills.d.ts +1 -1
  21. package/resources/qbd/bills.js +1 -1
  22. package/resources/qbd/bills.mjs +1 -1
  23. package/resources/qbd/build-assemblies.d.mts +1 -1
  24. package/resources/qbd/build-assemblies.d.ts +1 -1
  25. package/resources/qbd/build-assemblies.js +1 -1
  26. package/resources/qbd/build-assemblies.mjs +1 -1
  27. package/resources/qbd/checks.d.mts +2 -2
  28. package/resources/qbd/checks.d.ts +2 -2
  29. package/resources/qbd/checks.js +2 -2
  30. package/resources/qbd/checks.mjs +2 -2
  31. package/resources/qbd/credit-card-charges.d.mts +1 -1
  32. package/resources/qbd/credit-card-charges.d.ts +1 -1
  33. package/resources/qbd/credit-card-charges.js +1 -1
  34. package/resources/qbd/credit-card-charges.mjs +1 -1
  35. package/resources/qbd/credit-card-credits.d.mts +1 -1
  36. package/resources/qbd/credit-card-credits.d.ts +1 -1
  37. package/resources/qbd/credit-card-credits.js +1 -1
  38. package/resources/qbd/credit-card-credits.mjs +1 -1
  39. package/resources/qbd/credit-card-refunds.d.mts +1 -1
  40. package/resources/qbd/credit-card-refunds.d.ts +1 -1
  41. package/resources/qbd/credit-card-refunds.js +1 -1
  42. package/resources/qbd/credit-card-refunds.mjs +1 -1
  43. package/resources/qbd/credit-memos.d.mts +2 -2
  44. package/resources/qbd/credit-memos.d.ts +2 -2
  45. package/resources/qbd/credit-memos.js +2 -2
  46. package/resources/qbd/credit-memos.mjs +2 -2
  47. package/resources/qbd/deposits.d.mts +1 -1
  48. package/resources/qbd/deposits.d.ts +1 -1
  49. package/resources/qbd/deposits.js +1 -1
  50. package/resources/qbd/deposits.mjs +1 -1
  51. package/resources/qbd/estimates.d.mts +1 -1
  52. package/resources/qbd/estimates.d.ts +1 -1
  53. package/resources/qbd/estimates.js +1 -1
  54. package/resources/qbd/estimates.mjs +1 -1
  55. package/resources/qbd/index.d.mts +1 -0
  56. package/resources/qbd/index.d.mts.map +1 -1
  57. package/resources/qbd/index.d.ts +1 -0
  58. package/resources/qbd/index.d.ts.map +1 -1
  59. package/resources/qbd/index.js +3 -1
  60. package/resources/qbd/index.js.map +1 -1
  61. package/resources/qbd/index.mjs +1 -0
  62. package/resources/qbd/index.mjs.map +1 -1
  63. package/resources/qbd/inventory-adjustments.d.mts +1 -1
  64. package/resources/qbd/inventory-adjustments.d.ts +1 -1
  65. package/resources/qbd/inventory-adjustments.js +1 -1
  66. package/resources/qbd/inventory-adjustments.mjs +1 -1
  67. package/resources/qbd/invoices.d.mts +1 -1
  68. package/resources/qbd/invoices.d.ts +1 -1
  69. package/resources/qbd/invoices.js +1 -1
  70. package/resources/qbd/invoices.mjs +1 -1
  71. package/resources/qbd/item-receipts.d.mts +2 -2
  72. package/resources/qbd/item-receipts.d.ts +2 -2
  73. package/resources/qbd/item-receipts.js +2 -2
  74. package/resources/qbd/item-receipts.mjs +2 -2
  75. package/resources/qbd/journal-entries.d.mts +2 -2
  76. package/resources/qbd/journal-entries.d.ts +2 -2
  77. package/resources/qbd/journal-entries.js +2 -2
  78. package/resources/qbd/journal-entries.mjs +2 -2
  79. package/resources/qbd/purchase-orders.d.mts +1 -1
  80. package/resources/qbd/purchase-orders.d.ts +1 -1
  81. package/resources/qbd/purchase-orders.js +1 -1
  82. package/resources/qbd/purchase-orders.mjs +1 -1
  83. package/resources/qbd/qbd.d.mts +4 -0
  84. package/resources/qbd/qbd.d.mts.map +1 -1
  85. package/resources/qbd/qbd.d.ts +4 -0
  86. package/resources/qbd/qbd.d.ts.map +1 -1
  87. package/resources/qbd/qbd.js +4 -0
  88. package/resources/qbd/qbd.js.map +1 -1
  89. package/resources/qbd/qbd.mjs +4 -0
  90. package/resources/qbd/qbd.mjs.map +1 -1
  91. package/resources/qbd/receive-payments.d.mts +1 -1
  92. package/resources/qbd/receive-payments.d.ts +1 -1
  93. package/resources/qbd/receive-payments.js +1 -1
  94. package/resources/qbd/receive-payments.mjs +1 -1
  95. package/resources/qbd/sales-orders.d.mts +2 -2
  96. package/resources/qbd/sales-orders.d.ts +2 -2
  97. package/resources/qbd/sales-orders.js +2 -2
  98. package/resources/qbd/sales-orders.mjs +2 -2
  99. package/resources/qbd/sales-receipts.d.mts +2 -2
  100. package/resources/qbd/sales-receipts.d.ts +2 -2
  101. package/resources/qbd/sales-receipts.js +2 -2
  102. package/resources/qbd/sales-receipts.mjs +2 -2
  103. package/resources/qbd/sales-tax-payment-checks.d.mts +809 -0
  104. package/resources/qbd/sales-tax-payment-checks.d.mts.map +1 -0
  105. package/resources/qbd/sales-tax-payment-checks.d.ts +809 -0
  106. package/resources/qbd/sales-tax-payment-checks.d.ts.map +1 -0
  107. package/resources/qbd/sales-tax-payment-checks.js +146 -0
  108. package/resources/qbd/sales-tax-payment-checks.js.map +1 -0
  109. package/resources/qbd/sales-tax-payment-checks.mjs +142 -0
  110. package/resources/qbd/sales-tax-payment-checks.mjs.map +1 -0
  111. package/resources/qbd/time-tracking-activities.d.mts +3 -3
  112. package/resources/qbd/time-tracking-activities.d.ts +3 -3
  113. package/resources/qbd/time-tracking-activities.js +3 -3
  114. package/resources/qbd/time-tracking-activities.mjs +3 -3
  115. package/resources/qbd/vendor-credits.d.mts +2 -2
  116. package/resources/qbd/vendor-credits.d.ts +2 -2
  117. package/resources/qbd/vendor-credits.js +2 -2
  118. package/resources/qbd/vendor-credits.mjs +2 -2
  119. package/src/resources/end-users.ts +15 -4
  120. package/src/resources/qbd/bill-check-payments.ts +1 -1
  121. package/src/resources/qbd/bill-credit-card-payments.ts +1 -1
  122. package/src/resources/qbd/bills.ts +1 -1
  123. package/src/resources/qbd/build-assemblies.ts +1 -1
  124. package/src/resources/qbd/checks.ts +2 -2
  125. package/src/resources/qbd/credit-card-charges.ts +1 -1
  126. package/src/resources/qbd/credit-card-credits.ts +1 -1
  127. package/src/resources/qbd/credit-card-refunds.ts +1 -1
  128. package/src/resources/qbd/credit-memos.ts +2 -2
  129. package/src/resources/qbd/deposits.ts +1 -1
  130. package/src/resources/qbd/estimates.ts +1 -1
  131. package/src/resources/qbd/index.ts +13 -0
  132. package/src/resources/qbd/inventory-adjustments.ts +1 -1
  133. package/src/resources/qbd/invoices.ts +1 -1
  134. package/src/resources/qbd/item-receipts.ts +2 -2
  135. package/src/resources/qbd/journal-entries.ts +2 -2
  136. package/src/resources/qbd/purchase-orders.ts +1 -1
  137. package/src/resources/qbd/qbd.ts +31 -0
  138. package/src/resources/qbd/receive-payments.ts +1 -1
  139. package/src/resources/qbd/sales-orders.ts +2 -2
  140. package/src/resources/qbd/sales-receipts.ts +2 -2
  141. package/src/resources/qbd/sales-tax-payment-checks.ts +1014 -0
  142. package/src/resources/qbd/time-tracking-activities.ts +3 -3
  143. package/src/resources/qbd/vendor-credits.ts +2 -2
  144. package/src/version.ts +1 -1
  145. package/version.d.mts +1 -1
  146. package/version.d.ts +1 -1
  147. package/version.js +1 -1
  148. package/version.mjs +1 -1
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sales-tax-payment-checks.d.ts","sourceRoot":"","sources":["../../src/resources/qbd/sales-tax-payment-checks.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,146 @@
1
+ "use strict";
2
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.SalesTaxPaymentChecks = void 0;
5
+ const resource_1 = require("../../core/resource.js");
6
+ const pagination_1 = require("../../core/pagination.js");
7
+ const headers_1 = require("../../internal/headers.js");
8
+ const path_1 = require("../../internal/utils/path.js");
9
+ class SalesTaxPaymentChecks extends resource_1.APIResource {
10
+ /**
11
+ * Creates a new sales-tax payment check.
12
+ *
13
+ * @example
14
+ * ```ts
15
+ * const salesTaxPaymentCheck =
16
+ * await conductor.qbd.salesTaxPaymentChecks.create({
17
+ * bankAccountId: '80000001-1234567890',
18
+ * lines: [{ amount: '1000.00' }],
19
+ * transactionDate: '2024-10-01',
20
+ * vendorId: '80000001-1234567890',
21
+ * conductorEndUserId: 'end_usr_1234567abcdefg',
22
+ * });
23
+ * ```
24
+ */
25
+ create(params, options) {
26
+ const { conductorEndUserId, ...body } = params;
27
+ return this._client.post('/quickbooks-desktop/sales-tax-payment-checks', {
28
+ body,
29
+ ...options,
30
+ headers: (0, headers_1.buildHeaders)([{ 'Conductor-End-User-Id': conductorEndUserId }, options?.headers]),
31
+ });
32
+ }
33
+ /**
34
+ * Retrieves a sales-tax payment check by ID.
35
+ *
36
+ * **IMPORTANT:** If you need to fetch multiple specific sales-tax payment checks
37
+ * by ID, use the list endpoint instead with the `ids` parameter. It accepts an
38
+ * array of IDs so you can batch the request into a single call, which is
39
+ * significantly faster.
40
+ *
41
+ * @example
42
+ * ```ts
43
+ * const salesTaxPaymentCheck =
44
+ * await conductor.qbd.salesTaxPaymentChecks.retrieve(
45
+ * '123ABC-1234567890',
46
+ * { conductorEndUserId: 'end_usr_1234567abcdefg' },
47
+ * );
48
+ * ```
49
+ */
50
+ retrieve(id, params, options) {
51
+ const { conductorEndUserId } = params;
52
+ return this._client.get((0, path_1.path) `/quickbooks-desktop/sales-tax-payment-checks/${id}`, {
53
+ ...options,
54
+ headers: (0, headers_1.buildHeaders)([{ 'Conductor-End-User-Id': conductorEndUserId }, options?.headers]),
55
+ });
56
+ }
57
+ /**
58
+ * Updates an existing sales-tax payment check.
59
+ *
60
+ * @example
61
+ * ```ts
62
+ * const salesTaxPaymentCheck =
63
+ * await conductor.qbd.salesTaxPaymentChecks.update(
64
+ * '123ABC-1234567890',
65
+ * {
66
+ * revisionNumber: '1721172183',
67
+ * conductorEndUserId: 'end_usr_1234567abcdefg',
68
+ * },
69
+ * );
70
+ * ```
71
+ */
72
+ update(id, params, options) {
73
+ const { conductorEndUserId, ...body } = params;
74
+ return this._client.post((0, path_1.path) `/quickbooks-desktop/sales-tax-payment-checks/${id}`, {
75
+ body,
76
+ ...options,
77
+ headers: (0, headers_1.buildHeaders)([{ 'Conductor-End-User-Id': conductorEndUserId }, options?.headers]),
78
+ });
79
+ }
80
+ /**
81
+ * Returns a list of sales-tax payment checks. Use the `cursor` parameter to
82
+ * paginate through the results.
83
+ *
84
+ * @example
85
+ * ```ts
86
+ * // Automatically fetches more pages as needed.
87
+ * for await (const salesTaxPaymentCheck of conductor.qbd.salesTaxPaymentChecks.list(
88
+ * { conductorEndUserId: 'end_usr_1234567abcdefg' },
89
+ * )) {
90
+ * // ...
91
+ * }
92
+ * ```
93
+ */
94
+ list(params, options) {
95
+ const { conductorEndUserId, ...query } = params;
96
+ return this._client.getAPIList('/quickbooks-desktop/sales-tax-payment-checks', (pagination_1.CursorPage), {
97
+ query,
98
+ ...options,
99
+ headers: (0, headers_1.buildHeaders)([{ 'Conductor-End-User-Id': conductorEndUserId }, options?.headers]),
100
+ });
101
+ }
102
+ /**
103
+ * Permanently deletes a sales-tax payment check. The deletion will fail if the
104
+ * sales-tax payment check is currently in use or has any linked transactions that
105
+ * are in use.
106
+ *
107
+ * @example
108
+ * ```ts
109
+ * const salesTaxPaymentCheck =
110
+ * await conductor.qbd.salesTaxPaymentChecks.delete(
111
+ * '123ABC-1234567890',
112
+ * { conductorEndUserId: 'end_usr_1234567abcdefg' },
113
+ * );
114
+ * ```
115
+ */
116
+ delete(id, params, options) {
117
+ const { conductorEndUserId } = params;
118
+ return this._client.delete((0, path_1.path) `/quickbooks-desktop/sales-tax-payment-checks/${id}`, {
119
+ ...options,
120
+ headers: (0, headers_1.buildHeaders)([{ 'Conductor-End-User-Id': conductorEndUserId }, options?.headers]),
121
+ });
122
+ }
123
+ /**
124
+ * Voids a sales-tax payment check by setting its amount to zero while keeping a
125
+ * record of it in QuickBooks. The void will fail if the sales-tax payment check is
126
+ * currently in use or has any linked transactions that are in use.
127
+ *
128
+ * @example
129
+ * ```ts
130
+ * const response =
131
+ * await conductor.qbd.salesTaxPaymentChecks.void(
132
+ * '123ABC-1234567890',
133
+ * { conductorEndUserId: 'end_usr_1234567abcdefg' },
134
+ * );
135
+ * ```
136
+ */
137
+ void(id, params, options) {
138
+ const { conductorEndUserId } = params;
139
+ return this._client.post((0, path_1.path) `/quickbooks-desktop/sales-tax-payment-checks/${id}/void`, {
140
+ ...options,
141
+ headers: (0, headers_1.buildHeaders)([{ 'Conductor-End-User-Id': conductorEndUserId }, options?.headers]),
142
+ });
143
+ }
144
+ }
145
+ exports.SalesTaxPaymentChecks = SalesTaxPaymentChecks;
146
+ //# sourceMappingURL=sales-tax-payment-checks.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sales-tax-payment-checks.js","sourceRoot":"","sources":["../../src/resources/qbd/sales-tax-payment-checks.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,142 @@
1
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+ import { APIResource } from "../../core/resource.mjs";
3
+ import { CursorPage } from "../../core/pagination.mjs";
4
+ import { buildHeaders } from "../../internal/headers.mjs";
5
+ import { path } from "../../internal/utils/path.mjs";
6
+ export class SalesTaxPaymentChecks extends APIResource {
7
+ /**
8
+ * Creates a new sales-tax payment check.
9
+ *
10
+ * @example
11
+ * ```ts
12
+ * const salesTaxPaymentCheck =
13
+ * await conductor.qbd.salesTaxPaymentChecks.create({
14
+ * bankAccountId: '80000001-1234567890',
15
+ * lines: [{ amount: '1000.00' }],
16
+ * transactionDate: '2024-10-01',
17
+ * vendorId: '80000001-1234567890',
18
+ * conductorEndUserId: 'end_usr_1234567abcdefg',
19
+ * });
20
+ * ```
21
+ */
22
+ create(params, options) {
23
+ const { conductorEndUserId, ...body } = params;
24
+ return this._client.post('/quickbooks-desktop/sales-tax-payment-checks', {
25
+ body,
26
+ ...options,
27
+ headers: buildHeaders([{ 'Conductor-End-User-Id': conductorEndUserId }, options?.headers]),
28
+ });
29
+ }
30
+ /**
31
+ * Retrieves a sales-tax payment check by ID.
32
+ *
33
+ * **IMPORTANT:** If you need to fetch multiple specific sales-tax payment checks
34
+ * by ID, use the list endpoint instead with the `ids` parameter. It accepts an
35
+ * array of IDs so you can batch the request into a single call, which is
36
+ * significantly faster.
37
+ *
38
+ * @example
39
+ * ```ts
40
+ * const salesTaxPaymentCheck =
41
+ * await conductor.qbd.salesTaxPaymentChecks.retrieve(
42
+ * '123ABC-1234567890',
43
+ * { conductorEndUserId: 'end_usr_1234567abcdefg' },
44
+ * );
45
+ * ```
46
+ */
47
+ retrieve(id, params, options) {
48
+ const { conductorEndUserId } = params;
49
+ return this._client.get(path `/quickbooks-desktop/sales-tax-payment-checks/${id}`, {
50
+ ...options,
51
+ headers: buildHeaders([{ 'Conductor-End-User-Id': conductorEndUserId }, options?.headers]),
52
+ });
53
+ }
54
+ /**
55
+ * Updates an existing sales-tax payment check.
56
+ *
57
+ * @example
58
+ * ```ts
59
+ * const salesTaxPaymentCheck =
60
+ * await conductor.qbd.salesTaxPaymentChecks.update(
61
+ * '123ABC-1234567890',
62
+ * {
63
+ * revisionNumber: '1721172183',
64
+ * conductorEndUserId: 'end_usr_1234567abcdefg',
65
+ * },
66
+ * );
67
+ * ```
68
+ */
69
+ update(id, params, options) {
70
+ const { conductorEndUserId, ...body } = params;
71
+ return this._client.post(path `/quickbooks-desktop/sales-tax-payment-checks/${id}`, {
72
+ body,
73
+ ...options,
74
+ headers: buildHeaders([{ 'Conductor-End-User-Id': conductorEndUserId }, options?.headers]),
75
+ });
76
+ }
77
+ /**
78
+ * Returns a list of sales-tax payment checks. Use the `cursor` parameter to
79
+ * paginate through the results.
80
+ *
81
+ * @example
82
+ * ```ts
83
+ * // Automatically fetches more pages as needed.
84
+ * for await (const salesTaxPaymentCheck of conductor.qbd.salesTaxPaymentChecks.list(
85
+ * { conductorEndUserId: 'end_usr_1234567abcdefg' },
86
+ * )) {
87
+ * // ...
88
+ * }
89
+ * ```
90
+ */
91
+ list(params, options) {
92
+ const { conductorEndUserId, ...query } = params;
93
+ return this._client.getAPIList('/quickbooks-desktop/sales-tax-payment-checks', (CursorPage), {
94
+ query,
95
+ ...options,
96
+ headers: buildHeaders([{ 'Conductor-End-User-Id': conductorEndUserId }, options?.headers]),
97
+ });
98
+ }
99
+ /**
100
+ * Permanently deletes a sales-tax payment check. The deletion will fail if the
101
+ * sales-tax payment check is currently in use or has any linked transactions that
102
+ * are in use.
103
+ *
104
+ * @example
105
+ * ```ts
106
+ * const salesTaxPaymentCheck =
107
+ * await conductor.qbd.salesTaxPaymentChecks.delete(
108
+ * '123ABC-1234567890',
109
+ * { conductorEndUserId: 'end_usr_1234567abcdefg' },
110
+ * );
111
+ * ```
112
+ */
113
+ delete(id, params, options) {
114
+ const { conductorEndUserId } = params;
115
+ return this._client.delete(path `/quickbooks-desktop/sales-tax-payment-checks/${id}`, {
116
+ ...options,
117
+ headers: buildHeaders([{ 'Conductor-End-User-Id': conductorEndUserId }, options?.headers]),
118
+ });
119
+ }
120
+ /**
121
+ * Voids a sales-tax payment check by setting its amount to zero while keeping a
122
+ * record of it in QuickBooks. The void will fail if the sales-tax payment check is
123
+ * currently in use or has any linked transactions that are in use.
124
+ *
125
+ * @example
126
+ * ```ts
127
+ * const response =
128
+ * await conductor.qbd.salesTaxPaymentChecks.void(
129
+ * '123ABC-1234567890',
130
+ * { conductorEndUserId: 'end_usr_1234567abcdefg' },
131
+ * );
132
+ * ```
133
+ */
134
+ void(id, params, options) {
135
+ const { conductorEndUserId } = params;
136
+ return this._client.post(path `/quickbooks-desktop/sales-tax-payment-checks/${id}/void`, {
137
+ ...options,
138
+ headers: buildHeaders([{ 'Conductor-End-User-Id': conductorEndUserId }, options?.headers]),
139
+ });
140
+ }
141
+ }
142
+ //# sourceMappingURL=sales-tax-payment-checks.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sales-tax-payment-checks.mjs","sourceRoot":"","sources":["../../src/resources/qbd/sales-tax-payment-checks.ts"],"names":[],"mappings":"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"}
@@ -70,9 +70,9 @@ export declare class TimeTrackingActivities extends APIResource {
70
70
  */
71
71
  list(params: TimeTrackingActivityListParams, options?: RequestOptions): PagePromise<TimeTrackingActivitiesCursorPage, TimeTrackingActivity>;
72
72
  /**
73
- * Permanently deletes a a time tracking activity. The deletion will fail if the
74
- * time tracking activity is currently in use or has any linked transactions that
75
- * are in use.
73
+ * Permanently deletes a time tracking activity. The deletion will fail if the time
74
+ * tracking activity is currently in use or has any linked transactions that are in
75
+ * use.
76
76
  *
77
77
  * @example
78
78
  * ```ts
@@ -70,9 +70,9 @@ export declare class TimeTrackingActivities extends APIResource {
70
70
  */
71
71
  list(params: TimeTrackingActivityListParams, options?: RequestOptions): PagePromise<TimeTrackingActivitiesCursorPage, TimeTrackingActivity>;
72
72
  /**
73
- * Permanently deletes a a time tracking activity. The deletion will fail if the
74
- * time tracking activity is currently in use or has any linked transactions that
75
- * are in use.
73
+ * Permanently deletes a time tracking activity. The deletion will fail if the time
74
+ * tracking activity is currently in use or has any linked transactions that are in
75
+ * use.
76
76
  *
77
77
  * @example
78
78
  * ```ts
@@ -101,9 +101,9 @@ class TimeTrackingActivities extends resource_1.APIResource {
101
101
  });
102
102
  }
103
103
  /**
104
- * Permanently deletes a a time tracking activity. The deletion will fail if the
105
- * time tracking activity is currently in use or has any linked transactions that
106
- * are in use.
104
+ * Permanently deletes a time tracking activity. The deletion will fail if the time
105
+ * tracking activity is currently in use or has any linked transactions that are in
106
+ * use.
107
107
  *
108
108
  * @example
109
109
  * ```ts
@@ -98,9 +98,9 @@ export class TimeTrackingActivities extends APIResource {
98
98
  });
99
99
  }
100
100
  /**
101
- * Permanently deletes a a time tracking activity. The deletion will fail if the
102
- * time tracking activity is currently in use or has any linked transactions that
103
- * are in use.
101
+ * Permanently deletes a time tracking activity. The deletion will fail if the time
102
+ * tracking activity is currently in use or has any linked transactions that are in
103
+ * use.
104
104
  *
105
105
  * @example
106
106
  * ```ts
@@ -74,8 +74,8 @@ export declare class VendorCredits extends APIResource {
74
74
  */
75
75
  list(params: VendorCreditListParams, options?: RequestOptions): PagePromise<VendorCreditsCursorPage, VendorCredit>;
76
76
  /**
77
- * Permanently deletes a a vendor credit. The deletion will fail if the vendor
78
- * credit is currently in use or has any linked transactions that are in use.
77
+ * Permanently deletes a vendor credit. The deletion will fail if the vendor credit
78
+ * is currently in use or has any linked transactions that are in use.
79
79
  *
80
80
  * @example
81
81
  * ```ts
@@ -74,8 +74,8 @@ export declare class VendorCredits extends APIResource {
74
74
  */
75
75
  list(params: VendorCreditListParams, options?: RequestOptions): PagePromise<VendorCreditsCursorPage, VendorCredit>;
76
76
  /**
77
- * Permanently deletes a a vendor credit. The deletion will fail if the vendor
78
- * credit is currently in use or has any linked transactions that are in use.
77
+ * Permanently deletes a vendor credit. The deletion will fail if the vendor credit
78
+ * is currently in use or has any linked transactions that are in use.
79
79
  *
80
80
  * @example
81
81
  * ```ts
@@ -105,8 +105,8 @@ class VendorCredits extends resource_1.APIResource {
105
105
  });
106
106
  }
107
107
  /**
108
- * Permanently deletes a a vendor credit. The deletion will fail if the vendor
109
- * credit is currently in use or has any linked transactions that are in use.
108
+ * Permanently deletes a vendor credit. The deletion will fail if the vendor credit
109
+ * is currently in use or has any linked transactions that are in use.
110
110
  *
111
111
  * @example
112
112
  * ```ts
@@ -102,8 +102,8 @@ export class VendorCredits extends APIResource {
102
102
  });
103
103
  }
104
104
  /**
105
- * Permanently deletes a a vendor credit. The deletion will fail if the vendor
106
- * credit is currently in use or has any linked transactions that are in use.
105
+ * Permanently deletes a vendor credit. The deletion will fail if the vendor credit
106
+ * is currently in use or has any linked transactions that are in use.
107
107
  *
108
108
  * @example
109
109
  * ```ts
@@ -63,8 +63,15 @@ export class EndUsers extends APIResource {
63
63
  }
64
64
 
65
65
  /**
66
- * Sends a request directly to the specified integration connection (e.g.,
67
- * QuickBooks Desktop) on behalf of the end-user.
66
+ * Rare escape hatch for sending raw QuickBooks Desktop qbXML request objects
67
+ * directly. Prefer Conductor's native QuickBooks Desktop endpoints whenever
68
+ * possible: Conductor already exposes more than 250 typed QBD endpoints, covers
69
+ * nearly the entire underlying qbXML API surface, returns all documented response
70
+ * fields in a stable typed JSON shape, and powers Conductor SDK types,
71
+ * documentation, IDE autocomplete, and the API Playground. Use passthrough only
72
+ * when you need one of the few qbXML operations that is not yet available as a
73
+ * native Conductor endpoint, or while testing an unsupported qbXML operation.
74
+ * Known gaps are listed in [Missing QBD types](/api-ref/missing-qbd-types).
68
75
  *
69
76
  * @example
70
77
  * ```ts
@@ -201,7 +208,8 @@ export interface EndUserDeleteResponse {
201
208
  }
202
209
 
203
210
  /**
204
- * The response from the integration connection.
211
+ * The raw response from the integration connection. For QuickBooks Desktop, this
212
+ * is the qbXML response converted to JSON.
205
213
  */
206
214
  export type EndUserPassthroughResponse = { [key: string]: unknown };
207
215
 
@@ -232,7 +240,10 @@ export interface EndUserPassthroughParams {
232
240
  id: string;
233
241
 
234
242
  /**
235
- * Body param: The request body to send to the integration connection.
243
+ * Body param: The raw qbXML request object to send to the integration connection.
244
+ * For QuickBooks Desktop, use a qbXML request wrapper such as `InvoiceQueryRq` or
245
+ * `CustomerQueryRq`. This body is forwarded directly and does not use Conductor
246
+ * field names.
236
247
  */
237
248
  qbd_payload: { [key: string]: unknown };
238
249
  }
@@ -123,7 +123,7 @@ export class BillCheckPayments extends APIResource {
123
123
  }
124
124
 
125
125
  /**
126
- * Permanently deletes a a bill check payment. The deletion will fail if the bill
126
+ * Permanently deletes a bill check payment. The deletion will fail if the bill
127
127
  * check payment is currently in use or has any linked transactions that are in
128
128
  * use.
129
129
  *
@@ -99,7 +99,7 @@ export class BillCreditCardPayments extends APIResource {
99
99
  }
100
100
 
101
101
  /**
102
- * Permanently deletes a a bill credit card payment. The deletion will fail if the
102
+ * Permanently deletes a bill credit card payment. The deletion will fail if the
103
103
  * bill credit card payment is currently in use or has any linked transactions that
104
104
  * are in use.
105
105
  *
@@ -110,7 +110,7 @@ export class Bills extends APIResource {
110
110
  }
111
111
 
112
112
  /**
113
- * Permanently deletes a a bill. The deletion will fail if the bill is currently in
113
+ * Permanently deletes a bill. The deletion will fail if the bill is currently in
114
114
  * use or has any linked transactions that are in use.
115
115
  *
116
116
  * @example
@@ -113,7 +113,7 @@ export class BuildAssemblies extends APIResource {
113
113
  }
114
114
 
115
115
  /**
116
- * Permanently deletes a a build assembly. The deletion will fail if the build
116
+ * Permanently deletes a build assembly. The deletion will fail if the build
117
117
  * assembly is currently in use or has any linked transactions that are in use.
118
118
  *
119
119
  * @example
@@ -109,8 +109,8 @@ export class Checks extends APIResource {
109
109
  }
110
110
 
111
111
  /**
112
- * Permanently deletes a a check. The deletion will fail if the check is currently
113
- * in use or has any linked transactions that are in use.
112
+ * Permanently deletes a check. The deletion will fail if the check is currently in
113
+ * use or has any linked transactions that are in use.
114
114
  *
115
115
  * @example
116
116
  * ```ts
@@ -120,7 +120,7 @@ export class CreditCardCharges extends APIResource {
120
120
  }
121
121
 
122
122
  /**
123
- * Permanently deletes a a credit card charge. The deletion will fail if the credit
123
+ * Permanently deletes a credit card charge. The deletion will fail if the credit
124
124
  * card charge is currently in use or has any linked transactions that are in use.
125
125
  *
126
126
  * @example
@@ -118,7 +118,7 @@ export class CreditCardCredits extends APIResource {
118
118
  }
119
119
 
120
120
  /**
121
- * Permanently deletes a a credit card credit. The deletion will fail if the credit
121
+ * Permanently deletes a credit card credit. The deletion will fail if the credit
122
122
  * card credit is currently in use or has any linked transactions that are in use.
123
123
  *
124
124
  * @example
@@ -95,7 +95,7 @@ export class CreditCardRefunds extends APIResource {
95
95
  }
96
96
 
97
97
  /**
98
- * Permanently deletes a a credit card refund. The deletion will fail if the credit
98
+ * Permanently deletes a credit card refund. The deletion will fail if the credit
99
99
  * card refund is currently in use or has any linked transactions that are in use.
100
100
  *
101
101
  * @example
@@ -108,8 +108,8 @@ export class CreditMemos extends APIResource {
108
108
  }
109
109
 
110
110
  /**
111
- * Permanently deletes a a credit memo. The deletion will fail if the credit memo
112
- * is currently in use or has any linked transactions that are in use.
111
+ * Permanently deletes a credit memo. The deletion will fail if the credit memo is
112
+ * currently in use or has any linked transactions that are in use.
113
113
  *
114
114
  * @example
115
115
  * ```ts
@@ -106,7 +106,7 @@ export class Deposits extends APIResource {
106
106
  }
107
107
 
108
108
  /**
109
- * Permanently deletes a a deposit. The deletion will fail if the deposit is
109
+ * Permanently deletes a deposit. The deletion will fail if the deposit is
110
110
  * currently in use or has any linked transactions that are in use.
111
111
  *
112
112
  * @example
@@ -105,7 +105,7 @@ export class Estimates extends APIResource {
105
105
  }
106
106
 
107
107
  /**
108
- * Permanently deletes a an estimate. The deletion will fail if the estimate is
108
+ * Permanently deletes an estimate. The deletion will fail if the estimate is
109
109
  * currently in use or has any linked transactions that are in use.
110
110
  *
111
111
  * @example
@@ -483,6 +483,19 @@ export {
483
483
  type SalesTaxItemListParams,
484
484
  type SalesTaxItemsCursorPage,
485
485
  } from './sales-tax-items';
486
+ export {
487
+ SalesTaxPaymentChecks,
488
+ type SalesTaxPaymentCheck,
489
+ type SalesTaxPaymentCheckDeleteResponse,
490
+ type SalesTaxPaymentCheckVoidResponse,
491
+ type SalesTaxPaymentCheckCreateParams,
492
+ type SalesTaxPaymentCheckRetrieveParams,
493
+ type SalesTaxPaymentCheckUpdateParams,
494
+ type SalesTaxPaymentCheckListParams,
495
+ type SalesTaxPaymentCheckDeleteParams,
496
+ type SalesTaxPaymentCheckVoidParams,
497
+ type SalesTaxPaymentChecksCursorPage,
498
+ } from './sales-tax-payment-checks';
486
499
  export {
487
500
  ServiceItems,
488
501
  type ServiceItem,
@@ -120,7 +120,7 @@ export class InventoryAdjustments extends APIResource {
120
120
  }
121
121
 
122
122
  /**
123
- * Permanently deletes a an inventory adjustment. The deletion will fail if the
123
+ * Permanently deletes an inventory adjustment. The deletion will fail if the
124
124
  * inventory adjustment is currently in use or has any linked transactions that are
125
125
  * in use.
126
126
  *
@@ -106,7 +106,7 @@ export class Invoices extends APIResource {
106
106
  }
107
107
 
108
108
  /**
109
- * Permanently deletes a an invoice. The deletion will fail if the invoice is
109
+ * Permanently deletes an invoice. The deletion will fail if the invoice is
110
110
  * currently in use or has any linked transactions that are in use.
111
111
  *
112
112
  * @example
@@ -114,8 +114,8 @@ export class ItemReceipts extends APIResource {
114
114
  }
115
115
 
116
116
  /**
117
- * Permanently deletes a an item receipt. The deletion will fail if the item
118
- * receipt is currently in use or has any linked transactions that are in use.
117
+ * Permanently deletes an item receipt. The deletion will fail if the item receipt
118
+ * is currently in use or has any linked transactions that are in use.
119
119
  *
120
120
  * @example
121
121
  * ```ts
@@ -117,8 +117,8 @@ export class JournalEntries extends APIResource {
117
117
  }
118
118
 
119
119
  /**
120
- * Permanently deletes a a journal entry. The deletion will fail if the journal
121
- * entry is currently in use or has any linked transactions that are in use.
120
+ * Permanently deletes a journal entry. The deletion will fail if the journal entry
121
+ * is currently in use or has any linked transactions that are in use.
122
122
  *
123
123
  * @example
124
124
  * ```ts