conductor-node 12.0.0-beta.2 → 12.0.0-beta.21

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 (169) hide show
  1. package/CHANGELOG.md +223 -0
  2. package/README.md +1 -1
  3. package/core.js +2 -1
  4. package/core.js.map +1 -1
  5. package/core.mjs +2 -1
  6. package/core.mjs.map +1 -1
  7. package/index.d.mts +4 -4
  8. package/index.d.ts +4 -4
  9. package/index.d.ts.map +1 -1
  10. package/index.js.map +1 -1
  11. package/index.mjs.map +1 -1
  12. package/package.json +8 -29
  13. package/pagination.js +1 -1
  14. package/pagination.js.map +1 -1
  15. package/pagination.mjs +1 -1
  16. package/pagination.mjs.map +1 -1
  17. package/resources/auth-sessions.d.ts +12 -16
  18. package/resources/auth-sessions.d.ts.map +1 -1
  19. package/resources/auth-sessions.js +3 -9
  20. package/resources/auth-sessions.js.map +1 -1
  21. package/resources/auth-sessions.mjs +3 -9
  22. package/resources/auth-sessions.mjs.map +1 -1
  23. package/resources/end-users.d.ts +20 -32
  24. package/resources/end-users.d.ts.map +1 -1
  25. package/resources/end-users.js +4 -12
  26. package/resources/end-users.js.map +1 -1
  27. package/resources/end-users.mjs +4 -12
  28. package/resources/end-users.mjs.map +1 -1
  29. package/resources/index.d.ts +2 -2
  30. package/resources/index.d.ts.map +1 -1
  31. package/resources/index.js.map +1 -1
  32. package/resources/index.mjs.map +1 -1
  33. package/resources/qbd/bill-check-payments.d.ts +4 -4
  34. package/resources/qbd/bill-credit-card-payments.d.ts +4 -4
  35. package/resources/qbd/bills.d.ts +7 -8
  36. package/resources/qbd/bills.d.ts.map +1 -1
  37. package/resources/qbd/bills.js.map +1 -1
  38. package/resources/qbd/bills.mjs.map +1 -1
  39. package/resources/qbd/checks.d.ts +4 -4
  40. package/resources/qbd/company.d.ts +354 -0
  41. package/resources/qbd/company.d.ts.map +1 -0
  42. package/resources/qbd/company.js +22 -0
  43. package/resources/qbd/company.js.map +1 -0
  44. package/resources/qbd/company.mjs +18 -0
  45. package/resources/qbd/company.mjs.map +1 -0
  46. package/resources/qbd/credit-card-charges.d.ts +4 -4
  47. package/resources/qbd/credit-card-credits.d.ts +4 -4
  48. package/resources/qbd/credit-memos.d.ts +4 -4
  49. package/resources/qbd/customers.d.ts +2 -2
  50. package/resources/qbd/customers.d.ts.map +1 -1
  51. package/resources/qbd/employees.d.ts +89 -36
  52. package/resources/qbd/employees.d.ts.map +1 -1
  53. package/resources/qbd/employees.js.map +1 -1
  54. package/resources/qbd/employees.mjs.map +1 -1
  55. package/resources/qbd/estimates.d.ts +4 -4
  56. package/resources/qbd/index.d.ts +7 -1
  57. package/resources/qbd/index.d.ts.map +1 -1
  58. package/resources/qbd/index.js +17 -2
  59. package/resources/qbd/index.js.map +1 -1
  60. package/resources/qbd/index.mjs +6 -0
  61. package/resources/qbd/index.mjs.map +1 -1
  62. package/resources/qbd/inventory-adjustments.d.ts +4 -4
  63. package/resources/qbd/inventory-assembly-items.d.ts +1 -1
  64. package/resources/qbd/inventory-assembly-items.d.ts.map +1 -1
  65. package/resources/qbd/inventory-items.d.ts +1 -1
  66. package/resources/qbd/inventory-items.d.ts.map +1 -1
  67. package/resources/qbd/invoices.d.ts +4 -4
  68. package/resources/qbd/item-receipts.d.ts +2336 -0
  69. package/resources/qbd/item-receipts.d.ts.map +1 -0
  70. package/resources/qbd/item-receipts.js +69 -0
  71. package/resources/qbd/item-receipts.js.map +1 -0
  72. package/resources/qbd/item-receipts.mjs +64 -0
  73. package/resources/qbd/item-receipts.mjs.map +1 -0
  74. package/resources/qbd/journal-entries.d.ts +4 -4
  75. package/resources/qbd/preferences.d.ts +591 -0
  76. package/resources/qbd/preferences.d.ts.map +1 -0
  77. package/resources/qbd/preferences.js +21 -0
  78. package/resources/qbd/preferences.js.map +1 -0
  79. package/resources/qbd/preferences.mjs +17 -0
  80. package/resources/qbd/preferences.mjs.map +1 -0
  81. package/resources/qbd/price-levels.d.ts +454 -0
  82. package/resources/qbd/price-levels.d.ts.map +1 -0
  83. package/resources/qbd/price-levels.js +54 -0
  84. package/resources/qbd/price-levels.js.map +1 -0
  85. package/resources/qbd/price-levels.mjs +50 -0
  86. package/resources/qbd/price-levels.mjs.map +1 -0
  87. package/resources/qbd/purchase-orders.d.ts +4 -4
  88. package/resources/qbd/qbd.d.ts +52 -0
  89. package/resources/qbd/qbd.d.ts.map +1 -1
  90. package/resources/qbd/qbd.js +40 -0
  91. package/resources/qbd/qbd.js.map +1 -1
  92. package/resources/qbd/qbd.mjs +40 -0
  93. package/resources/qbd/qbd.mjs.map +1 -1
  94. package/resources/qbd/receive-payments.d.ts +4 -4
  95. package/resources/qbd/sales-orders.d.ts +4 -4
  96. package/resources/qbd/sales-receipts.d.ts +4 -4
  97. package/resources/qbd/time-tracking-activities.d.ts +485 -0
  98. package/resources/qbd/time-tracking-activities.d.ts.map +1 -0
  99. package/resources/qbd/time-tracking-activities.js +66 -0
  100. package/resources/qbd/time-tracking-activities.js.map +1 -0
  101. package/resources/qbd/time-tracking-activities.mjs +61 -0
  102. package/resources/qbd/time-tracking-activities.mjs.map +1 -0
  103. package/resources/qbd/transactions.d.ts +310 -0
  104. package/resources/qbd/transactions.d.ts.map +1 -0
  105. package/resources/qbd/transactions.js +40 -0
  106. package/resources/qbd/transactions.js.map +1 -0
  107. package/resources/qbd/transactions.mjs +35 -0
  108. package/resources/qbd/transactions.mjs.map +1 -0
  109. package/resources/qbd/transfers.d.ts +4 -4
  110. package/resources/qbd/vendor-credits.d.ts +4 -4
  111. package/resources/qbd/vendors.d.ts +6 -6
  112. package/resources/qbd/vendors.d.ts.map +1 -1
  113. package/resources/qbd.d.ts +2 -0
  114. package/resources/qbd.d.ts.map +1 -0
  115. package/resources/qbd.js +19 -0
  116. package/resources/qbd.js.map +1 -0
  117. package/resources/qbd.mjs +3 -0
  118. package/resources/qbd.mjs.map +1 -0
  119. package/resources.d.ts +2 -0
  120. package/resources.d.ts.map +1 -0
  121. package/resources.js +18 -0
  122. package/resources.js.map +1 -0
  123. package/resources.mjs +2 -0
  124. package/resources.mjs.map +1 -0
  125. package/src/core.ts +3 -3
  126. package/src/index.ts +6 -4
  127. package/src/pagination.ts +1 -1
  128. package/src/resources/auth-sessions.ts +12 -19
  129. package/src/resources/end-users.ts +19 -40
  130. package/src/resources/index.ts +1 -2
  131. package/src/resources/qbd/bill-check-payments.ts +4 -4
  132. package/src/resources/qbd/bill-credit-card-payments.ts +4 -4
  133. package/src/resources/qbd/bills.ts +7 -8
  134. package/src/resources/qbd/checks.ts +4 -4
  135. package/src/resources/qbd/company.ts +466 -0
  136. package/src/resources/qbd/credit-card-charges.ts +4 -4
  137. package/src/resources/qbd/credit-card-credits.ts +4 -4
  138. package/src/resources/qbd/credit-memos.ts +4 -4
  139. package/src/resources/qbd/customers.ts +2 -2
  140. package/src/resources/qbd/employees.ts +90 -36
  141. package/src/resources/qbd/estimates.ts +4 -4
  142. package/src/resources/qbd/index.ts +41 -1
  143. package/src/resources/qbd/inventory-adjustments.ts +4 -4
  144. package/src/resources/qbd/inventory-assembly-items.ts +1 -1
  145. package/src/resources/qbd/inventory-items.ts +1 -1
  146. package/src/resources/qbd/invoices.ts +4 -4
  147. package/src/resources/qbd/item-receipts.ts +2783 -0
  148. package/src/resources/qbd/journal-entries.ts +4 -4
  149. package/src/resources/qbd/preferences.ts +684 -0
  150. package/src/resources/qbd/price-levels.ts +561 -0
  151. package/src/resources/qbd/purchase-orders.ts +4 -4
  152. package/src/resources/qbd/qbd.ts +156 -0
  153. package/src/resources/qbd/receive-payments.ts +4 -4
  154. package/src/resources/qbd/sales-orders.ts +4 -4
  155. package/src/resources/qbd/sales-receipts.ts +4 -4
  156. package/src/resources/qbd/time-tracking-activities.ts +615 -0
  157. package/src/resources/qbd/transactions.ts +439 -0
  158. package/src/resources/qbd/transfers.ts +4 -4
  159. package/src/resources/qbd/vendor-credits.ts +4 -4
  160. package/src/resources/qbd/vendors.ts +6 -6
  161. package/src/resources/qbd.ts +3 -0
  162. package/src/resources.ts +1 -0
  163. package/src/version.ts +1 -1
  164. package/version.d.ts +1 -1
  165. package/version.d.ts.map +1 -1
  166. package/version.js +1 -1
  167. package/version.js.map +1 -1
  168. package/version.mjs +1 -1
  169. package/version.mjs.map +1 -1
@@ -0,0 +1,591 @@
1
+ import { APIResource } from "../../resource.js";
2
+ import * as Core from "../../core.js";
3
+ export declare class Preferences extends APIResource {
4
+ /**
5
+ * Returns the preferences that the QuickBooks administrator has set for all users
6
+ * of the connected company file. Note that preferences cannot be modified through
7
+ * the API, only through the QuickBooks Desktop user interface.
8
+ */
9
+ retrieve(params: PreferenceRetrieveParams, options?: Core.RequestOptions): Core.APIPromise<Preferences>;
10
+ }
11
+ export interface Preferences {
12
+ /**
13
+ * The accounting preferences for this company file.
14
+ */
15
+ accounting: Preferences.Accounting;
16
+ /**
17
+ * The current application access rights for this company file.
18
+ */
19
+ appAccessRights: Preferences.AppAccessRights;
20
+ /**
21
+ * The finance charge preferences for this company file. These settings determine
22
+ * how late payment charges are calculated and applied to customer accounts.
23
+ */
24
+ financeCharges: Preferences.FinanceCharges;
25
+ /**
26
+ * The item inventory preferences for this company file.
27
+ */
28
+ itemsAndInventory: Preferences.ItemsAndInventory | null;
29
+ /**
30
+ * The jobs and estimates preferences for this company file.
31
+ */
32
+ jobsAndEstimates: Preferences.JobsAndEstimates;
33
+ /**
34
+ * The multi-currency preferences for this company file.
35
+ */
36
+ multiCurrency: Preferences.MultiCurrency | null;
37
+ /**
38
+ * The multi-location inventory preferences for this company file.
39
+ */
40
+ multiLocationInventory: Preferences.MultiLocationInventory | null;
41
+ /**
42
+ * The purchases and vendors preferences for this company file.
43
+ */
44
+ purchasesAndVendors: Preferences.PurchasesAndVendors;
45
+ /**
46
+ * The reporting preferences for this company file.
47
+ */
48
+ reports: Preferences.Reports;
49
+ /**
50
+ * The sales and customers preferences for this company file.
51
+ */
52
+ salesAndCustomers: Preferences.SalesAndCustomers;
53
+ /**
54
+ * The sales-tax preferences for this company file. If sales tax is turned off in
55
+ * the user interface (that is, if "No" is selected for "Do You Charge Sales Tax?"
56
+ * in the sales tax preferences), then this field will be `null`.
57
+ */
58
+ salesTax: Preferences.SalesTax | null;
59
+ /**
60
+ * The time-tracking preferences for this company file. If time tracking is turned
61
+ * off in the user interface (that is, if "No" is selected for "Do You Track Time?"
62
+ * in the time tracking preferences), then this field will be `null`.
63
+ */
64
+ timeTracking: Preferences.TimeTracking | null;
65
+ }
66
+ export declare namespace Preferences {
67
+ /**
68
+ * The accounting preferences for this company file.
69
+ */
70
+ interface Accounting {
71
+ /**
72
+ * The company closing date set within this company file. (The QuickBooks Admin can
73
+ * assign a password restricting access to transactions that occurred before this
74
+ * date.)
75
+ */
76
+ closingDate: string | null;
77
+ /**
78
+ * The default class assigned to transactions for this company file.
79
+ */
80
+ defaultTransactionClass: 'accounts' | 'items' | 'names' | 'none' | null;
81
+ /**
82
+ * Indicates whether this company file is configured to automatically assign a
83
+ * number to each journal entry.
84
+ */
85
+ isAssigningJournalEntryNumbers: boolean;
86
+ /**
87
+ * Indicates whether this company file is configured to require an account for new
88
+ * transactions. If `true`, a transaction cannot be recorded in the QuickBooks user
89
+ * interface unless it is assigned to an account. (However, transactions affected
90
+ * by this preference always require an account to be specified when added through
91
+ * the API.)
92
+ */
93
+ isRequiringAccounts: boolean;
94
+ /**
95
+ * Indicates whether this company file is configured to record an account number
96
+ * for new accounts. If you include an account number when creating a new account
97
+ * while this preference is `false`, the account number will still be set, but will
98
+ * not be visible in the QuickBooks user interface.
99
+ */
100
+ isUsingAccountNumbers: boolean;
101
+ /**
102
+ * Indicates whether this company file is configured to log all transaction changes
103
+ * in the audit trail report. If `false`, QuickBooks logs only the most recent
104
+ * version of each transaction.
105
+ */
106
+ isUsingAuditTrail: boolean;
107
+ /**
108
+ * Indicates whether this company file is configured to use the `class` field on
109
+ * all transactions.
110
+ */
111
+ isUsingClassTracking: boolean;
112
+ }
113
+ /**
114
+ * The current application access rights for this company file.
115
+ */
116
+ interface AppAccessRights {
117
+ /**
118
+ * If auto-login is allowed for this company file, specifies the user name that is
119
+ * allowed to use auto-login.
120
+ */
121
+ automaticLoginUserName: string | null;
122
+ /**
123
+ * Indicates whether applications can use auto-login to access this company file.
124
+ */
125
+ isAutomaticLoginAllowed: boolean;
126
+ /**
127
+ * Indicates whether access is allowed to personal (sensitive) data in this company
128
+ * file.
129
+ */
130
+ isPersonalDataAccessAllowed: boolean;
131
+ }
132
+ /**
133
+ * The finance charge preferences for this company file. These settings determine
134
+ * how late payment charges are calculated and applied to customer accounts.
135
+ */
136
+ interface FinanceCharges {
137
+ /**
138
+ * The interest rate that QuickBooks will use to calculate finance charges for this
139
+ * company file. Default is `0`.
140
+ */
141
+ annualInterestRate: number | null;
142
+ /**
143
+ * The date from which finance charges are calculated for this company file.
144
+ * Default is `due_date`.
145
+ */
146
+ calculateChargesFrom: 'due_date' | 'invoice_or_billed_date';
147
+ /**
148
+ * The account used to track finance charges that customers pay for this company
149
+ * file. This is usually an income account.
150
+ */
151
+ financeChargeAccount: FinanceCharges.FinanceChargeAccount | null;
152
+ /**
153
+ * The number of days before finance charges apply to customers' overdue invoices
154
+ * for this company file. Default is `0`.
155
+ */
156
+ gracePeriod: number;
157
+ /**
158
+ * Indicates whether this company file is configured to assess finance charges for
159
+ * overdue invoices. Default is `false`. (Note that laws vary about whether a
160
+ * company can charge interest on overdue interest payments.)
161
+ */
162
+ isAssessingForOverdueCharges: boolean;
163
+ /**
164
+ * Indicates whether this company file is configured to mark all newly created
165
+ * finance-charge invoices as "to be printed". Default is `false`. The user can
166
+ * still change this preference for each individual invoice.
167
+ */
168
+ isMarkedToBePrinted: boolean;
169
+ /**
170
+ * The minimum finance charge that will be applied regardless of the amount overdue
171
+ * for this company file. Default is `0`.
172
+ */
173
+ minimumFinanceCharge: number | null;
174
+ }
175
+ namespace FinanceCharges {
176
+ /**
177
+ * The account used to track finance charges that customers pay for this company
178
+ * file. This is usually an income account.
179
+ */
180
+ interface FinanceChargeAccount {
181
+ /**
182
+ * The unique identifier assigned by QuickBooks to this object. This ID is unique
183
+ * across all objects of the same type, but not across different QuickBooks object
184
+ * types.
185
+ */
186
+ id: string | null;
187
+ /**
188
+ * The fully-qualified unique name for this object, formed by combining the names
189
+ * of its parent objects with its own `name`, separated by colons. Not
190
+ * case-sensitive.
191
+ */
192
+ fullName: string | null;
193
+ }
194
+ }
195
+ /**
196
+ * The item inventory preferences for this company file.
197
+ */
198
+ interface ItemsAndInventory {
199
+ /**
200
+ * The date from which FIFO (First In, First Out) is used to calculate the value of
201
+ * inventory sold and on-hand for this company file, in ISO 8601 format
202
+ * (YYYY-MM-DD).
203
+ */
204
+ fifoEffectiveDate: string | null;
205
+ /**
206
+ * Specifies the type of inventory tracking that this company file uses.
207
+ */
208
+ inventoryTrackingMethod: 'none' | 'serial_number' | 'lot_number' | null;
209
+ /**
210
+ * Indicates whether barcode functionality is enabled for this company file.
211
+ */
212
+ isBarcodeEnabled: boolean | null;
213
+ /**
214
+ * Indicates whether bin tracking is enabled for this company file. When `true`,
215
+ * inventory can be tracked by bin locations within sites.
216
+ */
217
+ isBinTrackingEnabled: boolean | null;
218
+ /**
219
+ * Indicates whether enhanced inventory receiving is enabled for this company file.
220
+ */
221
+ isEnhancedInventoryReceivingEnabled: boolean | null;
222
+ /**
223
+ * Indicates whether this company file is configured to use FIFO (First In, First
224
+ * Out) to calculate the value of inventory sold and on-hand.
225
+ */
226
+ isFifoEnabled: boolean | null;
227
+ /**
228
+ * Indicates whether expiration dates for inventory serial/lot numbers are enabled
229
+ * for this company file. This feature is supported from QuickBooks Desktop 2023.
230
+ */
231
+ isInventoryExpirationDateEnabled: boolean | null;
232
+ /**
233
+ * Indicates whether serial/lot number tracking is enabled for build assemblies in
234
+ * this company file.
235
+ */
236
+ isTrackingOnBuildAssemblyEnabled: boolean | null;
237
+ /**
238
+ * Indicates whether serial/lot number tracking is enabled for inventory
239
+ * adjustments in this company file.
240
+ */
241
+ isTrackingOnInventoryAdjustmentEnabled: boolean | null;
242
+ /**
243
+ * Indicates whether serial/lot number tracking is enabled for purchase
244
+ * transactions in this company file.
245
+ */
246
+ isTrackingOnPurchaseTransactionsEnabled: boolean | null;
247
+ /**
248
+ * Indicates whether serial/lot number tracking is enabled for sales transactions
249
+ * in this company file.
250
+ */
251
+ isTrackingOnSalesTransactionsEnabled: boolean | null;
252
+ }
253
+ /**
254
+ * The jobs and estimates preferences for this company file.
255
+ */
256
+ interface JobsAndEstimates {
257
+ /**
258
+ * Indicates whether this company file is configured to print line items with zero
259
+ * amounts on progress invoices. This preference is only relevant if
260
+ * `isUsingProgressInvoicing` is `true`.
261
+ */
262
+ isPrintingItemsWithZeroAmounts: boolean;
263
+ /**
264
+ * Indicates whether this company file is configured to create estimates for jobs.
265
+ */
266
+ isUsingEstimates: boolean;
267
+ /**
268
+ * Indicates whether this company file permits creating invoices for only a portion
269
+ * of an estimate.
270
+ */
271
+ isUsingProgressInvoicing: boolean;
272
+ }
273
+ /**
274
+ * The multi-currency preferences for this company file.
275
+ */
276
+ interface MultiCurrency {
277
+ /**
278
+ * The currency that is set as the home currency for this company file. The home
279
+ * currency is normally the currency of the country where the business is
280
+ * physically located. Although a home currency other than US Dollars can be
281
+ * chosen, certain QuickBooks convenience features are available only with a home
282
+ * currency of US Dollars, such as the ability to download current exchange rates.
283
+ * Also, Intuit services such as payroll and online banking are only available in
284
+ * US Dollars. Once the home currency has been set and used in any transaction, it
285
+ * cannot be changed.
286
+ */
287
+ homeCurrency: MultiCurrency.HomeCurrency | null;
288
+ /**
289
+ * Indicates whether the multicurrency feature is enabled for this company file.
290
+ * Once multicurrency is enabled for a company file, it cannot be disabled.
291
+ */
292
+ isMultiCurrencyEnabled: boolean | null;
293
+ }
294
+ namespace MultiCurrency {
295
+ /**
296
+ * The currency that is set as the home currency for this company file. The home
297
+ * currency is normally the currency of the country where the business is
298
+ * physically located. Although a home currency other than US Dollars can be
299
+ * chosen, certain QuickBooks convenience features are available only with a home
300
+ * currency of US Dollars, such as the ability to download current exchange rates.
301
+ * Also, Intuit services such as payroll and online banking are only available in
302
+ * US Dollars. Once the home currency has been set and used in any transaction, it
303
+ * cannot be changed.
304
+ */
305
+ interface HomeCurrency {
306
+ /**
307
+ * The unique identifier assigned by QuickBooks to this object. This ID is unique
308
+ * across all objects of the same type, but not across different QuickBooks object
309
+ * types.
310
+ */
311
+ id: string | null;
312
+ /**
313
+ * The fully-qualified unique name for this object, formed by combining the names
314
+ * of its parent objects with its own `name`, separated by colons. Not
315
+ * case-sensitive.
316
+ */
317
+ fullName: string | null;
318
+ }
319
+ }
320
+ /**
321
+ * The multi-location inventory preferences for this company file.
322
+ */
323
+ interface MultiLocationInventory {
324
+ /**
325
+ * Indicates whether the multilocation inventory feature is available for this
326
+ * company file. When `true`, the feature can potentially be enabled.
327
+ */
328
+ isMultiLocationInventoryAvailable: boolean | null;
329
+ /**
330
+ * Indicates whether the multilocation inventory feature is enabled for this
331
+ * company file. When `true`, inventory can be tracked across multiple locations.
332
+ */
333
+ isMultiLocationInventoryEnabled: boolean | null;
334
+ }
335
+ /**
336
+ * The purchases and vendors preferences for this company file.
337
+ */
338
+ interface PurchasesAndVendors {
339
+ /**
340
+ * The default number of days after receipt when bills are due for this company
341
+ * file.
342
+ */
343
+ daysBillsAreDue: number;
344
+ /**
345
+ * The account used to track vendor discounts for this company file.
346
+ */
347
+ defaultDiscountAccount: PurchasesAndVendors.DefaultDiscountAccount | null;
348
+ /**
349
+ * Indicates whether this company file is configured to automatically apply
350
+ * available vendor discounts or credits when paying bills.
351
+ */
352
+ isAutomaticallyUsingDiscounts: boolean;
353
+ /**
354
+ * Indicates whether this company file has inventory-related features enabled.
355
+ */
356
+ isUsingInventory: boolean;
357
+ }
358
+ namespace PurchasesAndVendors {
359
+ /**
360
+ * The account used to track vendor discounts for this company file.
361
+ */
362
+ interface DefaultDiscountAccount {
363
+ /**
364
+ * The unique identifier assigned by QuickBooks to this object. This ID is unique
365
+ * across all objects of the same type, but not across different QuickBooks object
366
+ * types.
367
+ */
368
+ id: string | null;
369
+ /**
370
+ * The fully-qualified unique name for this object, formed by combining the names
371
+ * of its parent objects with its own `name`, separated by colons. Not
372
+ * case-sensitive.
373
+ */
374
+ fullName: string | null;
375
+ }
376
+ }
377
+ /**
378
+ * The reporting preferences for this company file.
379
+ */
380
+ interface Reports {
381
+ /**
382
+ * Determines how the aging periods are calculated in accounts receivable and
383
+ * accounts payable reports for this company file. When set to `age_from_due_date`,
384
+ * the overdue days shown in these reports begin with the due date on the invoice.
385
+ * When set to `age_from_transaction_date`, the overdue days begin with the date
386
+ * the transaction was created.
387
+ */
388
+ agingReportBasis: 'age_from_due_date' | 'age_from_transaction_date';
389
+ /**
390
+ * Indicates whether summary reports for this company file use cash-basis or
391
+ * accrual-basis bookkeeping. With `accrual` basis, transactions are recorded when
392
+ * they occur regardless of when payment is received or made. With `cash` basis,
393
+ * transactions are recorded only when payment is received or made.
394
+ */
395
+ summaryReportBasis: 'accrual' | 'cash';
396
+ }
397
+ /**
398
+ * The sales and customers preferences for this company file.
399
+ */
400
+ interface SalesAndCustomers {
401
+ /**
402
+ * The default percentage that an inventory item will be marked up from its cost
403
+ * for this company file.
404
+ */
405
+ defaultMarkupPercentage: string | null;
406
+ /**
407
+ * The default shipment-origin location (i.e., FOB - freight on board) from which
408
+ * invoiced products are shipped for this company file. This indicates the point at
409
+ * which ownership and liability for goods transfer from seller to buyer.
410
+ */
411
+ defaultShipmentOrigin: string | null;
412
+ /**
413
+ * The default shipping method used in all "Ship Via" fields for this company file.
414
+ */
415
+ defaultShippingMethod: SalesAndCustomers.DefaultShippingMethod | null;
416
+ /**
417
+ * Indicates whether this company file is configured to automatically apply a
418
+ * customer's payment to their outstanding invoices, beginning with the oldest
419
+ * invoice.
420
+ */
421
+ isAutoApplyingPayments: boolean;
422
+ /**
423
+ * Indicates whether this company file is configured to track an expense and the
424
+ * customer's reimbursement for that expense in separate accounts. When `true`,
425
+ * reimbursements can be tracked as income rather than as a reduction of the
426
+ * original expense.
427
+ */
428
+ isTrackingReimbursedExpensesAsIncome: boolean;
429
+ /**
430
+ * The custom pricing settings for this company file that can be assigned to
431
+ * specific customers. When a price level is set for a customer, QuickBooks
432
+ * automatically applies these custom prices to new invoices, sales receipts, sales
433
+ * orders, and credit memos. These settings can be overridden when creating
434
+ * individual transactions, and price levels can also be specified on individual
435
+ * line items in supported sales transactions.
436
+ */
437
+ priceLevels: SalesAndCustomers.PriceLevels | null;
438
+ }
439
+ namespace SalesAndCustomers {
440
+ /**
441
+ * The default shipping method used in all "Ship Via" fields for this company file.
442
+ */
443
+ interface DefaultShippingMethod {
444
+ /**
445
+ * The unique identifier assigned by QuickBooks to this object. This ID is unique
446
+ * across all objects of the same type, but not across different QuickBooks object
447
+ * types.
448
+ */
449
+ id: string | null;
450
+ /**
451
+ * The fully-qualified unique name for this object, formed by combining the names
452
+ * of its parent objects with its own `name`, separated by colons. Not
453
+ * case-sensitive.
454
+ */
455
+ fullName: string | null;
456
+ }
457
+ /**
458
+ * The custom pricing settings for this company file that can be assigned to
459
+ * specific customers. When a price level is set for a customer, QuickBooks
460
+ * automatically applies these custom prices to new invoices, sales receipts, sales
461
+ * orders, and credit memos. These settings can be overridden when creating
462
+ * individual transactions, and price levels can also be specified on individual
463
+ * line items in supported sales transactions.
464
+ */
465
+ interface PriceLevels {
466
+ /**
467
+ * Indicates whether this company file is configured to round amounts up to the
468
+ * nearest whole dollar for fixed percentage price levels. This setting does not
469
+ * affect per-item price levels.
470
+ */
471
+ isRoundingSalesPriceUp: boolean | null;
472
+ /**
473
+ * Indicates whether this company file has price levels enabled. When `true`, price
474
+ * levels can be created and used to automatically calculate custom pricing for
475
+ * different customers.
476
+ */
477
+ isUsingPriceLevels: boolean;
478
+ }
479
+ }
480
+ /**
481
+ * The sales-tax preferences for this company file. If sales tax is turned off in
482
+ * the user interface (that is, if "No" is selected for "Do You Charge Sales Tax?"
483
+ * in the sales tax preferences), then this field will be `null`.
484
+ */
485
+ interface SalesTax {
486
+ /**
487
+ * The default tax code for sales for this company file.
488
+ */
489
+ defaultItemSalesTax: SalesTax.DefaultItemSalesTax;
490
+ /**
491
+ * The default tax code for non-taxable sales for this company file.
492
+ */
493
+ defaultNonTaxableSalesTaxCode: SalesTax.DefaultNonTaxableSalesTaxCode;
494
+ /**
495
+ * The default tax code for taxable sales for this company file.
496
+ */
497
+ defaultTaxableSalesTaxCode: SalesTax.DefaultTaxableSalesTaxCode;
498
+ /**
499
+ * Indicates whether this company file is configured to use tax codes for
500
+ * customers.
501
+ */
502
+ isUsingCustomerTaxCode: boolean | null;
503
+ /**
504
+ * Indicates whether this company file is configured to allow tax-inclusive prices.
505
+ */
506
+ isUsingTaxInclusivePrices: boolean | null;
507
+ /**
508
+ * Indicates whether this company file is configured to use tax codes for vendors.
509
+ */
510
+ isUsingVendorTaxCode: boolean | null;
511
+ /**
512
+ * The frequency at which sales tax reports are generated for this company file.
513
+ */
514
+ salesTaxReportingFrequency: 'monthly' | 'quarterly' | 'annually';
515
+ }
516
+ namespace SalesTax {
517
+ /**
518
+ * The default tax code for sales for this company file.
519
+ */
520
+ interface DefaultItemSalesTax {
521
+ /**
522
+ * The unique identifier assigned by QuickBooks to this object. This ID is unique
523
+ * across all objects of the same type, but not across different QuickBooks object
524
+ * types.
525
+ */
526
+ id: string | null;
527
+ /**
528
+ * The fully-qualified unique name for this object, formed by combining the names
529
+ * of its parent objects with its own `name`, separated by colons. Not
530
+ * case-sensitive.
531
+ */
532
+ fullName: string | null;
533
+ }
534
+ /**
535
+ * The default tax code for non-taxable sales for this company file.
536
+ */
537
+ interface DefaultNonTaxableSalesTaxCode {
538
+ /**
539
+ * The unique identifier assigned by QuickBooks to this object. This ID is unique
540
+ * across all objects of the same type, but not across different QuickBooks object
541
+ * types.
542
+ */
543
+ id: string | null;
544
+ /**
545
+ * The fully-qualified unique name for this object, formed by combining the names
546
+ * of its parent objects with its own `name`, separated by colons. Not
547
+ * case-sensitive.
548
+ */
549
+ fullName: string | null;
550
+ }
551
+ /**
552
+ * The default tax code for taxable sales for this company file.
553
+ */
554
+ interface DefaultTaxableSalesTaxCode {
555
+ /**
556
+ * The unique identifier assigned by QuickBooks to this object. This ID is unique
557
+ * across all objects of the same type, but not across different QuickBooks object
558
+ * types.
559
+ */
560
+ id: string | null;
561
+ /**
562
+ * The fully-qualified unique name for this object, formed by combining the names
563
+ * of its parent objects with its own `name`, separated by colons. Not
564
+ * case-sensitive.
565
+ */
566
+ fullName: string | null;
567
+ }
568
+ }
569
+ /**
570
+ * The time-tracking preferences for this company file. If time tracking is turned
571
+ * off in the user interface (that is, if "No" is selected for "Do You Track Time?"
572
+ * in the time tracking preferences), then this field will be `null`.
573
+ */
574
+ interface TimeTracking {
575
+ /**
576
+ * The first day of a weekly timesheet period for this company file.
577
+ */
578
+ firstDayOfWeek: 'monday' | 'tuesday' | 'wednesday' | 'thursday' | 'friday' | 'saturday' | 'sunday';
579
+ }
580
+ }
581
+ export interface PreferenceRetrieveParams {
582
+ /**
583
+ * The ID of the EndUser to receive this request (e.g.,
584
+ * `"Conductor-End-User-Id: {{END_USER_ID}}"`).
585
+ */
586
+ conductorEndUserId: string;
587
+ }
588
+ export declare namespace Preferences {
589
+ export { type Preferences as Preferences, type PreferenceRetrieveParams as PreferenceRetrieveParams };
590
+ }
591
+ //# sourceMappingURL=preferences.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"preferences.d.ts","sourceRoot":"","sources":["../../src/resources/qbd/preferences.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,21 @@
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.Preferences = void 0;
5
+ const resource_1 = require("../../resource.js");
6
+ class Preferences extends resource_1.APIResource {
7
+ /**
8
+ * Returns the preferences that the QuickBooks administrator has set for all users
9
+ * of the connected company file. Note that preferences cannot be modified through
10
+ * the API, only through the QuickBooks Desktop user interface.
11
+ */
12
+ retrieve(params, options) {
13
+ const { conductorEndUserId } = params;
14
+ return this._client.get('/quickbooks-desktop/preferences', {
15
+ ...options,
16
+ headers: { 'Conductor-End-User-Id': conductorEndUserId, ...options?.headers },
17
+ });
18
+ }
19
+ }
20
+ exports.Preferences = Preferences;
21
+ //# sourceMappingURL=preferences.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"preferences.js","sourceRoot":"","sources":["../../src/resources/qbd/preferences.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,gDAA6C;AAG7C,MAAa,WAAY,SAAQ,sBAAW;IAC1C;;;;OAIG;IACH,QAAQ,CAAC,MAAgC,EAAE,OAA6B;QACtE,MAAM,EAAE,kBAAkB,EAAE,GAAG,MAAM,CAAC;QACtC,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,iCAAiC,EAAE;YACzD,GAAG,OAAO;YACV,OAAO,EAAE,EAAE,uBAAuB,EAAE,kBAAkB,EAAE,GAAG,OAAO,EAAE,OAAO,EAAE;SAC9E,CAAC,CAAC;IACL,CAAC;CACF;AAbD,kCAaC"}
@@ -0,0 +1,17 @@
1
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+ import { APIResource } from "../../resource.mjs";
3
+ export class Preferences extends APIResource {
4
+ /**
5
+ * Returns the preferences that the QuickBooks administrator has set for all users
6
+ * of the connected company file. Note that preferences cannot be modified through
7
+ * the API, only through the QuickBooks Desktop user interface.
8
+ */
9
+ retrieve(params, options) {
10
+ const { conductorEndUserId } = params;
11
+ return this._client.get('/quickbooks-desktop/preferences', {
12
+ ...options,
13
+ headers: { 'Conductor-End-User-Id': conductorEndUserId, ...options?.headers },
14
+ });
15
+ }
16
+ }
17
+ //# sourceMappingURL=preferences.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"preferences.mjs","sourceRoot":"","sources":["../../src/resources/qbd/preferences.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;AAGtB,MAAM,OAAO,WAAY,SAAQ,WAAW;IAC1C;;;;OAIG;IACH,QAAQ,CAAC,MAAgC,EAAE,OAA6B;QACtE,MAAM,EAAE,kBAAkB,EAAE,GAAG,MAAM,CAAC;QACtC,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,iCAAiC,EAAE;YACzD,GAAG,OAAO;YACV,OAAO,EAAE,EAAE,uBAAuB,EAAE,kBAAkB,EAAE,GAAG,OAAO,EAAE,OAAO,EAAE;SAC9E,CAAC,CAAC;IACL,CAAC;CACF"}