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
@@ -1,6 +1,7 @@
1
1
  // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
2
 
3
3
  import { APIResource } from '../../resource';
4
+ import * as Core from '../../core';
4
5
  import * as AccountsAPI from './accounts';
5
6
  import {
6
7
  Account,
@@ -68,6 +69,8 @@ import {
68
69
  ClassUpdateParams,
69
70
  Classes,
70
71
  } from './classes';
72
+ import * as CompanyAPI from './company';
73
+ import { Company, CompanyResource, CompanyRetrieveParams } from './company';
71
74
  import * as CreditCardChargesAPI from './credit-card-charges';
72
75
  import {
73
76
  CreditCardCharge,
@@ -209,6 +212,18 @@ import {
209
212
  Invoices,
210
213
  InvoicesCursorPage,
211
214
  } from './invoices';
215
+ import * as ItemReceiptsAPI from './item-receipts';
216
+ import {
217
+ ItemReceipt,
218
+ ItemReceiptCreateParams,
219
+ ItemReceiptDeleteParams,
220
+ ItemReceiptDeleteResponse,
221
+ ItemReceiptListParams,
222
+ ItemReceiptRetrieveParams,
223
+ ItemReceiptUpdateParams,
224
+ ItemReceipts,
225
+ ItemReceiptsCursorPage,
226
+ } from './item-receipts';
212
227
  import * as JournalEntriesAPI from './journal-entries';
213
228
  import {
214
229
  JournalEntries,
@@ -240,6 +255,18 @@ import {
240
255
  PayrollWageItems,
241
256
  PayrollWageItemsCursorPage,
242
257
  } from './payroll-wage-items';
258
+ import * as PreferencesAPI from './preferences';
259
+ import { PreferenceRetrieveParams, Preferences } from './preferences';
260
+ import * as PriceLevelsAPI from './price-levels';
261
+ import {
262
+ PriceLevel,
263
+ PriceLevelCreateParams,
264
+ PriceLevelListParams,
265
+ PriceLevelListResponse,
266
+ PriceLevelRetrieveParams,
267
+ PriceLevelUpdateParams,
268
+ PriceLevels,
269
+ } from './price-levels';
243
270
  import * as PurchaseOrdersAPI from './purchase-orders';
244
271
  import {
245
272
  PurchaseOrder,
@@ -347,6 +374,26 @@ import {
347
374
  SubtotalItems,
348
375
  SubtotalItemsCursorPage,
349
376
  } from './subtotal-items';
377
+ import * as TimeTrackingActivitiesAPI from './time-tracking-activities';
378
+ import {
379
+ TimeTrackingActivities,
380
+ TimeTrackingActivitiesCursorPage,
381
+ TimeTrackingActivity,
382
+ TimeTrackingActivityCreateParams,
383
+ TimeTrackingActivityDeleteParams,
384
+ TimeTrackingActivityDeleteResponse,
385
+ TimeTrackingActivityListParams,
386
+ TimeTrackingActivityRetrieveParams,
387
+ TimeTrackingActivityUpdateParams,
388
+ } from './time-tracking-activities';
389
+ import * as TransactionsAPI from './transactions';
390
+ import {
391
+ Transaction,
392
+ TransactionListParams,
393
+ TransactionRetrieveParams,
394
+ Transactions,
395
+ TransactionsCursorPage,
396
+ } from './transactions';
350
397
  import * as TransfersAPI from './transfers';
351
398
  import {
352
399
  Transfer,
@@ -390,6 +437,7 @@ export class Qbd extends APIResource {
390
437
  bills: BillsAPI.Bills = new BillsAPI.Bills(this._client);
391
438
  checks: ChecksAPI.Checks = new ChecksAPI.Checks(this._client);
392
439
  classes: ClassesAPI.Classes = new ClassesAPI.Classes(this._client);
440
+ company: CompanyAPI.CompanyResource = new CompanyAPI.CompanyResource(this._client);
393
441
  creditCardCharges: CreditCardChargesAPI.CreditCardCharges = new CreditCardChargesAPI.CreditCardCharges(
394
442
  this._client,
395
443
  );
@@ -409,6 +457,7 @@ export class Qbd extends APIResource {
409
457
  inventoryItems: InventoryItemsAPI.InventoryItems = new InventoryItemsAPI.InventoryItems(this._client);
410
458
  inventorySites: InventorySitesAPI.InventorySites = new InventorySitesAPI.InventorySites(this._client);
411
459
  invoices: InvoicesAPI.Invoices = new InvoicesAPI.Invoices(this._client);
460
+ itemReceipts: ItemReceiptsAPI.ItemReceipts = new ItemReceiptsAPI.ItemReceipts(this._client);
412
461
  journalEntries: JournalEntriesAPI.JournalEntries = new JournalEntriesAPI.JournalEntries(this._client);
413
462
  nonInventoryItems: NonInventoryItemsAPI.NonInventoryItems = new NonInventoryItemsAPI.NonInventoryItems(
414
463
  this._client,
@@ -416,6 +465,8 @@ export class Qbd extends APIResource {
416
465
  payrollWageItems: PayrollWageItemsAPI.PayrollWageItems = new PayrollWageItemsAPI.PayrollWageItems(
417
466
  this._client,
418
467
  );
468
+ preferences: PreferencesAPI.Preferences = new PreferencesAPI.Preferences(this._client);
469
+ priceLevels: PriceLevelsAPI.PriceLevels = new PriceLevelsAPI.PriceLevels(this._client);
419
470
  purchaseOrders: PurchaseOrdersAPI.PurchaseOrders = new PurchaseOrdersAPI.PurchaseOrders(this._client);
420
471
  receivePayments: ReceivePaymentsAPI.ReceivePayments = new ReceivePaymentsAPI.ReceivePayments(this._client);
421
472
  salesOrders: SalesOrdersAPI.SalesOrders = new SalesOrdersAPI.SalesOrders(this._client);
@@ -427,9 +478,51 @@ export class Qbd extends APIResource {
427
478
  serviceItems: ServiceItemsAPI.ServiceItems = new ServiceItemsAPI.ServiceItems(this._client);
428
479
  standardTerms: StandardTermsAPI.StandardTerms = new StandardTermsAPI.StandardTerms(this._client);
429
480
  subtotalItems: SubtotalItemsAPI.SubtotalItems = new SubtotalItemsAPI.SubtotalItems(this._client);
481
+ timeTrackingActivities: TimeTrackingActivitiesAPI.TimeTrackingActivities =
482
+ new TimeTrackingActivitiesAPI.TimeTrackingActivities(this._client);
483
+ transactions: TransactionsAPI.Transactions = new TransactionsAPI.Transactions(this._client);
430
484
  transfers: TransfersAPI.Transfers = new TransfersAPI.Transfers(this._client);
431
485
  vendorCredits: VendorCreditsAPI.VendorCredits = new VendorCreditsAPI.VendorCredits(this._client);
432
486
  vendors: VendorsAPI.Vendors = new VendorsAPI.Vendors(this._client);
487
+
488
+ /**
489
+ * Checks whether the specified QuickBooks Desktop connection is active and can
490
+ * process requests end-to-end. This is useful for showing a "connection status"
491
+ * indicator in your app. If an error occurs, the typical Conductor error response
492
+ * will be returned. As with any request to QuickBooks Desktop, the health check
493
+ * may fail if the application is not running, the wrong company file is open, or
494
+ * if a modal dialog is open. Timeout is 60 seconds.
495
+ */
496
+ healthCheck(
497
+ params: QbdHealthCheckParams,
498
+ options?: Core.RequestOptions,
499
+ ): Core.APIPromise<QbdHealthCheckResponse> {
500
+ const { conductorEndUserId } = params;
501
+ return this._client.get('/quickbooks-desktop/health-check', {
502
+ ...options,
503
+ headers: { 'Conductor-End-User-Id': conductorEndUserId, ...options?.headers },
504
+ });
505
+ }
506
+ }
507
+
508
+ export interface QbdHealthCheckResponse {
509
+ /**
510
+ * The time, in milliseconds, that it took to perform the health check.
511
+ */
512
+ duration: number;
513
+
514
+ /**
515
+ * The status of the health check.
516
+ */
517
+ status: 'ok';
518
+ }
519
+
520
+ export interface QbdHealthCheckParams {
521
+ /**
522
+ * The ID of the EndUser to receive this request (e.g.,
523
+ * `"Conductor-End-User-Id: {{END_USER_ID}}"`).
524
+ */
525
+ conductorEndUserId: string;
433
526
  }
434
527
 
435
528
  Qbd.Accounts = Accounts;
@@ -442,6 +535,7 @@ Qbd.BillsCursorPage = BillsCursorPage;
442
535
  Qbd.Checks = Checks;
443
536
  Qbd.ChecksCursorPage = ChecksCursorPage;
444
537
  Qbd.Classes = Classes;
538
+ Qbd.CompanyResource = CompanyResource;
445
539
  Qbd.CreditCardCharges = CreditCardCharges;
446
540
  Qbd.CreditCardChargesCursorPage = CreditCardChargesCursorPage;
447
541
  Qbd.CreditCardCredits = CreditCardCredits;
@@ -465,12 +559,15 @@ Qbd.InventoryItemsCursorPage = InventoryItemsCursorPage;
465
559
  Qbd.InventorySites = InventorySites;
466
560
  Qbd.Invoices = Invoices;
467
561
  Qbd.InvoicesCursorPage = InvoicesCursorPage;
562
+ Qbd.ItemReceipts = ItemReceipts;
563
+ Qbd.ItemReceiptsCursorPage = ItemReceiptsCursorPage;
468
564
  Qbd.JournalEntries = JournalEntries;
469
565
  Qbd.JournalEntriesCursorPage = JournalEntriesCursorPage;
470
566
  Qbd.NonInventoryItems = NonInventoryItems;
471
567
  Qbd.NonInventoryItemsCursorPage = NonInventoryItemsCursorPage;
472
568
  Qbd.PayrollWageItems = PayrollWageItems;
473
569
  Qbd.PayrollWageItemsCursorPage = PayrollWageItemsCursorPage;
570
+ Qbd.PriceLevels = PriceLevels;
474
571
  Qbd.PurchaseOrders = PurchaseOrders;
475
572
  Qbd.PurchaseOrdersCursorPage = PurchaseOrdersCursorPage;
476
573
  Qbd.ReceivePayments = ReceivePayments;
@@ -488,6 +585,10 @@ Qbd.ServiceItemsCursorPage = ServiceItemsCursorPage;
488
585
  Qbd.StandardTerms = StandardTerms;
489
586
  Qbd.SubtotalItems = SubtotalItems;
490
587
  Qbd.SubtotalItemsCursorPage = SubtotalItemsCursorPage;
588
+ Qbd.TimeTrackingActivities = TimeTrackingActivities;
589
+ Qbd.TimeTrackingActivitiesCursorPage = TimeTrackingActivitiesCursorPage;
590
+ Qbd.Transactions = Transactions;
591
+ Qbd.TransactionsCursorPage = TransactionsCursorPage;
491
592
  Qbd.Transfers = Transfers;
492
593
  Qbd.TransfersCursorPage = TransfersCursorPage;
493
594
  Qbd.VendorCredits = VendorCredits;
@@ -496,6 +597,11 @@ Qbd.Vendors = Vendors;
496
597
  Qbd.VendorsCursorPage = VendorsCursorPage;
497
598
 
498
599
  export declare namespace Qbd {
600
+ export {
601
+ type QbdHealthCheckResponse as QbdHealthCheckResponse,
602
+ type QbdHealthCheckParams as QbdHealthCheckParams,
603
+ };
604
+
499
605
  export {
500
606
  Accounts as Accounts,
501
607
  type Account as Account,
@@ -563,6 +669,12 @@ export declare namespace Qbd {
563
669
  type ClassListParams as ClassListParams,
564
670
  };
565
671
 
672
+ export {
673
+ CompanyResource as CompanyResource,
674
+ type Company as Company,
675
+ type CompanyRetrieveParams as CompanyRetrieveParams,
676
+ };
677
+
566
678
  export {
567
679
  CreditCardCharges as CreditCardCharges,
568
680
  type CreditCardCharge as CreditCardCharge,
@@ -704,6 +816,18 @@ export declare namespace Qbd {
704
816
  type InvoiceDeleteParams as InvoiceDeleteParams,
705
817
  };
706
818
 
819
+ export {
820
+ ItemReceipts as ItemReceipts,
821
+ type ItemReceipt as ItemReceipt,
822
+ type ItemReceiptDeleteResponse as ItemReceiptDeleteResponse,
823
+ ItemReceiptsCursorPage as ItemReceiptsCursorPage,
824
+ type ItemReceiptCreateParams as ItemReceiptCreateParams,
825
+ type ItemReceiptRetrieveParams as ItemReceiptRetrieveParams,
826
+ type ItemReceiptUpdateParams as ItemReceiptUpdateParams,
827
+ type ItemReceiptListParams as ItemReceiptListParams,
828
+ type ItemReceiptDeleteParams as ItemReceiptDeleteParams,
829
+ };
830
+
707
831
  export {
708
832
  JournalEntries as JournalEntries,
709
833
  type JournalEntry as JournalEntry,
@@ -735,6 +859,18 @@ export declare namespace Qbd {
735
859
  type PayrollWageItemListParams as PayrollWageItemListParams,
736
860
  };
737
861
 
862
+ export { type Preferences as Preferences, type PreferenceRetrieveParams as PreferenceRetrieveParams };
863
+
864
+ export {
865
+ PriceLevels as PriceLevels,
866
+ type PriceLevel as PriceLevel,
867
+ type PriceLevelListResponse as PriceLevelListResponse,
868
+ type PriceLevelCreateParams as PriceLevelCreateParams,
869
+ type PriceLevelRetrieveParams as PriceLevelRetrieveParams,
870
+ type PriceLevelUpdateParams as PriceLevelUpdateParams,
871
+ type PriceLevelListParams as PriceLevelListParams,
872
+ };
873
+
738
874
  export {
739
875
  PurchaseOrders as PurchaseOrders,
740
876
  type PurchaseOrder as PurchaseOrder,
@@ -842,6 +978,26 @@ export declare namespace Qbd {
842
978
  type SubtotalItemListParams as SubtotalItemListParams,
843
979
  };
844
980
 
981
+ export {
982
+ TimeTrackingActivities as TimeTrackingActivities,
983
+ type TimeTrackingActivity as TimeTrackingActivity,
984
+ type TimeTrackingActivityDeleteResponse as TimeTrackingActivityDeleteResponse,
985
+ TimeTrackingActivitiesCursorPage as TimeTrackingActivitiesCursorPage,
986
+ type TimeTrackingActivityCreateParams as TimeTrackingActivityCreateParams,
987
+ type TimeTrackingActivityRetrieveParams as TimeTrackingActivityRetrieveParams,
988
+ type TimeTrackingActivityUpdateParams as TimeTrackingActivityUpdateParams,
989
+ type TimeTrackingActivityListParams as TimeTrackingActivityListParams,
990
+ type TimeTrackingActivityDeleteParams as TimeTrackingActivityDeleteParams,
991
+ };
992
+
993
+ export {
994
+ Transactions as Transactions,
995
+ type Transaction as Transaction,
996
+ TransactionsCursorPage as TransactionsCursorPage,
997
+ type TransactionRetrieveParams as TransactionRetrieveParams,
998
+ type TransactionListParams as TransactionListParams,
999
+ };
1000
+
845
1001
  export {
846
1002
  Transfers as Transfers,
847
1003
  type Transfer as Transfer,
@@ -1559,14 +1559,14 @@ export interface ReceivePaymentListParams extends CursorPageParams {
1559
1559
  refNumberTo?: string;
1560
1560
 
1561
1561
  /**
1562
- * Query param: Filter for receive-payments created on or after this date, in ISO
1563
- * 8601 format (YYYY-MM-DD).
1562
+ * Query param: Filter for receive-payments whose `date` field is on or after this
1563
+ * date, in ISO 8601 format (YYYY-MM-DD).
1564
1564
  */
1565
1565
  transactionDateFrom?: string;
1566
1566
 
1567
1567
  /**
1568
- * Query param: Filter for receive-payments created on or before this date, in ISO
1569
- * 8601 format (YYYY-MM-DD).
1568
+ * Query param: Filter for receive-payments whose `date` field is on or before this
1569
+ * date, in ISO 8601 format (YYYY-MM-DD).
1570
1570
  */
1571
1571
  transactionDateTo?: string;
1572
1572
 
@@ -3091,14 +3091,14 @@ export interface SalesOrderListParams extends CursorPageParams {
3091
3091
  refNumberTo?: string;
3092
3092
 
3093
3093
  /**
3094
- * Query param: Filter for sales orders created on or after this date, in ISO 8601
3095
- * format (YYYY-MM-DD).
3094
+ * Query param: Filter for sales orders whose `date` field is on or after this
3095
+ * date, in ISO 8601 format (YYYY-MM-DD).
3096
3096
  */
3097
3097
  transactionDateFrom?: string;
3098
3098
 
3099
3099
  /**
3100
- * Query param: Filter for sales orders created on or before this date, in ISO 8601
3101
- * format (YYYY-MM-DD).
3100
+ * Query param: Filter for sales orders whose `date` field is on or before this
3101
+ * date, in ISO 8601 format (YYYY-MM-DD).
3102
3102
  */
3103
3103
  transactionDateTo?: string;
3104
3104
 
@@ -3927,14 +3927,14 @@ export interface SalesReceiptListParams extends CursorPageParams {
3927
3927
  refNumberTo?: string;
3928
3928
 
3929
3929
  /**
3930
- * Query param: Filter for sales receipts created on or after this date, in ISO
3931
- * 8601 format (YYYY-MM-DD).
3930
+ * Query param: Filter for sales receipts whose `date` field is on or after this
3931
+ * date, in ISO 8601 format (YYYY-MM-DD).
3932
3932
  */
3933
3933
  transactionDateFrom?: string;
3934
3934
 
3935
3935
  /**
3936
- * Query param: Filter for sales receipts created on or before this date, in ISO
3937
- * 8601 format (YYYY-MM-DD).
3936
+ * Query param: Filter for sales receipts whose `date` field is on or before this
3937
+ * date, in ISO 8601 format (YYYY-MM-DD).
3938
3938
  */
3939
3939
  transactionDateTo?: string;
3940
3940