conductor-node 12.18.2 → 12.19.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.
@@ -283,6 +283,16 @@ import {
283
283
  NonInventoryItems,
284
284
  NonInventoryItemsCursorPage,
285
285
  } from "./non-inventory-items.js";
286
+ import * as OtherChargeItemsAPI from "./other-charge-items.js";
287
+ import {
288
+ OtherChargeItem,
289
+ OtherChargeItemCreateParams,
290
+ OtherChargeItemListParams,
291
+ OtherChargeItemRetrieveParams,
292
+ OtherChargeItemUpdateParams,
293
+ OtherChargeItems,
294
+ OtherChargeItemsCursorPage,
295
+ } from "./other-charge-items.js";
286
296
  import * as OtherNamesAPI from "./other-names.js";
287
297
  import {
288
298
  OtherName,
@@ -522,6 +532,9 @@ export class Qbd extends APIResource {
522
532
  nonInventoryItems: NonInventoryItemsAPI.NonInventoryItems = new NonInventoryItemsAPI.NonInventoryItems(
523
533
  this._client,
524
534
  );
535
+ otherChargeItems: OtherChargeItemsAPI.OtherChargeItems = new OtherChargeItemsAPI.OtherChargeItems(
536
+ this._client,
537
+ );
525
538
  otherNames: OtherNamesAPI.OtherNames = new OtherNamesAPI.OtherNames(this._client);
526
539
  paymentMethods: PaymentMethodsAPI.PaymentMethods = new PaymentMethodsAPI.PaymentMethods(this._client);
527
540
  payrollWageItems: PayrollWageItemsAPI.PayrollWageItems = new PayrollWageItemsAPI.PayrollWageItems(
@@ -640,6 +653,8 @@ Qbd.JournalEntries = JournalEntries;
640
653
  Qbd.JournalEntriesCursorPage = JournalEntriesCursorPage;
641
654
  Qbd.NonInventoryItems = NonInventoryItems;
642
655
  Qbd.NonInventoryItemsCursorPage = NonInventoryItemsCursorPage;
656
+ Qbd.OtherChargeItems = OtherChargeItems;
657
+ Qbd.OtherChargeItemsCursorPage = OtherChargeItemsCursorPage;
643
658
  Qbd.OtherNames = OtherNames;
644
659
  Qbd.PaymentMethods = PaymentMethods;
645
660
  Qbd.PayrollWageItems = PayrollWageItems;
@@ -964,6 +979,16 @@ export declare namespace Qbd {
964
979
  type NonInventoryItemListParams as NonInventoryItemListParams,
965
980
  };
966
981
 
982
+ export {
983
+ OtherChargeItems as OtherChargeItems,
984
+ type OtherChargeItem as OtherChargeItem,
985
+ OtherChargeItemsCursorPage as OtherChargeItemsCursorPage,
986
+ type OtherChargeItemCreateParams as OtherChargeItemCreateParams,
987
+ type OtherChargeItemRetrieveParams as OtherChargeItemRetrieveParams,
988
+ type OtherChargeItemUpdateParams as OtherChargeItemUpdateParams,
989
+ type OtherChargeItemListParams as OtherChargeItemListParams,
990
+ };
991
+
967
992
  export {
968
993
  OtherNames as OtherNames,
969
994
  type OtherName as OtherName,
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const VERSION = '12.18.2'; // x-release-please-version
1
+ export const VERSION = '12.19.0'; // x-release-please-version
package/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "12.18.2";
1
+ export declare const VERSION = "12.19.0";
2
2
  //# sourceMappingURL=version.d.ts.map
package/version.js CHANGED
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.VERSION = void 0;
4
- exports.VERSION = '12.18.2'; // x-release-please-version
4
+ exports.VERSION = '12.19.0'; // x-release-please-version
5
5
  //# sourceMappingURL=version.js.map
package/version.mjs CHANGED
@@ -1,2 +1,2 @@
1
- export const VERSION = '12.18.2'; // x-release-please-version
1
+ export const VERSION = '12.19.0'; // x-release-please-version
2
2
  //# sourceMappingURL=version.mjs.map