conductor-node 14.18.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 (157) hide show
  1. package/CHANGELOG.md +17 -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 +2 -0
  56. package/resources/qbd/index.d.mts.map +1 -1
  57. package/resources/qbd/index.d.ts +2 -0
  58. package/resources/qbd/index.d.ts.map +1 -1
  59. package/resources/qbd/index.js +6 -2
  60. package/resources/qbd/index.js.map +1 -1
  61. package/resources/qbd/index.mjs +2 -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 +8 -0
  84. package/resources/qbd/qbd.d.mts.map +1 -1
  85. package/resources/qbd/qbd.d.ts +8 -0
  86. package/resources/qbd/qbd.d.ts.map +1 -1
  87. package/resources/qbd/qbd.js +8 -0
  88. package/resources/qbd/qbd.js.map +1 -1
  89. package/resources/qbd/qbd.mjs +8 -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-group-items.d.mts +417 -0
  104. package/resources/qbd/sales-tax-group-items.d.mts.map +1 -0
  105. package/resources/qbd/sales-tax-group-items.d.ts +417 -0
  106. package/resources/qbd/sales-tax-group-items.d.ts.map +1 -0
  107. package/resources/qbd/sales-tax-group-items.js +102 -0
  108. package/resources/qbd/sales-tax-group-items.js.map +1 -0
  109. package/resources/qbd/sales-tax-group-items.mjs +98 -0
  110. package/resources/qbd/sales-tax-group-items.mjs.map +1 -0
  111. package/resources/qbd/sales-tax-payment-checks.d.mts +809 -0
  112. package/resources/qbd/sales-tax-payment-checks.d.mts.map +1 -0
  113. package/resources/qbd/sales-tax-payment-checks.d.ts +809 -0
  114. package/resources/qbd/sales-tax-payment-checks.d.ts.map +1 -0
  115. package/resources/qbd/sales-tax-payment-checks.js +146 -0
  116. package/resources/qbd/sales-tax-payment-checks.js.map +1 -0
  117. package/resources/qbd/sales-tax-payment-checks.mjs +142 -0
  118. package/resources/qbd/sales-tax-payment-checks.mjs.map +1 -0
  119. package/resources/qbd/time-tracking-activities.d.mts +3 -3
  120. package/resources/qbd/time-tracking-activities.d.ts +3 -3
  121. package/resources/qbd/time-tracking-activities.js +3 -3
  122. package/resources/qbd/time-tracking-activities.mjs +3 -3
  123. package/resources/qbd/vendor-credits.d.mts +2 -2
  124. package/resources/qbd/vendor-credits.d.ts +2 -2
  125. package/resources/qbd/vendor-credits.js +2 -2
  126. package/resources/qbd/vendor-credits.mjs +2 -2
  127. package/src/resources/end-users.ts +15 -4
  128. package/src/resources/qbd/bill-check-payments.ts +1 -1
  129. package/src/resources/qbd/bill-credit-card-payments.ts +1 -1
  130. package/src/resources/qbd/bills.ts +1 -1
  131. package/src/resources/qbd/build-assemblies.ts +1 -1
  132. package/src/resources/qbd/checks.ts +2 -2
  133. package/src/resources/qbd/credit-card-charges.ts +1 -1
  134. package/src/resources/qbd/credit-card-credits.ts +1 -1
  135. package/src/resources/qbd/credit-card-refunds.ts +1 -1
  136. package/src/resources/qbd/credit-memos.ts +2 -2
  137. package/src/resources/qbd/deposits.ts +1 -1
  138. package/src/resources/qbd/estimates.ts +1 -1
  139. package/src/resources/qbd/index.ts +22 -0
  140. package/src/resources/qbd/inventory-adjustments.ts +1 -1
  141. package/src/resources/qbd/invoices.ts +1 -1
  142. package/src/resources/qbd/item-receipts.ts +2 -2
  143. package/src/resources/qbd/journal-entries.ts +2 -2
  144. package/src/resources/qbd/purchase-orders.ts +1 -1
  145. package/src/resources/qbd/qbd.ts +55 -0
  146. package/src/resources/qbd/receive-payments.ts +1 -1
  147. package/src/resources/qbd/sales-orders.ts +2 -2
  148. package/src/resources/qbd/sales-receipts.ts +2 -2
  149. package/src/resources/qbd/sales-tax-group-items.ts +533 -0
  150. package/src/resources/qbd/sales-tax-payment-checks.ts +1014 -0
  151. package/src/resources/qbd/time-tracking-activities.ts +3 -3
  152. package/src/resources/qbd/vendor-credits.ts +2 -2
  153. package/src/version.ts +1 -1
  154. package/version.d.mts +1 -1
  155. package/version.d.ts +1 -1
  156. package/version.js +1 -1
  157. package/version.mjs +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Changelog
2
2
 
3
+ ## 14.20.0 (2026-06-15)
4
+
5
+ Full Changelog: [v14.19.0...v14.20.0](https://github.com/conductor-is/quickbooks-desktop-node/compare/v14.19.0...v14.20.0)
6
+
7
+ ### Features
8
+
9
+ * **api:** api update ([0c274ba](https://github.com/conductor-is/quickbooks-desktop-node/commit/0c274baeee66fa33d1be339880095aa18dc56720))
10
+ * **api:** api update ([239c96b](https://github.com/conductor-is/quickbooks-desktop-node/commit/239c96baf006005bdf95d712315b1ff5018cf32b))
11
+
12
+ ## 14.19.0 (2026-06-15)
13
+
14
+ Full Changelog: [v14.18.0...v14.19.0](https://github.com/conductor-is/quickbooks-desktop-node/compare/v14.18.0...v14.19.0)
15
+
16
+ ### Features
17
+
18
+ * **api:** api update ([6c580ae](https://github.com/conductor-is/quickbooks-desktop-node/commit/6c580aedc5e4c89485bec90d31eb7dab2ac63d25))
19
+
3
20
  ## 14.18.0 (2026-06-13)
4
21
 
5
22
  Full Changelog: [v14.17.0...v14.18.0](https://github.com/conductor-is/quickbooks-desktop-node/compare/v14.17.0...v14.18.0)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "conductor-node",
3
- "version": "14.18.0",
3
+ "version": "14.20.0",
4
4
  "description": "The official TypeScript library for the Conductor API",
5
5
  "author": "Conductor <support@conductor.is>",
6
6
  "types": "./index.d.ts",
@@ -47,8 +47,15 @@ export declare class EndUsers extends APIResource {
47
47
  */
48
48
  delete(id: string, options?: RequestOptions): APIPromise<EndUserDeleteResponse>;
49
49
  /**
50
- * Sends a request directly to the specified integration connection (e.g.,
51
- * QuickBooks Desktop) on behalf of the end-user.
50
+ * Rare escape hatch for sending raw QuickBooks Desktop qbXML request objects
51
+ * directly. Prefer Conductor's native QuickBooks Desktop endpoints whenever
52
+ * possible: Conductor already exposes more than 250 typed QBD endpoints, covers
53
+ * nearly the entire underlying qbXML API surface, returns all documented response
54
+ * fields in a stable typed JSON shape, and powers Conductor SDK types,
55
+ * documentation, IDE autocomplete, and the API Playground. Use passthrough only
56
+ * when you need one of the few qbXML operations that is not yet available as a
57
+ * native Conductor endpoint, or while testing an unsupported qbXML operation.
58
+ * Known gaps are listed in [Missing QBD types](/api-ref/missing-qbd-types).
52
59
  *
53
60
  * @example
54
61
  * ```ts
@@ -155,7 +162,8 @@ export interface EndUserDeleteResponse {
155
162
  objectType: 'end_user';
156
163
  }
157
164
  /**
158
- * The response from the integration connection.
165
+ * The raw response from the integration connection. For QuickBooks Desktop, this
166
+ * is the qbXML response converted to JSON.
159
167
  */
160
168
  export type EndUserPassthroughResponse = {
161
169
  [key: string]: unknown;
@@ -183,7 +191,10 @@ export interface EndUserPassthroughParams {
183
191
  */
184
192
  id: string;
185
193
  /**
186
- * Body param: The request body to send to the integration connection.
194
+ * Body param: The raw qbXML request object to send to the integration connection.
195
+ * For QuickBooks Desktop, use a qbXML request wrapper such as `InvoiceQueryRq` or
196
+ * `CustomerQueryRq`. This body is forwarded directly and does not use Conductor
197
+ * field names.
187
198
  */
188
199
  qbd_payload: {
189
200
  [key: string]: unknown;
@@ -1 +1 @@
1
- {"version":3,"file":"end-users.d.mts","sourceRoot":"","sources":["../src/resources/end-users.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"end-users.d.mts","sourceRoot":"","sources":["../src/resources/end-users.ts"],"names":[],"mappings":"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"}
@@ -47,8 +47,15 @@ export declare class EndUsers extends APIResource {
47
47
  */
48
48
  delete(id: string, options?: RequestOptions): APIPromise<EndUserDeleteResponse>;
49
49
  /**
50
- * Sends a request directly to the specified integration connection (e.g.,
51
- * QuickBooks Desktop) on behalf of the end-user.
50
+ * Rare escape hatch for sending raw QuickBooks Desktop qbXML request objects
51
+ * directly. Prefer Conductor's native QuickBooks Desktop endpoints whenever
52
+ * possible: Conductor already exposes more than 250 typed QBD endpoints, covers
53
+ * nearly the entire underlying qbXML API surface, returns all documented response
54
+ * fields in a stable typed JSON shape, and powers Conductor SDK types,
55
+ * documentation, IDE autocomplete, and the API Playground. Use passthrough only
56
+ * when you need one of the few qbXML operations that is not yet available as a
57
+ * native Conductor endpoint, or while testing an unsupported qbXML operation.
58
+ * Known gaps are listed in [Missing QBD types](/api-ref/missing-qbd-types).
52
59
  *
53
60
  * @example
54
61
  * ```ts
@@ -155,7 +162,8 @@ export interface EndUserDeleteResponse {
155
162
  objectType: 'end_user';
156
163
  }
157
164
  /**
158
- * The response from the integration connection.
165
+ * The raw response from the integration connection. For QuickBooks Desktop, this
166
+ * is the qbXML response converted to JSON.
159
167
  */
160
168
  export type EndUserPassthroughResponse = {
161
169
  [key: string]: unknown;
@@ -183,7 +191,10 @@ export interface EndUserPassthroughParams {
183
191
  */
184
192
  id: string;
185
193
  /**
186
- * Body param: The request body to send to the integration connection.
194
+ * Body param: The raw qbXML request object to send to the integration connection.
195
+ * For QuickBooks Desktop, use a qbXML request wrapper such as `InvoiceQueryRq` or
196
+ * `CustomerQueryRq`. This body is forwarded directly and does not use Conductor
197
+ * field names.
187
198
  */
188
199
  qbd_payload: {
189
200
  [key: string]: unknown;
@@ -1 +1 @@
1
- {"version":3,"file":"end-users.d.ts","sourceRoot":"","sources":["../src/resources/end-users.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"end-users.d.ts","sourceRoot":"","sources":["../src/resources/end-users.ts"],"names":[],"mappings":"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"}
@@ -58,8 +58,15 @@ class EndUsers extends resource_1.APIResource {
58
58
  return this._client.delete((0, path_1.path) `/end-users/${id}`, options);
59
59
  }
60
60
  /**
61
- * Sends a request directly to the specified integration connection (e.g.,
62
- * QuickBooks Desktop) on behalf of the end-user.
61
+ * Rare escape hatch for sending raw QuickBooks Desktop qbXML request objects
62
+ * directly. Prefer Conductor's native QuickBooks Desktop endpoints whenever
63
+ * possible: Conductor already exposes more than 250 typed QBD endpoints, covers
64
+ * nearly the entire underlying qbXML API surface, returns all documented response
65
+ * fields in a stable typed JSON shape, and powers Conductor SDK types,
66
+ * documentation, IDE autocomplete, and the API Playground. Use passthrough only
67
+ * when you need one of the few qbXML operations that is not yet available as a
68
+ * native Conductor endpoint, or while testing an unsupported qbXML operation.
69
+ * Known gaps are listed in [Missing QBD types](/api-ref/missing-qbd-types).
63
70
  *
64
71
  * @example
65
72
  * ```ts
@@ -1 +1 @@
1
- {"version":3,"file":"end-users.js","sourceRoot":"","sources":["../src/resources/end-users.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,kDAA+C;AAG/C,oDAA8C;AAE9C,MAAa,QAAS,SAAQ,sBAAW;IACvC;;;;;;;;;;;OAWG;IACH,MAAM,CAAC,IAAyB,EAAE,OAAwB;QACxD,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,YAAY,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC/D,CAAC;IAED;;;;;;;;;OASG;IACH,QAAQ,CAAC,EAAU,EAAE,OAAwB;QAC3C,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAA,WAAI,EAAA,cAAc,EAAE,EAAE,EAAE,OAAO,CAAC,CAAC;IAC3D,CAAC;IAED;;;;;;;OAOG;IACH,IAAI,CAAC,OAAwB;QAC3B,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,YAAY,EAAE,OAAO,CAAC,CAAC;IACjD,CAAC;IAED;;;;;;;;;OASG;IACH,MAAM,CAAC,EAAU,EAAE,OAAwB;QACzC,OAAO,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,IAAA,WAAI,EAAA,cAAc,EAAE,EAAE,EAAE,OAAO,CAAC,CAAC;IAC9D,CAAC;IAED;;;;;;;;;;;;;;OAcG;IACH,WAAW,CACT,eAAqC,EACrC,MAAgC,EAChC,OAAwB;QAExB,MAAM,EAAE,EAAE,EAAE,WAAW,EAAE,GAAG,MAAM,CAAC;QACnC,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,IAAA,WAAI,EAAA,cAAc,EAAE,gBAAgB,eAAe,EAAE,EAAE;YAC9E,IAAI,EAAE,WAAW;YACjB,GAAG,OAAO;SACX,CAAC,CAAC;IACL,CAAC;CACF;AAnFD,4BAmFC"}
1
+ {"version":3,"file":"end-users.js","sourceRoot":"","sources":["../src/resources/end-users.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,kDAA+C;AAG/C,oDAA8C;AAE9C,MAAa,QAAS,SAAQ,sBAAW;IACvC;;;;;;;;;;;OAWG;IACH,MAAM,CAAC,IAAyB,EAAE,OAAwB;QACxD,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,YAAY,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC/D,CAAC;IAED;;;;;;;;;OASG;IACH,QAAQ,CAAC,EAAU,EAAE,OAAwB;QAC3C,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAA,WAAI,EAAA,cAAc,EAAE,EAAE,EAAE,OAAO,CAAC,CAAC;IAC3D,CAAC;IAED;;;;;;;OAOG;IACH,IAAI,CAAC,OAAwB;QAC3B,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,YAAY,EAAE,OAAO,CAAC,CAAC;IACjD,CAAC;IAED;;;;;;;;;OASG;IACH,MAAM,CAAC,EAAU,EAAE,OAAwB;QACzC,OAAO,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,IAAA,WAAI,EAAA,cAAc,EAAE,EAAE,EAAE,OAAO,CAAC,CAAC;IAC9D,CAAC;IAED;;;;;;;;;;;;;;;;;;;;;OAqBG;IACH,WAAW,CACT,eAAqC,EACrC,MAAgC,EAChC,OAAwB;QAExB,MAAM,EAAE,EAAE,EAAE,WAAW,EAAE,GAAG,MAAM,CAAC;QACnC,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,IAAA,WAAI,EAAA,cAAc,EAAE,gBAAgB,eAAe,EAAE,EAAE;YAC9E,IAAI,EAAE,WAAW;YACjB,GAAG,OAAO;SACX,CAAC,CAAC;IACL,CAAC;CACF;AA1FD,4BA0FC"}
@@ -55,8 +55,15 @@ export class EndUsers extends APIResource {
55
55
  return this._client.delete(path `/end-users/${id}`, options);
56
56
  }
57
57
  /**
58
- * Sends a request directly to the specified integration connection (e.g.,
59
- * QuickBooks Desktop) on behalf of the end-user.
58
+ * Rare escape hatch for sending raw QuickBooks Desktop qbXML request objects
59
+ * directly. Prefer Conductor's native QuickBooks Desktop endpoints whenever
60
+ * possible: Conductor already exposes more than 250 typed QBD endpoints, covers
61
+ * nearly the entire underlying qbXML API surface, returns all documented response
62
+ * fields in a stable typed JSON shape, and powers Conductor SDK types,
63
+ * documentation, IDE autocomplete, and the API Playground. Use passthrough only
64
+ * when you need one of the few qbXML operations that is not yet available as a
65
+ * native Conductor endpoint, or while testing an unsupported qbXML operation.
66
+ * Known gaps are listed in [Missing QBD types](/api-ref/missing-qbd-types).
60
67
  *
61
68
  * @example
62
69
  * ```ts
@@ -1 +1 @@
1
- {"version":3,"file":"end-users.mjs","sourceRoot":"","sources":["../src/resources/end-users.ts"],"names":[],"mappings":"AAAA,sFAAsF;AAEtF,OAAO,EAAE,WAAW,EAAE,6BAAyB;AAG/C,OAAO,EAAE,IAAI,EAAE,mCAA+B;AAE9C,MAAM,OAAO,QAAS,SAAQ,WAAW;IACvC;;;;;;;;;;;OAWG;IACH,MAAM,CAAC,IAAyB,EAAE,OAAwB;QACxD,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,YAAY,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC/D,CAAC;IAED;;;;;;;;;OASG;IACH,QAAQ,CAAC,EAAU,EAAE,OAAwB;QAC3C,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAA,cAAc,EAAE,EAAE,EAAE,OAAO,CAAC,CAAC;IAC3D,CAAC;IAED;;;;;;;OAOG;IACH,IAAI,CAAC,OAAwB;QAC3B,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,YAAY,EAAE,OAAO,CAAC,CAAC;IACjD,CAAC;IAED;;;;;;;;;OASG;IACH,MAAM,CAAC,EAAU,EAAE,OAAwB;QACzC,OAAO,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,IAAI,CAAA,cAAc,EAAE,EAAE,EAAE,OAAO,CAAC,CAAC;IAC9D,CAAC;IAED;;;;;;;;;;;;;;OAcG;IACH,WAAW,CACT,eAAqC,EACrC,MAAgC,EAChC,OAAwB;QAExB,MAAM,EAAE,EAAE,EAAE,WAAW,EAAE,GAAG,MAAM,CAAC;QACnC,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,CAAA,cAAc,EAAE,gBAAgB,eAAe,EAAE,EAAE;YAC9E,IAAI,EAAE,WAAW;YACjB,GAAG,OAAO;SACX,CAAC,CAAC;IACL,CAAC;CACF"}
1
+ {"version":3,"file":"end-users.mjs","sourceRoot":"","sources":["../src/resources/end-users.ts"],"names":[],"mappings":"AAAA,sFAAsF;AAEtF,OAAO,EAAE,WAAW,EAAE,6BAAyB;AAG/C,OAAO,EAAE,IAAI,EAAE,mCAA+B;AAE9C,MAAM,OAAO,QAAS,SAAQ,WAAW;IACvC;;;;;;;;;;;OAWG;IACH,MAAM,CAAC,IAAyB,EAAE,OAAwB;QACxD,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,YAAY,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC/D,CAAC;IAED;;;;;;;;;OASG;IACH,QAAQ,CAAC,EAAU,EAAE,OAAwB;QAC3C,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAA,cAAc,EAAE,EAAE,EAAE,OAAO,CAAC,CAAC;IAC3D,CAAC;IAED;;;;;;;OAOG;IACH,IAAI,CAAC,OAAwB;QAC3B,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,YAAY,EAAE,OAAO,CAAC,CAAC;IACjD,CAAC;IAED;;;;;;;;;OASG;IACH,MAAM,CAAC,EAAU,EAAE,OAAwB;QACzC,OAAO,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,IAAI,CAAA,cAAc,EAAE,EAAE,EAAE,OAAO,CAAC,CAAC;IAC9D,CAAC;IAED;;;;;;;;;;;;;;;;;;;;;OAqBG;IACH,WAAW,CACT,eAAqC,EACrC,MAAgC,EAChC,OAAwB;QAExB,MAAM,EAAE,EAAE,EAAE,WAAW,EAAE,GAAG,MAAM,CAAC;QACnC,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,CAAA,cAAc,EAAE,gBAAgB,eAAe,EAAE,EAAE;YAC9E,IAAI,EAAE,WAAW;YACjB,GAAG,OAAO;SACX,CAAC,CAAC;IACL,CAAC;CACF"}
@@ -76,7 +76,7 @@ export declare class BillCheckPayments extends APIResource {
76
76
  */
77
77
  list(params: BillCheckPaymentListParams, options?: RequestOptions): PagePromise<BillCheckPaymentsCursorPage, BillCheckPayment>;
78
78
  /**
79
- * Permanently deletes a a bill check payment. The deletion will fail if the bill
79
+ * Permanently deletes a bill check payment. The deletion will fail if the bill
80
80
  * check payment is currently in use or has any linked transactions that are in
81
81
  * use.
82
82
  *
@@ -76,7 +76,7 @@ export declare class BillCheckPayments extends APIResource {
76
76
  */
77
77
  list(params: BillCheckPaymentListParams, options?: RequestOptions): PagePromise<BillCheckPaymentsCursorPage, BillCheckPayment>;
78
78
  /**
79
- * Permanently deletes a a bill check payment. The deletion will fail if the bill
79
+ * Permanently deletes a bill check payment. The deletion will fail if the bill
80
80
  * check payment is currently in use or has any linked transactions that are in
81
81
  * use.
82
82
  *
@@ -107,7 +107,7 @@ class BillCheckPayments extends resource_1.APIResource {
107
107
  });
108
108
  }
109
109
  /**
110
- * Permanently deletes a a bill check payment. The deletion will fail if the bill
110
+ * Permanently deletes a bill check payment. The deletion will fail if the bill
111
111
  * check payment is currently in use or has any linked transactions that are in
112
112
  * use.
113
113
  *
@@ -104,7 +104,7 @@ export class BillCheckPayments extends APIResource {
104
104
  });
105
105
  }
106
106
  /**
107
- * Permanently deletes a a bill check payment. The deletion will fail if the bill
107
+ * Permanently deletes a bill check payment. The deletion will fail if the bill
108
108
  * check payment is currently in use or has any linked transactions that are in
109
109
  * use.
110
110
  *
@@ -57,7 +57,7 @@ export declare class BillCreditCardPayments extends APIResource {
57
57
  */
58
58
  list(params: BillCreditCardPaymentListParams, options?: RequestOptions): PagePromise<BillCreditCardPaymentsCursorPage, BillCreditCardPayment>;
59
59
  /**
60
- * Permanently deletes a a bill credit card payment. The deletion will fail if the
60
+ * Permanently deletes a bill credit card payment. The deletion will fail if the
61
61
  * bill credit card payment is currently in use or has any linked transactions that
62
62
  * are in use.
63
63
  *
@@ -57,7 +57,7 @@ export declare class BillCreditCardPayments extends APIResource {
57
57
  */
58
58
  list(params: BillCreditCardPaymentListParams, options?: RequestOptions): PagePromise<BillCreditCardPaymentsCursorPage, BillCreditCardPayment>;
59
59
  /**
60
- * Permanently deletes a a bill credit card payment. The deletion will fail if the
60
+ * Permanently deletes a bill credit card payment. The deletion will fail if the
61
61
  * bill credit card payment is currently in use or has any linked transactions that
62
62
  * are in use.
63
63
  *
@@ -81,7 +81,7 @@ class BillCreditCardPayments extends resource_1.APIResource {
81
81
  });
82
82
  }
83
83
  /**
84
- * Permanently deletes a a bill credit card payment. The deletion will fail if the
84
+ * Permanently deletes a bill credit card payment. The deletion will fail if the
85
85
  * bill credit card payment is currently in use or has any linked transactions that
86
86
  * are in use.
87
87
  *
@@ -78,7 +78,7 @@ export class BillCreditCardPayments extends APIResource {
78
78
  });
79
79
  }
80
80
  /**
81
- * Permanently deletes a a bill credit card payment. The deletion will fail if the
81
+ * Permanently deletes a bill credit card payment. The deletion will fail if the
82
82
  * bill credit card payment is currently in use or has any linked transactions that
83
83
  * are in use.
84
84
  *
@@ -74,7 +74,7 @@ export declare class Bills extends APIResource {
74
74
  */
75
75
  list(params: BillListParams, options?: RequestOptions): PagePromise<BillsCursorPage, Bill>;
76
76
  /**
77
- * Permanently deletes a a bill. The deletion will fail if the bill is currently in
77
+ * Permanently deletes a bill. The deletion will fail if the bill is currently in
78
78
  * use or has any linked transactions that are in use.
79
79
  *
80
80
  * @example
@@ -74,7 +74,7 @@ export declare class Bills extends APIResource {
74
74
  */
75
75
  list(params: BillListParams, options?: RequestOptions): PagePromise<BillsCursorPage, Bill>;
76
76
  /**
77
- * Permanently deletes a a bill. The deletion will fail if the bill is currently in
77
+ * Permanently deletes a bill. The deletion will fail if the bill is currently in
78
78
  * use or has any linked transactions that are in use.
79
79
  *
80
80
  * @example
@@ -105,7 +105,7 @@ class Bills extends resource_1.APIResource {
105
105
  });
106
106
  }
107
107
  /**
108
- * Permanently deletes a a bill. The deletion will fail if the bill is currently in
108
+ * Permanently deletes a bill. The deletion will fail if the bill is currently in
109
109
  * use or has any linked transactions that are in use.
110
110
  *
111
111
  * @example
@@ -102,7 +102,7 @@ export class Bills extends APIResource {
102
102
  });
103
103
  }
104
104
  /**
105
- * Permanently deletes a a bill. The deletion will fail if the bill is currently in
105
+ * Permanently deletes a bill. The deletion will fail if the bill is currently in
106
106
  * use or has any linked transactions that are in use.
107
107
  *
108
108
  * @example
@@ -70,7 +70,7 @@ export declare class BuildAssemblies extends APIResource {
70
70
  */
71
71
  list(params: BuildAssemblyListParams, options?: RequestOptions): PagePromise<BuildAssembliesCursorPage, BuildAssembly>;
72
72
  /**
73
- * Permanently deletes a a build assembly. The deletion will fail if the build
73
+ * Permanently deletes a build assembly. The deletion will fail if the build
74
74
  * assembly is currently in use or has any linked transactions that are in use.
75
75
  *
76
76
  * @example
@@ -70,7 +70,7 @@ export declare class BuildAssemblies extends APIResource {
70
70
  */
71
71
  list(params: BuildAssemblyListParams, options?: RequestOptions): PagePromise<BuildAssembliesCursorPage, BuildAssembly>;
72
72
  /**
73
- * Permanently deletes a a build assembly. The deletion will fail if the build
73
+ * Permanently deletes a build assembly. The deletion will fail if the build
74
74
  * assembly is currently in use or has any linked transactions that are in use.
75
75
  *
76
76
  * @example
@@ -101,7 +101,7 @@ class BuildAssemblies extends resource_1.APIResource {
101
101
  });
102
102
  }
103
103
  /**
104
- * Permanently deletes a a build assembly. The deletion will fail if the build
104
+ * Permanently deletes a build assembly. The deletion will fail if the build
105
105
  * assembly is currently in use or has any linked transactions that are in use.
106
106
  *
107
107
  * @example
@@ -98,7 +98,7 @@ export class BuildAssemblies extends APIResource {
98
98
  });
99
99
  }
100
100
  /**
101
- * Permanently deletes a a build assembly. The deletion will fail if the build
101
+ * Permanently deletes a build assembly. The deletion will fail if the build
102
102
  * assembly is currently in use or has any linked transactions that are in use.
103
103
  *
104
104
  * @example
@@ -73,8 +73,8 @@ export declare class Checks extends APIResource {
73
73
  */
74
74
  list(params: CheckListParams, options?: RequestOptions): PagePromise<ChecksCursorPage, Check>;
75
75
  /**
76
- * Permanently deletes a a check. The deletion will fail if the check is currently
77
- * in use or has any linked transactions that are in use.
76
+ * Permanently deletes a check. The deletion will fail if the check is currently in
77
+ * use or has any linked transactions that are in use.
78
78
  *
79
79
  * @example
80
80
  * ```ts
@@ -73,8 +73,8 @@ export declare class Checks extends APIResource {
73
73
  */
74
74
  list(params: CheckListParams, options?: RequestOptions): PagePromise<ChecksCursorPage, Check>;
75
75
  /**
76
- * Permanently deletes a a check. The deletion will fail if the check is currently
77
- * in use or has any linked transactions that are in use.
76
+ * Permanently deletes a check. The deletion will fail if the check is currently in
77
+ * use or has any linked transactions that are in use.
78
78
  *
79
79
  * @example
80
80
  * ```ts
@@ -104,8 +104,8 @@ class Checks extends resource_1.APIResource {
104
104
  });
105
105
  }
106
106
  /**
107
- * Permanently deletes a a check. The deletion will fail if the check is currently
108
- * in use or has any linked transactions that are in use.
107
+ * Permanently deletes a check. The deletion will fail if the check is currently in
108
+ * use or has any linked transactions that are in use.
109
109
  *
110
110
  * @example
111
111
  * ```ts
@@ -101,8 +101,8 @@ export class Checks extends APIResource {
101
101
  });
102
102
  }
103
103
  /**
104
- * Permanently deletes a a check. The deletion will fail if the check is currently
105
- * in use or has any linked transactions that are in use.
104
+ * Permanently deletes a check. The deletion will fail if the check is currently in
105
+ * use or has any linked transactions that are in use.
106
106
  *
107
107
  * @example
108
108
  * ```ts
@@ -73,7 +73,7 @@ export declare class CreditCardCharges extends APIResource {
73
73
  */
74
74
  list(params: CreditCardChargeListParams, options?: RequestOptions): PagePromise<CreditCardChargesCursorPage, CreditCardCharge>;
75
75
  /**
76
- * Permanently deletes a a credit card charge. The deletion will fail if the credit
76
+ * Permanently deletes a credit card charge. The deletion will fail if the credit
77
77
  * card charge is currently in use or has any linked transactions that are in use.
78
78
  *
79
79
  * @example
@@ -73,7 +73,7 @@ export declare class CreditCardCharges extends APIResource {
73
73
  */
74
74
  list(params: CreditCardChargeListParams, options?: RequestOptions): PagePromise<CreditCardChargesCursorPage, CreditCardCharge>;
75
75
  /**
76
- * Permanently deletes a a credit card charge. The deletion will fail if the credit
76
+ * Permanently deletes a credit card charge. The deletion will fail if the credit
77
77
  * card charge is currently in use or has any linked transactions that are in use.
78
78
  *
79
79
  * @example
@@ -104,7 +104,7 @@ class CreditCardCharges extends resource_1.APIResource {
104
104
  });
105
105
  }
106
106
  /**
107
- * Permanently deletes a a credit card charge. The deletion will fail if the credit
107
+ * Permanently deletes a credit card charge. The deletion will fail if the credit
108
108
  * card charge is currently in use or has any linked transactions that are in use.
109
109
  *
110
110
  * @example
@@ -101,7 +101,7 @@ export class CreditCardCharges extends APIResource {
101
101
  });
102
102
  }
103
103
  /**
104
- * Permanently deletes a a credit card charge. The deletion will fail if the credit
104
+ * Permanently deletes a credit card charge. The deletion will fail if the credit
105
105
  * card charge is currently in use or has any linked transactions that are in use.
106
106
  *
107
107
  * @example
@@ -71,7 +71,7 @@ export declare class CreditCardCredits extends APIResource {
71
71
  */
72
72
  list(params: CreditCardCreditListParams, options?: RequestOptions): PagePromise<CreditCardCreditsCursorPage, CreditCardCredit>;
73
73
  /**
74
- * Permanently deletes a a credit card credit. The deletion will fail if the credit
74
+ * Permanently deletes a credit card credit. The deletion will fail if the credit
75
75
  * card credit is currently in use or has any linked transactions that are in use.
76
76
  *
77
77
  * @example
@@ -71,7 +71,7 @@ export declare class CreditCardCredits extends APIResource {
71
71
  */
72
72
  list(params: CreditCardCreditListParams, options?: RequestOptions): PagePromise<CreditCardCreditsCursorPage, CreditCardCredit>;
73
73
  /**
74
- * Permanently deletes a a credit card credit. The deletion will fail if the credit
74
+ * Permanently deletes a credit card credit. The deletion will fail if the credit
75
75
  * card credit is currently in use or has any linked transactions that are in use.
76
76
  *
77
77
  * @example
@@ -102,7 +102,7 @@ class CreditCardCredits extends resource_1.APIResource {
102
102
  });
103
103
  }
104
104
  /**
105
- * Permanently deletes a a credit card credit. The deletion will fail if the credit
105
+ * Permanently deletes a credit card credit. The deletion will fail if the credit
106
106
  * card credit is currently in use or has any linked transactions that are in use.
107
107
  *
108
108
  * @example
@@ -99,7 +99,7 @@ export class CreditCardCredits extends APIResource {
99
99
  });
100
100
  }
101
101
  /**
102
- * Permanently deletes a a credit card credit. The deletion will fail if the credit
102
+ * Permanently deletes a credit card credit. The deletion will fail if the credit
103
103
  * card credit is currently in use or has any linked transactions that are in use.
104
104
  *
105
105
  * @example
@@ -60,7 +60,7 @@ export declare class CreditCardRefunds extends APIResource {
60
60
  */
61
61
  list(params: CreditCardRefundListParams, options?: RequestOptions): PagePromise<CreditCardRefundsCursorPage, CreditCardRefund>;
62
62
  /**
63
- * Permanently deletes a a credit card refund. The deletion will fail if the credit
63
+ * Permanently deletes a credit card refund. The deletion will fail if the credit
64
64
  * card refund is currently in use or has any linked transactions that are in use.
65
65
  *
66
66
  * @example
@@ -60,7 +60,7 @@ export declare class CreditCardRefunds extends APIResource {
60
60
  */
61
61
  list(params: CreditCardRefundListParams, options?: RequestOptions): PagePromise<CreditCardRefundsCursorPage, CreditCardRefund>;
62
62
  /**
63
- * Permanently deletes a a credit card refund. The deletion will fail if the credit
63
+ * Permanently deletes a credit card refund. The deletion will fail if the credit
64
64
  * card refund is currently in use or has any linked transactions that are in use.
65
65
  *
66
66
  * @example
@@ -84,7 +84,7 @@ class CreditCardRefunds extends resource_1.APIResource {
84
84
  });
85
85
  }
86
86
  /**
87
- * Permanently deletes a a credit card refund. The deletion will fail if the credit
87
+ * Permanently deletes a credit card refund. The deletion will fail if the credit
88
88
  * card refund is currently in use or has any linked transactions that are in use.
89
89
  *
90
90
  * @example
@@ -81,7 +81,7 @@ export class CreditCardRefunds extends APIResource {
81
81
  });
82
82
  }
83
83
  /**
84
- * Permanently deletes a a credit card refund. The deletion will fail if the credit
84
+ * Permanently deletes a credit card refund. The deletion will fail if the credit
85
85
  * card refund is currently in use or has any linked transactions that are in use.
86
86
  *
87
87
  * @example
@@ -69,8 +69,8 @@ export declare class CreditMemos extends APIResource {
69
69
  */
70
70
  list(params: CreditMemoListParams, options?: RequestOptions): PagePromise<CreditMemosCursorPage, CreditMemo>;
71
71
  /**
72
- * Permanently deletes a a credit memo. The deletion will fail if the credit memo
73
- * is currently in use or has any linked transactions that are in use.
72
+ * Permanently deletes a credit memo. The deletion will fail if the credit memo is
73
+ * currently in use or has any linked transactions that are in use.
74
74
  *
75
75
  * @example
76
76
  * ```ts
@@ -69,8 +69,8 @@ export declare class CreditMemos extends APIResource {
69
69
  */
70
70
  list(params: CreditMemoListParams, options?: RequestOptions): PagePromise<CreditMemosCursorPage, CreditMemo>;
71
71
  /**
72
- * Permanently deletes a a credit memo. The deletion will fail if the credit memo
73
- * is currently in use or has any linked transactions that are in use.
72
+ * Permanently deletes a credit memo. The deletion will fail if the credit memo is
73
+ * currently in use or has any linked transactions that are in use.
74
74
  *
75
75
  * @example
76
76
  * ```ts
@@ -100,8 +100,8 @@ class CreditMemos extends resource_1.APIResource {
100
100
  });
101
101
  }
102
102
  /**
103
- * Permanently deletes a a credit memo. The deletion will fail if the credit memo
104
- * is currently in use or has any linked transactions that are in use.
103
+ * Permanently deletes a credit memo. The deletion will fail if the credit memo is
104
+ * currently in use or has any linked transactions that are in use.
105
105
  *
106
106
  * @example
107
107
  * ```ts
@@ -97,8 +97,8 @@ export class CreditMemos extends APIResource {
97
97
  });
98
98
  }
99
99
  /**
100
- * Permanently deletes a a credit memo. The deletion will fail if the credit memo
101
- * is currently in use or has any linked transactions that are in use.
100
+ * Permanently deletes a credit memo. The deletion will fail if the credit memo is
101
+ * currently in use or has any linked transactions that are in use.
102
102
  *
103
103
  * @example
104
104
  * ```ts
@@ -70,7 +70,7 @@ export declare class Deposits extends APIResource {
70
70
  */
71
71
  list(params: DepositListParams, options?: RequestOptions): PagePromise<DepositsCursorPage, Deposit>;
72
72
  /**
73
- * Permanently deletes a a deposit. The deletion will fail if the deposit is
73
+ * Permanently deletes a deposit. The deletion will fail if the deposit is
74
74
  * currently in use or has any linked transactions that are in use.
75
75
  *
76
76
  * @example
@@ -70,7 +70,7 @@ export declare class Deposits extends APIResource {
70
70
  */
71
71
  list(params: DepositListParams, options?: RequestOptions): PagePromise<DepositsCursorPage, Deposit>;
72
72
  /**
73
- * Permanently deletes a a deposit. The deletion will fail if the deposit is
73
+ * Permanently deletes a deposit. The deletion will fail if the deposit is
74
74
  * currently in use or has any linked transactions that are in use.
75
75
  *
76
76
  * @example
@@ -101,7 +101,7 @@ class Deposits extends resource_1.APIResource {
101
101
  });
102
102
  }
103
103
  /**
104
- * Permanently deletes a a deposit. The deletion will fail if the deposit is
104
+ * Permanently deletes a deposit. The deletion will fail if the deposit is
105
105
  * currently in use or has any linked transactions that are in use.
106
106
  *
107
107
  * @example