@commercelayer/sdk 6.0.0-beta.1 → 6.0.0-beta.3

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.
package/lib/index.d.mts CHANGED
@@ -155,7 +155,6 @@ type ResourceSort = Pick<Resource, 'id' | 'reference' | 'reference_origin' | 'cr
155
155
  type ResourceAdapterConfig = {};
156
156
  type ResourcesInitConfig = ResourceAdapterConfig & ApiClientInitConfig;
157
157
  type ResourcesConfig = Partial<ResourcesInitConfig>;
158
- declare const apiResourceAdapter: (config: ResourcesInitConfig) => ResourceAdapter;
159
158
  declare class ResourceAdapter {
160
159
  #private;
161
160
  constructor(config: ResourcesInitConfig);
@@ -7518,127 +7517,4 @@ declare const CommerceLayerStatic: {
7518
7517
  readonly schemaVersion: string;
7519
7518
  };
7520
7519
 
7521
- type InitParamType = ResourceAdapter | ResourcesInitConfig;
7522
- declare const addressesClient: (init: InitParamType) => Addresses;
7523
- declare const adjustmentsClient: (init: InitParamType) => Adjustments;
7524
- declare const adyenGatewaysClient: (init: InitParamType) => AdyenGateways;
7525
- declare const adyenPaymentsClient: (init: InitParamType) => AdyenPayments;
7526
- declare const applicationsClient: (init: InitParamType) => Applications;
7527
- declare const attachmentsClient: (init: InitParamType) => Attachments;
7528
- declare const authorizationsClient: (init: InitParamType) => Authorizations;
7529
- declare const avalaraAccountsClient: (init: InitParamType) => AvalaraAccounts;
7530
- declare const axerveGatewaysClient: (init: InitParamType) => AxerveGateways;
7531
- declare const axervePaymentsClient: (init: InitParamType) => AxervePayments;
7532
- declare const billingInfoValidationRulesClient: (init: InitParamType) => BillingInfoValidationRules;
7533
- declare const bingGeocodersClient: (init: InitParamType) => BingGeocoders;
7534
- declare const braintreeGatewaysClient: (init: InitParamType) => BraintreeGateways;
7535
- declare const braintreePaymentsClient: (init: InitParamType) => BraintreePayments;
7536
- declare const bundlesClient: (init: InitParamType) => Bundles;
7537
- declare const buyXPayYPromotionsClient: (init: InitParamType) => BuyXPayYPromotions;
7538
- declare const capturesClient: (init: InitParamType) => Captures;
7539
- declare const carrierAccountsClient: (init: InitParamType) => CarrierAccounts;
7540
- declare const checkoutComGatewaysClient: (init: InitParamType) => CheckoutComGateways;
7541
- declare const checkoutComPaymentsClient: (init: InitParamType) => CheckoutComPayments;
7542
- declare const cleanupsClient: (init: InitParamType) => Cleanups;
7543
- declare const couponCodesPromotionRulesClient: (init: InitParamType) => CouponCodesPromotionRules;
7544
- declare const couponRecipientsClient: (init: InitParamType) => CouponRecipients;
7545
- declare const couponsClient: (init: InitParamType) => Coupons;
7546
- declare const customPromotionRulesClient: (init: InitParamType) => CustomPromotionRules;
7547
- declare const customerAddressesClient: (init: InitParamType) => CustomerAddresses;
7548
- declare const customerGroupsClient: (init: InitParamType) => CustomerGroups;
7549
- declare const customerPasswordResetsClient: (init: InitParamType) => CustomerPasswordResets;
7550
- declare const customerPaymentSourcesClient: (init: InitParamType) => CustomerPaymentSources;
7551
- declare const customerSubscriptionsClient: (init: InitParamType) => CustomerSubscriptions;
7552
- declare const customersClient: (init: InitParamType) => Customers;
7553
- declare const deliveryLeadTimesClient: (init: InitParamType) => DeliveryLeadTimes;
7554
- declare const eventCallbacksClient: (init: InitParamType) => EventCallbacks;
7555
- declare const eventsClient: (init: InitParamType) => Events;
7556
- declare const exportsClient: (init: InitParamType) => Exports;
7557
- declare const externalGatewaysClient: (init: InitParamType) => ExternalGateways;
7558
- declare const externalPaymentsClient: (init: InitParamType) => ExternalPayments;
7559
- declare const externalPromotionsClient: (init: InitParamType) => ExternalPromotions;
7560
- declare const externalTaxCalculatorsClient: (init: InitParamType) => ExternalTaxCalculators;
7561
- declare const fixedAmountPromotionsClient: (init: InitParamType) => FixedAmountPromotions;
7562
- declare const fixedPricePromotionsClient: (init: InitParamType) => FixedPricePromotions;
7563
- declare const freeGiftPromotionsClient: (init: InitParamType) => FreeGiftPromotions;
7564
- declare const freeShippingPromotionsClient: (init: InitParamType) => FreeShippingPromotions;
7565
- declare const geocodersClient: (init: InitParamType) => Geocoders;
7566
- declare const giftCardRecipientsClient: (init: InitParamType) => GiftCardRecipients;
7567
- declare const giftCardsClient: (init: InitParamType) => GiftCards;
7568
- declare const googleGeocodersClient: (init: InitParamType) => GoogleGeocoders;
7569
- declare const importsClient: (init: InitParamType) => Imports;
7570
- declare const inStockSubscriptionsClient: (init: InitParamType) => InStockSubscriptions;
7571
- declare const inventoryModelsClient: (init: InitParamType) => InventoryModels;
7572
- declare const inventoryReturnLocationsClient: (init: InitParamType) => InventoryReturnLocations;
7573
- declare const inventoryStockLocationsClient: (init: InitParamType) => InventoryStockLocations;
7574
- declare const klarnaGatewaysClient: (init: InitParamType) => KlarnaGateways;
7575
- declare const klarnaPaymentsClient: (init: InitParamType) => KlarnaPayments;
7576
- declare const lineItemOptionsClient: (init: InitParamType) => LineItemOptions;
7577
- declare const lineItemsClient: (init: InitParamType) => LineItems;
7578
- declare const manualGatewaysClient: (init: InitParamType) => ManualGateways;
7579
- declare const manualTaxCalculatorsClient: (init: InitParamType) => ManualTaxCalculators;
7580
- declare const marketsClient: (init: InitParamType) => Markets;
7581
- declare const merchantsClient: (init: InitParamType) => Merchants;
7582
- declare const orderAmountPromotionRulesClient: (init: InitParamType) => OrderAmountPromotionRules;
7583
- declare const orderCopiesClient: (init: InitParamType) => OrderCopies;
7584
- declare const orderFactoriesClient: (init: InitParamType) => OrderFactories;
7585
- declare const orderSubscriptionItemsClient: (init: InitParamType) => OrderSubscriptionItems;
7586
- declare const orderSubscriptionsClient: (init: InitParamType) => OrderSubscriptions;
7587
- declare const orderValidationRulesClient: (init: InitParamType) => OrderValidationRules;
7588
- declare const ordersClient: (init: InitParamType) => Orders;
7589
- declare const organizationsClient: (init: InitParamType) => Organizations;
7590
- declare const packagesClient: (init: InitParamType) => Packages;
7591
- declare const parcelLineItemsClient: (init: InitParamType) => ParcelLineItems;
7592
- declare const parcelsClient: (init: InitParamType) => Parcels;
7593
- declare const paymentGatewaysClient: (init: InitParamType) => PaymentGateways;
7594
- declare const paymentMethodsClient: (init: InitParamType) => PaymentMethods;
7595
- declare const paymentOptionsClient: (init: InitParamType) => PaymentOptions;
7596
- declare const paypalGatewaysClient: (init: InitParamType) => PaypalGateways;
7597
- declare const paypalPaymentsClient: (init: InitParamType) => PaypalPayments;
7598
- declare const percentageDiscountPromotionsClient: (init: InitParamType) => PercentageDiscountPromotions;
7599
- declare const priceFrequencyTiersClient: (init: InitParamType) => PriceFrequencyTiers;
7600
- declare const priceListsClient: (init: InitParamType) => PriceLists;
7601
- declare const priceTiersClient: (init: InitParamType) => PriceTiers;
7602
- declare const priceVolumeTiersClient: (init: InitParamType) => PriceVolumeTiers;
7603
- declare const pricesClient: (init: InitParamType) => Prices;
7604
- declare const promotionRulesClient: (init: InitParamType) => PromotionRules;
7605
- declare const promotionsClient: (init: InitParamType) => Promotions;
7606
- declare const recurringOrderCopiesClient: (init: InitParamType) => RecurringOrderCopies;
7607
- declare const refundsClient: (init: InitParamType) => Refunds;
7608
- declare const reservedStocksClient: (init: InitParamType) => ReservedStocks;
7609
- declare const resourceErrorsClient: (init: InitParamType) => ResourceErrors;
7610
- declare const returnLineItemsClient: (init: InitParamType) => ReturnLineItems;
7611
- declare const returnsClient: (init: InitParamType) => Returns;
7612
- declare const satispayGatewaysClient: (init: InitParamType) => SatispayGateways;
7613
- declare const satispayPaymentsClient: (init: InitParamType) => SatispayPayments;
7614
- declare const shipmentsClient: (init: InitParamType) => Shipments;
7615
- declare const shippingCategoriesClient: (init: InitParamType) => ShippingCategories;
7616
- declare const shippingMethodTiersClient: (init: InitParamType) => ShippingMethodTiers;
7617
- declare const shippingMethodsClient: (init: InitParamType) => ShippingMethods;
7618
- declare const shippingWeightTiersClient: (init: InitParamType) => ShippingWeightTiers;
7619
- declare const shippingZonesClient: (init: InitParamType) => ShippingZones;
7620
- declare const skuListItemsClient: (init: InitParamType) => SkuListItems;
7621
- declare const skuListPromotionRulesClient: (init: InitParamType) => SkuListPromotionRules;
7622
- declare const skuListsClient: (init: InitParamType) => SkuLists;
7623
- declare const skuOptionsClient: (init: InitParamType) => SkuOptions;
7624
- declare const skusClient: (init: InitParamType) => Skus;
7625
- declare const stockItemsClient: (init: InitParamType) => StockItems;
7626
- declare const stockLineItemsClient: (init: InitParamType) => StockLineItems;
7627
- declare const stockLocationsClient: (init: InitParamType) => StockLocations;
7628
- declare const stockReservationsClient: (init: InitParamType) => StockReservations;
7629
- declare const stockTransfersClient: (init: InitParamType) => StockTransfers;
7630
- declare const stripeGatewaysClient: (init: InitParamType) => StripeGateways;
7631
- declare const stripePaymentsClient: (init: InitParamType) => StripePayments;
7632
- declare const subscriptionModelsClient: (init: InitParamType) => SubscriptionModels;
7633
- declare const tagsClient: (init: InitParamType) => Tags;
7634
- declare const taxCalculatorsClient: (init: InitParamType) => TaxCalculators;
7635
- declare const taxCategoriesClient: (init: InitParamType) => TaxCategories;
7636
- declare const taxRulesClient: (init: InitParamType) => TaxRules;
7637
- declare const taxjarAccountsClient: (init: InitParamType) => TaxjarAccounts;
7638
- declare const transactionsClient: (init: InitParamType) => Transactions;
7639
- declare const versionsClient: (init: InitParamType) => Versions;
7640
- declare const voidsClient: (init: InitParamType) => Voids;
7641
- declare const webhooksClient: (init: InitParamType) => Webhooks;
7642
- declare const wireTransfersClient: (init: InitParamType) => WireTransfers;
7643
-
7644
- export { type Address, type AddressCreate, type AddressSort, type AddressUpdate, type Adjustment, type AdjustmentCreate, type AdjustmentSort, type AdjustmentUpdate, type AdyenGateway, type AdyenGatewayCreate, type AdyenGatewaySort, type AdyenGatewayUpdate, type AdyenPayment, type AdyenPaymentCreate, type AdyenPaymentSort, type AdyenPaymentUpdate, ApiError, type Application, type ApplicationSort, type Attachment, type AttachmentCreate, type AttachmentSort, type AttachmentUpdate, type Authorization, type AuthorizationSort, type AuthorizationUpdate, type AvalaraAccount, type AvalaraAccountCreate, type AvalaraAccountSort, type AvalaraAccountUpdate, type AxerveGateway, type AxerveGatewayCreate, type AxerveGatewaySort, type AxerveGatewayUpdate, type AxervePayment, type AxervePaymentCreate, type AxervePaymentSort, type AxervePaymentUpdate, type BillingInfoValidationRule, type BillingInfoValidationRuleCreate, type BillingInfoValidationRuleSort, type BillingInfoValidationRuleUpdate, type BingGeocoder, type BingGeocoderCreate, type BingGeocoderSort, type BingGeocoderUpdate, type BraintreeGateway, type BraintreeGatewayCreate, type BraintreeGatewaySort, type BraintreeGatewayUpdate, type BraintreePayment, type BraintreePaymentCreate, type BraintreePaymentSort, type BraintreePaymentUpdate, type Bundle, type BundleCreate, type BundleSort, type BundleUpdate, type BuyXPayYPromotion, type BuyXPayYPromotionCreate, type BuyXPayYPromotionSort, type BuyXPayYPromotionUpdate, type Capture, type CaptureSort, type CaptureUpdate, type CarrierAccount, type CarrierAccountSort, type CheckoutComGateway, type CheckoutComGatewayCreate, type CheckoutComGatewaySort, type CheckoutComGatewayUpdate, type CheckoutComPayment, type CheckoutComPaymentCreate, type CheckoutComPaymentSort, type CheckoutComPaymentUpdate, type Cleanup, type CleanupCreate, type CleanupSort, CommerceLayer, CommerceLayerClient, type CommerceLayerInitConfig, CommerceLayerStatic, type Coupon, type CouponCodesPromotionRule, type CouponCodesPromotionRuleCreate, type CouponCodesPromotionRuleSort, type CouponCodesPromotionRuleUpdate, type CouponCreate, type CouponRecipient, type CouponRecipientCreate, type CouponRecipientSort, type CouponRecipientUpdate, type CouponSort, type CouponUpdate, type CustomPromotionRule, type CustomPromotionRuleCreate, type CustomPromotionRuleSort, type CustomPromotionRuleUpdate, type Customer, type CustomerAddress, type CustomerAddressCreate, type CustomerAddressSort, type CustomerAddressUpdate, type CustomerCreate, type CustomerGroup, type CustomerGroupCreate, type CustomerGroupSort, type CustomerGroupUpdate, type CustomerPasswordReset, type CustomerPasswordResetCreate, type CustomerPasswordResetSort, type CustomerPasswordResetUpdate, type CustomerPaymentSource, type CustomerPaymentSourceCreate, type CustomerPaymentSourceSort, type CustomerPaymentSourceUpdate, type CustomerSort, type CustomerSubscription, type CustomerSubscriptionCreate, type CustomerSubscriptionSort, type CustomerSubscriptionUpdate, type CustomerUpdate, type DeliveryLeadTime, type DeliveryLeadTimeCreate, type DeliveryLeadTimeSort, type DeliveryLeadTimeUpdate, type ErrorObj, ErrorType, type Event, type EventCallback, type EventCallbackSort, type EventSort, type Export, type ExportCreate, type ExportSort, type ExternalGateway, type ExternalGatewayCreate, type ExternalGatewaySort, type ExternalGatewayUpdate, type ExternalPayment, type ExternalPaymentCreate, type ExternalPaymentSort, type ExternalPaymentUpdate, type ExternalPromotion, type ExternalPromotionCreate, type ExternalPromotionSort, type ExternalPromotionUpdate, type ExternalTaxCalculator, type ExternalTaxCalculatorCreate, type ExternalTaxCalculatorSort, type ExternalTaxCalculatorUpdate, type FixedAmountPromotion, type FixedAmountPromotionCreate, type FixedAmountPromotionSort, type FixedAmountPromotionUpdate, type FixedPricePromotion, type FixedPricePromotionCreate, type FixedPricePromotionSort, type FixedPricePromotionUpdate, type FreeGiftPromotion, type FreeGiftPromotionCreate, type FreeGiftPromotionSort, type FreeGiftPromotionUpdate, type FreeShippingPromotion, type FreeShippingPromotionCreate, type FreeShippingPromotionSort, type FreeShippingPromotionUpdate, type Geocoder, type GeocoderSort, type GiftCard, type GiftCardCreate, type GiftCardRecipient, type GiftCardRecipientCreate, type GiftCardRecipientSort, type GiftCardRecipientUpdate, type GiftCardSort, type GiftCardUpdate, type GoogleGeocoder, type GoogleGeocoderCreate, type GoogleGeocoderSort, type GoogleGeocoderUpdate, type HeadersObj, type Import, type ImportCreate, type ImportSort, type InStockSubscription, type InStockSubscriptionCreate, type InStockSubscriptionSort, type InStockSubscriptionUpdate, type InventoryModel, type InventoryModelCreate, type InventoryModelSort, type InventoryModelUpdate, type InventoryReturnLocation, type InventoryReturnLocationCreate, type InventoryReturnLocationSort, type InventoryReturnLocationUpdate, type InventoryStockLocation, type InventoryStockLocationCreate, type InventoryStockLocationSort, type InventoryStockLocationUpdate, type KlarnaGateway, type KlarnaGatewayCreate, type KlarnaGatewaySort, type KlarnaGatewayUpdate, type KlarnaPayment, type KlarnaPaymentCreate, type KlarnaPaymentSort, type KlarnaPaymentUpdate, type LineItem, type LineItemCreate, type LineItemOption, type LineItemOptionCreate, type LineItemOptionSort, type LineItemOptionUpdate, type LineItemSort, type LineItemUpdate, type ManualGateway, type ManualGatewayCreate, type ManualGatewaySort, type ManualGatewayUpdate, type ManualTaxCalculator, type ManualTaxCalculatorCreate, type ManualTaxCalculatorSort, type ManualTaxCalculatorUpdate, type Market, type MarketCreate, type MarketSort, type MarketUpdate, type Merchant, type MerchantCreate, type MerchantSort, type MerchantUpdate, type Order, type OrderAmountPromotionRule, type OrderAmountPromotionRuleCreate, type OrderAmountPromotionRuleSort, type OrderAmountPromotionRuleUpdate, type OrderCopy, type OrderCopyCreate, type OrderCopySort, type OrderCopyUpdate, type OrderCreate, type OrderFactory, type OrderFactorySort, type OrderSort, type OrderSubscription, type OrderSubscriptionCreate, type OrderSubscriptionItem, type OrderSubscriptionItemCreate, type OrderSubscriptionItemSort, type OrderSubscriptionItemUpdate, type OrderSubscriptionSort, type OrderSubscriptionUpdate, type OrderUpdate, type OrderValidationRule, type OrderValidationRuleSort, type Organization, type OrganizationSort, type Package, type PackageCreate, type PackageSort, type PackageUpdate, type Parcel, type ParcelCreate, type ParcelLineItem, type ParcelLineItemCreate, type ParcelLineItemSort, type ParcelLineItemUpdate, type ParcelSort, type ParcelUpdate, type PaymentGateway, type PaymentGatewaySort, type PaymentMethod, type PaymentMethodCreate, type PaymentMethodSort, type PaymentMethodUpdate, type PaymentOption, type PaymentOptionCreate, type PaymentOptionSort, type PaymentOptionUpdate, type PaypalGateway, type PaypalGatewayCreate, type PaypalGatewaySort, type PaypalGatewayUpdate, type PaypalPayment, type PaypalPaymentCreate, type PaypalPaymentSort, type PaypalPaymentUpdate, type PercentageDiscountPromotion, type PercentageDiscountPromotionCreate, type PercentageDiscountPromotionSort, type PercentageDiscountPromotionUpdate, type Price, type PriceCreate, type PriceFrequencyTier, type PriceFrequencyTierCreate, type PriceFrequencyTierSort, type PriceFrequencyTierUpdate, type PriceList, type PriceListCreate, type PriceListSort, type PriceListUpdate, type PriceSort, type PriceTier, type PriceTierSort, type PriceUpdate, type PriceVolumeTier, type PriceVolumeTierCreate, type PriceVolumeTierSort, type PriceVolumeTierUpdate, type Promotion, type PromotionRule, type PromotionRuleSort, type PromotionSort, type QueryParams, type QueryParamsList, type QueryParamsRetrieve, type RecurringOrderCopy, type RecurringOrderCopyCreate, type RecurringOrderCopySort, type RecurringOrderCopyUpdate, type Refund, type RefundSort, type RequestObj, type ReservedStock, type ReservedStockSort, type ResourceError, type ResourceErrorSort, type ResponseObj, type Return, type ReturnCreate, type ReturnLineItem, type ReturnLineItemCreate, type ReturnLineItemSort, type ReturnLineItemUpdate, type ReturnSort, type ReturnUpdate, type SatispayGateway, type SatispayGatewayCreate, type SatispayGatewaySort, type SatispayGatewayUpdate, type SatispayPayment, type SatispayPaymentCreate, type SatispayPaymentSort, type SatispayPaymentUpdate, SdkError, type Shipment, type ShipmentCreate, type ShipmentSort, type ShipmentUpdate, type ShippingCategory, type ShippingCategoryCreate, type ShippingCategorySort, type ShippingCategoryUpdate, type ShippingMethod, type ShippingMethodCreate, type ShippingMethodSort, type ShippingMethodTier, type ShippingMethodTierSort, type ShippingMethodUpdate, type ShippingWeightTier, type ShippingWeightTierCreate, type ShippingWeightTierSort, type ShippingWeightTierUpdate, type ShippingZone, type ShippingZoneCreate, type ShippingZoneSort, type ShippingZoneUpdate, type Sku, type SkuCreate, type SkuList, type SkuListCreate, type SkuListItem, type SkuListItemCreate, type SkuListItemSort, type SkuListItemUpdate, type SkuListPromotionRule, type SkuListPromotionRuleCreate, type SkuListPromotionRuleSort, type SkuListPromotionRuleUpdate, type SkuListSort, type SkuListUpdate, type SkuOption, type SkuOptionCreate, type SkuOptionSort, type SkuOptionUpdate, type SkuSort, type SkuUpdate, type StockItem, type StockItemCreate, type StockItemSort, type StockItemUpdate, type StockLineItem, type StockLineItemCreate, type StockLineItemSort, type StockLineItemUpdate, type StockLocation, type StockLocationCreate, type StockLocationSort, type StockLocationUpdate, type StockReservation, type StockReservationCreate, type StockReservationSort, type StockReservationUpdate, type StockTransfer, type StockTransferCreate, type StockTransferSort, type StockTransferUpdate, type StripeGateway, type StripeGatewayCreate, type StripeGatewaySort, type StripeGatewayUpdate, type StripePayment, type StripePaymentCreate, type StripePaymentSort, type StripePaymentUpdate, type SubscriptionModel, type SubscriptionModelCreate, type SubscriptionModelSort, type SubscriptionModelUpdate, type Tag, type TagCreate, type TagSort, type TagUpdate, type TaxCalculator, type TaxCalculatorSort, type TaxCategory, type TaxCategoryCreate, type TaxCategorySort, type TaxCategoryUpdate, type TaxRule, type TaxRuleCreate, type TaxRuleSort, type TaxRuleUpdate, type TaxjarAccount, type TaxjarAccountCreate, type TaxjarAccountSort, type TaxjarAccountUpdate, type Transaction, type TransactionSort, type Version, type VersionSort, type Void, type VoidSort, type Webhook, type WebhookCreate, type WebhookSort, type WebhookUpdate, type WireTransfer, type WireTransferCreate, type WireTransferSort, type WireTransferUpdate, addressesClient, adjustmentsClient, adyenGatewaysClient, adyenPaymentsClient, apiResourceAdapter, applicationsClient, attachmentsClient, authorizationsClient, avalaraAccountsClient, axerveGatewaysClient, axervePaymentsClient, billingInfoValidationRulesClient, bingGeocodersClient, braintreeGatewaysClient, braintreePaymentsClient, bundlesClient, buyXPayYPromotionsClient, capturesClient, carrierAccountsClient, checkoutComGatewaysClient, checkoutComPaymentsClient, cleanupsClient, couponCodesPromotionRulesClient, couponRecipientsClient, couponsClient, customPromotionRulesClient, customerAddressesClient, customerGroupsClient, customerPasswordResetsClient, customerPaymentSourcesClient, customerSubscriptionsClient, customersClient, CommerceLayer as default, deliveryLeadTimesClient, eventCallbacksClient, eventsClient, exportsClient, externalGatewaysClient, externalPaymentsClient, externalPromotionsClient, externalTaxCalculatorsClient, fixedAmountPromotionsClient, fixedPricePromotionsClient, freeGiftPromotionsClient, freeShippingPromotionsClient, geocodersClient, giftCardRecipientsClient, giftCardsClient, googleGeocodersClient, importsClient, inStockSubscriptionsClient, inventoryModelsClient, inventoryReturnLocationsClient, inventoryStockLocationsClient, klarnaGatewaysClient, klarnaPaymentsClient, lineItemOptionsClient, lineItemsClient, manualGatewaysClient, manualTaxCalculatorsClient, marketsClient, merchantsClient, orderAmountPromotionRulesClient, orderCopiesClient, orderFactoriesClient, orderSubscriptionItemsClient, orderSubscriptionsClient, orderValidationRulesClient, ordersClient, organizationsClient, packagesClient, parcelLineItemsClient, parcelsClient, paymentGatewaysClient, paymentMethodsClient, paymentOptionsClient, paypalGatewaysClient, paypalPaymentsClient, percentageDiscountPromotionsClient, priceFrequencyTiersClient, priceListsClient, priceTiersClient, priceVolumeTiersClient, pricesClient, promotionRulesClient, promotionsClient, recurringOrderCopiesClient, refundsClient, reservedStocksClient, resourceErrorsClient, returnLineItemsClient, returnsClient, satispayGatewaysClient, satispayPaymentsClient, shipmentsClient, shippingCategoriesClient, shippingMethodTiersClient, shippingMethodsClient, shippingWeightTiersClient, shippingZonesClient, skuListItemsClient, skuListPromotionRulesClient, skuListsClient, skuOptionsClient, skusClient, stockItemsClient, stockLineItemsClient, stockLocationsClient, stockReservationsClient, stockTransfersClient, stripeGatewaysClient, stripePaymentsClient, subscriptionModelsClient, tagsClient, taxCalculatorsClient, taxCategoriesClient, taxRulesClient, taxjarAccountsClient, transactionsClient, versionsClient, voidsClient, webhooksClient, wireTransfersClient };
7520
+ export { type Address, type AddressCreate, type AddressSort, type AddressUpdate, type Adjustment, type AdjustmentCreate, type AdjustmentSort, type AdjustmentUpdate, type AdyenGateway, type AdyenGatewayCreate, type AdyenGatewaySort, type AdyenGatewayUpdate, type AdyenPayment, type AdyenPaymentCreate, type AdyenPaymentSort, type AdyenPaymentUpdate, ApiError, type Application, type ApplicationSort, type Attachment, type AttachmentCreate, type AttachmentSort, type AttachmentUpdate, type Authorization, type AuthorizationSort, type AuthorizationUpdate, type AvalaraAccount, type AvalaraAccountCreate, type AvalaraAccountSort, type AvalaraAccountUpdate, type AxerveGateway, type AxerveGatewayCreate, type AxerveGatewaySort, type AxerveGatewayUpdate, type AxervePayment, type AxervePaymentCreate, type AxervePaymentSort, type AxervePaymentUpdate, type BillingInfoValidationRule, type BillingInfoValidationRuleCreate, type BillingInfoValidationRuleSort, type BillingInfoValidationRuleUpdate, type BingGeocoder, type BingGeocoderCreate, type BingGeocoderSort, type BingGeocoderUpdate, type BraintreeGateway, type BraintreeGatewayCreate, type BraintreeGatewaySort, type BraintreeGatewayUpdate, type BraintreePayment, type BraintreePaymentCreate, type BraintreePaymentSort, type BraintreePaymentUpdate, type Bundle, type BundleCreate, type BundleSort, type BundleUpdate, type BuyXPayYPromotion, type BuyXPayYPromotionCreate, type BuyXPayYPromotionSort, type BuyXPayYPromotionUpdate, type Capture, type CaptureSort, type CaptureUpdate, type CarrierAccount, type CarrierAccountSort, type CheckoutComGateway, type CheckoutComGatewayCreate, type CheckoutComGatewaySort, type CheckoutComGatewayUpdate, type CheckoutComPayment, type CheckoutComPaymentCreate, type CheckoutComPaymentSort, type CheckoutComPaymentUpdate, type Cleanup, type CleanupCreate, type CleanupSort, CommerceLayer, CommerceLayerClient, CommerceLayerStatic, type Coupon, type CouponCodesPromotionRule, type CouponCodesPromotionRuleCreate, type CouponCodesPromotionRuleSort, type CouponCodesPromotionRuleUpdate, type CouponCreate, type CouponRecipient, type CouponRecipientCreate, type CouponRecipientSort, type CouponRecipientUpdate, type CouponSort, type CouponUpdate, type CustomPromotionRule, type CustomPromotionRuleCreate, type CustomPromotionRuleSort, type CustomPromotionRuleUpdate, type Customer, type CustomerAddress, type CustomerAddressCreate, type CustomerAddressSort, type CustomerAddressUpdate, type CustomerCreate, type CustomerGroup, type CustomerGroupCreate, type CustomerGroupSort, type CustomerGroupUpdate, type CustomerPasswordReset, type CustomerPasswordResetCreate, type CustomerPasswordResetSort, type CustomerPasswordResetUpdate, type CustomerPaymentSource, type CustomerPaymentSourceCreate, type CustomerPaymentSourceSort, type CustomerPaymentSourceUpdate, type CustomerSort, type CustomerSubscription, type CustomerSubscriptionCreate, type CustomerSubscriptionSort, type CustomerSubscriptionUpdate, type CustomerUpdate, type DeliveryLeadTime, type DeliveryLeadTimeCreate, type DeliveryLeadTimeSort, type DeliveryLeadTimeUpdate, type ErrorObj, ErrorType, type Event, type EventCallback, type EventCallbackSort, type EventSort, type Export, type ExportCreate, type ExportSort, type ExternalGateway, type ExternalGatewayCreate, type ExternalGatewaySort, type ExternalGatewayUpdate, type ExternalPayment, type ExternalPaymentCreate, type ExternalPaymentSort, type ExternalPaymentUpdate, type ExternalPromotion, type ExternalPromotionCreate, type ExternalPromotionSort, type ExternalPromotionUpdate, type ExternalTaxCalculator, type ExternalTaxCalculatorCreate, type ExternalTaxCalculatorSort, type ExternalTaxCalculatorUpdate, type FixedAmountPromotion, type FixedAmountPromotionCreate, type FixedAmountPromotionSort, type FixedAmountPromotionUpdate, type FixedPricePromotion, type FixedPricePromotionCreate, type FixedPricePromotionSort, type FixedPricePromotionUpdate, type FreeGiftPromotion, type FreeGiftPromotionCreate, type FreeGiftPromotionSort, type FreeGiftPromotionUpdate, type FreeShippingPromotion, type FreeShippingPromotionCreate, type FreeShippingPromotionSort, type FreeShippingPromotionUpdate, type Geocoder, type GeocoderSort, type GiftCard, type GiftCardCreate, type GiftCardRecipient, type GiftCardRecipientCreate, type GiftCardRecipientSort, type GiftCardRecipientUpdate, type GiftCardSort, type GiftCardUpdate, type GoogleGeocoder, type GoogleGeocoderCreate, type GoogleGeocoderSort, type GoogleGeocoderUpdate, type HeadersObj, type Import, type ImportCreate, type ImportSort, type InStockSubscription, type InStockSubscriptionCreate, type InStockSubscriptionSort, type InStockSubscriptionUpdate, type InventoryModel, type InventoryModelCreate, type InventoryModelSort, type InventoryModelUpdate, type InventoryReturnLocation, type InventoryReturnLocationCreate, type InventoryReturnLocationSort, type InventoryReturnLocationUpdate, type InventoryStockLocation, type InventoryStockLocationCreate, type InventoryStockLocationSort, type InventoryStockLocationUpdate, type KlarnaGateway, type KlarnaGatewayCreate, type KlarnaGatewaySort, type KlarnaGatewayUpdate, type KlarnaPayment, type KlarnaPaymentCreate, type KlarnaPaymentSort, type KlarnaPaymentUpdate, type LineItem, type LineItemCreate, type LineItemOption, type LineItemOptionCreate, type LineItemOptionSort, type LineItemOptionUpdate, type LineItemSort, type LineItemUpdate, type ManualGateway, type ManualGatewayCreate, type ManualGatewaySort, type ManualGatewayUpdate, type ManualTaxCalculator, type ManualTaxCalculatorCreate, type ManualTaxCalculatorSort, type ManualTaxCalculatorUpdate, type Market, type MarketCreate, type MarketSort, type MarketUpdate, type Merchant, type MerchantCreate, type MerchantSort, type MerchantUpdate, type Order, type OrderAmountPromotionRule, type OrderAmountPromotionRuleCreate, type OrderAmountPromotionRuleSort, type OrderAmountPromotionRuleUpdate, type OrderCopy, type OrderCopyCreate, type OrderCopySort, type OrderCopyUpdate, type OrderCreate, type OrderFactory, type OrderFactorySort, type OrderSort, type OrderSubscription, type OrderSubscriptionCreate, type OrderSubscriptionItem, type OrderSubscriptionItemCreate, type OrderSubscriptionItemSort, type OrderSubscriptionItemUpdate, type OrderSubscriptionSort, type OrderSubscriptionUpdate, type OrderUpdate, type OrderValidationRule, type OrderValidationRuleSort, type Organization, type OrganizationSort, type Package, type PackageCreate, type PackageSort, type PackageUpdate, type Parcel, type ParcelCreate, type ParcelLineItem, type ParcelLineItemCreate, type ParcelLineItemSort, type ParcelLineItemUpdate, type ParcelSort, type ParcelUpdate, type PaymentGateway, type PaymentGatewaySort, type PaymentMethod, type PaymentMethodCreate, type PaymentMethodSort, type PaymentMethodUpdate, type PaymentOption, type PaymentOptionCreate, type PaymentOptionSort, type PaymentOptionUpdate, type PaypalGateway, type PaypalGatewayCreate, type PaypalGatewaySort, type PaypalGatewayUpdate, type PaypalPayment, type PaypalPaymentCreate, type PaypalPaymentSort, type PaypalPaymentUpdate, type PercentageDiscountPromotion, type PercentageDiscountPromotionCreate, type PercentageDiscountPromotionSort, type PercentageDiscountPromotionUpdate, type Price, type PriceCreate, type PriceFrequencyTier, type PriceFrequencyTierCreate, type PriceFrequencyTierSort, type PriceFrequencyTierUpdate, type PriceList, type PriceListCreate, type PriceListSort, type PriceListUpdate, type PriceSort, type PriceTier, type PriceTierSort, type PriceUpdate, type PriceVolumeTier, type PriceVolumeTierCreate, type PriceVolumeTierSort, type PriceVolumeTierUpdate, type Promotion, type PromotionRule, type PromotionRuleSort, type PromotionSort, type QueryParams, type QueryParamsList, type QueryParamsRetrieve, type RecurringOrderCopy, type RecurringOrderCopyCreate, type RecurringOrderCopySort, type RecurringOrderCopyUpdate, type Refund, type RefundSort, type RequestObj, type ReservedStock, type ReservedStockSort, type ResourceError, type ResourceErrorSort, type ResponseObj, type Return, type ReturnCreate, type ReturnLineItem, type ReturnLineItemCreate, type ReturnLineItemSort, type ReturnLineItemUpdate, type ReturnSort, type ReturnUpdate, type SatispayGateway, type SatispayGatewayCreate, type SatispayGatewaySort, type SatispayGatewayUpdate, type SatispayPayment, type SatispayPaymentCreate, type SatispayPaymentSort, type SatispayPaymentUpdate, SdkError, type Shipment, type ShipmentCreate, type ShipmentSort, type ShipmentUpdate, type ShippingCategory, type ShippingCategoryCreate, type ShippingCategorySort, type ShippingCategoryUpdate, type ShippingMethod, type ShippingMethodCreate, type ShippingMethodSort, type ShippingMethodTier, type ShippingMethodTierSort, type ShippingMethodUpdate, type ShippingWeightTier, type ShippingWeightTierCreate, type ShippingWeightTierSort, type ShippingWeightTierUpdate, type ShippingZone, type ShippingZoneCreate, type ShippingZoneSort, type ShippingZoneUpdate, type Sku, type SkuCreate, type SkuList, type SkuListCreate, type SkuListItem, type SkuListItemCreate, type SkuListItemSort, type SkuListItemUpdate, type SkuListPromotionRule, type SkuListPromotionRuleCreate, type SkuListPromotionRuleSort, type SkuListPromotionRuleUpdate, type SkuListSort, type SkuListUpdate, type SkuOption, type SkuOptionCreate, type SkuOptionSort, type SkuOptionUpdate, type SkuSort, type SkuUpdate, type StockItem, type StockItemCreate, type StockItemSort, type StockItemUpdate, type StockLineItem, type StockLineItemCreate, type StockLineItemSort, type StockLineItemUpdate, type StockLocation, type StockLocationCreate, type StockLocationSort, type StockLocationUpdate, type StockReservation, type StockReservationCreate, type StockReservationSort, type StockReservationUpdate, type StockTransfer, type StockTransferCreate, type StockTransferSort, type StockTransferUpdate, type StripeGateway, type StripeGatewayCreate, type StripeGatewaySort, type StripeGatewayUpdate, type StripePayment, type StripePaymentCreate, type StripePaymentSort, type StripePaymentUpdate, type SubscriptionModel, type SubscriptionModelCreate, type SubscriptionModelSort, type SubscriptionModelUpdate, type Tag, type TagCreate, type TagSort, type TagUpdate, type TaxCalculator, type TaxCalculatorSort, type TaxCategory, type TaxCategoryCreate, type TaxCategorySort, type TaxCategoryUpdate, type TaxRule, type TaxRuleCreate, type TaxRuleSort, type TaxRuleUpdate, type TaxjarAccount, type TaxjarAccountCreate, type TaxjarAccountSort, type TaxjarAccountUpdate, type Transaction, type TransactionSort, type Version, type VersionSort, type Void, type VoidSort, type Webhook, type WebhookCreate, type WebhookSort, type WebhookUpdate, type WireTransfer, type WireTransferCreate, type WireTransferSort, type WireTransferUpdate, CommerceLayer as default };
package/lib/index.d.ts CHANGED
@@ -155,7 +155,6 @@ type ResourceSort = Pick<Resource, 'id' | 'reference' | 'reference_origin' | 'cr
155
155
  type ResourceAdapterConfig = {};
156
156
  type ResourcesInitConfig = ResourceAdapterConfig & ApiClientInitConfig;
157
157
  type ResourcesConfig = Partial<ResourcesInitConfig>;
158
- declare const apiResourceAdapter: (config: ResourcesInitConfig) => ResourceAdapter;
159
158
  declare class ResourceAdapter {
160
159
  #private;
161
160
  constructor(config: ResourcesInitConfig);
@@ -7518,127 +7517,4 @@ declare const CommerceLayerStatic: {
7518
7517
  readonly schemaVersion: string;
7519
7518
  };
7520
7519
 
7521
- type InitParamType = ResourceAdapter | ResourcesInitConfig;
7522
- declare const addressesClient: (init: InitParamType) => Addresses;
7523
- declare const adjustmentsClient: (init: InitParamType) => Adjustments;
7524
- declare const adyenGatewaysClient: (init: InitParamType) => AdyenGateways;
7525
- declare const adyenPaymentsClient: (init: InitParamType) => AdyenPayments;
7526
- declare const applicationsClient: (init: InitParamType) => Applications;
7527
- declare const attachmentsClient: (init: InitParamType) => Attachments;
7528
- declare const authorizationsClient: (init: InitParamType) => Authorizations;
7529
- declare const avalaraAccountsClient: (init: InitParamType) => AvalaraAccounts;
7530
- declare const axerveGatewaysClient: (init: InitParamType) => AxerveGateways;
7531
- declare const axervePaymentsClient: (init: InitParamType) => AxervePayments;
7532
- declare const billingInfoValidationRulesClient: (init: InitParamType) => BillingInfoValidationRules;
7533
- declare const bingGeocodersClient: (init: InitParamType) => BingGeocoders;
7534
- declare const braintreeGatewaysClient: (init: InitParamType) => BraintreeGateways;
7535
- declare const braintreePaymentsClient: (init: InitParamType) => BraintreePayments;
7536
- declare const bundlesClient: (init: InitParamType) => Bundles;
7537
- declare const buyXPayYPromotionsClient: (init: InitParamType) => BuyXPayYPromotions;
7538
- declare const capturesClient: (init: InitParamType) => Captures;
7539
- declare const carrierAccountsClient: (init: InitParamType) => CarrierAccounts;
7540
- declare const checkoutComGatewaysClient: (init: InitParamType) => CheckoutComGateways;
7541
- declare const checkoutComPaymentsClient: (init: InitParamType) => CheckoutComPayments;
7542
- declare const cleanupsClient: (init: InitParamType) => Cleanups;
7543
- declare const couponCodesPromotionRulesClient: (init: InitParamType) => CouponCodesPromotionRules;
7544
- declare const couponRecipientsClient: (init: InitParamType) => CouponRecipients;
7545
- declare const couponsClient: (init: InitParamType) => Coupons;
7546
- declare const customPromotionRulesClient: (init: InitParamType) => CustomPromotionRules;
7547
- declare const customerAddressesClient: (init: InitParamType) => CustomerAddresses;
7548
- declare const customerGroupsClient: (init: InitParamType) => CustomerGroups;
7549
- declare const customerPasswordResetsClient: (init: InitParamType) => CustomerPasswordResets;
7550
- declare const customerPaymentSourcesClient: (init: InitParamType) => CustomerPaymentSources;
7551
- declare const customerSubscriptionsClient: (init: InitParamType) => CustomerSubscriptions;
7552
- declare const customersClient: (init: InitParamType) => Customers;
7553
- declare const deliveryLeadTimesClient: (init: InitParamType) => DeliveryLeadTimes;
7554
- declare const eventCallbacksClient: (init: InitParamType) => EventCallbacks;
7555
- declare const eventsClient: (init: InitParamType) => Events;
7556
- declare const exportsClient: (init: InitParamType) => Exports;
7557
- declare const externalGatewaysClient: (init: InitParamType) => ExternalGateways;
7558
- declare const externalPaymentsClient: (init: InitParamType) => ExternalPayments;
7559
- declare const externalPromotionsClient: (init: InitParamType) => ExternalPromotions;
7560
- declare const externalTaxCalculatorsClient: (init: InitParamType) => ExternalTaxCalculators;
7561
- declare const fixedAmountPromotionsClient: (init: InitParamType) => FixedAmountPromotions;
7562
- declare const fixedPricePromotionsClient: (init: InitParamType) => FixedPricePromotions;
7563
- declare const freeGiftPromotionsClient: (init: InitParamType) => FreeGiftPromotions;
7564
- declare const freeShippingPromotionsClient: (init: InitParamType) => FreeShippingPromotions;
7565
- declare const geocodersClient: (init: InitParamType) => Geocoders;
7566
- declare const giftCardRecipientsClient: (init: InitParamType) => GiftCardRecipients;
7567
- declare const giftCardsClient: (init: InitParamType) => GiftCards;
7568
- declare const googleGeocodersClient: (init: InitParamType) => GoogleGeocoders;
7569
- declare const importsClient: (init: InitParamType) => Imports;
7570
- declare const inStockSubscriptionsClient: (init: InitParamType) => InStockSubscriptions;
7571
- declare const inventoryModelsClient: (init: InitParamType) => InventoryModels;
7572
- declare const inventoryReturnLocationsClient: (init: InitParamType) => InventoryReturnLocations;
7573
- declare const inventoryStockLocationsClient: (init: InitParamType) => InventoryStockLocations;
7574
- declare const klarnaGatewaysClient: (init: InitParamType) => KlarnaGateways;
7575
- declare const klarnaPaymentsClient: (init: InitParamType) => KlarnaPayments;
7576
- declare const lineItemOptionsClient: (init: InitParamType) => LineItemOptions;
7577
- declare const lineItemsClient: (init: InitParamType) => LineItems;
7578
- declare const manualGatewaysClient: (init: InitParamType) => ManualGateways;
7579
- declare const manualTaxCalculatorsClient: (init: InitParamType) => ManualTaxCalculators;
7580
- declare const marketsClient: (init: InitParamType) => Markets;
7581
- declare const merchantsClient: (init: InitParamType) => Merchants;
7582
- declare const orderAmountPromotionRulesClient: (init: InitParamType) => OrderAmountPromotionRules;
7583
- declare const orderCopiesClient: (init: InitParamType) => OrderCopies;
7584
- declare const orderFactoriesClient: (init: InitParamType) => OrderFactories;
7585
- declare const orderSubscriptionItemsClient: (init: InitParamType) => OrderSubscriptionItems;
7586
- declare const orderSubscriptionsClient: (init: InitParamType) => OrderSubscriptions;
7587
- declare const orderValidationRulesClient: (init: InitParamType) => OrderValidationRules;
7588
- declare const ordersClient: (init: InitParamType) => Orders;
7589
- declare const organizationsClient: (init: InitParamType) => Organizations;
7590
- declare const packagesClient: (init: InitParamType) => Packages;
7591
- declare const parcelLineItemsClient: (init: InitParamType) => ParcelLineItems;
7592
- declare const parcelsClient: (init: InitParamType) => Parcels;
7593
- declare const paymentGatewaysClient: (init: InitParamType) => PaymentGateways;
7594
- declare const paymentMethodsClient: (init: InitParamType) => PaymentMethods;
7595
- declare const paymentOptionsClient: (init: InitParamType) => PaymentOptions;
7596
- declare const paypalGatewaysClient: (init: InitParamType) => PaypalGateways;
7597
- declare const paypalPaymentsClient: (init: InitParamType) => PaypalPayments;
7598
- declare const percentageDiscountPromotionsClient: (init: InitParamType) => PercentageDiscountPromotions;
7599
- declare const priceFrequencyTiersClient: (init: InitParamType) => PriceFrequencyTiers;
7600
- declare const priceListsClient: (init: InitParamType) => PriceLists;
7601
- declare const priceTiersClient: (init: InitParamType) => PriceTiers;
7602
- declare const priceVolumeTiersClient: (init: InitParamType) => PriceVolumeTiers;
7603
- declare const pricesClient: (init: InitParamType) => Prices;
7604
- declare const promotionRulesClient: (init: InitParamType) => PromotionRules;
7605
- declare const promotionsClient: (init: InitParamType) => Promotions;
7606
- declare const recurringOrderCopiesClient: (init: InitParamType) => RecurringOrderCopies;
7607
- declare const refundsClient: (init: InitParamType) => Refunds;
7608
- declare const reservedStocksClient: (init: InitParamType) => ReservedStocks;
7609
- declare const resourceErrorsClient: (init: InitParamType) => ResourceErrors;
7610
- declare const returnLineItemsClient: (init: InitParamType) => ReturnLineItems;
7611
- declare const returnsClient: (init: InitParamType) => Returns;
7612
- declare const satispayGatewaysClient: (init: InitParamType) => SatispayGateways;
7613
- declare const satispayPaymentsClient: (init: InitParamType) => SatispayPayments;
7614
- declare const shipmentsClient: (init: InitParamType) => Shipments;
7615
- declare const shippingCategoriesClient: (init: InitParamType) => ShippingCategories;
7616
- declare const shippingMethodTiersClient: (init: InitParamType) => ShippingMethodTiers;
7617
- declare const shippingMethodsClient: (init: InitParamType) => ShippingMethods;
7618
- declare const shippingWeightTiersClient: (init: InitParamType) => ShippingWeightTiers;
7619
- declare const shippingZonesClient: (init: InitParamType) => ShippingZones;
7620
- declare const skuListItemsClient: (init: InitParamType) => SkuListItems;
7621
- declare const skuListPromotionRulesClient: (init: InitParamType) => SkuListPromotionRules;
7622
- declare const skuListsClient: (init: InitParamType) => SkuLists;
7623
- declare const skuOptionsClient: (init: InitParamType) => SkuOptions;
7624
- declare const skusClient: (init: InitParamType) => Skus;
7625
- declare const stockItemsClient: (init: InitParamType) => StockItems;
7626
- declare const stockLineItemsClient: (init: InitParamType) => StockLineItems;
7627
- declare const stockLocationsClient: (init: InitParamType) => StockLocations;
7628
- declare const stockReservationsClient: (init: InitParamType) => StockReservations;
7629
- declare const stockTransfersClient: (init: InitParamType) => StockTransfers;
7630
- declare const stripeGatewaysClient: (init: InitParamType) => StripeGateways;
7631
- declare const stripePaymentsClient: (init: InitParamType) => StripePayments;
7632
- declare const subscriptionModelsClient: (init: InitParamType) => SubscriptionModels;
7633
- declare const tagsClient: (init: InitParamType) => Tags;
7634
- declare const taxCalculatorsClient: (init: InitParamType) => TaxCalculators;
7635
- declare const taxCategoriesClient: (init: InitParamType) => TaxCategories;
7636
- declare const taxRulesClient: (init: InitParamType) => TaxRules;
7637
- declare const taxjarAccountsClient: (init: InitParamType) => TaxjarAccounts;
7638
- declare const transactionsClient: (init: InitParamType) => Transactions;
7639
- declare const versionsClient: (init: InitParamType) => Versions;
7640
- declare const voidsClient: (init: InitParamType) => Voids;
7641
- declare const webhooksClient: (init: InitParamType) => Webhooks;
7642
- declare const wireTransfersClient: (init: InitParamType) => WireTransfers;
7643
-
7644
- export { type Address, type AddressCreate, type AddressSort, type AddressUpdate, type Adjustment, type AdjustmentCreate, type AdjustmentSort, type AdjustmentUpdate, type AdyenGateway, type AdyenGatewayCreate, type AdyenGatewaySort, type AdyenGatewayUpdate, type AdyenPayment, type AdyenPaymentCreate, type AdyenPaymentSort, type AdyenPaymentUpdate, ApiError, type Application, type ApplicationSort, type Attachment, type AttachmentCreate, type AttachmentSort, type AttachmentUpdate, type Authorization, type AuthorizationSort, type AuthorizationUpdate, type AvalaraAccount, type AvalaraAccountCreate, type AvalaraAccountSort, type AvalaraAccountUpdate, type AxerveGateway, type AxerveGatewayCreate, type AxerveGatewaySort, type AxerveGatewayUpdate, type AxervePayment, type AxervePaymentCreate, type AxervePaymentSort, type AxervePaymentUpdate, type BillingInfoValidationRule, type BillingInfoValidationRuleCreate, type BillingInfoValidationRuleSort, type BillingInfoValidationRuleUpdate, type BingGeocoder, type BingGeocoderCreate, type BingGeocoderSort, type BingGeocoderUpdate, type BraintreeGateway, type BraintreeGatewayCreate, type BraintreeGatewaySort, type BraintreeGatewayUpdate, type BraintreePayment, type BraintreePaymentCreate, type BraintreePaymentSort, type BraintreePaymentUpdate, type Bundle, type BundleCreate, type BundleSort, type BundleUpdate, type BuyXPayYPromotion, type BuyXPayYPromotionCreate, type BuyXPayYPromotionSort, type BuyXPayYPromotionUpdate, type Capture, type CaptureSort, type CaptureUpdate, type CarrierAccount, type CarrierAccountSort, type CheckoutComGateway, type CheckoutComGatewayCreate, type CheckoutComGatewaySort, type CheckoutComGatewayUpdate, type CheckoutComPayment, type CheckoutComPaymentCreate, type CheckoutComPaymentSort, type CheckoutComPaymentUpdate, type Cleanup, type CleanupCreate, type CleanupSort, CommerceLayer, CommerceLayerClient, type CommerceLayerInitConfig, CommerceLayerStatic, type Coupon, type CouponCodesPromotionRule, type CouponCodesPromotionRuleCreate, type CouponCodesPromotionRuleSort, type CouponCodesPromotionRuleUpdate, type CouponCreate, type CouponRecipient, type CouponRecipientCreate, type CouponRecipientSort, type CouponRecipientUpdate, type CouponSort, type CouponUpdate, type CustomPromotionRule, type CustomPromotionRuleCreate, type CustomPromotionRuleSort, type CustomPromotionRuleUpdate, type Customer, type CustomerAddress, type CustomerAddressCreate, type CustomerAddressSort, type CustomerAddressUpdate, type CustomerCreate, type CustomerGroup, type CustomerGroupCreate, type CustomerGroupSort, type CustomerGroupUpdate, type CustomerPasswordReset, type CustomerPasswordResetCreate, type CustomerPasswordResetSort, type CustomerPasswordResetUpdate, type CustomerPaymentSource, type CustomerPaymentSourceCreate, type CustomerPaymentSourceSort, type CustomerPaymentSourceUpdate, type CustomerSort, type CustomerSubscription, type CustomerSubscriptionCreate, type CustomerSubscriptionSort, type CustomerSubscriptionUpdate, type CustomerUpdate, type DeliveryLeadTime, type DeliveryLeadTimeCreate, type DeliveryLeadTimeSort, type DeliveryLeadTimeUpdate, type ErrorObj, ErrorType, type Event, type EventCallback, type EventCallbackSort, type EventSort, type Export, type ExportCreate, type ExportSort, type ExternalGateway, type ExternalGatewayCreate, type ExternalGatewaySort, type ExternalGatewayUpdate, type ExternalPayment, type ExternalPaymentCreate, type ExternalPaymentSort, type ExternalPaymentUpdate, type ExternalPromotion, type ExternalPromotionCreate, type ExternalPromotionSort, type ExternalPromotionUpdate, type ExternalTaxCalculator, type ExternalTaxCalculatorCreate, type ExternalTaxCalculatorSort, type ExternalTaxCalculatorUpdate, type FixedAmountPromotion, type FixedAmountPromotionCreate, type FixedAmountPromotionSort, type FixedAmountPromotionUpdate, type FixedPricePromotion, type FixedPricePromotionCreate, type FixedPricePromotionSort, type FixedPricePromotionUpdate, type FreeGiftPromotion, type FreeGiftPromotionCreate, type FreeGiftPromotionSort, type FreeGiftPromotionUpdate, type FreeShippingPromotion, type FreeShippingPromotionCreate, type FreeShippingPromotionSort, type FreeShippingPromotionUpdate, type Geocoder, type GeocoderSort, type GiftCard, type GiftCardCreate, type GiftCardRecipient, type GiftCardRecipientCreate, type GiftCardRecipientSort, type GiftCardRecipientUpdate, type GiftCardSort, type GiftCardUpdate, type GoogleGeocoder, type GoogleGeocoderCreate, type GoogleGeocoderSort, type GoogleGeocoderUpdate, type HeadersObj, type Import, type ImportCreate, type ImportSort, type InStockSubscription, type InStockSubscriptionCreate, type InStockSubscriptionSort, type InStockSubscriptionUpdate, type InventoryModel, type InventoryModelCreate, type InventoryModelSort, type InventoryModelUpdate, type InventoryReturnLocation, type InventoryReturnLocationCreate, type InventoryReturnLocationSort, type InventoryReturnLocationUpdate, type InventoryStockLocation, type InventoryStockLocationCreate, type InventoryStockLocationSort, type InventoryStockLocationUpdate, type KlarnaGateway, type KlarnaGatewayCreate, type KlarnaGatewaySort, type KlarnaGatewayUpdate, type KlarnaPayment, type KlarnaPaymentCreate, type KlarnaPaymentSort, type KlarnaPaymentUpdate, type LineItem, type LineItemCreate, type LineItemOption, type LineItemOptionCreate, type LineItemOptionSort, type LineItemOptionUpdate, type LineItemSort, type LineItemUpdate, type ManualGateway, type ManualGatewayCreate, type ManualGatewaySort, type ManualGatewayUpdate, type ManualTaxCalculator, type ManualTaxCalculatorCreate, type ManualTaxCalculatorSort, type ManualTaxCalculatorUpdate, type Market, type MarketCreate, type MarketSort, type MarketUpdate, type Merchant, type MerchantCreate, type MerchantSort, type MerchantUpdate, type Order, type OrderAmountPromotionRule, type OrderAmountPromotionRuleCreate, type OrderAmountPromotionRuleSort, type OrderAmountPromotionRuleUpdate, type OrderCopy, type OrderCopyCreate, type OrderCopySort, type OrderCopyUpdate, type OrderCreate, type OrderFactory, type OrderFactorySort, type OrderSort, type OrderSubscription, type OrderSubscriptionCreate, type OrderSubscriptionItem, type OrderSubscriptionItemCreate, type OrderSubscriptionItemSort, type OrderSubscriptionItemUpdate, type OrderSubscriptionSort, type OrderSubscriptionUpdate, type OrderUpdate, type OrderValidationRule, type OrderValidationRuleSort, type Organization, type OrganizationSort, type Package, type PackageCreate, type PackageSort, type PackageUpdate, type Parcel, type ParcelCreate, type ParcelLineItem, type ParcelLineItemCreate, type ParcelLineItemSort, type ParcelLineItemUpdate, type ParcelSort, type ParcelUpdate, type PaymentGateway, type PaymentGatewaySort, type PaymentMethod, type PaymentMethodCreate, type PaymentMethodSort, type PaymentMethodUpdate, type PaymentOption, type PaymentOptionCreate, type PaymentOptionSort, type PaymentOptionUpdate, type PaypalGateway, type PaypalGatewayCreate, type PaypalGatewaySort, type PaypalGatewayUpdate, type PaypalPayment, type PaypalPaymentCreate, type PaypalPaymentSort, type PaypalPaymentUpdate, type PercentageDiscountPromotion, type PercentageDiscountPromotionCreate, type PercentageDiscountPromotionSort, type PercentageDiscountPromotionUpdate, type Price, type PriceCreate, type PriceFrequencyTier, type PriceFrequencyTierCreate, type PriceFrequencyTierSort, type PriceFrequencyTierUpdate, type PriceList, type PriceListCreate, type PriceListSort, type PriceListUpdate, type PriceSort, type PriceTier, type PriceTierSort, type PriceUpdate, type PriceVolumeTier, type PriceVolumeTierCreate, type PriceVolumeTierSort, type PriceVolumeTierUpdate, type Promotion, type PromotionRule, type PromotionRuleSort, type PromotionSort, type QueryParams, type QueryParamsList, type QueryParamsRetrieve, type RecurringOrderCopy, type RecurringOrderCopyCreate, type RecurringOrderCopySort, type RecurringOrderCopyUpdate, type Refund, type RefundSort, type RequestObj, type ReservedStock, type ReservedStockSort, type ResourceError, type ResourceErrorSort, type ResponseObj, type Return, type ReturnCreate, type ReturnLineItem, type ReturnLineItemCreate, type ReturnLineItemSort, type ReturnLineItemUpdate, type ReturnSort, type ReturnUpdate, type SatispayGateway, type SatispayGatewayCreate, type SatispayGatewaySort, type SatispayGatewayUpdate, type SatispayPayment, type SatispayPaymentCreate, type SatispayPaymentSort, type SatispayPaymentUpdate, SdkError, type Shipment, type ShipmentCreate, type ShipmentSort, type ShipmentUpdate, type ShippingCategory, type ShippingCategoryCreate, type ShippingCategorySort, type ShippingCategoryUpdate, type ShippingMethod, type ShippingMethodCreate, type ShippingMethodSort, type ShippingMethodTier, type ShippingMethodTierSort, type ShippingMethodUpdate, type ShippingWeightTier, type ShippingWeightTierCreate, type ShippingWeightTierSort, type ShippingWeightTierUpdate, type ShippingZone, type ShippingZoneCreate, type ShippingZoneSort, type ShippingZoneUpdate, type Sku, type SkuCreate, type SkuList, type SkuListCreate, type SkuListItem, type SkuListItemCreate, type SkuListItemSort, type SkuListItemUpdate, type SkuListPromotionRule, type SkuListPromotionRuleCreate, type SkuListPromotionRuleSort, type SkuListPromotionRuleUpdate, type SkuListSort, type SkuListUpdate, type SkuOption, type SkuOptionCreate, type SkuOptionSort, type SkuOptionUpdate, type SkuSort, type SkuUpdate, type StockItem, type StockItemCreate, type StockItemSort, type StockItemUpdate, type StockLineItem, type StockLineItemCreate, type StockLineItemSort, type StockLineItemUpdate, type StockLocation, type StockLocationCreate, type StockLocationSort, type StockLocationUpdate, type StockReservation, type StockReservationCreate, type StockReservationSort, type StockReservationUpdate, type StockTransfer, type StockTransferCreate, type StockTransferSort, type StockTransferUpdate, type StripeGateway, type StripeGatewayCreate, type StripeGatewaySort, type StripeGatewayUpdate, type StripePayment, type StripePaymentCreate, type StripePaymentSort, type StripePaymentUpdate, type SubscriptionModel, type SubscriptionModelCreate, type SubscriptionModelSort, type SubscriptionModelUpdate, type Tag, type TagCreate, type TagSort, type TagUpdate, type TaxCalculator, type TaxCalculatorSort, type TaxCategory, type TaxCategoryCreate, type TaxCategorySort, type TaxCategoryUpdate, type TaxRule, type TaxRuleCreate, type TaxRuleSort, type TaxRuleUpdate, type TaxjarAccount, type TaxjarAccountCreate, type TaxjarAccountSort, type TaxjarAccountUpdate, type Transaction, type TransactionSort, type Version, type VersionSort, type Void, type VoidSort, type Webhook, type WebhookCreate, type WebhookSort, type WebhookUpdate, type WireTransfer, type WireTransferCreate, type WireTransferSort, type WireTransferUpdate, addressesClient, adjustmentsClient, adyenGatewaysClient, adyenPaymentsClient, apiResourceAdapter, applicationsClient, attachmentsClient, authorizationsClient, avalaraAccountsClient, axerveGatewaysClient, axervePaymentsClient, billingInfoValidationRulesClient, bingGeocodersClient, braintreeGatewaysClient, braintreePaymentsClient, bundlesClient, buyXPayYPromotionsClient, capturesClient, carrierAccountsClient, checkoutComGatewaysClient, checkoutComPaymentsClient, cleanupsClient, couponCodesPromotionRulesClient, couponRecipientsClient, couponsClient, customPromotionRulesClient, customerAddressesClient, customerGroupsClient, customerPasswordResetsClient, customerPaymentSourcesClient, customerSubscriptionsClient, customersClient, CommerceLayer as default, deliveryLeadTimesClient, eventCallbacksClient, eventsClient, exportsClient, externalGatewaysClient, externalPaymentsClient, externalPromotionsClient, externalTaxCalculatorsClient, fixedAmountPromotionsClient, fixedPricePromotionsClient, freeGiftPromotionsClient, freeShippingPromotionsClient, geocodersClient, giftCardRecipientsClient, giftCardsClient, googleGeocodersClient, importsClient, inStockSubscriptionsClient, inventoryModelsClient, inventoryReturnLocationsClient, inventoryStockLocationsClient, klarnaGatewaysClient, klarnaPaymentsClient, lineItemOptionsClient, lineItemsClient, manualGatewaysClient, manualTaxCalculatorsClient, marketsClient, merchantsClient, orderAmountPromotionRulesClient, orderCopiesClient, orderFactoriesClient, orderSubscriptionItemsClient, orderSubscriptionsClient, orderValidationRulesClient, ordersClient, organizationsClient, packagesClient, parcelLineItemsClient, parcelsClient, paymentGatewaysClient, paymentMethodsClient, paymentOptionsClient, paypalGatewaysClient, paypalPaymentsClient, percentageDiscountPromotionsClient, priceFrequencyTiersClient, priceListsClient, priceTiersClient, priceVolumeTiersClient, pricesClient, promotionRulesClient, promotionsClient, recurringOrderCopiesClient, refundsClient, reservedStocksClient, resourceErrorsClient, returnLineItemsClient, returnsClient, satispayGatewaysClient, satispayPaymentsClient, shipmentsClient, shippingCategoriesClient, shippingMethodTiersClient, shippingMethodsClient, shippingWeightTiersClient, shippingZonesClient, skuListItemsClient, skuListPromotionRulesClient, skuListsClient, skuOptionsClient, skusClient, stockItemsClient, stockLineItemsClient, stockLocationsClient, stockReservationsClient, stockTransfersClient, stripeGatewaysClient, stripePaymentsClient, subscriptionModelsClient, tagsClient, taxCalculatorsClient, taxCategoriesClient, taxRulesClient, taxjarAccountsClient, transactionsClient, versionsClient, voidsClient, webhooksClient, wireTransfersClient };
7520
+ export { type Address, type AddressCreate, type AddressSort, type AddressUpdate, type Adjustment, type AdjustmentCreate, type AdjustmentSort, type AdjustmentUpdate, type AdyenGateway, type AdyenGatewayCreate, type AdyenGatewaySort, type AdyenGatewayUpdate, type AdyenPayment, type AdyenPaymentCreate, type AdyenPaymentSort, type AdyenPaymentUpdate, ApiError, type Application, type ApplicationSort, type Attachment, type AttachmentCreate, type AttachmentSort, type AttachmentUpdate, type Authorization, type AuthorizationSort, type AuthorizationUpdate, type AvalaraAccount, type AvalaraAccountCreate, type AvalaraAccountSort, type AvalaraAccountUpdate, type AxerveGateway, type AxerveGatewayCreate, type AxerveGatewaySort, type AxerveGatewayUpdate, type AxervePayment, type AxervePaymentCreate, type AxervePaymentSort, type AxervePaymentUpdate, type BillingInfoValidationRule, type BillingInfoValidationRuleCreate, type BillingInfoValidationRuleSort, type BillingInfoValidationRuleUpdate, type BingGeocoder, type BingGeocoderCreate, type BingGeocoderSort, type BingGeocoderUpdate, type BraintreeGateway, type BraintreeGatewayCreate, type BraintreeGatewaySort, type BraintreeGatewayUpdate, type BraintreePayment, type BraintreePaymentCreate, type BraintreePaymentSort, type BraintreePaymentUpdate, type Bundle, type BundleCreate, type BundleSort, type BundleUpdate, type BuyXPayYPromotion, type BuyXPayYPromotionCreate, type BuyXPayYPromotionSort, type BuyXPayYPromotionUpdate, type Capture, type CaptureSort, type CaptureUpdate, type CarrierAccount, type CarrierAccountSort, type CheckoutComGateway, type CheckoutComGatewayCreate, type CheckoutComGatewaySort, type CheckoutComGatewayUpdate, type CheckoutComPayment, type CheckoutComPaymentCreate, type CheckoutComPaymentSort, type CheckoutComPaymentUpdate, type Cleanup, type CleanupCreate, type CleanupSort, CommerceLayer, CommerceLayerClient, CommerceLayerStatic, type Coupon, type CouponCodesPromotionRule, type CouponCodesPromotionRuleCreate, type CouponCodesPromotionRuleSort, type CouponCodesPromotionRuleUpdate, type CouponCreate, type CouponRecipient, type CouponRecipientCreate, type CouponRecipientSort, type CouponRecipientUpdate, type CouponSort, type CouponUpdate, type CustomPromotionRule, type CustomPromotionRuleCreate, type CustomPromotionRuleSort, type CustomPromotionRuleUpdate, type Customer, type CustomerAddress, type CustomerAddressCreate, type CustomerAddressSort, type CustomerAddressUpdate, type CustomerCreate, type CustomerGroup, type CustomerGroupCreate, type CustomerGroupSort, type CustomerGroupUpdate, type CustomerPasswordReset, type CustomerPasswordResetCreate, type CustomerPasswordResetSort, type CustomerPasswordResetUpdate, type CustomerPaymentSource, type CustomerPaymentSourceCreate, type CustomerPaymentSourceSort, type CustomerPaymentSourceUpdate, type CustomerSort, type CustomerSubscription, type CustomerSubscriptionCreate, type CustomerSubscriptionSort, type CustomerSubscriptionUpdate, type CustomerUpdate, type DeliveryLeadTime, type DeliveryLeadTimeCreate, type DeliveryLeadTimeSort, type DeliveryLeadTimeUpdate, type ErrorObj, ErrorType, type Event, type EventCallback, type EventCallbackSort, type EventSort, type Export, type ExportCreate, type ExportSort, type ExternalGateway, type ExternalGatewayCreate, type ExternalGatewaySort, type ExternalGatewayUpdate, type ExternalPayment, type ExternalPaymentCreate, type ExternalPaymentSort, type ExternalPaymentUpdate, type ExternalPromotion, type ExternalPromotionCreate, type ExternalPromotionSort, type ExternalPromotionUpdate, type ExternalTaxCalculator, type ExternalTaxCalculatorCreate, type ExternalTaxCalculatorSort, type ExternalTaxCalculatorUpdate, type FixedAmountPromotion, type FixedAmountPromotionCreate, type FixedAmountPromotionSort, type FixedAmountPromotionUpdate, type FixedPricePromotion, type FixedPricePromotionCreate, type FixedPricePromotionSort, type FixedPricePromotionUpdate, type FreeGiftPromotion, type FreeGiftPromotionCreate, type FreeGiftPromotionSort, type FreeGiftPromotionUpdate, type FreeShippingPromotion, type FreeShippingPromotionCreate, type FreeShippingPromotionSort, type FreeShippingPromotionUpdate, type Geocoder, type GeocoderSort, type GiftCard, type GiftCardCreate, type GiftCardRecipient, type GiftCardRecipientCreate, type GiftCardRecipientSort, type GiftCardRecipientUpdate, type GiftCardSort, type GiftCardUpdate, type GoogleGeocoder, type GoogleGeocoderCreate, type GoogleGeocoderSort, type GoogleGeocoderUpdate, type HeadersObj, type Import, type ImportCreate, type ImportSort, type InStockSubscription, type InStockSubscriptionCreate, type InStockSubscriptionSort, type InStockSubscriptionUpdate, type InventoryModel, type InventoryModelCreate, type InventoryModelSort, type InventoryModelUpdate, type InventoryReturnLocation, type InventoryReturnLocationCreate, type InventoryReturnLocationSort, type InventoryReturnLocationUpdate, type InventoryStockLocation, type InventoryStockLocationCreate, type InventoryStockLocationSort, type InventoryStockLocationUpdate, type KlarnaGateway, type KlarnaGatewayCreate, type KlarnaGatewaySort, type KlarnaGatewayUpdate, type KlarnaPayment, type KlarnaPaymentCreate, type KlarnaPaymentSort, type KlarnaPaymentUpdate, type LineItem, type LineItemCreate, type LineItemOption, type LineItemOptionCreate, type LineItemOptionSort, type LineItemOptionUpdate, type LineItemSort, type LineItemUpdate, type ManualGateway, type ManualGatewayCreate, type ManualGatewaySort, type ManualGatewayUpdate, type ManualTaxCalculator, type ManualTaxCalculatorCreate, type ManualTaxCalculatorSort, type ManualTaxCalculatorUpdate, type Market, type MarketCreate, type MarketSort, type MarketUpdate, type Merchant, type MerchantCreate, type MerchantSort, type MerchantUpdate, type Order, type OrderAmountPromotionRule, type OrderAmountPromotionRuleCreate, type OrderAmountPromotionRuleSort, type OrderAmountPromotionRuleUpdate, type OrderCopy, type OrderCopyCreate, type OrderCopySort, type OrderCopyUpdate, type OrderCreate, type OrderFactory, type OrderFactorySort, type OrderSort, type OrderSubscription, type OrderSubscriptionCreate, type OrderSubscriptionItem, type OrderSubscriptionItemCreate, type OrderSubscriptionItemSort, type OrderSubscriptionItemUpdate, type OrderSubscriptionSort, type OrderSubscriptionUpdate, type OrderUpdate, type OrderValidationRule, type OrderValidationRuleSort, type Organization, type OrganizationSort, type Package, type PackageCreate, type PackageSort, type PackageUpdate, type Parcel, type ParcelCreate, type ParcelLineItem, type ParcelLineItemCreate, type ParcelLineItemSort, type ParcelLineItemUpdate, type ParcelSort, type ParcelUpdate, type PaymentGateway, type PaymentGatewaySort, type PaymentMethod, type PaymentMethodCreate, type PaymentMethodSort, type PaymentMethodUpdate, type PaymentOption, type PaymentOptionCreate, type PaymentOptionSort, type PaymentOptionUpdate, type PaypalGateway, type PaypalGatewayCreate, type PaypalGatewaySort, type PaypalGatewayUpdate, type PaypalPayment, type PaypalPaymentCreate, type PaypalPaymentSort, type PaypalPaymentUpdate, type PercentageDiscountPromotion, type PercentageDiscountPromotionCreate, type PercentageDiscountPromotionSort, type PercentageDiscountPromotionUpdate, type Price, type PriceCreate, type PriceFrequencyTier, type PriceFrequencyTierCreate, type PriceFrequencyTierSort, type PriceFrequencyTierUpdate, type PriceList, type PriceListCreate, type PriceListSort, type PriceListUpdate, type PriceSort, type PriceTier, type PriceTierSort, type PriceUpdate, type PriceVolumeTier, type PriceVolumeTierCreate, type PriceVolumeTierSort, type PriceVolumeTierUpdate, type Promotion, type PromotionRule, type PromotionRuleSort, type PromotionSort, type QueryParams, type QueryParamsList, type QueryParamsRetrieve, type RecurringOrderCopy, type RecurringOrderCopyCreate, type RecurringOrderCopySort, type RecurringOrderCopyUpdate, type Refund, type RefundSort, type RequestObj, type ReservedStock, type ReservedStockSort, type ResourceError, type ResourceErrorSort, type ResponseObj, type Return, type ReturnCreate, type ReturnLineItem, type ReturnLineItemCreate, type ReturnLineItemSort, type ReturnLineItemUpdate, type ReturnSort, type ReturnUpdate, type SatispayGateway, type SatispayGatewayCreate, type SatispayGatewaySort, type SatispayGatewayUpdate, type SatispayPayment, type SatispayPaymentCreate, type SatispayPaymentSort, type SatispayPaymentUpdate, SdkError, type Shipment, type ShipmentCreate, type ShipmentSort, type ShipmentUpdate, type ShippingCategory, type ShippingCategoryCreate, type ShippingCategorySort, type ShippingCategoryUpdate, type ShippingMethod, type ShippingMethodCreate, type ShippingMethodSort, type ShippingMethodTier, type ShippingMethodTierSort, type ShippingMethodUpdate, type ShippingWeightTier, type ShippingWeightTierCreate, type ShippingWeightTierSort, type ShippingWeightTierUpdate, type ShippingZone, type ShippingZoneCreate, type ShippingZoneSort, type ShippingZoneUpdate, type Sku, type SkuCreate, type SkuList, type SkuListCreate, type SkuListItem, type SkuListItemCreate, type SkuListItemSort, type SkuListItemUpdate, type SkuListPromotionRule, type SkuListPromotionRuleCreate, type SkuListPromotionRuleSort, type SkuListPromotionRuleUpdate, type SkuListSort, type SkuListUpdate, type SkuOption, type SkuOptionCreate, type SkuOptionSort, type SkuOptionUpdate, type SkuSort, type SkuUpdate, type StockItem, type StockItemCreate, type StockItemSort, type StockItemUpdate, type StockLineItem, type StockLineItemCreate, type StockLineItemSort, type StockLineItemUpdate, type StockLocation, type StockLocationCreate, type StockLocationSort, type StockLocationUpdate, type StockReservation, type StockReservationCreate, type StockReservationSort, type StockReservationUpdate, type StockTransfer, type StockTransferCreate, type StockTransferSort, type StockTransferUpdate, type StripeGateway, type StripeGatewayCreate, type StripeGatewaySort, type StripeGatewayUpdate, type StripePayment, type StripePaymentCreate, type StripePaymentSort, type StripePaymentUpdate, type SubscriptionModel, type SubscriptionModelCreate, type SubscriptionModelSort, type SubscriptionModelUpdate, type Tag, type TagCreate, type TagSort, type TagUpdate, type TaxCalculator, type TaxCalculatorSort, type TaxCategory, type TaxCategoryCreate, type TaxCategorySort, type TaxCategoryUpdate, type TaxRule, type TaxRuleCreate, type TaxRuleSort, type TaxRuleUpdate, type TaxjarAccount, type TaxjarAccountCreate, type TaxjarAccountSort, type TaxjarAccountUpdate, type Transaction, type TransactionSort, type Version, type VersionSort, type Void, type VoidSort, type Webhook, type WebhookCreate, type WebhookSort, type WebhookUpdate, type WireTransfer, type WireTransferCreate, type WireTransferSort, type WireTransferUpdate, CommerceLayer as default };